hanhainebula
commited on
Commit
•
e80e4f3
1
Parent(s):
6ff4f74
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ conda install -c conda-forge faiss-cpu
|
|
20 |
conda install -c conda-forge faiss-gpu
|
21 |
```
|
22 |
|
23 |
-
**It should be noted that** the Pyserini code needs to be modified to support the multiple alpha settings in `pyserini/fusion`. I have already submitted a pull request to the official repository to support this feature. You can refer to this [PR](https://github.com/castorini/pyserini/pull/
|
24 |
|
25 |
## 2CR
|
26 |
|
@@ -115,7 +115,7 @@ python -m pyserini.eval.trec_eval \
|
|
115 |
|
116 |
#### Dense+Sparse
|
117 |
|
118 |
-
**Note**: You should first merge this [PR](https://github.com/castorini/pyserini/pull/
|
119 |
|
120 |
```bash
|
121 |
# Avaliable Language: ar bn en es fa fi fr hi id ja ko ru sw te th zh de yo
|
|
|
20 |
conda install -c conda-forge faiss-gpu
|
21 |
```
|
22 |
|
23 |
+
**It should be noted that** the Pyserini code needs to be modified to support the multiple alpha settings in `pyserini/fusion`. I have already submitted a pull request to the official repository to support this feature. You can refer to this [PR](https://github.com/castorini/pyserini/pull/1858) to modify the code.
|
24 |
|
25 |
## 2CR
|
26 |
|
|
|
115 |
|
116 |
#### Dense+Sparse
|
117 |
|
118 |
+
**Note**: You should first merge this [PR](https://github.com/castorini/pyserini/pull/1858) to support the multiple alpha settings in `pyserini/fusion`.
|
119 |
|
120 |
```bash
|
121 |
# Avaliable Language: ar bn en es fa fi fr hi id ja ko ru sw te th zh de yo
|