nmcco commited on
Commit
51cc468
·
verified ·
1 Parent(s): b534478

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -18,19 +18,22 @@
18
  "lora_dropout": 0.1,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
- "modules_to_save": null,
 
 
 
22
  "peft_type": "LORA",
23
- "r": 8,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
27
  "q_proj",
28
  "k_proj",
29
- "gate_proj",
30
  "down_proj",
31
- "up_proj",
32
- "o_proj",
33
- "v_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
 
18
  "lora_dropout": 0.1,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
+ "modules_to_save": [
22
+ "lm_head",
23
+ "embed_token"
24
+ ],
25
  "peft_type": "LORA",
26
+ "r": 64,
27
  "rank_pattern": {},
28
  "revision": null,
29
  "target_modules": [
30
+ "o_proj",
31
  "q_proj",
32
  "k_proj",
 
33
  "down_proj",
34
+ "v_proj",
35
+ "gate_proj",
36
+ "up_proj"
37
  ],
38
  "task_type": "CAUSAL_LM",
39
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c3157ce8a6cf1d2c4caa017e6f7d1037bb5a8abd16559c116791034c06b50fd
3
- size 20814808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5bf3a97ebc0ba37b5ca0d22fc407b5c26aa12c5e0c0a228556df3eaf73e391a
3
+ size 166182928
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b9b77965c133a757ad3dd49d4501bc15d2229be24cf2457eaed84115634df0f
3
  size 6904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37f46a61bfe0182c14cd7d9df91ee608838b4e278fffcc8d77fb4b0038ac8b19
3
  size 6904