captcha-crnn-base / config.json
Graf-J's picture
Initial Commit
cba2240 verified
raw
history blame contribute delete
501 Bytes
{
"architectures": [
"CaptchaCRNN"
],
"dtype": "float32",
"model_type": "captcha_crnn",
"num_chars": 63,
"transformers_version": "5.1.0",
"auto_map": {
"AutoConfig": "configuration_captcha.CaptchaConfig",
"AutoModel": "modeling_captcha.CaptchaCRNN",
"AutoProcessor": "processing_captcha.CaptchaProcessor"
},
"custom_pipelines": {
"captcha-recognition": {
"impl": "pipeline.CaptchaPipeline",
"pt": ["AutoModel"],
"type": "multimodal"
}
}
}