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:
- 5d267bfa6e02c3dd4e9ad65ab3c8043c34e1b2136565613b79499f791c5df44b
- Size of remote file:
- 3.26 kB
- SHA256:
- 103a8b9af6f283899f86a83a9d876d30a6b1f25f2215d00625ae3a5b758d5e82
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.