BramVanroy
commited on
Commit
•
bc6b816
1
Parent(s):
4ec14e7
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
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 |
+
|
19 |
+
model-index:
|
20 |
+
- name: robbert-v2-dutch-base-hebban-reviews
|
21 |
+
results:
|
22 |
+
- task:
|
23 |
+
type: text-classification
|
24 |
+
name: sentiment analysis
|
25 |
+
dataset:
|
26 |
+
type: BramVanroy/hebban-reviews
|
27 |
+
name: Hebban Reviews
|
28 |
+
split: test
|
29 |
+
revision: 1.1.0
|
30 |
+
metrics:
|
31 |
+
- type: accuracy
|
32 |
+
value: 0.8262
|
33 |
+
name: Test accuracy
|
34 |
+
- type: f1
|
35 |
+
value: 0.8267
|
36 |
+
name: Test f1
|
37 |
+
- type: precision
|
38 |
+
value: 0.8274
|
39 |
+
name: Test precision
|
40 |
+
- type: recall
|
41 |
+
value: 0.8262
|
42 |
+
name: Test recall
|
43 |
---
|