Instructions to use ShehbazPatel/mistral-finetuned-samsum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ShehbazPatel/mistral-finetuned-samsum with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.1-GPTQ") model = PeftModel.from_pretrained(base_model, "ShehbazPatel/mistral-finetuned-samsum") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 27280152
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c1c69d6b6a602223dbd49cafca3158825fc825def89709041b1f97ab71e33eb
|
| 3 |
size 27280152
|
runs/Jul21_22-55-17_3689a5c35cf2/events.out.tfevents.1721602719.3689a5c35cf2.1049.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e81c12f7dc9e4917fbf3eae05d2b51d2f35f2a86f1aa69eef7e3c0822108631e
|
| 3 |
+
size 4184
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ac9907db27e8b3f596dbc28304a4c2e50b9b99d60a6ab14416412314f5ace57
|
| 3 |
+
size 5432
|