CarelvNiekerk commited on
Commit
7efa541
1 Parent(s): 830e958

Upload config

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