Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
モデルに関する注意書きをaboutからsubmitタブに変更
Browse files- src/about.py +7 -7
src/about.py
CHANGED
|
@@ -223,10 +223,6 @@ To reproduce our results, please follow the instructions of the evalution tool,
|
|
| 223 |
## Average Score Calculation
|
| 224 |
The calculation of the average score (AVG) includes only the scores of datasets marked with a ⭐.
|
| 225 |
|
| 226 |
-
### Note about large models
|
| 227 |
-
Currently, we support models up to 70B parameters. However, we are working on infrastructure improvements to accommodate larger models (70B+) in the near future. Stay tuned for updates!
|
| 228 |
-
|
| 229 |
-
|
| 230 |
"""
|
| 231 |
|
| 232 |
LLM_BENCHMARKS_TEXT_JA = """
|
|
@@ -313,9 +309,6 @@ LLM_BENCHMARKS_TEXT_JA = """
|
|
| 313 |
## 平均スコアの計算について
|
| 314 |
平均スコア (AVG) の計算には、⭐マークのついたスコアのみが含まれます
|
| 315 |
|
| 316 |
-
### 大規模モデルに関する注意
|
| 317 |
-
現在、70Bパラメータまでのモデルをサポートしています。より大規模なモデル(70Bよりも大きいもの)については、インフラストラクチャの改善を進めており、近い将来対応予定です。続報をお待ちください!
|
| 318 |
-
|
| 319 |
"""
|
| 320 |
|
| 321 |
|
|
@@ -342,6 +335,9 @@ When we add extra information about models to the leaderboard, it will be automa
|
|
| 342 |
### 5. Select Appropriate Precision
|
| 343 |
The "auto" option supports fp16, fp32, and bf16 precisions. If your model uses any other precision format, please select the appropriate option.
|
| 344 |
If auto is specified, precision in config.json is automatically selected.
|
|
|
|
|
|
|
|
|
|
| 345 |
"""
|
| 346 |
EVALUATION_QUEUE_TEXT_JA = """
|
| 347 |
## モデル提出前の最初のステップ
|
|
@@ -370,6 +366,10 @@ tokenizer = AutoTokenizer.from_pretrained("your model name", revision=revision)
|
|
| 370 |
### 5. 適切なPrecisionの選択
|
| 371 |
"auto"オプションはfp16、fp32、bf16のprecisionに対応しています。これら以外のprecisionを使用している場合は、適切なオプションを選択してください。
|
| 372 |
また、autoを指定した場合、config.jsonのprecisionが自動的に選択されます。
|
|
|
|
|
|
|
|
|
|
|
|
|
| 373 |
"""
|
| 374 |
|
| 375 |
BOTTOM_LOGO = """
|
|
|
|
| 223 |
## Average Score Calculation
|
| 224 |
The calculation of the average score (AVG) includes only the scores of datasets marked with a ⭐.
|
| 225 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 226 |
"""
|
| 227 |
|
| 228 |
LLM_BENCHMARKS_TEXT_JA = """
|
|
|
|
| 309 |
## 平均スコアの計算について
|
| 310 |
平均スコア (AVG) の計算には、⭐マークのついたスコアのみが含まれます
|
| 311 |
|
|
|
|
|
|
|
|
|
|
| 312 |
"""
|
| 313 |
|
| 314 |
|
|
|
|
| 335 |
### 5. Select Appropriate Precision
|
| 336 |
The "auto" option supports fp16, fp32, and bf16 precisions. If your model uses any other precision format, please select the appropriate option.
|
| 337 |
If auto is specified, precision in config.json is automatically selected.
|
| 338 |
+
### Note about large models
|
| 339 |
+
Currently, we support models up to 70B parameters. However, we are working on infrastructure improvements to accommodate larger models (70B+) in the near future. Stay tuned for updates!
|
| 340 |
+
|
| 341 |
"""
|
| 342 |
EVALUATION_QUEUE_TEXT_JA = """
|
| 343 |
## モデル提出前の最初のステップ
|
|
|
|
| 366 |
### 5. 適切なPrecisionの選択
|
| 367 |
"auto"オプションはfp16、fp32、bf16のprecisionに対応しています。これら以外のprecisionを使用している場合は、適切なオプションを選択してください。
|
| 368 |
また、autoを指定した場合、config.jsonのprecisionが自動的に選択されます。
|
| 369 |
+
|
| 370 |
+
### 大規模モデルに関する注意
|
| 371 |
+
現在、70Bパラメータまでのモデルをサポートしています。より大規模なモデル(70Bよりも大きいもの)については、インフラストラクチャの改善を進めており、近い将来対応予定です。続報をお待ちください!
|
| 372 |
+
|
| 373 |
"""
|
| 374 |
|
| 375 |
BOTTOM_LOGO = """
|