Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- code
|
| 5 |
+
tags:
|
| 6 |
+
- python
|
| 7 |
+
- text-generation
|
| 8 |
+
- qwen
|
| 9 |
+
- qlora
|
| 10 |
+
- custom-finetune
|
| 11 |
+
datasets:
|
| 12 |
+
- iamtarun/python_code_instructions_18k_alpaca
|
| 13 |
+
base_model: Qwen/Qwen2.5-Coder-1.5B-Instruct
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Qwen2.5-Coder-1.5B-python-MyTune (Fine-tuned by Karim)
|
| 17 |
+
|
| 18 |
+
## 📌 Model Description
|
| 19 |
+
This model is a highly optimized, fine-tuned version of `Qwen/Qwen2.5-Coder-1.5B-Instruct`. It has been specifically trained to understand complex algorithmic instructions and generate clean, efficient, and highly accurate **Python** code.
|
| 20 |
+
|
| 21 |
+
The training architecture utilized the **QLoRA** (Quantized Low-Rank Adaptation) method. This approach ensures high parameter efficiency, allowing the model to acquire new coding skills while preserving the robust logical reasoning capabilities of the original base weights.
|
| 22 |
+
|
| 23 |
+
## 📊 Training Data
|
| 24 |
+
The model was fine-tuned on a carefully curated subset of the [iamtarun/python_code_instructions_18k_alpaca](https://huggingface.co/datasets/iamtarun/python_code_instructions_18k_alpaca) dataset. This dataset provides high-quality Python coding instructions, algorithmic challenges, and their corresponding structured solutions.
|
| 25 |
+
|
| 26 |
+
## 🎯 Intended Use
|
| 27 |
+
This model is designed to assist software engineers, data scientists, and quantitative analysts with:
|
| 28 |
+
- Generating Python scripts from natural language prompts.
|
| 29 |
+
- Solving complex algorithmic problems.
|
| 30 |
+
- Writing data engineering and mathematical logic code.
|
| 31 |
+
|
| 32 |
+
## ⚙️ Training Hardware
|
| 33 |
+
- **Compute:** Google Colab T4 GPU (16GB VRAM)
|
| 34 |
+
- **Precision:** Mixed Precision (4-bit Base + float16 Adapters)
|
| 35 |
+
- **Method:** PEFT / QLoRA Integration
|