Data Minds
Update config.json
f1518e2
raw
history blame contribute delete
No virus
212 Bytes
{
"_name_or_path": "cnn_brain_tumor_classification",
"architectures": [
"CNNForBinaryClassification"
],
"id2label": {
"0": "No",
"1": "Yes"
},
"label2id": {
"No": 0,
"Yes": 1
}
}