Instructions to use digo-prayudha/emotion_classification-prototype with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use digo-prayudha/emotion_classification-prototype with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/paligemma-3b-pt-224") model = PeftModel.from_pretrained(base_model, "digo-prayudha/emotion_classification-prototype") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
13deb20 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:204f4703c5fea8b50e5aeab04075ed5e98361690bee2dec9be213ea1a72e7cd0
size 5304
|