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