Upload folder using huggingface_hub
Browse files- dataset_instructions.json +0 -0
- lora_model/adapter_config.json +5 -5
- lora_model/adapter_model.safetensors +1 -1
- outputs/README.md +2 -2
- outputs/checkpoint-234/README.md +210 -0
- outputs/checkpoint-234/adapter_config.json +41 -0
- outputs/checkpoint-234/adapter_model.safetensors +3 -0
- outputs/checkpoint-234/chat_template.jinja +1 -0
- outputs/checkpoint-234/merges.txt +0 -0
- outputs/checkpoint-234/optimizer.pt +3 -0
- outputs/checkpoint-234/rng_state.pth +3 -0
- outputs/checkpoint-234/scheduler.pt +3 -0
- outputs/checkpoint-234/special_tokens_map.json +30 -0
- outputs/checkpoint-234/tokenizer.json +0 -0
- outputs/checkpoint-234/tokenizer_config.json +790 -0
- outputs/checkpoint-234/trainer_state.json +1672 -0
- outputs/checkpoint-234/training_args.bin +3 -0
- outputs/checkpoint-234/vocab.json +0 -0
- outputs/checkpoint-87/README.md +210 -0
- outputs/checkpoint-87/adapter_config.json +41 -0
- outputs/checkpoint-87/adapter_model.safetensors +3 -0
- outputs/checkpoint-87/chat_template.jinja +1 -0
- outputs/checkpoint-87/merges.txt +0 -0
- outputs/checkpoint-87/optimizer.pt +3 -0
- outputs/checkpoint-87/rng_state.pth +3 -0
- outputs/checkpoint-87/scheduler.pt +3 -0
- outputs/checkpoint-87/special_tokens_map.json +30 -0
- outputs/checkpoint-87/tokenizer.json +0 -0
- outputs/checkpoint-87/tokenizer_config.json +790 -0
- outputs/checkpoint-87/trainer_state.json +643 -0
- outputs/checkpoint-87/training_args.bin +3 -0
- outputs/checkpoint-87/vocab.json +0 -0
- unsloth_compiled_cache/__pycache__/UnslothAlignPropTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothBCOTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothCPOTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothDDPOTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothDPOTrainer.cpython-311.pyc +1 -1
- unsloth_compiled_cache/__pycache__/UnslothGKDTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothGRPOTrainer.cpython-311.pyc +1 -1
- unsloth_compiled_cache/__pycache__/UnslothIterativeSFTTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothKTOTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothNashMDTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothORPOTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothOnlineDPOTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothPPOTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothPRMTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothRLOOTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothRewardTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothSFTTrainer.cpython-311.pyc +0 -0
- unsloth_compiled_cache/__pycache__/UnslothXPOTrainer.cpython-311.pyc +0 -0
dataset_instructions.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
lora_model/adapter_config.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
"loftq_config": {},
|
| 16 |
"lora_alpha": 16,
|
| 17 |
"lora_bias": false,
|
| 18 |
-
"lora_dropout": 0,
|
| 19 |
"megatron_config": null,
|
| 20 |
"megatron_core": "megatron.core",
|
| 21 |
"modules_to_save": null,
|
|
@@ -25,13 +25,13 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"
|
| 29 |
-
"k_proj",
|
| 30 |
"o_proj",
|
| 31 |
-
"gate_proj",
|
| 32 |
"up_proj",
|
|
|
|
|
|
|
| 33 |
"v_proj",
|
| 34 |
-
"
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
| 37 |
"trainable_token_indices": 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,
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"down_proj",
|
|
|
|
| 29 |
"o_proj",
|
|
|
|
| 30 |
"up_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"k_proj",
|
| 33 |
"v_proj",
|
| 34 |
+
"gate_proj"
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
| 37 |
"trainable_token_indices": null,
|
lora_model/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 262219392
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:090722b72662baa380df4b248e961887a300e28f0b670bf9da9f694b6a49591f
|
| 3 |
size 262219392
|
outputs/README.md
CHANGED
|
@@ -4,9 +4,9 @@ library_name: transformers
|
|
| 4 |
model_name: outputs
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
-
- trl
|
| 8 |
-
- sft
|
| 9 |
- unsloth
|
|
|
|
|
|
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
|
|
|
| 4 |
model_name: outputs
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
| 7 |
- unsloth
|
| 8 |
+
- sft
|
| 9 |
+
- trl
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
outputs/checkpoint-234/README.md
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/phi-4-unsloth-bnb-4bit
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/phi-4-unsloth-bnb-4bit
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
- unsloth
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Model Card for Model ID
|
| 15 |
+
|
| 16 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## Model Details
|
| 21 |
+
|
| 22 |
+
### Model Description
|
| 23 |
+
|
| 24 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
- **Developed by:** [More Information Needed]
|
| 29 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 30 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 31 |
+
- **Model type:** [More Information Needed]
|
| 32 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 33 |
+
- **License:** [More Information Needed]
|
| 34 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
### Model Sources [optional]
|
| 37 |
+
|
| 38 |
+
<!-- Provide the basic links for the model. -->
|
| 39 |
+
|
| 40 |
+
- **Repository:** [More Information Needed]
|
| 41 |
+
- **Paper [optional]:** [More Information Needed]
|
| 42 |
+
- **Demo [optional]:** [More Information Needed]
|
| 43 |
+
|
| 44 |
+
## Uses
|
| 45 |
+
|
| 46 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 47 |
+
|
| 48 |
+
### Direct Use
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Downstream Use [optional]
|
| 55 |
+
|
| 56 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
### Out-of-Scope Use
|
| 61 |
+
|
| 62 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
## Bias, Risks, and Limitations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 69 |
+
|
| 70 |
+
[More Information Needed]
|
| 71 |
+
|
| 72 |
+
### Recommendations
|
| 73 |
+
|
| 74 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 75 |
+
|
| 76 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 77 |
+
|
| 78 |
+
## How to Get Started with the Model
|
| 79 |
+
|
| 80 |
+
Use the code below to get started with the model.
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
## Training Details
|
| 85 |
+
|
| 86 |
+
### Training Data
|
| 87 |
+
|
| 88 |
+
<!-- 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. -->
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
### Training Procedure
|
| 93 |
+
|
| 94 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 95 |
+
|
| 96 |
+
#### Preprocessing [optional]
|
| 97 |
+
|
| 98 |
+
[More Information Needed]
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
#### Training Hyperparameters
|
| 102 |
+
|
| 103 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 104 |
+
|
| 105 |
+
#### Speeds, Sizes, Times [optional]
|
| 106 |
+
|
| 107 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 108 |
+
|
| 109 |
+
[More Information Needed]
|
| 110 |
+
|
| 111 |
+
## Evaluation
|
| 112 |
+
|
| 113 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 114 |
+
|
| 115 |
+
### Testing Data, Factors & Metrics
|
| 116 |
+
|
| 117 |
+
#### Testing Data
|
| 118 |
+
|
| 119 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Factors
|
| 124 |
+
|
| 125 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
#### Metrics
|
| 130 |
+
|
| 131 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 132 |
+
|
| 133 |
+
[More Information Needed]
|
| 134 |
+
|
| 135 |
+
### Results
|
| 136 |
+
|
| 137 |
+
[More Information Needed]
|
| 138 |
+
|
| 139 |
+
#### Summary
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
## Model Examination [optional]
|
| 144 |
+
|
| 145 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 146 |
+
|
| 147 |
+
[More Information Needed]
|
| 148 |
+
|
| 149 |
+
## Environmental Impact
|
| 150 |
+
|
| 151 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 152 |
+
|
| 153 |
+
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).
|
| 154 |
+
|
| 155 |
+
- **Hardware Type:** [More Information Needed]
|
| 156 |
+
- **Hours used:** [More Information Needed]
|
| 157 |
+
- **Cloud Provider:** [More Information Needed]
|
| 158 |
+
- **Compute Region:** [More Information Needed]
|
| 159 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 160 |
+
|
| 161 |
+
## Technical Specifications [optional]
|
| 162 |
+
|
| 163 |
+
### Model Architecture and Objective
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
### Compute Infrastructure
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
#### Hardware
|
| 172 |
+
|
| 173 |
+
[More Information Needed]
|
| 174 |
+
|
| 175 |
+
#### Software
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
## Citation [optional]
|
| 180 |
+
|
| 181 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 182 |
+
|
| 183 |
+
**BibTeX:**
|
| 184 |
+
|
| 185 |
+
[More Information Needed]
|
| 186 |
+
|
| 187 |
+
**APA:**
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## Glossary [optional]
|
| 192 |
+
|
| 193 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## More Information [optional]
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
|
| 201 |
+
## Model Card Authors [optional]
|
| 202 |
+
|
| 203 |
+
[More Information Needed]
|
| 204 |
+
|
| 205 |
+
## Model Card Contact
|
| 206 |
+
|
| 207 |
+
[More Information Needed]
|
| 208 |
+
### Framework versions
|
| 209 |
+
|
| 210 |
+
- PEFT 0.16.0
|
outputs/checkpoint-234/adapter_config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "unsloth/phi-4-unsloth-bnb-4bit",
|
| 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 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 16,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"down_proj",
|
| 29 |
+
"o_proj",
|
| 30 |
+
"up_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"k_proj",
|
| 33 |
+
"v_proj",
|
| 34 |
+
"gate_proj"
|
| 35 |
+
],
|
| 36 |
+
"task_type": "CAUSAL_LM",
|
| 37 |
+
"trainable_token_indices": null,
|
| 38 |
+
"use_dora": false,
|
| 39 |
+
"use_qalora": false,
|
| 40 |
+
"use_rslora": false
|
| 41 |
+
}
|
outputs/checkpoint-234/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:090722b72662baa380df4b248e961887a300e28f0b670bf9da9f694b6a49591f
|
| 3 |
+
size 262219392
|
outputs/checkpoint-234/chat_template.jinja
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{% for message in messages %}{% if (message['role'] == 'system') %}{{'<|im_start|>system<|im_sep|>' + message['content'] + '<|im_end|>'}}{% elif (message['role'] == 'user') %}{{'<|im_start|>user<|im_sep|>' + message['content'] + '<|im_end|>'}}{% elif (message['role'] == 'assistant') %}{{'<|im_start|>assistant<|im_sep|>' + message['content'] + '<|im_end|>'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant<|im_sep|>' }}{% endif %}
|
outputs/checkpoint-234/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
outputs/checkpoint-234/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bb74bb20e05bdd4bdc4bc430861fe195ccd025114218f489ae23e95cac2892d
|
| 3 |
+
size 133777940
|
outputs/checkpoint-234/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52d65d45896c35326a39d3517462d70c6fce1e0d3f9dd11c09e645d193d17ecb
|
| 3 |
+
size 14244
|
outputs/checkpoint-234/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0ede7b1423721cae7c5a3bccce2b3f83abcf842665a4c5b368aefc719a462de
|
| 3 |
+
size 1064
|
outputs/checkpoint-234/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|endoftext|>",
|
| 4 |
+
"lstrip": true,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": true,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|im_end|>",
|
| 11 |
+
"lstrip": true,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": true,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|dummy_87|>",
|
| 18 |
+
"lstrip": true,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": true,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "�",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
outputs/checkpoint-234/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
outputs/checkpoint-234/tokenizer_config.json
ADDED
|
@@ -0,0 +1,790 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"5809": {
|
| 5 |
+
"content": "�",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"100256": {
|
| 13 |
+
"content": "<|dummy_0|>",
|
| 14 |
+
"lstrip": true,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": true,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"100257": {
|
| 21 |
+
"content": "<|endoftext|>",
|
| 22 |
+
"lstrip": true,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": true,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"100258": {
|
| 29 |
+
"content": "<|fim_prefix|>",
|
| 30 |
+
"lstrip": true,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": true,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"100259": {
|
| 37 |
+
"content": "<|fim_middle|>",
|
| 38 |
+
"lstrip": true,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": true,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"100260": {
|
| 45 |
+
"content": "<|fim_suffix|>",
|
| 46 |
+
"lstrip": true,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": true,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"100261": {
|
| 53 |
+
"content": "<|dummy_1|>",
|
| 54 |
+
"lstrip": true,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": true,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"100262": {
|
| 61 |
+
"content": "<|dummy_2|>",
|
| 62 |
+
"lstrip": true,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": true,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"100263": {
|
| 69 |
+
"content": "<|dummy_3|>",
|
| 70 |
+
"lstrip": true,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": true,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"100264": {
|
| 77 |
+
"content": "<|im_start|>",
|
| 78 |
+
"lstrip": true,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": true,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"100265": {
|
| 85 |
+
"content": "<|im_end|>",
|
| 86 |
+
"lstrip": true,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": true,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"100266": {
|
| 93 |
+
"content": "<|im_sep|>",
|
| 94 |
+
"lstrip": true,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": true,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"100267": {
|
| 101 |
+
"content": "<|dummy_4|>",
|
| 102 |
+
"lstrip": true,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": true,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"100268": {
|
| 109 |
+
"content": "<|dummy_5|>",
|
| 110 |
+
"lstrip": true,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": true,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"100269": {
|
| 117 |
+
"content": "<|dummy_6|>",
|
| 118 |
+
"lstrip": true,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": true,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"100270": {
|
| 125 |
+
"content": "<|dummy_7|>",
|
| 126 |
+
"lstrip": true,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": true,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"100271": {
|
| 133 |
+
"content": "<|dummy_8|>",
|
| 134 |
+
"lstrip": true,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": true,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"100272": {
|
| 141 |
+
"content": "<|dummy_9|>",
|
| 142 |
+
"lstrip": true,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": true,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"100273": {
|
| 149 |
+
"content": "<|dummy_10|>",
|
| 150 |
+
"lstrip": true,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": true,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"100274": {
|
| 157 |
+
"content": "<|dummy_11|>",
|
| 158 |
+
"lstrip": true,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": true,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"100275": {
|
| 165 |
+
"content": "<|dummy_12|>",
|
| 166 |
+
"lstrip": true,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": true,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"100276": {
|
| 173 |
+
"content": "<|endofprompt|>",
|
| 174 |
+
"lstrip": true,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": true,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"100277": {
|
| 181 |
+
"content": "<|dummy_13|>",
|
| 182 |
+
"lstrip": true,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": true,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"100278": {
|
| 189 |
+
"content": "<|dummy_14|>",
|
| 190 |
+
"lstrip": true,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": true,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"100279": {
|
| 197 |
+
"content": "<|dummy_15|>",
|
| 198 |
+
"lstrip": true,
|
| 199 |
+
"normalized": false,
|
| 200 |
+
"rstrip": true,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"100280": {
|
| 205 |
+
"content": "<|dummy_16|>",
|
| 206 |
+
"lstrip": true,
|
| 207 |
+
"normalized": false,
|
| 208 |
+
"rstrip": true,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"100281": {
|
| 213 |
+
"content": "<|dummy_17|>",
|
| 214 |
+
"lstrip": true,
|
| 215 |
+
"normalized": false,
|
| 216 |
+
"rstrip": true,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"100282": {
|
| 221 |
+
"content": "<|dummy_18|>",
|
| 222 |
+
"lstrip": true,
|
| 223 |
+
"normalized": false,
|
| 224 |
+
"rstrip": true,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"100283": {
|
| 229 |
+
"content": "<|dummy_19|>",
|
| 230 |
+
"lstrip": true,
|
| 231 |
+
"normalized": false,
|
| 232 |
+
"rstrip": true,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"100284": {
|
| 237 |
+
"content": "<|dummy_20|>",
|
| 238 |
+
"lstrip": true,
|
| 239 |
+
"normalized": false,
|
| 240 |
+
"rstrip": true,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"100285": {
|
| 245 |
+
"content": "<|dummy_21|>",
|
| 246 |
+
"lstrip": true,
|
| 247 |
+
"normalized": false,
|
| 248 |
+
"rstrip": true,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"100286": {
|
| 253 |
+
"content": "<|dummy_22|>",
|
| 254 |
+
"lstrip": true,
|
| 255 |
+
"normalized": false,
|
| 256 |
+
"rstrip": true,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"100287": {
|
| 261 |
+
"content": "<|dummy_23|>",
|
| 262 |
+
"lstrip": true,
|
| 263 |
+
"normalized": false,
|
| 264 |
+
"rstrip": true,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"100288": {
|
| 269 |
+
"content": "<|dummy_24|>",
|
| 270 |
+
"lstrip": true,
|
| 271 |
+
"normalized": false,
|
| 272 |
+
"rstrip": true,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"100289": {
|
| 277 |
+
"content": "<|dummy_25|>",
|
| 278 |
+
"lstrip": true,
|
| 279 |
+
"normalized": false,
|
| 280 |
+
"rstrip": true,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"100290": {
|
| 285 |
+
"content": "<|dummy_26|>",
|
| 286 |
+
"lstrip": true,
|
| 287 |
+
"normalized": false,
|
| 288 |
+
"rstrip": true,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"100291": {
|
| 293 |
+
"content": "<|dummy_27|>",
|
| 294 |
+
"lstrip": true,
|
| 295 |
+
"normalized": false,
|
| 296 |
+
"rstrip": true,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"100292": {
|
| 301 |
+
"content": "<|dummy_28|>",
|
| 302 |
+
"lstrip": true,
|
| 303 |
+
"normalized": false,
|
| 304 |
+
"rstrip": true,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
},
|
| 308 |
+
"100293": {
|
| 309 |
+
"content": "<|dummy_29|>",
|
| 310 |
+
"lstrip": true,
|
| 311 |
+
"normalized": false,
|
| 312 |
+
"rstrip": true,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": true
|
| 315 |
+
},
|
| 316 |
+
"100294": {
|
| 317 |
+
"content": "<|dummy_30|>",
|
| 318 |
+
"lstrip": true,
|
| 319 |
+
"normalized": false,
|
| 320 |
+
"rstrip": true,
|
| 321 |
+
"single_word": false,
|
| 322 |
+
"special": true
|
| 323 |
+
},
|
| 324 |
+
"100295": {
|
| 325 |
+
"content": "<|dummy_31|>",
|
| 326 |
+
"lstrip": true,
|
| 327 |
+
"normalized": false,
|
| 328 |
+
"rstrip": true,
|
| 329 |
+
"single_word": false,
|
| 330 |
+
"special": true
|
| 331 |
+
},
|
| 332 |
+
"100296": {
|
| 333 |
+
"content": "<|dummy_32|>",
|
| 334 |
+
"lstrip": true,
|
| 335 |
+
"normalized": false,
|
| 336 |
+
"rstrip": true,
|
| 337 |
+
"single_word": false,
|
| 338 |
+
"special": true
|
| 339 |
+
},
|
| 340 |
+
"100297": {
|
| 341 |
+
"content": "<|dummy_33|>",
|
| 342 |
+
"lstrip": true,
|
| 343 |
+
"normalized": false,
|
| 344 |
+
"rstrip": true,
|
| 345 |
+
"single_word": false,
|
| 346 |
+
"special": true
|
| 347 |
+
},
|
| 348 |
+
"100298": {
|
| 349 |
+
"content": "<|dummy_34|>",
|
| 350 |
+
"lstrip": true,
|
| 351 |
+
"normalized": false,
|
| 352 |
+
"rstrip": true,
|
| 353 |
+
"single_word": false,
|
| 354 |
+
"special": true
|
| 355 |
+
},
|
| 356 |
+
"100299": {
|
| 357 |
+
"content": "<|dummy_35|>",
|
| 358 |
+
"lstrip": true,
|
| 359 |
+
"normalized": false,
|
| 360 |
+
"rstrip": true,
|
| 361 |
+
"single_word": false,
|
| 362 |
+
"special": true
|
| 363 |
+
},
|
| 364 |
+
"100300": {
|
| 365 |
+
"content": "<|dummy_36|>",
|
| 366 |
+
"lstrip": true,
|
| 367 |
+
"normalized": false,
|
| 368 |
+
"rstrip": true,
|
| 369 |
+
"single_word": false,
|
| 370 |
+
"special": true
|
| 371 |
+
},
|
| 372 |
+
"100301": {
|
| 373 |
+
"content": "<|dummy_37|>",
|
| 374 |
+
"lstrip": true,
|
| 375 |
+
"normalized": false,
|
| 376 |
+
"rstrip": true,
|
| 377 |
+
"single_word": false,
|
| 378 |
+
"special": true
|
| 379 |
+
},
|
| 380 |
+
"100302": {
|
| 381 |
+
"content": "<|dummy_38|>",
|
| 382 |
+
"lstrip": true,
|
| 383 |
+
"normalized": false,
|
| 384 |
+
"rstrip": true,
|
| 385 |
+
"single_word": false,
|
| 386 |
+
"special": true
|
| 387 |
+
},
|
| 388 |
+
"100303": {
|
| 389 |
+
"content": "<|dummy_39|>",
|
| 390 |
+
"lstrip": true,
|
| 391 |
+
"normalized": false,
|
| 392 |
+
"rstrip": true,
|
| 393 |
+
"single_word": false,
|
| 394 |
+
"special": true
|
| 395 |
+
},
|
| 396 |
+
"100304": {
|
| 397 |
+
"content": "<|dummy_40|>",
|
| 398 |
+
"lstrip": true,
|
| 399 |
+
"normalized": false,
|
| 400 |
+
"rstrip": true,
|
| 401 |
+
"single_word": false,
|
| 402 |
+
"special": true
|
| 403 |
+
},
|
| 404 |
+
"100305": {
|
| 405 |
+
"content": "<|dummy_41|>",
|
| 406 |
+
"lstrip": true,
|
| 407 |
+
"normalized": false,
|
| 408 |
+
"rstrip": true,
|
| 409 |
+
"single_word": false,
|
| 410 |
+
"special": true
|
| 411 |
+
},
|
| 412 |
+
"100306": {
|
| 413 |
+
"content": "<|dummy_42|>",
|
| 414 |
+
"lstrip": true,
|
| 415 |
+
"normalized": false,
|
| 416 |
+
"rstrip": true,
|
| 417 |
+
"single_word": false,
|
| 418 |
+
"special": true
|
| 419 |
+
},
|
| 420 |
+
"100307": {
|
| 421 |
+
"content": "<|dummy_43|>",
|
| 422 |
+
"lstrip": true,
|
| 423 |
+
"normalized": false,
|
| 424 |
+
"rstrip": true,
|
| 425 |
+
"single_word": false,
|
| 426 |
+
"special": true
|
| 427 |
+
},
|
| 428 |
+
"100308": {
|
| 429 |
+
"content": "<|dummy_44|>",
|
| 430 |
+
"lstrip": true,
|
| 431 |
+
"normalized": false,
|
| 432 |
+
"rstrip": true,
|
| 433 |
+
"single_word": false,
|
| 434 |
+
"special": true
|
| 435 |
+
},
|
| 436 |
+
"100309": {
|
| 437 |
+
"content": "<|dummy_45|>",
|
| 438 |
+
"lstrip": true,
|
| 439 |
+
"normalized": false,
|
| 440 |
+
"rstrip": true,
|
| 441 |
+
"single_word": false,
|
| 442 |
+
"special": true
|
| 443 |
+
},
|
| 444 |
+
"100310": {
|
| 445 |
+
"content": "<|dummy_46|>",
|
| 446 |
+
"lstrip": true,
|
| 447 |
+
"normalized": false,
|
| 448 |
+
"rstrip": true,
|
| 449 |
+
"single_word": false,
|
| 450 |
+
"special": true
|
| 451 |
+
},
|
| 452 |
+
"100311": {
|
| 453 |
+
"content": "<|dummy_47|>",
|
| 454 |
+
"lstrip": true,
|
| 455 |
+
"normalized": false,
|
| 456 |
+
"rstrip": true,
|
| 457 |
+
"single_word": false,
|
| 458 |
+
"special": true
|
| 459 |
+
},
|
| 460 |
+
"100312": {
|
| 461 |
+
"content": "<|dummy_48|>",
|
| 462 |
+
"lstrip": true,
|
| 463 |
+
"normalized": false,
|
| 464 |
+
"rstrip": true,
|
| 465 |
+
"single_word": false,
|
| 466 |
+
"special": true
|
| 467 |
+
},
|
| 468 |
+
"100313": {
|
| 469 |
+
"content": "<|dummy_49|>",
|
| 470 |
+
"lstrip": true,
|
| 471 |
+
"normalized": false,
|
| 472 |
+
"rstrip": true,
|
| 473 |
+
"single_word": false,
|
| 474 |
+
"special": true
|
| 475 |
+
},
|
| 476 |
+
"100314": {
|
| 477 |
+
"content": "<|dummy_50|>",
|
| 478 |
+
"lstrip": true,
|
| 479 |
+
"normalized": false,
|
| 480 |
+
"rstrip": true,
|
| 481 |
+
"single_word": false,
|
| 482 |
+
"special": true
|
| 483 |
+
},
|
| 484 |
+
"100315": {
|
| 485 |
+
"content": "<|dummy_51|>",
|
| 486 |
+
"lstrip": true,
|
| 487 |
+
"normalized": false,
|
| 488 |
+
"rstrip": true,
|
| 489 |
+
"single_word": false,
|
| 490 |
+
"special": true
|
| 491 |
+
},
|
| 492 |
+
"100316": {
|
| 493 |
+
"content": "<|dummy_52|>",
|
| 494 |
+
"lstrip": true,
|
| 495 |
+
"normalized": false,
|
| 496 |
+
"rstrip": true,
|
| 497 |
+
"single_word": false,
|
| 498 |
+
"special": true
|
| 499 |
+
},
|
| 500 |
+
"100317": {
|
| 501 |
+
"content": "<|dummy_53|>",
|
| 502 |
+
"lstrip": true,
|
| 503 |
+
"normalized": false,
|
| 504 |
+
"rstrip": true,
|
| 505 |
+
"single_word": false,
|
| 506 |
+
"special": true
|
| 507 |
+
},
|
| 508 |
+
"100318": {
|
| 509 |
+
"content": "<|dummy_54|>",
|
| 510 |
+
"lstrip": true,
|
| 511 |
+
"normalized": false,
|
| 512 |
+
"rstrip": true,
|
| 513 |
+
"single_word": false,
|
| 514 |
+
"special": true
|
| 515 |
+
},
|
| 516 |
+
"100319": {
|
| 517 |
+
"content": "<|dummy_55|>",
|
| 518 |
+
"lstrip": true,
|
| 519 |
+
"normalized": false,
|
| 520 |
+
"rstrip": true,
|
| 521 |
+
"single_word": false,
|
| 522 |
+
"special": true
|
| 523 |
+
},
|
| 524 |
+
"100320": {
|
| 525 |
+
"content": "<|dummy_56|>",
|
| 526 |
+
"lstrip": true,
|
| 527 |
+
"normalized": false,
|
| 528 |
+
"rstrip": true,
|
| 529 |
+
"single_word": false,
|
| 530 |
+
"special": true
|
| 531 |
+
},
|
| 532 |
+
"100321": {
|
| 533 |
+
"content": "<|dummy_57|>",
|
| 534 |
+
"lstrip": true,
|
| 535 |
+
"normalized": false,
|
| 536 |
+
"rstrip": true,
|
| 537 |
+
"single_word": false,
|
| 538 |
+
"special": true
|
| 539 |
+
},
|
| 540 |
+
"100322": {
|
| 541 |
+
"content": "<|dummy_58|>",
|
| 542 |
+
"lstrip": true,
|
| 543 |
+
"normalized": false,
|
| 544 |
+
"rstrip": true,
|
| 545 |
+
"single_word": false,
|
| 546 |
+
"special": true
|
| 547 |
+
},
|
| 548 |
+
"100323": {
|
| 549 |
+
"content": "<|dummy_59|>",
|
| 550 |
+
"lstrip": true,
|
| 551 |
+
"normalized": false,
|
| 552 |
+
"rstrip": true,
|
| 553 |
+
"single_word": false,
|
| 554 |
+
"special": true
|
| 555 |
+
},
|
| 556 |
+
"100324": {
|
| 557 |
+
"content": "<|dummy_60|>",
|
| 558 |
+
"lstrip": true,
|
| 559 |
+
"normalized": false,
|
| 560 |
+
"rstrip": true,
|
| 561 |
+
"single_word": false,
|
| 562 |
+
"special": true
|
| 563 |
+
},
|
| 564 |
+
"100325": {
|
| 565 |
+
"content": "<|dummy_61|>",
|
| 566 |
+
"lstrip": true,
|
| 567 |
+
"normalized": false,
|
| 568 |
+
"rstrip": true,
|
| 569 |
+
"single_word": false,
|
| 570 |
+
"special": true
|
| 571 |
+
},
|
| 572 |
+
"100326": {
|
| 573 |
+
"content": "<|dummy_62|>",
|
| 574 |
+
"lstrip": true,
|
| 575 |
+
"normalized": false,
|
| 576 |
+
"rstrip": true,
|
| 577 |
+
"single_word": false,
|
| 578 |
+
"special": true
|
| 579 |
+
},
|
| 580 |
+
"100327": {
|
| 581 |
+
"content": "<|dummy_63|>",
|
| 582 |
+
"lstrip": true,
|
| 583 |
+
"normalized": false,
|
| 584 |
+
"rstrip": true,
|
| 585 |
+
"single_word": false,
|
| 586 |
+
"special": true
|
| 587 |
+
},
|
| 588 |
+
"100328": {
|
| 589 |
+
"content": "<|dummy_64|>",
|
| 590 |
+
"lstrip": true,
|
| 591 |
+
"normalized": false,
|
| 592 |
+
"rstrip": true,
|
| 593 |
+
"single_word": false,
|
| 594 |
+
"special": true
|
| 595 |
+
},
|
| 596 |
+
"100329": {
|
| 597 |
+
"content": "<|dummy_65|>",
|
| 598 |
+
"lstrip": true,
|
| 599 |
+
"normalized": false,
|
| 600 |
+
"rstrip": true,
|
| 601 |
+
"single_word": false,
|
| 602 |
+
"special": true
|
| 603 |
+
},
|
| 604 |
+
"100330": {
|
| 605 |
+
"content": "<|dummy_66|>",
|
| 606 |
+
"lstrip": true,
|
| 607 |
+
"normalized": false,
|
| 608 |
+
"rstrip": true,
|
| 609 |
+
"single_word": false,
|
| 610 |
+
"special": true
|
| 611 |
+
},
|
| 612 |
+
"100331": {
|
| 613 |
+
"content": "<|dummy_67|>",
|
| 614 |
+
"lstrip": true,
|
| 615 |
+
"normalized": false,
|
| 616 |
+
"rstrip": true,
|
| 617 |
+
"single_word": false,
|
| 618 |
+
"special": true
|
| 619 |
+
},
|
| 620 |
+
"100332": {
|
| 621 |
+
"content": "<|dummy_68|>",
|
| 622 |
+
"lstrip": true,
|
| 623 |
+
"normalized": false,
|
| 624 |
+
"rstrip": true,
|
| 625 |
+
"single_word": false,
|
| 626 |
+
"special": true
|
| 627 |
+
},
|
| 628 |
+
"100333": {
|
| 629 |
+
"content": "<|dummy_69|>",
|
| 630 |
+
"lstrip": true,
|
| 631 |
+
"normalized": false,
|
| 632 |
+
"rstrip": true,
|
| 633 |
+
"single_word": false,
|
| 634 |
+
"special": true
|
| 635 |
+
},
|
| 636 |
+
"100334": {
|
| 637 |
+
"content": "<|dummy_70|>",
|
| 638 |
+
"lstrip": true,
|
| 639 |
+
"normalized": false,
|
| 640 |
+
"rstrip": true,
|
| 641 |
+
"single_word": false,
|
| 642 |
+
"special": true
|
| 643 |
+
},
|
| 644 |
+
"100335": {
|
| 645 |
+
"content": "<|dummy_71|>",
|
| 646 |
+
"lstrip": true,
|
| 647 |
+
"normalized": false,
|
| 648 |
+
"rstrip": true,
|
| 649 |
+
"single_word": false,
|
| 650 |
+
"special": true
|
| 651 |
+
},
|
| 652 |
+
"100336": {
|
| 653 |
+
"content": "<|dummy_72|>",
|
| 654 |
+
"lstrip": true,
|
| 655 |
+
"normalized": false,
|
| 656 |
+
"rstrip": true,
|
| 657 |
+
"single_word": false,
|
| 658 |
+
"special": true
|
| 659 |
+
},
|
| 660 |
+
"100337": {
|
| 661 |
+
"content": "<|dummy_73|>",
|
| 662 |
+
"lstrip": true,
|
| 663 |
+
"normalized": false,
|
| 664 |
+
"rstrip": true,
|
| 665 |
+
"single_word": false,
|
| 666 |
+
"special": true
|
| 667 |
+
},
|
| 668 |
+
"100338": {
|
| 669 |
+
"content": "<|dummy_74|>",
|
| 670 |
+
"lstrip": true,
|
| 671 |
+
"normalized": false,
|
| 672 |
+
"rstrip": true,
|
| 673 |
+
"single_word": false,
|
| 674 |
+
"special": true
|
| 675 |
+
},
|
| 676 |
+
"100339": {
|
| 677 |
+
"content": "<|dummy_75|>",
|
| 678 |
+
"lstrip": true,
|
| 679 |
+
"normalized": false,
|
| 680 |
+
"rstrip": true,
|
| 681 |
+
"single_word": false,
|
| 682 |
+
"special": true
|
| 683 |
+
},
|
| 684 |
+
"100340": {
|
| 685 |
+
"content": "<|dummy_76|>",
|
| 686 |
+
"lstrip": true,
|
| 687 |
+
"normalized": false,
|
| 688 |
+
"rstrip": true,
|
| 689 |
+
"single_word": false,
|
| 690 |
+
"special": true
|
| 691 |
+
},
|
| 692 |
+
"100341": {
|
| 693 |
+
"content": "<|dummy_77|>",
|
| 694 |
+
"lstrip": true,
|
| 695 |
+
"normalized": false,
|
| 696 |
+
"rstrip": true,
|
| 697 |
+
"single_word": false,
|
| 698 |
+
"special": true
|
| 699 |
+
},
|
| 700 |
+
"100342": {
|
| 701 |
+
"content": "<|dummy_78|>",
|
| 702 |
+
"lstrip": true,
|
| 703 |
+
"normalized": false,
|
| 704 |
+
"rstrip": true,
|
| 705 |
+
"single_word": false,
|
| 706 |
+
"special": true
|
| 707 |
+
},
|
| 708 |
+
"100343": {
|
| 709 |
+
"content": "<|dummy_79|>",
|
| 710 |
+
"lstrip": true,
|
| 711 |
+
"normalized": false,
|
| 712 |
+
"rstrip": true,
|
| 713 |
+
"single_word": false,
|
| 714 |
+
"special": true
|
| 715 |
+
},
|
| 716 |
+
"100344": {
|
| 717 |
+
"content": "<|dummy_80|>",
|
| 718 |
+
"lstrip": true,
|
| 719 |
+
"normalized": false,
|
| 720 |
+
"rstrip": true,
|
| 721 |
+
"single_word": false,
|
| 722 |
+
"special": true
|
| 723 |
+
},
|
| 724 |
+
"100345": {
|
| 725 |
+
"content": "<|dummy_81|>",
|
| 726 |
+
"lstrip": true,
|
| 727 |
+
"normalized": false,
|
| 728 |
+
"rstrip": true,
|
| 729 |
+
"single_word": false,
|
| 730 |
+
"special": true
|
| 731 |
+
},
|
| 732 |
+
"100346": {
|
| 733 |
+
"content": "<|dummy_82|>",
|
| 734 |
+
"lstrip": true,
|
| 735 |
+
"normalized": false,
|
| 736 |
+
"rstrip": true,
|
| 737 |
+
"single_word": false,
|
| 738 |
+
"special": true
|
| 739 |
+
},
|
| 740 |
+
"100347": {
|
| 741 |
+
"content": "<|dummy_83|>",
|
| 742 |
+
"lstrip": true,
|
| 743 |
+
"normalized": false,
|
| 744 |
+
"rstrip": true,
|
| 745 |
+
"single_word": false,
|
| 746 |
+
"special": true
|
| 747 |
+
},
|
| 748 |
+
"100348": {
|
| 749 |
+
"content": "<|dummy_84|>",
|
| 750 |
+
"lstrip": true,
|
| 751 |
+
"normalized": false,
|
| 752 |
+
"rstrip": true,
|
| 753 |
+
"single_word": false,
|
| 754 |
+
"special": true
|
| 755 |
+
},
|
| 756 |
+
"100349": {
|
| 757 |
+
"content": "<|dummy_85|>",
|
| 758 |
+
"lstrip": true,
|
| 759 |
+
"normalized": false,
|
| 760 |
+
"rstrip": true,
|
| 761 |
+
"single_word": false,
|
| 762 |
+
"special": true
|
| 763 |
+
},
|
| 764 |
+
"100350": {
|
| 765 |
+
"content": "<|dummy_86|>",
|
| 766 |
+
"lstrip": true,
|
| 767 |
+
"normalized": false,
|
| 768 |
+
"rstrip": true,
|
| 769 |
+
"single_word": false,
|
| 770 |
+
"special": true
|
| 771 |
+
},
|
| 772 |
+
"100351": {
|
| 773 |
+
"content": "<|dummy_87|>",
|
| 774 |
+
"lstrip": true,
|
| 775 |
+
"normalized": false,
|
| 776 |
+
"rstrip": true,
|
| 777 |
+
"single_word": false,
|
| 778 |
+
"special": true
|
| 779 |
+
}
|
| 780 |
+
},
|
| 781 |
+
"bos_token": "<|endoftext|>",
|
| 782 |
+
"clean_up_tokenization_spaces": false,
|
| 783 |
+
"eos_token": "<|im_end|>",
|
| 784 |
+
"extra_special_tokens": {},
|
| 785 |
+
"model_max_length": 16384,
|
| 786 |
+
"pad_token": "<|dummy_87|>",
|
| 787 |
+
"padding_side": "right",
|
| 788 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 789 |
+
"unk_token": "�"
|
| 790 |
+
}
|
outputs/checkpoint-234/trainer_state.json
ADDED
|
@@ -0,0 +1,1672 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 3.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 234,
|
| 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.012903225806451613,
|
| 14 |
+
"grad_norm": 2.793485164642334,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 0.7187,
|
| 17 |
+
"step": 1
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.025806451612903226,
|
| 21 |
+
"grad_norm": 4.024425983428955,
|
| 22 |
+
"learning_rate": 6.666666666666667e-05,
|
| 23 |
+
"loss": 1.5016,
|
| 24 |
+
"step": 2
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.03870967741935484,
|
| 28 |
+
"grad_norm": 2.2235827445983887,
|
| 29 |
+
"learning_rate": 0.00013333333333333334,
|
| 30 |
+
"loss": 0.8721,
|
| 31 |
+
"step": 3
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.05161290322580645,
|
| 35 |
+
"grad_norm": 1.6403107643127441,
|
| 36 |
+
"learning_rate": 0.0002,
|
| 37 |
+
"loss": 0.7268,
|
| 38 |
+
"step": 4
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.06451612903225806,
|
| 42 |
+
"grad_norm": 1.0975494384765625,
|
| 43 |
+
"learning_rate": 0.00019913419913419916,
|
| 44 |
+
"loss": 0.8342,
|
| 45 |
+
"step": 5
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.07741935483870968,
|
| 49 |
+
"grad_norm": 0.6378797292709351,
|
| 50 |
+
"learning_rate": 0.00019826839826839827,
|
| 51 |
+
"loss": 0.7296,
|
| 52 |
+
"step": 6
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.09032258064516129,
|
| 56 |
+
"grad_norm": 0.6447148323059082,
|
| 57 |
+
"learning_rate": 0.00019740259740259742,
|
| 58 |
+
"loss": 0.4854,
|
| 59 |
+
"step": 7
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.1032258064516129,
|
| 63 |
+
"grad_norm": 0.7005094885826111,
|
| 64 |
+
"learning_rate": 0.00019653679653679654,
|
| 65 |
+
"loss": 0.5046,
|
| 66 |
+
"step": 8
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.11612903225806452,
|
| 70 |
+
"grad_norm": 0.5454447269439697,
|
| 71 |
+
"learning_rate": 0.00019567099567099566,
|
| 72 |
+
"loss": 0.6874,
|
| 73 |
+
"step": 9
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.12903225806451613,
|
| 77 |
+
"grad_norm": 0.4927928149700165,
|
| 78 |
+
"learning_rate": 0.0001948051948051948,
|
| 79 |
+
"loss": 0.6352,
|
| 80 |
+
"step": 10
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.14193548387096774,
|
| 84 |
+
"grad_norm": 0.4271396994590759,
|
| 85 |
+
"learning_rate": 0.00019393939393939395,
|
| 86 |
+
"loss": 0.4966,
|
| 87 |
+
"step": 11
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.15483870967741936,
|
| 91 |
+
"grad_norm": 0.5025472044944763,
|
| 92 |
+
"learning_rate": 0.00019307359307359307,
|
| 93 |
+
"loss": 0.6799,
|
| 94 |
+
"step": 12
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.16774193548387098,
|
| 98 |
+
"grad_norm": 0.44721734523773193,
|
| 99 |
+
"learning_rate": 0.00019220779220779222,
|
| 100 |
+
"loss": 0.5222,
|
| 101 |
+
"step": 13
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.18064516129032257,
|
| 105 |
+
"grad_norm": 0.6115127205848694,
|
| 106 |
+
"learning_rate": 0.00019134199134199136,
|
| 107 |
+
"loss": 0.5898,
|
| 108 |
+
"step": 14
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.1935483870967742,
|
| 112 |
+
"grad_norm": 0.5611880421638489,
|
| 113 |
+
"learning_rate": 0.00019047619047619048,
|
| 114 |
+
"loss": 0.5321,
|
| 115 |
+
"step": 15
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.2064516129032258,
|
| 119 |
+
"grad_norm": 0.5329087972640991,
|
| 120 |
+
"learning_rate": 0.00018961038961038963,
|
| 121 |
+
"loss": 0.4671,
|
| 122 |
+
"step": 16
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.21935483870967742,
|
| 126 |
+
"grad_norm": 0.5033156871795654,
|
| 127 |
+
"learning_rate": 0.00018874458874458875,
|
| 128 |
+
"loss": 0.3578,
|
| 129 |
+
"step": 17
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.23225806451612904,
|
| 133 |
+
"grad_norm": 0.5309613943099976,
|
| 134 |
+
"learning_rate": 0.0001878787878787879,
|
| 135 |
+
"loss": 0.4625,
|
| 136 |
+
"step": 18
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.24516129032258063,
|
| 140 |
+
"grad_norm": 0.48208287358283997,
|
| 141 |
+
"learning_rate": 0.000187012987012987,
|
| 142 |
+
"loss": 0.3629,
|
| 143 |
+
"step": 19
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.25806451612903225,
|
| 147 |
+
"grad_norm": 0.8097040057182312,
|
| 148 |
+
"learning_rate": 0.00018614718614718616,
|
| 149 |
+
"loss": 0.7498,
|
| 150 |
+
"step": 20
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.2709677419354839,
|
| 154 |
+
"grad_norm": 0.7283074259757996,
|
| 155 |
+
"learning_rate": 0.0001852813852813853,
|
| 156 |
+
"loss": 0.6304,
|
| 157 |
+
"step": 21
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.2838709677419355,
|
| 161 |
+
"grad_norm": 0.6570721864700317,
|
| 162 |
+
"learning_rate": 0.00018441558441558442,
|
| 163 |
+
"loss": 0.5135,
|
| 164 |
+
"step": 22
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.2967741935483871,
|
| 168 |
+
"grad_norm": 0.5550969839096069,
|
| 169 |
+
"learning_rate": 0.00018354978354978357,
|
| 170 |
+
"loss": 0.494,
|
| 171 |
+
"step": 23
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.3096774193548387,
|
| 175 |
+
"grad_norm": 0.5073785781860352,
|
| 176 |
+
"learning_rate": 0.00018268398268398272,
|
| 177 |
+
"loss": 0.4362,
|
| 178 |
+
"step": 24
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.3225806451612903,
|
| 182 |
+
"grad_norm": 0.5898240208625793,
|
| 183 |
+
"learning_rate": 0.00018181818181818183,
|
| 184 |
+
"loss": 0.5772,
|
| 185 |
+
"step": 25
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.33548387096774196,
|
| 189 |
+
"grad_norm": 0.6110000610351562,
|
| 190 |
+
"learning_rate": 0.00018095238095238095,
|
| 191 |
+
"loss": 0.4122,
|
| 192 |
+
"step": 26
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.34838709677419355,
|
| 196 |
+
"grad_norm": 0.45508354902267456,
|
| 197 |
+
"learning_rate": 0.0001800865800865801,
|
| 198 |
+
"loss": 0.4488,
|
| 199 |
+
"step": 27
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.36129032258064514,
|
| 203 |
+
"grad_norm": 0.5008929967880249,
|
| 204 |
+
"learning_rate": 0.00017922077922077922,
|
| 205 |
+
"loss": 0.2138,
|
| 206 |
+
"step": 28
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.3741935483870968,
|
| 210 |
+
"grad_norm": 0.4376208484172821,
|
| 211 |
+
"learning_rate": 0.00017835497835497836,
|
| 212 |
+
"loss": 0.3489,
|
| 213 |
+
"step": 29
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.3870967741935484,
|
| 217 |
+
"grad_norm": 0.49918413162231445,
|
| 218 |
+
"learning_rate": 0.0001774891774891775,
|
| 219 |
+
"loss": 0.2516,
|
| 220 |
+
"step": 30
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.4,
|
| 224 |
+
"grad_norm": 0.8587069511413574,
|
| 225 |
+
"learning_rate": 0.00017662337662337663,
|
| 226 |
+
"loss": 0.5475,
|
| 227 |
+
"step": 31
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.4129032258064516,
|
| 231 |
+
"grad_norm": 0.5014280676841736,
|
| 232 |
+
"learning_rate": 0.00017575757575757578,
|
| 233 |
+
"loss": 0.414,
|
| 234 |
+
"step": 32
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.4258064516129032,
|
| 238 |
+
"grad_norm": 0.5355783700942993,
|
| 239 |
+
"learning_rate": 0.0001748917748917749,
|
| 240 |
+
"loss": 0.3855,
|
| 241 |
+
"step": 33
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.43870967741935485,
|
| 245 |
+
"grad_norm": 0.6740708351135254,
|
| 246 |
+
"learning_rate": 0.00017402597402597401,
|
| 247 |
+
"loss": 0.5328,
|
| 248 |
+
"step": 34
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.45161290322580644,
|
| 252 |
+
"grad_norm": 0.7475488781929016,
|
| 253 |
+
"learning_rate": 0.00017316017316017316,
|
| 254 |
+
"loss": 0.4002,
|
| 255 |
+
"step": 35
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.4645161290322581,
|
| 259 |
+
"grad_norm": 0.7730025053024292,
|
| 260 |
+
"learning_rate": 0.0001722943722943723,
|
| 261 |
+
"loss": 0.4861,
|
| 262 |
+
"step": 36
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.4774193548387097,
|
| 266 |
+
"grad_norm": 0.6816443204879761,
|
| 267 |
+
"learning_rate": 0.00017142857142857143,
|
| 268 |
+
"loss": 0.5896,
|
| 269 |
+
"step": 37
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.49032258064516127,
|
| 273 |
+
"grad_norm": 0.546295166015625,
|
| 274 |
+
"learning_rate": 0.00017056277056277057,
|
| 275 |
+
"loss": 0.5281,
|
| 276 |
+
"step": 38
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.5032258064516129,
|
| 280 |
+
"grad_norm": 0.5791237950325012,
|
| 281 |
+
"learning_rate": 0.00016969696969696972,
|
| 282 |
+
"loss": 0.2921,
|
| 283 |
+
"step": 39
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.5161290322580645,
|
| 287 |
+
"grad_norm": 0.6966618299484253,
|
| 288 |
+
"learning_rate": 0.00016883116883116884,
|
| 289 |
+
"loss": 0.5568,
|
| 290 |
+
"step": 40
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.5290322580645161,
|
| 294 |
+
"grad_norm": 0.4658902585506439,
|
| 295 |
+
"learning_rate": 0.00016796536796536798,
|
| 296 |
+
"loss": 0.2625,
|
| 297 |
+
"step": 41
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.5419354838709678,
|
| 301 |
+
"grad_norm": 1.02367103099823,
|
| 302 |
+
"learning_rate": 0.0001670995670995671,
|
| 303 |
+
"loss": 0.5627,
|
| 304 |
+
"step": 42
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.5548387096774193,
|
| 308 |
+
"grad_norm": 0.6116736531257629,
|
| 309 |
+
"learning_rate": 0.00016623376623376625,
|
| 310 |
+
"loss": 0.4865,
|
| 311 |
+
"step": 43
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.567741935483871,
|
| 315 |
+
"grad_norm": 0.6404047608375549,
|
| 316 |
+
"learning_rate": 0.00016536796536796537,
|
| 317 |
+
"loss": 0.3376,
|
| 318 |
+
"step": 44
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.5806451612903226,
|
| 322 |
+
"grad_norm": 0.4990862011909485,
|
| 323 |
+
"learning_rate": 0.0001645021645021645,
|
| 324 |
+
"loss": 0.3086,
|
| 325 |
+
"step": 45
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.5935483870967742,
|
| 329 |
+
"grad_norm": 0.4322117865085602,
|
| 330 |
+
"learning_rate": 0.00016363636363636366,
|
| 331 |
+
"loss": 0.1709,
|
| 332 |
+
"step": 46
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.6064516129032258,
|
| 336 |
+
"grad_norm": 0.52425616979599,
|
| 337 |
+
"learning_rate": 0.00016277056277056278,
|
| 338 |
+
"loss": 0.2935,
|
| 339 |
+
"step": 47
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.6193548387096774,
|
| 343 |
+
"grad_norm": 0.658065140247345,
|
| 344 |
+
"learning_rate": 0.00016190476190476192,
|
| 345 |
+
"loss": 0.1955,
|
| 346 |
+
"step": 48
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.632258064516129,
|
| 350 |
+
"grad_norm": 0.9186128377914429,
|
| 351 |
+
"learning_rate": 0.00016103896103896104,
|
| 352 |
+
"loss": 0.5349,
|
| 353 |
+
"step": 49
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.6451612903225806,
|
| 357 |
+
"grad_norm": 0.6453927159309387,
|
| 358 |
+
"learning_rate": 0.00016017316017316016,
|
| 359 |
+
"loss": 0.322,
|
| 360 |
+
"step": 50
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.6580645161290323,
|
| 364 |
+
"grad_norm": 0.6589412689208984,
|
| 365 |
+
"learning_rate": 0.0001593073593073593,
|
| 366 |
+
"loss": 0.2992,
|
| 367 |
+
"step": 51
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.6709677419354839,
|
| 371 |
+
"grad_norm": 0.6165477633476257,
|
| 372 |
+
"learning_rate": 0.00015844155844155845,
|
| 373 |
+
"loss": 0.3571,
|
| 374 |
+
"step": 52
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.6838709677419355,
|
| 378 |
+
"grad_norm": 0.4464414715766907,
|
| 379 |
+
"learning_rate": 0.00015757575757575757,
|
| 380 |
+
"loss": 0.2457,
|
| 381 |
+
"step": 53
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.6967741935483871,
|
| 385 |
+
"grad_norm": 0.518046498298645,
|
| 386 |
+
"learning_rate": 0.00015670995670995672,
|
| 387 |
+
"loss": 0.2647,
|
| 388 |
+
"step": 54
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.7096774193548387,
|
| 392 |
+
"grad_norm": 0.8638506531715393,
|
| 393 |
+
"learning_rate": 0.00015584415584415587,
|
| 394 |
+
"loss": 0.3846,
|
| 395 |
+
"step": 55
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.7225806451612903,
|
| 399 |
+
"grad_norm": 0.5871357917785645,
|
| 400 |
+
"learning_rate": 0.00015497835497835498,
|
| 401 |
+
"loss": 0.2507,
|
| 402 |
+
"step": 56
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.7354838709677419,
|
| 406 |
+
"grad_norm": 0.623793363571167,
|
| 407 |
+
"learning_rate": 0.00015411255411255413,
|
| 408 |
+
"loss": 0.3449,
|
| 409 |
+
"step": 57
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.7483870967741936,
|
| 413 |
+
"grad_norm": 0.4925064444541931,
|
| 414 |
+
"learning_rate": 0.00015324675324675325,
|
| 415 |
+
"loss": 0.2015,
|
| 416 |
+
"step": 58
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.7612903225806451,
|
| 420 |
+
"grad_norm": 0.5898606777191162,
|
| 421 |
+
"learning_rate": 0.00015238095238095237,
|
| 422 |
+
"loss": 0.1438,
|
| 423 |
+
"step": 59
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.7741935483870968,
|
| 427 |
+
"grad_norm": 0.742535412311554,
|
| 428 |
+
"learning_rate": 0.00015151515151515152,
|
| 429 |
+
"loss": 0.3838,
|
| 430 |
+
"step": 60
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.7870967741935484,
|
| 434 |
+
"grad_norm": 0.6661336421966553,
|
| 435 |
+
"learning_rate": 0.00015064935064935066,
|
| 436 |
+
"loss": 0.1771,
|
| 437 |
+
"step": 61
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.8,
|
| 441 |
+
"grad_norm": 0.8693909645080566,
|
| 442 |
+
"learning_rate": 0.00014978354978354978,
|
| 443 |
+
"loss": 0.3226,
|
| 444 |
+
"step": 62
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.8129032258064516,
|
| 448 |
+
"grad_norm": 0.7258728742599487,
|
| 449 |
+
"learning_rate": 0.00014891774891774893,
|
| 450 |
+
"loss": 0.3407,
|
| 451 |
+
"step": 63
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.8258064516129032,
|
| 455 |
+
"grad_norm": 0.4309225082397461,
|
| 456 |
+
"learning_rate": 0.00014805194805194807,
|
| 457 |
+
"loss": 0.1695,
|
| 458 |
+
"step": 64
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.8387096774193549,
|
| 462 |
+
"grad_norm": 0.6421737670898438,
|
| 463 |
+
"learning_rate": 0.0001471861471861472,
|
| 464 |
+
"loss": 0.3036,
|
| 465 |
+
"step": 65
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.8516129032258064,
|
| 469 |
+
"grad_norm": 0.47266942262649536,
|
| 470 |
+
"learning_rate": 0.00014632034632034634,
|
| 471 |
+
"loss": 0.1524,
|
| 472 |
+
"step": 66
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.864516129032258,
|
| 476 |
+
"grad_norm": 0.5186790227890015,
|
| 477 |
+
"learning_rate": 0.00014545454545454546,
|
| 478 |
+
"loss": 0.2081,
|
| 479 |
+
"step": 67
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.8774193548387097,
|
| 483 |
+
"grad_norm": 0.9141486287117004,
|
| 484 |
+
"learning_rate": 0.00014458874458874458,
|
| 485 |
+
"loss": 0.4174,
|
| 486 |
+
"step": 68
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.8903225806451613,
|
| 490 |
+
"grad_norm": 0.6384373903274536,
|
| 491 |
+
"learning_rate": 0.00014372294372294372,
|
| 492 |
+
"loss": 0.2237,
|
| 493 |
+
"step": 69
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.9032258064516129,
|
| 497 |
+
"grad_norm": 0.5125257968902588,
|
| 498 |
+
"learning_rate": 0.00014285714285714287,
|
| 499 |
+
"loss": 0.2249,
|
| 500 |
+
"step": 70
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.9161290322580645,
|
| 504 |
+
"grad_norm": 0.5451396107673645,
|
| 505 |
+
"learning_rate": 0.00014199134199134201,
|
| 506 |
+
"loss": 0.2341,
|
| 507 |
+
"step": 71
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.9290322580645162,
|
| 511 |
+
"grad_norm": 0.644568145275116,
|
| 512 |
+
"learning_rate": 0.00014112554112554113,
|
| 513 |
+
"loss": 0.2977,
|
| 514 |
+
"step": 72
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.9419354838709677,
|
| 518 |
+
"grad_norm": 0.7048823833465576,
|
| 519 |
+
"learning_rate": 0.00014025974025974028,
|
| 520 |
+
"loss": 0.3164,
|
| 521 |
+
"step": 73
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.9548387096774194,
|
| 525 |
+
"grad_norm": 0.6860247254371643,
|
| 526 |
+
"learning_rate": 0.0001393939393939394,
|
| 527 |
+
"loss": 0.2071,
|
| 528 |
+
"step": 74
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.967741935483871,
|
| 532 |
+
"grad_norm": 0.6741384267807007,
|
| 533 |
+
"learning_rate": 0.00013852813852813852,
|
| 534 |
+
"loss": 0.2399,
|
| 535 |
+
"step": 75
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.9806451612903225,
|
| 539 |
+
"grad_norm": 0.6632363796234131,
|
| 540 |
+
"learning_rate": 0.00013766233766233766,
|
| 541 |
+
"loss": 0.2165,
|
| 542 |
+
"step": 76
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.9935483870967742,
|
| 546 |
+
"grad_norm": 0.8669230937957764,
|
| 547 |
+
"learning_rate": 0.0001367965367965368,
|
| 548 |
+
"loss": 0.3115,
|
| 549 |
+
"step": 77
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 1.0,
|
| 553 |
+
"grad_norm": 0.979816198348999,
|
| 554 |
+
"learning_rate": 0.00013593073593073593,
|
| 555 |
+
"loss": 0.2582,
|
| 556 |
+
"step": 78
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 1.0129032258064516,
|
| 560 |
+
"grad_norm": 0.5123947858810425,
|
| 561 |
+
"learning_rate": 0.00013506493506493507,
|
| 562 |
+
"loss": 0.1861,
|
| 563 |
+
"step": 79
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 1.0258064516129033,
|
| 567 |
+
"grad_norm": 0.5714449286460876,
|
| 568 |
+
"learning_rate": 0.00013419913419913422,
|
| 569 |
+
"loss": 0.1552,
|
| 570 |
+
"step": 80
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 1.038709677419355,
|
| 574 |
+
"grad_norm": 0.7106695771217346,
|
| 575 |
+
"learning_rate": 0.00013333333333333334,
|
| 576 |
+
"loss": 0.1569,
|
| 577 |
+
"step": 81
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 1.0516129032258064,
|
| 581 |
+
"grad_norm": 0.6655531525611877,
|
| 582 |
+
"learning_rate": 0.00013246753246753249,
|
| 583 |
+
"loss": 0.171,
|
| 584 |
+
"step": 82
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 1.064516129032258,
|
| 588 |
+
"grad_norm": 0.6956263184547424,
|
| 589 |
+
"learning_rate": 0.0001316017316017316,
|
| 590 |
+
"loss": 0.1865,
|
| 591 |
+
"step": 83
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 1.0774193548387097,
|
| 595 |
+
"grad_norm": 0.43610459566116333,
|
| 596 |
+
"learning_rate": 0.00013073593073593072,
|
| 597 |
+
"loss": 0.0821,
|
| 598 |
+
"step": 84
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 1.0903225806451613,
|
| 602 |
+
"grad_norm": 0.5302578806877136,
|
| 603 |
+
"learning_rate": 0.00012987012987012987,
|
| 604 |
+
"loss": 0.1022,
|
| 605 |
+
"step": 85
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 1.103225806451613,
|
| 609 |
+
"grad_norm": 0.6859675049781799,
|
| 610 |
+
"learning_rate": 0.00012900432900432902,
|
| 611 |
+
"loss": 0.2019,
|
| 612 |
+
"step": 86
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 1.1161290322580646,
|
| 616 |
+
"grad_norm": 0.8297210335731506,
|
| 617 |
+
"learning_rate": 0.00012813852813852814,
|
| 618 |
+
"loss": 0.2055,
|
| 619 |
+
"step": 87
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 1.129032258064516,
|
| 623 |
+
"grad_norm": 0.41531994938850403,
|
| 624 |
+
"learning_rate": 0.00012727272727272728,
|
| 625 |
+
"loss": 0.1127,
|
| 626 |
+
"step": 88
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 1.1419354838709677,
|
| 630 |
+
"grad_norm": 0.5810811519622803,
|
| 631 |
+
"learning_rate": 0.00012640692640692643,
|
| 632 |
+
"loss": 0.1254,
|
| 633 |
+
"step": 89
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 1.1548387096774193,
|
| 637 |
+
"grad_norm": 0.5267877578735352,
|
| 638 |
+
"learning_rate": 0.00012554112554112555,
|
| 639 |
+
"loss": 0.1512,
|
| 640 |
+
"step": 90
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 1.167741935483871,
|
| 644 |
+
"grad_norm": 0.6002141237258911,
|
| 645 |
+
"learning_rate": 0.00012467532467532467,
|
| 646 |
+
"loss": 0.1361,
|
| 647 |
+
"step": 91
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 1.1806451612903226,
|
| 651 |
+
"grad_norm": 0.6372831463813782,
|
| 652 |
+
"learning_rate": 0.0001238095238095238,
|
| 653 |
+
"loss": 0.179,
|
| 654 |
+
"step": 92
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 1.1935483870967742,
|
| 658 |
+
"grad_norm": 0.4526427090167999,
|
| 659 |
+
"learning_rate": 0.00012294372294372293,
|
| 660 |
+
"loss": 0.1321,
|
| 661 |
+
"step": 93
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 1.206451612903226,
|
| 665 |
+
"grad_norm": 0.43479424715042114,
|
| 666 |
+
"learning_rate": 0.00012207792207792208,
|
| 667 |
+
"loss": 0.0682,
|
| 668 |
+
"step": 94
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 1.2193548387096773,
|
| 672 |
+
"grad_norm": 0.5935952067375183,
|
| 673 |
+
"learning_rate": 0.00012121212121212122,
|
| 674 |
+
"loss": 0.1947,
|
| 675 |
+
"step": 95
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 1.232258064516129,
|
| 679 |
+
"grad_norm": 0.4366312325000763,
|
| 680 |
+
"learning_rate": 0.00012034632034632037,
|
| 681 |
+
"loss": 0.0702,
|
| 682 |
+
"step": 96
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 1.2451612903225806,
|
| 686 |
+
"grad_norm": 0.40079551935195923,
|
| 687 |
+
"learning_rate": 0.00011948051948051949,
|
| 688 |
+
"loss": 0.0944,
|
| 689 |
+
"step": 97
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 1.2580645161290323,
|
| 693 |
+
"grad_norm": 0.4562125504016876,
|
| 694 |
+
"learning_rate": 0.00011861471861471862,
|
| 695 |
+
"loss": 0.1036,
|
| 696 |
+
"step": 98
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 1.270967741935484,
|
| 700 |
+
"grad_norm": 0.7254213094711304,
|
| 701 |
+
"learning_rate": 0.00011774891774891777,
|
| 702 |
+
"loss": 0.1459,
|
| 703 |
+
"step": 99
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 1.2838709677419355,
|
| 707 |
+
"grad_norm": 0.5328529477119446,
|
| 708 |
+
"learning_rate": 0.00011688311688311689,
|
| 709 |
+
"loss": 0.0784,
|
| 710 |
+
"step": 100
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 1.2967741935483872,
|
| 714 |
+
"grad_norm": 0.46808844804763794,
|
| 715 |
+
"learning_rate": 0.00011601731601731602,
|
| 716 |
+
"loss": 0.1028,
|
| 717 |
+
"step": 101
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 1.3096774193548386,
|
| 721 |
+
"grad_norm": 0.5326903462409973,
|
| 722 |
+
"learning_rate": 0.00011515151515151516,
|
| 723 |
+
"loss": 0.1486,
|
| 724 |
+
"step": 102
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 1.3225806451612903,
|
| 728 |
+
"grad_norm": 0.6174523234367371,
|
| 729 |
+
"learning_rate": 0.00011428571428571428,
|
| 730 |
+
"loss": 0.1267,
|
| 731 |
+
"step": 103
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 1.335483870967742,
|
| 735 |
+
"grad_norm": 0.9775211215019226,
|
| 736 |
+
"learning_rate": 0.00011341991341991343,
|
| 737 |
+
"loss": 0.0859,
|
| 738 |
+
"step": 104
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 1.3483870967741935,
|
| 742 |
+
"grad_norm": 0.4287857711315155,
|
| 743 |
+
"learning_rate": 0.00011255411255411256,
|
| 744 |
+
"loss": 0.0774,
|
| 745 |
+
"step": 105
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 1.3612903225806452,
|
| 749 |
+
"grad_norm": 0.4066872000694275,
|
| 750 |
+
"learning_rate": 0.00011168831168831168,
|
| 751 |
+
"loss": 0.0803,
|
| 752 |
+
"step": 106
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 1.3741935483870968,
|
| 756 |
+
"grad_norm": 0.47322240471839905,
|
| 757 |
+
"learning_rate": 0.00011082251082251083,
|
| 758 |
+
"loss": 0.1089,
|
| 759 |
+
"step": 107
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 1.3870967741935485,
|
| 763 |
+
"grad_norm": 0.7848142981529236,
|
| 764 |
+
"learning_rate": 0.00010995670995670997,
|
| 765 |
+
"loss": 0.1632,
|
| 766 |
+
"step": 108
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 1.4,
|
| 770 |
+
"grad_norm": 0.4280541241168976,
|
| 771 |
+
"learning_rate": 0.00010909090909090909,
|
| 772 |
+
"loss": 0.0811,
|
| 773 |
+
"step": 109
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 1.4129032258064516,
|
| 777 |
+
"grad_norm": 0.6968611478805542,
|
| 778 |
+
"learning_rate": 0.00010822510822510823,
|
| 779 |
+
"loss": 0.1355,
|
| 780 |
+
"step": 110
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 1.4258064516129032,
|
| 784 |
+
"grad_norm": 0.5956393480300903,
|
| 785 |
+
"learning_rate": 0.00010735930735930737,
|
| 786 |
+
"loss": 0.1291,
|
| 787 |
+
"step": 111
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 1.4387096774193548,
|
| 791 |
+
"grad_norm": 0.47604626417160034,
|
| 792 |
+
"learning_rate": 0.00010649350649350649,
|
| 793 |
+
"loss": 0.1,
|
| 794 |
+
"step": 112
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 1.4516129032258065,
|
| 798 |
+
"grad_norm": 0.4992416203022003,
|
| 799 |
+
"learning_rate": 0.00010562770562770564,
|
| 800 |
+
"loss": 0.0785,
|
| 801 |
+
"step": 113
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 1.4645161290322581,
|
| 805 |
+
"grad_norm": 0.40504857897758484,
|
| 806 |
+
"learning_rate": 0.00010476190476190477,
|
| 807 |
+
"loss": 0.0713,
|
| 808 |
+
"step": 114
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 1.4774193548387098,
|
| 812 |
+
"grad_norm": 0.3858068883419037,
|
| 813 |
+
"learning_rate": 0.00010389610389610389,
|
| 814 |
+
"loss": 0.0541,
|
| 815 |
+
"step": 115
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 1.4903225806451612,
|
| 819 |
+
"grad_norm": 0.4108275771141052,
|
| 820 |
+
"learning_rate": 0.00010303030303030303,
|
| 821 |
+
"loss": 0.0452,
|
| 822 |
+
"step": 116
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 1.5032258064516129,
|
| 826 |
+
"grad_norm": 0.36258989572525024,
|
| 827 |
+
"learning_rate": 0.00010216450216450218,
|
| 828 |
+
"loss": 0.0686,
|
| 829 |
+
"step": 117
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 1.5161290322580645,
|
| 833 |
+
"grad_norm": 0.3928491175174713,
|
| 834 |
+
"learning_rate": 0.0001012987012987013,
|
| 835 |
+
"loss": 0.0898,
|
| 836 |
+
"step": 118
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 1.5290322580645161,
|
| 840 |
+
"grad_norm": 0.5681027770042419,
|
| 841 |
+
"learning_rate": 0.00010043290043290043,
|
| 842 |
+
"loss": 0.1086,
|
| 843 |
+
"step": 119
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 1.5419354838709678,
|
| 847 |
+
"grad_norm": 0.4988275468349457,
|
| 848 |
+
"learning_rate": 9.956709956709958e-05,
|
| 849 |
+
"loss": 0.0883,
|
| 850 |
+
"step": 120
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 1.5548387096774192,
|
| 854 |
+
"grad_norm": 0.4192441999912262,
|
| 855 |
+
"learning_rate": 9.870129870129871e-05,
|
| 856 |
+
"loss": 0.0605,
|
| 857 |
+
"step": 121
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 1.567741935483871,
|
| 861 |
+
"grad_norm": 0.6245271563529968,
|
| 862 |
+
"learning_rate": 9.783549783549783e-05,
|
| 863 |
+
"loss": 0.0819,
|
| 864 |
+
"step": 122
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 1.5806451612903225,
|
| 868 |
+
"grad_norm": 0.4546557366847992,
|
| 869 |
+
"learning_rate": 9.696969696969698e-05,
|
| 870 |
+
"loss": 0.0558,
|
| 871 |
+
"step": 123
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 1.5935483870967742,
|
| 875 |
+
"grad_norm": 0.40151137113571167,
|
| 876 |
+
"learning_rate": 9.610389610389611e-05,
|
| 877 |
+
"loss": 0.0572,
|
| 878 |
+
"step": 124
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 1.6064516129032258,
|
| 882 |
+
"grad_norm": 0.6247302889823914,
|
| 883 |
+
"learning_rate": 9.523809523809524e-05,
|
| 884 |
+
"loss": 0.1137,
|
| 885 |
+
"step": 125
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 1.6193548387096774,
|
| 889 |
+
"grad_norm": 0.5640382170677185,
|
| 890 |
+
"learning_rate": 9.437229437229437e-05,
|
| 891 |
+
"loss": 0.1135,
|
| 892 |
+
"step": 126
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 1.632258064516129,
|
| 896 |
+
"grad_norm": 0.4762142300605774,
|
| 897 |
+
"learning_rate": 9.35064935064935e-05,
|
| 898 |
+
"loss": 0.0741,
|
| 899 |
+
"step": 127
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 1.6451612903225805,
|
| 903 |
+
"grad_norm": 0.49186083674430847,
|
| 904 |
+
"learning_rate": 9.264069264069265e-05,
|
| 905 |
+
"loss": 0.0765,
|
| 906 |
+
"step": 128
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 1.6580645161290324,
|
| 910 |
+
"grad_norm": 0.34283480048179626,
|
| 911 |
+
"learning_rate": 9.177489177489178e-05,
|
| 912 |
+
"loss": 0.0599,
|
| 913 |
+
"step": 129
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 1.6709677419354838,
|
| 917 |
+
"grad_norm": 0.5842408537864685,
|
| 918 |
+
"learning_rate": 9.090909090909092e-05,
|
| 919 |
+
"loss": 0.0802,
|
| 920 |
+
"step": 130
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 1.6838709677419355,
|
| 924 |
+
"grad_norm": 0.2652600109577179,
|
| 925 |
+
"learning_rate": 9.004329004329005e-05,
|
| 926 |
+
"loss": 0.0355,
|
| 927 |
+
"step": 131
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 1.696774193548387,
|
| 931 |
+
"grad_norm": 0.7124427556991577,
|
| 932 |
+
"learning_rate": 8.917748917748918e-05,
|
| 933 |
+
"loss": 0.1123,
|
| 934 |
+
"step": 132
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 1.7096774193548387,
|
| 938 |
+
"grad_norm": 0.344987154006958,
|
| 939 |
+
"learning_rate": 8.831168831168831e-05,
|
| 940 |
+
"loss": 0.0386,
|
| 941 |
+
"step": 133
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 1.7225806451612904,
|
| 945 |
+
"grad_norm": 0.3747287392616272,
|
| 946 |
+
"learning_rate": 8.744588744588745e-05,
|
| 947 |
+
"loss": 0.0559,
|
| 948 |
+
"step": 134
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 1.7354838709677418,
|
| 952 |
+
"grad_norm": 0.6383305191993713,
|
| 953 |
+
"learning_rate": 8.658008658008658e-05,
|
| 954 |
+
"loss": 0.0763,
|
| 955 |
+
"step": 135
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 1.7483870967741937,
|
| 959 |
+
"grad_norm": 0.3109307885169983,
|
| 960 |
+
"learning_rate": 8.571428571428571e-05,
|
| 961 |
+
"loss": 0.0392,
|
| 962 |
+
"step": 136
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 1.761290322580645,
|
| 966 |
+
"grad_norm": 0.5307775139808655,
|
| 967 |
+
"learning_rate": 8.484848484848486e-05,
|
| 968 |
+
"loss": 0.0437,
|
| 969 |
+
"step": 137
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 1.7741935483870968,
|
| 973 |
+
"grad_norm": 0.4100543260574341,
|
| 974 |
+
"learning_rate": 8.398268398268399e-05,
|
| 975 |
+
"loss": 0.0702,
|
| 976 |
+
"step": 138
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 1.7870967741935484,
|
| 980 |
+
"grad_norm": 0.21597693860530853,
|
| 981 |
+
"learning_rate": 8.311688311688312e-05,
|
| 982 |
+
"loss": 0.0211,
|
| 983 |
+
"step": 139
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 1.8,
|
| 987 |
+
"grad_norm": 0.32146573066711426,
|
| 988 |
+
"learning_rate": 8.225108225108226e-05,
|
| 989 |
+
"loss": 0.0386,
|
| 990 |
+
"step": 140
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 1.8129032258064517,
|
| 994 |
+
"grad_norm": 0.3650757968425751,
|
| 995 |
+
"learning_rate": 8.138528138528139e-05,
|
| 996 |
+
"loss": 0.0354,
|
| 997 |
+
"step": 141
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 1.8258064516129031,
|
| 1001 |
+
"grad_norm": 0.2730308473110199,
|
| 1002 |
+
"learning_rate": 8.051948051948052e-05,
|
| 1003 |
+
"loss": 0.0255,
|
| 1004 |
+
"step": 142
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 1.838709677419355,
|
| 1008 |
+
"grad_norm": 0.35907551646232605,
|
| 1009 |
+
"learning_rate": 7.965367965367965e-05,
|
| 1010 |
+
"loss": 0.0425,
|
| 1011 |
+
"step": 143
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 1.8516129032258064,
|
| 1015 |
+
"grad_norm": 0.3438459038734436,
|
| 1016 |
+
"learning_rate": 7.878787878787879e-05,
|
| 1017 |
+
"loss": 0.0413,
|
| 1018 |
+
"step": 144
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 1.864516129032258,
|
| 1022 |
+
"grad_norm": 0.30859899520874023,
|
| 1023 |
+
"learning_rate": 7.792207792207793e-05,
|
| 1024 |
+
"loss": 0.0526,
|
| 1025 |
+
"step": 145
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 1.8774193548387097,
|
| 1029 |
+
"grad_norm": 0.572073221206665,
|
| 1030 |
+
"learning_rate": 7.705627705627707e-05,
|
| 1031 |
+
"loss": 0.0805,
|
| 1032 |
+
"step": 146
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 1.8903225806451613,
|
| 1036 |
+
"grad_norm": 0.29864397644996643,
|
| 1037 |
+
"learning_rate": 7.619047619047618e-05,
|
| 1038 |
+
"loss": 0.0505,
|
| 1039 |
+
"step": 147
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 1.903225806451613,
|
| 1043 |
+
"grad_norm": 0.48550477623939514,
|
| 1044 |
+
"learning_rate": 7.532467532467533e-05,
|
| 1045 |
+
"loss": 0.0634,
|
| 1046 |
+
"step": 148
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 1.9161290322580644,
|
| 1050 |
+
"grad_norm": 0.5192674994468689,
|
| 1051 |
+
"learning_rate": 7.445887445887446e-05,
|
| 1052 |
+
"loss": 0.059,
|
| 1053 |
+
"step": 149
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"epoch": 1.9290322580645163,
|
| 1057 |
+
"grad_norm": 0.38177090883255005,
|
| 1058 |
+
"learning_rate": 7.35930735930736e-05,
|
| 1059 |
+
"loss": 0.0508,
|
| 1060 |
+
"step": 150
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 1.9419354838709677,
|
| 1064 |
+
"grad_norm": 0.2791922092437744,
|
| 1065 |
+
"learning_rate": 7.272727272727273e-05,
|
| 1066 |
+
"loss": 0.0232,
|
| 1067 |
+
"step": 151
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 1.9548387096774194,
|
| 1071 |
+
"grad_norm": 0.5312056541442871,
|
| 1072 |
+
"learning_rate": 7.186147186147186e-05,
|
| 1073 |
+
"loss": 0.0522,
|
| 1074 |
+
"step": 152
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 1.967741935483871,
|
| 1078 |
+
"grad_norm": 0.35744139552116394,
|
| 1079 |
+
"learning_rate": 7.099567099567101e-05,
|
| 1080 |
+
"loss": 0.043,
|
| 1081 |
+
"step": 153
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 1.9806451612903224,
|
| 1085 |
+
"grad_norm": 0.4663527309894562,
|
| 1086 |
+
"learning_rate": 7.012987012987014e-05,
|
| 1087 |
+
"loss": 0.0429,
|
| 1088 |
+
"step": 154
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 1.9935483870967743,
|
| 1092 |
+
"grad_norm": 0.40046221017837524,
|
| 1093 |
+
"learning_rate": 6.926406926406926e-05,
|
| 1094 |
+
"loss": 0.0403,
|
| 1095 |
+
"step": 155
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"epoch": 2.0,
|
| 1099 |
+
"grad_norm": 0.5130640864372253,
|
| 1100 |
+
"learning_rate": 6.83982683982684e-05,
|
| 1101 |
+
"loss": 0.0324,
|
| 1102 |
+
"step": 156
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 2.0129032258064514,
|
| 1106 |
+
"grad_norm": 0.23333851993083954,
|
| 1107 |
+
"learning_rate": 6.753246753246754e-05,
|
| 1108 |
+
"loss": 0.0219,
|
| 1109 |
+
"step": 157
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 2.0258064516129033,
|
| 1113 |
+
"grad_norm": 0.2739700973033905,
|
| 1114 |
+
"learning_rate": 6.666666666666667e-05,
|
| 1115 |
+
"loss": 0.0221,
|
| 1116 |
+
"step": 158
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 2.0387096774193547,
|
| 1120 |
+
"grad_norm": 0.22633981704711914,
|
| 1121 |
+
"learning_rate": 6.58008658008658e-05,
|
| 1122 |
+
"loss": 0.0185,
|
| 1123 |
+
"step": 159
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 2.0516129032258066,
|
| 1127 |
+
"grad_norm": 0.21664434671401978,
|
| 1128 |
+
"learning_rate": 6.493506493506494e-05,
|
| 1129 |
+
"loss": 0.0162,
|
| 1130 |
+
"step": 160
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 2.064516129032258,
|
| 1134 |
+
"grad_norm": 0.2563764452934265,
|
| 1135 |
+
"learning_rate": 6.406926406926407e-05,
|
| 1136 |
+
"loss": 0.0176,
|
| 1137 |
+
"step": 161
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 2.07741935483871,
|
| 1141 |
+
"grad_norm": 0.3219418227672577,
|
| 1142 |
+
"learning_rate": 6.320346320346321e-05,
|
| 1143 |
+
"loss": 0.0162,
|
| 1144 |
+
"step": 162
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 2.0903225806451613,
|
| 1148 |
+
"grad_norm": 0.21077695488929749,
|
| 1149 |
+
"learning_rate": 6.233766233766233e-05,
|
| 1150 |
+
"loss": 0.0196,
|
| 1151 |
+
"step": 163
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"epoch": 2.1032258064516127,
|
| 1155 |
+
"grad_norm": 0.28284111618995667,
|
| 1156 |
+
"learning_rate": 6.147186147186147e-05,
|
| 1157 |
+
"loss": 0.0253,
|
| 1158 |
+
"step": 164
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 2.1161290322580646,
|
| 1162 |
+
"grad_norm": 0.2859232723712921,
|
| 1163 |
+
"learning_rate": 6.060606060606061e-05,
|
| 1164 |
+
"loss": 0.0179,
|
| 1165 |
+
"step": 165
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 2.129032258064516,
|
| 1169 |
+
"grad_norm": 0.3736005425453186,
|
| 1170 |
+
"learning_rate": 5.9740259740259744e-05,
|
| 1171 |
+
"loss": 0.0294,
|
| 1172 |
+
"step": 166
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 2.141935483870968,
|
| 1176 |
+
"grad_norm": 0.3151097297668457,
|
| 1177 |
+
"learning_rate": 5.887445887445888e-05,
|
| 1178 |
+
"loss": 0.0193,
|
| 1179 |
+
"step": 167
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"epoch": 2.1548387096774193,
|
| 1183 |
+
"grad_norm": 0.22999654710292816,
|
| 1184 |
+
"learning_rate": 5.800865800865801e-05,
|
| 1185 |
+
"loss": 0.0209,
|
| 1186 |
+
"step": 168
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"epoch": 2.167741935483871,
|
| 1190 |
+
"grad_norm": 0.4394060969352722,
|
| 1191 |
+
"learning_rate": 5.714285714285714e-05,
|
| 1192 |
+
"loss": 0.0376,
|
| 1193 |
+
"step": 169
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"epoch": 2.1806451612903226,
|
| 1197 |
+
"grad_norm": 0.3017919659614563,
|
| 1198 |
+
"learning_rate": 5.627705627705628e-05,
|
| 1199 |
+
"loss": 0.0338,
|
| 1200 |
+
"step": 170
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"epoch": 2.193548387096774,
|
| 1204 |
+
"grad_norm": 0.27291226387023926,
|
| 1205 |
+
"learning_rate": 5.5411255411255414e-05,
|
| 1206 |
+
"loss": 0.0188,
|
| 1207 |
+
"step": 171
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"epoch": 2.206451612903226,
|
| 1211 |
+
"grad_norm": 0.21319767832756042,
|
| 1212 |
+
"learning_rate": 5.4545454545454546e-05,
|
| 1213 |
+
"loss": 0.0177,
|
| 1214 |
+
"step": 172
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"epoch": 2.2193548387096773,
|
| 1218 |
+
"grad_norm": 0.3137580156326294,
|
| 1219 |
+
"learning_rate": 5.3679653679653686e-05,
|
| 1220 |
+
"loss": 0.0228,
|
| 1221 |
+
"step": 173
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"epoch": 2.232258064516129,
|
| 1225 |
+
"grad_norm": 0.2079544961452484,
|
| 1226 |
+
"learning_rate": 5.281385281385282e-05,
|
| 1227 |
+
"loss": 0.0194,
|
| 1228 |
+
"step": 174
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"epoch": 2.2451612903225806,
|
| 1232 |
+
"grad_norm": 0.24419479072093964,
|
| 1233 |
+
"learning_rate": 5.1948051948051944e-05,
|
| 1234 |
+
"loss": 0.0285,
|
| 1235 |
+
"step": 175
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"epoch": 2.258064516129032,
|
| 1239 |
+
"grad_norm": 0.24746587872505188,
|
| 1240 |
+
"learning_rate": 5.108225108225109e-05,
|
| 1241 |
+
"loss": 0.0195,
|
| 1242 |
+
"step": 176
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 2.270967741935484,
|
| 1246 |
+
"grad_norm": 0.18721561133861542,
|
| 1247 |
+
"learning_rate": 5.0216450216450216e-05,
|
| 1248 |
+
"loss": 0.0245,
|
| 1249 |
+
"step": 177
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"epoch": 2.2838709677419353,
|
| 1253 |
+
"grad_norm": 0.21970334649085999,
|
| 1254 |
+
"learning_rate": 4.9350649350649355e-05,
|
| 1255 |
+
"loss": 0.0243,
|
| 1256 |
+
"step": 178
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"epoch": 2.296774193548387,
|
| 1260 |
+
"grad_norm": 0.16727742552757263,
|
| 1261 |
+
"learning_rate": 4.848484848484849e-05,
|
| 1262 |
+
"loss": 0.0172,
|
| 1263 |
+
"step": 179
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"epoch": 2.3096774193548386,
|
| 1267 |
+
"grad_norm": 0.19507913291454315,
|
| 1268 |
+
"learning_rate": 4.761904761904762e-05,
|
| 1269 |
+
"loss": 0.0254,
|
| 1270 |
+
"step": 180
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 2.3225806451612905,
|
| 1274 |
+
"grad_norm": 0.13436348736286163,
|
| 1275 |
+
"learning_rate": 4.675324675324675e-05,
|
| 1276 |
+
"loss": 0.011,
|
| 1277 |
+
"step": 181
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 2.335483870967742,
|
| 1281 |
+
"grad_norm": 0.19645601511001587,
|
| 1282 |
+
"learning_rate": 4.588744588744589e-05,
|
| 1283 |
+
"loss": 0.0168,
|
| 1284 |
+
"step": 182
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 2.3483870967741938,
|
| 1288 |
+
"grad_norm": 0.22561688721179962,
|
| 1289 |
+
"learning_rate": 4.5021645021645025e-05,
|
| 1290 |
+
"loss": 0.0156,
|
| 1291 |
+
"step": 183
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"epoch": 2.361290322580645,
|
| 1295 |
+
"grad_norm": 0.25399160385131836,
|
| 1296 |
+
"learning_rate": 4.415584415584416e-05,
|
| 1297 |
+
"loss": 0.0313,
|
| 1298 |
+
"step": 184
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"epoch": 2.3741935483870966,
|
| 1302 |
+
"grad_norm": 0.21687330305576324,
|
| 1303 |
+
"learning_rate": 4.329004329004329e-05,
|
| 1304 |
+
"loss": 0.0136,
|
| 1305 |
+
"step": 185
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"epoch": 2.3870967741935485,
|
| 1309 |
+
"grad_norm": 0.19569694995880127,
|
| 1310 |
+
"learning_rate": 4.242424242424243e-05,
|
| 1311 |
+
"loss": 0.0172,
|
| 1312 |
+
"step": 186
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"epoch": 2.4,
|
| 1316 |
+
"grad_norm": 0.22807073593139648,
|
| 1317 |
+
"learning_rate": 4.155844155844156e-05,
|
| 1318 |
+
"loss": 0.0231,
|
| 1319 |
+
"step": 187
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"epoch": 2.412903225806452,
|
| 1323 |
+
"grad_norm": 0.36123302578926086,
|
| 1324 |
+
"learning_rate": 4.0692640692640695e-05,
|
| 1325 |
+
"loss": 0.0285,
|
| 1326 |
+
"step": 188
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"epoch": 2.425806451612903,
|
| 1330 |
+
"grad_norm": 0.22407294809818268,
|
| 1331 |
+
"learning_rate": 3.982683982683983e-05,
|
| 1332 |
+
"loss": 0.0201,
|
| 1333 |
+
"step": 189
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"epoch": 2.4387096774193546,
|
| 1337 |
+
"grad_norm": 0.14869819581508636,
|
| 1338 |
+
"learning_rate": 3.8961038961038966e-05,
|
| 1339 |
+
"loss": 0.0128,
|
| 1340 |
+
"step": 190
|
| 1341 |
+
},
|
| 1342 |
+
{
|
| 1343 |
+
"epoch": 2.4516129032258065,
|
| 1344 |
+
"grad_norm": 0.21592901647090912,
|
| 1345 |
+
"learning_rate": 3.809523809523809e-05,
|
| 1346 |
+
"loss": 0.0187,
|
| 1347 |
+
"step": 191
|
| 1348 |
+
},
|
| 1349 |
+
{
|
| 1350 |
+
"epoch": 2.464516129032258,
|
| 1351 |
+
"grad_norm": 0.4154917895793915,
|
| 1352 |
+
"learning_rate": 3.722943722943723e-05,
|
| 1353 |
+
"loss": 0.0253,
|
| 1354 |
+
"step": 192
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"epoch": 2.47741935483871,
|
| 1358 |
+
"grad_norm": 0.1732252538204193,
|
| 1359 |
+
"learning_rate": 3.6363636363636364e-05,
|
| 1360 |
+
"loss": 0.0125,
|
| 1361 |
+
"step": 193
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"epoch": 2.490322580645161,
|
| 1365 |
+
"grad_norm": 0.22216366231441498,
|
| 1366 |
+
"learning_rate": 3.5497835497835503e-05,
|
| 1367 |
+
"loss": 0.0152,
|
| 1368 |
+
"step": 194
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"epoch": 2.5032258064516126,
|
| 1372 |
+
"grad_norm": 0.2107250988483429,
|
| 1373 |
+
"learning_rate": 3.463203463203463e-05,
|
| 1374 |
+
"loss": 0.0149,
|
| 1375 |
+
"step": 195
|
| 1376 |
+
},
|
| 1377 |
+
{
|
| 1378 |
+
"epoch": 2.5161290322580645,
|
| 1379 |
+
"grad_norm": 0.12403655797243118,
|
| 1380 |
+
"learning_rate": 3.376623376623377e-05,
|
| 1381 |
+
"loss": 0.0114,
|
| 1382 |
+
"step": 196
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"epoch": 2.5290322580645164,
|
| 1386 |
+
"grad_norm": 0.16927888989448547,
|
| 1387 |
+
"learning_rate": 3.29004329004329e-05,
|
| 1388 |
+
"loss": 0.0129,
|
| 1389 |
+
"step": 197
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"epoch": 2.541935483870968,
|
| 1393 |
+
"grad_norm": 0.24353042244911194,
|
| 1394 |
+
"learning_rate": 3.2034632034632034e-05,
|
| 1395 |
+
"loss": 0.0152,
|
| 1396 |
+
"step": 198
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"epoch": 2.554838709677419,
|
| 1400 |
+
"grad_norm": 0.12740740180015564,
|
| 1401 |
+
"learning_rate": 3.1168831168831166e-05,
|
| 1402 |
+
"loss": 0.0139,
|
| 1403 |
+
"step": 199
|
| 1404 |
+
},
|
| 1405 |
+
{
|
| 1406 |
+
"epoch": 2.567741935483871,
|
| 1407 |
+
"grad_norm": 0.3001946210861206,
|
| 1408 |
+
"learning_rate": 3.0303030303030306e-05,
|
| 1409 |
+
"loss": 0.026,
|
| 1410 |
+
"step": 200
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"epoch": 2.5806451612903225,
|
| 1414 |
+
"grad_norm": 0.25068429112434387,
|
| 1415 |
+
"learning_rate": 2.943722943722944e-05,
|
| 1416 |
+
"loss": 0.0197,
|
| 1417 |
+
"step": 201
|
| 1418 |
+
},
|
| 1419 |
+
{
|
| 1420 |
+
"epoch": 2.5935483870967744,
|
| 1421 |
+
"grad_norm": 0.19569292664527893,
|
| 1422 |
+
"learning_rate": 2.857142857142857e-05,
|
| 1423 |
+
"loss": 0.0128,
|
| 1424 |
+
"step": 202
|
| 1425 |
+
},
|
| 1426 |
+
{
|
| 1427 |
+
"epoch": 2.606451612903226,
|
| 1428 |
+
"grad_norm": 0.25671446323394775,
|
| 1429 |
+
"learning_rate": 2.7705627705627707e-05,
|
| 1430 |
+
"loss": 0.0228,
|
| 1431 |
+
"step": 203
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"epoch": 2.6193548387096772,
|
| 1435 |
+
"grad_norm": 0.11213606595993042,
|
| 1436 |
+
"learning_rate": 2.6839826839826843e-05,
|
| 1437 |
+
"loss": 0.01,
|
| 1438 |
+
"step": 204
|
| 1439 |
+
},
|
| 1440 |
+
{
|
| 1441 |
+
"epoch": 2.632258064516129,
|
| 1442 |
+
"grad_norm": 0.07896478474140167,
|
| 1443 |
+
"learning_rate": 2.5974025974025972e-05,
|
| 1444 |
+
"loss": 0.0076,
|
| 1445 |
+
"step": 205
|
| 1446 |
+
},
|
| 1447 |
+
{
|
| 1448 |
+
"epoch": 2.6451612903225805,
|
| 1449 |
+
"grad_norm": 0.23440855741500854,
|
| 1450 |
+
"learning_rate": 2.5108225108225108e-05,
|
| 1451 |
+
"loss": 0.0163,
|
| 1452 |
+
"step": 206
|
| 1453 |
+
},
|
| 1454 |
+
{
|
| 1455 |
+
"epoch": 2.6580645161290324,
|
| 1456 |
+
"grad_norm": 0.1345127820968628,
|
| 1457 |
+
"learning_rate": 2.4242424242424244e-05,
|
| 1458 |
+
"loss": 0.0108,
|
| 1459 |
+
"step": 207
|
| 1460 |
+
},
|
| 1461 |
+
{
|
| 1462 |
+
"epoch": 2.670967741935484,
|
| 1463 |
+
"grad_norm": 0.21752691268920898,
|
| 1464 |
+
"learning_rate": 2.3376623376623376e-05,
|
| 1465 |
+
"loss": 0.0175,
|
| 1466 |
+
"step": 208
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"epoch": 2.6838709677419352,
|
| 1470 |
+
"grad_norm": 0.10310844331979752,
|
| 1471 |
+
"learning_rate": 2.2510822510822512e-05,
|
| 1472 |
+
"loss": 0.008,
|
| 1473 |
+
"step": 209
|
| 1474 |
+
},
|
| 1475 |
+
{
|
| 1476 |
+
"epoch": 2.696774193548387,
|
| 1477 |
+
"grad_norm": 0.14364340901374817,
|
| 1478 |
+
"learning_rate": 2.1645021645021645e-05,
|
| 1479 |
+
"loss": 0.0123,
|
| 1480 |
+
"step": 210
|
| 1481 |
+
},
|
| 1482 |
+
{
|
| 1483 |
+
"epoch": 2.709677419354839,
|
| 1484 |
+
"grad_norm": 0.12540531158447266,
|
| 1485 |
+
"learning_rate": 2.077922077922078e-05,
|
| 1486 |
+
"loss": 0.0086,
|
| 1487 |
+
"step": 211
|
| 1488 |
+
},
|
| 1489 |
+
{
|
| 1490 |
+
"epoch": 2.7225806451612904,
|
| 1491 |
+
"grad_norm": 0.19787082076072693,
|
| 1492 |
+
"learning_rate": 1.9913419913419914e-05,
|
| 1493 |
+
"loss": 0.0141,
|
| 1494 |
+
"step": 212
|
| 1495 |
+
},
|
| 1496 |
+
{
|
| 1497 |
+
"epoch": 2.735483870967742,
|
| 1498 |
+
"grad_norm": 0.19301635026931763,
|
| 1499 |
+
"learning_rate": 1.9047619047619046e-05,
|
| 1500 |
+
"loss": 0.0135,
|
| 1501 |
+
"step": 213
|
| 1502 |
+
},
|
| 1503 |
+
{
|
| 1504 |
+
"epoch": 2.7483870967741937,
|
| 1505 |
+
"grad_norm": 0.19226261973381042,
|
| 1506 |
+
"learning_rate": 1.8181818181818182e-05,
|
| 1507 |
+
"loss": 0.0134,
|
| 1508 |
+
"step": 214
|
| 1509 |
+
},
|
| 1510 |
+
{
|
| 1511 |
+
"epoch": 2.761290322580645,
|
| 1512 |
+
"grad_norm": 0.12996652722358704,
|
| 1513 |
+
"learning_rate": 1.7316017316017315e-05,
|
| 1514 |
+
"loss": 0.0122,
|
| 1515 |
+
"step": 215
|
| 1516 |
+
},
|
| 1517 |
+
{
|
| 1518 |
+
"epoch": 2.774193548387097,
|
| 1519 |
+
"grad_norm": 0.1624728888273239,
|
| 1520 |
+
"learning_rate": 1.645021645021645e-05,
|
| 1521 |
+
"loss": 0.0139,
|
| 1522 |
+
"step": 216
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"epoch": 2.7870967741935484,
|
| 1526 |
+
"grad_norm": 0.09435854852199554,
|
| 1527 |
+
"learning_rate": 1.5584415584415583e-05,
|
| 1528 |
+
"loss": 0.0097,
|
| 1529 |
+
"step": 217
|
| 1530 |
+
},
|
| 1531 |
+
{
|
| 1532 |
+
"epoch": 2.8,
|
| 1533 |
+
"grad_norm": 0.1358294039964676,
|
| 1534 |
+
"learning_rate": 1.471861471861472e-05,
|
| 1535 |
+
"loss": 0.0123,
|
| 1536 |
+
"step": 218
|
| 1537 |
+
},
|
| 1538 |
+
{
|
| 1539 |
+
"epoch": 2.8129032258064517,
|
| 1540 |
+
"grad_norm": 0.12223871797323227,
|
| 1541 |
+
"learning_rate": 1.3852813852813853e-05,
|
| 1542 |
+
"loss": 0.0122,
|
| 1543 |
+
"step": 219
|
| 1544 |
+
},
|
| 1545 |
+
{
|
| 1546 |
+
"epoch": 2.825806451612903,
|
| 1547 |
+
"grad_norm": 0.16250500082969666,
|
| 1548 |
+
"learning_rate": 1.2987012987012986e-05,
|
| 1549 |
+
"loss": 0.0127,
|
| 1550 |
+
"step": 220
|
| 1551 |
+
},
|
| 1552 |
+
{
|
| 1553 |
+
"epoch": 2.838709677419355,
|
| 1554 |
+
"grad_norm": 0.23408320546150208,
|
| 1555 |
+
"learning_rate": 1.2121212121212122e-05,
|
| 1556 |
+
"loss": 0.0127,
|
| 1557 |
+
"step": 221
|
| 1558 |
+
},
|
| 1559 |
+
{
|
| 1560 |
+
"epoch": 2.8516129032258064,
|
| 1561 |
+
"grad_norm": 0.23933890461921692,
|
| 1562 |
+
"learning_rate": 1.1255411255411256e-05,
|
| 1563 |
+
"loss": 0.0146,
|
| 1564 |
+
"step": 222
|
| 1565 |
+
},
|
| 1566 |
+
{
|
| 1567 |
+
"epoch": 2.864516129032258,
|
| 1568 |
+
"grad_norm": 0.13585495948791504,
|
| 1569 |
+
"learning_rate": 1.038961038961039e-05,
|
| 1570 |
+
"loss": 0.0122,
|
| 1571 |
+
"step": 223
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"epoch": 2.8774193548387097,
|
| 1575 |
+
"grad_norm": 0.16187234222888947,
|
| 1576 |
+
"learning_rate": 9.523809523809523e-06,
|
| 1577 |
+
"loss": 0.0101,
|
| 1578 |
+
"step": 224
|
| 1579 |
+
},
|
| 1580 |
+
{
|
| 1581 |
+
"epoch": 2.8903225806451616,
|
| 1582 |
+
"grad_norm": 0.20218585431575775,
|
| 1583 |
+
"learning_rate": 8.658008658008657e-06,
|
| 1584 |
+
"loss": 0.0124,
|
| 1585 |
+
"step": 225
|
| 1586 |
+
},
|
| 1587 |
+
{
|
| 1588 |
+
"epoch": 2.903225806451613,
|
| 1589 |
+
"grad_norm": 0.12428252398967743,
|
| 1590 |
+
"learning_rate": 7.792207792207792e-06,
|
| 1591 |
+
"loss": 0.0104,
|
| 1592 |
+
"step": 226
|
| 1593 |
+
},
|
| 1594 |
+
{
|
| 1595 |
+
"epoch": 2.9161290322580644,
|
| 1596 |
+
"grad_norm": 0.14734520018100739,
|
| 1597 |
+
"learning_rate": 6.926406926406927e-06,
|
| 1598 |
+
"loss": 0.0126,
|
| 1599 |
+
"step": 227
|
| 1600 |
+
},
|
| 1601 |
+
{
|
| 1602 |
+
"epoch": 2.9290322580645163,
|
| 1603 |
+
"grad_norm": 0.11576768010854721,
|
| 1604 |
+
"learning_rate": 6.060606060606061e-06,
|
| 1605 |
+
"loss": 0.0125,
|
| 1606 |
+
"step": 228
|
| 1607 |
+
},
|
| 1608 |
+
{
|
| 1609 |
+
"epoch": 2.9419354838709677,
|
| 1610 |
+
"grad_norm": 0.13777028024196625,
|
| 1611 |
+
"learning_rate": 5.194805194805195e-06,
|
| 1612 |
+
"loss": 0.0126,
|
| 1613 |
+
"step": 229
|
| 1614 |
+
},
|
| 1615 |
+
{
|
| 1616 |
+
"epoch": 2.9548387096774196,
|
| 1617 |
+
"grad_norm": 0.12558940052986145,
|
| 1618 |
+
"learning_rate": 4.329004329004329e-06,
|
| 1619 |
+
"loss": 0.0099,
|
| 1620 |
+
"step": 230
|
| 1621 |
+
},
|
| 1622 |
+
{
|
| 1623 |
+
"epoch": 2.967741935483871,
|
| 1624 |
+
"grad_norm": 0.1385784149169922,
|
| 1625 |
+
"learning_rate": 3.4632034632034634e-06,
|
| 1626 |
+
"loss": 0.0106,
|
| 1627 |
+
"step": 231
|
| 1628 |
+
},
|
| 1629 |
+
{
|
| 1630 |
+
"epoch": 2.9806451612903224,
|
| 1631 |
+
"grad_norm": 0.15794174373149872,
|
| 1632 |
+
"learning_rate": 2.5974025974025976e-06,
|
| 1633 |
+
"loss": 0.0125,
|
| 1634 |
+
"step": 232
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"epoch": 2.9935483870967743,
|
| 1638 |
+
"grad_norm": 0.21669098734855652,
|
| 1639 |
+
"learning_rate": 1.7316017316017317e-06,
|
| 1640 |
+
"loss": 0.0161,
|
| 1641 |
+
"step": 233
|
| 1642 |
+
},
|
| 1643 |
+
{
|
| 1644 |
+
"epoch": 3.0,
|
| 1645 |
+
"grad_norm": 0.19324541091918945,
|
| 1646 |
+
"learning_rate": 8.658008658008658e-07,
|
| 1647 |
+
"loss": 0.0111,
|
| 1648 |
+
"step": 234
|
| 1649 |
+
}
|
| 1650 |
+
],
|
| 1651 |
+
"logging_steps": 1,
|
| 1652 |
+
"max_steps": 234,
|
| 1653 |
+
"num_input_tokens_seen": 0,
|
| 1654 |
+
"num_train_epochs": 3,
|
| 1655 |
+
"save_steps": 500,
|
| 1656 |
+
"stateful_callbacks": {
|
| 1657 |
+
"TrainerControl": {
|
| 1658 |
+
"args": {
|
| 1659 |
+
"should_epoch_stop": false,
|
| 1660 |
+
"should_evaluate": false,
|
| 1661 |
+
"should_log": false,
|
| 1662 |
+
"should_save": true,
|
| 1663 |
+
"should_training_stop": true
|
| 1664 |
+
},
|
| 1665 |
+
"attributes": {}
|
| 1666 |
+
}
|
| 1667 |
+
},
|
| 1668 |
+
"total_flos": 1.0353463173494784e+17,
|
| 1669 |
+
"train_batch_size": 2,
|
| 1670 |
+
"trial_name": null,
|
| 1671 |
+
"trial_params": null
|
| 1672 |
+
}
|
outputs/checkpoint-234/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a383eae8a7749f88723b7d26011b143d7dd0d6f6ac555ebe3e35308554b71457
|
| 3 |
+
size 5688
|
outputs/checkpoint-234/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
outputs/checkpoint-87/README.md
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/phi-4-unsloth-bnb-4bit
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/phi-4-unsloth-bnb-4bit
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
- unsloth
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Model Card for Model ID
|
| 15 |
+
|
| 16 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## Model Details
|
| 21 |
+
|
| 22 |
+
### Model Description
|
| 23 |
+
|
| 24 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
- **Developed by:** [More Information Needed]
|
| 29 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 30 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 31 |
+
- **Model type:** [More Information Needed]
|
| 32 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 33 |
+
- **License:** [More Information Needed]
|
| 34 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
### Model Sources [optional]
|
| 37 |
+
|
| 38 |
+
<!-- Provide the basic links for the model. -->
|
| 39 |
+
|
| 40 |
+
- **Repository:** [More Information Needed]
|
| 41 |
+
- **Paper [optional]:** [More Information Needed]
|
| 42 |
+
- **Demo [optional]:** [More Information Needed]
|
| 43 |
+
|
| 44 |
+
## Uses
|
| 45 |
+
|
| 46 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 47 |
+
|
| 48 |
+
### Direct Use
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Downstream Use [optional]
|
| 55 |
+
|
| 56 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
### Out-of-Scope Use
|
| 61 |
+
|
| 62 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
## Bias, Risks, and Limitations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 69 |
+
|
| 70 |
+
[More Information Needed]
|
| 71 |
+
|
| 72 |
+
### Recommendations
|
| 73 |
+
|
| 74 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 75 |
+
|
| 76 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 77 |
+
|
| 78 |
+
## How to Get Started with the Model
|
| 79 |
+
|
| 80 |
+
Use the code below to get started with the model.
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
## Training Details
|
| 85 |
+
|
| 86 |
+
### Training Data
|
| 87 |
+
|
| 88 |
+
<!-- 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. -->
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
### Training Procedure
|
| 93 |
+
|
| 94 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 95 |
+
|
| 96 |
+
#### Preprocessing [optional]
|
| 97 |
+
|
| 98 |
+
[More Information Needed]
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
#### Training Hyperparameters
|
| 102 |
+
|
| 103 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 104 |
+
|
| 105 |
+
#### Speeds, Sizes, Times [optional]
|
| 106 |
+
|
| 107 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 108 |
+
|
| 109 |
+
[More Information Needed]
|
| 110 |
+
|
| 111 |
+
## Evaluation
|
| 112 |
+
|
| 113 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 114 |
+
|
| 115 |
+
### Testing Data, Factors & Metrics
|
| 116 |
+
|
| 117 |
+
#### Testing Data
|
| 118 |
+
|
| 119 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Factors
|
| 124 |
+
|
| 125 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
#### Metrics
|
| 130 |
+
|
| 131 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 132 |
+
|
| 133 |
+
[More Information Needed]
|
| 134 |
+
|
| 135 |
+
### Results
|
| 136 |
+
|
| 137 |
+
[More Information Needed]
|
| 138 |
+
|
| 139 |
+
#### Summary
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
## Model Examination [optional]
|
| 144 |
+
|
| 145 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 146 |
+
|
| 147 |
+
[More Information Needed]
|
| 148 |
+
|
| 149 |
+
## Environmental Impact
|
| 150 |
+
|
| 151 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 152 |
+
|
| 153 |
+
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).
|
| 154 |
+
|
| 155 |
+
- **Hardware Type:** [More Information Needed]
|
| 156 |
+
- **Hours used:** [More Information Needed]
|
| 157 |
+
- **Cloud Provider:** [More Information Needed]
|
| 158 |
+
- **Compute Region:** [More Information Needed]
|
| 159 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 160 |
+
|
| 161 |
+
## Technical Specifications [optional]
|
| 162 |
+
|
| 163 |
+
### Model Architecture and Objective
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
### Compute Infrastructure
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
#### Hardware
|
| 172 |
+
|
| 173 |
+
[More Information Needed]
|
| 174 |
+
|
| 175 |
+
#### Software
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
## Citation [optional]
|
| 180 |
+
|
| 181 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 182 |
+
|
| 183 |
+
**BibTeX:**
|
| 184 |
+
|
| 185 |
+
[More Information Needed]
|
| 186 |
+
|
| 187 |
+
**APA:**
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## Glossary [optional]
|
| 192 |
+
|
| 193 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## More Information [optional]
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
|
| 201 |
+
## Model Card Authors [optional]
|
| 202 |
+
|
| 203 |
+
[More Information Needed]
|
| 204 |
+
|
| 205 |
+
## Model Card Contact
|
| 206 |
+
|
| 207 |
+
[More Information Needed]
|
| 208 |
+
### Framework versions
|
| 209 |
+
|
| 210 |
+
- PEFT 0.16.0
|
outputs/checkpoint-87/adapter_config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "unsloth/phi-4-unsloth-bnb-4bit",
|
| 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 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 16,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"down_proj",
|
| 29 |
+
"o_proj",
|
| 30 |
+
"up_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"k_proj",
|
| 33 |
+
"v_proj",
|
| 34 |
+
"gate_proj"
|
| 35 |
+
],
|
| 36 |
+
"task_type": "CAUSAL_LM",
|
| 37 |
+
"trainable_token_indices": null,
|
| 38 |
+
"use_dora": false,
|
| 39 |
+
"use_qalora": false,
|
| 40 |
+
"use_rslora": false
|
| 41 |
+
}
|
outputs/checkpoint-87/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a4fcd6a217815aff0cea0990c6ec63f6a1ced14d8550c564cf934dae3ca3e6a
|
| 3 |
+
size 262219392
|
outputs/checkpoint-87/chat_template.jinja
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{% for message in messages %}{% if (message['role'] == 'system') %}{{'<|im_start|>system<|im_sep|>' + message['content'] + '<|im_end|>'}}{% elif (message['role'] == 'user') %}{{'<|im_start|>user<|im_sep|>' + message['content'] + '<|im_end|>'}}{% elif (message['role'] == 'assistant') %}{{'<|im_start|>assistant<|im_sep|>' + message['content'] + '<|im_end|>'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant<|im_sep|>' }}{% endif %}
|
outputs/checkpoint-87/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
outputs/checkpoint-87/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1e02bd147e5345475abd814ec684bff13c49cb8d37b66300c98ed9e27b1ee9d
|
| 3 |
+
size 133778516
|
outputs/checkpoint-87/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c00c4365d25c9e7a26248ebf654c98af9ac52614e63c8c21d5b0905fc80a36a0
|
| 3 |
+
size 14244
|
outputs/checkpoint-87/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9eff6e9c5edd767e33c412f800829af557353034949807d6edf978428ca96a5
|
| 3 |
+
size 1064
|
outputs/checkpoint-87/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|endoftext|>",
|
| 4 |
+
"lstrip": true,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": true,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|im_end|>",
|
| 11 |
+
"lstrip": true,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": true,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|dummy_87|>",
|
| 18 |
+
"lstrip": true,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": true,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "�",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
outputs/checkpoint-87/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
outputs/checkpoint-87/tokenizer_config.json
ADDED
|
@@ -0,0 +1,790 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"5809": {
|
| 5 |
+
"content": "�",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"100256": {
|
| 13 |
+
"content": "<|dummy_0|>",
|
| 14 |
+
"lstrip": true,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": true,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"100257": {
|
| 21 |
+
"content": "<|endoftext|>",
|
| 22 |
+
"lstrip": true,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": true,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"100258": {
|
| 29 |
+
"content": "<|fim_prefix|>",
|
| 30 |
+
"lstrip": true,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": true,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"100259": {
|
| 37 |
+
"content": "<|fim_middle|>",
|
| 38 |
+
"lstrip": true,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": true,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"100260": {
|
| 45 |
+
"content": "<|fim_suffix|>",
|
| 46 |
+
"lstrip": true,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": true,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"100261": {
|
| 53 |
+
"content": "<|dummy_1|>",
|
| 54 |
+
"lstrip": true,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": true,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"100262": {
|
| 61 |
+
"content": "<|dummy_2|>",
|
| 62 |
+
"lstrip": true,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": true,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"100263": {
|
| 69 |
+
"content": "<|dummy_3|>",
|
| 70 |
+
"lstrip": true,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": true,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"100264": {
|
| 77 |
+
"content": "<|im_start|>",
|
| 78 |
+
"lstrip": true,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": true,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"100265": {
|
| 85 |
+
"content": "<|im_end|>",
|
| 86 |
+
"lstrip": true,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": true,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"100266": {
|
| 93 |
+
"content": "<|im_sep|>",
|
| 94 |
+
"lstrip": true,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": true,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"100267": {
|
| 101 |
+
"content": "<|dummy_4|>",
|
| 102 |
+
"lstrip": true,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": true,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"100268": {
|
| 109 |
+
"content": "<|dummy_5|>",
|
| 110 |
+
"lstrip": true,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": true,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"100269": {
|
| 117 |
+
"content": "<|dummy_6|>",
|
| 118 |
+
"lstrip": true,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": true,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"100270": {
|
| 125 |
+
"content": "<|dummy_7|>",
|
| 126 |
+
"lstrip": true,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": true,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"100271": {
|
| 133 |
+
"content": "<|dummy_8|>",
|
| 134 |
+
"lstrip": true,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": true,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"100272": {
|
| 141 |
+
"content": "<|dummy_9|>",
|
| 142 |
+
"lstrip": true,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": true,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"100273": {
|
| 149 |
+
"content": "<|dummy_10|>",
|
| 150 |
+
"lstrip": true,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": true,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"100274": {
|
| 157 |
+
"content": "<|dummy_11|>",
|
| 158 |
+
"lstrip": true,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": true,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"100275": {
|
| 165 |
+
"content": "<|dummy_12|>",
|
| 166 |
+
"lstrip": true,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": true,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"100276": {
|
| 173 |
+
"content": "<|endofprompt|>",
|
| 174 |
+
"lstrip": true,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": true,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"100277": {
|
| 181 |
+
"content": "<|dummy_13|>",
|
| 182 |
+
"lstrip": true,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": true,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"100278": {
|
| 189 |
+
"content": "<|dummy_14|>",
|
| 190 |
+
"lstrip": true,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": true,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"100279": {
|
| 197 |
+
"content": "<|dummy_15|>",
|
| 198 |
+
"lstrip": true,
|
| 199 |
+
"normalized": false,
|
| 200 |
+
"rstrip": true,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"100280": {
|
| 205 |
+
"content": "<|dummy_16|>",
|
| 206 |
+
"lstrip": true,
|
| 207 |
+
"normalized": false,
|
| 208 |
+
"rstrip": true,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"100281": {
|
| 213 |
+
"content": "<|dummy_17|>",
|
| 214 |
+
"lstrip": true,
|
| 215 |
+
"normalized": false,
|
| 216 |
+
"rstrip": true,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"100282": {
|
| 221 |
+
"content": "<|dummy_18|>",
|
| 222 |
+
"lstrip": true,
|
| 223 |
+
"normalized": false,
|
| 224 |
+
"rstrip": true,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"100283": {
|
| 229 |
+
"content": "<|dummy_19|>",
|
| 230 |
+
"lstrip": true,
|
| 231 |
+
"normalized": false,
|
| 232 |
+
"rstrip": true,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"100284": {
|
| 237 |
+
"content": "<|dummy_20|>",
|
| 238 |
+
"lstrip": true,
|
| 239 |
+
"normalized": false,
|
| 240 |
+
"rstrip": true,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"100285": {
|
| 245 |
+
"content": "<|dummy_21|>",
|
| 246 |
+
"lstrip": true,
|
| 247 |
+
"normalized": false,
|
| 248 |
+
"rstrip": true,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"100286": {
|
| 253 |
+
"content": "<|dummy_22|>",
|
| 254 |
+
"lstrip": true,
|
| 255 |
+
"normalized": false,
|
| 256 |
+
"rstrip": true,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"100287": {
|
| 261 |
+
"content": "<|dummy_23|>",
|
| 262 |
+
"lstrip": true,
|
| 263 |
+
"normalized": false,
|
| 264 |
+
"rstrip": true,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"100288": {
|
| 269 |
+
"content": "<|dummy_24|>",
|
| 270 |
+
"lstrip": true,
|
| 271 |
+
"normalized": false,
|
| 272 |
+
"rstrip": true,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"100289": {
|
| 277 |
+
"content": "<|dummy_25|>",
|
| 278 |
+
"lstrip": true,
|
| 279 |
+
"normalized": false,
|
| 280 |
+
"rstrip": true,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"100290": {
|
| 285 |
+
"content": "<|dummy_26|>",
|
| 286 |
+
"lstrip": true,
|
| 287 |
+
"normalized": false,
|
| 288 |
+
"rstrip": true,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"100291": {
|
| 293 |
+
"content": "<|dummy_27|>",
|
| 294 |
+
"lstrip": true,
|
| 295 |
+
"normalized": false,
|
| 296 |
+
"rstrip": true,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"100292": {
|
| 301 |
+
"content": "<|dummy_28|>",
|
| 302 |
+
"lstrip": true,
|
| 303 |
+
"normalized": false,
|
| 304 |
+
"rstrip": true,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
},
|
| 308 |
+
"100293": {
|
| 309 |
+
"content": "<|dummy_29|>",
|
| 310 |
+
"lstrip": true,
|
| 311 |
+
"normalized": false,
|
| 312 |
+
"rstrip": true,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": true
|
| 315 |
+
},
|
| 316 |
+
"100294": {
|
| 317 |
+
"content": "<|dummy_30|>",
|
| 318 |
+
"lstrip": true,
|
| 319 |
+
"normalized": false,
|
| 320 |
+
"rstrip": true,
|
| 321 |
+
"single_word": false,
|
| 322 |
+
"special": true
|
| 323 |
+
},
|
| 324 |
+
"100295": {
|
| 325 |
+
"content": "<|dummy_31|>",
|
| 326 |
+
"lstrip": true,
|
| 327 |
+
"normalized": false,
|
| 328 |
+
"rstrip": true,
|
| 329 |
+
"single_word": false,
|
| 330 |
+
"special": true
|
| 331 |
+
},
|
| 332 |
+
"100296": {
|
| 333 |
+
"content": "<|dummy_32|>",
|
| 334 |
+
"lstrip": true,
|
| 335 |
+
"normalized": false,
|
| 336 |
+
"rstrip": true,
|
| 337 |
+
"single_word": false,
|
| 338 |
+
"special": true
|
| 339 |
+
},
|
| 340 |
+
"100297": {
|
| 341 |
+
"content": "<|dummy_33|>",
|
| 342 |
+
"lstrip": true,
|
| 343 |
+
"normalized": false,
|
| 344 |
+
"rstrip": true,
|
| 345 |
+
"single_word": false,
|
| 346 |
+
"special": true
|
| 347 |
+
},
|
| 348 |
+
"100298": {
|
| 349 |
+
"content": "<|dummy_34|>",
|
| 350 |
+
"lstrip": true,
|
| 351 |
+
"normalized": false,
|
| 352 |
+
"rstrip": true,
|
| 353 |
+
"single_word": false,
|
| 354 |
+
"special": true
|
| 355 |
+
},
|
| 356 |
+
"100299": {
|
| 357 |
+
"content": "<|dummy_35|>",
|
| 358 |
+
"lstrip": true,
|
| 359 |
+
"normalized": false,
|
| 360 |
+
"rstrip": true,
|
| 361 |
+
"single_word": false,
|
| 362 |
+
"special": true
|
| 363 |
+
},
|
| 364 |
+
"100300": {
|
| 365 |
+
"content": "<|dummy_36|>",
|
| 366 |
+
"lstrip": true,
|
| 367 |
+
"normalized": false,
|
| 368 |
+
"rstrip": true,
|
| 369 |
+
"single_word": false,
|
| 370 |
+
"special": true
|
| 371 |
+
},
|
| 372 |
+
"100301": {
|
| 373 |
+
"content": "<|dummy_37|>",
|
| 374 |
+
"lstrip": true,
|
| 375 |
+
"normalized": false,
|
| 376 |
+
"rstrip": true,
|
| 377 |
+
"single_word": false,
|
| 378 |
+
"special": true
|
| 379 |
+
},
|
| 380 |
+
"100302": {
|
| 381 |
+
"content": "<|dummy_38|>",
|
| 382 |
+
"lstrip": true,
|
| 383 |
+
"normalized": false,
|
| 384 |
+
"rstrip": true,
|
| 385 |
+
"single_word": false,
|
| 386 |
+
"special": true
|
| 387 |
+
},
|
| 388 |
+
"100303": {
|
| 389 |
+
"content": "<|dummy_39|>",
|
| 390 |
+
"lstrip": true,
|
| 391 |
+
"normalized": false,
|
| 392 |
+
"rstrip": true,
|
| 393 |
+
"single_word": false,
|
| 394 |
+
"special": true
|
| 395 |
+
},
|
| 396 |
+
"100304": {
|
| 397 |
+
"content": "<|dummy_40|>",
|
| 398 |
+
"lstrip": true,
|
| 399 |
+
"normalized": false,
|
| 400 |
+
"rstrip": true,
|
| 401 |
+
"single_word": false,
|
| 402 |
+
"special": true
|
| 403 |
+
},
|
| 404 |
+
"100305": {
|
| 405 |
+
"content": "<|dummy_41|>",
|
| 406 |
+
"lstrip": true,
|
| 407 |
+
"normalized": false,
|
| 408 |
+
"rstrip": true,
|
| 409 |
+
"single_word": false,
|
| 410 |
+
"special": true
|
| 411 |
+
},
|
| 412 |
+
"100306": {
|
| 413 |
+
"content": "<|dummy_42|>",
|
| 414 |
+
"lstrip": true,
|
| 415 |
+
"normalized": false,
|
| 416 |
+
"rstrip": true,
|
| 417 |
+
"single_word": false,
|
| 418 |
+
"special": true
|
| 419 |
+
},
|
| 420 |
+
"100307": {
|
| 421 |
+
"content": "<|dummy_43|>",
|
| 422 |
+
"lstrip": true,
|
| 423 |
+
"normalized": false,
|
| 424 |
+
"rstrip": true,
|
| 425 |
+
"single_word": false,
|
| 426 |
+
"special": true
|
| 427 |
+
},
|
| 428 |
+
"100308": {
|
| 429 |
+
"content": "<|dummy_44|>",
|
| 430 |
+
"lstrip": true,
|
| 431 |
+
"normalized": false,
|
| 432 |
+
"rstrip": true,
|
| 433 |
+
"single_word": false,
|
| 434 |
+
"special": true
|
| 435 |
+
},
|
| 436 |
+
"100309": {
|
| 437 |
+
"content": "<|dummy_45|>",
|
| 438 |
+
"lstrip": true,
|
| 439 |
+
"normalized": false,
|
| 440 |
+
"rstrip": true,
|
| 441 |
+
"single_word": false,
|
| 442 |
+
"special": true
|
| 443 |
+
},
|
| 444 |
+
"100310": {
|
| 445 |
+
"content": "<|dummy_46|>",
|
| 446 |
+
"lstrip": true,
|
| 447 |
+
"normalized": false,
|
| 448 |
+
"rstrip": true,
|
| 449 |
+
"single_word": false,
|
| 450 |
+
"special": true
|
| 451 |
+
},
|
| 452 |
+
"100311": {
|
| 453 |
+
"content": "<|dummy_47|>",
|
| 454 |
+
"lstrip": true,
|
| 455 |
+
"normalized": false,
|
| 456 |
+
"rstrip": true,
|
| 457 |
+
"single_word": false,
|
| 458 |
+
"special": true
|
| 459 |
+
},
|
| 460 |
+
"100312": {
|
| 461 |
+
"content": "<|dummy_48|>",
|
| 462 |
+
"lstrip": true,
|
| 463 |
+
"normalized": false,
|
| 464 |
+
"rstrip": true,
|
| 465 |
+
"single_word": false,
|
| 466 |
+
"special": true
|
| 467 |
+
},
|
| 468 |
+
"100313": {
|
| 469 |
+
"content": "<|dummy_49|>",
|
| 470 |
+
"lstrip": true,
|
| 471 |
+
"normalized": false,
|
| 472 |
+
"rstrip": true,
|
| 473 |
+
"single_word": false,
|
| 474 |
+
"special": true
|
| 475 |
+
},
|
| 476 |
+
"100314": {
|
| 477 |
+
"content": "<|dummy_50|>",
|
| 478 |
+
"lstrip": true,
|
| 479 |
+
"normalized": false,
|
| 480 |
+
"rstrip": true,
|
| 481 |
+
"single_word": false,
|
| 482 |
+
"special": true
|
| 483 |
+
},
|
| 484 |
+
"100315": {
|
| 485 |
+
"content": "<|dummy_51|>",
|
| 486 |
+
"lstrip": true,
|
| 487 |
+
"normalized": false,
|
| 488 |
+
"rstrip": true,
|
| 489 |
+
"single_word": false,
|
| 490 |
+
"special": true
|
| 491 |
+
},
|
| 492 |
+
"100316": {
|
| 493 |
+
"content": "<|dummy_52|>",
|
| 494 |
+
"lstrip": true,
|
| 495 |
+
"normalized": false,
|
| 496 |
+
"rstrip": true,
|
| 497 |
+
"single_word": false,
|
| 498 |
+
"special": true
|
| 499 |
+
},
|
| 500 |
+
"100317": {
|
| 501 |
+
"content": "<|dummy_53|>",
|
| 502 |
+
"lstrip": true,
|
| 503 |
+
"normalized": false,
|
| 504 |
+
"rstrip": true,
|
| 505 |
+
"single_word": false,
|
| 506 |
+
"special": true
|
| 507 |
+
},
|
| 508 |
+
"100318": {
|
| 509 |
+
"content": "<|dummy_54|>",
|
| 510 |
+
"lstrip": true,
|
| 511 |
+
"normalized": false,
|
| 512 |
+
"rstrip": true,
|
| 513 |
+
"single_word": false,
|
| 514 |
+
"special": true
|
| 515 |
+
},
|
| 516 |
+
"100319": {
|
| 517 |
+
"content": "<|dummy_55|>",
|
| 518 |
+
"lstrip": true,
|
| 519 |
+
"normalized": false,
|
| 520 |
+
"rstrip": true,
|
| 521 |
+
"single_word": false,
|
| 522 |
+
"special": true
|
| 523 |
+
},
|
| 524 |
+
"100320": {
|
| 525 |
+
"content": "<|dummy_56|>",
|
| 526 |
+
"lstrip": true,
|
| 527 |
+
"normalized": false,
|
| 528 |
+
"rstrip": true,
|
| 529 |
+
"single_word": false,
|
| 530 |
+
"special": true
|
| 531 |
+
},
|
| 532 |
+
"100321": {
|
| 533 |
+
"content": "<|dummy_57|>",
|
| 534 |
+
"lstrip": true,
|
| 535 |
+
"normalized": false,
|
| 536 |
+
"rstrip": true,
|
| 537 |
+
"single_word": false,
|
| 538 |
+
"special": true
|
| 539 |
+
},
|
| 540 |
+
"100322": {
|
| 541 |
+
"content": "<|dummy_58|>",
|
| 542 |
+
"lstrip": true,
|
| 543 |
+
"normalized": false,
|
| 544 |
+
"rstrip": true,
|
| 545 |
+
"single_word": false,
|
| 546 |
+
"special": true
|
| 547 |
+
},
|
| 548 |
+
"100323": {
|
| 549 |
+
"content": "<|dummy_59|>",
|
| 550 |
+
"lstrip": true,
|
| 551 |
+
"normalized": false,
|
| 552 |
+
"rstrip": true,
|
| 553 |
+
"single_word": false,
|
| 554 |
+
"special": true
|
| 555 |
+
},
|
| 556 |
+
"100324": {
|
| 557 |
+
"content": "<|dummy_60|>",
|
| 558 |
+
"lstrip": true,
|
| 559 |
+
"normalized": false,
|
| 560 |
+
"rstrip": true,
|
| 561 |
+
"single_word": false,
|
| 562 |
+
"special": true
|
| 563 |
+
},
|
| 564 |
+
"100325": {
|
| 565 |
+
"content": "<|dummy_61|>",
|
| 566 |
+
"lstrip": true,
|
| 567 |
+
"normalized": false,
|
| 568 |
+
"rstrip": true,
|
| 569 |
+
"single_word": false,
|
| 570 |
+
"special": true
|
| 571 |
+
},
|
| 572 |
+
"100326": {
|
| 573 |
+
"content": "<|dummy_62|>",
|
| 574 |
+
"lstrip": true,
|
| 575 |
+
"normalized": false,
|
| 576 |
+
"rstrip": true,
|
| 577 |
+
"single_word": false,
|
| 578 |
+
"special": true
|
| 579 |
+
},
|
| 580 |
+
"100327": {
|
| 581 |
+
"content": "<|dummy_63|>",
|
| 582 |
+
"lstrip": true,
|
| 583 |
+
"normalized": false,
|
| 584 |
+
"rstrip": true,
|
| 585 |
+
"single_word": false,
|
| 586 |
+
"special": true
|
| 587 |
+
},
|
| 588 |
+
"100328": {
|
| 589 |
+
"content": "<|dummy_64|>",
|
| 590 |
+
"lstrip": true,
|
| 591 |
+
"normalized": false,
|
| 592 |
+
"rstrip": true,
|
| 593 |
+
"single_word": false,
|
| 594 |
+
"special": true
|
| 595 |
+
},
|
| 596 |
+
"100329": {
|
| 597 |
+
"content": "<|dummy_65|>",
|
| 598 |
+
"lstrip": true,
|
| 599 |
+
"normalized": false,
|
| 600 |
+
"rstrip": true,
|
| 601 |
+
"single_word": false,
|
| 602 |
+
"special": true
|
| 603 |
+
},
|
| 604 |
+
"100330": {
|
| 605 |
+
"content": "<|dummy_66|>",
|
| 606 |
+
"lstrip": true,
|
| 607 |
+
"normalized": false,
|
| 608 |
+
"rstrip": true,
|
| 609 |
+
"single_word": false,
|
| 610 |
+
"special": true
|
| 611 |
+
},
|
| 612 |
+
"100331": {
|
| 613 |
+
"content": "<|dummy_67|>",
|
| 614 |
+
"lstrip": true,
|
| 615 |
+
"normalized": false,
|
| 616 |
+
"rstrip": true,
|
| 617 |
+
"single_word": false,
|
| 618 |
+
"special": true
|
| 619 |
+
},
|
| 620 |
+
"100332": {
|
| 621 |
+
"content": "<|dummy_68|>",
|
| 622 |
+
"lstrip": true,
|
| 623 |
+
"normalized": false,
|
| 624 |
+
"rstrip": true,
|
| 625 |
+
"single_word": false,
|
| 626 |
+
"special": true
|
| 627 |
+
},
|
| 628 |
+
"100333": {
|
| 629 |
+
"content": "<|dummy_69|>",
|
| 630 |
+
"lstrip": true,
|
| 631 |
+
"normalized": false,
|
| 632 |
+
"rstrip": true,
|
| 633 |
+
"single_word": false,
|
| 634 |
+
"special": true
|
| 635 |
+
},
|
| 636 |
+
"100334": {
|
| 637 |
+
"content": "<|dummy_70|>",
|
| 638 |
+
"lstrip": true,
|
| 639 |
+
"normalized": false,
|
| 640 |
+
"rstrip": true,
|
| 641 |
+
"single_word": false,
|
| 642 |
+
"special": true
|
| 643 |
+
},
|
| 644 |
+
"100335": {
|
| 645 |
+
"content": "<|dummy_71|>",
|
| 646 |
+
"lstrip": true,
|
| 647 |
+
"normalized": false,
|
| 648 |
+
"rstrip": true,
|
| 649 |
+
"single_word": false,
|
| 650 |
+
"special": true
|
| 651 |
+
},
|
| 652 |
+
"100336": {
|
| 653 |
+
"content": "<|dummy_72|>",
|
| 654 |
+
"lstrip": true,
|
| 655 |
+
"normalized": false,
|
| 656 |
+
"rstrip": true,
|
| 657 |
+
"single_word": false,
|
| 658 |
+
"special": true
|
| 659 |
+
},
|
| 660 |
+
"100337": {
|
| 661 |
+
"content": "<|dummy_73|>",
|
| 662 |
+
"lstrip": true,
|
| 663 |
+
"normalized": false,
|
| 664 |
+
"rstrip": true,
|
| 665 |
+
"single_word": false,
|
| 666 |
+
"special": true
|
| 667 |
+
},
|
| 668 |
+
"100338": {
|
| 669 |
+
"content": "<|dummy_74|>",
|
| 670 |
+
"lstrip": true,
|
| 671 |
+
"normalized": false,
|
| 672 |
+
"rstrip": true,
|
| 673 |
+
"single_word": false,
|
| 674 |
+
"special": true
|
| 675 |
+
},
|
| 676 |
+
"100339": {
|
| 677 |
+
"content": "<|dummy_75|>",
|
| 678 |
+
"lstrip": true,
|
| 679 |
+
"normalized": false,
|
| 680 |
+
"rstrip": true,
|
| 681 |
+
"single_word": false,
|
| 682 |
+
"special": true
|
| 683 |
+
},
|
| 684 |
+
"100340": {
|
| 685 |
+
"content": "<|dummy_76|>",
|
| 686 |
+
"lstrip": true,
|
| 687 |
+
"normalized": false,
|
| 688 |
+
"rstrip": true,
|
| 689 |
+
"single_word": false,
|
| 690 |
+
"special": true
|
| 691 |
+
},
|
| 692 |
+
"100341": {
|
| 693 |
+
"content": "<|dummy_77|>",
|
| 694 |
+
"lstrip": true,
|
| 695 |
+
"normalized": false,
|
| 696 |
+
"rstrip": true,
|
| 697 |
+
"single_word": false,
|
| 698 |
+
"special": true
|
| 699 |
+
},
|
| 700 |
+
"100342": {
|
| 701 |
+
"content": "<|dummy_78|>",
|
| 702 |
+
"lstrip": true,
|
| 703 |
+
"normalized": false,
|
| 704 |
+
"rstrip": true,
|
| 705 |
+
"single_word": false,
|
| 706 |
+
"special": true
|
| 707 |
+
},
|
| 708 |
+
"100343": {
|
| 709 |
+
"content": "<|dummy_79|>",
|
| 710 |
+
"lstrip": true,
|
| 711 |
+
"normalized": false,
|
| 712 |
+
"rstrip": true,
|
| 713 |
+
"single_word": false,
|
| 714 |
+
"special": true
|
| 715 |
+
},
|
| 716 |
+
"100344": {
|
| 717 |
+
"content": "<|dummy_80|>",
|
| 718 |
+
"lstrip": true,
|
| 719 |
+
"normalized": false,
|
| 720 |
+
"rstrip": true,
|
| 721 |
+
"single_word": false,
|
| 722 |
+
"special": true
|
| 723 |
+
},
|
| 724 |
+
"100345": {
|
| 725 |
+
"content": "<|dummy_81|>",
|
| 726 |
+
"lstrip": true,
|
| 727 |
+
"normalized": false,
|
| 728 |
+
"rstrip": true,
|
| 729 |
+
"single_word": false,
|
| 730 |
+
"special": true
|
| 731 |
+
},
|
| 732 |
+
"100346": {
|
| 733 |
+
"content": "<|dummy_82|>",
|
| 734 |
+
"lstrip": true,
|
| 735 |
+
"normalized": false,
|
| 736 |
+
"rstrip": true,
|
| 737 |
+
"single_word": false,
|
| 738 |
+
"special": true
|
| 739 |
+
},
|
| 740 |
+
"100347": {
|
| 741 |
+
"content": "<|dummy_83|>",
|
| 742 |
+
"lstrip": true,
|
| 743 |
+
"normalized": false,
|
| 744 |
+
"rstrip": true,
|
| 745 |
+
"single_word": false,
|
| 746 |
+
"special": true
|
| 747 |
+
},
|
| 748 |
+
"100348": {
|
| 749 |
+
"content": "<|dummy_84|>",
|
| 750 |
+
"lstrip": true,
|
| 751 |
+
"normalized": false,
|
| 752 |
+
"rstrip": true,
|
| 753 |
+
"single_word": false,
|
| 754 |
+
"special": true
|
| 755 |
+
},
|
| 756 |
+
"100349": {
|
| 757 |
+
"content": "<|dummy_85|>",
|
| 758 |
+
"lstrip": true,
|
| 759 |
+
"normalized": false,
|
| 760 |
+
"rstrip": true,
|
| 761 |
+
"single_word": false,
|
| 762 |
+
"special": true
|
| 763 |
+
},
|
| 764 |
+
"100350": {
|
| 765 |
+
"content": "<|dummy_86|>",
|
| 766 |
+
"lstrip": true,
|
| 767 |
+
"normalized": false,
|
| 768 |
+
"rstrip": true,
|
| 769 |
+
"single_word": false,
|
| 770 |
+
"special": true
|
| 771 |
+
},
|
| 772 |
+
"100351": {
|
| 773 |
+
"content": "<|dummy_87|>",
|
| 774 |
+
"lstrip": true,
|
| 775 |
+
"normalized": false,
|
| 776 |
+
"rstrip": true,
|
| 777 |
+
"single_word": false,
|
| 778 |
+
"special": true
|
| 779 |
+
}
|
| 780 |
+
},
|
| 781 |
+
"bos_token": "<|endoftext|>",
|
| 782 |
+
"clean_up_tokenization_spaces": false,
|
| 783 |
+
"eos_token": "<|im_end|>",
|
| 784 |
+
"extra_special_tokens": {},
|
| 785 |
+
"model_max_length": 16384,
|
| 786 |
+
"pad_token": "<|dummy_87|>",
|
| 787 |
+
"padding_side": "right",
|
| 788 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 789 |
+
"unk_token": "�"
|
| 790 |
+
}
|
outputs/checkpoint-87/trainer_state.json
ADDED
|
@@ -0,0 +1,643 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 3.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 87,
|
| 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.03508771929824561,
|
| 14 |
+
"grad_norm": 0.043367721140384674,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 0.0033,
|
| 17 |
+
"step": 1
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.07017543859649122,
|
| 21 |
+
"grad_norm": 0.06946025043725967,
|
| 22 |
+
"learning_rate": 6.666666666666667e-05,
|
| 23 |
+
"loss": 0.0037,
|
| 24 |
+
"step": 2
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.10526315789473684,
|
| 28 |
+
"grad_norm": 0.044264402240514755,
|
| 29 |
+
"learning_rate": 0.00013333333333333334,
|
| 30 |
+
"loss": 0.0032,
|
| 31 |
+
"step": 3
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.14035087719298245,
|
| 35 |
+
"grad_norm": 0.03978864848613739,
|
| 36 |
+
"learning_rate": 0.0002,
|
| 37 |
+
"loss": 0.0038,
|
| 38 |
+
"step": 4
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.17543859649122806,
|
| 42 |
+
"grad_norm": 0.03119363822042942,
|
| 43 |
+
"learning_rate": 0.00019761904761904763,
|
| 44 |
+
"loss": 0.0036,
|
| 45 |
+
"step": 5
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.21052631578947367,
|
| 49 |
+
"grad_norm": 0.0629071518778801,
|
| 50 |
+
"learning_rate": 0.00019523809523809525,
|
| 51 |
+
"loss": 0.0035,
|
| 52 |
+
"step": 6
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.24561403508771928,
|
| 56 |
+
"grad_norm": 0.13739793002605438,
|
| 57 |
+
"learning_rate": 0.00019285714285714286,
|
| 58 |
+
"loss": 0.007,
|
| 59 |
+
"step": 7
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.2807017543859649,
|
| 63 |
+
"grad_norm": 0.073564812541008,
|
| 64 |
+
"learning_rate": 0.00019047619047619048,
|
| 65 |
+
"loss": 0.0038,
|
| 66 |
+
"step": 8
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.3157894736842105,
|
| 70 |
+
"grad_norm": 0.09854966402053833,
|
| 71 |
+
"learning_rate": 0.0001880952380952381,
|
| 72 |
+
"loss": 0.004,
|
| 73 |
+
"step": 9
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.3508771929824561,
|
| 77 |
+
"grad_norm": 0.07107563316822052,
|
| 78 |
+
"learning_rate": 0.00018571428571428572,
|
| 79 |
+
"loss": 0.0038,
|
| 80 |
+
"step": 10
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.38596491228070173,
|
| 84 |
+
"grad_norm": 0.062161125242710114,
|
| 85 |
+
"learning_rate": 0.00018333333333333334,
|
| 86 |
+
"loss": 0.0027,
|
| 87 |
+
"step": 11
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.42105263157894735,
|
| 91 |
+
"grad_norm": 0.07297360152006149,
|
| 92 |
+
"learning_rate": 0.00018095238095238095,
|
| 93 |
+
"loss": 0.0037,
|
| 94 |
+
"step": 12
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.45614035087719296,
|
| 98 |
+
"grad_norm": 0.09481006115674973,
|
| 99 |
+
"learning_rate": 0.0001785714285714286,
|
| 100 |
+
"loss": 0.0082,
|
| 101 |
+
"step": 13
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.49122807017543857,
|
| 105 |
+
"grad_norm": 0.15246650576591492,
|
| 106 |
+
"learning_rate": 0.0001761904761904762,
|
| 107 |
+
"loss": 0.0089,
|
| 108 |
+
"step": 14
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.5263157894736842,
|
| 112 |
+
"grad_norm": 0.09137029945850372,
|
| 113 |
+
"learning_rate": 0.00017380952380952383,
|
| 114 |
+
"loss": 0.0041,
|
| 115 |
+
"step": 15
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.5614035087719298,
|
| 119 |
+
"grad_norm": 0.12798666954040527,
|
| 120 |
+
"learning_rate": 0.00017142857142857143,
|
| 121 |
+
"loss": 0.0026,
|
| 122 |
+
"step": 16
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.5964912280701754,
|
| 126 |
+
"grad_norm": 0.1691877394914627,
|
| 127 |
+
"learning_rate": 0.00016904761904761904,
|
| 128 |
+
"loss": 0.0131,
|
| 129 |
+
"step": 17
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.631578947368421,
|
| 133 |
+
"grad_norm": 0.11234349757432938,
|
| 134 |
+
"learning_rate": 0.0001666666666666667,
|
| 135 |
+
"loss": 0.0085,
|
| 136 |
+
"step": 18
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.6666666666666666,
|
| 140 |
+
"grad_norm": 0.04114694893360138,
|
| 141 |
+
"learning_rate": 0.00016428571428571428,
|
| 142 |
+
"loss": 0.0029,
|
| 143 |
+
"step": 19
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.7017543859649122,
|
| 147 |
+
"grad_norm": 0.08836357295513153,
|
| 148 |
+
"learning_rate": 0.00016190476190476192,
|
| 149 |
+
"loss": 0.0041,
|
| 150 |
+
"step": 20
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.7368421052631579,
|
| 154 |
+
"grad_norm": 0.10266884416341782,
|
| 155 |
+
"learning_rate": 0.00015952380952380954,
|
| 156 |
+
"loss": 0.0057,
|
| 157 |
+
"step": 21
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.7719298245614035,
|
| 161 |
+
"grad_norm": 0.08742401748895645,
|
| 162 |
+
"learning_rate": 0.00015714285714285716,
|
| 163 |
+
"loss": 0.0061,
|
| 164 |
+
"step": 22
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.8070175438596491,
|
| 168 |
+
"grad_norm": 0.06542518734931946,
|
| 169 |
+
"learning_rate": 0.00015476190476190478,
|
| 170 |
+
"loss": 0.0059,
|
| 171 |
+
"step": 23
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.8421052631578947,
|
| 175 |
+
"grad_norm": 0.0995144322514534,
|
| 176 |
+
"learning_rate": 0.00015238095238095237,
|
| 177 |
+
"loss": 0.0041,
|
| 178 |
+
"step": 24
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.8771929824561403,
|
| 182 |
+
"grad_norm": 0.1686088740825653,
|
| 183 |
+
"learning_rate": 0.00015000000000000001,
|
| 184 |
+
"loss": 0.0058,
|
| 185 |
+
"step": 25
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.9122807017543859,
|
| 189 |
+
"grad_norm": 0.11190295219421387,
|
| 190 |
+
"learning_rate": 0.00014761904761904763,
|
| 191 |
+
"loss": 0.0069,
|
| 192 |
+
"step": 26
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.9473684210526315,
|
| 196 |
+
"grad_norm": 0.13313594460487366,
|
| 197 |
+
"learning_rate": 0.00014523809523809525,
|
| 198 |
+
"loss": 0.0085,
|
| 199 |
+
"step": 27
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.9824561403508771,
|
| 203 |
+
"grad_norm": 0.0898401066660881,
|
| 204 |
+
"learning_rate": 0.00014285714285714287,
|
| 205 |
+
"loss": 0.0042,
|
| 206 |
+
"step": 28
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 1.0,
|
| 210 |
+
"grad_norm": 0.050766751170158386,
|
| 211 |
+
"learning_rate": 0.00014047619047619049,
|
| 212 |
+
"loss": 0.0015,
|
| 213 |
+
"step": 29
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 1.0350877192982457,
|
| 217 |
+
"grad_norm": 0.06956154853105545,
|
| 218 |
+
"learning_rate": 0.0001380952380952381,
|
| 219 |
+
"loss": 0.0051,
|
| 220 |
+
"step": 30
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 1.0701754385964912,
|
| 224 |
+
"grad_norm": 0.06322275847196579,
|
| 225 |
+
"learning_rate": 0.00013571428571428572,
|
| 226 |
+
"loss": 0.0061,
|
| 227 |
+
"step": 31
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 1.1052631578947367,
|
| 231 |
+
"grad_norm": 0.03425135090947151,
|
| 232 |
+
"learning_rate": 0.00013333333333333334,
|
| 233 |
+
"loss": 0.0028,
|
| 234 |
+
"step": 32
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 1.1403508771929824,
|
| 238 |
+
"grad_norm": 0.09477324038743973,
|
| 239 |
+
"learning_rate": 0.00013095238095238096,
|
| 240 |
+
"loss": 0.0039,
|
| 241 |
+
"step": 33
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 1.1754385964912282,
|
| 245 |
+
"grad_norm": 0.049563754349946976,
|
| 246 |
+
"learning_rate": 0.00012857142857142858,
|
| 247 |
+
"loss": 0.0038,
|
| 248 |
+
"step": 34
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 1.2105263157894737,
|
| 252 |
+
"grad_norm": 0.05497609078884125,
|
| 253 |
+
"learning_rate": 0.0001261904761904762,
|
| 254 |
+
"loss": 0.0046,
|
| 255 |
+
"step": 35
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 1.2456140350877192,
|
| 259 |
+
"grad_norm": 0.12121907621622086,
|
| 260 |
+
"learning_rate": 0.0001238095238095238,
|
| 261 |
+
"loss": 0.0071,
|
| 262 |
+
"step": 36
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 1.280701754385965,
|
| 266 |
+
"grad_norm": 0.026673054322600365,
|
| 267 |
+
"learning_rate": 0.00012142857142857143,
|
| 268 |
+
"loss": 0.0017,
|
| 269 |
+
"step": 37
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 1.3157894736842106,
|
| 273 |
+
"grad_norm": 0.09272781759500504,
|
| 274 |
+
"learning_rate": 0.00011904761904761905,
|
| 275 |
+
"loss": 0.0067,
|
| 276 |
+
"step": 38
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 1.3508771929824561,
|
| 280 |
+
"grad_norm": 0.04980189725756645,
|
| 281 |
+
"learning_rate": 0.00011666666666666668,
|
| 282 |
+
"loss": 0.0037,
|
| 283 |
+
"step": 39
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 1.3859649122807016,
|
| 287 |
+
"grad_norm": 0.0377652607858181,
|
| 288 |
+
"learning_rate": 0.00011428571428571428,
|
| 289 |
+
"loss": 0.0025,
|
| 290 |
+
"step": 40
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 1.4210526315789473,
|
| 294 |
+
"grad_norm": 0.04286219924688339,
|
| 295 |
+
"learning_rate": 0.00011190476190476191,
|
| 296 |
+
"loss": 0.0028,
|
| 297 |
+
"step": 41
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 1.456140350877193,
|
| 301 |
+
"grad_norm": 0.04524603486061096,
|
| 302 |
+
"learning_rate": 0.00010952380952380953,
|
| 303 |
+
"loss": 0.0018,
|
| 304 |
+
"step": 42
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 1.4912280701754386,
|
| 308 |
+
"grad_norm": 0.15857696533203125,
|
| 309 |
+
"learning_rate": 0.00010714285714285715,
|
| 310 |
+
"loss": 0.0192,
|
| 311 |
+
"step": 43
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 1.526315789473684,
|
| 315 |
+
"grad_norm": 0.045452795922756195,
|
| 316 |
+
"learning_rate": 0.00010476190476190477,
|
| 317 |
+
"loss": 0.002,
|
| 318 |
+
"step": 44
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 1.5614035087719298,
|
| 322 |
+
"grad_norm": 0.06400217860937119,
|
| 323 |
+
"learning_rate": 0.00010238095238095237,
|
| 324 |
+
"loss": 0.0032,
|
| 325 |
+
"step": 45
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 1.5964912280701755,
|
| 329 |
+
"grad_norm": 0.024957947432994843,
|
| 330 |
+
"learning_rate": 0.0001,
|
| 331 |
+
"loss": 0.002,
|
| 332 |
+
"step": 46
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 1.631578947368421,
|
| 336 |
+
"grad_norm": 0.04150143265724182,
|
| 337 |
+
"learning_rate": 9.761904761904762e-05,
|
| 338 |
+
"loss": 0.0028,
|
| 339 |
+
"step": 47
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 1.6666666666666665,
|
| 343 |
+
"grad_norm": 0.0963282361626625,
|
| 344 |
+
"learning_rate": 9.523809523809524e-05,
|
| 345 |
+
"loss": 0.0053,
|
| 346 |
+
"step": 48
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 1.7017543859649122,
|
| 350 |
+
"grad_norm": 0.08165717869997025,
|
| 351 |
+
"learning_rate": 9.285714285714286e-05,
|
| 352 |
+
"loss": 0.0051,
|
| 353 |
+
"step": 49
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 1.736842105263158,
|
| 357 |
+
"grad_norm": 0.07597285509109497,
|
| 358 |
+
"learning_rate": 9.047619047619048e-05,
|
| 359 |
+
"loss": 0.0034,
|
| 360 |
+
"step": 50
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 1.7719298245614035,
|
| 364 |
+
"grad_norm": 0.08033040165901184,
|
| 365 |
+
"learning_rate": 8.80952380952381e-05,
|
| 366 |
+
"loss": 0.0056,
|
| 367 |
+
"step": 51
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 1.807017543859649,
|
| 371 |
+
"grad_norm": 0.04683045297861099,
|
| 372 |
+
"learning_rate": 8.571428571428571e-05,
|
| 373 |
+
"loss": 0.003,
|
| 374 |
+
"step": 52
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 1.8421052631578947,
|
| 378 |
+
"grad_norm": 0.07887265831232071,
|
| 379 |
+
"learning_rate": 8.333333333333334e-05,
|
| 380 |
+
"loss": 0.0035,
|
| 381 |
+
"step": 53
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 1.8771929824561404,
|
| 385 |
+
"grad_norm": 0.1161859855055809,
|
| 386 |
+
"learning_rate": 8.095238095238096e-05,
|
| 387 |
+
"loss": 0.005,
|
| 388 |
+
"step": 54
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 1.912280701754386,
|
| 392 |
+
"grad_norm": 0.05016123130917549,
|
| 393 |
+
"learning_rate": 7.857142857142858e-05,
|
| 394 |
+
"loss": 0.0027,
|
| 395 |
+
"step": 55
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 1.9473684210526314,
|
| 399 |
+
"grad_norm": 0.11343929171562195,
|
| 400 |
+
"learning_rate": 7.619047619047618e-05,
|
| 401 |
+
"loss": 0.0037,
|
| 402 |
+
"step": 56
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 1.9824561403508771,
|
| 406 |
+
"grad_norm": 0.03468641638755798,
|
| 407 |
+
"learning_rate": 7.380952380952382e-05,
|
| 408 |
+
"loss": 0.002,
|
| 409 |
+
"step": 57
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 2.0,
|
| 413 |
+
"grad_norm": 0.028209766373038292,
|
| 414 |
+
"learning_rate": 7.142857142857143e-05,
|
| 415 |
+
"loss": 0.0009,
|
| 416 |
+
"step": 58
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 2.0350877192982457,
|
| 420 |
+
"grad_norm": 0.02228238247334957,
|
| 421 |
+
"learning_rate": 6.904761904761905e-05,
|
| 422 |
+
"loss": 0.0023,
|
| 423 |
+
"step": 59
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 2.0701754385964914,
|
| 427 |
+
"grad_norm": 0.05176170915365219,
|
| 428 |
+
"learning_rate": 6.666666666666667e-05,
|
| 429 |
+
"loss": 0.0022,
|
| 430 |
+
"step": 60
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 2.1052631578947367,
|
| 434 |
+
"grad_norm": 0.08067404478788376,
|
| 435 |
+
"learning_rate": 6.428571428571429e-05,
|
| 436 |
+
"loss": 0.0035,
|
| 437 |
+
"step": 61
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 2.1403508771929824,
|
| 441 |
+
"grad_norm": 0.024810029193758965,
|
| 442 |
+
"learning_rate": 6.19047619047619e-05,
|
| 443 |
+
"loss": 0.0016,
|
| 444 |
+
"step": 62
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 2.175438596491228,
|
| 448 |
+
"grad_norm": 0.08523717522621155,
|
| 449 |
+
"learning_rate": 5.9523809523809524e-05,
|
| 450 |
+
"loss": 0.0036,
|
| 451 |
+
"step": 63
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 2.2105263157894735,
|
| 455 |
+
"grad_norm": 0.08478069305419922,
|
| 456 |
+
"learning_rate": 5.714285714285714e-05,
|
| 457 |
+
"loss": 0.0032,
|
| 458 |
+
"step": 64
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 2.245614035087719,
|
| 462 |
+
"grad_norm": 0.019477397203445435,
|
| 463 |
+
"learning_rate": 5.4761904761904766e-05,
|
| 464 |
+
"loss": 0.0024,
|
| 465 |
+
"step": 65
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 2.280701754385965,
|
| 469 |
+
"grad_norm": 0.0420527420938015,
|
| 470 |
+
"learning_rate": 5.2380952380952384e-05,
|
| 471 |
+
"loss": 0.0027,
|
| 472 |
+
"step": 66
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 2.3157894736842106,
|
| 476 |
+
"grad_norm": 0.05265393853187561,
|
| 477 |
+
"learning_rate": 5e-05,
|
| 478 |
+
"loss": 0.0025,
|
| 479 |
+
"step": 67
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 2.3508771929824563,
|
| 483 |
+
"grad_norm": 0.08029446750879288,
|
| 484 |
+
"learning_rate": 4.761904761904762e-05,
|
| 485 |
+
"loss": 0.0028,
|
| 486 |
+
"step": 68
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 2.3859649122807016,
|
| 490 |
+
"grad_norm": 0.06714743375778198,
|
| 491 |
+
"learning_rate": 4.523809523809524e-05,
|
| 492 |
+
"loss": 0.0026,
|
| 493 |
+
"step": 69
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 2.4210526315789473,
|
| 497 |
+
"grad_norm": 0.07133755087852478,
|
| 498 |
+
"learning_rate": 4.2857142857142856e-05,
|
| 499 |
+
"loss": 0.0048,
|
| 500 |
+
"step": 70
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 2.456140350877193,
|
| 504 |
+
"grad_norm": 0.015778280794620514,
|
| 505 |
+
"learning_rate": 4.047619047619048e-05,
|
| 506 |
+
"loss": 0.0013,
|
| 507 |
+
"step": 71
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 2.4912280701754383,
|
| 511 |
+
"grad_norm": 0.03038935363292694,
|
| 512 |
+
"learning_rate": 3.809523809523809e-05,
|
| 513 |
+
"loss": 0.0026,
|
| 514 |
+
"step": 72
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 2.526315789473684,
|
| 518 |
+
"grad_norm": 0.07423048466444016,
|
| 519 |
+
"learning_rate": 3.571428571428572e-05,
|
| 520 |
+
"loss": 0.0051,
|
| 521 |
+
"step": 73
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 2.56140350877193,
|
| 525 |
+
"grad_norm": 0.06572224199771881,
|
| 526 |
+
"learning_rate": 3.3333333333333335e-05,
|
| 527 |
+
"loss": 0.0016,
|
| 528 |
+
"step": 74
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 2.5964912280701755,
|
| 532 |
+
"grad_norm": 0.09695594757795334,
|
| 533 |
+
"learning_rate": 3.095238095238095e-05,
|
| 534 |
+
"loss": 0.0012,
|
| 535 |
+
"step": 75
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 2.6315789473684212,
|
| 539 |
+
"grad_norm": 0.011839903891086578,
|
| 540 |
+
"learning_rate": 2.857142857142857e-05,
|
| 541 |
+
"loss": 0.001,
|
| 542 |
+
"step": 76
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 2.6666666666666665,
|
| 546 |
+
"grad_norm": 0.015379734337329865,
|
| 547 |
+
"learning_rate": 2.6190476190476192e-05,
|
| 548 |
+
"loss": 0.0019,
|
| 549 |
+
"step": 77
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 2.7017543859649122,
|
| 553 |
+
"grad_norm": 0.025853777304291725,
|
| 554 |
+
"learning_rate": 2.380952380952381e-05,
|
| 555 |
+
"loss": 0.0009,
|
| 556 |
+
"step": 78
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 2.736842105263158,
|
| 560 |
+
"grad_norm": 0.06937374174594879,
|
| 561 |
+
"learning_rate": 2.1428571428571428e-05,
|
| 562 |
+
"loss": 0.0017,
|
| 563 |
+
"step": 79
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 2.7719298245614032,
|
| 567 |
+
"grad_norm": 0.023749876767396927,
|
| 568 |
+
"learning_rate": 1.9047619047619046e-05,
|
| 569 |
+
"loss": 0.0014,
|
| 570 |
+
"step": 80
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 2.807017543859649,
|
| 574 |
+
"grad_norm": 0.01632499136030674,
|
| 575 |
+
"learning_rate": 1.6666666666666667e-05,
|
| 576 |
+
"loss": 0.0018,
|
| 577 |
+
"step": 81
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 2.8421052631578947,
|
| 581 |
+
"grad_norm": 0.019440138712525368,
|
| 582 |
+
"learning_rate": 1.4285714285714285e-05,
|
| 583 |
+
"loss": 0.0016,
|
| 584 |
+
"step": 82
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 2.8771929824561404,
|
| 588 |
+
"grad_norm": 0.04011471942067146,
|
| 589 |
+
"learning_rate": 1.1904761904761905e-05,
|
| 590 |
+
"loss": 0.0029,
|
| 591 |
+
"step": 83
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 2.912280701754386,
|
| 595 |
+
"grad_norm": 0.02127029560506344,
|
| 596 |
+
"learning_rate": 9.523809523809523e-06,
|
| 597 |
+
"loss": 0.0016,
|
| 598 |
+
"step": 84
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 2.9473684210526314,
|
| 602 |
+
"grad_norm": 0.013040756806731224,
|
| 603 |
+
"learning_rate": 7.142857142857143e-06,
|
| 604 |
+
"loss": 0.0019,
|
| 605 |
+
"step": 85
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 2.982456140350877,
|
| 609 |
+
"grad_norm": 0.01978246122598648,
|
| 610 |
+
"learning_rate": 4.7619047619047615e-06,
|
| 611 |
+
"loss": 0.0013,
|
| 612 |
+
"step": 86
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 3.0,
|
| 616 |
+
"grad_norm": 0.015681693330407143,
|
| 617 |
+
"learning_rate": 2.3809523809523808e-06,
|
| 618 |
+
"loss": 0.0005,
|
| 619 |
+
"step": 87
|
| 620 |
+
}
|
| 621 |
+
],
|
| 622 |
+
"logging_steps": 1,
|
| 623 |
+
"max_steps": 87,
|
| 624 |
+
"num_input_tokens_seen": 0,
|
| 625 |
+
"num_train_epochs": 3,
|
| 626 |
+
"save_steps": 500,
|
| 627 |
+
"stateful_callbacks": {
|
| 628 |
+
"TrainerControl": {
|
| 629 |
+
"args": {
|
| 630 |
+
"should_epoch_stop": false,
|
| 631 |
+
"should_evaluate": false,
|
| 632 |
+
"should_log": false,
|
| 633 |
+
"should_save": true,
|
| 634 |
+
"should_training_stop": true
|
| 635 |
+
},
|
| 636 |
+
"attributes": {}
|
| 637 |
+
}
|
| 638 |
+
},
|
| 639 |
+
"total_flos": 2.738355493837824e+16,
|
| 640 |
+
"train_batch_size": 2,
|
| 641 |
+
"trial_name": null,
|
| 642 |
+
"trial_params": null
|
| 643 |
+
}
|
outputs/checkpoint-87/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f0ccf889cbd530606222de25955500111140231327241d36e46bd2014c7e7ea
|
| 3 |
+
size 5688
|
outputs/checkpoint-87/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
unsloth_compiled_cache/__pycache__/UnslothAlignPropTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothAlignPropTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothAlignPropTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothBCOTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothBCOTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothBCOTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothCPOTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothCPOTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothCPOTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothDDPOTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothDDPOTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothDDPOTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothDPOTrainer.cpython-311.pyc
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 120027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:516f74f609708808fda3c2feba2baceee4114016040c7803ad428f64096f0158
|
| 3 |
size 120027
|
unsloth_compiled_cache/__pycache__/UnslothGKDTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothGKDTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothGKDTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothGRPOTrainer.cpython-311.pyc
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 130267
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d43407db88b5d97a4ea9503e75337e958ebb1ad3aeb5ce0616c6a4ecae63dabd
|
| 3 |
size 130267
|
unsloth_compiled_cache/__pycache__/UnslothIterativeSFTTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothIterativeSFTTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothIterativeSFTTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothKTOTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothKTOTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothKTOTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothNashMDTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothNashMDTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothNashMDTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothORPOTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothORPOTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothORPOTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothOnlineDPOTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothOnlineDPOTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothOnlineDPOTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothPPOTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothPPOTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothPPOTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothPRMTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothPRMTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothPRMTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothRLOOTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothRLOOTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothRLOOTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothRewardTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothRewardTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothRewardTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothSFTTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothSFTTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothSFTTrainer.cpython-311.pyc differ
|
|
|
unsloth_compiled_cache/__pycache__/UnslothXPOTrainer.cpython-311.pyc
CHANGED
|
Binary files a/unsloth_compiled_cache/__pycache__/UnslothXPOTrainer.cpython-311.pyc and b/unsloth_compiled_cache/__pycache__/UnslothXPOTrainer.cpython-311.pyc differ
|
|
|