Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,33 @@ language:
|
|
| 4 |
- en
|
| 5 |
pipeline_tag: text-classification
|
| 6 |
---
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- en
|
| 5 |
pipeline_tag: text-classification
|
| 6 |
---
|
| 7 |
+
# Product to Store Type Classifier
|
| 8 |
+
|
| 9 |
+
This model classifies product names by store types from [Google's Places API](https://developers.google.com/maps/documentation/places/web-service/supported_types#table1)
|
| 10 |
+
|
| 11 |
+
## Label Mapping
|
| 12 |
+
LABEL_0: atm
|
| 13 |
+
LABEL_1: bakery
|
| 14 |
+
LABEL_2: beauty_salon
|
| 15 |
+
LABEL_3: bicycle_store
|
| 16 |
+
LABEL_4: book_store
|
| 17 |
+
LABEL_5: cafe
|
| 18 |
+
LABEL_6: car_repair
|
| 19 |
+
LABEL_7: car_wash
|
| 20 |
+
LABEL_8: clothing_store
|
| 21 |
+
LABEL_9: convenience_store
|
| 22 |
+
LABEL_10: department_store
|
| 23 |
+
LABEL_11: drugstore
|
| 24 |
+
LABEL_12: electronics_store
|
| 25 |
+
LABEL_13: florist
|
| 26 |
+
LABEL_14: furniture_store
|
| 27 |
+
LABEL_15: gas_station
|
| 28 |
+
LABEL_16: hair_care
|
| 29 |
+
LABEL_17: hardware_store
|
| 30 |
+
LABEL_18: home_goods_store
|
| 31 |
+
LABEL_19: jewelry_store
|
| 32 |
+
LABEL_20: liquor_store
|
| 33 |
+
LABEL_21: pet_store
|
| 34 |
+
LABEL_22: pharmacy
|
| 35 |
+
LABEL_23: shoe_store
|
| 36 |
+
LABEL_24: supermarket
|