初始化项目,由ModelHub XC社区提供模型

Model: llamaindex/vdr-2b-multi-v1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-26 05:22:06 +08:00
commit f6ceb0c29d
19 changed files with 152352 additions and 0 deletions

18
modules.json Normal file
View File

@@ -0,0 +1,18 @@
[
{
"idx": 0,
"name": "transformer",
"path": "",
"type": "custom_st.Transformer",
"model_name_or_path": "llamaindex/vdr-2b-multi-v1",
"dimension": 2048,
"max_pixels": 602112,
"min_pixels": 784
},
{
"idx": 1,
"name": "normalizer",
"path": "1_Normalize",
"type": "sentence_transformers.models.Normalize"
}
]