ArmandS11 commited on
Commit
ea0f264
·
verified ·
1 Parent(s): ee9e517

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # DeepSeek-R1-Distill-Qwen-7B — Python Code Fine-tune
2
 
3
  A LoRA fine-tuned version of [DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B) specialized for Python code generation.
@@ -70,4 +88,4 @@ Generated code should always be reviewed before use in production. The model may
70
 
71
  ## Model Card Authors
72
 
73
- Armand — [@ArmandS11](https://huggingface.co/ArmandS11/)
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - iamtarun/python_code_instructions_18k_alpaca
5
+ language:
6
+ - en
7
+ - fr
8
+ base_model:
9
+ - deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
10
+ pipeline_tag: text-generation
11
+ library_name: mlx
12
+ tags:
13
+ - code
14
+ - python
15
+ - deepseek
16
+ - fine-tuned
17
+ - lora
18
+ ---
19
  # DeepSeek-R1-Distill-Qwen-7B — Python Code Fine-tune
20
 
21
  A LoRA fine-tuned version of [DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B) specialized for Python code generation.
 
88
 
89
  ## Model Card Authors
90
 
91
+ Armand — [@ArmandS11](https://huggingface.co/ArmandS11/)