Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
XOR-TyDi_monolingual_DPR_ctx_encoder
|
2 |
+
|
3 |
+
Document (context) encoder, trained on monolingual (English queries) version of the XOR-TyDi training data, as described in the XOR-TyDi task description https://nlp.cs.washington.edu/xorqa/.
|
4 |
+
|
5 |
+
The model is compatible with the PrimeQA DPR engine, or the Hugging Face DPR engine as shown this example https://huggingface.co/docs/datasets/faiss_es. The model uses the tokenizer from `facebook/dpr-ctx_encoder-multiset-base`.
|