Instructions to use nblinh63/1b8ab1e0-6218-4b84-9c24-f74892620058 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh63/1b8ab1e0-6218-4b84-9c24-f74892620058 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-1.5B") model = PeftModel.from_pretrained(base_model, "nblinh63/1b8ab1e0-6218-4b84-9c24-f74892620058") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.