noeloco commited on
Commit
f805585
1 Parent(s): f4819f9

Training in progress, step 70

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "up_proj",
24
  "q_proj",
25
- "k_proj",
26
  "down_proj",
27
- "gate_proj",
 
28
  "o_proj",
29
- "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "gate_proj",
24
  "q_proj",
 
25
  "down_proj",
26
+ "k_proj",
27
+ "v_proj",
28
  "o_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:05b6957a46a62b70d44ccad820f0f31fb2584518fa20852e5c5834fb7d3b63d3
3
- size 80014016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efac92be3814df93068378ab72cf5f8b4176e7fd3c8cedb41aa2d7b007a315de
3
+ size 159967880
config.json CHANGED
@@ -20,10 +20,10 @@
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,
 
20
  "quantization_config": {
21
  "_load_in_4bit": true,
22
  "_load_in_8bit": false,
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1a5e882ae94a52ef640dccf5bce9f5f80fa18103f4e60fb6949adaf0f8b1ac4
3
  size 5816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0f37fc92047a1ad1856ddf01f66d971410463753ad6f5d2d0f836d1b570a304
3
  size 5816