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
File size: 129 Bytes
2d8b29b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5ebde43ae2ac83dba702754d22ce54d42de274dbd6723dbddcc49ee0c37cbf62
size 5560
|