update model card README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# wav2vec_asr_swbd
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/wav2vec2-large-robust-ft-swbd-300h](https://huggingface.co/facebook/wav2vec2-large-robust-ft-swbd-300h) on an unknown dataset.
|
16 |
-
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.1902
|
18 |
-
- Wer: 0.3866
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -44,16 +41,6 @@ The following hyperparameters were used during training:
|
|
44 |
- num_epochs: 1
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
-
### Training results
|
48 |
-
|
49 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
50 |
-
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
51 |
-
| 0.7361 | 0.22 | 5000 | 0.4657 | 0.4316 |
|
52 |
-
| 0.5434 | 0.44 | 10000 | 0.2556 | 0.4127 |
|
53 |
-
| 0.44 | 0.66 | 15000 | 0.2325 | 0.3935 |
|
54 |
-
| 0.3722 | 0.88 | 20000 | 0.1902 | 0.3866 |
|
55 |
-
|
56 |
-
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.17.0
|
|
|
13 |
# wav2vec_asr_swbd
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/wav2vec2-large-robust-ft-swbd-300h](https://huggingface.co/facebook/wav2vec2-large-robust-ft-swbd-300h) on an unknown dataset.
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
41 |
- num_epochs: 1
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.17.0
|