Spaces:
Sleeping
Sleeping
Small change to submit model instructions
Browse files
app.py
CHANGED
|
@@ -187,7 +187,7 @@ def create_ui():
|
|
| 187 |
"""
|
| 188 |
######
|
| 189 |
#### Want to add a model to this leaderboard?
|
| 190 |
-
#### 1. Run RubricEval locally for <$x (see [insert github link])
|
| 191 |
#### 2. Upload the evaluation file generated by RubricEval below. Note: the file name will be used as the model name.
|
| 192 |
#### 3. Wait ~5 seconds and refresh the leaderboard page to see that your model has been added!
|
| 193 |
######
|
|
|
|
| 187 |
"""
|
| 188 |
######
|
| 189 |
#### Want to add a model to this leaderboard?
|
| 190 |
+
#### 1. Run RubricEval locally for <$x (see [insert github link]).
|
| 191 |
#### 2. Upload the evaluation file generated by RubricEval below. Note: the file name will be used as the model name.
|
| 192 |
#### 3. Wait ~5 seconds and refresh the leaderboard page to see that your model has been added!
|
| 193 |
######
|