ale-bay commited on
Commit
8131c22
1 Parent(s): f191b5b

Model save

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 ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ base_model: google/gemma-2b
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ datasets:
9
+ - generator
10
+ model-index:
11
+ - name: zephyr-2b-gemma-sft
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://zebra.wandb.io/cto/distillm/runs/38yxv4re)
19
+ # zephyr-2b-gemma-sft
20
+
21
+ This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.0529
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 4
45
+ - seed: 42
46
+ - distributed_type: multi-GPU
47
+ - num_devices: 8
48
+ - gradient_accumulation_steps: 4
49
+ - total_train_batch_size: 128
50
+ - total_eval_batch_size: 32
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: cosine
53
+ - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 3
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss |
59
+ |:-------------:|:------:|:----:|:---------------:|
60
+ | 0.9699 | 0.9983 | 299 | 1.0448 |
61
+ | 0.8939 | 2.0 | 599 | 1.0375 |
62
+ | 0.8191 | 2.9950 | 897 | 1.0529 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.42.3
68
+ - Pytorch 2.3.1+cu121
69
+ - Datasets 2.20.0
70
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.994991652754591,
3
+ "total_flos": 106879455854592.0,
4
+ "train_loss": 0.9405513189841008,
5
+ "train_runtime": 1810.6389,
6
+ "train_samples": 9500,
7
+ "train_samples_per_second": 63.501,
8
+ "train_steps_per_second": 0.495
9
+ }
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/gemma-2b",
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": "gelu_pytorch_tanh",
13
+ "hidden_size": 2048,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 16384,
16
+ "max_position_embeddings": 8192,
17
+ "model_type": "gemma",
18
+ "num_attention_heads": 8,
19
+ "num_hidden_layers": 18,
20
+ "num_key_value_heads": 1,
21
+ "pad_token_id": 0,
22
+ "rms_norm_eps": 1e-06,
23
+ "rope_scaling": null,
24
+ "rope_theta": 10000.0,
25
+ "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.42.3",
27
+ "use_cache": false,
28
+ "vocab_size": 256000
29
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.42.3"
7
+ }
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a04274f12c058fb2915cb4235aadd2642fdcab9dc94c02a362d65db1c44366cb
3
+ size 4945242264
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0ebcee8026716ca6c5fdcb43baa6d9d3d3ffd078a0b3004ad44f31485744c81
3
+ size 67121608
model.safetensors.index.json ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 5012344832
4
+ },
5
+ "weight_map": {
6
+ "model.embed_tokens.weight": "model-00001-of-00002.safetensors",
7
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
8
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
9
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
10
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
11
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
12
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
13
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
14
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
15
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
16
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
17
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
18
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
19
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
20
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
21
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
22
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
23
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
24
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
25
+ "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
26
+ "model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
27
+ "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
28
+ "model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
29
+ "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
30
+ "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
31
+ "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
32
+ "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
33
+ "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
34
+ "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
35
+ "model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
36
+ "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
37
+ "model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
38
+ "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
39
+ "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
40
+ "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
41
+ "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
42
+ "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
43
+ "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
44
+ "model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
45
+ "model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
46
+ "model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
47
+ "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
48
+ "model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
49
+ "model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
50
+ "model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
51
+ "model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
52
+ "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
53
+ "model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
54
+ "model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
55
+ "model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
56
+ "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
57
+ "model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
58
+ "model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
59
+ "model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
60
+ "model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
61
+ "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
62
+ "model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
63
+ "model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
64
+ "model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
65
+ "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
66
+ "model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
67
+ "model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
68
+ "model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
69
+ "model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
70
+ "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
71
+ "model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
72
+ "model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
73
+ "model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
74
+ "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
75
+ "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
76
+ "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
77
+ "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
78
+ "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
79
+ "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
80
+ "model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
81
+ "model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
82
+ "model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
83
+ "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
84
+ "model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
85
+ "model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
86
+ "model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
87
+ "model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
88
+ "model.layers.17.input_layernorm.weight": "model-00002-of-00002.safetensors",
89
+ "model.layers.17.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
90
+ "model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
91
+ "model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
92
+ "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
93
+ "model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
94
+ "model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
95
+ "model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
96
+ "model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
97
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
98
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
99
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
100
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
101
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
102
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
103
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
104
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
105
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
106
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
107
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
108
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
109
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
110
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
111
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
112
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
113
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
114
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
115
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
116
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
117
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
118
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
119
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
120
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
121
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
122
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
123
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
124
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
125
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
126
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
127
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
128
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
129
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
130
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
131
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
132
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
133
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
134
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
135
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
136
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
137
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
138
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
139
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
140
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
141
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
142
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
143
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
144
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
145
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
146
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
147
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
148
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
149
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
150
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
151
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
152
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
153
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
154
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
155
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
156
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
157
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
158
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
159
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
160
+ "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
161
+ "model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
162
+ "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
163
+ "model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
164
+ "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
165
+ "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
166
+ "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
167
+ "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
168
+ "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
169
+ "model.norm.weight": "model-00002-of-00002.safetensors"
170
+ }
171
+ }
runs/Jul11_10-06-29_ale-distillm-8-0-0/events.out.tfevents.1720689278.ale-distillm-8-0-0.1206.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caaa52517f17fd897f67a61fcf78cd38126c8736b95ea966e34c24e8c273c698
3
+ size 9435
runs/Jul11_10-19-42_ale-distillm-8-0-0/events.out.tfevents.1720689602.ale-distillm-8-0-0.2700.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18597910fe8436b032558a75527997b4cbc692d96440672282184137f5416b3e
3
+ size 44131
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": 2.994991652754591,
3
+ "total_flos": 106879455854592.0,
4
+ "train_loss": 0.9405513189841008,
5
+ "train_runtime": 1810.6389,
6
+ "train_samples": 9500,
7
+ "train_samples_per_second": 63.501,
8
+ "train_steps_per_second": 0.495
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,1326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.994991652754591,
5
+ "eval_steps": 500,
6
+ "global_step": 897,
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.00333889816360601,
13
+ "grad_norm": 15.957291352883223,
14
+ "learning_rate": 2.2222222222222224e-07,
15
+ "loss": 1.659,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.01669449081803005,
20
+ "grad_norm": 20.82554498626078,
21
+ "learning_rate": 1.111111111111111e-06,
22
+ "loss": 1.6865,
23
+ "step": 5
24
+ },
25
+ {
26
+ "epoch": 0.0333889816360601,
27
+ "grad_norm": 86.6993488709915,
28
+ "learning_rate": 2.222222222222222e-06,
29
+ "loss": 1.6197,
30
+ "step": 10
31
+ },
32
+ {
33
+ "epoch": 0.05008347245409015,
34
+ "grad_norm": 14.254925959501568,
35
+ "learning_rate": 3.3333333333333333e-06,
36
+ "loss": 1.5486,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.0667779632721202,
41
+ "grad_norm": 13.342089213956086,
42
+ "learning_rate": 4.444444444444444e-06,
43
+ "loss": 1.4139,
44
+ "step": 20
45
+ },
46
+ {
47
+ "epoch": 0.08347245409015025,
48
+ "grad_norm": 4.153939027731178,
49
+ "learning_rate": 5.555555555555557e-06,
50
+ "loss": 1.3362,
51
+ "step": 25
52
+ },
53
+ {
54
+ "epoch": 0.1001669449081803,
55
+ "grad_norm": 3.6584133983100555,
56
+ "learning_rate": 6.666666666666667e-06,
57
+ "loss": 1.2915,
58
+ "step": 30
59
+ },
60
+ {
61
+ "epoch": 0.11686143572621036,
62
+ "grad_norm": 1.7065592509714724,
63
+ "learning_rate": 7.77777777777778e-06,
64
+ "loss": 1.2528,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.1335559265442404,
69
+ "grad_norm": 1.2120527319735446,
70
+ "learning_rate": 8.888888888888888e-06,
71
+ "loss": 1.1931,
72
+ "step": 40
73
+ },
74
+ {
75
+ "epoch": 0.15025041736227046,
76
+ "grad_norm": 0.9282324284674316,
77
+ "learning_rate": 1e-05,
78
+ "loss": 1.2201,
79
+ "step": 45
80
+ },
81
+ {
82
+ "epoch": 0.1669449081803005,
83
+ "grad_norm": 1.0951455236906156,
84
+ "learning_rate": 1.1111111111111113e-05,
85
+ "loss": 1.1159,
86
+ "step": 50
87
+ },
88
+ {
89
+ "epoch": 0.18363939899833054,
90
+ "grad_norm": 1.2930034758923397,
91
+ "learning_rate": 1.2222222222222224e-05,
92
+ "loss": 1.1869,
93
+ "step": 55
94
+ },
95
+ {
96
+ "epoch": 0.2003338898163606,
97
+ "grad_norm": 1.0326836881864259,
98
+ "learning_rate": 1.3333333333333333e-05,
99
+ "loss": 1.1471,
100
+ "step": 60
101
+ },
102
+ {
103
+ "epoch": 0.21702838063439064,
104
+ "grad_norm": 1.3171962712550565,
105
+ "learning_rate": 1.4444444444444446e-05,
106
+ "loss": 1.1128,
107
+ "step": 65
108
+ },
109
+ {
110
+ "epoch": 0.2337228714524207,
111
+ "grad_norm": 1.0884778593805544,
112
+ "learning_rate": 1.555555555555556e-05,
113
+ "loss": 1.1264,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 0.25041736227045075,
118
+ "grad_norm": 0.9392194413455617,
119
+ "learning_rate": 1.6666666666666667e-05,
120
+ "loss": 1.0988,
121
+ "step": 75
122
+ },
123
+ {
124
+ "epoch": 0.2671118530884808,
125
+ "grad_norm": 1.9552115109721053,
126
+ "learning_rate": 1.7777777777777777e-05,
127
+ "loss": 1.1021,
128
+ "step": 80
129
+ },
130
+ {
131
+ "epoch": 0.2838063439065108,
132
+ "grad_norm": 3.0360726960980946,
133
+ "learning_rate": 1.888888888888889e-05,
134
+ "loss": 1.0973,
135
+ "step": 85
136
+ },
137
+ {
138
+ "epoch": 0.3005008347245409,
139
+ "grad_norm": 4.983883252794476,
140
+ "learning_rate": 2e-05,
141
+ "loss": 1.1114,
142
+ "step": 90
143
+ },
144
+ {
145
+ "epoch": 0.31719532554257096,
146
+ "grad_norm": 2.3180149380481923,
147
+ "learning_rate": 1.9998105699049984e-05,
148
+ "loss": 1.0802,
149
+ "step": 95
150
+ },
151
+ {
152
+ "epoch": 0.333889816360601,
153
+ "grad_norm": 2.319946130765325,
154
+ "learning_rate": 1.9992423513875158e-05,
155
+ "loss": 1.0662,
156
+ "step": 100
157
+ },
158
+ {
159
+ "epoch": 0.35058430717863104,
160
+ "grad_norm": 3.3442318487800233,
161
+ "learning_rate": 1.9982955597229275e-05,
162
+ "loss": 1.0806,
163
+ "step": 105
164
+ },
165
+ {
166
+ "epoch": 0.3672787979966611,
167
+ "grad_norm": 2.142182950971819,
168
+ "learning_rate": 1.9969705536129033e-05,
169
+ "loss": 1.0649,
170
+ "step": 110
171
+ },
172
+ {
173
+ "epoch": 0.38397328881469117,
174
+ "grad_norm": 0.6856937250318401,
175
+ "learning_rate": 1.9952678350495104e-05,
176
+ "loss": 1.0447,
177
+ "step": 115
178
+ },
179
+ {
180
+ "epoch": 0.4006677796327212,
181
+ "grad_norm": 0.7829500151676976,
182
+ "learning_rate": 1.9931880491250263e-05,
183
+ "loss": 1.0597,
184
+ "step": 120
185
+ },
186
+ {
187
+ "epoch": 0.41736227045075125,
188
+ "grad_norm": 0.7638616840316438,
189
+ "learning_rate": 1.990731983787542e-05,
190
+ "loss": 1.0531,
191
+ "step": 125
192
+ },
193
+ {
194
+ "epoch": 0.4340567612687813,
195
+ "grad_norm": 2.040636856622385,
196
+ "learning_rate": 1.987900569542438e-05,
197
+ "loss": 1.0477,
198
+ "step": 130
199
+ },
200
+ {
201
+ "epoch": 0.4507512520868113,
202
+ "grad_norm": 2.3786229682426097,
203
+ "learning_rate": 1.9846948790998532e-05,
204
+ "loss": 1.0269,
205
+ "step": 135
206
+ },
207
+ {
208
+ "epoch": 0.4674457429048414,
209
+ "grad_norm": 2.1337859327827924,
210
+ "learning_rate": 1.9811161269682776e-05,
211
+ "loss": 1.0433,
212
+ "step": 140
213
+ },
214
+ {
215
+ "epoch": 0.48414023372287146,
216
+ "grad_norm": 1.1867114123037232,
217
+ "learning_rate": 1.9771656689944238e-05,
218
+ "loss": 1.0553,
219
+ "step": 145
220
+ },
221
+ {
222
+ "epoch": 0.5008347245409015,
223
+ "grad_norm": 0.7895227440440761,
224
+ "learning_rate": 1.9728450018495506e-05,
225
+ "loss": 1.0324,
226
+ "step": 150
227
+ },
228
+ {
229
+ "epoch": 0.5175292153589316,
230
+ "grad_norm": 1.0628554871553173,
231
+ "learning_rate": 1.968155762462433e-05,
232
+ "loss": 1.0328,
233
+ "step": 155
234
+ },
235
+ {
236
+ "epoch": 0.5342237061769616,
237
+ "grad_norm": 0.6995453797111978,
238
+ "learning_rate": 1.9630997273991964e-05,
239
+ "loss": 1.0464,
240
+ "step": 160
241
+ },
242
+ {
243
+ "epoch": 0.5509181969949917,
244
+ "grad_norm": 0.8920498995880328,
245
+ "learning_rate": 1.9576788121902457e-05,
246
+ "loss": 1.0387,
247
+ "step": 165
248
+ },
249
+ {
250
+ "epoch": 0.5676126878130217,
251
+ "grad_norm": 0.5794791237069282,
252
+ "learning_rate": 1.951895070604547e-05,
253
+ "loss": 1.0344,
254
+ "step": 170
255
+ },
256
+ {
257
+ "epoch": 0.5843071786310517,
258
+ "grad_norm": 0.812865125617091,
259
+ "learning_rate": 1.9457506938715357e-05,
260
+ "loss": 1.0334,
261
+ "step": 175
262
+ },
263
+ {
264
+ "epoch": 0.6010016694490818,
265
+ "grad_norm": 0.6221536202120724,
266
+ "learning_rate": 1.9392480098509488e-05,
267
+ "loss": 1.0174,
268
+ "step": 180
269
+ },
270
+ {
271
+ "epoch": 0.6176961602671118,
272
+ "grad_norm": 1.183734025560333,
273
+ "learning_rate": 1.93238948215089e-05,
274
+ "loss": 1.0419,
275
+ "step": 185
276
+ },
277
+ {
278
+ "epoch": 0.6343906510851419,
279
+ "grad_norm": 0.9014792857328605,
280
+ "learning_rate": 1.9251777091944665e-05,
281
+ "loss": 1.0379,
282
+ "step": 190
283
+ },
284
+ {
285
+ "epoch": 0.6510851419031719,
286
+ "grad_norm": 0.6277333718665531,
287
+ "learning_rate": 1.9176154232353513e-05,
288
+ "loss": 1.048,
289
+ "step": 195
290
+ },
291
+ {
292
+ "epoch": 0.667779632721202,
293
+ "grad_norm": 0.7852268352013753,
294
+ "learning_rate": 1.9097054893226395e-05,
295
+ "loss": 1.0036,
296
+ "step": 200
297
+ },
298
+ {
299
+ "epoch": 0.6844741235392321,
300
+ "grad_norm": 0.7644282091895362,
301
+ "learning_rate": 1.9014509042153964e-05,
302
+ "loss": 1.0185,
303
+ "step": 205
304
+ },
305
+ {
306
+ "epoch": 0.7011686143572621,
307
+ "grad_norm": 1.155642192053512,
308
+ "learning_rate": 1.8928547952473037e-05,
309
+ "loss": 1.031,
310
+ "step": 210
311
+ },
312
+ {
313
+ "epoch": 0.7178631051752922,
314
+ "grad_norm": 0.8244257339118122,
315
+ "learning_rate": 1.8839204191418386e-05,
316
+ "loss": 0.9993,
317
+ "step": 215
318
+ },
319
+ {
320
+ "epoch": 0.7345575959933222,
321
+ "grad_norm": 1.277466050359365,
322
+ "learning_rate": 1.8746511607784298e-05,
323
+ "loss": 1.0109,
324
+ "step": 220
325
+ },
326
+ {
327
+ "epoch": 0.7512520868113522,
328
+ "grad_norm": 1.5066052003680952,
329
+ "learning_rate": 1.865050531910062e-05,
330
+ "loss": 1.023,
331
+ "step": 225
332
+ },
333
+ {
334
+ "epoch": 0.7679465776293823,
335
+ "grad_norm": 0.9113854901116754,
336
+ "learning_rate": 1.855122169832813e-05,
337
+ "loss": 1.0242,
338
+ "step": 230
339
+ },
340
+ {
341
+ "epoch": 0.7846410684474123,
342
+ "grad_norm": 1.2402339775346432,
343
+ "learning_rate": 1.844869836007825e-05,
344
+ "loss": 1.0286,
345
+ "step": 235
346
+ },
347
+ {
348
+ "epoch": 0.8013355592654424,
349
+ "grad_norm": 0.6049851988239257,
350
+ "learning_rate": 1.8342974146362397e-05,
351
+ "loss": 1.0186,
352
+ "step": 240
353
+ },
354
+ {
355
+ "epoch": 0.8180300500834724,
356
+ "grad_norm": 1.3277263188043547,
357
+ "learning_rate": 1.8234089111876256e-05,
358
+ "loss": 0.9915,
359
+ "step": 245
360
+ },
361
+ {
362
+ "epoch": 0.8347245409015025,
363
+ "grad_norm": 1.1833581547921075,
364
+ "learning_rate": 1.8122084508824692e-05,
365
+ "loss": 0.9774,
366
+ "step": 250
367
+ },
368
+ {
369
+ "epoch": 0.8514190317195326,
370
+ "grad_norm": 0.7893966735725576,
371
+ "learning_rate": 1.80070027712929e-05,
372
+ "loss": 0.9796,
373
+ "step": 255
374
+ },
375
+ {
376
+ "epoch": 0.8681135225375626,
377
+ "grad_norm": 0.6376249393560345,
378
+ "learning_rate": 1.7888887499169816e-05,
379
+ "loss": 1.0042,
380
+ "step": 260
381
+ },
382
+ {
383
+ "epoch": 0.8848080133555927,
384
+ "grad_norm": 0.5190419036120189,
385
+ "learning_rate": 1.7767783441629883e-05,
386
+ "loss": 1.0154,
387
+ "step": 265
388
+ },
389
+ {
390
+ "epoch": 0.9015025041736227,
391
+ "grad_norm": 1.1818796423028393,
392
+ "learning_rate": 1.7643736480179353e-05,
393
+ "loss": 1.0011,
394
+ "step": 270
395
+ },
396
+ {
397
+ "epoch": 0.9181969949916527,
398
+ "grad_norm": 1.1796026630847036,
399
+ "learning_rate": 1.7516793611273614e-05,
400
+ "loss": 1.028,
401
+ "step": 275
402
+ },
403
+ {
404
+ "epoch": 0.9348914858096828,
405
+ "grad_norm": 1.439445951878622,
406
+ "learning_rate": 1.7387002928512093e-05,
407
+ "loss": 0.9978,
408
+ "step": 280
409
+ },
410
+ {
411
+ "epoch": 0.9515859766277128,
412
+ "grad_norm": 0.8419035609125706,
413
+ "learning_rate": 1.725441360441752e-05,
414
+ "loss": 0.9684,
415
+ "step": 285
416
+ },
417
+ {
418
+ "epoch": 0.9682804674457429,
419
+ "grad_norm": 0.5556776261573866,
420
+ "learning_rate": 1.711907587180642e-05,
421
+ "loss": 1.0063,
422
+ "step": 290
423
+ },
424
+ {
425
+ "epoch": 0.9849749582637729,
426
+ "grad_norm": 0.5859264166409325,
427
+ "learning_rate": 1.698104100475788e-05,
428
+ "loss": 0.9699,
429
+ "step": 295
430
+ },
431
+ {
432
+ "epoch": 0.998330550918197,
433
+ "eval_loss": 1.0447537899017334,
434
+ "eval_runtime": 8.3378,
435
+ "eval_samples_per_second": 229.437,
436
+ "eval_steps_per_second": 7.196,
437
+ "step": 299
438
+ },
439
+ {
440
+ "epoch": 1.001669449081803,
441
+ "grad_norm": 0.684116955981944,
442
+ "learning_rate": 1.684036129918786e-05,
443
+ "loss": 0.994,
444
+ "step": 300
445
+ },
446
+ {
447
+ "epoch": 1.018363939899833,
448
+ "grad_norm": 0.636525659695419,
449
+ "learning_rate": 1.6697090053036344e-05,
450
+ "loss": 0.9265,
451
+ "step": 305
452
+ },
453
+ {
454
+ "epoch": 1.0350584307178632,
455
+ "grad_norm": 0.6445403739585581,
456
+ "learning_rate": 1.6551281546074863e-05,
457
+ "loss": 0.9375,
458
+ "step": 310
459
+ },
460
+ {
461
+ "epoch": 1.0517529215358932,
462
+ "grad_norm": 0.5637049176444268,
463
+ "learning_rate": 1.6402991019342073e-05,
464
+ "loss": 0.8965,
465
+ "step": 315
466
+ },
467
+ {
468
+ "epoch": 1.0684474123539232,
469
+ "grad_norm": 1.4378688957966754,
470
+ "learning_rate": 1.625227465421511e-05,
471
+ "loss": 0.9485,
472
+ "step": 320
473
+ },
474
+ {
475
+ "epoch": 1.0851419031719534,
476
+ "grad_norm": 0.9003525847557393,
477
+ "learning_rate": 1.60991895511247e-05,
478
+ "loss": 0.9224,
479
+ "step": 325
480
+ },
481
+ {
482
+ "epoch": 1.1018363939899833,
483
+ "grad_norm": 1.3901582427227526,
484
+ "learning_rate": 1.5943793707922086e-05,
485
+ "loss": 0.8996,
486
+ "step": 330
487
+ },
488
+ {
489
+ "epoch": 1.1185308848080133,
490
+ "grad_norm": 0.6502172371002246,
491
+ "learning_rate": 1.5786145997905952e-05,
492
+ "loss": 0.8986,
493
+ "step": 335
494
+ },
495
+ {
496
+ "epoch": 1.1352253756260433,
497
+ "grad_norm": 0.7409388125111871,
498
+ "learning_rate": 1.5626306147517665e-05,
499
+ "loss": 0.9041,
500
+ "step": 340
501
+ },
502
+ {
503
+ "epoch": 1.1519198664440735,
504
+ "grad_norm": 0.7699617044708045,
505
+ "learning_rate": 1.5464334713713312e-05,
506
+ "loss": 0.9105,
507
+ "step": 345
508
+ },
509
+ {
510
+ "epoch": 1.1686143572621035,
511
+ "grad_norm": 0.482173835799333,
512
+ "learning_rate": 1.5300293061021084e-05,
513
+ "loss": 0.9284,
514
+ "step": 350
515
+ },
516
+ {
517
+ "epoch": 1.1853088480801335,
518
+ "grad_norm": 0.6661684757723031,
519
+ "learning_rate": 1.5134243338292686e-05,
520
+ "loss": 0.9138,
521
+ "step": 355
522
+ },
523
+ {
524
+ "epoch": 1.2020033388981637,
525
+ "grad_norm": 0.6181201510230905,
526
+ "learning_rate": 1.4966248455157622e-05,
527
+ "loss": 0.9133,
528
+ "step": 360
529
+ },
530
+ {
531
+ "epoch": 1.2186978297161937,
532
+ "grad_norm": 0.6932256442185771,
533
+ "learning_rate": 1.4796372058189235e-05,
534
+ "loss": 0.8791,
535
+ "step": 365
536
+ },
537
+ {
538
+ "epoch": 1.2353923205342237,
539
+ "grad_norm": 0.8467977250421432,
540
+ "learning_rate": 1.4624678506791556e-05,
541
+ "loss": 0.9125,
542
+ "step": 370
543
+ },
544
+ {
545
+ "epoch": 1.2520868113522536,
546
+ "grad_norm": 0.5242049477951446,
547
+ "learning_rate": 1.445123284881609e-05,
548
+ "loss": 0.88,
549
+ "step": 375
550
+ },
551
+ {
552
+ "epoch": 1.2687813021702838,
553
+ "grad_norm": 1.1383635594624812,
554
+ "learning_rate": 1.4276100795917777e-05,
555
+ "loss": 0.906,
556
+ "step": 380
557
+ },
558
+ {
559
+ "epoch": 1.2854757929883138,
560
+ "grad_norm": 0.7300479274157736,
561
+ "learning_rate": 1.409934869865945e-05,
562
+ "loss": 0.9329,
563
+ "step": 385
564
+ },
565
+ {
566
+ "epoch": 1.302170283806344,
567
+ "grad_norm": 0.6241250631319742,
568
+ "learning_rate": 1.392104352137426e-05,
569
+ "loss": 0.91,
570
+ "step": 390
571
+ },
572
+ {
573
+ "epoch": 1.318864774624374,
574
+ "grad_norm": 0.5314621726495606,
575
+ "learning_rate": 1.3741252816795552e-05,
576
+ "loss": 0.9082,
577
+ "step": 395
578
+ },
579
+ {
580
+ "epoch": 1.335559265442404,
581
+ "grad_norm": 0.5158076915249926,
582
+ "learning_rate": 1.3560044700463824e-05,
583
+ "loss": 0.9071,
584
+ "step": 400
585
+ },
586
+ {
587
+ "epoch": 1.352253756260434,
588
+ "grad_norm": 0.6440319283841749,
589
+ "learning_rate": 1.3377487824920459e-05,
590
+ "loss": 0.9222,
591
+ "step": 405
592
+ },
593
+ {
594
+ "epoch": 1.3689482470784642,
595
+ "grad_norm": 0.6783380289367208,
596
+ "learning_rate": 1.3193651353698012e-05,
597
+ "loss": 0.9047,
598
+ "step": 410
599
+ },
600
+ {
601
+ "epoch": 1.3856427378964942,
602
+ "grad_norm": 0.5351014013897331,
603
+ "learning_rate": 1.30086049351169e-05,
604
+ "loss": 0.9222,
605
+ "step": 415
606
+ },
607
+ {
608
+ "epoch": 1.4023372287145242,
609
+ "grad_norm": 0.6007683835319969,
610
+ "learning_rate": 1.2822418675898428e-05,
611
+ "loss": 0.9233,
612
+ "step": 420
613
+ },
614
+ {
615
+ "epoch": 1.4190317195325544,
616
+ "grad_norm": 0.6163929600226291,
617
+ "learning_rate": 1.2635163114604131e-05,
618
+ "loss": 0.9055,
619
+ "step": 425
620
+ },
621
+ {
622
+ "epoch": 1.4357262103505843,
623
+ "grad_norm": 0.49834894870770663,
624
+ "learning_rate": 1.2446909194911552e-05,
625
+ "loss": 0.9218,
626
+ "step": 430
627
+ },
628
+ {
629
+ "epoch": 1.4524207011686143,
630
+ "grad_norm": 0.5385307548828243,
631
+ "learning_rate": 1.2257728238736468e-05,
632
+ "loss": 0.892,
633
+ "step": 435
634
+ },
635
+ {
636
+ "epoch": 1.4691151919866443,
637
+ "grad_norm": 0.5517156095572195,
638
+ "learning_rate": 1.2067691919211879e-05,
639
+ "loss": 0.8929,
640
+ "step": 440
641
+ },
642
+ {
643
+ "epoch": 1.4858096828046745,
644
+ "grad_norm": 0.7153685327652367,
645
+ "learning_rate": 1.1876872233533909e-05,
646
+ "loss": 0.923,
647
+ "step": 445
648
+ },
649
+ {
650
+ "epoch": 1.5025041736227045,
651
+ "grad_norm": 0.7676764132245686,
652
+ "learning_rate": 1.1685341475684935e-05,
653
+ "loss": 0.9045,
654
+ "step": 450
655
+ },
656
+ {
657
+ "epoch": 1.5191986644407347,
658
+ "grad_norm": 0.5222423769515294,
659
+ "learning_rate": 1.1493172209044259e-05,
660
+ "loss": 0.8796,
661
+ "step": 455
662
+ },
663
+ {
664
+ "epoch": 1.5358931552587647,
665
+ "grad_norm": 0.6572944121034952,
666
+ "learning_rate": 1.1300437238896758e-05,
667
+ "loss": 0.8864,
668
+ "step": 460
669
+ },
670
+ {
671
+ "epoch": 1.5525876460767947,
672
+ "grad_norm": 0.5696483456027143,
673
+ "learning_rate": 1.1107209584849845e-05,
674
+ "loss": 0.9003,
675
+ "step": 465
676
+ },
677
+ {
678
+ "epoch": 1.5692821368948247,
679
+ "grad_norm": 0.6111254138799543,
680
+ "learning_rate": 1.0913562453169241e-05,
681
+ "loss": 0.9148,
682
+ "step": 470
683
+ },
684
+ {
685
+ "epoch": 1.5859766277128546,
686
+ "grad_norm": 0.5948615420574401,
687
+ "learning_rate": 1.0719569209044047e-05,
688
+ "loss": 0.886,
689
+ "step": 475
690
+ },
691
+ {
692
+ "epoch": 1.6026711185308848,
693
+ "grad_norm": 0.5708947368895286,
694
+ "learning_rate": 1.0525303348791599e-05,
695
+ "loss": 0.9145,
696
+ "step": 480
697
+ },
698
+ {
699
+ "epoch": 1.6193656093489148,
700
+ "grad_norm": 0.5425313255069921,
701
+ "learning_rate": 1.0330838472012617e-05,
702
+ "loss": 0.9145,
703
+ "step": 485
704
+ },
705
+ {
706
+ "epoch": 1.636060100166945,
707
+ "grad_norm": 0.5410656168164641,
708
+ "learning_rate": 1.0136248253707267e-05,
709
+ "loss": 0.9009,
710
+ "step": 490
711
+ },
712
+ {
713
+ "epoch": 1.652754590984975,
714
+ "grad_norm": 0.6530203724837228,
715
+ "learning_rate": 9.94160641636263e-06,
716
+ "loss": 0.8822,
717
+ "step": 495
718
+ },
719
+ {
720
+ "epoch": 1.669449081803005,
721
+ "grad_norm": 0.4919274312787223,
722
+ "learning_rate": 9.74698670202218e-06,
723
+ "loss": 0.9086,
724
+ "step": 500
725
+ },
726
+ {
727
+ "epoch": 1.686143572621035,
728
+ "grad_norm": 0.5238976053781923,
729
+ "learning_rate": 9.552462844347883e-06,
730
+ "loss": 0.9035,
731
+ "step": 505
732
+ },
733
+ {
734
+ "epoch": 1.702838063439065,
735
+ "grad_norm": 0.523434772533601,
736
+ "learning_rate": 9.358108540685406e-06,
737
+ "loss": 0.8863,
738
+ "step": 510
739
+ },
740
+ {
741
+ "epoch": 1.7195325542570952,
742
+ "grad_norm": 0.5475333278586838,
743
+ "learning_rate": 9.163997424143167e-06,
744
+ "loss": 0.8931,
745
+ "step": 515
746
+ },
747
+ {
748
+ "epoch": 1.7362270450751254,
749
+ "grad_norm": 0.5167332021656158,
750
+ "learning_rate": 8.970203035695662e-06,
751
+ "loss": 0.8994,
752
+ "step": 520
753
+ },
754
+ {
755
+ "epoch": 1.7529215358931554,
756
+ "grad_norm": 0.5326685781863387,
757
+ "learning_rate": 8.776798796321715e-06,
758
+ "loss": 0.8926,
759
+ "step": 525
760
+ },
761
+ {
762
+ "epoch": 1.7696160267111853,
763
+ "grad_norm": 0.5863957550550153,
764
+ "learning_rate": 8.583857979188203e-06,
765
+ "loss": 0.8838,
766
+ "step": 530
767
+ },
768
+ {
769
+ "epoch": 1.7863105175292153,
770
+ "grad_norm": 0.628416420944202,
771
+ "learning_rate": 8.391453681889772e-06,
772
+ "loss": 0.9048,
773
+ "step": 535
774
+ },
775
+ {
776
+ "epoch": 1.8030050083472453,
777
+ "grad_norm": 0.5843287954680072,
778
+ "learning_rate": 8.199658798755048e-06,
779
+ "loss": 0.9497,
780
+ "step": 540
781
+ },
782
+ {
783
+ "epoch": 1.8196994991652755,
784
+ "grad_norm": 0.45288053121542915,
785
+ "learning_rate": 8.008545993229897e-06,
786
+ "loss": 0.8966,
787
+ "step": 545
788
+ },
789
+ {
790
+ "epoch": 1.8363939899833055,
791
+ "grad_norm": 0.5590037561540859,
792
+ "learning_rate": 7.818187670348133e-06,
793
+ "loss": 0.894,
794
+ "step": 550
795
+ },
796
+ {
797
+ "epoch": 1.8530884808013357,
798
+ "grad_norm": 0.4833538496147019,
799
+ "learning_rate": 7.628655949300133e-06,
800
+ "loss": 0.9073,
801
+ "step": 555
802
+ },
803
+ {
804
+ "epoch": 1.8697829716193657,
805
+ "grad_norm": 0.5876142408674571,
806
+ "learning_rate": 7.440022636109742e-06,
807
+ "loss": 0.9323,
808
+ "step": 560
809
+ },
810
+ {
811
+ "epoch": 1.8864774624373957,
812
+ "grad_norm": 0.5308705244707532,
813
+ "learning_rate": 7.2523591964298345e-06,
814
+ "loss": 0.8729,
815
+ "step": 565
816
+ },
817
+ {
818
+ "epoch": 1.9031719532554257,
819
+ "grad_norm": 0.5518206549230582,
820
+ "learning_rate": 7.065736728466832e-06,
821
+ "loss": 0.8941,
822
+ "step": 570
823
+ },
824
+ {
825
+ "epoch": 1.9198664440734556,
826
+ "grad_norm": 0.5663164888037011,
827
+ "learning_rate": 6.880225936044402e-06,
828
+ "loss": 0.8969,
829
+ "step": 575
830
+ },
831
+ {
832
+ "epoch": 1.9365609348914858,
833
+ "grad_norm": 0.7716989331300791,
834
+ "learning_rate": 6.695897101816606e-06,
835
+ "loss": 0.889,
836
+ "step": 580
837
+ },
838
+ {
839
+ "epoch": 1.9532554257095158,
840
+ "grad_norm": 0.4854407441914746,
841
+ "learning_rate": 6.512820060640608e-06,
842
+ "loss": 0.9096,
843
+ "step": 585
844
+ },
845
+ {
846
+ "epoch": 1.969949916527546,
847
+ "grad_norm": 0.5964300371902113,
848
+ "learning_rate": 6.331064173119008e-06,
849
+ "loss": 0.9019,
850
+ "step": 590
851
+ },
852
+ {
853
+ "epoch": 1.986644407345576,
854
+ "grad_norm": 0.6395862090435611,
855
+ "learning_rate": 6.150698299321889e-06,
856
+ "loss": 0.8939,
857
+ "step": 595
858
+ },
859
+ {
860
+ "epoch": 2.0,
861
+ "eval_loss": 1.0374501943588257,
862
+ "eval_runtime": 8.2489,
863
+ "eval_samples_per_second": 231.909,
864
+ "eval_steps_per_second": 7.274,
865
+ "step": 599
866
+ },
867
+ {
868
+ "epoch": 2.003338898163606,
869
+ "grad_norm": 1.1426098029417433,
870
+ "learning_rate": 5.971790772698467e-06,
871
+ "loss": 0.8679,
872
+ "step": 600
873
+ },
874
+ {
875
+ "epoch": 2.020033388981636,
876
+ "grad_norm": 0.5981322500928512,
877
+ "learning_rate": 5.794409374188272e-06,
878
+ "loss": 0.8143,
879
+ "step": 605
880
+ },
881
+ {
882
+ "epoch": 2.036727879799666,
883
+ "grad_norm": 2.0693984258723956,
884
+ "learning_rate": 5.61862130654165e-06,
885
+ "loss": 0.8096,
886
+ "step": 610
887
+ },
888
+ {
889
+ "epoch": 2.053422370617696,
890
+ "grad_norm": 0.5390665268645869,
891
+ "learning_rate": 5.444493168859304e-06,
892
+ "loss": 0.7971,
893
+ "step": 615
894
+ },
895
+ {
896
+ "epoch": 2.0701168614357264,
897
+ "grad_norm": 0.5206821850461111,
898
+ "learning_rate": 5.272090931360564e-06,
899
+ "loss": 0.8068,
900
+ "step": 620
901
+ },
902
+ {
903
+ "epoch": 2.0868113522537564,
904
+ "grad_norm": 0.4396188787285125,
905
+ "learning_rate": 5.101479910389888e-06,
906
+ "loss": 0.8178,
907
+ "step": 625
908
+ },
909
+ {
910
+ "epoch": 2.1035058430717863,
911
+ "grad_norm": 0.48916345255937493,
912
+ "learning_rate": 4.932724743671089e-06,
913
+ "loss": 0.8474,
914
+ "step": 630
915
+ },
916
+ {
917
+ "epoch": 2.1202003338898163,
918
+ "grad_norm": 0.4681540498427145,
919
+ "learning_rate": 4.765889365818708e-06,
920
+ "loss": 0.8171,
921
+ "step": 635
922
+ },
923
+ {
924
+ "epoch": 2.1368948247078463,
925
+ "grad_norm": 0.46734523192627164,
926
+ "learning_rate": 4.601036984115684e-06,
927
+ "loss": 0.8417,
928
+ "step": 640
929
+ },
930
+ {
931
+ "epoch": 2.1535893155258763,
932
+ "grad_norm": 0.4848107575518711,
933
+ "learning_rate": 4.438230054566678e-06,
934
+ "loss": 0.7979,
935
+ "step": 645
936
+ },
937
+ {
938
+ "epoch": 2.1702838063439067,
939
+ "grad_norm": 0.5080508354482104,
940
+ "learning_rate": 4.277530258235955e-06,
941
+ "loss": 0.8318,
942
+ "step": 650
943
+ },
944
+ {
945
+ "epoch": 2.1869782971619367,
946
+ "grad_norm": 0.4773573845484071,
947
+ "learning_rate": 4.118998477878879e-06,
948
+ "loss": 0.8369,
949
+ "step": 655
950
+ },
951
+ {
952
+ "epoch": 2.2036727879799667,
953
+ "grad_norm": 0.48182311371778996,
954
+ "learning_rate": 3.96269477487588e-06,
955
+ "loss": 0.858,
956
+ "step": 660
957
+ },
958
+ {
959
+ "epoch": 2.2203672787979967,
960
+ "grad_norm": 0.465215050189049,
961
+ "learning_rate": 3.8086783664775827e-06,
962
+ "loss": 0.7989,
963
+ "step": 665
964
+ },
965
+ {
966
+ "epoch": 2.2370617696160267,
967
+ "grad_norm": 0.46077400437834526,
968
+ "learning_rate": 3.657007603369728e-06,
969
+ "loss": 0.8292,
970
+ "step": 670
971
+ },
972
+ {
973
+ "epoch": 2.2537562604340566,
974
+ "grad_norm": 0.4782306803989219,
975
+ "learning_rate": 3.5077399475664474e-06,
976
+ "loss": 0.8197,
977
+ "step": 675
978
+ },
979
+ {
980
+ "epoch": 2.2704507512520866,
981
+ "grad_norm": 0.4829460892597705,
982
+ "learning_rate": 3.360931950640185e-06,
983
+ "loss": 0.8481,
984
+ "step": 680
985
+ },
986
+ {
987
+ "epoch": 2.287145242070117,
988
+ "grad_norm": 0.44292881547818397,
989
+ "learning_rate": 3.2166392322965423e-06,
990
+ "loss": 0.8306,
991
+ "step": 685
992
+ },
993
+ {
994
+ "epoch": 2.303839732888147,
995
+ "grad_norm": 0.48932957112501885,
996
+ "learning_rate": 3.074916459302211e-06,
997
+ "loss": 0.805,
998
+ "step": 690
999
+ },
1000
+ {
1001
+ "epoch": 2.320534223706177,
1002
+ "grad_norm": 0.4990000411624427,
1003
+ "learning_rate": 2.935817324773893e-06,
1004
+ "loss": 0.8189,
1005
+ "step": 695
1006
+ },
1007
+ {
1008
+ "epoch": 2.337228714524207,
1009
+ "grad_norm": 0.45360783259155707,
1010
+ "learning_rate": 2.799394527836129e-06,
1011
+ "loss": 0.8281,
1012
+ "step": 700
1013
+ },
1014
+ {
1015
+ "epoch": 2.353923205342237,
1016
+ "grad_norm": 0.5557178814320654,
1017
+ "learning_rate": 2.665699753655684e-06,
1018
+ "loss": 0.8177,
1019
+ "step": 705
1020
+ },
1021
+ {
1022
+ "epoch": 2.370617696160267,
1023
+ "grad_norm": 0.6076004327005405,
1024
+ "learning_rate": 2.5347836538601113e-06,
1025
+ "loss": 0.8234,
1026
+ "step": 710
1027
+ },
1028
+ {
1029
+ "epoch": 2.3873121869782974,
1030
+ "grad_norm": 0.6588302547775924,
1031
+ "learning_rate": 2.406695827347848e-06,
1032
+ "loss": 0.8301,
1033
+ "step": 715
1034
+ },
1035
+ {
1036
+ "epoch": 2.4040066777963274,
1037
+ "grad_norm": 1.066202010754452,
1038
+ "learning_rate": 2.281484801497186e-06,
1039
+ "loss": 0.8218,
1040
+ "step": 720
1041
+ },
1042
+ {
1043
+ "epoch": 2.4207011686143574,
1044
+ "grad_norm": 0.4552773887453401,
1045
+ "learning_rate": 2.1591980137811684e-06,
1046
+ "loss": 0.8349,
1047
+ "step": 725
1048
+ },
1049
+ {
1050
+ "epoch": 2.4373956594323873,
1051
+ "grad_norm": 0.4798048974347353,
1052
+ "learning_rate": 2.0398817937954275e-06,
1053
+ "loss": 0.8291,
1054
+ "step": 730
1055
+ },
1056
+ {
1057
+ "epoch": 2.4540901502504173,
1058
+ "grad_norm": 0.49645874059938744,
1059
+ "learning_rate": 1.923581345705736e-06,
1060
+ "loss": 0.7979,
1061
+ "step": 735
1062
+ },
1063
+ {
1064
+ "epoch": 2.4707846410684473,
1065
+ "grad_norm": 0.48114179285266284,
1066
+ "learning_rate": 1.8103407311219523e-06,
1067
+ "loss": 0.8202,
1068
+ "step": 740
1069
+ },
1070
+ {
1071
+ "epoch": 2.4874791318864773,
1072
+ "grad_norm": 0.5067062797156703,
1073
+ "learning_rate": 1.7002028524048354e-06,
1074
+ "loss": 0.818,
1075
+ "step": 745
1076
+ },
1077
+ {
1078
+ "epoch": 2.5041736227045073,
1079
+ "grad_norm": 0.44105556646795846,
1080
+ "learning_rate": 1.5932094364120453e-06,
1081
+ "loss": 0.8341,
1082
+ "step": 750
1083
+ },
1084
+ {
1085
+ "epoch": 2.5208681135225377,
1086
+ "grad_norm": 0.4877712957131641,
1087
+ "learning_rate": 1.489401018689488e-06,
1088
+ "loss": 0.82,
1089
+ "step": 755
1090
+ },
1091
+ {
1092
+ "epoch": 2.5375626043405677,
1093
+ "grad_norm": 0.46677823682519043,
1094
+ "learning_rate": 1.3888169281140284e-06,
1095
+ "loss": 0.8254,
1096
+ "step": 760
1097
+ },
1098
+ {
1099
+ "epoch": 2.5542570951585977,
1100
+ "grad_norm": 0.5467343146310263,
1101
+ "learning_rate": 1.291495271993337e-06,
1102
+ "loss": 0.8187,
1103
+ "step": 765
1104
+ },
1105
+ {
1106
+ "epoch": 2.5709515859766277,
1107
+ "grad_norm": 0.45191390111853974,
1108
+ "learning_rate": 1.1974729216285386e-06,
1109
+ "loss": 0.8284,
1110
+ "step": 770
1111
+ },
1112
+ {
1113
+ "epoch": 2.5876460767946576,
1114
+ "grad_norm": 0.4560656029244313,
1115
+ "learning_rate": 1.1067854983451575e-06,
1116
+ "loss": 0.8085,
1117
+ "step": 775
1118
+ },
1119
+ {
1120
+ "epoch": 2.604340567612688,
1121
+ "grad_norm": 0.4496802766749698,
1122
+ "learning_rate": 1.0194673599976134e-06,
1123
+ "loss": 0.8156,
1124
+ "step": 780
1125
+ },
1126
+ {
1127
+ "epoch": 2.621035058430718,
1128
+ "grad_norm": 0.4541891811425995,
1129
+ "learning_rate": 9.355515879523858e-07,
1130
+ "loss": 0.796,
1131
+ "step": 785
1132
+ },
1133
+ {
1134
+ "epoch": 2.637729549248748,
1135
+ "grad_norm": 0.4842807068320624,
1136
+ "learning_rate": 8.550699745548196e-07,
1137
+ "loss": 0.8402,
1138
+ "step": 790
1139
+ },
1140
+ {
1141
+ "epoch": 2.654424040066778,
1142
+ "grad_norm": 0.4825989478965968,
1143
+ "learning_rate": 7.780530110842566e-07,
1144
+ "loss": 0.8352,
1145
+ "step": 795
1146
+ },
1147
+ {
1148
+ "epoch": 2.671118530884808,
1149
+ "grad_norm": 0.431656777738719,
1150
+ "learning_rate": 7.045298762021125e-07,
1151
+ "loss": 0.8087,
1152
+ "step": 800
1153
+ },
1154
+ {
1155
+ "epoch": 2.687813021702838,
1156
+ "grad_norm": 0.4425844519927156,
1157
+ "learning_rate": 6.345284248972383e-07,
1158
+ "loss": 0.8176,
1159
+ "step": 805
1160
+ },
1161
+ {
1162
+ "epoch": 2.704507512520868,
1163
+ "grad_norm": 0.43974863745670073,
1164
+ "learning_rate": 5.680751779327742e-07,
1165
+ "loss": 0.8198,
1166
+ "step": 810
1167
+ },
1168
+ {
1169
+ "epoch": 2.721202003338898,
1170
+ "grad_norm": 0.47030660258496065,
1171
+ "learning_rate": 5.05195311798491e-07,
1172
+ "loss": 0.8056,
1173
+ "step": 815
1174
+ },
1175
+ {
1176
+ "epoch": 2.7378964941569284,
1177
+ "grad_norm": 0.4413617160159506,
1178
+ "learning_rate": 4.4591264917242195e-07,
1179
+ "loss": 0.8061,
1180
+ "step": 820
1181
+ },
1182
+ {
1183
+ "epoch": 2.7545909849749584,
1184
+ "grad_norm": 0.45369770612418003,
1185
+ "learning_rate": 3.9024964989539227e-07,
1186
+ "loss": 0.8194,
1187
+ "step": 825
1188
+ },
1189
+ {
1190
+ "epoch": 2.7712854757929883,
1191
+ "grad_norm": 0.4491419061194818,
1192
+ "learning_rate": 3.3822740246188477e-07,
1193
+ "loss": 0.823,
1194
+ "step": 830
1195
+ },
1196
+ {
1197
+ "epoch": 2.7879799666110183,
1198
+ "grad_norm": 0.46281617581131723,
1199
+ "learning_rate": 2.8986561603044694e-07,
1200
+ "loss": 0.8369,
1201
+ "step": 835
1202
+ },
1203
+ {
1204
+ "epoch": 2.8046744574290483,
1205
+ "grad_norm": 0.4550289027905284,
1206
+ "learning_rate": 2.4518261295667255e-07,
1207
+ "loss": 0.8142,
1208
+ "step": 840
1209
+ },
1210
+ {
1211
+ "epoch": 2.8213689482470787,
1212
+ "grad_norm": 0.509529012047999,
1213
+ "learning_rate": 2.0419532185159796e-07,
1214
+ "loss": 0.827,
1215
+ "step": 845
1216
+ },
1217
+ {
1218
+ "epoch": 2.8380634390651087,
1219
+ "grad_norm": 0.49947769295928235,
1220
+ "learning_rate": 1.6691927116812002e-07,
1221
+ "loss": 0.8107,
1222
+ "step": 850
1223
+ },
1224
+ {
1225
+ "epoch": 2.8547579298831387,
1226
+ "grad_norm": 0.4348773123366404,
1227
+ "learning_rate": 1.3336858331787993e-07,
1228
+ "loss": 0.8105,
1229
+ "step": 855
1230
+ },
1231
+ {
1232
+ "epoch": 2.8714524207011687,
1233
+ "grad_norm": 0.5120538311262153,
1234
+ "learning_rate": 1.0355596932085432e-07,
1235
+ "loss": 0.8407,
1236
+ "step": 860
1237
+ },
1238
+ {
1239
+ "epoch": 2.8881469115191987,
1240
+ "grad_norm": 0.4475268573366682,
1241
+ "learning_rate": 7.749272398964613e-08,
1242
+ "loss": 0.7998,
1243
+ "step": 865
1244
+ },
1245
+ {
1246
+ "epoch": 2.9048414023372287,
1247
+ "grad_norm": 0.5489973312590801,
1248
+ "learning_rate": 5.518872165033329e-08,
1249
+ "loss": 0.7822,
1250
+ "step": 870
1251
+ },
1252
+ {
1253
+ "epoch": 2.9215358931552586,
1254
+ "grad_norm": 0.4824018196136428,
1255
+ "learning_rate": 3.6652412401478875e-08,
1256
+ "loss": 0.8033,
1257
+ "step": 875
1258
+ },
1259
+ {
1260
+ "epoch": 2.9382303839732886,
1261
+ "grad_norm": 0.6043350861738036,
1262
+ "learning_rate": 2.1890818912728706e-08,
1263
+ "loss": 0.819,
1264
+ "step": 880
1265
+ },
1266
+ {
1267
+ "epoch": 2.9549248747913186,
1268
+ "grad_norm": 0.47649337249685186,
1269
+ "learning_rate": 1.0909533764194013e-08,
1270
+ "loss": 0.8066,
1271
+ "step": 885
1272
+ },
1273
+ {
1274
+ "epoch": 2.971619365609349,
1275
+ "grad_norm": 0.4549028191201416,
1276
+ "learning_rate": 3.7127173276563234e-09,
1277
+ "loss": 0.8075,
1278
+ "step": 890
1279
+ },
1280
+ {
1281
+ "epoch": 2.988313856427379,
1282
+ "grad_norm": 0.4521942548940854,
1283
+ "learning_rate": 3.0309619035495675e-10,
1284
+ "loss": 0.8191,
1285
+ "step": 895
1286
+ },
1287
+ {
1288
+ "epoch": 2.994991652754591,
1289
+ "eval_loss": 1.0529426336288452,
1290
+ "eval_runtime": 8.2524,
1291
+ "eval_samples_per_second": 231.812,
1292
+ "eval_steps_per_second": 7.271,
1293
+ "step": 897
1294
+ },
1295
+ {
1296
+ "epoch": 2.994991652754591,
1297
+ "step": 897,
1298
+ "total_flos": 106879455854592.0,
1299
+ "train_loss": 0.9405513189841008,
1300
+ "train_runtime": 1810.6389,
1301
+ "train_samples_per_second": 63.501,
1302
+ "train_steps_per_second": 0.495
1303
+ }
1304
+ ],
1305
+ "logging_steps": 5,
1306
+ "max_steps": 897,
1307
+ "num_input_tokens_seen": 0,
1308
+ "num_train_epochs": 3,
1309
+ "save_steps": 500,
1310
+ "stateful_callbacks": {
1311
+ "TrainerControl": {
1312
+ "args": {
1313
+ "should_epoch_stop": false,
1314
+ "should_evaluate": false,
1315
+ "should_log": false,
1316
+ "should_save": false,
1317
+ "should_training_stop": false
1318
+ },
1319
+ "attributes": {}
1320
+ }
1321
+ },
1322
+ "total_flos": 106879455854592.0,
1323
+ "train_batch_size": 4,
1324
+ "trial_name": null,
1325
+ "trial_params": null
1326
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3458125092957859722de76e160166663dee5a148756de7af7b8eed58578e4bd
3
+ size 6456