WriteViT / config.json
hoainam1706's picture
Upload config.json with huggingface_hub
24608d2 verified
Raw
History Blame Contribute Delete
626 Bytes
{
"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"
}