error577 commited on
Commit
aedca5e
·
verified ·
1 Parent(s): a13a2e6

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "o_proj",
24
- "k_proj",
25
  "v_proj",
26
- "q_proj",
27
  "up_proj",
28
- "gate_proj",
29
  "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
24
+ "gate_proj",
25
  "o_proj",
 
26
  "v_proj",
27
+ "k_proj",
28
  "up_proj",
 
29
  "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d1a37908715f711b675de58a39e0536f3cc907843b9855f40b9687d9111edb7
3
  size 335604696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53dbc0d22a6fc41d62165609704627c4b3384e4b7f82b0a8cb240acbd13a720f
3
  size 335604696
config.json CHANGED
@@ -23,10 +23,10 @@
23
  "quantization_config": {
24
  "_load_in_4bit": true,
25
  "_load_in_8bit": false,
26
- "bnb_4bit_compute_dtype": "bfloat16",
27
- "bnb_4bit_quant_storage": "bfloat16",
28
- "bnb_4bit_quant_type": "nf4",
29
- "bnb_4bit_use_double_quant": true,
30
  "llm_int8_enable_fp32_cpu_offload": false,
31
  "llm_int8_has_fp16_weight": false,
32
  "llm_int8_skip_modules": null,
 
23
  "quantization_config": {
24
  "_load_in_4bit": true,
25
  "_load_in_8bit": false,
26
+ "bnb_4bit_compute_dtype": "float32",
27
+ "bnb_4bit_quant_storage": "uint8",
28
+ "bnb_4bit_quant_type": "fp4",
29
+ "bnb_4bit_use_double_quant": false,
30
  "llm_int8_enable_fp32_cpu_offload": false,
31
  "llm_int8_has_fp16_weight": false,
32
  "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:c4e84162329319bca12637f836a9e338df4a22ed057fecf0854bc35bc5ee1487
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b91dfeccafffd9d26c96c50a1fa51704439f5c1848fd9340408361d34913f59
3
  size 6776