Instructions to use nblinh63/5e9091b2-30e4-406d-8db8-4cfcafc06a32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh63/5e9091b2-30e4-406d-8db8-4cfcafc06a32 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-14B-Chat") model = PeftModel.from_pretrained(base_model, "nblinh63/5e9091b2-30e4-406d-8db8-4cfcafc06a32") - Notebooks
- Google Colab
- Kaggle
Ctrl+K