Training in progress, step 2
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- config.json +17 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"o_proj",
|
24 |
"v_proj",
|
25 |
-
"
|
26 |
"q_proj",
|
|
|
|
|
27 |
"gate_proj",
|
28 |
-
"k_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 |
"q_proj",
|
26 |
+
"o_proj",
|
27 |
+
"up_proj",
|
28 |
"gate_proj",
|
29 |
+
"k_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:
|
3 |
size 100966336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:524eb78f81bdfbf84c8981961e852f0bfb05dc358e18e720bdc27e20ab00c546
|
3 |
size 100966336
|
config.json
CHANGED
@@ -19,12 +19,27 @@
|
|
19 |
"num_hidden_layers": 22,
|
20 |
"num_key_value_heads": 4,
|
21 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
"rope_scaling": null,
|
24 |
"rope_theta": 10000.0,
|
25 |
"tie_word_embeddings": false,
|
26 |
-
"torch_dtype": "
|
27 |
-
"transformers_version": "4.45.
|
28 |
"use_cache": false,
|
29 |
"vocab_size": 32000
|
30 |
}
|
|
|
19 |
"num_hidden_layers": 22,
|
20 |
"num_key_value_heads": 4,
|
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 |
"rms_norm_eps": 1e-05,
|
38 |
"rope_scaling": null,
|
39 |
"rope_theta": 10000.0,
|
40 |
"tie_word_embeddings": false,
|
41 |
+
"torch_dtype": "float32",
|
42 |
+
"transformers_version": "4.45.2",
|
43 |
"use_cache": false,
|
44 |
"vocab_size": 32000
|
45 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ccaea925f3b138b8e0b110e67d330fc8173aa9cf5a7cec55c1926d7601989ee
|
3 |
size 6200
|