Add pipeline tag, library name, and links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
- license: apache-2.0
3
  base_model: Qwen/Qwen3-VL-4B-Instruct
 
 
 
4
  tags:
5
  - camera-movement
6
  - video-understanding
@@ -12,6 +14,11 @@ tags:
12
 
13
  Camera-movement SFT 微调模型,基于 `Qwen/Qwen3-VL-4B-Instruct`。
14
 
 
 
 
 
 
15
  - Checkpoint: `checkpoint-1326`
16
  - 训练框架: [ms-swift](https://github.com/modelscope/ms-swift)
17
 
@@ -21,4 +28,4 @@ Camera-movement SFT 微调模型,基于 `Qwen/Qwen3-VL-4B-Instruct`。
21
  from transformers import AutoModelForCausalLM, AutoProcessor
22
  model = AutoModelForCausalLM.from_pretrained("ddz16/CamSFT-4B", torch_dtype="bfloat16", device_map="auto")
23
  processor = AutoProcessor.from_pretrained("ddz16/CamSFT-4B")
24
- ```
 
1
  ---
 
2
  base_model: Qwen/Qwen3-VL-4B-Instruct
3
+ license: apache-2.0
4
+ library_name: transformers
5
+ pipeline_tag: video-text-to-text
6
  tags:
7
  - camera-movement
8
  - video-understanding
 
14
 
15
  Camera-movement SFT 微调模型,基于 `Qwen/Qwen3-VL-4B-Instruct`。
16
 
17
+ This model is described in the paper [Temporally Grounded Compositional Camera Motion Understanding via Geometric Knowledge Distillation](https://huggingface.co/papers/2608.10932).
18
+
19
+ - Project page: https://ddz16.github.io/cammotion.github.io
20
+ - Code: https://github.com/ddz16/CamDistill
21
+
22
  - Checkpoint: `checkpoint-1326`
23
  - 训练框架: [ms-swift](https://github.com/modelscope/ms-swift)
24
 
 
28
  from transformers import AutoModelForCausalLM, AutoProcessor
29
  model = AutoModelForCausalLM.from_pretrained("ddz16/CamSFT-4B", torch_dtype="bfloat16", device_map="auto")
30
  processor = AutoProcessor.from_pretrained("ddz16/CamSFT-4B")
31
+ ```