Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
hanhainebula
commited on
Commit
•
51dbe36
1
Parent(s):
ca2a141
Modify the submission tips
Browse files- src/about.py +8 -7
src/about.py
CHANGED
@@ -121,16 +121,16 @@ python run_AIR-Bench.py \\
|
|
121 |
3. Package the search results.
|
122 |
```bash
|
123 |
# Zip "Embedding Model + NoReranker" search results in "<search_results>/<model_name>/NoReranker" to "<save_dir>/<model_name>_NoReranker.zip".
|
124 |
-
python zip_results.py
|
125 |
-
--results_dir search_results
|
126 |
-
--model_name bge-m3
|
127 |
--save_dir search_results/zipped_results
|
128 |
|
129 |
# Zip "Embedding Model + Reranker" search results in "<search_results>/<model_name>/<reranker_name>" to "<save_dir>/<model_name>_<reranker_name>.zip".
|
130 |
-
python zip_results.py
|
131 |
-
--results_path search_results
|
132 |
-
--model_name bge-m3
|
133 |
-
--reranker_name bge-reranker-v2-m3
|
134 |
--save_dir search_results/zipped_results
|
135 |
```
|
136 |
4. Upload the `.zip` file on this page and fill in the model information:
|
@@ -140,6 +140,7 @@ python zip_results.py \
|
|
140 |
- Reranker URL: such as `https://huggingface.co/BAAI/bge-reranker-v2-m3`. Keep empty for `NoReranker`.
|
141 |
|
142 |
If you want to stay anonymous, you can only fill in the Model Name and Reranker Name (keep empty for `NoReranker`), and check the selection box below befor submission.
|
|
|
143 |
5. Congratulation! Your results will be shown on the leaderboard in up to one hour.
|
144 |
"""
|
145 |
|
|
|
121 |
3. Package the search results.
|
122 |
```bash
|
123 |
# Zip "Embedding Model + NoReranker" search results in "<search_results>/<model_name>/NoReranker" to "<save_dir>/<model_name>_NoReranker.zip".
|
124 |
+
python zip_results.py \\
|
125 |
+
--results_dir search_results \\
|
126 |
+
--model_name bge-m3 \\
|
127 |
--save_dir search_results/zipped_results
|
128 |
|
129 |
# Zip "Embedding Model + Reranker" search results in "<search_results>/<model_name>/<reranker_name>" to "<save_dir>/<model_name>_<reranker_name>.zip".
|
130 |
+
python zip_results.py \\
|
131 |
+
--results_path search_results \\
|
132 |
+
--model_name bge-m3 \\
|
133 |
+
--reranker_name bge-reranker-v2-m3 \\
|
134 |
--save_dir search_results/zipped_results
|
135 |
```
|
136 |
4. Upload the `.zip` file on this page and fill in the model information:
|
|
|
140 |
- Reranker URL: such as `https://huggingface.co/BAAI/bge-reranker-v2-m3`. Keep empty for `NoReranker`.
|
141 |
|
142 |
If you want to stay anonymous, you can only fill in the Model Name and Reranker Name (keep empty for `NoReranker`), and check the selection box below befor submission.
|
143 |
+
|
144 |
5. Congratulation! Your results will be shown on the leaderboard in up to one hour.
|
145 |
"""
|
146 |
|