Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Added comments about auto-fail models
Browse files- src/about.py +5 -2
src/about.py
CHANGED
@@ -189,7 +189,7 @@ tokenizer = AutoTokenizer.from_pretrained("your model name", revision=revision)
|
|
189 |
If this step fails, follow the error messages to debug your model before submitting it. It's likely your model has been improperly uploaded.
|
190 |
|
191 |
Note: make sure your model is public!
|
192 |
-
Note: if your model needs `use_remote_code=True`, we do not support this option
|
193 |
|
194 |
### 2) Convert your model weights to [safetensors](https://huggingface.co/docs/safetensors/index)
|
195 |
It's a new format for storing weights which is safer and faster to load and use. It will also allow us to add the number of parameters of your model to the `Extended Viewer`!
|
@@ -203,5 +203,8 @@ When we add extra information about models to the leaderboard, it will be automa
|
|
203 |
## In case of model failure
|
204 |
If your model is displayed in the `FAILED` category, its execution stopped.
|
205 |
Make sure you have followed the above steps first.
|
206 |
-
If everything is done and the model still won't run, please reach out to `shaltiel
|
|
|
|
|
|
|
207 |
"""
|
|
|
189 |
If this step fails, follow the error messages to debug your model before submitting it. It's likely your model has been improperly uploaded.
|
190 |
|
191 |
Note: make sure your model is public!
|
192 |
+
Note: if your model needs `use_remote_code=True`, we do not support this option automatically, please reach out to the email listed below if you would like to run a model that requires `trust_remote_code=True`.
|
193 |
|
194 |
### 2) Convert your model weights to [safetensors](https://huggingface.co/docs/safetensors/index)
|
195 |
It's a new format for storing weights which is safer and faster to load and use. It will also allow us to add the number of parameters of your model to the `Extended Viewer`!
|
|
|
203 |
## In case of model failure
|
204 |
If your model is displayed in the `FAILED` category, its execution stopped.
|
205 |
Make sure you have followed the above steps first.
|
206 |
+
If everything is done and the model still won't run, please reach out to `shaltiel@dicta.org.il` with the details.
|
207 |
+
|
208 |
+
Note: Larger models aren't automatically approved to run, if you wish to evaluate a larger model please reach out to the email above.
|
209 |
+
|
210 |
"""
|