update with all evaluation metrics
Browse files
README.md
CHANGED
|
@@ -15,8 +15,20 @@ model-index:
|
|
| 15 |
metrics:
|
| 16 |
- type: Accuracy (Bezeichnung)
|
| 17 |
value: 0.7
|
| 18 |
-
- type: Precision
|
| 19 |
value: 0.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Model Card for Model ID
|
|
|
|
| 15 |
metrics:
|
| 16 |
- type: Accuracy (Bezeichnung)
|
| 17 |
value: 0.7
|
| 18 |
+
- type: Macro Precision (Bezeichnung)
|
| 19 |
value: 0.5
|
| 20 |
+
- type: Macro Recall (Bezeichnung)
|
| 21 |
+
value: 0.61
|
| 22 |
+
- type: Macro F1(Bezeichnung)
|
| 23 |
+
value: 0.58
|
| 24 |
+
- type: Accuracy (Thema)
|
| 25 |
+
value: 0.92
|
| 26 |
+
- type: Macro Precision (Thema)
|
| 27 |
+
value: 0.93
|
| 28 |
+
- type: Macro Recall (Thema)
|
| 29 |
+
value: 0.91
|
| 30 |
+
- type: Macro F1 (Thema)
|
| 31 |
+
value: 0.9
|
| 32 |
---
|
| 33 |
|
| 34 |
# Model Card for Model ID
|