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