Instructions to use ImagineIt/beta-test-checkpoint-13000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ImagineIt/beta-test-checkpoint-13000 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "ImagineIt/beta-test-checkpoint-13000") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
db28289 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f661dd1ca856baeb779397d5bd713f7ad4fb77a36c24eaafc71e1e51ee128c24
size 1345327188
|