End of training
Browse files
README.md
CHANGED
@@ -9,9 +9,22 @@ tags:
|
|
9 |
- generated_from_trainer
|
10 |
datasets:
|
11 |
- Chinese_english
|
|
|
|
|
12 |
model-index:
|
13 |
- name: Whisper tiny Chinese with pitch pertubation
|
14 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -21,13 +34,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Chinese English dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
-
|
25 |
-
-
|
26 |
-
- eval_runtime: 191.7975
|
27 |
-
- eval_samples_per_second: 3.28
|
28 |
-
- eval_steps_per_second: 3.28
|
29 |
-
- epoch: 1.7778
|
30 |
-
- step: 1600
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -53,7 +61,14 @@ The following hyperparameters were used during training:
|
|
53 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
54 |
- lr_scheduler_type: linear
|
55 |
- lr_scheduler_warmup_steps: 500
|
56 |
-
- training_steps:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
### Framework versions
|
59 |
|
|
|
9 |
- generated_from_trainer
|
10 |
datasets:
|
11 |
- Chinese_english
|
12 |
+
metrics:
|
13 |
+
- wer
|
14 |
model-index:
|
15 |
- name: Whisper tiny Chinese with pitch pertubation
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
name: Automatic Speech Recognition
|
19 |
+
type: automatic-speech-recognition
|
20 |
+
dataset:
|
21 |
+
name: Chinese English
|
22 |
+
type: Chinese_english
|
23 |
+
args: 'config: default, split: test'
|
24 |
+
metrics:
|
25 |
+
- name: Wer
|
26 |
+
type: wer
|
27 |
+
value: 15.552025416997617
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Chinese English dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.3526
|
38 |
+
- Wer: 15.5520
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
61 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 500
|
64 |
+
- training_steps: 1200
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
70 |
+
| 0.0312 | 1.3333 | 1200 | 0.3526 | 15.5520 |
|
71 |
+
|
72 |
|
73 |
### Framework versions
|
74 |
|