symmetric_test / config.json
SupremoUGH's picture
more changes
bd8b79c unverified
raw
history blame contribute delete
446 Bytes
{
"architectures": ["DigitClassifier"],
"model_type": "custom",
"num_labels": 10,
"id2label": {
"0": "0", "1": "1", "2": "2", "3": "3", "4": "4",
"5": "5", "6": "6", "7": "7", "8": "8", "9": "9"
},
"preprocessor": "symmetric_test.preprocessor.get_transform",
"auto_map": {
"AutoModel": "symmetric_test.model.DigitClassifier",
"AutoConfig": "symmetric_test.model.DigitClassifierConfig"
}
}