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