scasutt commited on
Commit
91c1c90
·
1 Parent(s): 4edac61

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 2.1711
18
- - Wer: 1.0
19
 
20
  ## Model description
21
 
@@ -45,13 +45,13 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
48
- | Training Loss | Epoch | Step | Validation Loss | Wer |
49
- |:-------------:|:-----:|:----:|:---------------:|:---:|
50
- | 6.984 | 0.74 | 100 | 3.5836 | 1.0 |
51
- | 3.1598 | 1.47 | 200 | 3.3123 | 1.0 |
52
- | 3.0569 | 2.21 | 300 | 3.1985 | 1.0 |
53
- | 3.0107 | 2.94 | 400 | 3.1421 | 1.0 |
54
- | 2.76 | 3.68 | 500 | 2.1711 | 1.0 |
55
 
56
 
57
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.7467
18
+ - Wer: 0.7530
19
 
20
  ## Model description
21
 
 
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
49
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
50
+ | 1.5472 | 0.74 | 100 | 1.1651 | 0.9010 |
51
+ | 1.2501 | 1.47 | 200 | 0.9557 | 0.8303 |
52
+ | 1.0422 | 2.21 | 300 | 0.8295 | 0.7948 |
53
+ | 0.9174 | 2.94 | 400 | 0.7508 | 0.7637 |
54
+ | 0.8191 | 3.68 | 500 | 0.7467 | 0.7530 |
55
 
56
 
57
  ### Framework versions