LightChen2333 commited on
Commit
f12943f
·
1 Parent(s): 3c09d57

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.DCANetInteraction",
195
  "attention_dropout": 0.4,
196
  "input_dim": 128,
 
197
  "num_attention_heads": 8,
198
- "output_dim": "{model.encoder.output_dim}"
 
199
  },
200
  "slot_classifier": {
201
  "_model_target_": "model.decoder.classifier.LinearClassifier",
@@ -211,7 +213,8 @@
211
  "embedding": {
212
  "dropout_rate": 0.4,
213
  "embedding_dim": 300,
214
- "load_embedding_name": "glove.6B.300d.txt"
 
215
  },
216
  "encoder_name": "lstm",
217
  "lstm": {
 
194
  "_model_target_": "model.decoder.interaction.DCANetInteraction",
195
  "attention_dropout": 0.4,
196
  "input_dim": 128,
197
+ "intent_label_num": 7,
198
  "num_attention_heads": 8,
199
+ "output_dim": "{model.encoder.output_dim}",
200
+ "slot_label_num": 72
201
  },
202
  "slot_classifier": {
203
  "_model_target_": "model.decoder.classifier.LinearClassifier",
 
213
  "embedding": {
214
  "dropout_rate": 0.4,
215
  "embedding_dim": 300,
216
+ "load_embedding_name": "glove.6B.300d.txt",
217
+ "vocab_size": 11767
218
  },
219
  "encoder_name": "lstm",
220
  "lstm": {