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 3
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:76d43924af8614733479e5496e4524663af595e0903fc6dfa24e547cfa4bc23f
|
| 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:79bc86d713b9a52d0134b5c97864f3ec81b2215d01fcb32d4e70b7db05327584
|
| 3 |
+
size 6702
|