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

tokenizer = AutoTokenizer.from_pretrained("Danielbrdz/Barcenas-13b")
model = AutoModelForCausalLM.from_pretrained("Danielbrdz/Barcenas-13b", device_map="auto")
Quick Links

Barcenas 13b

13 billion-parameter model based on llama 2 13b

Trained with an Nvidia Tesla A100 with the dataset: garage-bAInd/Open-Platypus

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

Downloads last month
47
Inference Providers NEW