Instructions to use ErrorAI/ed14e9d5-dff3-4c56-a423-77dda0f6993b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ErrorAI/ed14e9d5-dff3-4c56-a423-77dda0f6993b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b") model = PeftModel.from_pretrained(base_model, "ErrorAI/ed14e9d5-dff3-4c56-a423-77dda0f6993b") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 109, checkpoint
Browse files- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +30 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +43 -0
- last-checkpoint/trainer_state.json +812 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: openlm-research/open_llama_3b
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.13.2
|
last-checkpoint/adapter_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "openlm-research/open_llama_3b",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": null,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 16,
|
| 14 |
+
"lora_dropout": 0.05,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 8,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": [
|
| 23 |
+
"o_proj",
|
| 24 |
+
"gate_proj",
|
| 25 |
+
"q_proj",
|
| 26 |
+
"k_proj",
|
| 27 |
+
"up_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
+
"v_proj"
|
| 30 |
+
],
|
| 31 |
+
"task_type": "CAUSAL_LM",
|
| 32 |
+
"use_dora": false,
|
| 33 |
+
"use_rslora": false
|
| 34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66425ff7d47da35f610c7a248bf846e904243efa819e0e9cb7c96d96b2e13d98
|
| 3 |
+
size 50899792
|
last-checkpoint/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dad4a8aced5c10a3dcc6e4c89c1ca2e16cffdc47840f2c0aa18eaaaf1ddcf5a
|
| 3 |
+
size 26231300
|
last-checkpoint/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3b0ebee1d5602035f3d18d6e83ead782860e6a3506a7c0b4845a37f13e21f75
|
| 3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78bdca7a87cd9e708fff40eff88116d05e3951f154754ca232f6202626a8f861
|
| 3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "</s>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": true,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
last-checkpoint/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab1b681ec7fc02fed5edd3026687d7a692a918c4dd8e150ca2e3994a6229843b
|
| 3 |
+
size 534194
|
last-checkpoint/tokenizer_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": true,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": true,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": true,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"bos_token": "<s>",
|
| 32 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
| 33 |
+
"clean_up_tokenization_spaces": false,
|
| 34 |
+
"eos_token": "</s>",
|
| 35 |
+
"legacy": true,
|
| 36 |
+
"model_max_length": 2048,
|
| 37 |
+
"pad_token": "</s>",
|
| 38 |
+
"sp_model_kwargs": {},
|
| 39 |
+
"spaces_between_special_tokens": false,
|
| 40 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
+
"unk_token": "<unk>",
|
| 42 |
+
"use_default_system_prompt": false
|
| 43 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
|
@@ -0,0 +1,812 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.25216888374783114,
|
| 5 |
+
"eval_steps": 109,
|
| 6 |
+
"global_step": 109,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.002313475997686524,
|
| 13 |
+
"grad_norm": 0.3399973213672638,
|
| 14 |
+
"learning_rate": 2e-05,
|
| 15 |
+
"loss": 1.9578,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.002313475997686524,
|
| 20 |
+
"eval_loss": 2.1020286083221436,
|
| 21 |
+
"eval_runtime": 10.7969,
|
| 22 |
+
"eval_samples_per_second": 16.857,
|
| 23 |
+
"eval_steps_per_second": 8.428,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.004626951995373048,
|
| 28 |
+
"grad_norm": 0.395067036151886,
|
| 29 |
+
"learning_rate": 4e-05,
|
| 30 |
+
"loss": 2.0904,
|
| 31 |
+
"step": 2
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.006940427993059572,
|
| 35 |
+
"grad_norm": 0.39609459042549133,
|
| 36 |
+
"learning_rate": 6e-05,
|
| 37 |
+
"loss": 2.2316,
|
| 38 |
+
"step": 3
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.009253903990746095,
|
| 42 |
+
"grad_norm": 0.49195387959480286,
|
| 43 |
+
"learning_rate": 8e-05,
|
| 44 |
+
"loss": 2.016,
|
| 45 |
+
"step": 4
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.01156737998843262,
|
| 49 |
+
"grad_norm": 0.44324007630348206,
|
| 50 |
+
"learning_rate": 0.0001,
|
| 51 |
+
"loss": 2.1761,
|
| 52 |
+
"step": 5
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.013880855986119144,
|
| 56 |
+
"grad_norm": 0.47646209597587585,
|
| 57 |
+
"learning_rate": 0.00012,
|
| 58 |
+
"loss": 2.1366,
|
| 59 |
+
"step": 6
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.016194331983805668,
|
| 63 |
+
"grad_norm": 0.46646180748939514,
|
| 64 |
+
"learning_rate": 0.00014,
|
| 65 |
+
"loss": 2.4749,
|
| 66 |
+
"step": 7
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.01850780798149219,
|
| 70 |
+
"grad_norm": 0.5300960540771484,
|
| 71 |
+
"learning_rate": 0.00016,
|
| 72 |
+
"loss": 1.9276,
|
| 73 |
+
"step": 8
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.020821283979178717,
|
| 77 |
+
"grad_norm": 0.5100426077842712,
|
| 78 |
+
"learning_rate": 0.00018,
|
| 79 |
+
"loss": 2.0335,
|
| 80 |
+
"step": 9
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.02313475997686524,
|
| 84 |
+
"grad_norm": 0.5030096173286438,
|
| 85 |
+
"learning_rate": 0.0002,
|
| 86 |
+
"loss": 1.6497,
|
| 87 |
+
"step": 10
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.025448235974551765,
|
| 91 |
+
"grad_norm": 0.6166864633560181,
|
| 92 |
+
"learning_rate": 0.00019999724204599747,
|
| 93 |
+
"loss": 1.8756,
|
| 94 |
+
"step": 11
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.027761711972238288,
|
| 98 |
+
"grad_norm": 0.672324538230896,
|
| 99 |
+
"learning_rate": 0.00019998896833611603,
|
| 100 |
+
"loss": 1.9133,
|
| 101 |
+
"step": 12
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.03007518796992481,
|
| 105 |
+
"grad_norm": 0.6851418614387512,
|
| 106 |
+
"learning_rate": 0.0001999751793267259,
|
| 107 |
+
"loss": 1.7609,
|
| 108 |
+
"step": 13
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.032388663967611336,
|
| 112 |
+
"grad_norm": 0.7232297658920288,
|
| 113 |
+
"learning_rate": 0.0001999558757784162,
|
| 114 |
+
"loss": 1.848,
|
| 115 |
+
"step": 14
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.03470213996529786,
|
| 119 |
+
"grad_norm": 0.6899448037147522,
|
| 120 |
+
"learning_rate": 0.0001999310587559529,
|
| 121 |
+
"loss": 1.9528,
|
| 122 |
+
"step": 15
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.03701561596298438,
|
| 126 |
+
"grad_norm": 0.6877966523170471,
|
| 127 |
+
"learning_rate": 0.00019990072962822007,
|
| 128 |
+
"loss": 1.6646,
|
| 129 |
+
"step": 16
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.03932909196067091,
|
| 133 |
+
"grad_norm": 0.7464664578437805,
|
| 134 |
+
"learning_rate": 0.00019986489006814452,
|
| 135 |
+
"loss": 1.6552,
|
| 136 |
+
"step": 17
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.04164256795835743,
|
| 140 |
+
"grad_norm": 0.910751223564148,
|
| 141 |
+
"learning_rate": 0.00019982354205260347,
|
| 142 |
+
"loss": 1.8468,
|
| 143 |
+
"step": 18
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.04395604395604396,
|
| 147 |
+
"grad_norm": 1.1243349313735962,
|
| 148 |
+
"learning_rate": 0.00019977668786231534,
|
| 149 |
+
"loss": 1.5975,
|
| 150 |
+
"step": 19
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.04626951995373048,
|
| 154 |
+
"grad_norm": 0.90322345495224,
|
| 155 |
+
"learning_rate": 0.00019972433008171416,
|
| 156 |
+
"loss": 1.807,
|
| 157 |
+
"step": 20
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.048582995951417005,
|
| 161 |
+
"grad_norm": 0.8264138698577881,
|
| 162 |
+
"learning_rate": 0.00019966647159880703,
|
| 163 |
+
"loss": 1.6966,
|
| 164 |
+
"step": 21
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.05089647194910353,
|
| 168 |
+
"grad_norm": 0.6955437064170837,
|
| 169 |
+
"learning_rate": 0.00019960311560501454,
|
| 170 |
+
"loss": 1.4815,
|
| 171 |
+
"step": 22
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.05320994794679005,
|
| 175 |
+
"grad_norm": 0.8482123017311096,
|
| 176 |
+
"learning_rate": 0.0001995342655949951,
|
| 177 |
+
"loss": 1.8997,
|
| 178 |
+
"step": 23
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.055523423944476576,
|
| 182 |
+
"grad_norm": 0.6767659187316895,
|
| 183 |
+
"learning_rate": 0.00019945992536645187,
|
| 184 |
+
"loss": 1.6421,
|
| 185 |
+
"step": 24
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.0578368999421631,
|
| 189 |
+
"grad_norm": 0.6918155550956726,
|
| 190 |
+
"learning_rate": 0.0001993800990199235,
|
| 191 |
+
"loss": 1.8446,
|
| 192 |
+
"step": 25
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.06015037593984962,
|
| 196 |
+
"grad_norm": 0.7773897647857666,
|
| 197 |
+
"learning_rate": 0.0001992947909585578,
|
| 198 |
+
"loss": 1.7704,
|
| 199 |
+
"step": 26
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.06246385193753615,
|
| 203 |
+
"grad_norm": 0.668464183807373,
|
| 204 |
+
"learning_rate": 0.000199204005887869,
|
| 205 |
+
"loss": 1.6676,
|
| 206 |
+
"step": 27
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.06477732793522267,
|
| 210 |
+
"grad_norm": 0.6656757593154907,
|
| 211 |
+
"learning_rate": 0.000199107748815478,
|
| 212 |
+
"loss": 1.806,
|
| 213 |
+
"step": 28
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.0670908039329092,
|
| 217 |
+
"grad_norm": 0.7004786133766174,
|
| 218 |
+
"learning_rate": 0.00019900602505083648,
|
| 219 |
+
"loss": 1.689,
|
| 220 |
+
"step": 29
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.06940427993059572,
|
| 224 |
+
"grad_norm": 0.7133733034133911,
|
| 225 |
+
"learning_rate": 0.0001988988402049336,
|
| 226 |
+
"loss": 1.5557,
|
| 227 |
+
"step": 30
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.07171775592828225,
|
| 231 |
+
"grad_norm": 0.692343533039093,
|
| 232 |
+
"learning_rate": 0.00019878620018998696,
|
| 233 |
+
"loss": 1.6293,
|
| 234 |
+
"step": 31
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.07403123192596876,
|
| 238 |
+
"grad_norm": 0.7675407528877258,
|
| 239 |
+
"learning_rate": 0.00019866811121911607,
|
| 240 |
+
"loss": 1.6945,
|
| 241 |
+
"step": 32
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.07634470792365529,
|
| 245 |
+
"grad_norm": 0.7113072276115417,
|
| 246 |
+
"learning_rate": 0.000198544579806,
|
| 247 |
+
"loss": 1.4335,
|
| 248 |
+
"step": 33
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.07865818392134181,
|
| 252 |
+
"grad_norm": 0.7472631931304932,
|
| 253 |
+
"learning_rate": 0.0001984156127645178,
|
| 254 |
+
"loss": 1.3997,
|
| 255 |
+
"step": 34
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.08097165991902834,
|
| 259 |
+
"grad_norm": 0.7293872833251953,
|
| 260 |
+
"learning_rate": 0.00019828121720837286,
|
| 261 |
+
"loss": 1.5361,
|
| 262 |
+
"step": 35
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.08328513591671487,
|
| 266 |
+
"grad_norm": 0.7207411527633667,
|
| 267 |
+
"learning_rate": 0.00019814140055070042,
|
| 268 |
+
"loss": 1.4319,
|
| 269 |
+
"step": 36
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.08559861191440139,
|
| 273 |
+
"grad_norm": 0.7853992581367493,
|
| 274 |
+
"learning_rate": 0.0001979961705036587,
|
| 275 |
+
"loss": 1.6166,
|
| 276 |
+
"step": 37
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.08791208791208792,
|
| 280 |
+
"grad_norm": 0.7000876069068909,
|
| 281 |
+
"learning_rate": 0.00019784553507800349,
|
| 282 |
+
"loss": 1.5889,
|
| 283 |
+
"step": 38
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.09022556390977443,
|
| 287 |
+
"grad_norm": 0.7858404517173767,
|
| 288 |
+
"learning_rate": 0.00019768950258264623,
|
| 289 |
+
"loss": 1.3182,
|
| 290 |
+
"step": 39
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.09253903990746096,
|
| 294 |
+
"grad_norm": 1.0432612895965576,
|
| 295 |
+
"learning_rate": 0.0001975280816241959,
|
| 296 |
+
"loss": 1.8391,
|
| 297 |
+
"step": 40
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.09485251590514748,
|
| 301 |
+
"grad_norm": 0.7529584169387817,
|
| 302 |
+
"learning_rate": 0.00019736128110648407,
|
| 303 |
+
"loss": 1.2119,
|
| 304 |
+
"step": 41
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.09716599190283401,
|
| 308 |
+
"grad_norm": 0.7508506774902344,
|
| 309 |
+
"learning_rate": 0.0001971891102300738,
|
| 310 |
+
"loss": 1.5089,
|
| 311 |
+
"step": 42
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.09947946790052054,
|
| 315 |
+
"grad_norm": 0.822388768196106,
|
| 316 |
+
"learning_rate": 0.00019701157849175228,
|
| 317 |
+
"loss": 1.5933,
|
| 318 |
+
"step": 43
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.10179294389820706,
|
| 322 |
+
"grad_norm": 0.802880048751831,
|
| 323 |
+
"learning_rate": 0.00019682869568400684,
|
| 324 |
+
"loss": 1.3992,
|
| 325 |
+
"step": 44
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.10410641989589357,
|
| 329 |
+
"grad_norm": 0.9297077655792236,
|
| 330 |
+
"learning_rate": 0.00019664047189448493,
|
| 331 |
+
"loss": 1.6651,
|
| 332 |
+
"step": 45
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.1064198958935801,
|
| 336 |
+
"grad_norm": 1.1322999000549316,
|
| 337 |
+
"learning_rate": 0.00019644691750543767,
|
| 338 |
+
"loss": 1.3997,
|
| 339 |
+
"step": 46
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.10873337189126663,
|
| 343 |
+
"grad_norm": 0.7720156311988831,
|
| 344 |
+
"learning_rate": 0.00019624804319314705,
|
| 345 |
+
"loss": 1.7694,
|
| 346 |
+
"step": 47
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.11104684788895315,
|
| 350 |
+
"grad_norm": 0.7898979783058167,
|
| 351 |
+
"learning_rate": 0.00019604385992733715,
|
| 352 |
+
"loss": 1.4742,
|
| 353 |
+
"step": 48
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.11336032388663968,
|
| 357 |
+
"grad_norm": 0.6521344780921936,
|
| 358 |
+
"learning_rate": 0.00019583437897056915,
|
| 359 |
+
"loss": 1.4612,
|
| 360 |
+
"step": 49
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.1156737998843262,
|
| 364 |
+
"grad_norm": 0.7756073474884033,
|
| 365 |
+
"learning_rate": 0.00019561961187761985,
|
| 366 |
+
"loss": 1.5643,
|
| 367 |
+
"step": 50
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.11798727588201273,
|
| 371 |
+
"grad_norm": 0.8036900758743286,
|
| 372 |
+
"learning_rate": 0.00019539957049484458,
|
| 373 |
+
"loss": 1.8586,
|
| 374 |
+
"step": 51
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.12030075187969924,
|
| 378 |
+
"grad_norm": 0.8056816458702087,
|
| 379 |
+
"learning_rate": 0.00019517426695952358,
|
| 380 |
+
"loss": 1.5957,
|
| 381 |
+
"step": 52
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.12261422787738577,
|
| 385 |
+
"grad_norm": 0.9158632159233093,
|
| 386 |
+
"learning_rate": 0.0001949437136991925,
|
| 387 |
+
"loss": 1.7497,
|
| 388 |
+
"step": 53
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.1249277038750723,
|
| 392 |
+
"grad_norm": 0.7732652425765991,
|
| 393 |
+
"learning_rate": 0.00019470792343095718,
|
| 394 |
+
"loss": 1.4969,
|
| 395 |
+
"step": 54
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.12724117987275882,
|
| 399 |
+
"grad_norm": 0.7758738994598389,
|
| 400 |
+
"learning_rate": 0.0001944669091607919,
|
| 401 |
+
"loss": 1.5511,
|
| 402 |
+
"step": 55
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.12955465587044535,
|
| 406 |
+
"grad_norm": 0.9249539971351624,
|
| 407 |
+
"learning_rate": 0.00019422068418282202,
|
| 408 |
+
"loss": 1.5711,
|
| 409 |
+
"step": 56
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.13186813186813187,
|
| 413 |
+
"grad_norm": 0.7654920816421509,
|
| 414 |
+
"learning_rate": 0.00019396926207859084,
|
| 415 |
+
"loss": 1.3893,
|
| 416 |
+
"step": 57
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.1341816078658184,
|
| 420 |
+
"grad_norm": 0.8605741262435913,
|
| 421 |
+
"learning_rate": 0.00019371265671631037,
|
| 422 |
+
"loss": 1.7423,
|
| 423 |
+
"step": 58
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.13649508386350492,
|
| 427 |
+
"grad_norm": 0.7574551105499268,
|
| 428 |
+
"learning_rate": 0.00019345088225009626,
|
| 429 |
+
"loss": 1.2445,
|
| 430 |
+
"step": 59
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.13880855986119145,
|
| 434 |
+
"grad_norm": 0.762031078338623,
|
| 435 |
+
"learning_rate": 0.0001931839531191873,
|
| 436 |
+
"loss": 1.608,
|
| 437 |
+
"step": 60
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.14112203585887798,
|
| 441 |
+
"grad_norm": 0.7199050784111023,
|
| 442 |
+
"learning_rate": 0.00019291188404714878,
|
| 443 |
+
"loss": 1.3969,
|
| 444 |
+
"step": 61
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.1434355118565645,
|
| 448 |
+
"grad_norm": 0.982259213924408,
|
| 449 |
+
"learning_rate": 0.0001926346900410604,
|
| 450 |
+
"loss": 1.5795,
|
| 451 |
+
"step": 62
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.145748987854251,
|
| 455 |
+
"grad_norm": 0.7563619017601013,
|
| 456 |
+
"learning_rate": 0.00019235238639068856,
|
| 457 |
+
"loss": 1.5252,
|
| 458 |
+
"step": 63
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.14806246385193753,
|
| 462 |
+
"grad_norm": 0.7931501269340515,
|
| 463 |
+
"learning_rate": 0.00019206498866764288,
|
| 464 |
+
"loss": 1.3613,
|
| 465 |
+
"step": 64
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.15037593984962405,
|
| 469 |
+
"grad_norm": 0.9540237188339233,
|
| 470 |
+
"learning_rate": 0.0001917725127245174,
|
| 471 |
+
"loss": 1.3284,
|
| 472 |
+
"step": 65
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.15268941584731058,
|
| 476 |
+
"grad_norm": 0.7996963262557983,
|
| 477 |
+
"learning_rate": 0.0001914749746940161,
|
| 478 |
+
"loss": 1.5116,
|
| 479 |
+
"step": 66
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.1550028918449971,
|
| 483 |
+
"grad_norm": 0.948760986328125,
|
| 484 |
+
"learning_rate": 0.00019117239098806295,
|
| 485 |
+
"loss": 1.5588,
|
| 486 |
+
"step": 67
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.15731636784268363,
|
| 490 |
+
"grad_norm": 1.5255943536758423,
|
| 491 |
+
"learning_rate": 0.00019086477829689685,
|
| 492 |
+
"loss": 1.8955,
|
| 493 |
+
"step": 68
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.15962984384037016,
|
| 497 |
+
"grad_norm": 0.8543786406517029,
|
| 498 |
+
"learning_rate": 0.0001905521535881509,
|
| 499 |
+
"loss": 1.3798,
|
| 500 |
+
"step": 69
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.16194331983805668,
|
| 504 |
+
"grad_norm": 0.8216015100479126,
|
| 505 |
+
"learning_rate": 0.00019023453410591635,
|
| 506 |
+
"loss": 1.6253,
|
| 507 |
+
"step": 70
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.1642567958357432,
|
| 511 |
+
"grad_norm": 0.8117348551750183,
|
| 512 |
+
"learning_rate": 0.00018991193736979175,
|
| 513 |
+
"loss": 1.435,
|
| 514 |
+
"step": 71
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.16657027183342973,
|
| 518 |
+
"grad_norm": 0.8032724261283875,
|
| 519 |
+
"learning_rate": 0.00018958438117391618,
|
| 520 |
+
"loss": 1.618,
|
| 521 |
+
"step": 72
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.16888374783111626,
|
| 525 |
+
"grad_norm": 0.6522647738456726,
|
| 526 |
+
"learning_rate": 0.00018925188358598813,
|
| 527 |
+
"loss": 1.1492,
|
| 528 |
+
"step": 73
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.17119722382880279,
|
| 532 |
+
"grad_norm": 0.7970156073570251,
|
| 533 |
+
"learning_rate": 0.00018891446294626866,
|
| 534 |
+
"loss": 1.5414,
|
| 535 |
+
"step": 74
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.1735106998264893,
|
| 539 |
+
"grad_norm": 0.6473830342292786,
|
| 540 |
+
"learning_rate": 0.00018857213786656985,
|
| 541 |
+
"loss": 1.5416,
|
| 542 |
+
"step": 75
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.17582417582417584,
|
| 546 |
+
"grad_norm": 0.7426322102546692,
|
| 547 |
+
"learning_rate": 0.0001882249272292282,
|
| 548 |
+
"loss": 1.64,
|
| 549 |
+
"step": 76
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.17813765182186234,
|
| 553 |
+
"grad_norm": 0.7935405373573303,
|
| 554 |
+
"learning_rate": 0.00018787285018606297,
|
| 555 |
+
"loss": 1.4635,
|
| 556 |
+
"step": 77
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.18045112781954886,
|
| 560 |
+
"grad_norm": 0.6995466351509094,
|
| 561 |
+
"learning_rate": 0.00018751592615732005,
|
| 562 |
+
"loss": 1.3464,
|
| 563 |
+
"step": 78
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.1827646038172354,
|
| 567 |
+
"grad_norm": 0.6961093544960022,
|
| 568 |
+
"learning_rate": 0.0001871541748306005,
|
| 569 |
+
"loss": 1.4224,
|
| 570 |
+
"step": 79
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.18507807981492191,
|
| 574 |
+
"grad_norm": 0.9122251868247986,
|
| 575 |
+
"learning_rate": 0.00018678761615977468,
|
| 576 |
+
"loss": 1.5145,
|
| 577 |
+
"step": 80
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.18739155581260844,
|
| 581 |
+
"grad_norm": 0.9283278584480286,
|
| 582 |
+
"learning_rate": 0.00018641627036388169,
|
| 583 |
+
"loss": 1.4873,
|
| 584 |
+
"step": 81
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.18970503181029497,
|
| 588 |
+
"grad_norm": 0.8497010469436646,
|
| 589 |
+
"learning_rate": 0.00018604015792601396,
|
| 590 |
+
"loss": 1.554,
|
| 591 |
+
"step": 82
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.1920185078079815,
|
| 595 |
+
"grad_norm": 2.2614738941192627,
|
| 596 |
+
"learning_rate": 0.00018565929959218758,
|
| 597 |
+
"loss": 1.2734,
|
| 598 |
+
"step": 83
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.19433198380566802,
|
| 602 |
+
"grad_norm": 1.1561390161514282,
|
| 603 |
+
"learning_rate": 0.0001852737163701979,
|
| 604 |
+
"loss": 1.6167,
|
| 605 |
+
"step": 84
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.19664545980335454,
|
| 609 |
+
"grad_norm": 0.6791762113571167,
|
| 610 |
+
"learning_rate": 0.00018488342952846073,
|
| 611 |
+
"loss": 1.7255,
|
| 612 |
+
"step": 85
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.19895893580104107,
|
| 616 |
+
"grad_norm": 0.6215973496437073,
|
| 617 |
+
"learning_rate": 0.0001844884605948392,
|
| 618 |
+
"loss": 1.6969,
|
| 619 |
+
"step": 86
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.2012724117987276,
|
| 623 |
+
"grad_norm": 0.794448733329773,
|
| 624 |
+
"learning_rate": 0.00018408883135545632,
|
| 625 |
+
"loss": 1.4932,
|
| 626 |
+
"step": 87
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.20358588779641412,
|
| 630 |
+
"grad_norm": 0.6229166388511658,
|
| 631 |
+
"learning_rate": 0.00018368456385349334,
|
| 632 |
+
"loss": 1.6009,
|
| 633 |
+
"step": 88
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.20589936379410065,
|
| 637 |
+
"grad_norm": 0.7352206707000732,
|
| 638 |
+
"learning_rate": 0.0001832756803879737,
|
| 639 |
+
"loss": 1.6856,
|
| 640 |
+
"step": 89
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.20821283979178715,
|
| 644 |
+
"grad_norm": 0.6876854300498962,
|
| 645 |
+
"learning_rate": 0.0001828622035125332,
|
| 646 |
+
"loss": 1.4577,
|
| 647 |
+
"step": 90
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.21052631578947367,
|
| 651 |
+
"grad_norm": 0.8743552565574646,
|
| 652 |
+
"learning_rate": 0.00018244415603417603,
|
| 653 |
+
"loss": 1.3258,
|
| 654 |
+
"step": 91
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.2128397917871602,
|
| 658 |
+
"grad_norm": 0.7238895893096924,
|
| 659 |
+
"learning_rate": 0.00018202156101201645,
|
| 660 |
+
"loss": 1.4712,
|
| 661 |
+
"step": 92
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.21515326778484672,
|
| 665 |
+
"grad_norm": 0.715528666973114,
|
| 666 |
+
"learning_rate": 0.00018159444175600703,
|
| 667 |
+
"loss": 1.5302,
|
| 668 |
+
"step": 93
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.21746674378253325,
|
| 672 |
+
"grad_norm": 1.0801682472229004,
|
| 673 |
+
"learning_rate": 0.00018116282182565311,
|
| 674 |
+
"loss": 1.4852,
|
| 675 |
+
"step": 94
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.21978021978021978,
|
| 679 |
+
"grad_norm": 0.858747661113739,
|
| 680 |
+
"learning_rate": 0.00018072672502871296,
|
| 681 |
+
"loss": 1.6437,
|
| 682 |
+
"step": 95
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.2220936957779063,
|
| 686 |
+
"grad_norm": 0.8783658742904663,
|
| 687 |
+
"learning_rate": 0.00018028617541988472,
|
| 688 |
+
"loss": 1.3186,
|
| 689 |
+
"step": 96
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.22440717177559283,
|
| 693 |
+
"grad_norm": 0.8060987591743469,
|
| 694 |
+
"learning_rate": 0.00017984119729947944,
|
| 695 |
+
"loss": 1.4196,
|
| 696 |
+
"step": 97
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.22672064777327935,
|
| 700 |
+
"grad_norm": 0.7477862238883972,
|
| 701 |
+
"learning_rate": 0.000179391815212081,
|
| 702 |
+
"loss": 1.5425,
|
| 703 |
+
"step": 98
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.22903412377096588,
|
| 707 |
+
"grad_norm": 0.7861021757125854,
|
| 708 |
+
"learning_rate": 0.0001789380539451919,
|
| 709 |
+
"loss": 1.466,
|
| 710 |
+
"step": 99
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.2313475997686524,
|
| 714 |
+
"grad_norm": 0.7526046633720398,
|
| 715 |
+
"learning_rate": 0.0001784799385278661,
|
| 716 |
+
"loss": 1.6498,
|
| 717 |
+
"step": 100
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.23366107576633893,
|
| 721 |
+
"grad_norm": 0.8622438907623291,
|
| 722 |
+
"learning_rate": 0.0001780174942293287,
|
| 723 |
+
"loss": 1.5799,
|
| 724 |
+
"step": 101
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.23597455176402546,
|
| 728 |
+
"grad_norm": 0.7830734848976135,
|
| 729 |
+
"learning_rate": 0.00017755074655758174,
|
| 730 |
+
"loss": 1.4668,
|
| 731 |
+
"step": 102
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.23828802776171198,
|
| 735 |
+
"grad_norm": 0.6620804667472839,
|
| 736 |
+
"learning_rate": 0.00017707972125799735,
|
| 737 |
+
"loss": 1.2723,
|
| 738 |
+
"step": 103
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.24060150375939848,
|
| 742 |
+
"grad_norm": 0.8668142557144165,
|
| 743 |
+
"learning_rate": 0.0001766044443118978,
|
| 744 |
+
"loss": 1.4442,
|
| 745 |
+
"step": 104
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.242914979757085,
|
| 749 |
+
"grad_norm": 0.8191701769828796,
|
| 750 |
+
"learning_rate": 0.0001761249419351222,
|
| 751 |
+
"loss": 1.408,
|
| 752 |
+
"step": 105
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.24522845575477153,
|
| 756 |
+
"grad_norm": 0.7799021005630493,
|
| 757 |
+
"learning_rate": 0.00017564124057658056,
|
| 758 |
+
"loss": 1.4873,
|
| 759 |
+
"step": 106
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.24754193175245806,
|
| 763 |
+
"grad_norm": 0.6862074136734009,
|
| 764 |
+
"learning_rate": 0.00017515336691679477,
|
| 765 |
+
"loss": 1.3452,
|
| 766 |
+
"step": 107
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.2498554077501446,
|
| 770 |
+
"grad_norm": 0.7772287130355835,
|
| 771 |
+
"learning_rate": 0.0001746613478664271,
|
| 772 |
+
"loss": 1.7006,
|
| 773 |
+
"step": 108
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.25216888374783114,
|
| 777 |
+
"grad_norm": 0.8477833271026611,
|
| 778 |
+
"learning_rate": 0.00017416521056479577,
|
| 779 |
+
"loss": 1.5108,
|
| 780 |
+
"step": 109
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.25216888374783114,
|
| 784 |
+
"eval_loss": 1.4345498085021973,
|
| 785 |
+
"eval_runtime": 10.8053,
|
| 786 |
+
"eval_samples_per_second": 16.844,
|
| 787 |
+
"eval_steps_per_second": 8.422,
|
| 788 |
+
"step": 109
|
| 789 |
+
}
|
| 790 |
+
],
|
| 791 |
+
"logging_steps": 1,
|
| 792 |
+
"max_steps": 433,
|
| 793 |
+
"num_input_tokens_seen": 0,
|
| 794 |
+
"num_train_epochs": 2,
|
| 795 |
+
"save_steps": 109,
|
| 796 |
+
"stateful_callbacks": {
|
| 797 |
+
"TrainerControl": {
|
| 798 |
+
"args": {
|
| 799 |
+
"should_epoch_stop": false,
|
| 800 |
+
"should_evaluate": false,
|
| 801 |
+
"should_log": false,
|
| 802 |
+
"should_save": true,
|
| 803 |
+
"should_training_stop": false
|
| 804 |
+
},
|
| 805 |
+
"attributes": {}
|
| 806 |
+
}
|
| 807 |
+
},
|
| 808 |
+
"total_flos": 1.785655968006144e+16,
|
| 809 |
+
"train_batch_size": 2,
|
| 810 |
+
"trial_name": null,
|
| 811 |
+
"trial_params": null
|
| 812 |
+
}
|
last-checkpoint/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbe948285fa1928d5ebf80b73e9cb230752394dd1b9bf33005fbcae5f9f79cea
|
| 3 |
+
size 6776
|