ONNX
Eric-23xd commited on
Commit
2e62d15
·
verified ·
1 Parent(s): 20cfb7e

Upload 3 files

Browse files

added model files

Files changed (3) hide show
  1. OCRModel.onnx +3 -0
  2. OCRModel.pth +3 -0
  3. config.json +15 -0
OCRModel.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0475daee088daf94b72fae3a2e16444821247b51b0014dce7a4255fda20acbc5
3
+ size 25991443
OCRModel.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c2aabd7d1482cb1af2d28d43b250c1510c6b1d879108afeaa2ad33f82ae88b
3
+ size 77932085
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version" : "2026_1_11_9_32",
3
+ "checkpoint": "OCRModel.pth",
4
+ "onnx-model": "OCRModel.onnx",
5
+ "architecture": "Easter2-Attention",
6
+ "input_width": 3200,
7
+ "input_height": 100,
8
+ "input_layer": "input",
9
+ "output_layer": "output",
10
+ "squeeze_channel_dim": "yes",
11
+ "swap_hw": "no",
12
+ "encoder": "wylie",
13
+ "add_blank": "yes",
14
+ "charset": "!#%'°^$`()+-./0123456789:=?@ADHIMNRSTUWXY[\\]_abcdefghijklmnoprstuwyxz|~§&äüö<>;卍卐ऽ}"
15
+ }