Instructions to use dimasik87/c08a2874-e0c6-40b4-9cf2-cc19aca057c7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik87/c08a2874-e0c6-40b4-9cf2-cc19aca057c7 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama") model = PeftModel.from_pretrained(base_model, "dimasik87/c08a2874-e0c6-40b4-9cf2-cc19aca057c7") - Notebooks
- Google Colab
- Kaggle
Ctrl+K