router727 commited on
Commit
f3b32bf
1 Parent(s): 3cf3b96

End of training

Browse files
Files changed (1) hide show
  1. README.md +16 -16
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 the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.8014
19
- - F1: 0.9731
20
 
21
  ## Model description
22
 
@@ -47,21 +47,21 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | F1 |
49
  |:-------------:|:-----:|:----:|:---------------:|:------:|
50
- | No log | 1.0 | 10 | 1.6255 | 0.6918 |
51
- | No log | 2.0 | 20 | 1.4526 | 0.8397 |
52
- | No log | 3.0 | 30 | 1.3031 | 0.8858 |
53
- | No log | 4.0 | 40 | 1.1643 | 0.9118 |
54
- | No log | 5.0 | 50 | 1.0448 | 0.9464 |
55
- | No log | 6.0 | 60 | 0.9549 | 0.9597 |
56
- | No log | 7.0 | 70 | 0.8845 | 0.9662 |
57
- | No log | 8.0 | 80 | 0.8467 | 0.9662 |
58
- | No log | 9.0 | 90 | 0.8094 | 0.9731 |
59
- | No log | 10.0 | 100 | 0.8014 | 0.9731 |
60
 
61
 
62
  ### Framework versions
63
 
64
- - Transformers 4.30.2
65
- - Pytorch 2.0.1+cu118
66
- - Datasets 2.13.1
67
- - Tokenizers 0.13.3
 
15
 
16
  This model was trained from scratch on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.8270
19
+ - F1: 0.9461
20
 
21
  ## Model description
22
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | F1 |
49
  |:-------------:|:-----:|:----:|:---------------:|:------:|
50
+ | No log | 1.0 | 10 | 1.6377 | 0.6304 |
51
+ | No log | 2.0 | 20 | 1.4787 | 0.8389 |
52
+ | No log | 3.0 | 30 | 1.3397 | 0.8549 |
53
+ | No log | 4.0 | 40 | 1.2044 | 0.9127 |
54
+ | No log | 5.0 | 50 | 1.0852 | 0.9119 |
55
+ | No log | 6.0 | 60 | 0.9919 | 0.9125 |
56
+ | No log | 7.0 | 70 | 0.9203 | 0.9259 |
57
+ | No log | 8.0 | 80 | 0.8691 | 0.9393 |
58
+ | No log | 9.0 | 90 | 0.8390 | 0.9461 |
59
+ | No log | 10.0 | 100 | 0.8270 | 0.9461 |
60
 
61
 
62
  ### Framework versions
63
 
64
+ - Transformers 4.35.2
65
+ - Pytorch 2.1.0+cu118
66
+ - Datasets 2.15.0
67
+ - Tokenizers 0.15.0