Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- qwen2-os-121/README.md +66 -0
- qwen2-os-121/added_tokens.json +24 -0
- qwen2-os-121/all_results.json +12 -0
- qwen2-os-121/chat_template.jinja +54 -0
- qwen2-os-121/config.json +58 -0
- qwen2-os-121/eval_results.json +7 -0
- qwen2-os-121/generation_config.json +13 -0
- qwen2-os-121/merges.txt +0 -0
- qwen2-os-121/model-00001-of-00004.safetensors +3 -0
- qwen2-os-121/model-00002-of-00004.safetensors +3 -0
- qwen2-os-121/model-00003-of-00004.safetensors +3 -0
- qwen2-os-121/model-00004-of-00004.safetensors +3 -0
- qwen2-os-121/model.safetensors.index.json +347 -0
- qwen2-os-121/runs/Jan21_17-04-07_hgx003/events.out.tfevents.1768986401.hgx003.2686687.0 +3 -0
- qwen2-os-121/runs/Jan21_17-04-07_hgx003/events.out.tfevents.1768995215.hgx003.2686687.1 +3 -0
- qwen2-os-121/special_tokens_map.json +31 -0
- qwen2-os-121/tokenizer.json +3 -0
- qwen2-os-121/tokenizer_config.json +208 -0
- qwen2-os-121/train_results.json +8 -0
- qwen2-os-121/trainer_log.jsonl +68 -0
- qwen2-os-121/trainer_state.json +513 -0
- qwen2-os-121/training_args.bin +3 -0
- qwen2-os-121/training_eval_loss.png +0 -0
- qwen2-os-121/training_loss.png +0 -0
- qwen2-os-121/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -52,3 +52,4 @@ qwen2-osplan-119/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 52 |
qwen2-gob-plan-119/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 53 |
llama3-ob-plan-120-ckt-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 54 |
llama3-ob-plan-120-ckt-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 52 |
qwen2-gob-plan-119/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 53 |
llama3-ob-plan-120-ckt-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 54 |
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
|
qwen2-os-121/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-os-121
|
| 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-os-121
|
| 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 osgenesis_sft dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.3870
|
| 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.1123 | 2.2427 | 500 | 0.3916 |
|
| 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-os-121/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-os-121/all_results.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"eval_loss": 0.38697758316993713,
|
| 4 |
+
"eval_runtime": 21.0213,
|
| 5 |
+
"eval_samples_per_second": 17.839,
|
| 6 |
+
"eval_steps_per_second": 2.236,
|
| 7 |
+
"total_flos": 81298172149760.0,
|
| 8 |
+
"train_loss": 0.2715019001910861,
|
| 9 |
+
"train_runtime": 8763.6204,
|
| 10 |
+
"train_samples_per_second": 2.437,
|
| 11 |
+
"train_steps_per_second": 0.076
|
| 12 |
+
}
|
qwen2-os-121/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-os-121/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-os-121/eval_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"eval_loss": 0.38697758316993713,
|
| 4 |
+
"eval_runtime": 21.0213,
|
| 5 |
+
"eval_samples_per_second": 17.839,
|
| 6 |
+
"eval_steps_per_second": 2.236
|
| 7 |
+
}
|
qwen2-os-121/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-os-121/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
qwen2-os-121/model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9aabf689b4213ec4c4b7c0f78176b3129fea8fbfe0fd5b8ee2d5e147247a3c7
|
| 3 |
+
size 4877660776
|
qwen2-os-121/model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3105824620eda4db1fe685737bb88e5e6b76880b012808e92949997428c7c13
|
| 3 |
+
size 4932751008
|
qwen2-os-121/model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:420a4844b89db8543eb3847b6d535fe75a9eb78e2ff06f37bc5234fb3f862676
|
| 3 |
+
size 4330865200
|
qwen2-os-121/model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5093b59e8c1a358beeb5e83d5332c741d55233c53b3ff6724acc5fd58ac0501f
|
| 3 |
+
size 1089994880
|
qwen2-os-121/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-os-121/runs/Jan21_17-04-07_hgx003/events.out.tfevents.1768986401.hgx003.2686687.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2964c8ae86d3cbf62ab7aaf44a2d5ab922e317c9c635f0bcff1833a51f0c9945
|
| 3 |
+
size 20706
|
qwen2-os-121/runs/Jan21_17-04-07_hgx003/events.out.tfevents.1768995215.hgx003.2686687.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29569e6e0deb5dd9353629005dc1b9eb45e7c5913a93f42afcf4c9feb0c8840c
|
| 3 |
+
size 359
|
qwen2-os-121/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-os-121/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
qwen2-os-121/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-os-121/train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"total_flos": 81298172149760.0,
|
| 4 |
+
"train_loss": 0.2715019001910861,
|
| 5 |
+
"train_runtime": 8763.6204,
|
| 6 |
+
"train_samples_per_second": 2.437,
|
| 7 |
+
"train_steps_per_second": 0.076
|
| 8 |
+
}
|
qwen2-os-121/trainer_log.jsonl
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 10, "total_steps": 669, "loss": 0.917, "lr": 1.3432835820895524e-06, "epoch": 0.0449438202247191, "percentage": 1.49, "elapsed_time": "0:04:37", "remaining_time": "5:05:16"}
|
| 2 |
+
{"current_steps": 20, "total_steps": 669, "loss": 0.6672, "lr": 2.835820895522388e-06, "epoch": 0.0898876404494382, "percentage": 2.99, "elapsed_time": "0:07:47", "remaining_time": "4:12:50"}
|
| 3 |
+
{"current_steps": 30, "total_steps": 669, "loss": 0.5808, "lr": 4.3283582089552236e-06, "epoch": 0.1348314606741573, "percentage": 4.48, "elapsed_time": "0:09:55", "remaining_time": "3:31:31"}
|
| 4 |
+
{"current_steps": 40, "total_steps": 669, "loss": 0.4926, "lr": 5.820895522388061e-06, "epoch": 0.1797752808988764, "percentage": 5.98, "elapsed_time": "0:12:02", "remaining_time": "3:09:21"}
|
| 5 |
+
{"current_steps": 50, "total_steps": 669, "loss": 0.4439, "lr": 7.313432835820896e-06, "epoch": 0.2247191011235955, "percentage": 7.47, "elapsed_time": "0:14:10", "remaining_time": "2:55:25"}
|
| 6 |
+
{"current_steps": 60, "total_steps": 669, "loss": 0.4527, "lr": 8.805970149253732e-06, "epoch": 0.2696629213483146, "percentage": 8.97, "elapsed_time": "0:16:17", "remaining_time": "2:45:18"}
|
| 7 |
+
{"current_steps": 70, "total_steps": 669, "loss": 0.4631, "lr": 9.999727665400876e-06, "epoch": 0.3146067415730337, "percentage": 10.46, "elapsed_time": "0:18:27", "remaining_time": "2:37:53"}
|
| 8 |
+
{"current_steps": 80, "total_steps": 669, "loss": 0.4538, "lr": 9.990199069047216e-06, "epoch": 0.3595505617977528, "percentage": 11.96, "elapsed_time": "0:20:29", "remaining_time": "2:30:50"}
|
| 9 |
+
{"current_steps": 90, "total_steps": 669, "loss": 0.4265, "lr": 9.967083394667763e-06, "epoch": 0.4044943820224719, "percentage": 13.45, "elapsed_time": "0:22:35", "remaining_time": "2:25:17"}
|
| 10 |
+
{"current_steps": 100, "total_steps": 669, "loss": 0.4133, "lr": 9.93044358052752e-06, "epoch": 0.449438202247191, "percentage": 14.95, "elapsed_time": "0:24:49", "remaining_time": "2:21:13"}
|
| 11 |
+
{"current_steps": 110, "total_steps": 669, "loss": 0.4326, "lr": 9.880379387779637e-06, "epoch": 0.4943820224719101, "percentage": 16.44, "elapsed_time": "0:27:03", "remaining_time": "2:17:29"}
|
| 12 |
+
{"current_steps": 120, "total_steps": 669, "loss": 0.4387, "lr": 9.817027128840462e-06, "epoch": 0.5393258426966292, "percentage": 17.94, "elapsed_time": "0:29:13", "remaining_time": "2:13:42"}
|
| 13 |
+
{"current_steps": 130, "total_steps": 669, "loss": 0.4069, "lr": 9.740559296244543e-06, "epoch": 0.5842696629213483, "percentage": 19.43, "elapsed_time": "0:31:18", "remaining_time": "2:09:49"}
|
| 14 |
+
{"current_steps": 140, "total_steps": 669, "loss": 0.4315, "lr": 9.651184092990109e-06, "epoch": 0.6292134831460674, "percentage": 20.93, "elapsed_time": "0:33:23", "remaining_time": "2:06:10"}
|
| 15 |
+
{"current_steps": 150, "total_steps": 669, "loss": 0.4056, "lr": 9.5491448656538e-06, "epoch": 0.6741573033707865, "percentage": 22.42, "elapsed_time": "0:35:29", "remaining_time": "2:02:47"}
|
| 16 |
+
{"current_steps": 160, "total_steps": 669, "loss": 0.4098, "lr": 9.434719441818106e-06, "epoch": 0.7191011235955056, "percentage": 23.92, "elapsed_time": "0:37:35", "remaining_time": "1:59:34"}
|
| 17 |
+
{"current_steps": 170, "total_steps": 669, "loss": 0.3986, "lr": 9.308219373615574e-06, "epoch": 0.7640449438202247, "percentage": 25.41, "elapsed_time": "0:39:40", "remaining_time": "1:56:26"}
|
| 18 |
+
{"current_steps": 180, "total_steps": 669, "loss": 0.4021, "lr": 9.16998908944939e-06, "epoch": 0.8089887640449438, "percentage": 26.91, "elapsed_time": "0:41:43", "remaining_time": "1:53:20"}
|
| 19 |
+
{"current_steps": 190, "total_steps": 669, "loss": 0.3702, "lr": 9.020404956200016e-06, "epoch": 0.8539325842696629, "percentage": 28.4, "elapsed_time": "0:43:50", "remaining_time": "1:50:32"}
|
| 20 |
+
{"current_steps": 200, "total_steps": 669, "loss": 0.4055, "lr": 8.85987425447124e-06, "epoch": 0.898876404494382, "percentage": 29.9, "elapsed_time": "0:45:55", "remaining_time": "1:47:40"}
|
| 21 |
+
{"current_steps": 210, "total_steps": 669, "loss": 0.3959, "lr": 8.688834069665819e-06, "epoch": 0.9438202247191011, "percentage": 31.39, "elapsed_time": "0:47:58", "remaining_time": "1:44:52"}
|
| 22 |
+
{"current_steps": 220, "total_steps": 669, "loss": 0.3838, "lr": 8.50775010191001e-06, "epoch": 0.9887640449438202, "percentage": 32.88, "elapsed_time": "0:50:05", "remaining_time": "1:42:13"}
|
| 23 |
+
{"current_steps": 230, "total_steps": 669, "loss": 0.3031, "lr": 8.317115398067289e-06, "epoch": 1.0314606741573034, "percentage": 34.38, "elapsed_time": "0:52:06", "remaining_time": "1:39:28"}
|
| 24 |
+
{"current_steps": 240, "total_steps": 669, "loss": 0.2631, "lr": 8.117449009293668e-06, "epoch": 1.0764044943820226, "percentage": 35.87, "elapsed_time": "0:54:13", "remaining_time": "1:36:55"}
|
| 25 |
+
{"current_steps": 250, "total_steps": 669, "loss": 0.2559, "lr": 7.909294577789765e-06, "epoch": 1.1213483146067416, "percentage": 37.37, "elapsed_time": "0:56:18", "remaining_time": "1:34:21"}
|
| 26 |
+
{"current_steps": 260, "total_steps": 669, "loss": 0.2561, "lr": 7.693218856597515e-06, "epoch": 1.1662921348314608, "percentage": 38.86, "elapsed_time": "0:58:23", "remaining_time": "1:31:51"}
|
| 27 |
+
{"current_steps": 270, "total_steps": 669, "loss": 0.259, "lr": 7.469810166471802e-06, "epoch": 1.2112359550561798, "percentage": 40.36, "elapsed_time": "1:00:27", "remaining_time": "1:29:20"}
|
| 28 |
+
{"current_steps": 280, "total_steps": 669, "loss": 0.2587, "lr": 7.239676794028526e-06, "epoch": 1.256179775280899, "percentage": 41.85, "elapsed_time": "1:02:37", "remaining_time": "1:27:00"}
|
| 29 |
+
{"current_steps": 290, "total_steps": 669, "loss": 0.2537, "lr": 7.003445335530572e-06, "epoch": 1.301123595505618, "percentage": 43.35, "elapsed_time": "1:04:47", "remaining_time": "1:24:40"}
|
| 30 |
+
{"current_steps": 300, "total_steps": 669, "loss": 0.2638, "lr": 6.761758990821143e-06, "epoch": 1.346067415730337, "percentage": 44.84, "elapsed_time": "1:06:57", "remaining_time": "1:22:21"}
|
| 31 |
+
{"current_steps": 310, "total_steps": 669, "loss": 0.2438, "lr": 6.515275812049644e-06, "epoch": 1.3910112359550562, "percentage": 46.34, "elapsed_time": "1:09:06", "remaining_time": "1:20:01"}
|
| 32 |
+
{"current_steps": 320, "total_steps": 669, "loss": 0.2565, "lr": 6.264666911958404e-06, "epoch": 1.4359550561797754, "percentage": 47.83, "elapsed_time": "1:11:12", "remaining_time": "1:17:40"}
|
| 33 |
+
{"current_steps": 330, "total_steps": 669, "loss": 0.2433, "lr": 6.0106146366086514e-06, "epoch": 1.4808988764044944, "percentage": 49.33, "elapsed_time": "1:13:16", "remaining_time": "1:15:16"}
|
| 34 |
+
{"current_steps": 340, "total_steps": 669, "loss": 0.2383, "lr": 5.753810707520918e-06, "epoch": 1.5258426966292133, "percentage": 50.82, "elapsed_time": "1:15:24", "remaining_time": "1:12:57"}
|
| 35 |
+
{"current_steps": 350, "total_steps": 669, "loss": 0.2712, "lr": 5.494954338288404e-06, "epoch": 1.5707865168539326, "percentage": 52.32, "elapsed_time": "1:17:28", "remaining_time": "1:10:37"}
|
| 36 |
+
{"current_steps": 360, "total_steps": 669, "loss": 0.2342, "lr": 5.234750330791268e-06, "epoch": 1.6157303370786518, "percentage": 53.81, "elapsed_time": "1:19:35", "remaining_time": "1:08:19"}
|
| 37 |
+
{"current_steps": 370, "total_steps": 669, "loss": 0.2483, "lr": 4.973907156195405e-06, "epoch": 1.6606741573033708, "percentage": 55.31, "elapsed_time": "1:21:43", "remaining_time": "1:06:02"}
|
| 38 |
+
{"current_steps": 380, "total_steps": 669, "loss": 0.2453, "lr": 4.713135025960652e-06, "epoch": 1.7056179775280897, "percentage": 56.8, "elapsed_time": "1:23:49", "remaining_time": "1:03:44"}
|
| 39 |
+
{"current_steps": 390, "total_steps": 669, "loss": 0.2353, "lr": 4.4531439581106295e-06, "epoch": 1.750561797752809, "percentage": 58.3, "elapsed_time": "1:25:53", "remaining_time": "1:01:26"}
|
| 40 |
+
{"current_steps": 400, "total_steps": 669, "loss": 0.2397, "lr": 4.194641844029227e-06, "epoch": 1.7955056179775282, "percentage": 59.79, "elapsed_time": "1:27:59", "remaining_time": "0:59:10"}
|
| 41 |
+
{"current_steps": 410, "total_steps": 669, "loss": 0.2218, "lr": 3.938332521047434e-06, "epoch": 1.8404494382022472, "percentage": 61.29, "elapsed_time": "1:30:13", "remaining_time": "0:56:59"}
|
| 42 |
+
{"current_steps": 420, "total_steps": 669, "loss": 0.2407, "lr": 3.6849138560683305e-06, "epoch": 1.8853932584269661, "percentage": 62.78, "elapsed_time": "1:32:24", "remaining_time": "0:54:46"}
|
| 43 |
+
{"current_steps": 430, "total_steps": 669, "loss": 0.2388, "lr": 3.435075845448105e-06, "epoch": 1.9303370786516854, "percentage": 64.28, "elapsed_time": "1:34:28", "remaining_time": "0:52:30"}
|
| 44 |
+
{"current_steps": 440, "total_steps": 669, "loss": 0.2348, "lr": 3.189498736306584e-06, "epoch": 1.9752808988764046, "percentage": 65.77, "elapsed_time": "1:36:35", "remaining_time": "0:50:16"}
|
| 45 |
+
{"current_steps": 450, "total_steps": 669, "loss": 0.1991, "lr": 2.948851174382565e-06, "epoch": 2.0179775280898875, "percentage": 67.26, "elapsed_time": "1:38:36", "remaining_time": "0:47:59"}
|
| 46 |
+
{"current_steps": 460, "total_steps": 669, "loss": 0.1076, "lr": 2.7137883834768076e-06, "epoch": 2.0629213483146067, "percentage": 68.76, "elapsed_time": "1:40:39", "remaining_time": "0:45:44"}
|
| 47 |
+
{"current_steps": 470, "total_steps": 669, "loss": 0.1055, "lr": 2.4849503814396624e-06, "epoch": 2.107865168539326, "percentage": 70.25, "elapsed_time": "1:42:49", "remaining_time": "0:43:32"}
|
| 48 |
+
{"current_steps": 480, "total_steps": 669, "loss": 0.1051, "lr": 2.2629602375607373e-06, "epoch": 2.152808988764045, "percentage": 71.75, "elapsed_time": "1:45:02", "remaining_time": "0:41:21"}
|
| 49 |
+
{"current_steps": 490, "total_steps": 669, "loss": 0.1087, "lr": 2.048422376105299e-06, "epoch": 2.197752808988764, "percentage": 73.24, "elapsed_time": "1:47:05", "remaining_time": "0:39:07"}
|
| 50 |
+
{"current_steps": 500, "total_steps": 669, "loss": 0.1123, "lr": 1.8419209306164653e-06, "epoch": 2.242696629213483, "percentage": 74.74, "elapsed_time": "1:49:16", "remaining_time": "0:36:56"}
|
| 51 |
+
{"current_steps": 500, "total_steps": 669, "eval_loss": 0.39164599776268005, "epoch": 2.242696629213483, "percentage": 74.74, "elapsed_time": "1:49:37", "remaining_time": "0:37:03"}
|
| 52 |
+
{"current_steps": 510, "total_steps": 669, "loss": 0.1114, "lr": 1.6440181534640277e-06, "epoch": 2.2876404494382023, "percentage": 76.23, "elapsed_time": "1:52:02", "remaining_time": "0:34:55"}
|
| 53 |
+
{"current_steps": 520, "total_steps": 669, "loss": 0.1106, "lr": 1.4552528849702852e-06, "epoch": 2.3325842696629215, "percentage": 77.73, "elapsed_time": "1:54:11", "remaining_time": "0:32:43"}
|
| 54 |
+
{"current_steps": 530, "total_steps": 669, "loss": 0.1001, "lr": 1.2761390862810907e-06, "epoch": 2.3775280898876403, "percentage": 79.22, "elapsed_time": "1:56:23", "remaining_time": "0:30:31"}
|
| 55 |
+
{"current_steps": 540, "total_steps": 669, "loss": 0.1078, "lr": 1.107164439976764e-06, "epoch": 2.4224719101123595, "percentage": 80.72, "elapsed_time": "1:58:29", "remaining_time": "0:28:18"}
|
| 56 |
+
{"current_steps": 550, "total_steps": 669, "loss": 0.0981, "lr": 9.487890222330137e-07, "epoch": 2.4674157303370787, "percentage": 82.21, "elapsed_time": "2:00:39", "remaining_time": "0:26:06"}
|
| 57 |
+
{"current_steps": 560, "total_steps": 669, "loss": 0.099, "lr": 8.014440501472909e-07, "epoch": 2.512359550561798, "percentage": 83.71, "elapsed_time": "2:02:46", "remaining_time": "0:23:53"}
|
| 58 |
+
{"current_steps": 570, "total_steps": 669, "loss": 0.1082, "lr": 6.655307076412637e-07, "epoch": 2.5573033707865167, "percentage": 85.2, "elapsed_time": "2:04:52", "remaining_time": "0:21:41"}
|
| 59 |
+
{"current_steps": 580, "total_steps": 669, "loss": 0.105, "lr": 5.414190531362162e-07, "epoch": 2.602247191011236, "percentage": 86.7, "elapsed_time": "2:06:59", "remaining_time": "0:19:29"}
|
| 60 |
+
{"current_steps": 590, "total_steps": 669, "loss": 0.1024, "lr": 4.29447011975474e-07, "epoch": 2.647191011235955, "percentage": 88.19, "elapsed_time": "2:09:05", "remaining_time": "0:17:17"}
|
| 61 |
+
{"current_steps": 600, "total_steps": 669, "loss": 0.1054, "lr": 3.299194563372604e-07, "epoch": 2.692134831460674, "percentage": 89.69, "elapsed_time": "2:11:10", "remaining_time": "0:15:05"}
|
| 62 |
+
{"current_steps": 610, "total_steps": 669, "loss": 0.0948, "lr": 2.431073751431529e-07, "epoch": 2.737078651685393, "percentage": 91.18, "elapsed_time": "2:13:13", "remaining_time": "0:12:53"}
|
| 63 |
+
{"current_steps": 620, "total_steps": 669, "loss": 0.1027, "lr": 1.6924713622225975e-07, "epoch": 2.7820224719101123, "percentage": 92.68, "elapsed_time": "2:15:19", "remaining_time": "0:10:41"}
|
| 64 |
+
{"current_steps": 630, "total_steps": 669, "loss": 0.0962, "lr": 1.0853984274007246e-07, "epoch": 2.8269662921348315, "percentage": 94.17, "elapsed_time": "2:17:25", "remaining_time": "0:08:30"}
|
| 65 |
+
{"current_steps": 640, "total_steps": 669, "loss": 0.1036, "lr": 6.115078564427946e-08, "epoch": 2.8719101123595507, "percentage": 95.67, "elapsed_time": "2:19:37", "remaining_time": "0:06:19"}
|
| 66 |
+
{"current_steps": 650, "total_steps": 669, "loss": 0.0964, "lr": 2.7208993618390578e-08, "epoch": 2.9168539325842695, "percentage": 97.16, "elapsed_time": "2:21:42", "remaining_time": "0:04:08"}
|
| 67 |
+
{"current_steps": 660, "total_steps": 669, "loss": 0.1032, "lr": 6.806881768539053e-09, "epoch": 2.9617977528089887, "percentage": 98.65, "elapsed_time": "2:23:50", "remaining_time": "0:01:57"}
|
| 68 |
+
{"current_steps": 669, "total_steps": 669, "epoch": 3.0, "percentage": 100.0, "elapsed_time": "2:26:03", "remaining_time": "0:00:00"}
|
qwen2-os-121/trainer_state.json
ADDED
|
@@ -0,0 +1,513 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 3.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 669,
|
| 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.0449438202247191,
|
| 14 |
+
"grad_norm": 13.065853118896484,
|
| 15 |
+
"learning_rate": 1.3432835820895524e-06,
|
| 16 |
+
"loss": 0.917,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.0898876404494382,
|
| 21 |
+
"grad_norm": 19.221128463745117,
|
| 22 |
+
"learning_rate": 2.835820895522388e-06,
|
| 23 |
+
"loss": 0.6672,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.1348314606741573,
|
| 28 |
+
"grad_norm": 4.594083786010742,
|
| 29 |
+
"learning_rate": 4.3283582089552236e-06,
|
| 30 |
+
"loss": 0.5808,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.1797752808988764,
|
| 35 |
+
"grad_norm": 4.076601505279541,
|
| 36 |
+
"learning_rate": 5.820895522388061e-06,
|
| 37 |
+
"loss": 0.4926,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.2247191011235955,
|
| 42 |
+
"grad_norm": 3.3338639736175537,
|
| 43 |
+
"learning_rate": 7.313432835820896e-06,
|
| 44 |
+
"loss": 0.4439,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.2696629213483146,
|
| 49 |
+
"grad_norm": 4.051526069641113,
|
| 50 |
+
"learning_rate": 8.805970149253732e-06,
|
| 51 |
+
"loss": 0.4527,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.3146067415730337,
|
| 56 |
+
"grad_norm": 3.7653603553771973,
|
| 57 |
+
"learning_rate": 9.999727665400876e-06,
|
| 58 |
+
"loss": 0.4631,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.3595505617977528,
|
| 63 |
+
"grad_norm": 3.8603553771972656,
|
| 64 |
+
"learning_rate": 9.990199069047216e-06,
|
| 65 |
+
"loss": 0.4538,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.4044943820224719,
|
| 70 |
+
"grad_norm": 3.166360378265381,
|
| 71 |
+
"learning_rate": 9.967083394667763e-06,
|
| 72 |
+
"loss": 0.4265,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.449438202247191,
|
| 77 |
+
"grad_norm": 2.982255697250366,
|
| 78 |
+
"learning_rate": 9.93044358052752e-06,
|
| 79 |
+
"loss": 0.4133,
|
| 80 |
+
"step": 100
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.4943820224719101,
|
| 84 |
+
"grad_norm": 2.9556069374084473,
|
| 85 |
+
"learning_rate": 9.880379387779637e-06,
|
| 86 |
+
"loss": 0.4326,
|
| 87 |
+
"step": 110
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.5393258426966292,
|
| 91 |
+
"grad_norm": 3.1054093837738037,
|
| 92 |
+
"learning_rate": 9.817027128840462e-06,
|
| 93 |
+
"loss": 0.4387,
|
| 94 |
+
"step": 120
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.5842696629213483,
|
| 98 |
+
"grad_norm": 2.889918804168701,
|
| 99 |
+
"learning_rate": 9.740559296244543e-06,
|
| 100 |
+
"loss": 0.4069,
|
| 101 |
+
"step": 130
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.6292134831460674,
|
| 105 |
+
"grad_norm": 2.890075206756592,
|
| 106 |
+
"learning_rate": 9.651184092990109e-06,
|
| 107 |
+
"loss": 0.4315,
|
| 108 |
+
"step": 140
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.6741573033707865,
|
| 112 |
+
"grad_norm": 3.2339141368865967,
|
| 113 |
+
"learning_rate": 9.5491448656538e-06,
|
| 114 |
+
"loss": 0.4056,
|
| 115 |
+
"step": 150
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.7191011235955056,
|
| 119 |
+
"grad_norm": 2.964042901992798,
|
| 120 |
+
"learning_rate": 9.434719441818106e-06,
|
| 121 |
+
"loss": 0.4098,
|
| 122 |
+
"step": 160
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.7640449438202247,
|
| 126 |
+
"grad_norm": 2.6165759563446045,
|
| 127 |
+
"learning_rate": 9.308219373615574e-06,
|
| 128 |
+
"loss": 0.3986,
|
| 129 |
+
"step": 170
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.8089887640449438,
|
| 133 |
+
"grad_norm": 2.560549020767212,
|
| 134 |
+
"learning_rate": 9.16998908944939e-06,
|
| 135 |
+
"loss": 0.4021,
|
| 136 |
+
"step": 180
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.8539325842696629,
|
| 140 |
+
"grad_norm": 2.7782649993896484,
|
| 141 |
+
"learning_rate": 9.020404956200016e-06,
|
| 142 |
+
"loss": 0.3702,
|
| 143 |
+
"step": 190
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.898876404494382,
|
| 147 |
+
"grad_norm": 2.6154396533966064,
|
| 148 |
+
"learning_rate": 8.85987425447124e-06,
|
| 149 |
+
"loss": 0.4055,
|
| 150 |
+
"step": 200
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.9438202247191011,
|
| 154 |
+
"grad_norm": 2.7704086303710938,
|
| 155 |
+
"learning_rate": 8.688834069665819e-06,
|
| 156 |
+
"loss": 0.3959,
|
| 157 |
+
"step": 210
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.9887640449438202,
|
| 161 |
+
"grad_norm": 2.554821252822876,
|
| 162 |
+
"learning_rate": 8.50775010191001e-06,
|
| 163 |
+
"loss": 0.3838,
|
| 164 |
+
"step": 220
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 1.0314606741573034,
|
| 168 |
+
"grad_norm": 2.3032705783843994,
|
| 169 |
+
"learning_rate": 8.317115398067289e-06,
|
| 170 |
+
"loss": 0.3031,
|
| 171 |
+
"step": 230
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 1.0764044943820226,
|
| 175 |
+
"grad_norm": 1.8269344568252563,
|
| 176 |
+
"learning_rate": 8.117449009293668e-06,
|
| 177 |
+
"loss": 0.2631,
|
| 178 |
+
"step": 240
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 1.1213483146067416,
|
| 182 |
+
"grad_norm": 2.5574216842651367,
|
| 183 |
+
"learning_rate": 7.909294577789765e-06,
|
| 184 |
+
"loss": 0.2559,
|
| 185 |
+
"step": 250
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 1.1662921348314608,
|
| 189 |
+
"grad_norm": 2.505126953125,
|
| 190 |
+
"learning_rate": 7.693218856597515e-06,
|
| 191 |
+
"loss": 0.2561,
|
| 192 |
+
"step": 260
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 1.2112359550561798,
|
| 196 |
+
"grad_norm": 2.4236679077148438,
|
| 197 |
+
"learning_rate": 7.469810166471802e-06,
|
| 198 |
+
"loss": 0.259,
|
| 199 |
+
"step": 270
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 1.256179775280899,
|
| 203 |
+
"grad_norm": 2.1280295848846436,
|
| 204 |
+
"learning_rate": 7.239676794028526e-06,
|
| 205 |
+
"loss": 0.2587,
|
| 206 |
+
"step": 280
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 1.301123595505618,
|
| 210 |
+
"grad_norm": 2.421351432800293,
|
| 211 |
+
"learning_rate": 7.003445335530572e-06,
|
| 212 |
+
"loss": 0.2537,
|
| 213 |
+
"step": 290
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 1.346067415730337,
|
| 217 |
+
"grad_norm": 2.053130865097046,
|
| 218 |
+
"learning_rate": 6.761758990821143e-06,
|
| 219 |
+
"loss": 0.2638,
|
| 220 |
+
"step": 300
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 1.3910112359550562,
|
| 224 |
+
"grad_norm": 2.744643211364746,
|
| 225 |
+
"learning_rate": 6.515275812049644e-06,
|
| 226 |
+
"loss": 0.2438,
|
| 227 |
+
"step": 310
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 1.4359550561797754,
|
| 231 |
+
"grad_norm": 2.027100086212158,
|
| 232 |
+
"learning_rate": 6.264666911958404e-06,
|
| 233 |
+
"loss": 0.2565,
|
| 234 |
+
"step": 320
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 1.4808988764044944,
|
| 238 |
+
"grad_norm": 2.3016886711120605,
|
| 239 |
+
"learning_rate": 6.0106146366086514e-06,
|
| 240 |
+
"loss": 0.2433,
|
| 241 |
+
"step": 330
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 1.5258426966292133,
|
| 245 |
+
"grad_norm": 2.508007049560547,
|
| 246 |
+
"learning_rate": 5.753810707520918e-06,
|
| 247 |
+
"loss": 0.2383,
|
| 248 |
+
"step": 340
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 1.5707865168539326,
|
| 252 |
+
"grad_norm": 2.2673184871673584,
|
| 253 |
+
"learning_rate": 5.494954338288404e-06,
|
| 254 |
+
"loss": 0.2712,
|
| 255 |
+
"step": 350
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 1.6157303370786518,
|
| 259 |
+
"grad_norm": 2.4957592487335205,
|
| 260 |
+
"learning_rate": 5.234750330791268e-06,
|
| 261 |
+
"loss": 0.2342,
|
| 262 |
+
"step": 360
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 1.6606741573033708,
|
| 266 |
+
"grad_norm": 2.1853106021881104,
|
| 267 |
+
"learning_rate": 4.973907156195405e-06,
|
| 268 |
+
"loss": 0.2483,
|
| 269 |
+
"step": 370
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 1.7056179775280897,
|
| 273 |
+
"grad_norm": 1.8735578060150146,
|
| 274 |
+
"learning_rate": 4.713135025960652e-06,
|
| 275 |
+
"loss": 0.2453,
|
| 276 |
+
"step": 380
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 1.750561797752809,
|
| 280 |
+
"grad_norm": 2.260606288909912,
|
| 281 |
+
"learning_rate": 4.4531439581106295e-06,
|
| 282 |
+
"loss": 0.2353,
|
| 283 |
+
"step": 390
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 1.7955056179775282,
|
| 287 |
+
"grad_norm": 2.2341856956481934,
|
| 288 |
+
"learning_rate": 4.194641844029227e-06,
|
| 289 |
+
"loss": 0.2397,
|
| 290 |
+
"step": 400
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 1.8404494382022472,
|
| 294 |
+
"grad_norm": 1.9118940830230713,
|
| 295 |
+
"learning_rate": 3.938332521047434e-06,
|
| 296 |
+
"loss": 0.2218,
|
| 297 |
+
"step": 410
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 1.8853932584269661,
|
| 301 |
+
"grad_norm": 2.3548195362091064,
|
| 302 |
+
"learning_rate": 3.6849138560683305e-06,
|
| 303 |
+
"loss": 0.2407,
|
| 304 |
+
"step": 420
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 1.9303370786516854,
|
| 308 |
+
"grad_norm": 2.4646918773651123,
|
| 309 |
+
"learning_rate": 3.435075845448105e-06,
|
| 310 |
+
"loss": 0.2388,
|
| 311 |
+
"step": 430
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 1.9752808988764046,
|
| 315 |
+
"grad_norm": 2.05568790435791,
|
| 316 |
+
"learning_rate": 3.189498736306584e-06,
|
| 317 |
+
"loss": 0.2348,
|
| 318 |
+
"step": 440
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 2.0179775280898875,
|
| 322 |
+
"grad_norm": 1.6222045421600342,
|
| 323 |
+
"learning_rate": 2.948851174382565e-06,
|
| 324 |
+
"loss": 0.1991,
|
| 325 |
+
"step": 450
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 2.0629213483146067,
|
| 329 |
+
"grad_norm": 2.2049689292907715,
|
| 330 |
+
"learning_rate": 2.7137883834768076e-06,
|
| 331 |
+
"loss": 0.1076,
|
| 332 |
+
"step": 460
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 2.107865168539326,
|
| 336 |
+
"grad_norm": 1.6832406520843506,
|
| 337 |
+
"learning_rate": 2.4849503814396624e-06,
|
| 338 |
+
"loss": 0.1055,
|
| 339 |
+
"step": 470
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 2.152808988764045,
|
| 343 |
+
"grad_norm": 1.5062949657440186,
|
| 344 |
+
"learning_rate": 2.2629602375607373e-06,
|
| 345 |
+
"loss": 0.1051,
|
| 346 |
+
"step": 480
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 2.197752808988764,
|
| 350 |
+
"grad_norm": 1.708046793937683,
|
| 351 |
+
"learning_rate": 2.048422376105299e-06,
|
| 352 |
+
"loss": 0.1087,
|
| 353 |
+
"step": 490
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 2.242696629213483,
|
| 357 |
+
"grad_norm": 1.863958477973938,
|
| 358 |
+
"learning_rate": 1.8419209306164653e-06,
|
| 359 |
+
"loss": 0.1123,
|
| 360 |
+
"step": 500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 2.242696629213483,
|
| 364 |
+
"eval_loss": 0.39164599776268005,
|
| 365 |
+
"eval_runtime": 21.0828,
|
| 366 |
+
"eval_samples_per_second": 17.787,
|
| 367 |
+
"eval_steps_per_second": 2.229,
|
| 368 |
+
"step": 500
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"epoch": 2.2876404494382023,
|
| 372 |
+
"grad_norm": 1.9434905052185059,
|
| 373 |
+
"learning_rate": 1.6440181534640277e-06,
|
| 374 |
+
"loss": 0.1114,
|
| 375 |
+
"step": 510
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"epoch": 2.3325842696629215,
|
| 379 |
+
"grad_norm": 1.9378854036331177,
|
| 380 |
+
"learning_rate": 1.4552528849702852e-06,
|
| 381 |
+
"loss": 0.1106,
|
| 382 |
+
"step": 520
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"epoch": 2.3775280898876403,
|
| 386 |
+
"grad_norm": 1.6431339979171753,
|
| 387 |
+
"learning_rate": 1.2761390862810907e-06,
|
| 388 |
+
"loss": 0.1001,
|
| 389 |
+
"step": 530
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"epoch": 2.4224719101123595,
|
| 393 |
+
"grad_norm": 1.9648070335388184,
|
| 394 |
+
"learning_rate": 1.107164439976764e-06,
|
| 395 |
+
"loss": 0.1078,
|
| 396 |
+
"step": 540
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"epoch": 2.4674157303370787,
|
| 400 |
+
"grad_norm": 1.8690208196640015,
|
| 401 |
+
"learning_rate": 9.487890222330137e-07,
|
| 402 |
+
"loss": 0.0981,
|
| 403 |
+
"step": 550
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"epoch": 2.512359550561798,
|
| 407 |
+
"grad_norm": 1.8798915147781372,
|
| 408 |
+
"learning_rate": 8.014440501472909e-07,
|
| 409 |
+
"loss": 0.099,
|
| 410 |
+
"step": 560
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"epoch": 2.5573033707865167,
|
| 414 |
+
"grad_norm": 1.7974302768707275,
|
| 415 |
+
"learning_rate": 6.655307076412637e-07,
|
| 416 |
+
"loss": 0.1082,
|
| 417 |
+
"step": 570
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"epoch": 2.602247191011236,
|
| 421 |
+
"grad_norm": 2.128044366836548,
|
| 422 |
+
"learning_rate": 5.414190531362162e-07,
|
| 423 |
+
"loss": 0.105,
|
| 424 |
+
"step": 580
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"epoch": 2.647191011235955,
|
| 428 |
+
"grad_norm": 1.9329229593276978,
|
| 429 |
+
"learning_rate": 4.29447011975474e-07,
|
| 430 |
+
"loss": 0.1024,
|
| 431 |
+
"step": 590
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"epoch": 2.692134831460674,
|
| 435 |
+
"grad_norm": 2.111759662628174,
|
| 436 |
+
"learning_rate": 3.299194563372604e-07,
|
| 437 |
+
"loss": 0.1054,
|
| 438 |
+
"step": 600
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"epoch": 2.737078651685393,
|
| 442 |
+
"grad_norm": 1.865928292274475,
|
| 443 |
+
"learning_rate": 2.431073751431529e-07,
|
| 444 |
+
"loss": 0.0948,
|
| 445 |
+
"step": 610
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"epoch": 2.7820224719101123,
|
| 449 |
+
"grad_norm": 1.9106682538986206,
|
| 450 |
+
"learning_rate": 1.6924713622225975e-07,
|
| 451 |
+
"loss": 0.1027,
|
| 452 |
+
"step": 620
|
| 453 |
+
},
|
| 454 |
+
{
|
| 455 |
+
"epoch": 2.8269662921348315,
|
| 456 |
+
"grad_norm": 1.7859702110290527,
|
| 457 |
+
"learning_rate": 1.0853984274007246e-07,
|
| 458 |
+
"loss": 0.0962,
|
| 459 |
+
"step": 630
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 2.8719101123595507,
|
| 463 |
+
"grad_norm": 1.9934887886047363,
|
| 464 |
+
"learning_rate": 6.115078564427946e-08,
|
| 465 |
+
"loss": 0.1036,
|
| 466 |
+
"step": 640
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"epoch": 2.9168539325842695,
|
| 470 |
+
"grad_norm": 2.19028902053833,
|
| 471 |
+
"learning_rate": 2.7208993618390578e-08,
|
| 472 |
+
"loss": 0.0964,
|
| 473 |
+
"step": 650
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"epoch": 2.9617977528089887,
|
| 477 |
+
"grad_norm": 1.8574639558792114,
|
| 478 |
+
"learning_rate": 6.806881768539053e-09,
|
| 479 |
+
"loss": 0.1032,
|
| 480 |
+
"step": 660
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"epoch": 3.0,
|
| 484 |
+
"step": 669,
|
| 485 |
+
"total_flos": 81298172149760.0,
|
| 486 |
+
"train_loss": 0.2715019001910861,
|
| 487 |
+
"train_runtime": 8763.6204,
|
| 488 |
+
"train_samples_per_second": 2.437,
|
| 489 |
+
"train_steps_per_second": 0.076
|
| 490 |
+
}
|
| 491 |
+
],
|
| 492 |
+
"logging_steps": 10,
|
| 493 |
+
"max_steps": 669,
|
| 494 |
+
"num_input_tokens_seen": 0,
|
| 495 |
+
"num_train_epochs": 3,
|
| 496 |
+
"save_steps": 500,
|
| 497 |
+
"stateful_callbacks": {
|
| 498 |
+
"TrainerControl": {
|
| 499 |
+
"args": {
|
| 500 |
+
"should_epoch_stop": false,
|
| 501 |
+
"should_evaluate": false,
|
| 502 |
+
"should_log": false,
|
| 503 |
+
"should_save": true,
|
| 504 |
+
"should_training_stop": true
|
| 505 |
+
},
|
| 506 |
+
"attributes": {}
|
| 507 |
+
}
|
| 508 |
+
},
|
| 509 |
+
"total_flos": 81298172149760.0,
|
| 510 |
+
"train_batch_size": 1,
|
| 511 |
+
"trial_name": null,
|
| 512 |
+
"trial_params": null
|
| 513 |
+
}
|
qwen2-os-121/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:950450631402afa849fd7262f88ec0c22bd2eec48058c23138ff4068edaa8776
|
| 3 |
+
size 8337
|
qwen2-os-121/training_eval_loss.png
ADDED
|
qwen2-os-121/training_loss.png
ADDED
|
qwen2-os-121/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|