Instructions to use dimasik87/269cd4e5-e79f-4036-899b-cd4d209ec711 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik87/269cd4e5-e79f-4036-899b-cd4d209ec711 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("dltjdgh0928/test_instruction") model = PeftModel.from_pretrained(base_model, "dimasik87/269cd4e5-e79f-4036-899b-cd4d209ec711") - Notebooks
- Google Colab
- Kaggle
Ctrl+K