lightblue_suzume-llama-3-8B-multilingual.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:2393aa1d-485c-4870-9c39-6720afab8130",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-07-14T11:09:48.010202+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "lightblue/suzume-llama-3-8B-multilingual-f936a026-553b-5992-8c8b-28fdef57ccbb",
11
+ "name": "lightblue/suzume-llama-3-8B-multilingual",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/lightblue/suzume-llama-3-8B-multilingual",
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": "meta-llama/Meta-Llama-3-8B-Instruct"
32
+ }
33
+ ]
34
+ },
35
+ "authors": [
36
+ {
37
+ "name": "lightblue"
38
+ }
39
+ ],
40
+ "licenses": [
41
+ {
42
+ "license": {
43
+ "name": "llama-3",
44
+ "url": "https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct/raw/main/LICENSE"
45
+ }
46
+ }
47
+ ],
48
+ "tags": [
49
+ "transformers",
50
+ "pytorch",
51
+ "safetensors",
52
+ "llama",
53
+ "text-generation",
54
+ "generated_from_trainer",
55
+ "conversational",
56
+ "arxiv:2405.12612",
57
+ "base_model:meta-llama/Meta-Llama-3-8B-Instruct",
58
+ "base_model:finetune:meta-llama/Meta-Llama-3-8B-Instruct",
59
+ "license:other",
60
+ "autotrain_compatible",
61
+ "text-generation-inference",
62
+ "endpoints_compatible",
63
+ "region:us"
64
+ ]
65
+ }
66
+ }
67
+ }