-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconstants.py
32 lines (28 loc) · 1020 Bytes
/
constants.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
classifier_target_labels = ["a real animal",
"a toy",
"a print of an animal",
"an object",
"a faux animal",
"an animal body part",
"a faux animal body part"]
classifier_hypothesis_template = 'This product advertisement is about {}.'
phrases_to_filter = [
"Result not found",
"No exact matches found",
"Not found",
"Item Not found",
"Search results for:"
]
DOMAIN_SCRAPERS = ['gumtree',
'auctionzip',
'1stdibs',
'canadianlisted',
'etsy',
'ukclassifieds',
'thetaxidermystore',
'skullsunlimited',
'glacierwear',
'picclick',
'preloved',
'ebay',
'ecrater']