Tibetan
Eric-23xd commited on
Commit
b8f7695
·
verified ·
1 Parent(s): 1e26cf6

added model files

Browse 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:c6ff45e59c390cfb7f96298973b4e966f4e9f5d8f2938440fb46a73b66c088bf
3
+ size 25879753
OCRModel.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1a4c991e7acca0f3ad5edfa2d8ad851e0966873cdf9c2c2676a5cec78cf8d7b
3
+ size 77932021
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version" : "2026_1_12_6_10",
3
+ "checkpoint": "OCRModel.pth",
4
+ "onnx-model": "OCRModel.onnx",
5
+ "architecture": "Easter2b",
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
+ }