susnato commited on
Commit
be586e8
1 Parent(s): 12b255e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -6
config.json CHANGED
@@ -72,8 +72,6 @@
72
  "use_rotary_embedding": true,
73
  "summary_type": "mean"
74
  },
75
- "text_config_dict": null,
76
- "transformers_version": null,
77
  "speech_config": {
78
  "_name_or_path": "",
79
  "add_cross_attention": false,
@@ -140,8 +138,7 @@
140
  "use_rotary_embedding": true,
141
  "summary_type": "mean"
142
  },
143
- "speech_config_dict": null,
144
- "autoregressive_config": {
145
  "initializer_factor": 1.0,
146
  "activation_function": "gelu_new",
147
  "attn_pdrop": 0.1,
@@ -165,7 +162,7 @@
165
  "summary_type": "cls_index",
166
  "summary_use_proj": true,
167
  "vocab_size": 8194,
168
- "feature_size": 80
 
169
  },
170
- "autoregressive_config_dict": null
171
  }
 
72
  "use_rotary_embedding": true,
73
  "summary_type": "mean"
74
  },
 
 
75
  "speech_config": {
76
  "_name_or_path": "",
77
  "add_cross_attention": false,
 
138
  "use_rotary_embedding": true,
139
  "summary_type": "mean"
140
  },
141
+ "decoder_config": {
 
142
  "initializer_factor": 1.0,
143
  "activation_function": "gelu_new",
144
  "attn_pdrop": 0.1,
 
162
  "summary_type": "cls_index",
163
  "summary_use_proj": true,
164
  "vocab_size": 8194,
165
+ "feature_size": 80,
166
+ "decoder_fixing_codes": [83, 45, 45, 248]
167
  },
 
168
  }