LightChen2333
commited on
Commit
·
755b223
1
Parent(s):
61ac9c3
Upload config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -309,7 +309,7 @@
|
|
309 |
"intent_classifier": {
|
310 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
311 |
"ignore_index": -100,
|
312 |
-
"input_dim":
|
313 |
"intent_label_num": 21,
|
314 |
"mode": "intent",
|
315 |
"use_intent": true
|
@@ -320,13 +320,13 @@
|
|
320 |
"input_dim": 128,
|
321 |
"intent_label_num": 21,
|
322 |
"num_attention_heads": 8,
|
323 |
-
"output_dim":
|
324 |
"slot_label_num": 120
|
325 |
},
|
326 |
"slot_classifier": {
|
327 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
328 |
"ignore_index": -100,
|
329 |
-
"input_dim":
|
330 |
"mode": "slot",
|
331 |
"slot_label_num": 120,
|
332 |
"use_slot": true
|
|
|
309 |
"intent_classifier": {
|
310 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
311 |
"ignore_index": -100,
|
312 |
+
"input_dim": 128,
|
313 |
"intent_label_num": 21,
|
314 |
"mode": "intent",
|
315 |
"use_intent": true
|
|
|
320 |
"input_dim": 128,
|
321 |
"intent_label_num": 21,
|
322 |
"num_attention_heads": 8,
|
323 |
+
"output_dim": 128,
|
324 |
"slot_label_num": 120
|
325 |
},
|
326 |
"slot_classifier": {
|
327 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
328 |
"ignore_index": -100,
|
329 |
+
"input_dim": 128,
|
330 |
"mode": "slot",
|
331 |
"slot_label_num": 120,
|
332 |
"use_slot": true
|