michaelp11
commited on
Commit
•
a9d3e3f
1
Parent(s):
0f06244
Update README.md
Browse files
README.md
CHANGED
@@ -20,31 +20,18 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
# zeroshot-classification-test4
|
22 |
|
23 |
-
This model is a fine-tuned version of [MoritzLaurer/deberta-v3-base-zeroshot-v1.1-all-33](https://huggingface.co/MoritzLaurer/deberta-v3-base-zeroshot-v1.1-all-33) on the
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 0.4552
|
26 |
-
- F1 Macro: 0.8589
|
27 |
- F1 Micro: 0.859
|
28 |
-
- Accuracy Balanced: 0.8590
|
29 |
- Accuracy: 0.859
|
30 |
-
- Precision Macro: 0.8596
|
31 |
-
- Recall Macro: 0.8590
|
32 |
- Precision Micro: 0.859
|
33 |
- Recall Micro: 0.859
|
34 |
|
35 |
-
## Model description
|
36 |
-
|
37 |
-
More information needed
|
38 |
-
|
39 |
## Intended uses & limitations
|
40 |
|
41 |
-
|
42 |
-
|
43 |
-
## Training and evaluation data
|
44 |
-
|
45 |
-
More information needed
|
46 |
|
47 |
-
## Training procedure
|
48 |
|
49 |
### Training hyperparameters
|
50 |
|
|
|
20 |
|
21 |
# zeroshot-classification-test4
|
22 |
|
23 |
+
This model is a fine-tuned version of [MoritzLaurer/deberta-v3-base-zeroshot-v1.1-all-33](https://huggingface.co/MoritzLaurer/deberta-v3-base-zeroshot-v1.1-all-33) on the michaelp11/wiki-tags dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 0.4552
|
|
|
26 |
- F1 Micro: 0.859
|
|
|
27 |
- Accuracy: 0.859
|
|
|
|
|
28 |
- Precision Micro: 0.859
|
29 |
- Recall Micro: 0.859
|
30 |
|
|
|
|
|
|
|
|
|
31 |
## Intended uses & limitations
|
32 |
|
33 |
+
Zeroshot classification for german - yay.
|
|
|
|
|
|
|
|
|
34 |
|
|
|
35 |
|
36 |
### Training hyperparameters
|
37 |
|