Training in progress, step 1000
Browse files- adapter_config.json +3 -3
- 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 |
"gate_proj",
|
| 24 |
-
"down_proj",
|
| 25 |
"v_proj",
|
| 26 |
-
"q_proj",
|
| 27 |
"k_proj",
|
| 28 |
"o_proj",
|
| 29 |
-
"
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"up_proj",
|
| 24 |
"gate_proj",
|
|
|
|
| 25 |
"v_proj",
|
|
|
|
| 26 |
"k_proj",
|
| 27 |
"o_proj",
|
| 28 |
+
"q_proj",
|
| 29 |
+
"down_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 72936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1896dfcaef3c21617a051a60da62a4d0691b3e7f8050634b21d00451b589ccf
|
| 3 |
size 72936
|
config.json
CHANGED
|
@@ -20,21 +20,6 @@
|
|
| 20 |
"num_hidden_layers": 1,
|
| 21 |
"num_key_value_heads": 1,
|
| 22 |
"pad_token_id": 0,
|
| 23 |
-
"quantization_config": {
|
| 24 |
-
"_load_in_4bit": true,
|
| 25 |
-
"_load_in_8bit": false,
|
| 26 |
-
"bnb_4bit_compute_dtype": "bfloat16",
|
| 27 |
-
"bnb_4bit_quant_storage": "bfloat16",
|
| 28 |
-
"bnb_4bit_quant_type": "nf4",
|
| 29 |
-
"bnb_4bit_use_double_quant": true,
|
| 30 |
-
"llm_int8_enable_fp32_cpu_offload": false,
|
| 31 |
-
"llm_int8_has_fp16_weight": false,
|
| 32 |
-
"llm_int8_skip_modules": null,
|
| 33 |
-
"llm_int8_threshold": 6.0,
|
| 34 |
-
"load_in_4bit": true,
|
| 35 |
-
"load_in_8bit": false,
|
| 36 |
-
"quant_method": "bitsandbytes"
|
| 37 |
-
},
|
| 38 |
"rms_norm_eps": 1e-06,
|
| 39 |
"rope_scaling": null,
|
| 40 |
"rope_theta": 10000.0,
|
|
|
|
| 20 |
"num_hidden_layers": 1,
|
| 21 |
"num_key_value_heads": 1,
|
| 22 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"rms_norm_eps": 1e-06,
|
| 24 |
"rope_scaling": null,
|
| 25 |
"rope_theta": 10000.0,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8c1e10b9487de179bb268d26f81c07d34a90b05414faba1c0b1ca4b8e55fe81
|
| 3 |
size 6776
|