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 +112 -0
- adapter_config.json +42 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- chat_template.jinja +89 -0
- checkpoint-1200/README.md +208 -0
- checkpoint-1200/adapter_config.json +42 -0
- checkpoint-1200/adapter_model.safetensors +3 -0
- checkpoint-1200/added_tokens.json +28 -0
- checkpoint-1200/chat_template.jinja +89 -0
- checkpoint-1200/merges.txt +0 -0
- checkpoint-1200/optimizer.pt +3 -0
- checkpoint-1200/rng_state.pth +3 -0
- checkpoint-1200/scheduler.pt +3 -0
- checkpoint-1200/special_tokens_map.json +31 -0
- checkpoint-1200/tokenizer.json +3 -0
- checkpoint-1200/tokenizer_config.json +239 -0
- checkpoint-1200/trainer_state.json +1354 -0
- checkpoint-1200/training_args.bin +3 -0
- checkpoint-1200/vocab.json +0 -0
- checkpoint-1444/README.md +208 -0
- checkpoint-1444/adapter_config.json +42 -0
- checkpoint-1444/adapter_model.safetensors +3 -0
- checkpoint-1444/added_tokens.json +28 -0
- checkpoint-1444/chat_template.jinja +89 -0
- checkpoint-1444/merges.txt +0 -0
- checkpoint-1444/optimizer.pt +3 -0
- checkpoint-1444/rng_state.pth +3 -0
- checkpoint-1444/scheduler.pt +3 -0
- checkpoint-1444/special_tokens_map.json +31 -0
- checkpoint-1444/tokenizer.json +3 -0
- checkpoint-1444/tokenizer_config.json +239 -0
- checkpoint-1444/trainer_state.json +1618 -0
- checkpoint-1444/training_args.bin +3 -0
- checkpoint-1444/vocab.json +0 -0
- checkpoint-600/README.md +208 -0
- checkpoint-600/adapter_config.json +42 -0
- checkpoint-600/adapter_model.safetensors +3 -0
- checkpoint-600/added_tokens.json +28 -0
- checkpoint-600/chat_template.jinja +89 -0
- checkpoint-600/merges.txt +0 -0
- checkpoint-600/optimizer.pt +3 -0
- checkpoint-600/rng_state.pth +3 -0
- checkpoint-600/scheduler.pt +3 -0
- checkpoint-600/special_tokens_map.json +31 -0
- checkpoint-600/tokenizer.json +3 -0
- checkpoint-600/tokenizer_config.json +239 -0
- checkpoint-600/trainer_state.json +694 -0
- checkpoint-600/training_args.bin +3 -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-1200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
checkpoint-1444/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
checkpoint-900/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,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: Qwen/Qwen3-32B
|
| 5 |
+
tags:
|
| 6 |
+
- axolotl
|
| 7 |
+
- base_model:adapter:Qwen/Qwen3-32B
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
+
model-index:
|
| 12 |
+
- name: outputs/qwen32b-thai
|
| 13 |
+
results: []
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 17 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 18 |
+
|
| 19 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
| 20 |
+
<details><summary>See axolotl config</summary>
|
| 21 |
+
|
| 22 |
+
axolotl version: `0.13.0.dev0`
|
| 23 |
+
```yaml
|
| 24 |
+
adapter: lora
|
| 25 |
+
base_model: Qwen/Qwen3-32B
|
| 26 |
+
bf16: true
|
| 27 |
+
flash_attention: true
|
| 28 |
+
gradient_checkpointing: true
|
| 29 |
+
|
| 30 |
+
datasets:
|
| 31 |
+
- path: /workspace/data/wangchan_fixed
|
| 32 |
+
type: alpaca
|
| 33 |
+
split: train
|
| 34 |
+
|
| 35 |
+
val_set_size: 0
|
| 36 |
+
sequence_len: 2048
|
| 37 |
+
train_on_inputs: false
|
| 38 |
+
|
| 39 |
+
micro_batch_size: 4
|
| 40 |
+
gradient_accumulation_steps: 8
|
| 41 |
+
|
| 42 |
+
optimizer: adamw_torch
|
| 43 |
+
learning_rate: 1.0e-4
|
| 44 |
+
lr_scheduler: cosine
|
| 45 |
+
warmup_ratio: 0.03
|
| 46 |
+
weight_decay: 0.01
|
| 47 |
+
max_grad_norm: 1.0
|
| 48 |
+
num_epochs: 2
|
| 49 |
+
|
| 50 |
+
lora_r: 32
|
| 51 |
+
lora_alpha: 64
|
| 52 |
+
lora_dropout: 0.05
|
| 53 |
+
lora_target_modules:
|
| 54 |
+
- q_proj
|
| 55 |
+
- k_proj
|
| 56 |
+
- v_proj
|
| 57 |
+
- o_proj
|
| 58 |
+
- gate_proj
|
| 59 |
+
- down_proj
|
| 60 |
+
- up_proj
|
| 61 |
+
|
| 62 |
+
output_dir: ./outputs/qwen32b-thai
|
| 63 |
+
logging_steps: 10
|
| 64 |
+
save_steps: 300
|
| 65 |
+
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
</details><br>
|
| 69 |
+
|
| 70 |
+
# outputs/qwen32b-thai
|
| 71 |
+
|
| 72 |
+
This model is a fine-tuned version of [Qwen/Qwen3-32B](https://huggingface.co/Qwen/Qwen3-32B) on the None dataset.
|
| 73 |
+
|
| 74 |
+
## Model description
|
| 75 |
+
|
| 76 |
+
More information needed
|
| 77 |
+
|
| 78 |
+
## Intended uses & limitations
|
| 79 |
+
|
| 80 |
+
More information needed
|
| 81 |
+
|
| 82 |
+
## Training and evaluation data
|
| 83 |
+
|
| 84 |
+
More information needed
|
| 85 |
+
|
| 86 |
+
## Training procedure
|
| 87 |
+
|
| 88 |
+
### Training hyperparameters
|
| 89 |
+
|
| 90 |
+
The following hyperparameters were used during training:
|
| 91 |
+
- learning_rate: 0.0001
|
| 92 |
+
- train_batch_size: 4
|
| 93 |
+
- eval_batch_size: 4
|
| 94 |
+
- seed: 42
|
| 95 |
+
- gradient_accumulation_steps: 8
|
| 96 |
+
- total_train_batch_size: 32
|
| 97 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 98 |
+
- lr_scheduler_type: cosine
|
| 99 |
+
- lr_scheduler_warmup_steps: 43
|
| 100 |
+
- training_steps: 1444
|
| 101 |
+
|
| 102 |
+
### Training results
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
### Framework versions
|
| 107 |
+
|
| 108 |
+
- PEFT 0.17.1
|
| 109 |
+
- Transformers 4.57.3
|
| 110 |
+
- Pytorch 2.7.1+cu126
|
| 111 |
+
- Datasets 4.3.0
|
| 112 |
+
- Tokenizers 0.22.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen3-32B",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": null,
|
| 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": 64,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 32,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"v_proj",
|
| 29 |
+
"up_proj",
|
| 30 |
+
"down_proj",
|
| 31 |
+
"o_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"q_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": [],
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32d3102e68745e66c2daef4aaa01521bf2bec17841374a7c32db1b5afda55bfb
|
| 3 |
+
size 1073863208
|
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 |
+
}
|
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-1200/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-32B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- axolotl
|
| 7 |
+
- base_model:adapter:Qwen/Qwen3-32B
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for Model ID
|
| 13 |
+
|
| 14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
- **Developed by:** [More Information Needed]
|
| 27 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 28 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Model type:** [More Information Needed]
|
| 30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 31 |
+
- **License:** [More Information Needed]
|
| 32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 33 |
+
|
| 34 |
+
### Model Sources [optional]
|
| 35 |
+
|
| 36 |
+
<!-- Provide the basic links for the model. -->
|
| 37 |
+
|
| 38 |
+
- **Repository:** [More Information Needed]
|
| 39 |
+
- **Paper [optional]:** [More Information Needed]
|
| 40 |
+
- **Demo [optional]:** [More Information Needed]
|
| 41 |
+
|
| 42 |
+
## Uses
|
| 43 |
+
|
| 44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 45 |
+
|
| 46 |
+
### Direct Use
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Downstream Use [optional]
|
| 53 |
+
|
| 54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
### Out-of-Scope Use
|
| 59 |
+
|
| 60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
## Bias, Risks, and Limitations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 67 |
+
|
| 68 |
+
[More Information Needed]
|
| 69 |
+
|
| 70 |
+
### Recommendations
|
| 71 |
+
|
| 72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 73 |
+
|
| 74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 75 |
+
|
| 76 |
+
## How to Get Started with the Model
|
| 77 |
+
|
| 78 |
+
Use the code below to get started with the model.
|
| 79 |
+
|
| 80 |
+
[More Information Needed]
|
| 81 |
+
|
| 82 |
+
## Training Details
|
| 83 |
+
|
| 84 |
+
### Training Data
|
| 85 |
+
|
| 86 |
+
<!-- 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. -->
|
| 87 |
+
|
| 88 |
+
[More Information Needed]
|
| 89 |
+
|
| 90 |
+
### Training Procedure
|
| 91 |
+
|
| 92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 93 |
+
|
| 94 |
+
#### Preprocessing [optional]
|
| 95 |
+
|
| 96 |
+
[More Information Needed]
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
#### Training Hyperparameters
|
| 100 |
+
|
| 101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 102 |
+
|
| 103 |
+
#### Speeds, Sizes, Times [optional]
|
| 104 |
+
|
| 105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
## Evaluation
|
| 110 |
+
|
| 111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 112 |
+
|
| 113 |
+
### Testing Data, Factors & Metrics
|
| 114 |
+
|
| 115 |
+
#### Testing Data
|
| 116 |
+
|
| 117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Factors
|
| 122 |
+
|
| 123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
#### Metrics
|
| 128 |
+
|
| 129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
### Results
|
| 134 |
+
|
| 135 |
+
[More Information Needed]
|
| 136 |
+
|
| 137 |
+
#### Summary
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
## Model Examination [optional]
|
| 142 |
+
|
| 143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 144 |
+
|
| 145 |
+
[More Information Needed]
|
| 146 |
+
|
| 147 |
+
## Environmental Impact
|
| 148 |
+
|
| 149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 150 |
+
|
| 151 |
+
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).
|
| 152 |
+
|
| 153 |
+
- **Hardware Type:** [More Information Needed]
|
| 154 |
+
- **Hours used:** [More Information Needed]
|
| 155 |
+
- **Cloud Provider:** [More Information Needed]
|
| 156 |
+
- **Compute Region:** [More Information Needed]
|
| 157 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 158 |
+
|
| 159 |
+
## Technical Specifications [optional]
|
| 160 |
+
|
| 161 |
+
### Model Architecture and Objective
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
### Compute Infrastructure
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Hardware
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
#### Software
|
| 174 |
+
|
| 175 |
+
[More Information Needed]
|
| 176 |
+
|
| 177 |
+
## Citation [optional]
|
| 178 |
+
|
| 179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 180 |
+
|
| 181 |
+
**BibTeX:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
**APA:**
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## Glossary [optional]
|
| 190 |
+
|
| 191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## More Information [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Authors [optional]
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
|
| 203 |
+
## Model Card Contact
|
| 204 |
+
|
| 205 |
+
[More Information Needed]
|
| 206 |
+
### Framework versions
|
| 207 |
+
|
| 208 |
+
- PEFT 0.17.1
|
checkpoint-1200/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen3-32B",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": null,
|
| 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": 64,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 32,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"v_proj",
|
| 29 |
+
"up_proj",
|
| 30 |
+
"down_proj",
|
| 31 |
+
"o_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"q_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": [],
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
checkpoint-1200/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9c8ddf77739193db123523dc4414f58df4f3eeae5feff00f41eee50f881a64e
|
| 3 |
+
size 1073863208
|
checkpoint-1200/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-1200/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-1200/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1200/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1172c8484f744983c9531c0da5896053adb6353a5761a6a0cad4ad4e0b9e6674
|
| 3 |
+
size 2148242275
|
checkpoint-1200/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6663df6cf4e9e942e7833fe9645e699bb07d7b28191118e8cc66260644bbee67
|
| 3 |
+
size 14645
|
checkpoint-1200/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dde084cca2e0284c3e37a771e8ef6ef071cd4613e2fc49d879ddcc79f50a195
|
| 3 |
+
size 1465
|
checkpoint-1200/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-1200/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
checkpoint-1200/tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
checkpoint-1200/trainer_state.json
ADDED
|
@@ -0,0 +1,1354 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.6623939026502685,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 1200,
|
| 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.013857613026156245,
|
| 14 |
+
"grad_norm": 0.1854863315820694,
|
| 15 |
+
"learning_rate": 2.0930232558139536e-05,
|
| 16 |
+
"loss": 0.8494,
|
| 17 |
+
"memory/device_reserved (GiB)": 89.89,
|
| 18 |
+
"memory/max_active (GiB)": 85.72,
|
| 19 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 20 |
+
"step": 10,
|
| 21 |
+
"tokens_per_second_per_gpu": 1111.65
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.02771522605231249,
|
| 25 |
+
"grad_norm": 0.09567277133464813,
|
| 26 |
+
"learning_rate": 4.418604651162791e-05,
|
| 27 |
+
"loss": 0.7842,
|
| 28 |
+
"memory/device_reserved (GiB)": 90.37,
|
| 29 |
+
"memory/max_active (GiB)": 85.72,
|
| 30 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 31 |
+
"step": 20,
|
| 32 |
+
"tokens_per_second_per_gpu": 1041.18
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.04157283907846873,
|
| 36 |
+
"grad_norm": 0.1211227998137474,
|
| 37 |
+
"learning_rate": 6.744186046511628e-05,
|
| 38 |
+
"loss": 0.7353,
|
| 39 |
+
"memory/device_reserved (GiB)": 90.37,
|
| 40 |
+
"memory/max_active (GiB)": 85.72,
|
| 41 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 42 |
+
"step": 30,
|
| 43 |
+
"tokens_per_second_per_gpu": 993.82
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"epoch": 0.05543045210462498,
|
| 47 |
+
"grad_norm": 0.09696491807699203,
|
| 48 |
+
"learning_rate": 9.069767441860465e-05,
|
| 49 |
+
"loss": 0.6943,
|
| 50 |
+
"memory/device_reserved (GiB)": 90.37,
|
| 51 |
+
"memory/max_active (GiB)": 85.72,
|
| 52 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 53 |
+
"step": 40,
|
| 54 |
+
"tokens_per_second_per_gpu": 849.91
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.06928806513078123,
|
| 58 |
+
"grad_norm": 0.12007619440555573,
|
| 59 |
+
"learning_rate": 9.999547457436221e-05,
|
| 60 |
+
"loss": 0.6814,
|
| 61 |
+
"memory/device_reserved (GiB)": 90.38,
|
| 62 |
+
"memory/max_active (GiB)": 85.72,
|
| 63 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 64 |
+
"step": 50,
|
| 65 |
+
"tokens_per_second_per_gpu": 971.92
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.08314567815693746,
|
| 69 |
+
"grad_norm": 0.12358752638101578,
|
| 70 |
+
"learning_rate": 9.996782216198338e-05,
|
| 71 |
+
"loss": 0.69,
|
| 72 |
+
"memory/device_reserved (GiB)": 90.38,
|
| 73 |
+
"memory/max_active (GiB)": 85.72,
|
| 74 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 75 |
+
"step": 60,
|
| 76 |
+
"tokens_per_second_per_gpu": 862.06
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"epoch": 0.09700329118309371,
|
| 80 |
+
"grad_norm": 0.11916535347700119,
|
| 81 |
+
"learning_rate": 9.991504534967746e-05,
|
| 82 |
+
"loss": 0.7048,
|
| 83 |
+
"memory/device_reserved (GiB)": 90.38,
|
| 84 |
+
"memory/max_active (GiB)": 85.72,
|
| 85 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 86 |
+
"step": 70,
|
| 87 |
+
"tokens_per_second_per_gpu": 1024.18
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.11086090420924996,
|
| 91 |
+
"grad_norm": 0.12464027106761932,
|
| 92 |
+
"learning_rate": 9.983717067423721e-05,
|
| 93 |
+
"loss": 0.6705,
|
| 94 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 95 |
+
"memory/max_active (GiB)": 85.72,
|
| 96 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 97 |
+
"step": 80,
|
| 98 |
+
"tokens_per_second_per_gpu": 1009.08
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 0.1247185172354062,
|
| 102 |
+
"grad_norm": 0.1264505237340927,
|
| 103 |
+
"learning_rate": 9.973423729195168e-05,
|
| 104 |
+
"loss": 0.6387,
|
| 105 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 106 |
+
"memory/max_active (GiB)": 85.72,
|
| 107 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 108 |
+
"step": 90,
|
| 109 |
+
"tokens_per_second_per_gpu": 1027.91
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.13857613026156246,
|
| 113 |
+
"grad_norm": 0.1262999027967453,
|
| 114 |
+
"learning_rate": 9.960629695891814e-05,
|
| 115 |
+
"loss": 0.6447,
|
| 116 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 117 |
+
"memory/max_active (GiB)": 85.72,
|
| 118 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 119 |
+
"step": 100,
|
| 120 |
+
"tokens_per_second_per_gpu": 935.25
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"epoch": 0.1524337432877187,
|
| 124 |
+
"grad_norm": 0.12777547538280487,
|
| 125 |
+
"learning_rate": 9.945341400501838e-05,
|
| 126 |
+
"loss": 0.6846,
|
| 127 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 128 |
+
"memory/max_active (GiB)": 85.72,
|
| 129 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 130 |
+
"step": 110,
|
| 131 |
+
"tokens_per_second_per_gpu": 997.71
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"epoch": 0.16629135631387493,
|
| 135 |
+
"grad_norm": 0.12563012540340424,
|
| 136 |
+
"learning_rate": 9.927566530157298e-05,
|
| 137 |
+
"loss": 0.6765,
|
| 138 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 139 |
+
"memory/max_active (GiB)": 85.72,
|
| 140 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 141 |
+
"step": 120,
|
| 142 |
+
"tokens_per_second_per_gpu": 1120.19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.1801489693400312,
|
| 146 |
+
"grad_norm": 0.13785897195339203,
|
| 147 |
+
"learning_rate": 9.907314022268946e-05,
|
| 148 |
+
"loss": 0.6315,
|
| 149 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 150 |
+
"memory/max_active (GiB)": 85.72,
|
| 151 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 152 |
+
"step": 130,
|
| 153 |
+
"tokens_per_second_per_gpu": 801.56
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.19400658236618742,
|
| 157 |
+
"grad_norm": 0.14731284976005554,
|
| 158 |
+
"learning_rate": 9.884594060032406e-05,
|
| 159 |
+
"loss": 0.6642,
|
| 160 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 161 |
+
"memory/max_active (GiB)": 85.72,
|
| 162 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 163 |
+
"step": 140,
|
| 164 |
+
"tokens_per_second_per_gpu": 944.29
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.20786419539234366,
|
| 168 |
+
"grad_norm": 0.1298578828573227,
|
| 169 |
+
"learning_rate": 9.859418067307928e-05,
|
| 170 |
+
"loss": 0.6696,
|
| 171 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 172 |
+
"memory/max_active (GiB)": 85.72,
|
| 173 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 174 |
+
"step": 150,
|
| 175 |
+
"tokens_per_second_per_gpu": 913.99
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"epoch": 0.22172180841849992,
|
| 179 |
+
"grad_norm": 0.13122966885566711,
|
| 180 |
+
"learning_rate": 9.831798702876352e-05,
|
| 181 |
+
"loss": 0.6768,
|
| 182 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 183 |
+
"memory/max_active (GiB)": 85.72,
|
| 184 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 185 |
+
"step": 160,
|
| 186 |
+
"tokens_per_second_per_gpu": 983.71
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 0.23557942144465616,
|
| 190 |
+
"grad_norm": 0.12356515228748322,
|
| 191 |
+
"learning_rate": 9.801749854074122e-05,
|
| 192 |
+
"loss": 0.6526,
|
| 193 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 194 |
+
"memory/max_active (GiB)": 85.72,
|
| 195 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 196 |
+
"step": 170,
|
| 197 |
+
"tokens_per_second_per_gpu": 903.88
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"epoch": 0.2494370344708124,
|
| 201 |
+
"grad_norm": 0.11831440776586533,
|
| 202 |
+
"learning_rate": 9.769286629810572e-05,
|
| 203 |
+
"loss": 0.6415,
|
| 204 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 205 |
+
"memory/max_active (GiB)": 85.72,
|
| 206 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 207 |
+
"step": 180,
|
| 208 |
+
"tokens_per_second_per_gpu": 819.58
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 0.2632946474969686,
|
| 212 |
+
"grad_norm": 0.12409751862287521,
|
| 213 |
+
"learning_rate": 9.73442535297099e-05,
|
| 214 |
+
"loss": 0.6685,
|
| 215 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 216 |
+
"memory/max_active (GiB)": 85.72,
|
| 217 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 218 |
+
"step": 190,
|
| 219 |
+
"tokens_per_second_per_gpu": 973.62
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.2771522605231249,
|
| 223 |
+
"grad_norm": 0.1352369785308838,
|
| 224 |
+
"learning_rate": 9.697183552209288e-05,
|
| 225 |
+
"loss": 0.6329,
|
| 226 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 227 |
+
"memory/max_active (GiB)": 85.72,
|
| 228 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 229 |
+
"step": 200,
|
| 230 |
+
"tokens_per_second_per_gpu": 903.58
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 0.29100987354928115,
|
| 234 |
+
"grad_norm": 0.12526443600654602,
|
| 235 |
+
"learning_rate": 9.657579953134383e-05,
|
| 236 |
+
"loss": 0.6452,
|
| 237 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 238 |
+
"memory/max_active (GiB)": 85.72,
|
| 239 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 240 |
+
"step": 210,
|
| 241 |
+
"tokens_per_second_per_gpu": 859.06
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.3048674865754374,
|
| 245 |
+
"grad_norm": 0.11614521592855453,
|
| 246 |
+
"learning_rate": 9.615634468894752e-05,
|
| 247 |
+
"loss": 0.6407,
|
| 248 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 249 |
+
"memory/max_active (GiB)": 85.72,
|
| 250 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 251 |
+
"step": 220,
|
| 252 |
+
"tokens_per_second_per_gpu": 850.93
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"epoch": 0.3187250996015936,
|
| 256 |
+
"grad_norm": 0.1328686773777008,
|
| 257 |
+
"learning_rate": 9.571368190165863e-05,
|
| 258 |
+
"loss": 0.6741,
|
| 259 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 260 |
+
"memory/max_active (GiB)": 85.72,
|
| 261 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 262 |
+
"step": 230,
|
| 263 |
+
"tokens_per_second_per_gpu": 1038.17
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"epoch": 0.33258271262774985,
|
| 267 |
+
"grad_norm": 0.13082517683506012,
|
| 268 |
+
"learning_rate": 9.524803374545548e-05,
|
| 269 |
+
"loss": 0.6906,
|
| 270 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 271 |
+
"memory/max_active (GiB)": 85.72,
|
| 272 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 273 |
+
"step": 240,
|
| 274 |
+
"tokens_per_second_per_gpu": 1066.43
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"epoch": 0.3464403256539061,
|
| 278 |
+
"grad_norm": 0.1282692551612854,
|
| 279 |
+
"learning_rate": 9.475963435362614e-05,
|
| 280 |
+
"loss": 0.6609,
|
| 281 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 282 |
+
"memory/max_active (GiB)": 85.72,
|
| 283 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 284 |
+
"step": 250,
|
| 285 |
+
"tokens_per_second_per_gpu": 986.84
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"epoch": 0.3602979386800624,
|
| 289 |
+
"grad_norm": 0.13708311319351196,
|
| 290 |
+
"learning_rate": 9.424872929904358e-05,
|
| 291 |
+
"loss": 0.6169,
|
| 292 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 293 |
+
"memory/max_active (GiB)": 85.72,
|
| 294 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 295 |
+
"step": 260,
|
| 296 |
+
"tokens_per_second_per_gpu": 1126.25
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.3741555517062186,
|
| 300 |
+
"grad_norm": 0.1323172152042389,
|
| 301 |
+
"learning_rate": 9.371557547068878e-05,
|
| 302 |
+
"loss": 0.6574,
|
| 303 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 304 |
+
"memory/max_active (GiB)": 85.72,
|
| 305 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 306 |
+
"step": 270,
|
| 307 |
+
"tokens_per_second_per_gpu": 1062.03
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"epoch": 0.38801316473237485,
|
| 311 |
+
"grad_norm": 0.12729060649871826,
|
| 312 |
+
"learning_rate": 9.316044094448392e-05,
|
| 313 |
+
"loss": 0.6583,
|
| 314 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 315 |
+
"memory/max_active (GiB)": 85.72,
|
| 316 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 317 |
+
"step": 280,
|
| 318 |
+
"tokens_per_second_per_gpu": 941.33
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.4018707777585311,
|
| 322 |
+
"grad_norm": 0.14719286561012268,
|
| 323 |
+
"learning_rate": 9.25836048485008e-05,
|
| 324 |
+
"loss": 0.6392,
|
| 325 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 326 |
+
"memory/max_active (GiB)": 85.72,
|
| 327 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 328 |
+
"step": 290,
|
| 329 |
+
"tokens_per_second_per_gpu": 883.56
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 0.4157283907846873,
|
| 333 |
+
"grad_norm": 0.12530402839183807,
|
| 334 |
+
"learning_rate": 9.198535722261181e-05,
|
| 335 |
+
"loss": 0.6623,
|
| 336 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 337 |
+
"memory/max_active (GiB)": 85.72,
|
| 338 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 339 |
+
"step": 300,
|
| 340 |
+
"tokens_per_second_per_gpu": 902.6
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"epoch": 0.4295860038108436,
|
| 344 |
+
"grad_norm": 0.1330760419368744,
|
| 345 |
+
"learning_rate": 9.136599887265483e-05,
|
| 346 |
+
"loss": 0.645,
|
| 347 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 348 |
+
"memory/max_active (GiB)": 85.72,
|
| 349 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 350 |
+
"step": 310,
|
| 351 |
+
"tokens_per_second_per_gpu": 997.96
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"epoch": 0.44344361683699984,
|
| 355 |
+
"grad_norm": 0.13317464292049408,
|
| 356 |
+
"learning_rate": 9.072584121918425e-05,
|
| 357 |
+
"loss": 0.6139,
|
| 358 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 359 |
+
"memory/max_active (GiB)": 85.72,
|
| 360 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 361 |
+
"step": 320,
|
| 362 |
+
"tokens_per_second_per_gpu": 980.08
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"epoch": 0.4573012298631561,
|
| 366 |
+
"grad_norm": 0.12773385643959045,
|
| 367 |
+
"learning_rate": 9.006520614088535e-05,
|
| 368 |
+
"loss": 0.6658,
|
| 369 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 370 |
+
"memory/max_active (GiB)": 85.72,
|
| 371 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 372 |
+
"step": 330,
|
| 373 |
+
"tokens_per_second_per_gpu": 937.57
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.4711588428893123,
|
| 377 |
+
"grad_norm": 0.13415341079235077,
|
| 378 |
+
"learning_rate": 8.938442581272983e-05,
|
| 379 |
+
"loss": 0.6737,
|
| 380 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 381 |
+
"memory/max_active (GiB)": 85.72,
|
| 382 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 383 |
+
"step": 340,
|
| 384 |
+
"tokens_per_second_per_gpu": 1046.92
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"epoch": 0.48501645591546855,
|
| 388 |
+
"grad_norm": 0.13382680714130402,
|
| 389 |
+
"learning_rate": 8.868384253895445e-05,
|
| 390 |
+
"loss": 0.6575,
|
| 391 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 392 |
+
"memory/max_active (GiB)": 85.72,
|
| 393 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 394 |
+
"step": 350,
|
| 395 |
+
"tokens_per_second_per_gpu": 1049.72
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.4988740689416248,
|
| 399 |
+
"grad_norm": 0.12621234357357025,
|
| 400 |
+
"learning_rate": 8.796380858094643e-05,
|
| 401 |
+
"loss": 0.6423,
|
| 402 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 403 |
+
"memory/max_active (GiB)": 85.72,
|
| 404 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 405 |
+
"step": 360,
|
| 406 |
+
"tokens_per_second_per_gpu": 926.35
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"epoch": 0.5127316819677811,
|
| 410 |
+
"grad_norm": 0.14663882553577423,
|
| 411 |
+
"learning_rate": 8.722468598012245e-05,
|
| 412 |
+
"loss": 0.6524,
|
| 413 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 414 |
+
"memory/max_active (GiB)": 85.72,
|
| 415 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 416 |
+
"step": 370,
|
| 417 |
+
"tokens_per_second_per_gpu": 993.98
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"epoch": 0.5265892949939373,
|
| 421 |
+
"grad_norm": 0.12107036262750626,
|
| 422 |
+
"learning_rate": 8.646684637588991e-05,
|
| 423 |
+
"loss": 0.6158,
|
| 424 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 425 |
+
"memory/max_active (GiB)": 85.72,
|
| 426 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 427 |
+
"step": 380,
|
| 428 |
+
"tokens_per_second_per_gpu": 882.74
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"epoch": 0.5404469080200935,
|
| 432 |
+
"grad_norm": 0.12905746698379517,
|
| 433 |
+
"learning_rate": 8.56906708187824e-05,
|
| 434 |
+
"loss": 0.6359,
|
| 435 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 436 |
+
"memory/max_active (GiB)": 85.72,
|
| 437 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 438 |
+
"step": 390,
|
| 439 |
+
"tokens_per_second_per_gpu": 992.61
|
| 440 |
+
},
|
| 441 |
+
{
|
| 442 |
+
"epoch": 0.5543045210462498,
|
| 443 |
+
"grad_norm": 0.14433123171329498,
|
| 444 |
+
"learning_rate": 8.489654957886306e-05,
|
| 445 |
+
"loss": 0.6124,
|
| 446 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 447 |
+
"memory/max_active (GiB)": 85.72,
|
| 448 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 449 |
+
"step": 400,
|
| 450 |
+
"tokens_per_second_per_gpu": 871.5
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.568162134072406,
|
| 454 |
+
"grad_norm": 0.13294072449207306,
|
| 455 |
+
"learning_rate": 8.40848819494923e-05,
|
| 456 |
+
"loss": 0.6803,
|
| 457 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 458 |
+
"memory/max_active (GiB)": 85.72,
|
| 459 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 460 |
+
"step": 410,
|
| 461 |
+
"tokens_per_second_per_gpu": 950.11
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"epoch": 0.5820197470985623,
|
| 465 |
+
"grad_norm": 0.1526036411523819,
|
| 466 |
+
"learning_rate": 8.325607604655839e-05,
|
| 467 |
+
"loss": 0.6088,
|
| 468 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 469 |
+
"memory/max_active (GiB)": 85.72,
|
| 470 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 471 |
+
"step": 420,
|
| 472 |
+
"tokens_per_second_per_gpu": 1025.1
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.5958773601247185,
|
| 476 |
+
"grad_norm": 0.1453717052936554,
|
| 477 |
+
"learning_rate": 8.241054860327216e-05,
|
| 478 |
+
"loss": 0.6669,
|
| 479 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 480 |
+
"memory/max_active (GiB)": 85.72,
|
| 481 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 482 |
+
"step": 430,
|
| 483 |
+
"tokens_per_second_per_gpu": 1074.36
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"epoch": 0.6097349731508748,
|
| 487 |
+
"grad_norm": 0.1466919481754303,
|
| 488 |
+
"learning_rate": 8.154872476062868e-05,
|
| 489 |
+
"loss": 0.6147,
|
| 490 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 491 |
+
"memory/max_active (GiB)": 85.72,
|
| 492 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 493 |
+
"step": 440,
|
| 494 |
+
"tokens_per_second_per_gpu": 1010.83
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"epoch": 0.6235925861770311,
|
| 498 |
+
"grad_norm": 0.12707076966762543,
|
| 499 |
+
"learning_rate": 8.067103785364139e-05,
|
| 500 |
+
"loss": 0.6096,
|
| 501 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 502 |
+
"memory/max_active (GiB)": 85.72,
|
| 503 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 504 |
+
"step": 450,
|
| 505 |
+
"tokens_per_second_per_gpu": 919.83
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"epoch": 0.6374501992031872,
|
| 509 |
+
"grad_norm": 0.13485883176326752,
|
| 510 |
+
"learning_rate": 7.977792919345633e-05,
|
| 511 |
+
"loss": 0.6342,
|
| 512 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 513 |
+
"memory/max_active (GiB)": 85.72,
|
| 514 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 515 |
+
"step": 460,
|
| 516 |
+
"tokens_per_second_per_gpu": 1033.87
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"epoch": 0.6513078122293435,
|
| 520 |
+
"grad_norm": 0.12489234656095505,
|
| 521 |
+
"learning_rate": 7.886984784545566e-05,
|
| 522 |
+
"loss": 0.6256,
|
| 523 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 524 |
+
"memory/max_active (GiB)": 85.72,
|
| 525 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 526 |
+
"step": 470,
|
| 527 |
+
"tokens_per_second_per_gpu": 1018.58
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.6651654252554997,
|
| 531 |
+
"grad_norm": 0.16094225645065308,
|
| 532 |
+
"learning_rate": 7.794725040346251e-05,
|
| 533 |
+
"loss": 0.6455,
|
| 534 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 535 |
+
"memory/max_active (GiB)": 85.72,
|
| 536 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 537 |
+
"step": 480,
|
| 538 |
+
"tokens_per_second_per_gpu": 933.16
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"epoch": 0.679023038281656,
|
| 542 |
+
"grad_norm": 0.1351306140422821,
|
| 543 |
+
"learning_rate": 7.701060076016024e-05,
|
| 544 |
+
"loss": 0.6613,
|
| 545 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 546 |
+
"memory/max_active (GiB)": 85.72,
|
| 547 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 548 |
+
"step": 490,
|
| 549 |
+
"tokens_per_second_per_gpu": 970.62
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.6928806513078122,
|
| 553 |
+
"grad_norm": 0.1223958283662796,
|
| 554 |
+
"learning_rate": 7.606036987384184e-05,
|
| 555 |
+
"loss": 0.6186,
|
| 556 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 557 |
+
"memory/max_active (GiB)": 85.72,
|
| 558 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 559 |
+
"step": 500,
|
| 560 |
+
"tokens_per_second_per_gpu": 925.45
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"epoch": 0.7067382643339685,
|
| 564 |
+
"grad_norm": 0.11873335391283035,
|
| 565 |
+
"learning_rate": 7.509703553160666e-05,
|
| 566 |
+
"loss": 0.646,
|
| 567 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 568 |
+
"memory/max_active (GiB)": 85.72,
|
| 569 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 570 |
+
"step": 510,
|
| 571 |
+
"tokens_per_second_per_gpu": 990.93
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"epoch": 0.7205958773601248,
|
| 575 |
+
"grad_norm": 0.12990343570709229,
|
| 576 |
+
"learning_rate": 7.412108210912345e-05,
|
| 577 |
+
"loss": 0.6155,
|
| 578 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 579 |
+
"memory/max_active (GiB)": 85.72,
|
| 580 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 581 |
+
"step": 520,
|
| 582 |
+
"tokens_per_second_per_gpu": 955.97
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"epoch": 0.7344534903862809,
|
| 586 |
+
"grad_norm": 0.1376057118177414,
|
| 587 |
+
"learning_rate": 7.31330003270808e-05,
|
| 588 |
+
"loss": 0.6443,
|
| 589 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 590 |
+
"memory/max_active (GiB)": 85.72,
|
| 591 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 592 |
+
"step": 530,
|
| 593 |
+
"tokens_per_second_per_gpu": 895.07
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"epoch": 0.7483111034124372,
|
| 597 |
+
"grad_norm": 0.13277359306812286,
|
| 598 |
+
"learning_rate": 7.213328700444696e-05,
|
| 599 |
+
"loss": 0.6188,
|
| 600 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 601 |
+
"memory/max_active (GiB)": 85.72,
|
| 602 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 603 |
+
"step": 540,
|
| 604 |
+
"tokens_per_second_per_gpu": 907.27
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.7621687164385934,
|
| 608 |
+
"grad_norm": 0.13623632490634918,
|
| 609 |
+
"learning_rate": 7.112244480866356e-05,
|
| 610 |
+
"loss": 0.6471,
|
| 611 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 612 |
+
"memory/max_active (GiB)": 85.72,
|
| 613 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 614 |
+
"step": 550,
|
| 615 |
+
"tokens_per_second_per_gpu": 1002.06
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"epoch": 0.7760263294647497,
|
| 619 |
+
"grad_norm": 0.13037075102329254,
|
| 620 |
+
"learning_rate": 7.010098200289859e-05,
|
| 621 |
+
"loss": 0.647,
|
| 622 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 623 |
+
"memory/max_active (GiB)": 85.72,
|
| 624 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 625 |
+
"step": 560,
|
| 626 |
+
"tokens_per_second_per_gpu": 1047.58
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.789883942490906,
|
| 630 |
+
"grad_norm": 0.12997141480445862,
|
| 631 |
+
"learning_rate": 6.906941219048584e-05,
|
| 632 |
+
"loss": 0.6071,
|
| 633 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 634 |
+
"memory/max_active (GiB)": 85.72,
|
| 635 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 636 |
+
"step": 570,
|
| 637 |
+
"tokens_per_second_per_gpu": 1073.59
|
| 638 |
+
},
|
| 639 |
+
{
|
| 640 |
+
"epoch": 0.8037415555170622,
|
| 641 |
+
"grad_norm": 0.14118416607379913,
|
| 642 |
+
"learning_rate": 6.802825405667905e-05,
|
| 643 |
+
"loss": 0.6101,
|
| 644 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 645 |
+
"memory/max_active (GiB)": 85.72,
|
| 646 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 647 |
+
"step": 580,
|
| 648 |
+
"tokens_per_second_per_gpu": 1097.31
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"epoch": 0.8175991685432185,
|
| 652 |
+
"grad_norm": 0.126139834523201,
|
| 653 |
+
"learning_rate": 6.697803110785115e-05,
|
| 654 |
+
"loss": 0.6084,
|
| 655 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 656 |
+
"memory/max_active (GiB)": 85.72,
|
| 657 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 658 |
+
"step": 590,
|
| 659 |
+
"tokens_per_second_per_gpu": 933.94
|
| 660 |
+
},
|
| 661 |
+
{
|
| 662 |
+
"epoch": 0.8314567815693746,
|
| 663 |
+
"grad_norm": 0.1207822933793068,
|
| 664 |
+
"learning_rate": 6.591927140826902e-05,
|
| 665 |
+
"loss": 0.6416,
|
| 666 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 667 |
+
"memory/max_active (GiB)": 85.72,
|
| 668 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 669 |
+
"step": 600,
|
| 670 |
+
"tokens_per_second_per_gpu": 1007.52
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"epoch": 0.8453143945955309,
|
| 674 |
+
"grad_norm": 0.1316983848810196,
|
| 675 |
+
"learning_rate": 6.485250731457678e-05,
|
| 676 |
+
"loss": 0.6102,
|
| 677 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 678 |
+
"memory/max_active (GiB)": 85.72,
|
| 679 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 680 |
+
"step": 610,
|
| 681 |
+
"tokens_per_second_per_gpu": 866.4
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.8591720076216872,
|
| 685 |
+
"grad_norm": 0.13538379967212677,
|
| 686 |
+
"learning_rate": 6.377827520812061e-05,
|
| 687 |
+
"loss": 0.6426,
|
| 688 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 689 |
+
"memory/max_active (GiB)": 85.72,
|
| 690 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 691 |
+
"step": 620,
|
| 692 |
+
"tokens_per_second_per_gpu": 1044.49
|
| 693 |
+
},
|
| 694 |
+
{
|
| 695 |
+
"epoch": 0.8730296206478434,
|
| 696 |
+
"grad_norm": 0.1406071037054062,
|
| 697 |
+
"learning_rate": 6.269711522525006e-05,
|
| 698 |
+
"loss": 0.6029,
|
| 699 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 700 |
+
"memory/max_active (GiB)": 85.72,
|
| 701 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 702 |
+
"step": 630,
|
| 703 |
+
"tokens_per_second_per_gpu": 966.75
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.8868872336739997,
|
| 707 |
+
"grad_norm": 0.1416017860174179,
|
| 708 |
+
"learning_rate": 6.160957098573119e-05,
|
| 709 |
+
"loss": 0.6103,
|
| 710 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 711 |
+
"memory/max_active (GiB)": 85.72,
|
| 712 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 713 |
+
"step": 640,
|
| 714 |
+
"tokens_per_second_per_gpu": 996.12
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"epoch": 0.9007448467001559,
|
| 718 |
+
"grad_norm": 0.14168281853199005,
|
| 719 |
+
"learning_rate": 6.05161893194083e-05,
|
| 720 |
+
"loss": 0.6015,
|
| 721 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 722 |
+
"memory/max_active (GiB)": 85.72,
|
| 723 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 724 |
+
"step": 650,
|
| 725 |
+
"tokens_per_second_per_gpu": 1057.0
|
| 726 |
+
},
|
| 727 |
+
{
|
| 728 |
+
"epoch": 0.9146024597263122,
|
| 729 |
+
"grad_norm": 0.14854960143566132,
|
| 730 |
+
"learning_rate": 5.941751999125149e-05,
|
| 731 |
+
"loss": 0.5851,
|
| 732 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 733 |
+
"memory/max_active (GiB)": 85.72,
|
| 734 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 735 |
+
"step": 660,
|
| 736 |
+
"tokens_per_second_per_gpu": 992.44
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"epoch": 0.9284600727524683,
|
| 740 |
+
"grad_norm": 0.13109387457370758,
|
| 741 |
+
"learning_rate": 5.831411542492854e-05,
|
| 742 |
+
"loss": 0.6221,
|
| 743 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 744 |
+
"memory/max_active (GiB)": 85.72,
|
| 745 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 746 |
+
"step": 670,
|
| 747 |
+
"tokens_per_second_per_gpu": 1056.52
|
| 748 |
+
},
|
| 749 |
+
{
|
| 750 |
+
"epoch": 0.9423176857786246,
|
| 751 |
+
"grad_norm": 0.13833071291446686,
|
| 752 |
+
"learning_rate": 5.720653042503978e-05,
|
| 753 |
+
"loss": 0.5828,
|
| 754 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 755 |
+
"memory/max_active (GiB)": 85.72,
|
| 756 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 757 |
+
"step": 680,
|
| 758 |
+
"tokens_per_second_per_gpu": 1061.91
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 0.9561752988047809,
|
| 762 |
+
"grad_norm": 0.1346118003129959,
|
| 763 |
+
"learning_rate": 5.6095321898156016e-05,
|
| 764 |
+
"loss": 0.5827,
|
| 765 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 766 |
+
"memory/max_active (GiB)": 85.72,
|
| 767 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 768 |
+
"step": 690,
|
| 769 |
+
"tokens_per_second_per_gpu": 1017.14
|
| 770 |
+
},
|
| 771 |
+
{
|
| 772 |
+
"epoch": 0.9700329118309371,
|
| 773 |
+
"grad_norm": 0.12667891383171082,
|
| 774 |
+
"learning_rate": 5.498104857279941e-05,
|
| 775 |
+
"loss": 0.6744,
|
| 776 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 777 |
+
"memory/max_active (GiB)": 85.72,
|
| 778 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 779 |
+
"step": 700,
|
| 780 |
+
"tokens_per_second_per_gpu": 956.99
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.9838905248570934,
|
| 784 |
+
"grad_norm": 0.13424526154994965,
|
| 785 |
+
"learning_rate": 5.3864270718508305e-05,
|
| 786 |
+
"loss": 0.6298,
|
| 787 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 788 |
+
"memory/max_active (GiB)": 85.72,
|
| 789 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 790 |
+
"step": 710,
|
| 791 |
+
"tokens_per_second_per_gpu": 953.92
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"epoch": 0.9977481378832496,
|
| 795 |
+
"grad_norm": 0.12869331240653992,
|
| 796 |
+
"learning_rate": 5.274554986412716e-05,
|
| 797 |
+
"loss": 0.6199,
|
| 798 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 799 |
+
"memory/max_active (GiB)": 85.72,
|
| 800 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 801 |
+
"step": 720,
|
| 802 |
+
"tokens_per_second_per_gpu": 1040.0
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"epoch": 1.011086090420925,
|
| 806 |
+
"grad_norm": 0.14841921627521515,
|
| 807 |
+
"learning_rate": 5.162544851546349e-05,
|
| 808 |
+
"loss": 0.6032,
|
| 809 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 810 |
+
"memory/max_active (GiB)": 85.72,
|
| 811 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 812 |
+
"step": 730,
|
| 813 |
+
"tokens_per_second_per_gpu": 885.8
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"epoch": 1.0249437034470812,
|
| 817 |
+
"grad_norm": 0.15776373445987701,
|
| 818 |
+
"learning_rate": 5.0504529872453256e-05,
|
| 819 |
+
"loss": 0.5982,
|
| 820 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 821 |
+
"memory/max_active (GiB)": 85.72,
|
| 822 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 823 |
+
"step": 740,
|
| 824 |
+
"tokens_per_second_per_gpu": 1010.64
|
| 825 |
+
},
|
| 826 |
+
{
|
| 827 |
+
"epoch": 1.0388013164732375,
|
| 828 |
+
"grad_norm": 0.17491325736045837,
|
| 829 |
+
"learning_rate": 4.9383357545977497e-05,
|
| 830 |
+
"loss": 0.5993,
|
| 831 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 832 |
+
"memory/max_active (GiB)": 85.72,
|
| 833 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 834 |
+
"step": 750,
|
| 835 |
+
"tokens_per_second_per_gpu": 1085.43
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 1.0526589294993938,
|
| 839 |
+
"grad_norm": 0.15103822946548462,
|
| 840 |
+
"learning_rate": 4.8262495274472225e-05,
|
| 841 |
+
"loss": 0.5512,
|
| 842 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 843 |
+
"memory/max_active (GiB)": 85.72,
|
| 844 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 845 |
+
"step": 760,
|
| 846 |
+
"tokens_per_second_per_gpu": 1024.19
|
| 847 |
+
},
|
| 848 |
+
{
|
| 849 |
+
"epoch": 1.06651654252555,
|
| 850 |
+
"grad_norm": 0.15340133011341095,
|
| 851 |
+
"learning_rate": 4.7142506640474274e-05,
|
| 852 |
+
"loss": 0.5822,
|
| 853 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 854 |
+
"memory/max_active (GiB)": 85.72,
|
| 855 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 856 |
+
"step": 770,
|
| 857 |
+
"tokens_per_second_per_gpu": 1189.62
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 1.0803741555517061,
|
| 861 |
+
"grad_norm": 0.17283514142036438,
|
| 862 |
+
"learning_rate": 4.602395478724539e-05,
|
| 863 |
+
"loss": 0.5395,
|
| 864 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 865 |
+
"memory/max_active (GiB)": 85.72,
|
| 866 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 867 |
+
"step": 780,
|
| 868 |
+
"tokens_per_second_per_gpu": 1009.01
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"epoch": 1.0942317685778624,
|
| 872 |
+
"grad_norm": 0.15003962814807892,
|
| 873 |
+
"learning_rate": 4.490740213561727e-05,
|
| 874 |
+
"loss": 0.5358,
|
| 875 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 876 |
+
"memory/max_active (GiB)": 85.72,
|
| 877 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 878 |
+
"step": 790,
|
| 879 |
+
"tokens_per_second_per_gpu": 1047.2
|
| 880 |
+
},
|
| 881 |
+
{
|
| 882 |
+
"epoch": 1.1080893816040187,
|
| 883 |
+
"grad_norm": 0.1629399210214615,
|
| 884 |
+
"learning_rate": 4.379341010119992e-05,
|
| 885 |
+
"loss": 0.601,
|
| 886 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 887 |
+
"memory/max_active (GiB)": 85.72,
|
| 888 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 889 |
+
"step": 800,
|
| 890 |
+
"tokens_per_second_per_gpu": 942.61
|
| 891 |
+
},
|
| 892 |
+
{
|
| 893 |
+
"epoch": 1.121946994630175,
|
| 894 |
+
"grad_norm": 0.17462220788002014,
|
| 895 |
+
"learning_rate": 4.268253881209532e-05,
|
| 896 |
+
"loss": 0.5845,
|
| 897 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 898 |
+
"memory/max_active (GiB)": 85.72,
|
| 899 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 900 |
+
"step": 810,
|
| 901 |
+
"tokens_per_second_per_gpu": 1010.69
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"epoch": 1.1358046076563313,
|
| 905 |
+
"grad_norm": 0.17755432426929474,
|
| 906 |
+
"learning_rate": 4.157534682725856e-05,
|
| 907 |
+
"loss": 0.5637,
|
| 908 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 909 |
+
"memory/max_active (GiB)": 85.72,
|
| 910 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 911 |
+
"step": 820,
|
| 912 |
+
"tokens_per_second_per_gpu": 911.61
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 1.1496622206824874,
|
| 916 |
+
"grad_norm": 0.1729191541671753,
|
| 917 |
+
"learning_rate": 4.047239085564794e-05,
|
| 918 |
+
"loss": 0.5921,
|
| 919 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 920 |
+
"memory/max_active (GiB)": 85.72,
|
| 921 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 922 |
+
"step": 830,
|
| 923 |
+
"tokens_per_second_per_gpu": 914.41
|
| 924 |
+
},
|
| 925 |
+
{
|
| 926 |
+
"epoch": 1.1635198337086436,
|
| 927 |
+
"grad_norm": 0.15745393931865692,
|
| 928 |
+
"learning_rate": 3.937422547630519e-05,
|
| 929 |
+
"loss": 0.6086,
|
| 930 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 931 |
+
"memory/max_active (GiB)": 85.72,
|
| 932 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 933 |
+
"step": 840,
|
| 934 |
+
"tokens_per_second_per_gpu": 1000.17
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 1.1773774467348,
|
| 938 |
+
"grad_norm": 0.16624517738819122,
|
| 939 |
+
"learning_rate": 3.828140285950676e-05,
|
| 940 |
+
"loss": 0.5603,
|
| 941 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 942 |
+
"memory/max_active (GiB)": 85.72,
|
| 943 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 944 |
+
"step": 850,
|
| 945 |
+
"tokens_per_second_per_gpu": 991.45
|
| 946 |
+
},
|
| 947 |
+
{
|
| 948 |
+
"epoch": 1.1912350597609562,
|
| 949 |
+
"grad_norm": 0.17486163973808289,
|
| 950 |
+
"learning_rate": 3.7194472489126176e-05,
|
| 951 |
+
"loss": 0.5715,
|
| 952 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 953 |
+
"memory/max_active (GiB)": 85.72,
|
| 954 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 955 |
+
"step": 860,
|
| 956 |
+
"tokens_per_second_per_gpu": 1005.74
|
| 957 |
+
},
|
| 958 |
+
{
|
| 959 |
+
"epoch": 1.2050926727871123,
|
| 960 |
+
"grad_norm": 0.18270528316497803,
|
| 961 |
+
"learning_rate": 3.611398088634721e-05,
|
| 962 |
+
"loss": 0.5577,
|
| 963 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 964 |
+
"memory/max_active (GiB)": 85.72,
|
| 965 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 966 |
+
"step": 870,
|
| 967 |
+
"tokens_per_second_per_gpu": 965.77
|
| 968 |
+
},
|
| 969 |
+
{
|
| 970 |
+
"epoch": 1.2189502858132686,
|
| 971 |
+
"grad_norm": 0.1544029712677002,
|
| 972 |
+
"learning_rate": 3.5040471334866695e-05,
|
| 973 |
+
"loss": 0.5706,
|
| 974 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 975 |
+
"memory/max_active (GiB)": 85.72,
|
| 976 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 977 |
+
"step": 880,
|
| 978 |
+
"tokens_per_second_per_gpu": 885.82
|
| 979 |
+
},
|
| 980 |
+
{
|
| 981 |
+
"epoch": 1.2328078988394249,
|
| 982 |
+
"grad_norm": 0.1610870063304901,
|
| 983 |
+
"learning_rate": 3.397448360772516e-05,
|
| 984 |
+
"loss": 0.5791,
|
| 985 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 986 |
+
"memory/max_active (GiB)": 85.72,
|
| 987 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 988 |
+
"step": 890,
|
| 989 |
+
"tokens_per_second_per_gpu": 903.16
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 1.2466655118655812,
|
| 993 |
+
"grad_norm": 0.15956935286521912,
|
| 994 |
+
"learning_rate": 3.291655369590269e-05,
|
| 995 |
+
"loss": 0.5978,
|
| 996 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 997 |
+
"memory/max_active (GiB)": 85.72,
|
| 998 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 999 |
+
"step": 900,
|
| 1000 |
+
"tokens_per_second_per_gpu": 954.24
|
| 1001 |
+
},
|
| 1002 |
+
{
|
| 1003 |
+
"epoch": 1.2605231248917375,
|
| 1004 |
+
"grad_norm": 0.17166025936603546,
|
| 1005 |
+
"learning_rate": 3.186721353881648e-05,
|
| 1006 |
+
"loss": 0.5702,
|
| 1007 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1008 |
+
"memory/max_active (GiB)": 85.72,
|
| 1009 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1010 |
+
"step": 910,
|
| 1011 |
+
"tokens_per_second_per_gpu": 1044.16
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 1.2743807379178937,
|
| 1015 |
+
"grad_norm": 0.1581714153289795,
|
| 1016 |
+
"learning_rate": 3.082699075685553e-05,
|
| 1017 |
+
"loss": 0.5839,
|
| 1018 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1019 |
+
"memory/max_active (GiB)": 85.72,
|
| 1020 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1021 |
+
"step": 920,
|
| 1022 |
+
"tokens_per_second_per_gpu": 924.88
|
| 1023 |
+
},
|
| 1024 |
+
{
|
| 1025 |
+
"epoch": 1.2882383509440498,
|
| 1026 |
+
"grad_norm": 0.17262092232704163,
|
| 1027 |
+
"learning_rate": 2.9796408386086962e-05,
|
| 1028 |
+
"loss": 0.5687,
|
| 1029 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1030 |
+
"memory/max_active (GiB)": 84.97,
|
| 1031 |
+
"memory/max_allocated (GiB)": 84.97,
|
| 1032 |
+
"step": 930,
|
| 1033 |
+
"tokens_per_second_per_gpu": 896.89
|
| 1034 |
+
},
|
| 1035 |
+
{
|
| 1036 |
+
"epoch": 1.302095963970206,
|
| 1037 |
+
"grad_norm": 0.2113182544708252,
|
| 1038 |
+
"learning_rate": 2.8775984615267504e-05,
|
| 1039 |
+
"loss": 0.5764,
|
| 1040 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1041 |
+
"memory/max_active (GiB)": 85.72,
|
| 1042 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1043 |
+
"step": 940,
|
| 1044 |
+
"tokens_per_second_per_gpu": 871.53
|
| 1045 |
+
},
|
| 1046 |
+
{
|
| 1047 |
+
"epoch": 1.3159535769963624,
|
| 1048 |
+
"grad_norm": 0.16499237716197968,
|
| 1049 |
+
"learning_rate": 2.7766232525292103e-05,
|
| 1050 |
+
"loss": 0.5451,
|
| 1051 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1052 |
+
"memory/max_active (GiB)": 85.72,
|
| 1053 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1054 |
+
"step": 950,
|
| 1055 |
+
"tokens_per_second_per_gpu": 846.63
|
| 1056 |
+
},
|
| 1057 |
+
{
|
| 1058 |
+
"epoch": 1.3298111900225187,
|
| 1059 |
+
"grad_norm": 0.16787481307983398,
|
| 1060 |
+
"learning_rate": 2.676765983121089e-05,
|
| 1061 |
+
"loss": 0.5698,
|
| 1062 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1063 |
+
"memory/max_active (GiB)": 85.72,
|
| 1064 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1065 |
+
"step": 960,
|
| 1066 |
+
"tokens_per_second_per_gpu": 996.59
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 1.3436688030486748,
|
| 1070 |
+
"grad_norm": 0.17758306860923767,
|
| 1071 |
+
"learning_rate": 2.578076862694426e-05,
|
| 1072 |
+
"loss": 0.5677,
|
| 1073 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1074 |
+
"memory/max_active (GiB)": 85.72,
|
| 1075 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1076 |
+
"step": 970,
|
| 1077 |
+
"tokens_per_second_per_gpu": 990.05
|
| 1078 |
+
},
|
| 1079 |
+
{
|
| 1080 |
+
"epoch": 1.357526416074831,
|
| 1081 |
+
"grad_norm": 0.1822880357503891,
|
| 1082 |
+
"learning_rate": 2.4806055132824185e-05,
|
| 1083 |
+
"loss": 0.5832,
|
| 1084 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1085 |
+
"memory/max_active (GiB)": 85.72,
|
| 1086 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1087 |
+
"step": 980,
|
| 1088 |
+
"tokens_per_second_per_gpu": 941.98
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 1.3713840291009873,
|
| 1092 |
+
"grad_norm": 0.19017541408538818,
|
| 1093 |
+
"learning_rate": 2.384400944608886e-05,
|
| 1094 |
+
"loss": 0.5803,
|
| 1095 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1096 |
+
"memory/max_active (GiB)": 85.72,
|
| 1097 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1098 |
+
"step": 990,
|
| 1099 |
+
"tokens_per_second_per_gpu": 942.86
|
| 1100 |
+
},
|
| 1101 |
+
{
|
| 1102 |
+
"epoch": 1.3852416421271436,
|
| 1103 |
+
"grad_norm": 0.19104644656181335,
|
| 1104 |
+
"learning_rate": 2.289511529445616e-05,
|
| 1105 |
+
"loss": 0.5507,
|
| 1106 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1107 |
+
"memory/max_active (GiB)": 85.72,
|
| 1108 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1109 |
+
"step": 1000,
|
| 1110 |
+
"tokens_per_second_per_gpu": 905.35
|
| 1111 |
+
},
|
| 1112 |
+
{
|
| 1113 |
+
"epoch": 1.3990992551533,
|
| 1114 |
+
"grad_norm": 0.16881509125232697,
|
| 1115 |
+
"learning_rate": 2.195984979289974e-05,
|
| 1116 |
+
"loss": 0.5855,
|
| 1117 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1118 |
+
"memory/max_active (GiB)": 85.72,
|
| 1119 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1120 |
+
"step": 1010,
|
| 1121 |
+
"tokens_per_second_per_gpu": 963.29
|
| 1122 |
+
},
|
| 1123 |
+
{
|
| 1124 |
+
"epoch": 1.4129568681794562,
|
| 1125 |
+
"grad_norm": 0.17394502460956573,
|
| 1126 |
+
"learning_rate": 2.1038683203750092e-05,
|
| 1127 |
+
"loss": 0.593,
|
| 1128 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1129 |
+
"memory/max_active (GiB)": 85.72,
|
| 1130 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1131 |
+
"step": 1020,
|
| 1132 |
+
"tokens_per_second_per_gpu": 874.44
|
| 1133 |
+
},
|
| 1134 |
+
{
|
| 1135 |
+
"epoch": 1.4268144812056123,
|
| 1136 |
+
"grad_norm": 0.17141559720039368,
|
| 1137 |
+
"learning_rate": 2.0132078700241158e-05,
|
| 1138 |
+
"loss": 0.5932,
|
| 1139 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1140 |
+
"memory/max_active (GiB)": 85.72,
|
| 1141 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1142 |
+
"step": 1030,
|
| 1143 |
+
"tokens_per_second_per_gpu": 898.09
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 1.4406720942317686,
|
| 1147 |
+
"grad_norm": 0.17774531245231628,
|
| 1148 |
+
"learning_rate": 1.924049213362153e-05,
|
| 1149 |
+
"loss": 0.5972,
|
| 1150 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1151 |
+
"memory/max_active (GiB)": 85.72,
|
| 1152 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1153 |
+
"step": 1040,
|
| 1154 |
+
"tokens_per_second_per_gpu": 780.07
|
| 1155 |
+
},
|
| 1156 |
+
{
|
| 1157 |
+
"epoch": 1.4545297072579249,
|
| 1158 |
+
"grad_norm": 0.18897521495819092,
|
| 1159 |
+
"learning_rate": 1.836437180394715e-05,
|
| 1160 |
+
"loss": 0.5828,
|
| 1161 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1162 |
+
"memory/max_active (GiB)": 85.72,
|
| 1163 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1164 |
+
"step": 1050,
|
| 1165 |
+
"tokens_per_second_per_gpu": 1176.61
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 1.4683873202840811,
|
| 1169 |
+
"grad_norm": 0.1707300990819931,
|
| 1170 |
+
"learning_rate": 1.750415823467082e-05,
|
| 1171 |
+
"loss": 0.5548,
|
| 1172 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1173 |
+
"memory/max_active (GiB)": 85.72,
|
| 1174 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1175 |
+
"step": 1060,
|
| 1176 |
+
"tokens_per_second_per_gpu": 1087.95
|
| 1177 |
+
},
|
| 1178 |
+
{
|
| 1179 |
+
"epoch": 1.4822449333102372,
|
| 1180 |
+
"grad_norm": 0.1707785278558731,
|
| 1181 |
+
"learning_rate": 1.666028395114185e-05,
|
| 1182 |
+
"loss": 0.5622,
|
| 1183 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1184 |
+
"memory/max_active (GiB)": 85.72,
|
| 1185 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1186 |
+
"step": 1070,
|
| 1187 |
+
"tokens_per_second_per_gpu": 840.77
|
| 1188 |
+
},
|
| 1189 |
+
{
|
| 1190 |
+
"epoch": 1.4961025463363935,
|
| 1191 |
+
"grad_norm": 0.1891181617975235,
|
| 1192 |
+
"learning_rate": 1.5833173263127426e-05,
|
| 1193 |
+
"loss": 0.5373,
|
| 1194 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1195 |
+
"memory/max_active (GiB)": 85.72,
|
| 1196 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1197 |
+
"step": 1080,
|
| 1198 |
+
"tokens_per_second_per_gpu": 1017.51
|
| 1199 |
+
},
|
| 1200 |
+
{
|
| 1201 |
+
"epoch": 1.5099601593625498,
|
| 1202 |
+
"grad_norm": 0.17579694092273712,
|
| 1203 |
+
"learning_rate": 1.5023242051464675e-05,
|
| 1204 |
+
"loss": 0.5578,
|
| 1205 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1206 |
+
"memory/max_active (GiB)": 85.72,
|
| 1207 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1208 |
+
"step": 1090,
|
| 1209 |
+
"tokens_per_second_per_gpu": 976.53
|
| 1210 |
+
},
|
| 1211 |
+
{
|
| 1212 |
+
"epoch": 1.523817772388706,
|
| 1213 |
+
"grad_norm": 0.16882087290287018,
|
| 1214 |
+
"learning_rate": 1.4230897558950951e-05,
|
| 1215 |
+
"loss": 0.5754,
|
| 1216 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1217 |
+
"memory/max_active (GiB)": 85.72,
|
| 1218 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1219 |
+
"step": 1100,
|
| 1220 |
+
"tokens_per_second_per_gpu": 1004.78
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 1.5376753854148624,
|
| 1224 |
+
"grad_norm": 0.1948268711566925,
|
| 1225 |
+
"learning_rate": 1.3456538185577466e-05,
|
| 1226 |
+
"loss": 0.5399,
|
| 1227 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1228 |
+
"memory/max_active (GiB)": 85.72,
|
| 1229 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1230 |
+
"step": 1110,
|
| 1231 |
+
"tokens_per_second_per_gpu": 1117.6
|
| 1232 |
+
},
|
| 1233 |
+
{
|
| 1234 |
+
"epoch": 1.5515329984410187,
|
| 1235 |
+
"grad_norm": 0.19728456437587738,
|
| 1236 |
+
"learning_rate": 1.2700553288209126e-05,
|
| 1237 |
+
"loss": 0.5915,
|
| 1238 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1239 |
+
"memory/max_active (GiB)": 85.72,
|
| 1240 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1241 |
+
"step": 1120,
|
| 1242 |
+
"tokens_per_second_per_gpu": 882.19
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 1.5653906114671747,
|
| 1246 |
+
"grad_norm": 0.17635080218315125,
|
| 1247 |
+
"learning_rate": 1.1963322984811453e-05,
|
| 1248 |
+
"loss": 0.5671,
|
| 1249 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1250 |
+
"memory/max_active (GiB)": 85.72,
|
| 1251 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1252 |
+
"step": 1130,
|
| 1253 |
+
"tokens_per_second_per_gpu": 1119.95
|
| 1254 |
+
},
|
| 1255 |
+
{
|
| 1256 |
+
"epoch": 1.579248224493331,
|
| 1257 |
+
"grad_norm": 0.17266033589839935,
|
| 1258 |
+
"learning_rate": 1.1245217963322763e-05,
|
| 1259 |
+
"loss": 0.5755,
|
| 1260 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1261 |
+
"memory/max_active (GiB)": 85.72,
|
| 1262 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1263 |
+
"step": 1140,
|
| 1264 |
+
"tokens_per_second_per_gpu": 788.89
|
| 1265 |
+
},
|
| 1266 |
+
{
|
| 1267 |
+
"epoch": 1.5931058375194873,
|
| 1268 |
+
"grad_norm": 0.17995904386043549,
|
| 1269 |
+
"learning_rate": 1.0546599295268061e-05,
|
| 1270 |
+
"loss": 0.5328,
|
| 1271 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1272 |
+
"memory/max_active (GiB)": 85.72,
|
| 1273 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1274 |
+
"step": 1150,
|
| 1275 |
+
"tokens_per_second_per_gpu": 948.5
|
| 1276 |
+
},
|
| 1277 |
+
{
|
| 1278 |
+
"epoch": 1.6069634505456434,
|
| 1279 |
+
"grad_norm": 0.17355145514011383,
|
| 1280 |
+
"learning_rate": 9.867818254208123e-06,
|
| 1281 |
+
"loss": 0.5633,
|
| 1282 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1283 |
+
"memory/max_active (GiB)": 85.72,
|
| 1284 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1285 |
+
"step": 1160,
|
| 1286 |
+
"tokens_per_second_per_gpu": 965.8
|
| 1287 |
+
},
|
| 1288 |
+
{
|
| 1289 |
+
"epoch": 1.6208210635717997,
|
| 1290 |
+
"grad_norm": 0.18094998598098755,
|
| 1291 |
+
"learning_rate": 9.209216139114935e-06,
|
| 1292 |
+
"loss": 0.5425,
|
| 1293 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1294 |
+
"memory/max_active (GiB)": 85.72,
|
| 1295 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1296 |
+
"step": 1170,
|
| 1297 |
+
"tokens_per_second_per_gpu": 914.6
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 1.634678676597956,
|
| 1301 |
+
"grad_norm": 0.19211266934871674,
|
| 1302 |
+
"learning_rate": 8.571124102762768e-06,
|
| 1303 |
+
"loss": 0.577,
|
| 1304 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1305 |
+
"memory/max_active (GiB)": 85.72,
|
| 1306 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1307 |
+
"step": 1180,
|
| 1308 |
+
"tokens_per_second_per_gpu": 987.37
|
| 1309 |
+
},
|
| 1310 |
+
{
|
| 1311 |
+
"epoch": 1.6485362896241122,
|
| 1312 |
+
"grad_norm": 0.1781914234161377,
|
| 1313 |
+
"learning_rate": 7.95386298522065e-06,
|
| 1314 |
+
"loss": 0.5719,
|
| 1315 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1316 |
+
"memory/max_active (GiB)": 85.72,
|
| 1317 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1318 |
+
"step": 1190,
|
| 1319 |
+
"tokens_per_second_per_gpu": 864.39
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"epoch": 1.6623939026502685,
|
| 1323 |
+
"grad_norm": 0.17774876952171326,
|
| 1324 |
+
"learning_rate": 7.357743152530272e-06,
|
| 1325 |
+
"loss": 0.5647,
|
| 1326 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1327 |
+
"memory/max_active (GiB)": 85.72,
|
| 1328 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1329 |
+
"step": 1200,
|
| 1330 |
+
"tokens_per_second_per_gpu": 954.56
|
| 1331 |
+
}
|
| 1332 |
+
],
|
| 1333 |
+
"logging_steps": 10,
|
| 1334 |
+
"max_steps": 1444,
|
| 1335 |
+
"num_input_tokens_seen": 0,
|
| 1336 |
+
"num_train_epochs": 2,
|
| 1337 |
+
"save_steps": 300,
|
| 1338 |
+
"stateful_callbacks": {
|
| 1339 |
+
"TrainerControl": {
|
| 1340 |
+
"args": {
|
| 1341 |
+
"should_epoch_stop": false,
|
| 1342 |
+
"should_evaluate": false,
|
| 1343 |
+
"should_log": false,
|
| 1344 |
+
"should_save": true,
|
| 1345 |
+
"should_training_stop": false
|
| 1346 |
+
},
|
| 1347 |
+
"attributes": {}
|
| 1348 |
+
}
|
| 1349 |
+
},
|
| 1350 |
+
"total_flos": 1.0675487659052237e+19,
|
| 1351 |
+
"train_batch_size": 4,
|
| 1352 |
+
"trial_name": null,
|
| 1353 |
+
"trial_params": null
|
| 1354 |
+
}
|
checkpoint-1200/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1418985538671b467762281d3c852d707544317aa0efccdb1a0b18aa66639c19
|
| 3 |
+
size 7249
|
checkpoint-1200/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1444/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-32B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- axolotl
|
| 7 |
+
- base_model:adapter:Qwen/Qwen3-32B
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for Model ID
|
| 13 |
+
|
| 14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
- **Developed by:** [More Information Needed]
|
| 27 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 28 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Model type:** [More Information Needed]
|
| 30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 31 |
+
- **License:** [More Information Needed]
|
| 32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 33 |
+
|
| 34 |
+
### Model Sources [optional]
|
| 35 |
+
|
| 36 |
+
<!-- Provide the basic links for the model. -->
|
| 37 |
+
|
| 38 |
+
- **Repository:** [More Information Needed]
|
| 39 |
+
- **Paper [optional]:** [More Information Needed]
|
| 40 |
+
- **Demo [optional]:** [More Information Needed]
|
| 41 |
+
|
| 42 |
+
## Uses
|
| 43 |
+
|
| 44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 45 |
+
|
| 46 |
+
### Direct Use
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Downstream Use [optional]
|
| 53 |
+
|
| 54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
### Out-of-Scope Use
|
| 59 |
+
|
| 60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
## Bias, Risks, and Limitations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 67 |
+
|
| 68 |
+
[More Information Needed]
|
| 69 |
+
|
| 70 |
+
### Recommendations
|
| 71 |
+
|
| 72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 73 |
+
|
| 74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 75 |
+
|
| 76 |
+
## How to Get Started with the Model
|
| 77 |
+
|
| 78 |
+
Use the code below to get started with the model.
|
| 79 |
+
|
| 80 |
+
[More Information Needed]
|
| 81 |
+
|
| 82 |
+
## Training Details
|
| 83 |
+
|
| 84 |
+
### Training Data
|
| 85 |
+
|
| 86 |
+
<!-- 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. -->
|
| 87 |
+
|
| 88 |
+
[More Information Needed]
|
| 89 |
+
|
| 90 |
+
### Training Procedure
|
| 91 |
+
|
| 92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 93 |
+
|
| 94 |
+
#### Preprocessing [optional]
|
| 95 |
+
|
| 96 |
+
[More Information Needed]
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
#### Training Hyperparameters
|
| 100 |
+
|
| 101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 102 |
+
|
| 103 |
+
#### Speeds, Sizes, Times [optional]
|
| 104 |
+
|
| 105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
## Evaluation
|
| 110 |
+
|
| 111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 112 |
+
|
| 113 |
+
### Testing Data, Factors & Metrics
|
| 114 |
+
|
| 115 |
+
#### Testing Data
|
| 116 |
+
|
| 117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Factors
|
| 122 |
+
|
| 123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
#### Metrics
|
| 128 |
+
|
| 129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
### Results
|
| 134 |
+
|
| 135 |
+
[More Information Needed]
|
| 136 |
+
|
| 137 |
+
#### Summary
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
## Model Examination [optional]
|
| 142 |
+
|
| 143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 144 |
+
|
| 145 |
+
[More Information Needed]
|
| 146 |
+
|
| 147 |
+
## Environmental Impact
|
| 148 |
+
|
| 149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 150 |
+
|
| 151 |
+
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).
|
| 152 |
+
|
| 153 |
+
- **Hardware Type:** [More Information Needed]
|
| 154 |
+
- **Hours used:** [More Information Needed]
|
| 155 |
+
- **Cloud Provider:** [More Information Needed]
|
| 156 |
+
- **Compute Region:** [More Information Needed]
|
| 157 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 158 |
+
|
| 159 |
+
## Technical Specifications [optional]
|
| 160 |
+
|
| 161 |
+
### Model Architecture and Objective
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
### Compute Infrastructure
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Hardware
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
#### Software
|
| 174 |
+
|
| 175 |
+
[More Information Needed]
|
| 176 |
+
|
| 177 |
+
## Citation [optional]
|
| 178 |
+
|
| 179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 180 |
+
|
| 181 |
+
**BibTeX:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
**APA:**
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## Glossary [optional]
|
| 190 |
+
|
| 191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## More Information [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Authors [optional]
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
|
| 203 |
+
## Model Card Contact
|
| 204 |
+
|
| 205 |
+
[More Information Needed]
|
| 206 |
+
### Framework versions
|
| 207 |
+
|
| 208 |
+
- PEFT 0.17.1
|
checkpoint-1444/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen3-32B",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": null,
|
| 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": 64,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 32,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"v_proj",
|
| 29 |
+
"up_proj",
|
| 30 |
+
"down_proj",
|
| 31 |
+
"o_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"q_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": [],
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
checkpoint-1444/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32d3102e68745e66c2daef4aaa01521bf2bec17841374a7c32db1b5afda55bfb
|
| 3 |
+
size 1073863208
|
checkpoint-1444/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-1444/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-1444/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1444/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3f5dff1b1fcb6423020c9f8905b0841a5de4b7356d45f4f318a28ea77216868
|
| 3 |
+
size 2148242275
|
checkpoint-1444/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2bb4df015b94dc175944b6277d06d9165d32dbe1723ed3b38a6fb25dada5658
|
| 3 |
+
size 14645
|
checkpoint-1444/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aedcb61d83c8935dbbf7d21057b3d31441ac3cd1a351783cc6609ce5bcede172
|
| 3 |
+
size 1465
|
checkpoint-1444/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-1444/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
checkpoint-1444/tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
checkpoint-1444/trainer_state.json
ADDED
|
@@ -0,0 +1,1618 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 1444,
|
| 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.013857613026156245,
|
| 14 |
+
"grad_norm": 0.1854863315820694,
|
| 15 |
+
"learning_rate": 2.0930232558139536e-05,
|
| 16 |
+
"loss": 0.8494,
|
| 17 |
+
"memory/device_reserved (GiB)": 89.89,
|
| 18 |
+
"memory/max_active (GiB)": 85.72,
|
| 19 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 20 |
+
"step": 10,
|
| 21 |
+
"tokens_per_second_per_gpu": 1111.65
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.02771522605231249,
|
| 25 |
+
"grad_norm": 0.09567277133464813,
|
| 26 |
+
"learning_rate": 4.418604651162791e-05,
|
| 27 |
+
"loss": 0.7842,
|
| 28 |
+
"memory/device_reserved (GiB)": 90.37,
|
| 29 |
+
"memory/max_active (GiB)": 85.72,
|
| 30 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 31 |
+
"step": 20,
|
| 32 |
+
"tokens_per_second_per_gpu": 1041.18
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.04157283907846873,
|
| 36 |
+
"grad_norm": 0.1211227998137474,
|
| 37 |
+
"learning_rate": 6.744186046511628e-05,
|
| 38 |
+
"loss": 0.7353,
|
| 39 |
+
"memory/device_reserved (GiB)": 90.37,
|
| 40 |
+
"memory/max_active (GiB)": 85.72,
|
| 41 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 42 |
+
"step": 30,
|
| 43 |
+
"tokens_per_second_per_gpu": 993.82
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"epoch": 0.05543045210462498,
|
| 47 |
+
"grad_norm": 0.09696491807699203,
|
| 48 |
+
"learning_rate": 9.069767441860465e-05,
|
| 49 |
+
"loss": 0.6943,
|
| 50 |
+
"memory/device_reserved (GiB)": 90.37,
|
| 51 |
+
"memory/max_active (GiB)": 85.72,
|
| 52 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 53 |
+
"step": 40,
|
| 54 |
+
"tokens_per_second_per_gpu": 849.91
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.06928806513078123,
|
| 58 |
+
"grad_norm": 0.12007619440555573,
|
| 59 |
+
"learning_rate": 9.999547457436221e-05,
|
| 60 |
+
"loss": 0.6814,
|
| 61 |
+
"memory/device_reserved (GiB)": 90.38,
|
| 62 |
+
"memory/max_active (GiB)": 85.72,
|
| 63 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 64 |
+
"step": 50,
|
| 65 |
+
"tokens_per_second_per_gpu": 971.92
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.08314567815693746,
|
| 69 |
+
"grad_norm": 0.12358752638101578,
|
| 70 |
+
"learning_rate": 9.996782216198338e-05,
|
| 71 |
+
"loss": 0.69,
|
| 72 |
+
"memory/device_reserved (GiB)": 90.38,
|
| 73 |
+
"memory/max_active (GiB)": 85.72,
|
| 74 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 75 |
+
"step": 60,
|
| 76 |
+
"tokens_per_second_per_gpu": 862.06
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"epoch": 0.09700329118309371,
|
| 80 |
+
"grad_norm": 0.11916535347700119,
|
| 81 |
+
"learning_rate": 9.991504534967746e-05,
|
| 82 |
+
"loss": 0.7048,
|
| 83 |
+
"memory/device_reserved (GiB)": 90.38,
|
| 84 |
+
"memory/max_active (GiB)": 85.72,
|
| 85 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 86 |
+
"step": 70,
|
| 87 |
+
"tokens_per_second_per_gpu": 1024.18
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.11086090420924996,
|
| 91 |
+
"grad_norm": 0.12464027106761932,
|
| 92 |
+
"learning_rate": 9.983717067423721e-05,
|
| 93 |
+
"loss": 0.6705,
|
| 94 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 95 |
+
"memory/max_active (GiB)": 85.72,
|
| 96 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 97 |
+
"step": 80,
|
| 98 |
+
"tokens_per_second_per_gpu": 1009.08
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 0.1247185172354062,
|
| 102 |
+
"grad_norm": 0.1264505237340927,
|
| 103 |
+
"learning_rate": 9.973423729195168e-05,
|
| 104 |
+
"loss": 0.6387,
|
| 105 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 106 |
+
"memory/max_active (GiB)": 85.72,
|
| 107 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 108 |
+
"step": 90,
|
| 109 |
+
"tokens_per_second_per_gpu": 1027.91
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.13857613026156246,
|
| 113 |
+
"grad_norm": 0.1262999027967453,
|
| 114 |
+
"learning_rate": 9.960629695891814e-05,
|
| 115 |
+
"loss": 0.6447,
|
| 116 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 117 |
+
"memory/max_active (GiB)": 85.72,
|
| 118 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 119 |
+
"step": 100,
|
| 120 |
+
"tokens_per_second_per_gpu": 935.25
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"epoch": 0.1524337432877187,
|
| 124 |
+
"grad_norm": 0.12777547538280487,
|
| 125 |
+
"learning_rate": 9.945341400501838e-05,
|
| 126 |
+
"loss": 0.6846,
|
| 127 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 128 |
+
"memory/max_active (GiB)": 85.72,
|
| 129 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 130 |
+
"step": 110,
|
| 131 |
+
"tokens_per_second_per_gpu": 997.71
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"epoch": 0.16629135631387493,
|
| 135 |
+
"grad_norm": 0.12563012540340424,
|
| 136 |
+
"learning_rate": 9.927566530157298e-05,
|
| 137 |
+
"loss": 0.6765,
|
| 138 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 139 |
+
"memory/max_active (GiB)": 85.72,
|
| 140 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 141 |
+
"step": 120,
|
| 142 |
+
"tokens_per_second_per_gpu": 1120.19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.1801489693400312,
|
| 146 |
+
"grad_norm": 0.13785897195339203,
|
| 147 |
+
"learning_rate": 9.907314022268946e-05,
|
| 148 |
+
"loss": 0.6315,
|
| 149 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 150 |
+
"memory/max_active (GiB)": 85.72,
|
| 151 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 152 |
+
"step": 130,
|
| 153 |
+
"tokens_per_second_per_gpu": 801.56
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.19400658236618742,
|
| 157 |
+
"grad_norm": 0.14731284976005554,
|
| 158 |
+
"learning_rate": 9.884594060032406e-05,
|
| 159 |
+
"loss": 0.6642,
|
| 160 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 161 |
+
"memory/max_active (GiB)": 85.72,
|
| 162 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 163 |
+
"step": 140,
|
| 164 |
+
"tokens_per_second_per_gpu": 944.29
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.20786419539234366,
|
| 168 |
+
"grad_norm": 0.1298578828573227,
|
| 169 |
+
"learning_rate": 9.859418067307928e-05,
|
| 170 |
+
"loss": 0.6696,
|
| 171 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 172 |
+
"memory/max_active (GiB)": 85.72,
|
| 173 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 174 |
+
"step": 150,
|
| 175 |
+
"tokens_per_second_per_gpu": 913.99
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"epoch": 0.22172180841849992,
|
| 179 |
+
"grad_norm": 0.13122966885566711,
|
| 180 |
+
"learning_rate": 9.831798702876352e-05,
|
| 181 |
+
"loss": 0.6768,
|
| 182 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 183 |
+
"memory/max_active (GiB)": 85.72,
|
| 184 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 185 |
+
"step": 160,
|
| 186 |
+
"tokens_per_second_per_gpu": 983.71
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 0.23557942144465616,
|
| 190 |
+
"grad_norm": 0.12356515228748322,
|
| 191 |
+
"learning_rate": 9.801749854074122e-05,
|
| 192 |
+
"loss": 0.6526,
|
| 193 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 194 |
+
"memory/max_active (GiB)": 85.72,
|
| 195 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 196 |
+
"step": 170,
|
| 197 |
+
"tokens_per_second_per_gpu": 903.88
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"epoch": 0.2494370344708124,
|
| 201 |
+
"grad_norm": 0.11831440776586533,
|
| 202 |
+
"learning_rate": 9.769286629810572e-05,
|
| 203 |
+
"loss": 0.6415,
|
| 204 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 205 |
+
"memory/max_active (GiB)": 85.72,
|
| 206 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 207 |
+
"step": 180,
|
| 208 |
+
"tokens_per_second_per_gpu": 819.58
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 0.2632946474969686,
|
| 212 |
+
"grad_norm": 0.12409751862287521,
|
| 213 |
+
"learning_rate": 9.73442535297099e-05,
|
| 214 |
+
"loss": 0.6685,
|
| 215 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 216 |
+
"memory/max_active (GiB)": 85.72,
|
| 217 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 218 |
+
"step": 190,
|
| 219 |
+
"tokens_per_second_per_gpu": 973.62
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.2771522605231249,
|
| 223 |
+
"grad_norm": 0.1352369785308838,
|
| 224 |
+
"learning_rate": 9.697183552209288e-05,
|
| 225 |
+
"loss": 0.6329,
|
| 226 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 227 |
+
"memory/max_active (GiB)": 85.72,
|
| 228 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 229 |
+
"step": 200,
|
| 230 |
+
"tokens_per_second_per_gpu": 903.58
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 0.29100987354928115,
|
| 234 |
+
"grad_norm": 0.12526443600654602,
|
| 235 |
+
"learning_rate": 9.657579953134383e-05,
|
| 236 |
+
"loss": 0.6452,
|
| 237 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 238 |
+
"memory/max_active (GiB)": 85.72,
|
| 239 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 240 |
+
"step": 210,
|
| 241 |
+
"tokens_per_second_per_gpu": 859.06
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.3048674865754374,
|
| 245 |
+
"grad_norm": 0.11614521592855453,
|
| 246 |
+
"learning_rate": 9.615634468894752e-05,
|
| 247 |
+
"loss": 0.6407,
|
| 248 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 249 |
+
"memory/max_active (GiB)": 85.72,
|
| 250 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 251 |
+
"step": 220,
|
| 252 |
+
"tokens_per_second_per_gpu": 850.93
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"epoch": 0.3187250996015936,
|
| 256 |
+
"grad_norm": 0.1328686773777008,
|
| 257 |
+
"learning_rate": 9.571368190165863e-05,
|
| 258 |
+
"loss": 0.6741,
|
| 259 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 260 |
+
"memory/max_active (GiB)": 85.72,
|
| 261 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 262 |
+
"step": 230,
|
| 263 |
+
"tokens_per_second_per_gpu": 1038.17
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"epoch": 0.33258271262774985,
|
| 267 |
+
"grad_norm": 0.13082517683506012,
|
| 268 |
+
"learning_rate": 9.524803374545548e-05,
|
| 269 |
+
"loss": 0.6906,
|
| 270 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 271 |
+
"memory/max_active (GiB)": 85.72,
|
| 272 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 273 |
+
"step": 240,
|
| 274 |
+
"tokens_per_second_per_gpu": 1066.43
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"epoch": 0.3464403256539061,
|
| 278 |
+
"grad_norm": 0.1282692551612854,
|
| 279 |
+
"learning_rate": 9.475963435362614e-05,
|
| 280 |
+
"loss": 0.6609,
|
| 281 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 282 |
+
"memory/max_active (GiB)": 85.72,
|
| 283 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 284 |
+
"step": 250,
|
| 285 |
+
"tokens_per_second_per_gpu": 986.84
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"epoch": 0.3602979386800624,
|
| 289 |
+
"grad_norm": 0.13708311319351196,
|
| 290 |
+
"learning_rate": 9.424872929904358e-05,
|
| 291 |
+
"loss": 0.6169,
|
| 292 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 293 |
+
"memory/max_active (GiB)": 85.72,
|
| 294 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 295 |
+
"step": 260,
|
| 296 |
+
"tokens_per_second_per_gpu": 1126.25
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.3741555517062186,
|
| 300 |
+
"grad_norm": 0.1323172152042389,
|
| 301 |
+
"learning_rate": 9.371557547068878e-05,
|
| 302 |
+
"loss": 0.6574,
|
| 303 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 304 |
+
"memory/max_active (GiB)": 85.72,
|
| 305 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 306 |
+
"step": 270,
|
| 307 |
+
"tokens_per_second_per_gpu": 1062.03
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"epoch": 0.38801316473237485,
|
| 311 |
+
"grad_norm": 0.12729060649871826,
|
| 312 |
+
"learning_rate": 9.316044094448392e-05,
|
| 313 |
+
"loss": 0.6583,
|
| 314 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 315 |
+
"memory/max_active (GiB)": 85.72,
|
| 316 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 317 |
+
"step": 280,
|
| 318 |
+
"tokens_per_second_per_gpu": 941.33
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.4018707777585311,
|
| 322 |
+
"grad_norm": 0.14719286561012268,
|
| 323 |
+
"learning_rate": 9.25836048485008e-05,
|
| 324 |
+
"loss": 0.6392,
|
| 325 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 326 |
+
"memory/max_active (GiB)": 85.72,
|
| 327 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 328 |
+
"step": 290,
|
| 329 |
+
"tokens_per_second_per_gpu": 883.56
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 0.4157283907846873,
|
| 333 |
+
"grad_norm": 0.12530402839183807,
|
| 334 |
+
"learning_rate": 9.198535722261181e-05,
|
| 335 |
+
"loss": 0.6623,
|
| 336 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 337 |
+
"memory/max_active (GiB)": 85.72,
|
| 338 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 339 |
+
"step": 300,
|
| 340 |
+
"tokens_per_second_per_gpu": 902.6
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"epoch": 0.4295860038108436,
|
| 344 |
+
"grad_norm": 0.1330760419368744,
|
| 345 |
+
"learning_rate": 9.136599887265483e-05,
|
| 346 |
+
"loss": 0.645,
|
| 347 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 348 |
+
"memory/max_active (GiB)": 85.72,
|
| 349 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 350 |
+
"step": 310,
|
| 351 |
+
"tokens_per_second_per_gpu": 997.96
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"epoch": 0.44344361683699984,
|
| 355 |
+
"grad_norm": 0.13317464292049408,
|
| 356 |
+
"learning_rate": 9.072584121918425e-05,
|
| 357 |
+
"loss": 0.6139,
|
| 358 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 359 |
+
"memory/max_active (GiB)": 85.72,
|
| 360 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 361 |
+
"step": 320,
|
| 362 |
+
"tokens_per_second_per_gpu": 980.08
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"epoch": 0.4573012298631561,
|
| 366 |
+
"grad_norm": 0.12773385643959045,
|
| 367 |
+
"learning_rate": 9.006520614088535e-05,
|
| 368 |
+
"loss": 0.6658,
|
| 369 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 370 |
+
"memory/max_active (GiB)": 85.72,
|
| 371 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 372 |
+
"step": 330,
|
| 373 |
+
"tokens_per_second_per_gpu": 937.57
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.4711588428893123,
|
| 377 |
+
"grad_norm": 0.13415341079235077,
|
| 378 |
+
"learning_rate": 8.938442581272983e-05,
|
| 379 |
+
"loss": 0.6737,
|
| 380 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 381 |
+
"memory/max_active (GiB)": 85.72,
|
| 382 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 383 |
+
"step": 340,
|
| 384 |
+
"tokens_per_second_per_gpu": 1046.92
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"epoch": 0.48501645591546855,
|
| 388 |
+
"grad_norm": 0.13382680714130402,
|
| 389 |
+
"learning_rate": 8.868384253895445e-05,
|
| 390 |
+
"loss": 0.6575,
|
| 391 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 392 |
+
"memory/max_active (GiB)": 85.72,
|
| 393 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 394 |
+
"step": 350,
|
| 395 |
+
"tokens_per_second_per_gpu": 1049.72
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.4988740689416248,
|
| 399 |
+
"grad_norm": 0.12621234357357025,
|
| 400 |
+
"learning_rate": 8.796380858094643e-05,
|
| 401 |
+
"loss": 0.6423,
|
| 402 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 403 |
+
"memory/max_active (GiB)": 85.72,
|
| 404 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 405 |
+
"step": 360,
|
| 406 |
+
"tokens_per_second_per_gpu": 926.35
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"epoch": 0.5127316819677811,
|
| 410 |
+
"grad_norm": 0.14663882553577423,
|
| 411 |
+
"learning_rate": 8.722468598012245e-05,
|
| 412 |
+
"loss": 0.6524,
|
| 413 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 414 |
+
"memory/max_active (GiB)": 85.72,
|
| 415 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 416 |
+
"step": 370,
|
| 417 |
+
"tokens_per_second_per_gpu": 993.98
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"epoch": 0.5265892949939373,
|
| 421 |
+
"grad_norm": 0.12107036262750626,
|
| 422 |
+
"learning_rate": 8.646684637588991e-05,
|
| 423 |
+
"loss": 0.6158,
|
| 424 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 425 |
+
"memory/max_active (GiB)": 85.72,
|
| 426 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 427 |
+
"step": 380,
|
| 428 |
+
"tokens_per_second_per_gpu": 882.74
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"epoch": 0.5404469080200935,
|
| 432 |
+
"grad_norm": 0.12905746698379517,
|
| 433 |
+
"learning_rate": 8.56906708187824e-05,
|
| 434 |
+
"loss": 0.6359,
|
| 435 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 436 |
+
"memory/max_active (GiB)": 85.72,
|
| 437 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 438 |
+
"step": 390,
|
| 439 |
+
"tokens_per_second_per_gpu": 992.61
|
| 440 |
+
},
|
| 441 |
+
{
|
| 442 |
+
"epoch": 0.5543045210462498,
|
| 443 |
+
"grad_norm": 0.14433123171329498,
|
| 444 |
+
"learning_rate": 8.489654957886306e-05,
|
| 445 |
+
"loss": 0.6124,
|
| 446 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 447 |
+
"memory/max_active (GiB)": 85.72,
|
| 448 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 449 |
+
"step": 400,
|
| 450 |
+
"tokens_per_second_per_gpu": 871.5
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.568162134072406,
|
| 454 |
+
"grad_norm": 0.13294072449207306,
|
| 455 |
+
"learning_rate": 8.40848819494923e-05,
|
| 456 |
+
"loss": 0.6803,
|
| 457 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 458 |
+
"memory/max_active (GiB)": 85.72,
|
| 459 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 460 |
+
"step": 410,
|
| 461 |
+
"tokens_per_second_per_gpu": 950.11
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"epoch": 0.5820197470985623,
|
| 465 |
+
"grad_norm": 0.1526036411523819,
|
| 466 |
+
"learning_rate": 8.325607604655839e-05,
|
| 467 |
+
"loss": 0.6088,
|
| 468 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 469 |
+
"memory/max_active (GiB)": 85.72,
|
| 470 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 471 |
+
"step": 420,
|
| 472 |
+
"tokens_per_second_per_gpu": 1025.1
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.5958773601247185,
|
| 476 |
+
"grad_norm": 0.1453717052936554,
|
| 477 |
+
"learning_rate": 8.241054860327216e-05,
|
| 478 |
+
"loss": 0.6669,
|
| 479 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 480 |
+
"memory/max_active (GiB)": 85.72,
|
| 481 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 482 |
+
"step": 430,
|
| 483 |
+
"tokens_per_second_per_gpu": 1074.36
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"epoch": 0.6097349731508748,
|
| 487 |
+
"grad_norm": 0.1466919481754303,
|
| 488 |
+
"learning_rate": 8.154872476062868e-05,
|
| 489 |
+
"loss": 0.6147,
|
| 490 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 491 |
+
"memory/max_active (GiB)": 85.72,
|
| 492 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 493 |
+
"step": 440,
|
| 494 |
+
"tokens_per_second_per_gpu": 1010.83
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"epoch": 0.6235925861770311,
|
| 498 |
+
"grad_norm": 0.12707076966762543,
|
| 499 |
+
"learning_rate": 8.067103785364139e-05,
|
| 500 |
+
"loss": 0.6096,
|
| 501 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 502 |
+
"memory/max_active (GiB)": 85.72,
|
| 503 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 504 |
+
"step": 450,
|
| 505 |
+
"tokens_per_second_per_gpu": 919.83
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"epoch": 0.6374501992031872,
|
| 509 |
+
"grad_norm": 0.13485883176326752,
|
| 510 |
+
"learning_rate": 7.977792919345633e-05,
|
| 511 |
+
"loss": 0.6342,
|
| 512 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 513 |
+
"memory/max_active (GiB)": 85.72,
|
| 514 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 515 |
+
"step": 460,
|
| 516 |
+
"tokens_per_second_per_gpu": 1033.87
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"epoch": 0.6513078122293435,
|
| 520 |
+
"grad_norm": 0.12489234656095505,
|
| 521 |
+
"learning_rate": 7.886984784545566e-05,
|
| 522 |
+
"loss": 0.6256,
|
| 523 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 524 |
+
"memory/max_active (GiB)": 85.72,
|
| 525 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 526 |
+
"step": 470,
|
| 527 |
+
"tokens_per_second_per_gpu": 1018.58
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.6651654252554997,
|
| 531 |
+
"grad_norm": 0.16094225645065308,
|
| 532 |
+
"learning_rate": 7.794725040346251e-05,
|
| 533 |
+
"loss": 0.6455,
|
| 534 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 535 |
+
"memory/max_active (GiB)": 85.72,
|
| 536 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 537 |
+
"step": 480,
|
| 538 |
+
"tokens_per_second_per_gpu": 933.16
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"epoch": 0.679023038281656,
|
| 542 |
+
"grad_norm": 0.1351306140422821,
|
| 543 |
+
"learning_rate": 7.701060076016024e-05,
|
| 544 |
+
"loss": 0.6613,
|
| 545 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 546 |
+
"memory/max_active (GiB)": 85.72,
|
| 547 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 548 |
+
"step": 490,
|
| 549 |
+
"tokens_per_second_per_gpu": 970.62
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.6928806513078122,
|
| 553 |
+
"grad_norm": 0.1223958283662796,
|
| 554 |
+
"learning_rate": 7.606036987384184e-05,
|
| 555 |
+
"loss": 0.6186,
|
| 556 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 557 |
+
"memory/max_active (GiB)": 85.72,
|
| 558 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 559 |
+
"step": 500,
|
| 560 |
+
"tokens_per_second_per_gpu": 925.45
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"epoch": 0.7067382643339685,
|
| 564 |
+
"grad_norm": 0.11873335391283035,
|
| 565 |
+
"learning_rate": 7.509703553160666e-05,
|
| 566 |
+
"loss": 0.646,
|
| 567 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 568 |
+
"memory/max_active (GiB)": 85.72,
|
| 569 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 570 |
+
"step": 510,
|
| 571 |
+
"tokens_per_second_per_gpu": 990.93
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"epoch": 0.7205958773601248,
|
| 575 |
+
"grad_norm": 0.12990343570709229,
|
| 576 |
+
"learning_rate": 7.412108210912345e-05,
|
| 577 |
+
"loss": 0.6155,
|
| 578 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 579 |
+
"memory/max_active (GiB)": 85.72,
|
| 580 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 581 |
+
"step": 520,
|
| 582 |
+
"tokens_per_second_per_gpu": 955.97
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"epoch": 0.7344534903862809,
|
| 586 |
+
"grad_norm": 0.1376057118177414,
|
| 587 |
+
"learning_rate": 7.31330003270808e-05,
|
| 588 |
+
"loss": 0.6443,
|
| 589 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 590 |
+
"memory/max_active (GiB)": 85.72,
|
| 591 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 592 |
+
"step": 530,
|
| 593 |
+
"tokens_per_second_per_gpu": 895.07
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"epoch": 0.7483111034124372,
|
| 597 |
+
"grad_norm": 0.13277359306812286,
|
| 598 |
+
"learning_rate": 7.213328700444696e-05,
|
| 599 |
+
"loss": 0.6188,
|
| 600 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 601 |
+
"memory/max_active (GiB)": 85.72,
|
| 602 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 603 |
+
"step": 540,
|
| 604 |
+
"tokens_per_second_per_gpu": 907.27
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.7621687164385934,
|
| 608 |
+
"grad_norm": 0.13623632490634918,
|
| 609 |
+
"learning_rate": 7.112244480866356e-05,
|
| 610 |
+
"loss": 0.6471,
|
| 611 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 612 |
+
"memory/max_active (GiB)": 85.72,
|
| 613 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 614 |
+
"step": 550,
|
| 615 |
+
"tokens_per_second_per_gpu": 1002.06
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"epoch": 0.7760263294647497,
|
| 619 |
+
"grad_norm": 0.13037075102329254,
|
| 620 |
+
"learning_rate": 7.010098200289859e-05,
|
| 621 |
+
"loss": 0.647,
|
| 622 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 623 |
+
"memory/max_active (GiB)": 85.72,
|
| 624 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 625 |
+
"step": 560,
|
| 626 |
+
"tokens_per_second_per_gpu": 1047.58
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.789883942490906,
|
| 630 |
+
"grad_norm": 0.12997141480445862,
|
| 631 |
+
"learning_rate": 6.906941219048584e-05,
|
| 632 |
+
"loss": 0.6071,
|
| 633 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 634 |
+
"memory/max_active (GiB)": 85.72,
|
| 635 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 636 |
+
"step": 570,
|
| 637 |
+
"tokens_per_second_per_gpu": 1073.59
|
| 638 |
+
},
|
| 639 |
+
{
|
| 640 |
+
"epoch": 0.8037415555170622,
|
| 641 |
+
"grad_norm": 0.14118416607379913,
|
| 642 |
+
"learning_rate": 6.802825405667905e-05,
|
| 643 |
+
"loss": 0.6101,
|
| 644 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 645 |
+
"memory/max_active (GiB)": 85.72,
|
| 646 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 647 |
+
"step": 580,
|
| 648 |
+
"tokens_per_second_per_gpu": 1097.31
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"epoch": 0.8175991685432185,
|
| 652 |
+
"grad_norm": 0.126139834523201,
|
| 653 |
+
"learning_rate": 6.697803110785115e-05,
|
| 654 |
+
"loss": 0.6084,
|
| 655 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 656 |
+
"memory/max_active (GiB)": 85.72,
|
| 657 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 658 |
+
"step": 590,
|
| 659 |
+
"tokens_per_second_per_gpu": 933.94
|
| 660 |
+
},
|
| 661 |
+
{
|
| 662 |
+
"epoch": 0.8314567815693746,
|
| 663 |
+
"grad_norm": 0.1207822933793068,
|
| 664 |
+
"learning_rate": 6.591927140826902e-05,
|
| 665 |
+
"loss": 0.6416,
|
| 666 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 667 |
+
"memory/max_active (GiB)": 85.72,
|
| 668 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 669 |
+
"step": 600,
|
| 670 |
+
"tokens_per_second_per_gpu": 1007.52
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"epoch": 0.8453143945955309,
|
| 674 |
+
"grad_norm": 0.1316983848810196,
|
| 675 |
+
"learning_rate": 6.485250731457678e-05,
|
| 676 |
+
"loss": 0.6102,
|
| 677 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 678 |
+
"memory/max_active (GiB)": 85.72,
|
| 679 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 680 |
+
"step": 610,
|
| 681 |
+
"tokens_per_second_per_gpu": 866.4
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.8591720076216872,
|
| 685 |
+
"grad_norm": 0.13538379967212677,
|
| 686 |
+
"learning_rate": 6.377827520812061e-05,
|
| 687 |
+
"loss": 0.6426,
|
| 688 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 689 |
+
"memory/max_active (GiB)": 85.72,
|
| 690 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 691 |
+
"step": 620,
|
| 692 |
+
"tokens_per_second_per_gpu": 1044.49
|
| 693 |
+
},
|
| 694 |
+
{
|
| 695 |
+
"epoch": 0.8730296206478434,
|
| 696 |
+
"grad_norm": 0.1406071037054062,
|
| 697 |
+
"learning_rate": 6.269711522525006e-05,
|
| 698 |
+
"loss": 0.6029,
|
| 699 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 700 |
+
"memory/max_active (GiB)": 85.72,
|
| 701 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 702 |
+
"step": 630,
|
| 703 |
+
"tokens_per_second_per_gpu": 966.75
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.8868872336739997,
|
| 707 |
+
"grad_norm": 0.1416017860174179,
|
| 708 |
+
"learning_rate": 6.160957098573119e-05,
|
| 709 |
+
"loss": 0.6103,
|
| 710 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 711 |
+
"memory/max_active (GiB)": 85.72,
|
| 712 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 713 |
+
"step": 640,
|
| 714 |
+
"tokens_per_second_per_gpu": 996.12
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"epoch": 0.9007448467001559,
|
| 718 |
+
"grad_norm": 0.14168281853199005,
|
| 719 |
+
"learning_rate": 6.05161893194083e-05,
|
| 720 |
+
"loss": 0.6015,
|
| 721 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 722 |
+
"memory/max_active (GiB)": 85.72,
|
| 723 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 724 |
+
"step": 650,
|
| 725 |
+
"tokens_per_second_per_gpu": 1057.0
|
| 726 |
+
},
|
| 727 |
+
{
|
| 728 |
+
"epoch": 0.9146024597263122,
|
| 729 |
+
"grad_norm": 0.14854960143566132,
|
| 730 |
+
"learning_rate": 5.941751999125149e-05,
|
| 731 |
+
"loss": 0.5851,
|
| 732 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 733 |
+
"memory/max_active (GiB)": 85.72,
|
| 734 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 735 |
+
"step": 660,
|
| 736 |
+
"tokens_per_second_per_gpu": 992.44
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"epoch": 0.9284600727524683,
|
| 740 |
+
"grad_norm": 0.13109387457370758,
|
| 741 |
+
"learning_rate": 5.831411542492854e-05,
|
| 742 |
+
"loss": 0.6221,
|
| 743 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 744 |
+
"memory/max_active (GiB)": 85.72,
|
| 745 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 746 |
+
"step": 670,
|
| 747 |
+
"tokens_per_second_per_gpu": 1056.52
|
| 748 |
+
},
|
| 749 |
+
{
|
| 750 |
+
"epoch": 0.9423176857786246,
|
| 751 |
+
"grad_norm": 0.13833071291446686,
|
| 752 |
+
"learning_rate": 5.720653042503978e-05,
|
| 753 |
+
"loss": 0.5828,
|
| 754 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 755 |
+
"memory/max_active (GiB)": 85.72,
|
| 756 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 757 |
+
"step": 680,
|
| 758 |
+
"tokens_per_second_per_gpu": 1061.91
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 0.9561752988047809,
|
| 762 |
+
"grad_norm": 0.1346118003129959,
|
| 763 |
+
"learning_rate": 5.6095321898156016e-05,
|
| 764 |
+
"loss": 0.5827,
|
| 765 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 766 |
+
"memory/max_active (GiB)": 85.72,
|
| 767 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 768 |
+
"step": 690,
|
| 769 |
+
"tokens_per_second_per_gpu": 1017.14
|
| 770 |
+
},
|
| 771 |
+
{
|
| 772 |
+
"epoch": 0.9700329118309371,
|
| 773 |
+
"grad_norm": 0.12667891383171082,
|
| 774 |
+
"learning_rate": 5.498104857279941e-05,
|
| 775 |
+
"loss": 0.6744,
|
| 776 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 777 |
+
"memory/max_active (GiB)": 85.72,
|
| 778 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 779 |
+
"step": 700,
|
| 780 |
+
"tokens_per_second_per_gpu": 956.99
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.9838905248570934,
|
| 784 |
+
"grad_norm": 0.13424526154994965,
|
| 785 |
+
"learning_rate": 5.3864270718508305e-05,
|
| 786 |
+
"loss": 0.6298,
|
| 787 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 788 |
+
"memory/max_active (GiB)": 85.72,
|
| 789 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 790 |
+
"step": 710,
|
| 791 |
+
"tokens_per_second_per_gpu": 953.92
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"epoch": 0.9977481378832496,
|
| 795 |
+
"grad_norm": 0.12869331240653992,
|
| 796 |
+
"learning_rate": 5.274554986412716e-05,
|
| 797 |
+
"loss": 0.6199,
|
| 798 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 799 |
+
"memory/max_active (GiB)": 85.72,
|
| 800 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 801 |
+
"step": 720,
|
| 802 |
+
"tokens_per_second_per_gpu": 1040.0
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"epoch": 1.011086090420925,
|
| 806 |
+
"grad_norm": 0.14841921627521515,
|
| 807 |
+
"learning_rate": 5.162544851546349e-05,
|
| 808 |
+
"loss": 0.6032,
|
| 809 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 810 |
+
"memory/max_active (GiB)": 85.72,
|
| 811 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 812 |
+
"step": 730,
|
| 813 |
+
"tokens_per_second_per_gpu": 885.8
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"epoch": 1.0249437034470812,
|
| 817 |
+
"grad_norm": 0.15776373445987701,
|
| 818 |
+
"learning_rate": 5.0504529872453256e-05,
|
| 819 |
+
"loss": 0.5982,
|
| 820 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 821 |
+
"memory/max_active (GiB)": 85.72,
|
| 822 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 823 |
+
"step": 740,
|
| 824 |
+
"tokens_per_second_per_gpu": 1010.64
|
| 825 |
+
},
|
| 826 |
+
{
|
| 827 |
+
"epoch": 1.0388013164732375,
|
| 828 |
+
"grad_norm": 0.17491325736045837,
|
| 829 |
+
"learning_rate": 4.9383357545977497e-05,
|
| 830 |
+
"loss": 0.5993,
|
| 831 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 832 |
+
"memory/max_active (GiB)": 85.72,
|
| 833 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 834 |
+
"step": 750,
|
| 835 |
+
"tokens_per_second_per_gpu": 1085.43
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 1.0526589294993938,
|
| 839 |
+
"grad_norm": 0.15103822946548462,
|
| 840 |
+
"learning_rate": 4.8262495274472225e-05,
|
| 841 |
+
"loss": 0.5512,
|
| 842 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 843 |
+
"memory/max_active (GiB)": 85.72,
|
| 844 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 845 |
+
"step": 760,
|
| 846 |
+
"tokens_per_second_per_gpu": 1024.19
|
| 847 |
+
},
|
| 848 |
+
{
|
| 849 |
+
"epoch": 1.06651654252555,
|
| 850 |
+
"grad_norm": 0.15340133011341095,
|
| 851 |
+
"learning_rate": 4.7142506640474274e-05,
|
| 852 |
+
"loss": 0.5822,
|
| 853 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 854 |
+
"memory/max_active (GiB)": 85.72,
|
| 855 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 856 |
+
"step": 770,
|
| 857 |
+
"tokens_per_second_per_gpu": 1189.62
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 1.0803741555517061,
|
| 861 |
+
"grad_norm": 0.17283514142036438,
|
| 862 |
+
"learning_rate": 4.602395478724539e-05,
|
| 863 |
+
"loss": 0.5395,
|
| 864 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 865 |
+
"memory/max_active (GiB)": 85.72,
|
| 866 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 867 |
+
"step": 780,
|
| 868 |
+
"tokens_per_second_per_gpu": 1009.01
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"epoch": 1.0942317685778624,
|
| 872 |
+
"grad_norm": 0.15003962814807892,
|
| 873 |
+
"learning_rate": 4.490740213561727e-05,
|
| 874 |
+
"loss": 0.5358,
|
| 875 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 876 |
+
"memory/max_active (GiB)": 85.72,
|
| 877 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 878 |
+
"step": 790,
|
| 879 |
+
"tokens_per_second_per_gpu": 1047.2
|
| 880 |
+
},
|
| 881 |
+
{
|
| 882 |
+
"epoch": 1.1080893816040187,
|
| 883 |
+
"grad_norm": 0.1629399210214615,
|
| 884 |
+
"learning_rate": 4.379341010119992e-05,
|
| 885 |
+
"loss": 0.601,
|
| 886 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 887 |
+
"memory/max_active (GiB)": 85.72,
|
| 888 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 889 |
+
"step": 800,
|
| 890 |
+
"tokens_per_second_per_gpu": 942.61
|
| 891 |
+
},
|
| 892 |
+
{
|
| 893 |
+
"epoch": 1.121946994630175,
|
| 894 |
+
"grad_norm": 0.17462220788002014,
|
| 895 |
+
"learning_rate": 4.268253881209532e-05,
|
| 896 |
+
"loss": 0.5845,
|
| 897 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 898 |
+
"memory/max_active (GiB)": 85.72,
|
| 899 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 900 |
+
"step": 810,
|
| 901 |
+
"tokens_per_second_per_gpu": 1010.69
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"epoch": 1.1358046076563313,
|
| 905 |
+
"grad_norm": 0.17755432426929474,
|
| 906 |
+
"learning_rate": 4.157534682725856e-05,
|
| 907 |
+
"loss": 0.5637,
|
| 908 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 909 |
+
"memory/max_active (GiB)": 85.72,
|
| 910 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 911 |
+
"step": 820,
|
| 912 |
+
"tokens_per_second_per_gpu": 911.61
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 1.1496622206824874,
|
| 916 |
+
"grad_norm": 0.1729191541671753,
|
| 917 |
+
"learning_rate": 4.047239085564794e-05,
|
| 918 |
+
"loss": 0.5921,
|
| 919 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 920 |
+
"memory/max_active (GiB)": 85.72,
|
| 921 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 922 |
+
"step": 830,
|
| 923 |
+
"tokens_per_second_per_gpu": 914.41
|
| 924 |
+
},
|
| 925 |
+
{
|
| 926 |
+
"epoch": 1.1635198337086436,
|
| 927 |
+
"grad_norm": 0.15745393931865692,
|
| 928 |
+
"learning_rate": 3.937422547630519e-05,
|
| 929 |
+
"loss": 0.6086,
|
| 930 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 931 |
+
"memory/max_active (GiB)": 85.72,
|
| 932 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 933 |
+
"step": 840,
|
| 934 |
+
"tokens_per_second_per_gpu": 1000.17
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 1.1773774467348,
|
| 938 |
+
"grad_norm": 0.16624517738819122,
|
| 939 |
+
"learning_rate": 3.828140285950676e-05,
|
| 940 |
+
"loss": 0.5603,
|
| 941 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 942 |
+
"memory/max_active (GiB)": 85.72,
|
| 943 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 944 |
+
"step": 850,
|
| 945 |
+
"tokens_per_second_per_gpu": 991.45
|
| 946 |
+
},
|
| 947 |
+
{
|
| 948 |
+
"epoch": 1.1912350597609562,
|
| 949 |
+
"grad_norm": 0.17486163973808289,
|
| 950 |
+
"learning_rate": 3.7194472489126176e-05,
|
| 951 |
+
"loss": 0.5715,
|
| 952 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 953 |
+
"memory/max_active (GiB)": 85.72,
|
| 954 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 955 |
+
"step": 860,
|
| 956 |
+
"tokens_per_second_per_gpu": 1005.74
|
| 957 |
+
},
|
| 958 |
+
{
|
| 959 |
+
"epoch": 1.2050926727871123,
|
| 960 |
+
"grad_norm": 0.18270528316497803,
|
| 961 |
+
"learning_rate": 3.611398088634721e-05,
|
| 962 |
+
"loss": 0.5577,
|
| 963 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 964 |
+
"memory/max_active (GiB)": 85.72,
|
| 965 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 966 |
+
"step": 870,
|
| 967 |
+
"tokens_per_second_per_gpu": 965.77
|
| 968 |
+
},
|
| 969 |
+
{
|
| 970 |
+
"epoch": 1.2189502858132686,
|
| 971 |
+
"grad_norm": 0.1544029712677002,
|
| 972 |
+
"learning_rate": 3.5040471334866695e-05,
|
| 973 |
+
"loss": 0.5706,
|
| 974 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 975 |
+
"memory/max_active (GiB)": 85.72,
|
| 976 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 977 |
+
"step": 880,
|
| 978 |
+
"tokens_per_second_per_gpu": 885.82
|
| 979 |
+
},
|
| 980 |
+
{
|
| 981 |
+
"epoch": 1.2328078988394249,
|
| 982 |
+
"grad_norm": 0.1610870063304901,
|
| 983 |
+
"learning_rate": 3.397448360772516e-05,
|
| 984 |
+
"loss": 0.5791,
|
| 985 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 986 |
+
"memory/max_active (GiB)": 85.72,
|
| 987 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 988 |
+
"step": 890,
|
| 989 |
+
"tokens_per_second_per_gpu": 903.16
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 1.2466655118655812,
|
| 993 |
+
"grad_norm": 0.15956935286521912,
|
| 994 |
+
"learning_rate": 3.291655369590269e-05,
|
| 995 |
+
"loss": 0.5978,
|
| 996 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 997 |
+
"memory/max_active (GiB)": 85.72,
|
| 998 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 999 |
+
"step": 900,
|
| 1000 |
+
"tokens_per_second_per_gpu": 954.24
|
| 1001 |
+
},
|
| 1002 |
+
{
|
| 1003 |
+
"epoch": 1.2605231248917375,
|
| 1004 |
+
"grad_norm": 0.17166025936603546,
|
| 1005 |
+
"learning_rate": 3.186721353881648e-05,
|
| 1006 |
+
"loss": 0.5702,
|
| 1007 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1008 |
+
"memory/max_active (GiB)": 85.72,
|
| 1009 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1010 |
+
"step": 910,
|
| 1011 |
+
"tokens_per_second_per_gpu": 1044.16
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 1.2743807379178937,
|
| 1015 |
+
"grad_norm": 0.1581714153289795,
|
| 1016 |
+
"learning_rate": 3.082699075685553e-05,
|
| 1017 |
+
"loss": 0.5839,
|
| 1018 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1019 |
+
"memory/max_active (GiB)": 85.72,
|
| 1020 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1021 |
+
"step": 920,
|
| 1022 |
+
"tokens_per_second_per_gpu": 924.88
|
| 1023 |
+
},
|
| 1024 |
+
{
|
| 1025 |
+
"epoch": 1.2882383509440498,
|
| 1026 |
+
"grad_norm": 0.17262092232704163,
|
| 1027 |
+
"learning_rate": 2.9796408386086962e-05,
|
| 1028 |
+
"loss": 0.5687,
|
| 1029 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1030 |
+
"memory/max_active (GiB)": 84.97,
|
| 1031 |
+
"memory/max_allocated (GiB)": 84.97,
|
| 1032 |
+
"step": 930,
|
| 1033 |
+
"tokens_per_second_per_gpu": 896.89
|
| 1034 |
+
},
|
| 1035 |
+
{
|
| 1036 |
+
"epoch": 1.302095963970206,
|
| 1037 |
+
"grad_norm": 0.2113182544708252,
|
| 1038 |
+
"learning_rate": 2.8775984615267504e-05,
|
| 1039 |
+
"loss": 0.5764,
|
| 1040 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1041 |
+
"memory/max_active (GiB)": 85.72,
|
| 1042 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1043 |
+
"step": 940,
|
| 1044 |
+
"tokens_per_second_per_gpu": 871.53
|
| 1045 |
+
},
|
| 1046 |
+
{
|
| 1047 |
+
"epoch": 1.3159535769963624,
|
| 1048 |
+
"grad_norm": 0.16499237716197968,
|
| 1049 |
+
"learning_rate": 2.7766232525292103e-05,
|
| 1050 |
+
"loss": 0.5451,
|
| 1051 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1052 |
+
"memory/max_active (GiB)": 85.72,
|
| 1053 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1054 |
+
"step": 950,
|
| 1055 |
+
"tokens_per_second_per_gpu": 846.63
|
| 1056 |
+
},
|
| 1057 |
+
{
|
| 1058 |
+
"epoch": 1.3298111900225187,
|
| 1059 |
+
"grad_norm": 0.16787481307983398,
|
| 1060 |
+
"learning_rate": 2.676765983121089e-05,
|
| 1061 |
+
"loss": 0.5698,
|
| 1062 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1063 |
+
"memory/max_active (GiB)": 85.72,
|
| 1064 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1065 |
+
"step": 960,
|
| 1066 |
+
"tokens_per_second_per_gpu": 996.59
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 1.3436688030486748,
|
| 1070 |
+
"grad_norm": 0.17758306860923767,
|
| 1071 |
+
"learning_rate": 2.578076862694426e-05,
|
| 1072 |
+
"loss": 0.5677,
|
| 1073 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1074 |
+
"memory/max_active (GiB)": 85.72,
|
| 1075 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1076 |
+
"step": 970,
|
| 1077 |
+
"tokens_per_second_per_gpu": 990.05
|
| 1078 |
+
},
|
| 1079 |
+
{
|
| 1080 |
+
"epoch": 1.357526416074831,
|
| 1081 |
+
"grad_norm": 0.1822880357503891,
|
| 1082 |
+
"learning_rate": 2.4806055132824185e-05,
|
| 1083 |
+
"loss": 0.5832,
|
| 1084 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1085 |
+
"memory/max_active (GiB)": 85.72,
|
| 1086 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1087 |
+
"step": 980,
|
| 1088 |
+
"tokens_per_second_per_gpu": 941.98
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 1.3713840291009873,
|
| 1092 |
+
"grad_norm": 0.19017541408538818,
|
| 1093 |
+
"learning_rate": 2.384400944608886e-05,
|
| 1094 |
+
"loss": 0.5803,
|
| 1095 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1096 |
+
"memory/max_active (GiB)": 85.72,
|
| 1097 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1098 |
+
"step": 990,
|
| 1099 |
+
"tokens_per_second_per_gpu": 942.86
|
| 1100 |
+
},
|
| 1101 |
+
{
|
| 1102 |
+
"epoch": 1.3852416421271436,
|
| 1103 |
+
"grad_norm": 0.19104644656181335,
|
| 1104 |
+
"learning_rate": 2.289511529445616e-05,
|
| 1105 |
+
"loss": 0.5507,
|
| 1106 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1107 |
+
"memory/max_active (GiB)": 85.72,
|
| 1108 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1109 |
+
"step": 1000,
|
| 1110 |
+
"tokens_per_second_per_gpu": 905.35
|
| 1111 |
+
},
|
| 1112 |
+
{
|
| 1113 |
+
"epoch": 1.3990992551533,
|
| 1114 |
+
"grad_norm": 0.16881509125232697,
|
| 1115 |
+
"learning_rate": 2.195984979289974e-05,
|
| 1116 |
+
"loss": 0.5855,
|
| 1117 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1118 |
+
"memory/max_active (GiB)": 85.72,
|
| 1119 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1120 |
+
"step": 1010,
|
| 1121 |
+
"tokens_per_second_per_gpu": 963.29
|
| 1122 |
+
},
|
| 1123 |
+
{
|
| 1124 |
+
"epoch": 1.4129568681794562,
|
| 1125 |
+
"grad_norm": 0.17394502460956573,
|
| 1126 |
+
"learning_rate": 2.1038683203750092e-05,
|
| 1127 |
+
"loss": 0.593,
|
| 1128 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1129 |
+
"memory/max_active (GiB)": 85.72,
|
| 1130 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1131 |
+
"step": 1020,
|
| 1132 |
+
"tokens_per_second_per_gpu": 874.44
|
| 1133 |
+
},
|
| 1134 |
+
{
|
| 1135 |
+
"epoch": 1.4268144812056123,
|
| 1136 |
+
"grad_norm": 0.17141559720039368,
|
| 1137 |
+
"learning_rate": 2.0132078700241158e-05,
|
| 1138 |
+
"loss": 0.5932,
|
| 1139 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1140 |
+
"memory/max_active (GiB)": 85.72,
|
| 1141 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1142 |
+
"step": 1030,
|
| 1143 |
+
"tokens_per_second_per_gpu": 898.09
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 1.4406720942317686,
|
| 1147 |
+
"grad_norm": 0.17774531245231628,
|
| 1148 |
+
"learning_rate": 1.924049213362153e-05,
|
| 1149 |
+
"loss": 0.5972,
|
| 1150 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1151 |
+
"memory/max_active (GiB)": 85.72,
|
| 1152 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1153 |
+
"step": 1040,
|
| 1154 |
+
"tokens_per_second_per_gpu": 780.07
|
| 1155 |
+
},
|
| 1156 |
+
{
|
| 1157 |
+
"epoch": 1.4545297072579249,
|
| 1158 |
+
"grad_norm": 0.18897521495819092,
|
| 1159 |
+
"learning_rate": 1.836437180394715e-05,
|
| 1160 |
+
"loss": 0.5828,
|
| 1161 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1162 |
+
"memory/max_active (GiB)": 85.72,
|
| 1163 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1164 |
+
"step": 1050,
|
| 1165 |
+
"tokens_per_second_per_gpu": 1176.61
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 1.4683873202840811,
|
| 1169 |
+
"grad_norm": 0.1707300990819931,
|
| 1170 |
+
"learning_rate": 1.750415823467082e-05,
|
| 1171 |
+
"loss": 0.5548,
|
| 1172 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1173 |
+
"memory/max_active (GiB)": 85.72,
|
| 1174 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1175 |
+
"step": 1060,
|
| 1176 |
+
"tokens_per_second_per_gpu": 1087.95
|
| 1177 |
+
},
|
| 1178 |
+
{
|
| 1179 |
+
"epoch": 1.4822449333102372,
|
| 1180 |
+
"grad_norm": 0.1707785278558731,
|
| 1181 |
+
"learning_rate": 1.666028395114185e-05,
|
| 1182 |
+
"loss": 0.5622,
|
| 1183 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1184 |
+
"memory/max_active (GiB)": 85.72,
|
| 1185 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1186 |
+
"step": 1070,
|
| 1187 |
+
"tokens_per_second_per_gpu": 840.77
|
| 1188 |
+
},
|
| 1189 |
+
{
|
| 1190 |
+
"epoch": 1.4961025463363935,
|
| 1191 |
+
"grad_norm": 0.1891181617975235,
|
| 1192 |
+
"learning_rate": 1.5833173263127426e-05,
|
| 1193 |
+
"loss": 0.5373,
|
| 1194 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1195 |
+
"memory/max_active (GiB)": 85.72,
|
| 1196 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1197 |
+
"step": 1080,
|
| 1198 |
+
"tokens_per_second_per_gpu": 1017.51
|
| 1199 |
+
},
|
| 1200 |
+
{
|
| 1201 |
+
"epoch": 1.5099601593625498,
|
| 1202 |
+
"grad_norm": 0.17579694092273712,
|
| 1203 |
+
"learning_rate": 1.5023242051464675e-05,
|
| 1204 |
+
"loss": 0.5578,
|
| 1205 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1206 |
+
"memory/max_active (GiB)": 85.72,
|
| 1207 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1208 |
+
"step": 1090,
|
| 1209 |
+
"tokens_per_second_per_gpu": 976.53
|
| 1210 |
+
},
|
| 1211 |
+
{
|
| 1212 |
+
"epoch": 1.523817772388706,
|
| 1213 |
+
"grad_norm": 0.16882087290287018,
|
| 1214 |
+
"learning_rate": 1.4230897558950951e-05,
|
| 1215 |
+
"loss": 0.5754,
|
| 1216 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1217 |
+
"memory/max_active (GiB)": 85.72,
|
| 1218 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1219 |
+
"step": 1100,
|
| 1220 |
+
"tokens_per_second_per_gpu": 1004.78
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 1.5376753854148624,
|
| 1224 |
+
"grad_norm": 0.1948268711566925,
|
| 1225 |
+
"learning_rate": 1.3456538185577466e-05,
|
| 1226 |
+
"loss": 0.5399,
|
| 1227 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1228 |
+
"memory/max_active (GiB)": 85.72,
|
| 1229 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1230 |
+
"step": 1110,
|
| 1231 |
+
"tokens_per_second_per_gpu": 1117.6
|
| 1232 |
+
},
|
| 1233 |
+
{
|
| 1234 |
+
"epoch": 1.5515329984410187,
|
| 1235 |
+
"grad_norm": 0.19728456437587738,
|
| 1236 |
+
"learning_rate": 1.2700553288209126e-05,
|
| 1237 |
+
"loss": 0.5915,
|
| 1238 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1239 |
+
"memory/max_active (GiB)": 85.72,
|
| 1240 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1241 |
+
"step": 1120,
|
| 1242 |
+
"tokens_per_second_per_gpu": 882.19
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 1.5653906114671747,
|
| 1246 |
+
"grad_norm": 0.17635080218315125,
|
| 1247 |
+
"learning_rate": 1.1963322984811453e-05,
|
| 1248 |
+
"loss": 0.5671,
|
| 1249 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1250 |
+
"memory/max_active (GiB)": 85.72,
|
| 1251 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1252 |
+
"step": 1130,
|
| 1253 |
+
"tokens_per_second_per_gpu": 1119.95
|
| 1254 |
+
},
|
| 1255 |
+
{
|
| 1256 |
+
"epoch": 1.579248224493331,
|
| 1257 |
+
"grad_norm": 0.17266033589839935,
|
| 1258 |
+
"learning_rate": 1.1245217963322763e-05,
|
| 1259 |
+
"loss": 0.5755,
|
| 1260 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1261 |
+
"memory/max_active (GiB)": 85.72,
|
| 1262 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1263 |
+
"step": 1140,
|
| 1264 |
+
"tokens_per_second_per_gpu": 788.89
|
| 1265 |
+
},
|
| 1266 |
+
{
|
| 1267 |
+
"epoch": 1.5931058375194873,
|
| 1268 |
+
"grad_norm": 0.17995904386043549,
|
| 1269 |
+
"learning_rate": 1.0546599295268061e-05,
|
| 1270 |
+
"loss": 0.5328,
|
| 1271 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1272 |
+
"memory/max_active (GiB)": 85.72,
|
| 1273 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1274 |
+
"step": 1150,
|
| 1275 |
+
"tokens_per_second_per_gpu": 948.5
|
| 1276 |
+
},
|
| 1277 |
+
{
|
| 1278 |
+
"epoch": 1.6069634505456434,
|
| 1279 |
+
"grad_norm": 0.17355145514011383,
|
| 1280 |
+
"learning_rate": 9.867818254208123e-06,
|
| 1281 |
+
"loss": 0.5633,
|
| 1282 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1283 |
+
"memory/max_active (GiB)": 85.72,
|
| 1284 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1285 |
+
"step": 1160,
|
| 1286 |
+
"tokens_per_second_per_gpu": 965.8
|
| 1287 |
+
},
|
| 1288 |
+
{
|
| 1289 |
+
"epoch": 1.6208210635717997,
|
| 1290 |
+
"grad_norm": 0.18094998598098755,
|
| 1291 |
+
"learning_rate": 9.209216139114935e-06,
|
| 1292 |
+
"loss": 0.5425,
|
| 1293 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1294 |
+
"memory/max_active (GiB)": 85.72,
|
| 1295 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1296 |
+
"step": 1170,
|
| 1297 |
+
"tokens_per_second_per_gpu": 914.6
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 1.634678676597956,
|
| 1301 |
+
"grad_norm": 0.19211266934871674,
|
| 1302 |
+
"learning_rate": 8.571124102762768e-06,
|
| 1303 |
+
"loss": 0.577,
|
| 1304 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1305 |
+
"memory/max_active (GiB)": 85.72,
|
| 1306 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1307 |
+
"step": 1180,
|
| 1308 |
+
"tokens_per_second_per_gpu": 987.37
|
| 1309 |
+
},
|
| 1310 |
+
{
|
| 1311 |
+
"epoch": 1.6485362896241122,
|
| 1312 |
+
"grad_norm": 0.1781914234161377,
|
| 1313 |
+
"learning_rate": 7.95386298522065e-06,
|
| 1314 |
+
"loss": 0.5719,
|
| 1315 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1316 |
+
"memory/max_active (GiB)": 85.72,
|
| 1317 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1318 |
+
"step": 1190,
|
| 1319 |
+
"tokens_per_second_per_gpu": 864.39
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"epoch": 1.6623939026502685,
|
| 1323 |
+
"grad_norm": 0.17774876952171326,
|
| 1324 |
+
"learning_rate": 7.357743152530272e-06,
|
| 1325 |
+
"loss": 0.5647,
|
| 1326 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1327 |
+
"memory/max_active (GiB)": 85.72,
|
| 1328 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1329 |
+
"step": 1200,
|
| 1330 |
+
"tokens_per_second_per_gpu": 954.56
|
| 1331 |
+
},
|
| 1332 |
+
{
|
| 1333 |
+
"epoch": 1.6762515156764248,
|
| 1334 |
+
"grad_norm": 0.1787899136543274,
|
| 1335 |
+
"learning_rate": 6.783064340650364e-06,
|
| 1336 |
+
"loss": 0.6007,
|
| 1337 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1338 |
+
"memory/max_active (GiB)": 85.72,
|
| 1339 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1340 |
+
"step": 1210,
|
| 1341 |
+
"tokens_per_second_per_gpu": 1119.17
|
| 1342 |
+
},
|
| 1343 |
+
{
|
| 1344 |
+
"epoch": 1.6901091287025811,
|
| 1345 |
+
"grad_norm": 0.16189730167388916,
|
| 1346 |
+
"learning_rate": 6.230115504745953e-06,
|
| 1347 |
+
"loss": 0.5647,
|
| 1348 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1349 |
+
"memory/max_active (GiB)": 85.72,
|
| 1350 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1351 |
+
"step": 1220,
|
| 1352 |
+
"tokens_per_second_per_gpu": 889.49
|
| 1353 |
+
},
|
| 1354 |
+
{
|
| 1355 |
+
"epoch": 1.7039667417287372,
|
| 1356 |
+
"grad_norm": 0.17614033818244934,
|
| 1357 |
+
"learning_rate": 5.699174673898394e-06,
|
| 1358 |
+
"loss": 0.5239,
|
| 1359 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1360 |
+
"memory/max_active (GiB)": 85.72,
|
| 1361 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1362 |
+
"step": 1230,
|
| 1363 |
+
"tokens_per_second_per_gpu": 925.55
|
| 1364 |
+
},
|
| 1365 |
+
{
|
| 1366 |
+
"epoch": 1.7178243547548935,
|
| 1367 |
+
"grad_norm": 0.18107430636882782,
|
| 1368 |
+
"learning_rate": 5.190508811309091e-06,
|
| 1369 |
+
"loss": 0.5803,
|
| 1370 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1371 |
+
"memory/max_active (GiB)": 85.72,
|
| 1372 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1373 |
+
"step": 1240,
|
| 1374 |
+
"tokens_per_second_per_gpu": 1020.96
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 1.7316819677810498,
|
| 1378 |
+
"grad_norm": 0.18331079185009003,
|
| 1379 |
+
"learning_rate": 4.704373680067325e-06,
|
| 1380 |
+
"loss": 0.5542,
|
| 1381 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1382 |
+
"memory/max_active (GiB)": 85.72,
|
| 1383 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1384 |
+
"step": 1250,
|
| 1385 |
+
"tokens_per_second_per_gpu": 975.2
|
| 1386 |
+
},
|
| 1387 |
+
{
|
| 1388 |
+
"epoch": 1.7455395808072058,
|
| 1389 |
+
"grad_norm": 0.20262940227985382,
|
| 1390 |
+
"learning_rate": 4.241013714549597e-06,
|
| 1391 |
+
"loss": 0.5879,
|
| 1392 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1393 |
+
"memory/max_active (GiB)": 85.72,
|
| 1394 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1395 |
+
"step": 1260,
|
| 1396 |
+
"tokens_per_second_per_gpu": 935.67
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"epoch": 1.7593971938333621,
|
| 1400 |
+
"grad_norm": 0.16563181579113007,
|
| 1401 |
+
"learning_rate": 3.800661897515245e-06,
|
| 1402 |
+
"loss": 0.5437,
|
| 1403 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1404 |
+
"memory/max_active (GiB)": 85.72,
|
| 1405 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1406 |
+
"step": 1270,
|
| 1407 |
+
"tokens_per_second_per_gpu": 947.0
|
| 1408 |
+
},
|
| 1409 |
+
{
|
| 1410 |
+
"epoch": 1.7732548068595184,
|
| 1411 |
+
"grad_norm": 0.1958320140838623,
|
| 1412 |
+
"learning_rate": 3.3835396429599152e-06,
|
| 1413 |
+
"loss": 0.5445,
|
| 1414 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1415 |
+
"memory/max_active (GiB)": 85.72,
|
| 1416 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1417 |
+
"step": 1280,
|
| 1418 |
+
"tokens_per_second_per_gpu": 981.25
|
| 1419 |
+
},
|
| 1420 |
+
{
|
| 1421 |
+
"epoch": 1.7871124198856747,
|
| 1422 |
+
"grad_norm": 0.1918836534023285,
|
| 1423 |
+
"learning_rate": 2.9898566847861245e-06,
|
| 1424 |
+
"loss": 0.5358,
|
| 1425 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1426 |
+
"memory/max_active (GiB)": 85.72,
|
| 1427 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1428 |
+
"step": 1290,
|
| 1429 |
+
"tokens_per_second_per_gpu": 909.78
|
| 1430 |
+
},
|
| 1431 |
+
{
|
| 1432 |
+
"epoch": 1.800970032911831,
|
| 1433 |
+
"grad_norm": 0.18790839612483978,
|
| 1434 |
+
"learning_rate": 2.619810971346587e-06,
|
| 1435 |
+
"loss": 0.5728,
|
| 1436 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1437 |
+
"memory/max_active (GiB)": 85.72,
|
| 1438 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1439 |
+
"step": 1300,
|
| 1440 |
+
"tokens_per_second_per_gpu": 961.21
|
| 1441 |
+
},
|
| 1442 |
+
{
|
| 1443 |
+
"epoch": 1.8148276459379873,
|
| 1444 |
+
"grad_norm": 0.18140196800231934,
|
| 1445 |
+
"learning_rate": 2.2735885659134925e-06,
|
| 1446 |
+
"loss": 0.5943,
|
| 1447 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1448 |
+
"memory/max_active (GiB)": 85.72,
|
| 1449 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1450 |
+
"step": 1310,
|
| 1451 |
+
"tokens_per_second_per_gpu": 933.61
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"epoch": 1.8286852589641436,
|
| 1455 |
+
"grad_norm": 0.19009986519813538,
|
| 1456 |
+
"learning_rate": 1.9513635531237417e-06,
|
| 1457 |
+
"loss": 0.5557,
|
| 1458 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1459 |
+
"memory/max_active (GiB)": 85.72,
|
| 1460 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1461 |
+
"step": 1320,
|
| 1462 |
+
"tokens_per_second_per_gpu": 913.45
|
| 1463 |
+
},
|
| 1464 |
+
{
|
| 1465 |
+
"epoch": 1.8425428719902996,
|
| 1466 |
+
"grad_norm": 0.1914367824792862,
|
| 1467 |
+
"learning_rate": 1.6532979514471747e-06,
|
| 1468 |
+
"loss": 0.5853,
|
| 1469 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1470 |
+
"memory/max_active (GiB)": 85.72,
|
| 1471 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1472 |
+
"step": 1330,
|
| 1473 |
+
"tokens_per_second_per_gpu": 1024.91
|
| 1474 |
+
},
|
| 1475 |
+
{
|
| 1476 |
+
"epoch": 1.856400485016456,
|
| 1477 |
+
"grad_norm": 0.1720149666070938,
|
| 1478 |
+
"learning_rate": 1.3795416317218036e-06,
|
| 1479 |
+
"loss": 0.5669,
|
| 1480 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1481 |
+
"memory/max_active (GiB)": 85.72,
|
| 1482 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1483 |
+
"step": 1340,
|
| 1484 |
+
"tokens_per_second_per_gpu": 1067.62
|
| 1485 |
+
},
|
| 1486 |
+
{
|
| 1487 |
+
"epoch": 1.870258098042612,
|
| 1488 |
+
"grad_norm": 0.17772097885608673,
|
| 1489 |
+
"learning_rate": 1.1302322417970135e-06,
|
| 1490 |
+
"loss": 0.5802,
|
| 1491 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1492 |
+
"memory/max_active (GiB)": 85.72,
|
| 1493 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1494 |
+
"step": 1350,
|
| 1495 |
+
"tokens_per_second_per_gpu": 940.57
|
| 1496 |
+
},
|
| 1497 |
+
{
|
| 1498 |
+
"epoch": 1.8841157110687683,
|
| 1499 |
+
"grad_norm": 0.1829637587070465,
|
| 1500 |
+
"learning_rate": 9.054951373226484e-07,
|
| 1501 |
+
"loss": 0.5436,
|
| 1502 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1503 |
+
"memory/max_active (GiB)": 85.72,
|
| 1504 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1505 |
+
"step": 1360,
|
| 1506 |
+
"tokens_per_second_per_gpu": 931.71
|
| 1507 |
+
},
|
| 1508 |
+
{
|
| 1509 |
+
"epoch": 1.8979733240949246,
|
| 1510 |
+
"grad_norm": 0.190989688038826,
|
| 1511 |
+
"learning_rate": 7.054433187187071e-07,
|
| 1512 |
+
"loss": 0.5751,
|
| 1513 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1514 |
+
"memory/max_active (GiB)": 85.72,
|
| 1515 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1516 |
+
"step": 1370,
|
| 1517 |
+
"tokens_per_second_per_gpu": 1210.22
|
| 1518 |
+
},
|
| 1519 |
+
{
|
| 1520 |
+
"epoch": 1.9118309371210809,
|
| 1521 |
+
"grad_norm": 0.17515617609024048,
|
| 1522 |
+
"learning_rate": 5.301773743574712e-07,
|
| 1523 |
+
"loss": 0.5524,
|
| 1524 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1525 |
+
"memory/max_active (GiB)": 85.72,
|
| 1526 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1527 |
+
"step": 1380,
|
| 1528 |
+
"tokens_per_second_per_gpu": 972.68
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"epoch": 1.9256885501472372,
|
| 1532 |
+
"grad_norm": 0.17383797466754913,
|
| 1533 |
+
"learning_rate": 3.7978542998643454e-07,
|
| 1534 |
+
"loss": 0.5438,
|
| 1535 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1536 |
+
"memory/max_active (GiB)": 85.72,
|
| 1537 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1538 |
+
"step": 1390,
|
| 1539 |
+
"tokens_per_second_per_gpu": 915.78
|
| 1540 |
+
},
|
| 1541 |
+
{
|
| 1542 |
+
"epoch": 1.9395461631733935,
|
| 1543 |
+
"grad_norm": 0.1715794801712036,
|
| 1544 |
+
"learning_rate": 2.5434310441773137e-07,
|
| 1545 |
+
"loss": 0.5667,
|
| 1546 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1547 |
+
"memory/max_active (GiB)": 85.72,
|
| 1548 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1549 |
+
"step": 1400,
|
| 1550 |
+
"tokens_per_second_per_gpu": 1099.45
|
| 1551 |
+
},
|
| 1552 |
+
{
|
| 1553 |
+
"epoch": 1.9534037761995497,
|
| 1554 |
+
"grad_norm": 0.1821635514497757,
|
| 1555 |
+
"learning_rate": 1.5391347150607304e-07,
|
| 1556 |
+
"loss": 0.542,
|
| 1557 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1558 |
+
"memory/max_active (GiB)": 85.72,
|
| 1559 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1560 |
+
"step": 1410,
|
| 1561 |
+
"tokens_per_second_per_gpu": 949.21
|
| 1562 |
+
},
|
| 1563 |
+
{
|
| 1564 |
+
"epoch": 1.967261389225706,
|
| 1565 |
+
"grad_norm": 0.19293761253356934,
|
| 1566 |
+
"learning_rate": 7.854702843449469e-08,
|
| 1567 |
+
"loss": 0.5384,
|
| 1568 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1569 |
+
"memory/max_active (GiB)": 85.72,
|
| 1570 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1571 |
+
"step": 1420,
|
| 1572 |
+
"tokens_per_second_per_gpu": 825.94
|
| 1573 |
+
},
|
| 1574 |
+
{
|
| 1575 |
+
"epoch": 1.981119002251862,
|
| 1576 |
+
"grad_norm": 0.19018813967704773,
|
| 1577 |
+
"learning_rate": 2.828167032379869e-08,
|
| 1578 |
+
"loss": 0.6172,
|
| 1579 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1580 |
+
"memory/max_active (GiB)": 85.72,
|
| 1581 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1582 |
+
"step": 1430,
|
| 1583 |
+
"tokens_per_second_per_gpu": 973.31
|
| 1584 |
+
},
|
| 1585 |
+
{
|
| 1586 |
+
"epoch": 1.9949766152780184,
|
| 1587 |
+
"grad_norm": 0.180649071931839,
|
| 1588 |
+
"learning_rate": 3.1426711784299233e-09,
|
| 1589 |
+
"loss": 0.5543,
|
| 1590 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 1591 |
+
"memory/max_active (GiB)": 85.72,
|
| 1592 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 1593 |
+
"step": 1440,
|
| 1594 |
+
"tokens_per_second_per_gpu": 945.3
|
| 1595 |
+
}
|
| 1596 |
+
],
|
| 1597 |
+
"logging_steps": 10,
|
| 1598 |
+
"max_steps": 1444,
|
| 1599 |
+
"num_input_tokens_seen": 0,
|
| 1600 |
+
"num_train_epochs": 2,
|
| 1601 |
+
"save_steps": 300,
|
| 1602 |
+
"stateful_callbacks": {
|
| 1603 |
+
"TrainerControl": {
|
| 1604 |
+
"args": {
|
| 1605 |
+
"should_epoch_stop": false,
|
| 1606 |
+
"should_evaluate": false,
|
| 1607 |
+
"should_log": false,
|
| 1608 |
+
"should_save": true,
|
| 1609 |
+
"should_training_stop": true
|
| 1610 |
+
},
|
| 1611 |
+
"attributes": {}
|
| 1612 |
+
}
|
| 1613 |
+
},
|
| 1614 |
+
"total_flos": 1.2844822329694618e+19,
|
| 1615 |
+
"train_batch_size": 4,
|
| 1616 |
+
"trial_name": null,
|
| 1617 |
+
"trial_params": null
|
| 1618 |
+
}
|
checkpoint-1444/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1418985538671b467762281d3c852d707544317aa0efccdb1a0b18aa66639c19
|
| 3 |
+
size 7249
|
checkpoint-1444/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-600/README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-32B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- axolotl
|
| 7 |
+
- base_model:adapter:Qwen/Qwen3-32B
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for Model ID
|
| 13 |
+
|
| 14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
- **Developed by:** [More Information Needed]
|
| 27 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 28 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Model type:** [More Information Needed]
|
| 30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 31 |
+
- **License:** [More Information Needed]
|
| 32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 33 |
+
|
| 34 |
+
### Model Sources [optional]
|
| 35 |
+
|
| 36 |
+
<!-- Provide the basic links for the model. -->
|
| 37 |
+
|
| 38 |
+
- **Repository:** [More Information Needed]
|
| 39 |
+
- **Paper [optional]:** [More Information Needed]
|
| 40 |
+
- **Demo [optional]:** [More Information Needed]
|
| 41 |
+
|
| 42 |
+
## Uses
|
| 43 |
+
|
| 44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 45 |
+
|
| 46 |
+
### Direct Use
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Downstream Use [optional]
|
| 53 |
+
|
| 54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
### Out-of-Scope Use
|
| 59 |
+
|
| 60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
## Bias, Risks, and Limitations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 67 |
+
|
| 68 |
+
[More Information Needed]
|
| 69 |
+
|
| 70 |
+
### Recommendations
|
| 71 |
+
|
| 72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 73 |
+
|
| 74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 75 |
+
|
| 76 |
+
## How to Get Started with the Model
|
| 77 |
+
|
| 78 |
+
Use the code below to get started with the model.
|
| 79 |
+
|
| 80 |
+
[More Information Needed]
|
| 81 |
+
|
| 82 |
+
## Training Details
|
| 83 |
+
|
| 84 |
+
### Training Data
|
| 85 |
+
|
| 86 |
+
<!-- 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. -->
|
| 87 |
+
|
| 88 |
+
[More Information Needed]
|
| 89 |
+
|
| 90 |
+
### Training Procedure
|
| 91 |
+
|
| 92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 93 |
+
|
| 94 |
+
#### Preprocessing [optional]
|
| 95 |
+
|
| 96 |
+
[More Information Needed]
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
#### Training Hyperparameters
|
| 100 |
+
|
| 101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 102 |
+
|
| 103 |
+
#### Speeds, Sizes, Times [optional]
|
| 104 |
+
|
| 105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
## Evaluation
|
| 110 |
+
|
| 111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 112 |
+
|
| 113 |
+
### Testing Data, Factors & Metrics
|
| 114 |
+
|
| 115 |
+
#### Testing Data
|
| 116 |
+
|
| 117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Factors
|
| 122 |
+
|
| 123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
#### Metrics
|
| 128 |
+
|
| 129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
### Results
|
| 134 |
+
|
| 135 |
+
[More Information Needed]
|
| 136 |
+
|
| 137 |
+
#### Summary
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
## Model Examination [optional]
|
| 142 |
+
|
| 143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 144 |
+
|
| 145 |
+
[More Information Needed]
|
| 146 |
+
|
| 147 |
+
## Environmental Impact
|
| 148 |
+
|
| 149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 150 |
+
|
| 151 |
+
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).
|
| 152 |
+
|
| 153 |
+
- **Hardware Type:** [More Information Needed]
|
| 154 |
+
- **Hours used:** [More Information Needed]
|
| 155 |
+
- **Cloud Provider:** [More Information Needed]
|
| 156 |
+
- **Compute Region:** [More Information Needed]
|
| 157 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 158 |
+
|
| 159 |
+
## Technical Specifications [optional]
|
| 160 |
+
|
| 161 |
+
### Model Architecture and Objective
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
### Compute Infrastructure
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Hardware
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
#### Software
|
| 174 |
+
|
| 175 |
+
[More Information Needed]
|
| 176 |
+
|
| 177 |
+
## Citation [optional]
|
| 178 |
+
|
| 179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 180 |
+
|
| 181 |
+
**BibTeX:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
**APA:**
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## Glossary [optional]
|
| 190 |
+
|
| 191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## More Information [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Authors [optional]
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
|
| 203 |
+
## Model Card Contact
|
| 204 |
+
|
| 205 |
+
[More Information Needed]
|
| 206 |
+
### Framework versions
|
| 207 |
+
|
| 208 |
+
- PEFT 0.17.1
|
checkpoint-600/adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen3-32B",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": null,
|
| 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": 64,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 32,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"v_proj",
|
| 29 |
+
"up_proj",
|
| 30 |
+
"down_proj",
|
| 31 |
+
"o_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"q_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": [],
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
checkpoint-600/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e30bdcea3052a244c2d1bb70e0ae1f5c764e7faa6e039e8ff85ac1faa0e232cc
|
| 3 |
+
size 1073863208
|
checkpoint-600/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-600/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-600/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-600/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5916d676f8ca6e76b5b6a2fb0042fbe87bbf929da45a4c0f0018d3d18a0fb21e
|
| 3 |
+
size 2148242275
|
checkpoint-600/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5672c19400981b2f2e25c240216608a78fb5e7e65eee1ebdd929766b25ea9d69
|
| 3 |
+
size 14645
|
checkpoint-600/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6cd14916690ffcb8d3cc2db33ed7944368644bbe3516ccf0e517b4e417cc0ae
|
| 3 |
+
size 1465
|
checkpoint-600/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-600/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
checkpoint-600/tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
checkpoint-600/trainer_state.json
ADDED
|
@@ -0,0 +1,694 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.8314567815693746,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 600,
|
| 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.013857613026156245,
|
| 14 |
+
"grad_norm": 0.1854863315820694,
|
| 15 |
+
"learning_rate": 2.0930232558139536e-05,
|
| 16 |
+
"loss": 0.8494,
|
| 17 |
+
"memory/device_reserved (GiB)": 89.89,
|
| 18 |
+
"memory/max_active (GiB)": 85.72,
|
| 19 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 20 |
+
"step": 10,
|
| 21 |
+
"tokens_per_second_per_gpu": 1111.65
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.02771522605231249,
|
| 25 |
+
"grad_norm": 0.09567277133464813,
|
| 26 |
+
"learning_rate": 4.418604651162791e-05,
|
| 27 |
+
"loss": 0.7842,
|
| 28 |
+
"memory/device_reserved (GiB)": 90.37,
|
| 29 |
+
"memory/max_active (GiB)": 85.72,
|
| 30 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 31 |
+
"step": 20,
|
| 32 |
+
"tokens_per_second_per_gpu": 1041.18
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.04157283907846873,
|
| 36 |
+
"grad_norm": 0.1211227998137474,
|
| 37 |
+
"learning_rate": 6.744186046511628e-05,
|
| 38 |
+
"loss": 0.7353,
|
| 39 |
+
"memory/device_reserved (GiB)": 90.37,
|
| 40 |
+
"memory/max_active (GiB)": 85.72,
|
| 41 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 42 |
+
"step": 30,
|
| 43 |
+
"tokens_per_second_per_gpu": 993.82
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"epoch": 0.05543045210462498,
|
| 47 |
+
"grad_norm": 0.09696491807699203,
|
| 48 |
+
"learning_rate": 9.069767441860465e-05,
|
| 49 |
+
"loss": 0.6943,
|
| 50 |
+
"memory/device_reserved (GiB)": 90.37,
|
| 51 |
+
"memory/max_active (GiB)": 85.72,
|
| 52 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 53 |
+
"step": 40,
|
| 54 |
+
"tokens_per_second_per_gpu": 849.91
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.06928806513078123,
|
| 58 |
+
"grad_norm": 0.12007619440555573,
|
| 59 |
+
"learning_rate": 9.999547457436221e-05,
|
| 60 |
+
"loss": 0.6814,
|
| 61 |
+
"memory/device_reserved (GiB)": 90.38,
|
| 62 |
+
"memory/max_active (GiB)": 85.72,
|
| 63 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 64 |
+
"step": 50,
|
| 65 |
+
"tokens_per_second_per_gpu": 971.92
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.08314567815693746,
|
| 69 |
+
"grad_norm": 0.12358752638101578,
|
| 70 |
+
"learning_rate": 9.996782216198338e-05,
|
| 71 |
+
"loss": 0.69,
|
| 72 |
+
"memory/device_reserved (GiB)": 90.38,
|
| 73 |
+
"memory/max_active (GiB)": 85.72,
|
| 74 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 75 |
+
"step": 60,
|
| 76 |
+
"tokens_per_second_per_gpu": 862.06
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"epoch": 0.09700329118309371,
|
| 80 |
+
"grad_norm": 0.11916535347700119,
|
| 81 |
+
"learning_rate": 9.991504534967746e-05,
|
| 82 |
+
"loss": 0.7048,
|
| 83 |
+
"memory/device_reserved (GiB)": 90.38,
|
| 84 |
+
"memory/max_active (GiB)": 85.72,
|
| 85 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 86 |
+
"step": 70,
|
| 87 |
+
"tokens_per_second_per_gpu": 1024.18
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.11086090420924996,
|
| 91 |
+
"grad_norm": 0.12464027106761932,
|
| 92 |
+
"learning_rate": 9.983717067423721e-05,
|
| 93 |
+
"loss": 0.6705,
|
| 94 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 95 |
+
"memory/max_active (GiB)": 85.72,
|
| 96 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 97 |
+
"step": 80,
|
| 98 |
+
"tokens_per_second_per_gpu": 1009.08
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 0.1247185172354062,
|
| 102 |
+
"grad_norm": 0.1264505237340927,
|
| 103 |
+
"learning_rate": 9.973423729195168e-05,
|
| 104 |
+
"loss": 0.6387,
|
| 105 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 106 |
+
"memory/max_active (GiB)": 85.72,
|
| 107 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 108 |
+
"step": 90,
|
| 109 |
+
"tokens_per_second_per_gpu": 1027.91
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.13857613026156246,
|
| 113 |
+
"grad_norm": 0.1262999027967453,
|
| 114 |
+
"learning_rate": 9.960629695891814e-05,
|
| 115 |
+
"loss": 0.6447,
|
| 116 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 117 |
+
"memory/max_active (GiB)": 85.72,
|
| 118 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 119 |
+
"step": 100,
|
| 120 |
+
"tokens_per_second_per_gpu": 935.25
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"epoch": 0.1524337432877187,
|
| 124 |
+
"grad_norm": 0.12777547538280487,
|
| 125 |
+
"learning_rate": 9.945341400501838e-05,
|
| 126 |
+
"loss": 0.6846,
|
| 127 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 128 |
+
"memory/max_active (GiB)": 85.72,
|
| 129 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 130 |
+
"step": 110,
|
| 131 |
+
"tokens_per_second_per_gpu": 997.71
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"epoch": 0.16629135631387493,
|
| 135 |
+
"grad_norm": 0.12563012540340424,
|
| 136 |
+
"learning_rate": 9.927566530157298e-05,
|
| 137 |
+
"loss": 0.6765,
|
| 138 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 139 |
+
"memory/max_active (GiB)": 85.72,
|
| 140 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 141 |
+
"step": 120,
|
| 142 |
+
"tokens_per_second_per_gpu": 1120.19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.1801489693400312,
|
| 146 |
+
"grad_norm": 0.13785897195339203,
|
| 147 |
+
"learning_rate": 9.907314022268946e-05,
|
| 148 |
+
"loss": 0.6315,
|
| 149 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 150 |
+
"memory/max_active (GiB)": 85.72,
|
| 151 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 152 |
+
"step": 130,
|
| 153 |
+
"tokens_per_second_per_gpu": 801.56
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.19400658236618742,
|
| 157 |
+
"grad_norm": 0.14731284976005554,
|
| 158 |
+
"learning_rate": 9.884594060032406e-05,
|
| 159 |
+
"loss": 0.6642,
|
| 160 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 161 |
+
"memory/max_active (GiB)": 85.72,
|
| 162 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 163 |
+
"step": 140,
|
| 164 |
+
"tokens_per_second_per_gpu": 944.29
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.20786419539234366,
|
| 168 |
+
"grad_norm": 0.1298578828573227,
|
| 169 |
+
"learning_rate": 9.859418067307928e-05,
|
| 170 |
+
"loss": 0.6696,
|
| 171 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 172 |
+
"memory/max_active (GiB)": 85.72,
|
| 173 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 174 |
+
"step": 150,
|
| 175 |
+
"tokens_per_second_per_gpu": 913.99
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"epoch": 0.22172180841849992,
|
| 179 |
+
"grad_norm": 0.13122966885566711,
|
| 180 |
+
"learning_rate": 9.831798702876352e-05,
|
| 181 |
+
"loss": 0.6768,
|
| 182 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 183 |
+
"memory/max_active (GiB)": 85.72,
|
| 184 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 185 |
+
"step": 160,
|
| 186 |
+
"tokens_per_second_per_gpu": 983.71
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 0.23557942144465616,
|
| 190 |
+
"grad_norm": 0.12356515228748322,
|
| 191 |
+
"learning_rate": 9.801749854074122e-05,
|
| 192 |
+
"loss": 0.6526,
|
| 193 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 194 |
+
"memory/max_active (GiB)": 85.72,
|
| 195 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 196 |
+
"step": 170,
|
| 197 |
+
"tokens_per_second_per_gpu": 903.88
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"epoch": 0.2494370344708124,
|
| 201 |
+
"grad_norm": 0.11831440776586533,
|
| 202 |
+
"learning_rate": 9.769286629810572e-05,
|
| 203 |
+
"loss": 0.6415,
|
| 204 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 205 |
+
"memory/max_active (GiB)": 85.72,
|
| 206 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 207 |
+
"step": 180,
|
| 208 |
+
"tokens_per_second_per_gpu": 819.58
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 0.2632946474969686,
|
| 212 |
+
"grad_norm": 0.12409751862287521,
|
| 213 |
+
"learning_rate": 9.73442535297099e-05,
|
| 214 |
+
"loss": 0.6685,
|
| 215 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 216 |
+
"memory/max_active (GiB)": 85.72,
|
| 217 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 218 |
+
"step": 190,
|
| 219 |
+
"tokens_per_second_per_gpu": 973.62
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.2771522605231249,
|
| 223 |
+
"grad_norm": 0.1352369785308838,
|
| 224 |
+
"learning_rate": 9.697183552209288e-05,
|
| 225 |
+
"loss": 0.6329,
|
| 226 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 227 |
+
"memory/max_active (GiB)": 85.72,
|
| 228 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 229 |
+
"step": 200,
|
| 230 |
+
"tokens_per_second_per_gpu": 903.58
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 0.29100987354928115,
|
| 234 |
+
"grad_norm": 0.12526443600654602,
|
| 235 |
+
"learning_rate": 9.657579953134383e-05,
|
| 236 |
+
"loss": 0.6452,
|
| 237 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 238 |
+
"memory/max_active (GiB)": 85.72,
|
| 239 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 240 |
+
"step": 210,
|
| 241 |
+
"tokens_per_second_per_gpu": 859.06
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.3048674865754374,
|
| 245 |
+
"grad_norm": 0.11614521592855453,
|
| 246 |
+
"learning_rate": 9.615634468894752e-05,
|
| 247 |
+
"loss": 0.6407,
|
| 248 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 249 |
+
"memory/max_active (GiB)": 85.72,
|
| 250 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 251 |
+
"step": 220,
|
| 252 |
+
"tokens_per_second_per_gpu": 850.93
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"epoch": 0.3187250996015936,
|
| 256 |
+
"grad_norm": 0.1328686773777008,
|
| 257 |
+
"learning_rate": 9.571368190165863e-05,
|
| 258 |
+
"loss": 0.6741,
|
| 259 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 260 |
+
"memory/max_active (GiB)": 85.72,
|
| 261 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 262 |
+
"step": 230,
|
| 263 |
+
"tokens_per_second_per_gpu": 1038.17
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"epoch": 0.33258271262774985,
|
| 267 |
+
"grad_norm": 0.13082517683506012,
|
| 268 |
+
"learning_rate": 9.524803374545548e-05,
|
| 269 |
+
"loss": 0.6906,
|
| 270 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 271 |
+
"memory/max_active (GiB)": 85.72,
|
| 272 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 273 |
+
"step": 240,
|
| 274 |
+
"tokens_per_second_per_gpu": 1066.43
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"epoch": 0.3464403256539061,
|
| 278 |
+
"grad_norm": 0.1282692551612854,
|
| 279 |
+
"learning_rate": 9.475963435362614e-05,
|
| 280 |
+
"loss": 0.6609,
|
| 281 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 282 |
+
"memory/max_active (GiB)": 85.72,
|
| 283 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 284 |
+
"step": 250,
|
| 285 |
+
"tokens_per_second_per_gpu": 986.84
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"epoch": 0.3602979386800624,
|
| 289 |
+
"grad_norm": 0.13708311319351196,
|
| 290 |
+
"learning_rate": 9.424872929904358e-05,
|
| 291 |
+
"loss": 0.6169,
|
| 292 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 293 |
+
"memory/max_active (GiB)": 85.72,
|
| 294 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 295 |
+
"step": 260,
|
| 296 |
+
"tokens_per_second_per_gpu": 1126.25
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.3741555517062186,
|
| 300 |
+
"grad_norm": 0.1323172152042389,
|
| 301 |
+
"learning_rate": 9.371557547068878e-05,
|
| 302 |
+
"loss": 0.6574,
|
| 303 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 304 |
+
"memory/max_active (GiB)": 85.72,
|
| 305 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 306 |
+
"step": 270,
|
| 307 |
+
"tokens_per_second_per_gpu": 1062.03
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"epoch": 0.38801316473237485,
|
| 311 |
+
"grad_norm": 0.12729060649871826,
|
| 312 |
+
"learning_rate": 9.316044094448392e-05,
|
| 313 |
+
"loss": 0.6583,
|
| 314 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 315 |
+
"memory/max_active (GiB)": 85.72,
|
| 316 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 317 |
+
"step": 280,
|
| 318 |
+
"tokens_per_second_per_gpu": 941.33
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.4018707777585311,
|
| 322 |
+
"grad_norm": 0.14719286561012268,
|
| 323 |
+
"learning_rate": 9.25836048485008e-05,
|
| 324 |
+
"loss": 0.6392,
|
| 325 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 326 |
+
"memory/max_active (GiB)": 85.72,
|
| 327 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 328 |
+
"step": 290,
|
| 329 |
+
"tokens_per_second_per_gpu": 883.56
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 0.4157283907846873,
|
| 333 |
+
"grad_norm": 0.12530402839183807,
|
| 334 |
+
"learning_rate": 9.198535722261181e-05,
|
| 335 |
+
"loss": 0.6623,
|
| 336 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 337 |
+
"memory/max_active (GiB)": 85.72,
|
| 338 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 339 |
+
"step": 300,
|
| 340 |
+
"tokens_per_second_per_gpu": 902.6
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"epoch": 0.4295860038108436,
|
| 344 |
+
"grad_norm": 0.1330760419368744,
|
| 345 |
+
"learning_rate": 9.136599887265483e-05,
|
| 346 |
+
"loss": 0.645,
|
| 347 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 348 |
+
"memory/max_active (GiB)": 85.72,
|
| 349 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 350 |
+
"step": 310,
|
| 351 |
+
"tokens_per_second_per_gpu": 997.96
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"epoch": 0.44344361683699984,
|
| 355 |
+
"grad_norm": 0.13317464292049408,
|
| 356 |
+
"learning_rate": 9.072584121918425e-05,
|
| 357 |
+
"loss": 0.6139,
|
| 358 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 359 |
+
"memory/max_active (GiB)": 85.72,
|
| 360 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 361 |
+
"step": 320,
|
| 362 |
+
"tokens_per_second_per_gpu": 980.08
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"epoch": 0.4573012298631561,
|
| 366 |
+
"grad_norm": 0.12773385643959045,
|
| 367 |
+
"learning_rate": 9.006520614088535e-05,
|
| 368 |
+
"loss": 0.6658,
|
| 369 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 370 |
+
"memory/max_active (GiB)": 85.72,
|
| 371 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 372 |
+
"step": 330,
|
| 373 |
+
"tokens_per_second_per_gpu": 937.57
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.4711588428893123,
|
| 377 |
+
"grad_norm": 0.13415341079235077,
|
| 378 |
+
"learning_rate": 8.938442581272983e-05,
|
| 379 |
+
"loss": 0.6737,
|
| 380 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 381 |
+
"memory/max_active (GiB)": 85.72,
|
| 382 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 383 |
+
"step": 340,
|
| 384 |
+
"tokens_per_second_per_gpu": 1046.92
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"epoch": 0.48501645591546855,
|
| 388 |
+
"grad_norm": 0.13382680714130402,
|
| 389 |
+
"learning_rate": 8.868384253895445e-05,
|
| 390 |
+
"loss": 0.6575,
|
| 391 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 392 |
+
"memory/max_active (GiB)": 85.72,
|
| 393 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 394 |
+
"step": 350,
|
| 395 |
+
"tokens_per_second_per_gpu": 1049.72
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.4988740689416248,
|
| 399 |
+
"grad_norm": 0.12621234357357025,
|
| 400 |
+
"learning_rate": 8.796380858094643e-05,
|
| 401 |
+
"loss": 0.6423,
|
| 402 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 403 |
+
"memory/max_active (GiB)": 85.72,
|
| 404 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 405 |
+
"step": 360,
|
| 406 |
+
"tokens_per_second_per_gpu": 926.35
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"epoch": 0.5127316819677811,
|
| 410 |
+
"grad_norm": 0.14663882553577423,
|
| 411 |
+
"learning_rate": 8.722468598012245e-05,
|
| 412 |
+
"loss": 0.6524,
|
| 413 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 414 |
+
"memory/max_active (GiB)": 85.72,
|
| 415 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 416 |
+
"step": 370,
|
| 417 |
+
"tokens_per_second_per_gpu": 993.98
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"epoch": 0.5265892949939373,
|
| 421 |
+
"grad_norm": 0.12107036262750626,
|
| 422 |
+
"learning_rate": 8.646684637588991e-05,
|
| 423 |
+
"loss": 0.6158,
|
| 424 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 425 |
+
"memory/max_active (GiB)": 85.72,
|
| 426 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 427 |
+
"step": 380,
|
| 428 |
+
"tokens_per_second_per_gpu": 882.74
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"epoch": 0.5404469080200935,
|
| 432 |
+
"grad_norm": 0.12905746698379517,
|
| 433 |
+
"learning_rate": 8.56906708187824e-05,
|
| 434 |
+
"loss": 0.6359,
|
| 435 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 436 |
+
"memory/max_active (GiB)": 85.72,
|
| 437 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 438 |
+
"step": 390,
|
| 439 |
+
"tokens_per_second_per_gpu": 992.61
|
| 440 |
+
},
|
| 441 |
+
{
|
| 442 |
+
"epoch": 0.5543045210462498,
|
| 443 |
+
"grad_norm": 0.14433123171329498,
|
| 444 |
+
"learning_rate": 8.489654957886306e-05,
|
| 445 |
+
"loss": 0.6124,
|
| 446 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 447 |
+
"memory/max_active (GiB)": 85.72,
|
| 448 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 449 |
+
"step": 400,
|
| 450 |
+
"tokens_per_second_per_gpu": 871.5
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.568162134072406,
|
| 454 |
+
"grad_norm": 0.13294072449207306,
|
| 455 |
+
"learning_rate": 8.40848819494923e-05,
|
| 456 |
+
"loss": 0.6803,
|
| 457 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 458 |
+
"memory/max_active (GiB)": 85.72,
|
| 459 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 460 |
+
"step": 410,
|
| 461 |
+
"tokens_per_second_per_gpu": 950.11
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"epoch": 0.5820197470985623,
|
| 465 |
+
"grad_norm": 0.1526036411523819,
|
| 466 |
+
"learning_rate": 8.325607604655839e-05,
|
| 467 |
+
"loss": 0.6088,
|
| 468 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 469 |
+
"memory/max_active (GiB)": 85.72,
|
| 470 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 471 |
+
"step": 420,
|
| 472 |
+
"tokens_per_second_per_gpu": 1025.1
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.5958773601247185,
|
| 476 |
+
"grad_norm": 0.1453717052936554,
|
| 477 |
+
"learning_rate": 8.241054860327216e-05,
|
| 478 |
+
"loss": 0.6669,
|
| 479 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 480 |
+
"memory/max_active (GiB)": 85.72,
|
| 481 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 482 |
+
"step": 430,
|
| 483 |
+
"tokens_per_second_per_gpu": 1074.36
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"epoch": 0.6097349731508748,
|
| 487 |
+
"grad_norm": 0.1466919481754303,
|
| 488 |
+
"learning_rate": 8.154872476062868e-05,
|
| 489 |
+
"loss": 0.6147,
|
| 490 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 491 |
+
"memory/max_active (GiB)": 85.72,
|
| 492 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 493 |
+
"step": 440,
|
| 494 |
+
"tokens_per_second_per_gpu": 1010.83
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"epoch": 0.6235925861770311,
|
| 498 |
+
"grad_norm": 0.12707076966762543,
|
| 499 |
+
"learning_rate": 8.067103785364139e-05,
|
| 500 |
+
"loss": 0.6096,
|
| 501 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 502 |
+
"memory/max_active (GiB)": 85.72,
|
| 503 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 504 |
+
"step": 450,
|
| 505 |
+
"tokens_per_second_per_gpu": 919.83
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"epoch": 0.6374501992031872,
|
| 509 |
+
"grad_norm": 0.13485883176326752,
|
| 510 |
+
"learning_rate": 7.977792919345633e-05,
|
| 511 |
+
"loss": 0.6342,
|
| 512 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 513 |
+
"memory/max_active (GiB)": 85.72,
|
| 514 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 515 |
+
"step": 460,
|
| 516 |
+
"tokens_per_second_per_gpu": 1033.87
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"epoch": 0.6513078122293435,
|
| 520 |
+
"grad_norm": 0.12489234656095505,
|
| 521 |
+
"learning_rate": 7.886984784545566e-05,
|
| 522 |
+
"loss": 0.6256,
|
| 523 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 524 |
+
"memory/max_active (GiB)": 85.72,
|
| 525 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 526 |
+
"step": 470,
|
| 527 |
+
"tokens_per_second_per_gpu": 1018.58
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.6651654252554997,
|
| 531 |
+
"grad_norm": 0.16094225645065308,
|
| 532 |
+
"learning_rate": 7.794725040346251e-05,
|
| 533 |
+
"loss": 0.6455,
|
| 534 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 535 |
+
"memory/max_active (GiB)": 85.72,
|
| 536 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 537 |
+
"step": 480,
|
| 538 |
+
"tokens_per_second_per_gpu": 933.16
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"epoch": 0.679023038281656,
|
| 542 |
+
"grad_norm": 0.1351306140422821,
|
| 543 |
+
"learning_rate": 7.701060076016024e-05,
|
| 544 |
+
"loss": 0.6613,
|
| 545 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 546 |
+
"memory/max_active (GiB)": 85.72,
|
| 547 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 548 |
+
"step": 490,
|
| 549 |
+
"tokens_per_second_per_gpu": 970.62
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.6928806513078122,
|
| 553 |
+
"grad_norm": 0.1223958283662796,
|
| 554 |
+
"learning_rate": 7.606036987384184e-05,
|
| 555 |
+
"loss": 0.6186,
|
| 556 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 557 |
+
"memory/max_active (GiB)": 85.72,
|
| 558 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 559 |
+
"step": 500,
|
| 560 |
+
"tokens_per_second_per_gpu": 925.45
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"epoch": 0.7067382643339685,
|
| 564 |
+
"grad_norm": 0.11873335391283035,
|
| 565 |
+
"learning_rate": 7.509703553160666e-05,
|
| 566 |
+
"loss": 0.646,
|
| 567 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 568 |
+
"memory/max_active (GiB)": 85.72,
|
| 569 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 570 |
+
"step": 510,
|
| 571 |
+
"tokens_per_second_per_gpu": 990.93
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"epoch": 0.7205958773601248,
|
| 575 |
+
"grad_norm": 0.12990343570709229,
|
| 576 |
+
"learning_rate": 7.412108210912345e-05,
|
| 577 |
+
"loss": 0.6155,
|
| 578 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 579 |
+
"memory/max_active (GiB)": 85.72,
|
| 580 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 581 |
+
"step": 520,
|
| 582 |
+
"tokens_per_second_per_gpu": 955.97
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"epoch": 0.7344534903862809,
|
| 586 |
+
"grad_norm": 0.1376057118177414,
|
| 587 |
+
"learning_rate": 7.31330003270808e-05,
|
| 588 |
+
"loss": 0.6443,
|
| 589 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 590 |
+
"memory/max_active (GiB)": 85.72,
|
| 591 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 592 |
+
"step": 530,
|
| 593 |
+
"tokens_per_second_per_gpu": 895.07
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"epoch": 0.7483111034124372,
|
| 597 |
+
"grad_norm": 0.13277359306812286,
|
| 598 |
+
"learning_rate": 7.213328700444696e-05,
|
| 599 |
+
"loss": 0.6188,
|
| 600 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 601 |
+
"memory/max_active (GiB)": 85.72,
|
| 602 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 603 |
+
"step": 540,
|
| 604 |
+
"tokens_per_second_per_gpu": 907.27
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.7621687164385934,
|
| 608 |
+
"grad_norm": 0.13623632490634918,
|
| 609 |
+
"learning_rate": 7.112244480866356e-05,
|
| 610 |
+
"loss": 0.6471,
|
| 611 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 612 |
+
"memory/max_active (GiB)": 85.72,
|
| 613 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 614 |
+
"step": 550,
|
| 615 |
+
"tokens_per_second_per_gpu": 1002.06
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"epoch": 0.7760263294647497,
|
| 619 |
+
"grad_norm": 0.13037075102329254,
|
| 620 |
+
"learning_rate": 7.010098200289859e-05,
|
| 621 |
+
"loss": 0.647,
|
| 622 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 623 |
+
"memory/max_active (GiB)": 85.72,
|
| 624 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 625 |
+
"step": 560,
|
| 626 |
+
"tokens_per_second_per_gpu": 1047.58
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.789883942490906,
|
| 630 |
+
"grad_norm": 0.12997141480445862,
|
| 631 |
+
"learning_rate": 6.906941219048584e-05,
|
| 632 |
+
"loss": 0.6071,
|
| 633 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 634 |
+
"memory/max_active (GiB)": 85.72,
|
| 635 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 636 |
+
"step": 570,
|
| 637 |
+
"tokens_per_second_per_gpu": 1073.59
|
| 638 |
+
},
|
| 639 |
+
{
|
| 640 |
+
"epoch": 0.8037415555170622,
|
| 641 |
+
"grad_norm": 0.14118416607379913,
|
| 642 |
+
"learning_rate": 6.802825405667905e-05,
|
| 643 |
+
"loss": 0.6101,
|
| 644 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 645 |
+
"memory/max_active (GiB)": 85.72,
|
| 646 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 647 |
+
"step": 580,
|
| 648 |
+
"tokens_per_second_per_gpu": 1097.31
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"epoch": 0.8175991685432185,
|
| 652 |
+
"grad_norm": 0.126139834523201,
|
| 653 |
+
"learning_rate": 6.697803110785115e-05,
|
| 654 |
+
"loss": 0.6084,
|
| 655 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 656 |
+
"memory/max_active (GiB)": 85.72,
|
| 657 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 658 |
+
"step": 590,
|
| 659 |
+
"tokens_per_second_per_gpu": 933.94
|
| 660 |
+
},
|
| 661 |
+
{
|
| 662 |
+
"epoch": 0.8314567815693746,
|
| 663 |
+
"grad_norm": 0.1207822933793068,
|
| 664 |
+
"learning_rate": 6.591927140826902e-05,
|
| 665 |
+
"loss": 0.6416,
|
| 666 |
+
"memory/device_reserved (GiB)": 90.59,
|
| 667 |
+
"memory/max_active (GiB)": 85.72,
|
| 668 |
+
"memory/max_allocated (GiB)": 85.72,
|
| 669 |
+
"step": 600,
|
| 670 |
+
"tokens_per_second_per_gpu": 1007.52
|
| 671 |
+
}
|
| 672 |
+
],
|
| 673 |
+
"logging_steps": 10,
|
| 674 |
+
"max_steps": 1444,
|
| 675 |
+
"num_input_tokens_seen": 0,
|
| 676 |
+
"num_train_epochs": 2,
|
| 677 |
+
"save_steps": 300,
|
| 678 |
+
"stateful_callbacks": {
|
| 679 |
+
"TrainerControl": {
|
| 680 |
+
"args": {
|
| 681 |
+
"should_epoch_stop": false,
|
| 682 |
+
"should_evaluate": false,
|
| 683 |
+
"should_log": false,
|
| 684 |
+
"should_save": true,
|
| 685 |
+
"should_training_stop": false
|
| 686 |
+
},
|
| 687 |
+
"attributes": {}
|
| 688 |
+
}
|
| 689 |
+
},
|
| 690 |
+
"total_flos": 5.327934896681779e+18,
|
| 691 |
+
"train_batch_size": 4,
|
| 692 |
+
"trial_name": null,
|
| 693 |
+
"trial_params": null
|
| 694 |
+
}
|
checkpoint-600/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1418985538671b467762281d3c852d707544317aa0efccdb1a0b18aa66639c19
|
| 3 |
+
size 7249
|