hf-transformers-bot's picture
Update tiny models for PPOCRV6SmallDetForObjectDetection
2d2854b verified
Raw
History Blame Contribute Delete
2.21 kB
{
"architectures": [
"PPOCRV6SmallDetForObjectDetection"
],
"backbone_config": {
"block_configs": [
[
[
3,
16,
16,
1,
false
]
],
[
[
3,
16,
16,
2,
false
],
[
3,
16,
16,
1,
false
]
],
[
[
3,
16,
16,
2,
false
],
[
3,
16,
16,
1,
false
]
],
[
[
3,
16,
16,
2,
false
],
[
5,
16,
16,
1,
false
],
[
5,
16,
16,
1,
false
],
[
5,
16,
16,
1,
false
],
[
5,
16,
16,
1,
false
]
]
],
"depths": [
1,
2,
2,
5
],
"hidden_act": "relu",
"model_type": "pp_lcnet_v4",
"num_channels": 3,
"out_features": [
"stage1",
"stage2",
"stage3",
"stage4"
],
"out_indices": [
1,
2,
3,
4
],
"reduction": 4,
"scale": 1.0,
"stage_names": [
"stem",
"stage1",
"stage2",
"stage3",
"stage4"
],
"stage_out_channels": [
16,
16,
16,
16
],
"stem_channels": [
3,
16,
16
],
"stem_strides": [
2,
1,
1,
2,
1
],
"stem_type": "large",
"use_learnable_affine_block": false
},
"dilated_kernel_size": 7,
"dtype": "float32",
"hidden_act": "hardswish",
"id2label": {
"0": "text"
},
"interpolate_mode": "nearest",
"kernel_list": [
3,
2,
2
],
"label2id": null,
"layer_list_out_channels": [
16,
16,
16,
16
],
"model_type": "pp_ocrv6_small_det",
"neck_out_channels": 16,
"reduction": 4,
"transformers_version": "5.16.0.dev0"
}