Improve model card: Add pipeline tag, library name, and GitHub link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,12 +1,16 @@
1
  ---
2
- license: mit
 
3
  language:
4
  - en
5
  - zh
 
6
  metrics:
7
  - accuracy
8
- base_model:
9
- - Qwen/Qwen2.5-VL-7B-Instruct
10
  ---
11
 
12
- The CodeV-SFT model is used to continue training CodeV-RL, as described in the referenced [paper](https://arxiv.org/abs/2511.19661).
 
 
 
1
  ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-VL-7B-Instruct
4
  language:
5
  - en
6
  - zh
7
+ license: mit
8
  metrics:
9
  - accuracy
10
+ pipeline_tag: image-text-to-text
11
+ library_name: transformers
12
  ---
13
 
14
+ The CodeV-SFT model is used to continue training CodeV-RL, as described in the paper [CodeV: Code with Images for Faithful Visual Reasoning via Tool-Aware Policy Optimization](https://huggingface.co/papers/2511.19661).
15
+
16
+ For the code repository, please refer to: [https://github.com/RenlyH/CodeV](https://github.com/RenlyH/CodeV)