Upload config.json with huggingface_hub
Browse files- config.json +12 -0
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "gregg_recognition",
|
3 |
+
"task": "image-to-text",
|
4 |
+
"framework": "pytorch",
|
5 |
+
"image_height": 256,
|
6 |
+
"image_width": 256,
|
7 |
+
"image_channels": 1,
|
8 |
+
"vocabulary_size": 28,
|
9 |
+
"max_text_length": 30,
|
10 |
+
"architecture": "cnn-lstm",
|
11 |
+
"pipeline_tag": "image-to-text"
|
12 |
+
}
|