Training in progress, step 1400, checkpoint
Browse files- checkpoint-1400/README.md +202 -0
- checkpoint-1400/adapter_config.json +33 -0
- checkpoint-1400/adapter_model.safetensors +3 -0
- checkpoint-1400/optimizer.pt +3 -0
- checkpoint-1400/rng_state.pth +3 -0
- checkpoint-1400/scheduler.pt +3 -0
- checkpoint-1400/special_tokens_map.json +24 -0
- checkpoint-1400/tokenizer.json +0 -0
- checkpoint-1400/tokenizer.model +3 -0
- checkpoint-1400/tokenizer_config.json +43 -0
- checkpoint-1400/trainer_state.json +455 -0
- checkpoint-1400/training_args.bin +3 -0
checkpoint-1400/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 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.9.0
|
checkpoint-1400/adapter_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layers_pattern": null,
|
| 10 |
+
"layers_to_transform": null,
|
| 11 |
+
"loftq_config": {},
|
| 12 |
+
"lora_alpha": 16,
|
| 13 |
+
"lora_dropout": 0.1,
|
| 14 |
+
"megatron_config": null,
|
| 15 |
+
"megatron_core": "megatron.core",
|
| 16 |
+
"modules_to_save": null,
|
| 17 |
+
"peft_type": "LORA",
|
| 18 |
+
"r": 8,
|
| 19 |
+
"rank_pattern": {},
|
| 20 |
+
"revision": null,
|
| 21 |
+
"target_modules": [
|
| 22 |
+
"q_proj",
|
| 23 |
+
"k_proj",
|
| 24 |
+
"v_proj",
|
| 25 |
+
"down_proj",
|
| 26 |
+
"gate_proj",
|
| 27 |
+
"up_proj",
|
| 28 |
+
"o_proj"
|
| 29 |
+
],
|
| 30 |
+
"task_type": "CAUSAL_LM",
|
| 31 |
+
"use_dora": false,
|
| 32 |
+
"use_rslora": false
|
| 33 |
+
}
|
checkpoint-1400/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:085d16218172072a247758a55450d8af42e12501d37dc5af6640fef21f2f0e7e
|
| 3 |
+
size 83945296
|
checkpoint-1400/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b15e1d32fd367e4b3b6544e099c708cf5b89dff10fd74c87d37372aa597d6c5
|
| 3 |
+
size 168149074
|
checkpoint-1400/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec09d49098da5cc697950fec97e0772a7ba1b948f5fb8d3ce60748e399bdfbe6
|
| 3 |
+
size 14244
|
checkpoint-1400/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:758cccf4883e1b3befb92a14432f922aa1045753bb27859345d514ef9bea987e
|
| 3 |
+
size 1064
|
checkpoint-1400/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": "<unk>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<unk>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
checkpoint-1400/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1400/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
| 3 |
+
size 493443
|
checkpoint-1400/tokenizer_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
},
|
| 30 |
+
"additional_special_tokens": [],
|
| 31 |
+
"bos_token": "<s>",
|
| 32 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
|
| 33 |
+
"clean_up_tokenization_spaces": false,
|
| 34 |
+
"eos_token": "</s>",
|
| 35 |
+
"legacy": true,
|
| 36 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 37 |
+
"pad_token": "<unk>",
|
| 38 |
+
"sp_model_kwargs": {},
|
| 39 |
+
"spaces_between_special_tokens": false,
|
| 40 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
+
"unk_token": "<unk>",
|
| 42 |
+
"use_default_system_prompt": false
|
| 43 |
+
}
|
checkpoint-1400/trainer_state.json
ADDED
|
@@ -0,0 +1,455 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.04491905868053436,
|
| 3 |
+
"best_model_checkpoint": "./Mistral/05-03-24-mistralai-Mistral-7B-Instruct-v0.2_multilang-dataset-3.2.0-2_epochs-1_batch_8/checkpoints/checkpoint-1400",
|
| 4 |
+
"epoch": 0.8682170542635659,
|
| 5 |
+
"eval_steps": 100,
|
| 6 |
+
"global_step": 1400,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.02,
|
| 13 |
+
"grad_norm": 6.648464679718018,
|
| 14 |
+
"learning_rate": 3.209876543209876e-05,
|
| 15 |
+
"loss": 5.2191,
|
| 16 |
+
"step": 30
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.04,
|
| 20 |
+
"grad_norm": 5.2440924644470215,
|
| 21 |
+
"learning_rate": 6.790123456790123e-05,
|
| 22 |
+
"loss": 0.1533,
|
| 23 |
+
"step": 60
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.06,
|
| 27 |
+
"grad_norm": 2.61743426322937,
|
| 28 |
+
"learning_rate": 0.00010493827160493828,
|
| 29 |
+
"loss": 0.1164,
|
| 30 |
+
"step": 90
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.06,
|
| 34 |
+
"eval_loss": 0.10366858541965485,
|
| 35 |
+
"eval_runtime": 378.9363,
|
| 36 |
+
"eval_samples_per_second": 7.566,
|
| 37 |
+
"eval_steps_per_second": 3.784,
|
| 38 |
+
"step": 100
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.07,
|
| 42 |
+
"grad_norm": 5.026630878448486,
|
| 43 |
+
"learning_rate": 0.00014197530864197534,
|
| 44 |
+
"loss": 0.0978,
|
| 45 |
+
"step": 120
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.09,
|
| 49 |
+
"grad_norm": 2.5573928356170654,
|
| 50 |
+
"learning_rate": 0.00017901234567901234,
|
| 51 |
+
"loss": 0.1202,
|
| 52 |
+
"step": 150
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.11,
|
| 56 |
+
"grad_norm": 2.880843162536621,
|
| 57 |
+
"learning_rate": 0.00019996620349638285,
|
| 58 |
+
"loss": 0.1355,
|
| 59 |
+
"step": 180
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.12,
|
| 63 |
+
"eval_loss": 0.10505001991987228,
|
| 64 |
+
"eval_runtime": 379.3305,
|
| 65 |
+
"eval_samples_per_second": 7.558,
|
| 66 |
+
"eval_steps_per_second": 3.78,
|
| 67 |
+
"step": 200
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"epoch": 0.13,
|
| 71 |
+
"grad_norm": 4.4998297691345215,
|
| 72 |
+
"learning_rate": 0.00019958625513182815,
|
| 73 |
+
"loss": 0.1064,
|
| 74 |
+
"step": 210
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"epoch": 0.15,
|
| 78 |
+
"grad_norm": 2.7974424362182617,
|
| 79 |
+
"learning_rate": 0.00019878572276863294,
|
| 80 |
+
"loss": 0.1194,
|
| 81 |
+
"step": 240
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.17,
|
| 85 |
+
"grad_norm": 2.9094600677490234,
|
| 86 |
+
"learning_rate": 0.00019756798730611813,
|
| 87 |
+
"loss": 0.1095,
|
| 88 |
+
"step": 270
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"epoch": 0.19,
|
| 92 |
+
"grad_norm": 3.1164822578430176,
|
| 93 |
+
"learning_rate": 0.00019593819162318232,
|
| 94 |
+
"loss": 0.1015,
|
| 95 |
+
"step": 300
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"epoch": 0.19,
|
| 99 |
+
"eval_loss": 0.11415495723485947,
|
| 100 |
+
"eval_runtime": 379.0247,
|
| 101 |
+
"eval_samples_per_second": 7.564,
|
| 102 |
+
"eval_steps_per_second": 3.783,
|
| 103 |
+
"step": 300
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"epoch": 0.2,
|
| 107 |
+
"grad_norm": 3.27632737159729,
|
| 108 |
+
"learning_rate": 0.0001939032188583108,
|
| 109 |
+
"loss": 0.088,
|
| 110 |
+
"step": 330
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"epoch": 0.22,
|
| 114 |
+
"grad_norm": 2.5714831352233887,
|
| 115 |
+
"learning_rate": 0.00019147166333992205,
|
| 116 |
+
"loss": 0.1157,
|
| 117 |
+
"step": 360
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 0.24,
|
| 121 |
+
"grad_norm": 5.944558620452881,
|
| 122 |
+
"learning_rate": 0.00018865379428982271,
|
| 123 |
+
"loss": 0.1026,
|
| 124 |
+
"step": 390
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"epoch": 0.25,
|
| 128 |
+
"eval_loss": 0.09923809766769409,
|
| 129 |
+
"eval_runtime": 379.1528,
|
| 130 |
+
"eval_samples_per_second": 7.562,
|
| 131 |
+
"eval_steps_per_second": 3.782,
|
| 132 |
+
"step": 400
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"epoch": 0.26,
|
| 136 |
+
"grad_norm": 3.4601669311523438,
|
| 137 |
+
"learning_rate": 0.00018546151245306205,
|
| 138 |
+
"loss": 0.1002,
|
| 139 |
+
"step": 420
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"epoch": 0.28,
|
| 143 |
+
"grad_norm": 1.8168306350708008,
|
| 144 |
+
"learning_rate": 0.00018190829983735207,
|
| 145 |
+
"loss": 0.0924,
|
| 146 |
+
"step": 450
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"epoch": 0.3,
|
| 150 |
+
"grad_norm": 2.477660894393921,
|
| 151 |
+
"learning_rate": 0.00017800916277431908,
|
| 152 |
+
"loss": 0.1002,
|
| 153 |
+
"step": 480
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.31,
|
| 157 |
+
"eval_loss": 0.1082511618733406,
|
| 158 |
+
"eval_runtime": 379.2943,
|
| 159 |
+
"eval_samples_per_second": 7.559,
|
| 160 |
+
"eval_steps_per_second": 3.781,
|
| 161 |
+
"step": 500
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 0.32,
|
| 165 |
+
"grad_norm": 1.3156869411468506,
|
| 166 |
+
"learning_rate": 0.00017378056854305747,
|
| 167 |
+
"loss": 0.0854,
|
| 168 |
+
"step": 510
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"epoch": 0.33,
|
| 172 |
+
"grad_norm": 2.603376626968384,
|
| 173 |
+
"learning_rate": 0.0001692403758236437,
|
| 174 |
+
"loss": 0.094,
|
| 175 |
+
"step": 540
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"epoch": 0.35,
|
| 179 |
+
"grad_norm": 3.5813493728637695,
|
| 180 |
+
"learning_rate": 0.00016440775927432753,
|
| 181 |
+
"loss": 0.0934,
|
| 182 |
+
"step": 570
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"epoch": 0.37,
|
| 186 |
+
"grad_norm": 1.6073071956634521,
|
| 187 |
+
"learning_rate": 0.0001593031285509347,
|
| 188 |
+
"loss": 0.0879,
|
| 189 |
+
"step": 600
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.37,
|
| 193 |
+
"eval_loss": 0.08940836787223816,
|
| 194 |
+
"eval_runtime": 379.1574,
|
| 195 |
+
"eval_samples_per_second": 7.562,
|
| 196 |
+
"eval_steps_per_second": 3.782,
|
| 197 |
+
"step": 600
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"epoch": 0.39,
|
| 201 |
+
"grad_norm": 25.474618911743164,
|
| 202 |
+
"learning_rate": 0.00015394804211048702,
|
| 203 |
+
"loss": 0.0755,
|
| 204 |
+
"step": 630
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.41,
|
| 208 |
+
"grad_norm": 1.6535922288894653,
|
| 209 |
+
"learning_rate": 0.000148365116163075,
|
| 210 |
+
"loss": 0.0997,
|
| 211 |
+
"step": 660
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"epoch": 0.43,
|
| 215 |
+
"grad_norm": 3.3517935276031494,
|
| 216 |
+
"learning_rate": 0.00014257792915650728,
|
| 217 |
+
"loss": 0.0778,
|
| 218 |
+
"step": 690
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"epoch": 0.43,
|
| 222 |
+
"eval_loss": 0.09067929536104202,
|
| 223 |
+
"eval_runtime": 379.1218,
|
| 224 |
+
"eval_samples_per_second": 7.562,
|
| 225 |
+
"eval_steps_per_second": 3.782,
|
| 226 |
+
"step": 700
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.45,
|
| 230 |
+
"grad_norm": 2.7602508068084717,
|
| 231 |
+
"learning_rate": 0.00013661092219712802,
|
| 232 |
+
"loss": 0.0859,
|
| 233 |
+
"step": 720
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.47,
|
| 237 |
+
"grad_norm": 5.499081134796143,
|
| 238 |
+
"learning_rate": 0.00013048929582735723,
|
| 239 |
+
"loss": 0.0836,
|
| 240 |
+
"step": 750
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.48,
|
| 244 |
+
"grad_norm": 1.043173909187317,
|
| 245 |
+
"learning_rate": 0.00012423890359589368,
|
| 246 |
+
"loss": 0.0836,
|
| 247 |
+
"step": 780
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.5,
|
| 251 |
+
"eval_loss": 0.07465904951095581,
|
| 252 |
+
"eval_runtime": 379.0646,
|
| 253 |
+
"eval_samples_per_second": 7.563,
|
| 254 |
+
"eval_steps_per_second": 3.783,
|
| 255 |
+
"step": 800
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.5,
|
| 259 |
+
"grad_norm": 2.594491481781006,
|
| 260 |
+
"learning_rate": 0.00011788614287006786,
|
| 261 |
+
"loss": 0.0822,
|
| 262 |
+
"step": 810
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.52,
|
| 266 |
+
"grad_norm": 3.741464614868164,
|
| 267 |
+
"learning_rate": 0.00011145784335147793,
|
| 268 |
+
"loss": 0.0785,
|
| 269 |
+
"step": 840
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.54,
|
| 273 |
+
"grad_norm": 1.201212763786316,
|
| 274 |
+
"learning_rate": 0.00010498115376574294,
|
| 275 |
+
"loss": 0.0827,
|
| 276 |
+
"step": 870
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.56,
|
| 280 |
+
"grad_norm": 1.8033993244171143,
|
| 281 |
+
"learning_rate": 9.848342720491665e-05,
|
| 282 |
+
"loss": 0.0642,
|
| 283 |
+
"step": 900
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.56,
|
| 287 |
+
"eval_loss": 0.06445665657520294,
|
| 288 |
+
"eval_runtime": 379.151,
|
| 289 |
+
"eval_samples_per_second": 7.562,
|
| 290 |
+
"eval_steps_per_second": 3.782,
|
| 291 |
+
"step": 900
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"epoch": 0.58,
|
| 295 |
+
"grad_norm": 40.951148986816406,
|
| 296 |
+
"learning_rate": 9.199210560679876e-05,
|
| 297 |
+
"loss": 0.0856,
|
| 298 |
+
"step": 930
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.6,
|
| 302 |
+
"grad_norm": 2.092067003250122,
|
| 303 |
+
"learning_rate": 8.553460385902189e-05,
|
| 304 |
+
"loss": 0.0665,
|
| 305 |
+
"step": 960
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"epoch": 0.61,
|
| 309 |
+
"grad_norm": 1.4154521226882935,
|
| 310 |
+
"learning_rate": 7.913819401738049e-05,
|
| 311 |
+
"loss": 0.0496,
|
| 312 |
+
"step": 990
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"epoch": 0.62,
|
| 316 |
+
"eval_loss": 0.07089055329561234,
|
| 317 |
+
"eval_runtime": 379.3022,
|
| 318 |
+
"eval_samples_per_second": 7.559,
|
| 319 |
+
"eval_steps_per_second": 3.781,
|
| 320 |
+
"step": 1000
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"epoch": 0.63,
|
| 324 |
+
"grad_norm": 1.431265950202942,
|
| 325 |
+
"learning_rate": 7.282989012738286e-05,
|
| 326 |
+
"loss": 0.0657,
|
| 327 |
+
"step": 1020
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"epoch": 0.65,
|
| 331 |
+
"grad_norm": 0.9289568066596985,
|
| 332 |
+
"learning_rate": 6.663633413546215e-05,
|
| 333 |
+
"loss": 0.0689,
|
| 334 |
+
"step": 1050
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"epoch": 0.67,
|
| 338 |
+
"grad_norm": 8.26246452331543,
|
| 339 |
+
"learning_rate": 6.0583683371678045e-05,
|
| 340 |
+
"loss": 0.06,
|
| 341 |
+
"step": 1080
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"epoch": 0.68,
|
| 345 |
+
"eval_loss": 0.06025632470846176,
|
| 346 |
+
"eval_runtime": 379.2152,
|
| 347 |
+
"eval_samples_per_second": 7.56,
|
| 348 |
+
"eval_steps_per_second": 3.781,
|
| 349 |
+
"step": 1100
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"epoch": 0.69,
|
| 353 |
+
"grad_norm": 1.6637234687805176,
|
| 354 |
+
"learning_rate": 5.4697500079105446e-05,
|
| 355 |
+
"loss": 0.0497,
|
| 356 |
+
"step": 1110
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"epoch": 0.71,
|
| 360 |
+
"grad_norm": 1.5166139602661133,
|
| 361 |
+
"learning_rate": 4.9002643456462527e-05,
|
| 362 |
+
"loss": 0.0444,
|
| 363 |
+
"step": 1140
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"epoch": 0.73,
|
| 367 |
+
"grad_norm": 1.845469355583191,
|
| 368 |
+
"learning_rate": 4.35231646699155e-05,
|
| 369 |
+
"loss": 0.0534,
|
| 370 |
+
"step": 1170
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 0.74,
|
| 374 |
+
"grad_norm": 3.517876386642456,
|
| 375 |
+
"learning_rate": 3.828220527745796e-05,
|
| 376 |
+
"loss": 0.0614,
|
| 377 |
+
"step": 1200
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"epoch": 0.74,
|
| 381 |
+
"eval_loss": 0.05674314126372337,
|
| 382 |
+
"eval_runtime": 379.2962,
|
| 383 |
+
"eval_samples_per_second": 7.559,
|
| 384 |
+
"eval_steps_per_second": 3.781,
|
| 385 |
+
"step": 1200
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"epoch": 0.76,
|
| 389 |
+
"grad_norm": 3.1431076526641846,
|
| 390 |
+
"learning_rate": 3.330189949485176e-05,
|
| 391 |
+
"loss": 0.0549,
|
| 392 |
+
"step": 1230
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"epoch": 0.78,
|
| 396 |
+
"grad_norm": 2.964785575866699,
|
| 397 |
+
"learning_rate": 2.8603280715889302e-05,
|
| 398 |
+
"loss": 0.0464,
|
| 399 |
+
"step": 1260
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"epoch": 0.8,
|
| 403 |
+
"grad_norm": 0.28953278064727783,
|
| 404 |
+
"learning_rate": 2.42061926817729e-05,
|
| 405 |
+
"loss": 0.0538,
|
| 406 |
+
"step": 1290
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"epoch": 0.81,
|
| 410 |
+
"eval_loss": 0.047811124473810196,
|
| 411 |
+
"eval_runtime": 379.3775,
|
| 412 |
+
"eval_samples_per_second": 7.557,
|
| 413 |
+
"eval_steps_per_second": 3.78,
|
| 414 |
+
"step": 1300
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"epoch": 0.82,
|
| 418 |
+
"grad_norm": 6.412265300750732,
|
| 419 |
+
"learning_rate": 2.012920567477007e-05,
|
| 420 |
+
"loss": 0.0477,
|
| 421 |
+
"step": 1320
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"epoch": 0.84,
|
| 425 |
+
"grad_norm": 0.20676860213279724,
|
| 426 |
+
"learning_rate": 1.6389538090085464e-05,
|
| 427 |
+
"loss": 0.0439,
|
| 428 |
+
"step": 1350
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"epoch": 0.86,
|
| 432 |
+
"grad_norm": 1.3963369131088257,
|
| 433 |
+
"learning_rate": 1.3002983717175953e-05,
|
| 434 |
+
"loss": 0.0524,
|
| 435 |
+
"step": 1380
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"epoch": 0.87,
|
| 439 |
+
"eval_loss": 0.04491905868053436,
|
| 440 |
+
"eval_runtime": 379.1879,
|
| 441 |
+
"eval_samples_per_second": 7.561,
|
| 442 |
+
"eval_steps_per_second": 3.782,
|
| 443 |
+
"step": 1400
|
| 444 |
+
}
|
| 445 |
+
],
|
| 446 |
+
"logging_steps": 30,
|
| 447 |
+
"max_steps": 1612,
|
| 448 |
+
"num_input_tokens_seen": 0,
|
| 449 |
+
"num_train_epochs": 1,
|
| 450 |
+
"save_steps": 100,
|
| 451 |
+
"total_flos": 7.165941039908782e+17,
|
| 452 |
+
"train_batch_size": 8,
|
| 453 |
+
"trial_name": null,
|
| 454 |
+
"trial_params": null
|
| 455 |
+
}
|
checkpoint-1400/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b934bc66c84e74712cf0a7647576ea2832610f1d81b30a0d347dfc5aa1763d4
|
| 3 |
+
size 5176
|