Instructions to use Fischerboot/C1-test-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Fischerboot/C1-test-full 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/C1-test-full") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
c78db3c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:dab5841c9cd95b1b053577d7b93550d3e208a3ae59ddf80ea9697d4c55de35a1
size 42104330
|