error577 commited on
Commit
e08c940
·
verified ·
1 Parent(s): adba30e

Training in progress, step 200

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": 128,
14
  "lora_dropout": 0.15,
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
  "gate_proj",
24
  "o_proj",
25
- "q_proj",
26
- "k_proj",
27
  "up_proj",
28
  "v_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": 16,
14
  "lora_dropout": 0.15,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
+ "r": 8,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "k_proj",
24
+ "down_proj",
25
  "gate_proj",
26
  "o_proj",
 
 
27
  "up_proj",
28
  "v_proj",
29
+ "q_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:db5cce6156c4621517be68ed6604412d1e180059ddcba2665cbdb58955f9bb05
3
- size 180385008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7140be330dda6372b6231f1c967402a64cbc852cb4999f9baf8ceb68d4fd23ab
3
+ size 22573704
config.json CHANGED
@@ -21,6 +21,21 @@
21
  "num_key_value_heads": 8,
22
  "pad_token_id": 128004,
23
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  "rms_norm_eps": 1e-05,
25
  "rope_scaling": {
26
  "factor": 32.0,
 
21
  "num_key_value_heads": 8,
22
  "pad_token_id": 128004,
23
  "pretraining_tp": 1,
24
+ "quantization_config": {
25
+ "_load_in_4bit": false,
26
+ "_load_in_8bit": true,
27
+ "bnb_4bit_compute_dtype": "float32",
28
+ "bnb_4bit_quant_storage": "uint8",
29
+ "bnb_4bit_quant_type": "fp4",
30
+ "bnb_4bit_use_double_quant": false,
31
+ "llm_int8_enable_fp32_cpu_offload": false,
32
+ "llm_int8_has_fp16_weight": false,
33
+ "llm_int8_skip_modules": null,
34
+ "llm_int8_threshold": 6.0,
35
+ "load_in_4bit": false,
36
+ "load_in_8bit": true,
37
+ "quant_method": "bitsandbytes"
38
+ },
39
  "rms_norm_eps": 1e-05,
40
  "rope_scaling": {
41
  "factor": 32.0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c5bfb8f9ee0d17252ff4577fc9c15127560771b7e188338420238d872618fd3b
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:559463d95a91aa4519eb17ce5aba32cad078cdd9196a6b9560209fa7cf008a3b
3
  size 6776