Transformers
Safetensors
English
text-generation-inference
unsloth
qwen2
trl
File size: 856 Bytes
184cc84
 
 
 
 
 
 
 
 
 
 
89ab8c4
 
184cc84
 
89ab8c4
184cc84
 
 
 
 
89ab8c4
184cc84
89ab8c4
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
base_model: unsloth/Qwen2.5-Coder-7B-Instruct-bnb-4bit
tags:
- text-generation-inference
- transformers
- unsloth
- qwen2
- trl
license: apache-2.0
language:
- en
datasets:
- iamtarun/python_code_instructions_18k_alpaca
---

# Qwen2.5 Coder Python Fine-Tuned Model

- **Developed by:** xtremecoder
- **License:** apache-2.0
- **Finetuned from model :** unsloth/Qwen2.5-Coder-7B-Instruct-bnb-4bit

## Description

Fine-tuned the Qwen2.5 Coder 7B model for python code output. 

From testing, the main difference is that the fine-tuned model directly generates code as output without additional text explanations and "fluff".
The generated code itself is also different from the base model, sometimes more efficient than the original, but code quality doesn't always look to be
as good as the original -- likely a function of limitated training datasets.