Instructions to use beast33/76f106c0-b863-4e5f-b0bb-191144b758dc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use beast33/76f106c0-b863-4e5f-b0bb-191144b758dc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-1.1-2b-it") model = PeftModel.from_pretrained(base_model, "beast33/76f106c0-b863-4e5f-b0bb-191144b758dc") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d79fc11 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:651c123f84879ee8fe16a66f46cddacfb37223a1f26bc3751316ad6800e13b7c
size 6776
|