liuylhf commited on
Commit
c492b54
·
verified ·
1 Parent(s): b258909

Training in progress, step 16

Browse files
adapter_config.json CHANGED
@@ -19,14 +19,14 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "w2",
23
- "o_proj",
24
- "w3",
25
  "w1",
 
26
  "q_proj",
27
- "gate",
 
28
  "v_proj",
29
- "k_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
 
22
  "w1",
23
+ "w3",
24
  "q_proj",
25
+ "o_proj",
26
+ "k_proj",
27
  "v_proj",
28
+ "w2",
29
+ "gate"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e58fe9bba85719da247528ba0d3ece1062e7c4ab560a4f42f829653f9066b113
3
  size 969174880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:517453a50eb7ad83390d805a80b868a81fb231d12e9ee38a6f6b88918c63920e
3
  size 969174880
config.json CHANGED
@@ -21,9 +21,9 @@
21
  "quantization_config": {
22
  "_load_in_4bit": true,
23
  "_load_in_8bit": false,
24
- "bnb_4bit_compute_dtype": "float32",
25
- "bnb_4bit_quant_type": "fp4",
26
- "bnb_4bit_use_double_quant": false,
27
  "llm_int8_enable_fp32_cpu_offload": false,
28
  "llm_int8_has_fp16_weight": false,
29
  "llm_int8_skip_modules": null,
 
21
  "quantization_config": {
22
  "_load_in_4bit": true,
23
  "_load_in_8bit": false,
24
+ "bnb_4bit_compute_dtype": "bfloat16",
25
+ "bnb_4bit_quant_type": "nf4",
26
+ "bnb_4bit_use_double_quant": true,
27
  "llm_int8_enable_fp32_cpu_offload": false,
28
  "llm_int8_has_fp16_weight": false,
29
  "llm_int8_skip_modules": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06e79aedcf643534d926bfcff5634a06295a3865665c50db81d587f17849b728
3
  size 5688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b75e67a82876c3f6341e84affb0de9103b7718bc9fc49cd3bdc190851350dfdb
3
  size 5688