josejointriple
commited on
Commit
•
f8059e5
1
Parent(s):
d71eb22
Upload DistilBertForSequenceClassification
Browse files- README.md +199 -0
- config.json +2449 -0
- 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,2449 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "unknown",
|
13 |
+
"1": "1 Minute",
|
14 |
+
"2": "100 Montaditos",
|
15 |
+
"3": "365 Cafeteries i Fleques",
|
16 |
+
"4": "5\u00e0sec",
|
17 |
+
"5": "7-Eleven",
|
18 |
+
"6": "99",
|
19 |
+
"7": "A2 Hosting",
|
20 |
+
"8": "AB Shop & Go",
|
21 |
+
"9": "ABC!",
|
22 |
+
"10": "ADAC",
|
23 |
+
"11": "ADNOC",
|
24 |
+
"12": "ADO",
|
25 |
+
"13": "AIB",
|
26 |
+
"14": "ALEX",
|
27 |
+
"15": "APCOA Parking",
|
28 |
+
"16": "AT&T",
|
29 |
+
"17": "ATB Market",
|
30 |
+
"18": "ATM",
|
31 |
+
"19": "AXA",
|
32 |
+
"20": "AbeBooks",
|
33 |
+
"21": "Abercrombie & Fitch",
|
34 |
+
"22": "Abritel",
|
35 |
+
"23": "Accessorize",
|
36 |
+
"24": "Action",
|
37 |
+
"25": "Adeg",
|
38 |
+
"26": "Adidas",
|
39 |
+
"27": "Adobe",
|
40 |
+
"28": "Aegean Airlines",
|
41 |
+
"29": "Aena",
|
42 |
+
"30": "Aer Lingus",
|
43 |
+
"31": "Aerom\u00e9xico",
|
44 |
+
"32": "Aesop",
|
45 |
+
"33": "Agip",
|
46 |
+
"34": "Agoda",
|
47 |
+
"35": "Agrola",
|
48 |
+
"36": "Ahorramas",
|
49 |
+
"37": "Air Canada",
|
50 |
+
"38": "Air China",
|
51 |
+
"39": "Air France",
|
52 |
+
"40": "Air India",
|
53 |
+
"41": "Air Serbia",
|
54 |
+
"42": "AirAsia",
|
55 |
+
"43": "Airbnb",
|
56 |
+
"44": "Airpay",
|
57 |
+
"45": "Albert Heijn",
|
58 |
+
"46": "Albertsons",
|
59 |
+
"47": "Albron",
|
60 |
+
"48": "Alcampo",
|
61 |
+
"49": "Aldi",
|
62 |
+
"50": "Ale House",
|
63 |
+
"51": "Alepa",
|
64 |
+
"52": "Alexela",
|
65 |
+
"53": "Algolia",
|
66 |
+
"54": "AliExpress",
|
67 |
+
"55": "Alimerka",
|
68 |
+
"56": "Alko",
|
69 |
+
"57": "All Bar One",
|
70 |
+
"58": "Allguth",
|
71 |
+
"59": "Allianz",
|
72 |
+
"60": "Alpha Bank",
|
73 |
+
"61": "Alpha Taxis",
|
74 |
+
"62": "Alphamega",
|
75 |
+
"63": "Alsa",
|
76 |
+
"64": "Alza",
|
77 |
+
"65": "Amavita",
|
78 |
+
"66": "Amazon",
|
79 |
+
"67": "Amazon Business",
|
80 |
+
"68": "Amazon Music",
|
81 |
+
"69": "Amazon Prime",
|
82 |
+
"70": "Amazon Prime Video",
|
83 |
+
"71": "American Airlines",
|
84 |
+
"72": "Americanas",
|
85 |
+
"73": "Angel Hill Food Co.",
|
86 |
+
"74": "Aok",
|
87 |
+
"75": "Api Restauration",
|
88 |
+
"76": "Aplazame",
|
89 |
+
"77": "Apotek",
|
90 |
+
"78": "Apotek Hj\u00e4rtat",
|
91 |
+
"79": "Apoteket",
|
92 |
+
"80": "Apotheka",
|
93 |
+
"81": "Apotheke",
|
94 |
+
"82": "Apple",
|
95 |
+
"83": "Applebee's",
|
96 |
+
"84": "Applegreen",
|
97 |
+
"85": "Applus",
|
98 |
+
"86": "Aral",
|
99 |
+
"87": "Aramark",
|
100 |
+
"88": "Arby's",
|
101 |
+
"89": "Arco",
|
102 |
+
"90": "Argos",
|
103 |
+
"91": "Arket",
|
104 |
+
"92": "Aroma Market",
|
105 |
+
"93": "Arriva",
|
106 |
+
"94": "Asda",
|
107 |
+
"95": "Atacad\u00e3o",
|
108 |
+
"96": "Auchan",
|
109 |
+
"97": "Audible",
|
110 |
+
"98": "AurumCars",
|
111 |
+
"99": "AurumTours",
|
112 |
+
"100": "Autodoc",
|
113 |
+
"101": "Autogrill",
|
114 |
+
"102": "Autostradale",
|
115 |
+
"103": "Autostrade per l'Italia",
|
116 |
+
"104": "Avanti",
|
117 |
+
"105": "Avec",
|
118 |
+
"106": "Avia",
|
119 |
+
"107": "Avis",
|
120 |
+
"108": "B&B Hotels",
|
121 |
+
"109": "B&M",
|
122 |
+
"110": "B&Q",
|
123 |
+
"111": "BILLA",
|
124 |
+
"112": "BIPA",
|
125 |
+
"113": "BJ's Restaurant",
|
126 |
+
"114": "BM Supermercados",
|
127 |
+
"115": "BMW",
|
128 |
+
"116": "BNL",
|
129 |
+
"117": "BP",
|
130 |
+
"118": "BPER Banca",
|
131 |
+
"119": "BUT",
|
132 |
+
"120": "Babbel.com",
|
133 |
+
"121": "Back-Factory",
|
134 |
+
"122": "BackWerk",
|
135 |
+
"123": "Baguette",
|
136 |
+
"124": "Bahnhof-Apotheke",
|
137 |
+
"125": "Ballenoil",
|
138 |
+
"126": "Baltic Petroleum",
|
139 |
+
"127": "Baltona",
|
140 |
+
"128": "Banca Credito Coop",
|
141 |
+
"129": "Banca Popolare di Bari",
|
142 |
+
"130": "Banca Popolare di Puglia e Basilicata",
|
143 |
+
"131": "Banca Popolare di Sondrio",
|
144 |
+
"132": "Banco BPM",
|
145 |
+
"133": "Banco Desio",
|
146 |
+
"134": "Banco di Sardegna",
|
147 |
+
"135": "Bancontact CASH",
|
148 |
+
"136": "Bandcamp",
|
149 |
+
"137": "Bank of Ireland",
|
150 |
+
"138": "Bank of Scotland",
|
151 |
+
"139": "Banka Citadele",
|
152 |
+
"140": "Banxa",
|
153 |
+
"141": "Barnardo's",
|
154 |
+
"142": "Barnes & Noble",
|
155 |
+
"143": "Basecamp",
|
156 |
+
"144": "Bauhaus",
|
157 |
+
"145": "BaxterStorey",
|
158 |
+
"146": "Be At One",
|
159 |
+
"147": "Beefeater Restaurant",
|
160 |
+
"148": "Belfius",
|
161 |
+
"149": "Belros",
|
162 |
+
"150": "Bennet",
|
163 |
+
"151": "Benu",
|
164 |
+
"152": "Bershka",
|
165 |
+
"153": "Best Buy",
|
166 |
+
"154": "Best Western",
|
167 |
+
"155": "BestSecret",
|
168 |
+
"156": "Biedronka",
|
169 |
+
"157": "Biltema",
|
170 |
+
"158": "Binorder",
|
171 |
+
"159": "Bio Company",
|
172 |
+
"160": "Biocoop",
|
173 |
+
"161": "Bird.co",
|
174 |
+
"162": "Bitinvestor",
|
175 |
+
"163": "Bitsa",
|
176 |
+
"164": "BizAway",
|
177 |
+
"165": "Bkk-Automata",
|
178 |
+
"166": "Blizzard Entertainment",
|
179 |
+
"167": "Boka Food",
|
180 |
+
"168": "Bol.com",
|
181 |
+
"169": "Bolt",
|
182 |
+
"170": "Bonpreu",
|
183 |
+
"171": "Bonus",
|
184 |
+
"172": "BookBeat",
|
185 |
+
"173": "Booker",
|
186 |
+
"174": "Booking.com",
|
187 |
+
"175": "Boot Barn",
|
188 |
+
"176": "Boots",
|
189 |
+
"177": "Boulanger",
|
190 |
+
"178": "Boulangerie",
|
191 |
+
"179": "Boyes",
|
192 |
+
"180": "BrewDog",
|
193 |
+
"181": "Brewers Fayre",
|
194 |
+
"182": "Brico",
|
195 |
+
"183": "Brico D\u00e9p\u00f4t",
|
196 |
+
"184": "Brico io",
|
197 |
+
"185": "Bricocenter",
|
198 |
+
"186": "Bricoman",
|
199 |
+
"187": "Bricomarch\u00e9",
|
200 |
+
"188": "British Airways",
|
201 |
+
"189": "Budgens",
|
202 |
+
"190": "Buffalo Wild Wings",
|
203 |
+
"191": "Build-A-Bear",
|
204 |
+
"192": "Bunnpris",
|
205 |
+
"193": "Burger King",
|
206 |
+
"194": "Burlington",
|
207 |
+
"195": "B\u00e4cker G\u00f6rtz",
|
208 |
+
"196": "B\u00e4ckerei Der Beck",
|
209 |
+
"197": "B\u00e4ckerei Fuchs",
|
210 |
+
"198": "B\u00e4ckerei Lange",
|
211 |
+
"199": "B\u00e4ckerei Nussbaumer",
|
212 |
+
"200": "B\u00e4ckerei Str\u00f6ck",
|
213 |
+
"201": "C&A",
|
214 |
+
"202": "CCC",
|
215 |
+
"203": "CIC",
|
216 |
+
"204": "CLASSIC",
|
217 |
+
"205": "CLASSIC Tankstelle",
|
218 |
+
"206": "COOP Jednota",
|
219 |
+
"207": "COS",
|
220 |
+
"208": "CPAM (Caisse Primaire d'Assurance Maladie)",
|
221 |
+
"209": "CTT",
|
222 |
+
"210": "CVS Pharmacy",
|
223 |
+
"211": "Cactus",
|
224 |
+
"212": "Caf.fr",
|
225 |
+
"213": "Cafe Extrablatt",
|
226 |
+
"214": "Cafe+Co",
|
227 |
+
"215": "Cafe+Co Delikomat",
|
228 |
+
"216": "Caffeine",
|
229 |
+
"217": "Caff\u00e8 Nero",
|
230 |
+
"218": "Caisse d'Epargne",
|
231 |
+
"219": "CaixaBank",
|
232 |
+
"220": "Calzedonia",
|
233 |
+
"221": "Canva",
|
234 |
+
"222": "Caprabo",
|
235 |
+
"223": "Carglass",
|
236 |
+
"224": "Carl's Jr.",
|
237 |
+
"225": "Carrefour",
|
238 |
+
"226": "Carrefour City",
|
239 |
+
"227": "Carrefour Express",
|
240 |
+
"228": "Carrefour Market",
|
241 |
+
"229": "Carulla",
|
242 |
+
"230": "Casa Ametller",
|
243 |
+
"231": "Cash App",
|
244 |
+
"232": "Cash Converters",
|
245 |
+
"233": "Casino",
|
246 |
+
"234": "Castorama",
|
247 |
+
"235": "Cava",
|
248 |
+
"236": "CeX",
|
249 |
+
"237": "Celeiro",
|
250 |
+
"238": "Centra",
|
251 |
+
"239": "Cepsa",
|
252 |
+
"240": "Chaiiwala",
|
253 |
+
"241": "ChangeGroup",
|
254 |
+
"242": "Check24",
|
255 |
+
"243": "Chedraui",
|
256 |
+
"244": "Chevron",
|
257 |
+
"245": "Chick-fil-A",
|
258 |
+
"246": "Chipotle Mexican Grill",
|
259 |
+
"247": "Chopstix",
|
260 |
+
"248": "Chronodrive",
|
261 |
+
"249": "CineStar",
|
262 |
+
"250": "Cinema City",
|
263 |
+
"251": "Cineplexx",
|
264 |
+
"252": "Circle K",
|
265 |
+
"253": "Claire's",
|
266 |
+
"254": "Clarel",
|
267 |
+
"255": "Clarion Hotel",
|
268 |
+
"256": "Clas Ohlson",
|
269 |
+
"257": "Clever Fit",
|
270 |
+
"258": "Co-op",
|
271 |
+
"259": "Coca-Cola",
|
272 |
+
"260": "Coccinelle",
|
273 |
+
"261": "Cocoon Bamberg",
|
274 |
+
"262": "Coffee #1",
|
275 |
+
"263": "Coffee Fellows",
|
276 |
+
"264": "Coles Supermarket",
|
277 |
+
"265": "Colruyt",
|
278 |
+
"266": "Combi",
|
279 |
+
"267": "Comboios de Portugal",
|
280 |
+
"268": "Commerzbank",
|
281 |
+
"269": "Compass Group",
|
282 |
+
"270": "Conad",
|
283 |
+
"271": "Condis",
|
284 |
+
"272": "Condor",
|
285 |
+
"273": "Consum",
|
286 |
+
"274": "Continente",
|
287 |
+
"275": "Contipark",
|
288 |
+
"276": "Coop",
|
289 |
+
"277": "Coop 365",
|
290 |
+
"278": "Coop Italy",
|
291 |
+
"279": "Coop Mega",
|
292 |
+
"280": "Coop Sweden",
|
293 |
+
"281": "Cora",
|
294 |
+
"282": "Correos",
|
295 |
+
"283": "Costa Coffee",
|
296 |
+
"284": "Costco",
|
297 |
+
"285": "Costcutter",
|
298 |
+
"286": "Couche-Tard",
|
299 |
+
"287": "Courir",
|
300 |
+
"288": "Coursera",
|
301 |
+
"289": "Courtyard by Marriott",
|
302 |
+
"290": "Coviran",
|
303 |
+
"291": "Crai Supermercati",
|
304 |
+
"292": "Credito Emiliano",
|
305 |
+
"293": "Crepes & Waffles",
|
306 |
+
"294": "Cropp",
|
307 |
+
"295": "Crowne Plaza",
|
308 |
+
"296": "Cr\u00e9dit Agricole",
|
309 |
+
"297": "Cr\u00e9dit Mutuel",
|
310 |
+
"298": "Cumberland Farms",
|
311 |
+
"299": "Currys",
|
312 |
+
"300": "DATS 24",
|
313 |
+
"301": "DEPOT",
|
314 |
+
"302": "DHL",
|
315 |
+
"303": "DOZ Apotek",
|
316 |
+
"304": "DRK",
|
317 |
+
"305": "DSB",
|
318 |
+
"306": "Dagli'Brugsen",
|
319 |
+
"307": "Dairy Queen",
|
320 |
+
"308": "Dallmayr",
|
321 |
+
"309": "Darty",
|
322 |
+
"310": "Das Futterhaus",
|
323 |
+
"311": "David Lloyd Clubs",
|
324 |
+
"312": "Daybreak",
|
325 |
+
"313": "De Lijn",
|
326 |
+
"314": "Dealz",
|
327 |
+
"315": "Decathlon",
|
328 |
+
"316": "Deezer",
|
329 |
+
"317": "Deichmann",
|
330 |
+
"318": "DekaMarkt",
|
331 |
+
"319": "Delhaize",
|
332 |
+
"320": "Delikatesy Centrum",
|
333 |
+
"321": "Deliveroo",
|
334 |
+
"322": "Delta Air Lines",
|
335 |
+
"323": "Denn's Biomarkt",
|
336 |
+
"324": "Denner",
|
337 |
+
"325": "Denny's",
|
338 |
+
"326": "Der Mann",
|
339 |
+
"327": "Der Spiegel",
|
340 |
+
"328": "Despar",
|
341 |
+
"329": "Deutsche Bahn",
|
342 |
+
"330": "Di.be",
|
343 |
+
"331": "DiDi",
|
344 |
+
"332": "Dia",
|
345 |
+
"333": "Dialprix",
|
346 |
+
"334": "Ding",
|
347 |
+
"335": "Dino Polska",
|
348 |
+
"336": "Direction r\u00e9gionale des finances publiques",
|
349 |
+
"337": "Dirk",
|
350 |
+
"338": "Discord",
|
351 |
+
"339": "Disk",
|
352 |
+
"340": "Diska",
|
353 |
+
"341": "Diskont Tankstelle",
|
354 |
+
"342": "Ditsch",
|
355 |
+
"343": "Dollar General",
|
356 |
+
"344": "Dollarama",
|
357 |
+
"345": "Dollarstore",
|
358 |
+
"346": "Domino's Pizza",
|
359 |
+
"347": "DoorDash",
|
360 |
+
"348": "Dosenbach",
|
361 |
+
"349": "DoubleTree by Hilton",
|
362 |
+
"350": "Douglas",
|
363 |
+
"351": "Dr.Max",
|
364 |
+
"352": "Droga Raia",
|
365 |
+
"353": "Drogaria S\u00e3o Paulo",
|
366 |
+
"354": "Drogas",
|
367 |
+
"355": "Drogasil",
|
368 |
+
"356": "Dropbox",
|
369 |
+
"357": "Druni",
|
370 |
+
"358": "Duane Reade",
|
371 |
+
"359": "Dufry",
|
372 |
+
"360": "Dunelm",
|
373 |
+
"361": "Dunkin' Donuts",
|
374 |
+
"362": "Dunnes Stores",
|
375 |
+
"363": "Dyneff",
|
376 |
+
"364": "E.Leclerc",
|
377 |
+
"365": "EDEKA",
|
378 |
+
"366": "EDF Energy",
|
379 |
+
"367": "ENAT",
|
380 |
+
"368": "ENIT",
|
381 |
+
"369": "ENOC",
|
382 |
+
"370": "EPPCO",
|
383 |
+
"371": "EXKi",
|
384 |
+
"372": "Easy Apotheke",
|
385 |
+
"373": "Eataly",
|
386 |
+
"374": "Egencia",
|
387 |
+
"375": "Eko",
|
388 |
+
"376": "El Chiringuito",
|
389 |
+
"377": "El Corte Ingl\u00e9s",
|
390 |
+
"378": "El Fornet",
|
391 |
+
"379": "El Jam\u00f3n",
|
392 |
+
"380": "Elgiganten",
|
393 |
+
"381": "Elite Hotels",
|
394 |
+
"382": "Elta",
|
395 |
+
"383": "Elvi",
|
396 |
+
"384": "Emarat",
|
397 |
+
"385": "Emirates",
|
398 |
+
"386": "Eni",
|
399 |
+
"387": "Eni Enjoy",
|
400 |
+
"388": "Envato",
|
401 |
+
"389": "Ernsting's family",
|
402 |
+
"390": "Eroski",
|
403 |
+
"391": "Espresso House",
|
404 |
+
"392": "Esprit",
|
405 |
+
"393": "Esselunga",
|
406 |
+
"394": "Esso",
|
407 |
+
"395": "Etihad Airways",
|
408 |
+
"396": "Etos",
|
409 |
+
"397": "Etsy",
|
410 |
+
"398": "Eurest",
|
411 |
+
"399": "Eurest.fr",
|
412 |
+
"400": "EuroGiant",
|
413 |
+
"401": "Euronics",
|
414 |
+
"402": "Europcar",
|
415 |
+
"403": "Eurospin",
|
416 |
+
"404": "Eurowings",
|
417 |
+
"405": "Eventim",
|
418 |
+
"406": "Eversports",
|
419 |
+
"407": "Expedia",
|
420 |
+
"408": "Expert",
|
421 |
+
"409": "Express Market",
|
422 |
+
"410": "Extra",
|
423 |
+
"411": "Exxon",
|
424 |
+
"412": "FIXR",
|
425 |
+
"413": "FREE NOW",
|
426 |
+
"414": "Fakta",
|
427 |
+
"415": "Famila",
|
428 |
+
"416": "Family Dollar",
|
429 |
+
"417": "Farmacia",
|
430 |
+
"418": "Farmacias del Ahorro",
|
431 |
+
"419": "Farmfoods",
|
432 |
+
"420": "FeWo-direkt",
|
433 |
+
"421": "FedEx",
|
434 |
+
"422": "Felber",
|
435 |
+
"423": "Feneberg",
|
436 |
+
"424": "Fever",
|
437 |
+
"425": "Fielmann",
|
438 |
+
"426": "Finanzamt",
|
439 |
+
"427": "Finnair",
|
440 |
+
"428": "Fischer",
|
441 |
+
"429": "Fitness First",
|
442 |
+
"430": "Fitness Park",
|
443 |
+
"431": "Five Below",
|
444 |
+
"432": "Five Guys",
|
445 |
+
"433": "Flaconi",
|
446 |
+
"434": "Flying J",
|
447 |
+
"435": "Flying Tiger",
|
448 |
+
"436": "Fnac",
|
449 |
+
"437": "Foodora",
|
450 |
+
"438": "Foot Locker",
|
451 |
+
"439": "Forstinger",
|
452 |
+
"440": "Foster's Hollywood",
|
453 |
+
"441": "Franprix",
|
454 |
+
"442": "Freshmile",
|
455 |
+
"443": "Fressnapf",
|
456 |
+
"444": "Fristo",
|
457 |
+
"445": "Frittenwerk",
|
458 |
+
"446": "Froiz Supermercado",
|
459 |
+
"447": "F\u00f8tex",
|
460 |
+
"448": "GAIL's Bakery",
|
461 |
+
"449": "GVB",
|
462 |
+
"450": "Gabriels Power Oil",
|
463 |
+
"451": "Gadis",
|
464 |
+
"452": "Gala Disco Lounge",
|
465 |
+
"453": "Galeria",
|
466 |
+
"454": "Galp",
|
467 |
+
"455": "GameStop",
|
468 |
+
"456": "Gandi.net",
|
469 |
+
"457": "Garmin",
|
470 |
+
"458": "Geco",
|
471 |
+
"459": "German Doner Kebab",
|
472 |
+
"460": "GiFi",
|
473 |
+
"461": "Giunti al Punto",
|
474 |
+
"462": "Globus.ch",
|
475 |
+
"463": "Glovo",
|
476 |
+
"464": "GoFundMe",
|
477 |
+
"465": "GoToGate",
|
478 |
+
"466": "Goat",
|
479 |
+
"467": "Google",
|
480 |
+
"468": "Google Ads",
|
481 |
+
"469": "Google Cloud",
|
482 |
+
"470": "Google Play",
|
483 |
+
"471": "Google Workspace",
|
484 |
+
"472": "Grab",
|
485 |
+
"473": "Grammarly",
|
486 |
+
"474": "Grand Frais",
|
487 |
+
"475": "Granier",
|
488 |
+
"476": "Great Western Railway",
|
489 |
+
"477": "Greggs",
|
490 |
+
"478": "Grubhub",
|
491 |
+
"479": "Gulf",
|
492 |
+
"480": "Gumroad",
|
493 |
+
"481": "Guthaben",
|
494 |
+
"482": "G\u00e9ant Casino",
|
495 |
+
"483": "H&M",
|
496 |
+
"484": "H-E-B",
|
497 |
+
"485": "HEMA",
|
498 |
+
"486": "HIT",
|
499 |
+
"487": "HMSHost",
|
500 |
+
"488": "HP",
|
501 |
+
"489": "HSL",
|
502 |
+
"490": "Hagebaumarkt",
|
503 |
+
"491": "Halfords",
|
504 |
+
"492": "Halifax",
|
505 |
+
"493": "Hampton by Hilton",
|
506 |
+
"494": "Handwerksb\u00e4ckerei Mack",
|
507 |
+
"495": "Hard Rock Cafe",
|
508 |
+
"496": "Hartlauer",
|
509 |
+
"497": "Harvester",
|
510 |
+
"498": "Hawaiian Airlines",
|
511 |
+
"499": "Headout",
|
512 |
+
"500": "Heide-B\u00e4ckerei Meyer",
|
513 |
+
"501": "Help Net",
|
514 |
+
"502": "Helpling",
|
515 |
+
"503": "Hemk\u00f6p",
|
516 |
+
"504": "Heroku",
|
517 |
+
"505": "Heron Foods",
|
518 |
+
"506": "Hertz",
|
519 |
+
"507": "Hervis",
|
520 |
+
"508": "Hesburger",
|
521 |
+
"509": "Hilton",
|
522 |
+
"510": "HiperDino",
|
523 |
+
"511": "Holiday Inn",
|
524 |
+
"512": "Home Bargains",
|
525 |
+
"513": "Hornbach",
|
526 |
+
"514": "Hotels.com",
|
527 |
+
"515": "House",
|
528 |
+
"516": "Hoyer",
|
529 |
+
"517": "Hreyfill Taxi",
|
530 |
+
"518": "Hubo",
|
531 |
+
"519": "Hudson News",
|
532 |
+
"520": "Hunkem\u00f6ller",
|
533 |
+
"521": "Hyatt",
|
534 |
+
"522": "H\u00e4agen-Dazs",
|
535 |
+
"523": "H\u00f6flinger",
|
536 |
+
"524": "IC Cash",
|
537 |
+
"525": "ICA Kvantum",
|
538 |
+
"526": "ICA N\u00e4ra",
|
539 |
+
"527": "ICA Supermarket",
|
540 |
+
"528": "IG Metall",
|
541 |
+
"529": "IGA",
|
542 |
+
"530": "IHOP",
|
543 |
+
"531": "IKEA",
|
544 |
+
"532": "IKI",
|
545 |
+
"533": "IMO Car Wash",
|
546 |
+
"534": "INA",
|
547 |
+
"535": "ING",
|
548 |
+
"536": "INTERSPAR",
|
549 |
+
"537": "IP Matic",
|
550 |
+
"538": "ITA Airways",
|
551 |
+
"539": "IWG",
|
552 |
+
"540": "Iberia",
|
553 |
+
"541": "Ibis",
|
554 |
+
"542": "Ibis Budget",
|
555 |
+
"543": "Ibis Styles",
|
556 |
+
"544": "Iceland",
|
557 |
+
"545": "Idea",
|
558 |
+
"546": "Il Gigante",
|
559 |
+
"547": "Indeed",
|
560 |
+
"548": "Indigo",
|
561 |
+
"549": "Ingo",
|
562 |
+
"550": "Inmedio",
|
563 |
+
"551": "Interdiscount",
|
564 |
+
"552": "Intermarch\u00e9",
|
565 |
+
"553": "Intersport",
|
566 |
+
"554": "Intesa Sanpaolo",
|
567 |
+
"555": "Intimissimi",
|
568 |
+
"556": "Ionos",
|
569 |
+
"557": "Iper",
|
570 |
+
"558": "Irish Rail",
|
571 |
+
"559": "Itsu",
|
572 |
+
"560": "JD Sports",
|
573 |
+
"561": "JD Wetherspoon",
|
574 |
+
"562": "JET",
|
575 |
+
"563": "JET Station",
|
576 |
+
"564": "JYSK",
|
577 |
+
"565": "Jack In The Box",
|
578 |
+
"566": "Jack Wolfskin",
|
579 |
+
"567": "Jager",
|
580 |
+
"568": "Japan Post Bank",
|
581 |
+
"569": "Jean Coutu",
|
582 |
+
"570": "Jem & Fix",
|
583 |
+
"571": "Jewel-Osco",
|
584 |
+
"572": "Jimmy John's",
|
585 |
+
"573": "Joe & The Juice",
|
586 |
+
"574": "Joker",
|
587 |
+
"575": "Juguettos",
|
588 |
+
"576": "Juice Plus+",
|
589 |
+
"577": "Jula",
|
590 |
+
"578": "Jules",
|
591 |
+
"579": "Jumbo",
|
592 |
+
"580": "Jumbo Supermarket",
|
593 |
+
"581": "Jumbo.ch",
|
594 |
+
"582": "Just Eat",
|
595 |
+
"583": "K Kiosk",
|
596 |
+
"584": "K+K Klaas & Kock",
|
597 |
+
"585": "K-Citymarket",
|
598 |
+
"586": "K-Market",
|
599 |
+
"587": "K-Mart",
|
600 |
+
"588": "KFC",
|
601 |
+
"589": "KLM",
|
602 |
+
"590": "Kalchreuther B\u00e4cker",
|
603 |
+
"591": "Kamps",
|
604 |
+
"592": "Kaufland",
|
605 |
+
"593": "KiK",
|
606 |
+
"594": "Kiabi",
|
607 |
+
"595": "Kicks",
|
608 |
+
"596": "Kindle",
|
609 |
+
"597": "Kiwi.com",
|
610 |
+
"598": "Kiwoko",
|
611 |
+
"599": "Kjell & Company",
|
612 |
+
"600": "Kolporter",
|
613 |
+
"601": "Konsum",
|
614 |
+
"602": "Konzum",
|
615 |
+
"603": "Kreissparkasse",
|
616 |
+
"604": "Krispy Kreme",
|
617 |
+
"605": "Kroger",
|
618 |
+
"606": "Kruidvat",
|
619 |
+
"607": "Kum & Go",
|
620 |
+
"608": "Kvickly",
|
621 |
+
"609": "K\u2011Supermarket",
|
622 |
+
"610": "L'Osteria",
|
623 |
+
"611": "LC Waikiki",
|
624 |
+
"612": "LIBRO",
|
625 |
+
"613": "LIDO",
|
626 |
+
"614": "LIS Pay",
|
627 |
+
"615": "LPP",
|
628 |
+
"616": "La Croissanterie",
|
629 |
+
"617": "La Despensa",
|
630 |
+
"618": "La Poste",
|
631 |
+
"619": "La Rinascente",
|
632 |
+
"620": "Ladbrokes",
|
633 |
+
"621": "Ladur\u00e9e",
|
634 |
+
"622": "Lagardere Travel Retail",
|
635 |
+
"623": "Lagerhaus",
|
636 |
+
"624": "Landi",
|
637 |
+
"625": "Le Fournil",
|
638 |
+
"626": "Lego",
|
639 |
+
"627": "Lemon Squeezy",
|
640 |
+
"628": "Leonardo Hotels",
|
641 |
+
"629": "Leroy Merlin",
|
642 |
+
"630": "Levi's",
|
643 |
+
"631": "Lewiatan",
|
644 |
+
"632": "Libon",
|
645 |
+
"633": "Lidl",
|
646 |
+
"634": "Lids",
|
647 |
+
"635": "Lieferando",
|
648 |
+
"636": "Lilly Drogerie",
|
649 |
+
"637": "Lime",
|
650 |
+
"638": "Lindex",
|
651 |
+
"639": "LinkedIn",
|
652 |
+
"640": "LinkedIn Ads",
|
653 |
+
"641": "LinkedIn Jobs",
|
654 |
+
"642": "Linz",
|
655 |
+
"643": "Little Caesars",
|
656 |
+
"644": "Llaollao",
|
657 |
+
"645": "Lloyds Bank",
|
658 |
+
"646": "LogPay",
|
659 |
+
"647": "Londis",
|
660 |
+
"648": "Louis Vuitton",
|
661 |
+
"649": "Love's",
|
662 |
+
"650": "Lowe's",
|
663 |
+
"651": "LuLu Hypermarket",
|
664 |
+
"652": "Lufthansa",
|
665 |
+
"653": "Lukoil",
|
666 |
+
"654": "Lululemon",
|
667 |
+
"655": "Lupa Supermercados",
|
668 |
+
"656": "Lyca Mobile",
|
669 |
+
"657": "Lyft",
|
670 |
+
"658": "MATCHi",
|
671 |
+
"659": "MAX Burgers",
|
672 |
+
"660": "MD SPA",
|
673 |
+
"661": "MDP Supplies",
|
674 |
+
"662": "METRO",
|
675 |
+
"663": "MOL",
|
676 |
+
"664": "MPREIS",
|
677 |
+
"665": "MRT Singapore",
|
678 |
+
"666": "Maas",
|
679 |
+
"667": "Mace",
|
680 |
+
"668": "MacxiPa",
|
681 |
+
"669": "Makro",
|
682 |
+
"670": "Mango",
|
683 |
+
"671": "Marathon Petroleum",
|
684 |
+
"672": "Marks & Spencer",
|
685 |
+
"673": "Marktkauf",
|
686 |
+
"674": "Marriott",
|
687 |
+
"675": "Marshalls",
|
688 |
+
"676": "Masoutis",
|
689 |
+
"677": "Matas",
|
690 |
+
"678": "Mathem",
|
691 |
+
"679": "Maverik",
|
692 |
+
"680": "Maxi",
|
693 |
+
"681": "Maxi Zoo",
|
694 |
+
"682": "Maxima",
|
695 |
+
"683": "Maxima Store",
|
696 |
+
"684": "Maxol",
|
697 |
+
"685": "McColl's",
|
698 |
+
"686": "McDonald's",
|
699 |
+
"687": "McPaper",
|
700 |
+
"688": "MediaMarkt",
|
701 |
+
"689": "MediaWorld",
|
702 |
+
"690": "Mega Image",
|
703 |
+
"691": "Mego",
|
704 |
+
"692": "Meli\u00e1",
|
705 |
+
"693": "Mensa",
|
706 |
+
"694": "Meny",
|
707 |
+
"695": "Mercadona",
|
708 |
+
"696": "Mercator",
|
709 |
+
"697": "Mercure Hotels",
|
710 |
+
"698": "Meta",
|
711 |
+
"699": "Meta Quest",
|
712 |
+
"700": "Michael Kors",
|
713 |
+
"701": "Microsoft",
|
714 |
+
"702": "Microsoft Ads",
|
715 |
+
"703": "Migrol",
|
716 |
+
"704": "Migrolino",
|
717 |
+
"705": "Migros",
|
718 |
+
"706": "Millingsystems H\u00f6flinger",
|
719 |
+
"707": "Mini Mall Stores",
|
720 |
+
"708": "Minipre\u00e7o",
|
721 |
+
"709": "Miniso",
|
722 |
+
"710": "Mix Markt",
|
723 |
+
"711": "Mobiletopup",
|
724 |
+
"712": "Mohito",
|
725 |
+
"713": "Moia",
|
726 |
+
"714": "Monoprix",
|
727 |
+
"715": "Monte dei Paschi di Siena",
|
728 |
+
"716": "MoonPay",
|
729 |
+
"717": "Morrisons",
|
730 |
+
"718": "Motel One",
|
731 |
+
"719": "Moto",
|
732 |
+
"720": "Motor Fuel Group",
|
733 |
+
"721": "Mountain Warehouse",
|
734 |
+
"722": "Moxy Hotels",
|
735 |
+
"723": "Muji",
|
736 |
+
"724": "Mullvad",
|
737 |
+
"725": "Murphy USA",
|
738 |
+
"726": "My Market",
|
739 |
+
"727": "MyFitness",
|
740 |
+
"728": "Mytrip",
|
741 |
+
"729": "M\u00f6max",
|
742 |
+
"730": "M\u00fcller",
|
743 |
+
"731": "N1",
|
744 |
+
"732": "NH Hotels",
|
745 |
+
"733": "NLB.si",
|
746 |
+
"734": "NOW TV",
|
747 |
+
"735": "NP Markt",
|
748 |
+
"736": "Nah und Gut",
|
749 |
+
"737": "Nah&Frisch",
|
750 |
+
"738": "Nahkauf",
|
751 |
+
"739": "Namecheap",
|
752 |
+
"740": "Nando's",
|
753 |
+
"741": "Nanu-Nana",
|
754 |
+
"742": "Narvesen",
|
755 |
+
"743": "National Car Parks",
|
756 |
+
"744": "Navan",
|
757 |
+
"745": "Nederlandse Spoorwegen",
|
758 |
+
"746": "Nespresso",
|
759 |
+
"747": "Neste",
|
760 |
+
"748": "Neste-K",
|
761 |
+
"749": "Nestl\u00e9",
|
762 |
+
"750": "Neteller",
|
763 |
+
"751": "Netflix",
|
764 |
+
"752": "Netsons",
|
765 |
+
"753": "Netto",
|
766 |
+
"754": "New Balance",
|
767 |
+
"755": "New Look",
|
768 |
+
"756": "New Yorker",
|
769 |
+
"757": "Ngrok",
|
770 |
+
"758": "Nicolas",
|
771 |
+
"759": "Nike",
|
772 |
+
"760": "Nintendo",
|
773 |
+
"761": "Nisa",
|
774 |
+
"762": "Norauto",
|
775 |
+
"763": "Normal",
|
776 |
+
"764": "Normal Bergen",
|
777 |
+
"765": "Norse Atlantic Airways",
|
778 |
+
"766": "Norton",
|
779 |
+
"767": "Norwegian Air",
|
780 |
+
"768": "Novotel",
|
781 |
+
"769": "Nur Hier",
|
782 |
+
"770": "O2",
|
783 |
+
"771": "OBI",
|
784 |
+
"772": "OIL! Tankstellen",
|
785 |
+
"773": "OK",
|
786 |
+
"774": "OKQ8",
|
787 |
+
"775": "OMV",
|
788 |
+
"776": "OVS",
|
789 |
+
"777": "OVpay",
|
790 |
+
"778": "Obramat",
|
791 |
+
"779": "Odeon",
|
792 |
+
"780": "Office Depot",
|
793 |
+
"781": "Oka\u00efdi",
|
794 |
+
"782": "Olerex",
|
795 |
+
"783": "Olis",
|
796 |
+
"784": "One Stop",
|
797 |
+
"785": "Orange",
|
798 |
+
"786": "Orkan",
|
799 |
+
"787": "Orlen",
|
800 |
+
"788": "Otto's",
|
801 |
+
"789": "Oxfam",
|
802 |
+
"790": "Oxxo",
|
803 |
+
"791": "Oysho",
|
804 |
+
"792": "PAGRO",
|
805 |
+
"793": "PAUL",
|
806 |
+
"794": "PENNY",
|
807 |
+
"795": "PLUS",
|
808 |
+
"796": "PMU",
|
809 |
+
"797": "Pague Menos",
|
810 |
+
"798": "Pam Panorama",
|
811 |
+
"799": "Panda Express",
|
812 |
+
"800": "Pandora",
|
813 |
+
"801": "Panera Bread",
|
814 |
+
"802": "Papa John's Pizza",
|
815 |
+
"803": "Papperts",
|
816 |
+
"804": "Parcheggi",
|
817 |
+
"805": "Parfois",
|
818 |
+
"806": "Parkhaus",
|
819 |
+
"807": "Parking",
|
820 |
+
"808": "Patapain",
|
821 |
+
"809": "Path\u00e9",
|
822 |
+
"810": "PayByPhone",
|
823 |
+
"811": "PayPal",
|
824 |
+
"812": "Paylogic",
|
825 |
+
"813": "Payment Services Austria",
|
826 |
+
"814": "Payoneer",
|
827 |
+
"815": "Penneys",
|
828 |
+
"816": "Pepco",
|
829 |
+
"817": "Petrol",
|
830 |
+
"818": "Petroprix",
|
831 |
+
"819": "Pets Corner",
|
832 |
+
"820": "Pharmacie",
|
833 |
+
"821": "Pharmaprix",
|
834 |
+
"822": "Phillips 66",
|
835 |
+
"823": "Picard",
|
836 |
+
"824": "Pick n Pay",
|
837 |
+
"825": "Picnic",
|
838 |
+
"826": "Pingo Doce",
|
839 |
+
"827": "Piraeus Bank",
|
840 |
+
"828": "Pizza Express",
|
841 |
+
"829": "Pizza Hut",
|
842 |
+
"830": "Playtomic",
|
843 |
+
"831": "Plenoil",
|
844 |
+
"832": "Poczta Polska",
|
845 |
+
"833": "Point.P",
|
846 |
+
"834": "PokerStars",
|
847 |
+
"835": "Pony",
|
848 |
+
"836": "Popeyes",
|
849 |
+
"837": "Post AG",
|
850 |
+
"838": "Post Office",
|
851 |
+
"839": "Postbank",
|
852 |
+
"840": "Posten-B\u00f6rse",
|
853 |
+
"841": "Poundland",
|
854 |
+
"842": "Poundstretcher",
|
855 |
+
"843": "Po\u0161ta Slovenije",
|
856 |
+
"844": "Prague Public Transit Company",
|
857 |
+
"845": "Premier",
|
858 |
+
"846": "Premier Inn",
|
859 |
+
"847": "Press & Books",
|
860 |
+
"848": "Pressbyr\u00e5n",
|
861 |
+
"849": "Pret A Manger",
|
862 |
+
"850": "Priceline",
|
863 |
+
"851": "Primaprix",
|
864 |
+
"852": "Primark",
|
865 |
+
"853": "Primor",
|
866 |
+
"854": "Printful",
|
867 |
+
"855": "Prisma",
|
868 |
+
"856": "Profi",
|
869 |
+
"857": "Proxy Delhaize",
|
870 |
+
"858": "Publix",
|
871 |
+
"859": "Pull&Bear",
|
872 |
+
"860": "Puma",
|
873 |
+
"861": "Pyszne.pl",
|
874 |
+
"862": "P\u00e3o de A\u00e7\u00facar",
|
875 |
+
"863": "Q-Park",
|
876 |
+
"864": "Q8",
|
877 |
+
"865": "QVC",
|
878 |
+
"866": "Qatar Airways",
|
879 |
+
"867": "Qstar",
|
880 |
+
"868": "Quickdraw",
|
881 |
+
"869": "QuikTrip",
|
882 |
+
"870": "R-Kiosk",
|
883 |
+
"871": "RELAY",
|
884 |
+
"872": "REMA 1000",
|
885 |
+
"873": "REWE",
|
886 |
+
"874": "RaceTrac",
|
887 |
+
"875": "Radisson Hotels",
|
888 |
+
"876": "Raiffeisen Bank",
|
889 |
+
"877": "Rail Europe",
|
890 |
+
"878": "Raising Cane's",
|
891 |
+
"879": "Rappi",
|
892 |
+
"880": "Rastst\u00e4tte",
|
893 |
+
"881": "Recharge.com",
|
894 |
+
"882": "Recharge.fr",
|
895 |
+
"883": "Reformstark Martin",
|
896 |
+
"884": "Regus",
|
897 |
+
"885": "Renfe",
|
898 |
+
"886": "Repsol",
|
899 |
+
"887": "Reserved",
|
900 |
+
"888": "Revolut",
|
901 |
+
"889": "Rimi",
|
902 |
+
"890": "Riot Games",
|
903 |
+
"891": "Rituals",
|
904 |
+
"892": "River Island",
|
905 |
+
"893": "Roadhouse Restaurant",
|
906 |
+
"894": "Robert Dyas",
|
907 |
+
"895": "Rodilla",
|
908 |
+
"896": "Rompetrol",
|
909 |
+
"897": "Ross Stores",
|
910 |
+
"898": "Rossmann",
|
911 |
+
"899": "Rusta",
|
912 |
+
"900": "Ryanair",
|
913 |
+
"901": "Ryman",
|
914 |
+
"902": "S-market",
|
915 |
+
"903": "SAS Airlines",
|
916 |
+
"904": "SB-Tank",
|
917 |
+
"905": "SBB",
|
918 |
+
"906": "SEB",
|
919 |
+
"907": "SL.se",
|
920 |
+
"908": "SMP Distribuzione",
|
921 |
+
"909": "SNCB",
|
922 |
+
"910": "SOCAR",
|
923 |
+
"911": "SPAR",
|
924 |
+
"912": "SSP",
|
925 |
+
"913": "STIB",
|
926 |
+
"914": "STS",
|
927 |
+
"915": "SV Group",
|
928 |
+
"916": "SV Schweiz",
|
929 |
+
"917": "SWB Bus und Bahn",
|
930 |
+
"918": "SWISS",
|
931 |
+
"919": "Safeway",
|
932 |
+
"920": "Sainsbury's",
|
933 |
+
"921": "Sale",
|
934 |
+
"922": "Sally Beauty",
|
935 |
+
"923": "Sam's Club",
|
936 |
+
"924": "Sanifair",
|
937 |
+
"925": "Santa.by",
|
938 |
+
"926": "Santander",
|
939 |
+
"927": "Saudia",
|
940 |
+
"928": "Save-On-Foods",
|
941 |
+
"929": "Scandic Hotels",
|
942 |
+
"930": "Schanzenb\u00e4ckerei",
|
943 |
+
"931": "School Gateway",
|
944 |
+
"932": "Schuh",
|
945 |
+
"933": "Sch\u00e4fer's",
|
946 |
+
"934": "Scotmid",
|
947 |
+
"935": "Screwfix",
|
948 |
+
"936": "Scribd",
|
949 |
+
"937": "See Tickets",
|
950 |
+
"938": "Segpay",
|
951 |
+
"939": "Sehne",
|
952 |
+
"940": "Selecta",
|
953 |
+
"941": "Selver",
|
954 |
+
"942": "Semichem",
|
955 |
+
"943": "Sephora",
|
956 |
+
"944": "Service-Public.fr",
|
957 |
+
"945": "ServiceStore DB",
|
958 |
+
"946": "Serways",
|
959 |
+
"947": "Sfera",
|
960 |
+
"948": "Shake Shack",
|
961 |
+
"949": "Share Now",
|
962 |
+
"950": "Sheetz",
|
963 |
+
"951": "Shein",
|
964 |
+
"952": "Shell",
|
965 |
+
"953": "Sheraton",
|
966 |
+
"954": "Shopify",
|
967 |
+
"955": "Shoppers Drug Mart",
|
968 |
+
"956": "Simply Market",
|
969 |
+
"957": "Sinsay",
|
970 |
+
"958": "Sisal",
|
971 |
+
"959": "SisalPay",
|
972 |
+
"960": "Sixt",
|
973 |
+
"961": "Skechers",
|
974 |
+
"962": "SkinBaron",
|
975 |
+
"963": "Sklavenitis",
|
976 |
+
"964": "Skrill",
|
977 |
+
"965": "Sky",
|
978 |
+
"966": "Sky Deutschland",
|
979 |
+
"967": "Sky X",
|
980 |
+
"968": "SkyShowtime",
|
981 |
+
"969": "Skyline Taxis",
|
982 |
+
"970": "Slack",
|
983 |
+
"971": "Slovnaft",
|
984 |
+
"972": "Smyths Toys",
|
985 |
+
"973": "Snipes",
|
986 |
+
"974": "So.bio",
|
987 |
+
"975": "Sodexo",
|
988 |
+
"976": "Soho House",
|
989 |
+
"977": "Sonic Drive-In",
|
990 |
+
"978": "Soriana",
|
991 |
+
"979": "Southeastern",
|
992 |
+
"980": "Southern Co-op",
|
993 |
+
"981": "Southwest Airlines",
|
994 |
+
"982": "Sparkasse",
|
995 |
+
"983": "Specsavers",
|
996 |
+
"984": "Speedway",
|
997 |
+
"985": "Spirit Airlines",
|
998 |
+
"986": "Spond",
|
999 |
+
"987": "Sportisimo",
|
1000 |
+
"988": "Sports Direct",
|
1001 |
+
"989": "Spotify",
|
1002 |
+
"990": "Spo\u0142em",
|
1003 |
+
"991": "Sprint Tank",
|
1004 |
+
"992": "St1",
|
1005 |
+
"993": "Stacja Moya",
|
1006 |
+
"994": "Stadtb\u00e4ckerei",
|
1007 |
+
"995": "Staples",
|
1008 |
+
"996": "Starbucks",
|
1009 |
+
"997": "Startselect",
|
1010 |
+
"998": "StockX",
|
1011 |
+
"999": "Stokrotka",
|
1012 |
+
"1000": "Stop & Shop",
|
1013 |
+
"1001": "Stradivarius",
|
1014 |
+
"1002": "Studenac",
|
1015 |
+
"1003": "Subway",
|
1016 |
+
"1004": "Sue Ryder",
|
1017 |
+
"1005": "Sunglass Hut",
|
1018 |
+
"1006": "Sunoco",
|
1019 |
+
"1007": "Supeco",
|
1020 |
+
"1008": "Super U",
|
1021 |
+
"1009": "Super Zoo",
|
1022 |
+
"1010": "SuperBrugsen",
|
1023 |
+
"1011": "SuperValu",
|
1024 |
+
"1012": "Supercor",
|
1025 |
+
"1013": "Superdrug",
|
1026 |
+
"1014": "Supermac's",
|
1027 |
+
"1015": "Supermarch\u00e9s G20",
|
1028 |
+
"1016": "Supermarch\u00e9s Match",
|
1029 |
+
"1017": "Supermarket Coaliment",
|
1030 |
+
"1018": "Supermercados Masymas",
|
1031 |
+
"1019": "Sutterl\u00fcty",
|
1032 |
+
"1020": "Swarovski",
|
1033 |
+
"1021": "Swedbank",
|
1034 |
+
"1022": "Swiss Post",
|
1035 |
+
"1023": "Swissport",
|
1036 |
+
"1024": "Synergym",
|
1037 |
+
"1025": "S\u00faper Ak\u00ed",
|
1038 |
+
"1026": "TEDi",
|
1039 |
+
"1027": "TIER",
|
1040 |
+
"1028": "TIM",
|
1041 |
+
"1029": "TJ Maxx",
|
1042 |
+
"1030": "TPOP",
|
1043 |
+
"1031": "TUI",
|
1044 |
+
"1032": "Tabacos",
|
1045 |
+
"1033": "Tabak Polska",
|
1046 |
+
"1034": "Tabak Trafik",
|
1047 |
+
"1035": "Table Table",
|
1048 |
+
"1036": "Taco Bell",
|
1049 |
+
"1037": "Takko",
|
1050 |
+
"1038": "Tamoil",
|
1051 |
+
"1039": "Tango.us",
|
1052 |
+
"1040": "Target",
|
1053 |
+
"1041": "Taxi",
|
1054 |
+
"1042": "Tchibo",
|
1055 |
+
"1043": "Tegut",
|
1056 |
+
"1044": "Telcel",
|
1057 |
+
"1045": "Telekom",
|
1058 |
+
"1046": "Telepizza",
|
1059 |
+
"1047": "Terno",
|
1060 |
+
"1048": "Tesco",
|
1061 |
+
"1049": "Tesla",
|
1062 |
+
"1050": "Texaco",
|
1063 |
+
"1051": "Texas Roadhouse",
|
1064 |
+
"1052": "Tezenis",
|
1065 |
+
"1053": "Thalia",
|
1066 |
+
"1054": "The Entertainer",
|
1067 |
+
"1055": "The Fragrance Shop",
|
1068 |
+
"1056": "The Home Depot",
|
1069 |
+
"1057": "The UPS Store",
|
1070 |
+
"1058": "Thuisbezorgd.nl",
|
1071 |
+
"1059": "TiPJAR",
|
1072 |
+
"1060": "Ticketmaster",
|
1073 |
+
"1061": "Tiendanimal",
|
1074 |
+
"1062": "Tiendas D1",
|
1075 |
+
"1063": "Tiendas Neto",
|
1076 |
+
"1064": "Tigros",
|
1077 |
+
"1065": "Tim Hortons",
|
1078 |
+
"1066": "Tipico",
|
1079 |
+
"1067": "Toby Carvery",
|
1080 |
+
"1068": "Tokmanni",
|
1081 |
+
"1069": "Tommy",
|
1082 |
+
"1070": "Tommy Hilfiger",
|
1083 |
+
"1071": "Too Good To Go",
|
1084 |
+
"1072": "Toolstation",
|
1085 |
+
"1073": "Toom Baumarkt",
|
1086 |
+
"1074": "Top Gift",
|
1087 |
+
"1075": "Topps Tiles",
|
1088 |
+
"1076": "Tops Pizza",
|
1089 |
+
"1077": "Tortilla",
|
1090 |
+
"1078": "TotalEnergies",
|
1091 |
+
"1079": "Transavia",
|
1092 |
+
"1080": "Transport for London",
|
1093 |
+
"1081": "TravelPerk",
|
1094 |
+
"1082": "Travelodge",
|
1095 |
+
"1083": "Traveloka",
|
1096 |
+
"1084": "Trespass",
|
1097 |
+
"1085": "Trezor",
|
1098 |
+
"1086": "Trinkgut",
|
1099 |
+
"1087": "Turkish Airlines",
|
1100 |
+
"1088": "Turm\u00f6l",
|
1101 |
+
"1089": "Turo",
|
1102 |
+
"1090": "Turtle Bay",
|
1103 |
+
"1091": "Twilio",
|
1104 |
+
"1092": "Twinkl",
|
1105 |
+
"1093": "T\u2011Mobile",
|
1106 |
+
"1094": "UBS",
|
1107 |
+
"1095": "UCI Cinemas",
|
1108 |
+
"1096": "UGC",
|
1109 |
+
"1097": "UK Visas and Immigration",
|
1110 |
+
"1098": "UPS",
|
1111 |
+
"1099": "USPS",
|
1112 |
+
"1100": "Uber",
|
1113 |
+
"1101": "Uber Eats",
|
1114 |
+
"1102": "Unes",
|
1115 |
+
"1103": "UniCredit",
|
1116 |
+
"1104": "Unicoop",
|
1117 |
+
"1105": "Unieuro",
|
1118 |
+
"1106": "Unimarkt",
|
1119 |
+
"1107": "Uniqlo",
|
1120 |
+
"1108": "United Airlines",
|
1121 |
+
"1109": "Uno-X",
|
1122 |
+
"1110": "Upwork",
|
1123 |
+
"1111": "Urban Outfitters",
|
1124 |
+
"1112": "Urssaf",
|
1125 |
+
"1113": "VR Bank",
|
1126 |
+
"1114": "VRR",
|
1127 |
+
"1115": "Vans",
|
1128 |
+
"1116": "Vapiano",
|
1129 |
+
"1117": "Vast.ai",
|
1130 |
+
"1118": "Vending Machine",
|
1131 |
+
"1119": "Veritas",
|
1132 |
+
"1120": "Verkehrsbetriebe Z\u00fcrich",
|
1133 |
+
"1121": "Viada",
|
1134 |
+
"1122": "Viator",
|
1135 |
+
"1123": "Victoria's Secret",
|
1136 |
+
"1124": "Village Hotels",
|
1137 |
+
"1125": "Vinted",
|
1138 |
+
"1126": "VioVet",
|
1139 |
+
"1127": "Vips",
|
1140 |
+
"1128": "Virgin Media",
|
1141 |
+
"1129": "Vision Express",
|
1142 |
+
"1130": "Vivo",
|
1143 |
+
"1131": "Vodafone",
|
1144 |
+
"1132": "Volg",
|
1145 |
+
"1133": "Voli",
|
1146 |
+
"1134": "Volksbank",
|
1147 |
+
"1135": "VollCorner",
|
1148 |
+
"1136": "Volotea",
|
1149 |
+
"1137": "Vomar",
|
1150 |
+
"1138": "Vrbo",
|
1151 |
+
"1139": "Vueling",
|
1152 |
+
"1140": "WHSmith",
|
1153 |
+
"1141": "WMM Hotel Betriebs",
|
1154 |
+
"1142": "WOW",
|
1155 |
+
"1143": "Wagamama",
|
1156 |
+
"1144": "Waitrose",
|
1157 |
+
"1145": "Walgreens",
|
1158 |
+
"1146": "Walmart",
|
1159 |
+
"1147": "Warszawski Transport Publiczny",
|
1160 |
+
"1148": "Wasgau",
|
1161 |
+
"1149": "Wawa",
|
1162 |
+
"1150": "Wayfair",
|
1163 |
+
"1151": "Webador",
|
1164 |
+
"1152": "Welcome Break",
|
1165 |
+
"1153": "Well Pharmacy",
|
1166 |
+
"1154": "Wendy's",
|
1167 |
+
"1155": "WestJet",
|
1168 |
+
"1156": "Western Union",
|
1169 |
+
"1157": "Westwing",
|
1170 |
+
"1158": "Whataburger",
|
1171 |
+
"1159": "Whole Foods Market",
|
1172 |
+
"1160": "Wickes",
|
1173 |
+
"1161": "Wiener Feinb\u00e4cker Heberer",
|
1174 |
+
"1162": "Wiener Linien",
|
1175 |
+
"1163": "Willys",
|
1176 |
+
"1164": "Wingstop",
|
1177 |
+
"1165": "Wipark",
|
1178 |
+
"1166": "Wirex",
|
1179 |
+
"1167": "Wix.com",
|
1180 |
+
"1168": "Wizz Air",
|
1181 |
+
"1169": "Woolworths",
|
1182 |
+
"1170": "WordPress",
|
1183 |
+
"1171": "World Duty Free",
|
1184 |
+
"1172": "Worten",
|
1185 |
+
"1173": "W\u00fcrth",
|
1186 |
+
"1174": "XXXLutz",
|
1187 |
+
"1175": "Xero",
|
1188 |
+
"1176": "Xsolla",
|
1189 |
+
"1177": "Yego",
|
1190 |
+
"1178": "Yelmo",
|
1191 |
+
"1179": "YouTube",
|
1192 |
+
"1180": "ZVAB",
|
1193 |
+
"1181": "Zalando",
|
1194 |
+
"1182": "Zara",
|
1195 |
+
"1183": "Zara Home",
|
1196 |
+
"1184": "Zeeman",
|
1197 |
+
"1185": "Zgonc",
|
1198 |
+
"1186": "Zipcar",
|
1199 |
+
"1187": "Zizzi",
|
1200 |
+
"1188": "Zoll",
|
1201 |
+
"1189": "Zona Sul",
|
1202 |
+
"1190": "ZooPlus",
|
1203 |
+
"1191": "a&o",
|
1204 |
+
"1192": "bft",
|
1205 |
+
"1193": "bon\u00c0rea",
|
1206 |
+
"1194": "dean&david",
|
1207 |
+
"1195": "dm-drogerie",
|
1208 |
+
"1196": "eBay",
|
1209 |
+
"1197": "easyJet",
|
1210 |
+
"1198": "hotelF1",
|
1211 |
+
"1199": "iFood",
|
1212 |
+
"1200": "iHerb",
|
1213 |
+
"1201": "iN's Mercato",
|
1214 |
+
"1202": "s.Oliver",
|
1215 |
+
"1203": "\u00c9xito",
|
1216 |
+
"1204": "\u00d6AMTC St\u00fctzpunkt Weiz",
|
1217 |
+
"1205": "\u00d6BB",
|
1218 |
+
"1206": "\u010cSOB",
|
1219 |
+
"1207": "\u010cesk\u00e1 po\u0161ta",
|
1220 |
+
"1208": "\u015eok Market",
|
1221 |
+
"1209": "\u017babka"
|
1222 |
+
},
|
1223 |
+
"initializer_range": 0.02,
|
1224 |
+
"label2id": {
|
1225 |
+
"1 Minute": 1,
|
1226 |
+
"100 Montaditos": 2,
|
1227 |
+
"365 Cafeteries i Fleques": 3,
|
1228 |
+
"5\u00e0sec": 4,
|
1229 |
+
"7-Eleven": 5,
|
1230 |
+
"99": 6,
|
1231 |
+
"A2 Hosting": 7,
|
1232 |
+
"AB Shop & Go": 8,
|
1233 |
+
"ABC!": 9,
|
1234 |
+
"ADAC": 10,
|
1235 |
+
"ADNOC": 11,
|
1236 |
+
"ADO": 12,
|
1237 |
+
"AIB": 13,
|
1238 |
+
"ALEX": 14,
|
1239 |
+
"APCOA Parking": 15,
|
1240 |
+
"AT&T": 16,
|
1241 |
+
"ATB Market": 17,
|
1242 |
+
"ATM": 18,
|
1243 |
+
"AXA": 19,
|
1244 |
+
"AbeBooks": 20,
|
1245 |
+
"Abercrombie & Fitch": 21,
|
1246 |
+
"Abritel": 22,
|
1247 |
+
"Accessorize": 23,
|
1248 |
+
"Action": 24,
|
1249 |
+
"Adeg": 25,
|
1250 |
+
"Adidas": 26,
|
1251 |
+
"Adobe": 27,
|
1252 |
+
"Aegean Airlines": 28,
|
1253 |
+
"Aena": 29,
|
1254 |
+
"Aer Lingus": 30,
|
1255 |
+
"Aerom\u00e9xico": 31,
|
1256 |
+
"Aesop": 32,
|
1257 |
+
"Agip": 33,
|
1258 |
+
"Agoda": 34,
|
1259 |
+
"Agrola": 35,
|
1260 |
+
"Ahorramas": 36,
|
1261 |
+
"Air Canada": 37,
|
1262 |
+
"Air China": 38,
|
1263 |
+
"Air France": 39,
|
1264 |
+
"Air India": 40,
|
1265 |
+
"Air Serbia": 41,
|
1266 |
+
"AirAsia": 42,
|
1267 |
+
"Airbnb": 43,
|
1268 |
+
"Airpay": 44,
|
1269 |
+
"Albert Heijn": 45,
|
1270 |
+
"Albertsons": 46,
|
1271 |
+
"Albron": 47,
|
1272 |
+
"Alcampo": 48,
|
1273 |
+
"Aldi": 49,
|
1274 |
+
"Ale House": 50,
|
1275 |
+
"Alepa": 51,
|
1276 |
+
"Alexela": 52,
|
1277 |
+
"Algolia": 53,
|
1278 |
+
"AliExpress": 54,
|
1279 |
+
"Alimerka": 55,
|
1280 |
+
"Alko": 56,
|
1281 |
+
"All Bar One": 57,
|
1282 |
+
"Allguth": 58,
|
1283 |
+
"Allianz": 59,
|
1284 |
+
"Alpha Bank": 60,
|
1285 |
+
"Alpha Taxis": 61,
|
1286 |
+
"Alphamega": 62,
|
1287 |
+
"Alsa": 63,
|
1288 |
+
"Alza": 64,
|
1289 |
+
"Amavita": 65,
|
1290 |
+
"Amazon": 66,
|
1291 |
+
"Amazon Business": 67,
|
1292 |
+
"Amazon Music": 68,
|
1293 |
+
"Amazon Prime": 69,
|
1294 |
+
"Amazon Prime Video": 70,
|
1295 |
+
"American Airlines": 71,
|
1296 |
+
"Americanas": 72,
|
1297 |
+
"Angel Hill Food Co.": 73,
|
1298 |
+
"Aok": 74,
|
1299 |
+
"Api Restauration": 75,
|
1300 |
+
"Aplazame": 76,
|
1301 |
+
"Apotek": 77,
|
1302 |
+
"Apotek Hj\u00e4rtat": 78,
|
1303 |
+
"Apoteket": 79,
|
1304 |
+
"Apotheka": 80,
|
1305 |
+
"Apotheke": 81,
|
1306 |
+
"Apple": 82,
|
1307 |
+
"Applebee's": 83,
|
1308 |
+
"Applegreen": 84,
|
1309 |
+
"Applus": 85,
|
1310 |
+
"Aral": 86,
|
1311 |
+
"Aramark": 87,
|
1312 |
+
"Arby's": 88,
|
1313 |
+
"Arco": 89,
|
1314 |
+
"Argos": 90,
|
1315 |
+
"Arket": 91,
|
1316 |
+
"Aroma Market": 92,
|
1317 |
+
"Arriva": 93,
|
1318 |
+
"Asda": 94,
|
1319 |
+
"Atacad\u00e3o": 95,
|
1320 |
+
"Auchan": 96,
|
1321 |
+
"Audible": 97,
|
1322 |
+
"AurumCars": 98,
|
1323 |
+
"AurumTours": 99,
|
1324 |
+
"Autodoc": 100,
|
1325 |
+
"Autogrill": 101,
|
1326 |
+
"Autostradale": 102,
|
1327 |
+
"Autostrade per l'Italia": 103,
|
1328 |
+
"Avanti": 104,
|
1329 |
+
"Avec": 105,
|
1330 |
+
"Avia": 106,
|
1331 |
+
"Avis": 107,
|
1332 |
+
"B&B Hotels": 108,
|
1333 |
+
"B&M": 109,
|
1334 |
+
"B&Q": 110,
|
1335 |
+
"BILLA": 111,
|
1336 |
+
"BIPA": 112,
|
1337 |
+
"BJ's Restaurant": 113,
|
1338 |
+
"BM Supermercados": 114,
|
1339 |
+
"BMW": 115,
|
1340 |
+
"BNL": 116,
|
1341 |
+
"BP": 117,
|
1342 |
+
"BPER Banca": 118,
|
1343 |
+
"BUT": 119,
|
1344 |
+
"Babbel.com": 120,
|
1345 |
+
"Back-Factory": 121,
|
1346 |
+
"BackWerk": 122,
|
1347 |
+
"Baguette": 123,
|
1348 |
+
"Bahnhof-Apotheke": 124,
|
1349 |
+
"Ballenoil": 125,
|
1350 |
+
"Baltic Petroleum": 126,
|
1351 |
+
"Baltona": 127,
|
1352 |
+
"Banca Credito Coop": 128,
|
1353 |
+
"Banca Popolare di Bari": 129,
|
1354 |
+
"Banca Popolare di Puglia e Basilicata": 130,
|
1355 |
+
"Banca Popolare di Sondrio": 131,
|
1356 |
+
"Banco BPM": 132,
|
1357 |
+
"Banco Desio": 133,
|
1358 |
+
"Banco di Sardegna": 134,
|
1359 |
+
"Bancontact CASH": 135,
|
1360 |
+
"Bandcamp": 136,
|
1361 |
+
"Bank of Ireland": 137,
|
1362 |
+
"Bank of Scotland": 138,
|
1363 |
+
"Banka Citadele": 139,
|
1364 |
+
"Banxa": 140,
|
1365 |
+
"Barnardo's": 141,
|
1366 |
+
"Barnes & Noble": 142,
|
1367 |
+
"Basecamp": 143,
|
1368 |
+
"Bauhaus": 144,
|
1369 |
+
"BaxterStorey": 145,
|
1370 |
+
"Be At One": 146,
|
1371 |
+
"Beefeater Restaurant": 147,
|
1372 |
+
"Belfius": 148,
|
1373 |
+
"Belros": 149,
|
1374 |
+
"Bennet": 150,
|
1375 |
+
"Benu": 151,
|
1376 |
+
"Bershka": 152,
|
1377 |
+
"Best Buy": 153,
|
1378 |
+
"Best Western": 154,
|
1379 |
+
"BestSecret": 155,
|
1380 |
+
"Biedronka": 156,
|
1381 |
+
"Biltema": 157,
|
1382 |
+
"Binorder": 158,
|
1383 |
+
"Bio Company": 159,
|
1384 |
+
"Biocoop": 160,
|
1385 |
+
"Bird.co": 161,
|
1386 |
+
"Bitinvestor": 162,
|
1387 |
+
"Bitsa": 163,
|
1388 |
+
"BizAway": 164,
|
1389 |
+
"Bkk-Automata": 165,
|
1390 |
+
"Blizzard Entertainment": 166,
|
1391 |
+
"Boka Food": 167,
|
1392 |
+
"Bol.com": 168,
|
1393 |
+
"Bolt": 169,
|
1394 |
+
"Bonpreu": 170,
|
1395 |
+
"Bonus": 171,
|
1396 |
+
"BookBeat": 172,
|
1397 |
+
"Booker": 173,
|
1398 |
+
"Booking.com": 174,
|
1399 |
+
"Boot Barn": 175,
|
1400 |
+
"Boots": 176,
|
1401 |
+
"Boulanger": 177,
|
1402 |
+
"Boulangerie": 178,
|
1403 |
+
"Boyes": 179,
|
1404 |
+
"BrewDog": 180,
|
1405 |
+
"Brewers Fayre": 181,
|
1406 |
+
"Brico": 182,
|
1407 |
+
"Brico D\u00e9p\u00f4t": 183,
|
1408 |
+
"Brico io": 184,
|
1409 |
+
"Bricocenter": 185,
|
1410 |
+
"Bricoman": 186,
|
1411 |
+
"Bricomarch\u00e9": 187,
|
1412 |
+
"British Airways": 188,
|
1413 |
+
"Budgens": 189,
|
1414 |
+
"Buffalo Wild Wings": 190,
|
1415 |
+
"Build-A-Bear": 191,
|
1416 |
+
"Bunnpris": 192,
|
1417 |
+
"Burger King": 193,
|
1418 |
+
"Burlington": 194,
|
1419 |
+
"B\u00e4cker G\u00f6rtz": 195,
|
1420 |
+
"B\u00e4ckerei Der Beck": 196,
|
1421 |
+
"B\u00e4ckerei Fuchs": 197,
|
1422 |
+
"B\u00e4ckerei Lange": 198,
|
1423 |
+
"B\u00e4ckerei Nussbaumer": 199,
|
1424 |
+
"B\u00e4ckerei Str\u00f6ck": 200,
|
1425 |
+
"C&A": 201,
|
1426 |
+
"CCC": 202,
|
1427 |
+
"CIC": 203,
|
1428 |
+
"CLASSIC": 204,
|
1429 |
+
"CLASSIC Tankstelle": 205,
|
1430 |
+
"COOP Jednota": 206,
|
1431 |
+
"COS": 207,
|
1432 |
+
"CPAM (Caisse Primaire d'Assurance Maladie)": 208,
|
1433 |
+
"CTT": 209,
|
1434 |
+
"CVS Pharmacy": 210,
|
1435 |
+
"Cactus": 211,
|
1436 |
+
"Caf.fr": 212,
|
1437 |
+
"Cafe Extrablatt": 213,
|
1438 |
+
"Cafe+Co": 214,
|
1439 |
+
"Cafe+Co Delikomat": 215,
|
1440 |
+
"Caffeine": 216,
|
1441 |
+
"Caff\u00e8 Nero": 217,
|
1442 |
+
"Caisse d'Epargne": 218,
|
1443 |
+
"CaixaBank": 219,
|
1444 |
+
"Calzedonia": 220,
|
1445 |
+
"Canva": 221,
|
1446 |
+
"Caprabo": 222,
|
1447 |
+
"Carglass": 223,
|
1448 |
+
"Carl's Jr.": 224,
|
1449 |
+
"Carrefour": 225,
|
1450 |
+
"Carrefour City": 226,
|
1451 |
+
"Carrefour Express": 227,
|
1452 |
+
"Carrefour Market": 228,
|
1453 |
+
"Carulla": 229,
|
1454 |
+
"Casa Ametller": 230,
|
1455 |
+
"Cash App": 231,
|
1456 |
+
"Cash Converters": 232,
|
1457 |
+
"Casino": 233,
|
1458 |
+
"Castorama": 234,
|
1459 |
+
"Cava": 235,
|
1460 |
+
"CeX": 236,
|
1461 |
+
"Celeiro": 237,
|
1462 |
+
"Centra": 238,
|
1463 |
+
"Cepsa": 239,
|
1464 |
+
"Chaiiwala": 240,
|
1465 |
+
"ChangeGroup": 241,
|
1466 |
+
"Check24": 242,
|
1467 |
+
"Chedraui": 243,
|
1468 |
+
"Chevron": 244,
|
1469 |
+
"Chick-fil-A": 245,
|
1470 |
+
"Chipotle Mexican Grill": 246,
|
1471 |
+
"Chopstix": 247,
|
1472 |
+
"Chronodrive": 248,
|
1473 |
+
"CineStar": 249,
|
1474 |
+
"Cinema City": 250,
|
1475 |
+
"Cineplexx": 251,
|
1476 |
+
"Circle K": 252,
|
1477 |
+
"Claire's": 253,
|
1478 |
+
"Clarel": 254,
|
1479 |
+
"Clarion Hotel": 255,
|
1480 |
+
"Clas Ohlson": 256,
|
1481 |
+
"Clever Fit": 257,
|
1482 |
+
"Co-op": 258,
|
1483 |
+
"Coca-Cola": 259,
|
1484 |
+
"Coccinelle": 260,
|
1485 |
+
"Cocoon Bamberg": 261,
|
1486 |
+
"Coffee #1": 262,
|
1487 |
+
"Coffee Fellows": 263,
|
1488 |
+
"Coles Supermarket": 264,
|
1489 |
+
"Colruyt": 265,
|
1490 |
+
"Combi": 266,
|
1491 |
+
"Comboios de Portugal": 267,
|
1492 |
+
"Commerzbank": 268,
|
1493 |
+
"Compass Group": 269,
|
1494 |
+
"Conad": 270,
|
1495 |
+
"Condis": 271,
|
1496 |
+
"Condor": 272,
|
1497 |
+
"Consum": 273,
|
1498 |
+
"Continente": 274,
|
1499 |
+
"Contipark": 275,
|
1500 |
+
"Coop": 276,
|
1501 |
+
"Coop 365": 277,
|
1502 |
+
"Coop Italy": 278,
|
1503 |
+
"Coop Mega": 279,
|
1504 |
+
"Coop Sweden": 280,
|
1505 |
+
"Cora": 281,
|
1506 |
+
"Correos": 282,
|
1507 |
+
"Costa Coffee": 283,
|
1508 |
+
"Costco": 284,
|
1509 |
+
"Costcutter": 285,
|
1510 |
+
"Couche-Tard": 286,
|
1511 |
+
"Courir": 287,
|
1512 |
+
"Coursera": 288,
|
1513 |
+
"Courtyard by Marriott": 289,
|
1514 |
+
"Coviran": 290,
|
1515 |
+
"Crai Supermercati": 291,
|
1516 |
+
"Credito Emiliano": 292,
|
1517 |
+
"Crepes & Waffles": 293,
|
1518 |
+
"Cropp": 294,
|
1519 |
+
"Crowne Plaza": 295,
|
1520 |
+
"Cr\u00e9dit Agricole": 296,
|
1521 |
+
"Cr\u00e9dit Mutuel": 297,
|
1522 |
+
"Cumberland Farms": 298,
|
1523 |
+
"Currys": 299,
|
1524 |
+
"DATS 24": 300,
|
1525 |
+
"DEPOT": 301,
|
1526 |
+
"DHL": 302,
|
1527 |
+
"DOZ Apotek": 303,
|
1528 |
+
"DRK": 304,
|
1529 |
+
"DSB": 305,
|
1530 |
+
"Dagli'Brugsen": 306,
|
1531 |
+
"Dairy Queen": 307,
|
1532 |
+
"Dallmayr": 308,
|
1533 |
+
"Darty": 309,
|
1534 |
+
"Das Futterhaus": 310,
|
1535 |
+
"David Lloyd Clubs": 311,
|
1536 |
+
"Daybreak": 312,
|
1537 |
+
"De Lijn": 313,
|
1538 |
+
"Dealz": 314,
|
1539 |
+
"Decathlon": 315,
|
1540 |
+
"Deezer": 316,
|
1541 |
+
"Deichmann": 317,
|
1542 |
+
"DekaMarkt": 318,
|
1543 |
+
"Delhaize": 319,
|
1544 |
+
"Delikatesy Centrum": 320,
|
1545 |
+
"Deliveroo": 321,
|
1546 |
+
"Delta Air Lines": 322,
|
1547 |
+
"Denn's Biomarkt": 323,
|
1548 |
+
"Denner": 324,
|
1549 |
+
"Denny's": 325,
|
1550 |
+
"Der Mann": 326,
|
1551 |
+
"Der Spiegel": 327,
|
1552 |
+
"Despar": 328,
|
1553 |
+
"Deutsche Bahn": 329,
|
1554 |
+
"Di.be": 330,
|
1555 |
+
"DiDi": 331,
|
1556 |
+
"Dia": 332,
|
1557 |
+
"Dialprix": 333,
|
1558 |
+
"Ding": 334,
|
1559 |
+
"Dino Polska": 335,
|
1560 |
+
"Direction r\u00e9gionale des finances publiques": 336,
|
1561 |
+
"Dirk": 337,
|
1562 |
+
"Discord": 338,
|
1563 |
+
"Disk": 339,
|
1564 |
+
"Diska": 340,
|
1565 |
+
"Diskont Tankstelle": 341,
|
1566 |
+
"Ditsch": 342,
|
1567 |
+
"Dollar General": 343,
|
1568 |
+
"Dollarama": 344,
|
1569 |
+
"Dollarstore": 345,
|
1570 |
+
"Domino's Pizza": 346,
|
1571 |
+
"DoorDash": 347,
|
1572 |
+
"Dosenbach": 348,
|
1573 |
+
"DoubleTree by Hilton": 349,
|
1574 |
+
"Douglas": 350,
|
1575 |
+
"Dr.Max": 351,
|
1576 |
+
"Droga Raia": 352,
|
1577 |
+
"Drogaria S\u00e3o Paulo": 353,
|
1578 |
+
"Drogas": 354,
|
1579 |
+
"Drogasil": 355,
|
1580 |
+
"Dropbox": 356,
|
1581 |
+
"Druni": 357,
|
1582 |
+
"Duane Reade": 358,
|
1583 |
+
"Dufry": 359,
|
1584 |
+
"Dunelm": 360,
|
1585 |
+
"Dunkin' Donuts": 361,
|
1586 |
+
"Dunnes Stores": 362,
|
1587 |
+
"Dyneff": 363,
|
1588 |
+
"E.Leclerc": 364,
|
1589 |
+
"EDEKA": 365,
|
1590 |
+
"EDF Energy": 366,
|
1591 |
+
"ENAT": 367,
|
1592 |
+
"ENIT": 368,
|
1593 |
+
"ENOC": 369,
|
1594 |
+
"EPPCO": 370,
|
1595 |
+
"EXKi": 371,
|
1596 |
+
"Easy Apotheke": 372,
|
1597 |
+
"Eataly": 373,
|
1598 |
+
"Egencia": 374,
|
1599 |
+
"Eko": 375,
|
1600 |
+
"El Chiringuito": 376,
|
1601 |
+
"El Corte Ingl\u00e9s": 377,
|
1602 |
+
"El Fornet": 378,
|
1603 |
+
"El Jam\u00f3n": 379,
|
1604 |
+
"Elgiganten": 380,
|
1605 |
+
"Elite Hotels": 381,
|
1606 |
+
"Elta": 382,
|
1607 |
+
"Elvi": 383,
|
1608 |
+
"Emarat": 384,
|
1609 |
+
"Emirates": 385,
|
1610 |
+
"Eni": 386,
|
1611 |
+
"Eni Enjoy": 387,
|
1612 |
+
"Envato": 388,
|
1613 |
+
"Ernsting's family": 389,
|
1614 |
+
"Eroski": 390,
|
1615 |
+
"Espresso House": 391,
|
1616 |
+
"Esprit": 392,
|
1617 |
+
"Esselunga": 393,
|
1618 |
+
"Esso": 394,
|
1619 |
+
"Etihad Airways": 395,
|
1620 |
+
"Etos": 396,
|
1621 |
+
"Etsy": 397,
|
1622 |
+
"Eurest": 398,
|
1623 |
+
"Eurest.fr": 399,
|
1624 |
+
"EuroGiant": 400,
|
1625 |
+
"Euronics": 401,
|
1626 |
+
"Europcar": 402,
|
1627 |
+
"Eurospin": 403,
|
1628 |
+
"Eurowings": 404,
|
1629 |
+
"Eventim": 405,
|
1630 |
+
"Eversports": 406,
|
1631 |
+
"Expedia": 407,
|
1632 |
+
"Expert": 408,
|
1633 |
+
"Express Market": 409,
|
1634 |
+
"Extra": 410,
|
1635 |
+
"Exxon": 411,
|
1636 |
+
"FIXR": 412,
|
1637 |
+
"FREE NOW": 413,
|
1638 |
+
"Fakta": 414,
|
1639 |
+
"Famila": 415,
|
1640 |
+
"Family Dollar": 416,
|
1641 |
+
"Farmacia": 417,
|
1642 |
+
"Farmacias del Ahorro": 418,
|
1643 |
+
"Farmfoods": 419,
|
1644 |
+
"FeWo-direkt": 420,
|
1645 |
+
"FedEx": 421,
|
1646 |
+
"Felber": 422,
|
1647 |
+
"Feneberg": 423,
|
1648 |
+
"Fever": 424,
|
1649 |
+
"Fielmann": 425,
|
1650 |
+
"Finanzamt": 426,
|
1651 |
+
"Finnair": 427,
|
1652 |
+
"Fischer": 428,
|
1653 |
+
"Fitness First": 429,
|
1654 |
+
"Fitness Park": 430,
|
1655 |
+
"Five Below": 431,
|
1656 |
+
"Five Guys": 432,
|
1657 |
+
"Flaconi": 433,
|
1658 |
+
"Flying J": 434,
|
1659 |
+
"Flying Tiger": 435,
|
1660 |
+
"Fnac": 436,
|
1661 |
+
"Foodora": 437,
|
1662 |
+
"Foot Locker": 438,
|
1663 |
+
"Forstinger": 439,
|
1664 |
+
"Foster's Hollywood": 440,
|
1665 |
+
"Franprix": 441,
|
1666 |
+
"Freshmile": 442,
|
1667 |
+
"Fressnapf": 443,
|
1668 |
+
"Fristo": 444,
|
1669 |
+
"Frittenwerk": 445,
|
1670 |
+
"Froiz Supermercado": 446,
|
1671 |
+
"F\u00f8tex": 447,
|
1672 |
+
"GAIL's Bakery": 448,
|
1673 |
+
"GVB": 449,
|
1674 |
+
"Gabriels Power Oil": 450,
|
1675 |
+
"Gadis": 451,
|
1676 |
+
"Gala Disco Lounge": 452,
|
1677 |
+
"Galeria": 453,
|
1678 |
+
"Galp": 454,
|
1679 |
+
"GameStop": 455,
|
1680 |
+
"Gandi.net": 456,
|
1681 |
+
"Garmin": 457,
|
1682 |
+
"Geco": 458,
|
1683 |
+
"German Doner Kebab": 459,
|
1684 |
+
"GiFi": 460,
|
1685 |
+
"Giunti al Punto": 461,
|
1686 |
+
"Globus.ch": 462,
|
1687 |
+
"Glovo": 463,
|
1688 |
+
"GoFundMe": 464,
|
1689 |
+
"GoToGate": 465,
|
1690 |
+
"Goat": 466,
|
1691 |
+
"Google": 467,
|
1692 |
+
"Google Ads": 468,
|
1693 |
+
"Google Cloud": 469,
|
1694 |
+
"Google Play": 470,
|
1695 |
+
"Google Workspace": 471,
|
1696 |
+
"Grab": 472,
|
1697 |
+
"Grammarly": 473,
|
1698 |
+
"Grand Frais": 474,
|
1699 |
+
"Granier": 475,
|
1700 |
+
"Great Western Railway": 476,
|
1701 |
+
"Greggs": 477,
|
1702 |
+
"Grubhub": 478,
|
1703 |
+
"Gulf": 479,
|
1704 |
+
"Gumroad": 480,
|
1705 |
+
"Guthaben": 481,
|
1706 |
+
"G\u00e9ant Casino": 482,
|
1707 |
+
"H&M": 483,
|
1708 |
+
"H-E-B": 484,
|
1709 |
+
"HEMA": 485,
|
1710 |
+
"HIT": 486,
|
1711 |
+
"HMSHost": 487,
|
1712 |
+
"HP": 488,
|
1713 |
+
"HSL": 489,
|
1714 |
+
"Hagebaumarkt": 490,
|
1715 |
+
"Halfords": 491,
|
1716 |
+
"Halifax": 492,
|
1717 |
+
"Hampton by Hilton": 493,
|
1718 |
+
"Handwerksb\u00e4ckerei Mack": 494,
|
1719 |
+
"Hard Rock Cafe": 495,
|
1720 |
+
"Hartlauer": 496,
|
1721 |
+
"Harvester": 497,
|
1722 |
+
"Hawaiian Airlines": 498,
|
1723 |
+
"Headout": 499,
|
1724 |
+
"Heide-B\u00e4ckerei Meyer": 500,
|
1725 |
+
"Help Net": 501,
|
1726 |
+
"Helpling": 502,
|
1727 |
+
"Hemk\u00f6p": 503,
|
1728 |
+
"Heroku": 504,
|
1729 |
+
"Heron Foods": 505,
|
1730 |
+
"Hertz": 506,
|
1731 |
+
"Hervis": 507,
|
1732 |
+
"Hesburger": 508,
|
1733 |
+
"Hilton": 509,
|
1734 |
+
"HiperDino": 510,
|
1735 |
+
"Holiday Inn": 511,
|
1736 |
+
"Home Bargains": 512,
|
1737 |
+
"Hornbach": 513,
|
1738 |
+
"Hotels.com": 514,
|
1739 |
+
"House": 515,
|
1740 |
+
"Hoyer": 516,
|
1741 |
+
"Hreyfill Taxi": 517,
|
1742 |
+
"Hubo": 518,
|
1743 |
+
"Hudson News": 519,
|
1744 |
+
"Hunkem\u00f6ller": 520,
|
1745 |
+
"Hyatt": 521,
|
1746 |
+
"H\u00e4agen-Dazs": 522,
|
1747 |
+
"H\u00f6flinger": 523,
|
1748 |
+
"IC Cash": 524,
|
1749 |
+
"ICA Kvantum": 525,
|
1750 |
+
"ICA N\u00e4ra": 526,
|
1751 |
+
"ICA Supermarket": 527,
|
1752 |
+
"IG Metall": 528,
|
1753 |
+
"IGA": 529,
|
1754 |
+
"IHOP": 530,
|
1755 |
+
"IKEA": 531,
|
1756 |
+
"IKI": 532,
|
1757 |
+
"IMO Car Wash": 533,
|
1758 |
+
"INA": 534,
|
1759 |
+
"ING": 535,
|
1760 |
+
"INTERSPAR": 536,
|
1761 |
+
"IP Matic": 537,
|
1762 |
+
"ITA Airways": 538,
|
1763 |
+
"IWG": 539,
|
1764 |
+
"Iberia": 540,
|
1765 |
+
"Ibis": 541,
|
1766 |
+
"Ibis Budget": 542,
|
1767 |
+
"Ibis Styles": 543,
|
1768 |
+
"Iceland": 544,
|
1769 |
+
"Idea": 545,
|
1770 |
+
"Il Gigante": 546,
|
1771 |
+
"Indeed": 547,
|
1772 |
+
"Indigo": 548,
|
1773 |
+
"Ingo": 549,
|
1774 |
+
"Inmedio": 550,
|
1775 |
+
"Interdiscount": 551,
|
1776 |
+
"Intermarch\u00e9": 552,
|
1777 |
+
"Intersport": 553,
|
1778 |
+
"Intesa Sanpaolo": 554,
|
1779 |
+
"Intimissimi": 555,
|
1780 |
+
"Ionos": 556,
|
1781 |
+
"Iper": 557,
|
1782 |
+
"Irish Rail": 558,
|
1783 |
+
"Itsu": 559,
|
1784 |
+
"JD Sports": 560,
|
1785 |
+
"JD Wetherspoon": 561,
|
1786 |
+
"JET": 562,
|
1787 |
+
"JET Station": 563,
|
1788 |
+
"JYSK": 564,
|
1789 |
+
"Jack In The Box": 565,
|
1790 |
+
"Jack Wolfskin": 566,
|
1791 |
+
"Jager": 567,
|
1792 |
+
"Japan Post Bank": 568,
|
1793 |
+
"Jean Coutu": 569,
|
1794 |
+
"Jem & Fix": 570,
|
1795 |
+
"Jewel-Osco": 571,
|
1796 |
+
"Jimmy John's": 572,
|
1797 |
+
"Joe & The Juice": 573,
|
1798 |
+
"Joker": 574,
|
1799 |
+
"Juguettos": 575,
|
1800 |
+
"Juice Plus+": 576,
|
1801 |
+
"Jula": 577,
|
1802 |
+
"Jules": 578,
|
1803 |
+
"Jumbo": 579,
|
1804 |
+
"Jumbo Supermarket": 580,
|
1805 |
+
"Jumbo.ch": 581,
|
1806 |
+
"Just Eat": 582,
|
1807 |
+
"K Kiosk": 583,
|
1808 |
+
"K+K Klaas & Kock": 584,
|
1809 |
+
"K-Citymarket": 585,
|
1810 |
+
"K-Market": 586,
|
1811 |
+
"K-Mart": 587,
|
1812 |
+
"KFC": 588,
|
1813 |
+
"KLM": 589,
|
1814 |
+
"Kalchreuther B\u00e4cker": 590,
|
1815 |
+
"Kamps": 591,
|
1816 |
+
"Kaufland": 592,
|
1817 |
+
"KiK": 593,
|
1818 |
+
"Kiabi": 594,
|
1819 |
+
"Kicks": 595,
|
1820 |
+
"Kindle": 596,
|
1821 |
+
"Kiwi.com": 597,
|
1822 |
+
"Kiwoko": 598,
|
1823 |
+
"Kjell & Company": 599,
|
1824 |
+
"Kolporter": 600,
|
1825 |
+
"Konsum": 601,
|
1826 |
+
"Konzum": 602,
|
1827 |
+
"Kreissparkasse": 603,
|
1828 |
+
"Krispy Kreme": 604,
|
1829 |
+
"Kroger": 605,
|
1830 |
+
"Kruidvat": 606,
|
1831 |
+
"Kum & Go": 607,
|
1832 |
+
"Kvickly": 608,
|
1833 |
+
"K\u2011Supermarket": 609,
|
1834 |
+
"L'Osteria": 610,
|
1835 |
+
"LC Waikiki": 611,
|
1836 |
+
"LIBRO": 612,
|
1837 |
+
"LIDO": 613,
|
1838 |
+
"LIS Pay": 614,
|
1839 |
+
"LPP": 615,
|
1840 |
+
"La Croissanterie": 616,
|
1841 |
+
"La Despensa": 617,
|
1842 |
+
"La Poste": 618,
|
1843 |
+
"La Rinascente": 619,
|
1844 |
+
"Ladbrokes": 620,
|
1845 |
+
"Ladur\u00e9e": 621,
|
1846 |
+
"Lagardere Travel Retail": 622,
|
1847 |
+
"Lagerhaus": 623,
|
1848 |
+
"Landi": 624,
|
1849 |
+
"Le Fournil": 625,
|
1850 |
+
"Lego": 626,
|
1851 |
+
"Lemon Squeezy": 627,
|
1852 |
+
"Leonardo Hotels": 628,
|
1853 |
+
"Leroy Merlin": 629,
|
1854 |
+
"Levi's": 630,
|
1855 |
+
"Lewiatan": 631,
|
1856 |
+
"Libon": 632,
|
1857 |
+
"Lidl": 633,
|
1858 |
+
"Lids": 634,
|
1859 |
+
"Lieferando": 635,
|
1860 |
+
"Lilly Drogerie": 636,
|
1861 |
+
"Lime": 637,
|
1862 |
+
"Lindex": 638,
|
1863 |
+
"LinkedIn": 639,
|
1864 |
+
"LinkedIn Ads": 640,
|
1865 |
+
"LinkedIn Jobs": 641,
|
1866 |
+
"Linz": 642,
|
1867 |
+
"Little Caesars": 643,
|
1868 |
+
"Llaollao": 644,
|
1869 |
+
"Lloyds Bank": 645,
|
1870 |
+
"LogPay": 646,
|
1871 |
+
"Londis": 647,
|
1872 |
+
"Louis Vuitton": 648,
|
1873 |
+
"Love's": 649,
|
1874 |
+
"Lowe's": 650,
|
1875 |
+
"LuLu Hypermarket": 651,
|
1876 |
+
"Lufthansa": 652,
|
1877 |
+
"Lukoil": 653,
|
1878 |
+
"Lululemon": 654,
|
1879 |
+
"Lupa Supermercados": 655,
|
1880 |
+
"Lyca Mobile": 656,
|
1881 |
+
"Lyft": 657,
|
1882 |
+
"MATCHi": 658,
|
1883 |
+
"MAX Burgers": 659,
|
1884 |
+
"MD SPA": 660,
|
1885 |
+
"MDP Supplies": 661,
|
1886 |
+
"METRO": 662,
|
1887 |
+
"MOL": 663,
|
1888 |
+
"MPREIS": 664,
|
1889 |
+
"MRT Singapore": 665,
|
1890 |
+
"Maas": 666,
|
1891 |
+
"Mace": 667,
|
1892 |
+
"MacxiPa": 668,
|
1893 |
+
"Makro": 669,
|
1894 |
+
"Mango": 670,
|
1895 |
+
"Marathon Petroleum": 671,
|
1896 |
+
"Marks & Spencer": 672,
|
1897 |
+
"Marktkauf": 673,
|
1898 |
+
"Marriott": 674,
|
1899 |
+
"Marshalls": 675,
|
1900 |
+
"Masoutis": 676,
|
1901 |
+
"Matas": 677,
|
1902 |
+
"Mathem": 678,
|
1903 |
+
"Maverik": 679,
|
1904 |
+
"Maxi": 680,
|
1905 |
+
"Maxi Zoo": 681,
|
1906 |
+
"Maxima": 682,
|
1907 |
+
"Maxima Store": 683,
|
1908 |
+
"Maxol": 684,
|
1909 |
+
"McColl's": 685,
|
1910 |
+
"McDonald's": 686,
|
1911 |
+
"McPaper": 687,
|
1912 |
+
"MediaMarkt": 688,
|
1913 |
+
"MediaWorld": 689,
|
1914 |
+
"Mega Image": 690,
|
1915 |
+
"Mego": 691,
|
1916 |
+
"Meli\u00e1": 692,
|
1917 |
+
"Mensa": 693,
|
1918 |
+
"Meny": 694,
|
1919 |
+
"Mercadona": 695,
|
1920 |
+
"Mercator": 696,
|
1921 |
+
"Mercure Hotels": 697,
|
1922 |
+
"Meta": 698,
|
1923 |
+
"Meta Quest": 699,
|
1924 |
+
"Michael Kors": 700,
|
1925 |
+
"Microsoft": 701,
|
1926 |
+
"Microsoft Ads": 702,
|
1927 |
+
"Migrol": 703,
|
1928 |
+
"Migrolino": 704,
|
1929 |
+
"Migros": 705,
|
1930 |
+
"Millingsystems H\u00f6flinger": 706,
|
1931 |
+
"Mini Mall Stores": 707,
|
1932 |
+
"Minipre\u00e7o": 708,
|
1933 |
+
"Miniso": 709,
|
1934 |
+
"Mix Markt": 710,
|
1935 |
+
"Mobiletopup": 711,
|
1936 |
+
"Mohito": 712,
|
1937 |
+
"Moia": 713,
|
1938 |
+
"Monoprix": 714,
|
1939 |
+
"Monte dei Paschi di Siena": 715,
|
1940 |
+
"MoonPay": 716,
|
1941 |
+
"Morrisons": 717,
|
1942 |
+
"Motel One": 718,
|
1943 |
+
"Moto": 719,
|
1944 |
+
"Motor Fuel Group": 720,
|
1945 |
+
"Mountain Warehouse": 721,
|
1946 |
+
"Moxy Hotels": 722,
|
1947 |
+
"Muji": 723,
|
1948 |
+
"Mullvad": 724,
|
1949 |
+
"Murphy USA": 725,
|
1950 |
+
"My Market": 726,
|
1951 |
+
"MyFitness": 727,
|
1952 |
+
"Mytrip": 728,
|
1953 |
+
"M\u00f6max": 729,
|
1954 |
+
"M\u00fcller": 730,
|
1955 |
+
"N1": 731,
|
1956 |
+
"NH Hotels": 732,
|
1957 |
+
"NLB.si": 733,
|
1958 |
+
"NOW TV": 734,
|
1959 |
+
"NP Markt": 735,
|
1960 |
+
"Nah und Gut": 736,
|
1961 |
+
"Nah&Frisch": 737,
|
1962 |
+
"Nahkauf": 738,
|
1963 |
+
"Namecheap": 739,
|
1964 |
+
"Nando's": 740,
|
1965 |
+
"Nanu-Nana": 741,
|
1966 |
+
"Narvesen": 742,
|
1967 |
+
"National Car Parks": 743,
|
1968 |
+
"Navan": 744,
|
1969 |
+
"Nederlandse Spoorwegen": 745,
|
1970 |
+
"Nespresso": 746,
|
1971 |
+
"Neste": 747,
|
1972 |
+
"Neste-K": 748,
|
1973 |
+
"Nestl\u00e9": 749,
|
1974 |
+
"Neteller": 750,
|
1975 |
+
"Netflix": 751,
|
1976 |
+
"Netsons": 752,
|
1977 |
+
"Netto": 753,
|
1978 |
+
"New Balance": 754,
|
1979 |
+
"New Look": 755,
|
1980 |
+
"New Yorker": 756,
|
1981 |
+
"Ngrok": 757,
|
1982 |
+
"Nicolas": 758,
|
1983 |
+
"Nike": 759,
|
1984 |
+
"Nintendo": 760,
|
1985 |
+
"Nisa": 761,
|
1986 |
+
"Norauto": 762,
|
1987 |
+
"Normal": 763,
|
1988 |
+
"Normal Bergen": 764,
|
1989 |
+
"Norse Atlantic Airways": 765,
|
1990 |
+
"Norton": 766,
|
1991 |
+
"Norwegian Air": 767,
|
1992 |
+
"Novotel": 768,
|
1993 |
+
"Nur Hier": 769,
|
1994 |
+
"O2": 770,
|
1995 |
+
"OBI": 771,
|
1996 |
+
"OIL! Tankstellen": 772,
|
1997 |
+
"OK": 773,
|
1998 |
+
"OKQ8": 774,
|
1999 |
+
"OMV": 775,
|
2000 |
+
"OVS": 776,
|
2001 |
+
"OVpay": 777,
|
2002 |
+
"Obramat": 778,
|
2003 |
+
"Odeon": 779,
|
2004 |
+
"Office Depot": 780,
|
2005 |
+
"Oka\u00efdi": 781,
|
2006 |
+
"Olerex": 782,
|
2007 |
+
"Olis": 783,
|
2008 |
+
"One Stop": 784,
|
2009 |
+
"Orange": 785,
|
2010 |
+
"Orkan": 786,
|
2011 |
+
"Orlen": 787,
|
2012 |
+
"Otto's": 788,
|
2013 |
+
"Oxfam": 789,
|
2014 |
+
"Oxxo": 790,
|
2015 |
+
"Oysho": 791,
|
2016 |
+
"PAGRO": 792,
|
2017 |
+
"PAUL": 793,
|
2018 |
+
"PENNY": 794,
|
2019 |
+
"PLUS": 795,
|
2020 |
+
"PMU": 796,
|
2021 |
+
"Pague Menos": 797,
|
2022 |
+
"Pam Panorama": 798,
|
2023 |
+
"Panda Express": 799,
|
2024 |
+
"Pandora": 800,
|
2025 |
+
"Panera Bread": 801,
|
2026 |
+
"Papa John's Pizza": 802,
|
2027 |
+
"Papperts": 803,
|
2028 |
+
"Parcheggi": 804,
|
2029 |
+
"Parfois": 805,
|
2030 |
+
"Parkhaus": 806,
|
2031 |
+
"Parking": 807,
|
2032 |
+
"Patapain": 808,
|
2033 |
+
"Path\u00e9": 809,
|
2034 |
+
"PayByPhone": 810,
|
2035 |
+
"PayPal": 811,
|
2036 |
+
"Paylogic": 812,
|
2037 |
+
"Payment Services Austria": 813,
|
2038 |
+
"Payoneer": 814,
|
2039 |
+
"Penneys": 815,
|
2040 |
+
"Pepco": 816,
|
2041 |
+
"Petrol": 817,
|
2042 |
+
"Petroprix": 818,
|
2043 |
+
"Pets Corner": 819,
|
2044 |
+
"Pharmacie": 820,
|
2045 |
+
"Pharmaprix": 821,
|
2046 |
+
"Phillips 66": 822,
|
2047 |
+
"Picard": 823,
|
2048 |
+
"Pick n Pay": 824,
|
2049 |
+
"Picnic": 825,
|
2050 |
+
"Pingo Doce": 826,
|
2051 |
+
"Piraeus Bank": 827,
|
2052 |
+
"Pizza Express": 828,
|
2053 |
+
"Pizza Hut": 829,
|
2054 |
+
"Playtomic": 830,
|
2055 |
+
"Plenoil": 831,
|
2056 |
+
"Poczta Polska": 832,
|
2057 |
+
"Point.P": 833,
|
2058 |
+
"PokerStars": 834,
|
2059 |
+
"Pony": 835,
|
2060 |
+
"Popeyes": 836,
|
2061 |
+
"Post AG": 837,
|
2062 |
+
"Post Office": 838,
|
2063 |
+
"Postbank": 839,
|
2064 |
+
"Posten-B\u00f6rse": 840,
|
2065 |
+
"Poundland": 841,
|
2066 |
+
"Poundstretcher": 842,
|
2067 |
+
"Po\u0161ta Slovenije": 843,
|
2068 |
+
"Prague Public Transit Company": 844,
|
2069 |
+
"Premier": 845,
|
2070 |
+
"Premier Inn": 846,
|
2071 |
+
"Press & Books": 847,
|
2072 |
+
"Pressbyr\u00e5n": 848,
|
2073 |
+
"Pret A Manger": 849,
|
2074 |
+
"Priceline": 850,
|
2075 |
+
"Primaprix": 851,
|
2076 |
+
"Primark": 852,
|
2077 |
+
"Primor": 853,
|
2078 |
+
"Printful": 854,
|
2079 |
+
"Prisma": 855,
|
2080 |
+
"Profi": 856,
|
2081 |
+
"Proxy Delhaize": 857,
|
2082 |
+
"Publix": 858,
|
2083 |
+
"Pull&Bear": 859,
|
2084 |
+
"Puma": 860,
|
2085 |
+
"Pyszne.pl": 861,
|
2086 |
+
"P\u00e3o de A\u00e7\u00facar": 862,
|
2087 |
+
"Q-Park": 863,
|
2088 |
+
"Q8": 864,
|
2089 |
+
"QVC": 865,
|
2090 |
+
"Qatar Airways": 866,
|
2091 |
+
"Qstar": 867,
|
2092 |
+
"Quickdraw": 868,
|
2093 |
+
"QuikTrip": 869,
|
2094 |
+
"R-Kiosk": 870,
|
2095 |
+
"RELAY": 871,
|
2096 |
+
"REMA 1000": 872,
|
2097 |
+
"REWE": 873,
|
2098 |
+
"RaceTrac": 874,
|
2099 |
+
"Radisson Hotels": 875,
|
2100 |
+
"Raiffeisen Bank": 876,
|
2101 |
+
"Rail Europe": 877,
|
2102 |
+
"Raising Cane's": 878,
|
2103 |
+
"Rappi": 879,
|
2104 |
+
"Rastst\u00e4tte": 880,
|
2105 |
+
"Recharge.com": 881,
|
2106 |
+
"Recharge.fr": 882,
|
2107 |
+
"Reformstark Martin": 883,
|
2108 |
+
"Regus": 884,
|
2109 |
+
"Renfe": 885,
|
2110 |
+
"Repsol": 886,
|
2111 |
+
"Reserved": 887,
|
2112 |
+
"Revolut": 888,
|
2113 |
+
"Rimi": 889,
|
2114 |
+
"Riot Games": 890,
|
2115 |
+
"Rituals": 891,
|
2116 |
+
"River Island": 892,
|
2117 |
+
"Roadhouse Restaurant": 893,
|
2118 |
+
"Robert Dyas": 894,
|
2119 |
+
"Rodilla": 895,
|
2120 |
+
"Rompetrol": 896,
|
2121 |
+
"Ross Stores": 897,
|
2122 |
+
"Rossmann": 898,
|
2123 |
+
"Rusta": 899,
|
2124 |
+
"Ryanair": 900,
|
2125 |
+
"Ryman": 901,
|
2126 |
+
"S-market": 902,
|
2127 |
+
"SAS Airlines": 903,
|
2128 |
+
"SB-Tank": 904,
|
2129 |
+
"SBB": 905,
|
2130 |
+
"SEB": 906,
|
2131 |
+
"SL.se": 907,
|
2132 |
+
"SMP Distribuzione": 908,
|
2133 |
+
"SNCB": 909,
|
2134 |
+
"SOCAR": 910,
|
2135 |
+
"SPAR": 911,
|
2136 |
+
"SSP": 912,
|
2137 |
+
"STIB": 913,
|
2138 |
+
"STS": 914,
|
2139 |
+
"SV Group": 915,
|
2140 |
+
"SV Schweiz": 916,
|
2141 |
+
"SWB Bus und Bahn": 917,
|
2142 |
+
"SWISS": 918,
|
2143 |
+
"Safeway": 919,
|
2144 |
+
"Sainsbury's": 920,
|
2145 |
+
"Sale": 921,
|
2146 |
+
"Sally Beauty": 922,
|
2147 |
+
"Sam's Club": 923,
|
2148 |
+
"Sanifair": 924,
|
2149 |
+
"Santa.by": 925,
|
2150 |
+
"Santander": 926,
|
2151 |
+
"Saudia": 927,
|
2152 |
+
"Save-On-Foods": 928,
|
2153 |
+
"Scandic Hotels": 929,
|
2154 |
+
"Schanzenb\u00e4ckerei": 930,
|
2155 |
+
"School Gateway": 931,
|
2156 |
+
"Schuh": 932,
|
2157 |
+
"Sch\u00e4fer's": 933,
|
2158 |
+
"Scotmid": 934,
|
2159 |
+
"Screwfix": 935,
|
2160 |
+
"Scribd": 936,
|
2161 |
+
"See Tickets": 937,
|
2162 |
+
"Segpay": 938,
|
2163 |
+
"Sehne": 939,
|
2164 |
+
"Selecta": 940,
|
2165 |
+
"Selver": 941,
|
2166 |
+
"Semichem": 942,
|
2167 |
+
"Sephora": 943,
|
2168 |
+
"Service-Public.fr": 944,
|
2169 |
+
"ServiceStore DB": 945,
|
2170 |
+
"Serways": 946,
|
2171 |
+
"Sfera": 947,
|
2172 |
+
"Shake Shack": 948,
|
2173 |
+
"Share Now": 949,
|
2174 |
+
"Sheetz": 950,
|
2175 |
+
"Shein": 951,
|
2176 |
+
"Shell": 952,
|
2177 |
+
"Sheraton": 953,
|
2178 |
+
"Shopify": 954,
|
2179 |
+
"Shoppers Drug Mart": 955,
|
2180 |
+
"Simply Market": 956,
|
2181 |
+
"Sinsay": 957,
|
2182 |
+
"Sisal": 958,
|
2183 |
+
"SisalPay": 959,
|
2184 |
+
"Sixt": 960,
|
2185 |
+
"Skechers": 961,
|
2186 |
+
"SkinBaron": 962,
|
2187 |
+
"Sklavenitis": 963,
|
2188 |
+
"Skrill": 964,
|
2189 |
+
"Sky": 965,
|
2190 |
+
"Sky Deutschland": 966,
|
2191 |
+
"Sky X": 967,
|
2192 |
+
"SkyShowtime": 968,
|
2193 |
+
"Skyline Taxis": 969,
|
2194 |
+
"Slack": 970,
|
2195 |
+
"Slovnaft": 971,
|
2196 |
+
"Smyths Toys": 972,
|
2197 |
+
"Snipes": 973,
|
2198 |
+
"So.bio": 974,
|
2199 |
+
"Sodexo": 975,
|
2200 |
+
"Soho House": 976,
|
2201 |
+
"Sonic Drive-In": 977,
|
2202 |
+
"Soriana": 978,
|
2203 |
+
"Southeastern": 979,
|
2204 |
+
"Southern Co-op": 980,
|
2205 |
+
"Southwest Airlines": 981,
|
2206 |
+
"Sparkasse": 982,
|
2207 |
+
"Specsavers": 983,
|
2208 |
+
"Speedway": 984,
|
2209 |
+
"Spirit Airlines": 985,
|
2210 |
+
"Spond": 986,
|
2211 |
+
"Sportisimo": 987,
|
2212 |
+
"Sports Direct": 988,
|
2213 |
+
"Spotify": 989,
|
2214 |
+
"Spo\u0142em": 990,
|
2215 |
+
"Sprint Tank": 991,
|
2216 |
+
"St1": 992,
|
2217 |
+
"Stacja Moya": 993,
|
2218 |
+
"Stadtb\u00e4ckerei": 994,
|
2219 |
+
"Staples": 995,
|
2220 |
+
"Starbucks": 996,
|
2221 |
+
"Startselect": 997,
|
2222 |
+
"StockX": 998,
|
2223 |
+
"Stokrotka": 999,
|
2224 |
+
"Stop & Shop": 1000,
|
2225 |
+
"Stradivarius": 1001,
|
2226 |
+
"Studenac": 1002,
|
2227 |
+
"Subway": 1003,
|
2228 |
+
"Sue Ryder": 1004,
|
2229 |
+
"Sunglass Hut": 1005,
|
2230 |
+
"Sunoco": 1006,
|
2231 |
+
"Supeco": 1007,
|
2232 |
+
"Super U": 1008,
|
2233 |
+
"Super Zoo": 1009,
|
2234 |
+
"SuperBrugsen": 1010,
|
2235 |
+
"SuperValu": 1011,
|
2236 |
+
"Supercor": 1012,
|
2237 |
+
"Superdrug": 1013,
|
2238 |
+
"Supermac's": 1014,
|
2239 |
+
"Supermarch\u00e9s G20": 1015,
|
2240 |
+
"Supermarch\u00e9s Match": 1016,
|
2241 |
+
"Supermarket Coaliment": 1017,
|
2242 |
+
"Supermercados Masymas": 1018,
|
2243 |
+
"Sutterl\u00fcty": 1019,
|
2244 |
+
"Swarovski": 1020,
|
2245 |
+
"Swedbank": 1021,
|
2246 |
+
"Swiss Post": 1022,
|
2247 |
+
"Swissport": 1023,
|
2248 |
+
"Synergym": 1024,
|
2249 |
+
"S\u00faper Ak\u00ed": 1025,
|
2250 |
+
"TEDi": 1026,
|
2251 |
+
"TIER": 1027,
|
2252 |
+
"TIM": 1028,
|
2253 |
+
"TJ Maxx": 1029,
|
2254 |
+
"TPOP": 1030,
|
2255 |
+
"TUI": 1031,
|
2256 |
+
"Tabacos": 1032,
|
2257 |
+
"Tabak Polska": 1033,
|
2258 |
+
"Tabak Trafik": 1034,
|
2259 |
+
"Table Table": 1035,
|
2260 |
+
"Taco Bell": 1036,
|
2261 |
+
"Takko": 1037,
|
2262 |
+
"Tamoil": 1038,
|
2263 |
+
"Tango.us": 1039,
|
2264 |
+
"Target": 1040,
|
2265 |
+
"Taxi": 1041,
|
2266 |
+
"Tchibo": 1042,
|
2267 |
+
"Tegut": 1043,
|
2268 |
+
"Telcel": 1044,
|
2269 |
+
"Telekom": 1045,
|
2270 |
+
"Telepizza": 1046,
|
2271 |
+
"Terno": 1047,
|
2272 |
+
"Tesco": 1048,
|
2273 |
+
"Tesla": 1049,
|
2274 |
+
"Texaco": 1050,
|
2275 |
+
"Texas Roadhouse": 1051,
|
2276 |
+
"Tezenis": 1052,
|
2277 |
+
"Thalia": 1053,
|
2278 |
+
"The Entertainer": 1054,
|
2279 |
+
"The Fragrance Shop": 1055,
|
2280 |
+
"The Home Depot": 1056,
|
2281 |
+
"The UPS Store": 1057,
|
2282 |
+
"Thuisbezorgd.nl": 1058,
|
2283 |
+
"TiPJAR": 1059,
|
2284 |
+
"Ticketmaster": 1060,
|
2285 |
+
"Tiendanimal": 1061,
|
2286 |
+
"Tiendas D1": 1062,
|
2287 |
+
"Tiendas Neto": 1063,
|
2288 |
+
"Tigros": 1064,
|
2289 |
+
"Tim Hortons": 1065,
|
2290 |
+
"Tipico": 1066,
|
2291 |
+
"Toby Carvery": 1067,
|
2292 |
+
"Tokmanni": 1068,
|
2293 |
+
"Tommy": 1069,
|
2294 |
+
"Tommy Hilfiger": 1070,
|
2295 |
+
"Too Good To Go": 1071,
|
2296 |
+
"Toolstation": 1072,
|
2297 |
+
"Toom Baumarkt": 1073,
|
2298 |
+
"Top Gift": 1074,
|
2299 |
+
"Topps Tiles": 1075,
|
2300 |
+
"Tops Pizza": 1076,
|
2301 |
+
"Tortilla": 1077,
|
2302 |
+
"TotalEnergies": 1078,
|
2303 |
+
"Transavia": 1079,
|
2304 |
+
"Transport for London": 1080,
|
2305 |
+
"TravelPerk": 1081,
|
2306 |
+
"Travelodge": 1082,
|
2307 |
+
"Traveloka": 1083,
|
2308 |
+
"Trespass": 1084,
|
2309 |
+
"Trezor": 1085,
|
2310 |
+
"Trinkgut": 1086,
|
2311 |
+
"Turkish Airlines": 1087,
|
2312 |
+
"Turm\u00f6l": 1088,
|
2313 |
+
"Turo": 1089,
|
2314 |
+
"Turtle Bay": 1090,
|
2315 |
+
"Twilio": 1091,
|
2316 |
+
"Twinkl": 1092,
|
2317 |
+
"T\u2011Mobile": 1093,
|
2318 |
+
"UBS": 1094,
|
2319 |
+
"UCI Cinemas": 1095,
|
2320 |
+
"UGC": 1096,
|
2321 |
+
"UK Visas and Immigration": 1097,
|
2322 |
+
"UPS": 1098,
|
2323 |
+
"USPS": 1099,
|
2324 |
+
"Uber": 1100,
|
2325 |
+
"Uber Eats": 1101,
|
2326 |
+
"Unes": 1102,
|
2327 |
+
"UniCredit": 1103,
|
2328 |
+
"Unicoop": 1104,
|
2329 |
+
"Unieuro": 1105,
|
2330 |
+
"Unimarkt": 1106,
|
2331 |
+
"Uniqlo": 1107,
|
2332 |
+
"United Airlines": 1108,
|
2333 |
+
"Uno-X": 1109,
|
2334 |
+
"Upwork": 1110,
|
2335 |
+
"Urban Outfitters": 1111,
|
2336 |
+
"Urssaf": 1112,
|
2337 |
+
"VR Bank": 1113,
|
2338 |
+
"VRR": 1114,
|
2339 |
+
"Vans": 1115,
|
2340 |
+
"Vapiano": 1116,
|
2341 |
+
"Vast.ai": 1117,
|
2342 |
+
"Vending Machine": 1118,
|
2343 |
+
"Veritas": 1119,
|
2344 |
+
"Verkehrsbetriebe Z\u00fcrich": 1120,
|
2345 |
+
"Viada": 1121,
|
2346 |
+
"Viator": 1122,
|
2347 |
+
"Victoria's Secret": 1123,
|
2348 |
+
"Village Hotels": 1124,
|
2349 |
+
"Vinted": 1125,
|
2350 |
+
"VioVet": 1126,
|
2351 |
+
"Vips": 1127,
|
2352 |
+
"Virgin Media": 1128,
|
2353 |
+
"Vision Express": 1129,
|
2354 |
+
"Vivo": 1130,
|
2355 |
+
"Vodafone": 1131,
|
2356 |
+
"Volg": 1132,
|
2357 |
+
"Voli": 1133,
|
2358 |
+
"Volksbank": 1134,
|
2359 |
+
"VollCorner": 1135,
|
2360 |
+
"Volotea": 1136,
|
2361 |
+
"Vomar": 1137,
|
2362 |
+
"Vrbo": 1138,
|
2363 |
+
"Vueling": 1139,
|
2364 |
+
"WHSmith": 1140,
|
2365 |
+
"WMM Hotel Betriebs": 1141,
|
2366 |
+
"WOW": 1142,
|
2367 |
+
"Wagamama": 1143,
|
2368 |
+
"Waitrose": 1144,
|
2369 |
+
"Walgreens": 1145,
|
2370 |
+
"Walmart": 1146,
|
2371 |
+
"Warszawski Transport Publiczny": 1147,
|
2372 |
+
"Wasgau": 1148,
|
2373 |
+
"Wawa": 1149,
|
2374 |
+
"Wayfair": 1150,
|
2375 |
+
"Webador": 1151,
|
2376 |
+
"Welcome Break": 1152,
|
2377 |
+
"Well Pharmacy": 1153,
|
2378 |
+
"Wendy's": 1154,
|
2379 |
+
"WestJet": 1155,
|
2380 |
+
"Western Union": 1156,
|
2381 |
+
"Westwing": 1157,
|
2382 |
+
"Whataburger": 1158,
|
2383 |
+
"Whole Foods Market": 1159,
|
2384 |
+
"Wickes": 1160,
|
2385 |
+
"Wiener Feinb\u00e4cker Heberer": 1161,
|
2386 |
+
"Wiener Linien": 1162,
|
2387 |
+
"Willys": 1163,
|
2388 |
+
"Wingstop": 1164,
|
2389 |
+
"Wipark": 1165,
|
2390 |
+
"Wirex": 1166,
|
2391 |
+
"Wix.com": 1167,
|
2392 |
+
"Wizz Air": 1168,
|
2393 |
+
"Woolworths": 1169,
|
2394 |
+
"WordPress": 1170,
|
2395 |
+
"World Duty Free": 1171,
|
2396 |
+
"Worten": 1172,
|
2397 |
+
"W\u00fcrth": 1173,
|
2398 |
+
"XXXLutz": 1174,
|
2399 |
+
"Xero": 1175,
|
2400 |
+
"Xsolla": 1176,
|
2401 |
+
"Yego": 1177,
|
2402 |
+
"Yelmo": 1178,
|
2403 |
+
"YouTube": 1179,
|
2404 |
+
"ZVAB": 1180,
|
2405 |
+
"Zalando": 1181,
|
2406 |
+
"Zara": 1182,
|
2407 |
+
"Zara Home": 1183,
|
2408 |
+
"Zeeman": 1184,
|
2409 |
+
"Zgonc": 1185,
|
2410 |
+
"Zipcar": 1186,
|
2411 |
+
"Zizzi": 1187,
|
2412 |
+
"Zoll": 1188,
|
2413 |
+
"Zona Sul": 1189,
|
2414 |
+
"ZooPlus": 1190,
|
2415 |
+
"a&o": 1191,
|
2416 |
+
"bft": 1192,
|
2417 |
+
"bon\u00c0rea": 1193,
|
2418 |
+
"dean&david": 1194,
|
2419 |
+
"dm-drogerie": 1195,
|
2420 |
+
"eBay": 1196,
|
2421 |
+
"easyJet": 1197,
|
2422 |
+
"hotelF1": 1198,
|
2423 |
+
"iFood": 1199,
|
2424 |
+
"iHerb": 1200,
|
2425 |
+
"iN's Mercato": 1201,
|
2426 |
+
"s.Oliver": 1202,
|
2427 |
+
"unknown": 0,
|
2428 |
+
"\u00c9xito": 1203,
|
2429 |
+
"\u00d6AMTC St\u00fctzpunkt Weiz": 1204,
|
2430 |
+
"\u00d6BB": 1205,
|
2431 |
+
"\u010cSOB": 1206,
|
2432 |
+
"\u010cesk\u00e1 po\u0161ta": 1207,
|
2433 |
+
"\u015eok Market": 1208,
|
2434 |
+
"\u017babka": 1209
|
2435 |
+
},
|
2436 |
+
"max_position_embeddings": 512,
|
2437 |
+
"model_type": "distilbert",
|
2438 |
+
"n_heads": 12,
|
2439 |
+
"n_layers": 6,
|
2440 |
+
"pad_token_id": 0,
|
2441 |
+
"problem_type": "single_label_classification",
|
2442 |
+
"qa_dropout": 0.1,
|
2443 |
+
"seq_classif_dropout": 0.2,
|
2444 |
+
"sinusoidal_pos_embds": false,
|
2445 |
+
"tie_weights_": true,
|
2446 |
+
"torch_dtype": "float32",
|
2447 |
+
"transformers_version": "4.39.3",
|
2448 |
+
"vocab_size": 30522
|
2449 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97b2f9b7dbe49046b9255f06919f0b43efecc17a7b1f9846e9896453b273d0b6
|
3 |
+
size 271548400
|