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