Files changed (1) hide show
  1. README.md +10 -16
README.md CHANGED
@@ -45,14 +45,6 @@ datasets:
45
  - tabularisai/swahili_sentiment_dataset
46
  ---
47
 
48
- > [!TIP]
49
- > πŸš€ These models are now available through the Tabularis API.
50
- > Fast multilingual sentiment + emotion classification in 23 languages with structured outputs and simple pricing.
51
- >
52
- > βœ… Free 10K credits/month
53
- > πŸ“š Docs + API key: https://tabularis.ai/sentiment-analysis/
54
-
55
-
56
 
57
  # πŸš€ Multilingual Sentiment Classification Model (23 Languages)
58
 
@@ -71,6 +63,8 @@ It’s performing well across a range of benchmarks β€” in some cases improving
71
  You can check it out here on Hugging Face:
72
  πŸ‘‰ https://huggingface.co/tabularisai/ModernFinBERT
73
 
 
 
74
 
75
  ## πŸ”Œ Hosted DEMO API
76
 
@@ -100,6 +94,7 @@ curl -X POST https://api.tabularis.ai/ \
100
  - Customer service optimization
101
  - Competitive intelligence
102
 
 
103
 
104
 
105
  ## Model Description
@@ -212,14 +207,13 @@ Synthetic data reduces bias, but validation in real-world scenarios is advised.
212
 
213
  ## Citation
214
  ```bib
215
- @misc{tabularisai2025multilingualsentiment,
216
- author = {Vadim Borisov and Samuel Gyamfi and Richard H. Schreiber},
217
- title = {Multilingual Sentiment Analysis},
218
- year = {2025},
219
- doi = {10.57967/hf/5968},
220
- url = {https://huggingface.co/tabularisai/multilingual-sentiment-analysis},
221
- publisher = {Hugging Face},
222
- note = {Revision 69afb83}
223
  }
224
  ```
225
 
 
45
  - tabularisai/swahili_sentiment_dataset
46
  ---
47
 
 
 
 
 
 
 
 
 
48
 
49
  # πŸš€ Multilingual Sentiment Classification Model (23 Languages)
50
 
 
63
  You can check it out here on Hugging Face:
64
  πŸ‘‰ https://huggingface.co/tabularisai/ModernFinBERT
65
 
66
+ - 2024/12: We are excited to introduce a multilingual sentiment model! Now you can analyze sentiment across multiple languages, enhancing your global reach.
67
+
68
 
69
  ## πŸ”Œ Hosted DEMO API
70
 
 
94
  - Customer service optimization
95
  - Competitive intelligence
96
 
97
+ > If you wish to use this model for commercial purposes, please obtain a license by contacting: info@tabularis.ai
98
 
99
 
100
  ## Model Description
 
207
 
208
  ## Citation
209
  ```bib
210
+ @misc{tabularisai_2025,
211
+ author = { tabularisai and Samuel Gyamfi and Vadim Borisov and Richard H. Schreiber },
212
+ title = { multilingual-sentiment-analysis (Revision 69afb83) },
213
+ year = 2025,
214
+ url = { https://huggingface.co/tabularisai/multilingual-sentiment-analysis },
215
+ doi = { 10.57967/hf/5968 },
216
+ publisher = { Hugging Face }
 
217
  }
218
  ```
219