File size: 626 Bytes
24608d2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"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"
}
|