Instructions to use dimasik87/1bc7b11d-8ab3-44f1-bd3f-c2b84e0d0cb0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik87/1bc7b11d-8ab3-44f1-bd3f-c2b84e0d0cb0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Maykeye/TinyLLama-v0") model = PeftModel.from_pretrained(base_model, "dimasik87/1bc7b11d-8ab3-44f1-bd3f-c2b84e0d0cb0") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes