sh1gechan commited on
Commit
cf055bf
·
1 Parent(s): 5fab423

Precisionの選択に関する説明を追加: autoオプションの対応フォーマットと選択基準を明記

Browse files
Files changed (1) hide show
  1. src/about.py +5 -0
src/about.py CHANGED
@@ -347,6 +347,8 @@ Note:
347
  This is a leaderboard for Open LLMs, and we'd love for as many people as possible to know they can use your model 🤗
348
  ### 4. Complete Your Model Card
349
  When we add extra information about models to the leaderboard, it will be automatically taken from the model card
 
 
350
  """
351
  EVALUATION_QUEUE_TEXT_JA = """
352
  ## モデル提出前の最初のステップ
@@ -371,6 +373,9 @@ tokenizer = AutoTokenizer.from_pretrained("your model name", revision=revision)
371
 
372
  ### 4. モデルカードを完成させる
373
  リーダーボードにモデルの追加情報を掲載する際は、モデルカードから自動的に情報が取得されます
 
 
 
374
  """
375
 
376
  BOTTOM_LOGO = """
 
347
  This is a leaderboard for Open LLMs, and we'd love for as many people as possible to know they can use your model 🤗
348
  ### 4. Complete Your Model Card
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
  ## モデル提出前の最初のステップ
 
373
 
374
  ### 4. モデルカードを完成させる
375
  リーダーボードにモデルの追加情報を掲載する際は、モデルカードから自動的に情報が取得されます
376
+
377
+ ### 5. 適切なPrecisionの選択
378
+ "auto"オプションはfp16、fp32、bf16のprecisionに対応しています。これら以外のprecisionを使用している場合は、適切なオプションを選択してください。
379
  """
380
 
381
  BOTTOM_LOGO = """