vonewman commited on
Commit
e54488f
1 Parent(s): 1ecbdfd

Training complete

Browse files
Files changed (2) hide show
  1. README.md +12 -11
  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: 0.0638
22
- - Precision: 0.8534
23
- - Recall: 0.8912
24
- - F1: 0.8719
25
- - Accuracy: 0.9886
26
 
27
  ## Model description
28
 
@@ -41,22 +41,23 @@ More information needed
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
- - learning_rate: 3.6925210602772034e-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: 4
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
- | No log | 1.0 | 226 | 0.0697 | 0.7640 | 0.8810 | 0.8183 | 0.9849 |
57
- | No log | 2.0 | 452 | 0.0663 | 0.8522 | 0.8435 | 0.8479 | 0.9876 |
58
- | 0.0089 | 3.0 | 678 | 0.0689 | 0.8257 | 0.9184 | 0.8696 | 0.9875 |
59
- | 0.0089 | 4.0 | 904 | 0.0638 | 0.8534 | 0.8912 | 0.8719 | 0.9886 |
 
60
 
61
 
62
  ### 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.3572
22
+ - Precision: 0.7719
23
+ - Recall: 0.8980
24
+ - F1: 0.8302
25
+ - Accuracy: 0.9845
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: 5
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
+ | No log | 1.0 | 226 | 0.3649 | 0.7690 | 0.8605 | 0.8122 | 0.9852 |
57
+ | No log | 2.0 | 452 | 0.3350 | 0.8088 | 0.8776 | 0.8418 | 0.9861 |
58
+ | 0.4546 | 3.0 | 678 | 0.3737 | 0.7842 | 0.8776 | 0.8283 | 0.9848 |
59
+ | 0.4546 | 4.0 | 904 | 0.3271 | 0.7713 | 0.8946 | 0.8283 | 0.9841 |
60
+ | 0.0992 | 5.0 | 1130 | 0.3572 | 0.7719 | 0.8980 | 0.8302 | 0.9845 |
61
 
62
 
63
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74b5ccd7cd408cb4cf144a1bc54346be105d12383095883dca1e8af38e943f52
3
  size 1109908201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:051e18eff8a4a30d9010131ebb57d3d88a18d6535bc04fb331e9cabb4aec0590
3
  size 1109908201