Instructions to use tsukemono/checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tsukemono/checkpoints 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, "tsukemono/checkpoints") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
59d543e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:edc9a0c8260b07ad924a04b4f453ff5ea01e0e53b379d36a3f62feb0cea9c0bd
size 4920
|