update model card README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,7 @@ 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 [
|
16 |
-
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.4652
|
18 |
-
- Wer: 0.3380
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -34,27 +31,18 @@ More information needed
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
-
- learning_rate: 0.
|
38 |
- train_batch_size: 32
|
39 |
- eval_batch_size: 8
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- lr_scheduler_warmup_steps:
|
44 |
-
- num_epochs:
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
50 |
-
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
-
| 3.5427 | 4.0 | 500 | 1.7699 | 1.0055 |
|
52 |
-
| 0.6664 | 8.0 | 1000 | 0.4907 | 0.4596 |
|
53 |
-
| 0.2329 | 12.0 | 1500 | 0.4678 | 0.3875 |
|
54 |
-
| 0.1341 | 16.0 | 2000 | 0.4284 | 0.3716 |
|
55 |
-
| 0.0895 | 20.0 | 2500 | 0.4776 | 0.3565 |
|
56 |
-
| 0.0633 | 24.0 | 3000 | 0.4691 | 0.3451 |
|
57 |
-
| 0.0476 | 28.0 | 3500 | 0.4652 | 0.3380 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
12 |
|
13 |
# wav2vec2-base-timit-demo-colab
|
14 |
|
15 |
+
This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-chinese-zh-cn](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-chinese-zh-cn) on the None dataset.
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
31 |
### Training hyperparameters
|
32 |
|
33 |
The following hyperparameters were used during training:
|
34 |
+
- learning_rate: 0.01
|
35 |
- train_batch_size: 32
|
36 |
- eval_batch_size: 8
|
37 |
- seed: 42
|
38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
- lr_scheduler_type: linear
|
40 |
+
- lr_scheduler_warmup_steps: 1
|
41 |
+
- num_epochs: 1
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|