Instructions to use polyglots/SinLlama_v01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use polyglots/SinLlama_v01 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "polyglots/SinLlama_v01") - Notebooks
- Google Colab
- Kaggle
I’m unable to locate this model in LM Studio
#3 opened 5 months ago
by
rasikarsw
Preliminary Testing of the First Fine-Tuned Sinhala AI Model
2
#2 opened 10 months ago
by
chamud
Getting this run time error on Colab
4
#1 opened 10 months ago
by
elihoole