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
File size: 131 Bytes
abb4ea5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:775dcecfb5f68e465eb557ab11827dfcf8c8e93aae6008061da0f97e76c904b7
size 741634
|