Theoreticallyhugo commited on
Commit
aad3256
1 Parent(s): 1020bfc

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -47,13 +47,15 @@ The following hyperparameters were used during training:
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 1
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Negative | Positive | Accuracy | Macro avg | Weighted avg |
55
- |:-------------:|:-----:|:----:|:---------------:|:----------------------------------------------------------------------:|:---------------------------------------------------------------------:|:--------:|:----------------------------------------------------------------------:|:----------------------------------------------------------------------:|
56
- | 0.0 | 1.0 | 4628 | 0.0000 | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 13620.0} | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 6960.0} | 1.0 | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 20580.0} | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 20580.0} |
 
 
57
 
58
 
59
  ### Framework versions
 
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 | Negative | Positive | Accuracy | Macro avg | Weighted avg |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:----------------------------------------------------------------------:|:---------------------------------------------------------------------:|:--------:|:----------------------------------------------------------------------:|:----------------------------------------------------------------------:|
56
+ | 0.0025 | 1.0 | 4628 | 0.0000 | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 13620.0} | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 6960.0} | 1.0 | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 20580.0} | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 20580.0} |
57
+ | 0.0 | 2.0 | 9256 | 0.0000 | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 13620.0} | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 6960.0} | 1.0 | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 20580.0} | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 20580.0} |
58
+ | 0.0 | 3.0 | 13884 | 0.0000 | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 13620.0} | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 6960.0} | 1.0 | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 20580.0} | {'precision': 1.0, 'recall': 1.0, 'f1-score': 1.0, 'support': 20580.0} |
59
 
60
 
61
  ### Framework versions