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
Commit History
Update README.md 9bf75cc verified
Images abb4ea5
Dimitar Dimitrov commited on
Configure Git LFS to track binary files bfbf941
Dimitar Dimitrov commited on