File size: 513 Bytes
ee0c625 3ae75a5 ee0c625 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"architectures": [
"MLEForAnimeLineExtraction"
],
"batch_norm_eps": 0.001,
"block_kernel_size": 3,
"block_patch_size": 24,
"block_stride_size": 4,
"hidden_act": "leaky_relu",
"in_channels": 1,
"last_hidden_channels": 16,
"model_type": "mle",
"negative_slope": 0.2,
"num_decoder_layers": [
7,
5,
3,
2,
2
],
"num_encoder_layers": [
2,
3,
5,
7,
12
],
"torch_dtype": "bfloat16",
"transformers_version": "4.37.2",
"upsample_ratio": 2
}
|