Instructions to use Zhang199/TinyLLaVA-Video-R1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zhang199/TinyLLaVA-Video-R1 with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("Zhang199/TinyLLaVA-Video-R1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
pipeline_tag:
|
| 4 |
---
|
| 5 |
|
| 6 |
**<center><span style="font-size:2em;">TinyLLaVA-Video-R1</span></center>**
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: video-text-to-text
|
| 4 |
---
|
| 5 |
|
| 6 |
**<center><span style="font-size:2em;">TinyLLaVA-Video-R1</span></center>**
|