Orion-zhen commited on
Commit
b3b97ef
1 Parent(s): 47c407f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -3,6 +3,7 @@ license: apache-2.0
3
  license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct/blob/main/LICENSE
4
  language:
5
  - en
 
6
  base_model:
7
  - Qwen/Qwen2.5-Coder-7B-Instruct
8
  pipeline_tag: text-generation
@@ -15,11 +16,15 @@ tags:
15
  - qwen-coder
16
  metrics:
17
  - code_eval
 
 
18
  ---
19
 
20
 
21
  # Qwen2.5-Coder-7B-Instruct
22
 
 
 
23
  ## Introduction
24
 
25
  Qwen2.5-Coder is the latest series of Code-Specific Qwen large language models (formerly known as CodeQwen). For Qwen2.5-Coder, we release three base language models and instruction-tuned language models, 1.5, 7 and 32 (coming soon) billion parameters. Qwen2.5-Coder brings the following improvements upon CodeQwen1.5:
 
3
  license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct/blob/main/LICENSE
4
  language:
5
  - en
6
+ - zh
7
  base_model:
8
  - Qwen/Qwen2.5-Coder-7B-Instruct
9
  pipeline_tag: text-generation
 
16
  - qwen-coder
17
  metrics:
18
  - code_eval
19
+ datasets:
20
+ - alvarobartt/openhermes-preferences-coding
21
  ---
22
 
23
 
24
  # Qwen2.5-Coder-7B-Instruct
25
 
26
+ The model used [alvarobartt/openhermes-preferences-coding](https://huggingface.co/datasets/alvarobartt/openhermes-preferences-coding) as calibration dataset
27
+
28
  ## Introduction
29
 
30
  Qwen2.5-Coder is the latest series of Code-Specific Qwen large language models (formerly known as CodeQwen). For Qwen2.5-Coder, we release three base language models and instruction-tuned language models, 1.5, 7 and 32 (coming soon) billion parameters. Qwen2.5-Coder brings the following improvements upon CodeQwen1.5: