Model save
Browse files- .gitattributes +1 -0
- README.md +57 -0
- added_tokens.json +24 -0
- all_results.json +8 -0
- config.json +29 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/Feb08_16-07-49_HOST-10-140-60-50/events.out.tfevents.1739002127.HOST-10-140-60-50 +3 -0
- runs/Feb08_16-12-28_HOST-10-140-60-39/events.out.tfevents.1739002363.HOST-10-140-60-39 +3 -0
- runs/Feb08_16-21-46_HOST-10-140-66-86/events.out.tfevents.1739002918.HOST-10-140-66-86 +3 -0
- special_tokens_map.json +25 -0
- tokenizer.json +3 -0
- tokenizer_config.json +208 -0
- train_results.json +8 -0
- trainer_state.json +735 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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
|
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
model_name: Qwen2.5-0.5B-Open-R1-Distill
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
licence: license
|
9 |
+
---
|
10 |
+
|
11 |
+
# Model Card for Qwen2.5-0.5B-Open-R1-Distill
|
12 |
+
|
13 |
+
This model is a fine-tuned version of [None](https://huggingface.co/None).
|
14 |
+
It has been trained using [TRL](https://github.com/huggingface/trl).
|
15 |
+
|
16 |
+
## Quick start
|
17 |
+
|
18 |
+
```python
|
19 |
+
from transformers import pipeline
|
20 |
+
|
21 |
+
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
|
22 |
+
generator = pipeline("text-generation", model="czczup/Qwen2.5-0.5B-Open-R1-Distill", device="cuda")
|
23 |
+
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
24 |
+
print(output["generated_text"])
|
25 |
+
```
|
26 |
+
|
27 |
+
## Training procedure
|
28 |
+
|
29 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/telescopii/huggingface/runs/x6q20hw5)
|
30 |
+
|
31 |
+
|
32 |
+
This model was trained with SFT.
|
33 |
+
|
34 |
+
### Framework versions
|
35 |
+
|
36 |
+
- TRL: 0.15.0.dev0
|
37 |
+
- Transformers: 4.48.3
|
38 |
+
- Pytorch: 2.4.0
|
39 |
+
- Datasets: 3.2.0
|
40 |
+
- Tokenizers: 0.21.0
|
41 |
+
|
42 |
+
## Citations
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
Cite TRL as:
|
47 |
+
|
48 |
+
```bibtex
|
49 |
+
@misc{vonwerra2022trl,
|
50 |
+
title = {{TRL: Transformer Reinforcement Learning}},
|
51 |
+
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
|
52 |
+
year = 2020,
|
53 |
+
journal = {GitHub repository},
|
54 |
+
publisher = {GitHub},
|
55 |
+
howpublished = {\url{https://github.com/huggingface/trl}}
|
56 |
+
}
|
57 |
+
```
|
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 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"total_flos": 1.1596255879128678e+17,
|
3 |
+
"train_loss": 0.571030998982272,
|
4 |
+
"train_runtime": 553.8515,
|
5 |
+
"train_samples": 72441,
|
6 |
+
"train_samples_per_second": 95.222,
|
7 |
+
"train_steps_per_second": 0.744
|
8 |
+
}
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "pretrained/Qwen2.5-0.5B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 896,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 4864,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 21,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 14,
|
17 |
+
"num_hidden_layers": 24,
|
18 |
+
"num_key_value_heads": 2,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 1000000.0,
|
22 |
+
"sliding_window": null,
|
23 |
+
"tie_word_embeddings": true,
|
24 |
+
"torch_dtype": "bfloat16",
|
25 |
+
"transformers_version": "4.48.3",
|
26 |
+
"use_cache": false,
|
27 |
+
"use_sliding_window": false,
|
28 |
+
"vocab_size": 151936
|
29 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.1,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_k": 20,
|
12 |
+
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.48.3"
|
14 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c901e2d3cca754099c6f80d360d9fcd96317cdf2d61ab00742605a33ad0d3b8
|
3 |
+
size 988097824
|
runs/Feb08_16-07-49_HOST-10-140-60-50/events.out.tfevents.1739002127.HOST-10-140-60-50
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:232e72538cbadcef27b1429c28b93828715155a02e8dafc5a191770479df87d0
|
3 |
+
size 7249
|
runs/Feb08_16-12-28_HOST-10-140-60-39/events.out.tfevents.1739002363.HOST-10-140-60-39
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebeb2909f2568ad8c334d67ff3c4643f0c3693309f04040f11b2809402197512
|
3 |
+
size 8329
|
runs/Feb08_16-21-46_HOST-10-140-66-86/events.out.tfevents.1739002918.HOST-10-140-66-86
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62c5128c346c99b422720ee431ff40be9d5751dee92d67fcf1f5109ce04bcdf4
|
3 |
+
size 30072
|
special_tokens_map.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<|im_end|>"
|
25 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
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 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"extra_special_tokens": {},
|
203 |
+
"model_max_length": 131072,
|
204 |
+
"pad_token": "<|im_end|>",
|
205 |
+
"split_special_tokens": false,
|
206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
207 |
+
"unk_token": null
|
208 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"total_flos": 1.1596255879128678e+17,
|
3 |
+
"train_loss": 0.571030998982272,
|
4 |
+
"train_runtime": 553.8515,
|
5 |
+
"train_samples": 72441,
|
6 |
+
"train_samples_per_second": 95.222,
|
7 |
+
"train_steps_per_second": 0.744
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,735 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9993935718617344,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 412,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.01212856276531231,
|
13 |
+
"grad_norm": 14.8125,
|
14 |
+
"learning_rate": 2.380952380952381e-06,
|
15 |
+
"loss": 0.8047,
|
16 |
+
"mean_token_accuracy": 0.8034533846529813,
|
17 |
+
"step": 5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.02425712553062462,
|
21 |
+
"grad_norm": 6.96875,
|
22 |
+
"learning_rate": 4.761904761904762e-06,
|
23 |
+
"loss": 0.7637,
|
24 |
+
"mean_token_accuracy": 0.8090282869012707,
|
25 |
+
"step": 10
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 0.036385688295936934,
|
29 |
+
"grad_norm": 3.984375,
|
30 |
+
"learning_rate": 7.1428571428571436e-06,
|
31 |
+
"loss": 0.721,
|
32 |
+
"mean_token_accuracy": 0.8129444648093843,
|
33 |
+
"step": 15
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.04851425106124924,
|
37 |
+
"grad_norm": 2.90625,
|
38 |
+
"learning_rate": 9.523809523809525e-06,
|
39 |
+
"loss": 0.6684,
|
40 |
+
"mean_token_accuracy": 0.8205217497556208,
|
41 |
+
"step": 20
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"epoch": 0.06064281382656155,
|
45 |
+
"grad_norm": 2.0625,
|
46 |
+
"learning_rate": 1.1904761904761905e-05,
|
47 |
+
"loss": 0.6118,
|
48 |
+
"mean_token_accuracy": 0.8317586143695014,
|
49 |
+
"step": 25
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"epoch": 0.07277137659187387,
|
53 |
+
"grad_norm": 1.296875,
|
54 |
+
"learning_rate": 1.4285714285714287e-05,
|
55 |
+
"loss": 0.6032,
|
56 |
+
"mean_token_accuracy": 0.8310453323558162,
|
57 |
+
"step": 30
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.08489993935718618,
|
61 |
+
"grad_norm": 1.0703125,
|
62 |
+
"learning_rate": 1.6666666666666667e-05,
|
63 |
+
"loss": 0.5922,
|
64 |
+
"mean_token_accuracy": 0.8324016373411535,
|
65 |
+
"step": 35
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.09702850212249849,
|
69 |
+
"grad_norm": 0.99609375,
|
70 |
+
"learning_rate": 1.904761904761905e-05,
|
71 |
+
"loss": 0.5777,
|
72 |
+
"mean_token_accuracy": 0.8366324535679374,
|
73 |
+
"step": 40
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.1091570648878108,
|
77 |
+
"grad_norm": 0.93359375,
|
78 |
+
"learning_rate": 1.9996755966513702e-05,
|
79 |
+
"loss": 0.584,
|
80 |
+
"mean_token_accuracy": 0.8340573069403714,
|
81 |
+
"step": 45
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.1212856276531231,
|
85 |
+
"grad_norm": 0.94921875,
|
86 |
+
"learning_rate": 1.9976938939060172e-05,
|
87 |
+
"loss": 0.5828,
|
88 |
+
"mean_token_accuracy": 0.8344712243401758,
|
89 |
+
"step": 50
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.1334141904184354,
|
93 |
+
"grad_norm": 0.91796875,
|
94 |
+
"learning_rate": 1.99391427932908e-05,
|
95 |
+
"loss": 0.5625,
|
96 |
+
"mean_token_accuracy": 0.8387799364613879,
|
97 |
+
"step": 55
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"epoch": 0.14554275318374774,
|
101 |
+
"grad_norm": 1.5625,
|
102 |
+
"learning_rate": 1.9883435640414922e-05,
|
103 |
+
"loss": 0.565,
|
104 |
+
"mean_token_accuracy": 0.8390288978494626,
|
105 |
+
"step": 60
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.15767131594906003,
|
109 |
+
"grad_norm": 0.91015625,
|
110 |
+
"learning_rate": 1.980991786848731e-05,
|
111 |
+
"loss": 0.5705,
|
112 |
+
"mean_token_accuracy": 0.8378207478005866,
|
113 |
+
"step": 65
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 0.16979987871437235,
|
117 |
+
"grad_norm": 0.953125,
|
118 |
+
"learning_rate": 1.971872196150208e-05,
|
119 |
+
"loss": 0.5674,
|
120 |
+
"mean_token_accuracy": 0.8382407746823068,
|
121 |
+
"step": 70
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.18192844147968465,
|
125 |
+
"grad_norm": 0.8671875,
|
126 |
+
"learning_rate": 1.961001226064762e-05,
|
127 |
+
"loss": 0.5744,
|
128 |
+
"mean_token_accuracy": 0.8358473851417398,
|
129 |
+
"step": 75
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.19405700424499697,
|
133 |
+
"grad_norm": 0.8828125,
|
134 |
+
"learning_rate": 1.9483984668152618e-05,
|
135 |
+
"loss": 0.5809,
|
136 |
+
"mean_token_accuracy": 0.8347812805474095,
|
137 |
+
"step": 80
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 0.20618556701030927,
|
141 |
+
"grad_norm": 1.0078125,
|
142 |
+
"learning_rate": 1.9340866294257044e-05,
|
143 |
+
"loss": 0.5687,
|
144 |
+
"mean_token_accuracy": 0.8378635141739978,
|
145 |
+
"step": 85
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 0.2183141297756216,
|
149 |
+
"grad_norm": 6.25,
|
150 |
+
"learning_rate": 1.918091504794411e-05,
|
151 |
+
"loss": 0.565,
|
152 |
+
"mean_token_accuracy": 0.8387218963831866,
|
153 |
+
"step": 90
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.23044269254093389,
|
157 |
+
"grad_norm": 0.9296875,
|
158 |
+
"learning_rate": 1.9004419172170887e-05,
|
159 |
+
"loss": 0.5746,
|
160 |
+
"mean_token_accuracy": 0.8359634652981427,
|
161 |
+
"step": 95
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 0.2425712553062462,
|
165 |
+
"grad_norm": 0.921875,
|
166 |
+
"learning_rate": 1.881169672443498e-05,
|
167 |
+
"loss": 0.5633,
|
168 |
+
"mean_token_accuracy": 0.8383049242424242,
|
169 |
+
"step": 100
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 0.2425712553062462,
|
173 |
+
"eval_loss": 0.5801094770431519,
|
174 |
+
"eval_mean_token_accuracy": 0.8435259856630825,
|
175 |
+
"eval_runtime": 0.5662,
|
176 |
+
"eval_samples_per_second": 128.931,
|
177 |
+
"eval_steps_per_second": 5.299,
|
178 |
+
"step": 100
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.2546998180715585,
|
182 |
+
"grad_norm": 0.8828125,
|
183 |
+
"learning_rate": 1.860309500361345e-05,
|
184 |
+
"loss": 0.5686,
|
185 |
+
"mean_token_accuracy": 0.8384546065493647,
|
186 |
+
"step": 105
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 0.2668283808368708,
|
190 |
+
"grad_norm": 0.921875,
|
191 |
+
"learning_rate": 1.837898992410674e-05,
|
192 |
+
"loss": 0.5634,
|
193 |
+
"mean_token_accuracy": 0.8386195625610948,
|
194 |
+
"step": 110
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 0.27895694360218315,
|
198 |
+
"grad_norm": 0.9375,
|
199 |
+
"learning_rate": 1.8139785338415515e-05,
|
200 |
+
"loss": 0.5706,
|
201 |
+
"mean_token_accuracy": 0.8389448924731184,
|
202 |
+
"step": 115
|
203 |
+
},
|
204 |
+
{
|
205 |
+
"epoch": 0.2910855063674955,
|
206 |
+
"grad_norm": 0.890625,
|
207 |
+
"learning_rate": 1.788591230937119e-05,
|
208 |
+
"loss": 0.547,
|
209 |
+
"mean_token_accuracy": 0.8426228005865102,
|
210 |
+
"step": 120
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"epoch": 0.30321406913280774,
|
214 |
+
"grad_norm": 0.91015625,
|
215 |
+
"learning_rate": 1.7617828333331547e-05,
|
216 |
+
"loss": 0.5609,
|
217 |
+
"mean_token_accuracy": 0.8385706867057674,
|
218 |
+
"step": 125
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"epoch": 0.31534263189812006,
|
222 |
+
"grad_norm": 0.90625,
|
223 |
+
"learning_rate": 1.733601651574137e-05,
|
224 |
+
"loss": 0.5632,
|
225 |
+
"mean_token_accuracy": 0.8384118401759533,
|
226 |
+
"step": 130
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.3274711946634324,
|
230 |
+
"grad_norm": 0.8828125,
|
231 |
+
"learning_rate": 1.704098470054379e-05,
|
232 |
+
"loss": 0.5547,
|
233 |
+
"mean_token_accuracy": 0.8413352272727275,
|
234 |
+
"step": 135
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.3395997574287447,
|
238 |
+
"grad_norm": 2.921875,
|
239 |
+
"learning_rate": 1.6733264555011196e-05,
|
240 |
+
"loss": 0.5655,
|
241 |
+
"mean_token_accuracy": 0.8374816715542522,
|
242 |
+
"step": 140
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.35172832019405703,
|
246 |
+
"grad_norm": 0.91796875,
|
247 |
+
"learning_rate": 1.6413410611644827e-05,
|
248 |
+
"loss": 0.5737,
|
249 |
+
"mean_token_accuracy": 0.8358046187683283,
|
250 |
+
"step": 145
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"epoch": 0.3638568829593693,
|
254 |
+
"grad_norm": 0.89453125,
|
255 |
+
"learning_rate": 1.6081999268869765e-05,
|
256 |
+
"loss": 0.5612,
|
257 |
+
"mean_token_accuracy": 0.8389051808406647,
|
258 |
+
"step": 150
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"epoch": 0.3759854457246816,
|
262 |
+
"grad_norm": 0.859375,
|
263 |
+
"learning_rate": 1.5739627752325995e-05,
|
264 |
+
"loss": 0.5586,
|
265 |
+
"mean_token_accuracy": 0.8389387829912023,
|
266 |
+
"step": 155
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"epoch": 0.38811400848999394,
|
270 |
+
"grad_norm": 0.8828125,
|
271 |
+
"learning_rate": 1.538691303862744e-05,
|
272 |
+
"loss": 0.5651,
|
273 |
+
"mean_token_accuracy": 0.8381796798631476,
|
274 |
+
"step": 160
|
275 |
+
},
|
276 |
+
{
|
277 |
+
"epoch": 0.40024257125530627,
|
278 |
+
"grad_norm": 0.8515625,
|
279 |
+
"learning_rate": 1.5024490743528393e-05,
|
280 |
+
"loss": 0.5635,
|
281 |
+
"mean_token_accuracy": 0.8385920698924731,
|
282 |
+
"step": 165
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.41237113402061853,
|
286 |
+
"grad_norm": 0.890625,
|
287 |
+
"learning_rate": 1.4653013976500977e-05,
|
288 |
+
"loss": 0.5644,
|
289 |
+
"mean_token_accuracy": 0.8381750977517107,
|
290 |
+
"step": 170
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.42449969678593086,
|
294 |
+
"grad_norm": 0.88671875,
|
295 |
+
"learning_rate": 1.4273152163787726e-05,
|
296 |
+
"loss": 0.5645,
|
297 |
+
"mean_token_accuracy": 0.8384500244379277,
|
298 |
+
"step": 175
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 0.4366282595512432,
|
302 |
+
"grad_norm": 0.90234375,
|
303 |
+
"learning_rate": 1.3885589842050253e-05,
|
304 |
+
"loss": 0.562,
|
305 |
+
"mean_token_accuracy": 0.8376863391984362,
|
306 |
+
"step": 180
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"epoch": 0.4487568223165555,
|
310 |
+
"grad_norm": 0.96875,
|
311 |
+
"learning_rate": 1.3491025424787916e-05,
|
312 |
+
"loss": 0.5687,
|
313 |
+
"mean_token_accuracy": 0.8375504032258064,
|
314 |
+
"step": 185
|
315 |
+
},
|
316 |
+
{
|
317 |
+
"epoch": 0.46088538508186777,
|
318 |
+
"grad_norm": 0.8984375,
|
319 |
+
"learning_rate": 1.3090169943749475e-05,
|
320 |
+
"loss": 0.571,
|
321 |
+
"mean_token_accuracy": 0.8365408113391984,
|
322 |
+
"step": 190
|
323 |
+
},
|
324 |
+
{
|
325 |
+
"epoch": 0.4730139478471801,
|
326 |
+
"grad_norm": 0.84375,
|
327 |
+
"learning_rate": 1.2683745767605846e-05,
|
328 |
+
"loss": 0.5591,
|
329 |
+
"mean_token_accuracy": 0.83859665200391,
|
330 |
+
"step": 195
|
331 |
+
},
|
332 |
+
{
|
333 |
+
"epoch": 0.4851425106124924,
|
334 |
+
"grad_norm": 0.90234375,
|
335 |
+
"learning_rate": 1.2272485300192902e-05,
|
336 |
+
"loss": 0.5463,
|
337 |
+
"mean_token_accuracy": 0.8424104960899316,
|
338 |
+
"step": 200
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.4851425106124924,
|
342 |
+
"eval_loss": 0.5737597942352295,
|
343 |
+
"eval_mean_token_accuracy": 0.8452422975272437,
|
344 |
+
"eval_runtime": 0.5658,
|
345 |
+
"eval_samples_per_second": 129.014,
|
346 |
+
"eval_steps_per_second": 5.302,
|
347 |
+
"step": 200
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"epoch": 0.49727107337780474,
|
351 |
+
"grad_norm": 0.90234375,
|
352 |
+
"learning_rate": 1.1857129660670281e-05,
|
353 |
+
"loss": 0.5524,
|
354 |
+
"mean_token_accuracy": 0.8409075635386118,
|
355 |
+
"step": 205
|
356 |
+
},
|
357 |
+
{
|
358 |
+
"epoch": 0.509399636143117,
|
359 |
+
"grad_norm": 0.8671875,
|
360 |
+
"learning_rate": 1.1438427347974554e-05,
|
361 |
+
"loss": 0.5547,
|
362 |
+
"mean_token_accuracy": 0.8406127810361681,
|
363 |
+
"step": 210
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.5215281989084294,
|
367 |
+
"grad_norm": 0.921875,
|
368 |
+
"learning_rate": 1.101713289197356e-05,
|
369 |
+
"loss": 0.5697,
|
370 |
+
"mean_token_accuracy": 0.8376405180840665,
|
371 |
+
"step": 215
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"epoch": 0.5336567616737417,
|
375 |
+
"grad_norm": 0.87890625,
|
376 |
+
"learning_rate": 1.0594005493752568e-05,
|
377 |
+
"loss": 0.5496,
|
378 |
+
"mean_token_accuracy": 0.8417033235581621,
|
379 |
+
"step": 220
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"epoch": 0.5457853244390539,
|
383 |
+
"grad_norm": 0.8515625,
|
384 |
+
"learning_rate": 1.0169807657482625e-05,
|
385 |
+
"loss": 0.5546,
|
386 |
+
"mean_token_accuracy": 0.8411183406647116,
|
387 |
+
"step": 225
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.5579138872043663,
|
391 |
+
"grad_norm": 0.89453125,
|
392 |
+
"learning_rate": 9.745303816336488e-06,
|
393 |
+
"loss": 0.5588,
|
394 |
+
"mean_token_accuracy": 0.8404768450635386,
|
395 |
+
"step": 230
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.5700424499696786,
|
399 |
+
"grad_norm": 0.875,
|
400 |
+
"learning_rate": 9.321258954928394e-06,
|
401 |
+
"loss": 0.548,
|
402 |
+
"mean_token_accuracy": 0.8420546187683285,
|
403 |
+
"step": 235
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"epoch": 0.582171012734991,
|
407 |
+
"grad_norm": 0.88671875,
|
408 |
+
"learning_rate": 8.898437230760058e-06,
|
409 |
+
"loss": 0.5577,
|
410 |
+
"mean_token_accuracy": 0.8416300097751712,
|
411 |
+
"step": 240
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.5942995755003032,
|
415 |
+
"grad_norm": 0.87109375,
|
416 |
+
"learning_rate": 8.47760059715722e-06,
|
417 |
+
"loss": 0.5555,
|
418 |
+
"mean_token_accuracy": 0.840709005376344,
|
419 |
+
"step": 245
|
420 |
+
},
|
421 |
+
{
|
422 |
+
"epoch": 0.6064281382656155,
|
423 |
+
"grad_norm": 0.87109375,
|
424 |
+
"learning_rate": 8.059507430178248e-06,
|
425 |
+
"loss": 0.5689,
|
426 |
+
"mean_token_accuracy": 0.8373686461388076,
|
427 |
+
"step": 250
|
428 |
+
},
|
429 |
+
{
|
430 |
+
"epoch": 0.6185567010309279,
|
431 |
+
"grad_norm": 0.875,
|
432 |
+
"learning_rate": 7.644911161969225e-06,
|
433 |
+
"loss": 0.5592,
|
434 |
+
"mean_token_accuracy": 0.8399468475073313,
|
435 |
+
"step": 255
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 0.6306852637962401,
|
439 |
+
"grad_norm": 0.8984375,
|
440 |
+
"learning_rate": 7.2345589230282895e-06,
|
441 |
+
"loss": 0.5643,
|
442 |
+
"mean_token_accuracy": 0.8382331378299119,
|
443 |
+
"step": 260
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.6428138265615525,
|
447 |
+
"grad_norm": 0.875,
|
448 |
+
"learning_rate": 6.829190195825983e-06,
|
449 |
+
"loss": 0.5619,
|
450 |
+
"mean_token_accuracy": 0.8390609726295211,
|
451 |
+
"step": 265
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.6549423893268648,
|
455 |
+
"grad_norm": 0.86328125,
|
456 |
+
"learning_rate": 6.429535482207847e-06,
|
457 |
+
"loss": 0.5524,
|
458 |
+
"mean_token_accuracy": 0.8410572458455523,
|
459 |
+
"step": 270
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.667070952092177,
|
463 |
+
"grad_norm": 0.88671875,
|
464 |
+
"learning_rate": 6.036314986980749e-06,
|
465 |
+
"loss": 0.5562,
|
466 |
+
"mean_token_accuracy": 0.8407471896383187,
|
467 |
+
"step": 275
|
468 |
+
},
|
469 |
+
{
|
470 |
+
"epoch": 0.6791995148574894,
|
471 |
+
"grad_norm": 0.921875,
|
472 |
+
"learning_rate": 5.650237320055107e-06,
|
473 |
+
"loss": 0.5642,
|
474 |
+
"mean_token_accuracy": 0.8386149804496578,
|
475 |
+
"step": 280
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"epoch": 0.6913280776228017,
|
479 |
+
"grad_norm": 0.89453125,
|
480 |
+
"learning_rate": 5.271998219481953e-06,
|
481 |
+
"loss": 0.5696,
|
482 |
+
"mean_token_accuracy": 0.8364155669599217,
|
483 |
+
"step": 285
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 0.7034566403881141,
|
487 |
+
"grad_norm": 0.8671875,
|
488 |
+
"learning_rate": 4.902279297685945e-06,
|
489 |
+
"loss": 0.5426,
|
490 |
+
"mean_token_accuracy": 0.844026454056696,
|
491 |
+
"step": 290
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"epoch": 0.7155852031534263,
|
495 |
+
"grad_norm": 0.8828125,
|
496 |
+
"learning_rate": 4.541746813153698e-06,
|
497 |
+
"loss": 0.5547,
|
498 |
+
"mean_token_accuracy": 0.8409136730205278,
|
499 |
+
"step": 295
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.7277137659187386,
|
503 |
+
"grad_norm": 0.8671875,
|
504 |
+
"learning_rate": 4.191050469790961e-06,
|
505 |
+
"loss": 0.5606,
|
506 |
+
"mean_token_accuracy": 0.8398429863147605,
|
507 |
+
"step": 300
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.7277137659187386,
|
511 |
+
"eval_loss": 0.5722371339797974,
|
512 |
+
"eval_mean_token_accuracy": 0.8450929546359655,
|
513 |
+
"eval_runtime": 0.5672,
|
514 |
+
"eval_samples_per_second": 128.703,
|
515 |
+
"eval_steps_per_second": 5.289,
|
516 |
+
"step": 300
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"epoch": 0.739842328684051,
|
520 |
+
"grad_norm": 0.85546875,
|
521 |
+
"learning_rate": 3.8508222461122565e-06,
|
522 |
+
"loss": 0.5574,
|
523 |
+
"mean_token_accuracy": 0.840337854349951,
|
524 |
+
"step": 305
|
525 |
+
},
|
526 |
+
{
|
527 |
+
"epoch": 0.7519708914493632,
|
528 |
+
"grad_norm": 0.87109375,
|
529 |
+
"learning_rate": 3.5216752563729004e-06,
|
530 |
+
"loss": 0.5512,
|
531 |
+
"mean_token_accuracy": 0.8418026026392962,
|
532 |
+
"step": 310
|
533 |
+
},
|
534 |
+
{
|
535 |
+
"epoch": 0.7640994542146755,
|
536 |
+
"grad_norm": 0.8515625,
|
537 |
+
"learning_rate": 3.2042026456956554e-06,
|
538 |
+
"loss": 0.5604,
|
539 |
+
"mean_token_accuracy": 0.8396490102639296,
|
540 |
+
"step": 315
|
541 |
+
},
|
542 |
+
{
|
543 |
+
"epoch": 0.7762280169799879,
|
544 |
+
"grad_norm": 0.88671875,
|
545 |
+
"learning_rate": 2.8989765211831433e-06,
|
546 |
+
"loss": 0.5566,
|
547 |
+
"mean_token_accuracy": 0.8406647116324534,
|
548 |
+
"step": 320
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.7883565797453002,
|
552 |
+
"grad_norm": 0.90625,
|
553 |
+
"learning_rate": 2.6065469209421568e-06,
|
554 |
+
"loss": 0.5445,
|
555 |
+
"mean_token_accuracy": 0.8426793132942327,
|
556 |
+
"step": 325
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.8004851425106125,
|
560 |
+
"grad_norm": 0.88671875,
|
561 |
+
"learning_rate": 2.3274408228778357e-06,
|
562 |
+
"loss": 0.5578,
|
563 |
+
"mean_token_accuracy": 0.8400522360703813,
|
564 |
+
"step": 330
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.8126137052759248,
|
568 |
+
"grad_norm": 0.859375,
|
569 |
+
"learning_rate": 2.062161195043851e-06,
|
570 |
+
"loss": 0.5553,
|
571 |
+
"mean_token_accuracy": 0.8400812561094819,
|
572 |
+
"step": 335
|
573 |
+
},
|
574 |
+
{
|
575 |
+
"epoch": 0.8247422680412371,
|
576 |
+
"grad_norm": 0.8828125,
|
577 |
+
"learning_rate": 1.8111860892599832e-06,
|
578 |
+
"loss": 0.5528,
|
579 |
+
"mean_token_accuracy": 0.841089320625611,
|
580 |
+
"step": 340
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 0.8368708308065494,
|
584 |
+
"grad_norm": 0.8984375,
|
585 |
+
"learning_rate": 1.574967779630414e-06,
|
586 |
+
"loss": 0.5516,
|
587 |
+
"mean_token_accuracy": 0.8412099828934508,
|
588 |
+
"step": 345
|
589 |
+
},
|
590 |
+
{
|
591 |
+
"epoch": 0.8489993935718617,
|
592 |
+
"grad_norm": 0.84765625,
|
593 |
+
"learning_rate": 1.3539319475152457e-06,
|
594 |
+
"loss": 0.5465,
|
595 |
+
"mean_token_accuracy": 0.8418774437927663,
|
596 |
+
"step": 350
|
597 |
+
},
|
598 |
+
{
|
599 |
+
"epoch": 0.8611279563371741,
|
600 |
+
"grad_norm": 0.8828125,
|
601 |
+
"learning_rate": 1.1484769144239038e-06,
|
602 |
+
"loss": 0.5579,
|
603 |
+
"mean_token_accuracy": 0.8393939393939392,
|
604 |
+
"step": 355
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.8732565191024864,
|
608 |
+
"grad_norm": 0.83984375,
|
609 |
+
"learning_rate": 9.589729242128531e-07,
|
610 |
+
"loss": 0.5568,
|
611 |
+
"mean_token_accuracy": 0.8397498167155426,
|
612 |
+
"step": 360
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.8853850818677986,
|
616 |
+
"grad_norm": 0.85546875,
|
617 |
+
"learning_rate": 7.857614758811527e-07,
|
618 |
+
"loss": 0.5573,
|
619 |
+
"mean_token_accuracy": 0.8403760386119259,
|
620 |
+
"step": 365
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.897513644633111,
|
624 |
+
"grad_norm": 0.875,
|
625 |
+
"learning_rate": 6.291547081661631e-07,
|
626 |
+
"loss": 0.5459,
|
627 |
+
"mean_token_accuracy": 0.8424960288367547,
|
628 |
+
"step": 370
|
629 |
+
},
|
630 |
+
{
|
631 |
+
"epoch": 0.9096422073984233,
|
632 |
+
"grad_norm": 0.86328125,
|
633 |
+
"learning_rate": 4.894348370484648e-07,
|
634 |
+
"loss": 0.5585,
|
635 |
+
"mean_token_accuracy": 0.8394794721407625,
|
636 |
+
"step": 375
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"epoch": 0.9217707701637355,
|
640 |
+
"grad_norm": 0.8828125,
|
641 |
+
"learning_rate": 3.668536471795614e-07,
|
642 |
+
"loss": 0.5671,
|
643 |
+
"mean_token_accuracy": 0.8379566837732162,
|
644 |
+
"step": 380
|
645 |
+
},
|
646 |
+
{
|
647 |
+
"epoch": 0.9338993329290479,
|
648 |
+
"grad_norm": 0.8984375,
|
649 |
+
"learning_rate": 2.6163203814894013e-07,
|
650 |
+
"loss": 0.5508,
|
651 |
+
"mean_token_accuracy": 0.8413230083088953,
|
652 |
+
"step": 385
|
653 |
+
},
|
654 |
+
{
|
655 |
+
"epoch": 0.9460278956943602,
|
656 |
+
"grad_norm": 0.8828125,
|
657 |
+
"learning_rate": 1.7395962640806675e-07,
|
658 |
+
"loss": 0.5474,
|
659 |
+
"mean_token_accuracy": 0.8426228005865102,
|
660 |
+
"step": 390
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.9581564584596726,
|
664 |
+
"grad_norm": 0.89453125,
|
665 |
+
"learning_rate": 1.039944035687368e-07,
|
666 |
+
"loss": 0.558,
|
667 |
+
"mean_token_accuracy": 0.8407914833822092,
|
668 |
+
"step": 395
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.9702850212249848,
|
672 |
+
"grad_norm": 0.90234375,
|
673 |
+
"learning_rate": 5.186245169149784e-08,
|
674 |
+
"loss": 0.5661,
|
675 |
+
"mean_token_accuracy": 0.8385386119257087,
|
676 |
+
"step": 400
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 0.9702850212249848,
|
680 |
+
"eval_loss": 0.5721316337585449,
|
681 |
+
"eval_mean_token_accuracy": 0.8450646699974657,
|
682 |
+
"eval_runtime": 0.5673,
|
683 |
+
"eval_samples_per_second": 128.69,
|
684 |
+
"eval_steps_per_second": 5.289,
|
685 |
+
"step": 400
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"epoch": 0.9824135839902971,
|
689 |
+
"grad_norm": 0.90234375,
|
690 |
+
"learning_rate": 1.7657716077265075e-08,
|
691 |
+
"loss": 0.562,
|
692 |
+
"mean_token_accuracy": 0.8391877443792767,
|
693 |
+
"step": 405
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"epoch": 0.9945421467556095,
|
697 |
+
"grad_norm": 0.90234375,
|
698 |
+
"learning_rate": 1.4418359715351327e-09,
|
699 |
+
"loss": 0.558,
|
700 |
+
"mean_token_accuracy": 0.8401652614858259,
|
701 |
+
"step": 410
|
702 |
+
},
|
703 |
+
{
|
704 |
+
"epoch": 0.9993935718617344,
|
705 |
+
"mean_token_accuracy": 0.8415696786412512,
|
706 |
+
"step": 412,
|
707 |
+
"total_flos": 1.1596255879128678e+17,
|
708 |
+
"train_loss": 0.571030998982272,
|
709 |
+
"train_runtime": 553.8515,
|
710 |
+
"train_samples_per_second": 95.222,
|
711 |
+
"train_steps_per_second": 0.744
|
712 |
+
}
|
713 |
+
],
|
714 |
+
"logging_steps": 5,
|
715 |
+
"max_steps": 412,
|
716 |
+
"num_input_tokens_seen": 0,
|
717 |
+
"num_train_epochs": 1,
|
718 |
+
"save_steps": 500,
|
719 |
+
"stateful_callbacks": {
|
720 |
+
"TrainerControl": {
|
721 |
+
"args": {
|
722 |
+
"should_epoch_stop": false,
|
723 |
+
"should_evaluate": false,
|
724 |
+
"should_log": false,
|
725 |
+
"should_save": false,
|
726 |
+
"should_training_stop": false
|
727 |
+
},
|
728 |
+
"attributes": {}
|
729 |
+
}
|
730 |
+
},
|
731 |
+
"total_flos": 1.1596255879128678e+17,
|
732 |
+
"train_batch_size": 4,
|
733 |
+
"trial_name": null,
|
734 |
+
"trial_params": null
|
735 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:566c3441d1dbb312096a81bd918f780bdba4e9ab7ec239b021344ae8b34aa612
|
3 |
+
size 6008
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|