toolevalxm commited on
Commit
8d30018
·
verified ·
1 Parent(s): 6f32703

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -7,12 +7,15 @@ A fine-tuned code generation model optimized for Python and JavaScript developme
7
  CodeWeave-QwenCoder is a specialized code generation model fine-tuned from **Qwen/Qwen2.5-Coder-7B-Instruct** for enhanced performance on real-world coding tasks.
8
 
9
  ### Base Model
 
10
  - **Foundation**: Qwen2.5-Coder-7B-Instruct from Alibaba's Qwen team
11
  - **Architecture**: Transformer-based decoder-only model
12
  - **Parameters**: 7B
13
 
14
  ### Training Data
 
15
  The model was fine-tuned on our curated CodeWeave-Instructions dataset, which includes:
 
16
  - 50K Python programming exercises
17
  - 30K JavaScript development tasks
18
  - Code review and refactoring examples
@@ -35,4 +38,8 @@ tokenizer = AutoTokenizer.from_pretrained("toolevalxm/CodeWeave-QwenCoder")
35
 
36
  ## Acknowledgements
37
 
38
- We thank the Qwen team for the excellent base model.
 
 
 
 
 
7
  CodeWeave-QwenCoder is a specialized code generation model fine-tuned from **Qwen/Qwen2.5-Coder-7B-Instruct** for enhanced performance on real-world coding tasks.
8
 
9
  ### Base Model
10
+
11
  - **Foundation**: Qwen2.5-Coder-7B-Instruct from Alibaba's Qwen team
12
  - **Architecture**: Transformer-based decoder-only model
13
  - **Parameters**: 7B
14
 
15
  ### Training Data
16
+
17
  The model was fine-tuned on our curated CodeWeave-Instructions dataset, which includes:
18
+
19
  - 50K Python programming exercises
20
  - 30K JavaScript development tasks
21
  - Code review and refactoring examples
 
38
 
39
  ## Acknowledgements
40
 
41
+ We thank the Qwen team for the excellent base model.
42
+
43
+ **License**
44
+
45
+ The license for this model is apache-2.0.