Update pipeline tag, add library name and links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -1,14 +1,18 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen3.5-9B
5
- pipeline_tag: question-answering
 
 
6
  ---
7
 
8
  # Code-as-World-VL-9B
9
 
10
- Code-as-World-VL-9B (https://arxiv.org/abs/2608.27549) is a vision-language model fine-tuned for physical
11
- understanding and quantitative reasoning over videos.
 
 
 
12
 
13
  ## Model details
14
 
@@ -37,12 +41,8 @@ The server exposes an OpenAI-compatible API at `/v1`.
37
 
38
  ## Intended use
39
 
40
- This model is intended for research on physical understanding, measurement, and
41
- quantitative reasoning from images and videos. Model outputs may be inaccurate and
42
- should be independently verified before use in safety-critical settings.
43
 
44
  ## License
45
 
46
- This checkpoint is released under the Apache License 2.0. It is derived from
47
- [Qwen/Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B); users must also comply
48
- with the terms applicable to the base model and their input data.
 
1
  ---
 
2
  base_model:
3
  - Qwen/Qwen3.5-9B
4
+ license: apache-2.0
5
+ pipeline_tag: video-text-to-text
6
+ library_name: transformers
7
  ---
8
 
9
  # Code-as-World-VL-9B
10
 
11
+ **Paper:** [arXiv](https://arxiv.org/abs/2608.27549)
12
+ **Project page:** [https://mirros-lab.github.io/code-as-world](https://mirros-lab.github.io/code-as-world)
13
+ **Code:** [https://github.com/mirros-lab/code-as-world](https://github.com/mirros-lab/code-as-world)
14
+
15
+ Code-as-World-VL-9B (https://arxiv.org/abs/2608.27549) is a vision-language model fine-tuned for physical understanding and quantitative reasoning over videos.
16
 
17
  ## Model details
18
 
 
41
 
42
  ## Intended use
43
 
44
+ This model is intended for research on physical understanding, measurement, and quantitative reasoning from images and videos. Model outputs may be inaccurate and should be independently verified before use in safety-critical settings.
 
 
45
 
46
  ## License
47
 
48
+ This checkpoint is released under the Apache License 2.0. It is derived from [Qwen/Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B); users must also comply with the terms applicable to the base model and their input data.