CarelvNiekerk commited on
Commit
151d5a4
1 Parent(s): 48e5e77

Upload config

Browse files
Files changed (1) hide show
  1. config.json +326 -0
config.json ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ConvLab/sumbt-dst-multiwoz21",
3
+ "architectures": [
4
+ "RobertaSetSUMBT"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "candidate_embedding_model_name": "roberta-base",
9
+ "candidate_pooling": "mean",
10
+ "classifier_dropout": null,
11
+ "dev_batch_size": 16,
12
+ "distance_measure": "cosine",
13
+ "domain_ids": {
14
+ "attraction": [
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4,
19
+ 5,
20
+ 6,
21
+ 7,
22
+ 8,
23
+ 9
24
+ ],
25
+ "hospital": [
26
+ 10,
27
+ 11,
28
+ 12,
29
+ 13
30
+ ],
31
+ "hotel": [
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28
47
+ ],
48
+ "police": [
49
+ 58,
50
+ 59,
51
+ 60,
52
+ 61
53
+ ],
54
+ "restaurant": [
55
+ 32,
56
+ 33,
57
+ 34,
58
+ 35,
59
+ 36,
60
+ 37,
61
+ 38,
62
+ 39,
63
+ 40,
64
+ 29,
65
+ 30,
66
+ 31
67
+ ],
68
+ "taxi": [
69
+ 41,
70
+ 42,
71
+ 43,
72
+ 44,
73
+ 45,
74
+ 46
75
+ ],
76
+ "train": [
77
+ 47,
78
+ 48,
79
+ 49,
80
+ 50,
81
+ 51,
82
+ 52,
83
+ 53,
84
+ 54,
85
+ 55,
86
+ 56,
87
+ 57
88
+ ]
89
+ },
90
+ "dropout_rate": 0.3,
91
+ "eos_token_id": 2,
92
+ "freeze_encoder": false,
93
+ "hidden_act": "gelu",
94
+ "hidden_dropout_prob": 0.1,
95
+ "hidden_size": 768,
96
+ "informable_slot_ids": {
97
+ "attraction-area": 2,
98
+ "attraction-name": 5,
99
+ "attraction-type": 9,
100
+ "hospital-department": 11,
101
+ "hotel-area": 15,
102
+ "hotel-book day": 16,
103
+ "hotel-book people": 17,
104
+ "hotel-book stay": 18,
105
+ "hotel-internet": 20,
106
+ "hotel-name": 21,
107
+ "hotel-parking": 22,
108
+ "hotel-price range": 25,
109
+ "hotel-stars": 27,
110
+ "hotel-type": 28,
111
+ "restaurant-area": 30,
112
+ "restaurant-book day": 31,
113
+ "restaurant-book people": 32,
114
+ "restaurant-book time": 33,
115
+ "restaurant-food": 35,
116
+ "restaurant-name": 36,
117
+ "restaurant-price range": 39,
118
+ "taxi-arrive by": 41,
119
+ "taxi-departure": 42,
120
+ "taxi-destination": 43,
121
+ "taxi-leave at": 44,
122
+ "train-arrive by": 47,
123
+ "train-book people": 48,
124
+ "train-day": 50,
125
+ "train-departure": 51,
126
+ "train-destination": 52,
127
+ "train-leave at": 54
128
+ },
129
+ "initializer_range": 0.02,
130
+ "intermediate_size": 3072,
131
+ "label_smoothing": 0.05,
132
+ "layer_norm_eps": 1e-05,
133
+ "loss_function": "labelsmoothing",
134
+ "max_candidate_len": 12,
135
+ "max_dialogue_len": 12,
136
+ "max_position_embeddings": 514,
137
+ "max_slot_len": 12,
138
+ "max_turn_len": 64,
139
+ "model_type": "roberta",
140
+ "nbt_hidden_size": 300,
141
+ "nbt_layers": 1,
142
+ "nbt_type": "gru",
143
+ "num_attention_heads": 12,
144
+ "num_hidden_layers": 12,
145
+ "num_slots": 62,
146
+ "num_values": {
147
+ "attraction-address": 1,
148
+ "attraction-area": 7,
149
+ "attraction-choice": 1,
150
+ "attraction-entrance fee": 1,
151
+ "attraction-name": 156,
152
+ "attraction-open hours": 1,
153
+ "attraction-phone": 1,
154
+ "attraction-postcode": 1,
155
+ "attraction-type": 14,
156
+ "hospital-address": 1,
157
+ "hospital-department": 49,
158
+ "hospital-phone": 1,
159
+ "hospital-postcode": 1,
160
+ "hotel-address": 1,
161
+ "hotel-area": 7,
162
+ "hotel-book day": 9,
163
+ "hotel-book people": 12,
164
+ "hotel-book stay": 12,
165
+ "hotel-choice": 1,
166
+ "hotel-internet": 5,
167
+ "hotel-name": 72,
168
+ "hotel-parking": 5,
169
+ "hotel-phone": 1,
170
+ "hotel-postcode": 1,
171
+ "hotel-price range": 5,
172
+ "hotel-ref": 1,
173
+ "hotel-stars": 8,
174
+ "hotel-type": 5,
175
+ "police-address": 1,
176
+ "police-name": 1,
177
+ "police-phone": 1,
178
+ "police-postcode": 1,
179
+ "restaurant-address": 1,
180
+ "restaurant-area": 7,
181
+ "restaurant-book day": 9,
182
+ "restaurant-book people": 12,
183
+ "restaurant-book time": 290,
184
+ "restaurant-choice": 1,
185
+ "restaurant-food": 103,
186
+ "restaurant-name": 185,
187
+ "restaurant-phone": 1,
188
+ "restaurant-postcode": 1,
189
+ "restaurant-price range": 5,
190
+ "restaurant-ref": 1,
191
+ "taxi-arrive by": 290,
192
+ "taxi-departure": 255,
193
+ "taxi-destination": 253,
194
+ "taxi-leave at": 290,
195
+ "taxi-phone": 1,
196
+ "taxi-type": 1,
197
+ "train-arrive by": 290,
198
+ "train-book people": 12,
199
+ "train-choice": 1,
200
+ "train-day": 9,
201
+ "train-departure": 32,
202
+ "train-destination": 28,
203
+ "train-duration": 1,
204
+ "train-leave at": 290,
205
+ "train-price": 1,
206
+ "train-ref": 1,
207
+ "train-train id": 1
208
+ },
209
+ "pad_token_id": 1,
210
+ "position_embedding_type": "absolute",
211
+ "predict_actions": false,
212
+ "requestable_slot_ids": {
213
+ "attraction-address": 1,
214
+ "attraction-area": 2,
215
+ "attraction-entrance fee": 4,
216
+ "attraction-phone": 7,
217
+ "attraction-postcode": 8,
218
+ "attraction-type": 9,
219
+ "hospital-address": 10,
220
+ "hospital-phone": 12,
221
+ "hospital-postcode": 13,
222
+ "hotel-address": 14,
223
+ "hotel-area": 15,
224
+ "hotel-internet": 20,
225
+ "hotel-parking": 22,
226
+ "hotel-phone": 23,
227
+ "hotel-postcode": 24,
228
+ "hotel-price range": 25,
229
+ "hotel-ref": 26,
230
+ "hotel-stars": 27,
231
+ "hotel-type": 28,
232
+ "police-address": 58,
233
+ "police-phone": 60,
234
+ "police-postcode": 61,
235
+ "restaurant-address": 29,
236
+ "restaurant-area": 30,
237
+ "restaurant-food": 35,
238
+ "restaurant-phone": 37,
239
+ "restaurant-postcode": 38,
240
+ "restaurant-price range": 39,
241
+ "restaurant-ref": 40,
242
+ "taxi-phone": 45,
243
+ "taxi-type": 46,
244
+ "train-arrive by": 47,
245
+ "train-duration": 53,
246
+ "train-leave at": 54,
247
+ "train-price": 55,
248
+ "train-ref": 56,
249
+ "train-train id": 57
250
+ },
251
+ "rnn_zero_init": false,
252
+ "seed": 0,
253
+ "set_similarity": false,
254
+ "slot_attention_heads": 12,
255
+ "slot_ids": {
256
+ "attraction-address": 1,
257
+ "attraction-area": 2,
258
+ "attraction-choice": 3,
259
+ "attraction-entrance fee": 4,
260
+ "attraction-name": 5,
261
+ "attraction-open hours": 6,
262
+ "attraction-phone": 7,
263
+ "attraction-postcode": 8,
264
+ "attraction-type": 9,
265
+ "hospital-address": 10,
266
+ "hospital-department": 11,
267
+ "hospital-phone": 12,
268
+ "hospital-postcode": 13,
269
+ "hotel-address": 14,
270
+ "hotel-area": 15,
271
+ "hotel-book day": 16,
272
+ "hotel-book people": 17,
273
+ "hotel-book stay": 18,
274
+ "hotel-choice": 19,
275
+ "hotel-internet": 20,
276
+ "hotel-name": 21,
277
+ "hotel-parking": 22,
278
+ "hotel-phone": 23,
279
+ "hotel-postcode": 24,
280
+ "hotel-price range": 25,
281
+ "hotel-ref": 26,
282
+ "hotel-stars": 27,
283
+ "hotel-type": 28,
284
+ "police-address": 58,
285
+ "police-name": 59,
286
+ "police-phone": 60,
287
+ "police-postcode": 61,
288
+ "restaurant-address": 29,
289
+ "restaurant-area": 30,
290
+ "restaurant-book day": 31,
291
+ "restaurant-book people": 32,
292
+ "restaurant-book time": 33,
293
+ "restaurant-choice": 34,
294
+ "restaurant-food": 35,
295
+ "restaurant-name": 36,
296
+ "restaurant-phone": 37,
297
+ "restaurant-postcode": 38,
298
+ "restaurant-price range": 39,
299
+ "restaurant-ref": 40,
300
+ "taxi-arrive by": 41,
301
+ "taxi-departure": 42,
302
+ "taxi-destination": 43,
303
+ "taxi-leave at": 44,
304
+ "taxi-phone": 45,
305
+ "taxi-type": 46,
306
+ "train-arrive by": 47,
307
+ "train-book people": 48,
308
+ "train-choice": 49,
309
+ "train-day": 50,
310
+ "train-departure": 51,
311
+ "train-destination": 52,
312
+ "train-duration": 53,
313
+ "train-leave at": 54,
314
+ "train-price": 55,
315
+ "train-ref": 56,
316
+ "train-train id": 57
317
+ },
318
+ "test_batch_size": 16,
319
+ "torch_dtype": "float32",
320
+ "train_batch_size": 3,
321
+ "transformers_version": "4.24.0",
322
+ "type_vocab_size": 1,
323
+ "use_cache": true,
324
+ "use_descriptions": true,
325
+ "vocab_size": 50265
326
+ }