Text Classification
Transformers
PyTorch
ONNX
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use AdamCodd/tinybert-emotion-balanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AdamCodd/tinybert-emotion-balanced with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AdamCodd/tinybert-emotion-balanced")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AdamCodd/tinybert-emotion-balanced") model = AutoModelForSequenceClassification.from_pretrained("AdamCodd/tinybert-emotion-balanced") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Delete onnx 76e16b0 verified
Update README.md 470db3a verified
Update README.md 74b5a60
Update README.md 302e494
Update README.md 2fbd77b
Update README.md dbee885
Update README.md 8f20d96
Upload pytorch_model.safetensors 547317a
Update README.md d5ce8e8
Update README.md 8116e36
Update README.md 111dbb7
Update README.md 5982012
Upload 7 files d075e62
Update README.md 679bcd8
Create README.md 050686f
initial commit 1ebf9ac
Adam commited on