Instructions to use VERSIL91/ce677bc1-7b3d-48ca-bd5d-81d0dfdc5152 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/ce677bc1-7b3d-48ca-bd5d-81d0dfdc5152 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("peft-internal-testing/tiny-dummy-qwen2") model = PeftModel.from_pretrained(base_model, "VERSIL91/ce677bc1-7b3d-48ca-bd5d-81d0dfdc5152") - Notebooks
- Google Colab
- Kaggle
Ctrl+K