Update README.md
Browse files
README.md
CHANGED
@@ -51,6 +51,21 @@ Training and evaluation code: <https://github.com/maximilian-bley/german-webtext
|
|
51 |
|
52 |
- **6=Clean:** Assigned if none of the other labels apply.
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
### Model Description
|
55 |
- **Model Type:** SetFit
|
56 |
<!-- - **Sentence Transformer:** [Unknown](https://huggingface.co/unknown) -->
|
|
|
51 |
|
52 |
- **6=Clean:** Assigned if none of the other labels apply.
|
53 |
|
54 |
+
**Results**
|
55 |
+
|
56 |
+
```
|
57 |
+
F1-Measures: f1, macro, micro, sample
|
58 |
+
[0.96 0.86 0.57 0.62 0.77 0.94 0.86] 0.8 0.84 0.81
|
59 |
+
|
60 |
+
Precison: P, macro, micro, sample
|
61 |
+
[0.95 0.85 0.74 0.68 0.8 1. 0.83] 0.83 0.85 0.82
|
62 |
+
|
63 |
+
Recall: R, macro, micro, sample
|
64 |
+
[0.98 0.87 0.47 0.56 0.75 0.88 0.89] 0.77 0.82 0.82
|
65 |
+
|
66 |
+
Subset-Acc: 0.67
|
67 |
+
```
|
68 |
+
|
69 |
### Model Description
|
70 |
- **Model Type:** SetFit
|
71 |
<!-- - **Sentence Transformer:** [Unknown](https://huggingface.co/unknown) -->
|