azmoulai commited on
Commit
0eb753c
1 Parent(s): a688f8b

Upload ViltForQuestionAnswering

Browse files
Files changed (3) hide show
  1. README.md +199 -0
  2. config.json +2971 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
config.json ADDED
@@ -0,0 +1,2971 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dandelin/vilt-b32-finetuned-vqa",
3
+ "architectures": [
4
+ "ViltForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "0",
12
+ "1": "0.5 2:02",
13
+ "2": "021 08454",
14
+ "3": "053 435 31 81",
15
+ "4": "07 11 2013",
16
+ "5": "1",
17
+ "6": "1 3",
18
+ "7": "1 3 cup",
19
+ "8": "1 dollar",
20
+ "9": "1 dollar bill",
21
+ "10": "1 inch",
22
+ "11": "1 line",
23
+ "12": "1 on right",
24
+ "13": "1 red line",
25
+ "14": "1% lowfat milk",
26
+ "15": "10",
27
+ "16": "10 07 12",
28
+ "17": "10 21 15",
29
+ "18": "10 pounds",
30
+ "19": "100",
31
+ "20": "1000",
32
+ "21": "103",
33
+ "22": "106",
34
+ "23": "106.4",
35
+ "24": "11",
36
+ "25": "11 26 2013",
37
+ "26": "115 cm",
38
+ "27": "11:26",
39
+ "28": "11:48",
40
+ "29": "121.5",
41
+ "30": "123.8",
42
+ "31": "12345qwerasdfzxc",
43
+ "32": "12:04",
44
+ "33": "12:15",
45
+ "34": "13",
46
+ "35": "14 classic easter songs",
47
+ "36": "140",
48
+ "37": "148 75",
49
+ "38": "16",
50
+ "39": "1621",
51
+ "40": "1865",
52
+ "41": "1:09",
53
+ "42": "1:27",
54
+ "43": "1:37",
55
+ "44": "1:45",
56
+ "45": "1:48",
57
+ "46": "2",
58
+ "47": "2 cups",
59
+ "48": "2 cups coffee",
60
+ "49": "2 wands",
61
+ "50": "20",
62
+ "51": "20 dollar bill",
63
+ "52": "200",
64
+ "53": "28",
65
+ "54": "287",
66
+ "55": "2:00",
67
+ "56": "2:03 timex",
68
+ "57": "2:53",
69
+ "58": "2nd from left",
70
+ "59": "2wbg",
71
+ "60": "3",
72
+ "61": "3 cheese tortellini",
73
+ "62": "3 live 2012",
74
+ "63": "3.00",
75
+ "64": "3.46",
76
+ "65": "3.48",
77
+ "66": "3.98",
78
+ "67": "30",
79
+ "68": "350",
80
+ "69": "351 352 353 354 355",
81
+ "70": "360",
82
+ "71": "365 sour cream onion",
83
+ "72": "37978",
84
+ "73": "38.5",
85
+ "74": "3:45",
86
+ "75": "3mcy8jl5",
87
+ "76": "4",
88
+ "77": "4 minutes stir 3 to 3 half minutes more",
89
+ "78": "4.16",
90
+ "79": "4.31",
91
+ "80": "40",
92
+ "81": "400",
93
+ "82": "409",
94
+ "83": "425",
95
+ "84": "44.5",
96
+ "85": "4t 5t",
97
+ "86": "4ycjfw8l",
98
+ "87": "5",
99
+ "88": "5 dollar bill",
100
+ "89": "5 pounds",
101
+ "90": "5.01",
102
+ "91": "50",
103
+ "92": "500",
104
+ "93": "56",
105
+ "94": "5:18",
106
+ "95": "6 cheese tortellini",
107
+ "96": "6182714091",
108
+ "97": "633",
109
+ "98": "65",
110
+ "99": "67",
111
+ "100": "68",
112
+ "101": "69",
113
+ "102": "6ju7jc5e",
114
+ "103": "7",
115
+ "104": "7 minutes",
116
+ "105": "700mg",
117
+ "106": "72",
118
+ "107": "73",
119
+ "108": "74",
120
+ "109": "741",
121
+ "110": "75",
122
+ "111": "76",
123
+ "112": "77",
124
+ "113": "78",
125
+ "114": "78 1",
126
+ "115": "78 degrees",
127
+ "116": "79",
128
+ "117": "7ycjfw8l",
129
+ "118": "8",
130
+ "119": "8 minutes",
131
+ "120": "80 cents",
132
+ "121": "81",
133
+ "122": "819",
134
+ "123": "82",
135
+ "124": "84pn",
136
+ "125": "88% complete",
137
+ "126": "9",
138
+ "127": "9 minutes",
139
+ "128": "90",
140
+ "129": "9780132658119",
141
+ "130": "98% fat free",
142
+ "131": "9:33",
143
+ "132": "9:40",
144
+ "133": "aarp",
145
+ "134": "acai deep conditioning masque",
146
+ "135": "accordian",
147
+ "136": "acetaminophen",
148
+ "137": "acidophilus",
149
+ "138": "advanced",
150
+ "139": "air conditioning",
151
+ "140": "air freshener",
152
+ "141": "air vent",
153
+ "142": "ajax amsterdam",
154
+ "143": "aladdin natural eatery",
155
+ "144": "alarm clock",
156
+ "145": "alcohol",
157
+ "146": "alfredo pasta sides",
158
+ "147": "alfredo sauce",
159
+ "148": "all bran yogurt bites",
160
+ "149": "allergy relief",
161
+ "150": "almond",
162
+ "151": "almond crunch",
163
+ "152": "almond milk",
164
+ "153": "always",
165
+ "154": "amber ale",
166
+ "155": "amigos golden teashops",
167
+ "156": "anew eye treatment",
168
+ "157": "animal crackers",
169
+ "158": "animal unleashed",
170
+ "159": "anti diarrheal",
171
+ "160": "antibacterial counter spray",
172
+ "161": "any all above",
173
+ "162": "apple",
174
+ "163": "apple cinnamon",
175
+ "164": "apple juice",
176
+ "165": "apple laptop",
177
+ "166": "apple pie spice",
178
+ "167": "apples",
179
+ "168": "apsp",
180
+ "169": "aquafina",
181
+ "170": "aquafina water",
182
+ "171": "arbor mist chardonnay peach",
183
+ "172": "arizona",
184
+ "173": "armitron",
185
+ "174": "army 2",
186
+ "175": "ash tray",
187
+ "176": "ask doctor",
188
+ "177": "aspall cider",
189
+ "178": "at&t",
190
+ "179": "august 13 2012",
191
+ "180": "avatar",
192
+ "181": "aveeno",
193
+ "182": "axe",
194
+ "183": "axe dry",
195
+ "184": "baby food",
196
+ "185": "baby rattle",
197
+ "186": "baby shampoo",
198
+ "187": "baby wipes",
199
+ "188": "back",
200
+ "189": "backpack",
201
+ "190": "backyard",
202
+ "191": "backyard brawling",
203
+ "192": "bactroban",
204
+ "193": "bag",
205
+ "194": "bag in front cigarettes",
206
+ "195": "baked beans",
207
+ "196": "baked beans sausage",
208
+ "197": "baked mozzarella bites",
209
+ "198": "bakewell tart",
210
+ "199": "ball",
211
+ "200": "ballast porter",
212
+ "201": "balsamic garlic chicken",
213
+ "202": "banana",
214
+ "203": "bananas",
215
+ "204": "bandages",
216
+ "205": "bar code",
217
+ "206": "barbecue",
218
+ "207": "barbecue sauce",
219
+ "208": "barn fence",
220
+ "209": "basil leaves",
221
+ "210": "basketball",
222
+ "211": "bath salts",
223
+ "212": "battery",
224
+ "213": "bbq sauce",
225
+ "214": "bbq tapioca chips",
226
+ "215": "beagle",
227
+ "216": "beans",
228
+ "217": "beats by dr dre",
229
+ "218": "beavis",
230
+ "219": "bed",
231
+ "220": "bedroom",
232
+ "221": "beef",
233
+ "222": "beef dinner",
234
+ "223": "beef gravy",
235
+ "224": "beef jerky",
236
+ "225": "beef ravioli",
237
+ "226": "beef steak mince",
238
+ "227": "beef strips",
239
+ "228": "beef stroganoff",
240
+ "229": "beer",
241
+ "230": "beer bread mix",
242
+ "231": "beet",
243
+ "232": "beige",
244
+ "233": "belkin",
245
+ "234": "benadryl",
246
+ "235": "bench",
247
+ "236": "bengay",
248
+ "237": "better",
249
+ "238": "better homes gardens",
250
+ "239": "big print address book",
251
+ "240": "bikes buses",
252
+ "241": "bill baileys remarkable guide to orchestra",
253
+ "242": "billie holiday",
254
+ "243": "biotin",
255
+ "244": "bird",
256
+ "245": "bird cage",
257
+ "246": "birthday card",
258
+ "247": "biscuits",
259
+ "248": "bistro salad",
260
+ "249": "black",
261
+ "250": "black beans",
262
+ "251": "black blue",
263
+ "252": "black brew",
264
+ "253": "black cherry",
265
+ "254": "black diagonal grey white stripes",
266
+ "255": "black green",
267
+ "256": "black no",
268
+ "257": "black onyx",
269
+ "258": "black pants",
270
+ "259": "black pepper",
271
+ "260": "black pepper cracked",
272
+ "261": "black plaid",
273
+ "262": "black red",
274
+ "263": "black ruby",
275
+ "264": "black silver",
276
+ "265": "black stone",
277
+ "266": "black tea",
278
+ "267": "black white",
279
+ "268": "black white plaid",
280
+ "269": "black white red",
281
+ "270": "blackberry",
282
+ "271": "blank",
283
+ "272": "blanket",
284
+ "273": "bloodstone papers",
285
+ "274": "blue",
286
+ "275": "blue background apple icon 2 user profile avatars zoom out more in photo",
287
+ "276": "blue bottles",
288
+ "277": "blue buffalo",
289
+ "278": "blue corn tortilla chips",
290
+ "279": "blue green red yellow",
291
+ "280": "blue grey stripes",
292
+ "281": "blue grey white",
293
+ "282": "blue marvel",
294
+ "283": "blue monkeys",
295
+ "284": "blue moon",
296
+ "285": "blue screen",
297
+ "286": "blue shorts",
298
+ "287": "blue sky",
299
+ "288": "blue white",
300
+ "289": "blue yellow",
301
+ "290": "blueberry",
302
+ "291": "body lotion",
303
+ "292": "body soap",
304
+ "293": "bombay authentic vindaloo luxury curry sauce",
305
+ "294": "bombmaker",
306
+ "295": "bone in lamb leg steaks",
307
+ "296": "book",
308
+ "297": "books photos speaker",
309
+ "298": "boots",
310
+ "299": "borax",
311
+ "300": "bose",
312
+ "301": "boston baked beans",
313
+ "302": "bottle",
314
+ "303": "bottle cap",
315
+ "304": "bottle caps",
316
+ "305": "bottled water",
317
+ "306": "bottom",
318
+ "307": "bottom car",
319
+ "308": "bottom right",
320
+ "309": "boulder",
321
+ "310": "bowl",
322
+ "311": "bowser",
323
+ "312": "box",
324
+ "313": "box chocolates",
325
+ "314": "bracelet",
326
+ "315": "braille alphabet",
327
+ "316": "braille note pk",
328
+ "317": "braille writing machine",
329
+ "318": "braillele",
330
+ "319": "bread maker",
331
+ "320": "breaded irish chicken goujons",
332
+ "321": "breakfast",
333
+ "322": "breakfast blend",
334
+ "323": "breakfast blend decaf",
335
+ "324": "breast",
336
+ "325": "brides maids",
337
+ "326": "britney spears video",
338
+ "327": "broccoli",
339
+ "328": "broccoli cheddar soup",
340
+ "329": "brown",
341
+ "330": "brown black",
342
+ "331": "brown comforter",
343
+ "332": "brown sasko",
344
+ "333": "brown shepard",
345
+ "334": "brown white",
346
+ "335": "brown yes",
347
+ "336": "brownie pan",
348
+ "337": "brussels sprouts",
349
+ "338": "bud light",
350
+ "339": "bug",
351
+ "340": "bug zapper",
352
+ "341": "build kitchen",
353
+ "342": "building",
354
+ "343": "building in background tree on right",
355
+ "344": "bulk sausage",
356
+ "345": "bulldog amber ale",
357
+ "346": "bunnies",
358
+ "347": "burgers",
359
+ "348": "burrito",
360
+ "349": "burts bees",
361
+ "350": "bus",
362
+ "351": "bush",
363
+ "352": "bushs beans",
364
+ "353": "butter",
365
+ "354": "butter recipe golden",
366
+ "355": "butterflies",
367
+ "356": "butterfly",
368
+ "357": "butternut",
369
+ "358": "butterscotch schnapps",
370
+ "359": "button down",
371
+ "360": "buttons",
372
+ "361": "byrds greatest hits",
373
+ "362": "cabernet sauvignon",
374
+ "363": "cabinet",
375
+ "364": "cadbury bourn vita",
376
+ "365": "cafe espresso",
377
+ "366": "caffeine free herb tea",
378
+ "367": "cake mix",
379
+ "368": "cake pan",
380
+ "369": "calcium magnesium",
381
+ "370": "calculator",
382
+ "371": "calendar",
383
+ "372": "calico",
384
+ "373": "camcorder",
385
+ "374": "camera",
386
+ "375": "campbells",
387
+ "376": "campbells soup",
388
+ "377": "campbells tomato soup",
389
+ "378": "can",
390
+ "379": "can food",
391
+ "380": "can mushrooms",
392
+ "381": "can spinach",
393
+ "382": "canada usa mexico",
394
+ "383": "candy",
395
+ "384": "candy bars",
396
+ "385": "canned spinach",
397
+ "386": "cannoli",
398
+ "387": "cans",
399
+ "388": "capn crunch",
400
+ "389": "cappuccino",
401
+ "390": "capri sun",
402
+ "391": "capture flag",
403
+ "392": "car",
404
+ "393": "car key",
405
+ "394": "car keys",
406
+ "395": "caramel drizzle",
407
+ "396": "card",
408
+ "397": "card reader",
409
+ "398": "carling lager",
410
+ "399": "carmel candy bar",
411
+ "400": "carpenters gold",
412
+ "401": "carpet",
413
+ "402": "carpet cleaner",
414
+ "403": "carrots",
415
+ "404": "casual vacancy",
416
+ "405": "cat",
417
+ "406": "cat flowers",
418
+ "407": "cat food",
419
+ "408": "cat scratch mat",
420
+ "409": "catfish",
421
+ "410": "cats claw",
422
+ "411": "cauliflower",
423
+ "412": "cauliflower cheddar cheese",
424
+ "413": "cayenne pepper",
425
+ "414": "cds",
426
+ "415": "ceiling",
427
+ "416": "ceiling fan",
428
+ "417": "celery flakes",
429
+ "418": "celery salt",
430
+ "419": "celeste",
431
+ "420": "celestial sleepytime herbal tea",
432
+ "421": "cell phone",
433
+ "422": "cereal",
434
+ "423": "cereal almonds",
435
+ "424": "chad morgan",
436
+ "425": "chair",
437
+ "426": "chairs",
438
+ "427": "champion",
439
+ "428": "chandelier",
440
+ "429": "chardonnay",
441
+ "430": "charger",
442
+ "431": "cheerios",
443
+ "432": "cheese",
444
+ "433": "cheese sticks",
445
+ "434": "cheetos",
446
+ "435": "cheez",
447
+ "436": "chekhov other essays",
448
+ "437": "cherry",
449
+ "438": "cherry apple juice",
450
+ "439": "cherry coca cola",
451
+ "440": "cherry pepsi",
452
+ "441": "chewy",
453
+ "442": "chick fil bowl",
454
+ "443": "chicken",
455
+ "444": "chicken breast",
456
+ "445": "chicken breast mashed potatoes",
457
+ "446": "chicken breast nuggets",
458
+ "447": "chicken breasts",
459
+ "448": "chicken broth",
460
+ "449": "chicken bullion",
461
+ "450": "chicken fingers meal",
462
+ "451": "chicken fried rice",
463
+ "452": "chicken noodle",
464
+ "453": "chicken noodle soup",
465
+ "454": "chicken pot pie",
466
+ "455": "chicken satay sauce",
467
+ "456": "chicken stars",
468
+ "457": "chicken tender wrap",
469
+ "458": "chicken tortilla",
470
+ "459": "chicken wings",
471
+ "460": "childrens medical box",
472
+ "461": "chile verde",
473
+ "462": "chili",
474
+ "463": "chili seasoning mix",
475
+ "464": "chips",
476
+ "465": "chivas regal whisky",
477
+ "466": "chlorine free bleach",
478
+ "467": "chocolate",
479
+ "468": "chocolate bar",
480
+ "469": "chocolate cake",
481
+ "470": "chocolate chip",
482
+ "471": "chocolate raspberry",
483
+ "472": "choose instrument track ogg format parent folder data folder",
484
+ "473": "chopped spinach",
485
+ "474": "chopper",
486
+ "475": "chores to do",
487
+ "476": "chris",
488
+ "477": "christian open mic",
489
+ "478": "christmas story",
490
+ "479": "christmas tree",
491
+ "480": "chunky soup",
492
+ "481": "cigarette",
493
+ "482": "cigarettes",
494
+ "483": "cinderella",
495
+ "484": "cinnamon bears",
496
+ "485": "cinnamon pastry",
497
+ "486": "cinnamon toast crunch",
498
+ "487": "citalopram",
499
+ "488": "classical music for reading",
500
+ "489": "cleaner",
501
+ "490": "cleaning pockets",
502
+ "491": "clear",
503
+ "492": "clear yellow",
504
+ "493": "click finish",
505
+ "494": "clock",
506
+ "495": "clock baskets",
507
+ "496": "clorox",
508
+ "497": "clorox bleach",
509
+ "498": "clorox clean up bleach",
510
+ "499": "closet",
511
+ "500": "clouds",
512
+ "501": "cloudy",
513
+ "502": "clover organic farms",
514
+ "503": "coca cola",
515
+ "504": "coca cola 0",
516
+ "505": "coca cola cherry",
517
+ "506": "cock",
518
+ "507": "cockroach",
519
+ "508": "cocoa butter shea",
520
+ "509": "coconut date roll",
521
+ "510": "coconut oil",
522
+ "511": "coconut pineapple",
523
+ "512": "coconut sponge",
524
+ "513": "coffee",
525
+ "514": "coffee cup",
526
+ "515": "coffee cup eiffel tower statue",
527
+ "516": "coffee filters",
528
+ "517": "coffee maker",
529
+ "518": "coffee mug",
530
+ "519": "coffee pot",
531
+ "520": "coffee punch card",
532
+ "521": "coke",
533
+ "522": "coke 0",
534
+ "523": "coke cola",
535
+ "524": "cola",
536
+ "525": "colombia supremo la valle verde",
537
+ "526": "color conditioning treatment",
538
+ "527": "columbo dvd",
539
+ "528": "comic",
540
+ "529": "command key",
541
+ "530": "computer",
542
+ "531": "computer mouse",
543
+ "532": "conchay toro",
544
+ "533": "conditioner shampoo lotion",
545
+ "534": "condom",
546
+ "535": "condom lube",
547
+ "536": "cookbook",
548
+ "537": "cookie crisp",
549
+ "538": "cookie cutters",
550
+ "539": "cookie dough",
551
+ "540": "cookies",
552
+ "541": "cooking",
553
+ "542": "cooks essentials",
554
+ "543": "coors light",
555
+ "544": "cord",
556
+ "545": "coriander",
557
+ "546": "corn",
558
+ "547": "corn chips",
559
+ "548": "corn chowder",
560
+ "549": "corn flakes",
561
+ "550": "corn muffins",
562
+ "551": "corned beef",
563
+ "552": "corner stone laid august seventh mcmxxv",
564
+ "553": "corona light",
565
+ "554": "couch",
566
+ "555": "cough drops",
567
+ "556": "cough syrup",
568
+ "557": "countertop",
569
+ "558": "country sausage biscuits",
570
+ "559": "country teardrops",
571
+ "560": "coupon",
572
+ "561": "courtesy notice tax reminder 2nd half 2011 taxes due may 10 2012",
573
+ "562": "crab apple jam",
574
+ "563": "crab cakes",
575
+ "564": "crackers",
576
+ "565": "cran strawberry juice",
577
+ "566": "cranberry",
578
+ "567": "cranberry sauce",
579
+ "568": "cream celery",
580
+ "569": "cream chicken",
581
+ "570": "cream corn",
582
+ "571": "cream green brown blue",
583
+ "572": "cream mushroom",
584
+ "573": "cream mushroom soup",
585
+ "574": "creamer",
586
+ "575": "creamy",
587
+ "576": "creamy 4 cheese",
588
+ "577": "creamy chicken carbonara",
589
+ "578": "creamy chocolate",
590
+ "579": "creamy coconut body lotion",
591
+ "580": "creme",
592
+ "581": "creme de cassis",
593
+ "582": "croissant",
594
+ "583": "cross necklace",
595
+ "584": "crosswalk",
596
+ "585": "crown",
597
+ "586": "crumbed fillet fish",
598
+ "587": "crumbled fillet fish",
599
+ "588": "crush orange soda",
600
+ "589": "crushed chillies",
601
+ "590": "crushed red pepper",
602
+ "591": "cumulus",
603
+ "592": "cup",
604
+ "593": "cupcake",
605
+ "594": "currency",
606
+ "595": "curry yellow paste",
607
+ "596": "curtain",
608
+ "597": "curtains",
609
+ "598": "curve",
610
+ "599": "cut broccoli",
611
+ "600": "daisies",
612
+ "601": "daisy",
613
+ "602": "dandruff shampoo",
614
+ "603": "dark",
615
+ "604": "dark blue light blue white pink",
616
+ "605": "dark chocolate",
617
+ "606": "dark chocolate pomegranate",
618
+ "607": "dark chocolate truffle",
619
+ "608": "dark grey dark jeans",
620
+ "609": "dark roast",
621
+ "610": "dark sumatra",
622
+ "611": "darth vader",
623
+ "612": "dasani",
624
+ "613": "dashboard trees",
625
+ "614": "dawn dish soap",
626
+ "615": "day hour minute schedule clock",
627
+ "616": "daybreak",
628
+ "617": "dayquil",
629
+ "618": "dear mom dad",
630
+ "619": "dec 04 2013",
631
+ "620": "decaffeinated",
632
+ "621": "decoration",
633
+ "622": "deer park 100% natural spring water",
634
+ "623": "degree",
635
+ "624": "dehumidifier",
636
+ "625": "dehumidify",
637
+ "626": "delay",
638
+ "627": "delay start",
639
+ "628": "denture adhesive",
640
+ "629": "deodorant",
641
+ "630": "deputy wardens reflection on prison work",
642
+ "631": "desk",
643
+ "632": "devil sideways",
644
+ "633": "diabetes forecast",
645
+ "634": "dial",
646
+ "635": "diced tomatoes",
647
+ "636": "diet a&w root beer",
648
+ "637": "diet coke",
649
+ "638": "diet pepsi",
650
+ "639": "diet snapple",
651
+ "640": "dietary supplement",
652
+ "641": "dietary supplements",
653
+ "642": "digital voice recorder",
654
+ "643": "dinner table brown",
655
+ "644": "disc repair kit",
656
+ "645": "dish soap",
657
+ "646": "display",
658
+ "647": "display dongle",
659
+ "648": "doberman",
660
+ "649": "dog",
661
+ "650": "dog fancy",
662
+ "651": "dog on rug",
663
+ "652": "dog shampoo",
664
+ "653": "dog toy",
665
+ "654": "dog treats",
666
+ "655": "dont know",
667
+ "656": "donut shop",
668
+ "657": "door",
669
+ "658": "door carpet luggage nightstand",
670
+ "659": "doorway",
671
+ "660": "dots candy",
672
+ "661": "double stout",
673
+ "662": "dove",
674
+ "663": "dr pepper",
675
+ "664": "dr pepper 10",
676
+ "665": "dreamcast collection",
677
+ "666": "dresser",
678
+ "667": "dried berries",
679
+ "668": "drink",
680
+ "669": "drinking chocolate",
681
+ "670": "drinking glass",
682
+ "671": "driveway",
683
+ "672": "drying rack",
684
+ "673": "dunhill",
685
+ "674": "dvd",
686
+ "675": "dvd video",
687
+ "676": "eagle",
688
+ "677": "ear bud",
689
+ "678": "ear plugs",
690
+ "679": "ear training",
691
+ "680": "earbuds",
692
+ "681": "earl grey",
693
+ "682": "ef18 88",
694
+ "683": "egg mayo bacon",
695
+ "684": "egg whites",
696
+ "685": "ek7s",
697
+ "686": "electric",
698
+ "687": "electronic",
699
+ "688": "elevator buttons",
700
+ "689": "elite",
701
+ "690": "emergency roadside kit",
702
+ "691": "emoji",
703
+ "692": "emoji lyrics",
704
+ "693": "end table",
705
+ "694": "english breakfast tea",
706
+ "695": "english mustard",
707
+ "696": "entertainment center",
708
+ "697": "eq02713",
709
+ "698": "equipment",
710
+ "699": "er",
711
+ "700": "error message",
712
+ "701": "espresso",
713
+ "702": "etch sketch",
714
+ "703": "ethernet cable not connected",
715
+ "704": "euro spices",
716
+ "705": "evaporated milk",
717
+ "706": "everyday maths for grown ups",
718
+ "707": "excedrin extra strength",
719
+ "708": "exercise ball",
720
+ "709": "express",
721
+ "710": "extra bold",
722
+ "711": "extra sweet tea",
723
+ "712": "eye drops",
724
+ "713": "eye toy play 2",
725
+ "714": "eye wash",
726
+ "715": "fabric",
727
+ "716": "family guy",
728
+ "717": "fan",
729
+ "718": "fanta",
730
+ "719": "far right",
731
+ "720": "farm",
732
+ "721": "fat free yogurt",
733
+ "722": "favorite nursery rhymes",
734
+ "723": "feb 08 13",
735
+ "724": "febreeze air freshener",
736
+ "725": "ferlin husky",
737
+ "726": "fiber",
738
+ "727": "fiber 1 cereal",
739
+ "728": "fiber capsules",
740
+ "729": "figurines",
741
+ "730": "file cabinet",
742
+ "731": "financial planners bible",
743
+ "732": "finger",
744
+ "733": "fire",
745
+ "734": "fire alarm",
746
+ "735": "fireplace",
747
+ "736": "fish",
748
+ "737": "fish oil",
749
+ "738": "fish tank",
750
+ "739": "flat iron spray",
751
+ "740": "flip flop",
752
+ "741": "floor",
753
+ "742": "floral",
754
+ "743": "floral green",
755
+ "744": "flour",
756
+ "745": "flower",
757
+ "746": "flowering",
758
+ "747": "flowers",
759
+ "748": "flute",
760
+ "749": "fly swatter",
761
+ "750": "folic acid",
762
+ "751": "food",
763
+ "752": "food box",
764
+ "753": "fools costa rican tarrazu",
765
+ "754": "fools tanzanian peaberry",
766
+ "755": "foosball",
767
+ "756": "foot",
768
+ "757": "foot works",
769
+ "758": "football jersey",
770
+ "759": "ford",
771
+ "760": "ford blue",
772
+ "761": "frasier",
773
+ "762": "free smartrecord",
774
+ "763": "free whataburger",
775
+ "764": "free whopper purchase whopper",
776
+ "765": "freedom not free",
777
+ "766": "french dressing",
778
+ "767": "french fries",
779
+ "768": "french onion soup",
780
+ "769": "french style green beans",
781
+ "770": "french toast",
782
+ "771": "french vanilla",
783
+ "772": "frequency",
784
+ "773": "frequent client card",
785
+ "774": "fresh food 24 7",
786
+ "775": "friends disc 5",
787
+ "776": "fries",
788
+ "777": "fritos",
789
+ "778": "fritos chili cheese",
790
+ "779": "from",
791
+ "780": "frooti drink",
792
+ "781": "frozen dinner",
793
+ "782": "fruit",
794
+ "783": "fruit cocktail",
795
+ "784": "fruit juicy red",
796
+ "785": "fudge marshmallow",
797
+ "786": "full house",
798
+ "787": "funny you dont look christian",
799
+ "788": "furniture polish",
800
+ "789": "futuro",
801
+ "790": "fuzzy",
802
+ "791": "games",
803
+ "792": "garlic powder",
804
+ "793": "garlic salt",
805
+ "794": "garnier fructis",
806
+ "795": "garth nix",
807
+ "796": "gas relief",
808
+ "797": "gas relief pills",
809
+ "798": "gaucho",
810
+ "799": "gerber graduates lil entrees macaroni cheese",
811
+ "800": "germ x",
812
+ "801": "german shepard",
813
+ "802": "get discounts you deserve",
814
+ "803": "gevalia",
815
+ "804": "gewurz raminer",
816
+ "805": "gi joe",
817
+ "806": "giant tree tomato",
818
+ "807": "gift card",
819
+ "808": "gin",
820
+ "809": "ginger",
821
+ "810": "ginger ale",
822
+ "811": "girl scout cookies",
823
+ "812": "gladys knight pips",
824
+ "813": "glass",
825
+ "814": "glass cleaner",
826
+ "815": "glasses",
827
+ "816": "goblet",
828
+ "817": "gold",
829
+ "818": "golden retriever",
830
+ "819": "golden sugar",
831
+ "820": "goldenseal",
832
+ "821": "gourmet cookie dough",
833
+ "822": "grand theft auto vice city",
834
+ "823": "grandpas teeth",
835
+ "824": "granola bars",
836
+ "825": "grape",
837
+ "826": "grape juice",
838
+ "827": "grass",
839
+ "828": "great value",
840
+ "829": "green",
841
+ "830": "green apple",
842
+ "831": "green bay packers",
843
+ "832": "green beans",
844
+ "833": "green black",
845
+ "834": "green day",
846
+ "835": "green mint chips",
847
+ "836": "green mountain coffee",
848
+ "837": "green mountain coffee extra bold",
849
+ "838": "green necklace",
850
+ "839": "green pigeon coconut milk",
851
+ "840": "green tea",
852
+ "841": "green white",
853
+ "842": "green yellow",
854
+ "843": "greens",
855
+ "844": "grey",
856
+ "845": "grey blue grey print",
857
+ "846": "grey flat rectangular",
858
+ "847": "grey green white stripes",
859
+ "848": "grey just about anything white black would probably be best",
860
+ "849": "grey mystic connecticut",
861
+ "850": "grey yes",
862
+ "851": "grill",
863
+ "852": "grilled cheese tossed salad italian dressing pineapple tidbits",
864
+ "853": "grilled onions mushrooms",
865
+ "854": "grocery ad",
866
+ "855": "ground beef",
867
+ "856": "ground cumin",
868
+ "857": "ground sage",
869
+ "858": "group 1",
870
+ "859": "guacamole",
871
+ "860": "guar gum",
872
+ "861": "gucci floral",
873
+ "862": "gum",
874
+ "863": "gumballs",
875
+ "864": "gummy vitamins",
876
+ "865": "guy in chair",
877
+ "866": "gym",
878
+ "867": "hair",
879
+ "868": "hair clip",
880
+ "869": "hair gel",
881
+ "870": "hair rollers",
882
+ "871": "half",
883
+ "872": "half half cream",
884
+ "873": "halloween pumpkins spiders",
885
+ "874": "halls",
886
+ "875": "hallway",
887
+ "876": "hamburger buns",
888
+ "877": "hamburger helper",
889
+ "878": "hand",
890
+ "879": "hand sanitizer",
891
+ "880": "hand soap",
892
+ "881": "hangover",
893
+ "882": "harassment acoso es",
894
+ "883": "harry potter",
895
+ "884": "hartleys no bits",
896
+ "885": "hat",
897
+ "886": "hawaiian punch",
898
+ "887": "hazelnut",
899
+ "888": "hc",
900
+ "889": "headphones",
901
+ "890": "healthy choice",
902
+ "891": "healthy choice beef merlot",
903
+ "892": "healthy choice beef pot roast",
904
+ "893": "healthy pet",
905
+ "894": "heartworm tablets",
906
+ "895": "heater",
907
+ "896": "heater warmer cooler",
908
+ "897": "heavenly crisp candy bar",
909
+ "898": "herb garlic",
910
+ "899": "herb provence",
911
+ "900": "herb tea",
912
+ "901": "herbs",
913
+ "902": "hershey kisses",
914
+ "903": "hi energy",
915
+ "904": "hierophant sideways",
916
+ "905": "hippocrene handy dictionary japanese",
917
+ "906": "hobie",
918
+ "907": "home depot",
919
+ "908": "homestyle italian",
920
+ "909": "honey",
921
+ "910": "honey bunches oats",
922
+ "911": "honey mustard",
923
+ "912": "honey soy chicken",
924
+ "913": "hoodie",
925
+ "914": "hospital room",
926
+ "915": "hot apple cider",
927
+ "916": "hot buffalo wing pretzel pieces",
928
+ "917": "hot buffalo wing pretzels",
929
+ "918": "hot chocolate",
930
+ "919": "hot cocoa",
931
+ "920": "hot fries",
932
+ "921": "hot pockets 4 meat 4 cheese pizza",
933
+ "922": "hot sauce",
934
+ "923": "hot shot ant roach spray",
935
+ "924": "hotel afrodite rent bicycle",
936
+ "925": "house blend",
937
+ "926": "hp",
938
+ "927": "hulk toy",
939
+ "928": "hungry man",
940
+ "929": "hunts",
941
+ "930": "hunts tomato sauce",
942
+ "931": "i dont know",
943
+ "932": "ialsonaw samuel",
944
+ "933": "iams",
945
+ "934": "ibuprofen",
946
+ "935": "ice",
947
+ "936": "ice breakers",
948
+ "937": "ice cream maker",
949
+ "938": "ice tea",
950
+ "939": "iced latte",
951
+ "940": "iced tea",
952
+ "941": "id give up chocolate but im not quitter",
953
+ "942": "image not clear",
954
+ "943": "imodium",
955
+ "944": "indian curry powder",
956
+ "945": "indicator lights",
957
+ "946": "install mac os x",
958
+ "947": "intel pentium",
959
+ "948": "invalid partition table",
960
+ "949": "invisible",
961
+ "950": "ipad",
962
+ "951": "ipad bootcamp workshop",
963
+ "952": "iphone",
964
+ "953": "iphone 4 case keyboard",
965
+ "954": "ipod",
966
+ "955": "ipod nano",
967
+ "956": "iron man 2",
968
+ "957": "island fresh",
969
+ "958": "isotoner",
970
+ "959": "italian",
971
+ "960": "italian herb sauce",
972
+ "961": "italian herbs",
973
+ "962": "italian meat trio",
974
+ "963": "italian seasoning",
975
+ "964": "italian sides",
976
+ "965": "italian songs arias",
977
+ "966": "italian wedding",
978
+ "967": "itunes",
979
+ "968": "itunes card",
980
+ "969": "ive got mad ninja skills",
981
+ "970": "jack links",
982
+ "971": "jaffa cakes",
983
+ "972": "jamaican jerk marinade",
984
+ "973": "james brown",
985
+ "974": "jar",
986
+ "975": "jay z kanye west gotta have blue",
987
+ "976": "jazz collection",
988
+ "977": "jeans",
989
+ "978": "jello",
990
+ "979": "jelly beans",
991
+ "980": "jerk sauce",
992
+ "981": "jesus loves you rest us think youre asshole",
993
+ "982": "jif",
994
+ "983": "jimmy dean",
995
+ "984": "john denver",
996
+ "985": "join us on march 21st",
997
+ "986": "joint muscle pain relieving cream",
998
+ "987": "juice",
999
+ "988": "juice pack air",
1000
+ "989": "jul 08 11",
1001
+ "990": "jun 08 11",
1002
+ "991": "junk",
1003
+ "992": "just dance 3",
1004
+ "993": "justice",
1005
+ "994": "kahlua",
1006
+ "995": "kamboh",
1007
+ "996": "kelp noodles",
1008
+ "997": "ketchup",
1009
+ "998": "keurig",
1010
+ "999": "key",
1011
+ "1000": "keyboard",
1012
+ "1001": "keyboard grey",
1013
+ "1002": "keystone ice",
1014
+ "1003": "kidney beans",
1015
+ "1004": "kids activity book",
1016
+ "1005": "kids tablet",
1017
+ "1006": "king ring saturday 19th january",
1018
+ "1007": "king spades",
1019
+ "1008": "kinumbo been",
1020
+ "1009": "kitchen",
1021
+ "1010": "kleenex",
1022
+ "1011": "kona blend",
1023
+ "1012": "kp26m1xpm",
1024
+ "1013": "krackel",
1025
+ "1014": "lab",
1026
+ "1015": "label",
1027
+ "1016": "labrador",
1028
+ "1017": "lake",
1029
+ "1018": "lamp",
1030
+ "1019": "language",
1031
+ "1020": "laptop",
1032
+ "1021": "laptop apple",
1033
+ "1022": "lasagne",
1034
+ "1023": "laundry detergent",
1035
+ "1024": "law order",
1036
+ "1025": "lean cuisine",
1037
+ "1026": "lean cuisine meals",
1038
+ "1027": "lean pocket",
1039
+ "1028": "leather",
1040
+ "1029": "left",
1041
+ "1030": "legs",
1042
+ "1031": "lemon",
1043
+ "1032": "lemon butter shrimp",
1044
+ "1033": "lemon garlic seasoned vegetable blend",
1045
+ "1034": "lemon lime",
1046
+ "1035": "lemon meringue dessert cookies",
1047
+ "1036": "lemonade",
1048
+ "1037": "lever",
1049
+ "1038": "lever 2000",
1050
+ "1039": "library",
1051
+ "1040": "lifetime",
1052
+ "1041": "light",
1053
+ "1042": "light blue white pink flowers",
1054
+ "1043": "light bulb white",
1055
+ "1044": "light pink",
1056
+ "1045": "light red kidney beans",
1057
+ "1046": "lighter",
1058
+ "1047": "lima beans",
1059
+ "1048": "lime",
1060
+ "1049": "lime rita",
1061
+ "1050": "linguine",
1062
+ "1051": "lip balm",
1063
+ "1052": "liquid",
1064
+ "1053": "liquid plum",
1065
+ "1054": "liquor",
1066
+ "1055": "listerine",
1067
+ "1056": "little bamboo",
1068
+ "1057": "little princess",
1069
+ "1058": "living room",
1070
+ "1059": "ll bean",
1071
+ "1060": "loaded mashed potatoes",
1072
+ "1061": "login screen",
1073
+ "1062": "logo",
1074
+ "1063": "lotion",
1075
+ "1064": "lotion conditioner shampoo",
1076
+ "1065": "lovage alcoholic cordial",
1077
+ "1066": "love",
1078
+ "1067": "low",
1079
+ "1068": "low fat evaporated milk",
1080
+ "1069": "low high program top button increase time bottom button decrease time right button off",
1081
+ "1070": "lysol spray",
1082
+ "1071": "mac",
1083
+ "1072": "macaroni cheese",
1084
+ "1073": "macintosh",
1085
+ "1074": "mad money",
1086
+ "1075": "madison taylor women",
1087
+ "1076": "magenta",
1088
+ "1077": "magnifying glass",
1089
+ "1078": "mahatma gandhi",
1090
+ "1079": "mailbox",
1091
+ "1080": "malibu heat",
1092
+ "1081": "man aiming gun",
1093
+ "1082": "man duck",
1094
+ "1083": "mango chipotle",
1095
+ "1084": "mango nectar",
1096
+ "1085": "manwich",
1097
+ "1086": "many",
1098
+ "1087": "map",
1099
+ "1088": "maple",
1100
+ "1089": "maple brown sugar",
1101
+ "1090": "mar 21 12",
1102
+ "1091": "marc anthony",
1103
+ "1092": "margarita",
1104
+ "1093": "marie callenders",
1105
+ "1094": "marlboro",
1106
+ "1095": "maroon",
1107
+ "1096": "maroon pink grey",
1108
+ "1097": "marshmallow creme",
1109
+ "1098": "martin sp msp26p",
1110
+ "1099": "mary kay",
1111
+ "1100": "massage into wet hair lather then rinse thoroughly repeat if desired use daily",
1112
+ "1101": "massage pad for chair",
1113
+ "1102": "massimo",
1114
+ "1103": "master commander",
1115
+ "1104": "math book",
1116
+ "1105": "maxwell house",
1117
+ "1106": "mayo",
1118
+ "1107": "mcdonalds",
1119
+ "1108": "meat",
1120
+ "1109": "meat lasagna",
1121
+ "1110": "meat loaf gravy",
1122
+ "1111": "meatball",
1123
+ "1112": "meatball soup",
1124
+ "1113": "meatballs mozzarella",
1125
+ "1114": "meatloaf",
1126
+ "1115": "mechanical parts",
1127
+ "1116": "mechanical turk",
1128
+ "1117": "medal pillow",
1129
+ "1118": "medicine",
1130
+ "1119": "melatonin",
1131
+ "1120": "melon",
1132
+ "1121": "memory card",
1133
+ "1122": "mets",
1134
+ "1123": "mexican express",
1135
+ "1124": "mexican style",
1136
+ "1125": "mezzoforte",
1137
+ "1126": "microsoft",
1138
+ "1127": "microsoft corporation",
1139
+ "1128": "microwave",
1140
+ "1129": "microwaveable",
1141
+ "1130": "middle finger",
1142
+ "1131": "midnight",
1143
+ "1132": "midnight magic",
1144
+ "1133": "milk",
1145
+ "1134": "milk chocolate",
1146
+ "1135": "milk chocolate creme drops",
1147
+ "1136": "milka milk chocolate",
1148
+ "1137": "milky way",
1149
+ "1138": "miller lite",
1150
+ "1139": "milwaukee brewers",
1151
+ "1140": "mineral oil",
1152
+ "1141": "mini cinnamon",
1153
+ "1142": "mini muffins",
1154
+ "1143": "mini pins",
1155
+ "1144": "minicab handbook",
1156
+ "1145": "mints",
1157
+ "1146": "minute maid coolers",
1158
+ "1147": "mitchum",
1159
+ "1148": "mixed",
1160
+ "1149": "mixed nuts",
1161
+ "1150": "mixed vegetables",
1162
+ "1151": "mnr8pyp3v",
1163
+ "1152": "modus operandi india pale ale",
1164
+ "1153": "moisturizing conditioner",
1165
+ "1154": "mommys big guy",
1166
+ "1155": "money",
1167
+ "1156": "monitor",
1168
+ "1157": "monitor blank",
1169
+ "1158": "monitor cleaning kit",
1170
+ "1159": "monkey doorhanger",
1171
+ "1160": "monster energy drink",
1172
+ "1161": "monthly reminder clock",
1173
+ "1162": "moon",
1174
+ "1163": "motorcycle lcd",
1175
+ "1164": "motrin",
1176
+ "1165": "mountain dew",
1177
+ "1166": "mouthwash",
1178
+ "1167": "movie",
1179
+ "1168": "mozzarella cheese",
1180
+ "1169": "mrs dash",
1181
+ "1170": "mucinex",
1182
+ "1171": "muffin mix",
1183
+ "1172": "mug",
1184
+ "1173": "multi",
1185
+ "1174": "multi colored flower",
1186
+ "1175": "multicolored",
1187
+ "1176": "munchies cheese fix",
1188
+ "1177": "murphy oil soap",
1189
+ "1178": "muscle soothe",
1190
+ "1179": "mushrooms",
1191
+ "1180": "music cd r",
1192
+ "1181": "mustard",
1193
+ "1182": "nacho cheese doritos",
1194
+ "1183": "nail polish remover",
1195
+ "1184": "nap",
1196
+ "1185": "nap time story time",
1197
+ "1186": "naproxen",
1198
+ "1187": "narrator",
1199
+ "1188": "nasal spray",
1200
+ "1189": "natural",
1201
+ "1190": "natural calm",
1202
+ "1191": "natural vegetable laxative",
1203
+ "1192": "navy blue",
1204
+ "1193": "necklace",
1205
+ "1194": "negative",
1206
+ "1195": "negative 1 line",
1207
+ "1196": "neosporin",
1208
+ "1197": "nerf toy",
1209
+ "1198": "nescafe",
1210
+ "1199": "nescafe selection coffee",
1211
+ "1200": "nestea",
1212
+ "1201": "new england clam chowder",
1213
+ "1202": "new journey jesus",
1214
+ "1203": "newspaper",
1215
+ "1204": "nexcare skin cream",
1216
+ "1205": "niacin",
1217
+ "1206": "nicaragua french roast",
1218
+ "1207": "night ranger",
1219
+ "1208": "nintendo",
1220
+ "1209": "no",
1221
+ "1210": "no brand",
1222
+ "1211": "no picture",
1223
+ "1212": "no red",
1224
+ "1213": "no swing",
1225
+ "1214": "no to right",
1226
+ "1215": "noble pils",
1227
+ "1216": "nokia",
1228
+ "1217": "non aspirin",
1229
+ "1218": "nose hair trimmer",
1230
+ "1219": "nothing",
1231
+ "1220": "nowa anemia",
1232
+ "1221": "nut bar dark chocolate chili almond",
1233
+ "1222": "nutramax",
1234
+ "1223": "nutrition facts",
1235
+ "1224": "nuts",
1236
+ "1225": "nyquil",
1237
+ "1226": "oak",
1238
+ "1227": "oatmeal",
1239
+ "1228": "ocean",
1240
+ "1229": "oct 10",
1241
+ "1230": "oct 19 2012",
1242
+ "1231": "oct 27 2011",
1243
+ "1232": "off",
1244
+ "1233": "ok lets buy something",
1245
+ "1234": "old bay seasoning",
1246
+ "1235": "old spice deodorant",
1247
+ "1236": "olive oil",
1248
+ "1237": "olives",
1249
+ "1238": "olivias opposites",
1250
+ "1239": "on",
1251
+ "1240": "on bed",
1252
+ "1241": "on duty blue",
1253
+ "1242": "on floor",
1254
+ "1243": "on right",
1255
+ "1244": "on table",
1256
+ "1245": "onion powder",
1257
+ "1246": "onion sea salt",
1258
+ "1247": "open",
1259
+ "1248": "orange",
1260
+ "1249": "orange black",
1261
+ "1250": "orange brown geometric pattern",
1262
+ "1251": "orange cotton t shirt no writing on",
1263
+ "1252": "orange juice",
1264
+ "1253": "orange lemon lime",
1265
+ "1254": "orange soda",
1266
+ "1255": "oranges apples",
1267
+ "1256": "oreos",
1268
+ "1257": "organic black beans",
1269
+ "1258": "organic creamy tomato",
1270
+ "1259": "original",
1271
+ "1260": "our account",
1272
+ "1261": "out africa",
1273
+ "1262": "ovaltine",
1274
+ "1263": "ovation advanced creme rinse",
1275
+ "1264": "oven roasted",
1276
+ "1265": "ovxuw",
1277
+ "1266": "oxibooster",
1278
+ "1267": "pac man",
1279
+ "1268": "pain cream",
1280
+ "1269": "pain relieving cream 3 ounces",
1281
+ "1270": "painting",
1282
+ "1271": "palm",
1283
+ "1272": "panadol cold flu",
1284
+ "1273": "pancake mix",
1285
+ "1274": "paper",
1286
+ "1275": "paper towel",
1287
+ "1276": "paprika",
1288
+ "1277": "paprika soothing body gel",
1289
+ "1278": "parking lot",
1290
+ "1279": "parsley",
1291
+ "1280": "partiv",
1292
+ "1281": "passport",
1293
+ "1282": "pasta",
1294
+ "1283": "pasta alfredo",
1295
+ "1284": "pasta salad",
1296
+ "1285": "pasta sauce",
1297
+ "1286": "peach",
1298
+ "1287": "peach apple carrot fruitsations",
1299
+ "1288": "peach apricot",
1300
+ "1289": "peaches",
1301
+ "1290": "peanut",
1302
+ "1291": "peanut butter",
1303
+ "1292": "peanut m&ms",
1304
+ "1293": "pear",
1305
+ "1294": "pen",
1306
+ "1295": "pen paper",
1307
+ "1296": "pencil",
1308
+ "1297": "penetrex",
1309
+ "1298": "people",
1310
+ "1299": "pepper",
1311
+ "1300": "pepper onion blend",
1312
+ "1301": "peppermint",
1313
+ "1302": "peppermint bark",
1314
+ "1303": "pepperoni",
1315
+ "1304": "pepperoni pizza",
1316
+ "1305": "pepperoni sausage tombstone",
1317
+ "1306": "pepsi",
1318
+ "1307": "pepsi max",
1319
+ "1308": "perfect granite",
1320
+ "1309": "perfume",
1321
+ "1310": "petite diced",
1322
+ "1311": "pevison",
1323
+ "1312": "philips",
1324
+ "1313": "phone",
1325
+ "1314": "phone case",
1326
+ "1315": "phone charger",
1327
+ "1316": "phone cord",
1328
+ "1317": "phone lockscreen",
1329
+ "1318": "phone white",
1330
+ "1319": "photo ink",
1331
+ "1320": "piano",
1332
+ "1321": "piano keys",
1333
+ "1322": "pickles",
1334
+ "1323": "pickwick",
1335
+ "1324": "picture",
1336
+ "1325": "picture frame",
1337
+ "1326": "pictures",
1338
+ "1327": "pie filling",
1339
+ "1328": "pif paf powder",
1340
+ "1329": "pill",
1341
+ "1330": "pillow",
1342
+ "1331": "pills",
1343
+ "1332": "pimentos",
1344
+ "1333": "pine sol",
1345
+ "1334": "pineapple",
1346
+ "1335": "pink",
1347
+ "1336": "pink green white",
1348
+ "1337": "pink lemonade",
1349
+ "1338": "pink purple",
1350
+ "1339": "pink white",
1351
+ "1340": "pinto beans",
1352
+ "1341": "pit bull",
1353
+ "1342": "pizza",
1354
+ "1343": "pizza blend",
1355
+ "1344": "pizza hut",
1356
+ "1345": "pizza rolls",
1357
+ "1346": "plaid",
1358
+ "1347": "plaid dark red as well as white black grey",
1359
+ "1348": "plain",
1360
+ "1349": "plant",
1361
+ "1350": "planters",
1362
+ "1351": "plastic cup",
1363
+ "1352": "plate spoon",
1364
+ "1353": "playpen",
1365
+ "1354": "playstation controller",
1366
+ "1355": "please change bed linen today",
1367
+ "1356": "please make up room now",
1368
+ "1357": "pliers",
1369
+ "1358": "pokemon cards",
1370
+ "1359": "poland spring water",
1371
+ "1360": "police",
1372
+ "1361": "pomeranian",
1373
+ "1362": "poodle",
1374
+ "1363": "pool",
1375
+ "1364": "pool float",
1376
+ "1365": "popcorn",
1377
+ "1366": "pork",
1378
+ "1367": "pork chops",
1379
+ "1368": "pork sausage",
1380
+ "1369": "portable speaker",
1381
+ "1370": "pot pie",
1382
+ "1371": "potato chips",
1383
+ "1372": "potatoes",
1384
+ "1373": "potstickers",
1385
+ "1374": "poultry seasoning",
1386
+ "1375": "pound cake mix",
1387
+ "1376": "powercard",
1388
+ "1377": "prawn cocktail",
1389
+ "1378": "presentation techniques protocol",
1390
+ "1379": "press ctrl alt delete to begin",
1391
+ "1380": "pretzels",
1392
+ "1381": "princess diaries",
1393
+ "1382": "pringles",
1394
+ "1383": "printer",
1395
+ "1384": "protein bars",
1396
+ "1385": "protein powder",
1397
+ "1386": "pudding",
1398
+ "1387": "pull string",
1399
+ "1388": "puncture",
1400
+ "1389": "puppies",
1401
+ "1390": "pure grace",
1402
+ "1391": "purple",
1403
+ "1392": "purple pink",
1404
+ "1393": "purse",
1405
+ "1394": "quick silver",
1406
+ "1395": "quilt",
1407
+ "1396": "qwerty",
1408
+ "1397": "radio",
1409
+ "1398": "rage",
1410
+ "1399": "railroads",
1411
+ "1400": "rain",
1412
+ "1401": "rain clouds",
1413
+ "1402": "raiz el evento",
1414
+ "1403": "ranch",
1415
+ "1404": "ranch style beans",
1416
+ "1405": "rash",
1417
+ "1406": "raspberry",
1418
+ "1407": "ravioli",
1419
+ "1408": "raw stuffed chicken breasts",
1420
+ "1409": "razor",
1421
+ "1410": "rca",
1422
+ "1411": "real",
1423
+ "1412": "recovery complete",
1424
+ "1413": "red",
1425
+ "1414": "red black",
1426
+ "1415": "red blend",
1427
+ "1416": "red blue green",
1428
+ "1417": "red label wine",
1429
+ "1418": "red no text",
1430
+ "1419": "red plaid",
1431
+ "1420": "red raspberry leaf",
1432
+ "1421": "red robin seasoning",
1433
+ "1422": "red what looks like possible orange flower white around",
1434
+ "1423": "red white",
1435
+ "1424": "red yo yo",
1436
+ "1425": "redheads",
1437
+ "1426": "reeses pieces",
1438
+ "1427": "refried beans",
1439
+ "1428": "refrigerator",
1440
+ "1429": "regular",
1441
+ "1430": "reindeer",
1442
+ "1431": "religious card no not upside down",
1443
+ "1432": "relish",
1444
+ "1433": "remote",
1445
+ "1434": "remote control",
1446
+ "1435": "revitalizing oil",
1447
+ "1436": "rfb&d learning through listening",
1448
+ "1437": "rice",
1449
+ "1438": "right",
1450
+ "1439": "right side up",
1451
+ "1440": "rinse",
1452
+ "1441": "ritz crackerfuls",
1453
+ "1442": "rlb2",
1454
+ "1443": "roast chicken",
1455
+ "1444": "roast pork apple sauce",
1456
+ "1445": "roasted chicken rice",
1457
+ "1446": "roasted sweet potato chunks",
1458
+ "1447": "rocking horse",
1459
+ "1448": "rocky road",
1460
+ "1449": "rolex",
1461
+ "1450": "rolling papers",
1462
+ "1451": "room",
1463
+ "1452": "root beer",
1464
+ "1453": "rose",
1465
+ "1454": "roses",
1466
+ "1455": "rotel",
1467
+ "1456": "ruffles",
1468
+ "1457": "rug",
1469
+ "1458": "rum",
1470
+ "1459": "rutabaga",
1471
+ "1460": "sage",
1472
+ "1461": "sailboat",
1473
+ "1462": "salad",
1474
+ "1463": "salisbury steaks",
1475
+ "1464": "salsa",
1476
+ "1465": "salt",
1477
+ "1466": "salt sugar",
1478
+ "1467": "salt vinegar",
1479
+ "1468": "saltines",
1480
+ "1469": "samoas",
1481
+ "1470": "sams cola",
1482
+ "1471": "samsung",
1483
+ "1472": "samuel adams holiday porter",
1484
+ "1473": "samuel adams summer ale",
1485
+ "1474": "sandals",
1486
+ "1475": "sandwich",
1487
+ "1476": "santa",
1488
+ "1477": "santa rita carmenere",
1489
+ "1478": "sardines",
1490
+ "1479": "sarna anti itch lotion",
1491
+ "1480": "sauce",
1492
+ "1481": "savor m1100",
1493
+ "1482": "saxa",
1494
+ "1483": "scalloped potatoes",
1495
+ "1484": "scar",
1496
+ "1485": "schlafly",
1497
+ "1486": "scissors",
1498
+ "1487": "scotch",
1499
+ "1488": "screen cleaner",
1500
+ "1489": "screenshot",
1501
+ "1490": "screw",
1502
+ "1491": "scuderia ferrari",
1503
+ "1492": "sea salt",
1504
+ "1493": "sears roebuck co",
1505
+ "1494": "self rising",
1506
+ "1495": "semi sweet",
1507
+ "1496": "senorio de p pecina",
1508
+ "1497": "settings",
1509
+ "1498": "sewing machine",
1510
+ "1499": "shaken bake",
1511
+ "1500": "shampoo",
1512
+ "1501": "shan punjabi yakhni plan mix",
1513
+ "1502": "shaving cream",
1514
+ "1503": "she wore yellow ribbon",
1515
+ "1504": "shea body butter",
1516
+ "1505": "sheet",
1517
+ "1506": "shelf",
1518
+ "1507": "shells",
1519
+ "1508": "shepherds pie",
1520
+ "1509": "sherry",
1521
+ "1510": "shiner rye lager ryes shine",
1522
+ "1511": "shirt",
1523
+ "1512": "shirt pants yes",
1524
+ "1513": "shock top",
1525
+ "1514": "shoe",
1526
+ "1515": "shoes",
1527
+ "1516": "shopping cart",
1528
+ "1517": "shower gel",
1529
+ "1518": "shrimp scampi",
1530
+ "1519": "shrimp vegetables asian noodles",
1531
+ "1520": "sierra mist",
1532
+ "1521": "sign",
1533
+ "1522": "silk",
1534
+ "1523": "silk vanilla almond milk",
1535
+ "1524": "silly socks",
1536
+ "1525": "silver",
1537
+ "1526": "silver yes",
1538
+ "1527": "simple green cleaner",
1539
+ "1528": "sink",
1540
+ "1529": "sippy cup",
1541
+ "1530": "sirloin steaks",
1542
+ "1531": "sku 247432",
1543
+ "1532": "sky blue",
1544
+ "1533": "skyline",
1545
+ "1534": "sleep aid",
1546
+ "1535": "sleepytime tea",
1547
+ "1536": "sliced jalapenos",
1548
+ "1537": "sliced peaches",
1549
+ "1538": "slightly right middle",
1550
+ "1539": "slow cooker",
1551
+ "1540": "smoked bacon tomato",
1552
+ "1541": "smoked porter",
1553
+ "1542": "snack",
1554
+ "1543": "snack pack",
1555
+ "1544": "snack pack pudding",
1556
+ "1545": "sneetches other stories",
1557
+ "1546": "snickers",
1558
+ "1547": "snow",
1559
+ "1548": "snowy park",
1560
+ "1549": "snyder",
1561
+ "1550": "soap",
1562
+ "1551": "soda",
1563
+ "1552": "soda bottle",
1564
+ "1553": "soda can",
1565
+ "1554": "solar garden light",
1566
+ "1555": "songs life",
1567
+ "1556": "songs south",
1568
+ "1557": "songs that won war",
1569
+ "1558": "sonoma",
1570
+ "1559": "sony ericsson",
1571
+ "1560": "sound case for ipod nano",
1572
+ "1561": "soup",
1573
+ "1562": "soup shanks",
1574
+ "1563": "sour cream",
1575
+ "1564": "southern blackberry cobbler",
1576
+ "1565": "southern pecan",
1577
+ "1566": "soy sauce",
1578
+ "1567": "spades",
1579
+ "1568": "spaghetti",
1580
+ "1569": "spaghetti bologna",
1581
+ "1570": "spaghetti bolognese",
1582
+ "1571": "spaghetti meatballs",
1583
+ "1572": "spaghetti sauce",
1584
+ "1573": "sparkling cider",
1585
+ "1574": "speaker",
1586
+ "1575": "special k",
1587
+ "1576": "spices",
1588
+ "1577": "spinach",
1589
+ "1578": "spinach artichoke",
1590
+ "1579": "spinach artichoke chicken",
1591
+ "1580": "spinach garlic",
1592
+ "1581": "spinoza",
1593
+ "1582": "spirit earth",
1594
+ "1583": "spit",
1595
+ "1584": "splenda",
1596
+ "1585": "sports jersey",
1597
+ "1586": "spot shot carpet cleaner",
1598
+ "1587": "spray bottle",
1599
+ "1588": "spring mix",
1600
+ "1589": "sprite",
1601
+ "1590": "sprite 0",
1602
+ "1591": "sprits",
1603
+ "1592": "squash",
1604
+ "1593": "st norbert college",
1605
+ "1594": "stainless steel wipes",
1606
+ "1595": "stairs",
1607
+ "1596": "stale",
1608
+ "1597": "stapler",
1609
+ "1598": "star",
1610
+ "1599": "starbucks",
1611
+ "1600": "starting windows",
1612
+ "1601": "stationary set",
1613
+ "1602": "steak rub",
1614
+ "1603": "steak seasoning",
1615
+ "1604": "stereo",
1616
+ "1605": "sterling cabernet sauvignon",
1617
+ "1606": "stewed tomatoes",
1618
+ "1607": "stir fry",
1619
+ "1608": "stir fry sauce",
1620
+ "1609": "stockpot steamer set",
1621
+ "1610": "storage bags",
1622
+ "1611": "store",
1623
+ "1612": "storm clouds",
1624
+ "1613": "stove",
1625
+ "1614": "stove top chicken stuffing",
1626
+ "1615": "stove top stuffing",
1627
+ "1616": "strathmore",
1628
+ "1617": "strawberry",
1629
+ "1618": "strawberry syrup",
1630
+ "1619": "street corner no bus stop",
1631
+ "1620": "striped",
1632
+ "1621": "striped button down shirt",
1633
+ "1622": "stripes in red blue black",
1634
+ "1623": "stroganoff",
1635
+ "1624": "stuffed animal",
1636
+ "1625": "styrofoam cup",
1637
+ "1626": "subway cup",
1638
+ "1627": "suez walnut",
1639
+ "1628": "sugar",
1640
+ "1629": "sugar cookie mix",
1641
+ "1630": "sun",
1642
+ "1631": "sun block",
1643
+ "1632": "sunglasses",
1644
+ "1633": "sunkist",
1645
+ "1634": "sunny",
1646
+ "1635": "sunscreen",
1647
+ "1636": "super smash bros",
1648
+ "1637": "supreme",
1649
+ "1638": "sweet bourbon glazed chicken",
1650
+ "1639": "sweet corn",
1651
+ "1640": "sweet lemon black tea",
1652
+ "1641": "sweet pea",
1653
+ "1642": "sweet peach black tea",
1654
+ "1643": "sweet pepper",
1655
+ "1644": "sweet sour chicken",
1656
+ "1645": "sweetener",
1657
+ "1646": "swords horizontal",
1658
+ "1647": "t",
1659
+ "1648": "t mobile store",
1660
+ "1649": "t36m",
1661
+ "1650": "tabasco",
1662
+ "1651": "table",
1663
+ "1652": "table chair",
1664
+ "1653": "table chairs",
1665
+ "1654": "table straws napkins sauces",
1666
+ "1655": "tablet",
1667
+ "1656": "taco seasoning mix",
1668
+ "1657": "takis",
1669
+ "1658": "tale 2 cities",
1670
+ "1659": "talking bingo",
1671
+ "1660": "talking timer",
1672
+ "1661": "tall horse",
1673
+ "1662": "tallahassee panama city",
1674
+ "1663": "tambourine",
1675
+ "1664": "tampons",
1676
+ "1665": "tan",
1677
+ "1666": "tan colored",
1678
+ "1667": "tan white",
1679
+ "1668": "tape",
1680
+ "1669": "tape dispenser",
1681
+ "1670": "target ad",
1682
+ "1671": "tart cherry preserves",
1683
+ "1672": "tazo green tea",
1684
+ "1673": "tea",
1685
+ "1674": "tea light candles",
1686
+ "1675": "teddy grahams",
1687
+ "1676": "tee",
1688
+ "1677": "tee ball",
1689
+ "1678": "telephone",
1690
+ "1679": "television",
1691
+ "1680": "tennessee ernie ford",
1692
+ "1681": "tennis ball",
1693
+ "1682": "tequila ley",
1694
+ "1683": "terrier",
1695
+ "1684": "texas smokehouse",
1696
+ "1685": "text",
1697
+ "1686": "thermostat",
1698
+ "1687": "thin mints",
1699
+ "1688": "this app rocks",
1700
+ "1689": "this listen free",
1701
+ "1690": "this my sun devil shirt",
1702
+ "1691": "this side up caution extremely hot",
1703
+ "1692": "this test",
1704
+ "1693": "this year your highest priority will be your family",
1705
+ "1694": "thriller",
1706
+ "1695": "thx",
1707
+ "1696": "tide pods",
1708
+ "1697": "tiger",
1709
+ "1698": "tiger woods pga tour 10",
1710
+ "1699": "tikka masala cooking sauce",
1711
+ "1700": "tim hortons",
1712
+ "1701": "timothy",
1713
+ "1702": "timothy mocha java",
1714
+ "1703": "tire cleaner",
1715
+ "1704": "tissue",
1716
+ "1705": "tissue box",
1717
+ "1706": "tissue box water bottle",
1718
+ "1707": "tissues",
1719
+ "1708": "toad training",
1720
+ "1709": "toaster",
1721
+ "1710": "toaster oven",
1722
+ "1711": "toaster strudel",
1723
+ "1712": "toilet",
1724
+ "1713": "toilet paper",
1725
+ "1714": "toilet paper dispenser",
1726
+ "1715": "tomato",
1727
+ "1716": "tomato basil soup",
1728
+ "1717": "tomato paste",
1729
+ "1718": "tomato puree",
1730
+ "1719": "tomato sauce",
1731
+ "1720": "tomato soup",
1732
+ "1721": "tomatoes",
1733
+ "1722": "toms",
1734
+ "1723": "tonys",
1735
+ "1724": "too close this front",
1736
+ "1725": "toothpaste",
1737
+ "1726": "top chef",
1738
+ "1727": "top right",
1739
+ "1728": "tortellini",
1740
+ "1729": "tortilla chips",
1741
+ "1730": "toshiba",
1742
+ "1731": "toy",
1743
+ "1732": "toy cars",
1744
+ "1733": "traditional roast beef",
1745
+ "1734": "traffic light",
1746
+ "1735": "trail mix",
1747
+ "1736": "train set",
1748
+ "1737": "trash can",
1749
+ "1738": "tree",
1750
+ "1739": "trevor time",
1751
+ "1740": "trident",
1752
+ "1741": "triple antibiotic ointment",
1753
+ "1742": "triple berry blend",
1754
+ "1743": "trix",
1755
+ "1744": "trophy",
1756
+ "1745": "tropical mix",
1757
+ "1746": "tropical punch",
1758
+ "1747": "tshirt",
1759
+ "1748": "tub",
1760
+ "1749": "tullys french roast",
1761
+ "1750": "tuna",
1762
+ "1751": "tuna helper",
1763
+ "1752": "turkey mince",
1764
+ "1753": "turkey tetrazzini",
1765
+ "1754": "turmeric",
1766
+ "1755": "tv",
1767
+ "1756": "tv remote",
1768
+ "1757": "tv show",
1769
+ "1758": "twining",
1770
+ "1759": "twining african rooibos red tea",
1771
+ "1760": "twizzlers",
1772
+ "1761": "tylenol",
1773
+ "1762": "unanswerable",
1774
+ "1763": "underwear",
1775
+ "1764": "unsalted",
1776
+ "1765": "unsuitable",
1777
+ "1766": "unsweetened apple sauce",
1778
+ "1767": "up",
1779
+ "1768": "upside down",
1780
+ "1769": "urinal bottles in dresser drawer",
1781
+ "1770": "us twenty dollar bill",
1782
+ "1771": "usa",
1783
+ "1772": "usb port hub",
1784
+ "1773": "v8",
1785
+ "1774": "vacuum",
1786
+ "1775": "vacuum wash dry",
1787
+ "1776": "van houtte",
1788
+ "1777": "vanilla",
1789
+ "1778": "vanilla bean",
1790
+ "1779": "vanilla biscotti",
1791
+ "1780": "vanilla hazelnut",
1792
+ "1781": "vanity",
1793
+ "1782": "varvatos",
1794
+ "1783": "vase",
1795
+ "1784": "vegemite",
1796
+ "1785": "vegetable soup lemon jello pudding",
1797
+ "1786": "vegetables",
1798
+ "1787": "vending machine",
1799
+ "1788": "verizon",
1800
+ "1789": "verizon pantech",
1801
+ "1790": "very clear",
1802
+ "1791": "victor reader",
1803
+ "1792": "video 2 pc",
1804
+ "1793": "video game",
1805
+ "1794": "vintage bowl holder",
1806
+ "1795": "virgin mary",
1807
+ "1796": "vitamins",
1808
+ "1797": "vodka",
1809
+ "1798": "volunteer",
1810
+ "1799": "w2nmv5fz",
1811
+ "1800": "wafers",
1812
+ "1801": "walkie talkie",
1813
+ "1802": "wall",
1814
+ "1803": "wallet",
1815
+ "1804": "wands upside down",
1816
+ "1805": "wash rinse spin",
1817
+ "1806": "washing machine",
1818
+ "1807": "watch",
1819
+ "1808": "water",
1820
+ "1809": "water bottle",
1821
+ "1810": "water mint sake",
1822
+ "1811": "watermelon",
1823
+ "1812": "waterslide",
1824
+ "1813": "wd40",
1825
+ "1814": "weather",
1826
+ "1815": "wedding",
1827
+ "1816": "wedding ring",
1828
+ "1817": "weed killer",
1829
+ "1818": "welcome home",
1830
+ "1819": "westell",
1831
+ "1820": "wheat thins",
1832
+ "1821": "whirlpool",
1833
+ "1822": "whiskey",
1834
+ "1823": "whisky",
1835
+ "1824": "white",
1836
+ "1825": "white bean chicken chili",
1837
+ "1826": "white black",
1838
+ "1827": "white button down",
1839
+ "1828": "white charger rectangle for iphone ipod",
1840
+ "1829": "white chocolate",
1841
+ "1830": "white chocolate mocha",
1842
+ "1831": "white floor blue tiles down center",
1843
+ "1832": "white fluffy",
1844
+ "1833": "white gold stripes",
1845
+ "1834": "white grey blue stripes",
1846
+ "1835": "white matches",
1847
+ "1836": "white orange blue stripes",
1848
+ "1837": "white pink",
1849
+ "1838": "white tea",
1850
+ "1839": "white yellow",
1851
+ "1840": "whittard",
1852
+ "1841": "whole oysters",
1853
+ "1842": "wii",
1854
+ "1843": "wii remote",
1855
+ "1844": "wikki stix",
1856
+ "1845": "wild blend",
1857
+ "1846": "windex",
1858
+ "1847": "window",
1859
+ "1848": "window blinds",
1860
+ "1849": "window wash",
1861
+ "1850": "windows",
1862
+ "1851": "windows 7",
1863
+ "1852": "windows failed to start",
1864
+ "1853": "wine",
1865
+ "1854": "wine by design",
1866
+ "1855": "wine glass",
1867
+ "1856": "winnie pooh",
1868
+ "1857": "winston",
1869
+ "1858": "wired",
1870
+ "1859": "woman",
1871
+ "1860": "wood",
1872
+ "1861": "wooden train set",
1873
+ "1862": "worcestershire sauce",
1874
+ "1863": "world",
1875
+ "1864": "wps",
1876
+ "1865": "xbox",
1877
+ "1866": "yard",
1878
+ "1867": "yellow",
1879
+ "1868": "yellow blue",
1880
+ "1869": "yellow lab",
1881
+ "1870": "yellow red",
1882
+ "1871": "yers finger better",
1883
+ "1872": "yes",
1884
+ "1873": "yes 2 jokers ace spades",
1885
+ "1874": "yes white",
1886
+ "1875": "yogurt mini pretzels",
1887
+ "1876": "yoplait",
1888
+ "1877": "yorkie",
1889
+ "1878": "yorkshire terrier",
1890
+ "1879": "you had plan you accepted challenge you took risk",
1891
+ "1880": "ytz",
1892
+ "1881": "zipper",
1893
+ "1882": "zucker",
1894
+ "1883": "zzz"
1895
+ },
1896
+ "image_size": 384,
1897
+ "initializer_range": 0.02,
1898
+ "intermediate_size": 3072,
1899
+ "label2id": {
1900
+ "": 1883,
1901
+ " 31 81": 3,
1902
+ " 353 354 355": 69,
1903
+ " 7": 1851,
1904
+ " above": 161,
1905
+ " ad": 854,
1906
+ " adhesive": 628,
1907
+ " advanced creme rinse": 1263,
1908
+ " african rooibos red tea": 1759,
1909
+ " alphabet": 315,
1910
+ " amber ale": 345,
1911
+ " animal": 1624,
1912
+ " apples": 1255,
1913
+ " artichoke": 1578,
1914
+ " artichoke chicken": 1579,
1915
+ " bags": 1610,
1916
+ " bars": 1384,
1917
+ " bean": 1778,
1918
+ " beans": 1427,
1919
+ " been": 1008,
1920
+ " bingo": 1659,
1921
+ " biscotti": 1779,
1922
+ " black beans": 1257,
1923
+ " blank": 1157,
1924
+ " blue": 1241,
1925
+ " bourn vita": 364,
1926
+ " bowl holder": 1794,
1927
+ " breakfast tea": 694,
1928
+ " breast": 444,
1929
+ " breast mashed potatoes": 445,
1930
+ " breast nuggets": 446,
1931
+ " breasts": 447,
1932
+ " broth": 448,
1933
+ " bullion": 449,
1934
+ " button down shirt": 1621,
1935
+ " buy something": 1233,
1936
+ " calm": 1190,
1937
+ " cards": 1358,
1938
+ " cereal": 727,
1939
+ " cheese tossed salad italian dressing pineapple tidbits": 852,
1940
+ " chicken rice": 1445,
1941
+ " chillies": 589,
1942
+ " choice": 890,
1943
+ " choice beef merlot": 891,
1944
+ " choice beef pot roast": 892,
1945
+ " cleaning kit": 1158,
1946
+ " cold flu": 1272,
1947
+ " cookie dough": 821,
1948
+ " cream": 1502,
1949
+ " creamy tomato": 1258,
1950
+ " cup": 1351,
1951
+ " dark chocolate chili almond": 1221,
1952
+ " date roll": 509,
1953
+ " de p pecina": 1496,
1954
+ " design": 1854,
1955
+ " detergent": 1023,
1956
+ " disc 5": 775,
1957
+ " dongle": 647,
1958
+ " drizzle": 395,
1959
+ " dvd": 527,
1960
+ " energy drink": 1160,
1961
+ " evaporated milk": 1068,
1962
+ " evento": 1402,
1963
+ " express": 1123,
1964
+ " failed to start": 1852,
1965
+ " fan": 416,
1966
+ " fillet fish": 586,
1967
+ " fingers meal": 450,
1968
+ " flag": 391,
1969
+ " frame": 1325,
1970
+ " free": 130,
1971
+ " fried rice": 451,
1972
+ " fructis": 794,
1973
+ " gandhi": 1078,
1974
+ " garlic": 1580,
1975
+ " granite": 1308,
1976
+ " handbook": 1144,
1977
+ " hazelnut": 1780,
1978
+ " herb sauce": 960,
1979
+ " herbs": 961,
1980
+ " home": 1818,
1981
+ " horse": 1447,
1982
+ " house": 1105,
1983
+ " in red blue black": 1622,
1984
+ " into wet hair lather then rinse thoroughly repeat if desired use daily": 1100,
1985
+ " irish chicken goujons": 320,
1986
+ " k": 1575,
1987
+ " key": 529,
1988
+ " kisses": 902,
1989
+ " lager": 398,
1990
+ " lamb leg steaks": 295,
1991
+ " ley": 1682,
1992
+ " light": 1734,
1993
+ " lot": 1278,
1994
+ " mac os x": 946,
1995
+ " machine": 1806,
1996
+ " mad ninja skills": 969,
1997
+ " magnesium": 369,
1998
+ " meat trio": 962,
1999
+ " mix": 1273,
2000
+ " mocha java": 1702,
2001
+ " mustard": 695,
2002
+ " natural eatery": 143,
2003
+ " noodle": 452,
2004
+ " noodle soup": 453,
2005
+ " not free": 765,
2006
+ " note pk": 316,
2007
+ " oil": 1140,
2008
+ " on march 21st": 985,
2009
+ " onions mushrooms": 853,
2010
+ " opposites": 1238,
2011
+ " other essays": 436,
2012
+ " oven": 1710,
2013
+ " pad for chair": 1101,
2014
+ " pan": 336,
2015
+ " pantech": 1789,
2016
+ " papers": 1450,
2017
+ " partition table": 948,
2018
+ " pasta sides": 146,
2019
+ " pc": 1792,
2020
+ " pepper": 413,
2021
+ " pet": 893,
2022
+ " pineapple": 511,
2023
+ " plan you accepted challenge you took risk": 1879,
2024
+ " play 2": 713,
2025
+ " porter": 200,
2026
+ " pot pie": 454,
2027
+ " powder": 1385,
2028
+ " red pepper": 590,
2029
+ " relief": 149,
2030
+ " reminder clock": 1161,
2031
+ " ring": 1816,
2032
+ " satay sauce": 455,
2033
+ " sauce": 147,
2034
+ " sausage biscuits": 558,
2035
+ " seasoning": 1374,
2036
+ " selection coffee": 1199,
2037
+ " sides": 964,
2038
+ " skin cream": 1204,
2039
+ " songs arias": 965,
2040
+ " soothing body gel": 1277,
2041
+ " spears video": 326,
2042
+ " spinach": 473,
2043
+ " sponge": 512,
2044
+ " stars": 456,
2045
+ " steaks": 1530,
2046
+ " strudel": 1711,
2047
+ " style": 1124,
2048
+ " sun devil shirt": 1690,
2049
+ " supplement": 640,
2050
+ " supplements": 641,
2051
+ " sweet potato chunks": 1446,
2052
+ " taylor women": 1075,
2053
+ " teardrops": 559,
2054
+ " tender wrap": 457,
2055
+ " timer": 1660,
2056
+ " toro": 532,
2057
+ " tortilla": 458,
2058
+ " up chocolate but im not quitter": 941,
2059
+ " vegetable laxative": 1191,
2060
+ " voice recorder": 642,
2061
+ " water": 305,
2062
+ " wedding": 966,
2063
+ " wings": 459,
2064
+ " writing machine": 317,
2065
+ "0": 1590,
2066
+ "000": 1038,
2067
+ "013": 25,
2068
+ "091": 96,
2069
+ "11": 990,
2070
+ "1100": 1481,
2071
+ "12": 1090,
2072
+ "13": 723,
2073
+ "13 2012": 179,
2074
+ "2": 16,
2075
+ "2011": 1231,
2076
+ "2012": 1230,
2077
+ "2013": 619,
2078
+ "3v": 1151,
2079
+ "4 case keyboard": 953,
2080
+ "4 cheese": 576,
2081
+ "432": 1531,
2082
+ "5": 75,
2083
+ "54": 2,
2084
+ "658119": 129,
2085
+ "a": 1459,
2086
+ "a chips": 1729,
2087
+ "a ferrari": 1491,
2088
+ "a supremo la valle verde": 525,
2089
+ "a water": 170,
2090
+ "ace": 1390,
2091
+ "ack": 1543,
2092
+ "ack air": 988,
2093
+ "ack pudding": 1544,
2094
+ "ackerfuls": 1441,
2095
+ "ad": 1670,
2096
+ "adams holiday porter": 1472,
2097
+ "adams summer ale": 1473,
2098
+ "ader": 611,
2099
+ "ades": 1007,
2100
+ "af gravy": 1110,
2101
+ "aining": 1708,
2102
+ "ake mix": 1375,
2103
+ "aker": 319,
2104
+ "akers": 936,
2105
+ "akes": 971,
2106
+ "al music for reading": 488,
2107
+ "al planners bible": 731,
2108
+ "al sleepytime herbal tea": 420,
2109
+ "alad": 1284,
2110
+ "alcoholic cordial": 1065,
2111
+ "ale": 810,
2112
+ "all": 210,
2113
+ "allenders": 1093,
2114
+ "almonds": 423,
2115
+ "alue": 828,
2116
+ "am cup": 1625,
2117
+ "am maker": 937,
2118
+ "ame": 1793,
2119
+ "ampoo": 186,
2120
+ "an": 1737,
2121
+ "an open mic": 477,
2122
+ "anger": 1207,
2123
+ "anks": 1562,
2124
+ "ans": 1047,
2125
+ "ant sideways": 904,
2126
+ "antibiotic ointment": 1741,
2127
+ "ants": 258,
2128
+ "ants yes": 1512,
2129
+ "anye west gotta have blue": 975,
2130
+ "anzanian peaberry": 754,
2131
+ "ap": 880,
2132
+ "apple": 1021,
2133
+ "apple juice": 438,
2134
+ "apsules": 728,
2135
+ "aptop": 165,
2136
+ "ar": 1763,
2137
+ "ar bill": 51,
2138
+ "ar your highest priority will be your family": 1693,
2139
+ "arden light": 1554,
2140
+ "ark": 1548,
2141
+ "ark red as well as white black grey": 1347,
2142
+ "arlic seasoned vegetable blend": 1033,
2143
+ "arm": 734,
2144
+ "arrheal": 159,
2145
+ "ars": 384,
2146
+ "arshmallow": 785,
2147
+ "artrecord": 762,
2148
+ "ary set": 1601,
2149
+ "as story": 478,
2150
+ "as tree": 479,
2151
+ "asala cooking sauce": 1699,
2152
+ "ase": 1314,
2153
+ "ase for ipod nano": 1560,
2154
+ "askets": 495,
2155
+ "asko": 332,
2156
+ "asoning mix": 1656,
2157
+ "ass": 1855,
2158
+ "ast": 609,
2159
+ "asted": 1264,
2160
+ "at milk": 14,
2161
+ "at rectangular": 846,
2162
+ "ataburger": 763,
2163
+ "atch mat": 408,
2164
+ "atches": 1835,
2165
+ "ation techniques protocol": 1378,
2166
+ "ats": 654,
2167
+ "auce": 1285,
2168
+ "authentic vindaloo luxury curry sauce": 293,
2169
+ "avy": 223,
2170
+ "aw": 410,
2171
+ "ax": 1307,
2172
+ "ay": 1137,
2173
+ "ay packers": 831,
2174
+ "bacon tomato": 1540,
2175
+ "bake": 1499,
2176
+ "baked beans": 301,
2177
+ "ball": 1681,
2178
+ "bamboo": 1056,
2179
+ "basil soup": 1716,
2180
+ "beans": 1003,
2181
+ "beef": 855,
2182
+ "berry blend": 1742,
2183
+ "big guy": 1154,
2184
+ "binet": 730,
2185
+ "black": 1249,
2186
+ "ble": 1765,
2187
+ "bleach": 497,
2188
+ "blet": 1005,
2189
+ "blinds": 1848,
2190
+ "blue": 1868,
2191
+ "bottles in dresser drawer": 1769,
2192
+ "box": 1705,
2193
+ "box water bottle": 1706,
2194
+ "brown geometric pattern": 1250,
2195
+ "butter": 1291,
2196
+ "c": 1754,
2197
+ "c garlic chicken": 201,
2198
+ "cal parts": 1115,
2199
+ "cal turk": 1116,
2200
+ "candy bar": 399,
2201
+ "cap": 303,
2202
+ "caps": 304,
2203
+ "car": 307,
2204
+ "card": 1121,
2205
+ "ccoli": 599,
2206
+ "ce": 1566,
2207
+ "ce deodorant": 1235,
2208
+ "ch": 507,
2209
+ "chair": 865,
2210
+ "change bed linen today": 1355,
2211
+ "chicken carbonara": 577,
2212
+ "chili cheese": 778,
2213
+ "chips": 1371,
2214
+ "chocolate": 578,
2215
+ "cid": 750,
2216
+ "cider": 177,
2217
+ "cities": 1658,
2218
+ "ck": 1631,
2219
+ "cket": 1027,
2220
+ "ckground apple icon 2 user profile avatars zoom out more in photo": 275,
2221
+ "cle lcd": 1163,
2222
+ "clean up bleach": 498,
2223
+ "cleaner": 1488,
2224
+ "coca cola": 439,
2225
+ "coconut body lotion": 579,
2226
+ "coffee": 48,
2227
+ "colate": 918,
2228
+ "colates": 313,
2229
+ "commander": 1103,
2230
+ "conditioner shampoo": 1064,
2231
+ "control": 1434,
2232
+ "corner no bus stop": 1619,
2233
+ "cotch schnapps": 358,
2234
+ "cotton t shirt no writing on": 1251,
2235
+ "counts you deserve": 802,
2236
+ "crackers": 157,
2237
+ "creen": 1061,
2238
+ "crisp": 537,
2239
+ "crunch": 151,
2240
+ "cumin": 856,
2241
+ "cup": 1626,
2242
+ "cup eiffel tower statue": 515,
2243
+ "curry powder": 944,
2244
+ "cutters": 538,
2245
+ "cy": 772,
2246
+ "cy roadside kit": 690,
2247
+ "d": 1840,
2248
+ "d brawling": 191,
2249
+ "d fillet fish": 587,
2250
+ "d grey": 1001,
2251
+ "d r": 1180,
2252
+ "de up caution extremely hot": 1691,
2253
+ "diced": 1310,
2254
+ "dinner": 781,
2255
+ "ditioning": 139,
2256
+ "doorhanger": 1159,
2257
+ "dough": 539,
2258
+ "down": 1768,
2259
+ "dressing": 766,
2260
+ "drink": 780,
2261
+ "ds": 1696,
2262
+ "ds pie": 1508,
2263
+ "dy butter": 1504,
2264
+ "e": 1784,
2265
+ "e 1 line": 1195,
2266
+ "e air freshener": 724,
2267
+ "e ball": 708,
2268
+ "e cassis": 581,
2269
+ "e free bleach": 466,
2270
+ "e free herb tea": 366,
2271
+ "e green": 1416,
2272
+ "e ice": 1002,
2273
+ "e nursery rhymes": 722,
2274
+ "e sauce": 207,
2275
+ "e speaker": 1369,
2276
+ "e store": 1648,
2277
+ "e story time": 1185,
2278
+ "e tortellini": 95,
2279
+ "e treatment": 156,
2280
+ "e yellow ribbon": 1503,
2281
+ "e yogurt": 721,
2282
+ "ea": 1838,
2283
+ "ea salt": 1246,
2284
+ "each black tea": 1642,
2285
+ "ead mix": 230,
2286
+ "eak mince": 226,
2287
+ "eal": 820,
2288
+ "eam": 1563,
2289
+ "ean": 983,
2290
+ "ean chicken chili": 1825,
2291
+ "eaner": 1703,
2292
+ "eans": 1340,
2293
+ "eans sausage": 196,
2294
+ "ear": 1790,
2295
+ "earning through listening": 1436,
2296
+ "earth": 1582,
2297
+ "easoning": 1603,
2298
+ "easoning mix": 463,
2299
+ "eaves": 209,
2300
+ "ecklace": 838,
2301
+ "ectar": 1084,
2302
+ "ed": 262,
2303
+ "ed kidney beans": 1045,
2304
+ "ed potatoes": 1483,
2305
+ "ee brewers": 1139,
2306
+ "ee ernie ford": 1680,
2307
+ "een red yellow": 279,
2308
+ "een tea": 1672,
2309
+ "een white": 1336,
2310
+ "een white stripes": 847,
2311
+ "ees": 349,
2312
+ "eet": 1495,
2313
+ "egetables": 1150,
2314
+ "el wine": 1417,
2315
+ "elery": 568,
2316
+ "ellow": 1839,
2317
+ "ellow paste": 595,
2318
+ "emia": 1220,
2319
+ "emon black tea": 1640,
2320
+ "en": 1635,
2321
+ "en pumpkins spiders": 873,
2322
+ "end": 1845,
2323
+ "ene handy dictionary japanese": 905,
2324
+ "ened apple sauce": 1766,
2325
+ "ent acoso es": 882,
2326
+ "entium": 947,
2327
+ "eo": 675,
2328
+ "ep conditioning masque": 134,
2329
+ "epper": 1643,
2330
+ "epper cracked": 260,
2331
+ "er": 1798,
2332
+ "er 10": 664,
2333
+ "er buns": 876,
2334
+ "er helper": 877,
2335
+ "erasdfzxc": 31,
2336
+ "erde": 461,
2337
+ "eringue dessert cookies": 1035,
2338
+ "erries": 667,
2339
+ "erry preserves": 1671,
2340
+ "ers gold": 400,
2341
+ "ershire sauce": 1862,
2342
+ "ert college": 1593,
2343
+ "es": 920,
2344
+ "es other stories": 1545,
2345
+ "es stir 3 to 3 half minutes more": 77,
2346
+ "essage": 700,
2347
+ "et": 1736,
2348
+ "etch": 702,
2349
+ "ey": 1074,
2350
+ "ey dark jeans": 608,
2351
+ "ey stripes": 280,
2352
+ "ey white": 281,
2353
+ "eys": 1321,
2354
+ "f": 1726,
2355
+ "f shampoo": 602,
2356
+ "falo wing pretzel pieces": 916,
2357
+ "falo wing pretzels": 917,
2358
+ "ffalo": 277,
2359
+ "ffed chicken breasts": 1408,
2360
+ "ffins": 1142,
2361
+ "filters": 516,
2362
+ "finger": 1130,
2363
+ "flakes": 417,
2364
+ "french roast": 1749,
2365
+ "fresh": 957,
2366
+ "fries": 767,
2367
+ "frodite rent bicycle": 924,
2368
+ "front cigarettes": 194,
2369
+ "ft": 1126,
2370
+ "ft corporation": 1127,
2371
+ "g": 1270,
2372
+ "g cabernet sauvignon": 1605,
2373
+ "g cart": 1516,
2374
+ "g chocolate": 669,
2375
+ "g glass": 670,
2376
+ "g in background tree on right": 343,
2377
+ "g pockets": 490,
2378
+ "g windows": 1600,
2379
+ "gar": 1466,
2380
+ "ge": 245,
2381
+ "gel": 1517,
2382
+ "ght": 12,
2383
+ "golden teashops": 155,
2384
+ "graduates lil entrees macaroni cheese": 799,
2385
+ "green": 743,
2386
+ "green cleaner": 1527,
2387
+ "gs": 678,
2388
+ "guy": 716,
2389
+ "gy": 903,
2390
+ "h": 1475,
2391
+ "h program top button increase time bottom button decrease time right button off": 1069,
2392
+ "hair": 1652,
2393
+ "hairs": 1653,
2394
+ "harger": 1315,
2395
+ "harger rectangle for iphone ipod": 1828,
2396
+ "hat won war": 1557,
2397
+ "heat": 1080,
2398
+ "heese doritos": 1182,
2399
+ "heft auto vice city": 822,
2400
+ "hepard": 333,
2401
+ "herry": 253,
2402
+ "hicken": 1443,
2403
+ "hins": 1820,
2404
+ "hipotle": 1083,
2405
+ "hite": 1318,
2406
+ "hite plaid": 268,
2407
+ "hite red": 269,
2408
+ "hocolate": 1829,
2409
+ "hocolate mocha": 1830,
2410
+ "holiday": 242,
2411
+ "homes gardens": 238,
2412
+ "hop": 656,
2413
+ "horizontal": 1646,
2414
+ "hot": 1489,
2415
+ "hotos speaker": 297,
2416
+ "hrooms": 380,
2417
+ "ht": 1727,
2418
+ "ht candles": 1674,
2419
+ "husky": 725,
2420
+ "i": 327,
2421
+ "i cheddar soup": 328,
2422
+ "i cheese": 1072,
2423
+ "iagonal grey white stripes": 254,
2424
+ "ian": 1361,
2425
+ "ica": 1261,
2426
+ "ices": 704,
2427
+ "icsson": 1559,
2428
+ "id": 1534,
2429
+ "ide": 1812,
2430
+ "ide up": 1439,
2431
+ "ideways": 632,
2432
+ "ie spice": 166,
2433
+ "ief": 796,
2434
+ "ief pills": 797,
2435
+ "ier": 428,
2436
+ "ife": 1555,
2437
+ "ifier": 624,
2438
+ "ify": 625,
2439
+ "igeon coconut milk": 839,
2440
+ "ight": 1214,
2441
+ "il": 1236,
2442
+ "il bowl": 442,
2443
+ "ileys remarkable guide to orchestra": 241,
2444
+ "ilk chocolate": 1136,
2445
+ "illow": 1117,
2446
+ "ils": 1215,
2447
+ "ilus": 137,
2448
+ "ilver": 1394,
2449
+ "ime": 1034,
2450
+ "ime tea": 1535,
2451
+ "in": 1196,
2452
+ "in seasoning": 1421,
2453
+ "inated": 620,
2454
+ "ine": 1663,
2455
+ "ing glass": 1077,
2456
+ "ing gun": 1081,
2457
+ "ini": 1728,
2458
+ "ining": 679,
2459
+ "inish": 493,
2460
+ "ink": 1837,
2461
+ "inment center": 696,
2462
+ "innamon": 163,
2463
+ "ino": 389,
2464
+ "instrument track ogg format parent folder data folder": 472,
2465
+ "int": 1301,
2466
+ "int bark": 1302,
2467
+ "int chips": 835,
2468
+ "int sake": 1810,
2469
+ "ioca chips": 214,
2470
+ "ion": 1679,
2471
+ "ip": 868,
2472
+ "ips": 547,
2473
+ "ir trimmer": 1218,
2474
+ "irin": 1217,
2475
+ "isine": 1025,
2476
+ "isine meals": 1026,
2477
+ "ist chardonnay peach": 171,
2478
+ "ita carmenere": 1477,
2479
+ "itamins": 864,
2480
+ "itchen": 341,
2481
+ "ite": 1339,
2482
+ "ix": 1735,
2483
+ "izing conditioner": 1153,
2484
+ "izing oil": 1435,
2485
+ "jalapenos": 1536,
2486
+ "jersey": 1585,
2487
+ "juice": 1252,
2488
+ "k": 1323,
2489
+ "ke": 637,
2490
+ "kers": 1373,
2491
+ "kes": 563,
2492
+ "kets 4 meat 4 cheese pizza": 921,
2493
+ "knight pips": 812,
2494
+ "know": 931,
2495
+ "ks": 1599,
2496
+ "l": 1677,
2497
+ "l jersey": 758,
2498
+ "l mix": 1745,
2499
+ "l punch": 1746,
2500
+ "l room": 914,
2501
+ "l soup": 1112,
2502
+ "l tart": 198,
2503
+ "la": 1470,
2504
+ "la 0": 504,
2505
+ "la cherry": 505,
2506
+ "lab": 1869,
2507
+ "lack": 1826,
2508
+ "laid": 261,
2509
+ "land clam chowder": 1201,
2510
+ "le": 1334,
2511
+ "le cider": 915,
2512
+ "le italian": 908,
2513
+ "le soup lemon jello pudding": 1785,
2514
+ "leaner": 814,
2515
+ "lemon lime": 1253,
2516
+ "lend": 1343,
2517
+ "les": 1786,
2518
+ "lf cream": 872,
2519
+ "lfredo": 1283,
2520
+ "lies": 355,
2521
+ "lieving cream 3 ounces": 1269,
2522
+ "light": 553,
2523
+ "ling": 1327,
2524
+ "lish remover": 1183,
2525
+ "lite": 1138,
2526
+ "lk": 584,
2527
+ "lla": 483,
2528
+ "lla cheese": 1168,
2529
+ "llection": 976,
2530
+ "ller": 1817,
2531
+ "llers": 870,
2532
+ "llow": 289,
2533
+ "llow creme": 1097,
2534
+ "lnut": 1627,
2535
+ "lock": 144,
2536
+ "lon": 1811,
2537
+ "loor blue tiles down center": 1831,
2538
+ "loral": 861,
2539
+ "lored": 1175,
2540
+ "louds": 1612,
2541
+ "lper": 1751,
2542
+ "ls": 375,
2543
+ "ls mozzarella": 1113,
2544
+ "ls soup": 376,
2545
+ "ls tomato soup": 377,
2546
+ "lts": 211,
2547
+ "lube": 535,
2548
+ "lue": 251,
2549
+ "lue white pink flowers": 1042,
2550
+ "luffy": 1832,
2551
+ "ly": 356,
2552
+ "m": 1051,
2553
+ "m dad": 618,
2554
+ "m left": 58,
2555
+ "m&ms": 1292,
2556
+ "machine": 1498,
2557
+ "maid coolers": 1146,
2558
+ "maids": 325,
2559
+ "make up room now": 1356,
2560
+ "maker": 517,
2561
+ "man": 928,
2562
+ "mary": 1795,
2563
+ "mash bros": 1636,
2564
+ "mashed potatoes": 1060,
2565
+ "matra": 610,
2566
+ "mex": 56,
2567
+ "milk": 152,
2568
+ "mince": 1752,
2569
+ "mini pretzels": 1875,
2570
+ "mist": 1520,
2571
+ "mix": 1588,
2572
+ "mokehouse": 1684,
2573
+ "monade": 1337,
2574
+ "mpoo": 652,
2575
+ "ms": 1179,
2576
+ "mug": 518,
2577
+ "n": 1553,
2578
+ "n 2": 956,
2579
+ "n bears": 484,
2580
+ "n blackberry cobbler": 1564,
2581
+ "n dew": 1165,
2582
+ "n extra strength": 707,
2583
+ "n jerk marinade": 972,
2584
+ "n pastry": 485,
2585
+ "n pecan": 1565,
2586
+ "n punch": 886,
2587
+ "n toast crunch": 486,
2588
+ "n yogurt bites": 148,
2589
+ "nach": 381,
2590
+ "nay": 429,
2591
+ "nce": 208,
2592
+ "nce 3": 992,
2593
+ "nd": 1415,
2594
+ "ndy": 660,
2595
+ "ne": 1678,
2596
+ "negar": 1467,
2597
+ "nes": 889,
2598
+ "ng": 746,
2599
+ "ng cider": 1573,
2600
+ "ng saturday 19th january": 1006,
2601
+ "nger better": 1871,
2602
+ "ni": 1303,
2603
+ "ni pizza": 1304,
2604
+ "ni sausage tombstone": 1305,
2605
+ "nic": 687,
2606
+ "nilla almond milk": 1523,
2607
+ "nitizer": 879,
2608
+ "njabi yakhni plan mix": 1501,
2609
+ "nk": 1319,
2610
+ "nkeys": 283,
2611
+ "nks": 970,
2612
+ "nnamon": 1141,
2613
+ "nner": 222,
2614
+ "no": 955,
2615
+ "nophen": 136,
2616
+ "ns": 1143,
2617
+ "ns medical box": 460,
2618
+ "nse spin": 1805,
2619
+ "nt": 698,
2620
+ "nt address book": 239,
2621
+ "nti itch lotion": 1479,
2622
+ "nts": 1687,
2623
+ "nver": 984,
2624
+ "nyx": 257,
2625
+ "o": 1208,
2626
+ "o bacon": 683,
2627
+ "oa": 919,
2628
+ "oad": 1448,
2629
+ "oat": 1364,
2630
+ "ocks": 1524,
2631
+ "ockscreen": 1317,
2632
+ "ocktail": 1377,
2633
+ "ocolate": 1134,
2634
+ "ocolate creme drops": 1135,
2635
+ "ocolate pomegranate": 606,
2636
+ "ocolate truffle": 607,
2637
+ "od": 184,
2638
+ "odles": 996,
2639
+ "oebuck co": 1493,
2640
+ "off": 1623,
2641
+ "oil soap": 1177,
2642
+ "ok": 1104,
2643
+ "oker": 1539,
2644
+ "okers ace spades": 1873,
2645
+ "ol": 1821,
2646
+ "old": 710,
2647
+ "old stripes": 1833,
2648
+ "olls": 1345,
2649
+ "olored flower": 1174,
2650
+ "omato sauce": 930,
2651
+ "omatoes": 635,
2652
+ "omforter": 331,
2653
+ "on": 284,
2654
+ "on facts": 1223,
2655
+ "on spray": 739,
2656
+ "onal roast beef": 1733,
2657
+ "onditioning treatment": 526,
2658
+ "one": 421,
2659
+ "one papers": 273,
2660
+ "oner shampoo lotion": 533,
2661
+ "onion blend": 1300,
2662
+ "onion soup": 768,
2663
+ "ood 24 7": 774,
2664
+ "oods pga tour 10": 1698,
2665
+ "ookie mix": 1629,
2666
+ "op": 1513,
2667
+ "op chicken stuffing": 1614,
2668
+ "op stuffing": 1615,
2669
+ "opper purchase whopper": 764,
2670
+ "ops": 1367,
2671
+ "or lights": 945,
2672
+ "ord": 1316,
2673
+ "ore": 1616,
2674
+ "ored": 1666,
2675
+ "organic farms": 502,
2676
+ "ork apple sauce": 1444,
2677
+ "orn": 1639,
2678
+ "orts": 286,
2679
+ "osta rican tarrazu": 753,
2680
+ "ot carpet cleaner": 1586,
2681
+ "ot clear": 942,
2682
+ "otcamp workshop": 951,
2683
+ "ote": 1843,
2684
+ "otter": 883,
2685
+ "ottle": 1809,
2686
+ "ou dont look christian": 787,
2687
+ "ouds": 1401,
2688
+ "ount": 1260,
2689
+ "ountain coffee": 836,
2690
+ "ountain coffee extra bold": 837,
2691
+ "our chicken": 1644,
2692
+ "ourbon glazed chicken": 1638,
2693
+ "out cookies": 811,
2694
+ "outh": 1556,
2695
+ "ovence": 899,
2696
+ "oves you rest us think youre asshole": 981,
2697
+ "ow": 655,
2698
+ "owder": 1245,
2699
+ "owel": 1275,
2700
+ "ower": 411,
2701
+ "ower cheddar cheese": 412,
2702
+ "oy chicken": 912,
2703
+ "ozzarella bites": 197,
2704
+ "p rocks": 1688,
2705
+ "pair kit": 644,
2706
+ "paper": 1713,
2707
+ "paper dispenser": 1714,
2708
+ "paste": 1717,
2709
+ "pberry leaf": 1420,
2710
+ "peaches": 1537,
2711
+ "pepsi": 440,
2712
+ "per": 340,
2713
+ "perandi india pale ale": 1152,
2714
+ "pes": 187,
2715
+ "pieces": 1426,
2716
+ "pink": 1392,
2717
+ "pink grey": 1096,
2718
+ "ple jam": 562,
2719
+ "plete": 125,
2720
+ "plum": 1053,
2721
+ "pm": 1012,
2722
+ "pooh": 1856,
2723
+ "poon": 1352,
2724
+ "porter": 1541,
2725
+ "pot": 907,
2726
+ "powder": 792,
2727
+ "pple": 830,
2728
+ "pple carrot fruitsations": 1287,
2729
+ "pray": 1188,
2730
+ "presso": 365,
2731
+ "pricot": 1288,
2732
+ "princess": 1057,
2733
+ "ps": 712,
2734
+ "psi": 638,
2735
+ "pside down": 1804,
2736
+ "punch card": 520,
2737
+ "puree": 1718,
2738
+ "r": 1694,
2739
+ "r bill": 88,
2740
+ "r buttons": 688,
2741
+ "r cream onion": 71,
2742
+ "r minute schedule clock": 615,
2743
+ "r mouse": 531,
2744
+ "rable": 1762,
2745
+ "rack": 672,
2746
+ "rahams": 1675,
2747
+ "ram": 487,
2748
+ "raminer": 804,
2749
+ "range blue stripes": 1836,
2750
+ "range soda": 588,
2751
+ "rator": 1428,
2752
+ "rawberry juice": 565,
2753
+ "rd": 1376,
2754
+ "rd trees": 613,
2755
+ "re polish": 788,
2756
+ "re terrier": 1878,
2757
+ "reader": 1791,
2758
+ "reatest hits": 361,
2759
+ "recipe golden": 354,
2760
+ "red": 1870,
2761
+ "ree tomato": 806,
2762
+ "reen": 285,
2763
+ "reen brown blue": 571,
2764
+ "regal whisky": 465,
2765
+ "retriever": 818,
2766
+ "rew": 252,
2767
+ "rey blue stripes": 1834,
2768
+ "rgan": 424,
2769
+ "right": 308,
2770
+ "ring": 1387,
2771
+ "rips": 227,
2772
+ "rk 100% natural spring water": 622,
2773
+ "rks": 757,
2774
+ "rky": 224,
2775
+ "rlic": 898,
2776
+ "rm tablets": 894,
2777
+ "rn tortilla chips": 278,
2778
+ "rney jesus": 1202,
2779
+ "roganoff": 228,
2780
+ "room": 1058,
2781
+ "rops": 555,
2782
+ "rown": 973,
2783
+ "rown sugar": 1089,
2784
+ "rpet luggage nightstand": 658,
2785
+ "rple": 1338,
2786
+ "rry": 1617,
2787
+ "rry syrup": 1618,
2788
+ "rs": 1760,
2789
+ "rse": 1661,
2790
+ "rte": 1125,
2791
+ "rug": 651,
2792
+ "rvel": 282,
2793
+ "ry": 1406,
2794
+ "ry sauce": 567,
2795
+ "ry steaks": 1463,
2796
+ "rye lager ryes shine": 1510,
2797
+ "s": 1796,
2798
+ "s cheese fix": 1176,
2799
+ "s diaries": 1381,
2800
+ "s forecast": 633,
2801
+ "s no bits": 884,
2802
+ "s sprouts": 337,
2803
+ "s teeth": 823,
2804
+ "sage": 857,
2805
+ "sagna": 1109,
2806
+ "salad": 248,
2807
+ "salt": 793,
2808
+ "sauce": 1719,
2809
+ "scampi": 1518,
2810
+ "se this front": 1724,
2811
+ "ses": 1632,
2812
+ "sh": 1166,
2813
+ "sh soap": 614,
2814
+ "shener": 140,
2815
+ "shepard": 801,
2816
+ "sic easter songs": 35,
2817
+ "sing": 1494,
2818
+ "soda": 1254,
2819
+ "soothe": 1178,
2820
+ "soup": 1720,
2821
+ "sp msp26p": 1098,
2822
+ "spenser": 1669,
2823
+ "spinach": 385,
2824
+ "spring water": 1359,
2825
+ "ss steel wipes": 1594,
2826
+ "ssee panama city": 1662,
2827
+ "ssentials": 542,
2828
+ "st": 1692,
2829
+ "st about anything white black would probably be best": 848,
2830
+ "st blend": 322,
2831
+ "st blend decaf": 323,
2832
+ "st collection": 665,
2833
+ "ste": 1725,
2834
+ "sten free": 1689,
2835
+ "sterdam": 142,
2836
+ "stic connecticut": 849,
2837
+ "sticks": 433,
2838
+ "stone laid august seventh mcmxxv": 552,
2839
+ "stout": 661,
2840
+ "style green beans": 769,
2841
+ "sugar": 819,
2842
+ "t": 1492,
2843
+ "t ant roach spray": 923,
2844
+ "t cable not connected": 703,
2845
+ "t client card": 773,
2846
+ "t hub": 1772,
2847
+ "t looks like possible orange flower white around": 1422,
2848
+ "t magic": 1132,
2849
+ "t sauvignon": 362,
2850
+ "t steamer set": 1609,
2851
+ "ta": 1092,
2852
+ "table brown": 643,
2853
+ "talkie": 1801,
2854
+ "tart": 627,
2855
+ "tat": 1686,
2856
+ "te": 1874,
2857
+ "te bar": 468,
2858
+ "te cake": 469,
2859
+ "te chip": 470,
2860
+ "te raspberry": 471,
2861
+ "ted milk": 705,
2862
+ "ter": 1266,
2863
+ "terial counter spray": 160,
2864
+ "tes": 684,
2865
+ "tetrazzini": 1753,
2866
+ "text": 1418,
2867
+ "thony": 1091,
2868
+ "ti": 1568,
2869
+ "ti bologna": 1569,
2870
+ "ti bolognese": 1570,
2871
+ "ti meatballs": 1571,
2872
+ "ti sauce": 1572,
2873
+ "time": 1739,
2874
+ "tion": 291,
2875
+ "tion controller": 1354,
2876
+ "tivity book": 1004,
2877
+ "tix": 1844,
2878
+ "to do": 475,
2879
+ "toast": 770,
2880
+ "tomatoes": 1606,
2881
+ "tone": 265,
2882
+ "tons": 1700,
2883
+ "top": 557,
2884
+ "tor": 370,
2885
+ "train set": 1861,
2886
+ "traws napkins sauces": 1654,
2887
+ "trl alt delete to begin": 1379,
2888
+ "tte": 1776,
2889
+ "tter": 749,
2890
+ "ttle": 1552,
2891
+ "ttles": 276,
2892
+ "ty dollar bill": 1770,
2893
+ "tyle beans": 1404,
2894
+ "ua french roast": 1206,
2895
+ "ub": 1602,
2896
+ "uby": 263,
2897
+ "uce": 980,
2898
+ "ue": 1192,
2899
+ "ue grey print": 845,
2900
+ "ue light blue white pink": 604,
2901
+ "uice": 826,
2902
+ "uicy red": 784,
2903
+ "ulb white": 1043,
2904
+ "un": 390,
2905
+ "unch": 388,
2906
+ "unches oats": 910,
2907
+ "unleashed": 158,
2908
+ "up": 1529,
2909
+ "ure": 1211,
2910
+ "us card no not upside down": 1431,
2911
+ "usa mexico": 382,
2912
+ "usage": 1368,
2913
+ "uscle pain relieving cream": 986,
2914
+ "use": 786,
2915
+ "uses": 240,
2916
+ "ushroom": 572,
2917
+ "ushroom soup": 573,
2918
+ "ustard": 911,
2919
+ "ut": 1344,
2920
+ "uts": 1149,
2921
+ "utter shea": 508,
2922
+ "utter shrimp": 1032,
2923
+ "utton down": 1827,
2924
+ "vacancy": 404,
2925
+ "vanilla": 771,
2926
+ "ve": 1128,
2927
+ "veable": 1129,
2928
+ "vegetables asian noodles": 1519,
2929
+ "violi": 225,
2930
+ "w root beer": 636,
2931
+ "w samuel": 932,
2932
+ "wardens reflection on prison work": 630,
2933
+ "warmer cooler": 896,
2934
+ "wash": 1849,
2935
+ "wash dry": 1775,
2936
+ "weet tea": 711,
2937
+ "wers": 406,
2938
+ "x": 1297,
2939
+ "y": 1607,
2940
+ "y card": 246,
2941
+ "y complete": 1412,
2942
+ "y crisp candy bar": 897,
2943
+ "y dr dre": 217,
2944
+ "y maths for grown ups": 706,
2945
+ "y notice tax reminder 2nd half 2011 taxes due may 10 2012": 561,
2946
+ "y right middle": 1538,
2947
+ "y sauce": 1608,
2948
+ "yes": 1526,
2949
+ "yo": 1424,
2950
+ "yrics": 692,
2951
+ "yrup": 556,
2952
+ "ysters": 1841,
2953
+ "z": 1799
2954
+ },
2955
+ "layer_norm_eps": 1e-12,
2956
+ "max_image_length": -1,
2957
+ "max_position_embeddings": 40,
2958
+ "modality_type_vocab_size": 2,
2959
+ "model_type": "vilt",
2960
+ "num_attention_heads": 12,
2961
+ "num_channels": 3,
2962
+ "num_hidden_layers": 12,
2963
+ "num_images": -1,
2964
+ "patch_size": 32,
2965
+ "qkv_bias": true,
2966
+ "tie_word_embeddings": false,
2967
+ "torch_dtype": "float32",
2968
+ "transformers_version": "4.39.3",
2969
+ "type_vocab_size": 2,
2970
+ "vocab_size": 30522
2971
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff9b0330a1e81c060a4b4c8bb7e595f0a0e86e883d641a931ba41373bde2887a
3
+ size 462724712