mrrtmob commited on
Commit
eb7f4b2
·
verified ·
1 Parent(s): 6528baf

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "height": 32,
3
+ "hidden_size": 256,
4
+ "vocab_size": 0,
5
+ "model_type": "kiri-ocr",
6
+ "architectures": [
7
+ "LightweightOCR"
8
+ ],
9
+ "framework": "pytorch"
10
+ }