nielsr HF staff commited on
Commit
d107423
1 Parent(s): cfb7866

Add paper link and library name

Browse files

This PR adds a link to the paper [Task Preference Optimization: Improving Multimodal Large Language Models with Vision Task Alignment](https://huggingface.co/papers/2412.19326).
It also adds `library_name`, enabling people to use the model with the Transformers library.

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,12 +1,15 @@
1
  ---
2
  base_model:
3
  - mistralai/Mistral-7B-Instruct-v0.2
 
4
  license: mit
5
  pipeline_tag: video-text-to-text
6
  ---
7
 
8
  # VideoChat2-TPO
9
 
 
 
10
  ## 🏃 Installation
11
 
12
  ```
 
1
  ---
2
  base_model:
3
  - mistralai/Mistral-7B-Instruct-v0.2
4
+ library_name: transformers
5
  license: mit
6
  pipeline_tag: video-text-to-text
7
  ---
8
 
9
  # VideoChat2-TPO
10
 
11
+ This model is based on the paper [Task Preference Optimization: Improving Multimodal Large Language Models with Vision Task Alignment](https://huggingface.co/papers/2412.19326).
12
+
13
  ## 🏃 Installation
14
 
15
  ```