Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -1078,7 +1078,6 @@ pbar = tqdm(models_to_run, desc="Fetching external model results")
|
|
| 1078 |
for model in pbar:
|
| 1079 |
pbar.set_description(f"Fetching external model results for {model!r}")
|
| 1080 |
ds = load_dataset("mteb/results", model, trust_remote_code=True)
|
| 1081 |
-
ds = ds.map(add_lang)
|
| 1082 |
# For local debugging:
|
| 1083 |
#, download_mode='force_redownload', verification_mode="no_checks")
|
| 1084 |
ds = ds.map(add_lang)
|
|
|
|
| 1078 |
for model in pbar:
|
| 1079 |
pbar.set_description(f"Fetching external model results for {model!r}")
|
| 1080 |
ds = load_dataset("mteb/results", model, trust_remote_code=True)
|
|
|
|
| 1081 |
# For local debugging:
|
| 1082 |
#, download_mode='force_redownload', verification_mode="no_checks")
|
| 1083 |
ds = ds.map(add_lang)
|