Upload folder using huggingface_hub
Browse files- README.md +207 -0
- adapter_config.json +41 -0
- adapter_model.safetensors +3 -0
- chat_template.jinja +15 -0
- checkpoint-10616/README.md +207 -0
- checkpoint-10616/adapter_config.json +41 -0
- checkpoint-10616/adapter_model.safetensors +3 -0
- checkpoint-10616/chat_template.jinja +15 -0
- checkpoint-10616/optimizer.pt +3 -0
- checkpoint-10616/rng_state.pth +3 -0
- checkpoint-10616/scaler.pt +3 -0
- checkpoint-10616/scheduler.pt +3 -0
- checkpoint-10616/special_tokens_map.json +24 -0
- checkpoint-10616/tokenizer.json +0 -0
- checkpoint-10616/tokenizer.model +3 -0
- checkpoint-10616/tokenizer_config.json +43 -0
- checkpoint-10616/trainer_state.json +1518 -0
- checkpoint-10616/training_args.bin +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +43 -0
README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- 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. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
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).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.18.0
|
adapter_config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
| 25 |
+
"peft_type": "LORA",
|
| 26 |
+
"peft_version": "0.18.0",
|
| 27 |
+
"qalora_group_size": 16,
|
| 28 |
+
"r": 16,
|
| 29 |
+
"rank_pattern": {},
|
| 30 |
+
"revision": null,
|
| 31 |
+
"target_modules": [
|
| 32 |
+
"q_proj",
|
| 33 |
+
"v_proj"
|
| 34 |
+
],
|
| 35 |
+
"target_parameters": null,
|
| 36 |
+
"task_type": "CAUSAL_LM",
|
| 37 |
+
"trainable_token_indices": null,
|
| 38 |
+
"use_dora": false,
|
| 39 |
+
"use_qalora": false,
|
| 40 |
+
"use_rslora": false
|
| 41 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21a9f6bf2dabea33f9e8eac94e6e5a8e6d9f887636d9e57d91ae7bd7751c4443
|
| 3 |
+
size 9022864
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% for message in messages %}
|
| 2 |
+
{% if message['role'] == 'user' %}
|
| 3 |
+
{{ '<|user|>
|
| 4 |
+
' + message['content'] + eos_token }}
|
| 5 |
+
{% elif message['role'] == 'system' %}
|
| 6 |
+
{{ '<|system|>
|
| 7 |
+
' + message['content'] + eos_token }}
|
| 8 |
+
{% elif message['role'] == 'assistant' %}
|
| 9 |
+
{{ '<|assistant|>
|
| 10 |
+
' + message['content'] + eos_token }}
|
| 11 |
+
{% endif %}
|
| 12 |
+
{% if loop.last and add_generation_prompt %}
|
| 13 |
+
{{ '<|assistant|>' }}
|
| 14 |
+
{% endif %}
|
| 15 |
+
{% endfor %}
|
checkpoint-10616/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- 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. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
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).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.18.0
|
checkpoint-10616/adapter_config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
| 25 |
+
"peft_type": "LORA",
|
| 26 |
+
"peft_version": "0.18.0",
|
| 27 |
+
"qalora_group_size": 16,
|
| 28 |
+
"r": 16,
|
| 29 |
+
"rank_pattern": {},
|
| 30 |
+
"revision": null,
|
| 31 |
+
"target_modules": [
|
| 32 |
+
"q_proj",
|
| 33 |
+
"v_proj"
|
| 34 |
+
],
|
| 35 |
+
"target_parameters": null,
|
| 36 |
+
"task_type": "CAUSAL_LM",
|
| 37 |
+
"trainable_token_indices": null,
|
| 38 |
+
"use_dora": false,
|
| 39 |
+
"use_qalora": false,
|
| 40 |
+
"use_rslora": false
|
| 41 |
+
}
|
checkpoint-10616/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21a9f6bf2dabea33f9e8eac94e6e5a8e6d9f887636d9e57d91ae7bd7751c4443
|
| 3 |
+
size 9022864
|
checkpoint-10616/chat_template.jinja
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% for message in messages %}
|
| 2 |
+
{% if message['role'] == 'user' %}
|
| 3 |
+
{{ '<|user|>
|
| 4 |
+
' + message['content'] + eos_token }}
|
| 5 |
+
{% elif message['role'] == 'system' %}
|
| 6 |
+
{{ '<|system|>
|
| 7 |
+
' + message['content'] + eos_token }}
|
| 8 |
+
{% elif message['role'] == 'assistant' %}
|
| 9 |
+
{{ '<|assistant|>
|
| 10 |
+
' + message['content'] + eos_token }}
|
| 11 |
+
{% endif %}
|
| 12 |
+
{% if loop.last and add_generation_prompt %}
|
| 13 |
+
{{ '<|assistant|>' }}
|
| 14 |
+
{% endif %}
|
| 15 |
+
{% endfor %}
|
checkpoint-10616/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:816ac19c4ac86e3db244a4228bf151a03dd1e609465d12af8b2166c8046451dc
|
| 3 |
+
size 18096570
|
checkpoint-10616/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88f36c0e2460424b1be2fa8226623d48a79dc8e549edf264739448b05ab8fb2a
|
| 3 |
+
size 14244
|
checkpoint-10616/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ffccc23a120d376e0f2f995565bbda5433f522190fb429bd8d279fd31543d60
|
| 3 |
+
size 988
|
checkpoint-10616/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93034c30478e4d2ca305ba922054bbeb5b6cad5d864d01446e3cb89e4b0ad65b
|
| 3 |
+
size 1064
|
checkpoint-10616/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "</s>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<unk>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
checkpoint-10616/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-10616/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
checkpoint-10616/tokenizer_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"bos_token": "<s>",
|
| 32 |
+
"clean_up_tokenization_spaces": false,
|
| 33 |
+
"eos_token": "</s>",
|
| 34 |
+
"extra_special_tokens": {},
|
| 35 |
+
"legacy": false,
|
| 36 |
+
"model_max_length": 2048,
|
| 37 |
+
"pad_token": "</s>",
|
| 38 |
+
"padding_side": "right",
|
| 39 |
+
"sp_model_kwargs": {},
|
| 40 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
+
"unk_token": "<unk>",
|
| 42 |
+
"use_default_system_prompt": false
|
| 43 |
+
}
|
checkpoint-10616/trainer_state.json
ADDED
|
@@ -0,0 +1,1518 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 10616,
|
| 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.009419743782969104,
|
| 14 |
+
"grad_norm": 4.3123979568481445,
|
| 15 |
+
"learning_rate": 2.884012539184953e-05,
|
| 16 |
+
"loss": 4.9378,
|
| 17 |
+
"step": 50
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.018839487565938208,
|
| 21 |
+
"grad_norm": 6.848845958709717,
|
| 22 |
+
"learning_rate": 5.956112852664577e-05,
|
| 23 |
+
"loss": 4.564,
|
| 24 |
+
"step": 100
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.02825923134890731,
|
| 28 |
+
"grad_norm": 8.258468627929688,
|
| 29 |
+
"learning_rate": 9.090909090909092e-05,
|
| 30 |
+
"loss": 3.9565,
|
| 31 |
+
"step": 150
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.037678975131876416,
|
| 35 |
+
"grad_norm": 6.301790714263916,
|
| 36 |
+
"learning_rate": 0.00012225705329153605,
|
| 37 |
+
"loss": 3.6785,
|
| 38 |
+
"step": 200
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.04709871891484552,
|
| 42 |
+
"grad_norm": 9.152833938598633,
|
| 43 |
+
"learning_rate": 0.0001536050156739812,
|
| 44 |
+
"loss": 3.6127,
|
| 45 |
+
"step": 250
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.05651846269781462,
|
| 49 |
+
"grad_norm": 7.454412460327148,
|
| 50 |
+
"learning_rate": 0.00018495297805642635,
|
| 51 |
+
"loss": 3.5764,
|
| 52 |
+
"step": 300
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.06593820648078372,
|
| 56 |
+
"grad_norm": 5.142513275146484,
|
| 57 |
+
"learning_rate": 0.0001999968537535188,
|
| 58 |
+
"loss": 3.6415,
|
| 59 |
+
"step": 350
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.07535795026375283,
|
| 63 |
+
"grad_norm": 6.578873157501221,
|
| 64 |
+
"learning_rate": 0.00019997311834207807,
|
| 65 |
+
"loss": 3.5959,
|
| 66 |
+
"step": 400
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.08477769404672193,
|
| 70 |
+
"grad_norm": 4.895726203918457,
|
| 71 |
+
"learning_rate": 0.00019992611846159642,
|
| 72 |
+
"loss": 3.5102,
|
| 73 |
+
"step": 450
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.09419743782969103,
|
| 77 |
+
"grad_norm": 5.39362907409668,
|
| 78 |
+
"learning_rate": 0.0001998558650492866,
|
| 79 |
+
"loss": 3.501,
|
| 80 |
+
"step": 500
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.10361718161266013,
|
| 84 |
+
"grad_norm": 4.40684700012207,
|
| 85 |
+
"learning_rate": 0.0001997623744536267,
|
| 86 |
+
"loss": 3.4602,
|
| 87 |
+
"step": 550
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.11303692539562923,
|
| 91 |
+
"grad_norm": 5.230076313018799,
|
| 92 |
+
"learning_rate": 0.00019964566843055576,
|
| 93 |
+
"loss": 3.5721,
|
| 94 |
+
"step": 600
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.12245666917859835,
|
| 98 |
+
"grad_norm": 5.450647354125977,
|
| 99 |
+
"learning_rate": 0.00019950577413841098,
|
| 100 |
+
"loss": 3.4872,
|
| 101 |
+
"step": 650
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.13187641296156744,
|
| 105 |
+
"grad_norm": 6.220117568969727,
|
| 106 |
+
"learning_rate": 0.00019934272413160784,
|
| 107 |
+
"loss": 3.6352,
|
| 108 |
+
"step": 700
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.14129615674453655,
|
| 112 |
+
"grad_norm": 4.26075553894043,
|
| 113 |
+
"learning_rate": 0.00019915655635306437,
|
| 114 |
+
"loss": 3.6413,
|
| 115 |
+
"step": 750
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.15071590052750566,
|
| 119 |
+
"grad_norm": 9.252241134643555,
|
| 120 |
+
"learning_rate": 0.00019894731412537162,
|
| 121 |
+
"loss": 3.4355,
|
| 122 |
+
"step": 800
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.16013564431047475,
|
| 126 |
+
"grad_norm": 3.9509174823760986,
|
| 127 |
+
"learning_rate": 0.00019871504614071213,
|
| 128 |
+
"loss": 3.444,
|
| 129 |
+
"step": 850
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.16955538809344387,
|
| 133 |
+
"grad_norm": 3.5256080627441406,
|
| 134 |
+
"learning_rate": 0.0001984598064495289,
|
| 135 |
+
"loss": 3.5399,
|
| 136 |
+
"step": 900
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.17897513187641295,
|
| 140 |
+
"grad_norm": 5.630585193634033,
|
| 141 |
+
"learning_rate": 0.0001981816544479476,
|
| 142 |
+
"loss": 3.4035,
|
| 143 |
+
"step": 950
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.18839487565938207,
|
| 147 |
+
"grad_norm": 6.200850486755371,
|
| 148 |
+
"learning_rate": 0.00019788065486395443,
|
| 149 |
+
"loss": 3.5025,
|
| 150 |
+
"step": 1000
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.19781461944235118,
|
| 154 |
+
"grad_norm": 4.016064643859863,
|
| 155 |
+
"learning_rate": 0.0001975568777423336,
|
| 156 |
+
"loss": 3.419,
|
| 157 |
+
"step": 1050
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.20723436322532027,
|
| 161 |
+
"grad_norm": 4.542566776275635,
|
| 162 |
+
"learning_rate": 0.00019721039842836744,
|
| 163 |
+
"loss": 3.4461,
|
| 164 |
+
"step": 1100
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.21665410700828938,
|
| 168 |
+
"grad_norm": 4.557881832122803,
|
| 169 |
+
"learning_rate": 0.0001968412975503029,
|
| 170 |
+
"loss": 3.5097,
|
| 171 |
+
"step": 1150
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.22607385079125847,
|
| 175 |
+
"grad_norm": 3.8412857055664062,
|
| 176 |
+
"learning_rate": 0.00019644966100058873,
|
| 177 |
+
"loss": 3.4363,
|
| 178 |
+
"step": 1200
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.23549359457422758,
|
| 182 |
+
"grad_norm": 4.408971786499023,
|
| 183 |
+
"learning_rate": 0.00019603557991588794,
|
| 184 |
+
"loss": 3.41,
|
| 185 |
+
"step": 1250
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.2449133383571967,
|
| 189 |
+
"grad_norm": 3.9113070964813232,
|
| 190 |
+
"learning_rate": 0.00019559915065586926,
|
| 191 |
+
"loss": 3.4993,
|
| 192 |
+
"step": 1300
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.2543330821401658,
|
| 196 |
+
"grad_norm": 3.450732707977295,
|
| 197 |
+
"learning_rate": 0.0001951404747807839,
|
| 198 |
+
"loss": 3.5027,
|
| 199 |
+
"step": 1350
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.26375282592313487,
|
| 203 |
+
"grad_norm": 5.115264892578125,
|
| 204 |
+
"learning_rate": 0.00019465965902783157,
|
| 205 |
+
"loss": 3.4742,
|
| 206 |
+
"step": 1400
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.273172569706104,
|
| 210 |
+
"grad_norm": 6.216214656829834,
|
| 211 |
+
"learning_rate": 0.0001941568152863219,
|
| 212 |
+
"loss": 3.4495,
|
| 213 |
+
"step": 1450
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.2825923134890731,
|
| 217 |
+
"grad_norm": 3.304917335510254,
|
| 218 |
+
"learning_rate": 0.00019363206057163718,
|
| 219 |
+
"loss": 3.5006,
|
| 220 |
+
"step": 1500
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.2920120572720422,
|
| 224 |
+
"grad_norm": 2.754880666732788,
|
| 225 |
+
"learning_rate": 0.00019308551699800185,
|
| 226 |
+
"loss": 3.5241,
|
| 227 |
+
"step": 1550
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.30143180105501133,
|
| 231 |
+
"grad_norm": 4.103003025054932,
|
| 232 |
+
"learning_rate": 0.00019251731175006577,
|
| 233 |
+
"loss": 3.3811,
|
| 234 |
+
"step": 1600
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.3108515448379804,
|
| 238 |
+
"grad_norm": 3.685828447341919,
|
| 239 |
+
"learning_rate": 0.0001919275770533073,
|
| 240 |
+
"loss": 3.4683,
|
| 241 |
+
"step": 1650
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.3202712886209495,
|
| 245 |
+
"grad_norm": 4.288295269012451,
|
| 246 |
+
"learning_rate": 0.00019131645014326362,
|
| 247 |
+
"loss": 3.4744,
|
| 248 |
+
"step": 1700
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.3296910324039186,
|
| 252 |
+
"grad_norm": 5.77810525894165,
|
| 253 |
+
"learning_rate": 0.00019068407323359485,
|
| 254 |
+
"loss": 3.4305,
|
| 255 |
+
"step": 1750
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.33911077618688773,
|
| 259 |
+
"grad_norm": 3.6046531200408936,
|
| 260 |
+
"learning_rate": 0.0001900305934829901,
|
| 261 |
+
"loss": 3.4458,
|
| 262 |
+
"step": 1800
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.34853051996985684,
|
| 266 |
+
"grad_norm": 3.6128194332122803,
|
| 267 |
+
"learning_rate": 0.0001893561629609224,
|
| 268 |
+
"loss": 3.5119,
|
| 269 |
+
"step": 1850
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.3579502637528259,
|
| 273 |
+
"grad_norm": 3.9442057609558105,
|
| 274 |
+
"learning_rate": 0.00018866093861226118,
|
| 275 |
+
"loss": 3.4399,
|
| 276 |
+
"step": 1900
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.367370007535795,
|
| 280 |
+
"grad_norm": 4.545738697052002,
|
| 281 |
+
"learning_rate": 0.00018794508222074995,
|
| 282 |
+
"loss": 3.4582,
|
| 283 |
+
"step": 1950
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.37678975131876413,
|
| 287 |
+
"grad_norm": 4.7795209884643555,
|
| 288 |
+
"learning_rate": 0.00018720876037135807,
|
| 289 |
+
"loss": 3.4424,
|
| 290 |
+
"step": 2000
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.38620949510173325,
|
| 294 |
+
"grad_norm": 4.363834857940674,
|
| 295 |
+
"learning_rate": 0.00018645214441151525,
|
| 296 |
+
"loss": 3.3851,
|
| 297 |
+
"step": 2050
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.39562923888470236,
|
| 301 |
+
"grad_norm": 3.016232967376709,
|
| 302 |
+
"learning_rate": 0.0001856754104112378,
|
| 303 |
+
"loss": 3.445,
|
| 304 |
+
"step": 2100
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.4050489826676714,
|
| 308 |
+
"grad_norm": 3.354729175567627,
|
| 309 |
+
"learning_rate": 0.00018487873912215576,
|
| 310 |
+
"loss": 3.4449,
|
| 311 |
+
"step": 2150
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.41446872645064053,
|
| 315 |
+
"grad_norm": 4.864713191986084,
|
| 316 |
+
"learning_rate": 0.0001840623159354508,
|
| 317 |
+
"loss": 3.3644,
|
| 318 |
+
"step": 2200
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.42388847023360965,
|
| 322 |
+
"grad_norm": 3.9920921325683594,
|
| 323 |
+
"learning_rate": 0.00018322633083871416,
|
| 324 |
+
"loss": 3.3918,
|
| 325 |
+
"step": 2250
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.43330821401657876,
|
| 329 |
+
"grad_norm": 3.2147321701049805,
|
| 330 |
+
"learning_rate": 0.00018237097837173546,
|
| 331 |
+
"loss": 3.4225,
|
| 332 |
+
"step": 2300
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.4427279577995479,
|
| 336 |
+
"grad_norm": 3.867025136947632,
|
| 337 |
+
"learning_rate": 0.0001814964575812316,
|
| 338 |
+
"loss": 3.392,
|
| 339 |
+
"step": 2350
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.45214770158251694,
|
| 343 |
+
"grad_norm": 3.8767242431640625,
|
| 344 |
+
"learning_rate": 0.0001806029719745273,
|
| 345 |
+
"loss": 3.4789,
|
| 346 |
+
"step": 2400
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.46156744536548605,
|
| 350 |
+
"grad_norm": 4.091196537017822,
|
| 351 |
+
"learning_rate": 0.00017969072947219736,
|
| 352 |
+
"loss": 3.454,
|
| 353 |
+
"step": 2450
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.47098718914845517,
|
| 357 |
+
"grad_norm": 3.7132067680358887,
|
| 358 |
+
"learning_rate": 0.00017875994235968222,
|
| 359 |
+
"loss": 3.4125,
|
| 360 |
+
"step": 2500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.4804069329314243,
|
| 364 |
+
"grad_norm": 2.912659168243408,
|
| 365 |
+
"learning_rate": 0.0001778108272378874,
|
| 366 |
+
"loss": 3.2867,
|
| 367 |
+
"step": 2550
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.4898266767143934,
|
| 371 |
+
"grad_norm": 3.0867087841033936,
|
| 372 |
+
"learning_rate": 0.00017684360497277905,
|
| 373 |
+
"loss": 3.2998,
|
| 374 |
+
"step": 2600
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.49924642049736245,
|
| 378 |
+
"grad_norm": 4.568729400634766,
|
| 379 |
+
"learning_rate": 0.00017585850064398664,
|
| 380 |
+
"loss": 3.3506,
|
| 381 |
+
"step": 2650
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.5086661642803316,
|
| 385 |
+
"grad_norm": 3.520575761795044,
|
| 386 |
+
"learning_rate": 0.0001748557434924256,
|
| 387 |
+
"loss": 3.4694,
|
| 388 |
+
"step": 2700
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.5180859080633007,
|
| 392 |
+
"grad_norm": 3.2413041591644287,
|
| 393 |
+
"learning_rate": 0.00017383556686695098,
|
| 394 |
+
"loss": 3.4594,
|
| 395 |
+
"step": 2750
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.5275056518462697,
|
| 399 |
+
"grad_norm": 3.6528191566467285,
|
| 400 |
+
"learning_rate": 0.00017279820817005579,
|
| 401 |
+
"loss": 3.3906,
|
| 402 |
+
"step": 2800
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.5369253956292389,
|
| 406 |
+
"grad_norm": 3.3136487007141113,
|
| 407 |
+
"learning_rate": 0.0001717439088026254,
|
| 408 |
+
"loss": 3.3688,
|
| 409 |
+
"step": 2850
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.546345139412208,
|
| 413 |
+
"grad_norm": 3.751816511154175,
|
| 414 |
+
"learning_rate": 0.00017067291410776205,
|
| 415 |
+
"loss": 3.4496,
|
| 416 |
+
"step": 2900
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.5557648831951771,
|
| 420 |
+
"grad_norm": 3.006528377532959,
|
| 421 |
+
"learning_rate": 0.0001695854733136917,
|
| 422 |
+
"loss": 3.3974,
|
| 423 |
+
"step": 2950
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.5651846269781462,
|
| 427 |
+
"grad_norm": 4.444423675537109,
|
| 428 |
+
"learning_rate": 0.0001684818394757666,
|
| 429 |
+
"loss": 3.4432,
|
| 430 |
+
"step": 3000
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.5746043707611153,
|
| 434 |
+
"grad_norm": 4.628754138946533,
|
| 435 |
+
"learning_rate": 0.00016736226941757777,
|
| 436 |
+
"loss": 3.3712,
|
| 437 |
+
"step": 3050
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.5840241145440844,
|
| 441 |
+
"grad_norm": 3.5171656608581543,
|
| 442 |
+
"learning_rate": 0.00016622702367119022,
|
| 443 |
+
"loss": 3.3816,
|
| 444 |
+
"step": 3100
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.5934438583270535,
|
| 448 |
+
"grad_norm": 6.605661392211914,
|
| 449 |
+
"learning_rate": 0.00016507636641651497,
|
| 450 |
+
"loss": 3.3663,
|
| 451 |
+
"step": 3150
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.6028636021100227,
|
| 455 |
+
"grad_norm": 3.3791379928588867,
|
| 456 |
+
"learning_rate": 0.00016391056541983286,
|
| 457 |
+
"loss": 3.3478,
|
| 458 |
+
"step": 3200
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.6122833458929917,
|
| 462 |
+
"grad_norm": 3.7646875381469727,
|
| 463 |
+
"learning_rate": 0.0001627298919714832,
|
| 464 |
+
"loss": 3.3873,
|
| 465 |
+
"step": 3250
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.6217030896759608,
|
| 469 |
+
"grad_norm": 3.5667145252227783,
|
| 470 |
+
"learning_rate": 0.00016153462082273254,
|
| 471 |
+
"loss": 3.3857,
|
| 472 |
+
"step": 3300
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.6311228334589299,
|
| 476 |
+
"grad_norm": 4.5765838623046875,
|
| 477 |
+
"learning_rate": 0.0001603250301218381,
|
| 478 |
+
"loss": 3.3966,
|
| 479 |
+
"step": 3350
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.640542577241899,
|
| 483 |
+
"grad_norm": 5.043736457824707,
|
| 484 |
+
"learning_rate": 0.00015910140134932065,
|
| 485 |
+
"loss": 3.2627,
|
| 486 |
+
"step": 3400
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.6499623210248682,
|
| 490 |
+
"grad_norm": 2.7368907928466797,
|
| 491 |
+
"learning_rate": 0.00015786401925246195,
|
| 492 |
+
"loss": 3.3314,
|
| 493 |
+
"step": 3450
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.6593820648078372,
|
| 497 |
+
"grad_norm": 2.664144277572632,
|
| 498 |
+
"learning_rate": 0.00015661317177904192,
|
| 499 |
+
"loss": 3.3676,
|
| 500 |
+
"step": 3500
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.6688018085908063,
|
| 504 |
+
"grad_norm": 4.7799553871154785,
|
| 505 |
+
"learning_rate": 0.00015534915001033133,
|
| 506 |
+
"loss": 3.3537,
|
| 507 |
+
"step": 3550
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.6782215523737755,
|
| 511 |
+
"grad_norm": 3.967170238494873,
|
| 512 |
+
"learning_rate": 0.00015407224809335472,
|
| 513 |
+
"loss": 3.3891,
|
| 514 |
+
"step": 3600
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.6876412961567445,
|
| 518 |
+
"grad_norm": 5.556266784667969,
|
| 519 |
+
"learning_rate": 0.00015278276317244065,
|
| 520 |
+
"loss": 3.3001,
|
| 521 |
+
"step": 3650
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.6970610399397137,
|
| 525 |
+
"grad_norm": 3.9986824989318848,
|
| 526 |
+
"learning_rate": 0.00015148099532007376,
|
| 527 |
+
"loss": 3.2991,
|
| 528 |
+
"step": 3700
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.7064807837226827,
|
| 532 |
+
"grad_norm": 3.4342408180236816,
|
| 533 |
+
"learning_rate": 0.00015016724746706587,
|
| 534 |
+
"loss": 3.3767,
|
| 535 |
+
"step": 3750
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.7159005275056518,
|
| 539 |
+
"grad_norm": 3.237772226333618,
|
| 540 |
+
"learning_rate": 0.00014884182533206176,
|
| 541 |
+
"loss": 3.3902,
|
| 542 |
+
"step": 3800
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.725320271288621,
|
| 546 |
+
"grad_norm": 3.1298294067382812,
|
| 547 |
+
"learning_rate": 0.00014750503735039627,
|
| 548 |
+
"loss": 3.425,
|
| 549 |
+
"step": 3850
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.73474001507159,
|
| 553 |
+
"grad_norm": 2.7590181827545166,
|
| 554 |
+
"learning_rate": 0.00014615719460231902,
|
| 555 |
+
"loss": 3.4326,
|
| 556 |
+
"step": 3900
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.7441597588545592,
|
| 560 |
+
"grad_norm": 2.5840773582458496,
|
| 561 |
+
"learning_rate": 0.00014479861074060392,
|
| 562 |
+
"loss": 3.3956,
|
| 563 |
+
"step": 3950
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.7535795026375283,
|
| 567 |
+
"grad_norm": 3.954084873199463,
|
| 568 |
+
"learning_rate": 0.00014342960191755986,
|
| 569 |
+
"loss": 3.4343,
|
| 570 |
+
"step": 4000
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.7629992464204973,
|
| 574 |
+
"grad_norm": 3.5688316822052,
|
| 575 |
+
"learning_rate": 0.00014205048671145975,
|
| 576 |
+
"loss": 3.3426,
|
| 577 |
+
"step": 4050
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.7724189902034665,
|
| 581 |
+
"grad_norm": 3.0752432346343994,
|
| 582 |
+
"learning_rate": 0.0001406615860524051,
|
| 583 |
+
"loss": 3.3778,
|
| 584 |
+
"step": 4100
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.7818387339864356,
|
| 588 |
+
"grad_norm": 4.173229694366455,
|
| 589 |
+
"learning_rate": 0.00013926322314764325,
|
| 590 |
+
"loss": 3.3514,
|
| 591 |
+
"step": 4150
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.7912584777694047,
|
| 595 |
+
"grad_norm": 4.163102626800537,
|
| 596 |
+
"learning_rate": 0.0001378557234063546,
|
| 597 |
+
"loss": 3.5147,
|
| 598 |
+
"step": 4200
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.8006782215523738,
|
| 602 |
+
"grad_norm": 2.8861260414123535,
|
| 603 |
+
"learning_rate": 0.0001364394143639277,
|
| 604 |
+
"loss": 3.3723,
|
| 605 |
+
"step": 4250
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.8100979653353428,
|
| 609 |
+
"grad_norm": 6.053293704986572,
|
| 610 |
+
"learning_rate": 0.00013501462560573917,
|
| 611 |
+
"loss": 3.2998,
|
| 612 |
+
"step": 4300
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.819517709118312,
|
| 616 |
+
"grad_norm": 4.325138092041016,
|
| 617 |
+
"learning_rate": 0.0001335816886904571,
|
| 618 |
+
"loss": 3.4297,
|
| 619 |
+
"step": 4350
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.8289374529012811,
|
| 623 |
+
"grad_norm": 4.685932159423828,
|
| 624 |
+
"learning_rate": 0.00013214093707288467,
|
| 625 |
+
"loss": 3.4018,
|
| 626 |
+
"step": 4400
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.8383571966842502,
|
| 630 |
+
"grad_norm": 3.808549404144287,
|
| 631 |
+
"learning_rate": 0.00013069270602636296,
|
| 632 |
+
"loss": 3.3846,
|
| 633 |
+
"step": 4450
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.8477769404672193,
|
| 637 |
+
"grad_norm": 3.4035122394561768,
|
| 638 |
+
"learning_rate": 0.00012923733256475032,
|
| 639 |
+
"loss": 3.3903,
|
| 640 |
+
"step": 4500
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.8571966842501884,
|
| 644 |
+
"grad_norm": 3.155348300933838,
|
| 645 |
+
"learning_rate": 0.0001277751553639969,
|
| 646 |
+
"loss": 3.411,
|
| 647 |
+
"step": 4550
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.8666164280331575,
|
| 651 |
+
"grad_norm": 3.338160514831543,
|
| 652 |
+
"learning_rate": 0.00012630651468333216,
|
| 653 |
+
"loss": 3.3597,
|
| 654 |
+
"step": 4600
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.8760361718161266,
|
| 658 |
+
"grad_norm": 3.211545944213867,
|
| 659 |
+
"learning_rate": 0.00012483175228608428,
|
| 660 |
+
"loss": 3.3356,
|
| 661 |
+
"step": 4650
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.8854559155990958,
|
| 665 |
+
"grad_norm": 3.8928279876708984,
|
| 666 |
+
"learning_rate": 0.0001233512113601492,
|
| 667 |
+
"loss": 3.3746,
|
| 668 |
+
"step": 4700
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.8948756593820648,
|
| 672 |
+
"grad_norm": 3.73189377784729,
|
| 673 |
+
"learning_rate": 0.00012186523643812829,
|
| 674 |
+
"loss": 3.3233,
|
| 675 |
+
"step": 4750
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.9042954031650339,
|
| 679 |
+
"grad_norm": 3.3256442546844482,
|
| 680 |
+
"learning_rate": 0.00012037417331715326,
|
| 681 |
+
"loss": 3.3809,
|
| 682 |
+
"step": 4800
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.913715146948003,
|
| 686 |
+
"grad_norm": 2.753485918045044,
|
| 687 |
+
"learning_rate": 0.00011887836897841656,
|
| 688 |
+
"loss": 3.3312,
|
| 689 |
+
"step": 4850
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.9231348907309721,
|
| 693 |
+
"grad_norm": 3.896688461303711,
|
| 694 |
+
"learning_rate": 0.00011737817150642642,
|
| 695 |
+
"loss": 3.3309,
|
| 696 |
+
"step": 4900
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.9325546345139413,
|
| 700 |
+
"grad_norm": 2.9412078857421875,
|
| 701 |
+
"learning_rate": 0.00011587393000800495,
|
| 702 |
+
"loss": 3.3925,
|
| 703 |
+
"step": 4950
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.9419743782969103,
|
| 707 |
+
"grad_norm": 3.046893358230591,
|
| 708 |
+
"learning_rate": 0.0001143659945310485,
|
| 709 |
+
"loss": 3.3528,
|
| 710 |
+
"step": 5000
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.9513941220798794,
|
| 714 |
+
"grad_norm": 2.9416866302490234,
|
| 715 |
+
"learning_rate": 0.00011285471598306904,
|
| 716 |
+
"loss": 3.3705,
|
| 717 |
+
"step": 5050
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.9608138658628486,
|
| 721 |
+
"grad_norm": 3.031576633453369,
|
| 722 |
+
"learning_rate": 0.00011134044604953535,
|
| 723 |
+
"loss": 3.2594,
|
| 724 |
+
"step": 5100
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.9702336096458176,
|
| 728 |
+
"grad_norm": 3.1344618797302246,
|
| 729 |
+
"learning_rate": 0.00010982353711203335,
|
| 730 |
+
"loss": 3.3358,
|
| 731 |
+
"step": 5150
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.9796533534287868,
|
| 735 |
+
"grad_norm": 3.8994078636169434,
|
| 736 |
+
"learning_rate": 0.00010830434216626429,
|
| 737 |
+
"loss": 3.3859,
|
| 738 |
+
"step": 5200
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.9890730972117558,
|
| 742 |
+
"grad_norm": 3.5508439540863037,
|
| 743 |
+
"learning_rate": 0.0001067832147399001,
|
| 744 |
+
"loss": 3.4064,
|
| 745 |
+
"step": 5250
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.9984928409947249,
|
| 749 |
+
"grad_norm": 3.756168842315674,
|
| 750 |
+
"learning_rate": 0.0001052605088103149,
|
| 751 |
+
"loss": 3.4031,
|
| 752 |
+
"step": 5300
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 1.007912584777694,
|
| 756 |
+
"grad_norm": 3.423412799835205,
|
| 757 |
+
"learning_rate": 0.00010373657872221201,
|
| 758 |
+
"loss": 3.2772,
|
| 759 |
+
"step": 5350
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 1.0173323285606632,
|
| 763 |
+
"grad_norm": 2.908240556716919,
|
| 764 |
+
"learning_rate": 0.00010221177910516535,
|
| 765 |
+
"loss": 3.2389,
|
| 766 |
+
"step": 5400
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 1.0267520723436323,
|
| 770 |
+
"grad_norm": 3.300856113433838,
|
| 771 |
+
"learning_rate": 0.00010068646479109438,
|
| 772 |
+
"loss": 3.3032,
|
| 773 |
+
"step": 5450
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 1.0361718161266014,
|
| 777 |
+
"grad_norm": 3.262367010116577,
|
| 778 |
+
"learning_rate": 9.916099073169246e-05,
|
| 779 |
+
"loss": 3.2558,
|
| 780 |
+
"step": 5500
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 1.0455915599095704,
|
| 784 |
+
"grad_norm": 3.140495538711548,
|
| 785 |
+
"learning_rate": 9.763571191582666e-05,
|
| 786 |
+
"loss": 3.2801,
|
| 787 |
+
"step": 5550
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 1.0550113036925395,
|
| 791 |
+
"grad_norm": 4.067094326019287,
|
| 792 |
+
"learning_rate": 9.611098328692965e-05,
|
| 793 |
+
"loss": 3.3523,
|
| 794 |
+
"step": 5600
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 1.0644310474755088,
|
| 798 |
+
"grad_norm": 3.3451836109161377,
|
| 799 |
+
"learning_rate": 9.45871596604015e-05,
|
| 800 |
+
"loss": 3.1674,
|
| 801 |
+
"step": 5650
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 1.0738507912584778,
|
| 805 |
+
"grad_norm": 3.6689610481262207,
|
| 806 |
+
"learning_rate": 9.306459564104165e-05,
|
| 807 |
+
"loss": 3.1716,
|
| 808 |
+
"step": 5700
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 1.0832705350414469,
|
| 812 |
+
"grad_norm": 3.774512529373169,
|
| 813 |
+
"learning_rate": 9.154364554052994e-05,
|
| 814 |
+
"loss": 3.2854,
|
| 815 |
+
"step": 5750
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 1.092690278824416,
|
| 819 |
+
"grad_norm": 5.2747039794921875,
|
| 820 |
+
"learning_rate": 9.002466329497544e-05,
|
| 821 |
+
"loss": 3.2782,
|
| 822 |
+
"step": 5800
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 1.102110022607385,
|
| 826 |
+
"grad_norm": 4.102133750915527,
|
| 827 |
+
"learning_rate": 8.850800238255325e-05,
|
| 828 |
+
"loss": 3.2492,
|
| 829 |
+
"step": 5850
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 1.1115297663903543,
|
| 833 |
+
"grad_norm": 3.484194278717041,
|
| 834 |
+
"learning_rate": 8.699401574124738e-05,
|
| 835 |
+
"loss": 3.2691,
|
| 836 |
+
"step": 5900
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 1.1209495101733233,
|
| 840 |
+
"grad_norm": 3.3113062381744385,
|
| 841 |
+
"learning_rate": 8.548305568671955e-05,
|
| 842 |
+
"loss": 3.3834,
|
| 843 |
+
"step": 5950
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 1.1303692539562924,
|
| 847 |
+
"grad_norm": 3.179262161254883,
|
| 848 |
+
"learning_rate": 8.397547383032287e-05,
|
| 849 |
+
"loss": 3.2885,
|
| 850 |
+
"step": 6000
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 1.1397889977392615,
|
| 854 |
+
"grad_norm": 4.8219313621521,
|
| 855 |
+
"learning_rate": 8.247162099727914e-05,
|
| 856 |
+
"loss": 3.1998,
|
| 857 |
+
"step": 6050
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 1.1492087415222305,
|
| 861 |
+
"grad_norm": 3.6914913654327393,
|
| 862 |
+
"learning_rate": 8.097184714503958e-05,
|
| 863 |
+
"loss": 3.1671,
|
| 864 |
+
"step": 6100
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 1.1586284853051998,
|
| 868 |
+
"grad_norm": 3.255949020385742,
|
| 869 |
+
"learning_rate": 7.947650128184687e-05,
|
| 870 |
+
"loss": 3.2354,
|
| 871 |
+
"step": 6150
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 1.1680482290881689,
|
| 875 |
+
"grad_norm": 4.178644180297852,
|
| 876 |
+
"learning_rate": 7.801569373352544e-05,
|
| 877 |
+
"loss": 3.2532,
|
| 878 |
+
"step": 6200
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 1.177467972871138,
|
| 882 |
+
"grad_norm": 4.313507556915283,
|
| 883 |
+
"learning_rate": 7.653014082209849e-05,
|
| 884 |
+
"loss": 3.1376,
|
| 885 |
+
"step": 6250
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 1.186887716654107,
|
| 889 |
+
"grad_norm": 3.4054031372070312,
|
| 890 |
+
"learning_rate": 7.505004951696425e-05,
|
| 891 |
+
"loss": 3.212,
|
| 892 |
+
"step": 6300
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 1.196307460437076,
|
| 896 |
+
"grad_norm": 4.730232238769531,
|
| 897 |
+
"learning_rate": 7.357576424609412e-05,
|
| 898 |
+
"loss": 3.3218,
|
| 899 |
+
"step": 6350
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 1.2057272042200453,
|
| 903 |
+
"grad_norm": 5.010429382324219,
|
| 904 |
+
"learning_rate": 7.210762808635328e-05,
|
| 905 |
+
"loss": 3.3585,
|
| 906 |
+
"step": 6400
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 1.2151469480030144,
|
| 910 |
+
"grad_norm": 2.9518239498138428,
|
| 911 |
+
"learning_rate": 7.064598268366423e-05,
|
| 912 |
+
"loss": 3.234,
|
| 913 |
+
"step": 6450
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 1.2245666917859834,
|
| 917 |
+
"grad_norm": 3.174252986907959,
|
| 918 |
+
"learning_rate": 6.919116817350311e-05,
|
| 919 |
+
"loss": 3.256,
|
| 920 |
+
"step": 6500
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 1.2339864355689525,
|
| 924 |
+
"grad_norm": 4.318403720855713,
|
| 925 |
+
"learning_rate": 6.774352310174807e-05,
|
| 926 |
+
"loss": 3.2992,
|
| 927 |
+
"step": 6550
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 1.2434061793519215,
|
| 931 |
+
"grad_norm": 3.2725417613983154,
|
| 932 |
+
"learning_rate": 6.630338434589684e-05,
|
| 933 |
+
"loss": 3.2518,
|
| 934 |
+
"step": 6600
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 1.2528259231348908,
|
| 938 |
+
"grad_norm": 4.7729172706604,
|
| 939 |
+
"learning_rate": 6.48710870366732e-05,
|
| 940 |
+
"loss": 3.1914,
|
| 941 |
+
"step": 6650
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 1.2622456669178599,
|
| 945 |
+
"grad_norm": 4.15845251083374,
|
| 946 |
+
"learning_rate": 6.344696448003936e-05,
|
| 947 |
+
"loss": 3.3578,
|
| 948 |
+
"step": 6700
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 1.271665410700829,
|
| 952 |
+
"grad_norm": 4.36642599105835,
|
| 953 |
+
"learning_rate": 6.203134807963338e-05,
|
| 954 |
+
"loss": 3.2254,
|
| 955 |
+
"step": 6750
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 1.281085154483798,
|
| 959 |
+
"grad_norm": 3.920123338699341,
|
| 960 |
+
"learning_rate": 6.06245672596492e-05,
|
| 961 |
+
"loss": 3.3039,
|
| 962 |
+
"step": 6800
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 1.290504898266767,
|
| 966 |
+
"grad_norm": 3.520005941390991,
|
| 967 |
+
"learning_rate": 5.9226949388177074e-05,
|
| 968 |
+
"loss": 3.2138,
|
| 969 |
+
"step": 6850
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 1.2999246420497363,
|
| 973 |
+
"grad_norm": 4.262415409088135,
|
| 974 |
+
"learning_rate": 5.783881970102284e-05,
|
| 975 |
+
"loss": 3.2628,
|
| 976 |
+
"step": 6900
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 1.3093443858327054,
|
| 980 |
+
"grad_norm": 5.027698993682861,
|
| 981 |
+
"learning_rate": 5.6460501226023046e-05,
|
| 982 |
+
"loss": 3.2169,
|
| 983 |
+
"step": 6950
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 1.3187641296156745,
|
| 987 |
+
"grad_norm": 4.618427276611328,
|
| 988 |
+
"learning_rate": 5.509231470787404e-05,
|
| 989 |
+
"loss": 3.2332,
|
| 990 |
+
"step": 7000
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 1.3281838733986435,
|
| 994 |
+
"grad_norm": 4.263955593109131,
|
| 995 |
+
"learning_rate": 5.3734578533492506e-05,
|
| 996 |
+
"loss": 3.2219,
|
| 997 |
+
"step": 7050
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 1.3376036171816126,
|
| 1001 |
+
"grad_norm": 4.1408915519714355,
|
| 1002 |
+
"learning_rate": 5.238760865792434e-05,
|
| 1003 |
+
"loss": 3.3457,
|
| 1004 |
+
"step": 7100
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 1.3470233609645819,
|
| 1008 |
+
"grad_norm": 4.737987995147705,
|
| 1009 |
+
"learning_rate": 5.105171853081967e-05,
|
| 1010 |
+
"loss": 3.2674,
|
| 1011 |
+
"step": 7150
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 1.356443104747551,
|
| 1015 |
+
"grad_norm": 3.757457733154297,
|
| 1016 |
+
"learning_rate": 4.97272190234909e-05,
|
| 1017 |
+
"loss": 3.2347,
|
| 1018 |
+
"step": 7200
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 1.36586284853052,
|
| 1022 |
+
"grad_norm": 4.666607856750488,
|
| 1023 |
+
"learning_rate": 4.8414418356570646e-05,
|
| 1024 |
+
"loss": 3.1712,
|
| 1025 |
+
"step": 7250
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 1.375282592313489,
|
| 1029 |
+
"grad_norm": 3.6052024364471436,
|
| 1030 |
+
"learning_rate": 4.7113622028286695e-05,
|
| 1031 |
+
"loss": 3.2267,
|
| 1032 |
+
"step": 7300
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 1.384702336096458,
|
| 1036 |
+
"grad_norm": 4.111656665802002,
|
| 1037 |
+
"learning_rate": 4.582513274337014e-05,
|
| 1038 |
+
"loss": 3.3016,
|
| 1039 |
+
"step": 7350
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 1.3941220798794274,
|
| 1043 |
+
"grad_norm": 4.049815654754639,
|
| 1044 |
+
"learning_rate": 4.454925034261394e-05,
|
| 1045 |
+
"loss": 3.1486,
|
| 1046 |
+
"step": 7400
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 1.4035418236623964,
|
| 1050 |
+
"grad_norm": 5.213015079498291,
|
| 1051 |
+
"learning_rate": 4.328627173309776e-05,
|
| 1052 |
+
"loss": 3.2477,
|
| 1053 |
+
"step": 7450
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"epoch": 1.4129615674453655,
|
| 1057 |
+
"grad_norm": 3.8552088737487793,
|
| 1058 |
+
"learning_rate": 4.203649081909552e-05,
|
| 1059 |
+
"loss": 3.2842,
|
| 1060 |
+
"step": 7500
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 1.4223813112283346,
|
| 1064 |
+
"grad_norm": 4.220608234405518,
|
| 1065 |
+
"learning_rate": 4.0800198433681856e-05,
|
| 1066 |
+
"loss": 3.2362,
|
| 1067 |
+
"step": 7550
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 1.4318010550113036,
|
| 1071 |
+
"grad_norm": 3.6608469486236572,
|
| 1072 |
+
"learning_rate": 3.957768227105295e-05,
|
| 1073 |
+
"loss": 3.2575,
|
| 1074 |
+
"step": 7600
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 1.441220798794273,
|
| 1078 |
+
"grad_norm": 3.775721311569214,
|
| 1079 |
+
"learning_rate": 3.83692268195782e-05,
|
| 1080 |
+
"loss": 3.3166,
|
| 1081 |
+
"step": 7650
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 1.450640542577242,
|
| 1085 |
+
"grad_norm": 3.3248648643493652,
|
| 1086 |
+
"learning_rate": 3.717511329559756e-05,
|
| 1087 |
+
"loss": 3.2473,
|
| 1088 |
+
"step": 7700
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 1.460060286360211,
|
| 1092 |
+
"grad_norm": 4.1636962890625,
|
| 1093 |
+
"learning_rate": 3.599561957798061e-05,
|
| 1094 |
+
"loss": 3.2503,
|
| 1095 |
+
"step": 7750
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"epoch": 1.46948003014318,
|
| 1099 |
+
"grad_norm": 4.054011821746826,
|
| 1100 |
+
"learning_rate": 3.483102014346197e-05,
|
| 1101 |
+
"loss": 3.2782,
|
| 1102 |
+
"step": 7800
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 1.4788997739261491,
|
| 1106 |
+
"grad_norm": 4.512032985687256,
|
| 1107 |
+
"learning_rate": 3.368158600276878e-05,
|
| 1108 |
+
"loss": 3.1953,
|
| 1109 |
+
"step": 7850
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 1.4883195177091184,
|
| 1113 |
+
"grad_norm": 4.303177833557129,
|
| 1114 |
+
"learning_rate": 3.254758463755433e-05,
|
| 1115 |
+
"loss": 3.2378,
|
| 1116 |
+
"step": 7900
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 1.4977392614920875,
|
| 1120 |
+
"grad_norm": 3.9611923694610596,
|
| 1121 |
+
"learning_rate": 3.142927993815323e-05,
|
| 1122 |
+
"loss": 3.2471,
|
| 1123 |
+
"step": 7950
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 1.5071590052750565,
|
| 1127 |
+
"grad_norm": 3.29958438873291,
|
| 1128 |
+
"learning_rate": 3.032693214217227e-05,
|
| 1129 |
+
"loss": 3.3052,
|
| 1130 |
+
"step": 8000
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 1.5165787490580256,
|
| 1134 |
+
"grad_norm": 3.985778570175171,
|
| 1135 |
+
"learning_rate": 2.9240797773931095e-05,
|
| 1136 |
+
"loss": 3.2962,
|
| 1137 |
+
"step": 8050
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 1.5259984928409946,
|
| 1141 |
+
"grad_norm": 4.667643070220947,
|
| 1142 |
+
"learning_rate": 2.8171129584767374e-05,
|
| 1143 |
+
"loss": 3.182,
|
| 1144 |
+
"step": 8100
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 1.535418236623964,
|
| 1148 |
+
"grad_norm": 3.338125705718994,
|
| 1149 |
+
"learning_rate": 2.7118176494219484e-05,
|
| 1150 |
+
"loss": 3.3367,
|
| 1151 |
+
"step": 8150
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"epoch": 1.544837980406933,
|
| 1155 |
+
"grad_norm": 4.168639183044434,
|
| 1156 |
+
"learning_rate": 2.608218353210127e-05,
|
| 1157 |
+
"loss": 3.249,
|
| 1158 |
+
"step": 8200
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 1.554257724189902,
|
| 1162 |
+
"grad_norm": 4.156576633453369,
|
| 1163 |
+
"learning_rate": 2.5063391781481782e-05,
|
| 1164 |
+
"loss": 3.2778,
|
| 1165 |
+
"step": 8250
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 1.563677467972871,
|
| 1169 |
+
"grad_norm": 3.8702266216278076,
|
| 1170 |
+
"learning_rate": 2.4062038322583514e-05,
|
| 1171 |
+
"loss": 3.3314,
|
| 1172 |
+
"step": 8300
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 1.5730972117558402,
|
| 1176 |
+
"grad_norm": 3.8674046993255615,
|
| 1177 |
+
"learning_rate": 2.3078356177612193e-05,
|
| 1178 |
+
"loss": 3.3005,
|
| 1179 |
+
"step": 8350
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"epoch": 1.5825169555388094,
|
| 1183 |
+
"grad_norm": 4.1688923835754395,
|
| 1184 |
+
"learning_rate": 2.2112574256530648e-05,
|
| 1185 |
+
"loss": 3.1497,
|
| 1186 |
+
"step": 8400
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"epoch": 1.5919366993217783,
|
| 1190 |
+
"grad_norm": 3.7345731258392334,
|
| 1191 |
+
"learning_rate": 2.1164917303789967e-05,
|
| 1192 |
+
"loss": 3.2213,
|
| 1193 |
+
"step": 8450
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"epoch": 1.6013564431047476,
|
| 1197 |
+
"grad_norm": 5.062714576721191,
|
| 1198 |
+
"learning_rate": 2.0235605846029725e-05,
|
| 1199 |
+
"loss": 3.1729,
|
| 1200 |
+
"step": 8500
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"epoch": 1.6107761868877166,
|
| 1204 |
+
"grad_norm": 3.7708489894866943,
|
| 1205 |
+
"learning_rate": 1.9324856140759927e-05,
|
| 1206 |
+
"loss": 3.3534,
|
| 1207 |
+
"step": 8550
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"epoch": 1.6201959306706857,
|
| 1211 |
+
"grad_norm": 4.154157638549805,
|
| 1212 |
+
"learning_rate": 1.8432880126036266e-05,
|
| 1213 |
+
"loss": 3.2141,
|
| 1214 |
+
"step": 8600
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"epoch": 1.629615674453655,
|
| 1218 |
+
"grad_norm": 3.6767871379852295,
|
| 1219 |
+
"learning_rate": 1.757715792857161e-05,
|
| 1220 |
+
"loss": 3.2594,
|
| 1221 |
+
"step": 8650
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"epoch": 1.6390354182366238,
|
| 1225 |
+
"grad_norm": 2.9394946098327637,
|
| 1226 |
+
"learning_rate": 1.6722961935375305e-05,
|
| 1227 |
+
"loss": 3.1776,
|
| 1228 |
+
"step": 8700
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"epoch": 1.648455162019593,
|
| 1232 |
+
"grad_norm": 3.7877252101898193,
|
| 1233 |
+
"learning_rate": 1.588814511235993e-05,
|
| 1234 |
+
"loss": 3.3192,
|
| 1235 |
+
"step": 8750
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"epoch": 1.6578749058025621,
|
| 1239 |
+
"grad_norm": 3.540524959564209,
|
| 1240 |
+
"learning_rate": 1.5072901727449351e-05,
|
| 1241 |
+
"loss": 3.2872,
|
| 1242 |
+
"step": 8800
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 1.6672946495855312,
|
| 1246 |
+
"grad_norm": 3.0098791122436523,
|
| 1247 |
+
"learning_rate": 1.4277421493686417e-05,
|
| 1248 |
+
"loss": 3.2883,
|
| 1249 |
+
"step": 8850
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"epoch": 1.6767143933685005,
|
| 1253 |
+
"grad_norm": 4.260079860687256,
|
| 1254 |
+
"learning_rate": 1.3501889525085553e-05,
|
| 1255 |
+
"loss": 3.2825,
|
| 1256 |
+
"step": 8900
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"epoch": 1.6861341371514693,
|
| 1260 |
+
"grad_norm": 4.635756969451904,
|
| 1261 |
+
"learning_rate": 1.2746486293555393e-05,
|
| 1262 |
+
"loss": 3.2375,
|
| 1263 |
+
"step": 8950
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"epoch": 1.6955538809344386,
|
| 1267 |
+
"grad_norm": 3.4941935539245605,
|
| 1268 |
+
"learning_rate": 1.2011387586901468e-05,
|
| 1269 |
+
"loss": 3.2819,
|
| 1270 |
+
"step": 9000
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 1.7049736247174077,
|
| 1274 |
+
"grad_norm": 3.1473937034606934,
|
| 1275 |
+
"learning_rate": 1.1296764467919386e-05,
|
| 1276 |
+
"loss": 3.325,
|
| 1277 |
+
"step": 9050
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 1.7143933685003767,
|
| 1281 |
+
"grad_norm": 4.018296718597412,
|
| 1282 |
+
"learning_rate": 1.0602783234587055e-05,
|
| 1283 |
+
"loss": 3.259,
|
| 1284 |
+
"step": 9100
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 1.723813112283346,
|
| 1288 |
+
"grad_norm": 3.661189317703247,
|
| 1289 |
+
"learning_rate": 9.929605381366025e-06,
|
| 1290 |
+
"loss": 3.3664,
|
| 1291 |
+
"step": 9150
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"epoch": 1.7332328560663148,
|
| 1295 |
+
"grad_norm": 3.716421127319336,
|
| 1296 |
+
"learning_rate": 9.277387561620621e-06,
|
| 1297 |
+
"loss": 3.2394,
|
| 1298 |
+
"step": 9200
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"epoch": 1.7426525998492841,
|
| 1302 |
+
"grad_norm": 4.685845375061035,
|
| 1303 |
+
"learning_rate": 8.646281551163372e-06,
|
| 1304 |
+
"loss": 3.2201,
|
| 1305 |
+
"step": 9250
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"epoch": 1.7520723436322532,
|
| 1309 |
+
"grad_norm": 4.318825721740723,
|
| 1310 |
+
"learning_rate": 8.036434212935961e-06,
|
| 1311 |
+
"loss": 3.2097,
|
| 1312 |
+
"step": 9300
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"epoch": 1.7614920874152222,
|
| 1316 |
+
"grad_norm": 3.7548320293426514,
|
| 1317 |
+
"learning_rate": 7.447987462832906e-06,
|
| 1318 |
+
"loss": 3.3436,
|
| 1319 |
+
"step": 9350
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"epoch": 1.7709118311981915,
|
| 1323 |
+
"grad_norm": 3.607837677001953,
|
| 1324 |
+
"learning_rate": 6.881078236676819e-06,
|
| 1325 |
+
"loss": 3.1546,
|
| 1326 |
+
"step": 9400
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"epoch": 1.7803315749811603,
|
| 1330 |
+
"grad_norm": 3.722788095474243,
|
| 1331 |
+
"learning_rate": 6.33583845835245e-06,
|
| 1332 |
+
"loss": 3.1925,
|
| 1333 |
+
"step": 9450
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"epoch": 1.7897513187641296,
|
| 1337 |
+
"grad_norm": 4.712146282196045,
|
| 1338 |
+
"learning_rate": 5.812395009106986e-06,
|
| 1339 |
+
"loss": 3.2728,
|
| 1340 |
+
"step": 9500
|
| 1341 |
+
},
|
| 1342 |
+
{
|
| 1343 |
+
"epoch": 1.7991710625470987,
|
| 1344 |
+
"grad_norm": 3.2678236961364746,
|
| 1345 |
+
"learning_rate": 5.310869698023957e-06,
|
| 1346 |
+
"loss": 3.1844,
|
| 1347 |
+
"step": 9550
|
| 1348 |
+
},
|
| 1349 |
+
{
|
| 1350 |
+
"epoch": 1.8085908063300677,
|
| 1351 |
+
"grad_norm": 2.833974599838257,
|
| 1352 |
+
"learning_rate": 4.83137923367728e-06,
|
| 1353 |
+
"loss": 3.3046,
|
| 1354 |
+
"step": 9600
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"epoch": 1.818010550113037,
|
| 1358 |
+
"grad_norm": 3.119704484939575,
|
| 1359 |
+
"learning_rate": 4.37403519697237e-06,
|
| 1360 |
+
"loss": 3.2437,
|
| 1361 |
+
"step": 9650
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"epoch": 1.8274302938960059,
|
| 1365 |
+
"grad_norm": 3.8922572135925293,
|
| 1366 |
+
"learning_rate": 3.93894401518049e-06,
|
| 1367 |
+
"loss": 3.3119,
|
| 1368 |
+
"step": 9700
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"epoch": 1.8368500376789751,
|
| 1372 |
+
"grad_norm": 4.705239295959473,
|
| 1373 |
+
"learning_rate": 3.526206937172283e-06,
|
| 1374 |
+
"loss": 3.1159,
|
| 1375 |
+
"step": 9750
|
| 1376 |
+
},
|
| 1377 |
+
{
|
| 1378 |
+
"epoch": 1.8462697814619442,
|
| 1379 |
+
"grad_norm": 5.051453590393066,
|
| 1380 |
+
"learning_rate": 3.135920009856508e-06,
|
| 1381 |
+
"loss": 3.2452,
|
| 1382 |
+
"step": 9800
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"epoch": 1.8556895252449133,
|
| 1386 |
+
"grad_norm": 4.280581951141357,
|
| 1387 |
+
"learning_rate": 2.7681740558291534e-06,
|
| 1388 |
+
"loss": 3.181,
|
| 1389 |
+
"step": 9850
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"epoch": 1.8651092690278825,
|
| 1393 |
+
"grad_norm": 3.615163564682007,
|
| 1394 |
+
"learning_rate": 2.423054652238388e-06,
|
| 1395 |
+
"loss": 3.3135,
|
| 1396 |
+
"step": 9900
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"epoch": 1.8745290128108514,
|
| 1400 |
+
"grad_norm": 3.097933530807495,
|
| 1401 |
+
"learning_rate": 2.1006421108701658e-06,
|
| 1402 |
+
"loss": 3.158,
|
| 1403 |
+
"step": 9950
|
| 1404 |
+
},
|
| 1405 |
+
{
|
| 1406 |
+
"epoch": 1.8839487565938207,
|
| 1407 |
+
"grad_norm": 4.366623401641846,
|
| 1408 |
+
"learning_rate": 1.8010114594590344e-06,
|
| 1409 |
+
"loss": 3.2268,
|
| 1410 |
+
"step": 10000
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"epoch": 1.8933685003767897,
|
| 1414 |
+
"grad_norm": 4.784694671630859,
|
| 1415 |
+
"learning_rate": 1.524232424228733e-06,
|
| 1416 |
+
"loss": 3.2006,
|
| 1417 |
+
"step": 10050
|
| 1418 |
+
},
|
| 1419 |
+
{
|
| 1420 |
+
"epoch": 1.9027882441597588,
|
| 1421 |
+
"grad_norm": 3.8721609115600586,
|
| 1422 |
+
"learning_rate": 1.2703694136662613e-06,
|
| 1423 |
+
"loss": 3.2527,
|
| 1424 |
+
"step": 10100
|
| 1425 |
+
},
|
| 1426 |
+
{
|
| 1427 |
+
"epoch": 1.912207987942728,
|
| 1428 |
+
"grad_norm": 3.8283731937408447,
|
| 1429 |
+
"learning_rate": 1.0394815035336791e-06,
|
| 1430 |
+
"loss": 3.2675,
|
| 1431 |
+
"step": 10150
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"epoch": 1.921627731725697,
|
| 1435 |
+
"grad_norm": 4.774003028869629,
|
| 1436 |
+
"learning_rate": 8.316224231206704e-07,
|
| 1437 |
+
"loss": 3.2669,
|
| 1438 |
+
"step": 10200
|
| 1439 |
+
},
|
| 1440 |
+
{
|
| 1441 |
+
"epoch": 1.9310474755086662,
|
| 1442 |
+
"grad_norm": 4.009103775024414,
|
| 1443 |
+
"learning_rate": 6.468405427413893e-07,
|
| 1444 |
+
"loss": 3.2564,
|
| 1445 |
+
"step": 10250
|
| 1446 |
+
},
|
| 1447 |
+
{
|
| 1448 |
+
"epoch": 1.9404672192916352,
|
| 1449 |
+
"grad_norm": 3.9507622718811035,
|
| 1450 |
+
"learning_rate": 4.851788624783415e-07,
|
| 1451 |
+
"loss": 3.316,
|
| 1452 |
+
"step": 10300
|
| 1453 |
+
},
|
| 1454 |
+
{
|
| 1455 |
+
"epoch": 1.9498869630746043,
|
| 1456 |
+
"grad_norm": 4.7480340003967285,
|
| 1457 |
+
"learning_rate": 3.466750021758891e-07,
|
| 1458 |
+
"loss": 3.2233,
|
| 1459 |
+
"step": 10350
|
| 1460 |
+
},
|
| 1461 |
+
{
|
| 1462 |
+
"epoch": 1.9593067068575736,
|
| 1463 |
+
"grad_norm": 3.8609328269958496,
|
| 1464 |
+
"learning_rate": 2.313611926859638e-07,
|
| 1465 |
+
"loss": 3.1851,
|
| 1466 |
+
"step": 10400
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"epoch": 1.9687264506405424,
|
| 1470 |
+
"grad_norm": 3.8725392818450928,
|
| 1471 |
+
"learning_rate": 1.39264268367556e-07,
|
| 1472 |
+
"loss": 3.2008,
|
| 1473 |
+
"step": 10450
|
| 1474 |
+
},
|
| 1475 |
+
{
|
| 1476 |
+
"epoch": 1.9781461944235117,
|
| 1477 |
+
"grad_norm": 3.1601712703704834,
|
| 1478 |
+
"learning_rate": 7.040566084230981e-08,
|
| 1479 |
+
"loss": 3.1425,
|
| 1480 |
+
"step": 10500
|
| 1481 |
+
},
|
| 1482 |
+
{
|
| 1483 |
+
"epoch": 1.9875659382064808,
|
| 1484 |
+
"grad_norm": 5.7955098152160645,
|
| 1485 |
+
"learning_rate": 2.4801394007123446e-08,
|
| 1486 |
+
"loss": 3.2082,
|
| 1487 |
+
"step": 10550
|
| 1488 |
+
},
|
| 1489 |
+
{
|
| 1490 |
+
"epoch": 1.9969856819894498,
|
| 1491 |
+
"grad_norm": 3.779911994934082,
|
| 1492 |
+
"learning_rate": 2.462080305365433e-09,
|
| 1493 |
+
"loss": 3.2009,
|
| 1494 |
+
"step": 10600
|
| 1495 |
+
}
|
| 1496 |
+
],
|
| 1497 |
+
"logging_steps": 50,
|
| 1498 |
+
"max_steps": 10616,
|
| 1499 |
+
"num_input_tokens_seen": 0,
|
| 1500 |
+
"num_train_epochs": 2,
|
| 1501 |
+
"save_steps": 500,
|
| 1502 |
+
"stateful_callbacks": {
|
| 1503 |
+
"TrainerControl": {
|
| 1504 |
+
"args": {
|
| 1505 |
+
"should_epoch_stop": false,
|
| 1506 |
+
"should_evaluate": false,
|
| 1507 |
+
"should_log": false,
|
| 1508 |
+
"should_save": true,
|
| 1509 |
+
"should_training_stop": true
|
| 1510 |
+
},
|
| 1511 |
+
"attributes": {}
|
| 1512 |
+
}
|
| 1513 |
+
},
|
| 1514 |
+
"total_flos": 6261647005286400.0,
|
| 1515 |
+
"train_batch_size": 2,
|
| 1516 |
+
"trial_name": null,
|
| 1517 |
+
"trial_params": null
|
| 1518 |
+
}
|
checkpoint-10616/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab69d66570056eeedaac3e15c93029be77fde29561fd972597b2eaaa6d20f3bd
|
| 3 |
+
size 5432
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "</s>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<unk>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"bos_token": "<s>",
|
| 32 |
+
"clean_up_tokenization_spaces": false,
|
| 33 |
+
"eos_token": "</s>",
|
| 34 |
+
"extra_special_tokens": {},
|
| 35 |
+
"legacy": false,
|
| 36 |
+
"model_max_length": 2048,
|
| 37 |
+
"pad_token": "</s>",
|
| 38 |
+
"padding_side": "right",
|
| 39 |
+
"sp_model_kwargs": {},
|
| 40 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
+
"unk_token": "<unk>",
|
| 42 |
+
"use_default_system_prompt": false
|
| 43 |
+
}
|