Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +59 -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-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +346 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +209 -0
- train_results.json +8 -0
- trainer_log.jsonl +133 -0
- trainer_state.json +966 -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,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: other
|
| 4 |
+
tags:
|
| 5 |
+
- llama-factory
|
| 6 |
+
- full
|
| 7 |
+
- generated_from_trainer
|
| 8 |
+
model-index:
|
| 9 |
+
- name: Qwen2.5-7B-Instruct-method1
|
| 10 |
+
results: []
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 14 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 15 |
+
|
| 16 |
+
# Qwen2.5-7B-Instruct-method1
|
| 17 |
+
|
| 18 |
+
This model is a fine-tuned version of [/share/project/zhipengchen/model/Qwen2.5-7B-Instruct](https://huggingface.co//share/project/zhipengchen/model/Qwen2.5-7B-Instruct) on the method1 dataset.
|
| 19 |
+
|
| 20 |
+
## Model description
|
| 21 |
+
|
| 22 |
+
More information needed
|
| 23 |
+
|
| 24 |
+
## Intended uses & limitations
|
| 25 |
+
|
| 26 |
+
More information needed
|
| 27 |
+
|
| 28 |
+
## Training and evaluation data
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Training procedure
|
| 33 |
+
|
| 34 |
+
### Training hyperparameters
|
| 35 |
+
|
| 36 |
+
The following hyperparameters were used during training:
|
| 37 |
+
- learning_rate: 1e-05
|
| 38 |
+
- train_batch_size: 1
|
| 39 |
+
- eval_batch_size: 8
|
| 40 |
+
- seed: 42
|
| 41 |
+
- distributed_type: multi-GPU
|
| 42 |
+
- num_devices: 8
|
| 43 |
+
- total_train_batch_size: 8
|
| 44 |
+
- total_eval_batch_size: 64
|
| 45 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
+
- lr_scheduler_type: cosine
|
| 47 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 48 |
+
- num_epochs: 3
|
| 49 |
+
|
| 50 |
+
### Training results
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
### Framework versions
|
| 55 |
+
|
| 56 |
+
- Transformers 4.49.0
|
| 57 |
+
- Pytorch 2.6.0+cu124
|
| 58 |
+
- Datasets 3.3.2
|
| 59 |
+
- Tokenizers 0.21.0
|
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": 3.0,
|
| 3 |
+
"total_flos": 148330505830400.0,
|
| 4 |
+
"train_loss": 0.33294462082964,
|
| 5 |
+
"train_runtime": 5380.5167,
|
| 6 |
+
"train_samples_per_second": 1.959,
|
| 7 |
+
"train_steps_per_second": 0.245
|
| 8 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/share/project/zhipengchen/model/Qwen2.5-7B-Instruct",
|
| 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": 3584,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 18944,
|
| 13 |
+
"max_position_embeddings": 32768,
|
| 14 |
+
"max_window_layers": 28,
|
| 15 |
+
"model_type": "qwen2",
|
| 16 |
+
"num_attention_heads": 28,
|
| 17 |
+
"num_hidden_layers": 28,
|
| 18 |
+
"num_key_value_heads": 4,
|
| 19 |
+
"rms_norm_eps": 1e-06,
|
| 20 |
+
"rope_scaling": null,
|
| 21 |
+
"rope_theta": 1000000.0,
|
| 22 |
+
"sliding_window": 131072,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "bfloat16",
|
| 25 |
+
"transformers_version": "4.49.0",
|
| 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.49.0"
|
| 14 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4618c2b7fcd16e13086656f733fb66b56bd2495191d60762e96c558596853cee
|
| 3 |
+
size 4877660776
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfeeec85b4bd334ebfe41e351a8a3513b517cbe8f4a75da33239cd66903ca6f0
|
| 3 |
+
size 4932751008
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c16556928156af8cc1c4edf1d9e7b29eeaef155dc0bd882a220e05b589ce28db
|
| 3 |
+
size 4330865200
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37f7332183e7c70aa0dbf83e1580952a27ee5ce769a888505c9dc7016955a6e9
|
| 3 |
+
size 1089994880
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 15231233024
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 284 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 296 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 308 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 320 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 332 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 344 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
| 345 |
+
}
|
| 346 |
+
}
|
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": "<|im_end|>",
|
| 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 |
+
}
|
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,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|im_end|>",
|
| 201 |
+
"errors": "replace",
|
| 202 |
+
"extra_special_tokens": {},
|
| 203 |
+
"model_max_length": 131072,
|
| 204 |
+
"pad_token": "<|endoftext|>",
|
| 205 |
+
"padding_side": "right",
|
| 206 |
+
"split_special_tokens": false,
|
| 207 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 208 |
+
"unk_token": null
|
| 209 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"total_flos": 148330505830400.0,
|
| 4 |
+
"train_loss": 0.33294462082964,
|
| 5 |
+
"train_runtime": 5380.5167,
|
| 6 |
+
"train_samples_per_second": 1.959,
|
| 7 |
+
"train_steps_per_second": 0.245
|
| 8 |
+
}
|
trainer_log.jsonl
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 10, "total_steps": 1320, "loss": 0.7126, "lr": 7.575757575757576e-07, "epoch": 0.022727272727272728, "percentage": 0.76, "elapsed_time": "0:00:54", "remaining_time": "1:59:14"}
|
| 2 |
+
{"current_steps": 20, "total_steps": 1320, "loss": 0.6907, "lr": 1.5151515151515152e-06, "epoch": 0.045454545454545456, "percentage": 1.52, "elapsed_time": "0:01:45", "remaining_time": "1:53:53"}
|
| 3 |
+
{"current_steps": 30, "total_steps": 1320, "loss": 0.6475, "lr": 2.2727272727272728e-06, "epoch": 0.06818181818181818, "percentage": 2.27, "elapsed_time": "0:02:23", "remaining_time": "1:43:08"}
|
| 4 |
+
{"current_steps": 40, "total_steps": 1320, "loss": 0.5679, "lr": 3.0303030303030305e-06, "epoch": 0.09090909090909091, "percentage": 3.03, "elapsed_time": "0:02:55", "remaining_time": "1:33:30"}
|
| 5 |
+
{"current_steps": 50, "total_steps": 1320, "loss": 0.5262, "lr": 3.7878787878787882e-06, "epoch": 0.11363636363636363, "percentage": 3.79, "elapsed_time": "0:03:39", "remaining_time": "1:33:05"}
|
| 6 |
+
{"current_steps": 60, "total_steps": 1320, "loss": 0.4857, "lr": 4.5454545454545455e-06, "epoch": 0.13636363636363635, "percentage": 4.55, "elapsed_time": "0:04:21", "remaining_time": "1:31:37"}
|
| 7 |
+
{"current_steps": 70, "total_steps": 1320, "loss": 0.5007, "lr": 5.303030303030303e-06, "epoch": 0.1590909090909091, "percentage": 5.3, "elapsed_time": "0:04:57", "remaining_time": "1:28:32"}
|
| 8 |
+
{"current_steps": 80, "total_steps": 1320, "loss": 0.4704, "lr": 6.060606060606061e-06, "epoch": 0.18181818181818182, "percentage": 6.06, "elapsed_time": "0:05:36", "remaining_time": "1:26:57"}
|
| 9 |
+
{"current_steps": 90, "total_steps": 1320, "loss": 0.4815, "lr": 6.818181818181818e-06, "epoch": 0.20454545454545456, "percentage": 6.82, "elapsed_time": "0:06:14", "remaining_time": "1:25:24"}
|
| 10 |
+
{"current_steps": 100, "total_steps": 1320, "loss": 0.4453, "lr": 7.5757575757575764e-06, "epoch": 0.22727272727272727, "percentage": 7.58, "elapsed_time": "0:06:43", "remaining_time": "1:22:04"}
|
| 11 |
+
{"current_steps": 110, "total_steps": 1320, "loss": 0.479, "lr": 8.333333333333334e-06, "epoch": 0.25, "percentage": 8.33, "elapsed_time": "0:07:34", "remaining_time": "1:23:20"}
|
| 12 |
+
{"current_steps": 120, "total_steps": 1320, "loss": 0.4551, "lr": 9.090909090909091e-06, "epoch": 0.2727272727272727, "percentage": 9.09, "elapsed_time": "0:08:17", "remaining_time": "1:22:57"}
|
| 13 |
+
{"current_steps": 130, "total_steps": 1320, "loss": 0.4506, "lr": 9.84848484848485e-06, "epoch": 0.29545454545454547, "percentage": 9.85, "elapsed_time": "0:08:59", "remaining_time": "1:22:22"}
|
| 14 |
+
{"current_steps": 140, "total_steps": 1320, "loss": 0.4689, "lr": 9.99888115313551e-06, "epoch": 0.3181818181818182, "percentage": 10.61, "elapsed_time": "0:09:37", "remaining_time": "1:21:06"}
|
| 15 |
+
{"current_steps": 150, "total_steps": 1320, "loss": 0.4648, "lr": 9.994336695915041e-06, "epoch": 0.3409090909090909, "percentage": 11.36, "elapsed_time": "0:10:20", "remaining_time": "1:20:41"}
|
| 16 |
+
{"current_steps": 160, "total_steps": 1320, "loss": 0.4508, "lr": 9.986299875742612e-06, "epoch": 0.36363636363636365, "percentage": 12.12, "elapsed_time": "0:10:55", "remaining_time": "1:19:10"}
|
| 17 |
+
{"current_steps": 170, "total_steps": 1320, "loss": 0.468, "lr": 9.97477631248223e-06, "epoch": 0.38636363636363635, "percentage": 12.88, "elapsed_time": "0:11:40", "remaining_time": "1:18:55"}
|
| 18 |
+
{"current_steps": 180, "total_steps": 1320, "loss": 0.4541, "lr": 9.959774064153977e-06, "epoch": 0.4090909090909091, "percentage": 13.64, "elapsed_time": "0:12:16", "remaining_time": "1:17:41"}
|
| 19 |
+
{"current_steps": 190, "total_steps": 1320, "loss": 0.4278, "lr": 9.941303621299332e-06, "epoch": 0.4318181818181818, "percentage": 14.39, "elapsed_time": "0:12:47", "remaining_time": "1:16:06"}
|
| 20 |
+
{"current_steps": 200, "total_steps": 1320, "loss": 0.4379, "lr": 9.919377899645497e-06, "epoch": 0.45454545454545453, "percentage": 15.15, "elapsed_time": "0:13:27", "remaining_time": "1:15:19"}
|
| 21 |
+
{"current_steps": 210, "total_steps": 1320, "loss": 0.418, "lr": 9.894012231073895e-06, "epoch": 0.4772727272727273, "percentage": 15.91, "elapsed_time": "0:14:04", "remaining_time": "1:14:21"}
|
| 22 |
+
{"current_steps": 220, "total_steps": 1320, "loss": 0.438, "lr": 9.86522435289912e-06, "epoch": 0.5, "percentage": 16.67, "elapsed_time": "0:14:48", "remaining_time": "1:14:00"}
|
| 23 |
+
{"current_steps": 230, "total_steps": 1320, "loss": 0.4498, "lr": 9.833034395465866e-06, "epoch": 0.5227272727272727, "percentage": 17.42, "elapsed_time": "0:15:28", "remaining_time": "1:13:22"}
|
| 24 |
+
{"current_steps": 240, "total_steps": 1320, "loss": 0.4241, "lr": 9.797464868072489e-06, "epoch": 0.5454545454545454, "percentage": 18.18, "elapsed_time": "0:16:04", "remaining_time": "1:12:20"}
|
| 25 |
+
{"current_steps": 250, "total_steps": 1320, "loss": 0.4473, "lr": 9.758540643231041e-06, "epoch": 0.5681818181818182, "percentage": 18.94, "elapsed_time": "0:16:42", "remaining_time": "1:11:28"}
|
| 26 |
+
{"current_steps": 260, "total_steps": 1320, "loss": 0.4197, "lr": 9.716288939274818e-06, "epoch": 0.5909090909090909, "percentage": 19.7, "elapsed_time": "0:17:18", "remaining_time": "1:10:33"}
|
| 27 |
+
{"current_steps": 270, "total_steps": 1320, "loss": 0.4442, "lr": 9.670739301325534e-06, "epoch": 0.6136363636363636, "percentage": 20.45, "elapsed_time": "0:18:02", "remaining_time": "1:10:09"}
|
| 28 |
+
{"current_steps": 280, "total_steps": 1320, "loss": 0.4217, "lr": 9.621923580633462e-06, "epoch": 0.6363636363636364, "percentage": 21.21, "elapsed_time": "0:18:47", "remaining_time": "1:09:49"}
|
| 29 |
+
{"current_steps": 290, "total_steps": 1320, "loss": 0.4294, "lr": 9.56987591230498e-06, "epoch": 0.6590909090909091, "percentage": 21.97, "elapsed_time": "0:19:28", "remaining_time": "1:09:09"}
|
| 30 |
+
{"current_steps": 300, "total_steps": 1320, "loss": 0.4505, "lr": 9.514632691433108e-06, "epoch": 0.6818181818181818, "percentage": 22.73, "elapsed_time": "0:20:01", "remaining_time": "1:08:05"}
|
| 31 |
+
{"current_steps": 310, "total_steps": 1320, "loss": 0.4496, "lr": 9.456232547647695e-06, "epoch": 0.7045454545454546, "percentage": 23.48, "elapsed_time": "0:20:40", "remaining_time": "1:07:21"}
|
| 32 |
+
{"current_steps": 320, "total_steps": 1320, "loss": 0.425, "lr": 9.394716318103098e-06, "epoch": 0.7272727272727273, "percentage": 24.24, "elapsed_time": "0:21:30", "remaining_time": "1:07:11"}
|
| 33 |
+
{"current_steps": 330, "total_steps": 1320, "loss": 0.4691, "lr": 9.330127018922195e-06, "epoch": 0.75, "percentage": 25.0, "elapsed_time": "0:22:16", "remaining_time": "1:06:50"}
|
| 34 |
+
{"current_steps": 340, "total_steps": 1320, "loss": 0.4266, "lr": 9.262509815116732e-06, "epoch": 0.7727272727272727, "percentage": 25.76, "elapsed_time": "0:22:53", "remaining_time": "1:05:59"}
|
| 35 |
+
{"current_steps": 350, "total_steps": 1320, "loss": 0.4334, "lr": 9.191911989005038e-06, "epoch": 0.7954545454545454, "percentage": 26.52, "elapsed_time": "0:23:35", "remaining_time": "1:05:24"}
|
| 36 |
+
{"current_steps": 360, "total_steps": 1320, "loss": 0.4354, "lr": 9.118382907149164e-06, "epoch": 0.8181818181818182, "percentage": 27.27, "elapsed_time": "0:24:17", "remaining_time": "1:04:45"}
|
| 37 |
+
{"current_steps": 370, "total_steps": 1320, "loss": 0.4409, "lr": 9.041973985834595e-06, "epoch": 0.8409090909090909, "percentage": 28.03, "elapsed_time": "0:24:50", "remaining_time": "1:03:46"}
|
| 38 |
+
{"current_steps": 380, "total_steps": 1320, "loss": 0.4272, "lr": 8.96273865511666e-06, "epoch": 0.8636363636363636, "percentage": 28.79, "elapsed_time": "0:25:24", "remaining_time": "1:02:51"}
|
| 39 |
+
{"current_steps": 390, "total_steps": 1320, "loss": 0.4325, "lr": 8.880732321458785e-06, "epoch": 0.8863636363636364, "percentage": 29.55, "elapsed_time": "0:26:04", "remaining_time": "1:02:10"}
|
| 40 |
+
{"current_steps": 400, "total_steps": 1320, "loss": 0.4069, "lr": 8.796012328988716e-06, "epoch": 0.9090909090909091, "percentage": 30.3, "elapsed_time": "0:26:45", "remaining_time": "1:01:32"}
|
| 41 |
+
{"current_steps": 410, "total_steps": 1320, "loss": 0.4396, "lr": 8.708637919399798e-06, "epoch": 0.9318181818181818, "percentage": 31.06, "elapsed_time": "0:27:24", "remaining_time": "1:00:50"}
|
| 42 |
+
{"current_steps": 420, "total_steps": 1320, "loss": 0.4171, "lr": 8.61867019052535e-06, "epoch": 0.9545454545454546, "percentage": 31.82, "elapsed_time": "0:28:00", "remaining_time": "1:00:00"}
|
| 43 |
+
{"current_steps": 430, "total_steps": 1320, "loss": 0.4095, "lr": 8.526172053615122e-06, "epoch": 0.9772727272727273, "percentage": 32.58, "elapsed_time": "0:28:46", "remaining_time": "0:59:32"}
|
| 44 |
+
{"current_steps": 440, "total_steps": 1320, "loss": 0.4303, "lr": 8.43120818934367e-06, "epoch": 1.0, "percentage": 33.33, "elapsed_time": "0:29:23", "remaining_time": "0:58:46"}
|
| 45 |
+
{"current_steps": 450, "total_steps": 1320, "loss": 0.3291, "lr": 8.33384500258146e-06, "epoch": 1.0227272727272727, "percentage": 34.09, "elapsed_time": "0:30:25", "remaining_time": "0:58:50"}
|
| 46 |
+
{"current_steps": 460, "total_steps": 1320, "loss": 0.3231, "lr": 8.234150575960288e-06, "epoch": 1.0454545454545454, "percentage": 34.85, "elapsed_time": "0:31:08", "remaining_time": "0:58:12"}
|
| 47 |
+
{"current_steps": 470, "total_steps": 1320, "loss": 0.3321, "lr": 8.132194622265508e-06, "epoch": 1.0681818181818181, "percentage": 35.61, "elapsed_time": "0:31:51", "remaining_time": "0:57:37"}
|
| 48 |
+
{"current_steps": 480, "total_steps": 1320, "loss": 0.307, "lr": 8.028048435688333e-06, "epoch": 1.0909090909090908, "percentage": 36.36, "elapsed_time": "0:32:30", "remaining_time": "0:56:53"}
|
| 49 |
+
{"current_steps": 490, "total_steps": 1320, "loss": 0.2804, "lr": 7.921784841972355e-06, "epoch": 1.1136363636363635, "percentage": 37.12, "elapsed_time": "0:33:04", "remaining_time": "0:56:02"}
|
| 50 |
+
{"current_steps": 500, "total_steps": 1320, "loss": 0.3356, "lr": 7.813478147489052e-06, "epoch": 1.1363636363636362, "percentage": 37.88, "elapsed_time": "0:33:41", "remaining_time": "0:55:15"}
|
| 51 |
+
{"current_steps": 510, "total_steps": 1320, "loss": 0.3192, "lr": 7.703204087277989e-06, "epoch": 1.1590909090909092, "percentage": 38.64, "elapsed_time": "0:34:23", "remaining_time": "0:54:37"}
|
| 52 |
+
{"current_steps": 520, "total_steps": 1320, "loss": 0.3253, "lr": 7.5910397720879785e-06, "epoch": 1.1818181818181819, "percentage": 39.39, "elapsed_time": "0:35:01", "remaining_time": "0:53:52"}
|
| 53 |
+
{"current_steps": 530, "total_steps": 1320, "loss": 0.2948, "lr": 7.477063634456263e-06, "epoch": 1.2045454545454546, "percentage": 40.15, "elapsed_time": "0:35:39", "remaining_time": "0:53:09"}
|
| 54 |
+
{"current_steps": 540, "total_steps": 1320, "loss": 0.3303, "lr": 7.361355373863415e-06, "epoch": 1.2272727272727273, "percentage": 40.91, "elapsed_time": "0:36:23", "remaining_time": "0:52:33"}
|
| 55 |
+
{"current_steps": 550, "total_steps": 1320, "loss": 0.3281, "lr": 7.243995901002312e-06, "epoch": 1.25, "percentage": 41.67, "elapsed_time": "0:37:06", "remaining_time": "0:51:57"}
|
| 56 |
+
{"current_steps": 560, "total_steps": 1320, "loss": 0.3254, "lr": 7.1250672812001505e-06, "epoch": 1.2727272727272727, "percentage": 42.42, "elapsed_time": "0:37:51", "remaining_time": "0:51:23"}
|
| 57 |
+
{"current_steps": 570, "total_steps": 1320, "loss": 0.328, "lr": 7.004652677033069e-06, "epoch": 1.2954545454545454, "percentage": 43.18, "elapsed_time": "0:38:31", "remaining_time": "0:50:41"}
|
| 58 |
+
{"current_steps": 580, "total_steps": 1320, "loss": 0.3242, "lr": 6.882836290173493e-06, "epoch": 1.3181818181818181, "percentage": 43.94, "elapsed_time": "0:39:12", "remaining_time": "0:50:01"}
|
| 59 |
+
{"current_steps": 590, "total_steps": 1320, "loss": 0.3408, "lr": 6.759703302510898e-06, "epoch": 1.3409090909090908, "percentage": 44.7, "elapsed_time": "0:39:58", "remaining_time": "0:49:27"}
|
| 60 |
+
{"current_steps": 600, "total_steps": 1320, "loss": 0.3188, "lr": 6.635339816587109e-06, "epoch": 1.3636363636363638, "percentage": 45.45, "elapsed_time": "0:40:43", "remaining_time": "0:48:52"}
|
| 61 |
+
{"current_steps": 610, "total_steps": 1320, "loss": 0.3108, "lr": 6.5098327953878585e-06, "epoch": 1.3863636363636362, "percentage": 46.21, "elapsed_time": "0:41:22", "remaining_time": "0:48:09"}
|
| 62 |
+
{"current_steps": 620, "total_steps": 1320, "loss": 0.3192, "lr": 6.383270001532636e-06, "epoch": 1.4090909090909092, "percentage": 46.97, "elapsed_time": "0:42:00", "remaining_time": "0:47:26"}
|
| 63 |
+
{"current_steps": 630, "total_steps": 1320, "loss": 0.3032, "lr": 6.255739935905396e-06, "epoch": 1.4318181818181819, "percentage": 47.73, "elapsed_time": "0:42:38", "remaining_time": "0:46:42"}
|
| 64 |
+
{"current_steps": 640, "total_steps": 1320, "loss": 0.328, "lr": 6.127331775769023e-06, "epoch": 1.4545454545454546, "percentage": 48.48, "elapsed_time": "0:43:19", "remaining_time": "0:46:02"}
|
| 65 |
+
{"current_steps": 650, "total_steps": 1320, "loss": 0.3241, "lr": 5.998135312406821e-06, "epoch": 1.4772727272727273, "percentage": 49.24, "elapsed_time": "0:43:58", "remaining_time": "0:45:19"}
|
| 66 |
+
{"current_steps": 660, "total_steps": 1320, "loss": 0.3097, "lr": 5.8682408883346535e-06, "epoch": 1.5, "percentage": 50.0, "elapsed_time": "0:44:36", "remaining_time": "0:44:36"}
|
| 67 |
+
{"current_steps": 670, "total_steps": 1320, "loss": 0.3306, "lr": 5.737739334127611e-06, "epoch": 1.5227272727272727, "percentage": 50.76, "elapsed_time": "0:45:09", "remaining_time": "0:43:48"}
|
| 68 |
+
{"current_steps": 680, "total_steps": 1320, "loss": 0.2965, "lr": 5.60672190490541e-06, "epoch": 1.5454545454545454, "percentage": 51.52, "elapsed_time": "0:45:46", "remaining_time": "0:43:05"}
|
| 69 |
+
{"current_steps": 690, "total_steps": 1320, "loss": 0.3149, "lr": 5.475280216520913e-06, "epoch": 1.5681818181818183, "percentage": 52.27, "elapsed_time": "0:46:28", "remaining_time": "0:42:26"}
|
| 70 |
+
{"current_steps": 700, "total_steps": 1320, "loss": 0.3376, "lr": 5.343506181496405e-06, "epoch": 1.5909090909090908, "percentage": 53.03, "elapsed_time": "0:47:16", "remaining_time": "0:41:52"}
|
| 71 |
+
{"current_steps": 710, "total_steps": 1320, "loss": 0.3091, "lr": 5.2114919447524155e-06, "epoch": 1.6136363636363638, "percentage": 53.79, "elapsed_time": "0:47:57", "remaining_time": "0:41:11"}
|
| 72 |
+
{"current_steps": 720, "total_steps": 1320, "loss": 0.3424, "lr": 5.07932981917404e-06, "epoch": 1.6363636363636362, "percentage": 54.55, "elapsed_time": "0:48:36", "remaining_time": "0:40:30"}
|
| 73 |
+
{"current_steps": 730, "total_steps": 1320, "loss": 0.334, "lr": 4.947112221059803e-06, "epoch": 1.6590909090909092, "percentage": 55.3, "elapsed_time": "0:49:18", "remaining_time": "0:39:51"}
|
| 74 |
+
{"current_steps": 740, "total_steps": 1320, "loss": 0.3149, "lr": 4.81493160549821e-06, "epoch": 1.6818181818181817, "percentage": 56.06, "elapsed_time": "0:50:00", "remaining_time": "0:39:11"}
|
| 75 |
+
{"current_steps": 750, "total_steps": 1320, "loss": 0.3387, "lr": 4.682880401717178e-06, "epoch": 1.7045454545454546, "percentage": 56.82, "elapsed_time": "0:50:42", "remaining_time": "0:38:32"}
|
| 76 |
+
{"current_steps": 760, "total_steps": 1320, "loss": 0.3075, "lr": 4.551050948451542e-06, "epoch": 1.7272727272727273, "percentage": 57.58, "elapsed_time": "0:51:17", "remaining_time": "0:37:47"}
|
| 77 |
+
{"current_steps": 770, "total_steps": 1320, "loss": 0.2997, "lr": 4.4195354293738484e-06, "epoch": 1.75, "percentage": 58.33, "elapsed_time": "0:51:53", "remaining_time": "0:37:03"}
|
| 78 |
+
{"current_steps": 780, "total_steps": 1320, "loss": 0.3114, "lr": 4.2884258086335755e-06, "epoch": 1.7727272727272727, "percentage": 59.09, "elapsed_time": "0:52:36", "remaining_time": "0:36:25"}
|
| 79 |
+
{"current_steps": 790, "total_steps": 1320, "loss": 0.3162, "lr": 4.1578137665498485e-06, "epoch": 1.7954545454545454, "percentage": 59.85, "elapsed_time": "0:53:10", "remaining_time": "0:35:40"}
|
| 80 |
+
{"current_steps": 800, "total_steps": 1320, "loss": 0.3022, "lr": 4.027790635502646e-06, "epoch": 1.8181818181818183, "percentage": 60.61, "elapsed_time": "0:53:53", "remaining_time": "0:35:01"}
|
| 81 |
+
{"current_steps": 810, "total_steps": 1320, "loss": 0.3181, "lr": 3.898447336067297e-06, "epoch": 1.8409090909090908, "percentage": 61.36, "elapsed_time": "0:54:34", "remaining_time": "0:34:21"}
|
| 82 |
+
{"current_steps": 820, "total_steps": 1320, "loss": 0.2964, "lr": 3.769874313436933e-06, "epoch": 1.8636363636363638, "percentage": 62.12, "elapsed_time": "0:55:06", "remaining_time": "0:33:35"}
|
| 83 |
+
{"current_steps": 830, "total_steps": 1320, "loss": 0.3083, "lr": 3.6421614741773702e-06, "epoch": 1.8863636363636362, "percentage": 62.88, "elapsed_time": "0:55:51", "remaining_time": "0:32:58"}
|
| 84 |
+
{"current_steps": 840, "total_steps": 1320, "loss": 0.3278, "lr": 3.5153981233586277e-06, "epoch": 1.9090909090909092, "percentage": 63.64, "elapsed_time": "0:56:32", "remaining_time": "0:32:18"}
|
| 85 |
+
{"current_steps": 850, "total_steps": 1320, "loss": 0.2963, "lr": 3.389672902107044e-06, "epoch": 1.9318181818181817, "percentage": 64.39, "elapsed_time": "0:57:14", "remaining_time": "0:31:39"}
|
| 86 |
+
{"current_steps": 860, "total_steps": 1320, "loss": 0.3143, "lr": 3.2650737256216885e-06, "epoch": 1.9545454545454546, "percentage": 65.15, "elapsed_time": "0:57:54", "remaining_time": "0:30:58"}
|
| 87 |
+
{"current_steps": 870, "total_steps": 1320, "loss": 0.3025, "lr": 3.141687721698363e-06, "epoch": 1.9772727272727273, "percentage": 65.91, "elapsed_time": "0:58:31", "remaining_time": "0:30:16"}
|
| 88 |
+
{"current_steps": 880, "total_steps": 1320, "loss": 0.3343, "lr": 3.019601169804216e-06, "epoch": 2.0, "percentage": 66.67, "elapsed_time": "0:59:11", "remaining_time": "0:29:35"}
|
| 89 |
+
{"current_steps": 890, "total_steps": 1320, "loss": 0.2299, "lr": 2.898899440745569e-06, "epoch": 2.022727272727273, "percentage": 67.42, "elapsed_time": "1:00:14", "remaining_time": "0:29:06"}
|
| 90 |
+
{"current_steps": 900, "total_steps": 1320, "loss": 0.2129, "lr": 2.7796669369711294e-06, "epoch": 2.0454545454545454, "percentage": 68.18, "elapsed_time": "1:00:52", "remaining_time": "0:28:24"}
|
| 91 |
+
{"current_steps": 910, "total_steps": 1320, "loss": 0.1988, "lr": 2.6619870335523434e-06, "epoch": 2.0681818181818183, "percentage": 68.94, "elapsed_time": "1:01:24", "remaining_time": "0:27:40"}
|
| 92 |
+
{"current_steps": 920, "total_steps": 1320, "loss": 0.2377, "lr": 2.5459420198821604e-06, "epoch": 2.090909090909091, "percentage": 69.7, "elapsed_time": "1:02:13", "remaining_time": "0:27:03"}
|
| 93 |
+
{"current_steps": 930, "total_steps": 1320, "loss": 0.243, "lr": 2.4316130421329696e-06, "epoch": 2.1136363636363638, "percentage": 70.45, "elapsed_time": "1:02:57", "remaining_time": "0:26:24"}
|
| 94 |
+
{"current_steps": 940, "total_steps": 1320, "loss": 0.1995, "lr": 2.319080046513954e-06, "epoch": 2.1363636363636362, "percentage": 71.21, "elapsed_time": "1:03:35", "remaining_time": "0:25:42"}
|
| 95 |
+
{"current_steps": 950, "total_steps": 1320, "loss": 0.2313, "lr": 2.2084217233675386e-06, "epoch": 2.159090909090909, "percentage": 71.97, "elapsed_time": "1:04:17", "remaining_time": "0:25:02"}
|
| 96 |
+
{"current_steps": 960, "total_steps": 1320, "loss": 0.2037, "lr": 2.09971545214401e-06, "epoch": 2.1818181818181817, "percentage": 72.73, "elapsed_time": "1:04:53", "remaining_time": "0:24:20"}
|
| 97 |
+
{"current_steps": 970, "total_steps": 1320, "loss": 0.2385, "lr": 1.9930372472928095e-06, "epoch": 2.2045454545454546, "percentage": 73.48, "elapsed_time": "1:05:39", "remaining_time": "0:23:41"}
|
| 98 |
+
{"current_steps": 980, "total_steps": 1320, "loss": 0.2231, "lr": 1.8884617051083183e-06, "epoch": 2.227272727272727, "percentage": 74.24, "elapsed_time": "1:06:17", "remaining_time": "0:22:59"}
|
| 99 |
+
{"current_steps": 990, "total_steps": 1320, "loss": 0.2233, "lr": 1.7860619515673034e-06, "epoch": 2.25, "percentage": 75.0, "elapsed_time": "1:06:54", "remaining_time": "0:22:18"}
|
| 100 |
+
{"current_steps": 1000, "total_steps": 1320, "loss": 0.2302, "lr": 1.68590959119452e-06, "epoch": 2.2727272727272725, "percentage": 75.76, "elapsed_time": "1:07:30", "remaining_time": "0:21:36"}
|
| 101 |
+
{"current_steps": 1010, "total_steps": 1320, "loss": 0.213, "lr": 1.5880746569921867e-06, "epoch": 2.2954545454545454, "percentage": 76.52, "elapsed_time": "1:08:05", "remaining_time": "0:20:54"}
|
| 102 |
+
{"current_steps": 1020, "total_steps": 1320, "loss": 0.2231, "lr": 1.4926255614683931e-06, "epoch": 2.3181818181818183, "percentage": 77.27, "elapsed_time": "1:08:48", "remaining_time": "0:20:14"}
|
| 103 |
+
{"current_steps": 1030, "total_steps": 1320, "loss": 0.2046, "lr": 1.3996290487986568e-06, "epoch": 2.340909090909091, "percentage": 78.03, "elapsed_time": "1:09:29", "remaining_time": "0:19:33"}
|
| 104 |
+
{"current_steps": 1040, "total_steps": 1320, "loss": 0.1922, "lr": 1.3091501481540676e-06, "epoch": 2.3636363636363638, "percentage": 78.79, "elapsed_time": "1:10:04", "remaining_time": "0:18:51"}
|
| 105 |
+
{"current_steps": 1050, "total_steps": 1320, "loss": 0.2193, "lr": 1.2212521282287093e-06, "epoch": 2.3863636363636362, "percentage": 79.55, "elapsed_time": "1:10:43", "remaining_time": "0:18:11"}
|
| 106 |
+
{"current_steps": 1060, "total_steps": 1320, "loss": 0.2185, "lr": 1.135996452998085e-06, "epoch": 2.409090909090909, "percentage": 80.3, "elapsed_time": "1:11:24", "remaining_time": "0:17:30"}
|
| 107 |
+
{"current_steps": 1070, "total_steps": 1320, "loss": 0.2014, "lr": 1.0534427387395391e-06, "epoch": 2.4318181818181817, "percentage": 81.06, "elapsed_time": "1:12:00", "remaining_time": "0:16:49"}
|
| 108 |
+
{"current_steps": 1080, "total_steps": 1320, "loss": 0.2197, "lr": 9.73648712344707e-07, "epoch": 2.4545454545454546, "percentage": 81.82, "elapsed_time": "1:12:38", "remaining_time": "0:16:08"}
|
| 109 |
+
{"current_steps": 1090, "total_steps": 1320, "loss": 0.2239, "lr": 8.966701709531344e-07, "epoch": 2.4772727272727275, "percentage": 82.58, "elapsed_time": "1:13:18", "remaining_time": "0:15:28"}
|
| 110 |
+
{"current_steps": 1100, "total_steps": 1320, "loss": 0.2054, "lr": 8.225609429353187e-07, "epoch": 2.5, "percentage": 83.33, "elapsed_time": "1:14:01", "remaining_time": "0:14:48"}
|
| 111 |
+
{"current_steps": 1110, "total_steps": 1320, "loss": 0.1895, "lr": 7.513728502524286e-07, "epoch": 2.5227272727272725, "percentage": 84.09, "elapsed_time": "1:14:35", "remaining_time": "0:14:06"}
|
| 112 |
+
{"current_steps": 1120, "total_steps": 1320, "loss": 0.2187, "lr": 6.831556722190453e-07, "epoch": 2.5454545454545454, "percentage": 84.85, "elapsed_time": "1:15:17", "remaining_time": "0:13:26"}
|
| 113 |
+
{"current_steps": 1130, "total_steps": 1320, "loss": 0.2059, "lr": 6.179571106942466e-07, "epoch": 2.5681818181818183, "percentage": 85.61, "elapsed_time": "1:15:59", "remaining_time": "0:12:46"}
|
| 114 |
+
{"current_steps": 1140, "total_steps": 1320, "loss": 0.1974, "lr": 5.558227567253832e-07, "epoch": 2.590909090909091, "percentage": 86.36, "elapsed_time": "1:16:30", "remaining_time": "0:12:04"}
|
| 115 |
+
{"current_steps": 1150, "total_steps": 1320, "loss": 0.215, "lr": 4.967960586678722e-07, "epoch": 2.6136363636363638, "percentage": 87.12, "elapsed_time": "1:17:07", "remaining_time": "0:11:24"}
|
| 116 |
+
{"current_steps": 1160, "total_steps": 1320, "loss": 0.2067, "lr": 4.4091829180330503e-07, "epoch": 2.6363636363636362, "percentage": 87.88, "elapsed_time": "1:17:49", "remaining_time": "0:10:44"}
|
| 117 |
+
{"current_steps": 1170, "total_steps": 1320, "loss": 0.2185, "lr": 3.882285294770938e-07, "epoch": 2.659090909090909, "percentage": 88.64, "elapsed_time": "1:18:31", "remaining_time": "0:10:04"}
|
| 118 |
+
{"current_steps": 1180, "total_steps": 1320, "loss": 0.2126, "lr": 3.3876361577587115e-07, "epoch": 2.6818181818181817, "percentage": 89.39, "elapsed_time": "1:19:08", "remaining_time": "0:09:23"}
|
| 119 |
+
{"current_steps": 1190, "total_steps": 1320, "loss": 0.2376, "lr": 2.9255813976372227e-07, "epoch": 2.7045454545454546, "percentage": 90.15, "elapsed_time": "1:19:51", "remaining_time": "0:08:43"}
|
| 120 |
+
{"current_steps": 1200, "total_steps": 1320, "loss": 0.1971, "lr": 2.4964441129527337e-07, "epoch": 2.7272727272727275, "percentage": 90.91, "elapsed_time": "1:20:27", "remaining_time": "0:08:02"}
|
| 121 |
+
{"current_steps": 1210, "total_steps": 1320, "loss": 0.2023, "lr": 2.1005243842255552e-07, "epoch": 2.75, "percentage": 91.67, "elapsed_time": "1:21:09", "remaining_time": "0:07:22"}
|
| 122 |
+
{"current_steps": 1220, "total_steps": 1320, "loss": 0.2122, "lr": 1.738099064114368e-07, "epoch": 2.7727272727272725, "percentage": 92.42, "elapsed_time": "1:21:49", "remaining_time": "0:06:42"}
|
| 123 |
+
{"current_steps": 1230, "total_steps": 1320, "loss": 0.241, "lr": 1.4094215838229176e-07, "epoch": 2.7954545454545454, "percentage": 93.18, "elapsed_time": "1:22:35", "remaining_time": "0:06:02"}
|
| 124 |
+
{"current_steps": 1240, "total_steps": 1320, "loss": 0.2025, "lr": 1.1147217758845752e-07, "epoch": 2.8181818181818183, "percentage": 93.94, "elapsed_time": "1:23:18", "remaining_time": "0:05:22"}
|
| 125 |
+
{"current_steps": 1250, "total_steps": 1320, "loss": 0.219, "lr": 8.542057134485638e-08, "epoch": 2.840909090909091, "percentage": 94.7, "elapsed_time": "1:24:03", "remaining_time": "0:04:42"}
|
| 126 |
+
{"current_steps": 1260, "total_steps": 1320, "loss": 0.2208, "lr": 6.280555661802857e-08, "epoch": 2.8636363636363638, "percentage": 95.45, "elapsed_time": "1:24:52", "remaining_time": "0:04:02"}
|
| 127 |
+
{"current_steps": 1270, "total_steps": 1320, "loss": 0.239, "lr": 4.3642947287654284e-08, "epoch": 2.8863636363636362, "percentage": 96.21, "elapsed_time": "1:25:32", "remaining_time": "0:03:22"}
|
| 128 |
+
{"current_steps": 1280, "total_steps": 1320, "loss": 0.236, "lr": 2.7946143088466437e-08, "epoch": 2.909090909090909, "percentage": 96.97, "elapsed_time": "1:26:12", "remaining_time": "0:02:41"}
|
| 129 |
+
{"current_steps": 1290, "total_steps": 1320, "loss": 0.1971, "lr": 1.5726120240288632e-08, "epoch": 2.9318181818181817, "percentage": 97.73, "elapsed_time": "1:26:58", "remaining_time": "0:02:01"}
|
| 130 |
+
{"current_steps": 1300, "total_steps": 1320, "loss": 0.2157, "lr": 6.991423772753636e-09, "epoch": 2.9545454545454546, "percentage": 98.48, "elapsed_time": "1:27:35", "remaining_time": "0:01:20"}
|
| 131 |
+
{"current_steps": 1310, "total_steps": 1320, "loss": 0.2044, "lr": 1.7481615500691829e-09, "epoch": 2.9772727272727275, "percentage": 99.24, "elapsed_time": "1:28:14", "remaining_time": "0:00:40"}
|
| 132 |
+
{"current_steps": 1320, "total_steps": 1320, "loss": 0.2047, "lr": 0.0, "epoch": 3.0, "percentage": 100.0, "elapsed_time": "1:29:00", "remaining_time": "0:00:00"}
|
| 133 |
+
{"current_steps": 1320, "total_steps": 1320, "epoch": 3.0, "percentage": 100.0, "elapsed_time": "1:29:40", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,966 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 3.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 1320,
|
| 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.022727272727272728,
|
| 13 |
+
"grad_norm": 4.307063447378547,
|
| 14 |
+
"learning_rate": 7.575757575757576e-07,
|
| 15 |
+
"loss": 0.7126,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.045454545454545456,
|
| 20 |
+
"grad_norm": 2.478183802674108,
|
| 21 |
+
"learning_rate": 1.5151515151515152e-06,
|
| 22 |
+
"loss": 0.6907,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.06818181818181818,
|
| 27 |
+
"grad_norm": 2.093724232621029,
|
| 28 |
+
"learning_rate": 2.2727272727272728e-06,
|
| 29 |
+
"loss": 0.6475,
|
| 30 |
+
"step": 30
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.09090909090909091,
|
| 34 |
+
"grad_norm": 1.988326655453792,
|
| 35 |
+
"learning_rate": 3.0303030303030305e-06,
|
| 36 |
+
"loss": 0.5679,
|
| 37 |
+
"step": 40
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.11363636363636363,
|
| 41 |
+
"grad_norm": 1.5026333071399824,
|
| 42 |
+
"learning_rate": 3.7878787878787882e-06,
|
| 43 |
+
"loss": 0.5262,
|
| 44 |
+
"step": 50
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.13636363636363635,
|
| 48 |
+
"grad_norm": 1.1747754528130179,
|
| 49 |
+
"learning_rate": 4.5454545454545455e-06,
|
| 50 |
+
"loss": 0.4857,
|
| 51 |
+
"step": 60
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.1590909090909091,
|
| 55 |
+
"grad_norm": 1.3829995461023388,
|
| 56 |
+
"learning_rate": 5.303030303030303e-06,
|
| 57 |
+
"loss": 0.5007,
|
| 58 |
+
"step": 70
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.18181818181818182,
|
| 62 |
+
"grad_norm": 1.1555847024592305,
|
| 63 |
+
"learning_rate": 6.060606060606061e-06,
|
| 64 |
+
"loss": 0.4704,
|
| 65 |
+
"step": 80
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.20454545454545456,
|
| 69 |
+
"grad_norm": 1.530346299350765,
|
| 70 |
+
"learning_rate": 6.818181818181818e-06,
|
| 71 |
+
"loss": 0.4815,
|
| 72 |
+
"step": 90
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.22727272727272727,
|
| 76 |
+
"grad_norm": 1.3258734821104459,
|
| 77 |
+
"learning_rate": 7.5757575757575764e-06,
|
| 78 |
+
"loss": 0.4453,
|
| 79 |
+
"step": 100
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.25,
|
| 83 |
+
"grad_norm": 1.0866300791021735,
|
| 84 |
+
"learning_rate": 8.333333333333334e-06,
|
| 85 |
+
"loss": 0.479,
|
| 86 |
+
"step": 110
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.2727272727272727,
|
| 90 |
+
"grad_norm": 1.1145634533248179,
|
| 91 |
+
"learning_rate": 9.090909090909091e-06,
|
| 92 |
+
"loss": 0.4551,
|
| 93 |
+
"step": 120
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.29545454545454547,
|
| 97 |
+
"grad_norm": 1.2164089669910587,
|
| 98 |
+
"learning_rate": 9.84848484848485e-06,
|
| 99 |
+
"loss": 0.4506,
|
| 100 |
+
"step": 130
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.3181818181818182,
|
| 104 |
+
"grad_norm": 1.4715102015058124,
|
| 105 |
+
"learning_rate": 9.99888115313551e-06,
|
| 106 |
+
"loss": 0.4689,
|
| 107 |
+
"step": 140
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.3409090909090909,
|
| 111 |
+
"grad_norm": 1.25166857918504,
|
| 112 |
+
"learning_rate": 9.994336695915041e-06,
|
| 113 |
+
"loss": 0.4648,
|
| 114 |
+
"step": 150
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.36363636363636365,
|
| 118 |
+
"grad_norm": 1.1482193515136296,
|
| 119 |
+
"learning_rate": 9.986299875742612e-06,
|
| 120 |
+
"loss": 0.4508,
|
| 121 |
+
"step": 160
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.38636363636363635,
|
| 125 |
+
"grad_norm": 1.4115865068533915,
|
| 126 |
+
"learning_rate": 9.97477631248223e-06,
|
| 127 |
+
"loss": 0.468,
|
| 128 |
+
"step": 170
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.4090909090909091,
|
| 132 |
+
"grad_norm": 1.2290742002804682,
|
| 133 |
+
"learning_rate": 9.959774064153977e-06,
|
| 134 |
+
"loss": 0.4541,
|
| 135 |
+
"step": 180
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.4318181818181818,
|
| 139 |
+
"grad_norm": 1.1793845606021387,
|
| 140 |
+
"learning_rate": 9.941303621299332e-06,
|
| 141 |
+
"loss": 0.4278,
|
| 142 |
+
"step": 190
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.45454545454545453,
|
| 146 |
+
"grad_norm": 0.9220892011963717,
|
| 147 |
+
"learning_rate": 9.919377899645497e-06,
|
| 148 |
+
"loss": 0.4379,
|
| 149 |
+
"step": 200
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.4772727272727273,
|
| 153 |
+
"grad_norm": 1.0861369533049958,
|
| 154 |
+
"learning_rate": 9.894012231073895e-06,
|
| 155 |
+
"loss": 0.418,
|
| 156 |
+
"step": 210
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.5,
|
| 160 |
+
"grad_norm": 1.0739119949772593,
|
| 161 |
+
"learning_rate": 9.86522435289912e-06,
|
| 162 |
+
"loss": 0.438,
|
| 163 |
+
"step": 220
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.5227272727272727,
|
| 167 |
+
"grad_norm": 1.0583396452432017,
|
| 168 |
+
"learning_rate": 9.833034395465866e-06,
|
| 169 |
+
"loss": 0.4498,
|
| 170 |
+
"step": 230
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.5454545454545454,
|
| 174 |
+
"grad_norm": 1.2558829873984296,
|
| 175 |
+
"learning_rate": 9.797464868072489e-06,
|
| 176 |
+
"loss": 0.4241,
|
| 177 |
+
"step": 240
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.5681818181818182,
|
| 181 |
+
"grad_norm": 0.9274074484915623,
|
| 182 |
+
"learning_rate": 9.758540643231041e-06,
|
| 183 |
+
"loss": 0.4473,
|
| 184 |
+
"step": 250
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.5909090909090909,
|
| 188 |
+
"grad_norm": 1.1351911624937234,
|
| 189 |
+
"learning_rate": 9.716288939274818e-06,
|
| 190 |
+
"loss": 0.4197,
|
| 191 |
+
"step": 260
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.6136363636363636,
|
| 195 |
+
"grad_norm": 1.0488446178988242,
|
| 196 |
+
"learning_rate": 9.670739301325534e-06,
|
| 197 |
+
"loss": 0.4442,
|
| 198 |
+
"step": 270
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.6363636363636364,
|
| 202 |
+
"grad_norm": 1.3143206978246442,
|
| 203 |
+
"learning_rate": 9.621923580633462e-06,
|
| 204 |
+
"loss": 0.4217,
|
| 205 |
+
"step": 280
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.6590909090909091,
|
| 209 |
+
"grad_norm": 1.1646273970559764,
|
| 210 |
+
"learning_rate": 9.56987591230498e-06,
|
| 211 |
+
"loss": 0.4294,
|
| 212 |
+
"step": 290
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.6818181818181818,
|
| 216 |
+
"grad_norm": 1.1283407631969753,
|
| 217 |
+
"learning_rate": 9.514632691433108e-06,
|
| 218 |
+
"loss": 0.4505,
|
| 219 |
+
"step": 300
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.7045454545454546,
|
| 223 |
+
"grad_norm": 1.0905525560287967,
|
| 224 |
+
"learning_rate": 9.456232547647695e-06,
|
| 225 |
+
"loss": 0.4496,
|
| 226 |
+
"step": 310
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.7272727272727273,
|
| 230 |
+
"grad_norm": 0.855761546485483,
|
| 231 |
+
"learning_rate": 9.394716318103098e-06,
|
| 232 |
+
"loss": 0.425,
|
| 233 |
+
"step": 320
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.75,
|
| 237 |
+
"grad_norm": 1.1885215313833324,
|
| 238 |
+
"learning_rate": 9.330127018922195e-06,
|
| 239 |
+
"loss": 0.4691,
|
| 240 |
+
"step": 330
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.7727272727272727,
|
| 244 |
+
"grad_norm": 0.9705633869137796,
|
| 245 |
+
"learning_rate": 9.262509815116732e-06,
|
| 246 |
+
"loss": 0.4266,
|
| 247 |
+
"step": 340
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.7954545454545454,
|
| 251 |
+
"grad_norm": 0.9460295884946632,
|
| 252 |
+
"learning_rate": 9.191911989005038e-06,
|
| 253 |
+
"loss": 0.4334,
|
| 254 |
+
"step": 350
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.8181818181818182,
|
| 258 |
+
"grad_norm": 0.8244479504968187,
|
| 259 |
+
"learning_rate": 9.118382907149164e-06,
|
| 260 |
+
"loss": 0.4354,
|
| 261 |
+
"step": 360
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.8409090909090909,
|
| 265 |
+
"grad_norm": 1.0907034782243845,
|
| 266 |
+
"learning_rate": 9.041973985834595e-06,
|
| 267 |
+
"loss": 0.4409,
|
| 268 |
+
"step": 370
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.8636363636363636,
|
| 272 |
+
"grad_norm": 0.9011547089995718,
|
| 273 |
+
"learning_rate": 8.96273865511666e-06,
|
| 274 |
+
"loss": 0.4272,
|
| 275 |
+
"step": 380
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.8863636363636364,
|
| 279 |
+
"grad_norm": 1.2220001058375158,
|
| 280 |
+
"learning_rate": 8.880732321458785e-06,
|
| 281 |
+
"loss": 0.4325,
|
| 282 |
+
"step": 390
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.9090909090909091,
|
| 286 |
+
"grad_norm": 1.0552888697398697,
|
| 287 |
+
"learning_rate": 8.796012328988716e-06,
|
| 288 |
+
"loss": 0.4069,
|
| 289 |
+
"step": 400
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.9318181818181818,
|
| 293 |
+
"grad_norm": 1.307751530018105,
|
| 294 |
+
"learning_rate": 8.708637919399798e-06,
|
| 295 |
+
"loss": 0.4396,
|
| 296 |
+
"step": 410
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.9545454545454546,
|
| 300 |
+
"grad_norm": 0.9812773481606568,
|
| 301 |
+
"learning_rate": 8.61867019052535e-06,
|
| 302 |
+
"loss": 0.4171,
|
| 303 |
+
"step": 420
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.9772727272727273,
|
| 307 |
+
"grad_norm": 1.0623603631162184,
|
| 308 |
+
"learning_rate": 8.526172053615122e-06,
|
| 309 |
+
"loss": 0.4095,
|
| 310 |
+
"step": 430
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 1.0,
|
| 314 |
+
"grad_norm": 1.0466603824404057,
|
| 315 |
+
"learning_rate": 8.43120818934367e-06,
|
| 316 |
+
"loss": 0.4303,
|
| 317 |
+
"step": 440
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 1.0227272727272727,
|
| 321 |
+
"grad_norm": 0.9422037793723509,
|
| 322 |
+
"learning_rate": 8.33384500258146e-06,
|
| 323 |
+
"loss": 0.3291,
|
| 324 |
+
"step": 450
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 1.0454545454545454,
|
| 328 |
+
"grad_norm": 1.1439839179446254,
|
| 329 |
+
"learning_rate": 8.234150575960288e-06,
|
| 330 |
+
"loss": 0.3231,
|
| 331 |
+
"step": 460
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 1.0681818181818181,
|
| 335 |
+
"grad_norm": 0.9363363052426827,
|
| 336 |
+
"learning_rate": 8.132194622265508e-06,
|
| 337 |
+
"loss": 0.3321,
|
| 338 |
+
"step": 470
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 1.0909090909090908,
|
| 342 |
+
"grad_norm": 0.8976501587025572,
|
| 343 |
+
"learning_rate": 8.028048435688333e-06,
|
| 344 |
+
"loss": 0.307,
|
| 345 |
+
"step": 480
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 1.1136363636363635,
|
| 349 |
+
"grad_norm": 0.8926726629185868,
|
| 350 |
+
"learning_rate": 7.921784841972355e-06,
|
| 351 |
+
"loss": 0.2804,
|
| 352 |
+
"step": 490
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 1.1363636363636362,
|
| 356 |
+
"grad_norm": 1.0791854561775653,
|
| 357 |
+
"learning_rate": 7.813478147489052e-06,
|
| 358 |
+
"loss": 0.3356,
|
| 359 |
+
"step": 500
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 1.1590909090909092,
|
| 363 |
+
"grad_norm": 0.9510040199261199,
|
| 364 |
+
"learning_rate": 7.703204087277989e-06,
|
| 365 |
+
"loss": 0.3192,
|
| 366 |
+
"step": 510
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 1.1818181818181819,
|
| 370 |
+
"grad_norm": 1.0208622518742,
|
| 371 |
+
"learning_rate": 7.5910397720879785e-06,
|
| 372 |
+
"loss": 0.3253,
|
| 373 |
+
"step": 520
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 1.2045454545454546,
|
| 377 |
+
"grad_norm": 1.1056530204649813,
|
| 378 |
+
"learning_rate": 7.477063634456263e-06,
|
| 379 |
+
"loss": 0.2948,
|
| 380 |
+
"step": 530
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 1.2272727272727273,
|
| 384 |
+
"grad_norm": 0.8907984718041057,
|
| 385 |
+
"learning_rate": 7.361355373863415e-06,
|
| 386 |
+
"loss": 0.3303,
|
| 387 |
+
"step": 540
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 1.25,
|
| 391 |
+
"grad_norm": 0.9921150120480224,
|
| 392 |
+
"learning_rate": 7.243995901002312e-06,
|
| 393 |
+
"loss": 0.3281,
|
| 394 |
+
"step": 550
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 1.2727272727272727,
|
| 398 |
+
"grad_norm": 1.1894145553342288,
|
| 399 |
+
"learning_rate": 7.1250672812001505e-06,
|
| 400 |
+
"loss": 0.3254,
|
| 401 |
+
"step": 560
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 1.2954545454545454,
|
| 405 |
+
"grad_norm": 1.1062688043595825,
|
| 406 |
+
"learning_rate": 7.004652677033069e-06,
|
| 407 |
+
"loss": 0.328,
|
| 408 |
+
"step": 570
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 1.3181818181818181,
|
| 412 |
+
"grad_norm": 0.8834038525733939,
|
| 413 |
+
"learning_rate": 6.882836290173493e-06,
|
| 414 |
+
"loss": 0.3242,
|
| 415 |
+
"step": 580
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 1.3409090909090908,
|
| 419 |
+
"grad_norm": 1.032054335046655,
|
| 420 |
+
"learning_rate": 6.759703302510898e-06,
|
| 421 |
+
"loss": 0.3408,
|
| 422 |
+
"step": 590
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 1.3636363636363638,
|
| 426 |
+
"grad_norm": 1.0032122077515986,
|
| 427 |
+
"learning_rate": 6.635339816587109e-06,
|
| 428 |
+
"loss": 0.3188,
|
| 429 |
+
"step": 600
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 1.3863636363636362,
|
| 433 |
+
"grad_norm": 0.8472856067780782,
|
| 434 |
+
"learning_rate": 6.5098327953878585e-06,
|
| 435 |
+
"loss": 0.3108,
|
| 436 |
+
"step": 610
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 1.4090909090909092,
|
| 440 |
+
"grad_norm": 0.9812797187008553,
|
| 441 |
+
"learning_rate": 6.383270001532636e-06,
|
| 442 |
+
"loss": 0.3192,
|
| 443 |
+
"step": 620
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 1.4318181818181819,
|
| 447 |
+
"grad_norm": 0.982163512940909,
|
| 448 |
+
"learning_rate": 6.255739935905396e-06,
|
| 449 |
+
"loss": 0.3032,
|
| 450 |
+
"step": 630
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 1.4545454545454546,
|
| 454 |
+
"grad_norm": 0.8121759235743116,
|
| 455 |
+
"learning_rate": 6.127331775769023e-06,
|
| 456 |
+
"loss": 0.328,
|
| 457 |
+
"step": 640
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 1.4772727272727273,
|
| 461 |
+
"grad_norm": 0.8288842937391799,
|
| 462 |
+
"learning_rate": 5.998135312406821e-06,
|
| 463 |
+
"loss": 0.3241,
|
| 464 |
+
"step": 650
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 1.5,
|
| 468 |
+
"grad_norm": 1.1705693195996676,
|
| 469 |
+
"learning_rate": 5.8682408883346535e-06,
|
| 470 |
+
"loss": 0.3097,
|
| 471 |
+
"step": 660
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 1.5227272727272727,
|
| 475 |
+
"grad_norm": 1.1928631326301389,
|
| 476 |
+
"learning_rate": 5.737739334127611e-06,
|
| 477 |
+
"loss": 0.3306,
|
| 478 |
+
"step": 670
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 1.5454545454545454,
|
| 482 |
+
"grad_norm": 0.8793536700861068,
|
| 483 |
+
"learning_rate": 5.60672190490541e-06,
|
| 484 |
+
"loss": 0.2965,
|
| 485 |
+
"step": 680
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 1.5681818181818183,
|
| 489 |
+
"grad_norm": 1.1096056081901176,
|
| 490 |
+
"learning_rate": 5.475280216520913e-06,
|
| 491 |
+
"loss": 0.3149,
|
| 492 |
+
"step": 690
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 1.5909090909090908,
|
| 496 |
+
"grad_norm": 1.0132771918230767,
|
| 497 |
+
"learning_rate": 5.343506181496405e-06,
|
| 498 |
+
"loss": 0.3376,
|
| 499 |
+
"step": 700
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 1.6136363636363638,
|
| 503 |
+
"grad_norm": 1.0015800596494355,
|
| 504 |
+
"learning_rate": 5.2114919447524155e-06,
|
| 505 |
+
"loss": 0.3091,
|
| 506 |
+
"step": 710
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 1.6363636363636362,
|
| 510 |
+
"grad_norm": 1.3217531318258682,
|
| 511 |
+
"learning_rate": 5.07932981917404e-06,
|
| 512 |
+
"loss": 0.3424,
|
| 513 |
+
"step": 720
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 1.6590909090909092,
|
| 517 |
+
"grad_norm": 0.844031720581408,
|
| 518 |
+
"learning_rate": 4.947112221059803e-06,
|
| 519 |
+
"loss": 0.334,
|
| 520 |
+
"step": 730
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 1.6818181818181817,
|
| 524 |
+
"grad_norm": 0.9811023453126005,
|
| 525 |
+
"learning_rate": 4.81493160549821e-06,
|
| 526 |
+
"loss": 0.3149,
|
| 527 |
+
"step": 740
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 1.7045454545454546,
|
| 531 |
+
"grad_norm": 0.9120047314542666,
|
| 532 |
+
"learning_rate": 4.682880401717178e-06,
|
| 533 |
+
"loss": 0.3387,
|
| 534 |
+
"step": 750
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 1.7272727272727273,
|
| 538 |
+
"grad_norm": 0.9645251862151868,
|
| 539 |
+
"learning_rate": 4.551050948451542e-06,
|
| 540 |
+
"loss": 0.3075,
|
| 541 |
+
"step": 760
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 1.75,
|
| 545 |
+
"grad_norm": 1.029589258346577,
|
| 546 |
+
"learning_rate": 4.4195354293738484e-06,
|
| 547 |
+
"loss": 0.2997,
|
| 548 |
+
"step": 770
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 1.7727272727272727,
|
| 552 |
+
"grad_norm": 0.8289069672393073,
|
| 553 |
+
"learning_rate": 4.2884258086335755e-06,
|
| 554 |
+
"loss": 0.3114,
|
| 555 |
+
"step": 780
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 1.7954545454545454,
|
| 559 |
+
"grad_norm": 0.8269221372870464,
|
| 560 |
+
"learning_rate": 4.1578137665498485e-06,
|
| 561 |
+
"loss": 0.3162,
|
| 562 |
+
"step": 790
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 1.8181818181818183,
|
| 566 |
+
"grad_norm": 1.0419412973934015,
|
| 567 |
+
"learning_rate": 4.027790635502646e-06,
|
| 568 |
+
"loss": 0.3022,
|
| 569 |
+
"step": 800
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 1.8409090909090908,
|
| 573 |
+
"grad_norm": 0.828576197701733,
|
| 574 |
+
"learning_rate": 3.898447336067297e-06,
|
| 575 |
+
"loss": 0.3181,
|
| 576 |
+
"step": 810
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 1.8636363636363638,
|
| 580 |
+
"grad_norm": 0.7902710878002056,
|
| 581 |
+
"learning_rate": 3.769874313436933e-06,
|
| 582 |
+
"loss": 0.2964,
|
| 583 |
+
"step": 820
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 1.8863636363636362,
|
| 587 |
+
"grad_norm": 0.8650766226460292,
|
| 588 |
+
"learning_rate": 3.6421614741773702e-06,
|
| 589 |
+
"loss": 0.3083,
|
| 590 |
+
"step": 830
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 1.9090909090909092,
|
| 594 |
+
"grad_norm": 0.911674397252804,
|
| 595 |
+
"learning_rate": 3.5153981233586277e-06,
|
| 596 |
+
"loss": 0.3278,
|
| 597 |
+
"step": 840
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 1.9318181818181817,
|
| 601 |
+
"grad_norm": 1.0190901522385132,
|
| 602 |
+
"learning_rate": 3.389672902107044e-06,
|
| 603 |
+
"loss": 0.2963,
|
| 604 |
+
"step": 850
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 1.9545454545454546,
|
| 608 |
+
"grad_norm": 0.9093931759022098,
|
| 609 |
+
"learning_rate": 3.2650737256216885e-06,
|
| 610 |
+
"loss": 0.3143,
|
| 611 |
+
"step": 860
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 1.9772727272727273,
|
| 615 |
+
"grad_norm": 0.9726770446051795,
|
| 616 |
+
"learning_rate": 3.141687721698363e-06,
|
| 617 |
+
"loss": 0.3025,
|
| 618 |
+
"step": 870
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 2.0,
|
| 622 |
+
"grad_norm": 0.8959220677622172,
|
| 623 |
+
"learning_rate": 3.019601169804216e-06,
|
| 624 |
+
"loss": 0.3343,
|
| 625 |
+
"step": 880
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 2.022727272727273,
|
| 629 |
+
"grad_norm": 1.0245721987690635,
|
| 630 |
+
"learning_rate": 2.898899440745569e-06,
|
| 631 |
+
"loss": 0.2299,
|
| 632 |
+
"step": 890
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 2.0454545454545454,
|
| 636 |
+
"grad_norm": 0.7717882058531099,
|
| 637 |
+
"learning_rate": 2.7796669369711294e-06,
|
| 638 |
+
"loss": 0.2129,
|
| 639 |
+
"step": 900
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 2.0681818181818183,
|
| 643 |
+
"grad_norm": 1.4121404315256307,
|
| 644 |
+
"learning_rate": 2.6619870335523434e-06,
|
| 645 |
+
"loss": 0.1988,
|
| 646 |
+
"step": 910
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 2.090909090909091,
|
| 650 |
+
"grad_norm": 0.8228740125650449,
|
| 651 |
+
"learning_rate": 2.5459420198821604e-06,
|
| 652 |
+
"loss": 0.2377,
|
| 653 |
+
"step": 920
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 2.1136363636363638,
|
| 657 |
+
"grad_norm": 1.0688882544650145,
|
| 658 |
+
"learning_rate": 2.4316130421329696e-06,
|
| 659 |
+
"loss": 0.243,
|
| 660 |
+
"step": 930
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 2.1363636363636362,
|
| 664 |
+
"grad_norm": 0.6981423061851445,
|
| 665 |
+
"learning_rate": 2.319080046513954e-06,
|
| 666 |
+
"loss": 0.1995,
|
| 667 |
+
"step": 940
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 2.159090909090909,
|
| 671 |
+
"grad_norm": 0.7538445094011031,
|
| 672 |
+
"learning_rate": 2.2084217233675386e-06,
|
| 673 |
+
"loss": 0.2313,
|
| 674 |
+
"step": 950
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 2.1818181818181817,
|
| 678 |
+
"grad_norm": 0.7057622922962025,
|
| 679 |
+
"learning_rate": 2.09971545214401e-06,
|
| 680 |
+
"loss": 0.2037,
|
| 681 |
+
"step": 960
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 2.2045454545454546,
|
| 685 |
+
"grad_norm": 0.8953813377341792,
|
| 686 |
+
"learning_rate": 1.9930372472928095e-06,
|
| 687 |
+
"loss": 0.2385,
|
| 688 |
+
"step": 970
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 2.227272727272727,
|
| 692 |
+
"grad_norm": 0.8650152971442162,
|
| 693 |
+
"learning_rate": 1.8884617051083183e-06,
|
| 694 |
+
"loss": 0.2231,
|
| 695 |
+
"step": 980
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 2.25,
|
| 699 |
+
"grad_norm": 0.7372775145267629,
|
| 700 |
+
"learning_rate": 1.7860619515673034e-06,
|
| 701 |
+
"loss": 0.2233,
|
| 702 |
+
"step": 990
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 2.2727272727272725,
|
| 706 |
+
"grad_norm": 1.1713711786724677,
|
| 707 |
+
"learning_rate": 1.68590959119452e-06,
|
| 708 |
+
"loss": 0.2302,
|
| 709 |
+
"step": 1000
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 2.2954545454545454,
|
| 713 |
+
"grad_norm": 0.8830634163052888,
|
| 714 |
+
"learning_rate": 1.5880746569921867e-06,
|
| 715 |
+
"loss": 0.213,
|
| 716 |
+
"step": 1010
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 2.3181818181818183,
|
| 720 |
+
"grad_norm": 0.7920929754273773,
|
| 721 |
+
"learning_rate": 1.4926255614683931e-06,
|
| 722 |
+
"loss": 0.2231,
|
| 723 |
+
"step": 1020
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 2.340909090909091,
|
| 727 |
+
"grad_norm": 0.9483810580401165,
|
| 728 |
+
"learning_rate": 1.3996290487986568e-06,
|
| 729 |
+
"loss": 0.2046,
|
| 730 |
+
"step": 1030
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 2.3636363636363638,
|
| 734 |
+
"grad_norm": 0.9124193486122323,
|
| 735 |
+
"learning_rate": 1.3091501481540676e-06,
|
| 736 |
+
"loss": 0.1922,
|
| 737 |
+
"step": 1040
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 2.3863636363636362,
|
| 741 |
+
"grad_norm": 0.9345460355742555,
|
| 742 |
+
"learning_rate": 1.2212521282287093e-06,
|
| 743 |
+
"loss": 0.2193,
|
| 744 |
+
"step": 1050
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 2.409090909090909,
|
| 748 |
+
"grad_norm": 0.7947710523061967,
|
| 749 |
+
"learning_rate": 1.135996452998085e-06,
|
| 750 |
+
"loss": 0.2185,
|
| 751 |
+
"step": 1060
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 2.4318181818181817,
|
| 755 |
+
"grad_norm": 0.8478563530801623,
|
| 756 |
+
"learning_rate": 1.0534427387395391e-06,
|
| 757 |
+
"loss": 0.2014,
|
| 758 |
+
"step": 1070
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 2.4545454545454546,
|
| 762 |
+
"grad_norm": 0.847550358331553,
|
| 763 |
+
"learning_rate": 9.73648712344707e-07,
|
| 764 |
+
"loss": 0.2197,
|
| 765 |
+
"step": 1080
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 2.4772727272727275,
|
| 769 |
+
"grad_norm": 0.9568357719105378,
|
| 770 |
+
"learning_rate": 8.966701709531344e-07,
|
| 771 |
+
"loss": 0.2239,
|
| 772 |
+
"step": 1090
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 2.5,
|
| 776 |
+
"grad_norm": 0.8646126050539757,
|
| 777 |
+
"learning_rate": 8.225609429353187e-07,
|
| 778 |
+
"loss": 0.2054,
|
| 779 |
+
"step": 1100
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 2.5227272727272725,
|
| 783 |
+
"grad_norm": 0.8831276830491341,
|
| 784 |
+
"learning_rate": 7.513728502524286e-07,
|
| 785 |
+
"loss": 0.1895,
|
| 786 |
+
"step": 1110
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 2.5454545454545454,
|
| 790 |
+
"grad_norm": 1.1049972930051686,
|
| 791 |
+
"learning_rate": 6.831556722190453e-07,
|
| 792 |
+
"loss": 0.2187,
|
| 793 |
+
"step": 1120
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 2.5681818181818183,
|
| 797 |
+
"grad_norm": 0.819930369422315,
|
| 798 |
+
"learning_rate": 6.179571106942466e-07,
|
| 799 |
+
"loss": 0.2059,
|
| 800 |
+
"step": 1130
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 2.590909090909091,
|
| 804 |
+
"grad_norm": 0.8068522453155903,
|
| 805 |
+
"learning_rate": 5.558227567253832e-07,
|
| 806 |
+
"loss": 0.1974,
|
| 807 |
+
"step": 1140
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 2.6136363636363638,
|
| 811 |
+
"grad_norm": 0.8627975251731292,
|
| 812 |
+
"learning_rate": 4.967960586678722e-07,
|
| 813 |
+
"loss": 0.215,
|
| 814 |
+
"step": 1150
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 2.6363636363636362,
|
| 818 |
+
"grad_norm": 0.7571397611134698,
|
| 819 |
+
"learning_rate": 4.4091829180330503e-07,
|
| 820 |
+
"loss": 0.2067,
|
| 821 |
+
"step": 1160
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 2.659090909090909,
|
| 825 |
+
"grad_norm": 0.8163877858341596,
|
| 826 |
+
"learning_rate": 3.882285294770938e-07,
|
| 827 |
+
"loss": 0.2185,
|
| 828 |
+
"step": 1170
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 2.6818181818181817,
|
| 832 |
+
"grad_norm": 0.847944124408921,
|
| 833 |
+
"learning_rate": 3.3876361577587115e-07,
|
| 834 |
+
"loss": 0.2126,
|
| 835 |
+
"step": 1180
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 2.7045454545454546,
|
| 839 |
+
"grad_norm": 0.8609864011531457,
|
| 840 |
+
"learning_rate": 2.9255813976372227e-07,
|
| 841 |
+
"loss": 0.2376,
|
| 842 |
+
"step": 1190
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 2.7272727272727275,
|
| 846 |
+
"grad_norm": 0.8142965279668429,
|
| 847 |
+
"learning_rate": 2.4964441129527337e-07,
|
| 848 |
+
"loss": 0.1971,
|
| 849 |
+
"step": 1200
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 2.75,
|
| 853 |
+
"grad_norm": 0.8085909064873231,
|
| 854 |
+
"learning_rate": 2.1005243842255552e-07,
|
| 855 |
+
"loss": 0.2023,
|
| 856 |
+
"step": 1210
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 2.7727272727272725,
|
| 860 |
+
"grad_norm": 0.7715524471203066,
|
| 861 |
+
"learning_rate": 1.738099064114368e-07,
|
| 862 |
+
"loss": 0.2122,
|
| 863 |
+
"step": 1220
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 2.7954545454545454,
|
| 867 |
+
"grad_norm": 0.7256919162493282,
|
| 868 |
+
"learning_rate": 1.4094215838229176e-07,
|
| 869 |
+
"loss": 0.241,
|
| 870 |
+
"step": 1230
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 2.8181818181818183,
|
| 874 |
+
"grad_norm": 0.7761363095194573,
|
| 875 |
+
"learning_rate": 1.1147217758845752e-07,
|
| 876 |
+
"loss": 0.2025,
|
| 877 |
+
"step": 1240
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 2.840909090909091,
|
| 881 |
+
"grad_norm": 0.7416748760573418,
|
| 882 |
+
"learning_rate": 8.542057134485638e-08,
|
| 883 |
+
"loss": 0.219,
|
| 884 |
+
"step": 1250
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 2.8636363636363638,
|
| 888 |
+
"grad_norm": 0.8096267555239283,
|
| 889 |
+
"learning_rate": 6.280555661802857e-08,
|
| 890 |
+
"loss": 0.2208,
|
| 891 |
+
"step": 1260
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 2.8863636363636362,
|
| 895 |
+
"grad_norm": 0.9092729323776195,
|
| 896 |
+
"learning_rate": 4.3642947287654284e-08,
|
| 897 |
+
"loss": 0.239,
|
| 898 |
+
"step": 1270
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 2.909090909090909,
|
| 902 |
+
"grad_norm": 0.7872817827279941,
|
| 903 |
+
"learning_rate": 2.7946143088466437e-08,
|
| 904 |
+
"loss": 0.236,
|
| 905 |
+
"step": 1280
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 2.9318181818181817,
|
| 909 |
+
"grad_norm": 0.9061945080911546,
|
| 910 |
+
"learning_rate": 1.5726120240288632e-08,
|
| 911 |
+
"loss": 0.1971,
|
| 912 |
+
"step": 1290
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 2.9545454545454546,
|
| 916 |
+
"grad_norm": 0.9803191049167996,
|
| 917 |
+
"learning_rate": 6.991423772753636e-09,
|
| 918 |
+
"loss": 0.2157,
|
| 919 |
+
"step": 1300
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 2.9772727272727275,
|
| 923 |
+
"grad_norm": 0.9109787805486621,
|
| 924 |
+
"learning_rate": 1.7481615500691829e-09,
|
| 925 |
+
"loss": 0.2044,
|
| 926 |
+
"step": 1310
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 3.0,
|
| 930 |
+
"grad_norm": 0.7033421688883779,
|
| 931 |
+
"learning_rate": 0.0,
|
| 932 |
+
"loss": 0.2047,
|
| 933 |
+
"step": 1320
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 3.0,
|
| 937 |
+
"step": 1320,
|
| 938 |
+
"total_flos": 148330505830400.0,
|
| 939 |
+
"train_loss": 0.33294462082964,
|
| 940 |
+
"train_runtime": 5380.5167,
|
| 941 |
+
"train_samples_per_second": 1.959,
|
| 942 |
+
"train_steps_per_second": 0.245
|
| 943 |
+
}
|
| 944 |
+
],
|
| 945 |
+
"logging_steps": 10,
|
| 946 |
+
"max_steps": 1320,
|
| 947 |
+
"num_input_tokens_seen": 0,
|
| 948 |
+
"num_train_epochs": 3,
|
| 949 |
+
"save_steps": 500,
|
| 950 |
+
"stateful_callbacks": {
|
| 951 |
+
"TrainerControl": {
|
| 952 |
+
"args": {
|
| 953 |
+
"should_epoch_stop": false,
|
| 954 |
+
"should_evaluate": false,
|
| 955 |
+
"should_log": false,
|
| 956 |
+
"should_save": true,
|
| 957 |
+
"should_training_stop": true
|
| 958 |
+
},
|
| 959 |
+
"attributes": {}
|
| 960 |
+
}
|
| 961 |
+
},
|
| 962 |
+
"total_flos": 148330505830400.0,
|
| 963 |
+
"train_batch_size": 1,
|
| 964 |
+
"trial_name": null,
|
| 965 |
+
"trial_params": null
|
| 966 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:712f7009446b5b3f1554786152973a9ab12479b131a86f293abf519698dac272
|
| 3 |
+
size 7608
|
training_loss.png
ADDED
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|