sandeeprdy1729 commited on
Commit
5b45b80
·
verified ·
1 Parent(s): 9c3c62a

Unsloth Model Card

Browse files
Files changed (1) hide show
  1. README.md +14 -32
README.md CHANGED
@@ -1,39 +1,21 @@
1
  ---
2
- language: [en]
 
 
 
 
 
3
  license: apache-2.0
4
- base_model: Qwen/Qwen2.5-Coder-0.5B-Instruct
5
- tags: [code, bug-fixing, qwen2.5-coder, mlx, timps, apple-silicon]
6
- pipeline_tag: text-generation
7
  ---
8
 
9
- # TIMPS-Coder-0.5B 🛠️
10
- Fine-tuned coding model for bug fixing by [Sandeep Reddy](https://github.com/Sandeeprdy1729) · TIMPS Brand · Made in India 🇮🇳
11
 
12
- ## Benchmark
13
- | Model | Score |
14
- |-------|-------|
15
- | Base (Qwen/Qwen2.5-Coder-0.5B-Instruct) | 88.0% |
16
- | **TIMPS-Coder (this)** | **92.0%** |
17
- *10-task bug-fix benchmark: NullPointer, KeyError, AsyncBug, ScopeBug, RecursionError, etc.*
18
 
19
- ## Quickstart MLX (Mac M1/M2/M3)
20
- ```bash
21
- pip install mlx-lm
22
- mlx_lm generate --model sandeeprdy1729/TIMPS-Coder-0.5B --max-tokens 500 --temp 0.1 \
23
- --prompt '<|im_start|>system
24
- You are TIMPS-Coder. Explain the bug cause then show fixed code.<|im_end|>
25
- <|im_start|>user
26
- Fix null_pointer: My Spring @Autowired field is null<|im_end|>
27
- <|im_start|>assistant'
28
- ```
29
 
30
- ## Training
31
- - Base: `Qwen/Qwen2.5-Coder-0.5B-Instruct` | Method: LoRA rank=16 | HW: Mac M2 Air 8GB
32
- - Dataset: 30,000+ clean coding instruction pairs (Python, Java, JS, C++, Go, Rust)
33
- - Framework: MLX-LM | LR: 5e-6 | Iters: 3000
34
-
35
- ## Links
36
- - GitHub: [Sandeeprdy1729](https://github.com/Sandeeprdy1729)
37
- - YouTube: [@sandeepreddythummala](https://youtube.com/@sandeepreddythummala)
38
-
39
- Apache 2.0 License
 
1
  ---
2
+ base_model: unsloth/qwen2.5-coder-0.5b-instruct-bnb-4bit
3
+ tags:
4
+ - text-generation-inference
5
+ - transformers
6
+ - unsloth
7
+ - qwen2
8
  license: apache-2.0
9
+ language:
10
+ - en
 
11
  ---
12
 
13
+ # Uploaded finetuned model
 
14
 
15
+ - **Developed by:** sandeeprdy1729
16
+ - **License:** apache-2.0
17
+ - **Finetuned from model :** unsloth/qwen2.5-coder-0.5b-instruct-bnb-4bit
 
 
 
18
 
19
+ This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
 
 
 
 
 
20
 
21
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)