LightChen2333 commited on
Commit
6ca36b5
1 Parent(s): e3963b9

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -3
config.json CHANGED
@@ -318,7 +318,9 @@
318
  "_model_target_": "model.decoder.interaction.BiModelInteraction",
319
  "dropout_rate": 0.4,
320
  "input_dim": 512,
321
- "output_dim": 256
 
 
322
  },
323
  "slot_classifier": {
324
  "_model_target_": "model.decoder.classifier.LinearClassifier",
@@ -335,7 +337,8 @@
335
  "_model_target_": "model.encoder.AutoEncoder",
336
  "embedding": {
337
  "dropout_rate": 0.4,
338
- "embedding_dim": 256
 
339
  },
340
  "encoder_name": "lstm",
341
  "lstm": {
@@ -352,7 +355,8 @@
352
  "_model_target_": "model.encoder.AutoEncoder",
353
  "embedding": {
354
  "dropout_rate": 0.4,
355
- "embedding_dim": 256
 
356
  },
357
  "encoder_name": "lstm",
358
  "lstm": {
 
318
  "_model_target_": "model.decoder.interaction.BiModelInteraction",
319
  "dropout_rate": 0.4,
320
  "input_dim": 512,
321
+ "intent_label_num": 21,
322
+ "output_dim": 256,
323
+ "slot_label_num": 120
324
  },
325
  "slot_classifier": {
326
  "_model_target_": "model.decoder.classifier.LinearClassifier",
 
337
  "_model_target_": "model.encoder.AutoEncoder",
338
  "embedding": {
339
  "dropout_rate": 0.4,
340
+ "embedding_dim": 256,
341
+ "vocab_size": 900
342
  },
343
  "encoder_name": "lstm",
344
  "lstm": {
 
355
  "_model_target_": "model.encoder.AutoEncoder",
356
  "embedding": {
357
  "dropout_rate": 0.4,
358
+ "embedding_dim": 256,
359
+ "vocab_size": 900
360
  },
361
  "encoder_name": "lstm",
362
  "lstm": {