Alina Lozovskaya commited on
Commit
47b18e3
1 Parent(s): 6456497

Updated about.py

Browse files
Files changed (1) hide show
  1. src/display/about.py +9 -0
src/display/about.py CHANGED
@@ -134,6 +134,15 @@ My model has been flagged improperly, what can I do?
134
 
135
  ---------------------------
136
 
 
 
 
 
 
 
 
 
 
137
  ## EDITING SUBMISSIONS
138
  I upgraded my model and want to re-submit, how can I do that?
139
  - *Please open an issue with the precise name of your model, and we'll remove your model from the leaderboard so you can resubmit. You can also resubmit directly with the new commit hash!*
 
134
 
135
  ---------------------------
136
 
137
+ ## HOW TO SEARCH FOR A MODEL
138
+ Search for models in the leaderboard by:
139
+ 1. Name, e.g., *model_name*
140
+ 2. Multiple names, separated by `;`, e.g., *model_name1;model_name2*
141
+ 3. License, prefix with `license:`, e.g., *license: MIT*
142
+ 4. Combination of name and license, order is irrelevant, e.g., *model_name; license: cc-by-sa-4.0*
143
+
144
+ ---------------------------
145
+
146
  ## EDITING SUBMISSIONS
147
  I upgraded my model and want to re-submit, how can I do that?
148
  - *Please open an issue with the precise name of your model, and we'll remove your model from the leaderboard so you can resubmit. You can also resubmit directly with the new commit hash!*