Instructions to use adith-ds/emotion-classifier-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adith-ds/emotion-classifier-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="adith-ds/emotion-classifier-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("adith-ds/emotion-classifier-v2") model = AutoModelForSequenceClassification.from_pretrained("adith-ds/emotion-classifier-v2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
59ea47f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b9f8ea55d5fccab6b4ea950bec51e30efe1d0a414911af6c52593422e90ae309
size 5777
|