Model save
Browse files- README.md +66 -0
- all_results.json +9 -0
- config.json +40 -0
- generation_config.json +13 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +261 -0
- runs/Sep27_06-57-05_action-graph-trainer/events.out.tfevents.1727420433.action-graph-trainer.266925.0 +3 -0
- runs/Sep27_07-16-13_action-graph-trainer/events.out.tfevents.1727421904.action-graph-trainer.273912.0 +3 -0
- runs/Sep27_07-46-15_action-graph-trainer/events.out.tfevents.1727423653.action-graph-trainer.285220.0 +3 -0
- runs/Sep27_08-01-14_action-graph-trainer/events.out.tfevents.1727424090.action-graph-trainer.292963.0 +3 -0
- runs/Sep27_08-03-07_action-graph-trainer/events.out.tfevents.1727424978.action-graph-trainer.294397.0 +3 -0
- special_tokens_map.json +27 -0
- tokenizer.json +0 -0
- tokenizer_config.json +2073 -0
- train_results.json +9 -0
- trainer_state.json +1618 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: llama3.2
|
4 |
+
base_model: tanliboy/llama-3.2-3b
|
5 |
+
tags:
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: llama-3.2-3b-sft
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# llama-3.2-3b-sft
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [tanliboy/llama-3.2-3b](https://huggingface.co/tanliboy/llama-3.2-3b) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7042
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 1e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- distributed_type: multi-GPU
|
45 |
+
- num_devices: 8
|
46 |
+
- gradient_accumulation_steps: 2
|
47 |
+
- total_train_batch_size: 128
|
48 |
+
- total_eval_batch_size: 64
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: cosine
|
51 |
+
- lr_scheduler_warmup_ratio: 0.1
|
52 |
+
- num_epochs: 1
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
58 |
+
| 0.6946 | 1.0 | 2230 | 0.7042 |
|
59 |
+
|
60 |
+
|
61 |
+
### Framework versions
|
62 |
+
|
63 |
+
- Transformers 4.44.2
|
64 |
+
- Pytorch 2.4.0+cu121
|
65 |
+
- Datasets 2.19.1
|
66 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"total_flos": 244955314192384.0,
|
4 |
+
"train_loss": 0.7376568270371099,
|
5 |
+
"train_runtime": 8720.6202,
|
6 |
+
"train_samples": 285435,
|
7 |
+
"train_samples_per_second": 32.731,
|
8 |
+
"train_steps_per_second": 0.256
|
9 |
+
}
|
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "tanliboy/llama-3.2-3b",
|
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.44.2",
|
38 |
+
"use_cache": false,
|
39 |
+
"vocab_size": 128256
|
40 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": [
|
6 |
+
128001,
|
7 |
+
128008,
|
8 |
+
128009
|
9 |
+
],
|
10 |
+
"temperature": 0.6,
|
11 |
+
"top_p": 0.9,
|
12 |
+
"transformers_version": "4.44.2"
|
13 |
+
}
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bafbda1cf46dcdfa68fddb235d102da9d1885ae56e80b4e41840a35aba9df3e
|
3 |
+
size 4965799096
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:674efdeb16be82251aae01846f486cb86b0be050c9eba1232d0602a00bd5679b
|
3 |
+
size 1459729952
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,261 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 6425499648
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
7 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
96 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
100 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
102 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
108 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
109 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
110 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
112 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
114 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
116 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
120 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
124 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
125 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
126 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
128 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
129 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
130 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
132 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
133 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
134 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
135 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
136 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
137 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
138 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
139 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
140 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
141 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
142 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
143 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
144 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
145 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
146 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
147 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
148 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
149 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
150 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
151 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
152 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
153 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
156 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
157 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
158 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
159 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
160 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
161 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
162 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
163 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
164 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
165 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
166 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
167 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
168 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
169 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
170 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
171 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
172 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
173 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
174 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
175 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
176 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
177 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
178 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
179 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
180 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
181 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
182 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
183 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
184 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
185 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
186 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
187 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
188 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
189 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
190 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
191 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
192 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
193 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
194 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
195 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
196 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
200 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
202 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
203 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
204 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
206 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
207 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
208 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
210 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
212 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
214 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
216 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
218 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
219 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
220 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
221 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
222 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
223 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
224 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
225 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
226 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
227 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
228 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
229 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
230 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
231 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
232 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
233 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
234 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
235 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
236 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
237 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
238 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
239 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
240 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
241 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
242 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
243 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
244 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
245 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
246 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
247 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
248 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
249 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
250 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
251 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
252 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
253 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
254 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
255 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
256 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
257 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
258 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
259 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
260 |
+
}
|
261 |
+
}
|
runs/Sep27_06-57-05_action-graph-trainer/events.out.tfevents.1727420433.action-graph-trainer.266925.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fff87f7a6c8c422dc66d5e77678cffaa2c5685b317eacaf5e0dd6c7406cedcd6
|
3 |
+
size 5794
|
runs/Sep27_07-16-13_action-graph-trainer/events.out.tfevents.1727421904.action-graph-trainer.273912.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6001d951297692894fac86268847902a3d6d44ac9081e0f659a5118792fb512b
|
3 |
+
size 5972
|
runs/Sep27_07-46-15_action-graph-trainer/events.out.tfevents.1727423653.action-graph-trainer.285220.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b5120d55938b523510f626e87c166373e358719a6d02f1871a5a015b17c73b9
|
3 |
+
size 6213
|
runs/Sep27_08-01-14_action-graph-trainer/events.out.tfevents.1727424090.action-graph-trainer.292963.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91c8c12f26a631b75673121ed48b902118dad02399e1a505da7d67058b82e471
|
3 |
+
size 6008
|
runs/Sep27_08-03-07_action-graph-trainer/events.out.tfevents.1727424978.action-graph-trainer.294397.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df6d5465a088bde094017fd0d438dae146ae650978737b410bce11e81d64352f
|
3 |
+
size 53636
|
special_tokens_map.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|start_of_thinking|>",
|
4 |
+
"<|end_of_thinking|>",
|
5 |
+
"<|start_of_tools|>",
|
6 |
+
"<|end_of_tools|>",
|
7 |
+
"<|start_of_tool_calls|>",
|
8 |
+
"<|end_of_tool_calls|>",
|
9 |
+
"<|start_of_tool_results|>",
|
10 |
+
"<|end_of_tool_results|>"
|
11 |
+
],
|
12 |
+
"bos_token": {
|
13 |
+
"content": "<|begin_of_text|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"eos_token": {
|
20 |
+
"content": "<|eot_id|>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false
|
25 |
+
},
|
26 |
+
"pad_token": "<|finetune_right_pad_id|>"
|
27 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,2073 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<|start_of_thinking|>",
|
1989 |
+
"lstrip": false,
|
1990 |
+
"normalized": false,
|
1991 |
+
"rstrip": false,
|
1992 |
+
"single_word": false,
|
1993 |
+
"special": true
|
1994 |
+
},
|
1995 |
+
"128249": {
|
1996 |
+
"content": "<|end_of_thinking|>",
|
1997 |
+
"lstrip": false,
|
1998 |
+
"normalized": false,
|
1999 |
+
"rstrip": false,
|
2000 |
+
"single_word": false,
|
2001 |
+
"special": true
|
2002 |
+
},
|
2003 |
+
"128250": {
|
2004 |
+
"content": "<|start_of_tools|>",
|
2005 |
+
"lstrip": false,
|
2006 |
+
"normalized": false,
|
2007 |
+
"rstrip": false,
|
2008 |
+
"single_word": false,
|
2009 |
+
"special": true
|
2010 |
+
},
|
2011 |
+
"128251": {
|
2012 |
+
"content": "<|end_of_tools|>",
|
2013 |
+
"lstrip": false,
|
2014 |
+
"normalized": false,
|
2015 |
+
"rstrip": false,
|
2016 |
+
"single_word": false,
|
2017 |
+
"special": true
|
2018 |
+
},
|
2019 |
+
"128252": {
|
2020 |
+
"content": "<|start_of_tool_calls|>",
|
2021 |
+
"lstrip": false,
|
2022 |
+
"normalized": false,
|
2023 |
+
"rstrip": false,
|
2024 |
+
"single_word": false,
|
2025 |
+
"special": true
|
2026 |
+
},
|
2027 |
+
"128253": {
|
2028 |
+
"content": "<|end_of_tool_calls|>",
|
2029 |
+
"lstrip": false,
|
2030 |
+
"normalized": false,
|
2031 |
+
"rstrip": false,
|
2032 |
+
"single_word": false,
|
2033 |
+
"special": true
|
2034 |
+
},
|
2035 |
+
"128254": {
|
2036 |
+
"content": "<|start_of_tool_results|>",
|
2037 |
+
"lstrip": false,
|
2038 |
+
"normalized": false,
|
2039 |
+
"rstrip": false,
|
2040 |
+
"single_word": false,
|
2041 |
+
"special": true
|
2042 |
+
},
|
2043 |
+
"128255": {
|
2044 |
+
"content": "<|end_of_tool_results|>",
|
2045 |
+
"lstrip": false,
|
2046 |
+
"normalized": false,
|
2047 |
+
"rstrip": false,
|
2048 |
+
"single_word": false,
|
2049 |
+
"special": true
|
2050 |
+
}
|
2051 |
+
},
|
2052 |
+
"additional_special_tokens": [
|
2053 |
+
"<|start_of_thinking|>",
|
2054 |
+
"<|end_of_thinking|>",
|
2055 |
+
"<|start_of_tools|>",
|
2056 |
+
"<|end_of_tools|>",
|
2057 |
+
"<|start_of_tool_calls|>",
|
2058 |
+
"<|end_of_tool_calls|>",
|
2059 |
+
"<|start_of_tool_results|>",
|
2060 |
+
"<|end_of_tool_results|>"
|
2061 |
+
],
|
2062 |
+
"bos_token": "<|begin_of_text|>",
|
2063 |
+
"chat_template": "{% if tools is defined and tools is not none %}{{ '<|start_of_tools|>\n[' }}{% for tool in tools %}{{ '{\"type\": \"' + tool.type + '\", \"' + tool.type + '\": ' + ( tool[tool.type] if tool[tool.type] is string else tool[tool.type] | tojson ) + '}' }}{% if not loop.last %}{{ ', ' }}{% endif %}{% endfor %}{{ ']<|end_of_tools|>\n' }}{% endif %}{% for message in messages %}{{ '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n' }}{% if message['content'] is defined and message['content'] is not none %}{{ message['content'] | trim }}{% endif %}{% if message.tool_calls is defined and message.tool_calls is not none and message.tool_calls | length > 0 %}{{ '<|start_of_tool_calls|>' + (message.tool_calls if message.tool_calls is string else message.tool_calls | tojson) + '<|end_of_tool_calls|>' }}{% elif message['role'] == 'tool' and message.tool_results | length > 0 %}{{ '<|start_of_tool_results|>' + (message.tool_results if message.tool_results is string else message.tool_results | tojson) + '<|end_of_tool_results|>' }}{% endif %}{{ '<|eot_id|>\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n' }}{% endif %}",
|
2064 |
+
"clean_up_tokenization_spaces": true,
|
2065 |
+
"eos_token": "<|eot_id|>",
|
2066 |
+
"model_input_names": [
|
2067 |
+
"input_ids",
|
2068 |
+
"attention_mask"
|
2069 |
+
],
|
2070 |
+
"model_max_length": 2048,
|
2071 |
+
"pad_token": "<|finetune_right_pad_id|>",
|
2072 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
2073 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"total_flos": 244955314192384.0,
|
4 |
+
"train_loss": 0.7376568270371099,
|
5 |
+
"train_runtime": 8720.6202,
|
6 |
+
"train_samples": 285435,
|
7 |
+
"train_samples_per_second": 32.731,
|
8 |
+
"train_steps_per_second": 0.256
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1618 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 2230,
|
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.0004484304932735426,
|
13 |
+
"grad_norm": 4.697020980518476,
|
14 |
+
"learning_rate": 4.4843049327354265e-08,
|
15 |
+
"loss": 0.9912,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.004484304932735426,
|
20 |
+
"grad_norm": 5.023039914107906,
|
21 |
+
"learning_rate": 4.484304932735426e-07,
|
22 |
+
"loss": 1.0335,
|
23 |
+
"step": 10
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.008968609865470852,
|
27 |
+
"grad_norm": 4.618075407201601,
|
28 |
+
"learning_rate": 8.968609865470852e-07,
|
29 |
+
"loss": 1.0355,
|
30 |
+
"step": 20
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.013452914798206279,
|
34 |
+
"grad_norm": 2.181160774619855,
|
35 |
+
"learning_rate": 1.345291479820628e-06,
|
36 |
+
"loss": 0.9824,
|
37 |
+
"step": 30
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.017937219730941704,
|
41 |
+
"grad_norm": 2.008569343268214,
|
42 |
+
"learning_rate": 1.7937219730941704e-06,
|
43 |
+
"loss": 0.9383,
|
44 |
+
"step": 40
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.02242152466367713,
|
48 |
+
"grad_norm": 1.7133805307500916,
|
49 |
+
"learning_rate": 2.242152466367713e-06,
|
50 |
+
"loss": 0.87,
|
51 |
+
"step": 50
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.026905829596412557,
|
55 |
+
"grad_norm": 1.6402285214131669,
|
56 |
+
"learning_rate": 2.690582959641256e-06,
|
57 |
+
"loss": 0.8608,
|
58 |
+
"step": 60
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.03139013452914798,
|
62 |
+
"grad_norm": 1.548076900788033,
|
63 |
+
"learning_rate": 3.1390134529147986e-06,
|
64 |
+
"loss": 0.8675,
|
65 |
+
"step": 70
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.03587443946188341,
|
69 |
+
"grad_norm": 1.5686573872779637,
|
70 |
+
"learning_rate": 3.587443946188341e-06,
|
71 |
+
"loss": 0.8581,
|
72 |
+
"step": 80
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.04035874439461883,
|
76 |
+
"grad_norm": 1.8398749741247653,
|
77 |
+
"learning_rate": 4.0358744394618836e-06,
|
78 |
+
"loss": 0.8272,
|
79 |
+
"step": 90
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.04484304932735426,
|
83 |
+
"grad_norm": 1.431522929426351,
|
84 |
+
"learning_rate": 4.484304932735426e-06,
|
85 |
+
"loss": 0.837,
|
86 |
+
"step": 100
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.04932735426008968,
|
90 |
+
"grad_norm": 1.5183209831163855,
|
91 |
+
"learning_rate": 4.932735426008969e-06,
|
92 |
+
"loss": 0.7993,
|
93 |
+
"step": 110
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.053811659192825115,
|
97 |
+
"grad_norm": 1.440741479973038,
|
98 |
+
"learning_rate": 5.381165919282512e-06,
|
99 |
+
"loss": 0.7768,
|
100 |
+
"step": 120
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.05829596412556054,
|
104 |
+
"grad_norm": 1.6957957755628803,
|
105 |
+
"learning_rate": 5.8295964125560544e-06,
|
106 |
+
"loss": 0.793,
|
107 |
+
"step": 130
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.06278026905829596,
|
111 |
+
"grad_norm": 1.5847929433417824,
|
112 |
+
"learning_rate": 6.278026905829597e-06,
|
113 |
+
"loss": 0.8145,
|
114 |
+
"step": 140
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.06726457399103139,
|
118 |
+
"grad_norm": 1.721638040499256,
|
119 |
+
"learning_rate": 6.72645739910314e-06,
|
120 |
+
"loss": 0.7677,
|
121 |
+
"step": 150
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.07174887892376682,
|
125 |
+
"grad_norm": 1.8900581111883776,
|
126 |
+
"learning_rate": 7.174887892376682e-06,
|
127 |
+
"loss": 0.784,
|
128 |
+
"step": 160
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.07623318385650224,
|
132 |
+
"grad_norm": 1.554784427401762,
|
133 |
+
"learning_rate": 7.6233183856502244e-06,
|
134 |
+
"loss": 0.7595,
|
135 |
+
"step": 170
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.08071748878923767,
|
139 |
+
"grad_norm": 1.8326262271816938,
|
140 |
+
"learning_rate": 8.071748878923767e-06,
|
141 |
+
"loss": 0.7722,
|
142 |
+
"step": 180
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.08520179372197309,
|
146 |
+
"grad_norm": 1.4707798772479566,
|
147 |
+
"learning_rate": 8.52017937219731e-06,
|
148 |
+
"loss": 0.764,
|
149 |
+
"step": 190
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.08968609865470852,
|
153 |
+
"grad_norm": 1.449476026227771,
|
154 |
+
"learning_rate": 8.968609865470853e-06,
|
155 |
+
"loss": 0.773,
|
156 |
+
"step": 200
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.09417040358744394,
|
160 |
+
"grad_norm": 1.5945882538155545,
|
161 |
+
"learning_rate": 9.417040358744395e-06,
|
162 |
+
"loss": 0.7549,
|
163 |
+
"step": 210
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.09865470852017937,
|
167 |
+
"grad_norm": 1.4765341188830319,
|
168 |
+
"learning_rate": 9.865470852017938e-06,
|
169 |
+
"loss": 0.784,
|
170 |
+
"step": 220
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.1031390134529148,
|
174 |
+
"grad_norm": 1.452955640004767,
|
175 |
+
"learning_rate": 9.999699851108367e-06,
|
176 |
+
"loss": 0.7909,
|
177 |
+
"step": 230
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.10762331838565023,
|
181 |
+
"grad_norm": 1.5997501860541272,
|
182 |
+
"learning_rate": 9.9982298208374e-06,
|
183 |
+
"loss": 0.7651,
|
184 |
+
"step": 240
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.11210762331838565,
|
188 |
+
"grad_norm": 1.554511883278329,
|
189 |
+
"learning_rate": 9.995535139530904e-06,
|
190 |
+
"loss": 0.7621,
|
191 |
+
"step": 250
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.11659192825112108,
|
195 |
+
"grad_norm": 1.6319742757477633,
|
196 |
+
"learning_rate": 9.991616467431486e-06,
|
197 |
+
"loss": 0.7906,
|
198 |
+
"step": 260
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.1210762331838565,
|
202 |
+
"grad_norm": 1.6863475759473823,
|
203 |
+
"learning_rate": 9.986474764680236e-06,
|
204 |
+
"loss": 0.7684,
|
205 |
+
"step": 270
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.12556053811659193,
|
209 |
+
"grad_norm": 1.5563949560805244,
|
210 |
+
"learning_rate": 9.98011129108149e-06,
|
211 |
+
"loss": 0.793,
|
212 |
+
"step": 280
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.13004484304932734,
|
216 |
+
"grad_norm": 1.6203440473254576,
|
217 |
+
"learning_rate": 9.972527605794151e-06,
|
218 |
+
"loss": 0.771,
|
219 |
+
"step": 290
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.13452914798206278,
|
223 |
+
"grad_norm": 1.5211967329248808,
|
224 |
+
"learning_rate": 9.963725566949674e-06,
|
225 |
+
"loss": 0.7865,
|
226 |
+
"step": 300
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.13901345291479822,
|
230 |
+
"grad_norm": 1.3996609263865165,
|
231 |
+
"learning_rate": 9.953707331196787e-06,
|
232 |
+
"loss": 0.7397,
|
233 |
+
"step": 310
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.14349775784753363,
|
237 |
+
"grad_norm": 1.7467903395183983,
|
238 |
+
"learning_rate": 9.94247535317308e-06,
|
239 |
+
"loss": 0.802,
|
240 |
+
"step": 320
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.14798206278026907,
|
244 |
+
"grad_norm": 1.4561862746225176,
|
245 |
+
"learning_rate": 9.930032384903566e-06,
|
246 |
+
"loss": 0.78,
|
247 |
+
"step": 330
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.15246636771300448,
|
251 |
+
"grad_norm": 1.261592243705757,
|
252 |
+
"learning_rate": 9.916381475126406e-06,
|
253 |
+
"loss": 0.7678,
|
254 |
+
"step": 340
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.15695067264573992,
|
258 |
+
"grad_norm": 1.3845441861346746,
|
259 |
+
"learning_rate": 9.901525968545907e-06,
|
260 |
+
"loss": 0.7462,
|
261 |
+
"step": 350
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.16143497757847533,
|
265 |
+
"grad_norm": 1.330783975393604,
|
266 |
+
"learning_rate": 9.885469505013006e-06,
|
267 |
+
"loss": 0.7516,
|
268 |
+
"step": 360
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.16591928251121077,
|
272 |
+
"grad_norm": 1.5411411223309597,
|
273 |
+
"learning_rate": 9.868216018633456e-06,
|
274 |
+
"loss": 0.7617,
|
275 |
+
"step": 370
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.17040358744394618,
|
279 |
+
"grad_norm": 1.4997661320107978,
|
280 |
+
"learning_rate": 9.8497697368039e-06,
|
281 |
+
"loss": 0.7433,
|
282 |
+
"step": 380
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.17488789237668162,
|
286 |
+
"grad_norm": 1.4613487182945122,
|
287 |
+
"learning_rate": 9.830135179176086e-06,
|
288 |
+
"loss": 0.7977,
|
289 |
+
"step": 390
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.17937219730941703,
|
293 |
+
"grad_norm": 1.3823002584421413,
|
294 |
+
"learning_rate": 9.809317156549476e-06,
|
295 |
+
"loss": 0.7668,
|
296 |
+
"step": 400
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.18385650224215247,
|
300 |
+
"grad_norm": 1.3405610913825137,
|
301 |
+
"learning_rate": 9.787320769692517e-06,
|
302 |
+
"loss": 0.755,
|
303 |
+
"step": 410
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.18834080717488788,
|
307 |
+
"grad_norm": 1.321174566440371,
|
308 |
+
"learning_rate": 9.76415140809287e-06,
|
309 |
+
"loss": 0.7712,
|
310 |
+
"step": 420
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.19282511210762332,
|
314 |
+
"grad_norm": 1.5855307049280556,
|
315 |
+
"learning_rate": 9.739814748636892e-06,
|
316 |
+
"loss": 0.7876,
|
317 |
+
"step": 430
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.19730941704035873,
|
321 |
+
"grad_norm": 1.3277684374580685,
|
322 |
+
"learning_rate": 9.7143167542187e-06,
|
323 |
+
"loss": 0.7497,
|
324 |
+
"step": 440
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.20179372197309417,
|
328 |
+
"grad_norm": 1.3316052843966186,
|
329 |
+
"learning_rate": 9.687663672279167e-06,
|
330 |
+
"loss": 0.7742,
|
331 |
+
"step": 450
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.2062780269058296,
|
335 |
+
"grad_norm": 1.3422686862026139,
|
336 |
+
"learning_rate": 9.659862033275188e-06,
|
337 |
+
"loss": 0.7443,
|
338 |
+
"step": 460
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.21076233183856502,
|
342 |
+
"grad_norm": 1.3794382112115433,
|
343 |
+
"learning_rate": 9.630918649079606e-06,
|
344 |
+
"loss": 0.7423,
|
345 |
+
"step": 470
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.21524663677130046,
|
349 |
+
"grad_norm": 1.3473781761704757,
|
350 |
+
"learning_rate": 9.600840611312198e-06,
|
351 |
+
"loss": 0.756,
|
352 |
+
"step": 480
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.21973094170403587,
|
356 |
+
"grad_norm": 1.477159074283593,
|
357 |
+
"learning_rate": 9.569635289602098e-06,
|
358 |
+
"loss": 0.758,
|
359 |
+
"step": 490
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.2242152466367713,
|
363 |
+
"grad_norm": 1.4406496372056654,
|
364 |
+
"learning_rate": 9.537310329782109e-06,
|
365 |
+
"loss": 0.7373,
|
366 |
+
"step": 500
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.22869955156950672,
|
370 |
+
"grad_norm": 1.3236307975388621,
|
371 |
+
"learning_rate": 9.503873652015358e-06,
|
372 |
+
"loss": 0.7485,
|
373 |
+
"step": 510
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.23318385650224216,
|
377 |
+
"grad_norm": 1.2168213830447414,
|
378 |
+
"learning_rate": 9.469333448854713e-06,
|
379 |
+
"loss": 0.7518,
|
380 |
+
"step": 520
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.23766816143497757,
|
384 |
+
"grad_norm": 1.4695219464522695,
|
385 |
+
"learning_rate": 9.433698183235468e-06,
|
386 |
+
"loss": 0.7389,
|
387 |
+
"step": 530
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.242152466367713,
|
391 |
+
"grad_norm": 1.5460371795366352,
|
392 |
+
"learning_rate": 9.39697658640179e-06,
|
393 |
+
"loss": 0.7606,
|
394 |
+
"step": 540
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.24663677130044842,
|
398 |
+
"grad_norm": 1.36384817307445,
|
399 |
+
"learning_rate": 9.359177655767398e-06,
|
400 |
+
"loss": 0.7573,
|
401 |
+
"step": 550
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.25112107623318386,
|
405 |
+
"grad_norm": 1.2974873879986306,
|
406 |
+
"learning_rate": 9.320310652711062e-06,
|
407 |
+
"loss": 0.7447,
|
408 |
+
"step": 560
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.2556053811659193,
|
412 |
+
"grad_norm": 1.3924395179060305,
|
413 |
+
"learning_rate": 9.2803851003074e-06,
|
414 |
+
"loss": 0.7346,
|
415 |
+
"step": 570
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.2600896860986547,
|
419 |
+
"grad_norm": 1.3646463661968233,
|
420 |
+
"learning_rate": 9.239410780993565e-06,
|
421 |
+
"loss": 0.7637,
|
422 |
+
"step": 580
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.2645739910313901,
|
426 |
+
"grad_norm": 1.5500883315093192,
|
427 |
+
"learning_rate": 9.197397734172381e-06,
|
428 |
+
"loss": 0.7352,
|
429 |
+
"step": 590
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.26905829596412556,
|
433 |
+
"grad_norm": 1.2384578247121611,
|
434 |
+
"learning_rate": 9.154356253752519e-06,
|
435 |
+
"loss": 0.7467,
|
436 |
+
"step": 600
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.273542600896861,
|
440 |
+
"grad_norm": 1.4632407956897133,
|
441 |
+
"learning_rate": 9.110296885626315e-06,
|
442 |
+
"loss": 0.7592,
|
443 |
+
"step": 610
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.27802690582959644,
|
447 |
+
"grad_norm": 1.4743516068749583,
|
448 |
+
"learning_rate": 9.065230425085849e-06,
|
449 |
+
"loss": 0.7471,
|
450 |
+
"step": 620
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.2825112107623318,
|
454 |
+
"grad_norm": 1.609459180353317,
|
455 |
+
"learning_rate": 9.01916791417792e-06,
|
456 |
+
"loss": 0.7411,
|
457 |
+
"step": 630
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.28699551569506726,
|
461 |
+
"grad_norm": 1.4163468213726333,
|
462 |
+
"learning_rate": 8.97212063899854e-06,
|
463 |
+
"loss": 0.7583,
|
464 |
+
"step": 640
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.2914798206278027,
|
468 |
+
"grad_norm": 1.2789206960042645,
|
469 |
+
"learning_rate": 8.924100126927672e-06,
|
470 |
+
"loss": 0.7637,
|
471 |
+
"step": 650
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.29596412556053814,
|
475 |
+
"grad_norm": 1.4348891847742615,
|
476 |
+
"learning_rate": 8.87511814380481e-06,
|
477 |
+
"loss": 0.7376,
|
478 |
+
"step": 660
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.3004484304932735,
|
482 |
+
"grad_norm": 1.4055551714674843,
|
483 |
+
"learning_rate": 8.825186691046156e-06,
|
484 |
+
"loss": 0.7544,
|
485 |
+
"step": 670
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.30493273542600896,
|
489 |
+
"grad_norm": 1.3076750983715024,
|
490 |
+
"learning_rate": 8.774318002704072e-06,
|
491 |
+
"loss": 0.7388,
|
492 |
+
"step": 680
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.3094170403587444,
|
496 |
+
"grad_norm": 1.2832634236951583,
|
497 |
+
"learning_rate": 8.722524542469517e-06,
|
498 |
+
"loss": 0.7386,
|
499 |
+
"step": 690
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.31390134529147984,
|
503 |
+
"grad_norm": 1.3612825976793976,
|
504 |
+
"learning_rate": 8.669819000618248e-06,
|
505 |
+
"loss": 0.768,
|
506 |
+
"step": 700
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.3183856502242152,
|
510 |
+
"grad_norm": 1.3343477240590562,
|
511 |
+
"learning_rate": 8.616214290901474e-06,
|
512 |
+
"loss": 0.7244,
|
513 |
+
"step": 710
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.32286995515695066,
|
517 |
+
"grad_norm": 1.3061898085537815,
|
518 |
+
"learning_rate": 8.56172354738178e-06,
|
519 |
+
"loss": 0.7368,
|
520 |
+
"step": 720
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.3273542600896861,
|
524 |
+
"grad_norm": 1.423008056010291,
|
525 |
+
"learning_rate": 8.506360121215046e-06,
|
526 |
+
"loss": 0.7297,
|
527 |
+
"step": 730
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.33183856502242154,
|
531 |
+
"grad_norm": 1.258418518673196,
|
532 |
+
"learning_rate": 8.4501375773792e-06,
|
533 |
+
"loss": 0.7322,
|
534 |
+
"step": 740
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.336322869955157,
|
538 |
+
"grad_norm": 1.4805131801943718,
|
539 |
+
"learning_rate": 8.39306969135056e-06,
|
540 |
+
"loss": 0.7284,
|
541 |
+
"step": 750
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.34080717488789236,
|
545 |
+
"grad_norm": 1.3260411374117855,
|
546 |
+
"learning_rate": 8.335170445728609e-06,
|
547 |
+
"loss": 0.7618,
|
548 |
+
"step": 760
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.3452914798206278,
|
552 |
+
"grad_norm": 1.3351013471897553,
|
553 |
+
"learning_rate": 8.276454026810026e-06,
|
554 |
+
"loss": 0.7454,
|
555 |
+
"step": 770
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.34977578475336324,
|
559 |
+
"grad_norm": 1.267536863507402,
|
560 |
+
"learning_rate": 8.216934821112803e-06,
|
561 |
+
"loss": 0.742,
|
562 |
+
"step": 780
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.3542600896860987,
|
566 |
+
"grad_norm": 1.4791659570865663,
|
567 |
+
"learning_rate": 8.156627411851295e-06,
|
568 |
+
"loss": 0.7483,
|
569 |
+
"step": 790
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.35874439461883406,
|
573 |
+
"grad_norm": 1.4042375363677306,
|
574 |
+
"learning_rate": 8.095546575363098e-06,
|
575 |
+
"loss": 0.7134,
|
576 |
+
"step": 800
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.3632286995515695,
|
580 |
+
"grad_norm": 1.2552675050466975,
|
581 |
+
"learning_rate": 8.033707277488585e-06,
|
582 |
+
"loss": 0.7186,
|
583 |
+
"step": 810
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.36771300448430494,
|
587 |
+
"grad_norm": 1.281776208560821,
|
588 |
+
"learning_rate": 7.97112466990403e-06,
|
589 |
+
"loss": 0.7367,
|
590 |
+
"step": 820
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.3721973094170404,
|
594 |
+
"grad_norm": 1.417675486477273,
|
595 |
+
"learning_rate": 7.907814086409183e-06,
|
596 |
+
"loss": 0.7399,
|
597 |
+
"step": 830
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.37668161434977576,
|
601 |
+
"grad_norm": 1.4911782746859528,
|
602 |
+
"learning_rate": 7.843791039170232e-06,
|
603 |
+
"loss": 0.738,
|
604 |
+
"step": 840
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.3811659192825112,
|
608 |
+
"grad_norm": 1.3628167592658191,
|
609 |
+
"learning_rate": 7.779071214919068e-06,
|
610 |
+
"loss": 0.7404,
|
611 |
+
"step": 850
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.38565022421524664,
|
615 |
+
"grad_norm": 1.256534318600846,
|
616 |
+
"learning_rate": 7.713670471109749e-06,
|
617 |
+
"loss": 0.7364,
|
618 |
+
"step": 860
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.3901345291479821,
|
622 |
+
"grad_norm": 1.3061985247991272,
|
623 |
+
"learning_rate": 7.647604832033178e-06,
|
624 |
+
"loss": 0.7535,
|
625 |
+
"step": 870
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.39461883408071746,
|
629 |
+
"grad_norm": 1.3626743194809932,
|
630 |
+
"learning_rate": 7.580890484890864e-06,
|
631 |
+
"loss": 0.7212,
|
632 |
+
"step": 880
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.3991031390134529,
|
636 |
+
"grad_norm": 1.283405821881289,
|
637 |
+
"learning_rate": 7.513543775828791e-06,
|
638 |
+
"loss": 0.7336,
|
639 |
+
"step": 890
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.40358744394618834,
|
643 |
+
"grad_norm": 1.4217858183255085,
|
644 |
+
"learning_rate": 7.445581205932335e-06,
|
645 |
+
"loss": 0.7349,
|
646 |
+
"step": 900
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.4080717488789238,
|
650 |
+
"grad_norm": 1.3304359323377464,
|
651 |
+
"learning_rate": 7.377019427183213e-06,
|
652 |
+
"loss": 0.7265,
|
653 |
+
"step": 910
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.4125560538116592,
|
657 |
+
"grad_norm": 1.3324230635898773,
|
658 |
+
"learning_rate": 7.30787523837947e-06,
|
659 |
+
"loss": 0.7451,
|
660 |
+
"step": 920
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.4170403587443946,
|
664 |
+
"grad_norm": 1.2976336030674929,
|
665 |
+
"learning_rate": 7.238165581019488e-06,
|
666 |
+
"loss": 0.7415,
|
667 |
+
"step": 930
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.42152466367713004,
|
671 |
+
"grad_norm": 1.3082251443805497,
|
672 |
+
"learning_rate": 7.167907535151027e-06,
|
673 |
+
"loss": 0.7405,
|
674 |
+
"step": 940
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.4260089686098655,
|
678 |
+
"grad_norm": 1.368310990039969,
|
679 |
+
"learning_rate": 7.097118315186335e-06,
|
680 |
+
"loss": 0.7141,
|
681 |
+
"step": 950
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.4304932735426009,
|
685 |
+
"grad_norm": 1.3507885090012453,
|
686 |
+
"learning_rate": 7.025815265684315e-06,
|
687 |
+
"loss": 0.744,
|
688 |
+
"step": 960
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.4349775784753363,
|
692 |
+
"grad_norm": 1.3870418574466943,
|
693 |
+
"learning_rate": 6.9540158571008105e-06,
|
694 |
+
"loss": 0.7344,
|
695 |
+
"step": 970
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.43946188340807174,
|
699 |
+
"grad_norm": 1.2702369270052376,
|
700 |
+
"learning_rate": 6.881737681508065e-06,
|
701 |
+
"loss": 0.7131,
|
702 |
+
"step": 980
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.4439461883408072,
|
706 |
+
"grad_norm": 1.3694518474478212,
|
707 |
+
"learning_rate": 6.808998448284347e-06,
|
708 |
+
"loss": 0.7516,
|
709 |
+
"step": 990
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.4484304932735426,
|
713 |
+
"grad_norm": 1.3967080566658139,
|
714 |
+
"learning_rate": 6.735815979774865e-06,
|
715 |
+
"loss": 0.7208,
|
716 |
+
"step": 1000
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.452914798206278,
|
720 |
+
"grad_norm": 1.4517646369323314,
|
721 |
+
"learning_rate": 6.662208206924986e-06,
|
722 |
+
"loss": 0.7455,
|
723 |
+
"step": 1010
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.45739910313901344,
|
727 |
+
"grad_norm": 1.2752229454885209,
|
728 |
+
"learning_rate": 6.588193164886847e-06,
|
729 |
+
"loss": 0.7555,
|
730 |
+
"step": 1020
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.4618834080717489,
|
734 |
+
"grad_norm": 1.3528261238688069,
|
735 |
+
"learning_rate": 6.513788988600441e-06,
|
736 |
+
"loss": 0.7428,
|
737 |
+
"step": 1030
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.4663677130044843,
|
741 |
+
"grad_norm": 1.340831615562883,
|
742 |
+
"learning_rate": 6.439013908350249e-06,
|
743 |
+
"loss": 0.7446,
|
744 |
+
"step": 1040
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.47085201793721976,
|
748 |
+
"grad_norm": 1.3233981064583105,
|
749 |
+
"learning_rate": 6.363886245298514e-06,
|
750 |
+
"loss": 0.6945,
|
751 |
+
"step": 1050
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.47533632286995514,
|
755 |
+
"grad_norm": 1.29683857481815,
|
756 |
+
"learning_rate": 6.288424406996237e-06,
|
757 |
+
"loss": 0.7085,
|
758 |
+
"step": 1060
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.4798206278026906,
|
762 |
+
"grad_norm": 1.3009424922765027,
|
763 |
+
"learning_rate": 6.2126468828730225e-06,
|
764 |
+
"loss": 0.7294,
|
765 |
+
"step": 1070
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.484304932735426,
|
769 |
+
"grad_norm": 1.244204104767217,
|
770 |
+
"learning_rate": 6.136572239706854e-06,
|
771 |
+
"loss": 0.7091,
|
772 |
+
"step": 1080
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.48878923766816146,
|
776 |
+
"grad_norm": 1.4080424781447183,
|
777 |
+
"learning_rate": 6.060219117074914e-06,
|
778 |
+
"loss": 0.724,
|
779 |
+
"step": 1090
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.49327354260089684,
|
783 |
+
"grad_norm": 1.4328593518662633,
|
784 |
+
"learning_rate": 5.983606222786577e-06,
|
785 |
+
"loss": 0.7106,
|
786 |
+
"step": 1100
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.4977578475336323,
|
790 |
+
"grad_norm": 1.3515007322722326,
|
791 |
+
"learning_rate": 5.9067523282996775e-06,
|
792 |
+
"loss": 0.7111,
|
793 |
+
"step": 1110
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.5022421524663677,
|
797 |
+
"grad_norm": 1.3343622572750706,
|
798 |
+
"learning_rate": 5.829676264121184e-06,
|
799 |
+
"loss": 0.7323,
|
800 |
+
"step": 1120
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.5067264573991032,
|
804 |
+
"grad_norm": 1.3346769678858248,
|
805 |
+
"learning_rate": 5.752396915193403e-06,
|
806 |
+
"loss": 0.744,
|
807 |
+
"step": 1130
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.5112107623318386,
|
811 |
+
"grad_norm": 1.4071259742434898,
|
812 |
+
"learning_rate": 5.6749332162668525e-06,
|
813 |
+
"loss": 0.7181,
|
814 |
+
"step": 1140
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.515695067264574,
|
818 |
+
"grad_norm": 1.314030857289351,
|
819 |
+
"learning_rate": 5.5973041472609265e-06,
|
820 |
+
"loss": 0.7278,
|
821 |
+
"step": 1150
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.5201793721973094,
|
825 |
+
"grad_norm": 1.2893634754111014,
|
826 |
+
"learning_rate": 5.519528728613491e-06,
|
827 |
+
"loss": 0.722,
|
828 |
+
"step": 1160
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.5246636771300448,
|
832 |
+
"grad_norm": 1.2894378069172643,
|
833 |
+
"learning_rate": 5.4416260166205525e-06,
|
834 |
+
"loss": 0.7282,
|
835 |
+
"step": 1170
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.5291479820627802,
|
839 |
+
"grad_norm": 1.2691657277439665,
|
840 |
+
"learning_rate": 5.363615098767149e-06,
|
841 |
+
"loss": 0.7439,
|
842 |
+
"step": 1180
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.5336322869955157,
|
846 |
+
"grad_norm": 1.3478124675299437,
|
847 |
+
"learning_rate": 5.285515089050587e-06,
|
848 |
+
"loss": 0.7164,
|
849 |
+
"step": 1190
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.5381165919282511,
|
853 |
+
"grad_norm": 1.3052899854504807,
|
854 |
+
"learning_rate": 5.207345123297187e-06,
|
855 |
+
"loss": 0.7171,
|
856 |
+
"step": 1200
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.5426008968609866,
|
860 |
+
"grad_norm": 1.27131464716386,
|
861 |
+
"learning_rate": 5.129124354473688e-06,
|
862 |
+
"loss": 0.7235,
|
863 |
+
"step": 1210
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.547085201793722,
|
867 |
+
"grad_norm": 1.257329353514232,
|
868 |
+
"learning_rate": 5.050871947994443e-06,
|
869 |
+
"loss": 0.6999,
|
870 |
+
"step": 1220
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.5515695067264574,
|
874 |
+
"grad_norm": 1.3863466652299603,
|
875 |
+
"learning_rate": 4.972607077025563e-06,
|
876 |
+
"loss": 0.7251,
|
877 |
+
"step": 1230
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.5560538116591929,
|
881 |
+
"grad_norm": 1.394706696869187,
|
882 |
+
"learning_rate": 4.894348917787174e-06,
|
883 |
+
"loss": 0.6963,
|
884 |
+
"step": 1240
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.5605381165919282,
|
888 |
+
"grad_norm": 1.288516832053435,
|
889 |
+
"learning_rate": 4.816116644854912e-06,
|
890 |
+
"loss": 0.7207,
|
891 |
+
"step": 1250
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.5650224215246636,
|
895 |
+
"grad_norm": 1.291568839795731,
|
896 |
+
"learning_rate": 4.73792942646183e-06,
|
897 |
+
"loss": 0.7168,
|
898 |
+
"step": 1260
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.5695067264573991,
|
902 |
+
"grad_norm": 1.3692501176044114,
|
903 |
+
"learning_rate": 4.659806419801855e-06,
|
904 |
+
"loss": 0.7311,
|
905 |
+
"step": 1270
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.5739910313901345,
|
909 |
+
"grad_norm": 1.2214111714932894,
|
910 |
+
"learning_rate": 4.581766766335953e-06,
|
911 |
+
"loss": 0.7175,
|
912 |
+
"step": 1280
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.57847533632287,
|
916 |
+
"grad_norm": 1.2261021201524966,
|
917 |
+
"learning_rate": 4.503829587102138e-06,
|
918 |
+
"loss": 0.722,
|
919 |
+
"step": 1290
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.5829596412556054,
|
923 |
+
"grad_norm": 1.279552435182188,
|
924 |
+
"learning_rate": 4.426013978030508e-06,
|
925 |
+
"loss": 0.7407,
|
926 |
+
"step": 1300
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.5874439461883408,
|
930 |
+
"grad_norm": 1.2639914975822624,
|
931 |
+
"learning_rate": 4.348339005264406e-06,
|
932 |
+
"loss": 0.7174,
|
933 |
+
"step": 1310
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.5919282511210763,
|
937 |
+
"grad_norm": 1.2931987303236723,
|
938 |
+
"learning_rate": 4.270823700488896e-06,
|
939 |
+
"loss": 0.7236,
|
940 |
+
"step": 1320
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.5964125560538116,
|
944 |
+
"grad_norm": 1.3083460389811294,
|
945 |
+
"learning_rate": 4.19348705626768e-06,
|
946 |
+
"loss": 0.7247,
|
947 |
+
"step": 1330
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.600896860986547,
|
951 |
+
"grad_norm": 1.359946232054244,
|
952 |
+
"learning_rate": 4.116348021389595e-06,
|
953 |
+
"loss": 0.7289,
|
954 |
+
"step": 1340
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.6053811659192825,
|
958 |
+
"grad_norm": 1.3038409489179155,
|
959 |
+
"learning_rate": 4.039425496225834e-06,
|
960 |
+
"loss": 0.723,
|
961 |
+
"step": 1350
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.6098654708520179,
|
965 |
+
"grad_norm": 1.337031671252276,
|
966 |
+
"learning_rate": 3.962738328099047e-06,
|
967 |
+
"loss": 0.718,
|
968 |
+
"step": 1360
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.6143497757847534,
|
972 |
+
"grad_norm": 1.3006506595251124,
|
973 |
+
"learning_rate": 3.88630530666542e-06,
|
974 |
+
"loss": 0.7372,
|
975 |
+
"step": 1370
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.6188340807174888,
|
979 |
+
"grad_norm": 1.3038120667886732,
|
980 |
+
"learning_rate": 3.8101451593108816e-06,
|
981 |
+
"loss": 0.732,
|
982 |
+
"step": 1380
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.6233183856502242,
|
986 |
+
"grad_norm": 1.2544712968929104,
|
987 |
+
"learning_rate": 3.7342765465625953e-06,
|
988 |
+
"loss": 0.7347,
|
989 |
+
"step": 1390
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.6278026905829597,
|
993 |
+
"grad_norm": 1.3352755014667614,
|
994 |
+
"learning_rate": 3.658718057516803e-06,
|
995 |
+
"loss": 0.7332,
|
996 |
+
"step": 1400
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.6322869955156951,
|
1000 |
+
"grad_norm": 1.3389617347187606,
|
1001 |
+
"learning_rate": 3.5834882052841744e-06,
|
1002 |
+
"loss": 0.7154,
|
1003 |
+
"step": 1410
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.6367713004484304,
|
1007 |
+
"grad_norm": 1.2654799213890686,
|
1008 |
+
"learning_rate": 3.508605422453799e-06,
|
1009 |
+
"loss": 0.7002,
|
1010 |
+
"step": 1420
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.6412556053811659,
|
1014 |
+
"grad_norm": 1.311398422880929,
|
1015 |
+
"learning_rate": 3.4340880565768707e-06,
|
1016 |
+
"loss": 0.7098,
|
1017 |
+
"step": 1430
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.6457399103139013,
|
1021 |
+
"grad_norm": 1.3577211660369808,
|
1022 |
+
"learning_rate": 3.359954365671241e-06,
|
1023 |
+
"loss": 0.7024,
|
1024 |
+
"step": 1440
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.6502242152466368,
|
1028 |
+
"grad_norm": 1.145375472595952,
|
1029 |
+
"learning_rate": 3.2862225137478897e-06,
|
1030 |
+
"loss": 0.7097,
|
1031 |
+
"step": 1450
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.6547085201793722,
|
1035 |
+
"grad_norm": 1.3358950336855993,
|
1036 |
+
"learning_rate": 3.2129105663604275e-06,
|
1037 |
+
"loss": 0.7148,
|
1038 |
+
"step": 1460
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.6591928251121076,
|
1042 |
+
"grad_norm": 1.2495395838860759,
|
1043 |
+
"learning_rate": 3.1400364861787434e-06,
|
1044 |
+
"loss": 0.7483,
|
1045 |
+
"step": 1470
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.6636771300448431,
|
1049 |
+
"grad_norm": 1.2742823576583961,
|
1050 |
+
"learning_rate": 3.0676181285878343e-06,
|
1051 |
+
"loss": 0.7063,
|
1052 |
+
"step": 1480
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.6681614349775785,
|
1056 |
+
"grad_norm": 1.2596513250823083,
|
1057 |
+
"learning_rate": 2.9956732373129378e-06,
|
1058 |
+
"loss": 0.7201,
|
1059 |
+
"step": 1490
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.672645739910314,
|
1063 |
+
"grad_norm": 1.4183600229677984,
|
1064 |
+
"learning_rate": 2.9242194400720157e-06,
|
1065 |
+
"loss": 0.7202,
|
1066 |
+
"step": 1500
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.6771300448430493,
|
1070 |
+
"grad_norm": 1.224500332009707,
|
1071 |
+
"learning_rate": 2.8532742442566735e-06,
|
1072 |
+
"loss": 0.7228,
|
1073 |
+
"step": 1510
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.6816143497757847,
|
1077 |
+
"grad_norm": 1.20210393613667,
|
1078 |
+
"learning_rate": 2.782855032642535e-06,
|
1079 |
+
"loss": 0.7386,
|
1080 |
+
"step": 1520
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.6860986547085202,
|
1084 |
+
"grad_norm": 1.2835056973370584,
|
1085 |
+
"learning_rate": 2.712979059130187e-06,
|
1086 |
+
"loss": 0.7207,
|
1087 |
+
"step": 1530
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.6905829596412556,
|
1091 |
+
"grad_norm": 1.180714987729606,
|
1092 |
+
"learning_rate": 2.643663444517671e-06,
|
1093 |
+
"loss": 0.6981,
|
1094 |
+
"step": 1540
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.695067264573991,
|
1098 |
+
"grad_norm": 1.2871858226590431,
|
1099 |
+
"learning_rate": 2.5749251723055933e-06,
|
1100 |
+
"loss": 0.6853,
|
1101 |
+
"step": 1550
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.6995515695067265,
|
1105 |
+
"grad_norm": 1.3219720717807693,
|
1106 |
+
"learning_rate": 2.5067810845358926e-06,
|
1107 |
+
"loss": 0.7192,
|
1108 |
+
"step": 1560
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.7040358744394619,
|
1112 |
+
"grad_norm": 1.391893981214182,
|
1113 |
+
"learning_rate": 2.439247877665244e-06,
|
1114 |
+
"loss": 0.7103,
|
1115 |
+
"step": 1570
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.7085201793721974,
|
1119 |
+
"grad_norm": 1.2636799158865641,
|
1120 |
+
"learning_rate": 2.3723420984741417e-06,
|
1121 |
+
"loss": 0.684,
|
1122 |
+
"step": 1580
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.7130044843049327,
|
1126 |
+
"grad_norm": 1.3557464635552046,
|
1127 |
+
"learning_rate": 2.3060801400126693e-06,
|
1128 |
+
"loss": 0.7207,
|
1129 |
+
"step": 1590
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.7174887892376681,
|
1133 |
+
"grad_norm": 1.3569256088684083,
|
1134 |
+
"learning_rate": 2.240478237583915e-06,
|
1135 |
+
"loss": 0.7077,
|
1136 |
+
"step": 1600
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.7219730941704036,
|
1140 |
+
"grad_norm": 1.37192661939199,
|
1141 |
+
"learning_rate": 2.1755524647660514e-06,
|
1142 |
+
"loss": 0.693,
|
1143 |
+
"step": 1610
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.726457399103139,
|
1147 |
+
"grad_norm": 1.248391921620642,
|
1148 |
+
"learning_rate": 2.1113187294740294e-06,
|
1149 |
+
"loss": 0.6911,
|
1150 |
+
"step": 1620
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.7309417040358744,
|
1154 |
+
"grad_norm": 1.357856212054366,
|
1155 |
+
"learning_rate": 2.047792770061881e-06,
|
1156 |
+
"loss": 0.6838,
|
1157 |
+
"step": 1630
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.7354260089686099,
|
1161 |
+
"grad_norm": 1.4147463764446673,
|
1162 |
+
"learning_rate": 1.9849901514665458e-06,
|
1163 |
+
"loss": 0.7122,
|
1164 |
+
"step": 1640
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.7399103139013453,
|
1168 |
+
"grad_norm": 1.3587967144630926,
|
1169 |
+
"learning_rate": 1.922926261394206e-06,
|
1170 |
+
"loss": 0.6927,
|
1171 |
+
"step": 1650
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.7443946188340808,
|
1175 |
+
"grad_norm": 1.326112035320906,
|
1176 |
+
"learning_rate": 1.8616163065500231e-06,
|
1177 |
+
"loss": 0.6931,
|
1178 |
+
"step": 1660
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.7488789237668162,
|
1182 |
+
"grad_norm": 1.2337199420172695,
|
1183 |
+
"learning_rate": 1.8010753089122572e-06,
|
1184 |
+
"loss": 0.6934,
|
1185 |
+
"step": 1670
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.7533632286995515,
|
1189 |
+
"grad_norm": 1.2176765529306792,
|
1190 |
+
"learning_rate": 1.7413181020516146e-06,
|
1191 |
+
"loss": 0.7164,
|
1192 |
+
"step": 1680
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.757847533632287,
|
1196 |
+
"grad_norm": 1.2724919849788396,
|
1197 |
+
"learning_rate": 1.6823593274967703e-06,
|
1198 |
+
"loss": 0.7267,
|
1199 |
+
"step": 1690
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.7623318385650224,
|
1203 |
+
"grad_norm": 1.3274428154634692,
|
1204 |
+
"learning_rate": 1.6242134311469538e-06,
|
1205 |
+
"loss": 0.6824,
|
1206 |
+
"step": 1700
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.7668161434977578,
|
1210 |
+
"grad_norm": 1.3661211722387332,
|
1211 |
+
"learning_rate": 1.5668946597324558e-06,
|
1212 |
+
"loss": 0.7182,
|
1213 |
+
"step": 1710
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.7713004484304933,
|
1217 |
+
"grad_norm": 1.2959174525555186,
|
1218 |
+
"learning_rate": 1.51041705732393e-06,
|
1219 |
+
"loss": 0.7118,
|
1220 |
+
"step": 1720
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.7757847533632287,
|
1224 |
+
"grad_norm": 1.2773849053623296,
|
1225 |
+
"learning_rate": 1.4547944618913706e-06,
|
1226 |
+
"loss": 0.6929,
|
1227 |
+
"step": 1730
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.7802690582959642,
|
1231 |
+
"grad_norm": 1.297150269984566,
|
1232 |
+
"learning_rate": 1.4000405019135676e-06,
|
1233 |
+
"loss": 0.6883,
|
1234 |
+
"step": 1740
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.7847533632286996,
|
1238 |
+
"grad_norm": 1.400539444832659,
|
1239 |
+
"learning_rate": 1.3461685930388958e-06,
|
1240 |
+
"loss": 0.6911,
|
1241 |
+
"step": 1750
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.7892376681614349,
|
1245 |
+
"grad_norm": 1.2337657683341194,
|
1246 |
+
"learning_rate": 1.2931919347982607e-06,
|
1247 |
+
"loss": 0.6921,
|
1248 |
+
"step": 1760
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.7937219730941704,
|
1252 |
+
"grad_norm": 1.2072415924732212,
|
1253 |
+
"learning_rate": 1.2411235073709883e-06,
|
1254 |
+
"loss": 0.7102,
|
1255 |
+
"step": 1770
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.7982062780269058,
|
1259 |
+
"grad_norm": 1.381367292756694,
|
1260 |
+
"learning_rate": 1.1899760684044515e-06,
|
1261 |
+
"loss": 0.6838,
|
1262 |
+
"step": 1780
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.8026905829596412,
|
1266 |
+
"grad_norm": 1.3102643665842388,
|
1267 |
+
"learning_rate": 1.1397621498882471e-06,
|
1268 |
+
"loss": 0.6945,
|
1269 |
+
"step": 1790
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.8071748878923767,
|
1273 |
+
"grad_norm": 1.3214717866253802,
|
1274 |
+
"learning_rate": 1.0904940550836285e-06,
|
1275 |
+
"loss": 0.7016,
|
1276 |
+
"step": 1800
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.8116591928251121,
|
1280 |
+
"grad_norm": 1.1240219719921938,
|
1281 |
+
"learning_rate": 1.0421838555090119e-06,
|
1282 |
+
"loss": 0.7018,
|
1283 |
+
"step": 1810
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.8161434977578476,
|
1287 |
+
"grad_norm": 1.2844428659053804,
|
1288 |
+
"learning_rate": 9.948433879822428e-07,
|
1289 |
+
"loss": 0.7361,
|
1290 |
+
"step": 1820
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.820627802690583,
|
1294 |
+
"grad_norm": 1.249492840397432,
|
1295 |
+
"learning_rate": 9.484842517203735e-07,
|
1296 |
+
"loss": 0.707,
|
1297 |
+
"step": 1830
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.8251121076233184,
|
1301 |
+
"grad_norm": 1.2793612843154911,
|
1302 |
+
"learning_rate": 9.031178054976636e-07,
|
1303 |
+
"loss": 0.7226,
|
1304 |
+
"step": 1840
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.8295964125560538,
|
1308 |
+
"grad_norm": 1.3447642426455195,
|
1309 |
+
"learning_rate": 8.587551648624859e-07,
|
1310 |
+
"loss": 0.6906,
|
1311 |
+
"step": 1850
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.8340807174887892,
|
1315 |
+
"grad_norm": 1.282168137173779,
|
1316 |
+
"learning_rate": 8.154071994138241e-07,
|
1317 |
+
"loss": 0.698,
|
1318 |
+
"step": 1860
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.8385650224215246,
|
1322 |
+
"grad_norm": 1.4629920435128856,
|
1323 |
+
"learning_rate": 7.730845301380441e-07,
|
1324 |
+
"loss": 0.7212,
|
1325 |
+
"step": 1870
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.8430493273542601,
|
1329 |
+
"grad_norm": 1.3143459341111923,
|
1330 |
+
"learning_rate": 7.317975268065685e-07,
|
1331 |
+
"loss": 0.6942,
|
1332 |
+
"step": 1880
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.8475336322869955,
|
1336 |
+
"grad_norm": 1.3274198546425116,
|
1337 |
+
"learning_rate": 6.915563054351037e-07,
|
1338 |
+
"loss": 0.6944,
|
1339 |
+
"step": 1890
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.852017937219731,
|
1343 |
+
"grad_norm": 1.2958298618538142,
|
1344 |
+
"learning_rate": 6.523707258050516e-07,
|
1345 |
+
"loss": 0.6692,
|
1346 |
+
"step": 1900
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.8565022421524664,
|
1350 |
+
"grad_norm": 1.3403229426415875,
|
1351 |
+
"learning_rate": 6.14250389047692e-07,
|
1352 |
+
"loss": 0.7034,
|
1353 |
+
"step": 1910
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.8609865470852018,
|
1357 |
+
"grad_norm": 1.258601487476543,
|
1358 |
+
"learning_rate": 5.772046352917399e-07,
|
1359 |
+
"loss": 0.7144,
|
1360 |
+
"step": 1920
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.8654708520179372,
|
1364 |
+
"grad_norm": 1.1222145256140716,
|
1365 |
+
"learning_rate": 5.412425413748623e-07,
|
1366 |
+
"loss": 0.6988,
|
1367 |
+
"step": 1930
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.8699551569506726,
|
1371 |
+
"grad_norm": 1.2674996138499859,
|
1372 |
+
"learning_rate": 5.063729186196948e-07,
|
1373 |
+
"loss": 0.7089,
|
1374 |
+
"step": 1940
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.874439461883408,
|
1378 |
+
"grad_norm": 1.3633828734617575,
|
1379 |
+
"learning_rate": 4.7260431067491617e-07,
|
1380 |
+
"loss": 0.733,
|
1381 |
+
"step": 1950
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.8789237668161435,
|
1385 |
+
"grad_norm": 1.2652212276863493,
|
1386 |
+
"learning_rate": 4.399449914219167e-07,
|
1387 |
+
"loss": 0.7209,
|
1388 |
+
"step": 1960
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.8834080717488789,
|
1392 |
+
"grad_norm": 1.2975811004623845,
|
1393 |
+
"learning_rate": 4.084029629475478e-07,
|
1394 |
+
"loss": 0.7252,
|
1395 |
+
"step": 1970
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.8878923766816144,
|
1399 |
+
"grad_norm": 1.2744740809644324,
|
1400 |
+
"learning_rate": 3.7798595358348457e-07,
|
1401 |
+
"loss": 0.7083,
|
1402 |
+
"step": 1980
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.8923766816143498,
|
1406 |
+
"grad_norm": 1.2924446335095698,
|
1407 |
+
"learning_rate": 3.487014160126467e-07,
|
1408 |
+
"loss": 0.7077,
|
1409 |
+
"step": 1990
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.8968609865470852,
|
1413 |
+
"grad_norm": 1.283938673421291,
|
1414 |
+
"learning_rate": 3.2055652544316695e-07,
|
1415 |
+
"loss": 0.7038,
|
1416 |
+
"step": 2000
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.9013452914798207,
|
1420 |
+
"grad_norm": 1.3428158271865258,
|
1421 |
+
"learning_rate": 2.9355817785034325e-07,
|
1422 |
+
"loss": 0.7177,
|
1423 |
+
"step": 2010
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.905829596412556,
|
1427 |
+
"grad_norm": 1.3237588390932393,
|
1428 |
+
"learning_rate": 2.6771298828700885e-07,
|
1429 |
+
"loss": 0.7079,
|
1430 |
+
"step": 2020
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.9103139013452914,
|
1434 |
+
"grad_norm": 1.379188659318735,
|
1435 |
+
"learning_rate": 2.4302728926273224e-07,
|
1436 |
+
"loss": 0.7159,
|
1437 |
+
"step": 2030
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.9147982062780269,
|
1441 |
+
"grad_norm": 1.2853687562313414,
|
1442 |
+
"learning_rate": 2.195071291922435e-07,
|
1443 |
+
"loss": 0.6842,
|
1444 |
+
"step": 2040
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 0.9192825112107623,
|
1448 |
+
"grad_norm": 1.3212853096546313,
|
1449 |
+
"learning_rate": 1.9715827091347005e-07,
|
1450 |
+
"loss": 0.6994,
|
1451 |
+
"step": 2050
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.9237668161434978,
|
1455 |
+
"grad_norm": 1.4231610496002076,
|
1456 |
+
"learning_rate": 1.7598619027554553e-07,
|
1457 |
+
"loss": 0.7032,
|
1458 |
+
"step": 2060
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 0.9282511210762332,
|
1462 |
+
"grad_norm": 1.288660209861224,
|
1463 |
+
"learning_rate": 1.5599607479713396e-07,
|
1464 |
+
"loss": 0.6856,
|
1465 |
+
"step": 2070
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 0.9327354260089686,
|
1469 |
+
"grad_norm": 1.291080758227027,
|
1470 |
+
"learning_rate": 1.3719282239539722e-07,
|
1471 |
+
"loss": 0.7183,
|
1472 |
+
"step": 2080
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 0.9372197309417041,
|
1476 |
+
"grad_norm": 1.3527938026636528,
|
1477 |
+
"learning_rate": 1.1958104018592376e-07,
|
1478 |
+
"loss": 0.7022,
|
1479 |
+
"step": 2090
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.9417040358744395,
|
1483 |
+
"grad_norm": 1.306930563286188,
|
1484 |
+
"learning_rate": 1.0316504335390775e-07,
|
1485 |
+
"loss": 0.7202,
|
1486 |
+
"step": 2100
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 0.9461883408071748,
|
1490 |
+
"grad_norm": 1.34728936572921,
|
1491 |
+
"learning_rate": 8.79488540968565e-08,
|
1492 |
+
"loss": 0.7128,
|
1493 |
+
"step": 2110
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.9506726457399103,
|
1497 |
+
"grad_norm": 1.5138997567977701,
|
1498 |
+
"learning_rate": 7.39362006390798e-08,
|
1499 |
+
"loss": 0.6841,
|
1500 |
+
"step": 2120
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 0.9551569506726457,
|
1504 |
+
"grad_norm": 1.2518587224976194,
|
1505 |
+
"learning_rate": 6.113051631821631e-08,
|
1506 |
+
"loss": 0.71,
|
1507 |
+
"step": 2130
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 0.9596412556053812,
|
1511 |
+
"grad_norm": 1.4419766059722212,
|
1512 |
+
"learning_rate": 4.9534938744004723e-08,
|
1513 |
+
"loss": 0.6944,
|
1514 |
+
"step": 2140
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 0.9641255605381166,
|
1518 |
+
"grad_norm": 1.3591089992663685,
|
1519 |
+
"learning_rate": 3.915230902951761e-08,
|
1520 |
+
"loss": 0.717,
|
1521 |
+
"step": 2150
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.968609865470852,
|
1525 |
+
"grad_norm": 1.281084457332566,
|
1526 |
+
"learning_rate": 2.9985171095041066e-08,
|
1527 |
+
"loss": 0.703,
|
1528 |
+
"step": 2160
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 0.9730941704035875,
|
1532 |
+
"grad_norm": 1.1922556783094496,
|
1533 |
+
"learning_rate": 2.203577104476773e-08,
|
1534 |
+
"loss": 0.7085,
|
1535 |
+
"step": 2170
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 0.9775784753363229,
|
1539 |
+
"grad_norm": 1.3917918614257676,
|
1540 |
+
"learning_rate": 1.5306056616468666e-08,
|
1541 |
+
"loss": 0.709,
|
1542 |
+
"step": 2180
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 0.9820627802690582,
|
1546 |
+
"grad_norm": 1.178733370314234,
|
1547 |
+
"learning_rate": 9.797676704259574e-09,
|
1548 |
+
"loss": 0.7009,
|
1549 |
+
"step": 2190
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 0.9865470852017937,
|
1553 |
+
"grad_norm": 1.2352452900540438,
|
1554 |
+
"learning_rate": 5.511980954596152e-09,
|
1555 |
+
"loss": 0.7085,
|
1556 |
+
"step": 2200
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 0.9910313901345291,
|
1560 |
+
"grad_norm": 1.519249312059187,
|
1561 |
+
"learning_rate": 2.4500194355880913e-09,
|
1562 |
+
"loss": 0.6865,
|
1563 |
+
"step": 2210
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.9955156950672646,
|
1567 |
+
"grad_norm": 1.2975150315542752,
|
1568 |
+
"learning_rate": 6.125423797137541e-10,
|
1569 |
+
"loss": 0.6935,
|
1570 |
+
"step": 2220
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 1.0,
|
1574 |
+
"grad_norm": 1.2570272992562246,
|
1575 |
+
"learning_rate": 0.0,
|
1576 |
+
"loss": 0.6946,
|
1577 |
+
"step": 2230
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 1.0,
|
1581 |
+
"eval_loss": 0.7042345404624939,
|
1582 |
+
"eval_runtime": 381.2635,
|
1583 |
+
"eval_samples_per_second": 131.345,
|
1584 |
+
"eval_steps_per_second": 2.054,
|
1585 |
+
"step": 2230
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 1.0,
|
1589 |
+
"step": 2230,
|
1590 |
+
"total_flos": 244955314192384.0,
|
1591 |
+
"train_loss": 0.7376568270371099,
|
1592 |
+
"train_runtime": 8720.6202,
|
1593 |
+
"train_samples_per_second": 32.731,
|
1594 |
+
"train_steps_per_second": 0.256
|
1595 |
+
}
|
1596 |
+
],
|
1597 |
+
"logging_steps": 10,
|
1598 |
+
"max_steps": 2230,
|
1599 |
+
"num_input_tokens_seen": 0,
|
1600 |
+
"num_train_epochs": 1,
|
1601 |
+
"save_steps": 500,
|
1602 |
+
"stateful_callbacks": {
|
1603 |
+
"TrainerControl": {
|
1604 |
+
"args": {
|
1605 |
+
"should_epoch_stop": false,
|
1606 |
+
"should_evaluate": false,
|
1607 |
+
"should_log": false,
|
1608 |
+
"should_save": false,
|
1609 |
+
"should_training_stop": false
|
1610 |
+
},
|
1611 |
+
"attributes": {}
|
1612 |
+
}
|
1613 |
+
},
|
1614 |
+
"total_flos": 244955314192384.0,
|
1615 |
+
"train_batch_size": 8,
|
1616 |
+
"trial_name": null,
|
1617 |
+
"trial_params": null
|
1618 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb25fa7c42df808b4748bec88dee1a8e16e0082e24daff6298a752d2dca4e443
|
3 |
+
size 6968
|