Pablex commited on
Commit
6aa4485
1 Parent(s): 9590d2c

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +171 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +14 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "finetuning_task": "audio-classification",
29
+ "forced_decoder_ids": [
30
+ [
31
+ 1,
32
+ 50259
33
+ ],
34
+ [
35
+ 2,
36
+ 50359
37
+ ],
38
+ [
39
+ 3,
40
+ 50363
41
+ ]
42
+ ],
43
+ "id2label": {
44
+ "0": "es",
45
+ "1": "en",
46
+ "2": "pt",
47
+ "3": "eu",
48
+ "4": "ca",
49
+ "5": "gl"
50
+ },
51
+ "init_std": 0.02,
52
+ "is_encoder_decoder": true,
53
+ "label2id": {
54
+ "ca": "4",
55
+ "en": "1",
56
+ "es": "0",
57
+ "eu": "3",
58
+ "gl": "5",
59
+ "pt": "2"
60
+ },
61
+ "mask_feature_length": 10,
62
+ "mask_feature_min_masks": 0,
63
+ "mask_feature_prob": 0.0,
64
+ "mask_time_length": 10,
65
+ "mask_time_min_masks": 2,
66
+ "mask_time_prob": 0.05,
67
+ "max_length": 448,
68
+ "max_source_positions": 1500,
69
+ "max_target_positions": 448,
70
+ "median_filter_width": 7,
71
+ "model_type": "whisper",
72
+ "num_hidden_layers": 4,
73
+ "num_mel_bins": 80,
74
+ "pad_token_id": 50257,
75
+ "scale_embedding": false,
76
+ "suppress_tokens": [
77
+ 1,
78
+ 2,
79
+ 7,
80
+ 8,
81
+ 9,
82
+ 10,
83
+ 14,
84
+ 25,
85
+ 26,
86
+ 27,
87
+ 28,
88
+ 29,
89
+ 31,
90
+ 58,
91
+ 59,
92
+ 60,
93
+ 61,
94
+ 62,
95
+ 63,
96
+ 90,
97
+ 91,
98
+ 92,
99
+ 93,
100
+ 359,
101
+ 503,
102
+ 522,
103
+ 542,
104
+ 873,
105
+ 893,
106
+ 902,
107
+ 918,
108
+ 922,
109
+ 931,
110
+ 1350,
111
+ 1853,
112
+ 1982,
113
+ 2460,
114
+ 2627,
115
+ 3246,
116
+ 3253,
117
+ 3268,
118
+ 3536,
119
+ 3846,
120
+ 3961,
121
+ 4183,
122
+ 4667,
123
+ 6585,
124
+ 6647,
125
+ 7273,
126
+ 9061,
127
+ 9383,
128
+ 10428,
129
+ 10929,
130
+ 11938,
131
+ 12033,
132
+ 12331,
133
+ 12562,
134
+ 13793,
135
+ 14157,
136
+ 14635,
137
+ 15265,
138
+ 15618,
139
+ 16553,
140
+ 16604,
141
+ 18362,
142
+ 18956,
143
+ 20075,
144
+ 21675,
145
+ 22520,
146
+ 26130,
147
+ 26161,
148
+ 26435,
149
+ 28279,
150
+ 29464,
151
+ 31650,
152
+ 32302,
153
+ 32470,
154
+ 36865,
155
+ 42863,
156
+ 47425,
157
+ 49870,
158
+ 50254,
159
+ 50258,
160
+ 50358,
161
+ 50359,
162
+ 50360,
163
+ 50361,
164
+ 50362
165
+ ],
166
+ "torch_dtype": "float16",
167
+ "transformers_version": "4.44.1",
168
+ "use_cache": true,
169
+ "use_weighted_layer_sum": false,
170
+ "vocab_size": 51865
171
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e40ee66ff7b5e6c54b7ceb4a0c0b5821b98f77246b899f2bece053283182029
3
+ size 16624260
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bcdede01c800f0f04935eb4dee1b5149b03671fdf4544c6545128df20b8253a
3
+ size 6703