evertonaleixo
commited on
Commit
·
f5f2c71
1
Parent(s):
55aa113
End of training
Browse files- README.md +28 -2
- generation_config.json +2 -2
README.md
CHANGED
@@ -5,9 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- PolyAI/minds14
|
|
|
|
|
8 |
model-index:
|
9 |
- name: whisper-small-dv
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# whisper-small-dv
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -41,7 +60,14 @@ The following hyperparameters were used during training:
|
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: constant_with_warmup
|
43 |
- lr_scheduler_warmup_steps: 50
|
44 |
-
- training_steps:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
### Framework versions
|
47 |
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- PolyAI/minds14
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
model-index:
|
11 |
- name: whisper-small-dv
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
+
dataset:
|
17 |
+
name: PolyAI/minds14
|
18 |
+
type: PolyAI/minds14
|
19 |
+
config: en-US
|
20 |
+
split: train
|
21 |
+
args: en-US
|
22 |
+
metrics:
|
23 |
+
- name: Wer
|
24 |
+
type: wer
|
25 |
+
value: 0.0
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
# whisper-small-dv
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.0000
|
36 |
+
- Wer Ortho: 0.0
|
37 |
+
- Wer: 0.0
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: constant_with_warmup
|
62 |
- lr_scheduler_warmup_steps: 50
|
63 |
+
- training_steps: 50
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:---:|
|
69 |
+
| 0.0 | 1.79 | 50 | 0.0000 | 0.0 | 0.0 |
|
70 |
+
|
71 |
|
72 |
### Framework versions
|
73 |
|
generation_config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"forced_decoder_ids": [
|
10 |
[
|
11 |
1,
|
12 |
-
|
13 |
],
|
14 |
[
|
15 |
2,
|
@@ -122,7 +122,7 @@
|
|
122 |
"<|yo|>": 50325,
|
123 |
"<|zh|>": 50260
|
124 |
},
|
125 |
-
"language": "
|
126 |
"max_initial_timestamp_index": 1,
|
127 |
"max_length": 448,
|
128 |
"no_timestamps_token_id": 50363,
|
|
|
9 |
"forced_decoder_ids": [
|
10 |
[
|
11 |
1,
|
12 |
+
50322
|
13 |
],
|
14 |
[
|
15 |
2,
|
|
|
122 |
"<|yo|>": 50325,
|
123 |
"<|zh|>": 50260
|
124 |
},
|
125 |
+
"language": "sinhalese",
|
126 |
"max_initial_timestamp_index": 1,
|
127 |
"max_length": 448,
|
128 |
"no_timestamps_token_id": 50363,
|