Text Generation
Transformers
GGUF
English
code
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="MadMarx37/deepseek-coder-1.3b-python-peft-GGUF")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("MadMarx37/deepseek-coder-1.3b-python-peft-GGUF", dtype="auto")
Quick Links
Downloads last month
75
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support