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", device_map="auto")
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
44
Inference Providers NEW

Model tree for Danielbrdz/CodeBarcenas-13b

Quantizations
1 model