Transformers
Safetensors
English
text-generation-inference
unsloth
qwen2
trl
How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("xtremecoder/Qwen2.5-Coder-7B-Instruct-Python-bnb-4bit", device_map="auto")
Quick Links

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.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for xtremecoder/Qwen2.5-Coder-7B-Instruct-Python-bnb-4bit

Dataset used to train xtremecoder/Qwen2.5-Coder-7B-Instruct-Python-bnb-4bit