Video-Text-to-Text
PEFT
Safetensors
lora
vision-language
video
optical-flow
uav
drone
motion
embodied-ai
spatial-intelligence
vlm
vla
world-model
Instructions to use choucsan/SIS-Motion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use choucsan/SIS-Motion with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "choucsan/SIS-Motion") - Notebooks
- Google Colab
- Kaggle
Add video-text-to-text pipeline tag to metadata
Browse filesHi! I'm Niels from the Hugging Face community science team.
This pull request adds the `pipeline_tag: video-text-to-text` to your model card's metadata. This ensures that the model is correctly categorized on the Hugging Face Hub, making it more discoverable for users looking for video-to-text models.
No other changes have been made to the markdown content of your README. Feel free to merge this PR if it looks good!
README.md
CHANGED
|
@@ -2,20 +2,21 @@
|
|
| 2 |
base_model: Qwen/Qwen2.5-VL-7B-Instruct
|
| 3 |
library_name: peft
|
| 4 |
license: apache-2.0
|
|
|
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
---
|
| 20 |
|
| 21 |
# SIS-Motion
|
|
@@ -202,7 +203,7 @@ Place SIS-Bench under the registered data root or override the paths directly:
|
|
| 202 |
|
| 203 |
```text
|
| 204 |
data/SIS-Bench/SIS-Bench.jsonl
|
| 205 |
-
data/SIS-Bench/frames/
|
| 206 |
```
|
| 207 |
|
| 208 |
### 4. Run inference
|
|
@@ -260,4 +261,4 @@ If you use SIS-Motion in your research, please cite:
|
|
| 260 |
|
| 261 |
For questions or collaboration requests:
|
| 262 |
|
| 263 |
-
[choucisan@gmail.com](mailto:choucisan@gmail.com)
|
|
|
|
| 2 |
base_model: Qwen/Qwen2.5-VL-7B-Instruct
|
| 3 |
library_name: peft
|
| 4 |
license: apache-2.0
|
| 5 |
+
pipeline_tag: video-text-to-text
|
| 6 |
tags:
|
| 7 |
+
- peft
|
| 8 |
+
- lora
|
| 9 |
+
- vision-language
|
| 10 |
+
- video
|
| 11 |
+
- optical-flow
|
| 12 |
+
- uav
|
| 13 |
+
- drone
|
| 14 |
+
- motion
|
| 15 |
+
- embodied-ai
|
| 16 |
+
- spatial-intelligence
|
| 17 |
+
- vlm
|
| 18 |
+
- vla
|
| 19 |
+
- world-model
|
| 20 |
---
|
| 21 |
|
| 22 |
# SIS-Motion
|
|
|
|
| 203 |
|
| 204 |
```text
|
| 205 |
data/SIS-Bench/SIS-Bench.jsonl
|
| 206 |
+
data/SIS-Bench/frames/\
|
| 207 |
```
|
| 208 |
|
| 209 |
### 4. Run inference
|
|
|
|
| 261 |
|
| 262 |
For questions or collaboration requests:
|
| 263 |
|
| 264 |
+
[choucisan@gmail.com](mailto:choucisan@gmail.com)
|