Upload folder using huggingface_hub
Browse files- README.md +202 -0
- adapter_config.json +42 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state_0.pth +3 -0
- rng_state_1.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +28 -0
- tokenizer.json +0 -0
- tokenizer_config.json +172 -0
- trainer_state.json +763 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/SmolLM2-360M-Instruct
|
| 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
|
adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": {
|
| 4 |
+
"base_model_class": "LlamaForCausalLM",
|
| 5 |
+
"parent_library": "transformers.models.llama.modeling_llama"
|
| 6 |
+
},
|
| 7 |
+
"base_model_name_or_path": "unsloth/SmolLM2-360M-Instruct",
|
| 8 |
+
"bias": "none",
|
| 9 |
+
"corda_config": null,
|
| 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,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
| 25 |
+
"peft_type": "LORA",
|
| 26 |
+
"r": 64,
|
| 27 |
+
"rank_pattern": {},
|
| 28 |
+
"revision": null,
|
| 29 |
+
"target_modules": [
|
| 30 |
+
"down_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"q_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"up_proj",
|
| 36 |
+
"o_proj"
|
| 37 |
+
],
|
| 38 |
+
"task_type": null,
|
| 39 |
+
"trainable_token_indices": null,
|
| 40 |
+
"use_dora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4be5ec8826e4f6bc297460113b9d108fba83d947c7da1fc39640ad40fcd53c9d
|
| 3 |
+
size 138995824
|
added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|PAD_TOKEN|>": 49152
|
| 3 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c83410ce1e8f27f2b5be82216e3b6cf729b3cd5bf015231767baaf6b769586a
|
| 3 |
+
size 278296914
|
rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b8d1adbb325163b344d0fb4bd6c1cb4398f9cdd12e9b0bbfce57f78946b66b8
|
| 3 |
+
size 14512
|
rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efc3829178c87b0eb550ba72d7dacdb9d6f2eef4a5e2f2f14a51bfedc8db3a52
|
| 3 |
+
size 14512
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e6a71e5ae7469e63c0880b2383872869462ded7427cb3f640ec4eb1e3161175
|
| 3 |
+
size 2088
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>"
|
| 5 |
+
],
|
| 6 |
+
"bos_token": {
|
| 7 |
+
"content": "<|im_start|>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false
|
| 12 |
+
},
|
| 13 |
+
"eos_token": {
|
| 14 |
+
"content": "<|im_end|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false
|
| 19 |
+
},
|
| 20 |
+
"pad_token": {
|
| 21 |
+
"content": "<|PAD_TOKEN|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false
|
| 26 |
+
},
|
| 27 |
+
"unk_token": "�"
|
| 28 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "<repo_name>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"4": {
|
| 37 |
+
"content": "<reponame>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"5": {
|
| 45 |
+
"content": "<file_sep>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"6": {
|
| 53 |
+
"content": "<filename>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"7": {
|
| 61 |
+
"content": "<gh_stars>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"8": {
|
| 69 |
+
"content": "<issue_start>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"9": {
|
| 77 |
+
"content": "<issue_comment>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"10": {
|
| 85 |
+
"content": "<issue_closed>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"11": {
|
| 93 |
+
"content": "<jupyter_start>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"12": {
|
| 101 |
+
"content": "<jupyter_text>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"13": {
|
| 109 |
+
"content": "<jupyter_code>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"14": {
|
| 117 |
+
"content": "<jupyter_output>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"15": {
|
| 125 |
+
"content": "<jupyter_script>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"16": {
|
| 133 |
+
"content": "<empty_output>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"24211": {
|
| 141 |
+
"content": "�",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"49152": {
|
| 149 |
+
"content": "<|PAD_TOKEN|>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
}
|
| 156 |
+
},
|
| 157 |
+
"additional_special_tokens": [
|
| 158 |
+
"<|im_start|>",
|
| 159 |
+
"<|im_end|>"
|
| 160 |
+
],
|
| 161 |
+
"bos_token": "<|im_start|>",
|
| 162 |
+
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful AI assistant named SmolLM, trained by Hugging Face<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 163 |
+
"clean_up_tokenization_spaces": false,
|
| 164 |
+
"eos_token": "<|im_end|>",
|
| 165 |
+
"extra_special_tokens": {},
|
| 166 |
+
"model_max_length": 2048,
|
| 167 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 168 |
+
"padding_side": "left",
|
| 169 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 170 |
+
"unk_token": "�",
|
| 171 |
+
"vocab_size": 49152
|
| 172 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,763 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.0037833671968051565,
|
| 6 |
+
"eval_steps": 102,
|
| 7 |
+
"global_step": 81,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 4.6708236997594524e-05,
|
| 14 |
+
"grad_norm": 0.24815663695335388,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 1.5212,
|
| 17 |
+
"mean_token_accuracy": 0.6624278724193573,
|
| 18 |
+
"num_tokens": 6610.0,
|
| 19 |
+
"step": 1
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"epoch": 9.341647399518905e-05,
|
| 23 |
+
"grad_norm": 0.22391362488269806,
|
| 24 |
+
"learning_rate": 1.0000000000000002e-06,
|
| 25 |
+
"loss": 1.3169,
|
| 26 |
+
"mean_token_accuracy": 0.6899301111698151,
|
| 27 |
+
"num_tokens": 13855.0,
|
| 28 |
+
"step": 2
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"epoch": 0.00014012471099278357,
|
| 32 |
+
"grad_norm": 0.24716292321681976,
|
| 33 |
+
"learning_rate": 2.0000000000000003e-06,
|
| 34 |
+
"loss": 1.5019,
|
| 35 |
+
"mean_token_accuracy": 0.6771045923233032,
|
| 36 |
+
"num_tokens": 19204.0,
|
| 37 |
+
"step": 3
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.0001868329479903781,
|
| 41 |
+
"grad_norm": 0.20678554475307465,
|
| 42 |
+
"learning_rate": 3e-06,
|
| 43 |
+
"loss": 1.2039,
|
| 44 |
+
"mean_token_accuracy": 0.7312012910842896,
|
| 45 |
+
"num_tokens": 27787.0,
|
| 46 |
+
"step": 4
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.00023354118498797262,
|
| 50 |
+
"grad_norm": 0.16259518265724182,
|
| 51 |
+
"learning_rate": 4.000000000000001e-06,
|
| 52 |
+
"loss": 1.234,
|
| 53 |
+
"mean_token_accuracy": 0.7289687991142273,
|
| 54 |
+
"num_tokens": 38962.0,
|
| 55 |
+
"step": 5
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"epoch": 0.00028024942198556714,
|
| 59 |
+
"grad_norm": 0.18290941417217255,
|
| 60 |
+
"learning_rate": 5e-06,
|
| 61 |
+
"loss": 1.3001,
|
| 62 |
+
"mean_token_accuracy": 0.685863584280014,
|
| 63 |
+
"num_tokens": 46738.0,
|
| 64 |
+
"step": 6
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"epoch": 0.00032695765898316167,
|
| 68 |
+
"grad_norm": 0.22102956473827362,
|
| 69 |
+
"learning_rate": 4.998754476483098e-06,
|
| 70 |
+
"loss": 1.1942,
|
| 71 |
+
"mean_token_accuracy": 0.7294453680515289,
|
| 72 |
+
"num_tokens": 54364.0,
|
| 73 |
+
"step": 7
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.0003736658959807562,
|
| 77 |
+
"grad_norm": 0.23882372677326202,
|
| 78 |
+
"learning_rate": 4.9950192123145654e-06,
|
| 79 |
+
"loss": 1.3233,
|
| 80 |
+
"mean_token_accuracy": 0.7093064486980438,
|
| 81 |
+
"num_tokens": 60646.0,
|
| 82 |
+
"step": 8
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.0004203741329783507,
|
| 86 |
+
"grad_norm": 0.20760418474674225,
|
| 87 |
+
"learning_rate": 4.988798125270709e-06,
|
| 88 |
+
"loss": 1.8058,
|
| 89 |
+
"mean_token_accuracy": 0.6353311538696289,
|
| 90 |
+
"num_tokens": 70548.0,
|
| 91 |
+
"step": 9
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"epoch": 0.00046708236997594524,
|
| 95 |
+
"grad_norm": 0.18925875425338745,
|
| 96 |
+
"learning_rate": 4.980097740412761e-06,
|
| 97 |
+
"loss": 1.6046,
|
| 98 |
+
"mean_token_accuracy": 0.6708937883377075,
|
| 99 |
+
"num_tokens": 78213.0,
|
| 100 |
+
"step": 10
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.0005137906069735398,
|
| 104 |
+
"grad_norm": 0.2128538340330124,
|
| 105 |
+
"learning_rate": 4.968927183242991e-06,
|
| 106 |
+
"loss": 1.4572,
|
| 107 |
+
"mean_token_accuracy": 0.6536244750022888,
|
| 108 |
+
"num_tokens": 85224.0,
|
| 109 |
+
"step": 11
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.0005604988439711343,
|
| 113 |
+
"grad_norm": 0.19441735744476318,
|
| 114 |
+
"learning_rate": 4.955298170133318e-06,
|
| 115 |
+
"loss": 1.2837,
|
| 116 |
+
"mean_token_accuracy": 0.702611893415451,
|
| 117 |
+
"num_tokens": 93493.0,
|
| 118 |
+
"step": 12
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"epoch": 0.0006072070809687288,
|
| 122 |
+
"grad_norm": 0.2139551192522049,
|
| 123 |
+
"learning_rate": 4.93922499603645e-06,
|
| 124 |
+
"loss": 1.2754,
|
| 125 |
+
"mean_token_accuracy": 0.6683319509029388,
|
| 126 |
+
"num_tokens": 102255.0,
|
| 127 |
+
"step": 13
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"epoch": 0.0006539153179663233,
|
| 131 |
+
"grad_norm": 0.2441701591014862,
|
| 132 |
+
"learning_rate": 4.920724519492452e-06,
|
| 133 |
+
"loss": 1.3914,
|
| 134 |
+
"mean_token_accuracy": 0.6826636791229248,
|
| 135 |
+
"num_tokens": 109224.0,
|
| 136 |
+
"step": 14
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.0007006235549639179,
|
| 140 |
+
"grad_norm": 0.21002362668514252,
|
| 141 |
+
"learning_rate": 4.89981614494647e-06,
|
| 142 |
+
"loss": 1.7201,
|
| 143 |
+
"mean_token_accuracy": 0.6224022209644318,
|
| 144 |
+
"num_tokens": 115222.0,
|
| 145 |
+
"step": 15
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.0007473317919615124,
|
| 149 |
+
"grad_norm": 0.22687377035617828,
|
| 150 |
+
"learning_rate": 4.876521802396143e-06,
|
| 151 |
+
"loss": 1.5563,
|
| 152 |
+
"mean_token_accuracy": 0.6480969190597534,
|
| 153 |
+
"num_tokens": 121037.0,
|
| 154 |
+
"step": 16
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"epoch": 0.0007940400289591069,
|
| 158 |
+
"grad_norm": 0.23102138936519623,
|
| 159 |
+
"learning_rate": 4.850865924390067e-06,
|
| 160 |
+
"loss": 1.9085,
|
| 161 |
+
"mean_token_accuracy": 0.5840953290462494,
|
| 162 |
+
"num_tokens": 126199.0,
|
| 163 |
+
"step": 17
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.0008407482659567014,
|
| 167 |
+
"grad_norm": 0.20352718234062195,
|
| 168 |
+
"learning_rate": 4.822875420401423e-06,
|
| 169 |
+
"loss": 1.6604,
|
| 170 |
+
"mean_token_accuracy": 0.6558521389961243,
|
| 171 |
+
"num_tokens": 133602.0,
|
| 172 |
+
"step": 18
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"epoch": 0.000887456502954296,
|
| 176 |
+
"grad_norm": 0.2476186901330948,
|
| 177 |
+
"learning_rate": 4.792579648603658e-06,
|
| 178 |
+
"loss": 1.3569,
|
| 179 |
+
"mean_token_accuracy": 0.6907783448696136,
|
| 180 |
+
"num_tokens": 139069.0,
|
| 181 |
+
"step": 19
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"epoch": 0.0009341647399518905,
|
| 185 |
+
"grad_norm": 0.2237555831670761,
|
| 186 |
+
"learning_rate": 4.760010385077814e-06,
|
| 187 |
+
"loss": 1.3358,
|
| 188 |
+
"mean_token_accuracy": 0.6829327940940857,
|
| 189 |
+
"num_tokens": 144727.0,
|
| 190 |
+
"step": 20
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.000980872976949485,
|
| 194 |
+
"grad_norm": 0.1982390135526657,
|
| 195 |
+
"learning_rate": 4.725201790483807e-06,
|
| 196 |
+
"loss": 1.3553,
|
| 197 |
+
"mean_token_accuracy": 0.6921784579753876,
|
| 198 |
+
"num_tokens": 151639.0,
|
| 199 |
+
"step": 21
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.0010275812139470795,
|
| 203 |
+
"grad_norm": 0.21326391398906708,
|
| 204 |
+
"learning_rate": 4.688190374230609e-06,
|
| 205 |
+
"loss": 1.2572,
|
| 206 |
+
"mean_token_accuracy": 0.7189462780952454,
|
| 207 |
+
"num_tokens": 160851.0,
|
| 208 |
+
"step": 22
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 0.0010742894509446742,
|
| 212 |
+
"grad_norm": 0.2238379716873169,
|
| 213 |
+
"learning_rate": 4.649014956182927e-06,
|
| 214 |
+
"loss": 1.5684,
|
| 215 |
+
"mean_token_accuracy": 0.6826211810112,
|
| 216 |
+
"num_tokens": 167413.0,
|
| 217 |
+
"step": 23
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 0.0011209976879422686,
|
| 221 |
+
"grad_norm": 0.20658670365810394,
|
| 222 |
+
"learning_rate": 4.607716625944519e-06,
|
| 223 |
+
"loss": 1.3036,
|
| 224 |
+
"mean_token_accuracy": 0.6903411149978638,
|
| 225 |
+
"num_tokens": 174102.0,
|
| 226 |
+
"step": 24
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.0011677059249398632,
|
| 230 |
+
"grad_norm": 0.21213635802268982,
|
| 231 |
+
"learning_rate": 4.5643386997608765e-06,
|
| 232 |
+
"loss": 1.4276,
|
| 233 |
+
"mean_token_accuracy": 0.6844733953475952,
|
| 234 |
+
"num_tokens": 182236.0,
|
| 235 |
+
"step": 25
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"epoch": 0.0012144141619374576,
|
| 239 |
+
"grad_norm": 0.24115009605884552,
|
| 240 |
+
"learning_rate": 4.518926675086462e-06,
|
| 241 |
+
"loss": 1.9658,
|
| 242 |
+
"mean_token_accuracy": 0.5898375511169434,
|
| 243 |
+
"num_tokens": 189613.0,
|
| 244 |
+
"step": 26
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"epoch": 0.0012611223989350522,
|
| 248 |
+
"grad_norm": 0.22647137939929962,
|
| 249 |
+
"learning_rate": 4.471528182864168e-06,
|
| 250 |
+
"loss": 1.5963,
|
| 251 |
+
"mean_token_accuracy": 0.6704545319080353,
|
| 252 |
+
"num_tokens": 196900.0,
|
| 253 |
+
"step": 27
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 0.0013078306359326467,
|
| 257 |
+
"grad_norm": 0.17949607968330383,
|
| 258 |
+
"learning_rate": 4.422192937567027e-06,
|
| 259 |
+
"loss": 1.2397,
|
| 260 |
+
"mean_token_accuracy": 0.7182678580284119,
|
| 261 |
+
"num_tokens": 204513.0,
|
| 262 |
+
"step": 28
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.0013545388729302413,
|
| 266 |
+
"grad_norm": 0.2529963552951813,
|
| 267 |
+
"learning_rate": 4.3709726850546015e-06,
|
| 268 |
+
"loss": 1.7072,
|
| 269 |
+
"mean_token_accuracy": 0.6386008858680725,
|
| 270 |
+
"num_tokens": 210803.0,
|
| 271 |
+
"step": 29
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"epoch": 0.0014012471099278357,
|
| 275 |
+
"grad_norm": 0.1803470253944397,
|
| 276 |
+
"learning_rate": 4.3179211482987196e-06,
|
| 277 |
+
"loss": 1.2488,
|
| 278 |
+
"mean_token_accuracy": 0.7105345129966736,
|
| 279 |
+
"num_tokens": 218783.0,
|
| 280 |
+
"step": 30
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"epoch": 0.0014479553469254303,
|
| 284 |
+
"grad_norm": 0.1690954566001892,
|
| 285 |
+
"learning_rate": 4.2630939710354985e-06,
|
| 286 |
+
"loss": 1.1768,
|
| 287 |
+
"mean_token_accuracy": 0.7205143570899963,
|
| 288 |
+
"num_tokens": 228472.0,
|
| 289 |
+
"step": 31
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.0014946635839230248,
|
| 293 |
+
"grad_norm": 0.2781330943107605,
|
| 294 |
+
"learning_rate": 4.206548659402743e-06,
|
| 295 |
+
"loss": 1.2211,
|
| 296 |
+
"mean_token_accuracy": 0.7092916369438171,
|
| 297 |
+
"num_tokens": 233617.0,
|
| 298 |
+
"step": 32
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.0015413718209206194,
|
| 302 |
+
"grad_norm": 0.194204643368721,
|
| 303 |
+
"learning_rate": 4.148344521623957e-06,
|
| 304 |
+
"loss": 1.4836,
|
| 305 |
+
"mean_token_accuracy": 0.6891669929027557,
|
| 306 |
+
"num_tokens": 241676.0,
|
| 307 |
+
"step": 33
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"epoch": 0.0015880800579182138,
|
| 311 |
+
"grad_norm": 0.1841108798980713,
|
| 312 |
+
"learning_rate": 4.088542605802202e-06,
|
| 313 |
+
"loss": 1.3113,
|
| 314 |
+
"mean_token_accuracy": 0.7001610100269318,
|
| 315 |
+
"num_tokens": 251517.0,
|
| 316 |
+
"step": 34
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"epoch": 0.0016347882949158084,
|
| 320 |
+
"grad_norm": 0.19068853557109833,
|
| 321 |
+
"learning_rate": 4.0272056358890665e-06,
|
| 322 |
+
"loss": 1.3375,
|
| 323 |
+
"mean_token_accuracy": 0.7067949175834656,
|
| 324 |
+
"num_tokens": 260718.0,
|
| 325 |
+
"step": 35
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.0016814965319134029,
|
| 329 |
+
"grad_norm": 0.22810104489326477,
|
| 330 |
+
"learning_rate": 3.964397945895903e-06,
|
| 331 |
+
"loss": 1.5774,
|
| 332 |
+
"mean_token_accuracy": 0.6743293404579163,
|
| 333 |
+
"num_tokens": 267063.0,
|
| 334 |
+
"step": 36
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"epoch": 0.0017282047689109975,
|
| 338 |
+
"grad_norm": 0.2199760228395462,
|
| 339 |
+
"learning_rate": 3.900185412416337e-06,
|
| 340 |
+
"loss": 1.7639,
|
| 341 |
+
"mean_token_accuracy": 0.6289554536342621,
|
| 342 |
+
"num_tokens": 274278.0,
|
| 343 |
+
"step": 37
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"epoch": 0.001774913005908592,
|
| 347 |
+
"grad_norm": 0.23150336742401123,
|
| 348 |
+
"learning_rate": 3.834635385530813e-06,
|
| 349 |
+
"loss": 2.4011,
|
| 350 |
+
"mean_token_accuracy": 0.5110038071870804,
|
| 351 |
+
"num_tokens": 279752.0,
|
| 352 |
+
"step": 38
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.0018216212429061865,
|
| 356 |
+
"grad_norm": 0.2343943864107132,
|
| 357 |
+
"learning_rate": 3.7678166181656624e-06,
|
| 358 |
+
"loss": 1.3846,
|
| 359 |
+
"mean_token_accuracy": 0.6946818828582764,
|
| 360 |
+
"num_tokens": 287145.0,
|
| 361 |
+
"step": 39
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 0.001868329479903781,
|
| 365 |
+
"grad_norm": 0.1842251569032669,
|
| 366 |
+
"learning_rate": 3.6997991939807804e-06,
|
| 367 |
+
"loss": 1.5058,
|
| 368 |
+
"mean_token_accuracy": 0.6877120733261108,
|
| 369 |
+
"num_tokens": 295574.0,
|
| 370 |
+
"step": 40
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 0.0019150377169013756,
|
| 374 |
+
"grad_norm": 0.21155694127082825,
|
| 375 |
+
"learning_rate": 3.63065445386154e-06,
|
| 376 |
+
"loss": 1.7073,
|
| 377 |
+
"mean_token_accuracy": 0.6352330446243286,
|
| 378 |
+
"num_tokens": 302707.0,
|
| 379 |
+
"step": 41
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"epoch": 0.00196174595389897,
|
| 383 |
+
"grad_norm": 0.25946730375289917,
|
| 384 |
+
"learning_rate": 3.5604549210920576e-06,
|
| 385 |
+
"loss": 1.5031,
|
| 386 |
+
"mean_token_accuracy": 0.6669047772884369,
|
| 387 |
+
"num_tokens": 307612.0,
|
| 388 |
+
"step": 42
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.0020084541908965644,
|
| 392 |
+
"grad_norm": 0.18682092428207397,
|
| 393 |
+
"learning_rate": 3.489274225288284e-06,
|
| 394 |
+
"loss": 1.3015,
|
| 395 |
+
"mean_token_accuracy": 0.7169822454452515,
|
| 396 |
+
"num_tokens": 319133.0,
|
| 397 |
+
"step": 43
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"epoch": 0.002055162427894159,
|
| 401 |
+
"grad_norm": 0.2042531669139862,
|
| 402 |
+
"learning_rate": 3.4171870251706995e-06,
|
| 403 |
+
"loss": 2.0483,
|
| 404 |
+
"mean_token_accuracy": 0.5778546035289764,
|
| 405 |
+
"num_tokens": 326268.0,
|
| 406 |
+
"step": 44
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"epoch": 0.0021018706648917537,
|
| 410 |
+
"grad_norm": 0.2018388956785202,
|
| 411 |
+
"learning_rate": 3.344268930257633e-06,
|
| 412 |
+
"loss": 1.4825,
|
| 413 |
+
"mean_token_accuracy": 0.6688913702964783,
|
| 414 |
+
"num_tokens": 332923.0,
|
| 415 |
+
"step": 45
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.0021485789018893483,
|
| 419 |
+
"grad_norm": 0.21121808886528015,
|
| 420 |
+
"learning_rate": 3.2705964215613145e-06,
|
| 421 |
+
"loss": 1.4353,
|
| 422 |
+
"mean_token_accuracy": 0.68389692902565,
|
| 423 |
+
"num_tokens": 338889.0,
|
| 424 |
+
"step": 46
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"epoch": 0.0021952871388869425,
|
| 428 |
+
"grad_norm": 0.2037765383720398,
|
| 429 |
+
"learning_rate": 3.196246771369853e-06,
|
| 430 |
+
"loss": 1.1499,
|
| 431 |
+
"mean_token_accuracy": 0.7377910912036896,
|
| 432 |
+
"num_tokens": 346176.0,
|
| 433 |
+
"step": 47
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"epoch": 0.002241995375884537,
|
| 437 |
+
"grad_norm": 0.1926920861005783,
|
| 438 |
+
"learning_rate": 3.121297962199279e-06,
|
| 439 |
+
"loss": 1.4606,
|
| 440 |
+
"mean_token_accuracy": 0.6756649613380432,
|
| 441 |
+
"num_tokens": 354291.0,
|
| 442 |
+
"step": 48
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"epoch": 0.0022887036128821318,
|
| 446 |
+
"grad_norm": 0.23878051340579987,
|
| 447 |
+
"learning_rate": 3.0458286050006548e-06,
|
| 448 |
+
"loss": 1.6098,
|
| 449 |
+
"mean_token_accuracy": 0.6611288487911224,
|
| 450 |
+
"num_tokens": 361893.0,
|
| 451 |
+
"step": 49
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.0023354118498797264,
|
| 455 |
+
"grad_norm": 0.2237703949213028,
|
| 456 |
+
"learning_rate": 2.96991785670804e-06,
|
| 457 |
+
"loss": 1.7951,
|
| 458 |
+
"mean_token_accuracy": 0.6226321458816528,
|
| 459 |
+
"num_tokens": 369849.0,
|
| 460 |
+
"step": 50
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"epoch": 0.0023821200868773206,
|
| 464 |
+
"grad_norm": 0.21574032306671143,
|
| 465 |
+
"learning_rate": 2.8936453372138006e-06,
|
| 466 |
+
"loss": 1.2809,
|
| 467 |
+
"mean_token_accuracy": 0.71575528383255,
|
| 468 |
+
"num_tokens": 376459.0,
|
| 469 |
+
"step": 51
|
| 470 |
+
},
|
| 471 |
+
{
|
| 472 |
+
"epoch": 0.0024288283238749152,
|
| 473 |
+
"grad_norm": 0.1896604299545288,
|
| 474 |
+
"learning_rate": 2.8170910458583355e-06,
|
| 475 |
+
"loss": 1.7823,
|
| 476 |
+
"mean_token_accuracy": 0.6189461052417755,
|
| 477 |
+
"num_tokens": 383519.0,
|
| 478 |
+
"step": 52
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.00247553656087251,
|
| 482 |
+
"grad_norm": 0.17899923026561737,
|
| 483 |
+
"learning_rate": 2.740335277521815e-06,
|
| 484 |
+
"loss": 1.6108,
|
| 485 |
+
"mean_token_accuracy": 0.6556365489959717,
|
| 486 |
+
"num_tokens": 391616.0,
|
| 487 |
+
"step": 53
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"epoch": 0.0025222447978701045,
|
| 491 |
+
"grad_norm": 0.22684413194656372,
|
| 492 |
+
"learning_rate": 2.6634585384059415e-06,
|
| 493 |
+
"loss": 1.7163,
|
| 494 |
+
"mean_token_accuracy": 0.629599392414093,
|
| 495 |
+
"num_tokens": 399812.0,
|
| 496 |
+
"step": 54
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"epoch": 0.002568953034867699,
|
| 500 |
+
"grad_norm": 0.18395479023456573,
|
| 501 |
+
"learning_rate": 2.5865414615940594e-06,
|
| 502 |
+
"loss": 1.2312,
|
| 503 |
+
"mean_token_accuracy": 0.7152631878852844,
|
| 504 |
+
"num_tokens": 407387.0,
|
| 505 |
+
"step": 55
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"epoch": 0.0026156612718652933,
|
| 509 |
+
"grad_norm": 0.17716501653194427,
|
| 510 |
+
"learning_rate": 2.509664722478186e-06,
|
| 511 |
+
"loss": 1.6189,
|
| 512 |
+
"mean_token_accuracy": 0.6399194896221161,
|
| 513 |
+
"num_tokens": 415514.0,
|
| 514 |
+
"step": 56
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.002662369508862888,
|
| 518 |
+
"grad_norm": 0.2080097496509552,
|
| 519 |
+
"learning_rate": 2.4329089541416655e-06,
|
| 520 |
+
"loss": 1.5846,
|
| 521 |
+
"mean_token_accuracy": 0.663497120141983,
|
| 522 |
+
"num_tokens": 422039.0,
|
| 523 |
+
"step": 57
|
| 524 |
+
},
|
| 525 |
+
{
|
| 526 |
+
"epoch": 0.0027090777458604826,
|
| 527 |
+
"grad_norm": 0.19784171879291534,
|
| 528 |
+
"learning_rate": 2.3563546627862e-06,
|
| 529 |
+
"loss": 1.3426,
|
| 530 |
+
"mean_token_accuracy": 0.6939470767974854,
|
| 531 |
+
"num_tokens": 428566.0,
|
| 532 |
+
"step": 58
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"epoch": 0.0027557859828580772,
|
| 536 |
+
"grad_norm": 0.1710215061903,
|
| 537 |
+
"learning_rate": 2.2800821432919614e-06,
|
| 538 |
+
"loss": 1.5268,
|
| 539 |
+
"mean_token_accuracy": 0.6385573744773865,
|
| 540 |
+
"num_tokens": 436877.0,
|
| 541 |
+
"step": 59
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.0028024942198556714,
|
| 545 |
+
"grad_norm": 0.19530710577964783,
|
| 546 |
+
"learning_rate": 2.204171394999346e-06,
|
| 547 |
+
"loss": 1.7253,
|
| 548 |
+
"mean_token_accuracy": 0.6284772753715515,
|
| 549 |
+
"num_tokens": 444515.0,
|
| 550 |
+
"step": 60
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"epoch": 0.002849202456853266,
|
| 554 |
+
"grad_norm": 0.20333561301231384,
|
| 555 |
+
"learning_rate": 2.1287020378007216e-06,
|
| 556 |
+
"loss": 1.6405,
|
| 557 |
+
"mean_token_accuracy": 0.6564561724662781,
|
| 558 |
+
"num_tokens": 450241.0,
|
| 559 |
+
"step": 61
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"epoch": 0.0028959106938508607,
|
| 563 |
+
"grad_norm": 0.24220742285251617,
|
| 564 |
+
"learning_rate": 2.0537532286301483e-06,
|
| 565 |
+
"loss": 1.7357,
|
| 566 |
+
"mean_token_accuracy": 0.613721638917923,
|
| 567 |
+
"num_tokens": 455245.0,
|
| 568 |
+
"step": 62
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"epoch": 0.0029426189308484553,
|
| 572 |
+
"grad_norm": 0.25850263237953186,
|
| 573 |
+
"learning_rate": 1.9794035784386857e-06,
|
| 574 |
+
"loss": 1.2092,
|
| 575 |
+
"mean_token_accuracy": 0.7280539572238922,
|
| 576 |
+
"num_tokens": 461165.0,
|
| 577 |
+
"step": 63
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.0029893271678460495,
|
| 581 |
+
"grad_norm": 0.1687914878129959,
|
| 582 |
+
"learning_rate": 1.9057310697423676e-06,
|
| 583 |
+
"loss": 1.4988,
|
| 584 |
+
"mean_token_accuracy": 0.6855064630508423,
|
| 585 |
+
"num_tokens": 470696.0,
|
| 586 |
+
"step": 64
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"epoch": 0.003036035404843644,
|
| 590 |
+
"grad_norm": 0.22230161726474762,
|
| 591 |
+
"learning_rate": 1.8328129748293017e-06,
|
| 592 |
+
"loss": 1.9035,
|
| 593 |
+
"mean_token_accuracy": 0.5855222791433334,
|
| 594 |
+
"num_tokens": 475858.0,
|
| 595 |
+
"step": 65
|
| 596 |
+
},
|
| 597 |
+
{
|
| 598 |
+
"epoch": 0.0030827436418412388,
|
| 599 |
+
"grad_norm": 0.21983900666236877,
|
| 600 |
+
"learning_rate": 1.7607257747117174e-06,
|
| 601 |
+
"loss": 1.7954,
|
| 602 |
+
"mean_token_accuracy": 0.6393535435199738,
|
| 603 |
+
"num_tokens": 481280.0,
|
| 604 |
+
"step": 66
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.0031294518788388334,
|
| 608 |
+
"grad_norm": 0.28015828132629395,
|
| 609 |
+
"learning_rate": 1.6895450789079434e-06,
|
| 610 |
+
"loss": 1.254,
|
| 611 |
+
"mean_token_accuracy": 0.7204155027866364,
|
| 612 |
+
"num_tokens": 488210.0,
|
| 613 |
+
"step": 67
|
| 614 |
+
},
|
| 615 |
+
{
|
| 616 |
+
"epoch": 0.0031761601158364276,
|
| 617 |
+
"grad_norm": 0.21209849417209625,
|
| 618 |
+
"learning_rate": 1.6193455461384617e-06,
|
| 619 |
+
"loss": 1.9336,
|
| 620 |
+
"mean_token_accuracy": 0.6008668541908264,
|
| 621 |
+
"num_tokens": 494581.0,
|
| 622 |
+
"step": 68
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"epoch": 0.0032228683528340222,
|
| 626 |
+
"grad_norm": 0.25260934233665466,
|
| 627 |
+
"learning_rate": 1.5502008060192202e-06,
|
| 628 |
+
"loss": 1.7713,
|
| 629 |
+
"mean_token_accuracy": 0.592128798365593,
|
| 630 |
+
"num_tokens": 499120.0,
|
| 631 |
+
"step": 69
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"epoch": 0.003269576589831617,
|
| 635 |
+
"grad_norm": 0.19961196184158325,
|
| 636 |
+
"learning_rate": 1.4821833818343378e-06,
|
| 637 |
+
"loss": 1.3307,
|
| 638 |
+
"mean_token_accuracy": 0.7077135443687439,
|
| 639 |
+
"num_tokens": 506700.0,
|
| 640 |
+
"step": 70
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.0033162848268292115,
|
| 644 |
+
"grad_norm": 0.21448221802711487,
|
| 645 |
+
"learning_rate": 1.4153646144691887e-06,
|
| 646 |
+
"loss": 1.4005,
|
| 647 |
+
"mean_token_accuracy": 0.6793873608112335,
|
| 648 |
+
"num_tokens": 513622.0,
|
| 649 |
+
"step": 71
|
| 650 |
+
},
|
| 651 |
+
{
|
| 652 |
+
"epoch": 0.0033629930638268057,
|
| 653 |
+
"grad_norm": 0.19134606420993805,
|
| 654 |
+
"learning_rate": 1.3498145875836636e-06,
|
| 655 |
+
"loss": 1.8944,
|
| 656 |
+
"mean_token_accuracy": 0.6288950145244598,
|
| 657 |
+
"num_tokens": 520502.0,
|
| 658 |
+
"step": 72
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"epoch": 0.0034097013008244003,
|
| 662 |
+
"grad_norm": 0.20466452836990356,
|
| 663 |
+
"learning_rate": 1.285602054104097e-06,
|
| 664 |
+
"loss": 1.9276,
|
| 665 |
+
"mean_token_accuracy": 0.57016322016716,
|
| 666 |
+
"num_tokens": 528001.0,
|
| 667 |
+
"step": 73
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.003456409537821995,
|
| 671 |
+
"grad_norm": 0.20611968636512756,
|
| 672 |
+
"learning_rate": 1.2227943641109345e-06,
|
| 673 |
+
"loss": 1.8754,
|
| 674 |
+
"mean_token_accuracy": 0.5942300260066986,
|
| 675 |
+
"num_tokens": 533840.0,
|
| 676 |
+
"step": 74
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"epoch": 0.0035031177748195896,
|
| 680 |
+
"grad_norm": 0.22362089157104492,
|
| 681 |
+
"learning_rate": 1.1614573941977975e-06,
|
| 682 |
+
"loss": 2.0853,
|
| 683 |
+
"mean_token_accuracy": 0.5632732808589935,
|
| 684 |
+
"num_tokens": 540459.0,
|
| 685 |
+
"step": 75
|
| 686 |
+
},
|
| 687 |
+
{
|
| 688 |
+
"epoch": 0.003549826011817184,
|
| 689 |
+
"grad_norm": 0.16187940537929535,
|
| 690 |
+
"learning_rate": 1.1016554783760433e-06,
|
| 691 |
+
"loss": 1.3277,
|
| 692 |
+
"mean_token_accuracy": 0.7023499011993408,
|
| 693 |
+
"num_tokens": 548772.0,
|
| 694 |
+
"step": 76
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"epoch": 0.0035965342488147784,
|
| 698 |
+
"grad_norm": 0.22978803515434265,
|
| 699 |
+
"learning_rate": 2.2033109567520866e-06,
|
| 700 |
+
"loss": 1.8168,
|
| 701 |
+
"mean_token_accuracy": 0.6008757054805756,
|
| 702 |
+
"num_tokens": 554584.0,
|
| 703 |
+
"step": 77
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.003643242485812373,
|
| 707 |
+
"grad_norm": 0.1978112757205963,
|
| 708 |
+
"learning_rate": 2.0419772472095698e-06,
|
| 709 |
+
"loss": 1.5754,
|
| 710 |
+
"mean_token_accuracy": 0.6501273214817047,
|
| 711 |
+
"num_tokens": 561654.0,
|
| 712 |
+
"step": 78
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"epoch": 0.0036899507228099677,
|
| 716 |
+
"grad_norm": 0.2072610855102539,
|
| 717 |
+
"learning_rate": 1.652483217564065e-06,
|
| 718 |
+
"loss": 1.7213,
|
| 719 |
+
"mean_token_accuracy": 0.6490782797336578,
|
| 720 |
+
"num_tokens": 567900.0,
|
| 721 |
+
"step": 79
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"epoch": 0.003736658959807562,
|
| 725 |
+
"grad_norm": 0.22125592827796936,
|
| 726 |
+
"learning_rate": 1.2629891879185599e-06,
|
| 727 |
+
"loss": 1.4386,
|
| 728 |
+
"mean_token_accuracy": 0.6827996075153351,
|
| 729 |
+
"num_tokens": 576574.0,
|
| 730 |
+
"step": 80
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.0037833671968051565,
|
| 734 |
+
"grad_norm": 0.18630705773830414,
|
| 735 |
+
"learning_rate": 1.1016554783760433e-06,
|
| 736 |
+
"loss": 1.0299,
|
| 737 |
+
"mean_token_accuracy": 0.7590331435203552,
|
| 738 |
+
"num_tokens": 583830.0,
|
| 739 |
+
"step": 81
|
| 740 |
+
}
|
| 741 |
+
],
|
| 742 |
+
"logging_steps": 1,
|
| 743 |
+
"max_steps": 102,
|
| 744 |
+
"num_input_tokens_seen": 0,
|
| 745 |
+
"num_train_epochs": 1,
|
| 746 |
+
"save_steps": 500,
|
| 747 |
+
"stateful_callbacks": {
|
| 748 |
+
"TrainerControl": {
|
| 749 |
+
"args": {
|
| 750 |
+
"should_epoch_stop": false,
|
| 751 |
+
"should_evaluate": false,
|
| 752 |
+
"should_log": false,
|
| 753 |
+
"should_save": true,
|
| 754 |
+
"should_training_stop": false
|
| 755 |
+
},
|
| 756 |
+
"attributes": {}
|
| 757 |
+
}
|
| 758 |
+
},
|
| 759 |
+
"total_flos": 2266017525923840.0,
|
| 760 |
+
"train_batch_size": 4,
|
| 761 |
+
"trial_name": null,
|
| 762 |
+
"trial_params": null
|
| 763 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8512abcba82ae596fb2ebf87593ed36487f598c2299fa34c7d08e1c79dc2d67e
|
| 3 |
+
size 5880
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|