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
- Xet hash:
- 19532265cfcddef1cda8be23b9639246c436a43c9da63770dbb26f91d427d21e
- Size of remote file:
- 17.6 MB
- SHA256:
- 0042c2c1b80c29c06352f31452a5878287d44ce7ece0a5713429584f72d597ad
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.