Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +5 -0
- README.md +59 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- all_results.json +8 -0
- chat_template.jinja +89 -0
- checkpoint-1000/README.md +202 -0
- checkpoint-1000/adapter_config.json +39 -0
- checkpoint-1000/adapter_model.safetensors +3 -0
- checkpoint-1000/added_tokens.json +28 -0
- checkpoint-1000/chat_template.jinja +89 -0
- checkpoint-1000/merges.txt +0 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/rng_state.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/special_tokens_map.json +31 -0
- checkpoint-1000/tokenizer.json +3 -0
- checkpoint-1000/tokenizer_config.json +240 -0
- checkpoint-1000/trainer_state.json +1434 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-1000/vocab.json +0 -0
- checkpoint-1500/README.md +202 -0
- checkpoint-1500/adapter_config.json +39 -0
- checkpoint-1500/adapter_model.safetensors +3 -0
- checkpoint-1500/added_tokens.json +28 -0
- checkpoint-1500/chat_template.jinja +89 -0
- checkpoint-1500/merges.txt +0 -0
- checkpoint-1500/optimizer.pt +3 -0
- checkpoint-1500/rng_state.pth +3 -0
- checkpoint-1500/scheduler.pt +3 -0
- checkpoint-1500/special_tokens_map.json +31 -0
- checkpoint-1500/tokenizer.json +3 -0
- checkpoint-1500/tokenizer_config.json +240 -0
- checkpoint-1500/trainer_state.json +2134 -0
- checkpoint-1500/training_args.bin +3 -0
- checkpoint-1500/vocab.json +0 -0
- checkpoint-1795/README.md +202 -0
- checkpoint-1795/adapter_config.json +39 -0
- checkpoint-1795/adapter_model.safetensors +3 -0
- checkpoint-1795/added_tokens.json +28 -0
- checkpoint-1795/chat_template.jinja +89 -0
- checkpoint-1795/merges.txt +0 -0
- checkpoint-1795/optimizer.pt +3 -0
- checkpoint-1795/rng_state.pth +3 -0
- checkpoint-1795/scheduler.pt +3 -0
- checkpoint-1795/special_tokens_map.json +31 -0
- checkpoint-1795/tokenizer.json +3 -0
- checkpoint-1795/tokenizer_config.json +240 -0
- checkpoint-1795/trainer_state.json +2547 -0
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ 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 |
+
checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
checkpoint-1500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
+
checkpoint-1795/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
39 |
+
checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
40 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: other
|
4 |
+
base_model: Qwen/Qwen3-1.7B
|
5 |
+
tags:
|
6 |
+
- llama-factory
|
7 |
+
- lora
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: qwen3-1-7b_eqa_lora_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 |
+
# qwen3-1-7b_eqa_lora_sft
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [Qwen/Qwen3-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B) on the energy_qa_alpaca 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: 0.0001
|
39 |
+
- train_batch_size: 1
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 8
|
43 |
+
- total_train_batch_size: 8
|
44 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
+
- lr_scheduler_type: cosine
|
46 |
+
- lr_scheduler_warmup_ratio: 0.1
|
47 |
+
- num_epochs: 1.0
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
### Framework versions
|
54 |
+
|
55 |
+
- PEFT 0.15.2
|
56 |
+
- Transformers 4.52.4
|
57 |
+
- Pytorch 2.7.0+cu126
|
58 |
+
- Datasets 3.6.0
|
59 |
+
- Tokenizers 0.21.1
|
adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen3-1.7B",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 8,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
+
"k_proj",
|
29 |
+
"o_proj",
|
30 |
+
"gate_proj",
|
31 |
+
"v_proj",
|
32 |
+
"down_proj",
|
33 |
+
"up_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12f79ac00559ca6230aa3a5a84363d3eb98ba32978abcbf28e1db0f3931bfdf8
|
3 |
+
size 34916720
|
added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"total_flos": 2.029161804649267e+16,
|
4 |
+
"train_loss": 1.6974632034726793,
|
5 |
+
"train_runtime": 3260.2981,
|
6 |
+
"train_samples_per_second": 4.402,
|
7 |
+
"train_steps_per_second": 0.551
|
8 |
+
}
|
chat_template.jinja
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# 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>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\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" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if message.content is string %}
|
27 |
+
{%- set content = message.content %}
|
28 |
+
{%- else %}
|
29 |
+
{%- set content = '' %}
|
30 |
+
{%- endif %}
|
31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
33 |
+
{%- elif message.role == "assistant" %}
|
34 |
+
{%- set reasoning_content = '' %}
|
35 |
+
{%- if message.reasoning_content is string %}
|
36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
37 |
+
{%- else %}
|
38 |
+
{%- if '</think>' in content %}
|
39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
41 |
+
{%- endif %}
|
42 |
+
{%- endif %}
|
43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
46 |
+
{%- else %}
|
47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
48 |
+
{%- endif %}
|
49 |
+
{%- else %}
|
50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if message.tool_calls %}
|
53 |
+
{%- for tool_call in message.tool_calls %}
|
54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
55 |
+
{{- '\n' }}
|
56 |
+
{%- endif %}
|
57 |
+
{%- if tool_call.function %}
|
58 |
+
{%- set tool_call = tool_call.function %}
|
59 |
+
{%- endif %}
|
60 |
+
{{- '<tool_call>\n{"name": "' }}
|
61 |
+
{{- tool_call.name }}
|
62 |
+
{{- '", "arguments": ' }}
|
63 |
+
{%- if tool_call.arguments is string %}
|
64 |
+
{{- tool_call.arguments }}
|
65 |
+
{%- else %}
|
66 |
+
{{- tool_call.arguments | tojson }}
|
67 |
+
{%- endif %}
|
68 |
+
{{- '}\n</tool_call>' }}
|
69 |
+
{%- endfor %}
|
70 |
+
{%- endif %}
|
71 |
+
{{- '<|im_end|>\n' }}
|
72 |
+
{%- elif message.role == "tool" %}
|
73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
74 |
+
{{- '<|im_start|>user' }}
|
75 |
+
{%- endif %}
|
76 |
+
{{- '\n<tool_response>\n' }}
|
77 |
+
{{- content }}
|
78 |
+
{{- '\n</tool_response>' }}
|
79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
80 |
+
{{- '<|im_end|>\n' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- endif %}
|
83 |
+
{%- endfor %}
|
84 |
+
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant\n' }}
|
86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
88 |
+
{%- endif %}
|
89 |
+
{%- endif %}
|
checkpoint-1000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen3-1.7B
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.15.2
|
checkpoint-1000/adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen3-1.7B",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 8,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
+
"k_proj",
|
29 |
+
"o_proj",
|
30 |
+
"gate_proj",
|
31 |
+
"v_proj",
|
32 |
+
"down_proj",
|
33 |
+
"up_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
checkpoint-1000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46a50b421fcd089011ecdb4dd0e14b52dcb4f2057260155df5bd0beb30691521
|
3 |
+
size 34916720
|
checkpoint-1000/added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
checkpoint-1000/chat_template.jinja
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# 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>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\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" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if message.content is string %}
|
27 |
+
{%- set content = message.content %}
|
28 |
+
{%- else %}
|
29 |
+
{%- set content = '' %}
|
30 |
+
{%- endif %}
|
31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
33 |
+
{%- elif message.role == "assistant" %}
|
34 |
+
{%- set reasoning_content = '' %}
|
35 |
+
{%- if message.reasoning_content is string %}
|
36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
37 |
+
{%- else %}
|
38 |
+
{%- if '</think>' in content %}
|
39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
41 |
+
{%- endif %}
|
42 |
+
{%- endif %}
|
43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
46 |
+
{%- else %}
|
47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
48 |
+
{%- endif %}
|
49 |
+
{%- else %}
|
50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if message.tool_calls %}
|
53 |
+
{%- for tool_call in message.tool_calls %}
|
54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
55 |
+
{{- '\n' }}
|
56 |
+
{%- endif %}
|
57 |
+
{%- if tool_call.function %}
|
58 |
+
{%- set tool_call = tool_call.function %}
|
59 |
+
{%- endif %}
|
60 |
+
{{- '<tool_call>\n{"name": "' }}
|
61 |
+
{{- tool_call.name }}
|
62 |
+
{{- '", "arguments": ' }}
|
63 |
+
{%- if tool_call.arguments is string %}
|
64 |
+
{{- tool_call.arguments }}
|
65 |
+
{%- else %}
|
66 |
+
{{- tool_call.arguments | tojson }}
|
67 |
+
{%- endif %}
|
68 |
+
{{- '}\n</tool_call>' }}
|
69 |
+
{%- endfor %}
|
70 |
+
{%- endif %}
|
71 |
+
{{- '<|im_end|>\n' }}
|
72 |
+
{%- elif message.role == "tool" %}
|
73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
74 |
+
{{- '<|im_start|>user' }}
|
75 |
+
{%- endif %}
|
76 |
+
{{- '\n<tool_response>\n' }}
|
77 |
+
{{- content }}
|
78 |
+
{{- '\n</tool_response>' }}
|
79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
80 |
+
{{- '<|im_end|>\n' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- endif %}
|
83 |
+
{%- endfor %}
|
84 |
+
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant\n' }}
|
86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
88 |
+
{%- endif %}
|
89 |
+
{%- endif %}
|
checkpoint-1000/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd4ad6a8fea67f6ccce80912ccf143fbc6580b722d970caec073736763037cee
|
3 |
+
size 70059963
|
checkpoint-1000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:250560ab3d528161ab3659b120def6e4a9ab4b457e3399603bbcfa40db3efc90
|
3 |
+
size 14645
|
checkpoint-1000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7742f57d6748a994796e54556d7aa815c4953a13a94d3bf47d4e1c767c576e9
|
3 |
+
size 1465
|
checkpoint-1000/special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
checkpoint-1000/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
3 |
+
size 11422654
|
checkpoint-1000/tokenizer_config.json
ADDED
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"151665": {
|
182 |
+
"content": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"clean_up_tokenization_spaces": false,
|
231 |
+
"eos_token": "<|im_end|>",
|
232 |
+
"errors": "replace",
|
233 |
+
"extra_special_tokens": {},
|
234 |
+
"model_max_length": 131072,
|
235 |
+
"pad_token": "<|endoftext|>",
|
236 |
+
"padding_side": "right",
|
237 |
+
"split_special_tokens": false,
|
238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
239 |
+
"unk_token": null
|
240 |
+
}
|
checkpoint-1000/trainer_state.json
ADDED
@@ -0,0 +1,1434 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.557374764857521,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 1000,
|
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.0027868738242876052,
|
14 |
+
"grad_norm": 3.341921806335449,
|
15 |
+
"learning_rate": 2.2222222222222225e-06,
|
16 |
+
"loss": 3.1415,
|
17 |
+
"step": 5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.0055737476485752105,
|
21 |
+
"grad_norm": 3.4862101078033447,
|
22 |
+
"learning_rate": 5e-06,
|
23 |
+
"loss": 3.04,
|
24 |
+
"step": 10
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.008360621472862817,
|
28 |
+
"grad_norm": 3.363572597503662,
|
29 |
+
"learning_rate": 7.777777777777777e-06,
|
30 |
+
"loss": 3.019,
|
31 |
+
"step": 15
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.011147495297150421,
|
35 |
+
"grad_norm": 3.5916693210601807,
|
36 |
+
"learning_rate": 1.0555555555555555e-05,
|
37 |
+
"loss": 3.073,
|
38 |
+
"step": 20
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.013934369121438027,
|
42 |
+
"grad_norm": 3.8997910022735596,
|
43 |
+
"learning_rate": 1.3333333333333333e-05,
|
44 |
+
"loss": 3.0359,
|
45 |
+
"step": 25
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.016721242945725634,
|
49 |
+
"grad_norm": 3.789405345916748,
|
50 |
+
"learning_rate": 1.6111111111111115e-05,
|
51 |
+
"loss": 2.9568,
|
52 |
+
"step": 30
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.019508116770013236,
|
56 |
+
"grad_norm": 2.785924196243286,
|
57 |
+
"learning_rate": 1.888888888888889e-05,
|
58 |
+
"loss": 2.6633,
|
59 |
+
"step": 35
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.022294990594300842,
|
63 |
+
"grad_norm": 2.715925693511963,
|
64 |
+
"learning_rate": 2.1666666666666667e-05,
|
65 |
+
"loss": 2.3416,
|
66 |
+
"step": 40
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.025081864418588447,
|
70 |
+
"grad_norm": 1.851042628288269,
|
71 |
+
"learning_rate": 2.4444444444444445e-05,
|
72 |
+
"loss": 2.304,
|
73 |
+
"step": 45
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.027868738242876053,
|
77 |
+
"grad_norm": 1.1627306938171387,
|
78 |
+
"learning_rate": 2.7222222222222223e-05,
|
79 |
+
"loss": 2.0913,
|
80 |
+
"step": 50
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.03065561206716366,
|
84 |
+
"grad_norm": 0.8980898857116699,
|
85 |
+
"learning_rate": 3e-05,
|
86 |
+
"loss": 1.9108,
|
87 |
+
"step": 55
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.03344248589145127,
|
91 |
+
"grad_norm": 0.741324245929718,
|
92 |
+
"learning_rate": 3.277777777777778e-05,
|
93 |
+
"loss": 1.989,
|
94 |
+
"step": 60
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.03622935971573887,
|
98 |
+
"grad_norm": 0.6890819668769836,
|
99 |
+
"learning_rate": 3.555555555555556e-05,
|
100 |
+
"loss": 1.8792,
|
101 |
+
"step": 65
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.03901623354002647,
|
105 |
+
"grad_norm": 0.6898017525672913,
|
106 |
+
"learning_rate": 3.8333333333333334e-05,
|
107 |
+
"loss": 1.7895,
|
108 |
+
"step": 70
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.04180310736431408,
|
112 |
+
"grad_norm": 0.6752148866653442,
|
113 |
+
"learning_rate": 4.111111111111111e-05,
|
114 |
+
"loss": 1.8742,
|
115 |
+
"step": 75
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.044589981188601684,
|
119 |
+
"grad_norm": 0.6477967500686646,
|
120 |
+
"learning_rate": 4.388888888888889e-05,
|
121 |
+
"loss": 1.7473,
|
122 |
+
"step": 80
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.04737685501288929,
|
126 |
+
"grad_norm": 0.6459152698516846,
|
127 |
+
"learning_rate": 4.666666666666667e-05,
|
128 |
+
"loss": 1.8558,
|
129 |
+
"step": 85
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.050163728837176895,
|
133 |
+
"grad_norm": 0.6237108707427979,
|
134 |
+
"learning_rate": 4.9444444444444446e-05,
|
135 |
+
"loss": 1.7931,
|
136 |
+
"step": 90
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.0529506026614645,
|
140 |
+
"grad_norm": 0.6388494968414307,
|
141 |
+
"learning_rate": 5.222222222222223e-05,
|
142 |
+
"loss": 1.7712,
|
143 |
+
"step": 95
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.055737476485752106,
|
147 |
+
"grad_norm": 0.686677098274231,
|
148 |
+
"learning_rate": 5.500000000000001e-05,
|
149 |
+
"loss": 1.7316,
|
150 |
+
"step": 100
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.05852435031003971,
|
154 |
+
"grad_norm": 0.612424910068512,
|
155 |
+
"learning_rate": 5.7777777777777776e-05,
|
156 |
+
"loss": 1.7602,
|
157 |
+
"step": 105
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.06131122413432732,
|
161 |
+
"grad_norm": 0.8961934447288513,
|
162 |
+
"learning_rate": 6.055555555555555e-05,
|
163 |
+
"loss": 1.8706,
|
164 |
+
"step": 110
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.06409809795861493,
|
168 |
+
"grad_norm": 0.7244030833244324,
|
169 |
+
"learning_rate": 6.333333333333333e-05,
|
170 |
+
"loss": 1.7701,
|
171 |
+
"step": 115
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.06688497178290254,
|
175 |
+
"grad_norm": 0.6804441809654236,
|
176 |
+
"learning_rate": 6.611111111111111e-05,
|
177 |
+
"loss": 1.7833,
|
178 |
+
"step": 120
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.06967184560719013,
|
182 |
+
"grad_norm": 0.6717159152030945,
|
183 |
+
"learning_rate": 6.88888888888889e-05,
|
184 |
+
"loss": 1.8445,
|
185 |
+
"step": 125
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.07245871943147773,
|
189 |
+
"grad_norm": 0.6639799475669861,
|
190 |
+
"learning_rate": 7.166666666666667e-05,
|
191 |
+
"loss": 1.7847,
|
192 |
+
"step": 130
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.07524559325576534,
|
196 |
+
"grad_norm": 0.7095969915390015,
|
197 |
+
"learning_rate": 7.444444444444444e-05,
|
198 |
+
"loss": 1.7281,
|
199 |
+
"step": 135
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.07803246708005294,
|
203 |
+
"grad_norm": 0.8189035654067993,
|
204 |
+
"learning_rate": 7.722222222222223e-05,
|
205 |
+
"loss": 1.7678,
|
206 |
+
"step": 140
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.08081934090434055,
|
210 |
+
"grad_norm": 0.6709702610969543,
|
211 |
+
"learning_rate": 8e-05,
|
212 |
+
"loss": 1.8645,
|
213 |
+
"step": 145
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.08360621472862816,
|
217 |
+
"grad_norm": 0.743190348148346,
|
218 |
+
"learning_rate": 8.277777777777778e-05,
|
219 |
+
"loss": 1.8086,
|
220 |
+
"step": 150
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.08639308855291576,
|
224 |
+
"grad_norm": 0.669023871421814,
|
225 |
+
"learning_rate": 8.555555555555556e-05,
|
226 |
+
"loss": 1.7844,
|
227 |
+
"step": 155
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.08917996237720337,
|
231 |
+
"grad_norm": 0.8071898221969604,
|
232 |
+
"learning_rate": 8.833333333333333e-05,
|
233 |
+
"loss": 1.7379,
|
234 |
+
"step": 160
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.09196683620149097,
|
238 |
+
"grad_norm": 0.7679445743560791,
|
239 |
+
"learning_rate": 9.111111111111112e-05,
|
240 |
+
"loss": 1.706,
|
241 |
+
"step": 165
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.09475371002577858,
|
245 |
+
"grad_norm": 0.7896930575370789,
|
246 |
+
"learning_rate": 9.388888888888889e-05,
|
247 |
+
"loss": 1.7752,
|
248 |
+
"step": 170
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.09754058385006618,
|
252 |
+
"grad_norm": 0.7258396744728088,
|
253 |
+
"learning_rate": 9.666666666666667e-05,
|
254 |
+
"loss": 1.7635,
|
255 |
+
"step": 175
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.10032745767435379,
|
259 |
+
"grad_norm": 0.8085169196128845,
|
260 |
+
"learning_rate": 9.944444444444446e-05,
|
261 |
+
"loss": 1.7449,
|
262 |
+
"step": 180
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.1031143314986414,
|
266 |
+
"grad_norm": 0.7673636674880981,
|
267 |
+
"learning_rate": 9.999848639521432e-05,
|
268 |
+
"loss": 1.7286,
|
269 |
+
"step": 185
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.105901205322929,
|
273 |
+
"grad_norm": 0.7478857040405273,
|
274 |
+
"learning_rate": 9.999233753283091e-05,
|
275 |
+
"loss": 1.7203,
|
276 |
+
"step": 190
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.1086880791472166,
|
280 |
+
"grad_norm": 0.8994764685630798,
|
281 |
+
"learning_rate": 9.998145939378577e-05,
|
282 |
+
"loss": 1.6964,
|
283 |
+
"step": 195
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.11147495297150421,
|
287 |
+
"grad_norm": 0.7851970791816711,
|
288 |
+
"learning_rate": 9.996585300715116e-05,
|
289 |
+
"loss": 1.7513,
|
290 |
+
"step": 200
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.11426182679579182,
|
294 |
+
"grad_norm": 0.7743813395500183,
|
295 |
+
"learning_rate": 9.994551984929175e-05,
|
296 |
+
"loss": 1.7099,
|
297 |
+
"step": 205
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.11704870062007942,
|
301 |
+
"grad_norm": 0.7080249786376953,
|
302 |
+
"learning_rate": 9.992046184372492e-05,
|
303 |
+
"loss": 1.7431,
|
304 |
+
"step": 210
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.11983557444436703,
|
308 |
+
"grad_norm": 0.744627058506012,
|
309 |
+
"learning_rate": 9.989068136093873e-05,
|
310 |
+
"loss": 1.7159,
|
311 |
+
"step": 215
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.12262244826865464,
|
315 |
+
"grad_norm": 0.7715389132499695,
|
316 |
+
"learning_rate": 9.985618121816779e-05,
|
317 |
+
"loss": 1.7696,
|
318 |
+
"step": 220
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.12540932209294225,
|
322 |
+
"grad_norm": 0.7663665413856506,
|
323 |
+
"learning_rate": 9.981696467912664e-05,
|
324 |
+
"loss": 1.7205,
|
325 |
+
"step": 225
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.12819619591722986,
|
329 |
+
"grad_norm": 0.7923425436019897,
|
330 |
+
"learning_rate": 9.97730354537011e-05,
|
331 |
+
"loss": 1.7136,
|
332 |
+
"step": 230
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.13098306974151747,
|
336 |
+
"grad_norm": 0.7929289937019348,
|
337 |
+
"learning_rate": 9.972439769759722e-05,
|
338 |
+
"loss": 1.6462,
|
339 |
+
"step": 235
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.13376994356580507,
|
343 |
+
"grad_norm": 0.845177948474884,
|
344 |
+
"learning_rate": 9.967105601194823e-05,
|
345 |
+
"loss": 1.8031,
|
346 |
+
"step": 240
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.13655681739009268,
|
350 |
+
"grad_norm": 0.7540026307106018,
|
351 |
+
"learning_rate": 9.961301544287922e-05,
|
352 |
+
"loss": 1.6899,
|
353 |
+
"step": 245
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.13934369121438026,
|
357 |
+
"grad_norm": 0.8806189894676208,
|
358 |
+
"learning_rate": 9.955028148102979e-05,
|
359 |
+
"loss": 1.6526,
|
360 |
+
"step": 250
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.14213056503866786,
|
364 |
+
"grad_norm": 0.8206574320793152,
|
365 |
+
"learning_rate": 9.948286006103466e-05,
|
366 |
+
"loss": 1.8233,
|
367 |
+
"step": 255
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.14491743886295547,
|
371 |
+
"grad_norm": 0.8984567523002625,
|
372 |
+
"learning_rate": 9.941075756096226e-05,
|
373 |
+
"loss": 1.7252,
|
374 |
+
"step": 260
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.14770431268724307,
|
378 |
+
"grad_norm": 0.7411919832229614,
|
379 |
+
"learning_rate": 9.933398080171123e-05,
|
380 |
+
"loss": 1.7339,
|
381 |
+
"step": 265
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.15049118651153068,
|
385 |
+
"grad_norm": 0.8030174970626831,
|
386 |
+
"learning_rate": 9.925253704636543e-05,
|
387 |
+
"loss": 1.6934,
|
388 |
+
"step": 270
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.15327806033581828,
|
392 |
+
"grad_norm": 0.7879084944725037,
|
393 |
+
"learning_rate": 9.916643399950656e-05,
|
394 |
+
"loss": 1.7197,
|
395 |
+
"step": 275
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.1560649341601059,
|
399 |
+
"grad_norm": 0.8534114956855774,
|
400 |
+
"learning_rate": 9.907567980648549e-05,
|
401 |
+
"loss": 1.6941,
|
402 |
+
"step": 280
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.1588518079843935,
|
406 |
+
"grad_norm": 0.74381023645401,
|
407 |
+
"learning_rate": 9.898028305265169e-05,
|
408 |
+
"loss": 1.7919,
|
409 |
+
"step": 285
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.1616386818086811,
|
413 |
+
"grad_norm": 0.8476956486701965,
|
414 |
+
"learning_rate": 9.888025276254096e-05,
|
415 |
+
"loss": 1.7417,
|
416 |
+
"step": 290
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.1644255556329687,
|
420 |
+
"grad_norm": 0.8212200403213501,
|
421 |
+
"learning_rate": 9.877559839902184e-05,
|
422 |
+
"loss": 1.7452,
|
423 |
+
"step": 295
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.1672124294572563,
|
427 |
+
"grad_norm": 0.8340197801589966,
|
428 |
+
"learning_rate": 9.86663298624003e-05,
|
429 |
+
"loss": 1.6687,
|
430 |
+
"step": 300
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.16999930328154392,
|
434 |
+
"grad_norm": 0.858363151550293,
|
435 |
+
"learning_rate": 9.855245748948326e-05,
|
436 |
+
"loss": 1.7669,
|
437 |
+
"step": 305
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.17278617710583152,
|
441 |
+
"grad_norm": 0.8392812013626099,
|
442 |
+
"learning_rate": 9.843399205260068e-05,
|
443 |
+
"loss": 1.736,
|
444 |
+
"step": 310
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.17557305093011913,
|
448 |
+
"grad_norm": 0.8345137238502502,
|
449 |
+
"learning_rate": 9.831094475858652e-05,
|
450 |
+
"loss": 1.7264,
|
451 |
+
"step": 315
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.17835992475440673,
|
455 |
+
"grad_norm": 0.8243482708930969,
|
456 |
+
"learning_rate": 9.818332724771857e-05,
|
457 |
+
"loss": 1.7748,
|
458 |
+
"step": 320
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.18114679857869434,
|
462 |
+
"grad_norm": 0.8255311846733093,
|
463 |
+
"learning_rate": 9.805115159261726e-05,
|
464 |
+
"loss": 1.6798,
|
465 |
+
"step": 325
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.18393367240298195,
|
469 |
+
"grad_norm": 0.8170781135559082,
|
470 |
+
"learning_rate": 9.791443029710361e-05,
|
471 |
+
"loss": 1.6542,
|
472 |
+
"step": 330
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.18672054622726955,
|
476 |
+
"grad_norm": 0.8476420044898987,
|
477 |
+
"learning_rate": 9.777317629501636e-05,
|
478 |
+
"loss": 1.6875,
|
479 |
+
"step": 335
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.18950742005155716,
|
483 |
+
"grad_norm": 0.7547033429145813,
|
484 |
+
"learning_rate": 9.762740294898846e-05,
|
485 |
+
"loss": 1.646,
|
486 |
+
"step": 340
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.19229429387584476,
|
490 |
+
"grad_norm": 0.826404869556427,
|
491 |
+
"learning_rate": 9.747712404918286e-05,
|
492 |
+
"loss": 1.6187,
|
493 |
+
"step": 345
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.19508116770013237,
|
497 |
+
"grad_norm": 0.964885950088501,
|
498 |
+
"learning_rate": 9.732235381198813e-05,
|
499 |
+
"loss": 1.7507,
|
500 |
+
"step": 350
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.19786804152441997,
|
504 |
+
"grad_norm": 0.8207951188087463,
|
505 |
+
"learning_rate": 9.716310687867342e-05,
|
506 |
+
"loss": 1.5745,
|
507 |
+
"step": 355
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.20065491534870758,
|
511 |
+
"grad_norm": 0.8143700361251831,
|
512 |
+
"learning_rate": 9.699939831400351e-05,
|
513 |
+
"loss": 1.7754,
|
514 |
+
"step": 360
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.20344178917299519,
|
518 |
+
"grad_norm": 0.811844527721405,
|
519 |
+
"learning_rate": 9.683124360481364e-05,
|
520 |
+
"loss": 1.6993,
|
521 |
+
"step": 365
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.2062286629972828,
|
525 |
+
"grad_norm": 0.8975111842155457,
|
526 |
+
"learning_rate": 9.665865865854445e-05,
|
527 |
+
"loss": 1.6901,
|
528 |
+
"step": 370
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.2090155368215704,
|
532 |
+
"grad_norm": 0.7903837561607361,
|
533 |
+
"learning_rate": 9.648165980173712e-05,
|
534 |
+
"loss": 1.6895,
|
535 |
+
"step": 375
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.211802410645858,
|
539 |
+
"grad_norm": 0.8718327879905701,
|
540 |
+
"learning_rate": 9.630026377848892e-05,
|
541 |
+
"loss": 1.6725,
|
542 |
+
"step": 380
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.2145892844701456,
|
546 |
+
"grad_norm": 0.8131148219108582,
|
547 |
+
"learning_rate": 9.611448774886924e-05,
|
548 |
+
"loss": 1.6874,
|
549 |
+
"step": 385
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.2173761582944332,
|
553 |
+
"grad_norm": 0.8331175446510315,
|
554 |
+
"learning_rate": 9.592434928729616e-05,
|
555 |
+
"loss": 1.7542,
|
556 |
+
"step": 390
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.22016303211872082,
|
560 |
+
"grad_norm": 0.792988121509552,
|
561 |
+
"learning_rate": 9.572986638087396e-05,
|
562 |
+
"loss": 1.7311,
|
563 |
+
"step": 395
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.22294990594300843,
|
567 |
+
"grad_norm": 0.7799636721611023,
|
568 |
+
"learning_rate": 9.553105742769154e-05,
|
569 |
+
"loss": 1.6567,
|
570 |
+
"step": 400
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.22573677976729603,
|
574 |
+
"grad_norm": 0.7864108085632324,
|
575 |
+
"learning_rate": 9.532794123508197e-05,
|
576 |
+
"loss": 1.5611,
|
577 |
+
"step": 405
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.22852365359158364,
|
581 |
+
"grad_norm": 0.8886444568634033,
|
582 |
+
"learning_rate": 9.512053701784329e-05,
|
583 |
+
"loss": 1.6995,
|
584 |
+
"step": 410
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.23131052741587124,
|
588 |
+
"grad_norm": 0.7999454736709595,
|
589 |
+
"learning_rate": 9.490886439642081e-05,
|
590 |
+
"loss": 1.6898,
|
591 |
+
"step": 415
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.23409740124015885,
|
595 |
+
"grad_norm": 0.7729182243347168,
|
596 |
+
"learning_rate": 9.469294339505098e-05,
|
597 |
+
"loss": 1.7204,
|
598 |
+
"step": 420
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.23688427506444645,
|
602 |
+
"grad_norm": 0.8300912380218506,
|
603 |
+
"learning_rate": 9.447279443986716e-05,
|
604 |
+
"loss": 1.6668,
|
605 |
+
"step": 425
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.23967114888873406,
|
609 |
+
"grad_norm": 0.840481698513031,
|
610 |
+
"learning_rate": 9.424843835696724e-05,
|
611 |
+
"loss": 1.704,
|
612 |
+
"step": 430
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.24245802271302166,
|
616 |
+
"grad_norm": 0.9396219253540039,
|
617 |
+
"learning_rate": 9.401989637044355e-05,
|
618 |
+
"loss": 1.6713,
|
619 |
+
"step": 435
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.24524489653730927,
|
623 |
+
"grad_norm": 0.8775554299354553,
|
624 |
+
"learning_rate": 9.3787190100375e-05,
|
625 |
+
"loss": 1.6883,
|
626 |
+
"step": 440
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.24803177036159688,
|
630 |
+
"grad_norm": 0.8623490333557129,
|
631 |
+
"learning_rate": 9.355034156078188e-05,
|
632 |
+
"loss": 1.6783,
|
633 |
+
"step": 445
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.2508186441858845,
|
637 |
+
"grad_norm": 0.806533694267273,
|
638 |
+
"learning_rate": 9.330937315754329e-05,
|
639 |
+
"loss": 1.6853,
|
640 |
+
"step": 450
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.2536055180101721,
|
644 |
+
"grad_norm": 0.8504590392112732,
|
645 |
+
"learning_rate": 9.306430768627753e-05,
|
646 |
+
"loss": 1.6594,
|
647 |
+
"step": 455
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.2563923918344597,
|
651 |
+
"grad_norm": 0.9382562637329102,
|
652 |
+
"learning_rate": 9.281516833018571e-05,
|
653 |
+
"loss": 1.6827,
|
654 |
+
"step": 460
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.2591792656587473,
|
658 |
+
"grad_norm": 0.821978747844696,
|
659 |
+
"learning_rate": 9.256197865785854e-05,
|
660 |
+
"loss": 1.752,
|
661 |
+
"step": 465
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.26196613948303493,
|
665 |
+
"grad_norm": 0.8061692714691162,
|
666 |
+
"learning_rate": 9.230476262104677e-05,
|
667 |
+
"loss": 1.6773,
|
668 |
+
"step": 470
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.26475301330732254,
|
672 |
+
"grad_norm": 0.8759399652481079,
|
673 |
+
"learning_rate": 9.204354455239539e-05,
|
674 |
+
"loss": 1.7003,
|
675 |
+
"step": 475
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.26753988713161014,
|
679 |
+
"grad_norm": 0.8721809387207031,
|
680 |
+
"learning_rate": 9.177834916314165e-05,
|
681 |
+
"loss": 1.6898,
|
682 |
+
"step": 480
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.27032676095589775,
|
686 |
+
"grad_norm": 0.7904046773910522,
|
687 |
+
"learning_rate": 9.150920154077754e-05,
|
688 |
+
"loss": 1.6636,
|
689 |
+
"step": 485
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.27311363478018535,
|
693 |
+
"grad_norm": 0.8828450441360474,
|
694 |
+
"learning_rate": 9.123612714667634e-05,
|
695 |
+
"loss": 1.6945,
|
696 |
+
"step": 490
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.2759005086044729,
|
700 |
+
"grad_norm": 0.7389103174209595,
|
701 |
+
"learning_rate": 9.095915181368412e-05,
|
702 |
+
"loss": 1.7459,
|
703 |
+
"step": 495
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.2786873824287605,
|
707 |
+
"grad_norm": 0.975307285785675,
|
708 |
+
"learning_rate": 9.067830174367586e-05,
|
709 |
+
"loss": 1.7296,
|
710 |
+
"step": 500
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.2814742562530481,
|
714 |
+
"grad_norm": 0.812856137752533,
|
715 |
+
"learning_rate": 9.039360350507679e-05,
|
716 |
+
"loss": 1.696,
|
717 |
+
"step": 505
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.2842611300773357,
|
721 |
+
"grad_norm": 0.8609644770622253,
|
722 |
+
"learning_rate": 9.010508403034898e-05,
|
723 |
+
"loss": 1.6464,
|
724 |
+
"step": 510
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.2870480039016233,
|
728 |
+
"grad_norm": 0.8457721471786499,
|
729 |
+
"learning_rate": 8.98127706134436e-05,
|
730 |
+
"loss": 1.682,
|
731 |
+
"step": 515
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.28983487772591093,
|
735 |
+
"grad_norm": 0.8576518297195435,
|
736 |
+
"learning_rate": 8.951669090721881e-05,
|
737 |
+
"loss": 1.6784,
|
738 |
+
"step": 520
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.29262175155019854,
|
742 |
+
"grad_norm": 0.892368495464325,
|
743 |
+
"learning_rate": 8.921687292082393e-05,
|
744 |
+
"loss": 1.6283,
|
745 |
+
"step": 525
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.29540862537448614,
|
749 |
+
"grad_norm": 0.7966616749763489,
|
750 |
+
"learning_rate": 8.891334501704962e-05,
|
751 |
+
"loss": 1.6898,
|
752 |
+
"step": 530
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.29819549919877375,
|
756 |
+
"grad_norm": 0.9272663593292236,
|
757 |
+
"learning_rate": 8.86061359096449e-05,
|
758 |
+
"loss": 1.6205,
|
759 |
+
"step": 535
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.30098237302306136,
|
763 |
+
"grad_norm": 0.8790031671524048,
|
764 |
+
"learning_rate": 8.829527466060072e-05,
|
765 |
+
"loss": 1.5345,
|
766 |
+
"step": 540
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.30376924684734896,
|
770 |
+
"grad_norm": 0.8462222814559937,
|
771 |
+
"learning_rate": 8.798079067740077e-05,
|
772 |
+
"loss": 1.7664,
|
773 |
+
"step": 545
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.30655612067163657,
|
777 |
+
"grad_norm": 0.8935257792472839,
|
778 |
+
"learning_rate": 8.766271371023948e-05,
|
779 |
+
"loss": 1.6742,
|
780 |
+
"step": 550
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.3093429944959242,
|
784 |
+
"grad_norm": 0.9315011501312256,
|
785 |
+
"learning_rate": 8.73410738492077e-05,
|
786 |
+
"loss": 1.6154,
|
787 |
+
"step": 555
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.3121298683202118,
|
791 |
+
"grad_norm": 0.8667712807655334,
|
792 |
+
"learning_rate": 8.701590152144612e-05,
|
793 |
+
"loss": 1.6356,
|
794 |
+
"step": 560
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.3149167421444994,
|
798 |
+
"grad_norm": 0.9088530540466309,
|
799 |
+
"learning_rate": 8.668722748826693e-05,
|
800 |
+
"loss": 1.6645,
|
801 |
+
"step": 565
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.317703615968787,
|
805 |
+
"grad_norm": 0.8751830458641052,
|
806 |
+
"learning_rate": 8.635508284224371e-05,
|
807 |
+
"loss": 1.7629,
|
808 |
+
"step": 570
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.3204904897930746,
|
812 |
+
"grad_norm": 0.8768523335456848,
|
813 |
+
"learning_rate": 8.601949900427016e-05,
|
814 |
+
"loss": 1.631,
|
815 |
+
"step": 575
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.3232773636173622,
|
819 |
+
"grad_norm": 0.9074881672859192,
|
820 |
+
"learning_rate": 8.568050772058762e-05,
|
821 |
+
"loss": 1.6924,
|
822 |
+
"step": 580
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.3260642374416498,
|
826 |
+
"grad_norm": 0.9533477425575256,
|
827 |
+
"learning_rate": 8.533814105978191e-05,
|
828 |
+
"loss": 1.644,
|
829 |
+
"step": 585
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.3288511112659374,
|
833 |
+
"grad_norm": 0.8163946866989136,
|
834 |
+
"learning_rate": 8.499243140974966e-05,
|
835 |
+
"loss": 1.6587,
|
836 |
+
"step": 590
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.331637985090225,
|
840 |
+
"grad_norm": 0.8785070180892944,
|
841 |
+
"learning_rate": 8.464341147463431e-05,
|
842 |
+
"loss": 1.6666,
|
843 |
+
"step": 595
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.3344248589145126,
|
847 |
+
"grad_norm": 0.8283839821815491,
|
848 |
+
"learning_rate": 8.429111427173241e-05,
|
849 |
+
"loss": 1.5772,
|
850 |
+
"step": 600
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 0.33721173273880023,
|
854 |
+
"grad_norm": 0.8584945797920227,
|
855 |
+
"learning_rate": 8.393557312837018e-05,
|
856 |
+
"loss": 1.6317,
|
857 |
+
"step": 605
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.33999860656308784,
|
861 |
+
"grad_norm": 0.880062997341156,
|
862 |
+
"learning_rate": 8.357682167875062e-05,
|
863 |
+
"loss": 1.7025,
|
864 |
+
"step": 610
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 0.34278548038737544,
|
868 |
+
"grad_norm": 0.9203423261642456,
|
869 |
+
"learning_rate": 8.321489386077192e-05,
|
870 |
+
"loss": 1.6741,
|
871 |
+
"step": 615
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 0.34557235421166305,
|
875 |
+
"grad_norm": 0.917999804019928,
|
876 |
+
"learning_rate": 8.28498239128167e-05,
|
877 |
+
"loss": 1.6954,
|
878 |
+
"step": 620
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 0.34835922803595065,
|
882 |
+
"grad_norm": 0.8408088088035583,
|
883 |
+
"learning_rate": 8.248164637051321e-05,
|
884 |
+
"loss": 1.6443,
|
885 |
+
"step": 625
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.35114610186023826,
|
889 |
+
"grad_norm": 0.908991277217865,
|
890 |
+
"learning_rate": 8.211039606346826e-05,
|
891 |
+
"loss": 1.6907,
|
892 |
+
"step": 630
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 0.35393297568452586,
|
896 |
+
"grad_norm": 0.9045994877815247,
|
897 |
+
"learning_rate": 8.173610811197226e-05,
|
898 |
+
"loss": 1.66,
|
899 |
+
"step": 635
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.35671984950881347,
|
903 |
+
"grad_norm": 0.8032850623130798,
|
904 |
+
"learning_rate": 8.135881792367686e-05,
|
905 |
+
"loss": 1.6538,
|
906 |
+
"step": 640
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 0.3595067233331011,
|
910 |
+
"grad_norm": 0.9243664741516113,
|
911 |
+
"learning_rate": 8.097856119024545e-05,
|
912 |
+
"loss": 1.7321,
|
913 |
+
"step": 645
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.3622935971573887,
|
917 |
+
"grad_norm": 0.9106388092041016,
|
918 |
+
"learning_rate": 8.059537388397665e-05,
|
919 |
+
"loss": 1.6566,
|
920 |
+
"step": 650
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 0.3650804709816763,
|
924 |
+
"grad_norm": 0.9164809584617615,
|
925 |
+
"learning_rate": 8.020929225440137e-05,
|
926 |
+
"loss": 1.6663,
|
927 |
+
"step": 655
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.3678673448059639,
|
931 |
+
"grad_norm": 0.9171935319900513,
|
932 |
+
"learning_rate": 7.98203528248536e-05,
|
933 |
+
"loss": 1.6781,
|
934 |
+
"step": 660
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 0.3706542186302515,
|
938 |
+
"grad_norm": 0.8433538675308228,
|
939 |
+
"learning_rate": 7.942859238901528e-05,
|
940 |
+
"loss": 1.7255,
|
941 |
+
"step": 665
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.3734410924545391,
|
945 |
+
"grad_norm": 0.9780874252319336,
|
946 |
+
"learning_rate": 7.903404800743564e-05,
|
947 |
+
"loss": 1.722,
|
948 |
+
"step": 670
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 0.3762279662788267,
|
952 |
+
"grad_norm": 0.9980689287185669,
|
953 |
+
"learning_rate": 7.863675700402526e-05,
|
954 |
+
"loss": 1.6403,
|
955 |
+
"step": 675
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 0.3790148401031143,
|
959 |
+
"grad_norm": 0.843333899974823,
|
960 |
+
"learning_rate": 7.823675696252524e-05,
|
961 |
+
"loss": 1.7583,
|
962 |
+
"step": 680
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.3818017139274019,
|
966 |
+
"grad_norm": 0.8417442440986633,
|
967 |
+
"learning_rate": 7.783408572295174e-05,
|
968 |
+
"loss": 1.6938,
|
969 |
+
"step": 685
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.3845885877516895,
|
973 |
+
"grad_norm": 0.8940498232841492,
|
974 |
+
"learning_rate": 7.742878137801639e-05,
|
975 |
+
"loss": 1.6737,
|
976 |
+
"step": 690
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.38737546157597713,
|
980 |
+
"grad_norm": 0.8713932633399963,
|
981 |
+
"learning_rate": 7.702088226952258e-05,
|
982 |
+
"loss": 1.6435,
|
983 |
+
"step": 695
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.39016233540026474,
|
987 |
+
"grad_norm": 0.9215396046638489,
|
988 |
+
"learning_rate": 7.661042698473853e-05,
|
989 |
+
"loss": 1.5994,
|
990 |
+
"step": 700
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 0.39294920922455234,
|
994 |
+
"grad_norm": 0.8360981941223145,
|
995 |
+
"learning_rate": 7.619745435274667e-05,
|
996 |
+
"loss": 1.6511,
|
997 |
+
"step": 705
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 0.39573608304883995,
|
1001 |
+
"grad_norm": 0.9177049398422241,
|
1002 |
+
"learning_rate": 7.578200344077073e-05,
|
1003 |
+
"loss": 1.6655,
|
1004 |
+
"step": 710
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.39852295687312755,
|
1008 |
+
"grad_norm": 0.8501256108283997,
|
1009 |
+
"learning_rate": 7.536411355047964e-05,
|
1010 |
+
"loss": 1.659,
|
1011 |
+
"step": 715
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.40130983069741516,
|
1015 |
+
"grad_norm": 0.8666147589683533,
|
1016 |
+
"learning_rate": 7.494382421426984e-05,
|
1017 |
+
"loss": 1.7046,
|
1018 |
+
"step": 720
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 0.40409670452170277,
|
1022 |
+
"grad_norm": 0.8096281290054321,
|
1023 |
+
"learning_rate": 7.452117519152542e-05,
|
1024 |
+
"loss": 1.6108,
|
1025 |
+
"step": 725
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 0.40688357834599037,
|
1029 |
+
"grad_norm": 1.0028629302978516,
|
1030 |
+
"learning_rate": 7.409620646485685e-05,
|
1031 |
+
"loss": 1.6302,
|
1032 |
+
"step": 730
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 0.409670452170278,
|
1036 |
+
"grad_norm": 0.8731248378753662,
|
1037 |
+
"learning_rate": 7.36689582363187e-05,
|
1038 |
+
"loss": 1.6784,
|
1039 |
+
"step": 735
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 0.4124573259945656,
|
1043 |
+
"grad_norm": 0.9034931659698486,
|
1044 |
+
"learning_rate": 7.323947092360649e-05,
|
1045 |
+
"loss": 1.5845,
|
1046 |
+
"step": 740
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 0.4152441998188532,
|
1050 |
+
"grad_norm": 0.9129267334938049,
|
1051 |
+
"learning_rate": 7.280778515623314e-05,
|
1052 |
+
"loss": 1.7366,
|
1053 |
+
"step": 745
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.4180310736431408,
|
1057 |
+
"grad_norm": 0.9088048338890076,
|
1058 |
+
"learning_rate": 7.237394177168548e-05,
|
1059 |
+
"loss": 1.7065,
|
1060 |
+
"step": 750
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 0.4208179474674284,
|
1064 |
+
"grad_norm": 0.9397730827331543,
|
1065 |
+
"learning_rate": 7.193798181156095e-05,
|
1066 |
+
"loss": 1.7012,
|
1067 |
+
"step": 755
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 0.423604821291716,
|
1071 |
+
"grad_norm": 0.9324731230735779,
|
1072 |
+
"learning_rate": 7.149994651768514e-05,
|
1073 |
+
"loss": 1.5474,
|
1074 |
+
"step": 760
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 0.4263916951160036,
|
1078 |
+
"grad_norm": 0.9360097646713257,
|
1079 |
+
"learning_rate": 7.10598773282103e-05,
|
1080 |
+
"loss": 1.6602,
|
1081 |
+
"step": 765
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 0.4291785689402912,
|
1085 |
+
"grad_norm": 0.9703853130340576,
|
1086 |
+
"learning_rate": 7.061781587369519e-05,
|
1087 |
+
"loss": 1.7305,
|
1088 |
+
"step": 770
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 0.4319654427645788,
|
1092 |
+
"grad_norm": 0.9043810367584229,
|
1093 |
+
"learning_rate": 7.017380397316695e-05,
|
1094 |
+
"loss": 1.6131,
|
1095 |
+
"step": 775
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.4347523165888664,
|
1099 |
+
"grad_norm": 0.8870768547058105,
|
1100 |
+
"learning_rate": 6.972788363016497e-05,
|
1101 |
+
"loss": 1.5668,
|
1102 |
+
"step": 780
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 0.43753919041315403,
|
1106 |
+
"grad_norm": 0.9383454918861389,
|
1107 |
+
"learning_rate": 6.92800970287674e-05,
|
1108 |
+
"loss": 1.6773,
|
1109 |
+
"step": 785
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 0.44032606423744164,
|
1113 |
+
"grad_norm": 0.8532437682151794,
|
1114 |
+
"learning_rate": 6.883048652960038e-05,
|
1115 |
+
"loss": 1.6602,
|
1116 |
+
"step": 790
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 0.44311293806172924,
|
1120 |
+
"grad_norm": 0.8915623426437378,
|
1121 |
+
"learning_rate": 6.837909466583095e-05,
|
1122 |
+
"loss": 1.6778,
|
1123 |
+
"step": 795
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 0.44589981188601685,
|
1127 |
+
"grad_norm": 0.840151846408844,
|
1128 |
+
"learning_rate": 6.792596413914324e-05,
|
1129 |
+
"loss": 1.5566,
|
1130 |
+
"step": 800
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 0.44868668571030446,
|
1134 |
+
"grad_norm": 0.8808228969573975,
|
1135 |
+
"learning_rate": 6.747113781569892e-05,
|
1136 |
+
"loss": 1.6819,
|
1137 |
+
"step": 805
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.45147355953459206,
|
1141 |
+
"grad_norm": 0.9224216938018799,
|
1142 |
+
"learning_rate": 6.701465872208216e-05,
|
1143 |
+
"loss": 1.7057,
|
1144 |
+
"step": 810
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 0.45426043335887967,
|
1148 |
+
"grad_norm": 1.0062270164489746,
|
1149 |
+
"learning_rate": 6.655657004122916e-05,
|
1150 |
+
"loss": 1.719,
|
1151 |
+
"step": 815
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 0.4570473071831673,
|
1155 |
+
"grad_norm": 0.9544162154197693,
|
1156 |
+
"learning_rate": 6.60969151083432e-05,
|
1157 |
+
"loss": 1.657,
|
1158 |
+
"step": 820
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 0.4598341810074549,
|
1162 |
+
"grad_norm": 0.8740416169166565,
|
1163 |
+
"learning_rate": 6.563573740679496e-05,
|
1164 |
+
"loss": 1.645,
|
1165 |
+
"step": 825
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 0.4626210548317425,
|
1169 |
+
"grad_norm": 0.8866944313049316,
|
1170 |
+
"learning_rate": 6.517308056400917e-05,
|
1171 |
+
"loss": 1.6446,
|
1172 |
+
"step": 830
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 0.4654079286560301,
|
1176 |
+
"grad_norm": 0.9224971532821655,
|
1177 |
+
"learning_rate": 6.470898834733731e-05,
|
1178 |
+
"loss": 1.6384,
|
1179 |
+
"step": 835
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.4681948024803177,
|
1183 |
+
"grad_norm": 0.8925870656967163,
|
1184 |
+
"learning_rate": 6.42435046599173e-05,
|
1185 |
+
"loss": 1.6455,
|
1186 |
+
"step": 840
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 0.4709816763046053,
|
1190 |
+
"grad_norm": 0.9226738810539246,
|
1191 |
+
"learning_rate": 6.377667353652022e-05,
|
1192 |
+
"loss": 1.6799,
|
1193 |
+
"step": 845
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 0.4737685501288929,
|
1197 |
+
"grad_norm": 0.9104128479957581,
|
1198 |
+
"learning_rate": 6.330853913938466e-05,
|
1199 |
+
"loss": 1.6267,
|
1200 |
+
"step": 850
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 0.4765554239531805,
|
1204 |
+
"grad_norm": 0.912969708442688,
|
1205 |
+
"learning_rate": 6.283914575403888e-05,
|
1206 |
+
"loss": 1.716,
|
1207 |
+
"step": 855
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 0.4793422977774681,
|
1211 |
+
"grad_norm": 0.9142662882804871,
|
1212 |
+
"learning_rate": 6.236853778511156e-05,
|
1213 |
+
"loss": 1.6619,
|
1214 |
+
"step": 860
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 0.4821291716017557,
|
1218 |
+
"grad_norm": 0.9380782842636108,
|
1219 |
+
"learning_rate": 6.189675975213094e-05,
|
1220 |
+
"loss": 1.6578,
|
1221 |
+
"step": 865
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.48491604542604333,
|
1225 |
+
"grad_norm": 0.9225218296051025,
|
1226 |
+
"learning_rate": 6.142385628531342e-05,
|
1227 |
+
"loss": 1.6891,
|
1228 |
+
"step": 870
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 0.48770291925033094,
|
1232 |
+
"grad_norm": 0.9732077121734619,
|
1233 |
+
"learning_rate": 6.09498721213414e-05,
|
1234 |
+
"loss": 1.6008,
|
1235 |
+
"step": 875
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 0.49048979307461854,
|
1239 |
+
"grad_norm": 0.9870405197143555,
|
1240 |
+
"learning_rate": 6.047485209913137e-05,
|
1241 |
+
"loss": 1.7372,
|
1242 |
+
"step": 880
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 0.49327666689890615,
|
1246 |
+
"grad_norm": 0.8708714246749878,
|
1247 |
+
"learning_rate": 5.999884115559192e-05,
|
1248 |
+
"loss": 1.6317,
|
1249 |
+
"step": 885
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 0.49606354072319375,
|
1253 |
+
"grad_norm": 0.8490287065505981,
|
1254 |
+
"learning_rate": 5.952188432137293e-05,
|
1255 |
+
"loss": 1.6514,
|
1256 |
+
"step": 890
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 0.49885041454748136,
|
1260 |
+
"grad_norm": 0.7740074992179871,
|
1261 |
+
"learning_rate": 5.90440267166055e-05,
|
1262 |
+
"loss": 1.6091,
|
1263 |
+
"step": 895
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.501637288371769,
|
1267 |
+
"grad_norm": 0.9218555092811584,
|
1268 |
+
"learning_rate": 5.8565313546633684e-05,
|
1269 |
+
"loss": 1.674,
|
1270 |
+
"step": 900
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 0.5044241621960566,
|
1274 |
+
"grad_norm": 0.8074113726615906,
|
1275 |
+
"learning_rate": 5.8085790097738025e-05,
|
1276 |
+
"loss": 1.6567,
|
1277 |
+
"step": 905
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 0.5072110360203442,
|
1281 |
+
"grad_norm": 0.9320290684700012,
|
1282 |
+
"learning_rate": 5.7605501732851475e-05,
|
1283 |
+
"loss": 1.6925,
|
1284 |
+
"step": 910
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 0.5099979098446318,
|
1288 |
+
"grad_norm": 0.8326326012611389,
|
1289 |
+
"learning_rate": 5.712449388726807e-05,
|
1290 |
+
"loss": 1.6909,
|
1291 |
+
"step": 915
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 0.5127847836689194,
|
1295 |
+
"grad_norm": 0.9022158980369568,
|
1296 |
+
"learning_rate": 5.664281206434472e-05,
|
1297 |
+
"loss": 1.6075,
|
1298 |
+
"step": 920
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 0.515571657493207,
|
1302 |
+
"grad_norm": 0.8791519999504089,
|
1303 |
+
"learning_rate": 5.616050183119663e-05,
|
1304 |
+
"loss": 1.7011,
|
1305 |
+
"step": 925
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.5183585313174947,
|
1309 |
+
"grad_norm": 0.876043438911438,
|
1310 |
+
"learning_rate": 5.5677608814386616e-05,
|
1311 |
+
"loss": 1.5478,
|
1312 |
+
"step": 930
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 0.5211454051417822,
|
1316 |
+
"grad_norm": 0.9437665939331055,
|
1317 |
+
"learning_rate": 5.519417869560889e-05,
|
1318 |
+
"loss": 1.6518,
|
1319 |
+
"step": 935
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 0.5239322789660699,
|
1323 |
+
"grad_norm": 0.9788090586662292,
|
1324 |
+
"learning_rate": 5.471025720736747e-05,
|
1325 |
+
"loss": 1.7146,
|
1326 |
+
"step": 940
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 0.5267191527903574,
|
1330 |
+
"grad_norm": 0.861488938331604,
|
1331 |
+
"learning_rate": 5.422589012864996e-05,
|
1332 |
+
"loss": 1.6805,
|
1333 |
+
"step": 945
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 0.5295060266146451,
|
1337 |
+
"grad_norm": 1.008576512336731,
|
1338 |
+
"learning_rate": 5.3741123280596864e-05,
|
1339 |
+
"loss": 1.6012,
|
1340 |
+
"step": 950
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 0.5322929004389326,
|
1344 |
+
"grad_norm": 0.9095168113708496,
|
1345 |
+
"learning_rate": 5.325600252216685e-05,
|
1346 |
+
"loss": 1.6477,
|
1347 |
+
"step": 955
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 0.5350797742632203,
|
1351 |
+
"grad_norm": 0.8760788440704346,
|
1352 |
+
"learning_rate": 5.27705737457985e-05,
|
1353 |
+
"loss": 1.5747,
|
1354 |
+
"step": 960
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 0.5378666480875078,
|
1358 |
+
"grad_norm": 0.9696391224861145,
|
1359 |
+
"learning_rate": 5.228488287306896e-05,
|
1360 |
+
"loss": 1.6249,
|
1361 |
+
"step": 965
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 0.5406535219117955,
|
1365 |
+
"grad_norm": 0.8726052641868591,
|
1366 |
+
"learning_rate": 5.179897585034963e-05,
|
1367 |
+
"loss": 1.6701,
|
1368 |
+
"step": 970
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 0.543440395736083,
|
1372 |
+
"grad_norm": 0.8699939846992493,
|
1373 |
+
"learning_rate": 5.1312898644459776e-05,
|
1374 |
+
"loss": 1.5395,
|
1375 |
+
"step": 975
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 0.5462272695603707,
|
1379 |
+
"grad_norm": 0.9301031827926636,
|
1380 |
+
"learning_rate": 5.0826697238317935e-05,
|
1381 |
+
"loss": 1.6724,
|
1382 |
+
"step": 980
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 0.5490141433846583,
|
1386 |
+
"grad_norm": 0.8767033815383911,
|
1387 |
+
"learning_rate": 5.0340417626592016e-05,
|
1388 |
+
"loss": 1.6492,
|
1389 |
+
"step": 985
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 0.5518010172089458,
|
1393 |
+
"grad_norm": 0.9239912629127502,
|
1394 |
+
"learning_rate": 4.9854105811348216e-05,
|
1395 |
+
"loss": 1.6705,
|
1396 |
+
"step": 990
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 0.5545878910332335,
|
1400 |
+
"grad_norm": 1.0233875513076782,
|
1401 |
+
"learning_rate": 4.936780779769913e-05,
|
1402 |
+
"loss": 1.6758,
|
1403 |
+
"step": 995
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 0.557374764857521,
|
1407 |
+
"grad_norm": 0.9696400165557861,
|
1408 |
+
"learning_rate": 4.888156958945174e-05,
|
1409 |
+
"loss": 1.6276,
|
1410 |
+
"step": 1000
|
1411 |
+
}
|
1412 |
+
],
|
1413 |
+
"logging_steps": 5,
|
1414 |
+
"max_steps": 1795,
|
1415 |
+
"num_input_tokens_seen": 0,
|
1416 |
+
"num_train_epochs": 1,
|
1417 |
+
"save_steps": 500,
|
1418 |
+
"stateful_callbacks": {
|
1419 |
+
"TrainerControl": {
|
1420 |
+
"args": {
|
1421 |
+
"should_epoch_stop": false,
|
1422 |
+
"should_evaluate": false,
|
1423 |
+
"should_log": false,
|
1424 |
+
"should_save": true,
|
1425 |
+
"should_training_stop": false
|
1426 |
+
},
|
1427 |
+
"attributes": {}
|
1428 |
+
}
|
1429 |
+
},
|
1430 |
+
"total_flos": 1.129724819300352e+16,
|
1431 |
+
"train_batch_size": 1,
|
1432 |
+
"trial_name": null,
|
1433 |
+
"trial_params": null
|
1434 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be8c0fcf2f8a062ba98a621f2443fdb7418dd260bb1044a8c33b7c88ee37e698
|
3 |
+
size 6161
|
checkpoint-1000/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1500/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen3-1.7B
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.15.2
|
checkpoint-1500/adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen3-1.7B",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 8,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
+
"k_proj",
|
29 |
+
"o_proj",
|
30 |
+
"gate_proj",
|
31 |
+
"v_proj",
|
32 |
+
"down_proj",
|
33 |
+
"up_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
checkpoint-1500/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81c04a325765a01f7b125d6e2f20caaa99cea617b1a72a99547992b7f207999e
|
3 |
+
size 34916720
|
checkpoint-1500/added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
checkpoint-1500/chat_template.jinja
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# 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>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\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" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if message.content is string %}
|
27 |
+
{%- set content = message.content %}
|
28 |
+
{%- else %}
|
29 |
+
{%- set content = '' %}
|
30 |
+
{%- endif %}
|
31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
33 |
+
{%- elif message.role == "assistant" %}
|
34 |
+
{%- set reasoning_content = '' %}
|
35 |
+
{%- if message.reasoning_content is string %}
|
36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
37 |
+
{%- else %}
|
38 |
+
{%- if '</think>' in content %}
|
39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
41 |
+
{%- endif %}
|
42 |
+
{%- endif %}
|
43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
46 |
+
{%- else %}
|
47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
48 |
+
{%- endif %}
|
49 |
+
{%- else %}
|
50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if message.tool_calls %}
|
53 |
+
{%- for tool_call in message.tool_calls %}
|
54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
55 |
+
{{- '\n' }}
|
56 |
+
{%- endif %}
|
57 |
+
{%- if tool_call.function %}
|
58 |
+
{%- set tool_call = tool_call.function %}
|
59 |
+
{%- endif %}
|
60 |
+
{{- '<tool_call>\n{"name": "' }}
|
61 |
+
{{- tool_call.name }}
|
62 |
+
{{- '", "arguments": ' }}
|
63 |
+
{%- if tool_call.arguments is string %}
|
64 |
+
{{- tool_call.arguments }}
|
65 |
+
{%- else %}
|
66 |
+
{{- tool_call.arguments | tojson }}
|
67 |
+
{%- endif %}
|
68 |
+
{{- '}\n</tool_call>' }}
|
69 |
+
{%- endfor %}
|
70 |
+
{%- endif %}
|
71 |
+
{{- '<|im_end|>\n' }}
|
72 |
+
{%- elif message.role == "tool" %}
|
73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
74 |
+
{{- '<|im_start|>user' }}
|
75 |
+
{%- endif %}
|
76 |
+
{{- '\n<tool_response>\n' }}
|
77 |
+
{{- content }}
|
78 |
+
{{- '\n</tool_response>' }}
|
79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
80 |
+
{{- '<|im_end|>\n' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- endif %}
|
83 |
+
{%- endfor %}
|
84 |
+
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant\n' }}
|
86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
88 |
+
{%- endif %}
|
89 |
+
{%- endif %}
|
checkpoint-1500/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e943568edd259ae9bfd24c0034a5abf23be3372e0c4c7424c647162121b751e
|
3 |
+
size 70059963
|
checkpoint-1500/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:250560ab3d528161ab3659b120def6e4a9ab4b457e3399603bbcfa40db3efc90
|
3 |
+
size 14645
|
checkpoint-1500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74ecf9f08b8ece20f8e38217288ba9577a3fcfff91bb28828bd121972f45e8e0
|
3 |
+
size 1465
|
checkpoint-1500/special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
checkpoint-1500/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
3 |
+
size 11422654
|
checkpoint-1500/tokenizer_config.json
ADDED
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"151665": {
|
182 |
+
"content": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"clean_up_tokenization_spaces": false,
|
231 |
+
"eos_token": "<|im_end|>",
|
232 |
+
"errors": "replace",
|
233 |
+
"extra_special_tokens": {},
|
234 |
+
"model_max_length": 131072,
|
235 |
+
"pad_token": "<|endoftext|>",
|
236 |
+
"padding_side": "right",
|
237 |
+
"split_special_tokens": false,
|
238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
239 |
+
"unk_token": null
|
240 |
+
}
|
checkpoint-1500/trainer_state.json
ADDED
@@ -0,0 +1,2134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.8360621472862816,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 1500,
|
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.0027868738242876052,
|
14 |
+
"grad_norm": 3.341921806335449,
|
15 |
+
"learning_rate": 2.2222222222222225e-06,
|
16 |
+
"loss": 3.1415,
|
17 |
+
"step": 5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.0055737476485752105,
|
21 |
+
"grad_norm": 3.4862101078033447,
|
22 |
+
"learning_rate": 5e-06,
|
23 |
+
"loss": 3.04,
|
24 |
+
"step": 10
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.008360621472862817,
|
28 |
+
"grad_norm": 3.363572597503662,
|
29 |
+
"learning_rate": 7.777777777777777e-06,
|
30 |
+
"loss": 3.019,
|
31 |
+
"step": 15
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.011147495297150421,
|
35 |
+
"grad_norm": 3.5916693210601807,
|
36 |
+
"learning_rate": 1.0555555555555555e-05,
|
37 |
+
"loss": 3.073,
|
38 |
+
"step": 20
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.013934369121438027,
|
42 |
+
"grad_norm": 3.8997910022735596,
|
43 |
+
"learning_rate": 1.3333333333333333e-05,
|
44 |
+
"loss": 3.0359,
|
45 |
+
"step": 25
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.016721242945725634,
|
49 |
+
"grad_norm": 3.789405345916748,
|
50 |
+
"learning_rate": 1.6111111111111115e-05,
|
51 |
+
"loss": 2.9568,
|
52 |
+
"step": 30
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.019508116770013236,
|
56 |
+
"grad_norm": 2.785924196243286,
|
57 |
+
"learning_rate": 1.888888888888889e-05,
|
58 |
+
"loss": 2.6633,
|
59 |
+
"step": 35
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.022294990594300842,
|
63 |
+
"grad_norm": 2.715925693511963,
|
64 |
+
"learning_rate": 2.1666666666666667e-05,
|
65 |
+
"loss": 2.3416,
|
66 |
+
"step": 40
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.025081864418588447,
|
70 |
+
"grad_norm": 1.851042628288269,
|
71 |
+
"learning_rate": 2.4444444444444445e-05,
|
72 |
+
"loss": 2.304,
|
73 |
+
"step": 45
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.027868738242876053,
|
77 |
+
"grad_norm": 1.1627306938171387,
|
78 |
+
"learning_rate": 2.7222222222222223e-05,
|
79 |
+
"loss": 2.0913,
|
80 |
+
"step": 50
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.03065561206716366,
|
84 |
+
"grad_norm": 0.8980898857116699,
|
85 |
+
"learning_rate": 3e-05,
|
86 |
+
"loss": 1.9108,
|
87 |
+
"step": 55
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.03344248589145127,
|
91 |
+
"grad_norm": 0.741324245929718,
|
92 |
+
"learning_rate": 3.277777777777778e-05,
|
93 |
+
"loss": 1.989,
|
94 |
+
"step": 60
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.03622935971573887,
|
98 |
+
"grad_norm": 0.6890819668769836,
|
99 |
+
"learning_rate": 3.555555555555556e-05,
|
100 |
+
"loss": 1.8792,
|
101 |
+
"step": 65
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.03901623354002647,
|
105 |
+
"grad_norm": 0.6898017525672913,
|
106 |
+
"learning_rate": 3.8333333333333334e-05,
|
107 |
+
"loss": 1.7895,
|
108 |
+
"step": 70
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.04180310736431408,
|
112 |
+
"grad_norm": 0.6752148866653442,
|
113 |
+
"learning_rate": 4.111111111111111e-05,
|
114 |
+
"loss": 1.8742,
|
115 |
+
"step": 75
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.044589981188601684,
|
119 |
+
"grad_norm": 0.6477967500686646,
|
120 |
+
"learning_rate": 4.388888888888889e-05,
|
121 |
+
"loss": 1.7473,
|
122 |
+
"step": 80
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.04737685501288929,
|
126 |
+
"grad_norm": 0.6459152698516846,
|
127 |
+
"learning_rate": 4.666666666666667e-05,
|
128 |
+
"loss": 1.8558,
|
129 |
+
"step": 85
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.050163728837176895,
|
133 |
+
"grad_norm": 0.6237108707427979,
|
134 |
+
"learning_rate": 4.9444444444444446e-05,
|
135 |
+
"loss": 1.7931,
|
136 |
+
"step": 90
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.0529506026614645,
|
140 |
+
"grad_norm": 0.6388494968414307,
|
141 |
+
"learning_rate": 5.222222222222223e-05,
|
142 |
+
"loss": 1.7712,
|
143 |
+
"step": 95
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.055737476485752106,
|
147 |
+
"grad_norm": 0.686677098274231,
|
148 |
+
"learning_rate": 5.500000000000001e-05,
|
149 |
+
"loss": 1.7316,
|
150 |
+
"step": 100
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.05852435031003971,
|
154 |
+
"grad_norm": 0.612424910068512,
|
155 |
+
"learning_rate": 5.7777777777777776e-05,
|
156 |
+
"loss": 1.7602,
|
157 |
+
"step": 105
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.06131122413432732,
|
161 |
+
"grad_norm": 0.8961934447288513,
|
162 |
+
"learning_rate": 6.055555555555555e-05,
|
163 |
+
"loss": 1.8706,
|
164 |
+
"step": 110
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.06409809795861493,
|
168 |
+
"grad_norm": 0.7244030833244324,
|
169 |
+
"learning_rate": 6.333333333333333e-05,
|
170 |
+
"loss": 1.7701,
|
171 |
+
"step": 115
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.06688497178290254,
|
175 |
+
"grad_norm": 0.6804441809654236,
|
176 |
+
"learning_rate": 6.611111111111111e-05,
|
177 |
+
"loss": 1.7833,
|
178 |
+
"step": 120
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.06967184560719013,
|
182 |
+
"grad_norm": 0.6717159152030945,
|
183 |
+
"learning_rate": 6.88888888888889e-05,
|
184 |
+
"loss": 1.8445,
|
185 |
+
"step": 125
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.07245871943147773,
|
189 |
+
"grad_norm": 0.6639799475669861,
|
190 |
+
"learning_rate": 7.166666666666667e-05,
|
191 |
+
"loss": 1.7847,
|
192 |
+
"step": 130
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.07524559325576534,
|
196 |
+
"grad_norm": 0.7095969915390015,
|
197 |
+
"learning_rate": 7.444444444444444e-05,
|
198 |
+
"loss": 1.7281,
|
199 |
+
"step": 135
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.07803246708005294,
|
203 |
+
"grad_norm": 0.8189035654067993,
|
204 |
+
"learning_rate": 7.722222222222223e-05,
|
205 |
+
"loss": 1.7678,
|
206 |
+
"step": 140
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.08081934090434055,
|
210 |
+
"grad_norm": 0.6709702610969543,
|
211 |
+
"learning_rate": 8e-05,
|
212 |
+
"loss": 1.8645,
|
213 |
+
"step": 145
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.08360621472862816,
|
217 |
+
"grad_norm": 0.743190348148346,
|
218 |
+
"learning_rate": 8.277777777777778e-05,
|
219 |
+
"loss": 1.8086,
|
220 |
+
"step": 150
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.08639308855291576,
|
224 |
+
"grad_norm": 0.669023871421814,
|
225 |
+
"learning_rate": 8.555555555555556e-05,
|
226 |
+
"loss": 1.7844,
|
227 |
+
"step": 155
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.08917996237720337,
|
231 |
+
"grad_norm": 0.8071898221969604,
|
232 |
+
"learning_rate": 8.833333333333333e-05,
|
233 |
+
"loss": 1.7379,
|
234 |
+
"step": 160
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.09196683620149097,
|
238 |
+
"grad_norm": 0.7679445743560791,
|
239 |
+
"learning_rate": 9.111111111111112e-05,
|
240 |
+
"loss": 1.706,
|
241 |
+
"step": 165
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.09475371002577858,
|
245 |
+
"grad_norm": 0.7896930575370789,
|
246 |
+
"learning_rate": 9.388888888888889e-05,
|
247 |
+
"loss": 1.7752,
|
248 |
+
"step": 170
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.09754058385006618,
|
252 |
+
"grad_norm": 0.7258396744728088,
|
253 |
+
"learning_rate": 9.666666666666667e-05,
|
254 |
+
"loss": 1.7635,
|
255 |
+
"step": 175
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.10032745767435379,
|
259 |
+
"grad_norm": 0.8085169196128845,
|
260 |
+
"learning_rate": 9.944444444444446e-05,
|
261 |
+
"loss": 1.7449,
|
262 |
+
"step": 180
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.1031143314986414,
|
266 |
+
"grad_norm": 0.7673636674880981,
|
267 |
+
"learning_rate": 9.999848639521432e-05,
|
268 |
+
"loss": 1.7286,
|
269 |
+
"step": 185
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.105901205322929,
|
273 |
+
"grad_norm": 0.7478857040405273,
|
274 |
+
"learning_rate": 9.999233753283091e-05,
|
275 |
+
"loss": 1.7203,
|
276 |
+
"step": 190
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.1086880791472166,
|
280 |
+
"grad_norm": 0.8994764685630798,
|
281 |
+
"learning_rate": 9.998145939378577e-05,
|
282 |
+
"loss": 1.6964,
|
283 |
+
"step": 195
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.11147495297150421,
|
287 |
+
"grad_norm": 0.7851970791816711,
|
288 |
+
"learning_rate": 9.996585300715116e-05,
|
289 |
+
"loss": 1.7513,
|
290 |
+
"step": 200
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.11426182679579182,
|
294 |
+
"grad_norm": 0.7743813395500183,
|
295 |
+
"learning_rate": 9.994551984929175e-05,
|
296 |
+
"loss": 1.7099,
|
297 |
+
"step": 205
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.11704870062007942,
|
301 |
+
"grad_norm": 0.7080249786376953,
|
302 |
+
"learning_rate": 9.992046184372492e-05,
|
303 |
+
"loss": 1.7431,
|
304 |
+
"step": 210
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.11983557444436703,
|
308 |
+
"grad_norm": 0.744627058506012,
|
309 |
+
"learning_rate": 9.989068136093873e-05,
|
310 |
+
"loss": 1.7159,
|
311 |
+
"step": 215
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.12262244826865464,
|
315 |
+
"grad_norm": 0.7715389132499695,
|
316 |
+
"learning_rate": 9.985618121816779e-05,
|
317 |
+
"loss": 1.7696,
|
318 |
+
"step": 220
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.12540932209294225,
|
322 |
+
"grad_norm": 0.7663665413856506,
|
323 |
+
"learning_rate": 9.981696467912664e-05,
|
324 |
+
"loss": 1.7205,
|
325 |
+
"step": 225
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.12819619591722986,
|
329 |
+
"grad_norm": 0.7923425436019897,
|
330 |
+
"learning_rate": 9.97730354537011e-05,
|
331 |
+
"loss": 1.7136,
|
332 |
+
"step": 230
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.13098306974151747,
|
336 |
+
"grad_norm": 0.7929289937019348,
|
337 |
+
"learning_rate": 9.972439769759722e-05,
|
338 |
+
"loss": 1.6462,
|
339 |
+
"step": 235
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.13376994356580507,
|
343 |
+
"grad_norm": 0.845177948474884,
|
344 |
+
"learning_rate": 9.967105601194823e-05,
|
345 |
+
"loss": 1.8031,
|
346 |
+
"step": 240
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.13655681739009268,
|
350 |
+
"grad_norm": 0.7540026307106018,
|
351 |
+
"learning_rate": 9.961301544287922e-05,
|
352 |
+
"loss": 1.6899,
|
353 |
+
"step": 245
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.13934369121438026,
|
357 |
+
"grad_norm": 0.8806189894676208,
|
358 |
+
"learning_rate": 9.955028148102979e-05,
|
359 |
+
"loss": 1.6526,
|
360 |
+
"step": 250
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.14213056503866786,
|
364 |
+
"grad_norm": 0.8206574320793152,
|
365 |
+
"learning_rate": 9.948286006103466e-05,
|
366 |
+
"loss": 1.8233,
|
367 |
+
"step": 255
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.14491743886295547,
|
371 |
+
"grad_norm": 0.8984567523002625,
|
372 |
+
"learning_rate": 9.941075756096226e-05,
|
373 |
+
"loss": 1.7252,
|
374 |
+
"step": 260
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.14770431268724307,
|
378 |
+
"grad_norm": 0.7411919832229614,
|
379 |
+
"learning_rate": 9.933398080171123e-05,
|
380 |
+
"loss": 1.7339,
|
381 |
+
"step": 265
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.15049118651153068,
|
385 |
+
"grad_norm": 0.8030174970626831,
|
386 |
+
"learning_rate": 9.925253704636543e-05,
|
387 |
+
"loss": 1.6934,
|
388 |
+
"step": 270
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.15327806033581828,
|
392 |
+
"grad_norm": 0.7879084944725037,
|
393 |
+
"learning_rate": 9.916643399950656e-05,
|
394 |
+
"loss": 1.7197,
|
395 |
+
"step": 275
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.1560649341601059,
|
399 |
+
"grad_norm": 0.8534114956855774,
|
400 |
+
"learning_rate": 9.907567980648549e-05,
|
401 |
+
"loss": 1.6941,
|
402 |
+
"step": 280
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.1588518079843935,
|
406 |
+
"grad_norm": 0.74381023645401,
|
407 |
+
"learning_rate": 9.898028305265169e-05,
|
408 |
+
"loss": 1.7919,
|
409 |
+
"step": 285
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.1616386818086811,
|
413 |
+
"grad_norm": 0.8476956486701965,
|
414 |
+
"learning_rate": 9.888025276254096e-05,
|
415 |
+
"loss": 1.7417,
|
416 |
+
"step": 290
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.1644255556329687,
|
420 |
+
"grad_norm": 0.8212200403213501,
|
421 |
+
"learning_rate": 9.877559839902184e-05,
|
422 |
+
"loss": 1.7452,
|
423 |
+
"step": 295
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.1672124294572563,
|
427 |
+
"grad_norm": 0.8340197801589966,
|
428 |
+
"learning_rate": 9.86663298624003e-05,
|
429 |
+
"loss": 1.6687,
|
430 |
+
"step": 300
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.16999930328154392,
|
434 |
+
"grad_norm": 0.858363151550293,
|
435 |
+
"learning_rate": 9.855245748948326e-05,
|
436 |
+
"loss": 1.7669,
|
437 |
+
"step": 305
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.17278617710583152,
|
441 |
+
"grad_norm": 0.8392812013626099,
|
442 |
+
"learning_rate": 9.843399205260068e-05,
|
443 |
+
"loss": 1.736,
|
444 |
+
"step": 310
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.17557305093011913,
|
448 |
+
"grad_norm": 0.8345137238502502,
|
449 |
+
"learning_rate": 9.831094475858652e-05,
|
450 |
+
"loss": 1.7264,
|
451 |
+
"step": 315
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.17835992475440673,
|
455 |
+
"grad_norm": 0.8243482708930969,
|
456 |
+
"learning_rate": 9.818332724771857e-05,
|
457 |
+
"loss": 1.7748,
|
458 |
+
"step": 320
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.18114679857869434,
|
462 |
+
"grad_norm": 0.8255311846733093,
|
463 |
+
"learning_rate": 9.805115159261726e-05,
|
464 |
+
"loss": 1.6798,
|
465 |
+
"step": 325
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.18393367240298195,
|
469 |
+
"grad_norm": 0.8170781135559082,
|
470 |
+
"learning_rate": 9.791443029710361e-05,
|
471 |
+
"loss": 1.6542,
|
472 |
+
"step": 330
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.18672054622726955,
|
476 |
+
"grad_norm": 0.8476420044898987,
|
477 |
+
"learning_rate": 9.777317629501636e-05,
|
478 |
+
"loss": 1.6875,
|
479 |
+
"step": 335
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.18950742005155716,
|
483 |
+
"grad_norm": 0.7547033429145813,
|
484 |
+
"learning_rate": 9.762740294898846e-05,
|
485 |
+
"loss": 1.646,
|
486 |
+
"step": 340
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.19229429387584476,
|
490 |
+
"grad_norm": 0.826404869556427,
|
491 |
+
"learning_rate": 9.747712404918286e-05,
|
492 |
+
"loss": 1.6187,
|
493 |
+
"step": 345
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.19508116770013237,
|
497 |
+
"grad_norm": 0.964885950088501,
|
498 |
+
"learning_rate": 9.732235381198813e-05,
|
499 |
+
"loss": 1.7507,
|
500 |
+
"step": 350
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.19786804152441997,
|
504 |
+
"grad_norm": 0.8207951188087463,
|
505 |
+
"learning_rate": 9.716310687867342e-05,
|
506 |
+
"loss": 1.5745,
|
507 |
+
"step": 355
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.20065491534870758,
|
511 |
+
"grad_norm": 0.8143700361251831,
|
512 |
+
"learning_rate": 9.699939831400351e-05,
|
513 |
+
"loss": 1.7754,
|
514 |
+
"step": 360
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.20344178917299519,
|
518 |
+
"grad_norm": 0.811844527721405,
|
519 |
+
"learning_rate": 9.683124360481364e-05,
|
520 |
+
"loss": 1.6993,
|
521 |
+
"step": 365
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.2062286629972828,
|
525 |
+
"grad_norm": 0.8975111842155457,
|
526 |
+
"learning_rate": 9.665865865854445e-05,
|
527 |
+
"loss": 1.6901,
|
528 |
+
"step": 370
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.2090155368215704,
|
532 |
+
"grad_norm": 0.7903837561607361,
|
533 |
+
"learning_rate": 9.648165980173712e-05,
|
534 |
+
"loss": 1.6895,
|
535 |
+
"step": 375
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.211802410645858,
|
539 |
+
"grad_norm": 0.8718327879905701,
|
540 |
+
"learning_rate": 9.630026377848892e-05,
|
541 |
+
"loss": 1.6725,
|
542 |
+
"step": 380
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.2145892844701456,
|
546 |
+
"grad_norm": 0.8131148219108582,
|
547 |
+
"learning_rate": 9.611448774886924e-05,
|
548 |
+
"loss": 1.6874,
|
549 |
+
"step": 385
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.2173761582944332,
|
553 |
+
"grad_norm": 0.8331175446510315,
|
554 |
+
"learning_rate": 9.592434928729616e-05,
|
555 |
+
"loss": 1.7542,
|
556 |
+
"step": 390
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.22016303211872082,
|
560 |
+
"grad_norm": 0.792988121509552,
|
561 |
+
"learning_rate": 9.572986638087396e-05,
|
562 |
+
"loss": 1.7311,
|
563 |
+
"step": 395
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.22294990594300843,
|
567 |
+
"grad_norm": 0.7799636721611023,
|
568 |
+
"learning_rate": 9.553105742769154e-05,
|
569 |
+
"loss": 1.6567,
|
570 |
+
"step": 400
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.22573677976729603,
|
574 |
+
"grad_norm": 0.7864108085632324,
|
575 |
+
"learning_rate": 9.532794123508197e-05,
|
576 |
+
"loss": 1.5611,
|
577 |
+
"step": 405
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.22852365359158364,
|
581 |
+
"grad_norm": 0.8886444568634033,
|
582 |
+
"learning_rate": 9.512053701784329e-05,
|
583 |
+
"loss": 1.6995,
|
584 |
+
"step": 410
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.23131052741587124,
|
588 |
+
"grad_norm": 0.7999454736709595,
|
589 |
+
"learning_rate": 9.490886439642081e-05,
|
590 |
+
"loss": 1.6898,
|
591 |
+
"step": 415
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.23409740124015885,
|
595 |
+
"grad_norm": 0.7729182243347168,
|
596 |
+
"learning_rate": 9.469294339505098e-05,
|
597 |
+
"loss": 1.7204,
|
598 |
+
"step": 420
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.23688427506444645,
|
602 |
+
"grad_norm": 0.8300912380218506,
|
603 |
+
"learning_rate": 9.447279443986716e-05,
|
604 |
+
"loss": 1.6668,
|
605 |
+
"step": 425
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.23967114888873406,
|
609 |
+
"grad_norm": 0.840481698513031,
|
610 |
+
"learning_rate": 9.424843835696724e-05,
|
611 |
+
"loss": 1.704,
|
612 |
+
"step": 430
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.24245802271302166,
|
616 |
+
"grad_norm": 0.9396219253540039,
|
617 |
+
"learning_rate": 9.401989637044355e-05,
|
618 |
+
"loss": 1.6713,
|
619 |
+
"step": 435
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.24524489653730927,
|
623 |
+
"grad_norm": 0.8775554299354553,
|
624 |
+
"learning_rate": 9.3787190100375e-05,
|
625 |
+
"loss": 1.6883,
|
626 |
+
"step": 440
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.24803177036159688,
|
630 |
+
"grad_norm": 0.8623490333557129,
|
631 |
+
"learning_rate": 9.355034156078188e-05,
|
632 |
+
"loss": 1.6783,
|
633 |
+
"step": 445
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.2508186441858845,
|
637 |
+
"grad_norm": 0.806533694267273,
|
638 |
+
"learning_rate": 9.330937315754329e-05,
|
639 |
+
"loss": 1.6853,
|
640 |
+
"step": 450
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.2536055180101721,
|
644 |
+
"grad_norm": 0.8504590392112732,
|
645 |
+
"learning_rate": 9.306430768627753e-05,
|
646 |
+
"loss": 1.6594,
|
647 |
+
"step": 455
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.2563923918344597,
|
651 |
+
"grad_norm": 0.9382562637329102,
|
652 |
+
"learning_rate": 9.281516833018571e-05,
|
653 |
+
"loss": 1.6827,
|
654 |
+
"step": 460
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.2591792656587473,
|
658 |
+
"grad_norm": 0.821978747844696,
|
659 |
+
"learning_rate": 9.256197865785854e-05,
|
660 |
+
"loss": 1.752,
|
661 |
+
"step": 465
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.26196613948303493,
|
665 |
+
"grad_norm": 0.8061692714691162,
|
666 |
+
"learning_rate": 9.230476262104677e-05,
|
667 |
+
"loss": 1.6773,
|
668 |
+
"step": 470
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.26475301330732254,
|
672 |
+
"grad_norm": 0.8759399652481079,
|
673 |
+
"learning_rate": 9.204354455239539e-05,
|
674 |
+
"loss": 1.7003,
|
675 |
+
"step": 475
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.26753988713161014,
|
679 |
+
"grad_norm": 0.8721809387207031,
|
680 |
+
"learning_rate": 9.177834916314165e-05,
|
681 |
+
"loss": 1.6898,
|
682 |
+
"step": 480
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.27032676095589775,
|
686 |
+
"grad_norm": 0.7904046773910522,
|
687 |
+
"learning_rate": 9.150920154077754e-05,
|
688 |
+
"loss": 1.6636,
|
689 |
+
"step": 485
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.27311363478018535,
|
693 |
+
"grad_norm": 0.8828450441360474,
|
694 |
+
"learning_rate": 9.123612714667634e-05,
|
695 |
+
"loss": 1.6945,
|
696 |
+
"step": 490
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.2759005086044729,
|
700 |
+
"grad_norm": 0.7389103174209595,
|
701 |
+
"learning_rate": 9.095915181368412e-05,
|
702 |
+
"loss": 1.7459,
|
703 |
+
"step": 495
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.2786873824287605,
|
707 |
+
"grad_norm": 0.975307285785675,
|
708 |
+
"learning_rate": 9.067830174367586e-05,
|
709 |
+
"loss": 1.7296,
|
710 |
+
"step": 500
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.2814742562530481,
|
714 |
+
"grad_norm": 0.812856137752533,
|
715 |
+
"learning_rate": 9.039360350507679e-05,
|
716 |
+
"loss": 1.696,
|
717 |
+
"step": 505
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.2842611300773357,
|
721 |
+
"grad_norm": 0.8609644770622253,
|
722 |
+
"learning_rate": 9.010508403034898e-05,
|
723 |
+
"loss": 1.6464,
|
724 |
+
"step": 510
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.2870480039016233,
|
728 |
+
"grad_norm": 0.8457721471786499,
|
729 |
+
"learning_rate": 8.98127706134436e-05,
|
730 |
+
"loss": 1.682,
|
731 |
+
"step": 515
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.28983487772591093,
|
735 |
+
"grad_norm": 0.8576518297195435,
|
736 |
+
"learning_rate": 8.951669090721881e-05,
|
737 |
+
"loss": 1.6784,
|
738 |
+
"step": 520
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.29262175155019854,
|
742 |
+
"grad_norm": 0.892368495464325,
|
743 |
+
"learning_rate": 8.921687292082393e-05,
|
744 |
+
"loss": 1.6283,
|
745 |
+
"step": 525
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.29540862537448614,
|
749 |
+
"grad_norm": 0.7966616749763489,
|
750 |
+
"learning_rate": 8.891334501704962e-05,
|
751 |
+
"loss": 1.6898,
|
752 |
+
"step": 530
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.29819549919877375,
|
756 |
+
"grad_norm": 0.9272663593292236,
|
757 |
+
"learning_rate": 8.86061359096449e-05,
|
758 |
+
"loss": 1.6205,
|
759 |
+
"step": 535
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.30098237302306136,
|
763 |
+
"grad_norm": 0.8790031671524048,
|
764 |
+
"learning_rate": 8.829527466060072e-05,
|
765 |
+
"loss": 1.5345,
|
766 |
+
"step": 540
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.30376924684734896,
|
770 |
+
"grad_norm": 0.8462222814559937,
|
771 |
+
"learning_rate": 8.798079067740077e-05,
|
772 |
+
"loss": 1.7664,
|
773 |
+
"step": 545
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.30655612067163657,
|
777 |
+
"grad_norm": 0.8935257792472839,
|
778 |
+
"learning_rate": 8.766271371023948e-05,
|
779 |
+
"loss": 1.6742,
|
780 |
+
"step": 550
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.3093429944959242,
|
784 |
+
"grad_norm": 0.9315011501312256,
|
785 |
+
"learning_rate": 8.73410738492077e-05,
|
786 |
+
"loss": 1.6154,
|
787 |
+
"step": 555
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.3121298683202118,
|
791 |
+
"grad_norm": 0.8667712807655334,
|
792 |
+
"learning_rate": 8.701590152144612e-05,
|
793 |
+
"loss": 1.6356,
|
794 |
+
"step": 560
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.3149167421444994,
|
798 |
+
"grad_norm": 0.9088530540466309,
|
799 |
+
"learning_rate": 8.668722748826693e-05,
|
800 |
+
"loss": 1.6645,
|
801 |
+
"step": 565
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.317703615968787,
|
805 |
+
"grad_norm": 0.8751830458641052,
|
806 |
+
"learning_rate": 8.635508284224371e-05,
|
807 |
+
"loss": 1.7629,
|
808 |
+
"step": 570
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.3204904897930746,
|
812 |
+
"grad_norm": 0.8768523335456848,
|
813 |
+
"learning_rate": 8.601949900427016e-05,
|
814 |
+
"loss": 1.631,
|
815 |
+
"step": 575
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.3232773636173622,
|
819 |
+
"grad_norm": 0.9074881672859192,
|
820 |
+
"learning_rate": 8.568050772058762e-05,
|
821 |
+
"loss": 1.6924,
|
822 |
+
"step": 580
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.3260642374416498,
|
826 |
+
"grad_norm": 0.9533477425575256,
|
827 |
+
"learning_rate": 8.533814105978191e-05,
|
828 |
+
"loss": 1.644,
|
829 |
+
"step": 585
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.3288511112659374,
|
833 |
+
"grad_norm": 0.8163946866989136,
|
834 |
+
"learning_rate": 8.499243140974966e-05,
|
835 |
+
"loss": 1.6587,
|
836 |
+
"step": 590
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.331637985090225,
|
840 |
+
"grad_norm": 0.8785070180892944,
|
841 |
+
"learning_rate": 8.464341147463431e-05,
|
842 |
+
"loss": 1.6666,
|
843 |
+
"step": 595
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.3344248589145126,
|
847 |
+
"grad_norm": 0.8283839821815491,
|
848 |
+
"learning_rate": 8.429111427173241e-05,
|
849 |
+
"loss": 1.5772,
|
850 |
+
"step": 600
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 0.33721173273880023,
|
854 |
+
"grad_norm": 0.8584945797920227,
|
855 |
+
"learning_rate": 8.393557312837018e-05,
|
856 |
+
"loss": 1.6317,
|
857 |
+
"step": 605
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.33999860656308784,
|
861 |
+
"grad_norm": 0.880062997341156,
|
862 |
+
"learning_rate": 8.357682167875062e-05,
|
863 |
+
"loss": 1.7025,
|
864 |
+
"step": 610
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 0.34278548038737544,
|
868 |
+
"grad_norm": 0.9203423261642456,
|
869 |
+
"learning_rate": 8.321489386077192e-05,
|
870 |
+
"loss": 1.6741,
|
871 |
+
"step": 615
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 0.34557235421166305,
|
875 |
+
"grad_norm": 0.917999804019928,
|
876 |
+
"learning_rate": 8.28498239128167e-05,
|
877 |
+
"loss": 1.6954,
|
878 |
+
"step": 620
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 0.34835922803595065,
|
882 |
+
"grad_norm": 0.8408088088035583,
|
883 |
+
"learning_rate": 8.248164637051321e-05,
|
884 |
+
"loss": 1.6443,
|
885 |
+
"step": 625
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.35114610186023826,
|
889 |
+
"grad_norm": 0.908991277217865,
|
890 |
+
"learning_rate": 8.211039606346826e-05,
|
891 |
+
"loss": 1.6907,
|
892 |
+
"step": 630
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 0.35393297568452586,
|
896 |
+
"grad_norm": 0.9045994877815247,
|
897 |
+
"learning_rate": 8.173610811197226e-05,
|
898 |
+
"loss": 1.66,
|
899 |
+
"step": 635
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.35671984950881347,
|
903 |
+
"grad_norm": 0.8032850623130798,
|
904 |
+
"learning_rate": 8.135881792367686e-05,
|
905 |
+
"loss": 1.6538,
|
906 |
+
"step": 640
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 0.3595067233331011,
|
910 |
+
"grad_norm": 0.9243664741516113,
|
911 |
+
"learning_rate": 8.097856119024545e-05,
|
912 |
+
"loss": 1.7321,
|
913 |
+
"step": 645
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.3622935971573887,
|
917 |
+
"grad_norm": 0.9106388092041016,
|
918 |
+
"learning_rate": 8.059537388397665e-05,
|
919 |
+
"loss": 1.6566,
|
920 |
+
"step": 650
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 0.3650804709816763,
|
924 |
+
"grad_norm": 0.9164809584617615,
|
925 |
+
"learning_rate": 8.020929225440137e-05,
|
926 |
+
"loss": 1.6663,
|
927 |
+
"step": 655
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.3678673448059639,
|
931 |
+
"grad_norm": 0.9171935319900513,
|
932 |
+
"learning_rate": 7.98203528248536e-05,
|
933 |
+
"loss": 1.6781,
|
934 |
+
"step": 660
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 0.3706542186302515,
|
938 |
+
"grad_norm": 0.8433538675308228,
|
939 |
+
"learning_rate": 7.942859238901528e-05,
|
940 |
+
"loss": 1.7255,
|
941 |
+
"step": 665
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.3734410924545391,
|
945 |
+
"grad_norm": 0.9780874252319336,
|
946 |
+
"learning_rate": 7.903404800743564e-05,
|
947 |
+
"loss": 1.722,
|
948 |
+
"step": 670
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 0.3762279662788267,
|
952 |
+
"grad_norm": 0.9980689287185669,
|
953 |
+
"learning_rate": 7.863675700402526e-05,
|
954 |
+
"loss": 1.6403,
|
955 |
+
"step": 675
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 0.3790148401031143,
|
959 |
+
"grad_norm": 0.843333899974823,
|
960 |
+
"learning_rate": 7.823675696252524e-05,
|
961 |
+
"loss": 1.7583,
|
962 |
+
"step": 680
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.3818017139274019,
|
966 |
+
"grad_norm": 0.8417442440986633,
|
967 |
+
"learning_rate": 7.783408572295174e-05,
|
968 |
+
"loss": 1.6938,
|
969 |
+
"step": 685
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.3845885877516895,
|
973 |
+
"grad_norm": 0.8940498232841492,
|
974 |
+
"learning_rate": 7.742878137801639e-05,
|
975 |
+
"loss": 1.6737,
|
976 |
+
"step": 690
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.38737546157597713,
|
980 |
+
"grad_norm": 0.8713932633399963,
|
981 |
+
"learning_rate": 7.702088226952258e-05,
|
982 |
+
"loss": 1.6435,
|
983 |
+
"step": 695
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.39016233540026474,
|
987 |
+
"grad_norm": 0.9215396046638489,
|
988 |
+
"learning_rate": 7.661042698473853e-05,
|
989 |
+
"loss": 1.5994,
|
990 |
+
"step": 700
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 0.39294920922455234,
|
994 |
+
"grad_norm": 0.8360981941223145,
|
995 |
+
"learning_rate": 7.619745435274667e-05,
|
996 |
+
"loss": 1.6511,
|
997 |
+
"step": 705
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 0.39573608304883995,
|
1001 |
+
"grad_norm": 0.9177049398422241,
|
1002 |
+
"learning_rate": 7.578200344077073e-05,
|
1003 |
+
"loss": 1.6655,
|
1004 |
+
"step": 710
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.39852295687312755,
|
1008 |
+
"grad_norm": 0.8501256108283997,
|
1009 |
+
"learning_rate": 7.536411355047964e-05,
|
1010 |
+
"loss": 1.659,
|
1011 |
+
"step": 715
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.40130983069741516,
|
1015 |
+
"grad_norm": 0.8666147589683533,
|
1016 |
+
"learning_rate": 7.494382421426984e-05,
|
1017 |
+
"loss": 1.7046,
|
1018 |
+
"step": 720
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 0.40409670452170277,
|
1022 |
+
"grad_norm": 0.8096281290054321,
|
1023 |
+
"learning_rate": 7.452117519152542e-05,
|
1024 |
+
"loss": 1.6108,
|
1025 |
+
"step": 725
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 0.40688357834599037,
|
1029 |
+
"grad_norm": 1.0028629302978516,
|
1030 |
+
"learning_rate": 7.409620646485685e-05,
|
1031 |
+
"loss": 1.6302,
|
1032 |
+
"step": 730
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 0.409670452170278,
|
1036 |
+
"grad_norm": 0.8731248378753662,
|
1037 |
+
"learning_rate": 7.36689582363187e-05,
|
1038 |
+
"loss": 1.6784,
|
1039 |
+
"step": 735
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 0.4124573259945656,
|
1043 |
+
"grad_norm": 0.9034931659698486,
|
1044 |
+
"learning_rate": 7.323947092360649e-05,
|
1045 |
+
"loss": 1.5845,
|
1046 |
+
"step": 740
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 0.4152441998188532,
|
1050 |
+
"grad_norm": 0.9129267334938049,
|
1051 |
+
"learning_rate": 7.280778515623314e-05,
|
1052 |
+
"loss": 1.7366,
|
1053 |
+
"step": 745
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.4180310736431408,
|
1057 |
+
"grad_norm": 0.9088048338890076,
|
1058 |
+
"learning_rate": 7.237394177168548e-05,
|
1059 |
+
"loss": 1.7065,
|
1060 |
+
"step": 750
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 0.4208179474674284,
|
1064 |
+
"grad_norm": 0.9397730827331543,
|
1065 |
+
"learning_rate": 7.193798181156095e-05,
|
1066 |
+
"loss": 1.7012,
|
1067 |
+
"step": 755
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 0.423604821291716,
|
1071 |
+
"grad_norm": 0.9324731230735779,
|
1072 |
+
"learning_rate": 7.149994651768514e-05,
|
1073 |
+
"loss": 1.5474,
|
1074 |
+
"step": 760
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 0.4263916951160036,
|
1078 |
+
"grad_norm": 0.9360097646713257,
|
1079 |
+
"learning_rate": 7.10598773282103e-05,
|
1080 |
+
"loss": 1.6602,
|
1081 |
+
"step": 765
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 0.4291785689402912,
|
1085 |
+
"grad_norm": 0.9703853130340576,
|
1086 |
+
"learning_rate": 7.061781587369519e-05,
|
1087 |
+
"loss": 1.7305,
|
1088 |
+
"step": 770
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 0.4319654427645788,
|
1092 |
+
"grad_norm": 0.9043810367584229,
|
1093 |
+
"learning_rate": 7.017380397316695e-05,
|
1094 |
+
"loss": 1.6131,
|
1095 |
+
"step": 775
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.4347523165888664,
|
1099 |
+
"grad_norm": 0.8870768547058105,
|
1100 |
+
"learning_rate": 6.972788363016497e-05,
|
1101 |
+
"loss": 1.5668,
|
1102 |
+
"step": 780
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 0.43753919041315403,
|
1106 |
+
"grad_norm": 0.9383454918861389,
|
1107 |
+
"learning_rate": 6.92800970287674e-05,
|
1108 |
+
"loss": 1.6773,
|
1109 |
+
"step": 785
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 0.44032606423744164,
|
1113 |
+
"grad_norm": 0.8532437682151794,
|
1114 |
+
"learning_rate": 6.883048652960038e-05,
|
1115 |
+
"loss": 1.6602,
|
1116 |
+
"step": 790
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 0.44311293806172924,
|
1120 |
+
"grad_norm": 0.8915623426437378,
|
1121 |
+
"learning_rate": 6.837909466583095e-05,
|
1122 |
+
"loss": 1.6778,
|
1123 |
+
"step": 795
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 0.44589981188601685,
|
1127 |
+
"grad_norm": 0.840151846408844,
|
1128 |
+
"learning_rate": 6.792596413914324e-05,
|
1129 |
+
"loss": 1.5566,
|
1130 |
+
"step": 800
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 0.44868668571030446,
|
1134 |
+
"grad_norm": 0.8808228969573975,
|
1135 |
+
"learning_rate": 6.747113781569892e-05,
|
1136 |
+
"loss": 1.6819,
|
1137 |
+
"step": 805
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.45147355953459206,
|
1141 |
+
"grad_norm": 0.9224216938018799,
|
1142 |
+
"learning_rate": 6.701465872208216e-05,
|
1143 |
+
"loss": 1.7057,
|
1144 |
+
"step": 810
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 0.45426043335887967,
|
1148 |
+
"grad_norm": 1.0062270164489746,
|
1149 |
+
"learning_rate": 6.655657004122916e-05,
|
1150 |
+
"loss": 1.719,
|
1151 |
+
"step": 815
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 0.4570473071831673,
|
1155 |
+
"grad_norm": 0.9544162154197693,
|
1156 |
+
"learning_rate": 6.60969151083432e-05,
|
1157 |
+
"loss": 1.657,
|
1158 |
+
"step": 820
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 0.4598341810074549,
|
1162 |
+
"grad_norm": 0.8740416169166565,
|
1163 |
+
"learning_rate": 6.563573740679496e-05,
|
1164 |
+
"loss": 1.645,
|
1165 |
+
"step": 825
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 0.4626210548317425,
|
1169 |
+
"grad_norm": 0.8866944313049316,
|
1170 |
+
"learning_rate": 6.517308056400917e-05,
|
1171 |
+
"loss": 1.6446,
|
1172 |
+
"step": 830
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 0.4654079286560301,
|
1176 |
+
"grad_norm": 0.9224971532821655,
|
1177 |
+
"learning_rate": 6.470898834733731e-05,
|
1178 |
+
"loss": 1.6384,
|
1179 |
+
"step": 835
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.4681948024803177,
|
1183 |
+
"grad_norm": 0.8925870656967163,
|
1184 |
+
"learning_rate": 6.42435046599173e-05,
|
1185 |
+
"loss": 1.6455,
|
1186 |
+
"step": 840
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 0.4709816763046053,
|
1190 |
+
"grad_norm": 0.9226738810539246,
|
1191 |
+
"learning_rate": 6.377667353652022e-05,
|
1192 |
+
"loss": 1.6799,
|
1193 |
+
"step": 845
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 0.4737685501288929,
|
1197 |
+
"grad_norm": 0.9104128479957581,
|
1198 |
+
"learning_rate": 6.330853913938466e-05,
|
1199 |
+
"loss": 1.6267,
|
1200 |
+
"step": 850
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 0.4765554239531805,
|
1204 |
+
"grad_norm": 0.912969708442688,
|
1205 |
+
"learning_rate": 6.283914575403888e-05,
|
1206 |
+
"loss": 1.716,
|
1207 |
+
"step": 855
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 0.4793422977774681,
|
1211 |
+
"grad_norm": 0.9142662882804871,
|
1212 |
+
"learning_rate": 6.236853778511156e-05,
|
1213 |
+
"loss": 1.6619,
|
1214 |
+
"step": 860
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 0.4821291716017557,
|
1218 |
+
"grad_norm": 0.9380782842636108,
|
1219 |
+
"learning_rate": 6.189675975213094e-05,
|
1220 |
+
"loss": 1.6578,
|
1221 |
+
"step": 865
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.48491604542604333,
|
1225 |
+
"grad_norm": 0.9225218296051025,
|
1226 |
+
"learning_rate": 6.142385628531342e-05,
|
1227 |
+
"loss": 1.6891,
|
1228 |
+
"step": 870
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 0.48770291925033094,
|
1232 |
+
"grad_norm": 0.9732077121734619,
|
1233 |
+
"learning_rate": 6.09498721213414e-05,
|
1234 |
+
"loss": 1.6008,
|
1235 |
+
"step": 875
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 0.49048979307461854,
|
1239 |
+
"grad_norm": 0.9870405197143555,
|
1240 |
+
"learning_rate": 6.047485209913137e-05,
|
1241 |
+
"loss": 1.7372,
|
1242 |
+
"step": 880
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 0.49327666689890615,
|
1246 |
+
"grad_norm": 0.8708714246749878,
|
1247 |
+
"learning_rate": 5.999884115559192e-05,
|
1248 |
+
"loss": 1.6317,
|
1249 |
+
"step": 885
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 0.49606354072319375,
|
1253 |
+
"grad_norm": 0.8490287065505981,
|
1254 |
+
"learning_rate": 5.952188432137293e-05,
|
1255 |
+
"loss": 1.6514,
|
1256 |
+
"step": 890
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 0.49885041454748136,
|
1260 |
+
"grad_norm": 0.7740074992179871,
|
1261 |
+
"learning_rate": 5.90440267166055e-05,
|
1262 |
+
"loss": 1.6091,
|
1263 |
+
"step": 895
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.501637288371769,
|
1267 |
+
"grad_norm": 0.9218555092811584,
|
1268 |
+
"learning_rate": 5.8565313546633684e-05,
|
1269 |
+
"loss": 1.674,
|
1270 |
+
"step": 900
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 0.5044241621960566,
|
1274 |
+
"grad_norm": 0.8074113726615906,
|
1275 |
+
"learning_rate": 5.8085790097738025e-05,
|
1276 |
+
"loss": 1.6567,
|
1277 |
+
"step": 905
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 0.5072110360203442,
|
1281 |
+
"grad_norm": 0.9320290684700012,
|
1282 |
+
"learning_rate": 5.7605501732851475e-05,
|
1283 |
+
"loss": 1.6925,
|
1284 |
+
"step": 910
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 0.5099979098446318,
|
1288 |
+
"grad_norm": 0.8326326012611389,
|
1289 |
+
"learning_rate": 5.712449388726807e-05,
|
1290 |
+
"loss": 1.6909,
|
1291 |
+
"step": 915
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 0.5127847836689194,
|
1295 |
+
"grad_norm": 0.9022158980369568,
|
1296 |
+
"learning_rate": 5.664281206434472e-05,
|
1297 |
+
"loss": 1.6075,
|
1298 |
+
"step": 920
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 0.515571657493207,
|
1302 |
+
"grad_norm": 0.8791519999504089,
|
1303 |
+
"learning_rate": 5.616050183119663e-05,
|
1304 |
+
"loss": 1.7011,
|
1305 |
+
"step": 925
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.5183585313174947,
|
1309 |
+
"grad_norm": 0.876043438911438,
|
1310 |
+
"learning_rate": 5.5677608814386616e-05,
|
1311 |
+
"loss": 1.5478,
|
1312 |
+
"step": 930
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 0.5211454051417822,
|
1316 |
+
"grad_norm": 0.9437665939331055,
|
1317 |
+
"learning_rate": 5.519417869560889e-05,
|
1318 |
+
"loss": 1.6518,
|
1319 |
+
"step": 935
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 0.5239322789660699,
|
1323 |
+
"grad_norm": 0.9788090586662292,
|
1324 |
+
"learning_rate": 5.471025720736747e-05,
|
1325 |
+
"loss": 1.7146,
|
1326 |
+
"step": 940
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 0.5267191527903574,
|
1330 |
+
"grad_norm": 0.861488938331604,
|
1331 |
+
"learning_rate": 5.422589012864996e-05,
|
1332 |
+
"loss": 1.6805,
|
1333 |
+
"step": 945
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 0.5295060266146451,
|
1337 |
+
"grad_norm": 1.008576512336731,
|
1338 |
+
"learning_rate": 5.3741123280596864e-05,
|
1339 |
+
"loss": 1.6012,
|
1340 |
+
"step": 950
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 0.5322929004389326,
|
1344 |
+
"grad_norm": 0.9095168113708496,
|
1345 |
+
"learning_rate": 5.325600252216685e-05,
|
1346 |
+
"loss": 1.6477,
|
1347 |
+
"step": 955
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 0.5350797742632203,
|
1351 |
+
"grad_norm": 0.8760788440704346,
|
1352 |
+
"learning_rate": 5.27705737457985e-05,
|
1353 |
+
"loss": 1.5747,
|
1354 |
+
"step": 960
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 0.5378666480875078,
|
1358 |
+
"grad_norm": 0.9696391224861145,
|
1359 |
+
"learning_rate": 5.228488287306896e-05,
|
1360 |
+
"loss": 1.6249,
|
1361 |
+
"step": 965
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 0.5406535219117955,
|
1365 |
+
"grad_norm": 0.8726052641868591,
|
1366 |
+
"learning_rate": 5.179897585034963e-05,
|
1367 |
+
"loss": 1.6701,
|
1368 |
+
"step": 970
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 0.543440395736083,
|
1372 |
+
"grad_norm": 0.8699939846992493,
|
1373 |
+
"learning_rate": 5.1312898644459776e-05,
|
1374 |
+
"loss": 1.5395,
|
1375 |
+
"step": 975
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 0.5462272695603707,
|
1379 |
+
"grad_norm": 0.9301031827926636,
|
1380 |
+
"learning_rate": 5.0826697238317935e-05,
|
1381 |
+
"loss": 1.6724,
|
1382 |
+
"step": 980
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 0.5490141433846583,
|
1386 |
+
"grad_norm": 0.8767033815383911,
|
1387 |
+
"learning_rate": 5.0340417626592016e-05,
|
1388 |
+
"loss": 1.6492,
|
1389 |
+
"step": 985
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 0.5518010172089458,
|
1393 |
+
"grad_norm": 0.9239912629127502,
|
1394 |
+
"learning_rate": 4.9854105811348216e-05,
|
1395 |
+
"loss": 1.6705,
|
1396 |
+
"step": 990
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 0.5545878910332335,
|
1400 |
+
"grad_norm": 1.0233875513076782,
|
1401 |
+
"learning_rate": 4.936780779769913e-05,
|
1402 |
+
"loss": 1.6758,
|
1403 |
+
"step": 995
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 0.557374764857521,
|
1407 |
+
"grad_norm": 0.9696400165557861,
|
1408 |
+
"learning_rate": 4.888156958945174e-05,
|
1409 |
+
"loss": 1.6276,
|
1410 |
+
"step": 1000
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 0.5601616386818087,
|
1414 |
+
"grad_norm": 0.9741013646125793,
|
1415 |
+
"learning_rate": 4.839543718475543e-05,
|
1416 |
+
"loss": 1.6241,
|
1417 |
+
"step": 1005
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 0.5629485125060962,
|
1421 |
+
"grad_norm": 0.9259172081947327,
|
1422 |
+
"learning_rate": 4.790945657175061e-05,
|
1423 |
+
"loss": 1.6596,
|
1424 |
+
"step": 1010
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 0.5657353863303839,
|
1428 |
+
"grad_norm": 0.9725984930992126,
|
1429 |
+
"learning_rate": 4.742367372421811e-05,
|
1430 |
+
"loss": 1.6663,
|
1431 |
+
"step": 1015
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 0.5685222601546714,
|
1435 |
+
"grad_norm": 1.0007803440093994,
|
1436 |
+
"learning_rate": 4.69381345972302e-05,
|
1437 |
+
"loss": 1.6159,
|
1438 |
+
"step": 1020
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 0.5713091339789591,
|
1442 |
+
"grad_norm": 0.9005650877952576,
|
1443 |
+
"learning_rate": 4.6452885122803205e-05,
|
1444 |
+
"loss": 1.5989,
|
1445 |
+
"step": 1025
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 0.5740960078032467,
|
1449 |
+
"grad_norm": 0.8858962655067444,
|
1450 |
+
"learning_rate": 4.5967971205552194e-05,
|
1451 |
+
"loss": 1.6609,
|
1452 |
+
"step": 1030
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 0.5768828816275343,
|
1456 |
+
"grad_norm": 0.945851743221283,
|
1457 |
+
"learning_rate": 4.548343871834864e-05,
|
1458 |
+
"loss": 1.6605,
|
1459 |
+
"step": 1035
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 0.5796697554518219,
|
1463 |
+
"grad_norm": 0.9151830077171326,
|
1464 |
+
"learning_rate": 4.499933349798067e-05,
|
1465 |
+
"loss": 1.678,
|
1466 |
+
"step": 1040
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 0.5824566292761095,
|
1470 |
+
"grad_norm": 0.9208435416221619,
|
1471 |
+
"learning_rate": 4.451570134081694e-05,
|
1472 |
+
"loss": 1.7427,
|
1473 |
+
"step": 1045
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 0.5852435031003971,
|
1477 |
+
"grad_norm": 0.9141213893890381,
|
1478 |
+
"learning_rate": 4.403258799847433e-05,
|
1479 |
+
"loss": 1.62,
|
1480 |
+
"step": 1050
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 0.5880303769246847,
|
1484 |
+
"grad_norm": 1.0249472856521606,
|
1485 |
+
"learning_rate": 4.3550039173489845e-05,
|
1486 |
+
"loss": 1.634,
|
1487 |
+
"step": 1055
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 0.5908172507489723,
|
1491 |
+
"grad_norm": 0.8938164114952087,
|
1492 |
+
"learning_rate": 4.306810051499708e-05,
|
1493 |
+
"loss": 1.562,
|
1494 |
+
"step": 1060
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 0.59360412457326,
|
1498 |
+
"grad_norm": 1.0070486068725586,
|
1499 |
+
"learning_rate": 4.2586817614407895e-05,
|
1500 |
+
"loss": 1.6713,
|
1501 |
+
"step": 1065
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 0.5963909983975475,
|
1505 |
+
"grad_norm": 0.8382595777511597,
|
1506 |
+
"learning_rate": 4.210623600109946e-05,
|
1507 |
+
"loss": 1.5343,
|
1508 |
+
"step": 1070
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 0.5991778722218352,
|
1512 |
+
"grad_norm": 0.9747705459594727,
|
1513 |
+
"learning_rate": 4.162640113810706e-05,
|
1514 |
+
"loss": 1.67,
|
1515 |
+
"step": 1075
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 0.6019647460461227,
|
1519 |
+
"grad_norm": 0.9397943019866943,
|
1520 |
+
"learning_rate": 4.114735841782347e-05,
|
1521 |
+
"loss": 1.705,
|
1522 |
+
"step": 1080
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 0.6047516198704104,
|
1526 |
+
"grad_norm": 0.9868884086608887,
|
1527 |
+
"learning_rate": 4.06691531577047e-05,
|
1528 |
+
"loss": 1.6343,
|
1529 |
+
"step": 1085
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 0.6075384936946979,
|
1533 |
+
"grad_norm": 0.9283191561698914,
|
1534 |
+
"learning_rate": 4.019183059598296e-05,
|
1535 |
+
"loss": 1.6226,
|
1536 |
+
"step": 1090
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 0.6103253675189856,
|
1540 |
+
"grad_norm": 0.8564023971557617,
|
1541 |
+
"learning_rate": 3.971543588738724e-05,
|
1542 |
+
"loss": 1.6206,
|
1543 |
+
"step": 1095
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 0.6131122413432731,
|
1547 |
+
"grad_norm": 0.9272263050079346,
|
1548 |
+
"learning_rate": 3.924001409887158e-05,
|
1549 |
+
"loss": 1.5952,
|
1550 |
+
"step": 1100
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 0.6158991151675608,
|
1554 |
+
"grad_norm": 0.9421799778938293,
|
1555 |
+
"learning_rate": 3.87656102053517e-05,
|
1556 |
+
"loss": 1.6356,
|
1557 |
+
"step": 1105
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 0.6186859889918483,
|
1561 |
+
"grad_norm": 0.918296217918396,
|
1562 |
+
"learning_rate": 3.8292269085450474e-05,
|
1563 |
+
"loss": 1.6143,
|
1564 |
+
"step": 1110
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 0.621472862816136,
|
1568 |
+
"grad_norm": 0.9440540671348572,
|
1569 |
+
"learning_rate": 3.782003551725236e-05,
|
1570 |
+
"loss": 1.6928,
|
1571 |
+
"step": 1115
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 0.6242597366404236,
|
1575 |
+
"grad_norm": 0.8987861275672913,
|
1576 |
+
"learning_rate": 3.734895417406734e-05,
|
1577 |
+
"loss": 1.6571,
|
1578 |
+
"step": 1120
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 0.6270466104647112,
|
1582 |
+
"grad_norm": 0.9039310216903687,
|
1583 |
+
"learning_rate": 3.687906962020491e-05,
|
1584 |
+
"loss": 1.6862,
|
1585 |
+
"step": 1125
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 0.6298334842889988,
|
1589 |
+
"grad_norm": 0.9794312119483948,
|
1590 |
+
"learning_rate": 3.641042630675829e-05,
|
1591 |
+
"loss": 1.6843,
|
1592 |
+
"step": 1130
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 0.6326203581132864,
|
1596 |
+
"grad_norm": 0.9151976704597473,
|
1597 |
+
"learning_rate": 3.594306856739924e-05,
|
1598 |
+
"loss": 1.602,
|
1599 |
+
"step": 1135
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 0.635407231937574,
|
1603 |
+
"grad_norm": 0.9147221446037292,
|
1604 |
+
"learning_rate": 3.547704061418424e-05,
|
1605 |
+
"loss": 1.6073,
|
1606 |
+
"step": 1140
|
1607 |
+
},
|
1608 |
+
{
|
1609 |
+
"epoch": 0.6381941057618616,
|
1610 |
+
"grad_norm": 0.9955829977989197,
|
1611 |
+
"learning_rate": 3.501238653337194e-05,
|
1612 |
+
"loss": 1.6535,
|
1613 |
+
"step": 1145
|
1614 |
+
},
|
1615 |
+
{
|
1616 |
+
"epoch": 0.6409809795861492,
|
1617 |
+
"grad_norm": 1.0493595600128174,
|
1618 |
+
"learning_rate": 3.4549150281252636e-05,
|
1619 |
+
"loss": 1.6979,
|
1620 |
+
"step": 1150
|
1621 |
+
},
|
1622 |
+
{
|
1623 |
+
"epoch": 0.6437678534104369,
|
1624 |
+
"grad_norm": 0.9534896016120911,
|
1625 |
+
"learning_rate": 3.408737567998993e-05,
|
1626 |
+
"loss": 1.5449,
|
1627 |
+
"step": 1155
|
1628 |
+
},
|
1629 |
+
{
|
1630 |
+
"epoch": 0.6465547272347244,
|
1631 |
+
"grad_norm": 0.9850942492485046,
|
1632 |
+
"learning_rate": 3.362710641347524e-05,
|
1633 |
+
"loss": 1.6989,
|
1634 |
+
"step": 1160
|
1635 |
+
},
|
1636 |
+
{
|
1637 |
+
"epoch": 0.6493416010590121,
|
1638 |
+
"grad_norm": 0.9439795017242432,
|
1639 |
+
"learning_rate": 3.316838602319532e-05,
|
1640 |
+
"loss": 1.6826,
|
1641 |
+
"step": 1165
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 0.6521284748832996,
|
1645 |
+
"grad_norm": 1.0012317895889282,
|
1646 |
+
"learning_rate": 3.271125790411309e-05,
|
1647 |
+
"loss": 1.524,
|
1648 |
+
"step": 1170
|
1649 |
+
},
|
1650 |
+
{
|
1651 |
+
"epoch": 0.6549153487075873,
|
1652 |
+
"grad_norm": 0.9746808409690857,
|
1653 |
+
"learning_rate": 3.225576530056264e-05,
|
1654 |
+
"loss": 1.6796,
|
1655 |
+
"step": 1175
|
1656 |
+
},
|
1657 |
+
{
|
1658 |
+
"epoch": 0.6577022225318748,
|
1659 |
+
"grad_norm": 0.8482115864753723,
|
1660 |
+
"learning_rate": 3.180195130215824e-05,
|
1661 |
+
"loss": 1.6443,
|
1662 |
+
"step": 1180
|
1663 |
+
},
|
1664 |
+
{
|
1665 |
+
"epoch": 0.6604890963561625,
|
1666 |
+
"grad_norm": 1.0496842861175537,
|
1667 |
+
"learning_rate": 3.1349858839717986e-05,
|
1668 |
+
"loss": 1.586,
|
1669 |
+
"step": 1185
|
1670 |
+
},
|
1671 |
+
{
|
1672 |
+
"epoch": 0.66327597018045,
|
1673 |
+
"grad_norm": 0.8761202692985535,
|
1674 |
+
"learning_rate": 3.089953068120271e-05,
|
1675 |
+
"loss": 1.5516,
|
1676 |
+
"step": 1190
|
1677 |
+
},
|
1678 |
+
{
|
1679 |
+
"epoch": 0.6660628440047377,
|
1680 |
+
"grad_norm": 1.058709740638733,
|
1681 |
+
"learning_rate": 3.0451009427669986e-05,
|
1682 |
+
"loss": 1.611,
|
1683 |
+
"step": 1195
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 0.6688497178290252,
|
1687 |
+
"grad_norm": 0.9337294101715088,
|
1688 |
+
"learning_rate": 3.000433750924414e-05,
|
1689 |
+
"loss": 1.6324,
|
1690 |
+
"step": 1200
|
1691 |
+
},
|
1692 |
+
{
|
1693 |
+
"epoch": 0.6716365916533129,
|
1694 |
+
"grad_norm": 0.9224420785903931,
|
1695 |
+
"learning_rate": 2.9559557181102315e-05,
|
1696 |
+
"loss": 1.6494,
|
1697 |
+
"step": 1205
|
1698 |
+
},
|
1699 |
+
{
|
1700 |
+
"epoch": 0.6744234654776005,
|
1701 |
+
"grad_norm": 1.1299585103988647,
|
1702 |
+
"learning_rate": 2.911671051947722e-05,
|
1703 |
+
"loss": 1.5891,
|
1704 |
+
"step": 1210
|
1705 |
+
},
|
1706 |
+
{
|
1707 |
+
"epoch": 0.6772103393018881,
|
1708 |
+
"grad_norm": 0.9998091459274292,
|
1709 |
+
"learning_rate": 2.867583941767657e-05,
|
1710 |
+
"loss": 1.5622,
|
1711 |
+
"step": 1215
|
1712 |
+
},
|
1713 |
+
{
|
1714 |
+
"epoch": 0.6799972131261757,
|
1715 |
+
"grad_norm": 0.9196699261665344,
|
1716 |
+
"learning_rate": 2.823698558212009e-05,
|
1717 |
+
"loss": 1.6298,
|
1718 |
+
"step": 1220
|
1719 |
+
},
|
1720 |
+
{
|
1721 |
+
"epoch": 0.6827840869504633,
|
1722 |
+
"grad_norm": 0.9296634793281555,
|
1723 |
+
"learning_rate": 2.7800190528394122e-05,
|
1724 |
+
"loss": 1.6035,
|
1725 |
+
"step": 1225
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 0.6855709607747509,
|
1729 |
+
"grad_norm": 0.8991268873214722,
|
1730 |
+
"learning_rate": 2.736549557732405e-05,
|
1731 |
+
"loss": 1.5498,
|
1732 |
+
"step": 1230
|
1733 |
+
},
|
1734 |
+
{
|
1735 |
+
"epoch": 0.6883578345990385,
|
1736 |
+
"grad_norm": 0.9545588493347168,
|
1737 |
+
"learning_rate": 2.693294185106562e-05,
|
1738 |
+
"loss": 1.7968,
|
1739 |
+
"step": 1235
|
1740 |
+
},
|
1741 |
+
{
|
1742 |
+
"epoch": 0.6911447084233261,
|
1743 |
+
"grad_norm": 0.9947872757911682,
|
1744 |
+
"learning_rate": 2.650257026921455e-05,
|
1745 |
+
"loss": 1.673,
|
1746 |
+
"step": 1240
|
1747 |
+
},
|
1748 |
+
{
|
1749 |
+
"epoch": 0.6939315822476138,
|
1750 |
+
"grad_norm": 1.013684630393982,
|
1751 |
+
"learning_rate": 2.607442154493568e-05,
|
1752 |
+
"loss": 1.6995,
|
1753 |
+
"step": 1245
|
1754 |
+
},
|
1755 |
+
{
|
1756 |
+
"epoch": 0.6967184560719013,
|
1757 |
+
"grad_norm": 0.9432601928710938,
|
1758 |
+
"learning_rate": 2.5648536181111438e-05,
|
1759 |
+
"loss": 1.6238,
|
1760 |
+
"step": 1250
|
1761 |
+
},
|
1762 |
+
{
|
1763 |
+
"epoch": 0.699505329896189,
|
1764 |
+
"grad_norm": 0.9840952157974243,
|
1765 |
+
"learning_rate": 2.5224954466510274e-05,
|
1766 |
+
"loss": 1.6116,
|
1767 |
+
"step": 1255
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 0.7022922037204765,
|
1771 |
+
"grad_norm": 0.9281061291694641,
|
1772 |
+
"learning_rate": 2.480371647197538e-05,
|
1773 |
+
"loss": 1.6705,
|
1774 |
+
"step": 1260
|
1775 |
+
},
|
1776 |
+
{
|
1777 |
+
"epoch": 0.7050790775447642,
|
1778 |
+
"grad_norm": 0.9922870397567749,
|
1779 |
+
"learning_rate": 2.438486204663391e-05,
|
1780 |
+
"loss": 1.6893,
|
1781 |
+
"step": 1265
|
1782 |
+
},
|
1783 |
+
{
|
1784 |
+
"epoch": 0.7078659513690517,
|
1785 |
+
"grad_norm": 0.9433642029762268,
|
1786 |
+
"learning_rate": 2.3968430814127385e-05,
|
1787 |
+
"loss": 1.674,
|
1788 |
+
"step": 1270
|
1789 |
+
},
|
1790 |
+
{
|
1791 |
+
"epoch": 0.7106528251933394,
|
1792 |
+
"grad_norm": 0.9409830570220947,
|
1793 |
+
"learning_rate": 2.3554462168863085e-05,
|
1794 |
+
"loss": 1.6519,
|
1795 |
+
"step": 1275
|
1796 |
+
},
|
1797 |
+
{
|
1798 |
+
"epoch": 0.7134396990176269,
|
1799 |
+
"grad_norm": 0.9217763543128967,
|
1800 |
+
"learning_rate": 2.314299527228759e-05,
|
1801 |
+
"loss": 1.6384,
|
1802 |
+
"step": 1280
|
1803 |
+
},
|
1804 |
+
{
|
1805 |
+
"epoch": 0.7162265728419146,
|
1806 |
+
"grad_norm": 0.8798460364341736,
|
1807 |
+
"learning_rate": 2.2734069049181882e-05,
|
1808 |
+
"loss": 1.6243,
|
1809 |
+
"step": 1285
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 0.7190134466662021,
|
1813 |
+
"grad_norm": 0.9369103908538818,
|
1814 |
+
"learning_rate": 2.2327722183979212e-05,
|
1815 |
+
"loss": 1.6331,
|
1816 |
+
"step": 1290
|
1817 |
+
},
|
1818 |
+
{
|
1819 |
+
"epoch": 0.7218003204904898,
|
1820 |
+
"grad_norm": 0.9402239918708801,
|
1821 |
+
"learning_rate": 2.1923993117105462e-05,
|
1822 |
+
"loss": 1.6124,
|
1823 |
+
"step": 1295
|
1824 |
+
},
|
1825 |
+
{
|
1826 |
+
"epoch": 0.7245871943147774,
|
1827 |
+
"grad_norm": 1.0770180225372314,
|
1828 |
+
"learning_rate": 2.1522920041342704e-05,
|
1829 |
+
"loss": 1.6276,
|
1830 |
+
"step": 1300
|
1831 |
+
},
|
1832 |
+
{
|
1833 |
+
"epoch": 0.727374068139065,
|
1834 |
+
"grad_norm": 0.9942741990089417,
|
1835 |
+
"learning_rate": 2.1124540898216248e-05,
|
1836 |
+
"loss": 1.6543,
|
1837 |
+
"step": 1305
|
1838 |
+
},
|
1839 |
+
{
|
1840 |
+
"epoch": 0.7301609419633526,
|
1841 |
+
"grad_norm": 0.9097809195518494,
|
1842 |
+
"learning_rate": 2.0728893374405166e-05,
|
1843 |
+
"loss": 1.5341,
|
1844 |
+
"step": 1310
|
1845 |
+
},
|
1846 |
+
{
|
1847 |
+
"epoch": 0.7329478157876402,
|
1848 |
+
"grad_norm": 0.9943116307258606,
|
1849 |
+
"learning_rate": 2.033601489817738e-05,
|
1850 |
+
"loss": 1.7465,
|
1851 |
+
"step": 1315
|
1852 |
+
},
|
1853 |
+
{
|
1854 |
+
"epoch": 0.7357346896119278,
|
1855 |
+
"grad_norm": 0.9960694313049316,
|
1856 |
+
"learning_rate": 1.9945942635848748e-05,
|
1857 |
+
"loss": 1.6835,
|
1858 |
+
"step": 1320
|
1859 |
+
},
|
1860 |
+
{
|
1861 |
+
"epoch": 0.7385215634362154,
|
1862 |
+
"grad_norm": 0.9358818531036377,
|
1863 |
+
"learning_rate": 1.9558713488267238e-05,
|
1864 |
+
"loss": 1.6585,
|
1865 |
+
"step": 1325
|
1866 |
+
},
|
1867 |
+
{
|
1868 |
+
"epoch": 0.741308437260503,
|
1869 |
+
"grad_norm": 0.9540205597877502,
|
1870 |
+
"learning_rate": 1.917436408732208e-05,
|
1871 |
+
"loss": 1.6298,
|
1872 |
+
"step": 1330
|
1873 |
+
},
|
1874 |
+
{
|
1875 |
+
"epoch": 0.7440953110847907,
|
1876 |
+
"grad_norm": 1.0423612594604492,
|
1877 |
+
"learning_rate": 1.8792930792478357e-05,
|
1878 |
+
"loss": 1.6291,
|
1879 |
+
"step": 1335
|
1880 |
+
},
|
1881 |
+
{
|
1882 |
+
"epoch": 0.7468821849090782,
|
1883 |
+
"grad_norm": 1.0178053379058838,
|
1884 |
+
"learning_rate": 1.8414449687337464e-05,
|
1885 |
+
"loss": 1.5844,
|
1886 |
+
"step": 1340
|
1887 |
+
},
|
1888 |
+
{
|
1889 |
+
"epoch": 0.7496690587333659,
|
1890 |
+
"grad_norm": 0.9405874013900757,
|
1891 |
+
"learning_rate": 1.8038956576223504e-05,
|
1892 |
+
"loss": 1.5531,
|
1893 |
+
"step": 1345
|
1894 |
+
},
|
1895 |
+
{
|
1896 |
+
"epoch": 0.7524559325576534,
|
1897 |
+
"grad_norm": 0.9561493396759033,
|
1898 |
+
"learning_rate": 1.766648698079635e-05,
|
1899 |
+
"loss": 1.6504,
|
1900 |
+
"step": 1350
|
1901 |
+
},
|
1902 |
+
{
|
1903 |
+
"epoch": 0.7552428063819411,
|
1904 |
+
"grad_norm": 0.9773407578468323,
|
1905 |
+
"learning_rate": 1.7297076136691072e-05,
|
1906 |
+
"loss": 1.7289,
|
1907 |
+
"step": 1355
|
1908 |
+
},
|
1909 |
+
{
|
1910 |
+
"epoch": 0.7580296802062286,
|
1911 |
+
"grad_norm": 1.024316430091858,
|
1912 |
+
"learning_rate": 1.6930758990184875e-05,
|
1913 |
+
"loss": 1.6495,
|
1914 |
+
"step": 1360
|
1915 |
+
},
|
1916 |
+
{
|
1917 |
+
"epoch": 0.7608165540305163,
|
1918 |
+
"grad_norm": 1.1461398601531982,
|
1919 |
+
"learning_rate": 1.6567570194891024e-05,
|
1920 |
+
"loss": 1.63,
|
1921 |
+
"step": 1365
|
1922 |
+
},
|
1923 |
+
{
|
1924 |
+
"epoch": 0.7636034278548038,
|
1925 |
+
"grad_norm": 1.1386655569076538,
|
1926 |
+
"learning_rate": 1.620754410848069e-05,
|
1927 |
+
"loss": 1.647,
|
1928 |
+
"step": 1370
|
1929 |
+
},
|
1930 |
+
{
|
1931 |
+
"epoch": 0.7663903016790915,
|
1932 |
+
"grad_norm": 0.9157811999320984,
|
1933 |
+
"learning_rate": 1.5850714789432663e-05,
|
1934 |
+
"loss": 1.659,
|
1935 |
+
"step": 1375
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"epoch": 0.769177175503379,
|
1939 |
+
"grad_norm": 1.0108404159545898,
|
1940 |
+
"learning_rate": 1.549711599381145e-05,
|
1941 |
+
"loss": 1.6671,
|
1942 |
+
"step": 1380
|
1943 |
+
},
|
1944 |
+
{
|
1945 |
+
"epoch": 0.7719640493276667,
|
1946 |
+
"grad_norm": 0.8621100783348083,
|
1947 |
+
"learning_rate": 1.5146781172073959e-05,
|
1948 |
+
"loss": 1.6478,
|
1949 |
+
"step": 1385
|
1950 |
+
},
|
1951 |
+
{
|
1952 |
+
"epoch": 0.7747509231519543,
|
1953 |
+
"grad_norm": 0.957285463809967,
|
1954 |
+
"learning_rate": 1.479974346590503e-05,
|
1955 |
+
"loss": 1.6313,
|
1956 |
+
"step": 1390
|
1957 |
+
},
|
1958 |
+
{
|
1959 |
+
"epoch": 0.7775377969762419,
|
1960 |
+
"grad_norm": 0.9681037068367004,
|
1961 |
+
"learning_rate": 1.4456035705082349e-05,
|
1962 |
+
"loss": 1.5881,
|
1963 |
+
"step": 1395
|
1964 |
+
},
|
1965 |
+
{
|
1966 |
+
"epoch": 0.7803246708005295,
|
1967 |
+
"grad_norm": 0.9414888620376587,
|
1968 |
+
"learning_rate": 1.4115690404370551e-05,
|
1969 |
+
"loss": 1.6011,
|
1970 |
+
"step": 1400
|
1971 |
+
},
|
1972 |
+
{
|
1973 |
+
"epoch": 0.7831115446248171,
|
1974 |
+
"grad_norm": 0.9640589952468872,
|
1975 |
+
"learning_rate": 1.3778739760445552e-05,
|
1976 |
+
"loss": 1.623,
|
1977 |
+
"step": 1405
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 0.7858984184491047,
|
1981 |
+
"grad_norm": 0.9019273519515991,
|
1982 |
+
"learning_rate": 1.344521564884858e-05,
|
1983 |
+
"loss": 1.6779,
|
1984 |
+
"step": 1410
|
1985 |
+
},
|
1986 |
+
{
|
1987 |
+
"epoch": 0.7886852922733923,
|
1988 |
+
"grad_norm": 0.9059531688690186,
|
1989 |
+
"learning_rate": 1.3115149620970795e-05,
|
1990 |
+
"loss": 1.6783,
|
1991 |
+
"step": 1415
|
1992 |
+
},
|
1993 |
+
{
|
1994 |
+
"epoch": 0.7914721660976799,
|
1995 |
+
"grad_norm": 0.9945409297943115,
|
1996 |
+
"learning_rate": 1.2788572901068552e-05,
|
1997 |
+
"loss": 1.629,
|
1998 |
+
"step": 1420
|
1999 |
+
},
|
2000 |
+
{
|
2001 |
+
"epoch": 0.7942590399219676,
|
2002 |
+
"grad_norm": 1.0185166597366333,
|
2003 |
+
"learning_rate": 1.2465516383309551e-05,
|
2004 |
+
"loss": 1.6547,
|
2005 |
+
"step": 1425
|
2006 |
+
},
|
2007 |
+
{
|
2008 |
+
"epoch": 0.7970459137462551,
|
2009 |
+
"grad_norm": 1.0051592588424683,
|
2010 |
+
"learning_rate": 1.2146010628850268e-05,
|
2011 |
+
"loss": 1.7016,
|
2012 |
+
"step": 1430
|
2013 |
+
},
|
2014 |
+
{
|
2015 |
+
"epoch": 0.7998327875705428,
|
2016 |
+
"grad_norm": 0.9881749749183655,
|
2017 |
+
"learning_rate": 1.183008586294485e-05,
|
2018 |
+
"loss": 1.5857,
|
2019 |
+
"step": 1435
|
2020 |
+
},
|
2021 |
+
{
|
2022 |
+
"epoch": 0.8026196613948303,
|
2023 |
+
"grad_norm": 0.9611209630966187,
|
2024 |
+
"learning_rate": 1.151777197208585e-05,
|
2025 |
+
"loss": 1.6027,
|
2026 |
+
"step": 1440
|
2027 |
+
},
|
2028 |
+
{
|
2029 |
+
"epoch": 0.805406535219118,
|
2030 |
+
"grad_norm": 1.0034438371658325,
|
2031 |
+
"learning_rate": 1.1209098501176896e-05,
|
2032 |
+
"loss": 1.6083,
|
2033 |
+
"step": 1445
|
2034 |
+
},
|
2035 |
+
{
|
2036 |
+
"epoch": 0.8081934090434055,
|
2037 |
+
"grad_norm": 0.9777964949607849,
|
2038 |
+
"learning_rate": 1.0904094650737795e-05,
|
2039 |
+
"loss": 1.6016,
|
2040 |
+
"step": 1450
|
2041 |
+
},
|
2042 |
+
{
|
2043 |
+
"epoch": 0.8109802828676932,
|
2044 |
+
"grad_norm": 1.0084513425827026,
|
2045 |
+
"learning_rate": 1.0602789274142133e-05,
|
2046 |
+
"loss": 1.6998,
|
2047 |
+
"step": 1455
|
2048 |
+
},
|
2049 |
+
{
|
2050 |
+
"epoch": 0.8137671566919807,
|
2051 |
+
"grad_norm": 0.9777223467826843,
|
2052 |
+
"learning_rate": 1.0305210874887766e-05,
|
2053 |
+
"loss": 1.5668,
|
2054 |
+
"step": 1460
|
2055 |
+
},
|
2056 |
+
{
|
2057 |
+
"epoch": 0.8165540305162684,
|
2058 |
+
"grad_norm": 0.9857009649276733,
|
2059 |
+
"learning_rate": 1.0011387603900385e-05,
|
2060 |
+
"loss": 1.5977,
|
2061 |
+
"step": 1465
|
2062 |
+
},
|
2063 |
+
{
|
2064 |
+
"epoch": 0.819340904340556,
|
2065 |
+
"grad_norm": 1.0366628170013428,
|
2066 |
+
"learning_rate": 9.7213472568704e-06,
|
2067 |
+
"loss": 1.6536,
|
2068 |
+
"step": 1470
|
2069 |
+
},
|
2070 |
+
{
|
2071 |
+
"epoch": 0.8221277781648436,
|
2072 |
+
"grad_norm": 0.9983012080192566,
|
2073 |
+
"learning_rate": 9.435117271623566e-06,
|
2074 |
+
"loss": 1.4905,
|
2075 |
+
"step": 1475
|
2076 |
+
},
|
2077 |
+
{
|
2078 |
+
"epoch": 0.8249146519891312,
|
2079 |
+
"grad_norm": 1.042453646659851,
|
2080 |
+
"learning_rate": 9.152724725525202e-06,
|
2081 |
+
"loss": 1.636,
|
2082 |
+
"step": 1480
|
2083 |
+
},
|
2084 |
+
{
|
2085 |
+
"epoch": 0.8277015258134188,
|
2086 |
+
"grad_norm": 0.945472776889801,
|
2087 |
+
"learning_rate": 8.87419633291886e-06,
|
2088 |
+
"loss": 1.651,
|
2089 |
+
"step": 1485
|
2090 |
+
},
|
2091 |
+
{
|
2092 |
+
"epoch": 0.8304883996377064,
|
2093 |
+
"grad_norm": 1.0160605907440186,
|
2094 |
+
"learning_rate": 8.599558442598998e-06,
|
2095 |
+
"loss": 1.5852,
|
2096 |
+
"step": 1490
|
2097 |
+
},
|
2098 |
+
{
|
2099 |
+
"epoch": 0.833275273461994,
|
2100 |
+
"grad_norm": 1.047103762626648,
|
2101 |
+
"learning_rate": 8.328837035318448e-06,
|
2102 |
+
"loss": 1.6926,
|
2103 |
+
"step": 1495
|
2104 |
+
},
|
2105 |
+
{
|
2106 |
+
"epoch": 0.8360621472862816,
|
2107 |
+
"grad_norm": 0.9703435897827148,
|
2108 |
+
"learning_rate": 8.06205772133063e-06,
|
2109 |
+
"loss": 1.5367,
|
2110 |
+
"step": 1500
|
2111 |
+
}
|
2112 |
+
],
|
2113 |
+
"logging_steps": 5,
|
2114 |
+
"max_steps": 1795,
|
2115 |
+
"num_input_tokens_seen": 0,
|
2116 |
+
"num_train_epochs": 1,
|
2117 |
+
"save_steps": 500,
|
2118 |
+
"stateful_callbacks": {
|
2119 |
+
"TrainerControl": {
|
2120 |
+
"args": {
|
2121 |
+
"should_epoch_stop": false,
|
2122 |
+
"should_evaluate": false,
|
2123 |
+
"should_log": false,
|
2124 |
+
"should_save": true,
|
2125 |
+
"should_training_stop": false
|
2126 |
+
},
|
2127 |
+
"attributes": {}
|
2128 |
+
}
|
2129 |
+
},
|
2130 |
+
"total_flos": 1.6954415082553344e+16,
|
2131 |
+
"train_batch_size": 1,
|
2132 |
+
"trial_name": null,
|
2133 |
+
"trial_params": null
|
2134 |
+
}
|
checkpoint-1500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be8c0fcf2f8a062ba98a621f2443fdb7418dd260bb1044a8c33b7c88ee37e698
|
3 |
+
size 6161
|
checkpoint-1500/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1795/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen3-1.7B
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.15.2
|
checkpoint-1795/adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen3-1.7B",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 8,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
+
"k_proj",
|
29 |
+
"o_proj",
|
30 |
+
"gate_proj",
|
31 |
+
"v_proj",
|
32 |
+
"down_proj",
|
33 |
+
"up_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
checkpoint-1795/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12f79ac00559ca6230aa3a5a84363d3eb98ba32978abcbf28e1db0f3931bfdf8
|
3 |
+
size 34916720
|
checkpoint-1795/added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
checkpoint-1795/chat_template.jinja
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# 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>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\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" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if message.content is string %}
|
27 |
+
{%- set content = message.content %}
|
28 |
+
{%- else %}
|
29 |
+
{%- set content = '' %}
|
30 |
+
{%- endif %}
|
31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
33 |
+
{%- elif message.role == "assistant" %}
|
34 |
+
{%- set reasoning_content = '' %}
|
35 |
+
{%- if message.reasoning_content is string %}
|
36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
37 |
+
{%- else %}
|
38 |
+
{%- if '</think>' in content %}
|
39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
41 |
+
{%- endif %}
|
42 |
+
{%- endif %}
|
43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
46 |
+
{%- else %}
|
47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
48 |
+
{%- endif %}
|
49 |
+
{%- else %}
|
50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if message.tool_calls %}
|
53 |
+
{%- for tool_call in message.tool_calls %}
|
54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
55 |
+
{{- '\n' }}
|
56 |
+
{%- endif %}
|
57 |
+
{%- if tool_call.function %}
|
58 |
+
{%- set tool_call = tool_call.function %}
|
59 |
+
{%- endif %}
|
60 |
+
{{- '<tool_call>\n{"name": "' }}
|
61 |
+
{{- tool_call.name }}
|
62 |
+
{{- '", "arguments": ' }}
|
63 |
+
{%- if tool_call.arguments is string %}
|
64 |
+
{{- tool_call.arguments }}
|
65 |
+
{%- else %}
|
66 |
+
{{- tool_call.arguments | tojson }}
|
67 |
+
{%- endif %}
|
68 |
+
{{- '}\n</tool_call>' }}
|
69 |
+
{%- endfor %}
|
70 |
+
{%- endif %}
|
71 |
+
{{- '<|im_end|>\n' }}
|
72 |
+
{%- elif message.role == "tool" %}
|
73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
74 |
+
{{- '<|im_start|>user' }}
|
75 |
+
{%- endif %}
|
76 |
+
{{- '\n<tool_response>\n' }}
|
77 |
+
{{- content }}
|
78 |
+
{{- '\n</tool_response>' }}
|
79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
80 |
+
{{- '<|im_end|>\n' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- endif %}
|
83 |
+
{%- endfor %}
|
84 |
+
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant\n' }}
|
86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
88 |
+
{%- endif %}
|
89 |
+
{%- endif %}
|
checkpoint-1795/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1795/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92012cc24158d2ebdc67c0af4ab28995ab35e5d62e69eedef1939107a48c31c6
|
3 |
+
size 70059963
|
checkpoint-1795/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:250560ab3d528161ab3659b120def6e4a9ab4b457e3399603bbcfa40db3efc90
|
3 |
+
size 14645
|
checkpoint-1795/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1eb2e719ba92d61c300d3b21bda51012661191790b1797109a6a81ec3f6ab06
|
3 |
+
size 1465
|
checkpoint-1795/special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
checkpoint-1795/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
3 |
+
size 11422654
|
checkpoint-1795/tokenizer_config.json
ADDED
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"151665": {
|
182 |
+
"content": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"clean_up_tokenization_spaces": false,
|
231 |
+
"eos_token": "<|im_end|>",
|
232 |
+
"errors": "replace",
|
233 |
+
"extra_special_tokens": {},
|
234 |
+
"model_max_length": 131072,
|
235 |
+
"pad_token": "<|endoftext|>",
|
236 |
+
"padding_side": "right",
|
237 |
+
"split_special_tokens": false,
|
238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
239 |
+
"unk_token": null
|
240 |
+
}
|
checkpoint-1795/trainer_state.json
ADDED
@@ -0,0 +1,2547 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 1.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 1795,
|
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.0027868738242876052,
|
14 |
+
"grad_norm": 3.341921806335449,
|
15 |
+
"learning_rate": 2.2222222222222225e-06,
|
16 |
+
"loss": 3.1415,
|
17 |
+
"step": 5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.0055737476485752105,
|
21 |
+
"grad_norm": 3.4862101078033447,
|
22 |
+
"learning_rate": 5e-06,
|
23 |
+
"loss": 3.04,
|
24 |
+
"step": 10
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.008360621472862817,
|
28 |
+
"grad_norm": 3.363572597503662,
|
29 |
+
"learning_rate": 7.777777777777777e-06,
|
30 |
+
"loss": 3.019,
|
31 |
+
"step": 15
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.011147495297150421,
|
35 |
+
"grad_norm": 3.5916693210601807,
|
36 |
+
"learning_rate": 1.0555555555555555e-05,
|
37 |
+
"loss": 3.073,
|
38 |
+
"step": 20
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.013934369121438027,
|
42 |
+
"grad_norm": 3.8997910022735596,
|
43 |
+
"learning_rate": 1.3333333333333333e-05,
|
44 |
+
"loss": 3.0359,
|
45 |
+
"step": 25
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.016721242945725634,
|
49 |
+
"grad_norm": 3.789405345916748,
|
50 |
+
"learning_rate": 1.6111111111111115e-05,
|
51 |
+
"loss": 2.9568,
|
52 |
+
"step": 30
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.019508116770013236,
|
56 |
+
"grad_norm": 2.785924196243286,
|
57 |
+
"learning_rate": 1.888888888888889e-05,
|
58 |
+
"loss": 2.6633,
|
59 |
+
"step": 35
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.022294990594300842,
|
63 |
+
"grad_norm": 2.715925693511963,
|
64 |
+
"learning_rate": 2.1666666666666667e-05,
|
65 |
+
"loss": 2.3416,
|
66 |
+
"step": 40
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.025081864418588447,
|
70 |
+
"grad_norm": 1.851042628288269,
|
71 |
+
"learning_rate": 2.4444444444444445e-05,
|
72 |
+
"loss": 2.304,
|
73 |
+
"step": 45
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.027868738242876053,
|
77 |
+
"grad_norm": 1.1627306938171387,
|
78 |
+
"learning_rate": 2.7222222222222223e-05,
|
79 |
+
"loss": 2.0913,
|
80 |
+
"step": 50
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.03065561206716366,
|
84 |
+
"grad_norm": 0.8980898857116699,
|
85 |
+
"learning_rate": 3e-05,
|
86 |
+
"loss": 1.9108,
|
87 |
+
"step": 55
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.03344248589145127,
|
91 |
+
"grad_norm": 0.741324245929718,
|
92 |
+
"learning_rate": 3.277777777777778e-05,
|
93 |
+
"loss": 1.989,
|
94 |
+
"step": 60
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.03622935971573887,
|
98 |
+
"grad_norm": 0.6890819668769836,
|
99 |
+
"learning_rate": 3.555555555555556e-05,
|
100 |
+
"loss": 1.8792,
|
101 |
+
"step": 65
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.03901623354002647,
|
105 |
+
"grad_norm": 0.6898017525672913,
|
106 |
+
"learning_rate": 3.8333333333333334e-05,
|
107 |
+
"loss": 1.7895,
|
108 |
+
"step": 70
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.04180310736431408,
|
112 |
+
"grad_norm": 0.6752148866653442,
|
113 |
+
"learning_rate": 4.111111111111111e-05,
|
114 |
+
"loss": 1.8742,
|
115 |
+
"step": 75
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.044589981188601684,
|
119 |
+
"grad_norm": 0.6477967500686646,
|
120 |
+
"learning_rate": 4.388888888888889e-05,
|
121 |
+
"loss": 1.7473,
|
122 |
+
"step": 80
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.04737685501288929,
|
126 |
+
"grad_norm": 0.6459152698516846,
|
127 |
+
"learning_rate": 4.666666666666667e-05,
|
128 |
+
"loss": 1.8558,
|
129 |
+
"step": 85
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.050163728837176895,
|
133 |
+
"grad_norm": 0.6237108707427979,
|
134 |
+
"learning_rate": 4.9444444444444446e-05,
|
135 |
+
"loss": 1.7931,
|
136 |
+
"step": 90
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.0529506026614645,
|
140 |
+
"grad_norm": 0.6388494968414307,
|
141 |
+
"learning_rate": 5.222222222222223e-05,
|
142 |
+
"loss": 1.7712,
|
143 |
+
"step": 95
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.055737476485752106,
|
147 |
+
"grad_norm": 0.686677098274231,
|
148 |
+
"learning_rate": 5.500000000000001e-05,
|
149 |
+
"loss": 1.7316,
|
150 |
+
"step": 100
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.05852435031003971,
|
154 |
+
"grad_norm": 0.612424910068512,
|
155 |
+
"learning_rate": 5.7777777777777776e-05,
|
156 |
+
"loss": 1.7602,
|
157 |
+
"step": 105
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.06131122413432732,
|
161 |
+
"grad_norm": 0.8961934447288513,
|
162 |
+
"learning_rate": 6.055555555555555e-05,
|
163 |
+
"loss": 1.8706,
|
164 |
+
"step": 110
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.06409809795861493,
|
168 |
+
"grad_norm": 0.7244030833244324,
|
169 |
+
"learning_rate": 6.333333333333333e-05,
|
170 |
+
"loss": 1.7701,
|
171 |
+
"step": 115
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.06688497178290254,
|
175 |
+
"grad_norm": 0.6804441809654236,
|
176 |
+
"learning_rate": 6.611111111111111e-05,
|
177 |
+
"loss": 1.7833,
|
178 |
+
"step": 120
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.06967184560719013,
|
182 |
+
"grad_norm": 0.6717159152030945,
|
183 |
+
"learning_rate": 6.88888888888889e-05,
|
184 |
+
"loss": 1.8445,
|
185 |
+
"step": 125
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.07245871943147773,
|
189 |
+
"grad_norm": 0.6639799475669861,
|
190 |
+
"learning_rate": 7.166666666666667e-05,
|
191 |
+
"loss": 1.7847,
|
192 |
+
"step": 130
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.07524559325576534,
|
196 |
+
"grad_norm": 0.7095969915390015,
|
197 |
+
"learning_rate": 7.444444444444444e-05,
|
198 |
+
"loss": 1.7281,
|
199 |
+
"step": 135
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.07803246708005294,
|
203 |
+
"grad_norm": 0.8189035654067993,
|
204 |
+
"learning_rate": 7.722222222222223e-05,
|
205 |
+
"loss": 1.7678,
|
206 |
+
"step": 140
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.08081934090434055,
|
210 |
+
"grad_norm": 0.6709702610969543,
|
211 |
+
"learning_rate": 8e-05,
|
212 |
+
"loss": 1.8645,
|
213 |
+
"step": 145
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.08360621472862816,
|
217 |
+
"grad_norm": 0.743190348148346,
|
218 |
+
"learning_rate": 8.277777777777778e-05,
|
219 |
+
"loss": 1.8086,
|
220 |
+
"step": 150
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.08639308855291576,
|
224 |
+
"grad_norm": 0.669023871421814,
|
225 |
+
"learning_rate": 8.555555555555556e-05,
|
226 |
+
"loss": 1.7844,
|
227 |
+
"step": 155
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.08917996237720337,
|
231 |
+
"grad_norm": 0.8071898221969604,
|
232 |
+
"learning_rate": 8.833333333333333e-05,
|
233 |
+
"loss": 1.7379,
|
234 |
+
"step": 160
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.09196683620149097,
|
238 |
+
"grad_norm": 0.7679445743560791,
|
239 |
+
"learning_rate": 9.111111111111112e-05,
|
240 |
+
"loss": 1.706,
|
241 |
+
"step": 165
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.09475371002577858,
|
245 |
+
"grad_norm": 0.7896930575370789,
|
246 |
+
"learning_rate": 9.388888888888889e-05,
|
247 |
+
"loss": 1.7752,
|
248 |
+
"step": 170
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.09754058385006618,
|
252 |
+
"grad_norm": 0.7258396744728088,
|
253 |
+
"learning_rate": 9.666666666666667e-05,
|
254 |
+
"loss": 1.7635,
|
255 |
+
"step": 175
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.10032745767435379,
|
259 |
+
"grad_norm": 0.8085169196128845,
|
260 |
+
"learning_rate": 9.944444444444446e-05,
|
261 |
+
"loss": 1.7449,
|
262 |
+
"step": 180
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.1031143314986414,
|
266 |
+
"grad_norm": 0.7673636674880981,
|
267 |
+
"learning_rate": 9.999848639521432e-05,
|
268 |
+
"loss": 1.7286,
|
269 |
+
"step": 185
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.105901205322929,
|
273 |
+
"grad_norm": 0.7478857040405273,
|
274 |
+
"learning_rate": 9.999233753283091e-05,
|
275 |
+
"loss": 1.7203,
|
276 |
+
"step": 190
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.1086880791472166,
|
280 |
+
"grad_norm": 0.8994764685630798,
|
281 |
+
"learning_rate": 9.998145939378577e-05,
|
282 |
+
"loss": 1.6964,
|
283 |
+
"step": 195
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.11147495297150421,
|
287 |
+
"grad_norm": 0.7851970791816711,
|
288 |
+
"learning_rate": 9.996585300715116e-05,
|
289 |
+
"loss": 1.7513,
|
290 |
+
"step": 200
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.11426182679579182,
|
294 |
+
"grad_norm": 0.7743813395500183,
|
295 |
+
"learning_rate": 9.994551984929175e-05,
|
296 |
+
"loss": 1.7099,
|
297 |
+
"step": 205
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.11704870062007942,
|
301 |
+
"grad_norm": 0.7080249786376953,
|
302 |
+
"learning_rate": 9.992046184372492e-05,
|
303 |
+
"loss": 1.7431,
|
304 |
+
"step": 210
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.11983557444436703,
|
308 |
+
"grad_norm": 0.744627058506012,
|
309 |
+
"learning_rate": 9.989068136093873e-05,
|
310 |
+
"loss": 1.7159,
|
311 |
+
"step": 215
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.12262244826865464,
|
315 |
+
"grad_norm": 0.7715389132499695,
|
316 |
+
"learning_rate": 9.985618121816779e-05,
|
317 |
+
"loss": 1.7696,
|
318 |
+
"step": 220
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.12540932209294225,
|
322 |
+
"grad_norm": 0.7663665413856506,
|
323 |
+
"learning_rate": 9.981696467912664e-05,
|
324 |
+
"loss": 1.7205,
|
325 |
+
"step": 225
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.12819619591722986,
|
329 |
+
"grad_norm": 0.7923425436019897,
|
330 |
+
"learning_rate": 9.97730354537011e-05,
|
331 |
+
"loss": 1.7136,
|
332 |
+
"step": 230
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.13098306974151747,
|
336 |
+
"grad_norm": 0.7929289937019348,
|
337 |
+
"learning_rate": 9.972439769759722e-05,
|
338 |
+
"loss": 1.6462,
|
339 |
+
"step": 235
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.13376994356580507,
|
343 |
+
"grad_norm": 0.845177948474884,
|
344 |
+
"learning_rate": 9.967105601194823e-05,
|
345 |
+
"loss": 1.8031,
|
346 |
+
"step": 240
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.13655681739009268,
|
350 |
+
"grad_norm": 0.7540026307106018,
|
351 |
+
"learning_rate": 9.961301544287922e-05,
|
352 |
+
"loss": 1.6899,
|
353 |
+
"step": 245
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.13934369121438026,
|
357 |
+
"grad_norm": 0.8806189894676208,
|
358 |
+
"learning_rate": 9.955028148102979e-05,
|
359 |
+
"loss": 1.6526,
|
360 |
+
"step": 250
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.14213056503866786,
|
364 |
+
"grad_norm": 0.8206574320793152,
|
365 |
+
"learning_rate": 9.948286006103466e-05,
|
366 |
+
"loss": 1.8233,
|
367 |
+
"step": 255
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.14491743886295547,
|
371 |
+
"grad_norm": 0.8984567523002625,
|
372 |
+
"learning_rate": 9.941075756096226e-05,
|
373 |
+
"loss": 1.7252,
|
374 |
+
"step": 260
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.14770431268724307,
|
378 |
+
"grad_norm": 0.7411919832229614,
|
379 |
+
"learning_rate": 9.933398080171123e-05,
|
380 |
+
"loss": 1.7339,
|
381 |
+
"step": 265
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.15049118651153068,
|
385 |
+
"grad_norm": 0.8030174970626831,
|
386 |
+
"learning_rate": 9.925253704636543e-05,
|
387 |
+
"loss": 1.6934,
|
388 |
+
"step": 270
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.15327806033581828,
|
392 |
+
"grad_norm": 0.7879084944725037,
|
393 |
+
"learning_rate": 9.916643399950656e-05,
|
394 |
+
"loss": 1.7197,
|
395 |
+
"step": 275
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.1560649341601059,
|
399 |
+
"grad_norm": 0.8534114956855774,
|
400 |
+
"learning_rate": 9.907567980648549e-05,
|
401 |
+
"loss": 1.6941,
|
402 |
+
"step": 280
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.1588518079843935,
|
406 |
+
"grad_norm": 0.74381023645401,
|
407 |
+
"learning_rate": 9.898028305265169e-05,
|
408 |
+
"loss": 1.7919,
|
409 |
+
"step": 285
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.1616386818086811,
|
413 |
+
"grad_norm": 0.8476956486701965,
|
414 |
+
"learning_rate": 9.888025276254096e-05,
|
415 |
+
"loss": 1.7417,
|
416 |
+
"step": 290
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.1644255556329687,
|
420 |
+
"grad_norm": 0.8212200403213501,
|
421 |
+
"learning_rate": 9.877559839902184e-05,
|
422 |
+
"loss": 1.7452,
|
423 |
+
"step": 295
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.1672124294572563,
|
427 |
+
"grad_norm": 0.8340197801589966,
|
428 |
+
"learning_rate": 9.86663298624003e-05,
|
429 |
+
"loss": 1.6687,
|
430 |
+
"step": 300
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.16999930328154392,
|
434 |
+
"grad_norm": 0.858363151550293,
|
435 |
+
"learning_rate": 9.855245748948326e-05,
|
436 |
+
"loss": 1.7669,
|
437 |
+
"step": 305
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.17278617710583152,
|
441 |
+
"grad_norm": 0.8392812013626099,
|
442 |
+
"learning_rate": 9.843399205260068e-05,
|
443 |
+
"loss": 1.736,
|
444 |
+
"step": 310
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.17557305093011913,
|
448 |
+
"grad_norm": 0.8345137238502502,
|
449 |
+
"learning_rate": 9.831094475858652e-05,
|
450 |
+
"loss": 1.7264,
|
451 |
+
"step": 315
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.17835992475440673,
|
455 |
+
"grad_norm": 0.8243482708930969,
|
456 |
+
"learning_rate": 9.818332724771857e-05,
|
457 |
+
"loss": 1.7748,
|
458 |
+
"step": 320
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.18114679857869434,
|
462 |
+
"grad_norm": 0.8255311846733093,
|
463 |
+
"learning_rate": 9.805115159261726e-05,
|
464 |
+
"loss": 1.6798,
|
465 |
+
"step": 325
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.18393367240298195,
|
469 |
+
"grad_norm": 0.8170781135559082,
|
470 |
+
"learning_rate": 9.791443029710361e-05,
|
471 |
+
"loss": 1.6542,
|
472 |
+
"step": 330
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.18672054622726955,
|
476 |
+
"grad_norm": 0.8476420044898987,
|
477 |
+
"learning_rate": 9.777317629501636e-05,
|
478 |
+
"loss": 1.6875,
|
479 |
+
"step": 335
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.18950742005155716,
|
483 |
+
"grad_norm": 0.7547033429145813,
|
484 |
+
"learning_rate": 9.762740294898846e-05,
|
485 |
+
"loss": 1.646,
|
486 |
+
"step": 340
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.19229429387584476,
|
490 |
+
"grad_norm": 0.826404869556427,
|
491 |
+
"learning_rate": 9.747712404918286e-05,
|
492 |
+
"loss": 1.6187,
|
493 |
+
"step": 345
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.19508116770013237,
|
497 |
+
"grad_norm": 0.964885950088501,
|
498 |
+
"learning_rate": 9.732235381198813e-05,
|
499 |
+
"loss": 1.7507,
|
500 |
+
"step": 350
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.19786804152441997,
|
504 |
+
"grad_norm": 0.8207951188087463,
|
505 |
+
"learning_rate": 9.716310687867342e-05,
|
506 |
+
"loss": 1.5745,
|
507 |
+
"step": 355
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.20065491534870758,
|
511 |
+
"grad_norm": 0.8143700361251831,
|
512 |
+
"learning_rate": 9.699939831400351e-05,
|
513 |
+
"loss": 1.7754,
|
514 |
+
"step": 360
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.20344178917299519,
|
518 |
+
"grad_norm": 0.811844527721405,
|
519 |
+
"learning_rate": 9.683124360481364e-05,
|
520 |
+
"loss": 1.6993,
|
521 |
+
"step": 365
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.2062286629972828,
|
525 |
+
"grad_norm": 0.8975111842155457,
|
526 |
+
"learning_rate": 9.665865865854445e-05,
|
527 |
+
"loss": 1.6901,
|
528 |
+
"step": 370
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.2090155368215704,
|
532 |
+
"grad_norm": 0.7903837561607361,
|
533 |
+
"learning_rate": 9.648165980173712e-05,
|
534 |
+
"loss": 1.6895,
|
535 |
+
"step": 375
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.211802410645858,
|
539 |
+
"grad_norm": 0.8718327879905701,
|
540 |
+
"learning_rate": 9.630026377848892e-05,
|
541 |
+
"loss": 1.6725,
|
542 |
+
"step": 380
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.2145892844701456,
|
546 |
+
"grad_norm": 0.8131148219108582,
|
547 |
+
"learning_rate": 9.611448774886924e-05,
|
548 |
+
"loss": 1.6874,
|
549 |
+
"step": 385
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.2173761582944332,
|
553 |
+
"grad_norm": 0.8331175446510315,
|
554 |
+
"learning_rate": 9.592434928729616e-05,
|
555 |
+
"loss": 1.7542,
|
556 |
+
"step": 390
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.22016303211872082,
|
560 |
+
"grad_norm": 0.792988121509552,
|
561 |
+
"learning_rate": 9.572986638087396e-05,
|
562 |
+
"loss": 1.7311,
|
563 |
+
"step": 395
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.22294990594300843,
|
567 |
+
"grad_norm": 0.7799636721611023,
|
568 |
+
"learning_rate": 9.553105742769154e-05,
|
569 |
+
"loss": 1.6567,
|
570 |
+
"step": 400
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.22573677976729603,
|
574 |
+
"grad_norm": 0.7864108085632324,
|
575 |
+
"learning_rate": 9.532794123508197e-05,
|
576 |
+
"loss": 1.5611,
|
577 |
+
"step": 405
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.22852365359158364,
|
581 |
+
"grad_norm": 0.8886444568634033,
|
582 |
+
"learning_rate": 9.512053701784329e-05,
|
583 |
+
"loss": 1.6995,
|
584 |
+
"step": 410
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.23131052741587124,
|
588 |
+
"grad_norm": 0.7999454736709595,
|
589 |
+
"learning_rate": 9.490886439642081e-05,
|
590 |
+
"loss": 1.6898,
|
591 |
+
"step": 415
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.23409740124015885,
|
595 |
+
"grad_norm": 0.7729182243347168,
|
596 |
+
"learning_rate": 9.469294339505098e-05,
|
597 |
+
"loss": 1.7204,
|
598 |
+
"step": 420
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.23688427506444645,
|
602 |
+
"grad_norm": 0.8300912380218506,
|
603 |
+
"learning_rate": 9.447279443986716e-05,
|
604 |
+
"loss": 1.6668,
|
605 |
+
"step": 425
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.23967114888873406,
|
609 |
+
"grad_norm": 0.840481698513031,
|
610 |
+
"learning_rate": 9.424843835696724e-05,
|
611 |
+
"loss": 1.704,
|
612 |
+
"step": 430
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.24245802271302166,
|
616 |
+
"grad_norm": 0.9396219253540039,
|
617 |
+
"learning_rate": 9.401989637044355e-05,
|
618 |
+
"loss": 1.6713,
|
619 |
+
"step": 435
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.24524489653730927,
|
623 |
+
"grad_norm": 0.8775554299354553,
|
624 |
+
"learning_rate": 9.3787190100375e-05,
|
625 |
+
"loss": 1.6883,
|
626 |
+
"step": 440
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.24803177036159688,
|
630 |
+
"grad_norm": 0.8623490333557129,
|
631 |
+
"learning_rate": 9.355034156078188e-05,
|
632 |
+
"loss": 1.6783,
|
633 |
+
"step": 445
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.2508186441858845,
|
637 |
+
"grad_norm": 0.806533694267273,
|
638 |
+
"learning_rate": 9.330937315754329e-05,
|
639 |
+
"loss": 1.6853,
|
640 |
+
"step": 450
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.2536055180101721,
|
644 |
+
"grad_norm": 0.8504590392112732,
|
645 |
+
"learning_rate": 9.306430768627753e-05,
|
646 |
+
"loss": 1.6594,
|
647 |
+
"step": 455
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.2563923918344597,
|
651 |
+
"grad_norm": 0.9382562637329102,
|
652 |
+
"learning_rate": 9.281516833018571e-05,
|
653 |
+
"loss": 1.6827,
|
654 |
+
"step": 460
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.2591792656587473,
|
658 |
+
"grad_norm": 0.821978747844696,
|
659 |
+
"learning_rate": 9.256197865785854e-05,
|
660 |
+
"loss": 1.752,
|
661 |
+
"step": 465
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.26196613948303493,
|
665 |
+
"grad_norm": 0.8061692714691162,
|
666 |
+
"learning_rate": 9.230476262104677e-05,
|
667 |
+
"loss": 1.6773,
|
668 |
+
"step": 470
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.26475301330732254,
|
672 |
+
"grad_norm": 0.8759399652481079,
|
673 |
+
"learning_rate": 9.204354455239539e-05,
|
674 |
+
"loss": 1.7003,
|
675 |
+
"step": 475
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.26753988713161014,
|
679 |
+
"grad_norm": 0.8721809387207031,
|
680 |
+
"learning_rate": 9.177834916314165e-05,
|
681 |
+
"loss": 1.6898,
|
682 |
+
"step": 480
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.27032676095589775,
|
686 |
+
"grad_norm": 0.7904046773910522,
|
687 |
+
"learning_rate": 9.150920154077754e-05,
|
688 |
+
"loss": 1.6636,
|
689 |
+
"step": 485
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.27311363478018535,
|
693 |
+
"grad_norm": 0.8828450441360474,
|
694 |
+
"learning_rate": 9.123612714667634e-05,
|
695 |
+
"loss": 1.6945,
|
696 |
+
"step": 490
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.2759005086044729,
|
700 |
+
"grad_norm": 0.7389103174209595,
|
701 |
+
"learning_rate": 9.095915181368412e-05,
|
702 |
+
"loss": 1.7459,
|
703 |
+
"step": 495
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.2786873824287605,
|
707 |
+
"grad_norm": 0.975307285785675,
|
708 |
+
"learning_rate": 9.067830174367586e-05,
|
709 |
+
"loss": 1.7296,
|
710 |
+
"step": 500
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.2814742562530481,
|
714 |
+
"grad_norm": 0.812856137752533,
|
715 |
+
"learning_rate": 9.039360350507679e-05,
|
716 |
+
"loss": 1.696,
|
717 |
+
"step": 505
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.2842611300773357,
|
721 |
+
"grad_norm": 0.8609644770622253,
|
722 |
+
"learning_rate": 9.010508403034898e-05,
|
723 |
+
"loss": 1.6464,
|
724 |
+
"step": 510
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.2870480039016233,
|
728 |
+
"grad_norm": 0.8457721471786499,
|
729 |
+
"learning_rate": 8.98127706134436e-05,
|
730 |
+
"loss": 1.682,
|
731 |
+
"step": 515
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.28983487772591093,
|
735 |
+
"grad_norm": 0.8576518297195435,
|
736 |
+
"learning_rate": 8.951669090721881e-05,
|
737 |
+
"loss": 1.6784,
|
738 |
+
"step": 520
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.29262175155019854,
|
742 |
+
"grad_norm": 0.892368495464325,
|
743 |
+
"learning_rate": 8.921687292082393e-05,
|
744 |
+
"loss": 1.6283,
|
745 |
+
"step": 525
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.29540862537448614,
|
749 |
+
"grad_norm": 0.7966616749763489,
|
750 |
+
"learning_rate": 8.891334501704962e-05,
|
751 |
+
"loss": 1.6898,
|
752 |
+
"step": 530
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.29819549919877375,
|
756 |
+
"grad_norm": 0.9272663593292236,
|
757 |
+
"learning_rate": 8.86061359096449e-05,
|
758 |
+
"loss": 1.6205,
|
759 |
+
"step": 535
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.30098237302306136,
|
763 |
+
"grad_norm": 0.8790031671524048,
|
764 |
+
"learning_rate": 8.829527466060072e-05,
|
765 |
+
"loss": 1.5345,
|
766 |
+
"step": 540
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.30376924684734896,
|
770 |
+
"grad_norm": 0.8462222814559937,
|
771 |
+
"learning_rate": 8.798079067740077e-05,
|
772 |
+
"loss": 1.7664,
|
773 |
+
"step": 545
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.30655612067163657,
|
777 |
+
"grad_norm": 0.8935257792472839,
|
778 |
+
"learning_rate": 8.766271371023948e-05,
|
779 |
+
"loss": 1.6742,
|
780 |
+
"step": 550
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.3093429944959242,
|
784 |
+
"grad_norm": 0.9315011501312256,
|
785 |
+
"learning_rate": 8.73410738492077e-05,
|
786 |
+
"loss": 1.6154,
|
787 |
+
"step": 555
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.3121298683202118,
|
791 |
+
"grad_norm": 0.8667712807655334,
|
792 |
+
"learning_rate": 8.701590152144612e-05,
|
793 |
+
"loss": 1.6356,
|
794 |
+
"step": 560
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.3149167421444994,
|
798 |
+
"grad_norm": 0.9088530540466309,
|
799 |
+
"learning_rate": 8.668722748826693e-05,
|
800 |
+
"loss": 1.6645,
|
801 |
+
"step": 565
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.317703615968787,
|
805 |
+
"grad_norm": 0.8751830458641052,
|
806 |
+
"learning_rate": 8.635508284224371e-05,
|
807 |
+
"loss": 1.7629,
|
808 |
+
"step": 570
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.3204904897930746,
|
812 |
+
"grad_norm": 0.8768523335456848,
|
813 |
+
"learning_rate": 8.601949900427016e-05,
|
814 |
+
"loss": 1.631,
|
815 |
+
"step": 575
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.3232773636173622,
|
819 |
+
"grad_norm": 0.9074881672859192,
|
820 |
+
"learning_rate": 8.568050772058762e-05,
|
821 |
+
"loss": 1.6924,
|
822 |
+
"step": 580
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.3260642374416498,
|
826 |
+
"grad_norm": 0.9533477425575256,
|
827 |
+
"learning_rate": 8.533814105978191e-05,
|
828 |
+
"loss": 1.644,
|
829 |
+
"step": 585
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.3288511112659374,
|
833 |
+
"grad_norm": 0.8163946866989136,
|
834 |
+
"learning_rate": 8.499243140974966e-05,
|
835 |
+
"loss": 1.6587,
|
836 |
+
"step": 590
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.331637985090225,
|
840 |
+
"grad_norm": 0.8785070180892944,
|
841 |
+
"learning_rate": 8.464341147463431e-05,
|
842 |
+
"loss": 1.6666,
|
843 |
+
"step": 595
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.3344248589145126,
|
847 |
+
"grad_norm": 0.8283839821815491,
|
848 |
+
"learning_rate": 8.429111427173241e-05,
|
849 |
+
"loss": 1.5772,
|
850 |
+
"step": 600
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 0.33721173273880023,
|
854 |
+
"grad_norm": 0.8584945797920227,
|
855 |
+
"learning_rate": 8.393557312837018e-05,
|
856 |
+
"loss": 1.6317,
|
857 |
+
"step": 605
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.33999860656308784,
|
861 |
+
"grad_norm": 0.880062997341156,
|
862 |
+
"learning_rate": 8.357682167875062e-05,
|
863 |
+
"loss": 1.7025,
|
864 |
+
"step": 610
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 0.34278548038737544,
|
868 |
+
"grad_norm": 0.9203423261642456,
|
869 |
+
"learning_rate": 8.321489386077192e-05,
|
870 |
+
"loss": 1.6741,
|
871 |
+
"step": 615
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 0.34557235421166305,
|
875 |
+
"grad_norm": 0.917999804019928,
|
876 |
+
"learning_rate": 8.28498239128167e-05,
|
877 |
+
"loss": 1.6954,
|
878 |
+
"step": 620
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 0.34835922803595065,
|
882 |
+
"grad_norm": 0.8408088088035583,
|
883 |
+
"learning_rate": 8.248164637051321e-05,
|
884 |
+
"loss": 1.6443,
|
885 |
+
"step": 625
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.35114610186023826,
|
889 |
+
"grad_norm": 0.908991277217865,
|
890 |
+
"learning_rate": 8.211039606346826e-05,
|
891 |
+
"loss": 1.6907,
|
892 |
+
"step": 630
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 0.35393297568452586,
|
896 |
+
"grad_norm": 0.9045994877815247,
|
897 |
+
"learning_rate": 8.173610811197226e-05,
|
898 |
+
"loss": 1.66,
|
899 |
+
"step": 635
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.35671984950881347,
|
903 |
+
"grad_norm": 0.8032850623130798,
|
904 |
+
"learning_rate": 8.135881792367686e-05,
|
905 |
+
"loss": 1.6538,
|
906 |
+
"step": 640
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 0.3595067233331011,
|
910 |
+
"grad_norm": 0.9243664741516113,
|
911 |
+
"learning_rate": 8.097856119024545e-05,
|
912 |
+
"loss": 1.7321,
|
913 |
+
"step": 645
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.3622935971573887,
|
917 |
+
"grad_norm": 0.9106388092041016,
|
918 |
+
"learning_rate": 8.059537388397665e-05,
|
919 |
+
"loss": 1.6566,
|
920 |
+
"step": 650
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 0.3650804709816763,
|
924 |
+
"grad_norm": 0.9164809584617615,
|
925 |
+
"learning_rate": 8.020929225440137e-05,
|
926 |
+
"loss": 1.6663,
|
927 |
+
"step": 655
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.3678673448059639,
|
931 |
+
"grad_norm": 0.9171935319900513,
|
932 |
+
"learning_rate": 7.98203528248536e-05,
|
933 |
+
"loss": 1.6781,
|
934 |
+
"step": 660
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 0.3706542186302515,
|
938 |
+
"grad_norm": 0.8433538675308228,
|
939 |
+
"learning_rate": 7.942859238901528e-05,
|
940 |
+
"loss": 1.7255,
|
941 |
+
"step": 665
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.3734410924545391,
|
945 |
+
"grad_norm": 0.9780874252319336,
|
946 |
+
"learning_rate": 7.903404800743564e-05,
|
947 |
+
"loss": 1.722,
|
948 |
+
"step": 670
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 0.3762279662788267,
|
952 |
+
"grad_norm": 0.9980689287185669,
|
953 |
+
"learning_rate": 7.863675700402526e-05,
|
954 |
+
"loss": 1.6403,
|
955 |
+
"step": 675
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 0.3790148401031143,
|
959 |
+
"grad_norm": 0.843333899974823,
|
960 |
+
"learning_rate": 7.823675696252524e-05,
|
961 |
+
"loss": 1.7583,
|
962 |
+
"step": 680
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.3818017139274019,
|
966 |
+
"grad_norm": 0.8417442440986633,
|
967 |
+
"learning_rate": 7.783408572295174e-05,
|
968 |
+
"loss": 1.6938,
|
969 |
+
"step": 685
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.3845885877516895,
|
973 |
+
"grad_norm": 0.8940498232841492,
|
974 |
+
"learning_rate": 7.742878137801639e-05,
|
975 |
+
"loss": 1.6737,
|
976 |
+
"step": 690
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.38737546157597713,
|
980 |
+
"grad_norm": 0.8713932633399963,
|
981 |
+
"learning_rate": 7.702088226952258e-05,
|
982 |
+
"loss": 1.6435,
|
983 |
+
"step": 695
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.39016233540026474,
|
987 |
+
"grad_norm": 0.9215396046638489,
|
988 |
+
"learning_rate": 7.661042698473853e-05,
|
989 |
+
"loss": 1.5994,
|
990 |
+
"step": 700
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 0.39294920922455234,
|
994 |
+
"grad_norm": 0.8360981941223145,
|
995 |
+
"learning_rate": 7.619745435274667e-05,
|
996 |
+
"loss": 1.6511,
|
997 |
+
"step": 705
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 0.39573608304883995,
|
1001 |
+
"grad_norm": 0.9177049398422241,
|
1002 |
+
"learning_rate": 7.578200344077073e-05,
|
1003 |
+
"loss": 1.6655,
|
1004 |
+
"step": 710
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.39852295687312755,
|
1008 |
+
"grad_norm": 0.8501256108283997,
|
1009 |
+
"learning_rate": 7.536411355047964e-05,
|
1010 |
+
"loss": 1.659,
|
1011 |
+
"step": 715
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.40130983069741516,
|
1015 |
+
"grad_norm": 0.8666147589683533,
|
1016 |
+
"learning_rate": 7.494382421426984e-05,
|
1017 |
+
"loss": 1.7046,
|
1018 |
+
"step": 720
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 0.40409670452170277,
|
1022 |
+
"grad_norm": 0.8096281290054321,
|
1023 |
+
"learning_rate": 7.452117519152542e-05,
|
1024 |
+
"loss": 1.6108,
|
1025 |
+
"step": 725
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 0.40688357834599037,
|
1029 |
+
"grad_norm": 1.0028629302978516,
|
1030 |
+
"learning_rate": 7.409620646485685e-05,
|
1031 |
+
"loss": 1.6302,
|
1032 |
+
"step": 730
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 0.409670452170278,
|
1036 |
+
"grad_norm": 0.8731248378753662,
|
1037 |
+
"learning_rate": 7.36689582363187e-05,
|
1038 |
+
"loss": 1.6784,
|
1039 |
+
"step": 735
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 0.4124573259945656,
|
1043 |
+
"grad_norm": 0.9034931659698486,
|
1044 |
+
"learning_rate": 7.323947092360649e-05,
|
1045 |
+
"loss": 1.5845,
|
1046 |
+
"step": 740
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 0.4152441998188532,
|
1050 |
+
"grad_norm": 0.9129267334938049,
|
1051 |
+
"learning_rate": 7.280778515623314e-05,
|
1052 |
+
"loss": 1.7366,
|
1053 |
+
"step": 745
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.4180310736431408,
|
1057 |
+
"grad_norm": 0.9088048338890076,
|
1058 |
+
"learning_rate": 7.237394177168548e-05,
|
1059 |
+
"loss": 1.7065,
|
1060 |
+
"step": 750
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 0.4208179474674284,
|
1064 |
+
"grad_norm": 0.9397730827331543,
|
1065 |
+
"learning_rate": 7.193798181156095e-05,
|
1066 |
+
"loss": 1.7012,
|
1067 |
+
"step": 755
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 0.423604821291716,
|
1071 |
+
"grad_norm": 0.9324731230735779,
|
1072 |
+
"learning_rate": 7.149994651768514e-05,
|
1073 |
+
"loss": 1.5474,
|
1074 |
+
"step": 760
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 0.4263916951160036,
|
1078 |
+
"grad_norm": 0.9360097646713257,
|
1079 |
+
"learning_rate": 7.10598773282103e-05,
|
1080 |
+
"loss": 1.6602,
|
1081 |
+
"step": 765
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 0.4291785689402912,
|
1085 |
+
"grad_norm": 0.9703853130340576,
|
1086 |
+
"learning_rate": 7.061781587369519e-05,
|
1087 |
+
"loss": 1.7305,
|
1088 |
+
"step": 770
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 0.4319654427645788,
|
1092 |
+
"grad_norm": 0.9043810367584229,
|
1093 |
+
"learning_rate": 7.017380397316695e-05,
|
1094 |
+
"loss": 1.6131,
|
1095 |
+
"step": 775
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.4347523165888664,
|
1099 |
+
"grad_norm": 0.8870768547058105,
|
1100 |
+
"learning_rate": 6.972788363016497e-05,
|
1101 |
+
"loss": 1.5668,
|
1102 |
+
"step": 780
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 0.43753919041315403,
|
1106 |
+
"grad_norm": 0.9383454918861389,
|
1107 |
+
"learning_rate": 6.92800970287674e-05,
|
1108 |
+
"loss": 1.6773,
|
1109 |
+
"step": 785
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 0.44032606423744164,
|
1113 |
+
"grad_norm": 0.8532437682151794,
|
1114 |
+
"learning_rate": 6.883048652960038e-05,
|
1115 |
+
"loss": 1.6602,
|
1116 |
+
"step": 790
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 0.44311293806172924,
|
1120 |
+
"grad_norm": 0.8915623426437378,
|
1121 |
+
"learning_rate": 6.837909466583095e-05,
|
1122 |
+
"loss": 1.6778,
|
1123 |
+
"step": 795
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 0.44589981188601685,
|
1127 |
+
"grad_norm": 0.840151846408844,
|
1128 |
+
"learning_rate": 6.792596413914324e-05,
|
1129 |
+
"loss": 1.5566,
|
1130 |
+
"step": 800
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 0.44868668571030446,
|
1134 |
+
"grad_norm": 0.8808228969573975,
|
1135 |
+
"learning_rate": 6.747113781569892e-05,
|
1136 |
+
"loss": 1.6819,
|
1137 |
+
"step": 805
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.45147355953459206,
|
1141 |
+
"grad_norm": 0.9224216938018799,
|
1142 |
+
"learning_rate": 6.701465872208216e-05,
|
1143 |
+
"loss": 1.7057,
|
1144 |
+
"step": 810
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 0.45426043335887967,
|
1148 |
+
"grad_norm": 1.0062270164489746,
|
1149 |
+
"learning_rate": 6.655657004122916e-05,
|
1150 |
+
"loss": 1.719,
|
1151 |
+
"step": 815
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 0.4570473071831673,
|
1155 |
+
"grad_norm": 0.9544162154197693,
|
1156 |
+
"learning_rate": 6.60969151083432e-05,
|
1157 |
+
"loss": 1.657,
|
1158 |
+
"step": 820
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 0.4598341810074549,
|
1162 |
+
"grad_norm": 0.8740416169166565,
|
1163 |
+
"learning_rate": 6.563573740679496e-05,
|
1164 |
+
"loss": 1.645,
|
1165 |
+
"step": 825
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 0.4626210548317425,
|
1169 |
+
"grad_norm": 0.8866944313049316,
|
1170 |
+
"learning_rate": 6.517308056400917e-05,
|
1171 |
+
"loss": 1.6446,
|
1172 |
+
"step": 830
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 0.4654079286560301,
|
1176 |
+
"grad_norm": 0.9224971532821655,
|
1177 |
+
"learning_rate": 6.470898834733731e-05,
|
1178 |
+
"loss": 1.6384,
|
1179 |
+
"step": 835
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.4681948024803177,
|
1183 |
+
"grad_norm": 0.8925870656967163,
|
1184 |
+
"learning_rate": 6.42435046599173e-05,
|
1185 |
+
"loss": 1.6455,
|
1186 |
+
"step": 840
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 0.4709816763046053,
|
1190 |
+
"grad_norm": 0.9226738810539246,
|
1191 |
+
"learning_rate": 6.377667353652022e-05,
|
1192 |
+
"loss": 1.6799,
|
1193 |
+
"step": 845
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 0.4737685501288929,
|
1197 |
+
"grad_norm": 0.9104128479957581,
|
1198 |
+
"learning_rate": 6.330853913938466e-05,
|
1199 |
+
"loss": 1.6267,
|
1200 |
+
"step": 850
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 0.4765554239531805,
|
1204 |
+
"grad_norm": 0.912969708442688,
|
1205 |
+
"learning_rate": 6.283914575403888e-05,
|
1206 |
+
"loss": 1.716,
|
1207 |
+
"step": 855
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 0.4793422977774681,
|
1211 |
+
"grad_norm": 0.9142662882804871,
|
1212 |
+
"learning_rate": 6.236853778511156e-05,
|
1213 |
+
"loss": 1.6619,
|
1214 |
+
"step": 860
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 0.4821291716017557,
|
1218 |
+
"grad_norm": 0.9380782842636108,
|
1219 |
+
"learning_rate": 6.189675975213094e-05,
|
1220 |
+
"loss": 1.6578,
|
1221 |
+
"step": 865
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.48491604542604333,
|
1225 |
+
"grad_norm": 0.9225218296051025,
|
1226 |
+
"learning_rate": 6.142385628531342e-05,
|
1227 |
+
"loss": 1.6891,
|
1228 |
+
"step": 870
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 0.48770291925033094,
|
1232 |
+
"grad_norm": 0.9732077121734619,
|
1233 |
+
"learning_rate": 6.09498721213414e-05,
|
1234 |
+
"loss": 1.6008,
|
1235 |
+
"step": 875
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 0.49048979307461854,
|
1239 |
+
"grad_norm": 0.9870405197143555,
|
1240 |
+
"learning_rate": 6.047485209913137e-05,
|
1241 |
+
"loss": 1.7372,
|
1242 |
+
"step": 880
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 0.49327666689890615,
|
1246 |
+
"grad_norm": 0.8708714246749878,
|
1247 |
+
"learning_rate": 5.999884115559192e-05,
|
1248 |
+
"loss": 1.6317,
|
1249 |
+
"step": 885
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 0.49606354072319375,
|
1253 |
+
"grad_norm": 0.8490287065505981,
|
1254 |
+
"learning_rate": 5.952188432137293e-05,
|
1255 |
+
"loss": 1.6514,
|
1256 |
+
"step": 890
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 0.49885041454748136,
|
1260 |
+
"grad_norm": 0.7740074992179871,
|
1261 |
+
"learning_rate": 5.90440267166055e-05,
|
1262 |
+
"loss": 1.6091,
|
1263 |
+
"step": 895
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.501637288371769,
|
1267 |
+
"grad_norm": 0.9218555092811584,
|
1268 |
+
"learning_rate": 5.8565313546633684e-05,
|
1269 |
+
"loss": 1.674,
|
1270 |
+
"step": 900
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 0.5044241621960566,
|
1274 |
+
"grad_norm": 0.8074113726615906,
|
1275 |
+
"learning_rate": 5.8085790097738025e-05,
|
1276 |
+
"loss": 1.6567,
|
1277 |
+
"step": 905
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 0.5072110360203442,
|
1281 |
+
"grad_norm": 0.9320290684700012,
|
1282 |
+
"learning_rate": 5.7605501732851475e-05,
|
1283 |
+
"loss": 1.6925,
|
1284 |
+
"step": 910
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 0.5099979098446318,
|
1288 |
+
"grad_norm": 0.8326326012611389,
|
1289 |
+
"learning_rate": 5.712449388726807e-05,
|
1290 |
+
"loss": 1.6909,
|
1291 |
+
"step": 915
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 0.5127847836689194,
|
1295 |
+
"grad_norm": 0.9022158980369568,
|
1296 |
+
"learning_rate": 5.664281206434472e-05,
|
1297 |
+
"loss": 1.6075,
|
1298 |
+
"step": 920
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 0.515571657493207,
|
1302 |
+
"grad_norm": 0.8791519999504089,
|
1303 |
+
"learning_rate": 5.616050183119663e-05,
|
1304 |
+
"loss": 1.7011,
|
1305 |
+
"step": 925
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.5183585313174947,
|
1309 |
+
"grad_norm": 0.876043438911438,
|
1310 |
+
"learning_rate": 5.5677608814386616e-05,
|
1311 |
+
"loss": 1.5478,
|
1312 |
+
"step": 930
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 0.5211454051417822,
|
1316 |
+
"grad_norm": 0.9437665939331055,
|
1317 |
+
"learning_rate": 5.519417869560889e-05,
|
1318 |
+
"loss": 1.6518,
|
1319 |
+
"step": 935
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 0.5239322789660699,
|
1323 |
+
"grad_norm": 0.9788090586662292,
|
1324 |
+
"learning_rate": 5.471025720736747e-05,
|
1325 |
+
"loss": 1.7146,
|
1326 |
+
"step": 940
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 0.5267191527903574,
|
1330 |
+
"grad_norm": 0.861488938331604,
|
1331 |
+
"learning_rate": 5.422589012864996e-05,
|
1332 |
+
"loss": 1.6805,
|
1333 |
+
"step": 945
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 0.5295060266146451,
|
1337 |
+
"grad_norm": 1.008576512336731,
|
1338 |
+
"learning_rate": 5.3741123280596864e-05,
|
1339 |
+
"loss": 1.6012,
|
1340 |
+
"step": 950
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 0.5322929004389326,
|
1344 |
+
"grad_norm": 0.9095168113708496,
|
1345 |
+
"learning_rate": 5.325600252216685e-05,
|
1346 |
+
"loss": 1.6477,
|
1347 |
+
"step": 955
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 0.5350797742632203,
|
1351 |
+
"grad_norm": 0.8760788440704346,
|
1352 |
+
"learning_rate": 5.27705737457985e-05,
|
1353 |
+
"loss": 1.5747,
|
1354 |
+
"step": 960
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 0.5378666480875078,
|
1358 |
+
"grad_norm": 0.9696391224861145,
|
1359 |
+
"learning_rate": 5.228488287306896e-05,
|
1360 |
+
"loss": 1.6249,
|
1361 |
+
"step": 965
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 0.5406535219117955,
|
1365 |
+
"grad_norm": 0.8726052641868591,
|
1366 |
+
"learning_rate": 5.179897585034963e-05,
|
1367 |
+
"loss": 1.6701,
|
1368 |
+
"step": 970
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 0.543440395736083,
|
1372 |
+
"grad_norm": 0.8699939846992493,
|
1373 |
+
"learning_rate": 5.1312898644459776e-05,
|
1374 |
+
"loss": 1.5395,
|
1375 |
+
"step": 975
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 0.5462272695603707,
|
1379 |
+
"grad_norm": 0.9301031827926636,
|
1380 |
+
"learning_rate": 5.0826697238317935e-05,
|
1381 |
+
"loss": 1.6724,
|
1382 |
+
"step": 980
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 0.5490141433846583,
|
1386 |
+
"grad_norm": 0.8767033815383911,
|
1387 |
+
"learning_rate": 5.0340417626592016e-05,
|
1388 |
+
"loss": 1.6492,
|
1389 |
+
"step": 985
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 0.5518010172089458,
|
1393 |
+
"grad_norm": 0.9239912629127502,
|
1394 |
+
"learning_rate": 4.9854105811348216e-05,
|
1395 |
+
"loss": 1.6705,
|
1396 |
+
"step": 990
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 0.5545878910332335,
|
1400 |
+
"grad_norm": 1.0233875513076782,
|
1401 |
+
"learning_rate": 4.936780779769913e-05,
|
1402 |
+
"loss": 1.6758,
|
1403 |
+
"step": 995
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 0.557374764857521,
|
1407 |
+
"grad_norm": 0.9696400165557861,
|
1408 |
+
"learning_rate": 4.888156958945174e-05,
|
1409 |
+
"loss": 1.6276,
|
1410 |
+
"step": 1000
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 0.5601616386818087,
|
1414 |
+
"grad_norm": 0.9741013646125793,
|
1415 |
+
"learning_rate": 4.839543718475543e-05,
|
1416 |
+
"loss": 1.6241,
|
1417 |
+
"step": 1005
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 0.5629485125060962,
|
1421 |
+
"grad_norm": 0.9259172081947327,
|
1422 |
+
"learning_rate": 4.790945657175061e-05,
|
1423 |
+
"loss": 1.6596,
|
1424 |
+
"step": 1010
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 0.5657353863303839,
|
1428 |
+
"grad_norm": 0.9725984930992126,
|
1429 |
+
"learning_rate": 4.742367372421811e-05,
|
1430 |
+
"loss": 1.6663,
|
1431 |
+
"step": 1015
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 0.5685222601546714,
|
1435 |
+
"grad_norm": 1.0007803440093994,
|
1436 |
+
"learning_rate": 4.69381345972302e-05,
|
1437 |
+
"loss": 1.6159,
|
1438 |
+
"step": 1020
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 0.5713091339789591,
|
1442 |
+
"grad_norm": 0.9005650877952576,
|
1443 |
+
"learning_rate": 4.6452885122803205e-05,
|
1444 |
+
"loss": 1.5989,
|
1445 |
+
"step": 1025
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 0.5740960078032467,
|
1449 |
+
"grad_norm": 0.8858962655067444,
|
1450 |
+
"learning_rate": 4.5967971205552194e-05,
|
1451 |
+
"loss": 1.6609,
|
1452 |
+
"step": 1030
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 0.5768828816275343,
|
1456 |
+
"grad_norm": 0.945851743221283,
|
1457 |
+
"learning_rate": 4.548343871834864e-05,
|
1458 |
+
"loss": 1.6605,
|
1459 |
+
"step": 1035
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 0.5796697554518219,
|
1463 |
+
"grad_norm": 0.9151830077171326,
|
1464 |
+
"learning_rate": 4.499933349798067e-05,
|
1465 |
+
"loss": 1.678,
|
1466 |
+
"step": 1040
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 0.5824566292761095,
|
1470 |
+
"grad_norm": 0.9208435416221619,
|
1471 |
+
"learning_rate": 4.451570134081694e-05,
|
1472 |
+
"loss": 1.7427,
|
1473 |
+
"step": 1045
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 0.5852435031003971,
|
1477 |
+
"grad_norm": 0.9141213893890381,
|
1478 |
+
"learning_rate": 4.403258799847433e-05,
|
1479 |
+
"loss": 1.62,
|
1480 |
+
"step": 1050
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 0.5880303769246847,
|
1484 |
+
"grad_norm": 1.0249472856521606,
|
1485 |
+
"learning_rate": 4.3550039173489845e-05,
|
1486 |
+
"loss": 1.634,
|
1487 |
+
"step": 1055
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 0.5908172507489723,
|
1491 |
+
"grad_norm": 0.8938164114952087,
|
1492 |
+
"learning_rate": 4.306810051499708e-05,
|
1493 |
+
"loss": 1.562,
|
1494 |
+
"step": 1060
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 0.59360412457326,
|
1498 |
+
"grad_norm": 1.0070486068725586,
|
1499 |
+
"learning_rate": 4.2586817614407895e-05,
|
1500 |
+
"loss": 1.6713,
|
1501 |
+
"step": 1065
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 0.5963909983975475,
|
1505 |
+
"grad_norm": 0.8382595777511597,
|
1506 |
+
"learning_rate": 4.210623600109946e-05,
|
1507 |
+
"loss": 1.5343,
|
1508 |
+
"step": 1070
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 0.5991778722218352,
|
1512 |
+
"grad_norm": 0.9747705459594727,
|
1513 |
+
"learning_rate": 4.162640113810706e-05,
|
1514 |
+
"loss": 1.67,
|
1515 |
+
"step": 1075
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 0.6019647460461227,
|
1519 |
+
"grad_norm": 0.9397943019866943,
|
1520 |
+
"learning_rate": 4.114735841782347e-05,
|
1521 |
+
"loss": 1.705,
|
1522 |
+
"step": 1080
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 0.6047516198704104,
|
1526 |
+
"grad_norm": 0.9868884086608887,
|
1527 |
+
"learning_rate": 4.06691531577047e-05,
|
1528 |
+
"loss": 1.6343,
|
1529 |
+
"step": 1085
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 0.6075384936946979,
|
1533 |
+
"grad_norm": 0.9283191561698914,
|
1534 |
+
"learning_rate": 4.019183059598296e-05,
|
1535 |
+
"loss": 1.6226,
|
1536 |
+
"step": 1090
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 0.6103253675189856,
|
1540 |
+
"grad_norm": 0.8564023971557617,
|
1541 |
+
"learning_rate": 3.971543588738724e-05,
|
1542 |
+
"loss": 1.6206,
|
1543 |
+
"step": 1095
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 0.6131122413432731,
|
1547 |
+
"grad_norm": 0.9272263050079346,
|
1548 |
+
"learning_rate": 3.924001409887158e-05,
|
1549 |
+
"loss": 1.5952,
|
1550 |
+
"step": 1100
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 0.6158991151675608,
|
1554 |
+
"grad_norm": 0.9421799778938293,
|
1555 |
+
"learning_rate": 3.87656102053517e-05,
|
1556 |
+
"loss": 1.6356,
|
1557 |
+
"step": 1105
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 0.6186859889918483,
|
1561 |
+
"grad_norm": 0.918296217918396,
|
1562 |
+
"learning_rate": 3.8292269085450474e-05,
|
1563 |
+
"loss": 1.6143,
|
1564 |
+
"step": 1110
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 0.621472862816136,
|
1568 |
+
"grad_norm": 0.9440540671348572,
|
1569 |
+
"learning_rate": 3.782003551725236e-05,
|
1570 |
+
"loss": 1.6928,
|
1571 |
+
"step": 1115
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 0.6242597366404236,
|
1575 |
+
"grad_norm": 0.8987861275672913,
|
1576 |
+
"learning_rate": 3.734895417406734e-05,
|
1577 |
+
"loss": 1.6571,
|
1578 |
+
"step": 1120
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 0.6270466104647112,
|
1582 |
+
"grad_norm": 0.9039310216903687,
|
1583 |
+
"learning_rate": 3.687906962020491e-05,
|
1584 |
+
"loss": 1.6862,
|
1585 |
+
"step": 1125
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 0.6298334842889988,
|
1589 |
+
"grad_norm": 0.9794312119483948,
|
1590 |
+
"learning_rate": 3.641042630675829e-05,
|
1591 |
+
"loss": 1.6843,
|
1592 |
+
"step": 1130
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 0.6326203581132864,
|
1596 |
+
"grad_norm": 0.9151976704597473,
|
1597 |
+
"learning_rate": 3.594306856739924e-05,
|
1598 |
+
"loss": 1.602,
|
1599 |
+
"step": 1135
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 0.635407231937574,
|
1603 |
+
"grad_norm": 0.9147221446037292,
|
1604 |
+
"learning_rate": 3.547704061418424e-05,
|
1605 |
+
"loss": 1.6073,
|
1606 |
+
"step": 1140
|
1607 |
+
},
|
1608 |
+
{
|
1609 |
+
"epoch": 0.6381941057618616,
|
1610 |
+
"grad_norm": 0.9955829977989197,
|
1611 |
+
"learning_rate": 3.501238653337194e-05,
|
1612 |
+
"loss": 1.6535,
|
1613 |
+
"step": 1145
|
1614 |
+
},
|
1615 |
+
{
|
1616 |
+
"epoch": 0.6409809795861492,
|
1617 |
+
"grad_norm": 1.0493595600128174,
|
1618 |
+
"learning_rate": 3.4549150281252636e-05,
|
1619 |
+
"loss": 1.6979,
|
1620 |
+
"step": 1150
|
1621 |
+
},
|
1622 |
+
{
|
1623 |
+
"epoch": 0.6437678534104369,
|
1624 |
+
"grad_norm": 0.9534896016120911,
|
1625 |
+
"learning_rate": 3.408737567998993e-05,
|
1626 |
+
"loss": 1.5449,
|
1627 |
+
"step": 1155
|
1628 |
+
},
|
1629 |
+
{
|
1630 |
+
"epoch": 0.6465547272347244,
|
1631 |
+
"grad_norm": 0.9850942492485046,
|
1632 |
+
"learning_rate": 3.362710641347524e-05,
|
1633 |
+
"loss": 1.6989,
|
1634 |
+
"step": 1160
|
1635 |
+
},
|
1636 |
+
{
|
1637 |
+
"epoch": 0.6493416010590121,
|
1638 |
+
"grad_norm": 0.9439795017242432,
|
1639 |
+
"learning_rate": 3.316838602319532e-05,
|
1640 |
+
"loss": 1.6826,
|
1641 |
+
"step": 1165
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 0.6521284748832996,
|
1645 |
+
"grad_norm": 1.0012317895889282,
|
1646 |
+
"learning_rate": 3.271125790411309e-05,
|
1647 |
+
"loss": 1.524,
|
1648 |
+
"step": 1170
|
1649 |
+
},
|
1650 |
+
{
|
1651 |
+
"epoch": 0.6549153487075873,
|
1652 |
+
"grad_norm": 0.9746808409690857,
|
1653 |
+
"learning_rate": 3.225576530056264e-05,
|
1654 |
+
"loss": 1.6796,
|
1655 |
+
"step": 1175
|
1656 |
+
},
|
1657 |
+
{
|
1658 |
+
"epoch": 0.6577022225318748,
|
1659 |
+
"grad_norm": 0.8482115864753723,
|
1660 |
+
"learning_rate": 3.180195130215824e-05,
|
1661 |
+
"loss": 1.6443,
|
1662 |
+
"step": 1180
|
1663 |
+
},
|
1664 |
+
{
|
1665 |
+
"epoch": 0.6604890963561625,
|
1666 |
+
"grad_norm": 1.0496842861175537,
|
1667 |
+
"learning_rate": 3.1349858839717986e-05,
|
1668 |
+
"loss": 1.586,
|
1669 |
+
"step": 1185
|
1670 |
+
},
|
1671 |
+
{
|
1672 |
+
"epoch": 0.66327597018045,
|
1673 |
+
"grad_norm": 0.8761202692985535,
|
1674 |
+
"learning_rate": 3.089953068120271e-05,
|
1675 |
+
"loss": 1.5516,
|
1676 |
+
"step": 1190
|
1677 |
+
},
|
1678 |
+
{
|
1679 |
+
"epoch": 0.6660628440047377,
|
1680 |
+
"grad_norm": 1.058709740638733,
|
1681 |
+
"learning_rate": 3.0451009427669986e-05,
|
1682 |
+
"loss": 1.611,
|
1683 |
+
"step": 1195
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 0.6688497178290252,
|
1687 |
+
"grad_norm": 0.9337294101715088,
|
1688 |
+
"learning_rate": 3.000433750924414e-05,
|
1689 |
+
"loss": 1.6324,
|
1690 |
+
"step": 1200
|
1691 |
+
},
|
1692 |
+
{
|
1693 |
+
"epoch": 0.6716365916533129,
|
1694 |
+
"grad_norm": 0.9224420785903931,
|
1695 |
+
"learning_rate": 2.9559557181102315e-05,
|
1696 |
+
"loss": 1.6494,
|
1697 |
+
"step": 1205
|
1698 |
+
},
|
1699 |
+
{
|
1700 |
+
"epoch": 0.6744234654776005,
|
1701 |
+
"grad_norm": 1.1299585103988647,
|
1702 |
+
"learning_rate": 2.911671051947722e-05,
|
1703 |
+
"loss": 1.5891,
|
1704 |
+
"step": 1210
|
1705 |
+
},
|
1706 |
+
{
|
1707 |
+
"epoch": 0.6772103393018881,
|
1708 |
+
"grad_norm": 0.9998091459274292,
|
1709 |
+
"learning_rate": 2.867583941767657e-05,
|
1710 |
+
"loss": 1.5622,
|
1711 |
+
"step": 1215
|
1712 |
+
},
|
1713 |
+
{
|
1714 |
+
"epoch": 0.6799972131261757,
|
1715 |
+
"grad_norm": 0.9196699261665344,
|
1716 |
+
"learning_rate": 2.823698558212009e-05,
|
1717 |
+
"loss": 1.6298,
|
1718 |
+
"step": 1220
|
1719 |
+
},
|
1720 |
+
{
|
1721 |
+
"epoch": 0.6827840869504633,
|
1722 |
+
"grad_norm": 0.9296634793281555,
|
1723 |
+
"learning_rate": 2.7800190528394122e-05,
|
1724 |
+
"loss": 1.6035,
|
1725 |
+
"step": 1225
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 0.6855709607747509,
|
1729 |
+
"grad_norm": 0.8991268873214722,
|
1730 |
+
"learning_rate": 2.736549557732405e-05,
|
1731 |
+
"loss": 1.5498,
|
1732 |
+
"step": 1230
|
1733 |
+
},
|
1734 |
+
{
|
1735 |
+
"epoch": 0.6883578345990385,
|
1736 |
+
"grad_norm": 0.9545588493347168,
|
1737 |
+
"learning_rate": 2.693294185106562e-05,
|
1738 |
+
"loss": 1.7968,
|
1739 |
+
"step": 1235
|
1740 |
+
},
|
1741 |
+
{
|
1742 |
+
"epoch": 0.6911447084233261,
|
1743 |
+
"grad_norm": 0.9947872757911682,
|
1744 |
+
"learning_rate": 2.650257026921455e-05,
|
1745 |
+
"loss": 1.673,
|
1746 |
+
"step": 1240
|
1747 |
+
},
|
1748 |
+
{
|
1749 |
+
"epoch": 0.6939315822476138,
|
1750 |
+
"grad_norm": 1.013684630393982,
|
1751 |
+
"learning_rate": 2.607442154493568e-05,
|
1752 |
+
"loss": 1.6995,
|
1753 |
+
"step": 1245
|
1754 |
+
},
|
1755 |
+
{
|
1756 |
+
"epoch": 0.6967184560719013,
|
1757 |
+
"grad_norm": 0.9432601928710938,
|
1758 |
+
"learning_rate": 2.5648536181111438e-05,
|
1759 |
+
"loss": 1.6238,
|
1760 |
+
"step": 1250
|
1761 |
+
},
|
1762 |
+
{
|
1763 |
+
"epoch": 0.699505329896189,
|
1764 |
+
"grad_norm": 0.9840952157974243,
|
1765 |
+
"learning_rate": 2.5224954466510274e-05,
|
1766 |
+
"loss": 1.6116,
|
1767 |
+
"step": 1255
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 0.7022922037204765,
|
1771 |
+
"grad_norm": 0.9281061291694641,
|
1772 |
+
"learning_rate": 2.480371647197538e-05,
|
1773 |
+
"loss": 1.6705,
|
1774 |
+
"step": 1260
|
1775 |
+
},
|
1776 |
+
{
|
1777 |
+
"epoch": 0.7050790775447642,
|
1778 |
+
"grad_norm": 0.9922870397567749,
|
1779 |
+
"learning_rate": 2.438486204663391e-05,
|
1780 |
+
"loss": 1.6893,
|
1781 |
+
"step": 1265
|
1782 |
+
},
|
1783 |
+
{
|
1784 |
+
"epoch": 0.7078659513690517,
|
1785 |
+
"grad_norm": 0.9433642029762268,
|
1786 |
+
"learning_rate": 2.3968430814127385e-05,
|
1787 |
+
"loss": 1.674,
|
1788 |
+
"step": 1270
|
1789 |
+
},
|
1790 |
+
{
|
1791 |
+
"epoch": 0.7106528251933394,
|
1792 |
+
"grad_norm": 0.9409830570220947,
|
1793 |
+
"learning_rate": 2.3554462168863085e-05,
|
1794 |
+
"loss": 1.6519,
|
1795 |
+
"step": 1275
|
1796 |
+
},
|
1797 |
+
{
|
1798 |
+
"epoch": 0.7134396990176269,
|
1799 |
+
"grad_norm": 0.9217763543128967,
|
1800 |
+
"learning_rate": 2.314299527228759e-05,
|
1801 |
+
"loss": 1.6384,
|
1802 |
+
"step": 1280
|
1803 |
+
},
|
1804 |
+
{
|
1805 |
+
"epoch": 0.7162265728419146,
|
1806 |
+
"grad_norm": 0.8798460364341736,
|
1807 |
+
"learning_rate": 2.2734069049181882e-05,
|
1808 |
+
"loss": 1.6243,
|
1809 |
+
"step": 1285
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 0.7190134466662021,
|
1813 |
+
"grad_norm": 0.9369103908538818,
|
1814 |
+
"learning_rate": 2.2327722183979212e-05,
|
1815 |
+
"loss": 1.6331,
|
1816 |
+
"step": 1290
|
1817 |
+
},
|
1818 |
+
{
|
1819 |
+
"epoch": 0.7218003204904898,
|
1820 |
+
"grad_norm": 0.9402239918708801,
|
1821 |
+
"learning_rate": 2.1923993117105462e-05,
|
1822 |
+
"loss": 1.6124,
|
1823 |
+
"step": 1295
|
1824 |
+
},
|
1825 |
+
{
|
1826 |
+
"epoch": 0.7245871943147774,
|
1827 |
+
"grad_norm": 1.0770180225372314,
|
1828 |
+
"learning_rate": 2.1522920041342704e-05,
|
1829 |
+
"loss": 1.6276,
|
1830 |
+
"step": 1300
|
1831 |
+
},
|
1832 |
+
{
|
1833 |
+
"epoch": 0.727374068139065,
|
1834 |
+
"grad_norm": 0.9942741990089417,
|
1835 |
+
"learning_rate": 2.1124540898216248e-05,
|
1836 |
+
"loss": 1.6543,
|
1837 |
+
"step": 1305
|
1838 |
+
},
|
1839 |
+
{
|
1840 |
+
"epoch": 0.7301609419633526,
|
1841 |
+
"grad_norm": 0.9097809195518494,
|
1842 |
+
"learning_rate": 2.0728893374405166e-05,
|
1843 |
+
"loss": 1.5341,
|
1844 |
+
"step": 1310
|
1845 |
+
},
|
1846 |
+
{
|
1847 |
+
"epoch": 0.7329478157876402,
|
1848 |
+
"grad_norm": 0.9943116307258606,
|
1849 |
+
"learning_rate": 2.033601489817738e-05,
|
1850 |
+
"loss": 1.7465,
|
1851 |
+
"step": 1315
|
1852 |
+
},
|
1853 |
+
{
|
1854 |
+
"epoch": 0.7357346896119278,
|
1855 |
+
"grad_norm": 0.9960694313049316,
|
1856 |
+
"learning_rate": 1.9945942635848748e-05,
|
1857 |
+
"loss": 1.6835,
|
1858 |
+
"step": 1320
|
1859 |
+
},
|
1860 |
+
{
|
1861 |
+
"epoch": 0.7385215634362154,
|
1862 |
+
"grad_norm": 0.9358818531036377,
|
1863 |
+
"learning_rate": 1.9558713488267238e-05,
|
1864 |
+
"loss": 1.6585,
|
1865 |
+
"step": 1325
|
1866 |
+
},
|
1867 |
+
{
|
1868 |
+
"epoch": 0.741308437260503,
|
1869 |
+
"grad_norm": 0.9540205597877502,
|
1870 |
+
"learning_rate": 1.917436408732208e-05,
|
1871 |
+
"loss": 1.6298,
|
1872 |
+
"step": 1330
|
1873 |
+
},
|
1874 |
+
{
|
1875 |
+
"epoch": 0.7440953110847907,
|
1876 |
+
"grad_norm": 1.0423612594604492,
|
1877 |
+
"learning_rate": 1.8792930792478357e-05,
|
1878 |
+
"loss": 1.6291,
|
1879 |
+
"step": 1335
|
1880 |
+
},
|
1881 |
+
{
|
1882 |
+
"epoch": 0.7468821849090782,
|
1883 |
+
"grad_norm": 1.0178053379058838,
|
1884 |
+
"learning_rate": 1.8414449687337464e-05,
|
1885 |
+
"loss": 1.5844,
|
1886 |
+
"step": 1340
|
1887 |
+
},
|
1888 |
+
{
|
1889 |
+
"epoch": 0.7496690587333659,
|
1890 |
+
"grad_norm": 0.9405874013900757,
|
1891 |
+
"learning_rate": 1.8038956576223504e-05,
|
1892 |
+
"loss": 1.5531,
|
1893 |
+
"step": 1345
|
1894 |
+
},
|
1895 |
+
{
|
1896 |
+
"epoch": 0.7524559325576534,
|
1897 |
+
"grad_norm": 0.9561493396759033,
|
1898 |
+
"learning_rate": 1.766648698079635e-05,
|
1899 |
+
"loss": 1.6504,
|
1900 |
+
"step": 1350
|
1901 |
+
},
|
1902 |
+
{
|
1903 |
+
"epoch": 0.7552428063819411,
|
1904 |
+
"grad_norm": 0.9773407578468323,
|
1905 |
+
"learning_rate": 1.7297076136691072e-05,
|
1906 |
+
"loss": 1.7289,
|
1907 |
+
"step": 1355
|
1908 |
+
},
|
1909 |
+
{
|
1910 |
+
"epoch": 0.7580296802062286,
|
1911 |
+
"grad_norm": 1.024316430091858,
|
1912 |
+
"learning_rate": 1.6930758990184875e-05,
|
1913 |
+
"loss": 1.6495,
|
1914 |
+
"step": 1360
|
1915 |
+
},
|
1916 |
+
{
|
1917 |
+
"epoch": 0.7608165540305163,
|
1918 |
+
"grad_norm": 1.1461398601531982,
|
1919 |
+
"learning_rate": 1.6567570194891024e-05,
|
1920 |
+
"loss": 1.63,
|
1921 |
+
"step": 1365
|
1922 |
+
},
|
1923 |
+
{
|
1924 |
+
"epoch": 0.7636034278548038,
|
1925 |
+
"grad_norm": 1.1386655569076538,
|
1926 |
+
"learning_rate": 1.620754410848069e-05,
|
1927 |
+
"loss": 1.647,
|
1928 |
+
"step": 1370
|
1929 |
+
},
|
1930 |
+
{
|
1931 |
+
"epoch": 0.7663903016790915,
|
1932 |
+
"grad_norm": 0.9157811999320984,
|
1933 |
+
"learning_rate": 1.5850714789432663e-05,
|
1934 |
+
"loss": 1.659,
|
1935 |
+
"step": 1375
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"epoch": 0.769177175503379,
|
1939 |
+
"grad_norm": 1.0108404159545898,
|
1940 |
+
"learning_rate": 1.549711599381145e-05,
|
1941 |
+
"loss": 1.6671,
|
1942 |
+
"step": 1380
|
1943 |
+
},
|
1944 |
+
{
|
1945 |
+
"epoch": 0.7719640493276667,
|
1946 |
+
"grad_norm": 0.8621100783348083,
|
1947 |
+
"learning_rate": 1.5146781172073959e-05,
|
1948 |
+
"loss": 1.6478,
|
1949 |
+
"step": 1385
|
1950 |
+
},
|
1951 |
+
{
|
1952 |
+
"epoch": 0.7747509231519543,
|
1953 |
+
"grad_norm": 0.957285463809967,
|
1954 |
+
"learning_rate": 1.479974346590503e-05,
|
1955 |
+
"loss": 1.6313,
|
1956 |
+
"step": 1390
|
1957 |
+
},
|
1958 |
+
{
|
1959 |
+
"epoch": 0.7775377969762419,
|
1960 |
+
"grad_norm": 0.9681037068367004,
|
1961 |
+
"learning_rate": 1.4456035705082349e-05,
|
1962 |
+
"loss": 1.5881,
|
1963 |
+
"step": 1395
|
1964 |
+
},
|
1965 |
+
{
|
1966 |
+
"epoch": 0.7803246708005295,
|
1967 |
+
"grad_norm": 0.9414888620376587,
|
1968 |
+
"learning_rate": 1.4115690404370551e-05,
|
1969 |
+
"loss": 1.6011,
|
1970 |
+
"step": 1400
|
1971 |
+
},
|
1972 |
+
{
|
1973 |
+
"epoch": 0.7831115446248171,
|
1974 |
+
"grad_norm": 0.9640589952468872,
|
1975 |
+
"learning_rate": 1.3778739760445552e-05,
|
1976 |
+
"loss": 1.623,
|
1977 |
+
"step": 1405
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 0.7858984184491047,
|
1981 |
+
"grad_norm": 0.9019273519515991,
|
1982 |
+
"learning_rate": 1.344521564884858e-05,
|
1983 |
+
"loss": 1.6779,
|
1984 |
+
"step": 1410
|
1985 |
+
},
|
1986 |
+
{
|
1987 |
+
"epoch": 0.7886852922733923,
|
1988 |
+
"grad_norm": 0.9059531688690186,
|
1989 |
+
"learning_rate": 1.3115149620970795e-05,
|
1990 |
+
"loss": 1.6783,
|
1991 |
+
"step": 1415
|
1992 |
+
},
|
1993 |
+
{
|
1994 |
+
"epoch": 0.7914721660976799,
|
1995 |
+
"grad_norm": 0.9945409297943115,
|
1996 |
+
"learning_rate": 1.2788572901068552e-05,
|
1997 |
+
"loss": 1.629,
|
1998 |
+
"step": 1420
|
1999 |
+
},
|
2000 |
+
{
|
2001 |
+
"epoch": 0.7942590399219676,
|
2002 |
+
"grad_norm": 1.0185166597366333,
|
2003 |
+
"learning_rate": 1.2465516383309551e-05,
|
2004 |
+
"loss": 1.6547,
|
2005 |
+
"step": 1425
|
2006 |
+
},
|
2007 |
+
{
|
2008 |
+
"epoch": 0.7970459137462551,
|
2009 |
+
"grad_norm": 1.0051592588424683,
|
2010 |
+
"learning_rate": 1.2146010628850268e-05,
|
2011 |
+
"loss": 1.7016,
|
2012 |
+
"step": 1430
|
2013 |
+
},
|
2014 |
+
{
|
2015 |
+
"epoch": 0.7998327875705428,
|
2016 |
+
"grad_norm": 0.9881749749183655,
|
2017 |
+
"learning_rate": 1.183008586294485e-05,
|
2018 |
+
"loss": 1.5857,
|
2019 |
+
"step": 1435
|
2020 |
+
},
|
2021 |
+
{
|
2022 |
+
"epoch": 0.8026196613948303,
|
2023 |
+
"grad_norm": 0.9611209630966187,
|
2024 |
+
"learning_rate": 1.151777197208585e-05,
|
2025 |
+
"loss": 1.6027,
|
2026 |
+
"step": 1440
|
2027 |
+
},
|
2028 |
+
{
|
2029 |
+
"epoch": 0.805406535219118,
|
2030 |
+
"grad_norm": 1.0034438371658325,
|
2031 |
+
"learning_rate": 1.1209098501176896e-05,
|
2032 |
+
"loss": 1.6083,
|
2033 |
+
"step": 1445
|
2034 |
+
},
|
2035 |
+
{
|
2036 |
+
"epoch": 0.8081934090434055,
|
2037 |
+
"grad_norm": 0.9777964949607849,
|
2038 |
+
"learning_rate": 1.0904094650737795e-05,
|
2039 |
+
"loss": 1.6016,
|
2040 |
+
"step": 1450
|
2041 |
+
},
|
2042 |
+
{
|
2043 |
+
"epoch": 0.8109802828676932,
|
2044 |
+
"grad_norm": 1.0084513425827026,
|
2045 |
+
"learning_rate": 1.0602789274142133e-05,
|
2046 |
+
"loss": 1.6998,
|
2047 |
+
"step": 1455
|
2048 |
+
},
|
2049 |
+
{
|
2050 |
+
"epoch": 0.8137671566919807,
|
2051 |
+
"grad_norm": 0.9777223467826843,
|
2052 |
+
"learning_rate": 1.0305210874887766e-05,
|
2053 |
+
"loss": 1.5668,
|
2054 |
+
"step": 1460
|
2055 |
+
},
|
2056 |
+
{
|
2057 |
+
"epoch": 0.8165540305162684,
|
2058 |
+
"grad_norm": 0.9857009649276733,
|
2059 |
+
"learning_rate": 1.0011387603900385e-05,
|
2060 |
+
"loss": 1.5977,
|
2061 |
+
"step": 1465
|
2062 |
+
},
|
2063 |
+
{
|
2064 |
+
"epoch": 0.819340904340556,
|
2065 |
+
"grad_norm": 1.0366628170013428,
|
2066 |
+
"learning_rate": 9.7213472568704e-06,
|
2067 |
+
"loss": 1.6536,
|
2068 |
+
"step": 1470
|
2069 |
+
},
|
2070 |
+
{
|
2071 |
+
"epoch": 0.8221277781648436,
|
2072 |
+
"grad_norm": 0.9983012080192566,
|
2073 |
+
"learning_rate": 9.435117271623566e-06,
|
2074 |
+
"loss": 1.4905,
|
2075 |
+
"step": 1475
|
2076 |
+
},
|
2077 |
+
{
|
2078 |
+
"epoch": 0.8249146519891312,
|
2079 |
+
"grad_norm": 1.042453646659851,
|
2080 |
+
"learning_rate": 9.152724725525202e-06,
|
2081 |
+
"loss": 1.636,
|
2082 |
+
"step": 1480
|
2083 |
+
},
|
2084 |
+
{
|
2085 |
+
"epoch": 0.8277015258134188,
|
2086 |
+
"grad_norm": 0.945472776889801,
|
2087 |
+
"learning_rate": 8.87419633291886e-06,
|
2088 |
+
"loss": 1.651,
|
2089 |
+
"step": 1485
|
2090 |
+
},
|
2091 |
+
{
|
2092 |
+
"epoch": 0.8304883996377064,
|
2093 |
+
"grad_norm": 1.0160605907440186,
|
2094 |
+
"learning_rate": 8.599558442598998e-06,
|
2095 |
+
"loss": 1.5852,
|
2096 |
+
"step": 1490
|
2097 |
+
},
|
2098 |
+
{
|
2099 |
+
"epoch": 0.833275273461994,
|
2100 |
+
"grad_norm": 1.047103762626648,
|
2101 |
+
"learning_rate": 8.328837035318448e-06,
|
2102 |
+
"loss": 1.6926,
|
2103 |
+
"step": 1495
|
2104 |
+
},
|
2105 |
+
{
|
2106 |
+
"epoch": 0.8360621472862816,
|
2107 |
+
"grad_norm": 0.9703435897827148,
|
2108 |
+
"learning_rate": 8.06205772133063e-06,
|
2109 |
+
"loss": 1.5367,
|
2110 |
+
"step": 1500
|
2111 |
+
},
|
2112 |
+
{
|
2113 |
+
"epoch": 0.8388490211105692,
|
2114 |
+
"grad_norm": 1.0638253688812256,
|
2115 |
+
"learning_rate": 7.799245737966821e-06,
|
2116 |
+
"loss": 1.5853,
|
2117 |
+
"step": 1505
|
2118 |
+
},
|
2119 |
+
{
|
2120 |
+
"epoch": 0.8416358949348568,
|
2121 |
+
"grad_norm": 1.0305513143539429,
|
2122 |
+
"learning_rate": 7.540425947248697e-06,
|
2123 |
+
"loss": 1.6552,
|
2124 |
+
"step": 1510
|
2125 |
+
},
|
2126 |
+
{
|
2127 |
+
"epoch": 0.8444227687591445,
|
2128 |
+
"grad_norm": 0.8863044381141663,
|
2129 |
+
"learning_rate": 7.28562283353637e-06,
|
2130 |
+
"loss": 1.627,
|
2131 |
+
"step": 1515
|
2132 |
+
},
|
2133 |
+
{
|
2134 |
+
"epoch": 0.847209642583432,
|
2135 |
+
"grad_norm": 0.9131430387496948,
|
2136 |
+
"learning_rate": 7.034860501212243e-06,
|
2137 |
+
"loss": 1.6254,
|
2138 |
+
"step": 1520
|
2139 |
+
},
|
2140 |
+
{
|
2141 |
+
"epoch": 0.8499965164077197,
|
2142 |
+
"grad_norm": 1.0161089897155762,
|
2143 |
+
"learning_rate": 6.788162672400583e-06,
|
2144 |
+
"loss": 1.7087,
|
2145 |
+
"step": 1525
|
2146 |
+
},
|
2147 |
+
{
|
2148 |
+
"epoch": 0.8527833902320072,
|
2149 |
+
"grad_norm": 0.9403210878372192,
|
2150 |
+
"learning_rate": 6.5455526847235825e-06,
|
2151 |
+
"loss": 1.6491,
|
2152 |
+
"step": 1530
|
2153 |
+
},
|
2154 |
+
{
|
2155 |
+
"epoch": 0.8555702640562949,
|
2156 |
+
"grad_norm": 0.9508659243583679,
|
2157 |
+
"learning_rate": 6.307053489093506e-06,
|
2158 |
+
"loss": 1.6222,
|
2159 |
+
"step": 1535
|
2160 |
+
},
|
2161 |
+
{
|
2162 |
+
"epoch": 0.8583571378805824,
|
2163 |
+
"grad_norm": 0.9709882140159607,
|
2164 |
+
"learning_rate": 6.072687647541553e-06,
|
2165 |
+
"loss": 1.6431,
|
2166 |
+
"step": 1540
|
2167 |
+
},
|
2168 |
+
{
|
2169 |
+
"epoch": 0.8611440117048701,
|
2170 |
+
"grad_norm": 0.9428046941757202,
|
2171 |
+
"learning_rate": 5.842477331083518e-06,
|
2172 |
+
"loss": 1.6559,
|
2173 |
+
"step": 1545
|
2174 |
+
},
|
2175 |
+
{
|
2176 |
+
"epoch": 0.8639308855291576,
|
2177 |
+
"grad_norm": 0.9151241779327393,
|
2178 |
+
"learning_rate": 5.616444317622388e-06,
|
2179 |
+
"loss": 1.5556,
|
2180 |
+
"step": 1550
|
2181 |
+
},
|
2182 |
+
{
|
2183 |
+
"epoch": 0.8667177593534453,
|
2184 |
+
"grad_norm": 0.9186306595802307,
|
2185 |
+
"learning_rate": 5.394609989888161e-06,
|
2186 |
+
"loss": 1.6637,
|
2187 |
+
"step": 1555
|
2188 |
+
},
|
2189 |
+
{
|
2190 |
+
"epoch": 0.8695046331777329,
|
2191 |
+
"grad_norm": 1.1897034645080566,
|
2192 |
+
"learning_rate": 5.176995333415019e-06,
|
2193 |
+
"loss": 1.6557,
|
2194 |
+
"step": 1560
|
2195 |
+
},
|
2196 |
+
{
|
2197 |
+
"epoch": 0.8722915070020205,
|
2198 |
+
"grad_norm": 1.0049179792404175,
|
2199 |
+
"learning_rate": 4.963620934556168e-06,
|
2200 |
+
"loss": 1.6551,
|
2201 |
+
"step": 1565
|
2202 |
+
},
|
2203 |
+
{
|
2204 |
+
"epoch": 0.8750783808263081,
|
2205 |
+
"grad_norm": 0.9597494602203369,
|
2206 |
+
"learning_rate": 4.754506978536227e-06,
|
2207 |
+
"loss": 1.6064,
|
2208 |
+
"step": 1570
|
2209 |
+
},
|
2210 |
+
{
|
2211 |
+
"epoch": 0.8778652546505957,
|
2212 |
+
"grad_norm": 0.8873302936553955,
|
2213 |
+
"learning_rate": 4.549673247541875e-06,
|
2214 |
+
"loss": 1.6245,
|
2215 |
+
"step": 1575
|
2216 |
+
},
|
2217 |
+
{
|
2218 |
+
"epoch": 0.8806521284748833,
|
2219 |
+
"grad_norm": 0.8784957528114319,
|
2220 |
+
"learning_rate": 4.3491391188503264e-06,
|
2221 |
+
"loss": 1.6031,
|
2222 |
+
"step": 1580
|
2223 |
+
},
|
2224 |
+
{
|
2225 |
+
"epoch": 0.8834390022991709,
|
2226 |
+
"grad_norm": 1.0219107866287231,
|
2227 |
+
"learning_rate": 4.152923562996297e-06,
|
2228 |
+
"loss": 1.5441,
|
2229 |
+
"step": 1585
|
2230 |
+
},
|
2231 |
+
{
|
2232 |
+
"epoch": 0.8862258761234585,
|
2233 |
+
"grad_norm": 0.9388402700424194,
|
2234 |
+
"learning_rate": 3.961045141977376e-06,
|
2235 |
+
"loss": 1.6366,
|
2236 |
+
"step": 1590
|
2237 |
+
},
|
2238 |
+
{
|
2239 |
+
"epoch": 0.8890127499477462,
|
2240 |
+
"grad_norm": 0.9844707250595093,
|
2241 |
+
"learning_rate": 3.773522007498065e-06,
|
2242 |
+
"loss": 1.6457,
|
2243 |
+
"step": 1595
|
2244 |
+
},
|
2245 |
+
{
|
2246 |
+
"epoch": 0.8917996237720337,
|
2247 |
+
"grad_norm": 0.941916286945343,
|
2248 |
+
"learning_rate": 3.590371899252659e-06,
|
2249 |
+
"loss": 1.6043,
|
2250 |
+
"step": 1600
|
2251 |
+
},
|
2252 |
+
{
|
2253 |
+
"epoch": 0.8945864975963214,
|
2254 |
+
"grad_norm": 0.9494262337684631,
|
2255 |
+
"learning_rate": 3.4116121432469615e-06,
|
2256 |
+
"loss": 1.588,
|
2257 |
+
"step": 1605
|
2258 |
+
},
|
2259 |
+
{
|
2260 |
+
"epoch": 0.8973733714206089,
|
2261 |
+
"grad_norm": 0.9501243233680725,
|
2262 |
+
"learning_rate": 3.237259650159402e-06,
|
2263 |
+
"loss": 1.6057,
|
2264 |
+
"step": 1610
|
2265 |
+
},
|
2266 |
+
{
|
2267 |
+
"epoch": 0.9001602452448966,
|
2268 |
+
"grad_norm": 1.0099127292633057,
|
2269 |
+
"learning_rate": 3.0673309137411564e-06,
|
2270 |
+
"loss": 1.6564,
|
2271 |
+
"step": 1615
|
2272 |
+
},
|
2273 |
+
{
|
2274 |
+
"epoch": 0.9029471190691841,
|
2275 |
+
"grad_norm": 1.011672854423523,
|
2276 |
+
"learning_rate": 2.9018420092558786e-06,
|
2277 |
+
"loss": 1.588,
|
2278 |
+
"step": 1620
|
2279 |
+
},
|
2280 |
+
{
|
2281 |
+
"epoch": 0.9057339928934718,
|
2282 |
+
"grad_norm": 0.9527240991592407,
|
2283 |
+
"learning_rate": 2.7408085919590264e-06,
|
2284 |
+
"loss": 1.6918,
|
2285 |
+
"step": 1625
|
2286 |
+
},
|
2287 |
+
{
|
2288 |
+
"epoch": 0.9085208667177593,
|
2289 |
+
"grad_norm": 0.9475979804992676,
|
2290 |
+
"learning_rate": 2.584245895616788e-06,
|
2291 |
+
"loss": 1.6399,
|
2292 |
+
"step": 1630
|
2293 |
+
},
|
2294 |
+
{
|
2295 |
+
"epoch": 0.911307740542047,
|
2296 |
+
"grad_norm": 1.0325227975845337,
|
2297 |
+
"learning_rate": 2.4321687310650487e-06,
|
2298 |
+
"loss": 1.677,
|
2299 |
+
"step": 1635
|
2300 |
+
},
|
2301 |
+
{
|
2302 |
+
"epoch": 0.9140946143663345,
|
2303 |
+
"grad_norm": 0.9847766757011414,
|
2304 |
+
"learning_rate": 2.2845914848082127e-06,
|
2305 |
+
"loss": 1.6693,
|
2306 |
+
"step": 1640
|
2307 |
+
},
|
2308 |
+
{
|
2309 |
+
"epoch": 0.9168814881906222,
|
2310 |
+
"grad_norm": 1.0612833499908447,
|
2311 |
+
"learning_rate": 2.1415281176583203e-06,
|
2312 |
+
"loss": 1.6191,
|
2313 |
+
"step": 1645
|
2314 |
+
},
|
2315 |
+
{
|
2316 |
+
"epoch": 0.9196683620149098,
|
2317 |
+
"grad_norm": 1.0091543197631836,
|
2318 |
+
"learning_rate": 2.0029921634142632e-06,
|
2319 |
+
"loss": 1.7255,
|
2320 |
+
"step": 1650
|
2321 |
+
},
|
2322 |
+
{
|
2323 |
+
"epoch": 0.9224552358391974,
|
2324 |
+
"grad_norm": 1.0188473463058472,
|
2325 |
+
"learning_rate": 1.8689967275815679e-06,
|
2326 |
+
"loss": 1.6559,
|
2327 |
+
"step": 1655
|
2328 |
+
},
|
2329 |
+
{
|
2330 |
+
"epoch": 0.925242109663485,
|
2331 |
+
"grad_norm": 0.9920323491096497,
|
2332 |
+
"learning_rate": 1.7395544861325718e-06,
|
2333 |
+
"loss": 1.6751,
|
2334 |
+
"step": 1660
|
2335 |
+
},
|
2336 |
+
{
|
2337 |
+
"epoch": 0.9280289834877726,
|
2338 |
+
"grad_norm": 0.9998114705085754,
|
2339 |
+
"learning_rate": 1.614677684307264e-06,
|
2340 |
+
"loss": 1.6378,
|
2341 |
+
"step": 1665
|
2342 |
+
},
|
2343 |
+
{
|
2344 |
+
"epoch": 0.9308158573120602,
|
2345 |
+
"grad_norm": 0.9813428521156311,
|
2346 |
+
"learning_rate": 1.494378135454938e-06,
|
2347 |
+
"loss": 1.633,
|
2348 |
+
"step": 1670
|
2349 |
+
},
|
2350 |
+
{
|
2351 |
+
"epoch": 0.9336027311363478,
|
2352 |
+
"grad_norm": 0.9274668097496033,
|
2353 |
+
"learning_rate": 1.3786672199165962e-06,
|
2354 |
+
"loss": 1.6576,
|
2355 |
+
"step": 1675
|
2356 |
+
},
|
2357 |
+
{
|
2358 |
+
"epoch": 0.9363896049606354,
|
2359 |
+
"grad_norm": 0.9314688444137573,
|
2360 |
+
"learning_rate": 1.2675558839483848e-06,
|
2361 |
+
"loss": 1.5988,
|
2362 |
+
"step": 1680
|
2363 |
+
},
|
2364 |
+
{
|
2365 |
+
"epoch": 0.939176478784923,
|
2366 |
+
"grad_norm": 0.9858189225196838,
|
2367 |
+
"learning_rate": 1.1610546386860988e-06,
|
2368 |
+
"loss": 1.6311,
|
2369 |
+
"step": 1685
|
2370 |
+
},
|
2371 |
+
{
|
2372 |
+
"epoch": 0.9419633526092106,
|
2373 |
+
"grad_norm": 1.005400538444519,
|
2374 |
+
"learning_rate": 1.0591735591507946e-06,
|
2375 |
+
"loss": 1.6264,
|
2376 |
+
"step": 1690
|
2377 |
+
},
|
2378 |
+
{
|
2379 |
+
"epoch": 0.9447502264334983,
|
2380 |
+
"grad_norm": 1.0077372789382935,
|
2381 |
+
"learning_rate": 9.619222832957243e-07,
|
2382 |
+
"loss": 1.6273,
|
2383 |
+
"step": 1695
|
2384 |
+
},
|
2385 |
+
{
|
2386 |
+
"epoch": 0.9475371002577858,
|
2387 |
+
"grad_norm": 0.9848856925964355,
|
2388 |
+
"learning_rate": 8.693100110945484e-07,
|
2389 |
+
"loss": 1.6123,
|
2390 |
+
"step": 1700
|
2391 |
+
},
|
2392 |
+
{
|
2393 |
+
"epoch": 0.9503239740820735,
|
2394 |
+
"grad_norm": 0.9205525517463684,
|
2395 |
+
"learning_rate": 7.813455036710715e-07,
|
2396 |
+
"loss": 1.6065,
|
2397 |
+
"step": 1705
|
2398 |
+
},
|
2399 |
+
{
|
2400 |
+
"epoch": 0.953110847906361,
|
2401 |
+
"grad_norm": 0.9617009162902832,
|
2402 |
+
"learning_rate": 6.980370824703763e-07,
|
2403 |
+
"loss": 1.67,
|
2404 |
+
"step": 1710
|
2405 |
+
},
|
2406 |
+
{
|
2407 |
+
"epoch": 0.9558977217306487,
|
2408 |
+
"grad_norm": 1.0937501192092896,
|
2409 |
+
"learning_rate": 6.193926284716711e-07,
|
2410 |
+
"loss": 1.5918,
|
2411 |
+
"step": 1715
|
2412 |
+
},
|
2413 |
+
{
|
2414 |
+
"epoch": 0.9586845955549362,
|
2415 |
+
"grad_norm": 0.9189473986625671,
|
2416 |
+
"learning_rate": 5.454195814427021e-07,
|
2417 |
+
"loss": 1.6965,
|
2418 |
+
"step": 1720
|
2419 |
+
},
|
2420 |
+
{
|
2421 |
+
"epoch": 0.9614714693792239,
|
2422 |
+
"grad_norm": 0.9764816761016846,
|
2423 |
+
"learning_rate": 4.76124939235989e-07,
|
2424 |
+
"loss": 1.5873,
|
2425 |
+
"step": 1725
|
2426 |
+
},
|
2427 |
+
{
|
2428 |
+
"epoch": 0.9642583432035114,
|
2429 |
+
"grad_norm": 0.9174162149429321,
|
2430 |
+
"learning_rate": 4.1151525712680996e-07,
|
2431 |
+
"loss": 1.5511,
|
2432 |
+
"step": 1730
|
2433 |
+
},
|
2434 |
+
{
|
2435 |
+
"epoch": 0.9670452170277991,
|
2436 |
+
"grad_norm": 1.0921601057052612,
|
2437 |
+
"learning_rate": 3.515966471930643e-07,
|
2438 |
+
"loss": 1.7006,
|
2439 |
+
"step": 1735
|
2440 |
+
},
|
2441 |
+
{
|
2442 |
+
"epoch": 0.9698320908520867,
|
2443 |
+
"grad_norm": 0.9906566143035889,
|
2444 |
+
"learning_rate": 2.963747777370907e-07,
|
2445 |
+
"loss": 1.6587,
|
2446 |
+
"step": 1740
|
2447 |
+
},
|
2448 |
+
{
|
2449 |
+
"epoch": 0.9726189646763743,
|
2450 |
+
"grad_norm": 1.0743408203125,
|
2451 |
+
"learning_rate": 2.458548727494292e-07,
|
2452 |
+
"loss": 1.5564,
|
2453 |
+
"step": 1745
|
2454 |
+
},
|
2455 |
+
{
|
2456 |
+
"epoch": 0.9754058385006619,
|
2457 |
+
"grad_norm": 0.9558684229850769,
|
2458 |
+
"learning_rate": 2.0004171141464467e-07,
|
2459 |
+
"loss": 1.6312,
|
2460 |
+
"step": 1750
|
2461 |
+
},
|
2462 |
+
{
|
2463 |
+
"epoch": 0.9781927123249495,
|
2464 |
+
"grad_norm": 1.00477135181427,
|
2465 |
+
"learning_rate": 1.589396276591937e-07,
|
2466 |
+
"loss": 1.613,
|
2467 |
+
"step": 1755
|
2468 |
+
},
|
2469 |
+
{
|
2470 |
+
"epoch": 0.9809795861492371,
|
2471 |
+
"grad_norm": 1.034407615661621,
|
2472 |
+
"learning_rate": 1.225525097414637e-07,
|
2473 |
+
"loss": 1.5766,
|
2474 |
+
"step": 1760
|
2475 |
+
},
|
2476 |
+
{
|
2477 |
+
"epoch": 0.9837664599735247,
|
2478 |
+
"grad_norm": 1.0314751863479614,
|
2479 |
+
"learning_rate": 9.088379988392848e-08,
|
2480 |
+
"loss": 1.6248,
|
2481 |
+
"step": 1765
|
2482 |
+
},
|
2483 |
+
{
|
2484 |
+
"epoch": 0.9865533337978123,
|
2485 |
+
"grad_norm": 0.9959791302680969,
|
2486 |
+
"learning_rate": 6.393649394749734e-08,
|
2487 |
+
"loss": 1.6185,
|
2488 |
+
"step": 1770
|
2489 |
+
},
|
2490 |
+
{
|
2491 |
+
"epoch": 0.9893402076221,
|
2492 |
+
"grad_norm": 1.0470571517944336,
|
2493 |
+
"learning_rate": 4.171314114815306e-08,
|
2494 |
+
"loss": 1.6926,
|
2495 |
+
"step": 1775
|
2496 |
+
},
|
2497 |
+
{
|
2498 |
+
"epoch": 0.9921270814463875,
|
2499 |
+
"grad_norm": 1.0142252445220947,
|
2500 |
+
"learning_rate": 2.4215843815733607e-08,
|
2501 |
+
"loss": 1.5745,
|
2502 |
+
"step": 1780
|
2503 |
+
},
|
2504 |
+
{
|
2505 |
+
"epoch": 0.9949139552706752,
|
2506 |
+
"grad_norm": 0.8373370170593262,
|
2507 |
+
"learning_rate": 1.1446257195119048e-08,
|
2508 |
+
"loss": 1.6419,
|
2509 |
+
"step": 1785
|
2510 |
+
},
|
2511 |
+
{
|
2512 |
+
"epoch": 0.9977008290949627,
|
2513 |
+
"grad_norm": 1.0657517910003662,
|
2514 |
+
"learning_rate": 3.4055892895901167e-09,
|
2515 |
+
"loss": 1.6516,
|
2516 |
+
"step": 1790
|
2517 |
+
},
|
2518 |
+
{
|
2519 |
+
"epoch": 1.0,
|
2520 |
+
"grad_norm": 3.7746706008911133,
|
2521 |
+
"learning_rate": 9.460074656963969e-11,
|
2522 |
+
"loss": 1.7167,
|
2523 |
+
"step": 1795
|
2524 |
+
}
|
2525 |
+
],
|
2526 |
+
"logging_steps": 5,
|
2527 |
+
"max_steps": 1795,
|
2528 |
+
"num_input_tokens_seen": 0,
|
2529 |
+
"num_train_epochs": 1,
|
2530 |
+
"save_steps": 500,
|
2531 |
+
"stateful_callbacks": {
|
2532 |
+
"TrainerControl": {
|
2533 |
+
"args": {
|
2534 |
+
"should_epoch_stop": false,
|
2535 |
+
"should_evaluate": false,
|
2536 |
+
"should_log": false,
|
2537 |
+
"should_save": true,
|
2538 |
+
"should_training_stop": true
|
2539 |
+
},
|
2540 |
+
"attributes": {}
|
2541 |
+
}
|
2542 |
+
},
|
2543 |
+
"total_flos": 2.029161804649267e+16,
|
2544 |
+
"train_batch_size": 1,
|
2545 |
+
"trial_name": null,
|
2546 |
+
"trial_params": null
|
2547 |
+
}
|