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="BornSaint/open_cabra-pt-br-3B_v2_base_model")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("BornSaint/open_cabra-pt-br-3B_v2_base_model")
model = AutoModelForCausalLM.from_pretrained("BornSaint/open_cabra-pt-br-3B_v2_base_model", device_map="auto")
Quick Links

This model is the merge of my skoll520/cabra-pt-br-3B_peft adapter with the model openlm-research/open_llama_3b_v2

Downloads last month
13
Safetensors
Model size
3B params
Tensor type
F32
·
F16
·
I8
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train BornSaint/open_cabra-pt-br-3B_v2_base_model