Update README.md
Browse files
README.md
CHANGED
@@ -7,12 +7,20 @@ model-index:
|
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
-
|
11 |
-
probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
# multilingual_sentiment_newspaper_headlines
|
14 |
|
15 |
-
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Train Loss: 0.2886
|
18 |
- Train Sparse Categorical Accuracy: 0.8688
|
@@ -26,7 +34,7 @@ More information needed
|
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
-
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
|
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
+
|
|
|
11 |
|
12 |
# multilingual_sentiment_newspaper_headlines
|
13 |
|
14 |
+
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on a dataset of 30k newspaper headlines in German, Polish, English, Dutch and Spanish. The dataset contains 6k headlines in each of the five languages. The newspapers used are as follows:
|
15 |
+
|
16 |
+
['fakt', 'Rzeczpospolita', 'gazeta_wyborcza', 'UK_times',
|
17 |
+
'guardian', 'UK_sun', 'NRC', 'de_telegraaf', 'volkskrant',
|
18 |
+
'el_mundo', 'el_pais', 'ABC_spain', 'suddeutsche_zeitung',
|
19 |
+
'De_Welt', 'Bild']
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Train Loss: 0.2886
|
26 |
- Train Sparse Categorical Accuracy: 0.8688
|
|
|
34 |
|
35 |
## Intended uses & limitations
|
36 |
|
37 |
+
Newpaper headline classification
|
38 |
|
39 |
## Training and evaluation data
|
40 |
|