alicegoesdown commited on
Commit
d9751c8
·
verified ·
1 Parent(s): 3e375df

Training in progress, step 150

Browse files
adapter_config.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama_v1.1",
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": 64,
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": 32,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "model.layers.5.mlp.down_proj",
26
+ "model.layers.19.self_attn.q_proj",
27
+ "model.layers.1.mlp.down_proj",
28
+ "model.layers.21.self_attn.k_proj",
29
+ "model.layers.0.mlp.up_proj",
30
+ "model.layers.19.mlp.up_proj",
31
+ "model.layers.13.mlp.up_proj",
32
+ "model.layers.20.self_attn.q_proj",
33
+ "model.layers.20.mlp.gate_proj",
34
+ "model.layers.14.mlp.down_proj",
35
+ "model.layers.5.self_attn.o_proj",
36
+ "model.layers.21.mlp.down_proj",
37
+ "model.layers.6.self_attn.o_proj",
38
+ "model.layers.9.mlp.down_proj",
39
+ "model.layers.8.self_attn.v_proj",
40
+ "model.layers.19.self_attn.k_proj",
41
+ "model.layers.3.self_attn.q_proj",
42
+ "model.layers.21.self_attn.v_proj",
43
+ "model.layers.7.self_attn.q_proj",
44
+ "model.layers.21.mlp.up_proj",
45
+ "model.layers.16.mlp.down_proj",
46
+ "model.layers.4.self_attn.q_proj",
47
+ "model.layers.3.self_attn.o_proj",
48
+ "model.layers.2.mlp.down_proj",
49
+ "model.layers.17.self_attn.v_proj",
50
+ "model.layers.3.mlp.gate_proj",
51
+ "model.layers.8.mlp.gate_proj",
52
+ "model.layers.14.mlp.gate_proj",
53
+ "model.layers.16.self_attn.k_proj",
54
+ "model.layers.12.self_attn.q_proj",
55
+ "model.layers.14.self_attn.k_proj",
56
+ "model.layers.8.self_attn.k_proj",
57
+ "model.layers.11.self_attn.v_proj",
58
+ "model.layers.18.mlp.down_proj",
59
+ "model.layers.5.mlp.gate_proj",
60
+ "model.layers.12.self_attn.o_proj",
61
+ "model.layers.20.self_attn.k_proj",
62
+ "model.layers.13.mlp.down_proj",
63
+ "model.layers.5.self_attn.k_proj",
64
+ "model.layers.15.mlp.up_proj",
65
+ "model.layers.0.mlp.down_proj",
66
+ "model.layers.7.self_attn.o_proj",
67
+ "model.layers.18.mlp.up_proj",
68
+ "model.layers.14.self_attn.q_proj",
69
+ "model.layers.0.self_attn.v_proj",
70
+ "model.layers.16.self_attn.q_proj",
71
+ "model.layers.4.mlp.up_proj",
72
+ "model.layers.6.self_attn.v_proj",
73
+ "model.layers.17.self_attn.k_proj",
74
+ "model.layers.1.self_attn.k_proj",
75
+ "model.layers.1.self_attn.q_proj",
76
+ "model.layers.4.mlp.down_proj",
77
+ "model.layers.3.mlp.down_proj",
78
+ "model.layers.6.self_attn.k_proj",
79
+ "model.layers.1.mlp.up_proj",
80
+ "model.layers.9.self_attn.v_proj",
81
+ "model.layers.12.mlp.gate_proj",
82
+ "model.layers.17.mlp.down_proj",
83
+ "model.layers.2.self_attn.q_proj",
84
+ "model.layers.15.self_attn.v_proj",
85
+ "model.layers.20.self_attn.v_proj",
86
+ "model.layers.20.self_attn.o_proj",
87
+ "model.layers.16.self_attn.o_proj",
88
+ "model.layers.2.mlp.gate_proj",
89
+ "model.layers.20.mlp.up_proj",
90
+ "model.layers.11.self_attn.q_proj",
91
+ "model.layers.15.self_attn.q_proj",
92
+ "model.layers.19.mlp.down_proj",
93
+ "model.layers.11.mlp.gate_proj",
94
+ "model.layers.17.self_attn.o_proj",
95
+ "model.layers.2.mlp.up_proj",
96
+ "model.layers.10.self_attn.q_proj",
97
+ "model.layers.10.self_attn.o_proj",
98
+ "model.layers.10.mlp.gate_proj",
99
+ "model.layers.20.mlp.down_proj",
100
+ "model.layers.7.mlp.down_proj",
101
+ "model.layers.18.self_attn.v_proj",
102
+ "model.layers.21.self_attn.q_proj",
103
+ "model.layers.18.self_attn.k_proj",
104
+ "model.layers.21.mlp.gate_proj",
105
+ "model.layers.15.self_attn.k_proj",
106
+ "model.layers.11.self_attn.o_proj",
107
+ "model.layers.21.self_attn.o_proj",
108
+ "model.layers.12.mlp.up_proj",
109
+ "model.layers.4.self_attn.k_proj",
110
+ "model.layers.6.mlp.gate_proj",
111
+ "model.layers.13.self_attn.v_proj",
112
+ "model.embed_tokens",
113
+ "model.layers.0.self_attn.q_proj",
114
+ "model.layers.10.self_attn.v_proj",
115
+ "model.layers.7.self_attn.k_proj",
116
+ "model.layers.13.mlp.gate_proj",
117
+ "model.layers.9.self_attn.q_proj",
118
+ "model.layers.9.mlp.gate_proj",
119
+ "model.layers.8.mlp.down_proj"
120
+ ],
121
+ "task_type": "CAUSAL_LM",
122
+ "use_dora": false,
123
+ "use_rslora": true
124
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5193379757db459127e92fe8c206fb889decf3f08bd2f7356e3303d529e680aa
3
+ size 197583616
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
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:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "extra_special_tokens": {},
35
+ "legacy": false,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "padding_side": "right",
39
+ "sp_model_kwargs": {},
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false
43
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0c6c8a6e2617b2cf66673f856df042e25fd568a5f9dc62981ebea57737e273d
3
+ size 5496