avisil commited on
Commit
625c5df
1 Parent(s): affedd7

Update README.md

Browse files

I added the url of the source code.

Files changed (1) hide show
  1. README.md +3 -5
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 in:
13
- ```
14
- To be updated.
15
- ```
16
 
17
- It is a Neural IR model therefore not directly compatible with Huggingface API. The inference result on XOR Dev dataset is:
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