jayantapaul888
commited on
Commit
·
3eaafc4
1
Parent(s):
5ea8282
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.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
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: apache-2.0
|
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 [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.2466
|
23 |
+
- Accuracy: 0.9296
|
24 |
+
- Precision: 0.9308
|
25 |
+
- Recall: 0.9296
|
26 |
+
- F1: 0.9297
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
57 |
+
| 0.3533 | 1.0 | 1762 | 0.3078 | 0.9020 | 0.9037 | 0.9020 | 0.9020 |
|
58 |
+
| 0.2664 | 2.0 | 3524 | 0.2622 | 0.9208 | 0.9219 | 0.9208 | 0.9207 |
|
59 |
+
| 0.227 | 3.0 | 5286 | 0.2514 | 0.9253 | 0.9267 | 0.9253 | 0.9254 |
|
60 |
+
| 0.2081 | 4.0 | 7048 | 0.2458 | 0.9268 | 0.9275 | 0.9268 | 0.9268 |
|
61 |
+
| 0.187 | 5.0 | 8810 | 0.2450 | 0.9292 | 0.9300 | 0.9292 | 0.9292 |
|
62 |
+
| 0.1802 | 6.0 | 10572 | 0.2466 | 0.9296 | 0.9308 | 0.9296 | 0.9297 |
|
63 |
|
64 |
|
65 |
### Framework versions
|