Add pipeline tag, library name, and links to paper/project/github

#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
@@ -11,6 +13,11 @@ tags:
11
 
12
  # CamInject-4B
13
 
 
 
 
 
 
14
  Camera-movement VGGT-Direct 注入 SFT 微调模型,基于 `Qwen/Qwen3-VL-4B-Instruct`。
15
 
16
  - Checkpoint: `checkpoint-1326`
@@ -22,4 +29,4 @@ Camera-movement VGGT-Direct 注入 SFT 微调模型,基于 `Qwen/Qwen3-VL-4B-I
22
  from transformers import AutoModelForCausalLM, AutoProcessor
23
  model = AutoModelForCausalLM.from_pretrained("ddz16/CamInject-4B", torch_dtype="bfloat16", device_map="auto")
24
  processor = AutoProcessor.from_pretrained("ddz16/CamInject-4B")
25
- ```
 
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
 
13
 
14
  # CamInject-4B
15
 
16
+ This repository contains the **CamInject-4B** model from the paper [Temporally Grounded Compositional Camera Motion Understanding via Geometric Knowledge Distillation](https://huggingface.co/papers/2608.10932).
17
+
18
+ **Project page**: https://ddz16.github.io/cammotion.github.io
19
+ **GitHub**: https://github.com/ddz16/CamDistill
20
+
21
  Camera-movement VGGT-Direct 注入 SFT 微调模型,基于 `Qwen/Qwen3-VL-4B-Instruct`。
22
 
23
  - Checkpoint: `checkpoint-1326`
 
29
  from transformers import AutoModelForCausalLM, AutoProcessor
30
  model = AutoModelForCausalLM.from_pretrained("ddz16/CamInject-4B", torch_dtype="bfloat16", device_map="auto")
31
  processor = AutoProcessor.from_pretrained("ddz16/CamInject-4B")
32
+ ```