add AIBOM
#21
by
sabato-nocera
- opened
Nexusflow_NexusRaven-V2-13B.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bomFormat": "CycloneDX",
|
3 |
+
"specVersion": "1.6",
|
4 |
+
"serialNumber": "urn:uuid:aaa58653-c148-4ec5-8106-c5aabf5308df",
|
5 |
+
"version": 1,
|
6 |
+
"metadata": {
|
7 |
+
"timestamp": "2025-07-14T14:10:03.783286+00:00",
|
8 |
+
"component": {
|
9 |
+
"type": "machine-learning-model",
|
10 |
+
"bom-ref": "Nexusflow/NexusRaven-V2-13B-18e24d0a-808c-525f-b85a-fd510b642965",
|
11 |
+
"name": "Nexusflow/NexusRaven-V2-13B",
|
12 |
+
"externalReferences": [
|
13 |
+
{
|
14 |
+
"url": "https://huggingface.co/Nexusflow/NexusRaven-V2-13B",
|
15 |
+
"type": "documentation"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"modelCard": {
|
19 |
+
"modelParameters": {
|
20 |
+
"task": "text-generation",
|
21 |
+
"architectureFamily": "llama",
|
22 |
+
"modelArchitecture": "LlamaForCausalLM"
|
23 |
+
},
|
24 |
+
"properties": [
|
25 |
+
{
|
26 |
+
"name": "library_name",
|
27 |
+
"value": "transformers"
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"name": "base_model",
|
31 |
+
"value": "codellama/CodeLlama-13b-Instruct-hf"
|
32 |
+
}
|
33 |
+
]
|
34 |
+
},
|
35 |
+
"authors": [
|
36 |
+
{
|
37 |
+
"name": "Nexusflow"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"licenses": [
|
41 |
+
{
|
42 |
+
"license": {
|
43 |
+
"name": "other"
|
44 |
+
}
|
45 |
+
}
|
46 |
+
],
|
47 |
+
"tags": [
|
48 |
+
"transformers",
|
49 |
+
"safetensors",
|
50 |
+
"llama",
|
51 |
+
"text-generation",
|
52 |
+
"function calling",
|
53 |
+
"arxiv:2308.12950",
|
54 |
+
"base_model:codellama/CodeLlama-13b-Instruct-hf",
|
55 |
+
"base_model:finetune:codellama/CodeLlama-13b-Instruct-hf",
|
56 |
+
"license:other",
|
57 |
+
"autotrain_compatible",
|
58 |
+
"text-generation-inference",
|
59 |
+
"endpoints_compatible",
|
60 |
+
"region:us"
|
61 |
+
]
|
62 |
+
}
|
63 |
+
}
|
64 |
+
}
|