Jateendra commited on
Commit
bb00b46
·
1 Parent(s): f80ae15

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the emotion dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.2720
20
 
21
  ## Model description
22
 
@@ -47,22 +47,22 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | 0.9121 | 0.25 | 500 | 0.4423 |
51
- | 0.325 | 0.5 | 1000 | 0.3190 |
52
- | 0.2594 | 0.75 | 1500 | 0.2662 |
53
- | 0.2534 | 1.0 | 2000 | 0.2902 |
54
- | 0.1674 | 1.25 | 2500 | 0.2746 |
55
- | 0.177 | 1.5 | 3000 | 0.1935 |
56
- | 0.1371 | 1.75 | 3500 | 0.2247 |
57
- | 0.1734 | 2.0 | 4000 | 0.2031 |
58
- | 0.1138 | 2.25 | 4500 | 0.2314 |
59
- | 0.1097 | 2.5 | 5000 | 0.2206 |
60
- | 0.1171 | 2.75 | 5500 | 0.2538 |
61
- | 0.1208 | 3.0 | 6000 | 0.2403 |
62
- | 0.0801 | 3.25 | 6500 | 0.2614 |
63
- | 0.0736 | 3.5 | 7000 | 0.2699 |
64
- | 0.0733 | 3.75 | 7500 | 0.2726 |
65
- | 0.071 | 4.0 | 8000 | 0.2720 |
66
 
67
 
68
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the emotion dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.2791
20
 
21
  ## Model description
22
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.8887 | 0.25 | 500 | 0.4212 |
51
+ | 0.3216 | 0.5 | 1000 | 0.3192 |
52
+ | 0.2649 | 0.75 | 1500 | 0.2746 |
53
+ | 0.2535 | 1.0 | 2000 | 0.2573 |
54
+ | 0.163 | 1.25 | 2500 | 0.2157 |
55
+ | 0.1868 | 1.5 | 3000 | 0.2118 |
56
+ | 0.1258 | 1.75 | 3500 | 0.2319 |
57
+ | 0.1726 | 2.0 | 4000 | 0.1853 |
58
+ | 0.1035 | 2.25 | 4500 | 0.2146 |
59
+ | 0.1135 | 2.5 | 5000 | 0.2207 |
60
+ | 0.1117 | 2.75 | 5500 | 0.2496 |
61
+ | 0.1145 | 3.0 | 6000 | 0.2482 |
62
+ | 0.0726 | 3.25 | 6500 | 0.2654 |
63
+ | 0.0828 | 3.5 | 7000 | 0.2622 |
64
+ | 0.0817 | 3.75 | 7500 | 0.2775 |
65
+ | 0.0689 | 4.0 | 8000 | 0.2791 |
66
 
67
 
68
  ### Framework versions