Kendamarron commited on
Commit
74cd253
·
verified ·
1 Parent(s): fc23692

Upload folder using huggingface_hub

Browse files
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Rakuten/RakutenAI-7B-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": false,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "gate_proj",
24
+ "up_proj",
25
+ "q_proj",
26
+ "down_proj",
27
+ "v_proj",
28
+ "k_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbb4965e724637e7c28bbfbfc1949b495751cd0e1cc8ae887d9435056047e178
3
+ size 83946192
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.39.1"
6
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c99421bfaa870fd575e2cbee943487b4a4a3e7c367d709ba1bb0200123e1af38
3
+ size 335810482
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e0ad12807ac28dfc8b0f19968bc2d67c3504e2891162156cf95c8d0acc40bcd
3
+ size 14168
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d151571d18043fd71e8a555e30e88db47c2b573382d14ae55c5df3ad38604822
3
+ size 1056
special_tokens_map.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<unk>",
4
+ "<s>",
5
+ "</s>"
6
+ ],
7
+ "bos_token": {
8
+ "content": "<s>",
9
+ "lstrip": false,
10
+ "normalized": true,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "eos_token": {
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "pad_token": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
+ "unk_token": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ }
35
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7978987401ef447724ded0544d048831954b7517a96555ce1593149e3678b6dc
3
+ size 755169
tokenizer_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "additional_special_tokens": [
31
+ "<unk>",
32
+ "<s>",
33
+ "</s>"
34
+ ],
35
+ "bos_token": "<s>",
36
+ "clean_up_tokenization_spaces": false,
37
+ "eos_token": "</s>",
38
+ "legacy": true,
39
+ "model_max_length": 1000000000000000019884624838656,
40
+ "pad_token": "</s>",
41
+ "sp_model_kwargs": {},
42
+ "spaces_between_special_tokens": false,
43
+ "tokenizer_class": "LlamaTokenizer",
44
+ "unk_token": "<unk>",
45
+ "use_default_system_prompt": true
46
+ }
trainer_state.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.8,
5
+ "eval_steps": 500,
6
+ "global_step": 60,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.4,
13
+ "grad_norm": 4.25,
14
+ "learning_rate": 2.9968542393565676e-06,
15
+ "loss": 1.7053,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.8,
20
+ "grad_norm": 4.0625,
21
+ "learning_rate": 2.9616157869703894e-06,
22
+ "loss": 1.5958,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 1.2,
27
+ "grad_norm": 2.671875,
28
+ "learning_rate": 2.8881318444640566e-06,
29
+ "loss": 1.6746,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 1.6,
34
+ "grad_norm": 4.09375,
35
+ "learning_rate": 2.778325235483954e-06,
36
+ "loss": 1.5386,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 2.0,
41
+ "grad_norm": 2.921875,
42
+ "learning_rate": 2.6350692237265428e-06,
43
+ "loss": 1.5512,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 2.4,
48
+ "grad_norm": 2.453125,
49
+ "learning_rate": 2.4621123294467098e-06,
50
+ "loss": 1.5223,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 2.8,
55
+ "grad_norm": 2.25,
56
+ "learning_rate": 2.2639802434931445e-06,
57
+ "loss": 1.4408,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 3.2,
62
+ "grad_norm": 2.28125,
63
+ "learning_rate": 2.0458574054452316e-06,
64
+ "loss": 1.551,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 3.6,
69
+ "grad_norm": 2.0625,
70
+ "learning_rate": 1.813451344546913e-06,
71
+ "loss": 1.4931,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 4.0,
76
+ "grad_norm": 1.921875,
77
+ "learning_rate": 1.5728433331716726e-06,
78
+ "loss": 1.4152,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 4.4,
83
+ "grad_norm": 2.0,
84
+ "learning_rate": 1.3303292607070737e-06,
85
+ "loss": 1.436,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 4.8,
90
+ "grad_norm": 1.953125,
91
+ "learning_rate": 1.0922548916454855e-06,
92
+ "loss": 1.4471,
93
+ "step": 60
94
+ }
95
+ ],
96
+ "logging_steps": 5,
97
+ "max_steps": 100,
98
+ "num_input_tokens_seen": 0,
99
+ "num_train_epochs": 9,
100
+ "save_steps": 20,
101
+ "total_flos": 7398534869286912.0,
102
+ "train_batch_size": 4,
103
+ "trial_name": null,
104
+ "trial_params": null
105
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20d7786bb071bc836c1d00441d040f9c857e736be6f170ff51b614b3eef70914
3
+ size 4960