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

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

CodeBarcenas Model specialized in the Python language Based on the model: WizardLM/WizardCoder-Python-7B-V1.0 And trained with the dataset: mlabonne/Evol-Instruct-Python-26k

Made with ❀️ in Guadalupe, Nuevo Leon, Mexico πŸ‡²πŸ‡½

Downloads last month
964
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Danielbrdz/CodeBarcenas-7b

Quantizations
1 model

Spaces using Danielbrdz/CodeBarcenas-7b 29