Upload folder using huggingface_hub
Browse files- README.md +77 -0
- all_results.json +16 -0
- config.json +31 -0
- eval_results.json +10 -0
- generation_config.json +6 -0
- merges.txt +0 -0
- model-00001-of-00007.safetensors +3 -0
- model-00002-of-00007.safetensors +3 -0
- model-00003-of-00007.safetensors +3 -0
- model-00004-of-00007.safetensors +3 -0
- model-00005-of-00007.safetensors +3 -0
- model-00006-of-00007.safetensors +3 -0
- model-00007-of-00007.safetensors +3 -0
- model.safetensors.index.json +651 -0
- special_tokens_map.json +64 -0
- tokenizer.json +0 -0
- tokenizer_config.json +357 -0
- train_results.json +9 -0
- trainer_state.json +3213 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: bigcode-openrail-m
|
| 3 |
+
base_model: bigcode/starcoder2-15b
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
datasets:
|
| 7 |
+
- fals3/methods2test_small
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
model-index:
|
| 11 |
+
- name: output
|
| 12 |
+
results:
|
| 13 |
+
- task:
|
| 14 |
+
name: Causal Language Modeling
|
| 15 |
+
type: text-generation
|
| 16 |
+
dataset:
|
| 17 |
+
name: fals3/methods2test_small fm+fc+c+m+f+t+tc
|
| 18 |
+
type: fals3/methods2test_small
|
| 19 |
+
args: fm+fc+c+m+f+t+tc
|
| 20 |
+
metrics:
|
| 21 |
+
- name: Accuracy
|
| 22 |
+
type: accuracy
|
| 23 |
+
value: 0.5598950015173652
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 27 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 28 |
+
|
| 29 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/fals3/methods2test_small/runs/ejm7riwt)
|
| 30 |
+
# output
|
| 31 |
+
|
| 32 |
+
This model is a fine-tuned version of [bigcode/starcoder2-15b](https://huggingface.co/bigcode/starcoder2-15b) on the fals3/methods2test_small fm+fc+c+m+f+t+tc dataset.
|
| 33 |
+
It achieves the following results on the evaluation set:
|
| 34 |
+
- Loss: 0.7896
|
| 35 |
+
- Accuracy: 0.5599
|
| 36 |
+
|
| 37 |
+
## Model description
|
| 38 |
+
|
| 39 |
+
More information needed
|
| 40 |
+
|
| 41 |
+
## Intended uses & limitations
|
| 42 |
+
|
| 43 |
+
More information needed
|
| 44 |
+
|
| 45 |
+
## Training and evaluation data
|
| 46 |
+
|
| 47 |
+
More information needed
|
| 48 |
+
|
| 49 |
+
## Training procedure
|
| 50 |
+
|
| 51 |
+
### Training hyperparameters
|
| 52 |
+
|
| 53 |
+
The following hyperparameters were used during training:
|
| 54 |
+
- learning_rate: 5e-05
|
| 55 |
+
- train_batch_size: 1
|
| 56 |
+
- eval_batch_size: 1
|
| 57 |
+
- seed: 42
|
| 58 |
+
- distributed_type: multi-GPU
|
| 59 |
+
- num_devices: 6
|
| 60 |
+
- gradient_accumulation_steps: 8
|
| 61 |
+
- total_train_batch_size: 48
|
| 62 |
+
- total_eval_batch_size: 6
|
| 63 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 64 |
+
- lr_scheduler_type: linear
|
| 65 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 66 |
+
- num_epochs: 3.0
|
| 67 |
+
|
| 68 |
+
### Training results
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
### Framework versions
|
| 73 |
+
|
| 74 |
+
- Transformers 4.41.0.dev0
|
| 75 |
+
- Pytorch 2.2.1+cu118
|
| 76 |
+
- Datasets 2.17.1
|
| 77 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.985172981878089,
|
| 3 |
+
"eval_accuracy": 0.5598950015173652,
|
| 4 |
+
"eval_loss": 0.7895588874816895,
|
| 5 |
+
"eval_runtime": 38.0839,
|
| 6 |
+
"eval_samples": 931,
|
| 7 |
+
"eval_samples_per_second": 24.446,
|
| 8 |
+
"eval_steps_per_second": 4.096,
|
| 9 |
+
"perplexity": 2.2024246948467154,
|
| 10 |
+
"total_flos": 1.0318088260361912e+18,
|
| 11 |
+
"train_loss": 0.5700862745509768,
|
| 12 |
+
"train_runtime": 62496.1524,
|
| 13 |
+
"train_samples": 7283,
|
| 14 |
+
"train_samples_per_second": 0.35,
|
| 15 |
+
"train_steps_per_second": 0.007
|
| 16 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bigcode/starcoder2-15b",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Starcoder2ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"embedding_dropout": 0.1,
|
| 9 |
+
"eos_token_id": 0,
|
| 10 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 11 |
+
"hidden_size": 6144,
|
| 12 |
+
"initializer_range": 0.01275,
|
| 13 |
+
"intermediate_size": 24576,
|
| 14 |
+
"max_position_embeddings": 16384,
|
| 15 |
+
"mlp_type": "default",
|
| 16 |
+
"model_type": "starcoder2",
|
| 17 |
+
"norm_epsilon": 1e-05,
|
| 18 |
+
"norm_type": "layer_norm",
|
| 19 |
+
"num_attention_heads": 48,
|
| 20 |
+
"num_hidden_layers": 40,
|
| 21 |
+
"num_key_value_heads": 4,
|
| 22 |
+
"residual_dropout": 0.1,
|
| 23 |
+
"rope_theta": 100000,
|
| 24 |
+
"sliding_window": 4096,
|
| 25 |
+
"tie_word_embeddings": false,
|
| 26 |
+
"torch_dtype": "bfloat16",
|
| 27 |
+
"transformers_version": "4.41.0.dev0",
|
| 28 |
+
"use_bias": true,
|
| 29 |
+
"use_cache": true,
|
| 30 |
+
"vocab_size": 49152
|
| 31 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.985172981878089,
|
| 3 |
+
"eval_accuracy": 0.5598950015173652,
|
| 4 |
+
"eval_loss": 0.7895588874816895,
|
| 5 |
+
"eval_runtime": 38.0839,
|
| 6 |
+
"eval_samples": 931,
|
| 7 |
+
"eval_samples_per_second": 24.446,
|
| 8 |
+
"eval_steps_per_second": 4.096,
|
| 9 |
+
"perplexity": 2.2024246948467154
|
| 10 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 50256,
|
| 4 |
+
"eos_token_id": 50256,
|
| 5 |
+
"transformers_version": "4.41.0.dev0"
|
| 6 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:869dd0603f63501ff45b14080186058152be2847460873d379f882093bb0c5ff
|
| 3 |
+
size 4908107736
|
model-00002-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b456689f47666986f861af8ee52343837ce454c9def2e942d337eab64d912d9
|
| 3 |
+
size 4996327240
|
model-00003-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06fbb66ece0c244ee257ed92625bc885beabf44f97ade761becd366a336fe942
|
| 3 |
+
size 4983729152
|
model-00004-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5a4e7ab4dc04529565719e364290a3423b3bf11c3d4671c30a4b4873034766c
|
| 3 |
+
size 4996327312
|
model-00005-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:781420904853bd6a2f337e047e91a07513624771ce571f0c18fe1224c8e18a35
|
| 3 |
+
size 4983729152
|
model-00006-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56ed5aff7529369f37ae72941f6c9c323ce8952df9d80e146748a83deaafbd07
|
| 3 |
+
size 4996327312
|
model-00007-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09f716f344526c0f232bcb02ca2a3c4ca434e0fa0714391aee11f90dada4600a
|
| 3 |
+
size 2051302552
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,651 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 31915778048
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00007-of-00007.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00007.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.bias": "model-00001-of-00007.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 10 |
+
"model.layers.0.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
| 11 |
+
"model.layers.0.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
| 12 |
+
"model.layers.0.mlp.c_proj.bias": "model-00001-of-00007.safetensors",
|
| 13 |
+
"model.layers.0.mlp.c_proj.weight": "model-00001-of-00007.safetensors",
|
| 14 |
+
"model.layers.0.post_attention_layernorm.bias": "model-00001-of-00007.safetensors",
|
| 15 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
| 20 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
| 21 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
| 22 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
| 23 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
| 24 |
+
"model.layers.1.input_layernorm.bias": "model-00001-of-00007.safetensors",
|
| 25 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 26 |
+
"model.layers.1.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
| 27 |
+
"model.layers.1.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
| 28 |
+
"model.layers.1.mlp.c_proj.bias": "model-00001-of-00007.safetensors",
|
| 29 |
+
"model.layers.1.mlp.c_proj.weight": "model-00001-of-00007.safetensors",
|
| 30 |
+
"model.layers.1.post_attention_layernorm.bias": "model-00001-of-00007.safetensors",
|
| 31 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 32 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
| 33 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
| 34 |
+
"model.layers.1.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
| 35 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
| 36 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
| 37 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
| 38 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
| 39 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
| 40 |
+
"model.layers.10.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 41 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 42 |
+
"model.layers.10.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
| 43 |
+
"model.layers.10.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
| 44 |
+
"model.layers.10.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
| 45 |
+
"model.layers.10.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
| 46 |
+
"model.layers.10.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 47 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 48 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
| 49 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 50 |
+
"model.layers.10.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
| 51 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 52 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
| 53 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 54 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
| 55 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 56 |
+
"model.layers.11.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 57 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 58 |
+
"model.layers.11.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
| 59 |
+
"model.layers.11.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
| 60 |
+
"model.layers.11.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
| 61 |
+
"model.layers.11.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
| 62 |
+
"model.layers.11.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 63 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 64 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
| 65 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 66 |
+
"model.layers.11.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
| 67 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 68 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
| 69 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 70 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
| 71 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 72 |
+
"model.layers.12.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 73 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 74 |
+
"model.layers.12.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
| 75 |
+
"model.layers.12.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
| 76 |
+
"model.layers.12.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
| 77 |
+
"model.layers.12.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
| 78 |
+
"model.layers.12.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 79 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 80 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
| 81 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 82 |
+
"model.layers.12.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
| 83 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 84 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
| 85 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 86 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
| 87 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 88 |
+
"model.layers.13.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 89 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 90 |
+
"model.layers.13.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
| 91 |
+
"model.layers.13.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
| 92 |
+
"model.layers.13.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
| 93 |
+
"model.layers.13.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
| 94 |
+
"model.layers.13.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 95 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 96 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
| 97 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 98 |
+
"model.layers.13.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
| 99 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 100 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
| 101 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 102 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
| 103 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 104 |
+
"model.layers.14.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 105 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 106 |
+
"model.layers.14.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
| 107 |
+
"model.layers.14.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
| 108 |
+
"model.layers.14.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
| 109 |
+
"model.layers.14.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
| 110 |
+
"model.layers.14.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 111 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 112 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
| 113 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 114 |
+
"model.layers.14.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
| 115 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 116 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
| 117 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 118 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
| 119 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 120 |
+
"model.layers.15.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 121 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 122 |
+
"model.layers.15.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
| 123 |
+
"model.layers.15.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
| 124 |
+
"model.layers.15.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
| 125 |
+
"model.layers.15.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
| 126 |
+
"model.layers.15.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 127 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 128 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
| 129 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 130 |
+
"model.layers.15.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
| 131 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 132 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
| 133 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 134 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
| 135 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 136 |
+
"model.layers.16.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 137 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 138 |
+
"model.layers.16.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
| 139 |
+
"model.layers.16.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
| 140 |
+
"model.layers.16.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
| 141 |
+
"model.layers.16.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
| 142 |
+
"model.layers.16.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 143 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 144 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
| 145 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 146 |
+
"model.layers.16.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
| 147 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 148 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
| 149 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 150 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
| 151 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 152 |
+
"model.layers.17.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 153 |
+
"model.layers.17.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 154 |
+
"model.layers.17.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
| 155 |
+
"model.layers.17.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
| 156 |
+
"model.layers.17.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
| 157 |
+
"model.layers.17.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
| 158 |
+
"model.layers.17.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
| 159 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 160 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
| 161 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 162 |
+
"model.layers.17.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
| 163 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 164 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
| 165 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 166 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
| 167 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 168 |
+
"model.layers.18.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 169 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 170 |
+
"model.layers.18.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
| 171 |
+
"model.layers.18.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
| 172 |
+
"model.layers.18.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
| 173 |
+
"model.layers.18.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
| 174 |
+
"model.layers.18.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 175 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 176 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
| 177 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 178 |
+
"model.layers.18.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
| 179 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 180 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
| 181 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 182 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
| 183 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 184 |
+
"model.layers.19.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 185 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 186 |
+
"model.layers.19.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
| 187 |
+
"model.layers.19.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
| 188 |
+
"model.layers.19.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
| 189 |
+
"model.layers.19.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
| 190 |
+
"model.layers.19.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 191 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 192 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
| 193 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 194 |
+
"model.layers.19.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
| 195 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 196 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
| 197 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 198 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
| 199 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 200 |
+
"model.layers.2.input_layernorm.bias": "model-00001-of-00007.safetensors",
|
| 201 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 202 |
+
"model.layers.2.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
| 203 |
+
"model.layers.2.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
| 204 |
+
"model.layers.2.mlp.c_proj.bias": "model-00001-of-00007.safetensors",
|
| 205 |
+
"model.layers.2.mlp.c_proj.weight": "model-00001-of-00007.safetensors",
|
| 206 |
+
"model.layers.2.post_attention_layernorm.bias": "model-00001-of-00007.safetensors",
|
| 207 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 208 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
| 209 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
| 210 |
+
"model.layers.2.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
| 211 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
| 212 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
| 213 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
| 214 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
| 215 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
| 216 |
+
"model.layers.20.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 217 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 218 |
+
"model.layers.20.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
| 219 |
+
"model.layers.20.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
| 220 |
+
"model.layers.20.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
| 221 |
+
"model.layers.20.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
| 222 |
+
"model.layers.20.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 223 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 224 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
| 225 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 226 |
+
"model.layers.20.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
| 227 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 228 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
| 229 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 230 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
| 231 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 232 |
+
"model.layers.21.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 233 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 234 |
+
"model.layers.21.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
| 235 |
+
"model.layers.21.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
| 236 |
+
"model.layers.21.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
| 237 |
+
"model.layers.21.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
| 238 |
+
"model.layers.21.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 239 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 240 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
| 241 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 242 |
+
"model.layers.21.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
| 243 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 244 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
| 245 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 246 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
| 247 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 248 |
+
"model.layers.22.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 249 |
+
"model.layers.22.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 250 |
+
"model.layers.22.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
| 251 |
+
"model.layers.22.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
| 252 |
+
"model.layers.22.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
| 253 |
+
"model.layers.22.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
| 254 |
+
"model.layers.22.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 255 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 256 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
| 257 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 258 |
+
"model.layers.22.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
| 259 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 260 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
| 261 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 262 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
| 263 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 264 |
+
"model.layers.23.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 265 |
+
"model.layers.23.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 266 |
+
"model.layers.23.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
| 267 |
+
"model.layers.23.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
| 268 |
+
"model.layers.23.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
| 269 |
+
"model.layers.23.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
| 270 |
+
"model.layers.23.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 271 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 272 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
| 273 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 274 |
+
"model.layers.23.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
| 275 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 276 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
| 277 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 278 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
| 279 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 280 |
+
"model.layers.24.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 281 |
+
"model.layers.24.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 282 |
+
"model.layers.24.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
| 283 |
+
"model.layers.24.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
| 284 |
+
"model.layers.24.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
| 285 |
+
"model.layers.24.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
| 286 |
+
"model.layers.24.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
| 287 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 288 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
| 289 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 290 |
+
"model.layers.24.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
| 291 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 292 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
| 293 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 294 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
| 295 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 296 |
+
"model.layers.25.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 297 |
+
"model.layers.25.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 298 |
+
"model.layers.25.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
| 299 |
+
"model.layers.25.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
| 300 |
+
"model.layers.25.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
| 301 |
+
"model.layers.25.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
| 302 |
+
"model.layers.25.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 303 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 304 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
| 305 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 306 |
+
"model.layers.25.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
| 307 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 308 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
| 309 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 310 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
| 311 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 312 |
+
"model.layers.26.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 313 |
+
"model.layers.26.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 314 |
+
"model.layers.26.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
| 315 |
+
"model.layers.26.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
| 316 |
+
"model.layers.26.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
| 317 |
+
"model.layers.26.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
| 318 |
+
"model.layers.26.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 319 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 320 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
| 321 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 322 |
+
"model.layers.26.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
| 323 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 324 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
| 325 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 326 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
| 327 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 328 |
+
"model.layers.27.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 329 |
+
"model.layers.27.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 330 |
+
"model.layers.27.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
| 331 |
+
"model.layers.27.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
| 332 |
+
"model.layers.27.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
| 333 |
+
"model.layers.27.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
| 334 |
+
"model.layers.27.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 335 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 336 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
| 337 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 338 |
+
"model.layers.27.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
| 339 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 340 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
| 341 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 342 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
| 343 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 344 |
+
"model.layers.28.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 345 |
+
"model.layers.28.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 346 |
+
"model.layers.28.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
| 347 |
+
"model.layers.28.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
| 348 |
+
"model.layers.28.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
| 349 |
+
"model.layers.28.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
| 350 |
+
"model.layers.28.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 351 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 352 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
| 353 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 354 |
+
"model.layers.28.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
| 355 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 356 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
| 357 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 358 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
| 359 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 360 |
+
"model.layers.29.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 361 |
+
"model.layers.29.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 362 |
+
"model.layers.29.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
| 363 |
+
"model.layers.29.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
| 364 |
+
"model.layers.29.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
| 365 |
+
"model.layers.29.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
| 366 |
+
"model.layers.29.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 367 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 368 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
| 369 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 370 |
+
"model.layers.29.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
| 371 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 372 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
| 373 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 374 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
| 375 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 376 |
+
"model.layers.3.input_layernorm.bias": "model-00001-of-00007.safetensors",
|
| 377 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 378 |
+
"model.layers.3.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
| 379 |
+
"model.layers.3.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
| 380 |
+
"model.layers.3.mlp.c_proj.bias": "model-00001-of-00007.safetensors",
|
| 381 |
+
"model.layers.3.mlp.c_proj.weight": "model-00001-of-00007.safetensors",
|
| 382 |
+
"model.layers.3.post_attention_layernorm.bias": "model-00001-of-00007.safetensors",
|
| 383 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 384 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
| 385 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
| 386 |
+
"model.layers.3.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
| 387 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
| 388 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
| 389 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
| 390 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
| 391 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
| 392 |
+
"model.layers.30.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 393 |
+
"model.layers.30.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 394 |
+
"model.layers.30.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
| 395 |
+
"model.layers.30.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
| 396 |
+
"model.layers.30.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
| 397 |
+
"model.layers.30.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
| 398 |
+
"model.layers.30.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
| 399 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 400 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
| 401 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 402 |
+
"model.layers.30.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
| 403 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 404 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
| 405 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 406 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
| 407 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 408 |
+
"model.layers.31.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 409 |
+
"model.layers.31.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 410 |
+
"model.layers.31.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
| 411 |
+
"model.layers.31.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
| 412 |
+
"model.layers.31.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
| 413 |
+
"model.layers.31.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
| 414 |
+
"model.layers.31.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 415 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 416 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
| 417 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 418 |
+
"model.layers.31.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
| 419 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 420 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
| 421 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 422 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
| 423 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 424 |
+
"model.layers.32.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 425 |
+
"model.layers.32.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 426 |
+
"model.layers.32.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
| 427 |
+
"model.layers.32.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
| 428 |
+
"model.layers.32.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
| 429 |
+
"model.layers.32.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
| 430 |
+
"model.layers.32.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 431 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 432 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
| 433 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 434 |
+
"model.layers.32.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
| 435 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 436 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
| 437 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 438 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
| 439 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 440 |
+
"model.layers.33.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 441 |
+
"model.layers.33.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 442 |
+
"model.layers.33.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
| 443 |
+
"model.layers.33.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
| 444 |
+
"model.layers.33.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
| 445 |
+
"model.layers.33.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
| 446 |
+
"model.layers.33.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 447 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 448 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
| 449 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 450 |
+
"model.layers.33.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
| 451 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 452 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
| 453 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 454 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
| 455 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 456 |
+
"model.layers.34.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 457 |
+
"model.layers.34.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 458 |
+
"model.layers.34.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
| 459 |
+
"model.layers.34.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
| 460 |
+
"model.layers.34.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
| 461 |
+
"model.layers.34.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
| 462 |
+
"model.layers.34.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 463 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 464 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
| 465 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 466 |
+
"model.layers.34.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
| 467 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 468 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
| 469 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 470 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
| 471 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 472 |
+
"model.layers.35.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 473 |
+
"model.layers.35.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 474 |
+
"model.layers.35.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
| 475 |
+
"model.layers.35.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
| 476 |
+
"model.layers.35.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
| 477 |
+
"model.layers.35.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
| 478 |
+
"model.layers.35.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 479 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 480 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
| 481 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 482 |
+
"model.layers.35.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
| 483 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 484 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
| 485 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 486 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
| 487 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 488 |
+
"model.layers.36.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 489 |
+
"model.layers.36.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 490 |
+
"model.layers.36.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
| 491 |
+
"model.layers.36.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
| 492 |
+
"model.layers.36.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
| 493 |
+
"model.layers.36.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
| 494 |
+
"model.layers.36.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 495 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 496 |
+
"model.layers.36.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
| 497 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 498 |
+
"model.layers.36.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
| 499 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 500 |
+
"model.layers.36.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
| 501 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 502 |
+
"model.layers.36.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
| 503 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 504 |
+
"model.layers.37.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 505 |
+
"model.layers.37.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 506 |
+
"model.layers.37.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
| 507 |
+
"model.layers.37.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
| 508 |
+
"model.layers.37.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
| 509 |
+
"model.layers.37.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
| 510 |
+
"model.layers.37.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
| 511 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 512 |
+
"model.layers.37.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
| 513 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 514 |
+
"model.layers.37.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
| 515 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 516 |
+
"model.layers.37.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
| 517 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 518 |
+
"model.layers.37.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
| 519 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 520 |
+
"model.layers.38.input_layernorm.bias": "model-00007-of-00007.safetensors",
|
| 521 |
+
"model.layers.38.input_layernorm.weight": "model-00007-of-00007.safetensors",
|
| 522 |
+
"model.layers.38.mlp.c_fc.bias": "model-00007-of-00007.safetensors",
|
| 523 |
+
"model.layers.38.mlp.c_fc.weight": "model-00007-of-00007.safetensors",
|
| 524 |
+
"model.layers.38.mlp.c_proj.bias": "model-00007-of-00007.safetensors",
|
| 525 |
+
"model.layers.38.mlp.c_proj.weight": "model-00007-of-00007.safetensors",
|
| 526 |
+
"model.layers.38.post_attention_layernorm.bias": "model-00007-of-00007.safetensors",
|
| 527 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
|
| 528 |
+
"model.layers.38.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
| 529 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 530 |
+
"model.layers.38.self_attn.o_proj.bias": "model-00007-of-00007.safetensors",
|
| 531 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00007-of-00007.safetensors",
|
| 532 |
+
"model.layers.38.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
| 533 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 534 |
+
"model.layers.38.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
| 535 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 536 |
+
"model.layers.39.input_layernorm.bias": "model-00007-of-00007.safetensors",
|
| 537 |
+
"model.layers.39.input_layernorm.weight": "model-00007-of-00007.safetensors",
|
| 538 |
+
"model.layers.39.mlp.c_fc.bias": "model-00007-of-00007.safetensors",
|
| 539 |
+
"model.layers.39.mlp.c_fc.weight": "model-00007-of-00007.safetensors",
|
| 540 |
+
"model.layers.39.mlp.c_proj.bias": "model-00007-of-00007.safetensors",
|
| 541 |
+
"model.layers.39.mlp.c_proj.weight": "model-00007-of-00007.safetensors",
|
| 542 |
+
"model.layers.39.post_attention_layernorm.bias": "model-00007-of-00007.safetensors",
|
| 543 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
|
| 544 |
+
"model.layers.39.self_attn.k_proj.bias": "model-00007-of-00007.safetensors",
|
| 545 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00007-of-00007.safetensors",
|
| 546 |
+
"model.layers.39.self_attn.o_proj.bias": "model-00007-of-00007.safetensors",
|
| 547 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00007-of-00007.safetensors",
|
| 548 |
+
"model.layers.39.self_attn.q_proj.bias": "model-00007-of-00007.safetensors",
|
| 549 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00007-of-00007.safetensors",
|
| 550 |
+
"model.layers.39.self_attn.v_proj.bias": "model-00007-of-00007.safetensors",
|
| 551 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00007-of-00007.safetensors",
|
| 552 |
+
"model.layers.4.input_layernorm.bias": "model-00001-of-00007.safetensors",
|
| 553 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 554 |
+
"model.layers.4.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
| 555 |
+
"model.layers.4.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
| 556 |
+
"model.layers.4.mlp.c_proj.bias": "model-00001-of-00007.safetensors",
|
| 557 |
+
"model.layers.4.mlp.c_proj.weight": "model-00001-of-00007.safetensors",
|
| 558 |
+
"model.layers.4.post_attention_layernorm.bias": "model-00001-of-00007.safetensors",
|
| 559 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 560 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
| 561 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
| 562 |
+
"model.layers.4.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
| 563 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
| 564 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
| 565 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
| 566 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
| 567 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
| 568 |
+
"model.layers.5.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 569 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 570 |
+
"model.layers.5.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
| 571 |
+
"model.layers.5.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
| 572 |
+
"model.layers.5.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
| 573 |
+
"model.layers.5.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
| 574 |
+
"model.layers.5.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 575 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 576 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
| 577 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
| 578 |
+
"model.layers.5.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
| 579 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
| 580 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
| 581 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
| 582 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
| 583 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
| 584 |
+
"model.layers.6.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 585 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 586 |
+
"model.layers.6.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
| 587 |
+
"model.layers.6.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
| 588 |
+
"model.layers.6.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
| 589 |
+
"model.layers.6.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
| 590 |
+
"model.layers.6.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 591 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 592 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
| 593 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 594 |
+
"model.layers.6.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
| 595 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 596 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
| 597 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 598 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
| 599 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 600 |
+
"model.layers.7.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 601 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 602 |
+
"model.layers.7.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
| 603 |
+
"model.layers.7.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
| 604 |
+
"model.layers.7.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
| 605 |
+
"model.layers.7.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
| 606 |
+
"model.layers.7.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 607 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 608 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
| 609 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 610 |
+
"model.layers.7.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
| 611 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 612 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
| 613 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 614 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
| 615 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 616 |
+
"model.layers.8.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 617 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 618 |
+
"model.layers.8.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
| 619 |
+
"model.layers.8.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
| 620 |
+
"model.layers.8.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
| 621 |
+
"model.layers.8.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
| 622 |
+
"model.layers.8.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 623 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 624 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
| 625 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 626 |
+
"model.layers.8.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
| 627 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 628 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
| 629 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 630 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
| 631 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 632 |
+
"model.layers.9.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 633 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 634 |
+
"model.layers.9.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
| 635 |
+
"model.layers.9.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
| 636 |
+
"model.layers.9.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
| 637 |
+
"model.layers.9.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
| 638 |
+
"model.layers.9.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
| 639 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 640 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
| 641 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 642 |
+
"model.layers.9.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
| 643 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 644 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
| 645 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 646 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
| 647 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 648 |
+
"model.norm.bias": "model-00007-of-00007.safetensors",
|
| 649 |
+
"model.norm.weight": "model-00007-of-00007.safetensors"
|
| 650 |
+
}
|
| 651 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|endoftext|>",
|
| 4 |
+
"<fim_prefix>",
|
| 5 |
+
"<fim_middle>",
|
| 6 |
+
"<fim_suffix>",
|
| 7 |
+
"<fim_pad>",
|
| 8 |
+
"<repo_name>",
|
| 9 |
+
"<file_sep>",
|
| 10 |
+
"<issue_start>",
|
| 11 |
+
"<issue_comment>",
|
| 12 |
+
"<issue_closed>",
|
| 13 |
+
"<jupyter_start>",
|
| 14 |
+
"<jupyter_text>",
|
| 15 |
+
"<jupyter_code>",
|
| 16 |
+
"<jupyter_output>",
|
| 17 |
+
"<jupyter_script>",
|
| 18 |
+
"<empty_output>",
|
| 19 |
+
"<code_to_intermediate>",
|
| 20 |
+
"<intermediate_to_code>",
|
| 21 |
+
"<pr>",
|
| 22 |
+
"<pr_status>",
|
| 23 |
+
"<pr_is_merged>",
|
| 24 |
+
"<pr_base>",
|
| 25 |
+
"<pr_file>",
|
| 26 |
+
"<pr_base_code>",
|
| 27 |
+
"<pr_diff>",
|
| 28 |
+
"<pr_diff_hunk>",
|
| 29 |
+
"<pr_comment>",
|
| 30 |
+
"<pr_event_id>",
|
| 31 |
+
"<pr_review>",
|
| 32 |
+
"<pr_review_state>",
|
| 33 |
+
"<pr_review_comment>",
|
| 34 |
+
"<pr_in_reply_to_review_id>",
|
| 35 |
+
"<pr_in_reply_to_comment_id>",
|
| 36 |
+
"<pr_diff_hunk_comment_line>",
|
| 37 |
+
"<NAME>",
|
| 38 |
+
"<EMAIL>",
|
| 39 |
+
"<KEY>",
|
| 40 |
+
"<PASSWORD>"
|
| 41 |
+
],
|
| 42 |
+
"bos_token": {
|
| 43 |
+
"content": "<|endoftext|>",
|
| 44 |
+
"lstrip": false,
|
| 45 |
+
"normalized": false,
|
| 46 |
+
"rstrip": false,
|
| 47 |
+
"single_word": false
|
| 48 |
+
},
|
| 49 |
+
"eos_token": {
|
| 50 |
+
"content": "<|endoftext|>",
|
| 51 |
+
"lstrip": false,
|
| 52 |
+
"normalized": false,
|
| 53 |
+
"rstrip": false,
|
| 54 |
+
"single_word": false
|
| 55 |
+
},
|
| 56 |
+
"pad_token": "<|endoftext|>",
|
| 57 |
+
"unk_token": {
|
| 58 |
+
"content": "<|endoftext|>",
|
| 59 |
+
"lstrip": false,
|
| 60 |
+
"normalized": false,
|
| 61 |
+
"rstrip": false,
|
| 62 |
+
"single_word": false
|
| 63 |
+
}
|
| 64 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,357 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "<fim_prefix>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "<fim_middle>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "<fim_suffix>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"4": {
|
| 37 |
+
"content": "<fim_pad>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"5": {
|
| 45 |
+
"content": "<repo_name>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"6": {
|
| 53 |
+
"content": "<file_sep>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"7": {
|
| 61 |
+
"content": "<issue_start>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"8": {
|
| 69 |
+
"content": "<issue_comment>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"9": {
|
| 77 |
+
"content": "<issue_closed>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"10": {
|
| 85 |
+
"content": "<jupyter_start>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"11": {
|
| 93 |
+
"content": "<jupyter_text>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"12": {
|
| 101 |
+
"content": "<jupyter_code>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"13": {
|
| 109 |
+
"content": "<jupyter_output>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"14": {
|
| 117 |
+
"content": "<jupyter_script>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"15": {
|
| 125 |
+
"content": "<empty_output>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"16": {
|
| 133 |
+
"content": "<code_to_intermediate>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"17": {
|
| 141 |
+
"content": "<intermediate_to_code>",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"18": {
|
| 149 |
+
"content": "<pr>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"19": {
|
| 157 |
+
"content": "<pr_status>",
|
| 158 |
+
"lstrip": false,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"20": {
|
| 165 |
+
"content": "<pr_is_merged>",
|
| 166 |
+
"lstrip": false,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"21": {
|
| 173 |
+
"content": "<pr_base>",
|
| 174 |
+
"lstrip": false,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"22": {
|
| 181 |
+
"content": "<pr_file>",
|
| 182 |
+
"lstrip": false,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"23": {
|
| 189 |
+
"content": "<pr_base_code>",
|
| 190 |
+
"lstrip": false,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"24": {
|
| 197 |
+
"content": "<pr_diff>",
|
| 198 |
+
"lstrip": false,
|
| 199 |
+
"normalized": false,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"25": {
|
| 205 |
+
"content": "<pr_diff_hunk>",
|
| 206 |
+
"lstrip": false,
|
| 207 |
+
"normalized": false,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"26": {
|
| 213 |
+
"content": "<pr_comment>",
|
| 214 |
+
"lstrip": false,
|
| 215 |
+
"normalized": false,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"27": {
|
| 221 |
+
"content": "<pr_event_id>",
|
| 222 |
+
"lstrip": false,
|
| 223 |
+
"normalized": false,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"28": {
|
| 229 |
+
"content": "<pr_review>",
|
| 230 |
+
"lstrip": false,
|
| 231 |
+
"normalized": false,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"29": {
|
| 237 |
+
"content": "<pr_review_state>",
|
| 238 |
+
"lstrip": false,
|
| 239 |
+
"normalized": false,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"30": {
|
| 245 |
+
"content": "<pr_review_comment>",
|
| 246 |
+
"lstrip": false,
|
| 247 |
+
"normalized": false,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"31": {
|
| 253 |
+
"content": "<pr_in_reply_to_review_id>",
|
| 254 |
+
"lstrip": false,
|
| 255 |
+
"normalized": false,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"32": {
|
| 261 |
+
"content": "<pr_in_reply_to_comment_id>",
|
| 262 |
+
"lstrip": false,
|
| 263 |
+
"normalized": false,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"33": {
|
| 269 |
+
"content": "<pr_diff_hunk_comment_line>",
|
| 270 |
+
"lstrip": false,
|
| 271 |
+
"normalized": false,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"34": {
|
| 277 |
+
"content": "<NAME>",
|
| 278 |
+
"lstrip": false,
|
| 279 |
+
"normalized": false,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"35": {
|
| 285 |
+
"content": "<EMAIL>",
|
| 286 |
+
"lstrip": false,
|
| 287 |
+
"normalized": false,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"36": {
|
| 293 |
+
"content": "<KEY>",
|
| 294 |
+
"lstrip": false,
|
| 295 |
+
"normalized": false,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"37": {
|
| 301 |
+
"content": "<PASSWORD>",
|
| 302 |
+
"lstrip": false,
|
| 303 |
+
"normalized": false,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
}
|
| 308 |
+
},
|
| 309 |
+
"additional_special_tokens": [
|
| 310 |
+
"<|endoftext|>",
|
| 311 |
+
"<fim_prefix>",
|
| 312 |
+
"<fim_middle>",
|
| 313 |
+
"<fim_suffix>",
|
| 314 |
+
"<fim_pad>",
|
| 315 |
+
"<repo_name>",
|
| 316 |
+
"<file_sep>",
|
| 317 |
+
"<issue_start>",
|
| 318 |
+
"<issue_comment>",
|
| 319 |
+
"<issue_closed>",
|
| 320 |
+
"<jupyter_start>",
|
| 321 |
+
"<jupyter_text>",
|
| 322 |
+
"<jupyter_code>",
|
| 323 |
+
"<jupyter_output>",
|
| 324 |
+
"<jupyter_script>",
|
| 325 |
+
"<empty_output>",
|
| 326 |
+
"<code_to_intermediate>",
|
| 327 |
+
"<intermediate_to_code>",
|
| 328 |
+
"<pr>",
|
| 329 |
+
"<pr_status>",
|
| 330 |
+
"<pr_is_merged>",
|
| 331 |
+
"<pr_base>",
|
| 332 |
+
"<pr_file>",
|
| 333 |
+
"<pr_base_code>",
|
| 334 |
+
"<pr_diff>",
|
| 335 |
+
"<pr_diff_hunk>",
|
| 336 |
+
"<pr_comment>",
|
| 337 |
+
"<pr_event_id>",
|
| 338 |
+
"<pr_review>",
|
| 339 |
+
"<pr_review_state>",
|
| 340 |
+
"<pr_review_comment>",
|
| 341 |
+
"<pr_in_reply_to_review_id>",
|
| 342 |
+
"<pr_in_reply_to_comment_id>",
|
| 343 |
+
"<pr_diff_hunk_comment_line>",
|
| 344 |
+
"<NAME>",
|
| 345 |
+
"<EMAIL>",
|
| 346 |
+
"<KEY>",
|
| 347 |
+
"<PASSWORD>"
|
| 348 |
+
],
|
| 349 |
+
"bos_token": "<|endoftext|>",
|
| 350 |
+
"clean_up_tokenization_spaces": true,
|
| 351 |
+
"eos_token": "<|endoftext|>",
|
| 352 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 353 |
+
"pad_token": "<|endoftext|>",
|
| 354 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 355 |
+
"unk_token": "<|endoftext|>",
|
| 356 |
+
"vocab_size": 49152
|
| 357 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.985172981878089,
|
| 3 |
+
"total_flos": 1.0318088260361912e+18,
|
| 4 |
+
"train_loss": 0.5700862745509768,
|
| 5 |
+
"train_runtime": 62496.1524,
|
| 6 |
+
"train_samples": 7283,
|
| 7 |
+
"train_samples_per_second": 0.35,
|
| 8 |
+
"train_steps_per_second": 0.007
|
| 9 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,3213 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 2.985172981878089,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 453,
|
| 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.006589785831960461,
|
| 13 |
+
"grad_norm": 1333.285400390625,
|
| 14 |
+
"learning_rate": 0.0,
|
| 15 |
+
"loss": 1.1178,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.013179571663920923,
|
| 20 |
+
"grad_norm": 1591.2745361328125,
|
| 21 |
+
"learning_rate": 1.0869565217391306e-06,
|
| 22 |
+
"loss": 0.902,
|
| 23 |
+
"step": 2
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.019769357495881382,
|
| 27 |
+
"grad_norm": 574.3883056640625,
|
| 28 |
+
"learning_rate": 2.173913043478261e-06,
|
| 29 |
+
"loss": 0.9008,
|
| 30 |
+
"step": 3
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.026359143327841845,
|
| 34 |
+
"grad_norm": 787.6026611328125,
|
| 35 |
+
"learning_rate": 3.2608695652173914e-06,
|
| 36 |
+
"loss": 0.9099,
|
| 37 |
+
"step": 4
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.032948929159802305,
|
| 41 |
+
"grad_norm": 1140.8524169921875,
|
| 42 |
+
"learning_rate": 4.347826086956522e-06,
|
| 43 |
+
"loss": 0.8861,
|
| 44 |
+
"step": 5
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.039538714991762765,
|
| 48 |
+
"grad_norm": 572.358642578125,
|
| 49 |
+
"learning_rate": 5.4347826086956525e-06,
|
| 50 |
+
"loss": 0.8068,
|
| 51 |
+
"step": 6
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.04612850082372323,
|
| 55 |
+
"grad_norm": 1086.734130859375,
|
| 56 |
+
"learning_rate": 6.521739130434783e-06,
|
| 57 |
+
"loss": 0.863,
|
| 58 |
+
"step": 7
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.05271828665568369,
|
| 62 |
+
"grad_norm": 630.6577758789062,
|
| 63 |
+
"learning_rate": 7.608695652173914e-06,
|
| 64 |
+
"loss": 0.8086,
|
| 65 |
+
"step": 8
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.05930807248764415,
|
| 69 |
+
"grad_norm": 602.673828125,
|
| 70 |
+
"learning_rate": 8.695652173913044e-06,
|
| 71 |
+
"loss": 0.7029,
|
| 72 |
+
"step": 9
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.06589785831960461,
|
| 76 |
+
"grad_norm": 486.8932189941406,
|
| 77 |
+
"learning_rate": 9.782608695652175e-06,
|
| 78 |
+
"loss": 0.7151,
|
| 79 |
+
"step": 10
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.07248764415156507,
|
| 83 |
+
"grad_norm": 502.26641845703125,
|
| 84 |
+
"learning_rate": 1.0869565217391305e-05,
|
| 85 |
+
"loss": 0.9117,
|
| 86 |
+
"step": 11
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.07907742998352553,
|
| 90 |
+
"grad_norm": 510.6407470703125,
|
| 91 |
+
"learning_rate": 1.1956521739130435e-05,
|
| 92 |
+
"loss": 0.7578,
|
| 93 |
+
"step": 12
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.085667215815486,
|
| 97 |
+
"grad_norm": 280.19989013671875,
|
| 98 |
+
"learning_rate": 1.3043478260869566e-05,
|
| 99 |
+
"loss": 0.8804,
|
| 100 |
+
"step": 13
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.09225700164744646,
|
| 104 |
+
"grad_norm": 660.488525390625,
|
| 105 |
+
"learning_rate": 1.4130434782608694e-05,
|
| 106 |
+
"loss": 0.7351,
|
| 107 |
+
"step": 14
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.09884678747940692,
|
| 111 |
+
"grad_norm": 543.288330078125,
|
| 112 |
+
"learning_rate": 1.5217391304347828e-05,
|
| 113 |
+
"loss": 0.8505,
|
| 114 |
+
"step": 15
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.10543657331136738,
|
| 118 |
+
"grad_norm": 449.69940185546875,
|
| 119 |
+
"learning_rate": 1.630434782608696e-05,
|
| 120 |
+
"loss": 0.8146,
|
| 121 |
+
"step": 16
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.11202635914332784,
|
| 125 |
+
"grad_norm": 194.49293518066406,
|
| 126 |
+
"learning_rate": 1.739130434782609e-05,
|
| 127 |
+
"loss": 0.8442,
|
| 128 |
+
"step": 17
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.1186161449752883,
|
| 132 |
+
"grad_norm": 445.9173583984375,
|
| 133 |
+
"learning_rate": 1.8478260869565216e-05,
|
| 134 |
+
"loss": 0.7377,
|
| 135 |
+
"step": 18
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.12520593080724876,
|
| 139 |
+
"grad_norm": 215.03514099121094,
|
| 140 |
+
"learning_rate": 1.956521739130435e-05,
|
| 141 |
+
"loss": 0.7561,
|
| 142 |
+
"step": 19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.13179571663920922,
|
| 146 |
+
"grad_norm": 389.9723815917969,
|
| 147 |
+
"learning_rate": 2.065217391304348e-05,
|
| 148 |
+
"loss": 0.7568,
|
| 149 |
+
"step": 20
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.13838550247116968,
|
| 153 |
+
"grad_norm": 613.5521850585938,
|
| 154 |
+
"learning_rate": 2.173913043478261e-05,
|
| 155 |
+
"loss": 0.7034,
|
| 156 |
+
"step": 21
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.14497528830313014,
|
| 160 |
+
"grad_norm": 405.9554748535156,
|
| 161 |
+
"learning_rate": 2.282608695652174e-05,
|
| 162 |
+
"loss": 0.7053,
|
| 163 |
+
"step": 22
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.1515650741350906,
|
| 167 |
+
"grad_norm": 215.52670288085938,
|
| 168 |
+
"learning_rate": 2.391304347826087e-05,
|
| 169 |
+
"loss": 0.7889,
|
| 170 |
+
"step": 23
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.15815485996705106,
|
| 174 |
+
"grad_norm": 205.6142120361328,
|
| 175 |
+
"learning_rate": 2.5e-05,
|
| 176 |
+
"loss": 0.7658,
|
| 177 |
+
"step": 24
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.16474464579901152,
|
| 181 |
+
"grad_norm": 987.6297607421875,
|
| 182 |
+
"learning_rate": 2.608695652173913e-05,
|
| 183 |
+
"loss": 0.788,
|
| 184 |
+
"step": 25
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.171334431630972,
|
| 188 |
+
"grad_norm": 222.69949340820312,
|
| 189 |
+
"learning_rate": 2.7173913043478262e-05,
|
| 190 |
+
"loss": 0.677,
|
| 191 |
+
"step": 26
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.17792421746293247,
|
| 195 |
+
"grad_norm": 345.14007568359375,
|
| 196 |
+
"learning_rate": 2.826086956521739e-05,
|
| 197 |
+
"loss": 0.781,
|
| 198 |
+
"step": 27
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.18451400329489293,
|
| 202 |
+
"grad_norm": 463.8091125488281,
|
| 203 |
+
"learning_rate": 2.9347826086956526e-05,
|
| 204 |
+
"loss": 0.719,
|
| 205 |
+
"step": 28
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.19110378912685339,
|
| 209 |
+
"grad_norm": 305.9866943359375,
|
| 210 |
+
"learning_rate": 3.0434782608695656e-05,
|
| 211 |
+
"loss": 0.913,
|
| 212 |
+
"step": 29
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.19769357495881384,
|
| 216 |
+
"grad_norm": 181.99391174316406,
|
| 217 |
+
"learning_rate": 3.152173913043479e-05,
|
| 218 |
+
"loss": 0.8097,
|
| 219 |
+
"step": 30
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.2042833607907743,
|
| 223 |
+
"grad_norm": 218.90301513671875,
|
| 224 |
+
"learning_rate": 3.260869565217392e-05,
|
| 225 |
+
"loss": 0.7213,
|
| 226 |
+
"step": 31
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.21087314662273476,
|
| 230 |
+
"grad_norm": 661.6412353515625,
|
| 231 |
+
"learning_rate": 3.369565217391305e-05,
|
| 232 |
+
"loss": 0.845,
|
| 233 |
+
"step": 32
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.21746293245469522,
|
| 237 |
+
"grad_norm": 454.7393493652344,
|
| 238 |
+
"learning_rate": 3.478260869565218e-05,
|
| 239 |
+
"loss": 0.8505,
|
| 240 |
+
"step": 33
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.22405271828665568,
|
| 244 |
+
"grad_norm": 410.3249816894531,
|
| 245 |
+
"learning_rate": 3.58695652173913e-05,
|
| 246 |
+
"loss": 0.8294,
|
| 247 |
+
"step": 34
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.23064250411861614,
|
| 251 |
+
"grad_norm": 152.13143920898438,
|
| 252 |
+
"learning_rate": 3.695652173913043e-05,
|
| 253 |
+
"loss": 0.8209,
|
| 254 |
+
"step": 35
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.2372322899505766,
|
| 258 |
+
"grad_norm": 271.0032653808594,
|
| 259 |
+
"learning_rate": 3.804347826086957e-05,
|
| 260 |
+
"loss": 0.8357,
|
| 261 |
+
"step": 36
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.24382207578253706,
|
| 265 |
+
"grad_norm": 635.7935791015625,
|
| 266 |
+
"learning_rate": 3.91304347826087e-05,
|
| 267 |
+
"loss": 0.7799,
|
| 268 |
+
"step": 37
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.2504118616144975,
|
| 272 |
+
"grad_norm": 461.5861511230469,
|
| 273 |
+
"learning_rate": 4.021739130434783e-05,
|
| 274 |
+
"loss": 0.765,
|
| 275 |
+
"step": 38
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.257001647446458,
|
| 279 |
+
"grad_norm": 279.9590148925781,
|
| 280 |
+
"learning_rate": 4.130434782608696e-05,
|
| 281 |
+
"loss": 0.8731,
|
| 282 |
+
"step": 39
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.26359143327841844,
|
| 286 |
+
"grad_norm": 765.4867553710938,
|
| 287 |
+
"learning_rate": 4.239130434782609e-05,
|
| 288 |
+
"loss": 0.7388,
|
| 289 |
+
"step": 40
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.2701812191103789,
|
| 293 |
+
"grad_norm": 575.533447265625,
|
| 294 |
+
"learning_rate": 4.347826086956522e-05,
|
| 295 |
+
"loss": 0.7368,
|
| 296 |
+
"step": 41
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.27677100494233936,
|
| 300 |
+
"grad_norm": 405.68023681640625,
|
| 301 |
+
"learning_rate": 4.456521739130435e-05,
|
| 302 |
+
"loss": 0.7146,
|
| 303 |
+
"step": 42
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.2833607907742998,
|
| 307 |
+
"grad_norm": 320.5788269042969,
|
| 308 |
+
"learning_rate": 4.565217391304348e-05,
|
| 309 |
+
"loss": 0.9472,
|
| 310 |
+
"step": 43
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.2899505766062603,
|
| 314 |
+
"grad_norm": 159.42025756835938,
|
| 315 |
+
"learning_rate": 4.673913043478261e-05,
|
| 316 |
+
"loss": 0.748,
|
| 317 |
+
"step": 44
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.29654036243822074,
|
| 321 |
+
"grad_norm": 343.9827575683594,
|
| 322 |
+
"learning_rate": 4.782608695652174e-05,
|
| 323 |
+
"loss": 0.7369,
|
| 324 |
+
"step": 45
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.3031301482701812,
|
| 328 |
+
"grad_norm": 2192.0439453125,
|
| 329 |
+
"learning_rate": 4.891304347826087e-05,
|
| 330 |
+
"loss": 0.8394,
|
| 331 |
+
"step": 46
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.30971993410214166,
|
| 335 |
+
"grad_norm": 379.729248046875,
|
| 336 |
+
"learning_rate": 5e-05,
|
| 337 |
+
"loss": 0.8388,
|
| 338 |
+
"step": 47
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.3163097199341021,
|
| 342 |
+
"grad_norm": 154.18643188476562,
|
| 343 |
+
"learning_rate": 4.987714987714988e-05,
|
| 344 |
+
"loss": 0.9252,
|
| 345 |
+
"step": 48
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.3228995057660626,
|
| 349 |
+
"grad_norm": 561.9174194335938,
|
| 350 |
+
"learning_rate": 4.9754299754299756e-05,
|
| 351 |
+
"loss": 0.8088,
|
| 352 |
+
"step": 49
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.32948929159802304,
|
| 356 |
+
"grad_norm": 434.27325439453125,
|
| 357 |
+
"learning_rate": 4.963144963144963e-05,
|
| 358 |
+
"loss": 0.9263,
|
| 359 |
+
"step": 50
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 0.33607907742998355,
|
| 363 |
+
"grad_norm": 122.2130126953125,
|
| 364 |
+
"learning_rate": 4.950859950859951e-05,
|
| 365 |
+
"loss": 0.8773,
|
| 366 |
+
"step": 51
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.342668863261944,
|
| 370 |
+
"grad_norm": 745.0607299804688,
|
| 371 |
+
"learning_rate": 4.9385749385749387e-05,
|
| 372 |
+
"loss": 0.7825,
|
| 373 |
+
"step": 52
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.34925864909390447,
|
| 377 |
+
"grad_norm": 328.8779602050781,
|
| 378 |
+
"learning_rate": 4.926289926289926e-05,
|
| 379 |
+
"loss": 0.8562,
|
| 380 |
+
"step": 53
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 0.35584843492586493,
|
| 384 |
+
"grad_norm": 192.5826873779297,
|
| 385 |
+
"learning_rate": 4.914004914004915e-05,
|
| 386 |
+
"loss": 0.8408,
|
| 387 |
+
"step": 54
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.3624382207578254,
|
| 391 |
+
"grad_norm": 290.76776123046875,
|
| 392 |
+
"learning_rate": 4.901719901719902e-05,
|
| 393 |
+
"loss": 0.769,
|
| 394 |
+
"step": 55
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.36902800658978585,
|
| 398 |
+
"grad_norm": 212.2420654296875,
|
| 399 |
+
"learning_rate": 4.8894348894348894e-05,
|
| 400 |
+
"loss": 0.7944,
|
| 401 |
+
"step": 56
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.3756177924217463,
|
| 405 |
+
"grad_norm": 141.33392333984375,
|
| 406 |
+
"learning_rate": 4.877149877149878e-05,
|
| 407 |
+
"loss": 0.9014,
|
| 408 |
+
"step": 57
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.38220757825370677,
|
| 412 |
+
"grad_norm": 210.45494079589844,
|
| 413 |
+
"learning_rate": 4.8648648648648654e-05,
|
| 414 |
+
"loss": 0.8414,
|
| 415 |
+
"step": 58
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.38879736408566723,
|
| 419 |
+
"grad_norm": 160.95689392089844,
|
| 420 |
+
"learning_rate": 4.8525798525798524e-05,
|
| 421 |
+
"loss": 0.7485,
|
| 422 |
+
"step": 59
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.3953871499176277,
|
| 426 |
+
"grad_norm": 303.22906494140625,
|
| 427 |
+
"learning_rate": 4.840294840294841e-05,
|
| 428 |
+
"loss": 0.8196,
|
| 429 |
+
"step": 60
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.40197693574958815,
|
| 433 |
+
"grad_norm": 327.06805419921875,
|
| 434 |
+
"learning_rate": 4.8280098280098285e-05,
|
| 435 |
+
"loss": 0.7513,
|
| 436 |
+
"step": 61
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 0.4085667215815486,
|
| 440 |
+
"grad_norm": 1190.357421875,
|
| 441 |
+
"learning_rate": 4.8157248157248155e-05,
|
| 442 |
+
"loss": 0.9952,
|
| 443 |
+
"step": 62
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 0.41515650741350907,
|
| 447 |
+
"grad_norm": 206.6424102783203,
|
| 448 |
+
"learning_rate": 4.803439803439804e-05,
|
| 449 |
+
"loss": 0.8309,
|
| 450 |
+
"step": 63
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.42174629324546953,
|
| 454 |
+
"grad_norm": 534.4395141601562,
|
| 455 |
+
"learning_rate": 4.7911547911547915e-05,
|
| 456 |
+
"loss": 0.8531,
|
| 457 |
+
"step": 64
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 0.42833607907743,
|
| 461 |
+
"grad_norm": 341.8865966796875,
|
| 462 |
+
"learning_rate": 4.778869778869779e-05,
|
| 463 |
+
"loss": 0.9542,
|
| 464 |
+
"step": 65
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 0.43492586490939045,
|
| 468 |
+
"grad_norm": 228.7908172607422,
|
| 469 |
+
"learning_rate": 4.766584766584767e-05,
|
| 470 |
+
"loss": 0.9572,
|
| 471 |
+
"step": 66
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 0.4415156507413509,
|
| 475 |
+
"grad_norm": 352.82086181640625,
|
| 476 |
+
"learning_rate": 4.7542997542997546e-05,
|
| 477 |
+
"loss": 0.8549,
|
| 478 |
+
"step": 67
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.44810543657331137,
|
| 482 |
+
"grad_norm": 105.19104766845703,
|
| 483 |
+
"learning_rate": 4.742014742014742e-05,
|
| 484 |
+
"loss": 0.8718,
|
| 485 |
+
"step": 68
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.4546952224052718,
|
| 489 |
+
"grad_norm": 99.13899230957031,
|
| 490 |
+
"learning_rate": 4.72972972972973e-05,
|
| 491 |
+
"loss": 0.9738,
|
| 492 |
+
"step": 69
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 0.4612850082372323,
|
| 496 |
+
"grad_norm": 228.2894287109375,
|
| 497 |
+
"learning_rate": 4.7174447174447176e-05,
|
| 498 |
+
"loss": 0.8689,
|
| 499 |
+
"step": 70
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 0.46787479406919275,
|
| 503 |
+
"grad_norm": 157.54298400878906,
|
| 504 |
+
"learning_rate": 4.705159705159705e-05,
|
| 505 |
+
"loss": 0.8553,
|
| 506 |
+
"step": 71
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.4744645799011532,
|
| 510 |
+
"grad_norm": 328.7658996582031,
|
| 511 |
+
"learning_rate": 4.692874692874693e-05,
|
| 512 |
+
"loss": 0.8788,
|
| 513 |
+
"step": 72
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.48105436573311366,
|
| 517 |
+
"grad_norm": 1948.38916015625,
|
| 518 |
+
"learning_rate": 4.680589680589681e-05,
|
| 519 |
+
"loss": 0.8151,
|
| 520 |
+
"step": 73
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.4876441515650741,
|
| 524 |
+
"grad_norm": 320.9216003417969,
|
| 525 |
+
"learning_rate": 4.6683046683046684e-05,
|
| 526 |
+
"loss": 0.8086,
|
| 527 |
+
"step": 74
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.4942339373970346,
|
| 531 |
+
"grad_norm": 1094.80517578125,
|
| 532 |
+
"learning_rate": 4.656019656019656e-05,
|
| 533 |
+
"loss": 0.881,
|
| 534 |
+
"step": 75
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.500823723228995,
|
| 538 |
+
"grad_norm": 262.46636962890625,
|
| 539 |
+
"learning_rate": 4.6437346437346444e-05,
|
| 540 |
+
"loss": 0.9475,
|
| 541 |
+
"step": 76
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.5074135090609555,
|
| 545 |
+
"grad_norm": 395.812744140625,
|
| 546 |
+
"learning_rate": 4.6314496314496314e-05,
|
| 547 |
+
"loss": 0.9287,
|
| 548 |
+
"step": 77
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 0.514003294892916,
|
| 552 |
+
"grad_norm": 312.8116149902344,
|
| 553 |
+
"learning_rate": 4.619164619164619e-05,
|
| 554 |
+
"loss": 0.898,
|
| 555 |
+
"step": 78
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 0.5205930807248764,
|
| 559 |
+
"grad_norm": 124.0872802734375,
|
| 560 |
+
"learning_rate": 4.6068796068796074e-05,
|
| 561 |
+
"loss": 0.9626,
|
| 562 |
+
"step": 79
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 0.5271828665568369,
|
| 566 |
+
"grad_norm": 180.38021850585938,
|
| 567 |
+
"learning_rate": 4.594594594594595e-05,
|
| 568 |
+
"loss": 0.8902,
|
| 569 |
+
"step": 80
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.5337726523887973,
|
| 573 |
+
"grad_norm": 190.2543182373047,
|
| 574 |
+
"learning_rate": 4.582309582309582e-05,
|
| 575 |
+
"loss": 0.8404,
|
| 576 |
+
"step": 81
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.5403624382207578,
|
| 580 |
+
"grad_norm": 119.05390167236328,
|
| 581 |
+
"learning_rate": 4.5700245700245705e-05,
|
| 582 |
+
"loss": 0.9087,
|
| 583 |
+
"step": 82
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.5469522240527183,
|
| 587 |
+
"grad_norm": 564.9111938476562,
|
| 588 |
+
"learning_rate": 4.557739557739558e-05,
|
| 589 |
+
"loss": 0.7668,
|
| 590 |
+
"step": 83
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.5535420098846787,
|
| 594 |
+
"grad_norm": 131.78086853027344,
|
| 595 |
+
"learning_rate": 4.545454545454546e-05,
|
| 596 |
+
"loss": 0.8434,
|
| 597 |
+
"step": 84
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.5601317957166392,
|
| 601 |
+
"grad_norm": 453.88775634765625,
|
| 602 |
+
"learning_rate": 4.5331695331695335e-05,
|
| 603 |
+
"loss": 0.8631,
|
| 604 |
+
"step": 85
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.5667215815485996,
|
| 608 |
+
"grad_norm": 192.94564819335938,
|
| 609 |
+
"learning_rate": 4.520884520884521e-05,
|
| 610 |
+
"loss": 0.8508,
|
| 611 |
+
"step": 86
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 0.5733113673805601,
|
| 615 |
+
"grad_norm": 178.88607788085938,
|
| 616 |
+
"learning_rate": 4.508599508599509e-05,
|
| 617 |
+
"loss": 0.8746,
|
| 618 |
+
"step": 87
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.5799011532125206,
|
| 622 |
+
"grad_norm": 355.49322509765625,
|
| 623 |
+
"learning_rate": 4.4963144963144966e-05,
|
| 624 |
+
"loss": 0.8221,
|
| 625 |
+
"step": 88
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.586490939044481,
|
| 629 |
+
"grad_norm": 727.7778930664062,
|
| 630 |
+
"learning_rate": 4.484029484029484e-05,
|
| 631 |
+
"loss": 1.0285,
|
| 632 |
+
"step": 89
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.5930807248764415,
|
| 636 |
+
"grad_norm": 1586.21337890625,
|
| 637 |
+
"learning_rate": 4.471744471744472e-05,
|
| 638 |
+
"loss": 0.9701,
|
| 639 |
+
"step": 90
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.5996705107084019,
|
| 643 |
+
"grad_norm": 558.633544921875,
|
| 644 |
+
"learning_rate": 4.4594594594594596e-05,
|
| 645 |
+
"loss": 0.8067,
|
| 646 |
+
"step": 91
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.6062602965403624,
|
| 650 |
+
"grad_norm": 969.2847900390625,
|
| 651 |
+
"learning_rate": 4.447174447174447e-05,
|
| 652 |
+
"loss": 0.7854,
|
| 653 |
+
"step": 92
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 0.6128500823723229,
|
| 657 |
+
"grad_norm": 437.51397705078125,
|
| 658 |
+
"learning_rate": 4.434889434889435e-05,
|
| 659 |
+
"loss": 0.9254,
|
| 660 |
+
"step": 93
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 0.6194398682042833,
|
| 664 |
+
"grad_norm": 436.55853271484375,
|
| 665 |
+
"learning_rate": 4.422604422604423e-05,
|
| 666 |
+
"loss": 0.8167,
|
| 667 |
+
"step": 94
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.6260296540362438,
|
| 671 |
+
"grad_norm": 213.31967163085938,
|
| 672 |
+
"learning_rate": 4.4103194103194104e-05,
|
| 673 |
+
"loss": 0.8767,
|
| 674 |
+
"step": 95
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 0.6326194398682042,
|
| 678 |
+
"grad_norm": 121.2298583984375,
|
| 679 |
+
"learning_rate": 4.398034398034398e-05,
|
| 680 |
+
"loss": 0.8475,
|
| 681 |
+
"step": 96
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.6392092257001647,
|
| 685 |
+
"grad_norm": 275.9543762207031,
|
| 686 |
+
"learning_rate": 4.385749385749386e-05,
|
| 687 |
+
"loss": 0.7616,
|
| 688 |
+
"step": 97
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 0.6457990115321252,
|
| 692 |
+
"grad_norm": 211.8274688720703,
|
| 693 |
+
"learning_rate": 4.373464373464374e-05,
|
| 694 |
+
"loss": 0.8941,
|
| 695 |
+
"step": 98
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 0.6523887973640856,
|
| 699 |
+
"grad_norm": 85.87938690185547,
|
| 700 |
+
"learning_rate": 4.361179361179362e-05,
|
| 701 |
+
"loss": 0.8319,
|
| 702 |
+
"step": 99
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 0.6589785831960461,
|
| 706 |
+
"grad_norm": 160.2537841796875,
|
| 707 |
+
"learning_rate": 4.348894348894349e-05,
|
| 708 |
+
"loss": 0.8626,
|
| 709 |
+
"step": 100
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 0.6655683690280065,
|
| 713 |
+
"grad_norm": 458.2138977050781,
|
| 714 |
+
"learning_rate": 4.336609336609337e-05,
|
| 715 |
+
"loss": 0.8062,
|
| 716 |
+
"step": 101
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 0.6721581548599671,
|
| 720 |
+
"grad_norm": 162.5004425048828,
|
| 721 |
+
"learning_rate": 4.324324324324325e-05,
|
| 722 |
+
"loss": 0.8782,
|
| 723 |
+
"step": 102
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 0.6787479406919276,
|
| 727 |
+
"grad_norm": 95.31204223632812,
|
| 728 |
+
"learning_rate": 4.312039312039312e-05,
|
| 729 |
+
"loss": 0.888,
|
| 730 |
+
"step": 103
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.685337726523888,
|
| 734 |
+
"grad_norm": 224.08078002929688,
|
| 735 |
+
"learning_rate": 4.2997542997543e-05,
|
| 736 |
+
"loss": 0.8597,
|
| 737 |
+
"step": 104
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 0.6919275123558485,
|
| 741 |
+
"grad_norm": 1092.45458984375,
|
| 742 |
+
"learning_rate": 4.287469287469288e-05,
|
| 743 |
+
"loss": 0.6954,
|
| 744 |
+
"step": 105
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 0.6985172981878089,
|
| 748 |
+
"grad_norm": 440.71038818359375,
|
| 749 |
+
"learning_rate": 4.2751842751842756e-05,
|
| 750 |
+
"loss": 0.9465,
|
| 751 |
+
"step": 106
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 0.7051070840197694,
|
| 755 |
+
"grad_norm": 530.1962280273438,
|
| 756 |
+
"learning_rate": 4.262899262899263e-05,
|
| 757 |
+
"loss": 0.8514,
|
| 758 |
+
"step": 107
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 0.7116968698517299,
|
| 762 |
+
"grad_norm": 177.9505157470703,
|
| 763 |
+
"learning_rate": 4.250614250614251e-05,
|
| 764 |
+
"loss": 0.9099,
|
| 765 |
+
"step": 108
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 0.7182866556836903,
|
| 769 |
+
"grad_norm": 445.9535217285156,
|
| 770 |
+
"learning_rate": 4.2383292383292386e-05,
|
| 771 |
+
"loss": 0.8832,
|
| 772 |
+
"step": 109
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 0.7248764415156508,
|
| 776 |
+
"grad_norm": 381.5651550292969,
|
| 777 |
+
"learning_rate": 4.226044226044226e-05,
|
| 778 |
+
"loss": 0.8822,
|
| 779 |
+
"step": 110
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 0.7314662273476112,
|
| 783 |
+
"grad_norm": 304.6574401855469,
|
| 784 |
+
"learning_rate": 4.213759213759214e-05,
|
| 785 |
+
"loss": 0.9179,
|
| 786 |
+
"step": 111
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 0.7380560131795717,
|
| 790 |
+
"grad_norm": 493.38702392578125,
|
| 791 |
+
"learning_rate": 4.2014742014742017e-05,
|
| 792 |
+
"loss": 0.8883,
|
| 793 |
+
"step": 112
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 0.7446457990115322,
|
| 797 |
+
"grad_norm": 308.3809814453125,
|
| 798 |
+
"learning_rate": 4.189189189189189e-05,
|
| 799 |
+
"loss": 0.9063,
|
| 800 |
+
"step": 113
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 0.7512355848434926,
|
| 804 |
+
"grad_norm": 566.2634887695312,
|
| 805 |
+
"learning_rate": 4.176904176904177e-05,
|
| 806 |
+
"loss": 0.8362,
|
| 807 |
+
"step": 114
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 0.7578253706754531,
|
| 811 |
+
"grad_norm": 351.1834716796875,
|
| 812 |
+
"learning_rate": 4.164619164619165e-05,
|
| 813 |
+
"loss": 0.7975,
|
| 814 |
+
"step": 115
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 0.7644151565074135,
|
| 818 |
+
"grad_norm": 431.1800842285156,
|
| 819 |
+
"learning_rate": 4.1523341523341524e-05,
|
| 820 |
+
"loss": 0.9101,
|
| 821 |
+
"step": 116
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 0.771004942339374,
|
| 825 |
+
"grad_norm": 162.2163848876953,
|
| 826 |
+
"learning_rate": 4.14004914004914e-05,
|
| 827 |
+
"loss": 0.9346,
|
| 828 |
+
"step": 117
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 0.7775947281713345,
|
| 832 |
+
"grad_norm": 380.3731994628906,
|
| 833 |
+
"learning_rate": 4.127764127764128e-05,
|
| 834 |
+
"loss": 0.8159,
|
| 835 |
+
"step": 118
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 0.7841845140032949,
|
| 839 |
+
"grad_norm": 162.47447204589844,
|
| 840 |
+
"learning_rate": 4.1154791154791154e-05,
|
| 841 |
+
"loss": 0.7163,
|
| 842 |
+
"step": 119
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 0.7907742998352554,
|
| 846 |
+
"grad_norm": 302.619873046875,
|
| 847 |
+
"learning_rate": 4.103194103194104e-05,
|
| 848 |
+
"loss": 0.7443,
|
| 849 |
+
"step": 120
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 0.7973640856672158,
|
| 853 |
+
"grad_norm": 263.76385498046875,
|
| 854 |
+
"learning_rate": 4.0909090909090915e-05,
|
| 855 |
+
"loss": 0.8107,
|
| 856 |
+
"step": 121
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 0.8039538714991763,
|
| 860 |
+
"grad_norm": 175.19789123535156,
|
| 861 |
+
"learning_rate": 4.0786240786240785e-05,
|
| 862 |
+
"loss": 0.7875,
|
| 863 |
+
"step": 122
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 0.8105436573311368,
|
| 867 |
+
"grad_norm": 201.381591796875,
|
| 868 |
+
"learning_rate": 4.066339066339067e-05,
|
| 869 |
+
"loss": 0.7453,
|
| 870 |
+
"step": 123
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 0.8171334431630972,
|
| 874 |
+
"grad_norm": 66.85758972167969,
|
| 875 |
+
"learning_rate": 4.0540540540540545e-05,
|
| 876 |
+
"loss": 0.7854,
|
| 877 |
+
"step": 124
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 0.8237232289950577,
|
| 881 |
+
"grad_norm": 497.2497253417969,
|
| 882 |
+
"learning_rate": 4.0417690417690415e-05,
|
| 883 |
+
"loss": 0.8332,
|
| 884 |
+
"step": 125
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 0.8303130148270181,
|
| 888 |
+
"grad_norm": 446.8744812011719,
|
| 889 |
+
"learning_rate": 4.02948402948403e-05,
|
| 890 |
+
"loss": 0.8435,
|
| 891 |
+
"step": 126
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 0.8369028006589786,
|
| 895 |
+
"grad_norm": 149.99560546875,
|
| 896 |
+
"learning_rate": 4.0171990171990176e-05,
|
| 897 |
+
"loss": 0.7904,
|
| 898 |
+
"step": 127
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 0.8434925864909391,
|
| 902 |
+
"grad_norm": 95.36408996582031,
|
| 903 |
+
"learning_rate": 4.004914004914005e-05,
|
| 904 |
+
"loss": 0.8921,
|
| 905 |
+
"step": 128
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 0.8500823723228995,
|
| 909 |
+
"grad_norm": 329.3395080566406,
|
| 910 |
+
"learning_rate": 3.992628992628993e-05,
|
| 911 |
+
"loss": 0.938,
|
| 912 |
+
"step": 129
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 0.85667215815486,
|
| 916 |
+
"grad_norm": 105.44376373291016,
|
| 917 |
+
"learning_rate": 3.9803439803439806e-05,
|
| 918 |
+
"loss": 0.7651,
|
| 919 |
+
"step": 130
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 0.8632619439868204,
|
| 923 |
+
"grad_norm": 365.7022399902344,
|
| 924 |
+
"learning_rate": 3.968058968058968e-05,
|
| 925 |
+
"loss": 0.9926,
|
| 926 |
+
"step": 131
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 0.8698517298187809,
|
| 930 |
+
"grad_norm": 157.09010314941406,
|
| 931 |
+
"learning_rate": 3.955773955773956e-05,
|
| 932 |
+
"loss": 0.8138,
|
| 933 |
+
"step": 132
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 0.8764415156507414,
|
| 937 |
+
"grad_norm": 199.70140075683594,
|
| 938 |
+
"learning_rate": 3.943488943488944e-05,
|
| 939 |
+
"loss": 0.8207,
|
| 940 |
+
"step": 133
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 0.8830313014827018,
|
| 944 |
+
"grad_norm": 170.55154418945312,
|
| 945 |
+
"learning_rate": 3.9312039312039314e-05,
|
| 946 |
+
"loss": 0.8112,
|
| 947 |
+
"step": 134
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 0.8896210873146623,
|
| 951 |
+
"grad_norm": 101.48678588867188,
|
| 952 |
+
"learning_rate": 3.918918918918919e-05,
|
| 953 |
+
"loss": 0.9179,
|
| 954 |
+
"step": 135
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 0.8962108731466227,
|
| 958 |
+
"grad_norm": 134.48329162597656,
|
| 959 |
+
"learning_rate": 3.906633906633907e-05,
|
| 960 |
+
"loss": 0.7232,
|
| 961 |
+
"step": 136
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 0.9028006589785832,
|
| 965 |
+
"grad_norm": 55.03281784057617,
|
| 966 |
+
"learning_rate": 3.8943488943488944e-05,
|
| 967 |
+
"loss": 0.7995,
|
| 968 |
+
"step": 137
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 0.9093904448105437,
|
| 972 |
+
"grad_norm": 150.32440185546875,
|
| 973 |
+
"learning_rate": 3.882063882063882e-05,
|
| 974 |
+
"loss": 0.809,
|
| 975 |
+
"step": 138
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 0.9159802306425041,
|
| 979 |
+
"grad_norm": 338.85614013671875,
|
| 980 |
+
"learning_rate": 3.86977886977887e-05,
|
| 981 |
+
"loss": 0.8687,
|
| 982 |
+
"step": 139
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 0.9225700164744646,
|
| 986 |
+
"grad_norm": 151.74453735351562,
|
| 987 |
+
"learning_rate": 3.857493857493858e-05,
|
| 988 |
+
"loss": 0.7813,
|
| 989 |
+
"step": 140
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 0.929159802306425,
|
| 993 |
+
"grad_norm": 138.03311157226562,
|
| 994 |
+
"learning_rate": 3.845208845208845e-05,
|
| 995 |
+
"loss": 0.8763,
|
| 996 |
+
"step": 141
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 0.9357495881383855,
|
| 1000 |
+
"grad_norm": 391.97857666015625,
|
| 1001 |
+
"learning_rate": 3.8329238329238335e-05,
|
| 1002 |
+
"loss": 0.8187,
|
| 1003 |
+
"step": 142
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 0.942339373970346,
|
| 1007 |
+
"grad_norm": 266.4914245605469,
|
| 1008 |
+
"learning_rate": 3.820638820638821e-05,
|
| 1009 |
+
"loss": 0.6941,
|
| 1010 |
+
"step": 143
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 0.9489291598023064,
|
| 1014 |
+
"grad_norm": 79.93824005126953,
|
| 1015 |
+
"learning_rate": 3.808353808353808e-05,
|
| 1016 |
+
"loss": 0.8388,
|
| 1017 |
+
"step": 144
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 0.9555189456342669,
|
| 1021 |
+
"grad_norm": 596.604736328125,
|
| 1022 |
+
"learning_rate": 3.7960687960687965e-05,
|
| 1023 |
+
"loss": 0.7768,
|
| 1024 |
+
"step": 145
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 0.9621087314662273,
|
| 1028 |
+
"grad_norm": 70.91590118408203,
|
| 1029 |
+
"learning_rate": 3.783783783783784e-05,
|
| 1030 |
+
"loss": 0.7389,
|
| 1031 |
+
"step": 146
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 0.9686985172981878,
|
| 1035 |
+
"grad_norm": 305.1685485839844,
|
| 1036 |
+
"learning_rate": 3.771498771498771e-05,
|
| 1037 |
+
"loss": 0.9451,
|
| 1038 |
+
"step": 147
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 0.9752883031301482,
|
| 1042 |
+
"grad_norm": 96.85557556152344,
|
| 1043 |
+
"learning_rate": 3.7592137592137596e-05,
|
| 1044 |
+
"loss": 0.8449,
|
| 1045 |
+
"step": 148
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 0.9818780889621087,
|
| 1049 |
+
"grad_norm": 480.3149108886719,
|
| 1050 |
+
"learning_rate": 3.746928746928747e-05,
|
| 1051 |
+
"loss": 0.9493,
|
| 1052 |
+
"step": 149
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 0.9884678747940692,
|
| 1056 |
+
"grad_norm": 238.29258728027344,
|
| 1057 |
+
"learning_rate": 3.734643734643735e-05,
|
| 1058 |
+
"loss": 0.8697,
|
| 1059 |
+
"step": 150
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 0.9950576606260296,
|
| 1063 |
+
"grad_norm": 106.33365631103516,
|
| 1064 |
+
"learning_rate": 3.7223587223587226e-05,
|
| 1065 |
+
"loss": 0.8836,
|
| 1066 |
+
"step": 151
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 1.00164744645799,
|
| 1070 |
+
"grad_norm": 439.60009765625,
|
| 1071 |
+
"learning_rate": 3.71007371007371e-05,
|
| 1072 |
+
"loss": 0.7164,
|
| 1073 |
+
"step": 152
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 1.0082372322899507,
|
| 1077 |
+
"grad_norm": 109.26066589355469,
|
| 1078 |
+
"learning_rate": 3.697788697788698e-05,
|
| 1079 |
+
"loss": 0.632,
|
| 1080 |
+
"step": 153
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 1.014827018121911,
|
| 1084 |
+
"grad_norm": 415.2508239746094,
|
| 1085 |
+
"learning_rate": 3.685503685503686e-05,
|
| 1086 |
+
"loss": 0.6479,
|
| 1087 |
+
"step": 154
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 1.0214168039538716,
|
| 1091 |
+
"grad_norm": 260.052734375,
|
| 1092 |
+
"learning_rate": 3.6732186732186734e-05,
|
| 1093 |
+
"loss": 0.5934,
|
| 1094 |
+
"step": 155
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 1.028006589785832,
|
| 1098 |
+
"grad_norm": 1057.008056640625,
|
| 1099 |
+
"learning_rate": 3.660933660933661e-05,
|
| 1100 |
+
"loss": 0.5648,
|
| 1101 |
+
"step": 156
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 1.0345963756177925,
|
| 1105 |
+
"grad_norm": 106.66386413574219,
|
| 1106 |
+
"learning_rate": 3.648648648648649e-05,
|
| 1107 |
+
"loss": 0.5957,
|
| 1108 |
+
"step": 157
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 1.0411861614497528,
|
| 1112 |
+
"grad_norm": 130.90151977539062,
|
| 1113 |
+
"learning_rate": 3.6363636363636364e-05,
|
| 1114 |
+
"loss": 0.5769,
|
| 1115 |
+
"step": 158
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"epoch": 1.0477759472817134,
|
| 1119 |
+
"grad_norm": 262.9067077636719,
|
| 1120 |
+
"learning_rate": 3.624078624078625e-05,
|
| 1121 |
+
"loss": 0.6341,
|
| 1122 |
+
"step": 159
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"epoch": 1.0543657331136738,
|
| 1126 |
+
"grad_norm": 59.18153762817383,
|
| 1127 |
+
"learning_rate": 3.611793611793612e-05,
|
| 1128 |
+
"loss": 0.5328,
|
| 1129 |
+
"step": 160
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"epoch": 1.0609555189456343,
|
| 1133 |
+
"grad_norm": 122.3954849243164,
|
| 1134 |
+
"learning_rate": 3.5995085995085995e-05,
|
| 1135 |
+
"loss": 0.5212,
|
| 1136 |
+
"step": 161
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"epoch": 1.0675453047775947,
|
| 1140 |
+
"grad_norm": 219.09283447265625,
|
| 1141 |
+
"learning_rate": 3.587223587223588e-05,
|
| 1142 |
+
"loss": 0.5569,
|
| 1143 |
+
"step": 162
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 1.0741350906095553,
|
| 1147 |
+
"grad_norm": 321.9674987792969,
|
| 1148 |
+
"learning_rate": 3.574938574938575e-05,
|
| 1149 |
+
"loss": 0.5809,
|
| 1150 |
+
"step": 163
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"epoch": 1.0807248764415156,
|
| 1154 |
+
"grad_norm": 83.09851837158203,
|
| 1155 |
+
"learning_rate": 3.562653562653563e-05,
|
| 1156 |
+
"loss": 0.5576,
|
| 1157 |
+
"step": 164
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 1.0873146622734762,
|
| 1161 |
+
"grad_norm": 138.06068420410156,
|
| 1162 |
+
"learning_rate": 3.550368550368551e-05,
|
| 1163 |
+
"loss": 0.5051,
|
| 1164 |
+
"step": 165
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 1.0939044481054365,
|
| 1168 |
+
"grad_norm": 152.32656860351562,
|
| 1169 |
+
"learning_rate": 3.538083538083538e-05,
|
| 1170 |
+
"loss": 0.5291,
|
| 1171 |
+
"step": 166
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"epoch": 1.100494233937397,
|
| 1175 |
+
"grad_norm": 327.38824462890625,
|
| 1176 |
+
"learning_rate": 3.525798525798526e-05,
|
| 1177 |
+
"loss": 0.6476,
|
| 1178 |
+
"step": 167
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"epoch": 1.1070840197693574,
|
| 1182 |
+
"grad_norm": 121.95663452148438,
|
| 1183 |
+
"learning_rate": 3.513513513513514e-05,
|
| 1184 |
+
"loss": 0.5158,
|
| 1185 |
+
"step": 168
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"epoch": 1.113673805601318,
|
| 1189 |
+
"grad_norm": 92.62237548828125,
|
| 1190 |
+
"learning_rate": 3.501228501228501e-05,
|
| 1191 |
+
"loss": 0.5702,
|
| 1192 |
+
"step": 169
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"epoch": 1.1202635914332784,
|
| 1196 |
+
"grad_norm": 683.2556762695312,
|
| 1197 |
+
"learning_rate": 3.488943488943489e-05,
|
| 1198 |
+
"loss": 0.621,
|
| 1199 |
+
"step": 170
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"epoch": 1.126853377265239,
|
| 1203 |
+
"grad_norm": 229.4330291748047,
|
| 1204 |
+
"learning_rate": 3.476658476658477e-05,
|
| 1205 |
+
"loss": 0.5686,
|
| 1206 |
+
"step": 171
|
| 1207 |
+
},
|
| 1208 |
+
{
|
| 1209 |
+
"epoch": 1.1334431630971993,
|
| 1210 |
+
"grad_norm": 213.6857147216797,
|
| 1211 |
+
"learning_rate": 3.4643734643734647e-05,
|
| 1212 |
+
"loss": 0.5534,
|
| 1213 |
+
"step": 172
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"epoch": 1.1400329489291599,
|
| 1217 |
+
"grad_norm": 150.42703247070312,
|
| 1218 |
+
"learning_rate": 3.452088452088452e-05,
|
| 1219 |
+
"loss": 0.4501,
|
| 1220 |
+
"step": 173
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 1.1466227347611202,
|
| 1224 |
+
"grad_norm": 405.1623840332031,
|
| 1225 |
+
"learning_rate": 3.43980343980344e-05,
|
| 1226 |
+
"loss": 0.4762,
|
| 1227 |
+
"step": 174
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"epoch": 1.1532125205930808,
|
| 1231 |
+
"grad_norm": 213.4350128173828,
|
| 1232 |
+
"learning_rate": 3.427518427518428e-05,
|
| 1233 |
+
"loss": 0.5208,
|
| 1234 |
+
"step": 175
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 1.1598023064250411,
|
| 1238 |
+
"grad_norm": 527.8944702148438,
|
| 1239 |
+
"learning_rate": 3.4152334152334154e-05,
|
| 1240 |
+
"loss": 0.6235,
|
| 1241 |
+
"step": 176
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 1.1663920922570017,
|
| 1245 |
+
"grad_norm": 192.6360626220703,
|
| 1246 |
+
"learning_rate": 3.402948402948403e-05,
|
| 1247 |
+
"loss": 0.4193,
|
| 1248 |
+
"step": 177
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 1.172981878088962,
|
| 1252 |
+
"grad_norm": 203.14984130859375,
|
| 1253 |
+
"learning_rate": 3.390663390663391e-05,
|
| 1254 |
+
"loss": 0.6234,
|
| 1255 |
+
"step": 178
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"epoch": 1.1795716639209226,
|
| 1259 |
+
"grad_norm": 206.81492614746094,
|
| 1260 |
+
"learning_rate": 3.3783783783783784e-05,
|
| 1261 |
+
"loss": 0.4987,
|
| 1262 |
+
"step": 179
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 1.186161449752883,
|
| 1266 |
+
"grad_norm": 243.38145446777344,
|
| 1267 |
+
"learning_rate": 3.366093366093366e-05,
|
| 1268 |
+
"loss": 0.5247,
|
| 1269 |
+
"step": 180
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 1.1927512355848435,
|
| 1273 |
+
"grad_norm": 161.61740112304688,
|
| 1274 |
+
"learning_rate": 3.3538083538083545e-05,
|
| 1275 |
+
"loss": 0.5509,
|
| 1276 |
+
"step": 181
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"epoch": 1.1993410214168039,
|
| 1280 |
+
"grad_norm": 291.75469970703125,
|
| 1281 |
+
"learning_rate": 3.3415233415233415e-05,
|
| 1282 |
+
"loss": 0.5825,
|
| 1283 |
+
"step": 182
|
| 1284 |
+
},
|
| 1285 |
+
{
|
| 1286 |
+
"epoch": 1.2059308072487644,
|
| 1287 |
+
"grad_norm": 133.4263458251953,
|
| 1288 |
+
"learning_rate": 3.329238329238329e-05,
|
| 1289 |
+
"loss": 0.6691,
|
| 1290 |
+
"step": 183
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"epoch": 1.2125205930807248,
|
| 1294 |
+
"grad_norm": 1017.546875,
|
| 1295 |
+
"learning_rate": 3.3169533169533175e-05,
|
| 1296 |
+
"loss": 0.4931,
|
| 1297 |
+
"step": 184
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 1.2191103789126854,
|
| 1301 |
+
"grad_norm": 108.6457748413086,
|
| 1302 |
+
"learning_rate": 3.3046683046683045e-05,
|
| 1303 |
+
"loss": 0.5175,
|
| 1304 |
+
"step": 185
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"epoch": 1.2257001647446457,
|
| 1308 |
+
"grad_norm": 146.6004638671875,
|
| 1309 |
+
"learning_rate": 3.292383292383293e-05,
|
| 1310 |
+
"loss": 0.4866,
|
| 1311 |
+
"step": 186
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"epoch": 1.2322899505766063,
|
| 1315 |
+
"grad_norm": 178.45260620117188,
|
| 1316 |
+
"learning_rate": 3.2800982800982806e-05,
|
| 1317 |
+
"loss": 0.5496,
|
| 1318 |
+
"step": 187
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"epoch": 1.2388797364085666,
|
| 1322 |
+
"grad_norm": 373.0599365234375,
|
| 1323 |
+
"learning_rate": 3.2678132678132676e-05,
|
| 1324 |
+
"loss": 0.5361,
|
| 1325 |
+
"step": 188
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"epoch": 1.2454695222405272,
|
| 1329 |
+
"grad_norm": 146.2403106689453,
|
| 1330 |
+
"learning_rate": 3.255528255528256e-05,
|
| 1331 |
+
"loss": 0.5619,
|
| 1332 |
+
"step": 189
|
| 1333 |
+
},
|
| 1334 |
+
{
|
| 1335 |
+
"epoch": 1.2520593080724876,
|
| 1336 |
+
"grad_norm": 49.14468002319336,
|
| 1337 |
+
"learning_rate": 3.2432432432432436e-05,
|
| 1338 |
+
"loss": 0.4598,
|
| 1339 |
+
"step": 190
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"epoch": 1.2586490939044481,
|
| 1343 |
+
"grad_norm": 1165.1783447265625,
|
| 1344 |
+
"learning_rate": 3.2309582309582306e-05,
|
| 1345 |
+
"loss": 0.5666,
|
| 1346 |
+
"step": 191
|
| 1347 |
+
},
|
| 1348 |
+
{
|
| 1349 |
+
"epoch": 1.2652388797364087,
|
| 1350 |
+
"grad_norm": 61.536949157714844,
|
| 1351 |
+
"learning_rate": 3.218673218673219e-05,
|
| 1352 |
+
"loss": 0.5534,
|
| 1353 |
+
"step": 192
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"epoch": 1.271828665568369,
|
| 1357 |
+
"grad_norm": 595.9248046875,
|
| 1358 |
+
"learning_rate": 3.206388206388207e-05,
|
| 1359 |
+
"loss": 0.4841,
|
| 1360 |
+
"step": 193
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"epoch": 1.2784184514003294,
|
| 1364 |
+
"grad_norm": 186.39930725097656,
|
| 1365 |
+
"learning_rate": 3.1941031941031943e-05,
|
| 1366 |
+
"loss": 0.4922,
|
| 1367 |
+
"step": 194
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 1.28500823723229,
|
| 1371 |
+
"grad_norm": 325.35980224609375,
|
| 1372 |
+
"learning_rate": 3.181818181818182e-05,
|
| 1373 |
+
"loss": 0.5436,
|
| 1374 |
+
"step": 195
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 1.2915980230642505,
|
| 1378 |
+
"grad_norm": 75.9457015991211,
|
| 1379 |
+
"learning_rate": 3.16953316953317e-05,
|
| 1380 |
+
"loss": 0.5036,
|
| 1381 |
+
"step": 196
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"epoch": 1.2981878088962109,
|
| 1385 |
+
"grad_norm": 67.08493041992188,
|
| 1386 |
+
"learning_rate": 3.1572481572481574e-05,
|
| 1387 |
+
"loss": 0.5175,
|
| 1388 |
+
"step": 197
|
| 1389 |
+
},
|
| 1390 |
+
{
|
| 1391 |
+
"epoch": 1.3047775947281712,
|
| 1392 |
+
"grad_norm": 74.11741638183594,
|
| 1393 |
+
"learning_rate": 3.144963144963145e-05,
|
| 1394 |
+
"loss": 0.518,
|
| 1395 |
+
"step": 198
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"epoch": 1.3113673805601318,
|
| 1399 |
+
"grad_norm": 280.2093811035156,
|
| 1400 |
+
"learning_rate": 3.132678132678133e-05,
|
| 1401 |
+
"loss": 0.5865,
|
| 1402 |
+
"step": 199
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 1.3179571663920924,
|
| 1406 |
+
"grad_norm": 168.95388793945312,
|
| 1407 |
+
"learning_rate": 3.120393120393121e-05,
|
| 1408 |
+
"loss": 0.6006,
|
| 1409 |
+
"step": 200
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"epoch": 1.3245469522240527,
|
| 1413 |
+
"grad_norm": 411.6920471191406,
|
| 1414 |
+
"learning_rate": 3.108108108108108e-05,
|
| 1415 |
+
"loss": 0.5912,
|
| 1416 |
+
"step": 201
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"epoch": 1.331136738056013,
|
| 1420 |
+
"grad_norm": 208.7516632080078,
|
| 1421 |
+
"learning_rate": 3.095823095823096e-05,
|
| 1422 |
+
"loss": 0.4938,
|
| 1423 |
+
"step": 202
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"epoch": 1.3377265238879736,
|
| 1427 |
+
"grad_norm": 49.95132827758789,
|
| 1428 |
+
"learning_rate": 3.083538083538084e-05,
|
| 1429 |
+
"loss": 0.5094,
|
| 1430 |
+
"step": 203
|
| 1431 |
+
},
|
| 1432 |
+
{
|
| 1433 |
+
"epoch": 1.3443163097199342,
|
| 1434 |
+
"grad_norm": 73.55326080322266,
|
| 1435 |
+
"learning_rate": 3.071253071253071e-05,
|
| 1436 |
+
"loss": 0.584,
|
| 1437 |
+
"step": 204
|
| 1438 |
+
},
|
| 1439 |
+
{
|
| 1440 |
+
"epoch": 1.3509060955518946,
|
| 1441 |
+
"grad_norm": 102.9446792602539,
|
| 1442 |
+
"learning_rate": 3.058968058968059e-05,
|
| 1443 |
+
"loss": 0.5473,
|
| 1444 |
+
"step": 205
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"epoch": 1.357495881383855,
|
| 1448 |
+
"grad_norm": 457.49359130859375,
|
| 1449 |
+
"learning_rate": 3.046683046683047e-05,
|
| 1450 |
+
"loss": 0.6395,
|
| 1451 |
+
"step": 206
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"epoch": 1.3640856672158155,
|
| 1455 |
+
"grad_norm": 236.29953002929688,
|
| 1456 |
+
"learning_rate": 3.0343980343980342e-05,
|
| 1457 |
+
"loss": 0.5853,
|
| 1458 |
+
"step": 207
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"epoch": 1.370675453047776,
|
| 1462 |
+
"grad_norm": 39.58445358276367,
|
| 1463 |
+
"learning_rate": 3.0221130221130222e-05,
|
| 1464 |
+
"loss": 0.5631,
|
| 1465 |
+
"step": 208
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"epoch": 1.3772652388797364,
|
| 1469 |
+
"grad_norm": 275.3215026855469,
|
| 1470 |
+
"learning_rate": 3.0098280098280103e-05,
|
| 1471 |
+
"loss": 0.5391,
|
| 1472 |
+
"step": 209
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 1.3838550247116967,
|
| 1476 |
+
"grad_norm": 231.88194274902344,
|
| 1477 |
+
"learning_rate": 2.9975429975429976e-05,
|
| 1478 |
+
"loss": 0.5002,
|
| 1479 |
+
"step": 210
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 1.3904448105436573,
|
| 1483 |
+
"grad_norm": 294.2489929199219,
|
| 1484 |
+
"learning_rate": 2.9852579852579853e-05,
|
| 1485 |
+
"loss": 0.5846,
|
| 1486 |
+
"step": 211
|
| 1487 |
+
},
|
| 1488 |
+
{
|
| 1489 |
+
"epoch": 1.3970345963756179,
|
| 1490 |
+
"grad_norm": 203.10426330566406,
|
| 1491 |
+
"learning_rate": 2.9729729729729733e-05,
|
| 1492 |
+
"loss": 0.6386,
|
| 1493 |
+
"step": 212
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"epoch": 1.4036243822075782,
|
| 1497 |
+
"grad_norm": 84.11065673828125,
|
| 1498 |
+
"learning_rate": 2.9606879606879607e-05,
|
| 1499 |
+
"loss": 0.4882,
|
| 1500 |
+
"step": 213
|
| 1501 |
+
},
|
| 1502 |
+
{
|
| 1503 |
+
"epoch": 1.4102141680395386,
|
| 1504 |
+
"grad_norm": 220.28628540039062,
|
| 1505 |
+
"learning_rate": 2.9484029484029483e-05,
|
| 1506 |
+
"loss": 0.6756,
|
| 1507 |
+
"step": 214
|
| 1508 |
+
},
|
| 1509 |
+
{
|
| 1510 |
+
"epoch": 1.4168039538714992,
|
| 1511 |
+
"grad_norm": 236.40895080566406,
|
| 1512 |
+
"learning_rate": 2.9361179361179364e-05,
|
| 1513 |
+
"loss": 0.5164,
|
| 1514 |
+
"step": 215
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"epoch": 1.4233937397034597,
|
| 1518 |
+
"grad_norm": 229.29913330078125,
|
| 1519 |
+
"learning_rate": 2.9238329238329237e-05,
|
| 1520 |
+
"loss": 0.5916,
|
| 1521 |
+
"step": 216
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"epoch": 1.42998352553542,
|
| 1525 |
+
"grad_norm": 137.1915740966797,
|
| 1526 |
+
"learning_rate": 2.9115479115479117e-05,
|
| 1527 |
+
"loss": 0.6021,
|
| 1528 |
+
"step": 217
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"epoch": 1.4365733113673804,
|
| 1532 |
+
"grad_norm": 173.90122985839844,
|
| 1533 |
+
"learning_rate": 2.8992628992628994e-05,
|
| 1534 |
+
"loss": 0.6061,
|
| 1535 |
+
"step": 218
|
| 1536 |
+
},
|
| 1537 |
+
{
|
| 1538 |
+
"epoch": 1.443163097199341,
|
| 1539 |
+
"grad_norm": 99.96955108642578,
|
| 1540 |
+
"learning_rate": 2.8869778869778868e-05,
|
| 1541 |
+
"loss": 0.5733,
|
| 1542 |
+
"step": 219
|
| 1543 |
+
},
|
| 1544 |
+
{
|
| 1545 |
+
"epoch": 1.4497528830313016,
|
| 1546 |
+
"grad_norm": 56.602989196777344,
|
| 1547 |
+
"learning_rate": 2.8746928746928748e-05,
|
| 1548 |
+
"loss": 0.5788,
|
| 1549 |
+
"step": 220
|
| 1550 |
+
},
|
| 1551 |
+
{
|
| 1552 |
+
"epoch": 1.456342668863262,
|
| 1553 |
+
"grad_norm": 69.04216003417969,
|
| 1554 |
+
"learning_rate": 2.8624078624078625e-05,
|
| 1555 |
+
"loss": 0.4894,
|
| 1556 |
+
"step": 221
|
| 1557 |
+
},
|
| 1558 |
+
{
|
| 1559 |
+
"epoch": 1.4629324546952225,
|
| 1560 |
+
"grad_norm": 265.542724609375,
|
| 1561 |
+
"learning_rate": 2.8501228501228505e-05,
|
| 1562 |
+
"loss": 0.5877,
|
| 1563 |
+
"step": 222
|
| 1564 |
+
},
|
| 1565 |
+
{
|
| 1566 |
+
"epoch": 1.4695222405271828,
|
| 1567 |
+
"grad_norm": 203.73353576660156,
|
| 1568 |
+
"learning_rate": 2.8378378378378378e-05,
|
| 1569 |
+
"loss": 0.5662,
|
| 1570 |
+
"step": 223
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"epoch": 1.4761120263591434,
|
| 1574 |
+
"grad_norm": 174.82192993164062,
|
| 1575 |
+
"learning_rate": 2.825552825552826e-05,
|
| 1576 |
+
"loss": 0.567,
|
| 1577 |
+
"step": 224
|
| 1578 |
+
},
|
| 1579 |
+
{
|
| 1580 |
+
"epoch": 1.4827018121911038,
|
| 1581 |
+
"grad_norm": 197.1634063720703,
|
| 1582 |
+
"learning_rate": 2.8132678132678135e-05,
|
| 1583 |
+
"loss": 0.5622,
|
| 1584 |
+
"step": 225
|
| 1585 |
+
},
|
| 1586 |
+
{
|
| 1587 |
+
"epoch": 1.4892915980230643,
|
| 1588 |
+
"grad_norm": 313.1665954589844,
|
| 1589 |
+
"learning_rate": 2.800982800982801e-05,
|
| 1590 |
+
"loss": 0.5647,
|
| 1591 |
+
"step": 226
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"epoch": 1.4958813838550247,
|
| 1595 |
+
"grad_norm": 337.4092102050781,
|
| 1596 |
+
"learning_rate": 2.788697788697789e-05,
|
| 1597 |
+
"loss": 0.5896,
|
| 1598 |
+
"step": 227
|
| 1599 |
+
},
|
| 1600 |
+
{
|
| 1601 |
+
"epoch": 1.5024711696869852,
|
| 1602 |
+
"grad_norm": 335.1864318847656,
|
| 1603 |
+
"learning_rate": 2.776412776412777e-05,
|
| 1604 |
+
"loss": 0.5274,
|
| 1605 |
+
"step": 228
|
| 1606 |
+
},
|
| 1607 |
+
{
|
| 1608 |
+
"epoch": 1.5090609555189456,
|
| 1609 |
+
"grad_norm": 149.53665161132812,
|
| 1610 |
+
"learning_rate": 2.764127764127764e-05,
|
| 1611 |
+
"loss": 0.6525,
|
| 1612 |
+
"step": 229
|
| 1613 |
+
},
|
| 1614 |
+
{
|
| 1615 |
+
"epoch": 1.515650741350906,
|
| 1616 |
+
"grad_norm": 211.15191650390625,
|
| 1617 |
+
"learning_rate": 2.751842751842752e-05,
|
| 1618 |
+
"loss": 0.5824,
|
| 1619 |
+
"step": 230
|
| 1620 |
+
},
|
| 1621 |
+
{
|
| 1622 |
+
"epoch": 1.5222405271828665,
|
| 1623 |
+
"grad_norm": 96.61034393310547,
|
| 1624 |
+
"learning_rate": 2.73955773955774e-05,
|
| 1625 |
+
"loss": 0.5774,
|
| 1626 |
+
"step": 231
|
| 1627 |
+
},
|
| 1628 |
+
{
|
| 1629 |
+
"epoch": 1.528830313014827,
|
| 1630 |
+
"grad_norm": 158.73837280273438,
|
| 1631 |
+
"learning_rate": 2.7272727272727273e-05,
|
| 1632 |
+
"loss": 0.5415,
|
| 1633 |
+
"step": 232
|
| 1634 |
+
},
|
| 1635 |
+
{
|
| 1636 |
+
"epoch": 1.5354200988467874,
|
| 1637 |
+
"grad_norm": 50.02914810180664,
|
| 1638 |
+
"learning_rate": 2.714987714987715e-05,
|
| 1639 |
+
"loss": 0.5729,
|
| 1640 |
+
"step": 233
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"epoch": 1.5420098846787478,
|
| 1644 |
+
"grad_norm": 57.91206359863281,
|
| 1645 |
+
"learning_rate": 2.702702702702703e-05,
|
| 1646 |
+
"loss": 0.6118,
|
| 1647 |
+
"step": 234
|
| 1648 |
+
},
|
| 1649 |
+
{
|
| 1650 |
+
"epoch": 1.5485996705107083,
|
| 1651 |
+
"grad_norm": 134.28807067871094,
|
| 1652 |
+
"learning_rate": 2.6904176904176904e-05,
|
| 1653 |
+
"loss": 0.4875,
|
| 1654 |
+
"step": 235
|
| 1655 |
+
},
|
| 1656 |
+
{
|
| 1657 |
+
"epoch": 1.555189456342669,
|
| 1658 |
+
"grad_norm": 111.96310424804688,
|
| 1659 |
+
"learning_rate": 2.678132678132678e-05,
|
| 1660 |
+
"loss": 0.5112,
|
| 1661 |
+
"step": 236
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"epoch": 1.5617792421746293,
|
| 1665 |
+
"grad_norm": 210.6829376220703,
|
| 1666 |
+
"learning_rate": 2.665847665847666e-05,
|
| 1667 |
+
"loss": 0.5276,
|
| 1668 |
+
"step": 237
|
| 1669 |
+
},
|
| 1670 |
+
{
|
| 1671 |
+
"epoch": 1.5683690280065898,
|
| 1672 |
+
"grad_norm": 160.88055419921875,
|
| 1673 |
+
"learning_rate": 2.6535626535626534e-05,
|
| 1674 |
+
"loss": 0.502,
|
| 1675 |
+
"step": 238
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"epoch": 1.5749588138385504,
|
| 1679 |
+
"grad_norm": 230.14341735839844,
|
| 1680 |
+
"learning_rate": 2.6412776412776414e-05,
|
| 1681 |
+
"loss": 0.6196,
|
| 1682 |
+
"step": 239
|
| 1683 |
+
},
|
| 1684 |
+
{
|
| 1685 |
+
"epoch": 1.5815485996705108,
|
| 1686 |
+
"grad_norm": 407.249267578125,
|
| 1687 |
+
"learning_rate": 2.628992628992629e-05,
|
| 1688 |
+
"loss": 0.4606,
|
| 1689 |
+
"step": 240
|
| 1690 |
+
},
|
| 1691 |
+
{
|
| 1692 |
+
"epoch": 1.588138385502471,
|
| 1693 |
+
"grad_norm": 261.7560119628906,
|
| 1694 |
+
"learning_rate": 2.616707616707617e-05,
|
| 1695 |
+
"loss": 0.6383,
|
| 1696 |
+
"step": 241
|
| 1697 |
+
},
|
| 1698 |
+
{
|
| 1699 |
+
"epoch": 1.5947281713344317,
|
| 1700 |
+
"grad_norm": 52.85226821899414,
|
| 1701 |
+
"learning_rate": 2.6044226044226045e-05,
|
| 1702 |
+
"loss": 0.5304,
|
| 1703 |
+
"step": 242
|
| 1704 |
+
},
|
| 1705 |
+
{
|
| 1706 |
+
"epoch": 1.6013179571663922,
|
| 1707 |
+
"grad_norm": 123.97418975830078,
|
| 1708 |
+
"learning_rate": 2.5921375921375925e-05,
|
| 1709 |
+
"loss": 0.5707,
|
| 1710 |
+
"step": 243
|
| 1711 |
+
},
|
| 1712 |
+
{
|
| 1713 |
+
"epoch": 1.6079077429983526,
|
| 1714 |
+
"grad_norm": 230.69007873535156,
|
| 1715 |
+
"learning_rate": 2.5798525798525802e-05,
|
| 1716 |
+
"loss": 0.4895,
|
| 1717 |
+
"step": 244
|
| 1718 |
+
},
|
| 1719 |
+
{
|
| 1720 |
+
"epoch": 1.614497528830313,
|
| 1721 |
+
"grad_norm": 228.80450439453125,
|
| 1722 |
+
"learning_rate": 2.5675675675675675e-05,
|
| 1723 |
+
"loss": 0.6058,
|
| 1724 |
+
"step": 245
|
| 1725 |
+
},
|
| 1726 |
+
{
|
| 1727 |
+
"epoch": 1.6210873146622735,
|
| 1728 |
+
"grad_norm": 94.60694122314453,
|
| 1729 |
+
"learning_rate": 2.5552825552825555e-05,
|
| 1730 |
+
"loss": 0.5854,
|
| 1731 |
+
"step": 246
|
| 1732 |
+
},
|
| 1733 |
+
{
|
| 1734 |
+
"epoch": 1.627677100494234,
|
| 1735 |
+
"grad_norm": 170.16766357421875,
|
| 1736 |
+
"learning_rate": 2.5429975429975432e-05,
|
| 1737 |
+
"loss": 0.587,
|
| 1738 |
+
"step": 247
|
| 1739 |
+
},
|
| 1740 |
+
{
|
| 1741 |
+
"epoch": 1.6342668863261944,
|
| 1742 |
+
"grad_norm": 374.7227783203125,
|
| 1743 |
+
"learning_rate": 2.5307125307125306e-05,
|
| 1744 |
+
"loss": 0.468,
|
| 1745 |
+
"step": 248
|
| 1746 |
+
},
|
| 1747 |
+
{
|
| 1748 |
+
"epoch": 1.6408566721581548,
|
| 1749 |
+
"grad_norm": 304.4844665527344,
|
| 1750 |
+
"learning_rate": 2.5184275184275186e-05,
|
| 1751 |
+
"loss": 0.4362,
|
| 1752 |
+
"step": 249
|
| 1753 |
+
},
|
| 1754 |
+
{
|
| 1755 |
+
"epoch": 1.6474464579901154,
|
| 1756 |
+
"grad_norm": 555.0403442382812,
|
| 1757 |
+
"learning_rate": 2.5061425061425066e-05,
|
| 1758 |
+
"loss": 0.4977,
|
| 1759 |
+
"step": 250
|
| 1760 |
+
},
|
| 1761 |
+
{
|
| 1762 |
+
"epoch": 1.654036243822076,
|
| 1763 |
+
"grad_norm": 282.910888671875,
|
| 1764 |
+
"learning_rate": 2.493857493857494e-05,
|
| 1765 |
+
"loss": 0.6255,
|
| 1766 |
+
"step": 251
|
| 1767 |
+
},
|
| 1768 |
+
{
|
| 1769 |
+
"epoch": 1.6606260296540363,
|
| 1770 |
+
"grad_norm": 141.1566925048828,
|
| 1771 |
+
"learning_rate": 2.4815724815724816e-05,
|
| 1772 |
+
"loss": 0.5125,
|
| 1773 |
+
"step": 252
|
| 1774 |
+
},
|
| 1775 |
+
{
|
| 1776 |
+
"epoch": 1.6672158154859966,
|
| 1777 |
+
"grad_norm": 141.13299560546875,
|
| 1778 |
+
"learning_rate": 2.4692874692874693e-05,
|
| 1779 |
+
"loss": 0.563,
|
| 1780 |
+
"step": 253
|
| 1781 |
+
},
|
| 1782 |
+
{
|
| 1783 |
+
"epoch": 1.6738056013179572,
|
| 1784 |
+
"grad_norm": 167.4251708984375,
|
| 1785 |
+
"learning_rate": 2.4570024570024573e-05,
|
| 1786 |
+
"loss": 0.4985,
|
| 1787 |
+
"step": 254
|
| 1788 |
+
},
|
| 1789 |
+
{
|
| 1790 |
+
"epoch": 1.6803953871499178,
|
| 1791 |
+
"grad_norm": 214.25567626953125,
|
| 1792 |
+
"learning_rate": 2.4447174447174447e-05,
|
| 1793 |
+
"loss": 0.5863,
|
| 1794 |
+
"step": 255
|
| 1795 |
+
},
|
| 1796 |
+
{
|
| 1797 |
+
"epoch": 1.6869851729818781,
|
| 1798 |
+
"grad_norm": 183.01986694335938,
|
| 1799 |
+
"learning_rate": 2.4324324324324327e-05,
|
| 1800 |
+
"loss": 0.4937,
|
| 1801 |
+
"step": 256
|
| 1802 |
+
},
|
| 1803 |
+
{
|
| 1804 |
+
"epoch": 1.6935749588138385,
|
| 1805 |
+
"grad_norm": 131.54083251953125,
|
| 1806 |
+
"learning_rate": 2.4201474201474204e-05,
|
| 1807 |
+
"loss": 0.6094,
|
| 1808 |
+
"step": 257
|
| 1809 |
+
},
|
| 1810 |
+
{
|
| 1811 |
+
"epoch": 1.700164744645799,
|
| 1812 |
+
"grad_norm": 443.8067626953125,
|
| 1813 |
+
"learning_rate": 2.4078624078624077e-05,
|
| 1814 |
+
"loss": 0.4898,
|
| 1815 |
+
"step": 258
|
| 1816 |
+
},
|
| 1817 |
+
{
|
| 1818 |
+
"epoch": 1.7067545304777596,
|
| 1819 |
+
"grad_norm": 133.2246551513672,
|
| 1820 |
+
"learning_rate": 2.3955773955773958e-05,
|
| 1821 |
+
"loss": 0.4859,
|
| 1822 |
+
"step": 259
|
| 1823 |
+
},
|
| 1824 |
+
{
|
| 1825 |
+
"epoch": 1.71334431630972,
|
| 1826 |
+
"grad_norm": 259.9535217285156,
|
| 1827 |
+
"learning_rate": 2.3832923832923834e-05,
|
| 1828 |
+
"loss": 0.5411,
|
| 1829 |
+
"step": 260
|
| 1830 |
+
},
|
| 1831 |
+
{
|
| 1832 |
+
"epoch": 1.7199341021416803,
|
| 1833 |
+
"grad_norm": 380.90997314453125,
|
| 1834 |
+
"learning_rate": 2.371007371007371e-05,
|
| 1835 |
+
"loss": 0.5762,
|
| 1836 |
+
"step": 261
|
| 1837 |
+
},
|
| 1838 |
+
{
|
| 1839 |
+
"epoch": 1.7265238879736409,
|
| 1840 |
+
"grad_norm": 423.51702880859375,
|
| 1841 |
+
"learning_rate": 2.3587223587223588e-05,
|
| 1842 |
+
"loss": 0.5791,
|
| 1843 |
+
"step": 262
|
| 1844 |
+
},
|
| 1845 |
+
{
|
| 1846 |
+
"epoch": 1.7331136738056014,
|
| 1847 |
+
"grad_norm": 256.31378173828125,
|
| 1848 |
+
"learning_rate": 2.3464373464373465e-05,
|
| 1849 |
+
"loss": 0.5474,
|
| 1850 |
+
"step": 263
|
| 1851 |
+
},
|
| 1852 |
+
{
|
| 1853 |
+
"epoch": 1.7397034596375618,
|
| 1854 |
+
"grad_norm": 352.33868408203125,
|
| 1855 |
+
"learning_rate": 2.3341523341523342e-05,
|
| 1856 |
+
"loss": 0.5265,
|
| 1857 |
+
"step": 264
|
| 1858 |
+
},
|
| 1859 |
+
{
|
| 1860 |
+
"epoch": 1.7462932454695221,
|
| 1861 |
+
"grad_norm": 378.3638000488281,
|
| 1862 |
+
"learning_rate": 2.3218673218673222e-05,
|
| 1863 |
+
"loss": 0.5491,
|
| 1864 |
+
"step": 265
|
| 1865 |
+
},
|
| 1866 |
+
{
|
| 1867 |
+
"epoch": 1.7528830313014827,
|
| 1868 |
+
"grad_norm": 209.05747985839844,
|
| 1869 |
+
"learning_rate": 2.3095823095823095e-05,
|
| 1870 |
+
"loss": 0.5141,
|
| 1871 |
+
"step": 266
|
| 1872 |
+
},
|
| 1873 |
+
{
|
| 1874 |
+
"epoch": 1.7594728171334433,
|
| 1875 |
+
"grad_norm": 141.59524536132812,
|
| 1876 |
+
"learning_rate": 2.2972972972972976e-05,
|
| 1877 |
+
"loss": 0.6506,
|
| 1878 |
+
"step": 267
|
| 1879 |
+
},
|
| 1880 |
+
{
|
| 1881 |
+
"epoch": 1.7660626029654036,
|
| 1882 |
+
"grad_norm": 219.4475555419922,
|
| 1883 |
+
"learning_rate": 2.2850122850122852e-05,
|
| 1884 |
+
"loss": 0.7009,
|
| 1885 |
+
"step": 268
|
| 1886 |
+
},
|
| 1887 |
+
{
|
| 1888 |
+
"epoch": 1.772652388797364,
|
| 1889 |
+
"grad_norm": 80.54459381103516,
|
| 1890 |
+
"learning_rate": 2.272727272727273e-05,
|
| 1891 |
+
"loss": 0.5327,
|
| 1892 |
+
"step": 269
|
| 1893 |
+
},
|
| 1894 |
+
{
|
| 1895 |
+
"epoch": 1.7792421746293245,
|
| 1896 |
+
"grad_norm": 699.1453247070312,
|
| 1897 |
+
"learning_rate": 2.2604422604422606e-05,
|
| 1898 |
+
"loss": 0.5236,
|
| 1899 |
+
"step": 270
|
| 1900 |
+
},
|
| 1901 |
+
{
|
| 1902 |
+
"epoch": 1.7858319604612851,
|
| 1903 |
+
"grad_norm": 289.4430236816406,
|
| 1904 |
+
"learning_rate": 2.2481572481572483e-05,
|
| 1905 |
+
"loss": 0.4824,
|
| 1906 |
+
"step": 271
|
| 1907 |
+
},
|
| 1908 |
+
{
|
| 1909 |
+
"epoch": 1.7924217462932455,
|
| 1910 |
+
"grad_norm": 182.82986450195312,
|
| 1911 |
+
"learning_rate": 2.235872235872236e-05,
|
| 1912 |
+
"loss": 0.5676,
|
| 1913 |
+
"step": 272
|
| 1914 |
+
},
|
| 1915 |
+
{
|
| 1916 |
+
"epoch": 1.7990115321252058,
|
| 1917 |
+
"grad_norm": 225.81126403808594,
|
| 1918 |
+
"learning_rate": 2.2235872235872237e-05,
|
| 1919 |
+
"loss": 0.5194,
|
| 1920 |
+
"step": 273
|
| 1921 |
+
},
|
| 1922 |
+
{
|
| 1923 |
+
"epoch": 1.8056013179571664,
|
| 1924 |
+
"grad_norm": 304.61309814453125,
|
| 1925 |
+
"learning_rate": 2.2113022113022113e-05,
|
| 1926 |
+
"loss": 0.626,
|
| 1927 |
+
"step": 274
|
| 1928 |
+
},
|
| 1929 |
+
{
|
| 1930 |
+
"epoch": 1.812191103789127,
|
| 1931 |
+
"grad_norm": 154.47415161132812,
|
| 1932 |
+
"learning_rate": 2.199017199017199e-05,
|
| 1933 |
+
"loss": 0.5235,
|
| 1934 |
+
"step": 275
|
| 1935 |
+
},
|
| 1936 |
+
{
|
| 1937 |
+
"epoch": 1.8187808896210873,
|
| 1938 |
+
"grad_norm": 530.3298950195312,
|
| 1939 |
+
"learning_rate": 2.186732186732187e-05,
|
| 1940 |
+
"loss": 0.466,
|
| 1941 |
+
"step": 276
|
| 1942 |
+
},
|
| 1943 |
+
{
|
| 1944 |
+
"epoch": 1.8253706754530477,
|
| 1945 |
+
"grad_norm": 61.56108093261719,
|
| 1946 |
+
"learning_rate": 2.1744471744471744e-05,
|
| 1947 |
+
"loss": 0.4229,
|
| 1948 |
+
"step": 277
|
| 1949 |
+
},
|
| 1950 |
+
{
|
| 1951 |
+
"epoch": 1.8319604612850082,
|
| 1952 |
+
"grad_norm": 427.62469482421875,
|
| 1953 |
+
"learning_rate": 2.1621621621621624e-05,
|
| 1954 |
+
"loss": 0.644,
|
| 1955 |
+
"step": 278
|
| 1956 |
+
},
|
| 1957 |
+
{
|
| 1958 |
+
"epoch": 1.8385502471169688,
|
| 1959 |
+
"grad_norm": 95.06147003173828,
|
| 1960 |
+
"learning_rate": 2.14987714987715e-05,
|
| 1961 |
+
"loss": 0.5268,
|
| 1962 |
+
"step": 279
|
| 1963 |
+
},
|
| 1964 |
+
{
|
| 1965 |
+
"epoch": 1.8451400329489291,
|
| 1966 |
+
"grad_norm": 85.69621276855469,
|
| 1967 |
+
"learning_rate": 2.1375921375921378e-05,
|
| 1968 |
+
"loss": 0.4855,
|
| 1969 |
+
"step": 280
|
| 1970 |
+
},
|
| 1971 |
+
{
|
| 1972 |
+
"epoch": 1.8517298187808895,
|
| 1973 |
+
"grad_norm": 526.4759521484375,
|
| 1974 |
+
"learning_rate": 2.1253071253071255e-05,
|
| 1975 |
+
"loss": 0.5573,
|
| 1976 |
+
"step": 281
|
| 1977 |
+
},
|
| 1978 |
+
{
|
| 1979 |
+
"epoch": 1.85831960461285,
|
| 1980 |
+
"grad_norm": 265.5906677246094,
|
| 1981 |
+
"learning_rate": 2.113022113022113e-05,
|
| 1982 |
+
"loss": 0.555,
|
| 1983 |
+
"step": 282
|
| 1984 |
+
},
|
| 1985 |
+
{
|
| 1986 |
+
"epoch": 1.8649093904448106,
|
| 1987 |
+
"grad_norm": 414.3144226074219,
|
| 1988 |
+
"learning_rate": 2.1007371007371008e-05,
|
| 1989 |
+
"loss": 0.5584,
|
| 1990 |
+
"step": 283
|
| 1991 |
+
},
|
| 1992 |
+
{
|
| 1993 |
+
"epoch": 1.871499176276771,
|
| 1994 |
+
"grad_norm": 304.21405029296875,
|
| 1995 |
+
"learning_rate": 2.0884520884520885e-05,
|
| 1996 |
+
"loss": 0.4671,
|
| 1997 |
+
"step": 284
|
| 1998 |
+
},
|
| 1999 |
+
{
|
| 2000 |
+
"epoch": 1.8780889621087313,
|
| 2001 |
+
"grad_norm": 414.1387023925781,
|
| 2002 |
+
"learning_rate": 2.0761670761670762e-05,
|
| 2003 |
+
"loss": 0.6691,
|
| 2004 |
+
"step": 285
|
| 2005 |
+
},
|
| 2006 |
+
{
|
| 2007 |
+
"epoch": 1.884678747940692,
|
| 2008 |
+
"grad_norm": 208.69493103027344,
|
| 2009 |
+
"learning_rate": 2.063882063882064e-05,
|
| 2010 |
+
"loss": 0.6271,
|
| 2011 |
+
"step": 286
|
| 2012 |
+
},
|
| 2013 |
+
{
|
| 2014 |
+
"epoch": 1.8912685337726525,
|
| 2015 |
+
"grad_norm": 430.6809387207031,
|
| 2016 |
+
"learning_rate": 2.051597051597052e-05,
|
| 2017 |
+
"loss": 0.5414,
|
| 2018 |
+
"step": 287
|
| 2019 |
+
},
|
| 2020 |
+
{
|
| 2021 |
+
"epoch": 1.8978583196046128,
|
| 2022 |
+
"grad_norm": 115.23016357421875,
|
| 2023 |
+
"learning_rate": 2.0393120393120392e-05,
|
| 2024 |
+
"loss": 0.5869,
|
| 2025 |
+
"step": 288
|
| 2026 |
+
},
|
| 2027 |
+
{
|
| 2028 |
+
"epoch": 1.9044481054365732,
|
| 2029 |
+
"grad_norm": 242.86927795410156,
|
| 2030 |
+
"learning_rate": 2.0270270270270273e-05,
|
| 2031 |
+
"loss": 0.5224,
|
| 2032 |
+
"step": 289
|
| 2033 |
+
},
|
| 2034 |
+
{
|
| 2035 |
+
"epoch": 1.9110378912685337,
|
| 2036 |
+
"grad_norm": 250.8336944580078,
|
| 2037 |
+
"learning_rate": 2.014742014742015e-05,
|
| 2038 |
+
"loss": 0.6022,
|
| 2039 |
+
"step": 290
|
| 2040 |
+
},
|
| 2041 |
+
{
|
| 2042 |
+
"epoch": 1.9176276771004943,
|
| 2043 |
+
"grad_norm": 104.50414276123047,
|
| 2044 |
+
"learning_rate": 2.0024570024570026e-05,
|
| 2045 |
+
"loss": 0.6064,
|
| 2046 |
+
"step": 291
|
| 2047 |
+
},
|
| 2048 |
+
{
|
| 2049 |
+
"epoch": 1.9242174629324547,
|
| 2050 |
+
"grad_norm": 466.93768310546875,
|
| 2051 |
+
"learning_rate": 1.9901719901719903e-05,
|
| 2052 |
+
"loss": 0.6291,
|
| 2053 |
+
"step": 292
|
| 2054 |
+
},
|
| 2055 |
+
{
|
| 2056 |
+
"epoch": 1.930807248764415,
|
| 2057 |
+
"grad_norm": 138.8919219970703,
|
| 2058 |
+
"learning_rate": 1.977886977886978e-05,
|
| 2059 |
+
"loss": 0.514,
|
| 2060 |
+
"step": 293
|
| 2061 |
+
},
|
| 2062 |
+
{
|
| 2063 |
+
"epoch": 1.9373970345963756,
|
| 2064 |
+
"grad_norm": 532.3485717773438,
|
| 2065 |
+
"learning_rate": 1.9656019656019657e-05,
|
| 2066 |
+
"loss": 0.4918,
|
| 2067 |
+
"step": 294
|
| 2068 |
+
},
|
| 2069 |
+
{
|
| 2070 |
+
"epoch": 1.9439868204283361,
|
| 2071 |
+
"grad_norm": 116.6861572265625,
|
| 2072 |
+
"learning_rate": 1.9533169533169534e-05,
|
| 2073 |
+
"loss": 0.7242,
|
| 2074 |
+
"step": 295
|
| 2075 |
+
},
|
| 2076 |
+
{
|
| 2077 |
+
"epoch": 1.9505766062602965,
|
| 2078 |
+
"grad_norm": 338.7384338378906,
|
| 2079 |
+
"learning_rate": 1.941031941031941e-05,
|
| 2080 |
+
"loss": 0.5006,
|
| 2081 |
+
"step": 296
|
| 2082 |
+
},
|
| 2083 |
+
{
|
| 2084 |
+
"epoch": 1.9571663920922568,
|
| 2085 |
+
"grad_norm": 57.919403076171875,
|
| 2086 |
+
"learning_rate": 1.928746928746929e-05,
|
| 2087 |
+
"loss": 0.5343,
|
| 2088 |
+
"step": 297
|
| 2089 |
+
},
|
| 2090 |
+
{
|
| 2091 |
+
"epoch": 1.9637561779242174,
|
| 2092 |
+
"grad_norm": 300.79095458984375,
|
| 2093 |
+
"learning_rate": 1.9164619164619167e-05,
|
| 2094 |
+
"loss": 0.4868,
|
| 2095 |
+
"step": 298
|
| 2096 |
+
},
|
| 2097 |
+
{
|
| 2098 |
+
"epoch": 1.970345963756178,
|
| 2099 |
+
"grad_norm": 81.19691467285156,
|
| 2100 |
+
"learning_rate": 1.904176904176904e-05,
|
| 2101 |
+
"loss": 0.4897,
|
| 2102 |
+
"step": 299
|
| 2103 |
+
},
|
| 2104 |
+
{
|
| 2105 |
+
"epoch": 1.9769357495881383,
|
| 2106 |
+
"grad_norm": 159.11351013183594,
|
| 2107 |
+
"learning_rate": 1.891891891891892e-05,
|
| 2108 |
+
"loss": 0.5667,
|
| 2109 |
+
"step": 300
|
| 2110 |
+
},
|
| 2111 |
+
{
|
| 2112 |
+
"epoch": 1.9835255354200987,
|
| 2113 |
+
"grad_norm": 80.84410095214844,
|
| 2114 |
+
"learning_rate": 1.8796068796068798e-05,
|
| 2115 |
+
"loss": 0.5623,
|
| 2116 |
+
"step": 301
|
| 2117 |
+
},
|
| 2118 |
+
{
|
| 2119 |
+
"epoch": 1.9901153212520593,
|
| 2120 |
+
"grad_norm": 185.26185607910156,
|
| 2121 |
+
"learning_rate": 1.8673218673218675e-05,
|
| 2122 |
+
"loss": 0.5102,
|
| 2123 |
+
"step": 302
|
| 2124 |
+
},
|
| 2125 |
+
{
|
| 2126 |
+
"epoch": 1.9967051070840198,
|
| 2127 |
+
"grad_norm": 110.74467468261719,
|
| 2128 |
+
"learning_rate": 1.855036855036855e-05,
|
| 2129 |
+
"loss": 0.4176,
|
| 2130 |
+
"step": 303
|
| 2131 |
+
},
|
| 2132 |
+
{
|
| 2133 |
+
"epoch": 2.00329489291598,
|
| 2134 |
+
"grad_norm": 175.4639892578125,
|
| 2135 |
+
"learning_rate": 1.842751842751843e-05,
|
| 2136 |
+
"loss": 0.4222,
|
| 2137 |
+
"step": 304
|
| 2138 |
+
},
|
| 2139 |
+
{
|
| 2140 |
+
"epoch": 2.0098846787479405,
|
| 2141 |
+
"grad_norm": 123.6357192993164,
|
| 2142 |
+
"learning_rate": 1.8304668304668305e-05,
|
| 2143 |
+
"loss": 0.3096,
|
| 2144 |
+
"step": 305
|
| 2145 |
+
},
|
| 2146 |
+
{
|
| 2147 |
+
"epoch": 2.0164744645799013,
|
| 2148 |
+
"grad_norm": 237.6382598876953,
|
| 2149 |
+
"learning_rate": 1.8181818181818182e-05,
|
| 2150 |
+
"loss": 0.4244,
|
| 2151 |
+
"step": 306
|
| 2152 |
+
},
|
| 2153 |
+
{
|
| 2154 |
+
"epoch": 2.0230642504118617,
|
| 2155 |
+
"grad_norm": 303.2618103027344,
|
| 2156 |
+
"learning_rate": 1.805896805896806e-05,
|
| 2157 |
+
"loss": 0.2701,
|
| 2158 |
+
"step": 307
|
| 2159 |
+
},
|
| 2160 |
+
{
|
| 2161 |
+
"epoch": 2.029654036243822,
|
| 2162 |
+
"grad_norm": 338.3935241699219,
|
| 2163 |
+
"learning_rate": 1.793611793611794e-05,
|
| 2164 |
+
"loss": 0.3519,
|
| 2165 |
+
"step": 308
|
| 2166 |
+
},
|
| 2167 |
+
{
|
| 2168 |
+
"epoch": 2.0362438220757824,
|
| 2169 |
+
"grad_norm": 246.98533630371094,
|
| 2170 |
+
"learning_rate": 1.7813267813267816e-05,
|
| 2171 |
+
"loss": 0.3403,
|
| 2172 |
+
"step": 309
|
| 2173 |
+
},
|
| 2174 |
+
{
|
| 2175 |
+
"epoch": 2.042833607907743,
|
| 2176 |
+
"grad_norm": 376.6452941894531,
|
| 2177 |
+
"learning_rate": 1.769041769041769e-05,
|
| 2178 |
+
"loss": 0.336,
|
| 2179 |
+
"step": 310
|
| 2180 |
+
},
|
| 2181 |
+
{
|
| 2182 |
+
"epoch": 2.0494233937397035,
|
| 2183 |
+
"grad_norm": 134.3882293701172,
|
| 2184 |
+
"learning_rate": 1.756756756756757e-05,
|
| 2185 |
+
"loss": 0.311,
|
| 2186 |
+
"step": 311
|
| 2187 |
+
},
|
| 2188 |
+
{
|
| 2189 |
+
"epoch": 2.056013179571664,
|
| 2190 |
+
"grad_norm": 45.66189956665039,
|
| 2191 |
+
"learning_rate": 1.7444717444717446e-05,
|
| 2192 |
+
"loss": 0.3463,
|
| 2193 |
+
"step": 312
|
| 2194 |
+
},
|
| 2195 |
+
{
|
| 2196 |
+
"epoch": 2.062602965403624,
|
| 2197 |
+
"grad_norm": 251.7926788330078,
|
| 2198 |
+
"learning_rate": 1.7321867321867323e-05,
|
| 2199 |
+
"loss": 0.2922,
|
| 2200 |
+
"step": 313
|
| 2201 |
+
},
|
| 2202 |
+
{
|
| 2203 |
+
"epoch": 2.069192751235585,
|
| 2204 |
+
"grad_norm": 86.86029815673828,
|
| 2205 |
+
"learning_rate": 1.71990171990172e-05,
|
| 2206 |
+
"loss": 0.2848,
|
| 2207 |
+
"step": 314
|
| 2208 |
+
},
|
| 2209 |
+
{
|
| 2210 |
+
"epoch": 2.0757825370675453,
|
| 2211 |
+
"grad_norm": 72.99238586425781,
|
| 2212 |
+
"learning_rate": 1.7076167076167077e-05,
|
| 2213 |
+
"loss": 0.2699,
|
| 2214 |
+
"step": 315
|
| 2215 |
+
},
|
| 2216 |
+
{
|
| 2217 |
+
"epoch": 2.0823723228995057,
|
| 2218 |
+
"grad_norm": 348.0635681152344,
|
| 2219 |
+
"learning_rate": 1.6953316953316954e-05,
|
| 2220 |
+
"loss": 0.2766,
|
| 2221 |
+
"step": 316
|
| 2222 |
+
},
|
| 2223 |
+
{
|
| 2224 |
+
"epoch": 2.088962108731466,
|
| 2225 |
+
"grad_norm": 307.6921691894531,
|
| 2226 |
+
"learning_rate": 1.683046683046683e-05,
|
| 2227 |
+
"loss": 0.3256,
|
| 2228 |
+
"step": 317
|
| 2229 |
+
},
|
| 2230 |
+
{
|
| 2231 |
+
"epoch": 2.095551894563427,
|
| 2232 |
+
"grad_norm": 92.43419647216797,
|
| 2233 |
+
"learning_rate": 1.6707616707616707e-05,
|
| 2234 |
+
"loss": 0.312,
|
| 2235 |
+
"step": 318
|
| 2236 |
+
},
|
| 2237 |
+
{
|
| 2238 |
+
"epoch": 2.102141680395387,
|
| 2239 |
+
"grad_norm": 365.3904113769531,
|
| 2240 |
+
"learning_rate": 1.6584766584766588e-05,
|
| 2241 |
+
"loss": 0.3238,
|
| 2242 |
+
"step": 319
|
| 2243 |
+
},
|
| 2244 |
+
{
|
| 2245 |
+
"epoch": 2.1087314662273475,
|
| 2246 |
+
"grad_norm": 243.0485076904297,
|
| 2247 |
+
"learning_rate": 1.6461916461916464e-05,
|
| 2248 |
+
"loss": 0.3406,
|
| 2249 |
+
"step": 320
|
| 2250 |
+
},
|
| 2251 |
+
{
|
| 2252 |
+
"epoch": 2.115321252059308,
|
| 2253 |
+
"grad_norm": 70.53246307373047,
|
| 2254 |
+
"learning_rate": 1.6339066339066338e-05,
|
| 2255 |
+
"loss": 0.2882,
|
| 2256 |
+
"step": 321
|
| 2257 |
+
},
|
| 2258 |
+
{
|
| 2259 |
+
"epoch": 2.1219110378912687,
|
| 2260 |
+
"grad_norm": 271.1737060546875,
|
| 2261 |
+
"learning_rate": 1.6216216216216218e-05,
|
| 2262 |
+
"loss": 0.318,
|
| 2263 |
+
"step": 322
|
| 2264 |
+
},
|
| 2265 |
+
{
|
| 2266 |
+
"epoch": 2.128500823723229,
|
| 2267 |
+
"grad_norm": 944.7637329101562,
|
| 2268 |
+
"learning_rate": 1.6093366093366095e-05,
|
| 2269 |
+
"loss": 0.3186,
|
| 2270 |
+
"step": 323
|
| 2271 |
+
},
|
| 2272 |
+
{
|
| 2273 |
+
"epoch": 2.1350906095551894,
|
| 2274 |
+
"grad_norm": 286.0992736816406,
|
| 2275 |
+
"learning_rate": 1.5970515970515972e-05,
|
| 2276 |
+
"loss": 0.3693,
|
| 2277 |
+
"step": 324
|
| 2278 |
+
},
|
| 2279 |
+
{
|
| 2280 |
+
"epoch": 2.1416803953871497,
|
| 2281 |
+
"grad_norm": 331.73931884765625,
|
| 2282 |
+
"learning_rate": 1.584766584766585e-05,
|
| 2283 |
+
"loss": 0.3566,
|
| 2284 |
+
"step": 325
|
| 2285 |
+
},
|
| 2286 |
+
{
|
| 2287 |
+
"epoch": 2.1482701812191105,
|
| 2288 |
+
"grad_norm": 68.8238754272461,
|
| 2289 |
+
"learning_rate": 1.5724815724815725e-05,
|
| 2290 |
+
"loss": 0.3458,
|
| 2291 |
+
"step": 326
|
| 2292 |
+
},
|
| 2293 |
+
{
|
| 2294 |
+
"epoch": 2.154859967051071,
|
| 2295 |
+
"grad_norm": 117.55406188964844,
|
| 2296 |
+
"learning_rate": 1.5601965601965606e-05,
|
| 2297 |
+
"loss": 0.2875,
|
| 2298 |
+
"step": 327
|
| 2299 |
+
},
|
| 2300 |
+
{
|
| 2301 |
+
"epoch": 2.161449752883031,
|
| 2302 |
+
"grad_norm": 137.7025909423828,
|
| 2303 |
+
"learning_rate": 1.547911547911548e-05,
|
| 2304 |
+
"loss": 0.2866,
|
| 2305 |
+
"step": 328
|
| 2306 |
+
},
|
| 2307 |
+
{
|
| 2308 |
+
"epoch": 2.168039538714992,
|
| 2309 |
+
"grad_norm": 49.644142150878906,
|
| 2310 |
+
"learning_rate": 1.5356265356265356e-05,
|
| 2311 |
+
"loss": 0.2936,
|
| 2312 |
+
"step": 329
|
| 2313 |
+
},
|
| 2314 |
+
{
|
| 2315 |
+
"epoch": 2.1746293245469523,
|
| 2316 |
+
"grad_norm": 228.79408264160156,
|
| 2317 |
+
"learning_rate": 1.5233415233415234e-05,
|
| 2318 |
+
"loss": 0.3444,
|
| 2319 |
+
"step": 330
|
| 2320 |
+
},
|
| 2321 |
+
{
|
| 2322 |
+
"epoch": 2.1812191103789127,
|
| 2323 |
+
"grad_norm": 197.12803649902344,
|
| 2324 |
+
"learning_rate": 1.5110565110565111e-05,
|
| 2325 |
+
"loss": 0.38,
|
| 2326 |
+
"step": 331
|
| 2327 |
+
},
|
| 2328 |
+
{
|
| 2329 |
+
"epoch": 2.187808896210873,
|
| 2330 |
+
"grad_norm": 239.77589416503906,
|
| 2331 |
+
"learning_rate": 1.4987714987714988e-05,
|
| 2332 |
+
"loss": 0.3348,
|
| 2333 |
+
"step": 332
|
| 2334 |
+
},
|
| 2335 |
+
{
|
| 2336 |
+
"epoch": 2.1943986820428334,
|
| 2337 |
+
"grad_norm": 52.3128547668457,
|
| 2338 |
+
"learning_rate": 1.4864864864864867e-05,
|
| 2339 |
+
"loss": 0.3723,
|
| 2340 |
+
"step": 333
|
| 2341 |
+
},
|
| 2342 |
+
{
|
| 2343 |
+
"epoch": 2.200988467874794,
|
| 2344 |
+
"grad_norm": 136.6421661376953,
|
| 2345 |
+
"learning_rate": 1.4742014742014742e-05,
|
| 2346 |
+
"loss": 0.2879,
|
| 2347 |
+
"step": 334
|
| 2348 |
+
},
|
| 2349 |
+
{
|
| 2350 |
+
"epoch": 2.2075782537067545,
|
| 2351 |
+
"grad_norm": 104.56753540039062,
|
| 2352 |
+
"learning_rate": 1.4619164619164619e-05,
|
| 2353 |
+
"loss": 0.2591,
|
| 2354 |
+
"step": 335
|
| 2355 |
+
},
|
| 2356 |
+
{
|
| 2357 |
+
"epoch": 2.214168039538715,
|
| 2358 |
+
"grad_norm": 98.5406265258789,
|
| 2359 |
+
"learning_rate": 1.4496314496314497e-05,
|
| 2360 |
+
"loss": 0.3729,
|
| 2361 |
+
"step": 336
|
| 2362 |
+
},
|
| 2363 |
+
{
|
| 2364 |
+
"epoch": 2.2207578253706757,
|
| 2365 |
+
"grad_norm": 200.8502960205078,
|
| 2366 |
+
"learning_rate": 1.4373464373464374e-05,
|
| 2367 |
+
"loss": 0.3363,
|
| 2368 |
+
"step": 337
|
| 2369 |
+
},
|
| 2370 |
+
{
|
| 2371 |
+
"epoch": 2.227347611202636,
|
| 2372 |
+
"grad_norm": 66.05599212646484,
|
| 2373 |
+
"learning_rate": 1.4250614250614252e-05,
|
| 2374 |
+
"loss": 0.3238,
|
| 2375 |
+
"step": 338
|
| 2376 |
+
},
|
| 2377 |
+
{
|
| 2378 |
+
"epoch": 2.2339373970345964,
|
| 2379 |
+
"grad_norm": 229.73007202148438,
|
| 2380 |
+
"learning_rate": 1.412776412776413e-05,
|
| 2381 |
+
"loss": 0.3587,
|
| 2382 |
+
"step": 339
|
| 2383 |
+
},
|
| 2384 |
+
{
|
| 2385 |
+
"epoch": 2.2405271828665567,
|
| 2386 |
+
"grad_norm": 117.70530700683594,
|
| 2387 |
+
"learning_rate": 1.4004914004914004e-05,
|
| 2388 |
+
"loss": 0.4228,
|
| 2389 |
+
"step": 340
|
| 2390 |
+
},
|
| 2391 |
+
{
|
| 2392 |
+
"epoch": 2.247116968698517,
|
| 2393 |
+
"grad_norm": 132.34347534179688,
|
| 2394 |
+
"learning_rate": 1.3882063882063885e-05,
|
| 2395 |
+
"loss": 0.2763,
|
| 2396 |
+
"step": 341
|
| 2397 |
+
},
|
| 2398 |
+
{
|
| 2399 |
+
"epoch": 2.253706754530478,
|
| 2400 |
+
"grad_norm": 133.9874267578125,
|
| 2401 |
+
"learning_rate": 1.375921375921376e-05,
|
| 2402 |
+
"loss": 0.2553,
|
| 2403 |
+
"step": 342
|
| 2404 |
+
},
|
| 2405 |
+
{
|
| 2406 |
+
"epoch": 2.260296540362438,
|
| 2407 |
+
"grad_norm": 106.14327239990234,
|
| 2408 |
+
"learning_rate": 1.3636363636363637e-05,
|
| 2409 |
+
"loss": 0.3593,
|
| 2410 |
+
"step": 343
|
| 2411 |
+
},
|
| 2412 |
+
{
|
| 2413 |
+
"epoch": 2.2668863261943986,
|
| 2414 |
+
"grad_norm": 188.0239715576172,
|
| 2415 |
+
"learning_rate": 1.3513513513513515e-05,
|
| 2416 |
+
"loss": 0.2971,
|
| 2417 |
+
"step": 344
|
| 2418 |
+
},
|
| 2419 |
+
{
|
| 2420 |
+
"epoch": 2.2734761120263594,
|
| 2421 |
+
"grad_norm": 255.7284698486328,
|
| 2422 |
+
"learning_rate": 1.339066339066339e-05,
|
| 2423 |
+
"loss": 0.3132,
|
| 2424 |
+
"step": 345
|
| 2425 |
+
},
|
| 2426 |
+
{
|
| 2427 |
+
"epoch": 2.2800658978583197,
|
| 2428 |
+
"grad_norm": 400.6213073730469,
|
| 2429 |
+
"learning_rate": 1.3267813267813267e-05,
|
| 2430 |
+
"loss": 0.3044,
|
| 2431 |
+
"step": 346
|
| 2432 |
+
},
|
| 2433 |
+
{
|
| 2434 |
+
"epoch": 2.28665568369028,
|
| 2435 |
+
"grad_norm": 104.66104888916016,
|
| 2436 |
+
"learning_rate": 1.3144963144963146e-05,
|
| 2437 |
+
"loss": 0.3143,
|
| 2438 |
+
"step": 347
|
| 2439 |
+
},
|
| 2440 |
+
{
|
| 2441 |
+
"epoch": 2.2932454695222404,
|
| 2442 |
+
"grad_norm": 49.61936569213867,
|
| 2443 |
+
"learning_rate": 1.3022113022113022e-05,
|
| 2444 |
+
"loss": 0.3229,
|
| 2445 |
+
"step": 348
|
| 2446 |
+
},
|
| 2447 |
+
{
|
| 2448 |
+
"epoch": 2.2998352553542007,
|
| 2449 |
+
"grad_norm": 349.636962890625,
|
| 2450 |
+
"learning_rate": 1.2899262899262901e-05,
|
| 2451 |
+
"loss": 0.3035,
|
| 2452 |
+
"step": 349
|
| 2453 |
+
},
|
| 2454 |
+
{
|
| 2455 |
+
"epoch": 2.3064250411861615,
|
| 2456 |
+
"grad_norm": 284.7281494140625,
|
| 2457 |
+
"learning_rate": 1.2776412776412778e-05,
|
| 2458 |
+
"loss": 0.3167,
|
| 2459 |
+
"step": 350
|
| 2460 |
+
},
|
| 2461 |
+
{
|
| 2462 |
+
"epoch": 2.313014827018122,
|
| 2463 |
+
"grad_norm": 49.98039245605469,
|
| 2464 |
+
"learning_rate": 1.2653562653562653e-05,
|
| 2465 |
+
"loss": 0.278,
|
| 2466 |
+
"step": 351
|
| 2467 |
+
},
|
| 2468 |
+
{
|
| 2469 |
+
"epoch": 2.3196046128500822,
|
| 2470 |
+
"grad_norm": 67.77862548828125,
|
| 2471 |
+
"learning_rate": 1.2530712530712533e-05,
|
| 2472 |
+
"loss": 0.3302,
|
| 2473 |
+
"step": 352
|
| 2474 |
+
},
|
| 2475 |
+
{
|
| 2476 |
+
"epoch": 2.326194398682043,
|
| 2477 |
+
"grad_norm": 118.573486328125,
|
| 2478 |
+
"learning_rate": 1.2407862407862408e-05,
|
| 2479 |
+
"loss": 0.3006,
|
| 2480 |
+
"step": 353
|
| 2481 |
+
},
|
| 2482 |
+
{
|
| 2483 |
+
"epoch": 2.3327841845140034,
|
| 2484 |
+
"grad_norm": 33.04819107055664,
|
| 2485 |
+
"learning_rate": 1.2285012285012287e-05,
|
| 2486 |
+
"loss": 0.3596,
|
| 2487 |
+
"step": 354
|
| 2488 |
+
},
|
| 2489 |
+
{
|
| 2490 |
+
"epoch": 2.3393739703459637,
|
| 2491 |
+
"grad_norm": 161.4209747314453,
|
| 2492 |
+
"learning_rate": 1.2162162162162164e-05,
|
| 2493 |
+
"loss": 0.3984,
|
| 2494 |
+
"step": 355
|
| 2495 |
+
},
|
| 2496 |
+
{
|
| 2497 |
+
"epoch": 2.345963756177924,
|
| 2498 |
+
"grad_norm": 44.77053451538086,
|
| 2499 |
+
"learning_rate": 1.2039312039312039e-05,
|
| 2500 |
+
"loss": 0.4111,
|
| 2501 |
+
"step": 356
|
| 2502 |
+
},
|
| 2503 |
+
{
|
| 2504 |
+
"epoch": 2.352553542009885,
|
| 2505 |
+
"grad_norm": 343.490966796875,
|
| 2506 |
+
"learning_rate": 1.1916461916461917e-05,
|
| 2507 |
+
"loss": 0.3359,
|
| 2508 |
+
"step": 357
|
| 2509 |
+
},
|
| 2510 |
+
{
|
| 2511 |
+
"epoch": 2.359143327841845,
|
| 2512 |
+
"grad_norm": 864.7401733398438,
|
| 2513 |
+
"learning_rate": 1.1793611793611794e-05,
|
| 2514 |
+
"loss": 0.2895,
|
| 2515 |
+
"step": 358
|
| 2516 |
+
},
|
| 2517 |
+
{
|
| 2518 |
+
"epoch": 2.3657331136738056,
|
| 2519 |
+
"grad_norm": 148.0756378173828,
|
| 2520 |
+
"learning_rate": 1.1670761670761671e-05,
|
| 2521 |
+
"loss": 0.335,
|
| 2522 |
+
"step": 359
|
| 2523 |
+
},
|
| 2524 |
+
{
|
| 2525 |
+
"epoch": 2.372322899505766,
|
| 2526 |
+
"grad_norm": 78.04084777832031,
|
| 2527 |
+
"learning_rate": 1.1547911547911548e-05,
|
| 2528 |
+
"loss": 0.2999,
|
| 2529 |
+
"step": 360
|
| 2530 |
+
},
|
| 2531 |
+
{
|
| 2532 |
+
"epoch": 2.3789126853377267,
|
| 2533 |
+
"grad_norm": 77.24546813964844,
|
| 2534 |
+
"learning_rate": 1.1425061425061426e-05,
|
| 2535 |
+
"loss": 0.3043,
|
| 2536 |
+
"step": 361
|
| 2537 |
+
},
|
| 2538 |
+
{
|
| 2539 |
+
"epoch": 2.385502471169687,
|
| 2540 |
+
"grad_norm": 60.59427261352539,
|
| 2541 |
+
"learning_rate": 1.1302211302211303e-05,
|
| 2542 |
+
"loss": 0.3838,
|
| 2543 |
+
"step": 362
|
| 2544 |
+
},
|
| 2545 |
+
{
|
| 2546 |
+
"epoch": 2.3920922570016474,
|
| 2547 |
+
"grad_norm": 208.8542938232422,
|
| 2548 |
+
"learning_rate": 1.117936117936118e-05,
|
| 2549 |
+
"loss": 0.2956,
|
| 2550 |
+
"step": 363
|
| 2551 |
+
},
|
| 2552 |
+
{
|
| 2553 |
+
"epoch": 2.3986820428336078,
|
| 2554 |
+
"grad_norm": 403.25823974609375,
|
| 2555 |
+
"learning_rate": 1.1056511056511057e-05,
|
| 2556 |
+
"loss": 0.2976,
|
| 2557 |
+
"step": 364
|
| 2558 |
+
},
|
| 2559 |
+
{
|
| 2560 |
+
"epoch": 2.4052718286655685,
|
| 2561 |
+
"grad_norm": 152.59671020507812,
|
| 2562 |
+
"learning_rate": 1.0933660933660935e-05,
|
| 2563 |
+
"loss": 0.3533,
|
| 2564 |
+
"step": 365
|
| 2565 |
+
},
|
| 2566 |
+
{
|
| 2567 |
+
"epoch": 2.411861614497529,
|
| 2568 |
+
"grad_norm": 533.1868286132812,
|
| 2569 |
+
"learning_rate": 1.0810810810810812e-05,
|
| 2570 |
+
"loss": 0.3418,
|
| 2571 |
+
"step": 366
|
| 2572 |
+
},
|
| 2573 |
+
{
|
| 2574 |
+
"epoch": 2.4184514003294892,
|
| 2575 |
+
"grad_norm": 191.50588989257812,
|
| 2576 |
+
"learning_rate": 1.0687960687960689e-05,
|
| 2577 |
+
"loss": 0.3042,
|
| 2578 |
+
"step": 367
|
| 2579 |
+
},
|
| 2580 |
+
{
|
| 2581 |
+
"epoch": 2.4250411861614496,
|
| 2582 |
+
"grad_norm": 81.26240539550781,
|
| 2583 |
+
"learning_rate": 1.0565110565110566e-05,
|
| 2584 |
+
"loss": 0.3436,
|
| 2585 |
+
"step": 368
|
| 2586 |
+
},
|
| 2587 |
+
{
|
| 2588 |
+
"epoch": 2.4316309719934104,
|
| 2589 |
+
"grad_norm": 281.524169921875,
|
| 2590 |
+
"learning_rate": 1.0442260442260443e-05,
|
| 2591 |
+
"loss": 0.3453,
|
| 2592 |
+
"step": 369
|
| 2593 |
+
},
|
| 2594 |
+
{
|
| 2595 |
+
"epoch": 2.4382207578253707,
|
| 2596 |
+
"grad_norm": 221.48391723632812,
|
| 2597 |
+
"learning_rate": 1.031941031941032e-05,
|
| 2598 |
+
"loss": 0.3288,
|
| 2599 |
+
"step": 370
|
| 2600 |
+
},
|
| 2601 |
+
{
|
| 2602 |
+
"epoch": 2.444810543657331,
|
| 2603 |
+
"grad_norm": 89.54031372070312,
|
| 2604 |
+
"learning_rate": 1.0196560196560196e-05,
|
| 2605 |
+
"loss": 0.3415,
|
| 2606 |
+
"step": 371
|
| 2607 |
+
},
|
| 2608 |
+
{
|
| 2609 |
+
"epoch": 2.4514003294892914,
|
| 2610 |
+
"grad_norm": 102.45128631591797,
|
| 2611 |
+
"learning_rate": 1.0073710073710075e-05,
|
| 2612 |
+
"loss": 0.3264,
|
| 2613 |
+
"step": 372
|
| 2614 |
+
},
|
| 2615 |
+
{
|
| 2616 |
+
"epoch": 2.4579901153212522,
|
| 2617 |
+
"grad_norm": 93.46699523925781,
|
| 2618 |
+
"learning_rate": 9.950859950859952e-06,
|
| 2619 |
+
"loss": 0.347,
|
| 2620 |
+
"step": 373
|
| 2621 |
+
},
|
| 2622 |
+
{
|
| 2623 |
+
"epoch": 2.4645799011532126,
|
| 2624 |
+
"grad_norm": 288.0792541503906,
|
| 2625 |
+
"learning_rate": 9.828009828009828e-06,
|
| 2626 |
+
"loss": 0.3834,
|
| 2627 |
+
"step": 374
|
| 2628 |
+
},
|
| 2629 |
+
{
|
| 2630 |
+
"epoch": 2.471169686985173,
|
| 2631 |
+
"grad_norm": 119.23399353027344,
|
| 2632 |
+
"learning_rate": 9.705159705159705e-06,
|
| 2633 |
+
"loss": 0.2886,
|
| 2634 |
+
"step": 375
|
| 2635 |
+
},
|
| 2636 |
+
{
|
| 2637 |
+
"epoch": 2.4777594728171333,
|
| 2638 |
+
"grad_norm": 1750.0697021484375,
|
| 2639 |
+
"learning_rate": 9.582309582309584e-06,
|
| 2640 |
+
"loss": 0.339,
|
| 2641 |
+
"step": 376
|
| 2642 |
+
},
|
| 2643 |
+
{
|
| 2644 |
+
"epoch": 2.484349258649094,
|
| 2645 |
+
"grad_norm": 188.45376586914062,
|
| 2646 |
+
"learning_rate": 9.45945945945946e-06,
|
| 2647 |
+
"loss": 0.2951,
|
| 2648 |
+
"step": 377
|
| 2649 |
+
},
|
| 2650 |
+
{
|
| 2651 |
+
"epoch": 2.4909390444810544,
|
| 2652 |
+
"grad_norm": 68.5443115234375,
|
| 2653 |
+
"learning_rate": 9.336609336609337e-06,
|
| 2654 |
+
"loss": 0.3369,
|
| 2655 |
+
"step": 378
|
| 2656 |
+
},
|
| 2657 |
+
{
|
| 2658 |
+
"epoch": 2.4975288303130148,
|
| 2659 |
+
"grad_norm": 43.438167572021484,
|
| 2660 |
+
"learning_rate": 9.213759213759214e-06,
|
| 2661 |
+
"loss": 0.2915,
|
| 2662 |
+
"step": 379
|
| 2663 |
+
},
|
| 2664 |
+
{
|
| 2665 |
+
"epoch": 2.504118616144975,
|
| 2666 |
+
"grad_norm": 70.3156967163086,
|
| 2667 |
+
"learning_rate": 9.090909090909091e-06,
|
| 2668 |
+
"loss": 0.3346,
|
| 2669 |
+
"step": 380
|
| 2670 |
+
},
|
| 2671 |
+
{
|
| 2672 |
+
"epoch": 2.510708401976936,
|
| 2673 |
+
"grad_norm": 150.3292694091797,
|
| 2674 |
+
"learning_rate": 8.96805896805897e-06,
|
| 2675 |
+
"loss": 0.4153,
|
| 2676 |
+
"step": 381
|
| 2677 |
+
},
|
| 2678 |
+
{
|
| 2679 |
+
"epoch": 2.5172981878088962,
|
| 2680 |
+
"grad_norm": 57.9390983581543,
|
| 2681 |
+
"learning_rate": 8.845208845208845e-06,
|
| 2682 |
+
"loss": 0.3337,
|
| 2683 |
+
"step": 382
|
| 2684 |
+
},
|
| 2685 |
+
{
|
| 2686 |
+
"epoch": 2.5238879736408566,
|
| 2687 |
+
"grad_norm": 238.041259765625,
|
| 2688 |
+
"learning_rate": 8.722358722358723e-06,
|
| 2689 |
+
"loss": 0.3022,
|
| 2690 |
+
"step": 383
|
| 2691 |
+
},
|
| 2692 |
+
{
|
| 2693 |
+
"epoch": 2.5304777594728174,
|
| 2694 |
+
"grad_norm": 181.7864227294922,
|
| 2695 |
+
"learning_rate": 8.5995085995086e-06,
|
| 2696 |
+
"loss": 0.3024,
|
| 2697 |
+
"step": 384
|
| 2698 |
+
},
|
| 2699 |
+
{
|
| 2700 |
+
"epoch": 2.5370675453047777,
|
| 2701 |
+
"grad_norm": 170.37905883789062,
|
| 2702 |
+
"learning_rate": 8.476658476658477e-06,
|
| 2703 |
+
"loss": 0.3579,
|
| 2704 |
+
"step": 385
|
| 2705 |
+
},
|
| 2706 |
+
{
|
| 2707 |
+
"epoch": 2.543657331136738,
|
| 2708 |
+
"grad_norm": 36.57583999633789,
|
| 2709 |
+
"learning_rate": 8.353808353808354e-06,
|
| 2710 |
+
"loss": 0.3481,
|
| 2711 |
+
"step": 386
|
| 2712 |
+
},
|
| 2713 |
+
{
|
| 2714 |
+
"epoch": 2.5502471169686984,
|
| 2715 |
+
"grad_norm": 66.17654418945312,
|
| 2716 |
+
"learning_rate": 8.230958230958232e-06,
|
| 2717 |
+
"loss": 0.2793,
|
| 2718 |
+
"step": 387
|
| 2719 |
+
},
|
| 2720 |
+
{
|
| 2721 |
+
"epoch": 2.556836902800659,
|
| 2722 |
+
"grad_norm": 156.1625518798828,
|
| 2723 |
+
"learning_rate": 8.108108108108109e-06,
|
| 2724 |
+
"loss": 0.3333,
|
| 2725 |
+
"step": 388
|
| 2726 |
+
},
|
| 2727 |
+
{
|
| 2728 |
+
"epoch": 2.5634266886326196,
|
| 2729 |
+
"grad_norm": 79.08843994140625,
|
| 2730 |
+
"learning_rate": 7.985257985257986e-06,
|
| 2731 |
+
"loss": 0.3328,
|
| 2732 |
+
"step": 389
|
| 2733 |
+
},
|
| 2734 |
+
{
|
| 2735 |
+
"epoch": 2.57001647446458,
|
| 2736 |
+
"grad_norm": 37.87118148803711,
|
| 2737 |
+
"learning_rate": 7.862407862407863e-06,
|
| 2738 |
+
"loss": 0.3145,
|
| 2739 |
+
"step": 390
|
| 2740 |
+
},
|
| 2741 |
+
{
|
| 2742 |
+
"epoch": 2.5766062602965403,
|
| 2743 |
+
"grad_norm": 135.13316345214844,
|
| 2744 |
+
"learning_rate": 7.73955773955774e-06,
|
| 2745 |
+
"loss": 0.2399,
|
| 2746 |
+
"step": 391
|
| 2747 |
+
},
|
| 2748 |
+
{
|
| 2749 |
+
"epoch": 2.583196046128501,
|
| 2750 |
+
"grad_norm": 150.52328491210938,
|
| 2751 |
+
"learning_rate": 7.616707616707617e-06,
|
| 2752 |
+
"loss": 0.2809,
|
| 2753 |
+
"step": 392
|
| 2754 |
+
},
|
| 2755 |
+
{
|
| 2756 |
+
"epoch": 2.5897858319604614,
|
| 2757 |
+
"grad_norm": 76.37353515625,
|
| 2758 |
+
"learning_rate": 7.493857493857494e-06,
|
| 2759 |
+
"loss": 0.3387,
|
| 2760 |
+
"step": 393
|
| 2761 |
+
},
|
| 2762 |
+
{
|
| 2763 |
+
"epoch": 2.5963756177924218,
|
| 2764 |
+
"grad_norm": 57.05943298339844,
|
| 2765 |
+
"learning_rate": 7.371007371007371e-06,
|
| 2766 |
+
"loss": 0.2754,
|
| 2767 |
+
"step": 394
|
| 2768 |
+
},
|
| 2769 |
+
{
|
| 2770 |
+
"epoch": 2.602965403624382,
|
| 2771 |
+
"grad_norm": 92.42174530029297,
|
| 2772 |
+
"learning_rate": 7.2481572481572485e-06,
|
| 2773 |
+
"loss": 0.2883,
|
| 2774 |
+
"step": 395
|
| 2775 |
+
},
|
| 2776 |
+
{
|
| 2777 |
+
"epoch": 2.6095551894563425,
|
| 2778 |
+
"grad_norm": 187.5482177734375,
|
| 2779 |
+
"learning_rate": 7.125307125307126e-06,
|
| 2780 |
+
"loss": 0.3647,
|
| 2781 |
+
"step": 396
|
| 2782 |
+
},
|
| 2783 |
+
{
|
| 2784 |
+
"epoch": 2.6161449752883033,
|
| 2785 |
+
"grad_norm": 183.51123046875,
|
| 2786 |
+
"learning_rate": 7.002457002457002e-06,
|
| 2787 |
+
"loss": 0.294,
|
| 2788 |
+
"step": 397
|
| 2789 |
+
},
|
| 2790 |
+
{
|
| 2791 |
+
"epoch": 2.6227347611202636,
|
| 2792 |
+
"grad_norm": 100.82892608642578,
|
| 2793 |
+
"learning_rate": 6.87960687960688e-06,
|
| 2794 |
+
"loss": 0.3716,
|
| 2795 |
+
"step": 398
|
| 2796 |
+
},
|
| 2797 |
+
{
|
| 2798 |
+
"epoch": 2.629324546952224,
|
| 2799 |
+
"grad_norm": 328.86724853515625,
|
| 2800 |
+
"learning_rate": 6.7567567567567575e-06,
|
| 2801 |
+
"loss": 0.2346,
|
| 2802 |
+
"step": 399
|
| 2803 |
+
},
|
| 2804 |
+
{
|
| 2805 |
+
"epoch": 2.6359143327841847,
|
| 2806 |
+
"grad_norm": 414.6925964355469,
|
| 2807 |
+
"learning_rate": 6.6339066339066335e-06,
|
| 2808 |
+
"loss": 0.3206,
|
| 2809 |
+
"step": 400
|
| 2810 |
+
},
|
| 2811 |
+
{
|
| 2812 |
+
"epoch": 2.642504118616145,
|
| 2813 |
+
"grad_norm": 321.9985656738281,
|
| 2814 |
+
"learning_rate": 6.511056511056511e-06,
|
| 2815 |
+
"loss": 0.2855,
|
| 2816 |
+
"step": 401
|
| 2817 |
+
},
|
| 2818 |
+
{
|
| 2819 |
+
"epoch": 2.6490939044481054,
|
| 2820 |
+
"grad_norm": 150.3809814453125,
|
| 2821 |
+
"learning_rate": 6.388206388206389e-06,
|
| 2822 |
+
"loss": 0.3489,
|
| 2823 |
+
"step": 402
|
| 2824 |
+
},
|
| 2825 |
+
{
|
| 2826 |
+
"epoch": 2.655683690280066,
|
| 2827 |
+
"grad_norm": 139.02951049804688,
|
| 2828 |
+
"learning_rate": 6.2653562653562665e-06,
|
| 2829 |
+
"loss": 0.2419,
|
| 2830 |
+
"step": 403
|
| 2831 |
+
},
|
| 2832 |
+
{
|
| 2833 |
+
"epoch": 2.662273476112026,
|
| 2834 |
+
"grad_norm": 151.592529296875,
|
| 2835 |
+
"learning_rate": 6.142506142506143e-06,
|
| 2836 |
+
"loss": 0.3109,
|
| 2837 |
+
"step": 404
|
| 2838 |
+
},
|
| 2839 |
+
{
|
| 2840 |
+
"epoch": 2.668863261943987,
|
| 2841 |
+
"grad_norm": 47.01968765258789,
|
| 2842 |
+
"learning_rate": 6.019656019656019e-06,
|
| 2843 |
+
"loss": 0.2973,
|
| 2844 |
+
"step": 405
|
| 2845 |
+
},
|
| 2846 |
+
{
|
| 2847 |
+
"epoch": 2.6754530477759473,
|
| 2848 |
+
"grad_norm": 300.16302490234375,
|
| 2849 |
+
"learning_rate": 5.896805896805897e-06,
|
| 2850 |
+
"loss": 0.3582,
|
| 2851 |
+
"step": 406
|
| 2852 |
+
},
|
| 2853 |
+
{
|
| 2854 |
+
"epoch": 2.6820428336079076,
|
| 2855 |
+
"grad_norm": 380.8616027832031,
|
| 2856 |
+
"learning_rate": 5.773955773955774e-06,
|
| 2857 |
+
"loss": 0.2839,
|
| 2858 |
+
"step": 407
|
| 2859 |
+
},
|
| 2860 |
+
{
|
| 2861 |
+
"epoch": 2.6886326194398684,
|
| 2862 |
+
"grad_norm": 119.63872528076172,
|
| 2863 |
+
"learning_rate": 5.6511056511056515e-06,
|
| 2864 |
+
"loss": 0.2836,
|
| 2865 |
+
"step": 408
|
| 2866 |
+
},
|
| 2867 |
+
{
|
| 2868 |
+
"epoch": 2.6952224052718288,
|
| 2869 |
+
"grad_norm": 97.77668762207031,
|
| 2870 |
+
"learning_rate": 5.528255528255528e-06,
|
| 2871 |
+
"loss": 0.2978,
|
| 2872 |
+
"step": 409
|
| 2873 |
+
},
|
| 2874 |
+
{
|
| 2875 |
+
"epoch": 2.701812191103789,
|
| 2876 |
+
"grad_norm": 32.76837921142578,
|
| 2877 |
+
"learning_rate": 5.405405405405406e-06,
|
| 2878 |
+
"loss": 0.3184,
|
| 2879 |
+
"step": 410
|
| 2880 |
+
},
|
| 2881 |
+
{
|
| 2882 |
+
"epoch": 2.7084019769357495,
|
| 2883 |
+
"grad_norm": 148.2511749267578,
|
| 2884 |
+
"learning_rate": 5.282555282555283e-06,
|
| 2885 |
+
"loss": 0.3299,
|
| 2886 |
+
"step": 411
|
| 2887 |
+
},
|
| 2888 |
+
{
|
| 2889 |
+
"epoch": 2.71499176276771,
|
| 2890 |
+
"grad_norm": 78.83771514892578,
|
| 2891 |
+
"learning_rate": 5.15970515970516e-06,
|
| 2892 |
+
"loss": 0.3379,
|
| 2893 |
+
"step": 412
|
| 2894 |
+
},
|
| 2895 |
+
{
|
| 2896 |
+
"epoch": 2.7215815485996706,
|
| 2897 |
+
"grad_norm": 43.07817459106445,
|
| 2898 |
+
"learning_rate": 5.036855036855037e-06,
|
| 2899 |
+
"loss": 0.3325,
|
| 2900 |
+
"step": 413
|
| 2901 |
+
},
|
| 2902 |
+
{
|
| 2903 |
+
"epoch": 2.728171334431631,
|
| 2904 |
+
"grad_norm": 34.94389343261719,
|
| 2905 |
+
"learning_rate": 4.914004914004914e-06,
|
| 2906 |
+
"loss": 0.2558,
|
| 2907 |
+
"step": 414
|
| 2908 |
+
},
|
| 2909 |
+
{
|
| 2910 |
+
"epoch": 2.7347611202635913,
|
| 2911 |
+
"grad_norm": 241.07553100585938,
|
| 2912 |
+
"learning_rate": 4.791154791154792e-06,
|
| 2913 |
+
"loss": 0.3095,
|
| 2914 |
+
"step": 415
|
| 2915 |
+
},
|
| 2916 |
+
{
|
| 2917 |
+
"epoch": 2.741350906095552,
|
| 2918 |
+
"grad_norm": 173.70211791992188,
|
| 2919 |
+
"learning_rate": 4.668304668304669e-06,
|
| 2920 |
+
"loss": 0.3556,
|
| 2921 |
+
"step": 416
|
| 2922 |
+
},
|
| 2923 |
+
{
|
| 2924 |
+
"epoch": 2.7479406919275124,
|
| 2925 |
+
"grad_norm": 131.01210021972656,
|
| 2926 |
+
"learning_rate": 4.5454545454545455e-06,
|
| 2927 |
+
"loss": 0.3794,
|
| 2928 |
+
"step": 417
|
| 2929 |
+
},
|
| 2930 |
+
{
|
| 2931 |
+
"epoch": 2.754530477759473,
|
| 2932 |
+
"grad_norm": 80.76969146728516,
|
| 2933 |
+
"learning_rate": 4.422604422604422e-06,
|
| 2934 |
+
"loss": 0.2821,
|
| 2935 |
+
"step": 418
|
| 2936 |
+
},
|
| 2937 |
+
{
|
| 2938 |
+
"epoch": 2.761120263591433,
|
| 2939 |
+
"grad_norm": 473.2821960449219,
|
| 2940 |
+
"learning_rate": 4.2997542997543e-06,
|
| 2941 |
+
"loss": 0.3323,
|
| 2942 |
+
"step": 419
|
| 2943 |
+
},
|
| 2944 |
+
{
|
| 2945 |
+
"epoch": 2.7677100494233935,
|
| 2946 |
+
"grad_norm": 97.82337951660156,
|
| 2947 |
+
"learning_rate": 4.176904176904177e-06,
|
| 2948 |
+
"loss": 0.2755,
|
| 2949 |
+
"step": 420
|
| 2950 |
+
},
|
| 2951 |
+
{
|
| 2952 |
+
"epoch": 2.7742998352553543,
|
| 2953 |
+
"grad_norm": 316.9011535644531,
|
| 2954 |
+
"learning_rate": 4.0540540540540545e-06,
|
| 2955 |
+
"loss": 0.2792,
|
| 2956 |
+
"step": 421
|
| 2957 |
+
},
|
| 2958 |
+
{
|
| 2959 |
+
"epoch": 2.7808896210873146,
|
| 2960 |
+
"grad_norm": 260.79034423828125,
|
| 2961 |
+
"learning_rate": 3.931203931203931e-06,
|
| 2962 |
+
"loss": 0.3694,
|
| 2963 |
+
"step": 422
|
| 2964 |
+
},
|
| 2965 |
+
{
|
| 2966 |
+
"epoch": 2.787479406919275,
|
| 2967 |
+
"grad_norm": 62.82155990600586,
|
| 2968 |
+
"learning_rate": 3.8083538083538086e-06,
|
| 2969 |
+
"loss": 0.2944,
|
| 2970 |
+
"step": 423
|
| 2971 |
+
},
|
| 2972 |
+
{
|
| 2973 |
+
"epoch": 2.7940691927512358,
|
| 2974 |
+
"grad_norm": 157.30381774902344,
|
| 2975 |
+
"learning_rate": 3.6855036855036854e-06,
|
| 2976 |
+
"loss": 0.2965,
|
| 2977 |
+
"step": 424
|
| 2978 |
+
},
|
| 2979 |
+
{
|
| 2980 |
+
"epoch": 2.800658978583196,
|
| 2981 |
+
"grad_norm": 170.7925567626953,
|
| 2982 |
+
"learning_rate": 3.562653562653563e-06,
|
| 2983 |
+
"loss": 0.3216,
|
| 2984 |
+
"step": 425
|
| 2985 |
+
},
|
| 2986 |
+
{
|
| 2987 |
+
"epoch": 2.8072487644151565,
|
| 2988 |
+
"grad_norm": 78.40022277832031,
|
| 2989 |
+
"learning_rate": 3.43980343980344e-06,
|
| 2990 |
+
"loss": 0.3452,
|
| 2991 |
+
"step": 426
|
| 2992 |
+
},
|
| 2993 |
+
{
|
| 2994 |
+
"epoch": 2.813838550247117,
|
| 2995 |
+
"grad_norm": 89.03524017333984,
|
| 2996 |
+
"learning_rate": 3.3169533169533168e-06,
|
| 2997 |
+
"loss": 0.2611,
|
| 2998 |
+
"step": 427
|
| 2999 |
+
},
|
| 3000 |
+
{
|
| 3001 |
+
"epoch": 2.820428336079077,
|
| 3002 |
+
"grad_norm": 38.65609359741211,
|
| 3003 |
+
"learning_rate": 3.1941031941031944e-06,
|
| 3004 |
+
"loss": 0.3284,
|
| 3005 |
+
"step": 428
|
| 3006 |
+
},
|
| 3007 |
+
{
|
| 3008 |
+
"epoch": 2.827018121911038,
|
| 3009 |
+
"grad_norm": 608.3867797851562,
|
| 3010 |
+
"learning_rate": 3.0712530712530717e-06,
|
| 3011 |
+
"loss": 0.3454,
|
| 3012 |
+
"step": 429
|
| 3013 |
+
},
|
| 3014 |
+
{
|
| 3015 |
+
"epoch": 2.8336079077429983,
|
| 3016 |
+
"grad_norm": 76.90625762939453,
|
| 3017 |
+
"learning_rate": 2.9484029484029485e-06,
|
| 3018 |
+
"loss": 0.2576,
|
| 3019 |
+
"step": 430
|
| 3020 |
+
},
|
| 3021 |
+
{
|
| 3022 |
+
"epoch": 2.8401976935749587,
|
| 3023 |
+
"grad_norm": 53.53964614868164,
|
| 3024 |
+
"learning_rate": 2.8255528255528258e-06,
|
| 3025 |
+
"loss": 0.3003,
|
| 3026 |
+
"step": 431
|
| 3027 |
+
},
|
| 3028 |
+
{
|
| 3029 |
+
"epoch": 2.8467874794069195,
|
| 3030 |
+
"grad_norm": 70.24076843261719,
|
| 3031 |
+
"learning_rate": 2.702702702702703e-06,
|
| 3032 |
+
"loss": 0.3142,
|
| 3033 |
+
"step": 432
|
| 3034 |
+
},
|
| 3035 |
+
{
|
| 3036 |
+
"epoch": 2.85337726523888,
|
| 3037 |
+
"grad_norm": 33.27001190185547,
|
| 3038 |
+
"learning_rate": 2.57985257985258e-06,
|
| 3039 |
+
"loss": 0.3152,
|
| 3040 |
+
"step": 433
|
| 3041 |
+
},
|
| 3042 |
+
{
|
| 3043 |
+
"epoch": 2.85996705107084,
|
| 3044 |
+
"grad_norm": 163.56005859375,
|
| 3045 |
+
"learning_rate": 2.457002457002457e-06,
|
| 3046 |
+
"loss": 0.2981,
|
| 3047 |
+
"step": 434
|
| 3048 |
+
},
|
| 3049 |
+
{
|
| 3050 |
+
"epoch": 2.8665568369028005,
|
| 3051 |
+
"grad_norm": 126.6738510131836,
|
| 3052 |
+
"learning_rate": 2.3341523341523343e-06,
|
| 3053 |
+
"loss": 0.3119,
|
| 3054 |
+
"step": 435
|
| 3055 |
+
},
|
| 3056 |
+
{
|
| 3057 |
+
"epoch": 2.873146622734761,
|
| 3058 |
+
"grad_norm": 39.26594924926758,
|
| 3059 |
+
"learning_rate": 2.211302211302211e-06,
|
| 3060 |
+
"loss": 0.3173,
|
| 3061 |
+
"step": 436
|
| 3062 |
+
},
|
| 3063 |
+
{
|
| 3064 |
+
"epoch": 2.8797364085667216,
|
| 3065 |
+
"grad_norm": 106.17019653320312,
|
| 3066 |
+
"learning_rate": 2.0884520884520884e-06,
|
| 3067 |
+
"loss": 0.342,
|
| 3068 |
+
"step": 437
|
| 3069 |
+
},
|
| 3070 |
+
{
|
| 3071 |
+
"epoch": 2.886326194398682,
|
| 3072 |
+
"grad_norm": 119.90926361083984,
|
| 3073 |
+
"learning_rate": 1.9656019656019657e-06,
|
| 3074 |
+
"loss": 0.2775,
|
| 3075 |
+
"step": 438
|
| 3076 |
+
},
|
| 3077 |
+
{
|
| 3078 |
+
"epoch": 2.892915980230643,
|
| 3079 |
+
"grad_norm": 278.5794677734375,
|
| 3080 |
+
"learning_rate": 1.8427518427518427e-06,
|
| 3081 |
+
"loss": 0.2704,
|
| 3082 |
+
"step": 439
|
| 3083 |
+
},
|
| 3084 |
+
{
|
| 3085 |
+
"epoch": 2.899505766062603,
|
| 3086 |
+
"grad_norm": 95.96866607666016,
|
| 3087 |
+
"learning_rate": 1.71990171990172e-06,
|
| 3088 |
+
"loss": 0.2633,
|
| 3089 |
+
"step": 440
|
| 3090 |
+
},
|
| 3091 |
+
{
|
| 3092 |
+
"epoch": 2.9060955518945635,
|
| 3093 |
+
"grad_norm": 94.9200210571289,
|
| 3094 |
+
"learning_rate": 1.5970515970515972e-06,
|
| 3095 |
+
"loss": 0.2662,
|
| 3096 |
+
"step": 441
|
| 3097 |
+
},
|
| 3098 |
+
{
|
| 3099 |
+
"epoch": 2.912685337726524,
|
| 3100 |
+
"grad_norm": 331.02508544921875,
|
| 3101 |
+
"learning_rate": 1.4742014742014743e-06,
|
| 3102 |
+
"loss": 0.2685,
|
| 3103 |
+
"step": 442
|
| 3104 |
+
},
|
| 3105 |
+
{
|
| 3106 |
+
"epoch": 2.919275123558484,
|
| 3107 |
+
"grad_norm": 474.9095764160156,
|
| 3108 |
+
"learning_rate": 1.3513513513513515e-06,
|
| 3109 |
+
"loss": 0.2664,
|
| 3110 |
+
"step": 443
|
| 3111 |
+
},
|
| 3112 |
+
{
|
| 3113 |
+
"epoch": 2.925864909390445,
|
| 3114 |
+
"grad_norm": 146.21035766601562,
|
| 3115 |
+
"learning_rate": 1.2285012285012285e-06,
|
| 3116 |
+
"loss": 0.2524,
|
| 3117 |
+
"step": 444
|
| 3118 |
+
},
|
| 3119 |
+
{
|
| 3120 |
+
"epoch": 2.9324546952224053,
|
| 3121 |
+
"grad_norm": 67.15187072753906,
|
| 3122 |
+
"learning_rate": 1.1056511056511056e-06,
|
| 3123 |
+
"loss": 0.2769,
|
| 3124 |
+
"step": 445
|
| 3125 |
+
},
|
| 3126 |
+
{
|
| 3127 |
+
"epoch": 2.9390444810543657,
|
| 3128 |
+
"grad_norm": 68.6742172241211,
|
| 3129 |
+
"learning_rate": 9.828009828009828e-07,
|
| 3130 |
+
"loss": 0.2768,
|
| 3131 |
+
"step": 446
|
| 3132 |
+
},
|
| 3133 |
+
{
|
| 3134 |
+
"epoch": 2.9456342668863265,
|
| 3135 |
+
"grad_norm": 82.91572570800781,
|
| 3136 |
+
"learning_rate": 8.5995085995086e-07,
|
| 3137 |
+
"loss": 0.2923,
|
| 3138 |
+
"step": 447
|
| 3139 |
+
},
|
| 3140 |
+
{
|
| 3141 |
+
"epoch": 2.952224052718287,
|
| 3142 |
+
"grad_norm": 236.94644165039062,
|
| 3143 |
+
"learning_rate": 7.371007371007371e-07,
|
| 3144 |
+
"loss": 0.3512,
|
| 3145 |
+
"step": 448
|
| 3146 |
+
},
|
| 3147 |
+
{
|
| 3148 |
+
"epoch": 2.958813838550247,
|
| 3149 |
+
"grad_norm": 84.61334991455078,
|
| 3150 |
+
"learning_rate": 6.142506142506143e-07,
|
| 3151 |
+
"loss": 0.254,
|
| 3152 |
+
"step": 449
|
| 3153 |
+
},
|
| 3154 |
+
{
|
| 3155 |
+
"epoch": 2.9654036243822075,
|
| 3156 |
+
"grad_norm": 160.33612060546875,
|
| 3157 |
+
"learning_rate": 4.914004914004914e-07,
|
| 3158 |
+
"loss": 0.2808,
|
| 3159 |
+
"step": 450
|
| 3160 |
+
},
|
| 3161 |
+
{
|
| 3162 |
+
"epoch": 2.971993410214168,
|
| 3163 |
+
"grad_norm": 96.69217681884766,
|
| 3164 |
+
"learning_rate": 3.6855036855036856e-07,
|
| 3165 |
+
"loss": 0.2926,
|
| 3166 |
+
"step": 451
|
| 3167 |
+
},
|
| 3168 |
+
{
|
| 3169 |
+
"epoch": 2.9785831960461286,
|
| 3170 |
+
"grad_norm": 315.9173278808594,
|
| 3171 |
+
"learning_rate": 2.457002457002457e-07,
|
| 3172 |
+
"loss": 0.2809,
|
| 3173 |
+
"step": 452
|
| 3174 |
+
},
|
| 3175 |
+
{
|
| 3176 |
+
"epoch": 2.985172981878089,
|
| 3177 |
+
"grad_norm": 46.96442413330078,
|
| 3178 |
+
"learning_rate": 1.2285012285012285e-07,
|
| 3179 |
+
"loss": 0.3087,
|
| 3180 |
+
"step": 453
|
| 3181 |
+
},
|
| 3182 |
+
{
|
| 3183 |
+
"epoch": 2.985172981878089,
|
| 3184 |
+
"step": 453,
|
| 3185 |
+
"total_flos": 1.0318088260361912e+18,
|
| 3186 |
+
"train_loss": 0.5700862745509768,
|
| 3187 |
+
"train_runtime": 62496.1524,
|
| 3188 |
+
"train_samples_per_second": 0.35,
|
| 3189 |
+
"train_steps_per_second": 0.007
|
| 3190 |
+
}
|
| 3191 |
+
],
|
| 3192 |
+
"logging_steps": 1.0,
|
| 3193 |
+
"max_steps": 453,
|
| 3194 |
+
"num_input_tokens_seen": 0,
|
| 3195 |
+
"num_train_epochs": 3,
|
| 3196 |
+
"save_steps": 500,
|
| 3197 |
+
"stateful_callbacks": {
|
| 3198 |
+
"TrainerControl": {
|
| 3199 |
+
"args": {
|
| 3200 |
+
"should_epoch_stop": false,
|
| 3201 |
+
"should_evaluate": false,
|
| 3202 |
+
"should_log": false,
|
| 3203 |
+
"should_save": true,
|
| 3204 |
+
"should_training_stop": true
|
| 3205 |
+
},
|
| 3206 |
+
"attributes": {}
|
| 3207 |
+
}
|
| 3208 |
+
},
|
| 3209 |
+
"total_flos": 1.0318088260361912e+18,
|
| 3210 |
+
"train_batch_size": 1,
|
| 3211 |
+
"trial_name": null,
|
| 3212 |
+
"trial_params": null
|
| 3213 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa41f8affe8401ff532e55d76e0db9f731f00a839efc064f19b62d9b5c3edb95
|
| 3 |
+
size 6840
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|