Instructions to use nhung02/9f910db6-66d8-449f-9562-c7dc40048ccb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung02/9f910db6-66d8-449f-9562-c7dc40048ccb 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, "nhung02/9f910db6-66d8-449f-9562-c7dc40048ccb") - Notebooks
- Google Colab
- Kaggle
Ctrl+K