juyongjiang commited on
Commit
f6c2fb5
1 Parent(s): 782f9c2

upload model checkpoint

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,76 @@
1
- ---
2
- license: gemma
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - alignment-handbook
5
+ - generated_from_trainer
6
+ datasets:
7
+ - llama-duo/synth_summarize_dataset_dedup
8
+ base_model: google/gemma-7b
9
+ model-index:
10
+ - name: gemma7b-summarize-claude3sonnet-16k
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # gemma7b-summarize-claude3sonnet-16k
18
+
19
+ This model is a fine-tuned version of [google/gemma-7b](https://huggingface.co/google/gemma-7b) on the llama-duo/synth_summarize_dataset_dedup dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 2.6068
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0002
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 2
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 8
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 64
48
+ - total_eval_batch_size: 16
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: cosine
51
+ - lr_scheduler_warmup_ratio: 0.1
52
+ - num_epochs: 10
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:-----:|:----:|:---------------:|
58
+ | 13.7073 | 1.0 | 38 | 7.1377 |
59
+ | 1.6173 | 2.0 | 76 | 2.9757 |
60
+ | 1.2585 | 3.0 | 114 | 2.7226 |
61
+ | 1.1493 | 4.0 | 152 | 2.6312 |
62
+ | 1.0934 | 5.0 | 190 | 2.6200 |
63
+ | 1.0587 | 6.0 | 228 | 2.6020 |
64
+ | 1.0289 | 7.0 | 266 | 2.5996 |
65
+ | 1.0197 | 8.0 | 304 | 2.6022 |
66
+ | 1.0221 | 9.0 | 342 | 2.6059 |
67
+ | 1.0175 | 10.0 | 380 | 2.6068 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - PEFT 0.10.0
73
+ - Transformers 4.40.0
74
+ - Pytorch 2.1.2+cu121
75
+ - Datasets 2.18.0
76
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-7b",
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.05,
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
+ "v_proj",
24
+ "q_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce6a9fa74843a0dae5be5bc3f1259fa16d81b29feab7f9c1b6c5e17037ec0bbd
3
+ size 6437384
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 2.6068081855773926,
4
+ "eval_runtime": 0.2388,
5
+ "eval_samples": 25,
6
+ "eval_samples_per_second": 41.878,
7
+ "eval_steps_per_second": 4.188,
8
+ "total_flos": 1.158687595912233e+18,
9
+ "train_loss": 3.413645140748275,
10
+ "train_runtime": 927.0586,
11
+ "train_samples": 15873,
12
+ "train_samples_per_second": 26.201,
13
+ "train_steps_per_second": 0.41
14
+ }
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/gemma-7b",
3
+ "architectures": [
4
+ "GemmaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 2,
9
+ "eos_token_id": 1,
10
+ "head_dim": 256,
11
+ "hidden_act": "gelu",
12
+ "hidden_activation": null,
13
+ "hidden_size": 3072,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 24576,
16
+ "max_position_embeddings": 8192,
17
+ "model_type": "gemma",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 28,
20
+ "num_key_value_heads": 16,
21
+ "pad_token_id": 0,
22
+ "quantization_config": {
23
+ "_load_in_4bit": true,
24
+ "_load_in_8bit": false,
25
+ "bnb_4bit_compute_dtype": "bfloat16",
26
+ "bnb_4bit_quant_storage": "uint8",
27
+ "bnb_4bit_quant_type": "nf4",
28
+ "bnb_4bit_use_double_quant": false,
29
+ "llm_int8_enable_fp32_cpu_offload": false,
30
+ "llm_int8_has_fp16_weight": false,
31
+ "llm_int8_skip_modules": null,
32
+ "llm_int8_threshold": 6.0,
33
+ "load_in_4bit": true,
34
+ "load_in_8bit": false,
35
+ "quant_method": "bitsandbytes"
36
+ },
37
+ "rms_norm_eps": 1e-06,
38
+ "rope_scaling": null,
39
+ "rope_theta": 10000.0,
40
+ "torch_dtype": "bfloat16",
41
+ "transformers_version": "4.40.0",
42
+ "use_cache": true,
43
+ "vocab_size": 256000
44
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 2.6068081855773926,
4
+ "eval_runtime": 0.2388,
5
+ "eval_samples": 25,
6
+ "eval_samples_per_second": 41.878,
7
+ "eval_steps_per_second": 4.188
8
+ }
runs/Jun13_05-41-27_gpu1-1/events.out.tfevents.1718228556.gpu1-1.435144.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab88e256699d0db132fc554405833135fdf47bea20afd116a1bb9949a3a87b6
3
+ size 24675
runs/Jun13_05-41-27_gpu1-1/events.out.tfevents.1718229484.gpu1-1.435144.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ded585fc2e5cc19e41407fd2f44b59cff4e10370446026dd05ae19e9715e1be2
3
+ size 359
special_tokens_map.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "bos_token": {
7
+ "content": "<bos>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "eos_token": {
14
+ "content": "<eos>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "pad_token": {
21
+ "content": "<pad>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ },
27
+ "unk_token": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false
33
+ }
34
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:322a5f52ab5cab196761ab397a022d6fa3a2e1418585e532bb6efb2fedd2ae94
3
+ size 17477501
tokenizer_config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<eos>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "<bos>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "<unk>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "106": {
38
+ "content": "<|im_start|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "107": {
46
+ "content": "<|im_end|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ }
53
+ },
54
+ "additional_special_tokens": [
55
+ "<|im_start|>",
56
+ "<|im_end|>"
57
+ ],
58
+ "bos_token": "<bos>",
59
+ "chat_template": "{% if messages[0]['role'] == 'user' or messages[0]['role'] == 'system' %}{{ bos_token }}{% endif %}{% for message in messages %}{{ '<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% elif messages[-1]['role'] == 'assistant' %}{{ eos_token }}{% endif %}",
60
+ "clean_up_tokenization_spaces": false,
61
+ "eos_token": "<eos>",
62
+ "legacy": null,
63
+ "model_max_length": 2048,
64
+ "pad_token": "<pad>",
65
+ "sp_model_kwargs": {},
66
+ "spaces_between_special_tokens": false,
67
+ "tokenizer_class": "GemmaTokenizer",
68
+ "unk_token": "<unk>",
69
+ "use_default_system_prompt": false
70
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "total_flos": 1.158687595912233e+18,
4
+ "train_loss": 3.413645140748275,
5
+ "train_runtime": 927.0586,
6
+ "train_samples": 15873,
7
+ "train_samples_per_second": 26.201,
8
+ "train_steps_per_second": 0.41
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,649 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
+ "eval_steps": 500,
6
+ "global_step": 380,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.02631578947368421,
13
+ "grad_norm": 170.0,
14
+ "learning_rate": 5.263157894736842e-06,
15
+ "loss": 33.7533,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.13157894736842105,
20
+ "grad_norm": 137.0,
21
+ "learning_rate": 2.6315789473684212e-05,
22
+ "loss": 34.5932,
23
+ "step": 5
24
+ },
25
+ {
26
+ "epoch": 0.2631578947368421,
27
+ "grad_norm": 67.5,
28
+ "learning_rate": 5.2631578947368424e-05,
29
+ "loss": 30.1164,
30
+ "step": 10
31
+ },
32
+ {
33
+ "epoch": 0.39473684210526316,
34
+ "grad_norm": 17.25,
35
+ "learning_rate": 7.894736842105263e-05,
36
+ "loss": 21.7002,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.5263157894736842,
41
+ "grad_norm": 14.3125,
42
+ "learning_rate": 0.00010526315789473685,
43
+ "loss": 17.9593,
44
+ "step": 20
45
+ },
46
+ {
47
+ "epoch": 0.6578947368421053,
48
+ "grad_norm": 5.375,
49
+ "learning_rate": 0.00013157894736842108,
50
+ "loss": 15.8965,
51
+ "step": 25
52
+ },
53
+ {
54
+ "epoch": 0.7894736842105263,
55
+ "grad_norm": 3.203125,
56
+ "learning_rate": 0.00015789473684210527,
57
+ "loss": 14.3005,
58
+ "step": 30
59
+ },
60
+ {
61
+ "epoch": 0.9210526315789473,
62
+ "grad_norm": 3.90625,
63
+ "learning_rate": 0.00018421052631578948,
64
+ "loss": 13.7073,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 1.0,
69
+ "eval_loss": 7.137722015380859,
70
+ "eval_runtime": 0.2537,
71
+ "eval_samples_per_second": 39.423,
72
+ "eval_steps_per_second": 3.942,
73
+ "step": 38
74
+ },
75
+ {
76
+ "epoch": 1.0526315789473684,
77
+ "grad_norm": 7.375,
78
+ "learning_rate": 0.00019998312416333227,
79
+ "loss": 12.9513,
80
+ "step": 40
81
+ },
82
+ {
83
+ "epoch": 1.1842105263157894,
84
+ "grad_norm": 12.0,
85
+ "learning_rate": 0.00019979333640833947,
86
+ "loss": 10.9396,
87
+ "step": 45
88
+ },
89
+ {
90
+ "epoch": 1.3157894736842106,
91
+ "grad_norm": 20.25,
92
+ "learning_rate": 0.00019939306773179497,
93
+ "loss": 8.1563,
94
+ "step": 50
95
+ },
96
+ {
97
+ "epoch": 1.4473684210526316,
98
+ "grad_norm": 13.8125,
99
+ "learning_rate": 0.00019878316236762196,
100
+ "loss": 4.3271,
101
+ "step": 55
102
+ },
103
+ {
104
+ "epoch": 1.5789473684210527,
105
+ "grad_norm": 5.84375,
106
+ "learning_rate": 0.0001979649067087574,
107
+ "loss": 2.3733,
108
+ "step": 60
109
+ },
110
+ {
111
+ "epoch": 1.7105263157894737,
112
+ "grad_norm": 4.96875,
113
+ "learning_rate": 0.00019694002659393305,
114
+ "loss": 2.0099,
115
+ "step": 65
116
+ },
117
+ {
118
+ "epoch": 1.8421052631578947,
119
+ "grad_norm": 1.171875,
120
+ "learning_rate": 0.00019571068366759143,
121
+ "loss": 1.7688,
122
+ "step": 70
123
+ },
124
+ {
125
+ "epoch": 1.973684210526316,
126
+ "grad_norm": 1.046875,
127
+ "learning_rate": 0.00019427947082061432,
128
+ "loss": 1.6173,
129
+ "step": 75
130
+ },
131
+ {
132
+ "epoch": 2.0,
133
+ "eval_loss": 2.9756951332092285,
134
+ "eval_runtime": 0.2386,
135
+ "eval_samples_per_second": 41.915,
136
+ "eval_steps_per_second": 4.191,
137
+ "step": 76
138
+ },
139
+ {
140
+ "epoch": 2.1052631578947367,
141
+ "grad_norm": 0.9453125,
142
+ "learning_rate": 0.00019264940672148018,
143
+ "loss": 1.5155,
144
+ "step": 80
145
+ },
146
+ {
147
+ "epoch": 2.236842105263158,
148
+ "grad_norm": 0.84765625,
149
+ "learning_rate": 0.00019082392944938466,
150
+ "loss": 1.4557,
151
+ "step": 85
152
+ },
153
+ {
154
+ "epoch": 2.3684210526315788,
155
+ "grad_norm": 0.7421875,
156
+ "learning_rate": 0.00018880688924275378,
157
+ "loss": 1.4092,
158
+ "step": 90
159
+ },
160
+ {
161
+ "epoch": 2.5,
162
+ "grad_norm": 0.43359375,
163
+ "learning_rate": 0.00018660254037844388,
164
+ "loss": 1.3523,
165
+ "step": 95
166
+ },
167
+ {
168
+ "epoch": 2.6315789473684212,
169
+ "grad_norm": 0.58203125,
170
+ "learning_rate": 0.00018421553219875658,
171
+ "loss": 1.3176,
172
+ "step": 100
173
+ },
174
+ {
175
+ "epoch": 2.763157894736842,
176
+ "grad_norm": 0.58203125,
177
+ "learning_rate": 0.0001816508993051943,
178
+ "loss": 1.2811,
179
+ "step": 105
180
+ },
181
+ {
182
+ "epoch": 2.8947368421052633,
183
+ "grad_norm": 0.82421875,
184
+ "learning_rate": 0.00017891405093963938,
185
+ "loss": 1.2585,
186
+ "step": 110
187
+ },
188
+ {
189
+ "epoch": 3.0,
190
+ "eval_loss": 2.7225849628448486,
191
+ "eval_runtime": 0.2375,
192
+ "eval_samples_per_second": 42.102,
193
+ "eval_steps_per_second": 4.21,
194
+ "step": 114
195
+ },
196
+ {
197
+ "epoch": 3.026315789473684,
198
+ "grad_norm": 0.9453125,
199
+ "learning_rate": 0.00017601075957535364,
200
+ "loss": 1.2406,
201
+ "step": 115
202
+ },
203
+ {
204
+ "epoch": 3.1578947368421053,
205
+ "grad_norm": 0.984375,
206
+ "learning_rate": 0.0001729471487418621,
207
+ "loss": 1.209,
208
+ "step": 120
209
+ },
210
+ {
211
+ "epoch": 3.2894736842105265,
212
+ "grad_norm": 0.85546875,
213
+ "learning_rate": 0.00016972968010939954,
214
+ "loss": 1.1876,
215
+ "step": 125
216
+ },
217
+ {
218
+ "epoch": 3.4210526315789473,
219
+ "grad_norm": 0.953125,
220
+ "learning_rate": 0.00016636513986016213,
221
+ "loss": 1.1913,
222
+ "step": 130
223
+ },
224
+ {
225
+ "epoch": 3.5526315789473686,
226
+ "grad_norm": 0.6015625,
227
+ "learning_rate": 0.0001628606243751082,
228
+ "loss": 1.17,
229
+ "step": 135
230
+ },
231
+ {
232
+ "epoch": 3.6842105263157894,
233
+ "grad_norm": 0.546875,
234
+ "learning_rate": 0.00015922352526649803,
235
+ "loss": 1.1573,
236
+ "step": 140
237
+ },
238
+ {
239
+ "epoch": 3.8157894736842106,
240
+ "grad_norm": 0.734375,
241
+ "learning_rate": 0.00015546151378774086,
242
+ "loss": 1.157,
243
+ "step": 145
244
+ },
245
+ {
246
+ "epoch": 3.9473684210526314,
247
+ "grad_norm": 0.81640625,
248
+ "learning_rate": 0.00015158252465343242,
249
+ "loss": 1.1493,
250
+ "step": 150
251
+ },
252
+ {
253
+ "epoch": 4.0,
254
+ "eval_loss": 2.631202220916748,
255
+ "eval_runtime": 0.238,
256
+ "eval_samples_per_second": 42.017,
257
+ "eval_steps_per_second": 4.202,
258
+ "step": 152
259
+ },
260
+ {
261
+ "epoch": 4.078947368421052,
262
+ "grad_norm": 1.21875,
263
+ "learning_rate": 0.00014759473930370736,
264
+ "loss": 1.1375,
265
+ "step": 155
266
+ },
267
+ {
268
+ "epoch": 4.2105263157894735,
269
+ "grad_norm": 1.1015625,
270
+ "learning_rate": 0.00014350656864820733,
271
+ "loss": 1.1162,
272
+ "step": 160
273
+ },
274
+ {
275
+ "epoch": 4.342105263157895,
276
+ "grad_norm": 1.2734375,
277
+ "learning_rate": 0.0001393266353260583,
278
+ "loss": 1.1148,
279
+ "step": 165
280
+ },
281
+ {
282
+ "epoch": 4.473684210526316,
283
+ "grad_norm": 1.0078125,
284
+ "learning_rate": 0.00013506375551927547,
285
+ "loss": 1.1125,
286
+ "step": 170
287
+ },
288
+ {
289
+ "epoch": 4.605263157894737,
290
+ "grad_norm": 0.625,
291
+ "learning_rate": 0.00013072692035795305,
292
+ "loss": 1.1057,
293
+ "step": 175
294
+ },
295
+ {
296
+ "epoch": 4.7368421052631575,
297
+ "grad_norm": 0.7421875,
298
+ "learning_rate": 0.00012632527695645993,
299
+ "loss": 1.1023,
300
+ "step": 180
301
+ },
302
+ {
303
+ "epoch": 4.868421052631579,
304
+ "grad_norm": 0.703125,
305
+ "learning_rate": 0.0001218681091206376,
306
+ "loss": 1.0983,
307
+ "step": 185
308
+ },
309
+ {
310
+ "epoch": 5.0,
311
+ "grad_norm": 0.6796875,
312
+ "learning_rate": 0.00011736481776669306,
313
+ "loss": 1.0934,
314
+ "step": 190
315
+ },
316
+ {
317
+ "epoch": 5.0,
318
+ "eval_loss": 2.6199984550476074,
319
+ "eval_runtime": 0.2365,
320
+ "eval_samples_per_second": 42.281,
321
+ "eval_steps_per_second": 4.228,
322
+ "step": 190
323
+ },
324
+ {
325
+ "epoch": 5.131578947368421,
326
+ "grad_norm": 0.74609375,
327
+ "learning_rate": 0.00011282490109308633,
328
+ "loss": 1.0826,
329
+ "step": 195
330
+ },
331
+ {
332
+ "epoch": 5.2631578947368425,
333
+ "grad_norm": 0.81640625,
334
+ "learning_rate": 0.00010825793454723325,
335
+ "loss": 1.0788,
336
+ "step": 200
337
+ },
338
+ {
339
+ "epoch": 5.394736842105263,
340
+ "grad_norm": 0.68359375,
341
+ "learning_rate": 0.00010367355062927726,
342
+ "loss": 1.0782,
343
+ "step": 205
344
+ },
345
+ {
346
+ "epoch": 5.526315789473684,
347
+ "grad_norm": 0.95703125,
348
+ "learning_rate": 9.908141857552737e-05,
349
+ "loss": 1.0606,
350
+ "step": 210
351
+ },
352
+ {
353
+ "epoch": 5.657894736842105,
354
+ "grad_norm": 0.65234375,
355
+ "learning_rate": 9.449122396441345e-05,
356
+ "loss": 1.0564,
357
+ "step": 215
358
+ },
359
+ {
360
+ "epoch": 5.7894736842105265,
361
+ "grad_norm": 0.5546875,
362
+ "learning_rate": 8.991264828797319e-05,
363
+ "loss": 1.0509,
364
+ "step": 220
365
+ },
366
+ {
367
+ "epoch": 5.921052631578947,
368
+ "grad_norm": 0.6328125,
369
+ "learning_rate": 8.535534853195786e-05,
370
+ "loss": 1.0587,
371
+ "step": 225
372
+ },
373
+ {
374
+ "epoch": 6.0,
375
+ "eval_loss": 2.6019885540008545,
376
+ "eval_runtime": 0.2397,
377
+ "eval_samples_per_second": 41.723,
378
+ "eval_steps_per_second": 4.172,
379
+ "step": 228
380
+ },
381
+ {
382
+ "epoch": 6.052631578947368,
383
+ "grad_norm": 0.6640625,
384
+ "learning_rate": 8.082893680762619e-05,
385
+ "loss": 1.0543,
386
+ "step": 230
387
+ },
388
+ {
389
+ "epoch": 6.184210526315789,
390
+ "grad_norm": 0.72265625,
391
+ "learning_rate": 7.634296007818576e-05,
392
+ "loss": 1.0452,
393
+ "step": 235
394
+ },
395
+ {
396
+ "epoch": 6.315789473684211,
397
+ "grad_norm": 0.84375,
398
+ "learning_rate": 7.190688002264308e-05,
399
+ "loss": 1.042,
400
+ "step": 240
401
+ },
402
+ {
403
+ "epoch": 6.447368421052632,
404
+ "grad_norm": 0.66796875,
405
+ "learning_rate": 6.753005307953167e-05,
406
+ "loss": 1.0413,
407
+ "step": 245
408
+ },
409
+ {
410
+ "epoch": 6.578947368421053,
411
+ "grad_norm": 0.80078125,
412
+ "learning_rate": 6.322171071261071e-05,
413
+ "loss": 1.0436,
414
+ "step": 250
415
+ },
416
+ {
417
+ "epoch": 6.7105263157894735,
418
+ "grad_norm": 0.77734375,
419
+ "learning_rate": 5.8990939940156e-05,
420
+ "loss": 1.0367,
421
+ "step": 255
422
+ },
423
+ {
424
+ "epoch": 6.842105263157895,
425
+ "grad_norm": 0.5703125,
426
+ "learning_rate": 5.484666416891109e-05,
427
+ "loss": 1.0299,
428
+ "step": 260
429
+ },
430
+ {
431
+ "epoch": 6.973684210526316,
432
+ "grad_norm": 0.70703125,
433
+ "learning_rate": 5.079762437312219e-05,
434
+ "loss": 1.0289,
435
+ "step": 265
436
+ },
437
+ {
438
+ "epoch": 7.0,
439
+ "eval_loss": 2.5995545387268066,
440
+ "eval_runtime": 0.2387,
441
+ "eval_samples_per_second": 41.887,
442
+ "eval_steps_per_second": 4.189,
443
+ "step": 266
444
+ },
445
+ {
446
+ "epoch": 7.105263157894737,
447
+ "grad_norm": 0.53125,
448
+ "learning_rate": 4.685236065835443e-05,
449
+ "loss": 1.0249,
450
+ "step": 270
451
+ },
452
+ {
453
+ "epoch": 7.2368421052631575,
454
+ "grad_norm": 0.671875,
455
+ "learning_rate": 4.301919424897338e-05,
456
+ "loss": 1.0192,
457
+ "step": 275
458
+ },
459
+ {
460
+ "epoch": 7.368421052631579,
461
+ "grad_norm": 0.486328125,
462
+ "learning_rate": 3.9306209937284346e-05,
463
+ "loss": 1.0285,
464
+ "step": 280
465
+ },
466
+ {
467
+ "epoch": 7.5,
468
+ "grad_norm": 0.72265625,
469
+ "learning_rate": 3.5721239031346066e-05,
470
+ "loss": 1.025,
471
+ "step": 285
472
+ },
473
+ {
474
+ "epoch": 7.631578947368421,
475
+ "grad_norm": 0.58984375,
476
+ "learning_rate": 3.227184283742591e-05,
477
+ "loss": 1.0347,
478
+ "step": 290
479
+ },
480
+ {
481
+ "epoch": 7.7631578947368425,
482
+ "grad_norm": 0.51171875,
483
+ "learning_rate": 2.89652967119336e-05,
484
+ "loss": 1.0223,
485
+ "step": 295
486
+ },
487
+ {
488
+ "epoch": 7.894736842105263,
489
+ "grad_norm": 0.52734375,
490
+ "learning_rate": 2.5808574716471856e-05,
491
+ "loss": 1.0197,
492
+ "step": 300
493
+ },
494
+ {
495
+ "epoch": 8.0,
496
+ "eval_loss": 2.602214813232422,
497
+ "eval_runtime": 0.2375,
498
+ "eval_samples_per_second": 42.1,
499
+ "eval_steps_per_second": 4.21,
500
+ "step": 304
501
+ },
502
+ {
503
+ "epoch": 8.026315789473685,
504
+ "grad_norm": 0.5546875,
505
+ "learning_rate": 2.2808334908367914e-05,
506
+ "loss": 1.023,
507
+ "step": 305
508
+ },
509
+ {
510
+ "epoch": 8.157894736842104,
511
+ "grad_norm": 0.498046875,
512
+ "learning_rate": 1.9970905297711606e-05,
513
+ "loss": 1.0158,
514
+ "step": 310
515
+ },
516
+ {
517
+ "epoch": 8.289473684210526,
518
+ "grad_norm": 0.51953125,
519
+ "learning_rate": 1.7302270500518182e-05,
520
+ "loss": 1.0183,
521
+ "step": 315
522
+ },
523
+ {
524
+ "epoch": 8.421052631578947,
525
+ "grad_norm": 0.46875,
526
+ "learning_rate": 1.4808059116167305e-05,
527
+ "loss": 1.0081,
528
+ "step": 320
529
+ },
530
+ {
531
+ "epoch": 8.552631578947368,
532
+ "grad_norm": 0.53125,
533
+ "learning_rate": 1.2493531855740625e-05,
534
+ "loss": 1.0149,
535
+ "step": 325
536
+ },
537
+ {
538
+ "epoch": 8.68421052631579,
539
+ "grad_norm": 0.494140625,
540
+ "learning_rate": 1.0363570446297999e-05,
541
+ "loss": 1.0197,
542
+ "step": 330
543
+ },
544
+ {
545
+ "epoch": 8.81578947368421,
546
+ "grad_norm": 0.46484375,
547
+ "learning_rate": 8.422667334494249e-06,
548
+ "loss": 1.02,
549
+ "step": 335
550
+ },
551
+ {
552
+ "epoch": 8.947368421052632,
553
+ "grad_norm": 0.5,
554
+ "learning_rate": 6.674916211254289e-06,
555
+ "loss": 1.0221,
556
+ "step": 340
557
+ },
558
+ {
559
+ "epoch": 9.0,
560
+ "eval_loss": 2.605945110321045,
561
+ "eval_runtime": 0.2375,
562
+ "eval_samples_per_second": 42.099,
563
+ "eval_steps_per_second": 4.21,
564
+ "step": 342
565
+ },
566
+ {
567
+ "epoch": 9.078947368421053,
568
+ "grad_norm": 0.45703125,
569
+ "learning_rate": 5.124003377490582e-06,
570
+ "loss": 1.0218,
571
+ "step": 345
572
+ },
573
+ {
574
+ "epoch": 9.210526315789474,
575
+ "grad_norm": 0.46484375,
576
+ "learning_rate": 3.7731999690749585e-06,
577
+ "loss": 1.0087,
578
+ "step": 350
579
+ },
580
+ {
581
+ "epoch": 9.342105263157896,
582
+ "grad_norm": 0.4609375,
583
+ "learning_rate": 2.6253550574632303e-06,
584
+ "loss": 1.0178,
585
+ "step": 355
586
+ },
587
+ {
588
+ "epoch": 9.473684210526315,
589
+ "grad_norm": 0.453125,
590
+ "learning_rate": 1.6828896405244988e-06,
591
+ "loss": 1.0225,
592
+ "step": 360
593
+ },
594
+ {
595
+ "epoch": 9.605263157894736,
596
+ "grad_norm": 0.455078125,
597
+ "learning_rate": 9.477915362496758e-07,
598
+ "loss": 1.0206,
599
+ "step": 365
600
+ },
601
+ {
602
+ "epoch": 9.736842105263158,
603
+ "grad_norm": 0.490234375,
604
+ "learning_rate": 4.216111901092501e-07,
605
+ "loss": 1.017,
606
+ "step": 370
607
+ },
608
+ {
609
+ "epoch": 9.868421052631579,
610
+ "grad_norm": 0.46484375,
611
+ "learning_rate": 1.0545840490313596e-07,
612
+ "loss": 1.0248,
613
+ "step": 375
614
+ },
615
+ {
616
+ "epoch": 10.0,
617
+ "grad_norm": 0.57421875,
618
+ "learning_rate": 0.0,
619
+ "loss": 1.0175,
620
+ "step": 380
621
+ },
622
+ {
623
+ "epoch": 10.0,
624
+ "eval_loss": 2.6068081855773926,
625
+ "eval_runtime": 0.235,
626
+ "eval_samples_per_second": 42.55,
627
+ "eval_steps_per_second": 4.255,
628
+ "step": 380
629
+ },
630
+ {
631
+ "epoch": 10.0,
632
+ "step": 380,
633
+ "total_flos": 1.158687595912233e+18,
634
+ "train_loss": 3.413645140748275,
635
+ "train_runtime": 927.0586,
636
+ "train_samples_per_second": 26.201,
637
+ "train_steps_per_second": 0.41
638
+ }
639
+ ],
640
+ "logging_steps": 5,
641
+ "max_steps": 380,
642
+ "num_input_tokens_seen": 0,
643
+ "num_train_epochs": 10,
644
+ "save_steps": 100,
645
+ "total_flos": 1.158687595912233e+18,
646
+ "train_batch_size": 4,
647
+ "trial_name": null,
648
+ "trial_params": null
649
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0c0b8513d8bd589582689c0ff7747379671c31b285702a50c53f4629a911de
3
+ size 5176