Instructions to use ErrorAI/4b0058c8-5959-44aa-b9d0-c33d8df02e07 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ErrorAI/4b0058c8-5959-44aa-b9d0-c33d8df02e07 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, "ErrorAI/4b0058c8-5959-44aa-b9d0-c33d8df02e07") - Notebooks
- Google Colab
- Kaggle
Ctrl+K