added model files and config
Browse files- config.json +15 -0
- easter2-vit.onnx +3 -0
- model.pth +3 -0
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version" : "2025_12_18_22_52",
|
| 3 |
+
"checkpoint": "model.pth",
|
| 4 |
+
"onnx-model": "easter2-vit.onnx",
|
| 5 |
+
"architecture" : "Easter2-Vit",
|
| 6 |
+
"input_width": 3200,
|
| 7 |
+
"input_height": 100,
|
| 8 |
+
"input_layer": "image",
|
| 9 |
+
"output_layer": "logits",
|
| 10 |
+
"squeeze_channel_dim": "no",
|
| 11 |
+
"swap_hw": "no",
|
| 12 |
+
"encoder": "wylie",
|
| 13 |
+
"add_blank": "yes",
|
| 14 |
+
"charset": "!#%'°^$`()+-./0123456789:=?@ADHIMNRSTUWXY[\\]_abcdefghijklmnoprstuwyxz|~§&äüö<>;卍卐ऽ}"
|
| 15 |
+
}
|
easter2-vit.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f527d9ba5cc597ebf762f8570ffb98acdad19f437f5e07c2129fa600885f95d
|
| 3 |
+
size 367476
|
model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2b58798356f9db09239243e9462db42aaadf90357d74b7b659f550a7bc01437
|
| 3 |
+
size 102390052
|