gregg-recognition / config.json
a0a7's picture
Upload config.json with huggingface_hub
aaf3bd8 verified
raw
history blame contribute delete
286 Bytes
{
"model_type": "gregg_recognition",
"task": "image-to-text",
"framework": "pytorch",
"image_height": 256,
"image_width": 256,
"image_channels": 1,
"vocabulary_size": 28,
"max_text_length": 30,
"architecture": "cnn-lstm",
"pipeline_tag": "image-to-text"
}