ThangaTharun
commited on
Commit
•
43ddd4c
1
Parent(s):
42801f2
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
base_model: openai/whisper-tiny.en
|
6 |
+
tags:
|
7 |
+
- hf-asr-leaderboard
|
8 |
+
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- vision
|
11 |
+
- Finetunedtiny
|
12 |
+
metrics:
|
13 |
+
- wer
|
14 |
+
model-index:
|
15 |
+
- name: ThangaTharun/Bharishkafinetuned
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
name: Automatic Speech Recognition
|
19 |
+
type: automatic-speech-recognition
|
20 |
+
dataset:
|
21 |
+
name: ThangaTharun/Barishka
|
22 |
+
type: vision
|
23 |
+
metrics:
|
24 |
+
- name: Wer
|
25 |
+
type: wer
|
26 |
+
value: 0.0
|
27 |
+
---
|
28 |
+
|
29 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
+
should probably proofread and complete it, then remove this comment. -->
|
31 |
+
|
32 |
+
# ThangaTharun/Bharishkafinetuned
|
33 |
+
|
34 |
+
This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the ThangaTharun/Barishka dataset.
|
35 |
+
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 1.6092
|
37 |
+
- Wer: 0.0
|
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: 8
|
59 |
+
- seed: 42
|
60 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
+
- lr_scheduler_type: linear
|
62 |
+
- lr_scheduler_warmup_steps: 1
|
63 |
+
- training_steps: 60
|
64 |
+
- mixed_precision_training: Native AMP
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
70 |
+
| 6.0126 | 1.67 | 5 | 5.7191 | 27.2727 |
|
71 |
+
| 4.5556 | 3.33 | 10 | 4.0076 | 18.1818 |
|
72 |
+
| 3.385 | 5.0 | 15 | 3.0201 | 22.7273 |
|
73 |
+
| 2.7403 | 6.67 | 20 | 2.2411 | 18.1818 |
|
74 |
+
| 1.9444 | 8.33 | 25 | 2.0404 | 4.5455 |
|
75 |
+
| 1.9864 | 10.0 | 30 | 1.9273 | 4.5455 |
|
76 |
+
| 2.3372 | 11.67 | 35 | 1.8292 | 0.0 |
|
77 |
+
| 1.5928 | 13.33 | 40 | 1.7561 | 0.0 |
|
78 |
+
| 1.8158 | 15.0 | 45 | 1.6984 | 0.0 |
|
79 |
+
| 1.7321 | 16.67 | 50 | 1.6561 | 0.0 |
|
80 |
+
| 1.7266 | 18.33 | 55 | 1.6268 | 0.0 |
|
81 |
+
| 1.6997 | 20.0 | 60 | 1.6092 | 0.0 |
|
82 |
+
|
83 |
+
|
84 |
+
### Framework versions
|
85 |
+
|
86 |
+
- Transformers 4.36.2
|
87 |
+
- Pytorch 2.1.0+cu121
|
88 |
+
- Datasets 2.16.1
|
89 |
+
- Tokenizers 0.15.0
|
generation_config.json
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alignment_heads": [
|
3 |
+
[
|
4 |
+
1,
|
5 |
+
0
|
6 |
+
],
|
7 |
+
[
|
8 |
+
2,
|
9 |
+
0
|
10 |
+
],
|
11 |
+
[
|
12 |
+
2,
|
13 |
+
5
|
14 |
+
],
|
15 |
+
[
|
16 |
+
3,
|
17 |
+
0
|
18 |
+
],
|
19 |
+
[
|
20 |
+
3,
|
21 |
+
1
|
22 |
+
],
|
23 |
+
[
|
24 |
+
3,
|
25 |
+
2
|
26 |
+
],
|
27 |
+
[
|
28 |
+
3,
|
29 |
+
3
|
30 |
+
],
|
31 |
+
[
|
32 |
+
3,
|
33 |
+
4
|
34 |
+
]
|
35 |
+
],
|
36 |
+
"begin_suppress_tokens": [
|
37 |
+
220,
|
38 |
+
50256
|
39 |
+
],
|
40 |
+
"bos_token_id": 50257,
|
41 |
+
"decoder_start_token_id": 50257,
|
42 |
+
"eos_token_id": 50256,
|
43 |
+
"forced_decoder_ids": [
|
44 |
+
[
|
45 |
+
1,
|
46 |
+
50362
|
47 |
+
]
|
48 |
+
],
|
49 |
+
"is_multilingual": false,
|
50 |
+
"max_initial_timestamp_index": 1,
|
51 |
+
"max_length": 448,
|
52 |
+
"no_timestamps_token_id": 50362,
|
53 |
+
"pad_token_id": 50256,
|
54 |
+
"return_timestamps": false,
|
55 |
+
"suppress_tokens": [
|
56 |
+
1,
|
57 |
+
2,
|
58 |
+
7,
|
59 |
+
8,
|
60 |
+
9,
|
61 |
+
10,
|
62 |
+
14,
|
63 |
+
25,
|
64 |
+
26,
|
65 |
+
27,
|
66 |
+
28,
|
67 |
+
29,
|
68 |
+
31,
|
69 |
+
58,
|
70 |
+
59,
|
71 |
+
60,
|
72 |
+
61,
|
73 |
+
62,
|
74 |
+
63,
|
75 |
+
90,
|
76 |
+
91,
|
77 |
+
92,
|
78 |
+
93,
|
79 |
+
357,
|
80 |
+
366,
|
81 |
+
438,
|
82 |
+
532,
|
83 |
+
685,
|
84 |
+
705,
|
85 |
+
796,
|
86 |
+
930,
|
87 |
+
1058,
|
88 |
+
1220,
|
89 |
+
1267,
|
90 |
+
1279,
|
91 |
+
1303,
|
92 |
+
1343,
|
93 |
+
1377,
|
94 |
+
1391,
|
95 |
+
1635,
|
96 |
+
1782,
|
97 |
+
1875,
|
98 |
+
2162,
|
99 |
+
2361,
|
100 |
+
2488,
|
101 |
+
3467,
|
102 |
+
4008,
|
103 |
+
4211,
|
104 |
+
4600,
|
105 |
+
4808,
|
106 |
+
5299,
|
107 |
+
5855,
|
108 |
+
6329,
|
109 |
+
7203,
|
110 |
+
9609,
|
111 |
+
9959,
|
112 |
+
10563,
|
113 |
+
10786,
|
114 |
+
11420,
|
115 |
+
11709,
|
116 |
+
11907,
|
117 |
+
13163,
|
118 |
+
13697,
|
119 |
+
13700,
|
120 |
+
14808,
|
121 |
+
15306,
|
122 |
+
16410,
|
123 |
+
16791,
|
124 |
+
17992,
|
125 |
+
19203,
|
126 |
+
19510,
|
127 |
+
20724,
|
128 |
+
22305,
|
129 |
+
22935,
|
130 |
+
27007,
|
131 |
+
30109,
|
132 |
+
30420,
|
133 |
+
33409,
|
134 |
+
34949,
|
135 |
+
40283,
|
136 |
+
40493,
|
137 |
+
40549,
|
138 |
+
47282,
|
139 |
+
49146,
|
140 |
+
50257,
|
141 |
+
50357,
|
142 |
+
50358,
|
143 |
+
50359,
|
144 |
+
50360,
|
145 |
+
50361
|
146 |
+
],
|
147 |
+
"transformers_version": "4.36.2"
|
148 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151060136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:391156bab109aa1ee0442461dbc833a7e54bbe923507d68c3bfe1f5f36a42b88
|
3 |
size 151060136
|
runs/Jan17_07-03-40_8bfa918fa499/events.out.tfevents.1705475185.8bfa918fa499.746.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:80df3c955d53a0363c02375297e04f13fc2ecf0d5ba44e61a4c175c00919119e
|
3 |
+
size 18556
|