a0a7 commited on
Commit
aaf3bd8
·
verified ·
1 Parent(s): f613ef7

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }