sh1gechan commited on
Commit
be318e9
·
1 Parent(s): 64b9b34

autoに関する説明追加

Browse files
Files changed (1) hide show
  1. src/about.py +2 -0
src/about.py CHANGED
@@ -349,6 +349,7 @@ This is a leaderboard for Open LLMs, and we'd love for as many people as possibl
349
  When we add extra information about models to the leaderboard, it will be automatically taken from the model card
350
  ### 5. Select Appropriate Precision
351
  The "auto" option supports fp16, fp32, and bf16 precisions. If your model uses any other precision format, please select the appropriate option.
 
352
  """
353
  EVALUATION_QUEUE_TEXT_JA = """
354
  ## モデル提出前の最初のステップ
@@ -376,6 +377,7 @@ tokenizer = AutoTokenizer.from_pretrained("your model name", revision=revision)
376
 
377
  ### 5. 適切なPrecisionの選択
378
  "auto"オプションはfp16、fp32、bf16のprecisionに対応しています。これら以外のprecisionを使用している場合は、適切なオプションを選択してください。
 
379
  """
380
 
381
  BOTTOM_LOGO = """
 
349
  When we add extra information about models to the leaderboard, it will be automatically taken from the model card
350
  ### 5. Select Appropriate Precision
351
  The "auto" option supports fp16, fp32, and bf16 precisions. If your model uses any other precision format, please select the appropriate option.
352
+ If auto is specified, precision in config.json is automatically selected.
353
  """
354
  EVALUATION_QUEUE_TEXT_JA = """
355
  ## モデル提出前の最初のステップ
 
377
 
378
  ### 5. 適切なPrecisionの選択
379
  "auto"オプションはfp16、fp32、bf16のprecisionに対応しています。これら以外のprecisionを使用している場合は、適切なオプションを選択してください。
380
+ また、autoを指定した場合、config.jsonのprecisionが自動的に選択されます。
381
  """
382
 
383
  BOTTOM_LOGO = """