Update README.md
Browse files
README.md
CHANGED
@@ -163,4 +163,18 @@ embedded_query = ckpt.queryFromText(["Who dubs Howl's in English?"], bsize=16)
|
|
163 |
| **FEVER** | **90.96** | 78.5 |
|
164 |
| **QuoraRetrieval** | **87.72** | 85.2 |
|
165 |
| **SCIDOCS** | **18.42** | 15.4 |
|
166 |
-
| **SciFact** | **74.77** | 69.3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
| **FEVER** | **90.96** | 78.5 |
|
164 |
| **QuoraRetrieval** | **87.72** | 85.2 |
|
165 |
| **SCIDOCS** | **18.42** | 15.4 |
|
166 |
+
| **SciFact** | **74.77** | 69.3 |
|
167 |
+
|
168 |
+
|
169 |
+
## Referencing
|
170 |
+
|
171 |
+
We'll most likely eventually release a technical report. In the meantime, if you use this model or other models following the JaColBERTv2.5 recipe and would like to give us credit, please cite the JaColBERTv2.5 journal pre-print:
|
172 |
+
|
173 |
+
```
|
174 |
+
@article{clavie2024jacolbertv2,
|
175 |
+
title={JaColBERTv2.5: Optimising Multi-Vector Retrievers to Create State-of-the-Art Japanese Retrievers with Constrained Resources},
|
176 |
+
author={Clavi{\'e}, Benjamin},
|
177 |
+
journal={arXiv preprint arXiv:2407.20750},
|
178 |
+
year={2024}
|
179 |
+
}
|
180 |
+
```
|