ppocr-mlx / table_structure /config.json
jasonni2's picture
Upload folder using huggingface_hub
1e1b9bd verified
Raw
History Blame Contribute Delete
331 Bytes
{
"model_type": "slanet",
"backbone_config":{
"model_type": "pp_lcnet",
"scale": 1,
"out_features": ["stage2", "stage3", "stage4", "stage5"],
"out_indices": [2, 3, 4, 5]
},
"post_conv_out_channels": 96,
"out_channels": 50,
"hidden_size": 256,
"max_text_length": 500
}