LightChen2333
commited on
Commit
·
ec92b5c
1
Parent(s):
9570d67
Upload 3 files
Browse files- config.json +5 -2
config.json
CHANGED
@@ -318,8 +318,10 @@
|
|
318 |
"_model_target_": "model.decoder.interaction.SlotGatedInteraction",
|
319 |
"dropout_rate": 0.4,
|
320 |
"input_dim": 256,
|
|
|
321 |
"output_dim": 256,
|
322 |
-
"remove_slot_attn": false
|
|
|
323 |
},
|
324 |
"slot_classifier": {
|
325 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
@@ -334,7 +336,8 @@
|
|
334 |
"_model_target_": "model.encoder.AutoEncoder",
|
335 |
"embedding": {
|
336 |
"dropout_rate": 0.4,
|
337 |
-
"embedding_dim": 256
|
|
|
338 |
},
|
339 |
"encoder_name": "lstm",
|
340 |
"lstm": {
|
|
|
318 |
"_model_target_": "model.decoder.interaction.SlotGatedInteraction",
|
319 |
"dropout_rate": 0.4,
|
320 |
"input_dim": 256,
|
321 |
+
"intent_label_num": 21,
|
322 |
"output_dim": 256,
|
323 |
+
"remove_slot_attn": false,
|
324 |
+
"slot_label_num": 120
|
325 |
},
|
326 |
"slot_classifier": {
|
327 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
|
|
336 |
"_model_target_": "model.encoder.AutoEncoder",
|
337 |
"embedding": {
|
338 |
"dropout_rate": 0.4,
|
339 |
+
"embedding_dim": 256,
|
340 |
+
"vocab_size": 900
|
341 |
},
|
342 |
"encoder_name": "lstm",
|
343 |
"lstm": {
|