noeloco commited on
Commit
1f5ff0d
·
verified ·
1 Parent(s): d4edc9d

Training in progress, step 17

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "down_proj",
24
  "k_proj",
 
 
25
  "up_proj",
26
  "q_proj",
27
- "o_proj",
28
- "gate_proj",
29
- "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "k_proj",
24
+ "down_proj",
25
+ "o_proj",
26
  "up_proj",
27
  "q_proj",
28
+ "v_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:50401c254e094a02377c05b9358742ad906d53e0301f751e9aebdedf5e68dbf5
3
- size 159967880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8534fd9a68b7a1bfb5fb89d4d010560507de1f510342768d6a7578a8f904cf1
3
+ size 80014016
config.json CHANGED
@@ -18,18 +18,18 @@
18
  "num_key_value_heads": 32,
19
  "pretraining_tp": 1,
20
  "quantization_config": {
21
- "_load_in_4bit": false,
22
- "_load_in_8bit": true,
23
- "bnb_4bit_compute_dtype": "float32",
24
- "bnb_4bit_quant_storage": "uint8",
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,
30
  "llm_int8_threshold": 6.0,
31
- "load_in_4bit": false,
32
- "load_in_8bit": true,
33
  "quant_method": "bitsandbytes"
34
  },
35
  "rms_norm_eps": 1e-05,
 
18
  "num_key_value_heads": 32,
19
  "pretraining_tp": 1,
20
  "quantization_config": {
21
+ "_load_in_4bit": true,
22
+ "_load_in_8bit": false,
23
+ "bnb_4bit_compute_dtype": "bfloat16",
24
+ "bnb_4bit_quant_storage": "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,
30
  "llm_int8_threshold": 6.0,
31
+ "load_in_4bit": true,
32
+ "load_in_8bit": false,
33
  "quant_method": "bitsandbytes"
34
  },
35
  "rms_norm_eps": 1e-05,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfdefd9888f9a4bcecadde37d55e0db76b9eaebcc2e042269e815b5ad6b55b14
3
  size 5816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e13e29972eaa0d73db3ed321653e99f4a4456856084eeedfd6f141b06c8d9635
3
  size 5816