Instructions to use CLASS-MATE/Mistral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CLASS-MATE/Mistral 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, "CLASS-MATE/Mistral") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
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:e2ef2e63ea8c908c02395d4415cb19ffe4c8ba1d82673070669add45d62e91b9
|
| 3 |
size 109069176
|
runs/Apr04_12-31-57_88566c1ef5a8/events.out.tfevents.1712233919.88566c1ef5a8.3457.0
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:15f0400406ac63c29d76862c09a957ae1f22d0690c454631f6c21d752746e28e
|
| 3 |
+
size 8062
|