Instructions to use patruff/mistral_instruct_generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use patruff/mistral_instruct_generation with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "patruff/mistral_instruct_generation") - Notebooks
- Google Colab
- Kaggle
patruff/mistral2
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 109069176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65fce9ad3d4f9157997f8fce52c50bbea01fc324700eb75416a9370f8e827103
|
| 3 |
size 109069176
|
runs/Dec20_13-48-14_ffe635661565/events.out.tfevents.1703080101.ffe635661565.2880.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc41a20ad2df4481c5fe60beb9db224cafababf6073705ca511b571b7e1e2666
|
| 3 |
+
size 5285
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6eb1b4bc15b6bd16ba893fee2a7cd701c0d80d44970b772e5f43a4ca0e2b7b2
|
| 3 |
size 4728
|