Model save
Browse files- README.md +66 -0
- all_results.json +9 -0
- generation_config.json +6 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +298 -0
- runs/Dec10_06-43-16_n124-104-101/events.out.tfevents.1733814335.n124-104-101.359094.0 +2 -2
- train_results.json +9 -0
- trainer_state.json +1569 -0
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: mistralai/Mistral-7B-v0.1
|
| 4 |
+
tags:
|
| 5 |
+
- trl
|
| 6 |
+
- sft
|
| 7 |
+
- generated_from_trainer
|
| 8 |
+
datasets:
|
| 9 |
+
- generator
|
| 10 |
+
model-index:
|
| 11 |
+
- name: zephyr-7b-sft-full
|
| 12 |
+
results: []
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
+
|
| 18 |
+
# zephyr-7b-sft-full
|
| 19 |
+
|
| 20 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the generator dataset.
|
| 21 |
+
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.9427
|
| 23 |
+
|
| 24 |
+
## Model description
|
| 25 |
+
|
| 26 |
+
More information needed
|
| 27 |
+
|
| 28 |
+
## Intended uses & limitations
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Training and evaluation data
|
| 33 |
+
|
| 34 |
+
More information needed
|
| 35 |
+
|
| 36 |
+
## Training procedure
|
| 37 |
+
|
| 38 |
+
### Training hyperparameters
|
| 39 |
+
|
| 40 |
+
The following hyperparameters were used during training:
|
| 41 |
+
- learning_rate: 2e-05
|
| 42 |
+
- train_batch_size: 16
|
| 43 |
+
- eval_batch_size: 8
|
| 44 |
+
- seed: 42
|
| 45 |
+
- distributed_type: multi-GPU
|
| 46 |
+
- num_devices: 8
|
| 47 |
+
- total_train_batch_size: 128
|
| 48 |
+
- total_eval_batch_size: 64
|
| 49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
+
- lr_scheduler_type: cosine
|
| 51 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 52 |
+
- num_epochs: 1
|
| 53 |
+
|
| 54 |
+
### Training results
|
| 55 |
+
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 57 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
| 58 |
+
| 0.9409 | 1.0 | 1084 | 0.9427 |
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
### Framework versions
|
| 62 |
+
|
| 63 |
+
- Transformers 4.42.0
|
| 64 |
+
- Pytorch 2.4.0
|
| 65 |
+
- Datasets 3.1.0
|
| 66 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"total_flos": 453935093514240.0,
|
| 4 |
+
"train_loss": 0.982847072101607,
|
| 5 |
+
"train_runtime": 5570.7798,
|
| 6 |
+
"train_samples": 207864,
|
| 7 |
+
"train_samples_per_second": 24.895,
|
| 8 |
+
"train_steps_per_second": 0.195
|
| 9 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"transformers_version": "4.42.0"
|
| 6 |
+
}
|
model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7ae298b2cb2584b30f9139ae9482e60924927c75a9e23788bf3c4aba74ebc6d
|
| 3 |
+
size 4943162336
|
model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5adaeef7f323c71a6534120a1f5cb0bf33074c290d53cd38011630be0ce50c58
|
| 3 |
+
size 4999819336
|
model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dc7cd81559d1a9fc41297d642f262cff193bb06e4c97847b12cc8b3b312a040
|
| 3 |
+
size 4540516344
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 14483464192
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00003-of-00003.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00003.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 161 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 170 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 179 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 188 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 197 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 206 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 224 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 233 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 287 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 296 |
+
"model.norm.weight": "model-00003-of-00003.safetensors"
|
| 297 |
+
}
|
| 298 |
+
}
|
runs/Dec10_06-43-16_n124-104-101/events.out.tfevents.1733814335.n124-104-101.359094.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b38f9bbe12812639e3ba26edd711f650ff10efe0c39ab34481a8100b5399557
|
| 3 |
+
size 51865
|
train_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"total_flos": 453935093514240.0,
|
| 4 |
+
"train_loss": 0.982847072101607,
|
| 5 |
+
"train_runtime": 5570.7798,
|
| 6 |
+
"train_samples": 207864,
|
| 7 |
+
"train_samples_per_second": 24.895,
|
| 8 |
+
"train_steps_per_second": 0.195
|
| 9 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,1569 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 1084,
|
| 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.0009225092250922509,
|
| 13 |
+
"grad_norm": 9.870301733957042,
|
| 14 |
+
"learning_rate": 1.8348623853211012e-07,
|
| 15 |
+
"loss": 1.1607,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.004612546125461255,
|
| 20 |
+
"grad_norm": 7.6358775502653735,
|
| 21 |
+
"learning_rate": 9.174311926605506e-07,
|
| 22 |
+
"loss": 1.1303,
|
| 23 |
+
"step": 5
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.00922509225092251,
|
| 27 |
+
"grad_norm": 3.9641069843195957,
|
| 28 |
+
"learning_rate": 1.8348623853211011e-06,
|
| 29 |
+
"loss": 1.0569,
|
| 30 |
+
"step": 10
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.013837638376383764,
|
| 34 |
+
"grad_norm": 2.5499940814970787,
|
| 35 |
+
"learning_rate": 2.7522935779816517e-06,
|
| 36 |
+
"loss": 1.0238,
|
| 37 |
+
"step": 15
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.01845018450184502,
|
| 41 |
+
"grad_norm": 2.083746857128064,
|
| 42 |
+
"learning_rate": 3.6697247706422022e-06,
|
| 43 |
+
"loss": 0.9931,
|
| 44 |
+
"step": 20
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.023062730627306273,
|
| 48 |
+
"grad_norm": 1.8847575524462474,
|
| 49 |
+
"learning_rate": 4.587155963302753e-06,
|
| 50 |
+
"loss": 0.982,
|
| 51 |
+
"step": 25
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.027675276752767528,
|
| 55 |
+
"grad_norm": 2.2303171581585435,
|
| 56 |
+
"learning_rate": 5.504587155963303e-06,
|
| 57 |
+
"loss": 0.9797,
|
| 58 |
+
"step": 30
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.03228782287822878,
|
| 62 |
+
"grad_norm": 2.790049451506377,
|
| 63 |
+
"learning_rate": 6.422018348623854e-06,
|
| 64 |
+
"loss": 0.9813,
|
| 65 |
+
"step": 35
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.03690036900369004,
|
| 69 |
+
"grad_norm": 1.9929053655008255,
|
| 70 |
+
"learning_rate": 7.3394495412844045e-06,
|
| 71 |
+
"loss": 0.9807,
|
| 72 |
+
"step": 40
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.04151291512915129,
|
| 76 |
+
"grad_norm": 2.7447280409420105,
|
| 77 |
+
"learning_rate": 8.256880733944956e-06,
|
| 78 |
+
"loss": 0.9867,
|
| 79 |
+
"step": 45
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.046125461254612546,
|
| 83 |
+
"grad_norm": 2.15994514361092,
|
| 84 |
+
"learning_rate": 9.174311926605506e-06,
|
| 85 |
+
"loss": 0.9966,
|
| 86 |
+
"step": 50
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.0507380073800738,
|
| 90 |
+
"grad_norm": 2.136357303154315,
|
| 91 |
+
"learning_rate": 1.0091743119266055e-05,
|
| 92 |
+
"loss": 0.9906,
|
| 93 |
+
"step": 55
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.055350553505535055,
|
| 97 |
+
"grad_norm": 2.274317609050521,
|
| 98 |
+
"learning_rate": 1.1009174311926607e-05,
|
| 99 |
+
"loss": 0.9921,
|
| 100 |
+
"step": 60
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.05996309963099631,
|
| 104 |
+
"grad_norm": 2.515953872720923,
|
| 105 |
+
"learning_rate": 1.1926605504587156e-05,
|
| 106 |
+
"loss": 1.0039,
|
| 107 |
+
"step": 65
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.06457564575645756,
|
| 111 |
+
"grad_norm": 2.6426205867787163,
|
| 112 |
+
"learning_rate": 1.2844036697247708e-05,
|
| 113 |
+
"loss": 0.9863,
|
| 114 |
+
"step": 70
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.06918819188191883,
|
| 118 |
+
"grad_norm": 2.209854625891484,
|
| 119 |
+
"learning_rate": 1.3761467889908258e-05,
|
| 120 |
+
"loss": 1.0025,
|
| 121 |
+
"step": 75
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.07380073800738007,
|
| 125 |
+
"grad_norm": 2.453800577899367,
|
| 126 |
+
"learning_rate": 1.4678899082568809e-05,
|
| 127 |
+
"loss": 1.0165,
|
| 128 |
+
"step": 80
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.07841328413284133,
|
| 132 |
+
"grad_norm": 2.284868701972977,
|
| 133 |
+
"learning_rate": 1.559633027522936e-05,
|
| 134 |
+
"loss": 1.0035,
|
| 135 |
+
"step": 85
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.08302583025830258,
|
| 139 |
+
"grad_norm": 2.6259331068874747,
|
| 140 |
+
"learning_rate": 1.6513761467889912e-05,
|
| 141 |
+
"loss": 0.9977,
|
| 142 |
+
"step": 90
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.08763837638376384,
|
| 146 |
+
"grad_norm": 2.2079127084296077,
|
| 147 |
+
"learning_rate": 1.743119266055046e-05,
|
| 148 |
+
"loss": 0.9878,
|
| 149 |
+
"step": 95
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.09225092250922509,
|
| 153 |
+
"grad_norm": 2.1954368041258663,
|
| 154 |
+
"learning_rate": 1.834862385321101e-05,
|
| 155 |
+
"loss": 1.0356,
|
| 156 |
+
"step": 100
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.09686346863468635,
|
| 160 |
+
"grad_norm": 2.531705339867925,
|
| 161 |
+
"learning_rate": 1.9266055045871563e-05,
|
| 162 |
+
"loss": 1.0098,
|
| 163 |
+
"step": 105
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.1014760147601476,
|
| 167 |
+
"grad_norm": 2.2792018031821497,
|
| 168 |
+
"learning_rate": 1.9999948088910656e-05,
|
| 169 |
+
"loss": 1.0133,
|
| 170 |
+
"step": 110
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.10608856088560886,
|
| 174 |
+
"grad_norm": 1.9782499003079985,
|
| 175 |
+
"learning_rate": 1.9998131257372878e-05,
|
| 176 |
+
"loss": 1.0238,
|
| 177 |
+
"step": 115
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.11070110701107011,
|
| 181 |
+
"grad_norm": 2.084336683738492,
|
| 182 |
+
"learning_rate": 1.999371941029485e-05,
|
| 183 |
+
"loss": 1.0146,
|
| 184 |
+
"step": 120
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.11531365313653137,
|
| 188 |
+
"grad_norm": 2.2430916805352776,
|
| 189 |
+
"learning_rate": 1.9986713692771732e-05,
|
| 190 |
+
"loss": 1.0375,
|
| 191 |
+
"step": 125
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.11992619926199262,
|
| 195 |
+
"grad_norm": 1.89148142251587,
|
| 196 |
+
"learning_rate": 1.9977115923137912e-05,
|
| 197 |
+
"loss": 1.0298,
|
| 198 |
+
"step": 130
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.12453874538745388,
|
| 202 |
+
"grad_norm": 1.9346322925017247,
|
| 203 |
+
"learning_rate": 1.9964928592495046e-05,
|
| 204 |
+
"loss": 1.0289,
|
| 205 |
+
"step": 135
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.12915129151291513,
|
| 209 |
+
"grad_norm": 2.063507608941714,
|
| 210 |
+
"learning_rate": 1.9950154864065497e-05,
|
| 211 |
+
"loss": 1.0283,
|
| 212 |
+
"step": 140
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.13376383763837638,
|
| 216 |
+
"grad_norm": 1.936455430343577,
|
| 217 |
+
"learning_rate": 1.993279857237133e-05,
|
| 218 |
+
"loss": 1.0321,
|
| 219 |
+
"step": 145
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.13837638376383765,
|
| 223 |
+
"grad_norm": 2.3172685570168743,
|
| 224 |
+
"learning_rate": 1.9912864222239045e-05,
|
| 225 |
+
"loss": 1.041,
|
| 226 |
+
"step": 150
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.1429889298892989,
|
| 230 |
+
"grad_norm": 2.2006105196246653,
|
| 231 |
+
"learning_rate": 1.9890356987630362e-05,
|
| 232 |
+
"loss": 1.0211,
|
| 233 |
+
"step": 155
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.14760147601476015,
|
| 237 |
+
"grad_norm": 1.945068405470377,
|
| 238 |
+
"learning_rate": 1.986528271029931e-05,
|
| 239 |
+
"loss": 1.0233,
|
| 240 |
+
"step": 160
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.1522140221402214,
|
| 244 |
+
"grad_norm": 1.8885138361710503,
|
| 245 |
+
"learning_rate": 1.9837647898276008e-05,
|
| 246 |
+
"loss": 1.0225,
|
| 247 |
+
"step": 165
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.15682656826568267,
|
| 251 |
+
"grad_norm": 2.10426243574591,
|
| 252 |
+
"learning_rate": 1.9807459724177497e-05,
|
| 253 |
+
"loss": 1.024,
|
| 254 |
+
"step": 170
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.16143911439114392,
|
| 258 |
+
"grad_norm": 1.95239943278475,
|
| 259 |
+
"learning_rate": 1.977472602334609e-05,
|
| 260 |
+
"loss": 1.0309,
|
| 261 |
+
"step": 175
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.16605166051660517,
|
| 265 |
+
"grad_norm": 2.0742390742666448,
|
| 266 |
+
"learning_rate": 1.973945529181572e-05,
|
| 267 |
+
"loss": 1.0351,
|
| 268 |
+
"step": 180
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.1706642066420664,
|
| 272 |
+
"grad_norm": 1.7368468057342068,
|
| 273 |
+
"learning_rate": 1.9701656684106764e-05,
|
| 274 |
+
"loss": 1.0405,
|
| 275 |
+
"step": 185
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.1752767527675277,
|
| 279 |
+
"grad_norm": 1.7716671273796425,
|
| 280 |
+
"learning_rate": 1.9661340010850025e-05,
|
| 281 |
+
"loss": 1.0287,
|
| 282 |
+
"step": 190
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.17988929889298894,
|
| 286 |
+
"grad_norm": 1.8588938948041192,
|
| 287 |
+
"learning_rate": 1.9618515736240353e-05,
|
| 288 |
+
"loss": 1.0498,
|
| 289 |
+
"step": 195
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.18450184501845018,
|
| 293 |
+
"grad_norm": 1.8452719555224244,
|
| 294 |
+
"learning_rate": 1.9573194975320672e-05,
|
| 295 |
+
"loss": 1.0369,
|
| 296 |
+
"step": 200
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.18911439114391143,
|
| 300 |
+
"grad_norm": 1.7827950944695834,
|
| 301 |
+
"learning_rate": 1.952538949109708e-05,
|
| 302 |
+
"loss": 1.0443,
|
| 303 |
+
"step": 205
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.1937269372693727,
|
| 307 |
+
"grad_norm": 1.9346364878018567,
|
| 308 |
+
"learning_rate": 1.9475111691485737e-05,
|
| 309 |
+
"loss": 1.0222,
|
| 310 |
+
"step": 210
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.19833948339483395,
|
| 314 |
+
"grad_norm": 1.6980455791090399,
|
| 315 |
+
"learning_rate": 1.9422374626092414e-05,
|
| 316 |
+
"loss": 1.0309,
|
| 317 |
+
"step": 215
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.2029520295202952,
|
| 321 |
+
"grad_norm": 1.5942581114601342,
|
| 322 |
+
"learning_rate": 1.936719198282545e-05,
|
| 323 |
+
"loss": 1.0296,
|
| 324 |
+
"step": 220
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.20756457564575645,
|
| 328 |
+
"grad_norm": 1.5677285054105923,
|
| 329 |
+
"learning_rate": 1.930957808434307e-05,
|
| 330 |
+
"loss": 1.0265,
|
| 331 |
+
"step": 225
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.21217712177121772,
|
| 335 |
+
"grad_norm": 1.6285717213585489,
|
| 336 |
+
"learning_rate": 1.9249547884335917e-05,
|
| 337 |
+
"loss": 1.0302,
|
| 338 |
+
"step": 230
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.21678966789667897,
|
| 342 |
+
"grad_norm": 1.7138451484563946,
|
| 343 |
+
"learning_rate": 1.9187116963645845e-05,
|
| 344 |
+
"loss": 1.0358,
|
| 345 |
+
"step": 235
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.22140221402214022,
|
| 349 |
+
"grad_norm": 1.849793007166441,
|
| 350 |
+
"learning_rate": 1.912230152622189e-05,
|
| 351 |
+
"loss": 1.0333,
|
| 352 |
+
"step": 240
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.22601476014760147,
|
| 356 |
+
"grad_norm": 1.8226869674776514,
|
| 357 |
+
"learning_rate": 1.9055118394914545e-05,
|
| 358 |
+
"loss": 1.0371,
|
| 359 |
+
"step": 245
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 0.23062730627306274,
|
| 363 |
+
"grad_norm": 1.6253243432899807,
|
| 364 |
+
"learning_rate": 1.898558500710939e-05,
|
| 365 |
+
"loss": 1.0336,
|
| 366 |
+
"step": 250
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.235239852398524,
|
| 370 |
+
"grad_norm": 1.6717598717297293,
|
| 371 |
+
"learning_rate": 1.891371941020121e-05,
|
| 372 |
+
"loss": 1.0541,
|
| 373 |
+
"step": 255
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.23985239852398524,
|
| 377 |
+
"grad_norm": 1.7951757710233756,
|
| 378 |
+
"learning_rate": 1.88395402569098e-05,
|
| 379 |
+
"loss": 1.017,
|
| 380 |
+
"step": 260
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 0.2444649446494465,
|
| 384 |
+
"grad_norm": 1.6096108295610199,
|
| 385 |
+
"learning_rate": 1.8763066800438638e-05,
|
| 386 |
+
"loss": 1.0269,
|
| 387 |
+
"step": 265
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.24907749077490776,
|
| 391 |
+
"grad_norm": 1.6416277343638672,
|
| 392 |
+
"learning_rate": 1.868431888947773e-05,
|
| 393 |
+
"loss": 1.037,
|
| 394 |
+
"step": 270
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.253690036900369,
|
| 398 |
+
"grad_norm": 1.4965013567584224,
|
| 399 |
+
"learning_rate": 1.860331696305188e-05,
|
| 400 |
+
"loss": 1.0267,
|
| 401 |
+
"step": 275
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.25830258302583026,
|
| 405 |
+
"grad_norm": 1.6330332258477454,
|
| 406 |
+
"learning_rate": 1.852008204521572e-05,
|
| 407 |
+
"loss": 1.0197,
|
| 408 |
+
"step": 280
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.2629151291512915,
|
| 412 |
+
"grad_norm": 1.5766862160608865,
|
| 413 |
+
"learning_rate": 1.8434635739596945e-05,
|
| 414 |
+
"loss": 1.0366,
|
| 415 |
+
"step": 285
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.26752767527675275,
|
| 419 |
+
"grad_norm": 1.6089055305536961,
|
| 420 |
+
"learning_rate": 1.834700022378907e-05,
|
| 421 |
+
"loss": 1.0533,
|
| 422 |
+
"step": 290
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.272140221402214,
|
| 426 |
+
"grad_norm": 1.6075644263468138,
|
| 427 |
+
"learning_rate": 1.825719824359524e-05,
|
| 428 |
+
"loss": 1.0392,
|
| 429 |
+
"step": 295
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.2767527675276753,
|
| 433 |
+
"grad_norm": 1.5507274436430425,
|
| 434 |
+
"learning_rate": 1.816525310712456e-05,
|
| 435 |
+
"loss": 1.0097,
|
| 436 |
+
"step": 300
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 0.28136531365313655,
|
| 440 |
+
"grad_norm": 1.5145472266368731,
|
| 441 |
+
"learning_rate": 1.8071188678742457e-05,
|
| 442 |
+
"loss": 1.0177,
|
| 443 |
+
"step": 305
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 0.2859778597785978,
|
| 447 |
+
"grad_norm": 1.9642560759333394,
|
| 448 |
+
"learning_rate": 1.7975029372876706e-05,
|
| 449 |
+
"loss": 1.0215,
|
| 450 |
+
"step": 310
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.29059040590405905,
|
| 454 |
+
"grad_norm": 1.5974962927976561,
|
| 455 |
+
"learning_rate": 1.787680014768065e-05,
|
| 456 |
+
"loss": 1.045,
|
| 457 |
+
"step": 315
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 0.2952029520295203,
|
| 461 |
+
"grad_norm": 1.6288780409656336,
|
| 462 |
+
"learning_rate": 1.777652649855531e-05,
|
| 463 |
+
"loss": 1.0112,
|
| 464 |
+
"step": 320
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 0.29981549815498154,
|
| 468 |
+
"grad_norm": 1.619084159391039,
|
| 469 |
+
"learning_rate": 1.7674234451532065e-05,
|
| 470 |
+
"loss": 1.0312,
|
| 471 |
+
"step": 325
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 0.3044280442804428,
|
| 475 |
+
"grad_norm": 1.5979104495922047,
|
| 476 |
+
"learning_rate": 1.7569950556517566e-05,
|
| 477 |
+
"loss": 1.0525,
|
| 478 |
+
"step": 330
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.30904059040590404,
|
| 482 |
+
"grad_norm": 1.4997831353273716,
|
| 483 |
+
"learning_rate": 1.7463701880402738e-05,
|
| 484 |
+
"loss": 1.0215,
|
| 485 |
+
"step": 335
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.31365313653136534,
|
| 489 |
+
"grad_norm": 1.5694872243699436,
|
| 490 |
+
"learning_rate": 1.7355516000037555e-05,
|
| 491 |
+
"loss": 1.0297,
|
| 492 |
+
"step": 340
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 0.3182656826568266,
|
| 496 |
+
"grad_norm": 1.6008099336404966,
|
| 497 |
+
"learning_rate": 1.7245420995073453e-05,
|
| 498 |
+
"loss": 1.0419,
|
| 499 |
+
"step": 345
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 0.32287822878228783,
|
| 503 |
+
"grad_norm": 1.6059180263249522,
|
| 504 |
+
"learning_rate": 1.7133445440675268e-05,
|
| 505 |
+
"loss": 1.0284,
|
| 506 |
+
"step": 350
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.3274907749077491,
|
| 510 |
+
"grad_norm": 1.6358881844781394,
|
| 511 |
+
"learning_rate": 1.7019618400104572e-05,
|
| 512 |
+
"loss": 1.0274,
|
| 513 |
+
"step": 355
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.33210332103321033,
|
| 517 |
+
"grad_norm": 1.5641614120804217,
|
| 518 |
+
"learning_rate": 1.6903969417176244e-05,
|
| 519 |
+
"loss": 1.0193,
|
| 520 |
+
"step": 360
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.3367158671586716,
|
| 524 |
+
"grad_norm": 1.4895862864423213,
|
| 525 |
+
"learning_rate": 1.6786528508590436e-05,
|
| 526 |
+
"loss": 1.0341,
|
| 527 |
+
"step": 365
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.3413284132841328,
|
| 531 |
+
"grad_norm": 1.564753891661441,
|
| 532 |
+
"learning_rate": 1.666732615614169e-05,
|
| 533 |
+
"loss": 1.0205,
|
| 534 |
+
"step": 370
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.3459409594095941,
|
| 538 |
+
"grad_norm": 1.4487617302488085,
|
| 539 |
+
"learning_rate": 1.6546393298807405e-05,
|
| 540 |
+
"loss": 1.018,
|
| 541 |
+
"step": 375
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.3505535055350554,
|
| 545 |
+
"grad_norm": 1.6533634720160688,
|
| 546 |
+
"learning_rate": 1.6423761324717636e-05,
|
| 547 |
+
"loss": 1.024,
|
| 548 |
+
"step": 380
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 0.3551660516605166,
|
| 552 |
+
"grad_norm": 1.493760972306007,
|
| 553 |
+
"learning_rate": 1.6299462063008272e-05,
|
| 554 |
+
"loss": 1.0166,
|
| 555 |
+
"step": 385
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 0.35977859778597787,
|
| 559 |
+
"grad_norm": 1.5564935885270512,
|
| 560 |
+
"learning_rate": 1.61735277755598e-05,
|
| 561 |
+
"loss": 1.0238,
|
| 562 |
+
"step": 390
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 0.3643911439114391,
|
| 566 |
+
"grad_norm": 1.8719539860792949,
|
| 567 |
+
"learning_rate": 1.6045991148623752e-05,
|
| 568 |
+
"loss": 1.0174,
|
| 569 |
+
"step": 395
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.36900369003690037,
|
| 573 |
+
"grad_norm": 1.509933150391116,
|
| 574 |
+
"learning_rate": 1.5916885284338937e-05,
|
| 575 |
+
"loss": 1.0047,
|
| 576 |
+
"step": 400
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.3736162361623616,
|
| 580 |
+
"grad_norm": 1.485803634928529,
|
| 581 |
+
"learning_rate": 1.5786243692139826e-05,
|
| 582 |
+
"loss": 1.0272,
|
| 583 |
+
"step": 405
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.37822878228782286,
|
| 587 |
+
"grad_norm": 1.5273070832476536,
|
| 588 |
+
"learning_rate": 1.5654100280059155e-05,
|
| 589 |
+
"loss": 1.0043,
|
| 590 |
+
"step": 410
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.3828413284132841,
|
| 594 |
+
"grad_norm": 1.469641191253245,
|
| 595 |
+
"learning_rate": 1.5520489345927095e-05,
|
| 596 |
+
"loss": 1.0033,
|
| 597 |
+
"step": 415
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.3874538745387454,
|
| 601 |
+
"grad_norm": 1.5621423725950956,
|
| 602 |
+
"learning_rate": 1.538544556846925e-05,
|
| 603 |
+
"loss": 1.0251,
|
| 604 |
+
"step": 420
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.39206642066420666,
|
| 608 |
+
"grad_norm": 1.4854792537280463,
|
| 609 |
+
"learning_rate": 1.5249003998305787e-05,
|
| 610 |
+
"loss": 1.0139,
|
| 611 |
+
"step": 425
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 0.3966789667896679,
|
| 615 |
+
"grad_norm": 1.540644154349171,
|
| 616 |
+
"learning_rate": 1.5111200048854055e-05,
|
| 617 |
+
"loss": 1.0204,
|
| 618 |
+
"step": 430
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.40129151291512916,
|
| 622 |
+
"grad_norm": 1.495564386831857,
|
| 623 |
+
"learning_rate": 1.4972069487137024e-05,
|
| 624 |
+
"loss": 1.0098,
|
| 625 |
+
"step": 435
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.4059040590405904,
|
| 629 |
+
"grad_norm": 1.6944058480092998,
|
| 630 |
+
"learning_rate": 1.4831648424499953e-05,
|
| 631 |
+
"loss": 1.0166,
|
| 632 |
+
"step": 440
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.41051660516605165,
|
| 636 |
+
"grad_norm": 1.4154740566727173,
|
| 637 |
+
"learning_rate": 1.4689973307237687e-05,
|
| 638 |
+
"loss": 1.0281,
|
| 639 |
+
"step": 445
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.4151291512915129,
|
| 643 |
+
"grad_norm": 1.456867007792944,
|
| 644 |
+
"learning_rate": 1.4547080907135024e-05,
|
| 645 |
+
"loss": 1.012,
|
| 646 |
+
"step": 450
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.41974169741697415,
|
| 650 |
+
"grad_norm": 1.5118739107040873,
|
| 651 |
+
"learning_rate": 1.4403008311922593e-05,
|
| 652 |
+
"loss": 1.0107,
|
| 653 |
+
"step": 455
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 0.42435424354243545,
|
| 657 |
+
"grad_norm": 1.4201069814359026,
|
| 658 |
+
"learning_rate": 1.4257792915650728e-05,
|
| 659 |
+
"loss": 1.0131,
|
| 660 |
+
"step": 460
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 0.4289667896678967,
|
| 664 |
+
"grad_norm": 1.3797821151089888,
|
| 665 |
+
"learning_rate": 1.4111472408983843e-05,
|
| 666 |
+
"loss": 1.0071,
|
| 667 |
+
"step": 465
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.43357933579335795,
|
| 671 |
+
"grad_norm": 1.547555594082307,
|
| 672 |
+
"learning_rate": 1.3964084769417823e-05,
|
| 673 |
+
"loss": 1.0294,
|
| 674 |
+
"step": 470
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 0.4381918819188192,
|
| 678 |
+
"grad_norm": 1.8253389041213868,
|
| 679 |
+
"learning_rate": 1.3815668251422953e-05,
|
| 680 |
+
"loss": 0.995,
|
| 681 |
+
"step": 475
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.44280442804428044,
|
| 685 |
+
"grad_norm": 1.4687976124888267,
|
| 686 |
+
"learning_rate": 1.3666261376514978e-05,
|
| 687 |
+
"loss": 0.9922,
|
| 688 |
+
"step": 480
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 0.4474169741697417,
|
| 692 |
+
"grad_norm": 1.4846214050363804,
|
| 693 |
+
"learning_rate": 1.3515902923256832e-05,
|
| 694 |
+
"loss": 1.0077,
|
| 695 |
+
"step": 485
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 0.45202952029520294,
|
| 699 |
+
"grad_norm": 1.5550431555961994,
|
| 700 |
+
"learning_rate": 1.3364631917193671e-05,
|
| 701 |
+
"loss": 1.0013,
|
| 702 |
+
"step": 490
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 0.4566420664206642,
|
| 706 |
+
"grad_norm": 1.541649391181409,
|
| 707 |
+
"learning_rate": 1.321248762072377e-05,
|
| 708 |
+
"loss": 1.0027,
|
| 709 |
+
"step": 495
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 0.4612546125461255,
|
| 713 |
+
"grad_norm": 1.4625591942436968,
|
| 714 |
+
"learning_rate": 1.3059509522907998e-05,
|
| 715 |
+
"loss": 0.9971,
|
| 716 |
+
"step": 500
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 0.46586715867158673,
|
| 720 |
+
"grad_norm": 1.4303485864613443,
|
| 721 |
+
"learning_rate": 1.2905737329220394e-05,
|
| 722 |
+
"loss": 0.9963,
|
| 723 |
+
"step": 505
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 0.470479704797048,
|
| 727 |
+
"grad_norm": 1.490615007478747,
|
| 728 |
+
"learning_rate": 1.2751210951242636e-05,
|
| 729 |
+
"loss": 1.0066,
|
| 730 |
+
"step": 510
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.47509225092250923,
|
| 734 |
+
"grad_norm": 1.453650333930737,
|
| 735 |
+
"learning_rate": 1.2595970496304975e-05,
|
| 736 |
+
"loss": 0.9939,
|
| 737 |
+
"step": 515
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 0.4797047970479705,
|
| 741 |
+
"grad_norm": 1.4965869855232417,
|
| 742 |
+
"learning_rate": 1.2440056257076376e-05,
|
| 743 |
+
"loss": 1.0079,
|
| 744 |
+
"step": 520
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 0.4843173431734317,
|
| 748 |
+
"grad_norm": 1.4489426823286569,
|
| 749 |
+
"learning_rate": 1.2283508701106559e-05,
|
| 750 |
+
"loss": 0.9781,
|
| 751 |
+
"step": 525
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 0.488929889298893,
|
| 755 |
+
"grad_norm": 1.4353569698033004,
|
| 756 |
+
"learning_rate": 1.2126368460322637e-05,
|
| 757 |
+
"loss": 1.0102,
|
| 758 |
+
"step": 530
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 0.4935424354243542,
|
| 762 |
+
"grad_norm": 1.3263470851244286,
|
| 763 |
+
"learning_rate": 1.1968676320483103e-05,
|
| 764 |
+
"loss": 0.9684,
|
| 765 |
+
"step": 535
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 0.4981549815498155,
|
| 769 |
+
"grad_norm": 1.4471529804335683,
|
| 770 |
+
"learning_rate": 1.1810473210591882e-05,
|
| 771 |
+
"loss": 0.9858,
|
| 772 |
+
"step": 540
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 0.5027675276752768,
|
| 776 |
+
"grad_norm": 1.6634718686097767,
|
| 777 |
+
"learning_rate": 1.1651800192275197e-05,
|
| 778 |
+
"loss": 0.9798,
|
| 779 |
+
"step": 545
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 0.507380073800738,
|
| 783 |
+
"grad_norm": 1.4077516065143243,
|
| 784 |
+
"learning_rate": 1.1492698449124042e-05,
|
| 785 |
+
"loss": 0.9904,
|
| 786 |
+
"step": 550
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 0.5119926199261993,
|
| 790 |
+
"grad_norm": 1.3842391940758678,
|
| 791 |
+
"learning_rate": 1.1333209276004959e-05,
|
| 792 |
+
"loss": 0.9971,
|
| 793 |
+
"step": 555
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 0.5166051660516605,
|
| 797 |
+
"grad_norm": 1.3552490385806142,
|
| 798 |
+
"learning_rate": 1.1173374068341962e-05,
|
| 799 |
+
"loss": 1.0064,
|
| 800 |
+
"step": 560
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 0.5212177121771218,
|
| 804 |
+
"grad_norm": 1.555289246108155,
|
| 805 |
+
"learning_rate": 1.1013234311372353e-05,
|
| 806 |
+
"loss": 0.9874,
|
| 807 |
+
"step": 565
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 0.525830258302583,
|
| 811 |
+
"grad_norm": 1.5905481722662995,
|
| 812 |
+
"learning_rate": 1.0852831569379217e-05,
|
| 813 |
+
"loss": 0.9915,
|
| 814 |
+
"step": 570
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 0.5304428044280443,
|
| 818 |
+
"grad_norm": 1.503857570008716,
|
| 819 |
+
"learning_rate": 1.0692207474903421e-05,
|
| 820 |
+
"loss": 0.9916,
|
| 821 |
+
"step": 575
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 0.5350553505535055,
|
| 825 |
+
"grad_norm": 1.4616116802333865,
|
| 826 |
+
"learning_rate": 1.0531403717937888e-05,
|
| 827 |
+
"loss": 0.9892,
|
| 828 |
+
"step": 580
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 0.5396678966789668,
|
| 832 |
+
"grad_norm": 1.4502706666625567,
|
| 833 |
+
"learning_rate": 1.037046203510694e-05,
|
| 834 |
+
"loss": 0.977,
|
| 835 |
+
"step": 585
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 0.544280442804428,
|
| 839 |
+
"grad_norm": 1.3734581487116164,
|
| 840 |
+
"learning_rate": 1.0209424198833571e-05,
|
| 841 |
+
"loss": 0.9862,
|
| 842 |
+
"step": 590
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 0.5488929889298892,
|
| 846 |
+
"grad_norm": 1.4945854406869938,
|
| 847 |
+
"learning_rate": 1.0048332006497406e-05,
|
| 848 |
+
"loss": 0.9936,
|
| 849 |
+
"step": 595
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 0.5535055350553506,
|
| 853 |
+
"grad_norm": 1.3930881740821102,
|
| 854 |
+
"learning_rate": 9.887227269586184e-06,
|
| 855 |
+
"loss": 0.9807,
|
| 856 |
+
"step": 600
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 0.5581180811808119,
|
| 860 |
+
"grad_norm": 1.478713291975006,
|
| 861 |
+
"learning_rate": 9.7261518028436e-06,
|
| 862 |
+
"loss": 0.9903,
|
| 863 |
+
"step": 605
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 0.5627306273062731,
|
| 867 |
+
"grad_norm": 1.420734873408918,
|
| 868 |
+
"learning_rate": 9.565147413416266e-06,
|
| 869 |
+
"loss": 0.9788,
|
| 870 |
+
"step": 610
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 0.5673431734317343,
|
| 874 |
+
"grad_norm": 1.4705269930380465,
|
| 875 |
+
"learning_rate": 9.404255890002677e-06,
|
| 876 |
+
"loss": 0.9967,
|
| 877 |
+
"step": 615
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 0.5719557195571956,
|
| 881 |
+
"grad_norm": 1.3329074523022386,
|
| 882 |
+
"learning_rate": 9.243518992006944e-06,
|
| 883 |
+
"loss": 0.9739,
|
| 884 |
+
"step": 620
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 0.5765682656826568,
|
| 888 |
+
"grad_norm": 1.3411458856414704,
|
| 889 |
+
"learning_rate": 9.082978438700138e-06,
|
| 890 |
+
"loss": 0.9682,
|
| 891 |
+
"step": 625
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 0.5811808118081181,
|
| 895 |
+
"grad_norm": 2.132001925450684,
|
| 896 |
+
"learning_rate": 8.922675898392072e-06,
|
| 897 |
+
"loss": 0.9666,
|
| 898 |
+
"step": 630
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 0.5857933579335793,
|
| 902 |
+
"grad_norm": 2.43102419510478,
|
| 903 |
+
"learning_rate": 8.762652977616258e-06,
|
| 904 |
+
"loss": 0.9874,
|
| 905 |
+
"step": 635
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 0.5904059040590406,
|
| 909 |
+
"grad_norm": 1.3738990911698028,
|
| 910 |
+
"learning_rate": 8.602951210330942e-06,
|
| 911 |
+
"loss": 0.967,
|
| 912 |
+
"step": 640
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 0.5950184501845018,
|
| 916 |
+
"grad_norm": 1.4174540748579312,
|
| 917 |
+
"learning_rate": 8.443612047138965e-06,
|
| 918 |
+
"loss": 0.982,
|
| 919 |
+
"step": 645
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 0.5996309963099631,
|
| 923 |
+
"grad_norm": 1.4357166892787867,
|
| 924 |
+
"learning_rate": 8.284676844529258e-06,
|
| 925 |
+
"loss": 0.9447,
|
| 926 |
+
"step": 650
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 0.6042435424354243,
|
| 930 |
+
"grad_norm": 1.3135487842803675,
|
| 931 |
+
"learning_rate": 8.126186854142752e-06,
|
| 932 |
+
"loss": 0.9521,
|
| 933 |
+
"step": 655
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 0.6088560885608856,
|
| 937 |
+
"grad_norm": 1.376281811405976,
|
| 938 |
+
"learning_rate": 7.968183212065537e-06,
|
| 939 |
+
"loss": 0.9639,
|
| 940 |
+
"step": 660
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 0.6134686346863468,
|
| 944 |
+
"grad_norm": 1.3531901458569717,
|
| 945 |
+
"learning_rate": 7.81070692815195e-06,
|
| 946 |
+
"loss": 0.9612,
|
| 947 |
+
"step": 665
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 0.6180811808118081,
|
| 951 |
+
"grad_norm": 1.4317488801453897,
|
| 952 |
+
"learning_rate": 7.6537988753805e-06,
|
| 953 |
+
"loss": 0.9559,
|
| 954 |
+
"step": 670
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 0.6226937269372693,
|
| 958 |
+
"grad_norm": 1.3488154766734353,
|
| 959 |
+
"learning_rate": 7.497499779245268e-06,
|
| 960 |
+
"loss": 0.9643,
|
| 961 |
+
"step": 675
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 0.6273062730627307,
|
| 965 |
+
"grad_norm": 1.3767572836176645,
|
| 966 |
+
"learning_rate": 7.3418502071856004e-06,
|
| 967 |
+
"loss": 0.9727,
|
| 968 |
+
"step": 680
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 0.6319188191881919,
|
| 972 |
+
"grad_norm": 1.3550732483616188,
|
| 973 |
+
"learning_rate": 7.186890558056836e-06,
|
| 974 |
+
"loss": 0.9524,
|
| 975 |
+
"step": 685
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 0.6365313653136532,
|
| 979 |
+
"grad_norm": 1.4366768084351662,
|
| 980 |
+
"learning_rate": 7.0326610516447825e-06,
|
| 981 |
+
"loss": 0.952,
|
| 982 |
+
"step": 690
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 0.6411439114391144,
|
| 986 |
+
"grad_norm": 1.3824939005375763,
|
| 987 |
+
"learning_rate": 6.879201718226658e-06,
|
| 988 |
+
"loss": 0.9432,
|
| 989 |
+
"step": 695
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 0.6457564575645757,
|
| 993 |
+
"grad_norm": 1.2522950876693184,
|
| 994 |
+
"learning_rate": 6.7265523881812335e-06,
|
| 995 |
+
"loss": 0.9566,
|
| 996 |
+
"step": 700
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 0.6503690036900369,
|
| 1000 |
+
"grad_norm": 1.2822158525144027,
|
| 1001 |
+
"learning_rate": 6.574752681650864e-06,
|
| 1002 |
+
"loss": 0.9427,
|
| 1003 |
+
"step": 705
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 0.6549815498154982,
|
| 1007 |
+
"grad_norm": 1.281546005641374,
|
| 1008 |
+
"learning_rate": 6.423841998258069e-06,
|
| 1009 |
+
"loss": 0.9491,
|
| 1010 |
+
"step": 710
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 0.6595940959409594,
|
| 1014 |
+
"grad_norm": 1.3593173158577243,
|
| 1015 |
+
"learning_rate": 6.273859506879365e-06,
|
| 1016 |
+
"loss": 0.9681,
|
| 1017 |
+
"step": 715
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 0.6642066420664207,
|
| 1021 |
+
"grad_norm": 1.3175244538690682,
|
| 1022 |
+
"learning_rate": 6.124844135478971e-06,
|
| 1023 |
+
"loss": 0.9646,
|
| 1024 |
+
"step": 720
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 0.6688191881918819,
|
| 1028 |
+
"grad_norm": 1.2493446902612035,
|
| 1029 |
+
"learning_rate": 5.976834561005069e-06,
|
| 1030 |
+
"loss": 0.9596,
|
| 1031 |
+
"step": 725
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 0.6734317343173432,
|
| 1035 |
+
"grad_norm": 1.3442075840613932,
|
| 1036 |
+
"learning_rate": 5.829869199351188e-06,
|
| 1037 |
+
"loss": 0.9491,
|
| 1038 |
+
"step": 730
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 0.6780442804428044,
|
| 1042 |
+
"grad_norm": 1.3675030498037168,
|
| 1043 |
+
"learning_rate": 5.68398619538536e-06,
|
| 1044 |
+
"loss": 0.9427,
|
| 1045 |
+
"step": 735
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 0.6826568265682657,
|
| 1049 |
+
"grad_norm": 1.3920256857486872,
|
| 1050 |
+
"learning_rate": 5.53922341304961e-06,
|
| 1051 |
+
"loss": 0.9377,
|
| 1052 |
+
"step": 740
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 0.6872693726937269,
|
| 1056 |
+
"grad_norm": 1.4200210554910793,
|
| 1057 |
+
"learning_rate": 5.39561842553239e-06,
|
| 1058 |
+
"loss": 0.9765,
|
| 1059 |
+
"step": 745
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 0.6918819188191881,
|
| 1063 |
+
"grad_norm": 1.3292116459560566,
|
| 1064 |
+
"learning_rate": 5.2532085055164205e-06,
|
| 1065 |
+
"loss": 0.9501,
|
| 1066 |
+
"step": 750
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 0.6964944649446494,
|
| 1070 |
+
"grad_norm": 1.3169663796276798,
|
| 1071 |
+
"learning_rate": 5.112030615504601e-06,
|
| 1072 |
+
"loss": 0.9528,
|
| 1073 |
+
"step": 755
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 0.7011070110701108,
|
| 1077 |
+
"grad_norm": 1.2655423286923129,
|
| 1078 |
+
"learning_rate": 4.972121398226371e-06,
|
| 1079 |
+
"loss": 0.9387,
|
| 1080 |
+
"step": 760
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 0.705719557195572,
|
| 1084 |
+
"grad_norm": 1.3173634362259354,
|
| 1085 |
+
"learning_rate": 4.833517167127077e-06,
|
| 1086 |
+
"loss": 0.953,
|
| 1087 |
+
"step": 765
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 0.7103321033210332,
|
| 1091 |
+
"grad_norm": 1.2762603380948692,
|
| 1092 |
+
"learning_rate": 4.6962538969428416e-06,
|
| 1093 |
+
"loss": 0.9517,
|
| 1094 |
+
"step": 770
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 0.7149446494464945,
|
| 1098 |
+
"grad_norm": 1.2561610075530374,
|
| 1099 |
+
"learning_rate": 4.560367214363295e-06,
|
| 1100 |
+
"loss": 0.9459,
|
| 1101 |
+
"step": 775
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 0.7195571955719557,
|
| 1105 |
+
"grad_norm": 1.3911464801805598,
|
| 1106 |
+
"learning_rate": 4.425892388784681e-06,
|
| 1107 |
+
"loss": 0.9489,
|
| 1108 |
+
"step": 780
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 0.724169741697417,
|
| 1112 |
+
"grad_norm": 1.3779998222369714,
|
| 1113 |
+
"learning_rate": 4.292864323155684e-06,
|
| 1114 |
+
"loss": 0.9352,
|
| 1115 |
+
"step": 785
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"epoch": 0.7287822878228782,
|
| 1119 |
+
"grad_norm": 1.3549667557199516,
|
| 1120 |
+
"learning_rate": 4.161317544918345e-06,
|
| 1121 |
+
"loss": 0.9385,
|
| 1122 |
+
"step": 790
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"epoch": 0.7333948339483395,
|
| 1126 |
+
"grad_norm": 1.291259067589743,
|
| 1127 |
+
"learning_rate": 4.031286197046493e-06,
|
| 1128 |
+
"loss": 0.9427,
|
| 1129 |
+
"step": 795
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"epoch": 0.7380073800738007,
|
| 1133 |
+
"grad_norm": 1.3100001731926842,
|
| 1134 |
+
"learning_rate": 3.902804029183907e-06,
|
| 1135 |
+
"loss": 0.9448,
|
| 1136 |
+
"step": 800
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"epoch": 0.742619926199262,
|
| 1140 |
+
"grad_norm": 1.3365665745846784,
|
| 1141 |
+
"learning_rate": 3.775904388884618e-06,
|
| 1142 |
+
"loss": 0.9424,
|
| 1143 |
+
"step": 805
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 0.7472324723247232,
|
| 1147 |
+
"grad_norm": 1.3043985795677464,
|
| 1148 |
+
"learning_rate": 3.650620212957524e-06,
|
| 1149 |
+
"loss": 0.9411,
|
| 1150 |
+
"step": 810
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"epoch": 0.7518450184501845,
|
| 1154 |
+
"grad_norm": 1.4271272496927294,
|
| 1155 |
+
"learning_rate": 3.5269840189176616e-06,
|
| 1156 |
+
"loss": 0.9283,
|
| 1157 |
+
"step": 815
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 0.7564575645756457,
|
| 1161 |
+
"grad_norm": 1.2952198347151347,
|
| 1162 |
+
"learning_rate": 3.405027896546277e-06,
|
| 1163 |
+
"loss": 0.9264,
|
| 1164 |
+
"step": 820
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 0.761070110701107,
|
| 1168 |
+
"grad_norm": 1.2957386450676602,
|
| 1169 |
+
"learning_rate": 3.2847834995619067e-06,
|
| 1170 |
+
"loss": 0.9453,
|
| 1171 |
+
"step": 825
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"epoch": 0.7656826568265682,
|
| 1175 |
+
"grad_norm": 1.2793394772991085,
|
| 1176 |
+
"learning_rate": 3.1662820374046776e-06,
|
| 1177 |
+
"loss": 0.9355,
|
| 1178 |
+
"step": 830
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"epoch": 0.7702952029520295,
|
| 1182 |
+
"grad_norm": 1.3073488709068672,
|
| 1183 |
+
"learning_rate": 3.0495542671358745e-06,
|
| 1184 |
+
"loss": 0.9295,
|
| 1185 |
+
"step": 835
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"epoch": 0.7749077490774908,
|
| 1189 |
+
"grad_norm": 1.3060370644236081,
|
| 1190 |
+
"learning_rate": 2.934630485454948e-06,
|
| 1191 |
+
"loss": 0.9355,
|
| 1192 |
+
"step": 840
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"epoch": 0.7795202952029521,
|
| 1196 |
+
"grad_norm": 1.3092461599305434,
|
| 1197 |
+
"learning_rate": 2.8215405208360237e-06,
|
| 1198 |
+
"loss": 0.9398,
|
| 1199 |
+
"step": 845
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"epoch": 0.7841328413284133,
|
| 1203 |
+
"grad_norm": 1.3054882444271876,
|
| 1204 |
+
"learning_rate": 2.7103137257858867e-06,
|
| 1205 |
+
"loss": 0.9361,
|
| 1206 |
+
"step": 850
|
| 1207 |
+
},
|
| 1208 |
+
{
|
| 1209 |
+
"epoch": 0.7887453874538746,
|
| 1210 |
+
"grad_norm": 1.3462042645343073,
|
| 1211 |
+
"learning_rate": 2.600978969225558e-06,
|
| 1212 |
+
"loss": 0.9405,
|
| 1213 |
+
"step": 855
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"epoch": 0.7933579335793358,
|
| 1217 |
+
"grad_norm": 1.2852304461419937,
|
| 1218 |
+
"learning_rate": 2.493564628997369e-06,
|
| 1219 |
+
"loss": 0.9478,
|
| 1220 |
+
"step": 860
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 0.7979704797047971,
|
| 1224 |
+
"grad_norm": 1.3100445849640032,
|
| 1225 |
+
"learning_rate": 2.3880985844994674e-06,
|
| 1226 |
+
"loss": 0.9288,
|
| 1227 |
+
"step": 865
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"epoch": 0.8025830258302583,
|
| 1231 |
+
"grad_norm": 1.304963117164403,
|
| 1232 |
+
"learning_rate": 2.284608209449746e-06,
|
| 1233 |
+
"loss": 0.9361,
|
| 1234 |
+
"step": 870
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 0.8071955719557196,
|
| 1238 |
+
"grad_norm": 1.328410545932146,
|
| 1239 |
+
"learning_rate": 2.183120364780975e-06,
|
| 1240 |
+
"loss": 0.9391,
|
| 1241 |
+
"step": 875
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 0.8118081180811808,
|
| 1245 |
+
"grad_norm": 1.2800033094593806,
|
| 1246 |
+
"learning_rate": 2.083661391669043e-06,
|
| 1247 |
+
"loss": 0.9256,
|
| 1248 |
+
"step": 880
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 0.816420664206642,
|
| 1252 |
+
"grad_norm": 1.319974772827423,
|
| 1253 |
+
"learning_rate": 1.986257104696121e-06,
|
| 1254 |
+
"loss": 0.9366,
|
| 1255 |
+
"step": 885
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"epoch": 0.8210332103321033,
|
| 1259 |
+
"grad_norm": 1.4312306306233893,
|
| 1260 |
+
"learning_rate": 1.8909327851504633e-06,
|
| 1261 |
+
"loss": 0.9531,
|
| 1262 |
+
"step": 890
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 0.8256457564575646,
|
| 1266 |
+
"grad_norm": 1.3675933057252032,
|
| 1267 |
+
"learning_rate": 1.7977131744646724e-06,
|
| 1268 |
+
"loss": 0.9332,
|
| 1269 |
+
"step": 895
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 0.8302583025830258,
|
| 1273 |
+
"grad_norm": 1.3222296346463416,
|
| 1274 |
+
"learning_rate": 1.7066224677940313e-06,
|
| 1275 |
+
"loss": 0.9438,
|
| 1276 |
+
"step": 900
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"epoch": 0.834870848708487,
|
| 1280 |
+
"grad_norm": 1.2650792366896617,
|
| 1281 |
+
"learning_rate": 1.6176843077366755e-06,
|
| 1282 |
+
"loss": 0.9137,
|
| 1283 |
+
"step": 905
|
| 1284 |
+
},
|
| 1285 |
+
{
|
| 1286 |
+
"epoch": 0.8394833948339483,
|
| 1287 |
+
"grad_norm": 1.29693082614585,
|
| 1288 |
+
"learning_rate": 1.5309217781971419e-06,
|
| 1289 |
+
"loss": 0.9139,
|
| 1290 |
+
"step": 910
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"epoch": 0.8440959409594095,
|
| 1294 |
+
"grad_norm": 1.3025564128700116,
|
| 1295 |
+
"learning_rate": 1.446357398394934e-06,
|
| 1296 |
+
"loss": 0.9231,
|
| 1297 |
+
"step": 915
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 0.8487084870848709,
|
| 1301 |
+
"grad_norm": 1.316701035916371,
|
| 1302 |
+
"learning_rate": 1.3640131170196758e-06,
|
| 1303 |
+
"loss": 0.9164,
|
| 1304 |
+
"step": 920
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"epoch": 0.8533210332103321,
|
| 1308 |
+
"grad_norm": 1.2870882614562777,
|
| 1309 |
+
"learning_rate": 1.2839103065343084e-06,
|
| 1310 |
+
"loss": 0.9282,
|
| 1311 |
+
"step": 925
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"epoch": 0.8579335793357934,
|
| 1315 |
+
"grad_norm": 1.317763154741275,
|
| 1316 |
+
"learning_rate": 1.2060697576278812e-06,
|
| 1317 |
+
"loss": 0.9337,
|
| 1318 |
+
"step": 930
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"epoch": 0.8625461254612546,
|
| 1322 |
+
"grad_norm": 1.2660145443644573,
|
| 1323 |
+
"learning_rate": 1.1305116738193211e-06,
|
| 1324 |
+
"loss": 0.9347,
|
| 1325 |
+
"step": 935
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"epoch": 0.8671586715867159,
|
| 1329 |
+
"grad_norm": 1.2871595461432421,
|
| 1330 |
+
"learning_rate": 1.0572556662136036e-06,
|
| 1331 |
+
"loss": 0.9303,
|
| 1332 |
+
"step": 940
|
| 1333 |
+
},
|
| 1334 |
+
{
|
| 1335 |
+
"epoch": 0.8717712177121771,
|
| 1336 |
+
"grad_norm": 1.3507861246785304,
|
| 1337 |
+
"learning_rate": 9.863207484116987e-07,
|
| 1338 |
+
"loss": 0.9185,
|
| 1339 |
+
"step": 945
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"epoch": 0.8763837638376384,
|
| 1343 |
+
"grad_norm": 1.308521612899775,
|
| 1344 |
+
"learning_rate": 9.177253315755796e-07,
|
| 1345 |
+
"loss": 0.9383,
|
| 1346 |
+
"step": 950
|
| 1347 |
+
},
|
| 1348 |
+
{
|
| 1349 |
+
"epoch": 0.8809963099630996,
|
| 1350 |
+
"grad_norm": 1.2578224314813977,
|
| 1351 |
+
"learning_rate": 8.514872196496182e-07,
|
| 1352 |
+
"loss": 0.9347,
|
| 1353 |
+
"step": 955
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"epoch": 0.8856088560885609,
|
| 1357 |
+
"grad_norm": 1.2195495659147317,
|
| 1358 |
+
"learning_rate": 7.876236047395525e-07,
|
| 1359 |
+
"loss": 0.9264,
|
| 1360 |
+
"step": 960
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"epoch": 0.8902214022140221,
|
| 1364 |
+
"grad_norm": 1.2882456430497387,
|
| 1365 |
+
"learning_rate": 7.26151062650291e-07,
|
| 1366 |
+
"loss": 0.934,
|
| 1367 |
+
"step": 965
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 0.8948339483394834,
|
| 1371 |
+
"grad_norm": 1.2980016061518047,
|
| 1372 |
+
"learning_rate": 6.670855485836525e-07,
|
| 1373 |
+
"loss": 0.9283,
|
| 1374 |
+
"step": 970
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 0.8994464944649446,
|
| 1378 |
+
"grad_norm": 1.2554874300953622,
|
| 1379 |
+
"learning_rate": 6.104423929971948e-07,
|
| 1380 |
+
"loss": 0.9326,
|
| 1381 |
+
"step": 975
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"epoch": 0.9040590405904059,
|
| 1385 |
+
"grad_norm": 1.2725343756638872,
|
| 1386 |
+
"learning_rate": 5.562362976251901e-07,
|
| 1387 |
+
"loss": 0.938,
|
| 1388 |
+
"step": 980
|
| 1389 |
+
},
|
| 1390 |
+
{
|
| 1391 |
+
"epoch": 0.9086715867158671,
|
| 1392 |
+
"grad_norm": 1.2191555391690136,
|
| 1393 |
+
"learning_rate": 5.044813316627994e-07,
|
| 1394 |
+
"loss": 0.9273,
|
| 1395 |
+
"step": 985
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"epoch": 0.9132841328413284,
|
| 1399 |
+
"grad_norm": 1.3000616540800916,
|
| 1400 |
+
"learning_rate": 4.5519092811439627e-07,
|
| 1401 |
+
"loss": 0.9251,
|
| 1402 |
+
"step": 990
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 0.9178966789667896,
|
| 1406 |
+
"grad_norm": 1.3096355630057495,
|
| 1407 |
+
"learning_rate": 4.083778803070504e-07,
|
| 1408 |
+
"loss": 0.9437,
|
| 1409 |
+
"step": 995
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"epoch": 0.922509225092251,
|
| 1413 |
+
"grad_norm": 1.2507592130312455,
|
| 1414 |
+
"learning_rate": 3.6405433856999684e-07,
|
| 1415 |
+
"loss": 0.9568,
|
| 1416 |
+
"step": 1000
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"epoch": 0.9271217712177122,
|
| 1420 |
+
"grad_norm": 1.3217593223715594,
|
| 1421 |
+
"learning_rate": 3.2223180708102933e-07,
|
| 1422 |
+
"loss": 0.9326,
|
| 1423 |
+
"step": 1005
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"epoch": 0.9317343173431735,
|
| 1427 |
+
"grad_norm": 1.2786914534479203,
|
| 1428 |
+
"learning_rate": 2.829211408805932e-07,
|
| 1429 |
+
"loss": 0.918,
|
| 1430 |
+
"step": 1010
|
| 1431 |
+
},
|
| 1432 |
+
{
|
| 1433 |
+
"epoch": 0.9363468634686347,
|
| 1434 |
+
"grad_norm": 1.2616013442947607,
|
| 1435 |
+
"learning_rate": 2.461325430543482e-07,
|
| 1436 |
+
"loss": 0.9318,
|
| 1437 |
+
"step": 1015
|
| 1438 |
+
},
|
| 1439 |
+
{
|
| 1440 |
+
"epoch": 0.940959409594096,
|
| 1441 |
+
"grad_norm": 1.2293936869640694,
|
| 1442 |
+
"learning_rate": 2.1187556208496885e-07,
|
| 1443 |
+
"loss": 0.9213,
|
| 1444 |
+
"step": 1020
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"epoch": 0.9455719557195572,
|
| 1448 |
+
"grad_norm": 1.2383337694708525,
|
| 1449 |
+
"learning_rate": 1.8015908937382587e-07,
|
| 1450 |
+
"loss": 0.9337,
|
| 1451 |
+
"step": 1025
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"epoch": 0.9501845018450185,
|
| 1455 |
+
"grad_norm": 1.2844222178616886,
|
| 1456 |
+
"learning_rate": 1.5099135693322776e-07,
|
| 1457 |
+
"loss": 0.9339,
|
| 1458 |
+
"step": 1030
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"epoch": 0.9547970479704797,
|
| 1462 |
+
"grad_norm": 1.2175607312454386,
|
| 1463 |
+
"learning_rate": 1.2437993524979984e-07,
|
| 1464 |
+
"loss": 0.9033,
|
| 1465 |
+
"step": 1035
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"epoch": 0.959409594095941,
|
| 1469 |
+
"grad_norm": 1.3010316088129263,
|
| 1470 |
+
"learning_rate": 1.0033173131956175e-07,
|
| 1471 |
+
"loss": 0.9212,
|
| 1472 |
+
"step": 1040
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 0.9640221402214022,
|
| 1476 |
+
"grad_norm": 1.2327806598615183,
|
| 1477 |
+
"learning_rate": 7.885298685522235e-08,
|
| 1478 |
+
"loss": 0.9153,
|
| 1479 |
+
"step": 1045
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 0.9686346863468634,
|
| 1483 |
+
"grad_norm": 1.2746164722932198,
|
| 1484 |
+
"learning_rate": 5.99492766661347e-08,
|
| 1485 |
+
"loss": 0.9211,
|
| 1486 |
+
"step": 1050
|
| 1487 |
+
},
|
| 1488 |
+
{
|
| 1489 |
+
"epoch": 0.9732472324723247,
|
| 1490 |
+
"grad_norm": 1.2783038098829709,
|
| 1491 |
+
"learning_rate": 4.362550721136338e-08,
|
| 1492 |
+
"loss": 0.9255,
|
| 1493 |
+
"step": 1055
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"epoch": 0.977859778597786,
|
| 1497 |
+
"grad_norm": 1.2368705746608133,
|
| 1498 |
+
"learning_rate": 2.988591532620322e-08,
|
| 1499 |
+
"loss": 0.9157,
|
| 1500 |
+
"step": 1060
|
| 1501 |
+
},
|
| 1502 |
+
{
|
| 1503 |
+
"epoch": 0.9824723247232472,
|
| 1504 |
+
"grad_norm": 1.249650501200988,
|
| 1505 |
+
"learning_rate": 1.8734067122514464e-08,
|
| 1506 |
+
"loss": 0.9224,
|
| 1507 |
+
"step": 1065
|
| 1508 |
+
},
|
| 1509 |
+
{
|
| 1510 |
+
"epoch": 0.9870848708487084,
|
| 1511 |
+
"grad_norm": 1.5405800531112683,
|
| 1512 |
+
"learning_rate": 1.0172857063137643e-08,
|
| 1513 |
+
"loss": 0.925,
|
| 1514 |
+
"step": 1070
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"epoch": 0.9916974169741697,
|
| 1518 |
+
"grad_norm": 1.2847817455085104,
|
| 1519 |
+
"learning_rate": 4.204507210633368e-09,
|
| 1520 |
+
"loss": 0.9462,
|
| 1521 |
+
"step": 1075
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"epoch": 0.996309963099631,
|
| 1525 |
+
"grad_norm": 1.3071185274762656,
|
| 1526 |
+
"learning_rate": 8.30566650548148e-10,
|
| 1527 |
+
"loss": 0.9409,
|
| 1528 |
+
"step": 1080
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"epoch": 1.0,
|
| 1532 |
+
"eval_loss": 0.9426799416542053,
|
| 1533 |
+
"eval_runtime": 141.1576,
|
| 1534 |
+
"eval_samples_per_second": 108.744,
|
| 1535 |
+
"eval_steps_per_second": 1.7,
|
| 1536 |
+
"step": 1084
|
| 1537 |
+
},
|
| 1538 |
+
{
|
| 1539 |
+
"epoch": 1.0,
|
| 1540 |
+
"step": 1084,
|
| 1541 |
+
"total_flos": 453935093514240.0,
|
| 1542 |
+
"train_loss": 0.982847072101607,
|
| 1543 |
+
"train_runtime": 5570.7798,
|
| 1544 |
+
"train_samples_per_second": 24.895,
|
| 1545 |
+
"train_steps_per_second": 0.195
|
| 1546 |
+
}
|
| 1547 |
+
],
|
| 1548 |
+
"logging_steps": 5,
|
| 1549 |
+
"max_steps": 1084,
|
| 1550 |
+
"num_input_tokens_seen": 0,
|
| 1551 |
+
"num_train_epochs": 1,
|
| 1552 |
+
"save_steps": 200,
|
| 1553 |
+
"stateful_callbacks": {
|
| 1554 |
+
"TrainerControl": {
|
| 1555 |
+
"args": {
|
| 1556 |
+
"should_epoch_stop": false,
|
| 1557 |
+
"should_evaluate": false,
|
| 1558 |
+
"should_log": false,
|
| 1559 |
+
"should_save": true,
|
| 1560 |
+
"should_training_stop": true
|
| 1561 |
+
},
|
| 1562 |
+
"attributes": {}
|
| 1563 |
+
}
|
| 1564 |
+
},
|
| 1565 |
+
"total_flos": 453935093514240.0,
|
| 1566 |
+
"train_batch_size": 16,
|
| 1567 |
+
"trial_name": null,
|
| 1568 |
+
"trial_params": null
|
| 1569 |
+
}
|