Training in progress, step 1924
Browse files- .gitattributes +1 -0
- adapter_config.json +18 -0
- adapter_model.safetensors +3 -0
- special_tokens_map.json +26 -0
- tokenizer.json +3 -0
- tokenizer_config.json +2077 -0
- train.yaml +61 -0
- trainer_log.jsonl +390 -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
|
adapter_config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
|
| 4 |
+
"exclude_modules": null,
|
| 5 |
+
"fan_in_fan_out": false,
|
| 6 |
+
"feedforward_modules": "down_proj",
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_ia3_weights": true,
|
| 9 |
+
"modules_to_save": null,
|
| 10 |
+
"peft_type": "IA3",
|
| 11 |
+
"revision": null,
|
| 12 |
+
"target_modules": [
|
| 13 |
+
"v_proj",
|
| 14 |
+
"k_proj",
|
| 15 |
+
"down_proj"
|
| 16 |
+
],
|
| 17 |
+
"task_type": "CAUSAL_LM"
|
| 18 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9410ddf90dfcaa463f8c701345f9007d2f2fe4351ab0fe99a0af059b76206908
|
| 3 |
+
size 798032
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<|eom_id|>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"bos_token": {
|
| 12 |
+
"content": "<|begin_of_text|>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false
|
| 17 |
+
},
|
| 18 |
+
"eos_token": {
|
| 19 |
+
"content": "<|eot_id|>",
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"rstrip": false,
|
| 23 |
+
"single_word": false
|
| 24 |
+
},
|
| 25 |
+
"pad_token": "<|eot_id|>"
|
| 26 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c1dcab308e7cf5970ea38815e0a62887d705c5b436f869ca27a5dcdd40c36a6
|
| 3 |
+
size 17210148
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,2077 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"128000": {
|
| 4 |
+
"content": "<|begin_of_text|>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"128001": {
|
| 12 |
+
"content": "<|end_of_text|>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"128002": {
|
| 20 |
+
"content": "<|reserved_special_token_0|>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"128003": {
|
| 28 |
+
"content": "<|reserved_special_token_1|>",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"128004": {
|
| 36 |
+
"content": "<|reserved_special_token_2|>",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
},
|
| 43 |
+
"128005": {
|
| 44 |
+
"content": "<|reserved_special_token_3|>",
|
| 45 |
+
"lstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"rstrip": false,
|
| 48 |
+
"single_word": false,
|
| 49 |
+
"special": true
|
| 50 |
+
},
|
| 51 |
+
"128006": {
|
| 52 |
+
"content": "<|start_header_id|>",
|
| 53 |
+
"lstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"rstrip": false,
|
| 56 |
+
"single_word": false,
|
| 57 |
+
"special": true
|
| 58 |
+
},
|
| 59 |
+
"128007": {
|
| 60 |
+
"content": "<|end_header_id|>",
|
| 61 |
+
"lstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"rstrip": false,
|
| 64 |
+
"single_word": false,
|
| 65 |
+
"special": true
|
| 66 |
+
},
|
| 67 |
+
"128008": {
|
| 68 |
+
"content": "<|reserved_special_token_4|>",
|
| 69 |
+
"lstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"rstrip": false,
|
| 72 |
+
"single_word": false,
|
| 73 |
+
"special": true
|
| 74 |
+
},
|
| 75 |
+
"128009": {
|
| 76 |
+
"content": "<|eot_id|>",
|
| 77 |
+
"lstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"rstrip": false,
|
| 80 |
+
"single_word": false,
|
| 81 |
+
"special": true
|
| 82 |
+
},
|
| 83 |
+
"128010": {
|
| 84 |
+
"content": "<|reserved_special_token_5|>",
|
| 85 |
+
"lstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"rstrip": false,
|
| 88 |
+
"single_word": false,
|
| 89 |
+
"special": true
|
| 90 |
+
},
|
| 91 |
+
"128011": {
|
| 92 |
+
"content": "<|reserved_special_token_6|>",
|
| 93 |
+
"lstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"rstrip": false,
|
| 96 |
+
"single_word": false,
|
| 97 |
+
"special": true
|
| 98 |
+
},
|
| 99 |
+
"128012": {
|
| 100 |
+
"content": "<|reserved_special_token_7|>",
|
| 101 |
+
"lstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"rstrip": false,
|
| 104 |
+
"single_word": false,
|
| 105 |
+
"special": true
|
| 106 |
+
},
|
| 107 |
+
"128013": {
|
| 108 |
+
"content": "<|reserved_special_token_8|>",
|
| 109 |
+
"lstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"rstrip": false,
|
| 112 |
+
"single_word": false,
|
| 113 |
+
"special": true
|
| 114 |
+
},
|
| 115 |
+
"128014": {
|
| 116 |
+
"content": "<|reserved_special_token_9|>",
|
| 117 |
+
"lstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"rstrip": false,
|
| 120 |
+
"single_word": false,
|
| 121 |
+
"special": true
|
| 122 |
+
},
|
| 123 |
+
"128015": {
|
| 124 |
+
"content": "<|reserved_special_token_10|>",
|
| 125 |
+
"lstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"rstrip": false,
|
| 128 |
+
"single_word": false,
|
| 129 |
+
"special": true
|
| 130 |
+
},
|
| 131 |
+
"128016": {
|
| 132 |
+
"content": "<|reserved_special_token_11|>",
|
| 133 |
+
"lstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"rstrip": false,
|
| 136 |
+
"single_word": false,
|
| 137 |
+
"special": true
|
| 138 |
+
},
|
| 139 |
+
"128017": {
|
| 140 |
+
"content": "<|reserved_special_token_12|>",
|
| 141 |
+
"lstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"rstrip": false,
|
| 144 |
+
"single_word": false,
|
| 145 |
+
"special": true
|
| 146 |
+
},
|
| 147 |
+
"128018": {
|
| 148 |
+
"content": "<|reserved_special_token_13|>",
|
| 149 |
+
"lstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"rstrip": false,
|
| 152 |
+
"single_word": false,
|
| 153 |
+
"special": true
|
| 154 |
+
},
|
| 155 |
+
"128019": {
|
| 156 |
+
"content": "<|reserved_special_token_14|>",
|
| 157 |
+
"lstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"rstrip": false,
|
| 160 |
+
"single_word": false,
|
| 161 |
+
"special": true
|
| 162 |
+
},
|
| 163 |
+
"128020": {
|
| 164 |
+
"content": "<|reserved_special_token_15|>",
|
| 165 |
+
"lstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"rstrip": false,
|
| 168 |
+
"single_word": false,
|
| 169 |
+
"special": true
|
| 170 |
+
},
|
| 171 |
+
"128021": {
|
| 172 |
+
"content": "<|reserved_special_token_16|>",
|
| 173 |
+
"lstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"rstrip": false,
|
| 176 |
+
"single_word": false,
|
| 177 |
+
"special": true
|
| 178 |
+
},
|
| 179 |
+
"128022": {
|
| 180 |
+
"content": "<|reserved_special_token_17|>",
|
| 181 |
+
"lstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"rstrip": false,
|
| 184 |
+
"single_word": false,
|
| 185 |
+
"special": true
|
| 186 |
+
},
|
| 187 |
+
"128023": {
|
| 188 |
+
"content": "<|reserved_special_token_18|>",
|
| 189 |
+
"lstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"rstrip": false,
|
| 192 |
+
"single_word": false,
|
| 193 |
+
"special": true
|
| 194 |
+
},
|
| 195 |
+
"128024": {
|
| 196 |
+
"content": "<|reserved_special_token_19|>",
|
| 197 |
+
"lstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"rstrip": false,
|
| 200 |
+
"single_word": false,
|
| 201 |
+
"special": true
|
| 202 |
+
},
|
| 203 |
+
"128025": {
|
| 204 |
+
"content": "<|reserved_special_token_20|>",
|
| 205 |
+
"lstrip": false,
|
| 206 |
+
"normalized": false,
|
| 207 |
+
"rstrip": false,
|
| 208 |
+
"single_word": false,
|
| 209 |
+
"special": true
|
| 210 |
+
},
|
| 211 |
+
"128026": {
|
| 212 |
+
"content": "<|reserved_special_token_21|>",
|
| 213 |
+
"lstrip": false,
|
| 214 |
+
"normalized": false,
|
| 215 |
+
"rstrip": false,
|
| 216 |
+
"single_word": false,
|
| 217 |
+
"special": true
|
| 218 |
+
},
|
| 219 |
+
"128027": {
|
| 220 |
+
"content": "<|reserved_special_token_22|>",
|
| 221 |
+
"lstrip": false,
|
| 222 |
+
"normalized": false,
|
| 223 |
+
"rstrip": false,
|
| 224 |
+
"single_word": false,
|
| 225 |
+
"special": true
|
| 226 |
+
},
|
| 227 |
+
"128028": {
|
| 228 |
+
"content": "<|reserved_special_token_23|>",
|
| 229 |
+
"lstrip": false,
|
| 230 |
+
"normalized": false,
|
| 231 |
+
"rstrip": false,
|
| 232 |
+
"single_word": false,
|
| 233 |
+
"special": true
|
| 234 |
+
},
|
| 235 |
+
"128029": {
|
| 236 |
+
"content": "<|reserved_special_token_24|>",
|
| 237 |
+
"lstrip": false,
|
| 238 |
+
"normalized": false,
|
| 239 |
+
"rstrip": false,
|
| 240 |
+
"single_word": false,
|
| 241 |
+
"special": true
|
| 242 |
+
},
|
| 243 |
+
"128030": {
|
| 244 |
+
"content": "<|reserved_special_token_25|>",
|
| 245 |
+
"lstrip": false,
|
| 246 |
+
"normalized": false,
|
| 247 |
+
"rstrip": false,
|
| 248 |
+
"single_word": false,
|
| 249 |
+
"special": true
|
| 250 |
+
},
|
| 251 |
+
"128031": {
|
| 252 |
+
"content": "<|reserved_special_token_26|>",
|
| 253 |
+
"lstrip": false,
|
| 254 |
+
"normalized": false,
|
| 255 |
+
"rstrip": false,
|
| 256 |
+
"single_word": false,
|
| 257 |
+
"special": true
|
| 258 |
+
},
|
| 259 |
+
"128032": {
|
| 260 |
+
"content": "<|reserved_special_token_27|>",
|
| 261 |
+
"lstrip": false,
|
| 262 |
+
"normalized": false,
|
| 263 |
+
"rstrip": false,
|
| 264 |
+
"single_word": false,
|
| 265 |
+
"special": true
|
| 266 |
+
},
|
| 267 |
+
"128033": {
|
| 268 |
+
"content": "<|reserved_special_token_28|>",
|
| 269 |
+
"lstrip": false,
|
| 270 |
+
"normalized": false,
|
| 271 |
+
"rstrip": false,
|
| 272 |
+
"single_word": false,
|
| 273 |
+
"special": true
|
| 274 |
+
},
|
| 275 |
+
"128034": {
|
| 276 |
+
"content": "<|reserved_special_token_29|>",
|
| 277 |
+
"lstrip": false,
|
| 278 |
+
"normalized": false,
|
| 279 |
+
"rstrip": false,
|
| 280 |
+
"single_word": false,
|
| 281 |
+
"special": true
|
| 282 |
+
},
|
| 283 |
+
"128035": {
|
| 284 |
+
"content": "<|reserved_special_token_30|>",
|
| 285 |
+
"lstrip": false,
|
| 286 |
+
"normalized": false,
|
| 287 |
+
"rstrip": false,
|
| 288 |
+
"single_word": false,
|
| 289 |
+
"special": true
|
| 290 |
+
},
|
| 291 |
+
"128036": {
|
| 292 |
+
"content": "<|reserved_special_token_31|>",
|
| 293 |
+
"lstrip": false,
|
| 294 |
+
"normalized": false,
|
| 295 |
+
"rstrip": false,
|
| 296 |
+
"single_word": false,
|
| 297 |
+
"special": true
|
| 298 |
+
},
|
| 299 |
+
"128037": {
|
| 300 |
+
"content": "<|reserved_special_token_32|>",
|
| 301 |
+
"lstrip": false,
|
| 302 |
+
"normalized": false,
|
| 303 |
+
"rstrip": false,
|
| 304 |
+
"single_word": false,
|
| 305 |
+
"special": true
|
| 306 |
+
},
|
| 307 |
+
"128038": {
|
| 308 |
+
"content": "<|reserved_special_token_33|>",
|
| 309 |
+
"lstrip": false,
|
| 310 |
+
"normalized": false,
|
| 311 |
+
"rstrip": false,
|
| 312 |
+
"single_word": false,
|
| 313 |
+
"special": true
|
| 314 |
+
},
|
| 315 |
+
"128039": {
|
| 316 |
+
"content": "<|reserved_special_token_34|>",
|
| 317 |
+
"lstrip": false,
|
| 318 |
+
"normalized": false,
|
| 319 |
+
"rstrip": false,
|
| 320 |
+
"single_word": false,
|
| 321 |
+
"special": true
|
| 322 |
+
},
|
| 323 |
+
"128040": {
|
| 324 |
+
"content": "<|reserved_special_token_35|>",
|
| 325 |
+
"lstrip": false,
|
| 326 |
+
"normalized": false,
|
| 327 |
+
"rstrip": false,
|
| 328 |
+
"single_word": false,
|
| 329 |
+
"special": true
|
| 330 |
+
},
|
| 331 |
+
"128041": {
|
| 332 |
+
"content": "<|reserved_special_token_36|>",
|
| 333 |
+
"lstrip": false,
|
| 334 |
+
"normalized": false,
|
| 335 |
+
"rstrip": false,
|
| 336 |
+
"single_word": false,
|
| 337 |
+
"special": true
|
| 338 |
+
},
|
| 339 |
+
"128042": {
|
| 340 |
+
"content": "<|reserved_special_token_37|>",
|
| 341 |
+
"lstrip": false,
|
| 342 |
+
"normalized": false,
|
| 343 |
+
"rstrip": false,
|
| 344 |
+
"single_word": false,
|
| 345 |
+
"special": true
|
| 346 |
+
},
|
| 347 |
+
"128043": {
|
| 348 |
+
"content": "<|reserved_special_token_38|>",
|
| 349 |
+
"lstrip": false,
|
| 350 |
+
"normalized": false,
|
| 351 |
+
"rstrip": false,
|
| 352 |
+
"single_word": false,
|
| 353 |
+
"special": true
|
| 354 |
+
},
|
| 355 |
+
"128044": {
|
| 356 |
+
"content": "<|reserved_special_token_39|>",
|
| 357 |
+
"lstrip": false,
|
| 358 |
+
"normalized": false,
|
| 359 |
+
"rstrip": false,
|
| 360 |
+
"single_word": false,
|
| 361 |
+
"special": true
|
| 362 |
+
},
|
| 363 |
+
"128045": {
|
| 364 |
+
"content": "<|reserved_special_token_40|>",
|
| 365 |
+
"lstrip": false,
|
| 366 |
+
"normalized": false,
|
| 367 |
+
"rstrip": false,
|
| 368 |
+
"single_word": false,
|
| 369 |
+
"special": true
|
| 370 |
+
},
|
| 371 |
+
"128046": {
|
| 372 |
+
"content": "<|reserved_special_token_41|>",
|
| 373 |
+
"lstrip": false,
|
| 374 |
+
"normalized": false,
|
| 375 |
+
"rstrip": false,
|
| 376 |
+
"single_word": false,
|
| 377 |
+
"special": true
|
| 378 |
+
},
|
| 379 |
+
"128047": {
|
| 380 |
+
"content": "<|reserved_special_token_42|>",
|
| 381 |
+
"lstrip": false,
|
| 382 |
+
"normalized": false,
|
| 383 |
+
"rstrip": false,
|
| 384 |
+
"single_word": false,
|
| 385 |
+
"special": true
|
| 386 |
+
},
|
| 387 |
+
"128048": {
|
| 388 |
+
"content": "<|reserved_special_token_43|>",
|
| 389 |
+
"lstrip": false,
|
| 390 |
+
"normalized": false,
|
| 391 |
+
"rstrip": false,
|
| 392 |
+
"single_word": false,
|
| 393 |
+
"special": true
|
| 394 |
+
},
|
| 395 |
+
"128049": {
|
| 396 |
+
"content": "<|reserved_special_token_44|>",
|
| 397 |
+
"lstrip": false,
|
| 398 |
+
"normalized": false,
|
| 399 |
+
"rstrip": false,
|
| 400 |
+
"single_word": false,
|
| 401 |
+
"special": true
|
| 402 |
+
},
|
| 403 |
+
"128050": {
|
| 404 |
+
"content": "<|reserved_special_token_45|>",
|
| 405 |
+
"lstrip": false,
|
| 406 |
+
"normalized": false,
|
| 407 |
+
"rstrip": false,
|
| 408 |
+
"single_word": false,
|
| 409 |
+
"special": true
|
| 410 |
+
},
|
| 411 |
+
"128051": {
|
| 412 |
+
"content": "<|reserved_special_token_46|>",
|
| 413 |
+
"lstrip": false,
|
| 414 |
+
"normalized": false,
|
| 415 |
+
"rstrip": false,
|
| 416 |
+
"single_word": false,
|
| 417 |
+
"special": true
|
| 418 |
+
},
|
| 419 |
+
"128052": {
|
| 420 |
+
"content": "<|reserved_special_token_47|>",
|
| 421 |
+
"lstrip": false,
|
| 422 |
+
"normalized": false,
|
| 423 |
+
"rstrip": false,
|
| 424 |
+
"single_word": false,
|
| 425 |
+
"special": true
|
| 426 |
+
},
|
| 427 |
+
"128053": {
|
| 428 |
+
"content": "<|reserved_special_token_48|>",
|
| 429 |
+
"lstrip": false,
|
| 430 |
+
"normalized": false,
|
| 431 |
+
"rstrip": false,
|
| 432 |
+
"single_word": false,
|
| 433 |
+
"special": true
|
| 434 |
+
},
|
| 435 |
+
"128054": {
|
| 436 |
+
"content": "<|reserved_special_token_49|>",
|
| 437 |
+
"lstrip": false,
|
| 438 |
+
"normalized": false,
|
| 439 |
+
"rstrip": false,
|
| 440 |
+
"single_word": false,
|
| 441 |
+
"special": true
|
| 442 |
+
},
|
| 443 |
+
"128055": {
|
| 444 |
+
"content": "<|reserved_special_token_50|>",
|
| 445 |
+
"lstrip": false,
|
| 446 |
+
"normalized": false,
|
| 447 |
+
"rstrip": false,
|
| 448 |
+
"single_word": false,
|
| 449 |
+
"special": true
|
| 450 |
+
},
|
| 451 |
+
"128056": {
|
| 452 |
+
"content": "<|reserved_special_token_51|>",
|
| 453 |
+
"lstrip": false,
|
| 454 |
+
"normalized": false,
|
| 455 |
+
"rstrip": false,
|
| 456 |
+
"single_word": false,
|
| 457 |
+
"special": true
|
| 458 |
+
},
|
| 459 |
+
"128057": {
|
| 460 |
+
"content": "<|reserved_special_token_52|>",
|
| 461 |
+
"lstrip": false,
|
| 462 |
+
"normalized": false,
|
| 463 |
+
"rstrip": false,
|
| 464 |
+
"single_word": false,
|
| 465 |
+
"special": true
|
| 466 |
+
},
|
| 467 |
+
"128058": {
|
| 468 |
+
"content": "<|reserved_special_token_53|>",
|
| 469 |
+
"lstrip": false,
|
| 470 |
+
"normalized": false,
|
| 471 |
+
"rstrip": false,
|
| 472 |
+
"single_word": false,
|
| 473 |
+
"special": true
|
| 474 |
+
},
|
| 475 |
+
"128059": {
|
| 476 |
+
"content": "<|reserved_special_token_54|>",
|
| 477 |
+
"lstrip": false,
|
| 478 |
+
"normalized": false,
|
| 479 |
+
"rstrip": false,
|
| 480 |
+
"single_word": false,
|
| 481 |
+
"special": true
|
| 482 |
+
},
|
| 483 |
+
"128060": {
|
| 484 |
+
"content": "<|reserved_special_token_55|>",
|
| 485 |
+
"lstrip": false,
|
| 486 |
+
"normalized": false,
|
| 487 |
+
"rstrip": false,
|
| 488 |
+
"single_word": false,
|
| 489 |
+
"special": true
|
| 490 |
+
},
|
| 491 |
+
"128061": {
|
| 492 |
+
"content": "<|reserved_special_token_56|>",
|
| 493 |
+
"lstrip": false,
|
| 494 |
+
"normalized": false,
|
| 495 |
+
"rstrip": false,
|
| 496 |
+
"single_word": false,
|
| 497 |
+
"special": true
|
| 498 |
+
},
|
| 499 |
+
"128062": {
|
| 500 |
+
"content": "<|reserved_special_token_57|>",
|
| 501 |
+
"lstrip": false,
|
| 502 |
+
"normalized": false,
|
| 503 |
+
"rstrip": false,
|
| 504 |
+
"single_word": false,
|
| 505 |
+
"special": true
|
| 506 |
+
},
|
| 507 |
+
"128063": {
|
| 508 |
+
"content": "<|reserved_special_token_58|>",
|
| 509 |
+
"lstrip": false,
|
| 510 |
+
"normalized": false,
|
| 511 |
+
"rstrip": false,
|
| 512 |
+
"single_word": false,
|
| 513 |
+
"special": true
|
| 514 |
+
},
|
| 515 |
+
"128064": {
|
| 516 |
+
"content": "<|reserved_special_token_59|>",
|
| 517 |
+
"lstrip": false,
|
| 518 |
+
"normalized": false,
|
| 519 |
+
"rstrip": false,
|
| 520 |
+
"single_word": false,
|
| 521 |
+
"special": true
|
| 522 |
+
},
|
| 523 |
+
"128065": {
|
| 524 |
+
"content": "<|reserved_special_token_60|>",
|
| 525 |
+
"lstrip": false,
|
| 526 |
+
"normalized": false,
|
| 527 |
+
"rstrip": false,
|
| 528 |
+
"single_word": false,
|
| 529 |
+
"special": true
|
| 530 |
+
},
|
| 531 |
+
"128066": {
|
| 532 |
+
"content": "<|reserved_special_token_61|>",
|
| 533 |
+
"lstrip": false,
|
| 534 |
+
"normalized": false,
|
| 535 |
+
"rstrip": false,
|
| 536 |
+
"single_word": false,
|
| 537 |
+
"special": true
|
| 538 |
+
},
|
| 539 |
+
"128067": {
|
| 540 |
+
"content": "<|reserved_special_token_62|>",
|
| 541 |
+
"lstrip": false,
|
| 542 |
+
"normalized": false,
|
| 543 |
+
"rstrip": false,
|
| 544 |
+
"single_word": false,
|
| 545 |
+
"special": true
|
| 546 |
+
},
|
| 547 |
+
"128068": {
|
| 548 |
+
"content": "<|reserved_special_token_63|>",
|
| 549 |
+
"lstrip": false,
|
| 550 |
+
"normalized": false,
|
| 551 |
+
"rstrip": false,
|
| 552 |
+
"single_word": false,
|
| 553 |
+
"special": true
|
| 554 |
+
},
|
| 555 |
+
"128069": {
|
| 556 |
+
"content": "<|reserved_special_token_64|>",
|
| 557 |
+
"lstrip": false,
|
| 558 |
+
"normalized": false,
|
| 559 |
+
"rstrip": false,
|
| 560 |
+
"single_word": false,
|
| 561 |
+
"special": true
|
| 562 |
+
},
|
| 563 |
+
"128070": {
|
| 564 |
+
"content": "<|reserved_special_token_65|>",
|
| 565 |
+
"lstrip": false,
|
| 566 |
+
"normalized": false,
|
| 567 |
+
"rstrip": false,
|
| 568 |
+
"single_word": false,
|
| 569 |
+
"special": true
|
| 570 |
+
},
|
| 571 |
+
"128071": {
|
| 572 |
+
"content": "<|reserved_special_token_66|>",
|
| 573 |
+
"lstrip": false,
|
| 574 |
+
"normalized": false,
|
| 575 |
+
"rstrip": false,
|
| 576 |
+
"single_word": false,
|
| 577 |
+
"special": true
|
| 578 |
+
},
|
| 579 |
+
"128072": {
|
| 580 |
+
"content": "<|reserved_special_token_67|>",
|
| 581 |
+
"lstrip": false,
|
| 582 |
+
"normalized": false,
|
| 583 |
+
"rstrip": false,
|
| 584 |
+
"single_word": false,
|
| 585 |
+
"special": true
|
| 586 |
+
},
|
| 587 |
+
"128073": {
|
| 588 |
+
"content": "<|reserved_special_token_68|>",
|
| 589 |
+
"lstrip": false,
|
| 590 |
+
"normalized": false,
|
| 591 |
+
"rstrip": false,
|
| 592 |
+
"single_word": false,
|
| 593 |
+
"special": true
|
| 594 |
+
},
|
| 595 |
+
"128074": {
|
| 596 |
+
"content": "<|reserved_special_token_69|>",
|
| 597 |
+
"lstrip": false,
|
| 598 |
+
"normalized": false,
|
| 599 |
+
"rstrip": false,
|
| 600 |
+
"single_word": false,
|
| 601 |
+
"special": true
|
| 602 |
+
},
|
| 603 |
+
"128075": {
|
| 604 |
+
"content": "<|reserved_special_token_70|>",
|
| 605 |
+
"lstrip": false,
|
| 606 |
+
"normalized": false,
|
| 607 |
+
"rstrip": false,
|
| 608 |
+
"single_word": false,
|
| 609 |
+
"special": true
|
| 610 |
+
},
|
| 611 |
+
"128076": {
|
| 612 |
+
"content": "<|reserved_special_token_71|>",
|
| 613 |
+
"lstrip": false,
|
| 614 |
+
"normalized": false,
|
| 615 |
+
"rstrip": false,
|
| 616 |
+
"single_word": false,
|
| 617 |
+
"special": true
|
| 618 |
+
},
|
| 619 |
+
"128077": {
|
| 620 |
+
"content": "<|reserved_special_token_72|>",
|
| 621 |
+
"lstrip": false,
|
| 622 |
+
"normalized": false,
|
| 623 |
+
"rstrip": false,
|
| 624 |
+
"single_word": false,
|
| 625 |
+
"special": true
|
| 626 |
+
},
|
| 627 |
+
"128078": {
|
| 628 |
+
"content": "<|reserved_special_token_73|>",
|
| 629 |
+
"lstrip": false,
|
| 630 |
+
"normalized": false,
|
| 631 |
+
"rstrip": false,
|
| 632 |
+
"single_word": false,
|
| 633 |
+
"special": true
|
| 634 |
+
},
|
| 635 |
+
"128079": {
|
| 636 |
+
"content": "<|reserved_special_token_74|>",
|
| 637 |
+
"lstrip": false,
|
| 638 |
+
"normalized": false,
|
| 639 |
+
"rstrip": false,
|
| 640 |
+
"single_word": false,
|
| 641 |
+
"special": true
|
| 642 |
+
},
|
| 643 |
+
"128080": {
|
| 644 |
+
"content": "<|reserved_special_token_75|>",
|
| 645 |
+
"lstrip": false,
|
| 646 |
+
"normalized": false,
|
| 647 |
+
"rstrip": false,
|
| 648 |
+
"single_word": false,
|
| 649 |
+
"special": true
|
| 650 |
+
},
|
| 651 |
+
"128081": {
|
| 652 |
+
"content": "<|reserved_special_token_76|>",
|
| 653 |
+
"lstrip": false,
|
| 654 |
+
"normalized": false,
|
| 655 |
+
"rstrip": false,
|
| 656 |
+
"single_word": false,
|
| 657 |
+
"special": true
|
| 658 |
+
},
|
| 659 |
+
"128082": {
|
| 660 |
+
"content": "<|reserved_special_token_77|>",
|
| 661 |
+
"lstrip": false,
|
| 662 |
+
"normalized": false,
|
| 663 |
+
"rstrip": false,
|
| 664 |
+
"single_word": false,
|
| 665 |
+
"special": true
|
| 666 |
+
},
|
| 667 |
+
"128083": {
|
| 668 |
+
"content": "<|reserved_special_token_78|>",
|
| 669 |
+
"lstrip": false,
|
| 670 |
+
"normalized": false,
|
| 671 |
+
"rstrip": false,
|
| 672 |
+
"single_word": false,
|
| 673 |
+
"special": true
|
| 674 |
+
},
|
| 675 |
+
"128084": {
|
| 676 |
+
"content": "<|reserved_special_token_79|>",
|
| 677 |
+
"lstrip": false,
|
| 678 |
+
"normalized": false,
|
| 679 |
+
"rstrip": false,
|
| 680 |
+
"single_word": false,
|
| 681 |
+
"special": true
|
| 682 |
+
},
|
| 683 |
+
"128085": {
|
| 684 |
+
"content": "<|reserved_special_token_80|>",
|
| 685 |
+
"lstrip": false,
|
| 686 |
+
"normalized": false,
|
| 687 |
+
"rstrip": false,
|
| 688 |
+
"single_word": false,
|
| 689 |
+
"special": true
|
| 690 |
+
},
|
| 691 |
+
"128086": {
|
| 692 |
+
"content": "<|reserved_special_token_81|>",
|
| 693 |
+
"lstrip": false,
|
| 694 |
+
"normalized": false,
|
| 695 |
+
"rstrip": false,
|
| 696 |
+
"single_word": false,
|
| 697 |
+
"special": true
|
| 698 |
+
},
|
| 699 |
+
"128087": {
|
| 700 |
+
"content": "<|reserved_special_token_82|>",
|
| 701 |
+
"lstrip": false,
|
| 702 |
+
"normalized": false,
|
| 703 |
+
"rstrip": false,
|
| 704 |
+
"single_word": false,
|
| 705 |
+
"special": true
|
| 706 |
+
},
|
| 707 |
+
"128088": {
|
| 708 |
+
"content": "<|reserved_special_token_83|>",
|
| 709 |
+
"lstrip": false,
|
| 710 |
+
"normalized": false,
|
| 711 |
+
"rstrip": false,
|
| 712 |
+
"single_word": false,
|
| 713 |
+
"special": true
|
| 714 |
+
},
|
| 715 |
+
"128089": {
|
| 716 |
+
"content": "<|reserved_special_token_84|>",
|
| 717 |
+
"lstrip": false,
|
| 718 |
+
"normalized": false,
|
| 719 |
+
"rstrip": false,
|
| 720 |
+
"single_word": false,
|
| 721 |
+
"special": true
|
| 722 |
+
},
|
| 723 |
+
"128090": {
|
| 724 |
+
"content": "<|reserved_special_token_85|>",
|
| 725 |
+
"lstrip": false,
|
| 726 |
+
"normalized": false,
|
| 727 |
+
"rstrip": false,
|
| 728 |
+
"single_word": false,
|
| 729 |
+
"special": true
|
| 730 |
+
},
|
| 731 |
+
"128091": {
|
| 732 |
+
"content": "<|reserved_special_token_86|>",
|
| 733 |
+
"lstrip": false,
|
| 734 |
+
"normalized": false,
|
| 735 |
+
"rstrip": false,
|
| 736 |
+
"single_word": false,
|
| 737 |
+
"special": true
|
| 738 |
+
},
|
| 739 |
+
"128092": {
|
| 740 |
+
"content": "<|reserved_special_token_87|>",
|
| 741 |
+
"lstrip": false,
|
| 742 |
+
"normalized": false,
|
| 743 |
+
"rstrip": false,
|
| 744 |
+
"single_word": false,
|
| 745 |
+
"special": true
|
| 746 |
+
},
|
| 747 |
+
"128093": {
|
| 748 |
+
"content": "<|reserved_special_token_88|>",
|
| 749 |
+
"lstrip": false,
|
| 750 |
+
"normalized": false,
|
| 751 |
+
"rstrip": false,
|
| 752 |
+
"single_word": false,
|
| 753 |
+
"special": true
|
| 754 |
+
},
|
| 755 |
+
"128094": {
|
| 756 |
+
"content": "<|reserved_special_token_89|>",
|
| 757 |
+
"lstrip": false,
|
| 758 |
+
"normalized": false,
|
| 759 |
+
"rstrip": false,
|
| 760 |
+
"single_word": false,
|
| 761 |
+
"special": true
|
| 762 |
+
},
|
| 763 |
+
"128095": {
|
| 764 |
+
"content": "<|reserved_special_token_90|>",
|
| 765 |
+
"lstrip": false,
|
| 766 |
+
"normalized": false,
|
| 767 |
+
"rstrip": false,
|
| 768 |
+
"single_word": false,
|
| 769 |
+
"special": true
|
| 770 |
+
},
|
| 771 |
+
"128096": {
|
| 772 |
+
"content": "<|reserved_special_token_91|>",
|
| 773 |
+
"lstrip": false,
|
| 774 |
+
"normalized": false,
|
| 775 |
+
"rstrip": false,
|
| 776 |
+
"single_word": false,
|
| 777 |
+
"special": true
|
| 778 |
+
},
|
| 779 |
+
"128097": {
|
| 780 |
+
"content": "<|reserved_special_token_92|>",
|
| 781 |
+
"lstrip": false,
|
| 782 |
+
"normalized": false,
|
| 783 |
+
"rstrip": false,
|
| 784 |
+
"single_word": false,
|
| 785 |
+
"special": true
|
| 786 |
+
},
|
| 787 |
+
"128098": {
|
| 788 |
+
"content": "<|reserved_special_token_93|>",
|
| 789 |
+
"lstrip": false,
|
| 790 |
+
"normalized": false,
|
| 791 |
+
"rstrip": false,
|
| 792 |
+
"single_word": false,
|
| 793 |
+
"special": true
|
| 794 |
+
},
|
| 795 |
+
"128099": {
|
| 796 |
+
"content": "<|reserved_special_token_94|>",
|
| 797 |
+
"lstrip": false,
|
| 798 |
+
"normalized": false,
|
| 799 |
+
"rstrip": false,
|
| 800 |
+
"single_word": false,
|
| 801 |
+
"special": true
|
| 802 |
+
},
|
| 803 |
+
"128100": {
|
| 804 |
+
"content": "<|reserved_special_token_95|>",
|
| 805 |
+
"lstrip": false,
|
| 806 |
+
"normalized": false,
|
| 807 |
+
"rstrip": false,
|
| 808 |
+
"single_word": false,
|
| 809 |
+
"special": true
|
| 810 |
+
},
|
| 811 |
+
"128101": {
|
| 812 |
+
"content": "<|reserved_special_token_96|>",
|
| 813 |
+
"lstrip": false,
|
| 814 |
+
"normalized": false,
|
| 815 |
+
"rstrip": false,
|
| 816 |
+
"single_word": false,
|
| 817 |
+
"special": true
|
| 818 |
+
},
|
| 819 |
+
"128102": {
|
| 820 |
+
"content": "<|reserved_special_token_97|>",
|
| 821 |
+
"lstrip": false,
|
| 822 |
+
"normalized": false,
|
| 823 |
+
"rstrip": false,
|
| 824 |
+
"single_word": false,
|
| 825 |
+
"special": true
|
| 826 |
+
},
|
| 827 |
+
"128103": {
|
| 828 |
+
"content": "<|reserved_special_token_98|>",
|
| 829 |
+
"lstrip": false,
|
| 830 |
+
"normalized": false,
|
| 831 |
+
"rstrip": false,
|
| 832 |
+
"single_word": false,
|
| 833 |
+
"special": true
|
| 834 |
+
},
|
| 835 |
+
"128104": {
|
| 836 |
+
"content": "<|reserved_special_token_99|>",
|
| 837 |
+
"lstrip": false,
|
| 838 |
+
"normalized": false,
|
| 839 |
+
"rstrip": false,
|
| 840 |
+
"single_word": false,
|
| 841 |
+
"special": true
|
| 842 |
+
},
|
| 843 |
+
"128105": {
|
| 844 |
+
"content": "<|reserved_special_token_100|>",
|
| 845 |
+
"lstrip": false,
|
| 846 |
+
"normalized": false,
|
| 847 |
+
"rstrip": false,
|
| 848 |
+
"single_word": false,
|
| 849 |
+
"special": true
|
| 850 |
+
},
|
| 851 |
+
"128106": {
|
| 852 |
+
"content": "<|reserved_special_token_101|>",
|
| 853 |
+
"lstrip": false,
|
| 854 |
+
"normalized": false,
|
| 855 |
+
"rstrip": false,
|
| 856 |
+
"single_word": false,
|
| 857 |
+
"special": true
|
| 858 |
+
},
|
| 859 |
+
"128107": {
|
| 860 |
+
"content": "<|reserved_special_token_102|>",
|
| 861 |
+
"lstrip": false,
|
| 862 |
+
"normalized": false,
|
| 863 |
+
"rstrip": false,
|
| 864 |
+
"single_word": false,
|
| 865 |
+
"special": true
|
| 866 |
+
},
|
| 867 |
+
"128108": {
|
| 868 |
+
"content": "<|reserved_special_token_103|>",
|
| 869 |
+
"lstrip": false,
|
| 870 |
+
"normalized": false,
|
| 871 |
+
"rstrip": false,
|
| 872 |
+
"single_word": false,
|
| 873 |
+
"special": true
|
| 874 |
+
},
|
| 875 |
+
"128109": {
|
| 876 |
+
"content": "<|reserved_special_token_104|>",
|
| 877 |
+
"lstrip": false,
|
| 878 |
+
"normalized": false,
|
| 879 |
+
"rstrip": false,
|
| 880 |
+
"single_word": false,
|
| 881 |
+
"special": true
|
| 882 |
+
},
|
| 883 |
+
"128110": {
|
| 884 |
+
"content": "<|reserved_special_token_105|>",
|
| 885 |
+
"lstrip": false,
|
| 886 |
+
"normalized": false,
|
| 887 |
+
"rstrip": false,
|
| 888 |
+
"single_word": false,
|
| 889 |
+
"special": true
|
| 890 |
+
},
|
| 891 |
+
"128111": {
|
| 892 |
+
"content": "<|reserved_special_token_106|>",
|
| 893 |
+
"lstrip": false,
|
| 894 |
+
"normalized": false,
|
| 895 |
+
"rstrip": false,
|
| 896 |
+
"single_word": false,
|
| 897 |
+
"special": true
|
| 898 |
+
},
|
| 899 |
+
"128112": {
|
| 900 |
+
"content": "<|reserved_special_token_107|>",
|
| 901 |
+
"lstrip": false,
|
| 902 |
+
"normalized": false,
|
| 903 |
+
"rstrip": false,
|
| 904 |
+
"single_word": false,
|
| 905 |
+
"special": true
|
| 906 |
+
},
|
| 907 |
+
"128113": {
|
| 908 |
+
"content": "<|reserved_special_token_108|>",
|
| 909 |
+
"lstrip": false,
|
| 910 |
+
"normalized": false,
|
| 911 |
+
"rstrip": false,
|
| 912 |
+
"single_word": false,
|
| 913 |
+
"special": true
|
| 914 |
+
},
|
| 915 |
+
"128114": {
|
| 916 |
+
"content": "<|reserved_special_token_109|>",
|
| 917 |
+
"lstrip": false,
|
| 918 |
+
"normalized": false,
|
| 919 |
+
"rstrip": false,
|
| 920 |
+
"single_word": false,
|
| 921 |
+
"special": true
|
| 922 |
+
},
|
| 923 |
+
"128115": {
|
| 924 |
+
"content": "<|reserved_special_token_110|>",
|
| 925 |
+
"lstrip": false,
|
| 926 |
+
"normalized": false,
|
| 927 |
+
"rstrip": false,
|
| 928 |
+
"single_word": false,
|
| 929 |
+
"special": true
|
| 930 |
+
},
|
| 931 |
+
"128116": {
|
| 932 |
+
"content": "<|reserved_special_token_111|>",
|
| 933 |
+
"lstrip": false,
|
| 934 |
+
"normalized": false,
|
| 935 |
+
"rstrip": false,
|
| 936 |
+
"single_word": false,
|
| 937 |
+
"special": true
|
| 938 |
+
},
|
| 939 |
+
"128117": {
|
| 940 |
+
"content": "<|reserved_special_token_112|>",
|
| 941 |
+
"lstrip": false,
|
| 942 |
+
"normalized": false,
|
| 943 |
+
"rstrip": false,
|
| 944 |
+
"single_word": false,
|
| 945 |
+
"special": true
|
| 946 |
+
},
|
| 947 |
+
"128118": {
|
| 948 |
+
"content": "<|reserved_special_token_113|>",
|
| 949 |
+
"lstrip": false,
|
| 950 |
+
"normalized": false,
|
| 951 |
+
"rstrip": false,
|
| 952 |
+
"single_word": false,
|
| 953 |
+
"special": true
|
| 954 |
+
},
|
| 955 |
+
"128119": {
|
| 956 |
+
"content": "<|reserved_special_token_114|>",
|
| 957 |
+
"lstrip": false,
|
| 958 |
+
"normalized": false,
|
| 959 |
+
"rstrip": false,
|
| 960 |
+
"single_word": false,
|
| 961 |
+
"special": true
|
| 962 |
+
},
|
| 963 |
+
"128120": {
|
| 964 |
+
"content": "<|reserved_special_token_115|>",
|
| 965 |
+
"lstrip": false,
|
| 966 |
+
"normalized": false,
|
| 967 |
+
"rstrip": false,
|
| 968 |
+
"single_word": false,
|
| 969 |
+
"special": true
|
| 970 |
+
},
|
| 971 |
+
"128121": {
|
| 972 |
+
"content": "<|reserved_special_token_116|>",
|
| 973 |
+
"lstrip": false,
|
| 974 |
+
"normalized": false,
|
| 975 |
+
"rstrip": false,
|
| 976 |
+
"single_word": false,
|
| 977 |
+
"special": true
|
| 978 |
+
},
|
| 979 |
+
"128122": {
|
| 980 |
+
"content": "<|reserved_special_token_117|>",
|
| 981 |
+
"lstrip": false,
|
| 982 |
+
"normalized": false,
|
| 983 |
+
"rstrip": false,
|
| 984 |
+
"single_word": false,
|
| 985 |
+
"special": true
|
| 986 |
+
},
|
| 987 |
+
"128123": {
|
| 988 |
+
"content": "<|reserved_special_token_118|>",
|
| 989 |
+
"lstrip": false,
|
| 990 |
+
"normalized": false,
|
| 991 |
+
"rstrip": false,
|
| 992 |
+
"single_word": false,
|
| 993 |
+
"special": true
|
| 994 |
+
},
|
| 995 |
+
"128124": {
|
| 996 |
+
"content": "<|reserved_special_token_119|>",
|
| 997 |
+
"lstrip": false,
|
| 998 |
+
"normalized": false,
|
| 999 |
+
"rstrip": false,
|
| 1000 |
+
"single_word": false,
|
| 1001 |
+
"special": true
|
| 1002 |
+
},
|
| 1003 |
+
"128125": {
|
| 1004 |
+
"content": "<|reserved_special_token_120|>",
|
| 1005 |
+
"lstrip": false,
|
| 1006 |
+
"normalized": false,
|
| 1007 |
+
"rstrip": false,
|
| 1008 |
+
"single_word": false,
|
| 1009 |
+
"special": true
|
| 1010 |
+
},
|
| 1011 |
+
"128126": {
|
| 1012 |
+
"content": "<|reserved_special_token_121|>",
|
| 1013 |
+
"lstrip": false,
|
| 1014 |
+
"normalized": false,
|
| 1015 |
+
"rstrip": false,
|
| 1016 |
+
"single_word": false,
|
| 1017 |
+
"special": true
|
| 1018 |
+
},
|
| 1019 |
+
"128127": {
|
| 1020 |
+
"content": "<|reserved_special_token_122|>",
|
| 1021 |
+
"lstrip": false,
|
| 1022 |
+
"normalized": false,
|
| 1023 |
+
"rstrip": false,
|
| 1024 |
+
"single_word": false,
|
| 1025 |
+
"special": true
|
| 1026 |
+
},
|
| 1027 |
+
"128128": {
|
| 1028 |
+
"content": "<|reserved_special_token_123|>",
|
| 1029 |
+
"lstrip": false,
|
| 1030 |
+
"normalized": false,
|
| 1031 |
+
"rstrip": false,
|
| 1032 |
+
"single_word": false,
|
| 1033 |
+
"special": true
|
| 1034 |
+
},
|
| 1035 |
+
"128129": {
|
| 1036 |
+
"content": "<|reserved_special_token_124|>",
|
| 1037 |
+
"lstrip": false,
|
| 1038 |
+
"normalized": false,
|
| 1039 |
+
"rstrip": false,
|
| 1040 |
+
"single_word": false,
|
| 1041 |
+
"special": true
|
| 1042 |
+
},
|
| 1043 |
+
"128130": {
|
| 1044 |
+
"content": "<|reserved_special_token_125|>",
|
| 1045 |
+
"lstrip": false,
|
| 1046 |
+
"normalized": false,
|
| 1047 |
+
"rstrip": false,
|
| 1048 |
+
"single_word": false,
|
| 1049 |
+
"special": true
|
| 1050 |
+
},
|
| 1051 |
+
"128131": {
|
| 1052 |
+
"content": "<|reserved_special_token_126|>",
|
| 1053 |
+
"lstrip": false,
|
| 1054 |
+
"normalized": false,
|
| 1055 |
+
"rstrip": false,
|
| 1056 |
+
"single_word": false,
|
| 1057 |
+
"special": true
|
| 1058 |
+
},
|
| 1059 |
+
"128132": {
|
| 1060 |
+
"content": "<|reserved_special_token_127|>",
|
| 1061 |
+
"lstrip": false,
|
| 1062 |
+
"normalized": false,
|
| 1063 |
+
"rstrip": false,
|
| 1064 |
+
"single_word": false,
|
| 1065 |
+
"special": true
|
| 1066 |
+
},
|
| 1067 |
+
"128133": {
|
| 1068 |
+
"content": "<|reserved_special_token_128|>",
|
| 1069 |
+
"lstrip": false,
|
| 1070 |
+
"normalized": false,
|
| 1071 |
+
"rstrip": false,
|
| 1072 |
+
"single_word": false,
|
| 1073 |
+
"special": true
|
| 1074 |
+
},
|
| 1075 |
+
"128134": {
|
| 1076 |
+
"content": "<|reserved_special_token_129|>",
|
| 1077 |
+
"lstrip": false,
|
| 1078 |
+
"normalized": false,
|
| 1079 |
+
"rstrip": false,
|
| 1080 |
+
"single_word": false,
|
| 1081 |
+
"special": true
|
| 1082 |
+
},
|
| 1083 |
+
"128135": {
|
| 1084 |
+
"content": "<|reserved_special_token_130|>",
|
| 1085 |
+
"lstrip": false,
|
| 1086 |
+
"normalized": false,
|
| 1087 |
+
"rstrip": false,
|
| 1088 |
+
"single_word": false,
|
| 1089 |
+
"special": true
|
| 1090 |
+
},
|
| 1091 |
+
"128136": {
|
| 1092 |
+
"content": "<|reserved_special_token_131|>",
|
| 1093 |
+
"lstrip": false,
|
| 1094 |
+
"normalized": false,
|
| 1095 |
+
"rstrip": false,
|
| 1096 |
+
"single_word": false,
|
| 1097 |
+
"special": true
|
| 1098 |
+
},
|
| 1099 |
+
"128137": {
|
| 1100 |
+
"content": "<|reserved_special_token_132|>",
|
| 1101 |
+
"lstrip": false,
|
| 1102 |
+
"normalized": false,
|
| 1103 |
+
"rstrip": false,
|
| 1104 |
+
"single_word": false,
|
| 1105 |
+
"special": true
|
| 1106 |
+
},
|
| 1107 |
+
"128138": {
|
| 1108 |
+
"content": "<|reserved_special_token_133|>",
|
| 1109 |
+
"lstrip": false,
|
| 1110 |
+
"normalized": false,
|
| 1111 |
+
"rstrip": false,
|
| 1112 |
+
"single_word": false,
|
| 1113 |
+
"special": true
|
| 1114 |
+
},
|
| 1115 |
+
"128139": {
|
| 1116 |
+
"content": "<|reserved_special_token_134|>",
|
| 1117 |
+
"lstrip": false,
|
| 1118 |
+
"normalized": false,
|
| 1119 |
+
"rstrip": false,
|
| 1120 |
+
"single_word": false,
|
| 1121 |
+
"special": true
|
| 1122 |
+
},
|
| 1123 |
+
"128140": {
|
| 1124 |
+
"content": "<|reserved_special_token_135|>",
|
| 1125 |
+
"lstrip": false,
|
| 1126 |
+
"normalized": false,
|
| 1127 |
+
"rstrip": false,
|
| 1128 |
+
"single_word": false,
|
| 1129 |
+
"special": true
|
| 1130 |
+
},
|
| 1131 |
+
"128141": {
|
| 1132 |
+
"content": "<|reserved_special_token_136|>",
|
| 1133 |
+
"lstrip": false,
|
| 1134 |
+
"normalized": false,
|
| 1135 |
+
"rstrip": false,
|
| 1136 |
+
"single_word": false,
|
| 1137 |
+
"special": true
|
| 1138 |
+
},
|
| 1139 |
+
"128142": {
|
| 1140 |
+
"content": "<|reserved_special_token_137|>",
|
| 1141 |
+
"lstrip": false,
|
| 1142 |
+
"normalized": false,
|
| 1143 |
+
"rstrip": false,
|
| 1144 |
+
"single_word": false,
|
| 1145 |
+
"special": true
|
| 1146 |
+
},
|
| 1147 |
+
"128143": {
|
| 1148 |
+
"content": "<|reserved_special_token_138|>",
|
| 1149 |
+
"lstrip": false,
|
| 1150 |
+
"normalized": false,
|
| 1151 |
+
"rstrip": false,
|
| 1152 |
+
"single_word": false,
|
| 1153 |
+
"special": true
|
| 1154 |
+
},
|
| 1155 |
+
"128144": {
|
| 1156 |
+
"content": "<|reserved_special_token_139|>",
|
| 1157 |
+
"lstrip": false,
|
| 1158 |
+
"normalized": false,
|
| 1159 |
+
"rstrip": false,
|
| 1160 |
+
"single_word": false,
|
| 1161 |
+
"special": true
|
| 1162 |
+
},
|
| 1163 |
+
"128145": {
|
| 1164 |
+
"content": "<|reserved_special_token_140|>",
|
| 1165 |
+
"lstrip": false,
|
| 1166 |
+
"normalized": false,
|
| 1167 |
+
"rstrip": false,
|
| 1168 |
+
"single_word": false,
|
| 1169 |
+
"special": true
|
| 1170 |
+
},
|
| 1171 |
+
"128146": {
|
| 1172 |
+
"content": "<|reserved_special_token_141|>",
|
| 1173 |
+
"lstrip": false,
|
| 1174 |
+
"normalized": false,
|
| 1175 |
+
"rstrip": false,
|
| 1176 |
+
"single_word": false,
|
| 1177 |
+
"special": true
|
| 1178 |
+
},
|
| 1179 |
+
"128147": {
|
| 1180 |
+
"content": "<|reserved_special_token_142|>",
|
| 1181 |
+
"lstrip": false,
|
| 1182 |
+
"normalized": false,
|
| 1183 |
+
"rstrip": false,
|
| 1184 |
+
"single_word": false,
|
| 1185 |
+
"special": true
|
| 1186 |
+
},
|
| 1187 |
+
"128148": {
|
| 1188 |
+
"content": "<|reserved_special_token_143|>",
|
| 1189 |
+
"lstrip": false,
|
| 1190 |
+
"normalized": false,
|
| 1191 |
+
"rstrip": false,
|
| 1192 |
+
"single_word": false,
|
| 1193 |
+
"special": true
|
| 1194 |
+
},
|
| 1195 |
+
"128149": {
|
| 1196 |
+
"content": "<|reserved_special_token_144|>",
|
| 1197 |
+
"lstrip": false,
|
| 1198 |
+
"normalized": false,
|
| 1199 |
+
"rstrip": false,
|
| 1200 |
+
"single_word": false,
|
| 1201 |
+
"special": true
|
| 1202 |
+
},
|
| 1203 |
+
"128150": {
|
| 1204 |
+
"content": "<|reserved_special_token_145|>",
|
| 1205 |
+
"lstrip": false,
|
| 1206 |
+
"normalized": false,
|
| 1207 |
+
"rstrip": false,
|
| 1208 |
+
"single_word": false,
|
| 1209 |
+
"special": true
|
| 1210 |
+
},
|
| 1211 |
+
"128151": {
|
| 1212 |
+
"content": "<|reserved_special_token_146|>",
|
| 1213 |
+
"lstrip": false,
|
| 1214 |
+
"normalized": false,
|
| 1215 |
+
"rstrip": false,
|
| 1216 |
+
"single_word": false,
|
| 1217 |
+
"special": true
|
| 1218 |
+
},
|
| 1219 |
+
"128152": {
|
| 1220 |
+
"content": "<|reserved_special_token_147|>",
|
| 1221 |
+
"lstrip": false,
|
| 1222 |
+
"normalized": false,
|
| 1223 |
+
"rstrip": false,
|
| 1224 |
+
"single_word": false,
|
| 1225 |
+
"special": true
|
| 1226 |
+
},
|
| 1227 |
+
"128153": {
|
| 1228 |
+
"content": "<|reserved_special_token_148|>",
|
| 1229 |
+
"lstrip": false,
|
| 1230 |
+
"normalized": false,
|
| 1231 |
+
"rstrip": false,
|
| 1232 |
+
"single_word": false,
|
| 1233 |
+
"special": true
|
| 1234 |
+
},
|
| 1235 |
+
"128154": {
|
| 1236 |
+
"content": "<|reserved_special_token_149|>",
|
| 1237 |
+
"lstrip": false,
|
| 1238 |
+
"normalized": false,
|
| 1239 |
+
"rstrip": false,
|
| 1240 |
+
"single_word": false,
|
| 1241 |
+
"special": true
|
| 1242 |
+
},
|
| 1243 |
+
"128155": {
|
| 1244 |
+
"content": "<|reserved_special_token_150|>",
|
| 1245 |
+
"lstrip": false,
|
| 1246 |
+
"normalized": false,
|
| 1247 |
+
"rstrip": false,
|
| 1248 |
+
"single_word": false,
|
| 1249 |
+
"special": true
|
| 1250 |
+
},
|
| 1251 |
+
"128156": {
|
| 1252 |
+
"content": "<|reserved_special_token_151|>",
|
| 1253 |
+
"lstrip": false,
|
| 1254 |
+
"normalized": false,
|
| 1255 |
+
"rstrip": false,
|
| 1256 |
+
"single_word": false,
|
| 1257 |
+
"special": true
|
| 1258 |
+
},
|
| 1259 |
+
"128157": {
|
| 1260 |
+
"content": "<|reserved_special_token_152|>",
|
| 1261 |
+
"lstrip": false,
|
| 1262 |
+
"normalized": false,
|
| 1263 |
+
"rstrip": false,
|
| 1264 |
+
"single_word": false,
|
| 1265 |
+
"special": true
|
| 1266 |
+
},
|
| 1267 |
+
"128158": {
|
| 1268 |
+
"content": "<|reserved_special_token_153|>",
|
| 1269 |
+
"lstrip": false,
|
| 1270 |
+
"normalized": false,
|
| 1271 |
+
"rstrip": false,
|
| 1272 |
+
"single_word": false,
|
| 1273 |
+
"special": true
|
| 1274 |
+
},
|
| 1275 |
+
"128159": {
|
| 1276 |
+
"content": "<|reserved_special_token_154|>",
|
| 1277 |
+
"lstrip": false,
|
| 1278 |
+
"normalized": false,
|
| 1279 |
+
"rstrip": false,
|
| 1280 |
+
"single_word": false,
|
| 1281 |
+
"special": true
|
| 1282 |
+
},
|
| 1283 |
+
"128160": {
|
| 1284 |
+
"content": "<|reserved_special_token_155|>",
|
| 1285 |
+
"lstrip": false,
|
| 1286 |
+
"normalized": false,
|
| 1287 |
+
"rstrip": false,
|
| 1288 |
+
"single_word": false,
|
| 1289 |
+
"special": true
|
| 1290 |
+
},
|
| 1291 |
+
"128161": {
|
| 1292 |
+
"content": "<|reserved_special_token_156|>",
|
| 1293 |
+
"lstrip": false,
|
| 1294 |
+
"normalized": false,
|
| 1295 |
+
"rstrip": false,
|
| 1296 |
+
"single_word": false,
|
| 1297 |
+
"special": true
|
| 1298 |
+
},
|
| 1299 |
+
"128162": {
|
| 1300 |
+
"content": "<|reserved_special_token_157|>",
|
| 1301 |
+
"lstrip": false,
|
| 1302 |
+
"normalized": false,
|
| 1303 |
+
"rstrip": false,
|
| 1304 |
+
"single_word": false,
|
| 1305 |
+
"special": true
|
| 1306 |
+
},
|
| 1307 |
+
"128163": {
|
| 1308 |
+
"content": "<|reserved_special_token_158|>",
|
| 1309 |
+
"lstrip": false,
|
| 1310 |
+
"normalized": false,
|
| 1311 |
+
"rstrip": false,
|
| 1312 |
+
"single_word": false,
|
| 1313 |
+
"special": true
|
| 1314 |
+
},
|
| 1315 |
+
"128164": {
|
| 1316 |
+
"content": "<|reserved_special_token_159|>",
|
| 1317 |
+
"lstrip": false,
|
| 1318 |
+
"normalized": false,
|
| 1319 |
+
"rstrip": false,
|
| 1320 |
+
"single_word": false,
|
| 1321 |
+
"special": true
|
| 1322 |
+
},
|
| 1323 |
+
"128165": {
|
| 1324 |
+
"content": "<|reserved_special_token_160|>",
|
| 1325 |
+
"lstrip": false,
|
| 1326 |
+
"normalized": false,
|
| 1327 |
+
"rstrip": false,
|
| 1328 |
+
"single_word": false,
|
| 1329 |
+
"special": true
|
| 1330 |
+
},
|
| 1331 |
+
"128166": {
|
| 1332 |
+
"content": "<|reserved_special_token_161|>",
|
| 1333 |
+
"lstrip": false,
|
| 1334 |
+
"normalized": false,
|
| 1335 |
+
"rstrip": false,
|
| 1336 |
+
"single_word": false,
|
| 1337 |
+
"special": true
|
| 1338 |
+
},
|
| 1339 |
+
"128167": {
|
| 1340 |
+
"content": "<|reserved_special_token_162|>",
|
| 1341 |
+
"lstrip": false,
|
| 1342 |
+
"normalized": false,
|
| 1343 |
+
"rstrip": false,
|
| 1344 |
+
"single_word": false,
|
| 1345 |
+
"special": true
|
| 1346 |
+
},
|
| 1347 |
+
"128168": {
|
| 1348 |
+
"content": "<|reserved_special_token_163|>",
|
| 1349 |
+
"lstrip": false,
|
| 1350 |
+
"normalized": false,
|
| 1351 |
+
"rstrip": false,
|
| 1352 |
+
"single_word": false,
|
| 1353 |
+
"special": true
|
| 1354 |
+
},
|
| 1355 |
+
"128169": {
|
| 1356 |
+
"content": "<|reserved_special_token_164|>",
|
| 1357 |
+
"lstrip": false,
|
| 1358 |
+
"normalized": false,
|
| 1359 |
+
"rstrip": false,
|
| 1360 |
+
"single_word": false,
|
| 1361 |
+
"special": true
|
| 1362 |
+
},
|
| 1363 |
+
"128170": {
|
| 1364 |
+
"content": "<|reserved_special_token_165|>",
|
| 1365 |
+
"lstrip": false,
|
| 1366 |
+
"normalized": false,
|
| 1367 |
+
"rstrip": false,
|
| 1368 |
+
"single_word": false,
|
| 1369 |
+
"special": true
|
| 1370 |
+
},
|
| 1371 |
+
"128171": {
|
| 1372 |
+
"content": "<|reserved_special_token_166|>",
|
| 1373 |
+
"lstrip": false,
|
| 1374 |
+
"normalized": false,
|
| 1375 |
+
"rstrip": false,
|
| 1376 |
+
"single_word": false,
|
| 1377 |
+
"special": true
|
| 1378 |
+
},
|
| 1379 |
+
"128172": {
|
| 1380 |
+
"content": "<|reserved_special_token_167|>",
|
| 1381 |
+
"lstrip": false,
|
| 1382 |
+
"normalized": false,
|
| 1383 |
+
"rstrip": false,
|
| 1384 |
+
"single_word": false,
|
| 1385 |
+
"special": true
|
| 1386 |
+
},
|
| 1387 |
+
"128173": {
|
| 1388 |
+
"content": "<|reserved_special_token_168|>",
|
| 1389 |
+
"lstrip": false,
|
| 1390 |
+
"normalized": false,
|
| 1391 |
+
"rstrip": false,
|
| 1392 |
+
"single_word": false,
|
| 1393 |
+
"special": true
|
| 1394 |
+
},
|
| 1395 |
+
"128174": {
|
| 1396 |
+
"content": "<|reserved_special_token_169|>",
|
| 1397 |
+
"lstrip": false,
|
| 1398 |
+
"normalized": false,
|
| 1399 |
+
"rstrip": false,
|
| 1400 |
+
"single_word": false,
|
| 1401 |
+
"special": true
|
| 1402 |
+
},
|
| 1403 |
+
"128175": {
|
| 1404 |
+
"content": "<|reserved_special_token_170|>",
|
| 1405 |
+
"lstrip": false,
|
| 1406 |
+
"normalized": false,
|
| 1407 |
+
"rstrip": false,
|
| 1408 |
+
"single_word": false,
|
| 1409 |
+
"special": true
|
| 1410 |
+
},
|
| 1411 |
+
"128176": {
|
| 1412 |
+
"content": "<|reserved_special_token_171|>",
|
| 1413 |
+
"lstrip": false,
|
| 1414 |
+
"normalized": false,
|
| 1415 |
+
"rstrip": false,
|
| 1416 |
+
"single_word": false,
|
| 1417 |
+
"special": true
|
| 1418 |
+
},
|
| 1419 |
+
"128177": {
|
| 1420 |
+
"content": "<|reserved_special_token_172|>",
|
| 1421 |
+
"lstrip": false,
|
| 1422 |
+
"normalized": false,
|
| 1423 |
+
"rstrip": false,
|
| 1424 |
+
"single_word": false,
|
| 1425 |
+
"special": true
|
| 1426 |
+
},
|
| 1427 |
+
"128178": {
|
| 1428 |
+
"content": "<|reserved_special_token_173|>",
|
| 1429 |
+
"lstrip": false,
|
| 1430 |
+
"normalized": false,
|
| 1431 |
+
"rstrip": false,
|
| 1432 |
+
"single_word": false,
|
| 1433 |
+
"special": true
|
| 1434 |
+
},
|
| 1435 |
+
"128179": {
|
| 1436 |
+
"content": "<|reserved_special_token_174|>",
|
| 1437 |
+
"lstrip": false,
|
| 1438 |
+
"normalized": false,
|
| 1439 |
+
"rstrip": false,
|
| 1440 |
+
"single_word": false,
|
| 1441 |
+
"special": true
|
| 1442 |
+
},
|
| 1443 |
+
"128180": {
|
| 1444 |
+
"content": "<|reserved_special_token_175|>",
|
| 1445 |
+
"lstrip": false,
|
| 1446 |
+
"normalized": false,
|
| 1447 |
+
"rstrip": false,
|
| 1448 |
+
"single_word": false,
|
| 1449 |
+
"special": true
|
| 1450 |
+
},
|
| 1451 |
+
"128181": {
|
| 1452 |
+
"content": "<|reserved_special_token_176|>",
|
| 1453 |
+
"lstrip": false,
|
| 1454 |
+
"normalized": false,
|
| 1455 |
+
"rstrip": false,
|
| 1456 |
+
"single_word": false,
|
| 1457 |
+
"special": true
|
| 1458 |
+
},
|
| 1459 |
+
"128182": {
|
| 1460 |
+
"content": "<|reserved_special_token_177|>",
|
| 1461 |
+
"lstrip": false,
|
| 1462 |
+
"normalized": false,
|
| 1463 |
+
"rstrip": false,
|
| 1464 |
+
"single_word": false,
|
| 1465 |
+
"special": true
|
| 1466 |
+
},
|
| 1467 |
+
"128183": {
|
| 1468 |
+
"content": "<|reserved_special_token_178|>",
|
| 1469 |
+
"lstrip": false,
|
| 1470 |
+
"normalized": false,
|
| 1471 |
+
"rstrip": false,
|
| 1472 |
+
"single_word": false,
|
| 1473 |
+
"special": true
|
| 1474 |
+
},
|
| 1475 |
+
"128184": {
|
| 1476 |
+
"content": "<|reserved_special_token_179|>",
|
| 1477 |
+
"lstrip": false,
|
| 1478 |
+
"normalized": false,
|
| 1479 |
+
"rstrip": false,
|
| 1480 |
+
"single_word": false,
|
| 1481 |
+
"special": true
|
| 1482 |
+
},
|
| 1483 |
+
"128185": {
|
| 1484 |
+
"content": "<|reserved_special_token_180|>",
|
| 1485 |
+
"lstrip": false,
|
| 1486 |
+
"normalized": false,
|
| 1487 |
+
"rstrip": false,
|
| 1488 |
+
"single_word": false,
|
| 1489 |
+
"special": true
|
| 1490 |
+
},
|
| 1491 |
+
"128186": {
|
| 1492 |
+
"content": "<|reserved_special_token_181|>",
|
| 1493 |
+
"lstrip": false,
|
| 1494 |
+
"normalized": false,
|
| 1495 |
+
"rstrip": false,
|
| 1496 |
+
"single_word": false,
|
| 1497 |
+
"special": true
|
| 1498 |
+
},
|
| 1499 |
+
"128187": {
|
| 1500 |
+
"content": "<|reserved_special_token_182|>",
|
| 1501 |
+
"lstrip": false,
|
| 1502 |
+
"normalized": false,
|
| 1503 |
+
"rstrip": false,
|
| 1504 |
+
"single_word": false,
|
| 1505 |
+
"special": true
|
| 1506 |
+
},
|
| 1507 |
+
"128188": {
|
| 1508 |
+
"content": "<|reserved_special_token_183|>",
|
| 1509 |
+
"lstrip": false,
|
| 1510 |
+
"normalized": false,
|
| 1511 |
+
"rstrip": false,
|
| 1512 |
+
"single_word": false,
|
| 1513 |
+
"special": true
|
| 1514 |
+
},
|
| 1515 |
+
"128189": {
|
| 1516 |
+
"content": "<|reserved_special_token_184|>",
|
| 1517 |
+
"lstrip": false,
|
| 1518 |
+
"normalized": false,
|
| 1519 |
+
"rstrip": false,
|
| 1520 |
+
"single_word": false,
|
| 1521 |
+
"special": true
|
| 1522 |
+
},
|
| 1523 |
+
"128190": {
|
| 1524 |
+
"content": "<|reserved_special_token_185|>",
|
| 1525 |
+
"lstrip": false,
|
| 1526 |
+
"normalized": false,
|
| 1527 |
+
"rstrip": false,
|
| 1528 |
+
"single_word": false,
|
| 1529 |
+
"special": true
|
| 1530 |
+
},
|
| 1531 |
+
"128191": {
|
| 1532 |
+
"content": "<|reserved_special_token_186|>",
|
| 1533 |
+
"lstrip": false,
|
| 1534 |
+
"normalized": false,
|
| 1535 |
+
"rstrip": false,
|
| 1536 |
+
"single_word": false,
|
| 1537 |
+
"special": true
|
| 1538 |
+
},
|
| 1539 |
+
"128192": {
|
| 1540 |
+
"content": "<|reserved_special_token_187|>",
|
| 1541 |
+
"lstrip": false,
|
| 1542 |
+
"normalized": false,
|
| 1543 |
+
"rstrip": false,
|
| 1544 |
+
"single_word": false,
|
| 1545 |
+
"special": true
|
| 1546 |
+
},
|
| 1547 |
+
"128193": {
|
| 1548 |
+
"content": "<|reserved_special_token_188|>",
|
| 1549 |
+
"lstrip": false,
|
| 1550 |
+
"normalized": false,
|
| 1551 |
+
"rstrip": false,
|
| 1552 |
+
"single_word": false,
|
| 1553 |
+
"special": true
|
| 1554 |
+
},
|
| 1555 |
+
"128194": {
|
| 1556 |
+
"content": "<|reserved_special_token_189|>",
|
| 1557 |
+
"lstrip": false,
|
| 1558 |
+
"normalized": false,
|
| 1559 |
+
"rstrip": false,
|
| 1560 |
+
"single_word": false,
|
| 1561 |
+
"special": true
|
| 1562 |
+
},
|
| 1563 |
+
"128195": {
|
| 1564 |
+
"content": "<|reserved_special_token_190|>",
|
| 1565 |
+
"lstrip": false,
|
| 1566 |
+
"normalized": false,
|
| 1567 |
+
"rstrip": false,
|
| 1568 |
+
"single_word": false,
|
| 1569 |
+
"special": true
|
| 1570 |
+
},
|
| 1571 |
+
"128196": {
|
| 1572 |
+
"content": "<|reserved_special_token_191|>",
|
| 1573 |
+
"lstrip": false,
|
| 1574 |
+
"normalized": false,
|
| 1575 |
+
"rstrip": false,
|
| 1576 |
+
"single_word": false,
|
| 1577 |
+
"special": true
|
| 1578 |
+
},
|
| 1579 |
+
"128197": {
|
| 1580 |
+
"content": "<|reserved_special_token_192|>",
|
| 1581 |
+
"lstrip": false,
|
| 1582 |
+
"normalized": false,
|
| 1583 |
+
"rstrip": false,
|
| 1584 |
+
"single_word": false,
|
| 1585 |
+
"special": true
|
| 1586 |
+
},
|
| 1587 |
+
"128198": {
|
| 1588 |
+
"content": "<|reserved_special_token_193|>",
|
| 1589 |
+
"lstrip": false,
|
| 1590 |
+
"normalized": false,
|
| 1591 |
+
"rstrip": false,
|
| 1592 |
+
"single_word": false,
|
| 1593 |
+
"special": true
|
| 1594 |
+
},
|
| 1595 |
+
"128199": {
|
| 1596 |
+
"content": "<|reserved_special_token_194|>",
|
| 1597 |
+
"lstrip": false,
|
| 1598 |
+
"normalized": false,
|
| 1599 |
+
"rstrip": false,
|
| 1600 |
+
"single_word": false,
|
| 1601 |
+
"special": true
|
| 1602 |
+
},
|
| 1603 |
+
"128200": {
|
| 1604 |
+
"content": "<|reserved_special_token_195|>",
|
| 1605 |
+
"lstrip": false,
|
| 1606 |
+
"normalized": false,
|
| 1607 |
+
"rstrip": false,
|
| 1608 |
+
"single_word": false,
|
| 1609 |
+
"special": true
|
| 1610 |
+
},
|
| 1611 |
+
"128201": {
|
| 1612 |
+
"content": "<|reserved_special_token_196|>",
|
| 1613 |
+
"lstrip": false,
|
| 1614 |
+
"normalized": false,
|
| 1615 |
+
"rstrip": false,
|
| 1616 |
+
"single_word": false,
|
| 1617 |
+
"special": true
|
| 1618 |
+
},
|
| 1619 |
+
"128202": {
|
| 1620 |
+
"content": "<|reserved_special_token_197|>",
|
| 1621 |
+
"lstrip": false,
|
| 1622 |
+
"normalized": false,
|
| 1623 |
+
"rstrip": false,
|
| 1624 |
+
"single_word": false,
|
| 1625 |
+
"special": true
|
| 1626 |
+
},
|
| 1627 |
+
"128203": {
|
| 1628 |
+
"content": "<|reserved_special_token_198|>",
|
| 1629 |
+
"lstrip": false,
|
| 1630 |
+
"normalized": false,
|
| 1631 |
+
"rstrip": false,
|
| 1632 |
+
"single_word": false,
|
| 1633 |
+
"special": true
|
| 1634 |
+
},
|
| 1635 |
+
"128204": {
|
| 1636 |
+
"content": "<|reserved_special_token_199|>",
|
| 1637 |
+
"lstrip": false,
|
| 1638 |
+
"normalized": false,
|
| 1639 |
+
"rstrip": false,
|
| 1640 |
+
"single_word": false,
|
| 1641 |
+
"special": true
|
| 1642 |
+
},
|
| 1643 |
+
"128205": {
|
| 1644 |
+
"content": "<|reserved_special_token_200|>",
|
| 1645 |
+
"lstrip": false,
|
| 1646 |
+
"normalized": false,
|
| 1647 |
+
"rstrip": false,
|
| 1648 |
+
"single_word": false,
|
| 1649 |
+
"special": true
|
| 1650 |
+
},
|
| 1651 |
+
"128206": {
|
| 1652 |
+
"content": "<|reserved_special_token_201|>",
|
| 1653 |
+
"lstrip": false,
|
| 1654 |
+
"normalized": false,
|
| 1655 |
+
"rstrip": false,
|
| 1656 |
+
"single_word": false,
|
| 1657 |
+
"special": true
|
| 1658 |
+
},
|
| 1659 |
+
"128207": {
|
| 1660 |
+
"content": "<|reserved_special_token_202|>",
|
| 1661 |
+
"lstrip": false,
|
| 1662 |
+
"normalized": false,
|
| 1663 |
+
"rstrip": false,
|
| 1664 |
+
"single_word": false,
|
| 1665 |
+
"special": true
|
| 1666 |
+
},
|
| 1667 |
+
"128208": {
|
| 1668 |
+
"content": "<|reserved_special_token_203|>",
|
| 1669 |
+
"lstrip": false,
|
| 1670 |
+
"normalized": false,
|
| 1671 |
+
"rstrip": false,
|
| 1672 |
+
"single_word": false,
|
| 1673 |
+
"special": true
|
| 1674 |
+
},
|
| 1675 |
+
"128209": {
|
| 1676 |
+
"content": "<|reserved_special_token_204|>",
|
| 1677 |
+
"lstrip": false,
|
| 1678 |
+
"normalized": false,
|
| 1679 |
+
"rstrip": false,
|
| 1680 |
+
"single_word": false,
|
| 1681 |
+
"special": true
|
| 1682 |
+
},
|
| 1683 |
+
"128210": {
|
| 1684 |
+
"content": "<|reserved_special_token_205|>",
|
| 1685 |
+
"lstrip": false,
|
| 1686 |
+
"normalized": false,
|
| 1687 |
+
"rstrip": false,
|
| 1688 |
+
"single_word": false,
|
| 1689 |
+
"special": true
|
| 1690 |
+
},
|
| 1691 |
+
"128211": {
|
| 1692 |
+
"content": "<|reserved_special_token_206|>",
|
| 1693 |
+
"lstrip": false,
|
| 1694 |
+
"normalized": false,
|
| 1695 |
+
"rstrip": false,
|
| 1696 |
+
"single_word": false,
|
| 1697 |
+
"special": true
|
| 1698 |
+
},
|
| 1699 |
+
"128212": {
|
| 1700 |
+
"content": "<|reserved_special_token_207|>",
|
| 1701 |
+
"lstrip": false,
|
| 1702 |
+
"normalized": false,
|
| 1703 |
+
"rstrip": false,
|
| 1704 |
+
"single_word": false,
|
| 1705 |
+
"special": true
|
| 1706 |
+
},
|
| 1707 |
+
"128213": {
|
| 1708 |
+
"content": "<|reserved_special_token_208|>",
|
| 1709 |
+
"lstrip": false,
|
| 1710 |
+
"normalized": false,
|
| 1711 |
+
"rstrip": false,
|
| 1712 |
+
"single_word": false,
|
| 1713 |
+
"special": true
|
| 1714 |
+
},
|
| 1715 |
+
"128214": {
|
| 1716 |
+
"content": "<|reserved_special_token_209|>",
|
| 1717 |
+
"lstrip": false,
|
| 1718 |
+
"normalized": false,
|
| 1719 |
+
"rstrip": false,
|
| 1720 |
+
"single_word": false,
|
| 1721 |
+
"special": true
|
| 1722 |
+
},
|
| 1723 |
+
"128215": {
|
| 1724 |
+
"content": "<|reserved_special_token_210|>",
|
| 1725 |
+
"lstrip": false,
|
| 1726 |
+
"normalized": false,
|
| 1727 |
+
"rstrip": false,
|
| 1728 |
+
"single_word": false,
|
| 1729 |
+
"special": true
|
| 1730 |
+
},
|
| 1731 |
+
"128216": {
|
| 1732 |
+
"content": "<|reserved_special_token_211|>",
|
| 1733 |
+
"lstrip": false,
|
| 1734 |
+
"normalized": false,
|
| 1735 |
+
"rstrip": false,
|
| 1736 |
+
"single_word": false,
|
| 1737 |
+
"special": true
|
| 1738 |
+
},
|
| 1739 |
+
"128217": {
|
| 1740 |
+
"content": "<|reserved_special_token_212|>",
|
| 1741 |
+
"lstrip": false,
|
| 1742 |
+
"normalized": false,
|
| 1743 |
+
"rstrip": false,
|
| 1744 |
+
"single_word": false,
|
| 1745 |
+
"special": true
|
| 1746 |
+
},
|
| 1747 |
+
"128218": {
|
| 1748 |
+
"content": "<|reserved_special_token_213|>",
|
| 1749 |
+
"lstrip": false,
|
| 1750 |
+
"normalized": false,
|
| 1751 |
+
"rstrip": false,
|
| 1752 |
+
"single_word": false,
|
| 1753 |
+
"special": true
|
| 1754 |
+
},
|
| 1755 |
+
"128219": {
|
| 1756 |
+
"content": "<|reserved_special_token_214|>",
|
| 1757 |
+
"lstrip": false,
|
| 1758 |
+
"normalized": false,
|
| 1759 |
+
"rstrip": false,
|
| 1760 |
+
"single_word": false,
|
| 1761 |
+
"special": true
|
| 1762 |
+
},
|
| 1763 |
+
"128220": {
|
| 1764 |
+
"content": "<|reserved_special_token_215|>",
|
| 1765 |
+
"lstrip": false,
|
| 1766 |
+
"normalized": false,
|
| 1767 |
+
"rstrip": false,
|
| 1768 |
+
"single_word": false,
|
| 1769 |
+
"special": true
|
| 1770 |
+
},
|
| 1771 |
+
"128221": {
|
| 1772 |
+
"content": "<|reserved_special_token_216|>",
|
| 1773 |
+
"lstrip": false,
|
| 1774 |
+
"normalized": false,
|
| 1775 |
+
"rstrip": false,
|
| 1776 |
+
"single_word": false,
|
| 1777 |
+
"special": true
|
| 1778 |
+
},
|
| 1779 |
+
"128222": {
|
| 1780 |
+
"content": "<|reserved_special_token_217|>",
|
| 1781 |
+
"lstrip": false,
|
| 1782 |
+
"normalized": false,
|
| 1783 |
+
"rstrip": false,
|
| 1784 |
+
"single_word": false,
|
| 1785 |
+
"special": true
|
| 1786 |
+
},
|
| 1787 |
+
"128223": {
|
| 1788 |
+
"content": "<|reserved_special_token_218|>",
|
| 1789 |
+
"lstrip": false,
|
| 1790 |
+
"normalized": false,
|
| 1791 |
+
"rstrip": false,
|
| 1792 |
+
"single_word": false,
|
| 1793 |
+
"special": true
|
| 1794 |
+
},
|
| 1795 |
+
"128224": {
|
| 1796 |
+
"content": "<|reserved_special_token_219|>",
|
| 1797 |
+
"lstrip": false,
|
| 1798 |
+
"normalized": false,
|
| 1799 |
+
"rstrip": false,
|
| 1800 |
+
"single_word": false,
|
| 1801 |
+
"special": true
|
| 1802 |
+
},
|
| 1803 |
+
"128225": {
|
| 1804 |
+
"content": "<|reserved_special_token_220|>",
|
| 1805 |
+
"lstrip": false,
|
| 1806 |
+
"normalized": false,
|
| 1807 |
+
"rstrip": false,
|
| 1808 |
+
"single_word": false,
|
| 1809 |
+
"special": true
|
| 1810 |
+
},
|
| 1811 |
+
"128226": {
|
| 1812 |
+
"content": "<|reserved_special_token_221|>",
|
| 1813 |
+
"lstrip": false,
|
| 1814 |
+
"normalized": false,
|
| 1815 |
+
"rstrip": false,
|
| 1816 |
+
"single_word": false,
|
| 1817 |
+
"special": true
|
| 1818 |
+
},
|
| 1819 |
+
"128227": {
|
| 1820 |
+
"content": "<|reserved_special_token_222|>",
|
| 1821 |
+
"lstrip": false,
|
| 1822 |
+
"normalized": false,
|
| 1823 |
+
"rstrip": false,
|
| 1824 |
+
"single_word": false,
|
| 1825 |
+
"special": true
|
| 1826 |
+
},
|
| 1827 |
+
"128228": {
|
| 1828 |
+
"content": "<|reserved_special_token_223|>",
|
| 1829 |
+
"lstrip": false,
|
| 1830 |
+
"normalized": false,
|
| 1831 |
+
"rstrip": false,
|
| 1832 |
+
"single_word": false,
|
| 1833 |
+
"special": true
|
| 1834 |
+
},
|
| 1835 |
+
"128229": {
|
| 1836 |
+
"content": "<|reserved_special_token_224|>",
|
| 1837 |
+
"lstrip": false,
|
| 1838 |
+
"normalized": false,
|
| 1839 |
+
"rstrip": false,
|
| 1840 |
+
"single_word": false,
|
| 1841 |
+
"special": true
|
| 1842 |
+
},
|
| 1843 |
+
"128230": {
|
| 1844 |
+
"content": "<|reserved_special_token_225|>",
|
| 1845 |
+
"lstrip": false,
|
| 1846 |
+
"normalized": false,
|
| 1847 |
+
"rstrip": false,
|
| 1848 |
+
"single_word": false,
|
| 1849 |
+
"special": true
|
| 1850 |
+
},
|
| 1851 |
+
"128231": {
|
| 1852 |
+
"content": "<|reserved_special_token_226|>",
|
| 1853 |
+
"lstrip": false,
|
| 1854 |
+
"normalized": false,
|
| 1855 |
+
"rstrip": false,
|
| 1856 |
+
"single_word": false,
|
| 1857 |
+
"special": true
|
| 1858 |
+
},
|
| 1859 |
+
"128232": {
|
| 1860 |
+
"content": "<|reserved_special_token_227|>",
|
| 1861 |
+
"lstrip": false,
|
| 1862 |
+
"normalized": false,
|
| 1863 |
+
"rstrip": false,
|
| 1864 |
+
"single_word": false,
|
| 1865 |
+
"special": true
|
| 1866 |
+
},
|
| 1867 |
+
"128233": {
|
| 1868 |
+
"content": "<|reserved_special_token_228|>",
|
| 1869 |
+
"lstrip": false,
|
| 1870 |
+
"normalized": false,
|
| 1871 |
+
"rstrip": false,
|
| 1872 |
+
"single_word": false,
|
| 1873 |
+
"special": true
|
| 1874 |
+
},
|
| 1875 |
+
"128234": {
|
| 1876 |
+
"content": "<|reserved_special_token_229|>",
|
| 1877 |
+
"lstrip": false,
|
| 1878 |
+
"normalized": false,
|
| 1879 |
+
"rstrip": false,
|
| 1880 |
+
"single_word": false,
|
| 1881 |
+
"special": true
|
| 1882 |
+
},
|
| 1883 |
+
"128235": {
|
| 1884 |
+
"content": "<|reserved_special_token_230|>",
|
| 1885 |
+
"lstrip": false,
|
| 1886 |
+
"normalized": false,
|
| 1887 |
+
"rstrip": false,
|
| 1888 |
+
"single_word": false,
|
| 1889 |
+
"special": true
|
| 1890 |
+
},
|
| 1891 |
+
"128236": {
|
| 1892 |
+
"content": "<|reserved_special_token_231|>",
|
| 1893 |
+
"lstrip": false,
|
| 1894 |
+
"normalized": false,
|
| 1895 |
+
"rstrip": false,
|
| 1896 |
+
"single_word": false,
|
| 1897 |
+
"special": true
|
| 1898 |
+
},
|
| 1899 |
+
"128237": {
|
| 1900 |
+
"content": "<|reserved_special_token_232|>",
|
| 1901 |
+
"lstrip": false,
|
| 1902 |
+
"normalized": false,
|
| 1903 |
+
"rstrip": false,
|
| 1904 |
+
"single_word": false,
|
| 1905 |
+
"special": true
|
| 1906 |
+
},
|
| 1907 |
+
"128238": {
|
| 1908 |
+
"content": "<|reserved_special_token_233|>",
|
| 1909 |
+
"lstrip": false,
|
| 1910 |
+
"normalized": false,
|
| 1911 |
+
"rstrip": false,
|
| 1912 |
+
"single_word": false,
|
| 1913 |
+
"special": true
|
| 1914 |
+
},
|
| 1915 |
+
"128239": {
|
| 1916 |
+
"content": "<|reserved_special_token_234|>",
|
| 1917 |
+
"lstrip": false,
|
| 1918 |
+
"normalized": false,
|
| 1919 |
+
"rstrip": false,
|
| 1920 |
+
"single_word": false,
|
| 1921 |
+
"special": true
|
| 1922 |
+
},
|
| 1923 |
+
"128240": {
|
| 1924 |
+
"content": "<|reserved_special_token_235|>",
|
| 1925 |
+
"lstrip": false,
|
| 1926 |
+
"normalized": false,
|
| 1927 |
+
"rstrip": false,
|
| 1928 |
+
"single_word": false,
|
| 1929 |
+
"special": true
|
| 1930 |
+
},
|
| 1931 |
+
"128241": {
|
| 1932 |
+
"content": "<|reserved_special_token_236|>",
|
| 1933 |
+
"lstrip": false,
|
| 1934 |
+
"normalized": false,
|
| 1935 |
+
"rstrip": false,
|
| 1936 |
+
"single_word": false,
|
| 1937 |
+
"special": true
|
| 1938 |
+
},
|
| 1939 |
+
"128242": {
|
| 1940 |
+
"content": "<|reserved_special_token_237|>",
|
| 1941 |
+
"lstrip": false,
|
| 1942 |
+
"normalized": false,
|
| 1943 |
+
"rstrip": false,
|
| 1944 |
+
"single_word": false,
|
| 1945 |
+
"special": true
|
| 1946 |
+
},
|
| 1947 |
+
"128243": {
|
| 1948 |
+
"content": "<|reserved_special_token_238|>",
|
| 1949 |
+
"lstrip": false,
|
| 1950 |
+
"normalized": false,
|
| 1951 |
+
"rstrip": false,
|
| 1952 |
+
"single_word": false,
|
| 1953 |
+
"special": true
|
| 1954 |
+
},
|
| 1955 |
+
"128244": {
|
| 1956 |
+
"content": "<|reserved_special_token_239|>",
|
| 1957 |
+
"lstrip": false,
|
| 1958 |
+
"normalized": false,
|
| 1959 |
+
"rstrip": false,
|
| 1960 |
+
"single_word": false,
|
| 1961 |
+
"special": true
|
| 1962 |
+
},
|
| 1963 |
+
"128245": {
|
| 1964 |
+
"content": "<|reserved_special_token_240|>",
|
| 1965 |
+
"lstrip": false,
|
| 1966 |
+
"normalized": false,
|
| 1967 |
+
"rstrip": false,
|
| 1968 |
+
"single_word": false,
|
| 1969 |
+
"special": true
|
| 1970 |
+
},
|
| 1971 |
+
"128246": {
|
| 1972 |
+
"content": "<|reserved_special_token_241|>",
|
| 1973 |
+
"lstrip": false,
|
| 1974 |
+
"normalized": false,
|
| 1975 |
+
"rstrip": false,
|
| 1976 |
+
"single_word": false,
|
| 1977 |
+
"special": true
|
| 1978 |
+
},
|
| 1979 |
+
"128247": {
|
| 1980 |
+
"content": "<|reserved_special_token_242|>",
|
| 1981 |
+
"lstrip": false,
|
| 1982 |
+
"normalized": false,
|
| 1983 |
+
"rstrip": false,
|
| 1984 |
+
"single_word": false,
|
| 1985 |
+
"special": true
|
| 1986 |
+
},
|
| 1987 |
+
"128248": {
|
| 1988 |
+
"content": "<|reserved_special_token_243|>",
|
| 1989 |
+
"lstrip": false,
|
| 1990 |
+
"normalized": false,
|
| 1991 |
+
"rstrip": false,
|
| 1992 |
+
"single_word": false,
|
| 1993 |
+
"special": true
|
| 1994 |
+
},
|
| 1995 |
+
"128249": {
|
| 1996 |
+
"content": "<|reserved_special_token_244|>",
|
| 1997 |
+
"lstrip": false,
|
| 1998 |
+
"normalized": false,
|
| 1999 |
+
"rstrip": false,
|
| 2000 |
+
"single_word": false,
|
| 2001 |
+
"special": true
|
| 2002 |
+
},
|
| 2003 |
+
"128250": {
|
| 2004 |
+
"content": "<|reserved_special_token_245|>",
|
| 2005 |
+
"lstrip": false,
|
| 2006 |
+
"normalized": false,
|
| 2007 |
+
"rstrip": false,
|
| 2008 |
+
"single_word": false,
|
| 2009 |
+
"special": true
|
| 2010 |
+
},
|
| 2011 |
+
"128251": {
|
| 2012 |
+
"content": "<|reserved_special_token_246|>",
|
| 2013 |
+
"lstrip": false,
|
| 2014 |
+
"normalized": false,
|
| 2015 |
+
"rstrip": false,
|
| 2016 |
+
"single_word": false,
|
| 2017 |
+
"special": true
|
| 2018 |
+
},
|
| 2019 |
+
"128252": {
|
| 2020 |
+
"content": "<|reserved_special_token_247|>",
|
| 2021 |
+
"lstrip": false,
|
| 2022 |
+
"normalized": false,
|
| 2023 |
+
"rstrip": false,
|
| 2024 |
+
"single_word": false,
|
| 2025 |
+
"special": true
|
| 2026 |
+
},
|
| 2027 |
+
"128253": {
|
| 2028 |
+
"content": "<|reserved_special_token_248|>",
|
| 2029 |
+
"lstrip": false,
|
| 2030 |
+
"normalized": false,
|
| 2031 |
+
"rstrip": false,
|
| 2032 |
+
"single_word": false,
|
| 2033 |
+
"special": true
|
| 2034 |
+
},
|
| 2035 |
+
"128254": {
|
| 2036 |
+
"content": "<|reserved_special_token_249|>",
|
| 2037 |
+
"lstrip": false,
|
| 2038 |
+
"normalized": false,
|
| 2039 |
+
"rstrip": false,
|
| 2040 |
+
"single_word": false,
|
| 2041 |
+
"special": true
|
| 2042 |
+
},
|
| 2043 |
+
"128255": {
|
| 2044 |
+
"content": "<|reserved_special_token_250|>",
|
| 2045 |
+
"lstrip": false,
|
| 2046 |
+
"normalized": false,
|
| 2047 |
+
"rstrip": false,
|
| 2048 |
+
"single_word": false,
|
| 2049 |
+
"special": true
|
| 2050 |
+
},
|
| 2051 |
+
"128256": {
|
| 2052 |
+
"content": "<|eom_id|>",
|
| 2053 |
+
"lstrip": false,
|
| 2054 |
+
"normalized": false,
|
| 2055 |
+
"rstrip": false,
|
| 2056 |
+
"single_word": false,
|
| 2057 |
+
"special": true
|
| 2058 |
+
}
|
| 2059 |
+
},
|
| 2060 |
+
"additional_special_tokens": [
|
| 2061 |
+
"<|eom_id|>"
|
| 2062 |
+
],
|
| 2063 |
+
"bos_token": "<|begin_of_text|>",
|
| 2064 |
+
"chat_template": "{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
| 2065 |
+
"clean_up_tokenization_spaces": true,
|
| 2066 |
+
"eos_token": "<|eot_id|>",
|
| 2067 |
+
"extra_special_tokens": {},
|
| 2068 |
+
"model_input_names": [
|
| 2069 |
+
"input_ids",
|
| 2070 |
+
"attention_mask"
|
| 2071 |
+
],
|
| 2072 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 2073 |
+
"pad_token": "<|eot_id|>",
|
| 2074 |
+
"padding_side": "right",
|
| 2075 |
+
"split_special_tokens": false,
|
| 2076 |
+
"tokenizer_class": "PreTrainedTokenizer"
|
| 2077 |
+
}
|
train.yaml
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
seed: 456
|
| 2 |
+
|
| 3 |
+
### model
|
| 4 |
+
model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct
|
| 5 |
+
trust_remote_code: true
|
| 6 |
+
flash_attn: auto
|
| 7 |
+
use_cache: false
|
| 8 |
+
|
| 9 |
+
### method
|
| 10 |
+
stage: sft
|
| 11 |
+
do_train: true
|
| 12 |
+
finetuning_type: ia3
|
| 13 |
+
task_type: CAUSAL_LM
|
| 14 |
+
target_modules:
|
| 15 |
+
- k_proj
|
| 16 |
+
- v_proj
|
| 17 |
+
- down_proj
|
| 18 |
+
feedforward_modules: down_proj
|
| 19 |
+
|
| 20 |
+
### dataset
|
| 21 |
+
dataset: cola
|
| 22 |
+
template: llama3
|
| 23 |
+
cutoff_len: 2048
|
| 24 |
+
overwrite_cache: true
|
| 25 |
+
preprocessing_num_workers: 8
|
| 26 |
+
dataloader_num_workers: 2
|
| 27 |
+
packing: false
|
| 28 |
+
|
| 29 |
+
### output
|
| 30 |
+
output_dir: saves_multiple/ia3/llama-3-8b-instruct/train_cola_456_1760637821
|
| 31 |
+
logging_steps: 5
|
| 32 |
+
save_steps: 0.05
|
| 33 |
+
overwrite_output_dir: true
|
| 34 |
+
save_only_model: false
|
| 35 |
+
plot_loss: true
|
| 36 |
+
include_num_input_tokens_seen: true
|
| 37 |
+
push_to_hub: true
|
| 38 |
+
push_to_hub_organization: rbelanec
|
| 39 |
+
load_best_model_at_end: true
|
| 40 |
+
save_total_limit: 1
|
| 41 |
+
|
| 42 |
+
### train
|
| 43 |
+
per_device_train_batch_size: 4
|
| 44 |
+
learning_rate: 5.0e-5
|
| 45 |
+
num_train_epochs: 20
|
| 46 |
+
weight_decay: 1.0e-5
|
| 47 |
+
lr_scheduler_type: cosine
|
| 48 |
+
bf16: true
|
| 49 |
+
ddp_timeout: 180000000
|
| 50 |
+
resume_from_checkpoint: null
|
| 51 |
+
warmup_ratio: 0.1
|
| 52 |
+
optim: adamw_torch
|
| 53 |
+
report_to:
|
| 54 |
+
- wandb
|
| 55 |
+
run_name: ia3_llama-3-8b-instruct_train_cola_456_1760637821
|
| 56 |
+
|
| 57 |
+
### eval
|
| 58 |
+
per_device_eval_batch_size: 4
|
| 59 |
+
eval_strategy: steps
|
| 60 |
+
eval_steps: 0.05
|
| 61 |
+
val_size: 0.1
|
trainer_log.jsonl
ADDED
|
@@ -0,0 +1,390 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 5, "total_steps": 38480, "loss": 2.1137, "lr": 5.197505197505198e-08, "epoch": 0.002598752598752599, "percentage": 0.01, "elapsed_time": "0:00:01", "remaining_time": "2:28:14", "throughput": 830.48, "total_tokens": 960}
|
| 2 |
+
{"current_steps": 10, "total_steps": 38480, "loss": 1.0815, "lr": 1.1694386694386695e-07, "epoch": 0.005197505197505198, "percentage": 0.03, "elapsed_time": "0:00:01", "remaining_time": "1:59:18", "throughput": 1049.05, "total_tokens": 1952}
|
| 3 |
+
{"current_steps": 15, "total_steps": 38480, "loss": 1.681, "lr": 1.8191268191268192e-07, "epoch": 0.007796257796257797, "percentage": 0.04, "elapsed_time": "0:00:02", "remaining_time": "1:49:38", "throughput": 1160.02, "total_tokens": 2976}
|
| 4 |
+
{"current_steps": 20, "total_steps": 38480, "loss": 1.9192, "lr": 2.468814968814969e-07, "epoch": 0.010395010395010396, "percentage": 0.05, "elapsed_time": "0:00:03", "remaining_time": "1:44:47", "throughput": 1213.53, "total_tokens": 3968}
|
| 5 |
+
{"current_steps": 25, "total_steps": 38480, "loss": 1.7691, "lr": 3.1185031185031186e-07, "epoch": 0.012993762993762994, "percentage": 0.06, "elapsed_time": "0:00:03", "remaining_time": "1:41:53", "throughput": 1223.79, "total_tokens": 4864}
|
| 6 |
+
{"current_steps": 30, "total_steps": 38480, "loss": 1.1956, "lr": 3.768191268191269e-07, "epoch": 0.015592515592515593, "percentage": 0.08, "elapsed_time": "0:00:04", "remaining_time": "1:39:53", "throughput": 1238.63, "total_tokens": 5792}
|
| 7 |
+
{"current_steps": 35, "total_steps": 38480, "loss": 1.5342, "lr": 4.4178794178794185e-07, "epoch": 0.018191268191268192, "percentage": 0.09, "elapsed_time": "0:00:05", "remaining_time": "1:38:30", "throughput": 1260.81, "total_tokens": 6784}
|
| 8 |
+
{"current_steps": 40, "total_steps": 38480, "loss": 1.3079, "lr": 5.067567567567568e-07, "epoch": 0.02079002079002079, "percentage": 0.1, "elapsed_time": "0:00:06", "remaining_time": "1:37:19", "throughput": 1279.59, "total_tokens": 7776}
|
| 9 |
+
{"current_steps": 45, "total_steps": 38480, "loss": 1.1775, "lr": 5.717255717255718e-07, "epoch": 0.02338877338877339, "percentage": 0.12, "elapsed_time": "0:00:06", "remaining_time": "1:36:23", "throughput": 1290.1, "total_tokens": 8736}
|
| 10 |
+
{"current_steps": 50, "total_steps": 38480, "loss": 1.6009, "lr": 6.366943866943868e-07, "epoch": 0.02598752598752599, "percentage": 0.13, "elapsed_time": "0:00:07", "remaining_time": "1:35:38", "throughput": 1294.28, "total_tokens": 9664}
|
| 11 |
+
{"current_steps": 55, "total_steps": 38480, "loss": 1.3078, "lr": 7.016632016632017e-07, "epoch": 0.028586278586278588, "percentage": 0.14, "elapsed_time": "0:00:08", "remaining_time": "1:35:04", "throughput": 1305.12, "total_tokens": 10656}
|
| 12 |
+
{"current_steps": 60, "total_steps": 38480, "loss": 1.3145, "lr": 7.666320166320167e-07, "epoch": 0.031185031185031187, "percentage": 0.16, "elapsed_time": "0:00:08", "remaining_time": "1:34:35", "throughput": 1306.85, "total_tokens": 11584}
|
| 13 |
+
{"current_steps": 65, "total_steps": 38480, "loss": 1.5184, "lr": 8.316008316008317e-07, "epoch": 0.033783783783783786, "percentage": 0.17, "elapsed_time": "0:00:09", "remaining_time": "1:34:11", "throughput": 1305.04, "total_tokens": 12480}
|
| 14 |
+
{"current_steps": 70, "total_steps": 38480, "loss": 1.0893, "lr": 8.965696465696466e-07, "epoch": 0.036382536382536385, "percentage": 0.18, "elapsed_time": "0:00:10", "remaining_time": "1:33:51", "throughput": 1303.28, "total_tokens": 13376}
|
| 15 |
+
{"current_steps": 75, "total_steps": 38480, "loss": 1.3677, "lr": 9.615384615384617e-07, "epoch": 0.03898128898128898, "percentage": 0.19, "elapsed_time": "0:00:10", "remaining_time": "1:33:34", "throughput": 1301.6, "total_tokens": 14272}
|
| 16 |
+
{"current_steps": 80, "total_steps": 38480, "loss": 1.3394, "lr": 1.0265072765072766e-06, "epoch": 0.04158004158004158, "percentage": 0.21, "elapsed_time": "0:00:11", "remaining_time": "1:33:19", "throughput": 1303.03, "total_tokens": 15200}
|
| 17 |
+
{"current_steps": 85, "total_steps": 38480, "loss": 1.7587, "lr": 1.0914760914760916e-06, "epoch": 0.04417879417879418, "percentage": 0.22, "elapsed_time": "0:00:12", "remaining_time": "1:33:05", "throughput": 1304.39, "total_tokens": 16128}
|
| 18 |
+
{"current_steps": 90, "total_steps": 38480, "loss": 1.3611, "lr": 1.1564449064449065e-06, "epoch": 0.04677754677754678, "percentage": 0.23, "elapsed_time": "0:00:13", "remaining_time": "1:32:52", "throughput": 1308.13, "total_tokens": 17088}
|
| 19 |
+
{"current_steps": 95, "total_steps": 38480, "loss": 1.5119, "lr": 1.2214137214137216e-06, "epoch": 0.04937629937629938, "percentage": 0.25, "elapsed_time": "0:00:13", "remaining_time": "1:32:40", "throughput": 1309.23, "total_tokens": 18016}
|
| 20 |
+
{"current_steps": 100, "total_steps": 38480, "loss": 1.3283, "lr": 1.2863825363825364e-06, "epoch": 0.05197505197505198, "percentage": 0.26, "elapsed_time": "0:00:14", "remaining_time": "1:32:28", "throughput": 1312.5, "total_tokens": 18976}
|
| 21 |
+
{"current_steps": 105, "total_steps": 38480, "loss": 1.2739, "lr": 1.3513513513513515e-06, "epoch": 0.05457380457380458, "percentage": 0.27, "elapsed_time": "0:00:15", "remaining_time": "1:32:21", "throughput": 1314.76, "total_tokens": 19936}
|
| 22 |
+
{"current_steps": 110, "total_steps": 38480, "loss": 1.4597, "lr": 1.4163201663201664e-06, "epoch": 0.057172557172557176, "percentage": 0.29, "elapsed_time": "0:00:15", "remaining_time": "1:32:16", "throughput": 1320.5, "total_tokens": 20960}
|
| 23 |
+
{"current_steps": 115, "total_steps": 38480, "loss": 1.6943, "lr": 1.4812889812889814e-06, "epoch": 0.059771309771309775, "percentage": 0.3, "elapsed_time": "0:00:16", "remaining_time": "1:32:08", "throughput": 1324.57, "total_tokens": 21952}
|
| 24 |
+
{"current_steps": 120, "total_steps": 38480, "loss": 1.5935, "lr": 1.5462577962577965e-06, "epoch": 0.062370062370062374, "percentage": 0.31, "elapsed_time": "0:00:17", "remaining_time": "1:32:01", "throughput": 1330.09, "total_tokens": 22976}
|
| 25 |
+
{"current_steps": 125, "total_steps": 38480, "loss": 1.4063, "lr": 1.6112266112266114e-06, "epoch": 0.06496881496881497, "percentage": 0.32, "elapsed_time": "0:00:17", "remaining_time": "1:31:55", "throughput": 1331.69, "total_tokens": 23936}
|
| 26 |
+
{"current_steps": 130, "total_steps": 38480, "loss": 1.477, "lr": 1.6761954261954265e-06, "epoch": 0.06756756756756757, "percentage": 0.34, "elapsed_time": "0:00:18", "remaining_time": "1:31:49", "throughput": 1333.15, "total_tokens": 24896}
|
| 27 |
+
{"current_steps": 135, "total_steps": 38480, "loss": 1.3631, "lr": 1.7411642411642413e-06, "epoch": 0.07016632016632017, "percentage": 0.35, "elapsed_time": "0:00:19", "remaining_time": "1:31:43", "throughput": 1332.81, "total_tokens": 25824}
|
| 28 |
+
{"current_steps": 140, "total_steps": 38480, "loss": 1.3002, "lr": 1.8061330561330564e-06, "epoch": 0.07276507276507277, "percentage": 0.36, "elapsed_time": "0:00:20", "remaining_time": "1:31:38", "throughput": 1330.91, "total_tokens": 26720}
|
| 29 |
+
{"current_steps": 145, "total_steps": 38480, "loss": 1.3947, "lr": 1.8711018711018713e-06, "epoch": 0.07536382536382537, "percentage": 0.38, "elapsed_time": "0:00:20", "remaining_time": "1:31:31", "throughput": 1327.94, "total_tokens": 27584}
|
| 30 |
+
{"current_steps": 150, "total_steps": 38480, "loss": 1.4056, "lr": 1.9360706860706863e-06, "epoch": 0.07796257796257797, "percentage": 0.39, "elapsed_time": "0:00:21", "remaining_time": "1:31:27", "throughput": 1330.7, "total_tokens": 28576}
|
| 31 |
+
{"current_steps": 155, "total_steps": 38480, "loss": 1.3329, "lr": 2.0010395010395014e-06, "epoch": 0.08056133056133057, "percentage": 0.4, "elapsed_time": "0:00:22", "remaining_time": "1:31:22", "throughput": 1332.05, "total_tokens": 29536}
|
| 32 |
+
{"current_steps": 160, "total_steps": 38480, "loss": 1.1216, "lr": 2.066008316008316e-06, "epoch": 0.08316008316008316, "percentage": 0.42, "elapsed_time": "0:00:22", "remaining_time": "1:31:17", "throughput": 1330.59, "total_tokens": 30432}
|
| 33 |
+
{"current_steps": 165, "total_steps": 38480, "loss": 1.189, "lr": 2.130977130977131e-06, "epoch": 0.08575883575883576, "percentage": 0.43, "elapsed_time": "0:00:23", "remaining_time": "1:31:13", "throughput": 1330.46, "total_tokens": 31360}
|
| 34 |
+
{"current_steps": 170, "total_steps": 38480, "loss": 1.3894, "lr": 2.195945945945946e-06, "epoch": 0.08835758835758836, "percentage": 0.44, "elapsed_time": "0:00:24", "remaining_time": "1:31:08", "throughput": 1329.23, "total_tokens": 32256}
|
| 35 |
+
{"current_steps": 175, "total_steps": 38480, "loss": 1.5356, "lr": 2.2609147609147613e-06, "epoch": 0.09095634095634096, "percentage": 0.45, "elapsed_time": "0:00:24", "remaining_time": "1:31:03", "throughput": 1326.81, "total_tokens": 33120}
|
| 36 |
+
{"current_steps": 180, "total_steps": 38480, "loss": 1.7132, "lr": 2.325883575883576e-06, "epoch": 0.09355509355509356, "percentage": 0.47, "elapsed_time": "0:00:25", "remaining_time": "1:31:00", "throughput": 1326.78, "total_tokens": 34048}
|
| 37 |
+
{"current_steps": 185, "total_steps": 38480, "loss": 1.3681, "lr": 2.390852390852391e-06, "epoch": 0.09615384615384616, "percentage": 0.48, "elapsed_time": "0:00:26", "remaining_time": "1:30:56", "throughput": 1326.86, "total_tokens": 34976}
|
| 38 |
+
{"current_steps": 190, "total_steps": 38480, "loss": 1.3093, "lr": 2.455821205821206e-06, "epoch": 0.09875259875259876, "percentage": 0.49, "elapsed_time": "0:00:27", "remaining_time": "1:30:52", "throughput": 1329.3, "total_tokens": 35968}
|
| 39 |
+
{"current_steps": 195, "total_steps": 38480, "loss": 1.1733, "lr": 2.520790020790021e-06, "epoch": 0.10135135135135136, "percentage": 0.51, "elapsed_time": "0:00:27", "remaining_time": "1:30:49", "throughput": 1331.61, "total_tokens": 36960}
|
| 40 |
+
{"current_steps": 200, "total_steps": 38480, "loss": 1.5229, "lr": 2.5857588357588362e-06, "epoch": 0.10395010395010396, "percentage": 0.52, "elapsed_time": "0:00:28", "remaining_time": "1:30:45", "throughput": 1331.73, "total_tokens": 37888}
|
| 41 |
+
{"current_steps": 205, "total_steps": 38480, "loss": 1.1705, "lr": 2.650727650727651e-06, "epoch": 0.10654885654885655, "percentage": 0.53, "elapsed_time": "0:00:29", "remaining_time": "1:30:41", "throughput": 1334.11, "total_tokens": 38880}
|
| 42 |
+
{"current_steps": 210, "total_steps": 38480, "loss": 1.7054, "lr": 2.715696465696466e-06, "epoch": 0.10914760914760915, "percentage": 0.55, "elapsed_time": "0:00:29", "remaining_time": "1:30:37", "throughput": 1335.25, "total_tokens": 39840}
|
| 43 |
+
{"current_steps": 215, "total_steps": 38480, "loss": 1.3018, "lr": 2.780665280665281e-06, "epoch": 0.11174636174636175, "percentage": 0.56, "elapsed_time": "0:00:30", "remaining_time": "1:30:35", "throughput": 1333.94, "total_tokens": 40736}
|
| 44 |
+
{"current_steps": 220, "total_steps": 38480, "loss": 1.2685, "lr": 2.845634095634096e-06, "epoch": 0.11434511434511435, "percentage": 0.57, "elapsed_time": "0:00:31", "remaining_time": "1:30:31", "throughput": 1335.99, "total_tokens": 41728}
|
| 45 |
+
{"current_steps": 225, "total_steps": 38480, "loss": 2.0038, "lr": 2.9106029106029107e-06, "epoch": 0.11694386694386695, "percentage": 0.58, "elapsed_time": "0:00:31", "remaining_time": "1:30:28", "throughput": 1335.95, "total_tokens": 42656}
|
| 46 |
+
{"current_steps": 230, "total_steps": 38480, "loss": 1.4704, "lr": 2.975571725571726e-06, "epoch": 0.11954261954261955, "percentage": 0.6, "elapsed_time": "0:00:32", "remaining_time": "1:30:25", "throughput": 1336.91, "total_tokens": 43616}
|
| 47 |
+
{"current_steps": 235, "total_steps": 38480, "loss": 1.1395, "lr": 3.040540540540541e-06, "epoch": 0.12214137214137215, "percentage": 0.61, "elapsed_time": "0:00:33", "remaining_time": "1:30:23", "throughput": 1336.74, "total_tokens": 44544}
|
| 48 |
+
{"current_steps": 240, "total_steps": 38480, "loss": 1.3822, "lr": 3.105509355509356e-06, "epoch": 0.12474012474012475, "percentage": 0.62, "elapsed_time": "0:00:34", "remaining_time": "1:30:20", "throughput": 1335.73, "total_tokens": 45440}
|
| 49 |
+
{"current_steps": 245, "total_steps": 38480, "loss": 1.3046, "lr": 3.1704781704781706e-06, "epoch": 0.12733887733887733, "percentage": 0.64, "elapsed_time": "0:00:34", "remaining_time": "1:30:17", "throughput": 1336.57, "total_tokens": 46400}
|
| 50 |
+
{"current_steps": 250, "total_steps": 38480, "loss": 1.3256, "lr": 3.2354469854469853e-06, "epoch": 0.12993762993762994, "percentage": 0.65, "elapsed_time": "0:00:35", "remaining_time": "1:30:15", "throughput": 1337.32, "total_tokens": 47360}
|
| 51 |
+
{"current_steps": 255, "total_steps": 38480, "loss": 1.2828, "lr": 3.3004158004158008e-06, "epoch": 0.13253638253638253, "percentage": 0.66, "elapsed_time": "0:00:36", "remaining_time": "1:30:12", "throughput": 1339.05, "total_tokens": 48352}
|
| 52 |
+
{"current_steps": 260, "total_steps": 38480, "loss": 1.5133, "lr": 3.3653846153846154e-06, "epoch": 0.13513513513513514, "percentage": 0.68, "elapsed_time": "0:00:36", "remaining_time": "1:30:10", "throughput": 1338.86, "total_tokens": 49280}
|
| 53 |
+
{"current_steps": 265, "total_steps": 38480, "loss": 1.3136, "lr": 3.430353430353431e-06, "epoch": 0.13773388773388773, "percentage": 0.69, "elapsed_time": "0:00:37", "remaining_time": "1:30:08", "throughput": 1338.73, "total_tokens": 50208}
|
| 54 |
+
{"current_steps": 270, "total_steps": 38480, "loss": 1.6679, "lr": 3.495322245322245e-06, "epoch": 0.14033264033264034, "percentage": 0.7, "elapsed_time": "0:00:38", "remaining_time": "1:30:06", "throughput": 1338.59, "total_tokens": 51136}
|
| 55 |
+
{"current_steps": 275, "total_steps": 38480, "loss": 1.3045, "lr": 3.5602910602910606e-06, "epoch": 0.14293139293139293, "percentage": 0.71, "elapsed_time": "0:00:38", "remaining_time": "1:30:04", "throughput": 1338.29, "total_tokens": 52064}
|
| 56 |
+
{"current_steps": 280, "total_steps": 38480, "loss": 1.4569, "lr": 3.6252598752598753e-06, "epoch": 0.14553014553014554, "percentage": 0.73, "elapsed_time": "0:00:39", "remaining_time": "1:30:02", "throughput": 1338.9, "total_tokens": 53024}
|
| 57 |
+
{"current_steps": 285, "total_steps": 38480, "loss": 1.1014, "lr": 3.6902286902286908e-06, "epoch": 0.14812889812889812, "percentage": 0.74, "elapsed_time": "0:00:40", "remaining_time": "1:30:01", "throughput": 1339.48, "total_tokens": 53984}
|
| 58 |
+
{"current_steps": 290, "total_steps": 38480, "loss": 1.3949, "lr": 3.7551975051975054e-06, "epoch": 0.15072765072765074, "percentage": 0.75, "elapsed_time": "0:00:41", "remaining_time": "1:29:59", "throughput": 1340.86, "total_tokens": 54976}
|
| 59 |
+
{"current_steps": 295, "total_steps": 38480, "loss": 1.2977, "lr": 3.820166320166321e-06, "epoch": 0.15332640332640332, "percentage": 0.77, "elapsed_time": "0:00:41", "remaining_time": "1:29:57", "throughput": 1340.59, "total_tokens": 55904}
|
| 60 |
+
{"current_steps": 300, "total_steps": 38480, "loss": 1.7146, "lr": 3.885135135135135e-06, "epoch": 0.15592515592515593, "percentage": 0.78, "elapsed_time": "0:00:42", "remaining_time": "1:29:55", "throughput": 1341.18, "total_tokens": 56864}
|
| 61 |
+
{"current_steps": 305, "total_steps": 38480, "loss": 1.4164, "lr": 3.95010395010395e-06, "epoch": 0.15852390852390852, "percentage": 0.79, "elapsed_time": "0:00:43", "remaining_time": "1:29:54", "throughput": 1340.15, "total_tokens": 57760}
|
| 62 |
+
{"current_steps": 310, "total_steps": 38480, "loss": 1.3343, "lr": 4.015072765072765e-06, "epoch": 0.16112266112266113, "percentage": 0.81, "elapsed_time": "0:00:43", "remaining_time": "1:29:52", "throughput": 1340.77, "total_tokens": 58720}
|
| 63 |
+
{"current_steps": 315, "total_steps": 38480, "loss": 1.6583, "lr": 4.08004158004158e-06, "epoch": 0.16372141372141372, "percentage": 0.82, "elapsed_time": "0:00:44", "remaining_time": "1:29:50", "throughput": 1341.29, "total_tokens": 59680}
|
| 64 |
+
{"current_steps": 320, "total_steps": 38480, "loss": 1.1167, "lr": 4.1450103950103955e-06, "epoch": 0.16632016632016633, "percentage": 0.83, "elapsed_time": "0:00:45", "remaining_time": "1:29:49", "throughput": 1342.39, "total_tokens": 60672}
|
| 65 |
+
{"current_steps": 325, "total_steps": 38480, "loss": 1.32, "lr": 4.2099792099792105e-06, "epoch": 0.16891891891891891, "percentage": 0.84, "elapsed_time": "0:00:45", "remaining_time": "1:29:48", "throughput": 1342.19, "total_tokens": 61600}
|
| 66 |
+
{"current_steps": 330, "total_steps": 38480, "loss": 1.4241, "lr": 4.274948024948025e-06, "epoch": 0.17151767151767153, "percentage": 0.86, "elapsed_time": "0:00:46", "remaining_time": "1:29:46", "throughput": 1342.02, "total_tokens": 62528}
|
| 67 |
+
{"current_steps": 335, "total_steps": 38480, "loss": 1.2792, "lr": 4.339916839916841e-06, "epoch": 0.1741164241164241, "percentage": 0.87, "elapsed_time": "0:00:47", "remaining_time": "1:29:44", "throughput": 1341.18, "total_tokens": 63424}
|
| 68 |
+
{"current_steps": 340, "total_steps": 38480, "loss": 1.5734, "lr": 4.404885654885655e-06, "epoch": 0.17671517671517672, "percentage": 0.88, "elapsed_time": "0:00:47", "remaining_time": "1:29:42", "throughput": 1341.71, "total_tokens": 64384}
|
| 69 |
+
{"current_steps": 345, "total_steps": 38480, "loss": 1.3601, "lr": 4.46985446985447e-06, "epoch": 0.1793139293139293, "percentage": 0.9, "elapsed_time": "0:00:48", "remaining_time": "1:29:41", "throughput": 1342.88, "total_tokens": 65376}
|
| 70 |
+
{"current_steps": 350, "total_steps": 38480, "loss": 1.2367, "lr": 4.534823284823285e-06, "epoch": 0.18191268191268192, "percentage": 0.91, "elapsed_time": "0:00:49", "remaining_time": "1:29:39", "throughput": 1342.74, "total_tokens": 66304}
|
| 71 |
+
{"current_steps": 355, "total_steps": 38480, "loss": 1.4771, "lr": 4.5997920997921e-06, "epoch": 0.1845114345114345, "percentage": 0.92, "elapsed_time": "0:00:50", "remaining_time": "1:29:38", "throughput": 1342.55, "total_tokens": 67232}
|
| 72 |
+
{"current_steps": 360, "total_steps": 38480, "loss": 1.02, "lr": 4.664760914760915e-06, "epoch": 0.18711018711018712, "percentage": 0.94, "elapsed_time": "0:00:50", "remaining_time": "1:29:36", "throughput": 1342.4, "total_tokens": 68160}
|
| 73 |
+
{"current_steps": 365, "total_steps": 38480, "loss": 1.6013, "lr": 4.72972972972973e-06, "epoch": 0.1897089397089397, "percentage": 0.95, "elapsed_time": "0:00:51", "remaining_time": "1:29:34", "throughput": 1341.69, "total_tokens": 69056}
|
| 74 |
+
{"current_steps": 370, "total_steps": 38480, "loss": 1.8517, "lr": 4.7946985446985445e-06, "epoch": 0.19230769230769232, "percentage": 0.96, "elapsed_time": "0:00:52", "remaining_time": "1:29:32", "throughput": 1343.51, "total_tokens": 70080}
|
| 75 |
+
{"current_steps": 375, "total_steps": 38480, "loss": 1.1191, "lr": 4.8596673596673604e-06, "epoch": 0.1949064449064449, "percentage": 0.97, "elapsed_time": "0:00:52", "remaining_time": "1:29:30", "throughput": 1344.09, "total_tokens": 71040}
|
| 76 |
+
{"current_steps": 380, "total_steps": 38480, "loss": 1.3228, "lr": 4.924636174636175e-06, "epoch": 0.19750519750519752, "percentage": 0.99, "elapsed_time": "0:00:53", "remaining_time": "1:29:28", "throughput": 1344.05, "total_tokens": 71968}
|
| 77 |
+
{"current_steps": 385, "total_steps": 38480, "loss": 1.6021, "lr": 4.98960498960499e-06, "epoch": 0.2001039501039501, "percentage": 1.0, "elapsed_time": "0:00:54", "remaining_time": "1:29:26", "throughput": 1344.01, "total_tokens": 72896}
|
| 78 |
+
{"current_steps": 390, "total_steps": 38480, "loss": 1.13, "lr": 5.054573804573805e-06, "epoch": 0.20270270270270271, "percentage": 1.01, "elapsed_time": "0:00:54", "remaining_time": "1:29:24", "throughput": 1344.51, "total_tokens": 73856}
|
| 79 |
+
{"current_steps": 395, "total_steps": 38480, "loss": 1.0121, "lr": 5.11954261954262e-06, "epoch": 0.2053014553014553, "percentage": 1.03, "elapsed_time": "0:00:55", "remaining_time": "1:29:23", "throughput": 1345.01, "total_tokens": 74816}
|
| 80 |
+
{"current_steps": 400, "total_steps": 38480, "loss": 1.3348, "lr": 5.184511434511435e-06, "epoch": 0.2079002079002079, "percentage": 1.04, "elapsed_time": "0:00:56", "remaining_time": "1:29:21", "throughput": 1345.52, "total_tokens": 75776}
|
| 81 |
+
{"current_steps": 405, "total_steps": 38480, "loss": 1.3664, "lr": 5.24948024948025e-06, "epoch": 0.2104989604989605, "percentage": 1.05, "elapsed_time": "0:00:57", "remaining_time": "1:29:19", "throughput": 1345.46, "total_tokens": 76704}
|
| 82 |
+
{"current_steps": 410, "total_steps": 38480, "loss": 1.3917, "lr": 5.314449064449064e-06, "epoch": 0.2130977130977131, "percentage": 1.07, "elapsed_time": "0:00:57", "remaining_time": "1:29:17", "throughput": 1344.29, "total_tokens": 77568}
|
| 83 |
+
{"current_steps": 415, "total_steps": 38480, "loss": 1.2604, "lr": 5.37941787941788e-06, "epoch": 0.2156964656964657, "percentage": 1.08, "elapsed_time": "0:00:58", "remaining_time": "1:29:16", "throughput": 1344.25, "total_tokens": 78496}
|
| 84 |
+
{"current_steps": 420, "total_steps": 38480, "loss": 1.364, "lr": 5.444386694386694e-06, "epoch": 0.2182952182952183, "percentage": 1.09, "elapsed_time": "0:00:59", "remaining_time": "1:29:14", "throughput": 1344.64, "total_tokens": 79456}
|
| 85 |
+
{"current_steps": 425, "total_steps": 38480, "loss": 1.1632, "lr": 5.50935550935551e-06, "epoch": 0.2208939708939709, "percentage": 1.1, "elapsed_time": "0:00:59", "remaining_time": "1:29:13", "throughput": 1344.59, "total_tokens": 80384}
|
| 86 |
+
{"current_steps": 430, "total_steps": 38480, "loss": 1.7891, "lr": 5.5743243243243245e-06, "epoch": 0.2234927234927235, "percentage": 1.12, "elapsed_time": "0:01:00", "remaining_time": "1:29:12", "throughput": 1343.81, "total_tokens": 81280}
|
| 87 |
+
{"current_steps": 435, "total_steps": 38480, "loss": 1.5949, "lr": 5.63929313929314e-06, "epoch": 0.2260914760914761, "percentage": 1.13, "elapsed_time": "0:01:01", "remaining_time": "1:29:10", "throughput": 1344.77, "total_tokens": 82272}
|
| 88 |
+
{"current_steps": 440, "total_steps": 38480, "loss": 1.4827, "lr": 5.704261954261955e-06, "epoch": 0.2286902286902287, "percentage": 1.14, "elapsed_time": "0:01:01", "remaining_time": "1:29:09", "throughput": 1345.74, "total_tokens": 83264}
|
| 89 |
+
{"current_steps": 445, "total_steps": 38480, "loss": 1.5216, "lr": 5.76923076923077e-06, "epoch": 0.2312889812889813, "percentage": 1.16, "elapsed_time": "0:01:02", "remaining_time": "1:29:08", "throughput": 1346.01, "total_tokens": 84224}
|
| 90 |
+
{"current_steps": 450, "total_steps": 38480, "loss": 1.6149, "lr": 5.834199584199585e-06, "epoch": 0.2338877338877339, "percentage": 1.17, "elapsed_time": "0:01:03", "remaining_time": "1:29:07", "throughput": 1345.82, "total_tokens": 85152}
|
| 91 |
+
{"current_steps": 455, "total_steps": 38480, "loss": 1.5695, "lr": 5.8991683991684e-06, "epoch": 0.23648648648648649, "percentage": 1.18, "elapsed_time": "0:01:03", "remaining_time": "1:29:05", "throughput": 1345.65, "total_tokens": 86080}
|
| 92 |
+
{"current_steps": 460, "total_steps": 38480, "loss": 1.1811, "lr": 5.964137214137214e-06, "epoch": 0.2390852390852391, "percentage": 1.2, "elapsed_time": "0:01:04", "remaining_time": "1:29:04", "throughput": 1345.96, "total_tokens": 87040}
|
| 93 |
+
{"current_steps": 465, "total_steps": 38480, "loss": 1.3844, "lr": 6.02910602910603e-06, "epoch": 0.24168399168399168, "percentage": 1.21, "elapsed_time": "0:01:05", "remaining_time": "1:29:03", "throughput": 1345.79, "total_tokens": 87968}
|
| 94 |
+
{"current_steps": 470, "total_steps": 38480, "loss": 1.2354, "lr": 6.094074844074844e-06, "epoch": 0.2442827442827443, "percentage": 1.22, "elapsed_time": "0:01:06", "remaining_time": "1:29:03", "throughput": 1346.97, "total_tokens": 88992}
|
| 95 |
+
{"current_steps": 475, "total_steps": 38480, "loss": 1.7011, "lr": 6.159043659043659e-06, "epoch": 0.24688149688149688, "percentage": 1.23, "elapsed_time": "0:01:06", "remaining_time": "1:29:02", "throughput": 1347.73, "total_tokens": 89984}
|
| 96 |
+
{"current_steps": 480, "total_steps": 38480, "loss": 1.3419, "lr": 6.2240124740124744e-06, "epoch": 0.2494802494802495, "percentage": 1.25, "elapsed_time": "0:01:07", "remaining_time": "1:29:00", "throughput": 1349.04, "total_tokens": 91008}
|
| 97 |
+
{"current_steps": 485, "total_steps": 38480, "loss": 1.665, "lr": 6.2889812889812895e-06, "epoch": 0.2520790020790021, "percentage": 1.26, "elapsed_time": "0:01:08", "remaining_time": "1:28:59", "throughput": 1349.77, "total_tokens": 92000}
|
| 98 |
+
{"current_steps": 490, "total_steps": 38480, "loss": 1.3007, "lr": 6.353950103950105e-06, "epoch": 0.25467775467775466, "percentage": 1.27, "elapsed_time": "0:01:08", "remaining_time": "1:28:58", "throughput": 1349.57, "total_tokens": 92928}
|
| 99 |
+
{"current_steps": 495, "total_steps": 38480, "loss": 1.9481, "lr": 6.418918918918919e-06, "epoch": 0.25727650727650725, "percentage": 1.29, "elapsed_time": "0:01:09", "remaining_time": "1:28:57", "throughput": 1350.73, "total_tokens": 93952}
|
| 100 |
+
{"current_steps": 500, "total_steps": 38480, "loss": 1.4173, "lr": 6.483887733887734e-06, "epoch": 0.2598752598752599, "percentage": 1.3, "elapsed_time": "0:01:10", "remaining_time": "1:28:56", "throughput": 1350.43, "total_tokens": 94880}
|
| 101 |
+
{"current_steps": 505, "total_steps": 38480, "loss": 1.4621, "lr": 6.54885654885655e-06, "epoch": 0.2624740124740125, "percentage": 1.31, "elapsed_time": "0:01:10", "remaining_time": "1:28:55", "throughput": 1349.34, "total_tokens": 95744}
|
| 102 |
+
{"current_steps": 510, "total_steps": 38480, "loss": 1.1065, "lr": 6.613825363825364e-06, "epoch": 0.26507276507276506, "percentage": 1.33, "elapsed_time": "0:01:11", "remaining_time": "1:28:54", "throughput": 1349.58, "total_tokens": 96704}
|
| 103 |
+
{"current_steps": 515, "total_steps": 38480, "loss": 1.057, "lr": 6.678794178794179e-06, "epoch": 0.26767151767151764, "percentage": 1.34, "elapsed_time": "0:01:12", "remaining_time": "1:28:53", "throughput": 1350.71, "total_tokens": 97728}
|
| 104 |
+
{"current_steps": 520, "total_steps": 38480, "loss": 1.5113, "lr": 6.743762993762993e-06, "epoch": 0.2702702702702703, "percentage": 1.35, "elapsed_time": "0:01:13", "remaining_time": "1:28:52", "throughput": 1350.93, "total_tokens": 98688}
|
| 105 |
+
{"current_steps": 525, "total_steps": 38480, "loss": 1.6482, "lr": 6.808731808731809e-06, "epoch": 0.27286902286902287, "percentage": 1.36, "elapsed_time": "0:01:13", "remaining_time": "1:28:51", "throughput": 1351.15, "total_tokens": 99648}
|
| 106 |
+
{"current_steps": 530, "total_steps": 38480, "loss": 1.7921, "lr": 6.873700623700624e-06, "epoch": 0.27546777546777546, "percentage": 1.38, "elapsed_time": "0:01:14", "remaining_time": "1:28:51", "throughput": 1350.44, "total_tokens": 100544}
|
| 107 |
+
{"current_steps": 535, "total_steps": 38480, "loss": 1.4071, "lr": 6.9386694386694386e-06, "epoch": 0.27806652806652804, "percentage": 1.39, "elapsed_time": "0:01:15", "remaining_time": "1:28:50", "throughput": 1350.18, "total_tokens": 101472}
|
| 108 |
+
{"current_steps": 540, "total_steps": 38480, "loss": 1.3702, "lr": 7.003638253638254e-06, "epoch": 0.2806652806652807, "percentage": 1.4, "elapsed_time": "0:01:15", "remaining_time": "1:28:49", "throughput": 1349.99, "total_tokens": 102400}
|
| 109 |
+
{"current_steps": 545, "total_steps": 38480, "loss": 1.1136, "lr": 7.0686070686070696e-06, "epoch": 0.28326403326403327, "percentage": 1.42, "elapsed_time": "0:01:16", "remaining_time": "1:28:48", "throughput": 1351.12, "total_tokens": 103424}
|
| 110 |
+
{"current_steps": 550, "total_steps": 38480, "loss": 1.3721, "lr": 7.133575883575884e-06, "epoch": 0.28586278586278585, "percentage": 1.43, "elapsed_time": "0:01:17", "remaining_time": "1:28:46", "throughput": 1351.82, "total_tokens": 104416}
|
| 111 |
+
{"current_steps": 555, "total_steps": 38480, "loss": 1.0324, "lr": 7.198544698544699e-06, "epoch": 0.28846153846153844, "percentage": 1.44, "elapsed_time": "0:01:17", "remaining_time": "1:28:45", "throughput": 1351.32, "total_tokens": 105312}
|
| 112 |
+
{"current_steps": 560, "total_steps": 38480, "loss": 1.3428, "lr": 7.263513513513513e-06, "epoch": 0.2910602910602911, "percentage": 1.46, "elapsed_time": "0:01:18", "remaining_time": "1:28:44", "throughput": 1352.03, "total_tokens": 106304}
|
| 113 |
+
{"current_steps": 565, "total_steps": 38480, "loss": 1.2205, "lr": 7.328482328482329e-06, "epoch": 0.29365904365904366, "percentage": 1.47, "elapsed_time": "0:01:19", "remaining_time": "1:28:42", "throughput": 1351.53, "total_tokens": 107200}
|
| 114 |
+
{"current_steps": 570, "total_steps": 38480, "loss": 1.4006, "lr": 7.393451143451144e-06, "epoch": 0.29625779625779625, "percentage": 1.48, "elapsed_time": "0:01:20", "remaining_time": "1:28:41", "throughput": 1351.81, "total_tokens": 108160}
|
| 115 |
+
{"current_steps": 575, "total_steps": 38480, "loss": 1.2645, "lr": 7.458419958419958e-06, "epoch": 0.29885654885654883, "percentage": 1.49, "elapsed_time": "0:01:20", "remaining_time": "1:28:40", "throughput": 1352.08, "total_tokens": 109120}
|
| 116 |
+
{"current_steps": 580, "total_steps": 38480, "loss": 1.1994, "lr": 7.523388773388773e-06, "epoch": 0.30145530145530147, "percentage": 1.51, "elapsed_time": "0:01:21", "remaining_time": "1:28:38", "throughput": 1352.75, "total_tokens": 110112}
|
| 117 |
+
{"current_steps": 585, "total_steps": 38480, "loss": 1.1014, "lr": 7.588357588357589e-06, "epoch": 0.30405405405405406, "percentage": 1.52, "elapsed_time": "0:01:22", "remaining_time": "1:28:37", "throughput": 1353.03, "total_tokens": 111072}
|
| 118 |
+
{"current_steps": 590, "total_steps": 38480, "loss": 1.1502, "lr": 7.653326403326404e-06, "epoch": 0.30665280665280664, "percentage": 1.53, "elapsed_time": "0:01:22", "remaining_time": "1:28:36", "throughput": 1353.29, "total_tokens": 112032}
|
| 119 |
+
{"current_steps": 595, "total_steps": 38480, "loss": 0.6955, "lr": 7.718295218295219e-06, "epoch": 0.3092515592515592, "percentage": 1.55, "elapsed_time": "0:01:23", "remaining_time": "1:28:35", "throughput": 1353.51, "total_tokens": 112992}
|
| 120 |
+
{"current_steps": 600, "total_steps": 38480, "loss": 0.8044, "lr": 7.783264033264033e-06, "epoch": 0.31185031185031187, "percentage": 1.56, "elapsed_time": "0:01:24", "remaining_time": "1:28:34", "throughput": 1354.14, "total_tokens": 113984}
|
| 121 |
+
{"current_steps": 605, "total_steps": 38480, "loss": 1.0427, "lr": 7.848232848232849e-06, "epoch": 0.31444906444906445, "percentage": 1.57, "elapsed_time": "0:01:24", "remaining_time": "1:28:32", "throughput": 1354.78, "total_tokens": 114976}
|
| 122 |
+
{"current_steps": 610, "total_steps": 38480, "loss": 0.9465, "lr": 7.913201663201663e-06, "epoch": 0.31704781704781704, "percentage": 1.59, "elapsed_time": "0:01:25", "remaining_time": "1:28:31", "throughput": 1356.87, "total_tokens": 116096}
|
| 123 |
+
{"current_steps": 615, "total_steps": 38480, "loss": 0.6735, "lr": 7.978170478170479e-06, "epoch": 0.3196465696465696, "percentage": 1.6, "elapsed_time": "0:01:26", "remaining_time": "1:28:30", "throughput": 1356.73, "total_tokens": 117024}
|
| 124 |
+
{"current_steps": 620, "total_steps": 38480, "loss": 0.6211, "lr": 8.043139293139293e-06, "epoch": 0.32224532224532226, "percentage": 1.61, "elapsed_time": "0:01:26", "remaining_time": "1:28:29", "throughput": 1356.98, "total_tokens": 117984}
|
| 125 |
+
{"current_steps": 625, "total_steps": 38480, "loss": 0.88, "lr": 8.108108108108109e-06, "epoch": 0.32484407484407485, "percentage": 1.62, "elapsed_time": "0:01:27", "remaining_time": "1:28:28", "throughput": 1356.86, "total_tokens": 118912}
|
| 126 |
+
{"current_steps": 630, "total_steps": 38480, "loss": 0.5626, "lr": 8.173076923076923e-06, "epoch": 0.32744282744282743, "percentage": 1.64, "elapsed_time": "0:01:28", "remaining_time": "1:28:27", "throughput": 1356.64, "total_tokens": 119840}
|
| 127 |
+
{"current_steps": 635, "total_steps": 38480, "loss": 0.8788, "lr": 8.238045738045738e-06, "epoch": 0.33004158004158, "percentage": 1.65, "elapsed_time": "0:01:29", "remaining_time": "1:28:26", "throughput": 1356.45, "total_tokens": 120768}
|
| 128 |
+
{"current_steps": 640, "total_steps": 38480, "loss": 1.0893, "lr": 8.303014553014553e-06, "epoch": 0.33264033264033266, "percentage": 1.66, "elapsed_time": "0:01:29", "remaining_time": "1:28:25", "throughput": 1357.68, "total_tokens": 121824}
|
| 129 |
+
{"current_steps": 645, "total_steps": 38480, "loss": 0.3269, "lr": 8.36798336798337e-06, "epoch": 0.33523908523908524, "percentage": 1.68, "elapsed_time": "0:01:30", "remaining_time": "1:28:24", "throughput": 1357.09, "total_tokens": 122720}
|
| 130 |
+
{"current_steps": 650, "total_steps": 38480, "loss": 0.7756, "lr": 8.432952182952184e-06, "epoch": 0.33783783783783783, "percentage": 1.69, "elapsed_time": "0:01:31", "remaining_time": "1:28:23", "throughput": 1356.95, "total_tokens": 123648}
|
| 131 |
+
{"current_steps": 655, "total_steps": 38480, "loss": 0.4023, "lr": 8.497920997920998e-06, "epoch": 0.3404365904365904, "percentage": 1.7, "elapsed_time": "0:01:31", "remaining_time": "1:28:22", "throughput": 1357.52, "total_tokens": 124640}
|
| 132 |
+
{"current_steps": 660, "total_steps": 38480, "loss": 1.0679, "lr": 8.562889812889812e-06, "epoch": 0.34303534303534305, "percentage": 1.72, "elapsed_time": "0:01:32", "remaining_time": "1:28:21", "throughput": 1357.64, "total_tokens": 125600}
|
| 133 |
+
{"current_steps": 665, "total_steps": 38480, "loss": 0.5039, "lr": 8.627858627858628e-06, "epoch": 0.34563409563409564, "percentage": 1.73, "elapsed_time": "0:01:33", "remaining_time": "1:28:20", "throughput": 1357.42, "total_tokens": 126528}
|
| 134 |
+
{"current_steps": 670, "total_steps": 38480, "loss": 0.6153, "lr": 8.692827442827444e-06, "epoch": 0.3482328482328482, "percentage": 1.74, "elapsed_time": "0:01:33", "remaining_time": "1:28:19", "throughput": 1357.93, "total_tokens": 127520}
|
| 135 |
+
{"current_steps": 675, "total_steps": 38480, "loss": 0.3976, "lr": 8.757796257796258e-06, "epoch": 0.3508316008316008, "percentage": 1.75, "elapsed_time": "0:01:34", "remaining_time": "1:28:18", "throughput": 1357.45, "total_tokens": 128416}
|
| 136 |
+
{"current_steps": 680, "total_steps": 38480, "loss": 0.271, "lr": 8.822765072765072e-06, "epoch": 0.35343035343035345, "percentage": 1.77, "elapsed_time": "0:01:35", "remaining_time": "1:28:17", "throughput": 1358.3, "total_tokens": 129440}
|
| 137 |
+
{"current_steps": 685, "total_steps": 38480, "loss": 0.9601, "lr": 8.887733887733888e-06, "epoch": 0.35602910602910603, "percentage": 1.78, "elapsed_time": "0:01:35", "remaining_time": "1:28:16", "throughput": 1358.79, "total_tokens": 130432}
|
| 138 |
+
{"current_steps": 690, "total_steps": 38480, "loss": 0.6837, "lr": 8.952702702702702e-06, "epoch": 0.3586278586278586, "percentage": 1.79, "elapsed_time": "0:01:36", "remaining_time": "1:28:15", "throughput": 1358.92, "total_tokens": 131392}
|
| 139 |
+
{"current_steps": 695, "total_steps": 38480, "loss": 0.4798, "lr": 9.017671517671518e-06, "epoch": 0.3612266112266112, "percentage": 1.81, "elapsed_time": "0:01:37", "remaining_time": "1:28:14", "throughput": 1358.72, "total_tokens": 132320}
|
| 140 |
+
{"current_steps": 700, "total_steps": 38480, "loss": 0.5671, "lr": 9.082640332640333e-06, "epoch": 0.36382536382536385, "percentage": 1.82, "elapsed_time": "0:01:38", "remaining_time": "1:28:13", "throughput": 1357.62, "total_tokens": 133152}
|
| 141 |
+
{"current_steps": 705, "total_steps": 38480, "loss": 0.3383, "lr": 9.147609147609149e-06, "epoch": 0.36642411642411643, "percentage": 1.83, "elapsed_time": "0:01:38", "remaining_time": "1:28:12", "throughput": 1358.15, "total_tokens": 134144}
|
| 142 |
+
{"current_steps": 710, "total_steps": 38480, "loss": 0.6047, "lr": 9.212577962577963e-06, "epoch": 0.369022869022869, "percentage": 1.85, "elapsed_time": "0:01:39", "remaining_time": "1:28:11", "throughput": 1357.4, "total_tokens": 135008}
|
| 143 |
+
{"current_steps": 715, "total_steps": 38480, "loss": 0.6505, "lr": 9.277546777546777e-06, "epoch": 0.3716216216216216, "percentage": 1.86, "elapsed_time": "0:01:40", "remaining_time": "1:28:10", "throughput": 1357.25, "total_tokens": 135936}
|
| 144 |
+
{"current_steps": 720, "total_steps": 38480, "loss": 0.6104, "lr": 9.342515592515593e-06, "epoch": 0.37422037422037424, "percentage": 1.87, "elapsed_time": "0:01:40", "remaining_time": "1:28:09", "throughput": 1357.71, "total_tokens": 136928}
|
| 145 |
+
{"current_steps": 725, "total_steps": 38480, "loss": 0.2644, "lr": 9.407484407484409e-06, "epoch": 0.3768191268191268, "percentage": 1.88, "elapsed_time": "0:01:41", "remaining_time": "1:28:08", "throughput": 1357.85, "total_tokens": 137888}
|
| 146 |
+
{"current_steps": 730, "total_steps": 38480, "loss": 0.6761, "lr": 9.472453222453223e-06, "epoch": 0.3794178794178794, "percentage": 1.9, "elapsed_time": "0:01:42", "remaining_time": "1:28:07", "throughput": 1358.33, "total_tokens": 138880}
|
| 147 |
+
{"current_steps": 735, "total_steps": 38480, "loss": 0.5843, "lr": 9.537422037422037e-06, "epoch": 0.382016632016632, "percentage": 1.91, "elapsed_time": "0:01:42", "remaining_time": "1:28:06", "throughput": 1358.74, "total_tokens": 139872}
|
| 148 |
+
{"current_steps": 740, "total_steps": 38480, "loss": 0.2, "lr": 9.602390852390852e-06, "epoch": 0.38461538461538464, "percentage": 1.92, "elapsed_time": "0:01:43", "remaining_time": "1:28:05", "throughput": 1358.26, "total_tokens": 140768}
|
| 149 |
+
{"current_steps": 745, "total_steps": 38480, "loss": 1.0062, "lr": 9.667359667359669e-06, "epoch": 0.3872141372141372, "percentage": 1.94, "elapsed_time": "0:01:44", "remaining_time": "1:28:04", "throughput": 1358.69, "total_tokens": 141760}
|
| 150 |
+
{"current_steps": 750, "total_steps": 38480, "loss": 0.3925, "lr": 9.732328482328483e-06, "epoch": 0.3898128898128898, "percentage": 1.95, "elapsed_time": "0:01:45", "remaining_time": "1:28:03", "throughput": 1358.47, "total_tokens": 142688}
|
| 151 |
+
{"current_steps": 755, "total_steps": 38480, "loss": 0.216, "lr": 9.797297297297298e-06, "epoch": 0.3924116424116424, "percentage": 1.96, "elapsed_time": "0:01:45", "remaining_time": "1:28:03", "throughput": 1358.82, "total_tokens": 143680}
|
| 152 |
+
{"current_steps": 760, "total_steps": 38480, "loss": 0.5414, "lr": 9.862266112266112e-06, "epoch": 0.39501039501039503, "percentage": 1.98, "elapsed_time": "0:01:46", "remaining_time": "1:28:02", "throughput": 1359.29, "total_tokens": 144672}
|
| 153 |
+
{"current_steps": 765, "total_steps": 38480, "loss": 0.2889, "lr": 9.927234927234928e-06, "epoch": 0.3976091476091476, "percentage": 1.99, "elapsed_time": "0:01:47", "remaining_time": "1:28:01", "throughput": 1358.55, "total_tokens": 145536}
|
| 154 |
+
{"current_steps": 770, "total_steps": 38480, "loss": 0.4749, "lr": 9.992203742203744e-06, "epoch": 0.4002079002079002, "percentage": 2.0, "elapsed_time": "0:01:47", "remaining_time": "1:28:00", "throughput": 1358.38, "total_tokens": 146464}
|
| 155 |
+
{"current_steps": 775, "total_steps": 38480, "loss": 0.4759, "lr": 1.0057172557172558e-05, "epoch": 0.4028066528066528, "percentage": 2.01, "elapsed_time": "0:01:48", "remaining_time": "1:27:59", "throughput": 1359.38, "total_tokens": 147520}
|
| 156 |
+
{"current_steps": 780, "total_steps": 38480, "loss": 0.4036, "lr": 1.0122141372141372e-05, "epoch": 0.40540540540540543, "percentage": 2.03, "elapsed_time": "0:01:49", "remaining_time": "1:27:58", "throughput": 1359.49, "total_tokens": 148480}
|
| 157 |
+
{"current_steps": 785, "total_steps": 38480, "loss": 0.1976, "lr": 1.0187110187110188e-05, "epoch": 0.408004158004158, "percentage": 2.04, "elapsed_time": "0:01:49", "remaining_time": "1:27:57", "throughput": 1359.64, "total_tokens": 149440}
|
| 158 |
+
{"current_steps": 790, "total_steps": 38480, "loss": 0.4456, "lr": 1.0252079002079002e-05, "epoch": 0.4106029106029106, "percentage": 2.05, "elapsed_time": "0:01:50", "remaining_time": "1:27:56", "throughput": 1359.21, "total_tokens": 150336}
|
| 159 |
+
{"current_steps": 795, "total_steps": 38480, "loss": 0.1852, "lr": 1.0317047817047818e-05, "epoch": 0.4132016632016632, "percentage": 2.07, "elapsed_time": "0:01:51", "remaining_time": "1:27:55", "throughput": 1358.78, "total_tokens": 151232}
|
| 160 |
+
{"current_steps": 800, "total_steps": 38480, "loss": 0.4057, "lr": 1.0382016632016632e-05, "epoch": 0.4158004158004158, "percentage": 2.08, "elapsed_time": "0:01:51", "remaining_time": "1:27:54", "throughput": 1358.65, "total_tokens": 152160}
|
| 161 |
+
{"current_steps": 805, "total_steps": 38480, "loss": 0.314, "lr": 1.0446985446985448e-05, "epoch": 0.4183991683991684, "percentage": 2.09, "elapsed_time": "0:01:52", "remaining_time": "1:27:53", "throughput": 1358.79, "total_tokens": 153120}
|
| 162 |
+
{"current_steps": 810, "total_steps": 38480, "loss": 0.4367, "lr": 1.0511954261954263e-05, "epoch": 0.420997920997921, "percentage": 2.1, "elapsed_time": "0:01:53", "remaining_time": "1:27:52", "throughput": 1359.23, "total_tokens": 154112}
|
| 163 |
+
{"current_steps": 815, "total_steps": 38480, "loss": 0.453, "lr": 1.0576923076923077e-05, "epoch": 0.4235966735966736, "percentage": 2.12, "elapsed_time": "0:01:54", "remaining_time": "1:27:51", "throughput": 1358.83, "total_tokens": 155008}
|
| 164 |
+
{"current_steps": 820, "total_steps": 38480, "loss": 0.1357, "lr": 1.0641891891891893e-05, "epoch": 0.4261954261954262, "percentage": 2.13, "elapsed_time": "0:01:54", "remaining_time": "1:27:51", "throughput": 1359.23, "total_tokens": 156000}
|
| 165 |
+
{"current_steps": 825, "total_steps": 38480, "loss": 0.4098, "lr": 1.0706860706860709e-05, "epoch": 0.4287941787941788, "percentage": 2.14, "elapsed_time": "0:01:55", "remaining_time": "1:27:50", "throughput": 1359.09, "total_tokens": 156928}
|
| 166 |
+
{"current_steps": 830, "total_steps": 38480, "loss": 0.4344, "lr": 1.0771829521829523e-05, "epoch": 0.4313929313929314, "percentage": 2.16, "elapsed_time": "0:01:56", "remaining_time": "1:27:49", "throughput": 1359.24, "total_tokens": 157888}
|
| 167 |
+
{"current_steps": 835, "total_steps": 38480, "loss": 0.4487, "lr": 1.0836798336798337e-05, "epoch": 0.433991683991684, "percentage": 2.17, "elapsed_time": "0:01:56", "remaining_time": "1:27:48", "throughput": 1359.39, "total_tokens": 158848}
|
| 168 |
+
{"current_steps": 840, "total_steps": 38480, "loss": 0.4532, "lr": 1.0901767151767151e-05, "epoch": 0.4365904365904366, "percentage": 2.18, "elapsed_time": "0:01:57", "remaining_time": "1:27:47", "throughput": 1359.25, "total_tokens": 159776}
|
| 169 |
+
{"current_steps": 845, "total_steps": 38480, "loss": 0.4106, "lr": 1.0966735966735967e-05, "epoch": 0.4391891891891892, "percentage": 2.2, "elapsed_time": "0:01:58", "remaining_time": "1:27:46", "throughput": 1359.92, "total_tokens": 160800}
|
| 170 |
+
{"current_steps": 850, "total_steps": 38480, "loss": 0.4015, "lr": 1.1031704781704783e-05, "epoch": 0.4417879417879418, "percentage": 2.21, "elapsed_time": "0:01:58", "remaining_time": "1:27:45", "throughput": 1360.34, "total_tokens": 161792}
|
| 171 |
+
{"current_steps": 855, "total_steps": 38480, "loss": 0.2682, "lr": 1.1096673596673597e-05, "epoch": 0.44438669438669437, "percentage": 2.22, "elapsed_time": "0:01:59", "remaining_time": "1:27:44", "throughput": 1360.21, "total_tokens": 162720}
|
| 172 |
+
{"current_steps": 860, "total_steps": 38480, "loss": 0.5684, "lr": 1.1161642411642412e-05, "epoch": 0.446985446985447, "percentage": 2.23, "elapsed_time": "0:02:00", "remaining_time": "1:27:43", "throughput": 1360.24, "total_tokens": 163680}
|
| 173 |
+
{"current_steps": 865, "total_steps": 38480, "loss": 0.5395, "lr": 1.1226611226611228e-05, "epoch": 0.4495841995841996, "percentage": 2.25, "elapsed_time": "0:02:01", "remaining_time": "1:27:43", "throughput": 1360.6, "total_tokens": 164672}
|
| 174 |
+
{"current_steps": 870, "total_steps": 38480, "loss": 0.2689, "lr": 1.1291580041580042e-05, "epoch": 0.4521829521829522, "percentage": 2.26, "elapsed_time": "0:02:01", "remaining_time": "1:27:41", "throughput": 1360.22, "total_tokens": 165568}
|
| 175 |
+
{"current_steps": 875, "total_steps": 38480, "loss": 0.3476, "lr": 1.1356548856548858e-05, "epoch": 0.45478170478170477, "percentage": 2.27, "elapsed_time": "0:02:02", "remaining_time": "1:27:41", "throughput": 1360.06, "total_tokens": 166496}
|
| 176 |
+
{"current_steps": 880, "total_steps": 38480, "loss": 0.4811, "lr": 1.1421517671517672e-05, "epoch": 0.4573804573804574, "percentage": 2.29, "elapsed_time": "0:02:03", "remaining_time": "1:27:40", "throughput": 1360.16, "total_tokens": 167456}
|
| 177 |
+
{"current_steps": 885, "total_steps": 38480, "loss": 0.343, "lr": 1.1486486486486488e-05, "epoch": 0.45997920997921, "percentage": 2.3, "elapsed_time": "0:02:03", "remaining_time": "1:27:39", "throughput": 1360.28, "total_tokens": 168416}
|
| 178 |
+
{"current_steps": 890, "total_steps": 38480, "loss": 0.3567, "lr": 1.1551455301455302e-05, "epoch": 0.4625779625779626, "percentage": 2.31, "elapsed_time": "0:02:04", "remaining_time": "1:27:38", "throughput": 1359.9, "total_tokens": 169312}
|
| 179 |
+
{"current_steps": 895, "total_steps": 38480, "loss": 0.4487, "lr": 1.1616424116424116e-05, "epoch": 0.46517671517671516, "percentage": 2.33, "elapsed_time": "0:02:05", "remaining_time": "1:27:37", "throughput": 1360.0, "total_tokens": 170272}
|
| 180 |
+
{"current_steps": 900, "total_steps": 38480, "loss": 0.3058, "lr": 1.1681392931392932e-05, "epoch": 0.4677754677754678, "percentage": 2.34, "elapsed_time": "0:02:05", "remaining_time": "1:27:36", "throughput": 1359.32, "total_tokens": 171136}
|
| 181 |
+
{"current_steps": 905, "total_steps": 38480, "loss": 0.1231, "lr": 1.1746361746361748e-05, "epoch": 0.4703742203742204, "percentage": 2.35, "elapsed_time": "0:02:06", "remaining_time": "1:27:36", "throughput": 1358.92, "total_tokens": 172032}
|
| 182 |
+
{"current_steps": 910, "total_steps": 38480, "loss": 0.4516, "lr": 1.1811330561330562e-05, "epoch": 0.47297297297297297, "percentage": 2.36, "elapsed_time": "0:02:07", "remaining_time": "1:27:35", "throughput": 1359.01, "total_tokens": 172992}
|
| 183 |
+
{"current_steps": 915, "total_steps": 38480, "loss": 0.4094, "lr": 1.1876299376299377e-05, "epoch": 0.47557172557172556, "percentage": 2.38, "elapsed_time": "0:02:07", "remaining_time": "1:27:34", "throughput": 1359.1, "total_tokens": 173952}
|
| 184 |
+
{"current_steps": 920, "total_steps": 38480, "loss": 0.4099, "lr": 1.194126819126819e-05, "epoch": 0.4781704781704782, "percentage": 2.39, "elapsed_time": "0:02:08", "remaining_time": "1:27:33", "throughput": 1358.69, "total_tokens": 174848}
|
| 185 |
+
{"current_steps": 925, "total_steps": 38480, "loss": 0.4286, "lr": 1.2006237006237007e-05, "epoch": 0.4807692307692308, "percentage": 2.4, "elapsed_time": "0:02:09", "remaining_time": "1:27:32", "throughput": 1358.57, "total_tokens": 175776}
|
| 186 |
+
{"current_steps": 930, "total_steps": 38480, "loss": 0.3136, "lr": 1.2071205821205823e-05, "epoch": 0.48336798336798337, "percentage": 2.42, "elapsed_time": "0:02:10", "remaining_time": "1:27:32", "throughput": 1359.66, "total_tokens": 176864}
|
| 187 |
+
{"current_steps": 935, "total_steps": 38480, "loss": 0.3767, "lr": 1.2136174636174637e-05, "epoch": 0.48596673596673595, "percentage": 2.43, "elapsed_time": "0:02:10", "remaining_time": "1:27:31", "throughput": 1360.02, "total_tokens": 177856}
|
| 188 |
+
{"current_steps": 940, "total_steps": 38480, "loss": 0.3064, "lr": 1.2201143451143451e-05, "epoch": 0.4885654885654886, "percentage": 2.44, "elapsed_time": "0:02:11", "remaining_time": "1:27:30", "throughput": 1360.34, "total_tokens": 178848}
|
| 189 |
+
{"current_steps": 945, "total_steps": 38480, "loss": 0.5884, "lr": 1.2266112266112267e-05, "epoch": 0.4911642411642412, "percentage": 2.46, "elapsed_time": "0:02:12", "remaining_time": "1:27:29", "throughput": 1360.9, "total_tokens": 179872}
|
| 190 |
+
{"current_steps": 950, "total_steps": 38480, "loss": 0.4918, "lr": 1.2331081081081081e-05, "epoch": 0.49376299376299376, "percentage": 2.47, "elapsed_time": "0:02:12", "remaining_time": "1:27:28", "throughput": 1360.03, "total_tokens": 180704}
|
| 191 |
+
{"current_steps": 955, "total_steps": 38480, "loss": 0.1717, "lr": 1.2396049896049897e-05, "epoch": 0.49636174636174635, "percentage": 2.48, "elapsed_time": "0:02:13", "remaining_time": "1:27:28", "throughput": 1359.4, "total_tokens": 181568}
|
| 192 |
+
{"current_steps": 960, "total_steps": 38480, "loss": 0.3197, "lr": 1.2461018711018711e-05, "epoch": 0.498960498960499, "percentage": 2.49, "elapsed_time": "0:02:14", "remaining_time": "1:27:27", "throughput": 1359.96, "total_tokens": 182592}
|
| 193 |
+
{"current_steps": 965, "total_steps": 38480, "loss": 0.2191, "lr": 1.2525987525987526e-05, "epoch": 0.5015592515592515, "percentage": 2.51, "elapsed_time": "0:02:14", "remaining_time": "1:27:26", "throughput": 1360.5, "total_tokens": 183616}
|
| 194 |
+
{"current_steps": 970, "total_steps": 38480, "loss": 0.2669, "lr": 1.2590956340956342e-05, "epoch": 0.5041580041580042, "percentage": 2.52, "elapsed_time": "0:02:15", "remaining_time": "1:27:26", "throughput": 1360.72, "total_tokens": 184608}
|
| 195 |
+
{"current_steps": 975, "total_steps": 38480, "loss": 0.3562, "lr": 1.2655925155925156e-05, "epoch": 0.5067567567567568, "percentage": 2.53, "elapsed_time": "0:02:16", "remaining_time": "1:27:25", "throughput": 1360.56, "total_tokens": 185536}
|
| 196 |
+
{"current_steps": 980, "total_steps": 38480, "loss": 0.3366, "lr": 1.2720893970893972e-05, "epoch": 0.5093555093555093, "percentage": 2.55, "elapsed_time": "0:02:17", "remaining_time": "1:27:24", "throughput": 1361.1, "total_tokens": 186560}
|
| 197 |
+
{"current_steps": 985, "total_steps": 38480, "loss": 0.4887, "lr": 1.2785862785862788e-05, "epoch": 0.511954261954262, "percentage": 2.56, "elapsed_time": "0:02:17", "remaining_time": "1:27:24", "throughput": 1361.4, "total_tokens": 187552}
|
| 198 |
+
{"current_steps": 990, "total_steps": 38480, "loss": 0.2911, "lr": 1.28508316008316e-05, "epoch": 0.5145530145530145, "percentage": 2.57, "elapsed_time": "0:02:18", "remaining_time": "1:27:23", "throughput": 1361.95, "total_tokens": 188576}
|
| 199 |
+
{"current_steps": 995, "total_steps": 38480, "loss": 0.3361, "lr": 1.2915800415800416e-05, "epoch": 0.5171517671517671, "percentage": 2.59, "elapsed_time": "0:02:19", "remaining_time": "1:27:22", "throughput": 1361.59, "total_tokens": 189472}
|
| 200 |
+
{"current_steps": 1000, "total_steps": 38480, "loss": 0.3709, "lr": 1.2980769230769232e-05, "epoch": 0.5197505197505198, "percentage": 2.6, "elapsed_time": "0:02:19", "remaining_time": "1:27:21", "throughput": 1361.22, "total_tokens": 190368}
|
| 201 |
+
{"current_steps": 1005, "total_steps": 38480, "loss": 0.0203, "lr": 1.3045738045738046e-05, "epoch": 0.5223492723492723, "percentage": 2.61, "elapsed_time": "0:02:20", "remaining_time": "1:27:20", "throughput": 1361.06, "total_tokens": 191296}
|
| 202 |
+
{"current_steps": 1010, "total_steps": 38480, "loss": 0.6673, "lr": 1.3110706860706862e-05, "epoch": 0.524948024948025, "percentage": 2.62, "elapsed_time": "0:02:21", "remaining_time": "1:27:20", "throughput": 1360.69, "total_tokens": 192192}
|
| 203 |
+
{"current_steps": 1015, "total_steps": 38480, "loss": 0.3606, "lr": 1.3175675675675675e-05, "epoch": 0.5275467775467776, "percentage": 2.64, "elapsed_time": "0:02:21", "remaining_time": "1:27:19", "throughput": 1360.77, "total_tokens": 193152}
|
| 204 |
+
{"current_steps": 1020, "total_steps": 38480, "loss": 0.729, "lr": 1.324064449064449e-05, "epoch": 0.5301455301455301, "percentage": 2.65, "elapsed_time": "0:02:22", "remaining_time": "1:27:18", "throughput": 1360.85, "total_tokens": 194112}
|
| 205 |
+
{"current_steps": 1025, "total_steps": 38480, "loss": 0.2439, "lr": 1.3305613305613307e-05, "epoch": 0.5327442827442828, "percentage": 2.66, "elapsed_time": "0:02:23", "remaining_time": "1:27:17", "throughput": 1360.94, "total_tokens": 195072}
|
| 206 |
+
{"current_steps": 1030, "total_steps": 38480, "loss": 0.2235, "lr": 1.337058212058212e-05, "epoch": 0.5353430353430353, "percentage": 2.68, "elapsed_time": "0:02:24", "remaining_time": "1:27:16", "throughput": 1360.39, "total_tokens": 195936}
|
| 207 |
+
{"current_steps": 1035, "total_steps": 38480, "loss": 0.4322, "lr": 1.3435550935550937e-05, "epoch": 0.5379417879417879, "percentage": 2.69, "elapsed_time": "0:02:24", "remaining_time": "1:27:15", "throughput": 1360.28, "total_tokens": 196864}
|
| 208 |
+
{"current_steps": 1040, "total_steps": 38480, "loss": 0.2937, "lr": 1.3500519750519753e-05, "epoch": 0.5405405405405406, "percentage": 2.7, "elapsed_time": "0:02:25", "remaining_time": "1:27:14", "throughput": 1360.84, "total_tokens": 197888}
|
| 209 |
+
{"current_steps": 1045, "total_steps": 38480, "loss": 0.1359, "lr": 1.3565488565488565e-05, "epoch": 0.5431392931392931, "percentage": 2.72, "elapsed_time": "0:02:26", "remaining_time": "1:27:14", "throughput": 1360.75, "total_tokens": 198816}
|
| 210 |
+
{"current_steps": 1050, "total_steps": 38480, "loss": 0.4252, "lr": 1.3630457380457381e-05, "epoch": 0.5457380457380457, "percentage": 2.73, "elapsed_time": "0:02:26", "remaining_time": "1:27:13", "throughput": 1360.6, "total_tokens": 199744}
|
| 211 |
+
{"current_steps": 1055, "total_steps": 38480, "loss": 0.2602, "lr": 1.3695426195426195e-05, "epoch": 0.5483367983367984, "percentage": 2.74, "elapsed_time": "0:02:27", "remaining_time": "1:27:12", "throughput": 1360.67, "total_tokens": 200704}
|
| 212 |
+
{"current_steps": 1060, "total_steps": 38480, "loss": 0.115, "lr": 1.3760395010395011e-05, "epoch": 0.5509355509355509, "percentage": 2.75, "elapsed_time": "0:02:28", "remaining_time": "1:27:11", "throughput": 1360.75, "total_tokens": 201664}
|
| 213 |
+
{"current_steps": 1065, "total_steps": 38480, "loss": 0.4572, "lr": 1.3825363825363827e-05, "epoch": 0.5535343035343036, "percentage": 2.77, "elapsed_time": "0:02:28", "remaining_time": "1:27:11", "throughput": 1360.81, "total_tokens": 202624}
|
| 214 |
+
{"current_steps": 1070, "total_steps": 38480, "loss": 0.0809, "lr": 1.389033264033264e-05, "epoch": 0.5561330561330561, "percentage": 2.78, "elapsed_time": "0:02:29", "remaining_time": "1:27:10", "throughput": 1360.46, "total_tokens": 203520}
|
| 215 |
+
{"current_steps": 1075, "total_steps": 38480, "loss": 0.2359, "lr": 1.3955301455301456e-05, "epoch": 0.5587318087318087, "percentage": 2.79, "elapsed_time": "0:02:30", "remaining_time": "1:27:09", "throughput": 1360.68, "total_tokens": 204512}
|
| 216 |
+
{"current_steps": 1080, "total_steps": 38480, "loss": 0.2572, "lr": 1.4020270270270271e-05, "epoch": 0.5613305613305614, "percentage": 2.81, "elapsed_time": "0:02:31", "remaining_time": "1:27:09", "throughput": 1360.74, "total_tokens": 205472}
|
| 217 |
+
{"current_steps": 1085, "total_steps": 38480, "loss": 0.4012, "lr": 1.4085239085239086e-05, "epoch": 0.5639293139293139, "percentage": 2.82, "elapsed_time": "0:02:31", "remaining_time": "1:27:08", "throughput": 1361.44, "total_tokens": 206528}
|
| 218 |
+
{"current_steps": 1090, "total_steps": 38480, "loss": 0.2503, "lr": 1.4150207900207902e-05, "epoch": 0.5665280665280665, "percentage": 2.83, "elapsed_time": "0:02:32", "remaining_time": "1:27:07", "throughput": 1361.1, "total_tokens": 207424}
|
| 219 |
+
{"current_steps": 1095, "total_steps": 38480, "loss": 0.081, "lr": 1.4215176715176714e-05, "epoch": 0.5691268191268192, "percentage": 2.85, "elapsed_time": "0:02:33", "remaining_time": "1:27:06", "throughput": 1361.4, "total_tokens": 208416}
|
| 220 |
+
{"current_steps": 1100, "total_steps": 38480, "loss": 0.2873, "lr": 1.428014553014553e-05, "epoch": 0.5717255717255717, "percentage": 2.86, "elapsed_time": "0:02:33", "remaining_time": "1:27:05", "throughput": 1361.71, "total_tokens": 209408}
|
| 221 |
+
{"current_steps": 1105, "total_steps": 38480, "loss": 0.3881, "lr": 1.4345114345114346e-05, "epoch": 0.5743243243243243, "percentage": 2.87, "elapsed_time": "0:02:34", "remaining_time": "1:27:04", "throughput": 1362.23, "total_tokens": 210432}
|
| 222 |
+
{"current_steps": 1110, "total_steps": 38480, "loss": 0.0864, "lr": 1.441008316008316e-05, "epoch": 0.5769230769230769, "percentage": 2.88, "elapsed_time": "0:02:35", "remaining_time": "1:27:04", "throughput": 1362.12, "total_tokens": 211360}
|
| 223 |
+
{"current_steps": 1115, "total_steps": 38480, "loss": 0.3045, "lr": 1.4475051975051976e-05, "epoch": 0.5795218295218295, "percentage": 2.9, "elapsed_time": "0:02:35", "remaining_time": "1:27:03", "throughput": 1362.02, "total_tokens": 212288}
|
| 224 |
+
{"current_steps": 1120, "total_steps": 38480, "loss": 0.33, "lr": 1.4540020790020792e-05, "epoch": 0.5821205821205822, "percentage": 2.91, "elapsed_time": "0:02:36", "remaining_time": "1:27:02", "throughput": 1361.92, "total_tokens": 213216}
|
| 225 |
+
{"current_steps": 1125, "total_steps": 38480, "loss": 0.31, "lr": 1.4604989604989605e-05, "epoch": 0.5847193347193347, "percentage": 2.92, "elapsed_time": "0:02:37", "remaining_time": "1:27:01", "throughput": 1362.23, "total_tokens": 214208}
|
| 226 |
+
{"current_steps": 1130, "total_steps": 38480, "loss": 0.3037, "lr": 1.466995841995842e-05, "epoch": 0.5873180873180873, "percentage": 2.94, "elapsed_time": "0:02:37", "remaining_time": "1:27:00", "throughput": 1362.74, "total_tokens": 215232}
|
| 227 |
+
{"current_steps": 1135, "total_steps": 38480, "loss": 0.3705, "lr": 1.4734927234927235e-05, "epoch": 0.58991683991684, "percentage": 2.95, "elapsed_time": "0:02:38", "remaining_time": "1:26:59", "throughput": 1362.25, "total_tokens": 216096}
|
| 228 |
+
{"current_steps": 1140, "total_steps": 38480, "loss": 0.2918, "lr": 1.479989604989605e-05, "epoch": 0.5925155925155925, "percentage": 2.96, "elapsed_time": "0:02:39", "remaining_time": "1:26:58", "throughput": 1362.13, "total_tokens": 217024}
|
| 229 |
+
{"current_steps": 1145, "total_steps": 38480, "loss": 0.1559, "lr": 1.4864864864864867e-05, "epoch": 0.5951143451143451, "percentage": 2.98, "elapsed_time": "0:02:40", "remaining_time": "1:26:57", "throughput": 1361.81, "total_tokens": 217920}
|
| 230 |
+
{"current_steps": 1150, "total_steps": 38480, "loss": 0.5104, "lr": 1.4929833679833679e-05, "epoch": 0.5977130977130977, "percentage": 2.99, "elapsed_time": "0:02:40", "remaining_time": "1:26:56", "throughput": 1361.52, "total_tokens": 218816}
|
| 231 |
+
{"current_steps": 1155, "total_steps": 38480, "loss": 0.3781, "lr": 1.4994802494802495e-05, "epoch": 0.6003118503118503, "percentage": 3.0, "elapsed_time": "0:02:41", "remaining_time": "1:26:56", "throughput": 1361.62, "total_tokens": 219776}
|
| 232 |
+
{"current_steps": 1160, "total_steps": 38480, "loss": 0.2502, "lr": 1.5059771309771311e-05, "epoch": 0.6029106029106029, "percentage": 3.01, "elapsed_time": "0:02:42", "remaining_time": "1:26:55", "throughput": 1361.49, "total_tokens": 220704}
|
| 233 |
+
{"current_steps": 1165, "total_steps": 38480, "loss": 0.2797, "lr": 1.5124740124740125e-05, "epoch": 0.6055093555093555, "percentage": 3.03, "elapsed_time": "0:02:42", "remaining_time": "1:26:54", "throughput": 1362.38, "total_tokens": 221792}
|
| 234 |
+
{"current_steps": 1170, "total_steps": 38480, "loss": 0.7419, "lr": 1.5189708939708941e-05, "epoch": 0.6081081081081081, "percentage": 3.04, "elapsed_time": "0:02:43", "remaining_time": "1:26:53", "throughput": 1362.67, "total_tokens": 222784}
|
| 235 |
+
{"current_steps": 1175, "total_steps": 38480, "loss": 0.392, "lr": 1.5254677754677754e-05, "epoch": 0.6107068607068608, "percentage": 3.05, "elapsed_time": "0:02:44", "remaining_time": "1:26:52", "throughput": 1362.76, "total_tokens": 223744}
|
| 236 |
+
{"current_steps": 1180, "total_steps": 38480, "loss": 0.1593, "lr": 1.531964656964657e-05, "epoch": 0.6133056133056133, "percentage": 3.07, "elapsed_time": "0:02:44", "remaining_time": "1:26:51", "throughput": 1363.04, "total_tokens": 224736}
|
| 237 |
+
{"current_steps": 1185, "total_steps": 38480, "loss": 0.2469, "lr": 1.5384615384615387e-05, "epoch": 0.6159043659043659, "percentage": 3.08, "elapsed_time": "0:02:45", "remaining_time": "1:26:51", "throughput": 1363.1, "total_tokens": 225696}
|
| 238 |
+
{"current_steps": 1190, "total_steps": 38480, "loss": 0.3126, "lr": 1.54495841995842e-05, "epoch": 0.6185031185031185, "percentage": 3.09, "elapsed_time": "0:02:46", "remaining_time": "1:26:50", "throughput": 1363.32, "total_tokens": 226688}
|
| 239 |
+
{"current_steps": 1195, "total_steps": 38480, "loss": 0.1982, "lr": 1.5514553014553016e-05, "epoch": 0.6211018711018711, "percentage": 3.11, "elapsed_time": "0:02:46", "remaining_time": "1:26:49", "throughput": 1363.54, "total_tokens": 227680}
|
| 240 |
+
{"current_steps": 1200, "total_steps": 38480, "loss": 0.2087, "lr": 1.557952182952183e-05, "epoch": 0.6237006237006237, "percentage": 3.12, "elapsed_time": "0:02:47", "remaining_time": "1:26:48", "throughput": 1363.24, "total_tokens": 228576}
|
| 241 |
+
{"current_steps": 1205, "total_steps": 38480, "loss": 0.1441, "lr": 1.5644490644490644e-05, "epoch": 0.6262993762993763, "percentage": 3.13, "elapsed_time": "0:02:48", "remaining_time": "1:26:48", "throughput": 1363.14, "total_tokens": 229504}
|
| 242 |
+
{"current_steps": 1210, "total_steps": 38480, "loss": 0.124, "lr": 1.570945945945946e-05, "epoch": 0.6288981288981289, "percentage": 3.14, "elapsed_time": "0:02:49", "remaining_time": "1:26:47", "throughput": 1363.23, "total_tokens": 230464}
|
| 243 |
+
{"current_steps": 1215, "total_steps": 38480, "loss": 0.1808, "lr": 1.5774428274428273e-05, "epoch": 0.6314968814968815, "percentage": 3.16, "elapsed_time": "0:02:49", "remaining_time": "1:26:46", "throughput": 1363.49, "total_tokens": 231456}
|
| 244 |
+
{"current_steps": 1220, "total_steps": 38480, "loss": 0.3585, "lr": 1.583939708939709e-05, "epoch": 0.6340956340956341, "percentage": 3.17, "elapsed_time": "0:02:50", "remaining_time": "1:26:45", "throughput": 1362.98, "total_tokens": 232320}
|
| 245 |
+
{"current_steps": 1225, "total_steps": 38480, "loss": 0.2376, "lr": 1.5904365904365904e-05, "epoch": 0.6366943866943867, "percentage": 3.18, "elapsed_time": "0:02:51", "remaining_time": "1:26:44", "throughput": 1362.51, "total_tokens": 233184}
|
| 246 |
+
{"current_steps": 1230, "total_steps": 38480, "loss": 0.338, "lr": 1.596933471933472e-05, "epoch": 0.6392931392931392, "percentage": 3.2, "elapsed_time": "0:02:51", "remaining_time": "1:26:44", "throughput": 1362.4, "total_tokens": 234112}
|
| 247 |
+
{"current_steps": 1235, "total_steps": 38480, "loss": 0.3006, "lr": 1.6034303534303536e-05, "epoch": 0.6418918918918919, "percentage": 3.21, "elapsed_time": "0:02:52", "remaining_time": "1:26:43", "throughput": 1362.28, "total_tokens": 235040}
|
| 248 |
+
{"current_steps": 1240, "total_steps": 38480, "loss": 0.2039, "lr": 1.6099272349272352e-05, "epoch": 0.6444906444906445, "percentage": 3.22, "elapsed_time": "0:02:53", "remaining_time": "1:26:42", "throughput": 1362.52, "total_tokens": 236032}
|
| 249 |
+
{"current_steps": 1245, "total_steps": 38480, "loss": 0.2783, "lr": 1.6164241164241165e-05, "epoch": 0.6470893970893971, "percentage": 3.24, "elapsed_time": "0:02:53", "remaining_time": "1:26:41", "throughput": 1362.59, "total_tokens": 236992}
|
| 250 |
+
{"current_steps": 1250, "total_steps": 38480, "loss": 0.0536, "lr": 1.622920997920998e-05, "epoch": 0.6496881496881497, "percentage": 3.25, "elapsed_time": "0:02:54", "remaining_time": "1:26:40", "throughput": 1363.04, "total_tokens": 238016}
|
| 251 |
+
{"current_steps": 1255, "total_steps": 38480, "loss": 0.3023, "lr": 1.6294178794178793e-05, "epoch": 0.6522869022869023, "percentage": 3.26, "elapsed_time": "0:02:55", "remaining_time": "1:26:40", "throughput": 1362.94, "total_tokens": 238944}
|
| 252 |
+
{"current_steps": 1260, "total_steps": 38480, "loss": 0.298, "lr": 1.635914760914761e-05, "epoch": 0.6548856548856549, "percentage": 3.27, "elapsed_time": "0:02:56", "remaining_time": "1:26:39", "throughput": 1363.02, "total_tokens": 239904}
|
| 253 |
+
{"current_steps": 1265, "total_steps": 38480, "loss": 0.2526, "lr": 1.6424116424116425e-05, "epoch": 0.6574844074844075, "percentage": 3.29, "elapsed_time": "0:02:56", "remaining_time": "1:26:38", "throughput": 1362.9, "total_tokens": 240832}
|
| 254 |
+
{"current_steps": 1270, "total_steps": 38480, "loss": 0.2256, "lr": 1.6489085239085238e-05, "epoch": 0.66008316008316, "percentage": 3.3, "elapsed_time": "0:02:57", "remaining_time": "1:26:37", "throughput": 1363.13, "total_tokens": 241824}
|
| 255 |
+
{"current_steps": 1275, "total_steps": 38480, "loss": 0.485, "lr": 1.6554054054054053e-05, "epoch": 0.6626819126819127, "percentage": 3.31, "elapsed_time": "0:02:58", "remaining_time": "1:26:37", "throughput": 1363.36, "total_tokens": 242816}
|
| 256 |
+
{"current_steps": 1280, "total_steps": 38480, "loss": 0.3629, "lr": 1.6619022869022873e-05, "epoch": 0.6652806652806653, "percentage": 3.33, "elapsed_time": "0:02:58", "remaining_time": "1:26:36", "throughput": 1363.59, "total_tokens": 243808}
|
| 257 |
+
{"current_steps": 1285, "total_steps": 38480, "loss": 0.3958, "lr": 1.6683991683991685e-05, "epoch": 0.6678794178794178, "percentage": 3.34, "elapsed_time": "0:02:59", "remaining_time": "1:26:35", "throughput": 1363.47, "total_tokens": 244736}
|
| 258 |
+
{"current_steps": 1290, "total_steps": 38480, "loss": 0.0782, "lr": 1.67489604989605e-05, "epoch": 0.6704781704781705, "percentage": 3.35, "elapsed_time": "0:03:00", "remaining_time": "1:26:35", "throughput": 1363.47, "total_tokens": 245696}
|
| 259 |
+
{"current_steps": 1295, "total_steps": 38480, "loss": 0.4312, "lr": 1.6813929313929314e-05, "epoch": 0.6730769230769231, "percentage": 3.37, "elapsed_time": "0:03:00", "remaining_time": "1:26:34", "throughput": 1363.88, "total_tokens": 246720}
|
| 260 |
+
{"current_steps": 1300, "total_steps": 38480, "loss": 0.2357, "lr": 1.687889812889813e-05, "epoch": 0.6756756756756757, "percentage": 3.38, "elapsed_time": "0:03:01", "remaining_time": "1:26:33", "throughput": 1364.31, "total_tokens": 247744}
|
| 261 |
+
{"current_steps": 1305, "total_steps": 38480, "loss": 0.395, "lr": 1.6943866943866946e-05, "epoch": 0.6782744282744283, "percentage": 3.39, "elapsed_time": "0:03:02", "remaining_time": "1:26:32", "throughput": 1364.56, "total_tokens": 248736}
|
| 262 |
+
{"current_steps": 1310, "total_steps": 38480, "loss": 0.3376, "lr": 1.7008835758835758e-05, "epoch": 0.6808731808731808, "percentage": 3.4, "elapsed_time": "0:03:02", "remaining_time": "1:26:31", "throughput": 1364.8, "total_tokens": 249728}
|
| 263 |
+
{"current_steps": 1315, "total_steps": 38480, "loss": 0.4266, "lr": 1.7073804573804574e-05, "epoch": 0.6834719334719335, "percentage": 3.42, "elapsed_time": "0:03:03", "remaining_time": "1:26:30", "throughput": 1364.53, "total_tokens": 250624}
|
| 264 |
+
{"current_steps": 1320, "total_steps": 38480, "loss": 0.1745, "lr": 1.713877338877339e-05, "epoch": 0.6860706860706861, "percentage": 3.43, "elapsed_time": "0:03:04", "remaining_time": "1:26:30", "throughput": 1364.74, "total_tokens": 251616}
|
| 265 |
+
{"current_steps": 1325, "total_steps": 38480, "loss": 0.1987, "lr": 1.7203742203742202e-05, "epoch": 0.6886694386694386, "percentage": 3.44, "elapsed_time": "0:03:05", "remaining_time": "1:26:29", "throughput": 1364.26, "total_tokens": 252480}
|
| 266 |
+
{"current_steps": 1330, "total_steps": 38480, "loss": 0.2202, "lr": 1.7268711018711022e-05, "epoch": 0.6912681912681913, "percentage": 3.46, "elapsed_time": "0:03:05", "remaining_time": "1:26:28", "throughput": 1364.3, "total_tokens": 253440}
|
| 267 |
+
{"current_steps": 1335, "total_steps": 38480, "loss": 0.5486, "lr": 1.7333679833679834e-05, "epoch": 0.6938669438669439, "percentage": 3.47, "elapsed_time": "0:03:06", "remaining_time": "1:26:28", "throughput": 1364.34, "total_tokens": 254400}
|
| 268 |
+
{"current_steps": 1340, "total_steps": 38480, "loss": 0.1507, "lr": 1.739864864864865e-05, "epoch": 0.6964656964656964, "percentage": 3.48, "elapsed_time": "0:03:07", "remaining_time": "1:26:27", "throughput": 1364.73, "total_tokens": 255424}
|
| 269 |
+
{"current_steps": 1345, "total_steps": 38480, "loss": 0.1084, "lr": 1.7463617463617466e-05, "epoch": 0.6990644490644491, "percentage": 3.5, "elapsed_time": "0:03:07", "remaining_time": "1:26:26", "throughput": 1364.44, "total_tokens": 256320}
|
| 270 |
+
{"current_steps": 1350, "total_steps": 38480, "loss": 0.3139, "lr": 1.752858627858628e-05, "epoch": 0.7016632016632016, "percentage": 3.51, "elapsed_time": "0:03:08", "remaining_time": "1:26:25", "throughput": 1364.14, "total_tokens": 257216}
|
| 271 |
+
{"current_steps": 1355, "total_steps": 38480, "loss": 0.6216, "lr": 1.7593555093555095e-05, "epoch": 0.7042619542619543, "percentage": 3.52, "elapsed_time": "0:03:09", "remaining_time": "1:26:25", "throughput": 1363.69, "total_tokens": 258080}
|
| 272 |
+
{"current_steps": 1360, "total_steps": 38480, "loss": 0.3345, "lr": 1.765852390852391e-05, "epoch": 0.7068607068607069, "percentage": 3.53, "elapsed_time": "0:03:09", "remaining_time": "1:26:24", "throughput": 1363.57, "total_tokens": 259008}
|
| 273 |
+
{"current_steps": 1365, "total_steps": 38480, "loss": 0.1141, "lr": 1.7723492723492723e-05, "epoch": 0.7094594594594594, "percentage": 3.55, "elapsed_time": "0:03:10", "remaining_time": "1:26:23", "throughput": 1363.62, "total_tokens": 259968}
|
| 274 |
+
{"current_steps": 1370, "total_steps": 38480, "loss": 0.1835, "lr": 1.778846153846154e-05, "epoch": 0.7120582120582121, "percentage": 3.56, "elapsed_time": "0:03:11", "remaining_time": "1:26:22", "throughput": 1363.86, "total_tokens": 260960}
|
| 275 |
+
{"current_steps": 1375, "total_steps": 38480, "loss": 0.5223, "lr": 1.785343035343035e-05, "epoch": 0.7146569646569647, "percentage": 3.57, "elapsed_time": "0:03:12", "remaining_time": "1:26:22", "throughput": 1363.9, "total_tokens": 261920}
|
| 276 |
+
{"current_steps": 1380, "total_steps": 38480, "loss": 0.1814, "lr": 1.791839916839917e-05, "epoch": 0.7172557172557172, "percentage": 3.59, "elapsed_time": "0:03:12", "remaining_time": "1:26:21", "throughput": 1363.61, "total_tokens": 262816}
|
| 277 |
+
{"current_steps": 1385, "total_steps": 38480, "loss": 0.5034, "lr": 1.7983367983367987e-05, "epoch": 0.7198544698544699, "percentage": 3.6, "elapsed_time": "0:03:13", "remaining_time": "1:26:20", "throughput": 1363.86, "total_tokens": 263808}
|
| 278 |
+
{"current_steps": 1390, "total_steps": 38480, "loss": 0.1949, "lr": 1.80483367983368e-05, "epoch": 0.7224532224532224, "percentage": 3.61, "elapsed_time": "0:03:14", "remaining_time": "1:26:19", "throughput": 1363.77, "total_tokens": 264736}
|
| 279 |
+
{"current_steps": 1395, "total_steps": 38480, "loss": 0.2221, "lr": 1.8113305613305615e-05, "epoch": 0.725051975051975, "percentage": 3.63, "elapsed_time": "0:03:14", "remaining_time": "1:26:19", "throughput": 1363.84, "total_tokens": 265696}
|
| 280 |
+
{"current_steps": 1400, "total_steps": 38480, "loss": 0.4934, "lr": 1.817827442827443e-05, "epoch": 0.7276507276507277, "percentage": 3.64, "elapsed_time": "0:03:15", "remaining_time": "1:26:18", "throughput": 1363.7, "total_tokens": 266624}
|
| 281 |
+
{"current_steps": 1405, "total_steps": 38480, "loss": 0.4552, "lr": 1.8243243243243244e-05, "epoch": 0.7302494802494802, "percentage": 3.65, "elapsed_time": "0:03:16", "remaining_time": "1:26:17", "throughput": 1363.78, "total_tokens": 267584}
|
| 282 |
+
{"current_steps": 1410, "total_steps": 38480, "loss": 0.2776, "lr": 1.830821205821206e-05, "epoch": 0.7328482328482329, "percentage": 3.66, "elapsed_time": "0:03:16", "remaining_time": "1:26:16", "throughput": 1363.85, "total_tokens": 268544}
|
| 283 |
+
{"current_steps": 1415, "total_steps": 38480, "loss": 0.1937, "lr": 1.8373180873180872e-05, "epoch": 0.7354469854469855, "percentage": 3.68, "elapsed_time": "0:03:17", "remaining_time": "1:26:15", "throughput": 1363.77, "total_tokens": 269472}
|
| 284 |
+
{"current_steps": 1420, "total_steps": 38480, "loss": 0.222, "lr": 1.8438149688149688e-05, "epoch": 0.738045738045738, "percentage": 3.69, "elapsed_time": "0:03:18", "remaining_time": "1:26:15", "throughput": 1363.52, "total_tokens": 270368}
|
| 285 |
+
{"current_steps": 1425, "total_steps": 38480, "loss": 0.3261, "lr": 1.8503118503118504e-05, "epoch": 0.7406444906444907, "percentage": 3.7, "elapsed_time": "0:03:18", "remaining_time": "1:26:14", "throughput": 1363.91, "total_tokens": 271392}
|
| 286 |
+
{"current_steps": 1430, "total_steps": 38480, "loss": 0.1954, "lr": 1.856808731808732e-05, "epoch": 0.7432432432432432, "percentage": 3.72, "elapsed_time": "0:03:19", "remaining_time": "1:26:13", "throughput": 1364.14, "total_tokens": 272384}
|
| 287 |
+
{"current_steps": 1435, "total_steps": 38480, "loss": 0.1465, "lr": 1.8633056133056136e-05, "epoch": 0.7458419958419958, "percentage": 3.73, "elapsed_time": "0:03:20", "remaining_time": "1:26:12", "throughput": 1363.9, "total_tokens": 273280}
|
| 288 |
+
{"current_steps": 1440, "total_steps": 38480, "loss": 0.0706, "lr": 1.8698024948024952e-05, "epoch": 0.7484407484407485, "percentage": 3.74, "elapsed_time": "0:03:21", "remaining_time": "1:26:11", "throughput": 1363.66, "total_tokens": 274176}
|
| 289 |
+
{"current_steps": 1445, "total_steps": 38480, "loss": 0.1589, "lr": 1.8762993762993764e-05, "epoch": 0.751039501039501, "percentage": 3.76, "elapsed_time": "0:03:21", "remaining_time": "1:26:11", "throughput": 1363.68, "total_tokens": 275136}
|
| 290 |
+
{"current_steps": 1450, "total_steps": 38480, "loss": 0.3379, "lr": 1.882796257796258e-05, "epoch": 0.7536382536382537, "percentage": 3.77, "elapsed_time": "0:03:22", "remaining_time": "1:26:10", "throughput": 1363.88, "total_tokens": 276128}
|
| 291 |
+
{"current_steps": 1455, "total_steps": 38480, "loss": 0.2128, "lr": 1.8892931392931393e-05, "epoch": 0.7562370062370062, "percentage": 3.78, "elapsed_time": "0:03:23", "remaining_time": "1:26:09", "throughput": 1363.61, "total_tokens": 277024}
|
| 292 |
+
{"current_steps": 1460, "total_steps": 38480, "loss": 0.253, "lr": 1.895790020790021e-05, "epoch": 0.7588357588357588, "percentage": 3.79, "elapsed_time": "0:03:23", "remaining_time": "1:26:08", "throughput": 1363.96, "total_tokens": 278048}
|
| 293 |
+
{"current_steps": 1465, "total_steps": 38480, "loss": 0.1789, "lr": 1.9022869022869025e-05, "epoch": 0.7614345114345115, "percentage": 3.81, "elapsed_time": "0:03:24", "remaining_time": "1:26:08", "throughput": 1364.16, "total_tokens": 279040}
|
| 294 |
+
{"current_steps": 1470, "total_steps": 38480, "loss": 0.2861, "lr": 1.9087837837837837e-05, "epoch": 0.764033264033264, "percentage": 3.82, "elapsed_time": "0:03:25", "remaining_time": "1:26:07", "throughput": 1364.19, "total_tokens": 280000}
|
| 295 |
+
{"current_steps": 1475, "total_steps": 38480, "loss": 0.0348, "lr": 1.9152806652806653e-05, "epoch": 0.7666320166320166, "percentage": 3.83, "elapsed_time": "0:03:25", "remaining_time": "1:26:06", "throughput": 1364.23, "total_tokens": 280960}
|
| 296 |
+
{"current_steps": 1480, "total_steps": 38480, "loss": 0.2644, "lr": 1.921777546777547e-05, "epoch": 0.7692307692307693, "percentage": 3.85, "elapsed_time": "0:03:26", "remaining_time": "1:26:06", "throughput": 1364.3, "total_tokens": 281920}
|
| 297 |
+
{"current_steps": 1485, "total_steps": 38480, "loss": 0.176, "lr": 1.9282744282744285e-05, "epoch": 0.7718295218295218, "percentage": 3.86, "elapsed_time": "0:03:27", "remaining_time": "1:26:05", "throughput": 1364.67, "total_tokens": 282944}
|
| 298 |
+
{"current_steps": 1490, "total_steps": 38480, "loss": 0.2196, "lr": 1.93477130977131e-05, "epoch": 0.7744282744282744, "percentage": 3.87, "elapsed_time": "0:03:28", "remaining_time": "1:26:04", "throughput": 1364.59, "total_tokens": 283872}
|
| 299 |
+
{"current_steps": 1495, "total_steps": 38480, "loss": 0.3736, "lr": 1.9412681912681913e-05, "epoch": 0.777027027027027, "percentage": 3.89, "elapsed_time": "0:03:28", "remaining_time": "1:26:03", "throughput": 1364.52, "total_tokens": 284800}
|
| 300 |
+
{"current_steps": 1500, "total_steps": 38480, "loss": 0.4256, "lr": 1.947765072765073e-05, "epoch": 0.7796257796257796, "percentage": 3.9, "elapsed_time": "0:03:29", "remaining_time": "1:26:02", "throughput": 1364.13, "total_tokens": 285664}
|
| 301 |
+
{"current_steps": 1505, "total_steps": 38480, "loss": 0.0563, "lr": 1.9542619542619545e-05, "epoch": 0.7822245322245323, "percentage": 3.91, "elapsed_time": "0:03:30", "remaining_time": "1:26:02", "throughput": 1364.15, "total_tokens": 286624}
|
| 302 |
+
{"current_steps": 1510, "total_steps": 38480, "loss": 0.1873, "lr": 1.9607588357588358e-05, "epoch": 0.7848232848232848, "percentage": 3.92, "elapsed_time": "0:03:30", "remaining_time": "1:26:01", "throughput": 1363.89, "total_tokens": 287520}
|
| 303 |
+
{"current_steps": 1515, "total_steps": 38480, "loss": 0.1794, "lr": 1.9672557172557174e-05, "epoch": 0.7874220374220374, "percentage": 3.94, "elapsed_time": "0:03:31", "remaining_time": "1:26:00", "throughput": 1364.12, "total_tokens": 288512}
|
| 304 |
+
{"current_steps": 1520, "total_steps": 38480, "loss": 0.3425, "lr": 1.9737525987525986e-05, "epoch": 0.7900207900207901, "percentage": 3.95, "elapsed_time": "0:03:32", "remaining_time": "1:25:59", "throughput": 1364.19, "total_tokens": 289472}
|
| 305 |
+
{"current_steps": 1525, "total_steps": 38480, "loss": 0.1134, "lr": 1.9802494802494802e-05, "epoch": 0.7926195426195426, "percentage": 3.96, "elapsed_time": "0:03:32", "remaining_time": "1:25:58", "throughput": 1364.1, "total_tokens": 290400}
|
| 306 |
+
{"current_steps": 1530, "total_steps": 38480, "loss": 0.1463, "lr": 1.9867463617463618e-05, "epoch": 0.7952182952182952, "percentage": 3.98, "elapsed_time": "0:03:33", "remaining_time": "1:25:58", "throughput": 1364.14, "total_tokens": 291360}
|
| 307 |
+
{"current_steps": 1535, "total_steps": 38480, "loss": 0.2242, "lr": 1.9932432432432434e-05, "epoch": 0.7978170478170478, "percentage": 3.99, "elapsed_time": "0:03:34", "remaining_time": "1:25:57", "throughput": 1364.51, "total_tokens": 292384}
|
| 308 |
+
{"current_steps": 1540, "total_steps": 38480, "loss": 0.3079, "lr": 1.999740124740125e-05, "epoch": 0.8004158004158004, "percentage": 4.0, "elapsed_time": "0:03:34", "remaining_time": "1:25:56", "throughput": 1365.17, "total_tokens": 293472}
|
| 309 |
+
{"current_steps": 1545, "total_steps": 38480, "loss": 0.2144, "lr": 2.0062370062370066e-05, "epoch": 0.803014553014553, "percentage": 4.02, "elapsed_time": "0:03:35", "remaining_time": "1:25:55", "throughput": 1365.22, "total_tokens": 294432}
|
| 310 |
+
{"current_steps": 1550, "total_steps": 38480, "loss": 0.4301, "lr": 2.0127338877338878e-05, "epoch": 0.8056133056133056, "percentage": 4.03, "elapsed_time": "0:03:36", "remaining_time": "1:25:54", "throughput": 1365.58, "total_tokens": 295456}
|
| 311 |
+
{"current_steps": 1555, "total_steps": 38480, "loss": 0.1254, "lr": 2.0192307692307694e-05, "epoch": 0.8082120582120582, "percentage": 4.04, "elapsed_time": "0:03:37", "remaining_time": "1:25:54", "throughput": 1365.79, "total_tokens": 296448}
|
| 312 |
+
{"current_steps": 1560, "total_steps": 38480, "loss": 0.073, "lr": 2.0257276507276507e-05, "epoch": 0.8108108108108109, "percentage": 4.05, "elapsed_time": "0:03:37", "remaining_time": "1:25:53", "throughput": 1365.71, "total_tokens": 297376}
|
| 313 |
+
{"current_steps": 1565, "total_steps": 38480, "loss": 0.1712, "lr": 2.0322245322245323e-05, "epoch": 0.8134095634095634, "percentage": 4.07, "elapsed_time": "0:03:38", "remaining_time": "1:25:52", "throughput": 1365.77, "total_tokens": 298336}
|
| 314 |
+
{"current_steps": 1570, "total_steps": 38480, "loss": 0.0883, "lr": 2.038721413721414e-05, "epoch": 0.816008316008316, "percentage": 4.08, "elapsed_time": "0:03:39", "remaining_time": "1:25:51", "throughput": 1365.69, "total_tokens": 299264}
|
| 315 |
+
{"current_steps": 1575, "total_steps": 38480, "loss": 0.1459, "lr": 2.045218295218295e-05, "epoch": 0.8186070686070686, "percentage": 4.09, "elapsed_time": "0:03:39", "remaining_time": "1:25:50", "throughput": 1365.9, "total_tokens": 300256}
|
| 316 |
+
{"current_steps": 1580, "total_steps": 38480, "loss": 0.0455, "lr": 2.0517151767151767e-05, "epoch": 0.8212058212058212, "percentage": 4.11, "elapsed_time": "0:03:40", "remaining_time": "1:25:50", "throughput": 1365.79, "total_tokens": 301184}
|
| 317 |
+
{"current_steps": 1585, "total_steps": 38480, "loss": 0.1223, "lr": 2.0582120582120583e-05, "epoch": 0.8238045738045738, "percentage": 4.12, "elapsed_time": "0:03:41", "remaining_time": "1:25:49", "throughput": 1365.85, "total_tokens": 302144}
|
| 318 |
+
{"current_steps": 1590, "total_steps": 38480, "loss": 0.2562, "lr": 2.06470893970894e-05, "epoch": 0.8264033264033264, "percentage": 4.13, "elapsed_time": "0:03:41", "remaining_time": "1:25:48", "throughput": 1366.03, "total_tokens": 303136}
|
| 319 |
+
{"current_steps": 1595, "total_steps": 38480, "loss": 0.2903, "lr": 2.0712058212058215e-05, "epoch": 0.829002079002079, "percentage": 4.15, "elapsed_time": "0:03:42", "remaining_time": "1:25:47", "throughput": 1366.08, "total_tokens": 304096}
|
| 320 |
+
{"current_steps": 1600, "total_steps": 38480, "loss": 0.1175, "lr": 2.0777027027027027e-05, "epoch": 0.8316008316008316, "percentage": 4.16, "elapsed_time": "0:03:43", "remaining_time": "1:25:46", "throughput": 1365.86, "total_tokens": 304992}
|
| 321 |
+
{"current_steps": 1605, "total_steps": 38480, "loss": 0.441, "lr": 2.0841995841995843e-05, "epoch": 0.8341995841995842, "percentage": 4.17, "elapsed_time": "0:03:43", "remaining_time": "1:25:46", "throughput": 1366.06, "total_tokens": 305984}
|
| 322 |
+
{"current_steps": 1610, "total_steps": 38480, "loss": 0.2397, "lr": 2.090696465696466e-05, "epoch": 0.8367983367983368, "percentage": 4.18, "elapsed_time": "0:03:44", "remaining_time": "1:25:45", "throughput": 1366.39, "total_tokens": 307008}
|
| 323 |
+
{"current_steps": 1615, "total_steps": 38480, "loss": 0.1155, "lr": 2.097193347193347e-05, "epoch": 0.8393970893970893, "percentage": 4.2, "elapsed_time": "0:03:45", "remaining_time": "1:25:44", "throughput": 1366.26, "total_tokens": 307936}
|
| 324 |
+
{"current_steps": 1620, "total_steps": 38480, "loss": 0.1308, "lr": 2.1036902286902288e-05, "epoch": 0.841995841995842, "percentage": 4.21, "elapsed_time": "0:03:46", "remaining_time": "1:25:44", "throughput": 1366.31, "total_tokens": 308896}
|
| 325 |
+
{"current_steps": 1625, "total_steps": 38480, "loss": 0.3235, "lr": 2.1101871101871104e-05, "epoch": 0.8445945945945946, "percentage": 4.22, "elapsed_time": "0:03:46", "remaining_time": "1:25:43", "throughput": 1366.22, "total_tokens": 309824}
|
| 326 |
+
{"current_steps": 1630, "total_steps": 38480, "loss": 0.2889, "lr": 2.1166839916839916e-05, "epoch": 0.8471933471933472, "percentage": 4.24, "elapsed_time": "0:03:47", "remaining_time": "1:25:42", "throughput": 1366.68, "total_tokens": 310880}
|
| 327 |
+
{"current_steps": 1635, "total_steps": 38480, "loss": 0.37, "lr": 2.1231808731808732e-05, "epoch": 0.8497920997920998, "percentage": 4.25, "elapsed_time": "0:03:48", "remaining_time": "1:25:41", "throughput": 1366.73, "total_tokens": 311840}
|
| 328 |
+
{"current_steps": 1640, "total_steps": 38480, "loss": 0.093, "lr": 2.1296777546777548e-05, "epoch": 0.8523908523908524, "percentage": 4.26, "elapsed_time": "0:03:48", "remaining_time": "1:25:40", "throughput": 1366.77, "total_tokens": 312800}
|
| 329 |
+
{"current_steps": 1645, "total_steps": 38480, "loss": 0.2817, "lr": 2.1361746361746364e-05, "epoch": 0.854989604989605, "percentage": 4.27, "elapsed_time": "0:03:49", "remaining_time": "1:25:40", "throughput": 1366.96, "total_tokens": 313792}
|
| 330 |
+
{"current_steps": 1650, "total_steps": 38480, "loss": 0.1116, "lr": 2.142671517671518e-05, "epoch": 0.8575883575883576, "percentage": 4.29, "elapsed_time": "0:03:50", "remaining_time": "1:25:39", "throughput": 1366.87, "total_tokens": 314720}
|
| 331 |
+
{"current_steps": 1655, "total_steps": 38480, "loss": 0.1472, "lr": 2.1491683991683992e-05, "epoch": 0.8601871101871101, "percentage": 4.3, "elapsed_time": "0:03:50", "remaining_time": "1:25:38", "throughput": 1366.79, "total_tokens": 315648}
|
| 332 |
+
{"current_steps": 1660, "total_steps": 38480, "loss": 0.0935, "lr": 2.1556652806652808e-05, "epoch": 0.8627858627858628, "percentage": 4.31, "elapsed_time": "0:03:51", "remaining_time": "1:25:37", "throughput": 1366.85, "total_tokens": 316608}
|
| 333 |
+
{"current_steps": 1665, "total_steps": 38480, "loss": 0.3108, "lr": 2.1621621621621624e-05, "epoch": 0.8653846153846154, "percentage": 4.33, "elapsed_time": "0:03:52", "remaining_time": "1:25:36", "throughput": 1367.04, "total_tokens": 317600}
|
| 334 |
+
{"current_steps": 1670, "total_steps": 38480, "loss": 0.5784, "lr": 2.1686590436590437e-05, "epoch": 0.867983367983368, "percentage": 4.34, "elapsed_time": "0:03:53", "remaining_time": "1:25:36", "throughput": 1367.09, "total_tokens": 318560}
|
| 335 |
+
{"current_steps": 1675, "total_steps": 38480, "loss": 0.1561, "lr": 2.1751559251559253e-05, "epoch": 0.8705821205821206, "percentage": 4.35, "elapsed_time": "0:03:53", "remaining_time": "1:25:35", "throughput": 1366.87, "total_tokens": 319456}
|
| 336 |
+
{"current_steps": 1680, "total_steps": 38480, "loss": 0.2432, "lr": 2.1816528066528065e-05, "epoch": 0.8731808731808732, "percentage": 4.37, "elapsed_time": "0:03:54", "remaining_time": "1:25:34", "throughput": 1366.78, "total_tokens": 320384}
|
| 337 |
+
{"current_steps": 1685, "total_steps": 38480, "loss": 0.2376, "lr": 2.188149688149688e-05, "epoch": 0.8757796257796258, "percentage": 4.38, "elapsed_time": "0:03:55", "remaining_time": "1:25:33", "throughput": 1366.8, "total_tokens": 321344}
|
| 338 |
+
{"current_steps": 1690, "total_steps": 38480, "loss": 0.1183, "lr": 2.1946465696465697e-05, "epoch": 0.8783783783783784, "percentage": 4.39, "elapsed_time": "0:03:55", "remaining_time": "1:25:33", "throughput": 1366.97, "total_tokens": 322336}
|
| 339 |
+
{"current_steps": 1695, "total_steps": 38480, "loss": 0.1023, "lr": 2.2011434511434513e-05, "epoch": 0.8809771309771309, "percentage": 4.4, "elapsed_time": "0:03:56", "remaining_time": "1:25:32", "throughput": 1367.27, "total_tokens": 323360}
|
| 340 |
+
{"current_steps": 1700, "total_steps": 38480, "loss": 0.1696, "lr": 2.207640332640333e-05, "epoch": 0.8835758835758836, "percentage": 4.42, "elapsed_time": "0:03:57", "remaining_time": "1:25:31", "throughput": 1367.05, "total_tokens": 324256}
|
| 341 |
+
{"current_steps": 1705, "total_steps": 38480, "loss": 0.3673, "lr": 2.2141372141372145e-05, "epoch": 0.8861746361746362, "percentage": 4.43, "elapsed_time": "0:03:57", "remaining_time": "1:25:30", "throughput": 1366.84, "total_tokens": 325152}
|
| 342 |
+
{"current_steps": 1710, "total_steps": 38480, "loss": 0.2393, "lr": 2.2206340956340957e-05, "epoch": 0.8887733887733887, "percentage": 4.44, "elapsed_time": "0:03:58", "remaining_time": "1:25:30", "throughput": 1366.63, "total_tokens": 326048}
|
| 343 |
+
{"current_steps": 1715, "total_steps": 38480, "loss": 0.1194, "lr": 2.2271309771309773e-05, "epoch": 0.8913721413721414, "percentage": 4.46, "elapsed_time": "0:03:59", "remaining_time": "1:25:29", "throughput": 1366.68, "total_tokens": 327008}
|
| 344 |
+
{"current_steps": 1720, "total_steps": 38480, "loss": 0.083, "lr": 2.2336278586278586e-05, "epoch": 0.893970893970894, "percentage": 4.47, "elapsed_time": "0:03:59", "remaining_time": "1:25:28", "throughput": 1366.59, "total_tokens": 327936}
|
| 345 |
+
{"current_steps": 1725, "total_steps": 38480, "loss": 0.3519, "lr": 2.24012474012474e-05, "epoch": 0.8965696465696466, "percentage": 4.48, "elapsed_time": "0:04:00", "remaining_time": "1:25:27", "throughput": 1366.59, "total_tokens": 328896}
|
| 346 |
+
{"current_steps": 1730, "total_steps": 38480, "loss": 0.1444, "lr": 2.2466216216216218e-05, "epoch": 0.8991683991683992, "percentage": 4.5, "elapsed_time": "0:04:01", "remaining_time": "1:25:27", "throughput": 1366.76, "total_tokens": 329888}
|
| 347 |
+
{"current_steps": 1735, "total_steps": 38480, "loss": 0.1719, "lr": 2.253118503118503e-05, "epoch": 0.9017671517671517, "percentage": 4.51, "elapsed_time": "0:04:02", "remaining_time": "1:25:26", "throughput": 1366.78, "total_tokens": 330848}
|
| 348 |
+
{"current_steps": 1740, "total_steps": 38480, "loss": 0.2148, "lr": 2.2596153846153846e-05, "epoch": 0.9043659043659044, "percentage": 4.52, "elapsed_time": "0:04:02", "remaining_time": "1:25:25", "throughput": 1366.54, "total_tokens": 331744}
|
| 349 |
+
{"current_steps": 1745, "total_steps": 38480, "loss": 0.2771, "lr": 2.2661122661122662e-05, "epoch": 0.906964656964657, "percentage": 4.53, "elapsed_time": "0:04:03", "remaining_time": "1:25:25", "throughput": 1366.7, "total_tokens": 332736}
|
| 350 |
+
{"current_steps": 1750, "total_steps": 38480, "loss": 0.1562, "lr": 2.2726091476091478e-05, "epoch": 0.9095634095634095, "percentage": 4.55, "elapsed_time": "0:04:04", "remaining_time": "1:25:24", "throughput": 1366.86, "total_tokens": 333728}
|
| 351 |
+
{"current_steps": 1755, "total_steps": 38480, "loss": 0.0393, "lr": 2.2791060291060294e-05, "epoch": 0.9121621621621622, "percentage": 4.56, "elapsed_time": "0:04:04", "remaining_time": "1:25:23", "throughput": 1366.63, "total_tokens": 334624}
|
| 352 |
+
{"current_steps": 1760, "total_steps": 38480, "loss": 0.1265, "lr": 2.2856029106029106e-05, "epoch": 0.9147609147609148, "percentage": 4.57, "elapsed_time": "0:04:05", "remaining_time": "1:25:22", "throughput": 1366.81, "total_tokens": 335616}
|
| 353 |
+
{"current_steps": 1765, "total_steps": 38480, "loss": 0.2743, "lr": 2.2920997920997922e-05, "epoch": 0.9173596673596673, "percentage": 4.59, "elapsed_time": "0:04:06", "remaining_time": "1:25:22", "throughput": 1366.73, "total_tokens": 336544}
|
| 354 |
+
{"current_steps": 1770, "total_steps": 38480, "loss": 0.2137, "lr": 2.2985966735966738e-05, "epoch": 0.91995841995842, "percentage": 4.6, "elapsed_time": "0:04:06", "remaining_time": "1:25:21", "throughput": 1366.65, "total_tokens": 337472}
|
| 355 |
+
{"current_steps": 1775, "total_steps": 38480, "loss": 0.3174, "lr": 2.305093555093555e-05, "epoch": 0.9225571725571725, "percentage": 4.61, "elapsed_time": "0:04:07", "remaining_time": "1:25:20", "throughput": 1366.55, "total_tokens": 338400}
|
| 356 |
+
{"current_steps": 1780, "total_steps": 38480, "loss": 0.1148, "lr": 2.3115904365904367e-05, "epoch": 0.9251559251559252, "percentage": 4.63, "elapsed_time": "0:04:08", "remaining_time": "1:25:20", "throughput": 1366.58, "total_tokens": 339360}
|
| 357 |
+
{"current_steps": 1785, "total_steps": 38480, "loss": 0.2128, "lr": 2.3180873180873183e-05, "epoch": 0.9277546777546778, "percentage": 4.64, "elapsed_time": "0:04:09", "remaining_time": "1:25:19", "throughput": 1366.47, "total_tokens": 340288}
|
| 358 |
+
{"current_steps": 1790, "total_steps": 38480, "loss": 0.2603, "lr": 2.3245841995841995e-05, "epoch": 0.9303534303534303, "percentage": 4.65, "elapsed_time": "0:04:09", "remaining_time": "1:25:18", "throughput": 1366.74, "total_tokens": 341312}
|
| 359 |
+
{"current_steps": 1795, "total_steps": 38480, "loss": 0.351, "lr": 2.331081081081081e-05, "epoch": 0.932952182952183, "percentage": 4.66, "elapsed_time": "0:04:10", "remaining_time": "1:25:18", "throughput": 1366.76, "total_tokens": 342272}
|
| 360 |
+
{"current_steps": 1800, "total_steps": 38480, "loss": 0.3326, "lr": 2.3375779625779627e-05, "epoch": 0.9355509355509356, "percentage": 4.68, "elapsed_time": "0:04:11", "remaining_time": "1:25:17", "throughput": 1366.41, "total_tokens": 343136}
|
| 361 |
+
{"current_steps": 1805, "total_steps": 38480, "loss": 0.2573, "lr": 2.3440748440748443e-05, "epoch": 0.9381496881496881, "percentage": 4.69, "elapsed_time": "0:04:11", "remaining_time": "1:25:16", "throughput": 1366.31, "total_tokens": 344064}
|
| 362 |
+
{"current_steps": 1810, "total_steps": 38480, "loss": 0.1404, "lr": 2.350571725571726e-05, "epoch": 0.9407484407484408, "percentage": 4.7, "elapsed_time": "0:04:12", "remaining_time": "1:25:15", "throughput": 1366.33, "total_tokens": 345024}
|
| 363 |
+
{"current_steps": 1815, "total_steps": 38480, "loss": 0.2378, "lr": 2.357068607068607e-05, "epoch": 0.9433471933471933, "percentage": 4.72, "elapsed_time": "0:04:13", "remaining_time": "1:25:15", "throughput": 1366.48, "total_tokens": 346016}
|
| 364 |
+
{"current_steps": 1820, "total_steps": 38480, "loss": 0.3027, "lr": 2.3635654885654887e-05, "epoch": 0.9459459459459459, "percentage": 4.73, "elapsed_time": "0:04:13", "remaining_time": "1:25:14", "throughput": 1366.62, "total_tokens": 347008}
|
| 365 |
+
{"current_steps": 1825, "total_steps": 38480, "loss": 0.1569, "lr": 2.3700623700623703e-05, "epoch": 0.9485446985446986, "percentage": 4.74, "elapsed_time": "0:04:14", "remaining_time": "1:25:13", "throughput": 1366.54, "total_tokens": 347936}
|
| 366 |
+
{"current_steps": 1830, "total_steps": 38480, "loss": 0.185, "lr": 2.3765592515592516e-05, "epoch": 0.9511434511434511, "percentage": 4.76, "elapsed_time": "0:04:15", "remaining_time": "1:25:13", "throughput": 1366.54, "total_tokens": 348896}
|
| 367 |
+
{"current_steps": 1835, "total_steps": 38480, "loss": 0.2441, "lr": 2.383056133056133e-05, "epoch": 0.9537422037422038, "percentage": 4.77, "elapsed_time": "0:04:16", "remaining_time": "1:25:12", "throughput": 1366.45, "total_tokens": 349824}
|
| 368 |
+
{"current_steps": 1840, "total_steps": 38480, "loss": 0.1772, "lr": 2.3895530145530144e-05, "epoch": 0.9563409563409564, "percentage": 4.78, "elapsed_time": "0:04:16", "remaining_time": "1:25:11", "throughput": 1366.34, "total_tokens": 350752}
|
| 369 |
+
{"current_steps": 1845, "total_steps": 38480, "loss": 0.1803, "lr": 2.396049896049896e-05, "epoch": 0.9589397089397089, "percentage": 4.79, "elapsed_time": "0:04:17", "remaining_time": "1:25:11", "throughput": 1366.12, "total_tokens": 351648}
|
| 370 |
+
{"current_steps": 1850, "total_steps": 38480, "loss": 0.1999, "lr": 2.4025467775467776e-05, "epoch": 0.9615384615384616, "percentage": 4.81, "elapsed_time": "0:04:18", "remaining_time": "1:25:10", "throughput": 1366.16, "total_tokens": 352608}
|
| 371 |
+
{"current_steps": 1855, "total_steps": 38480, "loss": 0.2177, "lr": 2.4090436590436592e-05, "epoch": 0.9641372141372141, "percentage": 4.82, "elapsed_time": "0:04:18", "remaining_time": "1:25:09", "throughput": 1366.44, "total_tokens": 353632}
|
| 372 |
+
{"current_steps": 1860, "total_steps": 38480, "loss": 0.0825, "lr": 2.4155405405405408e-05, "epoch": 0.9667359667359667, "percentage": 4.83, "elapsed_time": "0:04:19", "remaining_time": "1:25:08", "throughput": 1366.47, "total_tokens": 354592}
|
| 373 |
+
{"current_steps": 1865, "total_steps": 38480, "loss": 0.288, "lr": 2.4220374220374224e-05, "epoch": 0.9693347193347194, "percentage": 4.85, "elapsed_time": "0:04:20", "remaining_time": "1:25:08", "throughput": 1366.12, "total_tokens": 355456}
|
| 374 |
+
{"current_steps": 1870, "total_steps": 38480, "loss": 0.1211, "lr": 2.4285343035343036e-05, "epoch": 0.9719334719334719, "percentage": 4.86, "elapsed_time": "0:04:20", "remaining_time": "1:25:07", "throughput": 1366.29, "total_tokens": 356448}
|
| 375 |
+
{"current_steps": 1875, "total_steps": 38480, "loss": 0.3246, "lr": 2.4350311850311852e-05, "epoch": 0.9745322245322245, "percentage": 4.87, "elapsed_time": "0:04:21", "remaining_time": "1:25:06", "throughput": 1366.34, "total_tokens": 357408}
|
| 376 |
+
{"current_steps": 1880, "total_steps": 38480, "loss": 0.1601, "lr": 2.4415280665280665e-05, "epoch": 0.9771309771309772, "percentage": 4.89, "elapsed_time": "0:04:22", "remaining_time": "1:25:05", "throughput": 1366.39, "total_tokens": 358368}
|
| 377 |
+
{"current_steps": 1885, "total_steps": 38480, "loss": 0.2995, "lr": 2.448024948024948e-05, "epoch": 0.9797297297297297, "percentage": 4.9, "elapsed_time": "0:04:22", "remaining_time": "1:25:05", "throughput": 1366.32, "total_tokens": 359296}
|
| 378 |
+
{"current_steps": 1890, "total_steps": 38480, "loss": 0.1981, "lr": 2.4545218295218297e-05, "epoch": 0.9823284823284824, "percentage": 4.91, "elapsed_time": "0:04:23", "remaining_time": "1:25:04", "throughput": 1366.38, "total_tokens": 360256}
|
| 379 |
+
{"current_steps": 1895, "total_steps": 38480, "loss": 0.107, "lr": 2.461018711018711e-05, "epoch": 0.9849272349272349, "percentage": 4.92, "elapsed_time": "0:04:24", "remaining_time": "1:25:03", "throughput": 1366.43, "total_tokens": 361216}
|
| 380 |
+
{"current_steps": 1900, "total_steps": 38480, "loss": 0.2286, "lr": 2.4675155925155925e-05, "epoch": 0.9875259875259875, "percentage": 4.94, "elapsed_time": "0:04:25", "remaining_time": "1:25:02", "throughput": 1366.48, "total_tokens": 362176}
|
| 381 |
+
{"current_steps": 1905, "total_steps": 38480, "loss": 0.3144, "lr": 2.4740124740124744e-05, "epoch": 0.9901247401247402, "percentage": 4.95, "elapsed_time": "0:04:25", "remaining_time": "1:25:01", "throughput": 1366.77, "total_tokens": 363200}
|
| 382 |
+
{"current_steps": 1910, "total_steps": 38480, "loss": 0.0685, "lr": 2.4805093555093557e-05, "epoch": 0.9927234927234927, "percentage": 4.96, "elapsed_time": "0:04:26", "remaining_time": "1:25:01", "throughput": 1366.78, "total_tokens": 364160}
|
| 383 |
+
{"current_steps": 1915, "total_steps": 38480, "loss": 0.2603, "lr": 2.4870062370062373e-05, "epoch": 0.9953222453222453, "percentage": 4.98, "elapsed_time": "0:04:27", "remaining_time": "1:25:00", "throughput": 1366.45, "total_tokens": 365024}
|
| 384 |
+
{"current_steps": 1920, "total_steps": 38480, "loss": 0.343, "lr": 2.4935031185031185e-05, "epoch": 0.997920997920998, "percentage": 4.99, "elapsed_time": "0:04:27", "remaining_time": "1:24:59", "throughput": 1366.6, "total_tokens": 366016}
|
| 385 |
+
{"current_steps": 1924, "total_steps": 38480, "eval_loss": 0.20758913457393646, "epoch": 1.0, "percentage": 5.0, "elapsed_time": "0:04:36", "remaining_time": "1:27:32", "throughput": 1326.55, "total_tokens": 366712}
|
| 386 |
+
{"current_steps": 1925, "total_steps": 38480, "loss": 0.3316, "lr": 2.5e-05, "epoch": 1.0005197505197505, "percentage": 5.0, "elapsed_time": "0:04:37", "remaining_time": "1:27:52", "throughput": 1321.43, "total_tokens": 366904}
|
| 387 |
+
{"current_steps": 1930, "total_steps": 38480, "loss": 0.2137, "lr": 2.5064968814968814e-05, "epoch": 1.003118503118503, "percentage": 5.02, "elapsed_time": "0:04:38", "remaining_time": "1:27:52", "throughput": 1321.24, "total_tokens": 367832}
|
| 388 |
+
{"current_steps": 1935, "total_steps": 38480, "loss": 0.1894, "lr": 2.5129937629937633e-05, "epoch": 1.0057172557172558, "percentage": 5.03, "elapsed_time": "0:04:39", "remaining_time": "1:28:02", "throughput": 1318.52, "total_tokens": 368824}
|
| 389 |
+
{"current_steps": 1940, "total_steps": 38480, "loss": 0.4569, "lr": 2.5194906444906446e-05, "epoch": 1.0083160083160083, "percentage": 5.04, "elapsed_time": "0:04:40", "remaining_time": "1:28:02", "throughput": 1318.72, "total_tokens": 369816}
|
| 390 |
+
{"current_steps": 1945, "total_steps": 38480, "loss": 0.2239, "lr": 2.5259875259875258e-05, "epoch": 1.0109147609147608, "percentage": 5.05, "elapsed_time": "0:04:41", "remaining_time": "1:28:00", "throughput": 1318.83, "total_tokens": 370776}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:911770d6d8d9b313b4d4562fd1969362337bc8f34863aae0842be79db2b5b91d
|
| 3 |
+
size 6289
|