Aisha commited on
Commit
721863d
1 Parent(s): ec41d60

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
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: 9.9803
18
 
19
  ## Model description
20
 
@@ -39,13 +39,22 @@ 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: 1
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | 10.1943 | 1.0 | 63 | 10.0178 |
 
 
 
 
 
 
 
 
 
49
 
50
 
51
  ### 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: 6.7191
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: 10
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | 9.5075 | 1.0 | 63 | 8.9689 |
49
+ | 8.5623 | 2.0 | 126 | 8.1532 |
50
+ | 7.8617 | 3.0 | 189 | 7.6296 |
51
+ | 7.4107 | 4.0 | 252 | 7.3166 |
52
+ | 7.0526 | 5.0 | 315 | 6.9171 |
53
+ | 6.8774 | 6.0 | 378 | 6.8958 |
54
+ | 6.8026 | 7.0 | 441 | 6.7981 |
55
+ | 6.6463 | 8.0 | 504 | 6.7992 |
56
+ | 6.6569 | 9.0 | 567 | 6.7409 |
57
+ | 6.5931 | 10.0 | 630 | 6.6189 |
58
 
59
 
60
  ### Framework versions