Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Based on svenbl80/deberta-v3-Base-finetuned-mnli finetuned on a synthetic dataset (3 labels, real-estate + berechtigungsmanagement)
|
| 2 |
+
|
| 3 |
+
Performance on test dataset:
|
| 4 |
+
|
| 5 |
+
precision recall f1-score support
|
| 6 |
+
|
| 7 |
+
0 1.00 0.93 0.96 42
|
| 8 |
+
1 0.94 0.97 0.95 76
|
| 9 |
+
2 0.98 0.98 0.98 114
|
| 10 |
+
|
| 11 |
+
accuracy 0.97 232
|
| 12 |
+
macro avg 0.97 0.96 0.97 232
|
| 13 |
+
weighted avg 0.97 0.97 0.97 232
|
| 14 |
+
|
| 15 |
+
Performance on real estate test dataset alone:
|
| 16 |
+
precision recall f1-score support
|
| 17 |
+
|
| 18 |
+
0 1.00 0.83 0.91 18
|
| 19 |
+
1 0.73 1.00 0.85 11
|
| 20 |
+
2 1.00 0.94 0.97 16
|
| 21 |
+
|
| 22 |
+
accuracy 0.91 45
|
| 23 |
+
macro avg 0.91 0.92 0.91 45
|
| 24 |
+
weighted avg 0.93 0.91 0.91 45
|