Files changed (1) hide show
  1. elyza_Llama-3-ELYZA-JP-8B.json +60 -0
elyza_Llama-3-ELYZA-JP-8B.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:36995ab0-9bfd-4d46-bad1-e3e4482b2921",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-07-10T08:30:44.133369+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "elyza/Llama-3-ELYZA-JP-8B-aae1d3eb-1f6c-50e5-91d9-fda309d8a40e",
11
+ "name": "elyza/Llama-3-ELYZA-JP-8B",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/elyza/Llama-3-ELYZA-JP-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": "elyza"
34
+ }
35
+ ],
36
+ "licenses": [
37
+ {
38
+ "license": {
39
+ "name": "llama3"
40
+ }
41
+ }
42
+ ],
43
+ "description": "**Llama-3-ELYZA-JP-8B** is a large language model trained by [ELYZA, Inc](https://elyza.ai/).Based on [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct), it has been enhanced for Japanese usage through additional pre-training and instruction tuning. (Built with Meta Llama3)For more details, please refer to [our blog post](https://note.com/elyza/n/n360b6084fdbd).",
44
+ "tags": [
45
+ "transformers",
46
+ "safetensors",
47
+ "llama",
48
+ "text-generation",
49
+ "conversational",
50
+ "ja",
51
+ "en",
52
+ "license:llama3",
53
+ "autotrain_compatible",
54
+ "text-generation-inference",
55
+ "endpoints_compatible",
56
+ "region:us"
57
+ ]
58
+ }
59
+ }
60
+ }