Instructions to use MLH2000/zephyr_ord with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MLH2000/zephyr_ord with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-alpha") model = PeftModel.from_pretrained(base_model, "MLH2000/zephyr_ord") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
dce8e1e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:841b094d70e9bf5c6edeb701091d67cc7d6f5ce98154fe66e597558c52b1b109
size 4920
|