Instructions to use beast33/aec93490-b5fc-4a7d-9037-a5813cf76ddd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use beast33/aec93490-b5fc-4a7d-9037-a5813cf76ddd with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/codegemma-2b") model = PeftModel.from_pretrained(base_model, "beast33/aec93490-b5fc-4a7d-9037-a5813cf76ddd") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3d942fd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9d329f93e185f612c4efce9828b6076938a704f16658a49da4aa35caaaf9a399
size 6776
|