huyue012 commited on
Commit
aaf373f
1 Parent(s): fe98d6b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -13
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-960h](https://huggingface.co/facebook/wav2vec2-base-960h) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.6376
18
- - Wer: 0.2137
19
 
20
  ## Model description
21
 
@@ -34,7 +34,7 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 0.0005
38
  - train_batch_size: 16
39
  - eval_batch_size: 8
40
  - seed: 42
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
42
  - total_train_batch_size: 32
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - lr_scheduler_warmup_steps: 500
46
  - num_epochs: 50
47
  - mixed_precision_training: Native AMP
48
 
@@ -50,15 +50,13 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | 0.7233 | 5.26 | 400 | 5.6115 | 0.4909 |
54
- | 0.7224 | 10.52 | 800 | 1.1835 | 0.3629 |
55
- | 0.5193 | 15.78 | 1200 | 0.5786 | 0.2994 |
56
- | 0.4114 | 21.05 | 1600 | 0.6535 | 0.2823 |
57
- | 0.3279 | 26.31 | 2000 | 0.6783 | 0.2709 |
58
- | 0.2711 | 31.58 | 2400 | 0.6570 | 0.2490 |
59
- | 0.2776 | 36.84 | 2800 | 0.6724 | 0.2358 |
60
- | 0.1805 | 42.1 | 3200 | 0.6212 | 0.2241 |
61
- | 0.1535 | 47.37 | 3600 | 0.6376 | 0.2137 |
62
 
63
 
64
  ### Framework versions
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: 0.6425
18
+ - Wer: 0.2033
19
 
20
  ## Model description
21
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 0.0001
38
  - train_batch_size: 16
39
  - eval_batch_size: 8
40
  - seed: 42
42
  - total_train_batch_size: 32
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 1000
46
  - num_epochs: 50
47
  - mixed_precision_training: Native AMP
48
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.1196 | 6.58 | 500 | 0.6498 | 0.2103 |
54
+ | 0.1176 | 13.16 | 1000 | 0.6490 | 0.2169 |
55
+ | 0.1227 | 19.73 | 1500 | 0.6241 | 0.2127 |
56
+ | 0.1078 | 26.31 | 2000 | 0.6359 | 0.2118 |
57
+ | 0.0956 | 32.89 | 2500 | 0.6330 | 0.2073 |
58
+ | 0.1008 | 39.47 | 3000 | 0.6816 | 0.2036 |
59
+ | 0.09 | 46.05 | 3500 | 0.6425 | 0.2033 |
 
 
60
 
61
 
62
  ### Framework versions