error577 commited on
Commit
01c9761
·
verified ·
1 Parent(s): e41733b

Training in progress, step 200

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "up_proj",
24
- "gate_proj",
25
- "q_proj",
26
- "v_proj",
27
  "k_proj",
28
  "o_proj",
29
- "down_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "down_proj",
 
 
 
24
  "k_proj",
25
  "o_proj",
26
+ "gate_proj",
27
+ "q_proj",
28
+ "up_proj",
29
+ "v_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:3d3b7d456a86dd9fd5a172ebf6a78ecd1111bcbb4d2579ae55b15f0e1040ca2c
3
  size 628216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d755b7615b98c7ec31ca2db112bc7f4d67fcda01adaaecece146334a8d6ed38
3
  size 628216
config.json CHANGED
@@ -19,21 +19,6 @@
19
  "num_key_value_heads": 2,
20
  "pad_token_id": 1,
21
  "pretraining_tp": 1,
22
- "quantization_config": {
23
- "_load_in_4bit": true,
24
- "_load_in_8bit": false,
25
- "bnb_4bit_compute_dtype": "bfloat16",
26
- "bnb_4bit_quant_storage": "bfloat16",
27
- "bnb_4bit_quant_type": "nf4",
28
- "bnb_4bit_use_double_quant": true,
29
- "llm_int8_enable_fp32_cpu_offload": false,
30
- "llm_int8_has_fp16_weight": false,
31
- "llm_int8_skip_modules": null,
32
- "llm_int8_threshold": 6.0,
33
- "load_in_4bit": true,
34
- "load_in_8bit": false,
35
- "quant_method": "bitsandbytes"
36
- },
37
  "rope_scaling": null,
38
  "rope_theta": 10000.0,
39
  "tie_word_embeddings": false,
 
19
  "num_key_value_heads": 2,
20
  "pad_token_id": 1,
21
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  "rope_scaling": null,
23
  "rope_theta": 10000.0,
24
  "tie_word_embeddings": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:665fd011d4315910644e66be2cee861c6f04e6fd22ea4fc944d74d59761f726d
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd94430b6ad628499d22ee003a356e4077e4c8b400df27132e019ce7f53bace7
3
  size 6776