Add paper link and library name
Browse filesThis 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.
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 |
```
|