sherry7144 commited on
Commit
22e5390
·
1 Parent(s): 565237c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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: 3.1689
18
- - Wer: 1.0
19
 
20
  ## Model description
21
 
@@ -46,15 +46,15 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss | Wer |
50
- |:-------------:|:-----:|:----:|:---------------:|:---:|
51
- | 5.2898 | 13.89 | 500 | 3.1909 | 1.0 |
52
- | 3.1649 | 27.78 | 1000 | 3.1689 | 1.0 |
53
 
54
 
55
  ### Framework versions
56
 
57
  - Transformers 4.11.3
58
  - Pytorch 1.11.0+cu113
59
- - Datasets 1.11.0
60
  - Tokenizers 0.10.3
 
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.8535
18
+ - Wer: 0.6437
19
 
20
  ## Model description
21
 
 
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 5.3263 | 13.89 | 500 | 3.1040 | 1.0 |
52
+ | 1.2494 | 27.78 | 1000 | 0.8535 | 0.6437 |
53
 
54
 
55
  ### Framework versions
56
 
57
  - Transformers 4.11.3
58
  - Pytorch 1.11.0+cu113
59
+ - Datasets 1.18.3
60
  - Tokenizers 0.10.3