ophelielacroix
commited on
Commit
•
682c6b0
1
Parent(s):
506cddb
update README
Browse files
README.md
CHANGED
@@ -12,12 +12,14 @@ datasets:
|
|
12 |
- Europarl Sentiment
|
13 |
metrics:
|
14 |
- f1
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Danish BERT Tone for sentiment polarity detection
|
18 |
|
19 |
The BERT Tone model detects sentiment polarity (positive, neutral or negative) in Danish texts.
|
20 |
-
It has been finetuned on the pretrained Danish BERT model by BotXO.
|
21 |
|
22 |
See the [DaNLP documentation](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/sentiment_analysis.html#bert-tone) for more details.
|
23 |
|
|
|
12 |
- Europarl Sentiment
|
13 |
metrics:
|
14 |
- f1
|
15 |
+
widget:
|
16 |
+
- text: "Det er super godt"
|
17 |
---
|
18 |
|
19 |
# Danish BERT Tone for sentiment polarity detection
|
20 |
|
21 |
The BERT Tone model detects sentiment polarity (positive, neutral or negative) in Danish texts.
|
22 |
+
It has been finetuned on the pretrained [Danish BERT](https://github.com/certainlyio/nordic_bert) model by BotXO.
|
23 |
|
24 |
See the [DaNLP documentation](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/sentiment_analysis.html#bert-tone) for more details.
|
25 |
|