Instructions to use Fischerboot/c2-test-cp12 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Fischerboot/c2-test-cp12 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Fischerboot/ll3-c3-merged") model = PeftModel.from_pretrained(base_model, "Fischerboot/c2-test-cp12") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b9c5b87 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6eed34cb87d28b4cf94a4a26a1e8c2b87cbed8080062f192eeb618925baed82a
size 5880
|