MohamedDev commited on
Commit
ddb8bfc
·
verified ·
1 Parent(s): 911c1cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -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-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - //Loss: inf
21
  - Wer: 0.6811
22
 
23
  ## Model description
@@ -48,13 +48,20 @@ The following hyperparameters were used during training:
48
  - lr_scheduler_warmup_steps: 500
49
  - num_epochs: 10
50
 
51
- ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|
55
  | 5.7712 | 3.2 | 400 | inf | 0.9727 |
56
  | 1.0877 | 6.4 | 800 | inf | 0.7461 |
57
- | 0.7746 | 9.6 | 1200 | inf | 0.6811 |
 
 
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ <!-- - Loss: inf -->
21
  - Wer: 0.6811
22
 
23
  ## Model description
 
48
  - lr_scheduler_warmup_steps: 500
49
  - num_epochs: 10
50
 
51
+ <!-- ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|
55
  | 5.7712 | 3.2 | 400 | inf | 0.9727 |
56
  | 1.0877 | 6.4 | 800 | inf | 0.7461 |
57
+ | 0.7746 | 9.6 | 1200 | inf | 0.6811 | -->
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Wer |
61
+ |:-------------:|:-----:|:----:|:------:
62
+ | 5.7712 | 3.2 | 400 | 0.9727 |
63
+ | 1.0877 | 6.4 | 800 | 0.7461 |
64
+ | 0.7746 | 9.6 | 1200 | 0.6811 |
65
 
66
 
67
  ### Framework versions