ML2-hw4 / data /label_mapping.json
Alisa
initial commit
5bc48ee
Raw
History Blame Contribute Delete
471 Bytes
{
"cat2id": {
"[{'term': 'cs": 0,
"[{'term': 'math": 1,
"[{'term': 'physics": 2,
"[{'term': 'q-bio": 3,
"[{'term': 'stat": 4
},
"id2cat": {
"0": "[{'term': 'cs",
"1": "[{'term': 'math",
"2": "[{'term': 'physics",
"3": "[{'term': 'q-bio",
"4": "[{'term': 'stat"
},
"num_classes": 5,
"categories": [
"[{'term': 'cs",
"[{'term': 'math",
"[{'term': 'physics",
"[{'term': 'q-bio",
"[{'term': 'stat"
]
}