BSen commited on
Commit
7b9e60d
·
1 Parent(s): fd6a3e0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -12,10 +12,10 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # wav2vec2-base-timit-demo-colab
14
 
15
- This model is a fine-tuned version of [patrickvonplaten/wav2vec2-base-timit-demo-colab](https://huggingface.co/patrickvonplaten/wav2vec2-base-timit-demo-colab) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.5894
18
- - Wer: 0.2565
19
 
20
  ## Model description
21
 
@@ -48,8 +48,8 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Wer |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | 2.8339 | 4.0 | 500 | 0.4989 | 0.2426 |
52
- | 0.1383 | 8.0 | 1000 | 0.5894 | 0.2565 |
53
 
54
 
55
  ### Framework versions
 
12
 
13
  # wav2vec2-base-timit-demo-colab
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.4877
18
+ - Wer: 0.4895
19
 
20
  ## Model description
21
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Wer |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 3.6615 | 4.0 | 500 | 1.7423 | 1.0723 |
52
+ | 0.8519 | 8.0 | 1000 | 0.4877 | 0.4895 |
53
 
54
 
55
  ### Framework versions