deepseek-ai_DeepSeek-R1-Distill-Llama-8B.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:f99b11dd-61b5-45c3-8f9d-6a45c012e002",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:41:16.894480+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "deepseek-ai/DeepSeek-R1-Distill-Llama-8B-935dcce2-4b65-53be-a93f-dd92aa56a5e6",
11
+ "name": "deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
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
+ },
31
+ "authors": [
32
+ {
33
+ "name": "deepseek-ai"
34
+ }
35
+ ],
36
+ "licenses": [
37
+ {
38
+ "license": {
39
+ "id": "MIT",
40
+ "url": "https://spdx.org/licenses/MIT.html"
41
+ }
42
+ }
43
+ ],
44
+ "tags": [
45
+ "transformers",
46
+ "safetensors",
47
+ "llama",
48
+ "text-generation",
49
+ "conversational",
50
+ "arxiv:2501.12948",
51
+ "license:mit",
52
+ "autotrain_compatible",
53
+ "text-generation-inference",
54
+ "endpoints_compatible",
55
+ "region:us"
56
+ ]
57
+ }
58
+ }
59
+ }