File size: 2,418 Bytes
8fde2c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
  "model_type": "tiny-sql-gpt",
  "cfg": {
    "name": "tiny",
    "vocab_size": 155,
    "block_size": 64,
    "n_layer": 4,
    "n_head": 4,
    "n_embd": 128,
    "dropout": 0.0
  },
  "itos": [
    "'ads'",
    "'affiliate'",
    "'air'",
    "'annual'",
    "'atlanta'",
    "'austin'",
    "'backorder'",
    "'basic'",
    "'boston'",
    "'bronze'",
    "'business'",
    "'cancelled'",
    "'central'",
    "'chicago'",
    "'closed'",
    "'coastal'",
    "'cog'",
    "'courier'",
    "'critical'",
    "'custom'",
    "'deferred'",
    "'denver'",
    "'dhl'",
    "'direct'",
    "'doohickey'",
    "'draft'",
    "'east'",
    "'education'",
    "'email'",
    "'enterprise'",
    "'escalated'",
    "'events'",
    "'fedex'",
    "'free'",
    "'freight'",
    "'fy'",
    "'gadget'",
    "'gizmo'",
    "'gold'",
    "'government'",
    "'h1'",
    "'h2'",
    "'high'",
    "'inland'",
    "'kiosk'",
    "'legacy'",
    "'lever'",
    "'local'",
    "'low'",
    "'medium'",
    "'mobile'",
    "'monthly'",
    "'north'",
    "'northeast'",
    "'online'",
    "'open'",
    "'organic'",
    "'outbound'",
    "'partner'",
    "'pending'",
    "'phoenix'",
    "'phone'",
    "'platinum'",
    "'portland'",
    "'premium'",
    "'pro'",
    "'q1'",
    "'q2'",
    "'q3'",
    "'q4'",
    "'referral'",
    "'reseller'",
    "'retail'",
    "'returned'",
    "'routine'",
    "'search'",
    "'seattle'",
    "'shipped'",
    "'silver'",
    "'smb'",
    "'social'",
    "'south'",
    "'sprocket'",
    "'starter'",
    "'store'",
    "'team'",
    "'trial'",
    "'ups'",
    "'urgent'",
    "'usps'",
    "'valve'",
    "'web'",
    "'west'",
    "'wholesale'",
    "'widget'",
    "'ytd'",
    "(",
    ")",
    "*",
    ",",
    "1",
    "10",
    "100",
    "1000",
    "1500",
    "20",
    "200",
    "2000",
    "25",
    "250",
    "3",
    "5",
    "50",
    "500",
    "750",
    ";",
    "<s>",
    "=",
    ">",
    "AND",
    "AVG",
    "BY",
    "COUNT",
    "DESC",
    "FROM",
    "GROUP",
    "LIMIT",
    "MAX",
    "MIN",
    "ORDER",
    "SELECT",
    "SUM",
    "WHERE",
    "age",
    "carrier",
    "channel",
    "city",
    "customers",
    "day",
    "items",
    "orders",
    "plan",
    "price",
    "priority",
    "product",
    "qty",
    "quarter",
    "region",
    "sales",
    "segment",
    "source",
    "spend",
    "status",
    "tier",
    "total"
  ]
}