pivot-persona-classifier / label_map.json
KshitijKrishna's picture
persona classifier
2695622
Raw
History Blame Contribute Delete
993 Bytes
{
"id2label": {
"0": "book_lover",
"1": "budget_shopper",
"2": "car_enthusiast",
"3": "family_buyer",
"4": "gamer",
"5": "gift_buyer",
"6": "health_conscious",
"7": "home_improver",
"8": "musician",
"9": "new_parent",
"10": "premium_buyer",
"11": "sports_enthusiast",
"12": "tech_buyer"
},
"label2id": {
"book_lover": 0,
"budget_shopper": 1,
"car_enthusiast": 2,
"family_buyer": 3,
"gamer": 4,
"gift_buyer": 5,
"health_conscious": 6,
"home_improver": 7,
"musician": 8,
"new_parent": 9,
"premium_buyer": 10,
"sports_enthusiast": 11,
"tech_buyer": 12
},
"active_personas": [
"book_lover",
"budget_shopper",
"car_enthusiast",
"family_buyer",
"gamer",
"gift_buyer",
"health_conscious",
"home_improver",
"musician",
"new_parent",
"premium_buyer",
"sports_enthusiast",
"tech_buyer"
]
}