badrabbitt commited on
Commit
82fbd5a
·
verified ·
1 Parent(s): 291d34e

Training complete

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model was trained from scratch on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.2140
19
- - Accuracy: 0.9424
20
 
21
  ## Model description
22
 
@@ -48,21 +48,21 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | 0.0036 | 0.1 | 625 | 0.3976 | 0.9108 |
52
- | 1.2114 | 0.2 | 1250 | 0.2358 | 0.9284 |
53
- | 1.1536 | 0.3 | 1875 | 0.2858 | 0.9316 |
54
- | 0.0035 | 0.4 | 2500 | 0.2442 | 0.9312 |
55
- | 0.0007 | 0.5 | 3125 | 0.2384 | 0.936 |
56
- | 2.1472 | 0.6 | 3750 | 0.2250 | 0.9392 |
57
- | 0.0419 | 0.7 | 4375 | 0.2289 | 0.9424 |
58
- | 0.0012 | 0.8 | 5000 | 0.2281 | 0.938 |
59
- | 0.0802 | 0.9 | 5625 | 0.2147 | 0.942 |
60
- | 0.0435 | 1.0 | 6250 | 0.2140 | 0.9424 |
61
 
62
 
63
  ### Framework versions
64
 
65
- - Transformers 4.39.3
66
  - Pytorch 2.2.1+cu121
67
- - Datasets 2.18.0
68
- - Tokenizers 0.15.2
 
15
 
16
  This model was trained from scratch on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.2164
19
+ - Accuracy: 0.944
20
 
21
  ## Model description
22
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.1091 | 0.1 | 625 | 0.3236 | 0.9116 |
52
+ | 1.8143 | 0.2 | 1250 | 0.2305 | 0.9296 |
53
+ | 0.0028 | 0.3 | 1875 | 0.2749 | 0.9284 |
54
+ | 0.0052 | 0.4 | 2500 | 0.2432 | 0.936 |
55
+ | 0.0007 | 0.5 | 3125 | 0.2512 | 0.9348 |
56
+ | 1.6534 | 0.6 | 3750 | 0.2360 | 0.9384 |
57
+ | 1.472 | 0.7 | 4375 | 0.2378 | 0.9388 |
58
+ | 0.0049 | 0.8 | 5000 | 0.2196 | 0.9416 |
59
+ | 0.017 | 0.9 | 5625 | 0.2171 | 0.9436 |
60
+ | 0.3069 | 1.0 | 6250 | 0.2164 | 0.944 |
61
 
62
 
63
  ### Framework versions
64
 
65
+ - Transformers 4.40.1
66
  - Pytorch 2.2.1+cu121
67
+ - Datasets 2.19.0
68
+ - Tokenizers 0.19.1