Instructions to use nblinh/f276f93d-418c-495e-8b55-d7495cc7885f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh/f276f93d-418c-495e-8b55-d7495cc7885f 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, "nblinh/f276f93d-418c-495e-8b55-d7495cc7885f") - Notebooks
- Google Colab
- Kaggle
Ctrl+K