Instructions to use sai1881/Sample_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sai1881/Sample_1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-1B") model = PeftModel.from_pretrained(base_model, "sai1881/Sample_1") - Notebooks
- Google Colab
- Kaggle
Upload adapter_model.safetensors
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05c05cd7141f47fc006159fe7f12994bb5fc60fad34c17f3200ee901f82df757
|
| 3 |
+
size 688132392
|