Instructions to use ImagineIt/beta-test-checkpoint-10000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ImagineIt/beta-test-checkpoint-10000 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-10000") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
3d7c3a4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5173f4fd019122bf16ebff01460ccd9d890c9cca4830e7fb9262d480a17b2677
size 1345327188
|