Youmnaaaa commited on
Commit
e7953ee
·
verified ·
1 Parent(s): 134418e

Upload label2id.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. label2id.json +22 -0
label2id.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "B-CUISINE_OR_ITEM": 0,
3
+ "B-FURNISHING": 1,
4
+ "B-HOUSING_TYPE": 2,
5
+ "B-LOCATION": 3,
6
+ "B-PLACE_NAME": 4,
7
+ "B-PLACE_TYPE": 5,
8
+ "B-PRICE_RANGE": 6,
9
+ "B-ROOM_COUNT": 7,
10
+ "B-STATUS": 8,
11
+ "B-TIME": 9,
12
+ "I-CUISINE_OR_ITEM": 10,
13
+ "I-FURNISHING": 11,
14
+ "I-HOUSING_TYPE": 12,
15
+ "I-LOCATION": 13,
16
+ "I-PLACE_NAME": 14,
17
+ "I-PLACE_TYPE": 15,
18
+ "I-PRICE_RANGE": 16,
19
+ "I-ROOM_COUNT": 17,
20
+ "I-STATUS": 18,
21
+ "O": 19
22
+ }