Text Classification
Transformers
Safetensors
xlm-roberta
emotion-classification
emotion
multi-label-classification
synthetic data
social-media-analysis
customer-feedback
product-reviews
brand-monitoring
multilingual
🇪🇺
region:eu
Synthetic
text-embeddings-inference
Instructions to use tabularisai/multilingual-emotion-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tabularisai/multilingual-emotion-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tabularisai/multilingual-emotion-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tabularisai/multilingual-emotion-classification") model = AutoModelForSequenceClassification.from_pretrained("tabularisai/multilingual-emotion-classification", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -193,7 +193,15 @@ Synthetic training data reduces annotator bias and broadens language coverage, b
|
|
| 193 |
## Citation
|
| 194 |
|
| 195 |
```bib
|
| 196 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 197 |
```
|
| 198 |
|
| 199 |
## Contact
|
|
|
|
| 193 |
## Citation
|
| 194 |
|
| 195 |
```bib
|
| 196 |
+
@misc{borisov2026multilingual,
|
| 197 |
+
title={Multilingual Multi-Label Emotion Classification at Scale with Synthetic Data},
|
| 198 |
+
author={Vadim Borisov},
|
| 199 |
+
year={2026},
|
| 200 |
+
eprint={2604.12633},
|
| 201 |
+
archivePrefix={arXiv},
|
| 202 |
+
primaryClass={cs.CL},
|
| 203 |
+
url={https://arxiv.org/abs/2604.12633},
|
| 204 |
+
}
|
| 205 |
```
|
| 206 |
|
| 207 |
## Contact
|