Training in progress, epoch 0, 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 +40 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +88 -0
- last-checkpoint/trainer_state.json +633 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: defog/sqlcoder-7b-2
|
| 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": "defog/sqlcoder-7b-2",
|
| 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 |
+
"q_proj",
|
| 24 |
+
"up_proj",
|
| 25 |
+
"o_proj",
|
| 26 |
+
"down_proj",
|
| 27 |
+
"k_proj",
|
| 28 |
+
"gate_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:fb156c349248858d32402fcbb42937784966e36b7c8c2c39b5ec802a5fea5849
|
| 3 |
+
size 80013120
|
last-checkpoint/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4357ce26510a71dc1dc742a08fcb817e78b8c52c86855ef767e703868da242a0
|
| 3 |
+
size 41120084
|
last-checkpoint/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ac592a1923b15f9e52e5a1f0ec0f84811834268db41fecae454ef559660b689
|
| 3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:705cabf5cbc3a6ab0feb67c77b9b453d59efcc939ce90d310af96e621810f990
|
| 3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"▁<PRE>",
|
| 4 |
+
"▁<MID>",
|
| 5 |
+
"▁<SUF>",
|
| 6 |
+
"▁<EOT>",
|
| 7 |
+
"▁<PRE>",
|
| 8 |
+
"▁<MID>",
|
| 9 |
+
"▁<SUF>",
|
| 10 |
+
"▁<EOT>"
|
| 11 |
+
],
|
| 12 |
+
"bos_token": {
|
| 13 |
+
"content": "<s>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false
|
| 18 |
+
},
|
| 19 |
+
"eos_token": {
|
| 20 |
+
"content": "</s>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false
|
| 25 |
+
},
|
| 26 |
+
"pad_token": {
|
| 27 |
+
"content": "</s>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": false,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
},
|
| 33 |
+
"unk_token": {
|
| 34 |
+
"content": "<unk>",
|
| 35 |
+
"lstrip": false,
|
| 36 |
+
"normalized": false,
|
| 37 |
+
"rstrip": false,
|
| 38 |
+
"single_word": false
|
| 39 |
+
}
|
| 40 |
+
}
|
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:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
| 3 |
+
size 500058
|
last-checkpoint/tokenizer_config.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"0": {
|
| 6 |
+
"content": "<unk>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"1": {
|
| 14 |
+
"content": "<s>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"2": {
|
| 22 |
+
"content": "</s>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"32007": {
|
| 30 |
+
"content": "▁<PRE>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"32008": {
|
| 38 |
+
"content": "▁<SUF>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"32009": {
|
| 46 |
+
"content": "▁<MID>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"32010": {
|
| 54 |
+
"content": "▁<EOT>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
}
|
| 61 |
+
},
|
| 62 |
+
"additional_special_tokens": [
|
| 63 |
+
"▁<PRE>",
|
| 64 |
+
"▁<MID>",
|
| 65 |
+
"▁<SUF>",
|
| 66 |
+
"▁<EOT>",
|
| 67 |
+
"▁<PRE>",
|
| 68 |
+
"▁<MID>",
|
| 69 |
+
"▁<SUF>",
|
| 70 |
+
"▁<EOT>"
|
| 71 |
+
],
|
| 72 |
+
"bos_token": "<s>",
|
| 73 |
+
"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 %}",
|
| 74 |
+
"clean_up_tokenization_spaces": false,
|
| 75 |
+
"eos_token": "</s>",
|
| 76 |
+
"eot_token": "▁<EOT>",
|
| 77 |
+
"fill_token": "<FILL_ME>",
|
| 78 |
+
"legacy": null,
|
| 79 |
+
"middle_token": "▁<MID>",
|
| 80 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 81 |
+
"pad_token": "</s>",
|
| 82 |
+
"prefix_token": "▁<PRE>",
|
| 83 |
+
"sp_model_kwargs": {},
|
| 84 |
+
"suffix_token": "▁<SUF>",
|
| 85 |
+
"tokenizer_class": "CodeLlamaTokenizer",
|
| 86 |
+
"unk_token": "<unk>",
|
| 87 |
+
"use_default_system_prompt": false
|
| 88 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
|
@@ -0,0 +1,633 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.006064166461369365,
|
| 5 |
+
"eval_steps": 100,
|
| 6 |
+
"global_step": 400,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 1.5160416153423412e-05,
|
| 13 |
+
"eval_loss": 2.7578186988830566,
|
| 14 |
+
"eval_runtime": 2130.3996,
|
| 15 |
+
"eval_samples_per_second": 13.037,
|
| 16 |
+
"eval_steps_per_second": 6.518,
|
| 17 |
+
"step": 1
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 7.580208076711705e-05,
|
| 21 |
+
"grad_norm": 0.22757090628147125,
|
| 22 |
+
"learning_rate": 1.6666666666666667e-05,
|
| 23 |
+
"loss": 2.6285,
|
| 24 |
+
"step": 5
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.0001516041615342341,
|
| 28 |
+
"grad_norm": 0.30123084783554077,
|
| 29 |
+
"learning_rate": 3.3333333333333335e-05,
|
| 30 |
+
"loss": 2.6439,
|
| 31 |
+
"step": 10
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.00022740624230135117,
|
| 35 |
+
"grad_norm": 0.43347233533859253,
|
| 36 |
+
"learning_rate": 5e-05,
|
| 37 |
+
"loss": 2.6158,
|
| 38 |
+
"step": 15
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.0003032083230684682,
|
| 42 |
+
"grad_norm": 0.38997018337249756,
|
| 43 |
+
"learning_rate": 6.666666666666667e-05,
|
| 44 |
+
"loss": 2.6351,
|
| 45 |
+
"step": 20
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.0003790104038355853,
|
| 49 |
+
"grad_norm": 0.45476818084716797,
|
| 50 |
+
"learning_rate": 8.333333333333334e-05,
|
| 51 |
+
"loss": 2.6593,
|
| 52 |
+
"step": 25
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.00045481248460270234,
|
| 56 |
+
"grad_norm": 0.44464364647865295,
|
| 57 |
+
"learning_rate": 0.0001,
|
| 58 |
+
"loss": 2.5722,
|
| 59 |
+
"step": 30
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.0005306145653698194,
|
| 63 |
+
"grad_norm": 0.40289220213890076,
|
| 64 |
+
"learning_rate": 9.995494831023409e-05,
|
| 65 |
+
"loss": 2.5307,
|
| 66 |
+
"step": 35
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.0006064166461369364,
|
| 70 |
+
"grad_norm": 0.47276997566223145,
|
| 71 |
+
"learning_rate": 9.981987442712633e-05,
|
| 72 |
+
"loss": 2.5108,
|
| 73 |
+
"step": 40
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.0006822187269040535,
|
| 77 |
+
"grad_norm": 0.5267543792724609,
|
| 78 |
+
"learning_rate": 9.959502176294383e-05,
|
| 79 |
+
"loss": 2.5934,
|
| 80 |
+
"step": 45
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.0007580208076711706,
|
| 84 |
+
"grad_norm": 0.7315161228179932,
|
| 85 |
+
"learning_rate": 9.928079551738543e-05,
|
| 86 |
+
"loss": 2.4946,
|
| 87 |
+
"step": 50
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.0008338228884382876,
|
| 91 |
+
"grad_norm": 0.36576610803604126,
|
| 92 |
+
"learning_rate": 9.887776194738432e-05,
|
| 93 |
+
"loss": 2.3427,
|
| 94 |
+
"step": 55
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.0009096249692054047,
|
| 98 |
+
"grad_norm": 0.33563587069511414,
|
| 99 |
+
"learning_rate": 9.838664734667495e-05,
|
| 100 |
+
"loss": 2.4108,
|
| 101 |
+
"step": 60
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.0009854270499725217,
|
| 105 |
+
"grad_norm": 0.3877538740634918,
|
| 106 |
+
"learning_rate": 9.780833673696254e-05,
|
| 107 |
+
"loss": 2.4436,
|
| 108 |
+
"step": 65
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.0010612291307396389,
|
| 112 |
+
"grad_norm": 0.40572142601013184,
|
| 113 |
+
"learning_rate": 9.714387227305422e-05,
|
| 114 |
+
"loss": 2.3672,
|
| 115 |
+
"step": 70
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.0011370312115067558,
|
| 119 |
+
"grad_norm": 0.3760512173175812,
|
| 120 |
+
"learning_rate": 9.639445136482548e-05,
|
| 121 |
+
"loss": 2.3948,
|
| 122 |
+
"step": 75
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.0012128332922738728,
|
| 126 |
+
"grad_norm": 0.4467146098613739,
|
| 127 |
+
"learning_rate": 9.55614245194068e-05,
|
| 128 |
+
"loss": 2.4006,
|
| 129 |
+
"step": 80
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.00128863537304099,
|
| 133 |
+
"grad_norm": 0.4707958996295929,
|
| 134 |
+
"learning_rate": 9.464629290747842e-05,
|
| 135 |
+
"loss": 2.4273,
|
| 136 |
+
"step": 85
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.001364437453808107,
|
| 140 |
+
"grad_norm": 0.6314570903778076,
|
| 141 |
+
"learning_rate": 9.365070565805941e-05,
|
| 142 |
+
"loss": 2.3876,
|
| 143 |
+
"step": 90
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.001440239534575224,
|
| 147 |
+
"grad_norm": 0.6339156627655029,
|
| 148 |
+
"learning_rate": 9.257645688666556e-05,
|
| 149 |
+
"loss": 2.3634,
|
| 150 |
+
"step": 95
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.0015160416153423412,
|
| 154 |
+
"grad_norm": 0.7461808919906616,
|
| 155 |
+
"learning_rate": 9.142548246219212e-05,
|
| 156 |
+
"loss": 2.4329,
|
| 157 |
+
"step": 100
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.0015160416153423412,
|
| 161 |
+
"eval_loss": 2.39953351020813,
|
| 162 |
+
"eval_runtime": 2140.4428,
|
| 163 |
+
"eval_samples_per_second": 12.976,
|
| 164 |
+
"eval_steps_per_second": 6.488,
|
| 165 |
+
"step": 100
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 0.0015918436961094582,
|
| 169 |
+
"grad_norm": 0.4278106987476349,
|
| 170 |
+
"learning_rate": 9.019985651834703e-05,
|
| 171 |
+
"loss": 2.3485,
|
| 172 |
+
"step": 105
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"epoch": 0.0016676457768765752,
|
| 176 |
+
"grad_norm": 0.38612955808639526,
|
| 177 |
+
"learning_rate": 8.890178771592199e-05,
|
| 178 |
+
"loss": 2.3566,
|
| 179 |
+
"step": 110
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"epoch": 0.0017434478576436924,
|
| 183 |
+
"grad_norm": 0.39941906929016113,
|
| 184 |
+
"learning_rate": 8.753361526263621e-05,
|
| 185 |
+
"loss": 2.3124,
|
| 186 |
+
"step": 115
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 0.0018192499384108093,
|
| 190 |
+
"grad_norm": 0.43250414729118347,
|
| 191 |
+
"learning_rate": 8.609780469772623e-05,
|
| 192 |
+
"loss": 2.3929,
|
| 193 |
+
"step": 120
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"epoch": 0.0018950520191779265,
|
| 197 |
+
"grad_norm": 0.5353224277496338,
|
| 198 |
+
"learning_rate": 8.459694344887732e-05,
|
| 199 |
+
"loss": 2.277,
|
| 200 |
+
"step": 125
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"epoch": 0.0019708540999450433,
|
| 204 |
+
"grad_norm": 0.492675244808197,
|
| 205 |
+
"learning_rate": 8.303373616950408e-05,
|
| 206 |
+
"loss": 2.3773,
|
| 207 |
+
"step": 130
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"epoch": 0.0020466561807121605,
|
| 211 |
+
"grad_norm": 0.5275689959526062,
|
| 212 |
+
"learning_rate": 8.141099986478212e-05,
|
| 213 |
+
"loss": 2.4119,
|
| 214 |
+
"step": 135
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"epoch": 0.0021224582614792777,
|
| 218 |
+
"grad_norm": 0.6010898947715759,
|
| 219 |
+
"learning_rate": 7.973165881521434e-05,
|
| 220 |
+
"loss": 2.5141,
|
| 221 |
+
"step": 140
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"epoch": 0.0021982603422463945,
|
| 225 |
+
"grad_norm": 0.8218650221824646,
|
| 226 |
+
"learning_rate": 7.799873930687978e-05,
|
| 227 |
+
"loss": 2.3623,
|
| 228 |
+
"step": 145
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"epoch": 0.0022740624230135117,
|
| 232 |
+
"grad_norm": 0.8801436424255371,
|
| 233 |
+
"learning_rate": 7.621536417786159e-05,
|
| 234 |
+
"loss": 2.4681,
|
| 235 |
+
"step": 150
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"epoch": 0.002349864503780629,
|
| 239 |
+
"grad_norm": 0.41547921299934387,
|
| 240 |
+
"learning_rate": 7.438474719068173e-05,
|
| 241 |
+
"loss": 2.2384,
|
| 242 |
+
"step": 155
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"epoch": 0.0024256665845477456,
|
| 246 |
+
"grad_norm": 0.4640543460845947,
|
| 247 |
+
"learning_rate": 7.251018724088367e-05,
|
| 248 |
+
"loss": 2.3115,
|
| 249 |
+
"step": 160
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.002501468665314863,
|
| 253 |
+
"grad_norm": 0.48376739025115967,
|
| 254 |
+
"learning_rate": 7.059506241219965e-05,
|
| 255 |
+
"loss": 2.3587,
|
| 256 |
+
"step": 165
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"epoch": 0.00257727074608198,
|
| 260 |
+
"grad_norm": 0.48906421661376953,
|
| 261 |
+
"learning_rate": 6.864282388901544e-05,
|
| 262 |
+
"loss": 2.3416,
|
| 263 |
+
"step": 170
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"epoch": 0.002653072826849097,
|
| 267 |
+
"grad_norm": 0.493834525346756,
|
| 268 |
+
"learning_rate": 6.665698973710288e-05,
|
| 269 |
+
"loss": 2.2795,
|
| 270 |
+
"step": 175
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"epoch": 0.002728874907616214,
|
| 274 |
+
"grad_norm": 0.5276143550872803,
|
| 275 |
+
"learning_rate": 6.464113856382752e-05,
|
| 276 |
+
"loss": 2.363,
|
| 277 |
+
"step": 180
|
| 278 |
+
},
|
| 279 |
+
{
|
| 280 |
+
"epoch": 0.002804676988383331,
|
| 281 |
+
"grad_norm": 0.5667726993560791,
|
| 282 |
+
"learning_rate": 6.259890306925627e-05,
|
| 283 |
+
"loss": 2.3158,
|
| 284 |
+
"step": 185
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"epoch": 0.002880479069150448,
|
| 288 |
+
"grad_norm": 0.5737515091896057,
|
| 289 |
+
"learning_rate": 6.0533963499786314e-05,
|
| 290 |
+
"loss": 2.4867,
|
| 291 |
+
"step": 190
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"epoch": 0.002956281149917565,
|
| 295 |
+
"grad_norm": 0.6294056177139282,
|
| 296 |
+
"learning_rate": 5.8450041016092464e-05,
|
| 297 |
+
"loss": 2.3669,
|
| 298 |
+
"step": 195
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.0030320832306846824,
|
| 302 |
+
"grad_norm": 0.8288158178329468,
|
| 303 |
+
"learning_rate": 5.6350890987343944e-05,
|
| 304 |
+
"loss": 2.2939,
|
| 305 |
+
"step": 200
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"epoch": 0.0030320832306846824,
|
| 309 |
+
"eval_loss": 2.360253095626831,
|
| 310 |
+
"eval_runtime": 2139.6586,
|
| 311 |
+
"eval_samples_per_second": 12.981,
|
| 312 |
+
"eval_steps_per_second": 6.49,
|
| 313 |
+
"step": 200
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"epoch": 0.003107885311451799,
|
| 317 |
+
"grad_norm": 0.4714564383029938,
|
| 318 |
+
"learning_rate": 5.4240296223775465e-05,
|
| 319 |
+
"loss": 2.2905,
|
| 320 |
+
"step": 205
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"epoch": 0.0031836873922189163,
|
| 324 |
+
"grad_norm": 0.4659261703491211,
|
| 325 |
+
"learning_rate": 5.212206015980742e-05,
|
| 326 |
+
"loss": 2.3667,
|
| 327 |
+
"step": 210
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"epoch": 0.0032594894729860335,
|
| 331 |
+
"grad_norm": 0.465675950050354,
|
| 332 |
+
"learning_rate": 5e-05,
|
| 333 |
+
"loss": 2.304,
|
| 334 |
+
"step": 215
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"epoch": 0.0033352915537531503,
|
| 338 |
+
"grad_norm": 0.5581633448600769,
|
| 339 |
+
"learning_rate": 4.78779398401926e-05,
|
| 340 |
+
"loss": 2.3988,
|
| 341 |
+
"step": 220
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"epoch": 0.0034110936345202675,
|
| 345 |
+
"grad_norm": 0.5281254649162292,
|
| 346 |
+
"learning_rate": 4.575970377622456e-05,
|
| 347 |
+
"loss": 2.3941,
|
| 348 |
+
"step": 225
|
| 349 |
+
},
|
| 350 |
+
{
|
| 351 |
+
"epoch": 0.0034868957152873847,
|
| 352 |
+
"grad_norm": 0.615689218044281,
|
| 353 |
+
"learning_rate": 4.364910901265606e-05,
|
| 354 |
+
"loss": 2.3505,
|
| 355 |
+
"step": 230
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"epoch": 0.0035626977960545015,
|
| 359 |
+
"grad_norm": 0.6545027494430542,
|
| 360 |
+
"learning_rate": 4.1549958983907555e-05,
|
| 361 |
+
"loss": 2.4235,
|
| 362 |
+
"step": 235
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"epoch": 0.0036384998768216187,
|
| 366 |
+
"grad_norm": 0.6870514154434204,
|
| 367 |
+
"learning_rate": 3.94660365002137e-05,
|
| 368 |
+
"loss": 2.305,
|
| 369 |
+
"step": 240
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 0.003714301957588736,
|
| 373 |
+
"grad_norm": 0.8205248117446899,
|
| 374 |
+
"learning_rate": 3.740109693074375e-05,
|
| 375 |
+
"loss": 2.4011,
|
| 376 |
+
"step": 245
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"epoch": 0.003790104038355853,
|
| 380 |
+
"grad_norm": 0.9560214281082153,
|
| 381 |
+
"learning_rate": 3.5358861436172485e-05,
|
| 382 |
+
"loss": 2.5063,
|
| 383 |
+
"step": 250
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"epoch": 0.00386590611912297,
|
| 387 |
+
"grad_norm": 0.503361165523529,
|
| 388 |
+
"learning_rate": 3.334301026289712e-05,
|
| 389 |
+
"loss": 2.2964,
|
| 390 |
+
"step": 255
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"epoch": 0.003941708199890087,
|
| 394 |
+
"grad_norm": 0.4707900285720825,
|
| 395 |
+
"learning_rate": 3.135717611098458e-05,
|
| 396 |
+
"loss": 2.2691,
|
| 397 |
+
"step": 260
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"epoch": 0.004017510280657204,
|
| 401 |
+
"grad_norm": 0.5029754638671875,
|
| 402 |
+
"learning_rate": 2.9404937587800375e-05,
|
| 403 |
+
"loss": 2.3365,
|
| 404 |
+
"step": 265
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"epoch": 0.004093312361424321,
|
| 408 |
+
"grad_norm": 0.5085511803627014,
|
| 409 |
+
"learning_rate": 2.748981275911633e-05,
|
| 410 |
+
"loss": 2.2815,
|
| 411 |
+
"step": 270
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"epoch": 0.004169114442191438,
|
| 415 |
+
"grad_norm": 0.6214500069618225,
|
| 416 |
+
"learning_rate": 2.5615252809318284e-05,
|
| 417 |
+
"loss": 2.3879,
|
| 418 |
+
"step": 275
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"epoch": 0.004244916522958555,
|
| 422 |
+
"grad_norm": 0.6104791164398193,
|
| 423 |
+
"learning_rate": 2.3784635822138424e-05,
|
| 424 |
+
"loss": 2.3606,
|
| 425 |
+
"step": 280
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"epoch": 0.004320718603725672,
|
| 429 |
+
"grad_norm": 0.6343466639518738,
|
| 430 |
+
"learning_rate": 2.2001260693120233e-05,
|
| 431 |
+
"loss": 2.3203,
|
| 432 |
+
"step": 285
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"epoch": 0.004396520684492789,
|
| 436 |
+
"grad_norm": 0.6237061023712158,
|
| 437 |
+
"learning_rate": 2.026834118478567e-05,
|
| 438 |
+
"loss": 2.2779,
|
| 439 |
+
"step": 290
|
| 440 |
+
},
|
| 441 |
+
{
|
| 442 |
+
"epoch": 0.004472322765259907,
|
| 443 |
+
"grad_norm": 0.7434378266334534,
|
| 444 |
+
"learning_rate": 1.858900013521788e-05,
|
| 445 |
+
"loss": 2.3089,
|
| 446 |
+
"step": 295
|
| 447 |
+
},
|
| 448 |
+
{
|
| 449 |
+
"epoch": 0.004548124846027023,
|
| 450 |
+
"grad_norm": 0.9040917754173279,
|
| 451 |
+
"learning_rate": 1.6966263830495936e-05,
|
| 452 |
+
"loss": 2.4521,
|
| 453 |
+
"step": 300
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"epoch": 0.004548124846027023,
|
| 457 |
+
"eval_loss": 2.3442423343658447,
|
| 458 |
+
"eval_runtime": 2138.8652,
|
| 459 |
+
"eval_samples_per_second": 12.985,
|
| 460 |
+
"eval_steps_per_second": 6.493,
|
| 461 |
+
"step": 300
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"epoch": 0.00462392692679414,
|
| 465 |
+
"grad_norm": 0.4680471122264862,
|
| 466 |
+
"learning_rate": 1.5403056551122697e-05,
|
| 467 |
+
"loss": 2.3251,
|
| 468 |
+
"step": 305
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"epoch": 0.004699729007561258,
|
| 472 |
+
"grad_norm": 0.5053917169570923,
|
| 473 |
+
"learning_rate": 1.3902195302273779e-05,
|
| 474 |
+
"loss": 2.383,
|
| 475 |
+
"step": 310
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"epoch": 0.0047755310883283745,
|
| 479 |
+
"grad_norm": 0.5932111144065857,
|
| 480 |
+
"learning_rate": 1.246638473736378e-05,
|
| 481 |
+
"loss": 2.3376,
|
| 482 |
+
"step": 315
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"epoch": 0.004851333169095491,
|
| 486 |
+
"grad_norm": 0.5413691997528076,
|
| 487 |
+
"learning_rate": 1.1098212284078036e-05,
|
| 488 |
+
"loss": 2.3513,
|
| 489 |
+
"step": 320
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"epoch": 0.004927135249862609,
|
| 493 |
+
"grad_norm": 0.726198673248291,
|
| 494 |
+
"learning_rate": 9.800143481652979e-06,
|
| 495 |
+
"loss": 2.4017,
|
| 496 |
+
"step": 325
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"epoch": 0.005002937330629726,
|
| 500 |
+
"grad_norm": 0.5952734351158142,
|
| 501 |
+
"learning_rate": 8.574517537807897e-06,
|
| 502 |
+
"loss": 2.2666,
|
| 503 |
+
"step": 330
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"epoch": 0.0050787394113968425,
|
| 507 |
+
"grad_norm": 0.6325485706329346,
|
| 508 |
+
"learning_rate": 7.423543113334436e-06,
|
| 509 |
+
"loss": 2.2846,
|
| 510 |
+
"step": 335
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"epoch": 0.00515454149216396,
|
| 514 |
+
"grad_norm": 0.6884042024612427,
|
| 515 |
+
"learning_rate": 6.349294341940593e-06,
|
| 516 |
+
"loss": 2.3291,
|
| 517 |
+
"step": 340
|
| 518 |
+
},
|
| 519 |
+
{
|
| 520 |
+
"epoch": 0.005230343572931077,
|
| 521 |
+
"grad_norm": 0.7182841897010803,
|
| 522 |
+
"learning_rate": 5.353707092521582e-06,
|
| 523 |
+
"loss": 2.3911,
|
| 524 |
+
"step": 345
|
| 525 |
+
},
|
| 526 |
+
{
|
| 527 |
+
"epoch": 0.005306145653698194,
|
| 528 |
+
"grad_norm": 1.0043755769729614,
|
| 529 |
+
"learning_rate": 4.43857548059321e-06,
|
| 530 |
+
"loss": 2.3998,
|
| 531 |
+
"step": 350
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"epoch": 0.005381947734465311,
|
| 535 |
+
"grad_norm": 0.4532211720943451,
|
| 536 |
+
"learning_rate": 3.605548635174533e-06,
|
| 537 |
+
"loss": 2.26,
|
| 538 |
+
"step": 355
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"epoch": 0.005457749815232428,
|
| 542 |
+
"grad_norm": 0.5419708490371704,
|
| 543 |
+
"learning_rate": 2.85612772694579e-06,
|
| 544 |
+
"loss": 2.3052,
|
| 545 |
+
"step": 360
|
| 546 |
+
},
|
| 547 |
+
{
|
| 548 |
+
"epoch": 0.005533551895999545,
|
| 549 |
+
"grad_norm": 0.5240336656570435,
|
| 550 |
+
"learning_rate": 2.191663263037458e-06,
|
| 551 |
+
"loss": 2.3272,
|
| 552 |
+
"step": 365
|
| 553 |
+
},
|
| 554 |
+
{
|
| 555 |
+
"epoch": 0.005609353976766662,
|
| 556 |
+
"grad_norm": 0.5560078024864197,
|
| 557 |
+
"learning_rate": 1.6133526533250565e-06,
|
| 558 |
+
"loss": 2.292,
|
| 559 |
+
"step": 370
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"epoch": 0.005685156057533779,
|
| 563 |
+
"grad_norm": 0.5708209872245789,
|
| 564 |
+
"learning_rate": 1.1222380526156928e-06,
|
| 565 |
+
"loss": 2.3481,
|
| 566 |
+
"step": 375
|
| 567 |
+
},
|
| 568 |
+
{
|
| 569 |
+
"epoch": 0.005760958138300896,
|
| 570 |
+
"grad_norm": 0.6118387579917908,
|
| 571 |
+
"learning_rate": 7.192044826145771e-07,
|
| 572 |
+
"loss": 2.316,
|
| 573 |
+
"step": 380
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"epoch": 0.005836760219068014,
|
| 577 |
+
"grad_norm": 0.5928770899772644,
|
| 578 |
+
"learning_rate": 4.049782370561583e-07,
|
| 579 |
+
"loss": 2.3097,
|
| 580 |
+
"step": 385
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"epoch": 0.00591256229983513,
|
| 584 |
+
"grad_norm": 0.6476154923439026,
|
| 585 |
+
"learning_rate": 1.8012557287367392e-07,
|
| 586 |
+
"loss": 2.3382,
|
| 587 |
+
"step": 390
|
| 588 |
+
},
|
| 589 |
+
{
|
| 590 |
+
"epoch": 0.005988364380602247,
|
| 591 |
+
"grad_norm": 0.7122578620910645,
|
| 592 |
+
"learning_rate": 4.5051689765929214e-08,
|
| 593 |
+
"loss": 2.3883,
|
| 594 |
+
"step": 395
|
| 595 |
+
},
|
| 596 |
+
{
|
| 597 |
+
"epoch": 0.006064166461369365,
|
| 598 |
+
"grad_norm": 1.039080262184143,
|
| 599 |
+
"learning_rate": 0.0,
|
| 600 |
+
"loss": 2.384,
|
| 601 |
+
"step": 400
|
| 602 |
+
},
|
| 603 |
+
{
|
| 604 |
+
"epoch": 0.006064166461369365,
|
| 605 |
+
"eval_loss": 2.341160297393799,
|
| 606 |
+
"eval_runtime": 2139.1179,
|
| 607 |
+
"eval_samples_per_second": 12.984,
|
| 608 |
+
"eval_steps_per_second": 6.492,
|
| 609 |
+
"step": 400
|
| 610 |
+
}
|
| 611 |
+
],
|
| 612 |
+
"logging_steps": 5,
|
| 613 |
+
"max_steps": 400,
|
| 614 |
+
"num_input_tokens_seen": 0,
|
| 615 |
+
"num_train_epochs": 1,
|
| 616 |
+
"save_steps": 500,
|
| 617 |
+
"stateful_callbacks": {
|
| 618 |
+
"TrainerControl": {
|
| 619 |
+
"args": {
|
| 620 |
+
"should_epoch_stop": false,
|
| 621 |
+
"should_evaluate": false,
|
| 622 |
+
"should_log": false,
|
| 623 |
+
"should_save": true,
|
| 624 |
+
"should_training_stop": true
|
| 625 |
+
},
|
| 626 |
+
"attributes": {}
|
| 627 |
+
}
|
| 628 |
+
},
|
| 629 |
+
"total_flos": 1.302999393632256e+17,
|
| 630 |
+
"train_batch_size": 2,
|
| 631 |
+
"trial_name": null,
|
| 632 |
+
"trial_params": null
|
| 633 |
+
}
|
last-checkpoint/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39897e1b12bdc749071de71f6fa6d6d30229315531a3ed27638a715f95e66c1d
|
| 3 |
+
size 6776
|