Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix evaluation commands
Browse files- src/about.py +5 -5
src/about.py
CHANGED
|
@@ -48,7 +48,7 @@ python run_AIR-Bench.py \
|
|
| 48 |
|
| 49 |
# Run the tasks in the specified task type
|
| 50 |
python run_AIR-Bench.py \
|
| 51 |
-
--
|
| 52 |
--output_dir ./search_results \
|
| 53 |
--encoder BAAI/bge-m3 \
|
| 54 |
--encoder_link https://huggingface.co/BAAI/bge-m3 \
|
|
@@ -67,8 +67,8 @@ python run_AIR-Bench.py \
|
|
| 67 |
|
| 68 |
# Run the tasks in the specified task type and domains
|
| 69 |
python run_AIR-Bench.py \
|
| 70 |
-
--
|
| 71 |
-
--
|
| 72 |
--output_dir ./search_results \
|
| 73 |
--encoder BAAI/bge-m3 \
|
| 74 |
--encoder_link https://huggingface.co/BAAI/bge-m3 \
|
|
@@ -87,7 +87,7 @@ python run_AIR-Bench.py \
|
|
| 87 |
|
| 88 |
# Run the tasks in the specified languages
|
| 89 |
python run_AIR-Bench.py \
|
| 90 |
-
--
|
| 91 |
--output_dir ./search_results \
|
| 92 |
--encoder BAAI/bge-m3 \
|
| 93 |
--encoder_link https://huggingface.co/BAAI/bge-m3 \
|
|
@@ -106,7 +106,7 @@ python run_AIR-Bench.py \
|
|
| 106 |
|
| 107 |
# Run the tasks in the specified task type, domains, and languages
|
| 108 |
python run_AIR-Bench.py \
|
| 109 |
-
--
|
| 110 |
--domains wiki web \
|
| 111 |
--languages en \
|
| 112 |
--output_dir ./search_results \
|
|
|
|
| 48 |
|
| 49 |
# Run the tasks in the specified task type
|
| 50 |
python run_AIR-Bench.py \
|
| 51 |
+
--task_types long-doc \
|
| 52 |
--output_dir ./search_results \
|
| 53 |
--encoder BAAI/bge-m3 \
|
| 54 |
--encoder_link https://huggingface.co/BAAI/bge-m3 \
|
|
|
|
| 67 |
|
| 68 |
# Run the tasks in the specified task type and domains
|
| 69 |
python run_AIR-Bench.py \
|
| 70 |
+
--task_types long-doc \
|
| 71 |
+
--domains arxiv book \
|
| 72 |
--output_dir ./search_results \
|
| 73 |
--encoder BAAI/bge-m3 \
|
| 74 |
--encoder_link https://huggingface.co/BAAI/bge-m3 \
|
|
|
|
| 87 |
|
| 88 |
# Run the tasks in the specified languages
|
| 89 |
python run_AIR-Bench.py \
|
| 90 |
+
--languages en \
|
| 91 |
--output_dir ./search_results \
|
| 92 |
--encoder BAAI/bge-m3 \
|
| 93 |
--encoder_link https://huggingface.co/BAAI/bge-m3 \
|
|
|
|
| 106 |
|
| 107 |
# Run the tasks in the specified task type, domains, and languages
|
| 108 |
python run_AIR-Bench.py \
|
| 109 |
+
--task_types qa \
|
| 110 |
--domains wiki web \
|
| 111 |
--languages en \
|
| 112 |
--output_dir ./search_results \
|