metadata: name the upstream model instead of a local path
Browse filessource.hf_model_id and language.tokenizer held an absolute path from the machine that did the export. Points them at the model the sibling decoder bundle names.
Found by conversion/zoo_verify.py in github.com/john-rocky/coreai-model-zoo.
layout/decoder/metadata.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"main": "mineru_decode_int8lin_pf64.aimodel"
|
| 7 |
},
|
| 8 |
"language": {
|
| 9 |
-
"tokenizer": "
|
| 10 |
"vocab_size": 151936,
|
| 11 |
"max_context_length": 4096,
|
| 12 |
"embedded_tokenizer": true,
|
|
@@ -19,11 +19,11 @@
|
|
| 19 |
},
|
| 20 |
"source": {
|
| 21 |
"model_definition": "torch",
|
| 22 |
-
"hf_model_id": "/
|
| 23 |
},
|
| 24 |
"compression": null,
|
| 25 |
"compilation": {
|
| 26 |
"date": "2026-07-06T07:41:10.859485+00:00",
|
| 27 |
"targets": []
|
| 28 |
}
|
| 29 |
-
}
|
|
|
|
| 6 |
"main": "mineru_decode_int8lin_pf64.aimodel"
|
| 7 |
},
|
| 8 |
"language": {
|
| 9 |
+
"tokenizer": "tokenizer",
|
| 10 |
"vocab_size": 151936,
|
| 11 |
"max_context_length": 4096,
|
| 12 |
"embedded_tokenizer": true,
|
|
|
|
| 19 |
},
|
| 20 |
"source": {
|
| 21 |
"model_definition": "torch",
|
| 22 |
+
"hf_model_id": "opendatalab/MinerU2.5-Pro-2605-1.2B"
|
| 23 |
},
|
| 24 |
"compression": null,
|
| 25 |
"compilation": {
|
| 26 |
"date": "2026-07-06T07:41:10.859485+00:00",
|
| 27 |
"targets": []
|
| 28 |
}
|
| 29 |
+
}
|