--- license: mit language: - en pipeline_tag: text-classification datasets: - beny2000/product_store_type_classification --- # Product to Store Type Classifier 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) Accuracy: 69% ## Label Mapping LABEL_0: atm LABEL_1: bakery LABEL_2: beauty_salon LABEL_3: bicycle_store LABEL_4: book_store LABEL_5: cafe LABEL_6: car_repair LABEL_7: car_wash LABEL_8: clothing_store LABEL_9: convenience_store LABEL_10: department_store LABEL_11: drugstore LABEL_12: electronics_store LABEL_13: florist LABEL_14: furniture_store LABEL_15: gas_station LABEL_16: hair_care LABEL_17: hardware_store LABEL_18: home_goods_store LABEL_19: jewelry_store LABEL_20: liquor_store LABEL_21: pet_store LABEL_22: pharmacy LABEL_23: shoe_store LABEL_24: supermarket