Instructions to use ErrorAI/3a78f157-93c4-44e6-a2f6-597ddfa02cd7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ErrorAI/3a78f157-93c4-44e6-a2f6-597ddfa02cd7 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tokyotech-llm/Llama-3-Swallow-8B-v0.1") model = PeftModel.from_pretrained(base_model, "ErrorAI/3a78f157-93c4-44e6-a2f6-597ddfa02cd7") - Notebooks
- Google Colab
- Kaggle
Ctrl+K