PaddleOCR-Pytorch / config.json
JoyCN's picture
config: add safetensors+pth weights and compat info
d60a760 verified
raw
history blame contribute delete
682 Bytes
{
"library_name": "pytorch",
"format": "pth",
"weights": {
"det": {
"safetensors": "ptocr_v5_server_det.safetensors",
"pth": "ptocr_v5_server_det.pth"
},
"rec": {
"safetensors": "ptocr_v5_server_rec.safetensors",
"pth": "ptocr_v5_server_rec.pth"
}
},
"homepage": "https://github.com/frotms/PaddleOCR2Pytorch",
"created": "2025-09-16",
"notes": "Presence of this file helps Hub track downloads (query file).",
"formats": [
"safetensors",
"pth"
],
"compat": {
"project": "PaddleOCR2Pytorch",
"repo": "https://github.com/frotms/PaddleOCR2Pytorch",
"license": "Apache-2.0"
},
"updated": "2025-09-16"
}