Gregor commited on
Commit
2794d9b
1 Parent(s): 51d7ff8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -10,11 +10,13 @@ tags:
10
  - visual-question-answering
11
  pipeline_tag: image-to-text
12
  inference: false
 
 
13
  ---
14
 
15
  # mBLIP mT0-XL
16
 
17
- This is the model checkpoint for our work [**mBLIP: Efficient Bootstrapping of Multilingual Vision-LLMs**](TODO arxiv).
18
 
19
 
20
 
@@ -176,12 +178,12 @@ If you use our model, please cite the following:
176
  Abhay Jain and
177
  Radu Timofte and
178
  Goran Glava\v{s}},
179
- title = {TODO},
180
  journal = {arXiv},
181
- volume = {abs/TODO},
182
  year = {2023},
183
- url = {https://arxiv.org/abs/TODO},
184
  eprinttype = {arXiv},
185
- eprint = {TODO},
186
  }
187
  ```
 
10
  - visual-question-answering
11
  pipeline_tag: image-to-text
12
  inference: false
13
+ datasets:
14
+ - Gregor/mblip-train
15
  ---
16
 
17
  # mBLIP mT0-XL
18
 
19
+ This is the model checkpoint for our work [mBLIP: Efficient Bootstrapping of Multilingual Vision-LLMs](https://arxiv.org/abs/2307.06930).
20
 
21
 
22
 
 
178
  Abhay Jain and
179
  Radu Timofte and
180
  Goran Glava\v{s}},
181
+ title = {mBLIP: Efficient Bootstrapping of Multilingual Vision-LLMs},
182
  journal = {arXiv},
183
+ volume = {abs/2307.06930},
184
  year = {2023},
185
+ url = {https://arxiv.org/abs/2307.06930},
186
  eprinttype = {arXiv},
187
+ eprint = {2307.06930},
188
  }
189
  ```