glacier-document-classifier / label_config.json
Symio's picture
Upload folder using huggingface_hub
6bf1928 verified
{
"label2id": {
"complaint": 0,
"answer": 1,
"motion": 2,
"brief": 3,
"order": 4,
"opinion": 5,
"notice": 6,
"subpoena": 7,
"affidavit": 8,
"demand_letter": 9,
"bar_complaint": 10,
"other": 11
},
"id2label": {
"0": "complaint",
"1": "answer",
"2": "motion",
"3": "brief",
"4": "order",
"5": "opinion",
"6": "notice",
"7": "subpoena",
"8": "affidavit",
"9": "demand_letter",
"10": "bar_complaint",
"11": "other"
}
}