LightChen2333 commited on
Commit
98e04dc
·
1 Parent(s): e4bf7a2

Upload 3 files

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -194,8 +194,10 @@
194
  "_model_target_": "model.decoder.interaction.SlotGatedInteraction",
195
  "dropout_rate": 0.4,
196
  "input_dim": 256,
 
197
  "output_dim": 256,
198
- "remove_slot_attn": false
 
199
  },
200
  "slot_classifier": {
201
  "_model_target_": "model.decoder.classifier.LinearClassifier",
@@ -210,7 +212,8 @@
210
  "_model_target_": "model.encoder.AutoEncoder",
211
  "embedding": {
212
  "dropout_rate": 0.4,
213
- "embedding_dim": 256
 
214
  },
215
  "encoder_name": "lstm",
216
  "lstm": {
 
194
  "_model_target_": "model.decoder.interaction.SlotGatedInteraction",
195
  "dropout_rate": 0.4,
196
  "input_dim": 256,
197
+ "intent_label_num": 7,
198
  "output_dim": 256,
199
+ "remove_slot_attn": false,
200
+ "slot_label_num": 72
201
  },
202
  "slot_classifier": {
203
  "_model_target_": "model.decoder.classifier.LinearClassifier",
 
212
  "_model_target_": "model.encoder.AutoEncoder",
213
  "embedding": {
214
  "dropout_rate": 0.4,
215
+ "embedding_dim": 256,
216
+ "vocab_size": 11767
217
  },
218
  "encoder_name": "lstm",
219
  "lstm": {