Instructions to use INSAIT-Institute/Zephyr-7B-MixAT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use INSAIT-Institute/Zephyr-7B-MixAT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-beta") model = PeftModel.from_pretrained(base_model, "INSAIT-Institute/Zephyr-7B-MixAT") - Notebooks
- Google Colab
- Kaggle
Dimitar Dimitrov commited on
Commit ·
bfbf941
1
Parent(s): 5c5925b
Configure Git LFS to track binary files
Browse files
assets/images/.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
images/*.png filter=lfs diff=lfs merge=lfs -text
|