Instructions to use nblinh/ff43f662-ed9d-4656-8fc4-2a767b85aeab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh/ff43f662-ed9d-4656-8fc4-2a767b85aeab with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-7B") model = PeftModel.from_pretrained(base_model, "nblinh/ff43f662-ed9d-4656-8fc4-2a767b85aeab") - Notebooks
- Google Colab
- Kaggle
Ctrl+K