frankmorales2020 commited on
Commit
70cd2ae
1 Parent(s): d5ff321

Training in progress, step 25

Browse files
adapter_config.json CHANGED
@@ -10,23 +10,21 @@
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
- "lora_alpha": 128,
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
- "v_proj",
25
- "down_proj",
26
- "up_proj",
27
- "k_proj",
28
  "gate_proj",
29
- "o_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
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
  "q_proj",
 
 
 
 
24
  "gate_proj",
25
+ "o_proj",
26
+ "k_proj",
27
+ "v_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1a1bb46ed9e48699a6dcd2975a1c10a73f7bf79caefd13c74e78d8de0f4f536
3
- size 1342239008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0cb6e61af3aa5f205aa32fcd554bffa194c030e10d5416a095db26d681cc42e
3
+ size 369142184
runs/Jun12_09-34-03_ip-172-31-30-172.ec2.internal/events.out.tfevents.1718184844.ip-172-31-30-172.ec2.internal.22497.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b4bf627f542401e84a2530ea75feae7d1bbed373f171e29f36f7485350965f4
3
+ size 5544
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 3072,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:176cd0caac509f728b33ee995b5840921867029e00ef1afa50f1971190f97381
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442ee676c956fc65c04961ce59c62197bd0e9fd000789efd75bc9789e72e667a
3
  size 5112