thiagobarbosa commited on
Commit
3ad5bcb
1 Parent(s): 6ab7367

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "WhisperForConditionalGeneration"
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
+ "dropout_rate": 0,
24
+ "encoder_attention_heads": 12,
25
+ "encoder_ffn_dim": 3072,
26
+ "encoder_layerdrop": 0.0,
27
+ "encoder_layers": 12,
28
+ "eos_token_id": 50257,
29
+ "forced_decoder_ids": [
30
+ [
31
+ 1,
32
+ 50259
33
+ ],
34
+ [
35
+ 2,
36
+ 50359
37
+ ],
38
+ [
39
+ 3,
40
+ 50363
41
+ ]
42
+ ],
43
+ "init_std": 0.02,
44
+ "is_encoder_decoder": true,
45
+ "mask_feature_length": 10,
46
+ "mask_feature_min_masks": 0,
47
+ "mask_feature_prob": 0.0,
48
+ "mask_time_length": 10,
49
+ "mask_time_min_masks": 2,
50
+ "mask_time_prob": 0.05,
51
+ "max_length": 448,
52
+ "max_source_positions": 1500,
53
+ "max_target_positions": 448,
54
+ "median_filter_width": 7,
55
+ "model_type": "whisper",
56
+ "num_hidden_layers": 12,
57
+ "num_mel_bins": 80,
58
+ "pad_token_id": 50257,
59
+ "scale_embedding": false,
60
+ "suppress_tokens": [
61
+ 1,
62
+ 2,
63
+ 7,
64
+ 8,
65
+ 9,
66
+ 10,
67
+ 14,
68
+ 25,
69
+ 26,
70
+ 27,
71
+ 28,
72
+ 29,
73
+ 31,
74
+ 58,
75
+ 59,
76
+ 60,
77
+ 61,
78
+ 62,
79
+ 63,
80
+ 90,
81
+ 91,
82
+ 92,
83
+ 93,
84
+ 359,
85
+ 503,
86
+ 522,
87
+ 542,
88
+ 873,
89
+ 893,
90
+ 902,
91
+ 918,
92
+ 922,
93
+ 931,
94
+ 1350,
95
+ 1853,
96
+ 1982,
97
+ 2460,
98
+ 2627,
99
+ 3246,
100
+ 3253,
101
+ 3268,
102
+ 3536,
103
+ 3846,
104
+ 3961,
105
+ 4183,
106
+ 4667,
107
+ 6585,
108
+ 6647,
109
+ 7273,
110
+ 9061,
111
+ 9383,
112
+ 10428,
113
+ 10929,
114
+ 11938,
115
+ 12033,
116
+ 12331,
117
+ 12562,
118
+ 13793,
119
+ 14157,
120
+ 14635,
121
+ 15265,
122
+ 15618,
123
+ 16553,
124
+ 16604,
125
+ 18362,
126
+ 18956,
127
+ 20075,
128
+ 21675,
129
+ 22520,
130
+ 26130,
131
+ 26161,
132
+ 26435,
133
+ 28279,
134
+ 29464,
135
+ 31650,
136
+ 32302,
137
+ 32470,
138
+ 36865,
139
+ 42863,
140
+ 47425,
141
+ 49870,
142
+ 50254,
143
+ 50258,
144
+ 50360,
145
+ 50361,
146
+ 50362
147
+ ],
148
+ "torch_dtype": "float32",
149
+ "transformers_version": "4.36.2",
150
+ "use_cache": false,
151
+ "use_weighted_layer_sum": false,
152
+ "vocab_size": 51865
153
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc01bb432032fb7482af86d033988afc63b5746d1b0f9b5d61e51987c6d8fc0
3
+ size 967103174
runs/Feb02_00-28-22_instance-20240127-222332/events.out.tfevents.1706839129.instance-20240127-222332 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d7b0e5b464d117123cbc13fa7f7485b9ba38928e5f8679bd0226bd0abb93757
3
+ size 9293
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98e916ea1ffe91415d415ab8ee257408046136fb4db78cecc12bfb54401014da
3
+ size 4920