| { | |
| "model_type": "writevit", | |
| "architectures": [ | |
| "WriteViT" | |
| ], | |
| "library_name": "pytorch", | |
| "task": "image-to-image", | |
| "image_height": 32, | |
| "supported_datasets": [ | |
| "IAM", | |
| "VNDB" | |
| ], | |
| "checkpoint_files": { | |
| "english": "File/eng_ckpt.pth", | |
| "vietnamese": "File/vn_ckpt.pth", | |
| "vgg19": "File/vgg19.pth" | |
| }, | |
| "resource_files": { | |
| "iam_dataset": "File/IAM.pickle", | |
| "vietnamese_dataset": "File/VN.pickle", | |
| "unifont": "File/unifont.pickle", | |
| "english_lexicon": "File/english_words.txt", | |
| "vietnamese_lexicon": "File/vn_words.txt" | |
| }, | |
| "paper": "https://arxiv.org/abs/2505.13235" | |
| } | |