Upload config.json with huggingface_hub
Browse files- config.json +26 -0
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "writevit",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"WriteViT"
|
| 5 |
+
],
|
| 6 |
+
"library_name": "pytorch",
|
| 7 |
+
"task": "image-to-image",
|
| 8 |
+
"image_height": 32,
|
| 9 |
+
"supported_datasets": [
|
| 10 |
+
"IAM",
|
| 11 |
+
"VNDB"
|
| 12 |
+
],
|
| 13 |
+
"checkpoint_files": {
|
| 14 |
+
"english": "File/eng_ckpt.pth",
|
| 15 |
+
"vietnamese": "File/vn_ckpt.pth",
|
| 16 |
+
"vgg19": "File/vgg19.pth"
|
| 17 |
+
},
|
| 18 |
+
"resource_files": {
|
| 19 |
+
"iam_dataset": "File/IAM.pickle",
|
| 20 |
+
"vietnamese_dataset": "File/VN.pickle",
|
| 21 |
+
"unifont": "File/unifont.pickle",
|
| 22 |
+
"english_lexicon": "File/english_words.txt",
|
| 23 |
+
"vietnamese_lexicon": "File/vn_words.txt"
|
| 24 |
+
},
|
| 25 |
+
"paper": "https://arxiv.org/abs/2505.13235"
|
| 26 |
+
}
|