Instructions to use daniel40/317ef4d6-918f-4034-b25e-90c0ece6c2fa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daniel40/317ef4d6-918f-4034-b25e-90c0ece6c2fa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("fxmarty/tiny-random-GemmaForCausalLM") model = PeftModel.from_pretrained(base_model, "daniel40/317ef4d6-918f-4034-b25e-90c0ece6c2fa") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b77bf58 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a63c485bbbab0efcfc1ffe32fd177108a9f70be1875ea3aacad3c4f064a5974b
size 34315097
|