Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- retrieval
|
4 |
+
- document-expansion
|
5 |
+
- translation
|
6 |
+
datasets:
|
7 |
+
- irds/msmarco-passage
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
pipeline_tag: text2text-generation
|
11 |
+
library_name: transformers
|
12 |
+
---
|
13 |
+
|
14 |
+
A Doc2Query model based on [macavaney/doc2query-t5-base-msmarco](https://huggingface.co/macavaney/doc2query-t5-base-msmarco) and trained on MS MARCO with **100 steps** in **1 to 1** mode.
|