nielsr HF Staff commited on
Commit
9ce8828
verified
1 Parent(s): 104afb2

Update pipeline tag, add library name, and add project/GitHub links

Browse files

This PR improves the model card by:

- Updating the `pipeline_tag` from `question-answering` to `video-text-to-text` so the model is correctly categorized in the Hub.
- Adding `library_name: transformers` since the model is compatible with the Transformers library.
- Adding links to the project page and GitHub repository in the README.

Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen3.5-4B
5
- pipeline_tag: question-answering
 
 
6
  ---
7
 
8
  # Code-as-World-VL-4B
@@ -10,6 +11,9 @@ pipeline_tag: question-answering
10
  Code-as-World-VL-4B (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
 
15
  - **Base model:** [Qwen/Qwen3.5-4B](https://huggingface.co/Qwen/Qwen3.5-4B)
@@ -49,3 +53,11 @@ with the terms applicable to the base model and their input data.
49
 
50
  ## Citation
51
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  base_model:
3
  - Qwen/Qwen3.5-4B
4
+ license: apache-2.0
5
+ pipeline_tag: video-text-to-text
6
+ library_name: transformers
7
  ---
8
 
9
  # Code-as-World-VL-4B
 
11
  Code-as-World-VL-4B (https://arxiv.org/abs/2608.27549) is a vision-language model fine-tuned for physical
12
  understanding and quantitative reasoning over videos.
13
 
14
+ Project page: [https://mirros-lab.github.io/code-as-world](https://mirros-lab.github.io/code-as-world)
15
+ GitHub: [https://github.com/mirros-lab/code-as-world](https://github.com/mirros-lab/code-as-world)
16
+
17
  ## Model details
18
 
19
  - **Base model:** [Qwen/Qwen3.5-4B](https://huggingface.co/Qwen/Qwen3.5-4B)
 
53
 
54
  ## Citation
55
 
56
+ ```bibtex
57
+ @article{mirros2026codeasworld,
58
+ title = {Code as Worlds: Agentic Discovery of Executable World Representations for Physical Reasoning},
59
+ author = {{MirroS Team}},
60
+ journal = {arXiv preprint arXiv:2608.27549},
61
+ year = {2026}
62
+ }
63
+ ```