Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,14 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- irds/msmarco-passage
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: text2text-generation
|
8 |
-
|
|
|
|
|
|
|
|
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 n mode.
|