Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Based on microsoft/deberta-v3-base, finetuned on a synthetic dataset (6 labels).
|
| 2 |
+
|
| 3 |
+
Performance on test dataset:
|
| 4 |
+
|
| 5 |
+
precision recall f1-score support
|
| 6 |
+
|
| 7 |
+
0 0.56 0.73 0.63 26
|
| 8 |
+
1 0.70 1.00 0.82 28
|
| 9 |
+
2 0.68 0.53 0.60 32
|
| 10 |
+
3 0.97 1.00 0.99 33
|
| 11 |
+
4 1.00 0.97 0.98 33
|
| 12 |
+
5 0.52 0.33 0.41 36
|
| 13 |
+
|
| 14 |
+
accuracy 0.75 188
|
| 15 |
+
macro avg 0.74 0.76 0.74 188
|
| 16 |
+
weighted avg 0.74 0.75 0.74 188
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
Performance on similar benchmark
|