update model card README.md
Browse files
README.md
CHANGED
|
@@ -2,12 +2,9 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
-
|
| 6 |
-
- null
|
| 7 |
-
model_index:
|
| 8 |
- name: wav2vec2-base-timit-demo-colab
|
| 9 |
-
results:
|
| 10 |
-
- {}
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -17,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
-
- Wer: 0.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -51,18 +48,18 @@ The following hyperparameters were used during training:
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 54 |
-
| 3.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
| 64 |
|
| 65 |
-
- Transformers 4.
|
| 66 |
- Pytorch 1.9.0+cu102
|
| 67 |
- Datasets 1.17.0
|
| 68 |
- Tokenizers 0.10.3
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
model-index:
|
|
|
|
|
|
|
| 6 |
- name: wav2vec2-base-timit-demo-colab
|
| 7 |
+
results: []
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 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.4798
|
| 18 |
+
- Wer: 0.3474
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 51 |
+
| 3.5229 | 4.0 | 500 | 1.6557 | 1.0422 |
|
| 52 |
+
| 0.6618 | 8.0 | 1000 | 0.4420 | 0.4469 |
|
| 53 |
+
| 0.2211 | 12.0 | 1500 | 0.4705 | 0.4002 |
|
| 54 |
+
| 0.1281 | 16.0 | 2000 | 0.4347 | 0.3688 |
|
| 55 |
+
| 0.0868 | 20.0 | 2500 | 0.4653 | 0.3590 |
|
| 56 |
+
| 0.062 | 24.0 | 3000 | 0.4747 | 0.3519 |
|
| 57 |
+
| 0.0472 | 28.0 | 3500 | 0.4798 | 0.3474 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
| 61 |
|
| 62 |
+
- Transformers 4.15.0
|
| 63 |
- Pytorch 1.9.0+cu102
|
| 64 |
- Datasets 1.17.0
|
| 65 |
- Tokenizers 0.10.3
|