Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use tamarab/bert-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tamarab/bert-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tamarab/bert-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tamarab/bert-emotion") model = AutoModelForSequenceClassification.from_pretrained("tamarab/bert-emotion", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8636248 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fbc667b516670c12acdc42c9ec685b6ee505fd524ed8290c611a769ee87bbb9c
size 3183
|