Ubuntu commited on
Commit
6130057
·
1 Parent(s): f0359b1

hindi model

Browse files
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - hi
5
+ pipeline_tag: text-to-speech
6
+ license: apache-2.0
7
+ base_model:
8
+ - meta-llama/Llama-3.2-3B-Instruct
9
+ - canopylabs/orpheus-3b-0.1-pretrained
10
+ ---
11
+
12
+ # Orpheus 3B Hi Finetuned
13
+
14
+ **4/9/2025** – We are releasing our 3B Orpheus TTS model with additional finetunes. Code is available on GitHub: [CanopyAI/Orpheus-TTS](https://github.com/canopyai/Orpheus-TTS)
15
+
16
+ ---
17
+
18
+ Orpheus TTS is a state-of-the-art, Llama-based Speech-LLM designed for high-quality, empathetic text-to-speech generation. This model has been finetuned to deliver human-level speech synthesis, achieving exceptional clarity, expressiveness, and real-time streaming performances.
19
+
20
+ # Model Details
21
+
22
+ ### Model Capabilities
23
+
24
+ - **Human-Like Speech**: Natural intonation, emotion, and rhythm that is superior to SOTA closed source models
25
+ - **Zero-Shot Voice Cloning**: Clone voices without prior fine-tuning
26
+ - **Guided Emotion and Intonation**: Control speech and emotion characteristics with simple tags
27
+ - **Low Latency**: ~200ms streaming latency for realtime applications, reducible to ~100ms with input streaming
28
+
29
+
30
+ ### Model Sources
31
+
32
+ - **GitHub Repo:** [https://github.com/canopyai/Orpheus-TTS](https://github.com/canopyai/Orpheus-TTS)
33
+ - **Blog Post:** [https://canopylabs.ai/model-releases](https://canopylabs.ai/releases/orpheus_can_speak_any_language)
34
+ - **Colab Inference Notebook:** [notebook link](https://colab.research.google.com/drive/1KhXT56UePPUHhqitJNUxq63k-pQomz3N?usp=sharing)
35
+
36
+
37
+ # Usage
38
+
39
+ Check out our Colab ([link to Colab](https://colab.research.google.com/drive/1KhXT56UePPUHhqitJNUxq63k-pQomz3N?usp=sharing)) or GitHub ([link to GitHub](https://github.com/canopyai/Orpheus-TTS)) on how to run easy inference on our finetuned models.
40
+
41
+
42
+ # Model Misuse
43
+ Do not use our models for impersonation without consent, misinformation or deception (including fake news or fraudulent calls), or any illegal or harmful activity. By using this model, you agree to follow all applicable laws and ethical guidelines. We disclaim responsibility for any use.
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 128000,
8
+ "eos_token_id": 128001,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 3072,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 8192,
14
+ "max_position_embeddings": 131072,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 24,
18
+ "num_hidden_layers": 28,
19
+ "num_key_value_heads": 8,
20
+ "pretraining_tp": 1,
21
+ "rms_norm_eps": 1e-05,
22
+ "rope_scaling": {
23
+ "factor": 32.0,
24
+ "high_freq_factor": 4.0,
25
+ "low_freq_factor": 1.0,
26
+ "original_max_position_embeddings": 8192,
27
+ "rope_type": "llama3"
28
+ },
29
+ "rope_theta": 500000.0,
30
+ "tie_word_embeddings": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.51.1",
33
+ "use_cache": true,
34
+ "vocab_size": 156940
35
+ }
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "do_sample": true,
5
+ "eos_token_id": 128001,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
8
+ "transformers_version": "4.51.1"
9
+ }
model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4bbf988e8a03d3a69c8de5e273be38800d82e3dae6cb6a1f915b6481db20203
3
+ size 4948557560
model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb4134000138bc9bcbebdff4bd2a799b6ffa7ce0a5e8da4538246e7f032c089
3
+ size 4932808960
model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:080114d731349e7bb95e0e89d1a54ab1ed53d1285c76db7a4a82cf078663ec84
3
+ size 3322130968
model.safetensors.index.json ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 13203468288
4
+ },
5
+ "weight_map": {
6
+ "model.embed_tokens.weight": "model-00001-of-00003.safetensors",
7
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
8
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
9
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
10
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
11
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
12
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
13
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
14
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
15
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
16
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
17
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
18
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
19
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
20
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
21
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
22
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
23
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
24
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
25
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00003.safetensors",
26
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
27
+ "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
28
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
29
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
30
+ "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
31
+ "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
32
+ "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
33
+ "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
34
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
35
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
36
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
37
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
38
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
39
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
40
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
41
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
42
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
43
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
44
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
45
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
46
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
47
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
48
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
49
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
50
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
51
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
52
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
53
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
54
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
55
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
56
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
57
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
58
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
59
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
60
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
61
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
62
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
63
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
64
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
65
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
66
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
67
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
68
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
69
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
70
+ "model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
71
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
72
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
73
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
74
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
75
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
76
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
77
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
78
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
79
+ "model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
80
+ "model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
81
+ "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
82
+ "model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
83
+ "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
84
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
85
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
86
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
87
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
88
+ "model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
89
+ "model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
90
+ "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
91
+ "model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
92
+ "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
93
+ "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
94
+ "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
95
+ "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
96
+ "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
97
+ "model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
98
+ "model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
99
+ "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
100
+ "model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
101
+ "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
102
+ "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
103
+ "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
104
+ "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
105
+ "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
106
+ "model.layers.19.input_layernorm.weight": "model-00003-of-00003.safetensors",
107
+ "model.layers.19.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
108
+ "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
109
+ "model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
110
+ "model.layers.19.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
111
+ "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
112
+ "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
113
+ "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
114
+ "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
115
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
116
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
117
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
118
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
119
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
120
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
121
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
122
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
123
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
124
+ "model.layers.20.input_layernorm.weight": "model-00003-of-00003.safetensors",
125
+ "model.layers.20.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
126
+ "model.layers.20.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
127
+ "model.layers.20.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
128
+ "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
129
+ "model.layers.20.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
130
+ "model.layers.20.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
131
+ "model.layers.20.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
132
+ "model.layers.20.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
133
+ "model.layers.21.input_layernorm.weight": "model-00003-of-00003.safetensors",
134
+ "model.layers.21.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
135
+ "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
136
+ "model.layers.21.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
137
+ "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
138
+ "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
139
+ "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
140
+ "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
141
+ "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
142
+ "model.layers.22.input_layernorm.weight": "model-00003-of-00003.safetensors",
143
+ "model.layers.22.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
144
+ "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
145
+ "model.layers.22.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
146
+ "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
147
+ "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
148
+ "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
149
+ "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
150
+ "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
151
+ "model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
152
+ "model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
153
+ "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
154
+ "model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
155
+ "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
156
+ "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
157
+ "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
158
+ "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
159
+ "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
160
+ "model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
161
+ "model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
162
+ "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
163
+ "model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
164
+ "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
165
+ "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
166
+ "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
167
+ "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
168
+ "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
169
+ "model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
170
+ "model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
171
+ "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
172
+ "model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
173
+ "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
174
+ "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
175
+ "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
176
+ "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
177
+ "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
178
+ "model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
179
+ "model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
180
+ "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
181
+ "model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
182
+ "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
183
+ "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
184
+ "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
185
+ "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
186
+ "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
187
+ "model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
188
+ "model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
189
+ "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
190
+ "model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
191
+ "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
192
+ "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
193
+ "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
194
+ "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
195
+ "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
196
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
197
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
198
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
199
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
200
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
201
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
202
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
203
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
204
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
205
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
206
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
207
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
208
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
209
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
210
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
211
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
212
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
213
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
214
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
215
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
216
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
217
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
218
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
219
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
220
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
221
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
222
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
223
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
224
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
225
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
226
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
227
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
228
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
229
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
230
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
231
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
232
+ "model.layers.7.input_layernorm.weight": "model-00002-of-00003.safetensors",
233
+ "model.layers.7.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
234
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
235
+ "model.layers.7.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
236
+ "model.layers.7.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
237
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
238
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
239
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
240
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
241
+ "model.layers.8.input_layernorm.weight": "model-00002-of-00003.safetensors",
242
+ "model.layers.8.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
243
+ "model.layers.8.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
244
+ "model.layers.8.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
245
+ "model.layers.8.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
246
+ "model.layers.8.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
247
+ "model.layers.8.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
248
+ "model.layers.8.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
249
+ "model.layers.8.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
250
+ "model.layers.9.input_layernorm.weight": "model-00002-of-00003.safetensors",
251
+ "model.layers.9.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
252
+ "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
253
+ "model.layers.9.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
254
+ "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
255
+ "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
256
+ "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
257
+ "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
258
+ "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
259
+ "model.norm.weight": "model-00003-of-00003.safetensors"
260
+ }
261
+ }
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386fcc8cc1089aade9450d86fb239ea3483f455fd2d78d8378645feecfec9d69
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b2e83a0fbc81456396a7a6672579ae756d2e199e11650a4b55d104249f6d85f
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|audio|>"
4
+ ],
5
+ "bos_token": {
6
+ "content": "<|begin_of_text|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "eos_token": {
13
+ "content": "<|eot_id|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ }
19
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc3fecb199b4170636dbfab986d25f628157268d37b861f9cadaca60b1353bce
3
+ size 22849547
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
@@ -0,0 +1,2421 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 341,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.002932551319648094,
14
+ "grad_norm": 6.319007873535156,
15
+ "learning_rate": 5e-05,
16
+ "loss": 4.8204,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.005865102639296188,
21
+ "grad_norm": 6.290866851806641,
22
+ "learning_rate": 4.999893904264319e-05,
23
+ "loss": 4.8689,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.008797653958944282,
28
+ "grad_norm": 6.734510898590088,
29
+ "learning_rate": 4.9995756260623194e-05,
30
+ "loss": 4.6271,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.011730205278592375,
35
+ "grad_norm": 7.963351249694824,
36
+ "learning_rate": 4.99904519240837e-05,
37
+ "loss": 5.1255,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.01466275659824047,
42
+ "grad_norm": 4.615658760070801,
43
+ "learning_rate": 4.998302648323868e-05,
44
+ "loss": 4.7965,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.017595307917888565,
49
+ "grad_norm": 4.6622538566589355,
50
+ "learning_rate": 4.997348056833425e-05,
51
+ "loss": 4.6459,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.020527859237536656,
56
+ "grad_norm": 4.437032699584961,
57
+ "learning_rate": 4.996181498959508e-05,
58
+ "loss": 4.7091,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.02346041055718475,
63
+ "grad_norm": 3.9045681953430176,
64
+ "learning_rate": 4.99480307371557e-05,
65
+ "loss": 4.5016,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.026392961876832845,
70
+ "grad_norm": 4.380956172943115,
71
+ "learning_rate": 4.9932128980976435e-05,
72
+ "loss": 4.5466,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.02932551319648094,
77
+ "grad_norm": 2.6686320304870605,
78
+ "learning_rate": 4.9914111070744104e-05,
79
+ "loss": 5.2772,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.03225806451612903,
84
+ "grad_norm": 3.554694890975952,
85
+ "learning_rate": 4.989397853575746e-05,
86
+ "loss": 5.0322,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.03519061583577713,
91
+ "grad_norm": 3.557262897491455,
92
+ "learning_rate": 4.987173308479738e-05,
93
+ "loss": 4.3792,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.03812316715542522,
98
+ "grad_norm": 4.024055004119873,
99
+ "learning_rate": 4.9847376605981866e-05,
100
+ "loss": 4.4726,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.04105571847507331,
105
+ "grad_norm": 8.42093563079834,
106
+ "learning_rate": 4.982091116660575e-05,
107
+ "loss": 4.6347,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.04398826979472141,
112
+ "grad_norm": 2.852898359298706,
113
+ "learning_rate": 4.979233901296523e-05,
114
+ "loss": 5.2797,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.0469208211143695,
119
+ "grad_norm": 3.145420789718628,
120
+ "learning_rate": 4.9761662570167236e-05,
121
+ "loss": 4.2868,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.04985337243401759,
126
+ "grad_norm": 4.12168025970459,
127
+ "learning_rate": 4.97288844419236e-05,
128
+ "loss": 4.3671,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.05278592375366569,
133
+ "grad_norm": 5.328208923339844,
134
+ "learning_rate": 4.969400741032999e-05,
135
+ "loss": 4.4232,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.05571847507331378,
140
+ "grad_norm": 4.352039813995361,
141
+ "learning_rate": 4.96570344356299e-05,
142
+ "loss": 4.429,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.05865102639296188,
147
+ "grad_norm": 2.69134521484375,
148
+ "learning_rate": 4.961796865596328e-05,
149
+ "loss": 4.5297,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.06158357771260997,
154
+ "grad_norm": 8.25953483581543,
155
+ "learning_rate": 4.957681338710022e-05,
156
+ "loss": 4.0496,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.06451612903225806,
161
+ "grad_norm": 3.149198532104492,
162
+ "learning_rate": 4.9533572122159566e-05,
163
+ "loss": 5.142,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.06744868035190615,
168
+ "grad_norm": 2.225888252258301,
169
+ "learning_rate": 4.948824853131236e-05,
170
+ "loss": 5.2859,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.07038123167155426,
175
+ "grad_norm": 7.183879852294922,
176
+ "learning_rate": 4.944084646147038e-05,
177
+ "loss": 4.5014,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.07331378299120235,
182
+ "grad_norm": 6.556963920593262,
183
+ "learning_rate": 4.93913699359596e-05,
184
+ "loss": 4.7606,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.07624633431085044,
189
+ "grad_norm": 4.1133575439453125,
190
+ "learning_rate": 4.9339823154178714e-05,
191
+ "loss": 4.2496,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.07917888563049853,
196
+ "grad_norm": 8.505212783813477,
197
+ "learning_rate": 4.928621049124271e-05,
198
+ "loss": 4.1803,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.08211143695014662,
203
+ "grad_norm": 3.3550186157226562,
204
+ "learning_rate": 4.923053649761152e-05,
205
+ "loss": 4.2568,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.08504398826979472,
210
+ "grad_norm": 2.2392992973327637,
211
+ "learning_rate": 4.917280589870381e-05,
212
+ "loss": 5.2828,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.08797653958944282,
217
+ "grad_norm": 4.570096492767334,
218
+ "learning_rate": 4.911302359449585e-05,
219
+ "loss": 4.3789,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.09090909090909091,
224
+ "grad_norm": 4.046231746673584,
225
+ "learning_rate": 4.905119465910569e-05,
226
+ "loss": 4.5402,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.093841642228739,
231
+ "grad_norm": 3.7967305183410645,
232
+ "learning_rate": 4.898732434036244e-05,
233
+ "loss": 4.4396,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.0967741935483871,
238
+ "grad_norm": 3.258676052093506,
239
+ "learning_rate": 4.8921418059360846e-05,
240
+ "loss": 4.2346,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.09970674486803519,
245
+ "grad_norm": 4.632401943206787,
246
+ "learning_rate": 4.885348141000122e-05,
247
+ "loss": 4.3809,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.10263929618768329,
252
+ "grad_norm": 7.8344502449035645,
253
+ "learning_rate": 4.878352015851459e-05,
254
+ "loss": 4.0801,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.10557184750733138,
259
+ "grad_norm": 3.2571303844451904,
260
+ "learning_rate": 4.8711540242973324e-05,
261
+ "loss": 4.5836,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.10850439882697947,
266
+ "grad_norm": 6.491433143615723,
267
+ "learning_rate": 4.8637547772787086e-05,
268
+ "loss": 4.4666,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.11143695014662756,
273
+ "grad_norm": 6.250299453735352,
274
+ "learning_rate": 4.8561549028184316e-05,
275
+ "loss": 4.401,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.11436950146627566,
280
+ "grad_norm": 3.4556198120117188,
281
+ "learning_rate": 4.8483550459679205e-05,
282
+ "loss": 4.5211,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.11730205278592376,
287
+ "grad_norm": 3.0196945667266846,
288
+ "learning_rate": 4.840355868752415e-05,
289
+ "loss": 4.491,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.12023460410557185,
294
+ "grad_norm": 2.6688613891601562,
295
+ "learning_rate": 4.832158050114789e-05,
296
+ "loss": 5.1672,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.12316715542521994,
301
+ "grad_norm": 2.39567232131958,
302
+ "learning_rate": 4.823762285857921e-05,
303
+ "loss": 4.438,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.12609970674486803,
308
+ "grad_norm": 2.8483312129974365,
309
+ "learning_rate": 4.815169288585641e-05,
310
+ "loss": 4.341,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.12903225806451613,
315
+ "grad_norm": 4.395498275756836,
316
+ "learning_rate": 4.806379787642241e-05,
317
+ "loss": 4.3291,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.13196480938416422,
322
+ "grad_norm": 3.703028917312622,
323
+ "learning_rate": 4.7973945290505766e-05,
324
+ "loss": 4.2344,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.1348973607038123,
329
+ "grad_norm": 4.2390570640563965,
330
+ "learning_rate": 4.7882142754487444e-05,
331
+ "loss": 4.1265,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.1378299120234604,
336
+ "grad_norm": 5.493074893951416,
337
+ "learning_rate": 4.778839806025354e-05,
338
+ "loss": 4.4441,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.14076246334310852,
343
+ "grad_norm": 3.362192153930664,
344
+ "learning_rate": 4.769271916453386e-05,
345
+ "loss": 4.2415,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.1436950146627566,
350
+ "grad_norm": 4.600128173828125,
351
+ "learning_rate": 4.7595114188226685e-05,
352
+ "loss": 4.1814,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.1466275659824047,
357
+ "grad_norm": 3.966892719268799,
358
+ "learning_rate": 4.7495591415709434e-05,
359
+ "loss": 4.2122,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.1495601173020528,
364
+ "grad_norm": 6.8264946937561035,
365
+ "learning_rate": 4.739415929413552e-05,
366
+ "loss": 4.5849,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.15249266862170088,
371
+ "grad_norm": 3.692595958709717,
372
+ "learning_rate": 4.729082643271738e-05,
373
+ "loss": 4.2481,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.15542521994134897,
378
+ "grad_norm": 3.65590238571167,
379
+ "learning_rate": 4.718560160199579e-05,
380
+ "loss": 4.3801,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.15835777126099707,
385
+ "grad_norm": 6.1569719314575195,
386
+ "learning_rate": 4.7078493733095395e-05,
387
+ "loss": 4.6345,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.16129032258064516,
392
+ "grad_norm": 3.2693560123443604,
393
+ "learning_rate": 4.696951191696673e-05,
394
+ "loss": 4.5211,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.16422287390029325,
399
+ "grad_norm": 4.253462791442871,
400
+ "learning_rate": 4.685866540361456e-05,
401
+ "loss": 4.3612,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.16715542521994134,
406
+ "grad_norm": 4.276793003082275,
407
+ "learning_rate": 4.674596360131278e-05,
408
+ "loss": 4.212,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.17008797653958943,
413
+ "grad_norm": 5.345841884613037,
414
+ "learning_rate": 4.663141607580589e-05,
415
+ "loss": 5.0145,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.17302052785923755,
420
+ "grad_norm": 5.662412643432617,
421
+ "learning_rate": 4.651503254949709e-05,
422
+ "loss": 4.4571,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.17595307917888564,
427
+ "grad_norm": 3.0804178714752197,
428
+ "learning_rate": 4.639682290062307e-05,
429
+ "loss": 4.4115,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.17888563049853373,
434
+ "grad_norm": 3.7599942684173584,
435
+ "learning_rate": 4.627679716241553e-05,
436
+ "loss": 4.7501,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.18181818181818182,
441
+ "grad_norm": 3.2905123233795166,
442
+ "learning_rate": 4.6154965522249695e-05,
443
+ "loss": 4.2669,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.18475073313782991,
448
+ "grad_norm": 2.304152488708496,
449
+ "learning_rate": 4.6031338320779534e-05,
450
+ "loss": 4.3751,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.187683284457478,
455
+ "grad_norm": 3.7457761764526367,
456
+ "learning_rate": 4.590592605106017e-05,
457
+ "loss": 4.5409,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.1906158357771261,
462
+ "grad_norm": 3.0693962574005127,
463
+ "learning_rate": 4.577873935765722e-05,
464
+ "loss": 5.1264,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.1935483870967742,
469
+ "grad_norm": 3.161609172821045,
470
+ "learning_rate": 4.564978903574333e-05,
471
+ "loss": 4.3516,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.19648093841642228,
476
+ "grad_norm": 4.911186218261719,
477
+ "learning_rate": 4.551908603018191e-05,
478
+ "loss": 4.4847,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.19941348973607037,
483
+ "grad_norm": 4.049593448638916,
484
+ "learning_rate": 4.538664143459819e-05,
485
+ "loss": 4.3197,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.20234604105571846,
490
+ "grad_norm": 4.04063606262207,
491
+ "learning_rate": 4.5252466490437614e-05,
492
+ "loss": 3.9685,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.20527859237536658,
497
+ "grad_norm": 5.923386096954346,
498
+ "learning_rate": 4.51165725860117e-05,
499
+ "loss": 4.0232,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.20821114369501467,
504
+ "grad_norm": 5.928019046783447,
505
+ "learning_rate": 4.4978971255531475e-05,
506
+ "loss": 4.1971,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.21114369501466276,
511
+ "grad_norm": 1.9799386262893677,
512
+ "learning_rate": 4.4839674178128446e-05,
513
+ "loss": 5.1276,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.21407624633431085,
518
+ "grad_norm": 4.974693298339844,
519
+ "learning_rate": 4.469869317686332e-05,
520
+ "loss": 4.3455,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.21700879765395895,
525
+ "grad_norm": 2.761202335357666,
526
+ "learning_rate": 4.455604021772256e-05,
527
+ "loss": 4.2961,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.21994134897360704,
532
+ "grad_norm": 3.5266315937042236,
533
+ "learning_rate": 4.4411727408602664e-05,
534
+ "loss": 4.1596,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.22287390029325513,
539
+ "grad_norm": 2.9372167587280273,
540
+ "learning_rate": 4.4265766998282565e-05,
541
+ "loss": 5.0596,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.22580645161290322,
546
+ "grad_norm": 3.2573282718658447,
547
+ "learning_rate": 4.4118171375383956e-05,
548
+ "loss": 4.3719,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.2287390029325513,
553
+ "grad_norm": 6.638172626495361,
554
+ "learning_rate": 4.3968953067319777e-05,
555
+ "loss": 4.4118,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.2316715542521994,
560
+ "grad_norm": 6.448634147644043,
561
+ "learning_rate": 4.3818124739230975e-05,
562
+ "loss": 3.8673,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.23460410557184752,
567
+ "grad_norm": 4.113856792449951,
568
+ "learning_rate": 4.36656991929115e-05,
569
+ "loss": 4.2476,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.2375366568914956,
574
+ "grad_norm": 3.8150839805603027,
575
+ "learning_rate": 4.351168936572172e-05,
576
+ "loss": 4.1913,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.2404692082111437,
581
+ "grad_norm": 4.503903388977051,
582
+ "learning_rate": 4.335610832949037e-05,
583
+ "loss": 4.5169,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.2434017595307918,
588
+ "grad_norm": 3.6482162475585938,
589
+ "learning_rate": 4.3198969289405055e-05,
590
+ "loss": 4.0093,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.24633431085043989,
595
+ "grad_norm": 3.1930086612701416,
596
+ "learning_rate": 4.3040285582891416e-05,
597
+ "loss": 4.5262,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.24926686217008798,
602
+ "grad_norm": 3.805996894836426,
603
+ "learning_rate": 4.288007067848113e-05,
604
+ "loss": 4.1874,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.25219941348973607,
609
+ "grad_norm": 3.4800267219543457,
610
+ "learning_rate": 4.271833817466871e-05,
611
+ "loss": 4.6132,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.25513196480938416,
616
+ "grad_norm": 3.3271780014038086,
617
+ "learning_rate": 4.255510179875733e-05,
618
+ "loss": 4.4653,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.25806451612903225,
623
+ "grad_norm": 3.547039270401001,
624
+ "learning_rate": 4.2390375405693726e-05,
625
+ "loss": 4.3391,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.26099706744868034,
630
+ "grad_norm": 4.0348310470581055,
631
+ "learning_rate": 4.222417297689217e-05,
632
+ "loss": 4.5787,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.26392961876832843,
637
+ "grad_norm": 3.388742685317993,
638
+ "learning_rate": 4.205650861904782e-05,
639
+ "loss": 4.1723,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.2668621700879765,
644
+ "grad_norm": 3.0512118339538574,
645
+ "learning_rate": 4.1887396562939395e-05,
646
+ "loss": 4.269,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.2697947214076246,
651
+ "grad_norm": 6.11189603805542,
652
+ "learning_rate": 4.1716851162221303e-05,
653
+ "loss": 4.7488,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.2727272727272727,
658
+ "grad_norm": 3.2946243286132812,
659
+ "learning_rate": 4.154488689220536e-05,
660
+ "loss": 4.1267,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.2756598240469208,
665
+ "grad_norm": 3.750185251235962,
666
+ "learning_rate": 4.137151834863213e-05,
667
+ "loss": 4.4616,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.2785923753665689,
672
+ "grad_norm": 6.926551342010498,
673
+ "learning_rate": 4.1196760246432177e-05,
674
+ "loss": 4.07,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.28152492668621704,
679
+ "grad_norm": 4.292811870574951,
680
+ "learning_rate": 4.102062741847701e-05,
681
+ "loss": 4.3519,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.2844574780058651,
686
+ "grad_norm": 4.070389270782471,
687
+ "learning_rate": 4.0843134814320225e-05,
688
+ "loss": 4.2471,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.2873900293255132,
693
+ "grad_norm": 5.1068644523620605,
694
+ "learning_rate": 4.066429749892854e-05,
695
+ "loss": 4.3355,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.2903225806451613,
700
+ "grad_norm": 3.927582263946533,
701
+ "learning_rate": 4.0484130651403197e-05,
702
+ "loss": 4.6679,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.2932551319648094,
707
+ "grad_norm": 7.481175422668457,
708
+ "learning_rate": 4.030264956369157e-05,
709
+ "loss": 4.2306,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.2961876832844575,
714
+ "grad_norm": 3.5964012145996094,
715
+ "learning_rate": 4.0119869639289284e-05,
716
+ "loss": 4.3963,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.2991202346041056,
721
+ "grad_norm": 3.0901029109954834,
722
+ "learning_rate": 3.993580639193277e-05,
723
+ "loss": 4.2669,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.3020527859237537,
728
+ "grad_norm": 3.526278257369995,
729
+ "learning_rate": 3.975047544428254e-05,
730
+ "loss": 4.3102,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.30498533724340177,
735
+ "grad_norm": 3.336178779602051,
736
+ "learning_rate": 3.956389252659718e-05,
737
+ "loss": 4.5046,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.30791788856304986,
742
+ "grad_norm": 2.3995370864868164,
743
+ "learning_rate": 3.9376073475398234e-05,
744
+ "loss": 5.1687,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.31085043988269795,
749
+ "grad_norm": 6.165566444396973,
750
+ "learning_rate": 3.918703423212602e-05,
751
+ "loss": 4.4034,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.31378299120234604,
756
+ "grad_norm": 5.720207214355469,
757
+ "learning_rate": 3.899679084178661e-05,
758
+ "loss": 4.1865,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.31671554252199413,
763
+ "grad_norm": 3.825930118560791,
764
+ "learning_rate": 3.880535945158997e-05,
765
+ "loss": 4.3246,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.3196480938416422,
770
+ "grad_norm": 1.9456157684326172,
771
+ "learning_rate": 3.861275630957945e-05,
772
+ "loss": 5.0894,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.3225806451612903,
777
+ "grad_norm": 3.377239942550659,
778
+ "learning_rate": 3.841899776325267e-05,
779
+ "loss": 4.4097,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.3255131964809384,
784
+ "grad_norm": 6.097441673278809,
785
+ "learning_rate": 3.822410025817406e-05,
786
+ "loss": 3.8091,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.3284457478005865,
791
+ "grad_norm": 3.35066294670105,
792
+ "learning_rate": 3.8028080336578965e-05,
793
+ "loss": 4.2082,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.3313782991202346,
798
+ "grad_norm": 2.672997236251831,
799
+ "learning_rate": 3.78309546359696e-05,
800
+ "loss": 4.4388,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.3343108504398827,
805
+ "grad_norm": 2.8939368724823,
806
+ "learning_rate": 3.763273988770296e-05,
807
+ "loss": 4.2629,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.33724340175953077,
812
+ "grad_norm": 1.878678560256958,
813
+ "learning_rate": 3.743345291557068e-05,
814
+ "loss": 4.9891,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.34017595307917886,
819
+ "grad_norm": 3.0752434730529785,
820
+ "learning_rate": 3.723311063437109e-05,
821
+ "loss": 4.143,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.34310850439882695,
826
+ "grad_norm": 3.356590747833252,
827
+ "learning_rate": 3.703173004847356e-05,
828
+ "loss": 4.3527,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.3460410557184751,
833
+ "grad_norm": 2.803388833999634,
834
+ "learning_rate": 3.682932825037523e-05,
835
+ "loss": 4.3,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.3489736070381232,
840
+ "grad_norm": 3.459707260131836,
841
+ "learning_rate": 3.662592241925021e-05,
842
+ "loss": 4.3686,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.3519061583577713,
847
+ "grad_norm": 5.521109104156494,
848
+ "learning_rate": 3.642152981949157e-05,
849
+ "loss": 4.6251,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.3548387096774194,
854
+ "grad_norm": 3.130772352218628,
855
+ "learning_rate": 3.621616779924589e-05,
856
+ "loss": 4.2412,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.35777126099706746,
861
+ "grad_norm": 4.5020575523376465,
862
+ "learning_rate": 3.600985378894086e-05,
863
+ "loss": 4.7401,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.36070381231671556,
868
+ "grad_norm": 5.46859884262085,
869
+ "learning_rate": 3.580260529980584e-05,
870
+ "loss": 4.2195,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.36363636363636365,
875
+ "grad_norm": 3.6302034854888916,
876
+ "learning_rate": 3.559443992238558e-05,
877
+ "loss": 4.194,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.36656891495601174,
882
+ "grad_norm": 5.927103519439697,
883
+ "learning_rate": 3.5385375325047166e-05,
884
+ "loss": 4.0721,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.36950146627565983,
889
+ "grad_norm": 2.279721260070801,
890
+ "learning_rate": 3.51754292524804e-05,
891
+ "loss": 5.0347,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.3724340175953079,
896
+ "grad_norm": 2.6943609714508057,
897
+ "learning_rate": 3.49646195241917e-05,
898
+ "loss": 4.1371,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.375366568914956,
903
+ "grad_norm": 7.591246128082275,
904
+ "learning_rate": 3.4752964032991634e-05,
905
+ "loss": 4.0037,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.3782991202346041,
910
+ "grad_norm": 2.5776941776275635,
911
+ "learning_rate": 3.4540480743476255e-05,
912
+ "loss": 4.3463,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.3812316715542522,
917
+ "grad_norm": 1.8341679573059082,
918
+ "learning_rate": 3.4327187690502285e-05,
919
+ "loss": 4.9787,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.3841642228739003,
924
+ "grad_norm": 3.0362424850463867,
925
+ "learning_rate": 3.411310297765643e-05,
926
+ "loss": 4.0103,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.3870967741935484,
931
+ "grad_norm": 5.652297496795654,
932
+ "learning_rate": 3.389824477571877e-05,
933
+ "loss": 3.6824,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.39002932551319647,
938
+ "grad_norm": 4.283921241760254,
939
+ "learning_rate": 3.3682631321120504e-05,
940
+ "loss": 4.3503,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.39296187683284456,
945
+ "grad_norm": 3.3487112522125244,
946
+ "learning_rate": 3.346628091439612e-05,
947
+ "loss": 4.3136,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.39589442815249265,
952
+ "grad_norm": 3.4127163887023926,
953
+ "learning_rate": 3.324921191863005e-05,
954
+ "loss": 4.198,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.39882697947214074,
959
+ "grad_norm": 2.8525991439819336,
960
+ "learning_rate": 3.3031442757898144e-05,
961
+ "loss": 4.3358,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.40175953079178883,
966
+ "grad_norm": 5.910711288452148,
967
+ "learning_rate": 3.281299191570386e-05,
968
+ "loss": 4.0861,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.4046920821114369,
973
+ "grad_norm": 3.4536566734313965,
974
+ "learning_rate": 3.2593877933409434e-05,
975
+ "loss": 4.1783,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.40762463343108507,
980
+ "grad_norm": 4.468314170837402,
981
+ "learning_rate": 3.23741194086622e-05,
982
+ "loss": 4.7824,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.41055718475073316,
987
+ "grad_norm": 3.0821609497070312,
988
+ "learning_rate": 3.215373499381602e-05,
989
+ "loss": 4.3734,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.41348973607038125,
994
+ "grad_norm": 5.1596760749816895,
995
+ "learning_rate": 3.193274339434822e-05,
996
+ "loss": 4.5262,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.41642228739002934,
1001
+ "grad_norm": 3.251272201538086,
1002
+ "learning_rate": 3.1711163367271854e-05,
1003
+ "loss": 4.3459,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.41935483870967744,
1008
+ "grad_norm": 2.7633702754974365,
1009
+ "learning_rate": 3.1489013719543706e-05,
1010
+ "loss": 4.0494,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.4222873900293255,
1015
+ "grad_norm": 1.958283543586731,
1016
+ "learning_rate": 3.126631330646802e-05,
1017
+ "loss": 4.9542,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.4252199413489736,
1022
+ "grad_norm": 3.2671074867248535,
1023
+ "learning_rate": 3.104308103009612e-05,
1024
+ "loss": 4.0894,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.4281524926686217,
1029
+ "grad_norm": 3.7902774810791016,
1030
+ "learning_rate": 3.081933583762209e-05,
1031
+ "loss": 4.1221,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.4310850439882698,
1036
+ "grad_norm": 2.895705223083496,
1037
+ "learning_rate": 3.059509671977457e-05,
1038
+ "loss": 4.234,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.4340175953079179,
1043
+ "grad_norm": 2.3180575370788574,
1044
+ "learning_rate": 3.0370382709204885e-05,
1045
+ "loss": 4.5055,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.436950146627566,
1050
+ "grad_norm": 7.155867099761963,
1051
+ "learning_rate": 3.014521287887167e-05,
1052
+ "loss": 4.0998,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.4398826979472141,
1057
+ "grad_norm": 3.103238344192505,
1058
+ "learning_rate": 2.9919606340421963e-05,
1059
+ "loss": 4.327,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.44281524926686217,
1064
+ "grad_norm": 3.6630947589874268,
1065
+ "learning_rate": 2.969358224256909e-05,
1066
+ "loss": 4.2997,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.44574780058651026,
1071
+ "grad_norm": 3.0755558013916016,
1072
+ "learning_rate": 2.9467159769467412e-05,
1073
+ "loss": 4.2928,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.44868035190615835,
1078
+ "grad_norm": 2.9556899070739746,
1079
+ "learning_rate": 2.9240358139084017e-05,
1080
+ "loss": 4.1466,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.45161290322580644,
1085
+ "grad_norm": 2.689788341522217,
1086
+ "learning_rate": 2.901319660156757e-05,
1087
+ "loss": 4.4863,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.45454545454545453,
1092
+ "grad_norm": 2.251586437225342,
1093
+ "learning_rate": 2.878569443761442e-05,
1094
+ "loss": 4.4335,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.4574780058651026,
1099
+ "grad_norm": 4.199906349182129,
1100
+ "learning_rate": 2.8557870956832132e-05,
1101
+ "loss": 4.5124,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.4604105571847507,
1106
+ "grad_norm": 3.2416765689849854,
1107
+ "learning_rate": 2.8329745496100547e-05,
1108
+ "loss": 4.0618,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.4633431085043988,
1113
+ "grad_norm": 3.565666913986206,
1114
+ "learning_rate": 2.8101337417930524e-05,
1115
+ "loss": 4.1757,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.4662756598240469,
1120
+ "grad_norm": 2.918100595474243,
1121
+ "learning_rate": 2.7872666108820544e-05,
1122
+ "loss": 4.4481,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.46920821114369504,
1127
+ "grad_norm": 3.320474863052368,
1128
+ "learning_rate": 2.7643750977611222e-05,
1129
+ "loss": 4.3972,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.47214076246334313,
1134
+ "grad_norm": 2.996272563934326,
1135
+ "learning_rate": 2.7414611453837946e-05,
1136
+ "loss": 4.1727,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.4750733137829912,
1141
+ "grad_norm": 2.8445703983306885,
1142
+ "learning_rate": 2.718526698608182e-05,
1143
+ "loss": 4.3601,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.4780058651026393,
1148
+ "grad_norm": 2.791745901107788,
1149
+ "learning_rate": 2.695573704031885e-05,
1150
+ "loss": 4.2541,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.4809384164222874,
1155
+ "grad_norm": 2.7224185466766357,
1156
+ "learning_rate": 2.6726041098267806e-05,
1157
+ "loss": 4.3843,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.4838709677419355,
1162
+ "grad_norm": 4.005918502807617,
1163
+ "learning_rate": 2.6496198655736658e-05,
1164
+ "loss": 4.3544,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.4868035190615836,
1169
+ "grad_norm": 2.0066070556640625,
1170
+ "learning_rate": 2.6266229220967818e-05,
1171
+ "loss": 5.1317,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.4897360703812317,
1176
+ "grad_norm": 2.7873425483703613,
1177
+ "learning_rate": 2.6036152312982393e-05,
1178
+ "loss": 3.8282,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 0.49266862170087977,
1183
+ "grad_norm": 3.813659906387329,
1184
+ "learning_rate": 2.580598745992342e-05,
1185
+ "loss": 4.2312,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 0.49560117302052786,
1190
+ "grad_norm": 2.947193145751953,
1191
+ "learning_rate": 2.557575419739845e-05,
1192
+ "loss": 4.2315,
1193
+ "step": 169
1194
+ },
1195
+ {
1196
+ "epoch": 0.49853372434017595,
1197
+ "grad_norm": 2.8375704288482666,
1198
+ "learning_rate": 2.534547206682136e-05,
1199
+ "loss": 4.2552,
1200
+ "step": 170
1201
+ },
1202
+ {
1203
+ "epoch": 0.501466275659824,
1204
+ "grad_norm": 6.088028430938721,
1205
+ "learning_rate": 2.5115160613753796e-05,
1206
+ "loss": 3.9699,
1207
+ "step": 171
1208
+ },
1209
+ {
1210
+ "epoch": 0.5043988269794721,
1211
+ "grad_norm": 3.442626953125,
1212
+ "learning_rate": 2.488483938624621e-05,
1213
+ "loss": 4.1858,
1214
+ "step": 172
1215
+ },
1216
+ {
1217
+ "epoch": 0.5073313782991202,
1218
+ "grad_norm": 5.514711380004883,
1219
+ "learning_rate": 2.4654527933178647e-05,
1220
+ "loss": 4.01,
1221
+ "step": 173
1222
+ },
1223
+ {
1224
+ "epoch": 0.5102639296187683,
1225
+ "grad_norm": 3.109691619873047,
1226
+ "learning_rate": 2.4424245802601555e-05,
1227
+ "loss": 4.2267,
1228
+ "step": 174
1229
+ },
1230
+ {
1231
+ "epoch": 0.5131964809384164,
1232
+ "grad_norm": 2.7549219131469727,
1233
+ "learning_rate": 2.419401254007658e-05,
1234
+ "loss": 4.8181,
1235
+ "step": 175
1236
+ },
1237
+ {
1238
+ "epoch": 0.5161290322580645,
1239
+ "grad_norm": 2.7722055912017822,
1240
+ "learning_rate": 2.3963847687017616e-05,
1241
+ "loss": 4.2296,
1242
+ "step": 176
1243
+ },
1244
+ {
1245
+ "epoch": 0.5190615835777126,
1246
+ "grad_norm": 3.039846658706665,
1247
+ "learning_rate": 2.3733770779032184e-05,
1248
+ "loss": 4.3098,
1249
+ "step": 177
1250
+ },
1251
+ {
1252
+ "epoch": 0.5219941348973607,
1253
+ "grad_norm": 2.371026039123535,
1254
+ "learning_rate": 2.3503801344263348e-05,
1255
+ "loss": 4.4872,
1256
+ "step": 178
1257
+ },
1258
+ {
1259
+ "epoch": 0.5249266862170088,
1260
+ "grad_norm": 4.425107479095459,
1261
+ "learning_rate": 2.32739589017322e-05,
1262
+ "loss": 4.2902,
1263
+ "step": 179
1264
+ },
1265
+ {
1266
+ "epoch": 0.5278592375366569,
1267
+ "grad_norm": 6.232468605041504,
1268
+ "learning_rate": 2.3044262959681155e-05,
1269
+ "loss": 4.0242,
1270
+ "step": 180
1271
+ },
1272
+ {
1273
+ "epoch": 0.530791788856305,
1274
+ "grad_norm": 2.43658709526062,
1275
+ "learning_rate": 2.281473301391818e-05,
1276
+ "loss": 4.7183,
1277
+ "step": 181
1278
+ },
1279
+ {
1280
+ "epoch": 0.533724340175953,
1281
+ "grad_norm": 3.279035806655884,
1282
+ "learning_rate": 2.2585388546162056e-05,
1283
+ "loss": 4.3844,
1284
+ "step": 182
1285
+ },
1286
+ {
1287
+ "epoch": 0.5366568914956011,
1288
+ "grad_norm": 3.1302430629730225,
1289
+ "learning_rate": 2.235624902238879e-05,
1290
+ "loss": 4.2038,
1291
+ "step": 183
1292
+ },
1293
+ {
1294
+ "epoch": 0.5395894428152492,
1295
+ "grad_norm": 5.719720363616943,
1296
+ "learning_rate": 2.2127333891179462e-05,
1297
+ "loss": 3.9534,
1298
+ "step": 184
1299
+ },
1300
+ {
1301
+ "epoch": 0.5425219941348973,
1302
+ "grad_norm": 3.6642308235168457,
1303
+ "learning_rate": 2.1898662582069485e-05,
1304
+ "loss": 4.3296,
1305
+ "step": 185
1306
+ },
1307
+ {
1308
+ "epoch": 0.5454545454545454,
1309
+ "grad_norm": 2.96134614944458,
1310
+ "learning_rate": 2.1670254503899466e-05,
1311
+ "loss": 4.3613,
1312
+ "step": 186
1313
+ },
1314
+ {
1315
+ "epoch": 0.5483870967741935,
1316
+ "grad_norm": 4.102831840515137,
1317
+ "learning_rate": 2.1442129043167874e-05,
1318
+ "loss": 4.3132,
1319
+ "step": 187
1320
+ },
1321
+ {
1322
+ "epoch": 0.5513196480938416,
1323
+ "grad_norm": 2.597428560256958,
1324
+ "learning_rate": 2.1214305562385592e-05,
1325
+ "loss": 4.266,
1326
+ "step": 188
1327
+ },
1328
+ {
1329
+ "epoch": 0.5542521994134897,
1330
+ "grad_norm": 5.680459022521973,
1331
+ "learning_rate": 2.0986803398432442e-05,
1332
+ "loss": 4.0432,
1333
+ "step": 189
1334
+ },
1335
+ {
1336
+ "epoch": 0.5571847507331378,
1337
+ "grad_norm": 1.7902535200119019,
1338
+ "learning_rate": 2.075964186091599e-05,
1339
+ "loss": 4.9586,
1340
+ "step": 190
1341
+ },
1342
+ {
1343
+ "epoch": 0.5601173020527859,
1344
+ "grad_norm": 4.014809608459473,
1345
+ "learning_rate": 2.0532840230532597e-05,
1346
+ "loss": 4.1213,
1347
+ "step": 191
1348
+ },
1349
+ {
1350
+ "epoch": 0.5630498533724341,
1351
+ "grad_norm": 3.073881149291992,
1352
+ "learning_rate": 2.0306417757430925e-05,
1353
+ "loss": 4.1684,
1354
+ "step": 192
1355
+ },
1356
+ {
1357
+ "epoch": 0.5659824046920822,
1358
+ "grad_norm": 2.718214511871338,
1359
+ "learning_rate": 2.008039365957804e-05,
1360
+ "loss": 4.0401,
1361
+ "step": 193
1362
+ },
1363
+ {
1364
+ "epoch": 0.5689149560117303,
1365
+ "grad_norm": 3.0952303409576416,
1366
+ "learning_rate": 1.985478712112833e-05,
1367
+ "loss": 4.3616,
1368
+ "step": 194
1369
+ },
1370
+ {
1371
+ "epoch": 0.5718475073313783,
1372
+ "grad_norm": 3.2457079887390137,
1373
+ "learning_rate": 1.9629617290795114e-05,
1374
+ "loss": 4.2194,
1375
+ "step": 195
1376
+ },
1377
+ {
1378
+ "epoch": 0.5747800586510264,
1379
+ "grad_norm": 6.137606620788574,
1380
+ "learning_rate": 1.9404903280225434e-05,
1381
+ "loss": 3.8294,
1382
+ "step": 196
1383
+ },
1384
+ {
1385
+ "epoch": 0.5777126099706745,
1386
+ "grad_norm": 4.429788589477539,
1387
+ "learning_rate": 1.9180664162377912e-05,
1388
+ "loss": 4.158,
1389
+ "step": 197
1390
+ },
1391
+ {
1392
+ "epoch": 0.5806451612903226,
1393
+ "grad_norm": 3.3867979049682617,
1394
+ "learning_rate": 1.895691896990388e-05,
1395
+ "loss": 4.1746,
1396
+ "step": 198
1397
+ },
1398
+ {
1399
+ "epoch": 0.5835777126099707,
1400
+ "grad_norm": 3.6442112922668457,
1401
+ "learning_rate": 1.8733686693531985e-05,
1402
+ "loss": 4.0882,
1403
+ "step": 199
1404
+ },
1405
+ {
1406
+ "epoch": 0.5865102639296188,
1407
+ "grad_norm": 5.330469608306885,
1408
+ "learning_rate": 1.85109862804563e-05,
1409
+ "loss": 3.9704,
1410
+ "step": 200
1411
+ },
1412
+ {
1413
+ "epoch": 0.5894428152492669,
1414
+ "grad_norm": 4.636935234069824,
1415
+ "learning_rate": 1.828883663272815e-05,
1416
+ "loss": 3.9007,
1417
+ "step": 201
1418
+ },
1419
+ {
1420
+ "epoch": 0.592375366568915,
1421
+ "grad_norm": 3.785764455795288,
1422
+ "learning_rate": 1.8067256605651778e-05,
1423
+ "loss": 4.142,
1424
+ "step": 202
1425
+ },
1426
+ {
1427
+ "epoch": 0.5953079178885631,
1428
+ "grad_norm": 3.7254559993743896,
1429
+ "learning_rate": 1.7846265006183977e-05,
1430
+ "loss": 4.4145,
1431
+ "step": 203
1432
+ },
1433
+ {
1434
+ "epoch": 0.5982404692082112,
1435
+ "grad_norm": 6.20327091217041,
1436
+ "learning_rate": 1.7625880591337813e-05,
1437
+ "loss": 4.0829,
1438
+ "step": 204
1439
+ },
1440
+ {
1441
+ "epoch": 0.6011730205278593,
1442
+ "grad_norm": 2.920605421066284,
1443
+ "learning_rate": 1.740612206659057e-05,
1444
+ "loss": 4.1318,
1445
+ "step": 205
1446
+ },
1447
+ {
1448
+ "epoch": 0.6041055718475073,
1449
+ "grad_norm": 2.767990827560425,
1450
+ "learning_rate": 1.7187008084296148e-05,
1451
+ "loss": 4.8486,
1452
+ "step": 206
1453
+ },
1454
+ {
1455
+ "epoch": 0.6070381231671554,
1456
+ "grad_norm": 3.4592061042785645,
1457
+ "learning_rate": 1.696855724210186e-05,
1458
+ "loss": 4.4836,
1459
+ "step": 207
1460
+ },
1461
+ {
1462
+ "epoch": 0.6099706744868035,
1463
+ "grad_norm": 3.488865852355957,
1464
+ "learning_rate": 1.6750788081369952e-05,
1465
+ "loss": 4.1062,
1466
+ "step": 208
1467
+ },
1468
+ {
1469
+ "epoch": 0.6129032258064516,
1470
+ "grad_norm": 6.238039493560791,
1471
+ "learning_rate": 1.6533719085603883e-05,
1472
+ "loss": 4.2701,
1473
+ "step": 209
1474
+ },
1475
+ {
1476
+ "epoch": 0.6158357771260997,
1477
+ "grad_norm": 3.1210947036743164,
1478
+ "learning_rate": 1.6317368678879495e-05,
1479
+ "loss": 4.3703,
1480
+ "step": 210
1481
+ },
1482
+ {
1483
+ "epoch": 0.6187683284457478,
1484
+ "grad_norm": 4.132027626037598,
1485
+ "learning_rate": 1.6101755224281235e-05,
1486
+ "loss": 4.1377,
1487
+ "step": 211
1488
+ },
1489
+ {
1490
+ "epoch": 0.6217008797653959,
1491
+ "grad_norm": 3.373029947280884,
1492
+ "learning_rate": 1.5886897022343574e-05,
1493
+ "loss": 4.3187,
1494
+ "step": 212
1495
+ },
1496
+ {
1497
+ "epoch": 0.624633431085044,
1498
+ "grad_norm": 2.8235487937927246,
1499
+ "learning_rate": 1.5672812309497724e-05,
1500
+ "loss": 4.0804,
1501
+ "step": 213
1502
+ },
1503
+ {
1504
+ "epoch": 0.6275659824046921,
1505
+ "grad_norm": 3.4007322788238525,
1506
+ "learning_rate": 1.5459519256523754e-05,
1507
+ "loss": 4.1182,
1508
+ "step": 214
1509
+ },
1510
+ {
1511
+ "epoch": 0.6304985337243402,
1512
+ "grad_norm": 3.071855306625366,
1513
+ "learning_rate": 1.5247035967008368e-05,
1514
+ "loss": 4.2612,
1515
+ "step": 215
1516
+ },
1517
+ {
1518
+ "epoch": 0.6334310850439883,
1519
+ "grad_norm": 3.650724411010742,
1520
+ "learning_rate": 1.5035380475808309e-05,
1521
+ "loss": 4.1131,
1522
+ "step": 216
1523
+ },
1524
+ {
1525
+ "epoch": 0.6363636363636364,
1526
+ "grad_norm": 2.936589241027832,
1527
+ "learning_rate": 1.4824570747519612e-05,
1528
+ "loss": 4.8127,
1529
+ "step": 217
1530
+ },
1531
+ {
1532
+ "epoch": 0.6392961876832844,
1533
+ "grad_norm": 2.710437536239624,
1534
+ "learning_rate": 1.4614624674952842e-05,
1535
+ "loss": 4.3221,
1536
+ "step": 218
1537
+ },
1538
+ {
1539
+ "epoch": 0.6422287390029325,
1540
+ "grad_norm": 5.658194065093994,
1541
+ "learning_rate": 1.4405560077614422e-05,
1542
+ "loss": 4.1292,
1543
+ "step": 219
1544
+ },
1545
+ {
1546
+ "epoch": 0.6451612903225806,
1547
+ "grad_norm": 3.2310311794281006,
1548
+ "learning_rate": 1.4197394700194164e-05,
1549
+ "loss": 4.4384,
1550
+ "step": 220
1551
+ },
1552
+ {
1553
+ "epoch": 0.6480938416422287,
1554
+ "grad_norm": 2.7062315940856934,
1555
+ "learning_rate": 1.399014621105914e-05,
1556
+ "loss": 3.9682,
1557
+ "step": 221
1558
+ },
1559
+ {
1560
+ "epoch": 0.6510263929618768,
1561
+ "grad_norm": 2.857037305831909,
1562
+ "learning_rate": 1.3783832200754113e-05,
1563
+ "loss": 4.223,
1564
+ "step": 222
1565
+ },
1566
+ {
1567
+ "epoch": 0.6539589442815249,
1568
+ "grad_norm": 5.711729049682617,
1569
+ "learning_rate": 1.3578470180508432e-05,
1570
+ "loss": 4.2263,
1571
+ "step": 223
1572
+ },
1573
+ {
1574
+ "epoch": 0.656891495601173,
1575
+ "grad_norm": 5.228153228759766,
1576
+ "learning_rate": 1.3374077580749783e-05,
1577
+ "loss": 4.129,
1578
+ "step": 224
1579
+ },
1580
+ {
1581
+ "epoch": 0.6598240469208211,
1582
+ "grad_norm": 3.2084977626800537,
1583
+ "learning_rate": 1.317067174962478e-05,
1584
+ "loss": 4.1894,
1585
+ "step": 225
1586
+ },
1587
+ {
1588
+ "epoch": 0.6627565982404692,
1589
+ "grad_norm": 3.572911500930786,
1590
+ "learning_rate": 1.2968269951526446e-05,
1591
+ "loss": 4.0889,
1592
+ "step": 226
1593
+ },
1594
+ {
1595
+ "epoch": 0.6656891495601173,
1596
+ "grad_norm": 2.6816742420196533,
1597
+ "learning_rate": 1.2766889365628912e-05,
1598
+ "loss": 4.125,
1599
+ "step": 227
1600
+ },
1601
+ {
1602
+ "epoch": 0.6686217008797654,
1603
+ "grad_norm": 5.048014163970947,
1604
+ "learning_rate": 1.2566547084429325e-05,
1605
+ "loss": 4.4468,
1606
+ "step": 228
1607
+ },
1608
+ {
1609
+ "epoch": 0.6715542521994134,
1610
+ "grad_norm": 3.3744008541107178,
1611
+ "learning_rate": 1.2367260112297046e-05,
1612
+ "loss": 4.2004,
1613
+ "step": 229
1614
+ },
1615
+ {
1616
+ "epoch": 0.6744868035190615,
1617
+ "grad_norm": 3.9626474380493164,
1618
+ "learning_rate": 1.2169045364030405e-05,
1619
+ "loss": 3.8135,
1620
+ "step": 230
1621
+ },
1622
+ {
1623
+ "epoch": 0.6774193548387096,
1624
+ "grad_norm": 3.437021017074585,
1625
+ "learning_rate": 1.1971919663421046e-05,
1626
+ "loss": 3.8749,
1627
+ "step": 231
1628
+ },
1629
+ {
1630
+ "epoch": 0.6803519061583577,
1631
+ "grad_norm": 2.0029430389404297,
1632
+ "learning_rate": 1.1775899741825947e-05,
1633
+ "loss": 4.9292,
1634
+ "step": 232
1635
+ },
1636
+ {
1637
+ "epoch": 0.6832844574780058,
1638
+ "grad_norm": 2.1548874378204346,
1639
+ "learning_rate": 1.1581002236747329e-05,
1640
+ "loss": 4.2327,
1641
+ "step": 233
1642
+ },
1643
+ {
1644
+ "epoch": 0.6862170087976539,
1645
+ "grad_norm": 3.3841662406921387,
1646
+ "learning_rate": 1.1387243690420558e-05,
1647
+ "loss": 4.0427,
1648
+ "step": 234
1649
+ },
1650
+ {
1651
+ "epoch": 0.6891495601173021,
1652
+ "grad_norm": 3.4225077629089355,
1653
+ "learning_rate": 1.1194640548410037e-05,
1654
+ "loss": 4.2262,
1655
+ "step": 235
1656
+ },
1657
+ {
1658
+ "epoch": 0.6920821114369502,
1659
+ "grad_norm": 7.541401386260986,
1660
+ "learning_rate": 1.1003209158213387e-05,
1661
+ "loss": 4.0581,
1662
+ "step": 236
1663
+ },
1664
+ {
1665
+ "epoch": 0.6950146627565983,
1666
+ "grad_norm": 2.0085012912750244,
1667
+ "learning_rate": 1.0812965767873982e-05,
1668
+ "loss": 4.9298,
1669
+ "step": 237
1670
+ },
1671
+ {
1672
+ "epoch": 0.6979472140762464,
1673
+ "grad_norm": 2.8657901287078857,
1674
+ "learning_rate": 1.0623926524601771e-05,
1675
+ "loss": 4.0413,
1676
+ "step": 238
1677
+ },
1678
+ {
1679
+ "epoch": 0.7008797653958945,
1680
+ "grad_norm": 2.0676634311676025,
1681
+ "learning_rate": 1.0436107473402815e-05,
1682
+ "loss": 4.3167,
1683
+ "step": 239
1684
+ },
1685
+ {
1686
+ "epoch": 0.7038123167155426,
1687
+ "grad_norm": 2.9038429260253906,
1688
+ "learning_rate": 1.024952455571746e-05,
1689
+ "loss": 4.3027,
1690
+ "step": 240
1691
+ },
1692
+ {
1693
+ "epoch": 0.7067448680351907,
1694
+ "grad_norm": 2.973715305328369,
1695
+ "learning_rate": 1.0064193608067235e-05,
1696
+ "loss": 4.2374,
1697
+ "step": 241
1698
+ },
1699
+ {
1700
+ "epoch": 0.7096774193548387,
1701
+ "grad_norm": 5.437546730041504,
1702
+ "learning_rate": 9.880130360710713e-06,
1703
+ "loss": 4.0817,
1704
+ "step": 242
1705
+ },
1706
+ {
1707
+ "epoch": 0.7126099706744868,
1708
+ "grad_norm": 3.700831174850464,
1709
+ "learning_rate": 9.697350436308427e-06,
1710
+ "loss": 4.2292,
1711
+ "step": 243
1712
+ },
1713
+ {
1714
+ "epoch": 0.7155425219941349,
1715
+ "grad_norm": 2.8761837482452393,
1716
+ "learning_rate": 9.51586934859681e-06,
1717
+ "loss": 4.0377,
1718
+ "step": 244
1719
+ },
1720
+ {
1721
+ "epoch": 0.718475073313783,
1722
+ "grad_norm": 4.482779502868652,
1723
+ "learning_rate": 9.335702501071459e-06,
1724
+ "loss": 4.1203,
1725
+ "step": 245
1726
+ },
1727
+ {
1728
+ "epoch": 0.7214076246334311,
1729
+ "grad_norm": 2.8118228912353516,
1730
+ "learning_rate": 9.156865185679774e-06,
1731
+ "loss": 4.205,
1732
+ "step": 246
1733
+ },
1734
+ {
1735
+ "epoch": 0.7243401759530792,
1736
+ "grad_norm": 3.3259806632995605,
1737
+ "learning_rate": 8.979372581522993e-06,
1738
+ "loss": 4.0865,
1739
+ "step": 247
1740
+ },
1741
+ {
1742
+ "epoch": 0.7272727272727273,
1743
+ "grad_norm": 2.6878998279571533,
1744
+ "learning_rate": 8.80323975356783e-06,
1745
+ "loss": 4.2628,
1746
+ "step": 248
1747
+ },
1748
+ {
1749
+ "epoch": 0.7302052785923754,
1750
+ "grad_norm": 2.898641586303711,
1751
+ "learning_rate": 8.628481651367876e-06,
1752
+ "loss": 4.2399,
1753
+ "step": 249
1754
+ },
1755
+ {
1756
+ "epoch": 0.7331378299120235,
1757
+ "grad_norm": 3.3627970218658447,
1758
+ "learning_rate": 8.455113107794652e-06,
1759
+ "loss": 4.1064,
1760
+ "step": 250
1761
+ },
1762
+ {
1763
+ "epoch": 0.7360703812316716,
1764
+ "grad_norm": 5.9836015701293945,
1765
+ "learning_rate": 8.283148837778696e-06,
1766
+ "loss": 3.859,
1767
+ "step": 251
1768
+ },
1769
+ {
1770
+ "epoch": 0.7390029325513197,
1771
+ "grad_norm": 3.2305750846862793,
1772
+ "learning_rate": 8.112603437060609e-06,
1773
+ "loss": 4.3093,
1774
+ "step": 252
1775
+ },
1776
+ {
1777
+ "epoch": 0.7419354838709677,
1778
+ "grad_norm": 2.646819591522217,
1779
+ "learning_rate": 7.943491380952189e-06,
1780
+ "loss": 5.0355,
1781
+ "step": 253
1782
+ },
1783
+ {
1784
+ "epoch": 0.7448680351906158,
1785
+ "grad_norm": 2.9906468391418457,
1786
+ "learning_rate": 7.775827023107835e-06,
1787
+ "loss": 4.148,
1788
+ "step": 254
1789
+ },
1790
+ {
1791
+ "epoch": 0.7478005865102639,
1792
+ "grad_norm": 2.695666551589966,
1793
+ "learning_rate": 7.609624594306278e-06,
1794
+ "loss": 4.7116,
1795
+ "step": 255
1796
+ },
1797
+ {
1798
+ "epoch": 0.750733137829912,
1799
+ "grad_norm": 2.9516470432281494,
1800
+ "learning_rate": 7.44489820124267e-06,
1801
+ "loss": 4.3703,
1802
+ "step": 256
1803
+ },
1804
+ {
1805
+ "epoch": 0.7536656891495601,
1806
+ "grad_norm": 3.0941052436828613,
1807
+ "learning_rate": 7.281661825331293e-06,
1808
+ "loss": 4.0187,
1809
+ "step": 257
1810
+ },
1811
+ {
1812
+ "epoch": 0.7565982404692082,
1813
+ "grad_norm": 5.052484035491943,
1814
+ "learning_rate": 7.119929321518876e-06,
1815
+ "loss": 3.7862,
1816
+ "step": 258
1817
+ },
1818
+ {
1819
+ "epoch": 0.7595307917888563,
1820
+ "grad_norm": 2.8778555393218994,
1821
+ "learning_rate": 6.959714417108582e-06,
1822
+ "loss": 4.3279,
1823
+ "step": 259
1824
+ },
1825
+ {
1826
+ "epoch": 0.7624633431085044,
1827
+ "grad_norm": 2.7464096546173096,
1828
+ "learning_rate": 6.80103071059495e-06,
1829
+ "loss": 4.1255,
1830
+ "step": 260
1831
+ },
1832
+ {
1833
+ "epoch": 0.7653958944281525,
1834
+ "grad_norm": 2.5373449325561523,
1835
+ "learning_rate": 6.643891670509639e-06,
1836
+ "loss": 3.9511,
1837
+ "step": 261
1838
+ },
1839
+ {
1840
+ "epoch": 0.7683284457478006,
1841
+ "grad_norm": 2.3400309085845947,
1842
+ "learning_rate": 6.4883106342782855e-06,
1843
+ "loss": 4.6008,
1844
+ "step": 262
1845
+ },
1846
+ {
1847
+ "epoch": 0.7712609970674487,
1848
+ "grad_norm": 3.177889347076416,
1849
+ "learning_rate": 6.334300807088509e-06,
1850
+ "loss": 4.0194,
1851
+ "step": 263
1852
+ },
1853
+ {
1854
+ "epoch": 0.7741935483870968,
1855
+ "grad_norm": 2.0145199298858643,
1856
+ "learning_rate": 6.181875260769032e-06,
1857
+ "loss": 4.911,
1858
+ "step": 264
1859
+ },
1860
+ {
1861
+ "epoch": 0.7771260997067448,
1862
+ "grad_norm": 3.2678089141845703,
1863
+ "learning_rate": 6.031046932680229e-06,
1864
+ "loss": 4.113,
1865
+ "step": 265
1866
+ },
1867
+ {
1868
+ "epoch": 0.7800586510263929,
1869
+ "grad_norm": 2.6207947731018066,
1870
+ "learning_rate": 5.881828624616054e-06,
1871
+ "loss": 4.8305,
1872
+ "step": 266
1873
+ },
1874
+ {
1875
+ "epoch": 0.782991202346041,
1876
+ "grad_norm": 3.116367816925049,
1877
+ "learning_rate": 5.73423300171744e-06,
1878
+ "loss": 3.969,
1879
+ "step": 267
1880
+ },
1881
+ {
1882
+ "epoch": 0.7859237536656891,
1883
+ "grad_norm": 4.09446907043457,
1884
+ "learning_rate": 5.588272591397337e-06,
1885
+ "loss": 4.3501,
1886
+ "step": 268
1887
+ },
1888
+ {
1889
+ "epoch": 0.7888563049853372,
1890
+ "grad_norm": 5.1675214767456055,
1891
+ "learning_rate": 5.443959782277447e-06,
1892
+ "loss": 3.9379,
1893
+ "step": 269
1894
+ },
1895
+ {
1896
+ "epoch": 0.7917888563049853,
1897
+ "grad_norm": 3.0157482624053955,
1898
+ "learning_rate": 5.301306823136687e-06,
1899
+ "loss": 4.6808,
1900
+ "step": 270
1901
+ },
1902
+ {
1903
+ "epoch": 0.7947214076246334,
1904
+ "grad_norm": 4.21106481552124,
1905
+ "learning_rate": 5.160325821871565e-06,
1906
+ "loss": 4.1136,
1907
+ "step": 271
1908
+ },
1909
+ {
1910
+ "epoch": 0.7976539589442815,
1911
+ "grad_norm": 3.2684807777404785,
1912
+ "learning_rate": 5.021028744468534e-06,
1913
+ "loss": 4.2041,
1914
+ "step": 272
1915
+ },
1916
+ {
1917
+ "epoch": 0.8005865102639296,
1918
+ "grad_norm": 5.427955627441406,
1919
+ "learning_rate": 4.883427413988309e-06,
1920
+ "loss": 3.5934,
1921
+ "step": 273
1922
+ },
1923
+ {
1924
+ "epoch": 0.8035190615835777,
1925
+ "grad_norm": 5.502318859100342,
1926
+ "learning_rate": 4.747533509562396e-06,
1927
+ "loss": 3.9149,
1928
+ "step": 274
1929
+ },
1930
+ {
1931
+ "epoch": 0.8064516129032258,
1932
+ "grad_norm": 4.678939342498779,
1933
+ "learning_rate": 4.613358565401818e-06,
1934
+ "loss": 4.0009,
1935
+ "step": 275
1936
+ },
1937
+ {
1938
+ "epoch": 0.8093841642228738,
1939
+ "grad_norm": 5.2613749504089355,
1940
+ "learning_rate": 4.480913969818098e-06,
1941
+ "loss": 3.6775,
1942
+ "step": 276
1943
+ },
1944
+ {
1945
+ "epoch": 0.8123167155425219,
1946
+ "grad_norm": 2.2012548446655273,
1947
+ "learning_rate": 4.350210964256676e-06,
1948
+ "loss": 4.1405,
1949
+ "step": 277
1950
+ },
1951
+ {
1952
+ "epoch": 0.8152492668621701,
1953
+ "grad_norm": 2.4985320568084717,
1954
+ "learning_rate": 4.2212606423427865e-06,
1955
+ "loss": 4.1282,
1956
+ "step": 278
1957
+ },
1958
+ {
1959
+ "epoch": 0.8181818181818182,
1960
+ "grad_norm": 2.1721720695495605,
1961
+ "learning_rate": 4.094073948939833e-06,
1962
+ "loss": 4.1143,
1963
+ "step": 279
1964
+ },
1965
+ {
1966
+ "epoch": 0.8211143695014663,
1967
+ "grad_norm": 2.5253875255584717,
1968
+ "learning_rate": 3.968661679220468e-06,
1969
+ "loss": 4.8636,
1970
+ "step": 280
1971
+ },
1972
+ {
1973
+ "epoch": 0.8240469208211144,
1974
+ "grad_norm": 2.738759994506836,
1975
+ "learning_rate": 3.845034477750312e-06,
1976
+ "loss": 4.0348,
1977
+ "step": 281
1978
+ },
1979
+ {
1980
+ "epoch": 0.8269794721407625,
1981
+ "grad_norm": 2.967195987701416,
1982
+ "learning_rate": 3.723202837584469e-06,
1983
+ "loss": 4.197,
1984
+ "step": 282
1985
+ },
1986
+ {
1987
+ "epoch": 0.8299120234604106,
1988
+ "grad_norm": 2.7867133617401123,
1989
+ "learning_rate": 3.603177099376931e-06,
1990
+ "loss": 4.0097,
1991
+ "step": 283
1992
+ },
1993
+ {
1994
+ "epoch": 0.8328445747800587,
1995
+ "grad_norm": 3.083049774169922,
1996
+ "learning_rate": 3.4849674505029046e-06,
1997
+ "loss": 4.2779,
1998
+ "step": 284
1999
+ },
2000
+ {
2001
+ "epoch": 0.8357771260997068,
2002
+ "grad_norm": 2.842027187347412,
2003
+ "learning_rate": 3.3685839241941132e-06,
2004
+ "loss": 4.0779,
2005
+ "step": 285
2006
+ },
2007
+ {
2008
+ "epoch": 0.8387096774193549,
2009
+ "grad_norm": 4.8641767501831055,
2010
+ "learning_rate": 3.254036398687227e-06,
2011
+ "loss": 4.3693,
2012
+ "step": 286
2013
+ },
2014
+ {
2015
+ "epoch": 0.841642228739003,
2016
+ "grad_norm": 2.2296721935272217,
2017
+ "learning_rate": 3.141334596385448e-06,
2018
+ "loss": 4.7032,
2019
+ "step": 287
2020
+ },
2021
+ {
2022
+ "epoch": 0.844574780058651,
2023
+ "grad_norm": 3.9860146045684814,
2024
+ "learning_rate": 3.030488083033273e-06,
2025
+ "loss": 4.3555,
2026
+ "step": 288
2027
+ },
2028
+ {
2029
+ "epoch": 0.8475073313782991,
2030
+ "grad_norm": 2.9657280445098877,
2031
+ "learning_rate": 2.9215062669046057e-06,
2032
+ "loss": 3.9075,
2033
+ "step": 289
2034
+ },
2035
+ {
2036
+ "epoch": 0.8504398826979472,
2037
+ "grad_norm": 3.488800525665283,
2038
+ "learning_rate": 2.814398398004217e-06,
2039
+ "loss": 4.1518,
2040
+ "step": 290
2041
+ },
2042
+ {
2043
+ "epoch": 0.8533724340175953,
2044
+ "grad_norm": 2.9054927825927734,
2045
+ "learning_rate": 2.7091735672826246e-06,
2046
+ "loss": 4.0958,
2047
+ "step": 291
2048
+ },
2049
+ {
2050
+ "epoch": 0.8563049853372434,
2051
+ "grad_norm": 3.117417097091675,
2052
+ "learning_rate": 2.6058407058644846e-06,
2053
+ "loss": 4.0236,
2054
+ "step": 292
2055
+ },
2056
+ {
2057
+ "epoch": 0.8592375366568915,
2058
+ "grad_norm": 6.43637228012085,
2059
+ "learning_rate": 2.5044085842905686e-06,
2060
+ "loss": 3.7353,
2061
+ "step": 293
2062
+ },
2063
+ {
2064
+ "epoch": 0.8621700879765396,
2065
+ "grad_norm": 5.5485453605651855,
2066
+ "learning_rate": 2.4048858117733135e-06,
2067
+ "loss": 4.432,
2068
+ "step": 294
2069
+ },
2070
+ {
2071
+ "epoch": 0.8651026392961877,
2072
+ "grad_norm": 3.7333033084869385,
2073
+ "learning_rate": 2.307280835466144e-06,
2074
+ "loss": 3.838,
2075
+ "step": 295
2076
+ },
2077
+ {
2078
+ "epoch": 0.8680351906158358,
2079
+ "grad_norm": 2.9349076747894287,
2080
+ "learning_rate": 2.2116019397464716e-06,
2081
+ "loss": 4.1525,
2082
+ "step": 296
2083
+ },
2084
+ {
2085
+ "epoch": 0.8709677419354839,
2086
+ "grad_norm": 6.345071792602539,
2087
+ "learning_rate": 2.11785724551255e-06,
2088
+ "loss": 3.5775,
2089
+ "step": 297
2090
+ },
2091
+ {
2092
+ "epoch": 0.873900293255132,
2093
+ "grad_norm": 4.050085067749023,
2094
+ "learning_rate": 2.026054709494235e-06,
2095
+ "loss": 4.2324,
2096
+ "step": 298
2097
+ },
2098
+ {
2099
+ "epoch": 0.8768328445747801,
2100
+ "grad_norm": 3.197411298751831,
2101
+ "learning_rate": 1.9362021235775964e-06,
2102
+ "loss": 4.1468,
2103
+ "step": 299
2104
+ },
2105
+ {
2106
+ "epoch": 0.8797653958944281,
2107
+ "grad_norm": 3.1517693996429443,
2108
+ "learning_rate": 1.8483071141435936e-06,
2109
+ "loss": 3.9981,
2110
+ "step": 300
2111
+ },
2112
+ {
2113
+ "epoch": 0.8826979472140762,
2114
+ "grad_norm": 3.6503939628601074,
2115
+ "learning_rate": 1.7623771414207874e-06,
2116
+ "loss": 4.8073,
2117
+ "step": 301
2118
+ },
2119
+ {
2120
+ "epoch": 0.8856304985337243,
2121
+ "grad_norm": 3.1931965351104736,
2122
+ "learning_rate": 1.678419498852113e-06,
2123
+ "loss": 3.8555,
2124
+ "step": 302
2125
+ },
2126
+ {
2127
+ "epoch": 0.8885630498533724,
2128
+ "grad_norm": 2.733855962753296,
2129
+ "learning_rate": 1.5964413124758494e-06,
2130
+ "loss": 3.9586,
2131
+ "step": 303
2132
+ },
2133
+ {
2134
+ "epoch": 0.8914956011730205,
2135
+ "grad_norm": 4.326821804046631,
2136
+ "learning_rate": 1.5164495403207967e-06,
2137
+ "loss": 3.6958,
2138
+ "step": 304
2139
+ },
2140
+ {
2141
+ "epoch": 0.8944281524926686,
2142
+ "grad_norm": 3.2876148223876953,
2143
+ "learning_rate": 1.4384509718156857e-06,
2144
+ "loss": 4.0288,
2145
+ "step": 305
2146
+ },
2147
+ {
2148
+ "epoch": 0.8973607038123167,
2149
+ "grad_norm": 2.8006346225738525,
2150
+ "learning_rate": 1.3624522272129181e-06,
2151
+ "loss": 4.0895,
2152
+ "step": 306
2153
+ },
2154
+ {
2155
+ "epoch": 0.9002932551319648,
2156
+ "grad_norm": 1.8213318586349487,
2157
+ "learning_rate": 1.2884597570266776e-06,
2158
+ "loss": 4.6844,
2159
+ "step": 307
2160
+ },
2161
+ {
2162
+ "epoch": 0.9032258064516129,
2163
+ "grad_norm": 2.5994362831115723,
2164
+ "learning_rate": 1.2164798414854072e-06,
2165
+ "loss": 4.9371,
2166
+ "step": 308
2167
+ },
2168
+ {
2169
+ "epoch": 0.906158357771261,
2170
+ "grad_norm": 6.3459272384643555,
2171
+ "learning_rate": 1.1465185899987797e-06,
2172
+ "loss": 3.9222,
2173
+ "step": 309
2174
+ },
2175
+ {
2176
+ "epoch": 0.9090909090909091,
2177
+ "grad_norm": 3.5609219074249268,
2178
+ "learning_rate": 1.078581940639156e-06,
2179
+ "loss": 4.1754,
2180
+ "step": 310
2181
+ },
2182
+ {
2183
+ "epoch": 0.9120234604105572,
2184
+ "grad_norm": 2.6582562923431396,
2185
+ "learning_rate": 1.0126756596375686e-06,
2186
+ "loss": 4.0672,
2187
+ "step": 311
2188
+ },
2189
+ {
2190
+ "epoch": 0.9149560117302052,
2191
+ "grad_norm": 2.7849044799804688,
2192
+ "learning_rate": 9.488053408943098e-07,
2193
+ "loss": 4.3989,
2194
+ "step": 312
2195
+ },
2196
+ {
2197
+ "epoch": 0.9178885630498533,
2198
+ "grad_norm": 2.652345657348633,
2199
+ "learning_rate": 8.869764055041502e-07,
2200
+ "loss": 4.2069,
2201
+ "step": 313
2202
+ },
2203
+ {
2204
+ "epoch": 0.9208211143695014,
2205
+ "grad_norm": 2.936429977416992,
2206
+ "learning_rate": 8.271941012961943e-07,
2207
+ "loss": 4.0183,
2208
+ "step": 314
2209
+ },
2210
+ {
2211
+ "epoch": 0.9237536656891495,
2212
+ "grad_norm": 3.3017992973327637,
2213
+ "learning_rate": 7.694635023884789e-07,
2214
+ "loss": 4.0268,
2215
+ "step": 315
2216
+ },
2217
+ {
2218
+ "epoch": 0.9266862170087976,
2219
+ "grad_norm": 2.577667236328125,
2220
+ "learning_rate": 7.137895087572954e-07,
2221
+ "loss": 4.2372,
2222
+ "step": 316
2223
+ },
2224
+ {
2225
+ "epoch": 0.9296187683284457,
2226
+ "grad_norm": 2.7309646606445312,
2227
+ "learning_rate": 6.601768458212921e-07,
2228
+ "loss": 4.2528,
2229
+ "step": 317
2230
+ },
2231
+ {
2232
+ "epoch": 0.9325513196480938,
2233
+ "grad_norm": 2.8064463138580322,
2234
+ "learning_rate": 6.08630064040408e-07,
2235
+ "loss": 4.2177,
2236
+ "step": 318
2237
+ },
2238
+ {
2239
+ "epoch": 0.9354838709677419,
2240
+ "grad_norm": 2.7568838596343994,
2241
+ "learning_rate": 5.591535385296221e-07,
2242
+ "loss": 4.0193,
2243
+ "step": 319
2244
+ },
2245
+ {
2246
+ "epoch": 0.9384164222873901,
2247
+ "grad_norm": 2.9362738132476807,
2248
+ "learning_rate": 5.117514686876379e-07,
2249
+ "loss": 4.4619,
2250
+ "step": 320
2251
+ },
2252
+ {
2253
+ "epoch": 0.9413489736070382,
2254
+ "grad_norm": 3.7265350818634033,
2255
+ "learning_rate": 4.664278778404335e-07,
2256
+ "loss": 4.1966,
2257
+ "step": 321
2258
+ },
2259
+ {
2260
+ "epoch": 0.9442815249266863,
2261
+ "grad_norm": 3.0435073375701904,
2262
+ "learning_rate": 4.2318661289977855e-07,
2263
+ "loss": 4.6872,
2264
+ "step": 322
2265
+ },
2266
+ {
2267
+ "epoch": 0.9472140762463344,
2268
+ "grad_norm": 2.801727533340454,
2269
+ "learning_rate": 3.8203134403672903e-07,
2270
+ "loss": 4.1252,
2271
+ "step": 323
2272
+ },
2273
+ {
2274
+ "epoch": 0.9501466275659824,
2275
+ "grad_norm": 2.9683027267456055,
2276
+ "learning_rate": 3.4296556437010407e-07,
2277
+ "loss": 4.1776,
2278
+ "step": 324
2279
+ },
2280
+ {
2281
+ "epoch": 0.9530791788856305,
2282
+ "grad_norm": 3.422938108444214,
2283
+ "learning_rate": 3.0599258967000944e-07,
2284
+ "loss": 4.0259,
2285
+ "step": 325
2286
+ },
2287
+ {
2288
+ "epoch": 0.9560117302052786,
2289
+ "grad_norm": 5.35568904876709,
2290
+ "learning_rate": 2.7111555807640967e-07,
2291
+ "loss": 3.7702,
2292
+ "step": 326
2293
+ },
2294
+ {
2295
+ "epoch": 0.9589442815249267,
2296
+ "grad_norm": 2.9033238887786865,
2297
+ "learning_rate": 2.3833742983276343e-07,
2298
+ "loss": 3.9704,
2299
+ "step": 327
2300
+ },
2301
+ {
2302
+ "epoch": 0.9618768328445748,
2303
+ "grad_norm": 3.0497045516967773,
2304
+ "learning_rate": 2.0766098703477176e-07,
2305
+ "loss": 3.9184,
2306
+ "step": 328
2307
+ },
2308
+ {
2309
+ "epoch": 0.9648093841642229,
2310
+ "grad_norm": 2.188448667526245,
2311
+ "learning_rate": 1.7908883339425307e-07,
2312
+ "loss": 4.0516,
2313
+ "step": 329
2314
+ },
2315
+ {
2316
+ "epoch": 0.967741935483871,
2317
+ "grad_norm": 4.512168884277344,
2318
+ "learning_rate": 1.5262339401813376e-07,
2319
+ "loss": 4.0324,
2320
+ "step": 330
2321
+ },
2322
+ {
2323
+ "epoch": 0.9706744868035191,
2324
+ "grad_norm": 5.80893611907959,
2325
+ "learning_rate": 1.2826691520262114e-07,
2326
+ "loss": 3.9478,
2327
+ "step": 331
2328
+ },
2329
+ {
2330
+ "epoch": 0.9736070381231672,
2331
+ "grad_norm": 2.3556525707244873,
2332
+ "learning_rate": 1.0602146424254777e-07,
2333
+ "loss": 4.0797,
2334
+ "step": 332
2335
+ },
2336
+ {
2337
+ "epoch": 0.9765395894428153,
2338
+ "grad_norm": 3.3506250381469727,
2339
+ "learning_rate": 8.588892925590065e-08,
2340
+ "loss": 4.3279,
2341
+ "step": 333
2342
+ },
2343
+ {
2344
+ "epoch": 0.9794721407624634,
2345
+ "grad_norm": 2.7284128665924072,
2346
+ "learning_rate": 6.787101902356873e-08,
2347
+ "loss": 4.298,
2348
+ "step": 334
2349
+ },
2350
+ {
2351
+ "epoch": 0.9824046920821115,
2352
+ "grad_norm": 2.9885544776916504,
2353
+ "learning_rate": 5.196926284430359e-08,
2354
+ "loss": 4.2026,
2355
+ "step": 335
2356
+ },
2357
+ {
2358
+ "epoch": 0.9853372434017595,
2359
+ "grad_norm": 5.574382781982422,
2360
+ "learning_rate": 3.818501040492584e-08,
2361
+ "loss": 3.8959,
2362
+ "step": 336
2363
+ },
2364
+ {
2365
+ "epoch": 0.9882697947214076,
2366
+ "grad_norm": 2.7876017093658447,
2367
+ "learning_rate": 2.6519431665755766e-08,
2368
+ "loss": 4.0182,
2369
+ "step": 337
2370
+ },
2371
+ {
2372
+ "epoch": 0.9912023460410557,
2373
+ "grad_norm": 3.3530986309051514,
2374
+ "learning_rate": 1.6973516761317754e-08,
2375
+ "loss": 4.5615,
2376
+ "step": 338
2377
+ },
2378
+ {
2379
+ "epoch": 0.9941348973607038,
2380
+ "grad_norm": 2.7684476375579834,
2381
+ "learning_rate": 9.548075916304688e-09,
2382
+ "loss": 4.0083,
2383
+ "step": 339
2384
+ },
2385
+ {
2386
+ "epoch": 0.9970674486803519,
2387
+ "grad_norm": 4.671882629394531,
2388
+ "learning_rate": 4.243739376807998e-09,
2389
+ "loss": 4.1173,
2390
+ "step": 340
2391
+ },
2392
+ {
2393
+ "epoch": 1.0,
2394
+ "grad_norm": 2.7594807147979736,
2395
+ "learning_rate": 1.0609573568132191e-09,
2396
+ "loss": 4.15,
2397
+ "step": 341
2398
+ }
2399
+ ],
2400
+ "logging_steps": 1,
2401
+ "max_steps": 341,
2402
+ "num_input_tokens_seen": 0,
2403
+ "num_train_epochs": 1,
2404
+ "save_steps": 5000,
2405
+ "stateful_callbacks": {
2406
+ "TrainerControl": {
2407
+ "args": {
2408
+ "should_epoch_stop": false,
2409
+ "should_evaluate": false,
2410
+ "should_log": false,
2411
+ "should_save": true,
2412
+ "should_training_stop": true
2413
+ },
2414
+ "attributes": {}
2415
+ }
2416
+ },
2417
+ "total_flos": 3560737542985728.0,
2418
+ "train_batch_size": 1,
2419
+ "trial_name": null,
2420
+ "trial_params": null
2421
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4b145ee1dc7a4fdf32845b5303b3b2ab5e805b6af0d5f1a067406969e16112e
3
+ size 5304