Spaces:
AIR-Bench
/
Running on CPU Upgrade

hanhainebula commited on
Commit
5b7aad9
1 Parent(s): b9d42b4

Fix evaluation commands

Browse files
Files changed (1) hide show
  1. 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
- --task_type long-doc \
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
- --task_type long-doc \
71
- --domain arxiv book \
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
- --language en \
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
- --task_type qa \
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 \