File size: 832 Bytes
ee0c625
 
 
 
c38fd2f
 
 
 
1e008dd
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "architectures": [
    "MLEForAnimeLineExtraction"
  ],
  "auto_map": {
    "AutoConfig": "configuration_mle.MLEConfig",
    "AutoModel": "modeling_mle.MLEForAnimeLineExtraction"
  },
  "custom_pipelines": {
    "image-to-image": {
      "impl": "MangaPipe.MangaLineExtractionPipe",
      "pt": [
        "AutoModel"
      ],
      "tf": [],
      "type": "image"
    }
  },
  "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
}