Instructions to use dzanbek/ed2d0389-cca8-40f0-ac71-512edf783904 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dzanbek/ed2d0389-cca8-40f0-ac71-512edf783904 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, "dzanbek/ed2d0389-cca8-40f0-ac71-512edf783904") - Notebooks
- Google Colab
- Kaggle
Ctrl+K