LightChen2333
commited on
Commit
•
21e13da
1
Parent(s):
f9154dd
Upload config.json
Browse files- config.json +2 -0
config.json
CHANGED
@@ -310,6 +310,7 @@
|
|
310 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
311 |
"ignore_index": -100,
|
312 |
"input_dim": 768,
|
|
|
313 |
"mode": "intent",
|
314 |
"use_intent": true
|
315 |
},
|
@@ -318,6 +319,7 @@
|
|
318 |
"ignore_index": -100,
|
319 |
"input_dim": 768,
|
320 |
"mode": "slot",
|
|
|
321 |
"use_slot": true
|
322 |
}
|
323 |
},
|
|
|
310 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
311 |
"ignore_index": -100,
|
312 |
"input_dim": 768,
|
313 |
+
"intent_label_num": 21,
|
314 |
"mode": "intent",
|
315 |
"use_intent": true
|
316 |
},
|
|
|
319 |
"ignore_index": -100,
|
320 |
"input_dim": 768,
|
321 |
"mode": "slot",
|
322 |
+
"slot_label_num": 120,
|
323 |
"use_slot": true
|
324 |
}
|
325 |
},
|