Upload model and config files
Browse files- config.json +121 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "roberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"TransformerForDST"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"dst_class_aux_feats_ds": false,
|
10 |
+
"dst_class_aux_feats_inform": false,
|
11 |
+
"dst_class_labels": 8,
|
12 |
+
"dst_class_loss_ratio": 0.8,
|
13 |
+
"dst_class_types": [
|
14 |
+
"none",
|
15 |
+
"dontcare",
|
16 |
+
"copy_value",
|
17 |
+
"true",
|
18 |
+
"false",
|
19 |
+
"refer",
|
20 |
+
"inform",
|
21 |
+
"request"
|
22 |
+
],
|
23 |
+
"dst_dropout_rate": 0.3,
|
24 |
+
"dst_heads_dropout_rate": 0.0,
|
25 |
+
"dst_max_seq_length": 180,
|
26 |
+
"dst_refer_loss_for_nonpointable": false,
|
27 |
+
"dst_slot_list": [
|
28 |
+
"attraction-address",
|
29 |
+
"attraction-area",
|
30 |
+
"attraction-choice",
|
31 |
+
"attraction-entrance fee",
|
32 |
+
"attraction-name",
|
33 |
+
"attraction-open hours",
|
34 |
+
"attraction-phone",
|
35 |
+
"attraction-postcode",
|
36 |
+
"attraction-type",
|
37 |
+
"attraction-none",
|
38 |
+
"hotel-address",
|
39 |
+
"hotel-area",
|
40 |
+
"hotel-book day",
|
41 |
+
"hotel-book people",
|
42 |
+
"hotel-book stay",
|
43 |
+
"hotel-choice",
|
44 |
+
"hotel-internet",
|
45 |
+
"hotel-name",
|
46 |
+
"hotel-parking",
|
47 |
+
"hotel-phone",
|
48 |
+
"hotel-postcode",
|
49 |
+
"hotel-price range",
|
50 |
+
"hotel-ref",
|
51 |
+
"hotel-stars",
|
52 |
+
"hotel-type",
|
53 |
+
"hotel-none",
|
54 |
+
"taxi-arrive by",
|
55 |
+
"taxi-departure",
|
56 |
+
"taxi-destination",
|
57 |
+
"taxi-leave at",
|
58 |
+
"taxi-phone",
|
59 |
+
"taxi-type",
|
60 |
+
"taxi-none",
|
61 |
+
"restaurant-address",
|
62 |
+
"restaurant-area",
|
63 |
+
"restaurant-book day",
|
64 |
+
"restaurant-book people",
|
65 |
+
"restaurant-book time",
|
66 |
+
"restaurant-choice",
|
67 |
+
"restaurant-food",
|
68 |
+
"restaurant-name",
|
69 |
+
"restaurant-phone",
|
70 |
+
"restaurant-postcode",
|
71 |
+
"restaurant-price range",
|
72 |
+
"restaurant-ref",
|
73 |
+
"restaurant-none",
|
74 |
+
"train-arrive by",
|
75 |
+
"train-book people",
|
76 |
+
"train-choice",
|
77 |
+
"train-day",
|
78 |
+
"train-departure",
|
79 |
+
"train-destination",
|
80 |
+
"train-duration",
|
81 |
+
"train-leave at",
|
82 |
+
"train-price",
|
83 |
+
"train-ref",
|
84 |
+
"train-train id",
|
85 |
+
"train-none",
|
86 |
+
"police-address",
|
87 |
+
"police-name",
|
88 |
+
"police-phone",
|
89 |
+
"police-postcode",
|
90 |
+
"police-none",
|
91 |
+
"hospital-address",
|
92 |
+
"hospital-department",
|
93 |
+
"hospital-phone",
|
94 |
+
"hospital-postcode",
|
95 |
+
"hospital-none",
|
96 |
+
"general-none",
|
97 |
+
"general-bye",
|
98 |
+
"general-thank",
|
99 |
+
"general-greet"
|
100 |
+
],
|
101 |
+
"dst_stack_token_logits": false,
|
102 |
+
"dst_token_loss_for_nonpointable": false,
|
103 |
+
"eos_token_id": 2,
|
104 |
+
"hidden_act": "gelu",
|
105 |
+
"hidden_dropout_prob": 0.1,
|
106 |
+
"hidden_size": 768,
|
107 |
+
"initializer_range": 0.02,
|
108 |
+
"intermediate_size": 3072,
|
109 |
+
"layer_norm_eps": 1e-05,
|
110 |
+
"max_position_embeddings": 514,
|
111 |
+
"model_type": "roberta",
|
112 |
+
"num_attention_heads": 12,
|
113 |
+
"num_hidden_layers": 12,
|
114 |
+
"pad_token_id": 1,
|
115 |
+
"position_embedding_type": "absolute",
|
116 |
+
"torch_dtype": "float32",
|
117 |
+
"transformers_version": "4.18.0",
|
118 |
+
"type_vocab_size": 1,
|
119 |
+
"use_cache": true,
|
120 |
+
"vocab_size": 50265
|
121 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14b1fa04d3cbc62bef431241b00d6fa1d43e4a33fab75f6645db354006e18e8c
|
3 |
+
size 517175007
|