Sentiment analysis: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Sentiment analysis tools take incoming text and provide information about the underlying emotion of the text. ==HuggingFace models== * [https://huggingface.co/DTAI-KULeuven/robbert-v2-dutch-sentiment?text=Prachtig+verhaal%2C+heel+mooi+verteld+en+een+verrassend+einde...+Een+topper%21 RobBERT finetuned for sentiment analysis on DBRD] * [https://huggingface.co/wietsedv/bert-base-dutch-cased-finetuned-sentiment?text=I+like+you.+I+love+you wietsedv/bert-base-dutch-cased-fin...") |
No edit summary |
||
Line 7: | Line 7: | ||
* [https://huggingface.co/DTAI-KULeuven/robbertje-merged-dutch-sentiment?text=Prachtig+verhaal%2C+heel+mooi+verteld+en+een+verrassend+einde...+Een+topper%21 RobBERTje finetuned for sentiment analysis on DBRD] | * [https://huggingface.co/DTAI-KULeuven/robbertje-merged-dutch-sentiment?text=Prachtig+verhaal%2C+heel+mooi+verteld+en+een+verrassend+einde...+Een+topper%21 RobBERTje finetuned for sentiment analysis on DBRD] | ||
* [https://huggingface.co/ymcnabb/dutch_threeway_sentiment_classification_v2?text=I+like+you.+I+love+you dutch_threeway_sentiment_classification_v2] | * [https://huggingface.co/ymcnabb/dutch_threeway_sentiment_classification_v2?text=I+like+you.+I+love+you dutch_threeway_sentiment_classification_v2] | ||
==SentEMO project== | |||
A multilingual, self-learning platform for aspect-based sentiment and emotion analysis | |||
* [http://www.sentemo.org/ Website] |
Revision as of 08:28, 28 November 2022
Sentiment analysis tools take incoming text and provide information about the underlying emotion of the text.
HuggingFace models
- RobBERT finetuned for sentiment analysis on DBRD
- wietsedv/bert-base-dutch-cased-finetuned-sentiment
- RobBERTje finetuned for sentiment analysis on DBRD
- dutch_threeway_sentiment_classification_v2
SentEMO project
A multilingual, self-learning platform for aspect-based sentiment and emotion analysis