ayousanz commited on
Commit
4d9ba3e
1 Parent(s): a5d4627

Upload folder using huggingface_hub

Browse files
Files changed (19) hide show
  1. .gitattributes +5 -0
  2. line-corporation/japanese-large-lm-1.7b-instruction-sft/Constant_161_attr__value +3 -0
  3. line-corporation/japanese-large-lm-1.7b-instruction-sft/Constant_171_attr__value +3 -0
  4. line-corporation/japanese-large-lm-1.7b-instruction-sft/config.json +35 -0
  5. line-corporation/japanese-large-lm-1.7b-instruction-sft/generation_config.json +7 -0
  6. line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model.onnx +3 -0
  7. line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model.onnx_data +3 -0
  8. line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model_merged.onnx +3 -0
  9. line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model_merged.onnx_data +3 -0
  10. line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model_merged_quantized.onnx +3 -0
  11. line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model_quantized.onnx +3 -0
  12. line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_with_past_model.onnx +3 -0
  13. line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_with_past_model.onnx_data +3 -0
  14. line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_with_past_model_quantized.onnx +3 -0
  15. line-corporation/japanese-large-lm-1.7b-instruction-sft/quantize_config.json +97 -0
  16. line-corporation/japanese-large-lm-1.7b-instruction-sft/special_tokens_map.json +9 -0
  17. line-corporation/japanese-large-lm-1.7b-instruction-sft/spiece.model +3 -0
  18. line-corporation/japanese-large-lm-1.7b-instruction-sft/tokenizer.json +0 -0
  19. line-corporation/japanese-large-lm-1.7b-instruction-sft/tokenizer_config.json +18 -0
.gitattributes CHANGED
@@ -69,3 +69,8 @@ line-corporation/japanese-large-lm-1.7b/Constant_171_attr__value filter=lfs diff
69
  line-corporation/japanese-large-lm-1.7b/onnx/decoder_model.onnx_data filter=lfs diff=lfs merge=lfs -text
70
  line-corporation/japanese-large-lm-1.7b/onnx/decoder_model_merged.onnx_data filter=lfs diff=lfs merge=lfs -text
71
  line-corporation/japanese-large-lm-1.7b/onnx/decoder_with_past_model.onnx_data filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
69
  line-corporation/japanese-large-lm-1.7b/onnx/decoder_model.onnx_data filter=lfs diff=lfs merge=lfs -text
70
  line-corporation/japanese-large-lm-1.7b/onnx/decoder_model_merged.onnx_data filter=lfs diff=lfs merge=lfs -text
71
  line-corporation/japanese-large-lm-1.7b/onnx/decoder_with_past_model.onnx_data filter=lfs diff=lfs merge=lfs -text
72
+ line-corporation/japanese-large-lm-1.7b-instruction-sft/Constant_161_attr__value filter=lfs diff=lfs merge=lfs -text
73
+ line-corporation/japanese-large-lm-1.7b-instruction-sft/Constant_171_attr__value filter=lfs diff=lfs merge=lfs -text
74
+ line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model.onnx_data filter=lfs diff=lfs merge=lfs -text
75
+ line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model_merged.onnx_data filter=lfs diff=lfs merge=lfs -text
76
+ line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_with_past_model.onnx_data filter=lfs diff=lfs merge=lfs -text
line-corporation/japanese-large-lm-1.7b-instruction-sft/Constant_161_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83dd5f1a5a07912d2e7dbb73b75edeb2ce4c1f1d6ec48144a887bd4a4f72325b
3
+ size 4194304
line-corporation/japanese-large-lm-1.7b-instruction-sft/Constant_171_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83dd5f1a5a07912d2e7dbb73b75edeb2ce4c1f1d6ec48144a887bd4a4f72325b
3
+ size 4194304
line-corporation/japanese-large-lm-1.7b-instruction-sft/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "line-corporation/japanese-large-lm-1.7b-instruction-sft",
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 1,
9
+ "embd_pdrop": 0.1,
10
+ "end_token_id": 2,
11
+ "eos_token_id": 2,
12
+ "gradient_checkpointing": false,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_epsilon": 1e-05,
15
+ "model_type": "gpt2",
16
+ "n_ctx": 2048,
17
+ "n_embd": 2304,
18
+ "n_head": 24,
19
+ "n_inner": 9216,
20
+ "n_layer": 24,
21
+ "n_positions": 2048,
22
+ "pad_token_id": 2,
23
+ "reorder_and_upcast_attn": false,
24
+ "resid_pdrop": 0.1,
25
+ "scale_attn_by_inverse_layer_idx": false,
26
+ "scale_attn_weights": true,
27
+ "summary_activation": null,
28
+ "summary_first_dropout": 0.1,
29
+ "summary_proj_to_labels": true,
30
+ "summary_type": "cls_index",
31
+ "summary_use_proj": true,
32
+ "transformers_version": "4.33.2",
33
+ "use_cache": true,
34
+ "vocab_size": 51200
35
+ }
line-corporation/japanese-large-lm-1.7b-instruction-sft/generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 2,
6
+ "transformers_version": "4.33.2"
7
+ }
line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4626743f066367958f1f21affc3af28cee1bd33b519520695651c5af80d84de6
3
+ size 5241464
line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model.onnx_data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f53f2b40fddf4243421f7219eea93fa7e160fef85f1c0b1998bfde01a5c391f
3
+ size 6608922624
line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model_merged.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4396185659af082ba076ad601504683a968f6a4098f3ffb2961dcc1fe16b855
3
+ size 10475861
line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model_merged.onnx_data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f53f2b40fddf4243421f7219eea93fa7e160fef85f1c0b1998bfde01a5c391f
3
+ size 6608922624
line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model_merged_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7df571be653a82666aefb5a099cc4c3ed78ff7a3f39dcad7e7b22f26634d8e83
3
+ size 1665784163
line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9330683819afbd4adf95cac224e806b15320e8a05c1ddb670edb3cb7d6bcda2f
3
+ size 1660087559
line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_with_past_model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d44434da0e5f6ab81b4c8ac68a8251e1511151ba139998bdf23c401b1a10307
3
+ size 5257406
line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_with_past_model.onnx_data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f53f2b40fddf4243421f7219eea93fa7e160fef85f1c0b1998bfde01a5c391f
3
+ size 6608922624
line-corporation/japanese-large-lm-1.7b-instruction-sft/onnx/decoder_with_past_model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:447778893f7651f7e3f683d218a9a546ca7eb2669000fe0c07aa762543b40af5
3
+ size 1660104612
line-corporation/japanese-large-lm-1.7b-instruction-sft/quantize_config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": false,
3
+ "reduce_range": false,
4
+ "per_model_config": {
5
+ "decoder_model_merged": {
6
+ "op_types": [
7
+ "Cast",
8
+ "Range",
9
+ "Div",
10
+ "Softmax",
11
+ "Constant",
12
+ "Sqrt",
13
+ "ConstantOfShape",
14
+ "Where",
15
+ "Unsqueeze",
16
+ "Mul",
17
+ "Add",
18
+ "Reshape",
19
+ "Gemm",
20
+ "MatMul",
21
+ "ReduceMean",
22
+ "Transpose",
23
+ "Slice",
24
+ "Concat",
25
+ "Erf",
26
+ "Pow",
27
+ "If",
28
+ "Sub",
29
+ "Gather",
30
+ "Shape",
31
+ "Split",
32
+ "Squeeze"
33
+ ],
34
+ "weight_type": "QInt8"
35
+ },
36
+ "decoder_model": {
37
+ "op_types": [
38
+ "Cast",
39
+ "Range",
40
+ "Div",
41
+ "Softmax",
42
+ "Constant",
43
+ "Sqrt",
44
+ "ConstantOfShape",
45
+ "Where",
46
+ "Unsqueeze",
47
+ "Mul",
48
+ "Add",
49
+ "Reshape",
50
+ "Gemm",
51
+ "MatMul",
52
+ "ReduceMean",
53
+ "Transpose",
54
+ "Slice",
55
+ "Concat",
56
+ "Erf",
57
+ "Pow",
58
+ "Sub",
59
+ "Gather",
60
+ "Shape",
61
+ "Split",
62
+ "Squeeze"
63
+ ],
64
+ "weight_type": "QInt8"
65
+ },
66
+ "decoder_with_past_model": {
67
+ "op_types": [
68
+ "Cast",
69
+ "Range",
70
+ "Div",
71
+ "Softmax",
72
+ "Constant",
73
+ "Sqrt",
74
+ "ConstantOfShape",
75
+ "Where",
76
+ "Unsqueeze",
77
+ "Add",
78
+ "Mul",
79
+ "Reshape",
80
+ "Gemm",
81
+ "MatMul",
82
+ "ReduceMean",
83
+ "Transpose",
84
+ "Slice",
85
+ "Concat",
86
+ "Erf",
87
+ "Pow",
88
+ "Sub",
89
+ "Gather",
90
+ "Shape",
91
+ "Split",
92
+ "Squeeze"
93
+ ],
94
+ "weight_type": "QInt8"
95
+ }
96
+ }
97
+ }
line-corporation/japanese-large-lm-1.7b-instruction-sft/special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<cls>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "</s>",
7
+ "sep_token": "<sep>",
8
+ "unk_token": "<unk>"
9
+ }
line-corporation/japanese-large-lm-1.7b-instruction-sft/spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c5c56a739832923347681ed8a03a9cbf5afb6d1fe60089a5b01dd2dd063ab71
3
+ size 1208648
line-corporation/japanese-large-lm-1.7b-instruction-sft/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
line-corporation/japanese-large-lm-1.7b-instruction-sft/tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": null,
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "cls_token": "<cls>",
6
+ "do_lower_case": false,
7
+ "eos_token": "</s>",
8
+ "extra_ids": 0,
9
+ "keep_accents": true,
10
+ "legacy": true,
11
+ "mask_token": "<mask>",
12
+ "model_max_length": 1000000000000000019884624838656,
13
+ "pad_token": "<pad>",
14
+ "sep_token": "<sep>",
15
+ "sp_model_kwargs": {},
16
+ "tokenizer_class": "T5Tokenizer",
17
+ "unk_token": "<unk>"
18
+ }