tb-classifier / config.json
Owos's picture
Update config.json
cdc858a
raw
history blame contribute delete
252 Bytes
{
"architectures": [
"InceptinV3ForImageClassification"
],
"hidden_act": "relu",
"id2label": {
"0": "Negative",
"1": "Positive"
},
"layer_type": "basic",
"model_type": "inception",
"transformers_version": "4.18.0.dev0"
}