Upload folder using huggingface_hub
Browse files- .gitattributes +1 -3
- README.md +48 -180
- checkpoint-100/config.json +30 -0
- checkpoint-100/generation_config.json +7 -0
- checkpoint-100/model-00001-of-00004.safetensors +3 -0
- checkpoint-100/model-00002-of-00004.safetensors +3 -0
- checkpoint-100/model-00003-of-00004.safetensors +3 -0
- checkpoint-100/model-00004-of-00004.safetensors +3 -0
- checkpoint-100/model.safetensors.index.json +299 -0
- checkpoint-100/rng_state.pth +3 -0
- checkpoint-100/scheduler.pt +3 -0
- checkpoint-100/special_tokens_map.json +23 -0
- checkpoint-100/tokenizer.json +3 -0
- checkpoint-100/tokenizer_config.json +2064 -0
- checkpoint-100/trainer_state.json +2534 -0
- checkpoint-100/training_args.bin +3 -0
- config.json +4 -10
- config.yaml +3 -0
- generation_config.json +1 -3
- handler.py +106 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +1 -0
- rng_state.pth +3 -0
- runs/Jul02_19-39-17_192-222-59-149/events.out.tfevents.1751485158.192-222-59-149.6286.0 +3 -0
- runs/Jul02_19-48-36_192-222-59-149/events.out.tfevents.1751485716.192-222-59-149.7483.0 +3 -0
- runs/Jul02_19-55-41_192-222-59-149/events.out.tfevents.1751486142.192-222-59-149.8097.0 +3 -0
- runs/Jul02_20-03-56_192-222-59-149/events.out.tfevents.1751486636.192-222-59-149.8934.0 +3 -0
- runs/Jul02_20-14-00_192-222-59-149/events.out.tfevents.1751487240.192-222-59-149.9723.0 +3 -0
- runs/Jul02_20-20-26_192-222-59-149/events.out.tfevents.1751487627.192-222-59-149.10420.0 +3 -0
- runs/Jul02_20-21-26_192-222-59-149/events.out.tfevents.1751487687.192-222-59-149.10653.0 +3 -0
- runs/Jul02_20-28-44_192-222-59-149/events.out.tfevents.1751488125.192-222-59-149.11487.0 +3 -0
- runs/Jul02_20-32-11_192-222-59-149/events.out.tfevents.1751488331.192-222-59-149.11742.0 +3 -0
- runs/Jul02_20-35-16_192-222-59-149/events.out.tfevents.1751488516.192-222-59-149.12102.0 +3 -0
- runs/Jul02_20-41-40_192-222-59-149/events.out.tfevents.1751488900.192-222-59-149.12751.0 +3 -0
- runs/Jul02_20-43-48_192-222-59-149/events.out.tfevents.1751489029.192-222-59-149.13032.0 +3 -0
- runs/Jul02_20-48-37_192-222-59-149/events.out.tfevents.1751489318.192-222-59-149.13578.0 +3 -0
- runs/Jul02_21-01-16_192-222-59-149/events.out.tfevents.1751490076.192-222-59-149.14877.0 +3 -0
- runs/Jul02_21-03-46_192-222-59-149/events.out.tfevents.1751490226.192-222-59-149.15321.0 +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +7 -1
- tokenizer.json +2 -2
- tokenizer_config.json +252 -251
- trainer_state.json +2534 -0
- training_args.bin +2 -2
.gitattributes
CHANGED
@@ -33,7 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
-
checkpoint-
|
37 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
-
checkpoint-44500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
39 |
-
checkpoint-45000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
README.md
CHANGED
@@ -1,199 +1,67 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
# Model Card for
|
7 |
|
8 |
-
|
|
|
9 |
|
|
|
10 |
|
|
|
|
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
17 |
|
18 |
-
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
|
21 |
-
- **Funded by [optional]:** [More Information Needed]
|
22 |
-
- **Shared by [optional]:** [More Information Needed]
|
23 |
-
- **Model type:** [More Information Needed]
|
24 |
-
- **Language(s) (NLP):** [More Information Needed]
|
25 |
-
- **License:** [More Information Needed]
|
26 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
28 |
-
###
|
29 |
|
30 |
-
|
|
|
|
|
|
|
|
|
31 |
|
32 |
-
|
33 |
-
- **Paper [optional]:** [More Information Needed]
|
34 |
-
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
-
|
37 |
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
-
|
41 |
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
-
|
56 |
-
[More Information Needed]
|
57 |
-
|
58 |
-
## Bias, Risks, and Limitations
|
59 |
-
|
60 |
-
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
-
|
62 |
-
[More Information Needed]
|
63 |
-
|
64 |
-
### Recommendations
|
65 |
-
|
66 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
-
|
68 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
-
|
70 |
-
## How to Get Started with the Model
|
71 |
-
|
72 |
-
Use the code below to get started with the model.
|
73 |
-
|
74 |
-
[More Information Needed]
|
75 |
-
|
76 |
-
## Training Details
|
77 |
-
|
78 |
-
### Training Data
|
79 |
-
|
80 |
-
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
-
|
82 |
-
[More Information Needed]
|
83 |
-
|
84 |
-
### Training Procedure
|
85 |
-
|
86 |
-
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
-
|
88 |
-
#### Preprocessing [optional]
|
89 |
-
|
90 |
-
[More Information Needed]
|
91 |
-
|
92 |
-
|
93 |
-
#### Training Hyperparameters
|
94 |
-
|
95 |
-
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
-
|
97 |
-
#### Speeds, Sizes, Times [optional]
|
98 |
-
|
99 |
-
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
-
|
101 |
-
[More Information Needed]
|
102 |
-
|
103 |
-
## Evaluation
|
104 |
-
|
105 |
-
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
-
|
107 |
-
### Testing Data, Factors & Metrics
|
108 |
-
|
109 |
-
#### Testing Data
|
110 |
-
|
111 |
-
<!-- This should link to a Dataset Card if possible. -->
|
112 |
-
|
113 |
-
[More Information Needed]
|
114 |
-
|
115 |
-
#### Factors
|
116 |
-
|
117 |
-
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
-
|
119 |
-
[More Information Needed]
|
120 |
-
|
121 |
-
#### Metrics
|
122 |
-
|
123 |
-
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
-
|
125 |
-
[More Information Needed]
|
126 |
-
|
127 |
-
### Results
|
128 |
-
|
129 |
-
[More Information Needed]
|
130 |
-
|
131 |
-
#### Summary
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
## Model Examination [optional]
|
136 |
-
|
137 |
-
<!-- Relevant interpretability work for the model goes here -->
|
138 |
-
|
139 |
-
[More Information Needed]
|
140 |
-
|
141 |
-
## Environmental Impact
|
142 |
-
|
143 |
-
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
-
|
145 |
-
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
-
|
147 |
-
- **Hardware Type:** [More Information Needed]
|
148 |
-
- **Hours used:** [More Information Needed]
|
149 |
-
- **Cloud Provider:** [More Information Needed]
|
150 |
-
- **Compute Region:** [More Information Needed]
|
151 |
-
- **Carbon Emitted:** [More Information Needed]
|
152 |
-
|
153 |
-
## Technical Specifications [optional]
|
154 |
-
|
155 |
-
### Model Architecture and Objective
|
156 |
-
|
157 |
-
[More Information Needed]
|
158 |
-
|
159 |
-
### Compute Infrastructure
|
160 |
-
|
161 |
-
[More Information Needed]
|
162 |
-
|
163 |
-
#### Hardware
|
164 |
-
|
165 |
-
[More Information Needed]
|
166 |
-
|
167 |
-
#### Software
|
168 |
-
|
169 |
-
[More Information Needed]
|
170 |
-
|
171 |
-
## Citation [optional]
|
172 |
-
|
173 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
-
|
175 |
-
**BibTeX:**
|
176 |
-
|
177 |
-
[More Information Needed]
|
178 |
-
|
179 |
-
**APA:**
|
180 |
-
|
181 |
-
[More Information Needed]
|
182 |
-
|
183 |
-
## Glossary [optional]
|
184 |
-
|
185 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
-
|
187 |
-
[More Information Needed]
|
188 |
-
|
189 |
-
## More Information [optional]
|
190 |
-
|
191 |
-
[More Information Needed]
|
192 |
-
|
193 |
-
## Model Card Authors [optional]
|
194 |
-
|
195 |
-
[More Information Needed]
|
196 |
-
|
197 |
-
## Model Card Contact
|
198 |
-
|
199 |
-
[More Information Needed]
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
model_name: llama-3.1-8b-mcq-reward-V2.0
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
- grpo
|
7 |
+
- trl
|
8 |
+
licence: license
|
9 |
---
|
10 |
|
11 |
+
# Model Card for llama-3.1-8b-mcq-reward-V2.0
|
12 |
|
13 |
+
This model is a fine-tuned version of [None](https://huggingface.co/None).
|
14 |
+
It has been trained using [TRL](https://github.com/huggingface/trl).
|
15 |
|
16 |
+
## Quick start
|
17 |
|
18 |
+
```python
|
19 |
+
from transformers import pipeline
|
20 |
|
21 |
+
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
|
22 |
+
generator = pipeline("text-generation", model="None", device="cuda")
|
23 |
+
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
24 |
+
print(output["generated_text"])
|
25 |
+
```
|
26 |
|
27 |
+
## Training procedure
|
28 |
|
29 |
+
|
30 |
|
|
|
31 |
|
32 |
+
This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
+
### Framework versions
|
35 |
|
36 |
+
- TRL: 0.19.0
|
37 |
+
- Transformers: 4.53.0
|
38 |
+
- Pytorch: 2.7.1+cu128
|
39 |
+
- Datasets: 3.6.0
|
40 |
+
- Tokenizers: 0.21.2
|
41 |
|
42 |
+
## Citations
|
|
|
|
|
43 |
|
44 |
+
Cite GRPO as:
|
45 |
|
46 |
+
```bibtex
|
47 |
+
@article{zhihong2024deepseekmath,
|
48 |
+
title = {{DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models}},
|
49 |
+
author = {Zhihong Shao and Peiyi Wang and Qihao Zhu and Runxin Xu and Junxiao Song and Mingchuan Zhang and Y. K. Li and Y. Wu and Daya Guo},
|
50 |
+
year = 2024,
|
51 |
+
eprint = {arXiv:2402.03300},
|
52 |
+
}
|
53 |
|
54 |
+
```
|
55 |
|
56 |
+
Cite TRL as:
|
57 |
+
|
58 |
+
```bibtex
|
59 |
+
@misc{vonwerra2022trl,
|
60 |
+
title = {{TRL: Transformer Reinforcement Learning}},
|
61 |
+
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
|
62 |
+
year = 2020,
|
63 |
+
journal = {GitHub repository},
|
64 |
+
publisher = {GitHub},
|
65 |
+
howpublished = {\url{https://github.com/huggingface/trl}}
|
66 |
+
}
|
67 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-100/config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"LlamaForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 128000,
|
8 |
+
"eos_token_id": 128001,
|
9 |
+
"head_dim": 128,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 4096,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 14336,
|
14 |
+
"max_position_embeddings": 8192,
|
15 |
+
"mlp_bias": false,
|
16 |
+
"model_type": "llama",
|
17 |
+
"num_attention_heads": 32,
|
18 |
+
"num_hidden_layers": 32,
|
19 |
+
"num_key_value_heads": 8,
|
20 |
+
"pad_token_id": 128001,
|
21 |
+
"pretraining_tp": 1,
|
22 |
+
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_scaling": null,
|
24 |
+
"rope_theta": 500000.0,
|
25 |
+
"tie_word_embeddings": false,
|
26 |
+
"torch_dtype": "bfloat16",
|
27 |
+
"transformers_version": "4.53.0",
|
28 |
+
"use_cache": false,
|
29 |
+
"vocab_size": 128256
|
30 |
+
}
|
checkpoint-100/generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 128001,
|
6 |
+
"transformers_version": "4.53.0"
|
7 |
+
}
|
checkpoint-100/model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd9a071cd2af5b8f2aefb9362b948f00d67075ef67edebc320cf3533d3eb9e20
|
3 |
+
size 4976698672
|
checkpoint-100/model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fff1c47db716abb07f232ea67624d8b88ab12df3fc2ce67017d01c12568f9f9
|
3 |
+
size 4999802720
|
checkpoint-100/model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41a67ca53bc38702f3a3e5fee44e3de6b8640727783ac25dac80d04e912c34df
|
3 |
+
size 4915916176
|
checkpoint-100/model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a01fe469b824c710ee7a316c9b31b92c9fc256e2ff0820c55038b256dd5c8208
|
3 |
+
size 1168138808
|
checkpoint-100/model.safetensors.index.json
ADDED
@@ -0,0 +1,299 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_parameters": 8030261248,
|
4 |
+
"total_size": 16060522496
|
5 |
+
},
|
6 |
+
"weight_map": {
|
7 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
8 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
17 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
18 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
19 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
20 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
21 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
22 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
23 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
24 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
25 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
26 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
27 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
28 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
29 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
30 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
31 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
32 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
33 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
34 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
35 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
36 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
37 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
38 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
39 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
40 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
41 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
42 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
43 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
44 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
45 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
46 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
47 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
48 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
49 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
50 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
51 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
52 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
53 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
54 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
55 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
56 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
57 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
58 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
59 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
60 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
61 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
62 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
63 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
64 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
65 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
66 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
67 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
68 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
69 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
70 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
71 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
72 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
73 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
74 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
75 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
76 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
77 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
78 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
79 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
80 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
81 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
82 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
83 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
84 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
85 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
86 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
87 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
88 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
89 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
90 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
91 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
92 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
93 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
94 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
95 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
96 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
97 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
98 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
99 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
100 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
101 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
102 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
103 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
104 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
105 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
106 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
107 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
108 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
109 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
110 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
111 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
112 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
113 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
114 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
115 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
116 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
117 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
118 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
119 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
120 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
121 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
122 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
123 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
124 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
125 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
126 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
127 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
128 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
129 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
130 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
131 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
132 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
133 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
134 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
135 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
136 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
137 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
138 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
139 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
140 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
141 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
142 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
143 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
144 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
145 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
146 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
147 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
148 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
149 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
150 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
151 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
152 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
153 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
154 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
155 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
156 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
157 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
158 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
159 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
160 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
161 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
162 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
163 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
164 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
165 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
166 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
167 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
168 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
169 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
170 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
171 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
172 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
173 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
174 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
175 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
176 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
177 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
178 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
179 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
180 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
181 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
182 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
183 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
184 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
185 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
186 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
187 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
188 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
189 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
190 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
191 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
192 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
193 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
194 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
195 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
196 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
197 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
198 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
199 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
200 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
201 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
202 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
203 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
204 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
205 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
206 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
207 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
208 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
209 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
210 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
211 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
212 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
213 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
214 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
215 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
216 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
217 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
218 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
219 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
220 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
221 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
222 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
223 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
224 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
225 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
226 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
227 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
228 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
229 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
230 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
231 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
232 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
233 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
234 |
+
"model.layers.31.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
235 |
+
"model.layers.31.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
236 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
237 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
238 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
239 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
240 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
241 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
242 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
243 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
244 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
245 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
246 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
247 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
248 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
249 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
250 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
251 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
252 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
253 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
254 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
255 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
256 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
257 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
258 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
259 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
260 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
261 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
262 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
263 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
264 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
265 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
266 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
267 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
268 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
269 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
270 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
271 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
272 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
273 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
274 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
275 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
276 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
277 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
278 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
279 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
280 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
281 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
282 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
283 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
284 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
285 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
286 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
287 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
288 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
289 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
290 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
291 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
292 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
293 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
294 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
295 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
296 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
297 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
298 |
+
}
|
299 |
+
}
|
checkpoint-100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe5b76a12329d6beec9a27c2477248843bf5981cf370c51823b48d93a1627d01
|
3 |
+
size 14645
|
checkpoint-100/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf9b364f54d3fe5211643ab2f7c6e6b88baa0d71b349c28ceb4a450a9a313e47
|
3 |
+
size 1465
|
checkpoint-100/special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin_of_text|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|end_of_text|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|end_of_text|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
checkpoint-100/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddbace6205bfa81607d177aa4ae2364c99412a5b40fd400935cbd423cb3138d2
|
3 |
+
size 17208923
|
checkpoint-100/tokenizer_config.json
ADDED
@@ -0,0 +1,2064 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<|reserved_special_token_2|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"128005": {
|
44 |
+
"content": "<|reserved_special_token_3|>",
|
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": "<|reserved_special_token_4|>",
|
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": "<|reserved_special_token_5|>",
|
85 |
+
"lstrip": false,
|
86 |
+
"normalized": false,
|
87 |
+
"rstrip": false,
|
88 |
+
"single_word": false,
|
89 |
+
"special": true
|
90 |
+
},
|
91 |
+
"128011": {
|
92 |
+
"content": "<|reserved_special_token_6|>",
|
93 |
+
"lstrip": false,
|
94 |
+
"normalized": false,
|
95 |
+
"rstrip": false,
|
96 |
+
"single_word": false,
|
97 |
+
"special": true
|
98 |
+
},
|
99 |
+
"128012": {
|
100 |
+
"content": "<|reserved_special_token_7|>",
|
101 |
+
"lstrip": false,
|
102 |
+
"normalized": false,
|
103 |
+
"rstrip": false,
|
104 |
+
"single_word": false,
|
105 |
+
"special": true
|
106 |
+
},
|
107 |
+
"128013": {
|
108 |
+
"content": "<|reserved_special_token_8|>",
|
109 |
+
"lstrip": false,
|
110 |
+
"normalized": false,
|
111 |
+
"rstrip": false,
|
112 |
+
"single_word": false,
|
113 |
+
"special": true
|
114 |
+
},
|
115 |
+
"128014": {
|
116 |
+
"content": "<|reserved_special_token_9|>",
|
117 |
+
"lstrip": false,
|
118 |
+
"normalized": false,
|
119 |
+
"rstrip": false,
|
120 |
+
"single_word": false,
|
121 |
+
"special": true
|
122 |
+
},
|
123 |
+
"128015": {
|
124 |
+
"content": "<|reserved_special_token_10|>",
|
125 |
+
"lstrip": false,
|
126 |
+
"normalized": false,
|
127 |
+
"rstrip": false,
|
128 |
+
"single_word": false,
|
129 |
+
"special": true
|
130 |
+
},
|
131 |
+
"128016": {
|
132 |
+
"content": "<|reserved_special_token_11|>",
|
133 |
+
"lstrip": false,
|
134 |
+
"normalized": false,
|
135 |
+
"rstrip": false,
|
136 |
+
"single_word": false,
|
137 |
+
"special": true
|
138 |
+
},
|
139 |
+
"128017": {
|
140 |
+
"content": "<|reserved_special_token_12|>",
|
141 |
+
"lstrip": false,
|
142 |
+
"normalized": false,
|
143 |
+
"rstrip": false,
|
144 |
+
"single_word": false,
|
145 |
+
"special": true
|
146 |
+
},
|
147 |
+
"128018": {
|
148 |
+
"content": "<|reserved_special_token_13|>",
|
149 |
+
"lstrip": false,
|
150 |
+
"normalized": false,
|
151 |
+
"rstrip": false,
|
152 |
+
"single_word": false,
|
153 |
+
"special": true
|
154 |
+
},
|
155 |
+
"128019": {
|
156 |
+
"content": "<|reserved_special_token_14|>",
|
157 |
+
"lstrip": false,
|
158 |
+
"normalized": false,
|
159 |
+
"rstrip": false,
|
160 |
+
"single_word": false,
|
161 |
+
"special": true
|
162 |
+
},
|
163 |
+
"128020": {
|
164 |
+
"content": "<|reserved_special_token_15|>",
|
165 |
+
"lstrip": false,
|
166 |
+
"normalized": false,
|
167 |
+
"rstrip": false,
|
168 |
+
"single_word": false,
|
169 |
+
"special": true
|
170 |
+
},
|
171 |
+
"128021": {
|
172 |
+
"content": "<|reserved_special_token_16|>",
|
173 |
+
"lstrip": false,
|
174 |
+
"normalized": false,
|
175 |
+
"rstrip": false,
|
176 |
+
"single_word": false,
|
177 |
+
"special": true
|
178 |
+
},
|
179 |
+
"128022": {
|
180 |
+
"content": "<|reserved_special_token_17|>",
|
181 |
+
"lstrip": false,
|
182 |
+
"normalized": false,
|
183 |
+
"rstrip": false,
|
184 |
+
"single_word": false,
|
185 |
+
"special": true
|
186 |
+
},
|
187 |
+
"128023": {
|
188 |
+
"content": "<|reserved_special_token_18|>",
|
189 |
+
"lstrip": false,
|
190 |
+
"normalized": false,
|
191 |
+
"rstrip": false,
|
192 |
+
"single_word": false,
|
193 |
+
"special": true
|
194 |
+
},
|
195 |
+
"128024": {
|
196 |
+
"content": "<|reserved_special_token_19|>",
|
197 |
+
"lstrip": false,
|
198 |
+
"normalized": false,
|
199 |
+
"rstrip": false,
|
200 |
+
"single_word": false,
|
201 |
+
"special": true
|
202 |
+
},
|
203 |
+
"128025": {
|
204 |
+
"content": "<|reserved_special_token_20|>",
|
205 |
+
"lstrip": false,
|
206 |
+
"normalized": false,
|
207 |
+
"rstrip": false,
|
208 |
+
"single_word": false,
|
209 |
+
"special": true
|
210 |
+
},
|
211 |
+
"128026": {
|
212 |
+
"content": "<|reserved_special_token_21|>",
|
213 |
+
"lstrip": false,
|
214 |
+
"normalized": false,
|
215 |
+
"rstrip": false,
|
216 |
+
"single_word": false,
|
217 |
+
"special": true
|
218 |
+
},
|
219 |
+
"128027": {
|
220 |
+
"content": "<|reserved_special_token_22|>",
|
221 |
+
"lstrip": false,
|
222 |
+
"normalized": false,
|
223 |
+
"rstrip": false,
|
224 |
+
"single_word": false,
|
225 |
+
"special": true
|
226 |
+
},
|
227 |
+
"128028": {
|
228 |
+
"content": "<|reserved_special_token_23|>",
|
229 |
+
"lstrip": false,
|
230 |
+
"normalized": false,
|
231 |
+
"rstrip": false,
|
232 |
+
"single_word": false,
|
233 |
+
"special": true
|
234 |
+
},
|
235 |
+
"128029": {
|
236 |
+
"content": "<|reserved_special_token_24|>",
|
237 |
+
"lstrip": false,
|
238 |
+
"normalized": false,
|
239 |
+
"rstrip": false,
|
240 |
+
"single_word": false,
|
241 |
+
"special": true
|
242 |
+
},
|
243 |
+
"128030": {
|
244 |
+
"content": "<|reserved_special_token_25|>",
|
245 |
+
"lstrip": false,
|
246 |
+
"normalized": false,
|
247 |
+
"rstrip": false,
|
248 |
+
"single_word": false,
|
249 |
+
"special": true
|
250 |
+
},
|
251 |
+
"128031": {
|
252 |
+
"content": "<|reserved_special_token_26|>",
|
253 |
+
"lstrip": false,
|
254 |
+
"normalized": false,
|
255 |
+
"rstrip": false,
|
256 |
+
"single_word": false,
|
257 |
+
"special": true
|
258 |
+
},
|
259 |
+
"128032": {
|
260 |
+
"content": "<|reserved_special_token_27|>",
|
261 |
+
"lstrip": false,
|
262 |
+
"normalized": false,
|
263 |
+
"rstrip": false,
|
264 |
+
"single_word": false,
|
265 |
+
"special": true
|
266 |
+
},
|
267 |
+
"128033": {
|
268 |
+
"content": "<|reserved_special_token_28|>",
|
269 |
+
"lstrip": false,
|
270 |
+
"normalized": false,
|
271 |
+
"rstrip": false,
|
272 |
+
"single_word": false,
|
273 |
+
"special": true
|
274 |
+
},
|
275 |
+
"128034": {
|
276 |
+
"content": "<|reserved_special_token_29|>",
|
277 |
+
"lstrip": false,
|
278 |
+
"normalized": false,
|
279 |
+
"rstrip": false,
|
280 |
+
"single_word": false,
|
281 |
+
"special": true
|
282 |
+
},
|
283 |
+
"128035": {
|
284 |
+
"content": "<|reserved_special_token_30|>",
|
285 |
+
"lstrip": false,
|
286 |
+
"normalized": false,
|
287 |
+
"rstrip": false,
|
288 |
+
"single_word": false,
|
289 |
+
"special": true
|
290 |
+
},
|
291 |
+
"128036": {
|
292 |
+
"content": "<|reserved_special_token_31|>",
|
293 |
+
"lstrip": false,
|
294 |
+
"normalized": false,
|
295 |
+
"rstrip": false,
|
296 |
+
"single_word": false,
|
297 |
+
"special": true
|
298 |
+
},
|
299 |
+
"128037": {
|
300 |
+
"content": "<|reserved_special_token_32|>",
|
301 |
+
"lstrip": false,
|
302 |
+
"normalized": false,
|
303 |
+
"rstrip": false,
|
304 |
+
"single_word": false,
|
305 |
+
"special": true
|
306 |
+
},
|
307 |
+
"128038": {
|
308 |
+
"content": "<|reserved_special_token_33|>",
|
309 |
+
"lstrip": false,
|
310 |
+
"normalized": false,
|
311 |
+
"rstrip": false,
|
312 |
+
"single_word": false,
|
313 |
+
"special": true
|
314 |
+
},
|
315 |
+
"128039": {
|
316 |
+
"content": "<|reserved_special_token_34|>",
|
317 |
+
"lstrip": false,
|
318 |
+
"normalized": false,
|
319 |
+
"rstrip": false,
|
320 |
+
"single_word": false,
|
321 |
+
"special": true
|
322 |
+
},
|
323 |
+
"128040": {
|
324 |
+
"content": "<|reserved_special_token_35|>",
|
325 |
+
"lstrip": false,
|
326 |
+
"normalized": false,
|
327 |
+
"rstrip": false,
|
328 |
+
"single_word": false,
|
329 |
+
"special": true
|
330 |
+
},
|
331 |
+
"128041": {
|
332 |
+
"content": "<|reserved_special_token_36|>",
|
333 |
+
"lstrip": false,
|
334 |
+
"normalized": false,
|
335 |
+
"rstrip": false,
|
336 |
+
"single_word": false,
|
337 |
+
"special": true
|
338 |
+
},
|
339 |
+
"128042": {
|
340 |
+
"content": "<|reserved_special_token_37|>",
|
341 |
+
"lstrip": false,
|
342 |
+
"normalized": false,
|
343 |
+
"rstrip": false,
|
344 |
+
"single_word": false,
|
345 |
+
"special": true
|
346 |
+
},
|
347 |
+
"128043": {
|
348 |
+
"content": "<|reserved_special_token_38|>",
|
349 |
+
"lstrip": false,
|
350 |
+
"normalized": false,
|
351 |
+
"rstrip": false,
|
352 |
+
"single_word": false,
|
353 |
+
"special": true
|
354 |
+
},
|
355 |
+
"128044": {
|
356 |
+
"content": "<|reserved_special_token_39|>",
|
357 |
+
"lstrip": false,
|
358 |
+
"normalized": false,
|
359 |
+
"rstrip": false,
|
360 |
+
"single_word": false,
|
361 |
+
"special": true
|
362 |
+
},
|
363 |
+
"128045": {
|
364 |
+
"content": "<|reserved_special_token_40|>",
|
365 |
+
"lstrip": false,
|
366 |
+
"normalized": false,
|
367 |
+
"rstrip": false,
|
368 |
+
"single_word": false,
|
369 |
+
"special": true
|
370 |
+
},
|
371 |
+
"128046": {
|
372 |
+
"content": "<|reserved_special_token_41|>",
|
373 |
+
"lstrip": false,
|
374 |
+
"normalized": false,
|
375 |
+
"rstrip": false,
|
376 |
+
"single_word": false,
|
377 |
+
"special": true
|
378 |
+
},
|
379 |
+
"128047": {
|
380 |
+
"content": "<|reserved_special_token_42|>",
|
381 |
+
"lstrip": false,
|
382 |
+
"normalized": false,
|
383 |
+
"rstrip": false,
|
384 |
+
"single_word": false,
|
385 |
+
"special": true
|
386 |
+
},
|
387 |
+
"128048": {
|
388 |
+
"content": "<|reserved_special_token_43|>",
|
389 |
+
"lstrip": false,
|
390 |
+
"normalized": false,
|
391 |
+
"rstrip": false,
|
392 |
+
"single_word": false,
|
393 |
+
"special": true
|
394 |
+
},
|
395 |
+
"128049": {
|
396 |
+
"content": "<|reserved_special_token_44|>",
|
397 |
+
"lstrip": false,
|
398 |
+
"normalized": false,
|
399 |
+
"rstrip": false,
|
400 |
+
"single_word": false,
|
401 |
+
"special": true
|
402 |
+
},
|
403 |
+
"128050": {
|
404 |
+
"content": "<|reserved_special_token_45|>",
|
405 |
+
"lstrip": false,
|
406 |
+
"normalized": false,
|
407 |
+
"rstrip": false,
|
408 |
+
"single_word": false,
|
409 |
+
"special": true
|
410 |
+
},
|
411 |
+
"128051": {
|
412 |
+
"content": "<|reserved_special_token_46|>",
|
413 |
+
"lstrip": false,
|
414 |
+
"normalized": false,
|
415 |
+
"rstrip": false,
|
416 |
+
"single_word": false,
|
417 |
+
"special": true
|
418 |
+
},
|
419 |
+
"128052": {
|
420 |
+
"content": "<|reserved_special_token_47|>",
|
421 |
+
"lstrip": false,
|
422 |
+
"normalized": false,
|
423 |
+
"rstrip": false,
|
424 |
+
"single_word": false,
|
425 |
+
"special": true
|
426 |
+
},
|
427 |
+
"128053": {
|
428 |
+
"content": "<|reserved_special_token_48|>",
|
429 |
+
"lstrip": false,
|
430 |
+
"normalized": false,
|
431 |
+
"rstrip": false,
|
432 |
+
"single_word": false,
|
433 |
+
"special": true
|
434 |
+
},
|
435 |
+
"128054": {
|
436 |
+
"content": "<|reserved_special_token_49|>",
|
437 |
+
"lstrip": false,
|
438 |
+
"normalized": false,
|
439 |
+
"rstrip": false,
|
440 |
+
"single_word": false,
|
441 |
+
"special": true
|
442 |
+
},
|
443 |
+
"128055": {
|
444 |
+
"content": "<|reserved_special_token_50|>",
|
445 |
+
"lstrip": false,
|
446 |
+
"normalized": false,
|
447 |
+
"rstrip": false,
|
448 |
+
"single_word": false,
|
449 |
+
"special": true
|
450 |
+
},
|
451 |
+
"128056": {
|
452 |
+
"content": "<|reserved_special_token_51|>",
|
453 |
+
"lstrip": false,
|
454 |
+
"normalized": false,
|
455 |
+
"rstrip": false,
|
456 |
+
"single_word": false,
|
457 |
+
"special": true
|
458 |
+
},
|
459 |
+
"128057": {
|
460 |
+
"content": "<|reserved_special_token_52|>",
|
461 |
+
"lstrip": false,
|
462 |
+
"normalized": false,
|
463 |
+
"rstrip": false,
|
464 |
+
"single_word": false,
|
465 |
+
"special": true
|
466 |
+
},
|
467 |
+
"128058": {
|
468 |
+
"content": "<|reserved_special_token_53|>",
|
469 |
+
"lstrip": false,
|
470 |
+
"normalized": false,
|
471 |
+
"rstrip": false,
|
472 |
+
"single_word": false,
|
473 |
+
"special": true
|
474 |
+
},
|
475 |
+
"128059": {
|
476 |
+
"content": "<|reserved_special_token_54|>",
|
477 |
+
"lstrip": false,
|
478 |
+
"normalized": false,
|
479 |
+
"rstrip": false,
|
480 |
+
"single_word": false,
|
481 |
+
"special": true
|
482 |
+
},
|
483 |
+
"128060": {
|
484 |
+
"content": "<|reserved_special_token_55|>",
|
485 |
+
"lstrip": false,
|
486 |
+
"normalized": false,
|
487 |
+
"rstrip": false,
|
488 |
+
"single_word": false,
|
489 |
+
"special": true
|
490 |
+
},
|
491 |
+
"128061": {
|
492 |
+
"content": "<|reserved_special_token_56|>",
|
493 |
+
"lstrip": false,
|
494 |
+
"normalized": false,
|
495 |
+
"rstrip": false,
|
496 |
+
"single_word": false,
|
497 |
+
"special": true
|
498 |
+
},
|
499 |
+
"128062": {
|
500 |
+
"content": "<|reserved_special_token_57|>",
|
501 |
+
"lstrip": false,
|
502 |
+
"normalized": false,
|
503 |
+
"rstrip": false,
|
504 |
+
"single_word": false,
|
505 |
+
"special": true
|
506 |
+
},
|
507 |
+
"128063": {
|
508 |
+
"content": "<|reserved_special_token_58|>",
|
509 |
+
"lstrip": false,
|
510 |
+
"normalized": false,
|
511 |
+
"rstrip": false,
|
512 |
+
"single_word": false,
|
513 |
+
"special": true
|
514 |
+
},
|
515 |
+
"128064": {
|
516 |
+
"content": "<|reserved_special_token_59|>",
|
517 |
+
"lstrip": false,
|
518 |
+
"normalized": false,
|
519 |
+
"rstrip": false,
|
520 |
+
"single_word": false,
|
521 |
+
"special": true
|
522 |
+
},
|
523 |
+
"128065": {
|
524 |
+
"content": "<|reserved_special_token_60|>",
|
525 |
+
"lstrip": false,
|
526 |
+
"normalized": false,
|
527 |
+
"rstrip": false,
|
528 |
+
"single_word": false,
|
529 |
+
"special": true
|
530 |
+
},
|
531 |
+
"128066": {
|
532 |
+
"content": "<|reserved_special_token_61|>",
|
533 |
+
"lstrip": false,
|
534 |
+
"normalized": false,
|
535 |
+
"rstrip": false,
|
536 |
+
"single_word": false,
|
537 |
+
"special": true
|
538 |
+
},
|
539 |
+
"128067": {
|
540 |
+
"content": "<|reserved_special_token_62|>",
|
541 |
+
"lstrip": false,
|
542 |
+
"normalized": false,
|
543 |
+
"rstrip": false,
|
544 |
+
"single_word": false,
|
545 |
+
"special": true
|
546 |
+
},
|
547 |
+
"128068": {
|
548 |
+
"content": "<|reserved_special_token_63|>",
|
549 |
+
"lstrip": false,
|
550 |
+
"normalized": false,
|
551 |
+
"rstrip": false,
|
552 |
+
"single_word": false,
|
553 |
+
"special": true
|
554 |
+
},
|
555 |
+
"128069": {
|
556 |
+
"content": "<|reserved_special_token_64|>",
|
557 |
+
"lstrip": false,
|
558 |
+
"normalized": false,
|
559 |
+
"rstrip": false,
|
560 |
+
"single_word": false,
|
561 |
+
"special": true
|
562 |
+
},
|
563 |
+
"128070": {
|
564 |
+
"content": "<|reserved_special_token_65|>",
|
565 |
+
"lstrip": false,
|
566 |
+
"normalized": false,
|
567 |
+
"rstrip": false,
|
568 |
+
"single_word": false,
|
569 |
+
"special": true
|
570 |
+
},
|
571 |
+
"128071": {
|
572 |
+
"content": "<|reserved_special_token_66|>",
|
573 |
+
"lstrip": false,
|
574 |
+
"normalized": false,
|
575 |
+
"rstrip": false,
|
576 |
+
"single_word": false,
|
577 |
+
"special": true
|
578 |
+
},
|
579 |
+
"128072": {
|
580 |
+
"content": "<|reserved_special_token_67|>",
|
581 |
+
"lstrip": false,
|
582 |
+
"normalized": false,
|
583 |
+
"rstrip": false,
|
584 |
+
"single_word": false,
|
585 |
+
"special": true
|
586 |
+
},
|
587 |
+
"128073": {
|
588 |
+
"content": "<|reserved_special_token_68|>",
|
589 |
+
"lstrip": false,
|
590 |
+
"normalized": false,
|
591 |
+
"rstrip": false,
|
592 |
+
"single_word": false,
|
593 |
+
"special": true
|
594 |
+
},
|
595 |
+
"128074": {
|
596 |
+
"content": "<|reserved_special_token_69|>",
|
597 |
+
"lstrip": false,
|
598 |
+
"normalized": false,
|
599 |
+
"rstrip": false,
|
600 |
+
"single_word": false,
|
601 |
+
"special": true
|
602 |
+
},
|
603 |
+
"128075": {
|
604 |
+
"content": "<|reserved_special_token_70|>",
|
605 |
+
"lstrip": false,
|
606 |
+
"normalized": false,
|
607 |
+
"rstrip": false,
|
608 |
+
"single_word": false,
|
609 |
+
"special": true
|
610 |
+
},
|
611 |
+
"128076": {
|
612 |
+
"content": "<|reserved_special_token_71|>",
|
613 |
+
"lstrip": false,
|
614 |
+
"normalized": false,
|
615 |
+
"rstrip": false,
|
616 |
+
"single_word": false,
|
617 |
+
"special": true
|
618 |
+
},
|
619 |
+
"128077": {
|
620 |
+
"content": "<|reserved_special_token_72|>",
|
621 |
+
"lstrip": false,
|
622 |
+
"normalized": false,
|
623 |
+
"rstrip": false,
|
624 |
+
"single_word": false,
|
625 |
+
"special": true
|
626 |
+
},
|
627 |
+
"128078": {
|
628 |
+
"content": "<|reserved_special_token_73|>",
|
629 |
+
"lstrip": false,
|
630 |
+
"normalized": false,
|
631 |
+
"rstrip": false,
|
632 |
+
"single_word": false,
|
633 |
+
"special": true
|
634 |
+
},
|
635 |
+
"128079": {
|
636 |
+
"content": "<|reserved_special_token_74|>",
|
637 |
+
"lstrip": false,
|
638 |
+
"normalized": false,
|
639 |
+
"rstrip": false,
|
640 |
+
"single_word": false,
|
641 |
+
"special": true
|
642 |
+
},
|
643 |
+
"128080": {
|
644 |
+
"content": "<|reserved_special_token_75|>",
|
645 |
+
"lstrip": false,
|
646 |
+
"normalized": false,
|
647 |
+
"rstrip": false,
|
648 |
+
"single_word": false,
|
649 |
+
"special": true
|
650 |
+
},
|
651 |
+
"128081": {
|
652 |
+
"content": "<|reserved_special_token_76|>",
|
653 |
+
"lstrip": false,
|
654 |
+
"normalized": false,
|
655 |
+
"rstrip": false,
|
656 |
+
"single_word": false,
|
657 |
+
"special": true
|
658 |
+
},
|
659 |
+
"128082": {
|
660 |
+
"content": "<|reserved_special_token_77|>",
|
661 |
+
"lstrip": false,
|
662 |
+
"normalized": false,
|
663 |
+
"rstrip": false,
|
664 |
+
"single_word": false,
|
665 |
+
"special": true
|
666 |
+
},
|
667 |
+
"128083": {
|
668 |
+
"content": "<|reserved_special_token_78|>",
|
669 |
+
"lstrip": false,
|
670 |
+
"normalized": false,
|
671 |
+
"rstrip": false,
|
672 |
+
"single_word": false,
|
673 |
+
"special": true
|
674 |
+
},
|
675 |
+
"128084": {
|
676 |
+
"content": "<|reserved_special_token_79|>",
|
677 |
+
"lstrip": false,
|
678 |
+
"normalized": false,
|
679 |
+
"rstrip": false,
|
680 |
+
"single_word": false,
|
681 |
+
"special": true
|
682 |
+
},
|
683 |
+
"128085": {
|
684 |
+
"content": "<|reserved_special_token_80|>",
|
685 |
+
"lstrip": false,
|
686 |
+
"normalized": false,
|
687 |
+
"rstrip": false,
|
688 |
+
"single_word": false,
|
689 |
+
"special": true
|
690 |
+
},
|
691 |
+
"128086": {
|
692 |
+
"content": "<|reserved_special_token_81|>",
|
693 |
+
"lstrip": false,
|
694 |
+
"normalized": false,
|
695 |
+
"rstrip": false,
|
696 |
+
"single_word": false,
|
697 |
+
"special": true
|
698 |
+
},
|
699 |
+
"128087": {
|
700 |
+
"content": "<|reserved_special_token_82|>",
|
701 |
+
"lstrip": false,
|
702 |
+
"normalized": false,
|
703 |
+
"rstrip": false,
|
704 |
+
"single_word": false,
|
705 |
+
"special": true
|
706 |
+
},
|
707 |
+
"128088": {
|
708 |
+
"content": "<|reserved_special_token_83|>",
|
709 |
+
"lstrip": false,
|
710 |
+
"normalized": false,
|
711 |
+
"rstrip": false,
|
712 |
+
"single_word": false,
|
713 |
+
"special": true
|
714 |
+
},
|
715 |
+
"128089": {
|
716 |
+
"content": "<|reserved_special_token_84|>",
|
717 |
+
"lstrip": false,
|
718 |
+
"normalized": false,
|
719 |
+
"rstrip": false,
|
720 |
+
"single_word": false,
|
721 |
+
"special": true
|
722 |
+
},
|
723 |
+
"128090": {
|
724 |
+
"content": "<|reserved_special_token_85|>",
|
725 |
+
"lstrip": false,
|
726 |
+
"normalized": false,
|
727 |
+
"rstrip": false,
|
728 |
+
"single_word": false,
|
729 |
+
"special": true
|
730 |
+
},
|
731 |
+
"128091": {
|
732 |
+
"content": "<|reserved_special_token_86|>",
|
733 |
+
"lstrip": false,
|
734 |
+
"normalized": false,
|
735 |
+
"rstrip": false,
|
736 |
+
"single_word": false,
|
737 |
+
"special": true
|
738 |
+
},
|
739 |
+
"128092": {
|
740 |
+
"content": "<|reserved_special_token_87|>",
|
741 |
+
"lstrip": false,
|
742 |
+
"normalized": false,
|
743 |
+
"rstrip": false,
|
744 |
+
"single_word": false,
|
745 |
+
"special": true
|
746 |
+
},
|
747 |
+
"128093": {
|
748 |
+
"content": "<|reserved_special_token_88|>",
|
749 |
+
"lstrip": false,
|
750 |
+
"normalized": false,
|
751 |
+
"rstrip": false,
|
752 |
+
"single_word": false,
|
753 |
+
"special": true
|
754 |
+
},
|
755 |
+
"128094": {
|
756 |
+
"content": "<|reserved_special_token_89|>",
|
757 |
+
"lstrip": false,
|
758 |
+
"normalized": false,
|
759 |
+
"rstrip": false,
|
760 |
+
"single_word": false,
|
761 |
+
"special": true
|
762 |
+
},
|
763 |
+
"128095": {
|
764 |
+
"content": "<|reserved_special_token_90|>",
|
765 |
+
"lstrip": false,
|
766 |
+
"normalized": false,
|
767 |
+
"rstrip": false,
|
768 |
+
"single_word": false,
|
769 |
+
"special": true
|
770 |
+
},
|
771 |
+
"128096": {
|
772 |
+
"content": "<|reserved_special_token_91|>",
|
773 |
+
"lstrip": false,
|
774 |
+
"normalized": false,
|
775 |
+
"rstrip": false,
|
776 |
+
"single_word": false,
|
777 |
+
"special": true
|
778 |
+
},
|
779 |
+
"128097": {
|
780 |
+
"content": "<|reserved_special_token_92|>",
|
781 |
+
"lstrip": false,
|
782 |
+
"normalized": false,
|
783 |
+
"rstrip": false,
|
784 |
+
"single_word": false,
|
785 |
+
"special": true
|
786 |
+
},
|
787 |
+
"128098": {
|
788 |
+
"content": "<|reserved_special_token_93|>",
|
789 |
+
"lstrip": false,
|
790 |
+
"normalized": false,
|
791 |
+
"rstrip": false,
|
792 |
+
"single_word": false,
|
793 |
+
"special": true
|
794 |
+
},
|
795 |
+
"128099": {
|
796 |
+
"content": "<|reserved_special_token_94|>",
|
797 |
+
"lstrip": false,
|
798 |
+
"normalized": false,
|
799 |
+
"rstrip": false,
|
800 |
+
"single_word": false,
|
801 |
+
"special": true
|
802 |
+
},
|
803 |
+
"128100": {
|
804 |
+
"content": "<|reserved_special_token_95|>",
|
805 |
+
"lstrip": false,
|
806 |
+
"normalized": false,
|
807 |
+
"rstrip": false,
|
808 |
+
"single_word": false,
|
809 |
+
"special": true
|
810 |
+
},
|
811 |
+
"128101": {
|
812 |
+
"content": "<|reserved_special_token_96|>",
|
813 |
+
"lstrip": false,
|
814 |
+
"normalized": false,
|
815 |
+
"rstrip": false,
|
816 |
+
"single_word": false,
|
817 |
+
"special": true
|
818 |
+
},
|
819 |
+
"128102": {
|
820 |
+
"content": "<|reserved_special_token_97|>",
|
821 |
+
"lstrip": false,
|
822 |
+
"normalized": false,
|
823 |
+
"rstrip": false,
|
824 |
+
"single_word": false,
|
825 |
+
"special": true
|
826 |
+
},
|
827 |
+
"128103": {
|
828 |
+
"content": "<|reserved_special_token_98|>",
|
829 |
+
"lstrip": false,
|
830 |
+
"normalized": false,
|
831 |
+
"rstrip": false,
|
832 |
+
"single_word": false,
|
833 |
+
"special": true
|
834 |
+
},
|
835 |
+
"128104": {
|
836 |
+
"content": "<|reserved_special_token_99|>",
|
837 |
+
"lstrip": false,
|
838 |
+
"normalized": false,
|
839 |
+
"rstrip": false,
|
840 |
+
"single_word": false,
|
841 |
+
"special": true
|
842 |
+
},
|
843 |
+
"128105": {
|
844 |
+
"content": "<|reserved_special_token_100|>",
|
845 |
+
"lstrip": false,
|
846 |
+
"normalized": false,
|
847 |
+
"rstrip": false,
|
848 |
+
"single_word": false,
|
849 |
+
"special": true
|
850 |
+
},
|
851 |
+
"128106": {
|
852 |
+
"content": "<|reserved_special_token_101|>",
|
853 |
+
"lstrip": false,
|
854 |
+
"normalized": false,
|
855 |
+
"rstrip": false,
|
856 |
+
"single_word": false,
|
857 |
+
"special": true
|
858 |
+
},
|
859 |
+
"128107": {
|
860 |
+
"content": "<|reserved_special_token_102|>",
|
861 |
+
"lstrip": false,
|
862 |
+
"normalized": false,
|
863 |
+
"rstrip": false,
|
864 |
+
"single_word": false,
|
865 |
+
"special": true
|
866 |
+
},
|
867 |
+
"128108": {
|
868 |
+
"content": "<|reserved_special_token_103|>",
|
869 |
+
"lstrip": false,
|
870 |
+
"normalized": false,
|
871 |
+
"rstrip": false,
|
872 |
+
"single_word": false,
|
873 |
+
"special": true
|
874 |
+
},
|
875 |
+
"128109": {
|
876 |
+
"content": "<|reserved_special_token_104|>",
|
877 |
+
"lstrip": false,
|
878 |
+
"normalized": false,
|
879 |
+
"rstrip": false,
|
880 |
+
"single_word": false,
|
881 |
+
"special": true
|
882 |
+
},
|
883 |
+
"128110": {
|
884 |
+
"content": "<|reserved_special_token_105|>",
|
885 |
+
"lstrip": false,
|
886 |
+
"normalized": false,
|
887 |
+
"rstrip": false,
|
888 |
+
"single_word": false,
|
889 |
+
"special": true
|
890 |
+
},
|
891 |
+
"128111": {
|
892 |
+
"content": "<|reserved_special_token_106|>",
|
893 |
+
"lstrip": false,
|
894 |
+
"normalized": false,
|
895 |
+
"rstrip": false,
|
896 |
+
"single_word": false,
|
897 |
+
"special": true
|
898 |
+
},
|
899 |
+
"128112": {
|
900 |
+
"content": "<|reserved_special_token_107|>",
|
901 |
+
"lstrip": false,
|
902 |
+
"normalized": false,
|
903 |
+
"rstrip": false,
|
904 |
+
"single_word": false,
|
905 |
+
"special": true
|
906 |
+
},
|
907 |
+
"128113": {
|
908 |
+
"content": "<|reserved_special_token_108|>",
|
909 |
+
"lstrip": false,
|
910 |
+
"normalized": false,
|
911 |
+
"rstrip": false,
|
912 |
+
"single_word": false,
|
913 |
+
"special": true
|
914 |
+
},
|
915 |
+
"128114": {
|
916 |
+
"content": "<|reserved_special_token_109|>",
|
917 |
+
"lstrip": false,
|
918 |
+
"normalized": false,
|
919 |
+
"rstrip": false,
|
920 |
+
"single_word": false,
|
921 |
+
"special": true
|
922 |
+
},
|
923 |
+
"128115": {
|
924 |
+
"content": "<|reserved_special_token_110|>",
|
925 |
+
"lstrip": false,
|
926 |
+
"normalized": false,
|
927 |
+
"rstrip": false,
|
928 |
+
"single_word": false,
|
929 |
+
"special": true
|
930 |
+
},
|
931 |
+
"128116": {
|
932 |
+
"content": "<|reserved_special_token_111|>",
|
933 |
+
"lstrip": false,
|
934 |
+
"normalized": false,
|
935 |
+
"rstrip": false,
|
936 |
+
"single_word": false,
|
937 |
+
"special": true
|
938 |
+
},
|
939 |
+
"128117": {
|
940 |
+
"content": "<|reserved_special_token_112|>",
|
941 |
+
"lstrip": false,
|
942 |
+
"normalized": false,
|
943 |
+
"rstrip": false,
|
944 |
+
"single_word": false,
|
945 |
+
"special": true
|
946 |
+
},
|
947 |
+
"128118": {
|
948 |
+
"content": "<|reserved_special_token_113|>",
|
949 |
+
"lstrip": false,
|
950 |
+
"normalized": false,
|
951 |
+
"rstrip": false,
|
952 |
+
"single_word": false,
|
953 |
+
"special": true
|
954 |
+
},
|
955 |
+
"128119": {
|
956 |
+
"content": "<|reserved_special_token_114|>",
|
957 |
+
"lstrip": false,
|
958 |
+
"normalized": false,
|
959 |
+
"rstrip": false,
|
960 |
+
"single_word": false,
|
961 |
+
"special": true
|
962 |
+
},
|
963 |
+
"128120": {
|
964 |
+
"content": "<|reserved_special_token_115|>",
|
965 |
+
"lstrip": false,
|
966 |
+
"normalized": false,
|
967 |
+
"rstrip": false,
|
968 |
+
"single_word": false,
|
969 |
+
"special": true
|
970 |
+
},
|
971 |
+
"128121": {
|
972 |
+
"content": "<|reserved_special_token_116|>",
|
973 |
+
"lstrip": false,
|
974 |
+
"normalized": false,
|
975 |
+
"rstrip": false,
|
976 |
+
"single_word": false,
|
977 |
+
"special": true
|
978 |
+
},
|
979 |
+
"128122": {
|
980 |
+
"content": "<|reserved_special_token_117|>",
|
981 |
+
"lstrip": false,
|
982 |
+
"normalized": false,
|
983 |
+
"rstrip": false,
|
984 |
+
"single_word": false,
|
985 |
+
"special": true
|
986 |
+
},
|
987 |
+
"128123": {
|
988 |
+
"content": "<|reserved_special_token_118|>",
|
989 |
+
"lstrip": false,
|
990 |
+
"normalized": false,
|
991 |
+
"rstrip": false,
|
992 |
+
"single_word": false,
|
993 |
+
"special": true
|
994 |
+
},
|
995 |
+
"128124": {
|
996 |
+
"content": "<|reserved_special_token_119|>",
|
997 |
+
"lstrip": false,
|
998 |
+
"normalized": false,
|
999 |
+
"rstrip": false,
|
1000 |
+
"single_word": false,
|
1001 |
+
"special": true
|
1002 |
+
},
|
1003 |
+
"128125": {
|
1004 |
+
"content": "<|reserved_special_token_120|>",
|
1005 |
+
"lstrip": false,
|
1006 |
+
"normalized": false,
|
1007 |
+
"rstrip": false,
|
1008 |
+
"single_word": false,
|
1009 |
+
"special": true
|
1010 |
+
},
|
1011 |
+
"128126": {
|
1012 |
+
"content": "<|reserved_special_token_121|>",
|
1013 |
+
"lstrip": false,
|
1014 |
+
"normalized": false,
|
1015 |
+
"rstrip": false,
|
1016 |
+
"single_word": false,
|
1017 |
+
"special": true
|
1018 |
+
},
|
1019 |
+
"128127": {
|
1020 |
+
"content": "<|reserved_special_token_122|>",
|
1021 |
+
"lstrip": false,
|
1022 |
+
"normalized": false,
|
1023 |
+
"rstrip": false,
|
1024 |
+
"single_word": false,
|
1025 |
+
"special": true
|
1026 |
+
},
|
1027 |
+
"128128": {
|
1028 |
+
"content": "<|reserved_special_token_123|>",
|
1029 |
+
"lstrip": false,
|
1030 |
+
"normalized": false,
|
1031 |
+
"rstrip": false,
|
1032 |
+
"single_word": false,
|
1033 |
+
"special": true
|
1034 |
+
},
|
1035 |
+
"128129": {
|
1036 |
+
"content": "<|reserved_special_token_124|>",
|
1037 |
+
"lstrip": false,
|
1038 |
+
"normalized": false,
|
1039 |
+
"rstrip": false,
|
1040 |
+
"single_word": false,
|
1041 |
+
"special": true
|
1042 |
+
},
|
1043 |
+
"128130": {
|
1044 |
+
"content": "<|reserved_special_token_125|>",
|
1045 |
+
"lstrip": false,
|
1046 |
+
"normalized": false,
|
1047 |
+
"rstrip": false,
|
1048 |
+
"single_word": false,
|
1049 |
+
"special": true
|
1050 |
+
},
|
1051 |
+
"128131": {
|
1052 |
+
"content": "<|reserved_special_token_126|>",
|
1053 |
+
"lstrip": false,
|
1054 |
+
"normalized": false,
|
1055 |
+
"rstrip": false,
|
1056 |
+
"single_word": false,
|
1057 |
+
"special": true
|
1058 |
+
},
|
1059 |
+
"128132": {
|
1060 |
+
"content": "<|reserved_special_token_127|>",
|
1061 |
+
"lstrip": false,
|
1062 |
+
"normalized": false,
|
1063 |
+
"rstrip": false,
|
1064 |
+
"single_word": false,
|
1065 |
+
"special": true
|
1066 |
+
},
|
1067 |
+
"128133": {
|
1068 |
+
"content": "<|reserved_special_token_128|>",
|
1069 |
+
"lstrip": false,
|
1070 |
+
"normalized": false,
|
1071 |
+
"rstrip": false,
|
1072 |
+
"single_word": false,
|
1073 |
+
"special": true
|
1074 |
+
},
|
1075 |
+
"128134": {
|
1076 |
+
"content": "<|reserved_special_token_129|>",
|
1077 |
+
"lstrip": false,
|
1078 |
+
"normalized": false,
|
1079 |
+
"rstrip": false,
|
1080 |
+
"single_word": false,
|
1081 |
+
"special": true
|
1082 |
+
},
|
1083 |
+
"128135": {
|
1084 |
+
"content": "<|reserved_special_token_130|>",
|
1085 |
+
"lstrip": false,
|
1086 |
+
"normalized": false,
|
1087 |
+
"rstrip": false,
|
1088 |
+
"single_word": false,
|
1089 |
+
"special": true
|
1090 |
+
},
|
1091 |
+
"128136": {
|
1092 |
+
"content": "<|reserved_special_token_131|>",
|
1093 |
+
"lstrip": false,
|
1094 |
+
"normalized": false,
|
1095 |
+
"rstrip": false,
|
1096 |
+
"single_word": false,
|
1097 |
+
"special": true
|
1098 |
+
},
|
1099 |
+
"128137": {
|
1100 |
+
"content": "<|reserved_special_token_132|>",
|
1101 |
+
"lstrip": false,
|
1102 |
+
"normalized": false,
|
1103 |
+
"rstrip": false,
|
1104 |
+
"single_word": false,
|
1105 |
+
"special": true
|
1106 |
+
},
|
1107 |
+
"128138": {
|
1108 |
+
"content": "<|reserved_special_token_133|>",
|
1109 |
+
"lstrip": false,
|
1110 |
+
"normalized": false,
|
1111 |
+
"rstrip": false,
|
1112 |
+
"single_word": false,
|
1113 |
+
"special": true
|
1114 |
+
},
|
1115 |
+
"128139": {
|
1116 |
+
"content": "<|reserved_special_token_134|>",
|
1117 |
+
"lstrip": false,
|
1118 |
+
"normalized": false,
|
1119 |
+
"rstrip": false,
|
1120 |
+
"single_word": false,
|
1121 |
+
"special": true
|
1122 |
+
},
|
1123 |
+
"128140": {
|
1124 |
+
"content": "<|reserved_special_token_135|>",
|
1125 |
+
"lstrip": false,
|
1126 |
+
"normalized": false,
|
1127 |
+
"rstrip": false,
|
1128 |
+
"single_word": false,
|
1129 |
+
"special": true
|
1130 |
+
},
|
1131 |
+
"128141": {
|
1132 |
+
"content": "<|reserved_special_token_136|>",
|
1133 |
+
"lstrip": false,
|
1134 |
+
"normalized": false,
|
1135 |
+
"rstrip": false,
|
1136 |
+
"single_word": false,
|
1137 |
+
"special": true
|
1138 |
+
},
|
1139 |
+
"128142": {
|
1140 |
+
"content": "<|reserved_special_token_137|>",
|
1141 |
+
"lstrip": false,
|
1142 |
+
"normalized": false,
|
1143 |
+
"rstrip": false,
|
1144 |
+
"single_word": false,
|
1145 |
+
"special": true
|
1146 |
+
},
|
1147 |
+
"128143": {
|
1148 |
+
"content": "<|reserved_special_token_138|>",
|
1149 |
+
"lstrip": false,
|
1150 |
+
"normalized": false,
|
1151 |
+
"rstrip": false,
|
1152 |
+
"single_word": false,
|
1153 |
+
"special": true
|
1154 |
+
},
|
1155 |
+
"128144": {
|
1156 |
+
"content": "<|reserved_special_token_139|>",
|
1157 |
+
"lstrip": false,
|
1158 |
+
"normalized": false,
|
1159 |
+
"rstrip": false,
|
1160 |
+
"single_word": false,
|
1161 |
+
"special": true
|
1162 |
+
},
|
1163 |
+
"128145": {
|
1164 |
+
"content": "<|reserved_special_token_140|>",
|
1165 |
+
"lstrip": false,
|
1166 |
+
"normalized": false,
|
1167 |
+
"rstrip": false,
|
1168 |
+
"single_word": false,
|
1169 |
+
"special": true
|
1170 |
+
},
|
1171 |
+
"128146": {
|
1172 |
+
"content": "<|reserved_special_token_141|>",
|
1173 |
+
"lstrip": false,
|
1174 |
+
"normalized": false,
|
1175 |
+
"rstrip": false,
|
1176 |
+
"single_word": false,
|
1177 |
+
"special": true
|
1178 |
+
},
|
1179 |
+
"128147": {
|
1180 |
+
"content": "<|reserved_special_token_142|>",
|
1181 |
+
"lstrip": false,
|
1182 |
+
"normalized": false,
|
1183 |
+
"rstrip": false,
|
1184 |
+
"single_word": false,
|
1185 |
+
"special": true
|
1186 |
+
},
|
1187 |
+
"128148": {
|
1188 |
+
"content": "<|reserved_special_token_143|>",
|
1189 |
+
"lstrip": false,
|
1190 |
+
"normalized": false,
|
1191 |
+
"rstrip": false,
|
1192 |
+
"single_word": false,
|
1193 |
+
"special": true
|
1194 |
+
},
|
1195 |
+
"128149": {
|
1196 |
+
"content": "<|reserved_special_token_144|>",
|
1197 |
+
"lstrip": false,
|
1198 |
+
"normalized": false,
|
1199 |
+
"rstrip": false,
|
1200 |
+
"single_word": false,
|
1201 |
+
"special": true
|
1202 |
+
},
|
1203 |
+
"128150": {
|
1204 |
+
"content": "<|reserved_special_token_145|>",
|
1205 |
+
"lstrip": false,
|
1206 |
+
"normalized": false,
|
1207 |
+
"rstrip": false,
|
1208 |
+
"single_word": false,
|
1209 |
+
"special": true
|
1210 |
+
},
|
1211 |
+
"128151": {
|
1212 |
+
"content": "<|reserved_special_token_146|>",
|
1213 |
+
"lstrip": false,
|
1214 |
+
"normalized": false,
|
1215 |
+
"rstrip": false,
|
1216 |
+
"single_word": false,
|
1217 |
+
"special": true
|
1218 |
+
},
|
1219 |
+
"128152": {
|
1220 |
+
"content": "<|reserved_special_token_147|>",
|
1221 |
+
"lstrip": false,
|
1222 |
+
"normalized": false,
|
1223 |
+
"rstrip": false,
|
1224 |
+
"single_word": false,
|
1225 |
+
"special": true
|
1226 |
+
},
|
1227 |
+
"128153": {
|
1228 |
+
"content": "<|reserved_special_token_148|>",
|
1229 |
+
"lstrip": false,
|
1230 |
+
"normalized": false,
|
1231 |
+
"rstrip": false,
|
1232 |
+
"single_word": false,
|
1233 |
+
"special": true
|
1234 |
+
},
|
1235 |
+
"128154": {
|
1236 |
+
"content": "<|reserved_special_token_149|>",
|
1237 |
+
"lstrip": false,
|
1238 |
+
"normalized": false,
|
1239 |
+
"rstrip": false,
|
1240 |
+
"single_word": false,
|
1241 |
+
"special": true
|
1242 |
+
},
|
1243 |
+
"128155": {
|
1244 |
+
"content": "<|reserved_special_token_150|>",
|
1245 |
+
"lstrip": false,
|
1246 |
+
"normalized": false,
|
1247 |
+
"rstrip": false,
|
1248 |
+
"single_word": false,
|
1249 |
+
"special": true
|
1250 |
+
},
|
1251 |
+
"128156": {
|
1252 |
+
"content": "<|reserved_special_token_151|>",
|
1253 |
+
"lstrip": false,
|
1254 |
+
"normalized": false,
|
1255 |
+
"rstrip": false,
|
1256 |
+
"single_word": false,
|
1257 |
+
"special": true
|
1258 |
+
},
|
1259 |
+
"128157": {
|
1260 |
+
"content": "<|reserved_special_token_152|>",
|
1261 |
+
"lstrip": false,
|
1262 |
+
"normalized": false,
|
1263 |
+
"rstrip": false,
|
1264 |
+
"single_word": false,
|
1265 |
+
"special": true
|
1266 |
+
},
|
1267 |
+
"128158": {
|
1268 |
+
"content": "<|reserved_special_token_153|>",
|
1269 |
+
"lstrip": false,
|
1270 |
+
"normalized": false,
|
1271 |
+
"rstrip": false,
|
1272 |
+
"single_word": false,
|
1273 |
+
"special": true
|
1274 |
+
},
|
1275 |
+
"128159": {
|
1276 |
+
"content": "<|reserved_special_token_154|>",
|
1277 |
+
"lstrip": false,
|
1278 |
+
"normalized": false,
|
1279 |
+
"rstrip": false,
|
1280 |
+
"single_word": false,
|
1281 |
+
"special": true
|
1282 |
+
},
|
1283 |
+
"128160": {
|
1284 |
+
"content": "<|reserved_special_token_155|>",
|
1285 |
+
"lstrip": false,
|
1286 |
+
"normalized": false,
|
1287 |
+
"rstrip": false,
|
1288 |
+
"single_word": false,
|
1289 |
+
"special": true
|
1290 |
+
},
|
1291 |
+
"128161": {
|
1292 |
+
"content": "<|reserved_special_token_156|>",
|
1293 |
+
"lstrip": false,
|
1294 |
+
"normalized": false,
|
1295 |
+
"rstrip": false,
|
1296 |
+
"single_word": false,
|
1297 |
+
"special": true
|
1298 |
+
},
|
1299 |
+
"128162": {
|
1300 |
+
"content": "<|reserved_special_token_157|>",
|
1301 |
+
"lstrip": false,
|
1302 |
+
"normalized": false,
|
1303 |
+
"rstrip": false,
|
1304 |
+
"single_word": false,
|
1305 |
+
"special": true
|
1306 |
+
},
|
1307 |
+
"128163": {
|
1308 |
+
"content": "<|reserved_special_token_158|>",
|
1309 |
+
"lstrip": false,
|
1310 |
+
"normalized": false,
|
1311 |
+
"rstrip": false,
|
1312 |
+
"single_word": false,
|
1313 |
+
"special": true
|
1314 |
+
},
|
1315 |
+
"128164": {
|
1316 |
+
"content": "<|reserved_special_token_159|>",
|
1317 |
+
"lstrip": false,
|
1318 |
+
"normalized": false,
|
1319 |
+
"rstrip": false,
|
1320 |
+
"single_word": false,
|
1321 |
+
"special": true
|
1322 |
+
},
|
1323 |
+
"128165": {
|
1324 |
+
"content": "<|reserved_special_token_160|>",
|
1325 |
+
"lstrip": false,
|
1326 |
+
"normalized": false,
|
1327 |
+
"rstrip": false,
|
1328 |
+
"single_word": false,
|
1329 |
+
"special": true
|
1330 |
+
},
|
1331 |
+
"128166": {
|
1332 |
+
"content": "<|reserved_special_token_161|>",
|
1333 |
+
"lstrip": false,
|
1334 |
+
"normalized": false,
|
1335 |
+
"rstrip": false,
|
1336 |
+
"single_word": false,
|
1337 |
+
"special": true
|
1338 |
+
},
|
1339 |
+
"128167": {
|
1340 |
+
"content": "<|reserved_special_token_162|>",
|
1341 |
+
"lstrip": false,
|
1342 |
+
"normalized": false,
|
1343 |
+
"rstrip": false,
|
1344 |
+
"single_word": false,
|
1345 |
+
"special": true
|
1346 |
+
},
|
1347 |
+
"128168": {
|
1348 |
+
"content": "<|reserved_special_token_163|>",
|
1349 |
+
"lstrip": false,
|
1350 |
+
"normalized": false,
|
1351 |
+
"rstrip": false,
|
1352 |
+
"single_word": false,
|
1353 |
+
"special": true
|
1354 |
+
},
|
1355 |
+
"128169": {
|
1356 |
+
"content": "<|reserved_special_token_164|>",
|
1357 |
+
"lstrip": false,
|
1358 |
+
"normalized": false,
|
1359 |
+
"rstrip": false,
|
1360 |
+
"single_word": false,
|
1361 |
+
"special": true
|
1362 |
+
},
|
1363 |
+
"128170": {
|
1364 |
+
"content": "<|reserved_special_token_165|>",
|
1365 |
+
"lstrip": false,
|
1366 |
+
"normalized": false,
|
1367 |
+
"rstrip": false,
|
1368 |
+
"single_word": false,
|
1369 |
+
"special": true
|
1370 |
+
},
|
1371 |
+
"128171": {
|
1372 |
+
"content": "<|reserved_special_token_166|>",
|
1373 |
+
"lstrip": false,
|
1374 |
+
"normalized": false,
|
1375 |
+
"rstrip": false,
|
1376 |
+
"single_word": false,
|
1377 |
+
"special": true
|
1378 |
+
},
|
1379 |
+
"128172": {
|
1380 |
+
"content": "<|reserved_special_token_167|>",
|
1381 |
+
"lstrip": false,
|
1382 |
+
"normalized": false,
|
1383 |
+
"rstrip": false,
|
1384 |
+
"single_word": false,
|
1385 |
+
"special": true
|
1386 |
+
},
|
1387 |
+
"128173": {
|
1388 |
+
"content": "<|reserved_special_token_168|>",
|
1389 |
+
"lstrip": false,
|
1390 |
+
"normalized": false,
|
1391 |
+
"rstrip": false,
|
1392 |
+
"single_word": false,
|
1393 |
+
"special": true
|
1394 |
+
},
|
1395 |
+
"128174": {
|
1396 |
+
"content": "<|reserved_special_token_169|>",
|
1397 |
+
"lstrip": false,
|
1398 |
+
"normalized": false,
|
1399 |
+
"rstrip": false,
|
1400 |
+
"single_word": false,
|
1401 |
+
"special": true
|
1402 |
+
},
|
1403 |
+
"128175": {
|
1404 |
+
"content": "<|reserved_special_token_170|>",
|
1405 |
+
"lstrip": false,
|
1406 |
+
"normalized": false,
|
1407 |
+
"rstrip": false,
|
1408 |
+
"single_word": false,
|
1409 |
+
"special": true
|
1410 |
+
},
|
1411 |
+
"128176": {
|
1412 |
+
"content": "<|reserved_special_token_171|>",
|
1413 |
+
"lstrip": false,
|
1414 |
+
"normalized": false,
|
1415 |
+
"rstrip": false,
|
1416 |
+
"single_word": false,
|
1417 |
+
"special": true
|
1418 |
+
},
|
1419 |
+
"128177": {
|
1420 |
+
"content": "<|reserved_special_token_172|>",
|
1421 |
+
"lstrip": false,
|
1422 |
+
"normalized": false,
|
1423 |
+
"rstrip": false,
|
1424 |
+
"single_word": false,
|
1425 |
+
"special": true
|
1426 |
+
},
|
1427 |
+
"128178": {
|
1428 |
+
"content": "<|reserved_special_token_173|>",
|
1429 |
+
"lstrip": false,
|
1430 |
+
"normalized": false,
|
1431 |
+
"rstrip": false,
|
1432 |
+
"single_word": false,
|
1433 |
+
"special": true
|
1434 |
+
},
|
1435 |
+
"128179": {
|
1436 |
+
"content": "<|reserved_special_token_174|>",
|
1437 |
+
"lstrip": false,
|
1438 |
+
"normalized": false,
|
1439 |
+
"rstrip": false,
|
1440 |
+
"single_word": false,
|
1441 |
+
"special": true
|
1442 |
+
},
|
1443 |
+
"128180": {
|
1444 |
+
"content": "<|reserved_special_token_175|>",
|
1445 |
+
"lstrip": false,
|
1446 |
+
"normalized": false,
|
1447 |
+
"rstrip": false,
|
1448 |
+
"single_word": false,
|
1449 |
+
"special": true
|
1450 |
+
},
|
1451 |
+
"128181": {
|
1452 |
+
"content": "<|reserved_special_token_176|>",
|
1453 |
+
"lstrip": false,
|
1454 |
+
"normalized": false,
|
1455 |
+
"rstrip": false,
|
1456 |
+
"single_word": false,
|
1457 |
+
"special": true
|
1458 |
+
},
|
1459 |
+
"128182": {
|
1460 |
+
"content": "<|reserved_special_token_177|>",
|
1461 |
+
"lstrip": false,
|
1462 |
+
"normalized": false,
|
1463 |
+
"rstrip": false,
|
1464 |
+
"single_word": false,
|
1465 |
+
"special": true
|
1466 |
+
},
|
1467 |
+
"128183": {
|
1468 |
+
"content": "<|reserved_special_token_178|>",
|
1469 |
+
"lstrip": false,
|
1470 |
+
"normalized": false,
|
1471 |
+
"rstrip": false,
|
1472 |
+
"single_word": false,
|
1473 |
+
"special": true
|
1474 |
+
},
|
1475 |
+
"128184": {
|
1476 |
+
"content": "<|reserved_special_token_179|>",
|
1477 |
+
"lstrip": false,
|
1478 |
+
"normalized": false,
|
1479 |
+
"rstrip": false,
|
1480 |
+
"single_word": false,
|
1481 |
+
"special": true
|
1482 |
+
},
|
1483 |
+
"128185": {
|
1484 |
+
"content": "<|reserved_special_token_180|>",
|
1485 |
+
"lstrip": false,
|
1486 |
+
"normalized": false,
|
1487 |
+
"rstrip": false,
|
1488 |
+
"single_word": false,
|
1489 |
+
"special": true
|
1490 |
+
},
|
1491 |
+
"128186": {
|
1492 |
+
"content": "<|reserved_special_token_181|>",
|
1493 |
+
"lstrip": false,
|
1494 |
+
"normalized": false,
|
1495 |
+
"rstrip": false,
|
1496 |
+
"single_word": false,
|
1497 |
+
"special": true
|
1498 |
+
},
|
1499 |
+
"128187": {
|
1500 |
+
"content": "<|reserved_special_token_182|>",
|
1501 |
+
"lstrip": false,
|
1502 |
+
"normalized": false,
|
1503 |
+
"rstrip": false,
|
1504 |
+
"single_word": false,
|
1505 |
+
"special": true
|
1506 |
+
},
|
1507 |
+
"128188": {
|
1508 |
+
"content": "<|reserved_special_token_183|>",
|
1509 |
+
"lstrip": false,
|
1510 |
+
"normalized": false,
|
1511 |
+
"rstrip": false,
|
1512 |
+
"single_word": false,
|
1513 |
+
"special": true
|
1514 |
+
},
|
1515 |
+
"128189": {
|
1516 |
+
"content": "<|reserved_special_token_184|>",
|
1517 |
+
"lstrip": false,
|
1518 |
+
"normalized": false,
|
1519 |
+
"rstrip": false,
|
1520 |
+
"single_word": false,
|
1521 |
+
"special": true
|
1522 |
+
},
|
1523 |
+
"128190": {
|
1524 |
+
"content": "<|reserved_special_token_185|>",
|
1525 |
+
"lstrip": false,
|
1526 |
+
"normalized": false,
|
1527 |
+
"rstrip": false,
|
1528 |
+
"single_word": false,
|
1529 |
+
"special": true
|
1530 |
+
},
|
1531 |
+
"128191": {
|
1532 |
+
"content": "<|reserved_special_token_186|>",
|
1533 |
+
"lstrip": false,
|
1534 |
+
"normalized": false,
|
1535 |
+
"rstrip": false,
|
1536 |
+
"single_word": false,
|
1537 |
+
"special": true
|
1538 |
+
},
|
1539 |
+
"128192": {
|
1540 |
+
"content": "<|reserved_special_token_187|>",
|
1541 |
+
"lstrip": false,
|
1542 |
+
"normalized": false,
|
1543 |
+
"rstrip": false,
|
1544 |
+
"single_word": false,
|
1545 |
+
"special": true
|
1546 |
+
},
|
1547 |
+
"128193": {
|
1548 |
+
"content": "<|reserved_special_token_188|>",
|
1549 |
+
"lstrip": false,
|
1550 |
+
"normalized": false,
|
1551 |
+
"rstrip": false,
|
1552 |
+
"single_word": false,
|
1553 |
+
"special": true
|
1554 |
+
},
|
1555 |
+
"128194": {
|
1556 |
+
"content": "<|reserved_special_token_189|>",
|
1557 |
+
"lstrip": false,
|
1558 |
+
"normalized": false,
|
1559 |
+
"rstrip": false,
|
1560 |
+
"single_word": false,
|
1561 |
+
"special": true
|
1562 |
+
},
|
1563 |
+
"128195": {
|
1564 |
+
"content": "<|reserved_special_token_190|>",
|
1565 |
+
"lstrip": false,
|
1566 |
+
"normalized": false,
|
1567 |
+
"rstrip": false,
|
1568 |
+
"single_word": false,
|
1569 |
+
"special": true
|
1570 |
+
},
|
1571 |
+
"128196": {
|
1572 |
+
"content": "<|reserved_special_token_191|>",
|
1573 |
+
"lstrip": false,
|
1574 |
+
"normalized": false,
|
1575 |
+
"rstrip": false,
|
1576 |
+
"single_word": false,
|
1577 |
+
"special": true
|
1578 |
+
},
|
1579 |
+
"128197": {
|
1580 |
+
"content": "<|reserved_special_token_192|>",
|
1581 |
+
"lstrip": false,
|
1582 |
+
"normalized": false,
|
1583 |
+
"rstrip": false,
|
1584 |
+
"single_word": false,
|
1585 |
+
"special": true
|
1586 |
+
},
|
1587 |
+
"128198": {
|
1588 |
+
"content": "<|reserved_special_token_193|>",
|
1589 |
+
"lstrip": false,
|
1590 |
+
"normalized": false,
|
1591 |
+
"rstrip": false,
|
1592 |
+
"single_word": false,
|
1593 |
+
"special": true
|
1594 |
+
},
|
1595 |
+
"128199": {
|
1596 |
+
"content": "<|reserved_special_token_194|>",
|
1597 |
+
"lstrip": false,
|
1598 |
+
"normalized": false,
|
1599 |
+
"rstrip": false,
|
1600 |
+
"single_word": false,
|
1601 |
+
"special": true
|
1602 |
+
},
|
1603 |
+
"128200": {
|
1604 |
+
"content": "<|reserved_special_token_195|>",
|
1605 |
+
"lstrip": false,
|
1606 |
+
"normalized": false,
|
1607 |
+
"rstrip": false,
|
1608 |
+
"single_word": false,
|
1609 |
+
"special": true
|
1610 |
+
},
|
1611 |
+
"128201": {
|
1612 |
+
"content": "<|reserved_special_token_196|>",
|
1613 |
+
"lstrip": false,
|
1614 |
+
"normalized": false,
|
1615 |
+
"rstrip": false,
|
1616 |
+
"single_word": false,
|
1617 |
+
"special": true
|
1618 |
+
},
|
1619 |
+
"128202": {
|
1620 |
+
"content": "<|reserved_special_token_197|>",
|
1621 |
+
"lstrip": false,
|
1622 |
+
"normalized": false,
|
1623 |
+
"rstrip": false,
|
1624 |
+
"single_word": false,
|
1625 |
+
"special": true
|
1626 |
+
},
|
1627 |
+
"128203": {
|
1628 |
+
"content": "<|reserved_special_token_198|>",
|
1629 |
+
"lstrip": false,
|
1630 |
+
"normalized": false,
|
1631 |
+
"rstrip": false,
|
1632 |
+
"single_word": false,
|
1633 |
+
"special": true
|
1634 |
+
},
|
1635 |
+
"128204": {
|
1636 |
+
"content": "<|reserved_special_token_199|>",
|
1637 |
+
"lstrip": false,
|
1638 |
+
"normalized": false,
|
1639 |
+
"rstrip": false,
|
1640 |
+
"single_word": false,
|
1641 |
+
"special": true
|
1642 |
+
},
|
1643 |
+
"128205": {
|
1644 |
+
"content": "<|reserved_special_token_200|>",
|
1645 |
+
"lstrip": false,
|
1646 |
+
"normalized": false,
|
1647 |
+
"rstrip": false,
|
1648 |
+
"single_word": false,
|
1649 |
+
"special": true
|
1650 |
+
},
|
1651 |
+
"128206": {
|
1652 |
+
"content": "<|reserved_special_token_201|>",
|
1653 |
+
"lstrip": false,
|
1654 |
+
"normalized": false,
|
1655 |
+
"rstrip": false,
|
1656 |
+
"single_word": false,
|
1657 |
+
"special": true
|
1658 |
+
},
|
1659 |
+
"128207": {
|
1660 |
+
"content": "<|reserved_special_token_202|>",
|
1661 |
+
"lstrip": false,
|
1662 |
+
"normalized": false,
|
1663 |
+
"rstrip": false,
|
1664 |
+
"single_word": false,
|
1665 |
+
"special": true
|
1666 |
+
},
|
1667 |
+
"128208": {
|
1668 |
+
"content": "<|reserved_special_token_203|>",
|
1669 |
+
"lstrip": false,
|
1670 |
+
"normalized": false,
|
1671 |
+
"rstrip": false,
|
1672 |
+
"single_word": false,
|
1673 |
+
"special": true
|
1674 |
+
},
|
1675 |
+
"128209": {
|
1676 |
+
"content": "<|reserved_special_token_204|>",
|
1677 |
+
"lstrip": false,
|
1678 |
+
"normalized": false,
|
1679 |
+
"rstrip": false,
|
1680 |
+
"single_word": false,
|
1681 |
+
"special": true
|
1682 |
+
},
|
1683 |
+
"128210": {
|
1684 |
+
"content": "<|reserved_special_token_205|>",
|
1685 |
+
"lstrip": false,
|
1686 |
+
"normalized": false,
|
1687 |
+
"rstrip": false,
|
1688 |
+
"single_word": false,
|
1689 |
+
"special": true
|
1690 |
+
},
|
1691 |
+
"128211": {
|
1692 |
+
"content": "<|reserved_special_token_206|>",
|
1693 |
+
"lstrip": false,
|
1694 |
+
"normalized": false,
|
1695 |
+
"rstrip": false,
|
1696 |
+
"single_word": false,
|
1697 |
+
"special": true
|
1698 |
+
},
|
1699 |
+
"128212": {
|
1700 |
+
"content": "<|reserved_special_token_207|>",
|
1701 |
+
"lstrip": false,
|
1702 |
+
"normalized": false,
|
1703 |
+
"rstrip": false,
|
1704 |
+
"single_word": false,
|
1705 |
+
"special": true
|
1706 |
+
},
|
1707 |
+
"128213": {
|
1708 |
+
"content": "<|reserved_special_token_208|>",
|
1709 |
+
"lstrip": false,
|
1710 |
+
"normalized": false,
|
1711 |
+
"rstrip": false,
|
1712 |
+
"single_word": false,
|
1713 |
+
"special": true
|
1714 |
+
},
|
1715 |
+
"128214": {
|
1716 |
+
"content": "<|reserved_special_token_209|>",
|
1717 |
+
"lstrip": false,
|
1718 |
+
"normalized": false,
|
1719 |
+
"rstrip": false,
|
1720 |
+
"single_word": false,
|
1721 |
+
"special": true
|
1722 |
+
},
|
1723 |
+
"128215": {
|
1724 |
+
"content": "<|reserved_special_token_210|>",
|
1725 |
+
"lstrip": false,
|
1726 |
+
"normalized": false,
|
1727 |
+
"rstrip": false,
|
1728 |
+
"single_word": false,
|
1729 |
+
"special": true
|
1730 |
+
},
|
1731 |
+
"128216": {
|
1732 |
+
"content": "<|reserved_special_token_211|>",
|
1733 |
+
"lstrip": false,
|
1734 |
+
"normalized": false,
|
1735 |
+
"rstrip": false,
|
1736 |
+
"single_word": false,
|
1737 |
+
"special": true
|
1738 |
+
},
|
1739 |
+
"128217": {
|
1740 |
+
"content": "<|reserved_special_token_212|>",
|
1741 |
+
"lstrip": false,
|
1742 |
+
"normalized": false,
|
1743 |
+
"rstrip": false,
|
1744 |
+
"single_word": false,
|
1745 |
+
"special": true
|
1746 |
+
},
|
1747 |
+
"128218": {
|
1748 |
+
"content": "<|reserved_special_token_213|>",
|
1749 |
+
"lstrip": false,
|
1750 |
+
"normalized": false,
|
1751 |
+
"rstrip": false,
|
1752 |
+
"single_word": false,
|
1753 |
+
"special": true
|
1754 |
+
},
|
1755 |
+
"128219": {
|
1756 |
+
"content": "<|reserved_special_token_214|>",
|
1757 |
+
"lstrip": false,
|
1758 |
+
"normalized": false,
|
1759 |
+
"rstrip": false,
|
1760 |
+
"single_word": false,
|
1761 |
+
"special": true
|
1762 |
+
},
|
1763 |
+
"128220": {
|
1764 |
+
"content": "<|reserved_special_token_215|>",
|
1765 |
+
"lstrip": false,
|
1766 |
+
"normalized": false,
|
1767 |
+
"rstrip": false,
|
1768 |
+
"single_word": false,
|
1769 |
+
"special": true
|
1770 |
+
},
|
1771 |
+
"128221": {
|
1772 |
+
"content": "<|reserved_special_token_216|>",
|
1773 |
+
"lstrip": false,
|
1774 |
+
"normalized": false,
|
1775 |
+
"rstrip": false,
|
1776 |
+
"single_word": false,
|
1777 |
+
"special": true
|
1778 |
+
},
|
1779 |
+
"128222": {
|
1780 |
+
"content": "<|reserved_special_token_217|>",
|
1781 |
+
"lstrip": false,
|
1782 |
+
"normalized": false,
|
1783 |
+
"rstrip": false,
|
1784 |
+
"single_word": false,
|
1785 |
+
"special": true
|
1786 |
+
},
|
1787 |
+
"128223": {
|
1788 |
+
"content": "<|reserved_special_token_218|>",
|
1789 |
+
"lstrip": false,
|
1790 |
+
"normalized": false,
|
1791 |
+
"rstrip": false,
|
1792 |
+
"single_word": false,
|
1793 |
+
"special": true
|
1794 |
+
},
|
1795 |
+
"128224": {
|
1796 |
+
"content": "<|reserved_special_token_219|>",
|
1797 |
+
"lstrip": false,
|
1798 |
+
"normalized": false,
|
1799 |
+
"rstrip": false,
|
1800 |
+
"single_word": false,
|
1801 |
+
"special": true
|
1802 |
+
},
|
1803 |
+
"128225": {
|
1804 |
+
"content": "<|reserved_special_token_220|>",
|
1805 |
+
"lstrip": false,
|
1806 |
+
"normalized": false,
|
1807 |
+
"rstrip": false,
|
1808 |
+
"single_word": false,
|
1809 |
+
"special": true
|
1810 |
+
},
|
1811 |
+
"128226": {
|
1812 |
+
"content": "<|reserved_special_token_221|>",
|
1813 |
+
"lstrip": false,
|
1814 |
+
"normalized": false,
|
1815 |
+
"rstrip": false,
|
1816 |
+
"single_word": false,
|
1817 |
+
"special": true
|
1818 |
+
},
|
1819 |
+
"128227": {
|
1820 |
+
"content": "<|reserved_special_token_222|>",
|
1821 |
+
"lstrip": false,
|
1822 |
+
"normalized": false,
|
1823 |
+
"rstrip": false,
|
1824 |
+
"single_word": false,
|
1825 |
+
"special": true
|
1826 |
+
},
|
1827 |
+
"128228": {
|
1828 |
+
"content": "<|reserved_special_token_223|>",
|
1829 |
+
"lstrip": false,
|
1830 |
+
"normalized": false,
|
1831 |
+
"rstrip": false,
|
1832 |
+
"single_word": false,
|
1833 |
+
"special": true
|
1834 |
+
},
|
1835 |
+
"128229": {
|
1836 |
+
"content": "<|reserved_special_token_224|>",
|
1837 |
+
"lstrip": false,
|
1838 |
+
"normalized": false,
|
1839 |
+
"rstrip": false,
|
1840 |
+
"single_word": false,
|
1841 |
+
"special": true
|
1842 |
+
},
|
1843 |
+
"128230": {
|
1844 |
+
"content": "<|reserved_special_token_225|>",
|
1845 |
+
"lstrip": false,
|
1846 |
+
"normalized": false,
|
1847 |
+
"rstrip": false,
|
1848 |
+
"single_word": false,
|
1849 |
+
"special": true
|
1850 |
+
},
|
1851 |
+
"128231": {
|
1852 |
+
"content": "<|reserved_special_token_226|>",
|
1853 |
+
"lstrip": false,
|
1854 |
+
"normalized": false,
|
1855 |
+
"rstrip": false,
|
1856 |
+
"single_word": false,
|
1857 |
+
"special": true
|
1858 |
+
},
|
1859 |
+
"128232": {
|
1860 |
+
"content": "<|reserved_special_token_227|>",
|
1861 |
+
"lstrip": false,
|
1862 |
+
"normalized": false,
|
1863 |
+
"rstrip": false,
|
1864 |
+
"single_word": false,
|
1865 |
+
"special": true
|
1866 |
+
},
|
1867 |
+
"128233": {
|
1868 |
+
"content": "<|reserved_special_token_228|>",
|
1869 |
+
"lstrip": false,
|
1870 |
+
"normalized": false,
|
1871 |
+
"rstrip": false,
|
1872 |
+
"single_word": false,
|
1873 |
+
"special": true
|
1874 |
+
},
|
1875 |
+
"128234": {
|
1876 |
+
"content": "<|reserved_special_token_229|>",
|
1877 |
+
"lstrip": false,
|
1878 |
+
"normalized": false,
|
1879 |
+
"rstrip": false,
|
1880 |
+
"single_word": false,
|
1881 |
+
"special": true
|
1882 |
+
},
|
1883 |
+
"128235": {
|
1884 |
+
"content": "<|reserved_special_token_230|>",
|
1885 |
+
"lstrip": false,
|
1886 |
+
"normalized": false,
|
1887 |
+
"rstrip": false,
|
1888 |
+
"single_word": false,
|
1889 |
+
"special": true
|
1890 |
+
},
|
1891 |
+
"128236": {
|
1892 |
+
"content": "<|reserved_special_token_231|>",
|
1893 |
+
"lstrip": false,
|
1894 |
+
"normalized": false,
|
1895 |
+
"rstrip": false,
|
1896 |
+
"single_word": false,
|
1897 |
+
"special": true
|
1898 |
+
},
|
1899 |
+
"128237": {
|
1900 |
+
"content": "<|reserved_special_token_232|>",
|
1901 |
+
"lstrip": false,
|
1902 |
+
"normalized": false,
|
1903 |
+
"rstrip": false,
|
1904 |
+
"single_word": false,
|
1905 |
+
"special": true
|
1906 |
+
},
|
1907 |
+
"128238": {
|
1908 |
+
"content": "<|reserved_special_token_233|>",
|
1909 |
+
"lstrip": false,
|
1910 |
+
"normalized": false,
|
1911 |
+
"rstrip": false,
|
1912 |
+
"single_word": false,
|
1913 |
+
"special": true
|
1914 |
+
},
|
1915 |
+
"128239": {
|
1916 |
+
"content": "<|reserved_special_token_234|>",
|
1917 |
+
"lstrip": false,
|
1918 |
+
"normalized": false,
|
1919 |
+
"rstrip": false,
|
1920 |
+
"single_word": false,
|
1921 |
+
"special": true
|
1922 |
+
},
|
1923 |
+
"128240": {
|
1924 |
+
"content": "<|reserved_special_token_235|>",
|
1925 |
+
"lstrip": false,
|
1926 |
+
"normalized": false,
|
1927 |
+
"rstrip": false,
|
1928 |
+
"single_word": false,
|
1929 |
+
"special": true
|
1930 |
+
},
|
1931 |
+
"128241": {
|
1932 |
+
"content": "<|reserved_special_token_236|>",
|
1933 |
+
"lstrip": false,
|
1934 |
+
"normalized": false,
|
1935 |
+
"rstrip": false,
|
1936 |
+
"single_word": false,
|
1937 |
+
"special": true
|
1938 |
+
},
|
1939 |
+
"128242": {
|
1940 |
+
"content": "<|reserved_special_token_237|>",
|
1941 |
+
"lstrip": false,
|
1942 |
+
"normalized": false,
|
1943 |
+
"rstrip": false,
|
1944 |
+
"single_word": false,
|
1945 |
+
"special": true
|
1946 |
+
},
|
1947 |
+
"128243": {
|
1948 |
+
"content": "<|reserved_special_token_238|>",
|
1949 |
+
"lstrip": false,
|
1950 |
+
"normalized": false,
|
1951 |
+
"rstrip": false,
|
1952 |
+
"single_word": false,
|
1953 |
+
"special": true
|
1954 |
+
},
|
1955 |
+
"128244": {
|
1956 |
+
"content": "<|reserved_special_token_239|>",
|
1957 |
+
"lstrip": false,
|
1958 |
+
"normalized": false,
|
1959 |
+
"rstrip": false,
|
1960 |
+
"single_word": false,
|
1961 |
+
"special": true
|
1962 |
+
},
|
1963 |
+
"128245": {
|
1964 |
+
"content": "<|reserved_special_token_240|>",
|
1965 |
+
"lstrip": false,
|
1966 |
+
"normalized": false,
|
1967 |
+
"rstrip": false,
|
1968 |
+
"single_word": false,
|
1969 |
+
"special": true
|
1970 |
+
},
|
1971 |
+
"128246": {
|
1972 |
+
"content": "<|reserved_special_token_241|>",
|
1973 |
+
"lstrip": false,
|
1974 |
+
"normalized": false,
|
1975 |
+
"rstrip": false,
|
1976 |
+
"single_word": false,
|
1977 |
+
"special": true
|
1978 |
+
},
|
1979 |
+
"128247": {
|
1980 |
+
"content": "<|reserved_special_token_242|>",
|
1981 |
+
"lstrip": false,
|
1982 |
+
"normalized": false,
|
1983 |
+
"rstrip": false,
|
1984 |
+
"single_word": false,
|
1985 |
+
"special": true
|
1986 |
+
},
|
1987 |
+
"128248": {
|
1988 |
+
"content": "<|reserved_special_token_243|>",
|
1989 |
+
"lstrip": false,
|
1990 |
+
"normalized": false,
|
1991 |
+
"rstrip": false,
|
1992 |
+
"single_word": false,
|
1993 |
+
"special": true
|
1994 |
+
},
|
1995 |
+
"128249": {
|
1996 |
+
"content": "<|reserved_special_token_244|>",
|
1997 |
+
"lstrip": false,
|
1998 |
+
"normalized": false,
|
1999 |
+
"rstrip": false,
|
2000 |
+
"single_word": false,
|
2001 |
+
"special": true
|
2002 |
+
},
|
2003 |
+
"128250": {
|
2004 |
+
"content": "<|reserved_special_token_245|>",
|
2005 |
+
"lstrip": false,
|
2006 |
+
"normalized": false,
|
2007 |
+
"rstrip": false,
|
2008 |
+
"single_word": false,
|
2009 |
+
"special": true
|
2010 |
+
},
|
2011 |
+
"128251": {
|
2012 |
+
"content": "<|reserved_special_token_246|>",
|
2013 |
+
"lstrip": false,
|
2014 |
+
"normalized": false,
|
2015 |
+
"rstrip": false,
|
2016 |
+
"single_word": false,
|
2017 |
+
"special": true
|
2018 |
+
},
|
2019 |
+
"128252": {
|
2020 |
+
"content": "<|reserved_special_token_247|>",
|
2021 |
+
"lstrip": false,
|
2022 |
+
"normalized": false,
|
2023 |
+
"rstrip": false,
|
2024 |
+
"single_word": false,
|
2025 |
+
"special": true
|
2026 |
+
},
|
2027 |
+
"128253": {
|
2028 |
+
"content": "<|reserved_special_token_248|>",
|
2029 |
+
"lstrip": false,
|
2030 |
+
"normalized": false,
|
2031 |
+
"rstrip": false,
|
2032 |
+
"single_word": false,
|
2033 |
+
"special": true
|
2034 |
+
},
|
2035 |
+
"128254": {
|
2036 |
+
"content": "<|reserved_special_token_249|>",
|
2037 |
+
"lstrip": false,
|
2038 |
+
"normalized": false,
|
2039 |
+
"rstrip": false,
|
2040 |
+
"single_word": false,
|
2041 |
+
"special": true
|
2042 |
+
},
|
2043 |
+
"128255": {
|
2044 |
+
"content": "<|reserved_special_token_250|>",
|
2045 |
+
"lstrip": false,
|
2046 |
+
"normalized": false,
|
2047 |
+
"rstrip": false,
|
2048 |
+
"single_word": false,
|
2049 |
+
"special": true
|
2050 |
+
}
|
2051 |
+
},
|
2052 |
+
"bos_token": "<|begin_of_text|>",
|
2053 |
+
"clean_up_tokenization_spaces": true,
|
2054 |
+
"eos_token": "<|end_of_text|>",
|
2055 |
+
"extra_special_tokens": {},
|
2056 |
+
"model_input_names": [
|
2057 |
+
"input_ids",
|
2058 |
+
"attention_mask"
|
2059 |
+
],
|
2060 |
+
"model_max_length": 1000000000000000019884624838656,
|
2061 |
+
"pad_token": "<|end_of_text|>",
|
2062 |
+
"padding_side": "left",
|
2063 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
2064 |
+
}
|
checkpoint-100/trainer_state.json
ADDED
@@ -0,0 +1,2534 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.009290658243136527,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 100,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"clip_ratio/high_max": 0.0,
|
14 |
+
"clip_ratio/high_mean": 0.0,
|
15 |
+
"clip_ratio/low_mean": 0.0,
|
16 |
+
"clip_ratio/low_min": 0.0,
|
17 |
+
"clip_ratio/region_mean": 0.0,
|
18 |
+
"completions/clipped_ratio": 0.0,
|
19 |
+
"completions/max_length": 622.0,
|
20 |
+
"completions/max_terminated_length": 622.0,
|
21 |
+
"completions/mean_length": 551.0,
|
22 |
+
"completions/mean_terminated_length": 551.0,
|
23 |
+
"completions/min_length": 515.0,
|
24 |
+
"completions/min_terminated_length": 515.0,
|
25 |
+
"epoch": 9.290658243136526e-05,
|
26 |
+
"frac_reward_zero_std": 0.0,
|
27 |
+
"grad_norm": 8.375,
|
28 |
+
"learning_rate": 5e-07,
|
29 |
+
"loss": 0.0,
|
30 |
+
"num_tokens": 4252.0,
|
31 |
+
"reward": -8.15000057220459,
|
32 |
+
"reward_std": 3.0405590534210205,
|
33 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
34 |
+
"rewards/chatgpt_combined_reward/std": 4.306971073150635,
|
35 |
+
"step": 1
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"clip_ratio/high_max": 0.0,
|
39 |
+
"clip_ratio/high_mean": 0.0,
|
40 |
+
"clip_ratio/low_mean": 0.0,
|
41 |
+
"clip_ratio/low_min": 0.0,
|
42 |
+
"clip_ratio/region_mean": 0.0,
|
43 |
+
"completions/clipped_ratio": 0.0,
|
44 |
+
"completions/max_length": 559.0,
|
45 |
+
"completions/max_terminated_length": 559.0,
|
46 |
+
"completions/mean_length": 538.5,
|
47 |
+
"completions/mean_terminated_length": 538.5,
|
48 |
+
"completions/min_length": 513.0,
|
49 |
+
"completions/min_terminated_length": 513.0,
|
50 |
+
"epoch": 0.00018581316486273051,
|
51 |
+
"frac_reward_zero_std": 0.5,
|
52 |
+
"grad_norm": 4.875,
|
53 |
+
"learning_rate": 4.95e-07,
|
54 |
+
"loss": -0.0058,
|
55 |
+
"num_tokens": 8340.0,
|
56 |
+
"reward": -3.500124931335449,
|
57 |
+
"reward_std": 1.414036750793457,
|
58 |
+
"rewards/chatgpt_combined_reward/mean": -3.500124931335449,
|
59 |
+
"rewards/chatgpt_combined_reward/std": 7.6809611320495605,
|
60 |
+
"step": 2
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"clip_ratio/high_max": 0.0,
|
64 |
+
"clip_ratio/high_mean": 0.0,
|
65 |
+
"clip_ratio/low_mean": 0.0,
|
66 |
+
"clip_ratio/low_min": 0.0,
|
67 |
+
"clip_ratio/region_mean": 0.0,
|
68 |
+
"completions/clipped_ratio": 0.0,
|
69 |
+
"completions/max_length": 730.0,
|
70 |
+
"completions/max_terminated_length": 730.0,
|
71 |
+
"completions/mean_length": 598.75,
|
72 |
+
"completions/mean_terminated_length": 598.75,
|
73 |
+
"completions/min_length": 523.0,
|
74 |
+
"completions/min_terminated_length": 523.0,
|
75 |
+
"epoch": 0.00027871974729409577,
|
76 |
+
"frac_reward_zero_std": 0.5,
|
77 |
+
"grad_norm": 5.4375,
|
78 |
+
"learning_rate": 4.9e-07,
|
79 |
+
"loss": -0.0225,
|
80 |
+
"num_tokens": 12655.0,
|
81 |
+
"reward": -1.5003752708435059,
|
82 |
+
"reward_std": 1.414036750793457,
|
83 |
+
"rewards/chatgpt_combined_reward/mean": -1.5003752708435059,
|
84 |
+
"rewards/chatgpt_combined_reward/std": 9.949413299560547,
|
85 |
+
"step": 3
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"clip_ratio/high_max": 0.0,
|
89 |
+
"clip_ratio/high_mean": 0.0,
|
90 |
+
"clip_ratio/low_mean": 0.0,
|
91 |
+
"clip_ratio/low_min": 0.0,
|
92 |
+
"clip_ratio/region_mean": 0.0,
|
93 |
+
"completions/clipped_ratio": 0.5,
|
94 |
+
"completions/max_length": 1024.0,
|
95 |
+
"completions/max_terminated_length": 648.0,
|
96 |
+
"completions/mean_length": 803.5,
|
97 |
+
"completions/mean_terminated_length": 583.0,
|
98 |
+
"completions/min_length": 518.0,
|
99 |
+
"completions/min_terminated_length": 518.0,
|
100 |
+
"epoch": 0.00037162632972546103,
|
101 |
+
"frac_reward_zero_std": 0.0,
|
102 |
+
"grad_norm": 8.9375,
|
103 |
+
"learning_rate": 4.85e-07,
|
104 |
+
"loss": -0.0365,
|
105 |
+
"num_tokens": 17917.0,
|
106 |
+
"reward": -8.15000057220459,
|
107 |
+
"reward_std": 0.21213217079639435,
|
108 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
109 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
110 |
+
"step": 4
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"clip_ratio/high_max": 0.0,
|
114 |
+
"clip_ratio/high_mean": 0.0,
|
115 |
+
"clip_ratio/low_mean": 0.0,
|
116 |
+
"clip_ratio/low_min": 0.0,
|
117 |
+
"clip_ratio/region_mean": 0.0,
|
118 |
+
"completions/clipped_ratio": 0.0,
|
119 |
+
"completions/max_length": 674.0,
|
120 |
+
"completions/max_terminated_length": 674.0,
|
121 |
+
"completions/mean_length": 566.25,
|
122 |
+
"completions/mean_terminated_length": 566.25,
|
123 |
+
"completions/min_length": 516.0,
|
124 |
+
"completions/min_terminated_length": 516.0,
|
125 |
+
"epoch": 0.0004645329121568263,
|
126 |
+
"frac_reward_zero_std": 0.5,
|
127 |
+
"grad_norm": 5.34375,
|
128 |
+
"learning_rate": 4.8e-07,
|
129 |
+
"loss": -0.0466,
|
130 |
+
"num_tokens": 21406.0,
|
131 |
+
"reward": -1.7503750324249268,
|
132 |
+
"reward_std": 2.4746968746185303,
|
133 |
+
"rewards/chatgpt_combined_reward/mean": -1.7503750324249268,
|
134 |
+
"rewards/chatgpt_combined_reward/std": 9.945212364196777,
|
135 |
+
"step": 5
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"clip_ratio/high_max": 0.0,
|
139 |
+
"clip_ratio/high_mean": 0.0,
|
140 |
+
"clip_ratio/low_mean": 0.0,
|
141 |
+
"clip_ratio/low_min": 0.0,
|
142 |
+
"clip_ratio/region_mean": 0.0,
|
143 |
+
"completions/clipped_ratio": 0.0,
|
144 |
+
"completions/max_length": 778.0,
|
145 |
+
"completions/max_terminated_length": 778.0,
|
146 |
+
"completions/mean_length": 599.0,
|
147 |
+
"completions/mean_terminated_length": 599.0,
|
148 |
+
"completions/min_length": 513.0,
|
149 |
+
"completions/min_terminated_length": 513.0,
|
150 |
+
"epoch": 0.0005574394945881915,
|
151 |
+
"frac_reward_zero_std": 0.0,
|
152 |
+
"grad_norm": 10.0625,
|
153 |
+
"learning_rate": 4.7499999999999995e-07,
|
154 |
+
"loss": -0.0,
|
155 |
+
"num_tokens": 25850.0,
|
156 |
+
"reward": -8.15000057220459,
|
157 |
+
"reward_std": 0.21213217079639435,
|
158 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
159 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
160 |
+
"step": 6
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"clip_ratio/high_max": 0.0,
|
164 |
+
"clip_ratio/high_mean": 0.0,
|
165 |
+
"clip_ratio/low_mean": 0.0,
|
166 |
+
"clip_ratio/low_min": 0.0,
|
167 |
+
"clip_ratio/region_mean": 0.0,
|
168 |
+
"completions/clipped_ratio": 0.0,
|
169 |
+
"completions/max_length": 600.0,
|
170 |
+
"completions/max_terminated_length": 600.0,
|
171 |
+
"completions/mean_length": 550.5,
|
172 |
+
"completions/mean_terminated_length": 550.5,
|
173 |
+
"completions/min_length": 527.0,
|
174 |
+
"completions/min_terminated_length": 527.0,
|
175 |
+
"epoch": 0.0006503460770195569,
|
176 |
+
"frac_reward_zero_std": 0.5,
|
177 |
+
"grad_norm": 5.5625,
|
178 |
+
"learning_rate": 4.6999999999999995e-07,
|
179 |
+
"loss": -0.009,
|
180 |
+
"num_tokens": 29262.0,
|
181 |
+
"reward": -2.9171252250671387,
|
182 |
+
"reward_std": 4.124730587005615,
|
183 |
+
"rewards/chatgpt_combined_reward/mean": -2.9171252250671387,
|
184 |
+
"rewards/chatgpt_combined_reward/std": 9.46435546875,
|
185 |
+
"step": 7
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"clip_ratio/high_max": 0.0,
|
189 |
+
"clip_ratio/high_mean": 0.0,
|
190 |
+
"clip_ratio/low_mean": 0.0,
|
191 |
+
"clip_ratio/low_min": 0.0,
|
192 |
+
"clip_ratio/region_mean": 0.0,
|
193 |
+
"completions/clipped_ratio": 0.0,
|
194 |
+
"completions/max_length": 607.0,
|
195 |
+
"completions/max_terminated_length": 607.0,
|
196 |
+
"completions/mean_length": 544.25,
|
197 |
+
"completions/mean_terminated_length": 544.25,
|
198 |
+
"completions/min_length": 515.0,
|
199 |
+
"completions/min_terminated_length": 515.0,
|
200 |
+
"epoch": 0.0007432526594509221,
|
201 |
+
"frac_reward_zero_std": 0.5,
|
202 |
+
"grad_norm": 5.4375,
|
203 |
+
"learning_rate": 4.65e-07,
|
204 |
+
"loss": -0.0106,
|
205 |
+
"num_tokens": 32691.0,
|
206 |
+
"reward": -2.583625078201294,
|
207 |
+
"reward_std": 1.296303391456604,
|
208 |
+
"rewards/chatgpt_combined_reward/mean": -2.583625078201294,
|
209 |
+
"rewards/chatgpt_combined_reward/std": 8.693524360656738,
|
210 |
+
"step": 8
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"clip_ratio/high_max": 0.0,
|
214 |
+
"clip_ratio/high_mean": 0.0,
|
215 |
+
"clip_ratio/low_mean": 0.0,
|
216 |
+
"clip_ratio/low_min": 0.0,
|
217 |
+
"clip_ratio/region_mean": 0.0,
|
218 |
+
"completions/clipped_ratio": 0.5,
|
219 |
+
"completions/max_length": 1024.0,
|
220 |
+
"completions/max_terminated_length": 543.0,
|
221 |
+
"completions/mean_length": 776.5,
|
222 |
+
"completions/mean_terminated_length": 529.0,
|
223 |
+
"completions/min_length": 515.0,
|
224 |
+
"completions/min_terminated_length": 515.0,
|
225 |
+
"epoch": 0.0008361592418822874,
|
226 |
+
"frac_reward_zero_std": 0.0,
|
227 |
+
"grad_norm": 9.25,
|
228 |
+
"learning_rate": 4.6e-07,
|
229 |
+
"loss": 0.2254,
|
230 |
+
"num_tokens": 37845.0,
|
231 |
+
"reward": -6.249625205993652,
|
232 |
+
"reward_std": 2.9463372230529785,
|
233 |
+
"rewards/chatgpt_combined_reward/mean": -6.249625205993652,
|
234 |
+
"rewards/chatgpt_combined_reward/std": 2.846529960632324,
|
235 |
+
"step": 9
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"clip_ratio/high_max": 0.0,
|
239 |
+
"clip_ratio/high_mean": 0.0,
|
240 |
+
"clip_ratio/low_mean": 0.0,
|
241 |
+
"clip_ratio/low_min": 0.0,
|
242 |
+
"clip_ratio/region_mean": 0.0,
|
243 |
+
"completions/clipped_ratio": 0.0,
|
244 |
+
"completions/max_length": 537.0,
|
245 |
+
"completions/max_terminated_length": 537.0,
|
246 |
+
"completions/mean_length": 528.75,
|
247 |
+
"completions/mean_terminated_length": 528.75,
|
248 |
+
"completions/min_length": 518.0,
|
249 |
+
"completions/min_terminated_length": 518.0,
|
250 |
+
"epoch": 0.0009290658243136526,
|
251 |
+
"frac_reward_zero_std": 0.0,
|
252 |
+
"grad_norm": 8.1875,
|
253 |
+
"learning_rate": 4.55e-07,
|
254 |
+
"loss": 0.0017,
|
255 |
+
"num_tokens": 41190.0,
|
256 |
+
"reward": 0.33299994468688965,
|
257 |
+
"reward_std": 8.249107360839844,
|
258 |
+
"rewards/chatgpt_combined_reward/mean": 0.33299994468688965,
|
259 |
+
"rewards/chatgpt_combined_reward/std": 7.683218955993652,
|
260 |
+
"step": 10
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"clip_ratio/high_max": 0.0,
|
264 |
+
"clip_ratio/high_mean": 0.0,
|
265 |
+
"clip_ratio/low_mean": 0.0,
|
266 |
+
"clip_ratio/low_min": 0.0,
|
267 |
+
"clip_ratio/region_mean": 0.0,
|
268 |
+
"completions/clipped_ratio": 0.25,
|
269 |
+
"completions/max_length": 1024.0,
|
270 |
+
"completions/max_terminated_length": 554.0,
|
271 |
+
"completions/mean_length": 655.75,
|
272 |
+
"completions/mean_terminated_length": 533.0,
|
273 |
+
"completions/min_length": 516.0,
|
274 |
+
"completions/min_terminated_length": 516.0,
|
275 |
+
"epoch": 0.001021972406745018,
|
276 |
+
"frac_reward_zero_std": 0.0,
|
277 |
+
"grad_norm": 8.875,
|
278 |
+
"learning_rate": 4.5e-07,
|
279 |
+
"loss": 0.1097,
|
280 |
+
"num_tokens": 45861.0,
|
281 |
+
"reward": -8.89987564086914,
|
282 |
+
"reward_std": 1.7679438591003418,
|
283 |
+
"rewards/chatgpt_combined_reward/mean": -8.89987564086914,
|
284 |
+
"rewards/chatgpt_combined_reward/std": 2.62703275680542,
|
285 |
+
"step": 11
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"clip_ratio/high_max": 0.0,
|
289 |
+
"clip_ratio/high_mean": 0.0,
|
290 |
+
"clip_ratio/low_mean": 0.0,
|
291 |
+
"clip_ratio/low_min": 0.0,
|
292 |
+
"clip_ratio/region_mean": 0.0,
|
293 |
+
"completions/clipped_ratio": 0.0,
|
294 |
+
"completions/max_length": 561.0,
|
295 |
+
"completions/max_terminated_length": 561.0,
|
296 |
+
"completions/mean_length": 529.5,
|
297 |
+
"completions/mean_terminated_length": 529.5,
|
298 |
+
"completions/min_length": 513.0,
|
299 |
+
"completions/min_terminated_length": 513.0,
|
300 |
+
"epoch": 0.001114878989176383,
|
301 |
+
"frac_reward_zero_std": 0.5,
|
302 |
+
"grad_norm": 5.59375,
|
303 |
+
"learning_rate": 4.45e-07,
|
304 |
+
"loss": -0.0048,
|
305 |
+
"num_tokens": 49193.0,
|
306 |
+
"reward": -2.2503747940063477,
|
307 |
+
"reward_std": 2.003410577774048,
|
308 |
+
"rewards/chatgpt_combined_reward/mean": -2.2503747940063477,
|
309 |
+
"rewards/chatgpt_combined_reward/std": 9.242679595947266,
|
310 |
+
"step": 12
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"clip_ratio/high_max": 0.0,
|
314 |
+
"clip_ratio/high_mean": 0.0,
|
315 |
+
"clip_ratio/low_mean": 0.0,
|
316 |
+
"clip_ratio/low_min": 0.0,
|
317 |
+
"clip_ratio/region_mean": 0.0,
|
318 |
+
"completions/clipped_ratio": 0.0,
|
319 |
+
"completions/max_length": 591.0,
|
320 |
+
"completions/max_terminated_length": 591.0,
|
321 |
+
"completions/mean_length": 558.5,
|
322 |
+
"completions/mean_terminated_length": 558.5,
|
323 |
+
"completions/min_length": 515.0,
|
324 |
+
"completions/min_terminated_length": 515.0,
|
325 |
+
"epoch": 0.0012077855716077484,
|
326 |
+
"frac_reward_zero_std": 0.0,
|
327 |
+
"grad_norm": 7.90625,
|
328 |
+
"learning_rate": 4.3999999999999997e-07,
|
329 |
+
"loss": 0.0078,
|
330 |
+
"num_tokens": 53475.0,
|
331 |
+
"reward": -8.15000057220459,
|
332 |
+
"reward_std": 0.21213217079639435,
|
333 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
334 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
335 |
+
"step": 13
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"clip_ratio/high_max": 0.0,
|
339 |
+
"clip_ratio/high_mean": 0.0,
|
340 |
+
"clip_ratio/low_mean": 0.0,
|
341 |
+
"clip_ratio/low_min": 0.0,
|
342 |
+
"clip_ratio/region_mean": 0.0,
|
343 |
+
"completions/clipped_ratio": 0.0,
|
344 |
+
"completions/max_length": 1008.0,
|
345 |
+
"completions/max_terminated_length": 1008.0,
|
346 |
+
"completions/mean_length": 680.75,
|
347 |
+
"completions/mean_terminated_length": 680.75,
|
348 |
+
"completions/min_length": 523.0,
|
349 |
+
"completions/min_terminated_length": 523.0,
|
350 |
+
"epoch": 0.0013006921540391137,
|
351 |
+
"frac_reward_zero_std": 0.0,
|
352 |
+
"grad_norm": 6.9375,
|
353 |
+
"learning_rate": 4.3499999999999996e-07,
|
354 |
+
"loss": 0.0722,
|
355 |
+
"num_tokens": 58246.0,
|
356 |
+
"reward": -8.89987564086914,
|
357 |
+
"reward_std": 1.7679438591003418,
|
358 |
+
"rewards/chatgpt_combined_reward/mean": -8.89987564086914,
|
359 |
+
"rewards/chatgpt_combined_reward/std": 2.62703275680542,
|
360 |
+
"step": 14
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"clip_ratio/high_max": 0.0,
|
364 |
+
"clip_ratio/high_mean": 0.0,
|
365 |
+
"clip_ratio/low_mean": 0.0,
|
366 |
+
"clip_ratio/low_min": 0.0,
|
367 |
+
"clip_ratio/region_mean": 0.0,
|
368 |
+
"completions/clipped_ratio": 0.0,
|
369 |
+
"completions/max_length": 567.0,
|
370 |
+
"completions/max_terminated_length": 567.0,
|
371 |
+
"completions/mean_length": 533.5,
|
372 |
+
"completions/mean_terminated_length": 533.5,
|
373 |
+
"completions/min_length": 514.0,
|
374 |
+
"completions/min_terminated_length": 514.0,
|
375 |
+
"epoch": 0.001393598736470479,
|
376 |
+
"frac_reward_zero_std": 0.5,
|
377 |
+
"grad_norm": 5.53125,
|
378 |
+
"learning_rate": 4.2999999999999996e-07,
|
379 |
+
"loss": 0.0044,
|
380 |
+
"num_tokens": 62196.0,
|
381 |
+
"reward": -2.083625078201294,
|
382 |
+
"reward_std": 0.5891967415809631,
|
383 |
+
"rewards/chatgpt_combined_reward/mean": -2.083625078201294,
|
384 |
+
"rewards/chatgpt_combined_reward/std": 9.166325569152832,
|
385 |
+
"step": 15
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"clip_ratio/high_max": 0.0,
|
389 |
+
"clip_ratio/high_mean": 0.0,
|
390 |
+
"clip_ratio/low_mean": 0.0,
|
391 |
+
"clip_ratio/low_min": 0.0,
|
392 |
+
"clip_ratio/region_mean": 0.0,
|
393 |
+
"completions/clipped_ratio": 0.5,
|
394 |
+
"completions/max_length": 1024.0,
|
395 |
+
"completions/max_terminated_length": 729.0,
|
396 |
+
"completions/mean_length": 842.0,
|
397 |
+
"completions/mean_terminated_length": 660.0,
|
398 |
+
"completions/min_length": 591.0,
|
399 |
+
"completions/min_terminated_length": 591.0,
|
400 |
+
"epoch": 0.0014865053189018441,
|
401 |
+
"frac_reward_zero_std": 0.0,
|
402 |
+
"grad_norm": 8.75,
|
403 |
+
"learning_rate": 4.2499999999999995e-07,
|
404 |
+
"loss": -0.1542,
|
405 |
+
"num_tokens": 67612.0,
|
406 |
+
"reward": -8.15000057220459,
|
407 |
+
"reward_std": 0.21213217079639435,
|
408 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
409 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
410 |
+
"step": 16
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"clip_ratio/high_max": 0.0,
|
414 |
+
"clip_ratio/high_mean": 0.0,
|
415 |
+
"clip_ratio/low_mean": 0.0,
|
416 |
+
"clip_ratio/low_min": 0.0,
|
417 |
+
"clip_ratio/region_mean": 0.0,
|
418 |
+
"completions/clipped_ratio": 0.0,
|
419 |
+
"completions/max_length": 682.0,
|
420 |
+
"completions/max_terminated_length": 682.0,
|
421 |
+
"completions/mean_length": 560.0,
|
422 |
+
"completions/mean_terminated_length": 560.0,
|
423 |
+
"completions/min_length": 514.0,
|
424 |
+
"completions/min_terminated_length": 514.0,
|
425 |
+
"epoch": 0.0015794119013332094,
|
426 |
+
"frac_reward_zero_std": 0.5,
|
427 |
+
"grad_norm": 5.375,
|
428 |
+
"learning_rate": 4.1999999999999995e-07,
|
429 |
+
"loss": 0.0252,
|
430 |
+
"num_tokens": 71066.0,
|
431 |
+
"reward": -1.6670000553131104,
|
432 |
+
"reward_std": 2.3567867279052734,
|
433 |
+
"rewards/chatgpt_combined_reward/mean": -1.6670000553131104,
|
434 |
+
"rewards/chatgpt_combined_reward/std": 9.999555587768555,
|
435 |
+
"step": 17
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"clip_ratio/high_max": 0.0,
|
439 |
+
"clip_ratio/high_mean": 0.0,
|
440 |
+
"clip_ratio/low_mean": 0.0,
|
441 |
+
"clip_ratio/low_min": 0.0,
|
442 |
+
"clip_ratio/region_mean": 0.0,
|
443 |
+
"completions/clipped_ratio": 0.0,
|
444 |
+
"completions/max_length": 699.0,
|
445 |
+
"completions/max_terminated_length": 699.0,
|
446 |
+
"completions/mean_length": 607.5,
|
447 |
+
"completions/mean_terminated_length": 607.5,
|
448 |
+
"completions/min_length": 521.0,
|
449 |
+
"completions/min_terminated_length": 521.0,
|
450 |
+
"epoch": 0.0016723184837645747,
|
451 |
+
"frac_reward_zero_std": 0.0,
|
452 |
+
"grad_norm": 9.125,
|
453 |
+
"learning_rate": 4.1499999999999994e-07,
|
454 |
+
"loss": -0.0983,
|
455 |
+
"num_tokens": 75544.0,
|
456 |
+
"reward": -8.89987564086914,
|
457 |
+
"reward_std": 1.7679438591003418,
|
458 |
+
"rewards/chatgpt_combined_reward/mean": -8.89987564086914,
|
459 |
+
"rewards/chatgpt_combined_reward/std": 2.2138428688049316,
|
460 |
+
"step": 18
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"clip_ratio/high_max": 0.0,
|
464 |
+
"clip_ratio/high_mean": 0.0,
|
465 |
+
"clip_ratio/low_mean": 0.0,
|
466 |
+
"clip_ratio/low_min": 0.0,
|
467 |
+
"clip_ratio/region_mean": 0.0,
|
468 |
+
"completions/clipped_ratio": 0.0,
|
469 |
+
"completions/max_length": 754.0,
|
470 |
+
"completions/max_terminated_length": 754.0,
|
471 |
+
"completions/mean_length": 596.75,
|
472 |
+
"completions/mean_terminated_length": 596.75,
|
473 |
+
"completions/min_length": 529.0,
|
474 |
+
"completions/min_terminated_length": 529.0,
|
475 |
+
"epoch": 0.00176522506619594,
|
476 |
+
"frac_reward_zero_std": 0.0,
|
477 |
+
"grad_norm": 8.8125,
|
478 |
+
"learning_rate": 4.0999999999999994e-07,
|
479 |
+
"loss": 0.0,
|
480 |
+
"num_tokens": 79979.0,
|
481 |
+
"reward": -8.48324966430664,
|
482 |
+
"reward_std": 2.357140302658081,
|
483 |
+
"rewards/chatgpt_combined_reward/mean": -8.48324966430664,
|
484 |
+
"rewards/chatgpt_combined_reward/std": 3.0433735847473145,
|
485 |
+
"step": 19
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"clip_ratio/high_max": 0.0,
|
489 |
+
"clip_ratio/high_mean": 0.0,
|
490 |
+
"clip_ratio/low_mean": 0.0,
|
491 |
+
"clip_ratio/low_min": 0.0,
|
492 |
+
"clip_ratio/region_mean": 0.0,
|
493 |
+
"completions/clipped_ratio": 0.0,
|
494 |
+
"completions/max_length": 593.0,
|
495 |
+
"completions/max_terminated_length": 593.0,
|
496 |
+
"completions/mean_length": 545.25,
|
497 |
+
"completions/mean_terminated_length": 545.25,
|
498 |
+
"completions/min_length": 513.0,
|
499 |
+
"completions/min_terminated_length": 513.0,
|
500 |
+
"epoch": 0.0018581316486273051,
|
501 |
+
"frac_reward_zero_std": 0.5,
|
502 |
+
"grad_norm": 6.03125,
|
503 |
+
"learning_rate": 4.05e-07,
|
504 |
+
"loss": -0.0202,
|
505 |
+
"num_tokens": 83912.0,
|
506 |
+
"reward": -2.333625078201294,
|
507 |
+
"reward_std": 1.414036750793457,
|
508 |
+
"rewards/chatgpt_combined_reward/mean": -2.333625078201294,
|
509 |
+
"rewards/chatgpt_combined_reward/std": 9.001688957214355,
|
510 |
+
"step": 20
|
511 |
+
},
|
512 |
+
{
|
513 |
+
"clip_ratio/high_max": 0.0,
|
514 |
+
"clip_ratio/high_mean": 0.0,
|
515 |
+
"clip_ratio/low_mean": 0.0,
|
516 |
+
"clip_ratio/low_min": 0.0,
|
517 |
+
"clip_ratio/region_mean": 0.0,
|
518 |
+
"completions/clipped_ratio": 0.0,
|
519 |
+
"completions/max_length": 832.0,
|
520 |
+
"completions/max_terminated_length": 832.0,
|
521 |
+
"completions/mean_length": 612.0,
|
522 |
+
"completions/mean_terminated_length": 612.0,
|
523 |
+
"completions/min_length": 524.0,
|
524 |
+
"completions/min_terminated_length": 524.0,
|
525 |
+
"epoch": 0.0019510382310586705,
|
526 |
+
"frac_reward_zero_std": 0.5,
|
527 |
+
"grad_norm": 5.5,
|
528 |
+
"learning_rate": 4e-07,
|
529 |
+
"loss": 0.0457,
|
530 |
+
"num_tokens": 88190.0,
|
531 |
+
"reward": -2.1670000553131104,
|
532 |
+
"reward_std": 0.47128671407699585,
|
533 |
+
"rewards/chatgpt_combined_reward/mean": -2.1670000553131104,
|
534 |
+
"rewards/chatgpt_combined_reward/std": 9.061125755310059,
|
535 |
+
"step": 21
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"clip_ratio/high_max": 0.0,
|
539 |
+
"clip_ratio/high_mean": 0.0,
|
540 |
+
"clip_ratio/low_mean": 0.0,
|
541 |
+
"clip_ratio/low_min": 0.0,
|
542 |
+
"clip_ratio/region_mean": 0.0,
|
543 |
+
"completions/clipped_ratio": 0.25,
|
544 |
+
"completions/max_length": 1024.0,
|
545 |
+
"completions/max_terminated_length": 632.0,
|
546 |
+
"completions/mean_length": 709.5,
|
547 |
+
"completions/mean_terminated_length": 604.6666870117188,
|
548 |
+
"completions/min_length": 582.0,
|
549 |
+
"completions/min_terminated_length": 582.0,
|
550 |
+
"epoch": 0.002043944813490036,
|
551 |
+
"frac_reward_zero_std": 0.0,
|
552 |
+
"grad_norm": 7.75,
|
553 |
+
"learning_rate": 3.95e-07,
|
554 |
+
"loss": 0.089,
|
555 |
+
"num_tokens": 93076.0,
|
556 |
+
"reward": -6.816500663757324,
|
557 |
+
"reward_std": 0.21213209629058838,
|
558 |
+
"rewards/chatgpt_combined_reward/mean": -6.816500663757324,
|
559 |
+
"rewards/chatgpt_combined_reward/std": 4.199178218841553,
|
560 |
+
"step": 22
|
561 |
+
},
|
562 |
+
{
|
563 |
+
"clip_ratio/high_max": 0.0,
|
564 |
+
"clip_ratio/high_mean": 0.0,
|
565 |
+
"clip_ratio/low_mean": 0.0,
|
566 |
+
"clip_ratio/low_min": 0.0,
|
567 |
+
"clip_ratio/region_mean": 0.0,
|
568 |
+
"completions/clipped_ratio": 0.0,
|
569 |
+
"completions/max_length": 547.0,
|
570 |
+
"completions/max_terminated_length": 547.0,
|
571 |
+
"completions/mean_length": 533.0,
|
572 |
+
"completions/mean_terminated_length": 533.0,
|
573 |
+
"completions/min_length": 517.0,
|
574 |
+
"completions/min_terminated_length": 517.0,
|
575 |
+
"epoch": 0.002136851395921401,
|
576 |
+
"frac_reward_zero_std": 0.5,
|
577 |
+
"grad_norm": 6.6875,
|
578 |
+
"learning_rate": 3.8999999999999997e-07,
|
579 |
+
"loss": 0.0049,
|
580 |
+
"num_tokens": 96414.0,
|
581 |
+
"reward": -2.5003750324249268,
|
582 |
+
"reward_std": 1.6498569250106812,
|
583 |
+
"rewards/chatgpt_combined_reward/mean": -2.5003750324249268,
|
584 |
+
"rewards/chatgpt_combined_reward/std": 8.866897583007812,
|
585 |
+
"step": 23
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"clip_ratio/high_max": 0.0,
|
589 |
+
"clip_ratio/high_mean": 0.0,
|
590 |
+
"clip_ratio/low_mean": 0.0,
|
591 |
+
"clip_ratio/low_min": 0.0,
|
592 |
+
"clip_ratio/region_mean": 0.0,
|
593 |
+
"completions/clipped_ratio": 0.0,
|
594 |
+
"completions/max_length": 992.0,
|
595 |
+
"completions/max_terminated_length": 992.0,
|
596 |
+
"completions/mean_length": 722.25,
|
597 |
+
"completions/mean_terminated_length": 722.25,
|
598 |
+
"completions/min_length": 521.0,
|
599 |
+
"completions/min_terminated_length": 521.0,
|
600 |
+
"epoch": 0.002229757978352766,
|
601 |
+
"frac_reward_zero_std": 0.5,
|
602 |
+
"grad_norm": 4.3125,
|
603 |
+
"learning_rate": 3.8499999999999997e-07,
|
604 |
+
"loss": 0.0319,
|
605 |
+
"num_tokens": 100539.0,
|
606 |
+
"reward": -2.083624839782715,
|
607 |
+
"reward_std": 1.7675902843475342,
|
608 |
+
"rewards/chatgpt_combined_reward/mean": -2.083624839782715,
|
609 |
+
"rewards/chatgpt_combined_reward/std": 9.366135597229004,
|
610 |
+
"step": 24
|
611 |
+
},
|
612 |
+
{
|
613 |
+
"clip_ratio/high_max": 0.0,
|
614 |
+
"clip_ratio/high_mean": 0.0,
|
615 |
+
"clip_ratio/low_mean": 0.0,
|
616 |
+
"clip_ratio/low_min": 0.0,
|
617 |
+
"clip_ratio/region_mean": 0.0,
|
618 |
+
"completions/clipped_ratio": 0.0,
|
619 |
+
"completions/max_length": 716.0,
|
620 |
+
"completions/max_terminated_length": 716.0,
|
621 |
+
"completions/mean_length": 616.5,
|
622 |
+
"completions/mean_terminated_length": 616.5,
|
623 |
+
"completions/min_length": 517.0,
|
624 |
+
"completions/min_terminated_length": 517.0,
|
625 |
+
"epoch": 0.0023226645607841317,
|
626 |
+
"frac_reward_zero_std": 0.5,
|
627 |
+
"grad_norm": 4.90625,
|
628 |
+
"learning_rate": 3.7999999999999996e-07,
|
629 |
+
"loss": 0.0023,
|
630 |
+
"num_tokens": 104789.0,
|
631 |
+
"reward": -2.333750009536743,
|
632 |
+
"reward_std": 0.942926824092865,
|
633 |
+
"rewards/chatgpt_combined_reward/mean": -2.333750009536743,
|
634 |
+
"rewards/chatgpt_combined_reward/std": 8.91893196105957,
|
635 |
+
"step": 25
|
636 |
+
},
|
637 |
+
{
|
638 |
+
"clip_ratio/high_max": 0.0,
|
639 |
+
"clip_ratio/high_mean": 0.0,
|
640 |
+
"clip_ratio/low_mean": 0.0,
|
641 |
+
"clip_ratio/low_min": 0.0,
|
642 |
+
"clip_ratio/region_mean": 0.0,
|
643 |
+
"completions/clipped_ratio": 0.0,
|
644 |
+
"completions/max_length": 801.0,
|
645 |
+
"completions/max_terminated_length": 801.0,
|
646 |
+
"completions/mean_length": 624.0,
|
647 |
+
"completions/mean_terminated_length": 624.0,
|
648 |
+
"completions/min_length": 518.0,
|
649 |
+
"completions/min_terminated_length": 518.0,
|
650 |
+
"epoch": 0.002415571143215497,
|
651 |
+
"frac_reward_zero_std": 0.0,
|
652 |
+
"grad_norm": 8.0625,
|
653 |
+
"learning_rate": 3.75e-07,
|
654 |
+
"loss": -0.0,
|
655 |
+
"num_tokens": 109333.0,
|
656 |
+
"reward": -7.916375160217285,
|
657 |
+
"reward_std": 2.9466910362243652,
|
658 |
+
"rewards/chatgpt_combined_reward/mean": -7.916375160217285,
|
659 |
+
"rewards/chatgpt_combined_reward/std": 2.500305652618408,
|
660 |
+
"step": 26
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"clip_ratio/high_max": 0.0,
|
664 |
+
"clip_ratio/high_mean": 0.0,
|
665 |
+
"clip_ratio/low_mean": 0.0,
|
666 |
+
"clip_ratio/low_min": 0.0,
|
667 |
+
"clip_ratio/region_mean": 0.0,
|
668 |
+
"completions/clipped_ratio": 0.0,
|
669 |
+
"completions/max_length": 602.0,
|
670 |
+
"completions/max_terminated_length": 602.0,
|
671 |
+
"completions/mean_length": 579.5,
|
672 |
+
"completions/mean_terminated_length": 579.5,
|
673 |
+
"completions/min_length": 539.0,
|
674 |
+
"completions/min_terminated_length": 539.0,
|
675 |
+
"epoch": 0.002508477725646862,
|
676 |
+
"frac_reward_zero_std": 0.0,
|
677 |
+
"grad_norm": 7.21875,
|
678 |
+
"learning_rate": 3.7e-07,
|
679 |
+
"loss": 0.015,
|
680 |
+
"num_tokens": 112875.0,
|
681 |
+
"reward": 2.384185791015625e-07,
|
682 |
+
"reward_std": 2.3567869663238525,
|
683 |
+
"rewards/chatgpt_combined_reward/mean": 2.384185791015625e-07,
|
684 |
+
"rewards/chatgpt_combined_reward/std": 7.070361137390137,
|
685 |
+
"step": 27
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"clip_ratio/high_max": 0.0,
|
689 |
+
"clip_ratio/high_mean": 0.0,
|
690 |
+
"clip_ratio/low_mean": 0.0,
|
691 |
+
"clip_ratio/low_min": 0.0,
|
692 |
+
"clip_ratio/region_mean": 0.0,
|
693 |
+
"completions/clipped_ratio": 0.25,
|
694 |
+
"completions/max_length": 1024.0,
|
695 |
+
"completions/max_terminated_length": 695.0,
|
696 |
+
"completions/mean_length": 694.0,
|
697 |
+
"completions/mean_terminated_length": 584.0,
|
698 |
+
"completions/min_length": 516.0,
|
699 |
+
"completions/min_terminated_length": 516.0,
|
700 |
+
"epoch": 0.0026013843080782274,
|
701 |
+
"frac_reward_zero_std": 0.0,
|
702 |
+
"grad_norm": 8.5625,
|
703 |
+
"learning_rate": 3.65e-07,
|
704 |
+
"loss": -0.076,
|
705 |
+
"num_tokens": 117699.0,
|
706 |
+
"reward": -5.416375160217285,
|
707 |
+
"reward_std": 2.9463372230529785,
|
708 |
+
"rewards/chatgpt_combined_reward/mean": -5.416375160217285,
|
709 |
+
"rewards/chatgpt_combined_reward/std": 3.4360225200653076,
|
710 |
+
"step": 28
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"clip_ratio/high_max": 0.0,
|
714 |
+
"clip_ratio/high_mean": 0.0,
|
715 |
+
"clip_ratio/low_mean": 0.0,
|
716 |
+
"clip_ratio/low_min": 0.0,
|
717 |
+
"clip_ratio/region_mean": 0.0,
|
718 |
+
"completions/clipped_ratio": 0.75,
|
719 |
+
"completions/max_length": 1024.0,
|
720 |
+
"completions/max_terminated_length": 571.0,
|
721 |
+
"completions/mean_length": 910.75,
|
722 |
+
"completions/mean_terminated_length": 571.0,
|
723 |
+
"completions/min_length": 571.0,
|
724 |
+
"completions/min_terminated_length": 571.0,
|
725 |
+
"epoch": 0.0026942908905095925,
|
726 |
+
"frac_reward_zero_std": 0.0,
|
727 |
+
"grad_norm": 8.4375,
|
728 |
+
"learning_rate": 3.6e-07,
|
729 |
+
"loss": 0.1004,
|
730 |
+
"num_tokens": 123390.0,
|
731 |
+
"reward": -8.48324966430664,
|
732 |
+
"reward_std": 2.357140302658081,
|
733 |
+
"rewards/chatgpt_combined_reward/mean": -8.48324966430664,
|
734 |
+
"rewards/chatgpt_combined_reward/std": 3.0433735847473145,
|
735 |
+
"step": 29
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"clip_ratio/high_max": 0.0,
|
739 |
+
"clip_ratio/high_mean": 0.0,
|
740 |
+
"clip_ratio/low_mean": 0.0,
|
741 |
+
"clip_ratio/low_min": 0.0,
|
742 |
+
"clip_ratio/region_mean": 0.0,
|
743 |
+
"completions/clipped_ratio": 0.25,
|
744 |
+
"completions/max_length": 1024.0,
|
745 |
+
"completions/max_terminated_length": 636.0,
|
746 |
+
"completions/mean_length": 700.75,
|
747 |
+
"completions/mean_terminated_length": 593.0,
|
748 |
+
"completions/min_length": 517.0,
|
749 |
+
"completions/min_terminated_length": 517.0,
|
750 |
+
"epoch": 0.002787197472940958,
|
751 |
+
"frac_reward_zero_std": 0.5,
|
752 |
+
"grad_norm": 4.5,
|
753 |
+
"learning_rate": 3.55e-07,
|
754 |
+
"loss": 0.0609,
|
755 |
+
"num_tokens": 128241.0,
|
756 |
+
"reward": -7.499750137329102,
|
757 |
+
"reward_std": 1.1783934831619263,
|
758 |
+
"rewards/chatgpt_combined_reward/mean": -7.499750137329102,
|
759 |
+
"rewards/chatgpt_combined_reward/std": 3.191626787185669,
|
760 |
+
"step": 30
|
761 |
+
},
|
762 |
+
{
|
763 |
+
"clip_ratio/high_max": 0.0,
|
764 |
+
"clip_ratio/high_mean": 0.0,
|
765 |
+
"clip_ratio/low_mean": 0.0,
|
766 |
+
"clip_ratio/low_min": 0.0,
|
767 |
+
"clip_ratio/region_mean": 0.0,
|
768 |
+
"completions/clipped_ratio": 0.0,
|
769 |
+
"completions/max_length": 733.0,
|
770 |
+
"completions/max_terminated_length": 733.0,
|
771 |
+
"completions/mean_length": 613.0,
|
772 |
+
"completions/mean_terminated_length": 613.0,
|
773 |
+
"completions/min_length": 513.0,
|
774 |
+
"completions/min_terminated_length": 513.0,
|
775 |
+
"epoch": 0.002880104055372323,
|
776 |
+
"frac_reward_zero_std": 0.5,
|
777 |
+
"grad_norm": 5.21875,
|
778 |
+
"learning_rate": 3.5e-07,
|
779 |
+
"loss": 0.0078,
|
780 |
+
"num_tokens": 132735.0,
|
781 |
+
"reward": -2.5002501010894775,
|
782 |
+
"reward_std": 1.1783934831619263,
|
783 |
+
"rewards/chatgpt_combined_reward/mean": -2.5002501010894775,
|
784 |
+
"rewards/chatgpt_combined_reward/std": 8.766212463378906,
|
785 |
+
"step": 31
|
786 |
+
},
|
787 |
+
{
|
788 |
+
"clip_ratio/high_max": 0.0,
|
789 |
+
"clip_ratio/high_mean": 0.0,
|
790 |
+
"clip_ratio/low_mean": 0.0,
|
791 |
+
"clip_ratio/low_min": 0.0,
|
792 |
+
"clip_ratio/region_mean": 0.0,
|
793 |
+
"completions/clipped_ratio": 0.0,
|
794 |
+
"completions/max_length": 995.0,
|
795 |
+
"completions/max_terminated_length": 995.0,
|
796 |
+
"completions/mean_length": 712.0,
|
797 |
+
"completions/mean_terminated_length": 712.0,
|
798 |
+
"completions/min_length": 534.0,
|
799 |
+
"completions/min_terminated_length": 534.0,
|
800 |
+
"epoch": 0.0029730106378036882,
|
801 |
+
"frac_reward_zero_std": 0.5,
|
802 |
+
"grad_norm": 4.46875,
|
803 |
+
"learning_rate": 3.45e-07,
|
804 |
+
"loss": 0.0859,
|
805 |
+
"num_tokens": 137571.0,
|
806 |
+
"reward": -1.7503750324249268,
|
807 |
+
"reward_std": 2.4746968746185303,
|
808 |
+
"rewards/chatgpt_combined_reward/mean": -1.7503750324249268,
|
809 |
+
"rewards/chatgpt_combined_reward/std": 9.945212364196777,
|
810 |
+
"step": 32
|
811 |
+
},
|
812 |
+
{
|
813 |
+
"clip_ratio/high_max": 0.0,
|
814 |
+
"clip_ratio/high_mean": 0.0,
|
815 |
+
"clip_ratio/low_mean": 0.0,
|
816 |
+
"clip_ratio/low_min": 0.0,
|
817 |
+
"clip_ratio/region_mean": 0.0,
|
818 |
+
"completions/clipped_ratio": 0.0,
|
819 |
+
"completions/max_length": 570.0,
|
820 |
+
"completions/max_terminated_length": 570.0,
|
821 |
+
"completions/mean_length": 531.0,
|
822 |
+
"completions/mean_terminated_length": 531.0,
|
823 |
+
"completions/min_length": 513.0,
|
824 |
+
"completions/min_terminated_length": 513.0,
|
825 |
+
"epoch": 0.0030659172202350538,
|
826 |
+
"frac_reward_zero_std": 0.0,
|
827 |
+
"grad_norm": 7.46875,
|
828 |
+
"learning_rate": 3.4000000000000003e-07,
|
829 |
+
"loss": 0.0149,
|
830 |
+
"num_tokens": 141743.0,
|
831 |
+
"reward": -9.316499710083008,
|
832 |
+
"reward_std": 1.1787471771240234,
|
833 |
+
"rewards/chatgpt_combined_reward/mean": -9.316499710083008,
|
834 |
+
"rewards/chatgpt_combined_reward/std": 1.3887726068496704,
|
835 |
+
"step": 33
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"clip_ratio/high_max": 0.0,
|
839 |
+
"clip_ratio/high_mean": 0.0,
|
840 |
+
"clip_ratio/low_mean": 0.0,
|
841 |
+
"clip_ratio/low_min": 0.0,
|
842 |
+
"clip_ratio/region_mean": 0.0,
|
843 |
+
"completions/clipped_ratio": 0.25,
|
844 |
+
"completions/max_length": 1024.0,
|
845 |
+
"completions/max_terminated_length": 721.0,
|
846 |
+
"completions/mean_length": 750.75,
|
847 |
+
"completions/mean_terminated_length": 659.6666870117188,
|
848 |
+
"completions/min_length": 605.0,
|
849 |
+
"completions/min_terminated_length": 605.0,
|
850 |
+
"epoch": 0.003158823802666419,
|
851 |
+
"frac_reward_zero_std": 0.5,
|
852 |
+
"grad_norm": 5.34375,
|
853 |
+
"learning_rate": 3.35e-07,
|
854 |
+
"loss": -0.0175,
|
855 |
+
"num_tokens": 146734.0,
|
856 |
+
"reward": -2.083624839782715,
|
857 |
+
"reward_std": 1.7675902843475342,
|
858 |
+
"rewards/chatgpt_combined_reward/mean": -2.083624839782715,
|
859 |
+
"rewards/chatgpt_combined_reward/std": 9.366135597229004,
|
860 |
+
"step": 34
|
861 |
+
},
|
862 |
+
{
|
863 |
+
"clip_ratio/high_max": 0.0,
|
864 |
+
"clip_ratio/high_mean": 0.0,
|
865 |
+
"clip_ratio/low_mean": 0.0,
|
866 |
+
"clip_ratio/low_min": 0.0,
|
867 |
+
"clip_ratio/region_mean": 0.0,
|
868 |
+
"completions/clipped_ratio": 0.0,
|
869 |
+
"completions/max_length": 643.0,
|
870 |
+
"completions/max_terminated_length": 643.0,
|
871 |
+
"completions/mean_length": 552.5,
|
872 |
+
"completions/mean_terminated_length": 552.5,
|
873 |
+
"completions/min_length": 514.0,
|
874 |
+
"completions/min_terminated_length": 514.0,
|
875 |
+
"epoch": 0.0032517303850977844,
|
876 |
+
"frac_reward_zero_std": 0.5,
|
877 |
+
"grad_norm": 5.09375,
|
878 |
+
"learning_rate": 3.3e-07,
|
879 |
+
"loss": -0.0381,
|
880 |
+
"num_tokens": 150992.0,
|
881 |
+
"reward": -6.666500091552734,
|
882 |
+
"reward_std": 1.1783933639526367,
|
883 |
+
"rewards/chatgpt_combined_reward/mean": -6.666500091552734,
|
884 |
+
"rewards/chatgpt_combined_reward/std": 4.0826191902160645,
|
885 |
+
"step": 35
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"clip_ratio/high_max": 0.0,
|
889 |
+
"clip_ratio/high_mean": 0.0,
|
890 |
+
"clip_ratio/low_mean": 0.0,
|
891 |
+
"clip_ratio/low_min": 0.0,
|
892 |
+
"clip_ratio/region_mean": 0.0,
|
893 |
+
"completions/clipped_ratio": 0.0,
|
894 |
+
"completions/max_length": 738.0,
|
895 |
+
"completions/max_terminated_length": 738.0,
|
896 |
+
"completions/mean_length": 577.25,
|
897 |
+
"completions/mean_terminated_length": 577.25,
|
898 |
+
"completions/min_length": 522.0,
|
899 |
+
"completions/min_terminated_length": 522.0,
|
900 |
+
"epoch": 0.0033446369675291495,
|
901 |
+
"frac_reward_zero_std": 0.0,
|
902 |
+
"grad_norm": 8.5625,
|
903 |
+
"learning_rate": 3.25e-07,
|
904 |
+
"loss": -0.059,
|
905 |
+
"num_tokens": 155349.0,
|
906 |
+
"reward": -6.249875068664551,
|
907 |
+
"reward_std": 5.3034772872924805,
|
908 |
+
"rewards/chatgpt_combined_reward/mean": -6.249875068664551,
|
909 |
+
"rewards/chatgpt_combined_reward/std": 4.383391380310059,
|
910 |
+
"step": 36
|
911 |
+
},
|
912 |
+
{
|
913 |
+
"clip_ratio/high_max": 0.0,
|
914 |
+
"clip_ratio/high_mean": 0.0,
|
915 |
+
"clip_ratio/low_mean": 0.0,
|
916 |
+
"clip_ratio/low_min": 0.0,
|
917 |
+
"clip_ratio/region_mean": 0.0,
|
918 |
+
"completions/clipped_ratio": 0.0,
|
919 |
+
"completions/max_length": 801.0,
|
920 |
+
"completions/max_terminated_length": 801.0,
|
921 |
+
"completions/mean_length": 589.5,
|
922 |
+
"completions/mean_terminated_length": 589.5,
|
923 |
+
"completions/min_length": 517.0,
|
924 |
+
"completions/min_terminated_length": 517.0,
|
925 |
+
"epoch": 0.0034375435499605146,
|
926 |
+
"frac_reward_zero_std": 0.0,
|
927 |
+
"grad_norm": 7.125,
|
928 |
+
"learning_rate": 3.2e-07,
|
929 |
+
"loss": -0.0,
|
930 |
+
"num_tokens": 159755.0,
|
931 |
+
"reward": -8.15000057220459,
|
932 |
+
"reward_std": 0.21213217079639435,
|
933 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
934 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
935 |
+
"step": 37
|
936 |
+
},
|
937 |
+
{
|
938 |
+
"clip_ratio/high_max": 0.0,
|
939 |
+
"clip_ratio/high_mean": 0.0,
|
940 |
+
"clip_ratio/low_mean": 0.0,
|
941 |
+
"clip_ratio/low_min": 0.0,
|
942 |
+
"clip_ratio/region_mean": 0.0,
|
943 |
+
"completions/clipped_ratio": 0.0,
|
944 |
+
"completions/max_length": 713.0,
|
945 |
+
"completions/max_terminated_length": 713.0,
|
946 |
+
"completions/mean_length": 602.5,
|
947 |
+
"completions/mean_terminated_length": 602.5,
|
948 |
+
"completions/min_length": 548.0,
|
949 |
+
"completions/min_terminated_length": 548.0,
|
950 |
+
"epoch": 0.00353045013239188,
|
951 |
+
"frac_reward_zero_std": 0.0,
|
952 |
+
"grad_norm": 8.25,
|
953 |
+
"learning_rate": 3.15e-07,
|
954 |
+
"loss": -0.0297,
|
955 |
+
"num_tokens": 164213.0,
|
956 |
+
"reward": -8.066625595092773,
|
957 |
+
"reward_std": 2.9463369846343994,
|
958 |
+
"rewards/chatgpt_combined_reward/mean": -8.066625595092773,
|
959 |
+
"rewards/chatgpt_combined_reward/std": 4.283124923706055,
|
960 |
+
"step": 38
|
961 |
+
},
|
962 |
+
{
|
963 |
+
"clip_ratio/high_max": 0.0,
|
964 |
+
"clip_ratio/high_mean": 0.0,
|
965 |
+
"clip_ratio/low_mean": 0.0,
|
966 |
+
"clip_ratio/low_min": 0.0,
|
967 |
+
"clip_ratio/region_mean": 0.0,
|
968 |
+
"completions/clipped_ratio": 0.0,
|
969 |
+
"completions/max_length": 810.0,
|
970 |
+
"completions/max_terminated_length": 810.0,
|
971 |
+
"completions/mean_length": 696.5,
|
972 |
+
"completions/mean_terminated_length": 696.5,
|
973 |
+
"completions/min_length": 536.0,
|
974 |
+
"completions/min_terminated_length": 536.0,
|
975 |
+
"epoch": 0.003623356714823245,
|
976 |
+
"frac_reward_zero_std": 0.0,
|
977 |
+
"grad_norm": 6.875,
|
978 |
+
"learning_rate": 3.1e-07,
|
979 |
+
"loss": -0.0857,
|
980 |
+
"num_tokens": 169047.0,
|
981 |
+
"reward": -8.483250617980957,
|
982 |
+
"reward_std": 2.357140302658081,
|
983 |
+
"rewards/chatgpt_combined_reward/mean": -8.483250617980957,
|
984 |
+
"rewards/chatgpt_combined_reward/std": 3.453827142715454,
|
985 |
+
"step": 39
|
986 |
+
},
|
987 |
+
{
|
988 |
+
"clip_ratio/high_max": 0.0,
|
989 |
+
"clip_ratio/high_mean": 0.0,
|
990 |
+
"clip_ratio/low_mean": 0.0,
|
991 |
+
"clip_ratio/low_min": 0.0,
|
992 |
+
"clip_ratio/region_mean": 0.0,
|
993 |
+
"completions/clipped_ratio": 0.25,
|
994 |
+
"completions/max_length": 1024.0,
|
995 |
+
"completions/max_terminated_length": 575.0,
|
996 |
+
"completions/mean_length": 666.0,
|
997 |
+
"completions/mean_terminated_length": 546.6666870117188,
|
998 |
+
"completions/min_length": 530.0,
|
999 |
+
"completions/min_terminated_length": 530.0,
|
1000 |
+
"epoch": 0.0037162632972546103,
|
1001 |
+
"frac_reward_zero_std": 0.0,
|
1002 |
+
"grad_norm": 8.25,
|
1003 |
+
"learning_rate": 3.05e-07,
|
1004 |
+
"loss": -0.0,
|
1005 |
+
"num_tokens": 172953.0,
|
1006 |
+
"reward": -0.25024986267089844,
|
1007 |
+
"reward_std": 3.889087200164795,
|
1008 |
+
"rewards/chatgpt_combined_reward/mean": -0.25024986267089844,
|
1009 |
+
"rewards/chatgpt_combined_reward/std": 8.088777542114258,
|
1010 |
+
"step": 40
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"clip_ratio/high_max": 0.0,
|
1014 |
+
"clip_ratio/high_mean": 0.0,
|
1015 |
+
"clip_ratio/low_mean": 0.0,
|
1016 |
+
"clip_ratio/low_min": 0.0,
|
1017 |
+
"clip_ratio/region_mean": 0.0,
|
1018 |
+
"completions/clipped_ratio": 0.0,
|
1019 |
+
"completions/max_length": 575.0,
|
1020 |
+
"completions/max_terminated_length": 575.0,
|
1021 |
+
"completions/mean_length": 537.25,
|
1022 |
+
"completions/mean_terminated_length": 537.25,
|
1023 |
+
"completions/min_length": 522.0,
|
1024 |
+
"completions/min_terminated_length": 522.0,
|
1025 |
+
"epoch": 0.003809169879685976,
|
1026 |
+
"frac_reward_zero_std": 0.5,
|
1027 |
+
"grad_norm": 5.71875,
|
1028 |
+
"learning_rate": 3e-07,
|
1029 |
+
"loss": -0.0072,
|
1030 |
+
"num_tokens": 176344.0,
|
1031 |
+
"reward": -3.666874885559082,
|
1032 |
+
"reward_std": 0.9427501559257507,
|
1033 |
+
"rewards/chatgpt_combined_reward/mean": -3.666874885559082,
|
1034 |
+
"rewards/chatgpt_combined_reward/std": 7.393443584442139,
|
1035 |
+
"step": 41
|
1036 |
+
},
|
1037 |
+
{
|
1038 |
+
"clip_ratio/high_max": 0.0,
|
1039 |
+
"clip_ratio/high_mean": 0.0,
|
1040 |
+
"clip_ratio/low_mean": 0.0,
|
1041 |
+
"clip_ratio/low_min": 0.0,
|
1042 |
+
"clip_ratio/region_mean": 0.0,
|
1043 |
+
"completions/clipped_ratio": 0.0,
|
1044 |
+
"completions/max_length": 670.0,
|
1045 |
+
"completions/max_terminated_length": 670.0,
|
1046 |
+
"completions/mean_length": 577.0,
|
1047 |
+
"completions/mean_terminated_length": 577.0,
|
1048 |
+
"completions/min_length": 538.0,
|
1049 |
+
"completions/min_terminated_length": 538.0,
|
1050 |
+
"epoch": 0.003902076462117341,
|
1051 |
+
"frac_reward_zero_std": 0.0,
|
1052 |
+
"grad_norm": 8.0,
|
1053 |
+
"learning_rate": 2.95e-07,
|
1054 |
+
"loss": -0.0,
|
1055 |
+
"num_tokens": 180700.0,
|
1056 |
+
"reward": -8.15000057220459,
|
1057 |
+
"reward_std": 0.21213217079639435,
|
1058 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1059 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1060 |
+
"step": 42
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"clip_ratio/high_max": 0.0,
|
1064 |
+
"clip_ratio/high_mean": 0.0,
|
1065 |
+
"clip_ratio/low_mean": 0.0,
|
1066 |
+
"clip_ratio/low_min": 0.0,
|
1067 |
+
"clip_ratio/region_mean": 0.0,
|
1068 |
+
"completions/clipped_ratio": 0.0,
|
1069 |
+
"completions/max_length": 741.0,
|
1070 |
+
"completions/max_terminated_length": 741.0,
|
1071 |
+
"completions/mean_length": 606.0,
|
1072 |
+
"completions/mean_terminated_length": 606.0,
|
1073 |
+
"completions/min_length": 522.0,
|
1074 |
+
"completions/min_terminated_length": 522.0,
|
1075 |
+
"epoch": 0.003994983044548706,
|
1076 |
+
"frac_reward_zero_std": 0.0,
|
1077 |
+
"grad_norm": 7.625,
|
1078 |
+
"learning_rate": 2.9e-07,
|
1079 |
+
"loss": 0.033,
|
1080 |
+
"num_tokens": 185098.0,
|
1081 |
+
"reward": -1.9167499542236328,
|
1082 |
+
"reward_std": 5.06748104095459,
|
1083 |
+
"rewards/chatgpt_combined_reward/mean": -1.9167499542236328,
|
1084 |
+
"rewards/chatgpt_combined_reward/std": 5.698338031768799,
|
1085 |
+
"step": 43
|
1086 |
+
},
|
1087 |
+
{
|
1088 |
+
"clip_ratio/high_max": 0.0,
|
1089 |
+
"clip_ratio/high_mean": 0.0,
|
1090 |
+
"clip_ratio/low_mean": 0.0,
|
1091 |
+
"clip_ratio/low_min": 0.0,
|
1092 |
+
"clip_ratio/region_mean": 0.0,
|
1093 |
+
"completions/clipped_ratio": 0.0,
|
1094 |
+
"completions/max_length": 575.0,
|
1095 |
+
"completions/max_terminated_length": 575.0,
|
1096 |
+
"completions/mean_length": 560.0,
|
1097 |
+
"completions/mean_terminated_length": 560.0,
|
1098 |
+
"completions/min_length": 544.0,
|
1099 |
+
"completions/min_terminated_length": 544.0,
|
1100 |
+
"epoch": 0.004087889626980072,
|
1101 |
+
"frac_reward_zero_std": 0.0,
|
1102 |
+
"grad_norm": 8.4375,
|
1103 |
+
"learning_rate": 2.8499999999999997e-07,
|
1104 |
+
"loss": 0.0152,
|
1105 |
+
"num_tokens": 188550.0,
|
1106 |
+
"reward": -1.6668751239776611,
|
1107 |
+
"reward_std": 1.8856770992279053,
|
1108 |
+
"rewards/chatgpt_combined_reward/mean": -1.6668751239776611,
|
1109 |
+
"rewards/chatgpt_combined_reward/std": 7.039121150970459,
|
1110 |
+
"step": 44
|
1111 |
+
},
|
1112 |
+
{
|
1113 |
+
"clip_ratio/high_max": 0.0,
|
1114 |
+
"clip_ratio/high_mean": 0.0,
|
1115 |
+
"clip_ratio/low_mean": 0.0,
|
1116 |
+
"clip_ratio/low_min": 0.0,
|
1117 |
+
"clip_ratio/region_mean": 0.0,
|
1118 |
+
"completions/clipped_ratio": 0.5,
|
1119 |
+
"completions/max_length": 1024.0,
|
1120 |
+
"completions/max_terminated_length": 573.0,
|
1121 |
+
"completions/mean_length": 785.0,
|
1122 |
+
"completions/mean_terminated_length": 546.0,
|
1123 |
+
"completions/min_length": 519.0,
|
1124 |
+
"completions/min_terminated_length": 519.0,
|
1125 |
+
"epoch": 0.004180796209411437,
|
1126 |
+
"frac_reward_zero_std": 0.0,
|
1127 |
+
"grad_norm": 8.75,
|
1128 |
+
"learning_rate": 2.8e-07,
|
1129 |
+
"loss": -0.0,
|
1130 |
+
"num_tokens": 193738.0,
|
1131 |
+
"reward": -8.15000057220459,
|
1132 |
+
"reward_std": 0.21213217079639435,
|
1133 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1134 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1135 |
+
"step": 45
|
1136 |
+
},
|
1137 |
+
{
|
1138 |
+
"clip_ratio/high_max": 0.0,
|
1139 |
+
"clip_ratio/high_mean": 0.0,
|
1140 |
+
"clip_ratio/low_mean": 0.0,
|
1141 |
+
"clip_ratio/low_min": 0.0,
|
1142 |
+
"clip_ratio/region_mean": 0.0,
|
1143 |
+
"completions/clipped_ratio": 0.25,
|
1144 |
+
"completions/max_length": 1024.0,
|
1145 |
+
"completions/max_terminated_length": 534.0,
|
1146 |
+
"completions/mean_length": 651.5,
|
1147 |
+
"completions/mean_terminated_length": 527.3333740234375,
|
1148 |
+
"completions/min_length": 515.0,
|
1149 |
+
"completions/min_terminated_length": 515.0,
|
1150 |
+
"epoch": 0.004273702791842802,
|
1151 |
+
"frac_reward_zero_std": 0.0,
|
1152 |
+
"grad_norm": 7.6875,
|
1153 |
+
"learning_rate": 2.75e-07,
|
1154 |
+
"loss": 0.1173,
|
1155 |
+
"num_tokens": 198392.0,
|
1156 |
+
"reward": -8.066625595092773,
|
1157 |
+
"reward_std": 3.1584692001342773,
|
1158 |
+
"rewards/chatgpt_combined_reward/mean": -8.066625595092773,
|
1159 |
+
"rewards/chatgpt_combined_reward/std": 4.083926677703857,
|
1160 |
+
"step": 46
|
1161 |
+
},
|
1162 |
+
{
|
1163 |
+
"clip_ratio/high_max": 0.0,
|
1164 |
+
"clip_ratio/high_mean": 0.0,
|
1165 |
+
"clip_ratio/low_mean": 0.0,
|
1166 |
+
"clip_ratio/low_min": 0.0,
|
1167 |
+
"clip_ratio/region_mean": 0.0,
|
1168 |
+
"completions/clipped_ratio": 0.0,
|
1169 |
+
"completions/max_length": 761.0,
|
1170 |
+
"completions/max_terminated_length": 761.0,
|
1171 |
+
"completions/mean_length": 585.5,
|
1172 |
+
"completions/mean_terminated_length": 585.5,
|
1173 |
+
"completions/min_length": 518.0,
|
1174 |
+
"completions/min_terminated_length": 518.0,
|
1175 |
+
"epoch": 0.004366609374274168,
|
1176 |
+
"frac_reward_zero_std": 0.5,
|
1177 |
+
"grad_norm": 5.21875,
|
1178 |
+
"learning_rate": 2.7e-07,
|
1179 |
+
"loss": 0.0291,
|
1180 |
+
"num_tokens": 201948.0,
|
1181 |
+
"reward": -1.333749771118164,
|
1182 |
+
"reward_std": 0.7071069478988647,
|
1183 |
+
"rewards/chatgpt_combined_reward/mean": -1.333749771118164,
|
1184 |
+
"rewards/chatgpt_combined_reward/std": 10.040179252624512,
|
1185 |
+
"step": 47
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"clip_ratio/high_max": 0.0,
|
1189 |
+
"clip_ratio/high_mean": 0.0,
|
1190 |
+
"clip_ratio/low_mean": 0.0,
|
1191 |
+
"clip_ratio/low_min": 0.0,
|
1192 |
+
"clip_ratio/region_mean": 0.0,
|
1193 |
+
"completions/clipped_ratio": 0.0,
|
1194 |
+
"completions/max_length": 619.0,
|
1195 |
+
"completions/max_terminated_length": 619.0,
|
1196 |
+
"completions/mean_length": 579.0,
|
1197 |
+
"completions/mean_terminated_length": 579.0,
|
1198 |
+
"completions/min_length": 526.0,
|
1199 |
+
"completions/min_terminated_length": 526.0,
|
1200 |
+
"epoch": 0.004459515956705532,
|
1201 |
+
"frac_reward_zero_std": 0.0,
|
1202 |
+
"grad_norm": 9.25,
|
1203 |
+
"learning_rate": 2.65e-07,
|
1204 |
+
"loss": -0.0357,
|
1205 |
+
"num_tokens": 205824.0,
|
1206 |
+
"reward": 2.082624673843384,
|
1207 |
+
"reward_std": 2.2388768196105957,
|
1208 |
+
"rewards/chatgpt_combined_reward/mean": 2.082624673843384,
|
1209 |
+
"rewards/chatgpt_combined_reward/std": 5.983651638031006,
|
1210 |
+
"step": 48
|
1211 |
+
},
|
1212 |
+
{
|
1213 |
+
"clip_ratio/high_max": 0.0,
|
1214 |
+
"clip_ratio/high_mean": 0.0,
|
1215 |
+
"clip_ratio/low_mean": 0.0,
|
1216 |
+
"clip_ratio/low_min": 0.0,
|
1217 |
+
"clip_ratio/region_mean": 0.0,
|
1218 |
+
"completions/clipped_ratio": 0.0,
|
1219 |
+
"completions/max_length": 664.0,
|
1220 |
+
"completions/max_terminated_length": 664.0,
|
1221 |
+
"completions/mean_length": 567.25,
|
1222 |
+
"completions/mean_terminated_length": 567.25,
|
1223 |
+
"completions/min_length": 524.0,
|
1224 |
+
"completions/min_terminated_length": 524.0,
|
1225 |
+
"epoch": 0.004552422539136898,
|
1226 |
+
"frac_reward_zero_std": 0.0,
|
1227 |
+
"grad_norm": 8.125,
|
1228 |
+
"learning_rate": 2.6e-07,
|
1229 |
+
"loss": 0.0394,
|
1230 |
+
"num_tokens": 210141.0,
|
1231 |
+
"reward": -9.316500663757324,
|
1232 |
+
"reward_std": 1.3908790349960327,
|
1233 |
+
"rewards/chatgpt_combined_reward/mean": -9.316500663757324,
|
1234 |
+
"rewards/chatgpt_combined_reward/std": 1.982193112373352,
|
1235 |
+
"step": 49
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"clip_ratio/high_max": 0.0,
|
1239 |
+
"clip_ratio/high_mean": 0.0,
|
1240 |
+
"clip_ratio/low_mean": 0.0,
|
1241 |
+
"clip_ratio/low_min": 0.0,
|
1242 |
+
"clip_ratio/region_mean": 0.0,
|
1243 |
+
"completions/clipped_ratio": 0.0,
|
1244 |
+
"completions/max_length": 739.0,
|
1245 |
+
"completions/max_terminated_length": 739.0,
|
1246 |
+
"completions/mean_length": 640.0,
|
1247 |
+
"completions/mean_terminated_length": 640.0,
|
1248 |
+
"completions/min_length": 538.0,
|
1249 |
+
"completions/min_terminated_length": 538.0,
|
1250 |
+
"epoch": 0.004645329121568263,
|
1251 |
+
"frac_reward_zero_std": 0.5,
|
1252 |
+
"grad_norm": 5.75,
|
1253 |
+
"learning_rate": 2.55e-07,
|
1254 |
+
"loss": 0.0381,
|
1255 |
+
"num_tokens": 213923.0,
|
1256 |
+
"reward": -4.583374977111816,
|
1257 |
+
"reward_std": 2.945983409881592,
|
1258 |
+
"rewards/chatgpt_combined_reward/mean": -4.583374977111816,
|
1259 |
+
"rewards/chatgpt_combined_reward/std": 7.119798183441162,
|
1260 |
+
"step": 50
|
1261 |
+
},
|
1262 |
+
{
|
1263 |
+
"clip_ratio/high_max": 0.0,
|
1264 |
+
"clip_ratio/high_mean": 0.0,
|
1265 |
+
"clip_ratio/low_mean": 0.0,
|
1266 |
+
"clip_ratio/low_min": 0.0,
|
1267 |
+
"clip_ratio/region_mean": 0.0,
|
1268 |
+
"completions/clipped_ratio": 0.25,
|
1269 |
+
"completions/max_length": 1024.0,
|
1270 |
+
"completions/max_terminated_length": 559.0,
|
1271 |
+
"completions/mean_length": 661.0,
|
1272 |
+
"completions/mean_terminated_length": 540.0,
|
1273 |
+
"completions/min_length": 530.0,
|
1274 |
+
"completions/min_terminated_length": 530.0,
|
1275 |
+
"epoch": 0.004738235703999628,
|
1276 |
+
"frac_reward_zero_std": 0.0,
|
1277 |
+
"grad_norm": 9.125,
|
1278 |
+
"learning_rate": 2.5e-07,
|
1279 |
+
"loss": -0.0,
|
1280 |
+
"num_tokens": 218615.0,
|
1281 |
+
"reward": -8.15000057220459,
|
1282 |
+
"reward_std": 0.21213217079639435,
|
1283 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1284 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1285 |
+
"step": 51
|
1286 |
+
},
|
1287 |
+
{
|
1288 |
+
"clip_ratio/high_max": 0.0,
|
1289 |
+
"clip_ratio/high_mean": 0.0,
|
1290 |
+
"clip_ratio/low_mean": 0.0,
|
1291 |
+
"clip_ratio/low_min": 0.0,
|
1292 |
+
"clip_ratio/region_mean": 0.0,
|
1293 |
+
"completions/clipped_ratio": 0.0,
|
1294 |
+
"completions/max_length": 829.0,
|
1295 |
+
"completions/max_terminated_length": 829.0,
|
1296 |
+
"completions/mean_length": 595.25,
|
1297 |
+
"completions/mean_terminated_length": 595.25,
|
1298 |
+
"completions/min_length": 515.0,
|
1299 |
+
"completions/min_terminated_length": 515.0,
|
1300 |
+
"epoch": 0.004831142286430994,
|
1301 |
+
"frac_reward_zero_std": 0.5,
|
1302 |
+
"grad_norm": 4.65625,
|
1303 |
+
"learning_rate": 2.45e-07,
|
1304 |
+
"loss": 0.0813,
|
1305 |
+
"num_tokens": 222836.0,
|
1306 |
+
"reward": -3.750124931335449,
|
1307 |
+
"reward_std": 4.124377250671387,
|
1308 |
+
"rewards/chatgpt_combined_reward/mean": -3.750124931335449,
|
1309 |
+
"rewards/chatgpt_combined_reward/std": 8.646496772766113,
|
1310 |
+
"step": 52
|
1311 |
+
},
|
1312 |
+
{
|
1313 |
+
"clip_ratio/high_max": 0.0,
|
1314 |
+
"clip_ratio/high_mean": 0.0,
|
1315 |
+
"clip_ratio/low_mean": 0.0,
|
1316 |
+
"clip_ratio/low_min": 0.0,
|
1317 |
+
"clip_ratio/region_mean": 0.0,
|
1318 |
+
"completions/clipped_ratio": 0.0,
|
1319 |
+
"completions/max_length": 1000.0,
|
1320 |
+
"completions/max_terminated_length": 1000.0,
|
1321 |
+
"completions/mean_length": 675.5,
|
1322 |
+
"completions/mean_terminated_length": 675.5,
|
1323 |
+
"completions/min_length": 517.0,
|
1324 |
+
"completions/min_terminated_length": 517.0,
|
1325 |
+
"epoch": 0.004924048868862359,
|
1326 |
+
"frac_reward_zero_std": 0.0,
|
1327 |
+
"grad_norm": 7.53125,
|
1328 |
+
"learning_rate": 2.4e-07,
|
1329 |
+
"loss": -0.0,
|
1330 |
+
"num_tokens": 227586.0,
|
1331 |
+
"reward": -8.15000057220459,
|
1332 |
+
"reward_std": 0.21213217079639435,
|
1333 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1334 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1335 |
+
"step": 53
|
1336 |
+
},
|
1337 |
+
{
|
1338 |
+
"clip_ratio/high_max": 0.0,
|
1339 |
+
"clip_ratio/high_mean": 0.0,
|
1340 |
+
"clip_ratio/low_mean": 0.0,
|
1341 |
+
"clip_ratio/low_min": 0.0,
|
1342 |
+
"clip_ratio/region_mean": 0.0,
|
1343 |
+
"completions/clipped_ratio": 0.0,
|
1344 |
+
"completions/max_length": 697.0,
|
1345 |
+
"completions/max_terminated_length": 697.0,
|
1346 |
+
"completions/mean_length": 603.25,
|
1347 |
+
"completions/mean_terminated_length": 603.25,
|
1348 |
+
"completions/min_length": 522.0,
|
1349 |
+
"completions/min_terminated_length": 522.0,
|
1350 |
+
"epoch": 0.005016955451293724,
|
1351 |
+
"frac_reward_zero_std": 0.0,
|
1352 |
+
"grad_norm": 8.25,
|
1353 |
+
"learning_rate": 2.3499999999999997e-07,
|
1354 |
+
"loss": 0.0037,
|
1355 |
+
"num_tokens": 231885.0,
|
1356 |
+
"reward": -0.25025010108947754,
|
1357 |
+
"reward_std": 5.067480087280273,
|
1358 |
+
"rewards/chatgpt_combined_reward/mean": -0.25025010108947754,
|
1359 |
+
"rewards/chatgpt_combined_reward/std": 8.490804672241211,
|
1360 |
+
"step": 54
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"clip_ratio/high_max": 0.0,
|
1364 |
+
"clip_ratio/high_mean": 0.0,
|
1365 |
+
"clip_ratio/low_mean": 0.0,
|
1366 |
+
"clip_ratio/low_min": 0.0,
|
1367 |
+
"clip_ratio/region_mean": 0.0,
|
1368 |
+
"completions/clipped_ratio": 0.25,
|
1369 |
+
"completions/max_length": 1024.0,
|
1370 |
+
"completions/max_terminated_length": 601.0,
|
1371 |
+
"completions/mean_length": 667.75,
|
1372 |
+
"completions/mean_terminated_length": 549.0,
|
1373 |
+
"completions/min_length": 521.0,
|
1374 |
+
"completions/min_terminated_length": 521.0,
|
1375 |
+
"epoch": 0.005109862033725089,
|
1376 |
+
"frac_reward_zero_std": 0.5,
|
1377 |
+
"grad_norm": 4.78125,
|
1378 |
+
"learning_rate": 2.3e-07,
|
1379 |
+
"loss": -0.0456,
|
1380 |
+
"num_tokens": 236320.0,
|
1381 |
+
"reward": -2.833625078201294,
|
1382 |
+
"reward_std": 0.7069300413131714,
|
1383 |
+
"rewards/chatgpt_combined_reward/mean": -2.833625078201294,
|
1384 |
+
"rewards/chatgpt_combined_reward/std": 8.315181732177734,
|
1385 |
+
"step": 55
|
1386 |
+
},
|
1387 |
+
{
|
1388 |
+
"clip_ratio/high_max": 0.0,
|
1389 |
+
"clip_ratio/high_mean": 0.0,
|
1390 |
+
"clip_ratio/low_mean": 0.0,
|
1391 |
+
"clip_ratio/low_min": 0.0,
|
1392 |
+
"clip_ratio/region_mean": 0.0,
|
1393 |
+
"completions/clipped_ratio": 0.0,
|
1394 |
+
"completions/max_length": 650.0,
|
1395 |
+
"completions/max_terminated_length": 650.0,
|
1396 |
+
"completions/mean_length": 571.25,
|
1397 |
+
"completions/mean_terminated_length": 571.25,
|
1398 |
+
"completions/min_length": 522.0,
|
1399 |
+
"completions/min_terminated_length": 522.0,
|
1400 |
+
"epoch": 0.005202768616156455,
|
1401 |
+
"frac_reward_zero_std": 0.0,
|
1402 |
+
"grad_norm": 7.40625,
|
1403 |
+
"learning_rate": 2.25e-07,
|
1404 |
+
"loss": 0.0162,
|
1405 |
+
"num_tokens": 239589.0,
|
1406 |
+
"reward": 7.665875434875488,
|
1407 |
+
"reward_std": 0.9427504539489746,
|
1408 |
+
"rewards/chatgpt_combined_reward/mean": 7.665875434875488,
|
1409 |
+
"rewards/chatgpt_combined_reward/std": 0.8164288401603699,
|
1410 |
+
"step": 56
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"clip_ratio/high_max": 0.0,
|
1414 |
+
"clip_ratio/high_mean": 0.0,
|
1415 |
+
"clip_ratio/low_mean": 0.0,
|
1416 |
+
"clip_ratio/low_min": 0.0,
|
1417 |
+
"clip_ratio/region_mean": 0.0,
|
1418 |
+
"completions/clipped_ratio": 0.0,
|
1419 |
+
"completions/max_length": 585.0,
|
1420 |
+
"completions/max_terminated_length": 585.0,
|
1421 |
+
"completions/mean_length": 555.75,
|
1422 |
+
"completions/mean_terminated_length": 555.75,
|
1423 |
+
"completions/min_length": 524.0,
|
1424 |
+
"completions/min_terminated_length": 524.0,
|
1425 |
+
"epoch": 0.00529567519858782,
|
1426 |
+
"frac_reward_zero_std": 0.0,
|
1427 |
+
"grad_norm": 8.3125,
|
1428 |
+
"learning_rate": 2.1999999999999998e-07,
|
1429 |
+
"loss": 0.0021,
|
1430 |
+
"num_tokens": 243860.0,
|
1431 |
+
"reward": -8.15000057220459,
|
1432 |
+
"reward_std": 0.21213217079639435,
|
1433 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1434 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1435 |
+
"step": 57
|
1436 |
+
},
|
1437 |
+
{
|
1438 |
+
"clip_ratio/high_max": 0.0,
|
1439 |
+
"clip_ratio/high_mean": 0.0,
|
1440 |
+
"clip_ratio/low_mean": 0.0,
|
1441 |
+
"clip_ratio/low_min": 0.0,
|
1442 |
+
"clip_ratio/region_mean": 0.0,
|
1443 |
+
"completions/clipped_ratio": 0.0,
|
1444 |
+
"completions/max_length": 724.0,
|
1445 |
+
"completions/max_terminated_length": 724.0,
|
1446 |
+
"completions/mean_length": 616.0,
|
1447 |
+
"completions/mean_terminated_length": 616.0,
|
1448 |
+
"completions/min_length": 562.0,
|
1449 |
+
"completions/min_terminated_length": 562.0,
|
1450 |
+
"epoch": 0.005388581781019185,
|
1451 |
+
"frac_reward_zero_std": 0.0,
|
1452 |
+
"grad_norm": 7.53125,
|
1453 |
+
"learning_rate": 2.1499999999999998e-07,
|
1454 |
+
"loss": 0.0464,
|
1455 |
+
"num_tokens": 248372.0,
|
1456 |
+
"reward": -7.499750137329102,
|
1457 |
+
"reward_std": 3.5358872413635254,
|
1458 |
+
"rewards/chatgpt_combined_reward/mean": -7.499750137329102,
|
1459 |
+
"rewards/chatgpt_combined_reward/std": 3.191626787185669,
|
1460 |
+
"step": 58
|
1461 |
+
},
|
1462 |
+
{
|
1463 |
+
"clip_ratio/high_max": 0.0,
|
1464 |
+
"clip_ratio/high_mean": 0.0,
|
1465 |
+
"clip_ratio/low_mean": 0.0,
|
1466 |
+
"clip_ratio/low_min": 0.0,
|
1467 |
+
"clip_ratio/region_mean": 0.0,
|
1468 |
+
"completions/clipped_ratio": 0.25,
|
1469 |
+
"completions/max_length": 1024.0,
|
1470 |
+
"completions/max_terminated_length": 835.0,
|
1471 |
+
"completions/mean_length": 726.5,
|
1472 |
+
"completions/mean_terminated_length": 627.3333740234375,
|
1473 |
+
"completions/min_length": 517.0,
|
1474 |
+
"completions/min_terminated_length": 517.0,
|
1475 |
+
"epoch": 0.0054814883634505505,
|
1476 |
+
"frac_reward_zero_std": 0.0,
|
1477 |
+
"grad_norm": 7.875,
|
1478 |
+
"learning_rate": 2.0999999999999997e-07,
|
1479 |
+
"loss": 0.0292,
|
1480 |
+
"num_tokens": 253326.0,
|
1481 |
+
"reward": -8.15000057220459,
|
1482 |
+
"reward_std": 0.21213217079639435,
|
1483 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1484 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1485 |
+
"step": 59
|
1486 |
+
},
|
1487 |
+
{
|
1488 |
+
"clip_ratio/high_max": 0.0,
|
1489 |
+
"clip_ratio/high_mean": 0.0,
|
1490 |
+
"clip_ratio/low_mean": 0.0,
|
1491 |
+
"clip_ratio/low_min": 0.0,
|
1492 |
+
"clip_ratio/region_mean": 0.0,
|
1493 |
+
"completions/clipped_ratio": 0.0,
|
1494 |
+
"completions/max_length": 665.0,
|
1495 |
+
"completions/max_terminated_length": 665.0,
|
1496 |
+
"completions/mean_length": 558.0,
|
1497 |
+
"completions/mean_terminated_length": 558.0,
|
1498 |
+
"completions/min_length": 515.0,
|
1499 |
+
"completions/min_terminated_length": 515.0,
|
1500 |
+
"epoch": 0.005574394945881916,
|
1501 |
+
"frac_reward_zero_std": 0.0,
|
1502 |
+
"grad_norm": 10.375,
|
1503 |
+
"learning_rate": 2.0499999999999997e-07,
|
1504 |
+
"loss": 0.0376,
|
1505 |
+
"num_tokens": 257606.0,
|
1506 |
+
"reward": -7.083125114440918,
|
1507 |
+
"reward_std": 4.125083923339844,
|
1508 |
+
"rewards/chatgpt_combined_reward/mean": -7.083125114440918,
|
1509 |
+
"rewards/chatgpt_combined_reward/std": 3.436143636703491,
|
1510 |
+
"step": 60
|
1511 |
+
},
|
1512 |
+
{
|
1513 |
+
"clip_ratio/high_max": 0.0,
|
1514 |
+
"clip_ratio/high_mean": 0.0,
|
1515 |
+
"clip_ratio/low_mean": 0.0,
|
1516 |
+
"clip_ratio/low_min": 0.0,
|
1517 |
+
"clip_ratio/region_mean": 0.0,
|
1518 |
+
"completions/clipped_ratio": 0.0,
|
1519 |
+
"completions/max_length": 692.0,
|
1520 |
+
"completions/max_terminated_length": 692.0,
|
1521 |
+
"completions/mean_length": 613.25,
|
1522 |
+
"completions/mean_terminated_length": 613.25,
|
1523 |
+
"completions/min_length": 514.0,
|
1524 |
+
"completions/min_terminated_length": 514.0,
|
1525 |
+
"epoch": 0.005667301528313281,
|
1526 |
+
"frac_reward_zero_std": 0.0,
|
1527 |
+
"grad_norm": 9.75,
|
1528 |
+
"learning_rate": 2e-07,
|
1529 |
+
"loss": -0.0,
|
1530 |
+
"num_tokens": 262107.0,
|
1531 |
+
"reward": -5.833000183105469,
|
1532 |
+
"reward_std": 3.535533905029297,
|
1533 |
+
"rewards/chatgpt_combined_reward/mean": -5.833000183105469,
|
1534 |
+
"rewards/chatgpt_combined_reward/std": 3.469496726989746,
|
1535 |
+
"step": 61
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"clip_ratio/high_max": 0.0,
|
1539 |
+
"clip_ratio/high_mean": 0.0,
|
1540 |
+
"clip_ratio/low_mean": 0.0,
|
1541 |
+
"clip_ratio/low_min": 0.0,
|
1542 |
+
"clip_ratio/region_mean": 0.0,
|
1543 |
+
"completions/clipped_ratio": 0.25,
|
1544 |
+
"completions/max_length": 1024.0,
|
1545 |
+
"completions/max_terminated_length": 572.0,
|
1546 |
+
"completions/mean_length": 672.0,
|
1547 |
+
"completions/mean_terminated_length": 554.6666870117188,
|
1548 |
+
"completions/min_length": 537.0,
|
1549 |
+
"completions/min_terminated_length": 537.0,
|
1550 |
+
"epoch": 0.005760208110744646,
|
1551 |
+
"frac_reward_zero_std": 0.0,
|
1552 |
+
"grad_norm": 7.5625,
|
1553 |
+
"learning_rate": 1.9499999999999999e-07,
|
1554 |
+
"loss": 0.1156,
|
1555 |
+
"num_tokens": 266843.0,
|
1556 |
+
"reward": -8.15000057220459,
|
1557 |
+
"reward_std": 0.21213217079639435,
|
1558 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1559 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1560 |
+
"step": 62
|
1561 |
+
},
|
1562 |
+
{
|
1563 |
+
"clip_ratio/high_max": 0.0,
|
1564 |
+
"clip_ratio/high_mean": 0.0,
|
1565 |
+
"clip_ratio/low_mean": 0.0,
|
1566 |
+
"clip_ratio/low_min": 0.0,
|
1567 |
+
"clip_ratio/region_mean": 0.0,
|
1568 |
+
"completions/clipped_ratio": 0.0,
|
1569 |
+
"completions/max_length": 884.0,
|
1570 |
+
"completions/max_terminated_length": 884.0,
|
1571 |
+
"completions/mean_length": 666.5,
|
1572 |
+
"completions/mean_terminated_length": 666.5,
|
1573 |
+
"completions/min_length": 543.0,
|
1574 |
+
"completions/min_terminated_length": 543.0,
|
1575 |
+
"epoch": 0.005853114693176012,
|
1576 |
+
"frac_reward_zero_std": 0.0,
|
1577 |
+
"grad_norm": 9.8125,
|
1578 |
+
"learning_rate": 1.8999999999999998e-07,
|
1579 |
+
"loss": 0.0609,
|
1580 |
+
"num_tokens": 271557.0,
|
1581 |
+
"reward": -8.15000057220459,
|
1582 |
+
"reward_std": 0.21213217079639435,
|
1583 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1584 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1585 |
+
"step": 63
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"clip_ratio/high_max": 0.0,
|
1589 |
+
"clip_ratio/high_mean": 0.0,
|
1590 |
+
"clip_ratio/low_mean": 0.0,
|
1591 |
+
"clip_ratio/low_min": 0.0,
|
1592 |
+
"clip_ratio/region_mean": 0.0,
|
1593 |
+
"completions/clipped_ratio": 0.25,
|
1594 |
+
"completions/max_length": 1024.0,
|
1595 |
+
"completions/max_terminated_length": 667.0,
|
1596 |
+
"completions/mean_length": 683.0,
|
1597 |
+
"completions/mean_terminated_length": 569.3333740234375,
|
1598 |
+
"completions/min_length": 518.0,
|
1599 |
+
"completions/min_terminated_length": 518.0,
|
1600 |
+
"epoch": 0.0059460212756073764,
|
1601 |
+
"frac_reward_zero_std": 0.0,
|
1602 |
+
"grad_norm": 8.8125,
|
1603 |
+
"learning_rate": 1.85e-07,
|
1604 |
+
"loss": -0.0,
|
1605 |
+
"num_tokens": 276127.0,
|
1606 |
+
"reward": -0.0002503395080566406,
|
1607 |
+
"reward_std": 3.535533905029297,
|
1608 |
+
"rewards/chatgpt_combined_reward/mean": -0.0002503395080566406,
|
1609 |
+
"rewards/chatgpt_combined_reward/std": 9.128161430358887,
|
1610 |
+
"step": 64
|
1611 |
+
},
|
1612 |
+
{
|
1613 |
+
"clip_ratio/high_max": 0.0,
|
1614 |
+
"clip_ratio/high_mean": 0.0,
|
1615 |
+
"clip_ratio/low_mean": 0.0,
|
1616 |
+
"clip_ratio/low_min": 0.0,
|
1617 |
+
"clip_ratio/region_mean": 0.0,
|
1618 |
+
"completions/clipped_ratio": 0.25,
|
1619 |
+
"completions/max_length": 1024.0,
|
1620 |
+
"completions/max_terminated_length": 990.0,
|
1621 |
+
"completions/mean_length": 838.0,
|
1622 |
+
"completions/mean_terminated_length": 776.0,
|
1623 |
+
"completions/min_length": 549.0,
|
1624 |
+
"completions/min_terminated_length": 549.0,
|
1625 |
+
"epoch": 0.006038927858038742,
|
1626 |
+
"frac_reward_zero_std": 0.0,
|
1627 |
+
"grad_norm": 8.8125,
|
1628 |
+
"learning_rate": 1.8e-07,
|
1629 |
+
"loss": 0.0668,
|
1630 |
+
"num_tokens": 281527.0,
|
1631 |
+
"reward": -9.316499710083008,
|
1632 |
+
"reward_std": 1.3908792734146118,
|
1633 |
+
"rewards/chatgpt_combined_reward/mean": -9.316499710083008,
|
1634 |
+
"rewards/chatgpt_combined_reward/std": 1.61105215549469,
|
1635 |
+
"step": 65
|
1636 |
+
},
|
1637 |
+
{
|
1638 |
+
"clip_ratio/high_max": 0.0,
|
1639 |
+
"clip_ratio/high_mean": 0.0,
|
1640 |
+
"clip_ratio/low_mean": 0.0,
|
1641 |
+
"clip_ratio/low_min": 0.0,
|
1642 |
+
"clip_ratio/region_mean": 0.0,
|
1643 |
+
"completions/clipped_ratio": 0.5,
|
1644 |
+
"completions/max_length": 1024.0,
|
1645 |
+
"completions/max_terminated_length": 803.0,
|
1646 |
+
"completions/mean_length": 881.75,
|
1647 |
+
"completions/mean_terminated_length": 739.5,
|
1648 |
+
"completions/min_length": 676.0,
|
1649 |
+
"completions/min_terminated_length": 676.0,
|
1650 |
+
"epoch": 0.0061318344404701075,
|
1651 |
+
"frac_reward_zero_std": 0.0,
|
1652 |
+
"grad_norm": 7.875,
|
1653 |
+
"learning_rate": 1.75e-07,
|
1654 |
+
"loss": 0.1151,
|
1655 |
+
"num_tokens": 287102.0,
|
1656 |
+
"reward": -8.89987564086914,
|
1657 |
+
"reward_std": 1.7679438591003418,
|
1658 |
+
"rewards/chatgpt_combined_reward/mean": -8.89987564086914,
|
1659 |
+
"rewards/chatgpt_combined_reward/std": 2.2138428688049316,
|
1660 |
+
"step": 66
|
1661 |
+
},
|
1662 |
+
{
|
1663 |
+
"clip_ratio/high_max": 0.0,
|
1664 |
+
"clip_ratio/high_mean": 0.0,
|
1665 |
+
"clip_ratio/low_mean": 0.0,
|
1666 |
+
"clip_ratio/low_min": 0.0,
|
1667 |
+
"clip_ratio/region_mean": 0.0,
|
1668 |
+
"completions/clipped_ratio": 0.0,
|
1669 |
+
"completions/max_length": 665.0,
|
1670 |
+
"completions/max_terminated_length": 665.0,
|
1671 |
+
"completions/mean_length": 606.5,
|
1672 |
+
"completions/mean_terminated_length": 606.5,
|
1673 |
+
"completions/min_length": 550.0,
|
1674 |
+
"completions/min_terminated_length": 550.0,
|
1675 |
+
"epoch": 0.006224741022901472,
|
1676 |
+
"frac_reward_zero_std": 0.5,
|
1677 |
+
"grad_norm": 5.28125,
|
1678 |
+
"learning_rate": 1.7000000000000001e-07,
|
1679 |
+
"loss": 0.0032,
|
1680 |
+
"num_tokens": 291296.0,
|
1681 |
+
"reward": -2.333750009536743,
|
1682 |
+
"reward_std": 1.4142135381698608,
|
1683 |
+
"rewards/chatgpt_combined_reward/mean": -2.333750009536743,
|
1684 |
+
"rewards/chatgpt_combined_reward/std": 9.001585006713867,
|
1685 |
+
"step": 67
|
1686 |
+
},
|
1687 |
+
{
|
1688 |
+
"clip_ratio/high_max": 0.0,
|
1689 |
+
"clip_ratio/high_mean": 0.0,
|
1690 |
+
"clip_ratio/low_mean": 0.0,
|
1691 |
+
"clip_ratio/low_min": 0.0,
|
1692 |
+
"clip_ratio/region_mean": 0.0,
|
1693 |
+
"completions/clipped_ratio": 0.0,
|
1694 |
+
"completions/max_length": 658.0,
|
1695 |
+
"completions/max_terminated_length": 658.0,
|
1696 |
+
"completions/mean_length": 580.5,
|
1697 |
+
"completions/mean_terminated_length": 580.5,
|
1698 |
+
"completions/min_length": 544.0,
|
1699 |
+
"completions/min_terminated_length": 544.0,
|
1700 |
+
"epoch": 0.006317647605332838,
|
1701 |
+
"frac_reward_zero_std": 0.0,
|
1702 |
+
"grad_norm": 7.625,
|
1703 |
+
"learning_rate": 1.65e-07,
|
1704 |
+
"loss": 0.026,
|
1705 |
+
"num_tokens": 295666.0,
|
1706 |
+
"reward": -8.15000057220459,
|
1707 |
+
"reward_std": 0.21213217079639435,
|
1708 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1709 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1710 |
+
"step": 68
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"clip_ratio/high_max": 0.0,
|
1714 |
+
"clip_ratio/high_mean": 0.0,
|
1715 |
+
"clip_ratio/low_mean": 0.0,
|
1716 |
+
"clip_ratio/low_min": 0.0,
|
1717 |
+
"clip_ratio/region_mean": 0.0,
|
1718 |
+
"completions/clipped_ratio": 0.25,
|
1719 |
+
"completions/max_length": 1024.0,
|
1720 |
+
"completions/max_terminated_length": 621.0,
|
1721 |
+
"completions/mean_length": 673.0,
|
1722 |
+
"completions/mean_terminated_length": 556.0,
|
1723 |
+
"completions/min_length": 515.0,
|
1724 |
+
"completions/min_terminated_length": 515.0,
|
1725 |
+
"epoch": 0.006410554187764203,
|
1726 |
+
"frac_reward_zero_std": 0.0,
|
1727 |
+
"grad_norm": 7.09375,
|
1728 |
+
"learning_rate": 1.6e-07,
|
1729 |
+
"loss": 0.1442,
|
1730 |
+
"num_tokens": 300406.0,
|
1731 |
+
"reward": -7.499750137329102,
|
1732 |
+
"reward_std": 3.5358872413635254,
|
1733 |
+
"rewards/chatgpt_combined_reward/mean": -7.499750137329102,
|
1734 |
+
"rewards/chatgpt_combined_reward/std": 3.191626787185669,
|
1735 |
+
"step": 69
|
1736 |
+
},
|
1737 |
+
{
|
1738 |
+
"clip_ratio/high_max": 0.0,
|
1739 |
+
"clip_ratio/high_mean": 0.0,
|
1740 |
+
"clip_ratio/low_mean": 0.0,
|
1741 |
+
"clip_ratio/low_min": 0.0,
|
1742 |
+
"clip_ratio/region_mean": 0.0,
|
1743 |
+
"completions/clipped_ratio": 0.0,
|
1744 |
+
"completions/max_length": 692.0,
|
1745 |
+
"completions/max_terminated_length": 692.0,
|
1746 |
+
"completions/mean_length": 593.25,
|
1747 |
+
"completions/mean_terminated_length": 593.25,
|
1748 |
+
"completions/min_length": 520.0,
|
1749 |
+
"completions/min_terminated_length": 520.0,
|
1750 |
+
"epoch": 0.006503460770195569,
|
1751 |
+
"frac_reward_zero_std": 0.5,
|
1752 |
+
"grad_norm": 4.53125,
|
1753 |
+
"learning_rate": 1.55e-07,
|
1754 |
+
"loss": 0.031,
|
1755 |
+
"num_tokens": 304811.0,
|
1756 |
+
"reward": -0.41687512397766113,
|
1757 |
+
"reward_std": 1.7679438591003418,
|
1758 |
+
"rewards/chatgpt_combined_reward/mean": -0.41687512397766113,
|
1759 |
+
"rewards/chatgpt_combined_reward/std": 8.42953109741211,
|
1760 |
+
"step": 70
|
1761 |
+
},
|
1762 |
+
{
|
1763 |
+
"clip_ratio/high_max": 0.0,
|
1764 |
+
"clip_ratio/high_mean": 0.0,
|
1765 |
+
"clip_ratio/low_mean": 0.0,
|
1766 |
+
"clip_ratio/low_min": 0.0,
|
1767 |
+
"clip_ratio/region_mean": 0.0,
|
1768 |
+
"completions/clipped_ratio": 0.0,
|
1769 |
+
"completions/max_length": 681.0,
|
1770 |
+
"completions/max_terminated_length": 681.0,
|
1771 |
+
"completions/mean_length": 581.25,
|
1772 |
+
"completions/mean_terminated_length": 581.25,
|
1773 |
+
"completions/min_length": 514.0,
|
1774 |
+
"completions/min_terminated_length": 514.0,
|
1775 |
+
"epoch": 0.006596367352626933,
|
1776 |
+
"frac_reward_zero_std": 0.0,
|
1777 |
+
"grad_norm": 8.375,
|
1778 |
+
"learning_rate": 1.5e-07,
|
1779 |
+
"loss": 0.0708,
|
1780 |
+
"num_tokens": 308360.0,
|
1781 |
+
"reward": -2.0002501010894775,
|
1782 |
+
"reward_std": 5.42103385925293,
|
1783 |
+
"rewards/chatgpt_combined_reward/mean": -2.0002501010894775,
|
1784 |
+
"rewards/chatgpt_combined_reward/std": 6.996899127960205,
|
1785 |
+
"step": 71
|
1786 |
+
},
|
1787 |
+
{
|
1788 |
+
"clip_ratio/high_max": 0.0,
|
1789 |
+
"clip_ratio/high_mean": 0.0,
|
1790 |
+
"clip_ratio/low_mean": 0.0,
|
1791 |
+
"clip_ratio/low_min": 0.0,
|
1792 |
+
"clip_ratio/region_mean": 0.0,
|
1793 |
+
"completions/clipped_ratio": 0.0,
|
1794 |
+
"completions/max_length": 852.0,
|
1795 |
+
"completions/max_terminated_length": 852.0,
|
1796 |
+
"completions/mean_length": 611.75,
|
1797 |
+
"completions/mean_terminated_length": 611.75,
|
1798 |
+
"completions/min_length": 522.0,
|
1799 |
+
"completions/min_terminated_length": 522.0,
|
1800 |
+
"epoch": 0.006689273935058299,
|
1801 |
+
"frac_reward_zero_std": 0.0,
|
1802 |
+
"grad_norm": 9.1875,
|
1803 |
+
"learning_rate": 1.45e-07,
|
1804 |
+
"loss": 0.0753,
|
1805 |
+
"num_tokens": 312855.0,
|
1806 |
+
"reward": -8.15000057220459,
|
1807 |
+
"reward_std": 0.21213217079639435,
|
1808 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1809 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1810 |
+
"step": 72
|
1811 |
+
},
|
1812 |
+
{
|
1813 |
+
"clip_ratio/high_max": 0.0,
|
1814 |
+
"clip_ratio/high_mean": 0.0,
|
1815 |
+
"clip_ratio/low_mean": 0.0,
|
1816 |
+
"clip_ratio/low_min": 0.0,
|
1817 |
+
"clip_ratio/region_mean": 0.0,
|
1818 |
+
"completions/clipped_ratio": 0.0,
|
1819 |
+
"completions/max_length": 683.0,
|
1820 |
+
"completions/max_terminated_length": 683.0,
|
1821 |
+
"completions/mean_length": 599.75,
|
1822 |
+
"completions/mean_terminated_length": 599.75,
|
1823 |
+
"completions/min_length": 556.0,
|
1824 |
+
"completions/min_terminated_length": 556.0,
|
1825 |
+
"epoch": 0.0067821805174896645,
|
1826 |
+
"frac_reward_zero_std": 0.5,
|
1827 |
+
"grad_norm": 5.625,
|
1828 |
+
"learning_rate": 1.4e-07,
|
1829 |
+
"loss": -0.0233,
|
1830 |
+
"num_tokens": 317276.0,
|
1831 |
+
"reward": -1.2503752708435059,
|
1832 |
+
"reward_std": 1.7675901651382446,
|
1833 |
+
"rewards/chatgpt_combined_reward/mean": -1.2503752708435059,
|
1834 |
+
"rewards/chatgpt_combined_reward/std": 10.30729866027832,
|
1835 |
+
"step": 73
|
1836 |
+
},
|
1837 |
+
{
|
1838 |
+
"clip_ratio/high_max": 0.0,
|
1839 |
+
"clip_ratio/high_mean": 0.0,
|
1840 |
+
"clip_ratio/low_mean": 0.0,
|
1841 |
+
"clip_ratio/low_min": 0.0,
|
1842 |
+
"clip_ratio/region_mean": 0.0,
|
1843 |
+
"completions/clipped_ratio": 0.25,
|
1844 |
+
"completions/max_length": 1024.0,
|
1845 |
+
"completions/max_terminated_length": 685.0,
|
1846 |
+
"completions/mean_length": 707.5,
|
1847 |
+
"completions/mean_terminated_length": 602.0,
|
1848 |
+
"completions/min_length": 517.0,
|
1849 |
+
"completions/min_terminated_length": 517.0,
|
1850 |
+
"epoch": 0.006875087099921029,
|
1851 |
+
"frac_reward_zero_std": 0.5,
|
1852 |
+
"grad_norm": 3.984375,
|
1853 |
+
"learning_rate": 1.35e-07,
|
1854 |
+
"loss": 0.0693,
|
1855 |
+
"num_tokens": 322154.0,
|
1856 |
+
"reward": -7.499750137329102,
|
1857 |
+
"reward_std": 1.1783934831619263,
|
1858 |
+
"rewards/chatgpt_combined_reward/mean": -7.499750137329102,
|
1859 |
+
"rewards/chatgpt_combined_reward/std": 3.191626787185669,
|
1860 |
+
"step": 74
|
1861 |
+
},
|
1862 |
+
{
|
1863 |
+
"clip_ratio/high_max": 0.0,
|
1864 |
+
"clip_ratio/high_mean": 0.0,
|
1865 |
+
"clip_ratio/low_mean": 0.0,
|
1866 |
+
"clip_ratio/low_min": 0.0,
|
1867 |
+
"clip_ratio/region_mean": 0.0,
|
1868 |
+
"completions/clipped_ratio": 0.0,
|
1869 |
+
"completions/max_length": 723.0,
|
1870 |
+
"completions/max_terminated_length": 723.0,
|
1871 |
+
"completions/mean_length": 623.0,
|
1872 |
+
"completions/mean_terminated_length": 623.0,
|
1873 |
+
"completions/min_length": 515.0,
|
1874 |
+
"completions/min_terminated_length": 515.0,
|
1875 |
+
"epoch": 0.006967993682352395,
|
1876 |
+
"frac_reward_zero_std": 0.5,
|
1877 |
+
"grad_norm": 5.6875,
|
1878 |
+
"learning_rate": 1.3e-07,
|
1879 |
+
"loss": 0.0071,
|
1880 |
+
"num_tokens": 325852.0,
|
1881 |
+
"reward": -2.5002501010894775,
|
1882 |
+
"reward_std": 1.1783934831619263,
|
1883 |
+
"rewards/chatgpt_combined_reward/mean": -2.5002501010894775,
|
1884 |
+
"rewards/chatgpt_combined_reward/std": 8.766212463378906,
|
1885 |
+
"step": 75
|
1886 |
+
},
|
1887 |
+
{
|
1888 |
+
"clip_ratio/high_max": 0.0,
|
1889 |
+
"clip_ratio/high_mean": 0.0,
|
1890 |
+
"clip_ratio/low_mean": 0.0,
|
1891 |
+
"clip_ratio/low_min": 0.0,
|
1892 |
+
"clip_ratio/region_mean": 0.0,
|
1893 |
+
"completions/clipped_ratio": 0.0,
|
1894 |
+
"completions/max_length": 588.0,
|
1895 |
+
"completions/max_terminated_length": 588.0,
|
1896 |
+
"completions/mean_length": 543.0,
|
1897 |
+
"completions/mean_terminated_length": 543.0,
|
1898 |
+
"completions/min_length": 515.0,
|
1899 |
+
"completions/min_terminated_length": 515.0,
|
1900 |
+
"epoch": 0.00706090026478376,
|
1901 |
+
"frac_reward_zero_std": 0.0,
|
1902 |
+
"grad_norm": 8.875,
|
1903 |
+
"learning_rate": 1.25e-07,
|
1904 |
+
"loss": -0.0118,
|
1905 |
+
"num_tokens": 330072.0,
|
1906 |
+
"reward": -4.583125114440918,
|
1907 |
+
"reward_std": 1.7679438591003418,
|
1908 |
+
"rewards/chatgpt_combined_reward/mean": -4.583125114440918,
|
1909 |
+
"rewards/chatgpt_combined_reward/std": 4.589576721191406,
|
1910 |
+
"step": 76
|
1911 |
+
},
|
1912 |
+
{
|
1913 |
+
"clip_ratio/high_max": 0.0,
|
1914 |
+
"clip_ratio/high_mean": 0.0,
|
1915 |
+
"clip_ratio/low_mean": 0.0,
|
1916 |
+
"clip_ratio/low_min": 0.0,
|
1917 |
+
"clip_ratio/region_mean": 0.0,
|
1918 |
+
"completions/clipped_ratio": 0.25,
|
1919 |
+
"completions/max_length": 1024.0,
|
1920 |
+
"completions/max_terminated_length": 540.0,
|
1921 |
+
"completions/mean_length": 656.0,
|
1922 |
+
"completions/mean_terminated_length": 533.3333740234375,
|
1923 |
+
"completions/min_length": 527.0,
|
1924 |
+
"completions/min_terminated_length": 527.0,
|
1925 |
+
"epoch": 0.007153806847215125,
|
1926 |
+
"frac_reward_zero_std": 0.0,
|
1927 |
+
"grad_norm": 8.5,
|
1928 |
+
"learning_rate": 1.2e-07,
|
1929 |
+
"loss": 0.1072,
|
1930 |
+
"num_tokens": 334744.0,
|
1931 |
+
"reward": -7.90000057220459,
|
1932 |
+
"reward_std": 3.3941125869750977,
|
1933 |
+
"rewards/chatgpt_combined_reward/mean": -7.90000057220459,
|
1934 |
+
"rewards/chatgpt_combined_reward/std": 4.806246280670166,
|
1935 |
+
"step": 77
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"clip_ratio/high_max": 0.0,
|
1939 |
+
"clip_ratio/high_mean": 0.0,
|
1940 |
+
"clip_ratio/low_mean": 0.0,
|
1941 |
+
"clip_ratio/low_min": 0.0,
|
1942 |
+
"clip_ratio/region_mean": 0.0,
|
1943 |
+
"completions/clipped_ratio": 0.0,
|
1944 |
+
"completions/max_length": 814.0,
|
1945 |
+
"completions/max_terminated_length": 814.0,
|
1946 |
+
"completions/mean_length": 618.25,
|
1947 |
+
"completions/mean_terminated_length": 618.25,
|
1948 |
+
"completions/min_length": 519.0,
|
1949 |
+
"completions/min_terminated_length": 519.0,
|
1950 |
+
"epoch": 0.00724671342964649,
|
1951 |
+
"frac_reward_zero_std": 0.5,
|
1952 |
+
"grad_norm": 4.4375,
|
1953 |
+
"learning_rate": 1.15e-07,
|
1954 |
+
"loss": -0.0338,
|
1955 |
+
"num_tokens": 339217.0,
|
1956 |
+
"reward": -2.0003750324249268,
|
1957 |
+
"reward_std": 0.4714634120464325,
|
1958 |
+
"rewards/chatgpt_combined_reward/mean": -2.0003750324249268,
|
1959 |
+
"rewards/chatgpt_combined_reward/std": 9.253199577331543,
|
1960 |
+
"step": 78
|
1961 |
+
},
|
1962 |
+
{
|
1963 |
+
"clip_ratio/high_max": 0.0,
|
1964 |
+
"clip_ratio/high_mean": 0.0,
|
1965 |
+
"clip_ratio/low_mean": 0.0,
|
1966 |
+
"clip_ratio/low_min": 0.0,
|
1967 |
+
"clip_ratio/region_mean": 0.0,
|
1968 |
+
"completions/clipped_ratio": 0.0,
|
1969 |
+
"completions/max_length": 664.0,
|
1970 |
+
"completions/max_terminated_length": 664.0,
|
1971 |
+
"completions/mean_length": 561.75,
|
1972 |
+
"completions/mean_terminated_length": 561.75,
|
1973 |
+
"completions/min_length": 520.0,
|
1974 |
+
"completions/min_terminated_length": 520.0,
|
1975 |
+
"epoch": 0.007339620012077856,
|
1976 |
+
"frac_reward_zero_std": 0.0,
|
1977 |
+
"grad_norm": 8.6875,
|
1978 |
+
"learning_rate": 1.0999999999999999e-07,
|
1979 |
+
"loss": -0.0368,
|
1980 |
+
"num_tokens": 342692.0,
|
1981 |
+
"reward": -1.2501251697540283,
|
1982 |
+
"reward_std": 2.9463372230529785,
|
1983 |
+
"rewards/chatgpt_combined_reward/mean": -1.2501251697540283,
|
1984 |
+
"rewards/chatgpt_combined_reward/std": 7.622077465057373,
|
1985 |
+
"step": 79
|
1986 |
+
},
|
1987 |
+
{
|
1988 |
+
"clip_ratio/high_max": 0.0,
|
1989 |
+
"clip_ratio/high_mean": 0.0,
|
1990 |
+
"clip_ratio/low_mean": 0.0,
|
1991 |
+
"clip_ratio/low_min": 0.0,
|
1992 |
+
"clip_ratio/region_mean": 0.0,
|
1993 |
+
"completions/clipped_ratio": 0.0,
|
1994 |
+
"completions/max_length": 818.0,
|
1995 |
+
"completions/max_terminated_length": 818.0,
|
1996 |
+
"completions/mean_length": 644.25,
|
1997 |
+
"completions/mean_terminated_length": 644.25,
|
1998 |
+
"completions/min_length": 532.0,
|
1999 |
+
"completions/min_terminated_length": 532.0,
|
2000 |
+
"epoch": 0.0074325265945092206,
|
2001 |
+
"frac_reward_zero_std": 0.0,
|
2002 |
+
"grad_norm": 7.8125,
|
2003 |
+
"learning_rate": 1.0499999999999999e-07,
|
2004 |
+
"loss": -0.1178,
|
2005 |
+
"num_tokens": 346483.0,
|
2006 |
+
"reward": -1.5832499265670776,
|
2007 |
+
"reward_std": 2.23905348777771,
|
2008 |
+
"rewards/chatgpt_combined_reward/mean": -1.5832499265670776,
|
2009 |
+
"rewards/chatgpt_combined_reward/std": 5.307532787322998,
|
2010 |
+
"step": 80
|
2011 |
+
},
|
2012 |
+
{
|
2013 |
+
"clip_ratio/high_max": 0.0,
|
2014 |
+
"clip_ratio/high_mean": 0.0,
|
2015 |
+
"clip_ratio/low_mean": 0.0,
|
2016 |
+
"clip_ratio/low_min": 0.0,
|
2017 |
+
"clip_ratio/region_mean": 0.0,
|
2018 |
+
"completions/clipped_ratio": 0.5,
|
2019 |
+
"completions/max_length": 1024.0,
|
2020 |
+
"completions/max_terminated_length": 518.0,
|
2021 |
+
"completions/mean_length": 770.5,
|
2022 |
+
"completions/mean_terminated_length": 517.0,
|
2023 |
+
"completions/min_length": 516.0,
|
2024 |
+
"completions/min_terminated_length": 516.0,
|
2025 |
+
"epoch": 0.007525433176940586,
|
2026 |
+
"frac_reward_zero_std": 0.0,
|
2027 |
+
"grad_norm": 9.3125,
|
2028 |
+
"learning_rate": 1e-07,
|
2029 |
+
"loss": -0.0007,
|
2030 |
+
"num_tokens": 351613.0,
|
2031 |
+
"reward": -8.15000057220459,
|
2032 |
+
"reward_std": 0.21213217079639435,
|
2033 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
2034 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
2035 |
+
"step": 81
|
2036 |
+
},
|
2037 |
+
{
|
2038 |
+
"clip_ratio/high_max": 0.0,
|
2039 |
+
"clip_ratio/high_mean": 0.0,
|
2040 |
+
"clip_ratio/low_mean": 0.0,
|
2041 |
+
"clip_ratio/low_min": 0.0,
|
2042 |
+
"clip_ratio/region_mean": 0.0,
|
2043 |
+
"completions/clipped_ratio": 0.0,
|
2044 |
+
"completions/max_length": 636.0,
|
2045 |
+
"completions/max_terminated_length": 636.0,
|
2046 |
+
"completions/mean_length": 553.5,
|
2047 |
+
"completions/mean_terminated_length": 553.5,
|
2048 |
+
"completions/min_length": 525.0,
|
2049 |
+
"completions/min_terminated_length": 525.0,
|
2050 |
+
"epoch": 0.007618339759371952,
|
2051 |
+
"frac_reward_zero_std": 0.5,
|
2052 |
+
"grad_norm": 5.625,
|
2053 |
+
"learning_rate": 9.499999999999999e-08,
|
2054 |
+
"loss": 0.0164,
|
2055 |
+
"num_tokens": 355029.0,
|
2056 |
+
"reward": -2.7502501010894775,
|
2057 |
+
"reward_std": 3.8887336254119873,
|
2058 |
+
"rewards/chatgpt_combined_reward/mean": -2.7502501010894775,
|
2059 |
+
"rewards/chatgpt_combined_reward/std": 9.499552726745605,
|
2060 |
+
"step": 82
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"clip_ratio/high_max": 0.0,
|
2064 |
+
"clip_ratio/high_mean": 0.0,
|
2065 |
+
"clip_ratio/low_mean": 0.0,
|
2066 |
+
"clip_ratio/low_min": 0.0,
|
2067 |
+
"clip_ratio/region_mean": 0.0,
|
2068 |
+
"completions/clipped_ratio": 0.0,
|
2069 |
+
"completions/max_length": 626.0,
|
2070 |
+
"completions/max_terminated_length": 626.0,
|
2071 |
+
"completions/mean_length": 580.75,
|
2072 |
+
"completions/mean_terminated_length": 580.75,
|
2073 |
+
"completions/min_length": 532.0,
|
2074 |
+
"completions/min_terminated_length": 532.0,
|
2075 |
+
"epoch": 0.007711246341803317,
|
2076 |
+
"frac_reward_zero_std": 0.5,
|
2077 |
+
"grad_norm": 5.6875,
|
2078 |
+
"learning_rate": 9e-08,
|
2079 |
+
"loss": 0.0014,
|
2080 |
+
"num_tokens": 358566.0,
|
2081 |
+
"reward": -0.2505002021789551,
|
2082 |
+
"reward_std": 0.3535533845424652,
|
2083 |
+
"rewards/chatgpt_combined_reward/mean": -0.2505002021789551,
|
2084 |
+
"rewards/chatgpt_combined_reward/std": 11.265152931213379,
|
2085 |
+
"step": 83
|
2086 |
+
},
|
2087 |
+
{
|
2088 |
+
"clip_ratio/high_max": 0.0,
|
2089 |
+
"clip_ratio/high_mean": 0.0,
|
2090 |
+
"clip_ratio/low_mean": 0.0,
|
2091 |
+
"clip_ratio/low_min": 0.0,
|
2092 |
+
"clip_ratio/region_mean": 0.0,
|
2093 |
+
"completions/clipped_ratio": 0.25,
|
2094 |
+
"completions/max_length": 1024.0,
|
2095 |
+
"completions/max_terminated_length": 693.0,
|
2096 |
+
"completions/mean_length": 705.5,
|
2097 |
+
"completions/mean_terminated_length": 599.3333740234375,
|
2098 |
+
"completions/min_length": 515.0,
|
2099 |
+
"completions/min_terminated_length": 515.0,
|
2100 |
+
"epoch": 0.007804152924234682,
|
2101 |
+
"frac_reward_zero_std": 0.0,
|
2102 |
+
"grad_norm": 8.8125,
|
2103 |
+
"learning_rate": 8.500000000000001e-08,
|
2104 |
+
"loss": -0.1453,
|
2105 |
+
"num_tokens": 363436.0,
|
2106 |
+
"reward": -3.749875068664551,
|
2107 |
+
"reward_std": 4.124730587005615,
|
2108 |
+
"rewards/chatgpt_combined_reward/mean": -3.749875068664551,
|
2109 |
+
"rewards/chatgpt_combined_reward/std": 4.383296489715576,
|
2110 |
+
"step": 84
|
2111 |
+
},
|
2112 |
+
{
|
2113 |
+
"clip_ratio/high_max": 0.0,
|
2114 |
+
"clip_ratio/high_mean": 0.0,
|
2115 |
+
"clip_ratio/low_mean": 0.0,
|
2116 |
+
"clip_ratio/low_min": 0.0,
|
2117 |
+
"clip_ratio/region_mean": 0.0,
|
2118 |
+
"completions/clipped_ratio": 0.0,
|
2119 |
+
"completions/max_length": 890.0,
|
2120 |
+
"completions/max_terminated_length": 890.0,
|
2121 |
+
"completions/mean_length": 618.75,
|
2122 |
+
"completions/mean_terminated_length": 618.75,
|
2123 |
+
"completions/min_length": 522.0,
|
2124 |
+
"completions/min_terminated_length": 522.0,
|
2125 |
+
"epoch": 0.007897059506666047,
|
2126 |
+
"frac_reward_zero_std": 0.0,
|
2127 |
+
"grad_norm": 7.125,
|
2128 |
+
"learning_rate": 8e-08,
|
2129 |
+
"loss": -0.086,
|
2130 |
+
"num_tokens": 367959.0,
|
2131 |
+
"reward": -8.89987564086914,
|
2132 |
+
"reward_std": 1.9800759553909302,
|
2133 |
+
"rewards/chatgpt_combined_reward/mean": -8.89987564086914,
|
2134 |
+
"rewards/chatgpt_combined_reward/std": 2.4292385578155518,
|
2135 |
+
"step": 85
|
2136 |
+
},
|
2137 |
+
{
|
2138 |
+
"clip_ratio/high_max": 0.0,
|
2139 |
+
"clip_ratio/high_mean": 0.0,
|
2140 |
+
"clip_ratio/low_mean": 0.0,
|
2141 |
+
"clip_ratio/low_min": 0.0,
|
2142 |
+
"clip_ratio/region_mean": 0.0,
|
2143 |
+
"completions/clipped_ratio": 0.25,
|
2144 |
+
"completions/max_length": 1024.0,
|
2145 |
+
"completions/max_terminated_length": 519.0,
|
2146 |
+
"completions/mean_length": 644.25,
|
2147 |
+
"completions/mean_terminated_length": 517.6666870117188,
|
2148 |
+
"completions/min_length": 517.0,
|
2149 |
+
"completions/min_terminated_length": 517.0,
|
2150 |
+
"epoch": 0.007989966089097413,
|
2151 |
+
"frac_reward_zero_std": 0.0,
|
2152 |
+
"grad_norm": 7.0625,
|
2153 |
+
"learning_rate": 7.5e-08,
|
2154 |
+
"loss": 0.1156,
|
2155 |
+
"num_tokens": 370960.0,
|
2156 |
+
"reward": 3.832624912261963,
|
2157 |
+
"reward_std": 3.771176815032959,
|
2158 |
+
"rewards/chatgpt_combined_reward/mean": 3.832624912261963,
|
2159 |
+
"rewards/chatgpt_combined_reward/std": 4.7957444190979,
|
2160 |
+
"step": 86
|
2161 |
+
},
|
2162 |
+
{
|
2163 |
+
"clip_ratio/high_max": 0.0,
|
2164 |
+
"clip_ratio/high_mean": 0.0,
|
2165 |
+
"clip_ratio/low_mean": 0.0,
|
2166 |
+
"clip_ratio/low_min": 0.0,
|
2167 |
+
"clip_ratio/region_mean": 0.0,
|
2168 |
+
"completions/clipped_ratio": 0.0,
|
2169 |
+
"completions/max_length": 731.0,
|
2170 |
+
"completions/max_terminated_length": 731.0,
|
2171 |
+
"completions/mean_length": 585.75,
|
2172 |
+
"completions/mean_terminated_length": 585.75,
|
2173 |
+
"completions/min_length": 520.0,
|
2174 |
+
"completions/min_terminated_length": 520.0,
|
2175 |
+
"epoch": 0.008082872671528778,
|
2176 |
+
"frac_reward_zero_std": 0.0,
|
2177 |
+
"grad_norm": 7.9375,
|
2178 |
+
"learning_rate": 7e-08,
|
2179 |
+
"loss": 0.0622,
|
2180 |
+
"num_tokens": 375351.0,
|
2181 |
+
"reward": -5.983250141143799,
|
2182 |
+
"reward_std": 5.892674446105957,
|
2183 |
+
"rewards/chatgpt_combined_reward/mean": -5.983250141143799,
|
2184 |
+
"rewards/chatgpt_combined_reward/std": 4.826911449432373,
|
2185 |
+
"step": 87
|
2186 |
+
},
|
2187 |
+
{
|
2188 |
+
"clip_ratio/high_max": 0.0,
|
2189 |
+
"clip_ratio/high_mean": 0.0,
|
2190 |
+
"clip_ratio/low_mean": 0.0,
|
2191 |
+
"clip_ratio/low_min": 0.0,
|
2192 |
+
"clip_ratio/region_mean": 0.0,
|
2193 |
+
"completions/clipped_ratio": 0.0,
|
2194 |
+
"completions/max_length": 1002.0,
|
2195 |
+
"completions/max_terminated_length": 1002.0,
|
2196 |
+
"completions/mean_length": 724.25,
|
2197 |
+
"completions/mean_terminated_length": 724.25,
|
2198 |
+
"completions/min_length": 562.0,
|
2199 |
+
"completions/min_terminated_length": 562.0,
|
2200 |
+
"epoch": 0.008175779253960144,
|
2201 |
+
"frac_reward_zero_std": 0.0,
|
2202 |
+
"grad_norm": 7.625,
|
2203 |
+
"learning_rate": 6.5e-08,
|
2204 |
+
"loss": -0.0,
|
2205 |
+
"num_tokens": 380296.0,
|
2206 |
+
"reward": -8.15000057220459,
|
2207 |
+
"reward_std": 0.21213217079639435,
|
2208 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
2209 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
2210 |
+
"step": 88
|
2211 |
+
},
|
2212 |
+
{
|
2213 |
+
"clip_ratio/high_max": 0.0,
|
2214 |
+
"clip_ratio/high_mean": 0.0,
|
2215 |
+
"clip_ratio/low_mean": 0.0,
|
2216 |
+
"clip_ratio/low_min": 0.0,
|
2217 |
+
"clip_ratio/region_mean": 0.0,
|
2218 |
+
"completions/clipped_ratio": 0.0,
|
2219 |
+
"completions/max_length": 746.0,
|
2220 |
+
"completions/max_terminated_length": 746.0,
|
2221 |
+
"completions/mean_length": 592.25,
|
2222 |
+
"completions/mean_terminated_length": 592.25,
|
2223 |
+
"completions/min_length": 517.0,
|
2224 |
+
"completions/min_terminated_length": 517.0,
|
2225 |
+
"epoch": 0.008268685836391508,
|
2226 |
+
"frac_reward_zero_std": 0.0,
|
2227 |
+
"grad_norm": 7.75,
|
2228 |
+
"learning_rate": 6e-08,
|
2229 |
+
"loss": -0.0,
|
2230 |
+
"num_tokens": 384329.0,
|
2231 |
+
"reward": 4.832625389099121,
|
2232 |
+
"reward_std": 3.771177291870117,
|
2233 |
+
"rewards/chatgpt_combined_reward/mean": 4.832625389099121,
|
2234 |
+
"rewards/chatgpt_combined_reward/std": 3.911078929901123,
|
2235 |
+
"step": 89
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"clip_ratio/high_max": 0.0,
|
2239 |
+
"clip_ratio/high_mean": 0.0,
|
2240 |
+
"clip_ratio/low_mean": 0.0,
|
2241 |
+
"clip_ratio/low_min": 0.0,
|
2242 |
+
"clip_ratio/region_mean": 0.0,
|
2243 |
+
"completions/clipped_ratio": 0.0,
|
2244 |
+
"completions/max_length": 698.0,
|
2245 |
+
"completions/max_terminated_length": 698.0,
|
2246 |
+
"completions/mean_length": 633.0,
|
2247 |
+
"completions/mean_terminated_length": 633.0,
|
2248 |
+
"completions/min_length": 598.0,
|
2249 |
+
"completions/min_terminated_length": 598.0,
|
2250 |
+
"epoch": 0.008361592418822873,
|
2251 |
+
"frac_reward_zero_std": 0.0,
|
2252 |
+
"grad_norm": 7.46875,
|
2253 |
+
"learning_rate": 5.4999999999999996e-08,
|
2254 |
+
"loss": -0.0157,
|
2255 |
+
"num_tokens": 388909.0,
|
2256 |
+
"reward": -5.983250141143799,
|
2257 |
+
"reward_std": 0.21213209629058838,
|
2258 |
+
"rewards/chatgpt_combined_reward/mean": -5.983250141143799,
|
2259 |
+
"rewards/chatgpt_combined_reward/std": 4.468296527862549,
|
2260 |
+
"step": 90
|
2261 |
+
},
|
2262 |
+
{
|
2263 |
+
"clip_ratio/high_max": 0.0,
|
2264 |
+
"clip_ratio/high_mean": 0.0,
|
2265 |
+
"clip_ratio/low_mean": 0.0,
|
2266 |
+
"clip_ratio/low_min": 0.0,
|
2267 |
+
"clip_ratio/region_mean": 0.0,
|
2268 |
+
"completions/clipped_ratio": 0.0,
|
2269 |
+
"completions/max_length": 750.0,
|
2270 |
+
"completions/max_terminated_length": 750.0,
|
2271 |
+
"completions/mean_length": 584.5,
|
2272 |
+
"completions/mean_terminated_length": 584.5,
|
2273 |
+
"completions/min_length": 523.0,
|
2274 |
+
"completions/min_terminated_length": 523.0,
|
2275 |
+
"epoch": 0.008454499001254239,
|
2276 |
+
"frac_reward_zero_std": 0.5,
|
2277 |
+
"grad_norm": 4.78125,
|
2278 |
+
"learning_rate": 5e-08,
|
2279 |
+
"loss": 0.0284,
|
2280 |
+
"num_tokens": 392953.0,
|
2281 |
+
"reward": -2.083624839782715,
|
2282 |
+
"reward_std": 1.7675902843475342,
|
2283 |
+
"rewards/chatgpt_combined_reward/mean": -2.083624839782715,
|
2284 |
+
"rewards/chatgpt_combined_reward/std": 9.366135597229004,
|
2285 |
+
"step": 91
|
2286 |
+
},
|
2287 |
+
{
|
2288 |
+
"clip_ratio/high_max": 0.0,
|
2289 |
+
"clip_ratio/high_mean": 0.0,
|
2290 |
+
"clip_ratio/low_mean": 0.0,
|
2291 |
+
"clip_ratio/low_min": 0.0,
|
2292 |
+
"clip_ratio/region_mean": 0.0,
|
2293 |
+
"completions/clipped_ratio": 0.25,
|
2294 |
+
"completions/max_length": 1024.0,
|
2295 |
+
"completions/max_terminated_length": 686.0,
|
2296 |
+
"completions/mean_length": 714.25,
|
2297 |
+
"completions/mean_terminated_length": 611.0,
|
2298 |
+
"completions/min_length": 522.0,
|
2299 |
+
"completions/min_terminated_length": 522.0,
|
2300 |
+
"epoch": 0.008547405583685604,
|
2301 |
+
"frac_reward_zero_std": 0.0,
|
2302 |
+
"grad_norm": 8.0,
|
2303 |
+
"learning_rate": 4.5e-08,
|
2304 |
+
"loss": 0.1335,
|
2305 |
+
"num_tokens": 397858.0,
|
2306 |
+
"reward": -9.316499710083008,
|
2307 |
+
"reward_std": 1.3908792734146118,
|
2308 |
+
"rewards/chatgpt_combined_reward/mean": -9.316499710083008,
|
2309 |
+
"rewards/chatgpt_combined_reward/std": 1.61105215549469,
|
2310 |
+
"step": 92
|
2311 |
+
},
|
2312 |
+
{
|
2313 |
+
"clip_ratio/high_max": 0.0,
|
2314 |
+
"clip_ratio/high_mean": 0.0,
|
2315 |
+
"clip_ratio/low_mean": 0.0,
|
2316 |
+
"clip_ratio/low_min": 0.0,
|
2317 |
+
"clip_ratio/region_mean": 0.0,
|
2318 |
+
"completions/clipped_ratio": 0.0,
|
2319 |
+
"completions/max_length": 848.0,
|
2320 |
+
"completions/max_terminated_length": 848.0,
|
2321 |
+
"completions/mean_length": 737.75,
|
2322 |
+
"completions/mean_terminated_length": 737.75,
|
2323 |
+
"completions/min_length": 639.0,
|
2324 |
+
"completions/min_terminated_length": 639.0,
|
2325 |
+
"epoch": 0.00864031216611697,
|
2326 |
+
"frac_reward_zero_std": 0.0,
|
2327 |
+
"grad_norm": 6.6875,
|
2328 |
+
"learning_rate": 4e-08,
|
2329 |
+
"loss": -0.0,
|
2330 |
+
"num_tokens": 402857.0,
|
2331 |
+
"reward": -8.15000057220459,
|
2332 |
+
"reward_std": 0.21213217079639435,
|
2333 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
2334 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
2335 |
+
"step": 93
|
2336 |
+
},
|
2337 |
+
{
|
2338 |
+
"clip_ratio/high_max": 0.0,
|
2339 |
+
"clip_ratio/high_mean": 0.0,
|
2340 |
+
"clip_ratio/low_mean": 0.0,
|
2341 |
+
"clip_ratio/low_min": 0.0,
|
2342 |
+
"clip_ratio/region_mean": 0.0,
|
2343 |
+
"completions/clipped_ratio": 0.0,
|
2344 |
+
"completions/max_length": 958.0,
|
2345 |
+
"completions/max_terminated_length": 958.0,
|
2346 |
+
"completions/mean_length": 649.0,
|
2347 |
+
"completions/mean_terminated_length": 649.0,
|
2348 |
+
"completions/min_length": 526.0,
|
2349 |
+
"completions/min_terminated_length": 526.0,
|
2350 |
+
"epoch": 0.008733218748548335,
|
2351 |
+
"frac_reward_zero_std": 0.0,
|
2352 |
+
"grad_norm": 9.5,
|
2353 |
+
"learning_rate": 3.5e-08,
|
2354 |
+
"loss": 0.0,
|
2355 |
+
"num_tokens": 407501.0,
|
2356 |
+
"reward": -9.316499710083008,
|
2357 |
+
"reward_std": 1.1787470579147339,
|
2358 |
+
"rewards/chatgpt_combined_reward/mean": -9.316499710083008,
|
2359 |
+
"rewards/chatgpt_combined_reward/std": 1.8061809539794922,
|
2360 |
+
"step": 94
|
2361 |
+
},
|
2362 |
+
{
|
2363 |
+
"clip_ratio/high_max": 0.0,
|
2364 |
+
"clip_ratio/high_mean": 0.0,
|
2365 |
+
"clip_ratio/low_mean": 0.0,
|
2366 |
+
"clip_ratio/low_min": 0.0,
|
2367 |
+
"clip_ratio/region_mean": 0.0,
|
2368 |
+
"completions/clipped_ratio": 0.0,
|
2369 |
+
"completions/max_length": 795.0,
|
2370 |
+
"completions/max_terminated_length": 795.0,
|
2371 |
+
"completions/mean_length": 645.0,
|
2372 |
+
"completions/mean_terminated_length": 645.0,
|
2373 |
+
"completions/min_length": 530.0,
|
2374 |
+
"completions/min_terminated_length": 530.0,
|
2375 |
+
"epoch": 0.0088261253309797,
|
2376 |
+
"frac_reward_zero_std": 0.0,
|
2377 |
+
"grad_norm": 8.75,
|
2378 |
+
"learning_rate": 3e-08,
|
2379 |
+
"loss": -0.0538,
|
2380 |
+
"num_tokens": 412129.0,
|
2381 |
+
"reward": -2.583124876022339,
|
2382 |
+
"reward_std": 1.2963035106658936,
|
2383 |
+
"rewards/chatgpt_combined_reward/mean": -2.583124876022339,
|
2384 |
+
"rewards/chatgpt_combined_reward/std": 2.114532947540283,
|
2385 |
+
"step": 95
|
2386 |
+
},
|
2387 |
+
{
|
2388 |
+
"clip_ratio/high_max": 0.0,
|
2389 |
+
"clip_ratio/high_mean": 0.0,
|
2390 |
+
"clip_ratio/low_mean": 0.0,
|
2391 |
+
"clip_ratio/low_min": 0.0,
|
2392 |
+
"clip_ratio/region_mean": 0.0,
|
2393 |
+
"completions/clipped_ratio": 0.25,
|
2394 |
+
"completions/max_length": 1024.0,
|
2395 |
+
"completions/max_terminated_length": 806.0,
|
2396 |
+
"completions/mean_length": 732.25,
|
2397 |
+
"completions/mean_terminated_length": 635.0,
|
2398 |
+
"completions/min_length": 525.0,
|
2399 |
+
"completions/min_terminated_length": 525.0,
|
2400 |
+
"epoch": 0.008919031913411065,
|
2401 |
+
"frac_reward_zero_std": 0.5,
|
2402 |
+
"grad_norm": 5.0,
|
2403 |
+
"learning_rate": 2.5e-08,
|
2404 |
+
"loss": 0.0132,
|
2405 |
+
"num_tokens": 416252.0,
|
2406 |
+
"reward": -3.1670000553131104,
|
2407 |
+
"reward_std": 0.2354665994644165,
|
2408 |
+
"rewards/chatgpt_combined_reward/mean": -3.1670000553131104,
|
2409 |
+
"rewards/chatgpt_combined_reward/std": 7.894752502441406,
|
2410 |
+
"step": 96
|
2411 |
+
},
|
2412 |
+
{
|
2413 |
+
"clip_ratio/high_max": 0.0,
|
2414 |
+
"clip_ratio/high_mean": 0.0,
|
2415 |
+
"clip_ratio/low_mean": 0.0,
|
2416 |
+
"clip_ratio/low_min": 0.0,
|
2417 |
+
"clip_ratio/region_mean": 0.0,
|
2418 |
+
"completions/clipped_ratio": 0.0,
|
2419 |
+
"completions/max_length": 772.0,
|
2420 |
+
"completions/max_terminated_length": 772.0,
|
2421 |
+
"completions/mean_length": 650.0,
|
2422 |
+
"completions/mean_terminated_length": 650.0,
|
2423 |
+
"completions/min_length": 518.0,
|
2424 |
+
"completions/min_terminated_length": 518.0,
|
2425 |
+
"epoch": 0.00901193849584243,
|
2426 |
+
"frac_reward_zero_std": 0.5,
|
2427 |
+
"grad_norm": 4.4375,
|
2428 |
+
"learning_rate": 2e-08,
|
2429 |
+
"loss": -0.0286,
|
2430 |
+
"num_tokens": 420900.0,
|
2431 |
+
"reward": -5.916625022888184,
|
2432 |
+
"reward_std": 0.11791006475687027,
|
2433 |
+
"rewards/chatgpt_combined_reward/mean": -5.916625022888184,
|
2434 |
+
"rewards/chatgpt_combined_reward/std": 4.717040538787842,
|
2435 |
+
"step": 97
|
2436 |
+
},
|
2437 |
+
{
|
2438 |
+
"clip_ratio/high_max": 0.0,
|
2439 |
+
"clip_ratio/high_mean": 0.0,
|
2440 |
+
"clip_ratio/low_mean": 0.0,
|
2441 |
+
"clip_ratio/low_min": 0.0,
|
2442 |
+
"clip_ratio/region_mean": 0.0,
|
2443 |
+
"completions/clipped_ratio": 0.25,
|
2444 |
+
"completions/max_length": 1024.0,
|
2445 |
+
"completions/max_terminated_length": 652.0,
|
2446 |
+
"completions/mean_length": 683.25,
|
2447 |
+
"completions/mean_terminated_length": 569.6666870117188,
|
2448 |
+
"completions/min_length": 516.0,
|
2449 |
+
"completions/min_terminated_length": 516.0,
|
2450 |
+
"epoch": 0.009104845078273796,
|
2451 |
+
"frac_reward_zero_std": 0.5,
|
2452 |
+
"grad_norm": 5.40625,
|
2453 |
+
"learning_rate": 1.5e-08,
|
2454 |
+
"loss": 0.0434,
|
2455 |
+
"num_tokens": 425291.0,
|
2456 |
+
"reward": -0.8337502479553223,
|
2457 |
+
"reward_std": 1.1783933639526367,
|
2458 |
+
"rewards/chatgpt_combined_reward/mean": -0.8337502479553223,
|
2459 |
+
"rewards/chatgpt_combined_reward/std": 10.671379089355469,
|
2460 |
+
"step": 98
|
2461 |
+
},
|
2462 |
+
{
|
2463 |
+
"clip_ratio/high_max": 0.0,
|
2464 |
+
"clip_ratio/high_mean": 0.0,
|
2465 |
+
"clip_ratio/low_mean": 0.0,
|
2466 |
+
"clip_ratio/low_min": 0.0,
|
2467 |
+
"clip_ratio/region_mean": 0.0,
|
2468 |
+
"completions/clipped_ratio": 0.0,
|
2469 |
+
"completions/max_length": 622.0,
|
2470 |
+
"completions/max_terminated_length": 622.0,
|
2471 |
+
"completions/mean_length": 573.5,
|
2472 |
+
"completions/mean_terminated_length": 573.5,
|
2473 |
+
"completions/min_length": 519.0,
|
2474 |
+
"completions/min_terminated_length": 519.0,
|
2475 |
+
"epoch": 0.009197751660705161,
|
2476 |
+
"frac_reward_zero_std": 0.5,
|
2477 |
+
"grad_norm": 5.0625,
|
2478 |
+
"learning_rate": 1e-08,
|
2479 |
+
"loss": -0.0229,
|
2480 |
+
"num_tokens": 429633.0,
|
2481 |
+
"reward": -7.749750137329102,
|
2482 |
+
"reward_std": 0.8248399496078491,
|
2483 |
+
"rewards/chatgpt_combined_reward/mean": -7.749750137329102,
|
2484 |
+
"rewards/chatgpt_combined_reward/std": 2.7674262523651123,
|
2485 |
+
"step": 99
|
2486 |
+
},
|
2487 |
+
{
|
2488 |
+
"clip_ratio/high_max": 0.0,
|
2489 |
+
"clip_ratio/high_mean": 0.0,
|
2490 |
+
"clip_ratio/low_mean": 0.0,
|
2491 |
+
"clip_ratio/low_min": 0.0,
|
2492 |
+
"clip_ratio/region_mean": 0.0,
|
2493 |
+
"completions/clipped_ratio": 0.0,
|
2494 |
+
"completions/max_length": 757.0,
|
2495 |
+
"completions/max_terminated_length": 757.0,
|
2496 |
+
"completions/mean_length": 595.25,
|
2497 |
+
"completions/mean_terminated_length": 595.25,
|
2498 |
+
"completions/min_length": 531.0,
|
2499 |
+
"completions/min_terminated_length": 531.0,
|
2500 |
+
"epoch": 0.009290658243136527,
|
2501 |
+
"frac_reward_zero_std": 0.5,
|
2502 |
+
"grad_norm": 5.25,
|
2503 |
+
"learning_rate": 5e-09,
|
2504 |
+
"loss": 0.0081,
|
2505 |
+
"num_tokens": 433854.0,
|
2506 |
+
"reward": -2.0003747940063477,
|
2507 |
+
"reward_std": 1.6498571634292603,
|
2508 |
+
"rewards/chatgpt_combined_reward/mean": -2.0003747940063477,
|
2509 |
+
"rewards/chatgpt_combined_reward/std": 9.431580543518066,
|
2510 |
+
"step": 100
|
2511 |
+
}
|
2512 |
+
],
|
2513 |
+
"logging_steps": 1,
|
2514 |
+
"max_steps": 100,
|
2515 |
+
"num_input_tokens_seen": 433854,
|
2516 |
+
"num_train_epochs": 1,
|
2517 |
+
"save_steps": 500,
|
2518 |
+
"stateful_callbacks": {
|
2519 |
+
"TrainerControl": {
|
2520 |
+
"args": {
|
2521 |
+
"should_epoch_stop": false,
|
2522 |
+
"should_evaluate": false,
|
2523 |
+
"should_log": false,
|
2524 |
+
"should_save": true,
|
2525 |
+
"should_training_stop": true
|
2526 |
+
},
|
2527 |
+
"attributes": {}
|
2528 |
+
}
|
2529 |
+
},
|
2530 |
+
"total_flos": 0.0,
|
2531 |
+
"train_batch_size": 2,
|
2532 |
+
"trial_name": null,
|
2533 |
+
"trial_params": null
|
2534 |
+
}
|
checkpoint-100/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cf3d821ad0a7202f65407a8ea5958f9a2fe7ce07c267ac7a7c7cd151a8c4b11
|
3 |
+
size 7057
|
config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"hidden_size": 4096,
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 14336,
|
14 |
-
"max_position_embeddings":
|
15 |
"mlp_bias": false,
|
16 |
"model_type": "llama",
|
17 |
"num_attention_heads": 32,
|
@@ -20,17 +20,11 @@
|
|
20 |
"pad_token_id": 128001,
|
21 |
"pretraining_tp": 1,
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
-
"rope_scaling":
|
24 |
-
"factor": 8.0,
|
25 |
-
"high_freq_factor": 4.0,
|
26 |
-
"low_freq_factor": 1.0,
|
27 |
-
"original_max_position_embeddings": 8192,
|
28 |
-
"rope_type": "llama3"
|
29 |
-
},
|
30 |
"rope_theta": 500000.0,
|
31 |
"tie_word_embeddings": false,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
-
"transformers_version": "4.
|
34 |
-
"use_cache":
|
35 |
"vocab_size": 128256
|
36 |
}
|
|
|
11 |
"hidden_size": 4096,
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 14336,
|
14 |
+
"max_position_embeddings": 8192,
|
15 |
"mlp_bias": false,
|
16 |
"model_type": "llama",
|
17 |
"num_attention_heads": 32,
|
|
|
20 |
"pad_token_id": 128001,
|
21 |
"pretraining_tp": 1,
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_scaling": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
"rope_theta": 500000.0,
|
25 |
"tie_word_embeddings": false,
|
26 |
"torch_dtype": "bfloat16",
|
27 |
+
"transformers_version": "4.53.0",
|
28 |
+
"use_cache": false,
|
29 |
"vocab_size": 128256
|
30 |
}
|
config.yaml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
inference:
|
2 |
+
handler: handler.py
|
3 |
+
disable_vllm: true
|
generation_config.json
CHANGED
@@ -3,7 +3,5 @@
|
|
3 |
"bos_token_id": 128000,
|
4 |
"do_sample": true,
|
5 |
"eos_token_id": 128001,
|
6 |
-
"
|
7 |
-
"top_p": 0.9,
|
8 |
-
"transformers_version": "4.52.0"
|
9 |
}
|
|
|
3 |
"bos_token_id": 128000,
|
4 |
"do_sample": true,
|
5 |
"eos_token_id": 128001,
|
6 |
+
"transformers_version": "4.53.0"
|
|
|
|
|
7 |
}
|
handler.py
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from typing import Dict, List, Any
|
2 |
+
import torch
|
3 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
4 |
+
import os
|
5 |
+
|
6 |
+
class EndpointHandler():
|
7 |
+
def __init__(self, path=""):
|
8 |
+
# Look for checkpoint-100 folder
|
9 |
+
checkpoint_path = None
|
10 |
+
|
11 |
+
if not path or path == "/repository":
|
12 |
+
base_path = "."
|
13 |
+
else:
|
14 |
+
base_path = path
|
15 |
+
|
16 |
+
# Check different possible locations
|
17 |
+
possible_paths = [
|
18 |
+
os.path.join(base_path, "checkpoint-100"),
|
19 |
+
os.path.join(".", "checkpoint-100"),
|
20 |
+
os.path.join("/repository", "checkpoint-100"),
|
21 |
+
"checkpoint-100"
|
22 |
+
]
|
23 |
+
|
24 |
+
for check_path in possible_paths:
|
25 |
+
if os.path.exists(check_path) and os.path.isdir(check_path):
|
26 |
+
# Verify it contains model files
|
27 |
+
files = os.listdir(check_path)
|
28 |
+
if any(f in files for f in ['config.json', 'pytorch_model.bin', 'model.safetensors']):
|
29 |
+
checkpoint_path = check_path
|
30 |
+
break
|
31 |
+
|
32 |
+
if checkpoint_path is None:
|
33 |
+
print(f"Available files in base path: {os.listdir(base_path) if os.path.exists(base_path) else 'Path does not exist'}")
|
34 |
+
raise ValueError("Could not find checkpoint-100 folder with model files")
|
35 |
+
|
36 |
+
print(f"Loading model from: {checkpoint_path}")
|
37 |
+
print(f"Files in checkpoint: {os.listdir(checkpoint_path)}")
|
38 |
+
|
39 |
+
# Load model and tokenizer from checkpoint-100
|
40 |
+
self.tokenizer = AutoTokenizer.from_pretrained(checkpoint_path, trust_remote_code=True)
|
41 |
+
self.model = AutoModelForCausalLM.from_pretrained(
|
42 |
+
checkpoint_path,
|
43 |
+
device_map="auto",
|
44 |
+
torch_dtype=torch.bfloat16,
|
45 |
+
trust_remote_code=True,
|
46 |
+
)
|
47 |
+
|
48 |
+
# Set pad token if not exists
|
49 |
+
if self.tokenizer.pad_token is None:
|
50 |
+
self.tokenizer.pad_token = self.tokenizer.eos_token
|
51 |
+
|
52 |
+
def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
|
53 |
+
"""
|
54 |
+
data args:
|
55 |
+
inputs (:str): a string to be generated from
|
56 |
+
parameters (:dict): generation parameters
|
57 |
+
Return:
|
58 |
+
A :obj:`list` | `dict`: will be serialized and returned
|
59 |
+
"""
|
60 |
+
# Get the input text
|
61 |
+
inputs = data.pop("inputs", data)
|
62 |
+
parameters = data.pop("parameters", {})
|
63 |
+
|
64 |
+
# Handle string input directly
|
65 |
+
if isinstance(inputs, str):
|
66 |
+
input_text = inputs
|
67 |
+
else:
|
68 |
+
input_text = str(inputs)
|
69 |
+
|
70 |
+
# Set default parameters
|
71 |
+
max_new_tokens = parameters.get("max_new_tokens", 1000)
|
72 |
+
temperature = parameters.get("temperature", 0.1)
|
73 |
+
do_sample = parameters.get("do_sample", True)
|
74 |
+
top_p = parameters.get("top_p", 0.9)
|
75 |
+
return_full_text = parameters.get("return_full_text", False)
|
76 |
+
|
77 |
+
# Tokenize the input
|
78 |
+
input_ids = self.tokenizer(
|
79 |
+
input_text,
|
80 |
+
return_tensors="pt",
|
81 |
+
padding=True,
|
82 |
+
truncation=True,
|
83 |
+
max_length=2048
|
84 |
+
).to(self.model.device)
|
85 |
+
|
86 |
+
# Generate text
|
87 |
+
with torch.no_grad():
|
88 |
+
generated_ids = self.model.generate(
|
89 |
+
**input_ids,
|
90 |
+
max_new_tokens=max_new_tokens,
|
91 |
+
temperature=temperature,
|
92 |
+
do_sample=do_sample,
|
93 |
+
top_p=top_p,
|
94 |
+
pad_token_id=self.tokenizer.pad_token_id,
|
95 |
+
eos_token_id=self.tokenizer.eos_token_id,
|
96 |
+
)
|
97 |
+
|
98 |
+
# Decode the generated text
|
99 |
+
if return_full_text:
|
100 |
+
generated_text = self.tokenizer.decode(generated_ids[0], skip_special_tokens=True)
|
101 |
+
else:
|
102 |
+
# Only return the newly generated part
|
103 |
+
new_tokens = generated_ids[0][input_ids["input_ids"].shape[1]:]
|
104 |
+
generated_text = self.tokenizer.decode(new_tokens, skip_special_tokens=True)
|
105 |
+
|
106 |
+
return [{"generated_text": generated_text}]
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd9a071cd2af5b8f2aefb9362b948f00d67075ef67edebc320cf3533d3eb9e20
|
3 |
+
size 4976698672
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fff1c47db716abb07f232ea67624d8b88ab12df3fc2ce67017d01c12568f9f9
|
3 |
+
size 4999802720
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41a67ca53bc38702f3a3e5fee44e3de6b8640727783ac25dac80d04e912c34df
|
3 |
+
size 4915916176
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a01fe469b824c710ee7a316c9b31b92c9fc256e2ff0820c55038b256dd5c8208
|
3 |
+
size 1168138808
|
model.safetensors.index.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"metadata": {
|
|
|
3 |
"total_size": 16060522496
|
4 |
},
|
5 |
"weight_map": {
|
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
+
"total_parameters": 8030261248,
|
4 |
"total_size": 16060522496
|
5 |
},
|
6 |
"weight_map": {
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe5b76a12329d6beec9a27c2477248843bf5981cf370c51823b48d93a1627d01
|
3 |
+
size 14645
|
runs/Jul02_19-39-17_192-222-59-149/events.out.tfevents.1751485158.192-222-59-149.6286.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2e05297229c70943109b9e5c16a8426f3f4cb8b596663e9f324e069e66c99c7
|
3 |
+
size 13463
|
runs/Jul02_19-48-36_192-222-59-149/events.out.tfevents.1751485716.192-222-59-149.7483.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7010a16f293c816e7076952cf6914220893fae95d07435097a719d283e8de4d7
|
3 |
+
size 9245
|
runs/Jul02_19-55-41_192-222-59-149/events.out.tfevents.1751486142.192-222-59-149.8097.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:545d089dc01e3701e0d9bdcab37ea6b762c7883ab9aefdee4b6fe6d37449d269
|
3 |
+
size 10651
|
runs/Jul02_20-03-56_192-222-59-149/events.out.tfevents.1751486636.192-222-59-149.8934.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8924479ae92215ac5151ee386d5fbc8aef377f4313c0f46b326268abff98d86d
|
3 |
+
size 12057
|
runs/Jul02_20-14-00_192-222-59-149/events.out.tfevents.1751487240.192-222-59-149.9723.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:308e8821fde7baaa06b6e1ecc74c847345dea48c147d8a1b2e92bfded8832f68
|
3 |
+
size 10651
|
runs/Jul02_20-20-26_192-222-59-149/events.out.tfevents.1751487627.192-222-59-149.10420.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d81540cb69da5b22dec0bc9a3788283cd9ff0560880679cb25bd6b1162e7d4a
|
3 |
+
size 4184
|
runs/Jul02_20-21-26_192-222-59-149/events.out.tfevents.1751487687.192-222-59-149.10653.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8b537bc59ae6e4e97da4f289af3d251484e49362e4144cd0b52fc0d7002c544
|
3 |
+
size 14869
|
runs/Jul02_20-28-44_192-222-59-149/events.out.tfevents.1751488125.192-222-59-149.11487.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81f6c896c4d092cdadd86693a7ea6522909aae7155519e7e9605ef5c841c2156
|
3 |
+
size 6433
|
runs/Jul02_20-32-11_192-222-59-149/events.out.tfevents.1751488331.192-222-59-149.11742.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:915a5e30bea026453dfb43142fa18bfa812e387f73e18dea4f9a93a086303035
|
3 |
+
size 7839
|
runs/Jul02_20-35-16_192-222-59-149/events.out.tfevents.1751488516.192-222-59-149.12102.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dd11031a88f3b09ead417d3004efa07e9de6cf00d322bd0801ba82c38709dbc
|
3 |
+
size 10651
|
runs/Jul02_20-41-40_192-222-59-149/events.out.tfevents.1751488900.192-222-59-149.12751.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6ba4443ec1e1147e7f1b96261cdb6dd1b0953127b47b78d53783b9f30537c54
|
3 |
+
size 6433
|
runs/Jul02_20-43-48_192-222-59-149/events.out.tfevents.1751489029.192-222-59-149.13032.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cf576e562a39a0ea86ee3b5064a184fffb1388abe976b0fc42ae25ea82aec92
|
3 |
+
size 10651
|
runs/Jul02_20-48-37_192-222-59-149/events.out.tfevents.1751489318.192-222-59-149.13578.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c6594e6a5fb34438ef6890e1cbd17816683af300391b4c0dbb9e61c4fb19d50
|
3 |
+
size 20493
|
runs/Jul02_21-01-16_192-222-59-149/events.out.tfevents.1751490076.192-222-59-149.14877.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96e8c30af81b421f64d3ece7b3d0fb1c72abf9d0d19799b1601d300230868cd1
|
3 |
+
size 9245
|
runs/Jul02_21-03-46_192-222-59-149/events.out.tfevents.1751490226.192-222-59-149.15321.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28d7355850f48298d005679a87fda0ad1d14f1db7b6127330ab3538ec3655527
|
3 |
+
size 147400
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf9b364f54d3fe5211643ab2f7c6e6b88baa0d71b349c28ceb4a450a9a313e47
|
3 |
+
size 1465
|
special_tokens_map.json
CHANGED
@@ -13,5 +13,11 @@
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|end_of_text|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
}
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddbace6205bfa81607d177aa4ae2364c99412a5b40fd400935cbd423cb3138d2
|
3 |
+
size 17208923
|
tokenizer_config.json
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
"special": true
|
34 |
},
|
35 |
"128004": {
|
36 |
-
"content": "<|
|
37 |
"lstrip": false,
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
@@ -41,7 +41,7 @@
|
|
41 |
"special": true
|
42 |
},
|
43 |
"128005": {
|
44 |
-
"content": "<|
|
45 |
"lstrip": false,
|
46 |
"normalized": false,
|
47 |
"rstrip": false,
|
@@ -65,7 +65,7 @@
|
|
65 |
"special": true
|
66 |
},
|
67 |
"128008": {
|
68 |
-
"content": "<|
|
69 |
"lstrip": false,
|
70 |
"normalized": false,
|
71 |
"rstrip": false,
|
@@ -81,7 +81,7 @@
|
|
81 |
"special": true
|
82 |
},
|
83 |
"128010": {
|
84 |
-
"content": "<|
|
85 |
"lstrip": false,
|
86 |
"normalized": false,
|
87 |
"rstrip": false,
|
@@ -89,7 +89,7 @@
|
|
89 |
"special": true
|
90 |
},
|
91 |
"128011": {
|
92 |
-
"content": "<|
|
93 |
"lstrip": false,
|
94 |
"normalized": false,
|
95 |
"rstrip": false,
|
@@ -97,7 +97,7 @@
|
|
97 |
"special": true
|
98 |
},
|
99 |
"128012": {
|
100 |
-
"content": "<|
|
101 |
"lstrip": false,
|
102 |
"normalized": false,
|
103 |
"rstrip": false,
|
@@ -105,7 +105,7 @@
|
|
105 |
"special": true
|
106 |
},
|
107 |
"128013": {
|
108 |
-
"content": "<|
|
109 |
"lstrip": false,
|
110 |
"normalized": false,
|
111 |
"rstrip": false,
|
@@ -113,7 +113,7 @@
|
|
113 |
"special": true
|
114 |
},
|
115 |
"128014": {
|
116 |
-
"content": "<|
|
117 |
"lstrip": false,
|
118 |
"normalized": false,
|
119 |
"rstrip": false,
|
@@ -121,7 +121,7 @@
|
|
121 |
"special": true
|
122 |
},
|
123 |
"128015": {
|
124 |
-
"content": "<|
|
125 |
"lstrip": false,
|
126 |
"normalized": false,
|
127 |
"rstrip": false,
|
@@ -129,7 +129,7 @@
|
|
129 |
"special": true
|
130 |
},
|
131 |
"128016": {
|
132 |
-
"content": "<|
|
133 |
"lstrip": false,
|
134 |
"normalized": false,
|
135 |
"rstrip": false,
|
@@ -137,7 +137,7 @@
|
|
137 |
"special": true
|
138 |
},
|
139 |
"128017": {
|
140 |
-
"content": "<|
|
141 |
"lstrip": false,
|
142 |
"normalized": false,
|
143 |
"rstrip": false,
|
@@ -145,7 +145,7 @@
|
|
145 |
"special": true
|
146 |
},
|
147 |
"128018": {
|
148 |
-
"content": "<|
|
149 |
"lstrip": false,
|
150 |
"normalized": false,
|
151 |
"rstrip": false,
|
@@ -153,7 +153,7 @@
|
|
153 |
"special": true
|
154 |
},
|
155 |
"128019": {
|
156 |
-
"content": "<|
|
157 |
"lstrip": false,
|
158 |
"normalized": false,
|
159 |
"rstrip": false,
|
@@ -161,7 +161,7 @@
|
|
161 |
"special": true
|
162 |
},
|
163 |
"128020": {
|
164 |
-
"content": "<|
|
165 |
"lstrip": false,
|
166 |
"normalized": false,
|
167 |
"rstrip": false,
|
@@ -169,7 +169,7 @@
|
|
169 |
"special": true
|
170 |
},
|
171 |
"128021": {
|
172 |
-
"content": "<|
|
173 |
"lstrip": false,
|
174 |
"normalized": false,
|
175 |
"rstrip": false,
|
@@ -177,7 +177,7 @@
|
|
177 |
"special": true
|
178 |
},
|
179 |
"128022": {
|
180 |
-
"content": "<|
|
181 |
"lstrip": false,
|
182 |
"normalized": false,
|
183 |
"rstrip": false,
|
@@ -185,7 +185,7 @@
|
|
185 |
"special": true
|
186 |
},
|
187 |
"128023": {
|
188 |
-
"content": "<|
|
189 |
"lstrip": false,
|
190 |
"normalized": false,
|
191 |
"rstrip": false,
|
@@ -193,7 +193,7 @@
|
|
193 |
"special": true
|
194 |
},
|
195 |
"128024": {
|
196 |
-
"content": "<|
|
197 |
"lstrip": false,
|
198 |
"normalized": false,
|
199 |
"rstrip": false,
|
@@ -201,7 +201,7 @@
|
|
201 |
"special": true
|
202 |
},
|
203 |
"128025": {
|
204 |
-
"content": "<|
|
205 |
"lstrip": false,
|
206 |
"normalized": false,
|
207 |
"rstrip": false,
|
@@ -209,7 +209,7 @@
|
|
209 |
"special": true
|
210 |
},
|
211 |
"128026": {
|
212 |
-
"content": "<|
|
213 |
"lstrip": false,
|
214 |
"normalized": false,
|
215 |
"rstrip": false,
|
@@ -217,7 +217,7 @@
|
|
217 |
"special": true
|
218 |
},
|
219 |
"128027": {
|
220 |
-
"content": "<|
|
221 |
"lstrip": false,
|
222 |
"normalized": false,
|
223 |
"rstrip": false,
|
@@ -225,7 +225,7 @@
|
|
225 |
"special": true
|
226 |
},
|
227 |
"128028": {
|
228 |
-
"content": "<|
|
229 |
"lstrip": false,
|
230 |
"normalized": false,
|
231 |
"rstrip": false,
|
@@ -233,7 +233,7 @@
|
|
233 |
"special": true
|
234 |
},
|
235 |
"128029": {
|
236 |
-
"content": "<|
|
237 |
"lstrip": false,
|
238 |
"normalized": false,
|
239 |
"rstrip": false,
|
@@ -241,7 +241,7 @@
|
|
241 |
"special": true
|
242 |
},
|
243 |
"128030": {
|
244 |
-
"content": "<|
|
245 |
"lstrip": false,
|
246 |
"normalized": false,
|
247 |
"rstrip": false,
|
@@ -249,7 +249,7 @@
|
|
249 |
"special": true
|
250 |
},
|
251 |
"128031": {
|
252 |
-
"content": "<|
|
253 |
"lstrip": false,
|
254 |
"normalized": false,
|
255 |
"rstrip": false,
|
@@ -257,7 +257,7 @@
|
|
257 |
"special": true
|
258 |
},
|
259 |
"128032": {
|
260 |
-
"content": "<|
|
261 |
"lstrip": false,
|
262 |
"normalized": false,
|
263 |
"rstrip": false,
|
@@ -265,7 +265,7 @@
|
|
265 |
"special": true
|
266 |
},
|
267 |
"128033": {
|
268 |
-
"content": "<|
|
269 |
"lstrip": false,
|
270 |
"normalized": false,
|
271 |
"rstrip": false,
|
@@ -273,7 +273,7 @@
|
|
273 |
"special": true
|
274 |
},
|
275 |
"128034": {
|
276 |
-
"content": "<|
|
277 |
"lstrip": false,
|
278 |
"normalized": false,
|
279 |
"rstrip": false,
|
@@ -281,7 +281,7 @@
|
|
281 |
"special": true
|
282 |
},
|
283 |
"128035": {
|
284 |
-
"content": "<|
|
285 |
"lstrip": false,
|
286 |
"normalized": false,
|
287 |
"rstrip": false,
|
@@ -289,7 +289,7 @@
|
|
289 |
"special": true
|
290 |
},
|
291 |
"128036": {
|
292 |
-
"content": "<|
|
293 |
"lstrip": false,
|
294 |
"normalized": false,
|
295 |
"rstrip": false,
|
@@ -297,7 +297,7 @@
|
|
297 |
"special": true
|
298 |
},
|
299 |
"128037": {
|
300 |
-
"content": "<|
|
301 |
"lstrip": false,
|
302 |
"normalized": false,
|
303 |
"rstrip": false,
|
@@ -305,7 +305,7 @@
|
|
305 |
"special": true
|
306 |
},
|
307 |
"128038": {
|
308 |
-
"content": "<|
|
309 |
"lstrip": false,
|
310 |
"normalized": false,
|
311 |
"rstrip": false,
|
@@ -313,7 +313,7 @@
|
|
313 |
"special": true
|
314 |
},
|
315 |
"128039": {
|
316 |
-
"content": "<|
|
317 |
"lstrip": false,
|
318 |
"normalized": false,
|
319 |
"rstrip": false,
|
@@ -321,7 +321,7 @@
|
|
321 |
"special": true
|
322 |
},
|
323 |
"128040": {
|
324 |
-
"content": "<|
|
325 |
"lstrip": false,
|
326 |
"normalized": false,
|
327 |
"rstrip": false,
|
@@ -329,7 +329,7 @@
|
|
329 |
"special": true
|
330 |
},
|
331 |
"128041": {
|
332 |
-
"content": "<|
|
333 |
"lstrip": false,
|
334 |
"normalized": false,
|
335 |
"rstrip": false,
|
@@ -337,7 +337,7 @@
|
|
337 |
"special": true
|
338 |
},
|
339 |
"128042": {
|
340 |
-
"content": "<|
|
341 |
"lstrip": false,
|
342 |
"normalized": false,
|
343 |
"rstrip": false,
|
@@ -345,7 +345,7 @@
|
|
345 |
"special": true
|
346 |
},
|
347 |
"128043": {
|
348 |
-
"content": "<|
|
349 |
"lstrip": false,
|
350 |
"normalized": false,
|
351 |
"rstrip": false,
|
@@ -353,7 +353,7 @@
|
|
353 |
"special": true
|
354 |
},
|
355 |
"128044": {
|
356 |
-
"content": "<|
|
357 |
"lstrip": false,
|
358 |
"normalized": false,
|
359 |
"rstrip": false,
|
@@ -361,7 +361,7 @@
|
|
361 |
"special": true
|
362 |
},
|
363 |
"128045": {
|
364 |
-
"content": "<|
|
365 |
"lstrip": false,
|
366 |
"normalized": false,
|
367 |
"rstrip": false,
|
@@ -369,7 +369,7 @@
|
|
369 |
"special": true
|
370 |
},
|
371 |
"128046": {
|
372 |
-
"content": "<|
|
373 |
"lstrip": false,
|
374 |
"normalized": false,
|
375 |
"rstrip": false,
|
@@ -377,7 +377,7 @@
|
|
377 |
"special": true
|
378 |
},
|
379 |
"128047": {
|
380 |
-
"content": "<|
|
381 |
"lstrip": false,
|
382 |
"normalized": false,
|
383 |
"rstrip": false,
|
@@ -385,7 +385,7 @@
|
|
385 |
"special": true
|
386 |
},
|
387 |
"128048": {
|
388 |
-
"content": "<|
|
389 |
"lstrip": false,
|
390 |
"normalized": false,
|
391 |
"rstrip": false,
|
@@ -393,7 +393,7 @@
|
|
393 |
"special": true
|
394 |
},
|
395 |
"128049": {
|
396 |
-
"content": "<|
|
397 |
"lstrip": false,
|
398 |
"normalized": false,
|
399 |
"rstrip": false,
|
@@ -401,7 +401,7 @@
|
|
401 |
"special": true
|
402 |
},
|
403 |
"128050": {
|
404 |
-
"content": "<|
|
405 |
"lstrip": false,
|
406 |
"normalized": false,
|
407 |
"rstrip": false,
|
@@ -409,7 +409,7 @@
|
|
409 |
"special": true
|
410 |
},
|
411 |
"128051": {
|
412 |
-
"content": "<|
|
413 |
"lstrip": false,
|
414 |
"normalized": false,
|
415 |
"rstrip": false,
|
@@ -417,7 +417,7 @@
|
|
417 |
"special": true
|
418 |
},
|
419 |
"128052": {
|
420 |
-
"content": "<|
|
421 |
"lstrip": false,
|
422 |
"normalized": false,
|
423 |
"rstrip": false,
|
@@ -425,7 +425,7 @@
|
|
425 |
"special": true
|
426 |
},
|
427 |
"128053": {
|
428 |
-
"content": "<|
|
429 |
"lstrip": false,
|
430 |
"normalized": false,
|
431 |
"rstrip": false,
|
@@ -433,7 +433,7 @@
|
|
433 |
"special": true
|
434 |
},
|
435 |
"128054": {
|
436 |
-
"content": "<|
|
437 |
"lstrip": false,
|
438 |
"normalized": false,
|
439 |
"rstrip": false,
|
@@ -441,7 +441,7 @@
|
|
441 |
"special": true
|
442 |
},
|
443 |
"128055": {
|
444 |
-
"content": "<|
|
445 |
"lstrip": false,
|
446 |
"normalized": false,
|
447 |
"rstrip": false,
|
@@ -449,7 +449,7 @@
|
|
449 |
"special": true
|
450 |
},
|
451 |
"128056": {
|
452 |
-
"content": "<|
|
453 |
"lstrip": false,
|
454 |
"normalized": false,
|
455 |
"rstrip": false,
|
@@ -457,7 +457,7 @@
|
|
457 |
"special": true
|
458 |
},
|
459 |
"128057": {
|
460 |
-
"content": "<|
|
461 |
"lstrip": false,
|
462 |
"normalized": false,
|
463 |
"rstrip": false,
|
@@ -465,7 +465,7 @@
|
|
465 |
"special": true
|
466 |
},
|
467 |
"128058": {
|
468 |
-
"content": "<|
|
469 |
"lstrip": false,
|
470 |
"normalized": false,
|
471 |
"rstrip": false,
|
@@ -473,7 +473,7 @@
|
|
473 |
"special": true
|
474 |
},
|
475 |
"128059": {
|
476 |
-
"content": "<|
|
477 |
"lstrip": false,
|
478 |
"normalized": false,
|
479 |
"rstrip": false,
|
@@ -481,7 +481,7 @@
|
|
481 |
"special": true
|
482 |
},
|
483 |
"128060": {
|
484 |
-
"content": "<|
|
485 |
"lstrip": false,
|
486 |
"normalized": false,
|
487 |
"rstrip": false,
|
@@ -489,7 +489,7 @@
|
|
489 |
"special": true
|
490 |
},
|
491 |
"128061": {
|
492 |
-
"content": "<|
|
493 |
"lstrip": false,
|
494 |
"normalized": false,
|
495 |
"rstrip": false,
|
@@ -497,7 +497,7 @@
|
|
497 |
"special": true
|
498 |
},
|
499 |
"128062": {
|
500 |
-
"content": "<|
|
501 |
"lstrip": false,
|
502 |
"normalized": false,
|
503 |
"rstrip": false,
|
@@ -505,7 +505,7 @@
|
|
505 |
"special": true
|
506 |
},
|
507 |
"128063": {
|
508 |
-
"content": "<|
|
509 |
"lstrip": false,
|
510 |
"normalized": false,
|
511 |
"rstrip": false,
|
@@ -513,7 +513,7 @@
|
|
513 |
"special": true
|
514 |
},
|
515 |
"128064": {
|
516 |
-
"content": "<|
|
517 |
"lstrip": false,
|
518 |
"normalized": false,
|
519 |
"rstrip": false,
|
@@ -521,7 +521,7 @@
|
|
521 |
"special": true
|
522 |
},
|
523 |
"128065": {
|
524 |
-
"content": "<|
|
525 |
"lstrip": false,
|
526 |
"normalized": false,
|
527 |
"rstrip": false,
|
@@ -529,7 +529,7 @@
|
|
529 |
"special": true
|
530 |
},
|
531 |
"128066": {
|
532 |
-
"content": "<|
|
533 |
"lstrip": false,
|
534 |
"normalized": false,
|
535 |
"rstrip": false,
|
@@ -537,7 +537,7 @@
|
|
537 |
"special": true
|
538 |
},
|
539 |
"128067": {
|
540 |
-
"content": "<|
|
541 |
"lstrip": false,
|
542 |
"normalized": false,
|
543 |
"rstrip": false,
|
@@ -545,7 +545,7 @@
|
|
545 |
"special": true
|
546 |
},
|
547 |
"128068": {
|
548 |
-
"content": "<|
|
549 |
"lstrip": false,
|
550 |
"normalized": false,
|
551 |
"rstrip": false,
|
@@ -553,7 +553,7 @@
|
|
553 |
"special": true
|
554 |
},
|
555 |
"128069": {
|
556 |
-
"content": "<|
|
557 |
"lstrip": false,
|
558 |
"normalized": false,
|
559 |
"rstrip": false,
|
@@ -561,7 +561,7 @@
|
|
561 |
"special": true
|
562 |
},
|
563 |
"128070": {
|
564 |
-
"content": "<|
|
565 |
"lstrip": false,
|
566 |
"normalized": false,
|
567 |
"rstrip": false,
|
@@ -569,7 +569,7 @@
|
|
569 |
"special": true
|
570 |
},
|
571 |
"128071": {
|
572 |
-
"content": "<|
|
573 |
"lstrip": false,
|
574 |
"normalized": false,
|
575 |
"rstrip": false,
|
@@ -577,7 +577,7 @@
|
|
577 |
"special": true
|
578 |
},
|
579 |
"128072": {
|
580 |
-
"content": "<|
|
581 |
"lstrip": false,
|
582 |
"normalized": false,
|
583 |
"rstrip": false,
|
@@ -585,7 +585,7 @@
|
|
585 |
"special": true
|
586 |
},
|
587 |
"128073": {
|
588 |
-
"content": "<|
|
589 |
"lstrip": false,
|
590 |
"normalized": false,
|
591 |
"rstrip": false,
|
@@ -593,7 +593,7 @@
|
|
593 |
"special": true
|
594 |
},
|
595 |
"128074": {
|
596 |
-
"content": "<|
|
597 |
"lstrip": false,
|
598 |
"normalized": false,
|
599 |
"rstrip": false,
|
@@ -601,7 +601,7 @@
|
|
601 |
"special": true
|
602 |
},
|
603 |
"128075": {
|
604 |
-
"content": "<|
|
605 |
"lstrip": false,
|
606 |
"normalized": false,
|
607 |
"rstrip": false,
|
@@ -609,7 +609,7 @@
|
|
609 |
"special": true
|
610 |
},
|
611 |
"128076": {
|
612 |
-
"content": "<|
|
613 |
"lstrip": false,
|
614 |
"normalized": false,
|
615 |
"rstrip": false,
|
@@ -617,7 +617,7 @@
|
|
617 |
"special": true
|
618 |
},
|
619 |
"128077": {
|
620 |
-
"content": "<|
|
621 |
"lstrip": false,
|
622 |
"normalized": false,
|
623 |
"rstrip": false,
|
@@ -625,7 +625,7 @@
|
|
625 |
"special": true
|
626 |
},
|
627 |
"128078": {
|
628 |
-
"content": "<|
|
629 |
"lstrip": false,
|
630 |
"normalized": false,
|
631 |
"rstrip": false,
|
@@ -633,7 +633,7 @@
|
|
633 |
"special": true
|
634 |
},
|
635 |
"128079": {
|
636 |
-
"content": "<|
|
637 |
"lstrip": false,
|
638 |
"normalized": false,
|
639 |
"rstrip": false,
|
@@ -641,7 +641,7 @@
|
|
641 |
"special": true
|
642 |
},
|
643 |
"128080": {
|
644 |
-
"content": "<|
|
645 |
"lstrip": false,
|
646 |
"normalized": false,
|
647 |
"rstrip": false,
|
@@ -649,7 +649,7 @@
|
|
649 |
"special": true
|
650 |
},
|
651 |
"128081": {
|
652 |
-
"content": "<|
|
653 |
"lstrip": false,
|
654 |
"normalized": false,
|
655 |
"rstrip": false,
|
@@ -657,7 +657,7 @@
|
|
657 |
"special": true
|
658 |
},
|
659 |
"128082": {
|
660 |
-
"content": "<|
|
661 |
"lstrip": false,
|
662 |
"normalized": false,
|
663 |
"rstrip": false,
|
@@ -665,7 +665,7 @@
|
|
665 |
"special": true
|
666 |
},
|
667 |
"128083": {
|
668 |
-
"content": "<|
|
669 |
"lstrip": false,
|
670 |
"normalized": false,
|
671 |
"rstrip": false,
|
@@ -673,7 +673,7 @@
|
|
673 |
"special": true
|
674 |
},
|
675 |
"128084": {
|
676 |
-
"content": "<|
|
677 |
"lstrip": false,
|
678 |
"normalized": false,
|
679 |
"rstrip": false,
|
@@ -681,7 +681,7 @@
|
|
681 |
"special": true
|
682 |
},
|
683 |
"128085": {
|
684 |
-
"content": "<|
|
685 |
"lstrip": false,
|
686 |
"normalized": false,
|
687 |
"rstrip": false,
|
@@ -689,7 +689,7 @@
|
|
689 |
"special": true
|
690 |
},
|
691 |
"128086": {
|
692 |
-
"content": "<|
|
693 |
"lstrip": false,
|
694 |
"normalized": false,
|
695 |
"rstrip": false,
|
@@ -697,7 +697,7 @@
|
|
697 |
"special": true
|
698 |
},
|
699 |
"128087": {
|
700 |
-
"content": "<|
|
701 |
"lstrip": false,
|
702 |
"normalized": false,
|
703 |
"rstrip": false,
|
@@ -705,7 +705,7 @@
|
|
705 |
"special": true
|
706 |
},
|
707 |
"128088": {
|
708 |
-
"content": "<|
|
709 |
"lstrip": false,
|
710 |
"normalized": false,
|
711 |
"rstrip": false,
|
@@ -713,7 +713,7 @@
|
|
713 |
"special": true
|
714 |
},
|
715 |
"128089": {
|
716 |
-
"content": "<|
|
717 |
"lstrip": false,
|
718 |
"normalized": false,
|
719 |
"rstrip": false,
|
@@ -721,7 +721,7 @@
|
|
721 |
"special": true
|
722 |
},
|
723 |
"128090": {
|
724 |
-
"content": "<|
|
725 |
"lstrip": false,
|
726 |
"normalized": false,
|
727 |
"rstrip": false,
|
@@ -729,7 +729,7 @@
|
|
729 |
"special": true
|
730 |
},
|
731 |
"128091": {
|
732 |
-
"content": "<|
|
733 |
"lstrip": false,
|
734 |
"normalized": false,
|
735 |
"rstrip": false,
|
@@ -737,7 +737,7 @@
|
|
737 |
"special": true
|
738 |
},
|
739 |
"128092": {
|
740 |
-
"content": "<|
|
741 |
"lstrip": false,
|
742 |
"normalized": false,
|
743 |
"rstrip": false,
|
@@ -745,7 +745,7 @@
|
|
745 |
"special": true
|
746 |
},
|
747 |
"128093": {
|
748 |
-
"content": "<|
|
749 |
"lstrip": false,
|
750 |
"normalized": false,
|
751 |
"rstrip": false,
|
@@ -753,7 +753,7 @@
|
|
753 |
"special": true
|
754 |
},
|
755 |
"128094": {
|
756 |
-
"content": "<|
|
757 |
"lstrip": false,
|
758 |
"normalized": false,
|
759 |
"rstrip": false,
|
@@ -761,7 +761,7 @@
|
|
761 |
"special": true
|
762 |
},
|
763 |
"128095": {
|
764 |
-
"content": "<|
|
765 |
"lstrip": false,
|
766 |
"normalized": false,
|
767 |
"rstrip": false,
|
@@ -769,7 +769,7 @@
|
|
769 |
"special": true
|
770 |
},
|
771 |
"128096": {
|
772 |
-
"content": "<|
|
773 |
"lstrip": false,
|
774 |
"normalized": false,
|
775 |
"rstrip": false,
|
@@ -777,7 +777,7 @@
|
|
777 |
"special": true
|
778 |
},
|
779 |
"128097": {
|
780 |
-
"content": "<|
|
781 |
"lstrip": false,
|
782 |
"normalized": false,
|
783 |
"rstrip": false,
|
@@ -785,7 +785,7 @@
|
|
785 |
"special": true
|
786 |
},
|
787 |
"128098": {
|
788 |
-
"content": "<|
|
789 |
"lstrip": false,
|
790 |
"normalized": false,
|
791 |
"rstrip": false,
|
@@ -793,7 +793,7 @@
|
|
793 |
"special": true
|
794 |
},
|
795 |
"128099": {
|
796 |
-
"content": "<|
|
797 |
"lstrip": false,
|
798 |
"normalized": false,
|
799 |
"rstrip": false,
|
@@ -801,7 +801,7 @@
|
|
801 |
"special": true
|
802 |
},
|
803 |
"128100": {
|
804 |
-
"content": "<|
|
805 |
"lstrip": false,
|
806 |
"normalized": false,
|
807 |
"rstrip": false,
|
@@ -809,7 +809,7 @@
|
|
809 |
"special": true
|
810 |
},
|
811 |
"128101": {
|
812 |
-
"content": "<|
|
813 |
"lstrip": false,
|
814 |
"normalized": false,
|
815 |
"rstrip": false,
|
@@ -817,7 +817,7 @@
|
|
817 |
"special": true
|
818 |
},
|
819 |
"128102": {
|
820 |
-
"content": "<|
|
821 |
"lstrip": false,
|
822 |
"normalized": false,
|
823 |
"rstrip": false,
|
@@ -825,7 +825,7 @@
|
|
825 |
"special": true
|
826 |
},
|
827 |
"128103": {
|
828 |
-
"content": "<|
|
829 |
"lstrip": false,
|
830 |
"normalized": false,
|
831 |
"rstrip": false,
|
@@ -833,7 +833,7 @@
|
|
833 |
"special": true
|
834 |
},
|
835 |
"128104": {
|
836 |
-
"content": "<|
|
837 |
"lstrip": false,
|
838 |
"normalized": false,
|
839 |
"rstrip": false,
|
@@ -841,7 +841,7 @@
|
|
841 |
"special": true
|
842 |
},
|
843 |
"128105": {
|
844 |
-
"content": "<|
|
845 |
"lstrip": false,
|
846 |
"normalized": false,
|
847 |
"rstrip": false,
|
@@ -849,7 +849,7 @@
|
|
849 |
"special": true
|
850 |
},
|
851 |
"128106": {
|
852 |
-
"content": "<|
|
853 |
"lstrip": false,
|
854 |
"normalized": false,
|
855 |
"rstrip": false,
|
@@ -857,7 +857,7 @@
|
|
857 |
"special": true
|
858 |
},
|
859 |
"128107": {
|
860 |
-
"content": "<|
|
861 |
"lstrip": false,
|
862 |
"normalized": false,
|
863 |
"rstrip": false,
|
@@ -865,7 +865,7 @@
|
|
865 |
"special": true
|
866 |
},
|
867 |
"128108": {
|
868 |
-
"content": "<|
|
869 |
"lstrip": false,
|
870 |
"normalized": false,
|
871 |
"rstrip": false,
|
@@ -873,7 +873,7 @@
|
|
873 |
"special": true
|
874 |
},
|
875 |
"128109": {
|
876 |
-
"content": "<|
|
877 |
"lstrip": false,
|
878 |
"normalized": false,
|
879 |
"rstrip": false,
|
@@ -881,7 +881,7 @@
|
|
881 |
"special": true
|
882 |
},
|
883 |
"128110": {
|
884 |
-
"content": "<|
|
885 |
"lstrip": false,
|
886 |
"normalized": false,
|
887 |
"rstrip": false,
|
@@ -889,7 +889,7 @@
|
|
889 |
"special": true
|
890 |
},
|
891 |
"128111": {
|
892 |
-
"content": "<|
|
893 |
"lstrip": false,
|
894 |
"normalized": false,
|
895 |
"rstrip": false,
|
@@ -897,7 +897,7 @@
|
|
897 |
"special": true
|
898 |
},
|
899 |
"128112": {
|
900 |
-
"content": "<|
|
901 |
"lstrip": false,
|
902 |
"normalized": false,
|
903 |
"rstrip": false,
|
@@ -905,7 +905,7 @@
|
|
905 |
"special": true
|
906 |
},
|
907 |
"128113": {
|
908 |
-
"content": "<|
|
909 |
"lstrip": false,
|
910 |
"normalized": false,
|
911 |
"rstrip": false,
|
@@ -913,7 +913,7 @@
|
|
913 |
"special": true
|
914 |
},
|
915 |
"128114": {
|
916 |
-
"content": "<|
|
917 |
"lstrip": false,
|
918 |
"normalized": false,
|
919 |
"rstrip": false,
|
@@ -921,7 +921,7 @@
|
|
921 |
"special": true
|
922 |
},
|
923 |
"128115": {
|
924 |
-
"content": "<|
|
925 |
"lstrip": false,
|
926 |
"normalized": false,
|
927 |
"rstrip": false,
|
@@ -929,7 +929,7 @@
|
|
929 |
"special": true
|
930 |
},
|
931 |
"128116": {
|
932 |
-
"content": "<|
|
933 |
"lstrip": false,
|
934 |
"normalized": false,
|
935 |
"rstrip": false,
|
@@ -937,7 +937,7 @@
|
|
937 |
"special": true
|
938 |
},
|
939 |
"128117": {
|
940 |
-
"content": "<|
|
941 |
"lstrip": false,
|
942 |
"normalized": false,
|
943 |
"rstrip": false,
|
@@ -945,7 +945,7 @@
|
|
945 |
"special": true
|
946 |
},
|
947 |
"128118": {
|
948 |
-
"content": "<|
|
949 |
"lstrip": false,
|
950 |
"normalized": false,
|
951 |
"rstrip": false,
|
@@ -953,7 +953,7 @@
|
|
953 |
"special": true
|
954 |
},
|
955 |
"128119": {
|
956 |
-
"content": "<|
|
957 |
"lstrip": false,
|
958 |
"normalized": false,
|
959 |
"rstrip": false,
|
@@ -961,7 +961,7 @@
|
|
961 |
"special": true
|
962 |
},
|
963 |
"128120": {
|
964 |
-
"content": "<|
|
965 |
"lstrip": false,
|
966 |
"normalized": false,
|
967 |
"rstrip": false,
|
@@ -969,7 +969,7 @@
|
|
969 |
"special": true
|
970 |
},
|
971 |
"128121": {
|
972 |
-
"content": "<|
|
973 |
"lstrip": false,
|
974 |
"normalized": false,
|
975 |
"rstrip": false,
|
@@ -977,7 +977,7 @@
|
|
977 |
"special": true
|
978 |
},
|
979 |
"128122": {
|
980 |
-
"content": "<|
|
981 |
"lstrip": false,
|
982 |
"normalized": false,
|
983 |
"rstrip": false,
|
@@ -985,7 +985,7 @@
|
|
985 |
"special": true
|
986 |
},
|
987 |
"128123": {
|
988 |
-
"content": "<|
|
989 |
"lstrip": false,
|
990 |
"normalized": false,
|
991 |
"rstrip": false,
|
@@ -993,7 +993,7 @@
|
|
993 |
"special": true
|
994 |
},
|
995 |
"128124": {
|
996 |
-
"content": "<|
|
997 |
"lstrip": false,
|
998 |
"normalized": false,
|
999 |
"rstrip": false,
|
@@ -1001,7 +1001,7 @@
|
|
1001 |
"special": true
|
1002 |
},
|
1003 |
"128125": {
|
1004 |
-
"content": "<|
|
1005 |
"lstrip": false,
|
1006 |
"normalized": false,
|
1007 |
"rstrip": false,
|
@@ -1009,7 +1009,7 @@
|
|
1009 |
"special": true
|
1010 |
},
|
1011 |
"128126": {
|
1012 |
-
"content": "<|
|
1013 |
"lstrip": false,
|
1014 |
"normalized": false,
|
1015 |
"rstrip": false,
|
@@ -1017,7 +1017,7 @@
|
|
1017 |
"special": true
|
1018 |
},
|
1019 |
"128127": {
|
1020 |
-
"content": "<|
|
1021 |
"lstrip": false,
|
1022 |
"normalized": false,
|
1023 |
"rstrip": false,
|
@@ -1025,7 +1025,7 @@
|
|
1025 |
"special": true
|
1026 |
},
|
1027 |
"128128": {
|
1028 |
-
"content": "<|
|
1029 |
"lstrip": false,
|
1030 |
"normalized": false,
|
1031 |
"rstrip": false,
|
@@ -1033,7 +1033,7 @@
|
|
1033 |
"special": true
|
1034 |
},
|
1035 |
"128129": {
|
1036 |
-
"content": "<|
|
1037 |
"lstrip": false,
|
1038 |
"normalized": false,
|
1039 |
"rstrip": false,
|
@@ -1041,7 +1041,7 @@
|
|
1041 |
"special": true
|
1042 |
},
|
1043 |
"128130": {
|
1044 |
-
"content": "<|
|
1045 |
"lstrip": false,
|
1046 |
"normalized": false,
|
1047 |
"rstrip": false,
|
@@ -1049,7 +1049,7 @@
|
|
1049 |
"special": true
|
1050 |
},
|
1051 |
"128131": {
|
1052 |
-
"content": "<|
|
1053 |
"lstrip": false,
|
1054 |
"normalized": false,
|
1055 |
"rstrip": false,
|
@@ -1057,7 +1057,7 @@
|
|
1057 |
"special": true
|
1058 |
},
|
1059 |
"128132": {
|
1060 |
-
"content": "<|
|
1061 |
"lstrip": false,
|
1062 |
"normalized": false,
|
1063 |
"rstrip": false,
|
@@ -1065,7 +1065,7 @@
|
|
1065 |
"special": true
|
1066 |
},
|
1067 |
"128133": {
|
1068 |
-
"content": "<|
|
1069 |
"lstrip": false,
|
1070 |
"normalized": false,
|
1071 |
"rstrip": false,
|
@@ -1073,7 +1073,7 @@
|
|
1073 |
"special": true
|
1074 |
},
|
1075 |
"128134": {
|
1076 |
-
"content": "<|
|
1077 |
"lstrip": false,
|
1078 |
"normalized": false,
|
1079 |
"rstrip": false,
|
@@ -1081,7 +1081,7 @@
|
|
1081 |
"special": true
|
1082 |
},
|
1083 |
"128135": {
|
1084 |
-
"content": "<|
|
1085 |
"lstrip": false,
|
1086 |
"normalized": false,
|
1087 |
"rstrip": false,
|
@@ -1089,7 +1089,7 @@
|
|
1089 |
"special": true
|
1090 |
},
|
1091 |
"128136": {
|
1092 |
-
"content": "<|
|
1093 |
"lstrip": false,
|
1094 |
"normalized": false,
|
1095 |
"rstrip": false,
|
@@ -1097,7 +1097,7 @@
|
|
1097 |
"special": true
|
1098 |
},
|
1099 |
"128137": {
|
1100 |
-
"content": "<|
|
1101 |
"lstrip": false,
|
1102 |
"normalized": false,
|
1103 |
"rstrip": false,
|
@@ -1105,7 +1105,7 @@
|
|
1105 |
"special": true
|
1106 |
},
|
1107 |
"128138": {
|
1108 |
-
"content": "<|
|
1109 |
"lstrip": false,
|
1110 |
"normalized": false,
|
1111 |
"rstrip": false,
|
@@ -1113,7 +1113,7 @@
|
|
1113 |
"special": true
|
1114 |
},
|
1115 |
"128139": {
|
1116 |
-
"content": "<|
|
1117 |
"lstrip": false,
|
1118 |
"normalized": false,
|
1119 |
"rstrip": false,
|
@@ -1121,7 +1121,7 @@
|
|
1121 |
"special": true
|
1122 |
},
|
1123 |
"128140": {
|
1124 |
-
"content": "<|
|
1125 |
"lstrip": false,
|
1126 |
"normalized": false,
|
1127 |
"rstrip": false,
|
@@ -1129,7 +1129,7 @@
|
|
1129 |
"special": true
|
1130 |
},
|
1131 |
"128141": {
|
1132 |
-
"content": "<|
|
1133 |
"lstrip": false,
|
1134 |
"normalized": false,
|
1135 |
"rstrip": false,
|
@@ -1137,7 +1137,7 @@
|
|
1137 |
"special": true
|
1138 |
},
|
1139 |
"128142": {
|
1140 |
-
"content": "<|
|
1141 |
"lstrip": false,
|
1142 |
"normalized": false,
|
1143 |
"rstrip": false,
|
@@ -1145,7 +1145,7 @@
|
|
1145 |
"special": true
|
1146 |
},
|
1147 |
"128143": {
|
1148 |
-
"content": "<|
|
1149 |
"lstrip": false,
|
1150 |
"normalized": false,
|
1151 |
"rstrip": false,
|
@@ -1153,7 +1153,7 @@
|
|
1153 |
"special": true
|
1154 |
},
|
1155 |
"128144": {
|
1156 |
-
"content": "<|
|
1157 |
"lstrip": false,
|
1158 |
"normalized": false,
|
1159 |
"rstrip": false,
|
@@ -1161,7 +1161,7 @@
|
|
1161 |
"special": true
|
1162 |
},
|
1163 |
"128145": {
|
1164 |
-
"content": "<|
|
1165 |
"lstrip": false,
|
1166 |
"normalized": false,
|
1167 |
"rstrip": false,
|
@@ -1169,7 +1169,7 @@
|
|
1169 |
"special": true
|
1170 |
},
|
1171 |
"128146": {
|
1172 |
-
"content": "<|
|
1173 |
"lstrip": false,
|
1174 |
"normalized": false,
|
1175 |
"rstrip": false,
|
@@ -1177,7 +1177,7 @@
|
|
1177 |
"special": true
|
1178 |
},
|
1179 |
"128147": {
|
1180 |
-
"content": "<|
|
1181 |
"lstrip": false,
|
1182 |
"normalized": false,
|
1183 |
"rstrip": false,
|
@@ -1185,7 +1185,7 @@
|
|
1185 |
"special": true
|
1186 |
},
|
1187 |
"128148": {
|
1188 |
-
"content": "<|
|
1189 |
"lstrip": false,
|
1190 |
"normalized": false,
|
1191 |
"rstrip": false,
|
@@ -1193,7 +1193,7 @@
|
|
1193 |
"special": true
|
1194 |
},
|
1195 |
"128149": {
|
1196 |
-
"content": "<|
|
1197 |
"lstrip": false,
|
1198 |
"normalized": false,
|
1199 |
"rstrip": false,
|
@@ -1201,7 +1201,7 @@
|
|
1201 |
"special": true
|
1202 |
},
|
1203 |
"128150": {
|
1204 |
-
"content": "<|
|
1205 |
"lstrip": false,
|
1206 |
"normalized": false,
|
1207 |
"rstrip": false,
|
@@ -1209,7 +1209,7 @@
|
|
1209 |
"special": true
|
1210 |
},
|
1211 |
"128151": {
|
1212 |
-
"content": "<|
|
1213 |
"lstrip": false,
|
1214 |
"normalized": false,
|
1215 |
"rstrip": false,
|
@@ -1217,7 +1217,7 @@
|
|
1217 |
"special": true
|
1218 |
},
|
1219 |
"128152": {
|
1220 |
-
"content": "<|
|
1221 |
"lstrip": false,
|
1222 |
"normalized": false,
|
1223 |
"rstrip": false,
|
@@ -1225,7 +1225,7 @@
|
|
1225 |
"special": true
|
1226 |
},
|
1227 |
"128153": {
|
1228 |
-
"content": "<|
|
1229 |
"lstrip": false,
|
1230 |
"normalized": false,
|
1231 |
"rstrip": false,
|
@@ -1233,7 +1233,7 @@
|
|
1233 |
"special": true
|
1234 |
},
|
1235 |
"128154": {
|
1236 |
-
"content": "<|
|
1237 |
"lstrip": false,
|
1238 |
"normalized": false,
|
1239 |
"rstrip": false,
|
@@ -1241,7 +1241,7 @@
|
|
1241 |
"special": true
|
1242 |
},
|
1243 |
"128155": {
|
1244 |
-
"content": "<|
|
1245 |
"lstrip": false,
|
1246 |
"normalized": false,
|
1247 |
"rstrip": false,
|
@@ -1249,7 +1249,7 @@
|
|
1249 |
"special": true
|
1250 |
},
|
1251 |
"128156": {
|
1252 |
-
"content": "<|
|
1253 |
"lstrip": false,
|
1254 |
"normalized": false,
|
1255 |
"rstrip": false,
|
@@ -1257,7 +1257,7 @@
|
|
1257 |
"special": true
|
1258 |
},
|
1259 |
"128157": {
|
1260 |
-
"content": "<|
|
1261 |
"lstrip": false,
|
1262 |
"normalized": false,
|
1263 |
"rstrip": false,
|
@@ -1265,7 +1265,7 @@
|
|
1265 |
"special": true
|
1266 |
},
|
1267 |
"128158": {
|
1268 |
-
"content": "<|
|
1269 |
"lstrip": false,
|
1270 |
"normalized": false,
|
1271 |
"rstrip": false,
|
@@ -1273,7 +1273,7 @@
|
|
1273 |
"special": true
|
1274 |
},
|
1275 |
"128159": {
|
1276 |
-
"content": "<|
|
1277 |
"lstrip": false,
|
1278 |
"normalized": false,
|
1279 |
"rstrip": false,
|
@@ -1281,7 +1281,7 @@
|
|
1281 |
"special": true
|
1282 |
},
|
1283 |
"128160": {
|
1284 |
-
"content": "<|
|
1285 |
"lstrip": false,
|
1286 |
"normalized": false,
|
1287 |
"rstrip": false,
|
@@ -1289,7 +1289,7 @@
|
|
1289 |
"special": true
|
1290 |
},
|
1291 |
"128161": {
|
1292 |
-
"content": "<|
|
1293 |
"lstrip": false,
|
1294 |
"normalized": false,
|
1295 |
"rstrip": false,
|
@@ -1297,7 +1297,7 @@
|
|
1297 |
"special": true
|
1298 |
},
|
1299 |
"128162": {
|
1300 |
-
"content": "<|
|
1301 |
"lstrip": false,
|
1302 |
"normalized": false,
|
1303 |
"rstrip": false,
|
@@ -1305,7 +1305,7 @@
|
|
1305 |
"special": true
|
1306 |
},
|
1307 |
"128163": {
|
1308 |
-
"content": "<|
|
1309 |
"lstrip": false,
|
1310 |
"normalized": false,
|
1311 |
"rstrip": false,
|
@@ -1313,7 +1313,7 @@
|
|
1313 |
"special": true
|
1314 |
},
|
1315 |
"128164": {
|
1316 |
-
"content": "<|
|
1317 |
"lstrip": false,
|
1318 |
"normalized": false,
|
1319 |
"rstrip": false,
|
@@ -1321,7 +1321,7 @@
|
|
1321 |
"special": true
|
1322 |
},
|
1323 |
"128165": {
|
1324 |
-
"content": "<|
|
1325 |
"lstrip": false,
|
1326 |
"normalized": false,
|
1327 |
"rstrip": false,
|
@@ -1329,7 +1329,7 @@
|
|
1329 |
"special": true
|
1330 |
},
|
1331 |
"128166": {
|
1332 |
-
"content": "<|
|
1333 |
"lstrip": false,
|
1334 |
"normalized": false,
|
1335 |
"rstrip": false,
|
@@ -1337,7 +1337,7 @@
|
|
1337 |
"special": true
|
1338 |
},
|
1339 |
"128167": {
|
1340 |
-
"content": "<|
|
1341 |
"lstrip": false,
|
1342 |
"normalized": false,
|
1343 |
"rstrip": false,
|
@@ -1345,7 +1345,7 @@
|
|
1345 |
"special": true
|
1346 |
},
|
1347 |
"128168": {
|
1348 |
-
"content": "<|
|
1349 |
"lstrip": false,
|
1350 |
"normalized": false,
|
1351 |
"rstrip": false,
|
@@ -1353,7 +1353,7 @@
|
|
1353 |
"special": true
|
1354 |
},
|
1355 |
"128169": {
|
1356 |
-
"content": "<|
|
1357 |
"lstrip": false,
|
1358 |
"normalized": false,
|
1359 |
"rstrip": false,
|
@@ -1361,7 +1361,7 @@
|
|
1361 |
"special": true
|
1362 |
},
|
1363 |
"128170": {
|
1364 |
-
"content": "<|
|
1365 |
"lstrip": false,
|
1366 |
"normalized": false,
|
1367 |
"rstrip": false,
|
@@ -1369,7 +1369,7 @@
|
|
1369 |
"special": true
|
1370 |
},
|
1371 |
"128171": {
|
1372 |
-
"content": "<|
|
1373 |
"lstrip": false,
|
1374 |
"normalized": false,
|
1375 |
"rstrip": false,
|
@@ -1377,7 +1377,7 @@
|
|
1377 |
"special": true
|
1378 |
},
|
1379 |
"128172": {
|
1380 |
-
"content": "<|
|
1381 |
"lstrip": false,
|
1382 |
"normalized": false,
|
1383 |
"rstrip": false,
|
@@ -1385,7 +1385,7 @@
|
|
1385 |
"special": true
|
1386 |
},
|
1387 |
"128173": {
|
1388 |
-
"content": "<|
|
1389 |
"lstrip": false,
|
1390 |
"normalized": false,
|
1391 |
"rstrip": false,
|
@@ -1393,7 +1393,7 @@
|
|
1393 |
"special": true
|
1394 |
},
|
1395 |
"128174": {
|
1396 |
-
"content": "<|
|
1397 |
"lstrip": false,
|
1398 |
"normalized": false,
|
1399 |
"rstrip": false,
|
@@ -1401,7 +1401,7 @@
|
|
1401 |
"special": true
|
1402 |
},
|
1403 |
"128175": {
|
1404 |
-
"content": "<|
|
1405 |
"lstrip": false,
|
1406 |
"normalized": false,
|
1407 |
"rstrip": false,
|
@@ -1409,7 +1409,7 @@
|
|
1409 |
"special": true
|
1410 |
},
|
1411 |
"128176": {
|
1412 |
-
"content": "<|
|
1413 |
"lstrip": false,
|
1414 |
"normalized": false,
|
1415 |
"rstrip": false,
|
@@ -1417,7 +1417,7 @@
|
|
1417 |
"special": true
|
1418 |
},
|
1419 |
"128177": {
|
1420 |
-
"content": "<|
|
1421 |
"lstrip": false,
|
1422 |
"normalized": false,
|
1423 |
"rstrip": false,
|
@@ -1425,7 +1425,7 @@
|
|
1425 |
"special": true
|
1426 |
},
|
1427 |
"128178": {
|
1428 |
-
"content": "<|
|
1429 |
"lstrip": false,
|
1430 |
"normalized": false,
|
1431 |
"rstrip": false,
|
@@ -1433,7 +1433,7 @@
|
|
1433 |
"special": true
|
1434 |
},
|
1435 |
"128179": {
|
1436 |
-
"content": "<|
|
1437 |
"lstrip": false,
|
1438 |
"normalized": false,
|
1439 |
"rstrip": false,
|
@@ -1441,7 +1441,7 @@
|
|
1441 |
"special": true
|
1442 |
},
|
1443 |
"128180": {
|
1444 |
-
"content": "<|
|
1445 |
"lstrip": false,
|
1446 |
"normalized": false,
|
1447 |
"rstrip": false,
|
@@ -1449,7 +1449,7 @@
|
|
1449 |
"special": true
|
1450 |
},
|
1451 |
"128181": {
|
1452 |
-
"content": "<|
|
1453 |
"lstrip": false,
|
1454 |
"normalized": false,
|
1455 |
"rstrip": false,
|
@@ -1457,7 +1457,7 @@
|
|
1457 |
"special": true
|
1458 |
},
|
1459 |
"128182": {
|
1460 |
-
"content": "<|
|
1461 |
"lstrip": false,
|
1462 |
"normalized": false,
|
1463 |
"rstrip": false,
|
@@ -1465,7 +1465,7 @@
|
|
1465 |
"special": true
|
1466 |
},
|
1467 |
"128183": {
|
1468 |
-
"content": "<|
|
1469 |
"lstrip": false,
|
1470 |
"normalized": false,
|
1471 |
"rstrip": false,
|
@@ -1473,7 +1473,7 @@
|
|
1473 |
"special": true
|
1474 |
},
|
1475 |
"128184": {
|
1476 |
-
"content": "<|
|
1477 |
"lstrip": false,
|
1478 |
"normalized": false,
|
1479 |
"rstrip": false,
|
@@ -1481,7 +1481,7 @@
|
|
1481 |
"special": true
|
1482 |
},
|
1483 |
"128185": {
|
1484 |
-
"content": "<|
|
1485 |
"lstrip": false,
|
1486 |
"normalized": false,
|
1487 |
"rstrip": false,
|
@@ -1489,7 +1489,7 @@
|
|
1489 |
"special": true
|
1490 |
},
|
1491 |
"128186": {
|
1492 |
-
"content": "<|
|
1493 |
"lstrip": false,
|
1494 |
"normalized": false,
|
1495 |
"rstrip": false,
|
@@ -1497,7 +1497,7 @@
|
|
1497 |
"special": true
|
1498 |
},
|
1499 |
"128187": {
|
1500 |
-
"content": "<|
|
1501 |
"lstrip": false,
|
1502 |
"normalized": false,
|
1503 |
"rstrip": false,
|
@@ -1505,7 +1505,7 @@
|
|
1505 |
"special": true
|
1506 |
},
|
1507 |
"128188": {
|
1508 |
-
"content": "<|
|
1509 |
"lstrip": false,
|
1510 |
"normalized": false,
|
1511 |
"rstrip": false,
|
@@ -1513,7 +1513,7 @@
|
|
1513 |
"special": true
|
1514 |
},
|
1515 |
"128189": {
|
1516 |
-
"content": "<|
|
1517 |
"lstrip": false,
|
1518 |
"normalized": false,
|
1519 |
"rstrip": false,
|
@@ -1521,7 +1521,7 @@
|
|
1521 |
"special": true
|
1522 |
},
|
1523 |
"128190": {
|
1524 |
-
"content": "<|
|
1525 |
"lstrip": false,
|
1526 |
"normalized": false,
|
1527 |
"rstrip": false,
|
@@ -1529,7 +1529,7 @@
|
|
1529 |
"special": true
|
1530 |
},
|
1531 |
"128191": {
|
1532 |
-
"content": "<|
|
1533 |
"lstrip": false,
|
1534 |
"normalized": false,
|
1535 |
"rstrip": false,
|
@@ -1537,7 +1537,7 @@
|
|
1537 |
"special": true
|
1538 |
},
|
1539 |
"128192": {
|
1540 |
-
"content": "<|
|
1541 |
"lstrip": false,
|
1542 |
"normalized": false,
|
1543 |
"rstrip": false,
|
@@ -1545,7 +1545,7 @@
|
|
1545 |
"special": true
|
1546 |
},
|
1547 |
"128193": {
|
1548 |
-
"content": "<|
|
1549 |
"lstrip": false,
|
1550 |
"normalized": false,
|
1551 |
"rstrip": false,
|
@@ -1553,7 +1553,7 @@
|
|
1553 |
"special": true
|
1554 |
},
|
1555 |
"128194": {
|
1556 |
-
"content": "<|
|
1557 |
"lstrip": false,
|
1558 |
"normalized": false,
|
1559 |
"rstrip": false,
|
@@ -1561,7 +1561,7 @@
|
|
1561 |
"special": true
|
1562 |
},
|
1563 |
"128195": {
|
1564 |
-
"content": "<|
|
1565 |
"lstrip": false,
|
1566 |
"normalized": false,
|
1567 |
"rstrip": false,
|
@@ -1569,7 +1569,7 @@
|
|
1569 |
"special": true
|
1570 |
},
|
1571 |
"128196": {
|
1572 |
-
"content": "<|
|
1573 |
"lstrip": false,
|
1574 |
"normalized": false,
|
1575 |
"rstrip": false,
|
@@ -1577,7 +1577,7 @@
|
|
1577 |
"special": true
|
1578 |
},
|
1579 |
"128197": {
|
1580 |
-
"content": "<|
|
1581 |
"lstrip": false,
|
1582 |
"normalized": false,
|
1583 |
"rstrip": false,
|
@@ -1585,7 +1585,7 @@
|
|
1585 |
"special": true
|
1586 |
},
|
1587 |
"128198": {
|
1588 |
-
"content": "<|
|
1589 |
"lstrip": false,
|
1590 |
"normalized": false,
|
1591 |
"rstrip": false,
|
@@ -1593,7 +1593,7 @@
|
|
1593 |
"special": true
|
1594 |
},
|
1595 |
"128199": {
|
1596 |
-
"content": "<|
|
1597 |
"lstrip": false,
|
1598 |
"normalized": false,
|
1599 |
"rstrip": false,
|
@@ -1601,7 +1601,7 @@
|
|
1601 |
"special": true
|
1602 |
},
|
1603 |
"128200": {
|
1604 |
-
"content": "<|
|
1605 |
"lstrip": false,
|
1606 |
"normalized": false,
|
1607 |
"rstrip": false,
|
@@ -1609,7 +1609,7 @@
|
|
1609 |
"special": true
|
1610 |
},
|
1611 |
"128201": {
|
1612 |
-
"content": "<|
|
1613 |
"lstrip": false,
|
1614 |
"normalized": false,
|
1615 |
"rstrip": false,
|
@@ -1617,7 +1617,7 @@
|
|
1617 |
"special": true
|
1618 |
},
|
1619 |
"128202": {
|
1620 |
-
"content": "<|
|
1621 |
"lstrip": false,
|
1622 |
"normalized": false,
|
1623 |
"rstrip": false,
|
@@ -1625,7 +1625,7 @@
|
|
1625 |
"special": true
|
1626 |
},
|
1627 |
"128203": {
|
1628 |
-
"content": "<|
|
1629 |
"lstrip": false,
|
1630 |
"normalized": false,
|
1631 |
"rstrip": false,
|
@@ -1633,7 +1633,7 @@
|
|
1633 |
"special": true
|
1634 |
},
|
1635 |
"128204": {
|
1636 |
-
"content": "<|
|
1637 |
"lstrip": false,
|
1638 |
"normalized": false,
|
1639 |
"rstrip": false,
|
@@ -1641,7 +1641,7 @@
|
|
1641 |
"special": true
|
1642 |
},
|
1643 |
"128205": {
|
1644 |
-
"content": "<|
|
1645 |
"lstrip": false,
|
1646 |
"normalized": false,
|
1647 |
"rstrip": false,
|
@@ -1649,7 +1649,7 @@
|
|
1649 |
"special": true
|
1650 |
},
|
1651 |
"128206": {
|
1652 |
-
"content": "<|
|
1653 |
"lstrip": false,
|
1654 |
"normalized": false,
|
1655 |
"rstrip": false,
|
@@ -1657,7 +1657,7 @@
|
|
1657 |
"special": true
|
1658 |
},
|
1659 |
"128207": {
|
1660 |
-
"content": "<|
|
1661 |
"lstrip": false,
|
1662 |
"normalized": false,
|
1663 |
"rstrip": false,
|
@@ -1665,7 +1665,7 @@
|
|
1665 |
"special": true
|
1666 |
},
|
1667 |
"128208": {
|
1668 |
-
"content": "<|
|
1669 |
"lstrip": false,
|
1670 |
"normalized": false,
|
1671 |
"rstrip": false,
|
@@ -1673,7 +1673,7 @@
|
|
1673 |
"special": true
|
1674 |
},
|
1675 |
"128209": {
|
1676 |
-
"content": "<|
|
1677 |
"lstrip": false,
|
1678 |
"normalized": false,
|
1679 |
"rstrip": false,
|
@@ -1681,7 +1681,7 @@
|
|
1681 |
"special": true
|
1682 |
},
|
1683 |
"128210": {
|
1684 |
-
"content": "<|
|
1685 |
"lstrip": false,
|
1686 |
"normalized": false,
|
1687 |
"rstrip": false,
|
@@ -1689,7 +1689,7 @@
|
|
1689 |
"special": true
|
1690 |
},
|
1691 |
"128211": {
|
1692 |
-
"content": "<|
|
1693 |
"lstrip": false,
|
1694 |
"normalized": false,
|
1695 |
"rstrip": false,
|
@@ -1697,7 +1697,7 @@
|
|
1697 |
"special": true
|
1698 |
},
|
1699 |
"128212": {
|
1700 |
-
"content": "<|
|
1701 |
"lstrip": false,
|
1702 |
"normalized": false,
|
1703 |
"rstrip": false,
|
@@ -1705,7 +1705,7 @@
|
|
1705 |
"special": true
|
1706 |
},
|
1707 |
"128213": {
|
1708 |
-
"content": "<|
|
1709 |
"lstrip": false,
|
1710 |
"normalized": false,
|
1711 |
"rstrip": false,
|
@@ -1713,7 +1713,7 @@
|
|
1713 |
"special": true
|
1714 |
},
|
1715 |
"128214": {
|
1716 |
-
"content": "<|
|
1717 |
"lstrip": false,
|
1718 |
"normalized": false,
|
1719 |
"rstrip": false,
|
@@ -1721,7 +1721,7 @@
|
|
1721 |
"special": true
|
1722 |
},
|
1723 |
"128215": {
|
1724 |
-
"content": "<|
|
1725 |
"lstrip": false,
|
1726 |
"normalized": false,
|
1727 |
"rstrip": false,
|
@@ -1729,7 +1729,7 @@
|
|
1729 |
"special": true
|
1730 |
},
|
1731 |
"128216": {
|
1732 |
-
"content": "<|
|
1733 |
"lstrip": false,
|
1734 |
"normalized": false,
|
1735 |
"rstrip": false,
|
@@ -1737,7 +1737,7 @@
|
|
1737 |
"special": true
|
1738 |
},
|
1739 |
"128217": {
|
1740 |
-
"content": "<|
|
1741 |
"lstrip": false,
|
1742 |
"normalized": false,
|
1743 |
"rstrip": false,
|
@@ -1745,7 +1745,7 @@
|
|
1745 |
"special": true
|
1746 |
},
|
1747 |
"128218": {
|
1748 |
-
"content": "<|
|
1749 |
"lstrip": false,
|
1750 |
"normalized": false,
|
1751 |
"rstrip": false,
|
@@ -1753,7 +1753,7 @@
|
|
1753 |
"special": true
|
1754 |
},
|
1755 |
"128219": {
|
1756 |
-
"content": "<|
|
1757 |
"lstrip": false,
|
1758 |
"normalized": false,
|
1759 |
"rstrip": false,
|
@@ -1761,7 +1761,7 @@
|
|
1761 |
"special": true
|
1762 |
},
|
1763 |
"128220": {
|
1764 |
-
"content": "<|
|
1765 |
"lstrip": false,
|
1766 |
"normalized": false,
|
1767 |
"rstrip": false,
|
@@ -1769,7 +1769,7 @@
|
|
1769 |
"special": true
|
1770 |
},
|
1771 |
"128221": {
|
1772 |
-
"content": "<|
|
1773 |
"lstrip": false,
|
1774 |
"normalized": false,
|
1775 |
"rstrip": false,
|
@@ -1777,7 +1777,7 @@
|
|
1777 |
"special": true
|
1778 |
},
|
1779 |
"128222": {
|
1780 |
-
"content": "<|
|
1781 |
"lstrip": false,
|
1782 |
"normalized": false,
|
1783 |
"rstrip": false,
|
@@ -1785,7 +1785,7 @@
|
|
1785 |
"special": true
|
1786 |
},
|
1787 |
"128223": {
|
1788 |
-
"content": "<|
|
1789 |
"lstrip": false,
|
1790 |
"normalized": false,
|
1791 |
"rstrip": false,
|
@@ -1793,7 +1793,7 @@
|
|
1793 |
"special": true
|
1794 |
},
|
1795 |
"128224": {
|
1796 |
-
"content": "<|
|
1797 |
"lstrip": false,
|
1798 |
"normalized": false,
|
1799 |
"rstrip": false,
|
@@ -1801,7 +1801,7 @@
|
|
1801 |
"special": true
|
1802 |
},
|
1803 |
"128225": {
|
1804 |
-
"content": "<|
|
1805 |
"lstrip": false,
|
1806 |
"normalized": false,
|
1807 |
"rstrip": false,
|
@@ -1809,7 +1809,7 @@
|
|
1809 |
"special": true
|
1810 |
},
|
1811 |
"128226": {
|
1812 |
-
"content": "<|
|
1813 |
"lstrip": false,
|
1814 |
"normalized": false,
|
1815 |
"rstrip": false,
|
@@ -1817,7 +1817,7 @@
|
|
1817 |
"special": true
|
1818 |
},
|
1819 |
"128227": {
|
1820 |
-
"content": "<|
|
1821 |
"lstrip": false,
|
1822 |
"normalized": false,
|
1823 |
"rstrip": false,
|
@@ -1825,7 +1825,7 @@
|
|
1825 |
"special": true
|
1826 |
},
|
1827 |
"128228": {
|
1828 |
-
"content": "<|
|
1829 |
"lstrip": false,
|
1830 |
"normalized": false,
|
1831 |
"rstrip": false,
|
@@ -1833,7 +1833,7 @@
|
|
1833 |
"special": true
|
1834 |
},
|
1835 |
"128229": {
|
1836 |
-
"content": "<|
|
1837 |
"lstrip": false,
|
1838 |
"normalized": false,
|
1839 |
"rstrip": false,
|
@@ -1841,7 +1841,7 @@
|
|
1841 |
"special": true
|
1842 |
},
|
1843 |
"128230": {
|
1844 |
-
"content": "<|
|
1845 |
"lstrip": false,
|
1846 |
"normalized": false,
|
1847 |
"rstrip": false,
|
@@ -1849,7 +1849,7 @@
|
|
1849 |
"special": true
|
1850 |
},
|
1851 |
"128231": {
|
1852 |
-
"content": "<|
|
1853 |
"lstrip": false,
|
1854 |
"normalized": false,
|
1855 |
"rstrip": false,
|
@@ -1857,7 +1857,7 @@
|
|
1857 |
"special": true
|
1858 |
},
|
1859 |
"128232": {
|
1860 |
-
"content": "<|
|
1861 |
"lstrip": false,
|
1862 |
"normalized": false,
|
1863 |
"rstrip": false,
|
@@ -1865,7 +1865,7 @@
|
|
1865 |
"special": true
|
1866 |
},
|
1867 |
"128233": {
|
1868 |
-
"content": "<|
|
1869 |
"lstrip": false,
|
1870 |
"normalized": false,
|
1871 |
"rstrip": false,
|
@@ -1873,7 +1873,7 @@
|
|
1873 |
"special": true
|
1874 |
},
|
1875 |
"128234": {
|
1876 |
-
"content": "<|
|
1877 |
"lstrip": false,
|
1878 |
"normalized": false,
|
1879 |
"rstrip": false,
|
@@ -1881,7 +1881,7 @@
|
|
1881 |
"special": true
|
1882 |
},
|
1883 |
"128235": {
|
1884 |
-
"content": "<|
|
1885 |
"lstrip": false,
|
1886 |
"normalized": false,
|
1887 |
"rstrip": false,
|
@@ -1889,7 +1889,7 @@
|
|
1889 |
"special": true
|
1890 |
},
|
1891 |
"128236": {
|
1892 |
-
"content": "<|
|
1893 |
"lstrip": false,
|
1894 |
"normalized": false,
|
1895 |
"rstrip": false,
|
@@ -1897,7 +1897,7 @@
|
|
1897 |
"special": true
|
1898 |
},
|
1899 |
"128237": {
|
1900 |
-
"content": "<|
|
1901 |
"lstrip": false,
|
1902 |
"normalized": false,
|
1903 |
"rstrip": false,
|
@@ -1905,7 +1905,7 @@
|
|
1905 |
"special": true
|
1906 |
},
|
1907 |
"128238": {
|
1908 |
-
"content": "<|
|
1909 |
"lstrip": false,
|
1910 |
"normalized": false,
|
1911 |
"rstrip": false,
|
@@ -1913,7 +1913,7 @@
|
|
1913 |
"special": true
|
1914 |
},
|
1915 |
"128239": {
|
1916 |
-
"content": "<|
|
1917 |
"lstrip": false,
|
1918 |
"normalized": false,
|
1919 |
"rstrip": false,
|
@@ -1921,7 +1921,7 @@
|
|
1921 |
"special": true
|
1922 |
},
|
1923 |
"128240": {
|
1924 |
-
"content": "<|
|
1925 |
"lstrip": false,
|
1926 |
"normalized": false,
|
1927 |
"rstrip": false,
|
@@ -1929,7 +1929,7 @@
|
|
1929 |
"special": true
|
1930 |
},
|
1931 |
"128241": {
|
1932 |
-
"content": "<|
|
1933 |
"lstrip": false,
|
1934 |
"normalized": false,
|
1935 |
"rstrip": false,
|
@@ -1937,7 +1937,7 @@
|
|
1937 |
"special": true
|
1938 |
},
|
1939 |
"128242": {
|
1940 |
-
"content": "<|
|
1941 |
"lstrip": false,
|
1942 |
"normalized": false,
|
1943 |
"rstrip": false,
|
@@ -1945,7 +1945,7 @@
|
|
1945 |
"special": true
|
1946 |
},
|
1947 |
"128243": {
|
1948 |
-
"content": "<|
|
1949 |
"lstrip": false,
|
1950 |
"normalized": false,
|
1951 |
"rstrip": false,
|
@@ -1953,7 +1953,7 @@
|
|
1953 |
"special": true
|
1954 |
},
|
1955 |
"128244": {
|
1956 |
-
"content": "<|
|
1957 |
"lstrip": false,
|
1958 |
"normalized": false,
|
1959 |
"rstrip": false,
|
@@ -1961,7 +1961,7 @@
|
|
1961 |
"special": true
|
1962 |
},
|
1963 |
"128245": {
|
1964 |
-
"content": "<|
|
1965 |
"lstrip": false,
|
1966 |
"normalized": false,
|
1967 |
"rstrip": false,
|
@@ -1969,7 +1969,7 @@
|
|
1969 |
"special": true
|
1970 |
},
|
1971 |
"128246": {
|
1972 |
-
"content": "<|
|
1973 |
"lstrip": false,
|
1974 |
"normalized": false,
|
1975 |
"rstrip": false,
|
@@ -1977,7 +1977,7 @@
|
|
1977 |
"special": true
|
1978 |
},
|
1979 |
"128247": {
|
1980 |
-
"content": "<|
|
1981 |
"lstrip": false,
|
1982 |
"normalized": false,
|
1983 |
"rstrip": false,
|
@@ -1985,7 +1985,7 @@
|
|
1985 |
"special": true
|
1986 |
},
|
1987 |
"128248": {
|
1988 |
-
"content": "<|
|
1989 |
"lstrip": false,
|
1990 |
"normalized": false,
|
1991 |
"rstrip": false,
|
@@ -1993,7 +1993,7 @@
|
|
1993 |
"special": true
|
1994 |
},
|
1995 |
"128249": {
|
1996 |
-
"content": "<|
|
1997 |
"lstrip": false,
|
1998 |
"normalized": false,
|
1999 |
"rstrip": false,
|
@@ -2001,7 +2001,7 @@
|
|
2001 |
"special": true
|
2002 |
},
|
2003 |
"128250": {
|
2004 |
-
"content": "<|
|
2005 |
"lstrip": false,
|
2006 |
"normalized": false,
|
2007 |
"rstrip": false,
|
@@ -2009,7 +2009,7 @@
|
|
2009 |
"special": true
|
2010 |
},
|
2011 |
"128251": {
|
2012 |
-
"content": "<|
|
2013 |
"lstrip": false,
|
2014 |
"normalized": false,
|
2015 |
"rstrip": false,
|
@@ -2017,7 +2017,7 @@
|
|
2017 |
"special": true
|
2018 |
},
|
2019 |
"128252": {
|
2020 |
-
"content": "<|
|
2021 |
"lstrip": false,
|
2022 |
"normalized": false,
|
2023 |
"rstrip": false,
|
@@ -2025,7 +2025,7 @@
|
|
2025 |
"special": true
|
2026 |
},
|
2027 |
"128253": {
|
2028 |
-
"content": "<|
|
2029 |
"lstrip": false,
|
2030 |
"normalized": false,
|
2031 |
"rstrip": false,
|
@@ -2033,7 +2033,7 @@
|
|
2033 |
"special": true
|
2034 |
},
|
2035 |
"128254": {
|
2036 |
-
"content": "<|
|
2037 |
"lstrip": false,
|
2038 |
"normalized": false,
|
2039 |
"rstrip": false,
|
@@ -2041,7 +2041,7 @@
|
|
2041 |
"special": true
|
2042 |
},
|
2043 |
"128255": {
|
2044 |
-
"content": "<|
|
2045 |
"lstrip": false,
|
2046 |
"normalized": false,
|
2047 |
"rstrip": false,
|
@@ -2057,7 +2057,8 @@
|
|
2057 |
"input_ids",
|
2058 |
"attention_mask"
|
2059 |
],
|
2060 |
-
"model_max_length":
|
2061 |
"pad_token": "<|end_of_text|>",
|
2062 |
-
"
|
|
|
2063 |
}
|
|
|
33 |
"special": true
|
34 |
},
|
35 |
"128004": {
|
36 |
+
"content": "<|reserved_special_token_2|>",
|
37 |
"lstrip": false,
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
|
|
41 |
"special": true
|
42 |
},
|
43 |
"128005": {
|
44 |
+
"content": "<|reserved_special_token_3|>",
|
45 |
"lstrip": false,
|
46 |
"normalized": false,
|
47 |
"rstrip": false,
|
|
|
65 |
"special": true
|
66 |
},
|
67 |
"128008": {
|
68 |
+
"content": "<|reserved_special_token_4|>",
|
69 |
"lstrip": false,
|
70 |
"normalized": false,
|
71 |
"rstrip": false,
|
|
|
81 |
"special": true
|
82 |
},
|
83 |
"128010": {
|
84 |
+
"content": "<|reserved_special_token_5|>",
|
85 |
"lstrip": false,
|
86 |
"normalized": false,
|
87 |
"rstrip": false,
|
|
|
89 |
"special": true
|
90 |
},
|
91 |
"128011": {
|
92 |
+
"content": "<|reserved_special_token_6|>",
|
93 |
"lstrip": false,
|
94 |
"normalized": false,
|
95 |
"rstrip": false,
|
|
|
97 |
"special": true
|
98 |
},
|
99 |
"128012": {
|
100 |
+
"content": "<|reserved_special_token_7|>",
|
101 |
"lstrip": false,
|
102 |
"normalized": false,
|
103 |
"rstrip": false,
|
|
|
105 |
"special": true
|
106 |
},
|
107 |
"128013": {
|
108 |
+
"content": "<|reserved_special_token_8|>",
|
109 |
"lstrip": false,
|
110 |
"normalized": false,
|
111 |
"rstrip": false,
|
|
|
113 |
"special": true
|
114 |
},
|
115 |
"128014": {
|
116 |
+
"content": "<|reserved_special_token_9|>",
|
117 |
"lstrip": false,
|
118 |
"normalized": false,
|
119 |
"rstrip": false,
|
|
|
121 |
"special": true
|
122 |
},
|
123 |
"128015": {
|
124 |
+
"content": "<|reserved_special_token_10|>",
|
125 |
"lstrip": false,
|
126 |
"normalized": false,
|
127 |
"rstrip": false,
|
|
|
129 |
"special": true
|
130 |
},
|
131 |
"128016": {
|
132 |
+
"content": "<|reserved_special_token_11|>",
|
133 |
"lstrip": false,
|
134 |
"normalized": false,
|
135 |
"rstrip": false,
|
|
|
137 |
"special": true
|
138 |
},
|
139 |
"128017": {
|
140 |
+
"content": "<|reserved_special_token_12|>",
|
141 |
"lstrip": false,
|
142 |
"normalized": false,
|
143 |
"rstrip": false,
|
|
|
145 |
"special": true
|
146 |
},
|
147 |
"128018": {
|
148 |
+
"content": "<|reserved_special_token_13|>",
|
149 |
"lstrip": false,
|
150 |
"normalized": false,
|
151 |
"rstrip": false,
|
|
|
153 |
"special": true
|
154 |
},
|
155 |
"128019": {
|
156 |
+
"content": "<|reserved_special_token_14|>",
|
157 |
"lstrip": false,
|
158 |
"normalized": false,
|
159 |
"rstrip": false,
|
|
|
161 |
"special": true
|
162 |
},
|
163 |
"128020": {
|
164 |
+
"content": "<|reserved_special_token_15|>",
|
165 |
"lstrip": false,
|
166 |
"normalized": false,
|
167 |
"rstrip": false,
|
|
|
169 |
"special": true
|
170 |
},
|
171 |
"128021": {
|
172 |
+
"content": "<|reserved_special_token_16|>",
|
173 |
"lstrip": false,
|
174 |
"normalized": false,
|
175 |
"rstrip": false,
|
|
|
177 |
"special": true
|
178 |
},
|
179 |
"128022": {
|
180 |
+
"content": "<|reserved_special_token_17|>",
|
181 |
"lstrip": false,
|
182 |
"normalized": false,
|
183 |
"rstrip": false,
|
|
|
185 |
"special": true
|
186 |
},
|
187 |
"128023": {
|
188 |
+
"content": "<|reserved_special_token_18|>",
|
189 |
"lstrip": false,
|
190 |
"normalized": false,
|
191 |
"rstrip": false,
|
|
|
193 |
"special": true
|
194 |
},
|
195 |
"128024": {
|
196 |
+
"content": "<|reserved_special_token_19|>",
|
197 |
"lstrip": false,
|
198 |
"normalized": false,
|
199 |
"rstrip": false,
|
|
|
201 |
"special": true
|
202 |
},
|
203 |
"128025": {
|
204 |
+
"content": "<|reserved_special_token_20|>",
|
205 |
"lstrip": false,
|
206 |
"normalized": false,
|
207 |
"rstrip": false,
|
|
|
209 |
"special": true
|
210 |
},
|
211 |
"128026": {
|
212 |
+
"content": "<|reserved_special_token_21|>",
|
213 |
"lstrip": false,
|
214 |
"normalized": false,
|
215 |
"rstrip": false,
|
|
|
217 |
"special": true
|
218 |
},
|
219 |
"128027": {
|
220 |
+
"content": "<|reserved_special_token_22|>",
|
221 |
"lstrip": false,
|
222 |
"normalized": false,
|
223 |
"rstrip": false,
|
|
|
225 |
"special": true
|
226 |
},
|
227 |
"128028": {
|
228 |
+
"content": "<|reserved_special_token_23|>",
|
229 |
"lstrip": false,
|
230 |
"normalized": false,
|
231 |
"rstrip": false,
|
|
|
233 |
"special": true
|
234 |
},
|
235 |
"128029": {
|
236 |
+
"content": "<|reserved_special_token_24|>",
|
237 |
"lstrip": false,
|
238 |
"normalized": false,
|
239 |
"rstrip": false,
|
|
|
241 |
"special": true
|
242 |
},
|
243 |
"128030": {
|
244 |
+
"content": "<|reserved_special_token_25|>",
|
245 |
"lstrip": false,
|
246 |
"normalized": false,
|
247 |
"rstrip": false,
|
|
|
249 |
"special": true
|
250 |
},
|
251 |
"128031": {
|
252 |
+
"content": "<|reserved_special_token_26|>",
|
253 |
"lstrip": false,
|
254 |
"normalized": false,
|
255 |
"rstrip": false,
|
|
|
257 |
"special": true
|
258 |
},
|
259 |
"128032": {
|
260 |
+
"content": "<|reserved_special_token_27|>",
|
261 |
"lstrip": false,
|
262 |
"normalized": false,
|
263 |
"rstrip": false,
|
|
|
265 |
"special": true
|
266 |
},
|
267 |
"128033": {
|
268 |
+
"content": "<|reserved_special_token_28|>",
|
269 |
"lstrip": false,
|
270 |
"normalized": false,
|
271 |
"rstrip": false,
|
|
|
273 |
"special": true
|
274 |
},
|
275 |
"128034": {
|
276 |
+
"content": "<|reserved_special_token_29|>",
|
277 |
"lstrip": false,
|
278 |
"normalized": false,
|
279 |
"rstrip": false,
|
|
|
281 |
"special": true
|
282 |
},
|
283 |
"128035": {
|
284 |
+
"content": "<|reserved_special_token_30|>",
|
285 |
"lstrip": false,
|
286 |
"normalized": false,
|
287 |
"rstrip": false,
|
|
|
289 |
"special": true
|
290 |
},
|
291 |
"128036": {
|
292 |
+
"content": "<|reserved_special_token_31|>",
|
293 |
"lstrip": false,
|
294 |
"normalized": false,
|
295 |
"rstrip": false,
|
|
|
297 |
"special": true
|
298 |
},
|
299 |
"128037": {
|
300 |
+
"content": "<|reserved_special_token_32|>",
|
301 |
"lstrip": false,
|
302 |
"normalized": false,
|
303 |
"rstrip": false,
|
|
|
305 |
"special": true
|
306 |
},
|
307 |
"128038": {
|
308 |
+
"content": "<|reserved_special_token_33|>",
|
309 |
"lstrip": false,
|
310 |
"normalized": false,
|
311 |
"rstrip": false,
|
|
|
313 |
"special": true
|
314 |
},
|
315 |
"128039": {
|
316 |
+
"content": "<|reserved_special_token_34|>",
|
317 |
"lstrip": false,
|
318 |
"normalized": false,
|
319 |
"rstrip": false,
|
|
|
321 |
"special": true
|
322 |
},
|
323 |
"128040": {
|
324 |
+
"content": "<|reserved_special_token_35|>",
|
325 |
"lstrip": false,
|
326 |
"normalized": false,
|
327 |
"rstrip": false,
|
|
|
329 |
"special": true
|
330 |
},
|
331 |
"128041": {
|
332 |
+
"content": "<|reserved_special_token_36|>",
|
333 |
"lstrip": false,
|
334 |
"normalized": false,
|
335 |
"rstrip": false,
|
|
|
337 |
"special": true
|
338 |
},
|
339 |
"128042": {
|
340 |
+
"content": "<|reserved_special_token_37|>",
|
341 |
"lstrip": false,
|
342 |
"normalized": false,
|
343 |
"rstrip": false,
|
|
|
345 |
"special": true
|
346 |
},
|
347 |
"128043": {
|
348 |
+
"content": "<|reserved_special_token_38|>",
|
349 |
"lstrip": false,
|
350 |
"normalized": false,
|
351 |
"rstrip": false,
|
|
|
353 |
"special": true
|
354 |
},
|
355 |
"128044": {
|
356 |
+
"content": "<|reserved_special_token_39|>",
|
357 |
"lstrip": false,
|
358 |
"normalized": false,
|
359 |
"rstrip": false,
|
|
|
361 |
"special": true
|
362 |
},
|
363 |
"128045": {
|
364 |
+
"content": "<|reserved_special_token_40|>",
|
365 |
"lstrip": false,
|
366 |
"normalized": false,
|
367 |
"rstrip": false,
|
|
|
369 |
"special": true
|
370 |
},
|
371 |
"128046": {
|
372 |
+
"content": "<|reserved_special_token_41|>",
|
373 |
"lstrip": false,
|
374 |
"normalized": false,
|
375 |
"rstrip": false,
|
|
|
377 |
"special": true
|
378 |
},
|
379 |
"128047": {
|
380 |
+
"content": "<|reserved_special_token_42|>",
|
381 |
"lstrip": false,
|
382 |
"normalized": false,
|
383 |
"rstrip": false,
|
|
|
385 |
"special": true
|
386 |
},
|
387 |
"128048": {
|
388 |
+
"content": "<|reserved_special_token_43|>",
|
389 |
"lstrip": false,
|
390 |
"normalized": false,
|
391 |
"rstrip": false,
|
|
|
393 |
"special": true
|
394 |
},
|
395 |
"128049": {
|
396 |
+
"content": "<|reserved_special_token_44|>",
|
397 |
"lstrip": false,
|
398 |
"normalized": false,
|
399 |
"rstrip": false,
|
|
|
401 |
"special": true
|
402 |
},
|
403 |
"128050": {
|
404 |
+
"content": "<|reserved_special_token_45|>",
|
405 |
"lstrip": false,
|
406 |
"normalized": false,
|
407 |
"rstrip": false,
|
|
|
409 |
"special": true
|
410 |
},
|
411 |
"128051": {
|
412 |
+
"content": "<|reserved_special_token_46|>",
|
413 |
"lstrip": false,
|
414 |
"normalized": false,
|
415 |
"rstrip": false,
|
|
|
417 |
"special": true
|
418 |
},
|
419 |
"128052": {
|
420 |
+
"content": "<|reserved_special_token_47|>",
|
421 |
"lstrip": false,
|
422 |
"normalized": false,
|
423 |
"rstrip": false,
|
|
|
425 |
"special": true
|
426 |
},
|
427 |
"128053": {
|
428 |
+
"content": "<|reserved_special_token_48|>",
|
429 |
"lstrip": false,
|
430 |
"normalized": false,
|
431 |
"rstrip": false,
|
|
|
433 |
"special": true
|
434 |
},
|
435 |
"128054": {
|
436 |
+
"content": "<|reserved_special_token_49|>",
|
437 |
"lstrip": false,
|
438 |
"normalized": false,
|
439 |
"rstrip": false,
|
|
|
441 |
"special": true
|
442 |
},
|
443 |
"128055": {
|
444 |
+
"content": "<|reserved_special_token_50|>",
|
445 |
"lstrip": false,
|
446 |
"normalized": false,
|
447 |
"rstrip": false,
|
|
|
449 |
"special": true
|
450 |
},
|
451 |
"128056": {
|
452 |
+
"content": "<|reserved_special_token_51|>",
|
453 |
"lstrip": false,
|
454 |
"normalized": false,
|
455 |
"rstrip": false,
|
|
|
457 |
"special": true
|
458 |
},
|
459 |
"128057": {
|
460 |
+
"content": "<|reserved_special_token_52|>",
|
461 |
"lstrip": false,
|
462 |
"normalized": false,
|
463 |
"rstrip": false,
|
|
|
465 |
"special": true
|
466 |
},
|
467 |
"128058": {
|
468 |
+
"content": "<|reserved_special_token_53|>",
|
469 |
"lstrip": false,
|
470 |
"normalized": false,
|
471 |
"rstrip": false,
|
|
|
473 |
"special": true
|
474 |
},
|
475 |
"128059": {
|
476 |
+
"content": "<|reserved_special_token_54|>",
|
477 |
"lstrip": false,
|
478 |
"normalized": false,
|
479 |
"rstrip": false,
|
|
|
481 |
"special": true
|
482 |
},
|
483 |
"128060": {
|
484 |
+
"content": "<|reserved_special_token_55|>",
|
485 |
"lstrip": false,
|
486 |
"normalized": false,
|
487 |
"rstrip": false,
|
|
|
489 |
"special": true
|
490 |
},
|
491 |
"128061": {
|
492 |
+
"content": "<|reserved_special_token_56|>",
|
493 |
"lstrip": false,
|
494 |
"normalized": false,
|
495 |
"rstrip": false,
|
|
|
497 |
"special": true
|
498 |
},
|
499 |
"128062": {
|
500 |
+
"content": "<|reserved_special_token_57|>",
|
501 |
"lstrip": false,
|
502 |
"normalized": false,
|
503 |
"rstrip": false,
|
|
|
505 |
"special": true
|
506 |
},
|
507 |
"128063": {
|
508 |
+
"content": "<|reserved_special_token_58|>",
|
509 |
"lstrip": false,
|
510 |
"normalized": false,
|
511 |
"rstrip": false,
|
|
|
513 |
"special": true
|
514 |
},
|
515 |
"128064": {
|
516 |
+
"content": "<|reserved_special_token_59|>",
|
517 |
"lstrip": false,
|
518 |
"normalized": false,
|
519 |
"rstrip": false,
|
|
|
521 |
"special": true
|
522 |
},
|
523 |
"128065": {
|
524 |
+
"content": "<|reserved_special_token_60|>",
|
525 |
"lstrip": false,
|
526 |
"normalized": false,
|
527 |
"rstrip": false,
|
|
|
529 |
"special": true
|
530 |
},
|
531 |
"128066": {
|
532 |
+
"content": "<|reserved_special_token_61|>",
|
533 |
"lstrip": false,
|
534 |
"normalized": false,
|
535 |
"rstrip": false,
|
|
|
537 |
"special": true
|
538 |
},
|
539 |
"128067": {
|
540 |
+
"content": "<|reserved_special_token_62|>",
|
541 |
"lstrip": false,
|
542 |
"normalized": false,
|
543 |
"rstrip": false,
|
|
|
545 |
"special": true
|
546 |
},
|
547 |
"128068": {
|
548 |
+
"content": "<|reserved_special_token_63|>",
|
549 |
"lstrip": false,
|
550 |
"normalized": false,
|
551 |
"rstrip": false,
|
|
|
553 |
"special": true
|
554 |
},
|
555 |
"128069": {
|
556 |
+
"content": "<|reserved_special_token_64|>",
|
557 |
"lstrip": false,
|
558 |
"normalized": false,
|
559 |
"rstrip": false,
|
|
|
561 |
"special": true
|
562 |
},
|
563 |
"128070": {
|
564 |
+
"content": "<|reserved_special_token_65|>",
|
565 |
"lstrip": false,
|
566 |
"normalized": false,
|
567 |
"rstrip": false,
|
|
|
569 |
"special": true
|
570 |
},
|
571 |
"128071": {
|
572 |
+
"content": "<|reserved_special_token_66|>",
|
573 |
"lstrip": false,
|
574 |
"normalized": false,
|
575 |
"rstrip": false,
|
|
|
577 |
"special": true
|
578 |
},
|
579 |
"128072": {
|
580 |
+
"content": "<|reserved_special_token_67|>",
|
581 |
"lstrip": false,
|
582 |
"normalized": false,
|
583 |
"rstrip": false,
|
|
|
585 |
"special": true
|
586 |
},
|
587 |
"128073": {
|
588 |
+
"content": "<|reserved_special_token_68|>",
|
589 |
"lstrip": false,
|
590 |
"normalized": false,
|
591 |
"rstrip": false,
|
|
|
593 |
"special": true
|
594 |
},
|
595 |
"128074": {
|
596 |
+
"content": "<|reserved_special_token_69|>",
|
597 |
"lstrip": false,
|
598 |
"normalized": false,
|
599 |
"rstrip": false,
|
|
|
601 |
"special": true
|
602 |
},
|
603 |
"128075": {
|
604 |
+
"content": "<|reserved_special_token_70|>",
|
605 |
"lstrip": false,
|
606 |
"normalized": false,
|
607 |
"rstrip": false,
|
|
|
609 |
"special": true
|
610 |
},
|
611 |
"128076": {
|
612 |
+
"content": "<|reserved_special_token_71|>",
|
613 |
"lstrip": false,
|
614 |
"normalized": false,
|
615 |
"rstrip": false,
|
|
|
617 |
"special": true
|
618 |
},
|
619 |
"128077": {
|
620 |
+
"content": "<|reserved_special_token_72|>",
|
621 |
"lstrip": false,
|
622 |
"normalized": false,
|
623 |
"rstrip": false,
|
|
|
625 |
"special": true
|
626 |
},
|
627 |
"128078": {
|
628 |
+
"content": "<|reserved_special_token_73|>",
|
629 |
"lstrip": false,
|
630 |
"normalized": false,
|
631 |
"rstrip": false,
|
|
|
633 |
"special": true
|
634 |
},
|
635 |
"128079": {
|
636 |
+
"content": "<|reserved_special_token_74|>",
|
637 |
"lstrip": false,
|
638 |
"normalized": false,
|
639 |
"rstrip": false,
|
|
|
641 |
"special": true
|
642 |
},
|
643 |
"128080": {
|
644 |
+
"content": "<|reserved_special_token_75|>",
|
645 |
"lstrip": false,
|
646 |
"normalized": false,
|
647 |
"rstrip": false,
|
|
|
649 |
"special": true
|
650 |
},
|
651 |
"128081": {
|
652 |
+
"content": "<|reserved_special_token_76|>",
|
653 |
"lstrip": false,
|
654 |
"normalized": false,
|
655 |
"rstrip": false,
|
|
|
657 |
"special": true
|
658 |
},
|
659 |
"128082": {
|
660 |
+
"content": "<|reserved_special_token_77|>",
|
661 |
"lstrip": false,
|
662 |
"normalized": false,
|
663 |
"rstrip": false,
|
|
|
665 |
"special": true
|
666 |
},
|
667 |
"128083": {
|
668 |
+
"content": "<|reserved_special_token_78|>",
|
669 |
"lstrip": false,
|
670 |
"normalized": false,
|
671 |
"rstrip": false,
|
|
|
673 |
"special": true
|
674 |
},
|
675 |
"128084": {
|
676 |
+
"content": "<|reserved_special_token_79|>",
|
677 |
"lstrip": false,
|
678 |
"normalized": false,
|
679 |
"rstrip": false,
|
|
|
681 |
"special": true
|
682 |
},
|
683 |
"128085": {
|
684 |
+
"content": "<|reserved_special_token_80|>",
|
685 |
"lstrip": false,
|
686 |
"normalized": false,
|
687 |
"rstrip": false,
|
|
|
689 |
"special": true
|
690 |
},
|
691 |
"128086": {
|
692 |
+
"content": "<|reserved_special_token_81|>",
|
693 |
"lstrip": false,
|
694 |
"normalized": false,
|
695 |
"rstrip": false,
|
|
|
697 |
"special": true
|
698 |
},
|
699 |
"128087": {
|
700 |
+
"content": "<|reserved_special_token_82|>",
|
701 |
"lstrip": false,
|
702 |
"normalized": false,
|
703 |
"rstrip": false,
|
|
|
705 |
"special": true
|
706 |
},
|
707 |
"128088": {
|
708 |
+
"content": "<|reserved_special_token_83|>",
|
709 |
"lstrip": false,
|
710 |
"normalized": false,
|
711 |
"rstrip": false,
|
|
|
713 |
"special": true
|
714 |
},
|
715 |
"128089": {
|
716 |
+
"content": "<|reserved_special_token_84|>",
|
717 |
"lstrip": false,
|
718 |
"normalized": false,
|
719 |
"rstrip": false,
|
|
|
721 |
"special": true
|
722 |
},
|
723 |
"128090": {
|
724 |
+
"content": "<|reserved_special_token_85|>",
|
725 |
"lstrip": false,
|
726 |
"normalized": false,
|
727 |
"rstrip": false,
|
|
|
729 |
"special": true
|
730 |
},
|
731 |
"128091": {
|
732 |
+
"content": "<|reserved_special_token_86|>",
|
733 |
"lstrip": false,
|
734 |
"normalized": false,
|
735 |
"rstrip": false,
|
|
|
737 |
"special": true
|
738 |
},
|
739 |
"128092": {
|
740 |
+
"content": "<|reserved_special_token_87|>",
|
741 |
"lstrip": false,
|
742 |
"normalized": false,
|
743 |
"rstrip": false,
|
|
|
745 |
"special": true
|
746 |
},
|
747 |
"128093": {
|
748 |
+
"content": "<|reserved_special_token_88|>",
|
749 |
"lstrip": false,
|
750 |
"normalized": false,
|
751 |
"rstrip": false,
|
|
|
753 |
"special": true
|
754 |
},
|
755 |
"128094": {
|
756 |
+
"content": "<|reserved_special_token_89|>",
|
757 |
"lstrip": false,
|
758 |
"normalized": false,
|
759 |
"rstrip": false,
|
|
|
761 |
"special": true
|
762 |
},
|
763 |
"128095": {
|
764 |
+
"content": "<|reserved_special_token_90|>",
|
765 |
"lstrip": false,
|
766 |
"normalized": false,
|
767 |
"rstrip": false,
|
|
|
769 |
"special": true
|
770 |
},
|
771 |
"128096": {
|
772 |
+
"content": "<|reserved_special_token_91|>",
|
773 |
"lstrip": false,
|
774 |
"normalized": false,
|
775 |
"rstrip": false,
|
|
|
777 |
"special": true
|
778 |
},
|
779 |
"128097": {
|
780 |
+
"content": "<|reserved_special_token_92|>",
|
781 |
"lstrip": false,
|
782 |
"normalized": false,
|
783 |
"rstrip": false,
|
|
|
785 |
"special": true
|
786 |
},
|
787 |
"128098": {
|
788 |
+
"content": "<|reserved_special_token_93|>",
|
789 |
"lstrip": false,
|
790 |
"normalized": false,
|
791 |
"rstrip": false,
|
|
|
793 |
"special": true
|
794 |
},
|
795 |
"128099": {
|
796 |
+
"content": "<|reserved_special_token_94|>",
|
797 |
"lstrip": false,
|
798 |
"normalized": false,
|
799 |
"rstrip": false,
|
|
|
801 |
"special": true
|
802 |
},
|
803 |
"128100": {
|
804 |
+
"content": "<|reserved_special_token_95|>",
|
805 |
"lstrip": false,
|
806 |
"normalized": false,
|
807 |
"rstrip": false,
|
|
|
809 |
"special": true
|
810 |
},
|
811 |
"128101": {
|
812 |
+
"content": "<|reserved_special_token_96|>",
|
813 |
"lstrip": false,
|
814 |
"normalized": false,
|
815 |
"rstrip": false,
|
|
|
817 |
"special": true
|
818 |
},
|
819 |
"128102": {
|
820 |
+
"content": "<|reserved_special_token_97|>",
|
821 |
"lstrip": false,
|
822 |
"normalized": false,
|
823 |
"rstrip": false,
|
|
|
825 |
"special": true
|
826 |
},
|
827 |
"128103": {
|
828 |
+
"content": "<|reserved_special_token_98|>",
|
829 |
"lstrip": false,
|
830 |
"normalized": false,
|
831 |
"rstrip": false,
|
|
|
833 |
"special": true
|
834 |
},
|
835 |
"128104": {
|
836 |
+
"content": "<|reserved_special_token_99|>",
|
837 |
"lstrip": false,
|
838 |
"normalized": false,
|
839 |
"rstrip": false,
|
|
|
841 |
"special": true
|
842 |
},
|
843 |
"128105": {
|
844 |
+
"content": "<|reserved_special_token_100|>",
|
845 |
"lstrip": false,
|
846 |
"normalized": false,
|
847 |
"rstrip": false,
|
|
|
849 |
"special": true
|
850 |
},
|
851 |
"128106": {
|
852 |
+
"content": "<|reserved_special_token_101|>",
|
853 |
"lstrip": false,
|
854 |
"normalized": false,
|
855 |
"rstrip": false,
|
|
|
857 |
"special": true
|
858 |
},
|
859 |
"128107": {
|
860 |
+
"content": "<|reserved_special_token_102|>",
|
861 |
"lstrip": false,
|
862 |
"normalized": false,
|
863 |
"rstrip": false,
|
|
|
865 |
"special": true
|
866 |
},
|
867 |
"128108": {
|
868 |
+
"content": "<|reserved_special_token_103|>",
|
869 |
"lstrip": false,
|
870 |
"normalized": false,
|
871 |
"rstrip": false,
|
|
|
873 |
"special": true
|
874 |
},
|
875 |
"128109": {
|
876 |
+
"content": "<|reserved_special_token_104|>",
|
877 |
"lstrip": false,
|
878 |
"normalized": false,
|
879 |
"rstrip": false,
|
|
|
881 |
"special": true
|
882 |
},
|
883 |
"128110": {
|
884 |
+
"content": "<|reserved_special_token_105|>",
|
885 |
"lstrip": false,
|
886 |
"normalized": false,
|
887 |
"rstrip": false,
|
|
|
889 |
"special": true
|
890 |
},
|
891 |
"128111": {
|
892 |
+
"content": "<|reserved_special_token_106|>",
|
893 |
"lstrip": false,
|
894 |
"normalized": false,
|
895 |
"rstrip": false,
|
|
|
897 |
"special": true
|
898 |
},
|
899 |
"128112": {
|
900 |
+
"content": "<|reserved_special_token_107|>",
|
901 |
"lstrip": false,
|
902 |
"normalized": false,
|
903 |
"rstrip": false,
|
|
|
905 |
"special": true
|
906 |
},
|
907 |
"128113": {
|
908 |
+
"content": "<|reserved_special_token_108|>",
|
909 |
"lstrip": false,
|
910 |
"normalized": false,
|
911 |
"rstrip": false,
|
|
|
913 |
"special": true
|
914 |
},
|
915 |
"128114": {
|
916 |
+
"content": "<|reserved_special_token_109|>",
|
917 |
"lstrip": false,
|
918 |
"normalized": false,
|
919 |
"rstrip": false,
|
|
|
921 |
"special": true
|
922 |
},
|
923 |
"128115": {
|
924 |
+
"content": "<|reserved_special_token_110|>",
|
925 |
"lstrip": false,
|
926 |
"normalized": false,
|
927 |
"rstrip": false,
|
|
|
929 |
"special": true
|
930 |
},
|
931 |
"128116": {
|
932 |
+
"content": "<|reserved_special_token_111|>",
|
933 |
"lstrip": false,
|
934 |
"normalized": false,
|
935 |
"rstrip": false,
|
|
|
937 |
"special": true
|
938 |
},
|
939 |
"128117": {
|
940 |
+
"content": "<|reserved_special_token_112|>",
|
941 |
"lstrip": false,
|
942 |
"normalized": false,
|
943 |
"rstrip": false,
|
|
|
945 |
"special": true
|
946 |
},
|
947 |
"128118": {
|
948 |
+
"content": "<|reserved_special_token_113|>",
|
949 |
"lstrip": false,
|
950 |
"normalized": false,
|
951 |
"rstrip": false,
|
|
|
953 |
"special": true
|
954 |
},
|
955 |
"128119": {
|
956 |
+
"content": "<|reserved_special_token_114|>",
|
957 |
"lstrip": false,
|
958 |
"normalized": false,
|
959 |
"rstrip": false,
|
|
|
961 |
"special": true
|
962 |
},
|
963 |
"128120": {
|
964 |
+
"content": "<|reserved_special_token_115|>",
|
965 |
"lstrip": false,
|
966 |
"normalized": false,
|
967 |
"rstrip": false,
|
|
|
969 |
"special": true
|
970 |
},
|
971 |
"128121": {
|
972 |
+
"content": "<|reserved_special_token_116|>",
|
973 |
"lstrip": false,
|
974 |
"normalized": false,
|
975 |
"rstrip": false,
|
|
|
977 |
"special": true
|
978 |
},
|
979 |
"128122": {
|
980 |
+
"content": "<|reserved_special_token_117|>",
|
981 |
"lstrip": false,
|
982 |
"normalized": false,
|
983 |
"rstrip": false,
|
|
|
985 |
"special": true
|
986 |
},
|
987 |
"128123": {
|
988 |
+
"content": "<|reserved_special_token_118|>",
|
989 |
"lstrip": false,
|
990 |
"normalized": false,
|
991 |
"rstrip": false,
|
|
|
993 |
"special": true
|
994 |
},
|
995 |
"128124": {
|
996 |
+
"content": "<|reserved_special_token_119|>",
|
997 |
"lstrip": false,
|
998 |
"normalized": false,
|
999 |
"rstrip": false,
|
|
|
1001 |
"special": true
|
1002 |
},
|
1003 |
"128125": {
|
1004 |
+
"content": "<|reserved_special_token_120|>",
|
1005 |
"lstrip": false,
|
1006 |
"normalized": false,
|
1007 |
"rstrip": false,
|
|
|
1009 |
"special": true
|
1010 |
},
|
1011 |
"128126": {
|
1012 |
+
"content": "<|reserved_special_token_121|>",
|
1013 |
"lstrip": false,
|
1014 |
"normalized": false,
|
1015 |
"rstrip": false,
|
|
|
1017 |
"special": true
|
1018 |
},
|
1019 |
"128127": {
|
1020 |
+
"content": "<|reserved_special_token_122|>",
|
1021 |
"lstrip": false,
|
1022 |
"normalized": false,
|
1023 |
"rstrip": false,
|
|
|
1025 |
"special": true
|
1026 |
},
|
1027 |
"128128": {
|
1028 |
+
"content": "<|reserved_special_token_123|>",
|
1029 |
"lstrip": false,
|
1030 |
"normalized": false,
|
1031 |
"rstrip": false,
|
|
|
1033 |
"special": true
|
1034 |
},
|
1035 |
"128129": {
|
1036 |
+
"content": "<|reserved_special_token_124|>",
|
1037 |
"lstrip": false,
|
1038 |
"normalized": false,
|
1039 |
"rstrip": false,
|
|
|
1041 |
"special": true
|
1042 |
},
|
1043 |
"128130": {
|
1044 |
+
"content": "<|reserved_special_token_125|>",
|
1045 |
"lstrip": false,
|
1046 |
"normalized": false,
|
1047 |
"rstrip": false,
|
|
|
1049 |
"special": true
|
1050 |
},
|
1051 |
"128131": {
|
1052 |
+
"content": "<|reserved_special_token_126|>",
|
1053 |
"lstrip": false,
|
1054 |
"normalized": false,
|
1055 |
"rstrip": false,
|
|
|
1057 |
"special": true
|
1058 |
},
|
1059 |
"128132": {
|
1060 |
+
"content": "<|reserved_special_token_127|>",
|
1061 |
"lstrip": false,
|
1062 |
"normalized": false,
|
1063 |
"rstrip": false,
|
|
|
1065 |
"special": true
|
1066 |
},
|
1067 |
"128133": {
|
1068 |
+
"content": "<|reserved_special_token_128|>",
|
1069 |
"lstrip": false,
|
1070 |
"normalized": false,
|
1071 |
"rstrip": false,
|
|
|
1073 |
"special": true
|
1074 |
},
|
1075 |
"128134": {
|
1076 |
+
"content": "<|reserved_special_token_129|>",
|
1077 |
"lstrip": false,
|
1078 |
"normalized": false,
|
1079 |
"rstrip": false,
|
|
|
1081 |
"special": true
|
1082 |
},
|
1083 |
"128135": {
|
1084 |
+
"content": "<|reserved_special_token_130|>",
|
1085 |
"lstrip": false,
|
1086 |
"normalized": false,
|
1087 |
"rstrip": false,
|
|
|
1089 |
"special": true
|
1090 |
},
|
1091 |
"128136": {
|
1092 |
+
"content": "<|reserved_special_token_131|>",
|
1093 |
"lstrip": false,
|
1094 |
"normalized": false,
|
1095 |
"rstrip": false,
|
|
|
1097 |
"special": true
|
1098 |
},
|
1099 |
"128137": {
|
1100 |
+
"content": "<|reserved_special_token_132|>",
|
1101 |
"lstrip": false,
|
1102 |
"normalized": false,
|
1103 |
"rstrip": false,
|
|
|
1105 |
"special": true
|
1106 |
},
|
1107 |
"128138": {
|
1108 |
+
"content": "<|reserved_special_token_133|>",
|
1109 |
"lstrip": false,
|
1110 |
"normalized": false,
|
1111 |
"rstrip": false,
|
|
|
1113 |
"special": true
|
1114 |
},
|
1115 |
"128139": {
|
1116 |
+
"content": "<|reserved_special_token_134|>",
|
1117 |
"lstrip": false,
|
1118 |
"normalized": false,
|
1119 |
"rstrip": false,
|
|
|
1121 |
"special": true
|
1122 |
},
|
1123 |
"128140": {
|
1124 |
+
"content": "<|reserved_special_token_135|>",
|
1125 |
"lstrip": false,
|
1126 |
"normalized": false,
|
1127 |
"rstrip": false,
|
|
|
1129 |
"special": true
|
1130 |
},
|
1131 |
"128141": {
|
1132 |
+
"content": "<|reserved_special_token_136|>",
|
1133 |
"lstrip": false,
|
1134 |
"normalized": false,
|
1135 |
"rstrip": false,
|
|
|
1137 |
"special": true
|
1138 |
},
|
1139 |
"128142": {
|
1140 |
+
"content": "<|reserved_special_token_137|>",
|
1141 |
"lstrip": false,
|
1142 |
"normalized": false,
|
1143 |
"rstrip": false,
|
|
|
1145 |
"special": true
|
1146 |
},
|
1147 |
"128143": {
|
1148 |
+
"content": "<|reserved_special_token_138|>",
|
1149 |
"lstrip": false,
|
1150 |
"normalized": false,
|
1151 |
"rstrip": false,
|
|
|
1153 |
"special": true
|
1154 |
},
|
1155 |
"128144": {
|
1156 |
+
"content": "<|reserved_special_token_139|>",
|
1157 |
"lstrip": false,
|
1158 |
"normalized": false,
|
1159 |
"rstrip": false,
|
|
|
1161 |
"special": true
|
1162 |
},
|
1163 |
"128145": {
|
1164 |
+
"content": "<|reserved_special_token_140|>",
|
1165 |
"lstrip": false,
|
1166 |
"normalized": false,
|
1167 |
"rstrip": false,
|
|
|
1169 |
"special": true
|
1170 |
},
|
1171 |
"128146": {
|
1172 |
+
"content": "<|reserved_special_token_141|>",
|
1173 |
"lstrip": false,
|
1174 |
"normalized": false,
|
1175 |
"rstrip": false,
|
|
|
1177 |
"special": true
|
1178 |
},
|
1179 |
"128147": {
|
1180 |
+
"content": "<|reserved_special_token_142|>",
|
1181 |
"lstrip": false,
|
1182 |
"normalized": false,
|
1183 |
"rstrip": false,
|
|
|
1185 |
"special": true
|
1186 |
},
|
1187 |
"128148": {
|
1188 |
+
"content": "<|reserved_special_token_143|>",
|
1189 |
"lstrip": false,
|
1190 |
"normalized": false,
|
1191 |
"rstrip": false,
|
|
|
1193 |
"special": true
|
1194 |
},
|
1195 |
"128149": {
|
1196 |
+
"content": "<|reserved_special_token_144|>",
|
1197 |
"lstrip": false,
|
1198 |
"normalized": false,
|
1199 |
"rstrip": false,
|
|
|
1201 |
"special": true
|
1202 |
},
|
1203 |
"128150": {
|
1204 |
+
"content": "<|reserved_special_token_145|>",
|
1205 |
"lstrip": false,
|
1206 |
"normalized": false,
|
1207 |
"rstrip": false,
|
|
|
1209 |
"special": true
|
1210 |
},
|
1211 |
"128151": {
|
1212 |
+
"content": "<|reserved_special_token_146|>",
|
1213 |
"lstrip": false,
|
1214 |
"normalized": false,
|
1215 |
"rstrip": false,
|
|
|
1217 |
"special": true
|
1218 |
},
|
1219 |
"128152": {
|
1220 |
+
"content": "<|reserved_special_token_147|>",
|
1221 |
"lstrip": false,
|
1222 |
"normalized": false,
|
1223 |
"rstrip": false,
|
|
|
1225 |
"special": true
|
1226 |
},
|
1227 |
"128153": {
|
1228 |
+
"content": "<|reserved_special_token_148|>",
|
1229 |
"lstrip": false,
|
1230 |
"normalized": false,
|
1231 |
"rstrip": false,
|
|
|
1233 |
"special": true
|
1234 |
},
|
1235 |
"128154": {
|
1236 |
+
"content": "<|reserved_special_token_149|>",
|
1237 |
"lstrip": false,
|
1238 |
"normalized": false,
|
1239 |
"rstrip": false,
|
|
|
1241 |
"special": true
|
1242 |
},
|
1243 |
"128155": {
|
1244 |
+
"content": "<|reserved_special_token_150|>",
|
1245 |
"lstrip": false,
|
1246 |
"normalized": false,
|
1247 |
"rstrip": false,
|
|
|
1249 |
"special": true
|
1250 |
},
|
1251 |
"128156": {
|
1252 |
+
"content": "<|reserved_special_token_151|>",
|
1253 |
"lstrip": false,
|
1254 |
"normalized": false,
|
1255 |
"rstrip": false,
|
|
|
1257 |
"special": true
|
1258 |
},
|
1259 |
"128157": {
|
1260 |
+
"content": "<|reserved_special_token_152|>",
|
1261 |
"lstrip": false,
|
1262 |
"normalized": false,
|
1263 |
"rstrip": false,
|
|
|
1265 |
"special": true
|
1266 |
},
|
1267 |
"128158": {
|
1268 |
+
"content": "<|reserved_special_token_153|>",
|
1269 |
"lstrip": false,
|
1270 |
"normalized": false,
|
1271 |
"rstrip": false,
|
|
|
1273 |
"special": true
|
1274 |
},
|
1275 |
"128159": {
|
1276 |
+
"content": "<|reserved_special_token_154|>",
|
1277 |
"lstrip": false,
|
1278 |
"normalized": false,
|
1279 |
"rstrip": false,
|
|
|
1281 |
"special": true
|
1282 |
},
|
1283 |
"128160": {
|
1284 |
+
"content": "<|reserved_special_token_155|>",
|
1285 |
"lstrip": false,
|
1286 |
"normalized": false,
|
1287 |
"rstrip": false,
|
|
|
1289 |
"special": true
|
1290 |
},
|
1291 |
"128161": {
|
1292 |
+
"content": "<|reserved_special_token_156|>",
|
1293 |
"lstrip": false,
|
1294 |
"normalized": false,
|
1295 |
"rstrip": false,
|
|
|
1297 |
"special": true
|
1298 |
},
|
1299 |
"128162": {
|
1300 |
+
"content": "<|reserved_special_token_157|>",
|
1301 |
"lstrip": false,
|
1302 |
"normalized": false,
|
1303 |
"rstrip": false,
|
|
|
1305 |
"special": true
|
1306 |
},
|
1307 |
"128163": {
|
1308 |
+
"content": "<|reserved_special_token_158|>",
|
1309 |
"lstrip": false,
|
1310 |
"normalized": false,
|
1311 |
"rstrip": false,
|
|
|
1313 |
"special": true
|
1314 |
},
|
1315 |
"128164": {
|
1316 |
+
"content": "<|reserved_special_token_159|>",
|
1317 |
"lstrip": false,
|
1318 |
"normalized": false,
|
1319 |
"rstrip": false,
|
|
|
1321 |
"special": true
|
1322 |
},
|
1323 |
"128165": {
|
1324 |
+
"content": "<|reserved_special_token_160|>",
|
1325 |
"lstrip": false,
|
1326 |
"normalized": false,
|
1327 |
"rstrip": false,
|
|
|
1329 |
"special": true
|
1330 |
},
|
1331 |
"128166": {
|
1332 |
+
"content": "<|reserved_special_token_161|>",
|
1333 |
"lstrip": false,
|
1334 |
"normalized": false,
|
1335 |
"rstrip": false,
|
|
|
1337 |
"special": true
|
1338 |
},
|
1339 |
"128167": {
|
1340 |
+
"content": "<|reserved_special_token_162|>",
|
1341 |
"lstrip": false,
|
1342 |
"normalized": false,
|
1343 |
"rstrip": false,
|
|
|
1345 |
"special": true
|
1346 |
},
|
1347 |
"128168": {
|
1348 |
+
"content": "<|reserved_special_token_163|>",
|
1349 |
"lstrip": false,
|
1350 |
"normalized": false,
|
1351 |
"rstrip": false,
|
|
|
1353 |
"special": true
|
1354 |
},
|
1355 |
"128169": {
|
1356 |
+
"content": "<|reserved_special_token_164|>",
|
1357 |
"lstrip": false,
|
1358 |
"normalized": false,
|
1359 |
"rstrip": false,
|
|
|
1361 |
"special": true
|
1362 |
},
|
1363 |
"128170": {
|
1364 |
+
"content": "<|reserved_special_token_165|>",
|
1365 |
"lstrip": false,
|
1366 |
"normalized": false,
|
1367 |
"rstrip": false,
|
|
|
1369 |
"special": true
|
1370 |
},
|
1371 |
"128171": {
|
1372 |
+
"content": "<|reserved_special_token_166|>",
|
1373 |
"lstrip": false,
|
1374 |
"normalized": false,
|
1375 |
"rstrip": false,
|
|
|
1377 |
"special": true
|
1378 |
},
|
1379 |
"128172": {
|
1380 |
+
"content": "<|reserved_special_token_167|>",
|
1381 |
"lstrip": false,
|
1382 |
"normalized": false,
|
1383 |
"rstrip": false,
|
|
|
1385 |
"special": true
|
1386 |
},
|
1387 |
"128173": {
|
1388 |
+
"content": "<|reserved_special_token_168|>",
|
1389 |
"lstrip": false,
|
1390 |
"normalized": false,
|
1391 |
"rstrip": false,
|
|
|
1393 |
"special": true
|
1394 |
},
|
1395 |
"128174": {
|
1396 |
+
"content": "<|reserved_special_token_169|>",
|
1397 |
"lstrip": false,
|
1398 |
"normalized": false,
|
1399 |
"rstrip": false,
|
|
|
1401 |
"special": true
|
1402 |
},
|
1403 |
"128175": {
|
1404 |
+
"content": "<|reserved_special_token_170|>",
|
1405 |
"lstrip": false,
|
1406 |
"normalized": false,
|
1407 |
"rstrip": false,
|
|
|
1409 |
"special": true
|
1410 |
},
|
1411 |
"128176": {
|
1412 |
+
"content": "<|reserved_special_token_171|>",
|
1413 |
"lstrip": false,
|
1414 |
"normalized": false,
|
1415 |
"rstrip": false,
|
|
|
1417 |
"special": true
|
1418 |
},
|
1419 |
"128177": {
|
1420 |
+
"content": "<|reserved_special_token_172|>",
|
1421 |
"lstrip": false,
|
1422 |
"normalized": false,
|
1423 |
"rstrip": false,
|
|
|
1425 |
"special": true
|
1426 |
},
|
1427 |
"128178": {
|
1428 |
+
"content": "<|reserved_special_token_173|>",
|
1429 |
"lstrip": false,
|
1430 |
"normalized": false,
|
1431 |
"rstrip": false,
|
|
|
1433 |
"special": true
|
1434 |
},
|
1435 |
"128179": {
|
1436 |
+
"content": "<|reserved_special_token_174|>",
|
1437 |
"lstrip": false,
|
1438 |
"normalized": false,
|
1439 |
"rstrip": false,
|
|
|
1441 |
"special": true
|
1442 |
},
|
1443 |
"128180": {
|
1444 |
+
"content": "<|reserved_special_token_175|>",
|
1445 |
"lstrip": false,
|
1446 |
"normalized": false,
|
1447 |
"rstrip": false,
|
|
|
1449 |
"special": true
|
1450 |
},
|
1451 |
"128181": {
|
1452 |
+
"content": "<|reserved_special_token_176|>",
|
1453 |
"lstrip": false,
|
1454 |
"normalized": false,
|
1455 |
"rstrip": false,
|
|
|
1457 |
"special": true
|
1458 |
},
|
1459 |
"128182": {
|
1460 |
+
"content": "<|reserved_special_token_177|>",
|
1461 |
"lstrip": false,
|
1462 |
"normalized": false,
|
1463 |
"rstrip": false,
|
|
|
1465 |
"special": true
|
1466 |
},
|
1467 |
"128183": {
|
1468 |
+
"content": "<|reserved_special_token_178|>",
|
1469 |
"lstrip": false,
|
1470 |
"normalized": false,
|
1471 |
"rstrip": false,
|
|
|
1473 |
"special": true
|
1474 |
},
|
1475 |
"128184": {
|
1476 |
+
"content": "<|reserved_special_token_179|>",
|
1477 |
"lstrip": false,
|
1478 |
"normalized": false,
|
1479 |
"rstrip": false,
|
|
|
1481 |
"special": true
|
1482 |
},
|
1483 |
"128185": {
|
1484 |
+
"content": "<|reserved_special_token_180|>",
|
1485 |
"lstrip": false,
|
1486 |
"normalized": false,
|
1487 |
"rstrip": false,
|
|
|
1489 |
"special": true
|
1490 |
},
|
1491 |
"128186": {
|
1492 |
+
"content": "<|reserved_special_token_181|>",
|
1493 |
"lstrip": false,
|
1494 |
"normalized": false,
|
1495 |
"rstrip": false,
|
|
|
1497 |
"special": true
|
1498 |
},
|
1499 |
"128187": {
|
1500 |
+
"content": "<|reserved_special_token_182|>",
|
1501 |
"lstrip": false,
|
1502 |
"normalized": false,
|
1503 |
"rstrip": false,
|
|
|
1505 |
"special": true
|
1506 |
},
|
1507 |
"128188": {
|
1508 |
+
"content": "<|reserved_special_token_183|>",
|
1509 |
"lstrip": false,
|
1510 |
"normalized": false,
|
1511 |
"rstrip": false,
|
|
|
1513 |
"special": true
|
1514 |
},
|
1515 |
"128189": {
|
1516 |
+
"content": "<|reserved_special_token_184|>",
|
1517 |
"lstrip": false,
|
1518 |
"normalized": false,
|
1519 |
"rstrip": false,
|
|
|
1521 |
"special": true
|
1522 |
},
|
1523 |
"128190": {
|
1524 |
+
"content": "<|reserved_special_token_185|>",
|
1525 |
"lstrip": false,
|
1526 |
"normalized": false,
|
1527 |
"rstrip": false,
|
|
|
1529 |
"special": true
|
1530 |
},
|
1531 |
"128191": {
|
1532 |
+
"content": "<|reserved_special_token_186|>",
|
1533 |
"lstrip": false,
|
1534 |
"normalized": false,
|
1535 |
"rstrip": false,
|
|
|
1537 |
"special": true
|
1538 |
},
|
1539 |
"128192": {
|
1540 |
+
"content": "<|reserved_special_token_187|>",
|
1541 |
"lstrip": false,
|
1542 |
"normalized": false,
|
1543 |
"rstrip": false,
|
|
|
1545 |
"special": true
|
1546 |
},
|
1547 |
"128193": {
|
1548 |
+
"content": "<|reserved_special_token_188|>",
|
1549 |
"lstrip": false,
|
1550 |
"normalized": false,
|
1551 |
"rstrip": false,
|
|
|
1553 |
"special": true
|
1554 |
},
|
1555 |
"128194": {
|
1556 |
+
"content": "<|reserved_special_token_189|>",
|
1557 |
"lstrip": false,
|
1558 |
"normalized": false,
|
1559 |
"rstrip": false,
|
|
|
1561 |
"special": true
|
1562 |
},
|
1563 |
"128195": {
|
1564 |
+
"content": "<|reserved_special_token_190|>",
|
1565 |
"lstrip": false,
|
1566 |
"normalized": false,
|
1567 |
"rstrip": false,
|
|
|
1569 |
"special": true
|
1570 |
},
|
1571 |
"128196": {
|
1572 |
+
"content": "<|reserved_special_token_191|>",
|
1573 |
"lstrip": false,
|
1574 |
"normalized": false,
|
1575 |
"rstrip": false,
|
|
|
1577 |
"special": true
|
1578 |
},
|
1579 |
"128197": {
|
1580 |
+
"content": "<|reserved_special_token_192|>",
|
1581 |
"lstrip": false,
|
1582 |
"normalized": false,
|
1583 |
"rstrip": false,
|
|
|
1585 |
"special": true
|
1586 |
},
|
1587 |
"128198": {
|
1588 |
+
"content": "<|reserved_special_token_193|>",
|
1589 |
"lstrip": false,
|
1590 |
"normalized": false,
|
1591 |
"rstrip": false,
|
|
|
1593 |
"special": true
|
1594 |
},
|
1595 |
"128199": {
|
1596 |
+
"content": "<|reserved_special_token_194|>",
|
1597 |
"lstrip": false,
|
1598 |
"normalized": false,
|
1599 |
"rstrip": false,
|
|
|
1601 |
"special": true
|
1602 |
},
|
1603 |
"128200": {
|
1604 |
+
"content": "<|reserved_special_token_195|>",
|
1605 |
"lstrip": false,
|
1606 |
"normalized": false,
|
1607 |
"rstrip": false,
|
|
|
1609 |
"special": true
|
1610 |
},
|
1611 |
"128201": {
|
1612 |
+
"content": "<|reserved_special_token_196|>",
|
1613 |
"lstrip": false,
|
1614 |
"normalized": false,
|
1615 |
"rstrip": false,
|
|
|
1617 |
"special": true
|
1618 |
},
|
1619 |
"128202": {
|
1620 |
+
"content": "<|reserved_special_token_197|>",
|
1621 |
"lstrip": false,
|
1622 |
"normalized": false,
|
1623 |
"rstrip": false,
|
|
|
1625 |
"special": true
|
1626 |
},
|
1627 |
"128203": {
|
1628 |
+
"content": "<|reserved_special_token_198|>",
|
1629 |
"lstrip": false,
|
1630 |
"normalized": false,
|
1631 |
"rstrip": false,
|
|
|
1633 |
"special": true
|
1634 |
},
|
1635 |
"128204": {
|
1636 |
+
"content": "<|reserved_special_token_199|>",
|
1637 |
"lstrip": false,
|
1638 |
"normalized": false,
|
1639 |
"rstrip": false,
|
|
|
1641 |
"special": true
|
1642 |
},
|
1643 |
"128205": {
|
1644 |
+
"content": "<|reserved_special_token_200|>",
|
1645 |
"lstrip": false,
|
1646 |
"normalized": false,
|
1647 |
"rstrip": false,
|
|
|
1649 |
"special": true
|
1650 |
},
|
1651 |
"128206": {
|
1652 |
+
"content": "<|reserved_special_token_201|>",
|
1653 |
"lstrip": false,
|
1654 |
"normalized": false,
|
1655 |
"rstrip": false,
|
|
|
1657 |
"special": true
|
1658 |
},
|
1659 |
"128207": {
|
1660 |
+
"content": "<|reserved_special_token_202|>",
|
1661 |
"lstrip": false,
|
1662 |
"normalized": false,
|
1663 |
"rstrip": false,
|
|
|
1665 |
"special": true
|
1666 |
},
|
1667 |
"128208": {
|
1668 |
+
"content": "<|reserved_special_token_203|>",
|
1669 |
"lstrip": false,
|
1670 |
"normalized": false,
|
1671 |
"rstrip": false,
|
|
|
1673 |
"special": true
|
1674 |
},
|
1675 |
"128209": {
|
1676 |
+
"content": "<|reserved_special_token_204|>",
|
1677 |
"lstrip": false,
|
1678 |
"normalized": false,
|
1679 |
"rstrip": false,
|
|
|
1681 |
"special": true
|
1682 |
},
|
1683 |
"128210": {
|
1684 |
+
"content": "<|reserved_special_token_205|>",
|
1685 |
"lstrip": false,
|
1686 |
"normalized": false,
|
1687 |
"rstrip": false,
|
|
|
1689 |
"special": true
|
1690 |
},
|
1691 |
"128211": {
|
1692 |
+
"content": "<|reserved_special_token_206|>",
|
1693 |
"lstrip": false,
|
1694 |
"normalized": false,
|
1695 |
"rstrip": false,
|
|
|
1697 |
"special": true
|
1698 |
},
|
1699 |
"128212": {
|
1700 |
+
"content": "<|reserved_special_token_207|>",
|
1701 |
"lstrip": false,
|
1702 |
"normalized": false,
|
1703 |
"rstrip": false,
|
|
|
1705 |
"special": true
|
1706 |
},
|
1707 |
"128213": {
|
1708 |
+
"content": "<|reserved_special_token_208|>",
|
1709 |
"lstrip": false,
|
1710 |
"normalized": false,
|
1711 |
"rstrip": false,
|
|
|
1713 |
"special": true
|
1714 |
},
|
1715 |
"128214": {
|
1716 |
+
"content": "<|reserved_special_token_209|>",
|
1717 |
"lstrip": false,
|
1718 |
"normalized": false,
|
1719 |
"rstrip": false,
|
|
|
1721 |
"special": true
|
1722 |
},
|
1723 |
"128215": {
|
1724 |
+
"content": "<|reserved_special_token_210|>",
|
1725 |
"lstrip": false,
|
1726 |
"normalized": false,
|
1727 |
"rstrip": false,
|
|
|
1729 |
"special": true
|
1730 |
},
|
1731 |
"128216": {
|
1732 |
+
"content": "<|reserved_special_token_211|>",
|
1733 |
"lstrip": false,
|
1734 |
"normalized": false,
|
1735 |
"rstrip": false,
|
|
|
1737 |
"special": true
|
1738 |
},
|
1739 |
"128217": {
|
1740 |
+
"content": "<|reserved_special_token_212|>",
|
1741 |
"lstrip": false,
|
1742 |
"normalized": false,
|
1743 |
"rstrip": false,
|
|
|
1745 |
"special": true
|
1746 |
},
|
1747 |
"128218": {
|
1748 |
+
"content": "<|reserved_special_token_213|>",
|
1749 |
"lstrip": false,
|
1750 |
"normalized": false,
|
1751 |
"rstrip": false,
|
|
|
1753 |
"special": true
|
1754 |
},
|
1755 |
"128219": {
|
1756 |
+
"content": "<|reserved_special_token_214|>",
|
1757 |
"lstrip": false,
|
1758 |
"normalized": false,
|
1759 |
"rstrip": false,
|
|
|
1761 |
"special": true
|
1762 |
},
|
1763 |
"128220": {
|
1764 |
+
"content": "<|reserved_special_token_215|>",
|
1765 |
"lstrip": false,
|
1766 |
"normalized": false,
|
1767 |
"rstrip": false,
|
|
|
1769 |
"special": true
|
1770 |
},
|
1771 |
"128221": {
|
1772 |
+
"content": "<|reserved_special_token_216|>",
|
1773 |
"lstrip": false,
|
1774 |
"normalized": false,
|
1775 |
"rstrip": false,
|
|
|
1777 |
"special": true
|
1778 |
},
|
1779 |
"128222": {
|
1780 |
+
"content": "<|reserved_special_token_217|>",
|
1781 |
"lstrip": false,
|
1782 |
"normalized": false,
|
1783 |
"rstrip": false,
|
|
|
1785 |
"special": true
|
1786 |
},
|
1787 |
"128223": {
|
1788 |
+
"content": "<|reserved_special_token_218|>",
|
1789 |
"lstrip": false,
|
1790 |
"normalized": false,
|
1791 |
"rstrip": false,
|
|
|
1793 |
"special": true
|
1794 |
},
|
1795 |
"128224": {
|
1796 |
+
"content": "<|reserved_special_token_219|>",
|
1797 |
"lstrip": false,
|
1798 |
"normalized": false,
|
1799 |
"rstrip": false,
|
|
|
1801 |
"special": true
|
1802 |
},
|
1803 |
"128225": {
|
1804 |
+
"content": "<|reserved_special_token_220|>",
|
1805 |
"lstrip": false,
|
1806 |
"normalized": false,
|
1807 |
"rstrip": false,
|
|
|
1809 |
"special": true
|
1810 |
},
|
1811 |
"128226": {
|
1812 |
+
"content": "<|reserved_special_token_221|>",
|
1813 |
"lstrip": false,
|
1814 |
"normalized": false,
|
1815 |
"rstrip": false,
|
|
|
1817 |
"special": true
|
1818 |
},
|
1819 |
"128227": {
|
1820 |
+
"content": "<|reserved_special_token_222|>",
|
1821 |
"lstrip": false,
|
1822 |
"normalized": false,
|
1823 |
"rstrip": false,
|
|
|
1825 |
"special": true
|
1826 |
},
|
1827 |
"128228": {
|
1828 |
+
"content": "<|reserved_special_token_223|>",
|
1829 |
"lstrip": false,
|
1830 |
"normalized": false,
|
1831 |
"rstrip": false,
|
|
|
1833 |
"special": true
|
1834 |
},
|
1835 |
"128229": {
|
1836 |
+
"content": "<|reserved_special_token_224|>",
|
1837 |
"lstrip": false,
|
1838 |
"normalized": false,
|
1839 |
"rstrip": false,
|
|
|
1841 |
"special": true
|
1842 |
},
|
1843 |
"128230": {
|
1844 |
+
"content": "<|reserved_special_token_225|>",
|
1845 |
"lstrip": false,
|
1846 |
"normalized": false,
|
1847 |
"rstrip": false,
|
|
|
1849 |
"special": true
|
1850 |
},
|
1851 |
"128231": {
|
1852 |
+
"content": "<|reserved_special_token_226|>",
|
1853 |
"lstrip": false,
|
1854 |
"normalized": false,
|
1855 |
"rstrip": false,
|
|
|
1857 |
"special": true
|
1858 |
},
|
1859 |
"128232": {
|
1860 |
+
"content": "<|reserved_special_token_227|>",
|
1861 |
"lstrip": false,
|
1862 |
"normalized": false,
|
1863 |
"rstrip": false,
|
|
|
1865 |
"special": true
|
1866 |
},
|
1867 |
"128233": {
|
1868 |
+
"content": "<|reserved_special_token_228|>",
|
1869 |
"lstrip": false,
|
1870 |
"normalized": false,
|
1871 |
"rstrip": false,
|
|
|
1873 |
"special": true
|
1874 |
},
|
1875 |
"128234": {
|
1876 |
+
"content": "<|reserved_special_token_229|>",
|
1877 |
"lstrip": false,
|
1878 |
"normalized": false,
|
1879 |
"rstrip": false,
|
|
|
1881 |
"special": true
|
1882 |
},
|
1883 |
"128235": {
|
1884 |
+
"content": "<|reserved_special_token_230|>",
|
1885 |
"lstrip": false,
|
1886 |
"normalized": false,
|
1887 |
"rstrip": false,
|
|
|
1889 |
"special": true
|
1890 |
},
|
1891 |
"128236": {
|
1892 |
+
"content": "<|reserved_special_token_231|>",
|
1893 |
"lstrip": false,
|
1894 |
"normalized": false,
|
1895 |
"rstrip": false,
|
|
|
1897 |
"special": true
|
1898 |
},
|
1899 |
"128237": {
|
1900 |
+
"content": "<|reserved_special_token_232|>",
|
1901 |
"lstrip": false,
|
1902 |
"normalized": false,
|
1903 |
"rstrip": false,
|
|
|
1905 |
"special": true
|
1906 |
},
|
1907 |
"128238": {
|
1908 |
+
"content": "<|reserved_special_token_233|>",
|
1909 |
"lstrip": false,
|
1910 |
"normalized": false,
|
1911 |
"rstrip": false,
|
|
|
1913 |
"special": true
|
1914 |
},
|
1915 |
"128239": {
|
1916 |
+
"content": "<|reserved_special_token_234|>",
|
1917 |
"lstrip": false,
|
1918 |
"normalized": false,
|
1919 |
"rstrip": false,
|
|
|
1921 |
"special": true
|
1922 |
},
|
1923 |
"128240": {
|
1924 |
+
"content": "<|reserved_special_token_235|>",
|
1925 |
"lstrip": false,
|
1926 |
"normalized": false,
|
1927 |
"rstrip": false,
|
|
|
1929 |
"special": true
|
1930 |
},
|
1931 |
"128241": {
|
1932 |
+
"content": "<|reserved_special_token_236|>",
|
1933 |
"lstrip": false,
|
1934 |
"normalized": false,
|
1935 |
"rstrip": false,
|
|
|
1937 |
"special": true
|
1938 |
},
|
1939 |
"128242": {
|
1940 |
+
"content": "<|reserved_special_token_237|>",
|
1941 |
"lstrip": false,
|
1942 |
"normalized": false,
|
1943 |
"rstrip": false,
|
|
|
1945 |
"special": true
|
1946 |
},
|
1947 |
"128243": {
|
1948 |
+
"content": "<|reserved_special_token_238|>",
|
1949 |
"lstrip": false,
|
1950 |
"normalized": false,
|
1951 |
"rstrip": false,
|
|
|
1953 |
"special": true
|
1954 |
},
|
1955 |
"128244": {
|
1956 |
+
"content": "<|reserved_special_token_239|>",
|
1957 |
"lstrip": false,
|
1958 |
"normalized": false,
|
1959 |
"rstrip": false,
|
|
|
1961 |
"special": true
|
1962 |
},
|
1963 |
"128245": {
|
1964 |
+
"content": "<|reserved_special_token_240|>",
|
1965 |
"lstrip": false,
|
1966 |
"normalized": false,
|
1967 |
"rstrip": false,
|
|
|
1969 |
"special": true
|
1970 |
},
|
1971 |
"128246": {
|
1972 |
+
"content": "<|reserved_special_token_241|>",
|
1973 |
"lstrip": false,
|
1974 |
"normalized": false,
|
1975 |
"rstrip": false,
|
|
|
1977 |
"special": true
|
1978 |
},
|
1979 |
"128247": {
|
1980 |
+
"content": "<|reserved_special_token_242|>",
|
1981 |
"lstrip": false,
|
1982 |
"normalized": false,
|
1983 |
"rstrip": false,
|
|
|
1985 |
"special": true
|
1986 |
},
|
1987 |
"128248": {
|
1988 |
+
"content": "<|reserved_special_token_243|>",
|
1989 |
"lstrip": false,
|
1990 |
"normalized": false,
|
1991 |
"rstrip": false,
|
|
|
1993 |
"special": true
|
1994 |
},
|
1995 |
"128249": {
|
1996 |
+
"content": "<|reserved_special_token_244|>",
|
1997 |
"lstrip": false,
|
1998 |
"normalized": false,
|
1999 |
"rstrip": false,
|
|
|
2001 |
"special": true
|
2002 |
},
|
2003 |
"128250": {
|
2004 |
+
"content": "<|reserved_special_token_245|>",
|
2005 |
"lstrip": false,
|
2006 |
"normalized": false,
|
2007 |
"rstrip": false,
|
|
|
2009 |
"special": true
|
2010 |
},
|
2011 |
"128251": {
|
2012 |
+
"content": "<|reserved_special_token_246|>",
|
2013 |
"lstrip": false,
|
2014 |
"normalized": false,
|
2015 |
"rstrip": false,
|
|
|
2017 |
"special": true
|
2018 |
},
|
2019 |
"128252": {
|
2020 |
+
"content": "<|reserved_special_token_247|>",
|
2021 |
"lstrip": false,
|
2022 |
"normalized": false,
|
2023 |
"rstrip": false,
|
|
|
2025 |
"special": true
|
2026 |
},
|
2027 |
"128253": {
|
2028 |
+
"content": "<|reserved_special_token_248|>",
|
2029 |
"lstrip": false,
|
2030 |
"normalized": false,
|
2031 |
"rstrip": false,
|
|
|
2033 |
"special": true
|
2034 |
},
|
2035 |
"128254": {
|
2036 |
+
"content": "<|reserved_special_token_249|>",
|
2037 |
"lstrip": false,
|
2038 |
"normalized": false,
|
2039 |
"rstrip": false,
|
|
|
2041 |
"special": true
|
2042 |
},
|
2043 |
"128255": {
|
2044 |
+
"content": "<|reserved_special_token_250|>",
|
2045 |
"lstrip": false,
|
2046 |
"normalized": false,
|
2047 |
"rstrip": false,
|
|
|
2057 |
"input_ids",
|
2058 |
"attention_mask"
|
2059 |
],
|
2060 |
+
"model_max_length": 1000000000000000019884624838656,
|
2061 |
"pad_token": "<|end_of_text|>",
|
2062 |
+
"padding_side": "left",
|
2063 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
2064 |
}
|
trainer_state.json
ADDED
@@ -0,0 +1,2534 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.009290658243136527,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 100,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"clip_ratio/high_max": 0.0,
|
14 |
+
"clip_ratio/high_mean": 0.0,
|
15 |
+
"clip_ratio/low_mean": 0.0,
|
16 |
+
"clip_ratio/low_min": 0.0,
|
17 |
+
"clip_ratio/region_mean": 0.0,
|
18 |
+
"completions/clipped_ratio": 0.0,
|
19 |
+
"completions/max_length": 622.0,
|
20 |
+
"completions/max_terminated_length": 622.0,
|
21 |
+
"completions/mean_length": 551.0,
|
22 |
+
"completions/mean_terminated_length": 551.0,
|
23 |
+
"completions/min_length": 515.0,
|
24 |
+
"completions/min_terminated_length": 515.0,
|
25 |
+
"epoch": 9.290658243136526e-05,
|
26 |
+
"frac_reward_zero_std": 0.0,
|
27 |
+
"grad_norm": 8.375,
|
28 |
+
"learning_rate": 5e-07,
|
29 |
+
"loss": 0.0,
|
30 |
+
"num_tokens": 4252.0,
|
31 |
+
"reward": -8.15000057220459,
|
32 |
+
"reward_std": 3.0405590534210205,
|
33 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
34 |
+
"rewards/chatgpt_combined_reward/std": 4.306971073150635,
|
35 |
+
"step": 1
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"clip_ratio/high_max": 0.0,
|
39 |
+
"clip_ratio/high_mean": 0.0,
|
40 |
+
"clip_ratio/low_mean": 0.0,
|
41 |
+
"clip_ratio/low_min": 0.0,
|
42 |
+
"clip_ratio/region_mean": 0.0,
|
43 |
+
"completions/clipped_ratio": 0.0,
|
44 |
+
"completions/max_length": 559.0,
|
45 |
+
"completions/max_terminated_length": 559.0,
|
46 |
+
"completions/mean_length": 538.5,
|
47 |
+
"completions/mean_terminated_length": 538.5,
|
48 |
+
"completions/min_length": 513.0,
|
49 |
+
"completions/min_terminated_length": 513.0,
|
50 |
+
"epoch": 0.00018581316486273051,
|
51 |
+
"frac_reward_zero_std": 0.5,
|
52 |
+
"grad_norm": 4.875,
|
53 |
+
"learning_rate": 4.95e-07,
|
54 |
+
"loss": -0.0058,
|
55 |
+
"num_tokens": 8340.0,
|
56 |
+
"reward": -3.500124931335449,
|
57 |
+
"reward_std": 1.414036750793457,
|
58 |
+
"rewards/chatgpt_combined_reward/mean": -3.500124931335449,
|
59 |
+
"rewards/chatgpt_combined_reward/std": 7.6809611320495605,
|
60 |
+
"step": 2
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"clip_ratio/high_max": 0.0,
|
64 |
+
"clip_ratio/high_mean": 0.0,
|
65 |
+
"clip_ratio/low_mean": 0.0,
|
66 |
+
"clip_ratio/low_min": 0.0,
|
67 |
+
"clip_ratio/region_mean": 0.0,
|
68 |
+
"completions/clipped_ratio": 0.0,
|
69 |
+
"completions/max_length": 730.0,
|
70 |
+
"completions/max_terminated_length": 730.0,
|
71 |
+
"completions/mean_length": 598.75,
|
72 |
+
"completions/mean_terminated_length": 598.75,
|
73 |
+
"completions/min_length": 523.0,
|
74 |
+
"completions/min_terminated_length": 523.0,
|
75 |
+
"epoch": 0.00027871974729409577,
|
76 |
+
"frac_reward_zero_std": 0.5,
|
77 |
+
"grad_norm": 5.4375,
|
78 |
+
"learning_rate": 4.9e-07,
|
79 |
+
"loss": -0.0225,
|
80 |
+
"num_tokens": 12655.0,
|
81 |
+
"reward": -1.5003752708435059,
|
82 |
+
"reward_std": 1.414036750793457,
|
83 |
+
"rewards/chatgpt_combined_reward/mean": -1.5003752708435059,
|
84 |
+
"rewards/chatgpt_combined_reward/std": 9.949413299560547,
|
85 |
+
"step": 3
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"clip_ratio/high_max": 0.0,
|
89 |
+
"clip_ratio/high_mean": 0.0,
|
90 |
+
"clip_ratio/low_mean": 0.0,
|
91 |
+
"clip_ratio/low_min": 0.0,
|
92 |
+
"clip_ratio/region_mean": 0.0,
|
93 |
+
"completions/clipped_ratio": 0.5,
|
94 |
+
"completions/max_length": 1024.0,
|
95 |
+
"completions/max_terminated_length": 648.0,
|
96 |
+
"completions/mean_length": 803.5,
|
97 |
+
"completions/mean_terminated_length": 583.0,
|
98 |
+
"completions/min_length": 518.0,
|
99 |
+
"completions/min_terminated_length": 518.0,
|
100 |
+
"epoch": 0.00037162632972546103,
|
101 |
+
"frac_reward_zero_std": 0.0,
|
102 |
+
"grad_norm": 8.9375,
|
103 |
+
"learning_rate": 4.85e-07,
|
104 |
+
"loss": -0.0365,
|
105 |
+
"num_tokens": 17917.0,
|
106 |
+
"reward": -8.15000057220459,
|
107 |
+
"reward_std": 0.21213217079639435,
|
108 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
109 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
110 |
+
"step": 4
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"clip_ratio/high_max": 0.0,
|
114 |
+
"clip_ratio/high_mean": 0.0,
|
115 |
+
"clip_ratio/low_mean": 0.0,
|
116 |
+
"clip_ratio/low_min": 0.0,
|
117 |
+
"clip_ratio/region_mean": 0.0,
|
118 |
+
"completions/clipped_ratio": 0.0,
|
119 |
+
"completions/max_length": 674.0,
|
120 |
+
"completions/max_terminated_length": 674.0,
|
121 |
+
"completions/mean_length": 566.25,
|
122 |
+
"completions/mean_terminated_length": 566.25,
|
123 |
+
"completions/min_length": 516.0,
|
124 |
+
"completions/min_terminated_length": 516.0,
|
125 |
+
"epoch": 0.0004645329121568263,
|
126 |
+
"frac_reward_zero_std": 0.5,
|
127 |
+
"grad_norm": 5.34375,
|
128 |
+
"learning_rate": 4.8e-07,
|
129 |
+
"loss": -0.0466,
|
130 |
+
"num_tokens": 21406.0,
|
131 |
+
"reward": -1.7503750324249268,
|
132 |
+
"reward_std": 2.4746968746185303,
|
133 |
+
"rewards/chatgpt_combined_reward/mean": -1.7503750324249268,
|
134 |
+
"rewards/chatgpt_combined_reward/std": 9.945212364196777,
|
135 |
+
"step": 5
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"clip_ratio/high_max": 0.0,
|
139 |
+
"clip_ratio/high_mean": 0.0,
|
140 |
+
"clip_ratio/low_mean": 0.0,
|
141 |
+
"clip_ratio/low_min": 0.0,
|
142 |
+
"clip_ratio/region_mean": 0.0,
|
143 |
+
"completions/clipped_ratio": 0.0,
|
144 |
+
"completions/max_length": 778.0,
|
145 |
+
"completions/max_terminated_length": 778.0,
|
146 |
+
"completions/mean_length": 599.0,
|
147 |
+
"completions/mean_terminated_length": 599.0,
|
148 |
+
"completions/min_length": 513.0,
|
149 |
+
"completions/min_terminated_length": 513.0,
|
150 |
+
"epoch": 0.0005574394945881915,
|
151 |
+
"frac_reward_zero_std": 0.0,
|
152 |
+
"grad_norm": 10.0625,
|
153 |
+
"learning_rate": 4.7499999999999995e-07,
|
154 |
+
"loss": -0.0,
|
155 |
+
"num_tokens": 25850.0,
|
156 |
+
"reward": -8.15000057220459,
|
157 |
+
"reward_std": 0.21213217079639435,
|
158 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
159 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
160 |
+
"step": 6
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"clip_ratio/high_max": 0.0,
|
164 |
+
"clip_ratio/high_mean": 0.0,
|
165 |
+
"clip_ratio/low_mean": 0.0,
|
166 |
+
"clip_ratio/low_min": 0.0,
|
167 |
+
"clip_ratio/region_mean": 0.0,
|
168 |
+
"completions/clipped_ratio": 0.0,
|
169 |
+
"completions/max_length": 600.0,
|
170 |
+
"completions/max_terminated_length": 600.0,
|
171 |
+
"completions/mean_length": 550.5,
|
172 |
+
"completions/mean_terminated_length": 550.5,
|
173 |
+
"completions/min_length": 527.0,
|
174 |
+
"completions/min_terminated_length": 527.0,
|
175 |
+
"epoch": 0.0006503460770195569,
|
176 |
+
"frac_reward_zero_std": 0.5,
|
177 |
+
"grad_norm": 5.5625,
|
178 |
+
"learning_rate": 4.6999999999999995e-07,
|
179 |
+
"loss": -0.009,
|
180 |
+
"num_tokens": 29262.0,
|
181 |
+
"reward": -2.9171252250671387,
|
182 |
+
"reward_std": 4.124730587005615,
|
183 |
+
"rewards/chatgpt_combined_reward/mean": -2.9171252250671387,
|
184 |
+
"rewards/chatgpt_combined_reward/std": 9.46435546875,
|
185 |
+
"step": 7
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"clip_ratio/high_max": 0.0,
|
189 |
+
"clip_ratio/high_mean": 0.0,
|
190 |
+
"clip_ratio/low_mean": 0.0,
|
191 |
+
"clip_ratio/low_min": 0.0,
|
192 |
+
"clip_ratio/region_mean": 0.0,
|
193 |
+
"completions/clipped_ratio": 0.0,
|
194 |
+
"completions/max_length": 607.0,
|
195 |
+
"completions/max_terminated_length": 607.0,
|
196 |
+
"completions/mean_length": 544.25,
|
197 |
+
"completions/mean_terminated_length": 544.25,
|
198 |
+
"completions/min_length": 515.0,
|
199 |
+
"completions/min_terminated_length": 515.0,
|
200 |
+
"epoch": 0.0007432526594509221,
|
201 |
+
"frac_reward_zero_std": 0.5,
|
202 |
+
"grad_norm": 5.4375,
|
203 |
+
"learning_rate": 4.65e-07,
|
204 |
+
"loss": -0.0106,
|
205 |
+
"num_tokens": 32691.0,
|
206 |
+
"reward": -2.583625078201294,
|
207 |
+
"reward_std": 1.296303391456604,
|
208 |
+
"rewards/chatgpt_combined_reward/mean": -2.583625078201294,
|
209 |
+
"rewards/chatgpt_combined_reward/std": 8.693524360656738,
|
210 |
+
"step": 8
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"clip_ratio/high_max": 0.0,
|
214 |
+
"clip_ratio/high_mean": 0.0,
|
215 |
+
"clip_ratio/low_mean": 0.0,
|
216 |
+
"clip_ratio/low_min": 0.0,
|
217 |
+
"clip_ratio/region_mean": 0.0,
|
218 |
+
"completions/clipped_ratio": 0.5,
|
219 |
+
"completions/max_length": 1024.0,
|
220 |
+
"completions/max_terminated_length": 543.0,
|
221 |
+
"completions/mean_length": 776.5,
|
222 |
+
"completions/mean_terminated_length": 529.0,
|
223 |
+
"completions/min_length": 515.0,
|
224 |
+
"completions/min_terminated_length": 515.0,
|
225 |
+
"epoch": 0.0008361592418822874,
|
226 |
+
"frac_reward_zero_std": 0.0,
|
227 |
+
"grad_norm": 9.25,
|
228 |
+
"learning_rate": 4.6e-07,
|
229 |
+
"loss": 0.2254,
|
230 |
+
"num_tokens": 37845.0,
|
231 |
+
"reward": -6.249625205993652,
|
232 |
+
"reward_std": 2.9463372230529785,
|
233 |
+
"rewards/chatgpt_combined_reward/mean": -6.249625205993652,
|
234 |
+
"rewards/chatgpt_combined_reward/std": 2.846529960632324,
|
235 |
+
"step": 9
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"clip_ratio/high_max": 0.0,
|
239 |
+
"clip_ratio/high_mean": 0.0,
|
240 |
+
"clip_ratio/low_mean": 0.0,
|
241 |
+
"clip_ratio/low_min": 0.0,
|
242 |
+
"clip_ratio/region_mean": 0.0,
|
243 |
+
"completions/clipped_ratio": 0.0,
|
244 |
+
"completions/max_length": 537.0,
|
245 |
+
"completions/max_terminated_length": 537.0,
|
246 |
+
"completions/mean_length": 528.75,
|
247 |
+
"completions/mean_terminated_length": 528.75,
|
248 |
+
"completions/min_length": 518.0,
|
249 |
+
"completions/min_terminated_length": 518.0,
|
250 |
+
"epoch": 0.0009290658243136526,
|
251 |
+
"frac_reward_zero_std": 0.0,
|
252 |
+
"grad_norm": 8.1875,
|
253 |
+
"learning_rate": 4.55e-07,
|
254 |
+
"loss": 0.0017,
|
255 |
+
"num_tokens": 41190.0,
|
256 |
+
"reward": 0.33299994468688965,
|
257 |
+
"reward_std": 8.249107360839844,
|
258 |
+
"rewards/chatgpt_combined_reward/mean": 0.33299994468688965,
|
259 |
+
"rewards/chatgpt_combined_reward/std": 7.683218955993652,
|
260 |
+
"step": 10
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"clip_ratio/high_max": 0.0,
|
264 |
+
"clip_ratio/high_mean": 0.0,
|
265 |
+
"clip_ratio/low_mean": 0.0,
|
266 |
+
"clip_ratio/low_min": 0.0,
|
267 |
+
"clip_ratio/region_mean": 0.0,
|
268 |
+
"completions/clipped_ratio": 0.25,
|
269 |
+
"completions/max_length": 1024.0,
|
270 |
+
"completions/max_terminated_length": 554.0,
|
271 |
+
"completions/mean_length": 655.75,
|
272 |
+
"completions/mean_terminated_length": 533.0,
|
273 |
+
"completions/min_length": 516.0,
|
274 |
+
"completions/min_terminated_length": 516.0,
|
275 |
+
"epoch": 0.001021972406745018,
|
276 |
+
"frac_reward_zero_std": 0.0,
|
277 |
+
"grad_norm": 8.875,
|
278 |
+
"learning_rate": 4.5e-07,
|
279 |
+
"loss": 0.1097,
|
280 |
+
"num_tokens": 45861.0,
|
281 |
+
"reward": -8.89987564086914,
|
282 |
+
"reward_std": 1.7679438591003418,
|
283 |
+
"rewards/chatgpt_combined_reward/mean": -8.89987564086914,
|
284 |
+
"rewards/chatgpt_combined_reward/std": 2.62703275680542,
|
285 |
+
"step": 11
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"clip_ratio/high_max": 0.0,
|
289 |
+
"clip_ratio/high_mean": 0.0,
|
290 |
+
"clip_ratio/low_mean": 0.0,
|
291 |
+
"clip_ratio/low_min": 0.0,
|
292 |
+
"clip_ratio/region_mean": 0.0,
|
293 |
+
"completions/clipped_ratio": 0.0,
|
294 |
+
"completions/max_length": 561.0,
|
295 |
+
"completions/max_terminated_length": 561.0,
|
296 |
+
"completions/mean_length": 529.5,
|
297 |
+
"completions/mean_terminated_length": 529.5,
|
298 |
+
"completions/min_length": 513.0,
|
299 |
+
"completions/min_terminated_length": 513.0,
|
300 |
+
"epoch": 0.001114878989176383,
|
301 |
+
"frac_reward_zero_std": 0.5,
|
302 |
+
"grad_norm": 5.59375,
|
303 |
+
"learning_rate": 4.45e-07,
|
304 |
+
"loss": -0.0048,
|
305 |
+
"num_tokens": 49193.0,
|
306 |
+
"reward": -2.2503747940063477,
|
307 |
+
"reward_std": 2.003410577774048,
|
308 |
+
"rewards/chatgpt_combined_reward/mean": -2.2503747940063477,
|
309 |
+
"rewards/chatgpt_combined_reward/std": 9.242679595947266,
|
310 |
+
"step": 12
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"clip_ratio/high_max": 0.0,
|
314 |
+
"clip_ratio/high_mean": 0.0,
|
315 |
+
"clip_ratio/low_mean": 0.0,
|
316 |
+
"clip_ratio/low_min": 0.0,
|
317 |
+
"clip_ratio/region_mean": 0.0,
|
318 |
+
"completions/clipped_ratio": 0.0,
|
319 |
+
"completions/max_length": 591.0,
|
320 |
+
"completions/max_terminated_length": 591.0,
|
321 |
+
"completions/mean_length": 558.5,
|
322 |
+
"completions/mean_terminated_length": 558.5,
|
323 |
+
"completions/min_length": 515.0,
|
324 |
+
"completions/min_terminated_length": 515.0,
|
325 |
+
"epoch": 0.0012077855716077484,
|
326 |
+
"frac_reward_zero_std": 0.0,
|
327 |
+
"grad_norm": 7.90625,
|
328 |
+
"learning_rate": 4.3999999999999997e-07,
|
329 |
+
"loss": 0.0078,
|
330 |
+
"num_tokens": 53475.0,
|
331 |
+
"reward": -8.15000057220459,
|
332 |
+
"reward_std": 0.21213217079639435,
|
333 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
334 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
335 |
+
"step": 13
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"clip_ratio/high_max": 0.0,
|
339 |
+
"clip_ratio/high_mean": 0.0,
|
340 |
+
"clip_ratio/low_mean": 0.0,
|
341 |
+
"clip_ratio/low_min": 0.0,
|
342 |
+
"clip_ratio/region_mean": 0.0,
|
343 |
+
"completions/clipped_ratio": 0.0,
|
344 |
+
"completions/max_length": 1008.0,
|
345 |
+
"completions/max_terminated_length": 1008.0,
|
346 |
+
"completions/mean_length": 680.75,
|
347 |
+
"completions/mean_terminated_length": 680.75,
|
348 |
+
"completions/min_length": 523.0,
|
349 |
+
"completions/min_terminated_length": 523.0,
|
350 |
+
"epoch": 0.0013006921540391137,
|
351 |
+
"frac_reward_zero_std": 0.0,
|
352 |
+
"grad_norm": 6.9375,
|
353 |
+
"learning_rate": 4.3499999999999996e-07,
|
354 |
+
"loss": 0.0722,
|
355 |
+
"num_tokens": 58246.0,
|
356 |
+
"reward": -8.89987564086914,
|
357 |
+
"reward_std": 1.7679438591003418,
|
358 |
+
"rewards/chatgpt_combined_reward/mean": -8.89987564086914,
|
359 |
+
"rewards/chatgpt_combined_reward/std": 2.62703275680542,
|
360 |
+
"step": 14
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"clip_ratio/high_max": 0.0,
|
364 |
+
"clip_ratio/high_mean": 0.0,
|
365 |
+
"clip_ratio/low_mean": 0.0,
|
366 |
+
"clip_ratio/low_min": 0.0,
|
367 |
+
"clip_ratio/region_mean": 0.0,
|
368 |
+
"completions/clipped_ratio": 0.0,
|
369 |
+
"completions/max_length": 567.0,
|
370 |
+
"completions/max_terminated_length": 567.0,
|
371 |
+
"completions/mean_length": 533.5,
|
372 |
+
"completions/mean_terminated_length": 533.5,
|
373 |
+
"completions/min_length": 514.0,
|
374 |
+
"completions/min_terminated_length": 514.0,
|
375 |
+
"epoch": 0.001393598736470479,
|
376 |
+
"frac_reward_zero_std": 0.5,
|
377 |
+
"grad_norm": 5.53125,
|
378 |
+
"learning_rate": 4.2999999999999996e-07,
|
379 |
+
"loss": 0.0044,
|
380 |
+
"num_tokens": 62196.0,
|
381 |
+
"reward": -2.083625078201294,
|
382 |
+
"reward_std": 0.5891967415809631,
|
383 |
+
"rewards/chatgpt_combined_reward/mean": -2.083625078201294,
|
384 |
+
"rewards/chatgpt_combined_reward/std": 9.166325569152832,
|
385 |
+
"step": 15
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"clip_ratio/high_max": 0.0,
|
389 |
+
"clip_ratio/high_mean": 0.0,
|
390 |
+
"clip_ratio/low_mean": 0.0,
|
391 |
+
"clip_ratio/low_min": 0.0,
|
392 |
+
"clip_ratio/region_mean": 0.0,
|
393 |
+
"completions/clipped_ratio": 0.5,
|
394 |
+
"completions/max_length": 1024.0,
|
395 |
+
"completions/max_terminated_length": 729.0,
|
396 |
+
"completions/mean_length": 842.0,
|
397 |
+
"completions/mean_terminated_length": 660.0,
|
398 |
+
"completions/min_length": 591.0,
|
399 |
+
"completions/min_terminated_length": 591.0,
|
400 |
+
"epoch": 0.0014865053189018441,
|
401 |
+
"frac_reward_zero_std": 0.0,
|
402 |
+
"grad_norm": 8.75,
|
403 |
+
"learning_rate": 4.2499999999999995e-07,
|
404 |
+
"loss": -0.1542,
|
405 |
+
"num_tokens": 67612.0,
|
406 |
+
"reward": -8.15000057220459,
|
407 |
+
"reward_std": 0.21213217079639435,
|
408 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
409 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
410 |
+
"step": 16
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"clip_ratio/high_max": 0.0,
|
414 |
+
"clip_ratio/high_mean": 0.0,
|
415 |
+
"clip_ratio/low_mean": 0.0,
|
416 |
+
"clip_ratio/low_min": 0.0,
|
417 |
+
"clip_ratio/region_mean": 0.0,
|
418 |
+
"completions/clipped_ratio": 0.0,
|
419 |
+
"completions/max_length": 682.0,
|
420 |
+
"completions/max_terminated_length": 682.0,
|
421 |
+
"completions/mean_length": 560.0,
|
422 |
+
"completions/mean_terminated_length": 560.0,
|
423 |
+
"completions/min_length": 514.0,
|
424 |
+
"completions/min_terminated_length": 514.0,
|
425 |
+
"epoch": 0.0015794119013332094,
|
426 |
+
"frac_reward_zero_std": 0.5,
|
427 |
+
"grad_norm": 5.375,
|
428 |
+
"learning_rate": 4.1999999999999995e-07,
|
429 |
+
"loss": 0.0252,
|
430 |
+
"num_tokens": 71066.0,
|
431 |
+
"reward": -1.6670000553131104,
|
432 |
+
"reward_std": 2.3567867279052734,
|
433 |
+
"rewards/chatgpt_combined_reward/mean": -1.6670000553131104,
|
434 |
+
"rewards/chatgpt_combined_reward/std": 9.999555587768555,
|
435 |
+
"step": 17
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"clip_ratio/high_max": 0.0,
|
439 |
+
"clip_ratio/high_mean": 0.0,
|
440 |
+
"clip_ratio/low_mean": 0.0,
|
441 |
+
"clip_ratio/low_min": 0.0,
|
442 |
+
"clip_ratio/region_mean": 0.0,
|
443 |
+
"completions/clipped_ratio": 0.0,
|
444 |
+
"completions/max_length": 699.0,
|
445 |
+
"completions/max_terminated_length": 699.0,
|
446 |
+
"completions/mean_length": 607.5,
|
447 |
+
"completions/mean_terminated_length": 607.5,
|
448 |
+
"completions/min_length": 521.0,
|
449 |
+
"completions/min_terminated_length": 521.0,
|
450 |
+
"epoch": 0.0016723184837645747,
|
451 |
+
"frac_reward_zero_std": 0.0,
|
452 |
+
"grad_norm": 9.125,
|
453 |
+
"learning_rate": 4.1499999999999994e-07,
|
454 |
+
"loss": -0.0983,
|
455 |
+
"num_tokens": 75544.0,
|
456 |
+
"reward": -8.89987564086914,
|
457 |
+
"reward_std": 1.7679438591003418,
|
458 |
+
"rewards/chatgpt_combined_reward/mean": -8.89987564086914,
|
459 |
+
"rewards/chatgpt_combined_reward/std": 2.2138428688049316,
|
460 |
+
"step": 18
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"clip_ratio/high_max": 0.0,
|
464 |
+
"clip_ratio/high_mean": 0.0,
|
465 |
+
"clip_ratio/low_mean": 0.0,
|
466 |
+
"clip_ratio/low_min": 0.0,
|
467 |
+
"clip_ratio/region_mean": 0.0,
|
468 |
+
"completions/clipped_ratio": 0.0,
|
469 |
+
"completions/max_length": 754.0,
|
470 |
+
"completions/max_terminated_length": 754.0,
|
471 |
+
"completions/mean_length": 596.75,
|
472 |
+
"completions/mean_terminated_length": 596.75,
|
473 |
+
"completions/min_length": 529.0,
|
474 |
+
"completions/min_terminated_length": 529.0,
|
475 |
+
"epoch": 0.00176522506619594,
|
476 |
+
"frac_reward_zero_std": 0.0,
|
477 |
+
"grad_norm": 8.8125,
|
478 |
+
"learning_rate": 4.0999999999999994e-07,
|
479 |
+
"loss": 0.0,
|
480 |
+
"num_tokens": 79979.0,
|
481 |
+
"reward": -8.48324966430664,
|
482 |
+
"reward_std": 2.357140302658081,
|
483 |
+
"rewards/chatgpt_combined_reward/mean": -8.48324966430664,
|
484 |
+
"rewards/chatgpt_combined_reward/std": 3.0433735847473145,
|
485 |
+
"step": 19
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"clip_ratio/high_max": 0.0,
|
489 |
+
"clip_ratio/high_mean": 0.0,
|
490 |
+
"clip_ratio/low_mean": 0.0,
|
491 |
+
"clip_ratio/low_min": 0.0,
|
492 |
+
"clip_ratio/region_mean": 0.0,
|
493 |
+
"completions/clipped_ratio": 0.0,
|
494 |
+
"completions/max_length": 593.0,
|
495 |
+
"completions/max_terminated_length": 593.0,
|
496 |
+
"completions/mean_length": 545.25,
|
497 |
+
"completions/mean_terminated_length": 545.25,
|
498 |
+
"completions/min_length": 513.0,
|
499 |
+
"completions/min_terminated_length": 513.0,
|
500 |
+
"epoch": 0.0018581316486273051,
|
501 |
+
"frac_reward_zero_std": 0.5,
|
502 |
+
"grad_norm": 6.03125,
|
503 |
+
"learning_rate": 4.05e-07,
|
504 |
+
"loss": -0.0202,
|
505 |
+
"num_tokens": 83912.0,
|
506 |
+
"reward": -2.333625078201294,
|
507 |
+
"reward_std": 1.414036750793457,
|
508 |
+
"rewards/chatgpt_combined_reward/mean": -2.333625078201294,
|
509 |
+
"rewards/chatgpt_combined_reward/std": 9.001688957214355,
|
510 |
+
"step": 20
|
511 |
+
},
|
512 |
+
{
|
513 |
+
"clip_ratio/high_max": 0.0,
|
514 |
+
"clip_ratio/high_mean": 0.0,
|
515 |
+
"clip_ratio/low_mean": 0.0,
|
516 |
+
"clip_ratio/low_min": 0.0,
|
517 |
+
"clip_ratio/region_mean": 0.0,
|
518 |
+
"completions/clipped_ratio": 0.0,
|
519 |
+
"completions/max_length": 832.0,
|
520 |
+
"completions/max_terminated_length": 832.0,
|
521 |
+
"completions/mean_length": 612.0,
|
522 |
+
"completions/mean_terminated_length": 612.0,
|
523 |
+
"completions/min_length": 524.0,
|
524 |
+
"completions/min_terminated_length": 524.0,
|
525 |
+
"epoch": 0.0019510382310586705,
|
526 |
+
"frac_reward_zero_std": 0.5,
|
527 |
+
"grad_norm": 5.5,
|
528 |
+
"learning_rate": 4e-07,
|
529 |
+
"loss": 0.0457,
|
530 |
+
"num_tokens": 88190.0,
|
531 |
+
"reward": -2.1670000553131104,
|
532 |
+
"reward_std": 0.47128671407699585,
|
533 |
+
"rewards/chatgpt_combined_reward/mean": -2.1670000553131104,
|
534 |
+
"rewards/chatgpt_combined_reward/std": 9.061125755310059,
|
535 |
+
"step": 21
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"clip_ratio/high_max": 0.0,
|
539 |
+
"clip_ratio/high_mean": 0.0,
|
540 |
+
"clip_ratio/low_mean": 0.0,
|
541 |
+
"clip_ratio/low_min": 0.0,
|
542 |
+
"clip_ratio/region_mean": 0.0,
|
543 |
+
"completions/clipped_ratio": 0.25,
|
544 |
+
"completions/max_length": 1024.0,
|
545 |
+
"completions/max_terminated_length": 632.0,
|
546 |
+
"completions/mean_length": 709.5,
|
547 |
+
"completions/mean_terminated_length": 604.6666870117188,
|
548 |
+
"completions/min_length": 582.0,
|
549 |
+
"completions/min_terminated_length": 582.0,
|
550 |
+
"epoch": 0.002043944813490036,
|
551 |
+
"frac_reward_zero_std": 0.0,
|
552 |
+
"grad_norm": 7.75,
|
553 |
+
"learning_rate": 3.95e-07,
|
554 |
+
"loss": 0.089,
|
555 |
+
"num_tokens": 93076.0,
|
556 |
+
"reward": -6.816500663757324,
|
557 |
+
"reward_std": 0.21213209629058838,
|
558 |
+
"rewards/chatgpt_combined_reward/mean": -6.816500663757324,
|
559 |
+
"rewards/chatgpt_combined_reward/std": 4.199178218841553,
|
560 |
+
"step": 22
|
561 |
+
},
|
562 |
+
{
|
563 |
+
"clip_ratio/high_max": 0.0,
|
564 |
+
"clip_ratio/high_mean": 0.0,
|
565 |
+
"clip_ratio/low_mean": 0.0,
|
566 |
+
"clip_ratio/low_min": 0.0,
|
567 |
+
"clip_ratio/region_mean": 0.0,
|
568 |
+
"completions/clipped_ratio": 0.0,
|
569 |
+
"completions/max_length": 547.0,
|
570 |
+
"completions/max_terminated_length": 547.0,
|
571 |
+
"completions/mean_length": 533.0,
|
572 |
+
"completions/mean_terminated_length": 533.0,
|
573 |
+
"completions/min_length": 517.0,
|
574 |
+
"completions/min_terminated_length": 517.0,
|
575 |
+
"epoch": 0.002136851395921401,
|
576 |
+
"frac_reward_zero_std": 0.5,
|
577 |
+
"grad_norm": 6.6875,
|
578 |
+
"learning_rate": 3.8999999999999997e-07,
|
579 |
+
"loss": 0.0049,
|
580 |
+
"num_tokens": 96414.0,
|
581 |
+
"reward": -2.5003750324249268,
|
582 |
+
"reward_std": 1.6498569250106812,
|
583 |
+
"rewards/chatgpt_combined_reward/mean": -2.5003750324249268,
|
584 |
+
"rewards/chatgpt_combined_reward/std": 8.866897583007812,
|
585 |
+
"step": 23
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"clip_ratio/high_max": 0.0,
|
589 |
+
"clip_ratio/high_mean": 0.0,
|
590 |
+
"clip_ratio/low_mean": 0.0,
|
591 |
+
"clip_ratio/low_min": 0.0,
|
592 |
+
"clip_ratio/region_mean": 0.0,
|
593 |
+
"completions/clipped_ratio": 0.0,
|
594 |
+
"completions/max_length": 992.0,
|
595 |
+
"completions/max_terminated_length": 992.0,
|
596 |
+
"completions/mean_length": 722.25,
|
597 |
+
"completions/mean_terminated_length": 722.25,
|
598 |
+
"completions/min_length": 521.0,
|
599 |
+
"completions/min_terminated_length": 521.0,
|
600 |
+
"epoch": 0.002229757978352766,
|
601 |
+
"frac_reward_zero_std": 0.5,
|
602 |
+
"grad_norm": 4.3125,
|
603 |
+
"learning_rate": 3.8499999999999997e-07,
|
604 |
+
"loss": 0.0319,
|
605 |
+
"num_tokens": 100539.0,
|
606 |
+
"reward": -2.083624839782715,
|
607 |
+
"reward_std": 1.7675902843475342,
|
608 |
+
"rewards/chatgpt_combined_reward/mean": -2.083624839782715,
|
609 |
+
"rewards/chatgpt_combined_reward/std": 9.366135597229004,
|
610 |
+
"step": 24
|
611 |
+
},
|
612 |
+
{
|
613 |
+
"clip_ratio/high_max": 0.0,
|
614 |
+
"clip_ratio/high_mean": 0.0,
|
615 |
+
"clip_ratio/low_mean": 0.0,
|
616 |
+
"clip_ratio/low_min": 0.0,
|
617 |
+
"clip_ratio/region_mean": 0.0,
|
618 |
+
"completions/clipped_ratio": 0.0,
|
619 |
+
"completions/max_length": 716.0,
|
620 |
+
"completions/max_terminated_length": 716.0,
|
621 |
+
"completions/mean_length": 616.5,
|
622 |
+
"completions/mean_terminated_length": 616.5,
|
623 |
+
"completions/min_length": 517.0,
|
624 |
+
"completions/min_terminated_length": 517.0,
|
625 |
+
"epoch": 0.0023226645607841317,
|
626 |
+
"frac_reward_zero_std": 0.5,
|
627 |
+
"grad_norm": 4.90625,
|
628 |
+
"learning_rate": 3.7999999999999996e-07,
|
629 |
+
"loss": 0.0023,
|
630 |
+
"num_tokens": 104789.0,
|
631 |
+
"reward": -2.333750009536743,
|
632 |
+
"reward_std": 0.942926824092865,
|
633 |
+
"rewards/chatgpt_combined_reward/mean": -2.333750009536743,
|
634 |
+
"rewards/chatgpt_combined_reward/std": 8.91893196105957,
|
635 |
+
"step": 25
|
636 |
+
},
|
637 |
+
{
|
638 |
+
"clip_ratio/high_max": 0.0,
|
639 |
+
"clip_ratio/high_mean": 0.0,
|
640 |
+
"clip_ratio/low_mean": 0.0,
|
641 |
+
"clip_ratio/low_min": 0.0,
|
642 |
+
"clip_ratio/region_mean": 0.0,
|
643 |
+
"completions/clipped_ratio": 0.0,
|
644 |
+
"completions/max_length": 801.0,
|
645 |
+
"completions/max_terminated_length": 801.0,
|
646 |
+
"completions/mean_length": 624.0,
|
647 |
+
"completions/mean_terminated_length": 624.0,
|
648 |
+
"completions/min_length": 518.0,
|
649 |
+
"completions/min_terminated_length": 518.0,
|
650 |
+
"epoch": 0.002415571143215497,
|
651 |
+
"frac_reward_zero_std": 0.0,
|
652 |
+
"grad_norm": 8.0625,
|
653 |
+
"learning_rate": 3.75e-07,
|
654 |
+
"loss": -0.0,
|
655 |
+
"num_tokens": 109333.0,
|
656 |
+
"reward": -7.916375160217285,
|
657 |
+
"reward_std": 2.9466910362243652,
|
658 |
+
"rewards/chatgpt_combined_reward/mean": -7.916375160217285,
|
659 |
+
"rewards/chatgpt_combined_reward/std": 2.500305652618408,
|
660 |
+
"step": 26
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"clip_ratio/high_max": 0.0,
|
664 |
+
"clip_ratio/high_mean": 0.0,
|
665 |
+
"clip_ratio/low_mean": 0.0,
|
666 |
+
"clip_ratio/low_min": 0.0,
|
667 |
+
"clip_ratio/region_mean": 0.0,
|
668 |
+
"completions/clipped_ratio": 0.0,
|
669 |
+
"completions/max_length": 602.0,
|
670 |
+
"completions/max_terminated_length": 602.0,
|
671 |
+
"completions/mean_length": 579.5,
|
672 |
+
"completions/mean_terminated_length": 579.5,
|
673 |
+
"completions/min_length": 539.0,
|
674 |
+
"completions/min_terminated_length": 539.0,
|
675 |
+
"epoch": 0.002508477725646862,
|
676 |
+
"frac_reward_zero_std": 0.0,
|
677 |
+
"grad_norm": 7.21875,
|
678 |
+
"learning_rate": 3.7e-07,
|
679 |
+
"loss": 0.015,
|
680 |
+
"num_tokens": 112875.0,
|
681 |
+
"reward": 2.384185791015625e-07,
|
682 |
+
"reward_std": 2.3567869663238525,
|
683 |
+
"rewards/chatgpt_combined_reward/mean": 2.384185791015625e-07,
|
684 |
+
"rewards/chatgpt_combined_reward/std": 7.070361137390137,
|
685 |
+
"step": 27
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"clip_ratio/high_max": 0.0,
|
689 |
+
"clip_ratio/high_mean": 0.0,
|
690 |
+
"clip_ratio/low_mean": 0.0,
|
691 |
+
"clip_ratio/low_min": 0.0,
|
692 |
+
"clip_ratio/region_mean": 0.0,
|
693 |
+
"completions/clipped_ratio": 0.25,
|
694 |
+
"completions/max_length": 1024.0,
|
695 |
+
"completions/max_terminated_length": 695.0,
|
696 |
+
"completions/mean_length": 694.0,
|
697 |
+
"completions/mean_terminated_length": 584.0,
|
698 |
+
"completions/min_length": 516.0,
|
699 |
+
"completions/min_terminated_length": 516.0,
|
700 |
+
"epoch": 0.0026013843080782274,
|
701 |
+
"frac_reward_zero_std": 0.0,
|
702 |
+
"grad_norm": 8.5625,
|
703 |
+
"learning_rate": 3.65e-07,
|
704 |
+
"loss": -0.076,
|
705 |
+
"num_tokens": 117699.0,
|
706 |
+
"reward": -5.416375160217285,
|
707 |
+
"reward_std": 2.9463372230529785,
|
708 |
+
"rewards/chatgpt_combined_reward/mean": -5.416375160217285,
|
709 |
+
"rewards/chatgpt_combined_reward/std": 3.4360225200653076,
|
710 |
+
"step": 28
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"clip_ratio/high_max": 0.0,
|
714 |
+
"clip_ratio/high_mean": 0.0,
|
715 |
+
"clip_ratio/low_mean": 0.0,
|
716 |
+
"clip_ratio/low_min": 0.0,
|
717 |
+
"clip_ratio/region_mean": 0.0,
|
718 |
+
"completions/clipped_ratio": 0.75,
|
719 |
+
"completions/max_length": 1024.0,
|
720 |
+
"completions/max_terminated_length": 571.0,
|
721 |
+
"completions/mean_length": 910.75,
|
722 |
+
"completions/mean_terminated_length": 571.0,
|
723 |
+
"completions/min_length": 571.0,
|
724 |
+
"completions/min_terminated_length": 571.0,
|
725 |
+
"epoch": 0.0026942908905095925,
|
726 |
+
"frac_reward_zero_std": 0.0,
|
727 |
+
"grad_norm": 8.4375,
|
728 |
+
"learning_rate": 3.6e-07,
|
729 |
+
"loss": 0.1004,
|
730 |
+
"num_tokens": 123390.0,
|
731 |
+
"reward": -8.48324966430664,
|
732 |
+
"reward_std": 2.357140302658081,
|
733 |
+
"rewards/chatgpt_combined_reward/mean": -8.48324966430664,
|
734 |
+
"rewards/chatgpt_combined_reward/std": 3.0433735847473145,
|
735 |
+
"step": 29
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"clip_ratio/high_max": 0.0,
|
739 |
+
"clip_ratio/high_mean": 0.0,
|
740 |
+
"clip_ratio/low_mean": 0.0,
|
741 |
+
"clip_ratio/low_min": 0.0,
|
742 |
+
"clip_ratio/region_mean": 0.0,
|
743 |
+
"completions/clipped_ratio": 0.25,
|
744 |
+
"completions/max_length": 1024.0,
|
745 |
+
"completions/max_terminated_length": 636.0,
|
746 |
+
"completions/mean_length": 700.75,
|
747 |
+
"completions/mean_terminated_length": 593.0,
|
748 |
+
"completions/min_length": 517.0,
|
749 |
+
"completions/min_terminated_length": 517.0,
|
750 |
+
"epoch": 0.002787197472940958,
|
751 |
+
"frac_reward_zero_std": 0.5,
|
752 |
+
"grad_norm": 4.5,
|
753 |
+
"learning_rate": 3.55e-07,
|
754 |
+
"loss": 0.0609,
|
755 |
+
"num_tokens": 128241.0,
|
756 |
+
"reward": -7.499750137329102,
|
757 |
+
"reward_std": 1.1783934831619263,
|
758 |
+
"rewards/chatgpt_combined_reward/mean": -7.499750137329102,
|
759 |
+
"rewards/chatgpt_combined_reward/std": 3.191626787185669,
|
760 |
+
"step": 30
|
761 |
+
},
|
762 |
+
{
|
763 |
+
"clip_ratio/high_max": 0.0,
|
764 |
+
"clip_ratio/high_mean": 0.0,
|
765 |
+
"clip_ratio/low_mean": 0.0,
|
766 |
+
"clip_ratio/low_min": 0.0,
|
767 |
+
"clip_ratio/region_mean": 0.0,
|
768 |
+
"completions/clipped_ratio": 0.0,
|
769 |
+
"completions/max_length": 733.0,
|
770 |
+
"completions/max_terminated_length": 733.0,
|
771 |
+
"completions/mean_length": 613.0,
|
772 |
+
"completions/mean_terminated_length": 613.0,
|
773 |
+
"completions/min_length": 513.0,
|
774 |
+
"completions/min_terminated_length": 513.0,
|
775 |
+
"epoch": 0.002880104055372323,
|
776 |
+
"frac_reward_zero_std": 0.5,
|
777 |
+
"grad_norm": 5.21875,
|
778 |
+
"learning_rate": 3.5e-07,
|
779 |
+
"loss": 0.0078,
|
780 |
+
"num_tokens": 132735.0,
|
781 |
+
"reward": -2.5002501010894775,
|
782 |
+
"reward_std": 1.1783934831619263,
|
783 |
+
"rewards/chatgpt_combined_reward/mean": -2.5002501010894775,
|
784 |
+
"rewards/chatgpt_combined_reward/std": 8.766212463378906,
|
785 |
+
"step": 31
|
786 |
+
},
|
787 |
+
{
|
788 |
+
"clip_ratio/high_max": 0.0,
|
789 |
+
"clip_ratio/high_mean": 0.0,
|
790 |
+
"clip_ratio/low_mean": 0.0,
|
791 |
+
"clip_ratio/low_min": 0.0,
|
792 |
+
"clip_ratio/region_mean": 0.0,
|
793 |
+
"completions/clipped_ratio": 0.0,
|
794 |
+
"completions/max_length": 995.0,
|
795 |
+
"completions/max_terminated_length": 995.0,
|
796 |
+
"completions/mean_length": 712.0,
|
797 |
+
"completions/mean_terminated_length": 712.0,
|
798 |
+
"completions/min_length": 534.0,
|
799 |
+
"completions/min_terminated_length": 534.0,
|
800 |
+
"epoch": 0.0029730106378036882,
|
801 |
+
"frac_reward_zero_std": 0.5,
|
802 |
+
"grad_norm": 4.46875,
|
803 |
+
"learning_rate": 3.45e-07,
|
804 |
+
"loss": 0.0859,
|
805 |
+
"num_tokens": 137571.0,
|
806 |
+
"reward": -1.7503750324249268,
|
807 |
+
"reward_std": 2.4746968746185303,
|
808 |
+
"rewards/chatgpt_combined_reward/mean": -1.7503750324249268,
|
809 |
+
"rewards/chatgpt_combined_reward/std": 9.945212364196777,
|
810 |
+
"step": 32
|
811 |
+
},
|
812 |
+
{
|
813 |
+
"clip_ratio/high_max": 0.0,
|
814 |
+
"clip_ratio/high_mean": 0.0,
|
815 |
+
"clip_ratio/low_mean": 0.0,
|
816 |
+
"clip_ratio/low_min": 0.0,
|
817 |
+
"clip_ratio/region_mean": 0.0,
|
818 |
+
"completions/clipped_ratio": 0.0,
|
819 |
+
"completions/max_length": 570.0,
|
820 |
+
"completions/max_terminated_length": 570.0,
|
821 |
+
"completions/mean_length": 531.0,
|
822 |
+
"completions/mean_terminated_length": 531.0,
|
823 |
+
"completions/min_length": 513.0,
|
824 |
+
"completions/min_terminated_length": 513.0,
|
825 |
+
"epoch": 0.0030659172202350538,
|
826 |
+
"frac_reward_zero_std": 0.0,
|
827 |
+
"grad_norm": 7.46875,
|
828 |
+
"learning_rate": 3.4000000000000003e-07,
|
829 |
+
"loss": 0.0149,
|
830 |
+
"num_tokens": 141743.0,
|
831 |
+
"reward": -9.316499710083008,
|
832 |
+
"reward_std": 1.1787471771240234,
|
833 |
+
"rewards/chatgpt_combined_reward/mean": -9.316499710083008,
|
834 |
+
"rewards/chatgpt_combined_reward/std": 1.3887726068496704,
|
835 |
+
"step": 33
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"clip_ratio/high_max": 0.0,
|
839 |
+
"clip_ratio/high_mean": 0.0,
|
840 |
+
"clip_ratio/low_mean": 0.0,
|
841 |
+
"clip_ratio/low_min": 0.0,
|
842 |
+
"clip_ratio/region_mean": 0.0,
|
843 |
+
"completions/clipped_ratio": 0.25,
|
844 |
+
"completions/max_length": 1024.0,
|
845 |
+
"completions/max_terminated_length": 721.0,
|
846 |
+
"completions/mean_length": 750.75,
|
847 |
+
"completions/mean_terminated_length": 659.6666870117188,
|
848 |
+
"completions/min_length": 605.0,
|
849 |
+
"completions/min_terminated_length": 605.0,
|
850 |
+
"epoch": 0.003158823802666419,
|
851 |
+
"frac_reward_zero_std": 0.5,
|
852 |
+
"grad_norm": 5.34375,
|
853 |
+
"learning_rate": 3.35e-07,
|
854 |
+
"loss": -0.0175,
|
855 |
+
"num_tokens": 146734.0,
|
856 |
+
"reward": -2.083624839782715,
|
857 |
+
"reward_std": 1.7675902843475342,
|
858 |
+
"rewards/chatgpt_combined_reward/mean": -2.083624839782715,
|
859 |
+
"rewards/chatgpt_combined_reward/std": 9.366135597229004,
|
860 |
+
"step": 34
|
861 |
+
},
|
862 |
+
{
|
863 |
+
"clip_ratio/high_max": 0.0,
|
864 |
+
"clip_ratio/high_mean": 0.0,
|
865 |
+
"clip_ratio/low_mean": 0.0,
|
866 |
+
"clip_ratio/low_min": 0.0,
|
867 |
+
"clip_ratio/region_mean": 0.0,
|
868 |
+
"completions/clipped_ratio": 0.0,
|
869 |
+
"completions/max_length": 643.0,
|
870 |
+
"completions/max_terminated_length": 643.0,
|
871 |
+
"completions/mean_length": 552.5,
|
872 |
+
"completions/mean_terminated_length": 552.5,
|
873 |
+
"completions/min_length": 514.0,
|
874 |
+
"completions/min_terminated_length": 514.0,
|
875 |
+
"epoch": 0.0032517303850977844,
|
876 |
+
"frac_reward_zero_std": 0.5,
|
877 |
+
"grad_norm": 5.09375,
|
878 |
+
"learning_rate": 3.3e-07,
|
879 |
+
"loss": -0.0381,
|
880 |
+
"num_tokens": 150992.0,
|
881 |
+
"reward": -6.666500091552734,
|
882 |
+
"reward_std": 1.1783933639526367,
|
883 |
+
"rewards/chatgpt_combined_reward/mean": -6.666500091552734,
|
884 |
+
"rewards/chatgpt_combined_reward/std": 4.0826191902160645,
|
885 |
+
"step": 35
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"clip_ratio/high_max": 0.0,
|
889 |
+
"clip_ratio/high_mean": 0.0,
|
890 |
+
"clip_ratio/low_mean": 0.0,
|
891 |
+
"clip_ratio/low_min": 0.0,
|
892 |
+
"clip_ratio/region_mean": 0.0,
|
893 |
+
"completions/clipped_ratio": 0.0,
|
894 |
+
"completions/max_length": 738.0,
|
895 |
+
"completions/max_terminated_length": 738.0,
|
896 |
+
"completions/mean_length": 577.25,
|
897 |
+
"completions/mean_terminated_length": 577.25,
|
898 |
+
"completions/min_length": 522.0,
|
899 |
+
"completions/min_terminated_length": 522.0,
|
900 |
+
"epoch": 0.0033446369675291495,
|
901 |
+
"frac_reward_zero_std": 0.0,
|
902 |
+
"grad_norm": 8.5625,
|
903 |
+
"learning_rate": 3.25e-07,
|
904 |
+
"loss": -0.059,
|
905 |
+
"num_tokens": 155349.0,
|
906 |
+
"reward": -6.249875068664551,
|
907 |
+
"reward_std": 5.3034772872924805,
|
908 |
+
"rewards/chatgpt_combined_reward/mean": -6.249875068664551,
|
909 |
+
"rewards/chatgpt_combined_reward/std": 4.383391380310059,
|
910 |
+
"step": 36
|
911 |
+
},
|
912 |
+
{
|
913 |
+
"clip_ratio/high_max": 0.0,
|
914 |
+
"clip_ratio/high_mean": 0.0,
|
915 |
+
"clip_ratio/low_mean": 0.0,
|
916 |
+
"clip_ratio/low_min": 0.0,
|
917 |
+
"clip_ratio/region_mean": 0.0,
|
918 |
+
"completions/clipped_ratio": 0.0,
|
919 |
+
"completions/max_length": 801.0,
|
920 |
+
"completions/max_terminated_length": 801.0,
|
921 |
+
"completions/mean_length": 589.5,
|
922 |
+
"completions/mean_terminated_length": 589.5,
|
923 |
+
"completions/min_length": 517.0,
|
924 |
+
"completions/min_terminated_length": 517.0,
|
925 |
+
"epoch": 0.0034375435499605146,
|
926 |
+
"frac_reward_zero_std": 0.0,
|
927 |
+
"grad_norm": 7.125,
|
928 |
+
"learning_rate": 3.2e-07,
|
929 |
+
"loss": -0.0,
|
930 |
+
"num_tokens": 159755.0,
|
931 |
+
"reward": -8.15000057220459,
|
932 |
+
"reward_std": 0.21213217079639435,
|
933 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
934 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
935 |
+
"step": 37
|
936 |
+
},
|
937 |
+
{
|
938 |
+
"clip_ratio/high_max": 0.0,
|
939 |
+
"clip_ratio/high_mean": 0.0,
|
940 |
+
"clip_ratio/low_mean": 0.0,
|
941 |
+
"clip_ratio/low_min": 0.0,
|
942 |
+
"clip_ratio/region_mean": 0.0,
|
943 |
+
"completions/clipped_ratio": 0.0,
|
944 |
+
"completions/max_length": 713.0,
|
945 |
+
"completions/max_terminated_length": 713.0,
|
946 |
+
"completions/mean_length": 602.5,
|
947 |
+
"completions/mean_terminated_length": 602.5,
|
948 |
+
"completions/min_length": 548.0,
|
949 |
+
"completions/min_terminated_length": 548.0,
|
950 |
+
"epoch": 0.00353045013239188,
|
951 |
+
"frac_reward_zero_std": 0.0,
|
952 |
+
"grad_norm": 8.25,
|
953 |
+
"learning_rate": 3.15e-07,
|
954 |
+
"loss": -0.0297,
|
955 |
+
"num_tokens": 164213.0,
|
956 |
+
"reward": -8.066625595092773,
|
957 |
+
"reward_std": 2.9463369846343994,
|
958 |
+
"rewards/chatgpt_combined_reward/mean": -8.066625595092773,
|
959 |
+
"rewards/chatgpt_combined_reward/std": 4.283124923706055,
|
960 |
+
"step": 38
|
961 |
+
},
|
962 |
+
{
|
963 |
+
"clip_ratio/high_max": 0.0,
|
964 |
+
"clip_ratio/high_mean": 0.0,
|
965 |
+
"clip_ratio/low_mean": 0.0,
|
966 |
+
"clip_ratio/low_min": 0.0,
|
967 |
+
"clip_ratio/region_mean": 0.0,
|
968 |
+
"completions/clipped_ratio": 0.0,
|
969 |
+
"completions/max_length": 810.0,
|
970 |
+
"completions/max_terminated_length": 810.0,
|
971 |
+
"completions/mean_length": 696.5,
|
972 |
+
"completions/mean_terminated_length": 696.5,
|
973 |
+
"completions/min_length": 536.0,
|
974 |
+
"completions/min_terminated_length": 536.0,
|
975 |
+
"epoch": 0.003623356714823245,
|
976 |
+
"frac_reward_zero_std": 0.0,
|
977 |
+
"grad_norm": 6.875,
|
978 |
+
"learning_rate": 3.1e-07,
|
979 |
+
"loss": -0.0857,
|
980 |
+
"num_tokens": 169047.0,
|
981 |
+
"reward": -8.483250617980957,
|
982 |
+
"reward_std": 2.357140302658081,
|
983 |
+
"rewards/chatgpt_combined_reward/mean": -8.483250617980957,
|
984 |
+
"rewards/chatgpt_combined_reward/std": 3.453827142715454,
|
985 |
+
"step": 39
|
986 |
+
},
|
987 |
+
{
|
988 |
+
"clip_ratio/high_max": 0.0,
|
989 |
+
"clip_ratio/high_mean": 0.0,
|
990 |
+
"clip_ratio/low_mean": 0.0,
|
991 |
+
"clip_ratio/low_min": 0.0,
|
992 |
+
"clip_ratio/region_mean": 0.0,
|
993 |
+
"completions/clipped_ratio": 0.25,
|
994 |
+
"completions/max_length": 1024.0,
|
995 |
+
"completions/max_terminated_length": 575.0,
|
996 |
+
"completions/mean_length": 666.0,
|
997 |
+
"completions/mean_terminated_length": 546.6666870117188,
|
998 |
+
"completions/min_length": 530.0,
|
999 |
+
"completions/min_terminated_length": 530.0,
|
1000 |
+
"epoch": 0.0037162632972546103,
|
1001 |
+
"frac_reward_zero_std": 0.0,
|
1002 |
+
"grad_norm": 8.25,
|
1003 |
+
"learning_rate": 3.05e-07,
|
1004 |
+
"loss": -0.0,
|
1005 |
+
"num_tokens": 172953.0,
|
1006 |
+
"reward": -0.25024986267089844,
|
1007 |
+
"reward_std": 3.889087200164795,
|
1008 |
+
"rewards/chatgpt_combined_reward/mean": -0.25024986267089844,
|
1009 |
+
"rewards/chatgpt_combined_reward/std": 8.088777542114258,
|
1010 |
+
"step": 40
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"clip_ratio/high_max": 0.0,
|
1014 |
+
"clip_ratio/high_mean": 0.0,
|
1015 |
+
"clip_ratio/low_mean": 0.0,
|
1016 |
+
"clip_ratio/low_min": 0.0,
|
1017 |
+
"clip_ratio/region_mean": 0.0,
|
1018 |
+
"completions/clipped_ratio": 0.0,
|
1019 |
+
"completions/max_length": 575.0,
|
1020 |
+
"completions/max_terminated_length": 575.0,
|
1021 |
+
"completions/mean_length": 537.25,
|
1022 |
+
"completions/mean_terminated_length": 537.25,
|
1023 |
+
"completions/min_length": 522.0,
|
1024 |
+
"completions/min_terminated_length": 522.0,
|
1025 |
+
"epoch": 0.003809169879685976,
|
1026 |
+
"frac_reward_zero_std": 0.5,
|
1027 |
+
"grad_norm": 5.71875,
|
1028 |
+
"learning_rate": 3e-07,
|
1029 |
+
"loss": -0.0072,
|
1030 |
+
"num_tokens": 176344.0,
|
1031 |
+
"reward": -3.666874885559082,
|
1032 |
+
"reward_std": 0.9427501559257507,
|
1033 |
+
"rewards/chatgpt_combined_reward/mean": -3.666874885559082,
|
1034 |
+
"rewards/chatgpt_combined_reward/std": 7.393443584442139,
|
1035 |
+
"step": 41
|
1036 |
+
},
|
1037 |
+
{
|
1038 |
+
"clip_ratio/high_max": 0.0,
|
1039 |
+
"clip_ratio/high_mean": 0.0,
|
1040 |
+
"clip_ratio/low_mean": 0.0,
|
1041 |
+
"clip_ratio/low_min": 0.0,
|
1042 |
+
"clip_ratio/region_mean": 0.0,
|
1043 |
+
"completions/clipped_ratio": 0.0,
|
1044 |
+
"completions/max_length": 670.0,
|
1045 |
+
"completions/max_terminated_length": 670.0,
|
1046 |
+
"completions/mean_length": 577.0,
|
1047 |
+
"completions/mean_terminated_length": 577.0,
|
1048 |
+
"completions/min_length": 538.0,
|
1049 |
+
"completions/min_terminated_length": 538.0,
|
1050 |
+
"epoch": 0.003902076462117341,
|
1051 |
+
"frac_reward_zero_std": 0.0,
|
1052 |
+
"grad_norm": 8.0,
|
1053 |
+
"learning_rate": 2.95e-07,
|
1054 |
+
"loss": -0.0,
|
1055 |
+
"num_tokens": 180700.0,
|
1056 |
+
"reward": -8.15000057220459,
|
1057 |
+
"reward_std": 0.21213217079639435,
|
1058 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1059 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1060 |
+
"step": 42
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"clip_ratio/high_max": 0.0,
|
1064 |
+
"clip_ratio/high_mean": 0.0,
|
1065 |
+
"clip_ratio/low_mean": 0.0,
|
1066 |
+
"clip_ratio/low_min": 0.0,
|
1067 |
+
"clip_ratio/region_mean": 0.0,
|
1068 |
+
"completions/clipped_ratio": 0.0,
|
1069 |
+
"completions/max_length": 741.0,
|
1070 |
+
"completions/max_terminated_length": 741.0,
|
1071 |
+
"completions/mean_length": 606.0,
|
1072 |
+
"completions/mean_terminated_length": 606.0,
|
1073 |
+
"completions/min_length": 522.0,
|
1074 |
+
"completions/min_terminated_length": 522.0,
|
1075 |
+
"epoch": 0.003994983044548706,
|
1076 |
+
"frac_reward_zero_std": 0.0,
|
1077 |
+
"grad_norm": 7.625,
|
1078 |
+
"learning_rate": 2.9e-07,
|
1079 |
+
"loss": 0.033,
|
1080 |
+
"num_tokens": 185098.0,
|
1081 |
+
"reward": -1.9167499542236328,
|
1082 |
+
"reward_std": 5.06748104095459,
|
1083 |
+
"rewards/chatgpt_combined_reward/mean": -1.9167499542236328,
|
1084 |
+
"rewards/chatgpt_combined_reward/std": 5.698338031768799,
|
1085 |
+
"step": 43
|
1086 |
+
},
|
1087 |
+
{
|
1088 |
+
"clip_ratio/high_max": 0.0,
|
1089 |
+
"clip_ratio/high_mean": 0.0,
|
1090 |
+
"clip_ratio/low_mean": 0.0,
|
1091 |
+
"clip_ratio/low_min": 0.0,
|
1092 |
+
"clip_ratio/region_mean": 0.0,
|
1093 |
+
"completions/clipped_ratio": 0.0,
|
1094 |
+
"completions/max_length": 575.0,
|
1095 |
+
"completions/max_terminated_length": 575.0,
|
1096 |
+
"completions/mean_length": 560.0,
|
1097 |
+
"completions/mean_terminated_length": 560.0,
|
1098 |
+
"completions/min_length": 544.0,
|
1099 |
+
"completions/min_terminated_length": 544.0,
|
1100 |
+
"epoch": 0.004087889626980072,
|
1101 |
+
"frac_reward_zero_std": 0.0,
|
1102 |
+
"grad_norm": 8.4375,
|
1103 |
+
"learning_rate": 2.8499999999999997e-07,
|
1104 |
+
"loss": 0.0152,
|
1105 |
+
"num_tokens": 188550.0,
|
1106 |
+
"reward": -1.6668751239776611,
|
1107 |
+
"reward_std": 1.8856770992279053,
|
1108 |
+
"rewards/chatgpt_combined_reward/mean": -1.6668751239776611,
|
1109 |
+
"rewards/chatgpt_combined_reward/std": 7.039121150970459,
|
1110 |
+
"step": 44
|
1111 |
+
},
|
1112 |
+
{
|
1113 |
+
"clip_ratio/high_max": 0.0,
|
1114 |
+
"clip_ratio/high_mean": 0.0,
|
1115 |
+
"clip_ratio/low_mean": 0.0,
|
1116 |
+
"clip_ratio/low_min": 0.0,
|
1117 |
+
"clip_ratio/region_mean": 0.0,
|
1118 |
+
"completions/clipped_ratio": 0.5,
|
1119 |
+
"completions/max_length": 1024.0,
|
1120 |
+
"completions/max_terminated_length": 573.0,
|
1121 |
+
"completions/mean_length": 785.0,
|
1122 |
+
"completions/mean_terminated_length": 546.0,
|
1123 |
+
"completions/min_length": 519.0,
|
1124 |
+
"completions/min_terminated_length": 519.0,
|
1125 |
+
"epoch": 0.004180796209411437,
|
1126 |
+
"frac_reward_zero_std": 0.0,
|
1127 |
+
"grad_norm": 8.75,
|
1128 |
+
"learning_rate": 2.8e-07,
|
1129 |
+
"loss": -0.0,
|
1130 |
+
"num_tokens": 193738.0,
|
1131 |
+
"reward": -8.15000057220459,
|
1132 |
+
"reward_std": 0.21213217079639435,
|
1133 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1134 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1135 |
+
"step": 45
|
1136 |
+
},
|
1137 |
+
{
|
1138 |
+
"clip_ratio/high_max": 0.0,
|
1139 |
+
"clip_ratio/high_mean": 0.0,
|
1140 |
+
"clip_ratio/low_mean": 0.0,
|
1141 |
+
"clip_ratio/low_min": 0.0,
|
1142 |
+
"clip_ratio/region_mean": 0.0,
|
1143 |
+
"completions/clipped_ratio": 0.25,
|
1144 |
+
"completions/max_length": 1024.0,
|
1145 |
+
"completions/max_terminated_length": 534.0,
|
1146 |
+
"completions/mean_length": 651.5,
|
1147 |
+
"completions/mean_terminated_length": 527.3333740234375,
|
1148 |
+
"completions/min_length": 515.0,
|
1149 |
+
"completions/min_terminated_length": 515.0,
|
1150 |
+
"epoch": 0.004273702791842802,
|
1151 |
+
"frac_reward_zero_std": 0.0,
|
1152 |
+
"grad_norm": 7.6875,
|
1153 |
+
"learning_rate": 2.75e-07,
|
1154 |
+
"loss": 0.1173,
|
1155 |
+
"num_tokens": 198392.0,
|
1156 |
+
"reward": -8.066625595092773,
|
1157 |
+
"reward_std": 3.1584692001342773,
|
1158 |
+
"rewards/chatgpt_combined_reward/mean": -8.066625595092773,
|
1159 |
+
"rewards/chatgpt_combined_reward/std": 4.083926677703857,
|
1160 |
+
"step": 46
|
1161 |
+
},
|
1162 |
+
{
|
1163 |
+
"clip_ratio/high_max": 0.0,
|
1164 |
+
"clip_ratio/high_mean": 0.0,
|
1165 |
+
"clip_ratio/low_mean": 0.0,
|
1166 |
+
"clip_ratio/low_min": 0.0,
|
1167 |
+
"clip_ratio/region_mean": 0.0,
|
1168 |
+
"completions/clipped_ratio": 0.0,
|
1169 |
+
"completions/max_length": 761.0,
|
1170 |
+
"completions/max_terminated_length": 761.0,
|
1171 |
+
"completions/mean_length": 585.5,
|
1172 |
+
"completions/mean_terminated_length": 585.5,
|
1173 |
+
"completions/min_length": 518.0,
|
1174 |
+
"completions/min_terminated_length": 518.0,
|
1175 |
+
"epoch": 0.004366609374274168,
|
1176 |
+
"frac_reward_zero_std": 0.5,
|
1177 |
+
"grad_norm": 5.21875,
|
1178 |
+
"learning_rate": 2.7e-07,
|
1179 |
+
"loss": 0.0291,
|
1180 |
+
"num_tokens": 201948.0,
|
1181 |
+
"reward": -1.333749771118164,
|
1182 |
+
"reward_std": 0.7071069478988647,
|
1183 |
+
"rewards/chatgpt_combined_reward/mean": -1.333749771118164,
|
1184 |
+
"rewards/chatgpt_combined_reward/std": 10.040179252624512,
|
1185 |
+
"step": 47
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"clip_ratio/high_max": 0.0,
|
1189 |
+
"clip_ratio/high_mean": 0.0,
|
1190 |
+
"clip_ratio/low_mean": 0.0,
|
1191 |
+
"clip_ratio/low_min": 0.0,
|
1192 |
+
"clip_ratio/region_mean": 0.0,
|
1193 |
+
"completions/clipped_ratio": 0.0,
|
1194 |
+
"completions/max_length": 619.0,
|
1195 |
+
"completions/max_terminated_length": 619.0,
|
1196 |
+
"completions/mean_length": 579.0,
|
1197 |
+
"completions/mean_terminated_length": 579.0,
|
1198 |
+
"completions/min_length": 526.0,
|
1199 |
+
"completions/min_terminated_length": 526.0,
|
1200 |
+
"epoch": 0.004459515956705532,
|
1201 |
+
"frac_reward_zero_std": 0.0,
|
1202 |
+
"grad_norm": 9.25,
|
1203 |
+
"learning_rate": 2.65e-07,
|
1204 |
+
"loss": -0.0357,
|
1205 |
+
"num_tokens": 205824.0,
|
1206 |
+
"reward": 2.082624673843384,
|
1207 |
+
"reward_std": 2.2388768196105957,
|
1208 |
+
"rewards/chatgpt_combined_reward/mean": 2.082624673843384,
|
1209 |
+
"rewards/chatgpt_combined_reward/std": 5.983651638031006,
|
1210 |
+
"step": 48
|
1211 |
+
},
|
1212 |
+
{
|
1213 |
+
"clip_ratio/high_max": 0.0,
|
1214 |
+
"clip_ratio/high_mean": 0.0,
|
1215 |
+
"clip_ratio/low_mean": 0.0,
|
1216 |
+
"clip_ratio/low_min": 0.0,
|
1217 |
+
"clip_ratio/region_mean": 0.0,
|
1218 |
+
"completions/clipped_ratio": 0.0,
|
1219 |
+
"completions/max_length": 664.0,
|
1220 |
+
"completions/max_terminated_length": 664.0,
|
1221 |
+
"completions/mean_length": 567.25,
|
1222 |
+
"completions/mean_terminated_length": 567.25,
|
1223 |
+
"completions/min_length": 524.0,
|
1224 |
+
"completions/min_terminated_length": 524.0,
|
1225 |
+
"epoch": 0.004552422539136898,
|
1226 |
+
"frac_reward_zero_std": 0.0,
|
1227 |
+
"grad_norm": 8.125,
|
1228 |
+
"learning_rate": 2.6e-07,
|
1229 |
+
"loss": 0.0394,
|
1230 |
+
"num_tokens": 210141.0,
|
1231 |
+
"reward": -9.316500663757324,
|
1232 |
+
"reward_std": 1.3908790349960327,
|
1233 |
+
"rewards/chatgpt_combined_reward/mean": -9.316500663757324,
|
1234 |
+
"rewards/chatgpt_combined_reward/std": 1.982193112373352,
|
1235 |
+
"step": 49
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"clip_ratio/high_max": 0.0,
|
1239 |
+
"clip_ratio/high_mean": 0.0,
|
1240 |
+
"clip_ratio/low_mean": 0.0,
|
1241 |
+
"clip_ratio/low_min": 0.0,
|
1242 |
+
"clip_ratio/region_mean": 0.0,
|
1243 |
+
"completions/clipped_ratio": 0.0,
|
1244 |
+
"completions/max_length": 739.0,
|
1245 |
+
"completions/max_terminated_length": 739.0,
|
1246 |
+
"completions/mean_length": 640.0,
|
1247 |
+
"completions/mean_terminated_length": 640.0,
|
1248 |
+
"completions/min_length": 538.0,
|
1249 |
+
"completions/min_terminated_length": 538.0,
|
1250 |
+
"epoch": 0.004645329121568263,
|
1251 |
+
"frac_reward_zero_std": 0.5,
|
1252 |
+
"grad_norm": 5.75,
|
1253 |
+
"learning_rate": 2.55e-07,
|
1254 |
+
"loss": 0.0381,
|
1255 |
+
"num_tokens": 213923.0,
|
1256 |
+
"reward": -4.583374977111816,
|
1257 |
+
"reward_std": 2.945983409881592,
|
1258 |
+
"rewards/chatgpt_combined_reward/mean": -4.583374977111816,
|
1259 |
+
"rewards/chatgpt_combined_reward/std": 7.119798183441162,
|
1260 |
+
"step": 50
|
1261 |
+
},
|
1262 |
+
{
|
1263 |
+
"clip_ratio/high_max": 0.0,
|
1264 |
+
"clip_ratio/high_mean": 0.0,
|
1265 |
+
"clip_ratio/low_mean": 0.0,
|
1266 |
+
"clip_ratio/low_min": 0.0,
|
1267 |
+
"clip_ratio/region_mean": 0.0,
|
1268 |
+
"completions/clipped_ratio": 0.25,
|
1269 |
+
"completions/max_length": 1024.0,
|
1270 |
+
"completions/max_terminated_length": 559.0,
|
1271 |
+
"completions/mean_length": 661.0,
|
1272 |
+
"completions/mean_terminated_length": 540.0,
|
1273 |
+
"completions/min_length": 530.0,
|
1274 |
+
"completions/min_terminated_length": 530.0,
|
1275 |
+
"epoch": 0.004738235703999628,
|
1276 |
+
"frac_reward_zero_std": 0.0,
|
1277 |
+
"grad_norm": 9.125,
|
1278 |
+
"learning_rate": 2.5e-07,
|
1279 |
+
"loss": -0.0,
|
1280 |
+
"num_tokens": 218615.0,
|
1281 |
+
"reward": -8.15000057220459,
|
1282 |
+
"reward_std": 0.21213217079639435,
|
1283 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1284 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1285 |
+
"step": 51
|
1286 |
+
},
|
1287 |
+
{
|
1288 |
+
"clip_ratio/high_max": 0.0,
|
1289 |
+
"clip_ratio/high_mean": 0.0,
|
1290 |
+
"clip_ratio/low_mean": 0.0,
|
1291 |
+
"clip_ratio/low_min": 0.0,
|
1292 |
+
"clip_ratio/region_mean": 0.0,
|
1293 |
+
"completions/clipped_ratio": 0.0,
|
1294 |
+
"completions/max_length": 829.0,
|
1295 |
+
"completions/max_terminated_length": 829.0,
|
1296 |
+
"completions/mean_length": 595.25,
|
1297 |
+
"completions/mean_terminated_length": 595.25,
|
1298 |
+
"completions/min_length": 515.0,
|
1299 |
+
"completions/min_terminated_length": 515.0,
|
1300 |
+
"epoch": 0.004831142286430994,
|
1301 |
+
"frac_reward_zero_std": 0.5,
|
1302 |
+
"grad_norm": 4.65625,
|
1303 |
+
"learning_rate": 2.45e-07,
|
1304 |
+
"loss": 0.0813,
|
1305 |
+
"num_tokens": 222836.0,
|
1306 |
+
"reward": -3.750124931335449,
|
1307 |
+
"reward_std": 4.124377250671387,
|
1308 |
+
"rewards/chatgpt_combined_reward/mean": -3.750124931335449,
|
1309 |
+
"rewards/chatgpt_combined_reward/std": 8.646496772766113,
|
1310 |
+
"step": 52
|
1311 |
+
},
|
1312 |
+
{
|
1313 |
+
"clip_ratio/high_max": 0.0,
|
1314 |
+
"clip_ratio/high_mean": 0.0,
|
1315 |
+
"clip_ratio/low_mean": 0.0,
|
1316 |
+
"clip_ratio/low_min": 0.0,
|
1317 |
+
"clip_ratio/region_mean": 0.0,
|
1318 |
+
"completions/clipped_ratio": 0.0,
|
1319 |
+
"completions/max_length": 1000.0,
|
1320 |
+
"completions/max_terminated_length": 1000.0,
|
1321 |
+
"completions/mean_length": 675.5,
|
1322 |
+
"completions/mean_terminated_length": 675.5,
|
1323 |
+
"completions/min_length": 517.0,
|
1324 |
+
"completions/min_terminated_length": 517.0,
|
1325 |
+
"epoch": 0.004924048868862359,
|
1326 |
+
"frac_reward_zero_std": 0.0,
|
1327 |
+
"grad_norm": 7.53125,
|
1328 |
+
"learning_rate": 2.4e-07,
|
1329 |
+
"loss": -0.0,
|
1330 |
+
"num_tokens": 227586.0,
|
1331 |
+
"reward": -8.15000057220459,
|
1332 |
+
"reward_std": 0.21213217079639435,
|
1333 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1334 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1335 |
+
"step": 53
|
1336 |
+
},
|
1337 |
+
{
|
1338 |
+
"clip_ratio/high_max": 0.0,
|
1339 |
+
"clip_ratio/high_mean": 0.0,
|
1340 |
+
"clip_ratio/low_mean": 0.0,
|
1341 |
+
"clip_ratio/low_min": 0.0,
|
1342 |
+
"clip_ratio/region_mean": 0.0,
|
1343 |
+
"completions/clipped_ratio": 0.0,
|
1344 |
+
"completions/max_length": 697.0,
|
1345 |
+
"completions/max_terminated_length": 697.0,
|
1346 |
+
"completions/mean_length": 603.25,
|
1347 |
+
"completions/mean_terminated_length": 603.25,
|
1348 |
+
"completions/min_length": 522.0,
|
1349 |
+
"completions/min_terminated_length": 522.0,
|
1350 |
+
"epoch": 0.005016955451293724,
|
1351 |
+
"frac_reward_zero_std": 0.0,
|
1352 |
+
"grad_norm": 8.25,
|
1353 |
+
"learning_rate": 2.3499999999999997e-07,
|
1354 |
+
"loss": 0.0037,
|
1355 |
+
"num_tokens": 231885.0,
|
1356 |
+
"reward": -0.25025010108947754,
|
1357 |
+
"reward_std": 5.067480087280273,
|
1358 |
+
"rewards/chatgpt_combined_reward/mean": -0.25025010108947754,
|
1359 |
+
"rewards/chatgpt_combined_reward/std": 8.490804672241211,
|
1360 |
+
"step": 54
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"clip_ratio/high_max": 0.0,
|
1364 |
+
"clip_ratio/high_mean": 0.0,
|
1365 |
+
"clip_ratio/low_mean": 0.0,
|
1366 |
+
"clip_ratio/low_min": 0.0,
|
1367 |
+
"clip_ratio/region_mean": 0.0,
|
1368 |
+
"completions/clipped_ratio": 0.25,
|
1369 |
+
"completions/max_length": 1024.0,
|
1370 |
+
"completions/max_terminated_length": 601.0,
|
1371 |
+
"completions/mean_length": 667.75,
|
1372 |
+
"completions/mean_terminated_length": 549.0,
|
1373 |
+
"completions/min_length": 521.0,
|
1374 |
+
"completions/min_terminated_length": 521.0,
|
1375 |
+
"epoch": 0.005109862033725089,
|
1376 |
+
"frac_reward_zero_std": 0.5,
|
1377 |
+
"grad_norm": 4.78125,
|
1378 |
+
"learning_rate": 2.3e-07,
|
1379 |
+
"loss": -0.0456,
|
1380 |
+
"num_tokens": 236320.0,
|
1381 |
+
"reward": -2.833625078201294,
|
1382 |
+
"reward_std": 0.7069300413131714,
|
1383 |
+
"rewards/chatgpt_combined_reward/mean": -2.833625078201294,
|
1384 |
+
"rewards/chatgpt_combined_reward/std": 8.315181732177734,
|
1385 |
+
"step": 55
|
1386 |
+
},
|
1387 |
+
{
|
1388 |
+
"clip_ratio/high_max": 0.0,
|
1389 |
+
"clip_ratio/high_mean": 0.0,
|
1390 |
+
"clip_ratio/low_mean": 0.0,
|
1391 |
+
"clip_ratio/low_min": 0.0,
|
1392 |
+
"clip_ratio/region_mean": 0.0,
|
1393 |
+
"completions/clipped_ratio": 0.0,
|
1394 |
+
"completions/max_length": 650.0,
|
1395 |
+
"completions/max_terminated_length": 650.0,
|
1396 |
+
"completions/mean_length": 571.25,
|
1397 |
+
"completions/mean_terminated_length": 571.25,
|
1398 |
+
"completions/min_length": 522.0,
|
1399 |
+
"completions/min_terminated_length": 522.0,
|
1400 |
+
"epoch": 0.005202768616156455,
|
1401 |
+
"frac_reward_zero_std": 0.0,
|
1402 |
+
"grad_norm": 7.40625,
|
1403 |
+
"learning_rate": 2.25e-07,
|
1404 |
+
"loss": 0.0162,
|
1405 |
+
"num_tokens": 239589.0,
|
1406 |
+
"reward": 7.665875434875488,
|
1407 |
+
"reward_std": 0.9427504539489746,
|
1408 |
+
"rewards/chatgpt_combined_reward/mean": 7.665875434875488,
|
1409 |
+
"rewards/chatgpt_combined_reward/std": 0.8164288401603699,
|
1410 |
+
"step": 56
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"clip_ratio/high_max": 0.0,
|
1414 |
+
"clip_ratio/high_mean": 0.0,
|
1415 |
+
"clip_ratio/low_mean": 0.0,
|
1416 |
+
"clip_ratio/low_min": 0.0,
|
1417 |
+
"clip_ratio/region_mean": 0.0,
|
1418 |
+
"completions/clipped_ratio": 0.0,
|
1419 |
+
"completions/max_length": 585.0,
|
1420 |
+
"completions/max_terminated_length": 585.0,
|
1421 |
+
"completions/mean_length": 555.75,
|
1422 |
+
"completions/mean_terminated_length": 555.75,
|
1423 |
+
"completions/min_length": 524.0,
|
1424 |
+
"completions/min_terminated_length": 524.0,
|
1425 |
+
"epoch": 0.00529567519858782,
|
1426 |
+
"frac_reward_zero_std": 0.0,
|
1427 |
+
"grad_norm": 8.3125,
|
1428 |
+
"learning_rate": 2.1999999999999998e-07,
|
1429 |
+
"loss": 0.0021,
|
1430 |
+
"num_tokens": 243860.0,
|
1431 |
+
"reward": -8.15000057220459,
|
1432 |
+
"reward_std": 0.21213217079639435,
|
1433 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1434 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1435 |
+
"step": 57
|
1436 |
+
},
|
1437 |
+
{
|
1438 |
+
"clip_ratio/high_max": 0.0,
|
1439 |
+
"clip_ratio/high_mean": 0.0,
|
1440 |
+
"clip_ratio/low_mean": 0.0,
|
1441 |
+
"clip_ratio/low_min": 0.0,
|
1442 |
+
"clip_ratio/region_mean": 0.0,
|
1443 |
+
"completions/clipped_ratio": 0.0,
|
1444 |
+
"completions/max_length": 724.0,
|
1445 |
+
"completions/max_terminated_length": 724.0,
|
1446 |
+
"completions/mean_length": 616.0,
|
1447 |
+
"completions/mean_terminated_length": 616.0,
|
1448 |
+
"completions/min_length": 562.0,
|
1449 |
+
"completions/min_terminated_length": 562.0,
|
1450 |
+
"epoch": 0.005388581781019185,
|
1451 |
+
"frac_reward_zero_std": 0.0,
|
1452 |
+
"grad_norm": 7.53125,
|
1453 |
+
"learning_rate": 2.1499999999999998e-07,
|
1454 |
+
"loss": 0.0464,
|
1455 |
+
"num_tokens": 248372.0,
|
1456 |
+
"reward": -7.499750137329102,
|
1457 |
+
"reward_std": 3.5358872413635254,
|
1458 |
+
"rewards/chatgpt_combined_reward/mean": -7.499750137329102,
|
1459 |
+
"rewards/chatgpt_combined_reward/std": 3.191626787185669,
|
1460 |
+
"step": 58
|
1461 |
+
},
|
1462 |
+
{
|
1463 |
+
"clip_ratio/high_max": 0.0,
|
1464 |
+
"clip_ratio/high_mean": 0.0,
|
1465 |
+
"clip_ratio/low_mean": 0.0,
|
1466 |
+
"clip_ratio/low_min": 0.0,
|
1467 |
+
"clip_ratio/region_mean": 0.0,
|
1468 |
+
"completions/clipped_ratio": 0.25,
|
1469 |
+
"completions/max_length": 1024.0,
|
1470 |
+
"completions/max_terminated_length": 835.0,
|
1471 |
+
"completions/mean_length": 726.5,
|
1472 |
+
"completions/mean_terminated_length": 627.3333740234375,
|
1473 |
+
"completions/min_length": 517.0,
|
1474 |
+
"completions/min_terminated_length": 517.0,
|
1475 |
+
"epoch": 0.0054814883634505505,
|
1476 |
+
"frac_reward_zero_std": 0.0,
|
1477 |
+
"grad_norm": 7.875,
|
1478 |
+
"learning_rate": 2.0999999999999997e-07,
|
1479 |
+
"loss": 0.0292,
|
1480 |
+
"num_tokens": 253326.0,
|
1481 |
+
"reward": -8.15000057220459,
|
1482 |
+
"reward_std": 0.21213217079639435,
|
1483 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1484 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1485 |
+
"step": 59
|
1486 |
+
},
|
1487 |
+
{
|
1488 |
+
"clip_ratio/high_max": 0.0,
|
1489 |
+
"clip_ratio/high_mean": 0.0,
|
1490 |
+
"clip_ratio/low_mean": 0.0,
|
1491 |
+
"clip_ratio/low_min": 0.0,
|
1492 |
+
"clip_ratio/region_mean": 0.0,
|
1493 |
+
"completions/clipped_ratio": 0.0,
|
1494 |
+
"completions/max_length": 665.0,
|
1495 |
+
"completions/max_terminated_length": 665.0,
|
1496 |
+
"completions/mean_length": 558.0,
|
1497 |
+
"completions/mean_terminated_length": 558.0,
|
1498 |
+
"completions/min_length": 515.0,
|
1499 |
+
"completions/min_terminated_length": 515.0,
|
1500 |
+
"epoch": 0.005574394945881916,
|
1501 |
+
"frac_reward_zero_std": 0.0,
|
1502 |
+
"grad_norm": 10.375,
|
1503 |
+
"learning_rate": 2.0499999999999997e-07,
|
1504 |
+
"loss": 0.0376,
|
1505 |
+
"num_tokens": 257606.0,
|
1506 |
+
"reward": -7.083125114440918,
|
1507 |
+
"reward_std": 4.125083923339844,
|
1508 |
+
"rewards/chatgpt_combined_reward/mean": -7.083125114440918,
|
1509 |
+
"rewards/chatgpt_combined_reward/std": 3.436143636703491,
|
1510 |
+
"step": 60
|
1511 |
+
},
|
1512 |
+
{
|
1513 |
+
"clip_ratio/high_max": 0.0,
|
1514 |
+
"clip_ratio/high_mean": 0.0,
|
1515 |
+
"clip_ratio/low_mean": 0.0,
|
1516 |
+
"clip_ratio/low_min": 0.0,
|
1517 |
+
"clip_ratio/region_mean": 0.0,
|
1518 |
+
"completions/clipped_ratio": 0.0,
|
1519 |
+
"completions/max_length": 692.0,
|
1520 |
+
"completions/max_terminated_length": 692.0,
|
1521 |
+
"completions/mean_length": 613.25,
|
1522 |
+
"completions/mean_terminated_length": 613.25,
|
1523 |
+
"completions/min_length": 514.0,
|
1524 |
+
"completions/min_terminated_length": 514.0,
|
1525 |
+
"epoch": 0.005667301528313281,
|
1526 |
+
"frac_reward_zero_std": 0.0,
|
1527 |
+
"grad_norm": 9.75,
|
1528 |
+
"learning_rate": 2e-07,
|
1529 |
+
"loss": -0.0,
|
1530 |
+
"num_tokens": 262107.0,
|
1531 |
+
"reward": -5.833000183105469,
|
1532 |
+
"reward_std": 3.535533905029297,
|
1533 |
+
"rewards/chatgpt_combined_reward/mean": -5.833000183105469,
|
1534 |
+
"rewards/chatgpt_combined_reward/std": 3.469496726989746,
|
1535 |
+
"step": 61
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"clip_ratio/high_max": 0.0,
|
1539 |
+
"clip_ratio/high_mean": 0.0,
|
1540 |
+
"clip_ratio/low_mean": 0.0,
|
1541 |
+
"clip_ratio/low_min": 0.0,
|
1542 |
+
"clip_ratio/region_mean": 0.0,
|
1543 |
+
"completions/clipped_ratio": 0.25,
|
1544 |
+
"completions/max_length": 1024.0,
|
1545 |
+
"completions/max_terminated_length": 572.0,
|
1546 |
+
"completions/mean_length": 672.0,
|
1547 |
+
"completions/mean_terminated_length": 554.6666870117188,
|
1548 |
+
"completions/min_length": 537.0,
|
1549 |
+
"completions/min_terminated_length": 537.0,
|
1550 |
+
"epoch": 0.005760208110744646,
|
1551 |
+
"frac_reward_zero_std": 0.0,
|
1552 |
+
"grad_norm": 7.5625,
|
1553 |
+
"learning_rate": 1.9499999999999999e-07,
|
1554 |
+
"loss": 0.1156,
|
1555 |
+
"num_tokens": 266843.0,
|
1556 |
+
"reward": -8.15000057220459,
|
1557 |
+
"reward_std": 0.21213217079639435,
|
1558 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1559 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1560 |
+
"step": 62
|
1561 |
+
},
|
1562 |
+
{
|
1563 |
+
"clip_ratio/high_max": 0.0,
|
1564 |
+
"clip_ratio/high_mean": 0.0,
|
1565 |
+
"clip_ratio/low_mean": 0.0,
|
1566 |
+
"clip_ratio/low_min": 0.0,
|
1567 |
+
"clip_ratio/region_mean": 0.0,
|
1568 |
+
"completions/clipped_ratio": 0.0,
|
1569 |
+
"completions/max_length": 884.0,
|
1570 |
+
"completions/max_terminated_length": 884.0,
|
1571 |
+
"completions/mean_length": 666.5,
|
1572 |
+
"completions/mean_terminated_length": 666.5,
|
1573 |
+
"completions/min_length": 543.0,
|
1574 |
+
"completions/min_terminated_length": 543.0,
|
1575 |
+
"epoch": 0.005853114693176012,
|
1576 |
+
"frac_reward_zero_std": 0.0,
|
1577 |
+
"grad_norm": 9.8125,
|
1578 |
+
"learning_rate": 1.8999999999999998e-07,
|
1579 |
+
"loss": 0.0609,
|
1580 |
+
"num_tokens": 271557.0,
|
1581 |
+
"reward": -8.15000057220459,
|
1582 |
+
"reward_std": 0.21213217079639435,
|
1583 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1584 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1585 |
+
"step": 63
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"clip_ratio/high_max": 0.0,
|
1589 |
+
"clip_ratio/high_mean": 0.0,
|
1590 |
+
"clip_ratio/low_mean": 0.0,
|
1591 |
+
"clip_ratio/low_min": 0.0,
|
1592 |
+
"clip_ratio/region_mean": 0.0,
|
1593 |
+
"completions/clipped_ratio": 0.25,
|
1594 |
+
"completions/max_length": 1024.0,
|
1595 |
+
"completions/max_terminated_length": 667.0,
|
1596 |
+
"completions/mean_length": 683.0,
|
1597 |
+
"completions/mean_terminated_length": 569.3333740234375,
|
1598 |
+
"completions/min_length": 518.0,
|
1599 |
+
"completions/min_terminated_length": 518.0,
|
1600 |
+
"epoch": 0.0059460212756073764,
|
1601 |
+
"frac_reward_zero_std": 0.0,
|
1602 |
+
"grad_norm": 8.8125,
|
1603 |
+
"learning_rate": 1.85e-07,
|
1604 |
+
"loss": -0.0,
|
1605 |
+
"num_tokens": 276127.0,
|
1606 |
+
"reward": -0.0002503395080566406,
|
1607 |
+
"reward_std": 3.535533905029297,
|
1608 |
+
"rewards/chatgpt_combined_reward/mean": -0.0002503395080566406,
|
1609 |
+
"rewards/chatgpt_combined_reward/std": 9.128161430358887,
|
1610 |
+
"step": 64
|
1611 |
+
},
|
1612 |
+
{
|
1613 |
+
"clip_ratio/high_max": 0.0,
|
1614 |
+
"clip_ratio/high_mean": 0.0,
|
1615 |
+
"clip_ratio/low_mean": 0.0,
|
1616 |
+
"clip_ratio/low_min": 0.0,
|
1617 |
+
"clip_ratio/region_mean": 0.0,
|
1618 |
+
"completions/clipped_ratio": 0.25,
|
1619 |
+
"completions/max_length": 1024.0,
|
1620 |
+
"completions/max_terminated_length": 990.0,
|
1621 |
+
"completions/mean_length": 838.0,
|
1622 |
+
"completions/mean_terminated_length": 776.0,
|
1623 |
+
"completions/min_length": 549.0,
|
1624 |
+
"completions/min_terminated_length": 549.0,
|
1625 |
+
"epoch": 0.006038927858038742,
|
1626 |
+
"frac_reward_zero_std": 0.0,
|
1627 |
+
"grad_norm": 8.8125,
|
1628 |
+
"learning_rate": 1.8e-07,
|
1629 |
+
"loss": 0.0668,
|
1630 |
+
"num_tokens": 281527.0,
|
1631 |
+
"reward": -9.316499710083008,
|
1632 |
+
"reward_std": 1.3908792734146118,
|
1633 |
+
"rewards/chatgpt_combined_reward/mean": -9.316499710083008,
|
1634 |
+
"rewards/chatgpt_combined_reward/std": 1.61105215549469,
|
1635 |
+
"step": 65
|
1636 |
+
},
|
1637 |
+
{
|
1638 |
+
"clip_ratio/high_max": 0.0,
|
1639 |
+
"clip_ratio/high_mean": 0.0,
|
1640 |
+
"clip_ratio/low_mean": 0.0,
|
1641 |
+
"clip_ratio/low_min": 0.0,
|
1642 |
+
"clip_ratio/region_mean": 0.0,
|
1643 |
+
"completions/clipped_ratio": 0.5,
|
1644 |
+
"completions/max_length": 1024.0,
|
1645 |
+
"completions/max_terminated_length": 803.0,
|
1646 |
+
"completions/mean_length": 881.75,
|
1647 |
+
"completions/mean_terminated_length": 739.5,
|
1648 |
+
"completions/min_length": 676.0,
|
1649 |
+
"completions/min_terminated_length": 676.0,
|
1650 |
+
"epoch": 0.0061318344404701075,
|
1651 |
+
"frac_reward_zero_std": 0.0,
|
1652 |
+
"grad_norm": 7.875,
|
1653 |
+
"learning_rate": 1.75e-07,
|
1654 |
+
"loss": 0.1151,
|
1655 |
+
"num_tokens": 287102.0,
|
1656 |
+
"reward": -8.89987564086914,
|
1657 |
+
"reward_std": 1.7679438591003418,
|
1658 |
+
"rewards/chatgpt_combined_reward/mean": -8.89987564086914,
|
1659 |
+
"rewards/chatgpt_combined_reward/std": 2.2138428688049316,
|
1660 |
+
"step": 66
|
1661 |
+
},
|
1662 |
+
{
|
1663 |
+
"clip_ratio/high_max": 0.0,
|
1664 |
+
"clip_ratio/high_mean": 0.0,
|
1665 |
+
"clip_ratio/low_mean": 0.0,
|
1666 |
+
"clip_ratio/low_min": 0.0,
|
1667 |
+
"clip_ratio/region_mean": 0.0,
|
1668 |
+
"completions/clipped_ratio": 0.0,
|
1669 |
+
"completions/max_length": 665.0,
|
1670 |
+
"completions/max_terminated_length": 665.0,
|
1671 |
+
"completions/mean_length": 606.5,
|
1672 |
+
"completions/mean_terminated_length": 606.5,
|
1673 |
+
"completions/min_length": 550.0,
|
1674 |
+
"completions/min_terminated_length": 550.0,
|
1675 |
+
"epoch": 0.006224741022901472,
|
1676 |
+
"frac_reward_zero_std": 0.5,
|
1677 |
+
"grad_norm": 5.28125,
|
1678 |
+
"learning_rate": 1.7000000000000001e-07,
|
1679 |
+
"loss": 0.0032,
|
1680 |
+
"num_tokens": 291296.0,
|
1681 |
+
"reward": -2.333750009536743,
|
1682 |
+
"reward_std": 1.4142135381698608,
|
1683 |
+
"rewards/chatgpt_combined_reward/mean": -2.333750009536743,
|
1684 |
+
"rewards/chatgpt_combined_reward/std": 9.001585006713867,
|
1685 |
+
"step": 67
|
1686 |
+
},
|
1687 |
+
{
|
1688 |
+
"clip_ratio/high_max": 0.0,
|
1689 |
+
"clip_ratio/high_mean": 0.0,
|
1690 |
+
"clip_ratio/low_mean": 0.0,
|
1691 |
+
"clip_ratio/low_min": 0.0,
|
1692 |
+
"clip_ratio/region_mean": 0.0,
|
1693 |
+
"completions/clipped_ratio": 0.0,
|
1694 |
+
"completions/max_length": 658.0,
|
1695 |
+
"completions/max_terminated_length": 658.0,
|
1696 |
+
"completions/mean_length": 580.5,
|
1697 |
+
"completions/mean_terminated_length": 580.5,
|
1698 |
+
"completions/min_length": 544.0,
|
1699 |
+
"completions/min_terminated_length": 544.0,
|
1700 |
+
"epoch": 0.006317647605332838,
|
1701 |
+
"frac_reward_zero_std": 0.0,
|
1702 |
+
"grad_norm": 7.625,
|
1703 |
+
"learning_rate": 1.65e-07,
|
1704 |
+
"loss": 0.026,
|
1705 |
+
"num_tokens": 295666.0,
|
1706 |
+
"reward": -8.15000057220459,
|
1707 |
+
"reward_std": 0.21213217079639435,
|
1708 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1709 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1710 |
+
"step": 68
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"clip_ratio/high_max": 0.0,
|
1714 |
+
"clip_ratio/high_mean": 0.0,
|
1715 |
+
"clip_ratio/low_mean": 0.0,
|
1716 |
+
"clip_ratio/low_min": 0.0,
|
1717 |
+
"clip_ratio/region_mean": 0.0,
|
1718 |
+
"completions/clipped_ratio": 0.25,
|
1719 |
+
"completions/max_length": 1024.0,
|
1720 |
+
"completions/max_terminated_length": 621.0,
|
1721 |
+
"completions/mean_length": 673.0,
|
1722 |
+
"completions/mean_terminated_length": 556.0,
|
1723 |
+
"completions/min_length": 515.0,
|
1724 |
+
"completions/min_terminated_length": 515.0,
|
1725 |
+
"epoch": 0.006410554187764203,
|
1726 |
+
"frac_reward_zero_std": 0.0,
|
1727 |
+
"grad_norm": 7.09375,
|
1728 |
+
"learning_rate": 1.6e-07,
|
1729 |
+
"loss": 0.1442,
|
1730 |
+
"num_tokens": 300406.0,
|
1731 |
+
"reward": -7.499750137329102,
|
1732 |
+
"reward_std": 3.5358872413635254,
|
1733 |
+
"rewards/chatgpt_combined_reward/mean": -7.499750137329102,
|
1734 |
+
"rewards/chatgpt_combined_reward/std": 3.191626787185669,
|
1735 |
+
"step": 69
|
1736 |
+
},
|
1737 |
+
{
|
1738 |
+
"clip_ratio/high_max": 0.0,
|
1739 |
+
"clip_ratio/high_mean": 0.0,
|
1740 |
+
"clip_ratio/low_mean": 0.0,
|
1741 |
+
"clip_ratio/low_min": 0.0,
|
1742 |
+
"clip_ratio/region_mean": 0.0,
|
1743 |
+
"completions/clipped_ratio": 0.0,
|
1744 |
+
"completions/max_length": 692.0,
|
1745 |
+
"completions/max_terminated_length": 692.0,
|
1746 |
+
"completions/mean_length": 593.25,
|
1747 |
+
"completions/mean_terminated_length": 593.25,
|
1748 |
+
"completions/min_length": 520.0,
|
1749 |
+
"completions/min_terminated_length": 520.0,
|
1750 |
+
"epoch": 0.006503460770195569,
|
1751 |
+
"frac_reward_zero_std": 0.5,
|
1752 |
+
"grad_norm": 4.53125,
|
1753 |
+
"learning_rate": 1.55e-07,
|
1754 |
+
"loss": 0.031,
|
1755 |
+
"num_tokens": 304811.0,
|
1756 |
+
"reward": -0.41687512397766113,
|
1757 |
+
"reward_std": 1.7679438591003418,
|
1758 |
+
"rewards/chatgpt_combined_reward/mean": -0.41687512397766113,
|
1759 |
+
"rewards/chatgpt_combined_reward/std": 8.42953109741211,
|
1760 |
+
"step": 70
|
1761 |
+
},
|
1762 |
+
{
|
1763 |
+
"clip_ratio/high_max": 0.0,
|
1764 |
+
"clip_ratio/high_mean": 0.0,
|
1765 |
+
"clip_ratio/low_mean": 0.0,
|
1766 |
+
"clip_ratio/low_min": 0.0,
|
1767 |
+
"clip_ratio/region_mean": 0.0,
|
1768 |
+
"completions/clipped_ratio": 0.0,
|
1769 |
+
"completions/max_length": 681.0,
|
1770 |
+
"completions/max_terminated_length": 681.0,
|
1771 |
+
"completions/mean_length": 581.25,
|
1772 |
+
"completions/mean_terminated_length": 581.25,
|
1773 |
+
"completions/min_length": 514.0,
|
1774 |
+
"completions/min_terminated_length": 514.0,
|
1775 |
+
"epoch": 0.006596367352626933,
|
1776 |
+
"frac_reward_zero_std": 0.0,
|
1777 |
+
"grad_norm": 8.375,
|
1778 |
+
"learning_rate": 1.5e-07,
|
1779 |
+
"loss": 0.0708,
|
1780 |
+
"num_tokens": 308360.0,
|
1781 |
+
"reward": -2.0002501010894775,
|
1782 |
+
"reward_std": 5.42103385925293,
|
1783 |
+
"rewards/chatgpt_combined_reward/mean": -2.0002501010894775,
|
1784 |
+
"rewards/chatgpt_combined_reward/std": 6.996899127960205,
|
1785 |
+
"step": 71
|
1786 |
+
},
|
1787 |
+
{
|
1788 |
+
"clip_ratio/high_max": 0.0,
|
1789 |
+
"clip_ratio/high_mean": 0.0,
|
1790 |
+
"clip_ratio/low_mean": 0.0,
|
1791 |
+
"clip_ratio/low_min": 0.0,
|
1792 |
+
"clip_ratio/region_mean": 0.0,
|
1793 |
+
"completions/clipped_ratio": 0.0,
|
1794 |
+
"completions/max_length": 852.0,
|
1795 |
+
"completions/max_terminated_length": 852.0,
|
1796 |
+
"completions/mean_length": 611.75,
|
1797 |
+
"completions/mean_terminated_length": 611.75,
|
1798 |
+
"completions/min_length": 522.0,
|
1799 |
+
"completions/min_terminated_length": 522.0,
|
1800 |
+
"epoch": 0.006689273935058299,
|
1801 |
+
"frac_reward_zero_std": 0.0,
|
1802 |
+
"grad_norm": 9.1875,
|
1803 |
+
"learning_rate": 1.45e-07,
|
1804 |
+
"loss": 0.0753,
|
1805 |
+
"num_tokens": 312855.0,
|
1806 |
+
"reward": -8.15000057220459,
|
1807 |
+
"reward_std": 0.21213217079639435,
|
1808 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
1809 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
1810 |
+
"step": 72
|
1811 |
+
},
|
1812 |
+
{
|
1813 |
+
"clip_ratio/high_max": 0.0,
|
1814 |
+
"clip_ratio/high_mean": 0.0,
|
1815 |
+
"clip_ratio/low_mean": 0.0,
|
1816 |
+
"clip_ratio/low_min": 0.0,
|
1817 |
+
"clip_ratio/region_mean": 0.0,
|
1818 |
+
"completions/clipped_ratio": 0.0,
|
1819 |
+
"completions/max_length": 683.0,
|
1820 |
+
"completions/max_terminated_length": 683.0,
|
1821 |
+
"completions/mean_length": 599.75,
|
1822 |
+
"completions/mean_terminated_length": 599.75,
|
1823 |
+
"completions/min_length": 556.0,
|
1824 |
+
"completions/min_terminated_length": 556.0,
|
1825 |
+
"epoch": 0.0067821805174896645,
|
1826 |
+
"frac_reward_zero_std": 0.5,
|
1827 |
+
"grad_norm": 5.625,
|
1828 |
+
"learning_rate": 1.4e-07,
|
1829 |
+
"loss": -0.0233,
|
1830 |
+
"num_tokens": 317276.0,
|
1831 |
+
"reward": -1.2503752708435059,
|
1832 |
+
"reward_std": 1.7675901651382446,
|
1833 |
+
"rewards/chatgpt_combined_reward/mean": -1.2503752708435059,
|
1834 |
+
"rewards/chatgpt_combined_reward/std": 10.30729866027832,
|
1835 |
+
"step": 73
|
1836 |
+
},
|
1837 |
+
{
|
1838 |
+
"clip_ratio/high_max": 0.0,
|
1839 |
+
"clip_ratio/high_mean": 0.0,
|
1840 |
+
"clip_ratio/low_mean": 0.0,
|
1841 |
+
"clip_ratio/low_min": 0.0,
|
1842 |
+
"clip_ratio/region_mean": 0.0,
|
1843 |
+
"completions/clipped_ratio": 0.25,
|
1844 |
+
"completions/max_length": 1024.0,
|
1845 |
+
"completions/max_terminated_length": 685.0,
|
1846 |
+
"completions/mean_length": 707.5,
|
1847 |
+
"completions/mean_terminated_length": 602.0,
|
1848 |
+
"completions/min_length": 517.0,
|
1849 |
+
"completions/min_terminated_length": 517.0,
|
1850 |
+
"epoch": 0.006875087099921029,
|
1851 |
+
"frac_reward_zero_std": 0.5,
|
1852 |
+
"grad_norm": 3.984375,
|
1853 |
+
"learning_rate": 1.35e-07,
|
1854 |
+
"loss": 0.0693,
|
1855 |
+
"num_tokens": 322154.0,
|
1856 |
+
"reward": -7.499750137329102,
|
1857 |
+
"reward_std": 1.1783934831619263,
|
1858 |
+
"rewards/chatgpt_combined_reward/mean": -7.499750137329102,
|
1859 |
+
"rewards/chatgpt_combined_reward/std": 3.191626787185669,
|
1860 |
+
"step": 74
|
1861 |
+
},
|
1862 |
+
{
|
1863 |
+
"clip_ratio/high_max": 0.0,
|
1864 |
+
"clip_ratio/high_mean": 0.0,
|
1865 |
+
"clip_ratio/low_mean": 0.0,
|
1866 |
+
"clip_ratio/low_min": 0.0,
|
1867 |
+
"clip_ratio/region_mean": 0.0,
|
1868 |
+
"completions/clipped_ratio": 0.0,
|
1869 |
+
"completions/max_length": 723.0,
|
1870 |
+
"completions/max_terminated_length": 723.0,
|
1871 |
+
"completions/mean_length": 623.0,
|
1872 |
+
"completions/mean_terminated_length": 623.0,
|
1873 |
+
"completions/min_length": 515.0,
|
1874 |
+
"completions/min_terminated_length": 515.0,
|
1875 |
+
"epoch": 0.006967993682352395,
|
1876 |
+
"frac_reward_zero_std": 0.5,
|
1877 |
+
"grad_norm": 5.6875,
|
1878 |
+
"learning_rate": 1.3e-07,
|
1879 |
+
"loss": 0.0071,
|
1880 |
+
"num_tokens": 325852.0,
|
1881 |
+
"reward": -2.5002501010894775,
|
1882 |
+
"reward_std": 1.1783934831619263,
|
1883 |
+
"rewards/chatgpt_combined_reward/mean": -2.5002501010894775,
|
1884 |
+
"rewards/chatgpt_combined_reward/std": 8.766212463378906,
|
1885 |
+
"step": 75
|
1886 |
+
},
|
1887 |
+
{
|
1888 |
+
"clip_ratio/high_max": 0.0,
|
1889 |
+
"clip_ratio/high_mean": 0.0,
|
1890 |
+
"clip_ratio/low_mean": 0.0,
|
1891 |
+
"clip_ratio/low_min": 0.0,
|
1892 |
+
"clip_ratio/region_mean": 0.0,
|
1893 |
+
"completions/clipped_ratio": 0.0,
|
1894 |
+
"completions/max_length": 588.0,
|
1895 |
+
"completions/max_terminated_length": 588.0,
|
1896 |
+
"completions/mean_length": 543.0,
|
1897 |
+
"completions/mean_terminated_length": 543.0,
|
1898 |
+
"completions/min_length": 515.0,
|
1899 |
+
"completions/min_terminated_length": 515.0,
|
1900 |
+
"epoch": 0.00706090026478376,
|
1901 |
+
"frac_reward_zero_std": 0.0,
|
1902 |
+
"grad_norm": 8.875,
|
1903 |
+
"learning_rate": 1.25e-07,
|
1904 |
+
"loss": -0.0118,
|
1905 |
+
"num_tokens": 330072.0,
|
1906 |
+
"reward": -4.583125114440918,
|
1907 |
+
"reward_std": 1.7679438591003418,
|
1908 |
+
"rewards/chatgpt_combined_reward/mean": -4.583125114440918,
|
1909 |
+
"rewards/chatgpt_combined_reward/std": 4.589576721191406,
|
1910 |
+
"step": 76
|
1911 |
+
},
|
1912 |
+
{
|
1913 |
+
"clip_ratio/high_max": 0.0,
|
1914 |
+
"clip_ratio/high_mean": 0.0,
|
1915 |
+
"clip_ratio/low_mean": 0.0,
|
1916 |
+
"clip_ratio/low_min": 0.0,
|
1917 |
+
"clip_ratio/region_mean": 0.0,
|
1918 |
+
"completions/clipped_ratio": 0.25,
|
1919 |
+
"completions/max_length": 1024.0,
|
1920 |
+
"completions/max_terminated_length": 540.0,
|
1921 |
+
"completions/mean_length": 656.0,
|
1922 |
+
"completions/mean_terminated_length": 533.3333740234375,
|
1923 |
+
"completions/min_length": 527.0,
|
1924 |
+
"completions/min_terminated_length": 527.0,
|
1925 |
+
"epoch": 0.007153806847215125,
|
1926 |
+
"frac_reward_zero_std": 0.0,
|
1927 |
+
"grad_norm": 8.5,
|
1928 |
+
"learning_rate": 1.2e-07,
|
1929 |
+
"loss": 0.1072,
|
1930 |
+
"num_tokens": 334744.0,
|
1931 |
+
"reward": -7.90000057220459,
|
1932 |
+
"reward_std": 3.3941125869750977,
|
1933 |
+
"rewards/chatgpt_combined_reward/mean": -7.90000057220459,
|
1934 |
+
"rewards/chatgpt_combined_reward/std": 4.806246280670166,
|
1935 |
+
"step": 77
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"clip_ratio/high_max": 0.0,
|
1939 |
+
"clip_ratio/high_mean": 0.0,
|
1940 |
+
"clip_ratio/low_mean": 0.0,
|
1941 |
+
"clip_ratio/low_min": 0.0,
|
1942 |
+
"clip_ratio/region_mean": 0.0,
|
1943 |
+
"completions/clipped_ratio": 0.0,
|
1944 |
+
"completions/max_length": 814.0,
|
1945 |
+
"completions/max_terminated_length": 814.0,
|
1946 |
+
"completions/mean_length": 618.25,
|
1947 |
+
"completions/mean_terminated_length": 618.25,
|
1948 |
+
"completions/min_length": 519.0,
|
1949 |
+
"completions/min_terminated_length": 519.0,
|
1950 |
+
"epoch": 0.00724671342964649,
|
1951 |
+
"frac_reward_zero_std": 0.5,
|
1952 |
+
"grad_norm": 4.4375,
|
1953 |
+
"learning_rate": 1.15e-07,
|
1954 |
+
"loss": -0.0338,
|
1955 |
+
"num_tokens": 339217.0,
|
1956 |
+
"reward": -2.0003750324249268,
|
1957 |
+
"reward_std": 0.4714634120464325,
|
1958 |
+
"rewards/chatgpt_combined_reward/mean": -2.0003750324249268,
|
1959 |
+
"rewards/chatgpt_combined_reward/std": 9.253199577331543,
|
1960 |
+
"step": 78
|
1961 |
+
},
|
1962 |
+
{
|
1963 |
+
"clip_ratio/high_max": 0.0,
|
1964 |
+
"clip_ratio/high_mean": 0.0,
|
1965 |
+
"clip_ratio/low_mean": 0.0,
|
1966 |
+
"clip_ratio/low_min": 0.0,
|
1967 |
+
"clip_ratio/region_mean": 0.0,
|
1968 |
+
"completions/clipped_ratio": 0.0,
|
1969 |
+
"completions/max_length": 664.0,
|
1970 |
+
"completions/max_terminated_length": 664.0,
|
1971 |
+
"completions/mean_length": 561.75,
|
1972 |
+
"completions/mean_terminated_length": 561.75,
|
1973 |
+
"completions/min_length": 520.0,
|
1974 |
+
"completions/min_terminated_length": 520.0,
|
1975 |
+
"epoch": 0.007339620012077856,
|
1976 |
+
"frac_reward_zero_std": 0.0,
|
1977 |
+
"grad_norm": 8.6875,
|
1978 |
+
"learning_rate": 1.0999999999999999e-07,
|
1979 |
+
"loss": -0.0368,
|
1980 |
+
"num_tokens": 342692.0,
|
1981 |
+
"reward": -1.2501251697540283,
|
1982 |
+
"reward_std": 2.9463372230529785,
|
1983 |
+
"rewards/chatgpt_combined_reward/mean": -1.2501251697540283,
|
1984 |
+
"rewards/chatgpt_combined_reward/std": 7.622077465057373,
|
1985 |
+
"step": 79
|
1986 |
+
},
|
1987 |
+
{
|
1988 |
+
"clip_ratio/high_max": 0.0,
|
1989 |
+
"clip_ratio/high_mean": 0.0,
|
1990 |
+
"clip_ratio/low_mean": 0.0,
|
1991 |
+
"clip_ratio/low_min": 0.0,
|
1992 |
+
"clip_ratio/region_mean": 0.0,
|
1993 |
+
"completions/clipped_ratio": 0.0,
|
1994 |
+
"completions/max_length": 818.0,
|
1995 |
+
"completions/max_terminated_length": 818.0,
|
1996 |
+
"completions/mean_length": 644.25,
|
1997 |
+
"completions/mean_terminated_length": 644.25,
|
1998 |
+
"completions/min_length": 532.0,
|
1999 |
+
"completions/min_terminated_length": 532.0,
|
2000 |
+
"epoch": 0.0074325265945092206,
|
2001 |
+
"frac_reward_zero_std": 0.0,
|
2002 |
+
"grad_norm": 7.8125,
|
2003 |
+
"learning_rate": 1.0499999999999999e-07,
|
2004 |
+
"loss": -0.1178,
|
2005 |
+
"num_tokens": 346483.0,
|
2006 |
+
"reward": -1.5832499265670776,
|
2007 |
+
"reward_std": 2.23905348777771,
|
2008 |
+
"rewards/chatgpt_combined_reward/mean": -1.5832499265670776,
|
2009 |
+
"rewards/chatgpt_combined_reward/std": 5.307532787322998,
|
2010 |
+
"step": 80
|
2011 |
+
},
|
2012 |
+
{
|
2013 |
+
"clip_ratio/high_max": 0.0,
|
2014 |
+
"clip_ratio/high_mean": 0.0,
|
2015 |
+
"clip_ratio/low_mean": 0.0,
|
2016 |
+
"clip_ratio/low_min": 0.0,
|
2017 |
+
"clip_ratio/region_mean": 0.0,
|
2018 |
+
"completions/clipped_ratio": 0.5,
|
2019 |
+
"completions/max_length": 1024.0,
|
2020 |
+
"completions/max_terminated_length": 518.0,
|
2021 |
+
"completions/mean_length": 770.5,
|
2022 |
+
"completions/mean_terminated_length": 517.0,
|
2023 |
+
"completions/min_length": 516.0,
|
2024 |
+
"completions/min_terminated_length": 516.0,
|
2025 |
+
"epoch": 0.007525433176940586,
|
2026 |
+
"frac_reward_zero_std": 0.0,
|
2027 |
+
"grad_norm": 9.3125,
|
2028 |
+
"learning_rate": 1e-07,
|
2029 |
+
"loss": -0.0007,
|
2030 |
+
"num_tokens": 351613.0,
|
2031 |
+
"reward": -8.15000057220459,
|
2032 |
+
"reward_std": 0.21213217079639435,
|
2033 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
2034 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
2035 |
+
"step": 81
|
2036 |
+
},
|
2037 |
+
{
|
2038 |
+
"clip_ratio/high_max": 0.0,
|
2039 |
+
"clip_ratio/high_mean": 0.0,
|
2040 |
+
"clip_ratio/low_mean": 0.0,
|
2041 |
+
"clip_ratio/low_min": 0.0,
|
2042 |
+
"clip_ratio/region_mean": 0.0,
|
2043 |
+
"completions/clipped_ratio": 0.0,
|
2044 |
+
"completions/max_length": 636.0,
|
2045 |
+
"completions/max_terminated_length": 636.0,
|
2046 |
+
"completions/mean_length": 553.5,
|
2047 |
+
"completions/mean_terminated_length": 553.5,
|
2048 |
+
"completions/min_length": 525.0,
|
2049 |
+
"completions/min_terminated_length": 525.0,
|
2050 |
+
"epoch": 0.007618339759371952,
|
2051 |
+
"frac_reward_zero_std": 0.5,
|
2052 |
+
"grad_norm": 5.625,
|
2053 |
+
"learning_rate": 9.499999999999999e-08,
|
2054 |
+
"loss": 0.0164,
|
2055 |
+
"num_tokens": 355029.0,
|
2056 |
+
"reward": -2.7502501010894775,
|
2057 |
+
"reward_std": 3.8887336254119873,
|
2058 |
+
"rewards/chatgpt_combined_reward/mean": -2.7502501010894775,
|
2059 |
+
"rewards/chatgpt_combined_reward/std": 9.499552726745605,
|
2060 |
+
"step": 82
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"clip_ratio/high_max": 0.0,
|
2064 |
+
"clip_ratio/high_mean": 0.0,
|
2065 |
+
"clip_ratio/low_mean": 0.0,
|
2066 |
+
"clip_ratio/low_min": 0.0,
|
2067 |
+
"clip_ratio/region_mean": 0.0,
|
2068 |
+
"completions/clipped_ratio": 0.0,
|
2069 |
+
"completions/max_length": 626.0,
|
2070 |
+
"completions/max_terminated_length": 626.0,
|
2071 |
+
"completions/mean_length": 580.75,
|
2072 |
+
"completions/mean_terminated_length": 580.75,
|
2073 |
+
"completions/min_length": 532.0,
|
2074 |
+
"completions/min_terminated_length": 532.0,
|
2075 |
+
"epoch": 0.007711246341803317,
|
2076 |
+
"frac_reward_zero_std": 0.5,
|
2077 |
+
"grad_norm": 5.6875,
|
2078 |
+
"learning_rate": 9e-08,
|
2079 |
+
"loss": 0.0014,
|
2080 |
+
"num_tokens": 358566.0,
|
2081 |
+
"reward": -0.2505002021789551,
|
2082 |
+
"reward_std": 0.3535533845424652,
|
2083 |
+
"rewards/chatgpt_combined_reward/mean": -0.2505002021789551,
|
2084 |
+
"rewards/chatgpt_combined_reward/std": 11.265152931213379,
|
2085 |
+
"step": 83
|
2086 |
+
},
|
2087 |
+
{
|
2088 |
+
"clip_ratio/high_max": 0.0,
|
2089 |
+
"clip_ratio/high_mean": 0.0,
|
2090 |
+
"clip_ratio/low_mean": 0.0,
|
2091 |
+
"clip_ratio/low_min": 0.0,
|
2092 |
+
"clip_ratio/region_mean": 0.0,
|
2093 |
+
"completions/clipped_ratio": 0.25,
|
2094 |
+
"completions/max_length": 1024.0,
|
2095 |
+
"completions/max_terminated_length": 693.0,
|
2096 |
+
"completions/mean_length": 705.5,
|
2097 |
+
"completions/mean_terminated_length": 599.3333740234375,
|
2098 |
+
"completions/min_length": 515.0,
|
2099 |
+
"completions/min_terminated_length": 515.0,
|
2100 |
+
"epoch": 0.007804152924234682,
|
2101 |
+
"frac_reward_zero_std": 0.0,
|
2102 |
+
"grad_norm": 8.8125,
|
2103 |
+
"learning_rate": 8.500000000000001e-08,
|
2104 |
+
"loss": -0.1453,
|
2105 |
+
"num_tokens": 363436.0,
|
2106 |
+
"reward": -3.749875068664551,
|
2107 |
+
"reward_std": 4.124730587005615,
|
2108 |
+
"rewards/chatgpt_combined_reward/mean": -3.749875068664551,
|
2109 |
+
"rewards/chatgpt_combined_reward/std": 4.383296489715576,
|
2110 |
+
"step": 84
|
2111 |
+
},
|
2112 |
+
{
|
2113 |
+
"clip_ratio/high_max": 0.0,
|
2114 |
+
"clip_ratio/high_mean": 0.0,
|
2115 |
+
"clip_ratio/low_mean": 0.0,
|
2116 |
+
"clip_ratio/low_min": 0.0,
|
2117 |
+
"clip_ratio/region_mean": 0.0,
|
2118 |
+
"completions/clipped_ratio": 0.0,
|
2119 |
+
"completions/max_length": 890.0,
|
2120 |
+
"completions/max_terminated_length": 890.0,
|
2121 |
+
"completions/mean_length": 618.75,
|
2122 |
+
"completions/mean_terminated_length": 618.75,
|
2123 |
+
"completions/min_length": 522.0,
|
2124 |
+
"completions/min_terminated_length": 522.0,
|
2125 |
+
"epoch": 0.007897059506666047,
|
2126 |
+
"frac_reward_zero_std": 0.0,
|
2127 |
+
"grad_norm": 7.125,
|
2128 |
+
"learning_rate": 8e-08,
|
2129 |
+
"loss": -0.086,
|
2130 |
+
"num_tokens": 367959.0,
|
2131 |
+
"reward": -8.89987564086914,
|
2132 |
+
"reward_std": 1.9800759553909302,
|
2133 |
+
"rewards/chatgpt_combined_reward/mean": -8.89987564086914,
|
2134 |
+
"rewards/chatgpt_combined_reward/std": 2.4292385578155518,
|
2135 |
+
"step": 85
|
2136 |
+
},
|
2137 |
+
{
|
2138 |
+
"clip_ratio/high_max": 0.0,
|
2139 |
+
"clip_ratio/high_mean": 0.0,
|
2140 |
+
"clip_ratio/low_mean": 0.0,
|
2141 |
+
"clip_ratio/low_min": 0.0,
|
2142 |
+
"clip_ratio/region_mean": 0.0,
|
2143 |
+
"completions/clipped_ratio": 0.25,
|
2144 |
+
"completions/max_length": 1024.0,
|
2145 |
+
"completions/max_terminated_length": 519.0,
|
2146 |
+
"completions/mean_length": 644.25,
|
2147 |
+
"completions/mean_terminated_length": 517.6666870117188,
|
2148 |
+
"completions/min_length": 517.0,
|
2149 |
+
"completions/min_terminated_length": 517.0,
|
2150 |
+
"epoch": 0.007989966089097413,
|
2151 |
+
"frac_reward_zero_std": 0.0,
|
2152 |
+
"grad_norm": 7.0625,
|
2153 |
+
"learning_rate": 7.5e-08,
|
2154 |
+
"loss": 0.1156,
|
2155 |
+
"num_tokens": 370960.0,
|
2156 |
+
"reward": 3.832624912261963,
|
2157 |
+
"reward_std": 3.771176815032959,
|
2158 |
+
"rewards/chatgpt_combined_reward/mean": 3.832624912261963,
|
2159 |
+
"rewards/chatgpt_combined_reward/std": 4.7957444190979,
|
2160 |
+
"step": 86
|
2161 |
+
},
|
2162 |
+
{
|
2163 |
+
"clip_ratio/high_max": 0.0,
|
2164 |
+
"clip_ratio/high_mean": 0.0,
|
2165 |
+
"clip_ratio/low_mean": 0.0,
|
2166 |
+
"clip_ratio/low_min": 0.0,
|
2167 |
+
"clip_ratio/region_mean": 0.0,
|
2168 |
+
"completions/clipped_ratio": 0.0,
|
2169 |
+
"completions/max_length": 731.0,
|
2170 |
+
"completions/max_terminated_length": 731.0,
|
2171 |
+
"completions/mean_length": 585.75,
|
2172 |
+
"completions/mean_terminated_length": 585.75,
|
2173 |
+
"completions/min_length": 520.0,
|
2174 |
+
"completions/min_terminated_length": 520.0,
|
2175 |
+
"epoch": 0.008082872671528778,
|
2176 |
+
"frac_reward_zero_std": 0.0,
|
2177 |
+
"grad_norm": 7.9375,
|
2178 |
+
"learning_rate": 7e-08,
|
2179 |
+
"loss": 0.0622,
|
2180 |
+
"num_tokens": 375351.0,
|
2181 |
+
"reward": -5.983250141143799,
|
2182 |
+
"reward_std": 5.892674446105957,
|
2183 |
+
"rewards/chatgpt_combined_reward/mean": -5.983250141143799,
|
2184 |
+
"rewards/chatgpt_combined_reward/std": 4.826911449432373,
|
2185 |
+
"step": 87
|
2186 |
+
},
|
2187 |
+
{
|
2188 |
+
"clip_ratio/high_max": 0.0,
|
2189 |
+
"clip_ratio/high_mean": 0.0,
|
2190 |
+
"clip_ratio/low_mean": 0.0,
|
2191 |
+
"clip_ratio/low_min": 0.0,
|
2192 |
+
"clip_ratio/region_mean": 0.0,
|
2193 |
+
"completions/clipped_ratio": 0.0,
|
2194 |
+
"completions/max_length": 1002.0,
|
2195 |
+
"completions/max_terminated_length": 1002.0,
|
2196 |
+
"completions/mean_length": 724.25,
|
2197 |
+
"completions/mean_terminated_length": 724.25,
|
2198 |
+
"completions/min_length": 562.0,
|
2199 |
+
"completions/min_terminated_length": 562.0,
|
2200 |
+
"epoch": 0.008175779253960144,
|
2201 |
+
"frac_reward_zero_std": 0.0,
|
2202 |
+
"grad_norm": 7.625,
|
2203 |
+
"learning_rate": 6.5e-08,
|
2204 |
+
"loss": -0.0,
|
2205 |
+
"num_tokens": 380296.0,
|
2206 |
+
"reward": -8.15000057220459,
|
2207 |
+
"reward_std": 0.21213217079639435,
|
2208 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
2209 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
2210 |
+
"step": 88
|
2211 |
+
},
|
2212 |
+
{
|
2213 |
+
"clip_ratio/high_max": 0.0,
|
2214 |
+
"clip_ratio/high_mean": 0.0,
|
2215 |
+
"clip_ratio/low_mean": 0.0,
|
2216 |
+
"clip_ratio/low_min": 0.0,
|
2217 |
+
"clip_ratio/region_mean": 0.0,
|
2218 |
+
"completions/clipped_ratio": 0.0,
|
2219 |
+
"completions/max_length": 746.0,
|
2220 |
+
"completions/max_terminated_length": 746.0,
|
2221 |
+
"completions/mean_length": 592.25,
|
2222 |
+
"completions/mean_terminated_length": 592.25,
|
2223 |
+
"completions/min_length": 517.0,
|
2224 |
+
"completions/min_terminated_length": 517.0,
|
2225 |
+
"epoch": 0.008268685836391508,
|
2226 |
+
"frac_reward_zero_std": 0.0,
|
2227 |
+
"grad_norm": 7.75,
|
2228 |
+
"learning_rate": 6e-08,
|
2229 |
+
"loss": -0.0,
|
2230 |
+
"num_tokens": 384329.0,
|
2231 |
+
"reward": 4.832625389099121,
|
2232 |
+
"reward_std": 3.771177291870117,
|
2233 |
+
"rewards/chatgpt_combined_reward/mean": 4.832625389099121,
|
2234 |
+
"rewards/chatgpt_combined_reward/std": 3.911078929901123,
|
2235 |
+
"step": 89
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"clip_ratio/high_max": 0.0,
|
2239 |
+
"clip_ratio/high_mean": 0.0,
|
2240 |
+
"clip_ratio/low_mean": 0.0,
|
2241 |
+
"clip_ratio/low_min": 0.0,
|
2242 |
+
"clip_ratio/region_mean": 0.0,
|
2243 |
+
"completions/clipped_ratio": 0.0,
|
2244 |
+
"completions/max_length": 698.0,
|
2245 |
+
"completions/max_terminated_length": 698.0,
|
2246 |
+
"completions/mean_length": 633.0,
|
2247 |
+
"completions/mean_terminated_length": 633.0,
|
2248 |
+
"completions/min_length": 598.0,
|
2249 |
+
"completions/min_terminated_length": 598.0,
|
2250 |
+
"epoch": 0.008361592418822873,
|
2251 |
+
"frac_reward_zero_std": 0.0,
|
2252 |
+
"grad_norm": 7.46875,
|
2253 |
+
"learning_rate": 5.4999999999999996e-08,
|
2254 |
+
"loss": -0.0157,
|
2255 |
+
"num_tokens": 388909.0,
|
2256 |
+
"reward": -5.983250141143799,
|
2257 |
+
"reward_std": 0.21213209629058838,
|
2258 |
+
"rewards/chatgpt_combined_reward/mean": -5.983250141143799,
|
2259 |
+
"rewards/chatgpt_combined_reward/std": 4.468296527862549,
|
2260 |
+
"step": 90
|
2261 |
+
},
|
2262 |
+
{
|
2263 |
+
"clip_ratio/high_max": 0.0,
|
2264 |
+
"clip_ratio/high_mean": 0.0,
|
2265 |
+
"clip_ratio/low_mean": 0.0,
|
2266 |
+
"clip_ratio/low_min": 0.0,
|
2267 |
+
"clip_ratio/region_mean": 0.0,
|
2268 |
+
"completions/clipped_ratio": 0.0,
|
2269 |
+
"completions/max_length": 750.0,
|
2270 |
+
"completions/max_terminated_length": 750.0,
|
2271 |
+
"completions/mean_length": 584.5,
|
2272 |
+
"completions/mean_terminated_length": 584.5,
|
2273 |
+
"completions/min_length": 523.0,
|
2274 |
+
"completions/min_terminated_length": 523.0,
|
2275 |
+
"epoch": 0.008454499001254239,
|
2276 |
+
"frac_reward_zero_std": 0.5,
|
2277 |
+
"grad_norm": 4.78125,
|
2278 |
+
"learning_rate": 5e-08,
|
2279 |
+
"loss": 0.0284,
|
2280 |
+
"num_tokens": 392953.0,
|
2281 |
+
"reward": -2.083624839782715,
|
2282 |
+
"reward_std": 1.7675902843475342,
|
2283 |
+
"rewards/chatgpt_combined_reward/mean": -2.083624839782715,
|
2284 |
+
"rewards/chatgpt_combined_reward/std": 9.366135597229004,
|
2285 |
+
"step": 91
|
2286 |
+
},
|
2287 |
+
{
|
2288 |
+
"clip_ratio/high_max": 0.0,
|
2289 |
+
"clip_ratio/high_mean": 0.0,
|
2290 |
+
"clip_ratio/low_mean": 0.0,
|
2291 |
+
"clip_ratio/low_min": 0.0,
|
2292 |
+
"clip_ratio/region_mean": 0.0,
|
2293 |
+
"completions/clipped_ratio": 0.25,
|
2294 |
+
"completions/max_length": 1024.0,
|
2295 |
+
"completions/max_terminated_length": 686.0,
|
2296 |
+
"completions/mean_length": 714.25,
|
2297 |
+
"completions/mean_terminated_length": 611.0,
|
2298 |
+
"completions/min_length": 522.0,
|
2299 |
+
"completions/min_terminated_length": 522.0,
|
2300 |
+
"epoch": 0.008547405583685604,
|
2301 |
+
"frac_reward_zero_std": 0.0,
|
2302 |
+
"grad_norm": 8.0,
|
2303 |
+
"learning_rate": 4.5e-08,
|
2304 |
+
"loss": 0.1335,
|
2305 |
+
"num_tokens": 397858.0,
|
2306 |
+
"reward": -9.316499710083008,
|
2307 |
+
"reward_std": 1.3908792734146118,
|
2308 |
+
"rewards/chatgpt_combined_reward/mean": -9.316499710083008,
|
2309 |
+
"rewards/chatgpt_combined_reward/std": 1.61105215549469,
|
2310 |
+
"step": 92
|
2311 |
+
},
|
2312 |
+
{
|
2313 |
+
"clip_ratio/high_max": 0.0,
|
2314 |
+
"clip_ratio/high_mean": 0.0,
|
2315 |
+
"clip_ratio/low_mean": 0.0,
|
2316 |
+
"clip_ratio/low_min": 0.0,
|
2317 |
+
"clip_ratio/region_mean": 0.0,
|
2318 |
+
"completions/clipped_ratio": 0.0,
|
2319 |
+
"completions/max_length": 848.0,
|
2320 |
+
"completions/max_terminated_length": 848.0,
|
2321 |
+
"completions/mean_length": 737.75,
|
2322 |
+
"completions/mean_terminated_length": 737.75,
|
2323 |
+
"completions/min_length": 639.0,
|
2324 |
+
"completions/min_terminated_length": 639.0,
|
2325 |
+
"epoch": 0.00864031216611697,
|
2326 |
+
"frac_reward_zero_std": 0.0,
|
2327 |
+
"grad_norm": 6.6875,
|
2328 |
+
"learning_rate": 4e-08,
|
2329 |
+
"loss": -0.0,
|
2330 |
+
"num_tokens": 402857.0,
|
2331 |
+
"reward": -8.15000057220459,
|
2332 |
+
"reward_std": 0.21213217079639435,
|
2333 |
+
"rewards/chatgpt_combined_reward/mean": -8.15000057220459,
|
2334 |
+
"rewards/chatgpt_combined_reward/std": 0.387298583984375,
|
2335 |
+
"step": 93
|
2336 |
+
},
|
2337 |
+
{
|
2338 |
+
"clip_ratio/high_max": 0.0,
|
2339 |
+
"clip_ratio/high_mean": 0.0,
|
2340 |
+
"clip_ratio/low_mean": 0.0,
|
2341 |
+
"clip_ratio/low_min": 0.0,
|
2342 |
+
"clip_ratio/region_mean": 0.0,
|
2343 |
+
"completions/clipped_ratio": 0.0,
|
2344 |
+
"completions/max_length": 958.0,
|
2345 |
+
"completions/max_terminated_length": 958.0,
|
2346 |
+
"completions/mean_length": 649.0,
|
2347 |
+
"completions/mean_terminated_length": 649.0,
|
2348 |
+
"completions/min_length": 526.0,
|
2349 |
+
"completions/min_terminated_length": 526.0,
|
2350 |
+
"epoch": 0.008733218748548335,
|
2351 |
+
"frac_reward_zero_std": 0.0,
|
2352 |
+
"grad_norm": 9.5,
|
2353 |
+
"learning_rate": 3.5e-08,
|
2354 |
+
"loss": 0.0,
|
2355 |
+
"num_tokens": 407501.0,
|
2356 |
+
"reward": -9.316499710083008,
|
2357 |
+
"reward_std": 1.1787470579147339,
|
2358 |
+
"rewards/chatgpt_combined_reward/mean": -9.316499710083008,
|
2359 |
+
"rewards/chatgpt_combined_reward/std": 1.8061809539794922,
|
2360 |
+
"step": 94
|
2361 |
+
},
|
2362 |
+
{
|
2363 |
+
"clip_ratio/high_max": 0.0,
|
2364 |
+
"clip_ratio/high_mean": 0.0,
|
2365 |
+
"clip_ratio/low_mean": 0.0,
|
2366 |
+
"clip_ratio/low_min": 0.0,
|
2367 |
+
"clip_ratio/region_mean": 0.0,
|
2368 |
+
"completions/clipped_ratio": 0.0,
|
2369 |
+
"completions/max_length": 795.0,
|
2370 |
+
"completions/max_terminated_length": 795.0,
|
2371 |
+
"completions/mean_length": 645.0,
|
2372 |
+
"completions/mean_terminated_length": 645.0,
|
2373 |
+
"completions/min_length": 530.0,
|
2374 |
+
"completions/min_terminated_length": 530.0,
|
2375 |
+
"epoch": 0.0088261253309797,
|
2376 |
+
"frac_reward_zero_std": 0.0,
|
2377 |
+
"grad_norm": 8.75,
|
2378 |
+
"learning_rate": 3e-08,
|
2379 |
+
"loss": -0.0538,
|
2380 |
+
"num_tokens": 412129.0,
|
2381 |
+
"reward": -2.583124876022339,
|
2382 |
+
"reward_std": 1.2963035106658936,
|
2383 |
+
"rewards/chatgpt_combined_reward/mean": -2.583124876022339,
|
2384 |
+
"rewards/chatgpt_combined_reward/std": 2.114532947540283,
|
2385 |
+
"step": 95
|
2386 |
+
},
|
2387 |
+
{
|
2388 |
+
"clip_ratio/high_max": 0.0,
|
2389 |
+
"clip_ratio/high_mean": 0.0,
|
2390 |
+
"clip_ratio/low_mean": 0.0,
|
2391 |
+
"clip_ratio/low_min": 0.0,
|
2392 |
+
"clip_ratio/region_mean": 0.0,
|
2393 |
+
"completions/clipped_ratio": 0.25,
|
2394 |
+
"completions/max_length": 1024.0,
|
2395 |
+
"completions/max_terminated_length": 806.0,
|
2396 |
+
"completions/mean_length": 732.25,
|
2397 |
+
"completions/mean_terminated_length": 635.0,
|
2398 |
+
"completions/min_length": 525.0,
|
2399 |
+
"completions/min_terminated_length": 525.0,
|
2400 |
+
"epoch": 0.008919031913411065,
|
2401 |
+
"frac_reward_zero_std": 0.5,
|
2402 |
+
"grad_norm": 5.0,
|
2403 |
+
"learning_rate": 2.5e-08,
|
2404 |
+
"loss": 0.0132,
|
2405 |
+
"num_tokens": 416252.0,
|
2406 |
+
"reward": -3.1670000553131104,
|
2407 |
+
"reward_std": 0.2354665994644165,
|
2408 |
+
"rewards/chatgpt_combined_reward/mean": -3.1670000553131104,
|
2409 |
+
"rewards/chatgpt_combined_reward/std": 7.894752502441406,
|
2410 |
+
"step": 96
|
2411 |
+
},
|
2412 |
+
{
|
2413 |
+
"clip_ratio/high_max": 0.0,
|
2414 |
+
"clip_ratio/high_mean": 0.0,
|
2415 |
+
"clip_ratio/low_mean": 0.0,
|
2416 |
+
"clip_ratio/low_min": 0.0,
|
2417 |
+
"clip_ratio/region_mean": 0.0,
|
2418 |
+
"completions/clipped_ratio": 0.0,
|
2419 |
+
"completions/max_length": 772.0,
|
2420 |
+
"completions/max_terminated_length": 772.0,
|
2421 |
+
"completions/mean_length": 650.0,
|
2422 |
+
"completions/mean_terminated_length": 650.0,
|
2423 |
+
"completions/min_length": 518.0,
|
2424 |
+
"completions/min_terminated_length": 518.0,
|
2425 |
+
"epoch": 0.00901193849584243,
|
2426 |
+
"frac_reward_zero_std": 0.5,
|
2427 |
+
"grad_norm": 4.4375,
|
2428 |
+
"learning_rate": 2e-08,
|
2429 |
+
"loss": -0.0286,
|
2430 |
+
"num_tokens": 420900.0,
|
2431 |
+
"reward": -5.916625022888184,
|
2432 |
+
"reward_std": 0.11791006475687027,
|
2433 |
+
"rewards/chatgpt_combined_reward/mean": -5.916625022888184,
|
2434 |
+
"rewards/chatgpt_combined_reward/std": 4.717040538787842,
|
2435 |
+
"step": 97
|
2436 |
+
},
|
2437 |
+
{
|
2438 |
+
"clip_ratio/high_max": 0.0,
|
2439 |
+
"clip_ratio/high_mean": 0.0,
|
2440 |
+
"clip_ratio/low_mean": 0.0,
|
2441 |
+
"clip_ratio/low_min": 0.0,
|
2442 |
+
"clip_ratio/region_mean": 0.0,
|
2443 |
+
"completions/clipped_ratio": 0.25,
|
2444 |
+
"completions/max_length": 1024.0,
|
2445 |
+
"completions/max_terminated_length": 652.0,
|
2446 |
+
"completions/mean_length": 683.25,
|
2447 |
+
"completions/mean_terminated_length": 569.6666870117188,
|
2448 |
+
"completions/min_length": 516.0,
|
2449 |
+
"completions/min_terminated_length": 516.0,
|
2450 |
+
"epoch": 0.009104845078273796,
|
2451 |
+
"frac_reward_zero_std": 0.5,
|
2452 |
+
"grad_norm": 5.40625,
|
2453 |
+
"learning_rate": 1.5e-08,
|
2454 |
+
"loss": 0.0434,
|
2455 |
+
"num_tokens": 425291.0,
|
2456 |
+
"reward": -0.8337502479553223,
|
2457 |
+
"reward_std": 1.1783933639526367,
|
2458 |
+
"rewards/chatgpt_combined_reward/mean": -0.8337502479553223,
|
2459 |
+
"rewards/chatgpt_combined_reward/std": 10.671379089355469,
|
2460 |
+
"step": 98
|
2461 |
+
},
|
2462 |
+
{
|
2463 |
+
"clip_ratio/high_max": 0.0,
|
2464 |
+
"clip_ratio/high_mean": 0.0,
|
2465 |
+
"clip_ratio/low_mean": 0.0,
|
2466 |
+
"clip_ratio/low_min": 0.0,
|
2467 |
+
"clip_ratio/region_mean": 0.0,
|
2468 |
+
"completions/clipped_ratio": 0.0,
|
2469 |
+
"completions/max_length": 622.0,
|
2470 |
+
"completions/max_terminated_length": 622.0,
|
2471 |
+
"completions/mean_length": 573.5,
|
2472 |
+
"completions/mean_terminated_length": 573.5,
|
2473 |
+
"completions/min_length": 519.0,
|
2474 |
+
"completions/min_terminated_length": 519.0,
|
2475 |
+
"epoch": 0.009197751660705161,
|
2476 |
+
"frac_reward_zero_std": 0.5,
|
2477 |
+
"grad_norm": 5.0625,
|
2478 |
+
"learning_rate": 1e-08,
|
2479 |
+
"loss": -0.0229,
|
2480 |
+
"num_tokens": 429633.0,
|
2481 |
+
"reward": -7.749750137329102,
|
2482 |
+
"reward_std": 0.8248399496078491,
|
2483 |
+
"rewards/chatgpt_combined_reward/mean": -7.749750137329102,
|
2484 |
+
"rewards/chatgpt_combined_reward/std": 2.7674262523651123,
|
2485 |
+
"step": 99
|
2486 |
+
},
|
2487 |
+
{
|
2488 |
+
"clip_ratio/high_max": 0.0,
|
2489 |
+
"clip_ratio/high_mean": 0.0,
|
2490 |
+
"clip_ratio/low_mean": 0.0,
|
2491 |
+
"clip_ratio/low_min": 0.0,
|
2492 |
+
"clip_ratio/region_mean": 0.0,
|
2493 |
+
"completions/clipped_ratio": 0.0,
|
2494 |
+
"completions/max_length": 757.0,
|
2495 |
+
"completions/max_terminated_length": 757.0,
|
2496 |
+
"completions/mean_length": 595.25,
|
2497 |
+
"completions/mean_terminated_length": 595.25,
|
2498 |
+
"completions/min_length": 531.0,
|
2499 |
+
"completions/min_terminated_length": 531.0,
|
2500 |
+
"epoch": 0.009290658243136527,
|
2501 |
+
"frac_reward_zero_std": 0.5,
|
2502 |
+
"grad_norm": 5.25,
|
2503 |
+
"learning_rate": 5e-09,
|
2504 |
+
"loss": 0.0081,
|
2505 |
+
"num_tokens": 433854.0,
|
2506 |
+
"reward": -2.0003747940063477,
|
2507 |
+
"reward_std": 1.6498571634292603,
|
2508 |
+
"rewards/chatgpt_combined_reward/mean": -2.0003747940063477,
|
2509 |
+
"rewards/chatgpt_combined_reward/std": 9.431580543518066,
|
2510 |
+
"step": 100
|
2511 |
+
}
|
2512 |
+
],
|
2513 |
+
"logging_steps": 1,
|
2514 |
+
"max_steps": 100,
|
2515 |
+
"num_input_tokens_seen": 433854,
|
2516 |
+
"num_train_epochs": 1,
|
2517 |
+
"save_steps": 500,
|
2518 |
+
"stateful_callbacks": {
|
2519 |
+
"TrainerControl": {
|
2520 |
+
"args": {
|
2521 |
+
"should_epoch_stop": false,
|
2522 |
+
"should_evaluate": false,
|
2523 |
+
"should_log": false,
|
2524 |
+
"should_save": true,
|
2525 |
+
"should_training_stop": true
|
2526 |
+
},
|
2527 |
+
"attributes": {}
|
2528 |
+
}
|
2529 |
+
},
|
2530 |
+
"total_flos": 0.0,
|
2531 |
+
"train_batch_size": 2,
|
2532 |
+
"trial_name": null,
|
2533 |
+
"trial_params": null
|
2534 |
+
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cf3d821ad0a7202f65407a8ea5958f9a2fe7ce07c267ac7a7c7cd151a8c4b11
|
3 |
+
size 7057
|