Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- qwen2-gob-plan122-2epoch/README.md +66 -0
- qwen2-gob-plan122-2epoch/added_tokens.json +24 -0
- qwen2-gob-plan122-2epoch/all_results.json +12 -0
- qwen2-gob-plan122-2epoch/chat_template.jinja +54 -0
- qwen2-gob-plan122-2epoch/config.json +58 -0
- qwen2-gob-plan122-2epoch/eval_results.json +7 -0
- qwen2-gob-plan122-2epoch/generation_config.json +13 -0
- qwen2-gob-plan122-2epoch/merges.txt +0 -0
- qwen2-gob-plan122-2epoch/model-00001-of-00004.safetensors +3 -0
- qwen2-gob-plan122-2epoch/model-00002-of-00004.safetensors +3 -0
- qwen2-gob-plan122-2epoch/model-00003-of-00004.safetensors +3 -0
- qwen2-gob-plan122-2epoch/model-00004-of-00004.safetensors +3 -0
- qwen2-gob-plan122-2epoch/model.safetensors.index.json +347 -0
- qwen2-gob-plan122-2epoch/runs/Jan22_18-52-35_hgx003/events.out.tfevents.1769079305.hgx003.2819414.0 +3 -0
- qwen2-gob-plan122-2epoch/runs/Jan22_18-52-35_hgx003/events.out.tfevents.1769103077.hgx003.2819414.1 +3 -0
- qwen2-gob-plan122-2epoch/special_tokens_map.json +31 -0
- qwen2-gob-plan122-2epoch/tokenizer.json +3 -0
- qwen2-gob-plan122-2epoch/tokenizer_config.json +208 -0
- qwen2-gob-plan122-2epoch/train_results.json +8 -0
- qwen2-gob-plan122-2epoch/trainer_log.jsonl +69 -0
- qwen2-gob-plan122-2epoch/trainer_state.json +520 -0
- qwen2-gob-plan122-2epoch/training_args.bin +3 -0
- qwen2-gob-plan122-2epoch/training_eval_loss.png +0 -0
- qwen2-gob-plan122-2epoch/training_loss.png +0 -0
- qwen2-gob-plan122-2epoch/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -55,3 +55,4 @@ llama3-ob-plan-120-ckt-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 55 |
qwen2-os-121/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 56 |
llama3-os-121/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 57 |
qwen3-gob-plan-122/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 55 |
qwen2-os-121/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 56 |
llama3-os-121/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 57 |
qwen3-gob-plan-122/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
qwen2-gob-plan122-2epoch/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
qwen2-gob-plan122-2epoch/README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: other
|
| 4 |
+
base_model: Qwen/Qwen2.5-7B-Instruct
|
| 5 |
+
tags:
|
| 6 |
+
- llama-factory
|
| 7 |
+
- full
|
| 8 |
+
- generated_from_trainer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: qwen2-gob-plan122-2epoch
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# qwen2-gob-plan122-2epoch
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [/ceph/home/muhan01/huggingfacemodels/Qwen2.5-7B-Instruct](https://huggingface.co//ceph/home/muhan01/huggingfacemodels/Qwen2.5-7B-Instruct) on the gob-plan-122 dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.1822
|
| 22 |
+
|
| 23 |
+
## Model description
|
| 24 |
+
|
| 25 |
+
More information needed
|
| 26 |
+
|
| 27 |
+
## Intended uses & limitations
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Training and evaluation data
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Training procedure
|
| 36 |
+
|
| 37 |
+
### Training hyperparameters
|
| 38 |
+
|
| 39 |
+
The following hyperparameters were used during training:
|
| 40 |
+
- learning_rate: 1e-05
|
| 41 |
+
- train_batch_size: 1
|
| 42 |
+
- eval_batch_size: 1
|
| 43 |
+
- seed: 42
|
| 44 |
+
- distributed_type: multi-GPU
|
| 45 |
+
- num_devices: 8
|
| 46 |
+
- gradient_accumulation_steps: 4
|
| 47 |
+
- total_train_batch_size: 32
|
| 48 |
+
- total_eval_batch_size: 8
|
| 49 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
+
- lr_scheduler_type: cosine
|
| 51 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 52 |
+
- num_epochs: 3
|
| 53 |
+
|
| 54 |
+
### Training results
|
| 55 |
+
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 57 |
+
|:-------------:|:------:|:----:|:---------------:|
|
| 58 |
+
| 0.0604 | 2.2321 | 500 | 0.1822 |
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
### Framework versions
|
| 62 |
+
|
| 63 |
+
- Transformers 4.57.1
|
| 64 |
+
- Pytorch 2.7.1+cu126
|
| 65 |
+
- Datasets 4.0.0
|
| 66 |
+
- Tokenizers 0.22.2-rc0
|
qwen2-gob-plan122-2epoch/added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
qwen2-gob-plan122-2epoch/all_results.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"eval_loss": 0.1822352409362793,
|
| 4 |
+
"eval_runtime": 90.7507,
|
| 5 |
+
"eval_samples_per_second": 4.165,
|
| 6 |
+
"eval_steps_per_second": 0.529,
|
| 7 |
+
"total_flos": 264472544673792.0,
|
| 8 |
+
"train_loss": 0.197344400354528,
|
| 9 |
+
"train_runtime": 23654.7664,
|
| 10 |
+
"train_samples_per_second": 0.909,
|
| 11 |
+
"train_steps_per_second": 0.028
|
| 12 |
+
}
|
qwen2-gob-plan122-2epoch/chat_template.jinja
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 4 |
+
{{- messages[0]['content'] }}
|
| 5 |
+
{%- else %}
|
| 6 |
+
{{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 9 |
+
{%- for tool in tools %}
|
| 10 |
+
{{- "\n" }}
|
| 11 |
+
{{- tool | tojson }}
|
| 12 |
+
{%- endfor %}
|
| 13 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 14 |
+
{%- else %}
|
| 15 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 16 |
+
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- endif %}
|
| 21 |
+
{%- for message in messages %}
|
| 22 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
|
| 23 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 24 |
+
{%- elif message.role == "assistant" %}
|
| 25 |
+
{{- '<|im_start|>' + message.role }}
|
| 26 |
+
{%- if message.content %}
|
| 27 |
+
{{- '\n' + message.content }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- for tool_call in message.tool_calls %}
|
| 30 |
+
{%- if tool_call.function is defined %}
|
| 31 |
+
{%- set tool_call = tool_call.function %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 34 |
+
{{- tool_call.name }}
|
| 35 |
+
{{- '", "arguments": ' }}
|
| 36 |
+
{{- tool_call.arguments | tojson }}
|
| 37 |
+
{{- '}\n</tool_call>' }}
|
| 38 |
+
{%- endfor %}
|
| 39 |
+
{{- '<|im_end|>\n' }}
|
| 40 |
+
{%- elif message.role == "tool" %}
|
| 41 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 42 |
+
{{- '<|im_start|>user' }}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{{- '\n<tool_response>\n' }}
|
| 45 |
+
{{- message.content }}
|
| 46 |
+
{{- '\n</tool_response>' }}
|
| 47 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 48 |
+
{{- '<|im_end|>\n' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{%- if add_generation_prompt %}
|
| 53 |
+
{{- '<|im_start|>assistant\n' }}
|
| 54 |
+
{%- endif %}
|
qwen2-gob-plan122-2epoch/config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"dtype": "bfloat16",
|
| 7 |
+
"eos_token_id": 151645,
|
| 8 |
+
"hidden_act": "silu",
|
| 9 |
+
"hidden_size": 3584,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 18944,
|
| 12 |
+
"layer_types": [
|
| 13 |
+
"full_attention",
|
| 14 |
+
"full_attention",
|
| 15 |
+
"full_attention",
|
| 16 |
+
"full_attention",
|
| 17 |
+
"full_attention",
|
| 18 |
+
"full_attention",
|
| 19 |
+
"full_attention",
|
| 20 |
+
"full_attention",
|
| 21 |
+
"full_attention",
|
| 22 |
+
"full_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"full_attention",
|
| 26 |
+
"full_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"full_attention",
|
| 29 |
+
"full_attention",
|
| 30 |
+
"full_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"full_attention",
|
| 33 |
+
"full_attention",
|
| 34 |
+
"full_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"full_attention",
|
| 38 |
+
"full_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"full_attention"
|
| 41 |
+
],
|
| 42 |
+
"max_position_embeddings": 32768,
|
| 43 |
+
"max_window_layers": 28,
|
| 44 |
+
"model_type": "qwen2",
|
| 45 |
+
"num_attention_heads": 28,
|
| 46 |
+
"num_hidden_layers": 28,
|
| 47 |
+
"num_key_value_heads": 4,
|
| 48 |
+
"pad_token_id": 151643,
|
| 49 |
+
"rms_norm_eps": 1e-06,
|
| 50 |
+
"rope_scaling": null,
|
| 51 |
+
"rope_theta": 1000000.0,
|
| 52 |
+
"sliding_window": null,
|
| 53 |
+
"tie_word_embeddings": false,
|
| 54 |
+
"transformers_version": "4.57.1",
|
| 55 |
+
"use_cache": false,
|
| 56 |
+
"use_sliding_window": false,
|
| 57 |
+
"vocab_size": 152064
|
| 58 |
+
}
|
qwen2-gob-plan122-2epoch/eval_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"eval_loss": 0.1822352409362793,
|
| 4 |
+
"eval_runtime": 90.7507,
|
| 5 |
+
"eval_samples_per_second": 4.165,
|
| 6 |
+
"eval_steps_per_second": 0.529
|
| 7 |
+
}
|
qwen2-gob-plan122-2epoch/generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_sample": true,
|
| 3 |
+
"eos_token_id": [
|
| 4 |
+
151645,
|
| 5 |
+
151643
|
| 6 |
+
],
|
| 7 |
+
"pad_token_id": 151643,
|
| 8 |
+
"repetition_penalty": 1.05,
|
| 9 |
+
"temperature": 0.7,
|
| 10 |
+
"top_k": 20,
|
| 11 |
+
"top_p": 0.8,
|
| 12 |
+
"transformers_version": "4.57.1"
|
| 13 |
+
}
|
qwen2-gob-plan122-2epoch/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
qwen2-gob-plan122-2epoch/model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3745fa5eb579ecdc4d52dccd50d16bd350b4f6d610016ad4a2f498381ab8be89
|
| 3 |
+
size 4877660776
|
qwen2-gob-plan122-2epoch/model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:519e3cac3b3b89f3d75ce60e6c9683e3ed09fd51a93dda38ad59b0d3d3bf5b1f
|
| 3 |
+
size 4932751008
|
qwen2-gob-plan122-2epoch/model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cceb2e0cd1cb13237c2cea6e38cfa143fafe5c0093cfcbd093f7fa1a12208310
|
| 3 |
+
size 4330865200
|
qwen2-gob-plan122-2epoch/model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0f280ef0cc2be163f7540bcc69b19a9ea104101b404d5d67afab66be296b5df
|
| 3 |
+
size 1089994880
|
qwen2-gob-plan122-2epoch/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,347 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 333312,
|
| 4 |
+
"total_size": 15231233024
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 32 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 129 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 130 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 131 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 133 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 141 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 143 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 145 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 152 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 153 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 154 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 155 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 156 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 157 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 164 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 165 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 261 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 274 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 275 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 276 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 277 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 278 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 279 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 280 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 281 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 283 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 284 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 285 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 286 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 287 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 288 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 289 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 294 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 295 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 296 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 297 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 298 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 299 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 300 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 301 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 305 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 306 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 307 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 308 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 309 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 310 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 311 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 312 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 313 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 319 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 320 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 321 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 322 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 323 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 324 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 325 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 331 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 332 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 333 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 334 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 335 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 336 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 337 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 338 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 343 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 344 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 345 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
| 346 |
+
}
|
| 347 |
+
}
|
qwen2-gob-plan122-2epoch/runs/Jan22_18-52-35_hgx003/events.out.tfevents.1769079305.hgx003.2819414.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27a8bfcdfcbdcf774236388b4a1910007eb75e6b3f8b512b092fe154666839de
|
| 3 |
+
size 20946
|
qwen2-gob-plan122-2epoch/runs/Jan22_18-52-35_hgx003/events.out.tfevents.1769103077.hgx003.2819414.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:540577c45f04032aab33c0d509c31d55131c37269a49b816578d626f23edb878
|
| 3 |
+
size 359
|
qwen2-gob-plan122-2epoch/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 |
+
}
|
qwen2-gob-plan122-2epoch/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
qwen2-gob-plan122-2epoch/tokenizer_config.json
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"clean_up_tokenization_spaces": false,
|
| 199 |
+
"eos_token": "<|im_end|>",
|
| 200 |
+
"errors": "replace",
|
| 201 |
+
"extra_special_tokens": {},
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"padding_side": "right",
|
| 205 |
+
"split_special_tokens": false,
|
| 206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 207 |
+
"unk_token": null
|
| 208 |
+
}
|
qwen2-gob-plan122-2epoch/train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"total_flos": 264472544673792.0,
|
| 4 |
+
"train_loss": 0.197344400354528,
|
| 5 |
+
"train_runtime": 23654.7664,
|
| 6 |
+
"train_samples_per_second": 0.909,
|
| 7 |
+
"train_steps_per_second": 0.028
|
| 8 |
+
}
|
qwen2-gob-plan122-2epoch/trainer_log.jsonl
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 10, "total_steps": 672, "loss": 2.216, "lr": 1.323529411764706e-06, "epoch": 0.044642857142857144, "percentage": 1.49, "elapsed_time": "0:05:36", "remaining_time": "6:11:24"}
|
| 2 |
+
{"current_steps": 20, "total_steps": 672, "loss": 0.9775, "lr": 2.7941176470588237e-06, "epoch": 0.08928571428571429, "percentage": 2.98, "elapsed_time": "0:11:22", "remaining_time": "6:10:58"}
|
| 3 |
+
{"current_steps": 30, "total_steps": 672, "loss": 0.4809, "lr": 4.264705882352942e-06, "epoch": 0.13392857142857142, "percentage": 4.46, "elapsed_time": "0:17:05", "remaining_time": "6:05:46"}
|
| 4 |
+
{"current_steps": 40, "total_steps": 672, "loss": 0.3737, "lr": 5.735294117647059e-06, "epoch": 0.17857142857142858, "percentage": 5.95, "elapsed_time": "0:22:44", "remaining_time": "5:59:17"}
|
| 5 |
+
{"current_steps": 50, "total_steps": 672, "loss": 0.3288, "lr": 7.205882352941177e-06, "epoch": 0.22321428571428573, "percentage": 7.44, "elapsed_time": "0:28:37", "remaining_time": "5:56:05"}
|
| 6 |
+
{"current_steps": 60, "total_steps": 672, "loss": 0.3049, "lr": 8.676470588235295e-06, "epoch": 0.26785714285714285, "percentage": 8.93, "elapsed_time": "0:34:12", "remaining_time": "5:48:57"}
|
| 7 |
+
{"current_steps": 70, "total_steps": 672, "loss": 0.2994, "lr": 9.999932366027326e-06, "epoch": 0.3125, "percentage": 10.42, "elapsed_time": "0:40:28", "remaining_time": "5:48:01"}
|
| 8 |
+
{"current_steps": 80, "total_steps": 672, "loss": 0.2913, "lr": 9.991818503060027e-06, "epoch": 0.35714285714285715, "percentage": 11.9, "elapsed_time": "0:46:11", "remaining_time": "5:41:50"}
|
| 9 |
+
{"current_steps": 90, "total_steps": 672, "loss": 0.2885, "lr": 9.970202993315836e-06, "epoch": 0.4017857142857143, "percentage": 13.39, "elapsed_time": "0:51:42", "remaining_time": "5:34:24"}
|
| 10 |
+
{"current_steps": 100, "total_steps": 672, "loss": 0.2785, "lr": 9.93514430145593e-06, "epoch": 0.44642857142857145, "percentage": 14.88, "elapsed_time": "0:57:35", "remaining_time": "5:29:27"}
|
| 11 |
+
{"current_steps": 110, "total_steps": 672, "loss": 0.2593, "lr": 9.886737252657483e-06, "epoch": 0.49107142857142855, "percentage": 16.37, "elapsed_time": "1:03:30", "remaining_time": "5:24:28"}
|
| 12 |
+
{"current_steps": 120, "total_steps": 672, "loss": 0.2811, "lr": 9.825112776134763e-06, "epoch": 0.5357142857142857, "percentage": 17.86, "elapsed_time": "1:08:53", "remaining_time": "5:16:56"}
|
| 13 |
+
{"current_steps": 130, "total_steps": 672, "loss": 0.2574, "lr": 9.750437551007677e-06, "epoch": 0.5803571428571429, "percentage": 19.35, "elapsed_time": "1:14:43", "remaining_time": "5:11:31"}
|
| 14 |
+
{"current_steps": 140, "total_steps": 672, "loss": 0.2595, "lr": 9.66291355547556e-06, "epoch": 0.625, "percentage": 20.83, "elapsed_time": "1:20:35", "remaining_time": "5:06:13"}
|
| 15 |
+
{"current_steps": 150, "total_steps": 672, "loss": 0.2644, "lr": 9.562777520515598e-06, "epoch": 0.6696428571428571, "percentage": 22.32, "elapsed_time": "1:26:27", "remaining_time": "5:00:53"}
|
| 16 |
+
{"current_steps": 160, "total_steps": 672, "loss": 0.2437, "lr": 9.450300289583507e-06, "epoch": 0.7142857142857143, "percentage": 23.81, "elapsed_time": "1:32:08", "remaining_time": "4:54:51"}
|
| 17 |
+
{"current_steps": 170, "total_steps": 672, "loss": 0.2401, "lr": 9.3257860860483e-06, "epoch": 0.7589285714285714, "percentage": 25.3, "elapsed_time": "1:37:53", "remaining_time": "4:49:03"}
|
| 18 |
+
{"current_steps": 180, "total_steps": 672, "loss": 0.2442, "lr": 9.189571690342555e-06, "epoch": 0.8035714285714286, "percentage": 26.79, "elapsed_time": "1:43:29", "remaining_time": "4:42:51"}
|
| 19 |
+
{"current_steps": 190, "total_steps": 672, "loss": 0.227, "lr": 9.042025529053825e-06, "epoch": 0.8482142857142857, "percentage": 28.27, "elapsed_time": "1:48:53", "remaining_time": "4:36:13"}
|
| 20 |
+
{"current_steps": 200, "total_steps": 672, "loss": 0.2362, "lr": 8.883546678420918e-06, "epoch": 0.8928571428571429, "percentage": 29.76, "elapsed_time": "1:54:18", "remaining_time": "4:29:45"}
|
| 21 |
+
{"current_steps": 210, "total_steps": 672, "loss": 0.2666, "lr": 8.714563784930384e-06, "epoch": 0.9375, "percentage": 31.25, "elapsed_time": "2:00:01", "remaining_time": "4:24:04"}
|
| 22 |
+
{"current_steps": 220, "total_steps": 672, "loss": 0.2146, "lr": 8.535533905932739e-06, "epoch": 0.9821428571428571, "percentage": 32.74, "elapsed_time": "2:05:44", "remaining_time": "4:18:19"}
|
| 23 |
+
{"current_steps": 230, "total_steps": 672, "loss": 0.1899, "lr": 8.346941273414231e-06, "epoch": 1.0267857142857142, "percentage": 34.23, "elapsed_time": "2:11:12", "remaining_time": "4:12:08"}
|
| 24 |
+
{"current_steps": 240, "total_steps": 672, "loss": 0.1549, "lr": 8.149295984267892e-06, "epoch": 1.0714285714285714, "percentage": 35.71, "elapsed_time": "2:16:48", "remaining_time": "4:06:14"}
|
| 25 |
+
{"current_steps": 250, "total_steps": 672, "loss": 0.1555, "lr": 7.943132620606342e-06, "epoch": 1.1160714285714286, "percentage": 37.2, "elapsed_time": "2:22:32", "remaining_time": "4:00:36"}
|
| 26 |
+
{"current_steps": 260, "total_steps": 672, "loss": 0.1761, "lr": 7.729008803848062e-06, "epoch": 1.1607142857142858, "percentage": 38.69, "elapsed_time": "2:28:07", "remaining_time": "3:54:43"}
|
| 27 |
+
{"current_steps": 270, "total_steps": 672, "loss": 0.1516, "lr": 7.507503686488007e-06, "epoch": 1.2053571428571428, "percentage": 40.18, "elapsed_time": "2:33:47", "remaining_time": "3:48:58"}
|
| 28 |
+
{"current_steps": 280, "total_steps": 672, "loss": 0.1503, "lr": 7.279216385631903e-06, "epoch": 1.25, "percentage": 41.67, "elapsed_time": "2:39:32", "remaining_time": "3:43:21"}
|
| 29 |
+
{"current_steps": 290, "total_steps": 672, "loss": 0.1458, "lr": 7.044764362531181e-06, "epoch": 1.2946428571428572, "percentage": 43.15, "elapsed_time": "2:45:07", "remaining_time": "3:37:30"}
|
| 30 |
+
{"current_steps": 300, "total_steps": 672, "loss": 0.1397, "lr": 6.804781752501474e-06, "epoch": 1.3392857142857144, "percentage": 44.64, "elapsed_time": "2:50:39", "remaining_time": "3:31:36"}
|
| 31 |
+
{"current_steps": 310, "total_steps": 672, "loss": 0.1363, "lr": 6.559917649741869e-06, "epoch": 1.3839285714285714, "percentage": 46.13, "elapsed_time": "2:56:41", "remaining_time": "3:26:20"}
|
| 32 |
+
{"current_steps": 320, "total_steps": 672, "loss": 0.1388, "lr": 6.310834351694023e-06, "epoch": 1.4285714285714286, "percentage": 47.62, "elapsed_time": "3:02:13", "remaining_time": "3:20:26"}
|
| 33 |
+
{"current_steps": 330, "total_steps": 672, "loss": 0.1435, "lr": 6.058205567689759e-06, "epoch": 1.4732142857142856, "percentage": 49.11, "elapsed_time": "3:08:15", "remaining_time": "3:15:05"}
|
| 34 |
+
{"current_steps": 340, "total_steps": 672, "loss": 0.1364, "lr": 5.8027145967322764e-06, "epoch": 1.5178571428571428, "percentage": 50.6, "elapsed_time": "3:14:02", "remaining_time": "3:09:28"}
|
| 35 |
+
{"current_steps": 350, "total_steps": 672, "loss": 0.1354, "lr": 5.545052479339662e-06, "epoch": 1.5625, "percentage": 52.08, "elapsed_time": "3:19:48", "remaining_time": "3:03:49"}
|
| 36 |
+
{"current_steps": 360, "total_steps": 672, "loss": 0.1272, "lr": 5.2859161284494955e-06, "epoch": 1.6071428571428572, "percentage": 53.57, "elapsed_time": "3:25:24", "remaining_time": "2:58:01"}
|
| 37 |
+
{"current_steps": 370, "total_steps": 672, "loss": 0.1257, "lr": 5.026006444439991e-06, "epoch": 1.6517857142857144, "percentage": 55.06, "elapsed_time": "3:31:15", "remaining_time": "2:52:26"}
|
| 38 |
+
{"current_steps": 380, "total_steps": 672, "loss": 0.1283, "lr": 4.766026419366095e-06, "epoch": 1.6964285714285714, "percentage": 56.55, "elapsed_time": "3:37:13", "remaining_time": "2:46:55"}
|
| 39 |
+
{"current_steps": 390, "total_steps": 672, "loss": 0.1306, "lr": 4.506679235538113e-06, "epoch": 1.7410714285714286, "percentage": 58.04, "elapsed_time": "3:42:47", "remaining_time": "2:41:05"}
|
| 40 |
+
{"current_steps": 400, "total_steps": 672, "loss": 0.1259, "lr": 4.248666363585729e-06, "epoch": 1.7857142857142856, "percentage": 59.52, "elapsed_time": "3:48:38", "remaining_time": "2:35:28"}
|
| 41 |
+
{"current_steps": 410, "total_steps": 672, "loss": 0.1286, "lr": 3.992685665151723e-06, "epoch": 1.8303571428571428, "percentage": 61.01, "elapsed_time": "3:54:21", "remaining_time": "2:29:45"}
|
| 42 |
+
{"current_steps": 420, "total_steps": 672, "loss": 0.121, "lr": 3.7394295053470937e-06, "epoch": 1.875, "percentage": 62.5, "elapsed_time": "3:59:56", "remaining_time": "2:23:58"}
|
| 43 |
+
{"current_steps": 430, "total_steps": 672, "loss": 0.1168, "lr": 3.489582880072967e-06, "epoch": 1.9196428571428572, "percentage": 63.99, "elapsed_time": "4:05:33", "remaining_time": "2:18:11"}
|
| 44 |
+
{"current_steps": 440, "total_steps": 672, "loss": 0.1212, "lr": 3.2438215632744054e-06, "epoch": 1.9642857142857144, "percentage": 65.48, "elapsed_time": "4:11:18", "remaining_time": "2:12:30"}
|
| 45 |
+
{"current_steps": 450, "total_steps": 672, "loss": 0.1043, "lr": 3.0028102791373536e-06, "epoch": 2.0089285714285716, "percentage": 66.96, "elapsed_time": "4:17:08", "remaining_time": "2:06:51"}
|
| 46 |
+
{"current_steps": 460, "total_steps": 672, "loss": 0.0588, "lr": 2.7672009041724807e-06, "epoch": 2.0535714285714284, "percentage": 68.45, "elapsed_time": "4:22:59", "remaining_time": "2:01:12"}
|
| 47 |
+
{"current_steps": 470, "total_steps": 672, "loss": 0.0622, "lr": 2.5376307040488324e-06, "epoch": 2.0982142857142856, "percentage": 69.94, "elapsed_time": "4:28:29", "remaining_time": "1:55:23"}
|
| 48 |
+
{"current_steps": 480, "total_steps": 672, "loss": 0.0579, "lr": 2.3147206099462313e-06, "epoch": 2.142857142857143, "percentage": 71.43, "elapsed_time": "4:34:13", "remaining_time": "1:49:41"}
|
| 49 |
+
{"current_steps": 490, "total_steps": 672, "loss": 0.0607, "lr": 2.0990735390884787e-06, "epoch": 2.1875, "percentage": 72.92, "elapsed_time": "4:39:54", "remaining_time": "1:43:57"}
|
| 50 |
+
{"current_steps": 500, "total_steps": 672, "loss": 0.0604, "lr": 1.891272763999884e-06, "epoch": 2.232142857142857, "percentage": 74.4, "elapsed_time": "4:45:34", "remaining_time": "1:38:14"}
|
| 51 |
+
{"current_steps": 500, "total_steps": 672, "eval_loss": 0.1822352409362793, "epoch": 2.232142857142857, "percentage": 74.4, "elapsed_time": "4:47:06", "remaining_time": "1:38:45"}
|
| 52 |
+
{"current_steps": 510, "total_steps": 672, "loss": 0.0578, "lr": 1.691880334895919e-06, "epoch": 2.2767857142857144, "percentage": 75.89, "elapsed_time": "4:53:46", "remaining_time": "1:33:18"}
|
| 53 |
+
{"current_steps": 520, "total_steps": 672, "loss": 0.0567, "lr": 1.5014355594749859e-06, "epoch": 2.3214285714285716, "percentage": 77.38, "elapsed_time": "4:59:30", "remaining_time": "1:27:32"}
|
| 54 |
+
{"current_steps": 530, "total_steps": 672, "loss": 0.0623, "lr": 1.3204535442231614e-06, "epoch": 2.3660714285714284, "percentage": 78.87, "elapsed_time": "5:05:06", "remaining_time": "1:21:44"}
|
| 55 |
+
{"current_steps": 540, "total_steps": 672, "loss": 0.0521, "lr": 1.1494238011772724e-06, "epoch": 2.4107142857142856, "percentage": 80.36, "elapsed_time": "5:10:51", "remaining_time": "1:15:59"}
|
| 56 |
+
{"current_steps": 550, "total_steps": 672, "loss": 0.0572, "lr": 9.888089239146963e-07, "epoch": 2.455357142857143, "percentage": 81.85, "elapsed_time": "5:16:40", "remaining_time": "1:10:14"}
|
| 57 |
+
{"current_steps": 560, "total_steps": 672, "loss": 0.0548, "lr": 8.390433363510037e-07, "epoch": 2.5, "percentage": 83.33, "elapsed_time": "5:22:25", "remaining_time": "1:04:29"}
|
| 58 |
+
{"current_steps": 570, "total_steps": 672, "loss": 0.0515, "lr": 7.005321177296349e-07, "epoch": 2.544642857142857, "percentage": 84.82, "elapsed_time": "5:28:13", "remaining_time": "0:58:44"}
|
| 59 |
+
{"current_steps": 580, "total_steps": 672, "loss": 0.0531, "lr": 5.736499069817364e-07, "epoch": 2.5892857142857144, "percentage": 86.31, "elapsed_time": "5:33:46", "remaining_time": "0:52:56"}
|
| 60 |
+
{"current_steps": 590, "total_steps": 672, "loss": 0.0523, "lr": 4.587398894195838e-07, "epoch": 2.633928571428571, "percentage": 87.8, "elapsed_time": "5:39:17", "remaining_time": "0:47:09"}
|
| 61 |
+
{"current_steps": 600, "total_steps": 672, "loss": 0.0557, "lr": 3.561128685043397e-07, "epoch": 2.678571428571429, "percentage": 89.29, "elapsed_time": "5:45:08", "remaining_time": "0:41:25"}
|
| 62 |
+
{"current_steps": 610, "total_steps": 672, "loss": 0.0488, "lr": 2.6604642519879766e-07, "epoch": 2.7232142857142856, "percentage": 90.77, "elapsed_time": "5:50:56", "remaining_time": "0:35:40"}
|
| 63 |
+
{"current_steps": 620, "total_steps": 672, "loss": 0.0532, "lr": 1.887841671788382e-07, "epoch": 2.767857142857143, "percentage": 92.26, "elapsed_time": "5:56:53", "remaining_time": "0:29:55"}
|
| 64 |
+
{"current_steps": 630, "total_steps": 672, "loss": 0.054, "lr": 1.2453506993432507e-07, "epoch": 2.8125, "percentage": 93.75, "elapsed_time": "6:02:43", "remaining_time": "0:24:10"}
|
| 65 |
+
{"current_steps": 640, "total_steps": 672, "loss": 0.0523, "lr": 7.347291154156222e-08, "epoch": 2.857142857142857, "percentage": 95.24, "elapsed_time": "6:08:39", "remaining_time": "0:18:25"}
|
| 66 |
+
{"current_steps": 650, "total_steps": 672, "loss": 0.0493, "lr": 3.573580263615539e-08, "epoch": 2.9017857142857144, "percentage": 96.73, "elapsed_time": "6:14:22", "remaining_time": "0:12:40"}
|
| 67 |
+
{"current_steps": 660, "total_steps": 672, "loss": 0.048, "lr": 1.1425812857557838e-08, "epoch": 2.946428571428571, "percentage": 98.21, "elapsed_time": "6:20:25", "remaining_time": "0:06:55"}
|
| 68 |
+
{"current_steps": 670, "total_steps": 672, "loss": 0.0768, "lr": 6.086947756872574e-10, "epoch": 2.991071428571429, "percentage": 99.7, "elapsed_time": "6:25:53", "remaining_time": "0:01:09"}
|
| 69 |
+
{"current_steps": 672, "total_steps": 672, "epoch": 3.0, "percentage": 100.0, "elapsed_time": "6:34:14", "remaining_time": "0:00:00"}
|
qwen2-gob-plan122-2epoch/trainer_state.json
ADDED
|
@@ -0,0 +1,520 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 500,
|
| 3 |
+
"best_metric": 0.1822352409362793,
|
| 4 |
+
"best_model_checkpoint": "saves/qwen2-gob-plan122-2epoch/checkpoint-500",
|
| 5 |
+
"epoch": 3.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 672,
|
| 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.044642857142857144,
|
| 14 |
+
"grad_norm": 30.405736923217773,
|
| 15 |
+
"learning_rate": 1.323529411764706e-06,
|
| 16 |
+
"loss": 2.216,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.08928571428571429,
|
| 21 |
+
"grad_norm": 6.283041477203369,
|
| 22 |
+
"learning_rate": 2.7941176470588237e-06,
|
| 23 |
+
"loss": 0.9775,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.13392857142857142,
|
| 28 |
+
"grad_norm": 3.6858878135681152,
|
| 29 |
+
"learning_rate": 4.264705882352942e-06,
|
| 30 |
+
"loss": 0.4809,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.17857142857142858,
|
| 35 |
+
"grad_norm": 3.105330467224121,
|
| 36 |
+
"learning_rate": 5.735294117647059e-06,
|
| 37 |
+
"loss": 0.3737,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.22321428571428573,
|
| 42 |
+
"grad_norm": 3.1036972999572754,
|
| 43 |
+
"learning_rate": 7.205882352941177e-06,
|
| 44 |
+
"loss": 0.3288,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.26785714285714285,
|
| 49 |
+
"grad_norm": 2.7038118839263916,
|
| 50 |
+
"learning_rate": 8.676470588235295e-06,
|
| 51 |
+
"loss": 0.3049,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.3125,
|
| 56 |
+
"grad_norm": 2.7672762870788574,
|
| 57 |
+
"learning_rate": 9.999932366027326e-06,
|
| 58 |
+
"loss": 0.2994,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.35714285714285715,
|
| 63 |
+
"grad_norm": 2.8215863704681396,
|
| 64 |
+
"learning_rate": 9.991818503060027e-06,
|
| 65 |
+
"loss": 0.2913,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.4017857142857143,
|
| 70 |
+
"grad_norm": 2.3533623218536377,
|
| 71 |
+
"learning_rate": 9.970202993315836e-06,
|
| 72 |
+
"loss": 0.2885,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.44642857142857145,
|
| 77 |
+
"grad_norm": 2.455805540084839,
|
| 78 |
+
"learning_rate": 9.93514430145593e-06,
|
| 79 |
+
"loss": 0.2785,
|
| 80 |
+
"step": 100
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.49107142857142855,
|
| 84 |
+
"grad_norm": 2.496835470199585,
|
| 85 |
+
"learning_rate": 9.886737252657483e-06,
|
| 86 |
+
"loss": 0.2593,
|
| 87 |
+
"step": 110
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.5357142857142857,
|
| 91 |
+
"grad_norm": 2.967664957046509,
|
| 92 |
+
"learning_rate": 9.825112776134763e-06,
|
| 93 |
+
"loss": 0.2811,
|
| 94 |
+
"step": 120
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.5803571428571429,
|
| 98 |
+
"grad_norm": 2.4558615684509277,
|
| 99 |
+
"learning_rate": 9.750437551007677e-06,
|
| 100 |
+
"loss": 0.2574,
|
| 101 |
+
"step": 130
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.625,
|
| 105 |
+
"grad_norm": 2.128484010696411,
|
| 106 |
+
"learning_rate": 9.66291355547556e-06,
|
| 107 |
+
"loss": 0.2595,
|
| 108 |
+
"step": 140
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.6696428571428571,
|
| 112 |
+
"grad_norm": 2.1013526916503906,
|
| 113 |
+
"learning_rate": 9.562777520515598e-06,
|
| 114 |
+
"loss": 0.2644,
|
| 115 |
+
"step": 150
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.7142857142857143,
|
| 119 |
+
"grad_norm": 1.8684916496276855,
|
| 120 |
+
"learning_rate": 9.450300289583507e-06,
|
| 121 |
+
"loss": 0.2437,
|
| 122 |
+
"step": 160
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.7589285714285714,
|
| 126 |
+
"grad_norm": 1.9143171310424805,
|
| 127 |
+
"learning_rate": 9.3257860860483e-06,
|
| 128 |
+
"loss": 0.2401,
|
| 129 |
+
"step": 170
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.8035714285714286,
|
| 133 |
+
"grad_norm": 2.20692777633667,
|
| 134 |
+
"learning_rate": 9.189571690342555e-06,
|
| 135 |
+
"loss": 0.2442,
|
| 136 |
+
"step": 180
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.8482142857142857,
|
| 140 |
+
"grad_norm": 2.018720865249634,
|
| 141 |
+
"learning_rate": 9.042025529053825e-06,
|
| 142 |
+
"loss": 0.227,
|
| 143 |
+
"step": 190
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.8928571428571429,
|
| 147 |
+
"grad_norm": 1.8927925825119019,
|
| 148 |
+
"learning_rate": 8.883546678420918e-06,
|
| 149 |
+
"loss": 0.2362,
|
| 150 |
+
"step": 200
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.9375,
|
| 154 |
+
"grad_norm": 2.034132480621338,
|
| 155 |
+
"learning_rate": 8.714563784930384e-06,
|
| 156 |
+
"loss": 0.2666,
|
| 157 |
+
"step": 210
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.9821428571428571,
|
| 161 |
+
"grad_norm": 1.9816973209381104,
|
| 162 |
+
"learning_rate": 8.535533905932739e-06,
|
| 163 |
+
"loss": 0.2146,
|
| 164 |
+
"step": 220
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 1.0267857142857142,
|
| 168 |
+
"grad_norm": 1.770123839378357,
|
| 169 |
+
"learning_rate": 8.346941273414231e-06,
|
| 170 |
+
"loss": 0.1899,
|
| 171 |
+
"step": 230
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 1.0714285714285714,
|
| 175 |
+
"grad_norm": 1.89414644241333,
|
| 176 |
+
"learning_rate": 8.149295984267892e-06,
|
| 177 |
+
"loss": 0.1549,
|
| 178 |
+
"step": 240
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 1.1160714285714286,
|
| 182 |
+
"grad_norm": 1.9606295824050903,
|
| 183 |
+
"learning_rate": 7.943132620606342e-06,
|
| 184 |
+
"loss": 0.1555,
|
| 185 |
+
"step": 250
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 1.1607142857142858,
|
| 189 |
+
"grad_norm": 1.8488701581954956,
|
| 190 |
+
"learning_rate": 7.729008803848062e-06,
|
| 191 |
+
"loss": 0.1761,
|
| 192 |
+
"step": 260
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 1.2053571428571428,
|
| 196 |
+
"grad_norm": 1.7967876195907593,
|
| 197 |
+
"learning_rate": 7.507503686488007e-06,
|
| 198 |
+
"loss": 0.1516,
|
| 199 |
+
"step": 270
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 1.25,
|
| 203 |
+
"grad_norm": 4.314888000488281,
|
| 204 |
+
"learning_rate": 7.279216385631903e-06,
|
| 205 |
+
"loss": 0.1503,
|
| 206 |
+
"step": 280
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 1.2946428571428572,
|
| 210 |
+
"grad_norm": 1.6510639190673828,
|
| 211 |
+
"learning_rate": 7.044764362531181e-06,
|
| 212 |
+
"loss": 0.1458,
|
| 213 |
+
"step": 290
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 1.3392857142857144,
|
| 217 |
+
"grad_norm": 1.658790111541748,
|
| 218 |
+
"learning_rate": 6.804781752501474e-06,
|
| 219 |
+
"loss": 0.1397,
|
| 220 |
+
"step": 300
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 1.3839285714285714,
|
| 224 |
+
"grad_norm": 1.4212795495986938,
|
| 225 |
+
"learning_rate": 6.559917649741869e-06,
|
| 226 |
+
"loss": 0.1363,
|
| 227 |
+
"step": 310
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 1.4285714285714286,
|
| 231 |
+
"grad_norm": 1.4153637886047363,
|
| 232 |
+
"learning_rate": 6.310834351694023e-06,
|
| 233 |
+
"loss": 0.1388,
|
| 234 |
+
"step": 320
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 1.4732142857142856,
|
| 238 |
+
"grad_norm": 1.750765323638916,
|
| 239 |
+
"learning_rate": 6.058205567689759e-06,
|
| 240 |
+
"loss": 0.1435,
|
| 241 |
+
"step": 330
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 1.5178571428571428,
|
| 245 |
+
"grad_norm": 1.6805425882339478,
|
| 246 |
+
"learning_rate": 5.8027145967322764e-06,
|
| 247 |
+
"loss": 0.1364,
|
| 248 |
+
"step": 340
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 1.5625,
|
| 252 |
+
"grad_norm": 1.2894501686096191,
|
| 253 |
+
"learning_rate": 5.545052479339662e-06,
|
| 254 |
+
"loss": 0.1354,
|
| 255 |
+
"step": 350
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 1.6071428571428572,
|
| 259 |
+
"grad_norm": 1.6628329753875732,
|
| 260 |
+
"learning_rate": 5.2859161284494955e-06,
|
| 261 |
+
"loss": 0.1272,
|
| 262 |
+
"step": 360
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 1.6517857142857144,
|
| 266 |
+
"grad_norm": 1.5841708183288574,
|
| 267 |
+
"learning_rate": 5.026006444439991e-06,
|
| 268 |
+
"loss": 0.1257,
|
| 269 |
+
"step": 370
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 1.6964285714285714,
|
| 273 |
+
"grad_norm": 1.3237268924713135,
|
| 274 |
+
"learning_rate": 4.766026419366095e-06,
|
| 275 |
+
"loss": 0.1283,
|
| 276 |
+
"step": 380
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 1.7410714285714286,
|
| 280 |
+
"grad_norm": 1.4074996709823608,
|
| 281 |
+
"learning_rate": 4.506679235538113e-06,
|
| 282 |
+
"loss": 0.1306,
|
| 283 |
+
"step": 390
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 1.7857142857142856,
|
| 287 |
+
"grad_norm": 1.6902159452438354,
|
| 288 |
+
"learning_rate": 4.248666363585729e-06,
|
| 289 |
+
"loss": 0.1259,
|
| 290 |
+
"step": 400
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 1.8303571428571428,
|
| 294 |
+
"grad_norm": 1.5233656167984009,
|
| 295 |
+
"learning_rate": 3.992685665151723e-06,
|
| 296 |
+
"loss": 0.1286,
|
| 297 |
+
"step": 410
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 1.875,
|
| 301 |
+
"grad_norm": 1.3293139934539795,
|
| 302 |
+
"learning_rate": 3.7394295053470937e-06,
|
| 303 |
+
"loss": 0.121,
|
| 304 |
+
"step": 420
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 1.9196428571428572,
|
| 308 |
+
"grad_norm": 1.2937629222869873,
|
| 309 |
+
"learning_rate": 3.489582880072967e-06,
|
| 310 |
+
"loss": 0.1168,
|
| 311 |
+
"step": 430
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 1.9642857142857144,
|
| 315 |
+
"grad_norm": 1.271576166152954,
|
| 316 |
+
"learning_rate": 3.2438215632744054e-06,
|
| 317 |
+
"loss": 0.1212,
|
| 318 |
+
"step": 440
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 2.0089285714285716,
|
| 322 |
+
"grad_norm": 1.1020175218582153,
|
| 323 |
+
"learning_rate": 3.0028102791373536e-06,
|
| 324 |
+
"loss": 0.1043,
|
| 325 |
+
"step": 450
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 2.0535714285714284,
|
| 329 |
+
"grad_norm": 1.1888649463653564,
|
| 330 |
+
"learning_rate": 2.7672009041724807e-06,
|
| 331 |
+
"loss": 0.0588,
|
| 332 |
+
"step": 460
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 2.0982142857142856,
|
| 336 |
+
"grad_norm": 1.4099218845367432,
|
| 337 |
+
"learning_rate": 2.5376307040488324e-06,
|
| 338 |
+
"loss": 0.0622,
|
| 339 |
+
"step": 470
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 2.142857142857143,
|
| 343 |
+
"grad_norm": 1.123796820640564,
|
| 344 |
+
"learning_rate": 2.3147206099462313e-06,
|
| 345 |
+
"loss": 0.0579,
|
| 346 |
+
"step": 480
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 2.1875,
|
| 350 |
+
"grad_norm": 1.0837132930755615,
|
| 351 |
+
"learning_rate": 2.0990735390884787e-06,
|
| 352 |
+
"loss": 0.0607,
|
| 353 |
+
"step": 490
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 2.232142857142857,
|
| 357 |
+
"grad_norm": 1.1556771993637085,
|
| 358 |
+
"learning_rate": 1.891272763999884e-06,
|
| 359 |
+
"loss": 0.0604,
|
| 360 |
+
"step": 500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 2.232142857142857,
|
| 364 |
+
"eval_loss": 0.1822352409362793,
|
| 365 |
+
"eval_runtime": 91.1926,
|
| 366 |
+
"eval_samples_per_second": 4.145,
|
| 367 |
+
"eval_steps_per_second": 0.526,
|
| 368 |
+
"step": 500
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"epoch": 2.2767857142857144,
|
| 372 |
+
"grad_norm": 1.1324012279510498,
|
| 373 |
+
"learning_rate": 1.691880334895919e-06,
|
| 374 |
+
"loss": 0.0578,
|
| 375 |
+
"step": 510
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"epoch": 2.3214285714285716,
|
| 379 |
+
"grad_norm": 1.1425533294677734,
|
| 380 |
+
"learning_rate": 1.5014355594749859e-06,
|
| 381 |
+
"loss": 0.0567,
|
| 382 |
+
"step": 520
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"epoch": 2.3660714285714284,
|
| 386 |
+
"grad_norm": 1.3793491125106812,
|
| 387 |
+
"learning_rate": 1.3204535442231614e-06,
|
| 388 |
+
"loss": 0.0623,
|
| 389 |
+
"step": 530
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"epoch": 2.4107142857142856,
|
| 393 |
+
"grad_norm": 1.0486314296722412,
|
| 394 |
+
"learning_rate": 1.1494238011772724e-06,
|
| 395 |
+
"loss": 0.0521,
|
| 396 |
+
"step": 540
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"epoch": 2.455357142857143,
|
| 400 |
+
"grad_norm": 1.1928539276123047,
|
| 401 |
+
"learning_rate": 9.888089239146963e-07,
|
| 402 |
+
"loss": 0.0572,
|
| 403 |
+
"step": 550
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"epoch": 2.5,
|
| 407 |
+
"grad_norm": 1.33969247341156,
|
| 408 |
+
"learning_rate": 8.390433363510037e-07,
|
| 409 |
+
"loss": 0.0548,
|
| 410 |
+
"step": 560
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"epoch": 2.544642857142857,
|
| 414 |
+
"grad_norm": 1.2450653314590454,
|
| 415 |
+
"learning_rate": 7.005321177296349e-07,
|
| 416 |
+
"loss": 0.0515,
|
| 417 |
+
"step": 570
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"epoch": 2.5892857142857144,
|
| 421 |
+
"grad_norm": 1.1788525581359863,
|
| 422 |
+
"learning_rate": 5.736499069817364e-07,
|
| 423 |
+
"loss": 0.0531,
|
| 424 |
+
"step": 580
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"epoch": 2.633928571428571,
|
| 428 |
+
"grad_norm": 1.2610106468200684,
|
| 429 |
+
"learning_rate": 4.587398894195838e-07,
|
| 430 |
+
"loss": 0.0523,
|
| 431 |
+
"step": 590
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"epoch": 2.678571428571429,
|
| 435 |
+
"grad_norm": 1.305772066116333,
|
| 436 |
+
"learning_rate": 3.561128685043397e-07,
|
| 437 |
+
"loss": 0.0557,
|
| 438 |
+
"step": 600
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"epoch": 2.7232142857142856,
|
| 442 |
+
"grad_norm": 1.0677855014801025,
|
| 443 |
+
"learning_rate": 2.6604642519879766e-07,
|
| 444 |
+
"loss": 0.0488,
|
| 445 |
+
"step": 610
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"epoch": 2.767857142857143,
|
| 449 |
+
"grad_norm": 1.0048575401306152,
|
| 450 |
+
"learning_rate": 1.887841671788382e-07,
|
| 451 |
+
"loss": 0.0532,
|
| 452 |
+
"step": 620
|
| 453 |
+
},
|
| 454 |
+
{
|
| 455 |
+
"epoch": 2.8125,
|
| 456 |
+
"grad_norm": 1.2265655994415283,
|
| 457 |
+
"learning_rate": 1.2453506993432507e-07,
|
| 458 |
+
"loss": 0.054,
|
| 459 |
+
"step": 630
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 2.857142857142857,
|
| 463 |
+
"grad_norm": 1.270810842514038,
|
| 464 |
+
"learning_rate": 7.347291154156222e-08,
|
| 465 |
+
"loss": 0.0523,
|
| 466 |
+
"step": 640
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"epoch": 2.9017857142857144,
|
| 470 |
+
"grad_norm": 1.1928095817565918,
|
| 471 |
+
"learning_rate": 3.573580263615539e-08,
|
| 472 |
+
"loss": 0.0493,
|
| 473 |
+
"step": 650
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"epoch": 2.946428571428571,
|
| 477 |
+
"grad_norm": 1.196356177330017,
|
| 478 |
+
"learning_rate": 1.1425812857557838e-08,
|
| 479 |
+
"loss": 0.048,
|
| 480 |
+
"step": 660
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"epoch": 2.991071428571429,
|
| 484 |
+
"grad_norm": 1.1472580432891846,
|
| 485 |
+
"learning_rate": 6.086947756872574e-10,
|
| 486 |
+
"loss": 0.0768,
|
| 487 |
+
"step": 670
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"epoch": 3.0,
|
| 491 |
+
"step": 672,
|
| 492 |
+
"total_flos": 264472544673792.0,
|
| 493 |
+
"train_loss": 0.197344400354528,
|
| 494 |
+
"train_runtime": 23654.7664,
|
| 495 |
+
"train_samples_per_second": 0.909,
|
| 496 |
+
"train_steps_per_second": 0.028
|
| 497 |
+
}
|
| 498 |
+
],
|
| 499 |
+
"logging_steps": 10,
|
| 500 |
+
"max_steps": 672,
|
| 501 |
+
"num_input_tokens_seen": 0,
|
| 502 |
+
"num_train_epochs": 3,
|
| 503 |
+
"save_steps": 500,
|
| 504 |
+
"stateful_callbacks": {
|
| 505 |
+
"TrainerControl": {
|
| 506 |
+
"args": {
|
| 507 |
+
"should_epoch_stop": false,
|
| 508 |
+
"should_evaluate": false,
|
| 509 |
+
"should_log": false,
|
| 510 |
+
"should_save": true,
|
| 511 |
+
"should_training_stop": true
|
| 512 |
+
},
|
| 513 |
+
"attributes": {}
|
| 514 |
+
}
|
| 515 |
+
},
|
| 516 |
+
"total_flos": 264472544673792.0,
|
| 517 |
+
"train_batch_size": 1,
|
| 518 |
+
"trial_name": null,
|
| 519 |
+
"trial_params": null
|
| 520 |
+
}
|
qwen2-gob-plan122-2epoch/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:153b349bc06c956fd77538b161455b7504b767202aa6d88f47ddb75f5eaebf66
|
| 3 |
+
size 8401
|
qwen2-gob-plan122-2epoch/training_eval_loss.png
ADDED
|
qwen2-gob-plan122-2epoch/training_loss.png
ADDED
|
qwen2-gob-plan122-2epoch/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|