Instructions to use daniel40/9fc0c8ab-ef29-4d3c-8b2b-b520af62f9d0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daniel40/9fc0c8ab-ef29-4d3c-8b2b-b520af62f9d0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("elyza/Llama-3-ELYZA-JP-8B") model = PeftModel.from_pretrained(base_model, "daniel40/9fc0c8ab-ef29-4d3c-8b2b-b520af62f9d0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K