Spaces:
Runtime error
Runtime error
Tristan Thrush
commited on
Commit
·
795ad11
1
Parent(s):
23ca923
removed requirement to be from autoeval org
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ def get_data_wrapper():
|
|
| 89 |
def get_data():
|
| 90 |
data = []
|
| 91 |
verified_data = []
|
| 92 |
-
model_ids = get_model_ids()
|
| 93 |
model_ids_from_autoeval = set(get_model_ids(author="autoevaluate"))
|
| 94 |
for model_id in tqdm(model_ids):
|
| 95 |
meta = get_metadata(model_id)
|
|
|
|
| 89 |
def get_data():
|
| 90 |
data = []
|
| 91 |
verified_data = []
|
| 92 |
+
model_ids = get_model_ids()
|
| 93 |
model_ids_from_autoeval = set(get_model_ids(author="autoevaluate"))
|
| 94 |
for model_id in tqdm(model_ids):
|
| 95 |
meta = get_metadata(model_id)
|