haseong8012
commited on
Commit
•
2675c33
1
Parent(s):
71ffe4a
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,9 @@ datasets:
|
|
11 |
model-index:
|
12 |
- name: whisper-tiny_child-50k
|
13 |
results: []
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -19,6 +22,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
# whisper-tiny_child-50k
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the haseong8012/child-50k dataset.
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -51,4 +57,4 @@ The following hyperparameters were used during training:
|
|
51 |
- Transformers 4.34.0
|
52 |
- Pytorch 2.1.0+cu121
|
53 |
- Datasets 2.14.5
|
54 |
-
- Tokenizers 0.14.1
|
|
|
11 |
model-index:
|
12 |
- name: whisper-tiny_child-50k
|
13 |
results: []
|
14 |
+
metrics:
|
15 |
+
- wer
|
16 |
+
- cer
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
22 |
# whisper-tiny_child-50k
|
23 |
|
24 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the haseong8012/child-50k dataset.
|
25 |
+
- Loss: 0.02219698205590248
|
26 |
+
- Wer: 2.756892230576441
|
27 |
+
- Cer: 1.3984210978649216
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
57 |
- Transformers 4.34.0
|
58 |
- Pytorch 2.1.0+cu121
|
59 |
- Datasets 2.14.5
|
60 |
+
- Tokenizers 0.14.1
|