betterwithage commited on
Commit
7444d9f
·
verified ·
1 Parent(s): 9dddbb2

audit: Model BOM for SZLHOLDINGS/khipu-r3 (estate audit 2026-08-30)

Browse files
Files changed (1) hide show
  1. models/khipu-r3.cdx.json +192 -0
models/khipu-r3.cdx.json ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "serialNumber": "urn:uuid:9f74e913-1386-521b-b5a2-f691cd4ffe86",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2026-08-31T01:34:34.217397+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/khipu-r3",
18
+ "name": "khipu-r3",
19
+ "version": "unspecified",
20
+ "description": "HF model SZLHOLDINGS/khipu-r3 \u2014 base model: Qwen/Qwen3.5-0.8B",
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/khipu-r3"
32
+ }
33
+ ],
34
+ "properties": [
35
+ {
36
+ "name": "szl:base_model",
37
+ "value": "Qwen/Qwen3.5-0.8B"
38
+ },
39
+ {
40
+ "name": "szl:downloads",
41
+ "value": "25"
42
+ },
43
+ {
44
+ "name": "szl:likes",
45
+ "value": "0"
46
+ },
47
+ {
48
+ "name": "szl:last_modified",
49
+ "value": "2026-08-29T19:26:24.000Z"
50
+ },
51
+ {
52
+ "name": "szl:pipeline_tag",
53
+ "value": "text-generation"
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:README.md",
82
+ "name": "README.md",
83
+ "scope": "required",
84
+ "properties": [
85
+ {
86
+ "name": "szl:role",
87
+ "value": "documentation"
88
+ }
89
+ ]
90
+ },
91
+ {
92
+ "type": "file",
93
+ "bom-ref": "file:adapter_config.json",
94
+ "name": "adapter_config.json",
95
+ "scope": "required",
96
+ "properties": [
97
+ {
98
+ "name": "szl:role",
99
+ "value": "config"
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "type": "file",
105
+ "bom-ref": "file:adapter_model.safetensors",
106
+ "name": "adapter_model.safetensors",
107
+ "scope": "required",
108
+ "properties": [
109
+ {
110
+ "name": "szl:role",
111
+ "value": "weights"
112
+ }
113
+ ]
114
+ },
115
+ {
116
+ "type": "file",
117
+ "bom-ref": "file:chat_template.jinja",
118
+ "name": "chat_template.jinja",
119
+ "scope": "required",
120
+ "properties": [
121
+ {
122
+ "name": "szl:role",
123
+ "value": "support"
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "type": "file",
129
+ "bom-ref": "file:processor_config.json",
130
+ "name": "processor_config.json",
131
+ "scope": "required",
132
+ "properties": [
133
+ {
134
+ "name": "szl:role",
135
+ "value": "config"
136
+ }
137
+ ]
138
+ },
139
+ {
140
+ "type": "file",
141
+ "bom-ref": "file:tokenizer.json",
142
+ "name": "tokenizer.json",
143
+ "scope": "required",
144
+ "properties": [
145
+ {
146
+ "name": "szl:role",
147
+ "value": "config"
148
+ }
149
+ ]
150
+ },
151
+ {
152
+ "type": "file",
153
+ "bom-ref": "file:tokenizer_config.json",
154
+ "name": "tokenizer_config.json",
155
+ "scope": "required",
156
+ "properties": [
157
+ {
158
+ "name": "szl:role",
159
+ "value": "config"
160
+ }
161
+ ]
162
+ },
163
+ {
164
+ "type": "file",
165
+ "bom-ref": "file:training_receipt.laptop-blackwell.json",
166
+ "name": "training_receipt.laptop-blackwell.json",
167
+ "scope": "required",
168
+ "properties": [
169
+ {
170
+ "name": "szl:role",
171
+ "value": "config"
172
+ }
173
+ ]
174
+ }
175
+ ],
176
+ "dependencies": [
177
+ {
178
+ "ref": "hf:SZLHOLDINGS/khipu-r3",
179
+ "dependsOn": [
180
+ "file:.gitattributes",
181
+ "file:README.md",
182
+ "file:adapter_config.json",
183
+ "file:adapter_model.safetensors",
184
+ "file:chat_template.jinja",
185
+ "file:processor_config.json",
186
+ "file:tokenizer.json",
187
+ "file:tokenizer_config.json",
188
+ "file:training_receipt.laptop-blackwell.json"
189
+ ]
190
+ }
191
+ ]
192
+ }