Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
library_name:
|
3 |
language:
|
4 |
- en
|
5 |
license: apache-2.0
|
@@ -26,7 +26,7 @@ model-index:
|
|
26 |
type: hf-internal-testing/librispeech_asr_dummy
|
27 |
metrics:
|
28 |
- type: wer
|
29 |
-
value:
|
30 |
name: Wer
|
31 |
---
|
32 |
|
@@ -37,9 +37,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
37 |
|
38 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the hf-internal-testing/librispeech_asr_dummy dataset.
|
39 |
It achieves the following results on the evaluation set:
|
40 |
-
- Loss: 1.
|
41 |
-
- Wer:
|
42 |
-
- Cer:
|
43 |
|
44 |
## Model description
|
45 |
|
@@ -70,11 +70,11 @@ The following hyperparameters were used during training:
|
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
72 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
73 |
-
| 1.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
language:
|
4 |
- en
|
5 |
license: apache-2.0
|
|
|
26 |
type: hf-internal-testing/librispeech_asr_dummy
|
27 |
metrics:
|
28 |
- type: wer
|
29 |
+
value: 59.01234567901235
|
30 |
name: Wer
|
31 |
---
|
32 |
|
|
|
37 |
|
38 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the hf-internal-testing/librispeech_asr_dummy dataset.
|
39 |
It achieves the following results on the evaluation set:
|
40 |
+
- Loss: 1.0778
|
41 |
+
- Wer: 59.0123
|
42 |
+
- Cer: 23.9022
|
43 |
|
44 |
## Model description
|
45 |
|
|
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
72 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
73 |
+
| 1.8837 | 1.0 | 8 | 1.5660 | 67.6543 | 28.1575 |
|
74 |
+
| 0.8916 | 2.0 | 16 | 1.3180 | 58.0247 | 23.3590 |
|
75 |
+
| 0.3949 | 3.0 | 24 | 1.1546 | 60.7407 | 25.2603 |
|
76 |
+
| 0.2231 | 4.0 | 32 | 1.0957 | 59.7531 | 24.7623 |
|
77 |
+
| 0.17 | 5.0 | 40 | 1.0778 | 59.0123 | 23.9022 |
|
78 |
|
79 |
|
80 |
### Framework versions
|