mlops_ass3 / label_mappings.json
spidey1807's picture
Upload label_mappings.json with huggingface_hub
b534bc0 verified
{
"label2id": {
"children": 0,
"comics_graphic": 1,
"fantasy_paranormal": 2,
"history_biography": 3,
"mystery_thriller_crime": 4,
"poetry": 5,
"romance": 6,
"young_adult": 7
},
"id2label": {
"0": "children",
"1": "comics_graphic",
"2": "fantasy_paranormal",
"3": "history_biography",
"4": "mystery_thriller_crime",
"5": "poetry",
"6": "romance",
"7": "young_adult"
}
}