Draculhard commited on
Commit
5254063
1 Parent(s): 513e84f

Delete flan_t5_custom.json

Browse files
Files changed (1) hide show
  1. flan_t5_custom.json +0 -65
flan_t5_custom.json DELETED
@@ -1,65 +0,0 @@
1
- [
2
- {
3
- "input_text": "Add product wheat and quantity 30",
4
- "labels": {"product": "wheat", "quantity": "30"}
5
- },
6
-
7
-
8
- {
9
- "input_text": "Product wheat, quantity 30, total 200",
10
- "labels": {"product": "wheat", "quantity": "30", "total": "200"}
11
- },
12
-
13
- {
14
- "input_text": "Add quantity 30, product wheat, total 200",
15
- "labels": {"product": "wheat", "quantity": "30", "total": "200"}
16
- },
17
-
18
- {
19
- "input_text": "Add quantity 3, product egg roll, total 200",
20
- "labels": {"product": "egg roll", "quantity": "3", "total": "200"}
21
- },
22
- {
23
- "input_text": "Add momo 1 plate, total 100",
24
- "labels": {"product": "momo", "quantity": "1", "total": "100"}
25
- },
26
- {
27
- "input_text": "Add momo 3 plate, total 300",
28
- "labels": {"product": "momo", "quantity": "3", "total": "300"}
29
- },
30
- {
31
- "input_text": "add product momo,quantity 10, total 100",
32
- "labels": {"product": "momo", "quantity": "10", "total": "100"}
33
- },
34
- {
35
- "input_text": "momo 4 plate total 230",
36
- "labels": {"product": "momo", "quantity": "4", "total": "230"}
37
- },
38
-
39
- {
40
- "input_text": "add chowmin 5 plate, total 600",
41
- "labels": {"product": "chowmin", "quantity": "5", "total": "600"}
42
- },
43
- {
44
- "input_text": "chowmin 5 plate, total 100",
45
- "labels": {"product": "momo", "quantity": "10", "total": "100"}
46
- },
47
- {
48
- "input_text": "Add product momo,quantity 10, total 100",
49
- "labels": {"product": "momo", "quantity": "10", "total": "100"}
50
- },
51
- {
52
- "input_text": "add product egg roll,quantity 5, total 400",
53
- "labels": {"product": "egg roll", "quantity": "5", "total": "400"}
54
- },
55
- {
56
- "input_text": "5 egg roll, total 400",
57
- "labels": {"product": "egg roll", "quantity": "5", "total": "400"}
58
- },
59
- {
60
- "input_text": "Add product momo,quantity 10, total 100",
61
- "labels": {"product": "momo", "quantity": "10", "total": "100"}
62
- }
63
- ]
64
-
65
-