Ekhlass commited on
Commit
9e8ade6
·
verified ·
1 Parent(s): fb3cc40

End of training

Browse files
README.md CHANGED
@@ -34,15 +34,15 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 5e-05
37
- - train_batch_size: 5
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - gradient_accumulation_steps: 5
41
- - total_train_batch_size: 25
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 50
45
- - num_epochs: 2
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Training results
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 5e-05
37
+ - train_batch_size: 8
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - gradient_accumulation_steps: 5
41
+ - total_train_batch_size: 40
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 50
45
+ - num_epochs: 4
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Training results
adapter_config.json CHANGED
@@ -9,22 +9,22 @@
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
- "lora_alpha": 32,
13
  "lora_dropout": 0.05,
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
- "k_proj",
23
  "q_proj",
24
- "v_proj",
25
  "fc2",
 
 
26
  "dense",
27
- "fc1"
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
 
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
+ "lora_alpha": 48,
13
  "lora_dropout": 0.05,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
+ "r": 24,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
22
  "q_proj",
 
23
  "fc2",
24
+ "v_proj",
25
+ "fc1",
26
  "dense",
27
+ "k_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:c0fade696f7e6c5a9fd76d2cc286d6d6c866e69a2faf22d564dfef3668607846
3
- size 94422368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6910b73307db3e18e69c9fc52ccb46fee74eec46ef6a9409e584289eb1ecf72
3
+ size 141608544
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3b04c7ff4be11a413c35196223e8160fd827c79c063f7d65f69ebc3eb8e0fd2
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d329e05ba9f6a3a402c5e375c7e64b8807ce19c8c419f1336ff9f9eaefe2f52b
3
  size 4664