deepshah23's picture
Created a config.json
b810efc verified
raw
history blame contribute delete
414 Bytes
{
"model_type": "pytorch_cnn_digit_blank_classifier",
"num_classes": 11,
"id2label": {
"0": "0",
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"10": "blank"
},
"label2id": {
"0": 0,
"1": 1,
"2": 2,
"3": 3,
"4": 4,
"5": 5,
"6": 6,
"7": 7,
"8": 8,
"9": 9,
"blank": 10
}
}