ninyx commited on
Commit
26ea1fa
1 Parent(s): 057c78b

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -10,24 +10,20 @@
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": 64,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
- "up_proj",
25
- "v_proj",
26
- "gate_proj",
27
  "o_proj",
28
- "down_proj",
29
- "lm_head",
30
- "q_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
 
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
+ "lora_alpha": 256,
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": 256,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
 
 
 
24
  "o_proj",
25
+ "k_proj",
26
+ "v_proj"
 
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:310be69f0778ee7cdbaf6b2f4a9e5f08c3ab5f7a2d3d2b9a715494f24da7c7b5
3
- size 1204678496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a27d7d6f916900d48c938e5253962e7c64c2822c9d5c18189c6aea85b1b9475b
3
+ size 872450448
tokenizer_config.json CHANGED
@@ -33,7 +33,7 @@
33
  "clean_up_tokenization_spaces": false,
34
  "eos_token": "</s>",
35
  "legacy": true,
36
- "model_max_length": 1024,
37
  "pad_token": "</s>",
38
  "sp_model_kwargs": {},
39
  "spaces_between_special_tokens": false,
 
33
  "clean_up_tokenization_spaces": false,
34
  "eos_token": "</s>",
35
  "legacy": true,
36
+ "model_max_length": 512,
37
  "pad_token": "</s>",
38
  "sp_model_kwargs": {},
39
  "spaces_between_special_tokens": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e880aa3f573c21aaa0672948ee96d83a70be8888fde0b2d6f363a089f376be8e
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbcb14553c1077bce53b3739e98bc72a2b84f7ca2e8f1bb2766ec818865ea1da
3
  size 4984