Instructions to use VERSIL91/4a069d95-7eba-4634-b301-1bbd56352695 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/4a069d95-7eba-4634-b301-1bbd56352695 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B") model = PeftModel.from_pretrained(base_model, "VERSIL91/4a069d95-7eba-4634-b301-1bbd56352695") - Notebooks
- Google Colab
- Kaggle
Ctrl+K