Ajout dans checkpoints/
Browse files- checkpoints/README.md +202 -0
- checkpoints/adapter_config.json +34 -0
- checkpoints/adapter_model.safetensors +3 -0
- checkpoints/merges.txt +0 -0
- checkpoints/optimizer.pt +3 -0
- checkpoints/rng_state.pth +3 -0
- checkpoints/scaler.pt +3 -0
- checkpoints/scheduler.pt +3 -0
- checkpoints/special_tokens_map.json +63 -0
- checkpoints/tokenizer.json +0 -0
- checkpoints/tokenizer_config.json +357 -0
- checkpoints/trainer_state.json +1501 -0
- checkpoints/training_args.bin +3 -0
- checkpoints/vocab.json +0 -0
checkpoints/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: bigcode/starcoder2-3b
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- 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. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
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).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.15.2.dev0
|
checkpoints/adapter_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "bigcode/starcoder2-3b",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"r": 8,
|
| 24 |
+
"rank_pattern": {},
|
| 25 |
+
"revision": null,
|
| 26 |
+
"target_modules": [
|
| 27 |
+
"v_proj",
|
| 28 |
+
"q_proj"
|
| 29 |
+
],
|
| 30 |
+
"task_type": "CAUSAL_LM",
|
| 31 |
+
"trainable_token_indices": null,
|
| 32 |
+
"use_dora": false,
|
| 33 |
+
"use_rslora": false
|
| 34 |
+
}
|
checkpoints/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8afabc27017a9b3ed48cc1ac35a4073ef313ea55d598a40e0150936610e189bf
|
| 3 |
+
size 9108904
|
checkpoints/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoints/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ccfd53dc0de98477a6681b297b76b88b4d13a786179e4ba8e3535c46c1044ef
|
| 3 |
+
size 18287162
|
checkpoints/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63eb33e145e1c0ab82b446db9a32fc3ca8920bc98e3b1648d8ea6bcbf6d3e84e
|
| 3 |
+
size 14244
|
checkpoints/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f90fd3ad19bd4754603bfd3c6a498b8dcd94e4832597c952106bd7c9c3d40ec
|
| 3 |
+
size 988
|
checkpoints/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23697061698ab6b2cd4d7a33dd4b6049a6abf090d53017154d8146e7b5c7353c
|
| 3 |
+
size 1064
|
checkpoints/special_tokens_map.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|endoftext|>",
|
| 4 |
+
"<fim_prefix>",
|
| 5 |
+
"<fim_middle>",
|
| 6 |
+
"<fim_suffix>",
|
| 7 |
+
"<fim_pad>",
|
| 8 |
+
"<repo_name>",
|
| 9 |
+
"<file_sep>",
|
| 10 |
+
"<issue_start>",
|
| 11 |
+
"<issue_comment>",
|
| 12 |
+
"<issue_closed>",
|
| 13 |
+
"<jupyter_start>",
|
| 14 |
+
"<jupyter_text>",
|
| 15 |
+
"<jupyter_code>",
|
| 16 |
+
"<jupyter_output>",
|
| 17 |
+
"<jupyter_script>",
|
| 18 |
+
"<empty_output>",
|
| 19 |
+
"<code_to_intermediate>",
|
| 20 |
+
"<intermediate_to_code>",
|
| 21 |
+
"<pr>",
|
| 22 |
+
"<pr_status>",
|
| 23 |
+
"<pr_is_merged>",
|
| 24 |
+
"<pr_base>",
|
| 25 |
+
"<pr_file>",
|
| 26 |
+
"<pr_base_code>",
|
| 27 |
+
"<pr_diff>",
|
| 28 |
+
"<pr_diff_hunk>",
|
| 29 |
+
"<pr_comment>",
|
| 30 |
+
"<pr_event_id>",
|
| 31 |
+
"<pr_review>",
|
| 32 |
+
"<pr_review_state>",
|
| 33 |
+
"<pr_review_comment>",
|
| 34 |
+
"<pr_in_reply_to_review_id>",
|
| 35 |
+
"<pr_in_reply_to_comment_id>",
|
| 36 |
+
"<pr_diff_hunk_comment_line>",
|
| 37 |
+
"<NAME>",
|
| 38 |
+
"<EMAIL>",
|
| 39 |
+
"<KEY>",
|
| 40 |
+
"<PASSWORD>"
|
| 41 |
+
],
|
| 42 |
+
"bos_token": {
|
| 43 |
+
"content": "<|endoftext|>",
|
| 44 |
+
"lstrip": false,
|
| 45 |
+
"normalized": false,
|
| 46 |
+
"rstrip": false,
|
| 47 |
+
"single_word": false
|
| 48 |
+
},
|
| 49 |
+
"eos_token": {
|
| 50 |
+
"content": "<|endoftext|>",
|
| 51 |
+
"lstrip": false,
|
| 52 |
+
"normalized": false,
|
| 53 |
+
"rstrip": false,
|
| 54 |
+
"single_word": false
|
| 55 |
+
},
|
| 56 |
+
"unk_token": {
|
| 57 |
+
"content": "<|endoftext|>",
|
| 58 |
+
"lstrip": false,
|
| 59 |
+
"normalized": false,
|
| 60 |
+
"rstrip": false,
|
| 61 |
+
"single_word": false
|
| 62 |
+
}
|
| 63 |
+
}
|
checkpoints/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoints/tokenizer_config.json
ADDED
|
@@ -0,0 +1,357 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "<fim_prefix>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "<fim_middle>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "<fim_suffix>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"4": {
|
| 37 |
+
"content": "<fim_pad>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"5": {
|
| 45 |
+
"content": "<repo_name>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"6": {
|
| 53 |
+
"content": "<file_sep>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"7": {
|
| 61 |
+
"content": "<issue_start>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"8": {
|
| 69 |
+
"content": "<issue_comment>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"9": {
|
| 77 |
+
"content": "<issue_closed>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"10": {
|
| 85 |
+
"content": "<jupyter_start>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"11": {
|
| 93 |
+
"content": "<jupyter_text>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"12": {
|
| 101 |
+
"content": "<jupyter_code>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"13": {
|
| 109 |
+
"content": "<jupyter_output>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"14": {
|
| 117 |
+
"content": "<jupyter_script>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"15": {
|
| 125 |
+
"content": "<empty_output>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"16": {
|
| 133 |
+
"content": "<code_to_intermediate>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"17": {
|
| 141 |
+
"content": "<intermediate_to_code>",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"18": {
|
| 149 |
+
"content": "<pr>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"19": {
|
| 157 |
+
"content": "<pr_status>",
|
| 158 |
+
"lstrip": false,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"20": {
|
| 165 |
+
"content": "<pr_is_merged>",
|
| 166 |
+
"lstrip": false,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"21": {
|
| 173 |
+
"content": "<pr_base>",
|
| 174 |
+
"lstrip": false,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"22": {
|
| 181 |
+
"content": "<pr_file>",
|
| 182 |
+
"lstrip": false,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"23": {
|
| 189 |
+
"content": "<pr_base_code>",
|
| 190 |
+
"lstrip": false,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"24": {
|
| 197 |
+
"content": "<pr_diff>",
|
| 198 |
+
"lstrip": false,
|
| 199 |
+
"normalized": false,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"25": {
|
| 205 |
+
"content": "<pr_diff_hunk>",
|
| 206 |
+
"lstrip": false,
|
| 207 |
+
"normalized": false,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"26": {
|
| 213 |
+
"content": "<pr_comment>",
|
| 214 |
+
"lstrip": false,
|
| 215 |
+
"normalized": false,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"27": {
|
| 221 |
+
"content": "<pr_event_id>",
|
| 222 |
+
"lstrip": false,
|
| 223 |
+
"normalized": false,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"28": {
|
| 229 |
+
"content": "<pr_review>",
|
| 230 |
+
"lstrip": false,
|
| 231 |
+
"normalized": false,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"29": {
|
| 237 |
+
"content": "<pr_review_state>",
|
| 238 |
+
"lstrip": false,
|
| 239 |
+
"normalized": false,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"30": {
|
| 245 |
+
"content": "<pr_review_comment>",
|
| 246 |
+
"lstrip": false,
|
| 247 |
+
"normalized": false,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"31": {
|
| 253 |
+
"content": "<pr_in_reply_to_review_id>",
|
| 254 |
+
"lstrip": false,
|
| 255 |
+
"normalized": false,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"32": {
|
| 261 |
+
"content": "<pr_in_reply_to_comment_id>",
|
| 262 |
+
"lstrip": false,
|
| 263 |
+
"normalized": false,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"33": {
|
| 269 |
+
"content": "<pr_diff_hunk_comment_line>",
|
| 270 |
+
"lstrip": false,
|
| 271 |
+
"normalized": false,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"34": {
|
| 277 |
+
"content": "<NAME>",
|
| 278 |
+
"lstrip": false,
|
| 279 |
+
"normalized": false,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"35": {
|
| 285 |
+
"content": "<EMAIL>",
|
| 286 |
+
"lstrip": false,
|
| 287 |
+
"normalized": false,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"36": {
|
| 293 |
+
"content": "<KEY>",
|
| 294 |
+
"lstrip": false,
|
| 295 |
+
"normalized": false,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"37": {
|
| 301 |
+
"content": "<PASSWORD>",
|
| 302 |
+
"lstrip": false,
|
| 303 |
+
"normalized": false,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
}
|
| 308 |
+
},
|
| 309 |
+
"additional_special_tokens": [
|
| 310 |
+
"<|endoftext|>",
|
| 311 |
+
"<fim_prefix>",
|
| 312 |
+
"<fim_middle>",
|
| 313 |
+
"<fim_suffix>",
|
| 314 |
+
"<fim_pad>",
|
| 315 |
+
"<repo_name>",
|
| 316 |
+
"<file_sep>",
|
| 317 |
+
"<issue_start>",
|
| 318 |
+
"<issue_comment>",
|
| 319 |
+
"<issue_closed>",
|
| 320 |
+
"<jupyter_start>",
|
| 321 |
+
"<jupyter_text>",
|
| 322 |
+
"<jupyter_code>",
|
| 323 |
+
"<jupyter_output>",
|
| 324 |
+
"<jupyter_script>",
|
| 325 |
+
"<empty_output>",
|
| 326 |
+
"<code_to_intermediate>",
|
| 327 |
+
"<intermediate_to_code>",
|
| 328 |
+
"<pr>",
|
| 329 |
+
"<pr_status>",
|
| 330 |
+
"<pr_is_merged>",
|
| 331 |
+
"<pr_base>",
|
| 332 |
+
"<pr_file>",
|
| 333 |
+
"<pr_base_code>",
|
| 334 |
+
"<pr_diff>",
|
| 335 |
+
"<pr_diff_hunk>",
|
| 336 |
+
"<pr_comment>",
|
| 337 |
+
"<pr_event_id>",
|
| 338 |
+
"<pr_review>",
|
| 339 |
+
"<pr_review_state>",
|
| 340 |
+
"<pr_review_comment>",
|
| 341 |
+
"<pr_in_reply_to_review_id>",
|
| 342 |
+
"<pr_in_reply_to_comment_id>",
|
| 343 |
+
"<pr_diff_hunk_comment_line>",
|
| 344 |
+
"<NAME>",
|
| 345 |
+
"<EMAIL>",
|
| 346 |
+
"<KEY>",
|
| 347 |
+
"<PASSWORD>"
|
| 348 |
+
],
|
| 349 |
+
"bos_token": "<|endoftext|>",
|
| 350 |
+
"clean_up_tokenization_spaces": true,
|
| 351 |
+
"eos_token": "<|endoftext|>",
|
| 352 |
+
"extra_special_tokens": {},
|
| 353 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 354 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 355 |
+
"unk_token": "<|endoftext|>",
|
| 356 |
+
"vocab_size": 49152
|
| 357 |
+
}
|
checkpoints/trainer_state.json
ADDED
|
@@ -0,0 +1,1501 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.9949332105020727,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 1626,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.0018424689083371719,
|
| 14 |
+
"grad_norm": 1.5234806537628174,
|
| 15 |
+
"learning_rate": 0.0001,
|
| 16 |
+
"loss": 2.859,
|
| 17 |
+
"mean_token_accuracy": 0.4461010470986366,
|
| 18 |
+
"num_tokens": 1773.0,
|
| 19 |
+
"step": 1
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"epoch": 0.018424689083371717,
|
| 23 |
+
"grad_norm": 1.7587577104568481,
|
| 24 |
+
"learning_rate": 9.944649446494465e-05,
|
| 25 |
+
"loss": 3.2432,
|
| 26 |
+
"mean_token_accuracy": 0.4386831981440385,
|
| 27 |
+
"num_tokens": 14075.0,
|
| 28 |
+
"step": 10
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"epoch": 0.036849378166743434,
|
| 32 |
+
"grad_norm": 1.6922638416290283,
|
| 33 |
+
"learning_rate": 9.895448954489545e-05,
|
| 34 |
+
"loss": 3.2681,
|
| 35 |
+
"mean_token_accuracy": 0.4345304625108838,
|
| 36 |
+
"num_tokens": 30734.0,
|
| 37 |
+
"step": 20
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.055274067250115154,
|
| 41 |
+
"grad_norm": 1.5778034925460815,
|
| 42 |
+
"learning_rate": 9.833948339483395e-05,
|
| 43 |
+
"loss": 2.9895,
|
| 44 |
+
"mean_token_accuracy": 0.4445969723165035,
|
| 45 |
+
"num_tokens": 43216.0,
|
| 46 |
+
"step": 30
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.07369875633348687,
|
| 50 |
+
"grad_norm": 2.9133620262145996,
|
| 51 |
+
"learning_rate": 9.77859778597786e-05,
|
| 52 |
+
"loss": 3.0992,
|
| 53 |
+
"mean_token_accuracy": 0.4557989288121462,
|
| 54 |
+
"num_tokens": 59278.0,
|
| 55 |
+
"step": 40
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"epoch": 0.09212344541685859,
|
| 59 |
+
"grad_norm": 1.233146071434021,
|
| 60 |
+
"learning_rate": 9.71709717097171e-05,
|
| 61 |
+
"loss": 2.6631,
|
| 62 |
+
"mean_token_accuracy": 0.4950188485905528,
|
| 63 |
+
"num_tokens": 76093.0,
|
| 64 |
+
"step": 50
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"epoch": 0.11054813450023031,
|
| 68 |
+
"grad_norm": 1.8793283700942993,
|
| 69 |
+
"learning_rate": 9.65559655596556e-05,
|
| 70 |
+
"loss": 2.6269,
|
| 71 |
+
"mean_token_accuracy": 0.5195341780781746,
|
| 72 |
+
"num_tokens": 91394.0,
|
| 73 |
+
"step": 60
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.12897282358360201,
|
| 77 |
+
"grad_norm": 3.393233060836792,
|
| 78 |
+
"learning_rate": 9.59409594095941e-05,
|
| 79 |
+
"loss": 2.6286,
|
| 80 |
+
"mean_token_accuracy": 0.5205566212534904,
|
| 81 |
+
"num_tokens": 109148.0,
|
| 82 |
+
"step": 70
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.14739751266697373,
|
| 86 |
+
"grad_norm": 1.4595232009887695,
|
| 87 |
+
"learning_rate": 9.53259532595326e-05,
|
| 88 |
+
"loss": 2.4222,
|
| 89 |
+
"mean_token_accuracy": 0.5303220309317112,
|
| 90 |
+
"num_tokens": 124117.0,
|
| 91 |
+
"step": 80
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"epoch": 0.16582220175034545,
|
| 95 |
+
"grad_norm": 1.319626808166504,
|
| 96 |
+
"learning_rate": 9.471094710947111e-05,
|
| 97 |
+
"loss": 2.6389,
|
| 98 |
+
"mean_token_accuracy": 0.5104626394808293,
|
| 99 |
+
"num_tokens": 138074.0,
|
| 100 |
+
"step": 90
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.18424689083371718,
|
| 104 |
+
"grad_norm": 1.364896535873413,
|
| 105 |
+
"learning_rate": 9.40959409594096e-05,
|
| 106 |
+
"loss": 2.5226,
|
| 107 |
+
"mean_token_accuracy": 0.5130734294652939,
|
| 108 |
+
"num_tokens": 151855.0,
|
| 109 |
+
"step": 100
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.2026715799170889,
|
| 113 |
+
"grad_norm": 3.1249070167541504,
|
| 114 |
+
"learning_rate": 9.34809348093481e-05,
|
| 115 |
+
"loss": 2.2236,
|
| 116 |
+
"mean_token_accuracy": 0.5498266529291869,
|
| 117 |
+
"num_tokens": 169671.0,
|
| 118 |
+
"step": 110
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"epoch": 0.22109626900046062,
|
| 122 |
+
"grad_norm": 2.209862232208252,
|
| 123 |
+
"learning_rate": 9.28659286592866e-05,
|
| 124 |
+
"loss": 1.9976,
|
| 125 |
+
"mean_token_accuracy": 0.5757020100951195,
|
| 126 |
+
"num_tokens": 186277.0,
|
| 127 |
+
"step": 120
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"epoch": 0.23952095808383234,
|
| 131 |
+
"grad_norm": 2.1681127548217773,
|
| 132 |
+
"learning_rate": 9.22509225092251e-05,
|
| 133 |
+
"loss": 2.2206,
|
| 134 |
+
"mean_token_accuracy": 0.5722524970769882,
|
| 135 |
+
"num_tokens": 203038.0,
|
| 136 |
+
"step": 130
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.25794564716720403,
|
| 140 |
+
"grad_norm": 2.6612443923950195,
|
| 141 |
+
"learning_rate": 9.16359163591636e-05,
|
| 142 |
+
"loss": 2.1091,
|
| 143 |
+
"mean_token_accuracy": 0.5669840469956398,
|
| 144 |
+
"num_tokens": 219884.0,
|
| 145 |
+
"step": 140
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.2763703362505758,
|
| 149 |
+
"grad_norm": 2.5735461711883545,
|
| 150 |
+
"learning_rate": 9.102091020910209e-05,
|
| 151 |
+
"loss": 2.1719,
|
| 152 |
+
"mean_token_accuracy": 0.5732400707900525,
|
| 153 |
+
"num_tokens": 234422.0,
|
| 154 |
+
"step": 150
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"epoch": 0.29479502533394747,
|
| 158 |
+
"grad_norm": 2.4123075008392334,
|
| 159 |
+
"learning_rate": 9.040590405904059e-05,
|
| 160 |
+
"loss": 2.0741,
|
| 161 |
+
"mean_token_accuracy": 0.5853110387921333,
|
| 162 |
+
"num_tokens": 252658.0,
|
| 163 |
+
"step": 160
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.3132197144173192,
|
| 167 |
+
"grad_norm": 4.181519508361816,
|
| 168 |
+
"learning_rate": 8.97908979089791e-05,
|
| 169 |
+
"loss": 2.0645,
|
| 170 |
+
"mean_token_accuracy": 0.5933280706405639,
|
| 171 |
+
"num_tokens": 266598.0,
|
| 172 |
+
"step": 170
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"epoch": 0.3316444035006909,
|
| 176 |
+
"grad_norm": 6.70389986038208,
|
| 177 |
+
"learning_rate": 8.917589175891759e-05,
|
| 178 |
+
"loss": 2.0246,
|
| 179 |
+
"mean_token_accuracy": 0.5990256905555725,
|
| 180 |
+
"num_tokens": 283568.0,
|
| 181 |
+
"step": 180
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"epoch": 0.35006909258406266,
|
| 185 |
+
"grad_norm": 3.190056085586548,
|
| 186 |
+
"learning_rate": 8.85608856088561e-05,
|
| 187 |
+
"loss": 2.0359,
|
| 188 |
+
"mean_token_accuracy": 0.5828932531177997,
|
| 189 |
+
"num_tokens": 299479.0,
|
| 190 |
+
"step": 190
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.36849378166743435,
|
| 194 |
+
"grad_norm": 2.202435255050659,
|
| 195 |
+
"learning_rate": 8.794587945879459e-05,
|
| 196 |
+
"loss": 1.9978,
|
| 197 |
+
"mean_token_accuracy": 0.5923964321613312,
|
| 198 |
+
"num_tokens": 314808.0,
|
| 199 |
+
"step": 200
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.3869184707508061,
|
| 203 |
+
"grad_norm": 3.021692991256714,
|
| 204 |
+
"learning_rate": 8.73308733087331e-05,
|
| 205 |
+
"loss": 1.9762,
|
| 206 |
+
"mean_token_accuracy": 0.5954224966466427,
|
| 207 |
+
"num_tokens": 330418.0,
|
| 208 |
+
"step": 210
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 0.4053431598341778,
|
| 212 |
+
"grad_norm": 2.3011951446533203,
|
| 213 |
+
"learning_rate": 8.67158671586716e-05,
|
| 214 |
+
"loss": 1.9468,
|
| 215 |
+
"mean_token_accuracy": 0.6064199827611446,
|
| 216 |
+
"num_tokens": 345678.0,
|
| 217 |
+
"step": 220
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 0.42376784891754954,
|
| 221 |
+
"grad_norm": 3.2118687629699707,
|
| 222 |
+
"learning_rate": 8.610086100861009e-05,
|
| 223 |
+
"loss": 2.0322,
|
| 224 |
+
"mean_token_accuracy": 0.5958029434084893,
|
| 225 |
+
"num_tokens": 359806.0,
|
| 226 |
+
"step": 230
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.44219253800092123,
|
| 230 |
+
"grad_norm": 3.341315269470215,
|
| 231 |
+
"learning_rate": 8.548585485854859e-05,
|
| 232 |
+
"loss": 1.84,
|
| 233 |
+
"mean_token_accuracy": 0.6245468840003013,
|
| 234 |
+
"num_tokens": 376486.0,
|
| 235 |
+
"step": 240
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"epoch": 0.460617227084293,
|
| 239 |
+
"grad_norm": 3.6315159797668457,
|
| 240 |
+
"learning_rate": 8.48708487084871e-05,
|
| 241 |
+
"loss": 1.9745,
|
| 242 |
+
"mean_token_accuracy": 0.6007553555071354,
|
| 243 |
+
"num_tokens": 390325.0,
|
| 244 |
+
"step": 250
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"epoch": 0.47904191616766467,
|
| 248 |
+
"grad_norm": 1.6510157585144043,
|
| 249 |
+
"learning_rate": 8.425584255842559e-05,
|
| 250 |
+
"loss": 1.8946,
|
| 251 |
+
"mean_token_accuracy": 0.6109437264502049,
|
| 252 |
+
"num_tokens": 404030.0,
|
| 253 |
+
"step": 260
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 0.49746660525103636,
|
| 257 |
+
"grad_norm": 1.7643793821334839,
|
| 258 |
+
"learning_rate": 8.364083640836408e-05,
|
| 259 |
+
"loss": 1.9053,
|
| 260 |
+
"mean_token_accuracy": 0.6258256755769253,
|
| 261 |
+
"num_tokens": 419835.0,
|
| 262 |
+
"step": 270
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.5158912943344081,
|
| 266 |
+
"grad_norm": 3.0207324028015137,
|
| 267 |
+
"learning_rate": 8.302583025830258e-05,
|
| 268 |
+
"loss": 1.9201,
|
| 269 |
+
"mean_token_accuracy": 0.6229945972561837,
|
| 270 |
+
"num_tokens": 434982.0,
|
| 271 |
+
"step": 280
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"epoch": 0.5343159834177799,
|
| 275 |
+
"grad_norm": 1.9562475681304932,
|
| 276 |
+
"learning_rate": 8.241082410824109e-05,
|
| 277 |
+
"loss": 1.792,
|
| 278 |
+
"mean_token_accuracy": 0.6339600890874862,
|
| 279 |
+
"num_tokens": 451471.0,
|
| 280 |
+
"step": 290
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"epoch": 0.5527406725011516,
|
| 284 |
+
"grad_norm": 2.1910619735717773,
|
| 285 |
+
"learning_rate": 8.17958179581796e-05,
|
| 286 |
+
"loss": 1.8753,
|
| 287 |
+
"mean_token_accuracy": 0.6094988606870174,
|
| 288 |
+
"num_tokens": 468561.0,
|
| 289 |
+
"step": 300
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.5711653615845232,
|
| 293 |
+
"grad_norm": 2.169729471206665,
|
| 294 |
+
"learning_rate": 8.118081180811809e-05,
|
| 295 |
+
"loss": 1.8323,
|
| 296 |
+
"mean_token_accuracy": 0.6192840307950973,
|
| 297 |
+
"num_tokens": 483236.0,
|
| 298 |
+
"step": 310
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.5895900506678949,
|
| 302 |
+
"grad_norm": 3.562459945678711,
|
| 303 |
+
"learning_rate": 8.056580565805658e-05,
|
| 304 |
+
"loss": 1.839,
|
| 305 |
+
"mean_token_accuracy": 0.6167505770921707,
|
| 306 |
+
"num_tokens": 498223.0,
|
| 307 |
+
"step": 320
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"epoch": 0.6080147397512667,
|
| 311 |
+
"grad_norm": 2.991919994354248,
|
| 312 |
+
"learning_rate": 7.995079950799509e-05,
|
| 313 |
+
"loss": 1.8818,
|
| 314 |
+
"mean_token_accuracy": 0.6214108224958181,
|
| 315 |
+
"num_tokens": 514745.0,
|
| 316 |
+
"step": 330
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"epoch": 0.6264394288346384,
|
| 320 |
+
"grad_norm": 1.9438029527664185,
|
| 321 |
+
"learning_rate": 7.933579335793359e-05,
|
| 322 |
+
"loss": 1.6811,
|
| 323 |
+
"mean_token_accuracy": 0.6411525875329971,
|
| 324 |
+
"num_tokens": 529385.0,
|
| 325 |
+
"step": 340
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.6448641179180101,
|
| 329 |
+
"grad_norm": 2.60821795463562,
|
| 330 |
+
"learning_rate": 7.872078720787208e-05,
|
| 331 |
+
"loss": 1.6387,
|
| 332 |
+
"mean_token_accuracy": 0.6569411031901836,
|
| 333 |
+
"num_tokens": 544502.0,
|
| 334 |
+
"step": 350
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"epoch": 0.6632888070013818,
|
| 338 |
+
"grad_norm": 2.1682169437408447,
|
| 339 |
+
"learning_rate": 7.810578105781058e-05,
|
| 340 |
+
"loss": 1.8183,
|
| 341 |
+
"mean_token_accuracy": 0.6362691901624202,
|
| 342 |
+
"num_tokens": 560484.0,
|
| 343 |
+
"step": 360
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"epoch": 0.6817134960847536,
|
| 347 |
+
"grad_norm": 2.3680660724639893,
|
| 348 |
+
"learning_rate": 7.749077490774908e-05,
|
| 349 |
+
"loss": 1.7239,
|
| 350 |
+
"mean_token_accuracy": 0.6350000731647014,
|
| 351 |
+
"num_tokens": 575806.0,
|
| 352 |
+
"step": 370
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.7001381851681253,
|
| 356 |
+
"grad_norm": 3.8596909046173096,
|
| 357 |
+
"learning_rate": 7.687576875768758e-05,
|
| 358 |
+
"loss": 1.7321,
|
| 359 |
+
"mean_token_accuracy": 0.6481119975447655,
|
| 360 |
+
"num_tokens": 591583.0,
|
| 361 |
+
"step": 380
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 0.718562874251497,
|
| 365 |
+
"grad_norm": 2.055788040161133,
|
| 366 |
+
"learning_rate": 7.626076260762607e-05,
|
| 367 |
+
"loss": 1.8335,
|
| 368 |
+
"mean_token_accuracy": 0.6327963292598724,
|
| 369 |
+
"num_tokens": 605048.0,
|
| 370 |
+
"step": 390
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 0.7369875633348687,
|
| 374 |
+
"grad_norm": 1.443811297416687,
|
| 375 |
+
"learning_rate": 7.564575645756458e-05,
|
| 376 |
+
"loss": 1.6904,
|
| 377 |
+
"mean_token_accuracy": 0.6381124444305897,
|
| 378 |
+
"num_tokens": 620806.0,
|
| 379 |
+
"step": 400
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"epoch": 0.7554122524182404,
|
| 383 |
+
"grad_norm": 2.873528242111206,
|
| 384 |
+
"learning_rate": 7.503075030750309e-05,
|
| 385 |
+
"loss": 1.8429,
|
| 386 |
+
"mean_token_accuracy": 0.6189649045467377,
|
| 387 |
+
"num_tokens": 635987.0,
|
| 388 |
+
"step": 410
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.7738369415016122,
|
| 392 |
+
"grad_norm": 2.4668147563934326,
|
| 393 |
+
"learning_rate": 7.441574415744159e-05,
|
| 394 |
+
"loss": 1.7066,
|
| 395 |
+
"mean_token_accuracy": 0.644946389645338,
|
| 396 |
+
"num_tokens": 653051.0,
|
| 397 |
+
"step": 420
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"epoch": 0.7922616305849839,
|
| 401 |
+
"grad_norm": 2.8157310485839844,
|
| 402 |
+
"learning_rate": 7.380073800738008e-05,
|
| 403 |
+
"loss": 1.6648,
|
| 404 |
+
"mean_token_accuracy": 0.6482915267348289,
|
| 405 |
+
"num_tokens": 666431.0,
|
| 406 |
+
"step": 430
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"epoch": 0.8106863196683556,
|
| 410 |
+
"grad_norm": 4.145294666290283,
|
| 411 |
+
"learning_rate": 7.318573185731857e-05,
|
| 412 |
+
"loss": 1.6854,
|
| 413 |
+
"mean_token_accuracy": 0.657547478377819,
|
| 414 |
+
"num_tokens": 681833.0,
|
| 415 |
+
"step": 440
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.8291110087517273,
|
| 419 |
+
"grad_norm": 3.8063929080963135,
|
| 420 |
+
"learning_rate": 7.257072570725708e-05,
|
| 421 |
+
"loss": 1.7735,
|
| 422 |
+
"mean_token_accuracy": 0.6324092581868171,
|
| 423 |
+
"num_tokens": 699060.0,
|
| 424 |
+
"step": 450
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"epoch": 0.8475356978350991,
|
| 428 |
+
"grad_norm": 1.7125282287597656,
|
| 429 |
+
"learning_rate": 7.195571955719558e-05,
|
| 430 |
+
"loss": 1.77,
|
| 431 |
+
"mean_token_accuracy": 0.6430839493870735,
|
| 432 |
+
"num_tokens": 715589.0,
|
| 433 |
+
"step": 460
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"epoch": 0.8659603869184708,
|
| 437 |
+
"grad_norm": 1.7735799551010132,
|
| 438 |
+
"learning_rate": 7.134071340713407e-05,
|
| 439 |
+
"loss": 1.7086,
|
| 440 |
+
"mean_token_accuracy": 0.6416696727275848,
|
| 441 |
+
"num_tokens": 730089.0,
|
| 442 |
+
"step": 470
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"epoch": 0.8843850760018425,
|
| 446 |
+
"grad_norm": 1.709375262260437,
|
| 447 |
+
"learning_rate": 7.072570725707257e-05,
|
| 448 |
+
"loss": 1.6076,
|
| 449 |
+
"mean_token_accuracy": 0.6620715044438839,
|
| 450 |
+
"num_tokens": 746328.0,
|
| 451 |
+
"step": 480
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.9028097650852142,
|
| 455 |
+
"grad_norm": 1.7753926515579224,
|
| 456 |
+
"learning_rate": 7.011070110701108e-05,
|
| 457 |
+
"loss": 1.775,
|
| 458 |
+
"mean_token_accuracy": 0.6423866167664528,
|
| 459 |
+
"num_tokens": 761359.0,
|
| 460 |
+
"step": 490
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"epoch": 0.921234454168586,
|
| 464 |
+
"grad_norm": 2.611227512359619,
|
| 465 |
+
"learning_rate": 6.949569495694957e-05,
|
| 466 |
+
"loss": 1.7573,
|
| 467 |
+
"mean_token_accuracy": 0.6375408962368965,
|
| 468 |
+
"num_tokens": 776148.0,
|
| 469 |
+
"step": 500
|
| 470 |
+
},
|
| 471 |
+
{
|
| 472 |
+
"epoch": 0.9396591432519577,
|
| 473 |
+
"grad_norm": 3.674412965774536,
|
| 474 |
+
"learning_rate": 6.888068880688808e-05,
|
| 475 |
+
"loss": 1.6506,
|
| 476 |
+
"mean_token_accuracy": 0.660132697224617,
|
| 477 |
+
"num_tokens": 793684.0,
|
| 478 |
+
"step": 510
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.9580838323353293,
|
| 482 |
+
"grad_norm": 1.4588079452514648,
|
| 483 |
+
"learning_rate": 6.826568265682657e-05,
|
| 484 |
+
"loss": 1.584,
|
| 485 |
+
"mean_token_accuracy": 0.6719754695892334,
|
| 486 |
+
"num_tokens": 810075.0,
|
| 487 |
+
"step": 520
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"epoch": 0.976508521418701,
|
| 491 |
+
"grad_norm": 2.6270811557769775,
|
| 492 |
+
"learning_rate": 6.765067650676508e-05,
|
| 493 |
+
"loss": 1.8693,
|
| 494 |
+
"mean_token_accuracy": 0.6431014843285083,
|
| 495 |
+
"num_tokens": 821845.0,
|
| 496 |
+
"step": 530
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"epoch": 0.9949332105020727,
|
| 500 |
+
"grad_norm": 3.1522443294525146,
|
| 501 |
+
"learning_rate": 6.703567035670358e-05,
|
| 502 |
+
"loss": 1.616,
|
| 503 |
+
"mean_token_accuracy": 0.6511368542909622,
|
| 504 |
+
"num_tokens": 837314.0,
|
| 505 |
+
"step": 540
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"epoch": 1.0128972823583602,
|
| 509 |
+
"grad_norm": 1.6306216716766357,
|
| 510 |
+
"learning_rate": 6.642066420664207e-05,
|
| 511 |
+
"loss": 1.879,
|
| 512 |
+
"mean_token_accuracy": 0.6300988514453937,
|
| 513 |
+
"num_tokens": 850588.0,
|
| 514 |
+
"step": 550
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 1.0313219714417319,
|
| 518 |
+
"grad_norm": 3.6696395874023438,
|
| 519 |
+
"learning_rate": 6.580565805658057e-05,
|
| 520 |
+
"loss": 1.6574,
|
| 521 |
+
"mean_token_accuracy": 0.6459669299423695,
|
| 522 |
+
"num_tokens": 864714.0,
|
| 523 |
+
"step": 560
|
| 524 |
+
},
|
| 525 |
+
{
|
| 526 |
+
"epoch": 1.0497466605251036,
|
| 527 |
+
"grad_norm": 2.42344331741333,
|
| 528 |
+
"learning_rate": 6.519065190651907e-05,
|
| 529 |
+
"loss": 1.6792,
|
| 530 |
+
"mean_token_accuracy": 0.6428927913308143,
|
| 531 |
+
"num_tokens": 880970.0,
|
| 532 |
+
"step": 570
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"epoch": 1.0681713496084753,
|
| 536 |
+
"grad_norm": 2.758784770965576,
|
| 537 |
+
"learning_rate": 6.457564575645757e-05,
|
| 538 |
+
"loss": 1.6636,
|
| 539 |
+
"mean_token_accuracy": 0.6472427472472191,
|
| 540 |
+
"num_tokens": 894346.0,
|
| 541 |
+
"step": 580
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 1.0865960386918472,
|
| 545 |
+
"grad_norm": 3.1409521102905273,
|
| 546 |
+
"learning_rate": 6.396063960639606e-05,
|
| 547 |
+
"loss": 1.6937,
|
| 548 |
+
"mean_token_accuracy": 0.6384285531938076,
|
| 549 |
+
"num_tokens": 913076.0,
|
| 550 |
+
"step": 590
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"epoch": 1.1050207277752189,
|
| 554 |
+
"grad_norm": 2.055471658706665,
|
| 555 |
+
"learning_rate": 6.334563345633456e-05,
|
| 556 |
+
"loss": 1.6229,
|
| 557 |
+
"mean_token_accuracy": 0.6535055659711361,
|
| 558 |
+
"num_tokens": 927828.0,
|
| 559 |
+
"step": 600
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"epoch": 1.1234454168585906,
|
| 563 |
+
"grad_norm": 1.4776051044464111,
|
| 564 |
+
"learning_rate": 6.273062730627307e-05,
|
| 565 |
+
"loss": 1.5533,
|
| 566 |
+
"mean_token_accuracy": 0.6595104590058327,
|
| 567 |
+
"num_tokens": 941252.0,
|
| 568 |
+
"step": 610
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"epoch": 1.1418701059419623,
|
| 572 |
+
"grad_norm": 2.9976112842559814,
|
| 573 |
+
"learning_rate": 6.211562115621157e-05,
|
| 574 |
+
"loss": 1.5572,
|
| 575 |
+
"mean_token_accuracy": 0.6735355719923973,
|
| 576 |
+
"num_tokens": 957399.0,
|
| 577 |
+
"step": 620
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 1.160294795025334,
|
| 581 |
+
"grad_norm": 2.034322738647461,
|
| 582 |
+
"learning_rate": 6.150061500615007e-05,
|
| 583 |
+
"loss": 1.7031,
|
| 584 |
+
"mean_token_accuracy": 0.659538009762764,
|
| 585 |
+
"num_tokens": 973536.0,
|
| 586 |
+
"step": 630
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"epoch": 1.1787194841087056,
|
| 590 |
+
"grad_norm": 2.450007438659668,
|
| 591 |
+
"learning_rate": 6.0885608856088563e-05,
|
| 592 |
+
"loss": 1.8057,
|
| 593 |
+
"mean_token_accuracy": 0.6286990121006966,
|
| 594 |
+
"num_tokens": 987842.0,
|
| 595 |
+
"step": 640
|
| 596 |
+
},
|
| 597 |
+
{
|
| 598 |
+
"epoch": 1.1971441731920773,
|
| 599 |
+
"grad_norm": 1.9177062511444092,
|
| 600 |
+
"learning_rate": 6.027060270602707e-05,
|
| 601 |
+
"loss": 1.7082,
|
| 602 |
+
"mean_token_accuracy": 0.6420982472598553,
|
| 603 |
+
"num_tokens": 1003454.0,
|
| 604 |
+
"step": 650
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 1.215568862275449,
|
| 608 |
+
"grad_norm": 2.712975263595581,
|
| 609 |
+
"learning_rate": 5.9655596555965566e-05,
|
| 610 |
+
"loss": 1.5976,
|
| 611 |
+
"mean_token_accuracy": 0.651873255521059,
|
| 612 |
+
"num_tokens": 1017354.0,
|
| 613 |
+
"step": 660
|
| 614 |
+
},
|
| 615 |
+
{
|
| 616 |
+
"epoch": 1.2339935513588207,
|
| 617 |
+
"grad_norm": 2.0437071323394775,
|
| 618 |
+
"learning_rate": 5.904059040590406e-05,
|
| 619 |
+
"loss": 1.654,
|
| 620 |
+
"mean_token_accuracy": 0.6428793512284756,
|
| 621 |
+
"num_tokens": 1031349.0,
|
| 622 |
+
"step": 670
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"epoch": 1.2524182404421924,
|
| 626 |
+
"grad_norm": 4.048579216003418,
|
| 627 |
+
"learning_rate": 5.8425584255842556e-05,
|
| 628 |
+
"loss": 1.6849,
|
| 629 |
+
"mean_token_accuracy": 0.6524994812905789,
|
| 630 |
+
"num_tokens": 1046888.0,
|
| 631 |
+
"step": 680
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"epoch": 1.2708429295255643,
|
| 635 |
+
"grad_norm": 1.9990712404251099,
|
| 636 |
+
"learning_rate": 5.7810578105781064e-05,
|
| 637 |
+
"loss": 1.5438,
|
| 638 |
+
"mean_token_accuracy": 0.6665605463087558,
|
| 639 |
+
"num_tokens": 1063677.0,
|
| 640 |
+
"step": 690
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 1.289267618608936,
|
| 644 |
+
"grad_norm": 4.054327487945557,
|
| 645 |
+
"learning_rate": 5.7195571955719566e-05,
|
| 646 |
+
"loss": 1.7604,
|
| 647 |
+
"mean_token_accuracy": 0.6362201184034347,
|
| 648 |
+
"num_tokens": 1078450.0,
|
| 649 |
+
"step": 700
|
| 650 |
+
},
|
| 651 |
+
{
|
| 652 |
+
"epoch": 1.3076923076923077,
|
| 653 |
+
"grad_norm": 1.500022530555725,
|
| 654 |
+
"learning_rate": 5.658056580565806e-05,
|
| 655 |
+
"loss": 1.6035,
|
| 656 |
+
"mean_token_accuracy": 0.6589202269911766,
|
| 657 |
+
"num_tokens": 1095184.0,
|
| 658 |
+
"step": 710
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"epoch": 1.3261169967756794,
|
| 662 |
+
"grad_norm": 1.5381805896759033,
|
| 663 |
+
"learning_rate": 5.5965559655596555e-05,
|
| 664 |
+
"loss": 1.4785,
|
| 665 |
+
"mean_token_accuracy": 0.6745613172650338,
|
| 666 |
+
"num_tokens": 1110018.0,
|
| 667 |
+
"step": 720
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 1.344541685859051,
|
| 671 |
+
"grad_norm": 2.767632007598877,
|
| 672 |
+
"learning_rate": 5.535055350553506e-05,
|
| 673 |
+
"loss": 1.7756,
|
| 674 |
+
"mean_token_accuracy": 0.6358517713844776,
|
| 675 |
+
"num_tokens": 1123395.0,
|
| 676 |
+
"step": 730
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"epoch": 1.3629663749424228,
|
| 680 |
+
"grad_norm": 2.790994882583618,
|
| 681 |
+
"learning_rate": 5.473554735547356e-05,
|
| 682 |
+
"loss": 1.8279,
|
| 683 |
+
"mean_token_accuracy": 0.6309185773134232,
|
| 684 |
+
"num_tokens": 1137612.0,
|
| 685 |
+
"step": 740
|
| 686 |
+
},
|
| 687 |
+
{
|
| 688 |
+
"epoch": 1.3813910640257947,
|
| 689 |
+
"grad_norm": 2.408815860748291,
|
| 690 |
+
"learning_rate": 5.412054120541206e-05,
|
| 691 |
+
"loss": 1.6681,
|
| 692 |
+
"mean_token_accuracy": 0.6524201087653637,
|
| 693 |
+
"num_tokens": 1153122.0,
|
| 694 |
+
"step": 750
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"epoch": 1.3998157531091664,
|
| 698 |
+
"grad_norm": 1.718011736869812,
|
| 699 |
+
"learning_rate": 5.3505535055350554e-05,
|
| 700 |
+
"loss": 1.5317,
|
| 701 |
+
"mean_token_accuracy": 0.6702338352799415,
|
| 702 |
+
"num_tokens": 1170060.0,
|
| 703 |
+
"step": 760
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 1.418240442192538,
|
| 707 |
+
"grad_norm": 3.807502508163452,
|
| 708 |
+
"learning_rate": 5.289052890528906e-05,
|
| 709 |
+
"loss": 1.6218,
|
| 710 |
+
"mean_token_accuracy": 0.6621288940310478,
|
| 711 |
+
"num_tokens": 1184871.0,
|
| 712 |
+
"step": 770
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"epoch": 1.4366651312759098,
|
| 716 |
+
"grad_norm": 1.927329182624817,
|
| 717 |
+
"learning_rate": 5.227552275522756e-05,
|
| 718 |
+
"loss": 1.5677,
|
| 719 |
+
"mean_token_accuracy": 0.6642054319381714,
|
| 720 |
+
"num_tokens": 1199929.0,
|
| 721 |
+
"step": 780
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"epoch": 1.4550898203592815,
|
| 725 |
+
"grad_norm": 1.845070481300354,
|
| 726 |
+
"learning_rate": 5.166051660516605e-05,
|
| 727 |
+
"loss": 1.6204,
|
| 728 |
+
"mean_token_accuracy": 0.6633838757872581,
|
| 729 |
+
"num_tokens": 1215540.0,
|
| 730 |
+
"step": 790
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 1.4735145094426532,
|
| 734 |
+
"grad_norm": 2.4076995849609375,
|
| 735 |
+
"learning_rate": 5.104551045510455e-05,
|
| 736 |
+
"loss": 1.598,
|
| 737 |
+
"mean_token_accuracy": 0.6614152923226356,
|
| 738 |
+
"num_tokens": 1232591.0,
|
| 739 |
+
"step": 800
|
| 740 |
+
},
|
| 741 |
+
{
|
| 742 |
+
"epoch": 1.4919391985260249,
|
| 743 |
+
"grad_norm": 3.6199724674224854,
|
| 744 |
+
"learning_rate": 5.0430504305043055e-05,
|
| 745 |
+
"loss": 1.5614,
|
| 746 |
+
"mean_token_accuracy": 0.664795532822609,
|
| 747 |
+
"num_tokens": 1247973.0,
|
| 748 |
+
"step": 810
|
| 749 |
+
},
|
| 750 |
+
{
|
| 751 |
+
"epoch": 1.5103638876093965,
|
| 752 |
+
"grad_norm": 2.4386658668518066,
|
| 753 |
+
"learning_rate": 4.9815498154981556e-05,
|
| 754 |
+
"loss": 1.6204,
|
| 755 |
+
"mean_token_accuracy": 0.656517218053341,
|
| 756 |
+
"num_tokens": 1264392.0,
|
| 757 |
+
"step": 820
|
| 758 |
+
},
|
| 759 |
+
{
|
| 760 |
+
"epoch": 1.5287885766927682,
|
| 761 |
+
"grad_norm": 1.7179166078567505,
|
| 762 |
+
"learning_rate": 4.920049200492005e-05,
|
| 763 |
+
"loss": 1.667,
|
| 764 |
+
"mean_token_accuracy": 0.6481011256575584,
|
| 765 |
+
"num_tokens": 1281176.0,
|
| 766 |
+
"step": 830
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 1.54721326577614,
|
| 770 |
+
"grad_norm": 1.5895161628723145,
|
| 771 |
+
"learning_rate": 4.858548585485855e-05,
|
| 772 |
+
"loss": 1.7653,
|
| 773 |
+
"mean_token_accuracy": 0.6350654922425747,
|
| 774 |
+
"num_tokens": 1295438.0,
|
| 775 |
+
"step": 840
|
| 776 |
+
},
|
| 777 |
+
{
|
| 778 |
+
"epoch": 1.5656379548595116,
|
| 779 |
+
"grad_norm": 2.192767381668091,
|
| 780 |
+
"learning_rate": 4.797047970479705e-05,
|
| 781 |
+
"loss": 1.7234,
|
| 782 |
+
"mean_token_accuracy": 0.6520352639257908,
|
| 783 |
+
"num_tokens": 1311458.0,
|
| 784 |
+
"step": 850
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"epoch": 1.5840626439428833,
|
| 788 |
+
"grad_norm": 2.573124885559082,
|
| 789 |
+
"learning_rate": 4.7355473554735555e-05,
|
| 790 |
+
"loss": 1.6244,
|
| 791 |
+
"mean_token_accuracy": 0.6589855045080185,
|
| 792 |
+
"num_tokens": 1326482.0,
|
| 793 |
+
"step": 860
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 1.6024873330262552,
|
| 797 |
+
"grad_norm": 3.809417247772217,
|
| 798 |
+
"learning_rate": 4.674046740467405e-05,
|
| 799 |
+
"loss": 1.6239,
|
| 800 |
+
"mean_token_accuracy": 0.6600351750850677,
|
| 801 |
+
"num_tokens": 1341909.0,
|
| 802 |
+
"step": 870
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"epoch": 1.620912022109627,
|
| 806 |
+
"grad_norm": 1.531394124031067,
|
| 807 |
+
"learning_rate": 4.612546125461255e-05,
|
| 808 |
+
"loss": 1.5705,
|
| 809 |
+
"mean_token_accuracy": 0.6624191544950009,
|
| 810 |
+
"num_tokens": 1357812.0,
|
| 811 |
+
"step": 880
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"epoch": 1.6393367111929986,
|
| 815 |
+
"grad_norm": 3.8407554626464844,
|
| 816 |
+
"learning_rate": 4.5510455104551046e-05,
|
| 817 |
+
"loss": 1.6656,
|
| 818 |
+
"mean_token_accuracy": 0.6529517590999603,
|
| 819 |
+
"num_tokens": 1372898.0,
|
| 820 |
+
"step": 890
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"epoch": 1.6577614002763703,
|
| 824 |
+
"grad_norm": 2.4914557933807373,
|
| 825 |
+
"learning_rate": 4.489544895448955e-05,
|
| 826 |
+
"loss": 1.5695,
|
| 827 |
+
"mean_token_accuracy": 0.675298410654068,
|
| 828 |
+
"num_tokens": 1387354.0,
|
| 829 |
+
"step": 900
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 1.676186089359742,
|
| 833 |
+
"grad_norm": 2.8756096363067627,
|
| 834 |
+
"learning_rate": 4.428044280442805e-05,
|
| 835 |
+
"loss": 1.6854,
|
| 836 |
+
"mean_token_accuracy": 0.64402234852314,
|
| 837 |
+
"num_tokens": 1402343.0,
|
| 838 |
+
"step": 910
|
| 839 |
+
},
|
| 840 |
+
{
|
| 841 |
+
"epoch": 1.694610778443114,
|
| 842 |
+
"grad_norm": 1.9504696130752563,
|
| 843 |
+
"learning_rate": 4.366543665436655e-05,
|
| 844 |
+
"loss": 1.6059,
|
| 845 |
+
"mean_token_accuracy": 0.6611929297447204,
|
| 846 |
+
"num_tokens": 1418248.0,
|
| 847 |
+
"step": 920
|
| 848 |
+
},
|
| 849 |
+
{
|
| 850 |
+
"epoch": 1.7130354675264856,
|
| 851 |
+
"grad_norm": 1.6919995546340942,
|
| 852 |
+
"learning_rate": 4.3050430504305045e-05,
|
| 853 |
+
"loss": 1.5615,
|
| 854 |
+
"mean_token_accuracy": 0.6665925502777099,
|
| 855 |
+
"num_tokens": 1432999.0,
|
| 856 |
+
"step": 930
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 1.7314601566098573,
|
| 860 |
+
"grad_norm": 2.0128772258758545,
|
| 861 |
+
"learning_rate": 4.243542435424355e-05,
|
| 862 |
+
"loss": 1.5776,
|
| 863 |
+
"mean_token_accuracy": 0.6651003785431385,
|
| 864 |
+
"num_tokens": 1449366.0,
|
| 865 |
+
"step": 940
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"epoch": 1.749884845693229,
|
| 869 |
+
"grad_norm": 2.1715657711029053,
|
| 870 |
+
"learning_rate": 4.182041820418204e-05,
|
| 871 |
+
"loss": 1.6152,
|
| 872 |
+
"mean_token_accuracy": 0.6561852261424065,
|
| 873 |
+
"num_tokens": 1465702.0,
|
| 874 |
+
"step": 950
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"epoch": 1.7683095347766007,
|
| 878 |
+
"grad_norm": 2.274376153945923,
|
| 879 |
+
"learning_rate": 4.120541205412054e-05,
|
| 880 |
+
"loss": 1.4871,
|
| 881 |
+
"mean_token_accuracy": 0.6793628737330437,
|
| 882 |
+
"num_tokens": 1480603.0,
|
| 883 |
+
"step": 960
|
| 884 |
+
},
|
| 885 |
+
{
|
| 886 |
+
"epoch": 1.7867342238599724,
|
| 887 |
+
"grad_norm": 3.4055070877075195,
|
| 888 |
+
"learning_rate": 4.0590405904059045e-05,
|
| 889 |
+
"loss": 1.5607,
|
| 890 |
+
"mean_token_accuracy": 0.6566946871578694,
|
| 891 |
+
"num_tokens": 1495993.0,
|
| 892 |
+
"step": 970
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 1.805158912943344,
|
| 896 |
+
"grad_norm": 3.325863838195801,
|
| 897 |
+
"learning_rate": 3.9975399753997546e-05,
|
| 898 |
+
"loss": 1.6572,
|
| 899 |
+
"mean_token_accuracy": 0.6670118771493435,
|
| 900 |
+
"num_tokens": 1512422.0,
|
| 901 |
+
"step": 980
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"epoch": 1.8235836020267158,
|
| 905 |
+
"grad_norm": 2.7312819957733154,
|
| 906 |
+
"learning_rate": 3.936039360393604e-05,
|
| 907 |
+
"loss": 1.6001,
|
| 908 |
+
"mean_token_accuracy": 0.6647168889641761,
|
| 909 |
+
"num_tokens": 1528258.0,
|
| 910 |
+
"step": 990
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"epoch": 1.8420082911100875,
|
| 914 |
+
"grad_norm": 1.7766013145446777,
|
| 915 |
+
"learning_rate": 3.874538745387454e-05,
|
| 916 |
+
"loss": 1.5707,
|
| 917 |
+
"mean_token_accuracy": 0.6695287272334098,
|
| 918 |
+
"num_tokens": 1544350.0,
|
| 919 |
+
"step": 1000
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 1.8604329801934592,
|
| 923 |
+
"grad_norm": 1.8994312286376953,
|
| 924 |
+
"learning_rate": 3.813038130381304e-05,
|
| 925 |
+
"loss": 1.613,
|
| 926 |
+
"mean_token_accuracy": 0.6718984022736549,
|
| 927 |
+
"num_tokens": 1558824.0,
|
| 928 |
+
"step": 1010
|
| 929 |
+
},
|
| 930 |
+
{
|
| 931 |
+
"epoch": 1.8788576692768308,
|
| 932 |
+
"grad_norm": 1.7150542736053467,
|
| 933 |
+
"learning_rate": 3.7515375153751545e-05,
|
| 934 |
+
"loss": 1.5584,
|
| 935 |
+
"mean_token_accuracy": 0.6699837028980256,
|
| 936 |
+
"num_tokens": 1576690.0,
|
| 937 |
+
"step": 1020
|
| 938 |
+
},
|
| 939 |
+
{
|
| 940 |
+
"epoch": 1.8972823583602025,
|
| 941 |
+
"grad_norm": 2.059967279434204,
|
| 942 |
+
"learning_rate": 3.690036900369004e-05,
|
| 943 |
+
"loss": 1.5869,
|
| 944 |
+
"mean_token_accuracy": 0.6748946160078049,
|
| 945 |
+
"num_tokens": 1592835.0,
|
| 946 |
+
"step": 1030
|
| 947 |
+
},
|
| 948 |
+
{
|
| 949 |
+
"epoch": 1.9157070474435742,
|
| 950 |
+
"grad_norm": 1.863437294960022,
|
| 951 |
+
"learning_rate": 3.628536285362854e-05,
|
| 952 |
+
"loss": 1.5838,
|
| 953 |
+
"mean_token_accuracy": 0.655283273011446,
|
| 954 |
+
"num_tokens": 1609698.0,
|
| 955 |
+
"step": 1040
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 1.9341317365269461,
|
| 959 |
+
"grad_norm": 3.684446096420288,
|
| 960 |
+
"learning_rate": 3.5670356703567036e-05,
|
| 961 |
+
"loss": 1.5472,
|
| 962 |
+
"mean_token_accuracy": 0.6692177668213845,
|
| 963 |
+
"num_tokens": 1625756.0,
|
| 964 |
+
"step": 1050
|
| 965 |
+
},
|
| 966 |
+
{
|
| 967 |
+
"epoch": 1.9525564256103178,
|
| 968 |
+
"grad_norm": 4.181140899658203,
|
| 969 |
+
"learning_rate": 3.505535055350554e-05,
|
| 970 |
+
"loss": 1.4674,
|
| 971 |
+
"mean_token_accuracy": 0.6852930411696434,
|
| 972 |
+
"num_tokens": 1643829.0,
|
| 973 |
+
"step": 1060
|
| 974 |
+
},
|
| 975 |
+
{
|
| 976 |
+
"epoch": 1.9709811146936895,
|
| 977 |
+
"grad_norm": 2.2308173179626465,
|
| 978 |
+
"learning_rate": 3.444034440344404e-05,
|
| 979 |
+
"loss": 1.6001,
|
| 980 |
+
"mean_token_accuracy": 0.6600222229957581,
|
| 981 |
+
"num_tokens": 1656497.0,
|
| 982 |
+
"step": 1070
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 1.9894058037770612,
|
| 986 |
+
"grad_norm": 1.6924246549606323,
|
| 987 |
+
"learning_rate": 3.382533825338254e-05,
|
| 988 |
+
"loss": 1.3854,
|
| 989 |
+
"mean_token_accuracy": 0.6935430377721786,
|
| 990 |
+
"num_tokens": 1673101.0,
|
| 991 |
+
"step": 1080
|
| 992 |
+
},
|
| 993 |
+
{
|
| 994 |
+
"epoch": 2.0073698756333487,
|
| 995 |
+
"grad_norm": 2.8476662635803223,
|
| 996 |
+
"learning_rate": 3.3210332103321035e-05,
|
| 997 |
+
"loss": 1.6707,
|
| 998 |
+
"mean_token_accuracy": 0.6428498587547204,
|
| 999 |
+
"num_tokens": 1688433.0,
|
| 1000 |
+
"step": 1090
|
| 1001 |
+
},
|
| 1002 |
+
{
|
| 1003 |
+
"epoch": 2.0257945647167204,
|
| 1004 |
+
"grad_norm": 2.2436559200286865,
|
| 1005 |
+
"learning_rate": 3.259532595325954e-05,
|
| 1006 |
+
"loss": 1.5851,
|
| 1007 |
+
"mean_token_accuracy": 0.6709273040294648,
|
| 1008 |
+
"num_tokens": 1706958.0,
|
| 1009 |
+
"step": 1100
|
| 1010 |
+
},
|
| 1011 |
+
{
|
| 1012 |
+
"epoch": 2.044219253800092,
|
| 1013 |
+
"grad_norm": 1.4724531173706055,
|
| 1014 |
+
"learning_rate": 3.198031980319803e-05,
|
| 1015 |
+
"loss": 1.5028,
|
| 1016 |
+
"mean_token_accuracy": 0.6706318959593773,
|
| 1017 |
+
"num_tokens": 1722381.0,
|
| 1018 |
+
"step": 1110
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 2.0626439428834638,
|
| 1022 |
+
"grad_norm": 1.953519582748413,
|
| 1023 |
+
"learning_rate": 3.136531365313653e-05,
|
| 1024 |
+
"loss": 1.5389,
|
| 1025 |
+
"mean_token_accuracy": 0.6631861045956612,
|
| 1026 |
+
"num_tokens": 1740659.0,
|
| 1027 |
+
"step": 1120
|
| 1028 |
+
},
|
| 1029 |
+
{
|
| 1030 |
+
"epoch": 2.0810686319668354,
|
| 1031 |
+
"grad_norm": 2.0097978115081787,
|
| 1032 |
+
"learning_rate": 3.0750307503075034e-05,
|
| 1033 |
+
"loss": 1.5499,
|
| 1034 |
+
"mean_token_accuracy": 0.6736045613884926,
|
| 1035 |
+
"num_tokens": 1756611.0,
|
| 1036 |
+
"step": 1130
|
| 1037 |
+
},
|
| 1038 |
+
{
|
| 1039 |
+
"epoch": 2.099493321050207,
|
| 1040 |
+
"grad_norm": 1.5125641822814941,
|
| 1041 |
+
"learning_rate": 3.0135301353013536e-05,
|
| 1042 |
+
"loss": 1.5976,
|
| 1043 |
+
"mean_token_accuracy": 0.6485340878367424,
|
| 1044 |
+
"num_tokens": 1772542.0,
|
| 1045 |
+
"step": 1140
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 2.117918010133579,
|
| 1049 |
+
"grad_norm": 3.323991537094116,
|
| 1050 |
+
"learning_rate": 2.952029520295203e-05,
|
| 1051 |
+
"loss": 1.657,
|
| 1052 |
+
"mean_token_accuracy": 0.6505417212843895,
|
| 1053 |
+
"num_tokens": 1788151.0,
|
| 1054 |
+
"step": 1150
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"epoch": 2.1363426992169505,
|
| 1058 |
+
"grad_norm": 1.968610405921936,
|
| 1059 |
+
"learning_rate": 2.8905289052890532e-05,
|
| 1060 |
+
"loss": 1.493,
|
| 1061 |
+
"mean_token_accuracy": 0.6852642297744751,
|
| 1062 |
+
"num_tokens": 1804815.0,
|
| 1063 |
+
"step": 1160
|
| 1064 |
+
},
|
| 1065 |
+
{
|
| 1066 |
+
"epoch": 2.154767388300322,
|
| 1067 |
+
"grad_norm": 3.373903512954712,
|
| 1068 |
+
"learning_rate": 2.829028290282903e-05,
|
| 1069 |
+
"loss": 1.5195,
|
| 1070 |
+
"mean_token_accuracy": 0.6652759924530983,
|
| 1071 |
+
"num_tokens": 1818226.0,
|
| 1072 |
+
"step": 1170
|
| 1073 |
+
},
|
| 1074 |
+
{
|
| 1075 |
+
"epoch": 2.1731920773836944,
|
| 1076 |
+
"grad_norm": 2.232060432434082,
|
| 1077 |
+
"learning_rate": 2.767527675276753e-05,
|
| 1078 |
+
"loss": 1.5121,
|
| 1079 |
+
"mean_token_accuracy": 0.6762837044894695,
|
| 1080 |
+
"num_tokens": 1833400.0,
|
| 1081 |
+
"step": 1180
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 2.191616766467066,
|
| 1085 |
+
"grad_norm": 1.888635516166687,
|
| 1086 |
+
"learning_rate": 2.706027060270603e-05,
|
| 1087 |
+
"loss": 1.6081,
|
| 1088 |
+
"mean_token_accuracy": 0.6562661565840244,
|
| 1089 |
+
"num_tokens": 1847505.0,
|
| 1090 |
+
"step": 1190
|
| 1091 |
+
},
|
| 1092 |
+
{
|
| 1093 |
+
"epoch": 2.2100414555504377,
|
| 1094 |
+
"grad_norm": 2.28125262260437,
|
| 1095 |
+
"learning_rate": 2.650676506765068e-05,
|
| 1096 |
+
"loss": 1.5981,
|
| 1097 |
+
"mean_token_accuracy": 0.6534711696207524,
|
| 1098 |
+
"num_tokens": 1862044.0,
|
| 1099 |
+
"step": 1200
|
| 1100 |
+
},
|
| 1101 |
+
{
|
| 1102 |
+
"epoch": 2.2284661446338094,
|
| 1103 |
+
"grad_norm": 2.1634366512298584,
|
| 1104 |
+
"learning_rate": 2.5891758917589176e-05,
|
| 1105 |
+
"loss": 1.6522,
|
| 1106 |
+
"mean_token_accuracy": 0.6541110493242741,
|
| 1107 |
+
"num_tokens": 1876889.0,
|
| 1108 |
+
"step": 1210
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 2.246890833717181,
|
| 1112 |
+
"grad_norm": 2.3856070041656494,
|
| 1113 |
+
"learning_rate": 2.5276752767527677e-05,
|
| 1114 |
+
"loss": 1.5706,
|
| 1115 |
+
"mean_token_accuracy": 0.6649116739630699,
|
| 1116 |
+
"num_tokens": 1893388.0,
|
| 1117 |
+
"step": 1220
|
| 1118 |
+
},
|
| 1119 |
+
{
|
| 1120 |
+
"epoch": 2.265315522800553,
|
| 1121 |
+
"grad_norm": 2.3563289642333984,
|
| 1122 |
+
"learning_rate": 2.4661746617466175e-05,
|
| 1123 |
+
"loss": 1.6115,
|
| 1124 |
+
"mean_token_accuracy": 0.6710579909384251,
|
| 1125 |
+
"num_tokens": 1908415.0,
|
| 1126 |
+
"step": 1230
|
| 1127 |
+
},
|
| 1128 |
+
{
|
| 1129 |
+
"epoch": 2.2837402118839245,
|
| 1130 |
+
"grad_norm": 1.7748916149139404,
|
| 1131 |
+
"learning_rate": 2.4046740467404673e-05,
|
| 1132 |
+
"loss": 1.5964,
|
| 1133 |
+
"mean_token_accuracy": 0.661432110518217,
|
| 1134 |
+
"num_tokens": 1922173.0,
|
| 1135 |
+
"step": 1240
|
| 1136 |
+
},
|
| 1137 |
+
{
|
| 1138 |
+
"epoch": 2.302164900967296,
|
| 1139 |
+
"grad_norm": 3.3364036083221436,
|
| 1140 |
+
"learning_rate": 2.3431734317343175e-05,
|
| 1141 |
+
"loss": 1.5898,
|
| 1142 |
+
"mean_token_accuracy": 0.6684726983308792,
|
| 1143 |
+
"num_tokens": 1936339.0,
|
| 1144 |
+
"step": 1250
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 2.320589590050668,
|
| 1148 |
+
"grad_norm": 1.6432230472564697,
|
| 1149 |
+
"learning_rate": 2.2816728167281673e-05,
|
| 1150 |
+
"loss": 1.7973,
|
| 1151 |
+
"mean_token_accuracy": 0.6203286804258823,
|
| 1152 |
+
"num_tokens": 1950870.0,
|
| 1153 |
+
"step": 1260
|
| 1154 |
+
},
|
| 1155 |
+
{
|
| 1156 |
+
"epoch": 2.3390142791340396,
|
| 1157 |
+
"grad_norm": 1.678228497505188,
|
| 1158 |
+
"learning_rate": 2.220172201722017e-05,
|
| 1159 |
+
"loss": 1.4057,
|
| 1160 |
+
"mean_token_accuracy": 0.6923253484070301,
|
| 1161 |
+
"num_tokens": 1967394.0,
|
| 1162 |
+
"step": 1270
|
| 1163 |
+
},
|
| 1164 |
+
{
|
| 1165 |
+
"epoch": 2.3574389682174113,
|
| 1166 |
+
"grad_norm": 2.503005266189575,
|
| 1167 |
+
"learning_rate": 2.1586715867158673e-05,
|
| 1168 |
+
"loss": 1.643,
|
| 1169 |
+
"mean_token_accuracy": 0.6646282590925694,
|
| 1170 |
+
"num_tokens": 1983865.0,
|
| 1171 |
+
"step": 1280
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"epoch": 2.375863657300783,
|
| 1175 |
+
"grad_norm": 2.67020583152771,
|
| 1176 |
+
"learning_rate": 2.097170971709717e-05,
|
| 1177 |
+
"loss": 1.3788,
|
| 1178 |
+
"mean_token_accuracy": 0.6916278369724751,
|
| 1179 |
+
"num_tokens": 2000344.0,
|
| 1180 |
+
"step": 1290
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"epoch": 2.3942883463841547,
|
| 1184 |
+
"grad_norm": 2.9962821006774902,
|
| 1185 |
+
"learning_rate": 2.035670356703567e-05,
|
| 1186 |
+
"loss": 1.5506,
|
| 1187 |
+
"mean_token_accuracy": 0.6763791911303997,
|
| 1188 |
+
"num_tokens": 2014336.0,
|
| 1189 |
+
"step": 1300
|
| 1190 |
+
},
|
| 1191 |
+
{
|
| 1192 |
+
"epoch": 2.4127130354675264,
|
| 1193 |
+
"grad_norm": 1.9718595743179321,
|
| 1194 |
+
"learning_rate": 1.974169741697417e-05,
|
| 1195 |
+
"loss": 1.422,
|
| 1196 |
+
"mean_token_accuracy": 0.6856225565075874,
|
| 1197 |
+
"num_tokens": 2027788.0,
|
| 1198 |
+
"step": 1310
|
| 1199 |
+
},
|
| 1200 |
+
{
|
| 1201 |
+
"epoch": 2.431137724550898,
|
| 1202 |
+
"grad_norm": 2.0590851306915283,
|
| 1203 |
+
"learning_rate": 1.912669126691267e-05,
|
| 1204 |
+
"loss": 1.5242,
|
| 1205 |
+
"mean_token_accuracy": 0.6755510538816452,
|
| 1206 |
+
"num_tokens": 2042151.0,
|
| 1207 |
+
"step": 1320
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"epoch": 2.4495624136342697,
|
| 1211 |
+
"grad_norm": 3.358384609222412,
|
| 1212 |
+
"learning_rate": 1.851168511685117e-05,
|
| 1213 |
+
"loss": 1.7132,
|
| 1214 |
+
"mean_token_accuracy": 0.6465204678475857,
|
| 1215 |
+
"num_tokens": 2055971.0,
|
| 1216 |
+
"step": 1330
|
| 1217 |
+
},
|
| 1218 |
+
{
|
| 1219 |
+
"epoch": 2.4679871027176414,
|
| 1220 |
+
"grad_norm": 2.9107906818389893,
|
| 1221 |
+
"learning_rate": 1.7896678966789668e-05,
|
| 1222 |
+
"loss": 1.515,
|
| 1223 |
+
"mean_token_accuracy": 0.681264215707779,
|
| 1224 |
+
"num_tokens": 2072566.0,
|
| 1225 |
+
"step": 1340
|
| 1226 |
+
},
|
| 1227 |
+
{
|
| 1228 |
+
"epoch": 2.4864117918010136,
|
| 1229 |
+
"grad_norm": 1.770975947380066,
|
| 1230 |
+
"learning_rate": 1.7281672816728166e-05,
|
| 1231 |
+
"loss": 1.5032,
|
| 1232 |
+
"mean_token_accuracy": 0.6722722187638283,
|
| 1233 |
+
"num_tokens": 2088145.0,
|
| 1234 |
+
"step": 1350
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 2.504836480884385,
|
| 1238 |
+
"grad_norm": 1.7713598012924194,
|
| 1239 |
+
"learning_rate": 1.6666666666666667e-05,
|
| 1240 |
+
"loss": 1.5416,
|
| 1241 |
+
"mean_token_accuracy": 0.6729029573500156,
|
| 1242 |
+
"num_tokens": 2106542.0,
|
| 1243 |
+
"step": 1360
|
| 1244 |
+
},
|
| 1245 |
+
{
|
| 1246 |
+
"epoch": 2.523261169967757,
|
| 1247 |
+
"grad_norm": 2.127868890762329,
|
| 1248 |
+
"learning_rate": 1.6051660516605166e-05,
|
| 1249 |
+
"loss": 1.5215,
|
| 1250 |
+
"mean_token_accuracy": 0.6672196105122566,
|
| 1251 |
+
"num_tokens": 2123560.0,
|
| 1252 |
+
"step": 1370
|
| 1253 |
+
},
|
| 1254 |
+
{
|
| 1255 |
+
"epoch": 2.5416858590511286,
|
| 1256 |
+
"grad_norm": 2.1167984008789062,
|
| 1257 |
+
"learning_rate": 1.5436654366543664e-05,
|
| 1258 |
+
"loss": 1.4684,
|
| 1259 |
+
"mean_token_accuracy": 0.6837770715355873,
|
| 1260 |
+
"num_tokens": 2137495.0,
|
| 1261 |
+
"step": 1380
|
| 1262 |
+
},
|
| 1263 |
+
{
|
| 1264 |
+
"epoch": 2.5601105481345003,
|
| 1265 |
+
"grad_norm": 2.207040548324585,
|
| 1266 |
+
"learning_rate": 1.4821648216482165e-05,
|
| 1267 |
+
"loss": 1.5336,
|
| 1268 |
+
"mean_token_accuracy": 0.6734577745199204,
|
| 1269 |
+
"num_tokens": 2151938.0,
|
| 1270 |
+
"step": 1390
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 2.578535237217872,
|
| 1274 |
+
"grad_norm": 1.7322977781295776,
|
| 1275 |
+
"learning_rate": 1.4206642066420663e-05,
|
| 1276 |
+
"loss": 1.4342,
|
| 1277 |
+
"mean_token_accuracy": 0.6726964369416237,
|
| 1278 |
+
"num_tokens": 2170151.0,
|
| 1279 |
+
"step": 1400
|
| 1280 |
+
},
|
| 1281 |
+
{
|
| 1282 |
+
"epoch": 2.5969599263012437,
|
| 1283 |
+
"grad_norm": 1.3172131776809692,
|
| 1284 |
+
"learning_rate": 1.3591635916359163e-05,
|
| 1285 |
+
"loss": 1.4978,
|
| 1286 |
+
"mean_token_accuracy": 0.6762748882174492,
|
| 1287 |
+
"num_tokens": 2188585.0,
|
| 1288 |
+
"step": 1410
|
| 1289 |
+
},
|
| 1290 |
+
{
|
| 1291 |
+
"epoch": 2.6153846153846154,
|
| 1292 |
+
"grad_norm": 1.8074936866760254,
|
| 1293 |
+
"learning_rate": 1.2976629766297663e-05,
|
| 1294 |
+
"loss": 1.5174,
|
| 1295 |
+
"mean_token_accuracy": 0.6642862960696221,
|
| 1296 |
+
"num_tokens": 2203375.0,
|
| 1297 |
+
"step": 1420
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 2.633809304467987,
|
| 1301 |
+
"grad_norm": 1.885619044303894,
|
| 1302 |
+
"learning_rate": 1.2361623616236164e-05,
|
| 1303 |
+
"loss": 1.5948,
|
| 1304 |
+
"mean_token_accuracy": 0.6671996504068375,
|
| 1305 |
+
"num_tokens": 2218469.0,
|
| 1306 |
+
"step": 1430
|
| 1307 |
+
},
|
| 1308 |
+
{
|
| 1309 |
+
"epoch": 2.652233993551359,
|
| 1310 |
+
"grad_norm": 1.6329900026321411,
|
| 1311 |
+
"learning_rate": 1.1746617466174662e-05,
|
| 1312 |
+
"loss": 1.5492,
|
| 1313 |
+
"mean_token_accuracy": 0.6715722292661667,
|
| 1314 |
+
"num_tokens": 2231834.0,
|
| 1315 |
+
"step": 1440
|
| 1316 |
+
},
|
| 1317 |
+
{
|
| 1318 |
+
"epoch": 2.6706586826347305,
|
| 1319 |
+
"grad_norm": 2.1220619678497314,
|
| 1320 |
+
"learning_rate": 1.1131611316113162e-05,
|
| 1321 |
+
"loss": 1.5341,
|
| 1322 |
+
"mean_token_accuracy": 0.6820433601737023,
|
| 1323 |
+
"num_tokens": 2245721.0,
|
| 1324 |
+
"step": 1450
|
| 1325 |
+
},
|
| 1326 |
+
{
|
| 1327 |
+
"epoch": 2.689083371718102,
|
| 1328 |
+
"grad_norm": 1.9964560270309448,
|
| 1329 |
+
"learning_rate": 1.0516605166051662e-05,
|
| 1330 |
+
"loss": 1.5166,
|
| 1331 |
+
"mean_token_accuracy": 0.6628463111817837,
|
| 1332 |
+
"num_tokens": 2261815.0,
|
| 1333 |
+
"step": 1460
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"epoch": 2.707508060801474,
|
| 1337 |
+
"grad_norm": 12.387279510498047,
|
| 1338 |
+
"learning_rate": 9.90159901599016e-06,
|
| 1339 |
+
"loss": 1.5471,
|
| 1340 |
+
"mean_token_accuracy": 0.6632601089775563,
|
| 1341 |
+
"num_tokens": 2276667.0,
|
| 1342 |
+
"step": 1470
|
| 1343 |
+
},
|
| 1344 |
+
{
|
| 1345 |
+
"epoch": 2.7259327498848456,
|
| 1346 |
+
"grad_norm": 2.0253548622131348,
|
| 1347 |
+
"learning_rate": 9.28659286592866e-06,
|
| 1348 |
+
"loss": 1.5658,
|
| 1349 |
+
"mean_token_accuracy": 0.6789613053202629,
|
| 1350 |
+
"num_tokens": 2291291.0,
|
| 1351 |
+
"step": 1480
|
| 1352 |
+
},
|
| 1353 |
+
{
|
| 1354 |
+
"epoch": 2.7443574389682173,
|
| 1355 |
+
"grad_norm": 1.9108439683914185,
|
| 1356 |
+
"learning_rate": 8.67158671586716e-06,
|
| 1357 |
+
"loss": 1.4854,
|
| 1358 |
+
"mean_token_accuracy": 0.6836533501744271,
|
| 1359 |
+
"num_tokens": 2303999.0,
|
| 1360 |
+
"step": 1490
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"epoch": 2.7627821280515894,
|
| 1364 |
+
"grad_norm": 1.7962969541549683,
|
| 1365 |
+
"learning_rate": 8.05658056580566e-06,
|
| 1366 |
+
"loss": 1.5273,
|
| 1367 |
+
"mean_token_accuracy": 0.6722525358200073,
|
| 1368 |
+
"num_tokens": 2319105.0,
|
| 1369 |
+
"step": 1500
|
| 1370 |
+
},
|
| 1371 |
+
{
|
| 1372 |
+
"epoch": 2.7812068171349607,
|
| 1373 |
+
"grad_norm": 2.1593410968780518,
|
| 1374 |
+
"learning_rate": 7.441574415744158e-06,
|
| 1375 |
+
"loss": 1.5067,
|
| 1376 |
+
"mean_token_accuracy": 0.6785383746027946,
|
| 1377 |
+
"num_tokens": 2334926.0,
|
| 1378 |
+
"step": 1510
|
| 1379 |
+
},
|
| 1380 |
+
{
|
| 1381 |
+
"epoch": 2.799631506218333,
|
| 1382 |
+
"grad_norm": 2.421997308731079,
|
| 1383 |
+
"learning_rate": 6.826568265682657e-06,
|
| 1384 |
+
"loss": 1.6342,
|
| 1385 |
+
"mean_token_accuracy": 0.6506063111126423,
|
| 1386 |
+
"num_tokens": 2349539.0,
|
| 1387 |
+
"step": 1520
|
| 1388 |
+
},
|
| 1389 |
+
{
|
| 1390 |
+
"epoch": 2.818056195301704,
|
| 1391 |
+
"grad_norm": 3.4870669841766357,
|
| 1392 |
+
"learning_rate": 6.211562115621156e-06,
|
| 1393 |
+
"loss": 1.5042,
|
| 1394 |
+
"mean_token_accuracy": 0.6885576844215393,
|
| 1395 |
+
"num_tokens": 2365100.0,
|
| 1396 |
+
"step": 1530
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"epoch": 2.836480884385076,
|
| 1400 |
+
"grad_norm": 3.078742504119873,
|
| 1401 |
+
"learning_rate": 5.596555965559656e-06,
|
| 1402 |
+
"loss": 1.5695,
|
| 1403 |
+
"mean_token_accuracy": 0.6784139782190323,
|
| 1404 |
+
"num_tokens": 2380593.0,
|
| 1405 |
+
"step": 1540
|
| 1406 |
+
},
|
| 1407 |
+
{
|
| 1408 |
+
"epoch": 2.854905573468448,
|
| 1409 |
+
"grad_norm": 1.6315090656280518,
|
| 1410 |
+
"learning_rate": 4.981549815498155e-06,
|
| 1411 |
+
"loss": 1.4953,
|
| 1412 |
+
"mean_token_accuracy": 0.6661784201860428,
|
| 1413 |
+
"num_tokens": 2394706.0,
|
| 1414 |
+
"step": 1550
|
| 1415 |
+
},
|
| 1416 |
+
{
|
| 1417 |
+
"epoch": 2.8733302625518196,
|
| 1418 |
+
"grad_norm": 2.375655174255371,
|
| 1419 |
+
"learning_rate": 4.366543665436655e-06,
|
| 1420 |
+
"loss": 1.4862,
|
| 1421 |
+
"mean_token_accuracy": 0.67956483066082,
|
| 1422 |
+
"num_tokens": 2411550.0,
|
| 1423 |
+
"step": 1560
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"epoch": 2.8917549516351913,
|
| 1427 |
+
"grad_norm": 2.630934476852417,
|
| 1428 |
+
"learning_rate": 3.7515375153751537e-06,
|
| 1429 |
+
"loss": 1.5755,
|
| 1430 |
+
"mean_token_accuracy": 0.6751994095742703,
|
| 1431 |
+
"num_tokens": 2425876.0,
|
| 1432 |
+
"step": 1570
|
| 1433 |
+
},
|
| 1434 |
+
{
|
| 1435 |
+
"epoch": 2.910179640718563,
|
| 1436 |
+
"grad_norm": 3.1176366806030273,
|
| 1437 |
+
"learning_rate": 3.136531365313653e-06,
|
| 1438 |
+
"loss": 1.7321,
|
| 1439 |
+
"mean_token_accuracy": 0.6398597691208124,
|
| 1440 |
+
"num_tokens": 2439891.0,
|
| 1441 |
+
"step": 1580
|
| 1442 |
+
},
|
| 1443 |
+
{
|
| 1444 |
+
"epoch": 2.9286043298019346,
|
| 1445 |
+
"grad_norm": 1.6314257383346558,
|
| 1446 |
+
"learning_rate": 2.5215252152521524e-06,
|
| 1447 |
+
"loss": 1.6167,
|
| 1448 |
+
"mean_token_accuracy": 0.6670875735580921,
|
| 1449 |
+
"num_tokens": 2455716.0,
|
| 1450 |
+
"step": 1590
|
| 1451 |
+
},
|
| 1452 |
+
{
|
| 1453 |
+
"epoch": 2.9470290188853063,
|
| 1454 |
+
"grad_norm": 1.7537063360214233,
|
| 1455 |
+
"learning_rate": 1.9065190651906518e-06,
|
| 1456 |
+
"loss": 1.5896,
|
| 1457 |
+
"mean_token_accuracy": 0.6640482462942601,
|
| 1458 |
+
"num_tokens": 2472772.0,
|
| 1459 |
+
"step": 1600
|
| 1460 |
+
},
|
| 1461 |
+
{
|
| 1462 |
+
"epoch": 2.965453707968678,
|
| 1463 |
+
"grad_norm": 1.577064037322998,
|
| 1464 |
+
"learning_rate": 1.2915129151291513e-06,
|
| 1465 |
+
"loss": 1.4015,
|
| 1466 |
+
"mean_token_accuracy": 0.6940291911363602,
|
| 1467 |
+
"num_tokens": 2490083.0,
|
| 1468 |
+
"step": 1610
|
| 1469 |
+
},
|
| 1470 |
+
{
|
| 1471 |
+
"epoch": 2.9838783970520497,
|
| 1472 |
+
"grad_norm": 1.8871995210647583,
|
| 1473 |
+
"learning_rate": 6.765067650676507e-07,
|
| 1474 |
+
"loss": 1.4477,
|
| 1475 |
+
"mean_token_accuracy": 0.6804400004446507,
|
| 1476 |
+
"num_tokens": 2508552.0,
|
| 1477 |
+
"step": 1620
|
| 1478 |
+
}
|
| 1479 |
+
],
|
| 1480 |
+
"logging_steps": 10,
|
| 1481 |
+
"max_steps": 1626,
|
| 1482 |
+
"num_input_tokens_seen": 0,
|
| 1483 |
+
"num_train_epochs": 3,
|
| 1484 |
+
"save_steps": 50,
|
| 1485 |
+
"stateful_callbacks": {
|
| 1486 |
+
"TrainerControl": {
|
| 1487 |
+
"args": {
|
| 1488 |
+
"should_epoch_stop": false,
|
| 1489 |
+
"should_evaluate": false,
|
| 1490 |
+
"should_log": false,
|
| 1491 |
+
"should_save": true,
|
| 1492 |
+
"should_training_stop": true
|
| 1493 |
+
},
|
| 1494 |
+
"attributes": {}
|
| 1495 |
+
}
|
| 1496 |
+
},
|
| 1497 |
+
"total_flos": 4.352835556859904e+16,
|
| 1498 |
+
"train_batch_size": 1,
|
| 1499 |
+
"trial_name": null,
|
| 1500 |
+
"trial_params": null
|
| 1501 |
+
}
|
checkpoints/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35b9c3a5713cf530404c33da9c6c91e14a277b7b9b8514a70150fcdcbfdfd4ad
|
| 3 |
+
size 5560
|
checkpoints/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|