Training in progress, step 28
Browse files- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- tokenizer_config.json +1 -1
- trainer_log.jsonl +3 -3
- training_args.bin +1 -1
adapter_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "meta-llama/Meta-Llama-3-70B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 16,
|
| 14 |
+
"lora_dropout": 0.0,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 8,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": [
|
| 23 |
+
"gate_proj",
|
| 24 |
+
"o_proj",
|
| 25 |
+
"up_proj",
|
| 26 |
+
"q_proj",
|
| 27 |
+
"v_proj",
|
| 28 |
+
"k_proj",
|
| 29 |
+
"down_proj"
|
| 30 |
+
],
|
| 31 |
+
"task_type": "CAUSAL_LM",
|
| 32 |
+
"use_dora": false,
|
| 33 |
+
"use_rslora": false
|
| 34 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:555c830797d68f6cd480f6b5757ec531790bca3a34311ecee191a42962c871fd
|
| 3 |
+
size 207244392
|
tokenizer_config.json
CHANGED
|
@@ -2070,7 +2070,7 @@
|
|
| 2070 |
"input_ids",
|
| 2071 |
"attention_mask"
|
| 2072 |
],
|
| 2073 |
-
"model_max_length":
|
| 2074 |
"pad_token": "<|eot_id|>",
|
| 2075 |
"padding_side": "right",
|
| 2076 |
"split_special_tokens": false,
|
|
|
|
| 2070 |
"input_ids",
|
| 2071 |
"attention_mask"
|
| 2072 |
],
|
| 2073 |
+
"model_max_length": 4096,
|
| 2074 |
"pad_token": "<|eot_id|>",
|
| 2075 |
"padding_side": "right",
|
| 2076 |
"split_special_tokens": false,
|
trainer_log.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
{"current_steps": 10, "total_steps": 28, "loss": 0.
|
| 2 |
-
{"current_steps": 20, "total_steps": 28, "loss": 0.
|
| 3 |
-
{"current_steps": 28, "total_steps": 28, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:
|
|
|
|
| 1 |
+
{"current_steps": 10, "total_steps": 28, "loss": 0.9027, "lr": 8.18711994874345e-05, "epoch": 0.35714285714285715, "percentage": 35.71, "elapsed_time": "0:13:26", "remaining_time": "0:24:11"}
|
| 2 |
+
{"current_steps": 20, "total_steps": 28, "loss": 0.5519, "lr": 2.3208660251050158e-05, "epoch": 0.7142857142857143, "percentage": 71.43, "elapsed_time": "0:26:40", "remaining_time": "0:10:40"}
|
| 3 |
+
{"current_steps": 28, "total_steps": 28, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:38:42", "remaining_time": "0:00:00"}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 7608
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e0947bee77408dfd8c8570dc593f3b0328326d9dcc6ea4f23a777078d30af2c
|
| 3 |
size 7608
|