error577 commited on
Commit
d7766fc
·
verified ·
1 Parent(s): 9ff3b44

Training in progress, step 3

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "k_proj",
25
  "down_proj",
26
- "v_proj",
27
  "o_proj",
28
- "up_proj",
29
- "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "up_proj",
24
+ "gate_proj",
25
  "down_proj",
26
+ "q_proj",
27
  "o_proj",
28
+ "v_proj",
29
+ "k_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:c20df4091a0f5cef9076924e5f7382f28e24ffaaaa8a8c0e8f2c1ac5f5c3229d
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:697c571eaf2d2eb687bd716a7282b89321fa4dbe8049cbd6a020a5dac5386953
3
  size 83945296
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": "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,
 
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1e0ff56a10a0a978cf0b90dc8eeaf45a0cb3310da90b24ea610a7d7d0412b81
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429ae8aef14404f5795ffd6129e80e08400dd13727e9bdee786ac606e17fd5bf
3
  size 6776