Instructions to use thalllsssss/afb36b0f-77c6-457d-bb84-64afc241ddfc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thalllsssss/afb36b0f-77c6-457d-bb84-64afc241ddfc 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, "thalllsssss/afb36b0f-77c6-457d-bb84-64afc241ddfc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K