spidey1807 commited on
Commit
b534bc0
·
verified ·
1 Parent(s): 7bc2df2

Upload label_mappings.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. label_mappings.json +22 -0
label_mappings.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "label2id": {
3
+ "children": 0,
4
+ "comics_graphic": 1,
5
+ "fantasy_paranormal": 2,
6
+ "history_biography": 3,
7
+ "mystery_thriller_crime": 4,
8
+ "poetry": 5,
9
+ "romance": 6,
10
+ "young_adult": 7
11
+ },
12
+ "id2label": {
13
+ "0": "children",
14
+ "1": "comics_graphic",
15
+ "2": "fantasy_paranormal",
16
+ "3": "history_biography",
17
+ "4": "mystery_thriller_crime",
18
+ "5": "poetry",
19
+ "6": "romance",
20
+ "7": "young_adult"
21
+ }
22
+ }