add AIBOM
Browse filesDear llamaindex,
We are a group of researchers investigating the usefulness of sharing AIBOMs (Artificial Intelligence Bill of Materials) to document AI models and to improve transparency in AI model supply chains. AIBOMs are machine-readable, structured inventories of components—such as datasets and models—used in the development of AI-powered systems.
We would like to emphasize that we have no financial or competing interests related to AIBOMs. Our sole interest is to advance the collective understanding of AIBOMs within both academia and industry. As part of this effort, we are contributing to randomly selected open and popular models on Hugging Face (like yours) and are happy to offer support to you and the maintainers of your model if needed.
Based on your model card (and some configuration information available in Hugging Face), we generated the AIBOM according to the CyclonDX (v1.6) standard (see https://cyclonedx.org/docs/1.6/json/). This AIBOM is generated as a JSON file by using the following open-source supporting tool: https://github.com/MSR4SBOM/ALOHA (technical details are available in the research paper: https://github.com/MSR4SBOM/ALOHA/blob/main/ALOHA.pdf). This tool is freely available online and can be downloaded and used at your own convenience. We are also happy to assist you directly if you need help generating or reviewing an AIBOM for your model.
The JSON file in this pull request is your AIBOM (see https://github.com/MSR4SBOM/ALOHA/blob/main/documentation.json for details on its structure). Clearly, the submitted AIBOM matches the current model information, yet it can be easily regenerated when the model evolves, using the aforementioned AIBOM generation tool.
We understand that initiatives like ours may raise questions, especially in open communities like Hugging Face. Therefore, we would like to further remark that our interest in AIBOMs is only to enhance the body of knowledge on AIBOMs and to make this easy and low-friction for maintainers of AI models and developers of AI-powered systems.
We open this pull request containing an AIBOM of your AI model, and hope it will be considered. We would also like to hear your opinion on the usefulness (or not) of AIBOM by answering a 3-minute anonymous survey: https://forms.gle/WGffSQD5dLoWttEe7.
Thanks in advance, and regards,
Riccardo D’Avino, Fatima Ahmed, Sabato Nocera, Simone Romano, Giuseppe Scanniello (University of Salerno, Italy),
Massimiliano Di Penta (University of Sannio, Italy),
The MSR4SBOM team
- llamaindex_vdr-2b-multi-v1.json +142 -0
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bomFormat": "CycloneDX",
|
3 |
+
"specVersion": "1.6",
|
4 |
+
"serialNumber": "urn:uuid:00ca3e26-e155-40c6-801d-90be620fd041",
|
5 |
+
"version": 1,
|
6 |
+
"metadata": {
|
7 |
+
"timestamp": "2025-07-14T11:11:18.744037+00:00",
|
8 |
+
"component": {
|
9 |
+
"type": "machine-learning-model",
|
10 |
+
"bom-ref": "llamaindex/vdr-2b-multi-v1-9a12af53-e3c0-557a-86ff-8b132947222a",
|
11 |
+
"name": "llamaindex/vdr-2b-multi-v1",
|
12 |
+
"externalReferences": [
|
13 |
+
{
|
14 |
+
"url": "https://huggingface.co/llamaindex/vdr-2b-multi-v1",
|
15 |
+
"type": "documentation"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"modelCard": {
|
19 |
+
"modelParameters": {
|
20 |
+
"task": "image-to-text",
|
21 |
+
"architectureFamily": "qwen2_vl",
|
22 |
+
"modelArchitecture": "Qwen2VLForConditionalGeneration",
|
23 |
+
"datasets": [
|
24 |
+
{
|
25 |
+
"ref": "llamaindex/vdr-multilingual-train-a46edb90-89ea-5b4e-a4aa-7bbe0726c573"
|
26 |
+
}
|
27 |
+
]
|
28 |
+
},
|
29 |
+
"properties": [
|
30 |
+
{
|
31 |
+
"name": "library_name",
|
32 |
+
"value": "sentence-transformers"
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"name": "base_model",
|
36 |
+
"value": "MrLight/dse-qwen2-2b-mrl-v1"
|
37 |
+
}
|
38 |
+
]
|
39 |
+
},
|
40 |
+
"authors": [
|
41 |
+
{
|
42 |
+
"name": "llamaindex"
|
43 |
+
}
|
44 |
+
],
|
45 |
+
"licenses": [
|
46 |
+
{
|
47 |
+
"license": {
|
48 |
+
"id": "Apache-2.0",
|
49 |
+
"url": "https://spdx.org/licenses/Apache-2.0.html"
|
50 |
+
}
|
51 |
+
}
|
52 |
+
],
|
53 |
+
"tags": [
|
54 |
+
"sentence-transformers",
|
55 |
+
"safetensors",
|
56 |
+
"qwen2_vl",
|
57 |
+
"image-to-text",
|
58 |
+
"transformers",
|
59 |
+
"Qwen2-VL",
|
60 |
+
"en",
|
61 |
+
"it",
|
62 |
+
"fr",
|
63 |
+
"de",
|
64 |
+
"es",
|
65 |
+
"dataset:llamaindex/vdr-multilingual-train",
|
66 |
+
"arxiv:2406.11251",
|
67 |
+
"base_model:MrLight/dse-qwen2-2b-mrl-v1",
|
68 |
+
"base_model:finetune:MrLight/dse-qwen2-2b-mrl-v1",
|
69 |
+
"license:apache-2.0",
|
70 |
+
"text-generation-inference",
|
71 |
+
"endpoints_compatible",
|
72 |
+
"region:us"
|
73 |
+
]
|
74 |
+
}
|
75 |
+
},
|
76 |
+
"components": [
|
77 |
+
{
|
78 |
+
"type": "data",
|
79 |
+
"bom-ref": "llamaindex/vdr-multilingual-train-a46edb90-89ea-5b4e-a4aa-7bbe0726c573",
|
80 |
+
"name": "llamaindex/vdr-multilingual-train",
|
81 |
+
"data": [
|
82 |
+
{
|
83 |
+
"type": "dataset",
|
84 |
+
"bom-ref": "llamaindex/vdr-multilingual-train-a46edb90-89ea-5b4e-a4aa-7bbe0726c573",
|
85 |
+
"name": "llamaindex/vdr-multilingual-train",
|
86 |
+
"contents": {
|
87 |
+
"url": "https://huggingface.co/datasets/llamaindex/vdr-multilingual-train",
|
88 |
+
"properties": [
|
89 |
+
{
|
90 |
+
"name": "language",
|
91 |
+
"value": "de, it, fr, es, en"
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"name": "size_categories",
|
95 |
+
"value": "100K<n<1M"
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"name": "pretty_name",
|
99 |
+
"value": "Multilingual Visual Document Retrieval"
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"name": "configs",
|
103 |
+
"value": "Name of the dataset subset: en {\"split\": \"train\", \"path\": \"en/train-*\"}"
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"name": "configs",
|
107 |
+
"value": "Name of the dataset subset: it {\"split\": \"train\", \"path\": \"it/train-*\"}"
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"name": "configs",
|
111 |
+
"value": "Name of the dataset subset: fr {\"split\": \"train\", \"path\": \"fr/train-*\"}"
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"name": "configs",
|
115 |
+
"value": "Name of the dataset subset: es {\"split\": \"train\", \"path\": \"es/train-*\"}"
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"name": "configs",
|
119 |
+
"value": "Name of the dataset subset: de {\"split\": \"train\", \"path\": \"de/train-*\"}"
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"name": "license",
|
123 |
+
"value": "apache-2.0"
|
124 |
+
}
|
125 |
+
]
|
126 |
+
},
|
127 |
+
"governance": {
|
128 |
+
"owners": [
|
129 |
+
{
|
130 |
+
"organization": {
|
131 |
+
"name": "llamaindex",
|
132 |
+
"url": "https://huggingface.co/llamaindex"
|
133 |
+
}
|
134 |
+
}
|
135 |
+
]
|
136 |
+
},
|
137 |
+
"description": "\n\t\n\t\t\n\t\tMultilingual Visual Document Retrieval Dataset\n\t\n\n\n\nThis dataset consists of 500k multilingual query image samples, collected and generated from scratch using public internet pdfs. The queries are synthetic and generated using VLMs (gemini-1.5-pro and Qwen2-VL-72B).\n\nIt was used to train the vdr-2b-multi-v1 retrieval multimodal, multilingual embedding model.\n\n\t\n\t\t\n\t\n\t\n\t\tHow it was created\n\t\n\nThis is the entire data pipeline used to create the Italian subset of this dataset. Each step\u2026 See the full description on the dataset page: https://huggingface.co/datasets/llamaindex/vdr-multilingual-train."
|
138 |
+
}
|
139 |
+
]
|
140 |
+
}
|
141 |
+
]
|
142 |
+
}
|