Neha2608 commited on
Commit
b3f04f4
1 Parent(s): c6fe8b6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -13
README.md CHANGED
@@ -5,7 +5,6 @@ tags:
5
  datasets:
6
  - emotion
7
  metrics:
8
- - accuracy
9
  - f1
10
  model-index:
11
  - name: distilbert-base-uncased-finetuned-emotion
@@ -18,12 +17,9 @@ model-index:
18
  type: emotion
19
  args: default
20
  metrics:
21
- - name: Accuracy
22
- type: accuracy
23
- value: 0.9255
24
  - name: F1
25
  type: f1
26
- value: 0.9256296424769981
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,9 +29,9 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.2148
37
- - Accuracy: 0.9255
38
- - F1: 0.9256
39
 
40
  ## Model description
41
 
@@ -64,15 +60,15 @@ The following hyperparameters were used during training:
64
 
65
  ### Training results
66
 
67
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
- | 0.8342 | 1.0 | 250 | 0.3147 | 0.9065 | 0.9031 |
70
- | 0.2502 | 2.0 | 500 | 0.2148 | 0.9255 | 0.9256 |
71
 
72
 
73
  ### Framework versions
74
 
75
  - Transformers 4.11.3
76
- - Pytorch 1.11.0+cu113
77
  - Datasets 1.16.1
78
  - Tokenizers 0.10.3
 
5
  datasets:
6
  - emotion
7
  metrics:
 
8
  - f1
9
  model-index:
10
  - name: distilbert-base-uncased-finetuned-emotion
 
17
  type: emotion
18
  args: default
19
  metrics:
 
 
 
20
  - name: F1
21
  type: f1
22
+ value: 0.9184567794520658
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 0.2207
33
+ - Accuracy is: 0.9185
34
+ - F1: 0.9185
35
 
36
  ## Model description
37
 
 
60
 
61
  ### Training results
62
 
63
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy is | F1 |
64
+ |:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
65
+ | 0.8026 | 1.0 | 250 | 0.3114 | 0.905 | 0.9035 |
66
+ | 0.2409 | 2.0 | 500 | 0.2207 | 0.9185 | 0.9185 |
67
 
68
 
69
  ### Framework versions
70
 
71
  - Transformers 4.11.3
72
+ - Pytorch 1.12.0+cu113
73
  - Datasets 1.16.1
74
  - Tokenizers 0.10.3