fitlemon commited on
Commit
b017e9c
1 Parent(s): 609af72

Training in progress, step 2500

Browse files
config.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-small",
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": 768,
17
+ "decoder_attention_heads": 12,
18
+ "decoder_ffn_dim": 3072,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 12,
21
+ "decoder_start_token_id": 50258,
22
+ "dropout": 0.0,
23
+ "encoder_attention_heads": 12,
24
+ "encoder_ffn_dim": 3072,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 12,
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": "uz",
44
+ "1": "ru",
45
+ "2": "en"
46
+ },
47
+ "init_std": 0.02,
48
+ "is_encoder_decoder": true,
49
+ "label2id": {
50
+ "en": 2,
51
+ "ru": 1,
52
+ "uz": 0
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": 12,
66
+ "num_mel_bins": 80,
67
+ "pad_token_id": 50257,
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
+ 359,
94
+ 503,
95
+ 522,
96
+ 542,
97
+ 873,
98
+ 893,
99
+ 902,
100
+ 918,
101
+ 922,
102
+ 931,
103
+ 1350,
104
+ 1853,
105
+ 1982,
106
+ 2460,
107
+ 2627,
108
+ 3246,
109
+ 3253,
110
+ 3268,
111
+ 3536,
112
+ 3846,
113
+ 3961,
114
+ 4183,
115
+ 4667,
116
+ 6585,
117
+ 6647,
118
+ 7273,
119
+ 9061,
120
+ 9383,
121
+ 10428,
122
+ 10929,
123
+ 11938,
124
+ 12033,
125
+ 12331,
126
+ 12562,
127
+ 13793,
128
+ 14157,
129
+ 14635,
130
+ 15265,
131
+ 15618,
132
+ 16553,
133
+ 16604,
134
+ 18362,
135
+ 18956,
136
+ 20075,
137
+ 21675,
138
+ 22520,
139
+ 26130,
140
+ 26161,
141
+ 26435,
142
+ 28279,
143
+ 29464,
144
+ 31650,
145
+ 32302,
146
+ 32470,
147
+ 36865,
148
+ 42863,
149
+ 47425,
150
+ 49870,
151
+ 50254,
152
+ 50258,
153
+ 50360,
154
+ 50361,
155
+ 50362
156
+ ],
157
+ "torch_dtype": "float32",
158
+ "transformers_version": "4.38.2",
159
+ "use_cache": true,
160
+ "use_weighted_layer_sum": false,
161
+ "vocab_size": 51865
162
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:817e6c3b61f97b2ffd50e4a95b2df86129a3bb5cf3d2fae41e4e965ae6544f43
3
+ size 353427388
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/Mar07_00-23-11_fitlemonPC/events.out.tfevents.1709753001.fitlemonPC.4491.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72c01c5149c3228ec4a80a4a6f4fd606c4a2f8253098482ddef5a611da7accbc
3
+ size 18766
runs/Mar07_00-55-51_fitlemonPC/events.out.tfevents.1709754956.fitlemonPC.18284.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a504b5994497bfee08e9f751f168924559c578b4b8f22576d8896f6af0b5cbe
3
+ size 32666
runs/Mar07_01-31-40_fitlemonPC/events.out.tfevents.1709757105.fitlemonPC.18284.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb482b7262dd312c110fdca09de8d976b7dd5c4b0eb1e43ec5e02281815592cf
3
+ size 6315
runs/Mar07_01-40-46_fitlemonPC/events.out.tfevents.1709757653.fitlemonPC.18284.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:253a943d31392527d053f25d43e48815427f7201098312af08746bd135304f61
3
+ size 6315
runs/Mar07_01-49-39_fitlemonPC/events.out.tfevents.1709758186.fitlemonPC.18284.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2bd6cbb62b91ca0ce8e6284d6c5414fdcb2c18c025499a727c0e073fd6ae58e
3
+ size 6315
runs/Mar07_02-00-35_fitlemonPC/events.out.tfevents.1709758836.fitlemonPC.4496.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e7ccc742ae66c6c2e2faffd19e4d4131a5401097c80dfef49b104ddb133fae1
3
+ size 33035
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1257afedc534b96a2e9045230069f3ad14c01a114e6e51be56b41acc6161ca1
3
+ size 4920