Edison commited on
Commit
ce0c7fa
·
1 Parent(s): 908c75e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 2.2615
18
 
19
  ## Model description
20
 
@@ -39,17 +39,32 @@ The following hyperparameters were used during training:
39
  - seed: 420
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 5.0
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | 2.5445 | 1.0 | 240 | 2.3416 |
49
- | 2.4313 | 2.0 | 480 | 2.3069 |
50
- | 2.3947 | 3.0 | 720 | 2.2831 |
51
- | 2.365 | 4.0 | 960 | 2.2703 |
52
- | 2.3579 | 5.0 | 1200 | 2.2615 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
 
55
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 2.0927
18
 
19
  ## Model description
20
 
 
39
  - seed: 420
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 20.0
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | 2.5049 | 1.0 | 383 | 2.3056 |
49
+ | 2.3896 | 2.0 | 766 | 2.2460 |
50
+ | 2.3458 | 3.0 | 1149 | 2.2351 |
51
+ | 2.3097 | 4.0 | 1532 | 2.1917 |
52
+ | 2.2839 | 5.0 | 1915 | 2.1935 |
53
+ | 2.2611 | 6.0 | 2298 | 2.1741 |
54
+ | 2.2397 | 7.0 | 2681 | 2.1516 |
55
+ | 2.2234 | 8.0 | 3064 | 2.1464 |
56
+ | 2.2121 | 9.0 | 3447 | 2.1242 |
57
+ | 2.2041 | 10.0 | 3830 | 2.1361 |
58
+ | 2.1883 | 11.0 | 4213 | 2.1251 |
59
+ | 2.185 | 12.0 | 4596 | 2.1297 |
60
+ | 2.1712 | 13.0 | 4979 | 2.1062 |
61
+ | 2.1648 | 14.0 | 5362 | 2.1049 |
62
+ | 2.1587 | 15.0 | 5745 | 2.1066 |
63
+ | 2.1532 | 16.0 | 6128 | 2.0981 |
64
+ | 2.1472 | 17.0 | 6511 | 2.0926 |
65
+ | 2.1462 | 18.0 | 6894 | 2.0832 |
66
+ | 2.1437 | 19.0 | 7277 | 2.0937 |
67
+ | 2.1386 | 20.0 | 7660 | 2.0927 |
68
 
69
 
70
  ### Framework versions