Instructions to use Semhal2024/emotion-model2_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Semhal2024/emotion-model2_2 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("xlm-roberta-base") model = PeftModel.from_pretrained(base_model, "Semhal2024/emotion-model2_2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3a01ff4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:835bff1cce32bb4394cd3064c7799a3fb42e2251c8d65791ef0e2ad75c2ef0fa
size 5304
|