beny2000 commited on
Commit
40bd772
·
verified ·
1 Parent(s): 4212c37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -3,11 +3,15 @@ license: mit
3
  language:
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
@@ -33,4 +37,4 @@ LABEL_20: liquor_store
33
  LABEL_21: pet_store
34
  LABEL_22: pharmacy
35
  LABEL_23: shoe_store
36
- LABEL_24: supermarket
 
3
  language:
4
  - en
5
  pipeline_tag: text-classification
6
+ datasets:
7
+ - beny2000/product_store_type_classification
8
  ---
9
  # Product to Store Type Classifier
10
 
11
  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)
12
 
13
+ Accuracy: 69%
14
+
15
  ## Label Mapping
16
  LABEL_0: atm
17
  LABEL_1: bakery
 
37
  LABEL_21: pet_store
38
  LABEL_22: pharmacy
39
  LABEL_23: shoe_store
40
+ LABEL_24: supermarket