jayantapaul888
commited on
Commit
·
78fc607
1
Parent(s):
3b3fd44
update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -17,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# twitter-data-microsoft-deberta-base-mnli-sentiment-finetuned-memes
|
19 |
|
20 |
-
This model is a fine-tuned version of [
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
- Accuracy: 0.9296
|
24 |
-
- Precision: 0.
|
25 |
- Recall: 0.9296
|
26 |
-
- F1: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,12 +54,12 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
17 |
|
18 |
# twitter-data-microsoft-deberta-base-mnli-sentiment-finetuned-memes
|
19 |
|
20 |
+
This model is a fine-tuned version of [microsoft/deberta-base-mnli](https://huggingface.co/microsoft/deberta-base-mnli) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.2438
|
23 |
- Accuracy: 0.9296
|
24 |
+
- Precision: 0.9301
|
25 |
- Recall: 0.9296
|
26 |
+
- F1: 0.9296
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
57 |
+
| 0.3622 | 1.0 | 1762 | 0.2933 | 0.9060 | 0.9065 | 0.9060 | 0.9057 |
|
58 |
+
| 0.2601 | 2.0 | 3524 | 0.2593 | 0.9194 | 0.9196 | 0.9194 | 0.9192 |
|
59 |
+
| 0.2282 | 3.0 | 5286 | 0.2365 | 0.9279 | 0.9287 | 0.9279 | 0.9280 |
|
60 |
+
| 0.1977 | 4.0 | 7048 | 0.2325 | 0.9293 | 0.9298 | 0.9293 | 0.9293 |
|
61 |
+
| 0.181 | 5.0 | 8810 | 0.2421 | 0.9291 | 0.9301 | 0.9291 | 0.9292 |
|
62 |
+
| 0.1629 | 6.0 | 10572 | 0.2438 | 0.9296 | 0.9301 | 0.9296 | 0.9296 |
|
63 |
|
64 |
|
65 |
### Framework versions
|