aquiro1994 commited on
Commit
c6ca83b
·
verified ·
1 Parent(s): 884e3fb

Upload label_mappings.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. label_mappings.json +65 -0
label_mappings.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "label2id": {
3
+ "11": 0,
4
+ "21": 1,
5
+ "22": 2,
6
+ "23": 3,
7
+ "31-33": 4,
8
+ "42": 5,
9
+ "44-45": 6,
10
+ "48-49": 7,
11
+ "51": 8,
12
+ "52": 9,
13
+ "53": 10,
14
+ "54": 11,
15
+ "56": 12,
16
+ "61": 13,
17
+ "62": 14,
18
+ "71": 15,
19
+ "72": 16,
20
+ "81": 17,
21
+ "92": 18
22
+ },
23
+ "id2label": {
24
+ "0": "11",
25
+ "1": "21",
26
+ "2": "22",
27
+ "3": "23",
28
+ "4": "31-33",
29
+ "5": "42",
30
+ "6": "44-45",
31
+ "7": "48-49",
32
+ "8": "51",
33
+ "9": "52",
34
+ "10": "53",
35
+ "11": "54",
36
+ "12": "56",
37
+ "13": "61",
38
+ "14": "62",
39
+ "15": "71",
40
+ "16": "72",
41
+ "17": "81",
42
+ "18": "92"
43
+ },
44
+ "naics_names": {
45
+ "11": "Agriculture",
46
+ "21": "Mining",
47
+ "22": "Utilities",
48
+ "23": "Construction",
49
+ "31-33": "Manufacturing",
50
+ "42": "Wholesale Trade",
51
+ "44-45": "Retail Trade",
52
+ "48-49": "Transportation",
53
+ "51": "Information",
54
+ "52": "Finance",
55
+ "53": "Real Estate",
56
+ "54": "Professional Services",
57
+ "56": "Administrative",
58
+ "61": "Education",
59
+ "62": "Health Care",
60
+ "71": "Arts/Entertainment",
61
+ "72": "Accommodation/Food",
62
+ "81": "Other Services",
63
+ "92": "Public Administration"
64
+ }
65
+ }