Llama3.2-3B-Instruct-Bulgarian
- Developed by: petkopetkov
- License: apache-2.0
- Finetuned from model : unsloth/Llama-3.2-3B-Instruct
Llama-3.2-3B-Instruct finetuned on OASST1 dataset translated to Bulgarian language.
Usage
First, install the Transformers library with:
pip install -U transformers
Run with the pipeline
API
import torch
from transformers import pipeline
pipe = pipeline(
"text-generation",
model="petkopetkov/Llama3.2-3B-Instruct-bg",
torch_dtype=torch.bfloat16,
device_map="auto"
)
prompt = "Колко е 2 + 2?"
print(pipe(prompt)[0]['generated_text'])
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model’s pipeline type.
Model tree for petkopetkov/Llama3.2-3B-Instruct-bg
Base model
meta-llama/Llama-3.2-3B-Instruct
Finetuned
unsloth/Llama-3.2-3B-Instruct