betterwithage commited on
Commit
6caf211
·
verified ·
1 Parent(s): 4128faa

Add per-repo CycloneDX BOM (canonical registry: datasets/SZLHOLDINGS/model-bom)

Browse files
Files changed (1) hide show
  1. bom/model-bom.cdx.json +140 -0
bom/model-bom.cdx.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "serialNumber": "urn:uuid:ca88890a-9fa3-54f5-b600-fc89bfde76cc",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2026-08-31T01:34:34.216664+00:00",
8
+ "tools": [
9
+ {
10
+ "vendor": "SZL Holdings",
11
+ "name": "build_model_bom",
12
+ "version": "1.0.0"
13
+ }
14
+ ],
15
+ "component": {
16
+ "type": "machine-learning-model",
17
+ "bom-ref": "hf:SZLHOLDINGS/MiniEmbed-Nano",
18
+ "name": "MiniEmbed-Nano",
19
+ "version": "unspecified",
20
+ "description": "HF model SZLHOLDINGS/MiniEmbed-Nano \u2014 base model: undeclared",
21
+ "licenses": [
22
+ {
23
+ "license": {
24
+ "id": "apache-2.0"
25
+ }
26
+ }
27
+ ],
28
+ "externalReferences": [
29
+ {
30
+ "type": "website",
31
+ "url": "https://huggingface.co/SZLHOLDINGS/MiniEmbed-Nano"
32
+ }
33
+ ],
34
+ "properties": [
35
+ {
36
+ "name": "szl:base_model",
37
+ "value": "undeclared"
38
+ },
39
+ {
40
+ "name": "szl:downloads",
41
+ "value": "0"
42
+ },
43
+ {
44
+ "name": "szl:likes",
45
+ "value": "0"
46
+ },
47
+ {
48
+ "name": "szl:last_modified",
49
+ "value": "2026-08-30T23:30:17.000Z"
50
+ },
51
+ {
52
+ "name": "szl:pipeline_tag",
53
+ "value": "unspecified"
54
+ },
55
+ {
56
+ "name": "szl:heldout_eval",
57
+ "value": "MISSING \u2014 required before publication"
58
+ },
59
+ {
60
+ "name": "szl:publication_eligible",
61
+ "value": "false"
62
+ }
63
+ ]
64
+ }
65
+ },
66
+ "components": [
67
+ {
68
+ "type": "file",
69
+ "bom-ref": "file:.gitattributes",
70
+ "name": ".gitattributes",
71
+ "scope": "required",
72
+ "properties": [
73
+ {
74
+ "name": "szl:role",
75
+ "value": "support"
76
+ }
77
+ ]
78
+ },
79
+ {
80
+ "type": "file",
81
+ "bom-ref": "file:BENCH.laptop-blackwell.json",
82
+ "name": "BENCH.laptop-blackwell.json",
83
+ "scope": "required",
84
+ "properties": [
85
+ {
86
+ "name": "szl:role",
87
+ "value": "config"
88
+ }
89
+ ]
90
+ },
91
+ {
92
+ "type": "file",
93
+ "bom-ref": "file:README.md",
94
+ "name": "README.md",
95
+ "scope": "required",
96
+ "properties": [
97
+ {
98
+ "name": "szl:role",
99
+ "value": "documentation"
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "type": "file",
105
+ "bom-ref": "file:TRAINING_RECEIPT.json",
106
+ "name": "TRAINING_RECEIPT.json",
107
+ "scope": "required",
108
+ "properties": [
109
+ {
110
+ "name": "szl:role",
111
+ "value": "config"
112
+ }
113
+ ]
114
+ },
115
+ {
116
+ "type": "file",
117
+ "bom-ref": "file:mini_embed.npz",
118
+ "name": "mini_embed.npz",
119
+ "scope": "required",
120
+ "properties": [
121
+ {
122
+ "name": "szl:role",
123
+ "value": "support"
124
+ }
125
+ ]
126
+ }
127
+ ],
128
+ "dependencies": [
129
+ {
130
+ "ref": "hf:SZLHOLDINGS/MiniEmbed-Nano",
131
+ "dependsOn": [
132
+ "file:.gitattributes",
133
+ "file:BENCH.laptop-blackwell.json",
134
+ "file:README.md",
135
+ "file:TRAINING_RECEIPT.json",
136
+ "file:mini_embed.npz"
137
+ ]
138
+ }
139
+ ]
140
+ }