Instructions to use CitrusBoy/FinetunedBotato with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CitrusBoy/FinetunedBotato with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-1.1-2b-it") model = PeftModel.from_pretrained(base_model, "CitrusBoy/FinetunedBotato") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
af1ef8a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e9e824382d3f8d841ae6bce30a4949ab63d6154d8693e326549f12a558084989
size 4920
|