bobbyw commited on
Commit
75cdb51
1 Parent(s): 648c620

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</access_instructions>": 128040,
3
+ "</accommodation>": 128002,
4
+ "</activity>": 128004,
5
+ "</address>": 128026,
6
+ "</arrival_location>": 128006,
7
+ "</attendee>": 128008,
8
+ "</availability>": 128048,
9
+ "</chat_title>": 128060,
10
+ "</check_in_date>": 128056,
11
+ "</context>": 128066,
12
+ "</cost>": 128010,
13
+ "</date>": 128012,
14
+ "</flight_type>": 128044,
15
+ "</itinerary>": 128022,
16
+ "</link>": 128034,
17
+ "</location>": 128014,
18
+ "</metadata>": 128064,
19
+ "</occupancy>": 128038,
20
+ "</participants>": 128058,
21
+ "</person>": 128046,
22
+ "</pickup_location>": 128050,
23
+ "</planner>": 128020,
24
+ "</preference>": 128054,
25
+ "</probability>": 128042,
26
+ "</readable_date>": 128062,
27
+ "</seat>": 128024,
28
+ "</sender>": 128016,
29
+ "</thing_needed>": 128028,
30
+ "</time>": 128018,
31
+ "</travel>": 128030,
32
+ "</trip>": 128036,
33
+ "</type>": 128032,
34
+ "</unstructured_information>": 128052,
35
+ "<access_instructions>": 128039,
36
+ "<accommodation>": 128001,
37
+ "<activity>": 128003,
38
+ "<address>": 128025,
39
+ "<arrival_location>": 128005,
40
+ "<attendee>": 128007,
41
+ "<availability>": 128047,
42
+ "<chat_title>": 128059,
43
+ "<check_in_date>": 128055,
44
+ "<context>": 128065,
45
+ "<cost>": 128009,
46
+ "<date>": 128011,
47
+ "<flight_type>": 128043,
48
+ "<itinerary>": 128021,
49
+ "<link>": 128033,
50
+ "<location>": 128013,
51
+ "<metadata>": 128063,
52
+ "<occupancy>": 128037,
53
+ "<participants>": 128057,
54
+ "<person>": 128045,
55
+ "<pickup_location>": 128049,
56
+ "<planner>": 128019,
57
+ "<preference>": 128053,
58
+ "<probability>": 128041,
59
+ "<readable_date>": 128061,
60
+ "<seat>": 128023,
61
+ "<sender>": 128015,
62
+ "<thing_needed>": 128027,
63
+ "<time>": 128017,
64
+ "<travel>": 128029,
65
+ "<trip>": 128035,
66
+ "<type>": 128031,
67
+ "<unstructured_information>": 128051,
68
+ "[MASK]": 128000
69
+ }
config.json ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-large",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "id2label": {
11
+ "0": "accommodation cost",
12
+ "1": "accommodation planner",
13
+ "2": "accommodation probability",
14
+ "3": "accommodation type",
15
+ "4": "activity attendee",
16
+ "5": "activity cost",
17
+ "6": "activity location",
18
+ "7": "activity planner",
19
+ "8": "activity probability",
20
+ "9": "activity restaurant",
21
+ "10": "attendee itinerary",
22
+ "11": "attendee seat",
23
+ "12": "date attendee",
24
+ "13": "date probability",
25
+ "14": "itinerary probability",
26
+ "15": "location accommodation",
27
+ "16": "location activity",
28
+ "17": "location attendee",
29
+ "18": "location date",
30
+ "19": "location itinerary",
31
+ "20": "location planner",
32
+ "21": "location probability",
33
+ "22": "travel arrival location",
34
+ "23": "travel attendee",
35
+ "24": "travel date",
36
+ "25": "travel probability",
37
+ "26": "travel time",
38
+ "27": "trip attendee",
39
+ "28": "trip location",
40
+ "29": "trip travel",
41
+ "30": "type probability",
42
+ "31": "activity address",
43
+ "32": "activity thing_needed",
44
+ "33": "travel planner",
45
+ "34": "activity time",
46
+ "35": "activity date",
47
+ "36": "accommodation address",
48
+ "37": "accommodation link",
49
+ "38": "trip link",
50
+ "39": "activity link",
51
+ "40": "trip activity",
52
+ "41": "accommodation access_instructions",
53
+ "42": "itinerary date",
54
+ "43": "attendee probability",
55
+ "44": "accommodation attendee",
56
+ "45": "trip accommodation",
57
+ "46": "trip date",
58
+ "47": "attendee date",
59
+ "48": "travel destination",
60
+ "49": "travel flight_type",
61
+ "50": "attendee activity",
62
+ "51": "travel type",
63
+ "52": "accommodation date",
64
+ "53": "itinerary attendee",
65
+ "54": "link attendee",
66
+ "55": "travel cost",
67
+ "56": "date link",
68
+ "57": "attendee accommodation",
69
+ "58": "accommodation occupancy",
70
+ "59": "accommodation location",
71
+ "60": "itinerary link",
72
+ "61": "activity availability",
73
+ "62": "activity pickup_location",
74
+ "63": "accommodation unstructured_information",
75
+ "64": "unstructured_information link",
76
+ "65": "itinerary unstructured_information",
77
+ "66": "activity unstructured_information",
78
+ "67": "activity preference",
79
+ "68": "preference attendee",
80
+ "69": "unstructured_information unstructured_information",
81
+ "70": "activity activity",
82
+ "71": "date unstructured_information",
83
+ "72": "trip itinerary",
84
+ "73": "accommodation preference",
85
+ "74": "date preference",
86
+ "75": "date date",
87
+ "76": "preference preference",
88
+ "77": "trip unstructured_information",
89
+ "78": "attendee attendee",
90
+ "79": "attendee unstructured_information",
91
+ "80": "travel preference",
92
+ "81": "travel unstructured_information",
93
+ "82": "accommodation check_in_date",
94
+ "83": "unstructured_information probability",
95
+ "84": "location unstructured_information",
96
+ "85": "unstructured_information attendee",
97
+ "86": "probability probability",
98
+ "87": "unstructured_information date",
99
+ "88": "attendee travel",
100
+ "89": "cost attendee",
101
+ "90": "trip preference",
102
+ "91": "trip cost",
103
+ "92": "cost probability",
104
+ "93": "location travel",
105
+ "94": "date activity"
106
+ },
107
+ "initializer_range": 0.02,
108
+ "intermediate_size": 4096,
109
+ "label2id": {
110
+ "accommodation access_instructions": 41,
111
+ "accommodation address": 36,
112
+ "accommodation attendee": 44,
113
+ "accommodation check_in_date": 82,
114
+ "accommodation cost": 0,
115
+ "accommodation date": 52,
116
+ "accommodation link": 37,
117
+ "accommodation location": 59,
118
+ "accommodation occupancy": 58,
119
+ "accommodation planner": 1,
120
+ "accommodation preference": 73,
121
+ "accommodation probability": 2,
122
+ "accommodation type": 3,
123
+ "accommodation unstructured_information": 63,
124
+ "activity activity": 70,
125
+ "activity address": 31,
126
+ "activity attendee": 4,
127
+ "activity availability": 61,
128
+ "activity cost": 5,
129
+ "activity date": 35,
130
+ "activity link": 39,
131
+ "activity location": 6,
132
+ "activity pickup_location": 62,
133
+ "activity planner": 7,
134
+ "activity preference": 67,
135
+ "activity probability": 8,
136
+ "activity restaurant": 9,
137
+ "activity thing_needed": 32,
138
+ "activity time": 34,
139
+ "activity unstructured_information": 66,
140
+ "attendee accommodation": 57,
141
+ "attendee activity": 50,
142
+ "attendee attendee": 78,
143
+ "attendee date": 47,
144
+ "attendee itinerary": 10,
145
+ "attendee probability": 43,
146
+ "attendee seat": 11,
147
+ "attendee travel": 88,
148
+ "attendee unstructured_information": 79,
149
+ "cost attendee": 89,
150
+ "cost probability": 92,
151
+ "date activity": 94,
152
+ "date attendee": 12,
153
+ "date date": 75,
154
+ "date link": 56,
155
+ "date preference": 74,
156
+ "date probability": 13,
157
+ "date unstructured_information": 71,
158
+ "itinerary attendee": 53,
159
+ "itinerary date": 42,
160
+ "itinerary link": 60,
161
+ "itinerary probability": 14,
162
+ "itinerary unstructured_information": 65,
163
+ "link attendee": 54,
164
+ "location accommodation": 15,
165
+ "location activity": 16,
166
+ "location attendee": 17,
167
+ "location date": 18,
168
+ "location itinerary": 19,
169
+ "location planner": 20,
170
+ "location probability": 21,
171
+ "location travel": 93,
172
+ "location unstructured_information": 84,
173
+ "preference attendee": 68,
174
+ "preference preference": 76,
175
+ "probability probability": 86,
176
+ "travel arrival location": 22,
177
+ "travel attendee": 23,
178
+ "travel cost": 55,
179
+ "travel date": 24,
180
+ "travel destination": 48,
181
+ "travel flight_type": 49,
182
+ "travel planner": 33,
183
+ "travel preference": 80,
184
+ "travel probability": 25,
185
+ "travel time": 26,
186
+ "travel type": 51,
187
+ "travel unstructured_information": 81,
188
+ "trip accommodation": 45,
189
+ "trip activity": 40,
190
+ "trip attendee": 27,
191
+ "trip cost": 91,
192
+ "trip date": 46,
193
+ "trip itinerary": 72,
194
+ "trip link": 38,
195
+ "trip location": 28,
196
+ "trip preference": 90,
197
+ "trip travel": 29,
198
+ "trip unstructured_information": 77,
199
+ "type probability": 30,
200
+ "unstructured_information attendee": 85,
201
+ "unstructured_information date": 87,
202
+ "unstructured_information link": 64,
203
+ "unstructured_information probability": 83,
204
+ "unstructured_information unstructured_information": 69
205
+ },
206
+ "layer_norm_eps": 1e-07,
207
+ "max_position_embeddings": 512,
208
+ "max_relative_positions": -1,
209
+ "model_type": "deberta-v2",
210
+ "norm_rel_ebd": "layer_norm",
211
+ "num_attention_heads": 16,
212
+ "num_hidden_layers": 24,
213
+ "pad_token_id": 0,
214
+ "pooler_dropout": 0,
215
+ "pooler_hidden_act": "gelu",
216
+ "pooler_hidden_size": 1024,
217
+ "pos_att_type": [
218
+ "p2c",
219
+ "c2p"
220
+ ],
221
+ "position_biased_input": false,
222
+ "position_buckets": 256,
223
+ "problem_type": "multi_label_classification",
224
+ "relative_attention": true,
225
+ "share_att_key": true,
226
+ "torch_dtype": "float32",
227
+ "transformers_version": "4.40.1",
228
+ "type_vocab_size": 0,
229
+ "vocab_size": 128067
230
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a96f68fa05d17b8f58b74a231dc28e4d7862eb5c34548306ac30dfdec12ba01
3
+ size 1740550588
runs/May04_19-37-15_70308d55d777/events.out.tfevents.1714851442.70308d55d777.4482.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01952afe414c94f4924d2bdf38a36bc64f69e75d2e3f9d6a8faef7e014561a9b
3
+ size 11829
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,586 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "128001": {
44
+ "content": "<accommodation>",
45
+ "lstrip": false,
46
+ "normalized": true,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": false
50
+ },
51
+ "128002": {
52
+ "content": "</accommodation>",
53
+ "lstrip": false,
54
+ "normalized": true,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": false
58
+ },
59
+ "128003": {
60
+ "content": "<activity>",
61
+ "lstrip": false,
62
+ "normalized": true,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": false
66
+ },
67
+ "128004": {
68
+ "content": "</activity>",
69
+ "lstrip": false,
70
+ "normalized": true,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": false
74
+ },
75
+ "128005": {
76
+ "content": "<arrival_location>",
77
+ "lstrip": false,
78
+ "normalized": true,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": false
82
+ },
83
+ "128006": {
84
+ "content": "</arrival_location>",
85
+ "lstrip": false,
86
+ "normalized": true,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": false
90
+ },
91
+ "128007": {
92
+ "content": "<attendee>",
93
+ "lstrip": false,
94
+ "normalized": true,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": false
98
+ },
99
+ "128008": {
100
+ "content": "</attendee>",
101
+ "lstrip": false,
102
+ "normalized": true,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": false
106
+ },
107
+ "128009": {
108
+ "content": "<cost>",
109
+ "lstrip": false,
110
+ "normalized": true,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": false
114
+ },
115
+ "128010": {
116
+ "content": "</cost>",
117
+ "lstrip": false,
118
+ "normalized": true,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": false
122
+ },
123
+ "128011": {
124
+ "content": "<date>",
125
+ "lstrip": false,
126
+ "normalized": true,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": false
130
+ },
131
+ "128012": {
132
+ "content": "</date>",
133
+ "lstrip": false,
134
+ "normalized": true,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": false
138
+ },
139
+ "128013": {
140
+ "content": "<location>",
141
+ "lstrip": false,
142
+ "normalized": true,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": false
146
+ },
147
+ "128014": {
148
+ "content": "</location>",
149
+ "lstrip": false,
150
+ "normalized": true,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": false
154
+ },
155
+ "128015": {
156
+ "content": "<sender>",
157
+ "lstrip": false,
158
+ "normalized": true,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": false
162
+ },
163
+ "128016": {
164
+ "content": "</sender>",
165
+ "lstrip": false,
166
+ "normalized": true,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": false
170
+ },
171
+ "128017": {
172
+ "content": "<time>",
173
+ "lstrip": false,
174
+ "normalized": true,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": false
178
+ },
179
+ "128018": {
180
+ "content": "</time>",
181
+ "lstrip": false,
182
+ "normalized": true,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": false
186
+ },
187
+ "128019": {
188
+ "content": "<planner>",
189
+ "lstrip": false,
190
+ "normalized": true,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": false
194
+ },
195
+ "128020": {
196
+ "content": "</planner>",
197
+ "lstrip": false,
198
+ "normalized": true,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": false
202
+ },
203
+ "128021": {
204
+ "content": "<itinerary>",
205
+ "lstrip": false,
206
+ "normalized": true,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": false
210
+ },
211
+ "128022": {
212
+ "content": "</itinerary>",
213
+ "lstrip": false,
214
+ "normalized": true,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": false
218
+ },
219
+ "128023": {
220
+ "content": "<seat>",
221
+ "lstrip": false,
222
+ "normalized": true,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": false
226
+ },
227
+ "128024": {
228
+ "content": "</seat>",
229
+ "lstrip": false,
230
+ "normalized": true,
231
+ "rstrip": false,
232
+ "single_word": false,
233
+ "special": false
234
+ },
235
+ "128025": {
236
+ "content": "<address>",
237
+ "lstrip": false,
238
+ "normalized": true,
239
+ "rstrip": false,
240
+ "single_word": false,
241
+ "special": false
242
+ },
243
+ "128026": {
244
+ "content": "</address>",
245
+ "lstrip": false,
246
+ "normalized": true,
247
+ "rstrip": false,
248
+ "single_word": false,
249
+ "special": false
250
+ },
251
+ "128027": {
252
+ "content": "<thing_needed>",
253
+ "lstrip": false,
254
+ "normalized": true,
255
+ "rstrip": false,
256
+ "single_word": false,
257
+ "special": false
258
+ },
259
+ "128028": {
260
+ "content": "</thing_needed>",
261
+ "lstrip": false,
262
+ "normalized": true,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": false
266
+ },
267
+ "128029": {
268
+ "content": "<travel>",
269
+ "lstrip": false,
270
+ "normalized": true,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": false
274
+ },
275
+ "128030": {
276
+ "content": "</travel>",
277
+ "lstrip": false,
278
+ "normalized": true,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": false
282
+ },
283
+ "128031": {
284
+ "content": "<type>",
285
+ "lstrip": false,
286
+ "normalized": true,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": false
290
+ },
291
+ "128032": {
292
+ "content": "</type>",
293
+ "lstrip": false,
294
+ "normalized": true,
295
+ "rstrip": false,
296
+ "single_word": false,
297
+ "special": false
298
+ },
299
+ "128033": {
300
+ "content": "<link>",
301
+ "lstrip": false,
302
+ "normalized": true,
303
+ "rstrip": false,
304
+ "single_word": false,
305
+ "special": false
306
+ },
307
+ "128034": {
308
+ "content": "</link>",
309
+ "lstrip": false,
310
+ "normalized": true,
311
+ "rstrip": false,
312
+ "single_word": false,
313
+ "special": false
314
+ },
315
+ "128035": {
316
+ "content": "<trip>",
317
+ "lstrip": false,
318
+ "normalized": true,
319
+ "rstrip": false,
320
+ "single_word": false,
321
+ "special": false
322
+ },
323
+ "128036": {
324
+ "content": "</trip>",
325
+ "lstrip": false,
326
+ "normalized": true,
327
+ "rstrip": false,
328
+ "single_word": false,
329
+ "special": false
330
+ },
331
+ "128037": {
332
+ "content": "<occupancy>",
333
+ "lstrip": false,
334
+ "normalized": true,
335
+ "rstrip": false,
336
+ "single_word": false,
337
+ "special": false
338
+ },
339
+ "128038": {
340
+ "content": "</occupancy>",
341
+ "lstrip": false,
342
+ "normalized": true,
343
+ "rstrip": false,
344
+ "single_word": false,
345
+ "special": false
346
+ },
347
+ "128039": {
348
+ "content": "<access_instructions>",
349
+ "lstrip": false,
350
+ "normalized": true,
351
+ "rstrip": false,
352
+ "single_word": false,
353
+ "special": false
354
+ },
355
+ "128040": {
356
+ "content": "</access_instructions>",
357
+ "lstrip": false,
358
+ "normalized": true,
359
+ "rstrip": false,
360
+ "single_word": false,
361
+ "special": false
362
+ },
363
+ "128041": {
364
+ "content": "<probability>",
365
+ "lstrip": false,
366
+ "normalized": true,
367
+ "rstrip": false,
368
+ "single_word": false,
369
+ "special": false
370
+ },
371
+ "128042": {
372
+ "content": "</probability>",
373
+ "lstrip": false,
374
+ "normalized": true,
375
+ "rstrip": false,
376
+ "single_word": false,
377
+ "special": false
378
+ },
379
+ "128043": {
380
+ "content": "<flight_type>",
381
+ "lstrip": false,
382
+ "normalized": true,
383
+ "rstrip": false,
384
+ "single_word": false,
385
+ "special": false
386
+ },
387
+ "128044": {
388
+ "content": "</flight_type>",
389
+ "lstrip": false,
390
+ "normalized": true,
391
+ "rstrip": false,
392
+ "single_word": false,
393
+ "special": false
394
+ },
395
+ "128045": {
396
+ "content": "<person>",
397
+ "lstrip": false,
398
+ "normalized": true,
399
+ "rstrip": false,
400
+ "single_word": false,
401
+ "special": false
402
+ },
403
+ "128046": {
404
+ "content": "</person>",
405
+ "lstrip": false,
406
+ "normalized": true,
407
+ "rstrip": false,
408
+ "single_word": false,
409
+ "special": false
410
+ },
411
+ "128047": {
412
+ "content": "<availability>",
413
+ "lstrip": false,
414
+ "normalized": true,
415
+ "rstrip": false,
416
+ "single_word": false,
417
+ "special": false
418
+ },
419
+ "128048": {
420
+ "content": "</availability>",
421
+ "lstrip": false,
422
+ "normalized": true,
423
+ "rstrip": false,
424
+ "single_word": false,
425
+ "special": false
426
+ },
427
+ "128049": {
428
+ "content": "<pickup_location>",
429
+ "lstrip": false,
430
+ "normalized": true,
431
+ "rstrip": false,
432
+ "single_word": false,
433
+ "special": false
434
+ },
435
+ "128050": {
436
+ "content": "</pickup_location>",
437
+ "lstrip": false,
438
+ "normalized": true,
439
+ "rstrip": false,
440
+ "single_word": false,
441
+ "special": false
442
+ },
443
+ "128051": {
444
+ "content": "<unstructured_information>",
445
+ "lstrip": false,
446
+ "normalized": true,
447
+ "rstrip": false,
448
+ "single_word": false,
449
+ "special": false
450
+ },
451
+ "128052": {
452
+ "content": "</unstructured_information>",
453
+ "lstrip": false,
454
+ "normalized": true,
455
+ "rstrip": false,
456
+ "single_word": false,
457
+ "special": false
458
+ },
459
+ "128053": {
460
+ "content": "<preference>",
461
+ "lstrip": false,
462
+ "normalized": true,
463
+ "rstrip": false,
464
+ "single_word": false,
465
+ "special": false
466
+ },
467
+ "128054": {
468
+ "content": "</preference>",
469
+ "lstrip": false,
470
+ "normalized": true,
471
+ "rstrip": false,
472
+ "single_word": false,
473
+ "special": false
474
+ },
475
+ "128055": {
476
+ "content": "<check_in_date>",
477
+ "lstrip": false,
478
+ "normalized": true,
479
+ "rstrip": false,
480
+ "single_word": false,
481
+ "special": false
482
+ },
483
+ "128056": {
484
+ "content": "</check_in_date>",
485
+ "lstrip": false,
486
+ "normalized": true,
487
+ "rstrip": false,
488
+ "single_word": false,
489
+ "special": false
490
+ },
491
+ "128057": {
492
+ "content": "<participants>",
493
+ "lstrip": false,
494
+ "normalized": true,
495
+ "rstrip": false,
496
+ "single_word": false,
497
+ "special": false
498
+ },
499
+ "128058": {
500
+ "content": "</participants>",
501
+ "lstrip": false,
502
+ "normalized": true,
503
+ "rstrip": false,
504
+ "single_word": false,
505
+ "special": false
506
+ },
507
+ "128059": {
508
+ "content": "<chat_title>",
509
+ "lstrip": false,
510
+ "normalized": true,
511
+ "rstrip": false,
512
+ "single_word": false,
513
+ "special": false
514
+ },
515
+ "128060": {
516
+ "content": "</chat_title>",
517
+ "lstrip": false,
518
+ "normalized": true,
519
+ "rstrip": false,
520
+ "single_word": false,
521
+ "special": false
522
+ },
523
+ "128061": {
524
+ "content": "<readable_date>",
525
+ "lstrip": false,
526
+ "normalized": true,
527
+ "rstrip": false,
528
+ "single_word": false,
529
+ "special": false
530
+ },
531
+ "128062": {
532
+ "content": "</readable_date>",
533
+ "lstrip": false,
534
+ "normalized": true,
535
+ "rstrip": false,
536
+ "single_word": false,
537
+ "special": false
538
+ },
539
+ "128063": {
540
+ "content": "<metadata>",
541
+ "lstrip": false,
542
+ "normalized": true,
543
+ "rstrip": false,
544
+ "single_word": false,
545
+ "special": false
546
+ },
547
+ "128064": {
548
+ "content": "</metadata>",
549
+ "lstrip": false,
550
+ "normalized": true,
551
+ "rstrip": false,
552
+ "single_word": false,
553
+ "special": false
554
+ },
555
+ "128065": {
556
+ "content": "<context>",
557
+ "lstrip": false,
558
+ "normalized": true,
559
+ "rstrip": false,
560
+ "single_word": false,
561
+ "special": false
562
+ },
563
+ "128066": {
564
+ "content": "</context>",
565
+ "lstrip": false,
566
+ "normalized": true,
567
+ "rstrip": false,
568
+ "single_word": false,
569
+ "special": false
570
+ }
571
+ },
572
+ "bos_token": "[CLS]",
573
+ "clean_up_tokenization_spaces": true,
574
+ "cls_token": "[CLS]",
575
+ "do_lower_case": false,
576
+ "eos_token": "[SEP]",
577
+ "mask_token": "[MASK]",
578
+ "model_max_length": 1000000000000000019884624838656,
579
+ "pad_token": "[PAD]",
580
+ "sep_token": "[SEP]",
581
+ "sp_model_kwargs": {},
582
+ "split_by_punct": false,
583
+ "tokenizer_class": "DebertaV2Tokenizer",
584
+ "unk_token": "[UNK]",
585
+ "vocab_type": "spm"
586
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:984bfadd09313b77599d27272c4588f3588602a08864be37e0c2e484fbfaab12
3
+ size 5048