Training in progress, step 17
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- config.json +0 -15
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"k_proj",
|
| 24 |
-
"down_proj",
|
| 25 |
-
"o_proj",
|
| 26 |
-
"up_proj",
|
| 27 |
"q_proj",
|
| 28 |
"v_proj",
|
| 29 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"q_proj",
|
| 24 |
"v_proj",
|
| 25 |
+
"k_proj",
|
| 26 |
+
"up_proj",
|
| 27 |
+
"down_proj",
|
| 28 |
+
"gate_proj",
|
| 29 |
+
"o_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 80014016
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5b6ed55416d7b5cad7b52930ea576702340b17e2bf44c82e069378d2917ad36
|
| 3 |
size 80014016
|
config.json
CHANGED
|
@@ -17,21 +17,6 @@
|
|
| 17 |
"num_hidden_layers": 32,
|
| 18 |
"num_key_value_heads": 32,
|
| 19 |
"pretraining_tp": 1,
|
| 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,
|
| 30 |
-
"llm_int8_threshold": 6.0,
|
| 31 |
-
"load_in_4bit": true,
|
| 32 |
-
"load_in_8bit": false,
|
| 33 |
-
"quant_method": "bitsandbytes"
|
| 34 |
-
},
|
| 35 |
"rms_norm_eps": 1e-05,
|
| 36 |
"rope_scaling": null,
|
| 37 |
"rope_theta": 1000000,
|
|
|
|
| 17 |
"num_hidden_layers": 32,
|
| 18 |
"num_key_value_heads": 32,
|
| 19 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
"rms_norm_eps": 1e-05,
|
| 21 |
"rope_scaling": null,
|
| 22 |
"rope_theta": 1000000,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96a7d178d4e154493b8526da16d1c1dc3242ab0de42a519fbad8d1c011a626f2
|
| 3 |
size 5816
|