Training in progress, step 20
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- config.json +0 -15
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -21,9 +21,9 @@
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"query_key_value",
|
| 24 |
-
"
|
| 25 |
"dense_4h_to_h",
|
| 26 |
-
"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
| 29 |
"use_dora": false,
|
|
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"query_key_value",
|
| 24 |
+
"dense",
|
| 25 |
"dense_4h_to_h",
|
| 26 |
+
"dense_h_to_4h"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
| 29 |
"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 1579384
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc24c98fdb5b0f5b2c2d099df00de37c74c630cdb923aa00e4188749ddb432a2
|
| 3 |
size 1579384
|
config.json
CHANGED
|
@@ -20,21 +20,6 @@
|
|
| 20 |
"num_attention_heads": 4,
|
| 21 |
"num_hidden_layers": 6,
|
| 22 |
"partial_rotary_factor": 0.25,
|
| 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 |
"rope_scaling": null,
|
| 39 |
"rope_theta": 10000,
|
| 40 |
"rotary_emb_base": 10000,
|
|
|
|
| 20 |
"num_attention_heads": 4,
|
| 21 |
"num_hidden_layers": 6,
|
| 22 |
"partial_rotary_factor": 0.25,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"rope_scaling": null,
|
| 24 |
"rope_theta": 10000,
|
| 25 |
"rotary_emb_base": 10000,
|
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:3c59b827379aab605d7eebc5971fb311c91841c53277e301626e1a492c348a7a
|
| 3 |
size 6776
|