JasHugF commited on
Commit
a8b1936
·
verified ·
1 Parent(s): 161d33a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-tiny",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "apply_spec_augment": false,
6
+ "architectures": [
7
+ "WhisperForAudioClassification"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "begin_suppress_tokens": [
11
+ 220,
12
+ 50257
13
+ ],
14
+ "bos_token_id": 50257,
15
+ "classifier_proj_size": 256,
16
+ "d_model": 384,
17
+ "decoder_attention_heads": 6,
18
+ "decoder_ffn_dim": 1536,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 4,
21
+ "decoder_start_token_id": 50258,
22
+ "dropout": 0.0,
23
+ "encoder_attention_heads": 6,
24
+ "encoder_ffn_dim": 1536,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 4,
27
+ "eos_token_id": 50257,
28
+ "forced_decoder_ids": [
29
+ [
30
+ 1,
31
+ 50259
32
+ ],
33
+ [
34
+ 2,
35
+ 50359
36
+ ],
37
+ [
38
+ 3,
39
+ 50363
40
+ ]
41
+ ],
42
+ "id2label": {
43
+ "0": "Chennai tamil",
44
+ "1": "Coastal Andhra",
45
+ "2": "Kongu tamil",
46
+ "3": "Rayalaseema",
47
+ "4": "Telangana",
48
+ "5": "Tirunelveli tamil"
49
+ },
50
+ "init_std": 0.02,
51
+ "is_encoder_decoder": true,
52
+ "label2id": {
53
+ "Chennai tamil": "0",
54
+ "Coastal Andhra": "1",
55
+ "Kongu tamil": "2",
56
+ "Rayalaseema": "3",
57
+ "Telangana": "4",
58
+ "Tirunelveli tamil": "5"
59
+ },
60
+ "mask_feature_length": 10,
61
+ "mask_feature_min_masks": 0,
62
+ "mask_feature_prob": 0.0,
63
+ "mask_time_length": 10,
64
+ "mask_time_min_masks": 2,
65
+ "mask_time_prob": 0.05,
66
+ "max_length": 448,
67
+ "max_source_positions": 1500,
68
+ "max_target_positions": 448,
69
+ "median_filter_width": 7,
70
+ "model_type": "whisper",
71
+ "num_hidden_layers": 4,
72
+ "num_mel_bins": 80,
73
+ "pad_token_id": 50257,
74
+ "scale_embedding": false,
75
+ "suppress_tokens": [
76
+ 1,
77
+ 2,
78
+ 7,
79
+ 8,
80
+ 9,
81
+ 10,
82
+ 14,
83
+ 25,
84
+ 26,
85
+ 27,
86
+ 28,
87
+ 29,
88
+ 31,
89
+ 58,
90
+ 59,
91
+ 60,
92
+ 61,
93
+ 62,
94
+ 63,
95
+ 90,
96
+ 91,
97
+ 92,
98
+ 93,
99
+ 359,
100
+ 503,
101
+ 522,
102
+ 542,
103
+ 873,
104
+ 893,
105
+ 902,
106
+ 918,
107
+ 922,
108
+ 931,
109
+ 1350,
110
+ 1853,
111
+ 1982,
112
+ 2460,
113
+ 2627,
114
+ 3246,
115
+ 3253,
116
+ 3268,
117
+ 3536,
118
+ 3846,
119
+ 3961,
120
+ 4183,
121
+ 4667,
122
+ 6585,
123
+ 6647,
124
+ 7273,
125
+ 9061,
126
+ 9383,
127
+ 10428,
128
+ 10929,
129
+ 11938,
130
+ 12033,
131
+ 12331,
132
+ 12562,
133
+ 13793,
134
+ 14157,
135
+ 14635,
136
+ 15265,
137
+ 15618,
138
+ 16553,
139
+ 16604,
140
+ 18362,
141
+ 18956,
142
+ 20075,
143
+ 21675,
144
+ 22520,
145
+ 26130,
146
+ 26161,
147
+ 26435,
148
+ 28279,
149
+ 29464,
150
+ 31650,
151
+ 32302,
152
+ 32470,
153
+ 36865,
154
+ 42863,
155
+ 47425,
156
+ 49870,
157
+ 50254,
158
+ 50258,
159
+ 50358,
160
+ 50359,
161
+ 50360,
162
+ 50361,
163
+ 50362
164
+ ],
165
+ "torch_dtype": "float32",
166
+ "transformers_version": "4.48.0.dev0",
167
+ "use_cache": true,
168
+ "use_weighted_layer_sum": false,
169
+ "vocab_size": 51865
170
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:045f56d64088968a68a2196080e8142472a27d0dc448e763130b9ea83e0ea378
3
+ size 33241280
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
runs/Jan06_21-18-43_jpasumarthy-mnb-C02FQ30YMD6R/events.out.tfevents.1736178543.jpasumarthy-mnb-C02FQ30YMD6R ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb4d0bc2c38bb83b19b2fb2286cb61b9bf34375538050c66aa207636b475e08
3
+ size 14300
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dbf3b5e17d61e741f1cb7227365c9a4e7619e9ba2b4e6ef507e0c2a2d5339d4
3
+ size 5368