twitter-xlm-roberta-base-sentimentModel46/100 via “social-media-domain-optimized-sentiment-detection”
text-classification model by undefined. 11,59,018 downloads.
Unique: Fine-tuned on 198M tweets (not generic web text like standard RoBERTa), enabling recognition of social media-specific sentiment patterns: informal grammar, hashtag usage, emoji semantics, slang abbreviations (lol, smh, fml), and intensity markers (multiple punctuation). This domain-specific adaptation provides 3-8% accuracy improvement over generic multilingual models on social media text.
vs others: Outperforms generic sentiment models (BERT, RoBERTa, mBERT) on social media text because it was explicitly fine-tuned on Twitter data; more accurate than rule-based sentiment lexicons (TextBlob, VADER) because it learns context-dependent patterns rather than relying on static word lists.