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: 135 Bytes
59d543e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d1e00c122f9a698d08d2fad9039766c6c6192ec651c9798684ee9a9b9db257f2
size 1158803456
|