tuanio commited on
Commit
8bdb291
1 Parent(s): 6245980

Upload folder using huggingface_hub (#1)

Browse files

- 03120af3f5789fa5944ae00199cc18602068416f701acaac2155e536916137e9 (c429f0c996a31cd9d782743929ad8641ae2b4702)

Files changed (3) hide show
  1. config.json +147 -0
  2. preprocessor_config.json +14 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-small.en",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "apply_spec_augment": false,
6
+ "architectures": [
7
+ "WhisperEncoder"
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": 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": 50257,
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": 50256,
28
+ "forced_decoder_ids": [
29
+ [
30
+ 1,
31
+ 50362
32
+ ]
33
+ ],
34
+ "init_std": 0.02,
35
+ "is_encoder_decoder": true,
36
+ "mask_feature_length": 10,
37
+ "mask_feature_min_masks": 0,
38
+ "mask_feature_prob": 0.0,
39
+ "mask_time_length": 10,
40
+ "mask_time_min_masks": 2,
41
+ "mask_time_prob": 0.05,
42
+ "max_length": 448,
43
+ "max_source_positions": 1500,
44
+ "max_target_positions": 448,
45
+ "model_type": "whisper",
46
+ "num_hidden_layers": 12,
47
+ "num_mel_bins": 80,
48
+ "pad_token_id": 50256,
49
+ "scale_embedding": false,
50
+ "suppress_tokens": [
51
+ 1,
52
+ 2,
53
+ 7,
54
+ 8,
55
+ 9,
56
+ 10,
57
+ 14,
58
+ 25,
59
+ 26,
60
+ 27,
61
+ 28,
62
+ 29,
63
+ 31,
64
+ 58,
65
+ 59,
66
+ 60,
67
+ 61,
68
+ 62,
69
+ 63,
70
+ 90,
71
+ 91,
72
+ 92,
73
+ 93,
74
+ 357,
75
+ 366,
76
+ 438,
77
+ 532,
78
+ 685,
79
+ 705,
80
+ 796,
81
+ 930,
82
+ 1058,
83
+ 1220,
84
+ 1267,
85
+ 1279,
86
+ 1303,
87
+ 1343,
88
+ 1377,
89
+ 1391,
90
+ 1635,
91
+ 1782,
92
+ 1875,
93
+ 2162,
94
+ 2361,
95
+ 2488,
96
+ 3467,
97
+ 4008,
98
+ 4211,
99
+ 4600,
100
+ 4808,
101
+ 5299,
102
+ 5855,
103
+ 6329,
104
+ 7203,
105
+ 9609,
106
+ 9959,
107
+ 10563,
108
+ 10786,
109
+ 11420,
110
+ 11709,
111
+ 11907,
112
+ 13163,
113
+ 13697,
114
+ 13700,
115
+ 14808,
116
+ 15306,
117
+ 16410,
118
+ 16791,
119
+ 17992,
120
+ 19203,
121
+ 19510,
122
+ 20724,
123
+ 22305,
124
+ 22935,
125
+ 27007,
126
+ 30109,
127
+ 30420,
128
+ 33409,
129
+ 34949,
130
+ 40283,
131
+ 40493,
132
+ 40549,
133
+ 47282,
134
+ 49146,
135
+ 50257,
136
+ 50357,
137
+ 50358,
138
+ 50359,
139
+ 50360,
140
+ 50361
141
+ ],
142
+ "torch_dtype": "float32",
143
+ "transformers_version": "4.30.2",
144
+ "use_cache": true,
145
+ "use_weighted_layer_sum": false,
146
+ "vocab_size": 51864
147
+ }
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:7ec2151d4736026d611718ac5d173def2db3c15b6aafb964d499457448acc0fc
3
+ size 352674233