Eitanli commited on
Commit
166562d
1 Parent(s): 418a59e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -14
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: 0.4324
18
 
19
  ## Model description
20
 
@@ -39,22 +39,32 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 10
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss |
47
- |:-------------:|:-----:|:----:|:---------------:|
48
- | No log | 1.0 | 287 | 0.3914 |
49
- | 0.7085 | 2.0 | 574 | 0.3344 |
50
- | 0.7085 | 3.0 | 861 | 0.3401 |
51
- | 0.2515 | 4.0 | 1148 | 0.3554 |
52
- | 0.2515 | 5.0 | 1435 | 0.3821 |
53
- | 0.1556 | 6.0 | 1722 | 0.4120 |
54
- | 0.102 | 7.0 | 2009 | 0.3988 |
55
- | 0.102 | 8.0 | 2296 | 0.4214 |
56
- | 0.0737 | 9.0 | 2583 | 0.4179 |
57
- | 0.0737 | 10.0 | 2870 | 0.4324 |
 
 
 
 
 
 
 
 
 
 
58
 
59
 
60
  ### 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: 0.3141
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 20
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 0.6564 | 1.0 | 658 | 0.3612 |
49
+ | 0.3397 | 2.0 | 1316 | 0.3361 |
50
+ | 0.2885 | 3.0 | 1974 | 0.3515 |
51
+ | 0.2407 | 4.0 | 2632 | 0.3672 |
52
+ | 0.2213 | 5.0 | 3290 | 0.3718 |
53
+ | 0.2197 | 6.0 | 3948 | 0.3967 |
54
+ | 0.1986 | 7.0 | 4606 | 0.4115 |
55
+ | 0.1932 | 8.0 | 5264 | 0.4152 |
56
+ | 0.19 | 9.0 | 5922 | 0.4208 |
57
+ | 0.1844 | 10.0 | 6580 | 0.4472 |
58
+ | 0.1824 | 11.0 | 7238 | 0.4466 |
59
+ | 0.1812 | 12.0 | 7896 | 0.2695 |
60
+ | 0.0078 | 13.0 | 8554 | 0.2824 |
61
+ | 0.0073 | 14.0 | 9212 | 0.2793 |
62
+ | 0.0048 | 15.0 | 9870 | 0.3107 |
63
+ | 0.0033 | 16.0 | 10528 | 0.3074 |
64
+ | 0.0022 | 17.0 | 11186 | 0.3073 |
65
+ | 0.0038 | 18.0 | 11844 | 0.3147 |
66
+ | 0.0013 | 19.0 | 12502 | 0.3160 |
67
+ | 0.0008 | 20.0 | 13160 | 0.3141 |
68
 
69
 
70
  ### Framework versions