Update README.md
Browse filesI added the url of the source code.
README.md
CHANGED
@@ -9,12 +9,10 @@ The detailed implementation of the model can be found in:
|
|
9 |
|
10 |
https://arxiv.org/pdf/2112.08185.pdf
|
11 |
|
12 |
-
Source code to train the model can be found
|
13 |
-
|
14 |
-
To be updated.
|
15 |
-
```
|
16 |
|
17 |
-
It is a Neural IR model
|
18 |
```
|
19 |
R@2kt R@5kt
|
20 |
te 79.41 83.19
|
|
|
9 |
|
10 |
https://arxiv.org/pdf/2112.08185.pdf
|
11 |
|
12 |
+
Source code to train the model can be found via PrimeQA's IR component:
|
13 |
+
https://github.com/primeqa/primeqa/tree/updated-documentation-readme/primeqa/ir/dense/colbert_top
|
|
|
|
|
14 |
|
15 |
+
It is a Neural IR model built on top of the ColBERTv1 api and not directly compatible with Huggingface API. The inference result on XOR Dev dataset is:
|
16 |
```
|
17 |
R@2kt R@5kt
|
18 |
te 79.41 83.19
|