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: 133 Bytes
d79fc11 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f559f2189f392b4555613965f089e7c4d300b41fbe080bf79da0d676e33ee7f0
size 34356041
|