yhavinga commited on
Commit
27e4fba
·
1 Parent(s): 7b77a80

Update model card

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md CHANGED
@@ -1,3 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # WimBERT v0
2
 
3
  WimBERT is a dual‑head, multi‑label classifier for Dutch municipal complaint messages.
 
1
+ ---
2
+ language:
3
+ - nl
4
+ license: other
5
+ library_name: transformers
6
+ pipeline_tag: text-classification
7
+ base_model: bert-base-multilingual-cased
8
+ tags:
9
+ - multi-label
10
+ - dutch
11
+ - municipal-complaints
12
+ - mbert
13
+ - bert
14
+ - pytorch
15
+ - safetensors
16
+ datasets:
17
+ - UWV/wim-synthetic-data-rd
18
+ metrics:
19
+ - f1
20
+ - precision
21
+ - recall
22
+ - accuracy
23
+ model-index:
24
+ - name: WimBERT v0
25
+ results:
26
+ - task:
27
+ name: Multi-label Text Classification
28
+ type: text-classification
29
+ dataset:
30
+ name: UWV/WIM Synthetic RD
31
+ type: UWV/wim-synthetic-data-rd
32
+ split: validation
33
+ subset: onderwerp
34
+ metrics:
35
+ - name: F1
36
+ type: f1
37
+ value: 0.932
38
+ - name: Precision
39
+ type: precision
40
+ value: 0.960
41
+ - name: Recall
42
+ type: recall
43
+ value: 0.905
44
+ - name: Accuracy
45
+ type: accuracy
46
+ value: 0.998
47
+ - task:
48
+ name: Multi-label Text Classification
49
+ type: text-classification
50
+ dataset:
51
+ name: UWV/WIM Synthetic RD
52
+ type: UWV/wim-synthetic-data-rd
53
+ split: validation
54
+ subset: beleving
55
+ metrics:
56
+ - name: F1
57
+ type: f1
58
+ value: 0.789
59
+ - name: Precision
60
+ type: precision
61
+ value: 0.859
62
+ - name: Recall
63
+ type: recall
64
+ value: 0.730
65
+ - name: Accuracy
66
+ type: accuracy
67
+ value: 0.971
68
+ widget:
69
+ - text: "Goedemiddag, ik heb al drie keer gebeld over mijn uitkering en krijg geen duidelijkheid."
70
+ ---
71
+
72
  # WimBERT v0
73
 
74
  WimBERT is a dual‑head, multi‑label classifier for Dutch municipal complaint messages.