flozi00 commited on
Commit
a758409
·
1 Parent(s): 62a04a1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -13,8 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model was trained from scratch on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 0.1526
17
- - Wer: 0.2056
18
 
19
  ## Model description
20
 
@@ -37,8 +37,8 @@ The following hyperparameters were used during training:
37
  - train_batch_size: 32
38
  - eval_batch_size: 32
39
  - seed: 42
40
- - gradient_accumulation_steps: 4
41
- - total_train_batch_size: 128
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - num_epochs: 1.0
@@ -48,7 +48,7 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Wer |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | 0.0665 | 1.0 | 3741 | 0.1526 | 0.2056 |
52
 
53
 
54
  ### Framework versions
 
13
 
14
  This model was trained from scratch on the None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 0.1298
17
+ - Wer: 0.1919
18
 
19
  ## Model description
20
 
 
37
  - train_batch_size: 32
38
  - eval_batch_size: 32
39
  - seed: 42
40
+ - gradient_accumulation_steps: 2
41
+ - total_train_batch_size: 64
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - num_epochs: 1.0
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Wer |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 0.0653 | 1.0 | 7483 | 0.1298 | 0.1919 |
52
 
53
 
54
  ### Framework versions