freQuensy23 commited on
Commit
75ffe0e
1 Parent(s): 42cdaaf
adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "openlm-research/open_llama_3b_v2",
3
+ "bias": "none",
4
+ "enable_lora": null,
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "lora_alpha": 16,
9
+ "lora_dropout": 0.05,
10
+ "merge_weights": false,
11
+ "modules_to_save": null,
12
+ "peft_type": "LORA",
13
+ "r": 4,
14
+ "target_modules": [
15
+ "q_proj",
16
+ "v_proj"
17
+ ],
18
+ "task_type": "CAUSAL_LM"
19
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baa0394a9bafd4015b5d26d7da327811524d63a317c6c23e9c7d250011af39bd
3
+ size 5361901
checkpoint-53500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:812d45ff9000d037ea1b1438461bfbc695842e5cdf68947cabb1fb19ed9ac3b0
3
+ size 10736709
checkpoint-53500/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4be99df93c65c64af89fc1d135a2fdda61f3fd44d07b70a43f904b2f16ec35fe
3
+ size 5361901
checkpoint-53500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fdadfa42e325068d0a2240c5e69fedf12896ae96f94f3319cd032e71e35b0c0
3
+ size 14575
checkpoint-53500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c10e85608f0060eca8d21c7596fce64d15ec83ba66cdaa48c094cd8b1525298
3
+ size 557
checkpoint-53500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7462c7717f86e9e32e0ea74c7c53a04bf2926a5063419d01d5d4bb53aef63e7
3
+ size 627
checkpoint-53500/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-53500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-53500/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b289e85fa20fd375d8b33dc12f77616f18abc6359804471d1fafcb425fecb8
3
+ size 511574
checkpoint-53500/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-53500/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-53500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6f77695c4c715a980d6c21668550d6992d5fc2d87548441ca3f4724bf1d46a9
3
+ size 3643
finetune_args.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "micro_batch_size": 1,
3
+ "gradient_accumulation_steps": 1,
4
+ "num_train_epochs": 2,
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.05,
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": 500,
23
+ "save_total_limit": 5,
24
+ "logging_steps": 10,
25
+ "additional_training_arguments": null,
26
+ "additional_lora_config": null
27
+ }
info.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "openlm-research/open_llama_3b_v2",
3
+ "prompt_template": "alpaca",
4
+ "dataset_name": "N/A (from text input)",
5
+ "dataset_rows": 26981,
6
+ "trained_on_machine": "d8cc48c8fbe1",
7
+ "timestamp": 1689869784.2048044,
8
+ "tuner_version": "06c08436"
9
+ }
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
+ 53962,
3
+ 0.6364423901274552,
4
+ {
5
+ "train_runtime": 6417.4177,
6
+ "train_samples_per_second": 8.409,
7
+ "train_steps_per_second": 8.409,
8
+ "train_loss": 0.6364423901274552,
9
+ "epoch": 2.0
10
+ }
11
+ ]
trainer_args.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_dir": "/root/LLaMA-LoRA-Tuner/lora_models/ru-llama-3b",
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": 2,
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/lora_models/ru-llama-3b/runs/Jul20_16-21-42_d8cc48c8fbe1",
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": 500,
37
+ "save_total_limit": 5,
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/lora_models/ru-llama-3b",
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