kykim0 commited on
Commit
49ebbc4
1 Parent(s): 9e2c637

Upload folder using huggingface_hub

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,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: google/gemma-2b
4
+ tags:
5
+ - alignment-handbook
6
+ - generated_from_trainer
7
+ datasets:
8
+ - HuggingFaceH4/ultrachat_200k
9
+ model-index:
10
+ - name: b128-lr2e-05-s0-e2
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
+ # b128-lr2e-05-s0-e2
18
+
19
+ This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on the HuggingFaceH4/ultrachat_200k dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.1860
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: 2e-05
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 2
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 4
46
+ - gradient_accumulation_steps: 16
47
+ - total_train_batch_size: 128
48
+ - total_eval_batch_size: 8
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: cosine
51
+ - num_epochs: 2
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:-----:|:----:|:---------------:|
57
+ | 1.1841 | 1.0 | 966 | 1.1936 |
58
+ | 1.129 | 2.0 | 1932 | 1.1860 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.38.2
64
+ - Pytorch 2.2.1
65
+ - Datasets 2.14.6
66
+ - Tokenizers 0.15.2
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "eval_loss": 1.1860260963439941,
4
+ "eval_runtime": 712.015,
5
+ "eval_samples": 23110,
6
+ "eval_samples_per_second": 19.223,
7
+ "eval_steps_per_second": 2.403,
8
+ "train_loss": 1.1706056661487365,
9
+ "train_runtime": 44868.6505,
10
+ "train_samples": 207865,
11
+ "train_samples_per_second": 5.513,
12
+ "train_steps_per_second": 0.043
13
+ }
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 16384,
15
+ "max_position_embeddings": 8192,
16
+ "model_type": "gemma",
17
+ "num_attention_heads": 8,
18
+ "num_hidden_layers": 18,
19
+ "num_key_value_heads": 1,
20
+ "pad_token_id": 0,
21
+ "rms_norm_eps": 1e-06,
22
+ "rope_scaling": null,
23
+ "rope_theta": 10000.0,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.38.2",
26
+ "use_cache": true,
27
+ "vocab_size": 256000
28
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "eval_loss": 1.1860260963439941,
4
+ "eval_runtime": 712.015,
5
+ "eval_samples": 23110,
6
+ "eval_samples_per_second": 19.223,
7
+ "eval_steps_per_second": 2.403
8
+ }
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.38.2"
7
+ }
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07edf9db53867ebca55ee96b233998c4ef08978c9398a85d10f788c6298e240b
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:c6821279c908e23912648c94358297067bacead3b13ab29ba2f89726b9e41353
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
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<bos>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<eos>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d908b4f9326e0998815690e325b6abbd378978553e10627924dd825db7e243
3
+ size 17477553
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61a7b147390c64585d6c3543dd6fc636906c9af3865a5548f27f31aee1d4c8e2
3
+ size 4241003
tokenizer_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
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
+ },
38
+ "bos_token": "<bos>",
39
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
40
+ "clean_up_tokenization_spaces": false,
41
+ "eos_token": "<eos>",
42
+ "legacy": null,
43
+ "model_max_length": 2048,
44
+ "pad_token": "<pad>",
45
+ "sp_model_kwargs": {},
46
+ "spaces_between_special_tokens": false,
47
+ "tokenizer_class": "GemmaTokenizer",
48
+ "unk_token": "<unk>",
49
+ "use_default_system_prompt": false
50
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "train_loss": 1.1706056661487365,
4
+ "train_runtime": 44868.6505,
5
+ "train_samples": 207865,
6
+ "train_samples_per_second": 5.513,
7
+ "train_steps_per_second": 0.043
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,1404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.9994825355756791,
5
+ "eval_steps": -1932,
6
+ "global_step": 1932,
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.0,
13
+ "grad_norm": 17.643007937527535,
14
+ "learning_rate": 1.9999986779270796e-05,
15
+ "loss": 1.7409,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.01,
20
+ "grad_norm": 1.9197503449441455,
21
+ "learning_rate": 1.9998677955919127e-05,
22
+ "loss": 1.4484,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.02,
27
+ "grad_norm": 1.7374808701002429,
28
+ "learning_rate": 1.9994712173236604e-05,
29
+ "loss": 1.3475,
30
+ "step": 20
31
+ },
32
+ {
33
+ "epoch": 0.03,
34
+ "grad_norm": 0.6899015443647589,
35
+ "learning_rate": 1.9988103700540345e-05,
36
+ "loss": 1.2921,
37
+ "step": 30
38
+ },
39
+ {
40
+ "epoch": 0.04,
41
+ "grad_norm": 0.7237341780111256,
42
+ "learning_rate": 1.9978854285168784e-05,
43
+ "loss": 1.2894,
44
+ "step": 40
45
+ },
46
+ {
47
+ "epoch": 0.05,
48
+ "grad_norm": 2.5922734965135668,
49
+ "learning_rate": 1.99669663727489e-05,
50
+ "loss": 1.268,
51
+ "step": 50
52
+ },
53
+ {
54
+ "epoch": 0.06,
55
+ "grad_norm": 0.5581439767924481,
56
+ "learning_rate": 1.9952443106549535e-05,
57
+ "loss": 1.2615,
58
+ "step": 60
59
+ },
60
+ {
61
+ "epoch": 0.07,
62
+ "grad_norm": 0.5940665797953831,
63
+ "learning_rate": 1.9935288326650314e-05,
64
+ "loss": 1.2646,
65
+ "step": 70
66
+ },
67
+ {
68
+ "epoch": 0.08,
69
+ "grad_norm": 0.5959744098368311,
70
+ "learning_rate": 1.9915506568926283e-05,
71
+ "loss": 1.2585,
72
+ "step": 80
73
+ },
74
+ {
75
+ "epoch": 0.09,
76
+ "grad_norm": 0.8144997890397803,
77
+ "learning_rate": 1.989310306384858e-05,
78
+ "loss": 1.2584,
79
+ "step": 90
80
+ },
81
+ {
82
+ "epoch": 0.1,
83
+ "grad_norm": 0.777903617079376,
84
+ "learning_rate": 1.9868083735101464e-05,
85
+ "loss": 1.2505,
86
+ "step": 100
87
+ },
88
+ {
89
+ "epoch": 0.11,
90
+ "grad_norm": 0.6440368370519068,
91
+ "learning_rate": 1.9840455198016033e-05,
92
+ "loss": 1.242,
93
+ "step": 110
94
+ },
95
+ {
96
+ "epoch": 0.12,
97
+ "grad_norm": 0.9925170475214626,
98
+ "learning_rate": 1.9810224757821063e-05,
99
+ "loss": 1.2588,
100
+ "step": 120
101
+ },
102
+ {
103
+ "epoch": 0.13,
104
+ "grad_norm": 0.8103038992058391,
105
+ "learning_rate": 1.9777400407711467e-05,
106
+ "loss": 1.2409,
107
+ "step": 130
108
+ },
109
+ {
110
+ "epoch": 0.14,
111
+ "grad_norm": 0.5742872095116479,
112
+ "learning_rate": 1.9741990826734793e-05,
113
+ "loss": 1.2399,
114
+ "step": 140
115
+ },
116
+ {
117
+ "epoch": 0.16,
118
+ "grad_norm": 0.5826582249622616,
119
+ "learning_rate": 1.9704005377496428e-05,
120
+ "loss": 1.2436,
121
+ "step": 150
122
+ },
123
+ {
124
+ "epoch": 0.17,
125
+ "grad_norm": 1.001834033758104,
126
+ "learning_rate": 1.9663454103684043e-05,
127
+ "loss": 1.2385,
128
+ "step": 160
129
+ },
130
+ {
131
+ "epoch": 0.18,
132
+ "grad_norm": 0.6116318375090269,
133
+ "learning_rate": 1.9620347727411933e-05,
134
+ "loss": 1.2297,
135
+ "step": 170
136
+ },
137
+ {
138
+ "epoch": 0.19,
139
+ "grad_norm": 0.7383765635051086,
140
+ "learning_rate": 1.9574697646386027e-05,
141
+ "loss": 1.2355,
142
+ "step": 180
143
+ },
144
+ {
145
+ "epoch": 0.2,
146
+ "grad_norm": 0.7300866971988723,
147
+ "learning_rate": 1.9526515930890203e-05,
148
+ "loss": 1.2359,
149
+ "step": 190
150
+ },
151
+ {
152
+ "epoch": 0.21,
153
+ "grad_norm": 0.616652810626178,
154
+ "learning_rate": 1.947581532059481e-05,
155
+ "loss": 1.2279,
156
+ "step": 200
157
+ },
158
+ {
159
+ "epoch": 0.22,
160
+ "grad_norm": 0.7043435155790823,
161
+ "learning_rate": 1.9422609221188208e-05,
162
+ "loss": 1.2376,
163
+ "step": 210
164
+ },
165
+ {
166
+ "epoch": 0.23,
167
+ "grad_norm": 0.582186147373243,
168
+ "learning_rate": 1.9366911700832146e-05,
169
+ "loss": 1.2067,
170
+ "step": 220
171
+ },
172
+ {
173
+ "epoch": 0.24,
174
+ "grad_norm": 0.5325118176004562,
175
+ "learning_rate": 1.9308737486442045e-05,
176
+ "loss": 1.2211,
177
+ "step": 230
178
+ },
179
+ {
180
+ "epoch": 0.25,
181
+ "grad_norm": 2.2786931118214846,
182
+ "learning_rate": 1.9248101959793066e-05,
183
+ "loss": 1.2308,
184
+ "step": 240
185
+ },
186
+ {
187
+ "epoch": 0.26,
188
+ "grad_norm": 0.8059420699070421,
189
+ "learning_rate": 1.918502115345303e-05,
190
+ "loss": 1.2275,
191
+ "step": 250
192
+ },
193
+ {
194
+ "epoch": 0.27,
195
+ "grad_norm": 1.0151484537313564,
196
+ "learning_rate": 1.9119511746543265e-05,
197
+ "loss": 1.2194,
198
+ "step": 260
199
+ },
200
+ {
201
+ "epoch": 0.28,
202
+ "grad_norm": 0.6394385159074882,
203
+ "learning_rate": 1.9051591060328496e-05,
204
+ "loss": 1.2199,
205
+ "step": 270
206
+ },
207
+ {
208
+ "epoch": 0.29,
209
+ "grad_norm": 1.1135335849941765,
210
+ "learning_rate": 1.8981277053636963e-05,
211
+ "loss": 1.2035,
212
+ "step": 280
213
+ },
214
+ {
215
+ "epoch": 0.3,
216
+ "grad_norm": 1.2945894820873338,
217
+ "learning_rate": 1.8908588318111932e-05,
218
+ "loss": 1.2067,
219
+ "step": 290
220
+ },
221
+ {
222
+ "epoch": 0.31,
223
+ "grad_norm": 0.7098012376621641,
224
+ "learning_rate": 1.8833544073295918e-05,
225
+ "loss": 1.2095,
226
+ "step": 300
227
+ },
228
+ {
229
+ "epoch": 0.32,
230
+ "grad_norm": 1.053415846088335,
231
+ "learning_rate": 1.8756164161548848e-05,
232
+ "loss": 1.2135,
233
+ "step": 310
234
+ },
235
+ {
236
+ "epoch": 0.33,
237
+ "grad_norm": 0.5430734273349764,
238
+ "learning_rate": 1.867646904280159e-05,
239
+ "loss": 1.2263,
240
+ "step": 320
241
+ },
242
+ {
243
+ "epoch": 0.34,
244
+ "grad_norm": 0.7828549270150109,
245
+ "learning_rate": 1.859447978914614e-05,
246
+ "loss": 1.2164,
247
+ "step": 330
248
+ },
249
+ {
250
+ "epoch": 0.35,
251
+ "grad_norm": 0.5580407435562567,
252
+ "learning_rate": 1.8510218079263995e-05,
253
+ "loss": 1.2215,
254
+ "step": 340
255
+ },
256
+ {
257
+ "epoch": 0.36,
258
+ "grad_norm": 0.604581236096349,
259
+ "learning_rate": 1.8423706192694118e-05,
260
+ "loss": 1.2056,
261
+ "step": 350
262
+ },
263
+ {
264
+ "epoch": 0.37,
265
+ "grad_norm": 0.6909532249212962,
266
+ "learning_rate": 1.833496700394202e-05,
267
+ "loss": 1.2167,
268
+ "step": 360
269
+ },
270
+ {
271
+ "epoch": 0.38,
272
+ "grad_norm": 1.3577994836194605,
273
+ "learning_rate": 1.824402397643155e-05,
274
+ "loss": 1.2158,
275
+ "step": 370
276
+ },
277
+ {
278
+ "epoch": 0.39,
279
+ "grad_norm": 0.9441385325830896,
280
+ "learning_rate": 1.8150901156300956e-05,
281
+ "loss": 1.2112,
282
+ "step": 380
283
+ },
284
+ {
285
+ "epoch": 0.4,
286
+ "grad_norm": 0.7267919462491368,
287
+ "learning_rate": 1.8055623166044855e-05,
288
+ "loss": 1.2075,
289
+ "step": 390
290
+ },
291
+ {
292
+ "epoch": 0.41,
293
+ "grad_norm": 2.072921001675868,
294
+ "learning_rate": 1.7958215198003866e-05,
295
+ "loss": 1.2086,
296
+ "step": 400
297
+ },
298
+ {
299
+ "epoch": 0.42,
300
+ "grad_norm": 0.6898746674574788,
301
+ "learning_rate": 1.78587030077035e-05,
302
+ "loss": 1.2055,
303
+ "step": 410
304
+ },
305
+ {
306
+ "epoch": 0.43,
307
+ "grad_norm": 0.9590944345354587,
308
+ "learning_rate": 1.77571129070442e-05,
309
+ "loss": 1.2133,
310
+ "step": 420
311
+ },
312
+ {
313
+ "epoch": 0.45,
314
+ "grad_norm": 1.025412064694876,
315
+ "learning_rate": 1.7653471757344203e-05,
316
+ "loss": 1.2111,
317
+ "step": 430
318
+ },
319
+ {
320
+ "epoch": 0.46,
321
+ "grad_norm": 0.7709425585870252,
322
+ "learning_rate": 1.7547806962237222e-05,
323
+ "loss": 1.2225,
324
+ "step": 440
325
+ },
326
+ {
327
+ "epoch": 0.47,
328
+ "grad_norm": 0.9387702182387361,
329
+ "learning_rate": 1.744014646042663e-05,
330
+ "loss": 1.2118,
331
+ "step": 450
332
+ },
333
+ {
334
+ "epoch": 0.48,
335
+ "grad_norm": 1.3353541510148834,
336
+ "learning_rate": 1.7330518718298263e-05,
337
+ "loss": 1.2027,
338
+ "step": 460
339
+ },
340
+ {
341
+ "epoch": 0.49,
342
+ "grad_norm": 0.727639267424137,
343
+ "learning_rate": 1.7218952722393646e-05,
344
+ "loss": 1.2006,
345
+ "step": 470
346
+ },
347
+ {
348
+ "epoch": 0.5,
349
+ "grad_norm": 0.5674850292979883,
350
+ "learning_rate": 1.7105477971745668e-05,
351
+ "loss": 1.208,
352
+ "step": 480
353
+ },
354
+ {
355
+ "epoch": 0.51,
356
+ "grad_norm": 0.7282760631852704,
357
+ "learning_rate": 1.699012447007882e-05,
358
+ "loss": 1.1933,
359
+ "step": 490
360
+ },
361
+ {
362
+ "epoch": 0.52,
363
+ "grad_norm": 1.5061673744005348,
364
+ "learning_rate": 1.6872922717875923e-05,
365
+ "loss": 1.1954,
366
+ "step": 500
367
+ },
368
+ {
369
+ "epoch": 0.53,
370
+ "grad_norm": 2.129316814510312,
371
+ "learning_rate": 1.6753903704313527e-05,
372
+ "loss": 1.1948,
373
+ "step": 510
374
+ },
375
+ {
376
+ "epoch": 0.54,
377
+ "grad_norm": 1.562747770369411,
378
+ "learning_rate": 1.6633098899068112e-05,
379
+ "loss": 1.2116,
380
+ "step": 520
381
+ },
382
+ {
383
+ "epoch": 0.55,
384
+ "grad_norm": 1.4038904472553382,
385
+ "learning_rate": 1.6510540243995216e-05,
386
+ "loss": 1.2069,
387
+ "step": 530
388
+ },
389
+ {
390
+ "epoch": 0.56,
391
+ "grad_norm": 0.9891488942684802,
392
+ "learning_rate": 1.6386260144683744e-05,
393
+ "loss": 1.1841,
394
+ "step": 540
395
+ },
396
+ {
397
+ "epoch": 0.57,
398
+ "grad_norm": 1.674516959054479,
399
+ "learning_rate": 1.6260291461887628e-05,
400
+ "loss": 1.2092,
401
+ "step": 550
402
+ },
403
+ {
404
+ "epoch": 0.58,
405
+ "grad_norm": 0.8101178930200521,
406
+ "learning_rate": 1.6132667502837164e-05,
407
+ "loss": 1.1898,
408
+ "step": 560
409
+ },
410
+ {
411
+ "epoch": 0.59,
412
+ "grad_norm": 0.6229432949885818,
413
+ "learning_rate": 1.6003422012432275e-05,
414
+ "loss": 1.2033,
415
+ "step": 570
416
+ },
417
+ {
418
+ "epoch": 0.6,
419
+ "grad_norm": 0.7465954888391386,
420
+ "learning_rate": 1.587258916432008e-05,
421
+ "loss": 1.1889,
422
+ "step": 580
423
+ },
424
+ {
425
+ "epoch": 0.61,
426
+ "grad_norm": 0.5512571394145237,
427
+ "learning_rate": 1.574020355185906e-05,
428
+ "loss": 1.2108,
429
+ "step": 590
430
+ },
431
+ {
432
+ "epoch": 0.62,
433
+ "grad_norm": 0.6230914377601484,
434
+ "learning_rate": 1.560630017897229e-05,
435
+ "loss": 1.1947,
436
+ "step": 600
437
+ },
438
+ {
439
+ "epoch": 0.63,
440
+ "grad_norm": 0.842968187484418,
441
+ "learning_rate": 1.5470914450892066e-05,
442
+ "loss": 1.1959,
443
+ "step": 610
444
+ },
445
+ {
446
+ "epoch": 0.64,
447
+ "grad_norm": 0.5710889771223773,
448
+ "learning_rate": 1.533408216479849e-05,
449
+ "loss": 1.209,
450
+ "step": 620
451
+ },
452
+ {
453
+ "epoch": 0.65,
454
+ "grad_norm": 0.6384265788966181,
455
+ "learning_rate": 1.5195839500354337e-05,
456
+ "loss": 1.2034,
457
+ "step": 630
458
+ },
459
+ {
460
+ "epoch": 0.66,
461
+ "grad_norm": 1.1199276334985704,
462
+ "learning_rate": 1.5056223010138857e-05,
463
+ "loss": 1.1945,
464
+ "step": 640
465
+ },
466
+ {
467
+ "epoch": 0.67,
468
+ "grad_norm": 0.6533817452915996,
469
+ "learning_rate": 1.491526960998295e-05,
470
+ "loss": 1.2137,
471
+ "step": 650
472
+ },
473
+ {
474
+ "epoch": 0.68,
475
+ "grad_norm": 0.8685960014206779,
476
+ "learning_rate": 1.4773016569208283e-05,
477
+ "loss": 1.2111,
478
+ "step": 660
479
+ },
480
+ {
481
+ "epoch": 0.69,
482
+ "grad_norm": 0.5953668304650684,
483
+ "learning_rate": 1.4629501500772962e-05,
484
+ "loss": 1.199,
485
+ "step": 670
486
+ },
487
+ {
488
+ "epoch": 0.7,
489
+ "grad_norm": 0.6749225480684463,
490
+ "learning_rate": 1.4484762351326344e-05,
491
+ "loss": 1.2084,
492
+ "step": 680
493
+ },
494
+ {
495
+ "epoch": 0.71,
496
+ "grad_norm": 0.904182741829073,
497
+ "learning_rate": 1.4338837391175582e-05,
498
+ "loss": 1.1945,
499
+ "step": 690
500
+ },
501
+ {
502
+ "epoch": 0.72,
503
+ "grad_norm": 0.5508295579907717,
504
+ "learning_rate": 1.4191765204166643e-05,
505
+ "loss": 1.1939,
506
+ "step": 700
507
+ },
508
+ {
509
+ "epoch": 0.73,
510
+ "grad_norm": 0.6866787996093148,
511
+ "learning_rate": 1.4043584677482383e-05,
512
+ "loss": 1.1909,
513
+ "step": 710
514
+ },
515
+ {
516
+ "epoch": 0.75,
517
+ "grad_norm": 0.8835327853377292,
518
+ "learning_rate": 1.3894334991360448e-05,
519
+ "loss": 1.1948,
520
+ "step": 720
521
+ },
522
+ {
523
+ "epoch": 0.76,
524
+ "grad_norm": 0.8315517331576922,
525
+ "learning_rate": 1.3744055608733654e-05,
526
+ "loss": 1.1808,
527
+ "step": 730
528
+ },
529
+ {
530
+ "epoch": 0.77,
531
+ "grad_norm": 0.8656141990305095,
532
+ "learning_rate": 1.3592786264795659e-05,
533
+ "loss": 1.1887,
534
+ "step": 740
535
+ },
536
+ {
537
+ "epoch": 0.78,
538
+ "grad_norm": 1.0324451071242036,
539
+ "learning_rate": 1.344056695649462e-05,
540
+ "loss": 1.1884,
541
+ "step": 750
542
+ },
543
+ {
544
+ "epoch": 0.79,
545
+ "grad_norm": 1.3534158770353415,
546
+ "learning_rate": 1.3287437931957642e-05,
547
+ "loss": 1.1992,
548
+ "step": 760
549
+ },
550
+ {
551
+ "epoch": 0.8,
552
+ "grad_norm": 0.7244302821509494,
553
+ "learning_rate": 1.3133439679848824e-05,
554
+ "loss": 1.1873,
555
+ "step": 770
556
+ },
557
+ {
558
+ "epoch": 0.81,
559
+ "grad_norm": 0.7298798990304196,
560
+ "learning_rate": 1.2978612918663702e-05,
561
+ "loss": 1.1884,
562
+ "step": 780
563
+ },
564
+ {
565
+ "epoch": 0.82,
566
+ "grad_norm": 1.413179744039514,
567
+ "learning_rate": 1.2822998585962909e-05,
568
+ "loss": 1.1909,
569
+ "step": 790
570
+ },
571
+ {
572
+ "epoch": 0.83,
573
+ "grad_norm": 1.0358455016123018,
574
+ "learning_rate": 1.2666637827547935e-05,
575
+ "loss": 1.1987,
576
+ "step": 800
577
+ },
578
+ {
579
+ "epoch": 0.84,
580
+ "grad_norm": 0.6031288230702698,
581
+ "learning_rate": 1.2509571986581814e-05,
582
+ "loss": 1.1902,
583
+ "step": 810
584
+ },
585
+ {
586
+ "epoch": 0.85,
587
+ "grad_norm": 0.7093558444620996,
588
+ "learning_rate": 1.2351842592657612e-05,
589
+ "loss": 1.199,
590
+ "step": 820
591
+ },
592
+ {
593
+ "epoch": 0.86,
594
+ "grad_norm": 0.5974126496122436,
595
+ "learning_rate": 1.2193491350817657e-05,
596
+ "loss": 1.1928,
597
+ "step": 830
598
+ },
599
+ {
600
+ "epoch": 0.87,
601
+ "grad_norm": 1.0993091833167254,
602
+ "learning_rate": 1.2034560130526341e-05,
603
+ "loss": 1.1894,
604
+ "step": 840
605
+ },
606
+ {
607
+ "epoch": 0.88,
608
+ "grad_norm": 1.0436299996205698,
609
+ "learning_rate": 1.1875090954599472e-05,
610
+ "loss": 1.1845,
611
+ "step": 850
612
+ },
613
+ {
614
+ "epoch": 0.89,
615
+ "grad_norm": 1.005963688677739,
616
+ "learning_rate": 1.1715125988093075e-05,
617
+ "loss": 1.1881,
618
+ "step": 860
619
+ },
620
+ {
621
+ "epoch": 0.9,
622
+ "grad_norm": 0.8352354026650106,
623
+ "learning_rate": 1.155470752715458e-05,
624
+ "loss": 1.1871,
625
+ "step": 870
626
+ },
627
+ {
628
+ "epoch": 0.91,
629
+ "grad_norm": 0.7899077951054885,
630
+ "learning_rate": 1.1393877987839329e-05,
631
+ "loss": 1.1903,
632
+ "step": 880
633
+ },
634
+ {
635
+ "epoch": 0.92,
636
+ "grad_norm": 0.5922501845943217,
637
+ "learning_rate": 1.1232679894895417e-05,
638
+ "loss": 1.1826,
639
+ "step": 890
640
+ },
641
+ {
642
+ "epoch": 0.93,
643
+ "grad_norm": 1.048795193828536,
644
+ "learning_rate": 1.1071155870519777e-05,
645
+ "loss": 1.1782,
646
+ "step": 900
647
+ },
648
+ {
649
+ "epoch": 0.94,
650
+ "grad_norm": 0.7362075773775668,
651
+ "learning_rate": 1.0909348623088472e-05,
652
+ "loss": 1.2019,
653
+ "step": 910
654
+ },
655
+ {
656
+ "epoch": 0.95,
657
+ "grad_norm": 0.6013600464653039,
658
+ "learning_rate": 1.0747300935864245e-05,
659
+ "loss": 1.18,
660
+ "step": 920
661
+ },
662
+ {
663
+ "epoch": 0.96,
664
+ "grad_norm": 0.5456484078106916,
665
+ "learning_rate": 1.058505565568424e-05,
666
+ "loss": 1.1897,
667
+ "step": 930
668
+ },
669
+ {
670
+ "epoch": 0.97,
671
+ "grad_norm": 2.5478758461886337,
672
+ "learning_rate": 1.0422655681630917e-05,
673
+ "loss": 1.1842,
674
+ "step": 940
675
+ },
676
+ {
677
+ "epoch": 0.98,
678
+ "grad_norm": 0.589047830040976,
679
+ "learning_rate": 1.0260143953689165e-05,
680
+ "loss": 1.1668,
681
+ "step": 950
682
+ },
683
+ {
684
+ "epoch": 0.99,
685
+ "grad_norm": 0.8101184986963358,
686
+ "learning_rate": 1.0097563441392582e-05,
687
+ "loss": 1.1841,
688
+ "step": 960
689
+ },
690
+ {
691
+ "epoch": 1.0,
692
+ "eval_loss": 1.1935690641403198,
693
+ "eval_runtime": 713.5459,
694
+ "eval_samples_per_second": 19.182,
695
+ "eval_steps_per_second": 2.398,
696
+ "step": 966
697
+ },
698
+ {
699
+ "epoch": 1.0,
700
+ "grad_norm": 0.7266564378737855,
701
+ "learning_rate": 9.93495713246196e-06,
702
+ "loss": 1.158,
703
+ "step": 970
704
+ },
705
+ {
706
+ "epoch": 1.01,
707
+ "grad_norm": 0.5811606746061891,
708
+ "learning_rate": 9.772368021438943e-06,
709
+ "loss": 1.137,
710
+ "step": 980
711
+ },
712
+ {
713
+ "epoch": 1.02,
714
+ "grad_norm": 0.9020508561679803,
715
+ "learning_rate": 9.609839098317902e-06,
716
+ "loss": 1.1431,
717
+ "step": 990
718
+ },
719
+ {
720
+ "epoch": 1.03,
721
+ "grad_norm": 1.18508535225423,
722
+ "learning_rate": 9.447413337178994e-06,
723
+ "loss": 1.1321,
724
+ "step": 1000
725
+ },
726
+ {
727
+ "epoch": 1.05,
728
+ "grad_norm": 0.8495084821410501,
729
+ "learning_rate": 9.285133684825435e-06,
730
+ "loss": 1.1348,
731
+ "step": 1010
732
+ },
733
+ {
734
+ "epoch": 1.06,
735
+ "grad_norm": 0.552216080899871,
736
+ "learning_rate": 9.123043049427996e-06,
737
+ "loss": 1.1334,
738
+ "step": 1020
739
+ },
740
+ {
741
+ "epoch": 1.07,
742
+ "grad_norm": 0.9043855104169688,
743
+ "learning_rate": 8.961184289179695e-06,
744
+ "loss": 1.118,
745
+ "step": 1030
746
+ },
747
+ {
748
+ "epoch": 1.08,
749
+ "grad_norm": 0.7622936476724878,
750
+ "learning_rate": 8.799600200963716e-06,
751
+ "loss": 1.1352,
752
+ "step": 1040
753
+ },
754
+ {
755
+ "epoch": 1.09,
756
+ "grad_norm": 0.8035628121141856,
757
+ "learning_rate": 8.638333509037537e-06,
758
+ "loss": 1.1313,
759
+ "step": 1050
760
+ },
761
+ {
762
+ "epoch": 1.1,
763
+ "grad_norm": 0.8605002053318102,
764
+ "learning_rate": 8.477426853736257e-06,
765
+ "loss": 1.122,
766
+ "step": 1060
767
+ },
768
+ {
769
+ "epoch": 1.11,
770
+ "grad_norm": 0.8384089217871873,
771
+ "learning_rate": 8.316922780198126e-06,
772
+ "loss": 1.1298,
773
+ "step": 1070
774
+ },
775
+ {
776
+ "epoch": 1.12,
777
+ "grad_norm": 0.5528220558144542,
778
+ "learning_rate": 8.15686372711521e-06,
779
+ "loss": 1.1235,
780
+ "step": 1080
781
+ },
782
+ {
783
+ "epoch": 1.13,
784
+ "grad_norm": 0.6970307225205526,
785
+ "learning_rate": 7.997292015512257e-06,
786
+ "loss": 1.1321,
787
+ "step": 1090
788
+ },
789
+ {
790
+ "epoch": 1.14,
791
+ "grad_norm": 0.7347197055541482,
792
+ "learning_rate": 7.83824983755663e-06,
793
+ "loss": 1.1294,
794
+ "step": 1100
795
+ },
796
+ {
797
+ "epoch": 1.15,
798
+ "grad_norm": 0.5059154997147504,
799
+ "learning_rate": 7.679779245402321e-06,
800
+ "loss": 1.1094,
801
+ "step": 1110
802
+ },
803
+ {
804
+ "epoch": 1.16,
805
+ "grad_norm": 0.884265369908016,
806
+ "learning_rate": 7.521922140071003e-06,
807
+ "loss": 1.1241,
808
+ "step": 1120
809
+ },
810
+ {
811
+ "epoch": 1.17,
812
+ "grad_norm": 0.6033143868426079,
813
+ "learning_rate": 7.364720260373017e-06,
814
+ "loss": 1.1268,
815
+ "step": 1130
816
+ },
817
+ {
818
+ "epoch": 1.18,
819
+ "grad_norm": 1.0148548766319452,
820
+ "learning_rate": 7.208215171871277e-06,
821
+ "loss": 1.1285,
822
+ "step": 1140
823
+ },
824
+ {
825
+ "epoch": 1.19,
826
+ "grad_norm": 0.618997247973023,
827
+ "learning_rate": 7.052448255890958e-06,
828
+ "loss": 1.1298,
829
+ "step": 1150
830
+ },
831
+ {
832
+ "epoch": 1.2,
833
+ "grad_norm": 0.8657773774435762,
834
+ "learning_rate": 6.897460698577918e-06,
835
+ "loss": 1.1207,
836
+ "step": 1160
837
+ },
838
+ {
839
+ "epoch": 1.21,
840
+ "grad_norm": 0.7115128067386574,
841
+ "learning_rate": 6.743293480008703e-06,
842
+ "loss": 1.1309,
843
+ "step": 1170
844
+ },
845
+ {
846
+ "epoch": 1.22,
847
+ "grad_norm": 0.7183269888324105,
848
+ "learning_rate": 6.589987363355068e-06,
849
+ "loss": 1.1218,
850
+ "step": 1180
851
+ },
852
+ {
853
+ "epoch": 1.23,
854
+ "grad_norm": 0.5703913996302657,
855
+ "learning_rate": 6.437582884105835e-06,
856
+ "loss": 1.1289,
857
+ "step": 1190
858
+ },
859
+ {
860
+ "epoch": 1.24,
861
+ "grad_norm": 0.7815346714791873,
862
+ "learning_rate": 6.286120339348935e-06,
863
+ "loss": 1.1388,
864
+ "step": 1200
865
+ },
866
+ {
867
+ "epoch": 1.25,
868
+ "grad_norm": 0.5219064361079887,
869
+ "learning_rate": 6.135639777116526e-06,
870
+ "loss": 1.1321,
871
+ "step": 1210
872
+ },
873
+ {
874
+ "epoch": 1.26,
875
+ "grad_norm": 0.6957441921997511,
876
+ "learning_rate": 5.986180985795927e-06,
877
+ "loss": 1.1344,
878
+ "step": 1220
879
+ },
880
+ {
881
+ "epoch": 1.27,
882
+ "grad_norm": 0.5281652316634469,
883
+ "learning_rate": 5.837783483609214e-06,
884
+ "loss": 1.1378,
885
+ "step": 1230
886
+ },
887
+ {
888
+ "epoch": 1.28,
889
+ "grad_norm": 0.6339946135976855,
890
+ "learning_rate": 5.690486508164268e-06,
891
+ "loss": 1.1234,
892
+ "step": 1240
893
+ },
894
+ {
895
+ "epoch": 1.29,
896
+ "grad_norm": 0.6527823541816111,
897
+ "learning_rate": 5.544329006079987e-06,
898
+ "loss": 1.1273,
899
+ "step": 1250
900
+ },
901
+ {
902
+ "epoch": 1.3,
903
+ "grad_norm": 0.5301541402833422,
904
+ "learning_rate": 5.399349622688479e-06,
905
+ "loss": 1.1135,
906
+ "step": 1260
907
+ },
908
+ {
909
+ "epoch": 1.31,
910
+ "grad_norm": 0.5178611686388369,
911
+ "learning_rate": 5.255586691816874e-06,
912
+ "loss": 1.1257,
913
+ "step": 1270
914
+ },
915
+ {
916
+ "epoch": 1.32,
917
+ "grad_norm": 0.5477723564080109,
918
+ "learning_rate": 5.113078225651529e-06,
919
+ "loss": 1.1267,
920
+ "step": 1280
921
+ },
922
+ {
923
+ "epoch": 1.34,
924
+ "grad_norm": 0.5638053300059095,
925
+ "learning_rate": 4.971861904687283e-06,
926
+ "loss": 1.1331,
927
+ "step": 1290
928
+ },
929
+ {
930
+ "epoch": 1.35,
931
+ "grad_norm": 0.5721584413593953,
932
+ "learning_rate": 4.831975067764387e-06,
933
+ "loss": 1.1107,
934
+ "step": 1300
935
+ },
936
+ {
937
+ "epoch": 1.36,
938
+ "grad_norm": 0.9007471246680614,
939
+ "learning_rate": 4.693454702195784e-06,
940
+ "loss": 1.121,
941
+ "step": 1310
942
+ },
943
+ {
944
+ "epoch": 1.37,
945
+ "grad_norm": 0.7273372669798455,
946
+ "learning_rate": 4.556337433987359e-06,
947
+ "loss": 1.1275,
948
+ "step": 1320
949
+ },
950
+ {
951
+ "epoch": 1.38,
952
+ "grad_norm": 0.488613514692357,
953
+ "learning_rate": 4.420659518153667e-06,
954
+ "loss": 1.1274,
955
+ "step": 1330
956
+ },
957
+ {
958
+ "epoch": 1.39,
959
+ "grad_norm": 0.578443583469973,
960
+ "learning_rate": 4.286456829131821e-06,
961
+ "loss": 1.124,
962
+ "step": 1340
963
+ },
964
+ {
965
+ "epoch": 1.4,
966
+ "grad_norm": 0.6326996663378455,
967
+ "learning_rate": 4.153764851295954e-06,
968
+ "loss": 1.1376,
969
+ "step": 1350
970
+ },
971
+ {
972
+ "epoch": 1.41,
973
+ "grad_norm": 0.5965643189554584,
974
+ "learning_rate": 4.022618669574839e-06,
975
+ "loss": 1.1219,
976
+ "step": 1360
977
+ },
978
+ {
979
+ "epoch": 1.42,
980
+ "grad_norm": 0.5659365610817053,
981
+ "learning_rate": 3.893052960175128e-06,
982
+ "loss": 1.1172,
983
+ "step": 1370
984
+ },
985
+ {
986
+ "epoch": 1.43,
987
+ "grad_norm": 0.600973182084687,
988
+ "learning_rate": 3.7651019814126656e-06,
989
+ "loss": 1.121,
990
+ "step": 1380
991
+ },
992
+ {
993
+ "epoch": 1.44,
994
+ "grad_norm": 0.5982641636650878,
995
+ "learning_rate": 3.6387995646542727e-06,
996
+ "loss": 1.1287,
997
+ "step": 1390
998
+ },
999
+ {
1000
+ "epoch": 1.45,
1001
+ "grad_norm": 0.5031147841111573,
1002
+ "learning_rate": 3.5141791053724405e-06,
1003
+ "loss": 1.1339,
1004
+ "step": 1400
1005
+ },
1006
+ {
1007
+ "epoch": 1.46,
1008
+ "grad_norm": 0.5426031516616974,
1009
+ "learning_rate": 3.3912735543152864e-06,
1010
+ "loss": 1.1288,
1011
+ "step": 1410
1012
+ },
1013
+ {
1014
+ "epoch": 1.47,
1015
+ "grad_norm": 0.5392907866642725,
1016
+ "learning_rate": 3.27011540879406e-06,
1017
+ "loss": 1.1271,
1018
+ "step": 1420
1019
+ },
1020
+ {
1021
+ "epoch": 1.48,
1022
+ "grad_norm": 0.5386770630525428,
1023
+ "learning_rate": 3.1507367040905943e-06,
1024
+ "loss": 1.1334,
1025
+ "step": 1430
1026
+ },
1027
+ {
1028
+ "epoch": 1.49,
1029
+ "grad_norm": 0.5085556091485328,
1030
+ "learning_rate": 3.0331690049868733e-06,
1031
+ "loss": 1.1297,
1032
+ "step": 1440
1033
+ },
1034
+ {
1035
+ "epoch": 1.5,
1036
+ "grad_norm": 0.5633636269166687,
1037
+ "learning_rate": 2.9174433974190365e-06,
1038
+ "loss": 1.1243,
1039
+ "step": 1450
1040
+ },
1041
+ {
1042
+ "epoch": 1.51,
1043
+ "grad_norm": 0.48764993266916146,
1044
+ "learning_rate": 2.803590480257985e-06,
1045
+ "loss": 1.1281,
1046
+ "step": 1460
1047
+ },
1048
+ {
1049
+ "epoch": 1.52,
1050
+ "grad_norm": 0.9169861978820425,
1051
+ "learning_rate": 2.691640357218759e-06,
1052
+ "loss": 1.1239,
1053
+ "step": 1470
1054
+ },
1055
+ {
1056
+ "epoch": 1.53,
1057
+ "grad_norm": 0.516479662678479,
1058
+ "learning_rate": 2.581622628900868e-06,
1059
+ "loss": 1.1228,
1060
+ "step": 1480
1061
+ },
1062
+ {
1063
+ "epoch": 1.54,
1064
+ "grad_norm": 0.6193601635552117,
1065
+ "learning_rate": 2.4735663849616098e-06,
1066
+ "loss": 1.1202,
1067
+ "step": 1490
1068
+ },
1069
+ {
1070
+ "epoch": 1.55,
1071
+ "grad_norm": 0.49498823489992116,
1072
+ "learning_rate": 2.367500196424529e-06,
1073
+ "loss": 1.1279,
1074
+ "step": 1500
1075
+ },
1076
+ {
1077
+ "epoch": 1.56,
1078
+ "grad_norm": 0.6290761419202775,
1079
+ "learning_rate": 2.263452108124968e-06,
1080
+ "loss": 1.1192,
1081
+ "step": 1510
1082
+ },
1083
+ {
1084
+ "epoch": 1.57,
1085
+ "grad_norm": 0.5701593566889765,
1086
+ "learning_rate": 2.161449631294785e-06,
1087
+ "loss": 1.1227,
1088
+ "step": 1520
1089
+ },
1090
+ {
1091
+ "epoch": 1.58,
1092
+ "grad_norm": 0.4691807510199917,
1093
+ "learning_rate": 2.0615197362881234e-06,
1094
+ "loss": 1.117,
1095
+ "step": 1530
1096
+ },
1097
+ {
1098
+ "epoch": 1.59,
1099
+ "grad_norm": 0.926057066254184,
1100
+ "learning_rate": 1.963688845450218e-06,
1101
+ "loss": 1.1177,
1102
+ "step": 1540
1103
+ },
1104
+ {
1105
+ "epoch": 1.6,
1106
+ "grad_norm": 0.7383468808391309,
1107
+ "learning_rate": 1.8679828261311073e-06,
1108
+ "loss": 1.1299,
1109
+ "step": 1550
1110
+ },
1111
+ {
1112
+ "epoch": 1.61,
1113
+ "grad_norm": 0.49356910651083413,
1114
+ "learning_rate": 1.774426983846058e-06,
1115
+ "loss": 1.1167,
1116
+ "step": 1560
1117
+ },
1118
+ {
1119
+ "epoch": 1.62,
1120
+ "grad_norm": 0.5403947993978422,
1121
+ "learning_rate": 1.6830460555845719e-06,
1122
+ "loss": 1.1324,
1123
+ "step": 1570
1124
+ },
1125
+ {
1126
+ "epoch": 1.64,
1127
+ "grad_norm": 0.5254533594635142,
1128
+ "learning_rate": 1.593864203269716e-06,
1129
+ "loss": 1.1288,
1130
+ "step": 1580
1131
+ },
1132
+ {
1133
+ "epoch": 1.65,
1134
+ "grad_norm": 0.4750626069678938,
1135
+ "learning_rate": 1.5069050073694813e-06,
1136
+ "loss": 1.127,
1137
+ "step": 1590
1138
+ },
1139
+ {
1140
+ "epoch": 1.66,
1141
+ "grad_norm": 0.4803355102824248,
1142
+ "learning_rate": 1.4221914606619135e-06,
1143
+ "loss": 1.1253,
1144
+ "step": 1600
1145
+ },
1146
+ {
1147
+ "epoch": 1.67,
1148
+ "grad_norm": 0.5023769646064918,
1149
+ "learning_rate": 1.339745962155613e-06,
1150
+ "loss": 1.1362,
1151
+ "step": 1610
1152
+ },
1153
+ {
1154
+ "epoch": 1.68,
1155
+ "grad_norm": 0.4750107387465944,
1156
+ "learning_rate": 1.259590311167238e-06,
1157
+ "loss": 1.1196,
1158
+ "step": 1620
1159
+ },
1160
+ {
1161
+ "epoch": 1.69,
1162
+ "grad_norm": 0.49120491276877826,
1163
+ "learning_rate": 1.181745701557574e-06,
1164
+ "loss": 1.1163,
1165
+ "step": 1630
1166
+ },
1167
+ {
1168
+ "epoch": 1.7,
1169
+ "grad_norm": 0.523266756507014,
1170
+ "learning_rate": 1.1062327161276965e-06,
1171
+ "loss": 1.1133,
1172
+ "step": 1640
1173
+ },
1174
+ {
1175
+ "epoch": 1.71,
1176
+ "grad_norm": 0.48201400455042975,
1177
+ "learning_rate": 1.0330713211766864e-06,
1178
+ "loss": 1.128,
1179
+ "step": 1650
1180
+ },
1181
+ {
1182
+ "epoch": 1.72,
1183
+ "grad_norm": 0.6814324481203446,
1184
+ "learning_rate": 9.622808612223722e-07,
1185
+ "loss": 1.1441,
1186
+ "step": 1660
1187
+ },
1188
+ {
1189
+ "epoch": 1.73,
1190
+ "grad_norm": 0.4529669002867237,
1191
+ "learning_rate": 8.9388005388647e-07,
1192
+ "loss": 1.132,
1193
+ "step": 1670
1194
+ },
1195
+ {
1196
+ "epoch": 1.74,
1197
+ "grad_norm": 0.5488831178907686,
1198
+ "learning_rate": 8.278869849454718e-07,
1199
+ "loss": 1.1373,
1200
+ "step": 1680
1201
+ },
1202
+ {
1203
+ "epoch": 1.75,
1204
+ "grad_norm": 0.46046446784548656,
1205
+ "learning_rate": 7.643191035486086e-07,
1206
+ "loss": 1.1147,
1207
+ "step": 1690
1208
+ },
1209
+ {
1210
+ "epoch": 1.76,
1211
+ "grad_norm": 0.48574840186097173,
1212
+ "learning_rate": 7.031932176041522e-07,
1213
+ "loss": 1.1283,
1214
+ "step": 1700
1215
+ },
1216
+ {
1217
+ "epoch": 1.77,
1218
+ "grad_norm": 0.614025528461565,
1219
+ "learning_rate": 6.445254893352381e-07,
1220
+ "loss": 1.1147,
1221
+ "step": 1710
1222
+ },
1223
+ {
1224
+ "epoch": 1.78,
1225
+ "grad_norm": 0.46356093239410984,
1226
+ "learning_rate": 5.883314310064492e-07,
1227
+ "loss": 1.1353,
1228
+ "step": 1720
1229
+ },
1230
+ {
1231
+ "epoch": 1.79,
1232
+ "grad_norm": 0.5695243032656638,
1233
+ "learning_rate": 5.346259008222243e-07,
1234
+ "loss": 1.1206,
1235
+ "step": 1730
1236
+ },
1237
+ {
1238
+ "epoch": 1.8,
1239
+ "grad_norm": 0.5116195400283284,
1240
+ "learning_rate": 4.834230989982214e-07,
1241
+ "loss": 1.1123,
1242
+ "step": 1740
1243
+ },
1244
+ {
1245
+ "epoch": 1.81,
1246
+ "grad_norm": 0.4727612452244113,
1247
+ "learning_rate": 4.3473656400665256e-07,
1248
+ "loss": 1.1258,
1249
+ "step": 1750
1250
+ },
1251
+ {
1252
+ "epoch": 1.82,
1253
+ "grad_norm": 1.0498570469876018,
1254
+ "learning_rate": 3.885791689966023e-07,
1255
+ "loss": 1.129,
1256
+ "step": 1760
1257
+ },
1258
+ {
1259
+ "epoch": 1.83,
1260
+ "grad_norm": 0.5474571870293417,
1261
+ "learning_rate": 3.4496311839024133e-07,
1262
+ "loss": 1.1246,
1263
+ "step": 1770
1264
+ },
1265
+ {
1266
+ "epoch": 1.84,
1267
+ "grad_norm": 0.46259219613163566,
1268
+ "learning_rate": 3.038999446558755e-07,
1269
+ "loss": 1.1249,
1270
+ "step": 1780
1271
+ },
1272
+ {
1273
+ "epoch": 1.85,
1274
+ "grad_norm": 0.5077623062630557,
1275
+ "learning_rate": 2.654005052586628e-07,
1276
+ "loss": 1.1344,
1277
+ "step": 1790
1278
+ },
1279
+ {
1280
+ "epoch": 1.86,
1281
+ "grad_norm": 0.7073531796619889,
1282
+ "learning_rate": 2.294749797897955e-07,
1283
+ "loss": 1.1075,
1284
+ "step": 1800
1285
+ },
1286
+ {
1287
+ "epoch": 1.87,
1288
+ "grad_norm": 0.48237877829197745,
1289
+ "learning_rate": 1.961328672749352e-07,
1290
+ "loss": 1.1219,
1291
+ "step": 1810
1292
+ },
1293
+ {
1294
+ "epoch": 1.88,
1295
+ "grad_norm": 0.456598123312511,
1296
+ "learning_rate": 1.6538298366257975e-07,
1297
+ "loss": 1.1109,
1298
+ "step": 1820
1299
+ },
1300
+ {
1301
+ "epoch": 1.89,
1302
+ "grad_norm": 0.4764383587717983,
1303
+ "learning_rate": 1.3723345949305245e-07,
1304
+ "loss": 1.1238,
1305
+ "step": 1830
1306
+ },
1307
+ {
1308
+ "epoch": 1.9,
1309
+ "grad_norm": 0.4611156020653585,
1310
+ "learning_rate": 1.1169173774871478e-07,
1311
+ "loss": 1.1229,
1312
+ "step": 1840
1313
+ },
1314
+ {
1315
+ "epoch": 1.91,
1316
+ "grad_norm": 0.4560163397865408,
1317
+ "learning_rate": 8.876457188597642e-08,
1318
+ "loss": 1.1325,
1319
+ "step": 1850
1320
+ },
1321
+ {
1322
+ "epoch": 1.92,
1323
+ "grad_norm": 0.5219948547290205,
1324
+ "learning_rate": 6.845802404962243e-08,
1325
+ "loss": 1.1177,
1326
+ "step": 1860
1327
+ },
1328
+ {
1329
+ "epoch": 1.94,
1330
+ "grad_norm": 0.4510998317003041,
1331
+ "learning_rate": 5.0777463469925406e-08,
1332
+ "loss": 1.125,
1333
+ "step": 1870
1334
+ },
1335
+ {
1336
+ "epoch": 1.95,
1337
+ "grad_norm": 0.48962561357722584,
1338
+ "learning_rate": 3.572756504297892e-08,
1339
+ "loss": 1.1399,
1340
+ "step": 1880
1341
+ },
1342
+ {
1343
+ "epoch": 1.96,
1344
+ "grad_norm": 0.5094047679112849,
1345
+ "learning_rate": 2.3312308094607382e-08,
1346
+ "loss": 1.1209,
1347
+ "step": 1890
1348
+ },
1349
+ {
1350
+ "epoch": 1.97,
1351
+ "grad_norm": 0.48754364841280406,
1352
+ "learning_rate": 1.3534975328205468e-08,
1353
+ "loss": 1.1311,
1354
+ "step": 1900
1355
+ },
1356
+ {
1357
+ "epoch": 1.98,
1358
+ "grad_norm": 0.48361438379969285,
1359
+ "learning_rate": 6.398151956754639e-09,
1360
+ "loss": 1.123,
1361
+ "step": 1910
1362
+ },
1363
+ {
1364
+ "epoch": 1.99,
1365
+ "grad_norm": 0.5170334599385726,
1366
+ "learning_rate": 1.9037250192732728e-09,
1367
+ "loss": 1.1228,
1368
+ "step": 1920
1369
+ },
1370
+ {
1371
+ "epoch": 2.0,
1372
+ "grad_norm": 0.8343836947757891,
1373
+ "learning_rate": 5.288288186688917e-11,
1374
+ "loss": 1.129,
1375
+ "step": 1930
1376
+ },
1377
+ {
1378
+ "epoch": 2.0,
1379
+ "eval_loss": 1.1860260963439941,
1380
+ "eval_runtime": 713.2766,
1381
+ "eval_samples_per_second": 19.189,
1382
+ "eval_steps_per_second": 2.399,
1383
+ "step": 1932
1384
+ },
1385
+ {
1386
+ "epoch": 2.0,
1387
+ "step": 1932,
1388
+ "total_flos": 230258632556544.0,
1389
+ "train_loss": 1.1706056661487365,
1390
+ "train_runtime": 44868.6505,
1391
+ "train_samples_per_second": 5.513,
1392
+ "train_steps_per_second": 0.043
1393
+ }
1394
+ ],
1395
+ "logging_steps": 10,
1396
+ "max_steps": 1932,
1397
+ "num_input_tokens_seen": 0,
1398
+ "num_train_epochs": 2,
1399
+ "save_steps": 500,
1400
+ "total_flos": 230258632556544.0,
1401
+ "train_batch_size": 2,
1402
+ "trial_name": null,
1403
+ "trial_params": null
1404
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:542c00bd70203b99f544c7881c12f8dea4f49f66f8aec3d0d7d21eb818382067
3
+ size 6136