Upload model
Browse files- .gitattributes +1 -0
- README.md +60 -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
- start_end.json +1 -0
- tokenizer.json +3 -0
- tokenizer_config.json +208 -0
- train_results.json +8 -0
- trainer_log.jsonl +131 -0
- trainer_state.json +952 -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,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: other
|
| 4 |
+
base_model: Qwen/Qwen2.5-7B-Instruct
|
| 5 |
+
tags:
|
| 6 |
+
- llama-factory
|
| 7 |
+
- full
|
| 8 |
+
- generated_from_trainer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: meta_chat_reasoning_75_25_system_100k
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# meta_chat_reasoning_75_25_system_100k
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the mlfoundations-dev/meta_chat_reasoning_75_25_system_100k dataset.
|
| 20 |
+
|
| 21 |
+
## Model description
|
| 22 |
+
|
| 23 |
+
More information needed
|
| 24 |
+
|
| 25 |
+
## Intended uses & limitations
|
| 26 |
+
|
| 27 |
+
More information needed
|
| 28 |
+
|
| 29 |
+
## Training and evaluation data
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
+
|
| 35 |
+
### Training hyperparameters
|
| 36 |
+
|
| 37 |
+
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 8e-05
|
| 39 |
+
- train_batch_size: 1
|
| 40 |
+
- eval_batch_size: 8
|
| 41 |
+
- seed: 42
|
| 42 |
+
- distributed_type: multi-GPU
|
| 43 |
+
- num_devices: 512
|
| 44 |
+
- total_train_batch_size: 512
|
| 45 |
+
- total_eval_batch_size: 4096
|
| 46 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 47 |
+
- lr_scheduler_type: cosine
|
| 48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 49 |
+
- num_epochs: 5.0
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
### Framework versions
|
| 56 |
+
|
| 57 |
+
- Transformers 4.46.1
|
| 58 |
+
- Pytorch 2.6.0+cu124
|
| 59 |
+
- Datasets 3.1.0
|
| 60 |
+
- Tokenizers 0.20.3
|
added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
all_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 5.0,
|
| 3 |
+
"total_flos": 2180898493562880.0,
|
| 4 |
+
"train_loss": 0.4967416850420145,
|
| 5 |
+
"train_runtime": 5886.6032,
|
| 6 |
+
"train_samples_per_second": 11.151,
|
| 7 |
+
"train_steps_per_second": 0.022
|
| 8 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/leonardo_work/EUHPC_E03_068/DCFT_shared/hub/models--Qwen--Qwen2.5-7B-Instruct/snapshots/a09a35458c702b33eeacc393d103063234e8bc28",
|
| 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": null,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "bfloat16",
|
| 25 |
+
"transformers_version": "4.46.1",
|
| 26 |
+
"use_cache": false,
|
| 27 |
+
"use_sliding_window": false,
|
| 28 |
+
"vocab_size": 152064
|
| 29 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 151643,
|
| 9 |
+
"repetition_penalty": 1.05,
|
| 10 |
+
"temperature": 0.7,
|
| 11 |
+
"top_k": 20,
|
| 12 |
+
"top_p": 0.8,
|
| 13 |
+
"transformers_version": "4.46.1"
|
| 14 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1c7cb4f332018861ae7bbc643b7875c0a07a415bdc4c26c12c790fe6ff1ae58
|
| 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:4e124b0bb72e94f7e839bfc29fa2c791ae486f1af1c1f7e949b0942de8527e6a
|
| 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:92e8e7c3e5aa536b553c83a76de1ad7f75d91fd5788559e053117efeb35cfbfe
|
| 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:835c9ba2ea4671803dde767723d50002aaf7e6a4d906175c43b07ef0581536d7
|
| 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": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
start_end.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"start_time": "2025-04-30 22:46:23", "end_time": "2025-05-01 00:26:18"}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
| 199 |
+
"clean_up_tokenization_spaces": false,
|
| 200 |
+
"eos_token": "<|endoftext|>",
|
| 201 |
+
"errors": "replace",
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"padding_side": "right",
|
| 205 |
+
"split_special_tokens": false,
|
| 206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 207 |
+
"unk_token": null
|
| 208 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 5.0,
|
| 3 |
+
"total_flos": 2180898493562880.0,
|
| 4 |
+
"train_loss": 0.4967416850420145,
|
| 5 |
+
"train_runtime": 5886.6032,
|
| 6 |
+
"train_samples_per_second": 11.151,
|
| 7 |
+
"train_steps_per_second": 0.022
|
| 8 |
+
}
|
trainer_log.jsonl
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 1, "total_steps": 130, "loss": 0.8846, "lr": 6.153846153846155e-06, "epoch": 0.038461538461538464, "percentage": 0.77, "elapsed_time": "0:48:58", "remaining_time": "4 days, 9:16:43"}
|
| 2 |
+
{"current_steps": 2, "total_steps": 130, "loss": 0.9166, "lr": 1.230769230769231e-05, "epoch": 0.07692307692307693, "percentage": 1.54, "elapsed_time": "0:57:26", "remaining_time": "2 days, 13:16:07"}
|
| 3 |
+
{"current_steps": 3, "total_steps": 130, "loss": 0.8465, "lr": 1.8461538461538465e-05, "epoch": 0.11538461538461539, "percentage": 2.31, "elapsed_time": "0:58:24", "remaining_time": "1 day, 17:12:45"}
|
| 4 |
+
{"current_steps": 4, "total_steps": 130, "loss": 0.822, "lr": 2.461538461538462e-05, "epoch": 0.15384615384615385, "percentage": 3.08, "elapsed_time": "0:59:16", "remaining_time": "1 day, 7:07:08"}
|
| 5 |
+
{"current_steps": 5, "total_steps": 130, "loss": 0.815, "lr": 3.0769230769230774e-05, "epoch": 0.19230769230769232, "percentage": 3.85, "elapsed_time": "1:00:15", "remaining_time": "1 day, 1:06:29"}
|
| 6 |
+
{"current_steps": 6, "total_steps": 130, "loss": 0.7895, "lr": 3.692307692307693e-05, "epoch": 0.23076923076923078, "percentage": 4.62, "elapsed_time": "1:01:10", "remaining_time": "21:04:25"}
|
| 7 |
+
{"current_steps": 7, "total_steps": 130, "loss": 0.7446, "lr": 4.307692307692308e-05, "epoch": 0.2692307692307692, "percentage": 5.38, "elapsed_time": "1:01:23", "remaining_time": "17:58:50"}
|
| 8 |
+
{"current_steps": 8, "total_steps": 130, "loss": 0.7037, "lr": 4.923076923076924e-05, "epoch": 0.3076923076923077, "percentage": 6.15, "elapsed_time": "1:01:36", "remaining_time": "15:39:38"}
|
| 9 |
+
{"current_steps": 9, "total_steps": 130, "loss": 0.6895, "lr": 5.538461538461539e-05, "epoch": 0.34615384615384615, "percentage": 6.92, "elapsed_time": "1:01:50", "remaining_time": "13:51:20"}
|
| 10 |
+
{"current_steps": 10, "total_steps": 130, "loss": 0.6774, "lr": 6.153846153846155e-05, "epoch": 0.38461538461538464, "percentage": 7.69, "elapsed_time": "1:02:03", "remaining_time": "12:24:42"}
|
| 11 |
+
{"current_steps": 11, "total_steps": 130, "loss": 0.6652, "lr": 6.76923076923077e-05, "epoch": 0.4230769230769231, "percentage": 8.46, "elapsed_time": "1:02:16", "remaining_time": "11:13:43"}
|
| 12 |
+
{"current_steps": 12, "total_steps": 130, "loss": 0.6615, "lr": 7.384615384615386e-05, "epoch": 0.46153846153846156, "percentage": 9.23, "elapsed_time": "1:02:29", "remaining_time": "10:14:34"}
|
| 13 |
+
{"current_steps": 13, "total_steps": 130, "loss": 0.6622, "lr": 8e-05, "epoch": 0.5, "percentage": 10.0, "elapsed_time": "1:02:42", "remaining_time": "9:24:26"}
|
| 14 |
+
{"current_steps": 14, "total_steps": 130, "loss": 0.639, "lr": 7.998558110683542e-05, "epoch": 0.5384615384615384, "percentage": 10.77, "elapsed_time": "1:03:29", "remaining_time": "8:46:07"}
|
| 15 |
+
{"current_steps": 15, "total_steps": 130, "loss": 0.6532, "lr": 7.994233482256567e-05, "epoch": 0.5769230769230769, "percentage": 11.54, "elapsed_time": "1:03:43", "remaining_time": "8:08:31"}
|
| 16 |
+
{"current_steps": 16, "total_steps": 130, "loss": 0.6315, "lr": 7.987029232536841e-05, "epoch": 0.6153846153846154, "percentage": 12.31, "elapsed_time": "1:03:57", "remaining_time": "7:35:41"}
|
| 17 |
+
{"current_steps": 17, "total_steps": 130, "loss": 0.6489, "lr": 7.976950555389713e-05, "epoch": 0.6538461538461539, "percentage": 13.08, "elapsed_time": "1:04:10", "remaining_time": "7:06:37"}
|
| 18 |
+
{"current_steps": 18, "total_steps": 130, "loss": 0.6411, "lr": 7.964004716983635e-05, "epoch": 0.6923076923076923, "percentage": 13.85, "elapsed_time": "1:04:24", "remaining_time": "6:40:46"}
|
| 19 |
+
{"current_steps": 19, "total_steps": 130, "loss": 0.6203, "lr": 7.948201050551651e-05, "epoch": 0.7307692307692307, "percentage": 14.62, "elapsed_time": "1:04:38", "remaining_time": "6:17:37"}
|
| 20 |
+
{"current_steps": 20, "total_steps": 130, "loss": 0.6131, "lr": 7.929550949662659e-05, "epoch": 0.7692307692307693, "percentage": 15.38, "elapsed_time": "1:04:52", "remaining_time": "5:56:48"}
|
| 21 |
+
{"current_steps": 21, "total_steps": 130, "loss": 0.6114, "lr": 7.908067860007268e-05, "epoch": 0.8076923076923077, "percentage": 16.15, "elapsed_time": "1:05:06", "remaining_time": "5:37:54"}
|
| 22 |
+
{"current_steps": 22, "total_steps": 130, "loss": 0.6072, "lr": 7.883767269704209e-05, "epoch": 0.8461538461538461, "percentage": 16.92, "elapsed_time": "1:05:19", "remaining_time": "5:20:40"}
|
| 23 |
+
{"current_steps": 23, "total_steps": 130, "loss": 0.6592, "lr": 7.85666669813425e-05, "epoch": 0.8846153846153846, "percentage": 17.69, "elapsed_time": "1:05:33", "remaining_time": "5:04:58"}
|
| 24 |
+
{"current_steps": 24, "total_steps": 130, "loss": 0.7024, "lr": 7.826785683309702e-05, "epoch": 0.9230769230769231, "percentage": 18.46, "elapsed_time": "1:05:46", "remaining_time": "4:50:30"}
|
| 25 |
+
{"current_steps": 25, "total_steps": 130, "loss": 0.6472, "lr": 7.794145767788582e-05, "epoch": 0.9615384615384616, "percentage": 19.23, "elapsed_time": "1:05:59", "remaining_time": "4:37:11"}
|
| 26 |
+
{"current_steps": 26, "total_steps": 130, "loss": 0.6101, "lr": 7.758770483143634e-05, "epoch": 1.0, "percentage": 20.0, "elapsed_time": "1:06:13", "remaining_time": "4:24:54"}
|
| 27 |
+
{"current_steps": 27, "total_steps": 130, "loss": 0.5858, "lr": 7.720685332997354e-05, "epoch": 1.0384615384615385, "percentage": 20.77, "elapsed_time": "1:07:13", "remaining_time": "4:16:26"}
|
| 28 |
+
{"current_steps": 28, "total_steps": 130, "loss": 0.5946, "lr": 7.679917774635298e-05, "epoch": 1.0769230769230769, "percentage": 21.54, "elapsed_time": "1:07:27", "remaining_time": "4:05:43"}
|
| 29 |
+
{"current_steps": 29, "total_steps": 130, "loss": 0.5729, "lr": 7.636497199210895e-05, "epoch": 1.1153846153846154, "percentage": 22.31, "elapsed_time": "1:07:40", "remaining_time": "3:55:42"}
|
| 30 |
+
{"current_steps": 30, "total_steps": 130, "loss": 0.5639, "lr": 7.590454910556058e-05, "epoch": 1.1538461538461537, "percentage": 23.08, "elapsed_time": "1:07:54", "remaining_time": "3:46:21"}
|
| 31 |
+
{"current_steps": 31, "total_steps": 130, "loss": 0.5644, "lr": 7.541824102612839e-05, "epoch": 1.1923076923076923, "percentage": 23.85, "elapsed_time": "1:08:07", "remaining_time": "3:37:34"}
|
| 32 |
+
{"current_steps": 32, "total_steps": 130, "loss": 0.5588, "lr": 7.490639835502458e-05, "epoch": 1.2307692307692308, "percentage": 24.62, "elapsed_time": "1:08:20", "remaining_time": "3:29:18"}
|
| 33 |
+
{"current_steps": 33, "total_steps": 130, "loss": 0.5441, "lr": 7.436939010248868e-05, "epoch": 1.2692307692307692, "percentage": 25.38, "elapsed_time": "1:08:34", "remaining_time": "3:21:35"}
|
| 34 |
+
{"current_steps": 34, "total_steps": 130, "loss": 0.5531, "lr": 7.38076034217518e-05, "epoch": 1.3076923076923077, "percentage": 26.15, "elapsed_time": "1:08:48", "remaining_time": "3:14:16"}
|
| 35 |
+
{"current_steps": 35, "total_steps": 130, "loss": 0.5536, "lr": 7.322144332992047e-05, "epoch": 1.3461538461538463, "percentage": 26.92, "elapsed_time": "1:09:02", "remaining_time": "3:07:23"}
|
| 36 |
+
{"current_steps": 36, "total_steps": 130, "loss": 0.5593, "lr": 7.261133241598177e-05, "epoch": 1.3846153846153846, "percentage": 27.69, "elapsed_time": "1:09:15", "remaining_time": "3:00:49"}
|
| 37 |
+
{"current_steps": 37, "total_steps": 130, "loss": 0.5499, "lr": 7.197771053614006e-05, "epoch": 1.4230769230769231, "percentage": 28.46, "elapsed_time": "1:09:28", "remaining_time": "2:54:37"}
|
| 38 |
+
{"current_steps": 38, "total_steps": 130, "loss": 0.5419, "lr": 7.13210344967049e-05, "epoch": 1.4615384615384617, "percentage": 29.23, "elapsed_time": "1:09:41", "remaining_time": "2:48:44"}
|
| 39 |
+
{"current_steps": 39, "total_steps": 130, "loss": 0.5339, "lr": 7.064177772475912e-05, "epoch": 1.5, "percentage": 30.0, "elapsed_time": "1:09:54", "remaining_time": "2:43:06"}
|
| 40 |
+
{"current_steps": 40, "total_steps": 130, "loss": 0.527, "lr": 6.994042992684406e-05, "epoch": 1.5384615384615383, "percentage": 30.77, "elapsed_time": "1:10:06", "remaining_time": "2:37:45"}
|
| 41 |
+
{"current_steps": 41, "total_steps": 130, "loss": 0.5261, "lr": 6.921749673590813e-05, "epoch": 1.5769230769230769, "percentage": 31.54, "elapsed_time": "1:10:19", "remaining_time": "2:32:39"}
|
| 42 |
+
{"current_steps": 42, "total_steps": 130, "loss": 0.5374, "lr": 6.847349934677363e-05, "epoch": 1.6153846153846154, "percentage": 32.31, "elapsed_time": "1:10:32", "remaining_time": "2:27:48"}
|
| 43 |
+
{"current_steps": 43, "total_steps": 130, "loss": 0.5247, "lr": 6.770897414038398e-05, "epoch": 1.6538461538461537, "percentage": 33.08, "elapsed_time": "1:10:46", "remaining_time": "2:23:10"}
|
| 44 |
+
{"current_steps": 44, "total_steps": 130, "loss": 0.521, "lr": 6.69244722971028e-05, "epoch": 1.6923076923076923, "percentage": 33.85, "elapsed_time": "1:10:59", "remaining_time": "2:18:45"}
|
| 45 |
+
{"current_steps": 45, "total_steps": 130, "loss": 0.5124, "lr": 6.61205593993434e-05, "epoch": 1.7307692307692308, "percentage": 34.62, "elapsed_time": "1:11:12", "remaining_time": "2:14:30"}
|
| 46 |
+
{"current_steps": 46, "total_steps": 130, "loss": 0.5237, "lr": 6.529781502381509e-05, "epoch": 1.7692307692307692, "percentage": 35.38, "elapsed_time": "1:11:25", "remaining_time": "2:10:26"}
|
| 47 |
+
{"current_steps": 47, "total_steps": 130, "loss": 0.5083, "lr": 6.44568323236805e-05, "epoch": 1.8076923076923077, "percentage": 36.15, "elapsed_time": "1:11:38", "remaining_time": "2:06:31"}
|
| 48 |
+
{"current_steps": 48, "total_steps": 130, "loss": 0.5125, "lr": 6.359821760092493e-05, "epoch": 1.8461538461538463, "percentage": 36.92, "elapsed_time": "1:11:52", "remaining_time": "2:02:47"}
|
| 49 |
+
{"current_steps": 49, "total_steps": 130, "loss": 0.5228, "lr": 6.272258986924624e-05, "epoch": 1.8846153846153846, "percentage": 37.69, "elapsed_time": "1:12:06", "remaining_time": "1:59:11"}
|
| 50 |
+
{"current_steps": 50, "total_steps": 130, "loss": 0.5133, "lr": 6.183058040778018e-05, "epoch": 1.9230769230769231, "percentage": 38.46, "elapsed_time": "1:12:20", "remaining_time": "1:55:44"}
|
| 51 |
+
{"current_steps": 51, "total_steps": 130, "loss": 0.5203, "lr": 6.092283230598311e-05, "epoch": 1.9615384615384617, "percentage": 39.23, "elapsed_time": "1:12:33", "remaining_time": "1:52:24"}
|
| 52 |
+
{"current_steps": 52, "total_steps": 130, "loss": 0.4988, "lr": 6.000000000000001e-05, "epoch": 2.0, "percentage": 40.0, "elapsed_time": "1:12:47", "remaining_time": "1:49:11"}
|
| 53 |
+
{"current_steps": 53, "total_steps": 130, "loss": 0.4568, "lr": 5.9062748800852315e-05, "epoch": 2.0384615384615383, "percentage": 40.77, "elapsed_time": "1:13:50", "remaining_time": "1:47:16"}
|
| 54 |
+
{"current_steps": 54, "total_steps": 130, "loss": 0.4675, "lr": 5.8111754414785504e-05, "epoch": 2.076923076923077, "percentage": 41.54, "elapsed_time": "1:14:03", "remaining_time": "1:44:14"}
|
| 55 |
+
{"current_steps": 55, "total_steps": 130, "loss": 0.4636, "lr": 5.714770245612217e-05, "epoch": 2.1153846153846154, "percentage": 42.31, "elapsed_time": "1:14:17", "remaining_time": "1:41:18"}
|
| 56 |
+
{"current_steps": 56, "total_steps": 130, "loss": 0.467, "lr": 5.61712879529722e-05, "epoch": 2.1538461538461537, "percentage": 43.08, "elapsed_time": "1:14:33", "remaining_time": "1:38:31"}
|
| 57 |
+
{"current_steps": 57, "total_steps": 130, "loss": 0.4668, "lr": 5.5183214846155864e-05, "epoch": 2.1923076923076925, "percentage": 43.85, "elapsed_time": "1:14:46", "remaining_time": "1:35:46"}
|
| 58 |
+
{"current_steps": 58, "total_steps": 130, "loss": 0.4574, "lr": 5.4184195481701425e-05, "epoch": 2.230769230769231, "percentage": 44.62, "elapsed_time": "1:15:02", "remaining_time": "1:33:08"}
|
| 59 |
+
{"current_steps": 59, "total_steps": 130, "loss": 0.4591, "lr": 5.317495009728319e-05, "epoch": 2.269230769230769, "percentage": 45.38, "elapsed_time": "1:15:20", "remaining_time": "1:30:39"}
|
| 60 |
+
{"current_steps": 60, "total_steps": 130, "loss": 0.4739, "lr": 5.215620630296988e-05, "epoch": 2.3076923076923075, "percentage": 46.15, "elapsed_time": "1:15:36", "remaining_time": "1:28:12"}
|
| 61 |
+
{"current_steps": 61, "total_steps": 130, "loss": 0.4548, "lr": 5.112869855665811e-05, "epoch": 2.3461538461538463, "percentage": 46.92, "elapsed_time": "1:15:54", "remaining_time": "1:25:51"}
|
| 62 |
+
{"current_steps": 62, "total_steps": 130, "loss": 0.4584, "lr": 5.0093167634568874e-05, "epoch": 2.3846153846153846, "percentage": 47.69, "elapsed_time": "1:16:12", "remaining_time": "1:23:35"}
|
| 63 |
+
{"current_steps": 63, "total_steps": 130, "loss": 0.4633, "lr": 4.9050360097188904e-05, "epoch": 2.423076923076923, "percentage": 48.46, "elapsed_time": "1:16:30", "remaining_time": "1:21:22"}
|
| 64 |
+
{"current_steps": 64, "total_steps": 130, "loss": 0.4624, "lr": 4.8001027751041784e-05, "epoch": 2.4615384615384617, "percentage": 49.23, "elapsed_time": "1:16:48", "remaining_time": "1:19:12"}
|
| 65 |
+
{"current_steps": 65, "total_steps": 130, "loss": 0.4492, "lr": 4.694592710667723e-05, "epoch": 2.5, "percentage": 50.0, "elapsed_time": "1:17:05", "remaining_time": "1:17:05"}
|
| 66 |
+
{"current_steps": 66, "total_steps": 130, "loss": 0.4573, "lr": 4.588581883326865e-05, "epoch": 2.5384615384615383, "percentage": 50.77, "elapsed_time": "1:17:20", "remaining_time": "1:14:59"}
|
| 67 |
+
{"current_steps": 67, "total_steps": 130, "loss": 0.4404, "lr": 4.4821467210212924e-05, "epoch": 2.5769230769230766, "percentage": 51.54, "elapsed_time": "1:17:39", "remaining_time": "1:13:00"}
|
| 68 |
+
{"current_steps": 68, "total_steps": 130, "loss": 0.4561, "lr": 4.375363957612717e-05, "epoch": 2.6153846153846154, "percentage": 52.31, "elapsed_time": "1:17:54", "remaining_time": "1:11:02"}
|
| 69 |
+
{"current_steps": 69, "total_steps": 130, "loss": 0.4504, "lr": 4.2683105775640096e-05, "epoch": 2.6538461538461537, "percentage": 53.08, "elapsed_time": "1:18:13", "remaining_time": "1:09:09"}
|
| 70 |
+
{"current_steps": 70, "total_steps": 130, "loss": 0.4469, "lr": 4.1610637604376614e-05, "epoch": 2.6923076923076925, "percentage": 53.85, "elapsed_time": "1:18:30", "remaining_time": "1:07:17"}
|
| 71 |
+
{"current_steps": 71, "total_steps": 130, "loss": 0.4515, "lr": 4.0537008252535904e-05, "epoch": 2.730769230769231, "percentage": 54.62, "elapsed_time": "1:18:46", "remaining_time": "1:05:27"}
|
| 72 |
+
{"current_steps": 72, "total_steps": 130, "loss": 0.4461, "lr": 3.946299174746411e-05, "epoch": 2.769230769230769, "percentage": 55.38, "elapsed_time": "1:19:04", "remaining_time": "1:03:42"}
|
| 73 |
+
{"current_steps": 73, "total_steps": 130, "loss": 0.4519, "lr": 3.8389362395623406e-05, "epoch": 2.8076923076923075, "percentage": 56.15, "elapsed_time": "1:19:21", "remaining_time": "1:01:58"}
|
| 74 |
+
{"current_steps": 74, "total_steps": 130, "loss": 0.4496, "lr": 3.7316894224359904e-05, "epoch": 2.8461538461538463, "percentage": 56.92, "elapsed_time": "1:19:37", "remaining_time": "1:00:15"}
|
| 75 |
+
{"current_steps": 75, "total_steps": 130, "loss": 0.461, "lr": 3.6246360423872834e-05, "epoch": 2.8846153846153846, "percentage": 57.69, "elapsed_time": "1:19:54", "remaining_time": "0:58:36"}
|
| 76 |
+
{"current_steps": 76, "total_steps": 130, "loss": 0.4465, "lr": 3.517853278978708e-05, "epoch": 2.9230769230769234, "percentage": 58.46, "elapsed_time": "1:20:11", "remaining_time": "0:56:59"}
|
| 77 |
+
{"current_steps": 77, "total_steps": 130, "loss": 0.4502, "lr": 3.4114181166731355e-05, "epoch": 2.9615384615384617, "percentage": 59.23, "elapsed_time": "1:20:29", "remaining_time": "0:55:23"}
|
| 78 |
+
{"current_steps": 78, "total_steps": 130, "loss": 0.4325, "lr": 3.305407289332279e-05, "epoch": 3.0, "percentage": 60.0, "elapsed_time": "1:20:44", "remaining_time": "0:53:49"}
|
| 79 |
+
{"current_steps": 79, "total_steps": 130, "loss": 0.4271, "lr": 3.199897224895823e-05, "epoch": 3.0384615384615383, "percentage": 60.77, "elapsed_time": "1:21:49", "remaining_time": "0:52:49"}
|
| 80 |
+
{"current_steps": 80, "total_steps": 130, "loss": 0.4124, "lr": 3.094963990281112e-05, "epoch": 3.076923076923077, "percentage": 61.54, "elapsed_time": "1:22:03", "remaining_time": "0:51:17"}
|
| 81 |
+
{"current_steps": 81, "total_steps": 130, "loss": 0.3998, "lr": 2.9906832365431132e-05, "epoch": 3.1153846153846154, "percentage": 62.31, "elapsed_time": "1:22:17", "remaining_time": "0:49:46"}
|
| 82 |
+
{"current_steps": 82, "total_steps": 130, "loss": 0.4, "lr": 2.88713014433419e-05, "epoch": 3.1538461538461537, "percentage": 63.08, "elapsed_time": "1:22:31", "remaining_time": "0:48:18"}
|
| 83 |
+
{"current_steps": 83, "total_steps": 130, "loss": 0.4031, "lr": 2.7843793697030128e-05, "epoch": 3.1923076923076925, "percentage": 63.85, "elapsed_time": "1:22:45", "remaining_time": "0:46:51"}
|
| 84 |
+
{"current_steps": 84, "total_steps": 130, "loss": 0.4138, "lr": 2.682504990271682e-05, "epoch": 3.230769230769231, "percentage": 64.62, "elapsed_time": "1:22:59", "remaining_time": "0:45:26"}
|
| 85 |
+
{"current_steps": 85, "total_steps": 130, "loss": 0.415, "lr": 2.5815804518298575e-05, "epoch": 3.269230769230769, "percentage": 65.38, "elapsed_time": "1:23:13", "remaining_time": "0:44:03"}
|
| 86 |
+
{"current_steps": 86, "total_steps": 130, "loss": 0.4029, "lr": 2.481678515384415e-05, "epoch": 3.3076923076923075, "percentage": 66.15, "elapsed_time": "1:23:27", "remaining_time": "0:42:42"}
|
| 87 |
+
{"current_steps": 87, "total_steps": 130, "loss": 0.4137, "lr": 2.382871204702781e-05, "epoch": 3.3461538461538463, "percentage": 66.92, "elapsed_time": "1:23:41", "remaining_time": "0:41:21"}
|
| 88 |
+
{"current_steps": 88, "total_steps": 130, "loss": 0.3986, "lr": 2.285229754387783e-05, "epoch": 3.3846153846153846, "percentage": 67.69, "elapsed_time": "1:23:56", "remaining_time": "0:40:03"}
|
| 89 |
+
{"current_steps": 89, "total_steps": 130, "loss": 0.417, "lr": 2.188824558521452e-05, "epoch": 3.423076923076923, "percentage": 68.46, "elapsed_time": "1:24:10", "remaining_time": "0:38:46"}
|
| 90 |
+
{"current_steps": 90, "total_steps": 130, "loss": 0.3993, "lr": 2.0937251199147684e-05, "epoch": 3.4615384615384617, "percentage": 69.23, "elapsed_time": "1:24:24", "remaining_time": "0:37:30"}
|
| 91 |
+
{"current_steps": 91, "total_steps": 130, "loss": 0.4128, "lr": 2.0000000000000012e-05, "epoch": 3.5, "percentage": 70.0, "elapsed_time": "1:24:38", "remaining_time": "0:36:16"}
|
| 92 |
+
{"current_steps": 92, "total_steps": 130, "loss": 0.4085, "lr": 1.9077167694016903e-05, "epoch": 3.5384615384615383, "percentage": 70.77, "elapsed_time": "1:24:54", "remaining_time": "0:35:04"}
|
| 93 |
+
{"current_steps": 93, "total_steps": 130, "loss": 0.4021, "lr": 1.8169419592219813e-05, "epoch": 3.5769230769230766, "percentage": 71.54, "elapsed_time": "1:25:12", "remaining_time": "0:33:54"}
|
| 94 |
+
{"current_steps": 94, "total_steps": 130, "loss": 0.4043, "lr": 1.7277410130753775e-05, "epoch": 3.6153846153846154, "percentage": 72.31, "elapsed_time": "1:25:28", "remaining_time": "0:32:44"}
|
| 95 |
+
{"current_steps": 95, "total_steps": 130, "loss": 0.3965, "lr": 1.6401782399075098e-05, "epoch": 3.6538461538461537, "percentage": 73.08, "elapsed_time": "1:25:46", "remaining_time": "0:31:36"}
|
| 96 |
+
{"current_steps": 96, "total_steps": 130, "loss": 0.4071, "lr": 1.554316767631951e-05, "epoch": 3.6923076923076925, "percentage": 73.85, "elapsed_time": "1:26:01", "remaining_time": "0:30:28"}
|
| 97 |
+
{"current_steps": 97, "total_steps": 130, "loss": 0.4041, "lr": 1.4702184976184915e-05, "epoch": 3.730769230769231, "percentage": 74.62, "elapsed_time": "1:26:19", "remaining_time": "0:29:22"}
|
| 98 |
+
{"current_steps": 98, "total_steps": 130, "loss": 0.4135, "lr": 1.3879440600656607e-05, "epoch": 3.769230769230769, "percentage": 75.38, "elapsed_time": "1:26:35", "remaining_time": "0:28:16"}
|
| 99 |
+
{"current_steps": 99, "total_steps": 130, "loss": 0.3931, "lr": 1.3075527702897185e-05, "epoch": 3.8076923076923075, "percentage": 76.15, "elapsed_time": "1:26:53", "remaining_time": "0:27:12"}
|
| 100 |
+
{"current_steps": 100, "total_steps": 130, "loss": 0.4109, "lr": 1.2291025859616026e-05, "epoch": 3.8461538461538463, "percentage": 76.92, "elapsed_time": "1:27:07", "remaining_time": "0:26:08"}
|
| 101 |
+
{"current_steps": 101, "total_steps": 130, "loss": 0.402, "lr": 1.1526500653226385e-05, "epoch": 3.8846153846153846, "percentage": 77.69, "elapsed_time": "1:27:25", "remaining_time": "0:25:06"}
|
| 102 |
+
{"current_steps": 102, "total_steps": 130, "loss": 0.3985, "lr": 1.078250326409188e-05, "epoch": 3.9230769230769234, "percentage": 78.46, "elapsed_time": "1:27:42", "remaining_time": "0:24:04"}
|
| 103 |
+
{"current_steps": 103, "total_steps": 130, "loss": 0.4119, "lr": 1.0059570073155953e-05, "epoch": 3.9615384615384617, "percentage": 79.23, "elapsed_time": "1:27:59", "remaining_time": "0:23:04"}
|
| 104 |
+
{"current_steps": 104, "total_steps": 130, "loss": 0.4036, "lr": 9.358222275240884e-06, "epoch": 4.0, "percentage": 80.0, "elapsed_time": "1:28:18", "remaining_time": "0:22:04"}
|
| 105 |
+
{"current_steps": 105, "total_steps": 130, "loss": 0.3828, "lr": 8.678965503295114e-06, "epoch": 4.038461538461538, "percentage": 80.77, "elapsed_time": "1:29:26", "remaining_time": "0:21:17"}
|
| 106 |
+
{"current_steps": 106, "total_steps": 130, "loss": 0.3832, "lr": 8.022289463859963e-06, "epoch": 4.076923076923077, "percentage": 81.54, "elapsed_time": "1:29:43", "remaining_time": "0:20:18"}
|
| 107 |
+
{"current_steps": 107, "total_steps": 130, "loss": 0.3859, "lr": 7.38866758401823e-06, "epoch": 4.115384615384615, "percentage": 82.31, "elapsed_time": "1:30:00", "remaining_time": "0:19:20"}
|
| 108 |
+
{"current_steps": 108, "total_steps": 130, "loss": 0.4004, "lr": 6.778556670079535e-06, "epoch": 4.153846153846154, "percentage": 83.08, "elapsed_time": "1:30:16", "remaining_time": "0:18:23"}
|
| 109 |
+
{"current_steps": 109, "total_steps": 130, "loss": 0.3864, "lr": 6.1923965782482165e-06, "epoch": 4.1923076923076925, "percentage": 83.85, "elapsed_time": "1:30:32", "remaining_time": "0:17:26"}
|
| 110 |
+
{"current_steps": 110, "total_steps": 130, "loss": 0.3876, "lr": 5.630609897511328e-06, "epoch": 4.230769230769231, "percentage": 84.62, "elapsed_time": "1:30:49", "remaining_time": "0:16:30"}
|
| 111 |
+
{"current_steps": 111, "total_steps": 130, "loss": 0.3821, "lr": 5.093601644975428e-06, "epoch": 4.269230769230769, "percentage": 85.38, "elapsed_time": "1:31:06", "remaining_time": "0:15:35"}
|
| 112 |
+
{"current_steps": 112, "total_steps": 130, "loss": 0.3843, "lr": 4.581758973871609e-06, "epoch": 4.3076923076923075, "percentage": 86.15, "elapsed_time": "1:31:23", "remaining_time": "0:14:41"}
|
| 113 |
+
{"current_steps": 113, "total_steps": 130, "loss": 0.3714, "lr": 4.0954508944394474e-06, "epoch": 4.346153846153846, "percentage": 86.92, "elapsed_time": "1:31:38", "remaining_time": "0:13:47"}
|
| 114 |
+
{"current_steps": 114, "total_steps": 130, "loss": 0.391, "lr": 3.635028007891048e-06, "epoch": 4.384615384615385, "percentage": 87.69, "elapsed_time": "1:31:52", "remaining_time": "0:12:53"}
|
| 115 |
+
{"current_steps": 115, "total_steps": 130, "loss": 0.389, "lr": 3.200822253647031e-06, "epoch": 4.423076923076923, "percentage": 88.46, "elapsed_time": "1:32:06", "remaining_time": "0:12:00"}
|
| 116 |
+
{"current_steps": 116, "total_steps": 130, "loss": 0.3855, "lr": 2.793146670026472e-06, "epoch": 4.461538461538462, "percentage": 89.23, "elapsed_time": "1:32:20", "remaining_time": "0:11:08"}
|
| 117 |
+
{"current_steps": 117, "total_steps": 130, "loss": 0.3733, "lr": 2.4122951685636674e-06, "epoch": 4.5, "percentage": 90.0, "elapsed_time": "1:33:20", "remaining_time": "0:10:22"}
|
| 118 |
+
{"current_steps": 118, "total_steps": 130, "loss": 0.3821, "lr": 2.0585423221141807e-06, "epoch": 4.538461538461538, "percentage": 90.77, "elapsed_time": "1:33:34", "remaining_time": "0:09:30"}
|
| 119 |
+
{"current_steps": 119, "total_steps": 130, "loss": 0.381, "lr": 1.7321431669029953e-06, "epoch": 4.576923076923077, "percentage": 91.54, "elapsed_time": "1:33:49", "remaining_time": "0:08:40"}
|
| 120 |
+
{"current_steps": 120, "total_steps": 130, "loss": 0.3904, "lr": 1.4333330186575079e-06, "epoch": 4.615384615384615, "percentage": 92.31, "elapsed_time": "1:34:03", "remaining_time": "0:07:50"}
|
| 121 |
+
{"current_steps": 121, "total_steps": 130, "loss": 0.3792, "lr": 1.1623273029579195e-06, "epoch": 4.653846153846154, "percentage": 93.08, "elapsed_time": "1:34:16", "remaining_time": "0:07:00"}
|
| 122 |
+
{"current_steps": 122, "total_steps": 130, "loss": 0.3797, "lr": 9.193213999273199e-07, "epoch": 4.6923076923076925, "percentage": 93.85, "elapsed_time": "1:34:32", "remaining_time": "0:06:11"}
|
| 123 |
+
{"current_steps": 123, "total_steps": 130, "loss": 0.377, "lr": 7.044905033734096e-07, "epoch": 4.730769230769231, "percentage": 94.62, "elapsed_time": "1:34:47", "remaining_time": "0:05:23"}
|
| 124 |
+
{"current_steps": 124, "total_steps": 130, "loss": 0.383, "lr": 5.179894944834863e-07, "epoch": 4.769230769230769, "percentage": 95.38, "elapsed_time": "1:35:04", "remaining_time": "0:04:36"}
|
| 125 |
+
{"current_steps": 125, "total_steps": 130, "loss": 0.3897, "lr": 3.599528301636612e-07, "epoch": 4.8076923076923075, "percentage": 96.15, "elapsed_time": "1:35:21", "remaining_time": "0:03:48"}
|
| 126 |
+
{"current_steps": 126, "total_steps": 130, "loss": 0.378, "lr": 2.3049444610288462e-07, "epoch": 4.846153846153846, "percentage": 96.92, "elapsed_time": "1:35:40", "remaining_time": "0:03:02"}
|
| 127 |
+
{"current_steps": 127, "total_steps": 130, "loss": 0.3866, "lr": 1.2970767463160284e-07, "epoch": 4.884615384615385, "percentage": 97.69, "elapsed_time": "1:35:55", "remaining_time": "0:02:15"}
|
| 128 |
+
{"current_steps": 128, "total_steps": 130, "loss": 0.3876, "lr": 5.766517743432953e-08, "epoch": 4.923076923076923, "percentage": 98.46, "elapsed_time": "1:36:13", "remaining_time": "0:01:30"}
|
| 129 |
+
{"current_steps": 129, "total_steps": 130, "loss": 0.3813, "lr": 1.4418893164585002e-08, "epoch": 4.961538461538462, "percentage": 99.23, "elapsed_time": "1:36:29", "remaining_time": "0:00:44"}
|
| 130 |
+
{"current_steps": 130, "total_steps": 130, "loss": 0.3787, "lr": 0.0, "epoch": 5.0, "percentage": 100.0, "elapsed_time": "1:36:46", "remaining_time": "0:00:00"}
|
| 131 |
+
{"current_steps": 130, "total_steps": 130, "epoch": 5.0, "percentage": 100.0, "elapsed_time": "1:37:58", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,952 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 5.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 130,
|
| 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.038461538461538464,
|
| 13 |
+
"grad_norm": 4.763484488171998,
|
| 14 |
+
"learning_rate": 6.153846153846155e-06,
|
| 15 |
+
"loss": 0.8846,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.07692307692307693,
|
| 20 |
+
"grad_norm": 4.8435158376792495,
|
| 21 |
+
"learning_rate": 1.230769230769231e-05,
|
| 22 |
+
"loss": 0.9166,
|
| 23 |
+
"step": 2
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.11538461538461539,
|
| 27 |
+
"grad_norm": 3.4157492863415784,
|
| 28 |
+
"learning_rate": 1.8461538461538465e-05,
|
| 29 |
+
"loss": 0.8465,
|
| 30 |
+
"step": 3
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.15384615384615385,
|
| 34 |
+
"grad_norm": 3.558732918782158,
|
| 35 |
+
"learning_rate": 2.461538461538462e-05,
|
| 36 |
+
"loss": 0.822,
|
| 37 |
+
"step": 4
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.19230769230769232,
|
| 41 |
+
"grad_norm": 4.108731132280649,
|
| 42 |
+
"learning_rate": 3.0769230769230774e-05,
|
| 43 |
+
"loss": 0.815,
|
| 44 |
+
"step": 5
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.23076923076923078,
|
| 48 |
+
"grad_norm": 3.052794049198824,
|
| 49 |
+
"learning_rate": 3.692307692307693e-05,
|
| 50 |
+
"loss": 0.7895,
|
| 51 |
+
"step": 6
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.2692307692307692,
|
| 55 |
+
"grad_norm": 2.709016644304453,
|
| 56 |
+
"learning_rate": 4.307692307692308e-05,
|
| 57 |
+
"loss": 0.7446,
|
| 58 |
+
"step": 7
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.3076923076923077,
|
| 62 |
+
"grad_norm": 1.6799311029831894,
|
| 63 |
+
"learning_rate": 4.923076923076924e-05,
|
| 64 |
+
"loss": 0.7037,
|
| 65 |
+
"step": 8
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.34615384615384615,
|
| 69 |
+
"grad_norm": 1.7624659211089349,
|
| 70 |
+
"learning_rate": 5.538461538461539e-05,
|
| 71 |
+
"loss": 0.6895,
|
| 72 |
+
"step": 9
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.38461538461538464,
|
| 76 |
+
"grad_norm": 2.342839042004691,
|
| 77 |
+
"learning_rate": 6.153846153846155e-05,
|
| 78 |
+
"loss": 0.6774,
|
| 79 |
+
"step": 10
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.4230769230769231,
|
| 83 |
+
"grad_norm": 2.086123624512103,
|
| 84 |
+
"learning_rate": 6.76923076923077e-05,
|
| 85 |
+
"loss": 0.6652,
|
| 86 |
+
"step": 11
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.46153846153846156,
|
| 90 |
+
"grad_norm": 1.847042821202323,
|
| 91 |
+
"learning_rate": 7.384615384615386e-05,
|
| 92 |
+
"loss": 0.6615,
|
| 93 |
+
"step": 12
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.5,
|
| 97 |
+
"grad_norm": 2.104958536006521,
|
| 98 |
+
"learning_rate": 8e-05,
|
| 99 |
+
"loss": 0.6622,
|
| 100 |
+
"step": 13
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.5384615384615384,
|
| 104 |
+
"grad_norm": 1.5248735737766572,
|
| 105 |
+
"learning_rate": 7.998558110683542e-05,
|
| 106 |
+
"loss": 0.639,
|
| 107 |
+
"step": 14
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.5769230769230769,
|
| 111 |
+
"grad_norm": 2.943708656023143,
|
| 112 |
+
"learning_rate": 7.994233482256567e-05,
|
| 113 |
+
"loss": 0.6532,
|
| 114 |
+
"step": 15
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.6153846153846154,
|
| 118 |
+
"grad_norm": 1.2635799952200861,
|
| 119 |
+
"learning_rate": 7.987029232536841e-05,
|
| 120 |
+
"loss": 0.6315,
|
| 121 |
+
"step": 16
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.6538461538461539,
|
| 125 |
+
"grad_norm": 2.9152980345772903,
|
| 126 |
+
"learning_rate": 7.976950555389713e-05,
|
| 127 |
+
"loss": 0.6489,
|
| 128 |
+
"step": 17
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.6923076923076923,
|
| 132 |
+
"grad_norm": 2.140419699121764,
|
| 133 |
+
"learning_rate": 7.964004716983635e-05,
|
| 134 |
+
"loss": 0.6411,
|
| 135 |
+
"step": 18
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.7307692307692307,
|
| 139 |
+
"grad_norm": 1.5682849671276975,
|
| 140 |
+
"learning_rate": 7.948201050551651e-05,
|
| 141 |
+
"loss": 0.6203,
|
| 142 |
+
"step": 19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.7692307692307693,
|
| 146 |
+
"grad_norm": 1.5855580445688784,
|
| 147 |
+
"learning_rate": 7.929550949662659e-05,
|
| 148 |
+
"loss": 0.6131,
|
| 149 |
+
"step": 20
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.8076923076923077,
|
| 153 |
+
"grad_norm": 1.000443112434742,
|
| 154 |
+
"learning_rate": 7.908067860007268e-05,
|
| 155 |
+
"loss": 0.6114,
|
| 156 |
+
"step": 21
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.8461538461538461,
|
| 160 |
+
"grad_norm": 13.631506116696286,
|
| 161 |
+
"learning_rate": 7.883767269704209e-05,
|
| 162 |
+
"loss": 0.6072,
|
| 163 |
+
"step": 22
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.8846153846153846,
|
| 167 |
+
"grad_norm": 13.714155639363888,
|
| 168 |
+
"learning_rate": 7.85666669813425e-05,
|
| 169 |
+
"loss": 0.6592,
|
| 170 |
+
"step": 23
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.9230769230769231,
|
| 174 |
+
"grad_norm": 3.979135644942687,
|
| 175 |
+
"learning_rate": 7.826785683309702e-05,
|
| 176 |
+
"loss": 0.7024,
|
| 177 |
+
"step": 24
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.9615384615384616,
|
| 181 |
+
"grad_norm": 2.0633513641937187,
|
| 182 |
+
"learning_rate": 7.794145767788582e-05,
|
| 183 |
+
"loss": 0.6472,
|
| 184 |
+
"step": 25
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 1.0,
|
| 188 |
+
"grad_norm": 1.8225149755833943,
|
| 189 |
+
"learning_rate": 7.758770483143634e-05,
|
| 190 |
+
"loss": 0.6101,
|
| 191 |
+
"step": 26
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 1.0384615384615385,
|
| 195 |
+
"grad_norm": 1.7988394249374877,
|
| 196 |
+
"learning_rate": 7.720685332997354e-05,
|
| 197 |
+
"loss": 0.5858,
|
| 198 |
+
"step": 27
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 1.0769230769230769,
|
| 202 |
+
"grad_norm": 1.5643014796670933,
|
| 203 |
+
"learning_rate": 7.679917774635298e-05,
|
| 204 |
+
"loss": 0.5946,
|
| 205 |
+
"step": 28
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 1.1153846153846154,
|
| 209 |
+
"grad_norm": 1.0131017385245997,
|
| 210 |
+
"learning_rate": 7.636497199210895e-05,
|
| 211 |
+
"loss": 0.5729,
|
| 212 |
+
"step": 29
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 1.1538461538461537,
|
| 216 |
+
"grad_norm": 1.2706708396558766,
|
| 217 |
+
"learning_rate": 7.590454910556058e-05,
|
| 218 |
+
"loss": 0.5639,
|
| 219 |
+
"step": 30
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 1.1923076923076923,
|
| 223 |
+
"grad_norm": 0.9344751141249785,
|
| 224 |
+
"learning_rate": 7.541824102612839e-05,
|
| 225 |
+
"loss": 0.5644,
|
| 226 |
+
"step": 31
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 1.2307692307692308,
|
| 230 |
+
"grad_norm": 1.1292309903446889,
|
| 231 |
+
"learning_rate": 7.490639835502458e-05,
|
| 232 |
+
"loss": 0.5588,
|
| 233 |
+
"step": 32
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 1.2692307692307692,
|
| 237 |
+
"grad_norm": 1.0080539632871013,
|
| 238 |
+
"learning_rate": 7.436939010248868e-05,
|
| 239 |
+
"loss": 0.5441,
|
| 240 |
+
"step": 33
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 1.3076923076923077,
|
| 244 |
+
"grad_norm": 0.8921599040108631,
|
| 245 |
+
"learning_rate": 7.38076034217518e-05,
|
| 246 |
+
"loss": 0.5531,
|
| 247 |
+
"step": 34
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 1.3461538461538463,
|
| 251 |
+
"grad_norm": 0.6527572740720818,
|
| 252 |
+
"learning_rate": 7.322144332992047e-05,
|
| 253 |
+
"loss": 0.5536,
|
| 254 |
+
"step": 35
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 1.3846153846153846,
|
| 258 |
+
"grad_norm": 0.8904469326541663,
|
| 259 |
+
"learning_rate": 7.261133241598177e-05,
|
| 260 |
+
"loss": 0.5593,
|
| 261 |
+
"step": 36
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 1.4230769230769231,
|
| 265 |
+
"grad_norm": 0.7190879119297497,
|
| 266 |
+
"learning_rate": 7.197771053614006e-05,
|
| 267 |
+
"loss": 0.5499,
|
| 268 |
+
"step": 37
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 1.4615384615384617,
|
| 272 |
+
"grad_norm": 0.7097954745187864,
|
| 273 |
+
"learning_rate": 7.13210344967049e-05,
|
| 274 |
+
"loss": 0.5419,
|
| 275 |
+
"step": 38
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 1.5,
|
| 279 |
+
"grad_norm": 0.50303827795115,
|
| 280 |
+
"learning_rate": 7.064177772475912e-05,
|
| 281 |
+
"loss": 0.5339,
|
| 282 |
+
"step": 39
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 1.5384615384615383,
|
| 286 |
+
"grad_norm": 0.524223892671044,
|
| 287 |
+
"learning_rate": 6.994042992684406e-05,
|
| 288 |
+
"loss": 0.527,
|
| 289 |
+
"step": 40
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 1.5769230769230769,
|
| 293 |
+
"grad_norm": 0.4715949007356978,
|
| 294 |
+
"learning_rate": 6.921749673590813e-05,
|
| 295 |
+
"loss": 0.5261,
|
| 296 |
+
"step": 41
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 1.6153846153846154,
|
| 300 |
+
"grad_norm": 0.5358013583744001,
|
| 301 |
+
"learning_rate": 6.847349934677363e-05,
|
| 302 |
+
"loss": 0.5374,
|
| 303 |
+
"step": 42
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 1.6538461538461537,
|
| 307 |
+
"grad_norm": 0.5453928782785091,
|
| 308 |
+
"learning_rate": 6.770897414038398e-05,
|
| 309 |
+
"loss": 0.5247,
|
| 310 |
+
"step": 43
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 1.6923076923076923,
|
| 314 |
+
"grad_norm": 0.5728091140043043,
|
| 315 |
+
"learning_rate": 6.69244722971028e-05,
|
| 316 |
+
"loss": 0.521,
|
| 317 |
+
"step": 44
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 1.7307692307692308,
|
| 321 |
+
"grad_norm": 0.5792721942324168,
|
| 322 |
+
"learning_rate": 6.61205593993434e-05,
|
| 323 |
+
"loss": 0.5124,
|
| 324 |
+
"step": 45
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 1.7692307692307692,
|
| 328 |
+
"grad_norm": 0.5357551189503096,
|
| 329 |
+
"learning_rate": 6.529781502381509e-05,
|
| 330 |
+
"loss": 0.5237,
|
| 331 |
+
"step": 46
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 1.8076923076923077,
|
| 335 |
+
"grad_norm": 0.5766821661657299,
|
| 336 |
+
"learning_rate": 6.44568323236805e-05,
|
| 337 |
+
"loss": 0.5083,
|
| 338 |
+
"step": 47
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 1.8461538461538463,
|
| 342 |
+
"grad_norm": 0.6080691171347822,
|
| 343 |
+
"learning_rate": 6.359821760092493e-05,
|
| 344 |
+
"loss": 0.5125,
|
| 345 |
+
"step": 48
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 1.8846153846153846,
|
| 349 |
+
"grad_norm": 0.49261123530624706,
|
| 350 |
+
"learning_rate": 6.272258986924624e-05,
|
| 351 |
+
"loss": 0.5228,
|
| 352 |
+
"step": 49
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 1.9230769230769231,
|
| 356 |
+
"grad_norm": 0.5117773679166865,
|
| 357 |
+
"learning_rate": 6.183058040778018e-05,
|
| 358 |
+
"loss": 0.5133,
|
| 359 |
+
"step": 50
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 1.9615384615384617,
|
| 363 |
+
"grad_norm": 0.5182532089317814,
|
| 364 |
+
"learning_rate": 6.092283230598311e-05,
|
| 365 |
+
"loss": 0.5203,
|
| 366 |
+
"step": 51
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 2.0,
|
| 370 |
+
"grad_norm": 0.4104089099359907,
|
| 371 |
+
"learning_rate": 6.000000000000001e-05,
|
| 372 |
+
"loss": 0.4988,
|
| 373 |
+
"step": 52
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 2.0384615384615383,
|
| 377 |
+
"grad_norm": 0.36716205391958984,
|
| 378 |
+
"learning_rate": 5.9062748800852315e-05,
|
| 379 |
+
"loss": 0.4568,
|
| 380 |
+
"step": 53
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 2.076923076923077,
|
| 384 |
+
"grad_norm": 0.40645730304962985,
|
| 385 |
+
"learning_rate": 5.8111754414785504e-05,
|
| 386 |
+
"loss": 0.4675,
|
| 387 |
+
"step": 54
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 2.1153846153846154,
|
| 391 |
+
"grad_norm": 0.5208276735992378,
|
| 392 |
+
"learning_rate": 5.714770245612217e-05,
|
| 393 |
+
"loss": 0.4636,
|
| 394 |
+
"step": 55
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 2.1538461538461537,
|
| 398 |
+
"grad_norm": 0.5211346046426674,
|
| 399 |
+
"learning_rate": 5.61712879529722e-05,
|
| 400 |
+
"loss": 0.467,
|
| 401 |
+
"step": 56
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 2.1923076923076925,
|
| 405 |
+
"grad_norm": 0.555536669586776,
|
| 406 |
+
"learning_rate": 5.5183214846155864e-05,
|
| 407 |
+
"loss": 0.4668,
|
| 408 |
+
"step": 57
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 2.230769230769231,
|
| 412 |
+
"grad_norm": 0.5617973814123592,
|
| 413 |
+
"learning_rate": 5.4184195481701425e-05,
|
| 414 |
+
"loss": 0.4574,
|
| 415 |
+
"step": 58
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 2.269230769230769,
|
| 419 |
+
"grad_norm": 0.6489292445301046,
|
| 420 |
+
"learning_rate": 5.317495009728319e-05,
|
| 421 |
+
"loss": 0.4591,
|
| 422 |
+
"step": 59
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 2.3076923076923075,
|
| 426 |
+
"grad_norm": 0.6669569389695914,
|
| 427 |
+
"learning_rate": 5.215620630296988e-05,
|
| 428 |
+
"loss": 0.4739,
|
| 429 |
+
"step": 60
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 2.3461538461538463,
|
| 433 |
+
"grad_norm": 0.6349730041530024,
|
| 434 |
+
"learning_rate": 5.112869855665811e-05,
|
| 435 |
+
"loss": 0.4548,
|
| 436 |
+
"step": 61
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 2.3846153846153846,
|
| 440 |
+
"grad_norm": 0.6122734889559123,
|
| 441 |
+
"learning_rate": 5.0093167634568874e-05,
|
| 442 |
+
"loss": 0.4584,
|
| 443 |
+
"step": 62
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 2.423076923076923,
|
| 447 |
+
"grad_norm": 0.5990842720598878,
|
| 448 |
+
"learning_rate": 4.9050360097188904e-05,
|
| 449 |
+
"loss": 0.4633,
|
| 450 |
+
"step": 63
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 2.4615384615384617,
|
| 454 |
+
"grad_norm": 0.4894794587514671,
|
| 455 |
+
"learning_rate": 4.8001027751041784e-05,
|
| 456 |
+
"loss": 0.4624,
|
| 457 |
+
"step": 64
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 2.5,
|
| 461 |
+
"grad_norm": 0.4004026819563169,
|
| 462 |
+
"learning_rate": 4.694592710667723e-05,
|
| 463 |
+
"loss": 0.4492,
|
| 464 |
+
"step": 65
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 2.5384615384615383,
|
| 468 |
+
"grad_norm": 0.40373539943523723,
|
| 469 |
+
"learning_rate": 4.588581883326865e-05,
|
| 470 |
+
"loss": 0.4573,
|
| 471 |
+
"step": 66
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 2.5769230769230766,
|
| 475 |
+
"grad_norm": 0.4753306906880666,
|
| 476 |
+
"learning_rate": 4.4821467210212924e-05,
|
| 477 |
+
"loss": 0.4404,
|
| 478 |
+
"step": 67
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 2.6153846153846154,
|
| 482 |
+
"grad_norm": 0.38136081842860303,
|
| 483 |
+
"learning_rate": 4.375363957612717e-05,
|
| 484 |
+
"loss": 0.4561,
|
| 485 |
+
"step": 68
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 2.6538461538461537,
|
| 489 |
+
"grad_norm": 0.3504398395164611,
|
| 490 |
+
"learning_rate": 4.2683105775640096e-05,
|
| 491 |
+
"loss": 0.4504,
|
| 492 |
+
"step": 69
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 2.6923076923076925,
|
| 496 |
+
"grad_norm": 0.4675814499308422,
|
| 497 |
+
"learning_rate": 4.1610637604376614e-05,
|
| 498 |
+
"loss": 0.4469,
|
| 499 |
+
"step": 70
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 2.730769230769231,
|
| 503 |
+
"grad_norm": 0.22700859367565587,
|
| 504 |
+
"learning_rate": 4.0537008252535904e-05,
|
| 505 |
+
"loss": 0.4515,
|
| 506 |
+
"step": 71
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 2.769230769230769,
|
| 510 |
+
"grad_norm": 0.35153717244738086,
|
| 511 |
+
"learning_rate": 3.946299174746411e-05,
|
| 512 |
+
"loss": 0.4461,
|
| 513 |
+
"step": 72
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 2.8076923076923075,
|
| 517 |
+
"grad_norm": 0.2769787497861352,
|
| 518 |
+
"learning_rate": 3.8389362395623406e-05,
|
| 519 |
+
"loss": 0.4519,
|
| 520 |
+
"step": 73
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 2.8461538461538463,
|
| 524 |
+
"grad_norm": 0.2229413340258103,
|
| 525 |
+
"learning_rate": 3.7316894224359904e-05,
|
| 526 |
+
"loss": 0.4496,
|
| 527 |
+
"step": 74
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 2.8846153846153846,
|
| 531 |
+
"grad_norm": 0.23278729614567556,
|
| 532 |
+
"learning_rate": 3.6246360423872834e-05,
|
| 533 |
+
"loss": 0.461,
|
| 534 |
+
"step": 75
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 2.9230769230769234,
|
| 538 |
+
"grad_norm": 0.20966293912301187,
|
| 539 |
+
"learning_rate": 3.517853278978708e-05,
|
| 540 |
+
"loss": 0.4465,
|
| 541 |
+
"step": 76
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 2.9615384615384617,
|
| 545 |
+
"grad_norm": 0.1919927380706883,
|
| 546 |
+
"learning_rate": 3.4114181166731355e-05,
|
| 547 |
+
"loss": 0.4502,
|
| 548 |
+
"step": 77
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 3.0,
|
| 552 |
+
"grad_norm": 0.24286589371168532,
|
| 553 |
+
"learning_rate": 3.305407289332279e-05,
|
| 554 |
+
"loss": 0.4325,
|
| 555 |
+
"step": 78
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 3.0384615384615383,
|
| 559 |
+
"grad_norm": 0.2094178623780362,
|
| 560 |
+
"learning_rate": 3.199897224895823e-05,
|
| 561 |
+
"loss": 0.4271,
|
| 562 |
+
"step": 79
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 3.076923076923077,
|
| 566 |
+
"grad_norm": 0.2794273710494021,
|
| 567 |
+
"learning_rate": 3.094963990281112e-05,
|
| 568 |
+
"loss": 0.4124,
|
| 569 |
+
"step": 80
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 3.1153846153846154,
|
| 573 |
+
"grad_norm": 0.21602981852769582,
|
| 574 |
+
"learning_rate": 2.9906832365431132e-05,
|
| 575 |
+
"loss": 0.3998,
|
| 576 |
+
"step": 81
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 3.1538461538461537,
|
| 580 |
+
"grad_norm": 0.24039019458655728,
|
| 581 |
+
"learning_rate": 2.88713014433419e-05,
|
| 582 |
+
"loss": 0.4,
|
| 583 |
+
"step": 82
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 3.1923076923076925,
|
| 587 |
+
"grad_norm": 0.2403665602673451,
|
| 588 |
+
"learning_rate": 2.7843793697030128e-05,
|
| 589 |
+
"loss": 0.4031,
|
| 590 |
+
"step": 83
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 3.230769230769231,
|
| 594 |
+
"grad_norm": 0.23621192360927643,
|
| 595 |
+
"learning_rate": 2.682504990271682e-05,
|
| 596 |
+
"loss": 0.4138,
|
| 597 |
+
"step": 84
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 3.269230769230769,
|
| 601 |
+
"grad_norm": 0.25868164599747834,
|
| 602 |
+
"learning_rate": 2.5815804518298575e-05,
|
| 603 |
+
"loss": 0.415,
|
| 604 |
+
"step": 85
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 3.3076923076923075,
|
| 608 |
+
"grad_norm": 0.2095050670894767,
|
| 609 |
+
"learning_rate": 2.481678515384415e-05,
|
| 610 |
+
"loss": 0.4029,
|
| 611 |
+
"step": 86
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 3.3461538461538463,
|
| 615 |
+
"grad_norm": 0.23474723733922512,
|
| 616 |
+
"learning_rate": 2.382871204702781e-05,
|
| 617 |
+
"loss": 0.4137,
|
| 618 |
+
"step": 87
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 3.3846153846153846,
|
| 622 |
+
"grad_norm": 0.1852579729847356,
|
| 623 |
+
"learning_rate": 2.285229754387783e-05,
|
| 624 |
+
"loss": 0.3986,
|
| 625 |
+
"step": 88
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 3.423076923076923,
|
| 629 |
+
"grad_norm": 0.1954725736746499,
|
| 630 |
+
"learning_rate": 2.188824558521452e-05,
|
| 631 |
+
"loss": 0.417,
|
| 632 |
+
"step": 89
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 3.4615384615384617,
|
| 636 |
+
"grad_norm": 0.1677648709227486,
|
| 637 |
+
"learning_rate": 2.0937251199147684e-05,
|
| 638 |
+
"loss": 0.3993,
|
| 639 |
+
"step": 90
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 3.5,
|
| 643 |
+
"grad_norm": 0.19583525703848234,
|
| 644 |
+
"learning_rate": 2.0000000000000012e-05,
|
| 645 |
+
"loss": 0.4128,
|
| 646 |
+
"step": 91
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 3.5384615384615383,
|
| 650 |
+
"grad_norm": 0.1702570689803967,
|
| 651 |
+
"learning_rate": 1.9077167694016903e-05,
|
| 652 |
+
"loss": 0.4085,
|
| 653 |
+
"step": 92
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 3.5769230769230766,
|
| 657 |
+
"grad_norm": 0.1599862202464209,
|
| 658 |
+
"learning_rate": 1.8169419592219813e-05,
|
| 659 |
+
"loss": 0.4021,
|
| 660 |
+
"step": 93
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 3.6153846153846154,
|
| 664 |
+
"grad_norm": 0.16364191922767002,
|
| 665 |
+
"learning_rate": 1.7277410130753775e-05,
|
| 666 |
+
"loss": 0.4043,
|
| 667 |
+
"step": 94
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 3.6538461538461537,
|
| 671 |
+
"grad_norm": 0.1432532332081394,
|
| 672 |
+
"learning_rate": 1.6401782399075098e-05,
|
| 673 |
+
"loss": 0.3965,
|
| 674 |
+
"step": 95
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 3.6923076923076925,
|
| 678 |
+
"grad_norm": 0.1366520068799443,
|
| 679 |
+
"learning_rate": 1.554316767631951e-05,
|
| 680 |
+
"loss": 0.4071,
|
| 681 |
+
"step": 96
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 3.730769230769231,
|
| 685 |
+
"grad_norm": 0.14353291419636313,
|
| 686 |
+
"learning_rate": 1.4702184976184915e-05,
|
| 687 |
+
"loss": 0.4041,
|
| 688 |
+
"step": 97
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 3.769230769230769,
|
| 692 |
+
"grad_norm": 0.13669395103425974,
|
| 693 |
+
"learning_rate": 1.3879440600656607e-05,
|
| 694 |
+
"loss": 0.4135,
|
| 695 |
+
"step": 98
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 3.8076923076923075,
|
| 699 |
+
"grad_norm": 0.13702870002296721,
|
| 700 |
+
"learning_rate": 1.3075527702897185e-05,
|
| 701 |
+
"loss": 0.3931,
|
| 702 |
+
"step": 99
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 3.8461538461538463,
|
| 706 |
+
"grad_norm": 0.14656112080057185,
|
| 707 |
+
"learning_rate": 1.2291025859616026e-05,
|
| 708 |
+
"loss": 0.4109,
|
| 709 |
+
"step": 100
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 3.8846153846153846,
|
| 713 |
+
"grad_norm": 0.14660537017051012,
|
| 714 |
+
"learning_rate": 1.1526500653226385e-05,
|
| 715 |
+
"loss": 0.402,
|
| 716 |
+
"step": 101
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 3.9230769230769234,
|
| 720 |
+
"grad_norm": 0.13980471666575722,
|
| 721 |
+
"learning_rate": 1.078250326409188e-05,
|
| 722 |
+
"loss": 0.3985,
|
| 723 |
+
"step": 102
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 3.9615384615384617,
|
| 727 |
+
"grad_norm": 0.135199205720943,
|
| 728 |
+
"learning_rate": 1.0059570073155953e-05,
|
| 729 |
+
"loss": 0.4119,
|
| 730 |
+
"step": 103
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 4.0,
|
| 734 |
+
"grad_norm": 0.13828597758520242,
|
| 735 |
+
"learning_rate": 9.358222275240884e-06,
|
| 736 |
+
"loss": 0.4036,
|
| 737 |
+
"step": 104
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 4.038461538461538,
|
| 741 |
+
"grad_norm": 0.15288235481932816,
|
| 742 |
+
"learning_rate": 8.678965503295114e-06,
|
| 743 |
+
"loss": 0.3828,
|
| 744 |
+
"step": 105
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 4.076923076923077,
|
| 748 |
+
"grad_norm": 0.1641026415674448,
|
| 749 |
+
"learning_rate": 8.022289463859963e-06,
|
| 750 |
+
"loss": 0.3832,
|
| 751 |
+
"step": 106
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 4.115384615384615,
|
| 755 |
+
"grad_norm": 0.1130738484582326,
|
| 756 |
+
"learning_rate": 7.38866758401823e-06,
|
| 757 |
+
"loss": 0.3859,
|
| 758 |
+
"step": 107
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 4.153846153846154,
|
| 762 |
+
"grad_norm": 0.13149937470761827,
|
| 763 |
+
"learning_rate": 6.778556670079535e-06,
|
| 764 |
+
"loss": 0.4004,
|
| 765 |
+
"step": 108
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 4.1923076923076925,
|
| 769 |
+
"grad_norm": 0.1300541574495771,
|
| 770 |
+
"learning_rate": 6.1923965782482165e-06,
|
| 771 |
+
"loss": 0.3864,
|
| 772 |
+
"step": 109
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 4.230769230769231,
|
| 776 |
+
"grad_norm": 0.13443144947894425,
|
| 777 |
+
"learning_rate": 5.630609897511328e-06,
|
| 778 |
+
"loss": 0.3876,
|
| 779 |
+
"step": 110
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 4.269230769230769,
|
| 783 |
+
"grad_norm": 0.11513726688946264,
|
| 784 |
+
"learning_rate": 5.093601644975428e-06,
|
| 785 |
+
"loss": 0.3821,
|
| 786 |
+
"step": 111
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 4.3076923076923075,
|
| 790 |
+
"grad_norm": 0.11550093213095762,
|
| 791 |
+
"learning_rate": 4.581758973871609e-06,
|
| 792 |
+
"loss": 0.3843,
|
| 793 |
+
"step": 112
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 4.346153846153846,
|
| 797 |
+
"grad_norm": 0.11161429488960148,
|
| 798 |
+
"learning_rate": 4.0954508944394474e-06,
|
| 799 |
+
"loss": 0.3714,
|
| 800 |
+
"step": 113
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 4.384615384615385,
|
| 804 |
+
"grad_norm": 0.10707288286973188,
|
| 805 |
+
"learning_rate": 3.635028007891048e-06,
|
| 806 |
+
"loss": 0.391,
|
| 807 |
+
"step": 114
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 4.423076923076923,
|
| 811 |
+
"grad_norm": 0.09997591763637227,
|
| 812 |
+
"learning_rate": 3.200822253647031e-06,
|
| 813 |
+
"loss": 0.389,
|
| 814 |
+
"step": 115
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 4.461538461538462,
|
| 818 |
+
"grad_norm": 0.25150206260506447,
|
| 819 |
+
"learning_rate": 2.793146670026472e-06,
|
| 820 |
+
"loss": 0.3855,
|
| 821 |
+
"step": 116
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 4.5,
|
| 825 |
+
"grad_norm": 0.11822371641036339,
|
| 826 |
+
"learning_rate": 2.4122951685636674e-06,
|
| 827 |
+
"loss": 0.3733,
|
| 828 |
+
"step": 117
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 4.538461538461538,
|
| 832 |
+
"grad_norm": 0.12032866909774866,
|
| 833 |
+
"learning_rate": 2.0585423221141807e-06,
|
| 834 |
+
"loss": 0.3821,
|
| 835 |
+
"step": 118
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 4.576923076923077,
|
| 839 |
+
"grad_norm": 0.09821080934350153,
|
| 840 |
+
"learning_rate": 1.7321431669029953e-06,
|
| 841 |
+
"loss": 0.381,
|
| 842 |
+
"step": 119
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 4.615384615384615,
|
| 846 |
+
"grad_norm": 0.09426960244907097,
|
| 847 |
+
"learning_rate": 1.4333330186575079e-06,
|
| 848 |
+
"loss": 0.3904,
|
| 849 |
+
"step": 120
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 4.653846153846154,
|
| 853 |
+
"grad_norm": 0.09467913192838641,
|
| 854 |
+
"learning_rate": 1.1623273029579195e-06,
|
| 855 |
+
"loss": 0.3792,
|
| 856 |
+
"step": 121
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 4.6923076923076925,
|
| 860 |
+
"grad_norm": 0.0933501903517312,
|
| 861 |
+
"learning_rate": 9.193213999273199e-07,
|
| 862 |
+
"loss": 0.3797,
|
| 863 |
+
"step": 122
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 4.730769230769231,
|
| 867 |
+
"grad_norm": 0.11007696887793282,
|
| 868 |
+
"learning_rate": 7.044905033734096e-07,
|
| 869 |
+
"loss": 0.377,
|
| 870 |
+
"step": 123
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 4.769230769230769,
|
| 874 |
+
"grad_norm": 0.08944249101042777,
|
| 875 |
+
"learning_rate": 5.179894944834863e-07,
|
| 876 |
+
"loss": 0.383,
|
| 877 |
+
"step": 124
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 4.8076923076923075,
|
| 881 |
+
"grad_norm": 0.09091769880374838,
|
| 882 |
+
"learning_rate": 3.599528301636612e-07,
|
| 883 |
+
"loss": 0.3897,
|
| 884 |
+
"step": 125
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 4.846153846153846,
|
| 888 |
+
"grad_norm": 0.08847911686943111,
|
| 889 |
+
"learning_rate": 2.3049444610288462e-07,
|
| 890 |
+
"loss": 0.378,
|
| 891 |
+
"step": 126
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 4.884615384615385,
|
| 895 |
+
"grad_norm": 0.08727876430729421,
|
| 896 |
+
"learning_rate": 1.2970767463160284e-07,
|
| 897 |
+
"loss": 0.3866,
|
| 898 |
+
"step": 127
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 4.923076923076923,
|
| 902 |
+
"grad_norm": 0.08870602324673937,
|
| 903 |
+
"learning_rate": 5.766517743432953e-08,
|
| 904 |
+
"loss": 0.3876,
|
| 905 |
+
"step": 128
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 4.961538461538462,
|
| 909 |
+
"grad_norm": 0.08693947349353748,
|
| 910 |
+
"learning_rate": 1.4418893164585002e-08,
|
| 911 |
+
"loss": 0.3813,
|
| 912 |
+
"step": 129
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 5.0,
|
| 916 |
+
"grad_norm": 0.08921334939628389,
|
| 917 |
+
"learning_rate": 0.0,
|
| 918 |
+
"loss": 0.3787,
|
| 919 |
+
"step": 130
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 5.0,
|
| 923 |
+
"step": 130,
|
| 924 |
+
"total_flos": 2180898493562880.0,
|
| 925 |
+
"train_loss": 0.4967416850420145,
|
| 926 |
+
"train_runtime": 5886.6032,
|
| 927 |
+
"train_samples_per_second": 11.151,
|
| 928 |
+
"train_steps_per_second": 0.022
|
| 929 |
+
}
|
| 930 |
+
],
|
| 931 |
+
"logging_steps": 1,
|
| 932 |
+
"max_steps": 130,
|
| 933 |
+
"num_input_tokens_seen": 0,
|
| 934 |
+
"num_train_epochs": 5,
|
| 935 |
+
"save_steps": 500,
|
| 936 |
+
"stateful_callbacks": {
|
| 937 |
+
"TrainerControl": {
|
| 938 |
+
"args": {
|
| 939 |
+
"should_epoch_stop": false,
|
| 940 |
+
"should_evaluate": false,
|
| 941 |
+
"should_log": false,
|
| 942 |
+
"should_save": true,
|
| 943 |
+
"should_training_stop": true
|
| 944 |
+
},
|
| 945 |
+
"attributes": {}
|
| 946 |
+
}
|
| 947 |
+
},
|
| 948 |
+
"total_flos": 2180898493562880.0,
|
| 949 |
+
"train_batch_size": 1,
|
| 950 |
+
"trial_name": null,
|
| 951 |
+
"trial_params": null
|
| 952 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85345ed92f05c2e615a96478c429c20b43a0523c906a05ee31c6f23e38dd852d
|
| 3 |
+
size 7416
|
training_loss.png
ADDED
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|