ppocr-mlx / table_cls /config.json
jasonni2's picture
Upload folder using huggingface_hub
1e1b9bd verified
Raw
History Blame Contribute Delete
220 Bytes
{
"model_type": "pp_lcnet",
"scale": 1.0,
"reduction": 4,
"hidden_dropout_prob": 0.2,
"class_expand": 1280,
"hidden_act": "hardswish",
"id2label": {
"0" : "wired_table",
"1" : "wireless_table"
}
}