Instructions to use mrhunghd/00a78fef-b45c-4156-9b19-366594de44a0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mrhunghd/00a78fef-b45c-4156-9b19-366594de44a0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/zephyr-sft") model = PeftModel.from_pretrained(base_model, "mrhunghd/00a78fef-b45c-4156-9b19-366594de44a0") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.