Spaces:
Running
Running
Upload from GitHub Actions: Increase n_models
Browse files- evals/main.py +1 -1
evals/main.py
CHANGED
|
@@ -10,7 +10,7 @@ from tqdm.asyncio import tqdm_asyncio
|
|
| 10 |
|
| 11 |
n_sentences = 10
|
| 12 |
n_languages = 20
|
| 13 |
-
n_models =
|
| 14 |
|
| 15 |
# ===== run evaluation and aggregate results =====
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
n_sentences = 10
|
| 12 |
n_languages = 20
|
| 13 |
+
n_models = 27
|
| 14 |
|
| 15 |
# ===== run evaluation and aggregate results =====
|
| 16 |
|