File size: 659 Bytes
fa98216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "CaptchaConvolutionalTransformer"
  ],
  "d_model": 1280,
  "dim_feedforward": 2048,
  "dropout": 0.1,
  "dtype": "float32",
  "model_type": "captcha_convolutional_transformer",
  "nhead": 8,
  "num_chars": 63,
  "num_layers": 1,
  "transformers_version": "5.1.0",
  "auto_map": {
    "AutoConfig": "configuration_captcha.CaptchaConfig",
    "AutoModel": "modeling_captcha.CaptchaConvolutionalTransformer",
    "AutoProcessor": "processing_captcha.CaptchaProcessor"
  },
  "custom_pipelines": {
    "captcha-recognition": {
      "impl": "pipeline.CaptchaPipeline",
      "pt": ["AutoModel"],
      "type": "multimodal"
    }
  }
}