Kagermanov commited on
Commit
87e43f0
1 Parent(s): fd364ca

Update label_mapping.json to Huggingface standard

Browse files
Files changed (1) hide show
  1. label_mapping.json +13 -1
label_mapping.json CHANGED
@@ -1 +1,13 @@
1
- {"rating": [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "type": [0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "years in business": [0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "service options": [0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "hours": [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "reviews": [0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0], "address": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], "description": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0], "price": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0], "button text": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0], "phone": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0]}
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "1": "rating",
3
+ "2": "type",
4
+ "3": "years in business",
5
+ "4": "service options",
6
+ "5": "hours",
7
+ "6": "reviews",
8
+ "7": "address",
9
+ "8": "description",
10
+ "9": "price",
11
+ "10": "button text",
12
+ "11": "phone"
13
+ }