update model card README.md
Browse files
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 [
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
-
- Wer: 0.
|
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 |
-
|
|
52 |
-
| 0.
|
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
|