Add paper link and library name (#1)
Browse files- Add paper link and library name (d10742350eb15375ab9113105bc4e896815b0ac1)
Co-authored-by: Niels Rogge <[email protected]>
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 |
```
|