Instructions to use kingabzpro/mistral_7b-instruct-guanaco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kingabzpro/mistral_7b-instruct-guanaco 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, "kingabzpro/mistral_7b-instruct-guanaco") - Notebooks
- Google Colab
- Kaggle
Commit ·
d0af8f9
1
Parent(s): 9a0f032
Upload model
Browse files- adapter_model.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 369214349
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b10ddd924ab6def6653daa0cf938235751f78b4d7d0ee6b10e991f1e0541c42
|
| 3 |
size 369214349
|