add AIBOM
#19
by
RiccardoDav
- opened
- Shitao_OmniGen-v1.json +56 -0
Shitao_OmniGen-v1.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bomFormat": "CycloneDX",
|
3 |
+
"specVersion": "1.6",
|
4 |
+
"serialNumber": "urn:uuid:79ab3ccd-85f2-4e9f-b35c-bd861ec27313",
|
5 |
+
"version": 1,
|
6 |
+
"metadata": {
|
7 |
+
"timestamp": "2025-07-14T14:07:19.732913+00:00",
|
8 |
+
"component": {
|
9 |
+
"type": "machine-learning-model",
|
10 |
+
"bom-ref": "Shitao/OmniGen-v1-ea049520-e580-5331-9ce2-78b69936e61a",
|
11 |
+
"name": "Shitao/OmniGen-v1",
|
12 |
+
"externalReferences": [
|
13 |
+
{
|
14 |
+
"url": "https://huggingface.co/Shitao/OmniGen-v1",
|
15 |
+
"type": "documentation"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"modelCard": {
|
19 |
+
"modelParameters": {
|
20 |
+
"task": "text-to-image",
|
21 |
+
"architectureFamily": "phi3",
|
22 |
+
"modelArchitecture": "Phi3ForCausalLM"
|
23 |
+
},
|
24 |
+
"properties": [
|
25 |
+
{
|
26 |
+
"name": "library_name",
|
27 |
+
"value": "diffusers"
|
28 |
+
}
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"authors": [
|
32 |
+
{
|
33 |
+
"name": "Shitao"
|
34 |
+
}
|
35 |
+
],
|
36 |
+
"licenses": [
|
37 |
+
{
|
38 |
+
"license": {
|
39 |
+
"id": "MIT",
|
40 |
+
"url": "https://spdx.org/licenses/MIT.html"
|
41 |
+
}
|
42 |
+
}
|
43 |
+
],
|
44 |
+
"tags": [
|
45 |
+
"diffusers",
|
46 |
+
"safetensors",
|
47 |
+
"phi3",
|
48 |
+
"image-to-image",
|
49 |
+
"text-to-image",
|
50 |
+
"arxiv:2409.11340",
|
51 |
+
"license:mit",
|
52 |
+
"region:us"
|
53 |
+
]
|
54 |
+
}
|
55 |
+
}
|
56 |
+
}
|