End of training
Browse files- README.md +4 -4
- all_results.json +15 -0
- eval_results.json +9 -0
- train_results.json +9 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -4,7 +4,7 @@ base_model: openai/whisper-base
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
-
- common_voice_17_0
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
@@ -14,8 +14,8 @@ model-index:
|
|
14 |
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
16 |
dataset:
|
17 |
-
name: common_voice_17_0
|
18 |
-
type: common_voice_17_0
|
19 |
config: id
|
20 |
split: None
|
21 |
args: id
|
@@ -30,7 +30,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# whisper-base-common_voice_17_0-id
|
32 |
|
33 |
-
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the common_voice_17_0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 0.1441
|
36 |
- Wer: 0.1184
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
+
- mozilla-foundation/common_voice_17_0
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
|
|
14 |
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
16 |
dataset:
|
17 |
+
name: mozilla-foundation/common_voice_17_0 id
|
18 |
+
type: mozilla-foundation/common_voice_17_0
|
19 |
config: id
|
20 |
split: None
|
21 |
args: id
|
|
|
30 |
|
31 |
# whisper-base-common_voice_17_0-id
|
32 |
|
33 |
+
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the mozilla-foundation/common_voice_17_0 id dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 0.1441
|
36 |
- Wer: 0.1184
|
all_results.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 8.458447874814972,
|
3 |
+
"eval_loss": 0.1440751701593399,
|
4 |
+
"eval_runtime": 477.4508,
|
5 |
+
"eval_samples": 3641,
|
6 |
+
"eval_samples_per_second": 7.626,
|
7 |
+
"eval_steps_per_second": 0.955,
|
8 |
+
"eval_wer": 0.1183813634043343,
|
9 |
+
"total_flos": 2.07526043713536e+19,
|
10 |
+
"train_loss": 0.09297830064073205,
|
11 |
+
"train_runtime": 50820.1517,
|
12 |
+
"train_samples": 37827,
|
13 |
+
"train_samples_per_second": 6.297,
|
14 |
+
"train_steps_per_second": 0.394
|
15 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 8.458447874814972,
|
3 |
+
"eval_loss": 0.1440751701593399,
|
4 |
+
"eval_runtime": 477.4508,
|
5 |
+
"eval_samples": 3641,
|
6 |
+
"eval_samples_per_second": 7.626,
|
7 |
+
"eval_steps_per_second": 0.955,
|
8 |
+
"eval_wer": 0.1183813634043343
|
9 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 8.458447874814972,
|
3 |
+
"total_flos": 2.07526043713536e+19,
|
4 |
+
"train_loss": 0.09297830064073205,
|
5 |
+
"train_runtime": 50820.1517,
|
6 |
+
"train_samples": 37827,
|
7 |
+
"train_samples_per_second": 6.297,
|
8 |
+
"train_steps_per_second": 0.394
|
9 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|