nielsr HF Staff commited on
Commit
1ab2b9a
·
verified ·
1 Parent(s): b531ee2

Add pipeline tag and library name to model card

Browse files

This PR enhances the model card for VisCoder2-7B by adding key metadata:

- `pipeline_tag: image-text-to-text`: This helps users discover the model under multimodal generation tasks on the Hugging Face Hub, as it generates visualization code that produces images from text instructions.
- `library_name: transformers`: The `config.json` indicates compatibility with `transformers` (e.g., `"model_type": "qwen2"`, `"transformers_version": "4.51.3"`), enabling the automated inference widget and "How to use" code snippets on the Hub.

Please review these additions.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,13 +1,15 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - TIGER-Lab/VisCode-Multi-679K
5
  language:
6
  - en
7
- base_model:
8
- - Qwen/Qwen2.5-Coder-7B-Instruct
9
  tags:
10
  - code
 
 
11
  ---
12
 
13
  # VisCoder2-7B
 
1
  ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-Coder-7B-Instruct
4
  datasets:
5
  - TIGER-Lab/VisCode-Multi-679K
6
  language:
7
  - en
8
+ license: apache-2.0
 
9
  tags:
10
  - code
11
+ pipeline_tag: image-text-to-text
12
+ library_name: transformers
13
  ---
14
 
15
  # VisCoder2-7B