LeroyDyer commited on
Commit
d83aecc
·
verified ·
1 Parent(s): 4cc43bc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +239 -2
config.json CHANGED
@@ -1,8 +1,12 @@
1
  {
2
- "_name_or_path": "LeroyDyer/Mixtral_AI_MiniTron_SFT",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
 
 
 
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
  "eos_token_id": 2,
@@ -24,5 +28,238 @@
24
  "transformers_version": "4.38.2",
25
  "unsloth_version": "2024.4",
26
  "use_cache": true,
27
- "vocab_size": 32004
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  }
 
1
  {
2
+ "_name_or_path": "LeroyDyer/Mixtral_AI_MiniModalTron",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
6
+ "auto_map": {
7
+ "AutoConfig": "LeroyDyer/Mixtral_AI_Cyber_2.0--configuration_mistral_advanced.MistralConfig",
8
+ "AutoModelForCausalLM": "LeroyDyer/Mixtral_AI_Cyber_2.0--modeling_mistral_yarn.MistralForCausalLM"
9
+ }
10
  "attention_dropout": 0.0,
11
  "bos_token_id": 1,
12
  "eos_token_id": 2,
 
28
  "transformers_version": "4.38.2",
29
  "unsloth_version": "2024.4",
30
  "use_cache": true,
31
+ "vocab_size": 32004,
32
+ {
33
+ "architectures": [
34
+ "SpeechEncoderDecoderModel"
35
+ ],
36
+ "bos_token_id": 0,
37
+ "decoder": {
38
+ "_name_or_path": "",
39
+ "activation_dropout": 0.1,
40
+ "activation_function": "relu",
41
+ "add_cross_attention": true,
42
+ "architectures": [
43
+ "Speech2TextForConditionalGeneration"
44
+ ],
45
+ "attention_dropout": 0.1,
46
+ "bad_words_ids": null,
47
+ "bos_token_id": 0,
48
+ "chunk_size_feed_forward": 0,
49
+ "classifier_dropout": 0.0,
50
+ "conv_channels": 1024,
51
+ "conv_kernel_sizes": [
52
+ 5,
53
+ 5
54
+ ],
55
+ "d_model": 256,
56
+ "decoder_attention_heads": 4,
57
+ "decoder_ffn_dim": 2048,
58
+ "decoder_layerdrop": 0.0,
59
+ "decoder_layers": 7,
60
+ "decoder_start_token_id": 2,
61
+ "diversity_penalty": 0.0,
62
+ "do_sample": false,
63
+ "dropout": 0.1,
64
+ "early_stopping": true,
65
+ "encoder_attention_heads": 4,
66
+ "encoder_ffn_dim": 2048,
67
+ "encoder_layerdrop": 0.0,
68
+ "encoder_layers": 12,
69
+ "encoder_no_repeat_ngram_size": 0,
70
+ "eos_token_id": 2,
71
+ "finetuning_task": null,
72
+ "forced_bos_token_id": null,
73
+ "forced_eos_token_id": null,
74
+ "gradient_checkpointing": false,
75
+ "id2label": {
76
+ "0": "LABEL_0",
77
+ "1": "LABEL_1"
78
+ },
79
+ "init_std": 0.02,
80
+ "input_channels": 1,
81
+ "input_feat_per_channel": 80,
82
+ "is_decoder": true,
83
+ "is_encoder_decoder": true,
84
+ "label2id": {
85
+ "LABEL_0": 0,
86
+ "LABEL_1": 1
87
+ },
88
+ "length_penalty": 1.0,
89
+ "max_length": 200,
90
+ "max_source_positions": 6000,
91
+ "max_target_positions": 1024,
92
+ "min_length": 0,
93
+ "model_type": "speech_to_text_2",
94
+ "no_repeat_ngram_size": 0,
95
+ "num_beam_groups": 1,
96
+ "num_beams": 5,
97
+ "num_conv_layers": 2,
98
+ "num_hidden_layers": 7,
99
+ "num_return_sequences": 1,
100
+ "output_attentions": false,
101
+ "output_hidden_states": false,
102
+ "output_scores": false,
103
+ "pad_token_id": 1,
104
+ "prefix": null,
105
+ "problem_type": null,
106
+ "pruned_heads": {},
107
+ "remove_invalid_values": false,
108
+ "repetition_penalty": 1.0,
109
+ "return_dict": true,
110
+ "return_dict_in_generate": false,
111
+ "scale_embedding": true,
112
+ "sep_token_id": null,
113
+ "task_specific_params": null,
114
+ "temperature": 1.0,
115
+ "tie_encoder_decoder": false,
116
+ "tie_word_embeddings": false,
117
+ "tokenizer_class": null,
118
+ "top_k": 50,
119
+ "top_p": 1.0,
120
+ "torch_dtype": null,
121
+ "torchscript": false,
122
+ "transformers_version": "4.10.0.dev0",
123
+ "use_bfloat16": false,
124
+ "use_cache": true,
125
+ "vocab_size": 10345
126
+ },
127
+ "encoder": {
128
+ "_name_or_path": "",
129
+ "activation_dropout": 0.1,
130
+ "add_cross_attention": false,
131
+ "apply_spec_augment": true,
132
+ "architectures": [
133
+ "Wav2Vec2ForPreTraining"
134
+ ],
135
+ "attention_dropout": 0.1,
136
+ "bad_words_ids": null,
137
+ "bos_token_id": 1,
138
+ "chunk_size_feed_forward": 0,
139
+ "codevector_dim": 768,
140
+ "contrastive_logits_temperature": 0.1,
141
+ "conv_bias": true,
142
+ "conv_dim": [
143
+ 512,
144
+ 512,
145
+ 512,
146
+ 512,
147
+ 512,
148
+ 512,
149
+ 512
150
+ ],
151
+ "conv_kernel": [
152
+ 10,
153
+ 3,
154
+ 3,
155
+ 3,
156
+ 3,
157
+ 2,
158
+ 2
159
+ ],
160
+ "conv_stride": [
161
+ 5,
162
+ 2,
163
+ 2,
164
+ 2,
165
+ 2,
166
+ 2,
167
+ 2
168
+ ],
169
+ "ctc_loss_reduction": "sum",
170
+ "ctc_zero_infinity": false,
171
+ "decoder_start_token_id": null,
172
+ "diversity_loss_weight": 0.1,
173
+ "diversity_penalty": 0.0,
174
+ "do_sample": false,
175
+ "do_stable_layer_norm": true,
176
+ "early_stopping": false,
177
+ "encoder_no_repeat_ngram_size": 0,
178
+ "eos_token_id": 2,
179
+ "feat_extract_activation": "gelu",
180
+ "feat_extract_dropout": 0.0,
181
+ "feat_extract_norm": "layer",
182
+ "feat_proj_dropout": 0.1,
183
+ "feat_quantizer_dropout": 0.0,
184
+ "final_dropout": 0.1,
185
+ "finetuning_task": null,
186
+ "forced_bos_token_id": null,
187
+ "forced_eos_token_id": null,
188
+ "gradient_checkpointing": false,
189
+ "hidden_act": "gelu",
190
+ "hidden_dropout": 0.1,
191
+ "hidden_dropout_prob": 0.1,
192
+ "hidden_size": 1024,
193
+ "id2label": {
194
+ "0": "LABEL_0",
195
+ "1": "LABEL_1"
196
+ },
197
+ "initializer_range": 0.02,
198
+ "intermediate_size": 4096,
199
+ "is_decoder": false,
200
+ "is_encoder_decoder": false,
201
+ "label2id": {
202
+ "LABEL_0": 0,
203
+ "LABEL_1": 1
204
+ },
205
+ "layer_norm_eps": 1e-05,
206
+ "layerdrop": 0.1,
207
+ "length_penalty": 1.0,
208
+ "mask_feature_length": 10,
209
+ "mask_feature_prob": 0.0,
210
+ "mask_time_length": 10,
211
+ "mask_time_prob": 0.05,
212
+ "max_length": 20,
213
+ "min_length": 0,
214
+ "model_type": "wav2vec2",
215
+ "no_repeat_ngram_size": 0,
216
+ "num_attention_heads": 16,
217
+ "num_beam_groups": 1,
218
+ "num_beams": 1,
219
+ "num_codevector_groups": 2,
220
+ "num_codevectors_per_group": 320,
221
+ "num_conv_pos_embedding_groups": 16,
222
+ "num_conv_pos_embeddings": 128,
223
+ "num_feat_extract_layers": 7,
224
+ "num_hidden_layers": 24,
225
+ "num_negatives": 100,
226
+ "num_return_sequences": 1,
227
+ "output_attentions": false,
228
+ "output_hidden_states": false,
229
+ "output_scores": false,
230
+ "pad_token_id": 0,
231
+ "prefix": null,
232
+ "problem_type": null,
233
+ "proj_codevector_dim": 768,
234
+ "pruned_heads": {},
235
+ "remove_invalid_values": false,
236
+ "repetition_penalty": 1.0,
237
+ "return_dict": true,
238
+ "return_dict_in_generate": false,
239
+ "sep_token_id": null,
240
+ "task_specific_params": null,
241
+ "temperature": 1.0,
242
+ "tie_encoder_decoder": false,
243
+ "tie_word_embeddings": true,
244
+ "tokenizer_class": null,
245
+ "top_k": 50,
246
+ "top_p": 1.0,
247
+ "torch_dtype": null,
248
+ "torchscript": false,
249
+ "transformers_version": "4.10.0.dev0",
250
+ "use_bfloat16": false,
251
+ "vocab_size": 32
252
+ },
253
+ "eos_token_id": 2,
254
+ "feature_extractor_type": "wav2vec2",
255
+ "is_encoder_decoder": true,
256
+ "model_type": "speech-encoder-decoder",
257
+ "pad_token_id": 1,
258
+ "tie_word_embeddings": false,
259
+ "tokenizer_class": "speech_to_text_2",
260
+ "torch_dtype": "float32",
261
+ "transfomers_version": null,
262
+ "num_beams": 5,
263
+ "max_length": 200
264
+ },
265
  }