VedaantJain
commited on
Model save
Browse files- .gitattributes +1 -0
- README.md +4 -4
- all_results.json +7 -7
- config.json +26 -22
- generation_config.json +7 -6
- model-00001-of-00002.safetensors +2 -2
- model-00002-of-00002.safetensors +2 -2
- model.safetensors.index.json +145 -85
- special_tokens_map.json +3 -16
- tokenizer.json +0 -0
- tokenizer_config.json +1987 -55
- train_results.json +7 -7
- trainer_state.json +1902 -287
- training_args.bin +1 -1
.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
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
library_name: transformers
|
4 |
model_name: model_tuned
|
5 |
tags:
|
@@ -11,7 +11,7 @@ licence: license
|
|
11 |
|
12 |
# Model Card for model_tuned
|
13 |
|
14 |
-
This model is a fine-tuned version of [
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
@@ -27,7 +27,7 @@ print(output["generated_text"])
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
-
[<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/vedaantj/ft-llm/runs/
|
31 |
|
32 |
This model was trained with SFT.
|
33 |
|
@@ -35,7 +35,7 @@ This model was trained with SFT.
|
|
35 |
|
36 |
- TRL: 0.12.2
|
37 |
- Transformers: 4.46.3
|
38 |
-
- Pytorch: 2.1
|
39 |
- Datasets: 3.1.0
|
40 |
- Tokenizers: 0.20.3
|
41 |
|
|
|
1 |
---
|
2 |
+
base_model: meta-llama/Llama-3.2-3B-Instruct
|
3 |
library_name: transformers
|
4 |
model_name: model_tuned
|
5 |
tags:
|
|
|
11 |
|
12 |
# Model Card for model_tuned
|
13 |
|
14 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<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/vedaantj/ft-llm/runs/098452)
|
31 |
|
32 |
This model was trained with SFT.
|
33 |
|
|
|
35 |
|
36 |
- TRL: 0.12.2
|
37 |
- Transformers: 4.46.3
|
38 |
+
- Pytorch: 2.4.1
|
39 |
- Datasets: 3.1.0
|
40 |
- Tokenizers: 0.20.3
|
41 |
|
all_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss":
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples":
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second": 0.
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 14.917333333333334,
|
3 |
+
"total_flos": 6.545011747156132e+17,
|
4 |
+
"train_loss": 4.23463837784251,
|
5 |
+
"train_runtime": 3346.972,
|
6 |
+
"train_samples": 4498,
|
7 |
+
"train_samples_per_second": 20.159,
|
8 |
+
"train_steps_per_second": 0.417
|
9 |
}
|
config.json
CHANGED
@@ -1,36 +1,40 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
-
"
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
"
|
15 |
"hidden_act": "silu",
|
16 |
"hidden_size": 3072,
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 8192,
|
19 |
-
"max_position_embeddings":
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"resid_pdrop": 0.0,
|
27 |
"rms_norm_eps": 1e-05,
|
28 |
-
"rope_scaling":
|
29 |
-
|
30 |
-
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
32 |
"torch_dtype": "bfloat16",
|
33 |
"transformers_version": "4.46.3",
|
34 |
"use_cache": false,
|
35 |
-
"vocab_size":
|
36 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "meta-llama/Llama-3.2-3B-Instruct",
|
3 |
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": [
|
10 |
+
128001,
|
11 |
+
128008,
|
12 |
+
128009
|
13 |
+
],
|
14 |
+
"head_dim": 128,
|
15 |
"hidden_act": "silu",
|
16 |
"hidden_size": 3072,
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 8192,
|
19 |
+
"max_position_embeddings": 131072,
|
20 |
+
"mlp_bias": false,
|
21 |
+
"model_type": "llama",
|
22 |
+
"num_attention_heads": 24,
|
23 |
+
"num_hidden_layers": 28,
|
24 |
+
"num_key_value_heads": 8,
|
25 |
+
"pretraining_tp": 1,
|
|
|
26 |
"rms_norm_eps": 1e-05,
|
27 |
+
"rope_scaling": {
|
28 |
+
"factor": 32.0,
|
29 |
+
"high_freq_factor": 4.0,
|
30 |
+
"low_freq_factor": 1.0,
|
31 |
+
"original_max_position_embeddings": 8192,
|
32 |
+
"rope_type": "llama3"
|
33 |
+
},
|
34 |
+
"rope_theta": 500000.0,
|
35 |
+
"tie_word_embeddings": true,
|
36 |
"torch_dtype": "bfloat16",
|
37 |
"transformers_version": "4.46.3",
|
38 |
"use_cache": false,
|
39 |
+
"vocab_size": 128256
|
40 |
}
|
generation_config.json
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
"eos_token_id": [
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
],
|
9 |
-
"
|
|
|
10 |
"transformers_version": "4.46.3"
|
11 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token_id": 128000,
|
3 |
+
"do_sample": true,
|
4 |
"eos_token_id": [
|
5 |
+
128001,
|
6 |
+
128008,
|
7 |
+
128009
|
8 |
],
|
9 |
+
"temperature": 0.6,
|
10 |
+
"top_p": 0.9,
|
11 |
"transformers_version": "4.46.3"
|
12 |
}
|
model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bab372755153620bdc2c4abe368c749f1781f0625d652b5f9736343debd0b24
|
3 |
+
size 4965799096
|
model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cb8070968d9750f6bc09aa79466db170fbeb51afede8cab1aab61eff48fc7b4
|
3 |
+
size 2247734992
|
model.safetensors.index.json
CHANGED
@@ -1,202 +1,262 @@
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
-
"total_size":
|
4 |
},
|
5 |
"weight_map": {
|
6 |
"lm_head.weight": "model-00002-of-00002.safetensors",
|
7 |
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
8 |
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
9 |
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
-
"model.layers.0.mlp.
|
|
|
11 |
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
12 |
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
13 |
-
"model.layers.0.self_attn.
|
|
|
14 |
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
15 |
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
-
"model.layers.1.mlp.
|
|
|
17 |
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
18 |
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
-
"model.layers.1.self_attn.
|
|
|
20 |
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
21 |
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
22 |
-
"model.layers.10.mlp.
|
|
|
23 |
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
24 |
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
-
"model.layers.10.self_attn.
|
|
|
26 |
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
27 |
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
-
"model.layers.11.mlp.
|
|
|
29 |
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
30 |
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
31 |
-
"model.layers.11.self_attn.
|
|
|
32 |
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
33 |
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
-
"model.layers.12.mlp.
|
|
|
35 |
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
36 |
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
-
"model.layers.12.self_attn.
|
|
|
38 |
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
39 |
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
40 |
-
"model.layers.13.mlp.
|
|
|
41 |
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
42 |
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
-
"model.layers.13.self_attn.
|
|
|
44 |
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
45 |
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
-
"model.layers.14.mlp.
|
|
|
47 |
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
48 |
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
49 |
-
"model.layers.14.self_attn.
|
|
|
50 |
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
51 |
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
-
"model.layers.15.mlp.
|
|
|
53 |
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
54 |
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
-
"model.layers.15.self_attn.
|
|
|
56 |
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
57 |
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
58 |
-
"model.layers.16.mlp.
|
|
|
59 |
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
60 |
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
-
"model.layers.16.self_attn.
|
|
|
62 |
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
63 |
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
64 |
-
"model.layers.17.mlp.
|
|
|
65 |
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
66 |
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
-
"model.layers.17.self_attn.
|
|
|
68 |
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
69 |
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
-
"model.layers.18.mlp.
|
|
|
71 |
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
72 |
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
73 |
-
"model.layers.18.self_attn.
|
|
|
74 |
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
75 |
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
76 |
-
"model.layers.19.mlp.
|
|
|
77 |
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
78 |
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
-
"model.layers.19.self_attn.
|
|
|
80 |
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
81 |
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
-
"model.layers.2.mlp.
|
|
|
83 |
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
84 |
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
85 |
-
"model.layers.2.self_attn.
|
86 |
-
"model.layers.
|
87 |
-
"model.layers.20.
|
88 |
-
"model.layers.20.mlp.
|
89 |
-
"model.layers.20.
|
|
|
|
|
|
|
90 |
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
-
"model.layers.20.self_attn.
|
|
|
92 |
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
93 |
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
94 |
-
"model.layers.21.mlp.
|
|
|
95 |
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
96 |
-
"model.layers.21.self_attn.
|
97 |
-
"model.layers.21.self_attn.
|
|
|
|
|
98 |
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
99 |
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
100 |
-
"model.layers.22.mlp.
|
|
|
101 |
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
|
|
102 |
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
103 |
-
"model.layers.22.self_attn.
|
|
|
104 |
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
105 |
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
106 |
-
"model.layers.23.mlp.
|
|
|
107 |
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
|
|
108 |
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
109 |
-
"model.layers.23.self_attn.
|
|
|
110 |
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
111 |
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
112 |
-
"model.layers.24.mlp.
|
|
|
113 |
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
|
|
114 |
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
115 |
-
"model.layers.24.self_attn.
|
|
|
116 |
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
117 |
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
118 |
-
"model.layers.25.mlp.
|
|
|
119 |
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
|
|
120 |
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
121 |
-
"model.layers.25.self_attn.
|
|
|
122 |
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
123 |
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
124 |
-
"model.layers.26.mlp.
|
|
|
125 |
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
|
|
126 |
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
127 |
-
"model.layers.26.self_attn.
|
|
|
128 |
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
129 |
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
130 |
-
"model.layers.27.mlp.
|
|
|
131 |
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
|
|
132 |
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
133 |
-
"model.layers.27.self_attn.
|
134 |
-
"model.layers.
|
135 |
-
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
136 |
-
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
137 |
-
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
138 |
-
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
139 |
-
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
140 |
-
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
141 |
-
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
142 |
-
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
143 |
-
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
144 |
-
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
145 |
-
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
146 |
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
147 |
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
148 |
-
"model.layers.3.mlp.
|
|
|
149 |
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
150 |
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
151 |
-
"model.layers.3.self_attn.
|
152 |
-
"model.layers.
|
153 |
-
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
-
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
-
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
156 |
-
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
157 |
-
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
158 |
-
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
159 |
-
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
160 |
-
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
161 |
-
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
162 |
-
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
163 |
-
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
164 |
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
165 |
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
166 |
-
"model.layers.4.mlp.
|
|
|
167 |
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
168 |
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
169 |
-
"model.layers.4.self_attn.
|
|
|
170 |
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
171 |
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
172 |
-
"model.layers.5.mlp.
|
|
|
173 |
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
174 |
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
175 |
-
"model.layers.5.self_attn.
|
|
|
176 |
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
177 |
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
178 |
-
"model.layers.6.mlp.
|
|
|
179 |
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
180 |
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
181 |
-
"model.layers.6.self_attn.
|
|
|
182 |
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
183 |
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
184 |
-
"model.layers.7.mlp.
|
|
|
185 |
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
186 |
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
-
"model.layers.7.self_attn.
|
|
|
188 |
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
189 |
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
190 |
-
"model.layers.8.mlp.
|
|
|
191 |
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
192 |
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
193 |
-
"model.layers.8.self_attn.
|
|
|
194 |
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
195 |
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
196 |
-
"model.layers.9.mlp.
|
|
|
197 |
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
|
|
198 |
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
-
"model.layers.9.self_attn.
|
|
|
200 |
"model.norm.weight": "model-00002-of-00002.safetensors"
|
201 |
}
|
202 |
}
|
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
+
"total_size": 7213504512
|
4 |
},
|
5 |
"weight_map": {
|
6 |
"lm_head.weight": "model-00002-of-00002.safetensors",
|
7 |
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
8 |
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
9 |
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
12 |
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
18 |
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
27 |
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
30 |
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
44 |
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
45 |
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
48 |
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
54 |
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
63 |
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
66 |
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
68 |
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
80 |
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
81 |
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
84 |
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
90 |
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
93 |
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
98 |
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
99 |
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
102 |
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
104 |
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
107 |
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
108 |
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
111 |
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
116 |
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
117 |
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
120 |
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
131 |
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
134 |
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
135 |
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
138 |
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
143 |
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
144 |
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
147 |
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
149 |
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
152 |
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
153 |
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
156 |
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
158 |
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
161 |
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
162 |
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
165 |
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
167 |
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
170 |
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
171 |
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
174 |
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
176 |
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
179 |
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
180 |
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
183 |
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
185 |
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
188 |
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
189 |
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
192 |
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
194 |
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
198 |
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
200 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
201 |
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
202 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
203 |
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
204 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
206 |
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
207 |
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
208 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
210 |
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
212 |
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
214 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
215 |
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
216 |
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
218 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
219 |
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
220 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
221 |
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
222 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
223 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
224 |
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
225 |
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
226 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
227 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
228 |
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
229 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
230 |
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
231 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
232 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
233 |
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
234 |
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
235 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
236 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
237 |
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
238 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
239 |
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
240 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
241 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
242 |
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
243 |
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
244 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
245 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
246 |
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
247 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
248 |
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
249 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
250 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
251 |
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
252 |
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
253 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
254 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
255 |
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
256 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
257 |
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
258 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
259 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
260 |
"model.norm.weight": "model-00002-of-00002.safetensors"
|
261 |
}
|
262 |
}
|
special_tokens_map.json
CHANGED
@@ -1,30 +1,17 @@
|
|
1 |
{
|
2 |
"bos_token": {
|
3 |
-
"content": "
|
4 |
"lstrip": false,
|
5 |
"normalized": false,
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
"eos_token": {
|
10 |
-
"content": "<|
|
11 |
"lstrip": false,
|
12 |
"normalized": false,
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token":
|
17 |
-
"content": "<|endoftext|>",
|
18 |
-
"lstrip": false,
|
19 |
-
"normalized": false,
|
20 |
-
"rstrip": false,
|
21 |
-
"single_word": false
|
22 |
-
},
|
23 |
-
"unk_token": {
|
24 |
-
"content": "<unk>",
|
25 |
-
"lstrip": false,
|
26 |
-
"normalized": false,
|
27 |
-
"rstrip": false,
|
28 |
-
"single_word": false
|
29 |
-
}
|
30 |
}
|
|
|
1 |
{
|
2 |
"bos_token": {
|
3 |
+
"content": "<|begin_of_text|>",
|
4 |
"lstrip": false,
|
5 |
"normalized": false,
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
"eos_token": {
|
10 |
+
"content": "<|eot_id|>",
|
11 |
"lstrip": false,
|
12 |
"normalized": false,
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": "<|eot_id|>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,131 +1,2063 @@
|
|
1 |
{
|
2 |
-
"add_bos_token": false,
|
3 |
-
"add_eos_token": false,
|
4 |
-
"add_prefix_space": null,
|
5 |
"added_tokens_decoder": {
|
6 |
-
"
|
7 |
-
"content": "
|
8 |
"lstrip": false,
|
9 |
"normalized": false,
|
10 |
"rstrip": false,
|
11 |
"single_word": false,
|
12 |
"special": true
|
13 |
},
|
14 |
-
"
|
15 |
-
"content": "
|
16 |
"lstrip": false,
|
17 |
"normalized": false,
|
18 |
"rstrip": false,
|
19 |
"single_word": false,
|
20 |
"special": true
|
21 |
},
|
22 |
-
"
|
23 |
-
"content": "
|
24 |
"lstrip": false,
|
25 |
"normalized": false,
|
26 |
-
"rstrip":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"single_word": false,
|
28 |
-
"special":
|
29 |
},
|
30 |
-
"
|
31 |
-
"content": "<|
|
32 |
"lstrip": false,
|
33 |
"normalized": false,
|
34 |
"rstrip": false,
|
35 |
"single_word": false,
|
36 |
"special": true
|
37 |
},
|
38 |
-
"
|
39 |
-
"content": "<|
|
40 |
"lstrip": false,
|
41 |
"normalized": false,
|
42 |
-
"rstrip":
|
43 |
"single_word": false,
|
44 |
"special": true
|
45 |
},
|
46 |
-
"
|
47 |
-
"content": "<|
|
48 |
"lstrip": false,
|
49 |
"normalized": false,
|
50 |
-
"rstrip":
|
51 |
"single_word": false,
|
52 |
"special": true
|
53 |
},
|
54 |
-
"
|
55 |
-
"content": "<|
|
56 |
"lstrip": false,
|
57 |
"normalized": false,
|
58 |
-
"rstrip":
|
59 |
"single_word": false,
|
60 |
"special": true
|
61 |
},
|
62 |
-
"
|
63 |
-
"content": "<|
|
64 |
"lstrip": false,
|
65 |
"normalized": false,
|
66 |
-
"rstrip":
|
67 |
"single_word": false,
|
68 |
"special": true
|
69 |
},
|
70 |
-
"
|
71 |
-
"content": "<|
|
72 |
"lstrip": false,
|
73 |
"normalized": false,
|
74 |
-
"rstrip":
|
75 |
"single_word": false,
|
76 |
"special": true
|
77 |
},
|
78 |
-
"
|
79 |
-
"content": "<|
|
80 |
"lstrip": false,
|
81 |
"normalized": false,
|
82 |
-
"rstrip":
|
83 |
"single_word": false,
|
84 |
"special": true
|
85 |
},
|
86 |
-
"
|
87 |
-
"content": "<|
|
88 |
"lstrip": false,
|
89 |
"normalized": false,
|
90 |
-
"rstrip":
|
91 |
"single_word": false,
|
92 |
"special": true
|
93 |
},
|
94 |
-
"
|
95 |
-
"content": "<|
|
96 |
"lstrip": false,
|
97 |
"normalized": false,
|
98 |
-
"rstrip":
|
99 |
"single_word": false,
|
100 |
"special": true
|
101 |
},
|
102 |
-
"
|
103 |
-
"content": "<|
|
104 |
"lstrip": false,
|
105 |
"normalized": false,
|
106 |
-
"rstrip":
|
107 |
"single_word": false,
|
108 |
"special": true
|
109 |
},
|
110 |
-
"
|
111 |
-
"content": "<|
|
112 |
"lstrip": false,
|
113 |
"normalized": false,
|
114 |
-
"rstrip":
|
115 |
"single_word": false,
|
116 |
"special": true
|
117 |
}
|
118 |
},
|
119 |
-
"bos_token": "
|
120 |
-
"chat_template": "{%
|
121 |
-
"clean_up_tokenization_spaces":
|
122 |
-
"eos_token": "<|
|
123 |
-
"
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
"
|
128 |
-
"
|
129 |
-
"
|
130 |
-
"use_default_system_prompt": false
|
131 |
}
|
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"added_tokens_decoder": {
|
3 |
+
"128000": {
|
4 |
+
"content": "<|begin_of_text|>",
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
+
"128001": {
|
12 |
+
"content": "<|end_of_text|>",
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
15 |
"rstrip": false,
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
+
"128002": {
|
20 |
+
"content": "<|reserved_special_token_0|>",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"128003": {
|
28 |
+
"content": "<|reserved_special_token_1|>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"128004": {
|
36 |
+
"content": "<|finetune_right_pad_id|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"128005": {
|
44 |
+
"content": "<|reserved_special_token_2|>",
|
45 |
+
"lstrip": false,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
"128006": {
|
52 |
+
"content": "<|start_header_id|>",
|
53 |
+
"lstrip": false,
|
54 |
+
"normalized": false,
|
55 |
+
"rstrip": false,
|
56 |
+
"single_word": false,
|
57 |
+
"special": true
|
58 |
+
},
|
59 |
+
"128007": {
|
60 |
+
"content": "<|end_header_id|>",
|
61 |
+
"lstrip": false,
|
62 |
+
"normalized": false,
|
63 |
+
"rstrip": false,
|
64 |
+
"single_word": false,
|
65 |
+
"special": true
|
66 |
+
},
|
67 |
+
"128008": {
|
68 |
+
"content": "<|eom_id|>",
|
69 |
+
"lstrip": false,
|
70 |
+
"normalized": false,
|
71 |
+
"rstrip": false,
|
72 |
+
"single_word": false,
|
73 |
+
"special": true
|
74 |
+
},
|
75 |
+
"128009": {
|
76 |
+
"content": "<|eot_id|>",
|
77 |
+
"lstrip": false,
|
78 |
+
"normalized": false,
|
79 |
+
"rstrip": false,
|
80 |
+
"single_word": false,
|
81 |
+
"special": true
|
82 |
+
},
|
83 |
+
"128010": {
|
84 |
+
"content": "<|python_tag|>",
|
85 |
+
"lstrip": false,
|
86 |
+
"normalized": false,
|
87 |
+
"rstrip": false,
|
88 |
+
"single_word": false,
|
89 |
+
"special": true
|
90 |
+
},
|
91 |
+
"128011": {
|
92 |
+
"content": "<|reserved_special_token_3|>",
|
93 |
+
"lstrip": false,
|
94 |
+
"normalized": false,
|
95 |
+
"rstrip": false,
|
96 |
+
"single_word": false,
|
97 |
+
"special": true
|
98 |
+
},
|
99 |
+
"128012": {
|
100 |
+
"content": "<|reserved_special_token_4|>",
|
101 |
+
"lstrip": false,
|
102 |
+
"normalized": false,
|
103 |
+
"rstrip": false,
|
104 |
+
"single_word": false,
|
105 |
+
"special": true
|
106 |
+
},
|
107 |
+
"128013": {
|
108 |
+
"content": "<|reserved_special_token_5|>",
|
109 |
+
"lstrip": false,
|
110 |
+
"normalized": false,
|
111 |
+
"rstrip": false,
|
112 |
+
"single_word": false,
|
113 |
+
"special": true
|
114 |
+
},
|
115 |
+
"128014": {
|
116 |
+
"content": "<|reserved_special_token_6|>",
|
117 |
+
"lstrip": false,
|
118 |
+
"normalized": false,
|
119 |
+
"rstrip": false,
|
120 |
+
"single_word": false,
|
121 |
+
"special": true
|
122 |
+
},
|
123 |
+
"128015": {
|
124 |
+
"content": "<|reserved_special_token_7|>",
|
125 |
+
"lstrip": false,
|
126 |
+
"normalized": false,
|
127 |
+
"rstrip": false,
|
128 |
+
"single_word": false,
|
129 |
+
"special": true
|
130 |
+
},
|
131 |
+
"128016": {
|
132 |
+
"content": "<|reserved_special_token_8|>",
|
133 |
+
"lstrip": false,
|
134 |
+
"normalized": false,
|
135 |
+
"rstrip": false,
|
136 |
+
"single_word": false,
|
137 |
+
"special": true
|
138 |
+
},
|
139 |
+
"128017": {
|
140 |
+
"content": "<|reserved_special_token_9|>",
|
141 |
+
"lstrip": false,
|
142 |
+
"normalized": false,
|
143 |
+
"rstrip": false,
|
144 |
+
"single_word": false,
|
145 |
+
"special": true
|
146 |
+
},
|
147 |
+
"128018": {
|
148 |
+
"content": "<|reserved_special_token_10|>",
|
149 |
+
"lstrip": false,
|
150 |
+
"normalized": false,
|
151 |
+
"rstrip": false,
|
152 |
+
"single_word": false,
|
153 |
+
"special": true
|
154 |
+
},
|
155 |
+
"128019": {
|
156 |
+
"content": "<|reserved_special_token_11|>",
|
157 |
+
"lstrip": false,
|
158 |
+
"normalized": false,
|
159 |
+
"rstrip": false,
|
160 |
+
"single_word": false,
|
161 |
+
"special": true
|
162 |
+
},
|
163 |
+
"128020": {
|
164 |
+
"content": "<|reserved_special_token_12|>",
|
165 |
+
"lstrip": false,
|
166 |
+
"normalized": false,
|
167 |
+
"rstrip": false,
|
168 |
+
"single_word": false,
|
169 |
+
"special": true
|
170 |
+
},
|
171 |
+
"128021": {
|
172 |
+
"content": "<|reserved_special_token_13|>",
|
173 |
+
"lstrip": false,
|
174 |
+
"normalized": false,
|
175 |
+
"rstrip": false,
|
176 |
+
"single_word": false,
|
177 |
+
"special": true
|
178 |
+
},
|
179 |
+
"128022": {
|
180 |
+
"content": "<|reserved_special_token_14|>",
|
181 |
+
"lstrip": false,
|
182 |
+
"normalized": false,
|
183 |
+
"rstrip": false,
|
184 |
+
"single_word": false,
|
185 |
+
"special": true
|
186 |
+
},
|
187 |
+
"128023": {
|
188 |
+
"content": "<|reserved_special_token_15|>",
|
189 |
+
"lstrip": false,
|
190 |
+
"normalized": false,
|
191 |
+
"rstrip": false,
|
192 |
+
"single_word": false,
|
193 |
+
"special": true
|
194 |
+
},
|
195 |
+
"128024": {
|
196 |
+
"content": "<|reserved_special_token_16|>",
|
197 |
+
"lstrip": false,
|
198 |
+
"normalized": false,
|
199 |
+
"rstrip": false,
|
200 |
+
"single_word": false,
|
201 |
+
"special": true
|
202 |
+
},
|
203 |
+
"128025": {
|
204 |
+
"content": "<|reserved_special_token_17|>",
|
205 |
+
"lstrip": false,
|
206 |
+
"normalized": false,
|
207 |
+
"rstrip": false,
|
208 |
+
"single_word": false,
|
209 |
+
"special": true
|
210 |
+
},
|
211 |
+
"128026": {
|
212 |
+
"content": "<|reserved_special_token_18|>",
|
213 |
+
"lstrip": false,
|
214 |
+
"normalized": false,
|
215 |
+
"rstrip": false,
|
216 |
+
"single_word": false,
|
217 |
+
"special": true
|
218 |
+
},
|
219 |
+
"128027": {
|
220 |
+
"content": "<|reserved_special_token_19|>",
|
221 |
+
"lstrip": false,
|
222 |
+
"normalized": false,
|
223 |
+
"rstrip": false,
|
224 |
+
"single_word": false,
|
225 |
+
"special": true
|
226 |
+
},
|
227 |
+
"128028": {
|
228 |
+
"content": "<|reserved_special_token_20|>",
|
229 |
+
"lstrip": false,
|
230 |
+
"normalized": false,
|
231 |
+
"rstrip": false,
|
232 |
+
"single_word": false,
|
233 |
+
"special": true
|
234 |
+
},
|
235 |
+
"128029": {
|
236 |
+
"content": "<|reserved_special_token_21|>",
|
237 |
+
"lstrip": false,
|
238 |
+
"normalized": false,
|
239 |
+
"rstrip": false,
|
240 |
+
"single_word": false,
|
241 |
+
"special": true
|
242 |
+
},
|
243 |
+
"128030": {
|
244 |
+
"content": "<|reserved_special_token_22|>",
|
245 |
+
"lstrip": false,
|
246 |
+
"normalized": false,
|
247 |
+
"rstrip": false,
|
248 |
+
"single_word": false,
|
249 |
+
"special": true
|
250 |
+
},
|
251 |
+
"128031": {
|
252 |
+
"content": "<|reserved_special_token_23|>",
|
253 |
+
"lstrip": false,
|
254 |
+
"normalized": false,
|
255 |
+
"rstrip": false,
|
256 |
+
"single_word": false,
|
257 |
+
"special": true
|
258 |
+
},
|
259 |
+
"128032": {
|
260 |
+
"content": "<|reserved_special_token_24|>",
|
261 |
+
"lstrip": false,
|
262 |
+
"normalized": false,
|
263 |
+
"rstrip": false,
|
264 |
+
"single_word": false,
|
265 |
+
"special": true
|
266 |
+
},
|
267 |
+
"128033": {
|
268 |
+
"content": "<|reserved_special_token_25|>",
|
269 |
+
"lstrip": false,
|
270 |
+
"normalized": false,
|
271 |
+
"rstrip": false,
|
272 |
+
"single_word": false,
|
273 |
+
"special": true
|
274 |
+
},
|
275 |
+
"128034": {
|
276 |
+
"content": "<|reserved_special_token_26|>",
|
277 |
+
"lstrip": false,
|
278 |
+
"normalized": false,
|
279 |
+
"rstrip": false,
|
280 |
+
"single_word": false,
|
281 |
+
"special": true
|
282 |
+
},
|
283 |
+
"128035": {
|
284 |
+
"content": "<|reserved_special_token_27|>",
|
285 |
+
"lstrip": false,
|
286 |
+
"normalized": false,
|
287 |
+
"rstrip": false,
|
288 |
+
"single_word": false,
|
289 |
+
"special": true
|
290 |
+
},
|
291 |
+
"128036": {
|
292 |
+
"content": "<|reserved_special_token_28|>",
|
293 |
+
"lstrip": false,
|
294 |
+
"normalized": false,
|
295 |
+
"rstrip": false,
|
296 |
+
"single_word": false,
|
297 |
+
"special": true
|
298 |
+
},
|
299 |
+
"128037": {
|
300 |
+
"content": "<|reserved_special_token_29|>",
|
301 |
+
"lstrip": false,
|
302 |
+
"normalized": false,
|
303 |
+
"rstrip": false,
|
304 |
+
"single_word": false,
|
305 |
+
"special": true
|
306 |
+
},
|
307 |
+
"128038": {
|
308 |
+
"content": "<|reserved_special_token_30|>",
|
309 |
+
"lstrip": false,
|
310 |
+
"normalized": false,
|
311 |
+
"rstrip": false,
|
312 |
+
"single_word": false,
|
313 |
+
"special": true
|
314 |
+
},
|
315 |
+
"128039": {
|
316 |
+
"content": "<|reserved_special_token_31|>",
|
317 |
+
"lstrip": false,
|
318 |
+
"normalized": false,
|
319 |
+
"rstrip": false,
|
320 |
+
"single_word": false,
|
321 |
+
"special": true
|
322 |
+
},
|
323 |
+
"128040": {
|
324 |
+
"content": "<|reserved_special_token_32|>",
|
325 |
+
"lstrip": false,
|
326 |
+
"normalized": false,
|
327 |
+
"rstrip": false,
|
328 |
+
"single_word": false,
|
329 |
+
"special": true
|
330 |
+
},
|
331 |
+
"128041": {
|
332 |
+
"content": "<|reserved_special_token_33|>",
|
333 |
+
"lstrip": false,
|
334 |
+
"normalized": false,
|
335 |
+
"rstrip": false,
|
336 |
+
"single_word": false,
|
337 |
+
"special": true
|
338 |
+
},
|
339 |
+
"128042": {
|
340 |
+
"content": "<|reserved_special_token_34|>",
|
341 |
+
"lstrip": false,
|
342 |
+
"normalized": false,
|
343 |
+
"rstrip": false,
|
344 |
+
"single_word": false,
|
345 |
+
"special": true
|
346 |
+
},
|
347 |
+
"128043": {
|
348 |
+
"content": "<|reserved_special_token_35|>",
|
349 |
+
"lstrip": false,
|
350 |
+
"normalized": false,
|
351 |
+
"rstrip": false,
|
352 |
+
"single_word": false,
|
353 |
+
"special": true
|
354 |
+
},
|
355 |
+
"128044": {
|
356 |
+
"content": "<|reserved_special_token_36|>",
|
357 |
+
"lstrip": false,
|
358 |
+
"normalized": false,
|
359 |
+
"rstrip": false,
|
360 |
+
"single_word": false,
|
361 |
+
"special": true
|
362 |
+
},
|
363 |
+
"128045": {
|
364 |
+
"content": "<|reserved_special_token_37|>",
|
365 |
+
"lstrip": false,
|
366 |
+
"normalized": false,
|
367 |
+
"rstrip": false,
|
368 |
+
"single_word": false,
|
369 |
+
"special": true
|
370 |
+
},
|
371 |
+
"128046": {
|
372 |
+
"content": "<|reserved_special_token_38|>",
|
373 |
+
"lstrip": false,
|
374 |
+
"normalized": false,
|
375 |
+
"rstrip": false,
|
376 |
+
"single_word": false,
|
377 |
+
"special": true
|
378 |
+
},
|
379 |
+
"128047": {
|
380 |
+
"content": "<|reserved_special_token_39|>",
|
381 |
+
"lstrip": false,
|
382 |
+
"normalized": false,
|
383 |
+
"rstrip": false,
|
384 |
+
"single_word": false,
|
385 |
+
"special": true
|
386 |
+
},
|
387 |
+
"128048": {
|
388 |
+
"content": "<|reserved_special_token_40|>",
|
389 |
+
"lstrip": false,
|
390 |
+
"normalized": false,
|
391 |
+
"rstrip": false,
|
392 |
+
"single_word": false,
|
393 |
+
"special": true
|
394 |
+
},
|
395 |
+
"128049": {
|
396 |
+
"content": "<|reserved_special_token_41|>",
|
397 |
+
"lstrip": false,
|
398 |
+
"normalized": false,
|
399 |
+
"rstrip": false,
|
400 |
+
"single_word": false,
|
401 |
+
"special": true
|
402 |
+
},
|
403 |
+
"128050": {
|
404 |
+
"content": "<|reserved_special_token_42|>",
|
405 |
+
"lstrip": false,
|
406 |
+
"normalized": false,
|
407 |
+
"rstrip": false,
|
408 |
+
"single_word": false,
|
409 |
+
"special": true
|
410 |
+
},
|
411 |
+
"128051": {
|
412 |
+
"content": "<|reserved_special_token_43|>",
|
413 |
+
"lstrip": false,
|
414 |
+
"normalized": false,
|
415 |
+
"rstrip": false,
|
416 |
+
"single_word": false,
|
417 |
+
"special": true
|
418 |
+
},
|
419 |
+
"128052": {
|
420 |
+
"content": "<|reserved_special_token_44|>",
|
421 |
+
"lstrip": false,
|
422 |
+
"normalized": false,
|
423 |
+
"rstrip": false,
|
424 |
+
"single_word": false,
|
425 |
+
"special": true
|
426 |
+
},
|
427 |
+
"128053": {
|
428 |
+
"content": "<|reserved_special_token_45|>",
|
429 |
+
"lstrip": false,
|
430 |
+
"normalized": false,
|
431 |
+
"rstrip": false,
|
432 |
+
"single_word": false,
|
433 |
+
"special": true
|
434 |
+
},
|
435 |
+
"128054": {
|
436 |
+
"content": "<|reserved_special_token_46|>",
|
437 |
+
"lstrip": false,
|
438 |
+
"normalized": false,
|
439 |
+
"rstrip": false,
|
440 |
+
"single_word": false,
|
441 |
+
"special": true
|
442 |
+
},
|
443 |
+
"128055": {
|
444 |
+
"content": "<|reserved_special_token_47|>",
|
445 |
+
"lstrip": false,
|
446 |
+
"normalized": false,
|
447 |
+
"rstrip": false,
|
448 |
+
"single_word": false,
|
449 |
+
"special": true
|
450 |
+
},
|
451 |
+
"128056": {
|
452 |
+
"content": "<|reserved_special_token_48|>",
|
453 |
+
"lstrip": false,
|
454 |
+
"normalized": false,
|
455 |
+
"rstrip": false,
|
456 |
+
"single_word": false,
|
457 |
+
"special": true
|
458 |
+
},
|
459 |
+
"128057": {
|
460 |
+
"content": "<|reserved_special_token_49|>",
|
461 |
+
"lstrip": false,
|
462 |
+
"normalized": false,
|
463 |
+
"rstrip": false,
|
464 |
+
"single_word": false,
|
465 |
+
"special": true
|
466 |
+
},
|
467 |
+
"128058": {
|
468 |
+
"content": "<|reserved_special_token_50|>",
|
469 |
+
"lstrip": false,
|
470 |
+
"normalized": false,
|
471 |
+
"rstrip": false,
|
472 |
+
"single_word": false,
|
473 |
+
"special": true
|
474 |
+
},
|
475 |
+
"128059": {
|
476 |
+
"content": "<|reserved_special_token_51|>",
|
477 |
+
"lstrip": false,
|
478 |
+
"normalized": false,
|
479 |
+
"rstrip": false,
|
480 |
+
"single_word": false,
|
481 |
+
"special": true
|
482 |
+
},
|
483 |
+
"128060": {
|
484 |
+
"content": "<|reserved_special_token_52|>",
|
485 |
+
"lstrip": false,
|
486 |
+
"normalized": false,
|
487 |
+
"rstrip": false,
|
488 |
+
"single_word": false,
|
489 |
+
"special": true
|
490 |
+
},
|
491 |
+
"128061": {
|
492 |
+
"content": "<|reserved_special_token_53|>",
|
493 |
+
"lstrip": false,
|
494 |
+
"normalized": false,
|
495 |
+
"rstrip": false,
|
496 |
+
"single_word": false,
|
497 |
+
"special": true
|
498 |
+
},
|
499 |
+
"128062": {
|
500 |
+
"content": "<|reserved_special_token_54|>",
|
501 |
+
"lstrip": false,
|
502 |
+
"normalized": false,
|
503 |
+
"rstrip": false,
|
504 |
+
"single_word": false,
|
505 |
+
"special": true
|
506 |
+
},
|
507 |
+
"128063": {
|
508 |
+
"content": "<|reserved_special_token_55|>",
|
509 |
+
"lstrip": false,
|
510 |
+
"normalized": false,
|
511 |
+
"rstrip": false,
|
512 |
+
"single_word": false,
|
513 |
+
"special": true
|
514 |
+
},
|
515 |
+
"128064": {
|
516 |
+
"content": "<|reserved_special_token_56|>",
|
517 |
+
"lstrip": false,
|
518 |
+
"normalized": false,
|
519 |
+
"rstrip": false,
|
520 |
+
"single_word": false,
|
521 |
+
"special": true
|
522 |
+
},
|
523 |
+
"128065": {
|
524 |
+
"content": "<|reserved_special_token_57|>",
|
525 |
+
"lstrip": false,
|
526 |
+
"normalized": false,
|
527 |
+
"rstrip": false,
|
528 |
+
"single_word": false,
|
529 |
+
"special": true
|
530 |
+
},
|
531 |
+
"128066": {
|
532 |
+
"content": "<|reserved_special_token_58|>",
|
533 |
+
"lstrip": false,
|
534 |
+
"normalized": false,
|
535 |
+
"rstrip": false,
|
536 |
+
"single_word": false,
|
537 |
+
"special": true
|
538 |
+
},
|
539 |
+
"128067": {
|
540 |
+
"content": "<|reserved_special_token_59|>",
|
541 |
+
"lstrip": false,
|
542 |
+
"normalized": false,
|
543 |
+
"rstrip": false,
|
544 |
+
"single_word": false,
|
545 |
+
"special": true
|
546 |
+
},
|
547 |
+
"128068": {
|
548 |
+
"content": "<|reserved_special_token_60|>",
|
549 |
+
"lstrip": false,
|
550 |
+
"normalized": false,
|
551 |
+
"rstrip": false,
|
552 |
+
"single_word": false,
|
553 |
+
"special": true
|
554 |
+
},
|
555 |
+
"128069": {
|
556 |
+
"content": "<|reserved_special_token_61|>",
|
557 |
+
"lstrip": false,
|
558 |
+
"normalized": false,
|
559 |
+
"rstrip": false,
|
560 |
+
"single_word": false,
|
561 |
+
"special": true
|
562 |
+
},
|
563 |
+
"128070": {
|
564 |
+
"content": "<|reserved_special_token_62|>",
|
565 |
+
"lstrip": false,
|
566 |
+
"normalized": false,
|
567 |
+
"rstrip": false,
|
568 |
+
"single_word": false,
|
569 |
+
"special": true
|
570 |
+
},
|
571 |
+
"128071": {
|
572 |
+
"content": "<|reserved_special_token_63|>",
|
573 |
+
"lstrip": false,
|
574 |
+
"normalized": false,
|
575 |
+
"rstrip": false,
|
576 |
+
"single_word": false,
|
577 |
+
"special": true
|
578 |
+
},
|
579 |
+
"128072": {
|
580 |
+
"content": "<|reserved_special_token_64|>",
|
581 |
+
"lstrip": false,
|
582 |
+
"normalized": false,
|
583 |
+
"rstrip": false,
|
584 |
+
"single_word": false,
|
585 |
+
"special": true
|
586 |
+
},
|
587 |
+
"128073": {
|
588 |
+
"content": "<|reserved_special_token_65|>",
|
589 |
+
"lstrip": false,
|
590 |
+
"normalized": false,
|
591 |
+
"rstrip": false,
|
592 |
+
"single_word": false,
|
593 |
+
"special": true
|
594 |
+
},
|
595 |
+
"128074": {
|
596 |
+
"content": "<|reserved_special_token_66|>",
|
597 |
+
"lstrip": false,
|
598 |
+
"normalized": false,
|
599 |
+
"rstrip": false,
|
600 |
+
"single_word": false,
|
601 |
+
"special": true
|
602 |
+
},
|
603 |
+
"128075": {
|
604 |
+
"content": "<|reserved_special_token_67|>",
|
605 |
+
"lstrip": false,
|
606 |
+
"normalized": false,
|
607 |
+
"rstrip": false,
|
608 |
+
"single_word": false,
|
609 |
+
"special": true
|
610 |
+
},
|
611 |
+
"128076": {
|
612 |
+
"content": "<|reserved_special_token_68|>",
|
613 |
+
"lstrip": false,
|
614 |
+
"normalized": false,
|
615 |
+
"rstrip": false,
|
616 |
+
"single_word": false,
|
617 |
+
"special": true
|
618 |
+
},
|
619 |
+
"128077": {
|
620 |
+
"content": "<|reserved_special_token_69|>",
|
621 |
+
"lstrip": false,
|
622 |
+
"normalized": false,
|
623 |
+
"rstrip": false,
|
624 |
+
"single_word": false,
|
625 |
+
"special": true
|
626 |
+
},
|
627 |
+
"128078": {
|
628 |
+
"content": "<|reserved_special_token_70|>",
|
629 |
+
"lstrip": false,
|
630 |
+
"normalized": false,
|
631 |
+
"rstrip": false,
|
632 |
+
"single_word": false,
|
633 |
+
"special": true
|
634 |
+
},
|
635 |
+
"128079": {
|
636 |
+
"content": "<|reserved_special_token_71|>",
|
637 |
+
"lstrip": false,
|
638 |
+
"normalized": false,
|
639 |
+
"rstrip": false,
|
640 |
+
"single_word": false,
|
641 |
+
"special": true
|
642 |
+
},
|
643 |
+
"128080": {
|
644 |
+
"content": "<|reserved_special_token_72|>",
|
645 |
+
"lstrip": false,
|
646 |
+
"normalized": false,
|
647 |
+
"rstrip": false,
|
648 |
+
"single_word": false,
|
649 |
+
"special": true
|
650 |
+
},
|
651 |
+
"128081": {
|
652 |
+
"content": "<|reserved_special_token_73|>",
|
653 |
+
"lstrip": false,
|
654 |
+
"normalized": false,
|
655 |
+
"rstrip": false,
|
656 |
+
"single_word": false,
|
657 |
+
"special": true
|
658 |
+
},
|
659 |
+
"128082": {
|
660 |
+
"content": "<|reserved_special_token_74|>",
|
661 |
+
"lstrip": false,
|
662 |
+
"normalized": false,
|
663 |
+
"rstrip": false,
|
664 |
+
"single_word": false,
|
665 |
+
"special": true
|
666 |
+
},
|
667 |
+
"128083": {
|
668 |
+
"content": "<|reserved_special_token_75|>",
|
669 |
+
"lstrip": false,
|
670 |
+
"normalized": false,
|
671 |
+
"rstrip": false,
|
672 |
+
"single_word": false,
|
673 |
+
"special": true
|
674 |
+
},
|
675 |
+
"128084": {
|
676 |
+
"content": "<|reserved_special_token_76|>",
|
677 |
+
"lstrip": false,
|
678 |
+
"normalized": false,
|
679 |
+
"rstrip": false,
|
680 |
+
"single_word": false,
|
681 |
+
"special": true
|
682 |
+
},
|
683 |
+
"128085": {
|
684 |
+
"content": "<|reserved_special_token_77|>",
|
685 |
+
"lstrip": false,
|
686 |
+
"normalized": false,
|
687 |
+
"rstrip": false,
|
688 |
+
"single_word": false,
|
689 |
+
"special": true
|
690 |
+
},
|
691 |
+
"128086": {
|
692 |
+
"content": "<|reserved_special_token_78|>",
|
693 |
+
"lstrip": false,
|
694 |
+
"normalized": false,
|
695 |
+
"rstrip": false,
|
696 |
+
"single_word": false,
|
697 |
+
"special": true
|
698 |
+
},
|
699 |
+
"128087": {
|
700 |
+
"content": "<|reserved_special_token_79|>",
|
701 |
+
"lstrip": false,
|
702 |
+
"normalized": false,
|
703 |
+
"rstrip": false,
|
704 |
+
"single_word": false,
|
705 |
+
"special": true
|
706 |
+
},
|
707 |
+
"128088": {
|
708 |
+
"content": "<|reserved_special_token_80|>",
|
709 |
+
"lstrip": false,
|
710 |
+
"normalized": false,
|
711 |
+
"rstrip": false,
|
712 |
+
"single_word": false,
|
713 |
+
"special": true
|
714 |
+
},
|
715 |
+
"128089": {
|
716 |
+
"content": "<|reserved_special_token_81|>",
|
717 |
+
"lstrip": false,
|
718 |
+
"normalized": false,
|
719 |
+
"rstrip": false,
|
720 |
+
"single_word": false,
|
721 |
+
"special": true
|
722 |
+
},
|
723 |
+
"128090": {
|
724 |
+
"content": "<|reserved_special_token_82|>",
|
725 |
+
"lstrip": false,
|
726 |
+
"normalized": false,
|
727 |
+
"rstrip": false,
|
728 |
+
"single_word": false,
|
729 |
+
"special": true
|
730 |
+
},
|
731 |
+
"128091": {
|
732 |
+
"content": "<|reserved_special_token_83|>",
|
733 |
+
"lstrip": false,
|
734 |
+
"normalized": false,
|
735 |
+
"rstrip": false,
|
736 |
+
"single_word": false,
|
737 |
+
"special": true
|
738 |
+
},
|
739 |
+
"128092": {
|
740 |
+
"content": "<|reserved_special_token_84|>",
|
741 |
+
"lstrip": false,
|
742 |
+
"normalized": false,
|
743 |
+
"rstrip": false,
|
744 |
+
"single_word": false,
|
745 |
+
"special": true
|
746 |
+
},
|
747 |
+
"128093": {
|
748 |
+
"content": "<|reserved_special_token_85|>",
|
749 |
+
"lstrip": false,
|
750 |
+
"normalized": false,
|
751 |
+
"rstrip": false,
|
752 |
+
"single_word": false,
|
753 |
+
"special": true
|
754 |
+
},
|
755 |
+
"128094": {
|
756 |
+
"content": "<|reserved_special_token_86|>",
|
757 |
+
"lstrip": false,
|
758 |
+
"normalized": false,
|
759 |
+
"rstrip": false,
|
760 |
+
"single_word": false,
|
761 |
+
"special": true
|
762 |
+
},
|
763 |
+
"128095": {
|
764 |
+
"content": "<|reserved_special_token_87|>",
|
765 |
+
"lstrip": false,
|
766 |
+
"normalized": false,
|
767 |
+
"rstrip": false,
|
768 |
+
"single_word": false,
|
769 |
+
"special": true
|
770 |
+
},
|
771 |
+
"128096": {
|
772 |
+
"content": "<|reserved_special_token_88|>",
|
773 |
+
"lstrip": false,
|
774 |
+
"normalized": false,
|
775 |
+
"rstrip": false,
|
776 |
+
"single_word": false,
|
777 |
+
"special": true
|
778 |
+
},
|
779 |
+
"128097": {
|
780 |
+
"content": "<|reserved_special_token_89|>",
|
781 |
+
"lstrip": false,
|
782 |
+
"normalized": false,
|
783 |
+
"rstrip": false,
|
784 |
+
"single_word": false,
|
785 |
+
"special": true
|
786 |
+
},
|
787 |
+
"128098": {
|
788 |
+
"content": "<|reserved_special_token_90|>",
|
789 |
+
"lstrip": false,
|
790 |
+
"normalized": false,
|
791 |
+
"rstrip": false,
|
792 |
+
"single_word": false,
|
793 |
+
"special": true
|
794 |
+
},
|
795 |
+
"128099": {
|
796 |
+
"content": "<|reserved_special_token_91|>",
|
797 |
+
"lstrip": false,
|
798 |
+
"normalized": false,
|
799 |
+
"rstrip": false,
|
800 |
+
"single_word": false,
|
801 |
+
"special": true
|
802 |
+
},
|
803 |
+
"128100": {
|
804 |
+
"content": "<|reserved_special_token_92|>",
|
805 |
+
"lstrip": false,
|
806 |
+
"normalized": false,
|
807 |
+
"rstrip": false,
|
808 |
+
"single_word": false,
|
809 |
+
"special": true
|
810 |
+
},
|
811 |
+
"128101": {
|
812 |
+
"content": "<|reserved_special_token_93|>",
|
813 |
+
"lstrip": false,
|
814 |
+
"normalized": false,
|
815 |
+
"rstrip": false,
|
816 |
+
"single_word": false,
|
817 |
+
"special": true
|
818 |
+
},
|
819 |
+
"128102": {
|
820 |
+
"content": "<|reserved_special_token_94|>",
|
821 |
+
"lstrip": false,
|
822 |
+
"normalized": false,
|
823 |
+
"rstrip": false,
|
824 |
+
"single_word": false,
|
825 |
+
"special": true
|
826 |
+
},
|
827 |
+
"128103": {
|
828 |
+
"content": "<|reserved_special_token_95|>",
|
829 |
+
"lstrip": false,
|
830 |
+
"normalized": false,
|
831 |
+
"rstrip": false,
|
832 |
+
"single_word": false,
|
833 |
+
"special": true
|
834 |
+
},
|
835 |
+
"128104": {
|
836 |
+
"content": "<|reserved_special_token_96|>",
|
837 |
+
"lstrip": false,
|
838 |
+
"normalized": false,
|
839 |
+
"rstrip": false,
|
840 |
+
"single_word": false,
|
841 |
+
"special": true
|
842 |
+
},
|
843 |
+
"128105": {
|
844 |
+
"content": "<|reserved_special_token_97|>",
|
845 |
+
"lstrip": false,
|
846 |
+
"normalized": false,
|
847 |
+
"rstrip": false,
|
848 |
+
"single_word": false,
|
849 |
+
"special": true
|
850 |
+
},
|
851 |
+
"128106": {
|
852 |
+
"content": "<|reserved_special_token_98|>",
|
853 |
+
"lstrip": false,
|
854 |
+
"normalized": false,
|
855 |
+
"rstrip": false,
|
856 |
+
"single_word": false,
|
857 |
+
"special": true
|
858 |
+
},
|
859 |
+
"128107": {
|
860 |
+
"content": "<|reserved_special_token_99|>",
|
861 |
+
"lstrip": false,
|
862 |
+
"normalized": false,
|
863 |
+
"rstrip": false,
|
864 |
+
"single_word": false,
|
865 |
+
"special": true
|
866 |
+
},
|
867 |
+
"128108": {
|
868 |
+
"content": "<|reserved_special_token_100|>",
|
869 |
+
"lstrip": false,
|
870 |
+
"normalized": false,
|
871 |
+
"rstrip": false,
|
872 |
+
"single_word": false,
|
873 |
+
"special": true
|
874 |
+
},
|
875 |
+
"128109": {
|
876 |
+
"content": "<|reserved_special_token_101|>",
|
877 |
+
"lstrip": false,
|
878 |
+
"normalized": false,
|
879 |
+
"rstrip": false,
|
880 |
+
"single_word": false,
|
881 |
+
"special": true
|
882 |
+
},
|
883 |
+
"128110": {
|
884 |
+
"content": "<|reserved_special_token_102|>",
|
885 |
+
"lstrip": false,
|
886 |
+
"normalized": false,
|
887 |
+
"rstrip": false,
|
888 |
+
"single_word": false,
|
889 |
+
"special": true
|
890 |
+
},
|
891 |
+
"128111": {
|
892 |
+
"content": "<|reserved_special_token_103|>",
|
893 |
+
"lstrip": false,
|
894 |
+
"normalized": false,
|
895 |
+
"rstrip": false,
|
896 |
+
"single_word": false,
|
897 |
+
"special": true
|
898 |
+
},
|
899 |
+
"128112": {
|
900 |
+
"content": "<|reserved_special_token_104|>",
|
901 |
+
"lstrip": false,
|
902 |
+
"normalized": false,
|
903 |
+
"rstrip": false,
|
904 |
+
"single_word": false,
|
905 |
+
"special": true
|
906 |
+
},
|
907 |
+
"128113": {
|
908 |
+
"content": "<|reserved_special_token_105|>",
|
909 |
+
"lstrip": false,
|
910 |
+
"normalized": false,
|
911 |
+
"rstrip": false,
|
912 |
+
"single_word": false,
|
913 |
+
"special": true
|
914 |
+
},
|
915 |
+
"128114": {
|
916 |
+
"content": "<|reserved_special_token_106|>",
|
917 |
+
"lstrip": false,
|
918 |
+
"normalized": false,
|
919 |
+
"rstrip": false,
|
920 |
+
"single_word": false,
|
921 |
+
"special": true
|
922 |
+
},
|
923 |
+
"128115": {
|
924 |
+
"content": "<|reserved_special_token_107|>",
|
925 |
+
"lstrip": false,
|
926 |
+
"normalized": false,
|
927 |
+
"rstrip": false,
|
928 |
+
"single_word": false,
|
929 |
+
"special": true
|
930 |
+
},
|
931 |
+
"128116": {
|
932 |
+
"content": "<|reserved_special_token_108|>",
|
933 |
+
"lstrip": false,
|
934 |
+
"normalized": false,
|
935 |
+
"rstrip": false,
|
936 |
+
"single_word": false,
|
937 |
+
"special": true
|
938 |
+
},
|
939 |
+
"128117": {
|
940 |
+
"content": "<|reserved_special_token_109|>",
|
941 |
+
"lstrip": false,
|
942 |
+
"normalized": false,
|
943 |
+
"rstrip": false,
|
944 |
+
"single_word": false,
|
945 |
+
"special": true
|
946 |
+
},
|
947 |
+
"128118": {
|
948 |
+
"content": "<|reserved_special_token_110|>",
|
949 |
+
"lstrip": false,
|
950 |
+
"normalized": false,
|
951 |
+
"rstrip": false,
|
952 |
+
"single_word": false,
|
953 |
+
"special": true
|
954 |
+
},
|
955 |
+
"128119": {
|
956 |
+
"content": "<|reserved_special_token_111|>",
|
957 |
+
"lstrip": false,
|
958 |
+
"normalized": false,
|
959 |
+
"rstrip": false,
|
960 |
+
"single_word": false,
|
961 |
+
"special": true
|
962 |
+
},
|
963 |
+
"128120": {
|
964 |
+
"content": "<|reserved_special_token_112|>",
|
965 |
+
"lstrip": false,
|
966 |
+
"normalized": false,
|
967 |
+
"rstrip": false,
|
968 |
+
"single_word": false,
|
969 |
+
"special": true
|
970 |
+
},
|
971 |
+
"128121": {
|
972 |
+
"content": "<|reserved_special_token_113|>",
|
973 |
+
"lstrip": false,
|
974 |
+
"normalized": false,
|
975 |
+
"rstrip": false,
|
976 |
+
"single_word": false,
|
977 |
+
"special": true
|
978 |
+
},
|
979 |
+
"128122": {
|
980 |
+
"content": "<|reserved_special_token_114|>",
|
981 |
+
"lstrip": false,
|
982 |
+
"normalized": false,
|
983 |
+
"rstrip": false,
|
984 |
+
"single_word": false,
|
985 |
+
"special": true
|
986 |
+
},
|
987 |
+
"128123": {
|
988 |
+
"content": "<|reserved_special_token_115|>",
|
989 |
+
"lstrip": false,
|
990 |
+
"normalized": false,
|
991 |
+
"rstrip": false,
|
992 |
+
"single_word": false,
|
993 |
+
"special": true
|
994 |
+
},
|
995 |
+
"128124": {
|
996 |
+
"content": "<|reserved_special_token_116|>",
|
997 |
+
"lstrip": false,
|
998 |
+
"normalized": false,
|
999 |
+
"rstrip": false,
|
1000 |
+
"single_word": false,
|
1001 |
+
"special": true
|
1002 |
+
},
|
1003 |
+
"128125": {
|
1004 |
+
"content": "<|reserved_special_token_117|>",
|
1005 |
+
"lstrip": false,
|
1006 |
+
"normalized": false,
|
1007 |
+
"rstrip": false,
|
1008 |
+
"single_word": false,
|
1009 |
+
"special": true
|
1010 |
+
},
|
1011 |
+
"128126": {
|
1012 |
+
"content": "<|reserved_special_token_118|>",
|
1013 |
+
"lstrip": false,
|
1014 |
+
"normalized": false,
|
1015 |
+
"rstrip": false,
|
1016 |
+
"single_word": false,
|
1017 |
+
"special": true
|
1018 |
+
},
|
1019 |
+
"128127": {
|
1020 |
+
"content": "<|reserved_special_token_119|>",
|
1021 |
+
"lstrip": false,
|
1022 |
+
"normalized": false,
|
1023 |
+
"rstrip": false,
|
1024 |
+
"single_word": false,
|
1025 |
+
"special": true
|
1026 |
+
},
|
1027 |
+
"128128": {
|
1028 |
+
"content": "<|reserved_special_token_120|>",
|
1029 |
+
"lstrip": false,
|
1030 |
+
"normalized": false,
|
1031 |
+
"rstrip": false,
|
1032 |
+
"single_word": false,
|
1033 |
+
"special": true
|
1034 |
+
},
|
1035 |
+
"128129": {
|
1036 |
+
"content": "<|reserved_special_token_121|>",
|
1037 |
+
"lstrip": false,
|
1038 |
+
"normalized": false,
|
1039 |
+
"rstrip": false,
|
1040 |
+
"single_word": false,
|
1041 |
+
"special": true
|
1042 |
+
},
|
1043 |
+
"128130": {
|
1044 |
+
"content": "<|reserved_special_token_122|>",
|
1045 |
+
"lstrip": false,
|
1046 |
+
"normalized": false,
|
1047 |
+
"rstrip": false,
|
1048 |
+
"single_word": false,
|
1049 |
+
"special": true
|
1050 |
+
},
|
1051 |
+
"128131": {
|
1052 |
+
"content": "<|reserved_special_token_123|>",
|
1053 |
+
"lstrip": false,
|
1054 |
+
"normalized": false,
|
1055 |
+
"rstrip": false,
|
1056 |
+
"single_word": false,
|
1057 |
+
"special": true
|
1058 |
+
},
|
1059 |
+
"128132": {
|
1060 |
+
"content": "<|reserved_special_token_124|>",
|
1061 |
+
"lstrip": false,
|
1062 |
+
"normalized": false,
|
1063 |
+
"rstrip": false,
|
1064 |
+
"single_word": false,
|
1065 |
+
"special": true
|
1066 |
+
},
|
1067 |
+
"128133": {
|
1068 |
+
"content": "<|reserved_special_token_125|>",
|
1069 |
+
"lstrip": false,
|
1070 |
+
"normalized": false,
|
1071 |
+
"rstrip": false,
|
1072 |
+
"single_word": false,
|
1073 |
+
"special": true
|
1074 |
+
},
|
1075 |
+
"128134": {
|
1076 |
+
"content": "<|reserved_special_token_126|>",
|
1077 |
+
"lstrip": false,
|
1078 |
+
"normalized": false,
|
1079 |
+
"rstrip": false,
|
1080 |
+
"single_word": false,
|
1081 |
+
"special": true
|
1082 |
+
},
|
1083 |
+
"128135": {
|
1084 |
+
"content": "<|reserved_special_token_127|>",
|
1085 |
+
"lstrip": false,
|
1086 |
+
"normalized": false,
|
1087 |
+
"rstrip": false,
|
1088 |
+
"single_word": false,
|
1089 |
+
"special": true
|
1090 |
+
},
|
1091 |
+
"128136": {
|
1092 |
+
"content": "<|reserved_special_token_128|>",
|
1093 |
+
"lstrip": false,
|
1094 |
+
"normalized": false,
|
1095 |
+
"rstrip": false,
|
1096 |
+
"single_word": false,
|
1097 |
+
"special": true
|
1098 |
+
},
|
1099 |
+
"128137": {
|
1100 |
+
"content": "<|reserved_special_token_129|>",
|
1101 |
+
"lstrip": false,
|
1102 |
+
"normalized": false,
|
1103 |
+
"rstrip": false,
|
1104 |
+
"single_word": false,
|
1105 |
+
"special": true
|
1106 |
+
},
|
1107 |
+
"128138": {
|
1108 |
+
"content": "<|reserved_special_token_130|>",
|
1109 |
+
"lstrip": false,
|
1110 |
+
"normalized": false,
|
1111 |
+
"rstrip": false,
|
1112 |
+
"single_word": false,
|
1113 |
+
"special": true
|
1114 |
+
},
|
1115 |
+
"128139": {
|
1116 |
+
"content": "<|reserved_special_token_131|>",
|
1117 |
+
"lstrip": false,
|
1118 |
+
"normalized": false,
|
1119 |
+
"rstrip": false,
|
1120 |
+
"single_word": false,
|
1121 |
+
"special": true
|
1122 |
+
},
|
1123 |
+
"128140": {
|
1124 |
+
"content": "<|reserved_special_token_132|>",
|
1125 |
+
"lstrip": false,
|
1126 |
+
"normalized": false,
|
1127 |
+
"rstrip": false,
|
1128 |
+
"single_word": false,
|
1129 |
+
"special": true
|
1130 |
+
},
|
1131 |
+
"128141": {
|
1132 |
+
"content": "<|reserved_special_token_133|>",
|
1133 |
+
"lstrip": false,
|
1134 |
+
"normalized": false,
|
1135 |
+
"rstrip": false,
|
1136 |
+
"single_word": false,
|
1137 |
+
"special": true
|
1138 |
+
},
|
1139 |
+
"128142": {
|
1140 |
+
"content": "<|reserved_special_token_134|>",
|
1141 |
+
"lstrip": false,
|
1142 |
+
"normalized": false,
|
1143 |
+
"rstrip": false,
|
1144 |
+
"single_word": false,
|
1145 |
+
"special": true
|
1146 |
+
},
|
1147 |
+
"128143": {
|
1148 |
+
"content": "<|reserved_special_token_135|>",
|
1149 |
+
"lstrip": false,
|
1150 |
+
"normalized": false,
|
1151 |
+
"rstrip": false,
|
1152 |
+
"single_word": false,
|
1153 |
+
"special": true
|
1154 |
+
},
|
1155 |
+
"128144": {
|
1156 |
+
"content": "<|reserved_special_token_136|>",
|
1157 |
+
"lstrip": false,
|
1158 |
+
"normalized": false,
|
1159 |
+
"rstrip": false,
|
1160 |
+
"single_word": false,
|
1161 |
+
"special": true
|
1162 |
+
},
|
1163 |
+
"128145": {
|
1164 |
+
"content": "<|reserved_special_token_137|>",
|
1165 |
+
"lstrip": false,
|
1166 |
+
"normalized": false,
|
1167 |
+
"rstrip": false,
|
1168 |
+
"single_word": false,
|
1169 |
+
"special": true
|
1170 |
+
},
|
1171 |
+
"128146": {
|
1172 |
+
"content": "<|reserved_special_token_138|>",
|
1173 |
+
"lstrip": false,
|
1174 |
+
"normalized": false,
|
1175 |
+
"rstrip": false,
|
1176 |
+
"single_word": false,
|
1177 |
+
"special": true
|
1178 |
+
},
|
1179 |
+
"128147": {
|
1180 |
+
"content": "<|reserved_special_token_139|>",
|
1181 |
+
"lstrip": false,
|
1182 |
+
"normalized": false,
|
1183 |
+
"rstrip": false,
|
1184 |
+
"single_word": false,
|
1185 |
+
"special": true
|
1186 |
+
},
|
1187 |
+
"128148": {
|
1188 |
+
"content": "<|reserved_special_token_140|>",
|
1189 |
+
"lstrip": false,
|
1190 |
+
"normalized": false,
|
1191 |
+
"rstrip": false,
|
1192 |
+
"single_word": false,
|
1193 |
+
"special": true
|
1194 |
+
},
|
1195 |
+
"128149": {
|
1196 |
+
"content": "<|reserved_special_token_141|>",
|
1197 |
+
"lstrip": false,
|
1198 |
+
"normalized": false,
|
1199 |
+
"rstrip": false,
|
1200 |
+
"single_word": false,
|
1201 |
+
"special": true
|
1202 |
+
},
|
1203 |
+
"128150": {
|
1204 |
+
"content": "<|reserved_special_token_142|>",
|
1205 |
+
"lstrip": false,
|
1206 |
+
"normalized": false,
|
1207 |
+
"rstrip": false,
|
1208 |
+
"single_word": false,
|
1209 |
+
"special": true
|
1210 |
+
},
|
1211 |
+
"128151": {
|
1212 |
+
"content": "<|reserved_special_token_143|>",
|
1213 |
+
"lstrip": false,
|
1214 |
+
"normalized": false,
|
1215 |
+
"rstrip": false,
|
1216 |
+
"single_word": false,
|
1217 |
+
"special": true
|
1218 |
+
},
|
1219 |
+
"128152": {
|
1220 |
+
"content": "<|reserved_special_token_144|>",
|
1221 |
+
"lstrip": false,
|
1222 |
+
"normalized": false,
|
1223 |
+
"rstrip": false,
|
1224 |
+
"single_word": false,
|
1225 |
+
"special": true
|
1226 |
+
},
|
1227 |
+
"128153": {
|
1228 |
+
"content": "<|reserved_special_token_145|>",
|
1229 |
+
"lstrip": false,
|
1230 |
+
"normalized": false,
|
1231 |
+
"rstrip": false,
|
1232 |
+
"single_word": false,
|
1233 |
+
"special": true
|
1234 |
+
},
|
1235 |
+
"128154": {
|
1236 |
+
"content": "<|reserved_special_token_146|>",
|
1237 |
+
"lstrip": false,
|
1238 |
+
"normalized": false,
|
1239 |
+
"rstrip": false,
|
1240 |
+
"single_word": false,
|
1241 |
+
"special": true
|
1242 |
+
},
|
1243 |
+
"128155": {
|
1244 |
+
"content": "<|reserved_special_token_147|>",
|
1245 |
+
"lstrip": false,
|
1246 |
+
"normalized": false,
|
1247 |
+
"rstrip": false,
|
1248 |
+
"single_word": false,
|
1249 |
+
"special": true
|
1250 |
+
},
|
1251 |
+
"128156": {
|
1252 |
+
"content": "<|reserved_special_token_148|>",
|
1253 |
+
"lstrip": false,
|
1254 |
+
"normalized": false,
|
1255 |
+
"rstrip": false,
|
1256 |
+
"single_word": false,
|
1257 |
+
"special": true
|
1258 |
+
},
|
1259 |
+
"128157": {
|
1260 |
+
"content": "<|reserved_special_token_149|>",
|
1261 |
+
"lstrip": false,
|
1262 |
+
"normalized": false,
|
1263 |
+
"rstrip": false,
|
1264 |
+
"single_word": false,
|
1265 |
+
"special": true
|
1266 |
+
},
|
1267 |
+
"128158": {
|
1268 |
+
"content": "<|reserved_special_token_150|>",
|
1269 |
+
"lstrip": false,
|
1270 |
+
"normalized": false,
|
1271 |
+
"rstrip": false,
|
1272 |
+
"single_word": false,
|
1273 |
+
"special": true
|
1274 |
+
},
|
1275 |
+
"128159": {
|
1276 |
+
"content": "<|reserved_special_token_151|>",
|
1277 |
+
"lstrip": false,
|
1278 |
+
"normalized": false,
|
1279 |
+
"rstrip": false,
|
1280 |
+
"single_word": false,
|
1281 |
+
"special": true
|
1282 |
+
},
|
1283 |
+
"128160": {
|
1284 |
+
"content": "<|reserved_special_token_152|>",
|
1285 |
+
"lstrip": false,
|
1286 |
+
"normalized": false,
|
1287 |
+
"rstrip": false,
|
1288 |
+
"single_word": false,
|
1289 |
+
"special": true
|
1290 |
+
},
|
1291 |
+
"128161": {
|
1292 |
+
"content": "<|reserved_special_token_153|>",
|
1293 |
+
"lstrip": false,
|
1294 |
+
"normalized": false,
|
1295 |
+
"rstrip": false,
|
1296 |
+
"single_word": false,
|
1297 |
+
"special": true
|
1298 |
+
},
|
1299 |
+
"128162": {
|
1300 |
+
"content": "<|reserved_special_token_154|>",
|
1301 |
+
"lstrip": false,
|
1302 |
+
"normalized": false,
|
1303 |
+
"rstrip": false,
|
1304 |
+
"single_word": false,
|
1305 |
+
"special": true
|
1306 |
+
},
|
1307 |
+
"128163": {
|
1308 |
+
"content": "<|reserved_special_token_155|>",
|
1309 |
+
"lstrip": false,
|
1310 |
+
"normalized": false,
|
1311 |
+
"rstrip": false,
|
1312 |
+
"single_word": false,
|
1313 |
+
"special": true
|
1314 |
+
},
|
1315 |
+
"128164": {
|
1316 |
+
"content": "<|reserved_special_token_156|>",
|
1317 |
+
"lstrip": false,
|
1318 |
+
"normalized": false,
|
1319 |
+
"rstrip": false,
|
1320 |
+
"single_word": false,
|
1321 |
+
"special": true
|
1322 |
+
},
|
1323 |
+
"128165": {
|
1324 |
+
"content": "<|reserved_special_token_157|>",
|
1325 |
+
"lstrip": false,
|
1326 |
+
"normalized": false,
|
1327 |
+
"rstrip": false,
|
1328 |
+
"single_word": false,
|
1329 |
+
"special": true
|
1330 |
+
},
|
1331 |
+
"128166": {
|
1332 |
+
"content": "<|reserved_special_token_158|>",
|
1333 |
+
"lstrip": false,
|
1334 |
+
"normalized": false,
|
1335 |
+
"rstrip": false,
|
1336 |
+
"single_word": false,
|
1337 |
+
"special": true
|
1338 |
+
},
|
1339 |
+
"128167": {
|
1340 |
+
"content": "<|reserved_special_token_159|>",
|
1341 |
+
"lstrip": false,
|
1342 |
+
"normalized": false,
|
1343 |
+
"rstrip": false,
|
1344 |
+
"single_word": false,
|
1345 |
+
"special": true
|
1346 |
+
},
|
1347 |
+
"128168": {
|
1348 |
+
"content": "<|reserved_special_token_160|>",
|
1349 |
+
"lstrip": false,
|
1350 |
+
"normalized": false,
|
1351 |
+
"rstrip": false,
|
1352 |
+
"single_word": false,
|
1353 |
+
"special": true
|
1354 |
+
},
|
1355 |
+
"128169": {
|
1356 |
+
"content": "<|reserved_special_token_161|>",
|
1357 |
+
"lstrip": false,
|
1358 |
+
"normalized": false,
|
1359 |
+
"rstrip": false,
|
1360 |
+
"single_word": false,
|
1361 |
+
"special": true
|
1362 |
+
},
|
1363 |
+
"128170": {
|
1364 |
+
"content": "<|reserved_special_token_162|>",
|
1365 |
+
"lstrip": false,
|
1366 |
+
"normalized": false,
|
1367 |
+
"rstrip": false,
|
1368 |
+
"single_word": false,
|
1369 |
+
"special": true
|
1370 |
+
},
|
1371 |
+
"128171": {
|
1372 |
+
"content": "<|reserved_special_token_163|>",
|
1373 |
+
"lstrip": false,
|
1374 |
+
"normalized": false,
|
1375 |
+
"rstrip": false,
|
1376 |
+
"single_word": false,
|
1377 |
+
"special": true
|
1378 |
+
},
|
1379 |
+
"128172": {
|
1380 |
+
"content": "<|reserved_special_token_164|>",
|
1381 |
+
"lstrip": false,
|
1382 |
+
"normalized": false,
|
1383 |
+
"rstrip": false,
|
1384 |
+
"single_word": false,
|
1385 |
+
"special": true
|
1386 |
+
},
|
1387 |
+
"128173": {
|
1388 |
+
"content": "<|reserved_special_token_165|>",
|
1389 |
+
"lstrip": false,
|
1390 |
+
"normalized": false,
|
1391 |
+
"rstrip": false,
|
1392 |
+
"single_word": false,
|
1393 |
+
"special": true
|
1394 |
+
},
|
1395 |
+
"128174": {
|
1396 |
+
"content": "<|reserved_special_token_166|>",
|
1397 |
+
"lstrip": false,
|
1398 |
+
"normalized": false,
|
1399 |
+
"rstrip": false,
|
1400 |
+
"single_word": false,
|
1401 |
+
"special": true
|
1402 |
+
},
|
1403 |
+
"128175": {
|
1404 |
+
"content": "<|reserved_special_token_167|>",
|
1405 |
+
"lstrip": false,
|
1406 |
+
"normalized": false,
|
1407 |
+
"rstrip": false,
|
1408 |
+
"single_word": false,
|
1409 |
+
"special": true
|
1410 |
+
},
|
1411 |
+
"128176": {
|
1412 |
+
"content": "<|reserved_special_token_168|>",
|
1413 |
+
"lstrip": false,
|
1414 |
+
"normalized": false,
|
1415 |
+
"rstrip": false,
|
1416 |
+
"single_word": false,
|
1417 |
+
"special": true
|
1418 |
+
},
|
1419 |
+
"128177": {
|
1420 |
+
"content": "<|reserved_special_token_169|>",
|
1421 |
+
"lstrip": false,
|
1422 |
+
"normalized": false,
|
1423 |
+
"rstrip": false,
|
1424 |
+
"single_word": false,
|
1425 |
+
"special": true
|
1426 |
+
},
|
1427 |
+
"128178": {
|
1428 |
+
"content": "<|reserved_special_token_170|>",
|
1429 |
+
"lstrip": false,
|
1430 |
+
"normalized": false,
|
1431 |
+
"rstrip": false,
|
1432 |
+
"single_word": false,
|
1433 |
+
"special": true
|
1434 |
+
},
|
1435 |
+
"128179": {
|
1436 |
+
"content": "<|reserved_special_token_171|>",
|
1437 |
+
"lstrip": false,
|
1438 |
+
"normalized": false,
|
1439 |
+
"rstrip": false,
|
1440 |
+
"single_word": false,
|
1441 |
+
"special": true
|
1442 |
+
},
|
1443 |
+
"128180": {
|
1444 |
+
"content": "<|reserved_special_token_172|>",
|
1445 |
+
"lstrip": false,
|
1446 |
+
"normalized": false,
|
1447 |
+
"rstrip": false,
|
1448 |
+
"single_word": false,
|
1449 |
+
"special": true
|
1450 |
+
},
|
1451 |
+
"128181": {
|
1452 |
+
"content": "<|reserved_special_token_173|>",
|
1453 |
+
"lstrip": false,
|
1454 |
+
"normalized": false,
|
1455 |
+
"rstrip": false,
|
1456 |
+
"single_word": false,
|
1457 |
+
"special": true
|
1458 |
+
},
|
1459 |
+
"128182": {
|
1460 |
+
"content": "<|reserved_special_token_174|>",
|
1461 |
+
"lstrip": false,
|
1462 |
+
"normalized": false,
|
1463 |
+
"rstrip": false,
|
1464 |
+
"single_word": false,
|
1465 |
+
"special": true
|
1466 |
+
},
|
1467 |
+
"128183": {
|
1468 |
+
"content": "<|reserved_special_token_175|>",
|
1469 |
+
"lstrip": false,
|
1470 |
+
"normalized": false,
|
1471 |
+
"rstrip": false,
|
1472 |
+
"single_word": false,
|
1473 |
+
"special": true
|
1474 |
+
},
|
1475 |
+
"128184": {
|
1476 |
+
"content": "<|reserved_special_token_176|>",
|
1477 |
+
"lstrip": false,
|
1478 |
+
"normalized": false,
|
1479 |
+
"rstrip": false,
|
1480 |
+
"single_word": false,
|
1481 |
+
"special": true
|
1482 |
+
},
|
1483 |
+
"128185": {
|
1484 |
+
"content": "<|reserved_special_token_177|>",
|
1485 |
+
"lstrip": false,
|
1486 |
+
"normalized": false,
|
1487 |
+
"rstrip": false,
|
1488 |
+
"single_word": false,
|
1489 |
+
"special": true
|
1490 |
+
},
|
1491 |
+
"128186": {
|
1492 |
+
"content": "<|reserved_special_token_178|>",
|
1493 |
+
"lstrip": false,
|
1494 |
+
"normalized": false,
|
1495 |
+
"rstrip": false,
|
1496 |
+
"single_word": false,
|
1497 |
+
"special": true
|
1498 |
+
},
|
1499 |
+
"128187": {
|
1500 |
+
"content": "<|reserved_special_token_179|>",
|
1501 |
+
"lstrip": false,
|
1502 |
+
"normalized": false,
|
1503 |
+
"rstrip": false,
|
1504 |
+
"single_word": false,
|
1505 |
+
"special": true
|
1506 |
+
},
|
1507 |
+
"128188": {
|
1508 |
+
"content": "<|reserved_special_token_180|>",
|
1509 |
+
"lstrip": false,
|
1510 |
+
"normalized": false,
|
1511 |
+
"rstrip": false,
|
1512 |
+
"single_word": false,
|
1513 |
+
"special": true
|
1514 |
+
},
|
1515 |
+
"128189": {
|
1516 |
+
"content": "<|reserved_special_token_181|>",
|
1517 |
+
"lstrip": false,
|
1518 |
+
"normalized": false,
|
1519 |
+
"rstrip": false,
|
1520 |
+
"single_word": false,
|
1521 |
+
"special": true
|
1522 |
+
},
|
1523 |
+
"128190": {
|
1524 |
+
"content": "<|reserved_special_token_182|>",
|
1525 |
+
"lstrip": false,
|
1526 |
+
"normalized": false,
|
1527 |
+
"rstrip": false,
|
1528 |
+
"single_word": false,
|
1529 |
+
"special": true
|
1530 |
+
},
|
1531 |
+
"128191": {
|
1532 |
+
"content": "<|reserved_special_token_183|>",
|
1533 |
+
"lstrip": false,
|
1534 |
+
"normalized": false,
|
1535 |
+
"rstrip": false,
|
1536 |
+
"single_word": false,
|
1537 |
+
"special": true
|
1538 |
+
},
|
1539 |
+
"128192": {
|
1540 |
+
"content": "<|reserved_special_token_184|>",
|
1541 |
+
"lstrip": false,
|
1542 |
+
"normalized": false,
|
1543 |
+
"rstrip": false,
|
1544 |
+
"single_word": false,
|
1545 |
+
"special": true
|
1546 |
+
},
|
1547 |
+
"128193": {
|
1548 |
+
"content": "<|reserved_special_token_185|>",
|
1549 |
+
"lstrip": false,
|
1550 |
+
"normalized": false,
|
1551 |
+
"rstrip": false,
|
1552 |
+
"single_word": false,
|
1553 |
+
"special": true
|
1554 |
+
},
|
1555 |
+
"128194": {
|
1556 |
+
"content": "<|reserved_special_token_186|>",
|
1557 |
+
"lstrip": false,
|
1558 |
+
"normalized": false,
|
1559 |
+
"rstrip": false,
|
1560 |
+
"single_word": false,
|
1561 |
+
"special": true
|
1562 |
+
},
|
1563 |
+
"128195": {
|
1564 |
+
"content": "<|reserved_special_token_187|>",
|
1565 |
+
"lstrip": false,
|
1566 |
+
"normalized": false,
|
1567 |
+
"rstrip": false,
|
1568 |
+
"single_word": false,
|
1569 |
+
"special": true
|
1570 |
+
},
|
1571 |
+
"128196": {
|
1572 |
+
"content": "<|reserved_special_token_188|>",
|
1573 |
+
"lstrip": false,
|
1574 |
+
"normalized": false,
|
1575 |
+
"rstrip": false,
|
1576 |
+
"single_word": false,
|
1577 |
+
"special": true
|
1578 |
+
},
|
1579 |
+
"128197": {
|
1580 |
+
"content": "<|reserved_special_token_189|>",
|
1581 |
+
"lstrip": false,
|
1582 |
+
"normalized": false,
|
1583 |
+
"rstrip": false,
|
1584 |
+
"single_word": false,
|
1585 |
+
"special": true
|
1586 |
+
},
|
1587 |
+
"128198": {
|
1588 |
+
"content": "<|reserved_special_token_190|>",
|
1589 |
+
"lstrip": false,
|
1590 |
+
"normalized": false,
|
1591 |
+
"rstrip": false,
|
1592 |
+
"single_word": false,
|
1593 |
+
"special": true
|
1594 |
+
},
|
1595 |
+
"128199": {
|
1596 |
+
"content": "<|reserved_special_token_191|>",
|
1597 |
+
"lstrip": false,
|
1598 |
+
"normalized": false,
|
1599 |
+
"rstrip": false,
|
1600 |
+
"single_word": false,
|
1601 |
+
"special": true
|
1602 |
+
},
|
1603 |
+
"128200": {
|
1604 |
+
"content": "<|reserved_special_token_192|>",
|
1605 |
+
"lstrip": false,
|
1606 |
+
"normalized": false,
|
1607 |
+
"rstrip": false,
|
1608 |
+
"single_word": false,
|
1609 |
+
"special": true
|
1610 |
+
},
|
1611 |
+
"128201": {
|
1612 |
+
"content": "<|reserved_special_token_193|>",
|
1613 |
+
"lstrip": false,
|
1614 |
+
"normalized": false,
|
1615 |
+
"rstrip": false,
|
1616 |
+
"single_word": false,
|
1617 |
+
"special": true
|
1618 |
+
},
|
1619 |
+
"128202": {
|
1620 |
+
"content": "<|reserved_special_token_194|>",
|
1621 |
+
"lstrip": false,
|
1622 |
+
"normalized": false,
|
1623 |
+
"rstrip": false,
|
1624 |
+
"single_word": false,
|
1625 |
+
"special": true
|
1626 |
+
},
|
1627 |
+
"128203": {
|
1628 |
+
"content": "<|reserved_special_token_195|>",
|
1629 |
+
"lstrip": false,
|
1630 |
+
"normalized": false,
|
1631 |
+
"rstrip": false,
|
1632 |
+
"single_word": false,
|
1633 |
+
"special": true
|
1634 |
+
},
|
1635 |
+
"128204": {
|
1636 |
+
"content": "<|reserved_special_token_196|>",
|
1637 |
+
"lstrip": false,
|
1638 |
+
"normalized": false,
|
1639 |
+
"rstrip": false,
|
1640 |
+
"single_word": false,
|
1641 |
+
"special": true
|
1642 |
+
},
|
1643 |
+
"128205": {
|
1644 |
+
"content": "<|reserved_special_token_197|>",
|
1645 |
+
"lstrip": false,
|
1646 |
+
"normalized": false,
|
1647 |
+
"rstrip": false,
|
1648 |
+
"single_word": false,
|
1649 |
+
"special": true
|
1650 |
+
},
|
1651 |
+
"128206": {
|
1652 |
+
"content": "<|reserved_special_token_198|>",
|
1653 |
+
"lstrip": false,
|
1654 |
+
"normalized": false,
|
1655 |
+
"rstrip": false,
|
1656 |
+
"single_word": false,
|
1657 |
+
"special": true
|
1658 |
+
},
|
1659 |
+
"128207": {
|
1660 |
+
"content": "<|reserved_special_token_199|>",
|
1661 |
+
"lstrip": false,
|
1662 |
+
"normalized": false,
|
1663 |
+
"rstrip": false,
|
1664 |
+
"single_word": false,
|
1665 |
+
"special": true
|
1666 |
+
},
|
1667 |
+
"128208": {
|
1668 |
+
"content": "<|reserved_special_token_200|>",
|
1669 |
+
"lstrip": false,
|
1670 |
+
"normalized": false,
|
1671 |
+
"rstrip": false,
|
1672 |
+
"single_word": false,
|
1673 |
+
"special": true
|
1674 |
+
},
|
1675 |
+
"128209": {
|
1676 |
+
"content": "<|reserved_special_token_201|>",
|
1677 |
+
"lstrip": false,
|
1678 |
+
"normalized": false,
|
1679 |
+
"rstrip": false,
|
1680 |
+
"single_word": false,
|
1681 |
+
"special": true
|
1682 |
+
},
|
1683 |
+
"128210": {
|
1684 |
+
"content": "<|reserved_special_token_202|>",
|
1685 |
+
"lstrip": false,
|
1686 |
+
"normalized": false,
|
1687 |
+
"rstrip": false,
|
1688 |
+
"single_word": false,
|
1689 |
+
"special": true
|
1690 |
+
},
|
1691 |
+
"128211": {
|
1692 |
+
"content": "<|reserved_special_token_203|>",
|
1693 |
+
"lstrip": false,
|
1694 |
+
"normalized": false,
|
1695 |
+
"rstrip": false,
|
1696 |
+
"single_word": false,
|
1697 |
+
"special": true
|
1698 |
+
},
|
1699 |
+
"128212": {
|
1700 |
+
"content": "<|reserved_special_token_204|>",
|
1701 |
+
"lstrip": false,
|
1702 |
+
"normalized": false,
|
1703 |
+
"rstrip": false,
|
1704 |
+
"single_word": false,
|
1705 |
+
"special": true
|
1706 |
+
},
|
1707 |
+
"128213": {
|
1708 |
+
"content": "<|reserved_special_token_205|>",
|
1709 |
+
"lstrip": false,
|
1710 |
+
"normalized": false,
|
1711 |
+
"rstrip": false,
|
1712 |
+
"single_word": false,
|
1713 |
+
"special": true
|
1714 |
+
},
|
1715 |
+
"128214": {
|
1716 |
+
"content": "<|reserved_special_token_206|>",
|
1717 |
+
"lstrip": false,
|
1718 |
+
"normalized": false,
|
1719 |
+
"rstrip": false,
|
1720 |
+
"single_word": false,
|
1721 |
+
"special": true
|
1722 |
+
},
|
1723 |
+
"128215": {
|
1724 |
+
"content": "<|reserved_special_token_207|>",
|
1725 |
+
"lstrip": false,
|
1726 |
+
"normalized": false,
|
1727 |
+
"rstrip": false,
|
1728 |
+
"single_word": false,
|
1729 |
+
"special": true
|
1730 |
+
},
|
1731 |
+
"128216": {
|
1732 |
+
"content": "<|reserved_special_token_208|>",
|
1733 |
+
"lstrip": false,
|
1734 |
+
"normalized": false,
|
1735 |
+
"rstrip": false,
|
1736 |
+
"single_word": false,
|
1737 |
+
"special": true
|
1738 |
+
},
|
1739 |
+
"128217": {
|
1740 |
+
"content": "<|reserved_special_token_209|>",
|
1741 |
+
"lstrip": false,
|
1742 |
+
"normalized": false,
|
1743 |
+
"rstrip": false,
|
1744 |
+
"single_word": false,
|
1745 |
+
"special": true
|
1746 |
+
},
|
1747 |
+
"128218": {
|
1748 |
+
"content": "<|reserved_special_token_210|>",
|
1749 |
+
"lstrip": false,
|
1750 |
+
"normalized": false,
|
1751 |
+
"rstrip": false,
|
1752 |
+
"single_word": false,
|
1753 |
+
"special": true
|
1754 |
+
},
|
1755 |
+
"128219": {
|
1756 |
+
"content": "<|reserved_special_token_211|>",
|
1757 |
+
"lstrip": false,
|
1758 |
+
"normalized": false,
|
1759 |
+
"rstrip": false,
|
1760 |
+
"single_word": false,
|
1761 |
+
"special": true
|
1762 |
+
},
|
1763 |
+
"128220": {
|
1764 |
+
"content": "<|reserved_special_token_212|>",
|
1765 |
+
"lstrip": false,
|
1766 |
+
"normalized": false,
|
1767 |
+
"rstrip": false,
|
1768 |
+
"single_word": false,
|
1769 |
+
"special": true
|
1770 |
+
},
|
1771 |
+
"128221": {
|
1772 |
+
"content": "<|reserved_special_token_213|>",
|
1773 |
+
"lstrip": false,
|
1774 |
+
"normalized": false,
|
1775 |
+
"rstrip": false,
|
1776 |
+
"single_word": false,
|
1777 |
+
"special": true
|
1778 |
+
},
|
1779 |
+
"128222": {
|
1780 |
+
"content": "<|reserved_special_token_214|>",
|
1781 |
+
"lstrip": false,
|
1782 |
+
"normalized": false,
|
1783 |
+
"rstrip": false,
|
1784 |
+
"single_word": false,
|
1785 |
+
"special": true
|
1786 |
+
},
|
1787 |
+
"128223": {
|
1788 |
+
"content": "<|reserved_special_token_215|>",
|
1789 |
+
"lstrip": false,
|
1790 |
+
"normalized": false,
|
1791 |
+
"rstrip": false,
|
1792 |
+
"single_word": false,
|
1793 |
+
"special": true
|
1794 |
+
},
|
1795 |
+
"128224": {
|
1796 |
+
"content": "<|reserved_special_token_216|>",
|
1797 |
+
"lstrip": false,
|
1798 |
+
"normalized": false,
|
1799 |
+
"rstrip": false,
|
1800 |
+
"single_word": false,
|
1801 |
+
"special": true
|
1802 |
+
},
|
1803 |
+
"128225": {
|
1804 |
+
"content": "<|reserved_special_token_217|>",
|
1805 |
+
"lstrip": false,
|
1806 |
+
"normalized": false,
|
1807 |
+
"rstrip": false,
|
1808 |
+
"single_word": false,
|
1809 |
+
"special": true
|
1810 |
+
},
|
1811 |
+
"128226": {
|
1812 |
+
"content": "<|reserved_special_token_218|>",
|
1813 |
+
"lstrip": false,
|
1814 |
+
"normalized": false,
|
1815 |
+
"rstrip": false,
|
1816 |
+
"single_word": false,
|
1817 |
+
"special": true
|
1818 |
+
},
|
1819 |
+
"128227": {
|
1820 |
+
"content": "<|reserved_special_token_219|>",
|
1821 |
+
"lstrip": false,
|
1822 |
+
"normalized": false,
|
1823 |
+
"rstrip": false,
|
1824 |
+
"single_word": false,
|
1825 |
+
"special": true
|
1826 |
+
},
|
1827 |
+
"128228": {
|
1828 |
+
"content": "<|reserved_special_token_220|>",
|
1829 |
+
"lstrip": false,
|
1830 |
+
"normalized": false,
|
1831 |
+
"rstrip": false,
|
1832 |
+
"single_word": false,
|
1833 |
+
"special": true
|
1834 |
+
},
|
1835 |
+
"128229": {
|
1836 |
+
"content": "<|reserved_special_token_221|>",
|
1837 |
+
"lstrip": false,
|
1838 |
+
"normalized": false,
|
1839 |
+
"rstrip": false,
|
1840 |
+
"single_word": false,
|
1841 |
+
"special": true
|
1842 |
+
},
|
1843 |
+
"128230": {
|
1844 |
+
"content": "<|reserved_special_token_222|>",
|
1845 |
+
"lstrip": false,
|
1846 |
+
"normalized": false,
|
1847 |
+
"rstrip": false,
|
1848 |
+
"single_word": false,
|
1849 |
+
"special": true
|
1850 |
+
},
|
1851 |
+
"128231": {
|
1852 |
+
"content": "<|reserved_special_token_223|>",
|
1853 |
+
"lstrip": false,
|
1854 |
+
"normalized": false,
|
1855 |
+
"rstrip": false,
|
1856 |
+
"single_word": false,
|
1857 |
+
"special": true
|
1858 |
+
},
|
1859 |
+
"128232": {
|
1860 |
+
"content": "<|reserved_special_token_224|>",
|
1861 |
+
"lstrip": false,
|
1862 |
+
"normalized": false,
|
1863 |
+
"rstrip": false,
|
1864 |
+
"single_word": false,
|
1865 |
+
"special": true
|
1866 |
+
},
|
1867 |
+
"128233": {
|
1868 |
+
"content": "<|reserved_special_token_225|>",
|
1869 |
+
"lstrip": false,
|
1870 |
+
"normalized": false,
|
1871 |
+
"rstrip": false,
|
1872 |
+
"single_word": false,
|
1873 |
+
"special": true
|
1874 |
+
},
|
1875 |
+
"128234": {
|
1876 |
+
"content": "<|reserved_special_token_226|>",
|
1877 |
+
"lstrip": false,
|
1878 |
+
"normalized": false,
|
1879 |
+
"rstrip": false,
|
1880 |
+
"single_word": false,
|
1881 |
+
"special": true
|
1882 |
+
},
|
1883 |
+
"128235": {
|
1884 |
+
"content": "<|reserved_special_token_227|>",
|
1885 |
+
"lstrip": false,
|
1886 |
+
"normalized": false,
|
1887 |
+
"rstrip": false,
|
1888 |
+
"single_word": false,
|
1889 |
+
"special": true
|
1890 |
+
},
|
1891 |
+
"128236": {
|
1892 |
+
"content": "<|reserved_special_token_228|>",
|
1893 |
+
"lstrip": false,
|
1894 |
+
"normalized": false,
|
1895 |
+
"rstrip": false,
|
1896 |
+
"single_word": false,
|
1897 |
+
"special": true
|
1898 |
+
},
|
1899 |
+
"128237": {
|
1900 |
+
"content": "<|reserved_special_token_229|>",
|
1901 |
+
"lstrip": false,
|
1902 |
+
"normalized": false,
|
1903 |
+
"rstrip": false,
|
1904 |
+
"single_word": false,
|
1905 |
+
"special": true
|
1906 |
+
},
|
1907 |
+
"128238": {
|
1908 |
+
"content": "<|reserved_special_token_230|>",
|
1909 |
+
"lstrip": false,
|
1910 |
+
"normalized": false,
|
1911 |
+
"rstrip": false,
|
1912 |
+
"single_word": false,
|
1913 |
+
"special": true
|
1914 |
+
},
|
1915 |
+
"128239": {
|
1916 |
+
"content": "<|reserved_special_token_231|>",
|
1917 |
+
"lstrip": false,
|
1918 |
+
"normalized": false,
|
1919 |
+
"rstrip": false,
|
1920 |
+
"single_word": false,
|
1921 |
+
"special": true
|
1922 |
+
},
|
1923 |
+
"128240": {
|
1924 |
+
"content": "<|reserved_special_token_232|>",
|
1925 |
+
"lstrip": false,
|
1926 |
+
"normalized": false,
|
1927 |
+
"rstrip": false,
|
1928 |
+
"single_word": false,
|
1929 |
+
"special": true
|
1930 |
+
},
|
1931 |
+
"128241": {
|
1932 |
+
"content": "<|reserved_special_token_233|>",
|
1933 |
+
"lstrip": false,
|
1934 |
+
"normalized": false,
|
1935 |
+
"rstrip": false,
|
1936 |
+
"single_word": false,
|
1937 |
+
"special": true
|
1938 |
+
},
|
1939 |
+
"128242": {
|
1940 |
+
"content": "<|reserved_special_token_234|>",
|
1941 |
+
"lstrip": false,
|
1942 |
+
"normalized": false,
|
1943 |
+
"rstrip": false,
|
1944 |
+
"single_word": false,
|
1945 |
+
"special": true
|
1946 |
+
},
|
1947 |
+
"128243": {
|
1948 |
+
"content": "<|reserved_special_token_235|>",
|
1949 |
+
"lstrip": false,
|
1950 |
+
"normalized": false,
|
1951 |
+
"rstrip": false,
|
1952 |
+
"single_word": false,
|
1953 |
+
"special": true
|
1954 |
+
},
|
1955 |
+
"128244": {
|
1956 |
+
"content": "<|reserved_special_token_236|>",
|
1957 |
+
"lstrip": false,
|
1958 |
+
"normalized": false,
|
1959 |
+
"rstrip": false,
|
1960 |
"single_word": false,
|
1961 |
+
"special": true
|
1962 |
},
|
1963 |
+
"128245": {
|
1964 |
+
"content": "<|reserved_special_token_237|>",
|
1965 |
"lstrip": false,
|
1966 |
"normalized": false,
|
1967 |
"rstrip": false,
|
1968 |
"single_word": false,
|
1969 |
"special": true
|
1970 |
},
|
1971 |
+
"128246": {
|
1972 |
+
"content": "<|reserved_special_token_238|>",
|
1973 |
"lstrip": false,
|
1974 |
"normalized": false,
|
1975 |
+
"rstrip": false,
|
1976 |
"single_word": false,
|
1977 |
"special": true
|
1978 |
},
|
1979 |
+
"128247": {
|
1980 |
+
"content": "<|reserved_special_token_239|>",
|
1981 |
"lstrip": false,
|
1982 |
"normalized": false,
|
1983 |
+
"rstrip": false,
|
1984 |
"single_word": false,
|
1985 |
"special": true
|
1986 |
},
|
1987 |
+
"128248": {
|
1988 |
+
"content": "<|reserved_special_token_240|>",
|
1989 |
"lstrip": false,
|
1990 |
"normalized": false,
|
1991 |
+
"rstrip": false,
|
1992 |
"single_word": false,
|
1993 |
"special": true
|
1994 |
},
|
1995 |
+
"128249": {
|
1996 |
+
"content": "<|reserved_special_token_241|>",
|
1997 |
"lstrip": false,
|
1998 |
"normalized": false,
|
1999 |
+
"rstrip": false,
|
2000 |
"single_word": false,
|
2001 |
"special": true
|
2002 |
},
|
2003 |
+
"128250": {
|
2004 |
+
"content": "<|reserved_special_token_242|>",
|
2005 |
"lstrip": false,
|
2006 |
"normalized": false,
|
2007 |
+
"rstrip": false,
|
2008 |
"single_word": false,
|
2009 |
"special": true
|
2010 |
},
|
2011 |
+
"128251": {
|
2012 |
+
"content": "<|reserved_special_token_243|>",
|
2013 |
"lstrip": false,
|
2014 |
"normalized": false,
|
2015 |
+
"rstrip": false,
|
2016 |
"single_word": false,
|
2017 |
"special": true
|
2018 |
},
|
2019 |
+
"128252": {
|
2020 |
+
"content": "<|reserved_special_token_244|>",
|
2021 |
"lstrip": false,
|
2022 |
"normalized": false,
|
2023 |
+
"rstrip": false,
|
2024 |
"single_word": false,
|
2025 |
"special": true
|
2026 |
},
|
2027 |
+
"128253": {
|
2028 |
+
"content": "<|reserved_special_token_245|>",
|
2029 |
"lstrip": false,
|
2030 |
"normalized": false,
|
2031 |
+
"rstrip": false,
|
2032 |
"single_word": false,
|
2033 |
"special": true
|
2034 |
},
|
2035 |
+
"128254": {
|
2036 |
+
"content": "<|reserved_special_token_246|>",
|
2037 |
"lstrip": false,
|
2038 |
"normalized": false,
|
2039 |
+
"rstrip": false,
|
2040 |
"single_word": false,
|
2041 |
"special": true
|
2042 |
},
|
2043 |
+
"128255": {
|
2044 |
+
"content": "<|reserved_special_token_247|>",
|
2045 |
"lstrip": false,
|
2046 |
"normalized": false,
|
2047 |
+
"rstrip": false,
|
2048 |
"single_word": false,
|
2049 |
"special": true
|
2050 |
}
|
2051 |
},
|
2052 |
+
"bos_token": "<|begin_of_text|>",
|
2053 |
+
"chat_template": "{{- bos_token }}\n{%- if custom_tools is defined %}\n {%- set tools = custom_tools %}\n{%- endif %}\n{%- if not tools_in_user_message is defined %}\n {%- set tools_in_user_message = true %}\n{%- endif %}\n{%- if not date_string is defined %}\n {%- if strftime_now is defined %}\n {%- set date_string = strftime_now(\"%d %b %Y\") %}\n {%- else %}\n {%- set date_string = \"26 Jul 2024\" %}\n {%- endif %}\n{%- endif %}\n{%- if not tools is defined %}\n {%- set tools = none %}\n{%- endif %}\n\n{#- This block extracts the system message, so we can slot it into the right place. #}\n{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"\" %}\n{%- endif %}\n\n{#- System message #}\n{{- \"<|start_header_id|>system<|end_header_id|>\\n\\n\" }}\n{%- if tools is not none %}\n {{- \"Environment: ipython\\n\" }}\n{%- endif %}\n{{- \"Cutting Knowledge Date: December 2023\\n\" }}\n{{- \"Today Date: \" + date_string + \"\\n\\n\" }}\n{%- if tools is not none and not tools_in_user_message %}\n {{- \"You have access to the following functions. To call a function, please respond with JSON for a function call.\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n{%- endif %}\n{{- system_message }}\n{{- \"<|eot_id|>\" }}\n\n{#- Custom tools are passed in a user message with some extra guidance #}\n{%- if tools_in_user_message and not tools is none %}\n {#- Extract the first user message so we can plug it in here #}\n {%- if messages | length != 0 %}\n {%- set first_user_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n {%- else %}\n {{- raise_exception(\"Cannot put tools in the first user message when there's no first user message!\") }}\n{%- endif %}\n {{- '<|start_header_id|>user<|end_header_id|>\\n\\n' -}}\n {{- \"Given the following functions, please respond with a JSON for a function call \" }}\n {{- \"with its proper arguments that best answers the given prompt.\\n\\n\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n {{- first_user_message + \"<|eot_id|>\"}}\n{%- endif %}\n\n{%- for message in messages %}\n {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}\n {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\\n\\n'+ message['content'] | trim + '<|eot_id|>' }}\n {%- elif 'tool_calls' in message %}\n {%- if not message.tool_calls|length == 1 %}\n {{- raise_exception(\"This model only supports single tool-calls at once!\") }}\n {%- endif %}\n {%- set tool_call = message.tool_calls[0].function %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- '{\"name\": \"' + tool_call.name + '\", ' }}\n {{- '\"parameters\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- \"}\" }}\n {{- \"<|eot_id|>\" }}\n {%- elif message.role == \"tool\" or message.role == \"ipython\" %}\n {{- \"<|start_header_id|>ipython<|end_header_id|>\\n\\n\" }}\n {%- if message.content is mapping or message.content is iterable %}\n {{- message.content | tojson }}\n {%- else %}\n {{- message.content }}\n {%- endif %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' }}\n{%- endif %}\n",
|
2054 |
+
"clean_up_tokenization_spaces": true,
|
2055 |
+
"eos_token": "<|eot_id|>",
|
2056 |
+
"model_input_names": [
|
2057 |
+
"input_ids",
|
2058 |
+
"attention_mask"
|
2059 |
+
],
|
2060 |
+
"model_max_length": 2048,
|
2061 |
+
"pad_token": "<|eot_id|>",
|
2062 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
2063 |
}
|
train_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss":
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples":
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second": 0.
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 14.917333333333334,
|
3 |
+
"total_flos": 6.545011747156132e+17,
|
4 |
+
"train_loss": 4.23463837784251,
|
5 |
+
"train_runtime": 3346.972,
|
6 |
+
"train_samples": 4498,
|
7 |
+
"train_samples_per_second": 20.159,
|
8 |
+
"train_steps_per_second": 0.417
|
9 |
}
|
trainer_state.json
CHANGED
@@ -1,492 +1,2107 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
"eval_steps": 500,
|
6 |
-
"global_step":
|
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.
|
13 |
-
"grad_norm": 2.
|
14 |
-
"learning_rate":
|
15 |
-
"loss": 1.
|
16 |
"step": 1
|
17 |
},
|
18 |
{
|
19 |
-
"epoch": 0.
|
20 |
-
"grad_norm": 1.
|
21 |
-
"learning_rate":
|
22 |
-
"loss": 1.
|
23 |
"step": 5
|
24 |
},
|
25 |
{
|
26 |
-
"epoch": 0.
|
27 |
-
"grad_norm": 0.
|
28 |
-
"learning_rate":
|
29 |
-
"loss": 0.
|
30 |
"step": 10
|
31 |
},
|
32 |
{
|
33 |
-
"epoch": 0.
|
34 |
-
"grad_norm": 0.
|
35 |
-
"learning_rate":
|
36 |
-
"loss": 0.
|
37 |
"step": 15
|
38 |
},
|
39 |
{
|
40 |
-
"epoch": 0.
|
41 |
-
"grad_norm": 0.
|
42 |
-
"learning_rate":
|
43 |
-
"loss": 0.
|
44 |
"step": 20
|
45 |
},
|
46 |
{
|
47 |
-
"epoch": 0.
|
48 |
-
"grad_norm": 0.
|
49 |
-
"learning_rate":
|
50 |
-
"loss": 0.
|
51 |
"step": 25
|
52 |
},
|
53 |
{
|
54 |
-
"epoch": 0.
|
55 |
-
"grad_norm": 0.
|
56 |
-
"learning_rate":
|
57 |
-
"loss": 0.
|
58 |
"step": 30
|
59 |
},
|
60 |
{
|
61 |
-
"epoch": 0.
|
62 |
-
"grad_norm": 0.
|
63 |
-
"learning_rate":
|
64 |
-
"loss":
|
65 |
"step": 35
|
66 |
},
|
67 |
{
|
68 |
-
"epoch": 0.
|
69 |
-
"grad_norm":
|
70 |
-
"learning_rate":
|
71 |
-
"loss":
|
72 |
"step": 40
|
73 |
},
|
74 |
{
|
75 |
-
"epoch": 0.
|
76 |
-
"grad_norm":
|
77 |
-
"learning_rate":
|
78 |
-
"loss":
|
79 |
"step": 45
|
80 |
},
|
81 |
{
|
82 |
-
"epoch": 0.
|
83 |
-
"grad_norm":
|
84 |
-
"learning_rate":
|
85 |
-
"loss":
|
86 |
"step": 50
|
87 |
},
|
88 |
{
|
89 |
-
"epoch": 0.
|
90 |
-
"grad_norm":
|
91 |
-
"learning_rate":
|
92 |
-
"loss":
|
93 |
"step": 55
|
94 |
},
|
95 |
{
|
96 |
-
"epoch": 0.
|
97 |
-
"grad_norm":
|
98 |
-
"learning_rate":
|
99 |
-
"loss":
|
100 |
"step": 60
|
101 |
},
|
102 |
{
|
103 |
-
"epoch": 0.
|
104 |
-
"grad_norm":
|
105 |
-
"learning_rate":
|
106 |
-
"loss":
|
107 |
"step": 65
|
108 |
},
|
109 |
{
|
110 |
-
"epoch": 0.
|
111 |
-
"grad_norm":
|
112 |
-
"learning_rate":
|
113 |
-
"loss":
|
114 |
"step": 70
|
115 |
},
|
116 |
{
|
117 |
-
"epoch": 0.
|
118 |
-
"grad_norm":
|
119 |
-
"learning_rate":
|
120 |
-
"loss":
|
121 |
"step": 75
|
122 |
},
|
123 |
{
|
124 |
-
"epoch": 0.
|
125 |
-
"grad_norm":
|
126 |
-
"learning_rate":
|
127 |
-
"loss":
|
128 |
"step": 80
|
129 |
},
|
130 |
{
|
131 |
-
"epoch": 0.
|
132 |
-
"grad_norm":
|
133 |
-
"learning_rate":
|
134 |
-
"loss":
|
135 |
"step": 85
|
136 |
},
|
137 |
{
|
138 |
-
"epoch": 0.
|
139 |
-
"grad_norm":
|
140 |
-
"learning_rate":
|
141 |
-
"loss":
|
142 |
"step": 90
|
143 |
},
|
144 |
{
|
145 |
-
"epoch": 0.
|
146 |
-
"
|
147 |
-
"
|
148 |
-
"
|
149 |
-
"
|
|
|
150 |
},
|
151 |
{
|
152 |
-
"epoch":
|
153 |
-
"grad_norm": 0.
|
154 |
-
"learning_rate":
|
155 |
-
"loss":
|
156 |
-
"step":
|
157 |
},
|
158 |
{
|
159 |
-
"epoch":
|
160 |
-
"
|
161 |
-
"
|
162 |
-
"
|
163 |
-
"
|
164 |
-
"step": 104
|
165 |
},
|
166 |
{
|
167 |
-
"epoch": 1.
|
168 |
-
"grad_norm": 0.
|
169 |
-
"learning_rate":
|
170 |
-
"loss":
|
171 |
"step": 105
|
172 |
},
|
173 |
{
|
174 |
-
"epoch": 1.
|
175 |
-
"grad_norm": 0.
|
176 |
-
"learning_rate":
|
177 |
-
"loss":
|
178 |
"step": 110
|
179 |
},
|
180 |
{
|
181 |
-
"epoch": 1.
|
182 |
-
"grad_norm": 0.
|
183 |
-
"learning_rate":
|
184 |
-
"loss":
|
185 |
"step": 115
|
186 |
},
|
187 |
{
|
188 |
-
"epoch": 1.
|
189 |
-
"grad_norm": 0.
|
190 |
-
"learning_rate":
|
191 |
-
"loss":
|
192 |
"step": 120
|
193 |
},
|
194 |
{
|
195 |
-
"epoch": 1.
|
196 |
-
"grad_norm": 0.
|
197 |
-
"learning_rate":
|
198 |
-
"loss":
|
199 |
"step": 125
|
200 |
},
|
201 |
{
|
202 |
-
"epoch": 1.
|
203 |
-
"grad_norm": 0.
|
204 |
-
"learning_rate":
|
205 |
-
"loss":
|
206 |
"step": 130
|
207 |
},
|
208 |
{
|
209 |
-
"epoch": 1.
|
210 |
-
"grad_norm": 0.
|
211 |
-
"learning_rate":
|
212 |
-
"loss":
|
213 |
"step": 135
|
214 |
},
|
215 |
{
|
216 |
-
"epoch": 1.
|
217 |
-
"grad_norm": 0.
|
218 |
-
"learning_rate":
|
219 |
-
"loss":
|
220 |
"step": 140
|
221 |
},
|
222 |
{
|
223 |
-
"epoch": 1.
|
224 |
-
"grad_norm": 0.
|
225 |
-
"learning_rate":
|
226 |
-
"loss":
|
227 |
"step": 145
|
228 |
},
|
229 |
{
|
230 |
-
"epoch": 1.
|
231 |
-
"grad_norm":
|
232 |
-
"learning_rate":
|
233 |
-
"loss":
|
234 |
"step": 150
|
235 |
},
|
236 |
{
|
237 |
-
"epoch": 1.
|
238 |
-
"grad_norm": 0.
|
239 |
-
"learning_rate":
|
240 |
-
"loss":
|
241 |
"step": 155
|
242 |
},
|
243 |
{
|
244 |
-
"epoch": 1.
|
245 |
-
"grad_norm": 0.
|
246 |
-
"learning_rate":
|
247 |
-
"loss":
|
248 |
"step": 160
|
249 |
},
|
250 |
{
|
251 |
-
"epoch": 1.
|
252 |
-
"grad_norm": 0.
|
253 |
-
"learning_rate":
|
254 |
-
"loss":
|
255 |
"step": 165
|
256 |
},
|
257 |
{
|
258 |
-
"epoch": 1.
|
259 |
-
"grad_norm":
|
260 |
-
"learning_rate":
|
261 |
-
"loss":
|
262 |
"step": 170
|
263 |
},
|
264 |
{
|
265 |
-
"epoch": 1.
|
266 |
-
"grad_norm":
|
267 |
-
"learning_rate":
|
268 |
-
"loss":
|
269 |
"step": 175
|
270 |
},
|
271 |
{
|
272 |
-
"epoch": 1.
|
273 |
-
"grad_norm": 0.
|
274 |
-
"learning_rate":
|
275 |
-
"loss":
|
276 |
"step": 180
|
277 |
},
|
278 |
{
|
279 |
-
"epoch": 1.
|
280 |
-
"grad_norm": 0.
|
281 |
-
"learning_rate":
|
282 |
-
"loss":
|
283 |
"step": 185
|
284 |
},
|
285 |
{
|
286 |
-
"epoch": 1.
|
287 |
-
"
|
288 |
-
"
|
289 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
290 |
"step": 190
|
291 |
},
|
292 |
{
|
293 |
-
"epoch":
|
294 |
-
"grad_norm": 0.
|
295 |
-
"learning_rate":
|
296 |
-
"loss":
|
297 |
"step": 195
|
298 |
},
|
299 |
{
|
300 |
-
"epoch":
|
301 |
-
"grad_norm": 0.
|
302 |
-
"learning_rate":
|
303 |
-
"loss":
|
304 |
"step": 200
|
305 |
},
|
306 |
{
|
307 |
-
"epoch":
|
308 |
-
"grad_norm": 0.
|
309 |
-
"learning_rate":
|
310 |
-
"loss":
|
311 |
"step": 205
|
312 |
},
|
313 |
{
|
314 |
-
"epoch": 2.
|
315 |
-
"
|
316 |
-
"
|
317 |
-
"
|
318 |
-
"eval_steps_per_second": 3.99,
|
319 |
-
"step": 209
|
320 |
-
},
|
321 |
-
{
|
322 |
-
"epoch": 2.0095693779904304,
|
323 |
-
"grad_norm": 0.1395628254838664,
|
324 |
-
"learning_rate": 5.864414950334796e-06,
|
325 |
-
"loss": 0.5258,
|
326 |
"step": 210
|
327 |
},
|
328 |
{
|
329 |
-
"epoch": 2.
|
330 |
-
"grad_norm": 0.
|
331 |
-
"learning_rate":
|
332 |
-
"loss":
|
333 |
"step": 215
|
334 |
},
|
335 |
{
|
336 |
-
"epoch": 2.
|
337 |
-
"grad_norm":
|
338 |
-
"learning_rate":
|
339 |
-
"loss":
|
340 |
"step": 220
|
341 |
},
|
342 |
{
|
343 |
-
"epoch": 2.
|
344 |
-
"grad_norm":
|
345 |
-
"learning_rate":
|
346 |
-
"loss":
|
347 |
"step": 225
|
348 |
},
|
349 |
{
|
350 |
-
"epoch": 2.
|
351 |
-
"grad_norm": 0.
|
352 |
-
"learning_rate":
|
353 |
-
"loss":
|
354 |
"step": 230
|
355 |
},
|
356 |
{
|
357 |
-
"epoch": 2.
|
358 |
-
"grad_norm": 0.
|
359 |
-
"learning_rate":
|
360 |
-
"loss":
|
361 |
"step": 235
|
362 |
},
|
363 |
{
|
364 |
-
"epoch": 2.
|
365 |
-
"grad_norm": 0.
|
366 |
-
"learning_rate":
|
367 |
-
"loss":
|
368 |
"step": 240
|
369 |
},
|
370 |
{
|
371 |
-
"epoch": 2.
|
372 |
-
"grad_norm": 0.
|
373 |
-
"learning_rate":
|
374 |
-
"loss":
|
375 |
"step": 245
|
376 |
},
|
377 |
{
|
378 |
-
"epoch": 2.
|
379 |
-
"grad_norm": 0.
|
380 |
-
"learning_rate":
|
381 |
-
"loss":
|
382 |
"step": 250
|
383 |
},
|
384 |
{
|
385 |
-
"epoch": 2.
|
386 |
-
"grad_norm": 0.
|
387 |
-
"learning_rate":
|
388 |
-
"loss":
|
389 |
"step": 255
|
390 |
},
|
391 |
{
|
392 |
-
"epoch": 2.
|
393 |
-
"grad_norm": 0.
|
394 |
-
"learning_rate":
|
395 |
-
"loss":
|
396 |
"step": 260
|
397 |
},
|
398 |
{
|
399 |
-
"epoch": 2.
|
400 |
-
"grad_norm": 0.
|
401 |
-
"learning_rate":
|
402 |
-
"loss":
|
403 |
"step": 265
|
404 |
},
|
405 |
{
|
406 |
-
"epoch": 2.
|
407 |
-
"grad_norm": 0.
|
408 |
-
"learning_rate":
|
409 |
-
"loss":
|
410 |
"step": 270
|
411 |
},
|
412 |
{
|
413 |
-
"epoch": 2.
|
414 |
-
"grad_norm": 0.
|
415 |
-
"learning_rate":
|
416 |
-
"loss":
|
417 |
"step": 275
|
418 |
},
|
419 |
{
|
420 |
-
"epoch": 2.
|
421 |
-
"grad_norm": 0.
|
422 |
-
"learning_rate":
|
423 |
-
"loss":
|
424 |
"step": 280
|
425 |
},
|
426 |
{
|
427 |
-
"epoch": 2.
|
428 |
-
"
|
429 |
-
"
|
430 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
"step": 285
|
432 |
},
|
433 |
{
|
434 |
-
"epoch":
|
435 |
-
"grad_norm": 0.
|
436 |
-
"learning_rate":
|
437 |
-
"loss":
|
438 |
"step": 290
|
439 |
},
|
440 |
{
|
441 |
-
"epoch":
|
442 |
-
"grad_norm":
|
443 |
-
"learning_rate":
|
444 |
-
"loss":
|
445 |
"step": 295
|
446 |
},
|
447 |
{
|
448 |
-
"epoch":
|
449 |
-
"grad_norm": 0.
|
450 |
-
"learning_rate":
|
451 |
-
"loss":
|
452 |
"step": 300
|
453 |
},
|
454 |
{
|
455 |
-
"epoch":
|
456 |
-
"grad_norm": 0.
|
457 |
-
"learning_rate":
|
458 |
-
"loss":
|
459 |
"step": 305
|
460 |
},
|
461 |
{
|
462 |
-
"epoch":
|
463 |
-
"grad_norm": 0.
|
464 |
-
"learning_rate":
|
465 |
-
"loss":
|
466 |
"step": 310
|
467 |
},
|
468 |
{
|
469 |
-
"epoch":
|
470 |
-
"
|
471 |
-
"
|
472 |
-
"
|
473 |
-
"
|
474 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
475 |
},
|
476 |
{
|
477 |
-
"epoch":
|
478 |
-
"step":
|
479 |
-
"total_flos":
|
480 |
-
"train_loss":
|
481 |
-
"train_runtime":
|
482 |
-
"train_samples_per_second":
|
483 |
-
"train_steps_per_second": 0.
|
484 |
}
|
485 |
],
|
486 |
"logging_steps": 5,
|
487 |
-
"max_steps":
|
488 |
"num_input_tokens_seen": 0,
|
489 |
-
"num_train_epochs":
|
490 |
"save_steps": 500,
|
491 |
"stateful_callbacks": {
|
492 |
"TrainerControl": {
|
@@ -500,8 +2115,8 @@
|
|
500 |
"attributes": {}
|
501 |
}
|
502 |
},
|
503 |
-
"total_flos":
|
504 |
-
"train_batch_size":
|
505 |
"trial_name": null,
|
506 |
"trial_params": null
|
507 |
}
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 14.917333333333334,
|
5 |
"eval_steps": 500,
|
6 |
+
"global_step": 1395,
|
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.010666666666666666,
|
13 |
+
"grad_norm": 2.017279624938965,
|
14 |
+
"learning_rate": 1.4285714285714285e-05,
|
15 |
+
"loss": 1.1741,
|
16 |
"step": 1
|
17 |
},
|
18 |
{
|
19 |
+
"epoch": 0.05333333333333334,
|
20 |
+
"grad_norm": 1.1414889097213745,
|
21 |
+
"learning_rate": 7.142857142857142e-05,
|
22 |
+
"loss": 1.0112,
|
23 |
"step": 5
|
24 |
},
|
25 |
{
|
26 |
+
"epoch": 0.10666666666666667,
|
27 |
+
"grad_norm": 0.5752452611923218,
|
28 |
+
"learning_rate": 0.00014285714285714284,
|
29 |
+
"loss": 0.9233,
|
30 |
"step": 10
|
31 |
},
|
32 |
{
|
33 |
+
"epoch": 0.16,
|
34 |
+
"grad_norm": 0.4000088572502136,
|
35 |
+
"learning_rate": 0.00021428571428571427,
|
36 |
+
"loss": 0.8458,
|
37 |
"step": 15
|
38 |
},
|
39 |
{
|
40 |
+
"epoch": 0.21333333333333335,
|
41 |
+
"grad_norm": 0.6516547799110413,
|
42 |
+
"learning_rate": 0.0002857142857142857,
|
43 |
+
"loss": 0.9087,
|
44 |
"step": 20
|
45 |
},
|
46 |
{
|
47 |
+
"epoch": 0.26666666666666666,
|
48 |
+
"grad_norm": 0.8725354075431824,
|
49 |
+
"learning_rate": 0.00035714285714285714,
|
50 |
+
"loss": 0.9859,
|
51 |
"step": 25
|
52 |
},
|
53 |
{
|
54 |
+
"epoch": 0.32,
|
55 |
+
"grad_norm": 0.7446133494377136,
|
56 |
+
"learning_rate": 0.00042857142857142855,
|
57 |
+
"loss": 0.9609,
|
58 |
"step": 30
|
59 |
},
|
60 |
{
|
61 |
+
"epoch": 0.37333333333333335,
|
62 |
+
"grad_norm": 0.4507102370262146,
|
63 |
+
"learning_rate": 0.0005,
|
64 |
+
"loss": 1.2413,
|
65 |
"step": 35
|
66 |
},
|
67 |
{
|
68 |
+
"epoch": 0.4266666666666667,
|
69 |
+
"grad_norm": 1.1437228918075562,
|
70 |
+
"learning_rate": 0.0005714285714285714,
|
71 |
+
"loss": 1.0784,
|
72 |
"step": 40
|
73 |
},
|
74 |
{
|
75 |
+
"epoch": 0.48,
|
76 |
+
"grad_norm": 1.6952320337295532,
|
77 |
+
"learning_rate": 0.0006428571428571429,
|
78 |
+
"loss": 1.2622,
|
79 |
"step": 45
|
80 |
},
|
81 |
{
|
82 |
+
"epoch": 0.5333333333333333,
|
83 |
+
"grad_norm": 12.92784309387207,
|
84 |
+
"learning_rate": 0.0007142857142857143,
|
85 |
+
"loss": 2.0382,
|
86 |
"step": 50
|
87 |
},
|
88 |
{
|
89 |
+
"epoch": 0.5866666666666667,
|
90 |
+
"grad_norm": 4.855193138122559,
|
91 |
+
"learning_rate": 0.0007857142857142857,
|
92 |
+
"loss": 5.5645,
|
93 |
"step": 55
|
94 |
},
|
95 |
{
|
96 |
+
"epoch": 0.64,
|
97 |
+
"grad_norm": 7.7960357666015625,
|
98 |
+
"learning_rate": 0.0008571428571428571,
|
99 |
+
"loss": 12.1792,
|
100 |
"step": 60
|
101 |
},
|
102 |
{
|
103 |
+
"epoch": 0.6933333333333334,
|
104 |
+
"grad_norm": 9.617668151855469,
|
105 |
+
"learning_rate": 0.0009285714285714287,
|
106 |
+
"loss": 12.4584,
|
107 |
"step": 65
|
108 |
},
|
109 |
{
|
110 |
+
"epoch": 0.7466666666666667,
|
111 |
+
"grad_norm": 1.5412602424621582,
|
112 |
+
"learning_rate": 0.001,
|
113 |
+
"loss": 7.3645,
|
114 |
"step": 70
|
115 |
},
|
116 |
{
|
117 |
+
"epoch": 0.8,
|
118 |
+
"grad_norm": 1.459766149520874,
|
119 |
+
"learning_rate": 0.0010714285714285715,
|
120 |
+
"loss": 6.9284,
|
121 |
"step": 75
|
122 |
},
|
123 |
{
|
124 |
+
"epoch": 0.8533333333333334,
|
125 |
+
"grad_norm": 1.6621876955032349,
|
126 |
+
"learning_rate": 0.0011428571428571427,
|
127 |
+
"loss": 6.7362,
|
128 |
"step": 80
|
129 |
},
|
130 |
{
|
131 |
+
"epoch": 0.9066666666666666,
|
132 |
+
"grad_norm": 1.8117409944534302,
|
133 |
+
"learning_rate": 0.0012142857142857142,
|
134 |
+
"loss": 6.7313,
|
135 |
"step": 85
|
136 |
},
|
137 |
{
|
138 |
+
"epoch": 0.96,
|
139 |
+
"grad_norm": 1.2151100635528564,
|
140 |
+
"learning_rate": 0.0012857142857142859,
|
141 |
+
"loss": 6.6705,
|
142 |
"step": 90
|
143 |
},
|
144 |
{
|
145 |
+
"epoch": 0.992,
|
146 |
+
"eval_loss": 6.7252326011657715,
|
147 |
+
"eval_runtime": 12.4963,
|
148 |
+
"eval_samples_per_second": 90.027,
|
149 |
+
"eval_steps_per_second": 15.045,
|
150 |
+
"step": 93
|
151 |
},
|
152 |
{
|
153 |
+
"epoch": 1.016,
|
154 |
+
"grad_norm": 0.7800785303115845,
|
155 |
+
"learning_rate": 0.0013571428571428573,
|
156 |
+
"loss": 7.3155,
|
157 |
+
"step": 95
|
158 |
},
|
159 |
{
|
160 |
+
"epoch": 1.0693333333333332,
|
161 |
+
"grad_norm": 0.6527447700500488,
|
162 |
+
"learning_rate": 0.0014285714285714286,
|
163 |
+
"loss": 6.5969,
|
164 |
+
"step": 100
|
|
|
165 |
},
|
166 |
{
|
167 |
+
"epoch": 1.1226666666666667,
|
168 |
+
"grad_norm": 0.8018523454666138,
|
169 |
+
"learning_rate": 0.0015,
|
170 |
+
"loss": 6.4691,
|
171 |
"step": 105
|
172 |
},
|
173 |
{
|
174 |
+
"epoch": 1.176,
|
175 |
+
"grad_norm": 0.5544389486312866,
|
176 |
+
"learning_rate": 0.0015714285714285715,
|
177 |
+
"loss": 6.6514,
|
178 |
"step": 110
|
179 |
},
|
180 |
{
|
181 |
+
"epoch": 1.2293333333333334,
|
182 |
+
"grad_norm": 0.6455843448638916,
|
183 |
+
"learning_rate": 0.0016428571428571427,
|
184 |
+
"loss": 6.4806,
|
185 |
"step": 115
|
186 |
},
|
187 |
{
|
188 |
+
"epoch": 1.2826666666666666,
|
189 |
+
"grad_norm": 0.6757238507270813,
|
190 |
+
"learning_rate": 0.0017142857142857142,
|
191 |
+
"loss": 6.6304,
|
192 |
"step": 120
|
193 |
},
|
194 |
{
|
195 |
+
"epoch": 1.336,
|
196 |
+
"grad_norm": 0.5105107426643372,
|
197 |
+
"learning_rate": 0.0017857142857142859,
|
198 |
+
"loss": 6.4649,
|
199 |
"step": 125
|
200 |
},
|
201 |
{
|
202 |
+
"epoch": 1.3893333333333333,
|
203 |
+
"grad_norm": 0.7170645594596863,
|
204 |
+
"learning_rate": 0.0018571428571428573,
|
205 |
+
"loss": 6.6033,
|
206 |
"step": 130
|
207 |
},
|
208 |
{
|
209 |
+
"epoch": 1.4426666666666668,
|
210 |
+
"grad_norm": 0.7564003467559814,
|
211 |
+
"learning_rate": 0.0019285714285714286,
|
212 |
+
"loss": 6.6749,
|
213 |
"step": 135
|
214 |
},
|
215 |
{
|
216 |
+
"epoch": 1.496,
|
217 |
+
"grad_norm": 0.4599800407886505,
|
218 |
+
"learning_rate": 0.002,
|
219 |
+
"loss": 6.3382,
|
220 |
"step": 140
|
221 |
},
|
222 |
{
|
223 |
+
"epoch": 1.5493333333333332,
|
224 |
+
"grad_norm": 0.837786853313446,
|
225 |
+
"learning_rate": 0.0019999216720722225,
|
226 |
+
"loss": 6.8014,
|
227 |
"step": 145
|
228 |
},
|
229 |
{
|
230 |
+
"epoch": 1.6026666666666667,
|
231 |
+
"grad_norm": 1.4660875797271729,
|
232 |
+
"learning_rate": 0.001999686700559419,
|
233 |
+
"loss": 6.5512,
|
234 |
"step": 150
|
235 |
},
|
236 |
{
|
237 |
+
"epoch": 1.6560000000000001,
|
238 |
+
"grad_norm": 0.9593129754066467,
|
239 |
+
"learning_rate": 0.001999295122271253,
|
240 |
+
"loss": 6.5249,
|
241 |
"step": 155
|
242 |
},
|
243 |
{
|
244 |
+
"epoch": 1.7093333333333334,
|
245 |
+
"grad_norm": 0.712748110294342,
|
246 |
+
"learning_rate": 0.0019987469985507556,
|
247 |
+
"loss": 6.5814,
|
248 |
"step": 160
|
249 |
},
|
250 |
{
|
251 |
+
"epoch": 1.7626666666666666,
|
252 |
+
"grad_norm": 0.5598364472389221,
|
253 |
+
"learning_rate": 0.0019980424152647174,
|
254 |
+
"loss": 6.5057,
|
255 |
"step": 165
|
256 |
},
|
257 |
{
|
258 |
+
"epoch": 1.8159999999999998,
|
259 |
+
"grad_norm": 1.0086586475372314,
|
260 |
+
"learning_rate": 0.001997181482790236,
|
261 |
+
"loss": 6.3741,
|
262 |
"step": 170
|
263 |
},
|
264 |
{
|
265 |
+
"epoch": 1.8693333333333333,
|
266 |
+
"grad_norm": 1.0380948781967163,
|
267 |
+
"learning_rate": 0.0019961643359974247,
|
268 |
+
"loss": 6.5918,
|
269 |
"step": 175
|
270 |
},
|
271 |
{
|
272 |
+
"epoch": 1.9226666666666667,
|
273 |
+
"grad_norm": 0.7874330282211304,
|
274 |
+
"learning_rate": 0.0019949911342282845,
|
275 |
+
"loss": 6.3813,
|
276 |
"step": 180
|
277 |
},
|
278 |
{
|
279 |
+
"epoch": 1.976,
|
280 |
+
"grad_norm": 0.5932402610778809,
|
281 |
+
"learning_rate": 0.0019936620612717427,
|
282 |
+
"loss": 6.35,
|
283 |
"step": 185
|
284 |
},
|
285 |
{
|
286 |
+
"epoch": 1.9973333333333332,
|
287 |
+
"eval_loss": 6.313483238220215,
|
288 |
+
"eval_runtime": 12.8744,
|
289 |
+
"eval_samples_per_second": 87.383,
|
290 |
+
"eval_steps_per_second": 14.603,
|
291 |
+
"step": 187
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 2.032,
|
295 |
+
"grad_norm": 0.777173638343811,
|
296 |
+
"learning_rate": 0.00199217732533486,
|
297 |
+
"loss": 6.6836,
|
298 |
"step": 190
|
299 |
},
|
300 |
{
|
301 |
+
"epoch": 2.0853333333333333,
|
302 |
+
"grad_norm": 0.9935985207557678,
|
303 |
+
"learning_rate": 0.0019905371590102153,
|
304 |
+
"loss": 6.1532,
|
305 |
"step": 195
|
306 |
},
|
307 |
{
|
308 |
+
"epoch": 2.1386666666666665,
|
309 |
+
"grad_norm": 0.5834164023399353,
|
310 |
+
"learning_rate": 0.0019887418192394667,
|
311 |
+
"loss": 6.0439,
|
312 |
"step": 200
|
313 |
},
|
314 |
{
|
315 |
+
"epoch": 2.192,
|
316 |
+
"grad_norm": 0.7577049136161804,
|
317 |
+
"learning_rate": 0.001986791587273103,
|
318 |
+
"loss": 6.0436,
|
319 |
"step": 205
|
320 |
},
|
321 |
{
|
322 |
+
"epoch": 2.2453333333333334,
|
323 |
+
"grad_norm": 0.9114102125167847,
|
324 |
+
"learning_rate": 0.0019846867686263803,
|
325 |
+
"loss": 6.0193,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
"step": 210
|
327 |
},
|
328 |
{
|
329 |
+
"epoch": 2.2986666666666666,
|
330 |
+
"grad_norm": 0.9455011487007141,
|
331 |
+
"learning_rate": 0.001982427693031465,
|
332 |
+
"loss": 5.9565,
|
333 |
"step": 215
|
334 |
},
|
335 |
{
|
336 |
+
"epoch": 2.352,
|
337 |
+
"grad_norm": 1.504512071609497,
|
338 |
+
"learning_rate": 0.001980014714385777,
|
339 |
+
"loss": 6.2788,
|
340 |
"step": 220
|
341 |
},
|
342 |
{
|
343 |
+
"epoch": 2.405333333333333,
|
344 |
+
"grad_norm": 1.2779139280319214,
|
345 |
+
"learning_rate": 0.001977448210696551,
|
346 |
+
"loss": 6.0278,
|
347 |
"step": 225
|
348 |
},
|
349 |
{
|
350 |
+
"epoch": 2.458666666666667,
|
351 |
+
"grad_norm": 0.6228100061416626,
|
352 |
+
"learning_rate": 0.001974728584021618,
|
353 |
+
"loss": 5.846,
|
354 |
"step": 230
|
355 |
},
|
356 |
{
|
357 |
+
"epoch": 2.512,
|
358 |
+
"grad_norm": 0.5647552609443665,
|
359 |
+
"learning_rate": 0.0019718562604064214,
|
360 |
+
"loss": 5.7982,
|
361 |
"step": 235
|
362 |
},
|
363 |
{
|
364 |
+
"epoch": 2.5653333333333332,
|
365 |
+
"grad_norm": 0.6691617965698242,
|
366 |
+
"learning_rate": 0.0019688316898172744,
|
367 |
+
"loss": 5.6841,
|
368 |
"step": 240
|
369 |
},
|
370 |
{
|
371 |
+
"epoch": 2.618666666666667,
|
372 |
+
"grad_norm": 0.8721797466278076,
|
373 |
+
"learning_rate": 0.0019656553460708705,
|
374 |
+
"loss": 5.6921,
|
375 |
"step": 245
|
376 |
},
|
377 |
{
|
378 |
+
"epoch": 2.672,
|
379 |
+
"grad_norm": 0.49442487955093384,
|
380 |
+
"learning_rate": 0.0019623277267600573,
|
381 |
+
"loss": 5.6087,
|
382 |
"step": 250
|
383 |
},
|
384 |
{
|
385 |
+
"epoch": 2.7253333333333334,
|
386 |
+
"grad_norm": 0.5820254683494568,
|
387 |
+
"learning_rate": 0.001958849353175884,
|
388 |
+
"loss": 5.4145,
|
389 |
"step": 255
|
390 |
},
|
391 |
{
|
392 |
+
"epoch": 2.7786666666666666,
|
393 |
+
"grad_norm": 0.9541387557983398,
|
394 |
+
"learning_rate": 0.001955220770225941,
|
395 |
+
"loss": 5.4061,
|
396 |
"step": 260
|
397 |
},
|
398 |
{
|
399 |
+
"epoch": 2.832,
|
400 |
+
"grad_norm": 0.8580039739608765,
|
401 |
+
"learning_rate": 0.0019514425463489948,
|
402 |
+
"loss": 5.3056,
|
403 |
"step": 265
|
404 |
},
|
405 |
{
|
406 |
+
"epoch": 2.8853333333333335,
|
407 |
+
"grad_norm": 0.9031959772109985,
|
408 |
+
"learning_rate": 0.001947515273425939,
|
409 |
+
"loss": 5.3682,
|
410 |
"step": 270
|
411 |
},
|
412 |
{
|
413 |
+
"epoch": 2.9386666666666668,
|
414 |
+
"grad_norm": 0.739450216293335,
|
415 |
+
"learning_rate": 0.0019434395666870735,
|
416 |
+
"loss": 5.2505,
|
417 |
"step": 275
|
418 |
},
|
419 |
{
|
420 |
+
"epoch": 2.992,
|
421 |
+
"grad_norm": 0.8577784299850464,
|
422 |
+
"learning_rate": 0.0019392160646157241,
|
423 |
+
"loss": 5.0786,
|
424 |
"step": 280
|
425 |
},
|
426 |
{
|
427 |
+
"epoch": 2.992,
|
428 |
+
"eval_loss": 5.260681629180908,
|
429 |
+
"eval_runtime": 12.495,
|
430 |
+
"eval_samples_per_second": 90.036,
|
431 |
+
"eval_steps_per_second": 15.046,
|
432 |
+
"step": 280
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"epoch": 3.048,
|
436 |
+
"grad_norm": 0.7697703242301941,
|
437 |
+
"learning_rate": 0.001934845428848222,
|
438 |
+
"loss": 5.5708,
|
439 |
"step": 285
|
440 |
},
|
441 |
{
|
442 |
+
"epoch": 3.1013333333333333,
|
443 |
+
"grad_norm": 0.8419788479804993,
|
444 |
+
"learning_rate": 0.0019303283440702521,
|
445 |
+
"loss": 4.9402,
|
446 |
"step": 290
|
447 |
},
|
448 |
{
|
449 |
+
"epoch": 3.1546666666666665,
|
450 |
+
"grad_norm": 1.6958568096160889,
|
451 |
+
"learning_rate": 0.0019256655179095952,
|
452 |
+
"loss": 4.9352,
|
453 |
"step": 295
|
454 |
},
|
455 |
{
|
456 |
+
"epoch": 3.208,
|
457 |
+
"grad_norm": 0.706997275352478,
|
458 |
+
"learning_rate": 0.0019208576808252725,
|
459 |
+
"loss": 4.9083,
|
460 |
"step": 300
|
461 |
},
|
462 |
{
|
463 |
+
"epoch": 3.2613333333333334,
|
464 |
+
"grad_norm": 0.7924236059188843,
|
465 |
+
"learning_rate": 0.0019159055859931163,
|
466 |
+
"loss": 4.7812,
|
467 |
"step": 305
|
468 |
},
|
469 |
{
|
470 |
+
"epoch": 3.3146666666666667,
|
471 |
+
"grad_norm": 0.6681360006332397,
|
472 |
+
"learning_rate": 0.0019108100091877788,
|
473 |
+
"loss": 4.7953,
|
474 |
"step": 310
|
475 |
},
|
476 |
{
|
477 |
+
"epoch": 3.368,
|
478 |
+
"grad_norm": 0.9580642580986023,
|
479 |
+
"learning_rate": 0.0019055717486612038,
|
480 |
+
"loss": 4.8082,
|
481 |
+
"step": 315
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 3.421333333333333,
|
485 |
+
"grad_norm": 1.4874638319015503,
|
486 |
+
"learning_rate": 0.0019001916250175764,
|
487 |
+
"loss": 4.7807,
|
488 |
+
"step": 320
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"epoch": 3.474666666666667,
|
492 |
+
"grad_norm": 2.9284310340881348,
|
493 |
+
"learning_rate": 0.0018946704810847688,
|
494 |
+
"loss": 4.7192,
|
495 |
+
"step": 325
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 3.528,
|
499 |
+
"grad_norm": 0.8562856912612915,
|
500 |
+
"learning_rate": 0.0018890091817823072,
|
501 |
+
"loss": 4.7759,
|
502 |
+
"step": 330
|
503 |
+
},
|
504 |
+
{
|
505 |
+
"epoch": 3.5813333333333333,
|
506 |
+
"grad_norm": 0.8265694975852966,
|
507 |
+
"learning_rate": 0.0018832086139858775,
|
508 |
+
"loss": 4.7143,
|
509 |
+
"step": 335
|
510 |
+
},
|
511 |
+
{
|
512 |
+
"epoch": 3.634666666666667,
|
513 |
+
"grad_norm": 1.2272521257400513,
|
514 |
+
"learning_rate": 0.0018772696863883906,
|
515 |
+
"loss": 4.775,
|
516 |
+
"step": 340
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"epoch": 3.6879999999999997,
|
520 |
+
"grad_norm": 1.2595627307891846,
|
521 |
+
"learning_rate": 0.0018711933293576303,
|
522 |
+
"loss": 4.5926,
|
523 |
+
"step": 345
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"epoch": 3.7413333333333334,
|
527 |
+
"grad_norm": 1.0950653553009033,
|
528 |
+
"learning_rate": 0.0018649804947905057,
|
529 |
+
"loss": 4.813,
|
530 |
+
"step": 350
|
531 |
+
},
|
532 |
+
{
|
533 |
+
"epoch": 3.7946666666666666,
|
534 |
+
"grad_norm": 1.4552189111709595,
|
535 |
+
"learning_rate": 0.0018586321559639317,
|
536 |
+
"loss": 4.717,
|
537 |
+
"step": 355
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 3.848,
|
541 |
+
"grad_norm": 1.0459569692611694,
|
542 |
+
"learning_rate": 0.001852149307382358,
|
543 |
+
"loss": 4.6884,
|
544 |
+
"step": 360
|
545 |
+
},
|
546 |
+
{
|
547 |
+
"epoch": 3.9013333333333335,
|
548 |
+
"grad_norm": 1.0256690979003906,
|
549 |
+
"learning_rate": 0.0018455329646219765,
|
550 |
+
"loss": 4.5672,
|
551 |
+
"step": 365
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"epoch": 3.9546666666666668,
|
555 |
+
"grad_norm": 1.2847387790679932,
|
556 |
+
"learning_rate": 0.0018387841641716223,
|
557 |
+
"loss": 4.4933,
|
558 |
+
"step": 370
|
559 |
+
},
|
560 |
+
{
|
561 |
+
"epoch": 3.997333333333333,
|
562 |
+
"eval_loss": 4.830221176147461,
|
563 |
+
"eval_runtime": 12.4939,
|
564 |
+
"eval_samples_per_second": 90.044,
|
565 |
+
"eval_steps_per_second": 15.047,
|
566 |
+
"step": 374
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"epoch": 4.010666666666666,
|
570 |
+
"grad_norm": 1.6286957263946533,
|
571 |
+
"learning_rate": 0.001831903963270404,
|
572 |
+
"loss": 5.0358,
|
573 |
+
"step": 375
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 4.064,
|
577 |
+
"grad_norm": 1.2841631174087524,
|
578 |
+
"learning_rate": 0.00182489343974208,
|
579 |
+
"loss": 4.6172,
|
580 |
+
"step": 380
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 4.117333333333334,
|
584 |
+
"grad_norm": 1.1748610734939575,
|
585 |
+
"learning_rate": 0.001817753691826212,
|
586 |
+
"loss": 4.6433,
|
587 |
+
"step": 385
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"epoch": 4.1706666666666665,
|
591 |
+
"grad_norm": 1.6473082304000854,
|
592 |
+
"learning_rate": 0.0018104858380061178,
|
593 |
+
"loss": 4.5933,
|
594 |
+
"step": 390
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 4.224,
|
598 |
+
"grad_norm": 1.9459190368652344,
|
599 |
+
"learning_rate": 0.0018030910168336557,
|
600 |
+
"loss": 4.631,
|
601 |
+
"step": 395
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 4.277333333333333,
|
605 |
+
"grad_norm": 1.5279489755630493,
|
606 |
+
"learning_rate": 0.0017955703867508633,
|
607 |
+
"loss": 4.5583,
|
608 |
+
"step": 400
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"epoch": 4.330666666666667,
|
612 |
+
"grad_norm": 1.3347927331924438,
|
613 |
+
"learning_rate": 0.0017879251259084804,
|
614 |
+
"loss": 4.7295,
|
615 |
+
"step": 405
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 4.384,
|
619 |
+
"grad_norm": 2.52054500579834,
|
620 |
+
"learning_rate": 0.0017801564319813853,
|
621 |
+
"loss": 4.4718,
|
622 |
+
"step": 410
|
623 |
+
},
|
624 |
+
{
|
625 |
+
"epoch": 4.437333333333333,
|
626 |
+
"grad_norm": 1.1874818801879883,
|
627 |
+
"learning_rate": 0.0017722655219809715,
|
628 |
+
"loss": 4.5063,
|
629 |
+
"step": 415
|
630 |
+
},
|
631 |
+
{
|
632 |
+
"epoch": 4.490666666666667,
|
633 |
+
"grad_norm": 1.491890788078308,
|
634 |
+
"learning_rate": 0.0017642536320644964,
|
635 |
+
"loss": 4.3769,
|
636 |
+
"step": 420
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"epoch": 4.5440000000000005,
|
640 |
+
"grad_norm": 1.1082266569137573,
|
641 |
+
"learning_rate": 0.0017561220173414297,
|
642 |
+
"loss": 4.3971,
|
643 |
+
"step": 425
|
644 |
+
},
|
645 |
+
{
|
646 |
+
"epoch": 4.597333333333333,
|
647 |
+
"grad_norm": 0.9449096918106079,
|
648 |
+
"learning_rate": 0.0017478719516768322,
|
649 |
+
"loss": 4.443,
|
650 |
+
"step": 430
|
651 |
+
},
|
652 |
+
{
|
653 |
+
"epoch": 4.650666666666667,
|
654 |
+
"grad_norm": 1.4695461988449097,
|
655 |
+
"learning_rate": 0.0017395047274917994,
|
656 |
+
"loss": 4.3679,
|
657 |
+
"step": 435
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 4.704,
|
661 |
+
"grad_norm": 2.962554693222046,
|
662 |
+
"learning_rate": 0.001731021655560995,
|
663 |
+
"loss": 4.2775,
|
664 |
+
"step": 440
|
665 |
+
},
|
666 |
+
{
|
667 |
+
"epoch": 4.757333333333333,
|
668 |
+
"grad_norm": 0.9070279598236084,
|
669 |
+
"learning_rate": 0.0017224240648073094,
|
670 |
+
"loss": 4.5664,
|
671 |
+
"step": 445
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"epoch": 4.810666666666666,
|
675 |
+
"grad_norm": 1.7772026062011719,
|
676 |
+
"learning_rate": 0.0017137133020936782,
|
677 |
+
"loss": 4.4455,
|
678 |
+
"step": 450
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"epoch": 4.864,
|
682 |
+
"grad_norm": 2.937232255935669,
|
683 |
+
"learning_rate": 0.0017048907320120865,
|
684 |
+
"loss": 4.4177,
|
685 |
+
"step": 455
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"epoch": 4.917333333333334,
|
689 |
+
"grad_norm": 6.296092510223389,
|
690 |
+
"learning_rate": 0.0016959577366697988,
|
691 |
+
"loss": 4.5929,
|
692 |
+
"step": 460
|
693 |
+
},
|
694 |
+
{
|
695 |
+
"epoch": 4.970666666666666,
|
696 |
+
"grad_norm": 22.26595687866211,
|
697 |
+
"learning_rate": 0.0016869157154728437,
|
698 |
+
"loss": 4.5319,
|
699 |
+
"step": 465
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 4.992,
|
703 |
+
"eval_loss": 4.809427738189697,
|
704 |
+
"eval_runtime": 12.4879,
|
705 |
+
"eval_samples_per_second": 90.087,
|
706 |
+
"eval_steps_per_second": 15.055,
|
707 |
+
"step": 467
|
708 |
+
},
|
709 |
+
{
|
710 |
+
"epoch": 5.026666666666666,
|
711 |
+
"grad_norm": 6.585814476013184,
|
712 |
+
"learning_rate": 0.001677766084906787,
|
713 |
+
"loss": 5.1022,
|
714 |
+
"step": 470
|
715 |
+
},
|
716 |
+
{
|
717 |
+
"epoch": 5.08,
|
718 |
+
"grad_norm": 5.868590831756592,
|
719 |
+
"learning_rate": 0.001668510278314833,
|
720 |
+
"loss": 4.5102,
|
721 |
+
"step": 475
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"epoch": 5.133333333333334,
|
725 |
+
"grad_norm": 4.387262344360352,
|
726 |
+
"learning_rate": 0.0016591497456732824,
|
727 |
+
"loss": 4.6548,
|
728 |
+
"step": 480
|
729 |
+
},
|
730 |
+
{
|
731 |
+
"epoch": 5.1866666666666665,
|
732 |
+
"grad_norm": 9.387950897216797,
|
733 |
+
"learning_rate": 0.0016496859533643852,
|
734 |
+
"loss": 4.6778,
|
735 |
+
"step": 485
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"epoch": 5.24,
|
739 |
+
"grad_norm": 51.944549560546875,
|
740 |
+
"learning_rate": 0.0016401203839466211,
|
741 |
+
"loss": 5.041,
|
742 |
+
"step": 490
|
743 |
+
},
|
744 |
+
{
|
745 |
+
"epoch": 5.293333333333333,
|
746 |
+
"grad_norm": 14.20453929901123,
|
747 |
+
"learning_rate": 0.0016304545359224522,
|
748 |
+
"loss": 5.2576,
|
749 |
+
"step": 495
|
750 |
+
},
|
751 |
+
{
|
752 |
+
"epoch": 5.346666666666667,
|
753 |
+
"grad_norm": 3.1657214164733887,
|
754 |
+
"learning_rate": 0.00162068992350357,
|
755 |
+
"loss": 5.1287,
|
756 |
+
"step": 500
|
757 |
+
},
|
758 |
+
{
|
759 |
+
"epoch": 5.4,
|
760 |
+
"grad_norm": 4.8425726890563965,
|
761 |
+
"learning_rate": 0.001610828076373687,
|
762 |
+
"loss": 4.9648,
|
763 |
+
"step": 505
|
764 |
+
},
|
765 |
+
{
|
766 |
+
"epoch": 5.453333333333333,
|
767 |
+
"grad_norm": 1.9821243286132812,
|
768 |
+
"learning_rate": 0.0016008705394489032,
|
769 |
+
"loss": 4.9847,
|
770 |
+
"step": 510
|
771 |
+
},
|
772 |
+
{
|
773 |
+
"epoch": 5.506666666666667,
|
774 |
+
"grad_norm": 6.5806379318237305,
|
775 |
+
"learning_rate": 0.0015908188726356843,
|
776 |
+
"loss": 4.9543,
|
777 |
+
"step": 515
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 5.5600000000000005,
|
781 |
+
"grad_norm": 18.127779006958008,
|
782 |
+
"learning_rate": 0.0015806746505864946,
|
783 |
+
"loss": 4.9112,
|
784 |
+
"step": 520
|
785 |
+
},
|
786 |
+
{
|
787 |
+
"epoch": 5.613333333333333,
|
788 |
+
"grad_norm": 12.010746955871582,
|
789 |
+
"learning_rate": 0.0015704394624531184,
|
790 |
+
"loss": 4.9836,
|
791 |
+
"step": 525
|
792 |
+
},
|
793 |
+
{
|
794 |
+
"epoch": 5.666666666666667,
|
795 |
+
"grad_norm": 46.7609977722168,
|
796 |
+
"learning_rate": 0.0015601149116377094,
|
797 |
+
"loss": 4.8966,
|
798 |
+
"step": 530
|
799 |
+
},
|
800 |
+
{
|
801 |
+
"epoch": 5.72,
|
802 |
+
"grad_norm": 117.95108795166016,
|
803 |
+
"learning_rate": 0.0015497026155416088,
|
804 |
+
"loss": 4.8016,
|
805 |
+
"step": 535
|
806 |
+
},
|
807 |
+
{
|
808 |
+
"epoch": 5.773333333333333,
|
809 |
+
"grad_norm": 41.65292739868164,
|
810 |
+
"learning_rate": 0.0015392042053119699,
|
811 |
+
"loss": 5.1113,
|
812 |
+
"step": 540
|
813 |
+
},
|
814 |
+
{
|
815 |
+
"epoch": 5.826666666666666,
|
816 |
+
"grad_norm": 26.858564376831055,
|
817 |
+
"learning_rate": 0.0015286213255862294,
|
818 |
+
"loss": 4.9389,
|
819 |
+
"step": 545
|
820 |
+
},
|
821 |
+
{
|
822 |
+
"epoch": 5.88,
|
823 |
+
"grad_norm": 8.647442817687988,
|
824 |
+
"learning_rate": 0.0015179556342344643,
|
825 |
+
"loss": 4.9543,
|
826 |
+
"step": 550
|
827 |
+
},
|
828 |
+
{
|
829 |
+
"epoch": 5.933333333333334,
|
830 |
+
"grad_norm": 3.5178844928741455,
|
831 |
+
"learning_rate": 0.0015072088020996791,
|
832 |
+
"loss": 5.1129,
|
833 |
+
"step": 555
|
834 |
+
},
|
835 |
+
{
|
836 |
+
"epoch": 5.986666666666666,
|
837 |
+
"grad_norm": 2.328364849090576,
|
838 |
+
"learning_rate": 0.001496382512736056,
|
839 |
+
"loss": 4.8257,
|
840 |
+
"step": 560
|
841 |
+
},
|
842 |
+
{
|
843 |
+
"epoch": 5.997333333333334,
|
844 |
+
"eval_loss": 5.105650901794434,
|
845 |
+
"eval_runtime": 12.5011,
|
846 |
+
"eval_samples_per_second": 89.992,
|
847 |
+
"eval_steps_per_second": 15.039,
|
848 |
+
"step": 561
|
849 |
+
},
|
850 |
+
{
|
851 |
+
"epoch": 6.042666666666666,
|
852 |
+
"grad_norm": 2.6246631145477295,
|
853 |
+
"learning_rate": 0.0014854784621452176,
|
854 |
+
"loss": 5.4436,
|
855 |
+
"step": 565
|
856 |
+
},
|
857 |
+
{
|
858 |
+
"epoch": 6.096,
|
859 |
+
"grad_norm": 1.641006588935852,
|
860 |
+
"learning_rate": 0.0014744983585105386,
|
861 |
+
"loss": 4.721,
|
862 |
+
"step": 570
|
863 |
+
},
|
864 |
+
{
|
865 |
+
"epoch": 6.149333333333334,
|
866 |
+
"grad_norm": 2.2615890502929688,
|
867 |
+
"learning_rate": 0.001463443921929548,
|
868 |
+
"loss": 4.6645,
|
869 |
+
"step": 575
|
870 |
+
},
|
871 |
+
{
|
872 |
+
"epoch": 6.2026666666666666,
|
873 |
+
"grad_norm": 2.4459476470947266,
|
874 |
+
"learning_rate": 0.0014523168841444657,
|
875 |
+
"loss": 4.6295,
|
876 |
+
"step": 580
|
877 |
+
},
|
878 |
+
{
|
879 |
+
"epoch": 6.256,
|
880 |
+
"grad_norm": 27.94793128967285,
|
881 |
+
"learning_rate": 0.001441118988270916,
|
882 |
+
"loss": 4.6528,
|
883 |
+
"step": 585
|
884 |
+
},
|
885 |
+
{
|
886 |
+
"epoch": 6.309333333333333,
|
887 |
+
"grad_norm": 5.710525035858154,
|
888 |
+
"learning_rate": 0.0014298519885248572,
|
889 |
+
"loss": 4.549,
|
890 |
+
"step": 590
|
891 |
+
},
|
892 |
+
{
|
893 |
+
"epoch": 6.362666666666667,
|
894 |
+
"grad_norm": 4.791785717010498,
|
895 |
+
"learning_rate": 0.0014185176499477742,
|
896 |
+
"loss": 4.5602,
|
897 |
+
"step": 595
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"epoch": 6.416,
|
901 |
+
"grad_norm": 2.0223538875579834,
|
902 |
+
"learning_rate": 0.0014071177481301737,
|
903 |
+
"loss": 4.5802,
|
904 |
+
"step": 600
|
905 |
+
},
|
906 |
+
{
|
907 |
+
"epoch": 6.469333333333333,
|
908 |
+
"grad_norm": 1.6422585248947144,
|
909 |
+
"learning_rate": 0.0013956540689334285,
|
910 |
+
"loss": 4.4584,
|
911 |
+
"step": 605
|
912 |
+
},
|
913 |
+
{
|
914 |
+
"epoch": 6.522666666666667,
|
915 |
+
"grad_norm": 8.107535362243652,
|
916 |
+
"learning_rate": 0.001384128408210011,
|
917 |
+
"loss": 4.5343,
|
918 |
+
"step": 610
|
919 |
+
},
|
920 |
+
{
|
921 |
+
"epoch": 6.576,
|
922 |
+
"grad_norm": 2.697594404220581,
|
923 |
+
"learning_rate": 0.0013725425715221625,
|
924 |
+
"loss": 4.6172,
|
925 |
+
"step": 615
|
926 |
+
},
|
927 |
+
{
|
928 |
+
"epoch": 6.629333333333333,
|
929 |
+
"grad_norm": 1.561109185218811,
|
930 |
+
"learning_rate": 0.0013608983738590413,
|
931 |
+
"loss": 4.4385,
|
932 |
+
"step": 620
|
933 |
+
},
|
934 |
+
{
|
935 |
+
"epoch": 6.682666666666667,
|
936 |
+
"grad_norm": 2.0785770416259766,
|
937 |
+
"learning_rate": 0.0013491976393523951,
|
938 |
+
"loss": 4.4098,
|
939 |
+
"step": 625
|
940 |
+
},
|
941 |
+
{
|
942 |
+
"epoch": 6.736,
|
943 |
+
"grad_norm": 5.022526264190674,
|
944 |
+
"learning_rate": 0.0013374422009907983,
|
945 |
+
"loss": 4.3741,
|
946 |
+
"step": 630
|
947 |
+
},
|
948 |
+
{
|
949 |
+
"epoch": 6.789333333333333,
|
950 |
+
"grad_norm": 1.8558008670806885,
|
951 |
+
"learning_rate": 0.0013256339003325053,
|
952 |
+
"loss": 4.325,
|
953 |
+
"step": 635
|
954 |
+
},
|
955 |
+
{
|
956 |
+
"epoch": 6.842666666666666,
|
957 |
+
"grad_norm": 1.2337331771850586,
|
958 |
+
"learning_rate": 0.0013137745872169578,
|
959 |
+
"loss": 4.3192,
|
960 |
+
"step": 640
|
961 |
+
},
|
962 |
+
{
|
963 |
+
"epoch": 6.896,
|
964 |
+
"grad_norm": 1.0328541994094849,
|
965 |
+
"learning_rate": 0.0013018661194749985,
|
966 |
+
"loss": 4.3117,
|
967 |
+
"step": 645
|
968 |
+
},
|
969 |
+
{
|
970 |
+
"epoch": 6.949333333333334,
|
971 |
+
"grad_norm": 6.057741641998291,
|
972 |
+
"learning_rate": 0.00128991036263783,
|
973 |
+
"loss": 4.2177,
|
974 |
+
"step": 650
|
975 |
+
},
|
976 |
+
{
|
977 |
+
"epoch": 6.992,
|
978 |
+
"eval_loss": 4.5589494705200195,
|
979 |
+
"eval_runtime": 12.5045,
|
980 |
+
"eval_samples_per_second": 89.968,
|
981 |
+
"eval_steps_per_second": 15.035,
|
982 |
+
"step": 654
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 7.005333333333334,
|
986 |
+
"grad_norm": 10.887760162353516,
|
987 |
+
"learning_rate": 0.001277909189644768,
|
988 |
+
"loss": 4.7952,
|
989 |
+
"step": 655
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 7.058666666666666,
|
993 |
+
"grad_norm": 3.197256565093994,
|
994 |
+
"learning_rate": 0.001265864480549836,
|
995 |
+
"loss": 4.166,
|
996 |
+
"step": 660
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 7.112,
|
1000 |
+
"grad_norm": 3.441707134246826,
|
1001 |
+
"learning_rate": 0.001253778122227242,
|
1002 |
+
"loss": 4.2237,
|
1003 |
+
"step": 665
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 7.165333333333333,
|
1007 |
+
"grad_norm": 1.8096449375152588,
|
1008 |
+
"learning_rate": 0.0012416520080757892,
|
1009 |
+
"loss": 4.0627,
|
1010 |
+
"step": 670
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 7.218666666666667,
|
1014 |
+
"grad_norm": 1.5362603664398193,
|
1015 |
+
"learning_rate": 0.0012294880377222647,
|
1016 |
+
"loss": 4.1205,
|
1017 |
+
"step": 675
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 7.272,
|
1021 |
+
"grad_norm": 2.7223100662231445,
|
1022 |
+
"learning_rate": 0.0012172881167238515,
|
1023 |
+
"loss": 4.1721,
|
1024 |
+
"step": 680
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 7.325333333333333,
|
1028 |
+
"grad_norm": 1.2539554834365845,
|
1029 |
+
"learning_rate": 0.0012050541562696109,
|
1030 |
+
"loss": 4.159,
|
1031 |
+
"step": 685
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 7.378666666666667,
|
1035 |
+
"grad_norm": 3.9169719219207764,
|
1036 |
+
"learning_rate": 0.001192788072881085,
|
1037 |
+
"loss": 4.207,
|
1038 |
+
"step": 690
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 7.432,
|
1042 |
+
"grad_norm": 2.505176544189453,
|
1043 |
+
"learning_rate": 0.0011804917881120607,
|
1044 |
+
"loss": 3.9257,
|
1045 |
+
"step": 695
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 7.485333333333333,
|
1049 |
+
"grad_norm": 1.2009811401367188,
|
1050 |
+
"learning_rate": 0.0011681672282475495,
|
1051 |
+
"loss": 4.0998,
|
1052 |
+
"step": 700
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 7.538666666666667,
|
1056 |
+
"grad_norm": 1.2483587265014648,
|
1057 |
+
"learning_rate": 0.0011558163240020208,
|
1058 |
+
"loss": 4.0612,
|
1059 |
+
"step": 705
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 7.592,
|
1063 |
+
"grad_norm": 1.8018878698349,
|
1064 |
+
"learning_rate": 0.001143441010216946,
|
1065 |
+
"loss": 4.1208,
|
1066 |
+
"step": 710
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 7.645333333333333,
|
1070 |
+
"grad_norm": 1.5484060049057007,
|
1071 |
+
"learning_rate": 0.0011310432255576942,
|
1072 |
+
"loss": 4.0344,
|
1073 |
+
"step": 715
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 7.698666666666667,
|
1077 |
+
"grad_norm": 2.459238290786743,
|
1078 |
+
"learning_rate": 0.0011186249122098282,
|
1079 |
+
"loss": 4.0085,
|
1080 |
+
"step": 720
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 7.752,
|
1084 |
+
"grad_norm": 2.3227972984313965,
|
1085 |
+
"learning_rate": 0.0011061880155748497,
|
1086 |
+
"loss": 4.0162,
|
1087 |
+
"step": 725
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 7.8053333333333335,
|
1091 |
+
"grad_norm": 4.121925354003906,
|
1092 |
+
"learning_rate": 0.0010937344839654416,
|
1093 |
+
"loss": 4.1103,
|
1094 |
+
"step": 730
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 7.858666666666666,
|
1098 |
+
"grad_norm": 2.338094711303711,
|
1099 |
+
"learning_rate": 0.0010812662683002527,
|
1100 |
+
"loss": 4.1566,
|
1101 |
+
"step": 735
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 7.912,
|
1105 |
+
"grad_norm": 1.8548033237457275,
|
1106 |
+
"learning_rate": 0.001068785321798276,
|
1107 |
+
"loss": 4.0535,
|
1108 |
+
"step": 740
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 7.965333333333334,
|
1112 |
+
"grad_norm": 1.4415037631988525,
|
1113 |
+
"learning_rate": 0.0010562935996728628,
|
1114 |
+
"loss": 4.0313,
|
1115 |
+
"step": 745
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 7.997333333333334,
|
1119 |
+
"eval_loss": 4.3429412841796875,
|
1120 |
+
"eval_runtime": 12.4844,
|
1121 |
+
"eval_samples_per_second": 90.112,
|
1122 |
+
"eval_steps_per_second": 15.059,
|
1123 |
+
"step": 748
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 8.021333333333333,
|
1127 |
+
"grad_norm": 1.2015221118927002,
|
1128 |
+
"learning_rate": 0.001043793058825431,
|
1129 |
+
"loss": 4.3842,
|
1130 |
+
"step": 750
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 8.074666666666667,
|
1134 |
+
"grad_norm": 2.2034997940063477,
|
1135 |
+
"learning_rate": 0.0010312856575389016,
|
1136 |
+
"loss": 3.8739,
|
1137 |
+
"step": 755
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 8.128,
|
1141 |
+
"grad_norm": 1.0531103610992432,
|
1142 |
+
"learning_rate": 0.0010187733551709234,
|
1143 |
+
"loss": 3.9207,
|
1144 |
+
"step": 760
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 8.181333333333333,
|
1148 |
+
"grad_norm": 1.6261956691741943,
|
1149 |
+
"learning_rate": 0.0010062581118469298,
|
1150 |
+
"loss": 3.9147,
|
1151 |
+
"step": 765
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 8.234666666666667,
|
1155 |
+
"grad_norm": 4.931313991546631,
|
1156 |
+
"learning_rate": 0.0009937418881530702,
|
1157 |
+
"loss": 3.9194,
|
1158 |
+
"step": 770
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 8.288,
|
1162 |
+
"grad_norm": 1.1570011377334595,
|
1163 |
+
"learning_rate": 0.0009812266448290766,
|
1164 |
+
"loss": 3.8607,
|
1165 |
+
"step": 775
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 8.341333333333333,
|
1169 |
+
"grad_norm": 2.3009421825408936,
|
1170 |
+
"learning_rate": 0.0009687143424610986,
|
1171 |
+
"loss": 3.8516,
|
1172 |
+
"step": 780
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 8.394666666666666,
|
1176 |
+
"grad_norm": 1.5181440114974976,
|
1177 |
+
"learning_rate": 0.0009562069411745691,
|
1178 |
+
"loss": 3.8939,
|
1179 |
+
"step": 785
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 8.448,
|
1183 |
+
"grad_norm": 1.7607407569885254,
|
1184 |
+
"learning_rate": 0.0009437064003271373,
|
1185 |
+
"loss": 3.9431,
|
1186 |
+
"step": 790
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 8.501333333333333,
|
1190 |
+
"grad_norm": 1.155339241027832,
|
1191 |
+
"learning_rate": 0.0009312146782017244,
|
1192 |
+
"loss": 3.8956,
|
1193 |
+
"step": 795
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 8.554666666666666,
|
1197 |
+
"grad_norm": 0.9878433346748352,
|
1198 |
+
"learning_rate": 0.0009187337316997475,
|
1199 |
+
"loss": 3.8884,
|
1200 |
+
"step": 800
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 8.608,
|
1204 |
+
"grad_norm": 0.9723697304725647,
|
1205 |
+
"learning_rate": 0.0009062655160345587,
|
1206 |
+
"loss": 3.714,
|
1207 |
+
"step": 805
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 8.661333333333333,
|
1211 |
+
"grad_norm": 6.659087181091309,
|
1212 |
+
"learning_rate": 0.0008938119844251507,
|
1213 |
+
"loss": 3.8302,
|
1214 |
+
"step": 810
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 8.714666666666666,
|
1218 |
+
"grad_norm": 1.3487255573272705,
|
1219 |
+
"learning_rate": 0.0008813750877901723,
|
1220 |
+
"loss": 3.9658,
|
1221 |
+
"step": 815
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 8.768,
|
1225 |
+
"grad_norm": 1.3927958011627197,
|
1226 |
+
"learning_rate": 0.0008689567744423059,
|
1227 |
+
"loss": 3.8516,
|
1228 |
+
"step": 820
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 8.821333333333333,
|
1232 |
+
"grad_norm": 0.8693830370903015,
|
1233 |
+
"learning_rate": 0.0008565589897830542,
|
1234 |
+
"loss": 3.8388,
|
1235 |
+
"step": 825
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 8.874666666666666,
|
1239 |
+
"grad_norm": 1.2397363185882568,
|
1240 |
+
"learning_rate": 0.0008441836759979795,
|
1241 |
+
"loss": 3.7521,
|
1242 |
+
"step": 830
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 8.928,
|
1246 |
+
"grad_norm": 1.1434884071350098,
|
1247 |
+
"learning_rate": 0.0008318327717524509,
|
1248 |
+
"loss": 3.7411,
|
1249 |
+
"step": 835
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 8.981333333333334,
|
1253 |
+
"grad_norm": 0.8602774143218994,
|
1254 |
+
"learning_rate": 0.0008195082118879396,
|
1255 |
+
"loss": 3.7408,
|
1256 |
+
"step": 840
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 8.992,
|
1260 |
+
"eval_loss": 4.147874355316162,
|
1261 |
+
"eval_runtime": 12.5024,
|
1262 |
+
"eval_samples_per_second": 89.983,
|
1263 |
+
"eval_steps_per_second": 15.037,
|
1264 |
+
"step": 841
|
1265 |
+
},
|
1266 |
+
{
|
1267 |
+
"epoch": 9.037333333333333,
|
1268 |
+
"grad_norm": 1.2394230365753174,
|
1269 |
+
"learning_rate": 0.0008072119271189156,
|
1270 |
+
"loss": 4.0861,
|
1271 |
+
"step": 845
|
1272 |
+
},
|
1273 |
+
{
|
1274 |
+
"epoch": 9.090666666666667,
|
1275 |
+
"grad_norm": 0.9018468260765076,
|
1276 |
+
"learning_rate": 0.0007949458437303892,
|
1277 |
+
"loss": 3.6608,
|
1278 |
+
"step": 850
|
1279 |
+
},
|
1280 |
+
{
|
1281 |
+
"epoch": 9.144,
|
1282 |
+
"grad_norm": 2.0389747619628906,
|
1283 |
+
"learning_rate": 0.0007827118832761486,
|
1284 |
+
"loss": 3.6369,
|
1285 |
+
"step": 855
|
1286 |
+
},
|
1287 |
+
{
|
1288 |
+
"epoch": 9.197333333333333,
|
1289 |
+
"grad_norm": 1.0341744422912598,
|
1290 |
+
"learning_rate": 0.0007705119622777351,
|
1291 |
+
"loss": 3.6354,
|
1292 |
+
"step": 860
|
1293 |
+
},
|
1294 |
+
{
|
1295 |
+
"epoch": 9.250666666666667,
|
1296 |
+
"grad_norm": 0.8617631196975708,
|
1297 |
+
"learning_rate": 0.0007583479919242108,
|
1298 |
+
"loss": 3.6106,
|
1299 |
+
"step": 865
|
1300 |
+
},
|
1301 |
+
{
|
1302 |
+
"epoch": 9.304,
|
1303 |
+
"grad_norm": 0.719153642654419,
|
1304 |
+
"learning_rate": 0.000746221877772758,
|
1305 |
+
"loss": 3.7636,
|
1306 |
+
"step": 870
|
1307 |
+
},
|
1308 |
+
{
|
1309 |
+
"epoch": 9.357333333333333,
|
1310 |
+
"grad_norm": 3.26902437210083,
|
1311 |
+
"learning_rate": 0.0007341355194501638,
|
1312 |
+
"loss": 3.6817,
|
1313 |
+
"step": 875
|
1314 |
+
},
|
1315 |
+
{
|
1316 |
+
"epoch": 9.410666666666666,
|
1317 |
+
"grad_norm": 0.9911563396453857,
|
1318 |
+
"learning_rate": 0.0007220908103552318,
|
1319 |
+
"loss": 3.7094,
|
1320 |
+
"step": 880
|
1321 |
+
},
|
1322 |
+
{
|
1323 |
+
"epoch": 9.464,
|
1324 |
+
"grad_norm": 0.8281224370002747,
|
1325 |
+
"learning_rate": 0.0007100896373621699,
|
1326 |
+
"loss": 3.6431,
|
1327 |
+
"step": 885
|
1328 |
+
},
|
1329 |
+
{
|
1330 |
+
"epoch": 9.517333333333333,
|
1331 |
+
"grad_norm": 0.8220219612121582,
|
1332 |
+
"learning_rate": 0.0006981338805250015,
|
1333 |
+
"loss": 3.6953,
|
1334 |
+
"step": 890
|
1335 |
+
},
|
1336 |
+
{
|
1337 |
+
"epoch": 9.570666666666666,
|
1338 |
+
"grad_norm": 0.8096312284469604,
|
1339 |
+
"learning_rate": 0.0006862254127830425,
|
1340 |
+
"loss": 3.5947,
|
1341 |
+
"step": 895
|
1342 |
+
},
|
1343 |
+
{
|
1344 |
+
"epoch": 9.624,
|
1345 |
+
"grad_norm": 0.998589813709259,
|
1346 |
+
"learning_rate": 0.000674366099667495,
|
1347 |
+
"loss": 3.6492,
|
1348 |
+
"step": 900
|
1349 |
+
},
|
1350 |
+
{
|
1351 |
+
"epoch": 9.677333333333333,
|
1352 |
+
"grad_norm": 1.0131206512451172,
|
1353 |
+
"learning_rate": 0.0006625577990092018,
|
1354 |
+
"loss": 3.638,
|
1355 |
+
"step": 905
|
1356 |
+
},
|
1357 |
+
{
|
1358 |
+
"epoch": 9.730666666666666,
|
1359 |
+
"grad_norm": 0.6822465062141418,
|
1360 |
+
"learning_rate": 0.0006508023606476051,
|
1361 |
+
"loss": 3.626,
|
1362 |
+
"step": 910
|
1363 |
+
},
|
1364 |
+
{
|
1365 |
+
"epoch": 9.784,
|
1366 |
+
"grad_norm": 0.7446674704551697,
|
1367 |
+
"learning_rate": 0.0006391016261409591,
|
1368 |
+
"loss": 3.6361,
|
1369 |
+
"step": 915
|
1370 |
+
},
|
1371 |
+
{
|
1372 |
+
"epoch": 9.837333333333333,
|
1373 |
+
"grad_norm": 1.5426651239395142,
|
1374 |
+
"learning_rate": 0.0006274574284778378,
|
1375 |
+
"loss": 3.6579,
|
1376 |
+
"step": 920
|
1377 |
+
},
|
1378 |
+
{
|
1379 |
+
"epoch": 9.890666666666666,
|
1380 |
+
"grad_norm": 1.0557122230529785,
|
1381 |
+
"learning_rate": 0.0006158715917899892,
|
1382 |
+
"loss": 3.5978,
|
1383 |
+
"step": 925
|
1384 |
+
},
|
1385 |
+
{
|
1386 |
+
"epoch": 9.943999999999999,
|
1387 |
+
"grad_norm": 1.271697759628296,
|
1388 |
+
"learning_rate": 0.0006043459310665716,
|
1389 |
+
"loss": 3.5695,
|
1390 |
+
"step": 930
|
1391 |
+
},
|
1392 |
+
{
|
1393 |
+
"epoch": 9.997333333333334,
|
1394 |
+
"grad_norm": 1.3581335544586182,
|
1395 |
+
"learning_rate": 0.0005928822518698263,
|
1396 |
+
"loss": 4.0306,
|
1397 |
+
"step": 935
|
1398 |
+
},
|
1399 |
+
{
|
1400 |
+
"epoch": 9.997333333333334,
|
1401 |
+
"eval_loss": 4.033357620239258,
|
1402 |
+
"eval_runtime": 12.5191,
|
1403 |
+
"eval_samples_per_second": 89.863,
|
1404 |
+
"eval_steps_per_second": 15.017,
|
1405 |
+
"step": 935
|
1406 |
+
},
|
1407 |
+
{
|
1408 |
+
"epoch": 10.053333333333333,
|
1409 |
+
"grad_norm": 1.4836759567260742,
|
1410 |
+
"learning_rate": 0.000581482350052226,
|
1411 |
+
"loss": 3.5213,
|
1412 |
+
"step": 940
|
1413 |
+
},
|
1414 |
+
{
|
1415 |
+
"epoch": 10.106666666666667,
|
1416 |
+
"grad_norm": 0.8610721230506897,
|
1417 |
+
"learning_rate": 0.0005701480114751431,
|
1418 |
+
"loss": 3.4489,
|
1419 |
+
"step": 945
|
1420 |
+
},
|
1421 |
+
{
|
1422 |
+
"epoch": 10.16,
|
1423 |
+
"grad_norm": 1.1154193878173828,
|
1424 |
+
"learning_rate": 0.0005588810117290842,
|
1425 |
+
"loss": 3.4965,
|
1426 |
+
"step": 950
|
1427 |
+
},
|
1428 |
+
{
|
1429 |
+
"epoch": 10.213333333333333,
|
1430 |
+
"grad_norm": 0.9979135990142822,
|
1431 |
+
"learning_rate": 0.0005476831158555345,
|
1432 |
+
"loss": 3.5145,
|
1433 |
+
"step": 955
|
1434 |
+
},
|
1435 |
+
{
|
1436 |
+
"epoch": 10.266666666666667,
|
1437 |
+
"grad_norm": 18.88866424560547,
|
1438 |
+
"learning_rate": 0.0005365560780704523,
|
1439 |
+
"loss": 3.4903,
|
1440 |
+
"step": 960
|
1441 |
+
},
|
1442 |
+
{
|
1443 |
+
"epoch": 10.32,
|
1444 |
+
"grad_norm": 1.4323471784591675,
|
1445 |
+
"learning_rate": 0.0005255016414894615,
|
1446 |
+
"loss": 3.5408,
|
1447 |
+
"step": 965
|
1448 |
+
},
|
1449 |
+
{
|
1450 |
+
"epoch": 10.373333333333333,
|
1451 |
+
"grad_norm": 3.502009868621826,
|
1452 |
+
"learning_rate": 0.0005145215378547825,
|
1453 |
+
"loss": 3.5039,
|
1454 |
+
"step": 970
|
1455 |
+
},
|
1456 |
+
{
|
1457 |
+
"epoch": 10.426666666666666,
|
1458 |
+
"grad_norm": 4.632591247558594,
|
1459 |
+
"learning_rate": 0.0005036174872639443,
|
1460 |
+
"loss": 3.5314,
|
1461 |
+
"step": 975
|
1462 |
+
},
|
1463 |
+
{
|
1464 |
+
"epoch": 10.48,
|
1465 |
+
"grad_norm": 1.0967168807983398,
|
1466 |
+
"learning_rate": 0.0004927911979003214,
|
1467 |
+
"loss": 3.5151,
|
1468 |
+
"step": 980
|
1469 |
+
},
|
1470 |
+
{
|
1471 |
+
"epoch": 10.533333333333333,
|
1472 |
+
"grad_norm": 0.8381322622299194,
|
1473 |
+
"learning_rate": 0.000482044365765536,
|
1474 |
+
"loss": 3.4655,
|
1475 |
+
"step": 985
|
1476 |
+
},
|
1477 |
+
{
|
1478 |
+
"epoch": 10.586666666666666,
|
1479 |
+
"grad_norm": 0.9333806037902832,
|
1480 |
+
"learning_rate": 0.0004713786744137709,
|
1481 |
+
"loss": 3.4428,
|
1482 |
+
"step": 990
|
1483 |
+
},
|
1484 |
+
{
|
1485 |
+
"epoch": 10.64,
|
1486 |
+
"grad_norm": 1.3139746189117432,
|
1487 |
+
"learning_rate": 0.00046079579468803045,
|
1488 |
+
"loss": 3.4655,
|
1489 |
+
"step": 995
|
1490 |
+
},
|
1491 |
+
{
|
1492 |
+
"epoch": 10.693333333333333,
|
1493 |
+
"grad_norm": 13.540165901184082,
|
1494 |
+
"learning_rate": 0.0004502973844583914,
|
1495 |
+
"loss": 3.4847,
|
1496 |
+
"step": 1000
|
1497 |
+
},
|
1498 |
+
{
|
1499 |
+
"epoch": 10.746666666666666,
|
1500 |
+
"grad_norm": 0.730549156665802,
|
1501 |
+
"learning_rate": 0.00043988508836229046,
|
1502 |
+
"loss": 3.5064,
|
1503 |
+
"step": 1005
|
1504 |
+
},
|
1505 |
+
{
|
1506 |
+
"epoch": 10.8,
|
1507 |
+
"grad_norm": 1.1248104572296143,
|
1508 |
+
"learning_rate": 0.00042956053754688174,
|
1509 |
+
"loss": 3.4264,
|
1510 |
+
"step": 1010
|
1511 |
+
},
|
1512 |
+
{
|
1513 |
+
"epoch": 10.853333333333333,
|
1514 |
+
"grad_norm": 2.549948215484619,
|
1515 |
+
"learning_rate": 0.0004193253494135054,
|
1516 |
+
"loss": 3.4826,
|
1517 |
+
"step": 1015
|
1518 |
+
},
|
1519 |
+
{
|
1520 |
+
"epoch": 10.906666666666666,
|
1521 |
+
"grad_norm": 2.570146083831787,
|
1522 |
+
"learning_rate": 0.00040918112736431565,
|
1523 |
+
"loss": 3.5088,
|
1524 |
+
"step": 1020
|
1525 |
+
},
|
1526 |
+
{
|
1527 |
+
"epoch": 10.96,
|
1528 |
+
"grad_norm": 0.9071534276008606,
|
1529 |
+
"learning_rate": 0.0003991294605510969,
|
1530 |
+
"loss": 3.4673,
|
1531 |
+
"step": 1025
|
1532 |
+
},
|
1533 |
+
{
|
1534 |
+
"epoch": 10.992,
|
1535 |
+
"eval_loss": 3.9098801612854004,
|
1536 |
+
"eval_runtime": 12.4879,
|
1537 |
+
"eval_samples_per_second": 90.087,
|
1538 |
+
"eval_steps_per_second": 15.055,
|
1539 |
+
"step": 1028
|
1540 |
+
},
|
1541 |
+
{
|
1542 |
+
"epoch": 11.016,
|
1543 |
+
"grad_norm": 0.7501585483551025,
|
1544 |
+
"learning_rate": 0.0003891719236263128,
|
1545 |
+
"loss": 3.7099,
|
1546 |
+
"step": 1030
|
1547 |
+
},
|
1548 |
+
{
|
1549 |
+
"epoch": 11.069333333333333,
|
1550 |
+
"grad_norm": 0.7575392723083496,
|
1551 |
+
"learning_rate": 0.0003793100764964299,
|
1552 |
+
"loss": 3.3254,
|
1553 |
+
"step": 1035
|
1554 |
+
},
|
1555 |
+
{
|
1556 |
+
"epoch": 11.122666666666667,
|
1557 |
+
"grad_norm": 1.5098010301589966,
|
1558 |
+
"learning_rate": 0.00036954546407754797,
|
1559 |
+
"loss": 3.3361,
|
1560 |
+
"step": 1040
|
1561 |
+
},
|
1562 |
+
{
|
1563 |
+
"epoch": 11.176,
|
1564 |
+
"grad_norm": 0.652353048324585,
|
1565 |
+
"learning_rate": 0.00035987961605337895,
|
1566 |
+
"loss": 3.3419,
|
1567 |
+
"step": 1045
|
1568 |
+
},
|
1569 |
+
{
|
1570 |
+
"epoch": 11.229333333333333,
|
1571 |
+
"grad_norm": 1.4576791524887085,
|
1572 |
+
"learning_rate": 0.0003503140466356151,
|
1573 |
+
"loss": 3.4373,
|
1574 |
+
"step": 1050
|
1575 |
+
},
|
1576 |
+
{
|
1577 |
+
"epoch": 11.282666666666668,
|
1578 |
+
"grad_norm": 0.8805112242698669,
|
1579 |
+
"learning_rate": 0.0003408502543267175,
|
1580 |
+
"loss": 3.361,
|
1581 |
+
"step": 1055
|
1582 |
+
},
|
1583 |
+
{
|
1584 |
+
"epoch": 11.336,
|
1585 |
+
"grad_norm": 2.8293251991271973,
|
1586 |
+
"learning_rate": 0.0003314897216851673,
|
1587 |
+
"loss": 3.3537,
|
1588 |
+
"step": 1060
|
1589 |
+
},
|
1590 |
+
{
|
1591 |
+
"epoch": 11.389333333333333,
|
1592 |
+
"grad_norm": 1.0685662031173706,
|
1593 |
+
"learning_rate": 0.00032223391509321334,
|
1594 |
+
"loss": 3.295,
|
1595 |
+
"step": 1065
|
1596 |
+
},
|
1597 |
+
{
|
1598 |
+
"epoch": 11.442666666666666,
|
1599 |
+
"grad_norm": 0.5625657439231873,
|
1600 |
+
"learning_rate": 0.00031308428452715643,
|
1601 |
+
"loss": 3.3364,
|
1602 |
+
"step": 1070
|
1603 |
+
},
|
1604 |
+
{
|
1605 |
+
"epoch": 11.496,
|
1606 |
+
"grad_norm": 0.8257743120193481,
|
1607 |
+
"learning_rate": 0.00030404226333020115,
|
1608 |
+
"loss": 3.2609,
|
1609 |
+
"step": 1075
|
1610 |
+
},
|
1611 |
+
{
|
1612 |
+
"epoch": 11.549333333333333,
|
1613 |
+
"grad_norm": 1.0789713859558105,
|
1614 |
+
"learning_rate": 0.0002951092679879136,
|
1615 |
+
"loss": 3.3134,
|
1616 |
+
"step": 1080
|
1617 |
+
},
|
1618 |
+
{
|
1619 |
+
"epoch": 11.602666666666666,
|
1620 |
+
"grad_norm": 1.148529052734375,
|
1621 |
+
"learning_rate": 0.0002862866979063219,
|
1622 |
+
"loss": 3.2776,
|
1623 |
+
"step": 1085
|
1624 |
+
},
|
1625 |
+
{
|
1626 |
+
"epoch": 11.656,
|
1627 |
+
"grad_norm": 3.4152815341949463,
|
1628 |
+
"learning_rate": 0.0002775759351926909,
|
1629 |
+
"loss": 3.2817,
|
1630 |
+
"step": 1090
|
1631 |
+
},
|
1632 |
+
{
|
1633 |
+
"epoch": 11.709333333333333,
|
1634 |
+
"grad_norm": 5.510611057281494,
|
1635 |
+
"learning_rate": 0.00026897834443900527,
|
1636 |
+
"loss": 3.4051,
|
1637 |
+
"step": 1095
|
1638 |
+
},
|
1639 |
+
{
|
1640 |
+
"epoch": 11.762666666666666,
|
1641 |
+
"grad_norm": 3.2792694568634033,
|
1642 |
+
"learning_rate": 0.0002604952725082005,
|
1643 |
+
"loss": 3.3752,
|
1644 |
+
"step": 1100
|
1645 |
+
},
|
1646 |
+
{
|
1647 |
+
"epoch": 11.816,
|
1648 |
+
"grad_norm": 0.8379424214363098,
|
1649 |
+
"learning_rate": 0.00025212804832316785,
|
1650 |
+
"loss": 3.3568,
|
1651 |
+
"step": 1105
|
1652 |
+
},
|
1653 |
+
{
|
1654 |
+
"epoch": 11.869333333333334,
|
1655 |
+
"grad_norm": 1.0004689693450928,
|
1656 |
+
"learning_rate": 0.00024387798265857076,
|
1657 |
+
"loss": 3.2548,
|
1658 |
+
"step": 1110
|
1659 |
+
},
|
1660 |
+
{
|
1661 |
+
"epoch": 11.922666666666666,
|
1662 |
+
"grad_norm": 1.1289111375808716,
|
1663 |
+
"learning_rate": 0.00023574636793550374,
|
1664 |
+
"loss": 3.2763,
|
1665 |
+
"step": 1115
|
1666 |
+
},
|
1667 |
+
{
|
1668 |
+
"epoch": 11.975999999999999,
|
1669 |
+
"grad_norm": 0.7427679300308228,
|
1670 |
+
"learning_rate": 0.00022773447801902857,
|
1671 |
+
"loss": 3.3279,
|
1672 |
+
"step": 1120
|
1673 |
+
},
|
1674 |
+
{
|
1675 |
+
"epoch": 11.997333333333334,
|
1676 |
+
"eval_loss": 3.8246541023254395,
|
1677 |
+
"eval_runtime": 12.4686,
|
1678 |
+
"eval_samples_per_second": 90.226,
|
1679 |
+
"eval_steps_per_second": 15.078,
|
1680 |
+
"step": 1122
|
1681 |
+
},
|
1682 |
+
{
|
1683 |
+
"epoch": 12.032,
|
1684 |
+
"grad_norm": 0.7016487717628479,
|
1685 |
+
"learning_rate": 0.00021984356801861506,
|
1686 |
+
"loss": 3.545,
|
1687 |
+
"step": 1125
|
1688 |
+
},
|
1689 |
+
{
|
1690 |
+
"epoch": 12.085333333333333,
|
1691 |
+
"grad_norm": 1.0700368881225586,
|
1692 |
+
"learning_rate": 0.00021207487409151982,
|
1693 |
+
"loss": 3.213,
|
1694 |
+
"step": 1130
|
1695 |
+
},
|
1696 |
+
{
|
1697 |
+
"epoch": 12.138666666666667,
|
1698 |
+
"grad_norm": 0.548744261264801,
|
1699 |
+
"learning_rate": 0.0002044296132491369,
|
1700 |
+
"loss": 3.1303,
|
1701 |
+
"step": 1135
|
1702 |
+
},
|
1703 |
+
{
|
1704 |
+
"epoch": 12.192,
|
1705 |
+
"grad_norm": 0.5944454669952393,
|
1706 |
+
"learning_rate": 0.00019690898316634432,
|
1707 |
+
"loss": 3.2735,
|
1708 |
+
"step": 1140
|
1709 |
+
},
|
1710 |
+
{
|
1711 |
+
"epoch": 12.245333333333333,
|
1712 |
+
"grad_norm": 0.559898853302002,
|
1713 |
+
"learning_rate": 0.0001895141619938825,
|
1714 |
+
"loss": 3.221,
|
1715 |
+
"step": 1145
|
1716 |
+
},
|
1717 |
+
{
|
1718 |
+
"epoch": 12.298666666666668,
|
1719 |
+
"grad_norm": 0.5505184531211853,
|
1720 |
+
"learning_rate": 0.00018224630817378828,
|
1721 |
+
"loss": 3.247,
|
1722 |
+
"step": 1150
|
1723 |
+
},
|
1724 |
+
{
|
1725 |
+
"epoch": 12.352,
|
1726 |
+
"grad_norm": 4.3635735511779785,
|
1727 |
+
"learning_rate": 0.00017510656025792004,
|
1728 |
+
"loss": 3.091,
|
1729 |
+
"step": 1155
|
1730 |
+
},
|
1731 |
+
{
|
1732 |
+
"epoch": 12.405333333333333,
|
1733 |
+
"grad_norm": 0.553667426109314,
|
1734 |
+
"learning_rate": 0.00016809603672959616,
|
1735 |
+
"loss": 3.2349,
|
1736 |
+
"step": 1160
|
1737 |
+
},
|
1738 |
+
{
|
1739 |
+
"epoch": 12.458666666666666,
|
1740 |
+
"grad_norm": 1.5174871683120728,
|
1741 |
+
"learning_rate": 0.00016121583582837774,
|
1742 |
+
"loss": 3.2065,
|
1743 |
+
"step": 1165
|
1744 |
+
},
|
1745 |
+
{
|
1746 |
+
"epoch": 12.512,
|
1747 |
+
"grad_norm": 0.7590833306312561,
|
1748 |
+
"learning_rate": 0.0001544670353780234,
|
1749 |
+
"loss": 3.1883,
|
1750 |
+
"step": 1170
|
1751 |
+
},
|
1752 |
+
{
|
1753 |
+
"epoch": 12.565333333333333,
|
1754 |
+
"grad_norm": 1.4404692649841309,
|
1755 |
+
"learning_rate": 0.00014785069261764183,
|
1756 |
+
"loss": 3.2056,
|
1757 |
+
"step": 1175
|
1758 |
+
},
|
1759 |
+
{
|
1760 |
+
"epoch": 12.618666666666666,
|
1761 |
+
"grad_norm": 0.6769624948501587,
|
1762 |
+
"learning_rate": 0.0001413678440360684,
|
1763 |
+
"loss": 3.2165,
|
1764 |
+
"step": 1180
|
1765 |
+
},
|
1766 |
+
{
|
1767 |
+
"epoch": 12.672,
|
1768 |
+
"grad_norm": 0.5693238377571106,
|
1769 |
+
"learning_rate": 0.00013501950520949436,
|
1770 |
+
"loss": 3.1955,
|
1771 |
+
"step": 1185
|
1772 |
+
},
|
1773 |
+
{
|
1774 |
+
"epoch": 12.725333333333333,
|
1775 |
+
"grad_norm": 0.9455315470695496,
|
1776 |
+
"learning_rate": 0.00012880667064237006,
|
1777 |
+
"loss": 3.2017,
|
1778 |
+
"step": 1190
|
1779 |
+
},
|
1780 |
+
{
|
1781 |
+
"epoch": 12.778666666666666,
|
1782 |
+
"grad_norm": 0.8543607592582703,
|
1783 |
+
"learning_rate": 0.00012273031361160957,
|
1784 |
+
"loss": 3.2268,
|
1785 |
+
"step": 1195
|
1786 |
+
},
|
1787 |
+
{
|
1788 |
+
"epoch": 12.832,
|
1789 |
+
"grad_norm": 1.906198501586914,
|
1790 |
+
"learning_rate": 0.00011679138601412254,
|
1791 |
+
"loss": 3.2457,
|
1792 |
+
"step": 1200
|
1793 |
+
},
|
1794 |
+
{
|
1795 |
+
"epoch": 12.885333333333334,
|
1796 |
+
"grad_norm": 0.5271804928779602,
|
1797 |
+
"learning_rate": 0.00011099081821769297,
|
1798 |
+
"loss": 3.2146,
|
1799 |
+
"step": 1205
|
1800 |
+
},
|
1801 |
+
{
|
1802 |
+
"epoch": 12.938666666666666,
|
1803 |
+
"grad_norm": 1.0702733993530273,
|
1804 |
+
"learning_rate": 0.00010532951891523124,
|
1805 |
+
"loss": 3.2083,
|
1806 |
+
"step": 1210
|
1807 |
+
},
|
1808 |
+
{
|
1809 |
+
"epoch": 12.992,
|
1810 |
+
"grad_norm": 2.5151164531707764,
|
1811 |
+
"learning_rate": 9.980837498242356e-05,
|
1812 |
+
"loss": 3.2354,
|
1813 |
+
"step": 1215
|
1814 |
+
},
|
1815 |
+
{
|
1816 |
+
"epoch": 12.992,
|
1817 |
+
"eval_loss": 3.785278558731079,
|
1818 |
+
"eval_runtime": 12.6277,
|
1819 |
+
"eval_samples_per_second": 89.09,
|
1820 |
+
"eval_steps_per_second": 14.888,
|
1821 |
+
"step": 1215
|
1822 |
+
},
|
1823 |
+
{
|
1824 |
+
"epoch": 13.048,
|
1825 |
+
"grad_norm": 1.2420941591262817,
|
1826 |
+
"learning_rate": 9.442825133879607e-05,
|
1827 |
+
"loss": 3.4289,
|
1828 |
+
"step": 1220
|
1829 |
+
},
|
1830 |
+
{
|
1831 |
+
"epoch": 13.101333333333333,
|
1832 |
+
"grad_norm": 0.4141329824924469,
|
1833 |
+
"learning_rate": 8.918999081222156e-05,
|
1834 |
+
"loss": 3.0674,
|
1835 |
+
"step": 1225
|
1836 |
+
},
|
1837 |
+
{
|
1838 |
+
"epoch": 13.154666666666667,
|
1839 |
+
"grad_norm": 0.6331799030303955,
|
1840 |
+
"learning_rate": 8.4094414006884e-05,
|
1841 |
+
"loss": 3.1639,
|
1842 |
+
"step": 1230
|
1843 |
+
},
|
1844 |
+
{
|
1845 |
+
"epoch": 13.208,
|
1846 |
+
"grad_norm": 0.558097779750824,
|
1847 |
+
"learning_rate": 7.914231917472747e-05,
|
1848 |
+
"loss": 3.1318,
|
1849 |
+
"step": 1235
|
1850 |
+
},
|
1851 |
+
{
|
1852 |
+
"epoch": 13.261333333333333,
|
1853 |
+
"grad_norm": 0.5015540719032288,
|
1854 |
+
"learning_rate": 7.433448209040495e-05,
|
1855 |
+
"loss": 3.1447,
|
1856 |
+
"step": 1240
|
1857 |
+
},
|
1858 |
+
{
|
1859 |
+
"epoch": 13.314666666666668,
|
1860 |
+
"grad_norm": 3.2629053592681885,
|
1861 |
+
"learning_rate": 6.967165592974789e-05,
|
1862 |
+
"loss": 3.1929,
|
1863 |
+
"step": 1245
|
1864 |
+
},
|
1865 |
+
{
|
1866 |
+
"epoch": 13.368,
|
1867 |
+
"grad_norm": 0.35517868399620056,
|
1868 |
+
"learning_rate": 6.515457115177803e-05,
|
1869 |
+
"loss": 3.1434,
|
1870 |
+
"step": 1250
|
1871 |
+
},
|
1872 |
+
{
|
1873 |
+
"epoch": 13.421333333333333,
|
1874 |
+
"grad_norm": 2.8700928688049316,
|
1875 |
+
"learning_rate": 6.0783935384275736e-05,
|
1876 |
+
"loss": 3.1381,
|
1877 |
+
"step": 1255
|
1878 |
+
},
|
1879 |
+
{
|
1880 |
+
"epoch": 13.474666666666666,
|
1881 |
+
"grad_norm": 1.7031766176223755,
|
1882 |
+
"learning_rate": 5.656043331292682e-05,
|
1883 |
+
"loss": 3.1343,
|
1884 |
+
"step": 1260
|
1885 |
+
},
|
1886 |
+
{
|
1887 |
+
"epoch": 13.528,
|
1888 |
+
"grad_norm": 0.6974568963050842,
|
1889 |
+
"learning_rate": 5.2484726574061225e-05,
|
1890 |
+
"loss": 3.154,
|
1891 |
+
"step": 1265
|
1892 |
+
},
|
1893 |
+
{
|
1894 |
+
"epoch": 13.581333333333333,
|
1895 |
+
"grad_norm": 0.656442403793335,
|
1896 |
+
"learning_rate": 4.855745365100539e-05,
|
1897 |
+
"loss": 3.0817,
|
1898 |
+
"step": 1270
|
1899 |
+
},
|
1900 |
+
{
|
1901 |
+
"epoch": 13.634666666666666,
|
1902 |
+
"grad_norm": 0.7731483578681946,
|
1903 |
+
"learning_rate": 4.477922977405913e-05,
|
1904 |
+
"loss": 3.1515,
|
1905 |
+
"step": 1275
|
1906 |
+
},
|
1907 |
+
{
|
1908 |
+
"epoch": 13.688,
|
1909 |
+
"grad_norm": 0.6341891884803772,
|
1910 |
+
"learning_rate": 4.115064682411607e-05,
|
1911 |
+
"loss": 3.1462,
|
1912 |
+
"step": 1280
|
1913 |
+
},
|
1914 |
+
{
|
1915 |
+
"epoch": 13.741333333333333,
|
1916 |
+
"grad_norm": 0.5872439742088318,
|
1917 |
+
"learning_rate": 3.7672273239942934e-05,
|
1918 |
+
"loss": 3.1376,
|
1919 |
+
"step": 1285
|
1920 |
+
},
|
1921 |
+
{
|
1922 |
+
"epoch": 13.794666666666666,
|
1923 |
+
"grad_norm": 0.6876071691513062,
|
1924 |
+
"learning_rate": 3.434465392912956e-05,
|
1925 |
+
"loss": 3.1342,
|
1926 |
+
"step": 1290
|
1927 |
+
},
|
1928 |
+
{
|
1929 |
+
"epoch": 13.848,
|
1930 |
+
"grad_norm": 0.5463366508483887,
|
1931 |
+
"learning_rate": 3.1168310182725815e-05,
|
1932 |
+
"loss": 3.1465,
|
1933 |
+
"step": 1295
|
1934 |
+
},
|
1935 |
+
{
|
1936 |
+
"epoch": 13.901333333333334,
|
1937 |
+
"grad_norm": 0.49031180143356323,
|
1938 |
+
"learning_rate": 2.8143739593578856e-05,
|
1939 |
+
"loss": 3.0675,
|
1940 |
+
"step": 1300
|
1941 |
+
},
|
1942 |
+
{
|
1943 |
+
"epoch": 13.954666666666666,
|
1944 |
+
"grad_norm": 0.5363944172859192,
|
1945 |
+
"learning_rate": 2.5271415978382117e-05,
|
1946 |
+
"loss": 3.0656,
|
1947 |
+
"step": 1305
|
1948 |
+
},
|
1949 |
+
{
|
1950 |
+
"epoch": 13.997333333333334,
|
1951 |
+
"eval_loss": 3.7691831588745117,
|
1952 |
+
"eval_runtime": 12.4823,
|
1953 |
+
"eval_samples_per_second": 90.128,
|
1954 |
+
"eval_steps_per_second": 15.061,
|
1955 |
+
"step": 1309
|
1956 |
+
},
|
1957 |
+
{
|
1958 |
+
"epoch": 14.010666666666667,
|
1959 |
+
"grad_norm": 0.5036697387695312,
|
1960 |
+
"learning_rate": 2.255178930344903e-05,
|
1961 |
+
"loss": 3.4255,
|
1962 |
+
"step": 1310
|
1963 |
+
},
|
1964 |
+
{
|
1965 |
+
"epoch": 14.064,
|
1966 |
+
"grad_norm": 0.6493708491325378,
|
1967 |
+
"learning_rate": 1.998528561422297e-05,
|
1968 |
+
"loss": 3.0921,
|
1969 |
+
"step": 1315
|
1970 |
+
},
|
1971 |
+
{
|
1972 |
+
"epoch": 14.117333333333333,
|
1973 |
+
"grad_norm": 0.5409650206565857,
|
1974 |
+
"learning_rate": 1.757230696853518e-05,
|
1975 |
+
"loss": 3.074,
|
1976 |
+
"step": 1320
|
1977 |
+
},
|
1978 |
+
{
|
1979 |
+
"epoch": 14.170666666666667,
|
1980 |
+
"grad_norm": 0.7467535734176636,
|
1981 |
+
"learning_rate": 1.531323137361995e-05,
|
1982 |
+
"loss": 3.0659,
|
1983 |
+
"step": 1325
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 14.224,
|
1987 |
+
"grad_norm": 1.0386552810668945,
|
1988 |
+
"learning_rate": 1.3208412726897322e-05,
|
1989 |
+
"loss": 3.1497,
|
1990 |
+
"step": 1330
|
1991 |
+
},
|
1992 |
+
{
|
1993 |
+
"epoch": 14.277333333333333,
|
1994 |
+
"grad_norm": 0.49301984906196594,
|
1995 |
+
"learning_rate": 1.1258180760533088e-05,
|
1996 |
+
"loss": 3.0785,
|
1997 |
+
"step": 1335
|
1998 |
+
},
|
1999 |
+
{
|
2000 |
+
"epoch": 14.330666666666666,
|
2001 |
+
"grad_norm": 1.8429055213928223,
|
2002 |
+
"learning_rate": 9.462840989784672e-06,
|
2003 |
+
"loss": 3.0583,
|
2004 |
+
"step": 1340
|
2005 |
+
},
|
2006 |
+
{
|
2007 |
+
"epoch": 14.384,
|
2008 |
+
"grad_norm": 1.5353028774261475,
|
2009 |
+
"learning_rate": 7.822674665139752e-06,
|
2010 |
+
"loss": 3.0546,
|
2011 |
+
"step": 1345
|
2012 |
+
},
|
2013 |
+
{
|
2014 |
+
"epoch": 14.437333333333333,
|
2015 |
+
"grad_norm": 0.3447898328304291,
|
2016 |
+
"learning_rate": 6.337938728257053e-06,
|
2017 |
+
"loss": 3.0634,
|
2018 |
+
"step": 1350
|
2019 |
+
},
|
2020 |
+
{
|
2021 |
+
"epoch": 14.490666666666666,
|
2022 |
+
"grad_norm": 0.923072874546051,
|
2023 |
+
"learning_rate": 5.008865771715221e-06,
|
2024 |
+
"loss": 3.1333,
|
2025 |
+
"step": 1355
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 14.544,
|
2029 |
+
"grad_norm": 0.5001369714736938,
|
2030 |
+
"learning_rate": 3.8356640025752896e-06,
|
2031 |
+
"loss": 3.0982,
|
2032 |
+
"step": 1360
|
2033 |
+
},
|
2034 |
+
{
|
2035 |
+
"epoch": 14.597333333333333,
|
2036 |
+
"grad_norm": 0.559633195400238,
|
2037 |
+
"learning_rate": 2.8185172097641155e-06,
|
2038 |
+
"loss": 3.0525,
|
2039 |
+
"step": 1365
|
2040 |
+
},
|
2041 |
+
{
|
2042 |
+
"epoch": 14.650666666666666,
|
2043 |
+
"grad_norm": 0.49595069885253906,
|
2044 |
+
"learning_rate": 1.957584735282847e-06,
|
2045 |
+
"loss": 3.1459,
|
2046 |
+
"step": 1370
|
2047 |
+
},
|
2048 |
+
{
|
2049 |
+
"epoch": 14.704,
|
2050 |
+
"grad_norm": 0.6536312103271484,
|
2051 |
+
"learning_rate": 1.2530014492446729e-06,
|
2052 |
+
"loss": 3.1156,
|
2053 |
+
"step": 1375
|
2054 |
+
},
|
2055 |
+
{
|
2056 |
+
"epoch": 14.757333333333333,
|
2057 |
+
"grad_norm": 0.38376209139823914,
|
2058 |
+
"learning_rate": 7.048777287472774e-07,
|
2059 |
+
"loss": 3.0831,
|
2060 |
+
"step": 1380
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"epoch": 14.810666666666666,
|
2064 |
+
"grad_norm": 0.5727828741073608,
|
2065 |
+
"learning_rate": 3.132994405808942e-07,
|
2066 |
+
"loss": 3.0888,
|
2067 |
+
"step": 1385
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 14.864,
|
2071 |
+
"grad_norm": 0.45092472434043884,
|
2072 |
+
"learning_rate": 7.832792777739961e-08,
|
2073 |
+
"loss": 3.1226,
|
2074 |
+
"step": 1390
|
2075 |
+
},
|
2076 |
+
{
|
2077 |
+
"epoch": 14.917333333333334,
|
2078 |
+
"grad_norm": 0.4628413915634155,
|
2079 |
+
"learning_rate": 0.0,
|
2080 |
+
"loss": 3.0981,
|
2081 |
+
"step": 1395
|
2082 |
+
},
|
2083 |
+
{
|
2084 |
+
"epoch": 14.917333333333334,
|
2085 |
+
"eval_loss": 3.767644166946411,
|
2086 |
+
"eval_runtime": 12.5131,
|
2087 |
+
"eval_samples_per_second": 89.906,
|
2088 |
+
"eval_steps_per_second": 15.024,
|
2089 |
+
"step": 1395
|
2090 |
},
|
2091 |
{
|
2092 |
+
"epoch": 14.917333333333334,
|
2093 |
+
"step": 1395,
|
2094 |
+
"total_flos": 6.545011747156132e+17,
|
2095 |
+
"train_loss": 4.23463837784251,
|
2096 |
+
"train_runtime": 3346.972,
|
2097 |
+
"train_samples_per_second": 20.159,
|
2098 |
+
"train_steps_per_second": 0.417
|
2099 |
}
|
2100 |
],
|
2101 |
"logging_steps": 5,
|
2102 |
+
"max_steps": 1395,
|
2103 |
"num_input_tokens_seen": 0,
|
2104 |
+
"num_train_epochs": 15,
|
2105 |
"save_steps": 500,
|
2106 |
"stateful_callbacks": {
|
2107 |
"TrainerControl": {
|
|
|
2115 |
"attributes": {}
|
2116 |
}
|
2117 |
},
|
2118 |
+
"total_flos": 6.545011747156132e+17,
|
2119 |
+
"train_batch_size": 4,
|
2120 |
"trial_name": null,
|
2121 |
"trial_params": null
|
2122 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7224
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83721718b2300c4998041c8f16898e602ab8bde0007f0d047de03da688b8be14
|
3 |
size 7224
|