Rahka commited on
Commit
2b1ceeb
1 Parent(s): 2880cf7

format result table

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -222,13 +222,13 @@ The model performance is tested with fours metrices. Accuracy, Precision, Recall
222
 
223
  ## Results
224
 
225
- | accuracy | precision_macro | recall_macro | f1_macro | task |
226
  |-----|-----|-----|-----|-----|
227
- | 0.7004405286343612 | 0.5717666948436179 | 0.6127063220180629 | 0.5805958812647776 | Test dataset Bezeichnung I |
228
- | 0.9162995594713657 | 0.9318954248366014 | 0.9122380952380952 | 0.8984289453766925 | Test dataset Thema I |
229
- | 0.7004405286343612 | 0.5730158730158731 | 0.8207602339181287 | 0.6515010351966875 | Test dataset Bezeichnung II |
230
- | 0.5445544554455446 | 0.41787439613526567 | 0.39929183135704877 | 0.4010173484686228 | Validation dataset Bezeichnung I |
231
- | 0.5445544554455446 | 0.6018518518518519 | 0.6278409090909091 | 0.6066776135741653 | Validation dataset Thema I |
232
 
233
 
234
  ### Summary
 
222
 
223
  ## Results
224
 
225
+ | ***task*** | ***acccuracy*** | ***precision (macro)*** | ***recall (macro)*** | ***f1 (macro)*** |
226
  |-----|-----|-----|-----|-----|
227
+ | Test dataset Bezeichnung I | 0.7004405286343612 | 0.5717666948436179 | 0.6127063220180629 | 0.5805958812647776 |
228
+ | Test dataset Thema I | 0.9162995594713657 | 0.9318954248366014 | 0.9122380952380952 | 0.8984289453766925 |
229
+ | Test dataset Bezeichnung II | 0.7004405286343612 | 0.573015873015873 | 0.8207602339181287 | 0.6515010351966875 |
230
+ | Validation dataset Bezeichnung I | 0.5445544554455446 | 0.41787439613526567 | 0.39929183135704877 | 0.4010173484686228 |
231
+ | Validation dataset Thema I | 0.5445544554455446 | 0.6018518518518519 | 0.6278409090909091 | 0.6066776135741653 |
232
 
233
 
234
  ### Summary