sakeef commited on
Commit
be2fdea
·
verified ·
1 Parent(s): 4f4c5ff

Upload labels/entity2id.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. labels/entity2id.json +101 -0
labels/entity2id.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "O": 0,
3
+ "B-age_requirement": 1,
4
+ "I-age_requirement": 2,
5
+ "B-amount": 3,
6
+ "I-amount": 4,
7
+ "B-application_step": 5,
8
+ "I-application_step": 6,
9
+ "B-aux_app_name": 7,
10
+ "I-aux_app_name": 8,
11
+ "B-aux_artist_name": 9,
12
+ "I-aux_artist_name": 10,
13
+ "B-aux_audiobook_name": 11,
14
+ "I-aux_audiobook_name": 12,
15
+ "B-aux_business_name": 13,
16
+ "I-aux_business_name": 14,
17
+ "B-aux_business_type": 15,
18
+ "I-aux_business_type": 16,
19
+ "B-aux_change_amount": 17,
20
+ "I-aux_change_amount": 18,
21
+ "B-aux_color_type": 19,
22
+ "I-aux_color_type": 20,
23
+ "B-aux_currency_name": 21,
24
+ "I-aux_currency_name": 22,
25
+ "B-aux_date": 23,
26
+ "I-aux_date": 24,
27
+ "B-aux_definition_word": 25,
28
+ "I-aux_definition_word": 26,
29
+ "B-aux_device_type": 27,
30
+ "I-aux_device_type": 28,
31
+ "B-aux_event_name": 29,
32
+ "I-aux_event_name": 30,
33
+ "B-aux_food_type": 31,
34
+ "I-aux_food_type": 32,
35
+ "B-aux_game_name": 33,
36
+ "I-aux_game_name": 34,
37
+ "B-aux_general_frequency": 35,
38
+ "I-aux_general_frequency": 36,
39
+ "B-aux_house_place": 37,
40
+ "I-aux_house_place": 38,
41
+ "B-aux_list_name": 39,
42
+ "I-aux_list_name": 40,
43
+ "B-aux_meal_type": 41,
44
+ "I-aux_meal_type": 42,
45
+ "B-aux_media_type": 43,
46
+ "I-aux_media_type": 44,
47
+ "B-aux_music_descriptor": 45,
48
+ "I-aux_music_descriptor": 46,
49
+ "B-aux_music_genre": 47,
50
+ "I-aux_music_genre": 48,
51
+ "B-aux_news_topic": 49,
52
+ "I-aux_news_topic": 50,
53
+ "B-aux_order_type": 51,
54
+ "I-aux_order_type": 52,
55
+ "B-aux_person": 53,
56
+ "I-aux_person": 54,
57
+ "B-aux_personal_info": 55,
58
+ "I-aux_personal_info": 56,
59
+ "B-aux_place_name": 57,
60
+ "I-aux_place_name": 58,
61
+ "B-aux_player_setting": 59,
62
+ "I-aux_player_setting": 60,
63
+ "B-aux_playlist_name": 61,
64
+ "I-aux_playlist_name": 62,
65
+ "B-aux_podcast_descriptor": 63,
66
+ "I-aux_podcast_descriptor": 64,
67
+ "B-aux_podcast_name": 65,
68
+ "I-aux_podcast_name": 66,
69
+ "B-aux_radio_name": 67,
70
+ "I-aux_radio_name": 68,
71
+ "B-aux_relation": 69,
72
+ "I-aux_relation": 70,
73
+ "B-aux_song_name": 71,
74
+ "I-aux_song_name": 72,
75
+ "B-aux_time": 73,
76
+ "I-aux_time": 74,
77
+ "B-aux_time_zone": 75,
78
+ "I-aux_time_zone": 76,
79
+ "B-aux_timeofday": 77,
80
+ "I-aux_timeofday": 78,
81
+ "B-aux_transport_type": 79,
82
+ "I-aux_transport_type": 80,
83
+ "B-aux_weather_descriptor": 81,
84
+ "I-aux_weather_descriptor": 82,
85
+ "B-document_type": 83,
86
+ "I-document_type": 84,
87
+ "B-duration": 85,
88
+ "I-duration": 86,
89
+ "B-fee_amount": 87,
90
+ "I-fee_amount": 88,
91
+ "B-office_name": 89,
92
+ "I-office_name": 90,
93
+ "B-payment_channel": 91,
94
+ "I-payment_channel": 92,
95
+ "B-phone_number": 93,
96
+ "I-phone_number": 94,
97
+ "B-utility_type": 95,
98
+ "I-utility_type": 96,
99
+ "B-website": 97,
100
+ "I-website": 98
101
+ }