BramVanroy
commited on
Merge branch 'main' of https://huggingface.co/BramVanroy/bert-base-dutch-cased-hebban-reviews into main
Browse files
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- nl
|
4 |
license: mit
|
5 |
+
tags:
|
6 |
+
- sentiment-analysis
|
7 |
+
- dutch
|
8 |
+
- text
|
9 |
+
datasets:
|
10 |
+
- BramVanroy/hebban-reviews
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
+
- f1
|
14 |
+
- precision
|
15 |
+
- recall
|
16 |
+
widget:
|
17 |
+
- text: "Wauw, wat een leuk boek! Ik heb me er er goed mee vermaakt."
|
18 |
+
- text: "Nee, deze vond ik niet goed. De auteur doet zijn best om je als lezer mee te trekken in het verhaal maar mij overtuigt het alleszins niet."
|
19 |
+
- text: "Ik vind het niet slecht maar de schrijfstijl trekt me ook niet echt aan. Het wordt een beetje saai vanaf het vijfde hoofdstuk"
|
20 |
+
|
21 |
+
model-index:
|
22 |
+
- name: bert-base-dutch-cased-hebban-reviews
|
23 |
+
results:
|
24 |
+
- task:
|
25 |
+
type: text-classification
|
26 |
+
name: sentiment analysis
|
27 |
+
dataset:
|
28 |
+
type: BramVanroy/hebban-reviews
|
29 |
+
name: Hebban Reviews
|
30 |
+
split: test
|
31 |
+
revision: 1.1.0
|
32 |
+
metrics:
|
33 |
+
- type: accuracy
|
34 |
+
value: 0.8219
|
35 |
+
name: Test accuracy
|
36 |
+
- type: f1
|
37 |
+
value: 0.8227
|
38 |
+
name: Test f1
|
39 |
+
- type: precision
|
40 |
+
value: 0.8245
|
41 |
+
name: Test precision
|
42 |
+
- type: recall
|
43 |
+
value: 0.8219
|
44 |
+
name: Test recall
|
45 |
+
---
|