simengel commited on
Commit
440b89b
1 Parent(s): a044bce

Model save

Browse files
README.md CHANGED
@@ -39,8 +39,6 @@ The following hyperparameters were used during training:
39
  - train_batch_size: 1
40
  - eval_batch_size: 8
41
  - seed: 42
42
- - gradient_accumulation_steps: 4
43
- - total_train_batch_size: 4
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 5
 
39
  - train_batch_size: 1
40
  - eval_batch_size: 8
41
  - seed: 42
 
 
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 5
adapter_config.json CHANGED
@@ -9,23 +9,23 @@
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
- "lora_alpha": 8,
13
- "lora_dropout": 0.0,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
- "r": 32,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
22
  "down_proj",
23
- "gate_proj",
24
  "up_proj",
25
  "v_proj",
26
- "k_proj",
27
  "q_proj",
28
- "o_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
+ "r": 16,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "o_proj",
23
  "down_proj",
 
24
  "up_proj",
25
  "v_proj",
 
26
  "q_proj",
27
+ "gate_proj",
28
+ "k_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:155384370ab5b739f94702b2f2afc94091bdb01997072bd97626dfb68d0ebcec
3
- size 4538331488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b38c39e740e6bb45b51b4f6a49aca8ed62e9b515cd7e19ae8862e75b99945d9
3
+ size 4370559328
runs/Jun05_12-21-38_2ede59de4e1e/events.out.tfevents.1717590100.2ede59de4e1e.6703.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4435b190cefd7ecb76f813c671b1ce9061ed643e986c7569de320286108de65a
3
+ size 96397
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8146ff80314c2831c413b423394e6b63629924e0c9579df82c8443eb3f62ec39
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6411a7a11c7594f9eb3f38b56a7e3ace631749db3441eb8da44bcd8fd10ae80f
3
  size 5112