error577 commited on
Commit
80499bb
·
verified ·
1 Parent(s): 17e32e7

Training in progress, step 50

Browse files
adapter_config.json CHANGED
@@ -10,23 +10,23 @@
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
- "lora_alpha": 8,
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": 4,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
  "k_proj",
24
  "v_proj",
25
  "q_proj",
26
- "o_proj",
27
  "up_proj",
28
- "gate_proj",
29
- "down_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": 128,
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
  "k_proj",
24
  "v_proj",
25
  "q_proj",
 
26
  "up_proj",
27
+ "o_proj",
28
+ "down_proj",
29
+ "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b85235b9fd06fc2b7556026c9d400735ea1cf6ceb01413094a4e13a4f220409c
3
- size 40036040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda53b2dbb64ee3df1572930d050a53fd43af43308677011be467155149e9da9
3
+ size 639691872
config.json CHANGED
@@ -19,7 +19,7 @@
19
  "quantization_config": {
20
  "_load_in_4bit": true,
21
  "_load_in_8bit": false,
22
- "bnb_4bit_compute_dtype": "float16",
23
  "bnb_4bit_quant_storage": "bfloat16",
24
  "bnb_4bit_quant_type": "nf4",
25
  "bnb_4bit_use_double_quant": true,
 
19
  "quantization_config": {
20
  "_load_in_4bit": true,
21
  "_load_in_8bit": false,
22
+ "bnb_4bit_compute_dtype": "bfloat16",
23
  "bnb_4bit_quant_storage": "bfloat16",
24
  "bnb_4bit_quant_type": "nf4",
25
  "bnb_4bit_use_double_quant": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8572afd05393422d8959a963fd5560752865fdb6ad5191112e1b0b4f625b9672
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:467127371b2d4da2f03dc3723fc2daad3034ada0f638fbfcb2df74368b95df56
3
  size 6776