nielsr HF Staff commited on
Commit
6bb55fe
·
verified ·
1 Parent(s): f804237

Add pipeline tag and library name

Browse files

This PR adds the `library_name` as `transformers` and sets `pipeline_tag` to `text-generation`, ensuring people can find your model at https://huggingface.co/models?pipeline_tag=text-generation.

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-200K
5
  language:
6
  - en
7
- base_model:
8
- - Qwen/Qwen2.5-Coder-7B-Instruct
9
  tags:
10
  - code
 
 
11
  ---
12
 
13
  # VisCoder-7B
 
1
  ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-Coder-7B-Instruct
4
  datasets:
5
  - TIGER-Lab/VisCode-200K
6
  language:
7
  - en
8
+ license: apache-2.0
 
9
  tags:
10
  - code
11
+ library_name: transformers
12
+ pipeline_tag: text-generation
13
  ---
14
 
15
  # VisCoder-7B