Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Tom Aarsen
commited on
Commit
•
d81785e
1
Parent(s):
82d5893
Remove debugging statement
Browse files
app.py
CHANGED
@@ -1170,8 +1170,6 @@ def get_mteb_data(tasks=["Clustering"], langs=[], datasets=[], fillna=True, add_
|
|
1170 |
except:
|
1171 |
pass
|
1172 |
df_list.append(out)
|
1173 |
-
if len(df_list) >= 1:
|
1174 |
-
break
|
1175 |
df = pd.DataFrame(df_list)
|
1176 |
# If there are any models that are the same, merge them
|
1177 |
# E.g. if out["Model"] has the same value in two places, merge & take whichever one is not NaN else just take the first one
|
|
|
1170 |
except:
|
1171 |
pass
|
1172 |
df_list.append(out)
|
|
|
|
|
1173 |
df = pd.DataFrame(df_list)
|
1174 |
# If there are any models that are the same, merge them
|
1175 |
# E.g. if out["Model"] has the same value in two places, merge & take whichever one is not NaN else just take the first one
|