Rahka commited on
Commit
2c39ce6
1 Parent(s): 2a5802f

add results

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -32,6 +32,18 @@ model-index:
32
  - type: f1
33
  value: 0.5805958812647776
34
  name: Recall 'Bezeichnung' (macro)
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
 
37
  # Model Card for Musterdatenkatalog Classifier
@@ -215,7 +227,10 @@ Hyperparameter:
215
 
216
  ## Results
217
 
218
- [More Information Needed]
 
 
 
219
 
220
  ### Summary
221
 
 
32
  - type: f1
33
  value: 0.5805958812647776
34
  name: Recall 'Bezeichnung' (macro)
35
+ - type: accuracy
36
+ value: 0.9162995594713657
37
+ name: Accuracy 'Thema'
38
+ - type: precision
39
+ value: 0.9318954248366014
40
+ name: Precision 'Thema' (macro)
41
+ - type: recall
42
+ value: 0.9122380952380952
43
+ name: Recall 'Thema' (macro)
44
+ - type: f1
45
+ value: 0.8984289453766925
46
+ name: Recall 'Thema' (macro)
47
  ---
48
 
49
  # Model Card for Musterdatenkatalog Classifier
 
227
 
228
  ## Results
229
 
230
+ | accuracy | precision_macro | recall_macro | f1_macro |
231
+ |-----|-----|-----|-----|
232
+ | 0.7004405286343612 | 0.5717666948436179 | 0.6127063220180629 | 0.5805958812647776 |
233
+
234
 
235
  ### Summary
236