naot97 commited on
Commit
20a27a9
·
1 Parent(s): 8991bb0

Upload model

Browse files
Files changed (2) hide show
  1. config.json +166 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-base",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "apply_spec_augment": false,
6
+ "architectures": [
7
+ "WhisperModel"
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": 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": 50258,
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": 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
+ "init_std": 0.02,
43
+ "is_encoder_decoder": true,
44
+ "mask_feature_length": 10,
45
+ "mask_feature_min_masks": 0,
46
+ "mask_feature_prob": 0.0,
47
+ "mask_time_length": 10,
48
+ "mask_time_min_masks": 2,
49
+ "mask_time_prob": 0.05,
50
+ "max_length": 448,
51
+ "max_source_positions": 1500,
52
+ "max_target_positions": 448,
53
+ "median_filter_width": 7,
54
+ "model_type": "whisper",
55
+ "num_hidden_layers": 6,
56
+ "num_mel_bins": 80,
57
+ "pad_token_id": 50257,
58
+ "quantization_config": {
59
+ "bnb_4bit_compute_dtype": "float32",
60
+ "bnb_4bit_quant_type": "fp4",
61
+ "bnb_4bit_use_double_quant": false,
62
+ "llm_int8_enable_fp32_cpu_offload": false,
63
+ "llm_int8_has_fp16_weight": false,
64
+ "llm_int8_skip_modules": null,
65
+ "llm_int8_threshold": 6.0,
66
+ "load_in_4bit": false,
67
+ "load_in_8bit": true,
68
+ "quant_method": "bitsandbytes"
69
+ },
70
+ "scale_embedding": false,
71
+ "suppress_tokens": [
72
+ 1,
73
+ 2,
74
+ 7,
75
+ 8,
76
+ 9,
77
+ 10,
78
+ 14,
79
+ 25,
80
+ 26,
81
+ 27,
82
+ 28,
83
+ 29,
84
+ 31,
85
+ 58,
86
+ 59,
87
+ 60,
88
+ 61,
89
+ 62,
90
+ 63,
91
+ 90,
92
+ 91,
93
+ 92,
94
+ 93,
95
+ 359,
96
+ 503,
97
+ 522,
98
+ 542,
99
+ 873,
100
+ 893,
101
+ 902,
102
+ 918,
103
+ 922,
104
+ 931,
105
+ 1350,
106
+ 1853,
107
+ 1982,
108
+ 2460,
109
+ 2627,
110
+ 3246,
111
+ 3253,
112
+ 3268,
113
+ 3536,
114
+ 3846,
115
+ 3961,
116
+ 4183,
117
+ 4667,
118
+ 6585,
119
+ 6647,
120
+ 7273,
121
+ 9061,
122
+ 9383,
123
+ 10428,
124
+ 10929,
125
+ 11938,
126
+ 12033,
127
+ 12331,
128
+ 12562,
129
+ 13793,
130
+ 14157,
131
+ 14635,
132
+ 15265,
133
+ 15618,
134
+ 16553,
135
+ 16604,
136
+ 18362,
137
+ 18956,
138
+ 20075,
139
+ 21675,
140
+ 22520,
141
+ 26130,
142
+ 26161,
143
+ 26435,
144
+ 28279,
145
+ 29464,
146
+ 31650,
147
+ 32302,
148
+ 32470,
149
+ 36865,
150
+ 42863,
151
+ 47425,
152
+ 49870,
153
+ 50254,
154
+ 50258,
155
+ 50358,
156
+ 50359,
157
+ 50360,
158
+ 50361,
159
+ 50362
160
+ ],
161
+ "torch_dtype": "float16",
162
+ "transformers_version": "4.32.0",
163
+ "use_cache": true,
164
+ "use_weighted_layer_sum": false,
165
+ "vocab_size": 51865
166
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72906dd8640b13d92e1854f9352e50ccb07dc105b403c84229738f5367f04fca
3
+ size 101531169