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
Upload optimizer.pt with huggingface_hub
Browse files- optimizer.pt +3 -0
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f422ffcdaf1fb5404b7884a76795a14ea4a6d92c3161e2dab8eaff0aa8a9ea2
|
| 3 |
+
size 5908330060
|