HandSign2 / config.json
StefanV28's picture
Upload 6 files
c6480cf
{
"architectures": [
"mobilenetForImageClassification"
],
"downsample_in_first_stage": false,
"id2label": {
"0": "Hi",
"1": "I Love You",
"2": "Peace"
},
"label2id": {
"Hi": 0,
"Peace": 2,
"I Love You": 1
},
"model_type": "mobilenet",
"num_channels": 3,
"transformers_version": "4.18.0.dev0"
}