Instructions to use yunaseo/emotions_google_gemma with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yunaseo/emotions_google_gemma with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("google/gemma-1.1-2b-it") model = PeftModel.from_pretrained(base_model, "yunaseo/emotions_google_gemma") - Notebooks
- Google Colab
- Kaggle
Ctrl+K