CSMaya commited on
Commit
fb04f1a
·
verified ·
1 Parent(s): 4b74401

Upload folder using huggingface_hub

Browse files
Files changed (49) hide show
  1. full-lora/README.md +62 -0
  2. full-lora/adapter_config.json +46 -0
  3. full-lora/adapter_model.safetensors +3 -0
  4. full-lora/chat_template.jinja +1 -0
  5. full-lora/checkpoint-1250/README.md +209 -0
  6. full-lora/checkpoint-1250/adapter_config.json +46 -0
  7. full-lora/checkpoint-1250/adapter_model.safetensors +3 -0
  8. full-lora/checkpoint-1250/chat_template.jinja +1 -0
  9. full-lora/checkpoint-1250/optimizer.pt +3 -0
  10. full-lora/checkpoint-1250/rng_state.pth +3 -0
  11. full-lora/checkpoint-1250/scheduler.pt +3 -0
  12. full-lora/checkpoint-1250/special_tokens_map.json +24 -0
  13. full-lora/checkpoint-1250/tokenizer.json +0 -0
  14. full-lora/checkpoint-1250/tokenizer.model +3 -0
  15. full-lora/checkpoint-1250/tokenizer_config.json +43 -0
  16. full-lora/checkpoint-1250/trainer_state.json +1284 -0
  17. full-lora/checkpoint-1250/training_args.bin +3 -0
  18. full-lora/checkpoint-2500/README.md +209 -0
  19. full-lora/checkpoint-2500/adapter_config.json +46 -0
  20. full-lora/checkpoint-2500/adapter_model.safetensors +3 -0
  21. full-lora/checkpoint-2500/chat_template.jinja +1 -0
  22. full-lora/checkpoint-2500/optimizer.pt +3 -0
  23. full-lora/checkpoint-2500/rng_state.pth +3 -0
  24. full-lora/checkpoint-2500/scheduler.pt +3 -0
  25. full-lora/checkpoint-2500/special_tokens_map.json +24 -0
  26. full-lora/checkpoint-2500/tokenizer.json +0 -0
  27. full-lora/checkpoint-2500/tokenizer.model +3 -0
  28. full-lora/checkpoint-2500/tokenizer_config.json +43 -0
  29. full-lora/checkpoint-2500/trainer_state.json +2534 -0
  30. full-lora/checkpoint-2500/training_args.bin +3 -0
  31. full-lora/checkpoint-3750/README.md +209 -0
  32. full-lora/checkpoint-3750/adapter_config.json +46 -0
  33. full-lora/checkpoint-3750/adapter_model.safetensors +3 -0
  34. full-lora/checkpoint-3750/chat_template.jinja +1 -0
  35. full-lora/checkpoint-3750/optimizer.pt +3 -0
  36. full-lora/checkpoint-3750/rng_state.pth +3 -0
  37. full-lora/checkpoint-3750/scheduler.pt +3 -0
  38. full-lora/checkpoint-3750/special_tokens_map.json +24 -0
  39. full-lora/checkpoint-3750/tokenizer.json +0 -0
  40. full-lora/checkpoint-3750/tokenizer.model +3 -0
  41. full-lora/checkpoint-3750/tokenizer_config.json +43 -0
  42. full-lora/checkpoint-3750/trainer_state.json +0 -0
  43. full-lora/checkpoint-3750/training_args.bin +3 -0
  44. full-lora/run_config.json +13 -0
  45. full-lora/special_tokens_map.json +24 -0
  46. full-lora/tokenizer.json +0 -0
  47. full-lora/tokenizer.model +3 -0
  48. full-lora/tokenizer_config.json +43 -0
  49. full-lora/training_args.bin +3 -0
full-lora/README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-2-7b-chat-hf
3
+ library_name: peft
4
+ model_name: llama2-7b-chat-extended-refusal-lora
5
+ tags:
6
+ - base_model:adapter:meta-llama/Llama-2-7b-chat-hf
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ licence: license
12
+ pipeline_tag: text-generation
13
+ ---
14
+
15
+ # Model Card for llama2-7b-chat-extended-refusal-lora
16
+
17
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf).
18
+ It has been trained using [TRL](https://github.com/huggingface/trl).
19
+
20
+ ## Quick start
21
+
22
+ ```python
23
+ from transformers import pipeline
24
+
25
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
26
+ generator = pipeline("text-generation", model="None", device="cuda")
27
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
28
+ print(output["generated_text"])
29
+ ```
30
+
31
+ ## Training procedure
32
+
33
+
34
+
35
+
36
+
37
+ This model was trained with SFT.
38
+
39
+ ### Framework versions
40
+
41
+ - PEFT 0.18.1
42
+ - TRL: 1.0.0
43
+ - Transformers: 4.57.6
44
+ - Pytorch: 2.7.0+cu126
45
+ - Datasets: 4.8.4
46
+ - Tokenizers: 0.22.2
47
+
48
+ ## Citations
49
+
50
+
51
+
52
+ Cite TRL as:
53
+
54
+ ```bibtex
55
+ @software{vonwerra2020trl,
56
+ title = {{TRL: Transformers Reinforcement Learning}},
57
+ author = {von Werra, Leandro and Belkada, Younes and Tunstall, Lewis and Beeching, Edward and Thrush, Tristan and Lambert, Nathan and Huang, Shengyi and Rasul, Kashif and Gallouédec, Quentin},
58
+ license = {Apache-2.0},
59
+ url = {https://github.com/huggingface/trl},
60
+ year = {2020}
61
+ }
62
+ ```
full-lora/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 128,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 64,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "k_proj",
34
+ "up_proj",
35
+ "gate_proj",
36
+ "v_proj",
37
+ "o_proj",
38
+ "down_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
full-lora/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23038c1e179be1b0cef2b41a2699c1eb17948c75072dcc812915cb90731e30eb
3
+ size 639691872
full-lora/chat_template.jinja ADDED
@@ -0,0 +1 @@
 
 
1
+ {% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% set system_message = false %}{% endif %}{% for message in loop_messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if loop.index0 == 0 and system_message != false %}{% set content = '<<SYS>>\n' + system_message + '\n<</SYS>>\n\n' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ bos_token + '[INST] ' + content.strip() + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content.strip() + ' ' + eos_token }}{% endif %}{% endfor %}
full-lora/checkpoint-1250/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-2-7b-chat-hf
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:meta-llama/Llama-2-7b-chat-hf
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.18.1
full-lora/checkpoint-1250/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 128,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 64,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "k_proj",
34
+ "up_proj",
35
+ "gate_proj",
36
+ "v_proj",
37
+ "o_proj",
38
+ "down_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
full-lora/checkpoint-1250/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee2785be37d311a437ce764c3d902243e4d7a149b600034676da8c4c351d0c8c
3
+ size 639691872
full-lora/checkpoint-1250/chat_template.jinja ADDED
@@ -0,0 +1 @@
 
 
1
+ {% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% set system_message = false %}{% endif %}{% for message in loop_messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if loop.index0 == 0 and system_message != false %}{% set content = '<<SYS>>\n' + system_message + '\n<</SYS>>\n\n' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ bos_token + '[INST] ' + content.strip() + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content.strip() + ' ' + eos_token }}{% endif %}{% endfor %}
full-lora/checkpoint-1250/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:278e790cbd9dce193ebee8bb0eda5ade1faa89015d9de82de18905562b523dd7
3
+ size 1279641507
full-lora/checkpoint-1250/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:384f52019480d29d41ab55cdcb5ee4c7187d8318c7e537d7498c12651e9404d4
3
+ size 14645
full-lora/checkpoint-1250/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44079d3406189dd8c0b1f4b8cb07099f44e3631f418b40c9403687cbf7c990a3
3
+ size 1465
full-lora/checkpoint-1250/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
full-lora/checkpoint-1250/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
full-lora/checkpoint-1250/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
full-lora/checkpoint-1250/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "extra_special_tokens": {},
35
+ "legacy": false,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "padding_side": "right",
39
+ "sp_model_kwargs": {},
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false
43
+ }
full-lora/checkpoint-1250/trainer_state.json ADDED
@@ -0,0 +1,1284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1250,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 0.9034420549869537,
14
+ "epoch": 0.008,
15
+ "grad_norm": 1.8304097652435303,
16
+ "learning_rate": 7.964601769911503e-08,
17
+ "loss": 1.9907,
18
+ "mean_token_accuracy": 0.6042250197380781,
19
+ "num_tokens": 15409.0,
20
+ "step": 10
21
+ },
22
+ {
23
+ "entropy": 0.9475356195122003,
24
+ "epoch": 0.016,
25
+ "grad_norm": 1.5987296104431152,
26
+ "learning_rate": 1.68141592920354e-07,
27
+ "loss": 2.0397,
28
+ "mean_token_accuracy": 0.5890234299004078,
29
+ "num_tokens": 30650.0,
30
+ "step": 20
31
+ },
32
+ {
33
+ "entropy": 0.9629276197403669,
34
+ "epoch": 0.024,
35
+ "grad_norm": 2.1185450553894043,
36
+ "learning_rate": 2.5663716814159294e-07,
37
+ "loss": 2.0312,
38
+ "mean_token_accuracy": 0.5870847202837467,
39
+ "num_tokens": 45561.0,
40
+ "step": 30
41
+ },
42
+ {
43
+ "entropy": 0.9790993589907885,
44
+ "epoch": 0.032,
45
+ "grad_norm": 2.317858934402466,
46
+ "learning_rate": 3.451327433628318e-07,
47
+ "loss": 2.0456,
48
+ "mean_token_accuracy": 0.5804481774568557,
49
+ "num_tokens": 59568.0,
50
+ "step": 40
51
+ },
52
+ {
53
+ "entropy": 0.922547810524702,
54
+ "epoch": 0.04,
55
+ "grad_norm": 1.5205438137054443,
56
+ "learning_rate": 4.3362831858407076e-07,
57
+ "loss": 1.9502,
58
+ "mean_token_accuracy": 0.5938452776521445,
59
+ "num_tokens": 75405.0,
60
+ "step": 50
61
+ },
62
+ {
63
+ "entropy": 1.03425248041749,
64
+ "epoch": 0.048,
65
+ "grad_norm": 2.2233166694641113,
66
+ "learning_rate": 5.221238938053097e-07,
67
+ "loss": 2.1455,
68
+ "mean_token_accuracy": 0.5820784538984298,
69
+ "num_tokens": 88641.0,
70
+ "step": 60
71
+ },
72
+ {
73
+ "entropy": 0.9562045603990554,
74
+ "epoch": 0.056,
75
+ "grad_norm": 1.6535303592681885,
76
+ "learning_rate": 6.106194690265486e-07,
77
+ "loss": 1.9628,
78
+ "mean_token_accuracy": 0.5903334401547908,
79
+ "num_tokens": 104448.0,
80
+ "step": 70
81
+ },
82
+ {
83
+ "entropy": 0.9437448482960462,
84
+ "epoch": 0.064,
85
+ "grad_norm": 2.1216635704040527,
86
+ "learning_rate": 6.991150442477876e-07,
87
+ "loss": 2.0221,
88
+ "mean_token_accuracy": 0.5954494498670101,
89
+ "num_tokens": 119162.0,
90
+ "step": 80
91
+ },
92
+ {
93
+ "entropy": 0.9662446774542331,
94
+ "epoch": 0.072,
95
+ "grad_norm": 1.6397205591201782,
96
+ "learning_rate": 7.876106194690266e-07,
97
+ "loss": 1.8199,
98
+ "mean_token_accuracy": 0.6050666151568294,
99
+ "num_tokens": 136337.0,
100
+ "step": 90
101
+ },
102
+ {
103
+ "entropy": 0.9452362310141325,
104
+ "epoch": 0.08,
105
+ "grad_norm": 2.1384687423706055,
106
+ "learning_rate": 8.761061946902655e-07,
107
+ "loss": 2.0152,
108
+ "mean_token_accuracy": 0.6010695319622755,
109
+ "num_tokens": 150710.0,
110
+ "step": 100
111
+ },
112
+ {
113
+ "entropy": 1.077597926557064,
114
+ "epoch": 0.088,
115
+ "grad_norm": 2.1343936920166016,
116
+ "learning_rate": 9.646017699115042e-07,
117
+ "loss": 2.0805,
118
+ "mean_token_accuracy": 0.5725633725523949,
119
+ "num_tokens": 163196.0,
120
+ "step": 110
121
+ },
122
+ {
123
+ "entropy": 1.0407875191420317,
124
+ "epoch": 0.096,
125
+ "grad_norm": 2.0486209392547607,
126
+ "learning_rate": 9.983502886994776e-07,
127
+ "loss": 1.9709,
128
+ "mean_token_accuracy": 0.5931926343590022,
129
+ "num_tokens": 177368.0,
130
+ "step": 120
131
+ },
132
+ {
133
+ "entropy": 1.0551968751475216,
134
+ "epoch": 0.104,
135
+ "grad_norm": 1.6275029182434082,
136
+ "learning_rate": 9.956007698652736e-07,
137
+ "loss": 1.8687,
138
+ "mean_token_accuracy": 0.6001733940094709,
139
+ "num_tokens": 191720.0,
140
+ "step": 130
141
+ },
142
+ {
143
+ "entropy": 1.0219032436609268,
144
+ "epoch": 0.112,
145
+ "grad_norm": 1.6011073589324951,
146
+ "learning_rate": 9.928512510310695e-07,
147
+ "loss": 1.7826,
148
+ "mean_token_accuracy": 0.6063280884176493,
149
+ "num_tokens": 207354.0,
150
+ "step": 140
151
+ },
152
+ {
153
+ "entropy": 1.057712158560753,
154
+ "epoch": 0.12,
155
+ "grad_norm": 1.6710939407348633,
156
+ "learning_rate": 9.901017321968655e-07,
157
+ "loss": 1.6872,
158
+ "mean_token_accuracy": 0.6104031000286341,
159
+ "num_tokens": 223850.0,
160
+ "step": 150
161
+ },
162
+ {
163
+ "entropy": 1.1023272581398487,
164
+ "epoch": 0.128,
165
+ "grad_norm": 1.8599427938461304,
166
+ "learning_rate": 9.873522133626614e-07,
167
+ "loss": 1.6716,
168
+ "mean_token_accuracy": 0.6082586232572794,
169
+ "num_tokens": 239768.0,
170
+ "step": 160
171
+ },
172
+ {
173
+ "entropy": 1.1792589366436004,
174
+ "epoch": 0.136,
175
+ "grad_norm": 1.7112274169921875,
176
+ "learning_rate": 9.846026945284574e-07,
177
+ "loss": 1.7211,
178
+ "mean_token_accuracy": 0.606986602395773,
179
+ "num_tokens": 254892.0,
180
+ "step": 170
181
+ },
182
+ {
183
+ "entropy": 1.2239510141313077,
184
+ "epoch": 0.144,
185
+ "grad_norm": 1.8953965902328491,
186
+ "learning_rate": 9.818531756942533e-07,
187
+ "loss": 1.7478,
188
+ "mean_token_accuracy": 0.6006653252989054,
189
+ "num_tokens": 269298.0,
190
+ "step": 180
191
+ },
192
+ {
193
+ "entropy": 1.1604003377258778,
194
+ "epoch": 0.152,
195
+ "grad_norm": 1.2709853649139404,
196
+ "learning_rate": 9.791036568600495e-07,
197
+ "loss": 1.5892,
198
+ "mean_token_accuracy": 0.6230274979025126,
199
+ "num_tokens": 283711.0,
200
+ "step": 190
201
+ },
202
+ {
203
+ "entropy": 1.1698237597942351,
204
+ "epoch": 0.16,
205
+ "grad_norm": 1.2409337759017944,
206
+ "learning_rate": 9.763541380258455e-07,
207
+ "loss": 1.4959,
208
+ "mean_token_accuracy": 0.6206645734608174,
209
+ "num_tokens": 301123.0,
210
+ "step": 200
211
+ },
212
+ {
213
+ "entropy": 1.3337292484939098,
214
+ "epoch": 0.168,
215
+ "grad_norm": 1.0640740394592285,
216
+ "learning_rate": 9.736046191916414e-07,
217
+ "loss": 1.6387,
218
+ "mean_token_accuracy": 0.6070953067392111,
219
+ "num_tokens": 315342.0,
220
+ "step": 210
221
+ },
222
+ {
223
+ "entropy": 1.2350904777646066,
224
+ "epoch": 0.176,
225
+ "grad_norm": 1.3057981729507446,
226
+ "learning_rate": 9.708551003574374e-07,
227
+ "loss": 1.5271,
228
+ "mean_token_accuracy": 0.6268062952905893,
229
+ "num_tokens": 332035.0,
230
+ "step": 220
231
+ },
232
+ {
233
+ "entropy": 1.2457694321870805,
234
+ "epoch": 0.184,
235
+ "grad_norm": 1.434810996055603,
236
+ "learning_rate": 9.681055815232333e-07,
237
+ "loss": 1.4719,
238
+ "mean_token_accuracy": 0.627309649437666,
239
+ "num_tokens": 348533.0,
240
+ "step": 230
241
+ },
242
+ {
243
+ "entropy": 1.3725072897970676,
244
+ "epoch": 0.192,
245
+ "grad_norm": 1.203586459159851,
246
+ "learning_rate": 9.653560626890293e-07,
247
+ "loss": 1.4614,
248
+ "mean_token_accuracy": 0.618980173021555,
249
+ "num_tokens": 363915.0,
250
+ "step": 240
251
+ },
252
+ {
253
+ "entropy": 1.3240537498146296,
254
+ "epoch": 0.2,
255
+ "grad_norm": 1.5373510122299194,
256
+ "learning_rate": 9.626065438548252e-07,
257
+ "loss": 1.4521,
258
+ "mean_token_accuracy": 0.6376201532781124,
259
+ "num_tokens": 380021.0,
260
+ "step": 250
261
+ },
262
+ {
263
+ "entropy": 1.4129172183573246,
264
+ "epoch": 0.208,
265
+ "grad_norm": 1.0626189708709717,
266
+ "learning_rate": 9.598570250206214e-07,
267
+ "loss": 1.4791,
268
+ "mean_token_accuracy": 0.639534817636013,
269
+ "num_tokens": 394415.0,
270
+ "step": 260
271
+ },
272
+ {
273
+ "entropy": 1.4732031315565108,
274
+ "epoch": 0.216,
275
+ "grad_norm": 1.2482506036758423,
276
+ "learning_rate": 9.571075061864174e-07,
277
+ "loss": 1.5304,
278
+ "mean_token_accuracy": 0.6208007004112005,
279
+ "num_tokens": 408643.0,
280
+ "step": 270
281
+ },
282
+ {
283
+ "entropy": 1.4145490050315856,
284
+ "epoch": 0.224,
285
+ "grad_norm": 1.069368600845337,
286
+ "learning_rate": 9.543579873522133e-07,
287
+ "loss": 1.3775,
288
+ "mean_token_accuracy": 0.6412477158010006,
289
+ "num_tokens": 423952.0,
290
+ "step": 280
291
+ },
292
+ {
293
+ "entropy": 1.4205268509685993,
294
+ "epoch": 0.232,
295
+ "grad_norm": 0.8400747776031494,
296
+ "learning_rate": 9.516084685180094e-07,
297
+ "loss": 1.4327,
298
+ "mean_token_accuracy": 0.6374875742942094,
299
+ "num_tokens": 438452.0,
300
+ "step": 290
301
+ },
302
+ {
303
+ "entropy": 1.4074747256934643,
304
+ "epoch": 0.24,
305
+ "grad_norm": 1.1713480949401855,
306
+ "learning_rate": 9.488589496838053e-07,
307
+ "loss": 1.4076,
308
+ "mean_token_accuracy": 0.640987902879715,
309
+ "num_tokens": 453417.0,
310
+ "step": 300
311
+ },
312
+ {
313
+ "entropy": 1.4747156761586666,
314
+ "epoch": 0.248,
315
+ "grad_norm": 0.9282711744308472,
316
+ "learning_rate": 9.461094308496013e-07,
317
+ "loss": 1.4397,
318
+ "mean_token_accuracy": 0.6315288979560136,
319
+ "num_tokens": 467659.0,
320
+ "step": 310
321
+ },
322
+ {
323
+ "entropy": 1.407252886891365,
324
+ "epoch": 0.256,
325
+ "grad_norm": 0.6602013111114502,
326
+ "learning_rate": 9.433599120153973e-07,
327
+ "loss": 1.3759,
328
+ "mean_token_accuracy": 0.6466614466160536,
329
+ "num_tokens": 484442.0,
330
+ "step": 320
331
+ },
332
+ {
333
+ "entropy": 1.4545464389026166,
334
+ "epoch": 0.264,
335
+ "grad_norm": 1.206853985786438,
336
+ "learning_rate": 9.406103931811933e-07,
337
+ "loss": 1.4166,
338
+ "mean_token_accuracy": 0.623085155710578,
339
+ "num_tokens": 498395.0,
340
+ "step": 330
341
+ },
342
+ {
343
+ "entropy": 1.4992636159062385,
344
+ "epoch": 0.272,
345
+ "grad_norm": 0.8671019673347473,
346
+ "learning_rate": 9.378608743469893e-07,
347
+ "loss": 1.3696,
348
+ "mean_token_accuracy": 0.6376510679721832,
349
+ "num_tokens": 513410.0,
350
+ "step": 340
351
+ },
352
+ {
353
+ "entropy": 1.4165021255612373,
354
+ "epoch": 0.28,
355
+ "grad_norm": 0.7934819459915161,
356
+ "learning_rate": 9.351113555127852e-07,
357
+ "loss": 1.2903,
358
+ "mean_token_accuracy": 0.6567342653870583,
359
+ "num_tokens": 529739.0,
360
+ "step": 350
361
+ },
362
+ {
363
+ "entropy": 1.5230652637779714,
364
+ "epoch": 0.288,
365
+ "grad_norm": 0.7465261220932007,
366
+ "learning_rate": 9.323618366785813e-07,
367
+ "loss": 1.369,
368
+ "mean_token_accuracy": 0.6413242511451245,
369
+ "num_tokens": 543258.0,
370
+ "step": 360
371
+ },
372
+ {
373
+ "entropy": 1.4946719333529472,
374
+ "epoch": 0.296,
375
+ "grad_norm": 0.7156000733375549,
376
+ "learning_rate": 9.296123178443772e-07,
377
+ "loss": 1.3848,
378
+ "mean_token_accuracy": 0.6313502866774797,
379
+ "num_tokens": 558401.0,
380
+ "step": 370
381
+ },
382
+ {
383
+ "entropy": 1.433413552492857,
384
+ "epoch": 0.304,
385
+ "grad_norm": 0.8262195587158203,
386
+ "learning_rate": 9.268627990101732e-07,
387
+ "loss": 1.346,
388
+ "mean_token_accuracy": 0.6439653303474188,
389
+ "num_tokens": 574089.0,
390
+ "step": 380
391
+ },
392
+ {
393
+ "entropy": 1.4592825189232825,
394
+ "epoch": 0.312,
395
+ "grad_norm": 0.9789808392524719,
396
+ "learning_rate": 9.241132801759692e-07,
397
+ "loss": 1.2866,
398
+ "mean_token_accuracy": 0.6407172739505768,
399
+ "num_tokens": 589811.0,
400
+ "step": 390
401
+ },
402
+ {
403
+ "entropy": 1.4485271602869034,
404
+ "epoch": 0.32,
405
+ "grad_norm": 1.132893681526184,
406
+ "learning_rate": 9.213637613417652e-07,
407
+ "loss": 1.3512,
408
+ "mean_token_accuracy": 0.6424966964870691,
409
+ "num_tokens": 605471.0,
410
+ "step": 400
411
+ },
412
+ {
413
+ "entropy": 1.4448492050170898,
414
+ "epoch": 0.328,
415
+ "grad_norm": 0.8566483855247498,
416
+ "learning_rate": 9.186142425075612e-07,
417
+ "loss": 1.3409,
418
+ "mean_token_accuracy": 0.6550276458263398,
419
+ "num_tokens": 620546.0,
420
+ "step": 410
421
+ },
422
+ {
423
+ "entropy": 1.520164243876934,
424
+ "epoch": 0.336,
425
+ "grad_norm": 1.069487452507019,
426
+ "learning_rate": 9.158647236733571e-07,
427
+ "loss": 1.3899,
428
+ "mean_token_accuracy": 0.6334433287382126,
429
+ "num_tokens": 633464.0,
430
+ "step": 420
431
+ },
432
+ {
433
+ "entropy": 1.438837230950594,
434
+ "epoch": 0.344,
435
+ "grad_norm": 0.9344055652618408,
436
+ "learning_rate": 9.131152048391531e-07,
437
+ "loss": 1.2575,
438
+ "mean_token_accuracy": 0.6545429665595293,
439
+ "num_tokens": 649071.0,
440
+ "step": 430
441
+ },
442
+ {
443
+ "entropy": 1.4020009264349937,
444
+ "epoch": 0.352,
445
+ "grad_norm": 0.7401624321937561,
446
+ "learning_rate": 9.103656860049491e-07,
447
+ "loss": 1.2571,
448
+ "mean_token_accuracy": 0.6630169056355953,
449
+ "num_tokens": 665205.0,
450
+ "step": 440
451
+ },
452
+ {
453
+ "entropy": 1.4204766362905503,
454
+ "epoch": 0.36,
455
+ "grad_norm": 0.6837717890739441,
456
+ "learning_rate": 9.076161671707451e-07,
457
+ "loss": 1.3233,
458
+ "mean_token_accuracy": 0.6543396785855293,
459
+ "num_tokens": 681625.0,
460
+ "step": 450
461
+ },
462
+ {
463
+ "entropy": 1.5160297207534312,
464
+ "epoch": 0.368,
465
+ "grad_norm": 0.963768720626831,
466
+ "learning_rate": 9.048666483365411e-07,
467
+ "loss": 1.3115,
468
+ "mean_token_accuracy": 0.6477277036756277,
469
+ "num_tokens": 695793.0,
470
+ "step": 460
471
+ },
472
+ {
473
+ "entropy": 1.4665997616946698,
474
+ "epoch": 0.376,
475
+ "grad_norm": 0.8436604738235474,
476
+ "learning_rate": 9.021171295023371e-07,
477
+ "loss": 1.2849,
478
+ "mean_token_accuracy": 0.6575528148561716,
479
+ "num_tokens": 709941.0,
480
+ "step": 470
481
+ },
482
+ {
483
+ "entropy": 1.35268774330616,
484
+ "epoch": 0.384,
485
+ "grad_norm": 0.5754812955856323,
486
+ "learning_rate": 8.993676106681331e-07,
487
+ "loss": 1.1586,
488
+ "mean_token_accuracy": 0.6813954003155231,
489
+ "num_tokens": 727938.0,
490
+ "step": 480
491
+ },
492
+ {
493
+ "entropy": 1.4338405415415765,
494
+ "epoch": 0.392,
495
+ "grad_norm": 0.809728741645813,
496
+ "learning_rate": 8.96618091833929e-07,
497
+ "loss": 1.2498,
498
+ "mean_token_accuracy": 0.6674149315804243,
499
+ "num_tokens": 742288.0,
500
+ "step": 490
501
+ },
502
+ {
503
+ "entropy": 1.3899291299283505,
504
+ "epoch": 0.4,
505
+ "grad_norm": 0.8144301176071167,
506
+ "learning_rate": 8.93868572999725e-07,
507
+ "loss": 1.2708,
508
+ "mean_token_accuracy": 0.6641967866569758,
509
+ "num_tokens": 756290.0,
510
+ "step": 500
511
+ },
512
+ {
513
+ "entropy": 1.392310130596161,
514
+ "epoch": 0.408,
515
+ "grad_norm": 0.729603111743927,
516
+ "learning_rate": 8.91119054165521e-07,
517
+ "loss": 1.2116,
518
+ "mean_token_accuracy": 0.6670112654566764,
519
+ "num_tokens": 771641.0,
520
+ "step": 510
521
+ },
522
+ {
523
+ "entropy": 1.3988941840827465,
524
+ "epoch": 0.416,
525
+ "grad_norm": 0.8343493342399597,
526
+ "learning_rate": 8.88369535331317e-07,
527
+ "loss": 1.1945,
528
+ "mean_token_accuracy": 0.675208692997694,
529
+ "num_tokens": 785255.0,
530
+ "step": 520
531
+ },
532
+ {
533
+ "entropy": 1.373506922274828,
534
+ "epoch": 0.424,
535
+ "grad_norm": 0.5414552092552185,
536
+ "learning_rate": 8.85620016497113e-07,
537
+ "loss": 1.2322,
538
+ "mean_token_accuracy": 0.6692581787705422,
539
+ "num_tokens": 801256.0,
540
+ "step": 530
541
+ },
542
+ {
543
+ "entropy": 1.3819667909294366,
544
+ "epoch": 0.432,
545
+ "grad_norm": 0.7159795165061951,
546
+ "learning_rate": 8.82870497662909e-07,
547
+ "loss": 1.1919,
548
+ "mean_token_accuracy": 0.6702349409461021,
549
+ "num_tokens": 816436.0,
550
+ "step": 540
551
+ },
552
+ {
553
+ "entropy": 1.3742642417550086,
554
+ "epoch": 0.44,
555
+ "grad_norm": 0.6191155910491943,
556
+ "learning_rate": 8.80120978828705e-07,
557
+ "loss": 1.2179,
558
+ "mean_token_accuracy": 0.6660036187618971,
559
+ "num_tokens": 830892.0,
560
+ "step": 550
561
+ },
562
+ {
563
+ "entropy": 1.4100160527974368,
564
+ "epoch": 0.448,
565
+ "grad_norm": 0.6038439273834229,
566
+ "learning_rate": 8.773714599945009e-07,
567
+ "loss": 1.2194,
568
+ "mean_token_accuracy": 0.6648291684687138,
569
+ "num_tokens": 845413.0,
570
+ "step": 560
571
+ },
572
+ {
573
+ "entropy": 1.3719368264079095,
574
+ "epoch": 0.456,
575
+ "grad_norm": 0.6069778203964233,
576
+ "learning_rate": 8.746219411602969e-07,
577
+ "loss": 1.2522,
578
+ "mean_token_accuracy": 0.6610075645148754,
579
+ "num_tokens": 860409.0,
580
+ "step": 570
581
+ },
582
+ {
583
+ "entropy": 1.403072853386402,
584
+ "epoch": 0.464,
585
+ "grad_norm": 0.8242809772491455,
586
+ "learning_rate": 8.71872422326093e-07,
587
+ "loss": 1.205,
588
+ "mean_token_accuracy": 0.6765511088073254,
589
+ "num_tokens": 873795.0,
590
+ "step": 580
591
+ },
592
+ {
593
+ "entropy": 1.3861247181892395,
594
+ "epoch": 0.472,
595
+ "grad_norm": 0.7247884273529053,
596
+ "learning_rate": 8.691229034918889e-07,
597
+ "loss": 1.1738,
598
+ "mean_token_accuracy": 0.6671203374862671,
599
+ "num_tokens": 887567.0,
600
+ "step": 590
601
+ },
602
+ {
603
+ "entropy": 1.3157524734735488,
604
+ "epoch": 0.48,
605
+ "grad_norm": 1.043849229812622,
606
+ "learning_rate": 8.663733846576849e-07,
607
+ "loss": 1.1864,
608
+ "mean_token_accuracy": 0.67687898427248,
609
+ "num_tokens": 903500.0,
610
+ "step": 600
611
+ },
612
+ {
613
+ "entropy": 1.3670225895941257,
614
+ "epoch": 0.488,
615
+ "grad_norm": 0.6287969946861267,
616
+ "learning_rate": 8.636238658234809e-07,
617
+ "loss": 1.2227,
618
+ "mean_token_accuracy": 0.6774305209517479,
619
+ "num_tokens": 917591.0,
620
+ "step": 610
621
+ },
622
+ {
623
+ "entropy": 1.4043861143290997,
624
+ "epoch": 0.496,
625
+ "grad_norm": 0.6480540037155151,
626
+ "learning_rate": 8.608743469892769e-07,
627
+ "loss": 1.2478,
628
+ "mean_token_accuracy": 0.6648495178669691,
629
+ "num_tokens": 931977.0,
630
+ "step": 620
631
+ },
632
+ {
633
+ "entropy": 1.2790821947157383,
634
+ "epoch": 0.504,
635
+ "grad_norm": 0.6468939781188965,
636
+ "learning_rate": 8.581248281550728e-07,
637
+ "loss": 1.1545,
638
+ "mean_token_accuracy": 0.6829771518707275,
639
+ "num_tokens": 948897.0,
640
+ "step": 630
641
+ },
642
+ {
643
+ "entropy": 1.2587309643626212,
644
+ "epoch": 0.512,
645
+ "grad_norm": 0.756490170955658,
646
+ "learning_rate": 8.553753093208688e-07,
647
+ "loss": 1.0904,
648
+ "mean_token_accuracy": 0.6901254523545504,
649
+ "num_tokens": 965001.0,
650
+ "step": 640
651
+ },
652
+ {
653
+ "entropy": 1.3130459561944008,
654
+ "epoch": 0.52,
655
+ "grad_norm": 0.6585144400596619,
656
+ "learning_rate": 8.526257904866649e-07,
657
+ "loss": 1.1556,
658
+ "mean_token_accuracy": 0.6796729028224945,
659
+ "num_tokens": 981274.0,
660
+ "step": 650
661
+ },
662
+ {
663
+ "entropy": 1.311295585334301,
664
+ "epoch": 0.528,
665
+ "grad_norm": 0.7502710223197937,
666
+ "learning_rate": 8.498762716524608e-07,
667
+ "loss": 1.1656,
668
+ "mean_token_accuracy": 0.6799918249249458,
669
+ "num_tokens": 997379.0,
670
+ "step": 660
671
+ },
672
+ {
673
+ "entropy": 1.296420407295227,
674
+ "epoch": 0.536,
675
+ "grad_norm": 0.7529589533805847,
676
+ "learning_rate": 8.471267528182568e-07,
677
+ "loss": 1.1843,
678
+ "mean_token_accuracy": 0.6738614052534103,
679
+ "num_tokens": 1013352.0,
680
+ "step": 670
681
+ },
682
+ {
683
+ "entropy": 1.3494001857936382,
684
+ "epoch": 0.544,
685
+ "grad_norm": 0.5738757252693176,
686
+ "learning_rate": 8.443772339840528e-07,
687
+ "loss": 1.144,
688
+ "mean_token_accuracy": 0.6632784813642502,
689
+ "num_tokens": 1029139.0,
690
+ "step": 680
691
+ },
692
+ {
693
+ "entropy": 1.2736155807971954,
694
+ "epoch": 0.552,
695
+ "grad_norm": 0.7190117835998535,
696
+ "learning_rate": 8.416277151498488e-07,
697
+ "loss": 1.1806,
698
+ "mean_token_accuracy": 0.6787780053913594,
699
+ "num_tokens": 1045055.0,
700
+ "step": 690
701
+ },
702
+ {
703
+ "entropy": 1.273686296120286,
704
+ "epoch": 0.56,
705
+ "grad_norm": 0.6301732063293457,
706
+ "learning_rate": 8.388781963156447e-07,
707
+ "loss": 1.1266,
708
+ "mean_token_accuracy": 0.6862449984997511,
709
+ "num_tokens": 1061665.0,
710
+ "step": 700
711
+ },
712
+ {
713
+ "entropy": 1.2967881709337234,
714
+ "epoch": 0.568,
715
+ "grad_norm": 0.6849706768989563,
716
+ "learning_rate": 8.361286774814407e-07,
717
+ "loss": 1.1836,
718
+ "mean_token_accuracy": 0.675114393979311,
719
+ "num_tokens": 1076783.0,
720
+ "step": 710
721
+ },
722
+ {
723
+ "entropy": 1.293698250502348,
724
+ "epoch": 0.576,
725
+ "grad_norm": 0.8003822565078735,
726
+ "learning_rate": 8.333791586472368e-07,
727
+ "loss": 1.1816,
728
+ "mean_token_accuracy": 0.6739512585103512,
729
+ "num_tokens": 1092863.0,
730
+ "step": 720
731
+ },
732
+ {
733
+ "entropy": 1.2287389039993286,
734
+ "epoch": 0.584,
735
+ "grad_norm": 0.6071404218673706,
736
+ "learning_rate": 8.306296398130327e-07,
737
+ "loss": 1.1066,
738
+ "mean_token_accuracy": 0.6892683796584607,
739
+ "num_tokens": 1109869.0,
740
+ "step": 730
741
+ },
742
+ {
743
+ "entropy": 1.205421121418476,
744
+ "epoch": 0.592,
745
+ "grad_norm": 0.6821198463439941,
746
+ "learning_rate": 8.278801209788287e-07,
747
+ "loss": 1.1391,
748
+ "mean_token_accuracy": 0.6925450332462788,
749
+ "num_tokens": 1125614.0,
750
+ "step": 740
751
+ },
752
+ {
753
+ "entropy": 1.2849964290857314,
754
+ "epoch": 0.6,
755
+ "grad_norm": 0.5708684325218201,
756
+ "learning_rate": 8.251306021446246e-07,
757
+ "loss": 1.1471,
758
+ "mean_token_accuracy": 0.6788520190864802,
759
+ "num_tokens": 1140573.0,
760
+ "step": 750
761
+ },
762
+ {
763
+ "entropy": 1.2744114309549333,
764
+ "epoch": 0.608,
765
+ "grad_norm": 0.7616786956787109,
766
+ "learning_rate": 8.223810833104207e-07,
767
+ "loss": 1.1777,
768
+ "mean_token_accuracy": 0.6805129069834948,
769
+ "num_tokens": 1155477.0,
770
+ "step": 760
771
+ },
772
+ {
773
+ "entropy": 1.2422254398465156,
774
+ "epoch": 0.616,
775
+ "grad_norm": 0.8303386569023132,
776
+ "learning_rate": 8.196315644762166e-07,
777
+ "loss": 1.1692,
778
+ "mean_token_accuracy": 0.6900120198726654,
779
+ "num_tokens": 1169887.0,
780
+ "step": 770
781
+ },
782
+ {
783
+ "entropy": 1.2660817682743073,
784
+ "epoch": 0.624,
785
+ "grad_norm": 0.5202187895774841,
786
+ "learning_rate": 8.168820456420126e-07,
787
+ "loss": 1.1537,
788
+ "mean_token_accuracy": 0.6705128997564316,
789
+ "num_tokens": 1186324.0,
790
+ "step": 780
791
+ },
792
+ {
793
+ "entropy": 1.2406820882111789,
794
+ "epoch": 0.632,
795
+ "grad_norm": 0.7239068150520325,
796
+ "learning_rate": 8.141325268078087e-07,
797
+ "loss": 1.1585,
798
+ "mean_token_accuracy": 0.677312508970499,
799
+ "num_tokens": 1201664.0,
800
+ "step": 790
801
+ },
802
+ {
803
+ "entropy": 1.2289198808372022,
804
+ "epoch": 0.64,
805
+ "grad_norm": 0.5939375162124634,
806
+ "learning_rate": 8.113830079736046e-07,
807
+ "loss": 1.1053,
808
+ "mean_token_accuracy": 0.6843044184148311,
809
+ "num_tokens": 1217925.0,
810
+ "step": 800
811
+ },
812
+ {
813
+ "entropy": 1.2725118707865477,
814
+ "epoch": 0.648,
815
+ "grad_norm": 0.7037603855133057,
816
+ "learning_rate": 8.086334891394006e-07,
817
+ "loss": 1.1437,
818
+ "mean_token_accuracy": 0.6814427956938743,
819
+ "num_tokens": 1231061.0,
820
+ "step": 810
821
+ },
822
+ {
823
+ "entropy": 1.2992851927876472,
824
+ "epoch": 0.656,
825
+ "grad_norm": 0.8515540361404419,
826
+ "learning_rate": 8.058839703051965e-07,
827
+ "loss": 1.2121,
828
+ "mean_token_accuracy": 0.6711709387600422,
829
+ "num_tokens": 1244058.0,
830
+ "step": 820
831
+ },
832
+ {
833
+ "entropy": 1.2262615151703358,
834
+ "epoch": 0.664,
835
+ "grad_norm": 0.6631777286529541,
836
+ "learning_rate": 8.031344514709926e-07,
837
+ "loss": 1.1458,
838
+ "mean_token_accuracy": 0.6818120799958706,
839
+ "num_tokens": 1259582.0,
840
+ "step": 830
841
+ },
842
+ {
843
+ "entropy": 1.2693677991628647,
844
+ "epoch": 0.672,
845
+ "grad_norm": 0.8915537595748901,
846
+ "learning_rate": 8.003849326367885e-07,
847
+ "loss": 1.1633,
848
+ "mean_token_accuracy": 0.6815830297768116,
849
+ "num_tokens": 1273831.0,
850
+ "step": 840
851
+ },
852
+ {
853
+ "entropy": 1.215834778547287,
854
+ "epoch": 0.68,
855
+ "grad_norm": 0.5939379930496216,
856
+ "learning_rate": 7.976354138025845e-07,
857
+ "loss": 1.0981,
858
+ "mean_token_accuracy": 0.6865571141242981,
859
+ "num_tokens": 1289571.0,
860
+ "step": 850
861
+ },
862
+ {
863
+ "entropy": 1.1748904675245284,
864
+ "epoch": 0.688,
865
+ "grad_norm": 0.5998817086219788,
866
+ "learning_rate": 7.948858949683806e-07,
867
+ "loss": 1.0692,
868
+ "mean_token_accuracy": 0.693486251682043,
869
+ "num_tokens": 1306133.0,
870
+ "step": 860
871
+ },
872
+ {
873
+ "entropy": 1.2221910648047924,
874
+ "epoch": 0.696,
875
+ "grad_norm": 0.748798668384552,
876
+ "learning_rate": 7.921363761341765e-07,
877
+ "loss": 1.1412,
878
+ "mean_token_accuracy": 0.6878058951348066,
879
+ "num_tokens": 1321464.0,
880
+ "step": 870
881
+ },
882
+ {
883
+ "entropy": 1.2369954086840154,
884
+ "epoch": 0.704,
885
+ "grad_norm": 1.0195012092590332,
886
+ "learning_rate": 7.893868572999725e-07,
887
+ "loss": 1.1408,
888
+ "mean_token_accuracy": 0.681305569410324,
889
+ "num_tokens": 1335778.0,
890
+ "step": 880
891
+ },
892
+ {
893
+ "entropy": 1.1726680658757687,
894
+ "epoch": 0.712,
895
+ "grad_norm": 0.7860333919525146,
896
+ "learning_rate": 7.866373384657684e-07,
897
+ "loss": 1.091,
898
+ "mean_token_accuracy": 0.6857907593250274,
899
+ "num_tokens": 1352915.0,
900
+ "step": 890
901
+ },
902
+ {
903
+ "entropy": 1.223223304003477,
904
+ "epoch": 0.72,
905
+ "grad_norm": 0.9237163662910461,
906
+ "learning_rate": 7.838878196315645e-07,
907
+ "loss": 1.1373,
908
+ "mean_token_accuracy": 0.6926517814397812,
909
+ "num_tokens": 1367612.0,
910
+ "step": 900
911
+ },
912
+ {
913
+ "entropy": 1.1455084159970284,
914
+ "epoch": 0.728,
915
+ "grad_norm": 0.5603041648864746,
916
+ "learning_rate": 7.811383007973604e-07,
917
+ "loss": 1.0911,
918
+ "mean_token_accuracy": 0.6972605399787426,
919
+ "num_tokens": 1383035.0,
920
+ "step": 910
921
+ },
922
+ {
923
+ "entropy": 1.1558292523026465,
924
+ "epoch": 0.736,
925
+ "grad_norm": 0.7899258136749268,
926
+ "learning_rate": 7.783887819631564e-07,
927
+ "loss": 1.1121,
928
+ "mean_token_accuracy": 0.6864722102880478,
929
+ "num_tokens": 1399802.0,
930
+ "step": 920
931
+ },
932
+ {
933
+ "entropy": 1.210861251503229,
934
+ "epoch": 0.744,
935
+ "grad_norm": 0.8369595408439636,
936
+ "learning_rate": 7.756392631289525e-07,
937
+ "loss": 1.1218,
938
+ "mean_token_accuracy": 0.6842097207903862,
939
+ "num_tokens": 1415756.0,
940
+ "step": 930
941
+ },
942
+ {
943
+ "entropy": 1.2210182018578053,
944
+ "epoch": 0.752,
945
+ "grad_norm": 0.710249125957489,
946
+ "learning_rate": 7.728897442947484e-07,
947
+ "loss": 1.1491,
948
+ "mean_token_accuracy": 0.691110260784626,
949
+ "num_tokens": 1430566.0,
950
+ "step": 940
951
+ },
952
+ {
953
+ "entropy": 1.2260907642543315,
954
+ "epoch": 0.76,
955
+ "grad_norm": 0.6935760974884033,
956
+ "learning_rate": 7.701402254605444e-07,
957
+ "loss": 1.1606,
958
+ "mean_token_accuracy": 0.6785398446023464,
959
+ "num_tokens": 1446008.0,
960
+ "step": 950
961
+ },
962
+ {
963
+ "entropy": 1.2416882522404193,
964
+ "epoch": 0.768,
965
+ "grad_norm": 0.8145465850830078,
966
+ "learning_rate": 7.673907066263403e-07,
967
+ "loss": 1.1903,
968
+ "mean_token_accuracy": 0.6766292177140713,
969
+ "num_tokens": 1460630.0,
970
+ "step": 960
971
+ },
972
+ {
973
+ "entropy": 1.2305906921625138,
974
+ "epoch": 0.776,
975
+ "grad_norm": 0.6397637724876404,
976
+ "learning_rate": 7.646411877921364e-07,
977
+ "loss": 1.1322,
978
+ "mean_token_accuracy": 0.686901830881834,
979
+ "num_tokens": 1475286.0,
980
+ "step": 970
981
+ },
982
+ {
983
+ "entropy": 1.2152808040380478,
984
+ "epoch": 0.784,
985
+ "grad_norm": 0.7708243727684021,
986
+ "learning_rate": 7.618916689579323e-07,
987
+ "loss": 1.1465,
988
+ "mean_token_accuracy": 0.6885192066431045,
989
+ "num_tokens": 1488831.0,
990
+ "step": 980
991
+ },
992
+ {
993
+ "entropy": 1.2126370012760161,
994
+ "epoch": 0.792,
995
+ "grad_norm": 0.7606609463691711,
996
+ "learning_rate": 7.591421501237283e-07,
997
+ "loss": 1.1499,
998
+ "mean_token_accuracy": 0.6837481513619423,
999
+ "num_tokens": 1502143.0,
1000
+ "step": 990
1001
+ },
1002
+ {
1003
+ "entropy": 1.201651045680046,
1004
+ "epoch": 0.8,
1005
+ "grad_norm": 0.6086705327033997,
1006
+ "learning_rate": 7.563926312895244e-07,
1007
+ "loss": 1.0735,
1008
+ "mean_token_accuracy": 0.7014785043895244,
1009
+ "num_tokens": 1517934.0,
1010
+ "step": 1000
1011
+ },
1012
+ {
1013
+ "entropy": 1.2058428205549716,
1014
+ "epoch": 0.808,
1015
+ "grad_norm": 0.49491190910339355,
1016
+ "learning_rate": 7.536431124553203e-07,
1017
+ "loss": 1.1164,
1018
+ "mean_token_accuracy": 0.6956117272377014,
1019
+ "num_tokens": 1533374.0,
1020
+ "step": 1010
1021
+ },
1022
+ {
1023
+ "entropy": 1.1543868333101273,
1024
+ "epoch": 0.816,
1025
+ "grad_norm": 0.7286425232887268,
1026
+ "learning_rate": 7.508935936211163e-07,
1027
+ "loss": 1.1223,
1028
+ "mean_token_accuracy": 0.6940035171806812,
1029
+ "num_tokens": 1548879.0,
1030
+ "step": 1020
1031
+ },
1032
+ {
1033
+ "entropy": 1.1904160492122173,
1034
+ "epoch": 0.824,
1035
+ "grad_norm": 0.7718061804771423,
1036
+ "learning_rate": 7.481440747869122e-07,
1037
+ "loss": 1.1458,
1038
+ "mean_token_accuracy": 0.6934111632406712,
1039
+ "num_tokens": 1563736.0,
1040
+ "step": 1030
1041
+ },
1042
+ {
1043
+ "entropy": 1.1673480425029994,
1044
+ "epoch": 0.832,
1045
+ "grad_norm": 0.6239304542541504,
1046
+ "learning_rate": 7.453945559527083e-07,
1047
+ "loss": 1.0974,
1048
+ "mean_token_accuracy": 0.6918889433145523,
1049
+ "num_tokens": 1580364.0,
1050
+ "step": 1040
1051
+ },
1052
+ {
1053
+ "entropy": 1.1715149961411953,
1054
+ "epoch": 0.84,
1055
+ "grad_norm": 0.6284940242767334,
1056
+ "learning_rate": 7.426450371185042e-07,
1057
+ "loss": 1.1331,
1058
+ "mean_token_accuracy": 0.6936986103653908,
1059
+ "num_tokens": 1595277.0,
1060
+ "step": 1050
1061
+ },
1062
+ {
1063
+ "entropy": 1.1704499389976264,
1064
+ "epoch": 0.848,
1065
+ "grad_norm": 0.6014586687088013,
1066
+ "learning_rate": 7.398955182843002e-07,
1067
+ "loss": 1.0852,
1068
+ "mean_token_accuracy": 0.6870665144175291,
1069
+ "num_tokens": 1611046.0,
1070
+ "step": 1060
1071
+ },
1072
+ {
1073
+ "entropy": 1.1872769869863986,
1074
+ "epoch": 0.856,
1075
+ "grad_norm": 0.683362603187561,
1076
+ "learning_rate": 7.371459994500962e-07,
1077
+ "loss": 1.1458,
1078
+ "mean_token_accuracy": 0.6825452599674463,
1079
+ "num_tokens": 1626105.0,
1080
+ "step": 1070
1081
+ },
1082
+ {
1083
+ "entropy": 1.1762015298008919,
1084
+ "epoch": 0.864,
1085
+ "grad_norm": 0.7485630512237549,
1086
+ "learning_rate": 7.343964806158922e-07,
1087
+ "loss": 1.0449,
1088
+ "mean_token_accuracy": 0.6980511479079723,
1089
+ "num_tokens": 1642095.0,
1090
+ "step": 1080
1091
+ },
1092
+ {
1093
+ "entropy": 1.2044708047062158,
1094
+ "epoch": 0.872,
1095
+ "grad_norm": 0.7228647470474243,
1096
+ "learning_rate": 7.316469617816882e-07,
1097
+ "loss": 1.117,
1098
+ "mean_token_accuracy": 0.6872781366109848,
1099
+ "num_tokens": 1656064.0,
1100
+ "step": 1090
1101
+ },
1102
+ {
1103
+ "entropy": 1.1704509019851685,
1104
+ "epoch": 0.88,
1105
+ "grad_norm": 0.6274661421775818,
1106
+ "learning_rate": 7.288974429474841e-07,
1107
+ "loss": 1.0567,
1108
+ "mean_token_accuracy": 0.6986218981444836,
1109
+ "num_tokens": 1671905.0,
1110
+ "step": 1100
1111
+ },
1112
+ {
1113
+ "entropy": 1.1555724613368512,
1114
+ "epoch": 0.888,
1115
+ "grad_norm": 0.5717065930366516,
1116
+ "learning_rate": 7.261479241132802e-07,
1117
+ "loss": 1.0613,
1118
+ "mean_token_accuracy": 0.6985699016600847,
1119
+ "num_tokens": 1687831.0,
1120
+ "step": 1110
1121
+ },
1122
+ {
1123
+ "entropy": 1.1825853794813157,
1124
+ "epoch": 0.896,
1125
+ "grad_norm": 0.5806442499160767,
1126
+ "learning_rate": 7.233984052790761e-07,
1127
+ "loss": 1.1196,
1128
+ "mean_token_accuracy": 0.6930595509707927,
1129
+ "num_tokens": 1703242.0,
1130
+ "step": 1120
1131
+ },
1132
+ {
1133
+ "entropy": 1.1857046082615852,
1134
+ "epoch": 0.904,
1135
+ "grad_norm": 0.7729993462562561,
1136
+ "learning_rate": 7.206488864448721e-07,
1137
+ "loss": 1.0937,
1138
+ "mean_token_accuracy": 0.692601241916418,
1139
+ "num_tokens": 1717420.0,
1140
+ "step": 1130
1141
+ },
1142
+ {
1143
+ "entropy": 1.15954297054559,
1144
+ "epoch": 0.912,
1145
+ "grad_norm": 0.5793495178222656,
1146
+ "learning_rate": 7.178993676106681e-07,
1147
+ "loss": 1.0322,
1148
+ "mean_token_accuracy": 0.7003567360341549,
1149
+ "num_tokens": 1734570.0,
1150
+ "step": 1140
1151
+ },
1152
+ {
1153
+ "entropy": 1.1955730587244033,
1154
+ "epoch": 0.92,
1155
+ "grad_norm": 0.6606018543243408,
1156
+ "learning_rate": 7.151498487764641e-07,
1157
+ "loss": 1.1115,
1158
+ "mean_token_accuracy": 0.6888970002532006,
1159
+ "num_tokens": 1749977.0,
1160
+ "step": 1150
1161
+ },
1162
+ {
1163
+ "entropy": 1.1169864691793918,
1164
+ "epoch": 0.928,
1165
+ "grad_norm": 0.511619508266449,
1166
+ "learning_rate": 7.124003299422601e-07,
1167
+ "loss": 1.0671,
1168
+ "mean_token_accuracy": 0.7025054290890693,
1169
+ "num_tokens": 1766717.0,
1170
+ "step": 1160
1171
+ },
1172
+ {
1173
+ "entropy": 1.145845735212788,
1174
+ "epoch": 0.936,
1175
+ "grad_norm": 0.7826500535011292,
1176
+ "learning_rate": 7.09650811108056e-07,
1177
+ "loss": 1.0499,
1178
+ "mean_token_accuracy": 0.6996002644300461,
1179
+ "num_tokens": 1781248.0,
1180
+ "step": 1170
1181
+ },
1182
+ {
1183
+ "entropy": 1.1137450352311133,
1184
+ "epoch": 0.944,
1185
+ "grad_norm": 0.6092593669891357,
1186
+ "learning_rate": 7.069012922738521e-07,
1187
+ "loss": 1.0631,
1188
+ "mean_token_accuracy": 0.7020095460116863,
1189
+ "num_tokens": 1797901.0,
1190
+ "step": 1180
1191
+ },
1192
+ {
1193
+ "entropy": 1.2010398358106613,
1194
+ "epoch": 0.952,
1195
+ "grad_norm": 0.9775738716125488,
1196
+ "learning_rate": 7.04151773439648e-07,
1197
+ "loss": 1.1548,
1198
+ "mean_token_accuracy": 0.6882500603795052,
1199
+ "num_tokens": 1811944.0,
1200
+ "step": 1190
1201
+ },
1202
+ {
1203
+ "entropy": 1.1422110214829444,
1204
+ "epoch": 0.96,
1205
+ "grad_norm": 0.715650737285614,
1206
+ "learning_rate": 7.01402254605444e-07,
1207
+ "loss": 1.1148,
1208
+ "mean_token_accuracy": 0.6927286379039288,
1209
+ "num_tokens": 1828178.0,
1210
+ "step": 1200
1211
+ },
1212
+ {
1213
+ "entropy": 1.14734987616539,
1214
+ "epoch": 0.968,
1215
+ "grad_norm": 0.5900126099586487,
1216
+ "learning_rate": 6.9865273577124e-07,
1217
+ "loss": 1.0809,
1218
+ "mean_token_accuracy": 0.6929037302732468,
1219
+ "num_tokens": 1845334.0,
1220
+ "step": 1210
1221
+ },
1222
+ {
1223
+ "entropy": 1.1666462287306785,
1224
+ "epoch": 0.976,
1225
+ "grad_norm": 0.7052849531173706,
1226
+ "learning_rate": 6.95903216937036e-07,
1227
+ "loss": 1.086,
1228
+ "mean_token_accuracy": 0.6887565299868583,
1229
+ "num_tokens": 1859542.0,
1230
+ "step": 1220
1231
+ },
1232
+ {
1233
+ "entropy": 1.127211359143257,
1234
+ "epoch": 0.984,
1235
+ "grad_norm": 0.9729690551757812,
1236
+ "learning_rate": 6.93153698102832e-07,
1237
+ "loss": 1.0588,
1238
+ "mean_token_accuracy": 0.69860158264637,
1239
+ "num_tokens": 1876209.0,
1240
+ "step": 1230
1241
+ },
1242
+ {
1243
+ "entropy": 1.1535819880664349,
1244
+ "epoch": 0.992,
1245
+ "grad_norm": 0.6623355746269226,
1246
+ "learning_rate": 6.904041792686279e-07,
1247
+ "loss": 1.0543,
1248
+ "mean_token_accuracy": 0.695023113116622,
1249
+ "num_tokens": 1893007.0,
1250
+ "step": 1240
1251
+ },
1252
+ {
1253
+ "entropy": 1.1296846129000186,
1254
+ "epoch": 1.0,
1255
+ "grad_norm": 0.6806105375289917,
1256
+ "learning_rate": 6.87654660434424e-07,
1257
+ "loss": 1.089,
1258
+ "mean_token_accuracy": 0.6975006379187108,
1259
+ "num_tokens": 1908628.0,
1260
+ "step": 1250
1261
+ }
1262
+ ],
1263
+ "logging_steps": 10,
1264
+ "max_steps": 3750,
1265
+ "num_input_tokens_seen": 0,
1266
+ "num_train_epochs": 3,
1267
+ "save_steps": 500,
1268
+ "stateful_callbacks": {
1269
+ "TrainerControl": {
1270
+ "args": {
1271
+ "should_epoch_stop": false,
1272
+ "should_evaluate": false,
1273
+ "should_log": false,
1274
+ "should_save": true,
1275
+ "should_training_stop": false
1276
+ },
1277
+ "attributes": {}
1278
+ }
1279
+ },
1280
+ "total_flos": 7.74969936717742e+16,
1281
+ "train_batch_size": 1,
1282
+ "trial_name": null,
1283
+ "trial_params": null
1284
+ }
full-lora/checkpoint-1250/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373064d186b379b705f3701bc2192b8d633e746e079c3d5e972608780158085a
3
+ size 6417
full-lora/checkpoint-2500/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-2-7b-chat-hf
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:meta-llama/Llama-2-7b-chat-hf
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.18.1
full-lora/checkpoint-2500/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 128,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 64,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "k_proj",
34
+ "up_proj",
35
+ "gate_proj",
36
+ "v_proj",
37
+ "o_proj",
38
+ "down_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
full-lora/checkpoint-2500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea490ee39d7c12580c65616f062eea4356694707e3e1b0acfbce1883c0de0908
3
+ size 639691872
full-lora/checkpoint-2500/chat_template.jinja ADDED
@@ -0,0 +1 @@
 
 
1
+ {% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% set system_message = false %}{% endif %}{% for message in loop_messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if loop.index0 == 0 and system_message != false %}{% set content = '<<SYS>>\n' + system_message + '\n<</SYS>>\n\n' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ bos_token + '[INST] ' + content.strip() + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content.strip() + ' ' + eos_token }}{% endif %}{% endfor %}
full-lora/checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50511cce1729154ff4ed89de392872e886bd3b628988876931b9e054d1e20340
3
+ size 1279641507
full-lora/checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6338797a9f196294e9ad75c2a3b6e746b32ba543fe0059650074c0e5cb8bb40f
3
+ size 14645
full-lora/checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1ad402eb28146d764966647b6826632ce0185367514a12153b690ebf7f1f43b
3
+ size 1465
full-lora/checkpoint-2500/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
full-lora/checkpoint-2500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
full-lora/checkpoint-2500/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
full-lora/checkpoint-2500/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "extra_special_tokens": {},
35
+ "legacy": false,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "padding_side": "right",
39
+ "sp_model_kwargs": {},
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false
43
+ }
full-lora/checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,2534 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 2500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 0.9034420549869537,
14
+ "epoch": 0.008,
15
+ "grad_norm": 1.8304097652435303,
16
+ "learning_rate": 7.964601769911503e-08,
17
+ "loss": 1.9907,
18
+ "mean_token_accuracy": 0.6042250197380781,
19
+ "num_tokens": 15409.0,
20
+ "step": 10
21
+ },
22
+ {
23
+ "entropy": 0.9475356195122003,
24
+ "epoch": 0.016,
25
+ "grad_norm": 1.5987296104431152,
26
+ "learning_rate": 1.68141592920354e-07,
27
+ "loss": 2.0397,
28
+ "mean_token_accuracy": 0.5890234299004078,
29
+ "num_tokens": 30650.0,
30
+ "step": 20
31
+ },
32
+ {
33
+ "entropy": 0.9629276197403669,
34
+ "epoch": 0.024,
35
+ "grad_norm": 2.1185450553894043,
36
+ "learning_rate": 2.5663716814159294e-07,
37
+ "loss": 2.0312,
38
+ "mean_token_accuracy": 0.5870847202837467,
39
+ "num_tokens": 45561.0,
40
+ "step": 30
41
+ },
42
+ {
43
+ "entropy": 0.9790993589907885,
44
+ "epoch": 0.032,
45
+ "grad_norm": 2.317858934402466,
46
+ "learning_rate": 3.451327433628318e-07,
47
+ "loss": 2.0456,
48
+ "mean_token_accuracy": 0.5804481774568557,
49
+ "num_tokens": 59568.0,
50
+ "step": 40
51
+ },
52
+ {
53
+ "entropy": 0.922547810524702,
54
+ "epoch": 0.04,
55
+ "grad_norm": 1.5205438137054443,
56
+ "learning_rate": 4.3362831858407076e-07,
57
+ "loss": 1.9502,
58
+ "mean_token_accuracy": 0.5938452776521445,
59
+ "num_tokens": 75405.0,
60
+ "step": 50
61
+ },
62
+ {
63
+ "entropy": 1.03425248041749,
64
+ "epoch": 0.048,
65
+ "grad_norm": 2.2233166694641113,
66
+ "learning_rate": 5.221238938053097e-07,
67
+ "loss": 2.1455,
68
+ "mean_token_accuracy": 0.5820784538984298,
69
+ "num_tokens": 88641.0,
70
+ "step": 60
71
+ },
72
+ {
73
+ "entropy": 0.9562045603990554,
74
+ "epoch": 0.056,
75
+ "grad_norm": 1.6535303592681885,
76
+ "learning_rate": 6.106194690265486e-07,
77
+ "loss": 1.9628,
78
+ "mean_token_accuracy": 0.5903334401547908,
79
+ "num_tokens": 104448.0,
80
+ "step": 70
81
+ },
82
+ {
83
+ "entropy": 0.9437448482960462,
84
+ "epoch": 0.064,
85
+ "grad_norm": 2.1216635704040527,
86
+ "learning_rate": 6.991150442477876e-07,
87
+ "loss": 2.0221,
88
+ "mean_token_accuracy": 0.5954494498670101,
89
+ "num_tokens": 119162.0,
90
+ "step": 80
91
+ },
92
+ {
93
+ "entropy": 0.9662446774542331,
94
+ "epoch": 0.072,
95
+ "grad_norm": 1.6397205591201782,
96
+ "learning_rate": 7.876106194690266e-07,
97
+ "loss": 1.8199,
98
+ "mean_token_accuracy": 0.6050666151568294,
99
+ "num_tokens": 136337.0,
100
+ "step": 90
101
+ },
102
+ {
103
+ "entropy": 0.9452362310141325,
104
+ "epoch": 0.08,
105
+ "grad_norm": 2.1384687423706055,
106
+ "learning_rate": 8.761061946902655e-07,
107
+ "loss": 2.0152,
108
+ "mean_token_accuracy": 0.6010695319622755,
109
+ "num_tokens": 150710.0,
110
+ "step": 100
111
+ },
112
+ {
113
+ "entropy": 1.077597926557064,
114
+ "epoch": 0.088,
115
+ "grad_norm": 2.1343936920166016,
116
+ "learning_rate": 9.646017699115042e-07,
117
+ "loss": 2.0805,
118
+ "mean_token_accuracy": 0.5725633725523949,
119
+ "num_tokens": 163196.0,
120
+ "step": 110
121
+ },
122
+ {
123
+ "entropy": 1.0407875191420317,
124
+ "epoch": 0.096,
125
+ "grad_norm": 2.0486209392547607,
126
+ "learning_rate": 9.983502886994776e-07,
127
+ "loss": 1.9709,
128
+ "mean_token_accuracy": 0.5931926343590022,
129
+ "num_tokens": 177368.0,
130
+ "step": 120
131
+ },
132
+ {
133
+ "entropy": 1.0551968751475216,
134
+ "epoch": 0.104,
135
+ "grad_norm": 1.6275029182434082,
136
+ "learning_rate": 9.956007698652736e-07,
137
+ "loss": 1.8687,
138
+ "mean_token_accuracy": 0.6001733940094709,
139
+ "num_tokens": 191720.0,
140
+ "step": 130
141
+ },
142
+ {
143
+ "entropy": 1.0219032436609268,
144
+ "epoch": 0.112,
145
+ "grad_norm": 1.6011073589324951,
146
+ "learning_rate": 9.928512510310695e-07,
147
+ "loss": 1.7826,
148
+ "mean_token_accuracy": 0.6063280884176493,
149
+ "num_tokens": 207354.0,
150
+ "step": 140
151
+ },
152
+ {
153
+ "entropy": 1.057712158560753,
154
+ "epoch": 0.12,
155
+ "grad_norm": 1.6710939407348633,
156
+ "learning_rate": 9.901017321968655e-07,
157
+ "loss": 1.6872,
158
+ "mean_token_accuracy": 0.6104031000286341,
159
+ "num_tokens": 223850.0,
160
+ "step": 150
161
+ },
162
+ {
163
+ "entropy": 1.1023272581398487,
164
+ "epoch": 0.128,
165
+ "grad_norm": 1.8599427938461304,
166
+ "learning_rate": 9.873522133626614e-07,
167
+ "loss": 1.6716,
168
+ "mean_token_accuracy": 0.6082586232572794,
169
+ "num_tokens": 239768.0,
170
+ "step": 160
171
+ },
172
+ {
173
+ "entropy": 1.1792589366436004,
174
+ "epoch": 0.136,
175
+ "grad_norm": 1.7112274169921875,
176
+ "learning_rate": 9.846026945284574e-07,
177
+ "loss": 1.7211,
178
+ "mean_token_accuracy": 0.606986602395773,
179
+ "num_tokens": 254892.0,
180
+ "step": 170
181
+ },
182
+ {
183
+ "entropy": 1.2239510141313077,
184
+ "epoch": 0.144,
185
+ "grad_norm": 1.8953965902328491,
186
+ "learning_rate": 9.818531756942533e-07,
187
+ "loss": 1.7478,
188
+ "mean_token_accuracy": 0.6006653252989054,
189
+ "num_tokens": 269298.0,
190
+ "step": 180
191
+ },
192
+ {
193
+ "entropy": 1.1604003377258778,
194
+ "epoch": 0.152,
195
+ "grad_norm": 1.2709853649139404,
196
+ "learning_rate": 9.791036568600495e-07,
197
+ "loss": 1.5892,
198
+ "mean_token_accuracy": 0.6230274979025126,
199
+ "num_tokens": 283711.0,
200
+ "step": 190
201
+ },
202
+ {
203
+ "entropy": 1.1698237597942351,
204
+ "epoch": 0.16,
205
+ "grad_norm": 1.2409337759017944,
206
+ "learning_rate": 9.763541380258455e-07,
207
+ "loss": 1.4959,
208
+ "mean_token_accuracy": 0.6206645734608174,
209
+ "num_tokens": 301123.0,
210
+ "step": 200
211
+ },
212
+ {
213
+ "entropy": 1.3337292484939098,
214
+ "epoch": 0.168,
215
+ "grad_norm": 1.0640740394592285,
216
+ "learning_rate": 9.736046191916414e-07,
217
+ "loss": 1.6387,
218
+ "mean_token_accuracy": 0.6070953067392111,
219
+ "num_tokens": 315342.0,
220
+ "step": 210
221
+ },
222
+ {
223
+ "entropy": 1.2350904777646066,
224
+ "epoch": 0.176,
225
+ "grad_norm": 1.3057981729507446,
226
+ "learning_rate": 9.708551003574374e-07,
227
+ "loss": 1.5271,
228
+ "mean_token_accuracy": 0.6268062952905893,
229
+ "num_tokens": 332035.0,
230
+ "step": 220
231
+ },
232
+ {
233
+ "entropy": 1.2457694321870805,
234
+ "epoch": 0.184,
235
+ "grad_norm": 1.434810996055603,
236
+ "learning_rate": 9.681055815232333e-07,
237
+ "loss": 1.4719,
238
+ "mean_token_accuracy": 0.627309649437666,
239
+ "num_tokens": 348533.0,
240
+ "step": 230
241
+ },
242
+ {
243
+ "entropy": 1.3725072897970676,
244
+ "epoch": 0.192,
245
+ "grad_norm": 1.203586459159851,
246
+ "learning_rate": 9.653560626890293e-07,
247
+ "loss": 1.4614,
248
+ "mean_token_accuracy": 0.618980173021555,
249
+ "num_tokens": 363915.0,
250
+ "step": 240
251
+ },
252
+ {
253
+ "entropy": 1.3240537498146296,
254
+ "epoch": 0.2,
255
+ "grad_norm": 1.5373510122299194,
256
+ "learning_rate": 9.626065438548252e-07,
257
+ "loss": 1.4521,
258
+ "mean_token_accuracy": 0.6376201532781124,
259
+ "num_tokens": 380021.0,
260
+ "step": 250
261
+ },
262
+ {
263
+ "entropy": 1.4129172183573246,
264
+ "epoch": 0.208,
265
+ "grad_norm": 1.0626189708709717,
266
+ "learning_rate": 9.598570250206214e-07,
267
+ "loss": 1.4791,
268
+ "mean_token_accuracy": 0.639534817636013,
269
+ "num_tokens": 394415.0,
270
+ "step": 260
271
+ },
272
+ {
273
+ "entropy": 1.4732031315565108,
274
+ "epoch": 0.216,
275
+ "grad_norm": 1.2482506036758423,
276
+ "learning_rate": 9.571075061864174e-07,
277
+ "loss": 1.5304,
278
+ "mean_token_accuracy": 0.6208007004112005,
279
+ "num_tokens": 408643.0,
280
+ "step": 270
281
+ },
282
+ {
283
+ "entropy": 1.4145490050315856,
284
+ "epoch": 0.224,
285
+ "grad_norm": 1.069368600845337,
286
+ "learning_rate": 9.543579873522133e-07,
287
+ "loss": 1.3775,
288
+ "mean_token_accuracy": 0.6412477158010006,
289
+ "num_tokens": 423952.0,
290
+ "step": 280
291
+ },
292
+ {
293
+ "entropy": 1.4205268509685993,
294
+ "epoch": 0.232,
295
+ "grad_norm": 0.8400747776031494,
296
+ "learning_rate": 9.516084685180094e-07,
297
+ "loss": 1.4327,
298
+ "mean_token_accuracy": 0.6374875742942094,
299
+ "num_tokens": 438452.0,
300
+ "step": 290
301
+ },
302
+ {
303
+ "entropy": 1.4074747256934643,
304
+ "epoch": 0.24,
305
+ "grad_norm": 1.1713480949401855,
306
+ "learning_rate": 9.488589496838053e-07,
307
+ "loss": 1.4076,
308
+ "mean_token_accuracy": 0.640987902879715,
309
+ "num_tokens": 453417.0,
310
+ "step": 300
311
+ },
312
+ {
313
+ "entropy": 1.4747156761586666,
314
+ "epoch": 0.248,
315
+ "grad_norm": 0.9282711744308472,
316
+ "learning_rate": 9.461094308496013e-07,
317
+ "loss": 1.4397,
318
+ "mean_token_accuracy": 0.6315288979560136,
319
+ "num_tokens": 467659.0,
320
+ "step": 310
321
+ },
322
+ {
323
+ "entropy": 1.407252886891365,
324
+ "epoch": 0.256,
325
+ "grad_norm": 0.6602013111114502,
326
+ "learning_rate": 9.433599120153973e-07,
327
+ "loss": 1.3759,
328
+ "mean_token_accuracy": 0.6466614466160536,
329
+ "num_tokens": 484442.0,
330
+ "step": 320
331
+ },
332
+ {
333
+ "entropy": 1.4545464389026166,
334
+ "epoch": 0.264,
335
+ "grad_norm": 1.206853985786438,
336
+ "learning_rate": 9.406103931811933e-07,
337
+ "loss": 1.4166,
338
+ "mean_token_accuracy": 0.623085155710578,
339
+ "num_tokens": 498395.0,
340
+ "step": 330
341
+ },
342
+ {
343
+ "entropy": 1.4992636159062385,
344
+ "epoch": 0.272,
345
+ "grad_norm": 0.8671019673347473,
346
+ "learning_rate": 9.378608743469893e-07,
347
+ "loss": 1.3696,
348
+ "mean_token_accuracy": 0.6376510679721832,
349
+ "num_tokens": 513410.0,
350
+ "step": 340
351
+ },
352
+ {
353
+ "entropy": 1.4165021255612373,
354
+ "epoch": 0.28,
355
+ "grad_norm": 0.7934819459915161,
356
+ "learning_rate": 9.351113555127852e-07,
357
+ "loss": 1.2903,
358
+ "mean_token_accuracy": 0.6567342653870583,
359
+ "num_tokens": 529739.0,
360
+ "step": 350
361
+ },
362
+ {
363
+ "entropy": 1.5230652637779714,
364
+ "epoch": 0.288,
365
+ "grad_norm": 0.7465261220932007,
366
+ "learning_rate": 9.323618366785813e-07,
367
+ "loss": 1.369,
368
+ "mean_token_accuracy": 0.6413242511451245,
369
+ "num_tokens": 543258.0,
370
+ "step": 360
371
+ },
372
+ {
373
+ "entropy": 1.4946719333529472,
374
+ "epoch": 0.296,
375
+ "grad_norm": 0.7156000733375549,
376
+ "learning_rate": 9.296123178443772e-07,
377
+ "loss": 1.3848,
378
+ "mean_token_accuracy": 0.6313502866774797,
379
+ "num_tokens": 558401.0,
380
+ "step": 370
381
+ },
382
+ {
383
+ "entropy": 1.433413552492857,
384
+ "epoch": 0.304,
385
+ "grad_norm": 0.8262195587158203,
386
+ "learning_rate": 9.268627990101732e-07,
387
+ "loss": 1.346,
388
+ "mean_token_accuracy": 0.6439653303474188,
389
+ "num_tokens": 574089.0,
390
+ "step": 380
391
+ },
392
+ {
393
+ "entropy": 1.4592825189232825,
394
+ "epoch": 0.312,
395
+ "grad_norm": 0.9789808392524719,
396
+ "learning_rate": 9.241132801759692e-07,
397
+ "loss": 1.2866,
398
+ "mean_token_accuracy": 0.6407172739505768,
399
+ "num_tokens": 589811.0,
400
+ "step": 390
401
+ },
402
+ {
403
+ "entropy": 1.4485271602869034,
404
+ "epoch": 0.32,
405
+ "grad_norm": 1.132893681526184,
406
+ "learning_rate": 9.213637613417652e-07,
407
+ "loss": 1.3512,
408
+ "mean_token_accuracy": 0.6424966964870691,
409
+ "num_tokens": 605471.0,
410
+ "step": 400
411
+ },
412
+ {
413
+ "entropy": 1.4448492050170898,
414
+ "epoch": 0.328,
415
+ "grad_norm": 0.8566483855247498,
416
+ "learning_rate": 9.186142425075612e-07,
417
+ "loss": 1.3409,
418
+ "mean_token_accuracy": 0.6550276458263398,
419
+ "num_tokens": 620546.0,
420
+ "step": 410
421
+ },
422
+ {
423
+ "entropy": 1.520164243876934,
424
+ "epoch": 0.336,
425
+ "grad_norm": 1.069487452507019,
426
+ "learning_rate": 9.158647236733571e-07,
427
+ "loss": 1.3899,
428
+ "mean_token_accuracy": 0.6334433287382126,
429
+ "num_tokens": 633464.0,
430
+ "step": 420
431
+ },
432
+ {
433
+ "entropy": 1.438837230950594,
434
+ "epoch": 0.344,
435
+ "grad_norm": 0.9344055652618408,
436
+ "learning_rate": 9.131152048391531e-07,
437
+ "loss": 1.2575,
438
+ "mean_token_accuracy": 0.6545429665595293,
439
+ "num_tokens": 649071.0,
440
+ "step": 430
441
+ },
442
+ {
443
+ "entropy": 1.4020009264349937,
444
+ "epoch": 0.352,
445
+ "grad_norm": 0.7401624321937561,
446
+ "learning_rate": 9.103656860049491e-07,
447
+ "loss": 1.2571,
448
+ "mean_token_accuracy": 0.6630169056355953,
449
+ "num_tokens": 665205.0,
450
+ "step": 440
451
+ },
452
+ {
453
+ "entropy": 1.4204766362905503,
454
+ "epoch": 0.36,
455
+ "grad_norm": 0.6837717890739441,
456
+ "learning_rate": 9.076161671707451e-07,
457
+ "loss": 1.3233,
458
+ "mean_token_accuracy": 0.6543396785855293,
459
+ "num_tokens": 681625.0,
460
+ "step": 450
461
+ },
462
+ {
463
+ "entropy": 1.5160297207534312,
464
+ "epoch": 0.368,
465
+ "grad_norm": 0.963768720626831,
466
+ "learning_rate": 9.048666483365411e-07,
467
+ "loss": 1.3115,
468
+ "mean_token_accuracy": 0.6477277036756277,
469
+ "num_tokens": 695793.0,
470
+ "step": 460
471
+ },
472
+ {
473
+ "entropy": 1.4665997616946698,
474
+ "epoch": 0.376,
475
+ "grad_norm": 0.8436604738235474,
476
+ "learning_rate": 9.021171295023371e-07,
477
+ "loss": 1.2849,
478
+ "mean_token_accuracy": 0.6575528148561716,
479
+ "num_tokens": 709941.0,
480
+ "step": 470
481
+ },
482
+ {
483
+ "entropy": 1.35268774330616,
484
+ "epoch": 0.384,
485
+ "grad_norm": 0.5754812955856323,
486
+ "learning_rate": 8.993676106681331e-07,
487
+ "loss": 1.1586,
488
+ "mean_token_accuracy": 0.6813954003155231,
489
+ "num_tokens": 727938.0,
490
+ "step": 480
491
+ },
492
+ {
493
+ "entropy": 1.4338405415415765,
494
+ "epoch": 0.392,
495
+ "grad_norm": 0.809728741645813,
496
+ "learning_rate": 8.96618091833929e-07,
497
+ "loss": 1.2498,
498
+ "mean_token_accuracy": 0.6674149315804243,
499
+ "num_tokens": 742288.0,
500
+ "step": 490
501
+ },
502
+ {
503
+ "entropy": 1.3899291299283505,
504
+ "epoch": 0.4,
505
+ "grad_norm": 0.8144301176071167,
506
+ "learning_rate": 8.93868572999725e-07,
507
+ "loss": 1.2708,
508
+ "mean_token_accuracy": 0.6641967866569758,
509
+ "num_tokens": 756290.0,
510
+ "step": 500
511
+ },
512
+ {
513
+ "entropy": 1.392310130596161,
514
+ "epoch": 0.408,
515
+ "grad_norm": 0.729603111743927,
516
+ "learning_rate": 8.91119054165521e-07,
517
+ "loss": 1.2116,
518
+ "mean_token_accuracy": 0.6670112654566764,
519
+ "num_tokens": 771641.0,
520
+ "step": 510
521
+ },
522
+ {
523
+ "entropy": 1.3988941840827465,
524
+ "epoch": 0.416,
525
+ "grad_norm": 0.8343493342399597,
526
+ "learning_rate": 8.88369535331317e-07,
527
+ "loss": 1.1945,
528
+ "mean_token_accuracy": 0.675208692997694,
529
+ "num_tokens": 785255.0,
530
+ "step": 520
531
+ },
532
+ {
533
+ "entropy": 1.373506922274828,
534
+ "epoch": 0.424,
535
+ "grad_norm": 0.5414552092552185,
536
+ "learning_rate": 8.85620016497113e-07,
537
+ "loss": 1.2322,
538
+ "mean_token_accuracy": 0.6692581787705422,
539
+ "num_tokens": 801256.0,
540
+ "step": 530
541
+ },
542
+ {
543
+ "entropy": 1.3819667909294366,
544
+ "epoch": 0.432,
545
+ "grad_norm": 0.7159795165061951,
546
+ "learning_rate": 8.82870497662909e-07,
547
+ "loss": 1.1919,
548
+ "mean_token_accuracy": 0.6702349409461021,
549
+ "num_tokens": 816436.0,
550
+ "step": 540
551
+ },
552
+ {
553
+ "entropy": 1.3742642417550086,
554
+ "epoch": 0.44,
555
+ "grad_norm": 0.6191155910491943,
556
+ "learning_rate": 8.80120978828705e-07,
557
+ "loss": 1.2179,
558
+ "mean_token_accuracy": 0.6660036187618971,
559
+ "num_tokens": 830892.0,
560
+ "step": 550
561
+ },
562
+ {
563
+ "entropy": 1.4100160527974368,
564
+ "epoch": 0.448,
565
+ "grad_norm": 0.6038439273834229,
566
+ "learning_rate": 8.773714599945009e-07,
567
+ "loss": 1.2194,
568
+ "mean_token_accuracy": 0.6648291684687138,
569
+ "num_tokens": 845413.0,
570
+ "step": 560
571
+ },
572
+ {
573
+ "entropy": 1.3719368264079095,
574
+ "epoch": 0.456,
575
+ "grad_norm": 0.6069778203964233,
576
+ "learning_rate": 8.746219411602969e-07,
577
+ "loss": 1.2522,
578
+ "mean_token_accuracy": 0.6610075645148754,
579
+ "num_tokens": 860409.0,
580
+ "step": 570
581
+ },
582
+ {
583
+ "entropy": 1.403072853386402,
584
+ "epoch": 0.464,
585
+ "grad_norm": 0.8242809772491455,
586
+ "learning_rate": 8.71872422326093e-07,
587
+ "loss": 1.205,
588
+ "mean_token_accuracy": 0.6765511088073254,
589
+ "num_tokens": 873795.0,
590
+ "step": 580
591
+ },
592
+ {
593
+ "entropy": 1.3861247181892395,
594
+ "epoch": 0.472,
595
+ "grad_norm": 0.7247884273529053,
596
+ "learning_rate": 8.691229034918889e-07,
597
+ "loss": 1.1738,
598
+ "mean_token_accuracy": 0.6671203374862671,
599
+ "num_tokens": 887567.0,
600
+ "step": 590
601
+ },
602
+ {
603
+ "entropy": 1.3157524734735488,
604
+ "epoch": 0.48,
605
+ "grad_norm": 1.043849229812622,
606
+ "learning_rate": 8.663733846576849e-07,
607
+ "loss": 1.1864,
608
+ "mean_token_accuracy": 0.67687898427248,
609
+ "num_tokens": 903500.0,
610
+ "step": 600
611
+ },
612
+ {
613
+ "entropy": 1.3670225895941257,
614
+ "epoch": 0.488,
615
+ "grad_norm": 0.6287969946861267,
616
+ "learning_rate": 8.636238658234809e-07,
617
+ "loss": 1.2227,
618
+ "mean_token_accuracy": 0.6774305209517479,
619
+ "num_tokens": 917591.0,
620
+ "step": 610
621
+ },
622
+ {
623
+ "entropy": 1.4043861143290997,
624
+ "epoch": 0.496,
625
+ "grad_norm": 0.6480540037155151,
626
+ "learning_rate": 8.608743469892769e-07,
627
+ "loss": 1.2478,
628
+ "mean_token_accuracy": 0.6648495178669691,
629
+ "num_tokens": 931977.0,
630
+ "step": 620
631
+ },
632
+ {
633
+ "entropy": 1.2790821947157383,
634
+ "epoch": 0.504,
635
+ "grad_norm": 0.6468939781188965,
636
+ "learning_rate": 8.581248281550728e-07,
637
+ "loss": 1.1545,
638
+ "mean_token_accuracy": 0.6829771518707275,
639
+ "num_tokens": 948897.0,
640
+ "step": 630
641
+ },
642
+ {
643
+ "entropy": 1.2587309643626212,
644
+ "epoch": 0.512,
645
+ "grad_norm": 0.756490170955658,
646
+ "learning_rate": 8.553753093208688e-07,
647
+ "loss": 1.0904,
648
+ "mean_token_accuracy": 0.6901254523545504,
649
+ "num_tokens": 965001.0,
650
+ "step": 640
651
+ },
652
+ {
653
+ "entropy": 1.3130459561944008,
654
+ "epoch": 0.52,
655
+ "grad_norm": 0.6585144400596619,
656
+ "learning_rate": 8.526257904866649e-07,
657
+ "loss": 1.1556,
658
+ "mean_token_accuracy": 0.6796729028224945,
659
+ "num_tokens": 981274.0,
660
+ "step": 650
661
+ },
662
+ {
663
+ "entropy": 1.311295585334301,
664
+ "epoch": 0.528,
665
+ "grad_norm": 0.7502710223197937,
666
+ "learning_rate": 8.498762716524608e-07,
667
+ "loss": 1.1656,
668
+ "mean_token_accuracy": 0.6799918249249458,
669
+ "num_tokens": 997379.0,
670
+ "step": 660
671
+ },
672
+ {
673
+ "entropy": 1.296420407295227,
674
+ "epoch": 0.536,
675
+ "grad_norm": 0.7529589533805847,
676
+ "learning_rate": 8.471267528182568e-07,
677
+ "loss": 1.1843,
678
+ "mean_token_accuracy": 0.6738614052534103,
679
+ "num_tokens": 1013352.0,
680
+ "step": 670
681
+ },
682
+ {
683
+ "entropy": 1.3494001857936382,
684
+ "epoch": 0.544,
685
+ "grad_norm": 0.5738757252693176,
686
+ "learning_rate": 8.443772339840528e-07,
687
+ "loss": 1.144,
688
+ "mean_token_accuracy": 0.6632784813642502,
689
+ "num_tokens": 1029139.0,
690
+ "step": 680
691
+ },
692
+ {
693
+ "entropy": 1.2736155807971954,
694
+ "epoch": 0.552,
695
+ "grad_norm": 0.7190117835998535,
696
+ "learning_rate": 8.416277151498488e-07,
697
+ "loss": 1.1806,
698
+ "mean_token_accuracy": 0.6787780053913594,
699
+ "num_tokens": 1045055.0,
700
+ "step": 690
701
+ },
702
+ {
703
+ "entropy": 1.273686296120286,
704
+ "epoch": 0.56,
705
+ "grad_norm": 0.6301732063293457,
706
+ "learning_rate": 8.388781963156447e-07,
707
+ "loss": 1.1266,
708
+ "mean_token_accuracy": 0.6862449984997511,
709
+ "num_tokens": 1061665.0,
710
+ "step": 700
711
+ },
712
+ {
713
+ "entropy": 1.2967881709337234,
714
+ "epoch": 0.568,
715
+ "grad_norm": 0.6849706768989563,
716
+ "learning_rate": 8.361286774814407e-07,
717
+ "loss": 1.1836,
718
+ "mean_token_accuracy": 0.675114393979311,
719
+ "num_tokens": 1076783.0,
720
+ "step": 710
721
+ },
722
+ {
723
+ "entropy": 1.293698250502348,
724
+ "epoch": 0.576,
725
+ "grad_norm": 0.8003822565078735,
726
+ "learning_rate": 8.333791586472368e-07,
727
+ "loss": 1.1816,
728
+ "mean_token_accuracy": 0.6739512585103512,
729
+ "num_tokens": 1092863.0,
730
+ "step": 720
731
+ },
732
+ {
733
+ "entropy": 1.2287389039993286,
734
+ "epoch": 0.584,
735
+ "grad_norm": 0.6071404218673706,
736
+ "learning_rate": 8.306296398130327e-07,
737
+ "loss": 1.1066,
738
+ "mean_token_accuracy": 0.6892683796584607,
739
+ "num_tokens": 1109869.0,
740
+ "step": 730
741
+ },
742
+ {
743
+ "entropy": 1.205421121418476,
744
+ "epoch": 0.592,
745
+ "grad_norm": 0.6821198463439941,
746
+ "learning_rate": 8.278801209788287e-07,
747
+ "loss": 1.1391,
748
+ "mean_token_accuracy": 0.6925450332462788,
749
+ "num_tokens": 1125614.0,
750
+ "step": 740
751
+ },
752
+ {
753
+ "entropy": 1.2849964290857314,
754
+ "epoch": 0.6,
755
+ "grad_norm": 0.5708684325218201,
756
+ "learning_rate": 8.251306021446246e-07,
757
+ "loss": 1.1471,
758
+ "mean_token_accuracy": 0.6788520190864802,
759
+ "num_tokens": 1140573.0,
760
+ "step": 750
761
+ },
762
+ {
763
+ "entropy": 1.2744114309549333,
764
+ "epoch": 0.608,
765
+ "grad_norm": 0.7616786956787109,
766
+ "learning_rate": 8.223810833104207e-07,
767
+ "loss": 1.1777,
768
+ "mean_token_accuracy": 0.6805129069834948,
769
+ "num_tokens": 1155477.0,
770
+ "step": 760
771
+ },
772
+ {
773
+ "entropy": 1.2422254398465156,
774
+ "epoch": 0.616,
775
+ "grad_norm": 0.8303386569023132,
776
+ "learning_rate": 8.196315644762166e-07,
777
+ "loss": 1.1692,
778
+ "mean_token_accuracy": 0.6900120198726654,
779
+ "num_tokens": 1169887.0,
780
+ "step": 770
781
+ },
782
+ {
783
+ "entropy": 1.2660817682743073,
784
+ "epoch": 0.624,
785
+ "grad_norm": 0.5202187895774841,
786
+ "learning_rate": 8.168820456420126e-07,
787
+ "loss": 1.1537,
788
+ "mean_token_accuracy": 0.6705128997564316,
789
+ "num_tokens": 1186324.0,
790
+ "step": 780
791
+ },
792
+ {
793
+ "entropy": 1.2406820882111789,
794
+ "epoch": 0.632,
795
+ "grad_norm": 0.7239068150520325,
796
+ "learning_rate": 8.141325268078087e-07,
797
+ "loss": 1.1585,
798
+ "mean_token_accuracy": 0.677312508970499,
799
+ "num_tokens": 1201664.0,
800
+ "step": 790
801
+ },
802
+ {
803
+ "entropy": 1.2289198808372022,
804
+ "epoch": 0.64,
805
+ "grad_norm": 0.5939375162124634,
806
+ "learning_rate": 8.113830079736046e-07,
807
+ "loss": 1.1053,
808
+ "mean_token_accuracy": 0.6843044184148311,
809
+ "num_tokens": 1217925.0,
810
+ "step": 800
811
+ },
812
+ {
813
+ "entropy": 1.2725118707865477,
814
+ "epoch": 0.648,
815
+ "grad_norm": 0.7037603855133057,
816
+ "learning_rate": 8.086334891394006e-07,
817
+ "loss": 1.1437,
818
+ "mean_token_accuracy": 0.6814427956938743,
819
+ "num_tokens": 1231061.0,
820
+ "step": 810
821
+ },
822
+ {
823
+ "entropy": 1.2992851927876472,
824
+ "epoch": 0.656,
825
+ "grad_norm": 0.8515540361404419,
826
+ "learning_rate": 8.058839703051965e-07,
827
+ "loss": 1.2121,
828
+ "mean_token_accuracy": 0.6711709387600422,
829
+ "num_tokens": 1244058.0,
830
+ "step": 820
831
+ },
832
+ {
833
+ "entropy": 1.2262615151703358,
834
+ "epoch": 0.664,
835
+ "grad_norm": 0.6631777286529541,
836
+ "learning_rate": 8.031344514709926e-07,
837
+ "loss": 1.1458,
838
+ "mean_token_accuracy": 0.6818120799958706,
839
+ "num_tokens": 1259582.0,
840
+ "step": 830
841
+ },
842
+ {
843
+ "entropy": 1.2693677991628647,
844
+ "epoch": 0.672,
845
+ "grad_norm": 0.8915537595748901,
846
+ "learning_rate": 8.003849326367885e-07,
847
+ "loss": 1.1633,
848
+ "mean_token_accuracy": 0.6815830297768116,
849
+ "num_tokens": 1273831.0,
850
+ "step": 840
851
+ },
852
+ {
853
+ "entropy": 1.215834778547287,
854
+ "epoch": 0.68,
855
+ "grad_norm": 0.5939379930496216,
856
+ "learning_rate": 7.976354138025845e-07,
857
+ "loss": 1.0981,
858
+ "mean_token_accuracy": 0.6865571141242981,
859
+ "num_tokens": 1289571.0,
860
+ "step": 850
861
+ },
862
+ {
863
+ "entropy": 1.1748904675245284,
864
+ "epoch": 0.688,
865
+ "grad_norm": 0.5998817086219788,
866
+ "learning_rate": 7.948858949683806e-07,
867
+ "loss": 1.0692,
868
+ "mean_token_accuracy": 0.693486251682043,
869
+ "num_tokens": 1306133.0,
870
+ "step": 860
871
+ },
872
+ {
873
+ "entropy": 1.2221910648047924,
874
+ "epoch": 0.696,
875
+ "grad_norm": 0.748798668384552,
876
+ "learning_rate": 7.921363761341765e-07,
877
+ "loss": 1.1412,
878
+ "mean_token_accuracy": 0.6878058951348066,
879
+ "num_tokens": 1321464.0,
880
+ "step": 870
881
+ },
882
+ {
883
+ "entropy": 1.2369954086840154,
884
+ "epoch": 0.704,
885
+ "grad_norm": 1.0195012092590332,
886
+ "learning_rate": 7.893868572999725e-07,
887
+ "loss": 1.1408,
888
+ "mean_token_accuracy": 0.681305569410324,
889
+ "num_tokens": 1335778.0,
890
+ "step": 880
891
+ },
892
+ {
893
+ "entropy": 1.1726680658757687,
894
+ "epoch": 0.712,
895
+ "grad_norm": 0.7860333919525146,
896
+ "learning_rate": 7.866373384657684e-07,
897
+ "loss": 1.091,
898
+ "mean_token_accuracy": 0.6857907593250274,
899
+ "num_tokens": 1352915.0,
900
+ "step": 890
901
+ },
902
+ {
903
+ "entropy": 1.223223304003477,
904
+ "epoch": 0.72,
905
+ "grad_norm": 0.9237163662910461,
906
+ "learning_rate": 7.838878196315645e-07,
907
+ "loss": 1.1373,
908
+ "mean_token_accuracy": 0.6926517814397812,
909
+ "num_tokens": 1367612.0,
910
+ "step": 900
911
+ },
912
+ {
913
+ "entropy": 1.1455084159970284,
914
+ "epoch": 0.728,
915
+ "grad_norm": 0.5603041648864746,
916
+ "learning_rate": 7.811383007973604e-07,
917
+ "loss": 1.0911,
918
+ "mean_token_accuracy": 0.6972605399787426,
919
+ "num_tokens": 1383035.0,
920
+ "step": 910
921
+ },
922
+ {
923
+ "entropy": 1.1558292523026465,
924
+ "epoch": 0.736,
925
+ "grad_norm": 0.7899258136749268,
926
+ "learning_rate": 7.783887819631564e-07,
927
+ "loss": 1.1121,
928
+ "mean_token_accuracy": 0.6864722102880478,
929
+ "num_tokens": 1399802.0,
930
+ "step": 920
931
+ },
932
+ {
933
+ "entropy": 1.210861251503229,
934
+ "epoch": 0.744,
935
+ "grad_norm": 0.8369595408439636,
936
+ "learning_rate": 7.756392631289525e-07,
937
+ "loss": 1.1218,
938
+ "mean_token_accuracy": 0.6842097207903862,
939
+ "num_tokens": 1415756.0,
940
+ "step": 930
941
+ },
942
+ {
943
+ "entropy": 1.2210182018578053,
944
+ "epoch": 0.752,
945
+ "grad_norm": 0.710249125957489,
946
+ "learning_rate": 7.728897442947484e-07,
947
+ "loss": 1.1491,
948
+ "mean_token_accuracy": 0.691110260784626,
949
+ "num_tokens": 1430566.0,
950
+ "step": 940
951
+ },
952
+ {
953
+ "entropy": 1.2260907642543315,
954
+ "epoch": 0.76,
955
+ "grad_norm": 0.6935760974884033,
956
+ "learning_rate": 7.701402254605444e-07,
957
+ "loss": 1.1606,
958
+ "mean_token_accuracy": 0.6785398446023464,
959
+ "num_tokens": 1446008.0,
960
+ "step": 950
961
+ },
962
+ {
963
+ "entropy": 1.2416882522404193,
964
+ "epoch": 0.768,
965
+ "grad_norm": 0.8145465850830078,
966
+ "learning_rate": 7.673907066263403e-07,
967
+ "loss": 1.1903,
968
+ "mean_token_accuracy": 0.6766292177140713,
969
+ "num_tokens": 1460630.0,
970
+ "step": 960
971
+ },
972
+ {
973
+ "entropy": 1.2305906921625138,
974
+ "epoch": 0.776,
975
+ "grad_norm": 0.6397637724876404,
976
+ "learning_rate": 7.646411877921364e-07,
977
+ "loss": 1.1322,
978
+ "mean_token_accuracy": 0.686901830881834,
979
+ "num_tokens": 1475286.0,
980
+ "step": 970
981
+ },
982
+ {
983
+ "entropy": 1.2152808040380478,
984
+ "epoch": 0.784,
985
+ "grad_norm": 0.7708243727684021,
986
+ "learning_rate": 7.618916689579323e-07,
987
+ "loss": 1.1465,
988
+ "mean_token_accuracy": 0.6885192066431045,
989
+ "num_tokens": 1488831.0,
990
+ "step": 980
991
+ },
992
+ {
993
+ "entropy": 1.2126370012760161,
994
+ "epoch": 0.792,
995
+ "grad_norm": 0.7606609463691711,
996
+ "learning_rate": 7.591421501237283e-07,
997
+ "loss": 1.1499,
998
+ "mean_token_accuracy": 0.6837481513619423,
999
+ "num_tokens": 1502143.0,
1000
+ "step": 990
1001
+ },
1002
+ {
1003
+ "entropy": 1.201651045680046,
1004
+ "epoch": 0.8,
1005
+ "grad_norm": 0.6086705327033997,
1006
+ "learning_rate": 7.563926312895244e-07,
1007
+ "loss": 1.0735,
1008
+ "mean_token_accuracy": 0.7014785043895244,
1009
+ "num_tokens": 1517934.0,
1010
+ "step": 1000
1011
+ },
1012
+ {
1013
+ "entropy": 1.2058428205549716,
1014
+ "epoch": 0.808,
1015
+ "grad_norm": 0.49491190910339355,
1016
+ "learning_rate": 7.536431124553203e-07,
1017
+ "loss": 1.1164,
1018
+ "mean_token_accuracy": 0.6956117272377014,
1019
+ "num_tokens": 1533374.0,
1020
+ "step": 1010
1021
+ },
1022
+ {
1023
+ "entropy": 1.1543868333101273,
1024
+ "epoch": 0.816,
1025
+ "grad_norm": 0.7286425232887268,
1026
+ "learning_rate": 7.508935936211163e-07,
1027
+ "loss": 1.1223,
1028
+ "mean_token_accuracy": 0.6940035171806812,
1029
+ "num_tokens": 1548879.0,
1030
+ "step": 1020
1031
+ },
1032
+ {
1033
+ "entropy": 1.1904160492122173,
1034
+ "epoch": 0.824,
1035
+ "grad_norm": 0.7718061804771423,
1036
+ "learning_rate": 7.481440747869122e-07,
1037
+ "loss": 1.1458,
1038
+ "mean_token_accuracy": 0.6934111632406712,
1039
+ "num_tokens": 1563736.0,
1040
+ "step": 1030
1041
+ },
1042
+ {
1043
+ "entropy": 1.1673480425029994,
1044
+ "epoch": 0.832,
1045
+ "grad_norm": 0.6239304542541504,
1046
+ "learning_rate": 7.453945559527083e-07,
1047
+ "loss": 1.0974,
1048
+ "mean_token_accuracy": 0.6918889433145523,
1049
+ "num_tokens": 1580364.0,
1050
+ "step": 1040
1051
+ },
1052
+ {
1053
+ "entropy": 1.1715149961411953,
1054
+ "epoch": 0.84,
1055
+ "grad_norm": 0.6284940242767334,
1056
+ "learning_rate": 7.426450371185042e-07,
1057
+ "loss": 1.1331,
1058
+ "mean_token_accuracy": 0.6936986103653908,
1059
+ "num_tokens": 1595277.0,
1060
+ "step": 1050
1061
+ },
1062
+ {
1063
+ "entropy": 1.1704499389976264,
1064
+ "epoch": 0.848,
1065
+ "grad_norm": 0.6014586687088013,
1066
+ "learning_rate": 7.398955182843002e-07,
1067
+ "loss": 1.0852,
1068
+ "mean_token_accuracy": 0.6870665144175291,
1069
+ "num_tokens": 1611046.0,
1070
+ "step": 1060
1071
+ },
1072
+ {
1073
+ "entropy": 1.1872769869863986,
1074
+ "epoch": 0.856,
1075
+ "grad_norm": 0.683362603187561,
1076
+ "learning_rate": 7.371459994500962e-07,
1077
+ "loss": 1.1458,
1078
+ "mean_token_accuracy": 0.6825452599674463,
1079
+ "num_tokens": 1626105.0,
1080
+ "step": 1070
1081
+ },
1082
+ {
1083
+ "entropy": 1.1762015298008919,
1084
+ "epoch": 0.864,
1085
+ "grad_norm": 0.7485630512237549,
1086
+ "learning_rate": 7.343964806158922e-07,
1087
+ "loss": 1.0449,
1088
+ "mean_token_accuracy": 0.6980511479079723,
1089
+ "num_tokens": 1642095.0,
1090
+ "step": 1080
1091
+ },
1092
+ {
1093
+ "entropy": 1.2044708047062158,
1094
+ "epoch": 0.872,
1095
+ "grad_norm": 0.7228647470474243,
1096
+ "learning_rate": 7.316469617816882e-07,
1097
+ "loss": 1.117,
1098
+ "mean_token_accuracy": 0.6872781366109848,
1099
+ "num_tokens": 1656064.0,
1100
+ "step": 1090
1101
+ },
1102
+ {
1103
+ "entropy": 1.1704509019851685,
1104
+ "epoch": 0.88,
1105
+ "grad_norm": 0.6274661421775818,
1106
+ "learning_rate": 7.288974429474841e-07,
1107
+ "loss": 1.0567,
1108
+ "mean_token_accuracy": 0.6986218981444836,
1109
+ "num_tokens": 1671905.0,
1110
+ "step": 1100
1111
+ },
1112
+ {
1113
+ "entropy": 1.1555724613368512,
1114
+ "epoch": 0.888,
1115
+ "grad_norm": 0.5717065930366516,
1116
+ "learning_rate": 7.261479241132802e-07,
1117
+ "loss": 1.0613,
1118
+ "mean_token_accuracy": 0.6985699016600847,
1119
+ "num_tokens": 1687831.0,
1120
+ "step": 1110
1121
+ },
1122
+ {
1123
+ "entropy": 1.1825853794813157,
1124
+ "epoch": 0.896,
1125
+ "grad_norm": 0.5806442499160767,
1126
+ "learning_rate": 7.233984052790761e-07,
1127
+ "loss": 1.1196,
1128
+ "mean_token_accuracy": 0.6930595509707927,
1129
+ "num_tokens": 1703242.0,
1130
+ "step": 1120
1131
+ },
1132
+ {
1133
+ "entropy": 1.1857046082615852,
1134
+ "epoch": 0.904,
1135
+ "grad_norm": 0.7729993462562561,
1136
+ "learning_rate": 7.206488864448721e-07,
1137
+ "loss": 1.0937,
1138
+ "mean_token_accuracy": 0.692601241916418,
1139
+ "num_tokens": 1717420.0,
1140
+ "step": 1130
1141
+ },
1142
+ {
1143
+ "entropy": 1.15954297054559,
1144
+ "epoch": 0.912,
1145
+ "grad_norm": 0.5793495178222656,
1146
+ "learning_rate": 7.178993676106681e-07,
1147
+ "loss": 1.0322,
1148
+ "mean_token_accuracy": 0.7003567360341549,
1149
+ "num_tokens": 1734570.0,
1150
+ "step": 1140
1151
+ },
1152
+ {
1153
+ "entropy": 1.1955730587244033,
1154
+ "epoch": 0.92,
1155
+ "grad_norm": 0.6606018543243408,
1156
+ "learning_rate": 7.151498487764641e-07,
1157
+ "loss": 1.1115,
1158
+ "mean_token_accuracy": 0.6888970002532006,
1159
+ "num_tokens": 1749977.0,
1160
+ "step": 1150
1161
+ },
1162
+ {
1163
+ "entropy": 1.1169864691793918,
1164
+ "epoch": 0.928,
1165
+ "grad_norm": 0.511619508266449,
1166
+ "learning_rate": 7.124003299422601e-07,
1167
+ "loss": 1.0671,
1168
+ "mean_token_accuracy": 0.7025054290890693,
1169
+ "num_tokens": 1766717.0,
1170
+ "step": 1160
1171
+ },
1172
+ {
1173
+ "entropy": 1.145845735212788,
1174
+ "epoch": 0.936,
1175
+ "grad_norm": 0.7826500535011292,
1176
+ "learning_rate": 7.09650811108056e-07,
1177
+ "loss": 1.0499,
1178
+ "mean_token_accuracy": 0.6996002644300461,
1179
+ "num_tokens": 1781248.0,
1180
+ "step": 1170
1181
+ },
1182
+ {
1183
+ "entropy": 1.1137450352311133,
1184
+ "epoch": 0.944,
1185
+ "grad_norm": 0.6092593669891357,
1186
+ "learning_rate": 7.069012922738521e-07,
1187
+ "loss": 1.0631,
1188
+ "mean_token_accuracy": 0.7020095460116863,
1189
+ "num_tokens": 1797901.0,
1190
+ "step": 1180
1191
+ },
1192
+ {
1193
+ "entropy": 1.2010398358106613,
1194
+ "epoch": 0.952,
1195
+ "grad_norm": 0.9775738716125488,
1196
+ "learning_rate": 7.04151773439648e-07,
1197
+ "loss": 1.1548,
1198
+ "mean_token_accuracy": 0.6882500603795052,
1199
+ "num_tokens": 1811944.0,
1200
+ "step": 1190
1201
+ },
1202
+ {
1203
+ "entropy": 1.1422110214829444,
1204
+ "epoch": 0.96,
1205
+ "grad_norm": 0.715650737285614,
1206
+ "learning_rate": 7.01402254605444e-07,
1207
+ "loss": 1.1148,
1208
+ "mean_token_accuracy": 0.6927286379039288,
1209
+ "num_tokens": 1828178.0,
1210
+ "step": 1200
1211
+ },
1212
+ {
1213
+ "entropy": 1.14734987616539,
1214
+ "epoch": 0.968,
1215
+ "grad_norm": 0.5900126099586487,
1216
+ "learning_rate": 6.9865273577124e-07,
1217
+ "loss": 1.0809,
1218
+ "mean_token_accuracy": 0.6929037302732468,
1219
+ "num_tokens": 1845334.0,
1220
+ "step": 1210
1221
+ },
1222
+ {
1223
+ "entropy": 1.1666462287306785,
1224
+ "epoch": 0.976,
1225
+ "grad_norm": 0.7052849531173706,
1226
+ "learning_rate": 6.95903216937036e-07,
1227
+ "loss": 1.086,
1228
+ "mean_token_accuracy": 0.6887565299868583,
1229
+ "num_tokens": 1859542.0,
1230
+ "step": 1220
1231
+ },
1232
+ {
1233
+ "entropy": 1.127211359143257,
1234
+ "epoch": 0.984,
1235
+ "grad_norm": 0.9729690551757812,
1236
+ "learning_rate": 6.93153698102832e-07,
1237
+ "loss": 1.0588,
1238
+ "mean_token_accuracy": 0.69860158264637,
1239
+ "num_tokens": 1876209.0,
1240
+ "step": 1230
1241
+ },
1242
+ {
1243
+ "entropy": 1.1535819880664349,
1244
+ "epoch": 0.992,
1245
+ "grad_norm": 0.6623355746269226,
1246
+ "learning_rate": 6.904041792686279e-07,
1247
+ "loss": 1.0543,
1248
+ "mean_token_accuracy": 0.695023113116622,
1249
+ "num_tokens": 1893007.0,
1250
+ "step": 1240
1251
+ },
1252
+ {
1253
+ "entropy": 1.1296846129000186,
1254
+ "epoch": 1.0,
1255
+ "grad_norm": 0.6806105375289917,
1256
+ "learning_rate": 6.87654660434424e-07,
1257
+ "loss": 1.089,
1258
+ "mean_token_accuracy": 0.6975006379187108,
1259
+ "num_tokens": 1908628.0,
1260
+ "step": 1250
1261
+ },
1262
+ {
1263
+ "entropy": 1.1887501999735832,
1264
+ "epoch": 1.008,
1265
+ "grad_norm": 0.6205907464027405,
1266
+ "learning_rate": 6.849051416002199e-07,
1267
+ "loss": 1.1017,
1268
+ "mean_token_accuracy": 0.695924699306488,
1269
+ "num_tokens": 1923760.0,
1270
+ "step": 1260
1271
+ },
1272
+ {
1273
+ "entropy": 1.1948752962052822,
1274
+ "epoch": 1.016,
1275
+ "grad_norm": 0.6140705943107605,
1276
+ "learning_rate": 6.821556227660159e-07,
1277
+ "loss": 1.1083,
1278
+ "mean_token_accuracy": 0.6905615709722042,
1279
+ "num_tokens": 1938046.0,
1280
+ "step": 1270
1281
+ },
1282
+ {
1283
+ "entropy": 1.19633205011487,
1284
+ "epoch": 1.024,
1285
+ "grad_norm": 0.6875778436660767,
1286
+ "learning_rate": 6.794061039318119e-07,
1287
+ "loss": 1.0815,
1288
+ "mean_token_accuracy": 0.6873594917356968,
1289
+ "num_tokens": 1952387.0,
1290
+ "step": 1280
1291
+ },
1292
+ {
1293
+ "entropy": 1.1888278536498547,
1294
+ "epoch": 1.032,
1295
+ "grad_norm": 0.6977635622024536,
1296
+ "learning_rate": 6.766565850976079e-07,
1297
+ "loss": 1.1028,
1298
+ "mean_token_accuracy": 0.6910716913640499,
1299
+ "num_tokens": 1968460.0,
1300
+ "step": 1290
1301
+ },
1302
+ {
1303
+ "entropy": 1.136767565459013,
1304
+ "epoch": 1.04,
1305
+ "grad_norm": 0.9059696197509766,
1306
+ "learning_rate": 6.739070662634039e-07,
1307
+ "loss": 1.0709,
1308
+ "mean_token_accuracy": 0.6994237117469311,
1309
+ "num_tokens": 1983262.0,
1310
+ "step": 1300
1311
+ },
1312
+ {
1313
+ "entropy": 1.1318768605589866,
1314
+ "epoch": 1.048,
1315
+ "grad_norm": 0.6679156422615051,
1316
+ "learning_rate": 6.711575474291998e-07,
1317
+ "loss": 1.0656,
1318
+ "mean_token_accuracy": 0.7010302551090717,
1319
+ "num_tokens": 1998424.0,
1320
+ "step": 1310
1321
+ },
1322
+ {
1323
+ "entropy": 1.1715723387897015,
1324
+ "epoch": 1.056,
1325
+ "grad_norm": 0.7726727724075317,
1326
+ "learning_rate": 6.684080285949959e-07,
1327
+ "loss": 1.1207,
1328
+ "mean_token_accuracy": 0.6910806596279144,
1329
+ "num_tokens": 2012814.0,
1330
+ "step": 1320
1331
+ },
1332
+ {
1333
+ "entropy": 1.1851845063269137,
1334
+ "epoch": 1.064,
1335
+ "grad_norm": 0.7148599028587341,
1336
+ "learning_rate": 6.656585097607918e-07,
1337
+ "loss": 1.1488,
1338
+ "mean_token_accuracy": 0.6808865670114755,
1339
+ "num_tokens": 2027608.0,
1340
+ "step": 1330
1341
+ },
1342
+ {
1343
+ "entropy": 1.1245805986225605,
1344
+ "epoch": 1.072,
1345
+ "grad_norm": 0.4553343951702118,
1346
+ "learning_rate": 6.629089909265878e-07,
1347
+ "loss": 1.0839,
1348
+ "mean_token_accuracy": 0.697356453537941,
1349
+ "num_tokens": 2045654.0,
1350
+ "step": 1340
1351
+ },
1352
+ {
1353
+ "entropy": 1.1225988395512103,
1354
+ "epoch": 1.08,
1355
+ "grad_norm": 0.7872028350830078,
1356
+ "learning_rate": 6.601594720923838e-07,
1357
+ "loss": 1.0784,
1358
+ "mean_token_accuracy": 0.6945089906454086,
1359
+ "num_tokens": 2060994.0,
1360
+ "step": 1350
1361
+ },
1362
+ {
1363
+ "entropy": 1.1490298748016357,
1364
+ "epoch": 1.088,
1365
+ "grad_norm": 0.8394035696983337,
1366
+ "learning_rate": 6.574099532581798e-07,
1367
+ "loss": 1.1063,
1368
+ "mean_token_accuracy": 0.6996151521801949,
1369
+ "num_tokens": 2075005.0,
1370
+ "step": 1360
1371
+ },
1372
+ {
1373
+ "entropy": 1.1323794476687907,
1374
+ "epoch": 1.096,
1375
+ "grad_norm": 0.605958878993988,
1376
+ "learning_rate": 6.546604344239758e-07,
1377
+ "loss": 1.0654,
1378
+ "mean_token_accuracy": 0.7028530709445476,
1379
+ "num_tokens": 2089435.0,
1380
+ "step": 1370
1381
+ },
1382
+ {
1383
+ "entropy": 1.112098726630211,
1384
+ "epoch": 1.104,
1385
+ "grad_norm": 0.584015965461731,
1386
+ "learning_rate": 6.519109155897717e-07,
1387
+ "loss": 1.0569,
1388
+ "mean_token_accuracy": 0.6996716480702162,
1389
+ "num_tokens": 2105434.0,
1390
+ "step": 1380
1391
+ },
1392
+ {
1393
+ "entropy": 1.1244696512818337,
1394
+ "epoch": 1.112,
1395
+ "grad_norm": 0.6987764239311218,
1396
+ "learning_rate": 6.491613967555677e-07,
1397
+ "loss": 1.0595,
1398
+ "mean_token_accuracy": 0.7015144415199757,
1399
+ "num_tokens": 2120817.0,
1400
+ "step": 1390
1401
+ },
1402
+ {
1403
+ "entropy": 1.1288893558084965,
1404
+ "epoch": 1.12,
1405
+ "grad_norm": 0.4876547157764435,
1406
+ "learning_rate": 6.464118779213637e-07,
1407
+ "loss": 1.0409,
1408
+ "mean_token_accuracy": 0.6968514807522297,
1409
+ "num_tokens": 2136838.0,
1410
+ "step": 1400
1411
+ },
1412
+ {
1413
+ "entropy": 1.1660522818565369,
1414
+ "epoch": 1.1280000000000001,
1415
+ "grad_norm": 0.6854759454727173,
1416
+ "learning_rate": 6.436623590871597e-07,
1417
+ "loss": 1.1312,
1418
+ "mean_token_accuracy": 0.6878326304256916,
1419
+ "num_tokens": 2151350.0,
1420
+ "step": 1410
1421
+ },
1422
+ {
1423
+ "entropy": 1.1638130411505698,
1424
+ "epoch": 1.1360000000000001,
1425
+ "grad_norm": 0.9255546927452087,
1426
+ "learning_rate": 6.409128402529557e-07,
1427
+ "loss": 1.1307,
1428
+ "mean_token_accuracy": 0.6938613057136536,
1429
+ "num_tokens": 2166279.0,
1430
+ "step": 1420
1431
+ },
1432
+ {
1433
+ "entropy": 1.1093559078872204,
1434
+ "epoch": 1.144,
1435
+ "grad_norm": 0.6495608687400818,
1436
+ "learning_rate": 6.381633214187517e-07,
1437
+ "loss": 1.0351,
1438
+ "mean_token_accuracy": 0.7085234835743904,
1439
+ "num_tokens": 2181882.0,
1440
+ "step": 1430
1441
+ },
1442
+ {
1443
+ "entropy": 1.1332037717103958,
1444
+ "epoch": 1.152,
1445
+ "grad_norm": 0.6880368590354919,
1446
+ "learning_rate": 6.354138025845477e-07,
1447
+ "loss": 1.0714,
1448
+ "mean_token_accuracy": 0.6985657840967179,
1449
+ "num_tokens": 2198399.0,
1450
+ "step": 1440
1451
+ },
1452
+ {
1453
+ "entropy": 1.1295147154480218,
1454
+ "epoch": 1.16,
1455
+ "grad_norm": 0.8683180809020996,
1456
+ "learning_rate": 6.326642837503436e-07,
1457
+ "loss": 1.0736,
1458
+ "mean_token_accuracy": 0.6970417097210884,
1459
+ "num_tokens": 2212988.0,
1460
+ "step": 1450
1461
+ },
1462
+ {
1463
+ "entropy": 1.1400238119065762,
1464
+ "epoch": 1.168,
1465
+ "grad_norm": 0.691609799861908,
1466
+ "learning_rate": 6.299147649161396e-07,
1467
+ "loss": 1.097,
1468
+ "mean_token_accuracy": 0.6984522871673107,
1469
+ "num_tokens": 2227368.0,
1470
+ "step": 1460
1471
+ },
1472
+ {
1473
+ "entropy": 1.1733529463410377,
1474
+ "epoch": 1.176,
1475
+ "grad_norm": 0.9658370614051819,
1476
+ "learning_rate": 6.271652460819357e-07,
1477
+ "loss": 1.1164,
1478
+ "mean_token_accuracy": 0.6877712234854698,
1479
+ "num_tokens": 2242927.0,
1480
+ "step": 1470
1481
+ },
1482
+ {
1483
+ "entropy": 1.137531255185604,
1484
+ "epoch": 1.184,
1485
+ "grad_norm": 0.8065728545188904,
1486
+ "learning_rate": 6.244157272477316e-07,
1487
+ "loss": 1.0707,
1488
+ "mean_token_accuracy": 0.6989330679178238,
1489
+ "num_tokens": 2256714.0,
1490
+ "step": 1480
1491
+ },
1492
+ {
1493
+ "entropy": 1.1494978316128255,
1494
+ "epoch": 1.192,
1495
+ "grad_norm": 0.629590630531311,
1496
+ "learning_rate": 6.216662084135276e-07,
1497
+ "loss": 1.098,
1498
+ "mean_token_accuracy": 0.6965864278376103,
1499
+ "num_tokens": 2270629.0,
1500
+ "step": 1490
1501
+ },
1502
+ {
1503
+ "entropy": 1.159467339515686,
1504
+ "epoch": 1.2,
1505
+ "grad_norm": 0.686192512512207,
1506
+ "learning_rate": 6.189166895793236e-07,
1507
+ "loss": 1.0893,
1508
+ "mean_token_accuracy": 0.6922002293169498,
1509
+ "num_tokens": 2288460.0,
1510
+ "step": 1500
1511
+ },
1512
+ {
1513
+ "entropy": 1.0993162184953689,
1514
+ "epoch": 1.208,
1515
+ "grad_norm": 0.9897556304931641,
1516
+ "learning_rate": 6.161671707451196e-07,
1517
+ "loss": 1.0455,
1518
+ "mean_token_accuracy": 0.705514881759882,
1519
+ "num_tokens": 2302251.0,
1520
+ "step": 1510
1521
+ },
1522
+ {
1523
+ "entropy": 1.12115698158741,
1524
+ "epoch": 1.216,
1525
+ "grad_norm": 0.7470293641090393,
1526
+ "learning_rate": 6.134176519109155e-07,
1527
+ "loss": 1.0789,
1528
+ "mean_token_accuracy": 0.6973060339689254,
1529
+ "num_tokens": 2318753.0,
1530
+ "step": 1520
1531
+ },
1532
+ {
1533
+ "entropy": 1.1007006213068962,
1534
+ "epoch": 1.224,
1535
+ "grad_norm": 0.8028280735015869,
1536
+ "learning_rate": 6.106681330767115e-07,
1537
+ "loss": 1.0386,
1538
+ "mean_token_accuracy": 0.7066539935767651,
1539
+ "num_tokens": 2334923.0,
1540
+ "step": 1530
1541
+ },
1542
+ {
1543
+ "entropy": 1.1649780459702015,
1544
+ "epoch": 1.232,
1545
+ "grad_norm": 0.6267876625061035,
1546
+ "learning_rate": 6.079186142425076e-07,
1547
+ "loss": 1.0524,
1548
+ "mean_token_accuracy": 0.6983841970562935,
1549
+ "num_tokens": 2349793.0,
1550
+ "step": 1540
1551
+ },
1552
+ {
1553
+ "entropy": 1.0742624267935752,
1554
+ "epoch": 1.24,
1555
+ "grad_norm": 0.554948091506958,
1556
+ "learning_rate": 6.051690954083035e-07,
1557
+ "loss": 1.059,
1558
+ "mean_token_accuracy": 0.7093812972307205,
1559
+ "num_tokens": 2365509.0,
1560
+ "step": 1550
1561
+ },
1562
+ {
1563
+ "entropy": 1.0984411075711251,
1564
+ "epoch": 1.248,
1565
+ "grad_norm": 0.9897919297218323,
1566
+ "learning_rate": 6.024195765740995e-07,
1567
+ "loss": 1.0389,
1568
+ "mean_token_accuracy": 0.7038175620138645,
1569
+ "num_tokens": 2381097.0,
1570
+ "step": 1560
1571
+ },
1572
+ {
1573
+ "entropy": 1.1904704883694648,
1574
+ "epoch": 1.256,
1575
+ "grad_norm": 0.7495393753051758,
1576
+ "learning_rate": 5.996700577398955e-07,
1577
+ "loss": 1.1495,
1578
+ "mean_token_accuracy": 0.6790803030133248,
1579
+ "num_tokens": 2394963.0,
1580
+ "step": 1570
1581
+ },
1582
+ {
1583
+ "entropy": 1.124031263962388,
1584
+ "epoch": 1.264,
1585
+ "grad_norm": 0.7549392580986023,
1586
+ "learning_rate": 5.969205389056915e-07,
1587
+ "loss": 1.0414,
1588
+ "mean_token_accuracy": 0.7057827066630125,
1589
+ "num_tokens": 2408635.0,
1590
+ "step": 1580
1591
+ },
1592
+ {
1593
+ "entropy": 1.1567617639899255,
1594
+ "epoch": 1.272,
1595
+ "grad_norm": 0.7392032146453857,
1596
+ "learning_rate": 5.941710200714874e-07,
1597
+ "loss": 1.0694,
1598
+ "mean_token_accuracy": 0.6952364321798086,
1599
+ "num_tokens": 2423939.0,
1600
+ "step": 1590
1601
+ },
1602
+ {
1603
+ "entropy": 1.1447319120168686,
1604
+ "epoch": 1.28,
1605
+ "grad_norm": 0.6876333355903625,
1606
+ "learning_rate": 5.914215012372834e-07,
1607
+ "loss": 1.0857,
1608
+ "mean_token_accuracy": 0.701924566924572,
1609
+ "num_tokens": 2439207.0,
1610
+ "step": 1600
1611
+ },
1612
+ {
1613
+ "entropy": 1.1182593934237957,
1614
+ "epoch": 1.288,
1615
+ "grad_norm": 0.6917943358421326,
1616
+ "learning_rate": 5.886719824030795e-07,
1617
+ "loss": 1.0596,
1618
+ "mean_token_accuracy": 0.7057459600269794,
1619
+ "num_tokens": 2453639.0,
1620
+ "step": 1610
1621
+ },
1622
+ {
1623
+ "entropy": 1.1037614174187182,
1624
+ "epoch": 1.296,
1625
+ "grad_norm": 0.624317467212677,
1626
+ "learning_rate": 5.859224635688754e-07,
1627
+ "loss": 1.0565,
1628
+ "mean_token_accuracy": 0.7065452396869659,
1629
+ "num_tokens": 2468998.0,
1630
+ "step": 1620
1631
+ },
1632
+ {
1633
+ "entropy": 1.154854678362608,
1634
+ "epoch": 1.304,
1635
+ "grad_norm": 0.7155218124389648,
1636
+ "learning_rate": 5.831729447346714e-07,
1637
+ "loss": 1.0843,
1638
+ "mean_token_accuracy": 0.6975614242255688,
1639
+ "num_tokens": 2483501.0,
1640
+ "step": 1630
1641
+ },
1642
+ {
1643
+ "entropy": 1.1638387076556682,
1644
+ "epoch": 1.312,
1645
+ "grad_norm": 0.6090760231018066,
1646
+ "learning_rate": 5.804234259004674e-07,
1647
+ "loss": 1.0636,
1648
+ "mean_token_accuracy": 0.6995426420122385,
1649
+ "num_tokens": 2498494.0,
1650
+ "step": 1640
1651
+ },
1652
+ {
1653
+ "entropy": 1.1397521741688252,
1654
+ "epoch": 1.32,
1655
+ "grad_norm": 0.6465908288955688,
1656
+ "learning_rate": 5.776739070662634e-07,
1657
+ "loss": 1.0672,
1658
+ "mean_token_accuracy": 0.6970544293522835,
1659
+ "num_tokens": 2513937.0,
1660
+ "step": 1650
1661
+ },
1662
+ {
1663
+ "entropy": 1.1726163610816003,
1664
+ "epoch": 1.328,
1665
+ "grad_norm": 0.6399316787719727,
1666
+ "learning_rate": 5.749243882320593e-07,
1667
+ "loss": 1.097,
1668
+ "mean_token_accuracy": 0.6957763388752938,
1669
+ "num_tokens": 2527596.0,
1670
+ "step": 1660
1671
+ },
1672
+ {
1673
+ "entropy": 1.1261462047696114,
1674
+ "epoch": 1.336,
1675
+ "grad_norm": 0.6095896363258362,
1676
+ "learning_rate": 5.721748693978553e-07,
1677
+ "loss": 1.0764,
1678
+ "mean_token_accuracy": 0.7021488003432751,
1679
+ "num_tokens": 2542075.0,
1680
+ "step": 1670
1681
+ },
1682
+ {
1683
+ "entropy": 1.120316968858242,
1684
+ "epoch": 1.3439999999999999,
1685
+ "grad_norm": 0.9220680594444275,
1686
+ "learning_rate": 5.694253505636514e-07,
1687
+ "loss": 1.0582,
1688
+ "mean_token_accuracy": 0.6989481635391712,
1689
+ "num_tokens": 2556818.0,
1690
+ "step": 1680
1691
+ },
1692
+ {
1693
+ "entropy": 1.180855856835842,
1694
+ "epoch": 1.3519999999999999,
1695
+ "grad_norm": 0.8124385476112366,
1696
+ "learning_rate": 5.666758317294473e-07,
1697
+ "loss": 1.0902,
1698
+ "mean_token_accuracy": 0.6903267130255699,
1699
+ "num_tokens": 2570623.0,
1700
+ "step": 1690
1701
+ },
1702
+ {
1703
+ "entropy": 1.1440489910542966,
1704
+ "epoch": 1.3599999999999999,
1705
+ "grad_norm": 0.7189605236053467,
1706
+ "learning_rate": 5.639263128952433e-07,
1707
+ "loss": 1.052,
1708
+ "mean_token_accuracy": 0.6996049843728542,
1709
+ "num_tokens": 2586779.0,
1710
+ "step": 1700
1711
+ },
1712
+ {
1713
+ "entropy": 1.1032312862575053,
1714
+ "epoch": 1.3679999999999999,
1715
+ "grad_norm": 0.7067267894744873,
1716
+ "learning_rate": 5.611767940610392e-07,
1717
+ "loss": 1.0499,
1718
+ "mean_token_accuracy": 0.7084492161870003,
1719
+ "num_tokens": 2601690.0,
1720
+ "step": 1710
1721
+ },
1722
+ {
1723
+ "entropy": 1.109426486492157,
1724
+ "epoch": 1.376,
1725
+ "grad_norm": 0.824908435344696,
1726
+ "learning_rate": 5.584272752268353e-07,
1727
+ "loss": 1.0541,
1728
+ "mean_token_accuracy": 0.7122204676270485,
1729
+ "num_tokens": 2615836.0,
1730
+ "step": 1720
1731
+ },
1732
+ {
1733
+ "entropy": 1.1011802315711976,
1734
+ "epoch": 1.384,
1735
+ "grad_norm": 0.7468234896659851,
1736
+ "learning_rate": 5.556777563926312e-07,
1737
+ "loss": 1.0223,
1738
+ "mean_token_accuracy": 0.7043912798166275,
1739
+ "num_tokens": 2630440.0,
1740
+ "step": 1730
1741
+ },
1742
+ {
1743
+ "entropy": 1.1109345614910127,
1744
+ "epoch": 1.392,
1745
+ "grad_norm": 0.721721887588501,
1746
+ "learning_rate": 5.529282375584272e-07,
1747
+ "loss": 1.0669,
1748
+ "mean_token_accuracy": 0.6989217452704907,
1749
+ "num_tokens": 2645934.0,
1750
+ "step": 1740
1751
+ },
1752
+ {
1753
+ "entropy": 1.0837133921682836,
1754
+ "epoch": 1.4,
1755
+ "grad_norm": 0.6159181594848633,
1756
+ "learning_rate": 5.501787187242233e-07,
1757
+ "loss": 1.0516,
1758
+ "mean_token_accuracy": 0.7033235274255276,
1759
+ "num_tokens": 2661853.0,
1760
+ "step": 1750
1761
+ },
1762
+ {
1763
+ "entropy": 1.1363109357655048,
1764
+ "epoch": 1.408,
1765
+ "grad_norm": 0.5618049502372742,
1766
+ "learning_rate": 5.474291998900192e-07,
1767
+ "loss": 1.0491,
1768
+ "mean_token_accuracy": 0.7057520292699337,
1769
+ "num_tokens": 2676081.0,
1770
+ "step": 1760
1771
+ },
1772
+ {
1773
+ "entropy": 1.0844260066747666,
1774
+ "epoch": 1.416,
1775
+ "grad_norm": 0.5836204290390015,
1776
+ "learning_rate": 5.446796810558152e-07,
1777
+ "loss": 1.0251,
1778
+ "mean_token_accuracy": 0.7037106763571501,
1779
+ "num_tokens": 2693603.0,
1780
+ "step": 1770
1781
+ },
1782
+ {
1783
+ "entropy": 1.1237892121076585,
1784
+ "epoch": 1.424,
1785
+ "grad_norm": 0.8310570120811462,
1786
+ "learning_rate": 5.419301622216111e-07,
1787
+ "loss": 1.0645,
1788
+ "mean_token_accuracy": 0.7011990338563919,
1789
+ "num_tokens": 2709643.0,
1790
+ "step": 1780
1791
+ },
1792
+ {
1793
+ "entropy": 1.0602977596223355,
1794
+ "epoch": 1.432,
1795
+ "grad_norm": 0.5430757999420166,
1796
+ "learning_rate": 5.391806433874072e-07,
1797
+ "loss": 1.0362,
1798
+ "mean_token_accuracy": 0.7056897468864918,
1799
+ "num_tokens": 2727088.0,
1800
+ "step": 1790
1801
+ },
1802
+ {
1803
+ "entropy": 1.1189053302630783,
1804
+ "epoch": 1.44,
1805
+ "grad_norm": 0.8106410503387451,
1806
+ "learning_rate": 5.364311245532031e-07,
1807
+ "loss": 1.0914,
1808
+ "mean_token_accuracy": 0.695854177325964,
1809
+ "num_tokens": 2742220.0,
1810
+ "step": 1800
1811
+ },
1812
+ {
1813
+ "entropy": 1.1349434733390809,
1814
+ "epoch": 1.448,
1815
+ "grad_norm": 0.7153880000114441,
1816
+ "learning_rate": 5.336816057189991e-07,
1817
+ "loss": 1.0422,
1818
+ "mean_token_accuracy": 0.6948840513825416,
1819
+ "num_tokens": 2758176.0,
1820
+ "step": 1810
1821
+ },
1822
+ {
1823
+ "entropy": 1.1447625994682311,
1824
+ "epoch": 1.456,
1825
+ "grad_norm": 0.5748754739761353,
1826
+ "learning_rate": 5.309320868847952e-07,
1827
+ "loss": 1.0695,
1828
+ "mean_token_accuracy": 0.6957199551165104,
1829
+ "num_tokens": 2774066.0,
1830
+ "step": 1820
1831
+ },
1832
+ {
1833
+ "entropy": 1.1320161737501622,
1834
+ "epoch": 1.464,
1835
+ "grad_norm": 0.7259387969970703,
1836
+ "learning_rate": 5.281825680505911e-07,
1837
+ "loss": 1.0882,
1838
+ "mean_token_accuracy": 0.6841345451772213,
1839
+ "num_tokens": 2790132.0,
1840
+ "step": 1830
1841
+ },
1842
+ {
1843
+ "entropy": 1.1178909540176392,
1844
+ "epoch": 1.472,
1845
+ "grad_norm": 0.6329604387283325,
1846
+ "learning_rate": 5.254330492163871e-07,
1847
+ "loss": 1.0691,
1848
+ "mean_token_accuracy": 0.6973642166703939,
1849
+ "num_tokens": 2805381.0,
1850
+ "step": 1840
1851
+ },
1852
+ {
1853
+ "entropy": 1.2120650928467511,
1854
+ "epoch": 1.48,
1855
+ "grad_norm": 0.6683312654495239,
1856
+ "learning_rate": 5.22683530382183e-07,
1857
+ "loss": 1.1063,
1858
+ "mean_token_accuracy": 0.6968633852899074,
1859
+ "num_tokens": 2818429.0,
1860
+ "step": 1850
1861
+ },
1862
+ {
1863
+ "entropy": 1.1095169879496098,
1864
+ "epoch": 1.488,
1865
+ "grad_norm": 0.6347110271453857,
1866
+ "learning_rate": 5.199340115479791e-07,
1867
+ "loss": 1.0658,
1868
+ "mean_token_accuracy": 0.704700855910778,
1869
+ "num_tokens": 2834690.0,
1870
+ "step": 1860
1871
+ },
1872
+ {
1873
+ "entropy": 1.116725465655327,
1874
+ "epoch": 1.496,
1875
+ "grad_norm": 0.6903342604637146,
1876
+ "learning_rate": 5.17184492713775e-07,
1877
+ "loss": 1.0555,
1878
+ "mean_token_accuracy": 0.7035901382565498,
1879
+ "num_tokens": 2851736.0,
1880
+ "step": 1870
1881
+ },
1882
+ {
1883
+ "entropy": 1.1211778946220874,
1884
+ "epoch": 1.504,
1885
+ "grad_norm": 0.6732014417648315,
1886
+ "learning_rate": 5.14434973879571e-07,
1887
+ "loss": 1.0562,
1888
+ "mean_token_accuracy": 0.696921756863594,
1889
+ "num_tokens": 2866350.0,
1890
+ "step": 1880
1891
+ },
1892
+ {
1893
+ "entropy": 1.1037423841655254,
1894
+ "epoch": 1.512,
1895
+ "grad_norm": 0.6821587085723877,
1896
+ "learning_rate": 5.116854550453671e-07,
1897
+ "loss": 1.0714,
1898
+ "mean_token_accuracy": 0.6999694172292947,
1899
+ "num_tokens": 2882047.0,
1900
+ "step": 1890
1901
+ },
1902
+ {
1903
+ "entropy": 1.1391877956688403,
1904
+ "epoch": 1.52,
1905
+ "grad_norm": 0.6841466426849365,
1906
+ "learning_rate": 5.08935936211163e-07,
1907
+ "loss": 1.0704,
1908
+ "mean_token_accuracy": 0.7005617998540401,
1909
+ "num_tokens": 2898573.0,
1910
+ "step": 1900
1911
+ },
1912
+ {
1913
+ "entropy": 1.1329809248447418,
1914
+ "epoch": 1.528,
1915
+ "grad_norm": 0.7017571330070496,
1916
+ "learning_rate": 5.06186417376959e-07,
1917
+ "loss": 1.0147,
1918
+ "mean_token_accuracy": 0.702555438131094,
1919
+ "num_tokens": 2914374.0,
1920
+ "step": 1910
1921
+ },
1922
+ {
1923
+ "entropy": 1.1154800534248352,
1924
+ "epoch": 1.536,
1925
+ "grad_norm": 0.6277393102645874,
1926
+ "learning_rate": 5.034368985427549e-07,
1927
+ "loss": 1.0869,
1928
+ "mean_token_accuracy": 0.7051818937063217,
1929
+ "num_tokens": 2929124.0,
1930
+ "step": 1920
1931
+ },
1932
+ {
1933
+ "entropy": 1.0733695082366466,
1934
+ "epoch": 1.544,
1935
+ "grad_norm": 0.571405827999115,
1936
+ "learning_rate": 5.00687379708551e-07,
1937
+ "loss": 1.0056,
1938
+ "mean_token_accuracy": 0.7166364155709743,
1939
+ "num_tokens": 2944094.0,
1940
+ "step": 1930
1941
+ },
1942
+ {
1943
+ "entropy": 1.0417616236954927,
1944
+ "epoch": 1.552,
1945
+ "grad_norm": 0.5355597138404846,
1946
+ "learning_rate": 4.979378608743469e-07,
1947
+ "loss": 0.9785,
1948
+ "mean_token_accuracy": 0.7171097300946713,
1949
+ "num_tokens": 2960076.0,
1950
+ "step": 1940
1951
+ },
1952
+ {
1953
+ "entropy": 1.1525820292532445,
1954
+ "epoch": 1.56,
1955
+ "grad_norm": 0.7186400890350342,
1956
+ "learning_rate": 4.951883420401429e-07,
1957
+ "loss": 1.0642,
1958
+ "mean_token_accuracy": 0.6978728592395782,
1959
+ "num_tokens": 2975251.0,
1960
+ "step": 1950
1961
+ },
1962
+ {
1963
+ "entropy": 1.0816805481910705,
1964
+ "epoch": 1.568,
1965
+ "grad_norm": 0.4818354547023773,
1966
+ "learning_rate": 4.92438823205939e-07,
1967
+ "loss": 1.0038,
1968
+ "mean_token_accuracy": 0.7125628098845482,
1969
+ "num_tokens": 2991605.0,
1970
+ "step": 1960
1971
+ },
1972
+ {
1973
+ "entropy": 1.1187580041587353,
1974
+ "epoch": 1.576,
1975
+ "grad_norm": 0.810943603515625,
1976
+ "learning_rate": 4.896893043717349e-07,
1977
+ "loss": 1.047,
1978
+ "mean_token_accuracy": 0.7004340924322605,
1979
+ "num_tokens": 3008005.0,
1980
+ "step": 1970
1981
+ },
1982
+ {
1983
+ "entropy": 1.138374811410904,
1984
+ "epoch": 1.584,
1985
+ "grad_norm": 0.6631013751029968,
1986
+ "learning_rate": 4.869397855375309e-07,
1987
+ "loss": 1.0632,
1988
+ "mean_token_accuracy": 0.698732690513134,
1989
+ "num_tokens": 3023212.0,
1990
+ "step": 1980
1991
+ },
1992
+ {
1993
+ "entropy": 1.114051354676485,
1994
+ "epoch": 1.592,
1995
+ "grad_norm": 0.7821894288063049,
1996
+ "learning_rate": 4.841902667033269e-07,
1997
+ "loss": 1.0575,
1998
+ "mean_token_accuracy": 0.702291352301836,
1999
+ "num_tokens": 3038609.0,
2000
+ "step": 1990
2001
+ },
2002
+ {
2003
+ "entropy": 1.1360465161502362,
2004
+ "epoch": 1.6,
2005
+ "grad_norm": 0.9878914952278137,
2006
+ "learning_rate": 4.814407478691229e-07,
2007
+ "loss": 1.0268,
2008
+ "mean_token_accuracy": 0.7054705023765564,
2009
+ "num_tokens": 3053467.0,
2010
+ "step": 2000
2011
+ },
2012
+ {
2013
+ "entropy": 1.11304831802845,
2014
+ "epoch": 1.608,
2015
+ "grad_norm": 0.8406100273132324,
2016
+ "learning_rate": 4.786912290349188e-07,
2017
+ "loss": 1.0683,
2018
+ "mean_token_accuracy": 0.7072804719209671,
2019
+ "num_tokens": 3068178.0,
2020
+ "step": 2010
2021
+ },
2022
+ {
2023
+ "entropy": 1.082274530827999,
2024
+ "epoch": 1.616,
2025
+ "grad_norm": 0.5867545008659363,
2026
+ "learning_rate": 4.7594171020071485e-07,
2027
+ "loss": 1.0246,
2028
+ "mean_token_accuracy": 0.7147180207073689,
2029
+ "num_tokens": 3083931.0,
2030
+ "step": 2020
2031
+ },
2032
+ {
2033
+ "entropy": 1.1067815896123647,
2034
+ "epoch": 1.624,
2035
+ "grad_norm": 0.5816494226455688,
2036
+ "learning_rate": 4.7319219136651086e-07,
2037
+ "loss": 1.071,
2038
+ "mean_token_accuracy": 0.7042274229228497,
2039
+ "num_tokens": 3099164.0,
2040
+ "step": 2030
2041
+ },
2042
+ {
2043
+ "entropy": 1.1147871725261211,
2044
+ "epoch": 1.6320000000000001,
2045
+ "grad_norm": 0.7727411389350891,
2046
+ "learning_rate": 4.7044267253230687e-07,
2047
+ "loss": 1.1101,
2048
+ "mean_token_accuracy": 0.6992426700890064,
2049
+ "num_tokens": 3116160.0,
2050
+ "step": 2040
2051
+ },
2052
+ {
2053
+ "entropy": 1.0435878798365592,
2054
+ "epoch": 1.6400000000000001,
2055
+ "grad_norm": 1.1286250352859497,
2056
+ "learning_rate": 4.6769315369810283e-07,
2057
+ "loss": 1.0239,
2058
+ "mean_token_accuracy": 0.717649357765913,
2059
+ "num_tokens": 3132039.0,
2060
+ "step": 2050
2061
+ },
2062
+ {
2063
+ "entropy": 1.1062811478972434,
2064
+ "epoch": 1.6480000000000001,
2065
+ "grad_norm": 0.5837299823760986,
2066
+ "learning_rate": 4.6494363486389884e-07,
2067
+ "loss": 1.0199,
2068
+ "mean_token_accuracy": 0.7072340235114097,
2069
+ "num_tokens": 3147433.0,
2070
+ "step": 2060
2071
+ },
2072
+ {
2073
+ "entropy": 1.0895413413643837,
2074
+ "epoch": 1.6560000000000001,
2075
+ "grad_norm": 0.8702951073646545,
2076
+ "learning_rate": 4.621941160296948e-07,
2077
+ "loss": 1.0015,
2078
+ "mean_token_accuracy": 0.7078986577689648,
2079
+ "num_tokens": 3163993.0,
2080
+ "step": 2070
2081
+ },
2082
+ {
2083
+ "entropy": 1.0758908623829484,
2084
+ "epoch": 1.6640000000000001,
2085
+ "grad_norm": 0.7220586538314819,
2086
+ "learning_rate": 4.594445971954908e-07,
2087
+ "loss": 0.9789,
2088
+ "mean_token_accuracy": 0.7201415523886681,
2089
+ "num_tokens": 3179094.0,
2090
+ "step": 2080
2091
+ },
2092
+ {
2093
+ "entropy": 1.1080400116741658,
2094
+ "epoch": 1.6720000000000002,
2095
+ "grad_norm": 0.8007322549819946,
2096
+ "learning_rate": 4.5669507836128676e-07,
2097
+ "loss": 1.0313,
2098
+ "mean_token_accuracy": 0.7011715166270733,
2099
+ "num_tokens": 3194939.0,
2100
+ "step": 2090
2101
+ },
2102
+ {
2103
+ "entropy": 1.0932671882212162,
2104
+ "epoch": 1.6800000000000002,
2105
+ "grad_norm": 0.7251306772232056,
2106
+ "learning_rate": 4.5394555952708276e-07,
2107
+ "loss": 1.0389,
2108
+ "mean_token_accuracy": 0.7085845321416855,
2109
+ "num_tokens": 3211267.0,
2110
+ "step": 2100
2111
+ },
2112
+ {
2113
+ "entropy": 1.1485629804432391,
2114
+ "epoch": 1.688,
2115
+ "grad_norm": 0.764833927154541,
2116
+ "learning_rate": 4.511960406928787e-07,
2117
+ "loss": 1.0857,
2118
+ "mean_token_accuracy": 0.6940891742706299,
2119
+ "num_tokens": 3225940.0,
2120
+ "step": 2110
2121
+ },
2122
+ {
2123
+ "entropy": 1.1061964988708497,
2124
+ "epoch": 1.696,
2125
+ "grad_norm": 0.8021067380905151,
2126
+ "learning_rate": 4.4844652185867473e-07,
2127
+ "loss": 1.0482,
2128
+ "mean_token_accuracy": 0.7028830051422119,
2129
+ "num_tokens": 3240921.0,
2130
+ "step": 2120
2131
+ },
2132
+ {
2133
+ "entropy": 1.0867221042513848,
2134
+ "epoch": 1.704,
2135
+ "grad_norm": 0.6969442367553711,
2136
+ "learning_rate": 4.4569700302447074e-07,
2137
+ "loss": 1.045,
2138
+ "mean_token_accuracy": 0.7050205707550049,
2139
+ "num_tokens": 3256275.0,
2140
+ "step": 2130
2141
+ },
2142
+ {
2143
+ "entropy": 1.1240694530308246,
2144
+ "epoch": 1.712,
2145
+ "grad_norm": 0.7253401875495911,
2146
+ "learning_rate": 4.429474841902667e-07,
2147
+ "loss": 1.0878,
2148
+ "mean_token_accuracy": 0.7003125563263893,
2149
+ "num_tokens": 3270866.0,
2150
+ "step": 2140
2151
+ },
2152
+ {
2153
+ "entropy": 1.088991916924715,
2154
+ "epoch": 1.72,
2155
+ "grad_norm": 0.8315143585205078,
2156
+ "learning_rate": 4.401979653560627e-07,
2157
+ "loss": 1.0295,
2158
+ "mean_token_accuracy": 0.7133419007062912,
2159
+ "num_tokens": 3286070.0,
2160
+ "step": 2150
2161
+ },
2162
+ {
2163
+ "entropy": 1.127638630196452,
2164
+ "epoch": 1.728,
2165
+ "grad_norm": 0.5839968323707581,
2166
+ "learning_rate": 4.3744844652185866e-07,
2167
+ "loss": 1.0575,
2168
+ "mean_token_accuracy": 0.6951487042009831,
2169
+ "num_tokens": 3300179.0,
2170
+ "step": 2160
2171
+ },
2172
+ {
2173
+ "entropy": 1.0937600523233413,
2174
+ "epoch": 1.736,
2175
+ "grad_norm": 0.9718707203865051,
2176
+ "learning_rate": 4.3469892768765467e-07,
2177
+ "loss": 1.0645,
2178
+ "mean_token_accuracy": 0.7096135891973973,
2179
+ "num_tokens": 3314060.0,
2180
+ "step": 2170
2181
+ },
2182
+ {
2183
+ "entropy": 1.1053045496344567,
2184
+ "epoch": 1.744,
2185
+ "grad_norm": 0.615055501461029,
2186
+ "learning_rate": 4.319494088534506e-07,
2187
+ "loss": 1.0444,
2188
+ "mean_token_accuracy": 0.7076170362532139,
2189
+ "num_tokens": 3329115.0,
2190
+ "step": 2180
2191
+ },
2192
+ {
2193
+ "entropy": 1.1166148386895656,
2194
+ "epoch": 1.752,
2195
+ "grad_norm": 0.9525709748268127,
2196
+ "learning_rate": 4.2919989001924663e-07,
2197
+ "loss": 1.0631,
2198
+ "mean_token_accuracy": 0.7037151999771595,
2199
+ "num_tokens": 3345499.0,
2200
+ "step": 2190
2201
+ },
2202
+ {
2203
+ "entropy": 1.1394428189843893,
2204
+ "epoch": 1.76,
2205
+ "grad_norm": 0.6527174115180969,
2206
+ "learning_rate": 4.2645037118504264e-07,
2207
+ "loss": 1.0539,
2208
+ "mean_token_accuracy": 0.6947876572608948,
2209
+ "num_tokens": 3361802.0,
2210
+ "step": 2200
2211
+ },
2212
+ {
2213
+ "entropy": 1.0809528261423111,
2214
+ "epoch": 1.768,
2215
+ "grad_norm": 0.8444985151290894,
2216
+ "learning_rate": 4.237008523508386e-07,
2217
+ "loss": 0.9814,
2218
+ "mean_token_accuracy": 0.7183415681123734,
2219
+ "num_tokens": 3376707.0,
2220
+ "step": 2210
2221
+ },
2222
+ {
2223
+ "entropy": 1.135873431712389,
2224
+ "epoch": 1.776,
2225
+ "grad_norm": 0.683020830154419,
2226
+ "learning_rate": 4.209513335166346e-07,
2227
+ "loss": 1.0697,
2228
+ "mean_token_accuracy": 0.6985464196652174,
2229
+ "num_tokens": 3390253.0,
2230
+ "step": 2220
2231
+ },
2232
+ {
2233
+ "entropy": 1.1180547427386045,
2234
+ "epoch": 1.784,
2235
+ "grad_norm": 0.7533634305000305,
2236
+ "learning_rate": 4.1820181468243056e-07,
2237
+ "loss": 1.044,
2238
+ "mean_token_accuracy": 0.7064264304935932,
2239
+ "num_tokens": 3405779.0,
2240
+ "step": 2230
2241
+ },
2242
+ {
2243
+ "entropy": 1.0656680211424827,
2244
+ "epoch": 1.792,
2245
+ "grad_norm": 0.536811113357544,
2246
+ "learning_rate": 4.1545229584822657e-07,
2247
+ "loss": 1.0282,
2248
+ "mean_token_accuracy": 0.721583554893732,
2249
+ "num_tokens": 3422545.0,
2250
+ "step": 2240
2251
+ },
2252
+ {
2253
+ "entropy": 1.110101143270731,
2254
+ "epoch": 1.8,
2255
+ "grad_norm": 0.5704901814460754,
2256
+ "learning_rate": 4.127027770140225e-07,
2257
+ "loss": 1.0368,
2258
+ "mean_token_accuracy": 0.7042762607336044,
2259
+ "num_tokens": 3438250.0,
2260
+ "step": 2250
2261
+ },
2262
+ {
2263
+ "entropy": 1.116504292935133,
2264
+ "epoch": 1.808,
2265
+ "grad_norm": 0.6488993167877197,
2266
+ "learning_rate": 4.0995325817981853e-07,
2267
+ "loss": 1.067,
2268
+ "mean_token_accuracy": 0.6993104033172131,
2269
+ "num_tokens": 3453393.0,
2270
+ "step": 2260
2271
+ },
2272
+ {
2273
+ "entropy": 1.1124402858316897,
2274
+ "epoch": 1.8159999999999998,
2275
+ "grad_norm": 0.8528743386268616,
2276
+ "learning_rate": 4.072037393456145e-07,
2277
+ "loss": 1.0566,
2278
+ "mean_token_accuracy": 0.700559002161026,
2279
+ "num_tokens": 3467151.0,
2280
+ "step": 2270
2281
+ },
2282
+ {
2283
+ "entropy": 1.1406603172421454,
2284
+ "epoch": 1.8239999999999998,
2285
+ "grad_norm": 0.7719080448150635,
2286
+ "learning_rate": 4.044542205114105e-07,
2287
+ "loss": 1.0755,
2288
+ "mean_token_accuracy": 0.6937859803438187,
2289
+ "num_tokens": 3482533.0,
2290
+ "step": 2280
2291
+ },
2292
+ {
2293
+ "entropy": 1.208981278538704,
2294
+ "epoch": 1.8319999999999999,
2295
+ "grad_norm": 0.6996201872825623,
2296
+ "learning_rate": 4.017047016772065e-07,
2297
+ "loss": 1.1165,
2298
+ "mean_token_accuracy": 0.6901387263089418,
2299
+ "num_tokens": 3496858.0,
2300
+ "step": 2290
2301
+ },
2302
+ {
2303
+ "entropy": 1.1587674543261528,
2304
+ "epoch": 1.8399999999999999,
2305
+ "grad_norm": 0.6966138482093811,
2306
+ "learning_rate": 3.9895518284300246e-07,
2307
+ "loss": 1.0776,
2308
+ "mean_token_accuracy": 0.6850869338959455,
2309
+ "num_tokens": 3512387.0,
2310
+ "step": 2300
2311
+ },
2312
+ {
2313
+ "entropy": 1.0703238815069198,
2314
+ "epoch": 1.8479999999999999,
2315
+ "grad_norm": 0.7426791191101074,
2316
+ "learning_rate": 3.9620566400879847e-07,
2317
+ "loss": 0.9889,
2318
+ "mean_token_accuracy": 0.7159933507442474,
2319
+ "num_tokens": 3528509.0,
2320
+ "step": 2310
2321
+ },
2322
+ {
2323
+ "entropy": 1.0979916997253896,
2324
+ "epoch": 1.8559999999999999,
2325
+ "grad_norm": 1.0224542617797852,
2326
+ "learning_rate": 3.934561451745944e-07,
2327
+ "loss": 1.0392,
2328
+ "mean_token_accuracy": 0.704944996535778,
2329
+ "num_tokens": 3543321.0,
2330
+ "step": 2320
2331
+ },
2332
+ {
2333
+ "entropy": 1.0528897911310195,
2334
+ "epoch": 1.8639999999999999,
2335
+ "grad_norm": 0.7673348188400269,
2336
+ "learning_rate": 3.9070662634039043e-07,
2337
+ "loss": 1.0468,
2338
+ "mean_token_accuracy": 0.7065678708255291,
2339
+ "num_tokens": 3558594.0,
2340
+ "step": 2330
2341
+ },
2342
+ {
2343
+ "entropy": 1.1163273386657238,
2344
+ "epoch": 1.8719999999999999,
2345
+ "grad_norm": 0.7382457256317139,
2346
+ "learning_rate": 3.879571075061864e-07,
2347
+ "loss": 1.0612,
2348
+ "mean_token_accuracy": 0.6982604905962944,
2349
+ "num_tokens": 3574336.0,
2350
+ "step": 2340
2351
+ },
2352
+ {
2353
+ "entropy": 1.0881711460649968,
2354
+ "epoch": 1.88,
2355
+ "grad_norm": 0.6713865995407104,
2356
+ "learning_rate": 3.852075886719824e-07,
2357
+ "loss": 1.0252,
2358
+ "mean_token_accuracy": 0.7134752497076988,
2359
+ "num_tokens": 3588939.0,
2360
+ "step": 2350
2361
+ },
2362
+ {
2363
+ "entropy": 1.1154374856501819,
2364
+ "epoch": 1.888,
2365
+ "grad_norm": 0.973667562007904,
2366
+ "learning_rate": 3.824580698377784e-07,
2367
+ "loss": 1.0484,
2368
+ "mean_token_accuracy": 0.6991922508925199,
2369
+ "num_tokens": 3602925.0,
2370
+ "step": 2360
2371
+ },
2372
+ {
2373
+ "entropy": 1.0306460287421941,
2374
+ "epoch": 1.896,
2375
+ "grad_norm": 0.9138699769973755,
2376
+ "learning_rate": 3.7970855100357436e-07,
2377
+ "loss": 1.0054,
2378
+ "mean_token_accuracy": 0.7150904729962348,
2379
+ "num_tokens": 3619466.0,
2380
+ "step": 2370
2381
+ },
2382
+ {
2383
+ "entropy": 1.1330877557396888,
2384
+ "epoch": 1.904,
2385
+ "grad_norm": 0.6441805958747864,
2386
+ "learning_rate": 3.7695903216937037e-07,
2387
+ "loss": 1.0836,
2388
+ "mean_token_accuracy": 0.7036154177039862,
2389
+ "num_tokens": 3632130.0,
2390
+ "step": 2380
2391
+ },
2392
+ {
2393
+ "entropy": 1.0771817360073328,
2394
+ "epoch": 1.912,
2395
+ "grad_norm": 0.758843183517456,
2396
+ "learning_rate": 3.742095133351663e-07,
2397
+ "loss": 1.0124,
2398
+ "mean_token_accuracy": 0.7171977959573269,
2399
+ "num_tokens": 3647421.0,
2400
+ "step": 2390
2401
+ },
2402
+ {
2403
+ "entropy": 1.0749525152146817,
2404
+ "epoch": 1.92,
2405
+ "grad_norm": 0.6015713810920715,
2406
+ "learning_rate": 3.7145999450096233e-07,
2407
+ "loss": 1.0209,
2408
+ "mean_token_accuracy": 0.7081304289400577,
2409
+ "num_tokens": 3664479.0,
2410
+ "step": 2400
2411
+ },
2412
+ {
2413
+ "entropy": 1.097420910000801,
2414
+ "epoch": 1.928,
2415
+ "grad_norm": 0.8378422260284424,
2416
+ "learning_rate": 3.687104756667583e-07,
2417
+ "loss": 1.0119,
2418
+ "mean_token_accuracy": 0.7116850987076759,
2419
+ "num_tokens": 3679719.0,
2420
+ "step": 2410
2421
+ },
2422
+ {
2423
+ "entropy": 1.106580638512969,
2424
+ "epoch": 1.936,
2425
+ "grad_norm": 0.8262378573417664,
2426
+ "learning_rate": 3.659609568325543e-07,
2427
+ "loss": 1.0375,
2428
+ "mean_token_accuracy": 0.708418320864439,
2429
+ "num_tokens": 3694167.0,
2430
+ "step": 2420
2431
+ },
2432
+ {
2433
+ "entropy": 1.0778734140098094,
2434
+ "epoch": 1.944,
2435
+ "grad_norm": 0.854191780090332,
2436
+ "learning_rate": 3.6321143799835025e-07,
2437
+ "loss": 1.0133,
2438
+ "mean_token_accuracy": 0.7053643822669983,
2439
+ "num_tokens": 3709583.0,
2440
+ "step": 2430
2441
+ },
2442
+ {
2443
+ "entropy": 1.0541854061186313,
2444
+ "epoch": 1.952,
2445
+ "grad_norm": 0.7758670449256897,
2446
+ "learning_rate": 3.6046191916414626e-07,
2447
+ "loss": 1.0013,
2448
+ "mean_token_accuracy": 0.715771260112524,
2449
+ "num_tokens": 3724908.0,
2450
+ "step": 2440
2451
+ },
2452
+ {
2453
+ "entropy": 1.099145165970549,
2454
+ "epoch": 1.96,
2455
+ "grad_norm": 0.5164648294448853,
2456
+ "learning_rate": 3.5771240032994227e-07,
2457
+ "loss": 1.0649,
2458
+ "mean_token_accuracy": 0.7001733347773552,
2459
+ "num_tokens": 3740440.0,
2460
+ "step": 2450
2461
+ },
2462
+ {
2463
+ "entropy": 1.0599645994603635,
2464
+ "epoch": 1.968,
2465
+ "grad_norm": 0.5749976634979248,
2466
+ "learning_rate": 3.5496288149573823e-07,
2467
+ "loss": 1.0152,
2468
+ "mean_token_accuracy": 0.711567934602499,
2469
+ "num_tokens": 3757367.0,
2470
+ "step": 2460
2471
+ },
2472
+ {
2473
+ "entropy": 1.106277884170413,
2474
+ "epoch": 1.976,
2475
+ "grad_norm": 0.9316745400428772,
2476
+ "learning_rate": 3.5221336266153424e-07,
2477
+ "loss": 1.0279,
2478
+ "mean_token_accuracy": 0.7048185043036937,
2479
+ "num_tokens": 3772884.0,
2480
+ "step": 2470
2481
+ },
2482
+ {
2483
+ "entropy": 1.0862935207784177,
2484
+ "epoch": 1.984,
2485
+ "grad_norm": 1.0442012548446655,
2486
+ "learning_rate": 3.494638438273302e-07,
2487
+ "loss": 1.0653,
2488
+ "mean_token_accuracy": 0.7030534707009792,
2489
+ "num_tokens": 3788095.0,
2490
+ "step": 2480
2491
+ },
2492
+ {
2493
+ "entropy": 1.1105420462787152,
2494
+ "epoch": 1.992,
2495
+ "grad_norm": 0.6086395978927612,
2496
+ "learning_rate": 3.467143249931262e-07,
2497
+ "loss": 1.0192,
2498
+ "mean_token_accuracy": 0.7073094092309475,
2499
+ "num_tokens": 3802348.0,
2500
+ "step": 2490
2501
+ },
2502
+ {
2503
+ "entropy": 1.0711169321089984,
2504
+ "epoch": 2.0,
2505
+ "grad_norm": 0.7704114317893982,
2506
+ "learning_rate": 3.4396480615892216e-07,
2507
+ "loss": 1.0536,
2508
+ "mean_token_accuracy": 0.7132571704685688,
2509
+ "num_tokens": 3817256.0,
2510
+ "step": 2500
2511
+ }
2512
+ ],
2513
+ "logging_steps": 10,
2514
+ "max_steps": 3750,
2515
+ "num_input_tokens_seen": 0,
2516
+ "num_train_epochs": 3,
2517
+ "save_steps": 500,
2518
+ "stateful_callbacks": {
2519
+ "TrainerControl": {
2520
+ "args": {
2521
+ "should_epoch_stop": false,
2522
+ "should_evaluate": false,
2523
+ "should_log": false,
2524
+ "should_save": true,
2525
+ "should_training_stop": false
2526
+ },
2527
+ "attributes": {}
2528
+ }
2529
+ },
2530
+ "total_flos": 1.549939873435484e+17,
2531
+ "train_batch_size": 1,
2532
+ "trial_name": null,
2533
+ "trial_params": null
2534
+ }
full-lora/checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373064d186b379b705f3701bc2192b8d633e746e079c3d5e972608780158085a
3
+ size 6417
full-lora/checkpoint-3750/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-2-7b-chat-hf
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:meta-llama/Llama-2-7b-chat-hf
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.18.1
full-lora/checkpoint-3750/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 128,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 64,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "k_proj",
34
+ "up_proj",
35
+ "gate_proj",
36
+ "v_proj",
37
+ "o_proj",
38
+ "down_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
full-lora/checkpoint-3750/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23038c1e179be1b0cef2b41a2699c1eb17948c75072dcc812915cb90731e30eb
3
+ size 639691872
full-lora/checkpoint-3750/chat_template.jinja ADDED
@@ -0,0 +1 @@
 
 
1
+ {% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% set system_message = false %}{% endif %}{% for message in loop_messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if loop.index0 == 0 and system_message != false %}{% set content = '<<SYS>>\n' + system_message + '\n<</SYS>>\n\n' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ bos_token + '[INST] ' + content.strip() + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content.strip() + ' ' + eos_token }}{% endif %}{% endfor %}
full-lora/checkpoint-3750/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07aeb20d6eb955c054fce3602440b51d8ed9573893ed5a991932e10839abe09b
3
+ size 1279641507
full-lora/checkpoint-3750/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8889e9bf700264c2b7e4610f731b60c3bc83966c87a5b6c8f6dab9bdde52a8da
3
+ size 14645
full-lora/checkpoint-3750/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f67c62618bce1bc4cbc50c8567f565ac7868ca695c9af4aceb09f3d8747526e1
3
+ size 1465
full-lora/checkpoint-3750/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
full-lora/checkpoint-3750/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
full-lora/checkpoint-3750/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
full-lora/checkpoint-3750/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "extra_special_tokens": {},
35
+ "legacy": false,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "padding_side": "right",
39
+ "sp_model_kwargs": {},
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false
43
+ }
full-lora/checkpoint-3750/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
full-lora/checkpoint-3750/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373064d186b379b705f3701bc2192b8d633e746e079c3d5e972608780158085a
3
+ size 6417
full-lora/run_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
3
+ "num_train_epochs": 3.0,
4
+ "learning_rate": 1e-06,
5
+ "full_finetune": false,
6
+ "use_qlora": false,
7
+ "lora_r": 64,
8
+ "dataset": "HarethahMo/extended-refusal",
9
+ "max_steps": null,
10
+ "response_aspect": "full",
11
+ "train_examples": 10000,
12
+ "assistant_only_loss": false
13
+ }
full-lora/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
full-lora/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
full-lora/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
full-lora/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "extra_special_tokens": {},
35
+ "legacy": false,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "padding_side": "right",
39
+ "sp_model_kwargs": {},
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false
43
+ }
full-lora/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373064d186b379b705f3701bc2192b8d633e746e079c3d5e972608780158085a
3
+ size 6417