Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Muennighoff
commited on
Commit
•
ea7ebb3
1
Parent(s):
8946405
Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ TASK_LIST_RETRIEVAL_FR = [
|
|
215 |
TASK_LIST_RETRIEVAL_LAW = [
|
216 |
"AILACasedocs",
|
217 |
"AILAStatutes",
|
218 |
-
"
|
219 |
"LeCaRDv2",
|
220 |
"LegalBenchConsumerContractsQA",
|
221 |
"LegalBenchCorporateLobbying",
|
@@ -1078,6 +1078,7 @@ 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 |
# For local debugging:
|
1082 |
#, download_mode='force_redownload', verification_mode="no_checks")
|
1083 |
ds = ds.map(add_lang)
|
|
|
215 |
TASK_LIST_RETRIEVAL_LAW = [
|
216 |
"AILACasedocs",
|
217 |
"AILAStatutes",
|
218 |
+
"GerDaLIRSmall",
|
219 |
"LeCaRDv2",
|
220 |
"LegalBenchConsumerContractsQA",
|
221 |
"LegalBenchCorporateLobbying",
|
|
|
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)
|