freQuensy23 commited on
Commit
0a59dd8
1 Parent(s): b1856f8

Add checkpoint data

Browse files
checkpoint-39000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eeaa68cbff2bdd16e6e825294790863ed6ea56a0b4776e04c5f5dad5a6229ee
3
+ size 16884421
checkpoint-39000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ca7aebe337c1950c8857615315b55ca8672f265ad3883d080c56725693e2fa3
3
+ size 8434381
checkpoint-39000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c068b9102ab741a37113b92a3816f3c74d0d623f20fb2c113a29caaf1a08dc86
3
+ size 14575
checkpoint-39000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:823515c460047365efbf2de3da33a86dea240851375564ab85df184baae07987
3
+ size 557
checkpoint-39000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7c8644677febc0bf68cb1f4f84cfcede8db62beff85353696b62bf58b549c0f
3
+ size 627
checkpoint-39000/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-39000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-39000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b289e85fa20fd375d8b33dc12f77616f18abc6359804471d1fafcb425fecb8
3
+ size 511574
checkpoint-39000/tokenizer_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": false,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "model_max_length": 2048,
22
+ "pad_token": null,
23
+ "sp_model_kwargs": {},
24
+ "tokenizer_class": "LlamaTokenizer",
25
+ "unk_token": {
26
+ "__type": "AddedToken",
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": true,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
checkpoint-39000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-39000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71741c406ac95c2ca3684eb43c23884fc4166e3019268c6205a36384491469f3
3
+ size 3707
finetune_args.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "micro_batch_size": 1,
3
+ "gradient_accumulation_steps": 1,
4
+ "num_train_epochs": 3,
5
+ "learning_rate": 0.0003,
6
+ "cutoff_len": 512,
7
+ "val_set_size": 0,
8
+ "lora_r": 4,
9
+ "lora_alpha": 16,
10
+ "lora_dropout": 0.03,
11
+ "lora_target_modules": [
12
+ "q_proj",
13
+ "v_proj"
14
+ ],
15
+ "lora_modules_to_save": [],
16
+ "train_on_inputs": true,
17
+ "group_by_length": false,
18
+ "load_in_8bit": false,
19
+ "fp16": true,
20
+ "bf16": false,
21
+ "gradient_checkpointing": false,
22
+ "save_steps": 250,
23
+ "save_total_limit": 2,
24
+ "logging_steps": 10,
25
+ "additional_training_arguments": null,
26
+ "additional_lora_config": null,
27
+ "resume_from_checkpoint": "/root/LLaMA-LoRA-Tuner/data/lora_models/ru-llama-prefinish/checkpoint-18500"
28
+ }
info.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "openlm-research/open_llama_7b_v2",
3
+ "prompt_template": "alpaca",
4
+ "dataset_name": "turbo-alpaca-cleaned.json",
5
+ "dataset_rows": 28130,
6
+ "trained_on_machine": "c6ac1eef89ee",
7
+ "timestamp": 1689519348.094642,
8
+ "continued_from_model": "ru-llama-prefinish",
9
+ "continued_from_checkpoint": "checkpoint-18500",
10
+ "tuner_version": "06c08436"
11
+ }
train_data_samples.json ADDED
The diff for this file is too large to render. See raw diff
 
train_output.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ 39049,
3
+ 0.333335518724021,
4
+ {
5
+ "train_runtime": 4104.6765,
6
+ "train_samples_per_second": 20.559,
7
+ "train_steps_per_second": 20.559,
8
+ "train_loss": 0.333335518724021,
9
+ "epoch": 1.39
10
+ }
11
+ ]
trainer_args.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_dir": "/root/LLaMA-LoRA-Tuner/data/lora_models/historied-secondary-2023-07-16-14-52-41",
3
+ "overwrite_output_dir": false,
4
+ "do_train": false,
5
+ "do_eval": false,
6
+ "do_predict": false,
7
+ "evaluation_strategy": "no",
8
+ "prediction_loss_only": false,
9
+ "per_device_train_batch_size": 1,
10
+ "per_device_eval_batch_size": 8,
11
+ "per_gpu_train_batch_size": null,
12
+ "per_gpu_eval_batch_size": null,
13
+ "gradient_accumulation_steps": 1,
14
+ "eval_accumulation_steps": null,
15
+ "eval_delay": 0,
16
+ "learning_rate": 0.0003,
17
+ "weight_decay": 0.0,
18
+ "adam_beta1": 0.9,
19
+ "adam_beta2": 0.999,
20
+ "adam_epsilon": 1e-08,
21
+ "max_grad_norm": 1.0,
22
+ "num_train_epochs": 3,
23
+ "max_steps": -1,
24
+ "lr_scheduler_type": "linear",
25
+ "warmup_ratio": 0.0,
26
+ "warmup_steps": 100,
27
+ "log_level": "passive",
28
+ "log_level_replica": "warning",
29
+ "log_on_each_node": true,
30
+ "logging_dir": "/root/LLaMA-LoRA-Tuner/data/lora_models/historied-secondary-2023-07-16-14-52-41/runs/Jul16_15-01-32_c6ac1eef89ee",
31
+ "logging_strategy": "steps",
32
+ "logging_first_step": false,
33
+ "logging_steps": 10,
34
+ "logging_nan_inf_filter": true,
35
+ "save_strategy": "steps",
36
+ "save_steps": 250,
37
+ "save_total_limit": 2,
38
+ "save_safetensors": false,
39
+ "save_on_each_node": false,
40
+ "no_cuda": false,
41
+ "use_mps_device": false,
42
+ "seed": 42,
43
+ "data_seed": null,
44
+ "jit_mode_eval": false,
45
+ "use_ipex": false,
46
+ "bf16": false,
47
+ "fp16": true,
48
+ "fp16_opt_level": "O1",
49
+ "half_precision_backend": "cuda_amp",
50
+ "bf16_full_eval": false,
51
+ "fp16_full_eval": false,
52
+ "tf32": null,
53
+ "local_rank": -1,
54
+ "xpu_backend": null,
55
+ "tpu_num_cores": null,
56
+ "tpu_metrics_debug": false,
57
+ "debug": [],
58
+ "dataloader_drop_last": false,
59
+ "eval_steps": null,
60
+ "dataloader_num_workers": 0,
61
+ "past_index": -1,
62
+ "run_name": "/root/LLaMA-LoRA-Tuner/data/lora_models/historied-secondary-2023-07-16-14-52-41",
63
+ "disable_tqdm": false,
64
+ "remove_unused_columns": true,
65
+ "label_names": null,
66
+ "load_best_model_at_end": false,
67
+ "metric_for_best_model": null,
68
+ "greater_is_better": null,
69
+ "ignore_data_skip": false,
70
+ "sharded_ddp": [],
71
+ "fsdp": [],
72
+ "fsdp_min_num_params": 0,
73
+ "fsdp_config": {
74
+ "fsdp_min_num_params": 0,
75
+ "xla": false,
76
+ "xla_fsdp_grad_ckpt": false
77
+ },
78
+ "fsdp_transformer_layer_cls_to_wrap": null,
79
+ "deepspeed": null,
80
+ "label_smoothing_factor": 0.0,
81
+ "optim": "adamw_torch",
82
+ "optim_args": null,
83
+ "adafactor": false,
84
+ "group_by_length": false,
85
+ "length_column_name": "length",
86
+ "report_to": [],
87
+ "ddp_find_unused_parameters": null,
88
+ "ddp_bucket_cap_mb": null,
89
+ "dataloader_pin_memory": true,
90
+ "skip_memory_metrics": true,
91
+ "use_legacy_prediction_loop": false,
92
+ "push_to_hub": false,
93
+ "resume_from_checkpoint": null,
94
+ "hub_model_id": null,
95
+ "hub_strategy": "every_save",
96
+ "hub_token": "<HUB_TOKEN>",
97
+ "hub_private_repo": false,
98
+ "gradient_checkpointing": false,
99
+ "include_inputs_for_metrics": false,
100
+ "fp16_backend": "auto",
101
+ "push_to_hub_model_id": null,
102
+ "push_to_hub_organization": null,
103
+ "push_to_hub_token": "<PUSH_TO_HUB_TOKEN>",
104
+ "mp_parameters": "",
105
+ "auto_find_batch_size": false,
106
+ "full_determinism": false,
107
+ "torchdynamo": null,
108
+ "ray_scope": "last",
109
+ "ddp_timeout": 1800,
110
+ "torch_compile": false,
111
+ "torch_compile_backend": null,
112
+ "torch_compile_mode": null
113
+ }
trainer_log_history.jsonl ADDED
The diff for this file is too large to render. See raw diff