Add pipeline tag, link to paper

#2
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: mit
 
3
  ---
4
 
5
  <p align="center" width="100%">
@@ -188,4 +189,19 @@ while True:
188
  response = get_response(frames_list, prompts_input, model, image_processor, tensor_dtype)
189
  print(f"Response: {response}")
190
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  ```
 
1
  ---
2
  license: mit
3
+ pipeline_tag: video-text-to-text
4
  ---
5
 
6
  <p align="center" width="100%">
 
189
  response = get_response(frames_list, prompts_input, model, image_processor, tensor_dtype)
190
  print(f"Response: {response}")
191
 
192
+ ```
193
+ <br>
194
+ <div align="center">
195
+ <a href='https://arxiv.org/abs/2305.03726'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a> <a href='https://github.com/Luodian/Otter'><img src='https://img.shields.io/badge/GitHub-Code-blue'></a>
196
+ </div>
197
+
198
+ ## 📜 Citation
199
+
200
+ ```
201
+ @article{li2023otter,
202
+ title={Otter: A Multi-Modal Model with In-Context Instruction Tuning},
203
+ author={Li, Bo and Zhang, Yuanhan and Chen, Liangyu and Wang, Jinghao and Yang, Jingkang and Liu, Ziwei},
204
+ journal={arXiv preprint arXiv:2305.03726},
205
+ year={2023}
206
+ }
207
  ```