vonewman commited on
Commit
cd2b6ff
1 Parent(s): 23a40ce

Training complete

Browse files
Files changed (2) hide show
  1. README.md +10 -9
  2. pytorch_model.bin +1 -1
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model was trained from scratch on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.0127
22
- - Precision: 0.8039
23
- - Recall: 0.8503
24
- - F1: 0.8264
25
- - Accuracy: 0.9850
26
 
27
  ## Model description
28
 
@@ -41,20 +41,21 @@ More information needed
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
- - learning_rate: 1e-05
45
  - train_batch_size: 8
46
  - eval_batch_size: 8
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 2
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
- | No log | 1.0 | 226 | 1.0853 | 0.8039 | 0.8367 | 0.8200 | 0.9846 |
57
- | No log | 2.0 | 452 | 1.0127 | 0.8039 | 0.8503 | 0.8264 | 0.9850 |
 
58
 
59
 
60
  ### Framework versions
 
18
 
19
  This model was trained from scratch on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6118
22
+ - Precision: 0.7723
23
+ - Recall: 0.8537
24
+ - F1: 0.8110
25
+ - Accuracy: 0.9838
26
 
27
  ## Model description
28
 
 
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
  - train_batch_size: 8
46
  - eval_batch_size: 8
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - num_epochs: 3
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
+ | No log | 1.0 | 226 | 0.8038 | 0.75 | 0.7755 | 0.7625 | 0.9818 |
57
+ | No log | 2.0 | 452 | 0.7667 | 0.7914 | 0.8129 | 0.8020 | 0.9831 |
58
+ | 0.0535 | 3.0 | 678 | 0.6118 | 0.7723 | 0.8537 | 0.8110 | 0.9838 |
59
 
60
 
61
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41d09a12642309338c98b3442a2ec3c629b22d940beb2467283a960eef3a85c3
3
  size 1109908201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c75a1a0e4b552bde527b9cae52256b3eebcb335a809d88da6828a31cf0ef96d
3
  size 1109908201