hts98 commited on
Commit
ddd1586
·
1 Parent(s): f189ff7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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.6496
19
- - Wer: 50.2223
20
 
21
  ## Model description
22
 
@@ -36,8 +36,8 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
- - train_batch_size: 14
40
- - eval_batch_size: 13
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Wer |
50
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
51
- | No log | 1.0 | 245 | 0.6764 | 53.8851 |
52
- | No log | 2.0 | 490 | 0.6587 | 53.3380 |
53
- | No log | 3.0 | 735 | 0.6444 | 50.7467 |
54
- | No log | 4.0 | 980 | 0.6432 | 50.7200 |
55
- | No log | 5.0 | 1225 | 0.6496 | 50.2223 |
56
 
57
 
58
  ### Framework versions
 
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.6807
19
+ - Wer: 50.8558
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
+ - train_batch_size: 48
40
+ - eval_batch_size: 48
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Wer |
50
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
51
+ | No log | 1.0 | 72 | 0.6515 | 50.3886 |
52
+ | No log | 2.0 | 144 | 0.6566 | 50.8012 |
53
+ | No log | 3.0 | 216 | 0.6624 | 50.3713 |
54
+ | No log | 4.0 | 288 | 0.6684 | 50.8026 |
55
+ | No log | 5.0 | 360 | 0.6807 | 50.8558 |
56
 
57
 
58
  ### Framework versions