PhoenixB commited on
Commit
e823ab9
·
verified ·
1 Parent(s): 7efd8ce

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -20,17 +20,17 @@
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
- "r": 32,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "k_proj",
28
- "down_proj",
29
  "v_proj",
30
- "up_proj",
31
  "o_proj",
 
 
 
32
  "q_proj",
33
- "gate_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
 
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
+ "r": 16,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
 
27
  "v_proj",
 
28
  "o_proj",
29
+ "k_proj",
30
+ "down_proj",
31
+ "gate_proj",
32
  "q_proj",
33
+ "up_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:427b18eebfba46e68b0176ba69144e8992325be503614254a6cb8655f9bd5738
3
- size 119802032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f87f06c15de8ab0d5f6d946d12d16fa96c1ff11b22c8aed14c7a586447e9f4b1
3
+ size 59934640
config.json CHANGED
@@ -16,18 +16,18 @@
16
  "num_hidden_layers": 36,
17
  "num_key_value_heads": 2,
18
  "quantization_config": {
19
- "_load_in_4bit": false,
20
- "_load_in_8bit": true,
21
- "bnb_4bit_compute_dtype": "float32",
22
- "bnb_4bit_quant_storage": "uint8",
23
- "bnb_4bit_quant_type": "fp4",
24
- "bnb_4bit_use_double_quant": false,
25
  "llm_int8_enable_fp32_cpu_offload": false,
26
  "llm_int8_has_fp16_weight": false,
27
  "llm_int8_skip_modules": null,
28
  "llm_int8_threshold": 6.0,
29
- "load_in_4bit": false,
30
- "load_in_8bit": true,
31
  "quant_method": "bitsandbytes"
32
  },
33
  "rms_norm_eps": 1e-06,
 
16
  "num_hidden_layers": 36,
17
  "num_key_value_heads": 2,
18
  "quantization_config": {
19
+ "_load_in_4bit": true,
20
+ "_load_in_8bit": false,
21
+ "bnb_4bit_compute_dtype": "bfloat16",
22
+ "bnb_4bit_quant_storage": "bfloat16",
23
+ "bnb_4bit_quant_type": "nf4",
24
+ "bnb_4bit_use_double_quant": true,
25
  "llm_int8_enable_fp32_cpu_offload": false,
26
  "llm_int8_has_fp16_weight": false,
27
  "llm_int8_skip_modules": null,
28
  "llm_int8_threshold": 6.0,
29
+ "load_in_4bit": true,
30
+ "load_in_8bit": false,
31
  "quant_method": "bitsandbytes"
32
  },
33
  "rms_norm_eps": 1e-06,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01550cda20733eb72a8700a4093f519c746bb8aec0aff4aeb778b9779f3405c7
3
  size 8888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:092b720b8e020d691de5301eff908eac7e0231b2fcd711fbf27b0c0492ed64b4
3
  size 8888