Spaces:
Runtime error
Runtime error
Commit
·
2fc20f3
1
Parent(s):
b8c3a27
Update app.py
Browse files
app.py
CHANGED
|
@@ -804,6 +804,7 @@ def get_mteb_data(tasks=["Clustering"], langs=[], datasets=[], fillna=True, add_
|
|
| 804 |
|
| 805 |
for model in models:
|
| 806 |
if model.modelId in MODELS_TO_SKIP: continue
|
|
|
|
| 807 |
readme_path = hf_hub_download(model.modelId, filename="README.md")
|
| 808 |
meta = metadata_load(readme_path)
|
| 809 |
# meta['model-index'][0]["results"] is list of elements like:
|
|
|
|
| 804 |
|
| 805 |
for model in models:
|
| 806 |
if model.modelId in MODELS_TO_SKIP: continue
|
| 807 |
+
print("MODEL", model)
|
| 808 |
readme_path = hf_hub_download(model.modelId, filename="README.md")
|
| 809 |
meta = metadata_load(readme_path)
|
| 810 |
# meta['model-index'][0]["results"] is list of elements like:
|