Daniel Rabottini commited on
Commit
6497b88
·
1 Parent(s): 0c48771

Add model_manifest.json for the radgraphit package

Browse files

Records package/schema/backend compatibility, the medBIT encoder, and
SHA-256 checksums for config.json, vocab.json and best.pt. Enables
integrity-verified loading via RadGraphIT.from_pretrained().

Files changed (1) hide show
  1. model/model_manifest.json +24 -0
model/model_manifest.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "manifest_version": 1,
3
+ "package": "radgraphit",
4
+ "min_package_version": "0.1.0",
5
+ "schema": "radgraph-xl",
6
+ "backend": "dygie_v2",
7
+ "encoder": {
8
+ "model_name": "IVN-RIN/medBIT-r3-plus",
9
+ "max_length": 512
10
+ },
11
+ "revision": "v1",
12
+ "weights_file": "best.pt",
13
+ "files": {
14
+ "config.json": {
15
+ "sha256": "378f0c083f71662e204c8876b805ba8298f7a056db4b6cc64b95079a0d476d23"
16
+ },
17
+ "vocab.json": {
18
+ "sha256": "e32c6ab26dad1625dfc3f5fa2bcf91d466ba7cf231da0ab78846eae84ad20f76"
19
+ },
20
+ "best.pt": {
21
+ "sha256": "987fc75edf3ac78d1a0f05b8260f832c16ccd0cb6d6612432b2c0dbdf00a757a"
22
+ }
23
+ }
24
+ }