Text Generation
PEFT
Ukrainian
How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b_v2")
model = PeftModel.from_pretrained(base_model, "robinhad/open_llama_3b_uk")

This is a release of Open LLama, tuned for Ukrainian language.

Currently it contains adapter weights, possible subject to change in future.

Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train robinhad/open_llama_3b_uk

Space using robinhad/open_llama_3b_uk 1