Commit
·
ce8855e
1
Parent(s):
3d0278e
Upload config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -185,7 +185,7 @@
|
|
| 185 |
"intent_classifier": {
|
| 186 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
| 187 |
"ignore_index": -100,
|
| 188 |
-
"input_dim":
|
| 189 |
"intent_label_num": 7,
|
| 190 |
"mode": "intent",
|
| 191 |
"use_intent": true
|
|
@@ -196,13 +196,13 @@
|
|
| 196 |
"input_dim": 128,
|
| 197 |
"intent_label_num": 7,
|
| 198 |
"num_attention_heads": 8,
|
| 199 |
-
"output_dim":
|
| 200 |
"slot_label_num": 72
|
| 201 |
},
|
| 202 |
"slot_classifier": {
|
| 203 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
| 204 |
"ignore_index": -100,
|
| 205 |
-
"input_dim":
|
| 206 |
"mode": "slot",
|
| 207 |
"slot_label_num": 72,
|
| 208 |
"use_slot": true
|
|
|
|
| 185 |
"intent_classifier": {
|
| 186 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
| 187 |
"ignore_index": -100,
|
| 188 |
+
"input_dim": 128,
|
| 189 |
"intent_label_num": 7,
|
| 190 |
"mode": "intent",
|
| 191 |
"use_intent": true
|
|
|
|
| 196 |
"input_dim": 128,
|
| 197 |
"intent_label_num": 7,
|
| 198 |
"num_attention_heads": 8,
|
| 199 |
+
"output_dim": 128,
|
| 200 |
"slot_label_num": 72
|
| 201 |
},
|
| 202 |
"slot_classifier": {
|
| 203 |
"_model_target_": "model.decoder.classifier.LinearClassifier",
|
| 204 |
"ignore_index": -100,
|
| 205 |
+
"input_dim": 128,
|
| 206 |
"mode": "slot",
|
| 207 |
"slot_label_num": 72,
|
| 208 |
"use_slot": true
|