End of training
Browse files- README.md +79 -0
- generation_config.json +3 -3
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: openai/whisper-tiny
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- PolyAI/minds14
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
+
model-index:
|
11 |
+
- name: whisper-tiny-en
|
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.3484767504008552
|
26 |
+
---
|
27 |
+
|
28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
# whisper-tiny-en
|
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.7374
|
36 |
+
- Wer Ortho: 0.3488
|
37 |
+
- Wer: 0.3485
|
38 |
+
|
39 |
+
## Model description
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Intended uses & limitations
|
44 |
+
|
45 |
+
More information needed
|
46 |
+
|
47 |
+
## Training and evaluation data
|
48 |
+
|
49 |
+
More information needed
|
50 |
+
|
51 |
+
## Training procedure
|
52 |
+
|
53 |
+
### Training hyperparameters
|
54 |
+
|
55 |
+
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 1e-05
|
57 |
+
- train_batch_size: 16
|
58 |
+
- eval_batch_size: 16
|
59 |
+
- seed: 42
|
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: 1000
|
64 |
+
- mixed_precision_training: Native AMP
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
70 |
+
| 0.0001 | 17.86 | 500 | 0.6973 | 0.3460 | 0.3463 |
|
71 |
+
| 0.0 | 35.71 | 1000 | 0.7374 | 0.3488 | 0.3485 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.36.0.dev0
|
77 |
+
- Pytorch 2.0.1
|
78 |
+
- Datasets 2.14.6
|
79 |
+
- Tokenizers 0.14.1
|
generation_config.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
"forced_decoder_ids": [
|
36 |
[
|
37 |
1,
|
38 |
-
|
39 |
],
|
40 |
[
|
41 |
2,
|
@@ -148,7 +148,7 @@
|
|
148 |
"<|yo|>": 50325,
|
149 |
"<|zh|>": 50260
|
150 |
},
|
151 |
-
"language": "
|
152 |
"max_initial_timestamp_index": 1,
|
153 |
"max_length": 448,
|
154 |
"no_timestamps_token_id": 50363,
|
@@ -249,5 +249,5 @@
|
|
249 |
"transcribe": 50359,
|
250 |
"translate": 50358
|
251 |
},
|
252 |
-
"transformers_version": "4.
|
253 |
}
|
|
|
35 |
"forced_decoder_ids": [
|
36 |
[
|
37 |
1,
|
38 |
+
50322
|
39 |
],
|
40 |
[
|
41 |
2,
|
|
|
148 |
"<|yo|>": 50325,
|
149 |
"<|zh|>": 50260
|
150 |
},
|
151 |
+
"language": "sinhalese",
|
152 |
"max_initial_timestamp_index": 1,
|
153 |
"max_length": 448,
|
154 |
"no_timestamps_token_id": 50363,
|
|
|
249 |
"transcribe": 50359,
|
250 |
"translate": 50358
|
251 |
},
|
252 |
+
"transformers_version": "4.36.0.dev0"
|
253 |
}
|
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:b795cbbaf740b7aefa6dece75567719255f30c5441cdeb162ed69550da91aebf
|
3 |
size 151061672
|