Instructions to use nhoxinh/e723689c-de78-4c87-93b2-661c46548e98 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhoxinh/e723689c-de78-4c87-93b2-661c46548e98 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, "nhoxinh/e723689c-de78-4c87-93b2-661c46548e98") - Notebooks
- Google Colab
- Kaggle
Ctrl+K