Hermi2023 commited on
Commit
3b6c32c
1 Parent(s): ae69aa6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,8 +1,14 @@
1
  ---
2
- license: unknown
 
 
 
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.