burtenshaw HF Staff commited on
Commit
b893c3c
·
verified ·
1 Parent(s): a81db8f

add model metadata

Browse files

This PR add model metadata. `text-generation` will display the `Use this model` drop down for integration with vLLM, etc.

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -2,6 +2,10 @@
2
  license: apache-2.0
3
  datasets:
4
  - continuedev/instinct-data
 
 
 
 
5
  ---
6
 
7
  <img src="https://cdn-uploads.huggingface.co/production/uploads/686c5c546abedce0f7ac048a/B7PeaDQCDnlgT3Tmf7fsb.png" width=250>
 
2
  license: apache-2.0
3
  datasets:
4
  - continuedev/instinct-data
5
+ base_model:
6
+ - Qwen/Qwen2.5-Coder-7B
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
  ---
10
 
11
  <img src="https://cdn-uploads.huggingface.co/production/uploads/686c5c546abedce0f7ac048a/B7PeaDQCDnlgT3Tmf7fsb.png" width=250>