Shaltiel commited on
Commit
cf85943
1 Parent(s): 26a080d

Added comments about auto-fail models

Browse files
Files changed (1) hide show
  1. 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 yet but we are working on adding it, stay posted!
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 at dicta dot org dot il` with the details.
 
 
 
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
  """