JoyCN commited on
Commit
8f9347e
·
verified ·
1 Parent(s): 821985d

chore: add config.json for download stats

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "pytorch",
3
+ "format": "pth",
4
+ "weights": {
5
+ "det": "ptocr_v5_server_det.pth",
6
+ "rec": "ptocr_v5_server_rec.pth"
7
+ },
8
+ "homepage": "https://github.com/frotms/PaddleOCR2Pytorch",
9
+ "created": "2025-09-16",
10
+ "notes": "Presence of this file helps Hub track downloads (query file)."
11
+ }