Kagermanov
commited on
Commit
·
87e43f0
1
Parent(s):
fd364ca
Update label_mapping.json to Huggingface standard
Browse files- label_mapping.json +13 -1
label_mapping.json
CHANGED
@@ -1 +1,13 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|