Leo97 commited on
Commit
6eea254
·
1 Parent(s): 05ec4eb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
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 an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.1370
22
- - Precision: 0.8146
23
- - Recall: 0.8349
24
- - F1: 0.8246
25
- - Accuracy: 0.9609
26
 
27
  ## Model description
28
 
@@ -47,17 +47,19 @@ 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
- - lr_scheduler_warmup_steps: 2272
51
- - num_epochs: 3
52
  - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 3788 | 0.1367 | 0.8089 | 0.8240 | 0.8164 | 0.9595 |
59
- | No log | 2.0 | 7576 | 0.1345 | 0.8130 | 0.8331 | 0.8229 | 0.9604 |
60
- | 0.0953 | 3.0 | 11364 | 0.1370 | 0.8146 | 0.8349 | 0.8246 | 0.9609 |
 
 
61
 
62
 
63
  ### Framework versions
 
18
 
19
  This model was trained from scratch on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.1443
22
+ - Precision: 0.8176
23
+ - Recall: 0.8401
24
+ - F1: 0.8287
25
+ - Accuracy: 0.9615
26
 
27
  ## Model description
28
 
 
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 3787
51
+ - num_epochs: 5
52
  - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 3788 | 0.1511 | 0.8095 | 0.8257 | 0.8176 | 0.9594 |
59
+ | No log | 2.0 | 7576 | 0.1461 | 0.8121 | 0.8339 | 0.8228 | 0.9600 |
60
+ | No log | 3.0 | 11364 | 0.1417 | 0.8139 | 0.8372 | 0.8254 | 0.9607 |
61
+ | No log | 4.0 | 15152 | 0.1418 | 0.8238 | 0.8346 | 0.8292 | 0.9617 |
62
+ | 0.0748 | 5.0 | 18940 | 0.1443 | 0.8176 | 0.8401 | 0.8287 | 0.9615 |
63
 
64
 
65
  ### Framework versions