Instructions to use dimasik1987/1c978095-b5c2-41b0-9646-c8fa1c593ddd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik1987/1c978095-b5c2-41b0-9646-c8fa1c593ddd with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b") model = PeftModel.from_pretrained(base_model, "dimasik1987/1c978095-b5c2-41b0-9646-c8fa1c593ddd") - Notebooks
- Google Colab
- Kaggle
Ctrl+K