catchmeifyoucanmate commited on
Commit
3ac154c
·
verified ·
1 Parent(s): 84f1d40

Training in progress, step 150

Browse files
adapter_config.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/zephyr-sft-bnb-4bit",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 128,
14
+ "lora_dropout": 0.3,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "lm_head"
19
+ ],
20
+ "peft_type": "LORA",
21
+ "r": 64,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "model.layers.14.self_attn.q_proj",
26
+ "model.layers.17.self_attn.o_proj",
27
+ "model.layers.22.self_attn.v_proj",
28
+ "model.layers.2.mlp.gate_proj",
29
+ "model.layers.4.self_attn.k_proj",
30
+ "model.layers.31.self_attn.k_proj",
31
+ "model.layers.9.mlp.down_proj",
32
+ "model.layers.15.self_attn.q_proj",
33
+ "model.layers.11.self_attn.v_proj",
34
+ "model.layers.29.self_attn.v_proj",
35
+ "model.layers.6.mlp.gate_proj",
36
+ "model.layers.13.mlp.up_proj",
37
+ "model.layers.3.mlp.gate_proj",
38
+ "model.layers.4.mlp.down_proj",
39
+ "model.layers.21.self_attn.o_proj",
40
+ "model.layers.16.mlp.down_proj",
41
+ "model.layers.18.self_attn.k_proj",
42
+ "model.layers.0.mlp.down_proj",
43
+ "model.layers.28.mlp.gate_proj",
44
+ "model.layers.10.self_attn.q_proj",
45
+ "model.layers.2.mlp.down_proj",
46
+ "model.layers.6.self_attn.o_proj",
47
+ "model.layers.31.mlp.down_proj",
48
+ "model.layers.8.self_attn.v_proj",
49
+ "model.layers.23.self_attn.o_proj",
50
+ "model.layers.25.self_attn.k_proj",
51
+ "model.layers.1.self_attn.q_proj",
52
+ "model.layers.25.mlp.gate_proj",
53
+ "model.layers.16.self_attn.k_proj",
54
+ "model.layers.8.mlp.gate_proj",
55
+ "model.layers.20.mlp.up_proj",
56
+ "model.layers.5.self_attn.k_proj",
57
+ "model.layers.2.mlp.up_proj",
58
+ "model.layers.31.mlp.up_proj",
59
+ "model.layers.27.self_attn.v_proj",
60
+ "model.layers.31.self_attn.q_proj",
61
+ "model.layers.1.mlp.up_proj",
62
+ "model.layers.31.self_attn.v_proj",
63
+ "model.layers.22.mlp.up_proj",
64
+ "model.layers.7.self_attn.q_proj",
65
+ "model.layers.14.self_attn.k_proj",
66
+ "model.layers.25.self_attn.o_proj",
67
+ "model.layers.24.self_attn.k_proj",
68
+ "model.layers.10.mlp.gate_proj",
69
+ "model.layers.10.self_attn.o_proj",
70
+ "model.layers.24.self_attn.q_proj",
71
+ "model.layers.31.self_attn.o_proj",
72
+ "model.layers.21.self_attn.k_proj",
73
+ "model.layers.26.self_attn.v_proj",
74
+ "model.layers.11.self_attn.q_proj",
75
+ "model.layers.26.self_attn.o_proj",
76
+ "model.layers.29.self_attn.o_proj",
77
+ "model.layers.5.self_attn.o_proj",
78
+ "model.layers.1.self_attn.k_proj",
79
+ "model.layers.23.mlp.down_proj",
80
+ "model.layers.6.self_attn.v_proj",
81
+ "model.layers.27.mlp.down_proj",
82
+ "model.layers.9.self_attn.v_proj",
83
+ "model.layers.8.self_attn.k_proj",
84
+ "model.layers.3.self_attn.q_proj",
85
+ "model.layers.18.mlp.down_proj",
86
+ "model.layers.2.self_attn.q_proj",
87
+ "model.layers.28.self_attn.o_proj",
88
+ "model.layers.15.mlp.up_proj",
89
+ "model.layers.10.self_attn.v_proj",
90
+ "model.layers.4.mlp.up_proj",
91
+ "model.layers.30.mlp.down_proj",
92
+ "model.layers.6.self_attn.k_proj",
93
+ "model.layers.30.mlp.up_proj",
94
+ "model.layers.11.mlp.gate_proj",
95
+ "model.layers.27.self_attn.k_proj",
96
+ "model.layers.9.self_attn.q_proj",
97
+ "model.layers.27.mlp.gate_proj",
98
+ "model.layers.7.self_attn.k_proj",
99
+ "model.layers.17.mlp.down_proj",
100
+ "model.layers.25.mlp.up_proj",
101
+ "model.layers.7.mlp.down_proj",
102
+ "model.layers.11.self_attn.o_proj",
103
+ "model.layers.17.self_attn.v_proj",
104
+ "model.layers.30.self_attn.o_proj",
105
+ "model.layers.26.self_attn.k_proj",
106
+ "model.layers.14.mlp.down_proj",
107
+ "model.layers.4.self_attn.q_proj",
108
+ "model.layers.15.self_attn.k_proj",
109
+ "model.layers.5.mlp.gate_proj",
110
+ "model.layers.16.self_attn.o_proj",
111
+ "model.layers.13.self_attn.v_proj",
112
+ "model.layers.30.self_attn.v_proj",
113
+ "model.layers.24.self_attn.v_proj",
114
+ "model.layers.19.mlp.up_proj",
115
+ "model.layers.30.self_attn.k_proj",
116
+ "model.layers.14.mlp.gate_proj",
117
+ "model.layers.7.self_attn.o_proj",
118
+ "model.layers.19.mlp.down_proj",
119
+ "model.layers.8.mlp.down_proj",
120
+ "model.layers.0.self_attn.v_proj",
121
+ "model.embed_tokens",
122
+ "model.layers.21.mlp.down_proj",
123
+ "model.layers.20.mlp.down_proj",
124
+ "model.layers.22.self_attn.k_proj",
125
+ "model.layers.3.mlp.down_proj",
126
+ "model.layers.3.self_attn.o_proj",
127
+ "model.layers.12.self_attn.o_proj",
128
+ "model.layers.22.self_attn.q_proj",
129
+ "model.layers.12.mlp.gate_proj",
130
+ "model.layers.29.mlp.up_proj",
131
+ "model.layers.5.mlp.down_proj",
132
+ "model.layers.28.mlp.down_proj",
133
+ "model.layers.30.self_attn.q_proj",
134
+ "model.layers.18.self_attn.v_proj",
135
+ "model.layers.16.self_attn.q_proj",
136
+ "model.layers.20.mlp.gate_proj",
137
+ "model.layers.23.self_attn.q_proj",
138
+ "model.layers.19.self_attn.k_proj",
139
+ "model.layers.23.self_attn.v_proj",
140
+ "model.layers.13.mlp.down_proj",
141
+ "model.layers.21.self_attn.v_proj",
142
+ "model.layers.30.mlp.gate_proj",
143
+ "model.layers.31.mlp.gate_proj",
144
+ "model.layers.29.self_attn.k_proj",
145
+ "model.layers.9.mlp.gate_proj",
146
+ "model.layers.13.mlp.gate_proj",
147
+ "model.layers.24.mlp.down_proj",
148
+ "model.layers.0.self_attn.q_proj",
149
+ "model.layers.15.self_attn.v_proj",
150
+ "model.layers.0.mlp.up_proj",
151
+ "model.layers.19.self_attn.q_proj",
152
+ "model.layers.12.mlp.up_proj",
153
+ "model.layers.12.self_attn.q_proj",
154
+ "model.layers.28.mlp.up_proj",
155
+ "model.layers.1.mlp.down_proj",
156
+ "model.layers.18.mlp.up_proj",
157
+ "model.layers.20.self_attn.k_proj",
158
+ "model.layers.17.self_attn.k_proj",
159
+ "model.layers.26.mlp.up_proj"
160
+ ],
161
+ "task_type": "CAUSAL_LM",
162
+ "use_dora": false,
163
+ "use_rslora": true
164
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ed55df6c2d4319458101db34145f6807c1af5e99336c9d3e51097c4b3b753e
3
+ size 669617872
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": false,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "eos_token": {
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "pad_token": {
22
+ "content": "<unk>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
+ "unk_token": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
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:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [
32
+ "<unk>",
33
+ "<s>",
34
+ "</s>"
35
+ ],
36
+ "bos_token": "<s>",
37
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
38
+ "clean_up_tokenization_spaces": false,
39
+ "eos_token": "</s>",
40
+ "extra_special_tokens": {},
41
+ "legacy": true,
42
+ "model_max_length": 1000000000000000019884624838656,
43
+ "pad_token": "<unk>",
44
+ "padding_side": "left",
45
+ "sp_model_kwargs": {},
46
+ "spaces_between_special_tokens": false,
47
+ "tokenizer_class": "LlamaTokenizer",
48
+ "truncation_side": "left",
49
+ "unk_token": "<unk>",
50
+ "use_default_system_prompt": true
51
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:954a0476b71ca5a3c906ebe78ad97cf8b94b5ce8fbcf02885607c40110622640
3
+ size 5496