rhf9908 commited on
Commit
1ad6619
1 Parent(s): bdb72b9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 3.2503
21
  - Wer: 1.0
22
 
23
  ## Model description
@@ -46,13 +46,13 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 500
49
- - training_steps: 500
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:---:|
55
- | 3.2175 | 4.44 | 500 | 3.2503 | 1.0 |
56
 
57
 
58
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 3.0577
21
  - Wer: 1.0
22
 
23
  ## Model description
 
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 500
49
+ - training_steps: 1500
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:---:|
55
+ | 3.035 | 8.89 | 1000 | 3.0577 | 1.0 |
56
 
57
 
58
  ### Framework versions