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
Unsloth: Cannot determine model type for config file: None
2
#4 opened 11 days ago
by
MLsauruse
I’m unable to locate this model in LM Studio
#3 opened 8 months ago
by
rasikarsw
Preliminary Testing of the First Fine-Tuned Sinhala AI Model
2
#2 opened about 1 year ago
by
chamud
Getting this run time error on Colab
4
#1 opened about 1 year ago
by
elihoole