aagzamov commited on
Commit
f7d2c7f
·
verified ·
1 Parent(s): b8013b3

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +15 -0
  2. ckpt.pt +3 -0
  3. vocab.json +320 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: pytorch
3
+ tags:
4
+ - chatbot
5
+ - tiny-llm
6
+ - faq
7
+ ---
8
+
9
+ # tiny-chatbot-model
10
+
11
+ Tiny intent-conditioned GPT-style model trained for FAQ chatbot demos.
12
+
13
+ Files:
14
+ - `ckpt.pt` : PyTorch checkpoint
15
+ - `vocab.json` : tokenizer vocab
ckpt.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc0a4c74c38ddc9f2eb003f1477927a6aa81733551aaf03b9aa9ead6dcfb685
3
+ size 2685281
vocab.json ADDED
@@ -0,0 +1,320 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "itos": [
3
+ "<pad>",
4
+ "<eos>",
5
+ "<unk>",
6
+ ":",
7
+ ".",
8
+ "<unknown>",
9
+ "Bot",
10
+ "User",
11
+ "?",
12
+ "days",
13
+ "shipping",
14
+ "business",
15
+ "takes",
16
+ "the",
17
+ "–",
18
+ "order",
19
+ "How",
20
+ "and",
21
+ "to",
22
+ "in",
23
+ "your",
24
+ "Delivery",
25
+ "standard",
26
+ "arrive",
27
+ "is",
28
+ "with",
29
+ "within",
30
+ "2",
31
+ "I",
32
+ "delivery",
33
+ "7",
34
+ "typically",
35
+ "3",
36
+ "usually",
37
+ "can",
38
+ "a",
39
+ ",",
40
+ "6",
41
+ "Most",
42
+ "orders",
43
+ "4",
44
+ "Standard",
45
+ "5",
46
+ "will",
47
+ "number",
48
+ "my",
49
+ "time",
50
+ "you",
51
+ "we",
52
+ "You",
53
+ "on",
54
+ "if",
55
+ "for",
56
+ "available",
57
+ "page",
58
+ "many",
59
+ "it",
60
+ "cancel",
61
+ "original",
62
+ "packaging",
63
+ "unused",
64
+ "are",
65
+ "item",
66
+ "If",
67
+ "product",
68
+ "does",
69
+ "long",
70
+ "take",
71
+ "duration",
72
+ "fast",
73
+ "refund",
74
+ "Estimated",
75
+ "When",
76
+ "Shipping",
77
+ "checkout",
78
+ "help",
79
+ "minutes",
80
+ "Send",
81
+ "email",
82
+ "damaged",
83
+ "hours",
84
+ "Can",
85
+ "not",
86
+ "Do",
87
+ "at",
88
+ "before",
89
+ "Please",
90
+ "has",
91
+ "send",
92
+ "or",
93
+ "do",
94
+ "1",
95
+ "password",
96
+ "return",
97
+ "contact",
98
+ "payment",
99
+ "support",
100
+ "size",
101
+ "address",
102
+ "possible",
103
+ "share",
104
+ "via",
105
+ "Yes",
106
+ "Express",
107
+ "Refunds",
108
+ "items",
109
+ "request",
110
+ "code",
111
+ "What",
112
+ "arrived",
113
+ "warranty",
114
+ "refunds",
115
+ "reset",
116
+ "Check",
117
+ "Order",
118
+ "We",
119
+ "cancellation",
120
+ "have",
121
+ "pay",
122
+ "processing",
123
+ "shown",
124
+ "starts",
125
+ "still",
126
+ "account",
127
+ "been",
128
+ "damage",
129
+ "get",
130
+ "of",
131
+ "photo",
132
+ "processed",
133
+ "quickly",
134
+ "so",
135
+ "assist",
136
+ "photos",
137
+ "policy",
138
+ "tracking",
139
+ "10",
140
+ "14",
141
+ "The",
142
+ "apply",
143
+ "chart",
144
+ "coupon",
145
+ "up",
146
+ "My",
147
+ "Forgot",
148
+ "Share",
149
+ "accept",
150
+ "again",
151
+ "an",
152
+ "another",
153
+ "bank",
154
+ "method",
155
+ "offer",
156
+ "reason",
157
+ "ship",
158
+ "shipped",
159
+ "want",
160
+ "’",
161
+ "“",
162
+ "”",
163
+ "-",
164
+ "24",
165
+ "30",
166
+ "60",
167
+ "72",
168
+ "90",
169
+ "Use",
170
+ "card",
171
+ "include",
172
+ "local",
173
+ "measurements",
174
+ "missing",
175
+ "neighbors",
176
+ "website",
177
+ "as",
178
+ "listed",
179
+ "terms",
180
+ "48",
181
+ "option",
182
+ "should",
183
+ "arrives",
184
+ "express",
185
+ "International",
186
+ "Package",
187
+ "countries",
188
+ "create",
189
+ "error",
190
+ "internationally",
191
+ "login",
192
+ "steps",
193
+ "t",
194
+ "use",
195
+ "work",
196
+ "Cancel",
197
+ "Warranty",
198
+ "arrival",
199
+ "but",
200
+ "delivered",
201
+ "discount",
202
+ "field",
203
+ "methods",
204
+ "payments",
205
+ "purchase",
206
+ "received",
207
+ "sign",
208
+ "through",
209
+ "Is",
210
+ "link",
211
+ "receive",
212
+ "there",
213
+ "Refund",
214
+ "Add",
215
+ "Click",
216
+ "Contact",
217
+ "Costs",
218
+ "Try",
219
+ "any",
220
+ "appears",
221
+ "around",
222
+ "change",
223
+ "destinations",
224
+ "during",
225
+ "failing",
226
+ "fails",
227
+ "faster",
228
+ "forgot",
229
+ "form",
230
+ "how",
231
+ "instructions",
232
+ "keeps",
233
+ "location",
234
+ "most",
235
+ "new",
236
+ "next",
237
+ "one",
238
+ "options",
239
+ "price",
240
+ "provide",
241
+ "recommendation",
242
+ "s",
243
+ "says",
244
+ "text",
245
+ "try",
246
+ "updated",
247
+ "using",
248
+ "yes",
249
+ "yet",
250
+ "Enter",
251
+ "Sign",
252
+ "Some",
253
+ "Where",
254
+ "Which",
255
+ "after",
256
+ "by",
257
+ "channel",
258
+ "check",
259
+ "day",
260
+ "details",
261
+ "its",
262
+ "products",
263
+ "question",
264
+ "reception",
265
+ "registration",
266
+ "reply",
267
+ "soon",
268
+ "suggest",
269
+ "After",
270
+ "shipment",
271
+ "Any",
272
+ "Tracking",
273
+ "'",
274
+ "Change",
275
+ "Checkout",
276
+ "Create",
277
+ "Delivered",
278
+ "Discount",
279
+ "It",
280
+ "Password",
281
+ "Payment",
282
+ "Registration",
283
+ "Return",
284
+ "Size",
285
+ "Update",
286
+ "buy",
287
+ "cards",
288
+ "country",
289
+ "deliver",
290
+ "didn",
291
+ "entered",
292
+ "failed",
293
+ "going",
294
+ "guide",
295
+ "information",
296
+ "need",
297
+ "no",
298
+ "other",
299
+ "outside",
300
+ "package",
301
+ "process",
302
+ "promo",
303
+ "reach",
304
+ "start",
305
+ "status",
306
+ "track",
307
+ "where",
308
+ "wrong",
309
+ "Support",
310
+ "choose",
311
+ "enter",
312
+ "info",
313
+ "nothing",
314
+ "right",
315
+ "shows",
316
+ "supported",
317
+ "this",
318
+ "works"
319
+ ]
320
+ }