lucymakeit commited on
Commit
a328ede
·
verified ·
1 Parent(s): 1a9fb13

upload label_mapping.json

Browse files
Files changed (1) hide show
  1. label_mapping.json +34 -0
label_mapping.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "action_input",
4
+ "1": "action_select",
5
+ "2": "action_button",
6
+ "3": "action_link_internal",
7
+ "4": "action_link_external",
8
+ "5": "structure_navigation",
9
+ "6": "structure_region",
10
+ "7": "structure_dismissible",
11
+ "8": "structure_card",
12
+ "9": "structure_list_item",
13
+ "10": "content_heading",
14
+ "11": "content_text",
15
+ "12": "content_media",
16
+ "13": "noise"
17
+ },
18
+ "label2id": {
19
+ "action_input": 0,
20
+ "action_select": 1,
21
+ "action_button": 2,
22
+ "action_link_internal": 3,
23
+ "action_link_external": 4,
24
+ "structure_navigation": 5,
25
+ "structure_region": 6,
26
+ "structure_dismissible": 7,
27
+ "structure_card": 8,
28
+ "structure_list_item": 9,
29
+ "content_heading": 10,
30
+ "content_text": 11,
31
+ "content_media": 12,
32
+ "noise": 13
33
+ }
34
+ }