strickvl commited on
Commit
554adbf
1 Parent(s): b0fabfa

Training in progress, step 76

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
- "q_proj",
25
  "up_proj",
26
- "o_proj",
27
  "gate_proj",
28
- "v_proj",
29
- "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "v_proj",
24
+ "down_proj",
25
  "up_proj",
26
+ "k_proj",
27
  "gate_proj",
28
+ "o_proj",
29
+ "q_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:c254c5bd5ffe120a84387ec439775b555c188405159913301d01dbca39e686fd
3
  size 335604696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68a70b9578e97825da95f71c12002a2a507b30538469e551e35852631fb894ec
3
  size 335604696
config.json CHANGED
@@ -16,8 +16,8 @@
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
18
  "quantization_config": {
19
- "_load_in_4bit": true,
20
- "_load_in_8bit": false,
21
  "bnb_4bit_compute_dtype": "float32",
22
  "bnb_4bit_quant_storage": "uint8",
23
  "bnb_4bit_quant_type": "fp4",
@@ -26,8 +26,8 @@
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-05,
 
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
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",
 
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-05,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f81b4e081418b0879743d7d6a5e00ef3eb7cb9d41ea129e8a3100ba68d839601
3
  size 6072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb3c64ff9809eadcadb2ae0ee1221e44827abfb616e8b0e2cb804dbd21cdb2d7
3
  size 6072