Instructions to use VERSIL91/e3ed4a67-b2f0-4d54-aa8f-48b4edcd83fc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/e3ed4a67-b2f0-4d54-aa8f-48b4edcd83fc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-0.5B") model = PeftModel.from_pretrained(base_model, "VERSIL91/e3ed4a67-b2f0-4d54-aa8f-48b4edcd83fc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K