Upload task output 1
Browse files- .gitattributes +1 -0
- README.md +209 -0
- adapter_config.json +46 -0
- adapter_model.safetensors +3 -0
- chat_template.jinja +93 -0
- loss.txt +1 -0
- special_tokens_map.json +23 -0
- tokenizer.json +3 -0
- tokenizer_config.json +2066 -0
- trainer_state.json +1843 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: None
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:/cache/models/unsloth--Llama-3.2-3B-Instruct
|
| 7 |
+
- grpo
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- 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. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
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).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.18.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": null,
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 64,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
| 25 |
+
"peft_type": "LORA",
|
| 26 |
+
"peft_version": "0.18.1",
|
| 27 |
+
"qalora_group_size": 16,
|
| 28 |
+
"r": 32,
|
| 29 |
+
"rank_pattern": {},
|
| 30 |
+
"revision": null,
|
| 31 |
+
"target_modules": [
|
| 32 |
+
"o_proj",
|
| 33 |
+
"q_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"down_proj",
|
| 36 |
+
"k_proj",
|
| 37 |
+
"gate_proj",
|
| 38 |
+
"up_proj"
|
| 39 |
+
],
|
| 40 |
+
"target_parameters": null,
|
| 41 |
+
"task_type": "CAUSAL_LM",
|
| 42 |
+
"trainable_token_indices": null,
|
| 43 |
+
"use_dora": false,
|
| 44 |
+
"use_qalora": false,
|
| 45 |
+
"use_rslora": false
|
| 46 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47883f56de22f05d4aebc161b65bb09828678d9bf36c5f250736a78af8ba2eee
|
| 3 |
+
size 194563400
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{{- bos_token }}
|
| 2 |
+
{%- if custom_tools is defined %}
|
| 3 |
+
{%- set tools = custom_tools %}
|
| 4 |
+
{%- endif %}
|
| 5 |
+
{%- if not tools_in_user_message is defined %}
|
| 6 |
+
{%- set tools_in_user_message = true %}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{%- if not date_string is defined %}
|
| 9 |
+
{%- if strftime_now is defined %}
|
| 10 |
+
{%- set date_string = strftime_now("%d %b %Y") %}
|
| 11 |
+
{%- else %}
|
| 12 |
+
{%- set date_string = "26 Jul 2024" %}
|
| 13 |
+
{%- endif %}
|
| 14 |
+
{%- endif %}
|
| 15 |
+
{%- if not tools is defined %}
|
| 16 |
+
{%- set tools = none %}
|
| 17 |
+
{%- endif %}
|
| 18 |
+
|
| 19 |
+
{#- This block extracts the system message, so we can slot it into the right place. #}
|
| 20 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 21 |
+
{%- set system_message = messages[0]['content']|trim %}
|
| 22 |
+
{%- set messages = messages[1:] %}
|
| 23 |
+
{%- else %}
|
| 24 |
+
{%- set system_message = "" %}
|
| 25 |
+
{%- endif %}
|
| 26 |
+
|
| 27 |
+
{#- System message #}
|
| 28 |
+
{{- "<|start_header_id|>system<|end_header_id|>\n\n" }}
|
| 29 |
+
{%- if tools is not none %}
|
| 30 |
+
{{- "Environment: ipython\n" }}
|
| 31 |
+
{%- endif %}
|
| 32 |
+
{{- "Cutting Knowledge Date: December 2023\n" }}
|
| 33 |
+
{{- "Today Date: " + date_string + "\n\n" }}
|
| 34 |
+
{%- if tools is not none and not tools_in_user_message %}
|
| 35 |
+
{{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }}
|
| 36 |
+
{{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
|
| 37 |
+
{{- "Do not use variables.\n\n" }}
|
| 38 |
+
{%- for t in tools %}
|
| 39 |
+
{{- t | tojson(indent=4) }}
|
| 40 |
+
{{- "\n\n" }}
|
| 41 |
+
{%- endfor %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{{- system_message }}
|
| 44 |
+
{{- "<|eot_id|>" }}
|
| 45 |
+
|
| 46 |
+
{#- Custom tools are passed in a user message with some extra guidance #}
|
| 47 |
+
{%- if tools_in_user_message and not tools is none %}
|
| 48 |
+
{#- Extract the first user message so we can plug it in here #}
|
| 49 |
+
{%- if messages | length != 0 %}
|
| 50 |
+
{%- set first_user_message = messages[0]['content']|trim %}
|
| 51 |
+
{%- set messages = messages[1:] %}
|
| 52 |
+
{%- else %}
|
| 53 |
+
{{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }}
|
| 54 |
+
{%- endif %}
|
| 55 |
+
{{- '<|start_header_id|>user<|end_header_id|>\n\n' -}}
|
| 56 |
+
{{- "Given the following functions, please respond with a JSON for a function call " }}
|
| 57 |
+
{{- "with its proper arguments that best answers the given prompt.\n\n" }}
|
| 58 |
+
{{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
|
| 59 |
+
{{- "Do not use variables.\n\n" }}
|
| 60 |
+
{%- for t in tools %}
|
| 61 |
+
{{- t | tojson(indent=4) }}
|
| 62 |
+
{{- "\n\n" }}
|
| 63 |
+
{%- endfor %}
|
| 64 |
+
{{- first_user_message + "<|eot_id|>"}}
|
| 65 |
+
{%- endif %}
|
| 66 |
+
|
| 67 |
+
{%- for message in messages %}
|
| 68 |
+
{%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}
|
| 69 |
+
{{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }}
|
| 70 |
+
{%- elif 'tool_calls' in message %}
|
| 71 |
+
{%- if not message.tool_calls|length == 1 %}
|
| 72 |
+
{{- raise_exception("This model only supports single tool-calls at once!") }}
|
| 73 |
+
{%- endif %}
|
| 74 |
+
{%- set tool_call = message.tool_calls[0].function %}
|
| 75 |
+
{{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
|
| 76 |
+
{{- '{"name": "' + tool_call.name + '", ' }}
|
| 77 |
+
{{- '"parameters": ' }}
|
| 78 |
+
{{- tool_call.arguments | tojson }}
|
| 79 |
+
{{- "}" }}
|
| 80 |
+
{{- "<|eot_id|>" }}
|
| 81 |
+
{%- elif message.role == "tool" or message.role == "ipython" %}
|
| 82 |
+
{{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }}
|
| 83 |
+
{%- if message.content is mapping or message.content is iterable %}
|
| 84 |
+
{{- message.content | tojson }}
|
| 85 |
+
{%- else %}
|
| 86 |
+
{{- message.content }}
|
| 87 |
+
{%- endif %}
|
| 88 |
+
{{- "<|eot_id|>" }}
|
| 89 |
+
{%- endif %}
|
| 90 |
+
{%- endfor %}
|
| 91 |
+
{%- if add_generation_prompt %}
|
| 92 |
+
{{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}
|
| 93 |
+
{%- endif %}
|
loss.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
75,no_eval
|
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": "<|eot_id|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|finetune_right_pad_id|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
}
|
| 23 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
|
| 3 |
+
size 17209920
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,2066 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"128000": {
|
| 5 |
+
"content": "<|begin_of_text|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"128001": {
|
| 13 |
+
"content": "<|end_of_text|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"128002": {
|
| 21 |
+
"content": "<|reserved_special_token_0|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"128003": {
|
| 29 |
+
"content": "<|reserved_special_token_1|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"128004": {
|
| 37 |
+
"content": "<|finetune_right_pad_id|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"128005": {
|
| 45 |
+
"content": "<|reserved_special_token_2|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"128006": {
|
| 53 |
+
"content": "<|start_header_id|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"128007": {
|
| 61 |
+
"content": "<|end_header_id|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"128008": {
|
| 69 |
+
"content": "<|eom_id|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"128009": {
|
| 77 |
+
"content": "<|eot_id|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"128010": {
|
| 85 |
+
"content": "<|python_tag|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"128011": {
|
| 93 |
+
"content": "<|reserved_special_token_3|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"128012": {
|
| 101 |
+
"content": "<|reserved_special_token_4|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"128013": {
|
| 109 |
+
"content": "<|reserved_special_token_5|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"128014": {
|
| 117 |
+
"content": "<|reserved_special_token_6|>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"128015": {
|
| 125 |
+
"content": "<|reserved_special_token_7|>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"128016": {
|
| 133 |
+
"content": "<|reserved_special_token_8|>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"128017": {
|
| 141 |
+
"content": "<|reserved_special_token_9|>",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"128018": {
|
| 149 |
+
"content": "<|reserved_special_token_10|>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"128019": {
|
| 157 |
+
"content": "<|reserved_special_token_11|>",
|
| 158 |
+
"lstrip": false,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"128020": {
|
| 165 |
+
"content": "<|reserved_special_token_12|>",
|
| 166 |
+
"lstrip": false,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"128021": {
|
| 173 |
+
"content": "<|reserved_special_token_13|>",
|
| 174 |
+
"lstrip": false,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"128022": {
|
| 181 |
+
"content": "<|reserved_special_token_14|>",
|
| 182 |
+
"lstrip": false,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"128023": {
|
| 189 |
+
"content": "<|reserved_special_token_15|>",
|
| 190 |
+
"lstrip": false,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"128024": {
|
| 197 |
+
"content": "<|reserved_special_token_16|>",
|
| 198 |
+
"lstrip": false,
|
| 199 |
+
"normalized": false,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"128025": {
|
| 205 |
+
"content": "<|reserved_special_token_17|>",
|
| 206 |
+
"lstrip": false,
|
| 207 |
+
"normalized": false,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"128026": {
|
| 213 |
+
"content": "<|reserved_special_token_18|>",
|
| 214 |
+
"lstrip": false,
|
| 215 |
+
"normalized": false,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"128027": {
|
| 221 |
+
"content": "<|reserved_special_token_19|>",
|
| 222 |
+
"lstrip": false,
|
| 223 |
+
"normalized": false,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"128028": {
|
| 229 |
+
"content": "<|reserved_special_token_20|>",
|
| 230 |
+
"lstrip": false,
|
| 231 |
+
"normalized": false,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"128029": {
|
| 237 |
+
"content": "<|reserved_special_token_21|>",
|
| 238 |
+
"lstrip": false,
|
| 239 |
+
"normalized": false,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"128030": {
|
| 245 |
+
"content": "<|reserved_special_token_22|>",
|
| 246 |
+
"lstrip": false,
|
| 247 |
+
"normalized": false,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"128031": {
|
| 253 |
+
"content": "<|reserved_special_token_23|>",
|
| 254 |
+
"lstrip": false,
|
| 255 |
+
"normalized": false,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"128032": {
|
| 261 |
+
"content": "<|reserved_special_token_24|>",
|
| 262 |
+
"lstrip": false,
|
| 263 |
+
"normalized": false,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"128033": {
|
| 269 |
+
"content": "<|reserved_special_token_25|>",
|
| 270 |
+
"lstrip": false,
|
| 271 |
+
"normalized": false,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"128034": {
|
| 277 |
+
"content": "<|reserved_special_token_26|>",
|
| 278 |
+
"lstrip": false,
|
| 279 |
+
"normalized": false,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"128035": {
|
| 285 |
+
"content": "<|reserved_special_token_27|>",
|
| 286 |
+
"lstrip": false,
|
| 287 |
+
"normalized": false,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"128036": {
|
| 293 |
+
"content": "<|reserved_special_token_28|>",
|
| 294 |
+
"lstrip": false,
|
| 295 |
+
"normalized": false,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"128037": {
|
| 301 |
+
"content": "<|reserved_special_token_29|>",
|
| 302 |
+
"lstrip": false,
|
| 303 |
+
"normalized": false,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
},
|
| 308 |
+
"128038": {
|
| 309 |
+
"content": "<|reserved_special_token_30|>",
|
| 310 |
+
"lstrip": false,
|
| 311 |
+
"normalized": false,
|
| 312 |
+
"rstrip": false,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": true
|
| 315 |
+
},
|
| 316 |
+
"128039": {
|
| 317 |
+
"content": "<|reserved_special_token_31|>",
|
| 318 |
+
"lstrip": false,
|
| 319 |
+
"normalized": false,
|
| 320 |
+
"rstrip": false,
|
| 321 |
+
"single_word": false,
|
| 322 |
+
"special": true
|
| 323 |
+
},
|
| 324 |
+
"128040": {
|
| 325 |
+
"content": "<|reserved_special_token_32|>",
|
| 326 |
+
"lstrip": false,
|
| 327 |
+
"normalized": false,
|
| 328 |
+
"rstrip": false,
|
| 329 |
+
"single_word": false,
|
| 330 |
+
"special": true
|
| 331 |
+
},
|
| 332 |
+
"128041": {
|
| 333 |
+
"content": "<|reserved_special_token_33|>",
|
| 334 |
+
"lstrip": false,
|
| 335 |
+
"normalized": false,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false,
|
| 338 |
+
"special": true
|
| 339 |
+
},
|
| 340 |
+
"128042": {
|
| 341 |
+
"content": "<|reserved_special_token_34|>",
|
| 342 |
+
"lstrip": false,
|
| 343 |
+
"normalized": false,
|
| 344 |
+
"rstrip": false,
|
| 345 |
+
"single_word": false,
|
| 346 |
+
"special": true
|
| 347 |
+
},
|
| 348 |
+
"128043": {
|
| 349 |
+
"content": "<|reserved_special_token_35|>",
|
| 350 |
+
"lstrip": false,
|
| 351 |
+
"normalized": false,
|
| 352 |
+
"rstrip": false,
|
| 353 |
+
"single_word": false,
|
| 354 |
+
"special": true
|
| 355 |
+
},
|
| 356 |
+
"128044": {
|
| 357 |
+
"content": "<|reserved_special_token_36|>",
|
| 358 |
+
"lstrip": false,
|
| 359 |
+
"normalized": false,
|
| 360 |
+
"rstrip": false,
|
| 361 |
+
"single_word": false,
|
| 362 |
+
"special": true
|
| 363 |
+
},
|
| 364 |
+
"128045": {
|
| 365 |
+
"content": "<|reserved_special_token_37|>",
|
| 366 |
+
"lstrip": false,
|
| 367 |
+
"normalized": false,
|
| 368 |
+
"rstrip": false,
|
| 369 |
+
"single_word": false,
|
| 370 |
+
"special": true
|
| 371 |
+
},
|
| 372 |
+
"128046": {
|
| 373 |
+
"content": "<|reserved_special_token_38|>",
|
| 374 |
+
"lstrip": false,
|
| 375 |
+
"normalized": false,
|
| 376 |
+
"rstrip": false,
|
| 377 |
+
"single_word": false,
|
| 378 |
+
"special": true
|
| 379 |
+
},
|
| 380 |
+
"128047": {
|
| 381 |
+
"content": "<|reserved_special_token_39|>",
|
| 382 |
+
"lstrip": false,
|
| 383 |
+
"normalized": false,
|
| 384 |
+
"rstrip": false,
|
| 385 |
+
"single_word": false,
|
| 386 |
+
"special": true
|
| 387 |
+
},
|
| 388 |
+
"128048": {
|
| 389 |
+
"content": "<|reserved_special_token_40|>",
|
| 390 |
+
"lstrip": false,
|
| 391 |
+
"normalized": false,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false,
|
| 394 |
+
"special": true
|
| 395 |
+
},
|
| 396 |
+
"128049": {
|
| 397 |
+
"content": "<|reserved_special_token_41|>",
|
| 398 |
+
"lstrip": false,
|
| 399 |
+
"normalized": false,
|
| 400 |
+
"rstrip": false,
|
| 401 |
+
"single_word": false,
|
| 402 |
+
"special": true
|
| 403 |
+
},
|
| 404 |
+
"128050": {
|
| 405 |
+
"content": "<|reserved_special_token_42|>",
|
| 406 |
+
"lstrip": false,
|
| 407 |
+
"normalized": false,
|
| 408 |
+
"rstrip": false,
|
| 409 |
+
"single_word": false,
|
| 410 |
+
"special": true
|
| 411 |
+
},
|
| 412 |
+
"128051": {
|
| 413 |
+
"content": "<|reserved_special_token_43|>",
|
| 414 |
+
"lstrip": false,
|
| 415 |
+
"normalized": false,
|
| 416 |
+
"rstrip": false,
|
| 417 |
+
"single_word": false,
|
| 418 |
+
"special": true
|
| 419 |
+
},
|
| 420 |
+
"128052": {
|
| 421 |
+
"content": "<|reserved_special_token_44|>",
|
| 422 |
+
"lstrip": false,
|
| 423 |
+
"normalized": false,
|
| 424 |
+
"rstrip": false,
|
| 425 |
+
"single_word": false,
|
| 426 |
+
"special": true
|
| 427 |
+
},
|
| 428 |
+
"128053": {
|
| 429 |
+
"content": "<|reserved_special_token_45|>",
|
| 430 |
+
"lstrip": false,
|
| 431 |
+
"normalized": false,
|
| 432 |
+
"rstrip": false,
|
| 433 |
+
"single_word": false,
|
| 434 |
+
"special": true
|
| 435 |
+
},
|
| 436 |
+
"128054": {
|
| 437 |
+
"content": "<|reserved_special_token_46|>",
|
| 438 |
+
"lstrip": false,
|
| 439 |
+
"normalized": false,
|
| 440 |
+
"rstrip": false,
|
| 441 |
+
"single_word": false,
|
| 442 |
+
"special": true
|
| 443 |
+
},
|
| 444 |
+
"128055": {
|
| 445 |
+
"content": "<|reserved_special_token_47|>",
|
| 446 |
+
"lstrip": false,
|
| 447 |
+
"normalized": false,
|
| 448 |
+
"rstrip": false,
|
| 449 |
+
"single_word": false,
|
| 450 |
+
"special": true
|
| 451 |
+
},
|
| 452 |
+
"128056": {
|
| 453 |
+
"content": "<|reserved_special_token_48|>",
|
| 454 |
+
"lstrip": false,
|
| 455 |
+
"normalized": false,
|
| 456 |
+
"rstrip": false,
|
| 457 |
+
"single_word": false,
|
| 458 |
+
"special": true
|
| 459 |
+
},
|
| 460 |
+
"128057": {
|
| 461 |
+
"content": "<|reserved_special_token_49|>",
|
| 462 |
+
"lstrip": false,
|
| 463 |
+
"normalized": false,
|
| 464 |
+
"rstrip": false,
|
| 465 |
+
"single_word": false,
|
| 466 |
+
"special": true
|
| 467 |
+
},
|
| 468 |
+
"128058": {
|
| 469 |
+
"content": "<|reserved_special_token_50|>",
|
| 470 |
+
"lstrip": false,
|
| 471 |
+
"normalized": false,
|
| 472 |
+
"rstrip": false,
|
| 473 |
+
"single_word": false,
|
| 474 |
+
"special": true
|
| 475 |
+
},
|
| 476 |
+
"128059": {
|
| 477 |
+
"content": "<|reserved_special_token_51|>",
|
| 478 |
+
"lstrip": false,
|
| 479 |
+
"normalized": false,
|
| 480 |
+
"rstrip": false,
|
| 481 |
+
"single_word": false,
|
| 482 |
+
"special": true
|
| 483 |
+
},
|
| 484 |
+
"128060": {
|
| 485 |
+
"content": "<|reserved_special_token_52|>",
|
| 486 |
+
"lstrip": false,
|
| 487 |
+
"normalized": false,
|
| 488 |
+
"rstrip": false,
|
| 489 |
+
"single_word": false,
|
| 490 |
+
"special": true
|
| 491 |
+
},
|
| 492 |
+
"128061": {
|
| 493 |
+
"content": "<|reserved_special_token_53|>",
|
| 494 |
+
"lstrip": false,
|
| 495 |
+
"normalized": false,
|
| 496 |
+
"rstrip": false,
|
| 497 |
+
"single_word": false,
|
| 498 |
+
"special": true
|
| 499 |
+
},
|
| 500 |
+
"128062": {
|
| 501 |
+
"content": "<|reserved_special_token_54|>",
|
| 502 |
+
"lstrip": false,
|
| 503 |
+
"normalized": false,
|
| 504 |
+
"rstrip": false,
|
| 505 |
+
"single_word": false,
|
| 506 |
+
"special": true
|
| 507 |
+
},
|
| 508 |
+
"128063": {
|
| 509 |
+
"content": "<|reserved_special_token_55|>",
|
| 510 |
+
"lstrip": false,
|
| 511 |
+
"normalized": false,
|
| 512 |
+
"rstrip": false,
|
| 513 |
+
"single_word": false,
|
| 514 |
+
"special": true
|
| 515 |
+
},
|
| 516 |
+
"128064": {
|
| 517 |
+
"content": "<|reserved_special_token_56|>",
|
| 518 |
+
"lstrip": false,
|
| 519 |
+
"normalized": false,
|
| 520 |
+
"rstrip": false,
|
| 521 |
+
"single_word": false,
|
| 522 |
+
"special": true
|
| 523 |
+
},
|
| 524 |
+
"128065": {
|
| 525 |
+
"content": "<|reserved_special_token_57|>",
|
| 526 |
+
"lstrip": false,
|
| 527 |
+
"normalized": false,
|
| 528 |
+
"rstrip": false,
|
| 529 |
+
"single_word": false,
|
| 530 |
+
"special": true
|
| 531 |
+
},
|
| 532 |
+
"128066": {
|
| 533 |
+
"content": "<|reserved_special_token_58|>",
|
| 534 |
+
"lstrip": false,
|
| 535 |
+
"normalized": false,
|
| 536 |
+
"rstrip": false,
|
| 537 |
+
"single_word": false,
|
| 538 |
+
"special": true
|
| 539 |
+
},
|
| 540 |
+
"128067": {
|
| 541 |
+
"content": "<|reserved_special_token_59|>",
|
| 542 |
+
"lstrip": false,
|
| 543 |
+
"normalized": false,
|
| 544 |
+
"rstrip": false,
|
| 545 |
+
"single_word": false,
|
| 546 |
+
"special": true
|
| 547 |
+
},
|
| 548 |
+
"128068": {
|
| 549 |
+
"content": "<|reserved_special_token_60|>",
|
| 550 |
+
"lstrip": false,
|
| 551 |
+
"normalized": false,
|
| 552 |
+
"rstrip": false,
|
| 553 |
+
"single_word": false,
|
| 554 |
+
"special": true
|
| 555 |
+
},
|
| 556 |
+
"128069": {
|
| 557 |
+
"content": "<|reserved_special_token_61|>",
|
| 558 |
+
"lstrip": false,
|
| 559 |
+
"normalized": false,
|
| 560 |
+
"rstrip": false,
|
| 561 |
+
"single_word": false,
|
| 562 |
+
"special": true
|
| 563 |
+
},
|
| 564 |
+
"128070": {
|
| 565 |
+
"content": "<|reserved_special_token_62|>",
|
| 566 |
+
"lstrip": false,
|
| 567 |
+
"normalized": false,
|
| 568 |
+
"rstrip": false,
|
| 569 |
+
"single_word": false,
|
| 570 |
+
"special": true
|
| 571 |
+
},
|
| 572 |
+
"128071": {
|
| 573 |
+
"content": "<|reserved_special_token_63|>",
|
| 574 |
+
"lstrip": false,
|
| 575 |
+
"normalized": false,
|
| 576 |
+
"rstrip": false,
|
| 577 |
+
"single_word": false,
|
| 578 |
+
"special": true
|
| 579 |
+
},
|
| 580 |
+
"128072": {
|
| 581 |
+
"content": "<|reserved_special_token_64|>",
|
| 582 |
+
"lstrip": false,
|
| 583 |
+
"normalized": false,
|
| 584 |
+
"rstrip": false,
|
| 585 |
+
"single_word": false,
|
| 586 |
+
"special": true
|
| 587 |
+
},
|
| 588 |
+
"128073": {
|
| 589 |
+
"content": "<|reserved_special_token_65|>",
|
| 590 |
+
"lstrip": false,
|
| 591 |
+
"normalized": false,
|
| 592 |
+
"rstrip": false,
|
| 593 |
+
"single_word": false,
|
| 594 |
+
"special": true
|
| 595 |
+
},
|
| 596 |
+
"128074": {
|
| 597 |
+
"content": "<|reserved_special_token_66|>",
|
| 598 |
+
"lstrip": false,
|
| 599 |
+
"normalized": false,
|
| 600 |
+
"rstrip": false,
|
| 601 |
+
"single_word": false,
|
| 602 |
+
"special": true
|
| 603 |
+
},
|
| 604 |
+
"128075": {
|
| 605 |
+
"content": "<|reserved_special_token_67|>",
|
| 606 |
+
"lstrip": false,
|
| 607 |
+
"normalized": false,
|
| 608 |
+
"rstrip": false,
|
| 609 |
+
"single_word": false,
|
| 610 |
+
"special": true
|
| 611 |
+
},
|
| 612 |
+
"128076": {
|
| 613 |
+
"content": "<|reserved_special_token_68|>",
|
| 614 |
+
"lstrip": false,
|
| 615 |
+
"normalized": false,
|
| 616 |
+
"rstrip": false,
|
| 617 |
+
"single_word": false,
|
| 618 |
+
"special": true
|
| 619 |
+
},
|
| 620 |
+
"128077": {
|
| 621 |
+
"content": "<|reserved_special_token_69|>",
|
| 622 |
+
"lstrip": false,
|
| 623 |
+
"normalized": false,
|
| 624 |
+
"rstrip": false,
|
| 625 |
+
"single_word": false,
|
| 626 |
+
"special": true
|
| 627 |
+
},
|
| 628 |
+
"128078": {
|
| 629 |
+
"content": "<|reserved_special_token_70|>",
|
| 630 |
+
"lstrip": false,
|
| 631 |
+
"normalized": false,
|
| 632 |
+
"rstrip": false,
|
| 633 |
+
"single_word": false,
|
| 634 |
+
"special": true
|
| 635 |
+
},
|
| 636 |
+
"128079": {
|
| 637 |
+
"content": "<|reserved_special_token_71|>",
|
| 638 |
+
"lstrip": false,
|
| 639 |
+
"normalized": false,
|
| 640 |
+
"rstrip": false,
|
| 641 |
+
"single_word": false,
|
| 642 |
+
"special": true
|
| 643 |
+
},
|
| 644 |
+
"128080": {
|
| 645 |
+
"content": "<|reserved_special_token_72|>",
|
| 646 |
+
"lstrip": false,
|
| 647 |
+
"normalized": false,
|
| 648 |
+
"rstrip": false,
|
| 649 |
+
"single_word": false,
|
| 650 |
+
"special": true
|
| 651 |
+
},
|
| 652 |
+
"128081": {
|
| 653 |
+
"content": "<|reserved_special_token_73|>",
|
| 654 |
+
"lstrip": false,
|
| 655 |
+
"normalized": false,
|
| 656 |
+
"rstrip": false,
|
| 657 |
+
"single_word": false,
|
| 658 |
+
"special": true
|
| 659 |
+
},
|
| 660 |
+
"128082": {
|
| 661 |
+
"content": "<|reserved_special_token_74|>",
|
| 662 |
+
"lstrip": false,
|
| 663 |
+
"normalized": false,
|
| 664 |
+
"rstrip": false,
|
| 665 |
+
"single_word": false,
|
| 666 |
+
"special": true
|
| 667 |
+
},
|
| 668 |
+
"128083": {
|
| 669 |
+
"content": "<|reserved_special_token_75|>",
|
| 670 |
+
"lstrip": false,
|
| 671 |
+
"normalized": false,
|
| 672 |
+
"rstrip": false,
|
| 673 |
+
"single_word": false,
|
| 674 |
+
"special": true
|
| 675 |
+
},
|
| 676 |
+
"128084": {
|
| 677 |
+
"content": "<|reserved_special_token_76|>",
|
| 678 |
+
"lstrip": false,
|
| 679 |
+
"normalized": false,
|
| 680 |
+
"rstrip": false,
|
| 681 |
+
"single_word": false,
|
| 682 |
+
"special": true
|
| 683 |
+
},
|
| 684 |
+
"128085": {
|
| 685 |
+
"content": "<|reserved_special_token_77|>",
|
| 686 |
+
"lstrip": false,
|
| 687 |
+
"normalized": false,
|
| 688 |
+
"rstrip": false,
|
| 689 |
+
"single_word": false,
|
| 690 |
+
"special": true
|
| 691 |
+
},
|
| 692 |
+
"128086": {
|
| 693 |
+
"content": "<|reserved_special_token_78|>",
|
| 694 |
+
"lstrip": false,
|
| 695 |
+
"normalized": false,
|
| 696 |
+
"rstrip": false,
|
| 697 |
+
"single_word": false,
|
| 698 |
+
"special": true
|
| 699 |
+
},
|
| 700 |
+
"128087": {
|
| 701 |
+
"content": "<|reserved_special_token_79|>",
|
| 702 |
+
"lstrip": false,
|
| 703 |
+
"normalized": false,
|
| 704 |
+
"rstrip": false,
|
| 705 |
+
"single_word": false,
|
| 706 |
+
"special": true
|
| 707 |
+
},
|
| 708 |
+
"128088": {
|
| 709 |
+
"content": "<|reserved_special_token_80|>",
|
| 710 |
+
"lstrip": false,
|
| 711 |
+
"normalized": false,
|
| 712 |
+
"rstrip": false,
|
| 713 |
+
"single_word": false,
|
| 714 |
+
"special": true
|
| 715 |
+
},
|
| 716 |
+
"128089": {
|
| 717 |
+
"content": "<|reserved_special_token_81|>",
|
| 718 |
+
"lstrip": false,
|
| 719 |
+
"normalized": false,
|
| 720 |
+
"rstrip": false,
|
| 721 |
+
"single_word": false,
|
| 722 |
+
"special": true
|
| 723 |
+
},
|
| 724 |
+
"128090": {
|
| 725 |
+
"content": "<|reserved_special_token_82|>",
|
| 726 |
+
"lstrip": false,
|
| 727 |
+
"normalized": false,
|
| 728 |
+
"rstrip": false,
|
| 729 |
+
"single_word": false,
|
| 730 |
+
"special": true
|
| 731 |
+
},
|
| 732 |
+
"128091": {
|
| 733 |
+
"content": "<|reserved_special_token_83|>",
|
| 734 |
+
"lstrip": false,
|
| 735 |
+
"normalized": false,
|
| 736 |
+
"rstrip": false,
|
| 737 |
+
"single_word": false,
|
| 738 |
+
"special": true
|
| 739 |
+
},
|
| 740 |
+
"128092": {
|
| 741 |
+
"content": "<|reserved_special_token_84|>",
|
| 742 |
+
"lstrip": false,
|
| 743 |
+
"normalized": false,
|
| 744 |
+
"rstrip": false,
|
| 745 |
+
"single_word": false,
|
| 746 |
+
"special": true
|
| 747 |
+
},
|
| 748 |
+
"128093": {
|
| 749 |
+
"content": "<|reserved_special_token_85|>",
|
| 750 |
+
"lstrip": false,
|
| 751 |
+
"normalized": false,
|
| 752 |
+
"rstrip": false,
|
| 753 |
+
"single_word": false,
|
| 754 |
+
"special": true
|
| 755 |
+
},
|
| 756 |
+
"128094": {
|
| 757 |
+
"content": "<|reserved_special_token_86|>",
|
| 758 |
+
"lstrip": false,
|
| 759 |
+
"normalized": false,
|
| 760 |
+
"rstrip": false,
|
| 761 |
+
"single_word": false,
|
| 762 |
+
"special": true
|
| 763 |
+
},
|
| 764 |
+
"128095": {
|
| 765 |
+
"content": "<|reserved_special_token_87|>",
|
| 766 |
+
"lstrip": false,
|
| 767 |
+
"normalized": false,
|
| 768 |
+
"rstrip": false,
|
| 769 |
+
"single_word": false,
|
| 770 |
+
"special": true
|
| 771 |
+
},
|
| 772 |
+
"128096": {
|
| 773 |
+
"content": "<|reserved_special_token_88|>",
|
| 774 |
+
"lstrip": false,
|
| 775 |
+
"normalized": false,
|
| 776 |
+
"rstrip": false,
|
| 777 |
+
"single_word": false,
|
| 778 |
+
"special": true
|
| 779 |
+
},
|
| 780 |
+
"128097": {
|
| 781 |
+
"content": "<|reserved_special_token_89|>",
|
| 782 |
+
"lstrip": false,
|
| 783 |
+
"normalized": false,
|
| 784 |
+
"rstrip": false,
|
| 785 |
+
"single_word": false,
|
| 786 |
+
"special": true
|
| 787 |
+
},
|
| 788 |
+
"128098": {
|
| 789 |
+
"content": "<|reserved_special_token_90|>",
|
| 790 |
+
"lstrip": false,
|
| 791 |
+
"normalized": false,
|
| 792 |
+
"rstrip": false,
|
| 793 |
+
"single_word": false,
|
| 794 |
+
"special": true
|
| 795 |
+
},
|
| 796 |
+
"128099": {
|
| 797 |
+
"content": "<|reserved_special_token_91|>",
|
| 798 |
+
"lstrip": false,
|
| 799 |
+
"normalized": false,
|
| 800 |
+
"rstrip": false,
|
| 801 |
+
"single_word": false,
|
| 802 |
+
"special": true
|
| 803 |
+
},
|
| 804 |
+
"128100": {
|
| 805 |
+
"content": "<|reserved_special_token_92|>",
|
| 806 |
+
"lstrip": false,
|
| 807 |
+
"normalized": false,
|
| 808 |
+
"rstrip": false,
|
| 809 |
+
"single_word": false,
|
| 810 |
+
"special": true
|
| 811 |
+
},
|
| 812 |
+
"128101": {
|
| 813 |
+
"content": "<|reserved_special_token_93|>",
|
| 814 |
+
"lstrip": false,
|
| 815 |
+
"normalized": false,
|
| 816 |
+
"rstrip": false,
|
| 817 |
+
"single_word": false,
|
| 818 |
+
"special": true
|
| 819 |
+
},
|
| 820 |
+
"128102": {
|
| 821 |
+
"content": "<|reserved_special_token_94|>",
|
| 822 |
+
"lstrip": false,
|
| 823 |
+
"normalized": false,
|
| 824 |
+
"rstrip": false,
|
| 825 |
+
"single_word": false,
|
| 826 |
+
"special": true
|
| 827 |
+
},
|
| 828 |
+
"128103": {
|
| 829 |
+
"content": "<|reserved_special_token_95|>",
|
| 830 |
+
"lstrip": false,
|
| 831 |
+
"normalized": false,
|
| 832 |
+
"rstrip": false,
|
| 833 |
+
"single_word": false,
|
| 834 |
+
"special": true
|
| 835 |
+
},
|
| 836 |
+
"128104": {
|
| 837 |
+
"content": "<|reserved_special_token_96|>",
|
| 838 |
+
"lstrip": false,
|
| 839 |
+
"normalized": false,
|
| 840 |
+
"rstrip": false,
|
| 841 |
+
"single_word": false,
|
| 842 |
+
"special": true
|
| 843 |
+
},
|
| 844 |
+
"128105": {
|
| 845 |
+
"content": "<|reserved_special_token_97|>",
|
| 846 |
+
"lstrip": false,
|
| 847 |
+
"normalized": false,
|
| 848 |
+
"rstrip": false,
|
| 849 |
+
"single_word": false,
|
| 850 |
+
"special": true
|
| 851 |
+
},
|
| 852 |
+
"128106": {
|
| 853 |
+
"content": "<|reserved_special_token_98|>",
|
| 854 |
+
"lstrip": false,
|
| 855 |
+
"normalized": false,
|
| 856 |
+
"rstrip": false,
|
| 857 |
+
"single_word": false,
|
| 858 |
+
"special": true
|
| 859 |
+
},
|
| 860 |
+
"128107": {
|
| 861 |
+
"content": "<|reserved_special_token_99|>",
|
| 862 |
+
"lstrip": false,
|
| 863 |
+
"normalized": false,
|
| 864 |
+
"rstrip": false,
|
| 865 |
+
"single_word": false,
|
| 866 |
+
"special": true
|
| 867 |
+
},
|
| 868 |
+
"128108": {
|
| 869 |
+
"content": "<|reserved_special_token_100|>",
|
| 870 |
+
"lstrip": false,
|
| 871 |
+
"normalized": false,
|
| 872 |
+
"rstrip": false,
|
| 873 |
+
"single_word": false,
|
| 874 |
+
"special": true
|
| 875 |
+
},
|
| 876 |
+
"128109": {
|
| 877 |
+
"content": "<|reserved_special_token_101|>",
|
| 878 |
+
"lstrip": false,
|
| 879 |
+
"normalized": false,
|
| 880 |
+
"rstrip": false,
|
| 881 |
+
"single_word": false,
|
| 882 |
+
"special": true
|
| 883 |
+
},
|
| 884 |
+
"128110": {
|
| 885 |
+
"content": "<|reserved_special_token_102|>",
|
| 886 |
+
"lstrip": false,
|
| 887 |
+
"normalized": false,
|
| 888 |
+
"rstrip": false,
|
| 889 |
+
"single_word": false,
|
| 890 |
+
"special": true
|
| 891 |
+
},
|
| 892 |
+
"128111": {
|
| 893 |
+
"content": "<|reserved_special_token_103|>",
|
| 894 |
+
"lstrip": false,
|
| 895 |
+
"normalized": false,
|
| 896 |
+
"rstrip": false,
|
| 897 |
+
"single_word": false,
|
| 898 |
+
"special": true
|
| 899 |
+
},
|
| 900 |
+
"128112": {
|
| 901 |
+
"content": "<|reserved_special_token_104|>",
|
| 902 |
+
"lstrip": false,
|
| 903 |
+
"normalized": false,
|
| 904 |
+
"rstrip": false,
|
| 905 |
+
"single_word": false,
|
| 906 |
+
"special": true
|
| 907 |
+
},
|
| 908 |
+
"128113": {
|
| 909 |
+
"content": "<|reserved_special_token_105|>",
|
| 910 |
+
"lstrip": false,
|
| 911 |
+
"normalized": false,
|
| 912 |
+
"rstrip": false,
|
| 913 |
+
"single_word": false,
|
| 914 |
+
"special": true
|
| 915 |
+
},
|
| 916 |
+
"128114": {
|
| 917 |
+
"content": "<|reserved_special_token_106|>",
|
| 918 |
+
"lstrip": false,
|
| 919 |
+
"normalized": false,
|
| 920 |
+
"rstrip": false,
|
| 921 |
+
"single_word": false,
|
| 922 |
+
"special": true
|
| 923 |
+
},
|
| 924 |
+
"128115": {
|
| 925 |
+
"content": "<|reserved_special_token_107|>",
|
| 926 |
+
"lstrip": false,
|
| 927 |
+
"normalized": false,
|
| 928 |
+
"rstrip": false,
|
| 929 |
+
"single_word": false,
|
| 930 |
+
"special": true
|
| 931 |
+
},
|
| 932 |
+
"128116": {
|
| 933 |
+
"content": "<|reserved_special_token_108|>",
|
| 934 |
+
"lstrip": false,
|
| 935 |
+
"normalized": false,
|
| 936 |
+
"rstrip": false,
|
| 937 |
+
"single_word": false,
|
| 938 |
+
"special": true
|
| 939 |
+
},
|
| 940 |
+
"128117": {
|
| 941 |
+
"content": "<|reserved_special_token_109|>",
|
| 942 |
+
"lstrip": false,
|
| 943 |
+
"normalized": false,
|
| 944 |
+
"rstrip": false,
|
| 945 |
+
"single_word": false,
|
| 946 |
+
"special": true
|
| 947 |
+
},
|
| 948 |
+
"128118": {
|
| 949 |
+
"content": "<|reserved_special_token_110|>",
|
| 950 |
+
"lstrip": false,
|
| 951 |
+
"normalized": false,
|
| 952 |
+
"rstrip": false,
|
| 953 |
+
"single_word": false,
|
| 954 |
+
"special": true
|
| 955 |
+
},
|
| 956 |
+
"128119": {
|
| 957 |
+
"content": "<|reserved_special_token_111|>",
|
| 958 |
+
"lstrip": false,
|
| 959 |
+
"normalized": false,
|
| 960 |
+
"rstrip": false,
|
| 961 |
+
"single_word": false,
|
| 962 |
+
"special": true
|
| 963 |
+
},
|
| 964 |
+
"128120": {
|
| 965 |
+
"content": "<|reserved_special_token_112|>",
|
| 966 |
+
"lstrip": false,
|
| 967 |
+
"normalized": false,
|
| 968 |
+
"rstrip": false,
|
| 969 |
+
"single_word": false,
|
| 970 |
+
"special": true
|
| 971 |
+
},
|
| 972 |
+
"128121": {
|
| 973 |
+
"content": "<|reserved_special_token_113|>",
|
| 974 |
+
"lstrip": false,
|
| 975 |
+
"normalized": false,
|
| 976 |
+
"rstrip": false,
|
| 977 |
+
"single_word": false,
|
| 978 |
+
"special": true
|
| 979 |
+
},
|
| 980 |
+
"128122": {
|
| 981 |
+
"content": "<|reserved_special_token_114|>",
|
| 982 |
+
"lstrip": false,
|
| 983 |
+
"normalized": false,
|
| 984 |
+
"rstrip": false,
|
| 985 |
+
"single_word": false,
|
| 986 |
+
"special": true
|
| 987 |
+
},
|
| 988 |
+
"128123": {
|
| 989 |
+
"content": "<|reserved_special_token_115|>",
|
| 990 |
+
"lstrip": false,
|
| 991 |
+
"normalized": false,
|
| 992 |
+
"rstrip": false,
|
| 993 |
+
"single_word": false,
|
| 994 |
+
"special": true
|
| 995 |
+
},
|
| 996 |
+
"128124": {
|
| 997 |
+
"content": "<|reserved_special_token_116|>",
|
| 998 |
+
"lstrip": false,
|
| 999 |
+
"normalized": false,
|
| 1000 |
+
"rstrip": false,
|
| 1001 |
+
"single_word": false,
|
| 1002 |
+
"special": true
|
| 1003 |
+
},
|
| 1004 |
+
"128125": {
|
| 1005 |
+
"content": "<|reserved_special_token_117|>",
|
| 1006 |
+
"lstrip": false,
|
| 1007 |
+
"normalized": false,
|
| 1008 |
+
"rstrip": false,
|
| 1009 |
+
"single_word": false,
|
| 1010 |
+
"special": true
|
| 1011 |
+
},
|
| 1012 |
+
"128126": {
|
| 1013 |
+
"content": "<|reserved_special_token_118|>",
|
| 1014 |
+
"lstrip": false,
|
| 1015 |
+
"normalized": false,
|
| 1016 |
+
"rstrip": false,
|
| 1017 |
+
"single_word": false,
|
| 1018 |
+
"special": true
|
| 1019 |
+
},
|
| 1020 |
+
"128127": {
|
| 1021 |
+
"content": "<|reserved_special_token_119|>",
|
| 1022 |
+
"lstrip": false,
|
| 1023 |
+
"normalized": false,
|
| 1024 |
+
"rstrip": false,
|
| 1025 |
+
"single_word": false,
|
| 1026 |
+
"special": true
|
| 1027 |
+
},
|
| 1028 |
+
"128128": {
|
| 1029 |
+
"content": "<|reserved_special_token_120|>",
|
| 1030 |
+
"lstrip": false,
|
| 1031 |
+
"normalized": false,
|
| 1032 |
+
"rstrip": false,
|
| 1033 |
+
"single_word": false,
|
| 1034 |
+
"special": true
|
| 1035 |
+
},
|
| 1036 |
+
"128129": {
|
| 1037 |
+
"content": "<|reserved_special_token_121|>",
|
| 1038 |
+
"lstrip": false,
|
| 1039 |
+
"normalized": false,
|
| 1040 |
+
"rstrip": false,
|
| 1041 |
+
"single_word": false,
|
| 1042 |
+
"special": true
|
| 1043 |
+
},
|
| 1044 |
+
"128130": {
|
| 1045 |
+
"content": "<|reserved_special_token_122|>",
|
| 1046 |
+
"lstrip": false,
|
| 1047 |
+
"normalized": false,
|
| 1048 |
+
"rstrip": false,
|
| 1049 |
+
"single_word": false,
|
| 1050 |
+
"special": true
|
| 1051 |
+
},
|
| 1052 |
+
"128131": {
|
| 1053 |
+
"content": "<|reserved_special_token_123|>",
|
| 1054 |
+
"lstrip": false,
|
| 1055 |
+
"normalized": false,
|
| 1056 |
+
"rstrip": false,
|
| 1057 |
+
"single_word": false,
|
| 1058 |
+
"special": true
|
| 1059 |
+
},
|
| 1060 |
+
"128132": {
|
| 1061 |
+
"content": "<|reserved_special_token_124|>",
|
| 1062 |
+
"lstrip": false,
|
| 1063 |
+
"normalized": false,
|
| 1064 |
+
"rstrip": false,
|
| 1065 |
+
"single_word": false,
|
| 1066 |
+
"special": true
|
| 1067 |
+
},
|
| 1068 |
+
"128133": {
|
| 1069 |
+
"content": "<|reserved_special_token_125|>",
|
| 1070 |
+
"lstrip": false,
|
| 1071 |
+
"normalized": false,
|
| 1072 |
+
"rstrip": false,
|
| 1073 |
+
"single_word": false,
|
| 1074 |
+
"special": true
|
| 1075 |
+
},
|
| 1076 |
+
"128134": {
|
| 1077 |
+
"content": "<|reserved_special_token_126|>",
|
| 1078 |
+
"lstrip": false,
|
| 1079 |
+
"normalized": false,
|
| 1080 |
+
"rstrip": false,
|
| 1081 |
+
"single_word": false,
|
| 1082 |
+
"special": true
|
| 1083 |
+
},
|
| 1084 |
+
"128135": {
|
| 1085 |
+
"content": "<|reserved_special_token_127|>",
|
| 1086 |
+
"lstrip": false,
|
| 1087 |
+
"normalized": false,
|
| 1088 |
+
"rstrip": false,
|
| 1089 |
+
"single_word": false,
|
| 1090 |
+
"special": true
|
| 1091 |
+
},
|
| 1092 |
+
"128136": {
|
| 1093 |
+
"content": "<|reserved_special_token_128|>",
|
| 1094 |
+
"lstrip": false,
|
| 1095 |
+
"normalized": false,
|
| 1096 |
+
"rstrip": false,
|
| 1097 |
+
"single_word": false,
|
| 1098 |
+
"special": true
|
| 1099 |
+
},
|
| 1100 |
+
"128137": {
|
| 1101 |
+
"content": "<|reserved_special_token_129|>",
|
| 1102 |
+
"lstrip": false,
|
| 1103 |
+
"normalized": false,
|
| 1104 |
+
"rstrip": false,
|
| 1105 |
+
"single_word": false,
|
| 1106 |
+
"special": true
|
| 1107 |
+
},
|
| 1108 |
+
"128138": {
|
| 1109 |
+
"content": "<|reserved_special_token_130|>",
|
| 1110 |
+
"lstrip": false,
|
| 1111 |
+
"normalized": false,
|
| 1112 |
+
"rstrip": false,
|
| 1113 |
+
"single_word": false,
|
| 1114 |
+
"special": true
|
| 1115 |
+
},
|
| 1116 |
+
"128139": {
|
| 1117 |
+
"content": "<|reserved_special_token_131|>",
|
| 1118 |
+
"lstrip": false,
|
| 1119 |
+
"normalized": false,
|
| 1120 |
+
"rstrip": false,
|
| 1121 |
+
"single_word": false,
|
| 1122 |
+
"special": true
|
| 1123 |
+
},
|
| 1124 |
+
"128140": {
|
| 1125 |
+
"content": "<|reserved_special_token_132|>",
|
| 1126 |
+
"lstrip": false,
|
| 1127 |
+
"normalized": false,
|
| 1128 |
+
"rstrip": false,
|
| 1129 |
+
"single_word": false,
|
| 1130 |
+
"special": true
|
| 1131 |
+
},
|
| 1132 |
+
"128141": {
|
| 1133 |
+
"content": "<|reserved_special_token_133|>",
|
| 1134 |
+
"lstrip": false,
|
| 1135 |
+
"normalized": false,
|
| 1136 |
+
"rstrip": false,
|
| 1137 |
+
"single_word": false,
|
| 1138 |
+
"special": true
|
| 1139 |
+
},
|
| 1140 |
+
"128142": {
|
| 1141 |
+
"content": "<|reserved_special_token_134|>",
|
| 1142 |
+
"lstrip": false,
|
| 1143 |
+
"normalized": false,
|
| 1144 |
+
"rstrip": false,
|
| 1145 |
+
"single_word": false,
|
| 1146 |
+
"special": true
|
| 1147 |
+
},
|
| 1148 |
+
"128143": {
|
| 1149 |
+
"content": "<|reserved_special_token_135|>",
|
| 1150 |
+
"lstrip": false,
|
| 1151 |
+
"normalized": false,
|
| 1152 |
+
"rstrip": false,
|
| 1153 |
+
"single_word": false,
|
| 1154 |
+
"special": true
|
| 1155 |
+
},
|
| 1156 |
+
"128144": {
|
| 1157 |
+
"content": "<|reserved_special_token_136|>",
|
| 1158 |
+
"lstrip": false,
|
| 1159 |
+
"normalized": false,
|
| 1160 |
+
"rstrip": false,
|
| 1161 |
+
"single_word": false,
|
| 1162 |
+
"special": true
|
| 1163 |
+
},
|
| 1164 |
+
"128145": {
|
| 1165 |
+
"content": "<|reserved_special_token_137|>",
|
| 1166 |
+
"lstrip": false,
|
| 1167 |
+
"normalized": false,
|
| 1168 |
+
"rstrip": false,
|
| 1169 |
+
"single_word": false,
|
| 1170 |
+
"special": true
|
| 1171 |
+
},
|
| 1172 |
+
"128146": {
|
| 1173 |
+
"content": "<|reserved_special_token_138|>",
|
| 1174 |
+
"lstrip": false,
|
| 1175 |
+
"normalized": false,
|
| 1176 |
+
"rstrip": false,
|
| 1177 |
+
"single_word": false,
|
| 1178 |
+
"special": true
|
| 1179 |
+
},
|
| 1180 |
+
"128147": {
|
| 1181 |
+
"content": "<|reserved_special_token_139|>",
|
| 1182 |
+
"lstrip": false,
|
| 1183 |
+
"normalized": false,
|
| 1184 |
+
"rstrip": false,
|
| 1185 |
+
"single_word": false,
|
| 1186 |
+
"special": true
|
| 1187 |
+
},
|
| 1188 |
+
"128148": {
|
| 1189 |
+
"content": "<|reserved_special_token_140|>",
|
| 1190 |
+
"lstrip": false,
|
| 1191 |
+
"normalized": false,
|
| 1192 |
+
"rstrip": false,
|
| 1193 |
+
"single_word": false,
|
| 1194 |
+
"special": true
|
| 1195 |
+
},
|
| 1196 |
+
"128149": {
|
| 1197 |
+
"content": "<|reserved_special_token_141|>",
|
| 1198 |
+
"lstrip": false,
|
| 1199 |
+
"normalized": false,
|
| 1200 |
+
"rstrip": false,
|
| 1201 |
+
"single_word": false,
|
| 1202 |
+
"special": true
|
| 1203 |
+
},
|
| 1204 |
+
"128150": {
|
| 1205 |
+
"content": "<|reserved_special_token_142|>",
|
| 1206 |
+
"lstrip": false,
|
| 1207 |
+
"normalized": false,
|
| 1208 |
+
"rstrip": false,
|
| 1209 |
+
"single_word": false,
|
| 1210 |
+
"special": true
|
| 1211 |
+
},
|
| 1212 |
+
"128151": {
|
| 1213 |
+
"content": "<|reserved_special_token_143|>",
|
| 1214 |
+
"lstrip": false,
|
| 1215 |
+
"normalized": false,
|
| 1216 |
+
"rstrip": false,
|
| 1217 |
+
"single_word": false,
|
| 1218 |
+
"special": true
|
| 1219 |
+
},
|
| 1220 |
+
"128152": {
|
| 1221 |
+
"content": "<|reserved_special_token_144|>",
|
| 1222 |
+
"lstrip": false,
|
| 1223 |
+
"normalized": false,
|
| 1224 |
+
"rstrip": false,
|
| 1225 |
+
"single_word": false,
|
| 1226 |
+
"special": true
|
| 1227 |
+
},
|
| 1228 |
+
"128153": {
|
| 1229 |
+
"content": "<|reserved_special_token_145|>",
|
| 1230 |
+
"lstrip": false,
|
| 1231 |
+
"normalized": false,
|
| 1232 |
+
"rstrip": false,
|
| 1233 |
+
"single_word": false,
|
| 1234 |
+
"special": true
|
| 1235 |
+
},
|
| 1236 |
+
"128154": {
|
| 1237 |
+
"content": "<|reserved_special_token_146|>",
|
| 1238 |
+
"lstrip": false,
|
| 1239 |
+
"normalized": false,
|
| 1240 |
+
"rstrip": false,
|
| 1241 |
+
"single_word": false,
|
| 1242 |
+
"special": true
|
| 1243 |
+
},
|
| 1244 |
+
"128155": {
|
| 1245 |
+
"content": "<|reserved_special_token_147|>",
|
| 1246 |
+
"lstrip": false,
|
| 1247 |
+
"normalized": false,
|
| 1248 |
+
"rstrip": false,
|
| 1249 |
+
"single_word": false,
|
| 1250 |
+
"special": true
|
| 1251 |
+
},
|
| 1252 |
+
"128156": {
|
| 1253 |
+
"content": "<|reserved_special_token_148|>",
|
| 1254 |
+
"lstrip": false,
|
| 1255 |
+
"normalized": false,
|
| 1256 |
+
"rstrip": false,
|
| 1257 |
+
"single_word": false,
|
| 1258 |
+
"special": true
|
| 1259 |
+
},
|
| 1260 |
+
"128157": {
|
| 1261 |
+
"content": "<|reserved_special_token_149|>",
|
| 1262 |
+
"lstrip": false,
|
| 1263 |
+
"normalized": false,
|
| 1264 |
+
"rstrip": false,
|
| 1265 |
+
"single_word": false,
|
| 1266 |
+
"special": true
|
| 1267 |
+
},
|
| 1268 |
+
"128158": {
|
| 1269 |
+
"content": "<|reserved_special_token_150|>",
|
| 1270 |
+
"lstrip": false,
|
| 1271 |
+
"normalized": false,
|
| 1272 |
+
"rstrip": false,
|
| 1273 |
+
"single_word": false,
|
| 1274 |
+
"special": true
|
| 1275 |
+
},
|
| 1276 |
+
"128159": {
|
| 1277 |
+
"content": "<|reserved_special_token_151|>",
|
| 1278 |
+
"lstrip": false,
|
| 1279 |
+
"normalized": false,
|
| 1280 |
+
"rstrip": false,
|
| 1281 |
+
"single_word": false,
|
| 1282 |
+
"special": true
|
| 1283 |
+
},
|
| 1284 |
+
"128160": {
|
| 1285 |
+
"content": "<|reserved_special_token_152|>",
|
| 1286 |
+
"lstrip": false,
|
| 1287 |
+
"normalized": false,
|
| 1288 |
+
"rstrip": false,
|
| 1289 |
+
"single_word": false,
|
| 1290 |
+
"special": true
|
| 1291 |
+
},
|
| 1292 |
+
"128161": {
|
| 1293 |
+
"content": "<|reserved_special_token_153|>",
|
| 1294 |
+
"lstrip": false,
|
| 1295 |
+
"normalized": false,
|
| 1296 |
+
"rstrip": false,
|
| 1297 |
+
"single_word": false,
|
| 1298 |
+
"special": true
|
| 1299 |
+
},
|
| 1300 |
+
"128162": {
|
| 1301 |
+
"content": "<|reserved_special_token_154|>",
|
| 1302 |
+
"lstrip": false,
|
| 1303 |
+
"normalized": false,
|
| 1304 |
+
"rstrip": false,
|
| 1305 |
+
"single_word": false,
|
| 1306 |
+
"special": true
|
| 1307 |
+
},
|
| 1308 |
+
"128163": {
|
| 1309 |
+
"content": "<|reserved_special_token_155|>",
|
| 1310 |
+
"lstrip": false,
|
| 1311 |
+
"normalized": false,
|
| 1312 |
+
"rstrip": false,
|
| 1313 |
+
"single_word": false,
|
| 1314 |
+
"special": true
|
| 1315 |
+
},
|
| 1316 |
+
"128164": {
|
| 1317 |
+
"content": "<|reserved_special_token_156|>",
|
| 1318 |
+
"lstrip": false,
|
| 1319 |
+
"normalized": false,
|
| 1320 |
+
"rstrip": false,
|
| 1321 |
+
"single_word": false,
|
| 1322 |
+
"special": true
|
| 1323 |
+
},
|
| 1324 |
+
"128165": {
|
| 1325 |
+
"content": "<|reserved_special_token_157|>",
|
| 1326 |
+
"lstrip": false,
|
| 1327 |
+
"normalized": false,
|
| 1328 |
+
"rstrip": false,
|
| 1329 |
+
"single_word": false,
|
| 1330 |
+
"special": true
|
| 1331 |
+
},
|
| 1332 |
+
"128166": {
|
| 1333 |
+
"content": "<|reserved_special_token_158|>",
|
| 1334 |
+
"lstrip": false,
|
| 1335 |
+
"normalized": false,
|
| 1336 |
+
"rstrip": false,
|
| 1337 |
+
"single_word": false,
|
| 1338 |
+
"special": true
|
| 1339 |
+
},
|
| 1340 |
+
"128167": {
|
| 1341 |
+
"content": "<|reserved_special_token_159|>",
|
| 1342 |
+
"lstrip": false,
|
| 1343 |
+
"normalized": false,
|
| 1344 |
+
"rstrip": false,
|
| 1345 |
+
"single_word": false,
|
| 1346 |
+
"special": true
|
| 1347 |
+
},
|
| 1348 |
+
"128168": {
|
| 1349 |
+
"content": "<|reserved_special_token_160|>",
|
| 1350 |
+
"lstrip": false,
|
| 1351 |
+
"normalized": false,
|
| 1352 |
+
"rstrip": false,
|
| 1353 |
+
"single_word": false,
|
| 1354 |
+
"special": true
|
| 1355 |
+
},
|
| 1356 |
+
"128169": {
|
| 1357 |
+
"content": "<|reserved_special_token_161|>",
|
| 1358 |
+
"lstrip": false,
|
| 1359 |
+
"normalized": false,
|
| 1360 |
+
"rstrip": false,
|
| 1361 |
+
"single_word": false,
|
| 1362 |
+
"special": true
|
| 1363 |
+
},
|
| 1364 |
+
"128170": {
|
| 1365 |
+
"content": "<|reserved_special_token_162|>",
|
| 1366 |
+
"lstrip": false,
|
| 1367 |
+
"normalized": false,
|
| 1368 |
+
"rstrip": false,
|
| 1369 |
+
"single_word": false,
|
| 1370 |
+
"special": true
|
| 1371 |
+
},
|
| 1372 |
+
"128171": {
|
| 1373 |
+
"content": "<|reserved_special_token_163|>",
|
| 1374 |
+
"lstrip": false,
|
| 1375 |
+
"normalized": false,
|
| 1376 |
+
"rstrip": false,
|
| 1377 |
+
"single_word": false,
|
| 1378 |
+
"special": true
|
| 1379 |
+
},
|
| 1380 |
+
"128172": {
|
| 1381 |
+
"content": "<|reserved_special_token_164|>",
|
| 1382 |
+
"lstrip": false,
|
| 1383 |
+
"normalized": false,
|
| 1384 |
+
"rstrip": false,
|
| 1385 |
+
"single_word": false,
|
| 1386 |
+
"special": true
|
| 1387 |
+
},
|
| 1388 |
+
"128173": {
|
| 1389 |
+
"content": "<|reserved_special_token_165|>",
|
| 1390 |
+
"lstrip": false,
|
| 1391 |
+
"normalized": false,
|
| 1392 |
+
"rstrip": false,
|
| 1393 |
+
"single_word": false,
|
| 1394 |
+
"special": true
|
| 1395 |
+
},
|
| 1396 |
+
"128174": {
|
| 1397 |
+
"content": "<|reserved_special_token_166|>",
|
| 1398 |
+
"lstrip": false,
|
| 1399 |
+
"normalized": false,
|
| 1400 |
+
"rstrip": false,
|
| 1401 |
+
"single_word": false,
|
| 1402 |
+
"special": true
|
| 1403 |
+
},
|
| 1404 |
+
"128175": {
|
| 1405 |
+
"content": "<|reserved_special_token_167|>",
|
| 1406 |
+
"lstrip": false,
|
| 1407 |
+
"normalized": false,
|
| 1408 |
+
"rstrip": false,
|
| 1409 |
+
"single_word": false,
|
| 1410 |
+
"special": true
|
| 1411 |
+
},
|
| 1412 |
+
"128176": {
|
| 1413 |
+
"content": "<|reserved_special_token_168|>",
|
| 1414 |
+
"lstrip": false,
|
| 1415 |
+
"normalized": false,
|
| 1416 |
+
"rstrip": false,
|
| 1417 |
+
"single_word": false,
|
| 1418 |
+
"special": true
|
| 1419 |
+
},
|
| 1420 |
+
"128177": {
|
| 1421 |
+
"content": "<|reserved_special_token_169|>",
|
| 1422 |
+
"lstrip": false,
|
| 1423 |
+
"normalized": false,
|
| 1424 |
+
"rstrip": false,
|
| 1425 |
+
"single_word": false,
|
| 1426 |
+
"special": true
|
| 1427 |
+
},
|
| 1428 |
+
"128178": {
|
| 1429 |
+
"content": "<|reserved_special_token_170|>",
|
| 1430 |
+
"lstrip": false,
|
| 1431 |
+
"normalized": false,
|
| 1432 |
+
"rstrip": false,
|
| 1433 |
+
"single_word": false,
|
| 1434 |
+
"special": true
|
| 1435 |
+
},
|
| 1436 |
+
"128179": {
|
| 1437 |
+
"content": "<|reserved_special_token_171|>",
|
| 1438 |
+
"lstrip": false,
|
| 1439 |
+
"normalized": false,
|
| 1440 |
+
"rstrip": false,
|
| 1441 |
+
"single_word": false,
|
| 1442 |
+
"special": true
|
| 1443 |
+
},
|
| 1444 |
+
"128180": {
|
| 1445 |
+
"content": "<|reserved_special_token_172|>",
|
| 1446 |
+
"lstrip": false,
|
| 1447 |
+
"normalized": false,
|
| 1448 |
+
"rstrip": false,
|
| 1449 |
+
"single_word": false,
|
| 1450 |
+
"special": true
|
| 1451 |
+
},
|
| 1452 |
+
"128181": {
|
| 1453 |
+
"content": "<|reserved_special_token_173|>",
|
| 1454 |
+
"lstrip": false,
|
| 1455 |
+
"normalized": false,
|
| 1456 |
+
"rstrip": false,
|
| 1457 |
+
"single_word": false,
|
| 1458 |
+
"special": true
|
| 1459 |
+
},
|
| 1460 |
+
"128182": {
|
| 1461 |
+
"content": "<|reserved_special_token_174|>",
|
| 1462 |
+
"lstrip": false,
|
| 1463 |
+
"normalized": false,
|
| 1464 |
+
"rstrip": false,
|
| 1465 |
+
"single_word": false,
|
| 1466 |
+
"special": true
|
| 1467 |
+
},
|
| 1468 |
+
"128183": {
|
| 1469 |
+
"content": "<|reserved_special_token_175|>",
|
| 1470 |
+
"lstrip": false,
|
| 1471 |
+
"normalized": false,
|
| 1472 |
+
"rstrip": false,
|
| 1473 |
+
"single_word": false,
|
| 1474 |
+
"special": true
|
| 1475 |
+
},
|
| 1476 |
+
"128184": {
|
| 1477 |
+
"content": "<|reserved_special_token_176|>",
|
| 1478 |
+
"lstrip": false,
|
| 1479 |
+
"normalized": false,
|
| 1480 |
+
"rstrip": false,
|
| 1481 |
+
"single_word": false,
|
| 1482 |
+
"special": true
|
| 1483 |
+
},
|
| 1484 |
+
"128185": {
|
| 1485 |
+
"content": "<|reserved_special_token_177|>",
|
| 1486 |
+
"lstrip": false,
|
| 1487 |
+
"normalized": false,
|
| 1488 |
+
"rstrip": false,
|
| 1489 |
+
"single_word": false,
|
| 1490 |
+
"special": true
|
| 1491 |
+
},
|
| 1492 |
+
"128186": {
|
| 1493 |
+
"content": "<|reserved_special_token_178|>",
|
| 1494 |
+
"lstrip": false,
|
| 1495 |
+
"normalized": false,
|
| 1496 |
+
"rstrip": false,
|
| 1497 |
+
"single_word": false,
|
| 1498 |
+
"special": true
|
| 1499 |
+
},
|
| 1500 |
+
"128187": {
|
| 1501 |
+
"content": "<|reserved_special_token_179|>",
|
| 1502 |
+
"lstrip": false,
|
| 1503 |
+
"normalized": false,
|
| 1504 |
+
"rstrip": false,
|
| 1505 |
+
"single_word": false,
|
| 1506 |
+
"special": true
|
| 1507 |
+
},
|
| 1508 |
+
"128188": {
|
| 1509 |
+
"content": "<|reserved_special_token_180|>",
|
| 1510 |
+
"lstrip": false,
|
| 1511 |
+
"normalized": false,
|
| 1512 |
+
"rstrip": false,
|
| 1513 |
+
"single_word": false,
|
| 1514 |
+
"special": true
|
| 1515 |
+
},
|
| 1516 |
+
"128189": {
|
| 1517 |
+
"content": "<|reserved_special_token_181|>",
|
| 1518 |
+
"lstrip": false,
|
| 1519 |
+
"normalized": false,
|
| 1520 |
+
"rstrip": false,
|
| 1521 |
+
"single_word": false,
|
| 1522 |
+
"special": true
|
| 1523 |
+
},
|
| 1524 |
+
"128190": {
|
| 1525 |
+
"content": "<|reserved_special_token_182|>",
|
| 1526 |
+
"lstrip": false,
|
| 1527 |
+
"normalized": false,
|
| 1528 |
+
"rstrip": false,
|
| 1529 |
+
"single_word": false,
|
| 1530 |
+
"special": true
|
| 1531 |
+
},
|
| 1532 |
+
"128191": {
|
| 1533 |
+
"content": "<|reserved_special_token_183|>",
|
| 1534 |
+
"lstrip": false,
|
| 1535 |
+
"normalized": false,
|
| 1536 |
+
"rstrip": false,
|
| 1537 |
+
"single_word": false,
|
| 1538 |
+
"special": true
|
| 1539 |
+
},
|
| 1540 |
+
"128192": {
|
| 1541 |
+
"content": "<|reserved_special_token_184|>",
|
| 1542 |
+
"lstrip": false,
|
| 1543 |
+
"normalized": false,
|
| 1544 |
+
"rstrip": false,
|
| 1545 |
+
"single_word": false,
|
| 1546 |
+
"special": true
|
| 1547 |
+
},
|
| 1548 |
+
"128193": {
|
| 1549 |
+
"content": "<|reserved_special_token_185|>",
|
| 1550 |
+
"lstrip": false,
|
| 1551 |
+
"normalized": false,
|
| 1552 |
+
"rstrip": false,
|
| 1553 |
+
"single_word": false,
|
| 1554 |
+
"special": true
|
| 1555 |
+
},
|
| 1556 |
+
"128194": {
|
| 1557 |
+
"content": "<|reserved_special_token_186|>",
|
| 1558 |
+
"lstrip": false,
|
| 1559 |
+
"normalized": false,
|
| 1560 |
+
"rstrip": false,
|
| 1561 |
+
"single_word": false,
|
| 1562 |
+
"special": true
|
| 1563 |
+
},
|
| 1564 |
+
"128195": {
|
| 1565 |
+
"content": "<|reserved_special_token_187|>",
|
| 1566 |
+
"lstrip": false,
|
| 1567 |
+
"normalized": false,
|
| 1568 |
+
"rstrip": false,
|
| 1569 |
+
"single_word": false,
|
| 1570 |
+
"special": true
|
| 1571 |
+
},
|
| 1572 |
+
"128196": {
|
| 1573 |
+
"content": "<|reserved_special_token_188|>",
|
| 1574 |
+
"lstrip": false,
|
| 1575 |
+
"normalized": false,
|
| 1576 |
+
"rstrip": false,
|
| 1577 |
+
"single_word": false,
|
| 1578 |
+
"special": true
|
| 1579 |
+
},
|
| 1580 |
+
"128197": {
|
| 1581 |
+
"content": "<|reserved_special_token_189|>",
|
| 1582 |
+
"lstrip": false,
|
| 1583 |
+
"normalized": false,
|
| 1584 |
+
"rstrip": false,
|
| 1585 |
+
"single_word": false,
|
| 1586 |
+
"special": true
|
| 1587 |
+
},
|
| 1588 |
+
"128198": {
|
| 1589 |
+
"content": "<|reserved_special_token_190|>",
|
| 1590 |
+
"lstrip": false,
|
| 1591 |
+
"normalized": false,
|
| 1592 |
+
"rstrip": false,
|
| 1593 |
+
"single_word": false,
|
| 1594 |
+
"special": true
|
| 1595 |
+
},
|
| 1596 |
+
"128199": {
|
| 1597 |
+
"content": "<|reserved_special_token_191|>",
|
| 1598 |
+
"lstrip": false,
|
| 1599 |
+
"normalized": false,
|
| 1600 |
+
"rstrip": false,
|
| 1601 |
+
"single_word": false,
|
| 1602 |
+
"special": true
|
| 1603 |
+
},
|
| 1604 |
+
"128200": {
|
| 1605 |
+
"content": "<|reserved_special_token_192|>",
|
| 1606 |
+
"lstrip": false,
|
| 1607 |
+
"normalized": false,
|
| 1608 |
+
"rstrip": false,
|
| 1609 |
+
"single_word": false,
|
| 1610 |
+
"special": true
|
| 1611 |
+
},
|
| 1612 |
+
"128201": {
|
| 1613 |
+
"content": "<|reserved_special_token_193|>",
|
| 1614 |
+
"lstrip": false,
|
| 1615 |
+
"normalized": false,
|
| 1616 |
+
"rstrip": false,
|
| 1617 |
+
"single_word": false,
|
| 1618 |
+
"special": true
|
| 1619 |
+
},
|
| 1620 |
+
"128202": {
|
| 1621 |
+
"content": "<|reserved_special_token_194|>",
|
| 1622 |
+
"lstrip": false,
|
| 1623 |
+
"normalized": false,
|
| 1624 |
+
"rstrip": false,
|
| 1625 |
+
"single_word": false,
|
| 1626 |
+
"special": true
|
| 1627 |
+
},
|
| 1628 |
+
"128203": {
|
| 1629 |
+
"content": "<|reserved_special_token_195|>",
|
| 1630 |
+
"lstrip": false,
|
| 1631 |
+
"normalized": false,
|
| 1632 |
+
"rstrip": false,
|
| 1633 |
+
"single_word": false,
|
| 1634 |
+
"special": true
|
| 1635 |
+
},
|
| 1636 |
+
"128204": {
|
| 1637 |
+
"content": "<|reserved_special_token_196|>",
|
| 1638 |
+
"lstrip": false,
|
| 1639 |
+
"normalized": false,
|
| 1640 |
+
"rstrip": false,
|
| 1641 |
+
"single_word": false,
|
| 1642 |
+
"special": true
|
| 1643 |
+
},
|
| 1644 |
+
"128205": {
|
| 1645 |
+
"content": "<|reserved_special_token_197|>",
|
| 1646 |
+
"lstrip": false,
|
| 1647 |
+
"normalized": false,
|
| 1648 |
+
"rstrip": false,
|
| 1649 |
+
"single_word": false,
|
| 1650 |
+
"special": true
|
| 1651 |
+
},
|
| 1652 |
+
"128206": {
|
| 1653 |
+
"content": "<|reserved_special_token_198|>",
|
| 1654 |
+
"lstrip": false,
|
| 1655 |
+
"normalized": false,
|
| 1656 |
+
"rstrip": false,
|
| 1657 |
+
"single_word": false,
|
| 1658 |
+
"special": true
|
| 1659 |
+
},
|
| 1660 |
+
"128207": {
|
| 1661 |
+
"content": "<|reserved_special_token_199|>",
|
| 1662 |
+
"lstrip": false,
|
| 1663 |
+
"normalized": false,
|
| 1664 |
+
"rstrip": false,
|
| 1665 |
+
"single_word": false,
|
| 1666 |
+
"special": true
|
| 1667 |
+
},
|
| 1668 |
+
"128208": {
|
| 1669 |
+
"content": "<|reserved_special_token_200|>",
|
| 1670 |
+
"lstrip": false,
|
| 1671 |
+
"normalized": false,
|
| 1672 |
+
"rstrip": false,
|
| 1673 |
+
"single_word": false,
|
| 1674 |
+
"special": true
|
| 1675 |
+
},
|
| 1676 |
+
"128209": {
|
| 1677 |
+
"content": "<|reserved_special_token_201|>",
|
| 1678 |
+
"lstrip": false,
|
| 1679 |
+
"normalized": false,
|
| 1680 |
+
"rstrip": false,
|
| 1681 |
+
"single_word": false,
|
| 1682 |
+
"special": true
|
| 1683 |
+
},
|
| 1684 |
+
"128210": {
|
| 1685 |
+
"content": "<|reserved_special_token_202|>",
|
| 1686 |
+
"lstrip": false,
|
| 1687 |
+
"normalized": false,
|
| 1688 |
+
"rstrip": false,
|
| 1689 |
+
"single_word": false,
|
| 1690 |
+
"special": true
|
| 1691 |
+
},
|
| 1692 |
+
"128211": {
|
| 1693 |
+
"content": "<|reserved_special_token_203|>",
|
| 1694 |
+
"lstrip": false,
|
| 1695 |
+
"normalized": false,
|
| 1696 |
+
"rstrip": false,
|
| 1697 |
+
"single_word": false,
|
| 1698 |
+
"special": true
|
| 1699 |
+
},
|
| 1700 |
+
"128212": {
|
| 1701 |
+
"content": "<|reserved_special_token_204|>",
|
| 1702 |
+
"lstrip": false,
|
| 1703 |
+
"normalized": false,
|
| 1704 |
+
"rstrip": false,
|
| 1705 |
+
"single_word": false,
|
| 1706 |
+
"special": true
|
| 1707 |
+
},
|
| 1708 |
+
"128213": {
|
| 1709 |
+
"content": "<|reserved_special_token_205|>",
|
| 1710 |
+
"lstrip": false,
|
| 1711 |
+
"normalized": false,
|
| 1712 |
+
"rstrip": false,
|
| 1713 |
+
"single_word": false,
|
| 1714 |
+
"special": true
|
| 1715 |
+
},
|
| 1716 |
+
"128214": {
|
| 1717 |
+
"content": "<|reserved_special_token_206|>",
|
| 1718 |
+
"lstrip": false,
|
| 1719 |
+
"normalized": false,
|
| 1720 |
+
"rstrip": false,
|
| 1721 |
+
"single_word": false,
|
| 1722 |
+
"special": true
|
| 1723 |
+
},
|
| 1724 |
+
"128215": {
|
| 1725 |
+
"content": "<|reserved_special_token_207|>",
|
| 1726 |
+
"lstrip": false,
|
| 1727 |
+
"normalized": false,
|
| 1728 |
+
"rstrip": false,
|
| 1729 |
+
"single_word": false,
|
| 1730 |
+
"special": true
|
| 1731 |
+
},
|
| 1732 |
+
"128216": {
|
| 1733 |
+
"content": "<|reserved_special_token_208|>",
|
| 1734 |
+
"lstrip": false,
|
| 1735 |
+
"normalized": false,
|
| 1736 |
+
"rstrip": false,
|
| 1737 |
+
"single_word": false,
|
| 1738 |
+
"special": true
|
| 1739 |
+
},
|
| 1740 |
+
"128217": {
|
| 1741 |
+
"content": "<|reserved_special_token_209|>",
|
| 1742 |
+
"lstrip": false,
|
| 1743 |
+
"normalized": false,
|
| 1744 |
+
"rstrip": false,
|
| 1745 |
+
"single_word": false,
|
| 1746 |
+
"special": true
|
| 1747 |
+
},
|
| 1748 |
+
"128218": {
|
| 1749 |
+
"content": "<|reserved_special_token_210|>",
|
| 1750 |
+
"lstrip": false,
|
| 1751 |
+
"normalized": false,
|
| 1752 |
+
"rstrip": false,
|
| 1753 |
+
"single_word": false,
|
| 1754 |
+
"special": true
|
| 1755 |
+
},
|
| 1756 |
+
"128219": {
|
| 1757 |
+
"content": "<|reserved_special_token_211|>",
|
| 1758 |
+
"lstrip": false,
|
| 1759 |
+
"normalized": false,
|
| 1760 |
+
"rstrip": false,
|
| 1761 |
+
"single_word": false,
|
| 1762 |
+
"special": true
|
| 1763 |
+
},
|
| 1764 |
+
"128220": {
|
| 1765 |
+
"content": "<|reserved_special_token_212|>",
|
| 1766 |
+
"lstrip": false,
|
| 1767 |
+
"normalized": false,
|
| 1768 |
+
"rstrip": false,
|
| 1769 |
+
"single_word": false,
|
| 1770 |
+
"special": true
|
| 1771 |
+
},
|
| 1772 |
+
"128221": {
|
| 1773 |
+
"content": "<|reserved_special_token_213|>",
|
| 1774 |
+
"lstrip": false,
|
| 1775 |
+
"normalized": false,
|
| 1776 |
+
"rstrip": false,
|
| 1777 |
+
"single_word": false,
|
| 1778 |
+
"special": true
|
| 1779 |
+
},
|
| 1780 |
+
"128222": {
|
| 1781 |
+
"content": "<|reserved_special_token_214|>",
|
| 1782 |
+
"lstrip": false,
|
| 1783 |
+
"normalized": false,
|
| 1784 |
+
"rstrip": false,
|
| 1785 |
+
"single_word": false,
|
| 1786 |
+
"special": true
|
| 1787 |
+
},
|
| 1788 |
+
"128223": {
|
| 1789 |
+
"content": "<|reserved_special_token_215|>",
|
| 1790 |
+
"lstrip": false,
|
| 1791 |
+
"normalized": false,
|
| 1792 |
+
"rstrip": false,
|
| 1793 |
+
"single_word": false,
|
| 1794 |
+
"special": true
|
| 1795 |
+
},
|
| 1796 |
+
"128224": {
|
| 1797 |
+
"content": "<|reserved_special_token_216|>",
|
| 1798 |
+
"lstrip": false,
|
| 1799 |
+
"normalized": false,
|
| 1800 |
+
"rstrip": false,
|
| 1801 |
+
"single_word": false,
|
| 1802 |
+
"special": true
|
| 1803 |
+
},
|
| 1804 |
+
"128225": {
|
| 1805 |
+
"content": "<|reserved_special_token_217|>",
|
| 1806 |
+
"lstrip": false,
|
| 1807 |
+
"normalized": false,
|
| 1808 |
+
"rstrip": false,
|
| 1809 |
+
"single_word": false,
|
| 1810 |
+
"special": true
|
| 1811 |
+
},
|
| 1812 |
+
"128226": {
|
| 1813 |
+
"content": "<|reserved_special_token_218|>",
|
| 1814 |
+
"lstrip": false,
|
| 1815 |
+
"normalized": false,
|
| 1816 |
+
"rstrip": false,
|
| 1817 |
+
"single_word": false,
|
| 1818 |
+
"special": true
|
| 1819 |
+
},
|
| 1820 |
+
"128227": {
|
| 1821 |
+
"content": "<|reserved_special_token_219|>",
|
| 1822 |
+
"lstrip": false,
|
| 1823 |
+
"normalized": false,
|
| 1824 |
+
"rstrip": false,
|
| 1825 |
+
"single_word": false,
|
| 1826 |
+
"special": true
|
| 1827 |
+
},
|
| 1828 |
+
"128228": {
|
| 1829 |
+
"content": "<|reserved_special_token_220|>",
|
| 1830 |
+
"lstrip": false,
|
| 1831 |
+
"normalized": false,
|
| 1832 |
+
"rstrip": false,
|
| 1833 |
+
"single_word": false,
|
| 1834 |
+
"special": true
|
| 1835 |
+
},
|
| 1836 |
+
"128229": {
|
| 1837 |
+
"content": "<|reserved_special_token_221|>",
|
| 1838 |
+
"lstrip": false,
|
| 1839 |
+
"normalized": false,
|
| 1840 |
+
"rstrip": false,
|
| 1841 |
+
"single_word": false,
|
| 1842 |
+
"special": true
|
| 1843 |
+
},
|
| 1844 |
+
"128230": {
|
| 1845 |
+
"content": "<|reserved_special_token_222|>",
|
| 1846 |
+
"lstrip": false,
|
| 1847 |
+
"normalized": false,
|
| 1848 |
+
"rstrip": false,
|
| 1849 |
+
"single_word": false,
|
| 1850 |
+
"special": true
|
| 1851 |
+
},
|
| 1852 |
+
"128231": {
|
| 1853 |
+
"content": "<|reserved_special_token_223|>",
|
| 1854 |
+
"lstrip": false,
|
| 1855 |
+
"normalized": false,
|
| 1856 |
+
"rstrip": false,
|
| 1857 |
+
"single_word": false,
|
| 1858 |
+
"special": true
|
| 1859 |
+
},
|
| 1860 |
+
"128232": {
|
| 1861 |
+
"content": "<|reserved_special_token_224|>",
|
| 1862 |
+
"lstrip": false,
|
| 1863 |
+
"normalized": false,
|
| 1864 |
+
"rstrip": false,
|
| 1865 |
+
"single_word": false,
|
| 1866 |
+
"special": true
|
| 1867 |
+
},
|
| 1868 |
+
"128233": {
|
| 1869 |
+
"content": "<|reserved_special_token_225|>",
|
| 1870 |
+
"lstrip": false,
|
| 1871 |
+
"normalized": false,
|
| 1872 |
+
"rstrip": false,
|
| 1873 |
+
"single_word": false,
|
| 1874 |
+
"special": true
|
| 1875 |
+
},
|
| 1876 |
+
"128234": {
|
| 1877 |
+
"content": "<|reserved_special_token_226|>",
|
| 1878 |
+
"lstrip": false,
|
| 1879 |
+
"normalized": false,
|
| 1880 |
+
"rstrip": false,
|
| 1881 |
+
"single_word": false,
|
| 1882 |
+
"special": true
|
| 1883 |
+
},
|
| 1884 |
+
"128235": {
|
| 1885 |
+
"content": "<|reserved_special_token_227|>",
|
| 1886 |
+
"lstrip": false,
|
| 1887 |
+
"normalized": false,
|
| 1888 |
+
"rstrip": false,
|
| 1889 |
+
"single_word": false,
|
| 1890 |
+
"special": true
|
| 1891 |
+
},
|
| 1892 |
+
"128236": {
|
| 1893 |
+
"content": "<|reserved_special_token_228|>",
|
| 1894 |
+
"lstrip": false,
|
| 1895 |
+
"normalized": false,
|
| 1896 |
+
"rstrip": false,
|
| 1897 |
+
"single_word": false,
|
| 1898 |
+
"special": true
|
| 1899 |
+
},
|
| 1900 |
+
"128237": {
|
| 1901 |
+
"content": "<|reserved_special_token_229|>",
|
| 1902 |
+
"lstrip": false,
|
| 1903 |
+
"normalized": false,
|
| 1904 |
+
"rstrip": false,
|
| 1905 |
+
"single_word": false,
|
| 1906 |
+
"special": true
|
| 1907 |
+
},
|
| 1908 |
+
"128238": {
|
| 1909 |
+
"content": "<|reserved_special_token_230|>",
|
| 1910 |
+
"lstrip": false,
|
| 1911 |
+
"normalized": false,
|
| 1912 |
+
"rstrip": false,
|
| 1913 |
+
"single_word": false,
|
| 1914 |
+
"special": true
|
| 1915 |
+
},
|
| 1916 |
+
"128239": {
|
| 1917 |
+
"content": "<|reserved_special_token_231|>",
|
| 1918 |
+
"lstrip": false,
|
| 1919 |
+
"normalized": false,
|
| 1920 |
+
"rstrip": false,
|
| 1921 |
+
"single_word": false,
|
| 1922 |
+
"special": true
|
| 1923 |
+
},
|
| 1924 |
+
"128240": {
|
| 1925 |
+
"content": "<|reserved_special_token_232|>",
|
| 1926 |
+
"lstrip": false,
|
| 1927 |
+
"normalized": false,
|
| 1928 |
+
"rstrip": false,
|
| 1929 |
+
"single_word": false,
|
| 1930 |
+
"special": true
|
| 1931 |
+
},
|
| 1932 |
+
"128241": {
|
| 1933 |
+
"content": "<|reserved_special_token_233|>",
|
| 1934 |
+
"lstrip": false,
|
| 1935 |
+
"normalized": false,
|
| 1936 |
+
"rstrip": false,
|
| 1937 |
+
"single_word": false,
|
| 1938 |
+
"special": true
|
| 1939 |
+
},
|
| 1940 |
+
"128242": {
|
| 1941 |
+
"content": "<|reserved_special_token_234|>",
|
| 1942 |
+
"lstrip": false,
|
| 1943 |
+
"normalized": false,
|
| 1944 |
+
"rstrip": false,
|
| 1945 |
+
"single_word": false,
|
| 1946 |
+
"special": true
|
| 1947 |
+
},
|
| 1948 |
+
"128243": {
|
| 1949 |
+
"content": "<|reserved_special_token_235|>",
|
| 1950 |
+
"lstrip": false,
|
| 1951 |
+
"normalized": false,
|
| 1952 |
+
"rstrip": false,
|
| 1953 |
+
"single_word": false,
|
| 1954 |
+
"special": true
|
| 1955 |
+
},
|
| 1956 |
+
"128244": {
|
| 1957 |
+
"content": "<|reserved_special_token_236|>",
|
| 1958 |
+
"lstrip": false,
|
| 1959 |
+
"normalized": false,
|
| 1960 |
+
"rstrip": false,
|
| 1961 |
+
"single_word": false,
|
| 1962 |
+
"special": true
|
| 1963 |
+
},
|
| 1964 |
+
"128245": {
|
| 1965 |
+
"content": "<|reserved_special_token_237|>",
|
| 1966 |
+
"lstrip": false,
|
| 1967 |
+
"normalized": false,
|
| 1968 |
+
"rstrip": false,
|
| 1969 |
+
"single_word": false,
|
| 1970 |
+
"special": true
|
| 1971 |
+
},
|
| 1972 |
+
"128246": {
|
| 1973 |
+
"content": "<|reserved_special_token_238|>",
|
| 1974 |
+
"lstrip": false,
|
| 1975 |
+
"normalized": false,
|
| 1976 |
+
"rstrip": false,
|
| 1977 |
+
"single_word": false,
|
| 1978 |
+
"special": true
|
| 1979 |
+
},
|
| 1980 |
+
"128247": {
|
| 1981 |
+
"content": "<|reserved_special_token_239|>",
|
| 1982 |
+
"lstrip": false,
|
| 1983 |
+
"normalized": false,
|
| 1984 |
+
"rstrip": false,
|
| 1985 |
+
"single_word": false,
|
| 1986 |
+
"special": true
|
| 1987 |
+
},
|
| 1988 |
+
"128248": {
|
| 1989 |
+
"content": "<|reserved_special_token_240|>",
|
| 1990 |
+
"lstrip": false,
|
| 1991 |
+
"normalized": false,
|
| 1992 |
+
"rstrip": false,
|
| 1993 |
+
"single_word": false,
|
| 1994 |
+
"special": true
|
| 1995 |
+
},
|
| 1996 |
+
"128249": {
|
| 1997 |
+
"content": "<|reserved_special_token_241|>",
|
| 1998 |
+
"lstrip": false,
|
| 1999 |
+
"normalized": false,
|
| 2000 |
+
"rstrip": false,
|
| 2001 |
+
"single_word": false,
|
| 2002 |
+
"special": true
|
| 2003 |
+
},
|
| 2004 |
+
"128250": {
|
| 2005 |
+
"content": "<|reserved_special_token_242|>",
|
| 2006 |
+
"lstrip": false,
|
| 2007 |
+
"normalized": false,
|
| 2008 |
+
"rstrip": false,
|
| 2009 |
+
"single_word": false,
|
| 2010 |
+
"special": true
|
| 2011 |
+
},
|
| 2012 |
+
"128251": {
|
| 2013 |
+
"content": "<|reserved_special_token_243|>",
|
| 2014 |
+
"lstrip": false,
|
| 2015 |
+
"normalized": false,
|
| 2016 |
+
"rstrip": false,
|
| 2017 |
+
"single_word": false,
|
| 2018 |
+
"special": true
|
| 2019 |
+
},
|
| 2020 |
+
"128252": {
|
| 2021 |
+
"content": "<|reserved_special_token_244|>",
|
| 2022 |
+
"lstrip": false,
|
| 2023 |
+
"normalized": false,
|
| 2024 |
+
"rstrip": false,
|
| 2025 |
+
"single_word": false,
|
| 2026 |
+
"special": true
|
| 2027 |
+
},
|
| 2028 |
+
"128253": {
|
| 2029 |
+
"content": "<|reserved_special_token_245|>",
|
| 2030 |
+
"lstrip": false,
|
| 2031 |
+
"normalized": false,
|
| 2032 |
+
"rstrip": false,
|
| 2033 |
+
"single_word": false,
|
| 2034 |
+
"special": true
|
| 2035 |
+
},
|
| 2036 |
+
"128254": {
|
| 2037 |
+
"content": "<|reserved_special_token_246|>",
|
| 2038 |
+
"lstrip": false,
|
| 2039 |
+
"normalized": false,
|
| 2040 |
+
"rstrip": false,
|
| 2041 |
+
"single_word": false,
|
| 2042 |
+
"special": true
|
| 2043 |
+
},
|
| 2044 |
+
"128255": {
|
| 2045 |
+
"content": "<|reserved_special_token_247|>",
|
| 2046 |
+
"lstrip": false,
|
| 2047 |
+
"normalized": false,
|
| 2048 |
+
"rstrip": false,
|
| 2049 |
+
"single_word": false,
|
| 2050 |
+
"special": true
|
| 2051 |
+
}
|
| 2052 |
+
},
|
| 2053 |
+
"bos_token": "<|begin_of_text|>",
|
| 2054 |
+
"clean_up_tokenization_spaces": true,
|
| 2055 |
+
"eos_token": "<|eot_id|>",
|
| 2056 |
+
"extra_special_tokens": {},
|
| 2057 |
+
"model_input_names": [
|
| 2058 |
+
"input_ids",
|
| 2059 |
+
"attention_mask"
|
| 2060 |
+
],
|
| 2061 |
+
"model_max_length": 131072,
|
| 2062 |
+
"pad_token": "<|finetune_right_pad_id|>",
|
| 2063 |
+
"padding_side": "left",
|
| 2064 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 2065 |
+
"unk_token": null
|
| 2066 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,1843 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.00075,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 75,
|
| 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": 290.0,
|
| 20 |
+
"completions/max_terminated_length": 290.0,
|
| 21 |
+
"completions/mean_length": 189.28125,
|
| 22 |
+
"completions/mean_terminated_length": 189.28125,
|
| 23 |
+
"completions/min_length": 87.0,
|
| 24 |
+
"completions/min_terminated_length": 87.0,
|
| 25 |
+
"entropy": 6.437062740325928,
|
| 26 |
+
"epoch": 1e-05,
|
| 27 |
+
"frac_reward_zero_std": 0.0,
|
| 28 |
+
"grad_norm": 0.016826510429382324,
|
| 29 |
+
"kl": 0.0,
|
| 30 |
+
"learning_rate": 0.0,
|
| 31 |
+
"loss": 0.0013,
|
| 32 |
+
"num_tokens": 19729.0,
|
| 33 |
+
"reward": 0.3447500467300415,
|
| 34 |
+
"reward_std": 0.442057728767395,
|
| 35 |
+
"rewards/rollout_reward_func/mean": 0.3447500467300415,
|
| 36 |
+
"rewards/rollout_reward_func/std": 0.5397446751594543,
|
| 37 |
+
"sampling/importance_sampling_ratio/max": 0.09006787836551666,
|
| 38 |
+
"sampling/importance_sampling_ratio/mean": 0.021625002846121788,
|
| 39 |
+
"sampling/importance_sampling_ratio/min": 2.6737835799468434e-21,
|
| 40 |
+
"sampling/sampling_logp_difference/max": 10.421490669250488,
|
| 41 |
+
"sampling/sampling_logp_difference/mean": 0.9961081743240356,
|
| 42 |
+
"step": 1,
|
| 43 |
+
"step_time": 6.1302893520023645
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"clip_ratio/high_max": 0.0,
|
| 47 |
+
"clip_ratio/high_mean": 0.0,
|
| 48 |
+
"clip_ratio/low_mean": 0.0,
|
| 49 |
+
"clip_ratio/low_min": 0.0,
|
| 50 |
+
"clip_ratio/region_mean": 0.0,
|
| 51 |
+
"entropy": 6.437062740325928,
|
| 52 |
+
"epoch": 2e-05,
|
| 53 |
+
"grad_norm": 0.01793765090405941,
|
| 54 |
+
"kl": 0.0,
|
| 55 |
+
"learning_rate": 2.8571428571428575e-07,
|
| 56 |
+
"loss": 0.0013,
|
| 57 |
+
"step": 2,
|
| 58 |
+
"step_time": 2.0380342090029444
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"clip_ratio/high_max": 0.0,
|
| 62 |
+
"clip_ratio/high_mean": 0.0,
|
| 63 |
+
"clip_ratio/low_mean": 0.0,
|
| 64 |
+
"clip_ratio/low_min": 0.0,
|
| 65 |
+
"clip_ratio/region_mean": 0.0,
|
| 66 |
+
"completions/clipped_ratio": 0.0,
|
| 67 |
+
"completions/max_length": 311.0,
|
| 68 |
+
"completions/max_terminated_length": 311.0,
|
| 69 |
+
"completions/mean_length": 181.75,
|
| 70 |
+
"completions/mean_terminated_length": 181.75,
|
| 71 |
+
"completions/min_length": 4.0,
|
| 72 |
+
"completions/min_terminated_length": 4.0,
|
| 73 |
+
"entropy": 6.339070081710815,
|
| 74 |
+
"epoch": 3e-05,
|
| 75 |
+
"frac_reward_zero_std": 0.0,
|
| 76 |
+
"grad_norm": 0.01880541257560253,
|
| 77 |
+
"kl": 0.0002252149279229343,
|
| 78 |
+
"learning_rate": 5.714285714285715e-07,
|
| 79 |
+
"loss": 0.0008,
|
| 80 |
+
"num_tokens": 39137.0,
|
| 81 |
+
"reward": 0.26824522018432617,
|
| 82 |
+
"reward_std": 0.5006938576698303,
|
| 83 |
+
"rewards/rollout_reward_func/mean": 0.26824522018432617,
|
| 84 |
+
"rewards/rollout_reward_func/std": 0.6827228665351868,
|
| 85 |
+
"sampling/importance_sampling_ratio/max": 0.08637334406375885,
|
| 86 |
+
"sampling/importance_sampling_ratio/mean": 0.022774849086999893,
|
| 87 |
+
"sampling/importance_sampling_ratio/min": 1.3291454737580292e-19,
|
| 88 |
+
"sampling/sampling_logp_difference/max": 16.614532470703125,
|
| 89 |
+
"sampling/sampling_logp_difference/mean": 0.9813731908798218,
|
| 90 |
+
"step": 3,
|
| 91 |
+
"step_time": 4.804124853002577
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"clip_ratio/high_max": 0.0,
|
| 95 |
+
"clip_ratio/high_mean": 0.0,
|
| 96 |
+
"clip_ratio/low_mean": 0.0,
|
| 97 |
+
"clip_ratio/low_min": 0.0,
|
| 98 |
+
"clip_ratio/region_mean": 0.0,
|
| 99 |
+
"entropy": 6.339388012886047,
|
| 100 |
+
"epoch": 4e-05,
|
| 101 |
+
"grad_norm": 0.01893947273492813,
|
| 102 |
+
"kl": 0.00022322818585962523,
|
| 103 |
+
"learning_rate": 8.571428571428572e-07,
|
| 104 |
+
"loss": 0.0008,
|
| 105 |
+
"step": 4,
|
| 106 |
+
"step_time": 2.015891280001597
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"clip_ratio/high_max": 0.0,
|
| 110 |
+
"clip_ratio/high_mean": 0.0,
|
| 111 |
+
"clip_ratio/low_mean": 0.0,
|
| 112 |
+
"clip_ratio/low_min": 0.0,
|
| 113 |
+
"clip_ratio/region_mean": 0.0,
|
| 114 |
+
"completions/clipped_ratio": 0.03125,
|
| 115 |
+
"completions/max_length": 297.0,
|
| 116 |
+
"completions/max_terminated_length": 297.0,
|
| 117 |
+
"completions/mean_length": 180.5625,
|
| 118 |
+
"completions/mean_terminated_length": 179.19354248046875,
|
| 119 |
+
"completions/min_length": 89.0,
|
| 120 |
+
"completions/min_terminated_length": 89.0,
|
| 121 |
+
"entropy": 6.364191830158234,
|
| 122 |
+
"epoch": 5e-05,
|
| 123 |
+
"frac_reward_zero_std": 0.0,
|
| 124 |
+
"grad_norm": 0.015179796144366264,
|
| 125 |
+
"kl": 0.00024546185159124434,
|
| 126 |
+
"learning_rate": 1.142857142857143e-06,
|
| 127 |
+
"loss": -0.0013,
|
| 128 |
+
"num_tokens": 58915.0,
|
| 129 |
+
"reward": 0.30358171463012695,
|
| 130 |
+
"reward_std": 0.5374526381492615,
|
| 131 |
+
"rewards/rollout_reward_func/mean": 0.30358171463012695,
|
| 132 |
+
"rewards/rollout_reward_func/std": 0.7121029496192932,
|
| 133 |
+
"sampling/importance_sampling_ratio/max": 0.09015928953886032,
|
| 134 |
+
"sampling/importance_sampling_ratio/mean": 0.028123818337917328,
|
| 135 |
+
"sampling/importance_sampling_ratio/min": 6.7218247539707566e-18,
|
| 136 |
+
"sampling/sampling_logp_difference/max": 3.8256945610046387,
|
| 137 |
+
"sampling/sampling_logp_difference/mean": 0.9157212376594543,
|
| 138 |
+
"step": 5,
|
| 139 |
+
"step_time": 5.45849032499973
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"clip_ratio/high_max": 0.0,
|
| 143 |
+
"clip_ratio/high_mean": 0.0,
|
| 144 |
+
"clip_ratio/low_mean": 0.0,
|
| 145 |
+
"clip_ratio/low_min": 0.0,
|
| 146 |
+
"clip_ratio/region_mean": 0.0,
|
| 147 |
+
"entropy": 6.3711864948272705,
|
| 148 |
+
"epoch": 6e-05,
|
| 149 |
+
"grad_norm": 0.014959807507693768,
|
| 150 |
+
"kl": 0.00025912884848366957,
|
| 151 |
+
"learning_rate": 1.4285714285714286e-06,
|
| 152 |
+
"loss": -0.0013,
|
| 153 |
+
"step": 6,
|
| 154 |
+
"step_time": 2.0148870949979028
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"clip_ratio/high_max": 0.0,
|
| 158 |
+
"clip_ratio/high_mean": 0.0,
|
| 159 |
+
"clip_ratio/low_mean": 0.0,
|
| 160 |
+
"clip_ratio/low_min": 0.0,
|
| 161 |
+
"clip_ratio/region_mean": 0.0,
|
| 162 |
+
"completions/clipped_ratio": 0.0,
|
| 163 |
+
"completions/max_length": 290.0,
|
| 164 |
+
"completions/max_terminated_length": 290.0,
|
| 165 |
+
"completions/mean_length": 159.78125,
|
| 166 |
+
"completions/mean_terminated_length": 159.78125,
|
| 167 |
+
"completions/min_length": 2.0,
|
| 168 |
+
"completions/min_terminated_length": 2.0,
|
| 169 |
+
"entropy": 6.184065341949463,
|
| 170 |
+
"epoch": 7e-05,
|
| 171 |
+
"frac_reward_zero_std": 0.0,
|
| 172 |
+
"grad_norm": 0.020354198291897774,
|
| 173 |
+
"kl": 0.00016448212227260228,
|
| 174 |
+
"learning_rate": 1.7142857142857145e-06,
|
| 175 |
+
"loss": 0.0001,
|
| 176 |
+
"num_tokens": 77924.0,
|
| 177 |
+
"reward": 0.4891502559185028,
|
| 178 |
+
"reward_std": 0.6122604012489319,
|
| 179 |
+
"rewards/rollout_reward_func/mean": 0.4891502559185028,
|
| 180 |
+
"rewards/rollout_reward_func/std": 0.7439028024673462,
|
| 181 |
+
"sampling/importance_sampling_ratio/max": 0.23023700714111328,
|
| 182 |
+
"sampling/importance_sampling_ratio/mean": 0.04043475538492203,
|
| 183 |
+
"sampling/importance_sampling_ratio/min": 0.0005593057139776647,
|
| 184 |
+
"sampling/sampling_logp_difference/max": 1.5701570510864258,
|
| 185 |
+
"sampling/sampling_logp_difference/mean": 0.7449289560317993,
|
| 186 |
+
"step": 7,
|
| 187 |
+
"step_time": 4.50355222700091
|
| 188 |
+
},
|
| 189 |
+
{
|
| 190 |
+
"clip_ratio/high_max": 0.0,
|
| 191 |
+
"clip_ratio/high_mean": 0.0,
|
| 192 |
+
"clip_ratio/low_mean": 0.0,
|
| 193 |
+
"clip_ratio/low_min": 0.0,
|
| 194 |
+
"clip_ratio/region_mean": 0.0,
|
| 195 |
+
"entropy": 6.187336444854736,
|
| 196 |
+
"epoch": 8e-05,
|
| 197 |
+
"grad_norm": 0.02016047202050686,
|
| 198 |
+
"kl": 0.00018859418923966587,
|
| 199 |
+
"learning_rate": 2.0000000000000003e-06,
|
| 200 |
+
"loss": 0.0001,
|
| 201 |
+
"step": 8,
|
| 202 |
+
"step_time": 2.0521075350043247
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"clip_ratio/high_max": 0.0,
|
| 206 |
+
"clip_ratio/high_mean": 0.0,
|
| 207 |
+
"clip_ratio/low_mean": 0.0,
|
| 208 |
+
"clip_ratio/low_min": 0.0,
|
| 209 |
+
"clip_ratio/region_mean": 0.0,
|
| 210 |
+
"completions/clipped_ratio": 0.0,
|
| 211 |
+
"completions/max_length": 305.0,
|
| 212 |
+
"completions/max_terminated_length": 305.0,
|
| 213 |
+
"completions/mean_length": 179.71875,
|
| 214 |
+
"completions/mean_terminated_length": 179.71875,
|
| 215 |
+
"completions/min_length": 87.0,
|
| 216 |
+
"completions/min_terminated_length": 87.0,
|
| 217 |
+
"entropy": 6.317316174507141,
|
| 218 |
+
"epoch": 9e-05,
|
| 219 |
+
"frac_reward_zero_std": 0.0,
|
| 220 |
+
"grad_norm": 0.011887814849615097,
|
| 221 |
+
"kl": 0.0002640308539412217,
|
| 222 |
+
"learning_rate": 2.285714285714286e-06,
|
| 223 |
+
"loss": 0.0001,
|
| 224 |
+
"num_tokens": 97755.0,
|
| 225 |
+
"reward": 0.14386901259422302,
|
| 226 |
+
"reward_std": 0.46610209345817566,
|
| 227 |
+
"rewards/rollout_reward_func/mean": 0.14386901259422302,
|
| 228 |
+
"rewards/rollout_reward_func/std": 0.6731327772140503,
|
| 229 |
+
"sampling/importance_sampling_ratio/max": 0.07798832654953003,
|
| 230 |
+
"sampling/importance_sampling_ratio/mean": 0.027132228016853333,
|
| 231 |
+
"sampling/importance_sampling_ratio/min": 3.0175977556363997e-16,
|
| 232 |
+
"sampling/sampling_logp_difference/max": 3.646486282348633,
|
| 233 |
+
"sampling/sampling_logp_difference/mean": 0.8435187339782715,
|
| 234 |
+
"step": 9,
|
| 235 |
+
"step_time": 4.767648326000199
|
| 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 |
+
"entropy": 6.318172335624695,
|
| 244 |
+
"epoch": 0.0001,
|
| 245 |
+
"grad_norm": 0.012068596668541431,
|
| 246 |
+
"kl": 0.00021811862825416028,
|
| 247 |
+
"learning_rate": 2.571428571428571e-06,
|
| 248 |
+
"loss": 0.0001,
|
| 249 |
+
"step": 10,
|
| 250 |
+
"step_time": 3.0171621790013887
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"clip_ratio/high_max": 0.0,
|
| 254 |
+
"clip_ratio/high_mean": 0.0,
|
| 255 |
+
"clip_ratio/low_mean": 0.0,
|
| 256 |
+
"clip_ratio/low_min": 0.0,
|
| 257 |
+
"clip_ratio/region_mean": 0.0,
|
| 258 |
+
"completions/clipped_ratio": 0.0,
|
| 259 |
+
"completions/max_length": 305.0,
|
| 260 |
+
"completions/max_terminated_length": 305.0,
|
| 261 |
+
"completions/mean_length": 161.15625,
|
| 262 |
+
"completions/mean_terminated_length": 161.15625,
|
| 263 |
+
"completions/min_length": 89.0,
|
| 264 |
+
"completions/min_terminated_length": 89.0,
|
| 265 |
+
"entropy": 6.06863796710968,
|
| 266 |
+
"epoch": 0.00011,
|
| 267 |
+
"frac_reward_zero_std": 0.0,
|
| 268 |
+
"grad_norm": 0.03053852915763855,
|
| 269 |
+
"kl": 0.0002923815409303643,
|
| 270 |
+
"learning_rate": 2.8571428571428573e-06,
|
| 271 |
+
"loss": 0.0009,
|
| 272 |
+
"num_tokens": 115960.0,
|
| 273 |
+
"reward": 0.10083174705505371,
|
| 274 |
+
"reward_std": 0.73536616563797,
|
| 275 |
+
"rewards/rollout_reward_func/mean": 0.10083174705505371,
|
| 276 |
+
"rewards/rollout_reward_func/std": 0.8196083307266235,
|
| 277 |
+
"sampling/importance_sampling_ratio/max": 0.08715340495109558,
|
| 278 |
+
"sampling/importance_sampling_ratio/mean": 0.039209067821502686,
|
| 279 |
+
"sampling/importance_sampling_ratio/min": 0.0009637149632908404,
|
| 280 |
+
"sampling/sampling_logp_difference/max": 1.487579345703125,
|
| 281 |
+
"sampling/sampling_logp_difference/mean": 0.7100945711135864,
|
| 282 |
+
"step": 11,
|
| 283 |
+
"step_time": 4.602402659003928
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"clip_ratio/high_max": 0.0,
|
| 287 |
+
"clip_ratio/high_mean": 0.0,
|
| 288 |
+
"clip_ratio/low_mean": 0.0,
|
| 289 |
+
"clip_ratio/low_min": 0.0,
|
| 290 |
+
"clip_ratio/region_mean": 0.0,
|
| 291 |
+
"entropy": 6.072819113731384,
|
| 292 |
+
"epoch": 0.00012,
|
| 293 |
+
"grad_norm": 0.030046585947275162,
|
| 294 |
+
"kl": 0.00036826524046773557,
|
| 295 |
+
"learning_rate": 3.142857142857143e-06,
|
| 296 |
+
"loss": 0.0009,
|
| 297 |
+
"step": 12,
|
| 298 |
+
"step_time": 2.010943456001769
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"clip_ratio/high_max": 0.0,
|
| 302 |
+
"clip_ratio/high_mean": 0.0,
|
| 303 |
+
"clip_ratio/low_mean": 0.0,
|
| 304 |
+
"clip_ratio/low_min": 0.0,
|
| 305 |
+
"clip_ratio/region_mean": 0.0,
|
| 306 |
+
"completions/clipped_ratio": 0.0,
|
| 307 |
+
"completions/max_length": 348.0,
|
| 308 |
+
"completions/max_terminated_length": 348.0,
|
| 309 |
+
"completions/mean_length": 176.90625,
|
| 310 |
+
"completions/mean_terminated_length": 176.90625,
|
| 311 |
+
"completions/min_length": 87.0,
|
| 312 |
+
"completions/min_terminated_length": 87.0,
|
| 313 |
+
"entropy": 6.142941534519196,
|
| 314 |
+
"epoch": 0.00013,
|
| 315 |
+
"frac_reward_zero_std": 0.0,
|
| 316 |
+
"grad_norm": 0.012423109263181686,
|
| 317 |
+
"kl": 0.00031069645046954975,
|
| 318 |
+
"learning_rate": 3.428571428571429e-06,
|
| 319 |
+
"loss": 0.0,
|
| 320 |
+
"num_tokens": 135893.0,
|
| 321 |
+
"reward": 0.3551899194717407,
|
| 322 |
+
"reward_std": 0.4100135564804077,
|
| 323 |
+
"rewards/rollout_reward_func/mean": 0.3551899194717407,
|
| 324 |
+
"rewards/rollout_reward_func/std": 0.4807114005088806,
|
| 325 |
+
"sampling/importance_sampling_ratio/max": 0.08160404115915298,
|
| 326 |
+
"sampling/importance_sampling_ratio/mean": 0.028775818645954132,
|
| 327 |
+
"sampling/importance_sampling_ratio/min": 9.679094364400953e-05,
|
| 328 |
+
"sampling/sampling_logp_difference/max": 1.6882461309432983,
|
| 329 |
+
"sampling/sampling_logp_difference/mean": 0.7273038625717163,
|
| 330 |
+
"step": 13,
|
| 331 |
+
"step_time": 4.72503407199838
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"clip_ratio/high_max": 0.0,
|
| 335 |
+
"clip_ratio/high_mean": 0.0,
|
| 336 |
+
"clip_ratio/low_mean": 0.0,
|
| 337 |
+
"clip_ratio/low_min": 0.0,
|
| 338 |
+
"clip_ratio/region_mean": 0.0,
|
| 339 |
+
"entropy": 6.149784088134766,
|
| 340 |
+
"epoch": 0.00014,
|
| 341 |
+
"grad_norm": 0.012431415729224682,
|
| 342 |
+
"kl": 0.00031931480134517187,
|
| 343 |
+
"learning_rate": 3.7142857142857146e-06,
|
| 344 |
+
"loss": 0.0001,
|
| 345 |
+
"step": 14,
|
| 346 |
+
"step_time": 2.0601124099976005
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"clip_ratio/high_max": 0.0,
|
| 350 |
+
"clip_ratio/high_mean": 0.0,
|
| 351 |
+
"clip_ratio/low_mean": 0.0,
|
| 352 |
+
"clip_ratio/low_min": 0.0,
|
| 353 |
+
"clip_ratio/region_mean": 0.0,
|
| 354 |
+
"completions/clipped_ratio": 0.03125,
|
| 355 |
+
"completions/max_length": 402.0,
|
| 356 |
+
"completions/max_terminated_length": 402.0,
|
| 357 |
+
"completions/mean_length": 185.1875,
|
| 358 |
+
"completions/mean_terminated_length": 187.77418518066406,
|
| 359 |
+
"completions/min_length": 89.0,
|
| 360 |
+
"completions/min_terminated_length": 89.0,
|
| 361 |
+
"entropy": 6.218902826309204,
|
| 362 |
+
"epoch": 0.00015,
|
| 363 |
+
"frac_reward_zero_std": 0.25,
|
| 364 |
+
"grad_norm": 0.02713136561214924,
|
| 365 |
+
"kl": 0.00027004735966329463,
|
| 366 |
+
"learning_rate": 4.000000000000001e-06,
|
| 367 |
+
"loss": 0.0015,
|
| 368 |
+
"num_tokens": 155683.0,
|
| 369 |
+
"reward": 0.305591344833374,
|
| 370 |
+
"reward_std": 0.40960314869880676,
|
| 371 |
+
"rewards/rollout_reward_func/mean": 0.305591344833374,
|
| 372 |
+
"rewards/rollout_reward_func/std": 0.5242363810539246,
|
| 373 |
+
"sampling/importance_sampling_ratio/max": 0.08599410951137543,
|
| 374 |
+
"sampling/importance_sampling_ratio/mean": 0.025865234434604645,
|
| 375 |
+
"sampling/importance_sampling_ratio/min": 7.349282722104652e-14,
|
| 376 |
+
"sampling/sampling_logp_difference/max": 2.5293257236480713,
|
| 377 |
+
"sampling/sampling_logp_difference/mean": 0.8104561567306519,
|
| 378 |
+
"step": 15,
|
| 379 |
+
"step_time": 4.914467659998991
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"clip_ratio/high_max": 0.0,
|
| 383 |
+
"clip_ratio/high_mean": 0.0,
|
| 384 |
+
"clip_ratio/low_mean": 0.0,
|
| 385 |
+
"clip_ratio/low_min": 0.0,
|
| 386 |
+
"clip_ratio/region_mean": 0.0,
|
| 387 |
+
"entropy": 6.2238587737083435,
|
| 388 |
+
"epoch": 0.00016,
|
| 389 |
+
"grad_norm": 0.026739850640296936,
|
| 390 |
+
"kl": 0.00038530101119249593,
|
| 391 |
+
"learning_rate": 4.2857142857142855e-06,
|
| 392 |
+
"loss": 0.0015,
|
| 393 |
+
"step": 16,
|
| 394 |
+
"step_time": 2.6130522349994862
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"clip_ratio/high_max": 0.0,
|
| 398 |
+
"clip_ratio/high_mean": 0.0,
|
| 399 |
+
"clip_ratio/low_mean": 0.0,
|
| 400 |
+
"clip_ratio/low_min": 0.0,
|
| 401 |
+
"clip_ratio/region_mean": 0.0,
|
| 402 |
+
"completions/clipped_ratio": 0.0,
|
| 403 |
+
"completions/max_length": 346.0,
|
| 404 |
+
"completions/max_terminated_length": 346.0,
|
| 405 |
+
"completions/mean_length": 161.375,
|
| 406 |
+
"completions/mean_terminated_length": 161.375,
|
| 407 |
+
"completions/min_length": 87.0,
|
| 408 |
+
"completions/min_terminated_length": 87.0,
|
| 409 |
+
"entropy": 6.213452756404877,
|
| 410 |
+
"epoch": 0.00017,
|
| 411 |
+
"frac_reward_zero_std": 0.0,
|
| 412 |
+
"grad_norm": 0.03361396864056587,
|
| 413 |
+
"kl": 0.0007407644588965923,
|
| 414 |
+
"learning_rate": 4.571428571428572e-06,
|
| 415 |
+
"loss": 0.0022,
|
| 416 |
+
"num_tokens": 175471.0,
|
| 417 |
+
"reward": 0.23945416510105133,
|
| 418 |
+
"reward_std": 0.7443495988845825,
|
| 419 |
+
"rewards/rollout_reward_func/mean": 0.23945416510105133,
|
| 420 |
+
"rewards/rollout_reward_func/std": 0.8175519108772278,
|
| 421 |
+
"sampling/importance_sampling_ratio/max": 0.0804901197552681,
|
| 422 |
+
"sampling/importance_sampling_ratio/mean": 0.032769910991191864,
|
| 423 |
+
"sampling/importance_sampling_ratio/min": 0.0004995061899535358,
|
| 424 |
+
"sampling/sampling_logp_difference/max": 1.4847469329833984,
|
| 425 |
+
"sampling/sampling_logp_difference/mean": 0.7405259609222412,
|
| 426 |
+
"step": 17,
|
| 427 |
+
"step_time": 4.827751421997164
|
| 428 |
+
},
|
| 429 |
+
{
|
| 430 |
+
"clip_ratio/high_max": 0.0,
|
| 431 |
+
"clip_ratio/high_mean": 0.0,
|
| 432 |
+
"clip_ratio/low_mean": 0.0,
|
| 433 |
+
"clip_ratio/low_min": 0.0,
|
| 434 |
+
"clip_ratio/region_mean": 0.0,
|
| 435 |
+
"entropy": 6.230209648609161,
|
| 436 |
+
"epoch": 0.00018,
|
| 437 |
+
"grad_norm": 0.03374752774834633,
|
| 438 |
+
"kl": 0.001192268646263983,
|
| 439 |
+
"learning_rate": 4.857142857142858e-06,
|
| 440 |
+
"loss": 0.0021,
|
| 441 |
+
"step": 18,
|
| 442 |
+
"step_time": 2.0522313620022032
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"clip_ratio/high_max": 0.0,
|
| 446 |
+
"clip_ratio/high_mean": 0.0,
|
| 447 |
+
"clip_ratio/low_mean": 0.0,
|
| 448 |
+
"clip_ratio/low_min": 0.0,
|
| 449 |
+
"clip_ratio/region_mean": 0.0,
|
| 450 |
+
"completions/clipped_ratio": 0.0,
|
| 451 |
+
"completions/max_length": 485.0,
|
| 452 |
+
"completions/max_terminated_length": 485.0,
|
| 453 |
+
"completions/mean_length": 174.4375,
|
| 454 |
+
"completions/mean_terminated_length": 174.4375,
|
| 455 |
+
"completions/min_length": 87.0,
|
| 456 |
+
"completions/min_terminated_length": 87.0,
|
| 457 |
+
"entropy": 6.370483934879303,
|
| 458 |
+
"epoch": 0.00019,
|
| 459 |
+
"frac_reward_zero_std": 0.0,
|
| 460 |
+
"grad_norm": 0.018522951751947403,
|
| 461 |
+
"kl": 0.0011664420198940206,
|
| 462 |
+
"learning_rate": 5.142857142857142e-06,
|
| 463 |
+
"loss": -0.0016,
|
| 464 |
+
"num_tokens": 195133.0,
|
| 465 |
+
"reward": 0.25696271657943726,
|
| 466 |
+
"reward_std": 0.5223400592803955,
|
| 467 |
+
"rewards/rollout_reward_func/mean": 0.25696271657943726,
|
| 468 |
+
"rewards/rollout_reward_func/std": 0.6738208532333374,
|
| 469 |
+
"sampling/importance_sampling_ratio/max": 0.07579963654279709,
|
| 470 |
+
"sampling/importance_sampling_ratio/mean": 0.0267631858587265,
|
| 471 |
+
"sampling/importance_sampling_ratio/min": 3.3313353689413245e-22,
|
| 472 |
+
"sampling/sampling_logp_difference/max": 4.017205715179443,
|
| 473 |
+
"sampling/sampling_logp_difference/mean": 0.8683640956878662,
|
| 474 |
+
"step": 19,
|
| 475 |
+
"step_time": 5.342033982999055
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"clip_ratio/high_max": 0.0,
|
| 479 |
+
"clip_ratio/high_mean": 0.0,
|
| 480 |
+
"clip_ratio/low_mean": 0.0,
|
| 481 |
+
"clip_ratio/low_min": 0.0,
|
| 482 |
+
"clip_ratio/region_mean": 0.0,
|
| 483 |
+
"entropy": 6.373503923416138,
|
| 484 |
+
"epoch": 0.0002,
|
| 485 |
+
"grad_norm": 0.018172789365053177,
|
| 486 |
+
"kl": 0.0018378060049144551,
|
| 487 |
+
"learning_rate": 5.428571428571429e-06,
|
| 488 |
+
"loss": -0.0016,
|
| 489 |
+
"step": 20,
|
| 490 |
+
"step_time": 2.2543999580011587
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"clip_ratio/high_max": 0.0,
|
| 494 |
+
"clip_ratio/high_mean": 0.0,
|
| 495 |
+
"clip_ratio/low_mean": 0.0,
|
| 496 |
+
"clip_ratio/low_min": 0.0,
|
| 497 |
+
"clip_ratio/region_mean": 0.0,
|
| 498 |
+
"completions/clipped_ratio": 0.0,
|
| 499 |
+
"completions/max_length": 260.0,
|
| 500 |
+
"completions/max_terminated_length": 260.0,
|
| 501 |
+
"completions/mean_length": 141.34375,
|
| 502 |
+
"completions/mean_terminated_length": 141.34375,
|
| 503 |
+
"completions/min_length": 89.0,
|
| 504 |
+
"completions/min_terminated_length": 89.0,
|
| 505 |
+
"entropy": 6.3722938895225525,
|
| 506 |
+
"epoch": 0.00021,
|
| 507 |
+
"frac_reward_zero_std": 0.0,
|
| 508 |
+
"grad_norm": 0.022796686738729477,
|
| 509 |
+
"kl": 0.003324791803606786,
|
| 510 |
+
"learning_rate": 5.7142857142857145e-06,
|
| 511 |
+
"loss": -0.0005,
|
| 512 |
+
"num_tokens": 213848.0,
|
| 513 |
+
"reward": 0.23120194673538208,
|
| 514 |
+
"reward_std": 0.46816450357437134,
|
| 515 |
+
"rewards/rollout_reward_func/mean": 0.23120194673538208,
|
| 516 |
+
"rewards/rollout_reward_func/std": 0.5511780977249146,
|
| 517 |
+
"sampling/importance_sampling_ratio/max": 0.08035512268543243,
|
| 518 |
+
"sampling/importance_sampling_ratio/mean": 0.03772790729999542,
|
| 519 |
+
"sampling/importance_sampling_ratio/min": 9.345225998731152e-18,
|
| 520 |
+
"sampling/sampling_logp_difference/max": 3.5961461067199707,
|
| 521 |
+
"sampling/sampling_logp_difference/mean": 0.8969376683235168,
|
| 522 |
+
"step": 21,
|
| 523 |
+
"step_time": 4.52679192800133
|
| 524 |
+
},
|
| 525 |
+
{
|
| 526 |
+
"clip_ratio/high_max": 0.0,
|
| 527 |
+
"clip_ratio/high_mean": 0.0,
|
| 528 |
+
"clip_ratio/low_mean": 0.0,
|
| 529 |
+
"clip_ratio/low_min": 0.0,
|
| 530 |
+
"clip_ratio/region_mean": 0.0,
|
| 531 |
+
"entropy": 6.381504118442535,
|
| 532 |
+
"epoch": 0.00022,
|
| 533 |
+
"grad_norm": 0.02249361015856266,
|
| 534 |
+
"kl": 0.00530128157697618,
|
| 535 |
+
"learning_rate": 6e-06,
|
| 536 |
+
"loss": -0.0006,
|
| 537 |
+
"step": 22,
|
| 538 |
+
"step_time": 2.9375970069977484
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"clip_ratio/high_max": 0.0,
|
| 542 |
+
"clip_ratio/high_mean": 0.0,
|
| 543 |
+
"clip_ratio/low_mean": 0.0,
|
| 544 |
+
"clip_ratio/low_min": 0.0,
|
| 545 |
+
"clip_ratio/region_mean": 0.0,
|
| 546 |
+
"completions/clipped_ratio": 0.03125,
|
| 547 |
+
"completions/max_length": 297.0,
|
| 548 |
+
"completions/max_terminated_length": 297.0,
|
| 549 |
+
"completions/mean_length": 131.78125,
|
| 550 |
+
"completions/mean_terminated_length": 129.06451416015625,
|
| 551 |
+
"completions/min_length": 2.0,
|
| 552 |
+
"completions/min_terminated_length": 2.0,
|
| 553 |
+
"entropy": 6.41948789358139,
|
| 554 |
+
"epoch": 0.00023,
|
| 555 |
+
"frac_reward_zero_std": 0.0,
|
| 556 |
+
"grad_norm": 0.02175409533083439,
|
| 557 |
+
"kl": 0.008126991509925574,
|
| 558 |
+
"learning_rate": 6.285714285714286e-06,
|
| 559 |
+
"loss": 0.0015,
|
| 560 |
+
"num_tokens": 232513.0,
|
| 561 |
+
"reward": 0.27927568554878235,
|
| 562 |
+
"reward_std": 0.5316575765609741,
|
| 563 |
+
"rewards/rollout_reward_func/mean": 0.27927568554878235,
|
| 564 |
+
"rewards/rollout_reward_func/std": 0.6082769632339478,
|
| 565 |
+
"sampling/importance_sampling_ratio/max": 0.1689588725566864,
|
| 566 |
+
"sampling/importance_sampling_ratio/mean": 0.04865079000592232,
|
| 567 |
+
"sampling/importance_sampling_ratio/min": 8.09948256636731e-16,
|
| 568 |
+
"sampling/sampling_logp_difference/max": 3.860705852508545,
|
| 569 |
+
"sampling/sampling_logp_difference/mean": 0.8586986064910889,
|
| 570 |
+
"step": 23,
|
| 571 |
+
"step_time": 4.331727726001191
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"clip_ratio/high_max": 0.0,
|
| 575 |
+
"clip_ratio/high_mean": 0.0,
|
| 576 |
+
"clip_ratio/low_mean": 0.0,
|
| 577 |
+
"clip_ratio/low_min": 0.0,
|
| 578 |
+
"clip_ratio/region_mean": 0.0,
|
| 579 |
+
"entropy": 6.4265682101249695,
|
| 580 |
+
"epoch": 0.00024,
|
| 581 |
+
"grad_norm": 0.020918752998113632,
|
| 582 |
+
"kl": 0.011424720054492354,
|
| 583 |
+
"learning_rate": 6.571428571428572e-06,
|
| 584 |
+
"loss": 0.0014,
|
| 585 |
+
"step": 24,
|
| 586 |
+
"step_time": 2.0076011149994883
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"clip_ratio/high_max": 0.0,
|
| 590 |
+
"clip_ratio/high_mean": 0.0,
|
| 591 |
+
"clip_ratio/low_mean": 0.0,
|
| 592 |
+
"clip_ratio/low_min": 0.0,
|
| 593 |
+
"clip_ratio/region_mean": 0.0,
|
| 594 |
+
"completions/clipped_ratio": 0.0,
|
| 595 |
+
"completions/max_length": 206.0,
|
| 596 |
+
"completions/max_terminated_length": 206.0,
|
| 597 |
+
"completions/mean_length": 107.78125,
|
| 598 |
+
"completions/mean_terminated_length": 107.78125,
|
| 599 |
+
"completions/min_length": 2.0,
|
| 600 |
+
"completions/min_terminated_length": 2.0,
|
| 601 |
+
"entropy": 6.199184834957123,
|
| 602 |
+
"epoch": 0.00025,
|
| 603 |
+
"frac_reward_zero_std": 0.0,
|
| 604 |
+
"grad_norm": 0.023662026971578598,
|
| 605 |
+
"kl": 0.011069391970522702,
|
| 606 |
+
"learning_rate": 6.857142857142858e-06,
|
| 607 |
+
"loss": -0.0014,
|
| 608 |
+
"num_tokens": 250218.0,
|
| 609 |
+
"reward": 0.21139422059059143,
|
| 610 |
+
"reward_std": 0.4235047399997711,
|
| 611 |
+
"rewards/rollout_reward_func/mean": 0.21139422059059143,
|
| 612 |
+
"rewards/rollout_reward_func/std": 0.5656381249427795,
|
| 613 |
+
"sampling/importance_sampling_ratio/max": 0.14888890087604523,
|
| 614 |
+
"sampling/importance_sampling_ratio/mean": 0.06519368290901184,
|
| 615 |
+
"sampling/importance_sampling_ratio/min": 0.007011369336396456,
|
| 616 |
+
"sampling/sampling_logp_difference/max": 1.5711028575897217,
|
| 617 |
+
"sampling/sampling_logp_difference/mean": 0.7155030965805054,
|
| 618 |
+
"step": 25,
|
| 619 |
+
"step_time": 4.00336327399782
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"clip_ratio/high_max": 0.0,
|
| 623 |
+
"clip_ratio/high_mean": 0.0,
|
| 624 |
+
"clip_ratio/low_mean": 0.0,
|
| 625 |
+
"clip_ratio/low_min": 0.0,
|
| 626 |
+
"clip_ratio/region_mean": 0.0,
|
| 627 |
+
"entropy": 6.216024577617645,
|
| 628 |
+
"epoch": 0.00026,
|
| 629 |
+
"grad_norm": 0.0240799430757761,
|
| 630 |
+
"kl": 0.01640008925460279,
|
| 631 |
+
"learning_rate": 7.1428571428571436e-06,
|
| 632 |
+
"loss": -0.0015,
|
| 633 |
+
"step": 26,
|
| 634 |
+
"step_time": 1.988449569002114
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"clip_ratio/high_max": 0.0,
|
| 638 |
+
"clip_ratio/high_mean": 0.0,
|
| 639 |
+
"clip_ratio/low_mean": 0.0,
|
| 640 |
+
"clip_ratio/low_min": 0.0,
|
| 641 |
+
"clip_ratio/region_mean": 0.0,
|
| 642 |
+
"completions/clipped_ratio": 0.0,
|
| 643 |
+
"completions/max_length": 342.0,
|
| 644 |
+
"completions/max_terminated_length": 342.0,
|
| 645 |
+
"completions/mean_length": 181.625,
|
| 646 |
+
"completions/mean_terminated_length": 181.625,
|
| 647 |
+
"completions/min_length": 2.0,
|
| 648 |
+
"completions/min_terminated_length": 2.0,
|
| 649 |
+
"entropy": 6.214400053024292,
|
| 650 |
+
"epoch": 0.00027,
|
| 651 |
+
"frac_reward_zero_std": 0.0,
|
| 652 |
+
"grad_norm": 0.024456897750496864,
|
| 653 |
+
"kl": 0.030537182930856943,
|
| 654 |
+
"learning_rate": 7.428571428571429e-06,
|
| 655 |
+
"loss": -0.0006,
|
| 656 |
+
"num_tokens": 269790.0,
|
| 657 |
+
"reward": 0.027159079909324646,
|
| 658 |
+
"reward_std": 0.5774486064910889,
|
| 659 |
+
"rewards/rollout_reward_func/mean": 0.027159079909324646,
|
| 660 |
+
"rewards/rollout_reward_func/std": 0.5946774482727051,
|
| 661 |
+
"sampling/importance_sampling_ratio/max": 0.12529020011425018,
|
| 662 |
+
"sampling/importance_sampling_ratio/mean": 0.028741449117660522,
|
| 663 |
+
"sampling/importance_sampling_ratio/min": 0.00032201220165006816,
|
| 664 |
+
"sampling/sampling_logp_difference/max": 1.747678279876709,
|
| 665 |
+
"sampling/sampling_logp_difference/mean": 0.7429477572441101,
|
| 666 |
+
"step": 27,
|
| 667 |
+
"step_time": 4.680500283000583
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"clip_ratio/high_max": 0.0,
|
| 671 |
+
"clip_ratio/high_mean": 0.0,
|
| 672 |
+
"clip_ratio/low_mean": 0.0,
|
| 673 |
+
"clip_ratio/low_min": 0.0,
|
| 674 |
+
"clip_ratio/region_mean": 0.0,
|
| 675 |
+
"entropy": 6.226389408111572,
|
| 676 |
+
"epoch": 0.00028,
|
| 677 |
+
"grad_norm": 0.02442527562379837,
|
| 678 |
+
"kl": 0.045675538247451186,
|
| 679 |
+
"learning_rate": 7.714285714285716e-06,
|
| 680 |
+
"loss": -0.0008,
|
| 681 |
+
"step": 28,
|
| 682 |
+
"step_time": 2.470751229000598
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"clip_ratio/high_max": 0.0,
|
| 686 |
+
"clip_ratio/high_mean": 0.0,
|
| 687 |
+
"clip_ratio/low_mean": 0.0,
|
| 688 |
+
"clip_ratio/low_min": 0.0,
|
| 689 |
+
"clip_ratio/region_mean": 0.0,
|
| 690 |
+
"completions/clipped_ratio": 0.0,
|
| 691 |
+
"completions/max_length": 282.0,
|
| 692 |
+
"completions/max_terminated_length": 282.0,
|
| 693 |
+
"completions/mean_length": 162.40625,
|
| 694 |
+
"completions/mean_terminated_length": 162.40625,
|
| 695 |
+
"completions/min_length": 89.0,
|
| 696 |
+
"completions/min_terminated_length": 89.0,
|
| 697 |
+
"entropy": 6.057620167732239,
|
| 698 |
+
"epoch": 0.00029,
|
| 699 |
+
"frac_reward_zero_std": 0.0,
|
| 700 |
+
"grad_norm": 0.016966896131634712,
|
| 701 |
+
"kl": 0.04296685662120581,
|
| 702 |
+
"learning_rate": 8.000000000000001e-06,
|
| 703 |
+
"loss": -0.0001,
|
| 704 |
+
"num_tokens": 288771.0,
|
| 705 |
+
"reward": 0.36989423632621765,
|
| 706 |
+
"reward_std": 0.14534157514572144,
|
| 707 |
+
"rewards/rollout_reward_func/mean": 0.36989423632621765,
|
| 708 |
+
"rewards/rollout_reward_func/std": 0.27579429745674133,
|
| 709 |
+
"sampling/importance_sampling_ratio/max": 0.121132493019104,
|
| 710 |
+
"sampling/importance_sampling_ratio/mean": 0.03923218697309494,
|
| 711 |
+
"sampling/importance_sampling_ratio/min": 0.0010416348231956363,
|
| 712 |
+
"sampling/sampling_logp_difference/max": 1.7733206748962402,
|
| 713 |
+
"sampling/sampling_logp_difference/mean": 0.7076070308685303,
|
| 714 |
+
"step": 29,
|
| 715 |
+
"step_time": 4.446439086999817
|
| 716 |
+
},
|
| 717 |
+
{
|
| 718 |
+
"clip_ratio/high_max": 0.0,
|
| 719 |
+
"clip_ratio/high_mean": 0.0,
|
| 720 |
+
"clip_ratio/low_mean": 0.0,
|
| 721 |
+
"clip_ratio/low_min": 0.0,
|
| 722 |
+
"clip_ratio/region_mean": 0.0,
|
| 723 |
+
"entropy": 6.042197942733765,
|
| 724 |
+
"epoch": 0.0003,
|
| 725 |
+
"grad_norm": 0.017070813104510307,
|
| 726 |
+
"kl": 0.057768960017710924,
|
| 727 |
+
"learning_rate": 8.285714285714287e-06,
|
| 728 |
+
"loss": -0.0,
|
| 729 |
+
"step": 30,
|
| 730 |
+
"step_time": 2.0213948890032043
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"clip_ratio/high_max": 0.0,
|
| 734 |
+
"clip_ratio/high_mean": 0.0,
|
| 735 |
+
"clip_ratio/low_mean": 0.0,
|
| 736 |
+
"clip_ratio/low_min": 0.0,
|
| 737 |
+
"clip_ratio/region_mean": 0.0,
|
| 738 |
+
"completions/clipped_ratio": 0.0,
|
| 739 |
+
"completions/max_length": 338.0,
|
| 740 |
+
"completions/max_terminated_length": 338.0,
|
| 741 |
+
"completions/mean_length": 170.75,
|
| 742 |
+
"completions/mean_terminated_length": 170.75,
|
| 743 |
+
"completions/min_length": 93.0,
|
| 744 |
+
"completions/min_terminated_length": 93.0,
|
| 745 |
+
"entropy": 6.304847180843353,
|
| 746 |
+
"epoch": 0.00031,
|
| 747 |
+
"frac_reward_zero_std": 0.0,
|
| 748 |
+
"grad_norm": 0.02980108931660652,
|
| 749 |
+
"kl": 0.0634244168177247,
|
| 750 |
+
"learning_rate": 8.571428571428571e-06,
|
| 751 |
+
"loss": -0.003,
|
| 752 |
+
"num_tokens": 307723.0,
|
| 753 |
+
"reward": 0.39828288555145264,
|
| 754 |
+
"reward_std": 0.20638835430145264,
|
| 755 |
+
"rewards/rollout_reward_func/mean": 0.39828288555145264,
|
| 756 |
+
"rewards/rollout_reward_func/std": 0.3757359981536865,
|
| 757 |
+
"sampling/importance_sampling_ratio/max": 0.1449124813079834,
|
| 758 |
+
"sampling/importance_sampling_ratio/mean": 0.04636143520474434,
|
| 759 |
+
"sampling/importance_sampling_ratio/min": 1.888638362217978e-16,
|
| 760 |
+
"sampling/sampling_logp_difference/max": 3.443108558654785,
|
| 761 |
+
"sampling/sampling_logp_difference/mean": 0.8668484091758728,
|
| 762 |
+
"step": 31,
|
| 763 |
+
"step_time": 4.895437238999875
|
| 764 |
+
},
|
| 765 |
+
{
|
| 766 |
+
"clip_ratio/high_max": 0.0,
|
| 767 |
+
"clip_ratio/high_mean": 0.0,
|
| 768 |
+
"clip_ratio/low_mean": 0.0,
|
| 769 |
+
"clip_ratio/low_min": 0.0,
|
| 770 |
+
"clip_ratio/region_mean": 0.0,
|
| 771 |
+
"entropy": 6.228823721408844,
|
| 772 |
+
"epoch": 0.00032,
|
| 773 |
+
"grad_norm": 0.031759388744831085,
|
| 774 |
+
"kl": 0.08063395507633686,
|
| 775 |
+
"learning_rate": 8.857142857142858e-06,
|
| 776 |
+
"loss": -0.0031,
|
| 777 |
+
"step": 32,
|
| 778 |
+
"step_time": 2.0456357880011637
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"clip_ratio/high_max": 0.0,
|
| 782 |
+
"clip_ratio/high_mean": 0.0,
|
| 783 |
+
"clip_ratio/low_mean": 0.0,
|
| 784 |
+
"clip_ratio/low_min": 0.0,
|
| 785 |
+
"clip_ratio/region_mean": 0.0,
|
| 786 |
+
"completions/clipped_ratio": 0.0,
|
| 787 |
+
"completions/max_length": 274.0,
|
| 788 |
+
"completions/max_terminated_length": 274.0,
|
| 789 |
+
"completions/mean_length": 154.9375,
|
| 790 |
+
"completions/mean_terminated_length": 154.9375,
|
| 791 |
+
"completions/min_length": 100.0,
|
| 792 |
+
"completions/min_terminated_length": 100.0,
|
| 793 |
+
"entropy": 5.898605585098267,
|
| 794 |
+
"epoch": 0.00033,
|
| 795 |
+
"frac_reward_zero_std": 0.0,
|
| 796 |
+
"grad_norm": 0.02342640608549118,
|
| 797 |
+
"kl": 0.09808124136179686,
|
| 798 |
+
"learning_rate": 9.142857142857144e-06,
|
| 799 |
+
"loss": -0.0015,
|
| 800 |
+
"num_tokens": 327073.0,
|
| 801 |
+
"reward": 0.4524267315864563,
|
| 802 |
+
"reward_std": 0.3188154101371765,
|
| 803 |
+
"rewards/rollout_reward_func/mean": 0.4524267315864563,
|
| 804 |
+
"rewards/rollout_reward_func/std": 0.42413368821144104,
|
| 805 |
+
"sampling/importance_sampling_ratio/max": 0.1602727472782135,
|
| 806 |
+
"sampling/importance_sampling_ratio/mean": 0.06595402956008911,
|
| 807 |
+
"sampling/importance_sampling_ratio/min": 1.780031055886866e-07,
|
| 808 |
+
"sampling/sampling_logp_difference/max": 2.5631158351898193,
|
| 809 |
+
"sampling/sampling_logp_difference/mean": 0.6789650917053223,
|
| 810 |
+
"step": 33,
|
| 811 |
+
"step_time": 5.394653027000459
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"clip_ratio/high_max": 0.0,
|
| 815 |
+
"clip_ratio/high_mean": 0.0,
|
| 816 |
+
"clip_ratio/low_mean": 0.0,
|
| 817 |
+
"clip_ratio/low_min": 0.0,
|
| 818 |
+
"clip_ratio/region_mean": 0.0,
|
| 819 |
+
"entropy": 5.718324422836304,
|
| 820 |
+
"epoch": 0.00034,
|
| 821 |
+
"grad_norm": 0.024896224960684776,
|
| 822 |
+
"kl": 0.11854369938373566,
|
| 823 |
+
"learning_rate": 9.42857142857143e-06,
|
| 824 |
+
"loss": -0.0016,
|
| 825 |
+
"step": 34,
|
| 826 |
+
"step_time": 2.0065684620003594
|
| 827 |
+
},
|
| 828 |
+
{
|
| 829 |
+
"clip_ratio/high_max": 0.0,
|
| 830 |
+
"clip_ratio/high_mean": 0.0,
|
| 831 |
+
"clip_ratio/low_mean": 0.0,
|
| 832 |
+
"clip_ratio/low_min": 0.0,
|
| 833 |
+
"clip_ratio/region_mean": 0.0,
|
| 834 |
+
"completions/clipped_ratio": 0.0,
|
| 835 |
+
"completions/max_length": 298.0,
|
| 836 |
+
"completions/max_terminated_length": 298.0,
|
| 837 |
+
"completions/mean_length": 188.15625,
|
| 838 |
+
"completions/mean_terminated_length": 188.15625,
|
| 839 |
+
"completions/min_length": 87.0,
|
| 840 |
+
"completions/min_terminated_length": 87.0,
|
| 841 |
+
"entropy": 5.479340612888336,
|
| 842 |
+
"epoch": 0.00035,
|
| 843 |
+
"frac_reward_zero_std": 0.0,
|
| 844 |
+
"grad_norm": 0.05328498035669327,
|
| 845 |
+
"kl": 0.17625079490244389,
|
| 846 |
+
"learning_rate": 9.714285714285715e-06,
|
| 847 |
+
"loss": 0.0055,
|
| 848 |
+
"num_tokens": 347582.0,
|
| 849 |
+
"reward": 0.6540457010269165,
|
| 850 |
+
"reward_std": 0.3883731961250305,
|
| 851 |
+
"rewards/rollout_reward_func/mean": 0.6540457010269165,
|
| 852 |
+
"rewards/rollout_reward_func/std": 0.5172057151794434,
|
| 853 |
+
"sampling/importance_sampling_ratio/max": 0.28821438550949097,
|
| 854 |
+
"sampling/importance_sampling_ratio/mean": 0.05695977061986923,
|
| 855 |
+
"sampling/importance_sampling_ratio/min": 2.9049160646388295e-11,
|
| 856 |
+
"sampling/sampling_logp_difference/max": 18.75899314880371,
|
| 857 |
+
"sampling/sampling_logp_difference/mean": 0.7121621966362,
|
| 858 |
+
"step": 35,
|
| 859 |
+
"step_time": 4.564382323002064
|
| 860 |
+
},
|
| 861 |
+
{
|
| 862 |
+
"clip_ratio/high_max": 0.0,
|
| 863 |
+
"clip_ratio/high_mean": 0.0,
|
| 864 |
+
"clip_ratio/low_mean": 0.0,
|
| 865 |
+
"clip_ratio/low_min": 0.0,
|
| 866 |
+
"clip_ratio/region_mean": 0.0,
|
| 867 |
+
"entropy": 5.390263617038727,
|
| 868 |
+
"epoch": 0.00036,
|
| 869 |
+
"grad_norm": 0.053973328322172165,
|
| 870 |
+
"kl": 0.1723556686192751,
|
| 871 |
+
"learning_rate": 1e-05,
|
| 872 |
+
"loss": 0.0055,
|
| 873 |
+
"step": 36,
|
| 874 |
+
"step_time": 2.0383502150034474
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"clip_ratio/high_max": 0.0,
|
| 878 |
+
"clip_ratio/high_mean": 0.0,
|
| 879 |
+
"clip_ratio/low_mean": 0.0,
|
| 880 |
+
"clip_ratio/low_min": 0.0,
|
| 881 |
+
"clip_ratio/region_mean": 0.0,
|
| 882 |
+
"completions/clipped_ratio": 0.0,
|
| 883 |
+
"completions/max_length": 305.0,
|
| 884 |
+
"completions/max_terminated_length": 305.0,
|
| 885 |
+
"completions/mean_length": 144.96875,
|
| 886 |
+
"completions/mean_terminated_length": 144.96875,
|
| 887 |
+
"completions/min_length": 93.0,
|
| 888 |
+
"completions/min_terminated_length": 93.0,
|
| 889 |
+
"entropy": 5.320340633392334,
|
| 890 |
+
"epoch": 0.00037,
|
| 891 |
+
"frac_reward_zero_std": 0.0,
|
| 892 |
+
"grad_norm": 0.03199679031968117,
|
| 893 |
+
"kl": 0.12412955984473228,
|
| 894 |
+
"learning_rate": 9.9999999995372e-06,
|
| 895 |
+
"loss": 0.0032,
|
| 896 |
+
"num_tokens": 366173.0,
|
| 897 |
+
"reward": 0.6232043504714966,
|
| 898 |
+
"reward_std": 0.2902255356311798,
|
| 899 |
+
"rewards/rollout_reward_func/mean": 0.6232043504714966,
|
| 900 |
+
"rewards/rollout_reward_func/std": 0.4259689748287201,
|
| 901 |
+
"sampling/importance_sampling_ratio/max": 0.2735931873321533,
|
| 902 |
+
"sampling/importance_sampling_ratio/mean": 0.11970683187246323,
|
| 903 |
+
"sampling/importance_sampling_ratio/min": 1.908677859319141e-06,
|
| 904 |
+
"sampling/sampling_logp_difference/max": 3.270216703414917,
|
| 905 |
+
"sampling/sampling_logp_difference/mean": 0.5641312599182129,
|
| 906 |
+
"step": 37,
|
| 907 |
+
"step_time": 4.327299739001319
|
| 908 |
+
},
|
| 909 |
+
{
|
| 910 |
+
"clip_ratio/high_max": 0.010416666977107525,
|
| 911 |
+
"clip_ratio/high_mean": 0.0052083334885537624,
|
| 912 |
+
"clip_ratio/low_mean": 0.0,
|
| 913 |
+
"clip_ratio/low_min": 0.0,
|
| 914 |
+
"clip_ratio/region_mean": 0.0052083334885537624,
|
| 915 |
+
"entropy": 5.401705622673035,
|
| 916 |
+
"epoch": 0.00038,
|
| 917 |
+
"grad_norm": 0.030774196609854698,
|
| 918 |
+
"kl": 0.10921481531113386,
|
| 919 |
+
"learning_rate": 9.999999998148802e-06,
|
| 920 |
+
"loss": 0.0031,
|
| 921 |
+
"step": 38,
|
| 922 |
+
"step_time": 2.0147021009979653
|
| 923 |
+
},
|
| 924 |
+
{
|
| 925 |
+
"clip_ratio/high_max": 0.0,
|
| 926 |
+
"clip_ratio/high_mean": 0.0,
|
| 927 |
+
"clip_ratio/low_mean": 0.0,
|
| 928 |
+
"clip_ratio/low_min": 0.0,
|
| 929 |
+
"clip_ratio/region_mean": 0.0,
|
| 930 |
+
"completions/clipped_ratio": 0.0,
|
| 931 |
+
"completions/max_length": 260.0,
|
| 932 |
+
"completions/max_terminated_length": 260.0,
|
| 933 |
+
"completions/mean_length": 141.03125,
|
| 934 |
+
"completions/mean_terminated_length": 141.03125,
|
| 935 |
+
"completions/min_length": 89.0,
|
| 936 |
+
"completions/min_terminated_length": 89.0,
|
| 937 |
+
"entropy": 5.776544392108917,
|
| 938 |
+
"epoch": 0.00039,
|
| 939 |
+
"frac_reward_zero_std": 0.0,
|
| 940 |
+
"grad_norm": 0.023018015548586845,
|
| 941 |
+
"kl": 0.10279421554878354,
|
| 942 |
+
"learning_rate": 9.999999995834804e-06,
|
| 943 |
+
"loss": -0.0019,
|
| 944 |
+
"num_tokens": 384990.0,
|
| 945 |
+
"reward": 0.5750877857208252,
|
| 946 |
+
"reward_std": 0.20346705615520477,
|
| 947 |
+
"rewards/rollout_reward_func/mean": 0.5750877857208252,
|
| 948 |
+
"rewards/rollout_reward_func/std": 0.4033717215061188,
|
| 949 |
+
"sampling/importance_sampling_ratio/max": 0.2024683803319931,
|
| 950 |
+
"sampling/importance_sampling_ratio/mean": 0.07642973214387894,
|
| 951 |
+
"sampling/importance_sampling_ratio/min": 1.974384267189322e-10,
|
| 952 |
+
"sampling/sampling_logp_difference/max": 3.7110068798065186,
|
| 953 |
+
"sampling/sampling_logp_difference/mean": 0.6953427791595459,
|
| 954 |
+
"step": 39,
|
| 955 |
+
"step_time": 4.782118793002155
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"clip_ratio/high_max": 0.0,
|
| 959 |
+
"clip_ratio/high_mean": 0.0,
|
| 960 |
+
"clip_ratio/low_mean": 0.0,
|
| 961 |
+
"clip_ratio/low_min": 0.0,
|
| 962 |
+
"clip_ratio/region_mean": 0.0,
|
| 963 |
+
"entropy": 5.8619155287742615,
|
| 964 |
+
"epoch": 0.0004,
|
| 965 |
+
"grad_norm": 0.02198023535311222,
|
| 966 |
+
"kl": 0.09226133674383163,
|
| 967 |
+
"learning_rate": 9.999999992595207e-06,
|
| 968 |
+
"loss": -0.002,
|
| 969 |
+
"step": 40,
|
| 970 |
+
"step_time": 2.003476854000837
|
| 971 |
+
},
|
| 972 |
+
{
|
| 973 |
+
"clip_ratio/high_max": 0.0,
|
| 974 |
+
"clip_ratio/high_mean": 0.0,
|
| 975 |
+
"clip_ratio/low_mean": 0.0,
|
| 976 |
+
"clip_ratio/low_min": 0.0,
|
| 977 |
+
"clip_ratio/region_mean": 0.0,
|
| 978 |
+
"completions/clipped_ratio": 0.0,
|
| 979 |
+
"completions/max_length": 360.0,
|
| 980 |
+
"completions/max_terminated_length": 360.0,
|
| 981 |
+
"completions/mean_length": 176.875,
|
| 982 |
+
"completions/mean_terminated_length": 176.875,
|
| 983 |
+
"completions/min_length": 93.0,
|
| 984 |
+
"completions/min_terminated_length": 93.0,
|
| 985 |
+
"entropy": 5.619787395000458,
|
| 986 |
+
"epoch": 0.00041,
|
| 987 |
+
"frac_reward_zero_std": 0.25,
|
| 988 |
+
"grad_norm": 0.02750505320727825,
|
| 989 |
+
"kl": 0.07494280813261867,
|
| 990 |
+
"learning_rate": 9.999999988430008e-06,
|
| 991 |
+
"loss": -0.0014,
|
| 992 |
+
"num_tokens": 404818.0,
|
| 993 |
+
"reward": 0.632590115070343,
|
| 994 |
+
"reward_std": 0.12197521328926086,
|
| 995 |
+
"rewards/rollout_reward_func/mean": 0.632590115070343,
|
| 996 |
+
"rewards/rollout_reward_func/std": 0.3571937084197998,
|
| 997 |
+
"sampling/importance_sampling_ratio/max": 0.18347331881523132,
|
| 998 |
+
"sampling/importance_sampling_ratio/mean": 0.06567263603210449,
|
| 999 |
+
"sampling/importance_sampling_ratio/min": 0.0007156870560720563,
|
| 1000 |
+
"sampling/sampling_logp_difference/max": 1.7460063695907593,
|
| 1001 |
+
"sampling/sampling_logp_difference/mean": 0.5835450887680054,
|
| 1002 |
+
"step": 41,
|
| 1003 |
+
"step_time": 4.588236302999576
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"clip_ratio/high_max": 0.0,
|
| 1007 |
+
"clip_ratio/high_mean": 0.0,
|
| 1008 |
+
"clip_ratio/low_mean": 0.0,
|
| 1009 |
+
"clip_ratio/low_min": 0.0,
|
| 1010 |
+
"clip_ratio/region_mean": 0.0,
|
| 1011 |
+
"entropy": 5.655375897884369,
|
| 1012 |
+
"epoch": 0.00042,
|
| 1013 |
+
"grad_norm": 0.028079615905880928,
|
| 1014 |
+
"kl": 0.07384081510826945,
|
| 1015 |
+
"learning_rate": 9.999999983339212e-06,
|
| 1016 |
+
"loss": -0.0015,
|
| 1017 |
+
"step": 42,
|
| 1018 |
+
"step_time": 2.058184131998132
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"clip_ratio/high_max": 0.0,
|
| 1022 |
+
"clip_ratio/high_mean": 0.0,
|
| 1023 |
+
"clip_ratio/low_mean": 0.0,
|
| 1024 |
+
"clip_ratio/low_min": 0.0,
|
| 1025 |
+
"clip_ratio/region_mean": 0.0,
|
| 1026 |
+
"completions/clipped_ratio": 0.0,
|
| 1027 |
+
"completions/max_length": 338.0,
|
| 1028 |
+
"completions/max_terminated_length": 338.0,
|
| 1029 |
+
"completions/mean_length": 147.3125,
|
| 1030 |
+
"completions/mean_terminated_length": 147.3125,
|
| 1031 |
+
"completions/min_length": 4.0,
|
| 1032 |
+
"completions/min_terminated_length": 4.0,
|
| 1033 |
+
"entropy": 5.985348284244537,
|
| 1034 |
+
"epoch": 0.00043,
|
| 1035 |
+
"frac_reward_zero_std": 0.0,
|
| 1036 |
+
"grad_norm": 0.04133318364620209,
|
| 1037 |
+
"kl": 0.07979621039703488,
|
| 1038 |
+
"learning_rate": 9.999999977322818e-06,
|
| 1039 |
+
"loss": -0.0052,
|
| 1040 |
+
"num_tokens": 423108.0,
|
| 1041 |
+
"reward": 0.39953890442848206,
|
| 1042 |
+
"reward_std": 0.2123834490776062,
|
| 1043 |
+
"rewards/rollout_reward_func/mean": 0.39953890442848206,
|
| 1044 |
+
"rewards/rollout_reward_func/std": 0.2874828279018402,
|
| 1045 |
+
"sampling/importance_sampling_ratio/max": 0.1767341047525406,
|
| 1046 |
+
"sampling/importance_sampling_ratio/mean": 0.06585769355297089,
|
| 1047 |
+
"sampling/importance_sampling_ratio/min": 9.253626085648562e-19,
|
| 1048 |
+
"sampling/sampling_logp_difference/max": 3.958195209503174,
|
| 1049 |
+
"sampling/sampling_logp_difference/mean": 0.775503933429718,
|
| 1050 |
+
"step": 43,
|
| 1051 |
+
"step_time": 4.575371188000645
|
| 1052 |
+
},
|
| 1053 |
+
{
|
| 1054 |
+
"clip_ratio/high_max": 0.0,
|
| 1055 |
+
"clip_ratio/high_mean": 0.0,
|
| 1056 |
+
"clip_ratio/low_mean": 0.0,
|
| 1057 |
+
"clip_ratio/low_min": 0.0,
|
| 1058 |
+
"clip_ratio/region_mean": 0.0,
|
| 1059 |
+
"entropy": 5.950318694114685,
|
| 1060 |
+
"epoch": 0.00044,
|
| 1061 |
+
"grad_norm": 0.03985368832945824,
|
| 1062 |
+
"kl": 0.08474360965192318,
|
| 1063 |
+
"learning_rate": 9.999999970380822e-06,
|
| 1064 |
+
"loss": -0.0053,
|
| 1065 |
+
"step": 44,
|
| 1066 |
+
"step_time": 2.516747978001149
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"clip_ratio/high_max": 0.0,
|
| 1070 |
+
"clip_ratio/high_mean": 0.0,
|
| 1071 |
+
"clip_ratio/low_mean": 0.0,
|
| 1072 |
+
"clip_ratio/low_min": 0.0,
|
| 1073 |
+
"clip_ratio/region_mean": 0.0,
|
| 1074 |
+
"completions/clipped_ratio": 0.0,
|
| 1075 |
+
"completions/max_length": 369.0,
|
| 1076 |
+
"completions/max_terminated_length": 369.0,
|
| 1077 |
+
"completions/mean_length": 193.75,
|
| 1078 |
+
"completions/mean_terminated_length": 193.75,
|
| 1079 |
+
"completions/min_length": 87.0,
|
| 1080 |
+
"completions/min_terminated_length": 87.0,
|
| 1081 |
+
"entropy": 5.851812183856964,
|
| 1082 |
+
"epoch": 0.00045,
|
| 1083 |
+
"frac_reward_zero_std": 0.0,
|
| 1084 |
+
"grad_norm": 0.03772180527448654,
|
| 1085 |
+
"kl": 0.10888817999511957,
|
| 1086 |
+
"learning_rate": 9.999999962513228e-06,
|
| 1087 |
+
"loss": -0.006,
|
| 1088 |
+
"num_tokens": 442876.0,
|
| 1089 |
+
"reward": 0.6410436630249023,
|
| 1090 |
+
"reward_std": 0.7430479526519775,
|
| 1091 |
+
"rewards/rollout_reward_func/mean": 0.6410436630249023,
|
| 1092 |
+
"rewards/rollout_reward_func/std": 0.8171493411064148,
|
| 1093 |
+
"sampling/importance_sampling_ratio/max": 0.22074148058891296,
|
| 1094 |
+
"sampling/importance_sampling_ratio/mean": 0.05440264195203781,
|
| 1095 |
+
"sampling/importance_sampling_ratio/min": 7.153796750537485e-16,
|
| 1096 |
+
"sampling/sampling_logp_difference/max": 4.365869522094727,
|
| 1097 |
+
"sampling/sampling_logp_difference/mean": 0.780392050743103,
|
| 1098 |
+
"step": 45,
|
| 1099 |
+
"step_time": 5.305774641001335
|
| 1100 |
+
},
|
| 1101 |
+
{
|
| 1102 |
+
"clip_ratio/high_max": 0.0,
|
| 1103 |
+
"clip_ratio/high_mean": 0.0,
|
| 1104 |
+
"clip_ratio/low_mean": 0.0,
|
| 1105 |
+
"clip_ratio/low_min": 0.0,
|
| 1106 |
+
"clip_ratio/region_mean": 0.0,
|
| 1107 |
+
"entropy": 5.684995532035828,
|
| 1108 |
+
"epoch": 0.00046,
|
| 1109 |
+
"grad_norm": 0.039422787725925446,
|
| 1110 |
+
"kl": 0.12296807020902634,
|
| 1111 |
+
"learning_rate": 9.999999953720035e-06,
|
| 1112 |
+
"loss": -0.0063,
|
| 1113 |
+
"step": 46,
|
| 1114 |
+
"step_time": 2.0743733209983475
|
| 1115 |
+
},
|
| 1116 |
+
{
|
| 1117 |
+
"clip_ratio/high_max": 0.0,
|
| 1118 |
+
"clip_ratio/high_mean": 0.0,
|
| 1119 |
+
"clip_ratio/low_mean": 0.0,
|
| 1120 |
+
"clip_ratio/low_min": 0.0,
|
| 1121 |
+
"clip_ratio/region_mean": 0.0,
|
| 1122 |
+
"completions/clipped_ratio": 0.0,
|
| 1123 |
+
"completions/max_length": 348.0,
|
| 1124 |
+
"completions/max_terminated_length": 348.0,
|
| 1125 |
+
"completions/mean_length": 198.78125,
|
| 1126 |
+
"completions/mean_terminated_length": 198.78125,
|
| 1127 |
+
"completions/min_length": 87.0,
|
| 1128 |
+
"completions/min_terminated_length": 87.0,
|
| 1129 |
+
"entropy": 5.193369805812836,
|
| 1130 |
+
"epoch": 0.00047,
|
| 1131 |
+
"frac_reward_zero_std": 0.0,
|
| 1132 |
+
"grad_norm": 0.03668779879808426,
|
| 1133 |
+
"kl": 0.12609337456524372,
|
| 1134 |
+
"learning_rate": 9.99999994400124e-06,
|
| 1135 |
+
"loss": -0.0051,
|
| 1136 |
+
"num_tokens": 463485.0,
|
| 1137 |
+
"reward": 0.2012612223625183,
|
| 1138 |
+
"reward_std": 0.6530838012695312,
|
| 1139 |
+
"rewards/rollout_reward_func/mean": 0.2012612223625183,
|
| 1140 |
+
"rewards/rollout_reward_func/std": 0.7242118716239929,
|
| 1141 |
+
"sampling/importance_sampling_ratio/max": 0.31475865840911865,
|
| 1142 |
+
"sampling/importance_sampling_ratio/mean": 0.05936652421951294,
|
| 1143 |
+
"sampling/importance_sampling_ratio/min": 0.00022013229317963123,
|
| 1144 |
+
"sampling/sampling_logp_difference/max": 1.833187460899353,
|
| 1145 |
+
"sampling/sampling_logp_difference/mean": 0.5444918870925903,
|
| 1146 |
+
"step": 47,
|
| 1147 |
+
"step_time": 4.7334515290003765
|
| 1148 |
+
},
|
| 1149 |
+
{
|
| 1150 |
+
"clip_ratio/high_max": 0.0,
|
| 1151 |
+
"clip_ratio/high_mean": 0.0,
|
| 1152 |
+
"clip_ratio/low_mean": 0.0,
|
| 1153 |
+
"clip_ratio/low_min": 0.0,
|
| 1154 |
+
"clip_ratio/region_mean": 0.0,
|
| 1155 |
+
"entropy": 4.908747911453247,
|
| 1156 |
+
"epoch": 0.00048,
|
| 1157 |
+
"grad_norm": 0.03906744718551636,
|
| 1158 |
+
"kl": 0.14741076529026031,
|
| 1159 |
+
"learning_rate": 9.999999933356848e-06,
|
| 1160 |
+
"loss": -0.0055,
|
| 1161 |
+
"step": 48,
|
| 1162 |
+
"step_time": 2.059140684999875
|
| 1163 |
+
},
|
| 1164 |
+
{
|
| 1165 |
+
"clip_ratio/high_max": 0.0,
|
| 1166 |
+
"clip_ratio/high_mean": 0.0,
|
| 1167 |
+
"clip_ratio/low_mean": 0.0,
|
| 1168 |
+
"clip_ratio/low_min": 0.0,
|
| 1169 |
+
"clip_ratio/region_mean": 0.0,
|
| 1170 |
+
"completions/clipped_ratio": 0.0,
|
| 1171 |
+
"completions/max_length": 290.0,
|
| 1172 |
+
"completions/max_terminated_length": 290.0,
|
| 1173 |
+
"completions/mean_length": 153.5625,
|
| 1174 |
+
"completions/mean_terminated_length": 153.5625,
|
| 1175 |
+
"completions/min_length": 89.0,
|
| 1176 |
+
"completions/min_terminated_length": 89.0,
|
| 1177 |
+
"entropy": 4.577030658721924,
|
| 1178 |
+
"epoch": 0.00049,
|
| 1179 |
+
"frac_reward_zero_std": 0.25,
|
| 1180 |
+
"grad_norm": 0.03131258487701416,
|
| 1181 |
+
"kl": 0.18377518095076084,
|
| 1182 |
+
"learning_rate": 9.999999921786855e-06,
|
| 1183 |
+
"loss": 0.002,
|
| 1184 |
+
"num_tokens": 482591.0,
|
| 1185 |
+
"reward": 0.41418272256851196,
|
| 1186 |
+
"reward_std": 0.16014696657657623,
|
| 1187 |
+
"rewards/rollout_reward_func/mean": 0.41418272256851196,
|
| 1188 |
+
"rewards/rollout_reward_func/std": 0.3027903735637665,
|
| 1189 |
+
"sampling/importance_sampling_ratio/max": 0.39005929231643677,
|
| 1190 |
+
"sampling/importance_sampling_ratio/mean": 0.15701675415039062,
|
| 1191 |
+
"sampling/importance_sampling_ratio/min": 0.007550857961177826,
|
| 1192 |
+
"sampling/sampling_logp_difference/max": 1.3340117931365967,
|
| 1193 |
+
"sampling/sampling_logp_difference/mean": 0.44514331221580505,
|
| 1194 |
+
"step": 49,
|
| 1195 |
+
"step_time": 4.443075770999712
|
| 1196 |
+
},
|
| 1197 |
+
{
|
| 1198 |
+
"clip_ratio/high_max": 0.0,
|
| 1199 |
+
"clip_ratio/high_mean": 0.0,
|
| 1200 |
+
"clip_ratio/low_mean": 0.0,
|
| 1201 |
+
"clip_ratio/low_min": 0.0,
|
| 1202 |
+
"clip_ratio/region_mean": 0.0,
|
| 1203 |
+
"entropy": 4.31759974360466,
|
| 1204 |
+
"epoch": 0.0005,
|
| 1205 |
+
"grad_norm": 0.03223428502678871,
|
| 1206 |
+
"kl": 0.1999241877347231,
|
| 1207 |
+
"learning_rate": 9.999999909291265e-06,
|
| 1208 |
+
"loss": 0.0021,
|
| 1209 |
+
"step": 50,
|
| 1210 |
+
"step_time": 2.9629076719993463
|
| 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.03125,
|
| 1219 |
+
"completions/max_length": 205.0,
|
| 1220 |
+
"completions/max_terminated_length": 205.0,
|
| 1221 |
+
"completions/mean_length": 118.625,
|
| 1222 |
+
"completions/mean_terminated_length": 115.83870697021484,
|
| 1223 |
+
"completions/min_length": 2.0,
|
| 1224 |
+
"completions/min_terminated_length": 2.0,
|
| 1225 |
+
"entropy": 4.087187260389328,
|
| 1226 |
+
"epoch": 0.00051,
|
| 1227 |
+
"frac_reward_zero_std": 0.0,
|
| 1228 |
+
"grad_norm": 0.07074335217475891,
|
| 1229 |
+
"kl": 0.30883508175611496,
|
| 1230 |
+
"learning_rate": 9.999999895870075e-06,
|
| 1231 |
+
"loss": -0.0001,
|
| 1232 |
+
"num_tokens": 500235.0,
|
| 1233 |
+
"reward": 0.6331731081008911,
|
| 1234 |
+
"reward_std": 0.15591080486774445,
|
| 1235 |
+
"rewards/rollout_reward_func/mean": 0.6331731081008911,
|
| 1236 |
+
"rewards/rollout_reward_func/std": 0.26999494433403015,
|
| 1237 |
+
"sampling/importance_sampling_ratio/max": 0.5052566528320312,
|
| 1238 |
+
"sampling/importance_sampling_ratio/mean": 0.21748122572898865,
|
| 1239 |
+
"sampling/importance_sampling_ratio/min": 0.01564314402639866,
|
| 1240 |
+
"sampling/sampling_logp_difference/max": 1.5473060607910156,
|
| 1241 |
+
"sampling/sampling_logp_difference/mean": 0.4317389726638794,
|
| 1242 |
+
"step": 51,
|
| 1243 |
+
"step_time": 4.16781128099683
|
| 1244 |
+
},
|
| 1245 |
+
{
|
| 1246 |
+
"clip_ratio/high_max": 0.0,
|
| 1247 |
+
"clip_ratio/high_mean": 0.0,
|
| 1248 |
+
"clip_ratio/low_mean": 0.0,
|
| 1249 |
+
"clip_ratio/low_min": 0.0,
|
| 1250 |
+
"clip_ratio/region_mean": 0.0,
|
| 1251 |
+
"entropy": 3.906628429889679,
|
| 1252 |
+
"epoch": 0.00052,
|
| 1253 |
+
"grad_norm": 0.07227003574371338,
|
| 1254 |
+
"kl": 0.300492724403739,
|
| 1255 |
+
"learning_rate": 9.999999881523285e-06,
|
| 1256 |
+
"loss": -0.0003,
|
| 1257 |
+
"step": 52,
|
| 1258 |
+
"step_time": 1.9936077560014382
|
| 1259 |
+
},
|
| 1260 |
+
{
|
| 1261 |
+
"clip_ratio/high_max": 0.0,
|
| 1262 |
+
"clip_ratio/high_mean": 0.0,
|
| 1263 |
+
"clip_ratio/low_mean": 0.0,
|
| 1264 |
+
"clip_ratio/low_min": 0.0,
|
| 1265 |
+
"clip_ratio/region_mean": 0.0,
|
| 1266 |
+
"completions/clipped_ratio": 0.0,
|
| 1267 |
+
"completions/max_length": 286.0,
|
| 1268 |
+
"completions/max_terminated_length": 286.0,
|
| 1269 |
+
"completions/mean_length": 151.84375,
|
| 1270 |
+
"completions/mean_terminated_length": 151.84375,
|
| 1271 |
+
"completions/min_length": 100.0,
|
| 1272 |
+
"completions/min_terminated_length": 100.0,
|
| 1273 |
+
"entropy": 3.3781526386737823,
|
| 1274 |
+
"epoch": 0.00053,
|
| 1275 |
+
"frac_reward_zero_std": 0.5,
|
| 1276 |
+
"grad_norm": 0.13030877709388733,
|
| 1277 |
+
"kl": 0.2350521795451641,
|
| 1278 |
+
"learning_rate": 9.999999866250896e-06,
|
| 1279 |
+
"loss": 0.012,
|
| 1280 |
+
"num_tokens": 519286.0,
|
| 1281 |
+
"reward": 0.6449999809265137,
|
| 1282 |
+
"reward_std": 0.11053535342216492,
|
| 1283 |
+
"rewards/rollout_reward_func/mean": 0.6449999809265137,
|
| 1284 |
+
"rewards/rollout_reward_func/std": 0.22530117630958557,
|
| 1285 |
+
"sampling/importance_sampling_ratio/max": 0.5501136779785156,
|
| 1286 |
+
"sampling/importance_sampling_ratio/mean": 0.2970014214515686,
|
| 1287 |
+
"sampling/importance_sampling_ratio/min": 0.029202939942479134,
|
| 1288 |
+
"sampling/sampling_logp_difference/max": 0.9902606010437012,
|
| 1289 |
+
"sampling/sampling_logp_difference/mean": 0.2762574255466461,
|
| 1290 |
+
"step": 53,
|
| 1291 |
+
"step_time": 4.454380056002265
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"clip_ratio/high_max": 0.028125000186264515,
|
| 1295 |
+
"clip_ratio/high_mean": 0.014062500093132257,
|
| 1296 |
+
"clip_ratio/low_mean": 0.0,
|
| 1297 |
+
"clip_ratio/low_min": 0.0,
|
| 1298 |
+
"clip_ratio/region_mean": 0.014062500093132257,
|
| 1299 |
+
"entropy": 3.4167210161685944,
|
| 1300 |
+
"epoch": 0.00054,
|
| 1301 |
+
"grad_norm": 0.11076293885707855,
|
| 1302 |
+
"kl": 0.22031726501882076,
|
| 1303 |
+
"learning_rate": 9.999999850052909e-06,
|
| 1304 |
+
"loss": 0.0108,
|
| 1305 |
+
"step": 54,
|
| 1306 |
+
"step_time": 2.026400898999782
|
| 1307 |
+
},
|
| 1308 |
+
{
|
| 1309 |
+
"clip_ratio/high_max": 0.0,
|
| 1310 |
+
"clip_ratio/high_mean": 0.0,
|
| 1311 |
+
"clip_ratio/low_mean": 0.0,
|
| 1312 |
+
"clip_ratio/low_min": 0.0,
|
| 1313 |
+
"clip_ratio/region_mean": 0.0,
|
| 1314 |
+
"completions/clipped_ratio": 0.0625,
|
| 1315 |
+
"completions/max_length": 211.0,
|
| 1316 |
+
"completions/max_terminated_length": 197.0,
|
| 1317 |
+
"completions/mean_length": 155.5,
|
| 1318 |
+
"completions/mean_terminated_length": 155.43333435058594,
|
| 1319 |
+
"completions/min_length": 93.0,
|
| 1320 |
+
"completions/min_terminated_length": 93.0,
|
| 1321 |
+
"entropy": 3.86805123090744,
|
| 1322 |
+
"epoch": 0.00055,
|
| 1323 |
+
"frac_reward_zero_std": 0.0,
|
| 1324 |
+
"grad_norm": 0.05002529174089432,
|
| 1325 |
+
"kl": 0.17954419739544392,
|
| 1326 |
+
"learning_rate": 9.99999983292932e-06,
|
| 1327 |
+
"loss": -0.0047,
|
| 1328 |
+
"num_tokens": 538070.0,
|
| 1329 |
+
"reward": 0.49569714069366455,
|
| 1330 |
+
"reward_std": 0.242295503616333,
|
| 1331 |
+
"rewards/rollout_reward_func/mean": 0.49569714069366455,
|
| 1332 |
+
"rewards/rollout_reward_func/std": 0.35909703373908997,
|
| 1333 |
+
"sampling/importance_sampling_ratio/max": 0.4999794065952301,
|
| 1334 |
+
"sampling/importance_sampling_ratio/mean": 0.22611427307128906,
|
| 1335 |
+
"sampling/importance_sampling_ratio/min": 2.373902644344905e-17,
|
| 1336 |
+
"sampling/sampling_logp_difference/max": 3.7852988243103027,
|
| 1337 |
+
"sampling/sampling_logp_difference/mean": 0.4584958851337433,
|
| 1338 |
+
"step": 55,
|
| 1339 |
+
"step_time": 4.410495514002832
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"clip_ratio/high_max": 0.010416666977107525,
|
| 1343 |
+
"clip_ratio/high_mean": 0.0052083334885537624,
|
| 1344 |
+
"clip_ratio/low_mean": 0.0,
|
| 1345 |
+
"clip_ratio/low_min": 0.0,
|
| 1346 |
+
"clip_ratio/region_mean": 0.0052083334885537624,
|
| 1347 |
+
"entropy": 3.928067147731781,
|
| 1348 |
+
"epoch": 0.00056,
|
| 1349 |
+
"grad_norm": 0.047599323093891144,
|
| 1350 |
+
"kl": 0.16341876238584518,
|
| 1351 |
+
"learning_rate": 9.999999814880132e-06,
|
| 1352 |
+
"loss": -0.0052,
|
| 1353 |
+
"step": 56,
|
| 1354 |
+
"step_time": 2.9177981660013756
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"clip_ratio/high_max": 0.0,
|
| 1358 |
+
"clip_ratio/high_mean": 0.0,
|
| 1359 |
+
"clip_ratio/low_mean": 0.0,
|
| 1360 |
+
"clip_ratio/low_min": 0.0,
|
| 1361 |
+
"clip_ratio/region_mean": 0.0,
|
| 1362 |
+
"completions/clipped_ratio": 0.03125,
|
| 1363 |
+
"completions/max_length": 342.0,
|
| 1364 |
+
"completions/max_terminated_length": 342.0,
|
| 1365 |
+
"completions/mean_length": 167.96875,
|
| 1366 |
+
"completions/mean_terminated_length": 169.96774291992188,
|
| 1367 |
+
"completions/min_length": 93.0,
|
| 1368 |
+
"completions/min_terminated_length": 93.0,
|
| 1369 |
+
"entropy": 3.8915408849716187,
|
| 1370 |
+
"epoch": 0.00057,
|
| 1371 |
+
"frac_reward_zero_std": 0.0,
|
| 1372 |
+
"grad_norm": 0.0617266409099102,
|
| 1373 |
+
"kl": 0.16402203310281038,
|
| 1374 |
+
"learning_rate": 9.999999795905347e-06,
|
| 1375 |
+
"loss": -0.0137,
|
| 1376 |
+
"num_tokens": 556741.0,
|
| 1377 |
+
"reward": 0.2770588994026184,
|
| 1378 |
+
"reward_std": 0.5140299201011658,
|
| 1379 |
+
"rewards/rollout_reward_func/mean": 0.2770588994026184,
|
| 1380 |
+
"rewards/rollout_reward_func/std": 0.6300316452980042,
|
| 1381 |
+
"sampling/importance_sampling_ratio/max": 0.4707293212413788,
|
| 1382 |
+
"sampling/importance_sampling_ratio/mean": 0.20163728296756744,
|
| 1383 |
+
"sampling/importance_sampling_ratio/min": 0.009354846552014351,
|
| 1384 |
+
"sampling/sampling_logp_difference/max": 1.20766019821167,
|
| 1385 |
+
"sampling/sampling_logp_difference/mean": 0.3649933934211731,
|
| 1386 |
+
"step": 57,
|
| 1387 |
+
"step_time": 4.600740758000029
|
| 1388 |
+
},
|
| 1389 |
+
{
|
| 1390 |
+
"clip_ratio/high_max": 0.0,
|
| 1391 |
+
"clip_ratio/high_mean": 0.0,
|
| 1392 |
+
"clip_ratio/low_mean": 0.0,
|
| 1393 |
+
"clip_ratio/low_min": 0.0,
|
| 1394 |
+
"clip_ratio/region_mean": 0.0,
|
| 1395 |
+
"entropy": 3.8189143240451813,
|
| 1396 |
+
"epoch": 0.00058,
|
| 1397 |
+
"grad_norm": 0.060559939593076706,
|
| 1398 |
+
"kl": 0.15883306972682476,
|
| 1399 |
+
"learning_rate": 9.999999776004962e-06,
|
| 1400 |
+
"loss": -0.0137,
|
| 1401 |
+
"step": 58,
|
| 1402 |
+
"step_time": 2.0522955199994612
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"clip_ratio/high_max": 0.0,
|
| 1406 |
+
"clip_ratio/high_mean": 0.0,
|
| 1407 |
+
"clip_ratio/low_mean": 0.0,
|
| 1408 |
+
"clip_ratio/low_min": 0.0,
|
| 1409 |
+
"clip_ratio/region_mean": 0.0,
|
| 1410 |
+
"completions/clipped_ratio": 0.0,
|
| 1411 |
+
"completions/max_length": 297.0,
|
| 1412 |
+
"completions/max_terminated_length": 297.0,
|
| 1413 |
+
"completions/mean_length": 142.46875,
|
| 1414 |
+
"completions/mean_terminated_length": 142.46875,
|
| 1415 |
+
"completions/min_length": 93.0,
|
| 1416 |
+
"completions/min_terminated_length": 93.0,
|
| 1417 |
+
"entropy": 3.5833038985729218,
|
| 1418 |
+
"epoch": 0.00059,
|
| 1419 |
+
"frac_reward_zero_std": 0.0,
|
| 1420 |
+
"grad_norm": 0.0712868869304657,
|
| 1421 |
+
"kl": 0.1435947585850954,
|
| 1422 |
+
"learning_rate": 9.999999755178978e-06,
|
| 1423 |
+
"loss": -0.0083,
|
| 1424 |
+
"num_tokens": 575084.0,
|
| 1425 |
+
"reward": 0.35289904475212097,
|
| 1426 |
+
"reward_std": 0.3668435215950012,
|
| 1427 |
+
"rewards/rollout_reward_func/mean": 0.35289904475212097,
|
| 1428 |
+
"rewards/rollout_reward_func/std": 0.5060283541679382,
|
| 1429 |
+
"sampling/importance_sampling_ratio/max": 0.449856698513031,
|
| 1430 |
+
"sampling/importance_sampling_ratio/mean": 0.27609291672706604,
|
| 1431 |
+
"sampling/importance_sampling_ratio/min": 0.03381441906094551,
|
| 1432 |
+
"sampling/sampling_logp_difference/max": 0.9775153398513794,
|
| 1433 |
+
"sampling/sampling_logp_difference/mean": 0.3117252588272095,
|
| 1434 |
+
"step": 59,
|
| 1435 |
+
"step_time": 4.590389930997844
|
| 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 |
+
"entropy": 3.4226994812488556,
|
| 1444 |
+
"epoch": 0.0006,
|
| 1445 |
+
"grad_norm": 0.07168518751859665,
|
| 1446 |
+
"kl": 0.1514890482649207,
|
| 1447 |
+
"learning_rate": 9.999999733427394e-06,
|
| 1448 |
+
"loss": -0.0084,
|
| 1449 |
+
"step": 60,
|
| 1450 |
+
"step_time": 2.024904317002438
|
| 1451 |
+
},
|
| 1452 |
+
{
|
| 1453 |
+
"clip_ratio/high_max": 0.0,
|
| 1454 |
+
"clip_ratio/high_mean": 0.0,
|
| 1455 |
+
"clip_ratio/low_mean": 0.0,
|
| 1456 |
+
"clip_ratio/low_min": 0.0,
|
| 1457 |
+
"clip_ratio/region_mean": 0.0,
|
| 1458 |
+
"completions/clipped_ratio": 0.0,
|
| 1459 |
+
"completions/max_length": 206.0,
|
| 1460 |
+
"completions/max_terminated_length": 206.0,
|
| 1461 |
+
"completions/mean_length": 145.34375,
|
| 1462 |
+
"completions/mean_terminated_length": 145.34375,
|
| 1463 |
+
"completions/min_length": 89.0,
|
| 1464 |
+
"completions/min_terminated_length": 89.0,
|
| 1465 |
+
"entropy": 3.281781107187271,
|
| 1466 |
+
"epoch": 0.00061,
|
| 1467 |
+
"frac_reward_zero_std": 0.0,
|
| 1468 |
+
"grad_norm": 0.05610927194356918,
|
| 1469 |
+
"kl": 0.18225542083382607,
|
| 1470 |
+
"learning_rate": 9.99999971075021e-06,
|
| 1471 |
+
"loss": 0.0011,
|
| 1472 |
+
"num_tokens": 593311.0,
|
| 1473 |
+
"reward": 0.57869952917099,
|
| 1474 |
+
"reward_std": 0.34909936785697937,
|
| 1475 |
+
"rewards/rollout_reward_func/mean": 0.57869952917099,
|
| 1476 |
+
"rewards/rollout_reward_func/std": 0.538192093372345,
|
| 1477 |
+
"sampling/importance_sampling_ratio/max": 0.585938572883606,
|
| 1478 |
+
"sampling/importance_sampling_ratio/mean": 0.2803860306739807,
|
| 1479 |
+
"sampling/importance_sampling_ratio/min": 0.05912167578935623,
|
| 1480 |
+
"sampling/sampling_logp_difference/max": 0.9743081331253052,
|
| 1481 |
+
"sampling/sampling_logp_difference/mean": 0.2922592759132385,
|
| 1482 |
+
"step": 61,
|
| 1483 |
+
"step_time": 4.679663689001245
|
| 1484 |
+
},
|
| 1485 |
+
{
|
| 1486 |
+
"clip_ratio/high_max": 0.0,
|
| 1487 |
+
"clip_ratio/high_mean": 0.0,
|
| 1488 |
+
"clip_ratio/low_mean": 0.0,
|
| 1489 |
+
"clip_ratio/low_min": 0.0,
|
| 1490 |
+
"clip_ratio/region_mean": 0.0,
|
| 1491 |
+
"entropy": 3.1316112875938416,
|
| 1492 |
+
"epoch": 0.00062,
|
| 1493 |
+
"grad_norm": 0.059742532670497894,
|
| 1494 |
+
"kl": 0.19533881545066833,
|
| 1495 |
+
"learning_rate": 9.999999687147426e-06,
|
| 1496 |
+
"loss": 0.0009,
|
| 1497 |
+
"step": 62,
|
| 1498 |
+
"step_time": 2.4762866889977886
|
| 1499 |
+
},
|
| 1500 |
+
{
|
| 1501 |
+
"clip_ratio/high_max": 0.0,
|
| 1502 |
+
"clip_ratio/high_mean": 0.0,
|
| 1503 |
+
"clip_ratio/low_mean": 0.0,
|
| 1504 |
+
"clip_ratio/low_min": 0.0,
|
| 1505 |
+
"clip_ratio/region_mean": 0.0,
|
| 1506 |
+
"completions/clipped_ratio": 0.0,
|
| 1507 |
+
"completions/max_length": 258.0,
|
| 1508 |
+
"completions/max_terminated_length": 258.0,
|
| 1509 |
+
"completions/mean_length": 137.0,
|
| 1510 |
+
"completions/mean_terminated_length": 137.0,
|
| 1511 |
+
"completions/min_length": 89.0,
|
| 1512 |
+
"completions/min_terminated_length": 89.0,
|
| 1513 |
+
"entropy": 3.003155827522278,
|
| 1514 |
+
"epoch": 0.00063,
|
| 1515 |
+
"frac_reward_zero_std": 0.0,
|
| 1516 |
+
"grad_norm": 0.11588791012763977,
|
| 1517 |
+
"kl": 0.19905831664800644,
|
| 1518 |
+
"learning_rate": 9.999999662619046e-06,
|
| 1519 |
+
"loss": -0.0209,
|
| 1520 |
+
"num_tokens": 612247.0,
|
| 1521 |
+
"reward": 0.4884374737739563,
|
| 1522 |
+
"reward_std": 0.4819467067718506,
|
| 1523 |
+
"rewards/rollout_reward_func/mean": 0.4884374737739563,
|
| 1524 |
+
"rewards/rollout_reward_func/std": 0.5825604200363159,
|
| 1525 |
+
"sampling/importance_sampling_ratio/max": 0.659873366355896,
|
| 1526 |
+
"sampling/importance_sampling_ratio/mean": 0.3772771954536438,
|
| 1527 |
+
"sampling/importance_sampling_ratio/min": 0.020119559019804,
|
| 1528 |
+
"sampling/sampling_logp_difference/max": 1.0678739547729492,
|
| 1529 |
+
"sampling/sampling_logp_difference/mean": 0.25328272581100464,
|
| 1530 |
+
"step": 63,
|
| 1531 |
+
"step_time": 4.334251456000857
|
| 1532 |
+
},
|
| 1533 |
+
{
|
| 1534 |
+
"clip_ratio/high_max": 0.0,
|
| 1535 |
+
"clip_ratio/high_mean": 0.0,
|
| 1536 |
+
"clip_ratio/low_mean": 0.0078125,
|
| 1537 |
+
"clip_ratio/low_min": 0.0,
|
| 1538 |
+
"clip_ratio/region_mean": 0.0078125,
|
| 1539 |
+
"entropy": 2.8085409104824066,
|
| 1540 |
+
"epoch": 0.00064,
|
| 1541 |
+
"grad_norm": 0.11190968751907349,
|
| 1542 |
+
"kl": 0.2239690087735653,
|
| 1543 |
+
"learning_rate": 9.999999637165062e-06,
|
| 1544 |
+
"loss": -0.022,
|
| 1545 |
+
"step": 64,
|
| 1546 |
+
"step_time": 2.00917297399792
|
| 1547 |
+
},
|
| 1548 |
+
{
|
| 1549 |
+
"clip_ratio/high_max": 0.0,
|
| 1550 |
+
"clip_ratio/high_mean": 0.0,
|
| 1551 |
+
"clip_ratio/low_mean": 0.0,
|
| 1552 |
+
"clip_ratio/low_min": 0.0,
|
| 1553 |
+
"clip_ratio/region_mean": 0.0,
|
| 1554 |
+
"completions/clipped_ratio": 0.0,
|
| 1555 |
+
"completions/max_length": 258.0,
|
| 1556 |
+
"completions/max_terminated_length": 258.0,
|
| 1557 |
+
"completions/mean_length": 160.6875,
|
| 1558 |
+
"completions/mean_terminated_length": 160.6875,
|
| 1559 |
+
"completions/min_length": 89.0,
|
| 1560 |
+
"completions/min_terminated_length": 89.0,
|
| 1561 |
+
"entropy": 2.5678041726350784,
|
| 1562 |
+
"epoch": 0.00065,
|
| 1563 |
+
"frac_reward_zero_std": 0.0,
|
| 1564 |
+
"grad_norm": 0.09978003054857254,
|
| 1565 |
+
"kl": 0.235586229711771,
|
| 1566 |
+
"learning_rate": 9.999999610785483e-06,
|
| 1567 |
+
"loss": 0.0039,
|
| 1568 |
+
"num_tokens": 631261.0,
|
| 1569 |
+
"reward": 0.5577644109725952,
|
| 1570 |
+
"reward_std": 0.28208568692207336,
|
| 1571 |
+
"rewards/rollout_reward_func/mean": 0.5577644109725952,
|
| 1572 |
+
"rewards/rollout_reward_func/std": 0.4251752495765686,
|
| 1573 |
+
"sampling/importance_sampling_ratio/max": 0.6934138536453247,
|
| 1574 |
+
"sampling/importance_sampling_ratio/mean": 0.3842087984085083,
|
| 1575 |
+
"sampling/importance_sampling_ratio/min": 0.05158117786049843,
|
| 1576 |
+
"sampling/sampling_logp_difference/max": 1.5275554656982422,
|
| 1577 |
+
"sampling/sampling_logp_difference/mean": 0.22714273631572723,
|
| 1578 |
+
"step": 65,
|
| 1579 |
+
"step_time": 4.462041075998059
|
| 1580 |
+
},
|
| 1581 |
+
{
|
| 1582 |
+
"clip_ratio/high_max": 0.0,
|
| 1583 |
+
"clip_ratio/high_mean": 0.0,
|
| 1584 |
+
"clip_ratio/low_mean": 0.0052083334885537624,
|
| 1585 |
+
"clip_ratio/low_min": 0.0,
|
| 1586 |
+
"clip_ratio/region_mean": 0.0052083334885537624,
|
| 1587 |
+
"entropy": 2.4012295603752136,
|
| 1588 |
+
"epoch": 0.00066,
|
| 1589 |
+
"grad_norm": 0.10902947187423706,
|
| 1590 |
+
"kl": 0.266902232542634,
|
| 1591 |
+
"learning_rate": 9.999999583480304e-06,
|
| 1592 |
+
"loss": 0.004,
|
| 1593 |
+
"step": 66,
|
| 1594 |
+
"step_time": 1.9998026810044394
|
| 1595 |
+
},
|
| 1596 |
+
{
|
| 1597 |
+
"clip_ratio/high_max": 0.0,
|
| 1598 |
+
"clip_ratio/high_mean": 0.0,
|
| 1599 |
+
"clip_ratio/low_mean": 0.0,
|
| 1600 |
+
"clip_ratio/low_min": 0.0,
|
| 1601 |
+
"clip_ratio/region_mean": 0.0,
|
| 1602 |
+
"completions/clipped_ratio": 0.0,
|
| 1603 |
+
"completions/max_length": 338.0,
|
| 1604 |
+
"completions/max_terminated_length": 338.0,
|
| 1605 |
+
"completions/mean_length": 183.125,
|
| 1606 |
+
"completions/mean_terminated_length": 183.125,
|
| 1607 |
+
"completions/min_length": 91.0,
|
| 1608 |
+
"completions/min_terminated_length": 91.0,
|
| 1609 |
+
"entropy": 2.563511222600937,
|
| 1610 |
+
"epoch": 0.00067,
|
| 1611 |
+
"frac_reward_zero_std": 0.0,
|
| 1612 |
+
"grad_norm": 0.09899244457483292,
|
| 1613 |
+
"kl": 0.21912122517824173,
|
| 1614 |
+
"learning_rate": 9.999999555249524e-06,
|
| 1615 |
+
"loss": 0.0031,
|
| 1616 |
+
"num_tokens": 651201.0,
|
| 1617 |
+
"reward": 0.346504807472229,
|
| 1618 |
+
"reward_std": 0.37360942363739014,
|
| 1619 |
+
"rewards/rollout_reward_func/mean": 0.346504807472229,
|
| 1620 |
+
"rewards/rollout_reward_func/std": 0.47065863013267517,
|
| 1621 |
+
"sampling/importance_sampling_ratio/max": 0.5819504857063293,
|
| 1622 |
+
"sampling/importance_sampling_ratio/mean": 0.35113734006881714,
|
| 1623 |
+
"sampling/importance_sampling_ratio/min": 0.023396655917167664,
|
| 1624 |
+
"sampling/sampling_logp_difference/max": 0.822979211807251,
|
| 1625 |
+
"sampling/sampling_logp_difference/mean": 0.21178027987480164,
|
| 1626 |
+
"step": 67,
|
| 1627 |
+
"step_time": 4.976440294996792
|
| 1628 |
+
},
|
| 1629 |
+
{
|
| 1630 |
+
"clip_ratio/high_max": 0.008928571827709675,
|
| 1631 |
+
"clip_ratio/high_mean": 0.004464285913854837,
|
| 1632 |
+
"clip_ratio/low_mean": 0.0,
|
| 1633 |
+
"clip_ratio/low_min": 0.0,
|
| 1634 |
+
"clip_ratio/region_mean": 0.004464285913854837,
|
| 1635 |
+
"entropy": 2.4892768561840057,
|
| 1636 |
+
"epoch": 0.00068,
|
| 1637 |
+
"grad_norm": 0.0969628244638443,
|
| 1638 |
+
"kl": 0.2153633050620556,
|
| 1639 |
+
"learning_rate": 9.999999526093148e-06,
|
| 1640 |
+
"loss": 0.0029,
|
| 1641 |
+
"step": 68,
|
| 1642 |
+
"step_time": 2.5076440479988378
|
| 1643 |
+
},
|
| 1644 |
+
{
|
| 1645 |
+
"clip_ratio/high_max": 0.0,
|
| 1646 |
+
"clip_ratio/high_mean": 0.0,
|
| 1647 |
+
"clip_ratio/low_mean": 0.0,
|
| 1648 |
+
"clip_ratio/low_min": 0.0,
|
| 1649 |
+
"clip_ratio/region_mean": 0.0,
|
| 1650 |
+
"completions/clipped_ratio": 0.0,
|
| 1651 |
+
"completions/max_length": 350.0,
|
| 1652 |
+
"completions/max_terminated_length": 350.0,
|
| 1653 |
+
"completions/mean_length": 184.375,
|
| 1654 |
+
"completions/mean_terminated_length": 184.375,
|
| 1655 |
+
"completions/min_length": 91.0,
|
| 1656 |
+
"completions/min_terminated_length": 91.0,
|
| 1657 |
+
"entropy": 2.2106962502002716,
|
| 1658 |
+
"epoch": 0.00069,
|
| 1659 |
+
"frac_reward_zero_std": 0.0,
|
| 1660 |
+
"grad_norm": 0.16426467895507812,
|
| 1661 |
+
"kl": 0.3220958895981312,
|
| 1662 |
+
"learning_rate": 9.999999496011169e-06,
|
| 1663 |
+
"loss": -0.0045,
|
| 1664 |
+
"num_tokens": 671269.0,
|
| 1665 |
+
"reward": 0.7414458990097046,
|
| 1666 |
+
"reward_std": 0.2716183662414551,
|
| 1667 |
+
"rewards/rollout_reward_func/mean": 0.7414458990097046,
|
| 1668 |
+
"rewards/rollout_reward_func/std": 0.4371891915798187,
|
| 1669 |
+
"sampling/importance_sampling_ratio/max": 0.7719125747680664,
|
| 1670 |
+
"sampling/importance_sampling_ratio/mean": 0.45400264859199524,
|
| 1671 |
+
"sampling/importance_sampling_ratio/min": 0.031057482585310936,
|
| 1672 |
+
"sampling/sampling_logp_difference/max": 1.5289125442504883,
|
| 1673 |
+
"sampling/sampling_logp_difference/mean": 0.18032191693782806,
|
| 1674 |
+
"step": 69,
|
| 1675 |
+
"step_time": 4.6545613879952725
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"clip_ratio/high_max": 0.030357143841683865,
|
| 1679 |
+
"clip_ratio/high_mean": 0.015178571920841932,
|
| 1680 |
+
"clip_ratio/low_mean": 0.004464285913854837,
|
| 1681 |
+
"clip_ratio/low_min": 0.0,
|
| 1682 |
+
"clip_ratio/region_mean": 0.01964285783469677,
|
| 1683 |
+
"entropy": 2.1326727122068405,
|
| 1684 |
+
"epoch": 0.0007,
|
| 1685 |
+
"grad_norm": 0.12904977798461914,
|
| 1686 |
+
"kl": 0.3180929869413376,
|
| 1687 |
+
"learning_rate": 9.999999465003593e-06,
|
| 1688 |
+
"loss": -0.0057,
|
| 1689 |
+
"step": 70,
|
| 1690 |
+
"step_time": 2.0704947099984565
|
| 1691 |
+
},
|
| 1692 |
+
{
|
| 1693 |
+
"clip_ratio/high_max": 0.0,
|
| 1694 |
+
"clip_ratio/high_mean": 0.0,
|
| 1695 |
+
"clip_ratio/low_mean": 0.0,
|
| 1696 |
+
"clip_ratio/low_min": 0.0,
|
| 1697 |
+
"clip_ratio/region_mean": 0.0,
|
| 1698 |
+
"completions/clipped_ratio": 0.0,
|
| 1699 |
+
"completions/max_length": 210.0,
|
| 1700 |
+
"completions/max_terminated_length": 210.0,
|
| 1701 |
+
"completions/mean_length": 175.84375,
|
| 1702 |
+
"completions/mean_terminated_length": 175.84375,
|
| 1703 |
+
"completions/min_length": 89.0,
|
| 1704 |
+
"completions/min_terminated_length": 89.0,
|
| 1705 |
+
"entropy": 2.0988260358572006,
|
| 1706 |
+
"epoch": 0.00071,
|
| 1707 |
+
"frac_reward_zero_std": 0.0,
|
| 1708 |
+
"grad_norm": 0.3079679012298584,
|
| 1709 |
+
"kl": 0.2244853936135769,
|
| 1710 |
+
"learning_rate": 9.999999433070417e-06,
|
| 1711 |
+
"loss": -0.0203,
|
| 1712 |
+
"num_tokens": 691168.0,
|
| 1713 |
+
"reward": 0.5884735584259033,
|
| 1714 |
+
"reward_std": 0.47160544991493225,
|
| 1715 |
+
"rewards/rollout_reward_func/mean": 0.5884735584259033,
|
| 1716 |
+
"rewards/rollout_reward_func/std": 0.6704621911048889,
|
| 1717 |
+
"sampling/importance_sampling_ratio/max": 0.638032853603363,
|
| 1718 |
+
"sampling/importance_sampling_ratio/mean": 0.4377201199531555,
|
| 1719 |
+
"sampling/importance_sampling_ratio/min": 0.1587381660938263,
|
| 1720 |
+
"sampling/sampling_logp_difference/max": 0.907859206199646,
|
| 1721 |
+
"sampling/sampling_logp_difference/mean": 0.15975390374660492,
|
| 1722 |
+
"step": 71,
|
| 1723 |
+
"step_time": 4.186460018994694
|
| 1724 |
+
},
|
| 1725 |
+
{
|
| 1726 |
+
"clip_ratio/high_max": 0.07083333469927311,
|
| 1727 |
+
"clip_ratio/high_mean": 0.05208333441987634,
|
| 1728 |
+
"clip_ratio/low_mean": 0.04062500083819032,
|
| 1729 |
+
"clip_ratio/low_min": 0.02083333395421505,
|
| 1730 |
+
"clip_ratio/region_mean": 0.09270833572372794,
|
| 1731 |
+
"entropy": 1.9240455776453018,
|
| 1732 |
+
"epoch": 0.00072,
|
| 1733 |
+
"grad_norm": 0.22433313727378845,
|
| 1734 |
+
"kl": 0.23141289688646793,
|
| 1735 |
+
"learning_rate": 9.999999400211643e-06,
|
| 1736 |
+
"loss": -0.0249,
|
| 1737 |
+
"step": 72,
|
| 1738 |
+
"step_time": 1.9681833920003555
|
| 1739 |
+
},
|
| 1740 |
+
{
|
| 1741 |
+
"clip_ratio/high_max": 0.0,
|
| 1742 |
+
"clip_ratio/high_mean": 0.0,
|
| 1743 |
+
"clip_ratio/low_mean": 0.0,
|
| 1744 |
+
"clip_ratio/low_min": 0.0,
|
| 1745 |
+
"clip_ratio/region_mean": 0.0,
|
| 1746 |
+
"completions/clipped_ratio": 0.0,
|
| 1747 |
+
"completions/max_length": 262.0,
|
| 1748 |
+
"completions/max_terminated_length": 262.0,
|
| 1749 |
+
"completions/mean_length": 168.46875,
|
| 1750 |
+
"completions/mean_terminated_length": 168.46875,
|
| 1751 |
+
"completions/min_length": 97.0,
|
| 1752 |
+
"completions/min_terminated_length": 97.0,
|
| 1753 |
+
"entropy": 1.7944766581058502,
|
| 1754 |
+
"epoch": 0.00073,
|
| 1755 |
+
"frac_reward_zero_std": 0.0,
|
| 1756 |
+
"grad_norm": 0.3287738561630249,
|
| 1757 |
+
"kl": 0.27973234094679356,
|
| 1758 |
+
"learning_rate": 9.99999936642727e-06,
|
| 1759 |
+
"loss": -0.0086,
|
| 1760 |
+
"num_tokens": 711023.0,
|
| 1761 |
+
"reward": 0.5628845691680908,
|
| 1762 |
+
"reward_std": 0.23407763242721558,
|
| 1763 |
+
"rewards/rollout_reward_func/mean": 0.5628845691680908,
|
| 1764 |
+
"rewards/rollout_reward_func/std": 0.41712766885757446,
|
| 1765 |
+
"sampling/importance_sampling_ratio/max": 0.8928364515304565,
|
| 1766 |
+
"sampling/importance_sampling_ratio/mean": 0.5339679718017578,
|
| 1767 |
+
"sampling/importance_sampling_ratio/min": 0.031287215650081635,
|
| 1768 |
+
"sampling/sampling_logp_difference/max": 2.0212931632995605,
|
| 1769 |
+
"sampling/sampling_logp_difference/mean": 0.14184574782848358,
|
| 1770 |
+
"step": 73,
|
| 1771 |
+
"step_time": 5.250511515001563
|
| 1772 |
+
},
|
| 1773 |
+
{
|
| 1774 |
+
"clip_ratio/high_max": 0.07500000111758709,
|
| 1775 |
+
"clip_ratio/high_mean": 0.054166668094694614,
|
| 1776 |
+
"clip_ratio/low_mean": 0.11197916977107525,
|
| 1777 |
+
"clip_ratio/low_min": 0.056250001303851604,
|
| 1778 |
+
"clip_ratio/region_mean": 0.16614583879709244,
|
| 1779 |
+
"entropy": 1.5351449102163315,
|
| 1780 |
+
"epoch": 0.00074,
|
| 1781 |
+
"grad_norm": 0.1667291224002838,
|
| 1782 |
+
"kl": 0.3220853917300701,
|
| 1783 |
+
"learning_rate": 9.999999331717294e-06,
|
| 1784 |
+
"loss": -0.0118,
|
| 1785 |
+
"step": 74,
|
| 1786 |
+
"step_time": 1.9973168569995323
|
| 1787 |
+
},
|
| 1788 |
+
{
|
| 1789 |
+
"clip_ratio/high_max": 0.0,
|
| 1790 |
+
"clip_ratio/high_mean": 0.0,
|
| 1791 |
+
"clip_ratio/low_mean": 0.0,
|
| 1792 |
+
"clip_ratio/low_min": 0.0,
|
| 1793 |
+
"clip_ratio/region_mean": 0.0,
|
| 1794 |
+
"completions/clipped_ratio": 0.0,
|
| 1795 |
+
"completions/max_length": 305.0,
|
| 1796 |
+
"completions/max_terminated_length": 305.0,
|
| 1797 |
+
"completions/mean_length": 187.75,
|
| 1798 |
+
"completions/mean_terminated_length": 187.75,
|
| 1799 |
+
"completions/min_length": 93.0,
|
| 1800 |
+
"completions/min_terminated_length": 93.0,
|
| 1801 |
+
"entropy": 1.4904573261737823,
|
| 1802 |
+
"epoch": 0.00075,
|
| 1803 |
+
"frac_reward_zero_std": 0.0,
|
| 1804 |
+
"grad_norm": 0.34346434473991394,
|
| 1805 |
+
"kl": 0.2825224921107292,
|
| 1806 |
+
"learning_rate": 9.999999296081722e-06,
|
| 1807 |
+
"loss": 0.035,
|
| 1808 |
+
"num_tokens": 730815.0,
|
| 1809 |
+
"reward": 0.3780096173286438,
|
| 1810 |
+
"reward_std": 0.4338669776916504,
|
| 1811 |
+
"rewards/rollout_reward_func/mean": 0.3780096173286438,
|
| 1812 |
+
"rewards/rollout_reward_func/std": 0.6683818101882935,
|
| 1813 |
+
"sampling/importance_sampling_ratio/max": 1.004560947418213,
|
| 1814 |
+
"sampling/importance_sampling_ratio/mean": 0.5335597991943359,
|
| 1815 |
+
"sampling/importance_sampling_ratio/min": 9.286272306674448e-10,
|
| 1816 |
+
"sampling/sampling_logp_difference/max": 18.32341766357422,
|
| 1817 |
+
"sampling/sampling_logp_difference/mean": 0.260251522064209,
|
| 1818 |
+
"step": 75,
|
| 1819 |
+
"step_time": 4.602757915003167
|
| 1820 |
+
}
|
| 1821 |
+
],
|
| 1822 |
+
"logging_steps": 1.0,
|
| 1823 |
+
"max_steps": 200000,
|
| 1824 |
+
"num_input_tokens_seen": 730815,
|
| 1825 |
+
"num_train_epochs": 2,
|
| 1826 |
+
"save_steps": 500,
|
| 1827 |
+
"stateful_callbacks": {
|
| 1828 |
+
"TrainerControl": {
|
| 1829 |
+
"args": {
|
| 1830 |
+
"should_epoch_stop": false,
|
| 1831 |
+
"should_evaluate": false,
|
| 1832 |
+
"should_log": false,
|
| 1833 |
+
"should_save": true,
|
| 1834 |
+
"should_training_stop": false
|
| 1835 |
+
},
|
| 1836 |
+
"attributes": {}
|
| 1837 |
+
}
|
| 1838 |
+
},
|
| 1839 |
+
"total_flos": 0.0,
|
| 1840 |
+
"train_batch_size": 2,
|
| 1841 |
+
"trial_name": null,
|
| 1842 |
+
"trial_params": null
|
| 1843 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aaa004aa39b94231e24f6e9d469947e4693589c3aae253a5e73985ec1df54a99
|
| 3 |
+
size 8401
|