KyomaP commited on
Commit
cf562b4
·
verified ·
1 Parent(s): d1f3312

Training in progress, step 20

Browse files
adapter_config.json CHANGED
@@ -17,7 +17,9 @@
17
  "lora_dropout": 0.0,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
- "modules_to_save": null,
 
 
21
  "peft_type": "LORA",
22
  "r": 16,
23
  "rank_pattern": {},
@@ -25,8 +27,8 @@
25
  "target_modules": [
26
  "embeddings",
27
  "in_proj",
28
- "x_proj",
29
- "out_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
17
  "lora_dropout": 0.0,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
+ "modules_to_save": [
21
+ "lm_head"
22
+ ],
23
  "peft_type": "LORA",
24
  "r": 16,
25
  "rank_pattern": {},
 
27
  "target_modules": [
28
  "embeddings",
29
  "in_proj",
30
+ "out_proj",
31
+ "x_proj"
32
  ],
33
  "task_type": "CAUSAL_LM",
34
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af8477b0c5b6b5b971de1eb3a9b7719f01d5a9e3c88100f733f5511a097142d5
3
- size 109077872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4035f115109cd544fc213719e1a04e2076717f0e3aa461f8998fbfcc074a796d
3
+ size 366511584
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29e0760a89985a624f91d7d983f7d2cc5c4099d7ad3d58e85dfc0fbd61e4b80a
3
  size 5560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab0f83529cc984fe3d4b1dfaca89e8d82a0ec788ee39cfebb7ff6a3220611b99
3
  size 5560