linshoufan
commited on
Commit
•
c09b5bd
1
Parent(s):
525f548
End of training
Browse files
README.md
CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
|
|
5 |
base_model: openai/whisper-small
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
-
|
9 |
-
-
|
10 |
model-index:
|
11 |
- name: Whisper Small Taiwanese
|
12 |
results: []
|
@@ -18,6 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
# Whisper Small Taiwanese
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 15.0 and 16.1 dataset.
|
|
|
|
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,6 +51,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
5 |
base_model: openai/whisper-small
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
model-index:
|
11 |
- name: Whisper Small Taiwanese
|
12 |
results: []
|
|
|
18 |
# Whisper Small Taiwanese
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 15.0 and 16.1 dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3537
|
23 |
+
- Wer: 70.0423
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
56 |
+
| 0.4172 | 0.32 | 1000 | 0.4641 | 82.9494 |
|
57 |
+
| 0.2962 | 0.64 | 2000 | 0.3834 | 73.8040 |
|
58 |
+
| 0.229 | 0.97 | 3000 | 0.3537 | 70.0423 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
runs/Mar17_09-32-11_b26b6da9345a/events.out.tfevents.1710667935.b26b6da9345a.27.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a209b0fb3bd52e624e676982b0cf9772f499499b4da331f34dbf7b36e068f418
|
3 |
+
size 32925
|