Vishal24 commited on
Commit
de9c1c8
1 Parent(s): b52e94e

Upload 2 files

Browse files
Files changed (2) hide show
  1. test (5) (1).json +302 -0
  2. ttst.json +56 -0
test (5) (1).json ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "keyword": "watches for men",
4
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] watches for men [/keyword]\\n{E_INST}\\n### Response:",
5
+ "response": "{'watches for men': {'brand': '', 'product subcategory': 'Watches', 'product features': ['For Men']}}",
6
+ "response2": "{'brand': '', 'product subcategory': 'Watches', 'product features': ['For Men']}"
7
+ },
8
+ {
9
+ "keyword": "vacuum cleaner",
10
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] vacuum cleaner [/keyword]\\n{E_INST}\\n### Response:",
11
+ "response": "{'vacuum cleaner': {'brand': '', 'product subcategory': 'Vacuum Cleaner', 'product features': []}}",
12
+ "response2": "{'brand': '', 'product subcategory': 'Vacuum Cleaner', 'product features': []}"
13
+ },
14
+ {
15
+ "keyword": "jeera",
16
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] jeera [/keyword]\\n{E_INST}\\n### Response:",
17
+ "response": "{'jeera': {'brand': '', 'product subcategory': '', 'product features': ['Jeera']}}",
18
+ "response2": "{'brand': '', 'product subcategory': 'Jeera', 'product features': []}"
19
+ },
20
+ {
21
+ "keyword": "earrings",
22
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] earrings [/keyword]\\n{E_INST}\\n### Response:",
23
+ "response": "{'earrings': {'brand': '', 'product subcategory': 'Earrings', 'product features': []}}",
24
+ "response2": "{'brand': '', 'product subcategory': 'Earrings', 'product features': []}"
25
+ },
26
+ {
27
+ "keyword": "necklace",
28
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] necklace [/keyword]\\n{E_INST}\\n### Response:",
29
+ "response": "{'necklace': {'brand': '', 'product subcategory': 'Necklace', 'product features': []}}",
30
+ "response2": "{'brand': '', 'product subcategory': 'Necklace', 'product features': []}"
31
+ },
32
+ {
33
+ "keyword": "laptop bag",
34
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] laptop bag [/keyword]\\n{E_INST}\\n### Response:",
35
+ "response": "{'laptop bag': {'brand': '', 'product subcategory': 'Laptop Bag', 'product features': []}}",
36
+ "response2": "{'brand': '', 'product subcategory': 'Laptop Bag', 'product features': []}"
37
+ },
38
+ {
39
+ "keyword": "laptop bag for women",
40
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] laptop bag for women [/keyword]\\n{E_INST}\\n### Response:",
41
+ "response": "{'laptop bag for women': {'brand': '', 'product subcategory': 'Laptop Bag', 'product features': ['For Women']}}",
42
+ "response2": "{'brand': '', 'product subcategory': 'Laptop Bag', 'product features': ['For Women']}"
43
+ },
44
+ {
45
+ "keyword": "american tourister bags",
46
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] american tourister bags [/keyword]\\n{E_INST}\\n### Response:",
47
+ "response": "{'american tourister bags': {'brand': 'American Tourister', 'product subcategory': 'Bags', 'product features': []}}",
48
+ "response2": "{'brand': 'American Tourister', 'product subcategory': 'Bags', 'product features': []}"
49
+ },
50
+ {
51
+ "keyword": "backpack for women",
52
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] backpack for women [/keyword]\\n{E_INST}\\n### Response:",
53
+ "response": "{'backpack for women': {'brand': '', 'product subcategory': 'Backpack', 'product features': ['For Women']}}",
54
+ "response2": "{'brand': '', 'product subcategory': 'Backpack', 'product features': ['For Women']}"
55
+ },
56
+ {
57
+ "keyword": "bag for men",
58
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] bag for men [/keyword]\\n{E_INST}\\n### Response:",
59
+ "response": "{'bag for men': {'brand': '', 'product subcategory': 'Bag', 'product features': ['For Men']}}",
60
+ "response2": "{'brand': '', 'product subcategory': 'Bag', 'product features': ['For Men']}"
61
+ },
62
+ {
63
+ "keyword": "adidas shoes for men sports",
64
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] adidas shoes for men sports [/keyword]\\n{E_INST}\\n### Response:",
65
+ "response": "{'adidas shoes for men sports': {'brand': 'Adidas', 'product subcategory': 'Shoes', 'product features': ['For Men', 'Sports']}}",
66
+ "response2": "{'brand': 'Adidas', 'product subcategory': 'Shoes', 'product features': ['For Men', 'Sports']}"
67
+ },
68
+ {
69
+ "keyword": "nike sneakers for men",
70
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] nike sneakers for men [/keyword]\\n{E_INST}\\n### Response:",
71
+ "response": "{'nike sneakers for men': {'brand': 'Nike', 'product subcategory': 'Sneakers', 'product features': ['For Men']}}",
72
+ "response2": "{'brand': 'Nike', 'product subcategory': 'Sneakers', 'product features': ['For Men']}"
73
+ },
74
+ {
75
+ "keyword": "pintola peanut butter",
76
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] pintola peanut butter [/keyword]\\n{E_INST}\\n### Response:",
77
+ "response": "{'pintola peanut butter': {'brand': 'Pintola', 'product subcategory': '', 'product features': ['Peanut Butter']}}",
78
+ "response2": "{'brand': 'Pintola', 'product subcategory': 'Peanut Butter', 'product features': []}"
79
+ },
80
+ {
81
+ "keyword": "dove shampoo",
82
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] dove shampoo [/keyword]\\n{E_INST}\\n### Response:",
83
+ "response": "{'dove shampoo': {'brand': 'Dove', 'product subcategory': 'Shampoo', 'product features': []}}",
84
+ "response2": "{'brand': 'Dove', 'product subcategory': 'Shampoo', 'product features': []}"
85
+ },
86
+ {
87
+ "keyword": "la shield sunscreen spf 50",
88
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] la shield sunscreen spf 50 [/keyword]\\n{E_INST}\\n### Response:",
89
+ "response": "{'la shield sunscreen spf 50': {'brand': 'La Shield', 'product subcategory': 'Sunscreen', 'product features': ['SPF 50']}}",
90
+ "response2": "{'brand': 'La Shield', 'product subcategory': 'Sunscreen', 'product features': ['SPF 50']}"
91
+ },
92
+ {
93
+ "keyword": "pixel 6",
94
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] pixel 6 [/keyword]\\n{E_INST}\\n### Response:",
95
+ "response": "{'pixel 6': {'brand': 'Google', 'product subcategory': '', 'product features': ['Pixel 6']}}",
96
+ "response2": "{'brand': 'Google', 'product subcategory': '', 'product features': ['Pixel 6']}"
97
+ },
98
+ {
99
+ "keyword": "khadi natural shampoo",
100
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] khadi natural shampoo [/keyword]\\n{E_INST}\\n### Response:",
101
+ "response": "{'khadi natural shampoo': {'brand': 'Khadi', 'product subcategory': 'Shampoo', 'product features': ['Natural']}}",
102
+ "response2": "{'brand': 'Khadi', 'product subcategory': 'Shampoo', 'product features': ['Natural']}"
103
+ },
104
+ {
105
+ "keyword": "salt",
106
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] salt [/keyword]\\n{E_INST}\\n### Response:",
107
+ "response": "{'salt': {'brand': '', 'product subcategory': '', 'product features': ['Salt']}}",
108
+ "response2": "{'brand': '', 'product subcategory': 'Salt', 'product features': []}"
109
+ },
110
+ {
111
+ "keyword": "shoes for boys",
112
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] shoes for boys [/keyword]\\n{E_INST}\\n### Response:",
113
+ "response": "{'shoes for boys': {'brand': '', 'product subcategory': 'Shoes', 'product features': ['For Boys']}}",
114
+ "response2": "{'brand': '', 'product subcategory': 'Shoes', 'product features': ['For Boys']}"
115
+ },
116
+ {
117
+ "keyword": "waffle maker",
118
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] waffle maker [/keyword]\\n{E_INST}\\n### Response:",
119
+ "response": "{'waffle maker': {'brand': '', 'product subcategory': 'Waffle Maker', 'product features': []}}",
120
+ "response2": "{'brand': '', 'product subcategory': 'Waffle Maker', 'product features': []}"
121
+ },
122
+ {
123
+ "keyword": "bottle",
124
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] bottle [/keyword]\\n{E_INST}\\n### Response:",
125
+ "response": "{'bottle': {'brand': '', 'product subcategory': 'Bottle', 'product features': []}}",
126
+ "response2": "{'brand': '', 'product subcategory': 'Bottle', 'product features': []}"
127
+ },
128
+ {
129
+ "keyword": "pampers medium size diapers",
130
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] pampers medium size diapers [/keyword]\\n{E_INST}\\n### Response:",
131
+ "response": "{'pampers medium size diapers': {'brand': 'Pampers', 'product subcategory': 'Diapers', 'product features': ['Medium Size']}}",
132
+ "response2": "{'brand': 'Pampers', 'product subcategory': 'Diapers', 'product features': ['Medium Size']}"
133
+ },
134
+ {
135
+ "keyword": "girls shoes",
136
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] girls shoes [/keyword]\\n{E_INST}\\n### Response:",
137
+ "response": "{'girls shoes': {'brand': '', 'product subcategory': 'Shoes', 'product features': ['For Girls']}}",
138
+ "response2": "{'brand': '', 'product subcategory': 'Shoes', 'product features': ['For Girls']}"
139
+ },
140
+ {
141
+ "keyword": "casual shoes",
142
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] casual shoes [/keyword]\\n{E_INST}\\n### Response:",
143
+ "response": "{'casual shoes': {'brand': '', 'product subcategory': 'Shoes', 'product features': ['Casual']}}",
144
+ "response2": "{'brand': '', 'product subcategory': 'Shoes', 'product features': ['Casual']}"
145
+ },
146
+ {
147
+ "keyword": "new balance shoes for men",
148
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] new balance shoes for men [/keyword]\\n{E_INST}\\n### Response:",
149
+ "response": "{'new balance shoes for men': {'brand': 'New Balance', 'product subcategory': 'Shoes', 'product features': ['For Men']}}",
150
+ "response2": "{'brand': 'New Balance', 'product subcategory': 'Shoes', 'product features': ['For Men']}"
151
+ },
152
+ {
153
+ "keyword": "travel bag",
154
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] travel bag [/keyword]\\n{E_INST}\\n### Response:",
155
+ "response": "{'travel bag': {'brand': '', 'product subcategory': 'Travel Bag', 'product features': []}}",
156
+ "response2": "{'brand': '', 'product subcategory': 'Travel Bag', 'product features': []}"
157
+ },
158
+ {
159
+ "keyword": "lipsticks for women",
160
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] lipsticks for women [/keyword]\\n{E_INST}\\n### Response:",
161
+ "response": "{'lipsticks for women': {'brand': '', 'product subcategory': 'Lipsticks', 'product features': ['For Women']}}",
162
+ "response2": "{'brand': '', 'product subcategory': 'Lipsticks', 'product features': ['For Women']}"
163
+ },
164
+ {
165
+ "keyword": "primer for face makeup",
166
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] primer for face makeup [/keyword]\\n{E_INST}\\n### Response:",
167
+ "response": "{'primer for face makeup': {'brand': '', 'product subcategory': 'Primer', 'product features': ['For Face', 'Makeup']}}",
168
+ "response2": "{'brand': '', 'product subcategory': 'Primer', 'product features': ['For Face', 'Makeup']}"
169
+ },
170
+ {
171
+ "keyword": "concealer for face makeup",
172
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] concealer for face makeup [/keyword]\\n{E_INST}\\n### Response:",
173
+ "response": "{'concealer for face makeup': {'brand': '', 'product subcategory': 'Concealer', 'product features': ['For Face', 'Makeup']}}",
174
+ "response2": "{'brand': '', 'product subcategory': 'Concealer', 'product features': ['For Face', 'Makeup']}"
175
+ },
176
+ {
177
+ "keyword": "foundation for face makeup",
178
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] foundation for face makeup [/keyword]\\n{E_INST}\\n### Response:",
179
+ "response": "{'foundation for face makeup': {'brand': '', 'product subcategory': 'Foundation', 'product features': ['For Face', 'Makeup']}}",
180
+ "response2": "{'brand': '', 'product subcategory': 'Foundation', 'product features': ['For Face', 'Makeup']}"
181
+ },
182
+ {
183
+ "keyword": "underwear for women",
184
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] underwear for women [/keyword]\\n{E_INST}\\n### Response:",
185
+ "response": "{'underwear for women': {'brand': '', 'product subcategory': 'Underwear', 'product features': ['For Women']}}",
186
+ "response2": "{'brand': '', 'product subcategory': 'Underwear', 'product features': ['For Women']}"
187
+ },
188
+ {
189
+ "keyword": "asus tuf",
190
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] asus tuf [/keyword]\\n{E_INST}\\n### Response:",
191
+ "response": "{'asus tuf': {'brand': 'Asus', 'product subcategory': '', 'product features': ['TUF']}}",
192
+ "response2": "{'brand': 'Asus', 'product subcategory': '', 'product features': ['TUF']}"
193
+ },
194
+ {
195
+ "keyword": "laptop under 20000",
196
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] laptop under 20000 [/keyword]\\n{E_INST}\\n### Response:",
197
+ "response": "{'laptop under 20000': {'brand': '', 'product subcategory': 'Laptop', 'product features': ['Under 20000']}}",
198
+ "response2": "{'brand': '', 'product subcategory': 'Laptop', 'product features': ['Under 20000']}"
199
+ },
200
+ {
201
+ "keyword": "laptop",
202
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] laptop [/keyword]\\n{E_INST}\\n### Response:",
203
+ "response": "{'laptop': {'brand': '', 'product subcategory': 'Laptop', 'product features': []}}",
204
+ "response2": "{'brand': '', 'product subcategory': 'Laptop', 'product features': []}"
205
+ },
206
+ {
207
+ "keyword": "adidas shoes for men",
208
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] adidas shoes for men [/keyword]\\n{E_INST}\\n### Response:",
209
+ "response": "{'adidas shoes for men': {'brand': 'Adidas', 'product subcategory': 'Shoes', 'product features': ['For Men']}}",
210
+ "response2": "{'brand': 'Adidas', 'product subcategory': 'Shoes', 'product features': ['For Men']}"
211
+ },
212
+ {
213
+ "keyword": "gaming laptop",
214
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] gaming laptop [/keyword]\\n{E_INST}\\n### Response:",
215
+ "response": "{'gaming laptop': {'brand': '', 'product subcategory': 'Laptop', 'product features': ['Gaming']}}",
216
+ "response2": "{'brand': '', 'product subcategory': 'Laptop', 'product features': ['Gaming']}"
217
+ },
218
+ {
219
+ "keyword": "toner",
220
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] toner [/keyword]\\n{E_INST}\\n### Response:",
221
+ "response": "{'toner': {'brand': '', 'product subcategory': 'Toner', 'product features': []}}",
222
+ "response2": "{'brand': '', 'product subcategory': 'Toner', 'product features': []}"
223
+ },
224
+ {
225
+ "keyword": "bournvita",
226
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] bournvita [/keyword]\\n{E_INST}\\n### Response:",
227
+ "response": "{'bournvita': {'brand': 'Bournvita', 'product subcategory': '', 'product features': []}}",
228
+ "response2": "{'brand': 'Bournvita', 'product subcategory': '', 'product features': []}"
229
+ },
230
+ {
231
+ "keyword": "dove soaps",
232
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] dove soaps [/keyword]\\n{E_INST}\\n### Response:",
233
+ "response": "{'dove soaps': {'brand': 'Dove', 'product subcategory': 'Soaps', 'product features': []}}",
234
+ "response2": "{'brand': 'Dove', 'product subcategory': 'Soaps', 'product features': []}"
235
+ },
236
+ {
237
+ "keyword": "handwash refill",
238
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] handwash refill [/keyword]\\n{E_INST}\\n### Response:",
239
+ "response": "{'handwash refill': {'brand': '', 'product subcategory': 'Handwash', 'product features': ['Refill']}}",
240
+ "response2": "{'brand': '', 'product subcategory': 'Handwash', 'product features': ['Refill']}"
241
+ },
242
+ {
243
+ "keyword": "crompton",
244
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] crompton [/keyword]\\n{E_INST}\\n### Response:",
245
+ "response": "{'crompton': {'brand': 'Crompton', 'product subcategory': '', 'product features': []}}",
246
+ "response2": "{'brand': 'Crompton', 'product subcategory': '', 'product features': []}"
247
+ },
248
+ {
249
+ "keyword": "led tv 32 inches",
250
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] led tv 32 inches [/keyword]\\n{E_INST}\\n### Response:",
251
+ "response": "{'led tv 32 inches': {'brand': '', 'product subcategory': 'LED TV', 'product features': ['32 Inches']}}",
252
+ "response2": "{'brand': '', 'product subcategory': 'LED TV', 'product features': ['32 Inches']}"
253
+ },
254
+ {
255
+ "keyword": "dog food",
256
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] dog food [/keyword]\\n{E_INST}\\n### Response:",
257
+ "response": "{'dog food': {'brand': '', 'product subcategory': 'Food', 'product features': ['For Dogs']}}",
258
+ "response2": "{'brand': '', 'product subcategory': 'Food', 'product features': ['For Dogs']}"
259
+ },
260
+ {
261
+ "keyword": "computer",
262
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] computer [/keyword]\\n{E_INST}\\n### Response:",
263
+ "response": "{'computer': {'brand': '', 'product subcategory': 'Computer', 'product features': []}}",
264
+ "response2": "{'brand': '', 'product subcategory': 'Computer', 'product features': []}"
265
+ },
266
+ {
267
+ "keyword": "fridge double door fridge",
268
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] fridge double door fridge [/keyword]\\n{E_INST}\\n### Response:",
269
+ "response": "{'fridge double door fridge': {'brand': '', 'product subcategory': 'Fridge', 'product features': ['Double Door']}}",
270
+ "response2": "{'brand': '', 'product subcategory': 'Fridge', 'product features': ['Double Door']}"
271
+ },
272
+ {
273
+ "keyword": "fridge single door",
274
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] fridge single door [/keyword]\\n{E_INST}\\n### Response:",
275
+ "response": "{'fridge single door': {'brand': '', 'product subcategory': 'Fridge', 'product features': ['Single Door']}}",
276
+ "response2": "{'brand': '', 'product subcategory': 'Fridge', 'product features': ['Single Door']}"
277
+ },
278
+ {
279
+ "keyword": "godrej refrigerator",
280
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] godrej refrigerator [/keyword]\\n{E_INST}\\n### Response:",
281
+ "response": "{'godrej refrigerator': {'brand': 'Godrej', 'product subcategory': 'Refrigerator', 'product features': []}}",
282
+ "response2": "{'brand': 'Godrej', 'product subcategory': 'Refrigerator', 'product features': []}"
283
+ },
284
+ {
285
+ "keyword": "haier refrigerator",
286
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] haier refrigerator [/keyword]\\n{E_INST}\\n### Response:",
287
+ "response": "{'haier refrigerator': {'brand': 'Haier', 'product subcategory': 'Refrigerator', 'product features': []}}",
288
+ "response2": "{'brand': 'Haier', 'product subcategory': 'Refrigerator', 'product features': []}"
289
+ },
290
+ {
291
+ "keyword": "ifb washing machine",
292
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] ifb washing machine [/keyword]\\n{E_INST}\\n### Response:",
293
+ "response": "{'ifb washing machine': {'brand': 'IFB', 'product subcategory': 'Washing Machine', 'product features': []}}",
294
+ "response2": "{'brand': 'IFB', 'product subcategory': 'Washing Machine', 'product features': []}"
295
+ },
296
+ {
297
+ "keyword": "lg refrigerator",
298
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] lg refrigerator [/keyword]\\n{E_INST}\\n### Response:",
299
+ "response": "{'lg refrigerator': {'brand': 'LG', 'product subcategory': 'Refrigerator', 'product features': []}}",
300
+ "response2": "{'brand': 'LG', 'product subcategory': 'Refrigerator', 'product features': []}"
301
+ }
302
+ ]
ttst.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "keyword": "lg washing machine 7kg",
4
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] lg washing machine 7kg [/keyword]\\n{E_INST}\\n### Response:",
5
+ "response": "{'lg washing machine 7kg': {'brand': 'LG', 'product subcategory': 'Washing Machine', 'product features': ['7kg']}}",
6
+ "response2": "{'brand': 'LG', 'product subcategory': 'Washing Machine', 'product features': ['7kg']}"
7
+ },
8
+ {
9
+ "keyword": "mini washing machine",
10
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] mini washing machine [/keyword]\\n{E_INST}\\n### Response:",
11
+ "response": "{'mini washing machine': {'brand': '', 'product subcategory': 'Washing Machine', 'product features': ['Mini']}}",
12
+ "response2": "{'brand': '', 'product subcategory': 'Washing Machine', 'product features': ['Mini']}"
13
+ },
14
+ {
15
+ "keyword": "refrigerator double door",
16
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] refrigerator double door [/keyword]\\n{E_INST}\\n### Response:",
17
+ "response": "{'refrigerator double door': {'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Double Door']}}",
18
+ "response2": "{'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Double Door']}"
19
+ },
20
+ {
21
+ "keyword": "refrigerator double door 5 star",
22
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] refrigerator double door 5 star [/keyword]\\n{E_INST}\\n### Response:",
23
+ "response": "{'refrigerator double door 5 star': {'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Double Door', '5 Star']}}",
24
+ "response2": "{'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Double Door', '5 Star']}"
25
+ },
26
+ {
27
+ "keyword": "refrigerator single door",
28
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] refrigerator single door [/keyword]\\n{E_INST}\\n### Response:",
29
+ "response": "{'refrigerator single door': {'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Single Door']}}",
30
+ "response2": "{'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Single Door']}"
31
+ },
32
+ {
33
+ "keyword": "samsung fridge",
34
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] samsung fridge [/keyword]\\n{E_INST}\\n### Response:",
35
+ "response": "{'samsung fridge': {'brand': 'Samsung', 'product subcategory': 'Fridge', 'product features': []}}",
36
+ "response2": "{'brand': 'Samsung', 'product subcategory': 'Fridge', 'product features': []}"
37
+ },
38
+ {
39
+ "keyword": "samsung refrigerator",
40
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] samsung refrigerator [/keyword]\\n{E_INST}\\n### Response:",
41
+ "response": "{'samsung refrigerator': {'brand': 'Samsung', 'product subcategory': 'Refrigerator', 'product features': []}}",
42
+ "response2": "{'brand': 'Samsung', 'product subcategory': 'Refrigerator', 'product features': []}"
43
+ },
44
+ {
45
+ "keyword": "samsung refrigerator double door",
46
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] samsung refrigerator double door [/keyword]\\n{E_INST}\\n### Response:",
47
+ "response": "{'samsung refrigerator double door': {'brand': 'Samsung', 'product subcategory': 'Refrigerator', 'product features': ['Double Door']}}",
48
+ "response2": "{'brand': 'Samsung', 'product subcategory': 'Refrigerator', 'product features': ['Double Door']}"
49
+ },
50
+ {
51
+ "keyword": "washing machine",
52
+ "prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] washing machine [/keyword]\\n{E_INST}\\n### Response:",
53
+ "response": "{'washing machine': {'brand': '', 'product subcategory': 'Washing Machine', 'product features': []}}",
54
+ "response2": "{'brand': '', 'product subcategory': 'Washing Machine', 'product features': []}"
55
+ }
56
+ ]