Add pipeline tag and link to paper

#3
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
 
5
  <p align="center" width="100%">
@@ -25,6 +27,7 @@ license: mit
25
  <sup>2</sup>Microsoft Research, Redmond
26
  </div>
27
 
 
28
 
29
  You can refer the code to start evaluation and demo on your local machine.
30
  https://github.com/Luodian/Otter/blob/8b386816ec67b15833cde3dcd1d7ca6a752d2451/pipeline/demos/demo_models.py#L35
 
1
  ---
2
  license: mit
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
  ---
6
 
7
  <p align="center" width="100%">
 
27
  <sup>2</sup>Microsoft Research, Redmond
28
  </div>
29
 
30
+ This repository contains the models presented in [Otter: A Multi-Modal Model with In-Context Instruction Tuning](https://huggingface.co/papers/2305.03726).
31
 
32
  You can refer the code to start evaluation and demo on your local machine.
33
  https://github.com/Luodian/Otter/blob/8b386816ec67b15833cde3dcd1d7ca6a752d2451/pipeline/demos/demo_models.py#L35