Pieter Delobelle
commited on
Commit
·
db491d5
1
Parent(s):
7c5b114
Add examples
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: nl
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- dbrd
|
6 |
+
model-index:
|
7 |
+
- name: robbert-v2-dutch-sentiment Copied
|
8 |
+
results:
|
9 |
+
- task:
|
10 |
+
type: text-classification
|
11 |
+
name: Text Classification
|
12 |
+
dataset:
|
13 |
+
name: dbrd
|
14 |
+
type: sentiment-analysis
|
15 |
+
split: test
|
16 |
+
metrics:
|
17 |
+
- name: Accuracy
|
18 |
+
type: accuracy
|
19 |
+
value: 0.93325
|
20 |
+
widget:
|
21 |
+
- text: "Ik erken dat dit een boek is, daarmee is alles gezegd."
|
22 |
+
- text: "Prachtig verhaal, heel mooi verteld en een verrassend einde... Een topper!"
|
23 |
+
---
|