samantharhay commited on
Commit
b396761
·
1 Parent(s): 606356f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -12,9 +12,9 @@ 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 [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.6894
18
  - Wer: 1.0
19
 
20
  ## Model description
@@ -41,14 +41,20 @@ The following hyperparameters were used during training:
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 1000
44
- - num_epochs: 5
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Wer |
50
  |:-------------:|:-----:|:----:|:---------------:|:---:|
51
- | 3.753 | 4.0 | 500 | 2.6894 | 1.0 |
 
 
 
 
 
 
52
 
53
 
54
  ### Framework versions
 
12
 
13
  # wav2vec2-base-timit-demo-colab
14
 
15
+ This model is a fine-tuned version of [facebook/wav2vec2-base-960h](https://huggingface.co/facebook/wav2vec2-base-960h) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 3.0665
18
  - Wer: 1.0
19
 
20
  ## Model description
 
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 1000
44
+ - num_epochs: 30
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Wer |
50
  |:-------------:|:-----:|:----:|:---------------:|:---:|
51
+ | 6.467 | 4.0 | 500 | 3.1080 | 1.0 |
52
+ | 3.153 | 8.0 | 1000 | 3.0003 | 1.0 |
53
+ | 3.092 | 12.0 | 1500 | 2.9949 | 1.0 |
54
+ | 3.0631 | 16.0 | 2000 | 3.0851 | 1.0 |
55
+ | 3.0475 | 20.0 | 2500 | 3.0497 | 1.0 |
56
+ | 3.0552 | 24.0 | 3000 | 3.0839 | 1.0 |
57
+ | 3.0351 | 28.0 | 3500 | 3.0665 | 1.0 |
58
 
59
 
60
  ### Framework versions