nielsr HF Staff commited on
Commit
7e3a1de
·
verified ·
1 Parent(s): 9f4a1bf

Add video-text-to-text pipeline tag to metadata

Browse files

Hi! 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!

Files changed (1) hide show
  1. README.md +16 -15
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
- - peft
7
- - lora
8
- - vision-language
9
- - video
10
- - optical-flow
11
- - uav
12
- - drone
13
- - motion
14
- - embodied-ai
15
- - spatial-intelligence
16
- - vlm
17
- - vla
18
- - world-model
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)