Instructions to use risolmayo/31f2c202-4cff-4d57-99bb-425f233050e8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use risolmayo/31f2c202-4cff-4d57-99bb-425f233050e8 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, "risolmayo/31f2c202-4cff-4d57-99bb-425f233050e8") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes