Upload model
Browse files- .gitattributes +1 -0
- README.md +61 -0
- added_tokens.json +24 -0
- all_results.json +8 -0
- config.json +29 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- model-00001-of-00014.safetensors +3 -0
- model-00002-of-00014.safetensors +3 -0
- model-00003-of-00014.safetensors +3 -0
- model-00004-of-00014.safetensors +3 -0
- model-00005-of-00014.safetensors +3 -0
- model-00006-of-00014.safetensors +3 -0
- model-00007-of-00014.safetensors +3 -0
- model-00008-of-00014.safetensors +3 -0
- model-00009-of-00014.safetensors +3 -0
- model-00010-of-00014.safetensors +3 -0
- model-00011-of-00014.safetensors +3 -0
- model-00012-of-00014.safetensors +3 -0
- model-00013-of-00014.safetensors +3 -0
- model-00014-of-00014.safetensors +3 -0
- model.safetensors.index.json +778 -0
- special_tokens_map.json +31 -0
- start_end.json +1 -0
- tokenizer.json +3 -0
- tokenizer_config.json +208 -0
- train_results.json +8 -0
- trainer_log.jsonl +241 -0
- trainer_state.json +1722 -0
- training_args.bin +3 -0
- training_loss.png +0 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: other
|
| 4 |
+
base_model: Qwen/Qwen2.5-32B-Instruct
|
| 5 |
+
tags:
|
| 6 |
+
- llama-factory
|
| 7 |
+
- full
|
| 8 |
+
- generated_from_trainer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: model-name-or-path_Qwen25-32B-Instruct_meta_no_pipeline_100k
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# model-name-or-path_Qwen25-32B-Instruct_meta_no_pipeline_100k
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) on the mlfoundations-dev/meta_no_pipeline_100k dataset.
|
| 20 |
+
|
| 21 |
+
## Model description
|
| 22 |
+
|
| 23 |
+
More information needed
|
| 24 |
+
|
| 25 |
+
## Intended uses & limitations
|
| 26 |
+
|
| 27 |
+
More information needed
|
| 28 |
+
|
| 29 |
+
## Training and evaluation data
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
+
|
| 35 |
+
### Training hyperparameters
|
| 36 |
+
|
| 37 |
+
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 8e-05
|
| 39 |
+
- train_batch_size: 1
|
| 40 |
+
- eval_batch_size: 8
|
| 41 |
+
- seed: 42
|
| 42 |
+
- distributed_type: multi-GPU
|
| 43 |
+
- num_devices: 64
|
| 44 |
+
- gradient_accumulation_steps: 8
|
| 45 |
+
- total_train_batch_size: 512
|
| 46 |
+
- total_eval_batch_size: 512
|
| 47 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 48 |
+
- lr_scheduler_type: cosine
|
| 49 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 50 |
+
- num_epochs: 5.0
|
| 51 |
+
|
| 52 |
+
### Training results
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
### Framework versions
|
| 57 |
+
|
| 58 |
+
- Transformers 4.46.1
|
| 59 |
+
- Pytorch 2.6.0+cu124
|
| 60 |
+
- Datasets 3.1.0
|
| 61 |
+
- Tokenizers 0.20.3
|
added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
all_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.961240310077519,
|
| 3 |
+
"total_flos": 8.242697655180853e+18,
|
| 4 |
+
"train_loss": 0.45099904040495553,
|
| 5 |
+
"train_runtime": 77492.3925,
|
| 6 |
+
"train_samples_per_second": 1.597,
|
| 7 |
+
"train_steps_per_second": 0.003
|
| 8 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/leonardo_work/EUHPC_E03_068/DCFT_shared/hub/models--Qwen--Qwen2.5-32B-Instruct/snapshots/5ede1c97bbab6ce5cda5812749b4c0bdf79b18dd",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Qwen2ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 151643,
|
| 8 |
+
"eos_token_id": 151645,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 5120,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 27648,
|
| 13 |
+
"max_position_embeddings": 32768,
|
| 14 |
+
"max_window_layers": 70,
|
| 15 |
+
"model_type": "qwen2",
|
| 16 |
+
"num_attention_heads": 40,
|
| 17 |
+
"num_hidden_layers": 64,
|
| 18 |
+
"num_key_value_heads": 8,
|
| 19 |
+
"rms_norm_eps": 1e-06,
|
| 20 |
+
"rope_scaling": null,
|
| 21 |
+
"rope_theta": 1000000.0,
|
| 22 |
+
"sliding_window": null,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "bfloat16",
|
| 25 |
+
"transformers_version": "4.46.1",
|
| 26 |
+
"use_cache": false,
|
| 27 |
+
"use_sliding_window": false,
|
| 28 |
+
"vocab_size": 152064
|
| 29 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 151643,
|
| 9 |
+
"repetition_penalty": 1.05,
|
| 10 |
+
"temperature": 0.7,
|
| 11 |
+
"top_k": 20,
|
| 12 |
+
"top_p": 0.8,
|
| 13 |
+
"transformers_version": "4.46.1"
|
| 14 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f862da6403faeb0df1fd972cb13bea66ec90b54c1ec1713557f5a05abc593e6
|
| 3 |
+
size 4891730992
|
model-00002-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43c7b62df02c7c1c6857b2c4a067e2c6efa9bd825c0eae8a0c71935e963156ff
|
| 3 |
+
size 4876059352
|
model-00003-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a52655179257be16c7a659c49d486fd6d421f2b3562f3e1ca7131fdfe2af62e
|
| 3 |
+
size 4876059384
|
model-00004-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a93e6c0a477fdf119627939aca2dc087e86b3e1b7ee6749086d3d3b349a1ec0
|
| 3 |
+
size 4876059416
|
model-00005-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4bd55cf230442deccf43fcf4b69bfca6bb077aa3a9cbd7df02210f6078f43cee
|
| 3 |
+
size 4876059416
|
model-00006-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d25067769e3eeec8f2d64dc495d0e82df3f663d9baf798e4edc764bdaded0997
|
| 3 |
+
size 4876059416
|
model-00007-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d9f5caa67da4b92932e71aa15c8a52ca7707420d7d70275ab3c962a53445563
|
| 3 |
+
size 4876059416
|
model-00008-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48c04bf1551a6609ee0394ef2b9e6842e070eb9124da947ebcf6a6e5fa579314
|
| 3 |
+
size 4876059416
|
model-00009-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32b2e1caabb31d272c66595cdcfea39ead559e58043d97115e66871ff4e52a22
|
| 3 |
+
size 4876059416
|
model-00010-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a190641e4b5bd741c69a9ac44667c5ec9487183fe1d90323514ea5b36dc2788
|
| 3 |
+
size 4876059416
|
model-00011-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e61c350d1f8dc3cfacc70c75e0d30128bf15936d0df8c4293d058a90aad5c52b
|
| 3 |
+
size 4876059416
|
model-00012-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38d174412af5b46234a299cc972ed7b8690bd52636b2865a5d7dd41b0b7f9d4a
|
| 3 |
+
size 4876059416
|
model-00013-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f46af97a12cb34b08c70df4e10dde1b38e9c4bf6bf02f1592baf6c8a9e15428d
|
| 3 |
+
size 4876059416
|
model-00014-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc1298ee1d8c7a3f730d7aa9569ba343e342b861e195a694a30129ba7c1b3e43
|
| 3 |
+
size 2123397800
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,778 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 65527752704
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00014-of-00014.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00014.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00014.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00014.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00014.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00014.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00014.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00014.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00014.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00014.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00014.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00014.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00003-of-00014.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00003-of-00014.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00003-of-00014.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00003-of-00014.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00003-of-00014.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00003-of-00014.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00003-of-00014.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00003-of-00014.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00003-of-00014.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00003-of-00014.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00003-of-00014.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00003-of-00014.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00004-of-00014.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00004-of-00014.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00004-of-00014.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00004-of-00014.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00004-of-00014.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00004-of-00014.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00004-of-00014.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00004-of-00014.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00004-of-00014.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00004-of-00014.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00004-of-00014.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00004-of-00014.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00004-of-00014.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00004-of-00014.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00004-of-00014.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00005-of-00014.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00005-of-00014.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00005-of-00014.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00014.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00014.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00014.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00014.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00014.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00005-of-00014.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00005-of-00014.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00005-of-00014.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00005-of-00014.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00005-of-00014.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00005-of-00014.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00005-of-00014.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00005-of-00014.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00005-of-00014.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00005-of-00014.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00005-of-00014.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00005-of-00014.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00006-of-00014.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00006-of-00014.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00006-of-00014.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00006-of-00014.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00006-of-00014.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00006-of-00014.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00006-of-00014.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00006-of-00014.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00006-of-00014.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00006-of-00014.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00006-of-00014.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00006-of-00014.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 260 |
+
"model.layers.28.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 261 |
+
"model.layers.28.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
|
| 262 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
|
| 263 |
+
"model.layers.28.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
|
| 264 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 265 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00006-of-00014.safetensors",
|
| 266 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 267 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 268 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00006-of-00014.safetensors",
|
| 269 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 270 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00006-of-00014.safetensors",
|
| 271 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 272 |
+
"model.layers.29.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 273 |
+
"model.layers.29.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
|
| 274 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
|
| 275 |
+
"model.layers.29.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
|
| 276 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 277 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00007-of-00014.safetensors",
|
| 278 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
| 279 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
| 280 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00007-of-00014.safetensors",
|
| 281 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
| 282 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00007-of-00014.safetensors",
|
| 283 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
| 284 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 285 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
|
| 286 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
|
| 287 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
|
| 288 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 289 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00014.safetensors",
|
| 290 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
|
| 291 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
|
| 292 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00014.safetensors",
|
| 293 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
|
| 294 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00014.safetensors",
|
| 295 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
|
| 296 |
+
"model.layers.30.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 297 |
+
"model.layers.30.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
|
| 298 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
|
| 299 |
+
"model.layers.30.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
|
| 300 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 301 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00007-of-00014.safetensors",
|
| 302 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
| 303 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
| 304 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00007-of-00014.safetensors",
|
| 305 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
| 306 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00007-of-00014.safetensors",
|
| 307 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
| 308 |
+
"model.layers.31.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 309 |
+
"model.layers.31.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
|
| 310 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
|
| 311 |
+
"model.layers.31.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
|
| 312 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 313 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00007-of-00014.safetensors",
|
| 314 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
| 315 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
| 316 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00007-of-00014.safetensors",
|
| 317 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
| 318 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00007-of-00014.safetensors",
|
| 319 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
| 320 |
+
"model.layers.32.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 321 |
+
"model.layers.32.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
|
| 322 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
|
| 323 |
+
"model.layers.32.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
|
| 324 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 325 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00007-of-00014.safetensors",
|
| 326 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
| 327 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
| 328 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00007-of-00014.safetensors",
|
| 329 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
| 330 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00007-of-00014.safetensors",
|
| 331 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
| 332 |
+
"model.layers.33.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 333 |
+
"model.layers.33.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
|
| 334 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
|
| 335 |
+
"model.layers.33.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
|
| 336 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 337 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00007-of-00014.safetensors",
|
| 338 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
| 339 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
| 340 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00007-of-00014.safetensors",
|
| 341 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
| 342 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00007-of-00014.safetensors",
|
| 343 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
| 344 |
+
"model.layers.34.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 345 |
+
"model.layers.34.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
|
| 346 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
|
| 347 |
+
"model.layers.34.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
|
| 348 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 349 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00008-of-00014.safetensors",
|
| 350 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
| 351 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
| 352 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00008-of-00014.safetensors",
|
| 353 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
| 354 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00008-of-00014.safetensors",
|
| 355 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
| 356 |
+
"model.layers.35.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 357 |
+
"model.layers.35.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
|
| 358 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
|
| 359 |
+
"model.layers.35.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
|
| 360 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 361 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00008-of-00014.safetensors",
|
| 362 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
| 363 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
| 364 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00008-of-00014.safetensors",
|
| 365 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
| 366 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00008-of-00014.safetensors",
|
| 367 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
| 368 |
+
"model.layers.36.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 369 |
+
"model.layers.36.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
|
| 370 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
|
| 371 |
+
"model.layers.36.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
|
| 372 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 373 |
+
"model.layers.36.self_attn.k_proj.bias": "model-00008-of-00014.safetensors",
|
| 374 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
| 375 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
| 376 |
+
"model.layers.36.self_attn.q_proj.bias": "model-00008-of-00014.safetensors",
|
| 377 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
| 378 |
+
"model.layers.36.self_attn.v_proj.bias": "model-00008-of-00014.safetensors",
|
| 379 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
| 380 |
+
"model.layers.37.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 381 |
+
"model.layers.37.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
|
| 382 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
|
| 383 |
+
"model.layers.37.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
|
| 384 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 385 |
+
"model.layers.37.self_attn.k_proj.bias": "model-00008-of-00014.safetensors",
|
| 386 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
| 387 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
| 388 |
+
"model.layers.37.self_attn.q_proj.bias": "model-00008-of-00014.safetensors",
|
| 389 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
| 390 |
+
"model.layers.37.self_attn.v_proj.bias": "model-00008-of-00014.safetensors",
|
| 391 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
| 392 |
+
"model.layers.38.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 393 |
+
"model.layers.38.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
|
| 394 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
|
| 395 |
+
"model.layers.38.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
|
| 396 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 397 |
+
"model.layers.38.self_attn.k_proj.bias": "model-00008-of-00014.safetensors",
|
| 398 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
| 399 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
| 400 |
+
"model.layers.38.self_attn.q_proj.bias": "model-00008-of-00014.safetensors",
|
| 401 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
| 402 |
+
"model.layers.38.self_attn.v_proj.bias": "model-00008-of-00014.safetensors",
|
| 403 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
| 404 |
+
"model.layers.39.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 405 |
+
"model.layers.39.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
|
| 406 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
|
| 407 |
+
"model.layers.39.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
|
| 408 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 409 |
+
"model.layers.39.self_attn.k_proj.bias": "model-00009-of-00014.safetensors",
|
| 410 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 411 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 412 |
+
"model.layers.39.self_attn.q_proj.bias": "model-00009-of-00014.safetensors",
|
| 413 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 414 |
+
"model.layers.39.self_attn.v_proj.bias": "model-00009-of-00014.safetensors",
|
| 415 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 416 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 417 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
|
| 418 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
|
| 419 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
|
| 420 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 421 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00002-of-00014.safetensors",
|
| 422 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
| 423 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
| 424 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00002-of-00014.safetensors",
|
| 425 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
| 426 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00002-of-00014.safetensors",
|
| 427 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
| 428 |
+
"model.layers.40.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 429 |
+
"model.layers.40.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
|
| 430 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
|
| 431 |
+
"model.layers.40.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
|
| 432 |
+
"model.layers.40.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 433 |
+
"model.layers.40.self_attn.k_proj.bias": "model-00009-of-00014.safetensors",
|
| 434 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 435 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 436 |
+
"model.layers.40.self_attn.q_proj.bias": "model-00009-of-00014.safetensors",
|
| 437 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 438 |
+
"model.layers.40.self_attn.v_proj.bias": "model-00009-of-00014.safetensors",
|
| 439 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 440 |
+
"model.layers.41.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 441 |
+
"model.layers.41.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
|
| 442 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
|
| 443 |
+
"model.layers.41.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
|
| 444 |
+
"model.layers.41.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 445 |
+
"model.layers.41.self_attn.k_proj.bias": "model-00009-of-00014.safetensors",
|
| 446 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 447 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 448 |
+
"model.layers.41.self_attn.q_proj.bias": "model-00009-of-00014.safetensors",
|
| 449 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 450 |
+
"model.layers.41.self_attn.v_proj.bias": "model-00009-of-00014.safetensors",
|
| 451 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 452 |
+
"model.layers.42.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 453 |
+
"model.layers.42.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
|
| 454 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
|
| 455 |
+
"model.layers.42.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
|
| 456 |
+
"model.layers.42.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 457 |
+
"model.layers.42.self_attn.k_proj.bias": "model-00009-of-00014.safetensors",
|
| 458 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 459 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 460 |
+
"model.layers.42.self_attn.q_proj.bias": "model-00009-of-00014.safetensors",
|
| 461 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 462 |
+
"model.layers.42.self_attn.v_proj.bias": "model-00009-of-00014.safetensors",
|
| 463 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 464 |
+
"model.layers.43.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 465 |
+
"model.layers.43.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
|
| 466 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
|
| 467 |
+
"model.layers.43.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
|
| 468 |
+
"model.layers.43.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 469 |
+
"model.layers.43.self_attn.k_proj.bias": "model-00009-of-00014.safetensors",
|
| 470 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 471 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 472 |
+
"model.layers.43.self_attn.q_proj.bias": "model-00009-of-00014.safetensors",
|
| 473 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 474 |
+
"model.layers.43.self_attn.v_proj.bias": "model-00009-of-00014.safetensors",
|
| 475 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 476 |
+
"model.layers.44.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 477 |
+
"model.layers.44.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
|
| 478 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
|
| 479 |
+
"model.layers.44.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
|
| 480 |
+
"model.layers.44.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 481 |
+
"model.layers.44.self_attn.k_proj.bias": "model-00010-of-00014.safetensors",
|
| 482 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
| 483 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
| 484 |
+
"model.layers.44.self_attn.q_proj.bias": "model-00010-of-00014.safetensors",
|
| 485 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
| 486 |
+
"model.layers.44.self_attn.v_proj.bias": "model-00010-of-00014.safetensors",
|
| 487 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
| 488 |
+
"model.layers.45.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 489 |
+
"model.layers.45.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
|
| 490 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
|
| 491 |
+
"model.layers.45.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
|
| 492 |
+
"model.layers.45.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 493 |
+
"model.layers.45.self_attn.k_proj.bias": "model-00010-of-00014.safetensors",
|
| 494 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
| 495 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
| 496 |
+
"model.layers.45.self_attn.q_proj.bias": "model-00010-of-00014.safetensors",
|
| 497 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
| 498 |
+
"model.layers.45.self_attn.v_proj.bias": "model-00010-of-00014.safetensors",
|
| 499 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
| 500 |
+
"model.layers.46.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 501 |
+
"model.layers.46.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
|
| 502 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
|
| 503 |
+
"model.layers.46.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
|
| 504 |
+
"model.layers.46.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 505 |
+
"model.layers.46.self_attn.k_proj.bias": "model-00010-of-00014.safetensors",
|
| 506 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
| 507 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
| 508 |
+
"model.layers.46.self_attn.q_proj.bias": "model-00010-of-00014.safetensors",
|
| 509 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
| 510 |
+
"model.layers.46.self_attn.v_proj.bias": "model-00010-of-00014.safetensors",
|
| 511 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
| 512 |
+
"model.layers.47.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 513 |
+
"model.layers.47.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
|
| 514 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
|
| 515 |
+
"model.layers.47.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
|
| 516 |
+
"model.layers.47.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 517 |
+
"model.layers.47.self_attn.k_proj.bias": "model-00010-of-00014.safetensors",
|
| 518 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
| 519 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
| 520 |
+
"model.layers.47.self_attn.q_proj.bias": "model-00010-of-00014.safetensors",
|
| 521 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
| 522 |
+
"model.layers.47.self_attn.v_proj.bias": "model-00010-of-00014.safetensors",
|
| 523 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
| 524 |
+
"model.layers.48.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 525 |
+
"model.layers.48.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
|
| 526 |
+
"model.layers.48.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
|
| 527 |
+
"model.layers.48.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
|
| 528 |
+
"model.layers.48.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 529 |
+
"model.layers.48.self_attn.k_proj.bias": "model-00010-of-00014.safetensors",
|
| 530 |
+
"model.layers.48.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
| 531 |
+
"model.layers.48.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
| 532 |
+
"model.layers.48.self_attn.q_proj.bias": "model-00010-of-00014.safetensors",
|
| 533 |
+
"model.layers.48.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
| 534 |
+
"model.layers.48.self_attn.v_proj.bias": "model-00010-of-00014.safetensors",
|
| 535 |
+
"model.layers.48.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
| 536 |
+
"model.layers.49.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 537 |
+
"model.layers.49.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
|
| 538 |
+
"model.layers.49.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
|
| 539 |
+
"model.layers.49.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
|
| 540 |
+
"model.layers.49.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 541 |
+
"model.layers.49.self_attn.k_proj.bias": "model-00011-of-00014.safetensors",
|
| 542 |
+
"model.layers.49.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
| 543 |
+
"model.layers.49.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
| 544 |
+
"model.layers.49.self_attn.q_proj.bias": "model-00011-of-00014.safetensors",
|
| 545 |
+
"model.layers.49.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
| 546 |
+
"model.layers.49.self_attn.v_proj.bias": "model-00011-of-00014.safetensors",
|
| 547 |
+
"model.layers.49.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
| 548 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 549 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
|
| 550 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
|
| 551 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
|
| 552 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 553 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00002-of-00014.safetensors",
|
| 554 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
| 555 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
| 556 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00002-of-00014.safetensors",
|
| 557 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
| 558 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00002-of-00014.safetensors",
|
| 559 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
| 560 |
+
"model.layers.50.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 561 |
+
"model.layers.50.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
|
| 562 |
+
"model.layers.50.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
|
| 563 |
+
"model.layers.50.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
|
| 564 |
+
"model.layers.50.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 565 |
+
"model.layers.50.self_attn.k_proj.bias": "model-00011-of-00014.safetensors",
|
| 566 |
+
"model.layers.50.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
| 567 |
+
"model.layers.50.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
| 568 |
+
"model.layers.50.self_attn.q_proj.bias": "model-00011-of-00014.safetensors",
|
| 569 |
+
"model.layers.50.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
| 570 |
+
"model.layers.50.self_attn.v_proj.bias": "model-00011-of-00014.safetensors",
|
| 571 |
+
"model.layers.50.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
| 572 |
+
"model.layers.51.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 573 |
+
"model.layers.51.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
|
| 574 |
+
"model.layers.51.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
|
| 575 |
+
"model.layers.51.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
|
| 576 |
+
"model.layers.51.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 577 |
+
"model.layers.51.self_attn.k_proj.bias": "model-00011-of-00014.safetensors",
|
| 578 |
+
"model.layers.51.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
| 579 |
+
"model.layers.51.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
| 580 |
+
"model.layers.51.self_attn.q_proj.bias": "model-00011-of-00014.safetensors",
|
| 581 |
+
"model.layers.51.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
| 582 |
+
"model.layers.51.self_attn.v_proj.bias": "model-00011-of-00014.safetensors",
|
| 583 |
+
"model.layers.51.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
| 584 |
+
"model.layers.52.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 585 |
+
"model.layers.52.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
|
| 586 |
+
"model.layers.52.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
|
| 587 |
+
"model.layers.52.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
|
| 588 |
+
"model.layers.52.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 589 |
+
"model.layers.52.self_attn.k_proj.bias": "model-00011-of-00014.safetensors",
|
| 590 |
+
"model.layers.52.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
| 591 |
+
"model.layers.52.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
| 592 |
+
"model.layers.52.self_attn.q_proj.bias": "model-00011-of-00014.safetensors",
|
| 593 |
+
"model.layers.52.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
| 594 |
+
"model.layers.52.self_attn.v_proj.bias": "model-00011-of-00014.safetensors",
|
| 595 |
+
"model.layers.52.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
| 596 |
+
"model.layers.53.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 597 |
+
"model.layers.53.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
|
| 598 |
+
"model.layers.53.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
|
| 599 |
+
"model.layers.53.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
|
| 600 |
+
"model.layers.53.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 601 |
+
"model.layers.53.self_attn.k_proj.bias": "model-00011-of-00014.safetensors",
|
| 602 |
+
"model.layers.53.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
| 603 |
+
"model.layers.53.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
| 604 |
+
"model.layers.53.self_attn.q_proj.bias": "model-00011-of-00014.safetensors",
|
| 605 |
+
"model.layers.53.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
| 606 |
+
"model.layers.53.self_attn.v_proj.bias": "model-00011-of-00014.safetensors",
|
| 607 |
+
"model.layers.53.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
| 608 |
+
"model.layers.54.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 609 |
+
"model.layers.54.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
|
| 610 |
+
"model.layers.54.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
|
| 611 |
+
"model.layers.54.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
|
| 612 |
+
"model.layers.54.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 613 |
+
"model.layers.54.self_attn.k_proj.bias": "model-00012-of-00014.safetensors",
|
| 614 |
+
"model.layers.54.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
| 615 |
+
"model.layers.54.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
| 616 |
+
"model.layers.54.self_attn.q_proj.bias": "model-00012-of-00014.safetensors",
|
| 617 |
+
"model.layers.54.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
| 618 |
+
"model.layers.54.self_attn.v_proj.bias": "model-00012-of-00014.safetensors",
|
| 619 |
+
"model.layers.54.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
| 620 |
+
"model.layers.55.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 621 |
+
"model.layers.55.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
|
| 622 |
+
"model.layers.55.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
|
| 623 |
+
"model.layers.55.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
|
| 624 |
+
"model.layers.55.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 625 |
+
"model.layers.55.self_attn.k_proj.bias": "model-00012-of-00014.safetensors",
|
| 626 |
+
"model.layers.55.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
| 627 |
+
"model.layers.55.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
| 628 |
+
"model.layers.55.self_attn.q_proj.bias": "model-00012-of-00014.safetensors",
|
| 629 |
+
"model.layers.55.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
| 630 |
+
"model.layers.55.self_attn.v_proj.bias": "model-00012-of-00014.safetensors",
|
| 631 |
+
"model.layers.55.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
| 632 |
+
"model.layers.56.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 633 |
+
"model.layers.56.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
|
| 634 |
+
"model.layers.56.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
|
| 635 |
+
"model.layers.56.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
|
| 636 |
+
"model.layers.56.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 637 |
+
"model.layers.56.self_attn.k_proj.bias": "model-00012-of-00014.safetensors",
|
| 638 |
+
"model.layers.56.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
| 639 |
+
"model.layers.56.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
| 640 |
+
"model.layers.56.self_attn.q_proj.bias": "model-00012-of-00014.safetensors",
|
| 641 |
+
"model.layers.56.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
| 642 |
+
"model.layers.56.self_attn.v_proj.bias": "model-00012-of-00014.safetensors",
|
| 643 |
+
"model.layers.56.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
| 644 |
+
"model.layers.57.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 645 |
+
"model.layers.57.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
|
| 646 |
+
"model.layers.57.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
|
| 647 |
+
"model.layers.57.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
|
| 648 |
+
"model.layers.57.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 649 |
+
"model.layers.57.self_attn.k_proj.bias": "model-00012-of-00014.safetensors",
|
| 650 |
+
"model.layers.57.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
| 651 |
+
"model.layers.57.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
| 652 |
+
"model.layers.57.self_attn.q_proj.bias": "model-00012-of-00014.safetensors",
|
| 653 |
+
"model.layers.57.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
| 654 |
+
"model.layers.57.self_attn.v_proj.bias": "model-00012-of-00014.safetensors",
|
| 655 |
+
"model.layers.57.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
| 656 |
+
"model.layers.58.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 657 |
+
"model.layers.58.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
|
| 658 |
+
"model.layers.58.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
|
| 659 |
+
"model.layers.58.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
|
| 660 |
+
"model.layers.58.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 661 |
+
"model.layers.58.self_attn.k_proj.bias": "model-00012-of-00014.safetensors",
|
| 662 |
+
"model.layers.58.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
| 663 |
+
"model.layers.58.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
| 664 |
+
"model.layers.58.self_attn.q_proj.bias": "model-00012-of-00014.safetensors",
|
| 665 |
+
"model.layers.58.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
| 666 |
+
"model.layers.58.self_attn.v_proj.bias": "model-00012-of-00014.safetensors",
|
| 667 |
+
"model.layers.58.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
| 668 |
+
"model.layers.59.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 669 |
+
"model.layers.59.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
|
| 670 |
+
"model.layers.59.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
|
| 671 |
+
"model.layers.59.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
|
| 672 |
+
"model.layers.59.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 673 |
+
"model.layers.59.self_attn.k_proj.bias": "model-00013-of-00014.safetensors",
|
| 674 |
+
"model.layers.59.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 675 |
+
"model.layers.59.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 676 |
+
"model.layers.59.self_attn.q_proj.bias": "model-00013-of-00014.safetensors",
|
| 677 |
+
"model.layers.59.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 678 |
+
"model.layers.59.self_attn.v_proj.bias": "model-00013-of-00014.safetensors",
|
| 679 |
+
"model.layers.59.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 680 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 681 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
|
| 682 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
|
| 683 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
|
| 684 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 685 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00002-of-00014.safetensors",
|
| 686 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
| 687 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
| 688 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00002-of-00014.safetensors",
|
| 689 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
| 690 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00002-of-00014.safetensors",
|
| 691 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
| 692 |
+
"model.layers.60.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 693 |
+
"model.layers.60.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
|
| 694 |
+
"model.layers.60.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
|
| 695 |
+
"model.layers.60.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
|
| 696 |
+
"model.layers.60.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 697 |
+
"model.layers.60.self_attn.k_proj.bias": "model-00013-of-00014.safetensors",
|
| 698 |
+
"model.layers.60.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 699 |
+
"model.layers.60.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 700 |
+
"model.layers.60.self_attn.q_proj.bias": "model-00013-of-00014.safetensors",
|
| 701 |
+
"model.layers.60.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 702 |
+
"model.layers.60.self_attn.v_proj.bias": "model-00013-of-00014.safetensors",
|
| 703 |
+
"model.layers.60.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 704 |
+
"model.layers.61.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 705 |
+
"model.layers.61.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
|
| 706 |
+
"model.layers.61.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
|
| 707 |
+
"model.layers.61.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
|
| 708 |
+
"model.layers.61.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 709 |
+
"model.layers.61.self_attn.k_proj.bias": "model-00013-of-00014.safetensors",
|
| 710 |
+
"model.layers.61.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 711 |
+
"model.layers.61.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 712 |
+
"model.layers.61.self_attn.q_proj.bias": "model-00013-of-00014.safetensors",
|
| 713 |
+
"model.layers.61.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 714 |
+
"model.layers.61.self_attn.v_proj.bias": "model-00013-of-00014.safetensors",
|
| 715 |
+
"model.layers.61.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 716 |
+
"model.layers.62.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 717 |
+
"model.layers.62.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
|
| 718 |
+
"model.layers.62.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
|
| 719 |
+
"model.layers.62.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
|
| 720 |
+
"model.layers.62.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 721 |
+
"model.layers.62.self_attn.k_proj.bias": "model-00013-of-00014.safetensors",
|
| 722 |
+
"model.layers.62.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 723 |
+
"model.layers.62.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 724 |
+
"model.layers.62.self_attn.q_proj.bias": "model-00013-of-00014.safetensors",
|
| 725 |
+
"model.layers.62.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 726 |
+
"model.layers.62.self_attn.v_proj.bias": "model-00013-of-00014.safetensors",
|
| 727 |
+
"model.layers.62.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 728 |
+
"model.layers.63.input_layernorm.weight": "model-00014-of-00014.safetensors",
|
| 729 |
+
"model.layers.63.mlp.down_proj.weight": "model-00014-of-00014.safetensors",
|
| 730 |
+
"model.layers.63.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
|
| 731 |
+
"model.layers.63.mlp.up_proj.weight": "model-00014-of-00014.safetensors",
|
| 732 |
+
"model.layers.63.post_attention_layernorm.weight": "model-00014-of-00014.safetensors",
|
| 733 |
+
"model.layers.63.self_attn.k_proj.bias": "model-00013-of-00014.safetensors",
|
| 734 |
+
"model.layers.63.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 735 |
+
"model.layers.63.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 736 |
+
"model.layers.63.self_attn.q_proj.bias": "model-00013-of-00014.safetensors",
|
| 737 |
+
"model.layers.63.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 738 |
+
"model.layers.63.self_attn.v_proj.bias": "model-00013-of-00014.safetensors",
|
| 739 |
+
"model.layers.63.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 740 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 741 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
|
| 742 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
|
| 743 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
|
| 744 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 745 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00002-of-00014.safetensors",
|
| 746 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
| 747 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
| 748 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00002-of-00014.safetensors",
|
| 749 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
| 750 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00002-of-00014.safetensors",
|
| 751 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
| 752 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 753 |
+
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
|
| 754 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
|
| 755 |
+
"model.layers.8.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
|
| 756 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 757 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00002-of-00014.safetensors",
|
| 758 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
| 759 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
| 760 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00002-of-00014.safetensors",
|
| 761 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
| 762 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00002-of-00014.safetensors",
|
| 763 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
| 764 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 765 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
|
| 766 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
|
| 767 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
|
| 768 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 769 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00003-of-00014.safetensors",
|
| 770 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 771 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 772 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00003-of-00014.safetensors",
|
| 773 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 774 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00003-of-00014.safetensors",
|
| 775 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
| 776 |
+
"model.norm.weight": "model-00014-of-00014.safetensors"
|
| 777 |
+
}
|
| 778 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
start_end.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"start_time": "2025-04-19 10:53:26", "end_time": "2025-04-20 08:33:11"}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
| 199 |
+
"clean_up_tokenization_spaces": false,
|
| 200 |
+
"eos_token": "<|endoftext|>",
|
| 201 |
+
"errors": "replace",
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"padding_side": "right",
|
| 205 |
+
"split_special_tokens": false,
|
| 206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 207 |
+
"unk_token": null
|
| 208 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.961240310077519,
|
| 3 |
+
"total_flos": 8.242697655180853e+18,
|
| 4 |
+
"train_loss": 0.45099904040495553,
|
| 5 |
+
"train_runtime": 77492.3925,
|
| 6 |
+
"train_samples_per_second": 1.597,
|
| 7 |
+
"train_steps_per_second": 0.003
|
| 8 |
+
}
|
trainer_log.jsonl
ADDED
|
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 1, "total_steps": 240, "loss": 0.8883, "lr": 3.3333333333333333e-06, "epoch": 0.020671834625323, "percentage": 0.42, "elapsed_time": "0:06:04", "remaining_time": "1 day, 0:11:53"}
|
| 2 |
+
{"current_steps": 2, "total_steps": 240, "loss": 0.8848, "lr": 6.666666666666667e-06, "epoch": 0.041343669250646, "percentage": 0.83, "elapsed_time": "0:11:22", "remaining_time": "22:33:39"}
|
| 3 |
+
{"current_steps": 3, "total_steps": 240, "loss": 0.8795, "lr": 1e-05, "epoch": 0.06201550387596899, "percentage": 1.25, "elapsed_time": "0:16:40", "remaining_time": "21:57:04"}
|
| 4 |
+
{"current_steps": 4, "total_steps": 240, "loss": 0.8245, "lr": 1.3333333333333333e-05, "epoch": 0.082687338501292, "percentage": 1.67, "elapsed_time": "0:21:58", "remaining_time": "21:36:34"}
|
| 5 |
+
{"current_steps": 5, "total_steps": 240, "loss": 0.7893, "lr": 1.6666666666666667e-05, "epoch": 0.10335917312661498, "percentage": 2.08, "elapsed_time": "0:27:16", "remaining_time": "21:22:04"}
|
| 6 |
+
{"current_steps": 6, "total_steps": 240, "loss": 0.7386, "lr": 2e-05, "epoch": 0.12403100775193798, "percentage": 2.5, "elapsed_time": "0:32:34", "remaining_time": "21:10:23"}
|
| 7 |
+
{"current_steps": 7, "total_steps": 240, "loss": 0.7205, "lr": 2.3333333333333336e-05, "epoch": 0.14470284237726097, "percentage": 2.92, "elapsed_time": "0:37:52", "remaining_time": "21:00:50"}
|
| 8 |
+
{"current_steps": 8, "total_steps": 240, "loss": 0.6846, "lr": 2.6666666666666667e-05, "epoch": 0.165374677002584, "percentage": 3.33, "elapsed_time": "0:43:10", "remaining_time": "20:52:15"}
|
| 9 |
+
{"current_steps": 9, "total_steps": 240, "loss": 0.6703, "lr": 3.0000000000000004e-05, "epoch": 0.18604651162790697, "percentage": 3.75, "elapsed_time": "0:48:29", "remaining_time": "20:44:29"}
|
| 10 |
+
{"current_steps": 10, "total_steps": 240, "loss": 0.6625, "lr": 3.3333333333333335e-05, "epoch": 0.20671834625322996, "percentage": 4.17, "elapsed_time": "0:53:47", "remaining_time": "20:37:05"}
|
| 11 |
+
{"current_steps": 11, "total_steps": 240, "loss": 0.639, "lr": 3.6666666666666666e-05, "epoch": 0.22739018087855298, "percentage": 4.58, "elapsed_time": "0:59:05", "remaining_time": "20:30:10"}
|
| 12 |
+
{"current_steps": 12, "total_steps": 240, "loss": 0.6387, "lr": 4e-05, "epoch": 0.24806201550387597, "percentage": 5.0, "elapsed_time": "1:04:23", "remaining_time": "20:23:26"}
|
| 13 |
+
{"current_steps": 13, "total_steps": 240, "loss": 0.6344, "lr": 4.3333333333333334e-05, "epoch": 0.268733850129199, "percentage": 5.42, "elapsed_time": "1:09:41", "remaining_time": "20:16:58"}
|
| 14 |
+
{"current_steps": 14, "total_steps": 240, "loss": 0.6157, "lr": 4.666666666666667e-05, "epoch": 0.28940568475452194, "percentage": 5.83, "elapsed_time": "1:14:59", "remaining_time": "20:10:33"}
|
| 15 |
+
{"current_steps": 15, "total_steps": 240, "loss": 0.6132, "lr": 5e-05, "epoch": 0.31007751937984496, "percentage": 6.25, "elapsed_time": "1:20:17", "remaining_time": "20:04:23"}
|
| 16 |
+
{"current_steps": 16, "total_steps": 240, "loss": 0.607, "lr": 5.333333333333333e-05, "epoch": 0.330749354005168, "percentage": 6.67, "elapsed_time": "1:25:35", "remaining_time": "19:58:18"}
|
| 17 |
+
{"current_steps": 17, "total_steps": 240, "loss": 0.597, "lr": 5.666666666666668e-05, "epoch": 0.35142118863049093, "percentage": 7.08, "elapsed_time": "1:30:53", "remaining_time": "19:52:20"}
|
| 18 |
+
{"current_steps": 18, "total_steps": 240, "loss": 0.5883, "lr": 6.000000000000001e-05, "epoch": 0.37209302325581395, "percentage": 7.5, "elapsed_time": "1:36:11", "remaining_time": "19:46:24"}
|
| 19 |
+
{"current_steps": 19, "total_steps": 240, "loss": 0.585, "lr": 6.333333333333333e-05, "epoch": 0.39276485788113696, "percentage": 7.92, "elapsed_time": "1:41:29", "remaining_time": "19:40:29"}
|
| 20 |
+
{"current_steps": 20, "total_steps": 240, "loss": 0.5823, "lr": 6.666666666666667e-05, "epoch": 0.4134366925064599, "percentage": 8.33, "elapsed_time": "1:46:47", "remaining_time": "19:34:40"}
|
| 21 |
+
{"current_steps": 21, "total_steps": 240, "loss": 0.5826, "lr": 7.000000000000001e-05, "epoch": 0.43410852713178294, "percentage": 8.75, "elapsed_time": "1:52:05", "remaining_time": "19:28:56"}
|
| 22 |
+
{"current_steps": 22, "total_steps": 240, "loss": 0.5725, "lr": 7.333333333333333e-05, "epoch": 0.45478036175710596, "percentage": 9.17, "elapsed_time": "1:57:22", "remaining_time": "19:23:09"}
|
| 23 |
+
{"current_steps": 23, "total_steps": 240, "loss": 0.5794, "lr": 7.666666666666668e-05, "epoch": 0.4754521963824289, "percentage": 9.58, "elapsed_time": "2:02:41", "remaining_time": "19:17:32"}
|
| 24 |
+
{"current_steps": 24, "total_steps": 240, "loss": 0.5739, "lr": 8e-05, "epoch": 0.49612403100775193, "percentage": 10.0, "elapsed_time": "2:07:59", "remaining_time": "19:11:54"}
|
| 25 |
+
{"current_steps": 25, "total_steps": 240, "loss": 0.5738, "lr": 7.99957692770843e-05, "epoch": 0.5167958656330749, "percentage": 10.42, "elapsed_time": "2:13:17", "remaining_time": "19:06:19"}
|
| 26 |
+
{"current_steps": 26, "total_steps": 240, "loss": 0.5676, "lr": 7.998307800328803e-05, "epoch": 0.537467700258398, "percentage": 10.83, "elapsed_time": "2:18:35", "remaining_time": "19:00:45"}
|
| 27 |
+
{"current_steps": 27, "total_steps": 240, "loss": 0.5626, "lr": 7.996192886327432e-05, "epoch": 0.5581395348837209, "percentage": 11.25, "elapsed_time": "2:23:53", "remaining_time": "18:55:09"}
|
| 28 |
+
{"current_steps": 28, "total_steps": 240, "loss": 0.5577, "lr": 7.993232633085074e-05, "epoch": 0.5788113695090439, "percentage": 11.67, "elapsed_time": "2:29:11", "remaining_time": "18:49:38"}
|
| 29 |
+
{"current_steps": 29, "total_steps": 240, "loss": 0.5588, "lr": 7.98942766680229e-05, "epoch": 0.599483204134367, "percentage": 12.08, "elapsed_time": "2:34:30", "remaining_time": "18:44:07"}
|
| 30 |
+
{"current_steps": 30, "total_steps": 240, "loss": 0.5576, "lr": 7.984778792366983e-05, "epoch": 0.6201550387596899, "percentage": 12.5, "elapsed_time": "2:39:47", "remaining_time": "18:38:35"}
|
| 31 |
+
{"current_steps": 31, "total_steps": 240, "loss": 0.5543, "lr": 7.979286993184134e-05, "epoch": 0.6408268733850129, "percentage": 12.92, "elapsed_time": "2:45:06", "remaining_time": "18:33:06"}
|
| 32 |
+
{"current_steps": 32, "total_steps": 240, "loss": 0.5546, "lr": 7.972953430967773e-05, "epoch": 0.661498708010336, "percentage": 13.33, "elapsed_time": "2:50:23", "remaining_time": "18:27:34"}
|
| 33 |
+
{"current_steps": 33, "total_steps": 240, "loss": 0.5423, "lr": 7.965779445495243e-05, "epoch": 0.6821705426356589, "percentage": 13.75, "elapsed_time": "2:55:41", "remaining_time": "18:22:06"}
|
| 34 |
+
{"current_steps": 34, "total_steps": 240, "loss": 0.5549, "lr": 7.957766554323778e-05, "epoch": 0.7028423772609819, "percentage": 14.17, "elapsed_time": "3:00:59", "remaining_time": "18:16:37"}
|
| 35 |
+
{"current_steps": 35, "total_steps": 240, "loss": 0.5381, "lr": 7.948916452469497e-05, "epoch": 0.7235142118863049, "percentage": 14.58, "elapsed_time": "3:06:17", "remaining_time": "18:11:09"}
|
| 36 |
+
{"current_steps": 36, "total_steps": 240, "loss": 0.5334, "lr": 7.939231012048833e-05, "epoch": 0.7441860465116279, "percentage": 15.0, "elapsed_time": "3:11:35", "remaining_time": "18:05:41"}
|
| 37 |
+
{"current_steps": 37, "total_steps": 240, "loss": 0.546, "lr": 7.928712281882523e-05, "epoch": 0.7648578811369509, "percentage": 15.42, "elapsed_time": "3:16:53", "remaining_time": "18:00:16"}
|
| 38 |
+
{"current_steps": 38, "total_steps": 240, "loss": 0.538, "lr": 7.917362487062207e-05, "epoch": 0.7855297157622739, "percentage": 15.83, "elapsed_time": "3:22:11", "remaining_time": "17:54:49"}
|
| 39 |
+
{"current_steps": 39, "total_steps": 240, "loss": 0.5395, "lr": 7.905184028479734e-05, "epoch": 0.8062015503875969, "percentage": 16.25, "elapsed_time": "3:27:30", "remaining_time": "17:49:28"}
|
| 40 |
+
{"current_steps": 40, "total_steps": 240, "loss": 0.5351, "lr": 7.892179482319297e-05, "epoch": 0.8268733850129198, "percentage": 16.67, "elapsed_time": "3:32:48", "remaining_time": "17:44:01"}
|
| 41 |
+
{"current_steps": 41, "total_steps": 240, "loss": 0.5332, "lr": 7.878351599512465e-05, "epoch": 0.8475452196382429, "percentage": 17.08, "elapsed_time": "3:38:06", "remaining_time": "17:38:36"}
|
| 42 |
+
{"current_steps": 42, "total_steps": 240, "loss": 0.5255, "lr": 7.863703305156273e-05, "epoch": 0.8682170542635659, "percentage": 17.5, "elapsed_time": "3:43:24", "remaining_time": "17:33:12"}
|
| 43 |
+
{"current_steps": 43, "total_steps": 240, "loss": 0.5289, "lr": 7.848237697894453e-05, "epoch": 0.8888888888888888, "percentage": 17.92, "elapsed_time": "3:48:42", "remaining_time": "17:27:48"}
|
| 44 |
+
{"current_steps": 44, "total_steps": 240, "loss": 0.53, "lr": 7.831958049261956e-05, "epoch": 0.9095607235142119, "percentage": 18.33, "elapsed_time": "3:54:01", "remaining_time": "17:22:26"}
|
| 45 |
+
{"current_steps": 45, "total_steps": 240, "loss": 0.528, "lr": 7.814867802992907e-05, "epoch": 0.9302325581395349, "percentage": 18.75, "elapsed_time": "3:59:19", "remaining_time": "17:17:03"}
|
| 46 |
+
{"current_steps": 46, "total_steps": 240, "loss": 0.5281, "lr": 7.796970574292136e-05, "epoch": 0.9509043927648578, "percentage": 19.17, "elapsed_time": "4:04:36", "remaining_time": "17:11:38"}
|
| 47 |
+
{"current_steps": 47, "total_steps": 240, "loss": 0.5214, "lr": 7.77827014907042e-05, "epoch": 0.9715762273901809, "percentage": 19.58, "elapsed_time": "4:09:55", "remaining_time": "17:06:15"}
|
| 48 |
+
{"current_steps": 48, "total_steps": 240, "loss": 0.5269, "lr": 7.758770483143634e-05, "epoch": 0.9922480620155039, "percentage": 20.0, "elapsed_time": "4:15:12", "remaining_time": "17:00:49"}
|
| 49 |
+
{"current_steps": 49, "total_steps": 240, "loss": 0.5093, "lr": 7.738475701395955e-05, "epoch": 1.0129198966408268, "percentage": 20.42, "elapsed_time": "4:23:13", "remaining_time": "17:06:03"}
|
| 50 |
+
{"current_steps": 50, "total_steps": 240, "loss": 0.4955, "lr": 7.71739009690729e-05, "epoch": 1.0335917312661498, "percentage": 20.83, "elapsed_time": "4:28:33", "remaining_time": "17:00:33"}
|
| 51 |
+
{"current_steps": 51, "total_steps": 240, "loss": 0.4969, "lr": 7.695518130045147e-05, "epoch": 1.054263565891473, "percentage": 21.25, "elapsed_time": "4:33:51", "remaining_time": "16:54:54"}
|
| 52 |
+
{"current_steps": 52, "total_steps": 240, "loss": 0.5087, "lr": 7.672864427521097e-05, "epoch": 1.074935400516796, "percentage": 21.67, "elapsed_time": "4:39:12", "remaining_time": "16:49:26"}
|
| 53 |
+
{"current_steps": 53, "total_steps": 240, "loss": 0.5012, "lr": 7.649433781412058e-05, "epoch": 1.0956072351421189, "percentage": 22.08, "elapsed_time": "4:44:30", "remaining_time": "16:43:49"}
|
| 54 |
+
{"current_steps": 54, "total_steps": 240, "loss": 0.4947, "lr": 7.625231148146601e-05, "epoch": 1.1162790697674418, "percentage": 22.5, "elapsed_time": "4:49:49", "remaining_time": "16:38:18"}
|
| 55 |
+
{"current_steps": 55, "total_steps": 240, "loss": 0.501, "lr": 7.600261647456485e-05, "epoch": 1.1369509043927648, "percentage": 22.92, "elapsed_time": "4:55:07", "remaining_time": "16:32:43"}
|
| 56 |
+
{"current_steps": 56, "total_steps": 240, "loss": 0.4909, "lr": 7.57453056129365e-05, "epoch": 1.1576227390180878, "percentage": 23.33, "elapsed_time": "5:00:25", "remaining_time": "16:27:07"}
|
| 57 |
+
{"current_steps": 57, "total_steps": 240, "loss": 0.4889, "lr": 7.548043332712887e-05, "epoch": 1.178294573643411, "percentage": 23.75, "elapsed_time": "5:05:43", "remaining_time": "16:21:33"}
|
| 58 |
+
{"current_steps": 58, "total_steps": 240, "loss": 0.4916, "lr": 7.520805564720444e-05, "epoch": 1.198966408268734, "percentage": 24.17, "elapsed_time": "5:11:02", "remaining_time": "16:16:00"}
|
| 59 |
+
{"current_steps": 59, "total_steps": 240, "loss": 0.4876, "lr": 7.492823019088785e-05, "epoch": 1.2196382428940569, "percentage": 24.58, "elapsed_time": "5:16:20", "remaining_time": "16:10:27"}
|
| 60 |
+
{"current_steps": 60, "total_steps": 240, "loss": 0.4903, "lr": 7.464101615137756e-05, "epoch": 1.2403100775193798, "percentage": 25.0, "elapsed_time": "5:21:38", "remaining_time": "16:04:55"}
|
| 61 |
+
{"current_steps": 61, "total_steps": 240, "loss": 0.4852, "lr": 7.434647428482453e-05, "epoch": 1.2609819121447028, "percentage": 25.42, "elapsed_time": "5:26:56", "remaining_time": "15:59:22"}
|
| 62 |
+
{"current_steps": 62, "total_steps": 240, "loss": 0.4824, "lr": 7.404466689747999e-05, "epoch": 1.2816537467700257, "percentage": 25.83, "elapsed_time": "5:32:14", "remaining_time": "15:53:50"}
|
| 63 |
+
{"current_steps": 63, "total_steps": 240, "loss": 0.4862, "lr": 7.373565783251544e-05, "epoch": 1.302325581395349, "percentage": 26.25, "elapsed_time": "5:37:32", "remaining_time": "15:48:18"}
|
| 64 |
+
{"current_steps": 64, "total_steps": 240, "loss": 0.4816, "lr": 7.341951245651747e-05, "epoch": 1.322997416020672, "percentage": 26.67, "elapsed_time": "5:42:49", "remaining_time": "15:42:47"}
|
| 65 |
+
{"current_steps": 65, "total_steps": 240, "loss": 0.4849, "lr": 7.309629764566042e-05, "epoch": 1.3436692506459949, "percentage": 27.08, "elapsed_time": "5:48:07", "remaining_time": "15:37:16"}
|
| 66 |
+
{"current_steps": 66, "total_steps": 240, "loss": 0.4806, "lr": 7.276608177155968e-05, "epoch": 1.3643410852713178, "percentage": 27.5, "elapsed_time": "5:53:25", "remaining_time": "15:31:46"}
|
| 67 |
+
{"current_steps": 67, "total_steps": 240, "loss": 0.479, "lr": 7.242893468680849e-05, "epoch": 1.3850129198966408, "percentage": 27.92, "elapsed_time": "5:58:43", "remaining_time": "15:26:15"}
|
| 68 |
+
{"current_steps": 68, "total_steps": 240, "loss": 0.4708, "lr": 7.208492771020176e-05, "epoch": 1.405684754521964, "percentage": 28.33, "elapsed_time": "6:04:03", "remaining_time": "15:20:52"}
|
| 69 |
+
{"current_steps": 69, "total_steps": 240, "loss": 0.4743, "lr": 7.173413361164941e-05, "epoch": 1.4263565891472867, "percentage": 28.75, "elapsed_time": "6:09:21", "remaining_time": "15:15:22"}
|
| 70 |
+
{"current_steps": 70, "total_steps": 240, "loss": 0.479, "lr": 7.137662659678303e-05, "epoch": 1.4470284237726099, "percentage": 29.17, "elapsed_time": "6:14:39", "remaining_time": "15:09:53"}
|
| 71 |
+
{"current_steps": 71, "total_steps": 240, "loss": 0.4748, "lr": 7.101248229125864e-05, "epoch": 1.4677002583979328, "percentage": 29.58, "elapsed_time": "6:19:57", "remaining_time": "15:04:25"}
|
| 72 |
+
{"current_steps": 72, "total_steps": 240, "loss": 0.483, "lr": 7.064177772475912e-05, "epoch": 1.4883720930232558, "percentage": 30.0, "elapsed_time": "6:25:15", "remaining_time": "14:58:56"}
|
| 73 |
+
{"current_steps": 73, "total_steps": 240, "loss": 0.4806, "lr": 7.026459131469972e-05, "epoch": 1.509043927648579, "percentage": 30.42, "elapsed_time": "6:30:33", "remaining_time": "14:53:28"}
|
| 74 |
+
{"current_steps": 74, "total_steps": 240, "loss": 0.4758, "lr": 6.988100284963985e-05, "epoch": 1.5297157622739017, "percentage": 30.83, "elapsed_time": "6:35:51", "remaining_time": "14:48:00"}
|
| 75 |
+
{"current_steps": 75, "total_steps": 240, "loss": 0.478, "lr": 6.949109347240496e-05, "epoch": 1.550387596899225, "percentage": 31.25, "elapsed_time": "6:41:09", "remaining_time": "14:42:32"}
|
| 76 |
+
{"current_steps": 76, "total_steps": 240, "loss": 0.4794, "lr": 6.909494566292195e-05, "epoch": 1.5710594315245479, "percentage": 31.67, "elapsed_time": "6:46:27", "remaining_time": "14:37:05"}
|
| 77 |
+
{"current_steps": 77, "total_steps": 240, "loss": 0.4741, "lr": 6.869264322077158e-05, "epoch": 1.5917312661498708, "percentage": 32.08, "elapsed_time": "6:51:45", "remaining_time": "14:31:39"}
|
| 78 |
+
{"current_steps": 78, "total_steps": 240, "loss": 0.4719, "lr": 6.828427124746191e-05, "epoch": 1.6124031007751938, "percentage": 32.5, "elapsed_time": "6:57:03", "remaining_time": "14:26:12"}
|
| 79 |
+
{"current_steps": 79, "total_steps": 240, "loss": 0.4778, "lr": 6.786991612842621e-05, "epoch": 1.6330749354005167, "percentage": 32.92, "elapsed_time": "7:02:21", "remaining_time": "14:20:45"}
|
| 80 |
+
{"current_steps": 80, "total_steps": 240, "loss": 0.4761, "lr": 6.744966551474936e-05, "epoch": 1.65374677002584, "percentage": 33.33, "elapsed_time": "7:07:41", "remaining_time": "14:15:22"}
|
| 81 |
+
{"current_steps": 81, "total_steps": 240, "loss": 0.475, "lr": 6.702360830462642e-05, "epoch": 1.6744186046511627, "percentage": 33.75, "elapsed_time": "7:12:59", "remaining_time": "14:09:56"}
|
| 82 |
+
{"current_steps": 82, "total_steps": 240, "loss": 0.4752, "lr": 6.659183462455751e-05, "epoch": 1.6950904392764858, "percentage": 34.17, "elapsed_time": "7:18:17", "remaining_time": "14:04:30"}
|
| 83 |
+
{"current_steps": 83, "total_steps": 240, "loss": 0.4773, "lr": 6.615443581028279e-05, "epoch": 1.7157622739018088, "percentage": 34.58, "elapsed_time": "7:23:35", "remaining_time": "13:59:04"}
|
| 84 |
+
{"current_steps": 84, "total_steps": 240, "loss": 0.4695, "lr": 6.571150438746157e-05, "epoch": 1.7364341085271318, "percentage": 35.0, "elapsed_time": "7:28:53", "remaining_time": "13:53:38"}
|
| 85 |
+
{"current_steps": 85, "total_steps": 240, "loss": 0.4663, "lr": 6.526313405209991e-05, "epoch": 1.757105943152455, "percentage": 35.42, "elapsed_time": "7:34:11", "remaining_time": "13:48:13"}
|
| 86 |
+
{"current_steps": 86, "total_steps": 240, "loss": 0.4749, "lr": 6.480941965073041e-05, "epoch": 1.7777777777777777, "percentage": 35.83, "elapsed_time": "7:39:28", "remaining_time": "13:42:47"}
|
| 87 |
+
{"current_steps": 87, "total_steps": 240, "loss": 0.4736, "lr": 6.435045716034883e-05, "epoch": 1.7984496124031009, "percentage": 36.25, "elapsed_time": "7:44:46", "remaining_time": "13:37:22"}
|
| 88 |
+
{"current_steps": 88, "total_steps": 240, "loss": 0.4708, "lr": 6.388634366811146e-05, "epoch": 1.8191214470284238, "percentage": 36.67, "elapsed_time": "7:50:04", "remaining_time": "13:31:57"}
|
| 89 |
+
{"current_steps": 89, "total_steps": 240, "loss": 0.4752, "lr": 6.341717735079763e-05, "epoch": 1.8397932816537468, "percentage": 37.08, "elapsed_time": "7:55:22", "remaining_time": "13:26:32"}
|
| 90 |
+
{"current_steps": 90, "total_steps": 240, "loss": 0.4754, "lr": 6.294305745404185e-05, "epoch": 1.8604651162790697, "percentage": 37.5, "elapsed_time": "8:00:40", "remaining_time": "13:21:08"}
|
| 91 |
+
{"current_steps": 91, "total_steps": 240, "loss": 0.4786, "lr": 6.246408427133972e-05, "epoch": 1.8811369509043927, "percentage": 37.92, "elapsed_time": "8:05:58", "remaining_time": "13:15:43"}
|
| 92 |
+
{"current_steps": 92, "total_steps": 240, "loss": 0.481, "lr": 6.198035912283225e-05, "epoch": 1.9018087855297159, "percentage": 38.33, "elapsed_time": "8:11:16", "remaining_time": "13:10:18"}
|
| 93 |
+
{"current_steps": 93, "total_steps": 240, "loss": 0.4729, "lr": 6.149198433387297e-05, "epoch": 1.9224806201550386, "percentage": 38.75, "elapsed_time": "8:16:34", "remaining_time": "13:04:54"}
|
| 94 |
+
{"current_steps": 94, "total_steps": 240, "loss": 0.4741, "lr": 6.099906321338241e-05, "epoch": 1.9431524547803618, "percentage": 39.17, "elapsed_time": "8:21:51", "remaining_time": "12:59:29"}
|
| 95 |
+
{"current_steps": 95, "total_steps": 240, "loss": 0.474, "lr": 6.0501700031994613e-05, "epoch": 1.9638242894056848, "percentage": 39.58, "elapsed_time": "8:27:09", "remaining_time": "12:54:05"}
|
| 96 |
+
{"current_steps": 96, "total_steps": 240, "loss": 0.4739, "lr": 6.000000000000001e-05, "epoch": 1.9844961240310077, "percentage": 40.0, "elapsed_time": "8:32:27", "remaining_time": "12:48:40"}
|
| 97 |
+
{"current_steps": 97, "total_steps": 240, "loss": 0.4659, "lr": 5.94940692450897e-05, "epoch": 2.005167958656331, "percentage": 40.42, "elapsed_time": "8:40:26", "remaining_time": "12:47:14"}
|
| 98 |
+
{"current_steps": 98, "total_steps": 240, "loss": 0.4321, "lr": 5.8984014789905625e-05, "epoch": 2.0258397932816536, "percentage": 40.83, "elapsed_time": "8:45:44", "remaining_time": "12:41:47"}
|
| 99 |
+
{"current_steps": 99, "total_steps": 240, "loss": 0.4324, "lr": 5.846994452940137e-05, "epoch": 2.046511627906977, "percentage": 41.25, "elapsed_time": "8:51:03", "remaining_time": "12:36:20"}
|
| 100 |
+
{"current_steps": 100, "total_steps": 240, "loss": 0.4343, "lr": 5.79519672080185e-05, "epoch": 2.0671834625322996, "percentage": 41.67, "elapsed_time": "8:56:21", "remaining_time": "12:30:53"}
|
| 101 |
+
{"current_steps": 101, "total_steps": 240, "loss": 0.4348, "lr": 5.743019239668318e-05, "epoch": 2.0878552971576227, "percentage": 42.08, "elapsed_time": "9:01:40", "remaining_time": "12:25:27"}
|
| 102 |
+
{"current_steps": 102, "total_steps": 240, "loss": 0.4287, "lr": 5.6904730469627985e-05, "epoch": 2.108527131782946, "percentage": 42.5, "elapsed_time": "9:06:58", "remaining_time": "12:20:01"}
|
| 103 |
+
{"current_steps": 103, "total_steps": 240, "loss": 0.4256, "lr": 5.6375692581043705e-05, "epoch": 2.1291989664082687, "percentage": 42.92, "elapsed_time": "9:12:16", "remaining_time": "12:14:34"}
|
| 104 |
+
{"current_steps": 104, "total_steps": 240, "loss": 0.4255, "lr": 5.584319064156628e-05, "epoch": 2.149870801033592, "percentage": 43.33, "elapsed_time": "9:17:34", "remaining_time": "12:09:08"}
|
| 105 |
+
{"current_steps": 105, "total_steps": 240, "loss": 0.4297, "lr": 5.5307337294603595e-05, "epoch": 2.1705426356589146, "percentage": 43.75, "elapsed_time": "9:22:52", "remaining_time": "12:03:42"}
|
| 106 |
+
{"current_steps": 106, "total_steps": 240, "loss": 0.4265, "lr": 5.476824589250738e-05, "epoch": 2.1912144702842378, "percentage": 44.17, "elapsed_time": "9:28:16", "remaining_time": "11:58:23"}
|
| 107 |
+
{"current_steps": 107, "total_steps": 240, "loss": 0.4273, "lr": 5.4226030472595075e-05, "epoch": 2.2118863049095605, "percentage": 44.58, "elapsed_time": "9:33:35", "remaining_time": "11:52:57"}
|
| 108 |
+
{"current_steps": 108, "total_steps": 240, "loss": 0.4274, "lr": 5.368080573302676e-05, "epoch": 2.2325581395348837, "percentage": 45.0, "elapsed_time": "9:38:54", "remaining_time": "11:47:33"}
|
| 109 |
+
{"current_steps": 109, "total_steps": 240, "loss": 0.4266, "lr": 5.3132687008542454e-05, "epoch": 2.253229974160207, "percentage": 45.42, "elapsed_time": "9:44:13", "remaining_time": "11:42:08"}
|
| 110 |
+
{"current_steps": 110, "total_steps": 240, "loss": 0.4233, "lr": 5.258179024606455e-05, "epoch": 2.2739018087855296, "percentage": 45.83, "elapsed_time": "9:49:33", "remaining_time": "11:36:44"}
|
| 111 |
+
{"current_steps": 111, "total_steps": 240, "loss": 0.4201, "lr": 5.202823198017092e-05, "epoch": 2.294573643410853, "percentage": 46.25, "elapsed_time": "9:54:52", "remaining_time": "11:31:19"}
|
| 112 |
+
{"current_steps": 112, "total_steps": 240, "loss": 0.4281, "lr": 5.1472129308443616e-05, "epoch": 2.3152454780361755, "percentage": 46.67, "elapsed_time": "10:00:12", "remaining_time": "11:25:57"}
|
| 113 |
+
{"current_steps": 113, "total_steps": 240, "loss": 0.4275, "lr": 5.091359986669845e-05, "epoch": 2.3359173126614987, "percentage": 47.08, "elapsed_time": "10:05:36", "remaining_time": "11:20:38"}
|
| 114 |
+
{"current_steps": 114, "total_steps": 240, "loss": 0.4244, "lr": 5.0352761804100835e-05, "epoch": 2.356589147286822, "percentage": 47.5, "elapsed_time": "10:10:55", "remaining_time": "11:15:14"}
|
| 115 |
+
{"current_steps": 115, "total_steps": 240, "loss": 0.4233, "lr": 4.9789733758172956e-05, "epoch": 2.3772609819121446, "percentage": 47.92, "elapsed_time": "10:16:21", "remaining_time": "11:09:56"}
|
| 116 |
+
{"current_steps": 116, "total_steps": 240, "loss": 0.4257, "lr": 4.922463482969761e-05, "epoch": 2.397932816537468, "percentage": 48.33, "elapsed_time": "10:21:41", "remaining_time": "11:04:33"}
|
| 117 |
+
{"current_steps": 117, "total_steps": 240, "loss": 0.4238, "lr": 4.8657584557524116e-05, "epoch": 2.4186046511627906, "percentage": 48.75, "elapsed_time": "10:27:00", "remaining_time": "10:59:09"}
|
| 118 |
+
{"current_steps": 118, "total_steps": 240, "loss": 0.4237, "lr": 4.808870289328153e-05, "epoch": 2.4392764857881137, "percentage": 49.17, "elapsed_time": "10:32:19", "remaining_time": "10:53:45"}
|
| 119 |
+
{"current_steps": 119, "total_steps": 240, "loss": 0.428, "lr": 4.751811017600448e-05, "epoch": 2.459948320413437, "percentage": 49.58, "elapsed_time": "10:37:38", "remaining_time": "10:48:21"}
|
| 120 |
+
{"current_steps": 120, "total_steps": 240, "loss": 0.4177, "lr": 4.694592710667723e-05, "epoch": 2.4806201550387597, "percentage": 50.0, "elapsed_time": "10:43:04", "remaining_time": "10:43:04"}
|
| 121 |
+
{"current_steps": 121, "total_steps": 240, "loss": 0.4212, "lr": 4.637227472270091e-05, "epoch": 2.501291989664083, "percentage": 50.42, "elapsed_time": "10:48:23", "remaining_time": "10:37:40"}
|
| 122 |
+
{"current_steps": 122, "total_steps": 240, "loss": 0.4259, "lr": 4.579727437228987e-05, "epoch": 2.5219638242894056, "percentage": 50.83, "elapsed_time": "10:53:42", "remaining_time": "10:32:16"}
|
| 123 |
+
{"current_steps": 123, "total_steps": 240, "loss": 0.4237, "lr": 4.522104768880208e-05, "epoch": 2.5426356589147288, "percentage": 51.25, "elapsed_time": "10:59:01", "remaining_time": "10:26:52"}
|
| 124 |
+
{"current_steps": 124, "total_steps": 240, "loss": 0.4162, "lr": 4.464371656500921e-05, "epoch": 2.5633074935400515, "percentage": 51.67, "elapsed_time": "11:04:20", "remaining_time": "10:21:28"}
|
| 125 |
+
{"current_steps": 125, "total_steps": 240, "loss": 0.4245, "lr": 4.406540312731208e-05, "epoch": 2.5839793281653747, "percentage": 52.08, "elapsed_time": "11:09:42", "remaining_time": "10:16:07"}
|
| 126 |
+
{"current_steps": 126, "total_steps": 240, "loss": 0.4244, "lr": 4.348622970990634e-05, "epoch": 2.604651162790698, "percentage": 52.5, "elapsed_time": "11:15:00", "remaining_time": "10:10:43"}
|
| 127 |
+
{"current_steps": 127, "total_steps": 240, "loss": 0.4206, "lr": 4.290631882890443e-05, "epoch": 2.6253229974160206, "percentage": 52.92, "elapsed_time": "11:20:19", "remaining_time": "10:05:19"}
|
| 128 |
+
{"current_steps": 128, "total_steps": 240, "loss": 0.422, "lr": 4.2325793156419035e-05, "epoch": 2.645994832041344, "percentage": 53.33, "elapsed_time": "11:25:38", "remaining_time": "9:59:56"}
|
| 129 |
+
{"current_steps": 129, "total_steps": 240, "loss": 0.4234, "lr": 4.174477549461345e-05, "epoch": 2.6666666666666665, "percentage": 53.75, "elapsed_time": "11:30:56", "remaining_time": "9:54:32"}
|
| 130 |
+
{"current_steps": 130, "total_steps": 240, "loss": 0.4232, "lr": 4.116338874972446e-05, "epoch": 2.6873385012919897, "percentage": 54.17, "elapsed_time": "11:36:15", "remaining_time": "9:49:08"}
|
| 131 |
+
{"current_steps": 131, "total_steps": 240, "loss": 0.4218, "lr": 4.058175590606332e-05, "epoch": 2.7080103359173124, "percentage": 54.58, "elapsed_time": "11:41:35", "remaining_time": "9:43:45"}
|
| 132 |
+
{"current_steps": 132, "total_steps": 240, "loss": 0.4252, "lr": 4e-05, "epoch": 2.7286821705426356, "percentage": 55.0, "elapsed_time": "11:46:56", "remaining_time": "9:38:24"}
|
| 133 |
+
{"current_steps": 133, "total_steps": 240, "loss": 0.4204, "lr": 3.9418244093936694e-05, "epoch": 2.749354005167959, "percentage": 55.42, "elapsed_time": "11:52:14", "remaining_time": "9:33:00"}
|
| 134 |
+
{"current_steps": 134, "total_steps": 240, "loss": 0.4241, "lr": 3.8836611250275546e-05, "epoch": 2.7700258397932815, "percentage": 55.83, "elapsed_time": "11:57:34", "remaining_time": "9:27:37"}
|
| 135 |
+
{"current_steps": 135, "total_steps": 240, "loss": 0.4275, "lr": 3.825522450538657e-05, "epoch": 2.7906976744186047, "percentage": 56.25, "elapsed_time": "12:02:52", "remaining_time": "9:22:14"}
|
| 136 |
+
{"current_steps": 136, "total_steps": 240, "loss": 0.4213, "lr": 3.767420684358097e-05, "epoch": 2.811369509043928, "percentage": 56.67, "elapsed_time": "12:08:11", "remaining_time": "9:16:51"}
|
| 137 |
+
{"current_steps": 137, "total_steps": 240, "loss": 0.4234, "lr": 3.709368117109558e-05, "epoch": 2.8320413436692506, "percentage": 57.08, "elapsed_time": "12:13:30", "remaining_time": "9:11:28"}
|
| 138 |
+
{"current_steps": 138, "total_steps": 240, "loss": 0.4242, "lr": 3.6513770290093674e-05, "epoch": 2.8527131782945734, "percentage": 57.5, "elapsed_time": "12:18:49", "remaining_time": "9:06:05"}
|
| 139 |
+
{"current_steps": 139, "total_steps": 240, "loss": 0.4225, "lr": 3.5934596872687924e-05, "epoch": 2.8733850129198966, "percentage": 57.92, "elapsed_time": "12:24:08", "remaining_time": "9:00:42"}
|
| 140 |
+
{"current_steps": 140, "total_steps": 240, "loss": 0.4193, "lr": 3.535628343499079e-05, "epoch": 2.8940568475452197, "percentage": 58.33, "elapsed_time": "12:29:27", "remaining_time": "8:55:19"}
|
| 141 |
+
{"current_steps": 141, "total_steps": 240, "loss": 0.429, "lr": 3.477895231119795e-05, "epoch": 2.9147286821705425, "percentage": 58.75, "elapsed_time": "12:34:47", "remaining_time": "8:49:57"}
|
| 142 |
+
{"current_steps": 142, "total_steps": 240, "loss": 0.4244, "lr": 3.4202725627710136e-05, "epoch": 2.9354005167958657, "percentage": 59.17, "elapsed_time": "12:40:05", "remaining_time": "8:44:34"}
|
| 143 |
+
{"current_steps": 143, "total_steps": 240, "loss": 0.4178, "lr": 3.3627725277299103e-05, "epoch": 2.956072351421189, "percentage": 59.58, "elapsed_time": "12:45:24", "remaining_time": "8:39:11"}
|
| 144 |
+
{"current_steps": 144, "total_steps": 240, "loss": 0.4193, "lr": 3.305407289332279e-05, "epoch": 2.9767441860465116, "percentage": 60.0, "elapsed_time": "12:50:43", "remaining_time": "8:33:48"}
|
| 145 |
+
{"current_steps": 145, "total_steps": 240, "loss": 0.4268, "lr": 3.248188982399553e-05, "epoch": 2.9974160206718348, "percentage": 60.42, "elapsed_time": "12:56:01", "remaining_time": "8:28:25"}
|
| 146 |
+
{"current_steps": 146, "total_steps": 240, "loss": 0.3943, "lr": 3.191129710671849e-05, "epoch": 3.0180878552971575, "percentage": 60.83, "elapsed_time": "13:03:55", "remaining_time": "8:24:43"}
|
| 147 |
+
{"current_steps": 147, "total_steps": 240, "loss": 0.3843, "lr": 3.134241544247589e-05, "epoch": 3.0387596899224807, "percentage": 61.25, "elapsed_time": "13:09:14", "remaining_time": "8:19:19"}
|
| 148 |
+
{"current_steps": 148, "total_steps": 240, "loss": 0.3875, "lr": 3.07753651703024e-05, "epoch": 3.0594315245478034, "percentage": 61.67, "elapsed_time": "13:14:34", "remaining_time": "8:13:55"}
|
| 149 |
+
{"current_steps": 149, "total_steps": 240, "loss": 0.3807, "lr": 3.0210266241827047e-05, "epoch": 3.0801033591731266, "percentage": 62.08, "elapsed_time": "13:19:53", "remaining_time": "8:08:31"}
|
| 150 |
+
{"current_steps": 150, "total_steps": 240, "loss": 0.3838, "lr": 2.9647238195899168e-05, "epoch": 3.10077519379845, "percentage": 62.5, "elapsed_time": "13:25:13", "remaining_time": "8:03:07"}
|
| 151 |
+
{"current_steps": 151, "total_steps": 240, "loss": 0.3751, "lr": 2.9086400133301573e-05, "epoch": 3.1214470284237725, "percentage": 62.92, "elapsed_time": "13:30:32", "remaining_time": "7:57:43"}
|
| 152 |
+
{"current_steps": 152, "total_steps": 240, "loss": 0.3826, "lr": 2.8527870691556404e-05, "epoch": 3.1421188630490957, "percentage": 63.33, "elapsed_time": "13:35:51", "remaining_time": "7:52:20"}
|
| 153 |
+
{"current_steps": 153, "total_steps": 240, "loss": 0.3804, "lr": 2.7971768019829083e-05, "epoch": 3.1627906976744184, "percentage": 63.75, "elapsed_time": "13:41:10", "remaining_time": "7:46:56"}
|
| 154 |
+
{"current_steps": 154, "total_steps": 240, "loss": 0.3806, "lr": 2.7418209753935464e-05, "epoch": 3.1834625322997416, "percentage": 64.17, "elapsed_time": "13:46:29", "remaining_time": "7:41:32"}
|
| 155 |
+
{"current_steps": 155, "total_steps": 240, "loss": 0.3806, "lr": 2.6867312991457563e-05, "epoch": 3.2041343669250644, "percentage": 64.58, "elapsed_time": "13:51:48", "remaining_time": "7:36:09"}
|
| 156 |
+
{"current_steps": 156, "total_steps": 240, "loss": 0.3813, "lr": 2.6319194266973256e-05, "epoch": 3.2248062015503876, "percentage": 65.0, "elapsed_time": "13:57:07", "remaining_time": "7:30:45"}
|
| 157 |
+
{"current_steps": 157, "total_steps": 240, "loss": 0.3838, "lr": 2.577396952740495e-05, "epoch": 3.2454780361757107, "percentage": 65.42, "elapsed_time": "14:02:27", "remaining_time": "7:25:22"}
|
| 158 |
+
{"current_steps": 158, "total_steps": 240, "loss": 0.379, "lr": 2.523175410749263e-05, "epoch": 3.2661498708010335, "percentage": 65.83, "elapsed_time": "14:07:46", "remaining_time": "7:19:59"}
|
| 159 |
+
{"current_steps": 159, "total_steps": 240, "loss": 0.3798, "lr": 2.4692662705396412e-05, "epoch": 3.2868217054263567, "percentage": 66.25, "elapsed_time": "14:13:05", "remaining_time": "7:14:35"}
|
| 160 |
+
{"current_steps": 160, "total_steps": 240, "loss": 0.3829, "lr": 2.4156809358433728e-05, "epoch": 3.3074935400516794, "percentage": 66.67, "elapsed_time": "14:18:24", "remaining_time": "7:09:12"}
|
| 161 |
+
{"current_steps": 161, "total_steps": 240, "loss": 0.3854, "lr": 2.3624307418956298e-05, "epoch": 3.3281653746770026, "percentage": 67.08, "elapsed_time": "14:23:42", "remaining_time": "7:03:48"}
|
| 162 |
+
{"current_steps": 162, "total_steps": 240, "loss": 0.3846, "lr": 2.3095269530372032e-05, "epoch": 3.3488372093023258, "percentage": 67.5, "elapsed_time": "14:29:02", "remaining_time": "6:58:25"}
|
| 163 |
+
{"current_steps": 163, "total_steps": 240, "loss": 0.3799, "lr": 2.2569807603316836e-05, "epoch": 3.3695090439276485, "percentage": 67.92, "elapsed_time": "14:34:20", "remaining_time": "6:53:02"}
|
| 164 |
+
{"current_steps": 164, "total_steps": 240, "loss": 0.3816, "lr": 2.2048032791981515e-05, "epoch": 3.3901808785529717, "percentage": 68.33, "elapsed_time": "14:39:39", "remaining_time": "6:47:38"}
|
| 165 |
+
{"current_steps": 165, "total_steps": 240, "loss": 0.3805, "lr": 2.1530055470598654e-05, "epoch": 3.4108527131782944, "percentage": 68.75, "elapsed_time": "14:44:58", "remaining_time": "6:42:15"}
|
| 166 |
+
{"current_steps": 166, "total_steps": 240, "loss": 0.3838, "lr": 2.1015985210094385e-05, "epoch": 3.4315245478036176, "percentage": 69.17, "elapsed_time": "14:50:17", "remaining_time": "6:36:52"}
|
| 167 |
+
{"current_steps": 167, "total_steps": 240, "loss": 0.3796, "lr": 2.050593075491031e-05, "epoch": 3.452196382428941, "percentage": 69.58, "elapsed_time": "14:55:36", "remaining_time": "6:31:29"}
|
| 168 |
+
{"current_steps": 168, "total_steps": 240, "loss": 0.382, "lr": 2.0000000000000012e-05, "epoch": 3.4728682170542635, "percentage": 70.0, "elapsed_time": "15:00:54", "remaining_time": "6:26:06"}
|
| 169 |
+
{"current_steps": 169, "total_steps": 240, "loss": 0.376, "lr": 1.9498299968005393e-05, "epoch": 3.4935400516795867, "percentage": 70.42, "elapsed_time": "15:06:13", "remaining_time": "6:20:43"}
|
| 170 |
+
{"current_steps": 170, "total_steps": 240, "loss": 0.3828, "lr": 1.90009367866176e-05, "epoch": 3.5142118863049094, "percentage": 70.83, "elapsed_time": "15:11:32", "remaining_time": "6:15:20"}
|
| 171 |
+
{"current_steps": 171, "total_steps": 240, "loss": 0.3827, "lr": 1.8508015666127043e-05, "epoch": 3.5348837209302326, "percentage": 71.25, "elapsed_time": "15:16:51", "remaining_time": "6:09:57"}
|
| 172 |
+
{"current_steps": 172, "total_steps": 240, "loss": 0.3839, "lr": 1.8019640877167763e-05, "epoch": 3.5555555555555554, "percentage": 71.67, "elapsed_time": "15:22:10", "remaining_time": "6:04:34"}
|
| 173 |
+
{"current_steps": 173, "total_steps": 240, "loss": 0.375, "lr": 1.753591572866029e-05, "epoch": 3.5762273901808785, "percentage": 72.08, "elapsed_time": "15:27:30", "remaining_time": "5:59:12"}
|
| 174 |
+
{"current_steps": 174, "total_steps": 240, "loss": 0.3804, "lr": 1.7056942545958167e-05, "epoch": 3.5968992248062017, "percentage": 72.5, "elapsed_time": "15:32:49", "remaining_time": "5:53:49"}
|
| 175 |
+
{"current_steps": 175, "total_steps": 240, "loss": 0.3835, "lr": 1.6582822649202382e-05, "epoch": 3.6175710594315245, "percentage": 72.92, "elapsed_time": "15:38:08", "remaining_time": "5:48:27"}
|
| 176 |
+
{"current_steps": 176, "total_steps": 240, "loss": 0.3807, "lr": 1.6113656331888563e-05, "epoch": 3.6382428940568476, "percentage": 73.33, "elapsed_time": "15:43:27", "remaining_time": "5:43:04"}
|
| 177 |
+
{"current_steps": 177, "total_steps": 240, "loss": 0.3764, "lr": 1.5649542839651175e-05, "epoch": 3.6589147286821704, "percentage": 73.75, "elapsed_time": "15:48:47", "remaining_time": "5:37:42"}
|
| 178 |
+
{"current_steps": 178, "total_steps": 240, "loss": 0.3804, "lr": 1.5190580349269604e-05, "epoch": 3.6795865633074936, "percentage": 74.17, "elapsed_time": "15:54:06", "remaining_time": "5:32:19"}
|
| 179 |
+
{"current_steps": 179, "total_steps": 240, "loss": 0.3796, "lr": 1.4736865947900106e-05, "epoch": 3.7002583979328163, "percentage": 74.58, "elapsed_time": "15:59:25", "remaining_time": "5:26:57"}
|
| 180 |
+
{"current_steps": 180, "total_steps": 240, "loss": 0.3797, "lr": 1.4288495612538427e-05, "epoch": 3.7209302325581395, "percentage": 75.0, "elapsed_time": "16:04:43", "remaining_time": "5:21:34"}
|
| 181 |
+
{"current_steps": 181, "total_steps": 240, "loss": 0.3745, "lr": 1.3845564189717218e-05, "epoch": 3.7416020671834627, "percentage": 75.42, "elapsed_time": "16:10:02", "remaining_time": "5:16:12"}
|
| 182 |
+
{"current_steps": 182, "total_steps": 240, "loss": 0.383, "lr": 1.3408165375442486e-05, "epoch": 3.7622739018087854, "percentage": 75.83, "elapsed_time": "16:15:27", "remaining_time": "5:10:51"}
|
| 183 |
+
{"current_steps": 183, "total_steps": 240, "loss": 0.3795, "lr": 1.297639169537359e-05, "epoch": 3.7829457364341086, "percentage": 76.25, "elapsed_time": "16:20:46", "remaining_time": "5:05:29"}
|
| 184 |
+
{"current_steps": 184, "total_steps": 240, "loss": 0.3825, "lr": 1.2550334485250661e-05, "epoch": 3.8036175710594318, "percentage": 76.67, "elapsed_time": "16:26:05", "remaining_time": "5:00:06"}
|
| 185 |
+
{"current_steps": 185, "total_steps": 240, "loss": 0.3814, "lr": 1.2130083871573812e-05, "epoch": 3.8242894056847545, "percentage": 77.08, "elapsed_time": "16:31:23", "remaining_time": "4:54:44"}
|
| 186 |
+
{"current_steps": 186, "total_steps": 240, "loss": 0.3763, "lr": 1.1715728752538103e-05, "epoch": 3.8449612403100772, "percentage": 77.5, "elapsed_time": "16:36:45", "remaining_time": "4:49:22"}
|
| 187 |
+
{"current_steps": 187, "total_steps": 240, "loss": 0.382, "lr": 1.130735677922842e-05, "epoch": 3.8656330749354004, "percentage": 77.92, "elapsed_time": "16:42:04", "remaining_time": "4:44:00"}
|
| 188 |
+
{"current_steps": 188, "total_steps": 240, "loss": 0.3816, "lr": 1.0905054337078051e-05, "epoch": 3.8863049095607236, "percentage": 78.33, "elapsed_time": "16:47:30", "remaining_time": "4:38:40"}
|
| 189 |
+
{"current_steps": 189, "total_steps": 240, "loss": 0.3758, "lr": 1.0508906527595042e-05, "epoch": 3.9069767441860463, "percentage": 78.75, "elapsed_time": "16:52:49", "remaining_time": "4:33:17"}
|
| 190 |
+
{"current_steps": 190, "total_steps": 240, "loss": 0.3822, "lr": 1.0118997150360169e-05, "epoch": 3.9276485788113695, "percentage": 79.17, "elapsed_time": "16:58:07", "remaining_time": "4:27:55"}
|
| 191 |
+
{"current_steps": 191, "total_steps": 240, "loss": 0.3826, "lr": 9.735408685300287e-06, "epoch": 3.9483204134366927, "percentage": 79.58, "elapsed_time": "17:03:26", "remaining_time": "4:22:33"}
|
| 192 |
+
{"current_steps": 192, "total_steps": 240, "loss": 0.3828, "lr": 9.358222275240884e-06, "epoch": 3.9689922480620154, "percentage": 80.0, "elapsed_time": "17:08:51", "remaining_time": "4:17:12"}
|
| 193 |
+
{"current_steps": 193, "total_steps": 240, "loss": 0.378, "lr": 8.987517708741364e-06, "epoch": 3.9896640826873386, "percentage": 80.42, "elapsed_time": "17:14:09", "remaining_time": "4:11:50"}
|
| 194 |
+
{"current_steps": 194, "total_steps": 240, "loss": 0.3677, "lr": 8.623373403216972e-06, "epoch": 4.010335917312662, "percentage": 80.83, "elapsed_time": "17:22:10", "remaining_time": "4:07:06"}
|
| 195 |
+
{"current_steps": 195, "total_steps": 240, "loss": 0.3617, "lr": 8.265866388350598e-06, "epoch": 4.0310077519379846, "percentage": 81.25, "elapsed_time": "17:27:34", "remaining_time": "4:01:44"}
|
| 196 |
+
{"current_steps": 196, "total_steps": 240, "loss": 0.3537, "lr": 7.915072289798247e-06, "epoch": 4.051679586563307, "percentage": 81.67, "elapsed_time": "17:32:53", "remaining_time": "3:56:21"}
|
| 197 |
+
{"current_steps": 197, "total_steps": 240, "loss": 0.3627, "lr": 7.5710653131915125e-06, "epoch": 4.072351421188631, "percentage": 82.08, "elapsed_time": "17:38:14", "remaining_time": "3:50:59"}
|
| 198 |
+
{"current_steps": 198, "total_steps": 240, "loss": 0.363, "lr": 7.233918228440324e-06, "epoch": 4.093023255813954, "percentage": 82.5, "elapsed_time": "17:43:33", "remaining_time": "3:45:36"}
|
| 199 |
+
{"current_steps": 199, "total_steps": 240, "loss": 0.3572, "lr": 6.903702354339578e-06, "epoch": 4.113695090439276, "percentage": 82.92, "elapsed_time": "17:48:52", "remaining_time": "3:40:13"}
|
| 200 |
+
{"current_steps": 200, "total_steps": 240, "loss": 0.3656, "lr": 6.58048754348255e-06, "epoch": 4.134366925064599, "percentage": 83.33, "elapsed_time": "17:54:13", "remaining_time": "3:34:50"}
|
| 201 |
+
{"current_steps": 201, "total_steps": 240, "loss": 0.357, "lr": 6.26434216748458e-06, "epoch": 4.155038759689923, "percentage": 83.75, "elapsed_time": "17:59:32", "remaining_time": "3:29:27"}
|
| 202 |
+
{"current_steps": 202, "total_steps": 240, "loss": 0.3579, "lr": 5.955333102520011e-06, "epoch": 4.1757105943152455, "percentage": 84.17, "elapsed_time": "18:04:51", "remaining_time": "3:24:04"}
|
| 203 |
+
{"current_steps": 203, "total_steps": 240, "loss": 0.3551, "lr": 5.653525715175483e-06, "epoch": 4.196382428940568, "percentage": 84.58, "elapsed_time": "18:10:10", "remaining_time": "3:18:42"}
|
| 204 |
+
{"current_steps": 204, "total_steps": 240, "loss": 0.3561, "lr": 5.358983848622452e-06, "epoch": 4.217054263565892, "percentage": 85.0, "elapsed_time": "18:15:29", "remaining_time": "3:13:19"}
|
| 205 |
+
{"current_steps": 205, "total_steps": 240, "loss": 0.3612, "lr": 5.07176980911217e-06, "epoch": 4.237726098191215, "percentage": 85.42, "elapsed_time": "18:20:49", "remaining_time": "3:07:56"}
|
| 206 |
+
{"current_steps": 206, "total_steps": 240, "loss": 0.3576, "lr": 4.791944352795561e-06, "epoch": 4.258397932816537, "percentage": 85.83, "elapsed_time": "18:26:10", "remaining_time": "3:02:34"}
|
| 207 |
+
{"current_steps": 207, "total_steps": 240, "loss": 0.3596, "lr": 4.519566672871132e-06, "epoch": 4.27906976744186, "percentage": 86.25, "elapsed_time": "18:31:32", "remaining_time": "2:57:12"}
|
| 208 |
+
{"current_steps": 208, "total_steps": 240, "loss": 0.358, "lr": 4.254694387063514e-06, "epoch": 4.299741602067184, "percentage": 86.67, "elapsed_time": "18:36:55", "remaining_time": "2:51:50"}
|
| 209 |
+
{"current_steps": 209, "total_steps": 240, "loss": 0.3532, "lr": 3.997383525435154e-06, "epoch": 4.320413436692506, "percentage": 87.08, "elapsed_time": "18:42:14", "remaining_time": "2:46:27"}
|
| 210 |
+
{"current_steps": 210, "total_steps": 240, "loss": 0.3608, "lr": 3.747688518534003e-06, "epoch": 4.341085271317829, "percentage": 87.5, "elapsed_time": "18:47:33", "remaining_time": "2:41:04"}
|
| 211 |
+
{"current_steps": 211, "total_steps": 240, "loss": 0.3521, "lr": 3.5056621858794393e-06, "epoch": 4.361757105943153, "percentage": 87.92, "elapsed_time": "18:52:52", "remaining_time": "2:35:42"}
|
| 212 |
+
{"current_steps": 212, "total_steps": 240, "loss": 0.3617, "lr": 3.2713557247890447e-06, "epoch": 4.3824289405684755, "percentage": 88.33, "elapsed_time": "18:58:17", "remaining_time": "2:30:20"}
|
| 213 |
+
{"current_steps": 213, "total_steps": 240, "loss": 0.3601, "lr": 3.0448186995485307e-06, "epoch": 4.403100775193798, "percentage": 88.75, "elapsed_time": "19:03:37", "remaining_time": "2:24:57"}
|
| 214 |
+
{"current_steps": 214, "total_steps": 240, "loss": 0.3479, "lr": 2.8260990309270987e-06, "epoch": 4.423772609819121, "percentage": 89.17, "elapsed_time": "19:08:57", "remaining_time": "2:19:35"}
|
| 215 |
+
{"current_steps": 215, "total_steps": 240, "loss": 0.3614, "lr": 2.6152429860404647e-06, "epoch": 4.444444444444445, "percentage": 89.58, "elapsed_time": "19:14:15", "remaining_time": "2:14:12"}
|
| 216 |
+
{"current_steps": 216, "total_steps": 240, "loss": 0.3561, "lr": 2.4122951685636674e-06, "epoch": 4.465116279069767, "percentage": 90.0, "elapsed_time": "19:19:35", "remaining_time": "2:08:50"}
|
| 217 |
+
{"current_steps": 217, "total_steps": 240, "loss": 0.3555, "lr": 2.217298509295813e-06, "epoch": 4.48578811369509, "percentage": 90.42, "elapsed_time": "19:24:53", "remaining_time": "2:03:28"}
|
| 218 |
+
{"current_steps": 218, "total_steps": 240, "loss": 0.3584, "lr": 2.0302942570786446e-06, "epoch": 4.506459948320414, "percentage": 90.83, "elapsed_time": "19:30:12", "remaining_time": "1:58:05"}
|
| 219 |
+
{"current_steps": 219, "total_steps": 240, "loss": 0.3581, "lr": 1.8513219700709272e-06, "epoch": 4.5271317829457365, "percentage": 91.25, "elapsed_time": "19:35:32", "remaining_time": "1:52:43"}
|
| 220 |
+
{"current_steps": 220, "total_steps": 240, "loss": 0.352, "lr": 1.6804195073804442e-06, "epoch": 4.547803617571059, "percentage": 91.67, "elapsed_time": "19:40:52", "remaining_time": "1:47:21"}
|
| 221 |
+
{"current_steps": 221, "total_steps": 240, "loss": 0.3509, "lr": 1.5176230210554744e-06, "epoch": 4.568475452196383, "percentage": 92.08, "elapsed_time": "19:46:11", "remaining_time": "1:41:58"}
|
| 222 |
+
{"current_steps": 222, "total_steps": 240, "loss": 0.3574, "lr": 1.3629669484372722e-06, "epoch": 4.589147286821706, "percentage": 92.5, "elapsed_time": "19:51:30", "remaining_time": "1:36:36"}
|
| 223 |
+
{"current_steps": 223, "total_steps": 240, "loss": 0.3569, "lr": 1.2164840048753602e-06, "epoch": 4.609819121447028, "percentage": 92.92, "elapsed_time": "19:56:49", "remaining_time": "1:31:14"}
|
| 224 |
+
{"current_steps": 224, "total_steps": 240, "loss": 0.3582, "lr": 1.0782051768070477e-06, "epoch": 4.630490956072351, "percentage": 93.33, "elapsed_time": "20:02:08", "remaining_time": "1:25:52"}
|
| 225 |
+
{"current_steps": 225, "total_steps": 240, "loss": 0.3493, "lr": 9.481597152026656e-07, "epoch": 4.651162790697675, "percentage": 93.75, "elapsed_time": "20:07:26", "remaining_time": "1:20:29"}
|
| 226 |
+
{"current_steps": 226, "total_steps": 240, "loss": 0.3533, "lr": 8.263751293779409e-07, "epoch": 4.671834625322997, "percentage": 94.17, "elapsed_time": "20:12:45", "remaining_time": "1:15:07"}
|
| 227 |
+
{"current_steps": 227, "total_steps": 240, "loss": 0.353, "lr": 7.128771811747737e-07, "epoch": 4.69250645994832, "percentage": 94.58, "elapsed_time": "20:18:04", "remaining_time": "1:09:45"}
|
| 228 |
+
{"current_steps": 228, "total_steps": 240, "loss": 0.359, "lr": 6.076898795116792e-07, "epoch": 4.713178294573644, "percentage": 95.0, "elapsed_time": "20:23:23", "remaining_time": "1:04:23"}
|
| 229 |
+
{"current_steps": 229, "total_steps": 240, "loss": 0.3548, "lr": 5.108354753050381e-07, "epoch": 4.7338501291989665, "percentage": 95.42, "elapsed_time": "20:28:41", "remaining_time": "0:59:01"}
|
| 230 |
+
{"current_steps": 230, "total_steps": 240, "loss": 0.3509, "lr": 4.223344567622212e-07, "epoch": 4.754521963824289, "percentage": 95.83, "elapsed_time": "20:34:00", "remaining_time": "0:53:39"}
|
| 231 |
+
{"current_steps": 231, "total_steps": 240, "loss": 0.3576, "lr": 3.4220554504758475e-07, "epoch": 4.775193798449612, "percentage": 96.25, "elapsed_time": "20:39:19", "remaining_time": "0:48:17"}
|
| 232 |
+
{"current_steps": 232, "total_steps": 240, "loss": 0.3591, "lr": 2.704656903222791e-07, "epoch": 4.795865633074936, "percentage": 96.67, "elapsed_time": "20:44:37", "remaining_time": "0:42:55"}
|
| 233 |
+
{"current_steps": 233, "total_steps": 240, "loss": 0.358, "lr": 2.0713006815868075e-07, "epoch": 4.816537467700258, "percentage": 97.08, "elapsed_time": "20:49:59", "remaining_time": "0:37:33"}
|
| 234 |
+
{"current_steps": 234, "total_steps": 240, "loss": 0.3586, "lr": 1.522120763301782e-07, "epoch": 4.837209302325581, "percentage": 97.5, "elapsed_time": "20:55:17", "remaining_time": "0:32:11"}
|
| 235 |
+
{"current_steps": 235, "total_steps": 240, "loss": 0.3543, "lr": 1.0572333197711005e-07, "epoch": 4.857881136950905, "percentage": 97.92, "elapsed_time": "21:00:36", "remaining_time": "0:26:49"}
|
| 236 |
+
{"current_steps": 236, "total_steps": 240, "loss": 0.3566, "lr": 6.767366914927298e-08, "epoch": 4.8785529715762275, "percentage": 98.33, "elapsed_time": "21:05:55", "remaining_time": "0:21:27"}
|
| 237 |
+
{"current_steps": 237, "total_steps": 240, "loss": 0.3561, "lr": 3.8071136725688074e-08, "epoch": 4.89922480620155, "percentage": 98.75, "elapsed_time": "21:11:14", "remaining_time": "0:16:05"}
|
| 238 |
+
{"current_steps": 238, "total_steps": 240, "loss": 0.3512, "lr": 1.6921996711976028e-08, "epoch": 4.919896640826874, "percentage": 99.17, "elapsed_time": "21:16:32", "remaining_time": "0:10:43"}
|
| 239 |
+
{"current_steps": 239, "total_steps": 240, "loss": 0.3584, "lr": 4.230722915701257e-09, "epoch": 4.940568475452197, "percentage": 99.58, "elapsed_time": "21:21:51", "remaining_time": "0:05:21"}
|
| 240 |
+
{"current_steps": 240, "total_steps": 240, "loss": 0.3541, "lr": 0.0, "epoch": 4.961240310077519, "percentage": 100.0, "elapsed_time": "21:27:10", "remaining_time": "0:00:00"}
|
| 241 |
+
{"current_steps": 240, "total_steps": 240, "epoch": 4.961240310077519, "percentage": 100.0, "elapsed_time": "21:31:24", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,1722 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 4.961240310077519,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 240,
|
| 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.020671834625323,
|
| 13 |
+
"grad_norm": 2.9160615895696287,
|
| 14 |
+
"learning_rate": 3.3333333333333333e-06,
|
| 15 |
+
"loss": 0.8883,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.041343669250646,
|
| 20 |
+
"grad_norm": 2.8580123177883006,
|
| 21 |
+
"learning_rate": 6.666666666666667e-06,
|
| 22 |
+
"loss": 0.8848,
|
| 23 |
+
"step": 2
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.06201550387596899,
|
| 27 |
+
"grad_norm": 2.7122432751897176,
|
| 28 |
+
"learning_rate": 1e-05,
|
| 29 |
+
"loss": 0.8795,
|
| 30 |
+
"step": 3
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.082687338501292,
|
| 34 |
+
"grad_norm": 1.513030205425536,
|
| 35 |
+
"learning_rate": 1.3333333333333333e-05,
|
| 36 |
+
"loss": 0.8245,
|
| 37 |
+
"step": 4
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.10335917312661498,
|
| 41 |
+
"grad_norm": 1.3443713492280498,
|
| 42 |
+
"learning_rate": 1.6666666666666667e-05,
|
| 43 |
+
"loss": 0.7893,
|
| 44 |
+
"step": 5
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.12403100775193798,
|
| 48 |
+
"grad_norm": 1.1804286091298655,
|
| 49 |
+
"learning_rate": 2e-05,
|
| 50 |
+
"loss": 0.7386,
|
| 51 |
+
"step": 6
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.14470284237726097,
|
| 55 |
+
"grad_norm": 1.4145959109105715,
|
| 56 |
+
"learning_rate": 2.3333333333333336e-05,
|
| 57 |
+
"loss": 0.7205,
|
| 58 |
+
"step": 7
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.165374677002584,
|
| 62 |
+
"grad_norm": 1.2357655230641855,
|
| 63 |
+
"learning_rate": 2.6666666666666667e-05,
|
| 64 |
+
"loss": 0.6846,
|
| 65 |
+
"step": 8
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.18604651162790697,
|
| 69 |
+
"grad_norm": 1.0044529380434546,
|
| 70 |
+
"learning_rate": 3.0000000000000004e-05,
|
| 71 |
+
"loss": 0.6703,
|
| 72 |
+
"step": 9
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.20671834625322996,
|
| 76 |
+
"grad_norm": 0.7736903323340503,
|
| 77 |
+
"learning_rate": 3.3333333333333335e-05,
|
| 78 |
+
"loss": 0.6625,
|
| 79 |
+
"step": 10
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.22739018087855298,
|
| 83 |
+
"grad_norm": 0.8691083811443499,
|
| 84 |
+
"learning_rate": 3.6666666666666666e-05,
|
| 85 |
+
"loss": 0.639,
|
| 86 |
+
"step": 11
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.24806201550387597,
|
| 90 |
+
"grad_norm": 0.7248603690109244,
|
| 91 |
+
"learning_rate": 4e-05,
|
| 92 |
+
"loss": 0.6387,
|
| 93 |
+
"step": 12
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.268733850129199,
|
| 97 |
+
"grad_norm": 0.8294236796702565,
|
| 98 |
+
"learning_rate": 4.3333333333333334e-05,
|
| 99 |
+
"loss": 0.6344,
|
| 100 |
+
"step": 13
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.28940568475452194,
|
| 104 |
+
"grad_norm": 0.5760472222889121,
|
| 105 |
+
"learning_rate": 4.666666666666667e-05,
|
| 106 |
+
"loss": 0.6157,
|
| 107 |
+
"step": 14
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.31007751937984496,
|
| 111 |
+
"grad_norm": 0.5595513798990738,
|
| 112 |
+
"learning_rate": 5e-05,
|
| 113 |
+
"loss": 0.6132,
|
| 114 |
+
"step": 15
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.330749354005168,
|
| 118 |
+
"grad_norm": 0.6094355123731108,
|
| 119 |
+
"learning_rate": 5.333333333333333e-05,
|
| 120 |
+
"loss": 0.607,
|
| 121 |
+
"step": 16
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.35142118863049093,
|
| 125 |
+
"grad_norm": 0.4550744555441343,
|
| 126 |
+
"learning_rate": 5.666666666666668e-05,
|
| 127 |
+
"loss": 0.597,
|
| 128 |
+
"step": 17
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.37209302325581395,
|
| 132 |
+
"grad_norm": 0.5503338541742518,
|
| 133 |
+
"learning_rate": 6.000000000000001e-05,
|
| 134 |
+
"loss": 0.5883,
|
| 135 |
+
"step": 18
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.39276485788113696,
|
| 139 |
+
"grad_norm": 0.38787592050569225,
|
| 140 |
+
"learning_rate": 6.333333333333333e-05,
|
| 141 |
+
"loss": 0.585,
|
| 142 |
+
"step": 19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.4134366925064599,
|
| 146 |
+
"grad_norm": 0.5311180440664859,
|
| 147 |
+
"learning_rate": 6.666666666666667e-05,
|
| 148 |
+
"loss": 0.5823,
|
| 149 |
+
"step": 20
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.43410852713178294,
|
| 153 |
+
"grad_norm": 0.5233803608939733,
|
| 154 |
+
"learning_rate": 7.000000000000001e-05,
|
| 155 |
+
"loss": 0.5826,
|
| 156 |
+
"step": 21
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.45478036175710596,
|
| 160 |
+
"grad_norm": 0.5080450227129891,
|
| 161 |
+
"learning_rate": 7.333333333333333e-05,
|
| 162 |
+
"loss": 0.5725,
|
| 163 |
+
"step": 22
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.4754521963824289,
|
| 167 |
+
"grad_norm": 0.6170489561809843,
|
| 168 |
+
"learning_rate": 7.666666666666668e-05,
|
| 169 |
+
"loss": 0.5794,
|
| 170 |
+
"step": 23
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.49612403100775193,
|
| 174 |
+
"grad_norm": 0.8492871852161974,
|
| 175 |
+
"learning_rate": 8e-05,
|
| 176 |
+
"loss": 0.5739,
|
| 177 |
+
"step": 24
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.5167958656330749,
|
| 181 |
+
"grad_norm": 1.0957049612040843,
|
| 182 |
+
"learning_rate": 7.99957692770843e-05,
|
| 183 |
+
"loss": 0.5738,
|
| 184 |
+
"step": 25
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.537467700258398,
|
| 188 |
+
"grad_norm": 1.1467346259917117,
|
| 189 |
+
"learning_rate": 7.998307800328803e-05,
|
| 190 |
+
"loss": 0.5676,
|
| 191 |
+
"step": 26
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.5581395348837209,
|
| 195 |
+
"grad_norm": 0.9479677758413664,
|
| 196 |
+
"learning_rate": 7.996192886327432e-05,
|
| 197 |
+
"loss": 0.5626,
|
| 198 |
+
"step": 27
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.5788113695090439,
|
| 202 |
+
"grad_norm": 0.645380904520113,
|
| 203 |
+
"learning_rate": 7.993232633085074e-05,
|
| 204 |
+
"loss": 0.5577,
|
| 205 |
+
"step": 28
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.599483204134367,
|
| 209 |
+
"grad_norm": 0.7182744075304529,
|
| 210 |
+
"learning_rate": 7.98942766680229e-05,
|
| 211 |
+
"loss": 0.5588,
|
| 212 |
+
"step": 29
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.6201550387596899,
|
| 216 |
+
"grad_norm": 0.5127412291089614,
|
| 217 |
+
"learning_rate": 7.984778792366983e-05,
|
| 218 |
+
"loss": 0.5576,
|
| 219 |
+
"step": 30
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.6408268733850129,
|
| 223 |
+
"grad_norm": 0.5717315410000132,
|
| 224 |
+
"learning_rate": 7.979286993184134e-05,
|
| 225 |
+
"loss": 0.5543,
|
| 226 |
+
"step": 31
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.661498708010336,
|
| 230 |
+
"grad_norm": 0.574802710774332,
|
| 231 |
+
"learning_rate": 7.972953430967773e-05,
|
| 232 |
+
"loss": 0.5546,
|
| 233 |
+
"step": 32
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.6821705426356589,
|
| 237 |
+
"grad_norm": 0.38071050250313326,
|
| 238 |
+
"learning_rate": 7.965779445495243e-05,
|
| 239 |
+
"loss": 0.5423,
|
| 240 |
+
"step": 33
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.7028423772609819,
|
| 244 |
+
"grad_norm": 0.560940638806937,
|
| 245 |
+
"learning_rate": 7.957766554323778e-05,
|
| 246 |
+
"loss": 0.5549,
|
| 247 |
+
"step": 34
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.7235142118863049,
|
| 251 |
+
"grad_norm": 0.3195456558063643,
|
| 252 |
+
"learning_rate": 7.948916452469497e-05,
|
| 253 |
+
"loss": 0.5381,
|
| 254 |
+
"step": 35
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.7441860465116279,
|
| 258 |
+
"grad_norm": 0.5120309870626497,
|
| 259 |
+
"learning_rate": 7.939231012048833e-05,
|
| 260 |
+
"loss": 0.5334,
|
| 261 |
+
"step": 36
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.7648578811369509,
|
| 265 |
+
"grad_norm": 0.41200122065705974,
|
| 266 |
+
"learning_rate": 7.928712281882523e-05,
|
| 267 |
+
"loss": 0.546,
|
| 268 |
+
"step": 37
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.7855297157622739,
|
| 272 |
+
"grad_norm": 0.34801915896030955,
|
| 273 |
+
"learning_rate": 7.917362487062207e-05,
|
| 274 |
+
"loss": 0.538,
|
| 275 |
+
"step": 38
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.8062015503875969,
|
| 279 |
+
"grad_norm": 0.4814496611227264,
|
| 280 |
+
"learning_rate": 7.905184028479734e-05,
|
| 281 |
+
"loss": 0.5395,
|
| 282 |
+
"step": 39
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.8268733850129198,
|
| 286 |
+
"grad_norm": 0.343357625146377,
|
| 287 |
+
"learning_rate": 7.892179482319297e-05,
|
| 288 |
+
"loss": 0.5351,
|
| 289 |
+
"step": 40
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.8475452196382429,
|
| 293 |
+
"grad_norm": 0.3732374596704409,
|
| 294 |
+
"learning_rate": 7.878351599512465e-05,
|
| 295 |
+
"loss": 0.5332,
|
| 296 |
+
"step": 41
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.8682170542635659,
|
| 300 |
+
"grad_norm": 0.35877511208535684,
|
| 301 |
+
"learning_rate": 7.863703305156273e-05,
|
| 302 |
+
"loss": 0.5255,
|
| 303 |
+
"step": 42
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.8888888888888888,
|
| 307 |
+
"grad_norm": 0.2718043315180321,
|
| 308 |
+
"learning_rate": 7.848237697894453e-05,
|
| 309 |
+
"loss": 0.5289,
|
| 310 |
+
"step": 43
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.9095607235142119,
|
| 314 |
+
"grad_norm": 0.3538773839345982,
|
| 315 |
+
"learning_rate": 7.831958049261956e-05,
|
| 316 |
+
"loss": 0.53,
|
| 317 |
+
"step": 44
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.9302325581395349,
|
| 321 |
+
"grad_norm": 0.23197832751573458,
|
| 322 |
+
"learning_rate": 7.814867802992907e-05,
|
| 323 |
+
"loss": 0.528,
|
| 324 |
+
"step": 45
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.9509043927648578,
|
| 328 |
+
"grad_norm": 0.3210740150407701,
|
| 329 |
+
"learning_rate": 7.796970574292136e-05,
|
| 330 |
+
"loss": 0.5281,
|
| 331 |
+
"step": 46
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.9715762273901809,
|
| 335 |
+
"grad_norm": 0.3700032416130845,
|
| 336 |
+
"learning_rate": 7.77827014907042e-05,
|
| 337 |
+
"loss": 0.5214,
|
| 338 |
+
"step": 47
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.9922480620155039,
|
| 342 |
+
"grad_norm": 0.3009183027050577,
|
| 343 |
+
"learning_rate": 7.758770483143634e-05,
|
| 344 |
+
"loss": 0.5269,
|
| 345 |
+
"step": 48
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 1.0129198966408268,
|
| 349 |
+
"grad_norm": 0.3896828923021403,
|
| 350 |
+
"learning_rate": 7.738475701395955e-05,
|
| 351 |
+
"loss": 0.5093,
|
| 352 |
+
"step": 49
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 1.0335917312661498,
|
| 356 |
+
"grad_norm": 0.543202361441145,
|
| 357 |
+
"learning_rate": 7.71739009690729e-05,
|
| 358 |
+
"loss": 0.4955,
|
| 359 |
+
"step": 50
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 1.054263565891473,
|
| 363 |
+
"grad_norm": 0.7625591010952377,
|
| 364 |
+
"learning_rate": 7.695518130045147e-05,
|
| 365 |
+
"loss": 0.4969,
|
| 366 |
+
"step": 51
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 1.074935400516796,
|
| 370 |
+
"grad_norm": 1.193784060003013,
|
| 371 |
+
"learning_rate": 7.672864427521097e-05,
|
| 372 |
+
"loss": 0.5087,
|
| 373 |
+
"step": 52
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 1.0956072351421189,
|
| 377 |
+
"grad_norm": 0.7752291239959456,
|
| 378 |
+
"learning_rate": 7.649433781412058e-05,
|
| 379 |
+
"loss": 0.5012,
|
| 380 |
+
"step": 53
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 1.1162790697674418,
|
| 384 |
+
"grad_norm": 0.6474587717802546,
|
| 385 |
+
"learning_rate": 7.625231148146601e-05,
|
| 386 |
+
"loss": 0.4947,
|
| 387 |
+
"step": 54
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 1.1369509043927648,
|
| 391 |
+
"grad_norm": 0.7738304727686638,
|
| 392 |
+
"learning_rate": 7.600261647456485e-05,
|
| 393 |
+
"loss": 0.501,
|
| 394 |
+
"step": 55
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 1.1576227390180878,
|
| 398 |
+
"grad_norm": 0.6980515832191755,
|
| 399 |
+
"learning_rate": 7.57453056129365e-05,
|
| 400 |
+
"loss": 0.4909,
|
| 401 |
+
"step": 56
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 1.178294573643411,
|
| 405 |
+
"grad_norm": 0.6004371658326068,
|
| 406 |
+
"learning_rate": 7.548043332712887e-05,
|
| 407 |
+
"loss": 0.4889,
|
| 408 |
+
"step": 57
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 1.198966408268734,
|
| 412 |
+
"grad_norm": 0.6165348115304269,
|
| 413 |
+
"learning_rate": 7.520805564720444e-05,
|
| 414 |
+
"loss": 0.4916,
|
| 415 |
+
"step": 58
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 1.2196382428940569,
|
| 419 |
+
"grad_norm": 0.6291962094809461,
|
| 420 |
+
"learning_rate": 7.492823019088785e-05,
|
| 421 |
+
"loss": 0.4876,
|
| 422 |
+
"step": 59
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 1.2403100775193798,
|
| 426 |
+
"grad_norm": 0.5151425388987184,
|
| 427 |
+
"learning_rate": 7.464101615137756e-05,
|
| 428 |
+
"loss": 0.4903,
|
| 429 |
+
"step": 60
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 1.2609819121447028,
|
| 433 |
+
"grad_norm": 0.6152043162282845,
|
| 434 |
+
"learning_rate": 7.434647428482453e-05,
|
| 435 |
+
"loss": 0.4852,
|
| 436 |
+
"step": 61
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 1.2816537467700257,
|
| 440 |
+
"grad_norm": 0.4108530991008805,
|
| 441 |
+
"learning_rate": 7.404466689747999e-05,
|
| 442 |
+
"loss": 0.4824,
|
| 443 |
+
"step": 62
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 1.302325581395349,
|
| 447 |
+
"grad_norm": 0.5619333094656168,
|
| 448 |
+
"learning_rate": 7.373565783251544e-05,
|
| 449 |
+
"loss": 0.4862,
|
| 450 |
+
"step": 63
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 1.322997416020672,
|
| 454 |
+
"grad_norm": 0.36736616896387303,
|
| 455 |
+
"learning_rate": 7.341951245651747e-05,
|
| 456 |
+
"loss": 0.4816,
|
| 457 |
+
"step": 64
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 1.3436692506459949,
|
| 461 |
+
"grad_norm": 0.5007899896930137,
|
| 462 |
+
"learning_rate": 7.309629764566042e-05,
|
| 463 |
+
"loss": 0.4849,
|
| 464 |
+
"step": 65
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 1.3643410852713178,
|
| 468 |
+
"grad_norm": 0.3567245531783105,
|
| 469 |
+
"learning_rate": 7.276608177155968e-05,
|
| 470 |
+
"loss": 0.4806,
|
| 471 |
+
"step": 66
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 1.3850129198966408,
|
| 475 |
+
"grad_norm": 0.4042585004384195,
|
| 476 |
+
"learning_rate": 7.242893468680849e-05,
|
| 477 |
+
"loss": 0.479,
|
| 478 |
+
"step": 67
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 1.405684754521964,
|
| 482 |
+
"grad_norm": 0.3071251372629263,
|
| 483 |
+
"learning_rate": 7.208492771020176e-05,
|
| 484 |
+
"loss": 0.4708,
|
| 485 |
+
"step": 68
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 1.4263565891472867,
|
| 489 |
+
"grad_norm": 0.3178098545746679,
|
| 490 |
+
"learning_rate": 7.173413361164941e-05,
|
| 491 |
+
"loss": 0.4743,
|
| 492 |
+
"step": 69
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 1.4470284237726099,
|
| 496 |
+
"grad_norm": 0.32791656769788197,
|
| 497 |
+
"learning_rate": 7.137662659678303e-05,
|
| 498 |
+
"loss": 0.479,
|
| 499 |
+
"step": 70
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 1.4677002583979328,
|
| 503 |
+
"grad_norm": 0.31073048837177464,
|
| 504 |
+
"learning_rate": 7.101248229125864e-05,
|
| 505 |
+
"loss": 0.4748,
|
| 506 |
+
"step": 71
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 1.4883720930232558,
|
| 510 |
+
"grad_norm": 0.23092670638656684,
|
| 511 |
+
"learning_rate": 7.064177772475912e-05,
|
| 512 |
+
"loss": 0.483,
|
| 513 |
+
"step": 72
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 1.509043927648579,
|
| 517 |
+
"grad_norm": 0.29202717623796903,
|
| 518 |
+
"learning_rate": 7.026459131469972e-05,
|
| 519 |
+
"loss": 0.4806,
|
| 520 |
+
"step": 73
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 1.5297157622739017,
|
| 524 |
+
"grad_norm": 0.24757644213273783,
|
| 525 |
+
"learning_rate": 6.988100284963985e-05,
|
| 526 |
+
"loss": 0.4758,
|
| 527 |
+
"step": 74
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 1.550387596899225,
|
| 531 |
+
"grad_norm": 0.21393996054013467,
|
| 532 |
+
"learning_rate": 6.949109347240496e-05,
|
| 533 |
+
"loss": 0.478,
|
| 534 |
+
"step": 75
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 1.5710594315245479,
|
| 538 |
+
"grad_norm": 0.21940059670661766,
|
| 539 |
+
"learning_rate": 6.909494566292195e-05,
|
| 540 |
+
"loss": 0.4794,
|
| 541 |
+
"step": 76
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 1.5917312661498708,
|
| 545 |
+
"grad_norm": 0.25120510290065323,
|
| 546 |
+
"learning_rate": 6.869264322077158e-05,
|
| 547 |
+
"loss": 0.4741,
|
| 548 |
+
"step": 77
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 1.6124031007751938,
|
| 552 |
+
"grad_norm": 0.26922385323839254,
|
| 553 |
+
"learning_rate": 6.828427124746191e-05,
|
| 554 |
+
"loss": 0.4719,
|
| 555 |
+
"step": 78
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 1.6330749354005167,
|
| 559 |
+
"grad_norm": 0.20344576961977537,
|
| 560 |
+
"learning_rate": 6.786991612842621e-05,
|
| 561 |
+
"loss": 0.4778,
|
| 562 |
+
"step": 79
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 1.65374677002584,
|
| 566 |
+
"grad_norm": 0.22604786354074988,
|
| 567 |
+
"learning_rate": 6.744966551474936e-05,
|
| 568 |
+
"loss": 0.4761,
|
| 569 |
+
"step": 80
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 1.6744186046511627,
|
| 573 |
+
"grad_norm": 0.18625757521916195,
|
| 574 |
+
"learning_rate": 6.702360830462642e-05,
|
| 575 |
+
"loss": 0.475,
|
| 576 |
+
"step": 81
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 1.6950904392764858,
|
| 580 |
+
"grad_norm": 0.20462391670532523,
|
| 581 |
+
"learning_rate": 6.659183462455751e-05,
|
| 582 |
+
"loss": 0.4752,
|
| 583 |
+
"step": 82
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 1.7157622739018088,
|
| 587 |
+
"grad_norm": 0.18546909132461142,
|
| 588 |
+
"learning_rate": 6.615443581028279e-05,
|
| 589 |
+
"loss": 0.4773,
|
| 590 |
+
"step": 83
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 1.7364341085271318,
|
| 594 |
+
"grad_norm": 0.18510363335943614,
|
| 595 |
+
"learning_rate": 6.571150438746157e-05,
|
| 596 |
+
"loss": 0.4695,
|
| 597 |
+
"step": 84
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 1.757105943152455,
|
| 601 |
+
"grad_norm": 0.15034980115459998,
|
| 602 |
+
"learning_rate": 6.526313405209991e-05,
|
| 603 |
+
"loss": 0.4663,
|
| 604 |
+
"step": 85
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 1.7777777777777777,
|
| 608 |
+
"grad_norm": 0.19615925097698703,
|
| 609 |
+
"learning_rate": 6.480941965073041e-05,
|
| 610 |
+
"loss": 0.4749,
|
| 611 |
+
"step": 86
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 1.7984496124031009,
|
| 615 |
+
"grad_norm": 0.2654011493760909,
|
| 616 |
+
"learning_rate": 6.435045716034883e-05,
|
| 617 |
+
"loss": 0.4736,
|
| 618 |
+
"step": 87
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 1.8191214470284238,
|
| 622 |
+
"grad_norm": 0.3111773040871724,
|
| 623 |
+
"learning_rate": 6.388634366811146e-05,
|
| 624 |
+
"loss": 0.4708,
|
| 625 |
+
"step": 88
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 1.8397932816537468,
|
| 629 |
+
"grad_norm": 0.36927812675111354,
|
| 630 |
+
"learning_rate": 6.341717735079763e-05,
|
| 631 |
+
"loss": 0.4752,
|
| 632 |
+
"step": 89
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 1.8604651162790697,
|
| 636 |
+
"grad_norm": 0.4160789587496509,
|
| 637 |
+
"learning_rate": 6.294305745404185e-05,
|
| 638 |
+
"loss": 0.4754,
|
| 639 |
+
"step": 90
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 1.8811369509043927,
|
| 643 |
+
"grad_norm": 0.3977585119965555,
|
| 644 |
+
"learning_rate": 6.246408427133972e-05,
|
| 645 |
+
"loss": 0.4786,
|
| 646 |
+
"step": 91
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 1.9018087855297159,
|
| 650 |
+
"grad_norm": 0.3516911724442998,
|
| 651 |
+
"learning_rate": 6.198035912283225e-05,
|
| 652 |
+
"loss": 0.481,
|
| 653 |
+
"step": 92
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 1.9224806201550386,
|
| 657 |
+
"grad_norm": 0.293513841505873,
|
| 658 |
+
"learning_rate": 6.149198433387297e-05,
|
| 659 |
+
"loss": 0.4729,
|
| 660 |
+
"step": 93
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 1.9431524547803618,
|
| 664 |
+
"grad_norm": 0.2731022151882442,
|
| 665 |
+
"learning_rate": 6.099906321338241e-05,
|
| 666 |
+
"loss": 0.4741,
|
| 667 |
+
"step": 94
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 1.9638242894056848,
|
| 671 |
+
"grad_norm": 0.35410712723586696,
|
| 672 |
+
"learning_rate": 6.0501700031994613e-05,
|
| 673 |
+
"loss": 0.474,
|
| 674 |
+
"step": 95
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 1.9844961240310077,
|
| 678 |
+
"grad_norm": 0.4538676453325634,
|
| 679 |
+
"learning_rate": 6.000000000000001e-05,
|
| 680 |
+
"loss": 0.4739,
|
| 681 |
+
"step": 96
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 2.005167958656331,
|
| 685 |
+
"grad_norm": 0.46816594534216643,
|
| 686 |
+
"learning_rate": 5.94940692450897e-05,
|
| 687 |
+
"loss": 0.4659,
|
| 688 |
+
"step": 97
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 2.0258397932816536,
|
| 692 |
+
"grad_norm": 0.3490457312607184,
|
| 693 |
+
"learning_rate": 5.8984014789905625e-05,
|
| 694 |
+
"loss": 0.4321,
|
| 695 |
+
"step": 98
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 2.046511627906977,
|
| 699 |
+
"grad_norm": 0.3313437102668528,
|
| 700 |
+
"learning_rate": 5.846994452940137e-05,
|
| 701 |
+
"loss": 0.4324,
|
| 702 |
+
"step": 99
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 2.0671834625322996,
|
| 706 |
+
"grad_norm": 0.4268324278027606,
|
| 707 |
+
"learning_rate": 5.79519672080185e-05,
|
| 708 |
+
"loss": 0.4343,
|
| 709 |
+
"step": 100
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 2.0878552971576227,
|
| 713 |
+
"grad_norm": 0.46532373355417445,
|
| 714 |
+
"learning_rate": 5.743019239668318e-05,
|
| 715 |
+
"loss": 0.4348,
|
| 716 |
+
"step": 101
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 2.108527131782946,
|
| 720 |
+
"grad_norm": 0.3656350937833029,
|
| 721 |
+
"learning_rate": 5.6904730469627985e-05,
|
| 722 |
+
"loss": 0.4287,
|
| 723 |
+
"step": 102
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 2.1291989664082687,
|
| 727 |
+
"grad_norm": 0.341576849989435,
|
| 728 |
+
"learning_rate": 5.6375692581043705e-05,
|
| 729 |
+
"loss": 0.4256,
|
| 730 |
+
"step": 103
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 2.149870801033592,
|
| 734 |
+
"grad_norm": 0.3435636006449175,
|
| 735 |
+
"learning_rate": 5.584319064156628e-05,
|
| 736 |
+
"loss": 0.4255,
|
| 737 |
+
"step": 104
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 2.1705426356589146,
|
| 741 |
+
"grad_norm": 0.3674851087079681,
|
| 742 |
+
"learning_rate": 5.5307337294603595e-05,
|
| 743 |
+
"loss": 0.4297,
|
| 744 |
+
"step": 105
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 2.1912144702842378,
|
| 748 |
+
"grad_norm": 0.25757942003867124,
|
| 749 |
+
"learning_rate": 5.476824589250738e-05,
|
| 750 |
+
"loss": 0.4265,
|
| 751 |
+
"step": 106
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 2.2118863049095605,
|
| 755 |
+
"grad_norm": 0.29319082903907967,
|
| 756 |
+
"learning_rate": 5.4226030472595075e-05,
|
| 757 |
+
"loss": 0.4273,
|
| 758 |
+
"step": 107
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 2.2325581395348837,
|
| 762 |
+
"grad_norm": 0.30912735428671423,
|
| 763 |
+
"learning_rate": 5.368080573302676e-05,
|
| 764 |
+
"loss": 0.4274,
|
| 765 |
+
"step": 108
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 2.253229974160207,
|
| 769 |
+
"grad_norm": 0.2946112564630265,
|
| 770 |
+
"learning_rate": 5.3132687008542454e-05,
|
| 771 |
+
"loss": 0.4266,
|
| 772 |
+
"step": 109
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 2.2739018087855296,
|
| 776 |
+
"grad_norm": 0.24956667963282786,
|
| 777 |
+
"learning_rate": 5.258179024606455e-05,
|
| 778 |
+
"loss": 0.4233,
|
| 779 |
+
"step": 110
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 2.294573643410853,
|
| 783 |
+
"grad_norm": 0.24495972859727833,
|
| 784 |
+
"learning_rate": 5.202823198017092e-05,
|
| 785 |
+
"loss": 0.4201,
|
| 786 |
+
"step": 111
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 2.3152454780361755,
|
| 790 |
+
"grad_norm": 0.25189356412883607,
|
| 791 |
+
"learning_rate": 5.1472129308443616e-05,
|
| 792 |
+
"loss": 0.4281,
|
| 793 |
+
"step": 112
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 2.3359173126614987,
|
| 797 |
+
"grad_norm": 0.24882897366306153,
|
| 798 |
+
"learning_rate": 5.091359986669845e-05,
|
| 799 |
+
"loss": 0.4275,
|
| 800 |
+
"step": 113
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 2.356589147286822,
|
| 804 |
+
"grad_norm": 0.2505341488622872,
|
| 805 |
+
"learning_rate": 5.0352761804100835e-05,
|
| 806 |
+
"loss": 0.4244,
|
| 807 |
+
"step": 114
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 2.3772609819121446,
|
| 811 |
+
"grad_norm": 0.23709144675798577,
|
| 812 |
+
"learning_rate": 4.9789733758172956e-05,
|
| 813 |
+
"loss": 0.4233,
|
| 814 |
+
"step": 115
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 2.397932816537468,
|
| 818 |
+
"grad_norm": 0.22216591251943948,
|
| 819 |
+
"learning_rate": 4.922463482969761e-05,
|
| 820 |
+
"loss": 0.4257,
|
| 821 |
+
"step": 116
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 2.4186046511627906,
|
| 825 |
+
"grad_norm": 0.2485822812049657,
|
| 826 |
+
"learning_rate": 4.8657584557524116e-05,
|
| 827 |
+
"loss": 0.4238,
|
| 828 |
+
"step": 117
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 2.4392764857881137,
|
| 832 |
+
"grad_norm": 0.20581013393206954,
|
| 833 |
+
"learning_rate": 4.808870289328153e-05,
|
| 834 |
+
"loss": 0.4237,
|
| 835 |
+
"step": 118
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 2.459948320413437,
|
| 839 |
+
"grad_norm": 0.2683694988919976,
|
| 840 |
+
"learning_rate": 4.751811017600448e-05,
|
| 841 |
+
"loss": 0.428,
|
| 842 |
+
"step": 119
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 2.4806201550387597,
|
| 846 |
+
"grad_norm": 0.2732119282896145,
|
| 847 |
+
"learning_rate": 4.694592710667723e-05,
|
| 848 |
+
"loss": 0.4177,
|
| 849 |
+
"step": 120
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 2.501291989664083,
|
| 853 |
+
"grad_norm": 0.16985653465966316,
|
| 854 |
+
"learning_rate": 4.637227472270091e-05,
|
| 855 |
+
"loss": 0.4212,
|
| 856 |
+
"step": 121
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 2.5219638242894056,
|
| 860 |
+
"grad_norm": 0.24083993805158754,
|
| 861 |
+
"learning_rate": 4.579727437228987e-05,
|
| 862 |
+
"loss": 0.4259,
|
| 863 |
+
"step": 122
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 2.5426356589147288,
|
| 867 |
+
"grad_norm": 0.19049366411569346,
|
| 868 |
+
"learning_rate": 4.522104768880208e-05,
|
| 869 |
+
"loss": 0.4237,
|
| 870 |
+
"step": 123
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 2.5633074935400515,
|
| 874 |
+
"grad_norm": 0.18921694866288802,
|
| 875 |
+
"learning_rate": 4.464371656500921e-05,
|
| 876 |
+
"loss": 0.4162,
|
| 877 |
+
"step": 124
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 2.5839793281653747,
|
| 881 |
+
"grad_norm": 0.11515867618528139,
|
| 882 |
+
"learning_rate": 4.406540312731208e-05,
|
| 883 |
+
"loss": 0.4245,
|
| 884 |
+
"step": 125
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 2.604651162790698,
|
| 888 |
+
"grad_norm": 0.16805334717409715,
|
| 889 |
+
"learning_rate": 4.348622970990634e-05,
|
| 890 |
+
"loss": 0.4244,
|
| 891 |
+
"step": 126
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 2.6253229974160206,
|
| 895 |
+
"grad_norm": 0.14624332678173066,
|
| 896 |
+
"learning_rate": 4.290631882890443e-05,
|
| 897 |
+
"loss": 0.4206,
|
| 898 |
+
"step": 127
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 2.645994832041344,
|
| 902 |
+
"grad_norm": 0.1226966632599885,
|
| 903 |
+
"learning_rate": 4.2325793156419035e-05,
|
| 904 |
+
"loss": 0.422,
|
| 905 |
+
"step": 128
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 2.6666666666666665,
|
| 909 |
+
"grad_norm": 0.12200828138561001,
|
| 910 |
+
"learning_rate": 4.174477549461345e-05,
|
| 911 |
+
"loss": 0.4234,
|
| 912 |
+
"step": 129
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 2.6873385012919897,
|
| 916 |
+
"grad_norm": 0.13700653705541546,
|
| 917 |
+
"learning_rate": 4.116338874972446e-05,
|
| 918 |
+
"loss": 0.4232,
|
| 919 |
+
"step": 130
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 2.7080103359173124,
|
| 923 |
+
"grad_norm": 0.11557203582812532,
|
| 924 |
+
"learning_rate": 4.058175590606332e-05,
|
| 925 |
+
"loss": 0.4218,
|
| 926 |
+
"step": 131
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 2.7286821705426356,
|
| 930 |
+
"grad_norm": 0.11956605011466209,
|
| 931 |
+
"learning_rate": 4e-05,
|
| 932 |
+
"loss": 0.4252,
|
| 933 |
+
"step": 132
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 2.749354005167959,
|
| 937 |
+
"grad_norm": 0.10473648355726717,
|
| 938 |
+
"learning_rate": 3.9418244093936694e-05,
|
| 939 |
+
"loss": 0.4204,
|
| 940 |
+
"step": 133
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 2.7700258397932815,
|
| 944 |
+
"grad_norm": 0.1186616842930409,
|
| 945 |
+
"learning_rate": 3.8836611250275546e-05,
|
| 946 |
+
"loss": 0.4241,
|
| 947 |
+
"step": 134
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 2.7906976744186047,
|
| 951 |
+
"grad_norm": 0.10525513152325092,
|
| 952 |
+
"learning_rate": 3.825522450538657e-05,
|
| 953 |
+
"loss": 0.4275,
|
| 954 |
+
"step": 135
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 2.811369509043928,
|
| 958 |
+
"grad_norm": 0.11453121919183189,
|
| 959 |
+
"learning_rate": 3.767420684358097e-05,
|
| 960 |
+
"loss": 0.4213,
|
| 961 |
+
"step": 136
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 2.8320413436692506,
|
| 965 |
+
"grad_norm": 0.09206489385884514,
|
| 966 |
+
"learning_rate": 3.709368117109558e-05,
|
| 967 |
+
"loss": 0.4234,
|
| 968 |
+
"step": 137
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 2.8527131782945734,
|
| 972 |
+
"grad_norm": 0.118433918645971,
|
| 973 |
+
"learning_rate": 3.6513770290093674e-05,
|
| 974 |
+
"loss": 0.4242,
|
| 975 |
+
"step": 138
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 2.8733850129198966,
|
| 979 |
+
"grad_norm": 0.0943985454829677,
|
| 980 |
+
"learning_rate": 3.5934596872687924e-05,
|
| 981 |
+
"loss": 0.4225,
|
| 982 |
+
"step": 139
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 2.8940568475452197,
|
| 986 |
+
"grad_norm": 0.11050468674335369,
|
| 987 |
+
"learning_rate": 3.535628343499079e-05,
|
| 988 |
+
"loss": 0.4193,
|
| 989 |
+
"step": 140
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 2.9147286821705425,
|
| 993 |
+
"grad_norm": 0.09949452607563593,
|
| 994 |
+
"learning_rate": 3.477895231119795e-05,
|
| 995 |
+
"loss": 0.429,
|
| 996 |
+
"step": 141
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 2.9354005167958657,
|
| 1000 |
+
"grad_norm": 0.1106090290134035,
|
| 1001 |
+
"learning_rate": 3.4202725627710136e-05,
|
| 1002 |
+
"loss": 0.4244,
|
| 1003 |
+
"step": 142
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 2.956072351421189,
|
| 1007 |
+
"grad_norm": 0.12048140894086738,
|
| 1008 |
+
"learning_rate": 3.3627725277299103e-05,
|
| 1009 |
+
"loss": 0.4178,
|
| 1010 |
+
"step": 143
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 2.9767441860465116,
|
| 1014 |
+
"grad_norm": 0.09941200224739741,
|
| 1015 |
+
"learning_rate": 3.305407289332279e-05,
|
| 1016 |
+
"loss": 0.4193,
|
| 1017 |
+
"step": 144
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 2.9974160206718348,
|
| 1021 |
+
"grad_norm": 0.11191324212004439,
|
| 1022 |
+
"learning_rate": 3.248188982399553e-05,
|
| 1023 |
+
"loss": 0.4268,
|
| 1024 |
+
"step": 145
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 3.0180878552971575,
|
| 1028 |
+
"grad_norm": 0.1927802146617283,
|
| 1029 |
+
"learning_rate": 3.191129710671849e-05,
|
| 1030 |
+
"loss": 0.3943,
|
| 1031 |
+
"step": 146
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 3.0387596899224807,
|
| 1035 |
+
"grad_norm": 0.13601769681186723,
|
| 1036 |
+
"learning_rate": 3.134241544247589e-05,
|
| 1037 |
+
"loss": 0.3843,
|
| 1038 |
+
"step": 147
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 3.0594315245478034,
|
| 1042 |
+
"grad_norm": 0.18128467277952806,
|
| 1043 |
+
"learning_rate": 3.07753651703024e-05,
|
| 1044 |
+
"loss": 0.3875,
|
| 1045 |
+
"step": 148
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 3.0801033591731266,
|
| 1049 |
+
"grad_norm": 0.22945154955579947,
|
| 1050 |
+
"learning_rate": 3.0210266241827047e-05,
|
| 1051 |
+
"loss": 0.3807,
|
| 1052 |
+
"step": 149
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 3.10077519379845,
|
| 1056 |
+
"grad_norm": 0.16654454526224097,
|
| 1057 |
+
"learning_rate": 2.9647238195899168e-05,
|
| 1058 |
+
"loss": 0.3838,
|
| 1059 |
+
"step": 150
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 3.1214470284237725,
|
| 1063 |
+
"grad_norm": 0.22750866213777649,
|
| 1064 |
+
"learning_rate": 2.9086400133301573e-05,
|
| 1065 |
+
"loss": 0.3751,
|
| 1066 |
+
"step": 151
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 3.1421188630490957,
|
| 1070 |
+
"grad_norm": 0.17973030546542432,
|
| 1071 |
+
"learning_rate": 2.8527870691556404e-05,
|
| 1072 |
+
"loss": 0.3826,
|
| 1073 |
+
"step": 152
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 3.1627906976744184,
|
| 1077 |
+
"grad_norm": 0.17029401369958916,
|
| 1078 |
+
"learning_rate": 2.7971768019829083e-05,
|
| 1079 |
+
"loss": 0.3804,
|
| 1080 |
+
"step": 153
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 3.1834625322997416,
|
| 1084 |
+
"grad_norm": 0.1852119301785162,
|
| 1085 |
+
"learning_rate": 2.7418209753935464e-05,
|
| 1086 |
+
"loss": 0.3806,
|
| 1087 |
+
"step": 154
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 3.2041343669250644,
|
| 1091 |
+
"grad_norm": 0.14136299318153245,
|
| 1092 |
+
"learning_rate": 2.6867312991457563e-05,
|
| 1093 |
+
"loss": 0.3806,
|
| 1094 |
+
"step": 155
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 3.2248062015503876,
|
| 1098 |
+
"grad_norm": 0.16072645831339827,
|
| 1099 |
+
"learning_rate": 2.6319194266973256e-05,
|
| 1100 |
+
"loss": 0.3813,
|
| 1101 |
+
"step": 156
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 3.2454780361757107,
|
| 1105 |
+
"grad_norm": 0.13278616146506314,
|
| 1106 |
+
"learning_rate": 2.577396952740495e-05,
|
| 1107 |
+
"loss": 0.3838,
|
| 1108 |
+
"step": 157
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 3.2661498708010335,
|
| 1112 |
+
"grad_norm": 0.14768004119760159,
|
| 1113 |
+
"learning_rate": 2.523175410749263e-05,
|
| 1114 |
+
"loss": 0.379,
|
| 1115 |
+
"step": 158
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"epoch": 3.2868217054263567,
|
| 1119 |
+
"grad_norm": 0.12905452066326767,
|
| 1120 |
+
"learning_rate": 2.4692662705396412e-05,
|
| 1121 |
+
"loss": 0.3798,
|
| 1122 |
+
"step": 159
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"epoch": 3.3074935400516794,
|
| 1126 |
+
"grad_norm": 0.12981775553641342,
|
| 1127 |
+
"learning_rate": 2.4156809358433728e-05,
|
| 1128 |
+
"loss": 0.3829,
|
| 1129 |
+
"step": 160
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"epoch": 3.3281653746770026,
|
| 1133 |
+
"grad_norm": 0.11735923882875593,
|
| 1134 |
+
"learning_rate": 2.3624307418956298e-05,
|
| 1135 |
+
"loss": 0.3854,
|
| 1136 |
+
"step": 161
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"epoch": 3.3488372093023258,
|
| 1140 |
+
"grad_norm": 0.1094304758715909,
|
| 1141 |
+
"learning_rate": 2.3095269530372032e-05,
|
| 1142 |
+
"loss": 0.3846,
|
| 1143 |
+
"step": 162
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 3.3695090439276485,
|
| 1147 |
+
"grad_norm": 0.12552108042358762,
|
| 1148 |
+
"learning_rate": 2.2569807603316836e-05,
|
| 1149 |
+
"loss": 0.3799,
|
| 1150 |
+
"step": 163
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"epoch": 3.3901808785529717,
|
| 1154 |
+
"grad_norm": 0.09960480491775725,
|
| 1155 |
+
"learning_rate": 2.2048032791981515e-05,
|
| 1156 |
+
"loss": 0.3816,
|
| 1157 |
+
"step": 164
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 3.4108527131782944,
|
| 1161 |
+
"grad_norm": 0.13048633977534593,
|
| 1162 |
+
"learning_rate": 2.1530055470598654e-05,
|
| 1163 |
+
"loss": 0.3805,
|
| 1164 |
+
"step": 165
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 3.4315245478036176,
|
| 1168 |
+
"grad_norm": 0.10265331283268403,
|
| 1169 |
+
"learning_rate": 2.1015985210094385e-05,
|
| 1170 |
+
"loss": 0.3838,
|
| 1171 |
+
"step": 166
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"epoch": 3.452196382428941,
|
| 1175 |
+
"grad_norm": 0.12636258686674082,
|
| 1176 |
+
"learning_rate": 2.050593075491031e-05,
|
| 1177 |
+
"loss": 0.3796,
|
| 1178 |
+
"step": 167
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"epoch": 3.4728682170542635,
|
| 1182 |
+
"grad_norm": 0.09627358297975736,
|
| 1183 |
+
"learning_rate": 2.0000000000000012e-05,
|
| 1184 |
+
"loss": 0.382,
|
| 1185 |
+
"step": 168
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"epoch": 3.4935400516795867,
|
| 1189 |
+
"grad_norm": 0.10144594851320451,
|
| 1190 |
+
"learning_rate": 1.9498299968005393e-05,
|
| 1191 |
+
"loss": 0.376,
|
| 1192 |
+
"step": 169
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"epoch": 3.5142118863049094,
|
| 1196 |
+
"grad_norm": 0.09960892836011123,
|
| 1197 |
+
"learning_rate": 1.90009367866176e-05,
|
| 1198 |
+
"loss": 0.3828,
|
| 1199 |
+
"step": 170
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"epoch": 3.5348837209302326,
|
| 1203 |
+
"grad_norm": 0.08649589297067169,
|
| 1204 |
+
"learning_rate": 1.8508015666127043e-05,
|
| 1205 |
+
"loss": 0.3827,
|
| 1206 |
+
"step": 171
|
| 1207 |
+
},
|
| 1208 |
+
{
|
| 1209 |
+
"epoch": 3.5555555555555554,
|
| 1210 |
+
"grad_norm": 0.10384196159292765,
|
| 1211 |
+
"learning_rate": 1.8019640877167763e-05,
|
| 1212 |
+
"loss": 0.3839,
|
| 1213 |
+
"step": 172
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"epoch": 3.5762273901808785,
|
| 1217 |
+
"grad_norm": 0.08656341678898698,
|
| 1218 |
+
"learning_rate": 1.753591572866029e-05,
|
| 1219 |
+
"loss": 0.375,
|
| 1220 |
+
"step": 173
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 3.5968992248062017,
|
| 1224 |
+
"grad_norm": 0.08511926948170766,
|
| 1225 |
+
"learning_rate": 1.7056942545958167e-05,
|
| 1226 |
+
"loss": 0.3804,
|
| 1227 |
+
"step": 174
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"epoch": 3.6175710594315245,
|
| 1231 |
+
"grad_norm": 0.09259550643790064,
|
| 1232 |
+
"learning_rate": 1.6582822649202382e-05,
|
| 1233 |
+
"loss": 0.3835,
|
| 1234 |
+
"step": 175
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 3.6382428940568476,
|
| 1238 |
+
"grad_norm": 0.08328195157299345,
|
| 1239 |
+
"learning_rate": 1.6113656331888563e-05,
|
| 1240 |
+
"loss": 0.3807,
|
| 1241 |
+
"step": 176
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 3.6589147286821704,
|
| 1245 |
+
"grad_norm": 0.08877299434086175,
|
| 1246 |
+
"learning_rate": 1.5649542839651175e-05,
|
| 1247 |
+
"loss": 0.3764,
|
| 1248 |
+
"step": 177
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 3.6795865633074936,
|
| 1252 |
+
"grad_norm": 0.08380640318280198,
|
| 1253 |
+
"learning_rate": 1.5190580349269604e-05,
|
| 1254 |
+
"loss": 0.3804,
|
| 1255 |
+
"step": 178
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"epoch": 3.7002583979328163,
|
| 1259 |
+
"grad_norm": 0.07699776373434924,
|
| 1260 |
+
"learning_rate": 1.4736865947900106e-05,
|
| 1261 |
+
"loss": 0.3796,
|
| 1262 |
+
"step": 179
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 3.7209302325581395,
|
| 1266 |
+
"grad_norm": 0.09256081817751462,
|
| 1267 |
+
"learning_rate": 1.4288495612538427e-05,
|
| 1268 |
+
"loss": 0.3797,
|
| 1269 |
+
"step": 180
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 3.7416020671834627,
|
| 1273 |
+
"grad_norm": 0.08359373379077649,
|
| 1274 |
+
"learning_rate": 1.3845564189717218e-05,
|
| 1275 |
+
"loss": 0.3745,
|
| 1276 |
+
"step": 181
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"epoch": 3.7622739018087854,
|
| 1280 |
+
"grad_norm": 0.08520678172410531,
|
| 1281 |
+
"learning_rate": 1.3408165375442486e-05,
|
| 1282 |
+
"loss": 0.383,
|
| 1283 |
+
"step": 182
|
| 1284 |
+
},
|
| 1285 |
+
{
|
| 1286 |
+
"epoch": 3.7829457364341086,
|
| 1287 |
+
"grad_norm": 0.09122883357806844,
|
| 1288 |
+
"learning_rate": 1.297639169537359e-05,
|
| 1289 |
+
"loss": 0.3795,
|
| 1290 |
+
"step": 183
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"epoch": 3.8036175710594318,
|
| 1294 |
+
"grad_norm": 0.0779176471928561,
|
| 1295 |
+
"learning_rate": 1.2550334485250661e-05,
|
| 1296 |
+
"loss": 0.3825,
|
| 1297 |
+
"step": 184
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 3.8242894056847545,
|
| 1301 |
+
"grad_norm": 0.08154088851689886,
|
| 1302 |
+
"learning_rate": 1.2130083871573812e-05,
|
| 1303 |
+
"loss": 0.3814,
|
| 1304 |
+
"step": 185
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"epoch": 3.8449612403100772,
|
| 1308 |
+
"grad_norm": 0.10166515233750176,
|
| 1309 |
+
"learning_rate": 1.1715728752538103e-05,
|
| 1310 |
+
"loss": 0.3763,
|
| 1311 |
+
"step": 186
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"epoch": 3.8656330749354004,
|
| 1315 |
+
"grad_norm": 0.07978891816708118,
|
| 1316 |
+
"learning_rate": 1.130735677922842e-05,
|
| 1317 |
+
"loss": 0.382,
|
| 1318 |
+
"step": 187
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"epoch": 3.8863049095607236,
|
| 1322 |
+
"grad_norm": 0.08247932494598004,
|
| 1323 |
+
"learning_rate": 1.0905054337078051e-05,
|
| 1324 |
+
"loss": 0.3816,
|
| 1325 |
+
"step": 188
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"epoch": 3.9069767441860463,
|
| 1329 |
+
"grad_norm": 0.08617393492477488,
|
| 1330 |
+
"learning_rate": 1.0508906527595042e-05,
|
| 1331 |
+
"loss": 0.3758,
|
| 1332 |
+
"step": 189
|
| 1333 |
+
},
|
| 1334 |
+
{
|
| 1335 |
+
"epoch": 3.9276485788113695,
|
| 1336 |
+
"grad_norm": 0.07076644296330604,
|
| 1337 |
+
"learning_rate": 1.0118997150360169e-05,
|
| 1338 |
+
"loss": 0.3822,
|
| 1339 |
+
"step": 190
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"epoch": 3.9483204134366927,
|
| 1343 |
+
"grad_norm": 0.07065814361505379,
|
| 1344 |
+
"learning_rate": 9.735408685300287e-06,
|
| 1345 |
+
"loss": 0.3826,
|
| 1346 |
+
"step": 191
|
| 1347 |
+
},
|
| 1348 |
+
{
|
| 1349 |
+
"epoch": 3.9689922480620154,
|
| 1350 |
+
"grad_norm": 0.08938154240197935,
|
| 1351 |
+
"learning_rate": 9.358222275240884e-06,
|
| 1352 |
+
"loss": 0.3828,
|
| 1353 |
+
"step": 192
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"epoch": 3.9896640826873386,
|
| 1357 |
+
"grad_norm": 0.07941435941658158,
|
| 1358 |
+
"learning_rate": 8.987517708741364e-06,
|
| 1359 |
+
"loss": 0.378,
|
| 1360 |
+
"step": 193
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"epoch": 4.010335917312662,
|
| 1364 |
+
"grad_norm": 0.09711457338727685,
|
| 1365 |
+
"learning_rate": 8.623373403216972e-06,
|
| 1366 |
+
"loss": 0.3677,
|
| 1367 |
+
"step": 194
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 4.0310077519379846,
|
| 1371 |
+
"grad_norm": 0.13105925666440368,
|
| 1372 |
+
"learning_rate": 8.265866388350598e-06,
|
| 1373 |
+
"loss": 0.3617,
|
| 1374 |
+
"step": 195
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 4.051679586563307,
|
| 1378 |
+
"grad_norm": 0.08933195191567478,
|
| 1379 |
+
"learning_rate": 7.915072289798247e-06,
|
| 1380 |
+
"loss": 0.3537,
|
| 1381 |
+
"step": 196
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"epoch": 4.072351421188631,
|
| 1385 |
+
"grad_norm": 0.08419493114811873,
|
| 1386 |
+
"learning_rate": 7.5710653131915125e-06,
|
| 1387 |
+
"loss": 0.3627,
|
| 1388 |
+
"step": 197
|
| 1389 |
+
},
|
| 1390 |
+
{
|
| 1391 |
+
"epoch": 4.093023255813954,
|
| 1392 |
+
"grad_norm": 0.09855757707090335,
|
| 1393 |
+
"learning_rate": 7.233918228440324e-06,
|
| 1394 |
+
"loss": 0.363,
|
| 1395 |
+
"step": 198
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"epoch": 4.113695090439276,
|
| 1399 |
+
"grad_norm": 0.10644403332249518,
|
| 1400 |
+
"learning_rate": 6.903702354339578e-06,
|
| 1401 |
+
"loss": 0.3572,
|
| 1402 |
+
"step": 199
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 4.134366925064599,
|
| 1406 |
+
"grad_norm": 0.10474868764346248,
|
| 1407 |
+
"learning_rate": 6.58048754348255e-06,
|
| 1408 |
+
"loss": 0.3656,
|
| 1409 |
+
"step": 200
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"epoch": 4.155038759689923,
|
| 1413 |
+
"grad_norm": 0.08998213945424546,
|
| 1414 |
+
"learning_rate": 6.26434216748458e-06,
|
| 1415 |
+
"loss": 0.357,
|
| 1416 |
+
"step": 201
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"epoch": 4.1757105943152455,
|
| 1420 |
+
"grad_norm": 0.0874382734058534,
|
| 1421 |
+
"learning_rate": 5.955333102520011e-06,
|
| 1422 |
+
"loss": 0.3579,
|
| 1423 |
+
"step": 202
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"epoch": 4.196382428940568,
|
| 1427 |
+
"grad_norm": 0.09229516478584097,
|
| 1428 |
+
"learning_rate": 5.653525715175483e-06,
|
| 1429 |
+
"loss": 0.3551,
|
| 1430 |
+
"step": 203
|
| 1431 |
+
},
|
| 1432 |
+
{
|
| 1433 |
+
"epoch": 4.217054263565892,
|
| 1434 |
+
"grad_norm": 0.0899139620609084,
|
| 1435 |
+
"learning_rate": 5.358983848622452e-06,
|
| 1436 |
+
"loss": 0.3561,
|
| 1437 |
+
"step": 204
|
| 1438 |
+
},
|
| 1439 |
+
{
|
| 1440 |
+
"epoch": 4.237726098191215,
|
| 1441 |
+
"grad_norm": 0.09480003016590481,
|
| 1442 |
+
"learning_rate": 5.07176980911217e-06,
|
| 1443 |
+
"loss": 0.3612,
|
| 1444 |
+
"step": 205
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"epoch": 4.258397932816537,
|
| 1448 |
+
"grad_norm": 0.07955059469841694,
|
| 1449 |
+
"learning_rate": 4.791944352795561e-06,
|
| 1450 |
+
"loss": 0.3576,
|
| 1451 |
+
"step": 206
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"epoch": 4.27906976744186,
|
| 1455 |
+
"grad_norm": 0.08281316418812414,
|
| 1456 |
+
"learning_rate": 4.519566672871132e-06,
|
| 1457 |
+
"loss": 0.3596,
|
| 1458 |
+
"step": 207
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"epoch": 4.299741602067184,
|
| 1462 |
+
"grad_norm": 0.08360162648406322,
|
| 1463 |
+
"learning_rate": 4.254694387063514e-06,
|
| 1464 |
+
"loss": 0.358,
|
| 1465 |
+
"step": 208
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"epoch": 4.320413436692506,
|
| 1469 |
+
"grad_norm": 0.07640740401473636,
|
| 1470 |
+
"learning_rate": 3.997383525435154e-06,
|
| 1471 |
+
"loss": 0.3532,
|
| 1472 |
+
"step": 209
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 4.341085271317829,
|
| 1476 |
+
"grad_norm": 0.07916200584935532,
|
| 1477 |
+
"learning_rate": 3.747688518534003e-06,
|
| 1478 |
+
"loss": 0.3608,
|
| 1479 |
+
"step": 210
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 4.361757105943153,
|
| 1483 |
+
"grad_norm": 0.06910995508249697,
|
| 1484 |
+
"learning_rate": 3.5056621858794393e-06,
|
| 1485 |
+
"loss": 0.3521,
|
| 1486 |
+
"step": 211
|
| 1487 |
+
},
|
| 1488 |
+
{
|
| 1489 |
+
"epoch": 4.3824289405684755,
|
| 1490 |
+
"grad_norm": 0.07374366802772589,
|
| 1491 |
+
"learning_rate": 3.2713557247890447e-06,
|
| 1492 |
+
"loss": 0.3617,
|
| 1493 |
+
"step": 212
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"epoch": 4.403100775193798,
|
| 1497 |
+
"grad_norm": 0.0710814968114632,
|
| 1498 |
+
"learning_rate": 3.0448186995485307e-06,
|
| 1499 |
+
"loss": 0.3601,
|
| 1500 |
+
"step": 213
|
| 1501 |
+
},
|
| 1502 |
+
{
|
| 1503 |
+
"epoch": 4.423772609819121,
|
| 1504 |
+
"grad_norm": 0.06896603986098794,
|
| 1505 |
+
"learning_rate": 2.8260990309270987e-06,
|
| 1506 |
+
"loss": 0.3479,
|
| 1507 |
+
"step": 214
|
| 1508 |
+
},
|
| 1509 |
+
{
|
| 1510 |
+
"epoch": 4.444444444444445,
|
| 1511 |
+
"grad_norm": 0.06185011564865765,
|
| 1512 |
+
"learning_rate": 2.6152429860404647e-06,
|
| 1513 |
+
"loss": 0.3614,
|
| 1514 |
+
"step": 215
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"epoch": 4.465116279069767,
|
| 1518 |
+
"grad_norm": 0.06549697826461233,
|
| 1519 |
+
"learning_rate": 2.4122951685636674e-06,
|
| 1520 |
+
"loss": 0.3561,
|
| 1521 |
+
"step": 216
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"epoch": 4.48578811369509,
|
| 1525 |
+
"grad_norm": 0.061438617551997,
|
| 1526 |
+
"learning_rate": 2.217298509295813e-06,
|
| 1527 |
+
"loss": 0.3555,
|
| 1528 |
+
"step": 217
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"epoch": 4.506459948320414,
|
| 1532 |
+
"grad_norm": 0.060700891226855756,
|
| 1533 |
+
"learning_rate": 2.0302942570786446e-06,
|
| 1534 |
+
"loss": 0.3584,
|
| 1535 |
+
"step": 218
|
| 1536 |
+
},
|
| 1537 |
+
{
|
| 1538 |
+
"epoch": 4.5271317829457365,
|
| 1539 |
+
"grad_norm": 0.06178488967139298,
|
| 1540 |
+
"learning_rate": 1.8513219700709272e-06,
|
| 1541 |
+
"loss": 0.3581,
|
| 1542 |
+
"step": 219
|
| 1543 |
+
},
|
| 1544 |
+
{
|
| 1545 |
+
"epoch": 4.547803617571059,
|
| 1546 |
+
"grad_norm": 0.06183530674329798,
|
| 1547 |
+
"learning_rate": 1.6804195073804442e-06,
|
| 1548 |
+
"loss": 0.352,
|
| 1549 |
+
"step": 220
|
| 1550 |
+
},
|
| 1551 |
+
{
|
| 1552 |
+
"epoch": 4.568475452196383,
|
| 1553 |
+
"grad_norm": 0.05866001427045164,
|
| 1554 |
+
"learning_rate": 1.5176230210554744e-06,
|
| 1555 |
+
"loss": 0.3509,
|
| 1556 |
+
"step": 221
|
| 1557 |
+
},
|
| 1558 |
+
{
|
| 1559 |
+
"epoch": 4.589147286821706,
|
| 1560 |
+
"grad_norm": 0.05774735846339501,
|
| 1561 |
+
"learning_rate": 1.3629669484372722e-06,
|
| 1562 |
+
"loss": 0.3574,
|
| 1563 |
+
"step": 222
|
| 1564 |
+
},
|
| 1565 |
+
{
|
| 1566 |
+
"epoch": 4.609819121447028,
|
| 1567 |
+
"grad_norm": 0.05601122893723008,
|
| 1568 |
+
"learning_rate": 1.2164840048753602e-06,
|
| 1569 |
+
"loss": 0.3569,
|
| 1570 |
+
"step": 223
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"epoch": 4.630490956072351,
|
| 1574 |
+
"grad_norm": 0.05526767753253488,
|
| 1575 |
+
"learning_rate": 1.0782051768070477e-06,
|
| 1576 |
+
"loss": 0.3582,
|
| 1577 |
+
"step": 224
|
| 1578 |
+
},
|
| 1579 |
+
{
|
| 1580 |
+
"epoch": 4.651162790697675,
|
| 1581 |
+
"grad_norm": 0.05616027399981306,
|
| 1582 |
+
"learning_rate": 9.481597152026656e-07,
|
| 1583 |
+
"loss": 0.3493,
|
| 1584 |
+
"step": 225
|
| 1585 |
+
},
|
| 1586 |
+
{
|
| 1587 |
+
"epoch": 4.671834625322997,
|
| 1588 |
+
"grad_norm": 0.05467514890147951,
|
| 1589 |
+
"learning_rate": 8.263751293779409e-07,
|
| 1590 |
+
"loss": 0.3533,
|
| 1591 |
+
"step": 226
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"epoch": 4.69250645994832,
|
| 1595 |
+
"grad_norm": 0.05486244376026512,
|
| 1596 |
+
"learning_rate": 7.128771811747737e-07,
|
| 1597 |
+
"loss": 0.353,
|
| 1598 |
+
"step": 227
|
| 1599 |
+
},
|
| 1600 |
+
{
|
| 1601 |
+
"epoch": 4.713178294573644,
|
| 1602 |
+
"grad_norm": 0.053720925123237416,
|
| 1603 |
+
"learning_rate": 6.076898795116792e-07,
|
| 1604 |
+
"loss": 0.359,
|
| 1605 |
+
"step": 228
|
| 1606 |
+
},
|
| 1607 |
+
{
|
| 1608 |
+
"epoch": 4.7338501291989665,
|
| 1609 |
+
"grad_norm": 0.054529190806937466,
|
| 1610 |
+
"learning_rate": 5.108354753050381e-07,
|
| 1611 |
+
"loss": 0.3548,
|
| 1612 |
+
"step": 229
|
| 1613 |
+
},
|
| 1614 |
+
{
|
| 1615 |
+
"epoch": 4.754521963824289,
|
| 1616 |
+
"grad_norm": 0.054284156157904224,
|
| 1617 |
+
"learning_rate": 4.223344567622212e-07,
|
| 1618 |
+
"loss": 0.3509,
|
| 1619 |
+
"step": 230
|
| 1620 |
+
},
|
| 1621 |
+
{
|
| 1622 |
+
"epoch": 4.775193798449612,
|
| 1623 |
+
"grad_norm": 0.05169076157313685,
|
| 1624 |
+
"learning_rate": 3.4220554504758475e-07,
|
| 1625 |
+
"loss": 0.3576,
|
| 1626 |
+
"step": 231
|
| 1627 |
+
},
|
| 1628 |
+
{
|
| 1629 |
+
"epoch": 4.795865633074936,
|
| 1630 |
+
"grad_norm": 0.05516028856228327,
|
| 1631 |
+
"learning_rate": 2.704656903222791e-07,
|
| 1632 |
+
"loss": 0.3591,
|
| 1633 |
+
"step": 232
|
| 1634 |
+
},
|
| 1635 |
+
{
|
| 1636 |
+
"epoch": 4.816537467700258,
|
| 1637 |
+
"grad_norm": 0.05350115446089016,
|
| 1638 |
+
"learning_rate": 2.0713006815868075e-07,
|
| 1639 |
+
"loss": 0.358,
|
| 1640 |
+
"step": 233
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"epoch": 4.837209302325581,
|
| 1644 |
+
"grad_norm": 0.052581881517593826,
|
| 1645 |
+
"learning_rate": 1.522120763301782e-07,
|
| 1646 |
+
"loss": 0.3586,
|
| 1647 |
+
"step": 234
|
| 1648 |
+
},
|
| 1649 |
+
{
|
| 1650 |
+
"epoch": 4.857881136950905,
|
| 1651 |
+
"grad_norm": 0.053948835043271054,
|
| 1652 |
+
"learning_rate": 1.0572333197711005e-07,
|
| 1653 |
+
"loss": 0.3543,
|
| 1654 |
+
"step": 235
|
| 1655 |
+
},
|
| 1656 |
+
{
|
| 1657 |
+
"epoch": 4.8785529715762275,
|
| 1658 |
+
"grad_norm": 0.0546909910210749,
|
| 1659 |
+
"learning_rate": 6.767366914927298e-08,
|
| 1660 |
+
"loss": 0.3566,
|
| 1661 |
+
"step": 236
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"epoch": 4.89922480620155,
|
| 1665 |
+
"grad_norm": 0.05406684942381343,
|
| 1666 |
+
"learning_rate": 3.8071136725688074e-08,
|
| 1667 |
+
"loss": 0.3561,
|
| 1668 |
+
"step": 237
|
| 1669 |
+
},
|
| 1670 |
+
{
|
| 1671 |
+
"epoch": 4.919896640826874,
|
| 1672 |
+
"grad_norm": 0.05108092626758996,
|
| 1673 |
+
"learning_rate": 1.6921996711976028e-08,
|
| 1674 |
+
"loss": 0.3512,
|
| 1675 |
+
"step": 238
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"epoch": 4.940568475452197,
|
| 1679 |
+
"grad_norm": 0.053315673178670926,
|
| 1680 |
+
"learning_rate": 4.230722915701257e-09,
|
| 1681 |
+
"loss": 0.3584,
|
| 1682 |
+
"step": 239
|
| 1683 |
+
},
|
| 1684 |
+
{
|
| 1685 |
+
"epoch": 4.961240310077519,
|
| 1686 |
+
"grad_norm": 0.05179414324279462,
|
| 1687 |
+
"learning_rate": 0.0,
|
| 1688 |
+
"loss": 0.3541,
|
| 1689 |
+
"step": 240
|
| 1690 |
+
},
|
| 1691 |
+
{
|
| 1692 |
+
"epoch": 4.961240310077519,
|
| 1693 |
+
"step": 240,
|
| 1694 |
+
"total_flos": 8.242697655180853e+18,
|
| 1695 |
+
"train_loss": 0.45099904040495553,
|
| 1696 |
+
"train_runtime": 77492.3925,
|
| 1697 |
+
"train_samples_per_second": 1.597,
|
| 1698 |
+
"train_steps_per_second": 0.003
|
| 1699 |
+
}
|
| 1700 |
+
],
|
| 1701 |
+
"logging_steps": 1,
|
| 1702 |
+
"max_steps": 240,
|
| 1703 |
+
"num_input_tokens_seen": 0,
|
| 1704 |
+
"num_train_epochs": 5,
|
| 1705 |
+
"save_steps": 500,
|
| 1706 |
+
"stateful_callbacks": {
|
| 1707 |
+
"TrainerControl": {
|
| 1708 |
+
"args": {
|
| 1709 |
+
"should_epoch_stop": false,
|
| 1710 |
+
"should_evaluate": false,
|
| 1711 |
+
"should_log": false,
|
| 1712 |
+
"should_save": true,
|
| 1713 |
+
"should_training_stop": true
|
| 1714 |
+
},
|
| 1715 |
+
"attributes": {}
|
| 1716 |
+
}
|
| 1717 |
+
},
|
| 1718 |
+
"total_flos": 8.242697655180853e+18,
|
| 1719 |
+
"train_batch_size": 1,
|
| 1720 |
+
"trial_name": null,
|
| 1721 |
+
"trial_params": null
|
| 1722 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e623c7d1bac478b7bfed518a47bf81649f98e4e96faaa7398998eee9d1a8189e
|
| 3 |
+
size 7480
|
training_loss.png
ADDED
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|