error577 commited on
Commit
1e521a7
·
verified ·
1 Parent(s): 32ef231

Training in progress, step 13

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "o_proj",
24
- "k_proj",
25
  "q_proj",
 
 
 
26
  "down_proj",
27
  "gate_proj",
28
- "up_proj",
29
- "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "q_proj",
24
+ "k_proj",
25
+ "v_proj",
26
+ "o_proj",
27
  "down_proj",
28
  "gate_proj",
29
+ "up_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:bd953e470c3c1ecf21d01fb144c0b18aaae089e2ebb4429813f320beff8919c1
3
  size 30026872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8038c7283dcfc56fc9336a2436e6d62b484dddbf79e63e91b4aafe9720a0aec1
3
  size 30026872
config.json CHANGED
@@ -21,21 +21,6 @@
21
  "num_key_value_heads": 16,
22
  "pad_token_id": 0,
23
  "pretraining_tp": 1,
24
- "quantization_config": {
25
- "_load_in_4bit": true,
26
- "_load_in_8bit": false,
27
- "bnb_4bit_compute_dtype": "bfloat16",
28
- "bnb_4bit_quant_storage": "bfloat16",
29
- "bnb_4bit_quant_type": "nf4",
30
- "bnb_4bit_use_double_quant": true,
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": true,
36
- "load_in_8bit": false,
37
- "quant_method": "bitsandbytes"
38
- },
39
  "rms_norm_eps": 1e-05,
40
  "rope_scaling": null,
41
  "rope_theta": 10000.0,
 
21
  "num_key_value_heads": 16,
22
  "pad_token_id": 0,
23
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  "rms_norm_eps": 1e-05,
25
  "rope_scaling": null,
26
  "rope_theta": 10000.0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5caa0757eb6729afb825a23ed26698d31a8eb8144c4a1783996c35560aff000f
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62337e84daf9e238e7d82f06ecf5f60daec6288fb6d90a1c5aa4e8778cca5a3a
3
  size 6776