End of training
Browse files- README.md +27 -10
- model.safetensors +1 -1
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
|
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: 175.3742
|
27 |
-
- eval_samples_per_second: 3.587
|
28 |
-
- eval_steps_per_second: 3.587
|
29 |
-
- epoch: 2.5674
|
30 |
-
- step: 2000
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -55,9 +63,18 @@ The following hyperparameters were used during training:
|
|
55 |
- lr_scheduler_warmup_steps: 500
|
56 |
- num_epochs: 5
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.48.3
|
61 |
- Pytorch 2.6.0+cu124
|
62 |
-
- Datasets 3.4.
|
63 |
-
- Tokenizers 0.21.
|
|
|
9 |
- generated_from_trainer
|
10 |
datasets:
|
11 |
- chinese_english
|
12 |
+
metrics:
|
13 |
+
- wer
|
14 |
model-index:
|
15 |
- name: Whisper tiny Chinese
|
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: 13.963463065925339
|
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.3321
|
38 |
+
- Wer: 13.9635
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
63 |
- lr_scheduler_warmup_steps: 500
|
64 |
- num_epochs: 5
|
65 |
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
70 |
+
| 0.1227 | 1.2837 | 1000 | 0.3201 | 14.3606 |
|
71 |
+
| 0.0461 | 2.5674 | 2000 | 0.3198 | 13.3916 |
|
72 |
+
| 0.0128 | 3.8511 | 3000 | 0.3321 | 13.9635 |
|
73 |
+
|
74 |
+
|
75 |
### Framework versions
|
76 |
|
77 |
- Transformers 4.48.3
|
78 |
- Pytorch 2.6.0+cu124
|
79 |
+
- Datasets 3.4.1
|
80 |
+
- Tokenizers 0.21.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151061672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21f79455fe773162823658b8357e3f6edc189348a28a46ec39499207dd1db72a
|
3 |
size 151061672
|