Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +60 -0
- added_tokens.json +24 -0
- all_results.json +8 -0
- chat_template.jinja +54 -0
- config.json +58 -0
- generation_config.json +8 -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 +347 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +208 -0
- train_results.json +8 -0
- trainer_log.jsonl +98 -0
- trainer_state.json +722 -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-Coder-7B
|
| 5 |
+
tags:
|
| 6 |
+
- llama-factory
|
| 7 |
+
- full
|
| 8 |
+
- generated_from_trainer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: sft
|
| 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 |
+
# sft
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-Coder-7B](https://huggingface.co/Qwen/Qwen2.5-Coder-7B) on the train_multi_rag_3_python2cpp_full 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: 1e-05
|
| 39 |
+
- train_batch_size: 4
|
| 40 |
+
- eval_batch_size: 8
|
| 41 |
+
- seed: 42
|
| 42 |
+
- distributed_type: multi-GPU
|
| 43 |
+
- num_devices: 8
|
| 44 |
+
- gradient_accumulation_steps: 8
|
| 45 |
+
- total_train_batch_size: 256
|
| 46 |
+
- total_eval_batch_size: 64
|
| 47 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 48 |
+
- lr_scheduler_type: cosine
|
| 49 |
+
- num_epochs: 2.0
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
### Framework versions
|
| 56 |
+
|
| 57 |
+
- Transformers 4.56.0
|
| 58 |
+
- Pytorch 2.8.0+cu128
|
| 59 |
+
- Datasets 4.0.0
|
| 60 |
+
- Tokenizers 0.22.0
|
added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
all_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.0,
|
| 3 |
+
"total_flos": 1.635906903930726e+19,
|
| 4 |
+
"train_loss": 0.07772063925954106,
|
| 5 |
+
"train_runtime": 22087.4933,
|
| 6 |
+
"train_samples_per_second": 11.286,
|
| 7 |
+
"train_steps_per_second": 0.044
|
| 8 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 4 |
+
{{- messages[0]['content'] }}
|
| 5 |
+
{%- else %}
|
| 6 |
+
{{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{{- "\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>" }}
|
| 9 |
+
{%- for tool in tools %}
|
| 10 |
+
{{- "\n" }}
|
| 11 |
+
{{- tool | tojson }}
|
| 12 |
+
{%- endfor %}
|
| 13 |
+
{{- "\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" }}
|
| 14 |
+
{%- else %}
|
| 15 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 16 |
+
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- endif %}
|
| 21 |
+
{%- for message in messages %}
|
| 22 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
|
| 23 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 24 |
+
{%- elif message.role == "assistant" %}
|
| 25 |
+
{{- '<|im_start|>' + message.role }}
|
| 26 |
+
{%- if message.content %}
|
| 27 |
+
{{- '\n' + message.content }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- for tool_call in message.tool_calls %}
|
| 30 |
+
{%- if tool_call.function is defined %}
|
| 31 |
+
{%- set tool_call = tool_call.function %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 34 |
+
{{- tool_call.name }}
|
| 35 |
+
{{- '", "arguments": ' }}
|
| 36 |
+
{{- tool_call.arguments | tojson }}
|
| 37 |
+
{{- '}\n</tool_call>' }}
|
| 38 |
+
{%- endfor %}
|
| 39 |
+
{{- '<|im_end|>\n' }}
|
| 40 |
+
{%- elif message.role == "tool" %}
|
| 41 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 42 |
+
{{- '<|im_start|>user' }}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{{- '\n<tool_response>\n' }}
|
| 45 |
+
{{- message.content }}
|
| 46 |
+
{{- '\n</tool_response>' }}
|
| 47 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 48 |
+
{{- '<|im_end|>\n' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{%- if add_generation_prompt %}
|
| 53 |
+
{{- '<|im_start|>assistant\n' }}
|
| 54 |
+
{%- endif %}
|
config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"dtype": "bfloat16",
|
| 7 |
+
"eos_token_id": 151643,
|
| 8 |
+
"hidden_act": "silu",
|
| 9 |
+
"hidden_size": 3584,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 18944,
|
| 12 |
+
"layer_types": [
|
| 13 |
+
"full_attention",
|
| 14 |
+
"full_attention",
|
| 15 |
+
"full_attention",
|
| 16 |
+
"full_attention",
|
| 17 |
+
"full_attention",
|
| 18 |
+
"full_attention",
|
| 19 |
+
"full_attention",
|
| 20 |
+
"full_attention",
|
| 21 |
+
"full_attention",
|
| 22 |
+
"full_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"full_attention",
|
| 26 |
+
"full_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"full_attention",
|
| 29 |
+
"full_attention",
|
| 30 |
+
"full_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"full_attention",
|
| 33 |
+
"full_attention",
|
| 34 |
+
"full_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"full_attention",
|
| 38 |
+
"full_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"full_attention"
|
| 41 |
+
],
|
| 42 |
+
"max_position_embeddings": 32768,
|
| 43 |
+
"max_window_layers": 28,
|
| 44 |
+
"model_type": "qwen2",
|
| 45 |
+
"num_attention_heads": 28,
|
| 46 |
+
"num_hidden_layers": 28,
|
| 47 |
+
"num_key_value_heads": 4,
|
| 48 |
+
"pad_token_id": 151643,
|
| 49 |
+
"rms_norm_eps": 1e-06,
|
| 50 |
+
"rope_scaling": null,
|
| 51 |
+
"rope_theta": 1000000.0,
|
| 52 |
+
"sliding_window": null,
|
| 53 |
+
"tie_word_embeddings": false,
|
| 54 |
+
"transformers_version": "4.56.0",
|
| 55 |
+
"use_cache": false,
|
| 56 |
+
"use_sliding_window": false,
|
| 57 |
+
"vocab_size": 152064
|
| 58 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eos_token_id": [
|
| 3 |
+
151643
|
| 4 |
+
],
|
| 5 |
+
"max_new_tokens": 2048,
|
| 6 |
+
"pad_token_id": 151643,
|
| 7 |
+
"transformers_version": "4.56.0"
|
| 8 |
+
}
|
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:dcd963a40d1ec88cb7cc87d82ee20ffc0f5805cf8c9e3bee5606e5336640df8d
|
| 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:0dc4f9928e96bf3195cd836042d0bd89d81af6e9ce06983b012e9a7bdb093500
|
| 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:5c109eed792431c8149da1c944607f94701b8f25989cb1979b024f76a0baa8e6
|
| 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:a1c90b90aa8f1d3b9dfe2eb8f30f5a8b91fc484527e92e6cc094997c4d2f821d
|
| 3 |
+
size 1089994880
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,347 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 7615616512,
|
| 4 |
+
"total_size": 15231233024
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 32 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 129 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 130 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 131 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 133 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 141 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 143 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 145 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 152 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 153 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 154 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 155 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 156 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 157 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 164 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 165 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 261 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 274 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 275 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 276 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 277 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 278 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 279 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 280 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 281 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 283 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 284 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 285 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 286 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 287 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 288 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 289 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 294 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 295 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 296 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 297 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 298 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 299 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 300 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 301 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 305 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 306 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 307 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 308 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 309 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 310 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 311 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 312 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 313 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 319 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 320 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 321 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 322 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 323 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 324 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 325 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 331 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 332 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 333 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 334 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 335 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 336 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 337 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 338 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 343 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 344 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 345 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
| 346 |
+
}
|
| 347 |
+
}
|
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 |
+
}
|
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 |
+
"clean_up_tokenization_spaces": false,
|
| 199 |
+
"eos_token": "<|endoftext|>",
|
| 200 |
+
"errors": "replace",
|
| 201 |
+
"extra_special_tokens": {},
|
| 202 |
+
"model_max_length": 32768,
|
| 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": 2.0,
|
| 3 |
+
"total_flos": 1.635906903930726e+19,
|
| 4 |
+
"train_loss": 0.07772063925954106,
|
| 5 |
+
"train_runtime": 22087.4933,
|
| 6 |
+
"train_samples_per_second": 11.286,
|
| 7 |
+
"train_steps_per_second": 0.044
|
| 8 |
+
}
|
trainer_log.jsonl
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 10, "total_steps": 974, "loss": 0.1517, "lr": 9.99789342773948e-06, "epoch": 0.02053915275994865, "percentage": 1.03, "elapsed_time": "0:03:47", "remaining_time": "6:05:24"}
|
| 2 |
+
{"current_steps": 20, "total_steps": 974, "loss": 0.1347, "lr": 9.99061372843304e-06, "epoch": 0.0410783055198973, "percentage": 2.05, "elapsed_time": "0:07:34", "remaining_time": "6:01:18"}
|
| 3 |
+
{"current_steps": 30, "total_steps": 974, "loss": 0.12, "lr": 9.978142466031648e-06, "epoch": 0.06161745827984596, "percentage": 3.08, "elapsed_time": "0:11:22", "remaining_time": "5:57:51"}
|
| 4 |
+
{"current_steps": 40, "total_steps": 974, "loss": 0.1187, "lr": 9.960492613958845e-06, "epoch": 0.0821566110397946, "percentage": 4.11, "elapsed_time": "0:15:08", "remaining_time": "5:53:23"}
|
| 5 |
+
{"current_steps": 50, "total_steps": 974, "loss": 0.1146, "lr": 9.937682532746152e-06, "epoch": 0.10269576379974327, "percentage": 5.13, "elapsed_time": "0:18:51", "remaining_time": "5:48:35"}
|
| 6 |
+
{"current_steps": 60, "total_steps": 974, "loss": 0.1111, "lr": 9.90973595093323e-06, "epoch": 0.12323491655969192, "percentage": 6.16, "elapsed_time": "0:22:38", "remaining_time": "5:44:49"}
|
| 7 |
+
{"current_steps": 70, "total_steps": 974, "loss": 0.1073, "lr": 9.87668194038392e-06, "epoch": 0.14377406931964057, "percentage": 7.19, "elapsed_time": "0:26:22", "remaining_time": "5:40:41"}
|
| 8 |
+
{"current_steps": 80, "total_steps": 974, "loss": 0.1077, "lr": 9.838554886043768e-06, "epoch": 0.1643132220795892, "percentage": 8.21, "elapsed_time": "0:30:08", "remaining_time": "5:36:44"}
|
| 9 |
+
{"current_steps": 90, "total_steps": 974, "loss": 0.1087, "lr": 9.795394450170566e-06, "epoch": 0.18485237483953787, "percentage": 9.24, "elapsed_time": "0:33:53", "remaining_time": "5:32:57"}
|
| 10 |
+
{"current_steps": 100, "total_steps": 974, "loss": 0.1052, "lr": 9.747245531075069e-06, "epoch": 0.20539152759948653, "percentage": 10.27, "elapsed_time": "0:37:40", "remaining_time": "5:29:12"}
|
| 11 |
+
{"current_steps": 110, "total_steps": 974, "loss": 0.1061, "lr": 9.694158216414836e-06, "epoch": 0.22593068035943517, "percentage": 11.29, "elapsed_time": "0:41:27", "remaining_time": "5:25:38"}
|
| 12 |
+
{"current_steps": 120, "total_steps": 974, "loss": 0.1024, "lr": 9.63618773108977e-06, "epoch": 0.24646983311938384, "percentage": 12.32, "elapsed_time": "0:45:11", "remaining_time": "5:21:38"}
|
| 13 |
+
{"current_steps": 130, "total_steps": 974, "loss": 0.1032, "lr": 9.573394379793557e-06, "epoch": 0.26700898587933247, "percentage": 13.35, "elapsed_time": "0:48:57", "remaining_time": "5:17:52"}
|
| 14 |
+
{"current_steps": 140, "total_steps": 974, "loss": 0.1063, "lr": 9.505843484280783e-06, "epoch": 0.28754813863928114, "percentage": 14.37, "elapsed_time": "0:52:43", "remaining_time": "5:14:05"}
|
| 15 |
+
{"current_steps": 150, "total_steps": 974, "loss": 0.1027, "lr": 9.433605315414967e-06, "epoch": 0.3080872913992298, "percentage": 15.4, "elapsed_time": "0:56:27", "remaining_time": "5:10:09"}
|
| 16 |
+
{"current_steps": 160, "total_steps": 974, "loss": 0.0995, "lr": 9.356755020068201e-06, "epoch": 0.3286264441591784, "percentage": 16.43, "elapsed_time": "1:00:14", "remaining_time": "5:06:29"}
|
| 17 |
+
{"current_steps": 170, "total_steps": 974, "loss": 0.1017, "lr": 9.275372542948466e-06, "epoch": 0.3491655969191271, "percentage": 17.45, "elapsed_time": "1:04:01", "remaining_time": "5:02:47"}
|
| 18 |
+
{"current_steps": 180, "total_steps": 974, "loss": 0.1015, "lr": 9.189542543435909e-06, "epoch": 0.36970474967907574, "percentage": 18.48, "elapsed_time": "1:07:47", "remaining_time": "4:59:02"}
|
| 19 |
+
{"current_steps": 190, "total_steps": 974, "loss": 0.099, "lr": 9.099354307514607e-06, "epoch": 0.3902439024390244, "percentage": 19.51, "elapsed_time": "1:11:34", "remaining_time": "4:55:19"}
|
| 20 |
+
{"current_steps": 200, "total_steps": 974, "loss": 0.0989, "lr": 9.004901654891453e-06, "epoch": 0.41078305519897307, "percentage": 20.53, "elapsed_time": "1:15:21", "remaining_time": "4:51:36"}
|
| 21 |
+
{"current_steps": 210, "total_steps": 974, "loss": 0.096, "lr": 8.906282841398747e-06, "epoch": 0.4313222079589217, "percentage": 21.56, "elapsed_time": "1:19:04", "remaining_time": "4:47:41"}
|
| 22 |
+
{"current_steps": 220, "total_steps": 974, "loss": 0.0957, "lr": 8.803600456782053e-06, "epoch": 0.45186136071887034, "percentage": 22.59, "elapsed_time": "1:22:50", "remaining_time": "4:43:55"}
|
| 23 |
+
{"current_steps": 230, "total_steps": 974, "loss": 0.0959, "lr": 8.696961317979622e-06, "epoch": 0.472400513478819, "percentage": 23.61, "elapsed_time": "1:26:37", "remaining_time": "4:40:11"}
|
| 24 |
+
{"current_steps": 240, "total_steps": 974, "loss": 0.0954, "lr": 8.586476358004427e-06, "epoch": 0.49293966623876767, "percentage": 24.64, "elapsed_time": "1:30:22", "remaining_time": "4:36:22"}
|
| 25 |
+
{"current_steps": 250, "total_steps": 974, "loss": 0.0958, "lr": 8.472260510544383e-06, "epoch": 0.5134788189987163, "percentage": 25.67, "elapsed_time": "1:34:07", "remaining_time": "4:32:35"}
|
| 26 |
+
{"current_steps": 260, "total_steps": 974, "loss": 0.0934, "lr": 8.354432590400792e-06, "epoch": 0.5340179717586649, "percentage": 26.69, "elapsed_time": "1:37:52", "remaining_time": "4:28:46"}
|
| 27 |
+
{"current_steps": 270, "total_steps": 974, "loss": 0.0964, "lr": 8.23311516988942e-06, "epoch": 0.5545571245186136, "percentage": 27.72, "elapsed_time": "1:41:37", "remaining_time": "4:24:59"}
|
| 28 |
+
{"current_steps": 280, "total_steps": 974, "loss": 0.094, "lr": 8.10843445133274e-06, "epoch": 0.5750962772785623, "percentage": 28.75, "elapsed_time": "1:45:24", "remaining_time": "4:21:15"}
|
| 29 |
+
{"current_steps": 290, "total_steps": 974, "loss": 0.0908, "lr": 7.980520135776023e-06, "epoch": 0.5956354300385109, "percentage": 29.77, "elapsed_time": "1:49:10", "remaining_time": "4:17:29"}
|
| 30 |
+
{"current_steps": 300, "total_steps": 974, "loss": 0.092, "lr": 7.849505288063808e-06, "epoch": 0.6161745827984596, "percentage": 30.8, "elapsed_time": "1:52:56", "remaining_time": "4:13:43"}
|
| 31 |
+
{"current_steps": 310, "total_steps": 974, "loss": 0.0889, "lr": 7.71552619841716e-06, "epoch": 0.6367137355584083, "percentage": 31.83, "elapsed_time": "1:56:43", "remaining_time": "4:10:00"}
|
| 32 |
+
{"current_steps": 320, "total_steps": 974, "loss": 0.0914, "lr": 7.578722240655645e-06, "epoch": 0.6572528883183568, "percentage": 32.85, "elapsed_time": "2:00:28", "remaining_time": "4:06:12"}
|
| 33 |
+
{"current_steps": 330, "total_steps": 974, "loss": 0.0885, "lr": 7.43923572721156e-06, "epoch": 0.6777920410783055, "percentage": 33.88, "elapsed_time": "2:04:15", "remaining_time": "4:02:28"}
|
| 34 |
+
{"current_steps": 340, "total_steps": 974, "loss": 0.0918, "lr": 7.297211761087229e-06, "epoch": 0.6983311938382541, "percentage": 34.91, "elapsed_time": "2:08:01", "remaining_time": "3:58:44"}
|
| 35 |
+
{"current_steps": 350, "total_steps": 974, "loss": 0.0865, "lr": 7.152798084909365e-06, "epoch": 0.7188703465982028, "percentage": 35.93, "elapsed_time": "2:11:44", "remaining_time": "3:54:53"}
|
| 36 |
+
{"current_steps": 360, "total_steps": 974, "loss": 0.0866, "lr": 7.006144927237505e-06, "epoch": 0.7394094993581515, "percentage": 36.96, "elapsed_time": "2:15:29", "remaining_time": "3:51:05"}
|
| 37 |
+
{"current_steps": 370, "total_steps": 974, "loss": 0.0871, "lr": 6.857404846286444e-06, "epoch": 0.7599486521181001, "percentage": 37.99, "elapsed_time": "2:19:16", "remaining_time": "3:47:21"}
|
| 38 |
+
{"current_steps": 380, "total_steps": 974, "loss": 0.0884, "lr": 6.706732571225183e-06, "epoch": 0.7804878048780488, "percentage": 39.01, "elapsed_time": "2:23:01", "remaining_time": "3:43:34"}
|
| 39 |
+
{"current_steps": 390, "total_steps": 974, "loss": 0.085, "lr": 6.554284841217519e-06, "epoch": 0.8010269576379975, "percentage": 40.04, "elapsed_time": "2:26:48", "remaining_time": "3:39:50"}
|
| 40 |
+
{"current_steps": 400, "total_steps": 974, "loss": 0.0861, "lr": 6.400220242371714e-06, "epoch": 0.8215661103979461, "percentage": 41.07, "elapsed_time": "2:30:33", "remaining_time": "3:36:03"}
|
| 41 |
+
{"current_steps": 410, "total_steps": 974, "loss": 0.0852, "lr": 6.244699042768835e-06, "epoch": 0.8421052631578947, "percentage": 42.09, "elapsed_time": "2:34:19", "remaining_time": "3:32:17"}
|
| 42 |
+
{"current_steps": 420, "total_steps": 974, "loss": 0.0838, "lr": 6.087883025741408e-06, "epoch": 0.8626444159178434, "percentage": 43.12, "elapsed_time": "2:38:06", "remaining_time": "3:28:32"}
|
| 43 |
+
{"current_steps": 430, "total_steps": 974, "loss": 0.0865, "lr": 5.929935321575806e-06, "epoch": 0.883183568677792, "percentage": 44.15, "elapsed_time": "2:41:52", "remaining_time": "3:24:47"}
|
| 44 |
+
{"current_steps": 440, "total_steps": 974, "loss": 0.0837, "lr": 5.771020237813448e-06, "epoch": 0.9037227214377407, "percentage": 45.17, "elapsed_time": "2:45:37", "remaining_time": "3:21:00"}
|
| 45 |
+
{"current_steps": 450, "total_steps": 974, "loss": 0.0879, "lr": 5.611303088327331e-06, "epoch": 0.9242618741976893, "percentage": 46.2, "elapsed_time": "2:49:24", "remaining_time": "3:17:16"}
|
| 46 |
+
{"current_steps": 460, "total_steps": 974, "loss": 0.0876, "lr": 5.450950021351725e-06, "epoch": 0.944801026957638, "percentage": 47.23, "elapsed_time": "2:53:10", "remaining_time": "3:13:30"}
|
| 47 |
+
{"current_steps": 470, "total_steps": 974, "loss": 0.0851, "lr": 5.290127846643903e-06, "epoch": 0.9653401797175867, "percentage": 48.25, "elapsed_time": "2:56:56", "remaining_time": "3:09:44"}
|
| 48 |
+
{"current_steps": 480, "total_steps": 974, "loss": 0.0827, "lr": 5.129003861957706e-06, "epoch": 0.9858793324775353, "percentage": 49.28, "elapsed_time": "3:00:43", "remaining_time": "3:05:59"}
|
| 49 |
+
{"current_steps": 490, "total_steps": 974, "loss": 0.0749, "lr": 4.967745679009474e-06, "epoch": 1.0061617458279846, "percentage": 50.31, "elapsed_time": "3:04:26", "remaining_time": "3:02:11"}
|
| 50 |
+
{"current_steps": 500, "total_steps": 974, "loss": 0.0626, "lr": 4.806521049117363e-06, "epoch": 1.0267008985879333, "percentage": 51.33, "elapsed_time": "3:08:13", "remaining_time": "2:58:26"}
|
| 51 |
+
{"current_steps": 510, "total_steps": 974, "loss": 0.0621, "lr": 4.645497688695444e-06, "epoch": 1.047240051347882, "percentage": 52.36, "elapsed_time": "3:11:58", "remaining_time": "2:54:39"}
|
| 52 |
+
{"current_steps": 520, "total_steps": 974, "loss": 0.0626, "lr": 4.484843104784106e-06, "epoch": 1.0677792041078304, "percentage": 53.39, "elapsed_time": "3:15:46", "remaining_time": "2:50:55"}
|
| 53 |
+
{"current_steps": 530, "total_steps": 974, "loss": 0.0608, "lr": 4.32472442079828e-06, "epoch": 1.0883183568677792, "percentage": 54.41, "elapsed_time": "3:19:31", "remaining_time": "2:47:09"}
|
| 54 |
+
{"current_steps": 540, "total_steps": 974, "loss": 0.0626, "lr": 4.165308202674704e-06, "epoch": 1.1088575096277278, "percentage": 55.44, "elapsed_time": "3:23:18", "remaining_time": "2:43:24"}
|
| 55 |
+
{"current_steps": 550, "total_steps": 974, "loss": 0.0594, "lr": 4.006760285599146e-06, "epoch": 1.1293966623876766, "percentage": 56.47, "elapsed_time": "3:27:03", "remaining_time": "2:39:37"}
|
| 56 |
+
{"current_steps": 560, "total_steps": 974, "loss": 0.0563, "lr": 3.849245601493784e-06, "epoch": 1.149935815147625, "percentage": 57.49, "elapsed_time": "3:30:45", "remaining_time": "2:35:48"}
|
| 57 |
+
{"current_steps": 570, "total_steps": 974, "loss": 0.0589, "lr": 3.69292800744422e-06, "epoch": 1.1704749679075739, "percentage": 58.52, "elapsed_time": "3:34:28", "remaining_time": "2:32:00"}
|
| 58 |
+
{"current_steps": 580, "total_steps": 974, "loss": 0.0602, "lr": 3.5379701152446184e-06, "epoch": 1.1910141206675224, "percentage": 59.55, "elapsed_time": "3:38:14", "remaining_time": "2:28:15"}
|
| 59 |
+
{"current_steps": 590, "total_steps": 974, "loss": 0.0572, "lr": 3.384533122238267e-06, "epoch": 1.2115532734274712, "percentage": 60.57, "elapsed_time": "3:42:00", "remaining_time": "2:24:29"}
|
| 60 |
+
{"current_steps": 600, "total_steps": 974, "loss": 0.0601, "lr": 3.2327766436295618e-06, "epoch": 1.2320924261874198, "percentage": 61.6, "elapsed_time": "3:45:47", "remaining_time": "2:20:44"}
|
| 61 |
+
{"current_steps": 610, "total_steps": 974, "loss": 0.0605, "lr": 3.0828585464418013e-06, "epoch": 1.2526315789473683, "percentage": 62.63, "elapsed_time": "3:49:34", "remaining_time": "2:16:59"}
|
| 62 |
+
{"current_steps": 620, "total_steps": 974, "loss": 0.0597, "lr": 2.934934785293593e-06, "epoch": 1.273170731707317, "percentage": 63.66, "elapsed_time": "3:53:20", "remaining_time": "2:13:13"}
|
| 63 |
+
{"current_steps": 630, "total_steps": 974, "loss": 0.058, "lr": 2.7891592401646406e-06, "epoch": 1.2937098844672656, "percentage": 64.68, "elapsed_time": "3:57:06", "remaining_time": "2:09:28"}
|
| 64 |
+
{"current_steps": 640, "total_steps": 974, "loss": 0.0574, "lr": 2.6456835563197194e-06, "epoch": 1.3142490372272144, "percentage": 65.71, "elapsed_time": "4:00:52", "remaining_time": "2:05:42"}
|
| 65 |
+
{"current_steps": 650, "total_steps": 974, "loss": 0.0591, "lr": 2.504656986557342e-06, "epoch": 1.334788189987163, "percentage": 66.74, "elapsed_time": "4:04:39", "remaining_time": "2:01:57"}
|
| 66 |
+
{"current_steps": 660, "total_steps": 974, "loss": 0.0587, "lr": 2.3662262359472326e-06, "epoch": 1.3553273427471118, "percentage": 67.76, "elapsed_time": "4:08:25", "remaining_time": "1:58:11"}
|
| 67 |
+
{"current_steps": 670, "total_steps": 974, "loss": 0.0592, "lr": 2.2305353092181014e-06, "epoch": 1.3758664955070603, "percentage": 68.79, "elapsed_time": "4:12:11", "remaining_time": "1:54:25"}
|
| 68 |
+
{"current_steps": 680, "total_steps": 974, "loss": 0.0588, "lr": 2.09772536095451e-06, "epoch": 1.396405648267009, "percentage": 69.82, "elapsed_time": "4:15:58", "remaining_time": "1:50:40"}
|
| 69 |
+
{"current_steps": 690, "total_steps": 974, "loss": 0.0588, "lr": 1.967934548758621e-06, "epoch": 1.4169448010269576, "percentage": 70.84, "elapsed_time": "4:19:45", "remaining_time": "1:46:54"}
|
| 70 |
+
{"current_steps": 700, "total_steps": 974, "loss": 0.0555, "lr": 1.8412978895296223e-06, "epoch": 1.4374839537869062, "percentage": 71.87, "elapsed_time": "4:23:29", "remaining_time": "1:43:08"}
|
| 71 |
+
{"current_steps": 710, "total_steps": 974, "loss": 0.0568, "lr": 1.7179471190103103e-06, "epoch": 1.458023106546855, "percentage": 72.9, "elapsed_time": "4:27:14", "remaining_time": "1:39:21"}
|
| 72 |
+
{"current_steps": 720, "total_steps": 974, "loss": 0.0584, "lr": 1.5980105547469443e-06, "epoch": 1.4785622593068035, "percentage": 73.92, "elapsed_time": "4:31:00", "remaining_time": "1:35:36"}
|
| 73 |
+
{"current_steps": 730, "total_steps": 974, "loss": 0.0578, "lr": 1.4816129626049365e-06, "epoch": 1.4991014120667523, "percentage": 74.95, "elapsed_time": "4:34:47", "remaining_time": "1:31:50"}
|
| 74 |
+
{"current_steps": 740, "total_steps": 974, "loss": 0.0579, "lr": 1.3688754269792297e-06, "epoch": 1.5196405648267008, "percentage": 75.98, "elapsed_time": "4:38:34", "remaining_time": "1:28:05"}
|
| 75 |
+
{"current_steps": 750, "total_steps": 974, "loss": 0.0567, "lr": 1.2599152248343848e-06, "epoch": 1.5401797175866494, "percentage": 77.0, "elapsed_time": "4:42:19", "remaining_time": "1:24:19"}
|
| 76 |
+
{"current_steps": 760, "total_steps": 974, "loss": 0.0581, "lr": 1.1548457037054089e-06, "epoch": 1.5607188703465982, "percentage": 78.03, "elapsed_time": "4:46:06", "remaining_time": "1:20:33"}
|
| 77 |
+
{"current_steps": 770, "total_steps": 974, "loss": 0.0563, "lr": 1.0537761637862198e-06, "epoch": 1.581258023106547, "percentage": 79.06, "elapsed_time": "4:49:52", "remaining_time": "1:16:47"}
|
| 78 |
+
{"current_steps": 780, "total_steps": 974, "loss": 0.0556, "lr": 9.568117442284375e-07, "epoch": 1.6017971758664955, "percentage": 80.08, "elapsed_time": "4:53:37", "remaining_time": "1:13:01"}
|
| 79 |
+
{"current_steps": 790, "total_steps": 974, "loss": 0.0556, "lr": 8.640533137687523e-07, "epoch": 1.622336328626444, "percentage": 81.11, "elapsed_time": "4:57:24", "remaining_time": "1:09:16"}
|
| 80 |
+
{"current_steps": 800, "total_steps": 974, "loss": 0.0571, "lr": 7.755973657986648e-07, "epoch": 1.6428754813863928, "percentage": 82.14, "elapsed_time": "5:01:10", "remaining_time": "1:05:30"}
|
| 81 |
+
{"current_steps": 810, "total_steps": 974, "loss": 0.0555, "lr": 6.91535917985739e-07, "epoch": 1.6634146341463416, "percentage": 83.16, "elapsed_time": "5:04:56", "remaining_time": "1:01:44"}
|
| 82 |
+
{"current_steps": 820, "total_steps": 974, "loss": 0.0553, "lr": 6.119564165508057e-07, "epoch": 1.6839537869062902, "percentage": 84.19, "elapsed_time": "5:08:42", "remaining_time": "0:57:58"}
|
| 83 |
+
{"current_steps": 830, "total_steps": 974, "loss": 0.0575, "lr": 5.369416453006764e-07, "epoch": 1.7044929396662387, "percentage": 85.22, "elapsed_time": "5:12:28", "remaining_time": "0:54:12"}
|
| 84 |
+
{"current_steps": 840, "total_steps": 974, "loss": 0.054, "lr": 4.665696395110081e-07, "epoch": 1.7250320924261873, "percentage": 86.24, "elapsed_time": "5:16:15", "remaining_time": "0:50:27"}
|
| 85 |
+
{"current_steps": 850, "total_steps": 974, "loss": 0.0563, "lr": 4.009136047489026e-07, "epoch": 1.745571245186136, "percentage": 87.27, "elapsed_time": "5:20:01", "remaining_time": "0:46:41"}
|
| 86 |
+
{"current_steps": 860, "total_steps": 974, "loss": 0.054, "lr": 3.400418407196826e-07, "epoch": 1.7661103979460848, "percentage": 88.3, "elapsed_time": "5:23:46", "remaining_time": "0:42:55"}
|
| 87 |
+
{"current_steps": 870, "total_steps": 974, "loss": 0.054, "lr": 2.840176702170683e-07, "epoch": 1.7866495507060334, "percentage": 89.32, "elapsed_time": "5:27:30", "remaining_time": "0:39:09"}
|
| 88 |
+
{"current_steps": 880, "total_steps": 974, "loss": 0.0566, "lr": 2.3289937325065902e-07, "epoch": 1.807188703465982, "percentage": 90.35, "elapsed_time": "5:31:16", "remaining_time": "0:35:23"}
|
| 89 |
+
{"current_steps": 890, "total_steps": 974, "loss": 0.0543, "lr": 1.8674012641925642e-07, "epoch": 1.8277278562259307, "percentage": 91.38, "elapsed_time": "5:35:01", "remaining_time": "0:31:37"}
|
| 90 |
+
{"current_steps": 900, "total_steps": 974, "loss": 0.057, "lr": 1.455879475930827e-07, "epoch": 1.8482670089858795, "percentage": 92.4, "elapsed_time": "5:38:47", "remaining_time": "0:27:51"}
|
| 91 |
+
{"current_steps": 910, "total_steps": 974, "loss": 0.0572, "lr": 1.0948564596244937e-07, "epoch": 1.868806161745828, "percentage": 93.43, "elapsed_time": "5:42:33", "remaining_time": "0:24:05"}
|
| 92 |
+
{"current_steps": 920, "total_steps": 974, "loss": 0.0553, "lr": 7.847077750483489e-08, "epoch": 1.8893453145057766, "percentage": 94.46, "elapsed_time": "5:46:18", "remaining_time": "0:20:19"}
|
| 93 |
+
{"current_steps": 930, "total_steps": 974, "loss": 0.0546, "lr": 5.257560591669764e-08, "epoch": 1.9098844672657251, "percentage": 95.48, "elapsed_time": "5:50:04", "remaining_time": "0:16:33"}
|
| 94 |
+
{"current_steps": 940, "total_steps": 974, "loss": 0.0571, "lr": 3.182706905067001e-08, "epoch": 1.930423620025674, "percentage": 96.51, "elapsed_time": "5:53:50", "remaining_time": "0:12:47"}
|
| 95 |
+
{"current_steps": 950, "total_steps": 974, "loss": 0.0559, "lr": 1.624675089303529e-08, "epoch": 1.9509627727856227, "percentage": 97.54, "elapsed_time": "5:57:36", "remaining_time": "0:09:02"}
|
| 96 |
+
{"current_steps": 960, "total_steps": 974, "loss": 0.0572, "lr": 5.850859110658191e-09, "epoch": 1.9715019255455712, "percentage": 98.56, "elapsed_time": "6:01:19", "remaining_time": "0:05:16"}
|
| 97 |
+
{"current_steps": 970, "total_steps": 974, "loss": 0.0544, "lr": 6.502081907039381e-10, "epoch": 1.9920410783055198, "percentage": 99.59, "elapsed_time": "6:05:06", "remaining_time": "0:01:30"}
|
| 98 |
+
{"current_steps": 974, "total_steps": 974, "epoch": 2.0, "percentage": 100.0, "elapsed_time": "6:08:07", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,722 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 974,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.02053915275994865,
|
| 14 |
+
"grad_norm": 0.6241949796676636,
|
| 15 |
+
"learning_rate": 9.99789342773948e-06,
|
| 16 |
+
"loss": 0.1517,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.0410783055198973,
|
| 21 |
+
"grad_norm": 0.3109052777290344,
|
| 22 |
+
"learning_rate": 9.99061372843304e-06,
|
| 23 |
+
"loss": 0.1347,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.06161745827984596,
|
| 28 |
+
"grad_norm": 0.28893721103668213,
|
| 29 |
+
"learning_rate": 9.978142466031648e-06,
|
| 30 |
+
"loss": 0.12,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.0821566110397946,
|
| 35 |
+
"grad_norm": 0.2942233979701996,
|
| 36 |
+
"learning_rate": 9.960492613958845e-06,
|
| 37 |
+
"loss": 0.1187,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.10269576379974327,
|
| 42 |
+
"grad_norm": 0.26697084307670593,
|
| 43 |
+
"learning_rate": 9.937682532746152e-06,
|
| 44 |
+
"loss": 0.1146,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.12323491655969192,
|
| 49 |
+
"grad_norm": 0.26033908128738403,
|
| 50 |
+
"learning_rate": 9.90973595093323e-06,
|
| 51 |
+
"loss": 0.1111,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.14377406931964057,
|
| 56 |
+
"grad_norm": 0.24977026879787445,
|
| 57 |
+
"learning_rate": 9.87668194038392e-06,
|
| 58 |
+
"loss": 0.1073,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.1643132220795892,
|
| 63 |
+
"grad_norm": 0.2998938262462616,
|
| 64 |
+
"learning_rate": 9.838554886043768e-06,
|
| 65 |
+
"loss": 0.1077,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.18485237483953787,
|
| 70 |
+
"grad_norm": 0.30642247200012207,
|
| 71 |
+
"learning_rate": 9.795394450170566e-06,
|
| 72 |
+
"loss": 0.1087,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.20539152759948653,
|
| 77 |
+
"grad_norm": 0.2964343726634979,
|
| 78 |
+
"learning_rate": 9.747245531075069e-06,
|
| 79 |
+
"loss": 0.1052,
|
| 80 |
+
"step": 100
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.22593068035943517,
|
| 84 |
+
"grad_norm": 0.2638753056526184,
|
| 85 |
+
"learning_rate": 9.694158216414836e-06,
|
| 86 |
+
"loss": 0.1061,
|
| 87 |
+
"step": 110
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.24646983311938384,
|
| 91 |
+
"grad_norm": 0.2852879464626312,
|
| 92 |
+
"learning_rate": 9.63618773108977e-06,
|
| 93 |
+
"loss": 0.1024,
|
| 94 |
+
"step": 120
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.26700898587933247,
|
| 98 |
+
"grad_norm": 0.2863173484802246,
|
| 99 |
+
"learning_rate": 9.573394379793557e-06,
|
| 100 |
+
"loss": 0.1032,
|
| 101 |
+
"step": 130
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.28754813863928114,
|
| 105 |
+
"grad_norm": 0.2960529625415802,
|
| 106 |
+
"learning_rate": 9.505843484280783e-06,
|
| 107 |
+
"loss": 0.1063,
|
| 108 |
+
"step": 140
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.3080872913992298,
|
| 112 |
+
"grad_norm": 0.28948211669921875,
|
| 113 |
+
"learning_rate": 9.433605315414967e-06,
|
| 114 |
+
"loss": 0.1027,
|
| 115 |
+
"step": 150
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.3286264441591784,
|
| 119 |
+
"grad_norm": 0.2555496096611023,
|
| 120 |
+
"learning_rate": 9.356755020068201e-06,
|
| 121 |
+
"loss": 0.0995,
|
| 122 |
+
"step": 160
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.3491655969191271,
|
| 126 |
+
"grad_norm": 0.2884163558483124,
|
| 127 |
+
"learning_rate": 9.275372542948466e-06,
|
| 128 |
+
"loss": 0.1017,
|
| 129 |
+
"step": 170
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.36970474967907574,
|
| 133 |
+
"grad_norm": 0.2388547658920288,
|
| 134 |
+
"learning_rate": 9.189542543435909e-06,
|
| 135 |
+
"loss": 0.1015,
|
| 136 |
+
"step": 180
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.3902439024390244,
|
| 140 |
+
"grad_norm": 0.2760099768638611,
|
| 141 |
+
"learning_rate": 9.099354307514607e-06,
|
| 142 |
+
"loss": 0.099,
|
| 143 |
+
"step": 190
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.41078305519897307,
|
| 147 |
+
"grad_norm": 0.29273074865341187,
|
| 148 |
+
"learning_rate": 9.004901654891453e-06,
|
| 149 |
+
"loss": 0.0989,
|
| 150 |
+
"step": 200
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.4313222079589217,
|
| 154 |
+
"grad_norm": 0.31362560391426086,
|
| 155 |
+
"learning_rate": 8.906282841398747e-06,
|
| 156 |
+
"loss": 0.096,
|
| 157 |
+
"step": 210
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.45186136071887034,
|
| 161 |
+
"grad_norm": 0.27469882369041443,
|
| 162 |
+
"learning_rate": 8.803600456782053e-06,
|
| 163 |
+
"loss": 0.0957,
|
| 164 |
+
"step": 220
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.472400513478819,
|
| 168 |
+
"grad_norm": 0.2949489653110504,
|
| 169 |
+
"learning_rate": 8.696961317979622e-06,
|
| 170 |
+
"loss": 0.0959,
|
| 171 |
+
"step": 230
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.49293966623876767,
|
| 175 |
+
"grad_norm": 0.2868664264678955,
|
| 176 |
+
"learning_rate": 8.586476358004427e-06,
|
| 177 |
+
"loss": 0.0954,
|
| 178 |
+
"step": 240
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.5134788189987163,
|
| 182 |
+
"grad_norm": 0.28068357706069946,
|
| 183 |
+
"learning_rate": 8.472260510544383e-06,
|
| 184 |
+
"loss": 0.0958,
|
| 185 |
+
"step": 250
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.5340179717586649,
|
| 189 |
+
"grad_norm": 0.2683391273021698,
|
| 190 |
+
"learning_rate": 8.354432590400792e-06,
|
| 191 |
+
"loss": 0.0934,
|
| 192 |
+
"step": 260
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.5545571245186136,
|
| 196 |
+
"grad_norm": 0.26564258337020874,
|
| 197 |
+
"learning_rate": 8.23311516988942e-06,
|
| 198 |
+
"loss": 0.0964,
|
| 199 |
+
"step": 270
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.5750962772785623,
|
| 203 |
+
"grad_norm": 0.3143099844455719,
|
| 204 |
+
"learning_rate": 8.10843445133274e-06,
|
| 205 |
+
"loss": 0.094,
|
| 206 |
+
"step": 280
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.5956354300385109,
|
| 210 |
+
"grad_norm": 0.25333961844444275,
|
| 211 |
+
"learning_rate": 7.980520135776023e-06,
|
| 212 |
+
"loss": 0.0908,
|
| 213 |
+
"step": 290
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.6161745827984596,
|
| 217 |
+
"grad_norm": 0.2577582001686096,
|
| 218 |
+
"learning_rate": 7.849505288063808e-06,
|
| 219 |
+
"loss": 0.092,
|
| 220 |
+
"step": 300
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.6367137355584083,
|
| 224 |
+
"grad_norm": 0.2629285752773285,
|
| 225 |
+
"learning_rate": 7.71552619841716e-06,
|
| 226 |
+
"loss": 0.0889,
|
| 227 |
+
"step": 310
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.6572528883183568,
|
| 231 |
+
"grad_norm": 0.24951164424419403,
|
| 232 |
+
"learning_rate": 7.578722240655645e-06,
|
| 233 |
+
"loss": 0.0914,
|
| 234 |
+
"step": 320
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.6777920410783055,
|
| 238 |
+
"grad_norm": 0.264588862657547,
|
| 239 |
+
"learning_rate": 7.43923572721156e-06,
|
| 240 |
+
"loss": 0.0885,
|
| 241 |
+
"step": 330
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.6983311938382541,
|
| 245 |
+
"grad_norm": 0.2667712867259979,
|
| 246 |
+
"learning_rate": 7.297211761087229e-06,
|
| 247 |
+
"loss": 0.0918,
|
| 248 |
+
"step": 340
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.7188703465982028,
|
| 252 |
+
"grad_norm": 0.2499169409275055,
|
| 253 |
+
"learning_rate": 7.152798084909365e-06,
|
| 254 |
+
"loss": 0.0865,
|
| 255 |
+
"step": 350
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.7394094993581515,
|
| 259 |
+
"grad_norm": 0.27517884969711304,
|
| 260 |
+
"learning_rate": 7.006144927237505e-06,
|
| 261 |
+
"loss": 0.0866,
|
| 262 |
+
"step": 360
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.7599486521181001,
|
| 266 |
+
"grad_norm": 0.2483636885881424,
|
| 267 |
+
"learning_rate": 6.857404846286444e-06,
|
| 268 |
+
"loss": 0.0871,
|
| 269 |
+
"step": 370
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.7804878048780488,
|
| 273 |
+
"grad_norm": 0.30694103240966797,
|
| 274 |
+
"learning_rate": 6.706732571225183e-06,
|
| 275 |
+
"loss": 0.0884,
|
| 276 |
+
"step": 380
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.8010269576379975,
|
| 280 |
+
"grad_norm": 0.23266981542110443,
|
| 281 |
+
"learning_rate": 6.554284841217519e-06,
|
| 282 |
+
"loss": 0.085,
|
| 283 |
+
"step": 390
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.8215661103979461,
|
| 287 |
+
"grad_norm": 0.27542293071746826,
|
| 288 |
+
"learning_rate": 6.400220242371714e-06,
|
| 289 |
+
"loss": 0.0861,
|
| 290 |
+
"step": 400
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.8421052631578947,
|
| 294 |
+
"grad_norm": 0.2664916515350342,
|
| 295 |
+
"learning_rate": 6.244699042768835e-06,
|
| 296 |
+
"loss": 0.0852,
|
| 297 |
+
"step": 410
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.8626444159178434,
|
| 301 |
+
"grad_norm": 0.24229811131954193,
|
| 302 |
+
"learning_rate": 6.087883025741408e-06,
|
| 303 |
+
"loss": 0.0838,
|
| 304 |
+
"step": 420
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.883183568677792,
|
| 308 |
+
"grad_norm": 0.23243330419063568,
|
| 309 |
+
"learning_rate": 5.929935321575806e-06,
|
| 310 |
+
"loss": 0.0865,
|
| 311 |
+
"step": 430
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.9037227214377407,
|
| 315 |
+
"grad_norm": 0.2365313470363617,
|
| 316 |
+
"learning_rate": 5.771020237813448e-06,
|
| 317 |
+
"loss": 0.0837,
|
| 318 |
+
"step": 440
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.9242618741976893,
|
| 322 |
+
"grad_norm": 0.24980725347995758,
|
| 323 |
+
"learning_rate": 5.611303088327331e-06,
|
| 324 |
+
"loss": 0.0879,
|
| 325 |
+
"step": 450
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.944801026957638,
|
| 329 |
+
"grad_norm": 0.2599492371082306,
|
| 330 |
+
"learning_rate": 5.450950021351725e-06,
|
| 331 |
+
"loss": 0.0876,
|
| 332 |
+
"step": 460
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.9653401797175867,
|
| 336 |
+
"grad_norm": 0.27633577585220337,
|
| 337 |
+
"learning_rate": 5.290127846643903e-06,
|
| 338 |
+
"loss": 0.0851,
|
| 339 |
+
"step": 470
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.9858793324775353,
|
| 343 |
+
"grad_norm": 0.25800392031669617,
|
| 344 |
+
"learning_rate": 5.129003861957706e-06,
|
| 345 |
+
"loss": 0.0827,
|
| 346 |
+
"step": 480
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 1.0061617458279846,
|
| 350 |
+
"grad_norm": 0.22503100335597992,
|
| 351 |
+
"learning_rate": 4.967745679009474e-06,
|
| 352 |
+
"loss": 0.0749,
|
| 353 |
+
"step": 490
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 1.0267008985879333,
|
| 357 |
+
"grad_norm": 0.23040170967578888,
|
| 358 |
+
"learning_rate": 4.806521049117363e-06,
|
| 359 |
+
"loss": 0.0626,
|
| 360 |
+
"step": 500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 1.047240051347882,
|
| 364 |
+
"grad_norm": 0.23996306955814362,
|
| 365 |
+
"learning_rate": 4.645497688695444e-06,
|
| 366 |
+
"loss": 0.0621,
|
| 367 |
+
"step": 510
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 1.0677792041078304,
|
| 371 |
+
"grad_norm": 0.2363160401582718,
|
| 372 |
+
"learning_rate": 4.484843104784106e-06,
|
| 373 |
+
"loss": 0.0626,
|
| 374 |
+
"step": 520
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 1.0883183568677792,
|
| 378 |
+
"grad_norm": 0.24278973042964935,
|
| 379 |
+
"learning_rate": 4.32472442079828e-06,
|
| 380 |
+
"loss": 0.0608,
|
| 381 |
+
"step": 530
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 1.1088575096277278,
|
| 385 |
+
"grad_norm": 0.2526680827140808,
|
| 386 |
+
"learning_rate": 4.165308202674704e-06,
|
| 387 |
+
"loss": 0.0626,
|
| 388 |
+
"step": 540
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 1.1293966623876766,
|
| 392 |
+
"grad_norm": 0.260307639837265,
|
| 393 |
+
"learning_rate": 4.006760285599146e-06,
|
| 394 |
+
"loss": 0.0594,
|
| 395 |
+
"step": 550
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 1.149935815147625,
|
| 399 |
+
"grad_norm": 0.2719564139842987,
|
| 400 |
+
"learning_rate": 3.849245601493784e-06,
|
| 401 |
+
"loss": 0.0563,
|
| 402 |
+
"step": 560
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 1.1704749679075739,
|
| 406 |
+
"grad_norm": 0.23317693173885345,
|
| 407 |
+
"learning_rate": 3.69292800744422e-06,
|
| 408 |
+
"loss": 0.0589,
|
| 409 |
+
"step": 570
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 1.1910141206675224,
|
| 413 |
+
"grad_norm": 0.23016999661922455,
|
| 414 |
+
"learning_rate": 3.5379701152446184e-06,
|
| 415 |
+
"loss": 0.0602,
|
| 416 |
+
"step": 580
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 1.2115532734274712,
|
| 420 |
+
"grad_norm": 0.21775227785110474,
|
| 421 |
+
"learning_rate": 3.384533122238267e-06,
|
| 422 |
+
"loss": 0.0572,
|
| 423 |
+
"step": 590
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 1.2320924261874198,
|
| 427 |
+
"grad_norm": 0.247865229845047,
|
| 428 |
+
"learning_rate": 3.2327766436295618e-06,
|
| 429 |
+
"loss": 0.0601,
|
| 430 |
+
"step": 600
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 1.2526315789473683,
|
| 434 |
+
"grad_norm": 0.23535579442977905,
|
| 435 |
+
"learning_rate": 3.0828585464418013e-06,
|
| 436 |
+
"loss": 0.0605,
|
| 437 |
+
"step": 610
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 1.273170731707317,
|
| 441 |
+
"grad_norm": 0.2479717880487442,
|
| 442 |
+
"learning_rate": 2.934934785293593e-06,
|
| 443 |
+
"loss": 0.0597,
|
| 444 |
+
"step": 620
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 1.2937098844672656,
|
| 448 |
+
"grad_norm": 0.24478904902935028,
|
| 449 |
+
"learning_rate": 2.7891592401646406e-06,
|
| 450 |
+
"loss": 0.058,
|
| 451 |
+
"step": 630
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 1.3142490372272144,
|
| 455 |
+
"grad_norm": 0.24038828909397125,
|
| 456 |
+
"learning_rate": 2.6456835563197194e-06,
|
| 457 |
+
"loss": 0.0574,
|
| 458 |
+
"step": 640
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 1.334788189987163,
|
| 462 |
+
"grad_norm": 0.24659165740013123,
|
| 463 |
+
"learning_rate": 2.504656986557342e-06,
|
| 464 |
+
"loss": 0.0591,
|
| 465 |
+
"step": 650
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 1.3553273427471118,
|
| 469 |
+
"grad_norm": 0.23365946114063263,
|
| 470 |
+
"learning_rate": 2.3662262359472326e-06,
|
| 471 |
+
"loss": 0.0587,
|
| 472 |
+
"step": 660
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 1.3758664955070603,
|
| 476 |
+
"grad_norm": 0.2665676772594452,
|
| 477 |
+
"learning_rate": 2.2305353092181014e-06,
|
| 478 |
+
"loss": 0.0592,
|
| 479 |
+
"step": 670
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 1.396405648267009,
|
| 483 |
+
"grad_norm": 0.24800005555152893,
|
| 484 |
+
"learning_rate": 2.09772536095451e-06,
|
| 485 |
+
"loss": 0.0588,
|
| 486 |
+
"step": 680
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 1.4169448010269576,
|
| 490 |
+
"grad_norm": 0.2330596148967743,
|
| 491 |
+
"learning_rate": 1.967934548758621e-06,
|
| 492 |
+
"loss": 0.0588,
|
| 493 |
+
"step": 690
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 1.4374839537869062,
|
| 497 |
+
"grad_norm": 0.2489139586687088,
|
| 498 |
+
"learning_rate": 1.8412978895296223e-06,
|
| 499 |
+
"loss": 0.0555,
|
| 500 |
+
"step": 700
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 1.458023106546855,
|
| 504 |
+
"grad_norm": 0.2403998076915741,
|
| 505 |
+
"learning_rate": 1.7179471190103103e-06,
|
| 506 |
+
"loss": 0.0568,
|
| 507 |
+
"step": 710
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 1.4785622593068035,
|
| 511 |
+
"grad_norm": 0.23150111734867096,
|
| 512 |
+
"learning_rate": 1.5980105547469443e-06,
|
| 513 |
+
"loss": 0.0584,
|
| 514 |
+
"step": 720
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 1.4991014120667523,
|
| 518 |
+
"grad_norm": 0.2429497092962265,
|
| 519 |
+
"learning_rate": 1.4816129626049365e-06,
|
| 520 |
+
"loss": 0.0578,
|
| 521 |
+
"step": 730
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 1.5196405648267008,
|
| 525 |
+
"grad_norm": 0.23500065505504608,
|
| 526 |
+
"learning_rate": 1.3688754269792297e-06,
|
| 527 |
+
"loss": 0.0579,
|
| 528 |
+
"step": 740
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 1.5401797175866494,
|
| 532 |
+
"grad_norm": 0.24009016156196594,
|
| 533 |
+
"learning_rate": 1.2599152248343848e-06,
|
| 534 |
+
"loss": 0.0567,
|
| 535 |
+
"step": 750
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 1.5607188703465982,
|
| 539 |
+
"grad_norm": 0.2493337094783783,
|
| 540 |
+
"learning_rate": 1.1548457037054089e-06,
|
| 541 |
+
"loss": 0.0581,
|
| 542 |
+
"step": 760
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 1.581258023106547,
|
| 546 |
+
"grad_norm": 0.25276979804039,
|
| 547 |
+
"learning_rate": 1.0537761637862198e-06,
|
| 548 |
+
"loss": 0.0563,
|
| 549 |
+
"step": 770
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 1.6017971758664955,
|
| 553 |
+
"grad_norm": 0.23559069633483887,
|
| 554 |
+
"learning_rate": 9.568117442284375e-07,
|
| 555 |
+
"loss": 0.0556,
|
| 556 |
+
"step": 780
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 1.622336328626444,
|
| 560 |
+
"grad_norm": 0.22181905806064606,
|
| 561 |
+
"learning_rate": 8.640533137687523e-07,
|
| 562 |
+
"loss": 0.0556,
|
| 563 |
+
"step": 790
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 1.6428754813863928,
|
| 567 |
+
"grad_norm": 0.25861266255378723,
|
| 568 |
+
"learning_rate": 7.755973657986648e-07,
|
| 569 |
+
"loss": 0.0571,
|
| 570 |
+
"step": 800
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 1.6634146341463416,
|
| 574 |
+
"grad_norm": 0.24212630093097687,
|
| 575 |
+
"learning_rate": 6.91535917985739e-07,
|
| 576 |
+
"loss": 0.0555,
|
| 577 |
+
"step": 810
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 1.6839537869062902,
|
| 581 |
+
"grad_norm": 0.23966702818870544,
|
| 582 |
+
"learning_rate": 6.119564165508057e-07,
|
| 583 |
+
"loss": 0.0553,
|
| 584 |
+
"step": 820
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 1.7044929396662387,
|
| 588 |
+
"grad_norm": 0.2524842619895935,
|
| 589 |
+
"learning_rate": 5.369416453006764e-07,
|
| 590 |
+
"loss": 0.0575,
|
| 591 |
+
"step": 830
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 1.7250320924261873,
|
| 595 |
+
"grad_norm": 0.2377074807882309,
|
| 596 |
+
"learning_rate": 4.665696395110081e-07,
|
| 597 |
+
"loss": 0.054,
|
| 598 |
+
"step": 840
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 1.745571245186136,
|
| 602 |
+
"grad_norm": 0.23431187868118286,
|
| 603 |
+
"learning_rate": 4.009136047489026e-07,
|
| 604 |
+
"loss": 0.0563,
|
| 605 |
+
"step": 850
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 1.7661103979460848,
|
| 609 |
+
"grad_norm": 0.2580386698246002,
|
| 610 |
+
"learning_rate": 3.400418407196826e-07,
|
| 611 |
+
"loss": 0.054,
|
| 612 |
+
"step": 860
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 1.7866495507060334,
|
| 616 |
+
"grad_norm": 0.23353375494480133,
|
| 617 |
+
"learning_rate": 2.840176702170683e-07,
|
| 618 |
+
"loss": 0.054,
|
| 619 |
+
"step": 870
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 1.807188703465982,
|
| 623 |
+
"grad_norm": 0.24874167144298553,
|
| 624 |
+
"learning_rate": 2.3289937325065902e-07,
|
| 625 |
+
"loss": 0.0566,
|
| 626 |
+
"step": 880
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 1.8277278562259307,
|
| 630 |
+
"grad_norm": 0.2422235757112503,
|
| 631 |
+
"learning_rate": 1.8674012641925642e-07,
|
| 632 |
+
"loss": 0.0543,
|
| 633 |
+
"step": 890
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 1.8482670089858795,
|
| 637 |
+
"grad_norm": 0.24417363107204437,
|
| 638 |
+
"learning_rate": 1.455879475930827e-07,
|
| 639 |
+
"loss": 0.057,
|
| 640 |
+
"step": 900
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 1.868806161745828,
|
| 644 |
+
"grad_norm": 0.23857787251472473,
|
| 645 |
+
"learning_rate": 1.0948564596244937e-07,
|
| 646 |
+
"loss": 0.0572,
|
| 647 |
+
"step": 910
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 1.8893453145057766,
|
| 651 |
+
"grad_norm": 0.25707000494003296,
|
| 652 |
+
"learning_rate": 7.847077750483489e-08,
|
| 653 |
+
"loss": 0.0553,
|
| 654 |
+
"step": 920
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 1.9098844672657251,
|
| 658 |
+
"grad_norm": 0.2240484207868576,
|
| 659 |
+
"learning_rate": 5.257560591669764e-08,
|
| 660 |
+
"loss": 0.0546,
|
| 661 |
+
"step": 930
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 1.930423620025674,
|
| 665 |
+
"grad_norm": 0.22742733359336853,
|
| 666 |
+
"learning_rate": 3.182706905067001e-08,
|
| 667 |
+
"loss": 0.0571,
|
| 668 |
+
"step": 940
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 1.9509627727856227,
|
| 672 |
+
"grad_norm": 0.24693480134010315,
|
| 673 |
+
"learning_rate": 1.624675089303529e-08,
|
| 674 |
+
"loss": 0.0559,
|
| 675 |
+
"step": 950
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 1.9715019255455712,
|
| 679 |
+
"grad_norm": 0.22910530865192413,
|
| 680 |
+
"learning_rate": 5.850859110658191e-09,
|
| 681 |
+
"loss": 0.0572,
|
| 682 |
+
"step": 960
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 1.9920410783055198,
|
| 686 |
+
"grad_norm": 0.24262285232543945,
|
| 687 |
+
"learning_rate": 6.502081907039381e-10,
|
| 688 |
+
"loss": 0.0544,
|
| 689 |
+
"step": 970
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 2.0,
|
| 693 |
+
"step": 974,
|
| 694 |
+
"total_flos": 1.635906903930726e+19,
|
| 695 |
+
"train_loss": 0.07772063925954106,
|
| 696 |
+
"train_runtime": 22087.4933,
|
| 697 |
+
"train_samples_per_second": 11.286,
|
| 698 |
+
"train_steps_per_second": 0.044
|
| 699 |
+
}
|
| 700 |
+
],
|
| 701 |
+
"logging_steps": 10,
|
| 702 |
+
"max_steps": 974,
|
| 703 |
+
"num_input_tokens_seen": 0,
|
| 704 |
+
"num_train_epochs": 2,
|
| 705 |
+
"save_steps": 10000000,
|
| 706 |
+
"stateful_callbacks": {
|
| 707 |
+
"TrainerControl": {
|
| 708 |
+
"args": {
|
| 709 |
+
"should_epoch_stop": false,
|
| 710 |
+
"should_evaluate": false,
|
| 711 |
+
"should_log": false,
|
| 712 |
+
"should_save": true,
|
| 713 |
+
"should_training_stop": true
|
| 714 |
+
},
|
| 715 |
+
"attributes": {}
|
| 716 |
+
}
|
| 717 |
+
},
|
| 718 |
+
"total_flos": 1.635906903930726e+19,
|
| 719 |
+
"train_batch_size": 4,
|
| 720 |
+
"trial_name": null,
|
| 721 |
+
"trial_params": null
|
| 722 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cbda6a7e9c3c5c3c8fd43e37cc7c4833b23554639f23264e2f1c455e71bb27f
|
| 3 |
+
size 8081
|
training_loss.png
ADDED
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|