Instructions to use JaqueMate/shuffle_checkpoint-3100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JaqueMate/shuffle_checkpoint-3100 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, "JaqueMate/shuffle_checkpoint-3100") - Notebooks
- Google Colab
- Kaggle
Upload adapter model tensor
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd9fc095bccc21ef87bc3dbe17c8f50777101ccd8e94db8b624abe4f27025b1e
|
| 3 |
+
size 335604696
|