add AIBOM
#6
by
sabato-nocera
- opened
- Mozilla_whisperfile.json +38 -0
Mozilla_whisperfile.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bomFormat": "CycloneDX",
|
3 |
+
"specVersion": "1.6",
|
4 |
+
"serialNumber": "urn:uuid:48a0a9e8-4c82-4a93-bf85-9af883c2c53d",
|
5 |
+
"version": 1,
|
6 |
+
"metadata": {
|
7 |
+
"timestamp": "2025-07-14T14:11:46.650753+00:00",
|
8 |
+
"component": {
|
9 |
+
"type": "machine-learning-model",
|
10 |
+
"bom-ref": "Mozilla/whisperfile-02cf8986-c86c-5b07-8114-5362f865c069",
|
11 |
+
"name": "Mozilla/whisperfile",
|
12 |
+
"externalReferences": [
|
13 |
+
{
|
14 |
+
"url": "https://huggingface.co/Mozilla/whisperfile",
|
15 |
+
"type": "documentation"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"authors": [
|
19 |
+
{
|
20 |
+
"name": "Mozilla"
|
21 |
+
}
|
22 |
+
],
|
23 |
+
"licenses": [
|
24 |
+
{
|
25 |
+
"license": {
|
26 |
+
"id": "Apache-2.0",
|
27 |
+
"url": "https://spdx.org/licenses/Apache-2.0.html"
|
28 |
+
}
|
29 |
+
}
|
30 |
+
],
|
31 |
+
"tags": [
|
32 |
+
"llamafile",
|
33 |
+
"license:apache-2.0",
|
34 |
+
"region:us"
|
35 |
+
]
|
36 |
+
}
|
37 |
+
}
|
38 |
+
}
|