jayantapaul888 commited on
Commit
78fc607
1 Parent(s): 3b3fd44

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
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 [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,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.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
 
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