mohammadhossein commited on
Commit
4b42dff
1 Parent(s): 64ab421

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-base.en",
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
+ 50256
13
+ ],
14
+ "bos_token_id": 50257,
15
+ "classifier_proj_size": 256,
16
+ "d_model": 512,
17
+ "decoder_attention_heads": 8,
18
+ "decoder_ffn_dim": 2048,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 6,
21
+ "decoder_start_token_id": 50257,
22
+ "dropout": 0.0,
23
+ "encoder_attention_heads": 8,
24
+ "encoder_ffn_dim": 2048,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 6,
27
+ "eos_token_id": 50256,
28
+ "forced_decoder_ids": [
29
+ [
30
+ 1,
31
+ 50362
32
+ ]
33
+ ],
34
+ "id2label": {
35
+ "0": "Standard English",
36
+ "1": "Egyptian",
37
+ "2": "Indian English",
38
+ "3": "Southern British English",
39
+ "4": "Irish English",
40
+ "5": "Italian",
41
+ "6": "Vietnamese"
42
+ },
43
+ "init_std": 0.02,
44
+ "is_encoder_decoder": true,
45
+ "label2id": {
46
+ "Egyptian": "1",
47
+ "Indian English": "2",
48
+ "Irish English": "4",
49
+ "Italian": "5",
50
+ "Southern British English": "3",
51
+ "Standard English": "0",
52
+ "Vietnamese": "6"
53
+ },
54
+ "mask_feature_length": 10,
55
+ "mask_feature_min_masks": 0,
56
+ "mask_feature_prob": 0.0,
57
+ "mask_time_length": 10,
58
+ "mask_time_min_masks": 2,
59
+ "mask_time_prob": 0.05,
60
+ "max_length": 448,
61
+ "max_source_positions": 1500,
62
+ "max_target_positions": 448,
63
+ "median_filter_width": 7,
64
+ "model_type": "whisper",
65
+ "num_hidden_layers": 6,
66
+ "num_mel_bins": 80,
67
+ "pad_token_id": 50256,
68
+ "scale_embedding": false,
69
+ "suppress_tokens": [
70
+ 1,
71
+ 2,
72
+ 7,
73
+ 8,
74
+ 9,
75
+ 10,
76
+ 14,
77
+ 25,
78
+ 26,
79
+ 27,
80
+ 28,
81
+ 29,
82
+ 31,
83
+ 58,
84
+ 59,
85
+ 60,
86
+ 61,
87
+ 62,
88
+ 63,
89
+ 90,
90
+ 91,
91
+ 92,
92
+ 93,
93
+ 357,
94
+ 366,
95
+ 438,
96
+ 532,
97
+ 685,
98
+ 705,
99
+ 796,
100
+ 930,
101
+ 1058,
102
+ 1220,
103
+ 1267,
104
+ 1279,
105
+ 1303,
106
+ 1343,
107
+ 1377,
108
+ 1391,
109
+ 1635,
110
+ 1782,
111
+ 1875,
112
+ 2162,
113
+ 2361,
114
+ 2488,
115
+ 3467,
116
+ 4008,
117
+ 4211,
118
+ 4600,
119
+ 4808,
120
+ 5299,
121
+ 5855,
122
+ 6329,
123
+ 7203,
124
+ 9609,
125
+ 9959,
126
+ 10563,
127
+ 10786,
128
+ 11420,
129
+ 11709,
130
+ 11907,
131
+ 13163,
132
+ 13697,
133
+ 13700,
134
+ 14808,
135
+ 15306,
136
+ 16410,
137
+ 16791,
138
+ 17992,
139
+ 19203,
140
+ 19510,
141
+ 20724,
142
+ 22305,
143
+ 22935,
144
+ 27007,
145
+ 30109,
146
+ 30420,
147
+ 33409,
148
+ 34949,
149
+ 40283,
150
+ 40493,
151
+ 40549,
152
+ 47282,
153
+ 49146,
154
+ 50257,
155
+ 50357,
156
+ 50358,
157
+ 50359,
158
+ 50360,
159
+ 50361
160
+ ],
161
+ "torch_dtype": "float32",
162
+ "transformers_version": "4.43.0.dev0",
163
+ "use_cache": true,
164
+ "use_weighted_layer_sum": false,
165
+ "vocab_size": 51864
166
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68d988db3e97873f90fba0170679ca189cc2f20699673dca97479f6794dfaec8
3
+ size 82905412
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/Sep22_16-34-11_user01/events.out.tfevents.1727023308.user01.913636.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b69e384dd07a8f0c092d91a797162323ff5d26f1a775f56b4b84199a0a8361ca
3
+ size 409
runs/Sep22_16-41-56_user01/events.out.tfevents.1727023330.user01.913636.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57d45f53700a29119c593d46611adef7ca14e5c8199e6c29d469e664d67ba868
3
+ size 7315
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7e2a52afdb2cf74ab27891a089ca5ea6a0cffef4e721c3d91316abb1e34245f
3
+ size 5240