Spaces:
Runtime error
Runtime error
Commit
•
ad4383d
1
Parent(s):
71834c1
added comment about precision selection
Browse files- src/display/about.py +3 -0
src/display/about.py
CHANGED
@@ -159,6 +159,9 @@ This is a leaderboard for Open LLMs, and we'd love for as many people as possibl
|
|
159 |
### 4) Fill up your model card
|
160 |
When we add extra information about models to the leaderboard, it will be automatically taken from the model card
|
161 |
|
|
|
|
|
|
|
162 |
## In case of model failure
|
163 |
If your model is displayed in the `FAILED` category, its execution stopped.
|
164 |
Make sure you have followed the above steps first.
|
|
|
159 |
### 4) Fill up your model card
|
160 |
When we add extra information about models to the leaderboard, it will be automatically taken from the model card
|
161 |
|
162 |
+
### 5) Select the correct precision
|
163 |
+
Not all models are converted properly from `float16` to `bfloat16`, and selecting the wrong precision can sometimes cause evaluation error (as loading a `bf16` model in `fp16` can sometimes generate NaNs, depending on the weight range).
|
164 |
+
|
165 |
## In case of model failure
|
166 |
If your model is displayed in the `FAILED` category, its execution stopped.
|
167 |
Make sure you have followed the above steps first.
|