Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +2 -0
- Modelfile +14 -0
- README.md +79 -0
- adapter_config.json +40 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- all_results.json +12 -0
- chat_template.jinja +85 -0
- checkpoint-100/README.md +202 -0
- checkpoint-100/adapter_config.json +40 -0
- checkpoint-100/rng_state_109.pth +3 -0
- checkpoint-100/rng_state_120.pth +3 -0
- checkpoint-100/rng_state_125.pth +3 -0
- checkpoint-100/rng_state_13.pth +3 -0
- checkpoint-100/rng_state_14.pth +3 -0
- checkpoint-100/rng_state_16.pth +3 -0
- checkpoint-100/rng_state_31.pth +3 -0
- checkpoint-100/rng_state_32.pth +3 -0
- checkpoint-100/rng_state_47.pth +3 -0
- checkpoint-100/rng_state_50.pth +3 -0
- checkpoint-100/rng_state_53.pth +3 -0
- checkpoint-100/rng_state_82.pth +3 -0
- checkpoint-100/rng_state_85.pth +3 -0
- checkpoint-100/tokenizer.json +3 -0
- config.json +38 -0
- dataset/dataset_dict.json +1 -0
- eval_results.json +7 -0
- generation_config.json +6 -0
- merges.txt +0 -0
- model-00002-of-00025.safetensors +3 -0
- model-00006-of-00025.safetensors +3 -0
- model-00009-of-00025.safetensors +3 -0
- model-00011-of-00025.safetensors +3 -0
- model-00012-of-00025.safetensors +3 -0
- model-00013-of-00025.safetensors +3 -0
- model-00016-of-00025.safetensors +3 -0
- model-00018-of-00025.safetensors +3 -0
- model-00021-of-00025.safetensors +3 -0
- model-00022-of-00025.safetensors +3 -0
- model-00024-of-00025.safetensors +3 -0
- model.safetensors.index.json +0 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +240 -0
- train_results.json +8 -0
- trainer_log.jsonl +5 -0
- trainer_state.json +1071 -0
- training_args.bin +3 -0
- training_eval_loss.png +0 -0
- training_loss.png +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
Modelfile
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ollama modelfile auto-generated by llamafactory
|
2 |
+
|
3 |
+
FROM .
|
4 |
+
|
5 |
+
TEMPLATE """{{ if .System }}<|im_start|>system
|
6 |
+
{{ .System }}<|im_end|>
|
7 |
+
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|im_start|>user
|
8 |
+
{{ .Content }}<|im_end|>
|
9 |
+
<|im_start|>assistant
|
10 |
+
{{ else if eq .Role "assistant" }}{{ .Content }}<|im_end|>
|
11 |
+
{{ end }}{{ end }}"""
|
12 |
+
|
13 |
+
PARAMETER stop "<|im_end|>"
|
14 |
+
PARAMETER num_ctx 4096
|
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: other
|
4 |
+
base_model: Qwen/Qwen3-30B-A3B-Base
|
5 |
+
tags:
|
6 |
+
- llama-factory
|
7 |
+
- lora
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: Qwen3-30B-A3B-Base-alpaca-th-52k-dolly-th-15k-wangchan-instruct-seed-2405
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# Qwen3-30B-A3B-Base-alpaca-th-52k-dolly-th-15k-wangchan-instruct-seed-2405
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [Qwen/Qwen3-30B-A3B-Base](https://huggingface.co//Qwen/Qwen3-30B-A3B-Base) on the alpaca-th-52k, the dolly-th-15k and the wangchan-instruct datasets.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6619
|
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: 0.0002
|
41 |
+
- train_batch_size: 2
|
42 |
+
- eval_batch_size: 2
|
43 |
+
- seed: 2405
|
44 |
+
- distributed_type: multi-GPU
|
45 |
+
- num_devices: 128
|
46 |
+
- gradient_accumulation_steps: 8
|
47 |
+
- total_train_batch_size: 2048
|
48 |
+
- total_eval_batch_size: 256
|
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.0
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
+
|:-------------:|:------:|:----:|:---------------:|
|
58 |
+
| 0.8866 | 0.2299 | 10 | 1.0011 |
|
59 |
+
| 0.7869 | 0.4598 | 20 | 0.8175 |
|
60 |
+
| 0.724 | 0.6897 | 30 | 0.7251 |
|
61 |
+
| 0.702 | 0.9195 | 40 | 0.7024 |
|
62 |
+
| 0.6926 | 1.1379 | 50 | 0.6904 |
|
63 |
+
| 0.6795 | 1.3678 | 60 | 0.6821 |
|
64 |
+
| 0.6694 | 1.5977 | 70 | 0.6757 |
|
65 |
+
| 0.674 | 1.8276 | 80 | 0.6708 |
|
66 |
+
| 0.6543 | 2.0460 | 90 | 0.6660 |
|
67 |
+
| 0.6492 | 2.2759 | 100 | 0.6639 |
|
68 |
+
| 0.6508 | 2.5057 | 110 | 0.6626 |
|
69 |
+
| 0.656 | 2.7356 | 120 | 0.6621 |
|
70 |
+
| 0.6492 | 2.9655 | 130 | 0.6619 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- PEFT 0.15.2
|
76 |
+
- Transformers 4.52.3
|
77 |
+
- Pytorch 2.7.0+cu126
|
78 |
+
- Datasets 3.6.0
|
79 |
+
- Tokenizers 0.21.1
|
adapter_config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/project/lt200252-wcbart/pumet/models/Qwen3-30B-A3B-Base",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 8,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"o_proj",
|
30 |
+
"down_proj",
|
31 |
+
"gate",
|
32 |
+
"up_proj",
|
33 |
+
"v_proj",
|
34 |
+
"k_proj"
|
35 |
+
],
|
36 |
+
"task_type": "CAUSAL_LM",
|
37 |
+
"trainable_token_indices": null,
|
38 |
+
"use_dora": false,
|
39 |
+
"use_rslora": false
|
40 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87ea473495be874bae63f42a143180a65fb65a4fb9ab841f42e63a5d2e6eab89
|
3 |
+
size 1696378232
|
added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_loss": 0.6618949770927429,
|
4 |
+
"eval_runtime": 299.1641,
|
5 |
+
"eval_samples_per_second": 33.086,
|
6 |
+
"eval_steps_per_second": 0.13,
|
7 |
+
"total_flos": 4.878497440777581e+19,
|
8 |
+
"train_loss": 0.7089937537005453,
|
9 |
+
"train_runtime": 30749.2873,
|
10 |
+
"train_samples_per_second": 8.691,
|
11 |
+
"train_steps_per_second": 0.004
|
12 |
+
}
|
chat_template.jinja
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
27 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
28 |
+
{%- elif message.role == "assistant" %}
|
29 |
+
{%- set content = message.content %}
|
30 |
+
{%- set reasoning_content = '' %}
|
31 |
+
{%- if message.reasoning_content is defined and message.reasoning_content is not none %}
|
32 |
+
{%- set reasoning_content = message.reasoning_content %}
|
33 |
+
{%- else %}
|
34 |
+
{%- if '</think>' in message.content %}
|
35 |
+
{%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
|
36 |
+
{%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
37 |
+
{%- endif %}
|
38 |
+
{%- endif %}
|
39 |
+
{%- if loop.index0 > ns.last_query_index %}
|
40 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
41 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
42 |
+
{%- else %}
|
43 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
44 |
+
{%- endif %}
|
45 |
+
{%- else %}
|
46 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
47 |
+
{%- endif %}
|
48 |
+
{%- if message.tool_calls %}
|
49 |
+
{%- for tool_call in message.tool_calls %}
|
50 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
51 |
+
{{- '\n' }}
|
52 |
+
{%- endif %}
|
53 |
+
{%- if tool_call.function %}
|
54 |
+
{%- set tool_call = tool_call.function %}
|
55 |
+
{%- endif %}
|
56 |
+
{{- '<tool_call>\n{"name": "' }}
|
57 |
+
{{- tool_call.name }}
|
58 |
+
{{- '", "arguments": ' }}
|
59 |
+
{%- if tool_call.arguments is string %}
|
60 |
+
{{- tool_call.arguments }}
|
61 |
+
{%- else %}
|
62 |
+
{{- tool_call.arguments | tojson }}
|
63 |
+
{%- endif %}
|
64 |
+
{{- '}\n</tool_call>' }}
|
65 |
+
{%- endfor %}
|
66 |
+
{%- endif %}
|
67 |
+
{{- '<|im_end|>\n' }}
|
68 |
+
{%- elif message.role == "tool" %}
|
69 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
70 |
+
{{- '<|im_start|>user' }}
|
71 |
+
{%- endif %}
|
72 |
+
{{- '\n<tool_response>\n' }}
|
73 |
+
{{- message.content }}
|
74 |
+
{{- '\n</tool_response>' }}
|
75 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
76 |
+
{{- '<|im_end|>\n' }}
|
77 |
+
{%- endif %}
|
78 |
+
{%- endif %}
|
79 |
+
{%- endfor %}
|
80 |
+
{%- if add_generation_prompt %}
|
81 |
+
{{- '<|im_start|>assistant\n' }}
|
82 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
83 |
+
{{- '<think>\n\n</think>\n\n' }}
|
84 |
+
{%- endif %}
|
85 |
+
{%- endif %}
|
checkpoint-100/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: /project/lt200252-wcbart/pumet/models/Qwen3-30B-A3B-Base
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.15.2
|
checkpoint-100/adapter_config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/project/lt200252-wcbart/pumet/models/Qwen3-30B-A3B-Base",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 8,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"o_proj",
|
30 |
+
"down_proj",
|
31 |
+
"gate",
|
32 |
+
"up_proj",
|
33 |
+
"v_proj",
|
34 |
+
"k_proj"
|
35 |
+
],
|
36 |
+
"task_type": "CAUSAL_LM",
|
37 |
+
"trainable_token_indices": null,
|
38 |
+
"use_dora": false,
|
39 |
+
"use_rslora": false
|
40 |
+
}
|
checkpoint-100/rng_state_109.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbedcf739c8b681975b4a87df21d886dac88813e97651bd307b20330280d5992
|
3 |
+
size 15515
|
checkpoint-100/rng_state_120.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ed99f65053a548d3481a036542496381872da9318ac87fcfb77241f2ce819b4
|
3 |
+
size 15515
|
checkpoint-100/rng_state_125.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54f6b950e9b9c04a5d48d79d9139ca08fa76d0a0eaa905f97aabe66337969654
|
3 |
+
size 15515
|
checkpoint-100/rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a11aafa493e1ccb00d275b79789f07a326007152eafb31078169216a1a546221
|
3 |
+
size 15440
|
checkpoint-100/rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6f950bf229048cea7de20b6767ee78b99d6dfded0ec4a1a5f5884c8bde1ec3b
|
3 |
+
size 15440
|
checkpoint-100/rng_state_16.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f91a5d55730e7ffd9b7d5a06cf687adb6e70e26d74a0cf49a8c5d321219fb692
|
3 |
+
size 15440
|
checkpoint-100/rng_state_31.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aac92b68dafc6fe7c5729286762e8769981d0265419a5269ef4acf82f6046c78
|
3 |
+
size 15440
|
checkpoint-100/rng_state_32.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b51acd861586d2b43f7e8a075a71714342810972e45e187c4c7f762ddcb7478
|
3 |
+
size 15440
|
checkpoint-100/rng_state_47.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25a46f998b7875a1c9f3802e91a35e7ba1ac6115323cba96cea9f869a9b3ff7b
|
3 |
+
size 15440
|
checkpoint-100/rng_state_50.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a160e4d5f8ba53a2f69562a0f0d52a604cdcde873635634e15325eb2b0b0bc2
|
3 |
+
size 15440
|
checkpoint-100/rng_state_53.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44e9fa51731800e982974c7a658715767fba2d245db3fce3058d8eade1f7ad91
|
3 |
+
size 15440
|
checkpoint-100/rng_state_82.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b663aea215cfe61a47d39740e8807379a97d1f79b5e83082d2d4bbcfe97cf6b
|
3 |
+
size 15440
|
checkpoint-100/rng_state_85.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b0d66ba50f9f5e58acc46b01121b7d74a19e5171d2247b83b1ed10abcb7bfd7
|
3 |
+
size 15440
|
checkpoint-100/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
3 |
+
size 11422654
|
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen3MoeForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"decoder_sparse_step": 1,
|
9 |
+
"eos_token_id": 151643,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 2048,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 6144,
|
15 |
+
"max_position_embeddings": 32768,
|
16 |
+
"max_window_layers": 48,
|
17 |
+
"mlp_only_layers": [],
|
18 |
+
"model_type": "qwen3_moe",
|
19 |
+
"moe_intermediate_size": 768,
|
20 |
+
"norm_topk_prob": true,
|
21 |
+
"num_attention_heads": 32,
|
22 |
+
"num_experts": 128,
|
23 |
+
"num_experts_per_tok": 8,
|
24 |
+
"num_hidden_layers": 48,
|
25 |
+
"num_key_value_heads": 4,
|
26 |
+
"output_router_logits": false,
|
27 |
+
"rms_norm_eps": 1e-06,
|
28 |
+
"rope_scaling": null,
|
29 |
+
"rope_theta": 1000000.0,
|
30 |
+
"router_aux_loss_coef": 0.001,
|
31 |
+
"sliding_window": null,
|
32 |
+
"tie_word_embeddings": false,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.52.3",
|
35 |
+
"use_cache": true,
|
36 |
+
"use_sliding_window": false,
|
37 |
+
"vocab_size": 151936
|
38 |
+
}
|
dataset/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation"]}
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_loss": 0.6618949770927429,
|
4 |
+
"eval_runtime": 299.1641,
|
5 |
+
"eval_samples_per_second": 33.086,
|
6 |
+
"eval_steps_per_second": 0.13
|
7 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"eos_token_id": 151643,
|
4 |
+
"max_new_tokens": 2048,
|
5 |
+
"transformers_version": "4.52.3"
|
6 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00002-of-00025.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b211ba347326b66b3760f664e427e3f6bc7e04028a51abfb1637b8b60e858176
|
3 |
+
size 4997644048
|
model-00006-of-00025.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a183d07255d75fd1b1ac65b56ebe8cdd38ecdf2548eeab4d956a54bf951e759
|
3 |
+
size 4997644648
|
model-00009-of-00025.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1b1a41c1bf830a99be759938a291a648ac16b71566a61f7d869ad2c7e71597a
|
3 |
+
size 4997644832
|
model-00011-of-00025.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df3f2e9ebebe3e10c98320382a2d21ce8bcba7399f2a934d3eb07b8f1c4efa9b
|
3 |
+
size 4997644840
|
model-00012-of-00025.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a35217088ebeb133904139713a804e8baa40cdf1024cef1985aa3dafbf8d9084
|
3 |
+
size 4997644832
|
model-00013-of-00025.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35f404291879947301a07d72e9b6a12cd8b5acef805cdf361edda9bd1d230788
|
3 |
+
size 4997644832
|
model-00016-of-00025.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e66535250b853d9e34a73c32baef379bc9a93f4f8016d34c9c901f8d88ad0913
|
3 |
+
size 4997644832
|
model-00018-of-00025.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e910ef11942be84a0849508b62dfce0dfc64ad3b5e23414157ac89648601704
|
3 |
+
size 4997644832
|
model-00021-of-00025.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:867cb10a330424fd41b8d2fc3bc74731447f585076c4c1f4ba3e3eee7e307683
|
3 |
+
size 4997644832
|
model-00022-of-00025.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a18db88c60ab665662e18acad1d468dff64a840fb461601984dcda38b44ab30
|
3 |
+
size 4997644832
|
model-00024-of-00025.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61ca635172d344ae876fbfbbf736ab68a5b53a4e75a514487022f2d3bb61a2c2
|
3 |
+
size 4997644832
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
3 |
+
size 11422654
|
tokenizer_config.json
ADDED
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
},
|
181 |
+
"151665": {
|
182 |
+
"content": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"clean_up_tokenization_spaces": false,
|
231 |
+
"eos_token": "<|im_end|>",
|
232 |
+
"errors": "replace",
|
233 |
+
"extra_special_tokens": {},
|
234 |
+
"model_max_length": 131072,
|
235 |
+
"pad_token": "<|endoftext|>",
|
236 |
+
"padding_side": "left",
|
237 |
+
"split_special_tokens": false,
|
238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
239 |
+
"unk_token": null
|
240 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 4.878497440777581e+19,
|
4 |
+
"train_loss": 0.7089937537005453,
|
5 |
+
"train_runtime": 30749.2873,
|
6 |
+
"train_samples_per_second": 8.691,
|
7 |
+
"train_steps_per_second": 0.004
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 1, "total_steps": 261, "loss": 0.9303, "lr": 0.0, "epoch": 0.011494252873563218, "percentage": 0.38, "elapsed_time": "0:03:32", "remaining_time": "15:19:43"}
|
2 |
+
{"current_steps": 2, "total_steps": 261, "loss": 0.9699, "lr": 7.4074074074074075e-06, "epoch": 0.022988505747126436, "percentage": 0.77, "elapsed_time": "0:06:57", "remaining_time": "15:00:52"}
|
3 |
+
{"current_steps": 3, "total_steps": 261, "loss": 0.9378, "lr": 1.4814814814814815e-05, "epoch": 0.034482758620689655, "percentage": 1.15, "elapsed_time": "0:10:27", "remaining_time": "14:58:54"}
|
4 |
+
{"current_steps": 4, "total_steps": 261, "loss": 0.945, "lr": 2.2222222222222223e-05, "epoch": 0.04597701149425287, "percentage": 1.53, "elapsed_time": "0:13:50", "remaining_time": "14:49:40"}
|
5 |
+
{"current_steps": 5, "total_steps": 261, "loss": 0.9601, "lr": 2.962962962962963e-05, "epoch": 0.05747126436781609, "percentage": 1.92, "elapsed_time": "0:17:14", "remaining_time": "14:42:44"}
|
trainer_state.json
ADDED
@@ -0,0 +1,1071 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 3.0,
|
6 |
+
"eval_steps": 10,
|
7 |
+
"global_step": 132,
|
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.022988505747126436,
|
14 |
+
"grad_norm": 0.11726659536361694,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 0.949,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.04597701149425287,
|
21 |
+
"grad_norm": 0.11742527782917023,
|
22 |
+
"learning_rate": 1.4285714285714285e-05,
|
23 |
+
"loss": 0.9424,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.06896551724137931,
|
28 |
+
"grad_norm": 0.11452076584100723,
|
29 |
+
"learning_rate": 2.857142857142857e-05,
|
30 |
+
"loss": 0.9528,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.09195402298850575,
|
35 |
+
"grad_norm": 0.11016185581684113,
|
36 |
+
"learning_rate": 4.2857142857142856e-05,
|
37 |
+
"loss": 0.9477,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.11494252873563218,
|
42 |
+
"grad_norm": 0.09924337267875671,
|
43 |
+
"learning_rate": 5.714285714285714e-05,
|
44 |
+
"loss": 0.9246,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.13793103448275862,
|
49 |
+
"grad_norm": 0.09508403390645981,
|
50 |
+
"learning_rate": 7.142857142857143e-05,
|
51 |
+
"loss": 0.923,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.16091954022988506,
|
56 |
+
"grad_norm": 0.08589573949575424,
|
57 |
+
"learning_rate": 8.571428571428571e-05,
|
58 |
+
"loss": 0.9048,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.1839080459770115,
|
63 |
+
"grad_norm": 0.07958836108446121,
|
64 |
+
"learning_rate": 0.0001,
|
65 |
+
"loss": 0.9165,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.20689655172413793,
|
70 |
+
"grad_norm": 0.07911597937345505,
|
71 |
+
"learning_rate": 0.00011428571428571428,
|
72 |
+
"loss": 0.8881,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.22988505747126436,
|
77 |
+
"grad_norm": 0.08259308338165283,
|
78 |
+
"learning_rate": 0.00012857142857142858,
|
79 |
+
"loss": 0.8866,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.22988505747126436,
|
84 |
+
"eval_loss": 1.0011101961135864,
|
85 |
+
"eval_runtime": 305.7034,
|
86 |
+
"eval_samples_per_second": 32.378,
|
87 |
+
"eval_steps_per_second": 0.128,
|
88 |
+
"step": 10
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"epoch": 0.25287356321839083,
|
92 |
+
"grad_norm": 0.08100606501102448,
|
93 |
+
"learning_rate": 0.00014285714285714287,
|
94 |
+
"loss": 0.8687,
|
95 |
+
"step": 11
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"epoch": 0.27586206896551724,
|
99 |
+
"grad_norm": 0.08286823332309723,
|
100 |
+
"learning_rate": 0.00015714285714285716,
|
101 |
+
"loss": 0.8684,
|
102 |
+
"step": 12
|
103 |
+
},
|
104 |
+
{
|
105 |
+
"epoch": 0.2988505747126437,
|
106 |
+
"grad_norm": 0.08412789553403854,
|
107 |
+
"learning_rate": 0.00017142857142857143,
|
108 |
+
"loss": 0.8592,
|
109 |
+
"step": 13
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 0.3218390804597701,
|
113 |
+
"grad_norm": 0.09051340073347092,
|
114 |
+
"learning_rate": 0.00018571428571428572,
|
115 |
+
"loss": 0.8389,
|
116 |
+
"step": 14
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 0.3448275862068966,
|
120 |
+
"grad_norm": 0.09371305257081985,
|
121 |
+
"learning_rate": 0.0002,
|
122 |
+
"loss": 0.8125,
|
123 |
+
"step": 15
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.367816091954023,
|
127 |
+
"grad_norm": 0.08772534877061844,
|
128 |
+
"learning_rate": 0.00019996456111234527,
|
129 |
+
"loss": 0.8217,
|
130 |
+
"step": 16
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 0.39080459770114945,
|
134 |
+
"grad_norm": 0.07762442529201508,
|
135 |
+
"learning_rate": 0.0001998582695676762,
|
136 |
+
"loss": 0.8052,
|
137 |
+
"step": 17
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 0.41379310344827586,
|
141 |
+
"grad_norm": 0.0685521736741066,
|
142 |
+
"learning_rate": 0.000199681200703075,
|
143 |
+
"loss": 0.7908,
|
144 |
+
"step": 18
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.4367816091954023,
|
148 |
+
"grad_norm": 0.06715967506170273,
|
149 |
+
"learning_rate": 0.00019943348002101371,
|
150 |
+
"loss": 0.7986,
|
151 |
+
"step": 19
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.45977011494252873,
|
155 |
+
"grad_norm": 0.0685219094157219,
|
156 |
+
"learning_rate": 0.00019911528310040074,
|
157 |
+
"loss": 0.7869,
|
158 |
+
"step": 20
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"epoch": 0.45977011494252873,
|
162 |
+
"eval_loss": 0.8174761533737183,
|
163 |
+
"eval_runtime": 302.6325,
|
164 |
+
"eval_samples_per_second": 32.706,
|
165 |
+
"eval_steps_per_second": 0.129,
|
166 |
+
"step": 20
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.4827586206896552,
|
170 |
+
"grad_norm": 0.06762731820344925,
|
171 |
+
"learning_rate": 0.00019872683547213446,
|
172 |
+
"loss": 0.7657,
|
173 |
+
"step": 21
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 0.5057471264367817,
|
177 |
+
"grad_norm": 0.06856454163789749,
|
178 |
+
"learning_rate": 0.00019826841245925212,
|
179 |
+
"loss": 0.7829,
|
180 |
+
"step": 22
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epoch": 0.5287356321839081,
|
184 |
+
"grad_norm": 0.06053686887025833,
|
185 |
+
"learning_rate": 0.00019774033898178667,
|
186 |
+
"loss": 0.7562,
|
187 |
+
"step": 23
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"epoch": 0.5517241379310345,
|
191 |
+
"grad_norm": 0.056510183960199356,
|
192 |
+
"learning_rate": 0.00019714298932647098,
|
193 |
+
"loss": 0.7485,
|
194 |
+
"step": 24
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 0.5747126436781609,
|
198 |
+
"grad_norm": 0.05787154287099838,
|
199 |
+
"learning_rate": 0.0001964767868814516,
|
200 |
+
"loss": 0.73,
|
201 |
+
"step": 25
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.5977011494252874,
|
205 |
+
"grad_norm": 0.05212588980793953,
|
206 |
+
"learning_rate": 0.00019574220383620055,
|
207 |
+
"loss": 0.74,
|
208 |
+
"step": 26
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"epoch": 0.6206896551724138,
|
212 |
+
"grad_norm": 0.047729115933179855,
|
213 |
+
"learning_rate": 0.00019493976084683813,
|
214 |
+
"loss": 0.7381,
|
215 |
+
"step": 27
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"epoch": 0.6436781609195402,
|
219 |
+
"grad_norm": 0.044737160205841064,
|
220 |
+
"learning_rate": 0.00019407002666710336,
|
221 |
+
"loss": 0.7368,
|
222 |
+
"step": 28
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"epoch": 0.6666666666666666,
|
226 |
+
"grad_norm": 0.04290475323796272,
|
227 |
+
"learning_rate": 0.00019313361774523385,
|
228 |
+
"loss": 0.7369,
|
229 |
+
"step": 29
|
230 |
+
},
|
231 |
+
{
|
232 |
+
"epoch": 0.6896551724137931,
|
233 |
+
"grad_norm": 0.03797232359647751,
|
234 |
+
"learning_rate": 0.00019213119778704128,
|
235 |
+
"loss": 0.724,
|
236 |
+
"step": 30
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"epoch": 0.6896551724137931,
|
240 |
+
"eval_loss": 0.725147545337677,
|
241 |
+
"eval_runtime": 301.4442,
|
242 |
+
"eval_samples_per_second": 32.835,
|
243 |
+
"eval_steps_per_second": 0.129,
|
244 |
+
"step": 30
|
245 |
+
},
|
246 |
+
{
|
247 |
+
"epoch": 0.7126436781609196,
|
248 |
+
"grad_norm": 0.035527635365724564,
|
249 |
+
"learning_rate": 0.00019106347728549135,
|
250 |
+
"loss": 0.7304,
|
251 |
+
"step": 31
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"epoch": 0.735632183908046,
|
255 |
+
"grad_norm": 0.03322393074631691,
|
256 |
+
"learning_rate": 0.00018993121301712193,
|
257 |
+
"loss": 0.7195,
|
258 |
+
"step": 32
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"epoch": 0.7586206896551724,
|
262 |
+
"grad_norm": 0.03048304282128811,
|
263 |
+
"learning_rate": 0.00018873520750565718,
|
264 |
+
"loss": 0.7192,
|
265 |
+
"step": 33
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 0.7816091954022989,
|
269 |
+
"grad_norm": 0.03057900071144104,
|
270 |
+
"learning_rate": 0.00018747630845319612,
|
271 |
+
"loss": 0.7056,
|
272 |
+
"step": 34
|
273 |
+
},
|
274 |
+
{
|
275 |
+
"epoch": 0.8045977011494253,
|
276 |
+
"grad_norm": 0.03429551050066948,
|
277 |
+
"learning_rate": 0.0001861554081393806,
|
278 |
+
"loss": 0.7004,
|
279 |
+
"step": 35
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.8275862068965517,
|
283 |
+
"grad_norm": 0.03101194091141224,
|
284 |
+
"learning_rate": 0.0001847734427889671,
|
285 |
+
"loss": 0.72,
|
286 |
+
"step": 36
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 0.8505747126436781,
|
290 |
+
"grad_norm": 0.030171377584338188,
|
291 |
+
"learning_rate": 0.0001833313919082515,
|
292 |
+
"loss": 0.7169,
|
293 |
+
"step": 37
|
294 |
+
},
|
295 |
+
{
|
296 |
+
"epoch": 0.8735632183908046,
|
297 |
+
"grad_norm": 0.03114650957286358,
|
298 |
+
"learning_rate": 0.0001818302775908169,
|
299 |
+
"loss": 0.7078,
|
300 |
+
"step": 38
|
301 |
+
},
|
302 |
+
{
|
303 |
+
"epoch": 0.896551724137931,
|
304 |
+
"grad_norm": 0.025148095563054085,
|
305 |
+
"learning_rate": 0.00018027116379309638,
|
306 |
+
"loss": 0.699,
|
307 |
+
"step": 39
|
308 |
+
},
|
309 |
+
{
|
310 |
+
"epoch": 0.9195402298850575,
|
311 |
+
"grad_norm": 0.02687731944024563,
|
312 |
+
"learning_rate": 0.00017865515558026428,
|
313 |
+
"loss": 0.702,
|
314 |
+
"step": 40
|
315 |
+
},
|
316 |
+
{
|
317 |
+
"epoch": 0.9195402298850575,
|
318 |
+
"eval_loss": 0.702426552772522,
|
319 |
+
"eval_runtime": 304.0078,
|
320 |
+
"eval_samples_per_second": 32.558,
|
321 |
+
"eval_steps_per_second": 0.128,
|
322 |
+
"step": 40
|
323 |
+
},
|
324 |
+
{
|
325 |
+
"epoch": 0.9425287356321839,
|
326 |
+
"grad_norm": 0.021480431780219078,
|
327 |
+
"learning_rate": 0.00017698339834299061,
|
328 |
+
"loss": 0.7041,
|
329 |
+
"step": 41
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 0.9655172413793104,
|
333 |
+
"grad_norm": 0.0241087656468153,
|
334 |
+
"learning_rate": 0.00017525707698561385,
|
335 |
+
"loss": 0.7015,
|
336 |
+
"step": 42
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"epoch": 0.9885057471264368,
|
340 |
+
"grad_norm": 0.021253138780593872,
|
341 |
+
"learning_rate": 0.00017347741508630672,
|
342 |
+
"loss": 0.705,
|
343 |
+
"step": 43
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"epoch": 1.0,
|
347 |
+
"grad_norm": 0.035563599318265915,
|
348 |
+
"learning_rate": 0.00017164567402983152,
|
349 |
+
"loss": 0.6885,
|
350 |
+
"step": 44
|
351 |
+
},
|
352 |
+
{
|
353 |
+
"epoch": 1.0229885057471264,
|
354 |
+
"grad_norm": 0.03471782058477402,
|
355 |
+
"learning_rate": 0.0001697631521134985,
|
356 |
+
"loss": 0.6895,
|
357 |
+
"step": 45
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 1.0459770114942528,
|
361 |
+
"grad_norm": 0.021441299468278885,
|
362 |
+
"learning_rate": 0.00016783118362696163,
|
363 |
+
"loss": 0.6928,
|
364 |
+
"step": 46
|
365 |
+
},
|
366 |
+
{
|
367 |
+
"epoch": 1.0689655172413792,
|
368 |
+
"grad_norm": 0.027905387803912163,
|
369 |
+
"learning_rate": 0.00016585113790650388,
|
370 |
+
"loss": 0.6954,
|
371 |
+
"step": 47
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"epoch": 1.0919540229885056,
|
375 |
+
"grad_norm": 0.022263407707214355,
|
376 |
+
"learning_rate": 0.00016382441836448202,
|
377 |
+
"loss": 0.6869,
|
378 |
+
"step": 48
|
379 |
+
},
|
380 |
+
{
|
381 |
+
"epoch": 1.1149425287356323,
|
382 |
+
"grad_norm": 0.02491128444671631,
|
383 |
+
"learning_rate": 0.0001617524614946192,
|
384 |
+
"loss": 0.6955,
|
385 |
+
"step": 49
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"epoch": 1.1379310344827587,
|
389 |
+
"grad_norm": 0.025002798065543175,
|
390 |
+
"learning_rate": 0.00015963673585385016,
|
391 |
+
"loss": 0.6926,
|
392 |
+
"step": 50
|
393 |
+
},
|
394 |
+
{
|
395 |
+
"epoch": 1.1379310344827587,
|
396 |
+
"eval_loss": 0.690385103225708,
|
397 |
+
"eval_runtime": 304.7579,
|
398 |
+
"eval_samples_per_second": 32.478,
|
399 |
+
"eval_steps_per_second": 0.128,
|
400 |
+
"step": 50
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"epoch": 1.160919540229885,
|
404 |
+
"grad_norm": 0.022065704688429832,
|
405 |
+
"learning_rate": 0.0001574787410214407,
|
406 |
+
"loss": 0.6894,
|
407 |
+
"step": 51
|
408 |
+
},
|
409 |
+
{
|
410 |
+
"epoch": 1.1839080459770115,
|
411 |
+
"grad_norm": 0.02315184473991394,
|
412 |
+
"learning_rate": 0.00015528000653611935,
|
413 |
+
"loss": 0.6898,
|
414 |
+
"step": 52
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"epoch": 1.206896551724138,
|
418 |
+
"grad_norm": 0.02273298054933548,
|
419 |
+
"learning_rate": 0.00015304209081197425,
|
420 |
+
"loss": 0.683,
|
421 |
+
"step": 53
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 1.2298850574712643,
|
425 |
+
"grad_norm": 0.025234676897525787,
|
426 |
+
"learning_rate": 0.000150766580033884,
|
427 |
+
"loss": 0.6857,
|
428 |
+
"step": 54
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"epoch": 1.2528735632183907,
|
432 |
+
"grad_norm": 0.02536899223923683,
|
433 |
+
"learning_rate": 0.00014845508703326504,
|
434 |
+
"loss": 0.706,
|
435 |
+
"step": 55
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 1.2758620689655173,
|
439 |
+
"grad_norm": 0.020374612882733345,
|
440 |
+
"learning_rate": 0.0001461092501449326,
|
441 |
+
"loss": 0.6911,
|
442 |
+
"step": 56
|
443 |
+
},
|
444 |
+
{
|
445 |
+
"epoch": 1.2988505747126438,
|
446 |
+
"grad_norm": 0.019521547481417656,
|
447 |
+
"learning_rate": 0.00014373073204588556,
|
448 |
+
"loss": 0.6865,
|
449 |
+
"step": 57
|
450 |
+
},
|
451 |
+
{
|
452 |
+
"epoch": 1.3218390804597702,
|
453 |
+
"grad_norm": 0.023520860821008682,
|
454 |
+
"learning_rate": 0.00014132121857683783,
|
455 |
+
"loss": 0.6751,
|
456 |
+
"step": 58
|
457 |
+
},
|
458 |
+
{
|
459 |
+
"epoch": 1.3448275862068966,
|
460 |
+
"grad_norm": 0.02198459580540657,
|
461 |
+
"learning_rate": 0.00013888241754733208,
|
462 |
+
"loss": 0.6833,
|
463 |
+
"step": 59
|
464 |
+
},
|
465 |
+
{
|
466 |
+
"epoch": 1.367816091954023,
|
467 |
+
"grad_norm": 0.023501180112361908,
|
468 |
+
"learning_rate": 0.00013641605752528224,
|
469 |
+
"loss": 0.6795,
|
470 |
+
"step": 60
|
471 |
+
},
|
472 |
+
{
|
473 |
+
"epoch": 1.367816091954023,
|
474 |
+
"eval_loss": 0.6821420192718506,
|
475 |
+
"eval_runtime": 304.5567,
|
476 |
+
"eval_samples_per_second": 32.5,
|
477 |
+
"eval_steps_per_second": 0.128,
|
478 |
+
"step": 60
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 1.3908045977011494,
|
482 |
+
"grad_norm": 0.021825293079018593,
|
483 |
+
"learning_rate": 0.00013392388661180303,
|
484 |
+
"loss": 0.6751,
|
485 |
+
"step": 61
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 1.4137931034482758,
|
489 |
+
"grad_norm": 0.022589631378650665,
|
490 |
+
"learning_rate": 0.0001314076712021949,
|
491 |
+
"loss": 0.6744,
|
492 |
+
"step": 62
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 1.4367816091954024,
|
496 |
+
"grad_norm": 0.022593483328819275,
|
497 |
+
"learning_rate": 0.0001288691947339621,
|
498 |
+
"loss": 0.6648,
|
499 |
+
"step": 63
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 1.4597701149425286,
|
503 |
+
"grad_norm": 0.019547760486602783,
|
504 |
+
"learning_rate": 0.00012631025642275212,
|
505 |
+
"loss": 0.6852,
|
506 |
+
"step": 64
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 1.4827586206896552,
|
510 |
+
"grad_norm": 0.0213349349796772,
|
511 |
+
"learning_rate": 0.0001237326699871115,
|
512 |
+
"loss": 0.6861,
|
513 |
+
"step": 65
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 1.5057471264367817,
|
517 |
+
"grad_norm": 0.02310025505721569,
|
518 |
+
"learning_rate": 0.00012113826236296244,
|
519 |
+
"loss": 0.6683,
|
520 |
+
"step": 66
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 1.528735632183908,
|
524 |
+
"grad_norm": 0.02816838026046753,
|
525 |
+
"learning_rate": 0.00011852887240871145,
|
526 |
+
"loss": 0.6937,
|
527 |
+
"step": 67
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 1.5517241379310345,
|
531 |
+
"grad_norm": 0.020846517756581306,
|
532 |
+
"learning_rate": 0.00011590634960190721,
|
533 |
+
"loss": 0.6514,
|
534 |
+
"step": 68
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 1.5747126436781609,
|
538 |
+
"grad_norm": 0.021266207098960876,
|
539 |
+
"learning_rate": 0.00011327255272837221,
|
540 |
+
"loss": 0.672,
|
541 |
+
"step": 69
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 1.5977011494252875,
|
545 |
+
"grad_norm": 0.021223735064268112,
|
546 |
+
"learning_rate": 0.00011062934856473655,
|
547 |
+
"loss": 0.6694,
|
548 |
+
"step": 70
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 1.5977011494252875,
|
552 |
+
"eval_loss": 0.6756598353385925,
|
553 |
+
"eval_runtime": 307.17,
|
554 |
+
"eval_samples_per_second": 32.223,
|
555 |
+
"eval_steps_per_second": 0.127,
|
556 |
+
"step": 70
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.6206896551724137,
|
560 |
+
"grad_norm": 0.02269381284713745,
|
561 |
+
"learning_rate": 0.00010797861055530831,
|
562 |
+
"loss": 0.6756,
|
563 |
+
"step": 71
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.6436781609195403,
|
567 |
+
"grad_norm": 0.020797230303287506,
|
568 |
+
"learning_rate": 0.00010532221748421787,
|
569 |
+
"loss": 0.6776,
|
570 |
+
"step": 72
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.6666666666666665,
|
574 |
+
"grad_norm": 0.02278304472565651,
|
575 |
+
"learning_rate": 0.00010266205214377748,
|
576 |
+
"loss": 0.6634,
|
577 |
+
"step": 73
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.6896551724137931,
|
581 |
+
"grad_norm": 0.028367692604660988,
|
582 |
+
"learning_rate": 0.0001,
|
583 |
+
"loss": 0.6644,
|
584 |
+
"step": 74
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.7126436781609196,
|
588 |
+
"grad_norm": 0.026720669120550156,
|
589 |
+
"learning_rate": 9.733794785622253e-05,
|
590 |
+
"loss": 0.692,
|
591 |
+
"step": 75
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.735632183908046,
|
595 |
+
"grad_norm": 0.02203705534338951,
|
596 |
+
"learning_rate": 9.467778251578217e-05,
|
597 |
+
"loss": 0.669,
|
598 |
+
"step": 76
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.7586206896551724,
|
602 |
+
"grad_norm": 0.025563135743141174,
|
603 |
+
"learning_rate": 9.202138944469168e-05,
|
604 |
+
"loss": 0.6778,
|
605 |
+
"step": 77
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.7816091954022988,
|
609 |
+
"grad_norm": 0.026585958898067474,
|
610 |
+
"learning_rate": 8.937065143526347e-05,
|
611 |
+
"loss": 0.6616,
|
612 |
+
"step": 78
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.8045977011494254,
|
616 |
+
"grad_norm": 0.023832708597183228,
|
617 |
+
"learning_rate": 8.672744727162781e-05,
|
618 |
+
"loss": 0.6785,
|
619 |
+
"step": 79
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.8275862068965516,
|
623 |
+
"grad_norm": 0.03144339472055435,
|
624 |
+
"learning_rate": 8.409365039809281e-05,
|
625 |
+
"loss": 0.674,
|
626 |
+
"step": 80
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.8275862068965516,
|
630 |
+
"eval_loss": 0.6707818508148193,
|
631 |
+
"eval_runtime": 303.5438,
|
632 |
+
"eval_samples_per_second": 32.608,
|
633 |
+
"eval_steps_per_second": 0.128,
|
634 |
+
"step": 80
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 1.8505747126436782,
|
638 |
+
"grad_norm": 0.02507634088397026,
|
639 |
+
"learning_rate": 8.147112759128859e-05,
|
640 |
+
"loss": 0.678,
|
641 |
+
"step": 81
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 1.8735632183908046,
|
645 |
+
"grad_norm": 0.024481408298015594,
|
646 |
+
"learning_rate": 7.886173763703757e-05,
|
647 |
+
"loss": 0.6598,
|
648 |
+
"step": 82
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"epoch": 1.896551724137931,
|
652 |
+
"grad_norm": 0.022987501695752144,
|
653 |
+
"learning_rate": 7.626733001288851e-05,
|
654 |
+
"loss": 0.6679,
|
655 |
+
"step": 83
|
656 |
+
},
|
657 |
+
{
|
658 |
+
"epoch": 1.9195402298850575,
|
659 |
+
"grad_norm": 0.025647416710853577,
|
660 |
+
"learning_rate": 7.368974357724789e-05,
|
661 |
+
"loss": 0.6735,
|
662 |
+
"step": 84
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 1.9425287356321839,
|
666 |
+
"grad_norm": 0.024662526324391365,
|
667 |
+
"learning_rate": 7.113080526603792e-05,
|
668 |
+
"loss": 0.6423,
|
669 |
+
"step": 85
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 1.9655172413793105,
|
673 |
+
"grad_norm": 0.025277674198150635,
|
674 |
+
"learning_rate": 6.859232879780515e-05,
|
675 |
+
"loss": 0.6815,
|
676 |
+
"step": 86
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 1.9885057471264367,
|
680 |
+
"grad_norm": 0.022437684237957,
|
681 |
+
"learning_rate": 6.607611338819697e-05,
|
682 |
+
"loss": 0.6788,
|
683 |
+
"step": 87
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"epoch": 2.0,
|
687 |
+
"grad_norm": 0.03651784360408783,
|
688 |
+
"learning_rate": 6.358394247471778e-05,
|
689 |
+
"loss": 0.7069,
|
690 |
+
"step": 88
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"epoch": 2.0229885057471266,
|
694 |
+
"grad_norm": 0.023186692968010902,
|
695 |
+
"learning_rate": 6.111758245266794e-05,
|
696 |
+
"loss": 0.6604,
|
697 |
+
"step": 89
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 2.045977011494253,
|
701 |
+
"grad_norm": 0.02420475333929062,
|
702 |
+
"learning_rate": 5.867878142316221e-05,
|
703 |
+
"loss": 0.6543,
|
704 |
+
"step": 90
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 2.045977011494253,
|
708 |
+
"eval_loss": 0.6659972071647644,
|
709 |
+
"eval_runtime": 302.4198,
|
710 |
+
"eval_samples_per_second": 32.729,
|
711 |
+
"eval_steps_per_second": 0.129,
|
712 |
+
"step": 90
|
713 |
+
},
|
714 |
+
{
|
715 |
+
"epoch": 2.0689655172413794,
|
716 |
+
"grad_norm": 0.0236943569034338,
|
717 |
+
"learning_rate": 5.626926795411447e-05,
|
718 |
+
"loss": 0.647,
|
719 |
+
"step": 91
|
720 |
+
},
|
721 |
+
{
|
722 |
+
"epoch": 2.0919540229885056,
|
723 |
+
"grad_norm": 0.024277806282043457,
|
724 |
+
"learning_rate": 5.38907498550674e-05,
|
725 |
+
"loss": 0.6541,
|
726 |
+
"step": 92
|
727 |
+
},
|
728 |
+
{
|
729 |
+
"epoch": 2.1149425287356323,
|
730 |
+
"grad_norm": 0.023934554308652878,
|
731 |
+
"learning_rate": 5.1544912966734994e-05,
|
732 |
+
"loss": 0.672,
|
733 |
+
"step": 93
|
734 |
+
},
|
735 |
+
{
|
736 |
+
"epoch": 2.1379310344827585,
|
737 |
+
"grad_norm": 0.022945648059248924,
|
738 |
+
"learning_rate": 4.9233419966116036e-05,
|
739 |
+
"loss": 0.6401,
|
740 |
+
"step": 94
|
741 |
+
},
|
742 |
+
{
|
743 |
+
"epoch": 2.160919540229885,
|
744 |
+
"grad_norm": 0.026299618184566498,
|
745 |
+
"learning_rate": 4.695790918802576e-05,
|
746 |
+
"loss": 0.6547,
|
747 |
+
"step": 95
|
748 |
+
},
|
749 |
+
{
|
750 |
+
"epoch": 2.1839080459770113,
|
751 |
+
"grad_norm": 0.022878944873809814,
|
752 |
+
"learning_rate": 4.47199934638807e-05,
|
753 |
+
"loss": 0.6664,
|
754 |
+
"step": 96
|
755 |
+
},
|
756 |
+
{
|
757 |
+
"epoch": 2.206896551724138,
|
758 |
+
"grad_norm": 0.023859554901719093,
|
759 |
+
"learning_rate": 4.252125897855932e-05,
|
760 |
+
"loss": 0.6571,
|
761 |
+
"step": 97
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"epoch": 2.2298850574712645,
|
765 |
+
"grad_norm": 0.02457576058804989,
|
766 |
+
"learning_rate": 4.036326414614985e-05,
|
767 |
+
"loss": 0.6682,
|
768 |
+
"step": 98
|
769 |
+
},
|
770 |
+
{
|
771 |
+
"epoch": 2.2528735632183907,
|
772 |
+
"grad_norm": 0.023506339639425278,
|
773 |
+
"learning_rate": 3.824753850538082e-05,
|
774 |
+
"loss": 0.6555,
|
775 |
+
"step": 99
|
776 |
+
},
|
777 |
+
{
|
778 |
+
"epoch": 2.2758620689655173,
|
779 |
+
"grad_norm": 0.038815535604953766,
|
780 |
+
"learning_rate": 3.617558163551802e-05,
|
781 |
+
"loss": 0.6492,
|
782 |
+
"step": 100
|
783 |
+
},
|
784 |
+
{
|
785 |
+
"epoch": 2.2758620689655173,
|
786 |
+
"eval_loss": 0.6638627052307129,
|
787 |
+
"eval_runtime": 305.4045,
|
788 |
+
"eval_samples_per_second": 32.409,
|
789 |
+
"eval_steps_per_second": 0.128,
|
790 |
+
"step": 100
|
791 |
+
},
|
792 |
+
{
|
793 |
+
"epoch": 2.2988505747126435,
|
794 |
+
"grad_norm": 0.02231566794216633,
|
795 |
+
"learning_rate": 3.414886209349615e-05,
|
796 |
+
"loss": 0.6485,
|
797 |
+
"step": 101
|
798 |
+
},
|
799 |
+
{
|
800 |
+
"epoch": 2.32183908045977,
|
801 |
+
"grad_norm": 0.023987093940377235,
|
802 |
+
"learning_rate": 3.216881637303839e-05,
|
803 |
+
"loss": 0.6549,
|
804 |
+
"step": 102
|
805 |
+
},
|
806 |
+
{
|
807 |
+
"epoch": 2.344827586206897,
|
808 |
+
"grad_norm": 0.026101969182491302,
|
809 |
+
"learning_rate": 3.0236847886501542e-05,
|
810 |
+
"loss": 0.6593,
|
811 |
+
"step": 103
|
812 |
+
},
|
813 |
+
{
|
814 |
+
"epoch": 2.367816091954023,
|
815 |
+
"grad_norm": 0.023063533008098602,
|
816 |
+
"learning_rate": 2.8354325970168484e-05,
|
817 |
+
"loss": 0.6535,
|
818 |
+
"step": 104
|
819 |
+
},
|
820 |
+
{
|
821 |
+
"epoch": 2.3908045977011496,
|
822 |
+
"grad_norm": 0.023235062137246132,
|
823 |
+
"learning_rate": 2.6522584913693294e-05,
|
824 |
+
"loss": 0.652,
|
825 |
+
"step": 105
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"epoch": 2.413793103448276,
|
829 |
+
"grad_norm": 0.02247541956603527,
|
830 |
+
"learning_rate": 2.4742923014386156e-05,
|
831 |
+
"loss": 0.6359,
|
832 |
+
"step": 106
|
833 |
+
},
|
834 |
+
{
|
835 |
+
"epoch": 2.4367816091954024,
|
836 |
+
"grad_norm": 0.02353539690375328,
|
837 |
+
"learning_rate": 2.301660165700936e-05,
|
838 |
+
"loss": 0.6606,
|
839 |
+
"step": 107
|
840 |
+
},
|
841 |
+
{
|
842 |
+
"epoch": 2.4597701149425286,
|
843 |
+
"grad_norm": 0.02745731920003891,
|
844 |
+
"learning_rate": 2.1344844419735755e-05,
|
845 |
+
"loss": 0.6435,
|
846 |
+
"step": 108
|
847 |
+
},
|
848 |
+
{
|
849 |
+
"epoch": 2.4827586206896552,
|
850 |
+
"grad_norm": 0.024043822661042213,
|
851 |
+
"learning_rate": 1.9728836206903656e-05,
|
852 |
+
"loss": 0.6548,
|
853 |
+
"step": 109
|
854 |
+
},
|
855 |
+
{
|
856 |
+
"epoch": 2.5057471264367814,
|
857 |
+
"grad_norm": 0.022284943610429764,
|
858 |
+
"learning_rate": 1.8169722409183097e-05,
|
859 |
+
"loss": 0.6508,
|
860 |
+
"step": 110
|
861 |
+
},
|
862 |
+
{
|
863 |
+
"epoch": 2.5057471264367814,
|
864 |
+
"eval_loss": 0.662615954875946,
|
865 |
+
"eval_runtime": 299.7437,
|
866 |
+
"eval_samples_per_second": 33.022,
|
867 |
+
"eval_steps_per_second": 0.13,
|
868 |
+
"step": 110
|
869 |
+
},
|
870 |
+
{
|
871 |
+
"epoch": 2.528735632183908,
|
872 |
+
"grad_norm": 0.02287135273218155,
|
873 |
+
"learning_rate": 1.6668608091748495e-05,
|
874 |
+
"loss": 0.6384,
|
875 |
+
"step": 111
|
876 |
+
},
|
877 |
+
{
|
878 |
+
"epoch": 2.5517241379310347,
|
879 |
+
"grad_norm": 0.02666754461824894,
|
880 |
+
"learning_rate": 1.522655721103291e-05,
|
881 |
+
"loss": 0.6628,
|
882 |
+
"step": 112
|
883 |
+
},
|
884 |
+
{
|
885 |
+
"epoch": 2.574712643678161,
|
886 |
+
"grad_norm": 0.023315856233239174,
|
887 |
+
"learning_rate": 1.3844591860619383e-05,
|
888 |
+
"loss": 0.6634,
|
889 |
+
"step": 113
|
890 |
+
},
|
891 |
+
{
|
892 |
+
"epoch": 2.5977011494252875,
|
893 |
+
"grad_norm": 0.023025084286928177,
|
894 |
+
"learning_rate": 1.2523691546803873e-05,
|
895 |
+
"loss": 0.6711,
|
896 |
+
"step": 114
|
897 |
+
},
|
898 |
+
{
|
899 |
+
"epoch": 2.6206896551724137,
|
900 |
+
"grad_norm": 0.023308036848902702,
|
901 |
+
"learning_rate": 1.1264792494342857e-05,
|
902 |
+
"loss": 0.6421,
|
903 |
+
"step": 115
|
904 |
+
},
|
905 |
+
{
|
906 |
+
"epoch": 2.6436781609195403,
|
907 |
+
"grad_norm": 0.022443862631917,
|
908 |
+
"learning_rate": 1.0068786982878087e-05,
|
909 |
+
"loss": 0.6557,
|
910 |
+
"step": 116
|
911 |
+
},
|
912 |
+
{
|
913 |
+
"epoch": 2.6666666666666665,
|
914 |
+
"grad_norm": 0.0229327455163002,
|
915 |
+
"learning_rate": 8.936522714508678e-06,
|
916 |
+
"loss": 0.6709,
|
917 |
+
"step": 117
|
918 |
+
},
|
919 |
+
{
|
920 |
+
"epoch": 2.689655172413793,
|
921 |
+
"grad_norm": 0.0223649051040411,
|
922 |
+
"learning_rate": 7.868802212958703e-06,
|
923 |
+
"loss": 0.6493,
|
924 |
+
"step": 118
|
925 |
+
},
|
926 |
+
{
|
927 |
+
"epoch": 2.7126436781609193,
|
928 |
+
"grad_norm": 0.022036027163267136,
|
929 |
+
"learning_rate": 6.866382254766157e-06,
|
930 |
+
"loss": 0.6552,
|
931 |
+
"step": 119
|
932 |
+
},
|
933 |
+
{
|
934 |
+
"epoch": 2.735632183908046,
|
935 |
+
"grad_norm": 0.022042695432901382,
|
936 |
+
"learning_rate": 5.929973332896677e-06,
|
937 |
+
"loss": 0.656,
|
938 |
+
"step": 120
|
939 |
+
},
|
940 |
+
{
|
941 |
+
"epoch": 2.735632183908046,
|
942 |
+
"eval_loss": 0.6621032953262329,
|
943 |
+
"eval_runtime": 304.5155,
|
944 |
+
"eval_samples_per_second": 32.504,
|
945 |
+
"eval_steps_per_second": 0.128,
|
946 |
+
"step": 120
|
947 |
+
},
|
948 |
+
{
|
949 |
+
"epoch": 2.7586206896551726,
|
950 |
+
"grad_norm": 0.026914741843938828,
|
951 |
+
"learning_rate": 5.060239153161872e-06,
|
952 |
+
"loss": 0.6578,
|
953 |
+
"step": 121
|
954 |
+
},
|
955 |
+
{
|
956 |
+
"epoch": 2.781609195402299,
|
957 |
+
"grad_norm": 0.022699004039168358,
|
958 |
+
"learning_rate": 4.257796163799455e-06,
|
959 |
+
"loss": 0.6477,
|
960 |
+
"step": 122
|
961 |
+
},
|
962 |
+
{
|
963 |
+
"epoch": 2.8045977011494254,
|
964 |
+
"grad_norm": 0.02309352532029152,
|
965 |
+
"learning_rate": 3.5232131185484076e-06,
|
966 |
+
"loss": 0.6447,
|
967 |
+
"step": 123
|
968 |
+
},
|
969 |
+
{
|
970 |
+
"epoch": 2.8275862068965516,
|
971 |
+
"grad_norm": 0.02277517318725586,
|
972 |
+
"learning_rate": 2.857010673529015e-06,
|
973 |
+
"loss": 0.6427,
|
974 |
+
"step": 124
|
975 |
+
},
|
976 |
+
{
|
977 |
+
"epoch": 2.8505747126436782,
|
978 |
+
"grad_norm": 0.027453523129224777,
|
979 |
+
"learning_rate": 2.259661018213333e-06,
|
980 |
+
"loss": 0.6593,
|
981 |
+
"step": 125
|
982 |
+
},
|
983 |
+
{
|
984 |
+
"epoch": 2.873563218390805,
|
985 |
+
"grad_norm": 0.022547965869307518,
|
986 |
+
"learning_rate": 1.7315875407479032e-06,
|
987 |
+
"loss": 0.6637,
|
988 |
+
"step": 126
|
989 |
+
},
|
990 |
+
{
|
991 |
+
"epoch": 2.896551724137931,
|
992 |
+
"grad_norm": 0.022168701514601707,
|
993 |
+
"learning_rate": 1.2731645278655445e-06,
|
994 |
+
"loss": 0.6539,
|
995 |
+
"step": 127
|
996 |
+
},
|
997 |
+
{
|
998 |
+
"epoch": 2.9195402298850572,
|
999 |
+
"grad_norm": 0.0227156113833189,
|
1000 |
+
"learning_rate": 8.847168995992916e-07,
|
1001 |
+
"loss": 0.6673,
|
1002 |
+
"step": 128
|
1003 |
+
},
|
1004 |
+
{
|
1005 |
+
"epoch": 2.942528735632184,
|
1006 |
+
"grad_norm": 0.022653989493846893,
|
1007 |
+
"learning_rate": 5.665199789862907e-07,
|
1008 |
+
"loss": 0.6633,
|
1009 |
+
"step": 129
|
1010 |
+
},
|
1011 |
+
{
|
1012 |
+
"epoch": 2.9655172413793105,
|
1013 |
+
"grad_norm": 0.022713936865329742,
|
1014 |
+
"learning_rate": 3.1879929692498757e-07,
|
1015 |
+
"loss": 0.6492,
|
1016 |
+
"step": 130
|
1017 |
+
},
|
1018 |
+
{
|
1019 |
+
"epoch": 2.9655172413793105,
|
1020 |
+
"eval_loss": 0.661920964717865,
|
1021 |
+
"eval_runtime": 301.3689,
|
1022 |
+
"eval_samples_per_second": 32.843,
|
1023 |
+
"eval_steps_per_second": 0.129,
|
1024 |
+
"step": 130
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 2.9885057471264367,
|
1028 |
+
"grad_norm": 0.0218950342386961,
|
1029 |
+
"learning_rate": 1.4173043232380557e-07,
|
1030 |
+
"loss": 0.6681,
|
1031 |
+
"step": 131
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 3.0,
|
1035 |
+
"grad_norm": 0.033240437507629395,
|
1036 |
+
"learning_rate": 3.5438887654737355e-08,
|
1037 |
+
"loss": 0.6613,
|
1038 |
+
"step": 132
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 3.0,
|
1042 |
+
"step": 132,
|
1043 |
+
"total_flos": 4.878497440777581e+19,
|
1044 |
+
"train_loss": 0.7089937537005453,
|
1045 |
+
"train_runtime": 30749.2873,
|
1046 |
+
"train_samples_per_second": 8.691,
|
1047 |
+
"train_steps_per_second": 0.004
|
1048 |
+
}
|
1049 |
+
],
|
1050 |
+
"logging_steps": 1.0,
|
1051 |
+
"max_steps": 132,
|
1052 |
+
"num_input_tokens_seen": 0,
|
1053 |
+
"num_train_epochs": 3,
|
1054 |
+
"save_steps": 50,
|
1055 |
+
"stateful_callbacks": {
|
1056 |
+
"TrainerControl": {
|
1057 |
+
"args": {
|
1058 |
+
"should_epoch_stop": false,
|
1059 |
+
"should_evaluate": false,
|
1060 |
+
"should_log": false,
|
1061 |
+
"should_save": true,
|
1062 |
+
"should_training_stop": true
|
1063 |
+
},
|
1064 |
+
"attributes": {}
|
1065 |
+
}
|
1066 |
+
},
|
1067 |
+
"total_flos": 4.878497440777581e+19,
|
1068 |
+
"train_batch_size": 2,
|
1069 |
+
"trial_name": null,
|
1070 |
+
"trial_params": null
|
1071 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:109bb65f0ec5102f6908af515dd779b3030e0edf756186da7919efca0812bd0b
|
3 |
+
size 6225
|
training_eval_loss.png
ADDED
![]() |
training_loss.png
ADDED
![]() |