Commit
·
6373a37
1
Parent(s):
87fa3eb
Training in progress, epoch 1, checkpoint
Browse files- last-checkpoint/adapter_config.json +23 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/generation_config.json +6 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/trainer_state.json +32 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "ybelkada/flan-t5-xl-sharded-bf16",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": false,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 32,
|
12 |
+
"lora_dropout": 0.05,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 16,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"v",
|
20 |
+
"q"
|
21 |
+
],
|
22 |
+
"task_type": "SEQ_2_SEQ_LM"
|
23 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39175635a5b25e7b27b99521c9d172f131f109f6a4cd7b6fa699891813ae7b86
|
3 |
+
size 37789864
|
last-checkpoint/generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.35.2"
|
6 |
+
}
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a720f2411fa54b4aadcfebec190ac32f8034d3c730280698dd4fe693c265a94b
|
3 |
+
size 1256
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3206cfea353705871f16d46e55ccf93893b489d46b83fd7ba2c4d45d71b93a7
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddbbce1a9a0a14aed15a48869dcc67eb483872b083bc9497eb19d0ae31a00297
|
3 |
+
size 1064
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 328,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_gen_len": 10.608247422680412,
|
14 |
+
"eval_loss": 0.6409556865692139,
|
15 |
+
"eval_rouge1": 34.177,
|
16 |
+
"eval_rouge2": 25.6788,
|
17 |
+
"eval_rougeL": 30.5719,
|
18 |
+
"eval_rougeLsum": 30.9342,
|
19 |
+
"eval_runtime": 147.7579,
|
20 |
+
"eval_samples_per_second": 1.969,
|
21 |
+
"eval_steps_per_second": 0.25,
|
22 |
+
"step": 328
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"logging_steps": 500,
|
26 |
+
"max_steps": 3936,
|
27 |
+
"num_train_epochs": 12,
|
28 |
+
"save_steps": 500,
|
29 |
+
"total_flos": 2458142180573184.0,
|
30 |
+
"trial_name": null,
|
31 |
+
"trial_params": null
|
32 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:816b4f782df7c74affb1e8b0c9582de2ff643eab772bb2aebc376257308f9bc0
|
3 |
+
size 4728
|