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="Danielbrdz/CodeBarcenas-13b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Danielbrdz/CodeBarcenas-13b")
model = AutoModelForCausalLM.from_pretrained("Danielbrdz/CodeBarcenas-13b")
Quick Links

CodeBarcenas

Model specialized in the Python language

Based on the model: WizardLM/WizardCoder-Python-13B-V1.0

And trained with the dataset: mlabonne/Evol-Instruct-Python-1k

Made with ❤️ in Guadalupe, Nuevo Leon, Mexico 🇲🇽

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

Model tree for Danielbrdz/CodeBarcenas-13b

Quantizations
1 model