Instructions to use 30nn/choco-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 30nn/choco-test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-3-4b-it-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "30nn/choco-test") - Notebooks
- Google Colab
- Kaggle
File size: 70 Bytes
b15e0ef | 1 2 3 4 5 | {
"image_seq_length": 256,
"processor_class": "Gemma3Processor"
}
|