From 3db764db4fd9865a28ea3252da4867a9403c18c5 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 13 Aug 2026 12:37:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: fpadovani/ind-latn-10mb-100mb_seed455 Source: Original Platform --- .gitattributes | 35 + README.md | 58 + added_tokens.json | 1202 + checkpoint-12000/added_tokens.json | 1202 + checkpoint-12000/config.json | 34 + checkpoint-12000/generation_config.json | 9 + checkpoint-12000/model.safetensors | 3 + checkpoint-12000/rng_state.pth | 3 + checkpoint-12000/special_tokens_map.json | 1249 + checkpoint-12000/spiece.model | 3 + checkpoint-12000/tokenizer_config.json | 10825 ++++++++ checkpoint-12000/trainer_state.json | 24078 +++++++++++++++++ checkpoint-12000/training_args.bin | 3 + checkpoint-15000/added_tokens.json | 1202 + checkpoint-15000/config.json | 34 + checkpoint-15000/generation_config.json | 9 + checkpoint-15000/model.safetensors | 3 + checkpoint-15000/rng_state.pth | 3 + checkpoint-15000/special_tokens_map.json | 1249 + checkpoint-15000/spiece.model | 3 + checkpoint-15000/tokenizer_config.json | 10825 ++++++++ checkpoint-15000/trainer_state.json | 30089 +++++++++++++++++++++ checkpoint-15000/training_args.bin | 3 + checkpoint-3000/added_tokens.json | 1202 + checkpoint-3000/config.json | 34 + checkpoint-3000/generation_config.json | 9 + checkpoint-3000/model.safetensors | 3 + checkpoint-3000/rng_state.pth | 3 + checkpoint-3000/special_tokens_map.json | 1249 + checkpoint-3000/spiece.model | 3 + checkpoint-3000/tokenizer_config.json | 10825 ++++++++ checkpoint-3000/trainer_state.json | 6045 +++++ checkpoint-3000/training_args.bin | 3 + checkpoint-6000/added_tokens.json | 1202 + checkpoint-6000/config.json | 34 + checkpoint-6000/generation_config.json | 9 + checkpoint-6000/model.safetensors | 3 + checkpoint-6000/rng_state.pth | 3 + checkpoint-6000/special_tokens_map.json | 1249 + checkpoint-6000/spiece.model | 3 + checkpoint-6000/tokenizer_config.json | 10825 ++++++++ checkpoint-6000/trainer_state.json | 12056 +++++++++ checkpoint-6000/training_args.bin | 3 + checkpoint-9000/added_tokens.json | 1202 + checkpoint-9000/config.json | 34 + checkpoint-9000/generation_config.json | 9 + checkpoint-9000/model.safetensors | 3 + checkpoint-9000/rng_state.pth | 3 + checkpoint-9000/special_tokens_map.json | 1249 + checkpoint-9000/spiece.model | 3 + checkpoint-9000/tokenizer_config.json | 10825 ++++++++ checkpoint-9000/trainer_state.json | 18067 +++++++++++++ checkpoint-9000/training_args.bin | 3 + config.json | 34 + model.safetensors | 3 + special_tokens_map.json | 1249 + spiece.model | 3 + tokenizer_config.json | 10825 ++++++++ training_args.bin | 3 + 59 files changed, 170402 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 added_tokens.json create mode 100644 checkpoint-12000/added_tokens.json create mode 100644 checkpoint-12000/config.json create mode 100644 checkpoint-12000/generation_config.json create mode 100644 checkpoint-12000/model.safetensors create mode 100644 checkpoint-12000/rng_state.pth create mode 100644 checkpoint-12000/special_tokens_map.json create mode 100644 checkpoint-12000/spiece.model create mode 100644 checkpoint-12000/tokenizer_config.json create mode 100644 checkpoint-12000/trainer_state.json create mode 100644 checkpoint-12000/training_args.bin create mode 100644 checkpoint-15000/added_tokens.json create mode 100644 checkpoint-15000/config.json create mode 100644 checkpoint-15000/generation_config.json create mode 100644 checkpoint-15000/model.safetensors create mode 100644 checkpoint-15000/rng_state.pth create mode 100644 checkpoint-15000/special_tokens_map.json create mode 100644 checkpoint-15000/spiece.model create mode 100644 checkpoint-15000/tokenizer_config.json create mode 100644 checkpoint-15000/trainer_state.json create mode 100644 checkpoint-15000/training_args.bin create mode 100644 checkpoint-3000/added_tokens.json create mode 100644 checkpoint-3000/config.json create mode 100644 checkpoint-3000/generation_config.json create mode 100644 checkpoint-3000/model.safetensors create mode 100644 checkpoint-3000/rng_state.pth create mode 100644 checkpoint-3000/special_tokens_map.json create mode 100644 checkpoint-3000/spiece.model create mode 100644 checkpoint-3000/tokenizer_config.json create mode 100644 checkpoint-3000/trainer_state.json create mode 100644 checkpoint-3000/training_args.bin create mode 100644 checkpoint-6000/added_tokens.json create mode 100644 checkpoint-6000/config.json create mode 100644 checkpoint-6000/generation_config.json create mode 100644 checkpoint-6000/model.safetensors create mode 100644 checkpoint-6000/rng_state.pth create mode 100644 checkpoint-6000/special_tokens_map.json create mode 100644 checkpoint-6000/spiece.model create mode 100644 checkpoint-6000/tokenizer_config.json create mode 100644 checkpoint-6000/trainer_state.json create mode 100644 checkpoint-6000/training_args.bin create mode 100644 checkpoint-9000/added_tokens.json create mode 100644 checkpoint-9000/config.json create mode 100644 checkpoint-9000/generation_config.json create mode 100644 checkpoint-9000/model.safetensors create mode 100644 checkpoint-9000/rng_state.pth create mode 100644 checkpoint-9000/special_tokens_map.json create mode 100644 checkpoint-9000/spiece.model create mode 100644 checkpoint-9000/tokenizer_config.json create mode 100644 checkpoint-9000/trainer_state.json create mode 100644 checkpoint-9000/training_args.bin create mode 100644 config.json create mode 100644 model.safetensors create mode 100644 special_tokens_map.json create mode 100644 spiece.model create mode 100644 tokenizer_config.json create mode 100644 training_args.bin diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a6344aa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,35 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e69c12 --- /dev/null +++ b/README.md @@ -0,0 +1,58 @@ +--- +base_model: goldfish-models/ind_latn_10mb +library_name: transformers +model_name: ind-latn-10mb-100mb_seed455 +tags: +- generated_from_trainer +- sft +- trl +licence: license +--- + +# Model Card for ind-latn-10mb-100mb_seed455 + +This model is a fine-tuned version of [goldfish-models/ind_latn_10mb](https://huggingface.co/goldfish-models/ind_latn_10mb). +It has been trained using [TRL](https://github.com/huggingface/trl). + +## Quick start + +```python +from transformers import pipeline + +question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?" +generator = pipeline("text-generation", model="fpadovani/ind-latn-10mb-100mb_seed455", device="cuda") +output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0] +print(output["generated_text"]) +``` + +## Training procedure + +[Visualize in Weights & Biases](https://wandb.ai/f-padovani-university-of-groningen/new_tokenizers/runs/sht8am5k) + + +This model was trained with SFT. + +### Framework versions + +- TRL: 0.23.0 +- Transformers: 4.56.2 +- Pytorch: 2.11.0 +- Datasets: 4.8.4 +- Tokenizers: 0.22.1 + +## Citations + + + +Cite TRL as: + +```bibtex +@misc{vonwerra2022trl, + title = {{TRL: Transformer Reinforcement Learning}}, + author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec}, + year = 2020, + journal = {GitHub repository}, + publisher = {GitHub}, + howpublished = {\url{https://github.com/huggingface/trl}} +} +``` \ No newline at end of file diff --git a/added_tokens.json b/added_tokens.json new file mode 100644 index 0000000..b3dbcdb --- /dev/null +++ b/added_tokens.json @@ -0,0 +1,1202 @@ +{ + "": 50002, + "[CLS]": 50000, + "[MASK]": 50003, + "[SEP]": 50001, + "[XXXXX0]": 50771, + "[XXXXX1000]": 50549, + "[XXXXX1001]": 50657, + "[XXXXX1002]": 51158, + "[XXXXX1003]": 51044, + "[XXXXX1004]": 50688, + "[XXXXX1005]": 50689, + "[XXXXX1006]": 50410, + "[XXXXX1007]": 50724, + "[XXXXX1008]": 50171, + "[XXXXX1009]": 51077, + "[XXXXX100]": 50091, + "[XXXXX1010]": 50639, + "[XXXXX1011]": 51094, + "[XXXXX1012]": 50392, + "[XXXXX1013]": 50626, + "[XXXXX1014]": 50991, + "[XXXXX1015]": 50529, + "[XXXXX1016]": 51193, + "[XXXXX1017]": 51073, + "[XXXXX1018]": 51104, + "[XXXXX1019]": 50775, + "[XXXXX101]": 50139, + "[XXXXX1020]": 50157, + "[XXXXX1021]": 50934, + "[XXXXX1022]": 51159, + "[XXXXX1023]": 50048, + "[XXXXX1024]": 51123, + "[XXXXX1025]": 50084, + "[XXXXX1026]": 50813, + "[XXXXX1027]": 50725, + "[XXXXX1028]": 50931, + "[XXXXX1029]": 50233, + "[XXXXX102]": 50213, + "[XXXXX1030]": 51023, + "[XXXXX1031]": 50098, + "[XXXXX1032]": 50802, + "[XXXXX1033]": 50061, + "[XXXXX1034]": 51139, + "[XXXXX1035]": 51110, + "[XXXXX1036]": 50204, + "[XXXXX1037]": 50023, + "[XXXXX1038]": 50142, + "[XXXXX1039]": 50328, + "[XXXXX103]": 50087, + "[XXXXX1040]": 50435, + "[XXXXX1041]": 50489, + "[XXXXX1042]": 50216, + "[XXXXX1043]": 50144, + "[XXXXX1044]": 50832, + "[XXXXX1045]": 50566, + "[XXXXX1046]": 50922, + "[XXXXX1047]": 50796, + "[XXXXX1048]": 50533, + "[XXXXX1049]": 50433, + "[XXXXX104]": 50478, + "[XXXXX1050]": 50953, + "[XXXXX1051]": 50497, + "[XXXXX1052]": 50655, + "[XXXXX1053]": 50881, + "[XXXXX1054]": 50461, + "[XXXXX1055]": 50052, + "[XXXXX1056]": 50219, + "[XXXXX1057]": 50789, + "[XXXXX1058]": 50121, + "[XXXXX1059]": 51002, + "[XXXXX105]": 51192, + "[XXXXX1060]": 50158, + "[XXXXX1061]": 50352, + "[XXXXX1062]": 50637, + "[XXXXX1063]": 50440, + "[XXXXX1064]": 50590, + "[XXXXX1065]": 51107, + "[XXXXX1066]": 50758, + "[XXXXX1067]": 51011, + "[XXXXX1068]": 50985, + "[XXXXX1069]": 51175, + "[XXXXX106]": 50532, + "[XXXXX1070]": 50790, + "[XXXXX1071]": 50394, + "[XXXXX1072]": 50852, + "[XXXXX1073]": 50869, + "[XXXXX1074]": 50126, + "[XXXXX1075]": 50783, + "[XXXXX1076]": 50806, + "[XXXXX1077]": 50882, + "[XXXXX1078]": 50726, + "[XXXXX1079]": 51010, + "[XXXXX107]": 50714, + "[XXXXX1080]": 50168, + "[XXXXX1081]": 50425, + "[XXXXX1082]": 50848, + "[XXXXX1083]": 50014, + "[XXXXX1084]": 50341, + "[XXXXX1085]": 50734, + "[XXXXX1086]": 50664, + "[XXXXX1087]": 51007, + "[XXXXX1088]": 51151, + "[XXXXX1089]": 50269, + "[XXXXX108]": 50996, + "[XXXXX1090]": 50826, + "[XXXXX1091]": 51105, + "[XXXXX1092]": 50731, + "[XXXXX1093]": 50856, + "[XXXXX1094]": 50369, + "[XXXXX1095]": 50065, + "[XXXXX1096]": 50309, + "[XXXXX1097]": 50838, + "[XXXXX1098]": 50451, + "[XXXXX1099]": 50384, + "[XXXXX109]": 50543, + "[XXXXX10]": 50325, + "[XXXXX1100]": 50318, + "[XXXXX1101]": 50764, + "[XXXXX1102]": 51025, + "[XXXXX1103]": 50642, + "[XXXXX1104]": 50665, + "[XXXXX1105]": 50855, + "[XXXXX1106]": 51063, + "[XXXXX1107]": 50025, + "[XXXXX1108]": 50122, + "[XXXXX1109]": 50470, + "[XXXXX110]": 50062, + "[XXXXX1110]": 51019, + "[XXXXX1111]": 51124, + "[XXXXX1112]": 50146, + "[XXXXX1113]": 51125, + "[XXXXX1114]": 50434, + "[XXXXX1115]": 50818, + "[XXXXX1116]": 50960, + "[XXXXX1117]": 50258, + "[XXXXX1118]": 50596, + "[XXXXX1119]": 50083, + "[XXXXX111]": 51064, + "[XXXXX1120]": 50915, + "[XXXXX1121]": 50835, + "[XXXXX1122]": 51056, + "[XXXXX1123]": 50172, + "[XXXXX1124]": 50972, + "[XXXXX1125]": 50275, + "[XXXXX1126]": 50430, + "[XXXXX1127]": 50743, + "[XXXXX1128]": 50551, + "[XXXXX1129]": 50439, + "[XXXXX112]": 50819, + "[XXXXX1130]": 50536, + "[XXXXX1131]": 50622, + "[XXXXX1132]": 50623, + "[XXXXX1133]": 50117, + "[XXXXX1134]": 50251, + "[XXXXX1135]": 50678, + "[XXXXX1136]": 50316, + "[XXXXX1137]": 50905, + "[XXXXX1138]": 50992, + "[XXXXX1139]": 50851, + "[XXXXX113]": 50443, + "[XXXXX1140]": 50499, + "[XXXXX1141]": 50629, + "[XXXXX1142]": 50944, + "[XXXXX1143]": 50373, + "[XXXXX1144]": 50123, + "[XXXXX1145]": 50173, + "[XXXXX1146]": 50891, + "[XXXXX1147]": 50471, + "[XXXXX1148]": 50560, + "[XXXXX1149]": 50541, + "[XXXXX114]": 50631, + "[XXXXX1150]": 50033, + "[XXXXX1151]": 50063, + "[XXXXX1152]": 50767, + "[XXXXX1153]": 50897, + "[XXXXX1154]": 50568, + "[XXXXX1155]": 51131, + "[XXXXX1156]": 50009, + "[XXXXX1157]": 50417, + "[XXXXX1158]": 50477, + "[XXXXX1159]": 50941, + "[XXXXX115]": 50294, + "[XXXXX1160]": 50679, + "[XXXXX1161]": 51108, + "[XXXXX1162]": 50332, + "[XXXXX1163]": 50424, + "[XXXXX1164]": 50473, + "[XXXXX1165]": 50793, + "[XXXXX1166]": 50453, + "[XXXXX1167]": 50807, + "[XXXXX1168]": 50128, + "[XXXXX1169]": 50039, + "[XXXXX116]": 50759, + "[XXXXX1170]": 50735, + "[XXXXX1171]": 50366, + "[XXXXX1172]": 50808, + "[XXXXX1173]": 50426, + "[XXXXX1174]": 50076, + "[XXXXX1175]": 50943, + "[XXXXX1176]": 50252, + "[XXXXX1177]": 50999, + "[XXXXX1178]": 50264, + "[XXXXX1179]": 50607, + "[XXXXX117]": 51036, + "[XXXXX1180]": 50986, + "[XXXXX1181]": 50744, + "[XXXXX1182]": 50186, + "[XXXXX1183]": 50555, + "[XXXXX1184]": 51076, + "[XXXXX1185]": 50849, + "[XXXXX1186]": 51128, + "[XXXXX1187]": 50858, + "[XXXXX1188]": 50656, + "[XXXXX1189]": 50064, + "[XXXXX118]": 50081, + "[XXXXX1190]": 51197, + "[XXXXX1191]": 50104, + "[XXXXX1192]": 50045, + "[XXXXX1193]": 50404, + "[XXXXX1194]": 50690, + "[XXXXX1195]": 50495, + "[XXXXX119]": 50108, + "[XXXXX11]": 50976, + "[XXXXX120]": 51081, + "[XXXXX121]": 50464, + "[XXXXX122]": 50829, + "[XXXXX123]": 50766, + "[XXXXX124]": 50732, + "[XXXXX125]": 50221, + "[XXXXX126]": 50810, + "[XXXXX127]": 50130, + "[XXXXX128]": 50751, + "[XXXXX129]": 50662, + "[XXXXX12]": 50602, + "[XXXXX130]": 50035, + "[XXXXX131]": 50715, + "[XXXXX132]": 50340, + "[XXXXX133]": 50563, + "[XXXXX134]": 50993, + "[XXXXX135]": 50304, + "[XXXXX136]": 50131, + "[XXXXX137]": 50578, + "[XXXXX138]": 50757, + "[XXXXX139]": 50582, + "[XXXXX13]": 50105, + "[XXXXX140]": 50085, + "[XXXXX141]": 50553, + "[XXXXX142]": 50749, + "[XXXXX143]": 50351, + "[XXXXX144]": 51024, + "[XXXXX145]": 51144, + "[XXXXX146]": 50042, + "[XXXXX147]": 50145, + "[XXXXX148]": 50066, + "[XXXXX149]": 50876, + "[XXXXX14]": 51006, + "[XXXXX150]": 50280, + "[XXXXX151]": 50093, + "[XXXXX152]": 50638, + "[XXXXX153]": 50684, + "[XXXXX154]": 50820, + "[XXXXX155]": 51196, + "[XXXXX156]": 50317, + "[XXXXX157]": 50284, + "[XXXXX158]": 50288, + "[XXXXX159]": 50814, + "[XXXXX15]": 50608, + "[XXXXX160]": 50004, + "[XXXXX161]": 50008, + "[XXXXX162]": 50377, + "[XXXXX163]": 50214, + "[XXXXX164]": 50708, + "[XXXXX165]": 50390, + "[XXXXX166]": 50741, + "[XXXXX167]": 50445, + "[XXXXX168]": 50936, + "[XXXXX169]": 50896, + "[XXXXX16]": 50442, + "[XXXXX170]": 50109, + "[XXXXX171]": 50140, + "[XXXXX172]": 50427, + "[XXXXX173]": 51074, + "[XXXXX174]": 50162, + "[XXXXX175]": 51015, + "[XXXXX176]": 50524, + "[XXXXX177]": 50673, + "[XXXXX178]": 50054, + "[XXXXX179]": 50805, + "[XXXXX17]": 50482, + "[XXXXX180]": 50253, + "[XXXXX181]": 50493, + "[XXXXX182]": 50421, + "[XXXXX183]": 51050, + "[XXXXX184]": 50521, + "[XXXXX185]": 50188, + "[XXXXX186]": 50147, + "[XXXXX187]": 50201, + "[XXXXX188]": 50973, + "[XXXXX189]": 50409, + "[XXXXX18]": 50115, + "[XXXXX190]": 50051, + "[XXXXX191]": 51020, + "[XXXXX192]": 51047, + "[XXXXX193]": 50669, + "[XXXXX194]": 50643, + "[XXXXX195]": 50159, + "[XXXXX196]": 50649, + "[XXXXX197]": 51178, + "[XXXXX198]": 50043, + "[XXXXX199]": 51147, + "[XXXXX19]": 51127, + "[XXXXX1]": 51114, + "[XXXXX200]": 50840, + "[XXXXX201]": 50365, + "[XXXXX202]": 50232, + "[XXXXX203]": 50241, + "[XXXXX204]": 50548, + "[XXXXX205]": 50781, + "[XXXXX206]": 50923, + "[XXXXX207]": 51115, + "[XXXXX208]": 50344, + "[XXXXX209]": 50299, + "[XXXXX20]": 51031, + "[XXXXX210]": 51179, + "[XXXXX211]": 51163, + "[XXXXX212]": 50562, + "[XXXXX213]": 50094, + "[XXXXX214]": 50257, + "[XXXXX215]": 50967, + "[XXXXX216]": 50523, + "[XXXXX217]": 51132, + "[XXXXX218]": 51146, + "[XXXXX219]": 50411, + "[XXXXX21]": 50354, + "[XXXXX220]": 50853, + "[XXXXX221]": 50886, + "[XXXXX222]": 50600, + "[XXXXX223]": 50873, + "[XXXXX224]": 50416, + "[XXXXX225]": 50675, + "[XXXXX226]": 50583, + "[XXXXX227]": 50151, + "[XXXXX228]": 50927, + "[XXXXX229]": 50609, + "[XXXXX22]": 50589, + "[XXXXX230]": 50238, + "[XXXXX231]": 50242, + "[XXXXX232]": 51016, + "[XXXXX233]": 50406, + "[XXXXX234]": 50908, + "[XXXXX235]": 50024, + "[XXXXX236]": 50270, + "[XXXXX237]": 50132, + "[XXXXX238]": 50800, + "[XXXXX239]": 50236, + "[XXXXX23]": 50007, + "[XXXXX240]": 50005, + "[XXXXX241]": 50894, + "[XXXXX242]": 50694, + "[XXXXX243]": 51071, + "[XXXXX244]": 51017, + "[XXXXX245]": 50068, + "[XXXXX246]": 50682, + "[XXXXX247]": 50913, + "[XXXXX248]": 51028, + "[XXXXX249]": 50037, + "[XXXXX24]": 51169, + "[XXXXX250]": 50747, + "[XXXXX251]": 50947, + "[XXXXX252]": 50329, + "[XXXXX253]": 50612, + "[XXXXX254]": 50110, + "[XXXXX255]": 50824, + "[XXXXX256]": 50558, + "[XXXXX257]": 50969, + "[XXXXX258]": 50729, + "[XXXXX259]": 50125, + "[XXXXX25]": 51160, + "[XXXXX260]": 50040, + "[XXXXX261]": 51038, + "[XXXXX262]": 50347, + "[XXXXX263]": 50740, + "[XXXXX264]": 51195, + "[XXXXX265]": 50879, + "[XXXXX266]": 50770, + "[XXXXX267]": 50178, + "[XXXXX268]": 50804, + "[XXXXX269]": 50906, + "[XXXXX26]": 50150, + "[XXXXX270]": 51191, + "[XXXXX271]": 50047, + "[XXXXX272]": 50195, + "[XXXXX273]": 50554, + "[XXXXX274]": 50833, + "[XXXXX275]": 50346, + "[XXXXX276]": 50950, + "[XXXXX277]": 50864, + "[XXXXX278]": 50259, + "[XXXXX279]": 50671, + "[XXXXX27]": 50468, + "[XXXXX280]": 50082, + "[XXXXX281]": 50565, + "[XXXXX282]": 50984, + "[XXXXX283]": 50650, + "[XXXXX284]": 50975, + "[XXXXX285]": 50603, + "[XXXXX286]": 50027, + "[XXXXX287]": 50181, + "[XXXXX288]": 50981, + "[XXXXX289]": 50885, + "[XXXXX28]": 50249, + "[XXXXX290]": 50522, + "[XXXXX291]": 50050, + "[XXXXX292]": 50313, + "[XXXXX293]": 50503, + "[XXXXX294]": 51176, + "[XXXXX295]": 51177, + "[XXXXX296]": 50379, + "[XXXXX297]": 50635, + "[XXXXX298]": 50723, + "[XXXXX299]": 50200, + "[XXXXX29]": 50892, + "[XXXXX2]": 51119, + "[XXXXX300]": 51026, + "[XXXXX301]": 50528, + "[XXXXX302]": 51149, + "[XXXXX303]": 50044, + "[XXXXX304]": 50209, + "[XXXXX305]": 50988, + "[XXXXX306]": 50518, + "[XXXXX307]": 50088, + "[XXXXX308]": 50733, + "[XXXXX309]": 51066, + "[XXXXX30]": 50506, + "[XXXXX310]": 50285, + "[XXXXX311]": 50859, + "[XXXXX312]": 50263, + "[XXXXX313]": 50594, + "[XXXXX314]": 51103, + "[XXXXX315]": 50871, + "[XXXXX316]": 50300, + "[XXXXX317]": 50760, + "[XXXXX318]": 50055, + "[XXXXX319]": 50389, + "[XXXXX31]": 50212, + "[XXXXX320]": 50444, + "[XXXXX321]": 50994, + "[XXXXX322]": 50281, + "[XXXXX323]": 50179, + "[XXXXX324]": 50455, + "[XXXXX325]": 50970, + "[XXXXX326]": 50666, + "[XXXXX327]": 50604, + "[XXXXX328]": 50627, + "[XXXXX329]": 50475, + "[XXXXX32]": 50277, + "[XXXXX330]": 50667, + "[XXXXX331]": 50348, + "[XXXXX332]": 50772, + "[XXXXX333]": 50163, + "[XXXXX334]": 50569, + "[XXXXX335]": 50018, + "[XXXXX336]": 50883, + "[XXXXX337]": 50067, + "[XXXXX338]": 51184, + "[XXXXX339]": 50997, + "[XXXXX33]": 50403, + "[XXXXX340]": 51013, + "[XXXXX341]": 50957, + "[XXXXX342]": 51106, + "[XXXXX343]": 51174, + "[XXXXX344]": 50391, + "[XXXXX345]": 50948, + "[XXXXX346]": 50180, + "[XXXXX347]": 50811, + "[XXXXX348]": 50401, + "[XXXXX349]": 50911, + "[XXXXX34]": 50223, + "[XXXXX350]": 51089, + "[XXXXX351]": 50777, + "[XXXXX352]": 50189, + "[XXXXX353]": 50492, + "[XXXXX354]": 50205, + "[XXXXX355]": 50374, + "[XXXXX356]": 51152, + "[XXXXX357]": 50695, + "[XXXXX358]": 51117, + "[XXXXX359]": 50573, + "[XXXXX35]": 50752, + "[XXXXX360]": 50955, + "[XXXXX361]": 50349, + "[XXXXX362]": 51137, + "[XXXXX363]": 50641, + "[XXXXX364]": 51148, + "[XXXXX365]": 50255, + "[XXXXX366]": 50310, + "[XXXXX367]": 50314, + "[XXXXX368]": 50971, + "[XXXXX369]": 50916, + "[XXXXX36]": 50437, + "[XXXXX370]": 51096, + "[XXXXX371]": 50557, + "[XXXXX372]": 51095, + "[XXXXX373]": 50382, + "[XXXXX374]": 50119, + "[XXXXX375]": 50958, + "[XXXXX376]": 50624, + "[XXXXX377]": 50483, + "[XXXXX378]": 50605, + "[XXXXX379]": 50017, + "[XXXXX37]": 50706, + "[XXXXX380]": 50246, + "[XXXXX381]": 50588, + "[XXXXX382]": 51008, + "[XXXXX383]": 50801, + "[XXXXX384]": 50290, + "[XXXXX385]": 50899, + "[XXXXX386]": 50206, + "[XXXXX387]": 50716, + "[XXXXX388]": 51082, + "[XXXXX389]": 50177, + "[XXXXX38]": 50736, + "[XXXXX390]": 50282, + "[XXXXX391]": 51183, + "[XXXXX392]": 50286, + "[XXXXX393]": 50659, + "[XXXXX394]": 50378, + "[XXXXX395]": 50709, + "[XXXXX396]": 50028, + "[XXXXX397]": 50235, + "[XXXXX398]": 51014, + "[XXXXX399]": 50880, + "[XXXXX39]": 50305, + "[XXXXX3]": 50077, + "[XXXXX400]": 50155, + "[XXXXX401]": 50710, + "[XXXXX402]": 50507, + "[XXXXX403]": 50860, + "[XXXXX404]": 50661, + "[XXXXX405]": 51083, + "[XXXXX406]": 50888, + "[XXXXX407]": 50069, + "[XXXXX408]": 50691, + "[XXXXX409]": 51055, + "[XXXXX40]": 50337, + "[XXXXX410]": 50137, + "[XXXXX411]": 50791, + "[XXXXX412]": 50136, + "[XXXXX413]": 50730, + "[XXXXX414]": 50267, + "[XXXXX415]": 50012, + "[XXXXX416]": 50681, + "[XXXXX417]": 50942, + "[XXXXX418]": 50720, + "[XXXXX419]": 50844, + "[XXXXX41]": 50387, + "[XXXXX420]": 50111, + "[XXXXX421]": 51003, + "[XXXXX422]": 50785, + "[XXXXX423]": 50149, + "[XXXXX424]": 50422, + "[XXXXX425]": 51086, + "[XXXXX426]": 50862, + "[XXXXX427]": 50576, + "[XXXXX428]": 51049, + "[XXXXX429]": 50630, + "[XXXXX42]": 50799, + "[XXXXX430]": 50289, + "[XXXXX431]": 50184, + "[XXXXX432]": 50319, + "[XXXXX433]": 51116, + "[XXXXX434]": 50519, + "[XXXXX435]": 50496, + "[XXXXX436]": 50517, + "[XXXXX437]": 50865, + "[XXXXX438]": 50737, + "[XXXXX439]": 50356, + "[XXXXX43]": 50359, + "[XXXXX440]": 50898, + "[XXXXX441]": 50113, + "[XXXXX442]": 50527, + "[XXXXX443]": 50762, + "[XXXXX444]": 50540, + "[XXXXX445]": 50925, + "[XXXXX446]": 50711, + "[XXXXX447]": 50143, + "[XXXXX448]": 51170, + "[XXXXX449]": 50413, + "[XXXXX44]": 50097, + "[XXXXX450]": 50375, + "[XXXXX451]": 50846, + "[XXXXX452]": 50217, + "[XXXXX453]": 50699, + "[XXXXX454]": 50412, + "[XXXXX455]": 50418, + "[XXXXX456]": 51143, + "[XXXXX457]": 51141, + "[XXXXX458]": 51157, + "[XXXXX459]": 50825, + "[XXXXX45]": 50203, + "[XXXXX460]": 50194, + "[XXXXX461]": 50148, + "[XXXXX462]": 50276, + "[XXXXX463]": 50271, + "[XXXXX464]": 50836, + "[XXXXX465]": 50854, + "[XXXXX466]": 50164, + "[XXXXX467]": 50484, + "[XXXXX468]": 51097, + "[XXXXX469]": 50182, + "[XXXXX46]": 50505, + "[XXXXX470]": 50670, + "[XXXXX471]": 50595, + "[XXXXX472]": 50237, + "[XXXXX473]": 50057, + "[XXXXX474]": 50431, + "[XXXXX475]": 50738, + "[XXXXX476]": 51145, + "[XXXXX477]": 50247, + "[XXXXX478]": 50029, + "[XXXXX479]": 50917, + "[XXXXX47]": 50579, + "[XXXXX480]": 50702, + "[XXXXX481]": 50831, + "[XXXXX482]": 50753, + "[XXXXX483]": 50598, + "[XXXXX484]": 51136, + "[XXXXX485]": 50092, + "[XXXXX486]": 50202, + "[XXXXX487]": 50106, + "[XXXXX488]": 50924, + "[XXXXX489]": 51113, + "[XXXXX48]": 50842, + "[XXXXX490]": 50761, + "[XXXXX491]": 50577, + "[XXXXX492]": 50692, + "[XXXXX493]": 51130, + "[XXXXX494]": 50932, + "[XXXXX495]": 50837, + "[XXXXX496]": 50893, + "[XXXXX497]": 50773, + "[XXXXX498]": 50360, + "[XXXXX499]": 50900, + "[XXXXX49]": 51062, + "[XXXXX4]": 50396, + "[XXXXX500]": 51034, + "[XXXXX501]": 50472, + "[XXXXX502]": 50660, + "[XXXXX503]": 50815, + "[XXXXX504]": 50939, + "[XXXXX505]": 50419, + "[XXXXX506]": 50324, + "[XXXXX507]": 50428, + "[XXXXX508]": 50274, + "[XXXXX509]": 50311, + "[XXXXX50]": 50459, + "[XXXXX510]": 50674, + "[XXXXX511]": 50580, + "[XXXXX512]": 50956, + "[XXXXX513]": 50165, + "[XXXXX514]": 50320, + "[XXXXX515]": 50648, + "[XXXXX516]": 50386, + "[XXXXX517]": 50058, + "[XXXXX518]": 51045, + "[XXXXX519]": 50103, + "[XXXXX51]": 50979, + "[XXXXX520]": 50530, + "[XXXXX521]": 50907, + "[XXXXX522]": 50260, + "[XXXXX523]": 50632, + "[XXXXX524]": 50926, + "[XXXXX525]": 50687, + "[XXXXX526]": 50160, + "[XXXXX527]": 51053, + "[XXXXX528]": 50652, + "[XXXXX529]": 51041, + "[XXXXX52]": 50272, + "[XXXXX530]": 51111, + "[XXXXX531]": 51009, + "[XXXXX532]": 51079, + "[XXXXX533]": 50487, + "[XXXXX534]": 51059, + "[XXXXX535]": 50335, + "[XXXXX536]": 50380, + "[XXXXX537]": 50301, + "[XXXXX538]": 51067, + "[XXXXX539]": 51052, + "[XXXXX53]": 51048, + "[XXXXX540]": 50822, + "[XXXXX541]": 51040, + "[XXXXX542]": 50490, + "[XXXXX543]": 50448, + "[XXXXX544]": 50812, + "[XXXXX545]": 50099, + "[XXXXX546]": 51199, + "[XXXXX547]": 50226, + "[XXXXX548]": 50538, + "[XXXXX549]": 50342, + "[XXXXX54]": 50701, + "[XXXXX550]": 50544, + "[XXXXX551]": 50398, + "[XXXXX552]": 51102, + "[XXXXX553]": 50919, + "[XXXXX554]": 50615, + "[XXXXX555]": 50769, + "[XXXXX556]": 50940, + "[XXXXX557]": 50070, + "[XXXXX558]": 50680, + "[XXXXX559]": 50611, + "[XXXXX55]": 50574, + "[XXXXX560]": 50381, + "[XXXXX561]": 50350, + "[XXXXX562]": 50175, + "[XXXXX563]": 50584, + "[XXXXX564]": 50703, + "[XXXXX565]": 50989, + "[XXXXX566]": 50877, + "[XXXXX567]": 51039, + "[XXXXX568]": 51018, + "[XXXXX569]": 50452, + "[XXXXX56]": 51099, + "[XXXXX570]": 50161, + "[XXXXX571]": 50921, + "[XXXXX572]": 50676, + "[XXXXX573]": 50326, + "[XXXXX574]": 50987, + "[XXXXX575]": 50361, + "[XXXXX576]": 50071, + "[XXXXX577]": 50803, + "[XXXXX578]": 50400, + "[XXXXX579]": 51091, + "[XXXXX57]": 50501, + "[XXXXX580]": 50887, + "[XXXXX581]": 50839, + "[XXXXX582]": 51138, + "[XXXXX583]": 50816, + "[XXXXX584]": 50339, + "[XXXXX585]": 50463, + "[XXXXX586]": 50399, + "[XXXXX587]": 51070, + "[XXXXX588]": 50457, + "[XXXXX589]": 50828, + "[XXXXX58]": 50183, + "[XXXXX590]": 50080, + "[XXXXX591]": 50550, + "[XXXXX592]": 50129, + "[XXXXX593]": 50273, + "[XXXXX594]": 50388, + "[XXXXX595]": 50491, + "[XXXXX596]": 50278, + "[XXXXX597]": 50011, + "[XXXXX598]": 50254, + "[XXXXX599]": 50302, + "[XXXXX59]": 50353, + "[XXXXX5]": 50010, + "[XXXXX600]": 50704, + "[XXXXX601]": 51118, + "[XXXXX602]": 50049, + "[XXXXX603]": 51190, + "[XXXXX604]": 51142, + "[XXXXX605]": 50707, + "[XXXXX606]": 50937, + "[XXXXX607]": 50875, + "[XXXXX608]": 50564, + "[XXXXX609]": 50345, + "[XXXXX60]": 50713, + "[XXXXX610]": 50949, + "[XXXXX611]": 50978, + "[XXXXX612]": 50330, + "[XXXXX613]": 51035, + "[XXXXX614]": 50402, + "[XXXXX615]": 50176, + "[XXXXX616]": 51133, + "[XXXXX617]": 50222, + "[XXXXX618]": 50118, + "[XXXXX619]": 50196, + "[XXXXX61]": 50298, + "[XXXXX620]": 50668, + "[XXXXX621]": 50462, + "[XXXXX622]": 50218, + "[XXXXX623]": 51101, + "[XXXXX624]": 50362, + "[XXXXX625]": 50779, + "[XXXXX626]": 50513, + "[XXXXX627]": 50746, + "[XXXXX628]": 50141, + "[XXXXX629]": 50479, + "[XXXXX62]": 50056, + "[XXXXX630]": 51180, + "[XXXXX631]": 50872, + "[XXXXX632]": 50315, + "[XXXXX633]": 50397, + "[XXXXX634]": 51165, + "[XXXXX635]": 50046, + "[XXXXX636]": 50795, + "[XXXXX637]": 50959, + "[XXXXX638]": 50786, + "[XXXXX639]": 50240, + "[XXXXX63]": 51061, + "[XXXXX640]": 50601, + "[XXXXX641]": 50904, + "[XXXXX642]": 50376, + "[XXXXX643]": 50663, + "[XXXXX644]": 50613, + "[XXXXX645]": 50467, + "[XXXXX646]": 50546, + "[XXXXX647]": 50465, + "[XXXXX648]": 50395, + "[XXXXX649]": 50287, + "[XXXXX64]": 51162, + "[XXXXX650]": 50474, + "[XXXXX651]": 50727, + "[XXXXX652]": 50243, + "[XXXXX653]": 51100, + "[XXXXX654]": 50705, + "[XXXXX655]": 51012, + "[XXXXX656]": 50447, + "[XXXXX657]": 50719, + "[XXXXX658]": 50712, + "[XXXXX659]": 50476, + "[XXXXX65]": 50587, + "[XXXXX660]": 51054, + "[XXXXX661]": 51166, + "[XXXXX662]": 50494, + "[XXXXX663]": 50230, + "[XXXXX664]": 50621, + "[XXXXX665]": 50809, + "[XXXXX666]": 50265, + "[XXXXX667]": 50645, + "[XXXXX668]": 50817, + "[XXXXX669]": 50030, + "[XXXXX66]": 51029, + "[XXXXX670]": 51004, + "[XXXXX671]": 50685, + "[XXXXX672]": 50625, + "[XXXXX673]": 50890, + "[XXXXX674]": 50383, + "[XXXXX675]": 50929, + "[XXXXX676]": 50116, + "[XXXXX677]": 51072, + "[XXXXX678]": 51126, + "[XXXXX679]": 50755, + "[XXXXX67]": 50717, + "[XXXXX680]": 50303, + "[XXXXX681]": 50504, + "[XXXXX682]": 51075, + "[XXXXX683]": 50261, + "[XXXXX684]": 50861, + "[XXXXX685]": 50306, + "[XXXXX686]": 50016, + "[XXXXX687]": 50101, + "[XXXXX688]": 51098, + "[XXXXX689]": 50827, + "[XXXXX68]": 50863, + "[XXXXX690]": 50640, + "[XXXXX691]": 50031, + "[XXXXX692]": 50768, + "[XXXXX693]": 50013, + "[XXXXX694]": 51032, + "[XXXXX695]": 50166, + "[XXXXX696]": 50127, + "[XXXXX697]": 50414, + "[XXXXX698]": 50742, + "[XXXXX699]": 51042, + "[XXXXX69]": 51112, + "[XXXXX6]": 50593, + "[XXXXX700]": 50292, + "[XXXXX701]": 50174, + "[XXXXX702]": 50547, + "[XXXXX703]": 50498, + "[XXXXX704]": 51078, + "[XXXXX705]": 50133, + "[XXXXX706]": 50041, + "[XXXXX707]": 51181, + "[XXXXX708]": 50585, + "[XXXXX709]": 50776, + "[XXXXX70]": 50053, + "[XXXXX710]": 50336, + "[XXXXX711]": 50765, + "[XXXXX712]": 50224, + "[XXXXX713]": 50599, + "[XXXXX714]": 50207, + "[XXXXX715]": 51043, + "[XXXXX716]": 51090, + "[XXXXX717]": 50006, + "[XXXXX718]": 50901, + "[XXXXX719]": 51001, + "[XXXXX71]": 50954, + "[XXXXX720]": 50646, + "[XXXXX721]": 50075, + "[XXXXX722]": 51120, + "[XXXXX723]": 50215, + "[XXXXX724]": 50415, + "[XXXXX725]": 50154, + "[XXXXX726]": 50935, + "[XXXXX727]": 50545, + "[XXXXX728]": 51085, + "[XXXXX729]": 50256, + "[XXXXX72]": 50363, + "[XXXXX730]": 50700, + "[XXXXX731]": 50262, + "[XXXXX732]": 50930, + "[XXXXX733]": 50333, + "[XXXXX734]": 50884, + "[XXXXX735]": 51030, + "[XXXXX736]": 50231, + "[XXXXX737]": 50405, + "[XXXXX738]": 50962, + "[XXXXX739]": 50458, + "[XXXXX73]": 50019, + "[XXXXX740]": 50878, + "[XXXXX741]": 50910, + "[XXXXX742]": 50170, + "[XXXXX743]": 50718, + "[XXXXX744]": 50616, + "[XXXXX745]": 50358, + "[XXXXX746]": 50152, + "[XXXXX747]": 50525, + "[XXXXX748]": 51167, + "[XXXXX749]": 50653, + "[XXXXX74]": 50952, + "[XXXXX750]": 50500, + "[XXXXX751]": 50446, + "[XXXXX752]": 50995, + "[XXXXX753]": 50945, + "[XXXXX754]": 51173, + "[XXXXX755]": 50823, + "[XXXXX756]": 51060, + "[XXXXX757]": 50748, + "[XXXXX758]": 50020, + "[XXXXX759]": 50197, + "[XXXXX75]": 50502, + "[XXXXX760]": 50291, + "[XXXXX761]": 50821, + "[XXXXX762]": 50190, + "[XXXXX763]": 50745, + "[XXXXX764]": 50778, + "[XXXXX765]": 50556, + "[XXXXX766]": 51161, + "[XXXXX767]": 50466, + "[XXXXX768]": 50792, + "[XXXXX769]": 50208, + "[XXXXX76]": 50169, + "[XXXXX770]": 50647, + "[XXXXX771]": 50610, + "[XXXXX772]": 51140, + "[XXXXX773]": 50441, + "[XXXXX774]": 50870, + "[XXXXX775]": 50368, + "[XXXXX776]": 50026, + "[XXXXX777]": 50677, + "[XXXXX778]": 51168, + "[XXXXX779]": 50481, + "[XXXXX77]": 50515, + "[XXXXX780]": 50225, + "[XXXXX781]": 50408, + "[XXXXX782]": 50090, + "[XXXXX783]": 50951, + "[XXXXX784]": 50015, + "[XXXXX785]": 50658, + "[XXXXX786]": 50617, + "[XXXXX787]": 50721, + "[XXXXX788]": 51084, + "[XXXXX789]": 50830, + "[XXXXX78]": 50100, + "[XXXXX790]": 50606, + "[XXXXX791]": 50124, + "[XXXXX792]": 50078, + "[XXXXX793]": 51188, + "[XXXXX794]": 50750, + "[XXXXX795]": 50138, + "[XXXXX796]": 50239, + "[XXXXX797]": 50385, + "[XXXXX798]": 50780, + "[XXXXX799]": 50683, + "[XXXXX79]": 50436, + "[XXXXX7]": 50211, + "[XXXXX800]": 51185, + "[XXXXX801]": 50250, + "[XXXXX802]": 50456, + "[XXXXX803]": 50508, + "[XXXXX804]": 51194, + "[XXXXX805]": 50021, + "[XXXXX806]": 50307, + "[XXXXX807]": 50199, + "[XXXXX808]": 51129, + "[XXXXX809]": 50686, + "[XXXXX80]": 50370, + "[XXXXX810]": 50343, + "[XXXXX811]": 50614, + "[XXXXX812]": 50636, + "[XXXXX813]": 51198, + "[XXXXX814]": 50788, + "[XXXXX815]": 50120, + "[XXXXX816]": 50135, + "[XXXXX817]": 50293, + "[XXXXX818]": 50153, + "[XXXXX819]": 50516, + "[XXXXX81]": 50581, + "[XXXXX820]": 50586, + "[XXXXX821]": 50509, + "[XXXXX822]": 50220, + "[XXXXX823]": 51068, + "[XXXXX824]": 50946, + "[XXXXX825]": 50965, + "[XXXXX826]": 50032, + "[XXXXX827]": 50156, + "[XXXXX828]": 50449, + "[XXXXX829]": 50531, + "[XXXXX82]": 51164, + "[XXXXX830]": 50486, + "[XXXXX831]": 50357, + "[XXXXX832]": 51022, + "[XXXXX833]": 50633, + "[XXXXX834]": 50754, + "[XXXXX835]": 51134, + "[XXXXX836]": 50193, + "[XXXXX837]": 51088, + "[XXXXX838]": 50722, + "[XXXXX839]": 50756, + "[XXXXX83]": 50977, + "[XXXXX840]": 50022, + "[XXXXX841]": 51186, + "[XXXXX842]": 50575, + "[XXXXX843]": 50079, + "[XXXXX844]": 50644, + "[XXXXX845]": 51033, + "[XXXXX846]": 50454, + "[XXXXX847]": 50095, + "[XXXXX848]": 50902, + "[XXXXX849]": 50597, + "[XXXXX84]": 50167, + "[XXXXX850]": 51051, + "[XXXXX851]": 50696, + "[XXXXX852]": 50966, + "[XXXXX853]": 50034, + "[XXXXX854]": 50889, + "[XXXXX855]": 50843, + "[XXXXX856]": 50963, + "[XXXXX857]": 50227, + "[XXXXX858]": 51058, + "[XXXXX859]": 50850, + "[XXXXX85]": 50192, + "[XXXXX860]": 50228, + "[XXXXX861]": 50570, + "[XXXXX862]": 50488, + "[XXXXX863]": 50539, + "[XXXXX864]": 51182, + "[XXXXX865]": 50990, + "[XXXXX866]": 50542, + "[XXXXX867]": 51069, + "[XXXXX868]": 50480, + "[XXXXX869]": 50847, + "[XXXXX86]": 50874, + "[XXXXX870]": 50308, + "[XXXXX871]": 50510, + "[XXXXX872]": 50423, + "[XXXXX873]": 50086, + "[XXXXX874]": 50591, + "[XXXXX875]": 50728, + "[XXXXX876]": 50372, + "[XXXXX877]": 50903, + "[XXXXX878]": 50868, + "[XXXXX879]": 50763, + "[XXXXX87]": 50571, + "[XXXXX880]": 50096, + "[XXXXX881]": 51150, + "[XXXXX882]": 50460, + "[XXXXX883]": 51087, + "[XXXXX884]": 51093, + "[XXXXX885]": 50295, + "[XXXXX886]": 51037, + "[XXXXX887]": 51171, + "[XXXXX888]": 50794, + "[XXXXX889]": 50628, + "[XXXXX88]": 50520, + "[XXXXX890]": 51172, + "[XXXXX891]": 51046, + "[XXXXX892]": 50918, + "[XXXXX893]": 50998, + "[XXXXX894]": 50371, + "[XXXXX895]": 51155, + "[XXXXX896]": 50866, + "[XXXXX897]": 50229, + "[XXXXX898]": 51057, + "[XXXXX899]": 50867, + "[XXXXX89]": 50537, + "[XXXXX8]": 50784, + "[XXXXX900]": 50739, + "[XXXXX901]": 51080, + "[XXXXX902]": 50038, + "[XXXXX903]": 50321, + "[XXXXX904]": 50774, + "[XXXXX905]": 50974, + "[XXXXX906]": 50920, + "[XXXXX907]": 50469, + "[XXXXX908]": 51122, + "[XXXXX909]": 51092, + "[XXXXX90]": 50514, + "[XXXXX910]": 50798, + "[XXXXX911]": 50245, + "[XXXXX912]": 50367, + "[XXXXX913]": 50618, + "[XXXXX914]": 50072, + "[XXXXX915]": 50450, + "[XXXXX916]": 51189, + "[XXXXX917]": 50485, + "[XXXXX918]": 50283, + "[XXXXX919]": 50845, + "[XXXXX91]": 50968, + "[XXXXX920]": 50429, + "[XXXXX921]": 50364, + "[XXXXX922]": 50782, + "[XXXXX923]": 50534, + "[XXXXX924]": 50059, + "[XXXXX925]": 50102, + "[XXXXX926]": 50185, + "[XXXXX927]": 50634, + "[XXXXX928]": 50567, + "[XXXXX929]": 50895, + "[XXXXX92]": 50210, + "[XXXXX930]": 50561, + "[XXXXX931]": 51021, + "[XXXXX932]": 50107, + "[XXXXX933]": 50407, + "[XXXXX934]": 50654, + "[XXXXX935]": 50268, + "[XXXXX936]": 51153, + "[XXXXX937]": 50552, + "[XXXXX938]": 50526, + "[XXXXX939]": 50322, + "[XXXXX93]": 50912, + "[XXXXX940]": 50296, + "[XXXXX941]": 50572, + "[XXXXX942]": 50393, + "[XXXXX943]": 50312, + "[XXXXX944]": 50592, + "[XXXXX945]": 50982, + "[XXXXX946]": 50089, + "[XXXXX947]": 50331, + "[XXXXX948]": 50279, + "[XXXXX949]": 51005, + "[XXXXX94]": 50198, + "[XXXXX950]": 50114, + "[XXXXX951]": 50074, + "[XXXXX952]": 50248, + "[XXXXX953]": 50857, + "[XXXXX954]": 50841, + "[XXXXX955]": 51065, + "[XXXXX956]": 50234, + "[XXXXX957]": 50834, + "[XXXXX958]": 50535, + "[XXXXX959]": 51109, + "[XXXXX95]": 50651, + "[XXXXX960]": 50797, + "[XXXXX961]": 50914, + "[XXXXX962]": 50112, + "[XXXXX963]": 50073, + "[XXXXX964]": 50559, + "[XXXXX965]": 50933, + "[XXXXX966]": 50619, + "[XXXXX967]": 51187, + "[XXXXX968]": 50327, + "[XXXXX969]": 50698, + "[XXXXX96]": 50420, + "[XXXXX970]": 50060, + "[XXXXX971]": 50432, + "[XXXXX972]": 50620, + "[XXXXX973]": 50693, + "[XXXXX974]": 50938, + "[XXXXX975]": 50983, + "[XXXXX976]": 50334, + "[XXXXX977]": 50438, + "[XXXXX978]": 51154, + "[XXXXX979]": 50964, + "[XXXXX97]": 50672, + "[XXXXX980]": 50511, + "[XXXXX981]": 50244, + "[XXXXX982]": 50266, + "[XXXXX983]": 50134, + "[XXXXX984]": 50338, + "[XXXXX985]": 51121, + "[XXXXX986]": 50323, + "[XXXXX987]": 50909, + "[XXXXX988]": 51000, + "[XXXXX989]": 50036, + "[XXXXX98]": 50787, + "[XXXXX990]": 50512, + "[XXXXX991]": 50191, + "[XXXXX992]": 50187, + "[XXXXX993]": 51156, + "[XXXXX994]": 51135, + "[XXXXX995]": 50355, + "[XXXXX996]": 51027, + "[XXXXX997]": 50297, + "[XXXXX998]": 50928, + "[XXXXX999]": 50697, + "[XXXXX99]": 50980, + "[XXXXX9]": 50961 +} diff --git a/checkpoint-12000/added_tokens.json b/checkpoint-12000/added_tokens.json new file mode 100644 index 0000000..b3dbcdb --- /dev/null +++ b/checkpoint-12000/added_tokens.json @@ -0,0 +1,1202 @@ +{ + "": 50002, + "[CLS]": 50000, + "[MASK]": 50003, + "[SEP]": 50001, + "[XXXXX0]": 50771, + "[XXXXX1000]": 50549, + "[XXXXX1001]": 50657, + "[XXXXX1002]": 51158, + "[XXXXX1003]": 51044, + "[XXXXX1004]": 50688, + "[XXXXX1005]": 50689, + "[XXXXX1006]": 50410, + "[XXXXX1007]": 50724, + "[XXXXX1008]": 50171, + "[XXXXX1009]": 51077, + "[XXXXX100]": 50091, + "[XXXXX1010]": 50639, + "[XXXXX1011]": 51094, + "[XXXXX1012]": 50392, + "[XXXXX1013]": 50626, + "[XXXXX1014]": 50991, + "[XXXXX1015]": 50529, + "[XXXXX1016]": 51193, + "[XXXXX1017]": 51073, + "[XXXXX1018]": 51104, + "[XXXXX1019]": 50775, + "[XXXXX101]": 50139, + "[XXXXX1020]": 50157, + "[XXXXX1021]": 50934, + "[XXXXX1022]": 51159, + "[XXXXX1023]": 50048, + "[XXXXX1024]": 51123, + "[XXXXX1025]": 50084, + "[XXXXX1026]": 50813, + "[XXXXX1027]": 50725, + "[XXXXX1028]": 50931, + "[XXXXX1029]": 50233, + "[XXXXX102]": 50213, + "[XXXXX1030]": 51023, + "[XXXXX1031]": 50098, + "[XXXXX1032]": 50802, + "[XXXXX1033]": 50061, + "[XXXXX1034]": 51139, + "[XXXXX1035]": 51110, + "[XXXXX1036]": 50204, + "[XXXXX1037]": 50023, + "[XXXXX1038]": 50142, + "[XXXXX1039]": 50328, + "[XXXXX103]": 50087, + "[XXXXX1040]": 50435, + "[XXXXX1041]": 50489, + "[XXXXX1042]": 50216, + "[XXXXX1043]": 50144, + "[XXXXX1044]": 50832, + "[XXXXX1045]": 50566, + "[XXXXX1046]": 50922, + "[XXXXX1047]": 50796, + "[XXXXX1048]": 50533, + "[XXXXX1049]": 50433, + "[XXXXX104]": 50478, + "[XXXXX1050]": 50953, + "[XXXXX1051]": 50497, + "[XXXXX1052]": 50655, + "[XXXXX1053]": 50881, + "[XXXXX1054]": 50461, + "[XXXXX1055]": 50052, + "[XXXXX1056]": 50219, + "[XXXXX1057]": 50789, + "[XXXXX1058]": 50121, + "[XXXXX1059]": 51002, + "[XXXXX105]": 51192, + "[XXXXX1060]": 50158, + "[XXXXX1061]": 50352, + "[XXXXX1062]": 50637, + "[XXXXX1063]": 50440, + "[XXXXX1064]": 50590, + "[XXXXX1065]": 51107, + "[XXXXX1066]": 50758, + "[XXXXX1067]": 51011, + "[XXXXX1068]": 50985, + "[XXXXX1069]": 51175, + "[XXXXX106]": 50532, + "[XXXXX1070]": 50790, + "[XXXXX1071]": 50394, + "[XXXXX1072]": 50852, + "[XXXXX1073]": 50869, + "[XXXXX1074]": 50126, + "[XXXXX1075]": 50783, + "[XXXXX1076]": 50806, + "[XXXXX1077]": 50882, + "[XXXXX1078]": 50726, + "[XXXXX1079]": 51010, + "[XXXXX107]": 50714, + "[XXXXX1080]": 50168, + "[XXXXX1081]": 50425, + "[XXXXX1082]": 50848, + "[XXXXX1083]": 50014, + "[XXXXX1084]": 50341, + "[XXXXX1085]": 50734, + "[XXXXX1086]": 50664, + "[XXXXX1087]": 51007, + "[XXXXX1088]": 51151, + "[XXXXX1089]": 50269, + "[XXXXX108]": 50996, + "[XXXXX1090]": 50826, + "[XXXXX1091]": 51105, + "[XXXXX1092]": 50731, + "[XXXXX1093]": 50856, + "[XXXXX1094]": 50369, + "[XXXXX1095]": 50065, + "[XXXXX1096]": 50309, + "[XXXXX1097]": 50838, + "[XXXXX1098]": 50451, + "[XXXXX1099]": 50384, + "[XXXXX109]": 50543, + "[XXXXX10]": 50325, + "[XXXXX1100]": 50318, + "[XXXXX1101]": 50764, + "[XXXXX1102]": 51025, + "[XXXXX1103]": 50642, + "[XXXXX1104]": 50665, + "[XXXXX1105]": 50855, + "[XXXXX1106]": 51063, + "[XXXXX1107]": 50025, + "[XXXXX1108]": 50122, + "[XXXXX1109]": 50470, + "[XXXXX110]": 50062, + "[XXXXX1110]": 51019, + "[XXXXX1111]": 51124, + "[XXXXX1112]": 50146, + "[XXXXX1113]": 51125, + "[XXXXX1114]": 50434, + "[XXXXX1115]": 50818, + "[XXXXX1116]": 50960, + "[XXXXX1117]": 50258, + "[XXXXX1118]": 50596, + "[XXXXX1119]": 50083, + "[XXXXX111]": 51064, + "[XXXXX1120]": 50915, + "[XXXXX1121]": 50835, + "[XXXXX1122]": 51056, + "[XXXXX1123]": 50172, + "[XXXXX1124]": 50972, + "[XXXXX1125]": 50275, + "[XXXXX1126]": 50430, + "[XXXXX1127]": 50743, + "[XXXXX1128]": 50551, + "[XXXXX1129]": 50439, + "[XXXXX112]": 50819, + "[XXXXX1130]": 50536, + "[XXXXX1131]": 50622, + "[XXXXX1132]": 50623, + "[XXXXX1133]": 50117, + "[XXXXX1134]": 50251, + "[XXXXX1135]": 50678, + "[XXXXX1136]": 50316, + "[XXXXX1137]": 50905, + "[XXXXX1138]": 50992, + "[XXXXX1139]": 50851, + "[XXXXX113]": 50443, + "[XXXXX1140]": 50499, + "[XXXXX1141]": 50629, + "[XXXXX1142]": 50944, + "[XXXXX1143]": 50373, + "[XXXXX1144]": 50123, + "[XXXXX1145]": 50173, + "[XXXXX1146]": 50891, + "[XXXXX1147]": 50471, + "[XXXXX1148]": 50560, + "[XXXXX1149]": 50541, + "[XXXXX114]": 50631, + "[XXXXX1150]": 50033, + "[XXXXX1151]": 50063, + "[XXXXX1152]": 50767, + "[XXXXX1153]": 50897, + "[XXXXX1154]": 50568, + "[XXXXX1155]": 51131, + "[XXXXX1156]": 50009, + "[XXXXX1157]": 50417, + "[XXXXX1158]": 50477, + "[XXXXX1159]": 50941, + "[XXXXX115]": 50294, + "[XXXXX1160]": 50679, + "[XXXXX1161]": 51108, + "[XXXXX1162]": 50332, + "[XXXXX1163]": 50424, + "[XXXXX1164]": 50473, + "[XXXXX1165]": 50793, + "[XXXXX1166]": 50453, + "[XXXXX1167]": 50807, + "[XXXXX1168]": 50128, + "[XXXXX1169]": 50039, + "[XXXXX116]": 50759, + "[XXXXX1170]": 50735, + "[XXXXX1171]": 50366, + "[XXXXX1172]": 50808, + "[XXXXX1173]": 50426, + "[XXXXX1174]": 50076, + "[XXXXX1175]": 50943, + "[XXXXX1176]": 50252, + "[XXXXX1177]": 50999, + "[XXXXX1178]": 50264, + "[XXXXX1179]": 50607, + "[XXXXX117]": 51036, + "[XXXXX1180]": 50986, + "[XXXXX1181]": 50744, + "[XXXXX1182]": 50186, + "[XXXXX1183]": 50555, + "[XXXXX1184]": 51076, + "[XXXXX1185]": 50849, + "[XXXXX1186]": 51128, + "[XXXXX1187]": 50858, + "[XXXXX1188]": 50656, + "[XXXXX1189]": 50064, + "[XXXXX118]": 50081, + "[XXXXX1190]": 51197, + "[XXXXX1191]": 50104, + "[XXXXX1192]": 50045, + "[XXXXX1193]": 50404, + "[XXXXX1194]": 50690, + "[XXXXX1195]": 50495, + "[XXXXX119]": 50108, + "[XXXXX11]": 50976, + "[XXXXX120]": 51081, + "[XXXXX121]": 50464, + "[XXXXX122]": 50829, + "[XXXXX123]": 50766, + "[XXXXX124]": 50732, + "[XXXXX125]": 50221, + "[XXXXX126]": 50810, + "[XXXXX127]": 50130, + "[XXXXX128]": 50751, + "[XXXXX129]": 50662, + "[XXXXX12]": 50602, + "[XXXXX130]": 50035, + "[XXXXX131]": 50715, + "[XXXXX132]": 50340, + "[XXXXX133]": 50563, + "[XXXXX134]": 50993, + "[XXXXX135]": 50304, + "[XXXXX136]": 50131, + "[XXXXX137]": 50578, + "[XXXXX138]": 50757, + "[XXXXX139]": 50582, + "[XXXXX13]": 50105, + "[XXXXX140]": 50085, + "[XXXXX141]": 50553, + "[XXXXX142]": 50749, + "[XXXXX143]": 50351, + "[XXXXX144]": 51024, + "[XXXXX145]": 51144, + "[XXXXX146]": 50042, + "[XXXXX147]": 50145, + "[XXXXX148]": 50066, + "[XXXXX149]": 50876, + "[XXXXX14]": 51006, + "[XXXXX150]": 50280, + "[XXXXX151]": 50093, + "[XXXXX152]": 50638, + "[XXXXX153]": 50684, + "[XXXXX154]": 50820, + "[XXXXX155]": 51196, + "[XXXXX156]": 50317, + "[XXXXX157]": 50284, + "[XXXXX158]": 50288, + "[XXXXX159]": 50814, + "[XXXXX15]": 50608, + "[XXXXX160]": 50004, + "[XXXXX161]": 50008, + "[XXXXX162]": 50377, + "[XXXXX163]": 50214, + "[XXXXX164]": 50708, + "[XXXXX165]": 50390, + "[XXXXX166]": 50741, + "[XXXXX167]": 50445, + "[XXXXX168]": 50936, + "[XXXXX169]": 50896, + "[XXXXX16]": 50442, + "[XXXXX170]": 50109, + "[XXXXX171]": 50140, + "[XXXXX172]": 50427, + "[XXXXX173]": 51074, + "[XXXXX174]": 50162, + "[XXXXX175]": 51015, + "[XXXXX176]": 50524, + "[XXXXX177]": 50673, + "[XXXXX178]": 50054, + "[XXXXX179]": 50805, + "[XXXXX17]": 50482, + "[XXXXX180]": 50253, + "[XXXXX181]": 50493, + "[XXXXX182]": 50421, + "[XXXXX183]": 51050, + "[XXXXX184]": 50521, + "[XXXXX185]": 50188, + "[XXXXX186]": 50147, + "[XXXXX187]": 50201, + "[XXXXX188]": 50973, + "[XXXXX189]": 50409, + "[XXXXX18]": 50115, + "[XXXXX190]": 50051, + "[XXXXX191]": 51020, + "[XXXXX192]": 51047, + "[XXXXX193]": 50669, + "[XXXXX194]": 50643, + "[XXXXX195]": 50159, + "[XXXXX196]": 50649, + "[XXXXX197]": 51178, + "[XXXXX198]": 50043, + "[XXXXX199]": 51147, + "[XXXXX19]": 51127, + "[XXXXX1]": 51114, + "[XXXXX200]": 50840, + "[XXXXX201]": 50365, + "[XXXXX202]": 50232, + "[XXXXX203]": 50241, + "[XXXXX204]": 50548, + "[XXXXX205]": 50781, + "[XXXXX206]": 50923, + "[XXXXX207]": 51115, + "[XXXXX208]": 50344, + "[XXXXX209]": 50299, + "[XXXXX20]": 51031, + "[XXXXX210]": 51179, + "[XXXXX211]": 51163, + "[XXXXX212]": 50562, + "[XXXXX213]": 50094, + "[XXXXX214]": 50257, + "[XXXXX215]": 50967, + "[XXXXX216]": 50523, + "[XXXXX217]": 51132, + "[XXXXX218]": 51146, + "[XXXXX219]": 50411, + "[XXXXX21]": 50354, + "[XXXXX220]": 50853, + "[XXXXX221]": 50886, + "[XXXXX222]": 50600, + "[XXXXX223]": 50873, + "[XXXXX224]": 50416, + "[XXXXX225]": 50675, + "[XXXXX226]": 50583, + "[XXXXX227]": 50151, + "[XXXXX228]": 50927, + "[XXXXX229]": 50609, + "[XXXXX22]": 50589, + "[XXXXX230]": 50238, + "[XXXXX231]": 50242, + "[XXXXX232]": 51016, + "[XXXXX233]": 50406, + "[XXXXX234]": 50908, + "[XXXXX235]": 50024, + "[XXXXX236]": 50270, + "[XXXXX237]": 50132, + "[XXXXX238]": 50800, + "[XXXXX239]": 50236, + "[XXXXX23]": 50007, + "[XXXXX240]": 50005, + "[XXXXX241]": 50894, + "[XXXXX242]": 50694, + "[XXXXX243]": 51071, + "[XXXXX244]": 51017, + "[XXXXX245]": 50068, + "[XXXXX246]": 50682, + "[XXXXX247]": 50913, + "[XXXXX248]": 51028, + "[XXXXX249]": 50037, + "[XXXXX24]": 51169, + "[XXXXX250]": 50747, + "[XXXXX251]": 50947, + "[XXXXX252]": 50329, + "[XXXXX253]": 50612, + "[XXXXX254]": 50110, + "[XXXXX255]": 50824, + "[XXXXX256]": 50558, + "[XXXXX257]": 50969, + "[XXXXX258]": 50729, + "[XXXXX259]": 50125, + "[XXXXX25]": 51160, + "[XXXXX260]": 50040, + "[XXXXX261]": 51038, + "[XXXXX262]": 50347, + "[XXXXX263]": 50740, + "[XXXXX264]": 51195, + "[XXXXX265]": 50879, + "[XXXXX266]": 50770, + "[XXXXX267]": 50178, + "[XXXXX268]": 50804, + "[XXXXX269]": 50906, + "[XXXXX26]": 50150, + "[XXXXX270]": 51191, + "[XXXXX271]": 50047, + "[XXXXX272]": 50195, + "[XXXXX273]": 50554, + "[XXXXX274]": 50833, + "[XXXXX275]": 50346, + "[XXXXX276]": 50950, + "[XXXXX277]": 50864, + "[XXXXX278]": 50259, + "[XXXXX279]": 50671, + "[XXXXX27]": 50468, + "[XXXXX280]": 50082, + "[XXXXX281]": 50565, + "[XXXXX282]": 50984, + "[XXXXX283]": 50650, + "[XXXXX284]": 50975, + "[XXXXX285]": 50603, + "[XXXXX286]": 50027, + "[XXXXX287]": 50181, + "[XXXXX288]": 50981, + "[XXXXX289]": 50885, + "[XXXXX28]": 50249, + "[XXXXX290]": 50522, + "[XXXXX291]": 50050, + "[XXXXX292]": 50313, + "[XXXXX293]": 50503, + "[XXXXX294]": 51176, + "[XXXXX295]": 51177, + "[XXXXX296]": 50379, + "[XXXXX297]": 50635, + "[XXXXX298]": 50723, + "[XXXXX299]": 50200, + "[XXXXX29]": 50892, + "[XXXXX2]": 51119, + "[XXXXX300]": 51026, + "[XXXXX301]": 50528, + "[XXXXX302]": 51149, + "[XXXXX303]": 50044, + "[XXXXX304]": 50209, + "[XXXXX305]": 50988, + "[XXXXX306]": 50518, + "[XXXXX307]": 50088, + "[XXXXX308]": 50733, + "[XXXXX309]": 51066, + "[XXXXX30]": 50506, + "[XXXXX310]": 50285, + "[XXXXX311]": 50859, + "[XXXXX312]": 50263, + "[XXXXX313]": 50594, + "[XXXXX314]": 51103, + "[XXXXX315]": 50871, + "[XXXXX316]": 50300, + "[XXXXX317]": 50760, + "[XXXXX318]": 50055, + "[XXXXX319]": 50389, + "[XXXXX31]": 50212, + "[XXXXX320]": 50444, + "[XXXXX321]": 50994, + "[XXXXX322]": 50281, + "[XXXXX323]": 50179, + "[XXXXX324]": 50455, + "[XXXXX325]": 50970, + "[XXXXX326]": 50666, + "[XXXXX327]": 50604, + "[XXXXX328]": 50627, + "[XXXXX329]": 50475, + "[XXXXX32]": 50277, + "[XXXXX330]": 50667, + "[XXXXX331]": 50348, + "[XXXXX332]": 50772, + "[XXXXX333]": 50163, + "[XXXXX334]": 50569, + "[XXXXX335]": 50018, + "[XXXXX336]": 50883, + "[XXXXX337]": 50067, + "[XXXXX338]": 51184, + "[XXXXX339]": 50997, + "[XXXXX33]": 50403, + "[XXXXX340]": 51013, + "[XXXXX341]": 50957, + "[XXXXX342]": 51106, + "[XXXXX343]": 51174, + "[XXXXX344]": 50391, + "[XXXXX345]": 50948, + "[XXXXX346]": 50180, + "[XXXXX347]": 50811, + "[XXXXX348]": 50401, + "[XXXXX349]": 50911, + "[XXXXX34]": 50223, + "[XXXXX350]": 51089, + "[XXXXX351]": 50777, + "[XXXXX352]": 50189, + "[XXXXX353]": 50492, + "[XXXXX354]": 50205, + "[XXXXX355]": 50374, + "[XXXXX356]": 51152, + "[XXXXX357]": 50695, + "[XXXXX358]": 51117, + "[XXXXX359]": 50573, + "[XXXXX35]": 50752, + "[XXXXX360]": 50955, + "[XXXXX361]": 50349, + "[XXXXX362]": 51137, + "[XXXXX363]": 50641, + "[XXXXX364]": 51148, + "[XXXXX365]": 50255, + "[XXXXX366]": 50310, + "[XXXXX367]": 50314, + "[XXXXX368]": 50971, + "[XXXXX369]": 50916, + "[XXXXX36]": 50437, + "[XXXXX370]": 51096, + "[XXXXX371]": 50557, + "[XXXXX372]": 51095, + "[XXXXX373]": 50382, + "[XXXXX374]": 50119, + "[XXXXX375]": 50958, + "[XXXXX376]": 50624, + "[XXXXX377]": 50483, + "[XXXXX378]": 50605, + "[XXXXX379]": 50017, + "[XXXXX37]": 50706, + "[XXXXX380]": 50246, + "[XXXXX381]": 50588, + "[XXXXX382]": 51008, + "[XXXXX383]": 50801, + "[XXXXX384]": 50290, + "[XXXXX385]": 50899, + "[XXXXX386]": 50206, + "[XXXXX387]": 50716, + "[XXXXX388]": 51082, + "[XXXXX389]": 50177, + "[XXXXX38]": 50736, + "[XXXXX390]": 50282, + "[XXXXX391]": 51183, + "[XXXXX392]": 50286, + "[XXXXX393]": 50659, + "[XXXXX394]": 50378, + "[XXXXX395]": 50709, + "[XXXXX396]": 50028, + "[XXXXX397]": 50235, + "[XXXXX398]": 51014, + "[XXXXX399]": 50880, + "[XXXXX39]": 50305, + "[XXXXX3]": 50077, + "[XXXXX400]": 50155, + "[XXXXX401]": 50710, + "[XXXXX402]": 50507, + "[XXXXX403]": 50860, + "[XXXXX404]": 50661, + "[XXXXX405]": 51083, + "[XXXXX406]": 50888, + "[XXXXX407]": 50069, + "[XXXXX408]": 50691, + "[XXXXX409]": 51055, + "[XXXXX40]": 50337, + "[XXXXX410]": 50137, + "[XXXXX411]": 50791, + "[XXXXX412]": 50136, + "[XXXXX413]": 50730, + "[XXXXX414]": 50267, + "[XXXXX415]": 50012, + "[XXXXX416]": 50681, + "[XXXXX417]": 50942, + "[XXXXX418]": 50720, + "[XXXXX419]": 50844, + "[XXXXX41]": 50387, + "[XXXXX420]": 50111, + "[XXXXX421]": 51003, + "[XXXXX422]": 50785, + "[XXXXX423]": 50149, + "[XXXXX424]": 50422, + "[XXXXX425]": 51086, + "[XXXXX426]": 50862, + "[XXXXX427]": 50576, + "[XXXXX428]": 51049, + "[XXXXX429]": 50630, + "[XXXXX42]": 50799, + "[XXXXX430]": 50289, + "[XXXXX431]": 50184, + "[XXXXX432]": 50319, + "[XXXXX433]": 51116, + "[XXXXX434]": 50519, + "[XXXXX435]": 50496, + "[XXXXX436]": 50517, + "[XXXXX437]": 50865, + "[XXXXX438]": 50737, + "[XXXXX439]": 50356, + "[XXXXX43]": 50359, + "[XXXXX440]": 50898, + "[XXXXX441]": 50113, + "[XXXXX442]": 50527, + "[XXXXX443]": 50762, + "[XXXXX444]": 50540, + "[XXXXX445]": 50925, + "[XXXXX446]": 50711, + "[XXXXX447]": 50143, + "[XXXXX448]": 51170, + "[XXXXX449]": 50413, + "[XXXXX44]": 50097, + "[XXXXX450]": 50375, + "[XXXXX451]": 50846, + "[XXXXX452]": 50217, + "[XXXXX453]": 50699, + "[XXXXX454]": 50412, + "[XXXXX455]": 50418, + "[XXXXX456]": 51143, + "[XXXXX457]": 51141, + "[XXXXX458]": 51157, + "[XXXXX459]": 50825, + "[XXXXX45]": 50203, + "[XXXXX460]": 50194, + "[XXXXX461]": 50148, + "[XXXXX462]": 50276, + "[XXXXX463]": 50271, + "[XXXXX464]": 50836, + "[XXXXX465]": 50854, + "[XXXXX466]": 50164, + "[XXXXX467]": 50484, + "[XXXXX468]": 51097, + "[XXXXX469]": 50182, + "[XXXXX46]": 50505, + "[XXXXX470]": 50670, + "[XXXXX471]": 50595, + "[XXXXX472]": 50237, + "[XXXXX473]": 50057, + "[XXXXX474]": 50431, + "[XXXXX475]": 50738, + "[XXXXX476]": 51145, + "[XXXXX477]": 50247, + "[XXXXX478]": 50029, + "[XXXXX479]": 50917, + "[XXXXX47]": 50579, + "[XXXXX480]": 50702, + "[XXXXX481]": 50831, + "[XXXXX482]": 50753, + "[XXXXX483]": 50598, + "[XXXXX484]": 51136, + "[XXXXX485]": 50092, + "[XXXXX486]": 50202, + "[XXXXX487]": 50106, + "[XXXXX488]": 50924, + "[XXXXX489]": 51113, + "[XXXXX48]": 50842, + "[XXXXX490]": 50761, + "[XXXXX491]": 50577, + "[XXXXX492]": 50692, + "[XXXXX493]": 51130, + "[XXXXX494]": 50932, + "[XXXXX495]": 50837, + "[XXXXX496]": 50893, + "[XXXXX497]": 50773, + "[XXXXX498]": 50360, + "[XXXXX499]": 50900, + "[XXXXX49]": 51062, + "[XXXXX4]": 50396, + "[XXXXX500]": 51034, + "[XXXXX501]": 50472, + "[XXXXX502]": 50660, + "[XXXXX503]": 50815, + "[XXXXX504]": 50939, + "[XXXXX505]": 50419, + "[XXXXX506]": 50324, + "[XXXXX507]": 50428, + "[XXXXX508]": 50274, + "[XXXXX509]": 50311, + "[XXXXX50]": 50459, + "[XXXXX510]": 50674, + "[XXXXX511]": 50580, + "[XXXXX512]": 50956, + "[XXXXX513]": 50165, + "[XXXXX514]": 50320, + "[XXXXX515]": 50648, + "[XXXXX516]": 50386, + "[XXXXX517]": 50058, + "[XXXXX518]": 51045, + "[XXXXX519]": 50103, + "[XXXXX51]": 50979, + "[XXXXX520]": 50530, + "[XXXXX521]": 50907, + "[XXXXX522]": 50260, + "[XXXXX523]": 50632, + "[XXXXX524]": 50926, + "[XXXXX525]": 50687, + "[XXXXX526]": 50160, + "[XXXXX527]": 51053, + "[XXXXX528]": 50652, + "[XXXXX529]": 51041, + "[XXXXX52]": 50272, + "[XXXXX530]": 51111, + "[XXXXX531]": 51009, + "[XXXXX532]": 51079, + "[XXXXX533]": 50487, + "[XXXXX534]": 51059, + "[XXXXX535]": 50335, + "[XXXXX536]": 50380, + "[XXXXX537]": 50301, + "[XXXXX538]": 51067, + "[XXXXX539]": 51052, + "[XXXXX53]": 51048, + "[XXXXX540]": 50822, + "[XXXXX541]": 51040, + "[XXXXX542]": 50490, + "[XXXXX543]": 50448, + "[XXXXX544]": 50812, + "[XXXXX545]": 50099, + "[XXXXX546]": 51199, + "[XXXXX547]": 50226, + "[XXXXX548]": 50538, + "[XXXXX549]": 50342, + "[XXXXX54]": 50701, + "[XXXXX550]": 50544, + "[XXXXX551]": 50398, + "[XXXXX552]": 51102, + "[XXXXX553]": 50919, + "[XXXXX554]": 50615, + "[XXXXX555]": 50769, + "[XXXXX556]": 50940, + "[XXXXX557]": 50070, + "[XXXXX558]": 50680, + "[XXXXX559]": 50611, + "[XXXXX55]": 50574, + "[XXXXX560]": 50381, + "[XXXXX561]": 50350, + "[XXXXX562]": 50175, + "[XXXXX563]": 50584, + "[XXXXX564]": 50703, + "[XXXXX565]": 50989, + "[XXXXX566]": 50877, + "[XXXXX567]": 51039, + "[XXXXX568]": 51018, + "[XXXXX569]": 50452, + "[XXXXX56]": 51099, + "[XXXXX570]": 50161, + "[XXXXX571]": 50921, + "[XXXXX572]": 50676, + "[XXXXX573]": 50326, + "[XXXXX574]": 50987, + "[XXXXX575]": 50361, + "[XXXXX576]": 50071, + "[XXXXX577]": 50803, + "[XXXXX578]": 50400, + "[XXXXX579]": 51091, + "[XXXXX57]": 50501, + "[XXXXX580]": 50887, + "[XXXXX581]": 50839, + "[XXXXX582]": 51138, + "[XXXXX583]": 50816, + "[XXXXX584]": 50339, + "[XXXXX585]": 50463, + "[XXXXX586]": 50399, + "[XXXXX587]": 51070, + "[XXXXX588]": 50457, + "[XXXXX589]": 50828, + "[XXXXX58]": 50183, + "[XXXXX590]": 50080, + "[XXXXX591]": 50550, + "[XXXXX592]": 50129, + "[XXXXX593]": 50273, + "[XXXXX594]": 50388, + "[XXXXX595]": 50491, + "[XXXXX596]": 50278, + "[XXXXX597]": 50011, + "[XXXXX598]": 50254, + "[XXXXX599]": 50302, + "[XXXXX59]": 50353, + "[XXXXX5]": 50010, + "[XXXXX600]": 50704, + "[XXXXX601]": 51118, + "[XXXXX602]": 50049, + "[XXXXX603]": 51190, + "[XXXXX604]": 51142, + "[XXXXX605]": 50707, + "[XXXXX606]": 50937, + "[XXXXX607]": 50875, + "[XXXXX608]": 50564, + "[XXXXX609]": 50345, + "[XXXXX60]": 50713, + "[XXXXX610]": 50949, + "[XXXXX611]": 50978, + "[XXXXX612]": 50330, + "[XXXXX613]": 51035, + "[XXXXX614]": 50402, + "[XXXXX615]": 50176, + "[XXXXX616]": 51133, + "[XXXXX617]": 50222, + "[XXXXX618]": 50118, + "[XXXXX619]": 50196, + "[XXXXX61]": 50298, + "[XXXXX620]": 50668, + "[XXXXX621]": 50462, + "[XXXXX622]": 50218, + "[XXXXX623]": 51101, + "[XXXXX624]": 50362, + "[XXXXX625]": 50779, + "[XXXXX626]": 50513, + "[XXXXX627]": 50746, + "[XXXXX628]": 50141, + "[XXXXX629]": 50479, + "[XXXXX62]": 50056, + "[XXXXX630]": 51180, + "[XXXXX631]": 50872, + "[XXXXX632]": 50315, + "[XXXXX633]": 50397, + "[XXXXX634]": 51165, + "[XXXXX635]": 50046, + "[XXXXX636]": 50795, + "[XXXXX637]": 50959, + "[XXXXX638]": 50786, + "[XXXXX639]": 50240, + "[XXXXX63]": 51061, + "[XXXXX640]": 50601, + "[XXXXX641]": 50904, + "[XXXXX642]": 50376, + "[XXXXX643]": 50663, + "[XXXXX644]": 50613, + "[XXXXX645]": 50467, + "[XXXXX646]": 50546, + "[XXXXX647]": 50465, + "[XXXXX648]": 50395, + "[XXXXX649]": 50287, + "[XXXXX64]": 51162, + "[XXXXX650]": 50474, + "[XXXXX651]": 50727, + "[XXXXX652]": 50243, + "[XXXXX653]": 51100, + "[XXXXX654]": 50705, + "[XXXXX655]": 51012, + "[XXXXX656]": 50447, + "[XXXXX657]": 50719, + "[XXXXX658]": 50712, + "[XXXXX659]": 50476, + "[XXXXX65]": 50587, + "[XXXXX660]": 51054, + "[XXXXX661]": 51166, + "[XXXXX662]": 50494, + "[XXXXX663]": 50230, + "[XXXXX664]": 50621, + "[XXXXX665]": 50809, + "[XXXXX666]": 50265, + "[XXXXX667]": 50645, + "[XXXXX668]": 50817, + "[XXXXX669]": 50030, + "[XXXXX66]": 51029, + "[XXXXX670]": 51004, + "[XXXXX671]": 50685, + "[XXXXX672]": 50625, + "[XXXXX673]": 50890, + "[XXXXX674]": 50383, + "[XXXXX675]": 50929, + "[XXXXX676]": 50116, + "[XXXXX677]": 51072, + "[XXXXX678]": 51126, + "[XXXXX679]": 50755, + "[XXXXX67]": 50717, + "[XXXXX680]": 50303, + "[XXXXX681]": 50504, + "[XXXXX682]": 51075, + "[XXXXX683]": 50261, + "[XXXXX684]": 50861, + "[XXXXX685]": 50306, + "[XXXXX686]": 50016, + "[XXXXX687]": 50101, + "[XXXXX688]": 51098, + "[XXXXX689]": 50827, + "[XXXXX68]": 50863, + "[XXXXX690]": 50640, + "[XXXXX691]": 50031, + "[XXXXX692]": 50768, + "[XXXXX693]": 50013, + "[XXXXX694]": 51032, + "[XXXXX695]": 50166, + "[XXXXX696]": 50127, + "[XXXXX697]": 50414, + "[XXXXX698]": 50742, + "[XXXXX699]": 51042, + "[XXXXX69]": 51112, + "[XXXXX6]": 50593, + "[XXXXX700]": 50292, + "[XXXXX701]": 50174, + "[XXXXX702]": 50547, + "[XXXXX703]": 50498, + "[XXXXX704]": 51078, + "[XXXXX705]": 50133, + "[XXXXX706]": 50041, + "[XXXXX707]": 51181, + "[XXXXX708]": 50585, + "[XXXXX709]": 50776, + "[XXXXX70]": 50053, + "[XXXXX710]": 50336, + "[XXXXX711]": 50765, + "[XXXXX712]": 50224, + "[XXXXX713]": 50599, + "[XXXXX714]": 50207, + "[XXXXX715]": 51043, + "[XXXXX716]": 51090, + "[XXXXX717]": 50006, + "[XXXXX718]": 50901, + "[XXXXX719]": 51001, + "[XXXXX71]": 50954, + "[XXXXX720]": 50646, + "[XXXXX721]": 50075, + "[XXXXX722]": 51120, + "[XXXXX723]": 50215, + "[XXXXX724]": 50415, + "[XXXXX725]": 50154, + "[XXXXX726]": 50935, + "[XXXXX727]": 50545, + "[XXXXX728]": 51085, + "[XXXXX729]": 50256, + "[XXXXX72]": 50363, + "[XXXXX730]": 50700, + "[XXXXX731]": 50262, + "[XXXXX732]": 50930, + "[XXXXX733]": 50333, + "[XXXXX734]": 50884, + "[XXXXX735]": 51030, + "[XXXXX736]": 50231, + "[XXXXX737]": 50405, + "[XXXXX738]": 50962, + "[XXXXX739]": 50458, + "[XXXXX73]": 50019, + "[XXXXX740]": 50878, + "[XXXXX741]": 50910, + "[XXXXX742]": 50170, + "[XXXXX743]": 50718, + "[XXXXX744]": 50616, + "[XXXXX745]": 50358, + "[XXXXX746]": 50152, + "[XXXXX747]": 50525, + "[XXXXX748]": 51167, + "[XXXXX749]": 50653, + "[XXXXX74]": 50952, + "[XXXXX750]": 50500, + "[XXXXX751]": 50446, + "[XXXXX752]": 50995, + "[XXXXX753]": 50945, + "[XXXXX754]": 51173, + "[XXXXX755]": 50823, + "[XXXXX756]": 51060, + "[XXXXX757]": 50748, + "[XXXXX758]": 50020, + "[XXXXX759]": 50197, + "[XXXXX75]": 50502, + "[XXXXX760]": 50291, + "[XXXXX761]": 50821, + "[XXXXX762]": 50190, + "[XXXXX763]": 50745, + "[XXXXX764]": 50778, + "[XXXXX765]": 50556, + "[XXXXX766]": 51161, + "[XXXXX767]": 50466, + "[XXXXX768]": 50792, + "[XXXXX769]": 50208, + "[XXXXX76]": 50169, + "[XXXXX770]": 50647, + "[XXXXX771]": 50610, + "[XXXXX772]": 51140, + "[XXXXX773]": 50441, + "[XXXXX774]": 50870, + "[XXXXX775]": 50368, + "[XXXXX776]": 50026, + "[XXXXX777]": 50677, + "[XXXXX778]": 51168, + "[XXXXX779]": 50481, + "[XXXXX77]": 50515, + "[XXXXX780]": 50225, + "[XXXXX781]": 50408, + "[XXXXX782]": 50090, + "[XXXXX783]": 50951, + "[XXXXX784]": 50015, + "[XXXXX785]": 50658, + "[XXXXX786]": 50617, + "[XXXXX787]": 50721, + "[XXXXX788]": 51084, + "[XXXXX789]": 50830, + "[XXXXX78]": 50100, + "[XXXXX790]": 50606, + "[XXXXX791]": 50124, + "[XXXXX792]": 50078, + "[XXXXX793]": 51188, + "[XXXXX794]": 50750, + "[XXXXX795]": 50138, + "[XXXXX796]": 50239, + "[XXXXX797]": 50385, + "[XXXXX798]": 50780, + "[XXXXX799]": 50683, + "[XXXXX79]": 50436, + "[XXXXX7]": 50211, + "[XXXXX800]": 51185, + "[XXXXX801]": 50250, + "[XXXXX802]": 50456, + "[XXXXX803]": 50508, + "[XXXXX804]": 51194, + "[XXXXX805]": 50021, + "[XXXXX806]": 50307, + "[XXXXX807]": 50199, + "[XXXXX808]": 51129, + "[XXXXX809]": 50686, + "[XXXXX80]": 50370, + "[XXXXX810]": 50343, + "[XXXXX811]": 50614, + "[XXXXX812]": 50636, + "[XXXXX813]": 51198, + "[XXXXX814]": 50788, + "[XXXXX815]": 50120, + "[XXXXX816]": 50135, + "[XXXXX817]": 50293, + "[XXXXX818]": 50153, + "[XXXXX819]": 50516, + "[XXXXX81]": 50581, + "[XXXXX820]": 50586, + "[XXXXX821]": 50509, + "[XXXXX822]": 50220, + "[XXXXX823]": 51068, + "[XXXXX824]": 50946, + "[XXXXX825]": 50965, + "[XXXXX826]": 50032, + "[XXXXX827]": 50156, + "[XXXXX828]": 50449, + "[XXXXX829]": 50531, + "[XXXXX82]": 51164, + "[XXXXX830]": 50486, + "[XXXXX831]": 50357, + "[XXXXX832]": 51022, + "[XXXXX833]": 50633, + "[XXXXX834]": 50754, + "[XXXXX835]": 51134, + "[XXXXX836]": 50193, + "[XXXXX837]": 51088, + "[XXXXX838]": 50722, + "[XXXXX839]": 50756, + "[XXXXX83]": 50977, + "[XXXXX840]": 50022, + "[XXXXX841]": 51186, + "[XXXXX842]": 50575, + "[XXXXX843]": 50079, + "[XXXXX844]": 50644, + "[XXXXX845]": 51033, + "[XXXXX846]": 50454, + "[XXXXX847]": 50095, + "[XXXXX848]": 50902, + "[XXXXX849]": 50597, + "[XXXXX84]": 50167, + "[XXXXX850]": 51051, + "[XXXXX851]": 50696, + "[XXXXX852]": 50966, + "[XXXXX853]": 50034, + "[XXXXX854]": 50889, + "[XXXXX855]": 50843, + "[XXXXX856]": 50963, + "[XXXXX857]": 50227, + "[XXXXX858]": 51058, + "[XXXXX859]": 50850, + "[XXXXX85]": 50192, + "[XXXXX860]": 50228, + "[XXXXX861]": 50570, + "[XXXXX862]": 50488, + "[XXXXX863]": 50539, + "[XXXXX864]": 51182, + "[XXXXX865]": 50990, + "[XXXXX866]": 50542, + "[XXXXX867]": 51069, + "[XXXXX868]": 50480, + "[XXXXX869]": 50847, + "[XXXXX86]": 50874, + "[XXXXX870]": 50308, + "[XXXXX871]": 50510, + "[XXXXX872]": 50423, + "[XXXXX873]": 50086, + "[XXXXX874]": 50591, + "[XXXXX875]": 50728, + "[XXXXX876]": 50372, + "[XXXXX877]": 50903, + "[XXXXX878]": 50868, + "[XXXXX879]": 50763, + "[XXXXX87]": 50571, + "[XXXXX880]": 50096, + "[XXXXX881]": 51150, + "[XXXXX882]": 50460, + "[XXXXX883]": 51087, + "[XXXXX884]": 51093, + "[XXXXX885]": 50295, + "[XXXXX886]": 51037, + "[XXXXX887]": 51171, + "[XXXXX888]": 50794, + "[XXXXX889]": 50628, + "[XXXXX88]": 50520, + "[XXXXX890]": 51172, + "[XXXXX891]": 51046, + "[XXXXX892]": 50918, + "[XXXXX893]": 50998, + "[XXXXX894]": 50371, + "[XXXXX895]": 51155, + "[XXXXX896]": 50866, + "[XXXXX897]": 50229, + "[XXXXX898]": 51057, + "[XXXXX899]": 50867, + "[XXXXX89]": 50537, + "[XXXXX8]": 50784, + "[XXXXX900]": 50739, + "[XXXXX901]": 51080, + "[XXXXX902]": 50038, + "[XXXXX903]": 50321, + "[XXXXX904]": 50774, + "[XXXXX905]": 50974, + "[XXXXX906]": 50920, + "[XXXXX907]": 50469, + "[XXXXX908]": 51122, + "[XXXXX909]": 51092, + "[XXXXX90]": 50514, + "[XXXXX910]": 50798, + "[XXXXX911]": 50245, + "[XXXXX912]": 50367, + "[XXXXX913]": 50618, + "[XXXXX914]": 50072, + "[XXXXX915]": 50450, + "[XXXXX916]": 51189, + "[XXXXX917]": 50485, + "[XXXXX918]": 50283, + "[XXXXX919]": 50845, + "[XXXXX91]": 50968, + "[XXXXX920]": 50429, + "[XXXXX921]": 50364, + "[XXXXX922]": 50782, + "[XXXXX923]": 50534, + "[XXXXX924]": 50059, + "[XXXXX925]": 50102, + "[XXXXX926]": 50185, + "[XXXXX927]": 50634, + "[XXXXX928]": 50567, + "[XXXXX929]": 50895, + "[XXXXX92]": 50210, + "[XXXXX930]": 50561, + "[XXXXX931]": 51021, + "[XXXXX932]": 50107, + "[XXXXX933]": 50407, + "[XXXXX934]": 50654, + "[XXXXX935]": 50268, + "[XXXXX936]": 51153, + "[XXXXX937]": 50552, + "[XXXXX938]": 50526, + "[XXXXX939]": 50322, + "[XXXXX93]": 50912, + "[XXXXX940]": 50296, + "[XXXXX941]": 50572, + "[XXXXX942]": 50393, + "[XXXXX943]": 50312, + "[XXXXX944]": 50592, + "[XXXXX945]": 50982, + "[XXXXX946]": 50089, + "[XXXXX947]": 50331, + "[XXXXX948]": 50279, + "[XXXXX949]": 51005, + "[XXXXX94]": 50198, + "[XXXXX950]": 50114, + "[XXXXX951]": 50074, + "[XXXXX952]": 50248, + "[XXXXX953]": 50857, + "[XXXXX954]": 50841, + "[XXXXX955]": 51065, + "[XXXXX956]": 50234, + "[XXXXX957]": 50834, + "[XXXXX958]": 50535, + "[XXXXX959]": 51109, + "[XXXXX95]": 50651, + "[XXXXX960]": 50797, + "[XXXXX961]": 50914, + "[XXXXX962]": 50112, + "[XXXXX963]": 50073, + "[XXXXX964]": 50559, + "[XXXXX965]": 50933, + "[XXXXX966]": 50619, + "[XXXXX967]": 51187, + "[XXXXX968]": 50327, + "[XXXXX969]": 50698, + "[XXXXX96]": 50420, + "[XXXXX970]": 50060, + "[XXXXX971]": 50432, + "[XXXXX972]": 50620, + "[XXXXX973]": 50693, + "[XXXXX974]": 50938, + "[XXXXX975]": 50983, + "[XXXXX976]": 50334, + "[XXXXX977]": 50438, + "[XXXXX978]": 51154, + "[XXXXX979]": 50964, + "[XXXXX97]": 50672, + "[XXXXX980]": 50511, + "[XXXXX981]": 50244, + "[XXXXX982]": 50266, + "[XXXXX983]": 50134, + "[XXXXX984]": 50338, + "[XXXXX985]": 51121, + "[XXXXX986]": 50323, + "[XXXXX987]": 50909, + "[XXXXX988]": 51000, + "[XXXXX989]": 50036, + "[XXXXX98]": 50787, + "[XXXXX990]": 50512, + "[XXXXX991]": 50191, + "[XXXXX992]": 50187, + "[XXXXX993]": 51156, + "[XXXXX994]": 51135, + "[XXXXX995]": 50355, + "[XXXXX996]": 51027, + "[XXXXX997]": 50297, + "[XXXXX998]": 50928, + "[XXXXX999]": 50697, + "[XXXXX99]": 50980, + "[XXXXX9]": 50961 +} diff --git a/checkpoint-12000/config.json b/checkpoint-12000/config.json new file mode 100644 index 0000000..6aa3e79 --- /dev/null +++ b/checkpoint-12000/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu", + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 50000, + "dtype": "bfloat16", + "embd_pdrop": 0.1, + "eos_token_id": 50001, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_ctx": 512, + "n_embd": 512, + "n_head": 8, + "n_inner": 2048, + "n_layer": 4, + "n_positions": 512, + "pad_token_id": 50002, + "prefix": "[CLS]", + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "transformers_version": "4.56.2", + "use_cache": true, + "vocab_size": 51200 +} diff --git a/checkpoint-12000/generation_config.json b/checkpoint-12000/generation_config.json new file mode 100644 index 0000000..4c122f0 --- /dev/null +++ b/checkpoint-12000/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 50000, + "eos_token_id": [ + 50001 + ], + "pad_token_id": 50002, + "transformers_version": "4.56.2" +} diff --git a/checkpoint-12000/model.safetensors b/checkpoint-12000/model.safetensors new file mode 100644 index 0000000..1fbd775 --- /dev/null +++ b/checkpoint-12000/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa8334b0ab02ee8e53f21d2951801c20c8e785a95a2bf5ac6b45e51cae51a08 +size 78179408 diff --git a/checkpoint-12000/rng_state.pth b/checkpoint-12000/rng_state.pth new file mode 100644 index 0000000..db4ac90 --- /dev/null +++ b/checkpoint-12000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ce1e0d5bb0786e0aee721f59b6dca07eb00cab20203bf92788a494386844f0 +size 14709 diff --git a/checkpoint-12000/special_tokens_map.json b/checkpoint-12000/special_tokens_map.json new file mode 100644 index 0000000..c78a835 --- /dev/null +++ b/checkpoint-12000/special_tokens_map.json @@ -0,0 +1,1249 @@ +{ + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "cls_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "mask_token": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "sep_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/checkpoint-12000/spiece.model b/checkpoint-12000/spiece.model new file mode 100644 index 0000000..1d0ebef --- /dev/null +++ b/checkpoint-12000/spiece.model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb6c0798152f43d77dd4f94367bd58cc1d82ff07ea9fa1516be8cc28bf92184 +size 1123336 diff --git a/checkpoint-12000/tokenizer_config.json b/checkpoint-12000/tokenizer_config.json new file mode 100644 index 0000000..b27d01f --- /dev/null +++ b/checkpoint-12000/tokenizer_config.json @@ -0,0 +1,10825 @@ +{ + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50000": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50001": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50002": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50003": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50004": { + "content": "[XXXXX160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50005": { + "content": "[XXXXX240]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50006": { + "content": "[XXXXX717]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50007": { + "content": "[XXXXX23]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50008": { + "content": "[XXXXX161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50009": { + "content": "[XXXXX1156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50010": { + "content": "[XXXXX5]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50011": { + "content": "[XXXXX597]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50012": { + "content": "[XXXXX415]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50013": { + "content": "[XXXXX693]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50014": { + "content": "[XXXXX1083]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50015": { + "content": "[XXXXX784]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50016": { + "content": "[XXXXX686]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50017": { + "content": "[XXXXX379]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50018": { + "content": "[XXXXX335]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50019": { + "content": "[XXXXX73]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50020": { + "content": "[XXXXX758]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50021": { + "content": "[XXXXX805]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50022": { + "content": "[XXXXX840]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50023": { + "content": "[XXXXX1037]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50024": { + "content": "[XXXXX235]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50025": { + "content": "[XXXXX1107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50026": { + "content": "[XXXXX776]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50027": { + "content": "[XXXXX286]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50028": { + "content": "[XXXXX396]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50029": { + "content": "[XXXXX478]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50030": { + "content": "[XXXXX669]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50031": { + "content": "[XXXXX691]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50032": { + "content": "[XXXXX826]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50033": { + "content": "[XXXXX1150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50034": { + "content": "[XXXXX853]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50035": { + "content": "[XXXXX130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50036": { + "content": "[XXXXX989]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50037": { + "content": "[XXXXX249]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50038": { + "content": "[XXXXX902]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50039": { + "content": "[XXXXX1169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50040": { + "content": "[XXXXX260]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50041": { + "content": "[XXXXX706]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50042": { + "content": "[XXXXX146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50043": { + "content": "[XXXXX198]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50044": { + "content": "[XXXXX303]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50045": { + "content": "[XXXXX1192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50046": { + "content": "[XXXXX635]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50047": { + "content": "[XXXXX271]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50048": { + "content": "[XXXXX1023]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50049": { + "content": "[XXXXX602]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50050": { + "content": "[XXXXX291]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50051": { + "content": "[XXXXX190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50052": { + "content": "[XXXXX1055]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50053": { + "content": "[XXXXX70]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50054": { + "content": "[XXXXX178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50055": { + "content": "[XXXXX318]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50056": { + "content": "[XXXXX62]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50057": { + "content": "[XXXXX473]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50058": { + "content": "[XXXXX517]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50059": { + "content": "[XXXXX924]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50060": { + "content": "[XXXXX970]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50061": { + "content": "[XXXXX1033]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50062": { + "content": "[XXXXX110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50063": { + "content": "[XXXXX1151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50064": { + "content": "[XXXXX1189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50065": { + "content": "[XXXXX1095]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50066": { + "content": "[XXXXX148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50067": { + "content": "[XXXXX337]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50068": { + "content": "[XXXXX245]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50069": { + "content": "[XXXXX407]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50070": { + "content": "[XXXXX557]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50071": { + "content": "[XXXXX576]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50072": { + "content": "[XXXXX914]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50073": { + "content": "[XXXXX963]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50074": { + "content": "[XXXXX951]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50075": { + "content": "[XXXXX721]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50076": { + "content": "[XXXXX1174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50077": { + "content": "[XXXXX3]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50078": { + "content": "[XXXXX792]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50079": { + "content": "[XXXXX843]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50080": { + "content": "[XXXXX590]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50081": { + "content": "[XXXXX118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50082": { + "content": "[XXXXX280]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50083": { + "content": "[XXXXX1119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50084": { + "content": "[XXXXX1025]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50085": { + "content": "[XXXXX140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50086": { + "content": "[XXXXX873]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50087": { + "content": "[XXXXX103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50088": { + "content": "[XXXXX307]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50089": { + "content": "[XXXXX946]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50090": { + "content": "[XXXXX782]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50091": { + "content": "[XXXXX100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50092": { + "content": "[XXXXX485]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50093": { + "content": "[XXXXX151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50094": { + "content": "[XXXXX213]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50095": { + "content": "[XXXXX847]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50096": { + "content": "[XXXXX880]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50097": { + "content": "[XXXXX44]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50098": { + "content": "[XXXXX1031]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50099": { + "content": "[XXXXX545]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50100": { + "content": "[XXXXX78]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50101": { + "content": "[XXXXX687]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50102": { + "content": "[XXXXX925]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50103": { + "content": "[XXXXX519]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50104": { + "content": "[XXXXX1191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50105": { + "content": "[XXXXX13]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50106": { + "content": "[XXXXX487]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50107": { + "content": "[XXXXX932]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50108": { + "content": "[XXXXX119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50109": { + "content": "[XXXXX170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50110": { + "content": "[XXXXX254]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50111": { + "content": "[XXXXX420]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50112": { + "content": "[XXXXX962]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50113": { + "content": "[XXXXX441]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50114": { + "content": "[XXXXX950]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50115": { + "content": "[XXXXX18]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50116": { + "content": "[XXXXX676]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50117": { + "content": "[XXXXX1133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50118": { + "content": "[XXXXX618]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50119": { + "content": "[XXXXX374]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50120": { + "content": "[XXXXX815]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50121": { + "content": "[XXXXX1058]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50122": { + "content": "[XXXXX1108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50123": { + "content": "[XXXXX1144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50124": { + "content": "[XXXXX791]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50125": { + "content": "[XXXXX259]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50126": { + "content": "[XXXXX1074]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50127": { + "content": "[XXXXX696]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50128": { + "content": "[XXXXX1168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50129": { + "content": "[XXXXX592]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50130": { + "content": "[XXXXX127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50131": { + "content": "[XXXXX136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50132": { + "content": "[XXXXX237]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50133": { + "content": "[XXXXX705]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50134": { + "content": "[XXXXX983]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50135": { + "content": "[XXXXX816]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50136": { + "content": "[XXXXX412]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50137": { + "content": "[XXXXX410]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50138": { + "content": "[XXXXX795]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50139": { + "content": "[XXXXX101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50140": { + "content": "[XXXXX171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50141": { + "content": "[XXXXX628]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50142": { + "content": "[XXXXX1038]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50143": { + "content": "[XXXXX447]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50144": { + "content": "[XXXXX1043]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50145": { + "content": "[XXXXX147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50146": { + "content": "[XXXXX1112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50147": { + "content": "[XXXXX186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50148": { + "content": "[XXXXX461]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50149": { + "content": "[XXXXX423]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50150": { + "content": "[XXXXX26]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50151": { + "content": "[XXXXX227]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50152": { + "content": "[XXXXX746]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50153": { + "content": "[XXXXX818]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50154": { + "content": "[XXXXX725]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50155": { + "content": "[XXXXX400]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50156": { + "content": "[XXXXX827]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50157": { + "content": "[XXXXX1020]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50158": { + "content": "[XXXXX1060]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50159": { + "content": "[XXXXX195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50160": { + "content": "[XXXXX526]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50161": { + "content": "[XXXXX570]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50162": { + "content": "[XXXXX174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50163": { + "content": "[XXXXX333]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50164": { + "content": "[XXXXX466]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50165": { + "content": "[XXXXX513]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50166": { + "content": "[XXXXX695]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50167": { + "content": "[XXXXX84]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50168": { + "content": "[XXXXX1080]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50169": { + "content": "[XXXXX76]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50170": { + "content": "[XXXXX742]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50171": { + "content": "[XXXXX1008]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50172": { + "content": "[XXXXX1123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50173": { + "content": "[XXXXX1145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50174": { + "content": "[XXXXX701]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50175": { + "content": "[XXXXX562]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50176": { + "content": "[XXXXX615]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50177": { + "content": "[XXXXX389]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50178": { + "content": "[XXXXX267]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50179": { + "content": "[XXXXX323]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50180": { + "content": "[XXXXX346]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50181": { + "content": "[XXXXX287]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50182": { + "content": "[XXXXX469]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50183": { + "content": "[XXXXX58]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50184": { + "content": "[XXXXX431]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50185": { + "content": "[XXXXX926]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50186": { + "content": "[XXXXX1182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50187": { + "content": "[XXXXX992]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50188": { + "content": "[XXXXX185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50189": { + "content": "[XXXXX352]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50190": { + "content": "[XXXXX762]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50191": { + "content": "[XXXXX991]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50192": { + "content": "[XXXXX85]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50193": { + "content": "[XXXXX836]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50194": { + "content": "[XXXXX460]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50195": { + "content": "[XXXXX272]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50196": { + "content": "[XXXXX619]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50197": { + "content": "[XXXXX759]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50198": { + "content": "[XXXXX94]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50199": { + "content": "[XXXXX807]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50200": { + "content": "[XXXXX299]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50201": { + "content": "[XXXXX187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50202": { + "content": "[XXXXX486]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50203": { + "content": "[XXXXX45]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50204": { + "content": "[XXXXX1036]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50205": { + "content": "[XXXXX354]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50206": { + "content": "[XXXXX386]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50207": { + "content": "[XXXXX714]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50208": { + "content": "[XXXXX769]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50209": { + "content": "[XXXXX304]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50210": { + "content": "[XXXXX92]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50211": { + "content": "[XXXXX7]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50212": { + "content": "[XXXXX31]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50213": { + "content": "[XXXXX102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50214": { + "content": "[XXXXX163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50215": { + "content": "[XXXXX723]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50216": { + "content": "[XXXXX1042]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50217": { + "content": "[XXXXX452]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50218": { + "content": "[XXXXX622]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50219": { + "content": "[XXXXX1056]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50220": { + "content": "[XXXXX822]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50221": { + "content": "[XXXXX125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50222": { + "content": "[XXXXX617]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50223": { + "content": "[XXXXX34]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50224": { + "content": "[XXXXX712]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50225": { + "content": "[XXXXX780]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50226": { + "content": "[XXXXX547]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50227": { + "content": "[XXXXX857]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50228": { + "content": "[XXXXX860]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50229": { + "content": "[XXXXX897]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50230": { + "content": "[XXXXX663]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50231": { + "content": "[XXXXX736]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50232": { + "content": "[XXXXX202]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50233": { + "content": "[XXXXX1029]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50234": { + "content": "[XXXXX956]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50235": { + "content": "[XXXXX397]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50236": { + "content": "[XXXXX239]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50237": { + "content": "[XXXXX472]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50238": { + "content": "[XXXXX230]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50239": { + "content": "[XXXXX796]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50240": { + "content": "[XXXXX639]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50241": { + "content": "[XXXXX203]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50242": { + "content": "[XXXXX231]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50243": { + "content": "[XXXXX652]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50244": { + "content": "[XXXXX981]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50245": { + "content": "[XXXXX911]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50246": { + "content": "[XXXXX380]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50247": { + "content": "[XXXXX477]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50248": { + "content": "[XXXXX952]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50249": { + "content": "[XXXXX28]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50250": { + "content": "[XXXXX801]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50251": { + "content": "[XXXXX1134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50252": { + "content": "[XXXXX1176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50253": { + "content": "[XXXXX180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50254": { + "content": "[XXXXX598]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50255": { + "content": "[XXXXX365]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50256": { + "content": "[XXXXX729]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50257": { + "content": "[XXXXX214]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50258": { + "content": "[XXXXX1117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50259": { + "content": "[XXXXX278]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50260": { + "content": "[XXXXX522]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50261": { + "content": "[XXXXX683]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50262": { + "content": "[XXXXX731]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50263": { + "content": "[XXXXX312]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50264": { + "content": "[XXXXX1178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50265": { + "content": "[XXXXX666]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50266": { + "content": "[XXXXX982]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50267": { + "content": "[XXXXX414]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50268": { + "content": "[XXXXX935]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50269": { + "content": "[XXXXX1089]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50270": { + "content": "[XXXXX236]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50271": { + "content": "[XXXXX463]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50272": { + "content": "[XXXXX52]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50273": { + "content": "[XXXXX593]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50274": { + "content": "[XXXXX508]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50275": { + "content": "[XXXXX1125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50276": { + "content": "[XXXXX462]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50277": { + "content": "[XXXXX32]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50278": { + "content": "[XXXXX596]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50279": { + "content": "[XXXXX948]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50280": { + "content": "[XXXXX150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50281": { + "content": "[XXXXX322]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50282": { + "content": "[XXXXX390]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50283": { + "content": "[XXXXX918]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50284": { + "content": "[XXXXX157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50285": { + "content": "[XXXXX310]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50286": { + "content": "[XXXXX392]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50287": { + "content": "[XXXXX649]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50288": { + "content": "[XXXXX158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50289": { + "content": "[XXXXX430]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50290": { + "content": "[XXXXX384]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50291": { + "content": "[XXXXX760]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50292": { + "content": "[XXXXX700]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50293": { + "content": "[XXXXX817]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50294": { + "content": "[XXXXX115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50295": { + "content": "[XXXXX885]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50296": { + "content": "[XXXXX940]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50297": { + "content": "[XXXXX997]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50298": { + "content": "[XXXXX61]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50299": { + "content": "[XXXXX209]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50300": { + "content": "[XXXXX316]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50301": { + "content": "[XXXXX537]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50302": { + "content": "[XXXXX599]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50303": { + "content": "[XXXXX680]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50304": { + "content": "[XXXXX135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50305": { + "content": "[XXXXX39]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50306": { + "content": "[XXXXX685]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50307": { + "content": "[XXXXX806]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50308": { + "content": "[XXXXX870]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50309": { + "content": "[XXXXX1096]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50310": { + "content": "[XXXXX366]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50311": { + "content": "[XXXXX509]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50312": { + "content": "[XXXXX943]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50313": { + "content": "[XXXXX292]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50314": { + "content": "[XXXXX367]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50315": { + "content": "[XXXXX632]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50316": { + "content": "[XXXXX1136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50317": { + "content": "[XXXXX156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50318": { + "content": "[XXXXX1100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50319": { + "content": "[XXXXX432]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50320": { + "content": "[XXXXX514]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50321": { + "content": "[XXXXX903]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50322": { + "content": "[XXXXX939]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50323": { + "content": "[XXXXX986]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50324": { + "content": "[XXXXX506]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50325": { + "content": "[XXXXX10]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50326": { + "content": "[XXXXX573]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50327": { + "content": "[XXXXX968]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50328": { + "content": "[XXXXX1039]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50329": { + "content": "[XXXXX252]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50330": { + "content": "[XXXXX612]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50331": { + "content": "[XXXXX947]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50332": { + "content": "[XXXXX1162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50333": { + "content": "[XXXXX733]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50334": { + "content": "[XXXXX976]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50335": { + "content": "[XXXXX535]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50336": { + "content": "[XXXXX710]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50337": { + "content": "[XXXXX40]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50338": { + "content": "[XXXXX984]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50339": { + "content": "[XXXXX584]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50340": { + "content": "[XXXXX132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50341": { + "content": "[XXXXX1084]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50342": { + "content": "[XXXXX549]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50343": { + "content": "[XXXXX810]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50344": { + "content": "[XXXXX208]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50345": { + "content": "[XXXXX609]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50346": { + "content": "[XXXXX275]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50347": { + "content": "[XXXXX262]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50348": { + "content": "[XXXXX331]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50349": { + "content": "[XXXXX361]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50350": { + "content": "[XXXXX561]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50351": { + "content": "[XXXXX143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50352": { + "content": "[XXXXX1061]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50353": { + "content": "[XXXXX59]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50354": { + "content": "[XXXXX21]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50355": { + "content": "[XXXXX995]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50356": { + "content": "[XXXXX439]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50357": { + "content": "[XXXXX831]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50358": { + "content": "[XXXXX745]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50359": { + "content": "[XXXXX43]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50360": { + "content": "[XXXXX498]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50361": { + "content": "[XXXXX575]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50362": { + "content": "[XXXXX624]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50363": { + "content": "[XXXXX72]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50364": { + "content": "[XXXXX921]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50365": { + "content": "[XXXXX201]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50366": { + "content": "[XXXXX1171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50367": { + "content": "[XXXXX912]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50368": { + "content": "[XXXXX775]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50369": { + "content": "[XXXXX1094]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50370": { + "content": "[XXXXX80]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50371": { + "content": "[XXXXX894]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50372": { + "content": "[XXXXX876]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50373": { + "content": "[XXXXX1143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50374": { + "content": "[XXXXX355]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50375": { + "content": "[XXXXX450]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50376": { + "content": "[XXXXX642]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50377": { + "content": "[XXXXX162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50378": { + "content": "[XXXXX394]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50379": { + "content": "[XXXXX296]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50380": { + "content": "[XXXXX536]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50381": { + "content": "[XXXXX560]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50382": { + "content": "[XXXXX373]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50383": { + "content": "[XXXXX674]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50384": { + "content": "[XXXXX1099]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50385": { + "content": "[XXXXX797]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50386": { + "content": "[XXXXX516]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50387": { + "content": "[XXXXX41]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50388": { + "content": "[XXXXX594]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50389": { + "content": "[XXXXX319]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50390": { + "content": "[XXXXX165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50391": { + "content": "[XXXXX344]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50392": { + "content": "[XXXXX1012]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50393": { + "content": "[XXXXX942]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50394": { + "content": "[XXXXX1071]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50395": { + "content": "[XXXXX648]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50396": { + "content": "[XXXXX4]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50397": { + "content": "[XXXXX633]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50398": { + "content": "[XXXXX551]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50399": { + "content": "[XXXXX586]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50400": { + "content": "[XXXXX578]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50401": { + "content": "[XXXXX348]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50402": { + "content": "[XXXXX614]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50403": { + "content": "[XXXXX33]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50404": { + "content": "[XXXXX1193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50405": { + "content": "[XXXXX737]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50406": { + "content": "[XXXXX233]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50407": { + "content": "[XXXXX933]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50408": { + "content": "[XXXXX781]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50409": { + "content": "[XXXXX189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50410": { + "content": "[XXXXX1006]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50411": { + "content": "[XXXXX219]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50412": { + "content": "[XXXXX454]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50413": { + "content": "[XXXXX449]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50414": { + "content": "[XXXXX697]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50415": { + "content": "[XXXXX724]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50416": { + "content": "[XXXXX224]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50417": { + "content": "[XXXXX1157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50418": { + "content": "[XXXXX455]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50419": { + "content": "[XXXXX505]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50420": { + "content": "[XXXXX96]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50421": { + "content": "[XXXXX182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50422": { + "content": "[XXXXX424]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50423": { + "content": "[XXXXX872]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50424": { + "content": "[XXXXX1163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50425": { + "content": "[XXXXX1081]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50426": { + "content": "[XXXXX1173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50427": { + "content": "[XXXXX172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50428": { + "content": "[XXXXX507]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50429": { + "content": "[XXXXX920]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50430": { + "content": "[XXXXX1126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50431": { + "content": "[XXXXX474]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50432": { + "content": "[XXXXX971]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50433": { + "content": "[XXXXX1049]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50434": { + "content": "[XXXXX1114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50435": { + "content": "[XXXXX1040]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50436": { + "content": "[XXXXX79]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50437": { + "content": "[XXXXX36]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50438": { + "content": "[XXXXX977]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50439": { + "content": "[XXXXX1129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50440": { + "content": "[XXXXX1063]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50441": { + "content": "[XXXXX773]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50442": { + "content": "[XXXXX16]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50443": { + "content": "[XXXXX113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50444": { + "content": "[XXXXX320]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50445": { + "content": "[XXXXX167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50446": { + "content": "[XXXXX751]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50447": { + "content": "[XXXXX656]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50448": { + "content": "[XXXXX543]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50449": { + "content": "[XXXXX828]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50450": { + "content": "[XXXXX915]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50451": { + "content": "[XXXXX1098]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50452": { + "content": "[XXXXX569]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50453": { + "content": "[XXXXX1166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50454": { + "content": "[XXXXX846]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50455": { + "content": "[XXXXX324]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50456": { + "content": "[XXXXX802]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50457": { + "content": "[XXXXX588]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50458": { + "content": "[XXXXX739]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50459": { + "content": "[XXXXX50]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50460": { + "content": "[XXXXX882]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50461": { + "content": "[XXXXX1054]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50462": { + "content": "[XXXXX621]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50463": { + "content": "[XXXXX585]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50464": { + "content": "[XXXXX121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50465": { + "content": "[XXXXX647]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50466": { + "content": "[XXXXX767]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50467": { + "content": "[XXXXX645]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50468": { + "content": "[XXXXX27]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50469": { + "content": "[XXXXX907]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50470": { + "content": "[XXXXX1109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50471": { + "content": "[XXXXX1147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50472": { + "content": "[XXXXX501]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50473": { + "content": "[XXXXX1164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50474": { + "content": "[XXXXX650]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50475": { + "content": "[XXXXX329]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50476": { + "content": "[XXXXX659]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50477": { + "content": "[XXXXX1158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50478": { + "content": "[XXXXX104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50479": { + "content": "[XXXXX629]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50480": { + "content": "[XXXXX868]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50481": { + "content": "[XXXXX779]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50482": { + "content": "[XXXXX17]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50483": { + "content": "[XXXXX377]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50484": { + "content": "[XXXXX467]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50485": { + "content": "[XXXXX917]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50486": { + "content": "[XXXXX830]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50487": { + "content": "[XXXXX533]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50488": { + "content": "[XXXXX862]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50489": { + "content": "[XXXXX1041]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50490": { + "content": "[XXXXX542]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50491": { + "content": "[XXXXX595]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50492": { + "content": "[XXXXX353]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50493": { + "content": "[XXXXX181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50494": { + "content": "[XXXXX662]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50495": { + "content": "[XXXXX1195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50496": { + "content": "[XXXXX435]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50497": { + "content": "[XXXXX1051]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50498": { + "content": "[XXXXX703]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50499": { + "content": "[XXXXX1140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50500": { + "content": "[XXXXX750]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50501": { + "content": "[XXXXX57]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50502": { + "content": "[XXXXX75]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50503": { + "content": "[XXXXX293]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50504": { + "content": "[XXXXX681]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50505": { + "content": "[XXXXX46]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50506": { + "content": "[XXXXX30]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50507": { + "content": "[XXXXX402]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50508": { + "content": "[XXXXX803]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50509": { + "content": "[XXXXX821]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50510": { + "content": "[XXXXX871]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50511": { + "content": "[XXXXX980]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50512": { + "content": "[XXXXX990]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50513": { + "content": "[XXXXX626]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50514": { + "content": "[XXXXX90]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50515": { + "content": "[XXXXX77]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50516": { + "content": "[XXXXX819]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50517": { + "content": "[XXXXX436]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50518": { + "content": "[XXXXX306]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50519": { + "content": "[XXXXX434]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50520": { + "content": "[XXXXX88]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50521": { + "content": "[XXXXX184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50522": { + "content": "[XXXXX290]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50523": { + "content": "[XXXXX216]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50524": { + "content": "[XXXXX176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50525": { + "content": "[XXXXX747]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50526": { + "content": "[XXXXX938]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50527": { + "content": "[XXXXX442]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50528": { + "content": "[XXXXX301]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50529": { + "content": "[XXXXX1015]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50530": { + "content": "[XXXXX520]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50531": { + "content": "[XXXXX829]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50532": { + "content": "[XXXXX106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50533": { + "content": "[XXXXX1048]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50534": { + "content": "[XXXXX923]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50535": { + "content": "[XXXXX958]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50536": { + "content": "[XXXXX1130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50537": { + "content": "[XXXXX89]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50538": { + "content": "[XXXXX548]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50539": { + "content": "[XXXXX863]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50540": { + "content": "[XXXXX444]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50541": { + "content": "[XXXXX1149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50542": { + "content": "[XXXXX866]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50543": { + "content": "[XXXXX109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50544": { + "content": "[XXXXX550]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50545": { + "content": "[XXXXX727]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50546": { + "content": "[XXXXX646]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50547": { + "content": "[XXXXX702]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50548": { + "content": "[XXXXX204]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50549": { + "content": "[XXXXX1000]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50550": { + "content": "[XXXXX591]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50551": { + "content": "[XXXXX1128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50552": { + "content": "[XXXXX937]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50553": { + "content": "[XXXXX141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50554": { + "content": "[XXXXX273]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50555": { + "content": "[XXXXX1183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50556": { + "content": "[XXXXX765]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50557": { + "content": "[XXXXX371]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50558": { + "content": "[XXXXX256]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50559": { + "content": "[XXXXX964]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50560": { + "content": "[XXXXX1148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50561": { + "content": "[XXXXX930]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50562": { + "content": "[XXXXX212]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50563": { + "content": "[XXXXX133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50564": { + "content": "[XXXXX608]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50565": { + "content": "[XXXXX281]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50566": { + "content": "[XXXXX1045]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50567": { + "content": "[XXXXX928]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50568": { + "content": "[XXXXX1154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50569": { + "content": "[XXXXX334]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50570": { + "content": "[XXXXX861]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50571": { + "content": "[XXXXX87]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50572": { + "content": "[XXXXX941]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50573": { + "content": "[XXXXX359]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50574": { + "content": "[XXXXX55]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50575": { + "content": "[XXXXX842]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50576": { + "content": "[XXXXX427]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50577": { + "content": "[XXXXX491]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50578": { + "content": "[XXXXX137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50579": { + "content": "[XXXXX47]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50580": { + "content": "[XXXXX511]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50581": { + "content": "[XXXXX81]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50582": { + "content": "[XXXXX139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50583": { + "content": "[XXXXX226]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50584": { + "content": "[XXXXX563]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50585": { + "content": "[XXXXX708]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50586": { + "content": "[XXXXX820]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50587": { + "content": "[XXXXX65]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50588": { + "content": "[XXXXX381]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50589": { + "content": "[XXXXX22]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50590": { + "content": "[XXXXX1064]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50591": { + "content": "[XXXXX874]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50592": { + "content": "[XXXXX944]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50593": { + "content": "[XXXXX6]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50594": { + "content": "[XXXXX313]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50595": { + "content": "[XXXXX471]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50596": { + "content": "[XXXXX1118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50597": { + "content": "[XXXXX849]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50598": { + "content": "[XXXXX483]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50599": { + "content": "[XXXXX713]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50600": { + "content": "[XXXXX222]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50601": { + "content": "[XXXXX640]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50602": { + "content": "[XXXXX12]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50603": { + "content": "[XXXXX285]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50604": { + "content": "[XXXXX327]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50605": { + "content": "[XXXXX378]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50606": { + "content": "[XXXXX790]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50607": { + "content": "[XXXXX1179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50608": { + "content": "[XXXXX15]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50609": { + "content": "[XXXXX229]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50610": { + "content": "[XXXXX771]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50611": { + "content": "[XXXXX559]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50612": { + "content": "[XXXXX253]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50613": { + "content": "[XXXXX644]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50614": { + "content": "[XXXXX811]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50615": { + "content": "[XXXXX554]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50616": { + "content": "[XXXXX744]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50617": { + "content": "[XXXXX786]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50618": { + "content": "[XXXXX913]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50619": { + "content": "[XXXXX966]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50620": { + "content": "[XXXXX972]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50621": { + "content": "[XXXXX664]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50622": { + "content": "[XXXXX1131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50623": { + "content": "[XXXXX1132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50624": { + "content": "[XXXXX376]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50625": { + "content": "[XXXXX672]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50626": { + "content": "[XXXXX1013]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50627": { + "content": "[XXXXX328]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50628": { + "content": "[XXXXX889]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50629": { + "content": "[XXXXX1141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50630": { + "content": "[XXXXX429]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50631": { + "content": "[XXXXX114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50632": { + "content": "[XXXXX523]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50633": { + "content": "[XXXXX833]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50634": { + "content": "[XXXXX927]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50635": { + "content": "[XXXXX297]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50636": { + "content": "[XXXXX812]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50637": { + "content": "[XXXXX1062]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50638": { + "content": "[XXXXX152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50639": { + "content": "[XXXXX1010]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50640": { + "content": "[XXXXX690]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50641": { + "content": "[XXXXX363]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50642": { + "content": "[XXXXX1103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50643": { + "content": "[XXXXX194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50644": { + "content": "[XXXXX844]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50645": { + "content": "[XXXXX667]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50646": { + "content": "[XXXXX720]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50647": { + "content": "[XXXXX770]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50648": { + "content": "[XXXXX515]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50649": { + "content": "[XXXXX196]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50650": { + "content": "[XXXXX283]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50651": { + "content": "[XXXXX95]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50652": { + "content": "[XXXXX528]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50653": { + "content": "[XXXXX749]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50654": { + "content": "[XXXXX934]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50655": { + "content": "[XXXXX1052]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50656": { + "content": "[XXXXX1188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50657": { + "content": "[XXXXX1001]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50658": { + "content": "[XXXXX785]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50659": { + "content": "[XXXXX393]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50660": { + "content": "[XXXXX502]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50661": { + "content": "[XXXXX404]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50662": { + "content": "[XXXXX129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50663": { + "content": "[XXXXX643]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50664": { + "content": "[XXXXX1086]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50665": { + "content": "[XXXXX1104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50666": { + "content": "[XXXXX326]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50667": { + "content": "[XXXXX330]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50668": { + "content": "[XXXXX620]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50669": { + "content": "[XXXXX193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50670": { + "content": "[XXXXX470]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50671": { + "content": "[XXXXX279]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50672": { + "content": "[XXXXX97]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50673": { + "content": "[XXXXX177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50674": { + "content": "[XXXXX510]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50675": { + "content": "[XXXXX225]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50676": { + "content": "[XXXXX572]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50677": { + "content": "[XXXXX777]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50678": { + "content": "[XXXXX1135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50679": { + "content": "[XXXXX1160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50680": { + "content": "[XXXXX558]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50681": { + "content": "[XXXXX416]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50682": { + "content": "[XXXXX246]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50683": { + "content": "[XXXXX799]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50684": { + "content": "[XXXXX153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50685": { + "content": "[XXXXX671]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50686": { + "content": "[XXXXX809]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50687": { + "content": "[XXXXX525]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50688": { + "content": "[XXXXX1004]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50689": { + "content": "[XXXXX1005]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50690": { + "content": "[XXXXX1194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50691": { + "content": "[XXXXX408]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50692": { + "content": "[XXXXX492]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50693": { + "content": "[XXXXX973]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50694": { + "content": "[XXXXX242]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50695": { + "content": "[XXXXX357]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50696": { + "content": "[XXXXX851]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50697": { + "content": "[XXXXX999]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50698": { + "content": "[XXXXX969]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50699": { + "content": "[XXXXX453]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50700": { + "content": "[XXXXX730]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50701": { + "content": "[XXXXX54]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50702": { + "content": "[XXXXX480]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50703": { + "content": "[XXXXX564]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50704": { + "content": "[XXXXX600]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50705": { + "content": "[XXXXX654]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50706": { + "content": "[XXXXX37]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50707": { + "content": "[XXXXX605]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50708": { + "content": "[XXXXX164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50709": { + "content": "[XXXXX395]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50710": { + "content": "[XXXXX401]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50711": { + "content": "[XXXXX446]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50712": { + "content": "[XXXXX658]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50713": { + "content": "[XXXXX60]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50714": { + "content": "[XXXXX107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50715": { + "content": "[XXXXX131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50716": { + "content": "[XXXXX387]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50717": { + "content": "[XXXXX67]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50718": { + "content": "[XXXXX743]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50719": { + "content": "[XXXXX657]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50720": { + "content": "[XXXXX418]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50721": { + "content": "[XXXXX787]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50722": { + "content": "[XXXXX838]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50723": { + "content": "[XXXXX298]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50724": { + "content": "[XXXXX1007]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50725": { + "content": "[XXXXX1027]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50726": { + "content": "[XXXXX1078]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50727": { + "content": "[XXXXX651]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50728": { + "content": "[XXXXX875]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50729": { + "content": "[XXXXX258]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50730": { + "content": "[XXXXX413]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50731": { + "content": "[XXXXX1092]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50732": { + "content": "[XXXXX124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50733": { + "content": "[XXXXX308]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50734": { + "content": "[XXXXX1085]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50735": { + "content": "[XXXXX1170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50736": { + "content": "[XXXXX38]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50737": { + "content": "[XXXXX438]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50738": { + "content": "[XXXXX475]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50739": { + "content": "[XXXXX900]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50740": { + "content": "[XXXXX263]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50741": { + "content": "[XXXXX166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50742": { + "content": "[XXXXX698]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50743": { + "content": "[XXXXX1127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50744": { + "content": "[XXXXX1181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50745": { + "content": "[XXXXX763]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50746": { + "content": "[XXXXX627]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50747": { + "content": "[XXXXX250]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50748": { + "content": "[XXXXX757]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50749": { + "content": "[XXXXX142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50750": { + "content": "[XXXXX794]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50751": { + "content": "[XXXXX128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50752": { + "content": "[XXXXX35]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50753": { + "content": "[XXXXX482]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50754": { + "content": "[XXXXX834]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50755": { + "content": "[XXXXX679]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50756": { + "content": "[XXXXX839]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50757": { + "content": "[XXXXX138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50758": { + "content": "[XXXXX1066]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50759": { + "content": "[XXXXX116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50760": { + "content": "[XXXXX317]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50761": { + "content": "[XXXXX490]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50762": { + "content": "[XXXXX443]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50763": { + "content": "[XXXXX879]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50764": { + "content": "[XXXXX1101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50765": { + "content": "[XXXXX711]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50766": { + "content": "[XXXXX123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50767": { + "content": "[XXXXX1152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50768": { + "content": "[XXXXX692]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50769": { + "content": "[XXXXX555]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50770": { + "content": "[XXXXX266]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50771": { + "content": "[XXXXX0]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50772": { + "content": "[XXXXX332]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50773": { + "content": "[XXXXX497]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50774": { + "content": "[XXXXX904]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50775": { + "content": "[XXXXX1019]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50776": { + "content": "[XXXXX709]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50777": { + "content": "[XXXXX351]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50778": { + "content": "[XXXXX764]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50779": { + "content": "[XXXXX625]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50780": { + "content": "[XXXXX798]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50781": { + "content": "[XXXXX205]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50782": { + "content": "[XXXXX922]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50783": { + "content": "[XXXXX1075]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50784": { + "content": "[XXXXX8]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50785": { + "content": "[XXXXX422]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50786": { + "content": "[XXXXX638]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50787": { + "content": "[XXXXX98]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50788": { + "content": "[XXXXX814]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50789": { + "content": "[XXXXX1057]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50790": { + "content": "[XXXXX1070]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50791": { + "content": "[XXXXX411]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50792": { + "content": "[XXXXX768]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50793": { + "content": "[XXXXX1165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50794": { + "content": "[XXXXX888]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50795": { + "content": "[XXXXX636]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50796": { + "content": "[XXXXX1047]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50797": { + "content": "[XXXXX960]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50798": { + "content": "[XXXXX910]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50799": { + "content": "[XXXXX42]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50800": { + "content": "[XXXXX238]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50801": { + "content": "[XXXXX383]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50802": { + "content": "[XXXXX1032]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50803": { + "content": "[XXXXX577]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50804": { + "content": "[XXXXX268]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50805": { + "content": "[XXXXX179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50806": { + "content": "[XXXXX1076]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50807": { + "content": "[XXXXX1167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50808": { + "content": "[XXXXX1172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50809": { + "content": "[XXXXX665]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50810": { + "content": "[XXXXX126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50811": { + "content": "[XXXXX347]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50812": { + "content": "[XXXXX544]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50813": { + "content": "[XXXXX1026]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50814": { + "content": "[XXXXX159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50815": { + "content": "[XXXXX503]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50816": { + "content": "[XXXXX583]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50817": { + "content": "[XXXXX668]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50818": { + "content": "[XXXXX1115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50819": { + "content": "[XXXXX112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50820": { + "content": "[XXXXX154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50821": { + "content": "[XXXXX761]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50822": { + "content": "[XXXXX540]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50823": { + "content": "[XXXXX755]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50824": { + "content": "[XXXXX255]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50825": { + "content": "[XXXXX459]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50826": { + "content": "[XXXXX1090]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50827": { + "content": "[XXXXX689]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50828": { + "content": "[XXXXX589]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50829": { + "content": "[XXXXX122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50830": { + "content": "[XXXXX789]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50831": { + "content": "[XXXXX481]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50832": { + "content": "[XXXXX1044]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50833": { + "content": "[XXXXX274]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50834": { + "content": "[XXXXX957]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50835": { + "content": "[XXXXX1121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50836": { + "content": "[XXXXX464]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50837": { + "content": "[XXXXX495]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50838": { + "content": "[XXXXX1097]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50839": { + "content": "[XXXXX581]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50840": { + "content": "[XXXXX200]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50841": { + "content": "[XXXXX954]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50842": { + "content": "[XXXXX48]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50843": { + "content": "[XXXXX855]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50844": { + "content": "[XXXXX419]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50845": { + "content": "[XXXXX919]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50846": { + "content": "[XXXXX451]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50847": { + "content": "[XXXXX869]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50848": { + "content": "[XXXXX1082]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50849": { + "content": "[XXXXX1185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50850": { + "content": "[XXXXX859]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50851": { + "content": "[XXXXX1139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50852": { + "content": "[XXXXX1072]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50853": { + "content": "[XXXXX220]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50854": { + "content": "[XXXXX465]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50855": { + "content": "[XXXXX1105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50856": { + "content": "[XXXXX1093]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50857": { + "content": "[XXXXX953]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50858": { + "content": "[XXXXX1187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50859": { + "content": "[XXXXX311]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50860": { + "content": "[XXXXX403]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50861": { + "content": "[XXXXX684]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50862": { + "content": "[XXXXX426]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50863": { + "content": "[XXXXX68]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50864": { + "content": "[XXXXX277]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50865": { + "content": "[XXXXX437]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50866": { + "content": "[XXXXX896]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50867": { + "content": "[XXXXX899]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50868": { + "content": "[XXXXX878]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50869": { + "content": "[XXXXX1073]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50870": { + "content": "[XXXXX774]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50871": { + "content": "[XXXXX315]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50872": { + "content": "[XXXXX631]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50873": { + "content": "[XXXXX223]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50874": { + "content": "[XXXXX86]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50875": { + "content": "[XXXXX607]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50876": { + "content": "[XXXXX149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50877": { + "content": "[XXXXX566]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50878": { + "content": "[XXXXX740]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50879": { + "content": "[XXXXX265]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50880": { + "content": "[XXXXX399]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50881": { + "content": "[XXXXX1053]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50882": { + "content": "[XXXXX1077]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50883": { + "content": "[XXXXX336]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50884": { + "content": "[XXXXX734]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50885": { + "content": "[XXXXX289]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50886": { + "content": "[XXXXX221]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50887": { + "content": "[XXXXX580]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50888": { + "content": "[XXXXX406]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50889": { + "content": "[XXXXX854]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50890": { + "content": "[XXXXX673]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50891": { + "content": "[XXXXX1146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50892": { + "content": "[XXXXX29]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50893": { + "content": "[XXXXX496]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50894": { + "content": "[XXXXX241]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50895": { + "content": "[XXXXX929]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50896": { + "content": "[XXXXX169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50897": { + "content": "[XXXXX1153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50898": { + "content": "[XXXXX440]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50899": { + "content": "[XXXXX385]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50900": { + "content": "[XXXXX499]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50901": { + "content": "[XXXXX718]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50902": { + "content": "[XXXXX848]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50903": { + "content": "[XXXXX877]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50904": { + "content": "[XXXXX641]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50905": { + "content": "[XXXXX1137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50906": { + "content": "[XXXXX269]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50907": { + "content": "[XXXXX521]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50908": { + "content": "[XXXXX234]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50909": { + "content": "[XXXXX987]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50910": { + "content": "[XXXXX741]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50911": { + "content": "[XXXXX349]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50912": { + "content": "[XXXXX93]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50913": { + "content": "[XXXXX247]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50914": { + "content": "[XXXXX961]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50915": { + "content": "[XXXXX1120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50916": { + "content": "[XXXXX369]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50917": { + "content": "[XXXXX479]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50918": { + "content": "[XXXXX892]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50919": { + "content": "[XXXXX553]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50920": { + "content": "[XXXXX906]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50921": { + "content": "[XXXXX571]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50922": { + "content": "[XXXXX1046]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50923": { + "content": "[XXXXX206]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50924": { + "content": "[XXXXX488]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50925": { + "content": "[XXXXX445]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50926": { + "content": "[XXXXX524]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50927": { + "content": "[XXXXX228]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50928": { + "content": "[XXXXX998]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50929": { + "content": "[XXXXX675]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50930": { + "content": "[XXXXX732]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50931": { + "content": "[XXXXX1028]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50932": { + "content": "[XXXXX494]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50933": { + "content": "[XXXXX965]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50934": { + "content": "[XXXXX1021]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50935": { + "content": "[XXXXX726]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50936": { + "content": "[XXXXX168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50937": { + "content": "[XXXXX606]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50938": { + "content": "[XXXXX974]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50939": { + "content": "[XXXXX504]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50940": { + "content": "[XXXXX556]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50941": { + "content": "[XXXXX1159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50942": { + "content": "[XXXXX417]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50943": { + "content": "[XXXXX1175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50944": { + "content": "[XXXXX1142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50945": { + "content": "[XXXXX753]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50946": { + "content": "[XXXXX824]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50947": { + "content": "[XXXXX251]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50948": { + "content": "[XXXXX345]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50949": { + "content": "[XXXXX610]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50950": { + "content": "[XXXXX276]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50951": { + "content": "[XXXXX783]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50952": { + "content": "[XXXXX74]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50953": { + "content": "[XXXXX1050]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50954": { + "content": "[XXXXX71]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50955": { + "content": "[XXXXX360]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50956": { + "content": "[XXXXX512]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50957": { + "content": "[XXXXX341]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50958": { + "content": "[XXXXX375]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50959": { + "content": "[XXXXX637]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50960": { + "content": "[XXXXX1116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50961": { + "content": "[XXXXX9]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50962": { + "content": "[XXXXX738]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50963": { + "content": "[XXXXX856]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50964": { + "content": "[XXXXX979]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50965": { + "content": "[XXXXX825]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50966": { + "content": "[XXXXX852]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50967": { + "content": "[XXXXX215]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50968": { + "content": "[XXXXX91]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50969": { + "content": "[XXXXX257]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50970": { + "content": "[XXXXX325]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50971": { + "content": "[XXXXX368]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50972": { + "content": "[XXXXX1124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50973": { + "content": "[XXXXX188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50974": { + "content": "[XXXXX905]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50975": { + "content": "[XXXXX284]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50976": { + "content": "[XXXXX11]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50977": { + "content": "[XXXXX83]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50978": { + "content": "[XXXXX611]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50979": { + "content": "[XXXXX51]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50980": { + "content": "[XXXXX99]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50981": { + "content": "[XXXXX288]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50982": { + "content": "[XXXXX945]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50983": { + "content": "[XXXXX975]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50984": { + "content": "[XXXXX282]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50985": { + "content": "[XXXXX1068]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50986": { + "content": "[XXXXX1180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50987": { + "content": "[XXXXX574]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50988": { + "content": "[XXXXX305]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50989": { + "content": "[XXXXX565]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50990": { + "content": "[XXXXX865]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50991": { + "content": "[XXXXX1014]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50992": { + "content": "[XXXXX1138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50993": { + "content": "[XXXXX134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50994": { + "content": "[XXXXX321]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50995": { + "content": "[XXXXX752]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50996": { + "content": "[XXXXX108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50997": { + "content": "[XXXXX339]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50998": { + "content": "[XXXXX893]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50999": { + "content": "[XXXXX1177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51000": { + "content": "[XXXXX988]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51001": { + "content": "[XXXXX719]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51002": { + "content": "[XXXXX1059]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51003": { + "content": "[XXXXX421]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51004": { + "content": "[XXXXX670]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51005": { + "content": "[XXXXX949]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51006": { + "content": "[XXXXX14]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51007": { + "content": "[XXXXX1087]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51008": { + "content": "[XXXXX382]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51009": { + "content": "[XXXXX531]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51010": { + "content": "[XXXXX1079]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51011": { + "content": "[XXXXX1067]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51012": { + "content": "[XXXXX655]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51013": { + "content": "[XXXXX340]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51014": { + "content": "[XXXXX398]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51015": { + "content": "[XXXXX175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51016": { + "content": "[XXXXX232]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51017": { + "content": "[XXXXX244]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51018": { + "content": "[XXXXX568]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51019": { + "content": "[XXXXX1110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51020": { + "content": "[XXXXX191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51021": { + "content": "[XXXXX931]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51022": { + "content": "[XXXXX832]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51023": { + "content": "[XXXXX1030]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51024": { + "content": "[XXXXX144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51025": { + "content": "[XXXXX1102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51026": { + "content": "[XXXXX300]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51027": { + "content": "[XXXXX996]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51028": { + "content": "[XXXXX248]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51029": { + "content": "[XXXXX66]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51030": { + "content": "[XXXXX735]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51031": { + "content": "[XXXXX20]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51032": { + "content": "[XXXXX694]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51033": { + "content": "[XXXXX845]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51034": { + "content": "[XXXXX500]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51035": { + "content": "[XXXXX613]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51036": { + "content": "[XXXXX117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51037": { + "content": "[XXXXX886]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51038": { + "content": "[XXXXX261]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51039": { + "content": "[XXXXX567]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51040": { + "content": "[XXXXX541]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51041": { + "content": "[XXXXX529]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51042": { + "content": "[XXXXX699]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51043": { + "content": "[XXXXX715]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51044": { + "content": "[XXXXX1003]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51045": { + "content": "[XXXXX518]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51046": { + "content": "[XXXXX891]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51047": { + "content": "[XXXXX192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51048": { + "content": "[XXXXX53]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51049": { + "content": "[XXXXX428]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51050": { + "content": "[XXXXX183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51051": { + "content": "[XXXXX850]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51052": { + "content": "[XXXXX539]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51053": { + "content": "[XXXXX527]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51054": { + "content": "[XXXXX660]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51055": { + "content": "[XXXXX409]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51056": { + "content": "[XXXXX1122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51057": { + "content": "[XXXXX898]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51058": { + "content": "[XXXXX858]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51059": { + "content": "[XXXXX534]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51060": { + "content": "[XXXXX756]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51061": { + "content": "[XXXXX63]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51062": { + "content": "[XXXXX49]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51063": { + "content": "[XXXXX1106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51064": { + "content": "[XXXXX111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51065": { + "content": "[XXXXX955]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51066": { + "content": "[XXXXX309]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51067": { + "content": "[XXXXX538]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51068": { + "content": "[XXXXX823]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51069": { + "content": "[XXXXX867]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51070": { + "content": "[XXXXX587]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51071": { + "content": "[XXXXX243]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51072": { + "content": "[XXXXX677]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51073": { + "content": "[XXXXX1017]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51074": { + "content": "[XXXXX173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51075": { + "content": "[XXXXX682]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51076": { + "content": "[XXXXX1184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51077": { + "content": "[XXXXX1009]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51078": { + "content": "[XXXXX704]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51079": { + "content": "[XXXXX532]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51080": { + "content": "[XXXXX901]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51081": { + "content": "[XXXXX120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51082": { + "content": "[XXXXX388]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51083": { + "content": "[XXXXX405]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51084": { + "content": "[XXXXX788]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51085": { + "content": "[XXXXX728]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51086": { + "content": "[XXXXX425]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51087": { + "content": "[XXXXX883]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51088": { + "content": "[XXXXX837]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51089": { + "content": "[XXXXX350]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51090": { + "content": "[XXXXX716]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51091": { + "content": "[XXXXX579]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51092": { + "content": "[XXXXX909]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51093": { + "content": "[XXXXX884]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51094": { + "content": "[XXXXX1011]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51095": { + "content": "[XXXXX372]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51096": { + "content": "[XXXXX370]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51097": { + "content": "[XXXXX468]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51098": { + "content": "[XXXXX688]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51099": { + "content": "[XXXXX56]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51100": { + "content": "[XXXXX653]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51101": { + "content": "[XXXXX623]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51102": { + "content": "[XXXXX552]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51103": { + "content": "[XXXXX314]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51104": { + "content": "[XXXXX1018]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51105": { + "content": "[XXXXX1091]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51106": { + "content": "[XXXXX342]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51107": { + "content": "[XXXXX1065]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51108": { + "content": "[XXXXX1161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51109": { + "content": "[XXXXX959]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51110": { + "content": "[XXXXX1035]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51111": { + "content": "[XXXXX530]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51112": { + "content": "[XXXXX69]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51113": { + "content": "[XXXXX489]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51114": { + "content": "[XXXXX1]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51115": { + "content": "[XXXXX207]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51116": { + "content": "[XXXXX433]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51117": { + "content": "[XXXXX358]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51118": { + "content": "[XXXXX601]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51119": { + "content": "[XXXXX2]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51120": { + "content": "[XXXXX722]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51121": { + "content": "[XXXXX985]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51122": { + "content": "[XXXXX908]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51123": { + "content": "[XXXXX1024]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51124": { + "content": "[XXXXX1111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51125": { + "content": "[XXXXX1113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51126": { + "content": "[XXXXX678]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51127": { + "content": "[XXXXX19]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51128": { + "content": "[XXXXX1186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51129": { + "content": "[XXXXX808]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51130": { + "content": "[XXXXX493]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51131": { + "content": "[XXXXX1155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51132": { + "content": "[XXXXX217]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51133": { + "content": "[XXXXX616]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51134": { + "content": "[XXXXX835]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51135": { + "content": "[XXXXX994]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51136": { + "content": "[XXXXX484]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51137": { + "content": "[XXXXX362]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51138": { + "content": "[XXXXX582]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51139": { + "content": "[XXXXX1034]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51140": { + "content": "[XXXXX772]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51141": { + "content": "[XXXXX457]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51142": { + "content": "[XXXXX604]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51143": { + "content": "[XXXXX456]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51144": { + "content": "[XXXXX145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51145": { + "content": "[XXXXX476]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51146": { + "content": "[XXXXX218]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51147": { + "content": "[XXXXX199]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51148": { + "content": "[XXXXX364]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51149": { + "content": "[XXXXX302]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51150": { + "content": "[XXXXX881]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51151": { + "content": "[XXXXX1088]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51152": { + "content": "[XXXXX356]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51153": { + "content": "[XXXXX936]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51154": { + "content": "[XXXXX978]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51155": { + "content": "[XXXXX895]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51156": { + "content": "[XXXXX993]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51157": { + "content": "[XXXXX458]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51158": { + "content": "[XXXXX1002]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51159": { + "content": "[XXXXX1022]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51160": { + "content": "[XXXXX25]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51161": { + "content": "[XXXXX766]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51162": { + "content": "[XXXXX64]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51163": { + "content": "[XXXXX211]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51164": { + "content": "[XXXXX82]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51165": { + "content": "[XXXXX634]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51166": { + "content": "[XXXXX661]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51167": { + "content": "[XXXXX748]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51168": { + "content": "[XXXXX778]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51169": { + "content": "[XXXXX24]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51170": { + "content": "[XXXXX448]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51171": { + "content": "[XXXXX887]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51172": { + "content": "[XXXXX890]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51173": { + "content": "[XXXXX754]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51174": { + "content": "[XXXXX343]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51175": { + "content": "[XXXXX1069]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51176": { + "content": "[XXXXX294]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51177": { + "content": "[XXXXX295]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51178": { + "content": "[XXXXX197]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51179": { + "content": "[XXXXX210]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51180": { + "content": "[XXXXX630]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51181": { + "content": "[XXXXX707]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51182": { + "content": "[XXXXX864]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51183": { + "content": "[XXXXX391]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51184": { + "content": "[XXXXX338]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51185": { + "content": "[XXXXX800]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51186": { + "content": "[XXXXX841]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51187": { + "content": "[XXXXX967]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51188": { + "content": "[XXXXX793]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51189": { + "content": "[XXXXX916]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51190": { + "content": "[XXXXX603]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51191": { + "content": "[XXXXX270]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51192": { + "content": "[XXXXX105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51193": { + "content": "[XXXXX1016]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51194": { + "content": "[XXXXX804]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51195": { + "content": "[XXXXX264]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51196": { + "content": "[XXXXX155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51197": { + "content": "[XXXXX1190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51198": { + "content": "[XXXXX813]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51199": { + "content": "[XXXXX546]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": "[CLS]", + "clean_up_tokenization_spaces": true, + "cls_token": "[CLS]", + "do_lower_case": false, + "eos_token": "[SEP]", + "extra_special_tokens": {}, + "keep_accents": true, + "mask_token": "[MASK]", + "model_max_length": 1000000000000000019884624838656, + "pad_token": "", + "remove_space": true, + "sep_token": "[SEP]", + "sp_model_kwargs": {}, + "tokenizer_class": "AlbertTokenizer", + "unk_token": "" +} diff --git a/checkpoint-12000/trainer_state.json b/checkpoint-12000/trainer_state.json new file mode 100644 index 0000000..ee2ccc0 --- /dev/null +++ b/checkpoint-12000/trainer_state.json @@ -0,0 +1,24078 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 0.9336704921221552, + "eval_steps": 3000, + "global_step": 12000, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "entropy": 10.742382335662843, + "epoch": 0.00038902937171756465, + "grad_norm": 4.78125, + "learning_rate": 2e-06, + "loss": 10.7699, + "mean_token_accuracy": 0.0, + "num_tokens": 9243.0, + "step": 5 + }, + { + "entropy": 10.742357444763183, + "epoch": 0.0007780587434351293, + "grad_norm": 5.03125, + "learning_rate": 4.5e-06, + "loss": 10.7654, + "mean_token_accuracy": 0.0, + "num_tokens": 18424.0, + "step": 10 + }, + { + "entropy": 10.74235429763794, + "epoch": 0.001167088115152694, + "grad_norm": 5.03125, + "learning_rate": 7e-06, + "loss": 10.729, + "mean_token_accuracy": 0.00010964912362396718, + "num_tokens": 27006.0, + "step": 15 + }, + { + "entropy": 10.742323112487792, + "epoch": 0.0015561174868702586, + "grad_norm": 4.65625, + "learning_rate": 9.5e-06, + "loss": 10.68, + "mean_token_accuracy": 0.00010695187374949455, + "num_tokens": 35577.0, + "step": 20 + }, + { + "entropy": 10.742191219329834, + "epoch": 0.0019451468585878235, + "grad_norm": 4.46875, + "learning_rate": 1.2e-05, + "loss": 10.5624, + "mean_token_accuracy": 0.001254092820454389, + "num_tokens": 43706.0, + "step": 25 + }, + { + "entropy": 10.741874980926514, + "epoch": 0.002334176230305388, + "grad_norm": 4.25, + "learning_rate": 1.4500000000000002e-05, + "loss": 10.4785, + "mean_token_accuracy": 0.01906490430701524, + "num_tokens": 52571.0, + "step": 30 + }, + { + "entropy": 10.741138744354249, + "epoch": 0.0027232056020229526, + "grad_norm": 3.296875, + "learning_rate": 1.7000000000000003e-05, + "loss": 10.3631, + "mean_token_accuracy": 0.04432072527706623, + "num_tokens": 61900.0, + "step": 35 + }, + { + "entropy": 10.739378833770752, + "epoch": 0.0031122349737405172, + "grad_norm": 2.796875, + "learning_rate": 1.95e-05, + "loss": 10.2522, + "mean_token_accuracy": 0.043363864347338674, + "num_tokens": 71234.0, + "step": 40 + }, + { + "entropy": 10.736563587188721, + "epoch": 0.003501264345458082, + "grad_norm": 2.5, + "learning_rate": 2.2e-05, + "loss": 10.1123, + "mean_token_accuracy": 0.04502938166260719, + "num_tokens": 79610.0, + "step": 45 + }, + { + "entropy": 10.733458709716796, + "epoch": 0.003890293717175647, + "grad_norm": 2.25, + "learning_rate": 2.4500000000000003e-05, + "loss": 10.0005, + "mean_token_accuracy": 0.04512783698737621, + "num_tokens": 87527.0, + "step": 50 + }, + { + "entropy": 10.731391525268554, + "epoch": 0.004279323088893211, + "grad_norm": 2.125, + "learning_rate": 2.7e-05, + "loss": 9.9758, + "mean_token_accuracy": 0.044215765222907065, + "num_tokens": 95512.0, + "step": 55 + }, + { + "entropy": 10.728329372406005, + "epoch": 0.004668352460610776, + "grad_norm": 2.0, + "learning_rate": 2.95e-05, + "loss": 9.9107, + "mean_token_accuracy": 0.04661451056599617, + "num_tokens": 104395.0, + "step": 60 + }, + { + "entropy": 10.723896598815918, + "epoch": 0.0050573818323283405, + "grad_norm": 2.03125, + "learning_rate": 3.2e-05, + "loss": 9.8199, + "mean_token_accuracy": 0.049337920546531674, + "num_tokens": 112562.0, + "step": 65 + }, + { + "entropy": 10.719001293182373, + "epoch": 0.005446411204045905, + "grad_norm": 2.03125, + "learning_rate": 3.4500000000000005e-05, + "loss": 9.7691, + "mean_token_accuracy": 0.04639301113784313, + "num_tokens": 121962.0, + "step": 70 + }, + { + "entropy": 10.715445232391357, + "epoch": 0.00583544057576347, + "grad_norm": 1.8203125, + "learning_rate": 3.7e-05, + "loss": 9.7611, + "mean_token_accuracy": 0.04579820521175861, + "num_tokens": 130714.0, + "step": 75 + }, + { + "entropy": 10.711173343658448, + "epoch": 0.0062244699474810344, + "grad_norm": 1.8046875, + "learning_rate": 3.95e-05, + "loss": 9.665, + "mean_token_accuracy": 0.0456673588603735, + "num_tokens": 139674.0, + "step": 80 + }, + { + "entropy": 10.70630578994751, + "epoch": 0.006613499319198599, + "grad_norm": 1.9453125, + "learning_rate": 4.2000000000000004e-05, + "loss": 9.5765, + "mean_token_accuracy": 0.04949404634535313, + "num_tokens": 148654.0, + "step": 85 + }, + { + "entropy": 10.698366928100587, + "epoch": 0.007002528690916164, + "grad_norm": 2.0, + "learning_rate": 4.45e-05, + "loss": 9.435, + "mean_token_accuracy": 0.05969774164259434, + "num_tokens": 156180.0, + "step": 90 + }, + { + "entropy": 10.684116172790528, + "epoch": 0.007391558062633729, + "grad_norm": 1.875, + "learning_rate": 4.7000000000000004e-05, + "loss": 9.4372, + "mean_token_accuracy": 0.06196932159364223, + "num_tokens": 165608.0, + "step": 95 + }, + { + "entropy": 10.664545917510987, + "epoch": 0.007780587434351294, + "grad_norm": 1.8984375, + "learning_rate": 4.9500000000000004e-05, + "loss": 9.3091, + "mean_token_accuracy": 0.06599215753376483, + "num_tokens": 173871.0, + "step": 100 + }, + { + "entropy": 10.63426914215088, + "epoch": 0.008169616806068859, + "grad_norm": 1.796875, + "learning_rate": 5.2e-05, + "loss": 9.2262, + "mean_token_accuracy": 0.06208839267492294, + "num_tokens": 182356.0, + "step": 105 + }, + { + "entropy": 10.588347434997559, + "epoch": 0.008558646177786422, + "grad_norm": 1.6484375, + "learning_rate": 5.45e-05, + "loss": 9.1345, + "mean_token_accuracy": 0.06493466645479203, + "num_tokens": 190361.0, + "step": 110 + }, + { + "entropy": 10.534650707244873, + "epoch": 0.008947675549503988, + "grad_norm": 1.671875, + "learning_rate": 5.7e-05, + "loss": 9.0175, + "mean_token_accuracy": 0.06511155813932419, + "num_tokens": 199253.0, + "step": 115 + }, + { + "entropy": 10.498821544647218, + "epoch": 0.009336704921221552, + "grad_norm": 1.75, + "learning_rate": 5.9499999999999996e-05, + "loss": 8.9191, + "mean_token_accuracy": 0.06383187472820281, + "num_tokens": 208181.0, + "step": 120 + }, + { + "entropy": 10.446215152740479, + "epoch": 0.009725734292939117, + "grad_norm": 1.6875, + "learning_rate": 6.2e-05, + "loss": 8.7921, + "mean_token_accuracy": 0.06596225276589393, + "num_tokens": 216898.0, + "step": 125 + }, + { + "entropy": 10.361998558044434, + "epoch": 0.010114763664656681, + "grad_norm": 1.53125, + "learning_rate": 6.450000000000001e-05, + "loss": 8.6872, + "mean_token_accuracy": 0.06298739649355412, + "num_tokens": 226051.0, + "step": 130 + }, + { + "entropy": 10.26733865737915, + "epoch": 0.010503793036374246, + "grad_norm": 1.328125, + "learning_rate": 6.7e-05, + "loss": 8.5991, + "mean_token_accuracy": 0.06326549835503101, + "num_tokens": 235018.0, + "step": 135 + }, + { + "entropy": 10.166206169128419, + "epoch": 0.01089282240809181, + "grad_norm": 1.375, + "learning_rate": 6.950000000000001e-05, + "loss": 8.4509, + "mean_token_accuracy": 0.06088712736964226, + "num_tokens": 244268.0, + "step": 140 + }, + { + "entropy": 10.03088960647583, + "epoch": 0.011281851779809376, + "grad_norm": 1.2421875, + "learning_rate": 7.2e-05, + "loss": 8.3425, + "mean_token_accuracy": 0.06427538841962814, + "num_tokens": 253545.0, + "step": 145 + }, + { + "entropy": 9.861793708801269, + "epoch": 0.01167088115152694, + "grad_norm": 1.2890625, + "learning_rate": 7.45e-05, + "loss": 8.1413, + "mean_token_accuracy": 0.07204292267560959, + "num_tokens": 261767.0, + "step": 150 + }, + { + "entropy": 9.695942211151124, + "epoch": 0.012059910523244505, + "grad_norm": 1.0625, + "learning_rate": 7.7e-05, + "loss": 8.1018, + "mean_token_accuracy": 0.06669669337570668, + "num_tokens": 270372.0, + "step": 155 + }, + { + "entropy": 9.514180374145507, + "epoch": 0.012448939894962069, + "grad_norm": 1.109375, + "learning_rate": 7.950000000000001e-05, + "loss": 8.0639, + "mean_token_accuracy": 0.06147677525877952, + "num_tokens": 279726.0, + "step": 160 + }, + { + "entropy": 9.323209476470947, + "epoch": 0.012837969266679634, + "grad_norm": 0.96875, + "learning_rate": 8.2e-05, + "loss": 7.9873, + "mean_token_accuracy": 0.06152131669223308, + "num_tokens": 288955.0, + "step": 165 + }, + { + "entropy": 9.155291080474854, + "epoch": 0.013226998638397198, + "grad_norm": 0.8984375, + "learning_rate": 8.450000000000001e-05, + "loss": 7.8671, + "mean_token_accuracy": 0.06018271669745445, + "num_tokens": 297898.0, + "step": 170 + }, + { + "entropy": 8.913286781311035, + "epoch": 0.013616028010114764, + "grad_norm": 0.9375, + "learning_rate": 8.7e-05, + "loss": 7.7877, + "mean_token_accuracy": 0.06726240292191506, + "num_tokens": 306189.0, + "step": 175 + }, + { + "entropy": 8.70859899520874, + "epoch": 0.014005057381832327, + "grad_norm": 0.82421875, + "learning_rate": 8.95e-05, + "loss": 7.7347, + "mean_token_accuracy": 0.06567795276641845, + "num_tokens": 314881.0, + "step": 180 + }, + { + "entropy": 8.591675281524658, + "epoch": 0.014394086753549893, + "grad_norm": 0.96875, + "learning_rate": 9.2e-05, + "loss": 7.7148, + "mean_token_accuracy": 0.0621601328253746, + "num_tokens": 323357.0, + "step": 185 + }, + { + "entropy": 8.47695083618164, + "epoch": 0.014783116125267459, + "grad_norm": 1.1875, + "learning_rate": 9.45e-05, + "loss": 7.7356, + "mean_token_accuracy": 0.06571447476744652, + "num_tokens": 331799.0, + "step": 190 + }, + { + "entropy": 8.370344352722167, + "epoch": 0.015172145496985022, + "grad_norm": 0.921875, + "learning_rate": 9.7e-05, + "loss": 7.6118, + "mean_token_accuracy": 0.06905685365200043, + "num_tokens": 340320.0, + "step": 195 + }, + { + "entropy": 8.324654674530029, + "epoch": 0.015561174868702588, + "grad_norm": 0.9375, + "learning_rate": 9.95e-05, + "loss": 7.6178, + "mean_token_accuracy": 0.06449079662561416, + "num_tokens": 348990.0, + "step": 200 + }, + { + "entropy": 8.174854373931884, + "epoch": 0.01595020424042015, + "grad_norm": 0.9765625, + "learning_rate": 0.000102, + "loss": 7.5827, + "mean_token_accuracy": 0.06486652344465256, + "num_tokens": 357661.0, + "step": 205 + }, + { + "entropy": 8.168173027038574, + "epoch": 0.016339233612137717, + "grad_norm": 0.796875, + "learning_rate": 0.00010449999999999999, + "loss": 7.5391, + "mean_token_accuracy": 0.07107783854007721, + "num_tokens": 366099.0, + "step": 210 + }, + { + "entropy": 8.15952262878418, + "epoch": 0.016728262983855283, + "grad_norm": 0.83984375, + "learning_rate": 0.000107, + "loss": 7.677, + "mean_token_accuracy": 0.06535900048911572, + "num_tokens": 374926.0, + "step": 215 + }, + { + "entropy": 8.183490467071532, + "epoch": 0.017117292355572845, + "grad_norm": 0.890625, + "learning_rate": 0.0001095, + "loss": 7.5935, + "mean_token_accuracy": 0.06671289913356304, + "num_tokens": 383846.0, + "step": 220 + }, + { + "entropy": 8.149136352539063, + "epoch": 0.01750632172729041, + "grad_norm": 0.84765625, + "learning_rate": 0.000112, + "loss": 7.5526, + "mean_token_accuracy": 0.07337053082883357, + "num_tokens": 393678.0, + "step": 225 + }, + { + "entropy": 8.142791080474854, + "epoch": 0.017895351099007976, + "grad_norm": 0.9765625, + "learning_rate": 0.0001145, + "loss": 7.5805, + "mean_token_accuracy": 0.07247933149337768, + "num_tokens": 401866.0, + "step": 230 + }, + { + "entropy": 8.138428115844727, + "epoch": 0.01828438047072554, + "grad_norm": 0.96875, + "learning_rate": 0.00011700000000000001, + "loss": 7.5559, + "mean_token_accuracy": 0.07213828079402447, + "num_tokens": 411057.0, + "step": 235 + }, + { + "entropy": 8.083276653289795, + "epoch": 0.018673409842443103, + "grad_norm": 0.90234375, + "learning_rate": 0.00011949999999999999, + "loss": 7.5199, + "mean_token_accuracy": 0.07377653121948242, + "num_tokens": 419083.0, + "step": 240 + }, + { + "entropy": 8.081015300750732, + "epoch": 0.01906243921416067, + "grad_norm": 1.1640625, + "learning_rate": 0.000122, + "loss": 7.423, + "mean_token_accuracy": 0.07348247244954109, + "num_tokens": 427503.0, + "step": 245 + }, + { + "entropy": 7.99849009513855, + "epoch": 0.019451468585878234, + "grad_norm": 1.1015625, + "learning_rate": 0.0001245, + "loss": 7.5381, + "mean_token_accuracy": 0.07209133058786392, + "num_tokens": 435820.0, + "step": 250 + }, + { + "entropy": 7.958733320236206, + "epoch": 0.0198404979575958, + "grad_norm": 0.86328125, + "learning_rate": 0.000127, + "loss": 7.3981, + "mean_token_accuracy": 0.07939725071191787, + "num_tokens": 444692.0, + "step": 255 + }, + { + "entropy": 8.023887872695923, + "epoch": 0.020229527329313362, + "grad_norm": 0.890625, + "learning_rate": 0.0001295, + "loss": 7.4495, + "mean_token_accuracy": 0.07057543247938156, + "num_tokens": 453536.0, + "step": 260 + }, + { + "entropy": 8.02216215133667, + "epoch": 0.020618556701030927, + "grad_norm": 1.0078125, + "learning_rate": 0.000132, + "loss": 7.4635, + "mean_token_accuracy": 0.07652526497840881, + "num_tokens": 462264.0, + "step": 265 + }, + { + "entropy": 8.021293640136719, + "epoch": 0.021007586072748493, + "grad_norm": 1.0625, + "learning_rate": 0.00013450000000000002, + "loss": 7.5942, + "mean_token_accuracy": 0.07328042685985565, + "num_tokens": 471819.0, + "step": 270 + }, + { + "entropy": 7.957899475097657, + "epoch": 0.02139661544446606, + "grad_norm": 0.96484375, + "learning_rate": 0.00013700000000000002, + "loss": 7.4982, + "mean_token_accuracy": 0.0714272040873766, + "num_tokens": 480878.0, + "step": 275 + }, + { + "entropy": 8.055506563186645, + "epoch": 0.02178564481618362, + "grad_norm": 0.87109375, + "learning_rate": 0.0001395, + "loss": 7.4444, + "mean_token_accuracy": 0.08031182736158371, + "num_tokens": 489454.0, + "step": 280 + }, + { + "entropy": 7.901804733276367, + "epoch": 0.022174674187901186, + "grad_norm": 1.0390625, + "learning_rate": 0.00014199999999999998, + "loss": 7.3353, + "mean_token_accuracy": 0.07537753507494926, + "num_tokens": 498378.0, + "step": 285 + }, + { + "entropy": 7.9674581527709964, + "epoch": 0.02256370355961875, + "grad_norm": 0.91796875, + "learning_rate": 0.0001445, + "loss": 7.558, + "mean_token_accuracy": 0.07206817306578159, + "num_tokens": 507638.0, + "step": 290 + }, + { + "entropy": 8.018344259262085, + "epoch": 0.022952732931336317, + "grad_norm": 0.953125, + "learning_rate": 0.000147, + "loss": 7.4655, + "mean_token_accuracy": 0.08074412941932678, + "num_tokens": 517047.0, + "step": 295 + }, + { + "entropy": 7.928561210632324, + "epoch": 0.02334176230305388, + "grad_norm": 1.078125, + "learning_rate": 0.0001495, + "loss": 7.3931, + "mean_token_accuracy": 0.07988100573420524, + "num_tokens": 525287.0, + "step": 300 + }, + { + "entropy": 7.889331293106079, + "epoch": 0.023730791674771445, + "grad_norm": 1.0234375, + "learning_rate": 0.000152, + "loss": 7.3272, + "mean_token_accuracy": 0.07765846103429794, + "num_tokens": 533266.0, + "step": 305 + }, + { + "entropy": 7.938522481918335, + "epoch": 0.02411982104648901, + "grad_norm": 0.95703125, + "learning_rate": 0.00015450000000000001, + "loss": 7.4553, + "mean_token_accuracy": 0.07832531034946441, + "num_tokens": 542448.0, + "step": 310 + }, + { + "entropy": 7.876863288879394, + "epoch": 0.024508850418206576, + "grad_norm": 0.99609375, + "learning_rate": 0.000157, + "loss": 7.3373, + "mean_token_accuracy": 0.07851743251085282, + "num_tokens": 550872.0, + "step": 315 + }, + { + "entropy": 7.92165994644165, + "epoch": 0.024897879789924138, + "grad_norm": 0.9921875, + "learning_rate": 0.0001595, + "loss": 7.3913, + "mean_token_accuracy": 0.08598420470952987, + "num_tokens": 559616.0, + "step": 320 + }, + { + "entropy": 7.843034791946411, + "epoch": 0.025286909161641703, + "grad_norm": 1.1484375, + "learning_rate": 0.000162, + "loss": 7.3644, + "mean_token_accuracy": 0.0826579324901104, + "num_tokens": 568379.0, + "step": 325 + }, + { + "entropy": 7.829864072799682, + "epoch": 0.02567593853335927, + "grad_norm": 0.94140625, + "learning_rate": 0.00016450000000000001, + "loss": 7.3671, + "mean_token_accuracy": 0.08075782656669617, + "num_tokens": 577288.0, + "step": 330 + }, + { + "entropy": 7.871328210830688, + "epoch": 0.026064967905076834, + "grad_norm": 0.96875, + "learning_rate": 0.00016700000000000002, + "loss": 7.3243, + "mean_token_accuracy": 0.08058057203888894, + "num_tokens": 587054.0, + "step": 335 + }, + { + "entropy": 7.879428195953369, + "epoch": 0.026453997276794396, + "grad_norm": 1.0703125, + "learning_rate": 0.00016950000000000003, + "loss": 7.443, + "mean_token_accuracy": 0.0813908450305462, + "num_tokens": 595405.0, + "step": 340 + }, + { + "entropy": 7.87817964553833, + "epoch": 0.026843026648511962, + "grad_norm": 1.1953125, + "learning_rate": 0.00017199999999999998, + "loss": 7.3017, + "mean_token_accuracy": 0.0837264135479927, + "num_tokens": 604095.0, + "step": 345 + }, + { + "entropy": 7.7519464015960695, + "epoch": 0.027232056020229527, + "grad_norm": 1.0390625, + "learning_rate": 0.00017449999999999999, + "loss": 7.3331, + "mean_token_accuracy": 0.08179512321949005, + "num_tokens": 613518.0, + "step": 350 + }, + { + "entropy": 7.8531310081481935, + "epoch": 0.027621085391947093, + "grad_norm": 1.0625, + "learning_rate": 0.000177, + "loss": 7.1945, + "mean_token_accuracy": 0.08306437954306603, + "num_tokens": 621212.0, + "step": 355 + }, + { + "entropy": 7.758134984970093, + "epoch": 0.028010114763664655, + "grad_norm": 0.99609375, + "learning_rate": 0.0001795, + "loss": 7.2697, + "mean_token_accuracy": 0.08436251506209373, + "num_tokens": 629326.0, + "step": 360 + }, + { + "entropy": 7.758914995193481, + "epoch": 0.02839914413538222, + "grad_norm": 1.0546875, + "learning_rate": 0.000182, + "loss": 7.2792, + "mean_token_accuracy": 0.08306139633059502, + "num_tokens": 637034.0, + "step": 365 + }, + { + "entropy": 7.723426389694214, + "epoch": 0.028788173507099786, + "grad_norm": 1.09375, + "learning_rate": 0.0001845, + "loss": 7.1741, + "mean_token_accuracy": 0.08840271160006523, + "num_tokens": 645924.0, + "step": 370 + }, + { + "entropy": 7.825829219818115, + "epoch": 0.02917720287881735, + "grad_norm": 0.9921875, + "learning_rate": 0.000187, + "loss": 7.3813, + "mean_token_accuracy": 0.08644352033734322, + "num_tokens": 655020.0, + "step": 375 + }, + { + "entropy": 7.784128332138062, + "epoch": 0.029566232250534917, + "grad_norm": 1.1640625, + "learning_rate": 0.0001895, + "loss": 7.2057, + "mean_token_accuracy": 0.08727380409836769, + "num_tokens": 663451.0, + "step": 380 + }, + { + "entropy": 7.727108144760132, + "epoch": 0.02995526162225248, + "grad_norm": 1.0078125, + "learning_rate": 0.000192, + "loss": 7.2834, + "mean_token_accuracy": 0.08695143982768058, + "num_tokens": 671973.0, + "step": 385 + }, + { + "entropy": 7.712132835388184, + "epoch": 0.030344290993970045, + "grad_norm": 1.03125, + "learning_rate": 0.0001945, + "loss": 7.1734, + "mean_token_accuracy": 0.08923292458057404, + "num_tokens": 680583.0, + "step": 390 + }, + { + "entropy": 7.674439716339111, + "epoch": 0.03073332036568761, + "grad_norm": 1.296875, + "learning_rate": 0.00019700000000000002, + "loss": 7.1871, + "mean_token_accuracy": 0.0865532897412777, + "num_tokens": 689000.0, + "step": 395 + }, + { + "entropy": 7.765862512588501, + "epoch": 0.031122349737405176, + "grad_norm": 1.171875, + "learning_rate": 0.00019950000000000002, + "loss": 7.1741, + "mean_token_accuracy": 0.08593220934271813, + "num_tokens": 698047.0, + "step": 400 + }, + { + "entropy": 7.731269979476929, + "epoch": 0.03151137910912274, + "grad_norm": 0.8828125, + "learning_rate": 0.000202, + "loss": 7.2962, + "mean_token_accuracy": 0.08466848209500313, + "num_tokens": 707192.0, + "step": 405 + }, + { + "entropy": 7.695866537094116, + "epoch": 0.0319004084808403, + "grad_norm": 1.3046875, + "learning_rate": 0.00020449999999999998, + "loss": 7.1133, + "mean_token_accuracy": 0.09290924519300461, + "num_tokens": 715895.0, + "step": 410 + }, + { + "entropy": 7.683174657821655, + "epoch": 0.03228943785255787, + "grad_norm": 1.0234375, + "learning_rate": 0.000207, + "loss": 7.1955, + "mean_token_accuracy": 0.08894984126091003, + "num_tokens": 724891.0, + "step": 415 + }, + { + "entropy": 7.715670108795166, + "epoch": 0.032678467224275434, + "grad_norm": 1.1171875, + "learning_rate": 0.0002095, + "loss": 7.2305, + "mean_token_accuracy": 0.08583205491304398, + "num_tokens": 733378.0, + "step": 420 + }, + { + "entropy": 7.689523315429687, + "epoch": 0.033067496595993, + "grad_norm": 1.2578125, + "learning_rate": 0.000212, + "loss": 7.2038, + "mean_token_accuracy": 0.08817718252539634, + "num_tokens": 741098.0, + "step": 425 + }, + { + "entropy": 7.737551879882813, + "epoch": 0.033456525967710565, + "grad_norm": 1.375, + "learning_rate": 0.0002145, + "loss": 7.1523, + "mean_token_accuracy": 0.08939553946256637, + "num_tokens": 749902.0, + "step": 430 + }, + { + "entropy": 7.571504878997803, + "epoch": 0.033845555339428124, + "grad_norm": 1.1875, + "learning_rate": 0.00021700000000000002, + "loss": 7.1379, + "mean_token_accuracy": 0.09236362501978874, + "num_tokens": 758638.0, + "step": 435 + }, + { + "entropy": 7.696662092208863, + "epoch": 0.03423458471114569, + "grad_norm": 1.0625, + "learning_rate": 0.0002195, + "loss": 7.2068, + "mean_token_accuracy": 0.0883943185210228, + "num_tokens": 768170.0, + "step": 440 + }, + { + "entropy": 7.6304443836212155, + "epoch": 0.034623614082863255, + "grad_norm": 1.0546875, + "learning_rate": 0.000222, + "loss": 7.0936, + "mean_token_accuracy": 0.09277842119336129, + "num_tokens": 776745.0, + "step": 445 + }, + { + "entropy": 7.6743035316467285, + "epoch": 0.03501264345458082, + "grad_norm": 1.296875, + "learning_rate": 0.0002245, + "loss": 7.2093, + "mean_token_accuracy": 0.0887695960700512, + "num_tokens": 785030.0, + "step": 450 + }, + { + "entropy": 7.6144163608551025, + "epoch": 0.035401672826298386, + "grad_norm": 1.125, + "learning_rate": 0.00022700000000000002, + "loss": 7.171, + "mean_token_accuracy": 0.08834633827209473, + "num_tokens": 793543.0, + "step": 455 + }, + { + "entropy": 7.52853422164917, + "epoch": 0.03579070219801595, + "grad_norm": 1.09375, + "learning_rate": 0.00022950000000000002, + "loss": 7.0163, + "mean_token_accuracy": 0.09290485829114914, + "num_tokens": 802401.0, + "step": 460 + }, + { + "entropy": 7.607344436645508, + "epoch": 0.03617973156973352, + "grad_norm": 0.953125, + "learning_rate": 0.00023200000000000003, + "loss": 7.1277, + "mean_token_accuracy": 0.08786619827151299, + "num_tokens": 811625.0, + "step": 465 + }, + { + "entropy": 7.560419654846191, + "epoch": 0.03656876094145108, + "grad_norm": 1.140625, + "learning_rate": 0.00023449999999999998, + "loss": 7.0702, + "mean_token_accuracy": 0.0898631051182747, + "num_tokens": 820742.0, + "step": 470 + }, + { + "entropy": 7.608465671539307, + "epoch": 0.03695779031316864, + "grad_norm": 0.96875, + "learning_rate": 0.000237, + "loss": 7.1654, + "mean_token_accuracy": 0.08933878615498543, + "num_tokens": 829580.0, + "step": 475 + }, + { + "entropy": 7.560161828994751, + "epoch": 0.03734681968488621, + "grad_norm": 1.046875, + "learning_rate": 0.0002395, + "loss": 7.0934, + "mean_token_accuracy": 0.09360112398862838, + "num_tokens": 838818.0, + "step": 480 + }, + { + "entropy": 7.639765310287475, + "epoch": 0.03773584905660377, + "grad_norm": 1.1640625, + "learning_rate": 0.000242, + "loss": 7.1163, + "mean_token_accuracy": 0.08306419998407363, + "num_tokens": 847804.0, + "step": 485 + }, + { + "entropy": 7.4112790584564205, + "epoch": 0.03812487842832134, + "grad_norm": 1.1328125, + "learning_rate": 0.0002445, + "loss": 6.8803, + "mean_token_accuracy": 0.10076504200696945, + "num_tokens": 856395.0, + "step": 490 + }, + { + "entropy": 7.583081674575806, + "epoch": 0.0385139078000389, + "grad_norm": 1.0703125, + "learning_rate": 0.000247, + "loss": 7.1207, + "mean_token_accuracy": 0.09502710178494453, + "num_tokens": 865219.0, + "step": 495 + }, + { + "entropy": 7.43314561843872, + "epoch": 0.03890293717175647, + "grad_norm": 1.1171875, + "learning_rate": 0.0002495, + "loss": 6.9119, + "mean_token_accuracy": 0.09718281924724578, + "num_tokens": 873868.0, + "step": 500 + }, + { + "entropy": 7.498023557662964, + "epoch": 0.039291966543474034, + "grad_norm": 1.0546875, + "learning_rate": 0.000252, + "loss": 7.0232, + "mean_token_accuracy": 0.09345900416374206, + "num_tokens": 882698.0, + "step": 505 + }, + { + "entropy": 7.469527721405029, + "epoch": 0.0396809959151916, + "grad_norm": 1.2890625, + "learning_rate": 0.0002545, + "loss": 6.9475, + "mean_token_accuracy": 0.0993176445364952, + "num_tokens": 891280.0, + "step": 510 + }, + { + "entropy": 7.47659912109375, + "epoch": 0.04007002528690916, + "grad_norm": 1.1640625, + "learning_rate": 0.000257, + "loss": 7.0011, + "mean_token_accuracy": 0.09124450460076332, + "num_tokens": 900044.0, + "step": 515 + }, + { + "entropy": 7.436534833908081, + "epoch": 0.040459054658626724, + "grad_norm": 1.125, + "learning_rate": 0.0002595, + "loss": 6.9727, + "mean_token_accuracy": 0.0896801546216011, + "num_tokens": 909297.0, + "step": 520 + }, + { + "entropy": 7.425080251693726, + "epoch": 0.04084808403034429, + "grad_norm": 1.1171875, + "learning_rate": 0.000262, + "loss": 6.9447, + "mean_token_accuracy": 0.0947676196694374, + "num_tokens": 917514.0, + "step": 525 + }, + { + "entropy": 7.387802982330323, + "epoch": 0.041237113402061855, + "grad_norm": 1.1796875, + "learning_rate": 0.00026450000000000003, + "loss": 6.9388, + "mean_token_accuracy": 0.09883696585893631, + "num_tokens": 925842.0, + "step": 530 + }, + { + "entropy": 7.389920854568482, + "epoch": 0.04162614277377942, + "grad_norm": 1.2421875, + "learning_rate": 0.00026700000000000004, + "loss": 7.0398, + "mean_token_accuracy": 0.09228231534361839, + "num_tokens": 934676.0, + "step": 535 + }, + { + "entropy": 7.4626116275787355, + "epoch": 0.042015172145496986, + "grad_norm": 1.1484375, + "learning_rate": 0.00026950000000000005, + "loss": 6.9525, + "mean_token_accuracy": 0.09330017715692521, + "num_tokens": 943763.0, + "step": 540 + }, + { + "entropy": 7.356891870498657, + "epoch": 0.04240420151721455, + "grad_norm": 1.1015625, + "learning_rate": 0.00027200000000000005, + "loss": 6.9442, + "mean_token_accuracy": 0.09821118861436844, + "num_tokens": 952721.0, + "step": 545 + }, + { + "entropy": 7.440818834304809, + "epoch": 0.04279323088893212, + "grad_norm": 1.046875, + "learning_rate": 0.0002745, + "loss": 6.9443, + "mean_token_accuracy": 0.10198782086372375, + "num_tokens": 960899.0, + "step": 550 + }, + { + "entropy": 7.310132646560669, + "epoch": 0.04318226026064968, + "grad_norm": 1.15625, + "learning_rate": 0.000277, + "loss": 6.9242, + "mean_token_accuracy": 0.09831049591302872, + "num_tokens": 969362.0, + "step": 555 + }, + { + "entropy": 7.41514139175415, + "epoch": 0.04357128963236724, + "grad_norm": 1.0625, + "learning_rate": 0.0002795, + "loss": 6.9077, + "mean_token_accuracy": 0.10258749797940254, + "num_tokens": 978028.0, + "step": 560 + }, + { + "entropy": 7.3455198287963865, + "epoch": 0.04396031900408481, + "grad_norm": 1.1328125, + "learning_rate": 0.00028199999999999997, + "loss": 6.8935, + "mean_token_accuracy": 0.10291868522763252, + "num_tokens": 985709.0, + "step": 565 + }, + { + "entropy": 7.418910646438599, + "epoch": 0.04434934837580237, + "grad_norm": 1.4140625, + "learning_rate": 0.0002845, + "loss": 6.976, + "mean_token_accuracy": 0.10187083706259728, + "num_tokens": 994769.0, + "step": 570 + }, + { + "entropy": 7.401043939590454, + "epoch": 0.04473837774751994, + "grad_norm": 1.1484375, + "learning_rate": 0.000287, + "loss": 6.962, + "mean_token_accuracy": 0.10199706852436066, + "num_tokens": 1003997.0, + "step": 575 + }, + { + "entropy": 7.399074697494507, + "epoch": 0.0451274071192375, + "grad_norm": 1.2265625, + "learning_rate": 0.0002895, + "loss": 6.9466, + "mean_token_accuracy": 0.09917582347989082, + "num_tokens": 1012931.0, + "step": 580 + }, + { + "entropy": 7.332787704467774, + "epoch": 0.04551643649095507, + "grad_norm": 1.1484375, + "learning_rate": 0.000292, + "loss": 6.9555, + "mean_token_accuracy": 0.10086694583296776, + "num_tokens": 1021149.0, + "step": 585 + }, + { + "entropy": 7.499734544754029, + "epoch": 0.045905465862672634, + "grad_norm": 1.171875, + "learning_rate": 0.0002945, + "loss": 6.9548, + "mean_token_accuracy": 0.10112444758415222, + "num_tokens": 1029421.0, + "step": 590 + }, + { + "entropy": 7.391014766693115, + "epoch": 0.0462944952343902, + "grad_norm": 1.3828125, + "learning_rate": 0.000297, + "loss": 7.0459, + "mean_token_accuracy": 0.09981294050812721, + "num_tokens": 1037222.0, + "step": 595 + }, + { + "entropy": 7.352716112136841, + "epoch": 0.04668352460610776, + "grad_norm": 1.1640625, + "learning_rate": 0.0002995, + "loss": 6.9734, + "mean_token_accuracy": 0.09807954430580139, + "num_tokens": 1046903.0, + "step": 600 + }, + { + "entropy": 7.385373210906982, + "epoch": 0.047072553977825324, + "grad_norm": 1.078125, + "learning_rate": 0.000302, + "loss": 7.0123, + "mean_token_accuracy": 0.09519420191645622, + "num_tokens": 1055516.0, + "step": 605 + }, + { + "entropy": 7.407522106170655, + "epoch": 0.04746158334954289, + "grad_norm": 1.0546875, + "learning_rate": 0.0003045, + "loss": 6.9265, + "mean_token_accuracy": 0.09930946677923203, + "num_tokens": 1063846.0, + "step": 610 + }, + { + "entropy": 7.281380128860474, + "epoch": 0.047850612721260455, + "grad_norm": 1.109375, + "learning_rate": 0.000307, + "loss": 6.8993, + "mean_token_accuracy": 0.09943632334470749, + "num_tokens": 1072500.0, + "step": 615 + }, + { + "entropy": 7.34805383682251, + "epoch": 0.04823964209297802, + "grad_norm": 1.171875, + "learning_rate": 0.0003095, + "loss": 6.922, + "mean_token_accuracy": 0.09708855003118515, + "num_tokens": 1081399.0, + "step": 620 + }, + { + "entropy": 7.2534126281738285, + "epoch": 0.048628671464695586, + "grad_norm": 1.1796875, + "learning_rate": 0.000312, + "loss": 6.8743, + "mean_token_accuracy": 0.1036634124815464, + "num_tokens": 1089666.0, + "step": 625 + }, + { + "entropy": 7.336611223220825, + "epoch": 0.04901770083641315, + "grad_norm": 1.1953125, + "learning_rate": 0.0003145, + "loss": 6.7632, + "mean_token_accuracy": 0.10756223425269126, + "num_tokens": 1097496.0, + "step": 630 + }, + { + "entropy": 7.240615320205689, + "epoch": 0.04940673020813072, + "grad_norm": 1.1953125, + "learning_rate": 0.000317, + "loss": 6.8822, + "mean_token_accuracy": 0.10434303507208824, + "num_tokens": 1105840.0, + "step": 635 + }, + { + "entropy": 7.313789176940918, + "epoch": 0.049795759579848276, + "grad_norm": 1.0703125, + "learning_rate": 0.0003195, + "loss": 6.9515, + "mean_token_accuracy": 0.0976039707660675, + "num_tokens": 1115507.0, + "step": 640 + }, + { + "entropy": 7.261141300201416, + "epoch": 0.05018478895156584, + "grad_norm": 0.91796875, + "learning_rate": 0.000322, + "loss": 6.8997, + "mean_token_accuracy": 0.09827139601111412, + "num_tokens": 1124820.0, + "step": 645 + }, + { + "entropy": 7.230596017837525, + "epoch": 0.05057381832328341, + "grad_norm": 1.015625, + "learning_rate": 0.00032450000000000003, + "loss": 6.7406, + "mean_token_accuracy": 0.10685393288731575, + "num_tokens": 1133641.0, + "step": 650 + }, + { + "entropy": 7.177046489715576, + "epoch": 0.05096284769500097, + "grad_norm": 1.1640625, + "learning_rate": 0.00032700000000000003, + "loss": 6.792, + "mean_token_accuracy": 0.10451765954494477, + "num_tokens": 1142182.0, + "step": 655 + }, + { + "entropy": 7.294152784347534, + "epoch": 0.05135187706671854, + "grad_norm": 1.1328125, + "learning_rate": 0.00032950000000000004, + "loss": 6.8672, + "mean_token_accuracy": 0.10539027452468872, + "num_tokens": 1150737.0, + "step": 660 + }, + { + "entropy": 7.172728967666626, + "epoch": 0.0517409064384361, + "grad_norm": 1.109375, + "learning_rate": 0.00033200000000000005, + "loss": 6.7309, + "mean_token_accuracy": 0.10050051435828208, + "num_tokens": 1158899.0, + "step": 665 + }, + { + "entropy": 7.331276702880859, + "epoch": 0.05212993581015367, + "grad_norm": 1.171875, + "learning_rate": 0.00033450000000000005, + "loss": 6.819, + "mean_token_accuracy": 0.10705862119793892, + "num_tokens": 1167397.0, + "step": 670 + }, + { + "entropy": 7.248978996276856, + "epoch": 0.052518965181871234, + "grad_norm": 1.1796875, + "learning_rate": 0.000337, + "loss": 6.8332, + "mean_token_accuracy": 0.10063659623265267, + "num_tokens": 1177044.0, + "step": 675 + }, + { + "entropy": 7.085381174087525, + "epoch": 0.05290799455358879, + "grad_norm": 1.3359375, + "learning_rate": 0.0003395, + "loss": 6.693, + "mean_token_accuracy": 0.10786959677934646, + "num_tokens": 1185740.0, + "step": 680 + }, + { + "entropy": 7.203679895401001, + "epoch": 0.05329702392530636, + "grad_norm": 1.203125, + "learning_rate": 0.000342, + "loss": 6.8372, + "mean_token_accuracy": 0.10230442136526108, + "num_tokens": 1194970.0, + "step": 685 + }, + { + "entropy": 7.245568037033081, + "epoch": 0.053686053297023924, + "grad_norm": 1.09375, + "learning_rate": 0.00034449999999999997, + "loss": 6.7921, + "mean_token_accuracy": 0.10874027833342552, + "num_tokens": 1203565.0, + "step": 690 + }, + { + "entropy": 7.196403169631958, + "epoch": 0.05407508266874149, + "grad_norm": 1.0, + "learning_rate": 0.000347, + "loss": 6.8265, + "mean_token_accuracy": 0.10126563459634781, + "num_tokens": 1213226.0, + "step": 695 + }, + { + "entropy": 7.09236512184143, + "epoch": 0.054464112040459055, + "grad_norm": 1.0703125, + "learning_rate": 0.0003495, + "loss": 6.7432, + "mean_token_accuracy": 0.1003255195915699, + "num_tokens": 1221710.0, + "step": 700 + }, + { + "entropy": 7.216377449035645, + "epoch": 0.05485314141217662, + "grad_norm": 0.98046875, + "learning_rate": 0.000352, + "loss": 6.8035, + "mean_token_accuracy": 0.09862821027636529, + "num_tokens": 1231125.0, + "step": 705 + }, + { + "entropy": 7.237710189819336, + "epoch": 0.055242170783894186, + "grad_norm": 1.03125, + "learning_rate": 0.0003545, + "loss": 6.7667, + "mean_token_accuracy": 0.10697240307927132, + "num_tokens": 1239521.0, + "step": 710 + }, + { + "entropy": 7.097472429275513, + "epoch": 0.05563120015561175, + "grad_norm": 1.296875, + "learning_rate": 0.000357, + "loss": 6.6474, + "mean_token_accuracy": 0.11173419132828713, + "num_tokens": 1247363.0, + "step": 715 + }, + { + "entropy": 7.1145548820495605, + "epoch": 0.05602022952732931, + "grad_norm": 1.1640625, + "learning_rate": 0.0003595, + "loss": 6.7447, + "mean_token_accuracy": 0.10396054536104202, + "num_tokens": 1255395.0, + "step": 720 + }, + { + "entropy": 7.2065142631530765, + "epoch": 0.056409258899046875, + "grad_norm": 1.125, + "learning_rate": 0.000362, + "loss": 6.813, + "mean_token_accuracy": 0.10091793909668922, + "num_tokens": 1264135.0, + "step": 725 + }, + { + "entropy": 7.164863967895508, + "epoch": 0.05679828827076444, + "grad_norm": 1.078125, + "learning_rate": 0.0003645, + "loss": 6.7421, + "mean_token_accuracy": 0.10169361084699631, + "num_tokens": 1272375.0, + "step": 730 + }, + { + "entropy": 7.1601451396942135, + "epoch": 0.057187317642482006, + "grad_norm": 1.0078125, + "learning_rate": 0.000367, + "loss": 6.7901, + "mean_token_accuracy": 0.10103225708007812, + "num_tokens": 1280960.0, + "step": 735 + }, + { + "entropy": 7.184061765670776, + "epoch": 0.05757634701419957, + "grad_norm": 1.09375, + "learning_rate": 0.0003695, + "loss": 6.8209, + "mean_token_accuracy": 0.10675038620829583, + "num_tokens": 1289273.0, + "step": 740 + }, + { + "entropy": 7.113188409805298, + "epoch": 0.05796537638591714, + "grad_norm": 1.2734375, + "learning_rate": 0.000372, + "loss": 6.7247, + "mean_token_accuracy": 0.10347931683063508, + "num_tokens": 1297571.0, + "step": 745 + }, + { + "entropy": 7.19926347732544, + "epoch": 0.0583544057576347, + "grad_norm": 1.21875, + "learning_rate": 0.0003745, + "loss": 6.7715, + "mean_token_accuracy": 0.10671985670924186, + "num_tokens": 1305686.0, + "step": 750 + }, + { + "entropy": 7.111810922622681, + "epoch": 0.05874343512935227, + "grad_norm": 1.0546875, + "learning_rate": 0.000377, + "loss": 6.7894, + "mean_token_accuracy": 0.1026329904794693, + "num_tokens": 1314483.0, + "step": 755 + }, + { + "entropy": 7.088590431213379, + "epoch": 0.059132464501069834, + "grad_norm": 1.078125, + "learning_rate": 0.0003795, + "loss": 6.6599, + "mean_token_accuracy": 0.10411886721849442, + "num_tokens": 1323183.0, + "step": 760 + }, + { + "entropy": 7.122695350646973, + "epoch": 0.05952149387278739, + "grad_norm": 1.296875, + "learning_rate": 0.000382, + "loss": 6.7836, + "mean_token_accuracy": 0.10542866066098214, + "num_tokens": 1331964.0, + "step": 765 + }, + { + "entropy": 7.062607765197754, + "epoch": 0.05991052324450496, + "grad_norm": 1.171875, + "learning_rate": 0.0003845, + "loss": 6.7312, + "mean_token_accuracy": 0.11025277003645897, + "num_tokens": 1340185.0, + "step": 770 + }, + { + "entropy": 7.220061302185059, + "epoch": 0.060299552616222524, + "grad_norm": 1.125, + "learning_rate": 0.00038700000000000003, + "loss": 6.806, + "mean_token_accuracy": 0.10550950691103936, + "num_tokens": 1349522.0, + "step": 775 + }, + { + "entropy": 7.170696592330932, + "epoch": 0.06068858198794009, + "grad_norm": 1.140625, + "learning_rate": 0.00038950000000000003, + "loss": 6.7858, + "mean_token_accuracy": 0.10444560423493385, + "num_tokens": 1357893.0, + "step": 780 + }, + { + "entropy": 6.994049072265625, + "epoch": 0.061077611359657655, + "grad_norm": 1.1328125, + "learning_rate": 0.00039200000000000004, + "loss": 6.6669, + "mean_token_accuracy": 0.1103596955537796, + "num_tokens": 1366685.0, + "step": 785 + }, + { + "entropy": 7.130297327041626, + "epoch": 0.06146664073137522, + "grad_norm": 1.109375, + "learning_rate": 0.00039450000000000005, + "loss": 6.6085, + "mean_token_accuracy": 0.10908645838499069, + "num_tokens": 1375245.0, + "step": 790 + }, + { + "entropy": 7.040684175491333, + "epoch": 0.061855670103092786, + "grad_norm": 1.125, + "learning_rate": 0.00039700000000000005, + "loss": 6.7932, + "mean_token_accuracy": 0.10705054327845573, + "num_tokens": 1383724.0, + "step": 795 + }, + { + "entropy": 7.209282732009887, + "epoch": 0.06224469947481035, + "grad_norm": 1.0859375, + "learning_rate": 0.0003995, + "loss": 6.7782, + "mean_token_accuracy": 0.10306280329823495, + "num_tokens": 1392455.0, + "step": 800 + }, + { + "entropy": 7.1856764793396, + "epoch": 0.06263372884652792, + "grad_norm": 1.09375, + "learning_rate": 0.000402, + "loss": 6.7794, + "mean_token_accuracy": 0.10756833851337433, + "num_tokens": 1401262.0, + "step": 805 + }, + { + "entropy": 6.964628410339356, + "epoch": 0.06302275821824548, + "grad_norm": 1.2578125, + "learning_rate": 0.0004045, + "loss": 6.6675, + "mean_token_accuracy": 0.1083975151181221, + "num_tokens": 1409991.0, + "step": 810 + }, + { + "entropy": 7.013374662399292, + "epoch": 0.06341178758996305, + "grad_norm": 1.1328125, + "learning_rate": 0.00040699999999999997, + "loss": 6.6617, + "mean_token_accuracy": 0.1109016127884388, + "num_tokens": 1418208.0, + "step": 815 + }, + { + "entropy": 7.072976303100586, + "epoch": 0.0638008169616806, + "grad_norm": 1.3203125, + "learning_rate": 0.0004095, + "loss": 6.6608, + "mean_token_accuracy": 0.11023175194859505, + "num_tokens": 1426665.0, + "step": 820 + }, + { + "entropy": 6.980063629150391, + "epoch": 0.06418984633339817, + "grad_norm": 1.171875, + "learning_rate": 0.000412, + "loss": 6.5932, + "mean_token_accuracy": 0.11027788445353508, + "num_tokens": 1435247.0, + "step": 825 + }, + { + "entropy": 6.98336706161499, + "epoch": 0.06457887570511574, + "grad_norm": 1.0859375, + "learning_rate": 0.0004145, + "loss": 6.6365, + "mean_token_accuracy": 0.11016326993703843, + "num_tokens": 1443678.0, + "step": 830 + }, + { + "entropy": 6.947188854217529, + "epoch": 0.0649679050768333, + "grad_norm": 1.2109375, + "learning_rate": 0.000417, + "loss": 6.5746, + "mean_token_accuracy": 0.11637299805879593, + "num_tokens": 1451567.0, + "step": 835 + }, + { + "entropy": 6.953899240493774, + "epoch": 0.06535693444855087, + "grad_norm": 1.1875, + "learning_rate": 0.0004195, + "loss": 6.5881, + "mean_token_accuracy": 0.10969302877783775, + "num_tokens": 1460618.0, + "step": 840 + }, + { + "entropy": 6.999412250518799, + "epoch": 0.06574596382026843, + "grad_norm": 1.1328125, + "learning_rate": 0.000422, + "loss": 6.667, + "mean_token_accuracy": 0.11072178110480309, + "num_tokens": 1469821.0, + "step": 845 + }, + { + "entropy": 7.0580075740814205, + "epoch": 0.066134993191986, + "grad_norm": 1.1015625, + "learning_rate": 0.0004245, + "loss": 6.7378, + "mean_token_accuracy": 0.10718388482928276, + "num_tokens": 1477989.0, + "step": 850 + }, + { + "entropy": 7.051467561721802, + "epoch": 0.06652402256370356, + "grad_norm": 1.15625, + "learning_rate": 0.000427, + "loss": 6.7462, + "mean_token_accuracy": 0.10824755355715751, + "num_tokens": 1486822.0, + "step": 855 + }, + { + "entropy": 7.015081548690796, + "epoch": 0.06691305193542113, + "grad_norm": 1.125, + "learning_rate": 0.0004295, + "loss": 6.6159, + "mean_token_accuracy": 0.1050032138824463, + "num_tokens": 1496604.0, + "step": 860 + }, + { + "entropy": 6.946830940246582, + "epoch": 0.06730208130713869, + "grad_norm": 1.1640625, + "learning_rate": 0.000432, + "loss": 6.6411, + "mean_token_accuracy": 0.1079692468047142, + "num_tokens": 1504725.0, + "step": 865 + }, + { + "entropy": 7.015288543701172, + "epoch": 0.06769111067885625, + "grad_norm": 1.140625, + "learning_rate": 0.0004345, + "loss": 6.6492, + "mean_token_accuracy": 0.11273297667503357, + "num_tokens": 1513222.0, + "step": 870 + }, + { + "entropy": 7.022673845291138, + "epoch": 0.06808014005057382, + "grad_norm": 1.1796875, + "learning_rate": 0.000437, + "loss": 6.6131, + "mean_token_accuracy": 0.10831626504659653, + "num_tokens": 1522183.0, + "step": 875 + }, + { + "entropy": 6.945608234405517, + "epoch": 0.06846916942229138, + "grad_norm": 1.2578125, + "learning_rate": 0.0004395, + "loss": 6.6553, + "mean_token_accuracy": 0.10740983784198761, + "num_tokens": 1531316.0, + "step": 880 + }, + { + "entropy": 7.046859550476074, + "epoch": 0.06885819879400895, + "grad_norm": 1.2578125, + "learning_rate": 0.000442, + "loss": 6.7085, + "mean_token_accuracy": 0.10943676829338074, + "num_tokens": 1540053.0, + "step": 885 + }, + { + "entropy": 7.0075178146362305, + "epoch": 0.06924722816572651, + "grad_norm": 1.0859375, + "learning_rate": 0.0004445, + "loss": 6.5681, + "mean_token_accuracy": 0.11703129261732101, + "num_tokens": 1549391.0, + "step": 890 + }, + { + "entropy": 7.040959405899048, + "epoch": 0.06963625753744408, + "grad_norm": 1.203125, + "learning_rate": 0.000447, + "loss": 6.6779, + "mean_token_accuracy": 0.11206066384911537, + "num_tokens": 1557364.0, + "step": 895 + }, + { + "entropy": 6.902760457992554, + "epoch": 0.07002528690916164, + "grad_norm": 1.2109375, + "learning_rate": 0.00044950000000000003, + "loss": 6.5277, + "mean_token_accuracy": 0.10990011170506478, + "num_tokens": 1567011.0, + "step": 900 + }, + { + "entropy": 6.839785480499268, + "epoch": 0.0704143162808792, + "grad_norm": 1.1796875, + "learning_rate": 0.00045200000000000004, + "loss": 6.6347, + "mean_token_accuracy": 0.10979588106274604, + "num_tokens": 1575441.0, + "step": 905 + }, + { + "entropy": 6.96569299697876, + "epoch": 0.07080334565259677, + "grad_norm": 1.171875, + "learning_rate": 0.00045450000000000004, + "loss": 6.5902, + "mean_token_accuracy": 0.11274805590510369, + "num_tokens": 1583757.0, + "step": 910 + }, + { + "entropy": 7.020220041275024, + "epoch": 0.07119237502431433, + "grad_norm": 1.1328125, + "learning_rate": 0.00045700000000000005, + "loss": 6.6305, + "mean_token_accuracy": 0.11361563205718994, + "num_tokens": 1592406.0, + "step": 915 + }, + { + "entropy": 6.9013814449310305, + "epoch": 0.0715814043960319, + "grad_norm": 1.3203125, + "learning_rate": 0.00045950000000000006, + "loss": 6.6107, + "mean_token_accuracy": 0.11090241372585297, + "num_tokens": 1601665.0, + "step": 920 + }, + { + "entropy": 6.95518798828125, + "epoch": 0.07197043376774946, + "grad_norm": 1.3515625, + "learning_rate": 0.000462, + "loss": 6.6219, + "mean_token_accuracy": 0.11311167180538177, + "num_tokens": 1609788.0, + "step": 925 + }, + { + "entropy": 6.954713582992554, + "epoch": 0.07235946313946703, + "grad_norm": 1.1171875, + "learning_rate": 0.0004645, + "loss": 6.618, + "mean_token_accuracy": 0.11602962091565132, + "num_tokens": 1618030.0, + "step": 930 + }, + { + "entropy": 6.909007263183594, + "epoch": 0.07274849251118459, + "grad_norm": 1.1953125, + "learning_rate": 0.000467, + "loss": 6.619, + "mean_token_accuracy": 0.10842904224991798, + "num_tokens": 1626901.0, + "step": 935 + }, + { + "entropy": 6.836823034286499, + "epoch": 0.07313752188290217, + "grad_norm": 1.1796875, + "learning_rate": 0.0004695, + "loss": 6.5232, + "mean_token_accuracy": 0.1104541540145874, + "num_tokens": 1635372.0, + "step": 940 + }, + { + "entropy": 6.920376491546631, + "epoch": 0.07352655125461972, + "grad_norm": 1.1015625, + "learning_rate": 0.000472, + "loss": 6.5485, + "mean_token_accuracy": 0.11306027993559838, + "num_tokens": 1643791.0, + "step": 945 + }, + { + "entropy": 6.767651128768921, + "epoch": 0.07391558062633728, + "grad_norm": 1.1953125, + "learning_rate": 0.0004745, + "loss": 6.518, + "mean_token_accuracy": 0.1175017923116684, + "num_tokens": 1652161.0, + "step": 950 + }, + { + "entropy": 6.930508375167847, + "epoch": 0.07430460999805485, + "grad_norm": 1.09375, + "learning_rate": 0.000477, + "loss": 6.5631, + "mean_token_accuracy": 0.1112576186656952, + "num_tokens": 1661077.0, + "step": 955 + }, + { + "entropy": 6.823507070541382, + "epoch": 0.07469363936977241, + "grad_norm": 1.28125, + "learning_rate": 0.0004795, + "loss": 6.5267, + "mean_token_accuracy": 0.1152154453098774, + "num_tokens": 1669010.0, + "step": 960 + }, + { + "entropy": 6.9437110900878904, + "epoch": 0.07508266874148999, + "grad_norm": 1.1015625, + "learning_rate": 0.000482, + "loss": 6.6996, + "mean_token_accuracy": 0.10548838526010514, + "num_tokens": 1678002.0, + "step": 965 + }, + { + "entropy": 6.970439100265503, + "epoch": 0.07547169811320754, + "grad_norm": 1.21875, + "learning_rate": 0.0004845, + "loss": 6.6515, + "mean_token_accuracy": 0.11191459000110626, + "num_tokens": 1687403.0, + "step": 970 + }, + { + "entropy": 6.899893045425415, + "epoch": 0.07586072748492512, + "grad_norm": 1.125, + "learning_rate": 0.000487, + "loss": 6.568, + "mean_token_accuracy": 0.11637896820902824, + "num_tokens": 1695512.0, + "step": 975 + }, + { + "entropy": 6.905468416213989, + "epoch": 0.07624975685664268, + "grad_norm": 1.234375, + "learning_rate": 0.0004895, + "loss": 6.562, + "mean_token_accuracy": 0.11065016388893127, + "num_tokens": 1705116.0, + "step": 980 + }, + { + "entropy": 6.740264987945556, + "epoch": 0.07663878622836025, + "grad_norm": 1.1953125, + "learning_rate": 0.000492, + "loss": 6.4647, + "mean_token_accuracy": 0.11217278465628625, + "num_tokens": 1713715.0, + "step": 985 + }, + { + "entropy": 6.905466890335083, + "epoch": 0.0770278156000778, + "grad_norm": 1.1953125, + "learning_rate": 0.0004945, + "loss": 6.534, + "mean_token_accuracy": 0.11301849856972694, + "num_tokens": 1721881.0, + "step": 990 + }, + { + "entropy": 6.823386716842651, + "epoch": 0.07741684497179536, + "grad_norm": 1.1796875, + "learning_rate": 0.000497, + "loss": 6.5621, + "mean_token_accuracy": 0.11369865015149117, + "num_tokens": 1730716.0, + "step": 995 + }, + { + "entropy": 7.003415536880493, + "epoch": 0.07780587434351294, + "grad_norm": 1.125, + "learning_rate": 0.0004995, + "loss": 6.7061, + "mean_token_accuracy": 0.11018745675683021, + "num_tokens": 1740257.0, + "step": 1000 + }, + { + "entropy": 6.86281156539917, + "epoch": 0.0781949037152305, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999999989075146, + "loss": 6.6085, + "mean_token_accuracy": 0.1118568867444992, + "num_tokens": 1749071.0, + "step": 1005 + }, + { + "entropy": 6.864678907394409, + "epoch": 0.07858393308694807, + "grad_norm": 1.09375, + "learning_rate": 0.0004999999944692927, + "loss": 6.6204, + "mean_token_accuracy": 0.10326161161065102, + "num_tokens": 1757952.0, + "step": 1010 + }, + { + "entropy": 6.863972473144531, + "epoch": 0.07897296245866563, + "grad_norm": 1.1015625, + "learning_rate": 0.000499999986617054, + "loss": 6.5531, + "mean_token_accuracy": 0.11324110552668572, + "num_tokens": 1766027.0, + "step": 1015 + }, + { + "entropy": 6.801832294464111, + "epoch": 0.0793619918303832, + "grad_norm": 1.03125, + "learning_rate": 0.0004999999753507986, + "loss": 6.5527, + "mean_token_accuracy": 0.10727588534355163, + "num_tokens": 1775039.0, + "step": 1020 + }, + { + "entropy": 6.848104572296142, + "epoch": 0.07975102120210076, + "grad_norm": 1.09375, + "learning_rate": 0.0004999999606705267, + "loss": 6.5556, + "mean_token_accuracy": 0.11754972413182259, + "num_tokens": 1783971.0, + "step": 1025 + }, + { + "entropy": 6.8215718269348145, + "epoch": 0.08014005057381832, + "grad_norm": 1.0625, + "learning_rate": 0.0004999999425762385, + "loss": 6.4753, + "mean_token_accuracy": 0.11163984313607216, + "num_tokens": 1792743.0, + "step": 1030 + }, + { + "entropy": 6.859644365310669, + "epoch": 0.08052907994553589, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999999210679344, + "loss": 6.6316, + "mean_token_accuracy": 0.10586050003767014, + "num_tokens": 1801435.0, + "step": 1035 + }, + { + "entropy": 6.908881664276123, + "epoch": 0.08091810931725345, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999998961456145, + "loss": 6.5221, + "mean_token_accuracy": 0.10814850106835365, + "num_tokens": 1810147.0, + "step": 1040 + }, + { + "entropy": 6.809201431274414, + "epoch": 0.08130713868897102, + "grad_norm": 1.171875, + "learning_rate": 0.0004999998678092794, + "loss": 6.4526, + "mean_token_accuracy": 0.11560517325997352, + "num_tokens": 1818672.0, + "step": 1045 + }, + { + "entropy": 6.868528652191162, + "epoch": 0.08169616806068858, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999998360589293, + "loss": 6.5984, + "mean_token_accuracy": 0.11358216851949691, + "num_tokens": 1827590.0, + "step": 1050 + }, + { + "entropy": 6.771164989471435, + "epoch": 0.08208519743240615, + "grad_norm": 1.0546875, + "learning_rate": 0.000499999800894565, + "loss": 6.513, + "mean_token_accuracy": 0.11691295430064201, + "num_tokens": 1836467.0, + "step": 1055 + }, + { + "entropy": 6.7579442977905275, + "epoch": 0.08247422680412371, + "grad_norm": 1.140625, + "learning_rate": 0.0004999997623161866, + "loss": 6.4583, + "mean_token_accuracy": 0.11373137831687927, + "num_tokens": 1845537.0, + "step": 1060 + }, + { + "entropy": 6.780694103240966, + "epoch": 0.08286325617584128, + "grad_norm": 1.125, + "learning_rate": 0.0004999997203237951, + "loss": 6.4658, + "mean_token_accuracy": 0.12047376260161399, + "num_tokens": 1854433.0, + "step": 1065 + }, + { + "entropy": 6.7921051502227785, + "epoch": 0.08325228554755884, + "grad_norm": 1.0546875, + "learning_rate": 0.000499999674917391, + "loss": 6.5716, + "mean_token_accuracy": 0.10947082787752152, + "num_tokens": 1863708.0, + "step": 1070 + }, + { + "entropy": 6.810097408294678, + "epoch": 0.0836413149192764, + "grad_norm": 1.1875, + "learning_rate": 0.0004999996260969748, + "loss": 6.4373, + "mean_token_accuracy": 0.11977095603942871, + "num_tokens": 1871854.0, + "step": 1075 + }, + { + "entropy": 6.711810445785522, + "epoch": 0.08403034429099397, + "grad_norm": 1.109375, + "learning_rate": 0.0004999995738625475, + "loss": 6.4063, + "mean_token_accuracy": 0.1185697853565216, + "num_tokens": 1880471.0, + "step": 1080 + }, + { + "entropy": 6.751388072967529, + "epoch": 0.08441937366271153, + "grad_norm": 1.09375, + "learning_rate": 0.0004999995182141099, + "loss": 6.4624, + "mean_token_accuracy": 0.11945423632860183, + "num_tokens": 1889882.0, + "step": 1085 + }, + { + "entropy": 6.6411792755126955, + "epoch": 0.0848084030344291, + "grad_norm": 1.03125, + "learning_rate": 0.0004999994591516626, + "loss": 6.3584, + "mean_token_accuracy": 0.12587759271264076, + "num_tokens": 1898701.0, + "step": 1090 + }, + { + "entropy": 6.699534511566162, + "epoch": 0.08519743240614666, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999993966752066, + "loss": 6.4607, + "mean_token_accuracy": 0.11258344799280166, + "num_tokens": 1908165.0, + "step": 1095 + }, + { + "entropy": 6.743130016326904, + "epoch": 0.08558646177786423, + "grad_norm": 1.0390625, + "learning_rate": 0.000499999330784743, + "loss": 6.5679, + "mean_token_accuracy": 0.11548311486840249, + "num_tokens": 1916295.0, + "step": 1100 + }, + { + "entropy": 6.833187913894653, + "epoch": 0.08597549114958179, + "grad_norm": 1.171875, + "learning_rate": 0.0004999992614802725, + "loss": 6.4638, + "mean_token_accuracy": 0.11991653963923454, + "num_tokens": 1924643.0, + "step": 1105 + }, + { + "entropy": 6.747153854370117, + "epoch": 0.08636452052129936, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999991887617966, + "loss": 6.4623, + "mean_token_accuracy": 0.11614882722496986, + "num_tokens": 1933822.0, + "step": 1110 + }, + { + "entropy": 6.6497047424316404, + "epoch": 0.08675354989301692, + "grad_norm": 1.15625, + "learning_rate": 0.0004999991126293158, + "loss": 6.4652, + "mean_token_accuracy": 0.11403647363185883, + "num_tokens": 1943278.0, + "step": 1115 + }, + { + "entropy": 6.89057731628418, + "epoch": 0.08714257926473448, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999990330828318, + "loss": 6.4991, + "mean_token_accuracy": 0.11635721921920776, + "num_tokens": 1951883.0, + "step": 1120 + }, + { + "entropy": 6.618956565856934, + "epoch": 0.08753160863645205, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999989501223456, + "loss": 6.3814, + "mean_token_accuracy": 0.12408010512590409, + "num_tokens": 1959567.0, + "step": 1125 + }, + { + "entropy": 6.809039831161499, + "epoch": 0.08792063800816961, + "grad_norm": 1.0625, + "learning_rate": 0.0004999988637478584, + "loss": 6.4599, + "mean_token_accuracy": 0.11816074550151826, + "num_tokens": 1968190.0, + "step": 1130 + }, + { + "entropy": 6.56049690246582, + "epoch": 0.08830966737988719, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999987739593716, + "loss": 6.377, + "mean_token_accuracy": 0.12225727364420891, + "num_tokens": 1977519.0, + "step": 1135 + }, + { + "entropy": 6.749509620666504, + "epoch": 0.08869869675160474, + "grad_norm": 1.2578125, + "learning_rate": 0.0004999986807568865, + "loss": 6.3718, + "mean_token_accuracy": 0.11851018518209458, + "num_tokens": 1985796.0, + "step": 1140 + }, + { + "entropy": 6.7915668964385985, + "epoch": 0.08908772612332232, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999985841404045, + "loss": 6.5103, + "mean_token_accuracy": 0.1153883047401905, + "num_tokens": 1993874.0, + "step": 1145 + }, + { + "entropy": 6.830569458007813, + "epoch": 0.08947675549503988, + "grad_norm": 1.171875, + "learning_rate": 0.0004999984841099271, + "loss": 6.4631, + "mean_token_accuracy": 0.12087473869323731, + "num_tokens": 2001663.0, + "step": 1150 + }, + { + "entropy": 6.626487779617309, + "epoch": 0.08986578486675743, + "grad_norm": 1.1484375, + "learning_rate": 0.000499998380665456, + "loss": 6.4341, + "mean_token_accuracy": 0.12093059793114662, + "num_tokens": 2010179.0, + "step": 1155 + }, + { + "entropy": 6.774807786941528, + "epoch": 0.090254814238475, + "grad_norm": 1.15625, + "learning_rate": 0.0004999982738069924, + "loss": 6.3481, + "mean_token_accuracy": 0.11917036697268486, + "num_tokens": 2020013.0, + "step": 1160 + }, + { + "entropy": 6.651696872711182, + "epoch": 0.09064384361019256, + "grad_norm": 1.765625, + "learning_rate": 0.0004999981635345382, + "loss": 6.4849, + "mean_token_accuracy": 0.12042224928736686, + "num_tokens": 2028396.0, + "step": 1165 + }, + { + "entropy": 6.807629251480103, + "epoch": 0.09103287298191014, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999980498480949, + "loss": 6.5699, + "mean_token_accuracy": 0.11065206825733184, + "num_tokens": 2036947.0, + "step": 1170 + }, + { + "entropy": 6.702048110961914, + "epoch": 0.0914219023536277, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999979327476644, + "loss": 6.4087, + "mean_token_accuracy": 0.11726011484861373, + "num_tokens": 2045162.0, + "step": 1175 + }, + { + "entropy": 6.737331104278565, + "epoch": 0.09181093172534527, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999978122332485, + "loss": 6.4986, + "mean_token_accuracy": 0.11559060364961624, + "num_tokens": 2054198.0, + "step": 1180 + }, + { + "entropy": 6.650309991836548, + "epoch": 0.09219996109706283, + "grad_norm": 1.234375, + "learning_rate": 0.0004999976883048487, + "loss": 6.419, + "mean_token_accuracy": 0.11779844760894775, + "num_tokens": 2062558.0, + "step": 1185 + }, + { + "entropy": 6.701250696182251, + "epoch": 0.0925889904687804, + "grad_norm": 1.2421875, + "learning_rate": 0.0004999975609624673, + "loss": 6.2995, + "mean_token_accuracy": 0.11358527466654778, + "num_tokens": 2070816.0, + "step": 1190 + }, + { + "entropy": 6.61013011932373, + "epoch": 0.09297801984049796, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999974302061059, + "loss": 6.3538, + "mean_token_accuracy": 0.11822599768638611, + "num_tokens": 2079058.0, + "step": 1195 + }, + { + "entropy": 6.643589496612549, + "epoch": 0.09336704921221552, + "grad_norm": 1.234375, + "learning_rate": 0.0004999972960357666, + "loss": 6.3214, + "mean_token_accuracy": 0.12255356609821319, + "num_tokens": 2086679.0, + "step": 1200 + }, + { + "entropy": 6.664435195922851, + "epoch": 0.09375607858393309, + "grad_norm": 1.2890625, + "learning_rate": 0.0004999971584514516, + "loss": 6.4264, + "mean_token_accuracy": 0.11835757493972779, + "num_tokens": 2095788.0, + "step": 1205 + }, + { + "entropy": 6.6650059700012205, + "epoch": 0.09414510795565065, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999970174531627, + "loss": 6.4504, + "mean_token_accuracy": 0.11537863463163375, + "num_tokens": 2105435.0, + "step": 1210 + }, + { + "entropy": 6.69662823677063, + "epoch": 0.09453413732736822, + "grad_norm": 1.03125, + "learning_rate": 0.0004999968730409022, + "loss": 6.3946, + "mean_token_accuracy": 0.11899836733937263, + "num_tokens": 2114318.0, + "step": 1215 + }, + { + "entropy": 6.603922605514526, + "epoch": 0.09492316669908578, + "grad_norm": 1.2109375, + "learning_rate": 0.0004999967252146723, + "loss": 6.319, + "mean_token_accuracy": 0.1297658160328865, + "num_tokens": 2122707.0, + "step": 1220 + }, + { + "entropy": 6.5683904647827145, + "epoch": 0.09531219607080335, + "grad_norm": 1.125, + "learning_rate": 0.0004999965739744752, + "loss": 6.4173, + "mean_token_accuracy": 0.1176735907793045, + "num_tokens": 2131176.0, + "step": 1225 + }, + { + "entropy": 6.759912300109863, + "epoch": 0.09570122544252091, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999964193203132, + "loss": 6.4613, + "mean_token_accuracy": 0.12155932411551476, + "num_tokens": 2139872.0, + "step": 1230 + }, + { + "entropy": 6.643018627166748, + "epoch": 0.09609025481423847, + "grad_norm": 1.109375, + "learning_rate": 0.0004999962612521888, + "loss": 6.3193, + "mean_token_accuracy": 0.12510446161031724, + "num_tokens": 2148668.0, + "step": 1235 + }, + { + "entropy": 6.589841032028199, + "epoch": 0.09647928418595604, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999960997701041, + "loss": 6.3267, + "mean_token_accuracy": 0.12770092412829398, + "num_tokens": 2156628.0, + "step": 1240 + }, + { + "entropy": 6.672489738464355, + "epoch": 0.0968683135576736, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999959348740618, + "loss": 6.4077, + "mean_token_accuracy": 0.11675584986805916, + "num_tokens": 2165620.0, + "step": 1245 + }, + { + "entropy": 6.6866566181182865, + "epoch": 0.09725734292939117, + "grad_norm": 1.21875, + "learning_rate": 0.0004999957665640641, + "loss": 6.474, + "mean_token_accuracy": 0.12056236788630485, + "num_tokens": 2174493.0, + "step": 1250 + }, + { + "entropy": 6.706568670272827, + "epoch": 0.09764637230110873, + "grad_norm": 1.1875, + "learning_rate": 0.000499995594840114, + "loss": 6.3623, + "mean_token_accuracy": 0.11302633062005044, + "num_tokens": 2183258.0, + "step": 1255 + }, + { + "entropy": 6.616120624542236, + "epoch": 0.0980354016728263, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999954197022138, + "loss": 6.4286, + "mean_token_accuracy": 0.11189185678958893, + "num_tokens": 2192263.0, + "step": 1260 + }, + { + "entropy": 6.736319494247437, + "epoch": 0.09842443104454386, + "grad_norm": 1.078125, + "learning_rate": 0.0004999952411503661, + "loss": 6.4736, + "mean_token_accuracy": 0.11438293233513833, + "num_tokens": 2201797.0, + "step": 1265 + }, + { + "entropy": 6.494112110137939, + "epoch": 0.09881346041626143, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999950591845738, + "loss": 6.2042, + "mean_token_accuracy": 0.129413703083992, + "num_tokens": 2209454.0, + "step": 1270 + }, + { + "entropy": 6.683527231216431, + "epoch": 0.09920248978797899, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999948738048397, + "loss": 6.392, + "mean_token_accuracy": 0.12001634314656258, + "num_tokens": 2217761.0, + "step": 1275 + }, + { + "entropy": 6.541403865814209, + "epoch": 0.09959151915969655, + "grad_norm": 1.2734375, + "learning_rate": 0.0004999946850111663, + "loss": 6.3754, + "mean_token_accuracy": 0.118533456325531, + "num_tokens": 2225793.0, + "step": 1280 + }, + { + "entropy": 6.716179895401001, + "epoch": 0.09998054853141412, + "grad_norm": 1.0625, + "learning_rate": 0.0004999944928035569, + "loss": 6.263, + "mean_token_accuracy": 0.12969468906521797, + "num_tokens": 2234620.0, + "step": 1285 + }, + { + "entropy": 6.541376686096191, + "epoch": 0.10036957790313168, + "grad_norm": 1.0625, + "learning_rate": 0.000499994297182014, + "loss": 6.3484, + "mean_token_accuracy": 0.11944441497325897, + "num_tokens": 2242829.0, + "step": 1290 + }, + { + "entropy": 6.670366430282593, + "epoch": 0.10075860727484925, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999940981465408, + "loss": 6.3704, + "mean_token_accuracy": 0.11480111479759217, + "num_tokens": 2251356.0, + "step": 1295 + }, + { + "entropy": 6.56609148979187, + "epoch": 0.10114763664656681, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999938956971404, + "loss": 6.4409, + "mean_token_accuracy": 0.11915249675512314, + "num_tokens": 2259327.0, + "step": 1300 + }, + { + "entropy": 6.683287715911865, + "epoch": 0.10153666601828439, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999936898338156, + "loss": 6.4538, + "mean_token_accuracy": 0.11428613439202309, + "num_tokens": 2267948.0, + "step": 1305 + }, + { + "entropy": 6.560197353363037, + "epoch": 0.10192569539000194, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999934805565698, + "loss": 6.281, + "mean_token_accuracy": 0.1233622319996357, + "num_tokens": 2275828.0, + "step": 1310 + }, + { + "entropy": 6.534844875335693, + "epoch": 0.10231472476171952, + "grad_norm": 1.1484375, + "learning_rate": 0.000499993267865406, + "loss": 6.2154, + "mean_token_accuracy": 0.1286098428070545, + "num_tokens": 2284246.0, + "step": 1315 + }, + { + "entropy": 6.50963945388794, + "epoch": 0.10270375413343708, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999930517603275, + "loss": 6.2122, + "mean_token_accuracy": 0.13067591562867165, + "num_tokens": 2291837.0, + "step": 1320 + }, + { + "entropy": 6.6015325546264645, + "epoch": 0.10309278350515463, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999928322413374, + "loss": 6.2854, + "mean_token_accuracy": 0.12339815348386765, + "num_tokens": 2299853.0, + "step": 1325 + }, + { + "entropy": 6.674331474304199, + "epoch": 0.1034818128768722, + "grad_norm": 1.171875, + "learning_rate": 0.0004999926093084394, + "loss": 6.3807, + "mean_token_accuracy": 0.11902100816369057, + "num_tokens": 2308416.0, + "step": 1330 + }, + { + "entropy": 6.549804925918579, + "epoch": 0.10387084224858976, + "grad_norm": 1.140625, + "learning_rate": 0.0004999923829616365, + "loss": 6.4127, + "mean_token_accuracy": 0.11715119779109955, + "num_tokens": 2318104.0, + "step": 1335 + }, + { + "entropy": 6.6144133567810055, + "epoch": 0.10425987162030734, + "grad_norm": 0.98046875, + "learning_rate": 0.0004999921532009323, + "loss": 6.3325, + "mean_token_accuracy": 0.11866103261709213, + "num_tokens": 2326807.0, + "step": 1340 + }, + { + "entropy": 6.590117406845093, + "epoch": 0.1046489009920249, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999919200263304, + "loss": 6.3363, + "mean_token_accuracy": 0.11958926171064377, + "num_tokens": 2335921.0, + "step": 1345 + }, + { + "entropy": 6.594919157028198, + "epoch": 0.10503793036374247, + "grad_norm": 1.125, + "learning_rate": 0.0004999916834378342, + "loss": 6.3476, + "mean_token_accuracy": 0.12185617685317993, + "num_tokens": 2344914.0, + "step": 1350 + }, + { + "entropy": 6.542745637893677, + "epoch": 0.10542695973546003, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999914434354472, + "loss": 6.2886, + "mean_token_accuracy": 0.11944291591644288, + "num_tokens": 2353211.0, + "step": 1355 + }, + { + "entropy": 6.57375807762146, + "epoch": 0.10581598910717759, + "grad_norm": 1.125, + "learning_rate": 0.0004999912000191733, + "loss": 6.4112, + "mean_token_accuracy": 0.11920397132635116, + "num_tokens": 2361717.0, + "step": 1360 + }, + { + "entropy": 6.566148090362549, + "epoch": 0.10620501847889516, + "grad_norm": 1.046875, + "learning_rate": 0.000499990953189016, + "loss": 6.346, + "mean_token_accuracy": 0.12413823828101159, + "num_tokens": 2370114.0, + "step": 1365 + }, + { + "entropy": 6.700903367996216, + "epoch": 0.10659404785061272, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999907029449791, + "loss": 6.3374, + "mean_token_accuracy": 0.11766661703586578, + "num_tokens": 2378820.0, + "step": 1370 + }, + { + "entropy": 6.436738204956055, + "epoch": 0.10698307722233029, + "grad_norm": 1.015625, + "learning_rate": 0.0004999904492870663, + "loss": 6.2537, + "mean_token_accuracy": 0.12378470376133918, + "num_tokens": 2387119.0, + "step": 1375 + }, + { + "entropy": 6.5843147277832035, + "epoch": 0.10737210659404785, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999901922152816, + "loss": 6.3039, + "mean_token_accuracy": 0.12202484160661697, + "num_tokens": 2396246.0, + "step": 1380 + }, + { + "entropy": 6.51186990737915, + "epoch": 0.10776113596576542, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999899317296288, + "loss": 6.3581, + "mean_token_accuracy": 0.11975730657577514, + "num_tokens": 2405428.0, + "step": 1385 + }, + { + "entropy": 6.566965532302857, + "epoch": 0.10815016533748298, + "grad_norm": 1.171875, + "learning_rate": 0.0004999896678301121, + "loss": 6.3066, + "mean_token_accuracy": 0.12349836975336075, + "num_tokens": 2414669.0, + "step": 1390 + }, + { + "entropy": 6.655934619903564, + "epoch": 0.10853919470920055, + "grad_norm": 1.1875, + "learning_rate": 0.0004999894005167352, + "loss": 6.3868, + "mean_token_accuracy": 0.11691371873021125, + "num_tokens": 2423193.0, + "step": 1395 + }, + { + "entropy": 6.565681409835816, + "epoch": 0.10892822408091811, + "grad_norm": 1.1640625, + "learning_rate": 0.000499989129789502, + "loss": 6.3387, + "mean_token_accuracy": 0.1171958826482296, + "num_tokens": 2431150.0, + "step": 1400 + }, + { + "entropy": 6.56759557723999, + "epoch": 0.10931725345263567, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999888556484172, + "loss": 6.3134, + "mean_token_accuracy": 0.1197988323867321, + "num_tokens": 2440337.0, + "step": 1405 + }, + { + "entropy": 6.470945692062378, + "epoch": 0.10970628282435324, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999885780934845, + "loss": 6.2513, + "mean_token_accuracy": 0.12705043703317642, + "num_tokens": 2449246.0, + "step": 1410 + }, + { + "entropy": 6.516160583496093, + "epoch": 0.1100953121960708, + "grad_norm": 1.1953125, + "learning_rate": 0.0004999882971247081, + "loss": 6.2565, + "mean_token_accuracy": 0.12589537277817725, + "num_tokens": 2457982.0, + "step": 1415 + }, + { + "entropy": 6.5252786636352536, + "epoch": 0.11048434156778837, + "grad_norm": 0.97265625, + "learning_rate": 0.0004999880127420926, + "loss": 6.2425, + "mean_token_accuracy": 0.12535301148891448, + "num_tokens": 2466697.0, + "step": 1420 + }, + { + "entropy": 6.493203258514404, + "epoch": 0.11087337093950593, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999877249456421, + "loss": 6.2222, + "mean_token_accuracy": 0.12576746717095375, + "num_tokens": 2475457.0, + "step": 1425 + }, + { + "entropy": 6.437700080871582, + "epoch": 0.1112624003112235, + "grad_norm": 0.97265625, + "learning_rate": 0.0004999874337353609, + "loss": 6.2138, + "mean_token_accuracy": 0.12601543366909027, + "num_tokens": 2484753.0, + "step": 1430 + }, + { + "entropy": 6.485835027694702, + "epoch": 0.11165142968294106, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999871391112535, + "loss": 6.3166, + "mean_token_accuracy": 0.12342042103409767, + "num_tokens": 2492921.0, + "step": 1435 + }, + { + "entropy": 6.581958627700805, + "epoch": 0.11204045905465862, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999868410733244, + "loss": 6.2879, + "mean_token_accuracy": 0.1212073914706707, + "num_tokens": 2501371.0, + "step": 1440 + }, + { + "entropy": 6.5133496761322025, + "epoch": 0.11242948842637619, + "grad_norm": 1.1953125, + "learning_rate": 0.000499986539621578, + "loss": 6.1714, + "mean_token_accuracy": 0.12704863548278808, + "num_tokens": 2509521.0, + "step": 1445 + }, + { + "entropy": 6.48231053352356, + "epoch": 0.11281851779809375, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999862347560191, + "loss": 6.2989, + "mean_token_accuracy": 0.12423472106456757, + "num_tokens": 2518316.0, + "step": 1450 + }, + { + "entropy": 6.569843530654907, + "epoch": 0.11320754716981132, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999859264766521, + "loss": 6.3733, + "mean_token_accuracy": 0.1180838830769062, + "num_tokens": 2527549.0, + "step": 1455 + }, + { + "entropy": 6.596394872665405, + "epoch": 0.11359657654152888, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999856147834817, + "loss": 6.3999, + "mean_token_accuracy": 0.12059949561953545, + "num_tokens": 2536341.0, + "step": 1460 + }, + { + "entropy": 6.44488263130188, + "epoch": 0.11398560591324645, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999852996765129, + "loss": 6.2924, + "mean_token_accuracy": 0.13068008571863174, + "num_tokens": 2544869.0, + "step": 1465 + }, + { + "entropy": 6.523885440826416, + "epoch": 0.11437463528496401, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999849811557502, + "loss": 6.1793, + "mean_token_accuracy": 0.13547530099749566, + "num_tokens": 2553432.0, + "step": 1470 + }, + { + "entropy": 6.51270112991333, + "epoch": 0.11476366465668159, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999846592211984, + "loss": 6.3122, + "mean_token_accuracy": 0.11962430030107499, + "num_tokens": 2561996.0, + "step": 1475 + }, + { + "entropy": 6.515383100509643, + "epoch": 0.11515269402839914, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999843338728626, + "loss": 6.2467, + "mean_token_accuracy": 0.12699604406952858, + "num_tokens": 2571315.0, + "step": 1480 + }, + { + "entropy": 6.514121627807617, + "epoch": 0.1155417234001167, + "grad_norm": 1.15625, + "learning_rate": 0.0004999840051107476, + "loss": 6.3579, + "mean_token_accuracy": 0.12020841464400292, + "num_tokens": 2579589.0, + "step": 1485 + }, + { + "entropy": 6.5186272144317625, + "epoch": 0.11593075277183428, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999836729348584, + "loss": 6.1182, + "mean_token_accuracy": 0.1279861733317375, + "num_tokens": 2588528.0, + "step": 1490 + }, + { + "entropy": 6.421968936920166, + "epoch": 0.11631978214355183, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999833373452, + "loss": 6.2575, + "mean_token_accuracy": 0.12487708628177643, + "num_tokens": 2596820.0, + "step": 1495 + }, + { + "entropy": 6.408306360244751, + "epoch": 0.1167088115152694, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999829983417778, + "loss": 6.1765, + "mean_token_accuracy": 0.12320946007966996, + "num_tokens": 2605502.0, + "step": 1500 + }, + { + "entropy": 6.448068284988404, + "epoch": 0.11709784088698696, + "grad_norm": 1.125, + "learning_rate": 0.0004999826559245965, + "loss": 6.1834, + "mean_token_accuracy": 0.13115072697401048, + "num_tokens": 2613974.0, + "step": 1505 + }, + { + "entropy": 6.4151896953582765, + "epoch": 0.11748687025870454, + "grad_norm": 1.09375, + "learning_rate": 0.0004999823100936615, + "loss": 6.2679, + "mean_token_accuracy": 0.12410511299967766, + "num_tokens": 2622581.0, + "step": 1510 + }, + { + "entropy": 6.444796562194824, + "epoch": 0.1178758996304221, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999819608489781, + "loss": 6.1459, + "mean_token_accuracy": 0.12382340282201768, + "num_tokens": 2631868.0, + "step": 1515 + }, + { + "entropy": 6.3898896217346195, + "epoch": 0.11826492900213967, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999816081905515, + "loss": 6.1683, + "mean_token_accuracy": 0.12991080954670906, + "num_tokens": 2640501.0, + "step": 1520 + }, + { + "entropy": 6.531676197052002, + "epoch": 0.11865395837385723, + "grad_norm": 1.0625, + "learning_rate": 0.0004999812521183872, + "loss": 6.1699, + "mean_token_accuracy": 0.1317140817642212, + "num_tokens": 2648916.0, + "step": 1525 + }, + { + "entropy": 6.465039777755737, + "epoch": 0.11904298774557479, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999808926324903, + "loss": 6.2552, + "mean_token_accuracy": 0.13165784254670143, + "num_tokens": 2657725.0, + "step": 1530 + }, + { + "entropy": 6.431260061264038, + "epoch": 0.11943201711729236, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999805297328665, + "loss": 6.2322, + "mean_token_accuracy": 0.12672695890069008, + "num_tokens": 2665983.0, + "step": 1535 + }, + { + "entropy": 6.433292293548584, + "epoch": 0.11982104648900992, + "grad_norm": 1.125, + "learning_rate": 0.0004999801634195214, + "loss": 6.2582, + "mean_token_accuracy": 0.1332721345126629, + "num_tokens": 2674546.0, + "step": 1540 + }, + { + "entropy": 6.488146877288818, + "epoch": 0.12021007586072749, + "grad_norm": 1.03125, + "learning_rate": 0.0004999797936924603, + "loss": 6.176, + "mean_token_accuracy": 0.12813623994588852, + "num_tokens": 2684088.0, + "step": 1545 + }, + { + "entropy": 6.44085841178894, + "epoch": 0.12059910523244505, + "grad_norm": 1.015625, + "learning_rate": 0.000499979420551689, + "loss": 6.2212, + "mean_token_accuracy": 0.12631620317697526, + "num_tokens": 2693289.0, + "step": 1550 + }, + { + "entropy": 6.404530429840088, + "epoch": 0.12098813460416262, + "grad_norm": 1.109375, + "learning_rate": 0.000499979043997213, + "loss": 6.1547, + "mean_token_accuracy": 0.13262817338109018, + "num_tokens": 2701744.0, + "step": 1555 + }, + { + "entropy": 6.463164138793945, + "epoch": 0.12137716397588018, + "grad_norm": 1.078125, + "learning_rate": 0.0004999786640290381, + "loss": 6.2138, + "mean_token_accuracy": 0.12017801105976104, + "num_tokens": 2710584.0, + "step": 1560 + }, + { + "entropy": 6.473390579223633, + "epoch": 0.12176619334759774, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999782806471701, + "loss": 6.221, + "mean_token_accuracy": 0.12257171049714088, + "num_tokens": 2719478.0, + "step": 1565 + }, + { + "entropy": 6.51469931602478, + "epoch": 0.12215522271931531, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999778938516147, + "loss": 6.3018, + "mean_token_accuracy": 0.11738094314932823, + "num_tokens": 2729105.0, + "step": 1570 + }, + { + "entropy": 6.504203176498413, + "epoch": 0.12254425209103287, + "grad_norm": 0.9765625, + "learning_rate": 0.000499977503642378, + "loss": 6.2567, + "mean_token_accuracy": 0.12570588439702987, + "num_tokens": 2738300.0, + "step": 1575 + }, + { + "entropy": 6.46259298324585, + "epoch": 0.12293328146275044, + "grad_norm": 1.046875, + "learning_rate": 0.0004999771100194656, + "loss": 6.1997, + "mean_token_accuracy": 0.12281355112791062, + "num_tokens": 2747236.0, + "step": 1580 + }, + { + "entropy": 6.313042402267456, + "epoch": 0.123322310834468, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999767129828837, + "loss": 6.1552, + "mean_token_accuracy": 0.13333506733179093, + "num_tokens": 2755919.0, + "step": 1585 + }, + { + "entropy": 6.3901971817016605, + "epoch": 0.12371134020618557, + "grad_norm": 1.078125, + "learning_rate": 0.0004999763125326383, + "loss": 6.1311, + "mean_token_accuracy": 0.13379732444882392, + "num_tokens": 2764469.0, + "step": 1590 + }, + { + "entropy": 6.470418119430542, + "epoch": 0.12410036957790313, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999759086687355, + "loss": 6.1465, + "mean_token_accuracy": 0.13174793347716332, + "num_tokens": 2772663.0, + "step": 1595 + }, + { + "entropy": 6.470247459411621, + "epoch": 0.1244893989496207, + "grad_norm": 1.078125, + "learning_rate": 0.0004999755013911813, + "loss": 6.1849, + "mean_token_accuracy": 0.12125680297613144, + "num_tokens": 2780719.0, + "step": 1600 + }, + { + "entropy": 6.411885499954224, + "epoch": 0.12487842832133826, + "grad_norm": 1.078125, + "learning_rate": 0.000499975090699982, + "loss": 6.2373, + "mean_token_accuracy": 0.12744609639048576, + "num_tokens": 2789186.0, + "step": 1605 + }, + { + "entropy": 6.416819286346436, + "epoch": 0.12526745769305583, + "grad_norm": 1.109375, + "learning_rate": 0.0004999746765951438, + "loss": 6.1496, + "mean_token_accuracy": 0.12793729454278946, + "num_tokens": 2797993.0, + "step": 1610 + }, + { + "entropy": 6.388448762893677, + "epoch": 0.1256564870647734, + "grad_norm": 1.1953125, + "learning_rate": 0.0004999742590766729, + "loss": 6.1015, + "mean_token_accuracy": 0.12969864159822464, + "num_tokens": 2806375.0, + "step": 1615 + }, + { + "entropy": 6.462837028503418, + "epoch": 0.12604551643649095, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999738381445757, + "loss": 6.2504, + "mean_token_accuracy": 0.1330662988126278, + "num_tokens": 2814772.0, + "step": 1620 + }, + { + "entropy": 6.313505363464356, + "epoch": 0.1264345458082085, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999734137988586, + "loss": 6.1229, + "mean_token_accuracy": 0.1330338940024376, + "num_tokens": 2824231.0, + "step": 1625 + }, + { + "entropy": 6.429342603683471, + "epoch": 0.1268235751799261, + "grad_norm": 0.96875, + "learning_rate": 0.000499972986039528, + "loss": 6.1851, + "mean_token_accuracy": 0.12637867406010628, + "num_tokens": 2833470.0, + "step": 1630 + }, + { + "entropy": 6.42327880859375, + "epoch": 0.12721260455164365, + "grad_norm": 0.984375, + "learning_rate": 0.0004999725548665904, + "loss": 6.1914, + "mean_token_accuracy": 0.1272370584309101, + "num_tokens": 2843010.0, + "step": 1635 + }, + { + "entropy": 6.4151369571685795, + "epoch": 0.1276016339233612, + "grad_norm": 1.015625, + "learning_rate": 0.0004999721202800524, + "loss": 6.0894, + "mean_token_accuracy": 0.13450721949338912, + "num_tokens": 2851545.0, + "step": 1640 + }, + { + "entropy": 6.322131395339966, + "epoch": 0.12799066329507877, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999716822799206, + "loss": 6.2373, + "mean_token_accuracy": 0.11726373285055161, + "num_tokens": 2861230.0, + "step": 1645 + }, + { + "entropy": 6.472705364227295, + "epoch": 0.12837969266679633, + "grad_norm": 1.15625, + "learning_rate": 0.0004999712408662016, + "loss": 6.1988, + "mean_token_accuracy": 0.12872418239712716, + "num_tokens": 2869436.0, + "step": 1650 + }, + { + "entropy": 6.349573040008545, + "epoch": 0.12876872203851392, + "grad_norm": 1.125, + "learning_rate": 0.0004999707960389021, + "loss": 6.0591, + "mean_token_accuracy": 0.13055680692195892, + "num_tokens": 2877688.0, + "step": 1655 + }, + { + "entropy": 6.446641206741333, + "epoch": 0.12915775141023147, + "grad_norm": 1.046875, + "learning_rate": 0.0004999703477980288, + "loss": 6.2037, + "mean_token_accuracy": 0.12923076152801513, + "num_tokens": 2887043.0, + "step": 1660 + }, + { + "entropy": 6.349732732772827, + "epoch": 0.12954678078194903, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999698961435885, + "loss": 6.1317, + "mean_token_accuracy": 0.13411349356174468, + "num_tokens": 2895732.0, + "step": 1665 + }, + { + "entropy": 6.334634923934937, + "epoch": 0.1299358101536666, + "grad_norm": 1.140625, + "learning_rate": 0.0004999694410755882, + "loss": 6.0911, + "mean_token_accuracy": 0.12794594317674637, + "num_tokens": 2904162.0, + "step": 1670 + }, + { + "entropy": 6.453775310516358, + "epoch": 0.13032483952538418, + "grad_norm": 1.015625, + "learning_rate": 0.0004999689825940347, + "loss": 6.2303, + "mean_token_accuracy": 0.12870074063539505, + "num_tokens": 2912783.0, + "step": 1675 + }, + { + "entropy": 6.386454153060913, + "epoch": 0.13071386889710174, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999685206989349, + "loss": 6.128, + "mean_token_accuracy": 0.13094662353396416, + "num_tokens": 2921027.0, + "step": 1680 + }, + { + "entropy": 6.379840612411499, + "epoch": 0.1311028982688193, + "grad_norm": 1.03125, + "learning_rate": 0.0004999680553902959, + "loss": 6.1558, + "mean_token_accuracy": 0.13119837194681166, + "num_tokens": 2930398.0, + "step": 1685 + }, + { + "entropy": 6.364923095703125, + "epoch": 0.13149192764053685, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999675866681247, + "loss": 6.1767, + "mean_token_accuracy": 0.12759430408477784, + "num_tokens": 2938703.0, + "step": 1690 + }, + { + "entropy": 6.336649465560913, + "epoch": 0.1318809570122544, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999671145324286, + "loss": 6.101, + "mean_token_accuracy": 0.13444865867495537, + "num_tokens": 2947007.0, + "step": 1695 + }, + { + "entropy": 6.386577987670899, + "epoch": 0.132269986383972, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999666389832144, + "loss": 6.2399, + "mean_token_accuracy": 0.13214273303747176, + "num_tokens": 2955485.0, + "step": 1700 + }, + { + "entropy": 6.432107162475586, + "epoch": 0.13265901575568956, + "grad_norm": 1.109375, + "learning_rate": 0.0004999661600204897, + "loss": 6.0943, + "mean_token_accuracy": 0.1316603824496269, + "num_tokens": 2964416.0, + "step": 1705 + }, + { + "entropy": 6.345300769805908, + "epoch": 0.13304804512740712, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999656776442615, + "loss": 6.0975, + "mean_token_accuracy": 0.12664629369974137, + "num_tokens": 2972737.0, + "step": 1710 + }, + { + "entropy": 6.319915866851806, + "epoch": 0.13343707449912467, + "grad_norm": 1.078125, + "learning_rate": 0.0004999651918545372, + "loss": 6.138, + "mean_token_accuracy": 0.12891265898942947, + "num_tokens": 2981166.0, + "step": 1715 + }, + { + "entropy": 6.400096082687378, + "epoch": 0.13382610387084226, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999647026513243, + "loss": 6.1841, + "mean_token_accuracy": 0.1323157973587513, + "num_tokens": 2989689.0, + "step": 1720 + }, + { + "entropy": 6.409255075454712, + "epoch": 0.13421513324255982, + "grad_norm": 1.15625, + "learning_rate": 0.00049996421003463, + "loss": 6.0878, + "mean_token_accuracy": 0.1328970320522785, + "num_tokens": 2998793.0, + "step": 1725 + }, + { + "entropy": 6.303147697448731, + "epoch": 0.13460416261427738, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999637140044619, + "loss": 6.2446, + "mean_token_accuracy": 0.12399912551045418, + "num_tokens": 3007320.0, + "step": 1730 + }, + { + "entropy": 6.372701263427734, + "epoch": 0.13499319198599494, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999632145608275, + "loss": 6.1419, + "mean_token_accuracy": 0.13464085459709169, + "num_tokens": 3015024.0, + "step": 1735 + }, + { + "entropy": 6.392448997497558, + "epoch": 0.1353822213577125, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999627117037343, + "loss": 6.2367, + "mean_token_accuracy": 0.13206600919365882, + "num_tokens": 3023058.0, + "step": 1740 + }, + { + "entropy": 6.42128438949585, + "epoch": 0.13577125072943008, + "grad_norm": 1.0859375, + "learning_rate": 0.00049996220543319, + "loss": 6.1337, + "mean_token_accuracy": 0.1343154013156891, + "num_tokens": 3031308.0, + "step": 1745 + }, + { + "entropy": 6.368301248550415, + "epoch": 0.13616028010114764, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999616957492025, + "loss": 6.2115, + "mean_token_accuracy": 0.12576463893055917, + "num_tokens": 3039598.0, + "step": 1750 + }, + { + "entropy": 6.332375144958496, + "epoch": 0.1365493094728652, + "grad_norm": 1.09375, + "learning_rate": 0.0004999611826517793, + "loss": 6.0264, + "mean_token_accuracy": 0.13993713706731797, + "num_tokens": 3047598.0, + "step": 1755 + }, + { + "entropy": 6.369699382781983, + "epoch": 0.13693833884458276, + "grad_norm": 1.0625, + "learning_rate": 0.0004999606661409281, + "loss": 6.1765, + "mean_token_accuracy": 0.1314793422818184, + "num_tokens": 3055702.0, + "step": 1760 + }, + { + "entropy": 6.352033996582032, + "epoch": 0.13732736821630034, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999601462166569, + "loss": 6.0358, + "mean_token_accuracy": 0.13761886060237885, + "num_tokens": 3063908.0, + "step": 1765 + }, + { + "entropy": 6.316202020645141, + "epoch": 0.1377163975880179, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999596228789736, + "loss": 6.1396, + "mean_token_accuracy": 0.12727851122617723, + "num_tokens": 3072077.0, + "step": 1770 + }, + { + "entropy": 6.371345472335816, + "epoch": 0.13810542695973546, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999590961278859, + "loss": 6.1301, + "mean_token_accuracy": 0.13236963376402855, + "num_tokens": 3080498.0, + "step": 1775 + }, + { + "entropy": 6.343796157836914, + "epoch": 0.13849445633145302, + "grad_norm": 1.109375, + "learning_rate": 0.0004999585659634021, + "loss": 6.135, + "mean_token_accuracy": 0.13217933028936385, + "num_tokens": 3089055.0, + "step": 1780 + }, + { + "entropy": 6.314961290359497, + "epoch": 0.13888348570317058, + "grad_norm": 1.03125, + "learning_rate": 0.0004999580323855301, + "loss": 6.1373, + "mean_token_accuracy": 0.13297785818576813, + "num_tokens": 3096944.0, + "step": 1785 + }, + { + "entropy": 6.29940447807312, + "epoch": 0.13927251507488816, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999574953942781, + "loss": 6.0293, + "mean_token_accuracy": 0.13218909054994582, + "num_tokens": 3105596.0, + "step": 1790 + }, + { + "entropy": 6.27741756439209, + "epoch": 0.13966154444660572, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999569549896541, + "loss": 6.0162, + "mean_token_accuracy": 0.14017163962125778, + "num_tokens": 3114349.0, + "step": 1795 + }, + { + "entropy": 6.2425329208374025, + "epoch": 0.14005057381832328, + "grad_norm": 1.15625, + "learning_rate": 0.0004999564111716665, + "loss": 6.1302, + "mean_token_accuracy": 0.12543968632817268, + "num_tokens": 3122490.0, + "step": 1800 + }, + { + "entropy": 6.412037658691406, + "epoch": 0.14043960319004084, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999558639403232, + "loss": 6.1766, + "mean_token_accuracy": 0.12949994951486588, + "num_tokens": 3130988.0, + "step": 1805 + }, + { + "entropy": 6.349801778793335, + "epoch": 0.1408286325617584, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999553132956328, + "loss": 6.0352, + "mean_token_accuracy": 0.1310783050954342, + "num_tokens": 3139488.0, + "step": 1810 + }, + { + "entropy": 6.275408506393433, + "epoch": 0.14121766193347599, + "grad_norm": 1.046875, + "learning_rate": 0.0004999547592376035, + "loss": 6.0853, + "mean_token_accuracy": 0.13912829905748367, + "num_tokens": 3147955.0, + "step": 1815 + }, + { + "entropy": 6.324730014801025, + "epoch": 0.14160669130519354, + "grad_norm": 1.0, + "learning_rate": 0.0004999542017662438, + "loss": 6.1356, + "mean_token_accuracy": 0.12387675121426582, + "num_tokens": 3157608.0, + "step": 1820 + }, + { + "entropy": 6.365148973464966, + "epoch": 0.1419957206769111, + "grad_norm": 1.265625, + "learning_rate": 0.0004999536408815623, + "loss": 6.0893, + "mean_token_accuracy": 0.12791794016957284, + "num_tokens": 3166124.0, + "step": 1825 + }, + { + "entropy": 6.237749290466309, + "epoch": 0.14238475004862866, + "grad_norm": 1.09375, + "learning_rate": 0.0004999530765835672, + "loss": 6.0837, + "mean_token_accuracy": 0.12821160182356833, + "num_tokens": 3175069.0, + "step": 1830 + }, + { + "entropy": 6.356600522994995, + "epoch": 0.14277377942034625, + "grad_norm": 1.0625, + "learning_rate": 0.0004999525088722673, + "loss": 6.1196, + "mean_token_accuracy": 0.13117128163576125, + "num_tokens": 3184259.0, + "step": 1835 + }, + { + "entropy": 6.341631460189819, + "epoch": 0.1431628087920638, + "grad_norm": 1.03125, + "learning_rate": 0.0004999519377476711, + "loss": 6.0274, + "mean_token_accuracy": 0.1311353027820587, + "num_tokens": 3193015.0, + "step": 1840 + }, + { + "entropy": 6.335974597930909, + "epoch": 0.14355183816378136, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999513632097872, + "loss": 5.9655, + "mean_token_accuracy": 0.1419636234641075, + "num_tokens": 3201624.0, + "step": 1845 + }, + { + "entropy": 6.2722913265228275, + "epoch": 0.14394086753549892, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999507852586245, + "loss": 6.0784, + "mean_token_accuracy": 0.13751533553004264, + "num_tokens": 3209474.0, + "step": 1850 + }, + { + "entropy": 6.228673076629638, + "epoch": 0.14432989690721648, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999502038941917, + "loss": 6.0466, + "mean_token_accuracy": 0.13530608788132667, + "num_tokens": 3218550.0, + "step": 1855 + }, + { + "entropy": 6.159630537033081, + "epoch": 0.14471892627893407, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999496191164975, + "loss": 6.0135, + "mean_token_accuracy": 0.13874994069337845, + "num_tokens": 3227108.0, + "step": 1860 + }, + { + "entropy": 6.317847490310669, + "epoch": 0.14510795565065163, + "grad_norm": 1.0703125, + "learning_rate": 0.000499949030925551, + "loss": 6.0647, + "mean_token_accuracy": 0.13484866991639138, + "num_tokens": 3235785.0, + "step": 1865 + }, + { + "entropy": 6.4040697574615475, + "epoch": 0.14549698502236919, + "grad_norm": 1.09375, + "learning_rate": 0.0004999484393213609, + "loss": 6.0958, + "mean_token_accuracy": 0.12889099717140198, + "num_tokens": 3244180.0, + "step": 1870 + }, + { + "entropy": 6.206935405731201, + "epoch": 0.14588601439408674, + "grad_norm": 0.98828125, + "learning_rate": 0.0004999478443039363, + "loss": 5.966, + "mean_token_accuracy": 0.13705985099077225, + "num_tokens": 3253098.0, + "step": 1875 + }, + { + "entropy": 6.353375959396362, + "epoch": 0.14627504376580433, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999472458732862, + "loss": 6.0139, + "mean_token_accuracy": 0.1389046587049961, + "num_tokens": 3261726.0, + "step": 1880 + }, + { + "entropy": 6.185830402374267, + "epoch": 0.1466640731375219, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999466440294198, + "loss": 5.9819, + "mean_token_accuracy": 0.13572768047451972, + "num_tokens": 3270362.0, + "step": 1885 + }, + { + "entropy": 6.255965852737427, + "epoch": 0.14705310250923945, + "grad_norm": 1.078125, + "learning_rate": 0.000499946038772346, + "loss": 5.9745, + "mean_token_accuracy": 0.13993003964424133, + "num_tokens": 3278332.0, + "step": 1890 + }, + { + "entropy": 6.187082147598266, + "epoch": 0.147442131880957, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999454301020741, + "loss": 5.9432, + "mean_token_accuracy": 0.14198991358280183, + "num_tokens": 3286800.0, + "step": 1895 + }, + { + "entropy": 6.344804382324218, + "epoch": 0.14783116125267456, + "grad_norm": 0.94140625, + "learning_rate": 0.0004999448180186133, + "loss": 6.181, + "mean_token_accuracy": 0.12529000788927078, + "num_tokens": 3296186.0, + "step": 1900 + }, + { + "entropy": 6.254264879226684, + "epoch": 0.14822019062439215, + "grad_norm": 1.140625, + "learning_rate": 0.000499944202521973, + "loss": 6.0373, + "mean_token_accuracy": 0.1428308829665184, + "num_tokens": 3303973.0, + "step": 1905 + }, + { + "entropy": 6.188289737701416, + "epoch": 0.1486092199961097, + "grad_norm": 1.171875, + "learning_rate": 0.0004999435836121624, + "loss": 5.9926, + "mean_token_accuracy": 0.13803835734724998, + "num_tokens": 3312550.0, + "step": 1910 + }, + { + "entropy": 6.331698322296143, + "epoch": 0.14899824936782727, + "grad_norm": 1.0546875, + "learning_rate": 0.000499942961289191, + "loss": 6.0628, + "mean_token_accuracy": 0.13561255410313605, + "num_tokens": 3321342.0, + "step": 1915 + }, + { + "entropy": 6.1749297142028805, + "epoch": 0.14938727873954483, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999423355530683, + "loss": 5.9403, + "mean_token_accuracy": 0.14343732073903084, + "num_tokens": 3329293.0, + "step": 1920 + }, + { + "entropy": 6.156786012649536, + "epoch": 0.1497763081112624, + "grad_norm": 1.0625, + "learning_rate": 0.0004999417064038035, + "loss": 5.9966, + "mean_token_accuracy": 0.13348888084292412, + "num_tokens": 3338278.0, + "step": 1925 + }, + { + "entropy": 6.295070505142212, + "epoch": 0.15016533748297997, + "grad_norm": 1.0625, + "learning_rate": 0.0004999410738414065, + "loss": 6.1006, + "mean_token_accuracy": 0.1349467881023884, + "num_tokens": 3346757.0, + "step": 1930 + }, + { + "entropy": 6.215303182601929, + "epoch": 0.15055436685469753, + "grad_norm": 1.015625, + "learning_rate": 0.0004999404378658866, + "loss": 6.0975, + "mean_token_accuracy": 0.1362791948020458, + "num_tokens": 3355903.0, + "step": 1935 + }, + { + "entropy": 6.2781799793243405, + "epoch": 0.1509433962264151, + "grad_norm": 1.0625, + "learning_rate": 0.0004999397984772536, + "loss": 6.0666, + "mean_token_accuracy": 0.1276647962629795, + "num_tokens": 3365440.0, + "step": 1940 + }, + { + "entropy": 6.2379114627838135, + "epoch": 0.15133242559813265, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999391556755172, + "loss": 6.0323, + "mean_token_accuracy": 0.13651658967137337, + "num_tokens": 3373672.0, + "step": 1945 + }, + { + "entropy": 6.2155702114105225, + "epoch": 0.15172145496985023, + "grad_norm": 1.109375, + "learning_rate": 0.0004999385094606872, + "loss": 6.0032, + "mean_token_accuracy": 0.1315799042582512, + "num_tokens": 3382733.0, + "step": 1950 + }, + { + "entropy": 6.174511241912842, + "epoch": 0.1521104843415678, + "grad_norm": 1.015625, + "learning_rate": 0.0004999378598327733, + "loss": 5.9656, + "mean_token_accuracy": 0.13844937980175018, + "num_tokens": 3390842.0, + "step": 1955 + }, + { + "entropy": 6.256609535217285, + "epoch": 0.15249951371328535, + "grad_norm": 1.03125, + "learning_rate": 0.0004999372067917854, + "loss": 6.1149, + "mean_token_accuracy": 0.1254595175385475, + "num_tokens": 3399761.0, + "step": 1960 + }, + { + "entropy": 6.284492778778076, + "epoch": 0.1528885430850029, + "grad_norm": 1.03125, + "learning_rate": 0.0004999365503377335, + "loss": 6.0315, + "mean_token_accuracy": 0.13321302980184554, + "num_tokens": 3408986.0, + "step": 1965 + }, + { + "entropy": 6.235216522216797, + "epoch": 0.1532775724567205, + "grad_norm": 1.140625, + "learning_rate": 0.0004999358904706273, + "loss": 5.9892, + "mean_token_accuracy": 0.1353617176413536, + "num_tokens": 3418051.0, + "step": 1970 + }, + { + "entropy": 6.321955776214599, + "epoch": 0.15366660182843805, + "grad_norm": 1.03125, + "learning_rate": 0.0004999352271904771, + "loss": 6.0986, + "mean_token_accuracy": 0.13750415220856665, + "num_tokens": 3427185.0, + "step": 1975 + }, + { + "entropy": 6.196172285079956, + "epoch": 0.1540556312001556, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999345604972928, + "loss": 5.9939, + "mean_token_accuracy": 0.13660573363304138, + "num_tokens": 3435367.0, + "step": 1980 + }, + { + "entropy": 6.193881511688232, + "epoch": 0.15444466057187317, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999338903910846, + "loss": 6.0341, + "mean_token_accuracy": 0.1360504299402237, + "num_tokens": 3443451.0, + "step": 1985 + }, + { + "entropy": 6.246865940093994, + "epoch": 0.15483368994359073, + "grad_norm": 1.078125, + "learning_rate": 0.0004999332168718626, + "loss": 6.0401, + "mean_token_accuracy": 0.1405157931149006, + "num_tokens": 3451038.0, + "step": 1990 + }, + { + "entropy": 6.464015769958496, + "epoch": 0.15522271931530832, + "grad_norm": 1.09375, + "learning_rate": 0.0004999325399396371, + "loss": 6.189, + "mean_token_accuracy": 0.12317560613155365, + "num_tokens": 3459693.0, + "step": 1995 + }, + { + "entropy": 6.344349575042725, + "epoch": 0.15561174868702587, + "grad_norm": 1.203125, + "learning_rate": 0.0004999318595944183, + "loss": 6.0573, + "mean_token_accuracy": 0.1302526354789734, + "num_tokens": 3468347.0, + "step": 2000 + }, + { + "entropy": 6.2093932151794435, + "epoch": 0.15600077805874343, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999311758362166, + "loss": 6.041, + "mean_token_accuracy": 0.1344868026673794, + "num_tokens": 3476030.0, + "step": 2005 + }, + { + "entropy": 6.173217630386352, + "epoch": 0.156389807430461, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999304886650422, + "loss": 6.0088, + "mean_token_accuracy": 0.1343566119670868, + "num_tokens": 3484840.0, + "step": 2010 + }, + { + "entropy": 6.339105176925659, + "epoch": 0.15677883680217858, + "grad_norm": 1.015625, + "learning_rate": 0.0004999297980809058, + "loss": 6.1002, + "mean_token_accuracy": 0.133415899425745, + "num_tokens": 3492662.0, + "step": 2015 + }, + { + "entropy": 6.286862468719482, + "epoch": 0.15716786617389614, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999291040838176, + "loss": 6.0174, + "mean_token_accuracy": 0.13295094966888427, + "num_tokens": 3501582.0, + "step": 2020 + }, + { + "entropy": 6.232885360717773, + "epoch": 0.1575568955456137, + "grad_norm": 1.015625, + "learning_rate": 0.0004999284066737884, + "loss": 6.0275, + "mean_token_accuracy": 0.1392024390399456, + "num_tokens": 3510141.0, + "step": 2025 + }, + { + "entropy": 6.297137260437012, + "epoch": 0.15794592491733125, + "grad_norm": 1.0625, + "learning_rate": 0.0004999277058508285, + "loss": 6.0623, + "mean_token_accuracy": 0.13623598217964172, + "num_tokens": 3518530.0, + "step": 2030 + }, + { + "entropy": 6.16064453125, + "epoch": 0.1583349542890488, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999270016149486, + "loss": 6.0192, + "mean_token_accuracy": 0.1363525167107582, + "num_tokens": 3526815.0, + "step": 2035 + }, + { + "entropy": 6.216293525695801, + "epoch": 0.1587239836607664, + "grad_norm": 0.98046875, + "learning_rate": 0.0004999262939661596, + "loss": 6.081, + "mean_token_accuracy": 0.13018166050314903, + "num_tokens": 3535840.0, + "step": 2040 + }, + { + "entropy": 6.298702955245972, + "epoch": 0.15911301303248396, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999255829044721, + "loss": 6.0981, + "mean_token_accuracy": 0.13071646615862847, + "num_tokens": 3544876.0, + "step": 2045 + }, + { + "entropy": 6.225747776031494, + "epoch": 0.15950204240420152, + "grad_norm": 1.078125, + "learning_rate": 0.0004999248684298968, + "loss": 5.8578, + "mean_token_accuracy": 0.1430135577917099, + "num_tokens": 3553018.0, + "step": 2050 + }, + { + "entropy": 6.087709617614746, + "epoch": 0.15989107177591907, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999241505424447, + "loss": 5.9005, + "mean_token_accuracy": 0.13955418467521669, + "num_tokens": 3560909.0, + "step": 2055 + }, + { + "entropy": 6.183088874816894, + "epoch": 0.16028010114763663, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999234292421265, + "loss": 6.0498, + "mean_token_accuracy": 0.13545388653874396, + "num_tokens": 3569235.0, + "step": 2060 + }, + { + "entropy": 6.154008436203003, + "epoch": 0.16066913051935422, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999227045289535, + "loss": 5.9139, + "mean_token_accuracy": 0.13975678011775017, + "num_tokens": 3577646.0, + "step": 2065 + }, + { + "entropy": 6.173991012573242, + "epoch": 0.16105815989107178, + "grad_norm": 1.015625, + "learning_rate": 0.0004999219764029363, + "loss": 6.0213, + "mean_token_accuracy": 0.13489074483513833, + "num_tokens": 3586499.0, + "step": 2070 + }, + { + "entropy": 6.236517524719238, + "epoch": 0.16144718926278934, + "grad_norm": 1.078125, + "learning_rate": 0.0004999212448640861, + "loss": 6.0194, + "mean_token_accuracy": 0.13757209926843644, + "num_tokens": 3595391.0, + "step": 2075 + }, + { + "entropy": 6.141875600814819, + "epoch": 0.1618362186345069, + "grad_norm": 0.984375, + "learning_rate": 0.0004999205099124141, + "loss": 5.9667, + "mean_token_accuracy": 0.1367950737476349, + "num_tokens": 3603774.0, + "step": 2080 + }, + { + "entropy": 6.297803211212158, + "epoch": 0.16222524800622448, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999197715479313, + "loss": 6.0216, + "mean_token_accuracy": 0.13554098531603814, + "num_tokens": 3611980.0, + "step": 2085 + }, + { + "entropy": 6.2039124965667725, + "epoch": 0.16261427737794204, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999190297706489, + "loss": 5.942, + "mean_token_accuracy": 0.13699196204543113, + "num_tokens": 3620902.0, + "step": 2090 + }, + { + "entropy": 6.3155577182769775, + "epoch": 0.1630033067496596, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999182845805783, + "loss": 6.2312, + "mean_token_accuracy": 0.12782860547304153, + "num_tokens": 3628924.0, + "step": 2095 + }, + { + "entropy": 6.297778558731079, + "epoch": 0.16339233612137716, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999175359777306, + "loss": 6.0695, + "mean_token_accuracy": 0.13167304024100304, + "num_tokens": 3637538.0, + "step": 2100 + }, + { + "entropy": 6.203191900253296, + "epoch": 0.16378136549309472, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999167839621174, + "loss": 6.0779, + "mean_token_accuracy": 0.13191662728786469, + "num_tokens": 3646309.0, + "step": 2105 + }, + { + "entropy": 6.213529634475708, + "epoch": 0.1641703948648123, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999160285337501, + "loss": 5.9364, + "mean_token_accuracy": 0.1367933377623558, + "num_tokens": 3655204.0, + "step": 2110 + }, + { + "entropy": 6.21005539894104, + "epoch": 0.16455942423652986, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999152696926399, + "loss": 6.0641, + "mean_token_accuracy": 0.1300017297267914, + "num_tokens": 3663939.0, + "step": 2115 + }, + { + "entropy": 6.262974691390991, + "epoch": 0.16494845360824742, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999145074387985, + "loss": 6.0083, + "mean_token_accuracy": 0.13462101370096208, + "num_tokens": 3673167.0, + "step": 2120 + }, + { + "entropy": 6.195592164993286, + "epoch": 0.16533748297996498, + "grad_norm": 1.03125, + "learning_rate": 0.0004999137417722374, + "loss": 5.9742, + "mean_token_accuracy": 0.13803649172186852, + "num_tokens": 3682234.0, + "step": 2125 + }, + { + "entropy": 6.130123567581177, + "epoch": 0.16572651235168256, + "grad_norm": 1.015625, + "learning_rate": 0.0004999129726929684, + "loss": 5.9518, + "mean_token_accuracy": 0.13907736241817475, + "num_tokens": 3690835.0, + "step": 2130 + }, + { + "entropy": 6.220533561706543, + "epoch": 0.16611554172340012, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999122002010029, + "loss": 6.0101, + "mean_token_accuracy": 0.1316205196082592, + "num_tokens": 3699348.0, + "step": 2135 + }, + { + "entropy": 6.122845840454102, + "epoch": 0.16650457109511768, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999114242963527, + "loss": 5.924, + "mean_token_accuracy": 0.1415353387594223, + "num_tokens": 3708205.0, + "step": 2140 + }, + { + "entropy": 6.129640579223633, + "epoch": 0.16689360046683524, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999106449790298, + "loss": 5.9912, + "mean_token_accuracy": 0.14246149584650994, + "num_tokens": 3717016.0, + "step": 2145 + }, + { + "entropy": 6.351011037826538, + "epoch": 0.1672826298385528, + "grad_norm": 1.078125, + "learning_rate": 0.0004999098622490458, + "loss": 6.0016, + "mean_token_accuracy": 0.13569031432271003, + "num_tokens": 3725509.0, + "step": 2150 + }, + { + "entropy": 6.1818685054779055, + "epoch": 0.16767165921027039, + "grad_norm": 0.99609375, + "learning_rate": 0.0004999090761064125, + "loss": 6.0751, + "mean_token_accuracy": 0.13177148699760438, + "num_tokens": 3734674.0, + "step": 2155 + }, + { + "entropy": 6.140064430236817, + "epoch": 0.16806068858198794, + "grad_norm": 1.0859375, + "learning_rate": 0.000499908286551142, + "loss": 5.9012, + "mean_token_accuracy": 0.1402728170156479, + "num_tokens": 3742930.0, + "step": 2160 + }, + { + "entropy": 6.204311227798462, + "epoch": 0.1684497179537055, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999074935832463, + "loss": 5.9945, + "mean_token_accuracy": 0.13643383085727692, + "num_tokens": 3751314.0, + "step": 2165 + }, + { + "entropy": 6.266703701019287, + "epoch": 0.16883874732542306, + "grad_norm": 1.078125, + "learning_rate": 0.0004999066972027373, + "loss": 6.1046, + "mean_token_accuracy": 0.1291274093091488, + "num_tokens": 3760229.0, + "step": 2170 + }, + { + "entropy": 6.350693798065185, + "epoch": 0.16922777669714065, + "grad_norm": 1.015625, + "learning_rate": 0.0004999058974096271, + "loss": 6.1037, + "mean_token_accuracy": 0.13275526687502862, + "num_tokens": 3769037.0, + "step": 2175 + }, + { + "entropy": 6.075402069091797, + "epoch": 0.1696168060688582, + "grad_norm": 1.03125, + "learning_rate": 0.000499905094203928, + "loss": 5.9684, + "mean_token_accuracy": 0.14126176312565802, + "num_tokens": 3777686.0, + "step": 2180 + }, + { + "entropy": 6.287758302688599, + "epoch": 0.17000583544057576, + "grad_norm": 1.046875, + "learning_rate": 0.000499904287585652, + "loss": 6.0575, + "mean_token_accuracy": 0.13231970369815826, + "num_tokens": 3786412.0, + "step": 2185 + }, + { + "entropy": 6.2325122356414795, + "epoch": 0.17039486481229332, + "grad_norm": 1.09375, + "learning_rate": 0.0004999034775548113, + "loss": 6.091, + "mean_token_accuracy": 0.13756789192557334, + "num_tokens": 3794981.0, + "step": 2190 + }, + { + "entropy": 6.184635210037231, + "epoch": 0.17078389418401088, + "grad_norm": 1.0, + "learning_rate": 0.0004999026641114185, + "loss": 5.9679, + "mean_token_accuracy": 0.13785844221711158, + "num_tokens": 3803069.0, + "step": 2195 + }, + { + "entropy": 6.228214073181152, + "epoch": 0.17117292355572847, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999018472554857, + "loss": 6.0562, + "mean_token_accuracy": 0.13657879456877708, + "num_tokens": 3811986.0, + "step": 2200 + }, + { + "entropy": 6.255152368545533, + "epoch": 0.17156195292744603, + "grad_norm": 1.03125, + "learning_rate": 0.0004999010269870253, + "loss": 5.9669, + "mean_token_accuracy": 0.13384350910782813, + "num_tokens": 3820626.0, + "step": 2205 + }, + { + "entropy": 6.168890142440796, + "epoch": 0.17195098229916359, + "grad_norm": 1.046875, + "learning_rate": 0.0004999002033060498, + "loss": 5.9734, + "mean_token_accuracy": 0.14005149230360986, + "num_tokens": 3828608.0, + "step": 2210 + }, + { + "entropy": 6.115287494659424, + "epoch": 0.17234001167088114, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998993762125716, + "loss": 5.9222, + "mean_token_accuracy": 0.1419154718518257, + "num_tokens": 3837059.0, + "step": 2215 + }, + { + "entropy": 6.196029186248779, + "epoch": 0.17272904104259873, + "grad_norm": 1.046875, + "learning_rate": 0.0004998985457066034, + "loss": 5.9477, + "mean_token_accuracy": 0.13308243378996848, + "num_tokens": 3845137.0, + "step": 2220 + }, + { + "entropy": 6.161190748214722, + "epoch": 0.1731180704143163, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998977117881576, + "loss": 5.9399, + "mean_token_accuracy": 0.14329548850655555, + "num_tokens": 3854012.0, + "step": 2225 + }, + { + "entropy": 6.076524972915649, + "epoch": 0.17350709978603385, + "grad_norm": 1.078125, + "learning_rate": 0.0004998968744572472, + "loss": 5.8859, + "mean_token_accuracy": 0.14090772867202758, + "num_tokens": 3862308.0, + "step": 2230 + }, + { + "entropy": 6.084261083602906, + "epoch": 0.1738961291577514, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998960337138845, + "loss": 5.8224, + "mean_token_accuracy": 0.13599667102098464, + "num_tokens": 3870975.0, + "step": 2235 + }, + { + "entropy": 6.172693729400635, + "epoch": 0.17428515852946896, + "grad_norm": 1.1484375, + "learning_rate": 0.0004998951895580826, + "loss": 5.9953, + "mean_token_accuracy": 0.1362786665558815, + "num_tokens": 3879621.0, + "step": 2240 + }, + { + "entropy": 6.119487714767456, + "epoch": 0.17467418790118655, + "grad_norm": 1.0625, + "learning_rate": 0.0004998943419898542, + "loss": 5.9608, + "mean_token_accuracy": 0.13740068078041076, + "num_tokens": 3889214.0, + "step": 2245 + }, + { + "entropy": 6.195636940002442, + "epoch": 0.1750632172729041, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998934910092119, + "loss": 5.9972, + "mean_token_accuracy": 0.13837300091981888, + "num_tokens": 3898250.0, + "step": 2250 + }, + { + "entropy": 6.189534759521484, + "epoch": 0.17545224664462167, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998926366161689, + "loss": 6.0342, + "mean_token_accuracy": 0.13376041278243064, + "num_tokens": 3906971.0, + "step": 2255 + }, + { + "entropy": 6.193826007843017, + "epoch": 0.17584127601633923, + "grad_norm": 0.96875, + "learning_rate": 0.0004998917788107383, + "loss": 6.0622, + "mean_token_accuracy": 0.13532394245266915, + "num_tokens": 3916663.0, + "step": 2260 + }, + { + "entropy": 6.125564813613892, + "epoch": 0.17623030538805678, + "grad_norm": 0.984375, + "learning_rate": 0.0004998909175929326, + "loss": 5.9445, + "mean_token_accuracy": 0.13861310556530954, + "num_tokens": 3926848.0, + "step": 2265 + }, + { + "entropy": 6.110090446472168, + "epoch": 0.17661933475977437, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998900529627653, + "loss": 5.9132, + "mean_token_accuracy": 0.138637275993824, + "num_tokens": 3935729.0, + "step": 2270 + }, + { + "entropy": 6.222514343261719, + "epoch": 0.17700836413149193, + "grad_norm": 1.0625, + "learning_rate": 0.0004998891849202495, + "loss": 5.9225, + "mean_token_accuracy": 0.13785927072167398, + "num_tokens": 3943408.0, + "step": 2275 + }, + { + "entropy": 6.115485048294067, + "epoch": 0.1773973935032095, + "grad_norm": 1.078125, + "learning_rate": 0.000499888313465398, + "loss": 5.8904, + "mean_token_accuracy": 0.13828733041882516, + "num_tokens": 3952473.0, + "step": 2280 + }, + { + "entropy": 6.189030885696411, + "epoch": 0.17778642287492705, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998874385982247, + "loss": 6.0584, + "mean_token_accuracy": 0.1308848187327385, + "num_tokens": 3960878.0, + "step": 2285 + }, + { + "entropy": 6.263873767852783, + "epoch": 0.17817545224664463, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998865603187421, + "loss": 6.0012, + "mean_token_accuracy": 0.13525196462869643, + "num_tokens": 3969282.0, + "step": 2290 + }, + { + "entropy": 6.142105340957642, + "epoch": 0.1785644816183622, + "grad_norm": 1.0234375, + "learning_rate": 0.000499885678626964, + "loss": 5.9793, + "mean_token_accuracy": 0.1365065097808838, + "num_tokens": 3978516.0, + "step": 2295 + }, + { + "entropy": 6.130709075927735, + "epoch": 0.17895351099007975, + "grad_norm": 1.09375, + "learning_rate": 0.0004998847935229038, + "loss": 5.8469, + "mean_token_accuracy": 0.14624039083719254, + "num_tokens": 3986580.0, + "step": 2300 + }, + { + "entropy": 5.984261894226075, + "epoch": 0.1793425403617973, + "grad_norm": 1.078125, + "learning_rate": 0.0004998839050065746, + "loss": 5.8505, + "mean_token_accuracy": 0.1426392376422882, + "num_tokens": 3995144.0, + "step": 2305 + }, + { + "entropy": 6.117937326431274, + "epoch": 0.17973156973351487, + "grad_norm": 1.015625, + "learning_rate": 0.0004998830130779902, + "loss": 5.8539, + "mean_token_accuracy": 0.13852243572473527, + "num_tokens": 4003887.0, + "step": 2310 + }, + { + "entropy": 6.178174209594727, + "epoch": 0.18012059910523245, + "grad_norm": 1.0078125, + "learning_rate": 0.000499882117737164, + "loss": 5.9577, + "mean_token_accuracy": 0.13900213465094566, + "num_tokens": 4012607.0, + "step": 2315 + }, + { + "entropy": 6.117289209365845, + "epoch": 0.18050962847695, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998812189841096, + "loss": 6.0434, + "mean_token_accuracy": 0.13420895710587502, + "num_tokens": 4021950.0, + "step": 2320 + }, + { + "entropy": 6.188327360153198, + "epoch": 0.18089865784866757, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998803168188407, + "loss": 6.0003, + "mean_token_accuracy": 0.1396230697631836, + "num_tokens": 4031076.0, + "step": 2325 + }, + { + "entropy": 6.050243377685547, + "epoch": 0.18128768722038513, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998794112413708, + "loss": 5.8423, + "mean_token_accuracy": 0.14782028794288635, + "num_tokens": 4040414.0, + "step": 2330 + }, + { + "entropy": 6.248169994354248, + "epoch": 0.18167671659210272, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998785022517137, + "loss": 5.9386, + "mean_token_accuracy": 0.14150765910744667, + "num_tokens": 4048931.0, + "step": 2335 + }, + { + "entropy": 5.986580514907837, + "epoch": 0.18206574596382027, + "grad_norm": 1.0234375, + "learning_rate": 0.0004998775898498835, + "loss": 5.8367, + "mean_token_accuracy": 0.14155064076185225, + "num_tokens": 4057688.0, + "step": 2340 + }, + { + "entropy": 6.074233341217041, + "epoch": 0.18245477533553783, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998766740358936, + "loss": 5.9449, + "mean_token_accuracy": 0.1420542173087597, + "num_tokens": 4066365.0, + "step": 2345 + }, + { + "entropy": 6.13965334892273, + "epoch": 0.1828438047072554, + "grad_norm": 0.9609375, + "learning_rate": 0.0004998757548097582, + "loss": 5.8541, + "mean_token_accuracy": 0.14332376196980476, + "num_tokens": 4075136.0, + "step": 2350 + }, + { + "entropy": 6.134494304656982, + "epoch": 0.18323283407897295, + "grad_norm": 1.015625, + "learning_rate": 0.0004998748321714911, + "loss": 5.9524, + "mean_token_accuracy": 0.14317325055599212, + "num_tokens": 4083337.0, + "step": 2355 + }, + { + "entropy": 6.069387912750244, + "epoch": 0.18362186345069054, + "grad_norm": 1.0234375, + "learning_rate": 0.0004998739061211065, + "loss": 5.899, + "mean_token_accuracy": 0.1406087227165699, + "num_tokens": 4091201.0, + "step": 2360 + }, + { + "entropy": 6.1495448589324955, + "epoch": 0.1840108928224081, + "grad_norm": 0.98046875, + "learning_rate": 0.0004998729766586181, + "loss": 5.9458, + "mean_token_accuracy": 0.1404791608452797, + "num_tokens": 4099480.0, + "step": 2365 + }, + { + "entropy": 6.029800033569336, + "epoch": 0.18439992219412565, + "grad_norm": 1.046875, + "learning_rate": 0.0004998720437840403, + "loss": 5.8555, + "mean_token_accuracy": 0.14272842854261397, + "num_tokens": 4108151.0, + "step": 2370 + }, + { + "entropy": 6.009803676605225, + "epoch": 0.1847889515658432, + "grad_norm": 0.96875, + "learning_rate": 0.0004998711074973871, + "loss": 5.8595, + "mean_token_accuracy": 0.14537928998470306, + "num_tokens": 4117380.0, + "step": 2375 + }, + { + "entropy": 6.103708982467651, + "epoch": 0.1851779809375608, + "grad_norm": 0.9765625, + "learning_rate": 0.0004998701677986728, + "loss": 5.9192, + "mean_token_accuracy": 0.14413200244307517, + "num_tokens": 4126757.0, + "step": 2380 + }, + { + "entropy": 6.091351890563965, + "epoch": 0.18556701030927836, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998692246879116, + "loss": 5.832, + "mean_token_accuracy": 0.14118036180734633, + "num_tokens": 4135326.0, + "step": 2385 + }, + { + "entropy": 6.083584976196289, + "epoch": 0.18595603968099592, + "grad_norm": 0.9609375, + "learning_rate": 0.0004998682781651178, + "loss": 5.8502, + "mean_token_accuracy": 0.15047699064016343, + "num_tokens": 4143624.0, + "step": 2390 + }, + { + "entropy": 6.039449691772461, + "epoch": 0.18634506905271347, + "grad_norm": 1.015625, + "learning_rate": 0.0004998673282303059, + "loss": 5.8032, + "mean_token_accuracy": 0.14633125066757202, + "num_tokens": 4152193.0, + "step": 2395 + }, + { + "entropy": 6.093126678466797, + "epoch": 0.18673409842443103, + "grad_norm": 1.1328125, + "learning_rate": 0.0004998663748834901, + "loss": 5.9333, + "mean_token_accuracy": 0.14173089787364007, + "num_tokens": 4160614.0, + "step": 2400 + }, + { + "entropy": 6.195434331893921, + "epoch": 0.18712312779614862, + "grad_norm": 1.046875, + "learning_rate": 0.0004998654181246851, + "loss": 5.9525, + "mean_token_accuracy": 0.1426502361893654, + "num_tokens": 4168715.0, + "step": 2405 + }, + { + "entropy": 6.14034595489502, + "epoch": 0.18751215716786618, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998644579539052, + "loss": 5.9903, + "mean_token_accuracy": 0.14057205021381378, + "num_tokens": 4176676.0, + "step": 2410 + }, + { + "entropy": 6.11949610710144, + "epoch": 0.18790118653958374, + "grad_norm": 0.97265625, + "learning_rate": 0.000499863494371165, + "loss": 5.9666, + "mean_token_accuracy": 0.13880052268505097, + "num_tokens": 4185613.0, + "step": 2415 + }, + { + "entropy": 6.10061502456665, + "epoch": 0.1882902159113013, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998625273764793, + "loss": 5.9744, + "mean_token_accuracy": 0.14042351245880128, + "num_tokens": 4193985.0, + "step": 2420 + }, + { + "entropy": 6.119175815582276, + "epoch": 0.18867924528301888, + "grad_norm": 1.015625, + "learning_rate": 0.0004998615569698626, + "loss": 5.8692, + "mean_token_accuracy": 0.14560523852705956, + "num_tokens": 4202713.0, + "step": 2425 + }, + { + "entropy": 6.20410122871399, + "epoch": 0.18906827465473644, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998605831513296, + "loss": 5.9982, + "mean_token_accuracy": 0.13526586964726448, + "num_tokens": 4210858.0, + "step": 2430 + }, + { + "entropy": 6.077843475341797, + "epoch": 0.189457304026454, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998596059208953, + "loss": 5.9232, + "mean_token_accuracy": 0.1438886322081089, + "num_tokens": 4219570.0, + "step": 2435 + }, + { + "entropy": 6.070500183105469, + "epoch": 0.18984633339817156, + "grad_norm": 1.09375, + "learning_rate": 0.0004998586252785743, + "loss": 5.8362, + "mean_token_accuracy": 0.14419551193714142, + "num_tokens": 4228026.0, + "step": 2440 + }, + { + "entropy": 6.118373966217041, + "epoch": 0.19023536276988912, + "grad_norm": 1.09375, + "learning_rate": 0.0004998576412243816, + "loss": 5.8484, + "mean_token_accuracy": 0.14332474917173385, + "num_tokens": 4235993.0, + "step": 2445 + }, + { + "entropy": 6.020765161514282, + "epoch": 0.1906243921416067, + "grad_norm": 1.046875, + "learning_rate": 0.0004998566537583321, + "loss": 5.8452, + "mean_token_accuracy": 0.1450585328042507, + "num_tokens": 4244225.0, + "step": 2450 + }, + { + "entropy": 6.020392990112304, + "epoch": 0.19101342151332426, + "grad_norm": 1.015625, + "learning_rate": 0.0004998556628804408, + "loss": 5.8412, + "mean_token_accuracy": 0.14568918645381929, + "num_tokens": 4252989.0, + "step": 2455 + }, + { + "entropy": 6.1407276630401615, + "epoch": 0.19140245088504182, + "grad_norm": 1.09375, + "learning_rate": 0.0004998546685907225, + "loss": 5.8736, + "mean_token_accuracy": 0.1443709298968315, + "num_tokens": 4261297.0, + "step": 2460 + }, + { + "entropy": 6.14323468208313, + "epoch": 0.19179148025675938, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998536708891927, + "loss": 6.0037, + "mean_token_accuracy": 0.13726148158311843, + "num_tokens": 4270299.0, + "step": 2465 + }, + { + "entropy": 6.137307929992676, + "epoch": 0.19218050962847694, + "grad_norm": 0.90625, + "learning_rate": 0.0004998526697758663, + "loss": 6.0186, + "mean_token_accuracy": 0.13181870952248573, + "num_tokens": 4279662.0, + "step": 2470 + }, + { + "entropy": 6.12540340423584, + "epoch": 0.19256953900019452, + "grad_norm": 1.03125, + "learning_rate": 0.0004998516652507585, + "loss": 5.8237, + "mean_token_accuracy": 0.14710504859685897, + "num_tokens": 4287876.0, + "step": 2475 + }, + { + "entropy": 6.082257652282715, + "epoch": 0.19295856837191208, + "grad_norm": 1.0703125, + "learning_rate": 0.0004998506573138846, + "loss": 5.9652, + "mean_token_accuracy": 0.1425960034132004, + "num_tokens": 4296415.0, + "step": 2480 + }, + { + "entropy": 6.0256585597991945, + "epoch": 0.19334759774362964, + "grad_norm": 1.015625, + "learning_rate": 0.0004998496459652598, + "loss": 5.7941, + "mean_token_accuracy": 0.14723251685500144, + "num_tokens": 4304434.0, + "step": 2485 + }, + { + "entropy": 6.094099235534668, + "epoch": 0.1937366271153472, + "grad_norm": 1.0625, + "learning_rate": 0.0004998486312048995, + "loss": 5.9742, + "mean_token_accuracy": 0.1384941779077053, + "num_tokens": 4313266.0, + "step": 2490 + }, + { + "entropy": 6.093673992156982, + "epoch": 0.19412565648706478, + "grad_norm": 0.94921875, + "learning_rate": 0.0004998476130328193, + "loss": 5.8438, + "mean_token_accuracy": 0.14551946073770522, + "num_tokens": 4322121.0, + "step": 2495 + }, + { + "entropy": 6.059762907028198, + "epoch": 0.19451468585878234, + "grad_norm": 1.09375, + "learning_rate": 0.0004998465914490343, + "loss": 5.8574, + "mean_token_accuracy": 0.1456399142742157, + "num_tokens": 4330596.0, + "step": 2500 + }, + { + "entropy": 6.101912212371826, + "epoch": 0.1949037152304999, + "grad_norm": 1.109375, + "learning_rate": 0.00049984556645356, + "loss": 5.9538, + "mean_token_accuracy": 0.14571308046579362, + "num_tokens": 4337779.0, + "step": 2505 + }, + { + "entropy": 6.113310956954956, + "epoch": 0.19529274460221746, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998445380464124, + "loss": 5.7871, + "mean_token_accuracy": 0.14770737588405608, + "num_tokens": 4346623.0, + "step": 2510 + }, + { + "entropy": 6.010924863815307, + "epoch": 0.19568177397393502, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998435062276066, + "loss": 5.8965, + "mean_token_accuracy": 0.14267725944519044, + "num_tokens": 4355435.0, + "step": 2515 + }, + { + "entropy": 6.1819150924682615, + "epoch": 0.1960708033456526, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998424709971586, + "loss": 5.9427, + "mean_token_accuracy": 0.14011435583233833, + "num_tokens": 4363636.0, + "step": 2520 + }, + { + "entropy": 5.994958448410034, + "epoch": 0.19645983271737016, + "grad_norm": 1.0, + "learning_rate": 0.0004998414323550839, + "loss": 5.7574, + "mean_token_accuracy": 0.1514812633395195, + "num_tokens": 4372337.0, + "step": 2525 + }, + { + "entropy": 6.082412195205689, + "epoch": 0.19684886208908772, + "grad_norm": 1.1328125, + "learning_rate": 0.0004998403903013984, + "loss": 5.8105, + "mean_token_accuracy": 0.14721191674470901, + "num_tokens": 4380528.0, + "step": 2530 + }, + { + "entropy": 6.050493812561035, + "epoch": 0.19723789146080528, + "grad_norm": 1.046875, + "learning_rate": 0.0004998393448361179, + "loss": 5.8969, + "mean_token_accuracy": 0.13829589858651162, + "num_tokens": 4389464.0, + "step": 2535 + }, + { + "entropy": 6.092096662521362, + "epoch": 0.19762692083252287, + "grad_norm": 1.1015625, + "learning_rate": 0.000499838295959258, + "loss": 5.9541, + "mean_token_accuracy": 0.13610536456108094, + "num_tokens": 4397879.0, + "step": 2540 + }, + { + "entropy": 6.115645837783814, + "epoch": 0.19801595020424043, + "grad_norm": 1.0390625, + "learning_rate": 0.000499837243670835, + "loss": 5.965, + "mean_token_accuracy": 0.14079206734895705, + "num_tokens": 4406145.0, + "step": 2545 + }, + { + "entropy": 6.108259153366089, + "epoch": 0.19840497957595798, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998361879708646, + "loss": 5.8727, + "mean_token_accuracy": 0.1402936451137066, + "num_tokens": 4415480.0, + "step": 2550 + }, + { + "entropy": 6.099182176589966, + "epoch": 0.19879400894767554, + "grad_norm": 1.0078125, + "learning_rate": 0.000499835128859363, + "loss": 5.8755, + "mean_token_accuracy": 0.1442495122551918, + "num_tokens": 4423355.0, + "step": 2555 + }, + { + "entropy": 6.018963813781738, + "epoch": 0.1991830383193931, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998340663363461, + "loss": 5.7746, + "mean_token_accuracy": 0.14996073246002198, + "num_tokens": 4432059.0, + "step": 2560 + }, + { + "entropy": 6.011700248718261, + "epoch": 0.1995720676911107, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998330004018301, + "loss": 5.8663, + "mean_token_accuracy": 0.13528765514492988, + "num_tokens": 4441146.0, + "step": 2565 + }, + { + "entropy": 6.02707347869873, + "epoch": 0.19996109706282825, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998319310558312, + "loss": 5.7046, + "mean_token_accuracy": 0.1531302809715271, + "num_tokens": 4448553.0, + "step": 2570 + }, + { + "entropy": 5.865385389328003, + "epoch": 0.2003501264345458, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998308582983657, + "loss": 5.785, + "mean_token_accuracy": 0.1515739530324936, + "num_tokens": 4456930.0, + "step": 2575 + }, + { + "entropy": 6.159365510940551, + "epoch": 0.20073915580626336, + "grad_norm": 1.0625, + "learning_rate": 0.0004998297821294497, + "loss": 5.9856, + "mean_token_accuracy": 0.1445264369249344, + "num_tokens": 4464932.0, + "step": 2580 + }, + { + "entropy": 6.066826963424683, + "epoch": 0.20112818517798095, + "grad_norm": 1.03125, + "learning_rate": 0.0004998287025490995, + "loss": 5.7073, + "mean_token_accuracy": 0.15195650979876518, + "num_tokens": 4473695.0, + "step": 2585 + }, + { + "entropy": 5.915977334976196, + "epoch": 0.2015172145496985, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998276195573317, + "loss": 5.9426, + "mean_token_accuracy": 0.1366700403392315, + "num_tokens": 4483375.0, + "step": 2590 + }, + { + "entropy": 6.159323358535767, + "epoch": 0.20190624392141607, + "grad_norm": 1.0625, + "learning_rate": 0.0004998265331541627, + "loss": 5.9638, + "mean_token_accuracy": 0.13707406520843507, + "num_tokens": 4491695.0, + "step": 2595 + }, + { + "entropy": 6.056016826629639, + "epoch": 0.20229527329313363, + "grad_norm": 1.140625, + "learning_rate": 0.0004998254433396088, + "loss": 5.9221, + "mean_token_accuracy": 0.14026020020246505, + "num_tokens": 4500361.0, + "step": 2600 + }, + { + "entropy": 6.072783470153809, + "epoch": 0.20268430266485118, + "grad_norm": 0.98828125, + "learning_rate": 0.0004998243501136867, + "loss": 5.8419, + "mean_token_accuracy": 0.1397676981985569, + "num_tokens": 4509368.0, + "step": 2605 + }, + { + "entropy": 6.088675785064697, + "epoch": 0.20307333203656877, + "grad_norm": 1.015625, + "learning_rate": 0.0004998232534764129, + "loss": 5.8232, + "mean_token_accuracy": 0.14180155843496323, + "num_tokens": 4518146.0, + "step": 2610 + }, + { + "entropy": 6.058323574066162, + "epoch": 0.20346236140828633, + "grad_norm": 1.078125, + "learning_rate": 0.0004998221534278041, + "loss": 5.8875, + "mean_token_accuracy": 0.13800363019108772, + "num_tokens": 4526128.0, + "step": 2615 + }, + { + "entropy": 6.097913789749145, + "epoch": 0.2038513907800039, + "grad_norm": 0.9375, + "learning_rate": 0.0004998210499678769, + "loss": 5.9263, + "mean_token_accuracy": 0.14337622076272966, + "num_tokens": 4534724.0, + "step": 2620 + }, + { + "entropy": 6.008050632476807, + "epoch": 0.20424042015172145, + "grad_norm": 1.03125, + "learning_rate": 0.0004998199430966481, + "loss": 5.7847, + "mean_token_accuracy": 0.14045033752918243, + "num_tokens": 4543725.0, + "step": 2625 + }, + { + "entropy": 6.033035039901733, + "epoch": 0.20462944952343903, + "grad_norm": 1.03125, + "learning_rate": 0.0004998188328141346, + "loss": 5.8689, + "mean_token_accuracy": 0.14495224952697755, + "num_tokens": 4551758.0, + "step": 2630 + }, + { + "entropy": 5.990800094604492, + "epoch": 0.2050184788951566, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998177191203531, + "loss": 5.7433, + "mean_token_accuracy": 0.15320585817098617, + "num_tokens": 4559990.0, + "step": 2635 + }, + { + "entropy": 5.993824911117554, + "epoch": 0.20540750826687415, + "grad_norm": 1.0078125, + "learning_rate": 0.0004998166020153204, + "loss": 5.793, + "mean_token_accuracy": 0.1404377117753029, + "num_tokens": 4568651.0, + "step": 2640 + }, + { + "entropy": 5.941356039047241, + "epoch": 0.2057965376385917, + "grad_norm": 0.9765625, + "learning_rate": 0.0004998154814990538, + "loss": 5.722, + "mean_token_accuracy": 0.15070193260908127, + "num_tokens": 4577981.0, + "step": 2645 + }, + { + "entropy": 6.004185390472412, + "epoch": 0.20618556701030927, + "grad_norm": 1.109375, + "learning_rate": 0.00049981435757157, + "loss": 5.882, + "mean_token_accuracy": 0.1453938066959381, + "num_tokens": 4586480.0, + "step": 2650 + }, + { + "entropy": 6.035228633880616, + "epoch": 0.20657459638202685, + "grad_norm": 1.0625, + "learning_rate": 0.0004998132302328862, + "loss": 5.7768, + "mean_token_accuracy": 0.1519497200846672, + "num_tokens": 4595554.0, + "step": 2655 + }, + { + "entropy": 6.000116539001465, + "epoch": 0.2069636257537444, + "grad_norm": 0.97265625, + "learning_rate": 0.0004998120994830195, + "loss": 5.7928, + "mean_token_accuracy": 0.14965005293488504, + "num_tokens": 4604091.0, + "step": 2660 + }, + { + "entropy": 6.103025817871094, + "epoch": 0.20735265512546197, + "grad_norm": 1.0625, + "learning_rate": 0.000499810965321987, + "loss": 5.9041, + "mean_token_accuracy": 0.14321340918540953, + "num_tokens": 4612603.0, + "step": 2665 + }, + { + "entropy": 6.094974136352539, + "epoch": 0.20774168449717953, + "grad_norm": 1.0625, + "learning_rate": 0.0004998098277498059, + "loss": 5.8089, + "mean_token_accuracy": 0.14330320209264755, + "num_tokens": 4621041.0, + "step": 2670 + }, + { + "entropy": 5.965013837814331, + "epoch": 0.2081307138688971, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998086867664934, + "loss": 5.8381, + "mean_token_accuracy": 0.1479259341955185, + "num_tokens": 4629849.0, + "step": 2675 + }, + { + "entropy": 6.067577695846557, + "epoch": 0.20851974324061467, + "grad_norm": 0.9765625, + "learning_rate": 0.000499807542372067, + "loss": 5.9079, + "mean_token_accuracy": 0.14189650267362594, + "num_tokens": 4639426.0, + "step": 2680 + }, + { + "entropy": 6.020753288269043, + "epoch": 0.20890877261233223, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998063945665439, + "loss": 5.8312, + "mean_token_accuracy": 0.14925678074359894, + "num_tokens": 4647257.0, + "step": 2685 + }, + { + "entropy": 6.024092960357666, + "epoch": 0.2092978019840498, + "grad_norm": 1.0078125, + "learning_rate": 0.0004998052433499416, + "loss": 5.8148, + "mean_token_accuracy": 0.14485211595892905, + "num_tokens": 4655773.0, + "step": 2690 + }, + { + "entropy": 6.031063079833984, + "epoch": 0.20968683135576735, + "grad_norm": 1.015625, + "learning_rate": 0.0004998040887222776, + "loss": 5.844, + "mean_token_accuracy": 0.14211719036102294, + "num_tokens": 4664292.0, + "step": 2695 + }, + { + "entropy": 6.070610380172729, + "epoch": 0.21007586072748494, + "grad_norm": 1.03125, + "learning_rate": 0.0004998029306835693, + "loss": 5.8802, + "mean_token_accuracy": 0.14487007558345794, + "num_tokens": 4672774.0, + "step": 2700 + }, + { + "entropy": 6.192492723464966, + "epoch": 0.2104648900992025, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998017692338344, + "loss": 6.0024, + "mean_token_accuracy": 0.13652608394622803, + "num_tokens": 4681855.0, + "step": 2705 + }, + { + "entropy": 6.003230619430542, + "epoch": 0.21085391947092005, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998006043730905, + "loss": 5.7837, + "mean_token_accuracy": 0.15081765204668046, + "num_tokens": 4689771.0, + "step": 2710 + }, + { + "entropy": 6.06316032409668, + "epoch": 0.2112429488426376, + "grad_norm": 0.9765625, + "learning_rate": 0.0004997994361013551, + "loss": 5.9318, + "mean_token_accuracy": 0.13612701371312141, + "num_tokens": 4698808.0, + "step": 2715 + }, + { + "entropy": 6.027731704711914, + "epoch": 0.21163197821435517, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997982644186461, + "loss": 5.8201, + "mean_token_accuracy": 0.1442001700401306, + "num_tokens": 4707627.0, + "step": 2720 + }, + { + "entropy": 5.994128227233887, + "epoch": 0.21202100758607276, + "grad_norm": 1.0625, + "learning_rate": 0.0004997970893249813, + "loss": 5.8134, + "mean_token_accuracy": 0.1453290104866028, + "num_tokens": 4716091.0, + "step": 2725 + }, + { + "entropy": 6.026619577407837, + "epoch": 0.21241003695779032, + "grad_norm": 1.03125, + "learning_rate": 0.0004997959108203785, + "loss": 5.8173, + "mean_token_accuracy": 0.14737472012639047, + "num_tokens": 4724042.0, + "step": 2730 + }, + { + "entropy": 5.927079200744629, + "epoch": 0.21279906632950787, + "grad_norm": 1.046875, + "learning_rate": 0.0004997947289048554, + "loss": 5.7431, + "mean_token_accuracy": 0.15547642409801482, + "num_tokens": 4731745.0, + "step": 2735 + }, + { + "entropy": 5.977909660339355, + "epoch": 0.21318809570122543, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997935435784302, + "loss": 5.9151, + "mean_token_accuracy": 0.14134541749954224, + "num_tokens": 4740386.0, + "step": 2740 + }, + { + "entropy": 6.097658681869507, + "epoch": 0.21357712507294302, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997923548411208, + "loss": 5.9154, + "mean_token_accuracy": 0.14041005820035934, + "num_tokens": 4749809.0, + "step": 2745 + }, + { + "entropy": 6.157984495162964, + "epoch": 0.21396615444466058, + "grad_norm": 0.921875, + "learning_rate": 0.000499791162692945, + "loss": 6.0245, + "mean_token_accuracy": 0.13882595300674438, + "num_tokens": 4759507.0, + "step": 2750 + }, + { + "entropy": 6.020778369903565, + "epoch": 0.21435518381637814, + "grad_norm": 0.98046875, + "learning_rate": 0.0004997899671339214, + "loss": 5.7893, + "mean_token_accuracy": 0.1458857201039791, + "num_tokens": 4768793.0, + "step": 2755 + }, + { + "entropy": 6.058682203292847, + "epoch": 0.2147442131880957, + "grad_norm": 1.015625, + "learning_rate": 0.0004997887681640675, + "loss": 5.9431, + "mean_token_accuracy": 0.14112222120165824, + "num_tokens": 4777344.0, + "step": 2760 + }, + { + "entropy": 6.091257619857788, + "epoch": 0.21513324255981325, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997875657834021, + "loss": 5.859, + "mean_token_accuracy": 0.1439730390906334, + "num_tokens": 4785934.0, + "step": 2765 + }, + { + "entropy": 6.021985816955566, + "epoch": 0.21552227193153084, + "grad_norm": 1.0859375, + "learning_rate": 0.0004997863599919432, + "loss": 5.8154, + "mean_token_accuracy": 0.1487823836505413, + "num_tokens": 4794889.0, + "step": 2770 + }, + { + "entropy": 5.963295888900757, + "epoch": 0.2159113013032484, + "grad_norm": 1.046875, + "learning_rate": 0.0004997851507897089, + "loss": 5.9177, + "mean_token_accuracy": 0.1420752465724945, + "num_tokens": 4803597.0, + "step": 2775 + }, + { + "entropy": 6.021999406814575, + "epoch": 0.21630033067496596, + "grad_norm": 1.015625, + "learning_rate": 0.0004997839381767178, + "loss": 5.7093, + "mean_token_accuracy": 0.14998439997434615, + "num_tokens": 4812706.0, + "step": 2780 + }, + { + "entropy": 5.942576360702515, + "epoch": 0.21668936004668352, + "grad_norm": 0.9609375, + "learning_rate": 0.0004997827221529882, + "loss": 5.7645, + "mean_token_accuracy": 0.14373311623930932, + "num_tokens": 4821790.0, + "step": 2785 + }, + { + "entropy": 6.044412851333618, + "epoch": 0.2170783894184011, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997815027185386, + "loss": 5.8268, + "mean_token_accuracy": 0.14614877104759216, + "num_tokens": 4830123.0, + "step": 2790 + }, + { + "entropy": 6.031355142593384, + "epoch": 0.21746741879011866, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997802798733874, + "loss": 5.7584, + "mean_token_accuracy": 0.14889259934425353, + "num_tokens": 4838066.0, + "step": 2795 + }, + { + "entropy": 5.985014152526856, + "epoch": 0.21785644816183622, + "grad_norm": 1.0625, + "learning_rate": 0.0004997790536175534, + "loss": 5.8295, + "mean_token_accuracy": 0.1473879933357239, + "num_tokens": 4846877.0, + "step": 2800 + }, + { + "entropy": 6.0131855487823485, + "epoch": 0.21824547753355378, + "grad_norm": 0.8828125, + "learning_rate": 0.0004997778239510548, + "loss": 5.8809, + "mean_token_accuracy": 0.13904760181903839, + "num_tokens": 4856960.0, + "step": 2805 + }, + { + "entropy": 6.0483003616333, + "epoch": 0.21863450690527134, + "grad_norm": 1.046875, + "learning_rate": 0.0004997765908739106, + "loss": 5.8844, + "mean_token_accuracy": 0.1458500951528549, + "num_tokens": 4865440.0, + "step": 2810 + }, + { + "entropy": 5.985370063781739, + "epoch": 0.21902353627698892, + "grad_norm": 1.0078125, + "learning_rate": 0.0004997753543861395, + "loss": 5.7839, + "mean_token_accuracy": 0.1455774076282978, + "num_tokens": 4874187.0, + "step": 2815 + }, + { + "entropy": 6.1545000076293945, + "epoch": 0.21941256564870648, + "grad_norm": 0.9375, + "learning_rate": 0.00049977411448776, + "loss": 5.9234, + "mean_token_accuracy": 0.13685425370931625, + "num_tokens": 4883151.0, + "step": 2820 + }, + { + "entropy": 6.033831405639648, + "epoch": 0.21980159502042404, + "grad_norm": 0.9765625, + "learning_rate": 0.0004997728711787912, + "loss": 5.8376, + "mean_token_accuracy": 0.14152983725070953, + "num_tokens": 4890968.0, + "step": 2825 + }, + { + "entropy": 5.948618221282959, + "epoch": 0.2201906243921416, + "grad_norm": 0.95703125, + "learning_rate": 0.0004997716244592518, + "loss": 5.7224, + "mean_token_accuracy": 0.15324778854846954, + "num_tokens": 4899389.0, + "step": 2830 + }, + { + "entropy": 5.957552099227906, + "epoch": 0.22057965376385918, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997703743291607, + "loss": 5.7836, + "mean_token_accuracy": 0.15218881666660308, + "num_tokens": 4907622.0, + "step": 2835 + }, + { + "entropy": 5.971472644805909, + "epoch": 0.22096868313557674, + "grad_norm": 0.98046875, + "learning_rate": 0.000499769120788537, + "loss": 5.7855, + "mean_token_accuracy": 0.14718300998210906, + "num_tokens": 4916151.0, + "step": 2840 + }, + { + "entropy": 5.953951168060303, + "epoch": 0.2213577125072943, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997678638373995, + "loss": 5.6926, + "mean_token_accuracy": 0.1555492803454399, + "num_tokens": 4923938.0, + "step": 2845 + }, + { + "entropy": 5.977941274642944, + "epoch": 0.22174674187901186, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997666034757676, + "loss": 5.8041, + "mean_token_accuracy": 0.15950555503368377, + "num_tokens": 4932027.0, + "step": 2850 + }, + { + "entropy": 5.992272996902466, + "epoch": 0.22213577125072942, + "grad_norm": 1.1484375, + "learning_rate": 0.0004997653397036603, + "loss": 5.8234, + "mean_token_accuracy": 0.15327517986297606, + "num_tokens": 4940229.0, + "step": 2855 + }, + { + "entropy": 5.946475648880005, + "epoch": 0.222524800622447, + "grad_norm": 1.0078125, + "learning_rate": 0.0004997640725210965, + "loss": 5.8766, + "mean_token_accuracy": 0.1445116177201271, + "num_tokens": 4948662.0, + "step": 2860 + }, + { + "entropy": 5.985954427719117, + "epoch": 0.22291382999416456, + "grad_norm": 0.984375, + "learning_rate": 0.0004997628019280958, + "loss": 5.8304, + "mean_token_accuracy": 0.14730205610394478, + "num_tokens": 4956847.0, + "step": 2865 + }, + { + "entropy": 6.0246001243591305, + "epoch": 0.22330285936588212, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997615279246773, + "loss": 5.7519, + "mean_token_accuracy": 0.14672646746039392, + "num_tokens": 4965139.0, + "step": 2870 + }, + { + "entropy": 6.093596029281616, + "epoch": 0.22369188873759968, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997602505108603, + "loss": 5.9346, + "mean_token_accuracy": 0.1362128235399723, + "num_tokens": 4973671.0, + "step": 2875 + }, + { + "entropy": 5.992952871322632, + "epoch": 0.22408091810931724, + "grad_norm": 1.0625, + "learning_rate": 0.0004997589696866644, + "loss": 5.7985, + "mean_token_accuracy": 0.14313325881958008, + "num_tokens": 4981970.0, + "step": 2880 + }, + { + "entropy": 5.994722890853882, + "epoch": 0.22446994748103483, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997576854521088, + "loss": 5.8276, + "mean_token_accuracy": 0.14740151315927505, + "num_tokens": 4990591.0, + "step": 2885 + }, + { + "entropy": 6.008001279830933, + "epoch": 0.22485897685275238, + "grad_norm": 1.109375, + "learning_rate": 0.000499756397807213, + "loss": 5.8338, + "mean_token_accuracy": 0.1426657348871231, + "num_tokens": 4999623.0, + "step": 2890 + }, + { + "entropy": 6.0818774700164795, + "epoch": 0.22524800622446994, + "grad_norm": 1.1328125, + "learning_rate": 0.0004997551067519966, + "loss": 5.8912, + "mean_token_accuracy": 0.13916059359908103, + "num_tokens": 5008387.0, + "step": 2895 + }, + { + "entropy": 5.989216756820679, + "epoch": 0.2256370355961875, + "grad_norm": 0.984375, + "learning_rate": 0.0004997538122864792, + "loss": 5.8194, + "mean_token_accuracy": 0.14748692139983177, + "num_tokens": 5016788.0, + "step": 2900 + }, + { + "entropy": 6.08019700050354, + "epoch": 0.2260260649679051, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997525144106804, + "loss": 5.8442, + "mean_token_accuracy": 0.14615625888109207, + "num_tokens": 5025508.0, + "step": 2905 + }, + { + "entropy": 5.974547910690307, + "epoch": 0.22641509433962265, + "grad_norm": 1.125, + "learning_rate": 0.00049975121312462, + "loss": 5.8181, + "mean_token_accuracy": 0.14417650923132896, + "num_tokens": 5035081.0, + "step": 2910 + }, + { + "entropy": 5.942454242706299, + "epoch": 0.2268041237113402, + "grad_norm": 1.0, + "learning_rate": 0.0004997499084283177, + "loss": 5.7548, + "mean_token_accuracy": 0.15317937284708022, + "num_tokens": 5043655.0, + "step": 2915 + }, + { + "entropy": 5.948886728286743, + "epoch": 0.22719315308305776, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997486003217932, + "loss": 5.7784, + "mean_token_accuracy": 0.14860536009073258, + "num_tokens": 5052080.0, + "step": 2920 + }, + { + "entropy": 5.9562623500823975, + "epoch": 0.22758218245477532, + "grad_norm": 0.99609375, + "learning_rate": 0.0004997472888050664, + "loss": 5.7576, + "mean_token_accuracy": 0.15349135398864747, + "num_tokens": 5061325.0, + "step": 2925 + }, + { + "entropy": 6.030727291107178, + "epoch": 0.2279712118264929, + "grad_norm": 1.1484375, + "learning_rate": 0.0004997459738781573, + "loss": 5.8539, + "mean_token_accuracy": 0.14812101200222969, + "num_tokens": 5069461.0, + "step": 2930 + }, + { + "entropy": 6.0146770000457765, + "epoch": 0.22836024119821047, + "grad_norm": 1.03125, + "learning_rate": 0.0004997446555410857, + "loss": 5.8223, + "mean_token_accuracy": 0.14278532564640045, + "num_tokens": 5077747.0, + "step": 2935 + }, + { + "entropy": 6.042302083969116, + "epoch": 0.22874927056992803, + "grad_norm": 1.09375, + "learning_rate": 0.0004997433337938716, + "loss": 5.8714, + "mean_token_accuracy": 0.15094365030527115, + "num_tokens": 5086300.0, + "step": 2940 + }, + { + "entropy": 5.889710426330566, + "epoch": 0.22913829994164558, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997420086365351, + "loss": 5.639, + "mean_token_accuracy": 0.1529846578836441, + "num_tokens": 5094762.0, + "step": 2945 + }, + { + "entropy": 5.962165880203247, + "epoch": 0.22952732931336317, + "grad_norm": 1.15625, + "learning_rate": 0.0004997406800690966, + "loss": 5.8148, + "mean_token_accuracy": 0.14716944992542266, + "num_tokens": 5103364.0, + "step": 2950 + }, + { + "entropy": 6.089474296569824, + "epoch": 0.22991635868508073, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997393480915758, + "loss": 5.9175, + "mean_token_accuracy": 0.14378761649131774, + "num_tokens": 5111730.0, + "step": 2955 + }, + { + "entropy": 6.014431476593018, + "epoch": 0.2303053880567983, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997380127039931, + "loss": 5.721, + "mean_token_accuracy": 0.14942315146327018, + "num_tokens": 5119878.0, + "step": 2960 + }, + { + "entropy": 5.950433588027954, + "epoch": 0.23069441742851585, + "grad_norm": 1.0625, + "learning_rate": 0.0004997366739063688, + "loss": 5.8318, + "mean_token_accuracy": 0.14808186888694763, + "num_tokens": 5129146.0, + "step": 2965 + }, + { + "entropy": 5.973391675949097, + "epoch": 0.2310834468002334, + "grad_norm": 1.015625, + "learning_rate": 0.0004997353316987231, + "loss": 5.8516, + "mean_token_accuracy": 0.14153072685003282, + "num_tokens": 5137989.0, + "step": 2970 + }, + { + "entropy": 6.0436218738555905, + "epoch": 0.231472476171951, + "grad_norm": 0.984375, + "learning_rate": 0.0004997339860810765, + "loss": 5.8711, + "mean_token_accuracy": 0.14632160738110542, + "num_tokens": 5146722.0, + "step": 2975 + }, + { + "entropy": 6.069381904602051, + "epoch": 0.23186150554366855, + "grad_norm": 1.0859375, + "learning_rate": 0.0004997326370534495, + "loss": 5.8568, + "mean_token_accuracy": 0.14624862521886825, + "num_tokens": 5154902.0, + "step": 2980 + }, + { + "entropy": 6.035060167312622, + "epoch": 0.2322505349153861, + "grad_norm": 1.109375, + "learning_rate": 0.0004997312846158622, + "loss": 5.8534, + "mean_token_accuracy": 0.1460738830268383, + "num_tokens": 5163594.0, + "step": 2985 + }, + { + "entropy": 5.965574455261231, + "epoch": 0.23263956428710367, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997299287683355, + "loss": 5.7492, + "mean_token_accuracy": 0.15077491253614425, + "num_tokens": 5172139.0, + "step": 2990 + }, + { + "entropy": 6.024194145202637, + "epoch": 0.23302859365882125, + "grad_norm": 1.0703125, + "learning_rate": 0.0004997285695108898, + "loss": 5.8685, + "mean_token_accuracy": 0.1467841848731041, + "num_tokens": 5180077.0, + "step": 2995 + }, + { + "entropy": 5.930562591552734, + "epoch": 0.2334176230305388, + "grad_norm": 1.046875, + "learning_rate": 0.0004997272068435458, + "loss": 5.7271, + "mean_token_accuracy": 0.1471436142921448, + "num_tokens": 5188500.0, + "step": 3000 + }, + { + "epoch": 0.2334176230305388, + "eval_entropy": 5.6941922486115235, + "eval_loss": 5.846546649932861, + "eval_mean_token_accuracy": 0.15339850671912067, + "eval_num_tokens": 5188500.0, + "eval_runtime": 21.835, + "eval_samples_per_second": 1903.278, + "eval_steps_per_second": 237.921, + "step": 3000 + }, + { + "entropy": 5.961565971374512, + "epoch": 0.23380665240225637, + "grad_norm": 1.1328125, + "learning_rate": 0.000499725840766324, + "loss": 5.8084, + "mean_token_accuracy": 0.14536137208342553, + "num_tokens": 5197214.0, + "step": 3005 + }, + { + "entropy": 6.099143123626709, + "epoch": 0.23419568177397393, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997244712792453, + "loss": 5.8902, + "mean_token_accuracy": 0.1375305250287056, + "num_tokens": 5206348.0, + "step": 3010 + }, + { + "entropy": 5.908238410949707, + "epoch": 0.2345847111456915, + "grad_norm": 1.0, + "learning_rate": 0.0004997230983823305, + "loss": 5.7049, + "mean_token_accuracy": 0.1495301440358162, + "num_tokens": 5215425.0, + "step": 3015 + }, + { + "entropy": 6.090976285934448, + "epoch": 0.23497374051740907, + "grad_norm": 0.953125, + "learning_rate": 0.0004997217220756003, + "loss": 5.9276, + "mean_token_accuracy": 0.137629234790802, + "num_tokens": 5224899.0, + "step": 3020 + }, + { + "entropy": 6.01672511100769, + "epoch": 0.23536276988912663, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997203423590757, + "loss": 5.8561, + "mean_token_accuracy": 0.1432482309639454, + "num_tokens": 5233829.0, + "step": 3025 + }, + { + "entropy": 6.031854343414307, + "epoch": 0.2357517992608442, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997189592327775, + "loss": 5.9804, + "mean_token_accuracy": 0.13744926527142526, + "num_tokens": 5243144.0, + "step": 3030 + }, + { + "entropy": 6.057364892959595, + "epoch": 0.23614082863256175, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997175726967268, + "loss": 5.8012, + "mean_token_accuracy": 0.14386512711644173, + "num_tokens": 5251097.0, + "step": 3035 + }, + { + "entropy": 6.043510866165161, + "epoch": 0.23652985800427934, + "grad_norm": 1.03125, + "learning_rate": 0.0004997161827509447, + "loss": 5.8739, + "mean_token_accuracy": 0.14954522103071213, + "num_tokens": 5260050.0, + "step": 3040 + }, + { + "entropy": 6.009251642227173, + "epoch": 0.2369188873759969, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997147893954521, + "loss": 5.6914, + "mean_token_accuracy": 0.14883195012807846, + "num_tokens": 5268363.0, + "step": 3045 + }, + { + "entropy": 5.967427968978882, + "epoch": 0.23730791674771445, + "grad_norm": 1.0625, + "learning_rate": 0.0004997133926302702, + "loss": 5.8712, + "mean_token_accuracy": 0.14183011949062346, + "num_tokens": 5276821.0, + "step": 3050 + }, + { + "entropy": 5.999506711959839, + "epoch": 0.237696946119432, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997119924554204, + "loss": 5.7826, + "mean_token_accuracy": 0.14683904349803925, + "num_tokens": 5285419.0, + "step": 3055 + }, + { + "entropy": 5.9552665710449215, + "epoch": 0.23808597549114957, + "grad_norm": 0.98046875, + "learning_rate": 0.0004997105888709236, + "loss": 5.7019, + "mean_token_accuracy": 0.1541394919157028, + "num_tokens": 5294004.0, + "step": 3060 + }, + { + "entropy": 5.89560899734497, + "epoch": 0.23847500486286716, + "grad_norm": 1.015625, + "learning_rate": 0.0004997091818768015, + "loss": 5.8752, + "mean_token_accuracy": 0.1477641649544239, + "num_tokens": 5302699.0, + "step": 3065 + }, + { + "entropy": 6.0138801574707035, + "epoch": 0.23886403423458472, + "grad_norm": 1.03125, + "learning_rate": 0.000499707771473075, + "loss": 5.7971, + "mean_token_accuracy": 0.14801695495843886, + "num_tokens": 5311115.0, + "step": 3070 + }, + { + "entropy": 5.9761481285095215, + "epoch": 0.23925306360630227, + "grad_norm": 1.015625, + "learning_rate": 0.0004997063576597659, + "loss": 5.7977, + "mean_token_accuracy": 0.1496265560388565, + "num_tokens": 5319795.0, + "step": 3075 + }, + { + "entropy": 6.042915296554566, + "epoch": 0.23964209297801983, + "grad_norm": 0.9375, + "learning_rate": 0.0004997049404368954, + "loss": 5.8341, + "mean_token_accuracy": 0.14897835552692412, + "num_tokens": 5328273.0, + "step": 3080 + }, + { + "entropy": 5.988575649261475, + "epoch": 0.2400311223497374, + "grad_norm": 1.0859375, + "learning_rate": 0.000499703519804485, + "loss": 5.829, + "mean_token_accuracy": 0.14671153724193572, + "num_tokens": 5336394.0, + "step": 3085 + }, + { + "entropy": 5.9397519588470455, + "epoch": 0.24042015172145498, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997020957625564, + "loss": 5.7769, + "mean_token_accuracy": 0.15148883908987046, + "num_tokens": 5344480.0, + "step": 3090 + }, + { + "entropy": 5.960248136520386, + "epoch": 0.24080918109317254, + "grad_norm": 0.92578125, + "learning_rate": 0.0004997006683111312, + "loss": 5.8344, + "mean_token_accuracy": 0.13700284957885742, + "num_tokens": 5353445.0, + "step": 3095 + }, + { + "entropy": 5.9557548522949215, + "epoch": 0.2411982104648901, + "grad_norm": 0.98046875, + "learning_rate": 0.000499699237450231, + "loss": 5.7009, + "mean_token_accuracy": 0.15911950767040253, + "num_tokens": 5362356.0, + "step": 3100 + }, + { + "entropy": 5.96647891998291, + "epoch": 0.24158723983660765, + "grad_norm": 1.046875, + "learning_rate": 0.0004996978031798774, + "loss": 5.8215, + "mean_token_accuracy": 0.15092627853155136, + "num_tokens": 5371467.0, + "step": 3105 + }, + { + "entropy": 5.874505186080933, + "epoch": 0.24197626920832524, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996963655000924, + "loss": 5.698, + "mean_token_accuracy": 0.15349170416593552, + "num_tokens": 5380256.0, + "step": 3110 + }, + { + "entropy": 6.019479560852051, + "epoch": 0.2423652985800428, + "grad_norm": 1.0, + "learning_rate": 0.0004996949244108977, + "loss": 5.7548, + "mean_token_accuracy": 0.148537015914917, + "num_tokens": 5388884.0, + "step": 3115 + }, + { + "entropy": 5.934230375289917, + "epoch": 0.24275432795176036, + "grad_norm": 1.0859375, + "learning_rate": 0.000499693479912315, + "loss": 5.7207, + "mean_token_accuracy": 0.1513214588165283, + "num_tokens": 5397980.0, + "step": 3120 + }, + { + "entropy": 5.915476846694946, + "epoch": 0.24314335732347792, + "grad_norm": 1.046875, + "learning_rate": 0.0004996920320043666, + "loss": 5.8269, + "mean_token_accuracy": 0.14737921729683875, + "num_tokens": 5406879.0, + "step": 3125 + }, + { + "entropy": 5.97343635559082, + "epoch": 0.24353238669519547, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996905806870742, + "loss": 5.8367, + "mean_token_accuracy": 0.14250106513500213, + "num_tokens": 5416161.0, + "step": 3130 + }, + { + "entropy": 5.952649211883545, + "epoch": 0.24392141606691306, + "grad_norm": 0.9765625, + "learning_rate": 0.0004996891259604598, + "loss": 5.7053, + "mean_token_accuracy": 0.15676204413175582, + "num_tokens": 5424323.0, + "step": 3135 + }, + { + "entropy": 5.9204154968261715, + "epoch": 0.24431044543863062, + "grad_norm": 0.984375, + "learning_rate": 0.0004996876678245455, + "loss": 5.8257, + "mean_token_accuracy": 0.1389497771859169, + "num_tokens": 5433750.0, + "step": 3140 + }, + { + "entropy": 6.035652017593383, + "epoch": 0.24469947481034818, + "grad_norm": 1.03125, + "learning_rate": 0.0004996862062793536, + "loss": 5.8451, + "mean_token_accuracy": 0.1483545832335949, + "num_tokens": 5442113.0, + "step": 3145 + }, + { + "entropy": 5.946454668045044, + "epoch": 0.24508850418206574, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996847413249061, + "loss": 5.7325, + "mean_token_accuracy": 0.14880170971155166, + "num_tokens": 5450403.0, + "step": 3150 + }, + { + "entropy": 5.944355154037476, + "epoch": 0.24547753355378332, + "grad_norm": 1.015625, + "learning_rate": 0.0004996832729612252, + "loss": 5.8088, + "mean_token_accuracy": 0.1451127476990223, + "num_tokens": 5459018.0, + "step": 3155 + }, + { + "entropy": 5.953004455566406, + "epoch": 0.24586656292550088, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996818011883333, + "loss": 5.8338, + "mean_token_accuracy": 0.14286485612392424, + "num_tokens": 5468314.0, + "step": 3160 + }, + { + "entropy": 5.988242864608765, + "epoch": 0.24625559229721844, + "grad_norm": 1.0, + "learning_rate": 0.0004996803260062527, + "loss": 5.8203, + "mean_token_accuracy": 0.14754107743501663, + "num_tokens": 5476950.0, + "step": 3165 + }, + { + "entropy": 6.008144521713257, + "epoch": 0.246644621668936, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996788474150057, + "loss": 5.7719, + "mean_token_accuracy": 0.1521343857049942, + "num_tokens": 5485201.0, + "step": 3170 + }, + { + "entropy": 6.0393514156341555, + "epoch": 0.24703365104065356, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996773654146149, + "loss": 5.9063, + "mean_token_accuracy": 0.14898504465818405, + "num_tokens": 5493096.0, + "step": 3175 + }, + { + "entropy": 5.891411304473877, + "epoch": 0.24742268041237114, + "grad_norm": 1.015625, + "learning_rate": 0.0004996758800051026, + "loss": 5.6865, + "mean_token_accuracy": 0.1497150219976902, + "num_tokens": 5502413.0, + "step": 3180 + }, + { + "entropy": 5.96971640586853, + "epoch": 0.2478117097840887, + "grad_norm": 1.1484375, + "learning_rate": 0.0004996743911864916, + "loss": 5.8289, + "mean_token_accuracy": 0.149935594946146, + "num_tokens": 5511670.0, + "step": 3185 + }, + { + "entropy": 5.96325535774231, + "epoch": 0.24820073915580626, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996728989588041, + "loss": 5.7028, + "mean_token_accuracy": 0.1558322086930275, + "num_tokens": 5519344.0, + "step": 3190 + }, + { + "entropy": 5.896140098571777, + "epoch": 0.24858976852752382, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996714033220632, + "loss": 5.7149, + "mean_token_accuracy": 0.15106671154499055, + "num_tokens": 5528413.0, + "step": 3195 + }, + { + "entropy": 5.9170585632324215, + "epoch": 0.2489787978992414, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996699042762911, + "loss": 5.8108, + "mean_token_accuracy": 0.1454245112836361, + "num_tokens": 5537201.0, + "step": 3200 + }, + { + "entropy": 5.999245262145996, + "epoch": 0.24936782727095896, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996684018215111, + "loss": 5.8169, + "mean_token_accuracy": 0.14384038001298904, + "num_tokens": 5545975.0, + "step": 3205 + }, + { + "entropy": 5.949352216720581, + "epoch": 0.24975685664267652, + "grad_norm": 0.9609375, + "learning_rate": 0.0004996668959577453, + "loss": 5.8537, + "mean_token_accuracy": 0.14289541244506837, + "num_tokens": 5555237.0, + "step": 3210 + }, + { + "entropy": 5.995472574234009, + "epoch": 0.2501458860143941, + "grad_norm": 0.984375, + "learning_rate": 0.0004996653866850173, + "loss": 5.7196, + "mean_token_accuracy": 0.15133460536599158, + "num_tokens": 5564048.0, + "step": 3215 + }, + { + "entropy": 5.927675676345825, + "epoch": 0.25053491538611167, + "grad_norm": 1.0859375, + "learning_rate": 0.0004996638740033495, + "loss": 5.7774, + "mean_token_accuracy": 0.14800822138786315, + "num_tokens": 5573615.0, + "step": 3220 + }, + { + "entropy": 5.931420469284058, + "epoch": 0.2509239447578292, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996623579127651, + "loss": 5.6608, + "mean_token_accuracy": 0.154579995572567, + "num_tokens": 5582211.0, + "step": 3225 + }, + { + "entropy": 5.98255410194397, + "epoch": 0.2513129741295468, + "grad_norm": 0.91796875, + "learning_rate": 0.0004996608384132868, + "loss": 5.8922, + "mean_token_accuracy": 0.14365677535533905, + "num_tokens": 5592542.0, + "step": 3230 + }, + { + "entropy": 6.0203358173370365, + "epoch": 0.25170200350126437, + "grad_norm": 0.99609375, + "learning_rate": 0.000499659315504938, + "loss": 5.8643, + "mean_token_accuracy": 0.15172575861215593, + "num_tokens": 5601279.0, + "step": 3235 + }, + { + "entropy": 5.95043683052063, + "epoch": 0.2520910328729819, + "grad_norm": 1.1640625, + "learning_rate": 0.0004996577891877417, + "loss": 5.7939, + "mean_token_accuracy": 0.1459869921207428, + "num_tokens": 5610266.0, + "step": 3240 + }, + { + "entropy": 5.979887199401856, + "epoch": 0.2524800622446995, + "grad_norm": 0.96875, + "learning_rate": 0.0004996562594617209, + "loss": 5.8449, + "mean_token_accuracy": 0.144519080221653, + "num_tokens": 5618799.0, + "step": 3245 + }, + { + "entropy": 6.104338645935059, + "epoch": 0.252869091616417, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996547263268991, + "loss": 5.798, + "mean_token_accuracy": 0.1474681720137596, + "num_tokens": 5627861.0, + "step": 3250 + }, + { + "entropy": 5.9928460121154785, + "epoch": 0.2532581209881346, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996531897832993, + "loss": 5.7746, + "mean_token_accuracy": 0.1484766885638237, + "num_tokens": 5636229.0, + "step": 3255 + }, + { + "entropy": 5.9977171421051025, + "epoch": 0.2536471503598522, + "grad_norm": 0.89453125, + "learning_rate": 0.000499651649830945, + "loss": 5.9845, + "mean_token_accuracy": 0.13543816059827804, + "num_tokens": 5645828.0, + "step": 3260 + }, + { + "entropy": 5.932930946350098, + "epoch": 0.2540361797315697, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996501064698593, + "loss": 5.6161, + "mean_token_accuracy": 0.15123094767332076, + "num_tokens": 5654750.0, + "step": 3265 + }, + { + "entropy": 5.941285562515259, + "epoch": 0.2544252091032873, + "grad_norm": 0.98828125, + "learning_rate": 0.000499648559700066, + "loss": 5.7747, + "mean_token_accuracy": 0.15008440613746643, + "num_tokens": 5664017.0, + "step": 3270 + }, + { + "entropy": 5.946943283081055, + "epoch": 0.25481423847500484, + "grad_norm": 1.046875, + "learning_rate": 0.0004996470095215884, + "loss": 5.7868, + "mean_token_accuracy": 0.1457691326737404, + "num_tokens": 5672220.0, + "step": 3275 + }, + { + "entropy": 5.83295087814331, + "epoch": 0.2552032678467224, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996454559344498, + "loss": 5.7225, + "mean_token_accuracy": 0.14943785592913628, + "num_tokens": 5680921.0, + "step": 3280 + }, + { + "entropy": 6.023372316360474, + "epoch": 0.25559229721844, + "grad_norm": 1.0703125, + "learning_rate": 0.0004996438989386741, + "loss": 5.7338, + "mean_token_accuracy": 0.14629117920994758, + "num_tokens": 5689226.0, + "step": 3285 + }, + { + "entropy": 5.9807192325592045, + "epoch": 0.25598132659015754, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996423385342847, + "loss": 5.87, + "mean_token_accuracy": 0.14247669130563737, + "num_tokens": 5698413.0, + "step": 3290 + }, + { + "entropy": 5.909314584732056, + "epoch": 0.25637035596187513, + "grad_norm": 0.99609375, + "learning_rate": 0.0004996407747213055, + "loss": 5.7584, + "mean_token_accuracy": 0.14268624037504196, + "num_tokens": 5707724.0, + "step": 3295 + }, + { + "entropy": 5.99248685836792, + "epoch": 0.25675938533359266, + "grad_norm": 1.0546875, + "learning_rate": 0.00049963920749976, + "loss": 5.7555, + "mean_token_accuracy": 0.14810967147350312, + "num_tokens": 5716566.0, + "step": 3300 + }, + { + "entropy": 5.907137441635132, + "epoch": 0.25714841470531025, + "grad_norm": 1.0703125, + "learning_rate": 0.0004996376368696721, + "loss": 5.7048, + "mean_token_accuracy": 0.14675737172365189, + "num_tokens": 5725463.0, + "step": 3305 + }, + { + "entropy": 5.9448107242584225, + "epoch": 0.25753744407702783, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996360628310656, + "loss": 5.7015, + "mean_token_accuracy": 0.15459197759628296, + "num_tokens": 5734143.0, + "step": 3310 + }, + { + "entropy": 5.9339416980743405, + "epoch": 0.25792647344874536, + "grad_norm": 1.0078125, + "learning_rate": 0.0004996344853839644, + "loss": 5.7942, + "mean_token_accuracy": 0.14937918186187743, + "num_tokens": 5742981.0, + "step": 3315 + }, + { + "entropy": 5.841783332824707, + "epoch": 0.25831550282046295, + "grad_norm": 1.046875, + "learning_rate": 0.0004996329045283924, + "loss": 5.6704, + "mean_token_accuracy": 0.1587256371974945, + "num_tokens": 5751294.0, + "step": 3320 + }, + { + "entropy": 5.913126373291016, + "epoch": 0.25870453219218054, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996313202643737, + "loss": 5.7811, + "mean_token_accuracy": 0.14709209203720092, + "num_tokens": 5760958.0, + "step": 3325 + }, + { + "entropy": 6.002530574798584, + "epoch": 0.25909356156389807, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996297325919321, + "loss": 5.8021, + "mean_token_accuracy": 0.15270253270864487, + "num_tokens": 5769077.0, + "step": 3330 + }, + { + "entropy": 6.045363092422486, + "epoch": 0.25948259093561565, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996281415110919, + "loss": 5.8305, + "mean_token_accuracy": 0.1451015964150429, + "num_tokens": 5778093.0, + "step": 3335 + }, + { + "entropy": 5.906732749938965, + "epoch": 0.2598716203073332, + "grad_norm": 1.015625, + "learning_rate": 0.0004996265470218773, + "loss": 5.7761, + "mean_token_accuracy": 0.15038862004876136, + "num_tokens": 5786996.0, + "step": 3340 + }, + { + "entropy": 5.937571907043457, + "epoch": 0.26026064967905077, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996249491243122, + "loss": 5.7874, + "mean_token_accuracy": 0.1484340101480484, + "num_tokens": 5794831.0, + "step": 3345 + }, + { + "entropy": 5.886205101013184, + "epoch": 0.26064967905076836, + "grad_norm": 1.03125, + "learning_rate": 0.0004996233478184211, + "loss": 5.6179, + "mean_token_accuracy": 0.1540759265422821, + "num_tokens": 5802286.0, + "step": 3350 + }, + { + "entropy": 5.84423828125, + "epoch": 0.2610387084224859, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996217431042282, + "loss": 5.7548, + "mean_token_accuracy": 0.14987278878688812, + "num_tokens": 5810985.0, + "step": 3355 + }, + { + "entropy": 5.989913988113403, + "epoch": 0.2614277377942035, + "grad_norm": 0.94140625, + "learning_rate": 0.000499620134981758, + "loss": 5.8205, + "mean_token_accuracy": 0.1478564292192459, + "num_tokens": 5820037.0, + "step": 3360 + }, + { + "entropy": 5.89663553237915, + "epoch": 0.261816767165921, + "grad_norm": 1.109375, + "learning_rate": 0.0004996185234510346, + "loss": 5.6604, + "mean_token_accuracy": 0.16128647923469544, + "num_tokens": 5828232.0, + "step": 3365 + }, + { + "entropy": 5.934948062896728, + "epoch": 0.2622057965376386, + "grad_norm": 0.96875, + "learning_rate": 0.0004996169085120828, + "loss": 5.8869, + "mean_token_accuracy": 0.14827670753002167, + "num_tokens": 5838184.0, + "step": 3370 + }, + { + "entropy": 5.9939127445220945, + "epoch": 0.2625948259093562, + "grad_norm": 0.98046875, + "learning_rate": 0.0004996152901649268, + "loss": 5.7069, + "mean_token_accuracy": 0.15314277410507202, + "num_tokens": 5846705.0, + "step": 3375 + }, + { + "entropy": 5.963273620605468, + "epoch": 0.2629838552810737, + "grad_norm": 1.015625, + "learning_rate": 0.0004996136684095913, + "loss": 5.796, + "mean_token_accuracy": 0.14697006940841675, + "num_tokens": 5855959.0, + "step": 3380 + }, + { + "entropy": 5.930791807174683, + "epoch": 0.2633728846527913, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996120432461009, + "loss": 5.7344, + "mean_token_accuracy": 0.15170250087976456, + "num_tokens": 5865283.0, + "step": 3385 + }, + { + "entropy": 5.922290325164795, + "epoch": 0.2637619140245088, + "grad_norm": 0.9765625, + "learning_rate": 0.0004996104146744804, + "loss": 5.7812, + "mean_token_accuracy": 0.15208776146173478, + "num_tokens": 5873833.0, + "step": 3390 + }, + { + "entropy": 6.0046755313873295, + "epoch": 0.2641509433962264, + "grad_norm": 0.96875, + "learning_rate": 0.0004996087826947541, + "loss": 5.7129, + "mean_token_accuracy": 0.15557411015033723, + "num_tokens": 5882027.0, + "step": 3395 + }, + { + "entropy": 5.759491109848023, + "epoch": 0.264539972767944, + "grad_norm": 0.94140625, + "learning_rate": 0.0004996071473069471, + "loss": 5.5875, + "mean_token_accuracy": 0.16241258680820464, + "num_tokens": 5890650.0, + "step": 3400 + }, + { + "entropy": 5.839728450775146, + "epoch": 0.26492900213966153, + "grad_norm": 0.98828125, + "learning_rate": 0.0004996055085110842, + "loss": 5.6511, + "mean_token_accuracy": 0.15555724650621414, + "num_tokens": 5898595.0, + "step": 3405 + }, + { + "entropy": 5.96372389793396, + "epoch": 0.2653180315113791, + "grad_norm": 1.0390625, + "learning_rate": 0.0004996038663071902, + "loss": 5.7441, + "mean_token_accuracy": 0.15167439579963685, + "num_tokens": 5907234.0, + "step": 3410 + }, + { + "entropy": 5.925133323669433, + "epoch": 0.26570706088309665, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996022206952901, + "loss": 5.7027, + "mean_token_accuracy": 0.15481544137001038, + "num_tokens": 5915690.0, + "step": 3415 + }, + { + "entropy": 5.878487873077392, + "epoch": 0.26609609025481423, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996005716754086, + "loss": 5.6507, + "mean_token_accuracy": 0.15669617652893067, + "num_tokens": 5924481.0, + "step": 3420 + }, + { + "entropy": 5.857667255401611, + "epoch": 0.2664851196265318, + "grad_norm": 1.0859375, + "learning_rate": 0.000499598919247571, + "loss": 5.733, + "mean_token_accuracy": 0.15500945448875428, + "num_tokens": 5933059.0, + "step": 3425 + }, + { + "entropy": 5.96867036819458, + "epoch": 0.26687414899824935, + "grad_norm": 0.96875, + "learning_rate": 0.0004995972634118023, + "loss": 5.841, + "mean_token_accuracy": 0.14314620122313498, + "num_tokens": 5941767.0, + "step": 3430 + }, + { + "entropy": 5.908726787567138, + "epoch": 0.26726317836996694, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995956041681277, + "loss": 5.7214, + "mean_token_accuracy": 0.15487033724784852, + "num_tokens": 5950202.0, + "step": 3435 + }, + { + "entropy": 5.880508899688721, + "epoch": 0.2676522077416845, + "grad_norm": 1.0, + "learning_rate": 0.0004995939415165722, + "loss": 5.7695, + "mean_token_accuracy": 0.1417275495827198, + "num_tokens": 5959242.0, + "step": 3440 + }, + { + "entropy": 5.897665119171142, + "epoch": 0.26804123711340205, + "grad_norm": 0.890625, + "learning_rate": 0.0004995922754571611, + "loss": 5.7323, + "mean_token_accuracy": 0.15200538709759712, + "num_tokens": 5968404.0, + "step": 3445 + }, + { + "entropy": 5.902557420730591, + "epoch": 0.26843026648511964, + "grad_norm": 1.0078125, + "learning_rate": 0.0004995906059899197, + "loss": 5.8351, + "mean_token_accuracy": 0.15149400979280472, + "num_tokens": 5976711.0, + "step": 3450 + }, + { + "entropy": 5.935367488861084, + "epoch": 0.26881929585683717, + "grad_norm": 1.046875, + "learning_rate": 0.0004995889331148733, + "loss": 5.6925, + "mean_token_accuracy": 0.1482457771897316, + "num_tokens": 5985049.0, + "step": 3455 + }, + { + "entropy": 5.886753368377685, + "epoch": 0.26920832522855476, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995872568320474, + "loss": 5.717, + "mean_token_accuracy": 0.15387479811906815, + "num_tokens": 5993904.0, + "step": 3460 + }, + { + "entropy": 5.962065076828003, + "epoch": 0.26959735460027234, + "grad_norm": 1.046875, + "learning_rate": 0.0004995855771414673, + "loss": 5.7861, + "mean_token_accuracy": 0.1518370807170868, + "num_tokens": 6001832.0, + "step": 3465 + }, + { + "entropy": 5.872501373291016, + "epoch": 0.2699863839719899, + "grad_norm": 0.98046875, + "learning_rate": 0.0004995838940431585, + "loss": 5.7113, + "mean_token_accuracy": 0.15001548826694489, + "num_tokens": 6010609.0, + "step": 3470 + }, + { + "entropy": 5.925089311599732, + "epoch": 0.27037541334370746, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995822075371466, + "loss": 5.7517, + "mean_token_accuracy": 0.14763056933879853, + "num_tokens": 6019299.0, + "step": 3475 + }, + { + "entropy": 5.982466840744019, + "epoch": 0.270764442715425, + "grad_norm": 0.96484375, + "learning_rate": 0.0004995805176234571, + "loss": 5.8002, + "mean_token_accuracy": 0.14657859951257707, + "num_tokens": 6028743.0, + "step": 3480 + }, + { + "entropy": 5.923907136917114, + "epoch": 0.2711534720871426, + "grad_norm": 1.125, + "learning_rate": 0.0004995788243021158, + "loss": 5.7007, + "mean_token_accuracy": 0.1456964671611786, + "num_tokens": 6038064.0, + "step": 3485 + }, + { + "entropy": 5.872335481643677, + "epoch": 0.27154250145886016, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995771275731483, + "loss": 5.6945, + "mean_token_accuracy": 0.1496543303132057, + "num_tokens": 6047031.0, + "step": 3490 + }, + { + "entropy": 5.945437908172607, + "epoch": 0.2719315308305777, + "grad_norm": 0.96875, + "learning_rate": 0.0004995754274365802, + "loss": 5.7919, + "mean_token_accuracy": 0.14971243888139724, + "num_tokens": 6056147.0, + "step": 3495 + }, + { + "entropy": 5.9183509349823, + "epoch": 0.2723205602022953, + "grad_norm": 0.94921875, + "learning_rate": 0.0004995737238924376, + "loss": 5.7057, + "mean_token_accuracy": 0.15187868028879165, + "num_tokens": 6064641.0, + "step": 3500 + }, + { + "entropy": 5.844458484649659, + "epoch": 0.2727095895740128, + "grad_norm": 0.96875, + "learning_rate": 0.0004995720169407461, + "loss": 5.6144, + "mean_token_accuracy": 0.1521158903837204, + "num_tokens": 6073664.0, + "step": 3505 + }, + { + "entropy": 5.877747297286987, + "epoch": 0.2730986189457304, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995703065815317, + "loss": 5.6149, + "mean_token_accuracy": 0.15935999006032944, + "num_tokens": 6081480.0, + "step": 3510 + }, + { + "entropy": 5.870375347137451, + "epoch": 0.273487648317448, + "grad_norm": 0.96484375, + "learning_rate": 0.0004995685928148203, + "loss": 5.7322, + "mean_token_accuracy": 0.14783481508493423, + "num_tokens": 6090408.0, + "step": 3515 + }, + { + "entropy": 5.957701301574707, + "epoch": 0.2738766776891655, + "grad_norm": 1.0546875, + "learning_rate": 0.000499566875640638, + "loss": 5.7415, + "mean_token_accuracy": 0.15329626500606536, + "num_tokens": 6099076.0, + "step": 3520 + }, + { + "entropy": 5.933114671707154, + "epoch": 0.2742657070608831, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995651550590108, + "loss": 5.7883, + "mean_token_accuracy": 0.1436773419380188, + "num_tokens": 6108346.0, + "step": 3525 + }, + { + "entropy": 5.897816848754883, + "epoch": 0.2746547364326007, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995634310699647, + "loss": 5.7497, + "mean_token_accuracy": 0.15223322287201882, + "num_tokens": 6116974.0, + "step": 3530 + }, + { + "entropy": 5.967880916595459, + "epoch": 0.2750437658043182, + "grad_norm": 1.015625, + "learning_rate": 0.0004995617036735261, + "loss": 5.7616, + "mean_token_accuracy": 0.15204408317804335, + "num_tokens": 6125510.0, + "step": 3535 + }, + { + "entropy": 5.9119133949279785, + "epoch": 0.2754327951760358, + "grad_norm": 0.9296875, + "learning_rate": 0.0004995599728697211, + "loss": 5.8049, + "mean_token_accuracy": 0.14739501252770423, + "num_tokens": 6134959.0, + "step": 3540 + }, + { + "entropy": 6.0071333885192875, + "epoch": 0.27582182454775334, + "grad_norm": 1.0859375, + "learning_rate": 0.0004995582386585759, + "loss": 5.7453, + "mean_token_accuracy": 0.14718504920601844, + "num_tokens": 6144485.0, + "step": 3545 + }, + { + "entropy": 5.914857864379883, + "epoch": 0.2762108539194709, + "grad_norm": 0.96875, + "learning_rate": 0.0004995565010401167, + "loss": 5.6867, + "mean_token_accuracy": 0.15570174753665925, + "num_tokens": 6153991.0, + "step": 3550 + }, + { + "entropy": 5.767222595214844, + "epoch": 0.2765998832911885, + "grad_norm": 0.97265625, + "learning_rate": 0.0004995547600143702, + "loss": 5.6895, + "mean_token_accuracy": 0.1507698953151703, + "num_tokens": 6162649.0, + "step": 3555 + }, + { + "entropy": 5.850847625732422, + "epoch": 0.27698891266290604, + "grad_norm": 0.97265625, + "learning_rate": 0.0004995530155813625, + "loss": 5.5856, + "mean_token_accuracy": 0.16076817810535432, + "num_tokens": 6171525.0, + "step": 3560 + }, + { + "entropy": 5.938121509552002, + "epoch": 0.2773779420346236, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995512677411203, + "loss": 5.8146, + "mean_token_accuracy": 0.15098893493413926, + "num_tokens": 6180403.0, + "step": 3565 + }, + { + "entropy": 5.879735708236694, + "epoch": 0.27776697140634116, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995495164936698, + "loss": 5.65, + "mean_token_accuracy": 0.1596470907330513, + "num_tokens": 6188361.0, + "step": 3570 + }, + { + "entropy": 5.871376180648804, + "epoch": 0.27815600077805874, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995477618390381, + "loss": 5.7122, + "mean_token_accuracy": 0.14880418330430983, + "num_tokens": 6197418.0, + "step": 3575 + }, + { + "entropy": 5.867201614379883, + "epoch": 0.27854503014977633, + "grad_norm": 1.0625, + "learning_rate": 0.0004995460037772513, + "loss": 5.7218, + "mean_token_accuracy": 0.14871663898229598, + "num_tokens": 6206040.0, + "step": 3580 + }, + { + "entropy": 5.845054197311401, + "epoch": 0.27893405952149386, + "grad_norm": 1.140625, + "learning_rate": 0.0004995442423083365, + "loss": 5.6482, + "mean_token_accuracy": 0.15263187140226364, + "num_tokens": 6214433.0, + "step": 3585 + }, + { + "entropy": 5.831419801712036, + "epoch": 0.27932308889321145, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995424774323201, + "loss": 5.6136, + "mean_token_accuracy": 0.1577524796128273, + "num_tokens": 6223375.0, + "step": 3590 + }, + { + "entropy": 5.778666973114014, + "epoch": 0.279712118264929, + "grad_norm": 0.91796875, + "learning_rate": 0.000499540709149229, + "loss": 5.7271, + "mean_token_accuracy": 0.15046759992837905, + "num_tokens": 6232597.0, + "step": 3595 + }, + { + "entropy": 5.874596309661865, + "epoch": 0.28010114763664656, + "grad_norm": 1.0859375, + "learning_rate": 0.0004995389374590901, + "loss": 5.5829, + "mean_token_accuracy": 0.1621890977025032, + "num_tokens": 6240634.0, + "step": 3600 + }, + { + "entropy": 5.842890501022339, + "epoch": 0.28049017700836415, + "grad_norm": 0.99609375, + "learning_rate": 0.0004995371623619301, + "loss": 5.5473, + "mean_token_accuracy": 0.1555539771914482, + "num_tokens": 6249098.0, + "step": 3605 + }, + { + "entropy": 5.764733839035034, + "epoch": 0.2808792063800817, + "grad_norm": 0.97265625, + "learning_rate": 0.000499535383857776, + "loss": 5.5857, + "mean_token_accuracy": 0.15672399699687958, + "num_tokens": 6257572.0, + "step": 3610 + }, + { + "entropy": 5.914619064331054, + "epoch": 0.28126823575179927, + "grad_norm": 1.0390625, + "learning_rate": 0.000499533601946655, + "loss": 5.8565, + "mean_token_accuracy": 0.14434114694595337, + "num_tokens": 6266492.0, + "step": 3615 + }, + { + "entropy": 5.921752166748047, + "epoch": 0.2816572651235168, + "grad_norm": 1.078125, + "learning_rate": 0.0004995318166285938, + "loss": 5.7196, + "mean_token_accuracy": 0.15166337937116622, + "num_tokens": 6275149.0, + "step": 3620 + }, + { + "entropy": 5.916532564163208, + "epoch": 0.2820462944952344, + "grad_norm": 1.0078125, + "learning_rate": 0.0004995300279036199, + "loss": 5.7381, + "mean_token_accuracy": 0.1488499790430069, + "num_tokens": 6283208.0, + "step": 3625 + }, + { + "entropy": 5.901528787612915, + "epoch": 0.28243532386695197, + "grad_norm": 1.0546875, + "learning_rate": 0.00049952823577176, + "loss": 5.6755, + "mean_token_accuracy": 0.15527186542749405, + "num_tokens": 6292084.0, + "step": 3630 + }, + { + "entropy": 5.869945526123047, + "epoch": 0.2828243532386695, + "grad_norm": 0.90234375, + "learning_rate": 0.0004995264402330416, + "loss": 5.6731, + "mean_token_accuracy": 0.15194449573755264, + "num_tokens": 6301855.0, + "step": 3635 + }, + { + "entropy": 5.882921409606934, + "epoch": 0.2832133826103871, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995246412874919, + "loss": 5.6707, + "mean_token_accuracy": 0.15566004812717438, + "num_tokens": 6310166.0, + "step": 3640 + }, + { + "entropy": 5.82180552482605, + "epoch": 0.2836024119821047, + "grad_norm": 1.03125, + "learning_rate": 0.000499522838935138, + "loss": 5.6583, + "mean_token_accuracy": 0.1585020527243614, + "num_tokens": 6318928.0, + "step": 3645 + }, + { + "entropy": 5.862071371078491, + "epoch": 0.2839914413538222, + "grad_norm": 1.03125, + "learning_rate": 0.0004995210331760074, + "loss": 5.7061, + "mean_token_accuracy": 0.15993273109197617, + "num_tokens": 6327790.0, + "step": 3650 + }, + { + "entropy": 5.952098655700683, + "epoch": 0.2843804707255398, + "grad_norm": 1.0546875, + "learning_rate": 0.0004995192240101275, + "loss": 5.7378, + "mean_token_accuracy": 0.15206011682748793, + "num_tokens": 6335517.0, + "step": 3655 + }, + { + "entropy": 5.846499061584472, + "epoch": 0.2847695000972573, + "grad_norm": 0.984375, + "learning_rate": 0.0004995174114375258, + "loss": 5.7502, + "mean_token_accuracy": 0.15136053413152695, + "num_tokens": 6344218.0, + "step": 3660 + }, + { + "entropy": 5.804873752593994, + "epoch": 0.2851585294689749, + "grad_norm": 0.98046875, + "learning_rate": 0.0004995155954582297, + "loss": 5.5473, + "mean_token_accuracy": 0.16678376495838165, + "num_tokens": 6353125.0, + "step": 3665 + }, + { + "entropy": 5.841932868957519, + "epoch": 0.2855475588406925, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995137760722668, + "loss": 5.6974, + "mean_token_accuracy": 0.15368882119655608, + "num_tokens": 6362113.0, + "step": 3670 + }, + { + "entropy": 5.88684115409851, + "epoch": 0.28593658821241, + "grad_norm": 1.015625, + "learning_rate": 0.0004995119532796646, + "loss": 5.7699, + "mean_token_accuracy": 0.14920303374528884, + "num_tokens": 6370916.0, + "step": 3675 + }, + { + "entropy": 5.927021169662476, + "epoch": 0.2863256175841276, + "grad_norm": 1.015625, + "learning_rate": 0.000499510127080451, + "loss": 5.6138, + "mean_token_accuracy": 0.16021920293569564, + "num_tokens": 6379256.0, + "step": 3680 + }, + { + "entropy": 5.855990695953369, + "epoch": 0.28671464695584514, + "grad_norm": 0.94140625, + "learning_rate": 0.0004995082974746535, + "loss": 5.7499, + "mean_token_accuracy": 0.1522106409072876, + "num_tokens": 6388098.0, + "step": 3685 + }, + { + "entropy": 5.802329730987549, + "epoch": 0.28710367632756273, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995064644622999, + "loss": 5.5594, + "mean_token_accuracy": 0.16143814623355865, + "num_tokens": 6396292.0, + "step": 3690 + }, + { + "entropy": 5.849812459945679, + "epoch": 0.2874927056992803, + "grad_norm": 1.015625, + "learning_rate": 0.0004995046280434181, + "loss": 5.5901, + "mean_token_accuracy": 0.15952554792165757, + "num_tokens": 6404968.0, + "step": 3695 + }, + { + "entropy": 5.730056238174439, + "epoch": 0.28788173507099785, + "grad_norm": 1.0, + "learning_rate": 0.0004995027882180358, + "loss": 5.6695, + "mean_token_accuracy": 0.156508731842041, + "num_tokens": 6412839.0, + "step": 3700 + }, + { + "entropy": 5.860387945175171, + "epoch": 0.28827076444271543, + "grad_norm": 0.94921875, + "learning_rate": 0.0004995009449861812, + "loss": 5.6814, + "mean_token_accuracy": 0.14714949131011962, + "num_tokens": 6421943.0, + "step": 3705 + }, + { + "entropy": 5.891568422317505, + "epoch": 0.28865979381443296, + "grad_norm": 0.984375, + "learning_rate": 0.000499499098347882, + "loss": 5.7659, + "mean_token_accuracy": 0.14767337441444398, + "num_tokens": 6430731.0, + "step": 3710 + }, + { + "entropy": 5.881146097183228, + "epoch": 0.28904882318615055, + "grad_norm": 1.0390625, + "learning_rate": 0.0004994972483031662, + "loss": 5.6965, + "mean_token_accuracy": 0.15450607240200043, + "num_tokens": 6439365.0, + "step": 3715 + }, + { + "entropy": 5.895514392852784, + "epoch": 0.28943785255786814, + "grad_norm": 0.95703125, + "learning_rate": 0.000499495394852062, + "loss": 5.6478, + "mean_token_accuracy": 0.16102308481931688, + "num_tokens": 6448085.0, + "step": 3720 + }, + { + "entropy": 5.757776546478271, + "epoch": 0.28982688192958567, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994935379945977, + "loss": 5.6973, + "mean_token_accuracy": 0.14822151511907578, + "num_tokens": 6457630.0, + "step": 3725 + }, + { + "entropy": 5.874344253540039, + "epoch": 0.29021591130130325, + "grad_norm": 1.109375, + "learning_rate": 0.0004994916777308012, + "loss": 5.5632, + "mean_token_accuracy": 0.16281430721282958, + "num_tokens": 6465781.0, + "step": 3730 + }, + { + "entropy": 5.872119998931884, + "epoch": 0.29060494067302084, + "grad_norm": 1.03125, + "learning_rate": 0.0004994898140607007, + "loss": 5.7428, + "mean_token_accuracy": 0.15796843618154527, + "num_tokens": 6473723.0, + "step": 3735 + }, + { + "entropy": 5.805860328674316, + "epoch": 0.29099397004473837, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994879469843247, + "loss": 5.6772, + "mean_token_accuracy": 0.15386528074741362, + "num_tokens": 6482535.0, + "step": 3740 + }, + { + "entropy": 5.893405437469482, + "epoch": 0.29138299941645596, + "grad_norm": 1.046875, + "learning_rate": 0.0004994860765017013, + "loss": 5.7045, + "mean_token_accuracy": 0.15752176195383072, + "num_tokens": 6491297.0, + "step": 3745 + }, + { + "entropy": 5.846108055114746, + "epoch": 0.2917720287881735, + "grad_norm": 1.0234375, + "learning_rate": 0.000499484202612859, + "loss": 5.6735, + "mean_token_accuracy": 0.1522021323442459, + "num_tokens": 6499809.0, + "step": 3750 + }, + { + "entropy": 5.867705631256103, + "epoch": 0.2921610581598911, + "grad_norm": 1.0703125, + "learning_rate": 0.0004994823253178264, + "loss": 5.6319, + "mean_token_accuracy": 0.16157492250204086, + "num_tokens": 6507965.0, + "step": 3755 + }, + { + "entropy": 5.846333694458008, + "epoch": 0.29255008753160866, + "grad_norm": 1.296875, + "learning_rate": 0.0004994804446166317, + "loss": 5.6921, + "mean_token_accuracy": 0.14701894968748092, + "num_tokens": 6517106.0, + "step": 3760 + }, + { + "entropy": 5.883748531341553, + "epoch": 0.2929391169033262, + "grad_norm": 1.03125, + "learning_rate": 0.0004994785605093035, + "loss": 5.7624, + "mean_token_accuracy": 0.1514585569500923, + "num_tokens": 6526663.0, + "step": 3765 + }, + { + "entropy": 6.009462690353393, + "epoch": 0.2933281462750438, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994766729958705, + "loss": 5.808, + "mean_token_accuracy": 0.14928104281425475, + "num_tokens": 6535732.0, + "step": 3770 + }, + { + "entropy": 5.870941591262818, + "epoch": 0.2937171756467613, + "grad_norm": 0.92578125, + "learning_rate": 0.0004994747820763612, + "loss": 5.6578, + "mean_token_accuracy": 0.15538851767778397, + "num_tokens": 6544938.0, + "step": 3775 + }, + { + "entropy": 5.857924222946167, + "epoch": 0.2941062050184789, + "grad_norm": 1.03125, + "learning_rate": 0.0004994728877508046, + "loss": 5.6827, + "mean_token_accuracy": 0.15063629150390626, + "num_tokens": 6554507.0, + "step": 3780 + }, + { + "entropy": 5.892081832885742, + "epoch": 0.2944952343901965, + "grad_norm": 0.953125, + "learning_rate": 0.0004994709900192289, + "loss": 5.7118, + "mean_token_accuracy": 0.15043701082468033, + "num_tokens": 6563285.0, + "step": 3785 + }, + { + "entropy": 5.798528814315796, + "epoch": 0.294884263761914, + "grad_norm": 0.97265625, + "learning_rate": 0.0004994690888816635, + "loss": 5.6014, + "mean_token_accuracy": 0.15134119018912315, + "num_tokens": 6572223.0, + "step": 3790 + }, + { + "entropy": 5.876222610473633, + "epoch": 0.2952732931336316, + "grad_norm": 1.0, + "learning_rate": 0.0004994671843381367, + "loss": 5.7841, + "mean_token_accuracy": 0.14985665529966355, + "num_tokens": 6580686.0, + "step": 3795 + }, + { + "entropy": 5.892121982574463, + "epoch": 0.29566232250534913, + "grad_norm": 1.1015625, + "learning_rate": 0.0004994652763886778, + "loss": 5.6401, + "mean_token_accuracy": 0.15805123150348663, + "num_tokens": 6589056.0, + "step": 3800 + }, + { + "entropy": 5.875431108474731, + "epoch": 0.2960513518770667, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994633650333155, + "loss": 5.7144, + "mean_token_accuracy": 0.15104243978857995, + "num_tokens": 6598221.0, + "step": 3805 + }, + { + "entropy": 5.948964405059814, + "epoch": 0.2964403812487843, + "grad_norm": 1.03125, + "learning_rate": 0.0004994614502720792, + "loss": 5.7493, + "mean_token_accuracy": 0.15437679290771483, + "num_tokens": 6606657.0, + "step": 3810 + }, + { + "entropy": 5.934873723983765, + "epoch": 0.29682941062050183, + "grad_norm": 0.953125, + "learning_rate": 0.0004994595321049974, + "loss": 5.8543, + "mean_token_accuracy": 0.143535877764225, + "num_tokens": 6616203.0, + "step": 3815 + }, + { + "entropy": 5.972373390197754, + "epoch": 0.2972184399922194, + "grad_norm": 0.8984375, + "learning_rate": 0.0004994576105320994, + "loss": 5.6997, + "mean_token_accuracy": 0.15348666310310363, + "num_tokens": 6624982.0, + "step": 3820 + }, + { + "entropy": 5.924484014511108, + "epoch": 0.29760746936393695, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994556855534146, + "loss": 5.6617, + "mean_token_accuracy": 0.15609370917081833, + "num_tokens": 6632548.0, + "step": 3825 + }, + { + "entropy": 5.828466367721558, + "epoch": 0.29799649873565454, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994537571689719, + "loss": 5.7896, + "mean_token_accuracy": 0.14499867409467698, + "num_tokens": 6641943.0, + "step": 3830 + }, + { + "entropy": 5.868363666534424, + "epoch": 0.2983855281073721, + "grad_norm": 0.9765625, + "learning_rate": 0.0004994518253788007, + "loss": 5.6382, + "mean_token_accuracy": 0.15800181329250335, + "num_tokens": 6650371.0, + "step": 3835 + }, + { + "entropy": 5.883022594451904, + "epoch": 0.29877455747908965, + "grad_norm": 0.98046875, + "learning_rate": 0.0004994498901829304, + "loss": 5.7198, + "mean_token_accuracy": 0.1552921250462532, + "num_tokens": 6659324.0, + "step": 3840 + }, + { + "entropy": 5.83655161857605, + "epoch": 0.29916358685080724, + "grad_norm": 1.015625, + "learning_rate": 0.0004994479515813903, + "loss": 5.6879, + "mean_token_accuracy": 0.15144439041614532, + "num_tokens": 6668237.0, + "step": 3845 + }, + { + "entropy": 5.839875030517578, + "epoch": 0.2995526162225248, + "grad_norm": 0.96875, + "learning_rate": 0.0004994460095742096, + "loss": 5.6073, + "mean_token_accuracy": 0.1622507467865944, + "num_tokens": 6677213.0, + "step": 3850 + }, + { + "entropy": 5.879772186279297, + "epoch": 0.29994164559424236, + "grad_norm": 0.984375, + "learning_rate": 0.000499444064161418, + "loss": 5.6328, + "mean_token_accuracy": 0.1550130233168602, + "num_tokens": 6686850.0, + "step": 3855 + }, + { + "entropy": 5.8478320121765135, + "epoch": 0.30033067496595994, + "grad_norm": 0.9609375, + "learning_rate": 0.000499442115343045, + "loss": 5.6037, + "mean_token_accuracy": 0.15739710181951522, + "num_tokens": 6695697.0, + "step": 3860 + }, + { + "entropy": 5.793270015716553, + "epoch": 0.3007197043376775, + "grad_norm": 1.1328125, + "learning_rate": 0.0004994401631191202, + "loss": 5.6532, + "mean_token_accuracy": 0.15891365557909012, + "num_tokens": 6704525.0, + "step": 3865 + }, + { + "entropy": 5.806357145309448, + "epoch": 0.30110873370939506, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994382074896731, + "loss": 5.5961, + "mean_token_accuracy": 0.1595403343439102, + "num_tokens": 6713562.0, + "step": 3870 + }, + { + "entropy": 5.90467472076416, + "epoch": 0.30149776308111265, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994362484547335, + "loss": 5.6972, + "mean_token_accuracy": 0.15663892328739165, + "num_tokens": 6721817.0, + "step": 3875 + }, + { + "entropy": 5.8863348960876465, + "epoch": 0.3018867924528302, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994342860143309, + "loss": 5.6195, + "mean_token_accuracy": 0.16563971489667892, + "num_tokens": 6729757.0, + "step": 3880 + }, + { + "entropy": 5.8139941692352295, + "epoch": 0.30227582182454776, + "grad_norm": 0.9765625, + "learning_rate": 0.0004994323201684953, + "loss": 5.6991, + "mean_token_accuracy": 0.14580276012420654, + "num_tokens": 6738354.0, + "step": 3885 + }, + { + "entropy": 5.869457769393921, + "epoch": 0.3026648511962653, + "grad_norm": 1.0546875, + "learning_rate": 0.0004994303509172566, + "loss": 5.7431, + "mean_token_accuracy": 0.15211848467588424, + "num_tokens": 6746505.0, + "step": 3890 + }, + { + "entropy": 5.927693891525268, + "epoch": 0.3030538805679829, + "grad_norm": 1.0859375, + "learning_rate": 0.0004994283782606444, + "loss": 5.6525, + "mean_token_accuracy": 0.15591547936201094, + "num_tokens": 6754547.0, + "step": 3895 + }, + { + "entropy": 5.826806640625, + "epoch": 0.30344290993970047, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994264021986888, + "loss": 5.5634, + "mean_token_accuracy": 0.15850718766450883, + "num_tokens": 6763213.0, + "step": 3900 + }, + { + "entropy": 5.7963276386260985, + "epoch": 0.303831939311418, + "grad_norm": 1.046875, + "learning_rate": 0.0004994244227314197, + "loss": 5.6212, + "mean_token_accuracy": 0.15866039842367172, + "num_tokens": 6771060.0, + "step": 3905 + }, + { + "entropy": 5.867762565612793, + "epoch": 0.3042209686831356, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994224398588672, + "loss": 5.7616, + "mean_token_accuracy": 0.15014109760522842, + "num_tokens": 6779819.0, + "step": 3910 + }, + { + "entropy": 5.846722602844238, + "epoch": 0.3046099980548531, + "grad_norm": 0.98046875, + "learning_rate": 0.0004994204535810615, + "loss": 5.6614, + "mean_token_accuracy": 0.1529073566198349, + "num_tokens": 6788660.0, + "step": 3915 + }, + { + "entropy": 5.82415132522583, + "epoch": 0.3049990274265707, + "grad_norm": 1.0, + "learning_rate": 0.0004994184638980326, + "loss": 5.6009, + "mean_token_accuracy": 0.1573179095983505, + "num_tokens": 6797298.0, + "step": 3920 + }, + { + "entropy": 5.798014879226685, + "epoch": 0.3053880567982883, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994164708098107, + "loss": 5.6436, + "mean_token_accuracy": 0.15172264575958253, + "num_tokens": 6806148.0, + "step": 3925 + }, + { + "entropy": 5.843776082992553, + "epoch": 0.3057770861700058, + "grad_norm": 0.9921875, + "learning_rate": 0.000499414474316426, + "loss": 5.697, + "mean_token_accuracy": 0.15370588451623918, + "num_tokens": 6815494.0, + "step": 3930 + }, + { + "entropy": 5.975485897064209, + "epoch": 0.3061661155417234, + "grad_norm": 0.98828125, + "learning_rate": 0.0004994124744179088, + "loss": 5.7473, + "mean_token_accuracy": 0.15004800111055375, + "num_tokens": 6824852.0, + "step": 3935 + }, + { + "entropy": 5.824012279510498, + "epoch": 0.306555144913441, + "grad_norm": 0.90625, + "learning_rate": 0.0004994104711142896, + "loss": 5.547, + "mean_token_accuracy": 0.16258234083652495, + "num_tokens": 6834200.0, + "step": 3940 + }, + { + "entropy": 5.8411280632019045, + "epoch": 0.3069441742851585, + "grad_norm": 1.1015625, + "learning_rate": 0.0004994084644055986, + "loss": 5.6987, + "mean_token_accuracy": 0.15020909756422043, + "num_tokens": 6842869.0, + "step": 3945 + }, + { + "entropy": 5.867465353012085, + "epoch": 0.3073332036568761, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994064542918664, + "loss": 5.6554, + "mean_token_accuracy": 0.15713998079299926, + "num_tokens": 6851668.0, + "step": 3950 + }, + { + "entropy": 5.892431163787842, + "epoch": 0.30772223302859364, + "grad_norm": 0.96484375, + "learning_rate": 0.0004994044407731235, + "loss": 5.7414, + "mean_token_accuracy": 0.15816062390804292, + "num_tokens": 6860710.0, + "step": 3955 + }, + { + "entropy": 5.813387298583985, + "epoch": 0.3081112624003112, + "grad_norm": 1.015625, + "learning_rate": 0.0004994024238494002, + "loss": 5.6588, + "mean_token_accuracy": 0.15129568427801132, + "num_tokens": 6869608.0, + "step": 3960 + }, + { + "entropy": 5.884786081314087, + "epoch": 0.3085002917720288, + "grad_norm": 1.0625, + "learning_rate": 0.0004994004035207274, + "loss": 5.6702, + "mean_token_accuracy": 0.1528908684849739, + "num_tokens": 6878108.0, + "step": 3965 + }, + { + "entropy": 5.841224527359008, + "epoch": 0.30888932114374634, + "grad_norm": 1.015625, + "learning_rate": 0.0004993983797871356, + "loss": 5.5901, + "mean_token_accuracy": 0.1557810366153717, + "num_tokens": 6886369.0, + "step": 3970 + }, + { + "entropy": 5.813205862045288, + "epoch": 0.30927835051546393, + "grad_norm": 0.953125, + "learning_rate": 0.0004993963526486555, + "loss": 5.6423, + "mean_token_accuracy": 0.15107669085264205, + "num_tokens": 6895410.0, + "step": 3975 + }, + { + "entropy": 5.855010175704956, + "epoch": 0.30966737988718146, + "grad_norm": 1.0, + "learning_rate": 0.000499394322105318, + "loss": 5.6222, + "mean_token_accuracy": 0.16079719364643097, + "num_tokens": 6904380.0, + "step": 3980 + }, + { + "entropy": 5.888308000564575, + "epoch": 0.31005640925889905, + "grad_norm": 1.015625, + "learning_rate": 0.0004993922881571538, + "loss": 5.6539, + "mean_token_accuracy": 0.15389953702688217, + "num_tokens": 6913012.0, + "step": 3985 + }, + { + "entropy": 5.815182638168335, + "epoch": 0.31044543863061663, + "grad_norm": 0.99609375, + "learning_rate": 0.0004993902508041939, + "loss": 5.6771, + "mean_token_accuracy": 0.15611743330955505, + "num_tokens": 6921696.0, + "step": 3990 + }, + { + "entropy": 5.8514533042907715, + "epoch": 0.31083446800233416, + "grad_norm": 0.99609375, + "learning_rate": 0.000499388210046469, + "loss": 5.6059, + "mean_token_accuracy": 0.15560422986745834, + "num_tokens": 6930017.0, + "step": 3995 + }, + { + "entropy": 5.765750408172607, + "epoch": 0.31122349737405175, + "grad_norm": 0.94921875, + "learning_rate": 0.0004993861658840102, + "loss": 5.572, + "mean_token_accuracy": 0.15584051012992858, + "num_tokens": 6938410.0, + "step": 4000 + }, + { + "entropy": 5.836692142486572, + "epoch": 0.3116125267457693, + "grad_norm": 1.0546875, + "learning_rate": 0.0004993841183168484, + "loss": 5.6654, + "mean_token_accuracy": 0.15382085889577865, + "num_tokens": 6946227.0, + "step": 4005 + }, + { + "entropy": 5.874892997741699, + "epoch": 0.31200155611748687, + "grad_norm": 0.94140625, + "learning_rate": 0.0004993820673450148, + "loss": 5.6478, + "mean_token_accuracy": 0.15918285697698592, + "num_tokens": 6954747.0, + "step": 4010 + }, + { + "entropy": 5.823175764083862, + "epoch": 0.31239058548920445, + "grad_norm": 1.09375, + "learning_rate": 0.0004993800129685404, + "loss": 5.7146, + "mean_token_accuracy": 0.15485749244689942, + "num_tokens": 6962990.0, + "step": 4015 + }, + { + "entropy": 5.821749258041382, + "epoch": 0.312779614860922, + "grad_norm": 0.984375, + "learning_rate": 0.0004993779551874565, + "loss": 5.6766, + "mean_token_accuracy": 0.15734780877828597, + "num_tokens": 6972351.0, + "step": 4020 + }, + { + "entropy": 5.82036509513855, + "epoch": 0.31316864423263957, + "grad_norm": 1.078125, + "learning_rate": 0.0004993758940017943, + "loss": 5.6043, + "mean_token_accuracy": 0.15843922197818755, + "num_tokens": 6980387.0, + "step": 4025 + }, + { + "entropy": 5.721660137176514, + "epoch": 0.31355767360435716, + "grad_norm": 1.015625, + "learning_rate": 0.000499373829411585, + "loss": 5.6673, + "mean_token_accuracy": 0.15660033971071244, + "num_tokens": 6989388.0, + "step": 4030 + }, + { + "entropy": 5.917605304718018, + "epoch": 0.3139467029760747, + "grad_norm": 1.0078125, + "learning_rate": 0.00049937176141686, + "loss": 5.6171, + "mean_token_accuracy": 0.16407724171876908, + "num_tokens": 6997714.0, + "step": 4035 + }, + { + "entropy": 5.873993015289306, + "epoch": 0.3143357323477923, + "grad_norm": 0.97265625, + "learning_rate": 0.0004993696900176506, + "loss": 5.6092, + "mean_token_accuracy": 0.160344497859478, + "num_tokens": 7006453.0, + "step": 4040 + }, + { + "entropy": 5.795370388031006, + "epoch": 0.3147247617195098, + "grad_norm": 0.9296875, + "learning_rate": 0.0004993676152139883, + "loss": 5.6938, + "mean_token_accuracy": 0.15555773973464965, + "num_tokens": 7015398.0, + "step": 4045 + }, + { + "entropy": 5.8068183898925785, + "epoch": 0.3151137910912274, + "grad_norm": 1.046875, + "learning_rate": 0.0004993655370059046, + "loss": 5.6368, + "mean_token_accuracy": 0.1559157431125641, + "num_tokens": 7023796.0, + "step": 4050 + }, + { + "entropy": 5.760886287689209, + "epoch": 0.315502820462945, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993634553934309, + "loss": 5.5815, + "mean_token_accuracy": 0.162422014772892, + "num_tokens": 7032453.0, + "step": 4055 + }, + { + "entropy": 5.805798435211182, + "epoch": 0.3158918498346625, + "grad_norm": 1.0546875, + "learning_rate": 0.0004993613703765989, + "loss": 5.7204, + "mean_token_accuracy": 0.14737134724855422, + "num_tokens": 7041034.0, + "step": 4060 + }, + { + "entropy": 5.924254035949707, + "epoch": 0.3162808792063801, + "grad_norm": 1.046875, + "learning_rate": 0.0004993592819554402, + "loss": 5.8155, + "mean_token_accuracy": 0.14719487279653548, + "num_tokens": 7050289.0, + "step": 4065 + }, + { + "entropy": 5.8544573307037355, + "epoch": 0.3166699085780976, + "grad_norm": 1.0078125, + "learning_rate": 0.0004993571901299866, + "loss": 5.6415, + "mean_token_accuracy": 0.16184244453907012, + "num_tokens": 7059638.0, + "step": 4070 + }, + { + "entropy": 5.799168491363526, + "epoch": 0.3170589379498152, + "grad_norm": 1.078125, + "learning_rate": 0.0004993550949002697, + "loss": 5.6618, + "mean_token_accuracy": 0.15811943262815475, + "num_tokens": 7067763.0, + "step": 4075 + }, + { + "entropy": 5.805049800872803, + "epoch": 0.3174479673215328, + "grad_norm": 0.9921875, + "learning_rate": 0.0004993529962663213, + "loss": 5.6435, + "mean_token_accuracy": 0.16328213661909102, + "num_tokens": 7076126.0, + "step": 4080 + }, + { + "entropy": 5.815125751495361, + "epoch": 0.31783699669325033, + "grad_norm": 0.94921875, + "learning_rate": 0.0004993508942281732, + "loss": 5.5661, + "mean_token_accuracy": 0.159896120429039, + "num_tokens": 7084403.0, + "step": 4085 + }, + { + "entropy": 5.687847995758057, + "epoch": 0.3182260260649679, + "grad_norm": 0.96484375, + "learning_rate": 0.0004993487887858575, + "loss": 5.5415, + "mean_token_accuracy": 0.16261251866817475, + "num_tokens": 7093450.0, + "step": 4090 + }, + { + "entropy": 5.770251321792602, + "epoch": 0.31861505543668545, + "grad_norm": 0.95703125, + "learning_rate": 0.000499346679939406, + "loss": 5.5404, + "mean_token_accuracy": 0.16247584223747252, + "num_tokens": 7101722.0, + "step": 4095 + }, + { + "entropy": 5.756721687316895, + "epoch": 0.31900408480840303, + "grad_norm": 0.91796875, + "learning_rate": 0.0004993445676888507, + "loss": 5.6337, + "mean_token_accuracy": 0.15481607466936112, + "num_tokens": 7111285.0, + "step": 4100 + }, + { + "entropy": 5.881993198394776, + "epoch": 0.3193931141801206, + "grad_norm": 1.015625, + "learning_rate": 0.0004993424520342236, + "loss": 5.7005, + "mean_token_accuracy": 0.15225102454423906, + "num_tokens": 7120281.0, + "step": 4105 + }, + { + "entropy": 5.798208332061767, + "epoch": 0.31978214355183815, + "grad_norm": 0.98828125, + "learning_rate": 0.0004993403329755569, + "loss": 5.5741, + "mean_token_accuracy": 0.1554294690489769, + "num_tokens": 7128584.0, + "step": 4110 + }, + { + "entropy": 5.880425357818604, + "epoch": 0.32017117292355574, + "grad_norm": 1.015625, + "learning_rate": 0.0004993382105128828, + "loss": 5.6783, + "mean_token_accuracy": 0.15804177671670913, + "num_tokens": 7137570.0, + "step": 4115 + }, + { + "entropy": 5.832143306732178, + "epoch": 0.32056020229527327, + "grad_norm": 1.0, + "learning_rate": 0.0004993360846462333, + "loss": 5.7214, + "mean_token_accuracy": 0.15496834367513657, + "num_tokens": 7146965.0, + "step": 4120 + }, + { + "entropy": 5.823439979553223, + "epoch": 0.32094923166699085, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993339553756408, + "loss": 5.6592, + "mean_token_accuracy": 0.15344669073820114, + "num_tokens": 7155657.0, + "step": 4125 + }, + { + "entropy": 5.849871444702148, + "epoch": 0.32133826103870844, + "grad_norm": 0.984375, + "learning_rate": 0.0004993318227011378, + "loss": 5.5982, + "mean_token_accuracy": 0.15800351351499559, + "num_tokens": 7164369.0, + "step": 4130 + }, + { + "entropy": 5.862731027603149, + "epoch": 0.32172729041042597, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993296866227562, + "loss": 5.5761, + "mean_token_accuracy": 0.16416397988796233, + "num_tokens": 7172161.0, + "step": 4135 + }, + { + "entropy": 5.774852848052978, + "epoch": 0.32211631978214356, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993275471405288, + "loss": 5.6148, + "mean_token_accuracy": 0.149345500767231, + "num_tokens": 7180606.0, + "step": 4140 + }, + { + "entropy": 5.7628284931182865, + "epoch": 0.32250534915386114, + "grad_norm": 0.984375, + "learning_rate": 0.0004993254042544879, + "loss": 5.6498, + "mean_token_accuracy": 0.15902409553527833, + "num_tokens": 7188912.0, + "step": 4145 + }, + { + "entropy": 5.808630084991455, + "epoch": 0.3228943785255787, + "grad_norm": 0.93359375, + "learning_rate": 0.000499323257964666, + "loss": 5.6582, + "mean_token_accuracy": 0.15545909702777863, + "num_tokens": 7197477.0, + "step": 4150 + }, + { + "entropy": 5.859759187698364, + "epoch": 0.32328340789729626, + "grad_norm": 1.03125, + "learning_rate": 0.0004993211082710957, + "loss": 5.6418, + "mean_token_accuracy": 0.1600700318813324, + "num_tokens": 7206571.0, + "step": 4155 + }, + { + "entropy": 5.824004888534546, + "epoch": 0.3236724372690138, + "grad_norm": 1.015625, + "learning_rate": 0.0004993189551738097, + "loss": 5.4896, + "mean_token_accuracy": 0.1557634025812149, + "num_tokens": 7215319.0, + "step": 4160 + }, + { + "entropy": 5.779311323165894, + "epoch": 0.3240614666407314, + "grad_norm": 1.046875, + "learning_rate": 0.0004993167986728405, + "loss": 5.6555, + "mean_token_accuracy": 0.1558437839150429, + "num_tokens": 7223389.0, + "step": 4165 + }, + { + "entropy": 5.818670797348022, + "epoch": 0.32445049601244896, + "grad_norm": 0.96875, + "learning_rate": 0.000499314638768221, + "loss": 5.6366, + "mean_token_accuracy": 0.1572311580181122, + "num_tokens": 7231853.0, + "step": 4170 + }, + { + "entropy": 5.805356645584107, + "epoch": 0.3248395253841665, + "grad_norm": 0.9296875, + "learning_rate": 0.0004993124754599839, + "loss": 5.5678, + "mean_token_accuracy": 0.1613128237426281, + "num_tokens": 7241081.0, + "step": 4175 + }, + { + "entropy": 5.773802375793457, + "epoch": 0.3252285547558841, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993103087481619, + "loss": 5.598, + "mean_token_accuracy": 0.15808786898851396, + "num_tokens": 7249742.0, + "step": 4180 + }, + { + "entropy": 5.8834186553955075, + "epoch": 0.3256175841276016, + "grad_norm": 0.9375, + "learning_rate": 0.0004993081386327881, + "loss": 5.7046, + "mean_token_accuracy": 0.15388916730880736, + "num_tokens": 7258285.0, + "step": 4185 + }, + { + "entropy": 5.80883526802063, + "epoch": 0.3260066134993192, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993059651138953, + "loss": 5.5378, + "mean_token_accuracy": 0.16168167293071747, + "num_tokens": 7266843.0, + "step": 4190 + }, + { + "entropy": 5.761549377441407, + "epoch": 0.3263956428710368, + "grad_norm": 0.984375, + "learning_rate": 0.0004993037881915165, + "loss": 5.6235, + "mean_token_accuracy": 0.16374704092741013, + "num_tokens": 7276041.0, + "step": 4195 + }, + { + "entropy": 5.801425170898438, + "epoch": 0.3267846722427543, + "grad_norm": 0.953125, + "learning_rate": 0.0004993016078656847, + "loss": 5.6898, + "mean_token_accuracy": 0.1496354892849922, + "num_tokens": 7285144.0, + "step": 4200 + }, + { + "entropy": 5.701427793502807, + "epoch": 0.3271737016144719, + "grad_norm": 0.9609375, + "learning_rate": 0.000499299424136433, + "loss": 5.5432, + "mean_token_accuracy": 0.16148447692394258, + "num_tokens": 7293976.0, + "step": 4205 + }, + { + "entropy": 5.813598680496216, + "epoch": 0.32756273098618943, + "grad_norm": 1.1171875, + "learning_rate": 0.0004992972370037946, + "loss": 5.5957, + "mean_token_accuracy": 0.15628974586725236, + "num_tokens": 7302365.0, + "step": 4210 + }, + { + "entropy": 5.853533697128296, + "epoch": 0.327951760357907, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992950464678026, + "loss": 5.6728, + "mean_token_accuracy": 0.1533830374479294, + "num_tokens": 7310909.0, + "step": 4215 + }, + { + "entropy": 5.817704343795777, + "epoch": 0.3283407897296246, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992928525284903, + "loss": 5.6304, + "mean_token_accuracy": 0.1496094822883606, + "num_tokens": 7319391.0, + "step": 4220 + }, + { + "entropy": 5.894934749603271, + "epoch": 0.32872981910134214, + "grad_norm": 1.03125, + "learning_rate": 0.000499290655185891, + "loss": 5.7032, + "mean_token_accuracy": 0.15388529300689696, + "num_tokens": 7328076.0, + "step": 4225 + }, + { + "entropy": 5.895980453491211, + "epoch": 0.3291188484730597, + "grad_norm": 1.015625, + "learning_rate": 0.000499288454440038, + "loss": 5.656, + "mean_token_accuracy": 0.15448319762945176, + "num_tokens": 7336833.0, + "step": 4230 + }, + { + "entropy": 5.7740541934967045, + "epoch": 0.3295078778447773, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992862502909645, + "loss": 5.5709, + "mean_token_accuracy": 0.16009747087955475, + "num_tokens": 7344862.0, + "step": 4235 + }, + { + "entropy": 5.845920705795288, + "epoch": 0.32989690721649484, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992840427387043, + "loss": 5.6108, + "mean_token_accuracy": 0.1616164118051529, + "num_tokens": 7354503.0, + "step": 4240 + }, + { + "entropy": 5.807738494873047, + "epoch": 0.3302859365882124, + "grad_norm": 1.046875, + "learning_rate": 0.0004992818317832908, + "loss": 5.5924, + "mean_token_accuracy": 0.15691906362771987, + "num_tokens": 7363000.0, + "step": 4245 + }, + { + "entropy": 5.762190198898315, + "epoch": 0.33067496595992996, + "grad_norm": 0.94140625, + "learning_rate": 0.0004992796174247574, + "loss": 5.6631, + "mean_token_accuracy": 0.15225939452648163, + "num_tokens": 7372619.0, + "step": 4250 + }, + { + "entropy": 5.859451723098755, + "epoch": 0.33106399533164754, + "grad_norm": 1.1171875, + "learning_rate": 0.0004992773996631378, + "loss": 5.5438, + "mean_token_accuracy": 0.16727319806814195, + "num_tokens": 7380531.0, + "step": 4255 + }, + { + "entropy": 5.779058408737183, + "epoch": 0.33145302470336513, + "grad_norm": 0.98046875, + "learning_rate": 0.0004992751784984656, + "loss": 5.6608, + "mean_token_accuracy": 0.15575532466173173, + "num_tokens": 7389153.0, + "step": 4260 + }, + { + "entropy": 5.766335105895996, + "epoch": 0.33184205407508266, + "grad_norm": 0.984375, + "learning_rate": 0.0004992729539307745, + "loss": 5.5563, + "mean_token_accuracy": 0.1592848628759384, + "num_tokens": 7397880.0, + "step": 4265 + }, + { + "entropy": 5.846122121810913, + "epoch": 0.33223108344680025, + "grad_norm": 1.015625, + "learning_rate": 0.0004992707259600984, + "loss": 5.6265, + "mean_token_accuracy": 0.1536146730184555, + "num_tokens": 7406180.0, + "step": 4270 + }, + { + "entropy": 5.763803863525391, + "epoch": 0.3326201128185178, + "grad_norm": 0.9765625, + "learning_rate": 0.0004992684945864709, + "loss": 5.6285, + "mean_token_accuracy": 0.15639231055974961, + "num_tokens": 7415069.0, + "step": 4275 + }, + { + "entropy": 5.810007476806641, + "epoch": 0.33300914219023536, + "grad_norm": 0.9921875, + "learning_rate": 0.0004992662598099261, + "loss": 5.6936, + "mean_token_accuracy": 0.15463295876979827, + "num_tokens": 7423921.0, + "step": 4280 + }, + { + "entropy": 5.7576460361480715, + "epoch": 0.33339817156195295, + "grad_norm": 0.9453125, + "learning_rate": 0.0004992640216304975, + "loss": 5.4188, + "mean_token_accuracy": 0.16716092079877853, + "num_tokens": 7432655.0, + "step": 4285 + }, + { + "entropy": 5.829642963409424, + "epoch": 0.3337872009336705, + "grad_norm": 0.9765625, + "learning_rate": 0.0004992617800482196, + "loss": 5.6198, + "mean_token_accuracy": 0.15765354484319688, + "num_tokens": 7441858.0, + "step": 4290 + }, + { + "entropy": 5.723947429656983, + "epoch": 0.33417623030538807, + "grad_norm": 1.0703125, + "learning_rate": 0.000499259535063126, + "loss": 5.5789, + "mean_token_accuracy": 0.15934376716613768, + "num_tokens": 7450030.0, + "step": 4295 + }, + { + "entropy": 5.808957242965699, + "epoch": 0.3345652596771056, + "grad_norm": 1.0078125, + "learning_rate": 0.000499257286675251, + "loss": 5.6593, + "mean_token_accuracy": 0.15726078003644944, + "num_tokens": 7458256.0, + "step": 4300 + }, + { + "entropy": 5.867031478881836, + "epoch": 0.3349542890488232, + "grad_norm": 1.0703125, + "learning_rate": 0.0004992550348846285, + "loss": 5.6334, + "mean_token_accuracy": 0.15359683632850646, + "num_tokens": 7466710.0, + "step": 4305 + }, + { + "entropy": 5.773306608200073, + "epoch": 0.33534331842054077, + "grad_norm": 0.91015625, + "learning_rate": 0.0004992527796912928, + "loss": 5.5716, + "mean_token_accuracy": 0.15899703204631804, + "num_tokens": 7475445.0, + "step": 4310 + }, + { + "entropy": 5.8272724628448485, + "epoch": 0.3357323477922583, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992505210952782, + "loss": 5.6566, + "mean_token_accuracy": 0.15544623732566834, + "num_tokens": 7484326.0, + "step": 4315 + }, + { + "entropy": 5.770163440704346, + "epoch": 0.3361213771639759, + "grad_norm": 1.0078125, + "learning_rate": 0.0004992482590966188, + "loss": 5.559, + "mean_token_accuracy": 0.15421020984649658, + "num_tokens": 7493028.0, + "step": 4320 + }, + { + "entropy": 5.868523788452149, + "epoch": 0.3365104065356934, + "grad_norm": 0.99609375, + "learning_rate": 0.0004992459936953489, + "loss": 5.7285, + "mean_token_accuracy": 0.14974396377801896, + "num_tokens": 7502284.0, + "step": 4325 + }, + { + "entropy": 5.830294513702393, + "epoch": 0.336899435907411, + "grad_norm": 1.03125, + "learning_rate": 0.0004992437248915032, + "loss": 5.6091, + "mean_token_accuracy": 0.1528960421681404, + "num_tokens": 7510728.0, + "step": 4330 + }, + { + "entropy": 5.75536732673645, + "epoch": 0.3372884652791286, + "grad_norm": 0.97265625, + "learning_rate": 0.0004992414526851157, + "loss": 5.5634, + "mean_token_accuracy": 0.16224416494369506, + "num_tokens": 7519578.0, + "step": 4335 + }, + { + "entropy": 5.788976240158081, + "epoch": 0.3376774946508461, + "grad_norm": 1.015625, + "learning_rate": 0.0004992391770762212, + "loss": 5.6893, + "mean_token_accuracy": 0.15647384971380235, + "num_tokens": 7528853.0, + "step": 4340 + }, + { + "entropy": 5.948878335952759, + "epoch": 0.3380665240225637, + "grad_norm": 1.03125, + "learning_rate": 0.000499236898064854, + "loss": 5.7347, + "mean_token_accuracy": 0.15497319251298905, + "num_tokens": 7537000.0, + "step": 4345 + }, + { + "entropy": 5.835531377792359, + "epoch": 0.3384555533942813, + "grad_norm": 0.96875, + "learning_rate": 0.0004992346156510488, + "loss": 5.6985, + "mean_token_accuracy": 0.1538426622748375, + "num_tokens": 7545439.0, + "step": 4350 + }, + { + "entropy": 5.821720838546753, + "epoch": 0.3388445827659988, + "grad_norm": 0.94921875, + "learning_rate": 0.0004992323298348403, + "loss": 5.5876, + "mean_token_accuracy": 0.15640681535005568, + "num_tokens": 7553808.0, + "step": 4355 + }, + { + "entropy": 5.844230365753174, + "epoch": 0.3392336121377164, + "grad_norm": 0.98828125, + "learning_rate": 0.000499230040616263, + "loss": 5.6092, + "mean_token_accuracy": 0.1657412052154541, + "num_tokens": 7562124.0, + "step": 4360 + }, + { + "entropy": 5.876851892471313, + "epoch": 0.33962264150943394, + "grad_norm": 0.90234375, + "learning_rate": 0.0004992277479953518, + "loss": 5.6564, + "mean_token_accuracy": 0.15803641080856323, + "num_tokens": 7570692.0, + "step": 4365 + }, + { + "entropy": 5.753260946273803, + "epoch": 0.34001167088115153, + "grad_norm": 1.0, + "learning_rate": 0.0004992254519721414, + "loss": 5.5656, + "mean_token_accuracy": 0.1561785027384758, + "num_tokens": 7579380.0, + "step": 4370 + }, + { + "entropy": 5.7513867855072025, + "epoch": 0.3404007002528691, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992231525466666, + "loss": 5.6143, + "mean_token_accuracy": 0.1561330333352089, + "num_tokens": 7587581.0, + "step": 4375 + }, + { + "entropy": 5.8919556617736815, + "epoch": 0.34078972962458665, + "grad_norm": 0.953125, + "learning_rate": 0.0004992208497189624, + "loss": 5.6625, + "mean_token_accuracy": 0.15787704586982726, + "num_tokens": 7596373.0, + "step": 4380 + }, + { + "entropy": 5.797363567352295, + "epoch": 0.34117875899630423, + "grad_norm": 0.9609375, + "learning_rate": 0.0004992185434890637, + "loss": 5.6715, + "mean_token_accuracy": 0.15297794640064238, + "num_tokens": 7605698.0, + "step": 4385 + }, + { + "entropy": 5.882697725296021, + "epoch": 0.34156778836802176, + "grad_norm": 1.015625, + "learning_rate": 0.0004992162338570055, + "loss": 5.6975, + "mean_token_accuracy": 0.14880578219890594, + "num_tokens": 7614299.0, + "step": 4390 + }, + { + "entropy": 5.7781144142150875, + "epoch": 0.34195681773973935, + "grad_norm": 1.015625, + "learning_rate": 0.0004992139208228227, + "loss": 5.6118, + "mean_token_accuracy": 0.16854615658521652, + "num_tokens": 7622244.0, + "step": 4395 + }, + { + "entropy": 5.8229796409606935, + "epoch": 0.34234584711145694, + "grad_norm": 1.015625, + "learning_rate": 0.0004992116043865506, + "loss": 5.7222, + "mean_token_accuracy": 0.14495111405849456, + "num_tokens": 7631421.0, + "step": 4400 + }, + { + "entropy": 5.837610483169556, + "epoch": 0.34273487648317447, + "grad_norm": 0.9609375, + "learning_rate": 0.0004992092845482244, + "loss": 5.6514, + "mean_token_accuracy": 0.16512158513069153, + "num_tokens": 7640483.0, + "step": 4405 + }, + { + "entropy": 5.790783357620239, + "epoch": 0.34312390585489205, + "grad_norm": 0.96484375, + "learning_rate": 0.0004992069613078791, + "loss": 5.581, + "mean_token_accuracy": 0.1600580781698227, + "num_tokens": 7648928.0, + "step": 4410 + }, + { + "entropy": 5.822185516357422, + "epoch": 0.3435129352266096, + "grad_norm": 0.98046875, + "learning_rate": 0.0004992046346655499, + "loss": 5.5944, + "mean_token_accuracy": 0.16028566807508468, + "num_tokens": 7658158.0, + "step": 4415 + }, + { + "entropy": 5.871115207672119, + "epoch": 0.34390196459832717, + "grad_norm": 0.89453125, + "learning_rate": 0.0004992023046212723, + "loss": 5.6718, + "mean_token_accuracy": 0.16050985604524612, + "num_tokens": 7666657.0, + "step": 4420 + }, + { + "entropy": 5.8094886302947994, + "epoch": 0.34429099397004476, + "grad_norm": 1.015625, + "learning_rate": 0.0004991999711750816, + "loss": 5.6214, + "mean_token_accuracy": 0.15986572504043578, + "num_tokens": 7675182.0, + "step": 4425 + }, + { + "entropy": 5.760066080093384, + "epoch": 0.3446800233417623, + "grad_norm": 0.97265625, + "learning_rate": 0.0004991976343270133, + "loss": 5.576, + "mean_token_accuracy": 0.1577327698469162, + "num_tokens": 7684132.0, + "step": 4430 + }, + { + "entropy": 5.778253698348999, + "epoch": 0.3450690527134799, + "grad_norm": 0.9453125, + "learning_rate": 0.0004991952940771026, + "loss": 5.5113, + "mean_token_accuracy": 0.16556746065616607, + "num_tokens": 7692574.0, + "step": 4435 + }, + { + "entropy": 5.707170486450195, + "epoch": 0.34545808208519746, + "grad_norm": 0.953125, + "learning_rate": 0.0004991929504253852, + "loss": 5.581, + "mean_token_accuracy": 0.16168904453516006, + "num_tokens": 7700969.0, + "step": 4440 + }, + { + "entropy": 5.851817226409912, + "epoch": 0.345847111456915, + "grad_norm": 1.0546875, + "learning_rate": 0.0004991906033718966, + "loss": 5.7303, + "mean_token_accuracy": 0.1541138157248497, + "num_tokens": 7710688.0, + "step": 4445 + }, + { + "entropy": 5.875735950469971, + "epoch": 0.3462361408286326, + "grad_norm": 1.015625, + "learning_rate": 0.0004991882529166724, + "loss": 5.684, + "mean_token_accuracy": 0.15931884944438934, + "num_tokens": 7720071.0, + "step": 4450 + }, + { + "entropy": 5.699068641662597, + "epoch": 0.3466251702003501, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991858990597483, + "loss": 5.4769, + "mean_token_accuracy": 0.16656545400619507, + "num_tokens": 7728418.0, + "step": 4455 + }, + { + "entropy": 5.807401704788208, + "epoch": 0.3470141995720677, + "grad_norm": 1.0703125, + "learning_rate": 0.0004991835418011601, + "loss": 5.7004, + "mean_token_accuracy": 0.1571740910410881, + "num_tokens": 7736849.0, + "step": 4460 + }, + { + "entropy": 5.812630748748779, + "epoch": 0.3474032289437853, + "grad_norm": 1.0234375, + "learning_rate": 0.0004991811811409434, + "loss": 5.6368, + "mean_token_accuracy": 0.1612528756260872, + "num_tokens": 7745730.0, + "step": 4465 + }, + { + "entropy": 5.837718725204468, + "epoch": 0.3477922583155028, + "grad_norm": 1.015625, + "learning_rate": 0.0004991788170791341, + "loss": 5.5321, + "mean_token_accuracy": 0.16686054319143295, + "num_tokens": 7755040.0, + "step": 4470 + }, + { + "entropy": 5.822087287902832, + "epoch": 0.3481812876872204, + "grad_norm": 0.94921875, + "learning_rate": 0.0004991764496157682, + "loss": 5.5675, + "mean_token_accuracy": 0.16306846141815184, + "num_tokens": 7763765.0, + "step": 4475 + }, + { + "entropy": 5.662372493743897, + "epoch": 0.34857031705893793, + "grad_norm": 0.95703125, + "learning_rate": 0.0004991740787508814, + "loss": 5.5465, + "mean_token_accuracy": 0.15900719314813613, + "num_tokens": 7772261.0, + "step": 4480 + }, + { + "entropy": 5.890163516998291, + "epoch": 0.3489593464306555, + "grad_norm": 1.015625, + "learning_rate": 0.0004991717044845097, + "loss": 5.6988, + "mean_token_accuracy": 0.15734705626964568, + "num_tokens": 7781651.0, + "step": 4485 + }, + { + "entropy": 5.793856143951416, + "epoch": 0.3493483758023731, + "grad_norm": 1.015625, + "learning_rate": 0.0004991693268166892, + "loss": 5.5536, + "mean_token_accuracy": 0.15972345769405366, + "num_tokens": 7789926.0, + "step": 4490 + }, + { + "entropy": 5.799531078338623, + "epoch": 0.34973740517409063, + "grad_norm": 0.97265625, + "learning_rate": 0.0004991669457474559, + "loss": 5.5908, + "mean_token_accuracy": 0.15855335295200348, + "num_tokens": 7798435.0, + "step": 4495 + }, + { + "entropy": 5.703534173965454, + "epoch": 0.3501264345458082, + "grad_norm": 1.0, + "learning_rate": 0.0004991645612768461, + "loss": 5.5305, + "mean_token_accuracy": 0.15555441081523896, + "num_tokens": 7806674.0, + "step": 4500 + }, + { + "entropy": 5.793919277191162, + "epoch": 0.35051546391752575, + "grad_norm": 1.0390625, + "learning_rate": 0.0004991621734048958, + "loss": 5.5803, + "mean_token_accuracy": 0.16211650967597963, + "num_tokens": 7814774.0, + "step": 4505 + }, + { + "entropy": 5.772414875030518, + "epoch": 0.35090449328924334, + "grad_norm": 0.98828125, + "learning_rate": 0.0004991597821316415, + "loss": 5.6327, + "mean_token_accuracy": 0.16405177861452103, + "num_tokens": 7822879.0, + "step": 4510 + }, + { + "entropy": 5.7185948371887205, + "epoch": 0.3512935226609609, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991573874571192, + "loss": 5.5775, + "mean_token_accuracy": 0.1566230461001396, + "num_tokens": 7831418.0, + "step": 4515 + }, + { + "entropy": 5.786003923416137, + "epoch": 0.35168255203267845, + "grad_norm": 1.1015625, + "learning_rate": 0.0004991549893813653, + "loss": 5.5533, + "mean_token_accuracy": 0.1591557964682579, + "num_tokens": 7839513.0, + "step": 4520 + }, + { + "entropy": 5.764983367919922, + "epoch": 0.35207158140439604, + "grad_norm": 1.015625, + "learning_rate": 0.0004991525879044162, + "loss": 5.5583, + "mean_token_accuracy": 0.15838483273983, + "num_tokens": 7847653.0, + "step": 4525 + }, + { + "entropy": 5.786115550994873, + "epoch": 0.35246061077611357, + "grad_norm": 1.0234375, + "learning_rate": 0.0004991501830263084, + "loss": 5.6485, + "mean_token_accuracy": 0.15774892494082451, + "num_tokens": 7857093.0, + "step": 4530 + }, + { + "entropy": 5.811744642257691, + "epoch": 0.35284964014783116, + "grad_norm": 1.015625, + "learning_rate": 0.0004991477747470783, + "loss": 5.6042, + "mean_token_accuracy": 0.15566327124834062, + "num_tokens": 7866129.0, + "step": 4535 + }, + { + "entropy": 5.783624172210693, + "epoch": 0.35323866951954874, + "grad_norm": 1.09375, + "learning_rate": 0.0004991453630667625, + "loss": 5.6931, + "mean_token_accuracy": 0.15737468898296356, + "num_tokens": 7874613.0, + "step": 4540 + }, + { + "entropy": 5.684437322616577, + "epoch": 0.3536276988912663, + "grad_norm": 1.015625, + "learning_rate": 0.0004991429479853976, + "loss": 5.451, + "mean_token_accuracy": 0.16613204032182693, + "num_tokens": 7882292.0, + "step": 4545 + }, + { + "entropy": 5.772076034545899, + "epoch": 0.35401672826298386, + "grad_norm": 1.03125, + "learning_rate": 0.0004991405295030202, + "loss": 5.4785, + "mean_token_accuracy": 0.1672605663537979, + "num_tokens": 7890810.0, + "step": 4550 + }, + { + "entropy": 5.796853303909302, + "epoch": 0.35440575763470145, + "grad_norm": 0.98046875, + "learning_rate": 0.0004991381076196671, + "loss": 5.6086, + "mean_token_accuracy": 0.15777526199817657, + "num_tokens": 7899964.0, + "step": 4555 + }, + { + "entropy": 5.752718496322632, + "epoch": 0.354794787006419, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991356823353748, + "loss": 5.5094, + "mean_token_accuracy": 0.16097644716501236, + "num_tokens": 7908600.0, + "step": 4560 + }, + { + "entropy": 5.7299388408660885, + "epoch": 0.35518381637813656, + "grad_norm": 1.015625, + "learning_rate": 0.0004991332536501804, + "loss": 5.6318, + "mean_token_accuracy": 0.1585194870829582, + "num_tokens": 7916893.0, + "step": 4565 + }, + { + "entropy": 5.76154408454895, + "epoch": 0.3555728457498541, + "grad_norm": 0.9140625, + "learning_rate": 0.0004991308215641205, + "loss": 5.4898, + "mean_token_accuracy": 0.1694232165813446, + "num_tokens": 7925230.0, + "step": 4570 + }, + { + "entropy": 5.790162515640259, + "epoch": 0.3559618751215717, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991283860772323, + "loss": 5.5458, + "mean_token_accuracy": 0.16623237133026122, + "num_tokens": 7933487.0, + "step": 4575 + }, + { + "entropy": 5.7462163925170895, + "epoch": 0.35635090449328927, + "grad_norm": 1.0390625, + "learning_rate": 0.0004991259471895525, + "loss": 5.582, + "mean_token_accuracy": 0.16115867495536804, + "num_tokens": 7941957.0, + "step": 4580 + }, + { + "entropy": 5.762738752365112, + "epoch": 0.3567399338650068, + "grad_norm": 0.94921875, + "learning_rate": 0.0004991235049011182, + "loss": 5.5274, + "mean_token_accuracy": 0.15829257667064667, + "num_tokens": 7950912.0, + "step": 4585 + }, + { + "entropy": 5.754968738555908, + "epoch": 0.3571289632367244, + "grad_norm": 0.9296875, + "learning_rate": 0.0004991210592119663, + "loss": 5.5701, + "mean_token_accuracy": 0.1587151512503624, + "num_tokens": 7959724.0, + "step": 4590 + }, + { + "entropy": 5.784298467636108, + "epoch": 0.3575179926084419, + "grad_norm": 0.9296875, + "learning_rate": 0.0004991186101221342, + "loss": 5.5576, + "mean_token_accuracy": 0.16696627289056779, + "num_tokens": 7968683.0, + "step": 4595 + }, + { + "entropy": 5.69855260848999, + "epoch": 0.3579070219801595, + "grad_norm": 0.96875, + "learning_rate": 0.000499116157631659, + "loss": 5.5198, + "mean_token_accuracy": 0.16008122861385346, + "num_tokens": 7977004.0, + "step": 4600 + }, + { + "entropy": 5.854188108444214, + "epoch": 0.3582960513518771, + "grad_norm": 0.98046875, + "learning_rate": 0.0004991137017405777, + "loss": 5.7284, + "mean_token_accuracy": 0.15145769119262695, + "num_tokens": 7985537.0, + "step": 4605 + }, + { + "entropy": 5.852160310745239, + "epoch": 0.3586850807235946, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991112424489277, + "loss": 5.6282, + "mean_token_accuracy": 0.15578002780675887, + "num_tokens": 7994298.0, + "step": 4610 + }, + { + "entropy": 5.7363073348999025, + "epoch": 0.3590741100953122, + "grad_norm": 0.96484375, + "learning_rate": 0.0004991087797567462, + "loss": 5.5804, + "mean_token_accuracy": 0.16114823073148726, + "num_tokens": 8003145.0, + "step": 4615 + }, + { + "entropy": 5.741312026977539, + "epoch": 0.35946313946702974, + "grad_norm": 1.0, + "learning_rate": 0.0004991063136640709, + "loss": 5.5539, + "mean_token_accuracy": 0.15820185393095015, + "num_tokens": 8011839.0, + "step": 4620 + }, + { + "entropy": 5.846971559524536, + "epoch": 0.3598521688387473, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991038441709388, + "loss": 5.6292, + "mean_token_accuracy": 0.1515355572104454, + "num_tokens": 8020248.0, + "step": 4625 + }, + { + "entropy": 5.809453773498535, + "epoch": 0.3602411982104649, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991013712773877, + "loss": 5.6502, + "mean_token_accuracy": 0.15742439329624175, + "num_tokens": 8029360.0, + "step": 4630 + }, + { + "entropy": 5.897890329360962, + "epoch": 0.36063022758218244, + "grad_norm": 1.0546875, + "learning_rate": 0.0004990988949834549, + "loss": 5.7066, + "mean_token_accuracy": 0.1522804707288742, + "num_tokens": 8037407.0, + "step": 4635 + }, + { + "entropy": 5.818277740478516, + "epoch": 0.3610192569539, + "grad_norm": 0.9609375, + "learning_rate": 0.000499096415289178, + "loss": 5.5227, + "mean_token_accuracy": 0.16456927210092545, + "num_tokens": 8045935.0, + "step": 4640 + }, + { + "entropy": 5.764923477172852, + "epoch": 0.3614082863256176, + "grad_norm": 1.0546875, + "learning_rate": 0.0004990939321945948, + "loss": 5.678, + "mean_token_accuracy": 0.14663905650377274, + "num_tokens": 8054640.0, + "step": 4645 + }, + { + "entropy": 5.881791114807129, + "epoch": 0.36179731569733514, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990914456997427, + "loss": 5.664, + "mean_token_accuracy": 0.16005869060754777, + "num_tokens": 8063845.0, + "step": 4650 + }, + { + "entropy": 5.818548250198364, + "epoch": 0.36218634506905273, + "grad_norm": 0.99609375, + "learning_rate": 0.0004990889558046598, + "loss": 5.5912, + "mean_token_accuracy": 0.1565910518169403, + "num_tokens": 8072389.0, + "step": 4655 + }, + { + "entropy": 5.706920480728149, + "epoch": 0.36257537444077026, + "grad_norm": 0.96875, + "learning_rate": 0.0004990864625093836, + "loss": 5.4744, + "mean_token_accuracy": 0.16084736585617065, + "num_tokens": 8080683.0, + "step": 4660 + }, + { + "entropy": 5.6497913837432865, + "epoch": 0.36296440381248785, + "grad_norm": 1.046875, + "learning_rate": 0.0004990839658139519, + "loss": 5.5024, + "mean_token_accuracy": 0.1633412852883339, + "num_tokens": 8088945.0, + "step": 4665 + }, + { + "entropy": 5.738694334030152, + "epoch": 0.36335343318420543, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990814657184028, + "loss": 5.5617, + "mean_token_accuracy": 0.15861178040504456, + "num_tokens": 8097447.0, + "step": 4670 + }, + { + "entropy": 5.70173487663269, + "epoch": 0.36374246255592296, + "grad_norm": 1.03125, + "learning_rate": 0.0004990789622227741, + "loss": 5.4118, + "mean_token_accuracy": 0.17580605000257493, + "num_tokens": 8105570.0, + "step": 4675 + }, + { + "entropy": 5.678836393356323, + "epoch": 0.36413149192764055, + "grad_norm": 0.9765625, + "learning_rate": 0.0004990764553271038, + "loss": 5.5463, + "mean_token_accuracy": 0.16317810416221618, + "num_tokens": 8114842.0, + "step": 4680 + }, + { + "entropy": 5.748669624328613, + "epoch": 0.3645205212993581, + "grad_norm": 0.9765625, + "learning_rate": 0.0004990739450314299, + "loss": 5.5307, + "mean_token_accuracy": 0.16124996095895766, + "num_tokens": 8122960.0, + "step": 4685 + }, + { + "entropy": 5.865330505371094, + "epoch": 0.36490955067107567, + "grad_norm": 0.984375, + "learning_rate": 0.0004990714313357906, + "loss": 5.6691, + "mean_token_accuracy": 0.16008023619651796, + "num_tokens": 8131850.0, + "step": 4690 + }, + { + "entropy": 5.75564661026001, + "epoch": 0.36529858004279325, + "grad_norm": 1.0625, + "learning_rate": 0.000499068914240224, + "loss": 5.539, + "mean_token_accuracy": 0.1603344514966011, + "num_tokens": 8139818.0, + "step": 4695 + }, + { + "entropy": 5.679873132705689, + "epoch": 0.3656876094145108, + "grad_norm": 0.96875, + "learning_rate": 0.0004990663937447682, + "loss": 5.6201, + "mean_token_accuracy": 0.16053933054208755, + "num_tokens": 8147995.0, + "step": 4700 + }, + { + "entropy": 5.8246174335479735, + "epoch": 0.36607663878622837, + "grad_norm": 1.0234375, + "learning_rate": 0.0004990638698494615, + "loss": 5.5967, + "mean_token_accuracy": 0.15836117267608643, + "num_tokens": 8156879.0, + "step": 4705 + }, + { + "entropy": 5.8064148902893065, + "epoch": 0.3664656681579459, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990613425543423, + "loss": 5.5678, + "mean_token_accuracy": 0.15500140488147734, + "num_tokens": 8164860.0, + "step": 4710 + }, + { + "entropy": 5.691606712341309, + "epoch": 0.3668546975296635, + "grad_norm": 0.953125, + "learning_rate": 0.0004990588118594487, + "loss": 5.4042, + "mean_token_accuracy": 0.1723329722881317, + "num_tokens": 8173319.0, + "step": 4715 + }, + { + "entropy": 5.727795028686524, + "epoch": 0.3672437269013811, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990562777648194, + "loss": 5.6093, + "mean_token_accuracy": 0.16026716232299804, + "num_tokens": 8182385.0, + "step": 4720 + }, + { + "entropy": 5.8143706798553465, + "epoch": 0.3676327562730986, + "grad_norm": 1.0625, + "learning_rate": 0.0004990537402704928, + "loss": 5.5297, + "mean_token_accuracy": 0.16515245139598847, + "num_tokens": 8190394.0, + "step": 4725 + }, + { + "entropy": 5.759135580062866, + "epoch": 0.3680217856448162, + "grad_norm": 1.078125, + "learning_rate": 0.0004990511993765071, + "loss": 5.5424, + "mean_token_accuracy": 0.15767809599637986, + "num_tokens": 8198532.0, + "step": 4730 + }, + { + "entropy": 5.628855466842651, + "epoch": 0.3684108150165337, + "grad_norm": 0.98828125, + "learning_rate": 0.0004990486550829011, + "loss": 5.4953, + "mean_token_accuracy": 0.168289515376091, + "num_tokens": 8207436.0, + "step": 4735 + }, + { + "entropy": 5.780854320526123, + "epoch": 0.3687998443882513, + "grad_norm": 0.88671875, + "learning_rate": 0.0004990461073897134, + "loss": 5.5408, + "mean_token_accuracy": 0.16624754965305327, + "num_tokens": 8216316.0, + "step": 4740 + }, + { + "entropy": 5.769868183135986, + "epoch": 0.3691888737599689, + "grad_norm": 0.984375, + "learning_rate": 0.0004990435562969827, + "loss": 5.4902, + "mean_token_accuracy": 0.1653371199965477, + "num_tokens": 8224918.0, + "step": 4745 + }, + { + "entropy": 5.69854769706726, + "epoch": 0.3695779031316864, + "grad_norm": 1.03125, + "learning_rate": 0.0004990410018047475, + "loss": 5.5301, + "mean_token_accuracy": 0.1603669047355652, + "num_tokens": 8233506.0, + "step": 4750 + }, + { + "entropy": 5.743416881561279, + "epoch": 0.369966932503404, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990384439130467, + "loss": 5.5692, + "mean_token_accuracy": 0.15842108130455018, + "num_tokens": 8243122.0, + "step": 4755 + }, + { + "entropy": 5.7349554061889645, + "epoch": 0.3703559618751216, + "grad_norm": 0.984375, + "learning_rate": 0.0004990358826219192, + "loss": 5.5439, + "mean_token_accuracy": 0.16526512950658798, + "num_tokens": 8251639.0, + "step": 4760 + }, + { + "entropy": 5.757761478424072, + "epoch": 0.37074499124683913, + "grad_norm": 1.015625, + "learning_rate": 0.0004990333179314038, + "loss": 5.5815, + "mean_token_accuracy": 0.1549780011177063, + "num_tokens": 8260487.0, + "step": 4765 + }, + { + "entropy": 5.771208095550537, + "epoch": 0.3711340206185567, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990307498415393, + "loss": 5.5617, + "mean_token_accuracy": 0.16446320563554764, + "num_tokens": 8270111.0, + "step": 4770 + }, + { + "entropy": 5.77273907661438, + "epoch": 0.37152304999027425, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990281783523648, + "loss": 5.6953, + "mean_token_accuracy": 0.15468359738588333, + "num_tokens": 8278171.0, + "step": 4775 + }, + { + "entropy": 5.764896488189697, + "epoch": 0.37191207936199183, + "grad_norm": 0.9609375, + "learning_rate": 0.0004990256034639192, + "loss": 5.5751, + "mean_token_accuracy": 0.1614871248602867, + "num_tokens": 8287278.0, + "step": 4780 + }, + { + "entropy": 5.859795999526978, + "epoch": 0.3723011087337094, + "grad_norm": 0.984375, + "learning_rate": 0.0004990230251762418, + "loss": 5.6972, + "mean_token_accuracy": 0.15220141559839248, + "num_tokens": 8296874.0, + "step": 4785 + }, + { + "entropy": 5.758879995346069, + "epoch": 0.37269013810542695, + "grad_norm": 1.078125, + "learning_rate": 0.0004990204434893713, + "loss": 5.5568, + "mean_token_accuracy": 0.15907381623983383, + "num_tokens": 8305375.0, + "step": 4790 + }, + { + "entropy": 5.848282766342163, + "epoch": 0.37307916747714454, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990178584033474, + "loss": 5.6089, + "mean_token_accuracy": 0.15528460443019867, + "num_tokens": 8313960.0, + "step": 4795 + }, + { + "entropy": 5.78062481880188, + "epoch": 0.37346819684886207, + "grad_norm": 0.9453125, + "learning_rate": 0.0004990152699182089, + "loss": 5.5427, + "mean_token_accuracy": 0.16759291887283326, + "num_tokens": 8321838.0, + "step": 4800 + }, + { + "entropy": 5.700754165649414, + "epoch": 0.37385722622057965, + "grad_norm": 0.9296875, + "learning_rate": 0.0004990126780339953, + "loss": 5.5691, + "mean_token_accuracy": 0.15406242609024048, + "num_tokens": 8331325.0, + "step": 4805 + }, + { + "entropy": 5.801051759719849, + "epoch": 0.37424625559229724, + "grad_norm": 0.98046875, + "learning_rate": 0.0004990100827507459, + "loss": 5.6369, + "mean_token_accuracy": 0.15624383836984634, + "num_tokens": 8340105.0, + "step": 4810 + }, + { + "entropy": 5.731446266174316, + "epoch": 0.37463528496401477, + "grad_norm": 0.9453125, + "learning_rate": 0.0004990074840684999, + "loss": 5.4545, + "mean_token_accuracy": 0.17317897975444793, + "num_tokens": 8348256.0, + "step": 4815 + }, + { + "entropy": 5.711327409744262, + "epoch": 0.37502431433573236, + "grad_norm": 0.921875, + "learning_rate": 0.0004990048819872969, + "loss": 5.6361, + "mean_token_accuracy": 0.1525025933980942, + "num_tokens": 8357456.0, + "step": 4820 + }, + { + "entropy": 5.789103603363037, + "epoch": 0.3754133437074499, + "grad_norm": 0.94140625, + "learning_rate": 0.0004990022765071765, + "loss": 5.4928, + "mean_token_accuracy": 0.16532201766967775, + "num_tokens": 8366939.0, + "step": 4825 + }, + { + "entropy": 5.888441324234009, + "epoch": 0.3758023730791675, + "grad_norm": 1.0078125, + "learning_rate": 0.000498999667628178, + "loss": 5.6419, + "mean_token_accuracy": 0.1552483007311821, + "num_tokens": 8376062.0, + "step": 4830 + }, + { + "entropy": 5.809573221206665, + "epoch": 0.37619140245088506, + "grad_norm": 1.046875, + "learning_rate": 0.0004989970553503411, + "loss": 5.5562, + "mean_token_accuracy": 0.16382697820663453, + "num_tokens": 8383803.0, + "step": 4835 + }, + { + "entropy": 5.732746553421021, + "epoch": 0.3765804318226026, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989944396737054, + "loss": 5.7206, + "mean_token_accuracy": 0.15485890656709672, + "num_tokens": 8392844.0, + "step": 4840 + }, + { + "entropy": 5.8165699481964115, + "epoch": 0.3769694611943202, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989918205983106, + "loss": 5.6137, + "mean_token_accuracy": 0.16435452401638032, + "num_tokens": 8401937.0, + "step": 4845 + }, + { + "entropy": 5.821778202056885, + "epoch": 0.37735849056603776, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989891981241964, + "loss": 5.6275, + "mean_token_accuracy": 0.15439676195383073, + "num_tokens": 8410383.0, + "step": 4850 + }, + { + "entropy": 5.701949501037598, + "epoch": 0.3777475199377553, + "grad_norm": 0.9375, + "learning_rate": 0.0004989865722514027, + "loss": 5.5827, + "mean_token_accuracy": 0.16015864312648773, + "num_tokens": 8419053.0, + "step": 4855 + }, + { + "entropy": 5.770675277709961, + "epoch": 0.3781365493094729, + "grad_norm": 1.0625, + "learning_rate": 0.0004989839429799692, + "loss": 5.555, + "mean_token_accuracy": 0.16515738219022752, + "num_tokens": 8427311.0, + "step": 4860 + }, + { + "entropy": 5.7758008480072025, + "epoch": 0.3785255786811904, + "grad_norm": 0.9921875, + "learning_rate": 0.000498981310309936, + "loss": 5.6006, + "mean_token_accuracy": 0.16151956021785735, + "num_tokens": 8436050.0, + "step": 4865 + }, + { + "entropy": 5.834692144393921, + "epoch": 0.378914608052908, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989786742413428, + "loss": 5.5515, + "mean_token_accuracy": 0.16113933473825454, + "num_tokens": 8444579.0, + "step": 4870 + }, + { + "entropy": 5.714345455169678, + "epoch": 0.3793036374246256, + "grad_norm": 0.98046875, + "learning_rate": 0.0004989760347742298, + "loss": 5.5676, + "mean_token_accuracy": 0.16167921125888823, + "num_tokens": 8454013.0, + "step": 4875 + }, + { + "entropy": 5.793581581115722, + "epoch": 0.3796926667963431, + "grad_norm": 0.953125, + "learning_rate": 0.0004989733919086369, + "loss": 5.6778, + "mean_token_accuracy": 0.1574169933795929, + "num_tokens": 8462564.0, + "step": 4880 + }, + { + "entropy": 5.823560762405395, + "epoch": 0.3800816961680607, + "grad_norm": 0.953125, + "learning_rate": 0.0004989707456446043, + "loss": 5.5164, + "mean_token_accuracy": 0.16610173135995865, + "num_tokens": 8471035.0, + "step": 4885 + }, + { + "entropy": 5.75401349067688, + "epoch": 0.38047072553977823, + "grad_norm": 1.03125, + "learning_rate": 0.0004989680959821721, + "loss": 5.5071, + "mean_token_accuracy": 0.16652308106422425, + "num_tokens": 8479475.0, + "step": 4890 + }, + { + "entropy": 5.688182020187378, + "epoch": 0.3808597549114958, + "grad_norm": 0.9765625, + "learning_rate": 0.0004989654429213805, + "loss": 5.5743, + "mean_token_accuracy": 0.16116372048854827, + "num_tokens": 8488163.0, + "step": 4895 + }, + { + "entropy": 5.868498039245606, + "epoch": 0.3812487842832134, + "grad_norm": 0.9609375, + "learning_rate": 0.0004989627864622699, + "loss": 5.6339, + "mean_token_accuracy": 0.15791766941547394, + "num_tokens": 8497735.0, + "step": 4900 + }, + { + "entropy": 5.785080194473267, + "epoch": 0.38163781365493094, + "grad_norm": 0.94140625, + "learning_rate": 0.0004989601266048804, + "loss": 5.5745, + "mean_token_accuracy": 0.15418473482131959, + "num_tokens": 8506986.0, + "step": 4905 + }, + { + "entropy": 5.738870763778687, + "epoch": 0.3820268430266485, + "grad_norm": 0.97265625, + "learning_rate": 0.0004989574633492525, + "loss": 5.6057, + "mean_token_accuracy": 0.16127151846885682, + "num_tokens": 8515168.0, + "step": 4910 + }, + { + "entropy": 5.783707952499389, + "epoch": 0.38241587239836605, + "grad_norm": 0.96484375, + "learning_rate": 0.0004989547966954266, + "loss": 5.5922, + "mean_token_accuracy": 0.16000263020396233, + "num_tokens": 8523980.0, + "step": 4915 + }, + { + "entropy": 5.6956686019897464, + "epoch": 0.38280490177008364, + "grad_norm": 1.015625, + "learning_rate": 0.000498952126643443, + "loss": 5.5306, + "mean_token_accuracy": 0.1625279650092125, + "num_tokens": 8532938.0, + "step": 4920 + }, + { + "entropy": 5.7227997303009035, + "epoch": 0.3831939311418012, + "grad_norm": 0.93359375, + "learning_rate": 0.0004989494531933424, + "loss": 5.5089, + "mean_token_accuracy": 0.16532202064990997, + "num_tokens": 8541951.0, + "step": 4925 + }, + { + "entropy": 5.820029211044312, + "epoch": 0.38358296051351876, + "grad_norm": 1.0, + "learning_rate": 0.0004989467763451652, + "loss": 5.6715, + "mean_token_accuracy": 0.1566024363040924, + "num_tokens": 8550981.0, + "step": 4930 + }, + { + "entropy": 5.753549671173095, + "epoch": 0.38397198988523634, + "grad_norm": 0.9921875, + "learning_rate": 0.0004989440960989523, + "loss": 5.5932, + "mean_token_accuracy": 0.1530495285987854, + "num_tokens": 8559711.0, + "step": 4935 + }, + { + "entropy": 5.726752090454101, + "epoch": 0.3843610192569539, + "grad_norm": 1.0546875, + "learning_rate": 0.000498941412454744, + "loss": 5.5194, + "mean_token_accuracy": 0.15732942000031472, + "num_tokens": 8567797.0, + "step": 4940 + }, + { + "entropy": 5.742764091491699, + "epoch": 0.38475004862867146, + "grad_norm": 0.984375, + "learning_rate": 0.0004989387254125813, + "loss": 5.6155, + "mean_token_accuracy": 0.15704205930233, + "num_tokens": 8576719.0, + "step": 4945 + }, + { + "entropy": 5.787147092819214, + "epoch": 0.38513907800038905, + "grad_norm": 0.98046875, + "learning_rate": 0.0004989360349725049, + "loss": 5.6063, + "mean_token_accuracy": 0.16519807428121566, + "num_tokens": 8585871.0, + "step": 4950 + }, + { + "entropy": 5.770403671264648, + "epoch": 0.3855281073721066, + "grad_norm": 1.046875, + "learning_rate": 0.0004989333411345555, + "loss": 5.5042, + "mean_token_accuracy": 0.16043488979339598, + "num_tokens": 8594018.0, + "step": 4955 + }, + { + "entropy": 5.7103471755981445, + "epoch": 0.38591713674382416, + "grad_norm": 0.98828125, + "learning_rate": 0.0004989306438987742, + "loss": 5.6376, + "mean_token_accuracy": 0.15529824048280716, + "num_tokens": 8602788.0, + "step": 4960 + }, + { + "entropy": 5.816785144805908, + "epoch": 0.38630616611554175, + "grad_norm": 0.90234375, + "learning_rate": 0.0004989279432652018, + "loss": 5.5795, + "mean_token_accuracy": 0.16424058228731156, + "num_tokens": 8611837.0, + "step": 4965 + }, + { + "entropy": 5.7558619499206545, + "epoch": 0.3866951954872593, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989252392338791, + "loss": 5.5542, + "mean_token_accuracy": 0.16635178476572038, + "num_tokens": 8620114.0, + "step": 4970 + }, + { + "entropy": 5.8515918254852295, + "epoch": 0.38708422485897687, + "grad_norm": 1.15625, + "learning_rate": 0.0004989225318048475, + "loss": 5.6735, + "mean_token_accuracy": 0.15313750207424165, + "num_tokens": 8628777.0, + "step": 4975 + }, + { + "entropy": 5.812920141220093, + "epoch": 0.3874732542306944, + "grad_norm": 0.984375, + "learning_rate": 0.0004989198209781478, + "loss": 5.5769, + "mean_token_accuracy": 0.15885705202817918, + "num_tokens": 8637088.0, + "step": 4980 + }, + { + "entropy": 5.802033758163452, + "epoch": 0.387862283602412, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989171067538211, + "loss": 5.5898, + "mean_token_accuracy": 0.16069801449775695, + "num_tokens": 8645261.0, + "step": 4985 + }, + { + "entropy": 5.761074066162109, + "epoch": 0.38825131297412957, + "grad_norm": 1.0, + "learning_rate": 0.000498914389131909, + "loss": 5.5961, + "mean_token_accuracy": 0.16617487221956254, + "num_tokens": 8653492.0, + "step": 4990 + }, + { + "entropy": 5.704293870925904, + "epoch": 0.3886403423458471, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989116681124523, + "loss": 5.5388, + "mean_token_accuracy": 0.1667382687330246, + "num_tokens": 8661909.0, + "step": 4995 + }, + { + "entropy": 5.7351975440979, + "epoch": 0.3890293717175647, + "grad_norm": 1.015625, + "learning_rate": 0.0004989089436954924, + "loss": 5.5202, + "mean_token_accuracy": 0.16341256201267243, + "num_tokens": 8670332.0, + "step": 5000 + }, + { + "entropy": 5.7855016708374025, + "epoch": 0.3894184010892822, + "grad_norm": 0.95703125, + "learning_rate": 0.0004989062158810706, + "loss": 5.5536, + "mean_token_accuracy": 0.16609135121107102, + "num_tokens": 8678537.0, + "step": 5005 + }, + { + "entropy": 5.754712152481079, + "epoch": 0.3898074304609998, + "grad_norm": 1.0234375, + "learning_rate": 0.0004989034846692284, + "loss": 5.5204, + "mean_token_accuracy": 0.16194988489151002, + "num_tokens": 8686839.0, + "step": 5010 + }, + { + "entropy": 5.751804971694947, + "epoch": 0.3901964598327174, + "grad_norm": 1.03125, + "learning_rate": 0.0004989007500600073, + "loss": 5.5653, + "mean_token_accuracy": 0.16205074191093444, + "num_tokens": 8694407.0, + "step": 5015 + }, + { + "entropy": 5.7259783267974855, + "epoch": 0.3905854892044349, + "grad_norm": 1.0625, + "learning_rate": 0.0004988980120534486, + "loss": 5.5474, + "mean_token_accuracy": 0.16532619595527648, + "num_tokens": 8703484.0, + "step": 5020 + }, + { + "entropy": 5.849454307556153, + "epoch": 0.3909745185761525, + "grad_norm": 1.0078125, + "learning_rate": 0.000498895270649594, + "loss": 5.6414, + "mean_token_accuracy": 0.1563284620642662, + "num_tokens": 8712634.0, + "step": 5025 + }, + { + "entropy": 5.723186922073364, + "epoch": 0.39136354794787004, + "grad_norm": 0.9375, + "learning_rate": 0.000498892525848485, + "loss": 5.511, + "mean_token_accuracy": 0.16109795421361922, + "num_tokens": 8721229.0, + "step": 5030 + }, + { + "entropy": 5.738790845870971, + "epoch": 0.3917525773195876, + "grad_norm": 0.94140625, + "learning_rate": 0.0004988897776501633, + "loss": 5.5689, + "mean_token_accuracy": 0.1591969385743141, + "num_tokens": 8730010.0, + "step": 5035 + }, + { + "entropy": 5.693630981445312, + "epoch": 0.3921416066913052, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988870260546705, + "loss": 5.5627, + "mean_token_accuracy": 0.15526820123195648, + "num_tokens": 8739046.0, + "step": 5040 + }, + { + "entropy": 5.772187757492065, + "epoch": 0.39253063606302274, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988842710620486, + "loss": 5.6578, + "mean_token_accuracy": 0.16027751863002776, + "num_tokens": 8747650.0, + "step": 5045 + }, + { + "entropy": 5.765837001800537, + "epoch": 0.39291966543474033, + "grad_norm": 0.98828125, + "learning_rate": 0.0004988815126723391, + "loss": 5.5568, + "mean_token_accuracy": 0.15973474085330963, + "num_tokens": 8756319.0, + "step": 5050 + }, + { + "entropy": 5.666419649124146, + "epoch": 0.3933086948064579, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988787508855841, + "loss": 5.5966, + "mean_token_accuracy": 0.15986263900995254, + "num_tokens": 8765448.0, + "step": 5055 + }, + { + "entropy": 5.743461608886719, + "epoch": 0.39369772417817545, + "grad_norm": 0.984375, + "learning_rate": 0.0004988759857018253, + "loss": 5.5435, + "mean_token_accuracy": 0.1569396510720253, + "num_tokens": 8774146.0, + "step": 5060 + }, + { + "entropy": 5.681514263153076, + "epoch": 0.39408675354989303, + "grad_norm": 1.0, + "learning_rate": 0.0004988732171211048, + "loss": 5.4283, + "mean_token_accuracy": 0.16696038842201233, + "num_tokens": 8782311.0, + "step": 5065 + }, + { + "entropy": 5.661603260040283, + "epoch": 0.39447578292161056, + "grad_norm": 1.0625, + "learning_rate": 0.0004988704451434644, + "loss": 5.4571, + "mean_token_accuracy": 0.16644057780504226, + "num_tokens": 8790196.0, + "step": 5070 + }, + { + "entropy": 5.73674054145813, + "epoch": 0.39486481229332815, + "grad_norm": 1.03125, + "learning_rate": 0.0004988676697689465, + "loss": 5.5391, + "mean_token_accuracy": 0.16053062975406646, + "num_tokens": 8798836.0, + "step": 5075 + }, + { + "entropy": 5.671565914154053, + "epoch": 0.39525384166504574, + "grad_norm": 1.0625, + "learning_rate": 0.000498864890997593, + "loss": 5.5662, + "mean_token_accuracy": 0.16028236746788024, + "num_tokens": 8806942.0, + "step": 5080 + }, + { + "entropy": 5.820256471633911, + "epoch": 0.39564287103676327, + "grad_norm": 1.0625, + "learning_rate": 0.0004988621088294461, + "loss": 5.767, + "mean_token_accuracy": 0.1528549611568451, + "num_tokens": 8816354.0, + "step": 5085 + }, + { + "entropy": 5.827496862411499, + "epoch": 0.39603190040848085, + "grad_norm": 0.9921875, + "learning_rate": 0.000498859323264548, + "loss": 5.5447, + "mean_token_accuracy": 0.1612401783466339, + "num_tokens": 8824802.0, + "step": 5090 + }, + { + "entropy": 5.719425773620605, + "epoch": 0.3964209297801984, + "grad_norm": 0.984375, + "learning_rate": 0.000498856534302941, + "loss": 5.5136, + "mean_token_accuracy": 0.16859235763549804, + "num_tokens": 8833348.0, + "step": 5095 + }, + { + "entropy": 5.708423900604248, + "epoch": 0.39680995915191597, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988537419446673, + "loss": 5.5229, + "mean_token_accuracy": 0.16232937723398208, + "num_tokens": 8841131.0, + "step": 5100 + }, + { + "entropy": 5.681782531738281, + "epoch": 0.39719898852363356, + "grad_norm": 0.96875, + "learning_rate": 0.0004988509461897694, + "loss": 5.5274, + "mean_token_accuracy": 0.16558895707130433, + "num_tokens": 8849768.0, + "step": 5105 + }, + { + "entropy": 5.772430324554444, + "epoch": 0.3975880178953511, + "grad_norm": 1.015625, + "learning_rate": 0.0004988481470382897, + "loss": 5.4992, + "mean_token_accuracy": 0.1691967472434044, + "num_tokens": 8858170.0, + "step": 5110 + }, + { + "entropy": 5.7239025115966795, + "epoch": 0.3979770472670687, + "grad_norm": 1.0234375, + "learning_rate": 0.0004988453444902708, + "loss": 5.5276, + "mean_token_accuracy": 0.16111491322517396, + "num_tokens": 8866720.0, + "step": 5115 + }, + { + "entropy": 5.794546890258789, + "epoch": 0.3983660766387862, + "grad_norm": 1.0546875, + "learning_rate": 0.0004988425385457549, + "loss": 5.5474, + "mean_token_accuracy": 0.1671929106116295, + "num_tokens": 8875141.0, + "step": 5120 + }, + { + "entropy": 5.768686103820801, + "epoch": 0.3987551060105038, + "grad_norm": 1.078125, + "learning_rate": 0.0004988397292047848, + "loss": 5.5472, + "mean_token_accuracy": 0.1745615229010582, + "num_tokens": 8884512.0, + "step": 5125 + }, + { + "entropy": 5.797606515884399, + "epoch": 0.3991441353822214, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988369164674032, + "loss": 5.6336, + "mean_token_accuracy": 0.16130153685808182, + "num_tokens": 8893487.0, + "step": 5130 + }, + { + "entropy": 5.716752338409424, + "epoch": 0.3995331647539389, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988341003336526, + "loss": 5.5614, + "mean_token_accuracy": 0.16188647747039794, + "num_tokens": 8902909.0, + "step": 5135 + }, + { + "entropy": 5.747018575668335, + "epoch": 0.3999221941256565, + "grad_norm": 0.9375, + "learning_rate": 0.0004988312808035757, + "loss": 5.4841, + "mean_token_accuracy": 0.16728559285402297, + "num_tokens": 8911311.0, + "step": 5140 + }, + { + "entropy": 5.66242356300354, + "epoch": 0.400311223497374, + "grad_norm": 0.9609375, + "learning_rate": 0.0004988284578772155, + "loss": 5.5035, + "mean_token_accuracy": 0.1671609714627266, + "num_tokens": 8920222.0, + "step": 5145 + }, + { + "entropy": 5.690232276916504, + "epoch": 0.4007002528690916, + "grad_norm": 0.984375, + "learning_rate": 0.0004988256315546146, + "loss": 5.5598, + "mean_token_accuracy": 0.15787924081087112, + "num_tokens": 8928763.0, + "step": 5150 + }, + { + "entropy": 5.861962509155274, + "epoch": 0.4010892822408092, + "grad_norm": 0.921875, + "learning_rate": 0.0004988228018358161, + "loss": 5.6159, + "mean_token_accuracy": 0.1600317895412445, + "num_tokens": 8937832.0, + "step": 5155 + }, + { + "entropy": 5.710369491577149, + "epoch": 0.40147831161252673, + "grad_norm": 1.046875, + "learning_rate": 0.0004988199687208628, + "loss": 5.4634, + "mean_token_accuracy": 0.1653993993997574, + "num_tokens": 8945662.0, + "step": 5160 + }, + { + "entropy": 5.673874187469482, + "epoch": 0.4018673409842443, + "grad_norm": 0.953125, + "learning_rate": 0.0004988171322097977, + "loss": 5.5616, + "mean_token_accuracy": 0.15639848113059998, + "num_tokens": 8954570.0, + "step": 5165 + }, + { + "entropy": 5.782657146453857, + "epoch": 0.4022563703559619, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988142923026638, + "loss": 5.5409, + "mean_token_accuracy": 0.16113771945238115, + "num_tokens": 8962827.0, + "step": 5170 + }, + { + "entropy": 5.779515027999878, + "epoch": 0.40264539972767943, + "grad_norm": 0.9765625, + "learning_rate": 0.0004988114489995044, + "loss": 5.573, + "mean_token_accuracy": 0.1641353115439415, + "num_tokens": 8972119.0, + "step": 5175 + }, + { + "entropy": 5.71273512840271, + "epoch": 0.403034429099397, + "grad_norm": 1.0, + "learning_rate": 0.0004988086023003624, + "loss": 5.4792, + "mean_token_accuracy": 0.16348525732755662, + "num_tokens": 8980498.0, + "step": 5180 + }, + { + "entropy": 5.760009813308716, + "epoch": 0.40342345847111455, + "grad_norm": 0.97265625, + "learning_rate": 0.0004988057522052811, + "loss": 5.6342, + "mean_token_accuracy": 0.1559661880135536, + "num_tokens": 8989819.0, + "step": 5185 + }, + { + "entropy": 5.809510660171509, + "epoch": 0.40381248784283214, + "grad_norm": 0.94921875, + "learning_rate": 0.0004988028987143037, + "loss": 5.6752, + "mean_token_accuracy": 0.15571251288056373, + "num_tokens": 8998884.0, + "step": 5190 + }, + { + "entropy": 5.758668708801269, + "epoch": 0.4042015172145497, + "grad_norm": 0.8828125, + "learning_rate": 0.0004988000418274736, + "loss": 5.5387, + "mean_token_accuracy": 0.16518065482378005, + "num_tokens": 9007806.0, + "step": 5195 + }, + { + "entropy": 5.784484100341797, + "epoch": 0.40459054658626725, + "grad_norm": 1.015625, + "learning_rate": 0.0004987971815448341, + "loss": 5.6966, + "mean_token_accuracy": 0.15061777085065842, + "num_tokens": 9016541.0, + "step": 5200 + }, + { + "entropy": 5.721669101715088, + "epoch": 0.40497957595798484, + "grad_norm": 0.9921875, + "learning_rate": 0.0004987943178664285, + "loss": 5.4546, + "mean_token_accuracy": 0.16586214303970337, + "num_tokens": 9024503.0, + "step": 5205 + }, + { + "entropy": 5.782793283462524, + "epoch": 0.40536860532970237, + "grad_norm": 1.03125, + "learning_rate": 0.0004987914507923004, + "loss": 5.5505, + "mean_token_accuracy": 0.16351571083068847, + "num_tokens": 9033182.0, + "step": 5210 + }, + { + "entropy": 5.703962326049805, + "epoch": 0.40575763470141996, + "grad_norm": 0.95703125, + "learning_rate": 0.0004987885803224931, + "loss": 5.5698, + "mean_token_accuracy": 0.1618541419506073, + "num_tokens": 9042281.0, + "step": 5215 + }, + { + "entropy": 5.786581754684448, + "epoch": 0.40614666407313754, + "grad_norm": 1.0546875, + "learning_rate": 0.0004987857064570505, + "loss": 5.4916, + "mean_token_accuracy": 0.16629716008901596, + "num_tokens": 9050570.0, + "step": 5220 + }, + { + "entropy": 5.802667093276978, + "epoch": 0.4065356934448551, + "grad_norm": 1.015625, + "learning_rate": 0.0004987828291960158, + "loss": 5.6534, + "mean_token_accuracy": 0.15524297803640366, + "num_tokens": 9059782.0, + "step": 5225 + }, + { + "entropy": 5.689572381973266, + "epoch": 0.40692472281657266, + "grad_norm": 1.015625, + "learning_rate": 0.000498779948539433, + "loss": 5.4, + "mean_token_accuracy": 0.17254798114299774, + "num_tokens": 9067484.0, + "step": 5230 + }, + { + "entropy": 5.732696390151977, + "epoch": 0.4073137521882902, + "grad_norm": 0.96875, + "learning_rate": 0.0004987770644873455, + "loss": 5.6196, + "mean_token_accuracy": 0.16232876777648925, + "num_tokens": 9075740.0, + "step": 5235 + }, + { + "entropy": 5.819503831863403, + "epoch": 0.4077027815600078, + "grad_norm": 1.0390625, + "learning_rate": 0.0004987741770397974, + "loss": 5.6565, + "mean_token_accuracy": 0.1580768421292305, + "num_tokens": 9084137.0, + "step": 5240 + }, + { + "entropy": 5.7091607570648195, + "epoch": 0.40809181093172536, + "grad_norm": 0.95703125, + "learning_rate": 0.0004987712861968323, + "loss": 5.4425, + "mean_token_accuracy": 0.16982385367155076, + "num_tokens": 9093245.0, + "step": 5245 + }, + { + "entropy": 5.642366218566894, + "epoch": 0.4084808403034429, + "grad_norm": 0.984375, + "learning_rate": 0.000498768391958494, + "loss": 5.4436, + "mean_token_accuracy": 0.17219747751951217, + "num_tokens": 9102837.0, + "step": 5250 + }, + { + "entropy": 5.715507888793946, + "epoch": 0.4088698696751605, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987654943248266, + "loss": 5.5094, + "mean_token_accuracy": 0.1671164534986019, + "num_tokens": 9111087.0, + "step": 5255 + }, + { + "entropy": 5.715580224990845, + "epoch": 0.40925889904687807, + "grad_norm": 1.0, + "learning_rate": 0.0004987625932958739, + "loss": 5.5389, + "mean_token_accuracy": 0.17025153189897538, + "num_tokens": 9120506.0, + "step": 5260 + }, + { + "entropy": 5.793882369995117, + "epoch": 0.4096479284185956, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987596888716801, + "loss": 5.7239, + "mean_token_accuracy": 0.15377746447920798, + "num_tokens": 9129637.0, + "step": 5265 + }, + { + "entropy": 5.832787895202637, + "epoch": 0.4100369577903132, + "grad_norm": 0.98828125, + "learning_rate": 0.0004987567810522892, + "loss": 5.5138, + "mean_token_accuracy": 0.16298867911100387, + "num_tokens": 9139338.0, + "step": 5270 + }, + { + "entropy": 5.704374980926514, + "epoch": 0.4104259871620307, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987538698377451, + "loss": 5.549, + "mean_token_accuracy": 0.1638969212770462, + "num_tokens": 9148034.0, + "step": 5275 + }, + { + "entropy": 5.7266558647155765, + "epoch": 0.4108150165337483, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987509552280924, + "loss": 5.4992, + "mean_token_accuracy": 0.16262540221214294, + "num_tokens": 9156744.0, + "step": 5280 + }, + { + "entropy": 5.6911859035491945, + "epoch": 0.4112040459054659, + "grad_norm": 1.015625, + "learning_rate": 0.000498748037223375, + "loss": 5.4738, + "mean_token_accuracy": 0.16808437556028366, + "num_tokens": 9165174.0, + "step": 5285 + }, + { + "entropy": 5.6812522411346436, + "epoch": 0.4115930752771834, + "grad_norm": 0.98046875, + "learning_rate": 0.0004987451158236372, + "loss": 5.4909, + "mean_token_accuracy": 0.16852608770132066, + "num_tokens": 9173945.0, + "step": 5290 + }, + { + "entropy": 5.762362098693847, + "epoch": 0.411982104648901, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987421910289234, + "loss": 5.4926, + "mean_token_accuracy": 0.16189738661050795, + "num_tokens": 9182728.0, + "step": 5295 + }, + { + "entropy": 5.668687152862549, + "epoch": 0.41237113402061853, + "grad_norm": 0.96875, + "learning_rate": 0.0004987392628392781, + "loss": 5.5228, + "mean_token_accuracy": 0.1617294430732727, + "num_tokens": 9191494.0, + "step": 5300 + }, + { + "entropy": 5.738568305969238, + "epoch": 0.4127601633923361, + "grad_norm": 1.0390625, + "learning_rate": 0.0004987363312547456, + "loss": 5.5492, + "mean_token_accuracy": 0.16261912733316422, + "num_tokens": 9199190.0, + "step": 5305 + }, + { + "entropy": 5.695952987670898, + "epoch": 0.4131491927640537, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987333962753703, + "loss": 5.4777, + "mean_token_accuracy": 0.1633556604385376, + "num_tokens": 9208066.0, + "step": 5310 + }, + { + "entropy": 5.736075210571289, + "epoch": 0.41353822213577124, + "grad_norm": 0.984375, + "learning_rate": 0.0004987304579011967, + "loss": 5.4827, + "mean_token_accuracy": 0.1680247128009796, + "num_tokens": 9217103.0, + "step": 5315 + }, + { + "entropy": 5.719621896743774, + "epoch": 0.4139272515074888, + "grad_norm": 1.078125, + "learning_rate": 0.0004987275161322697, + "loss": 5.5188, + "mean_token_accuracy": 0.15984098762273788, + "num_tokens": 9225786.0, + "step": 5320 + }, + { + "entropy": 5.776179695129395, + "epoch": 0.41431628087920636, + "grad_norm": 1.0546875, + "learning_rate": 0.0004987245709686337, + "loss": 5.5301, + "mean_token_accuracy": 0.16916029453277587, + "num_tokens": 9234182.0, + "step": 5325 + }, + { + "entropy": 5.741197729110718, + "epoch": 0.41470531025092394, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987216224103334, + "loss": 5.5122, + "mean_token_accuracy": 0.1564493805170059, + "num_tokens": 9243844.0, + "step": 5330 + }, + { + "entropy": 5.711385488510132, + "epoch": 0.41509433962264153, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987186704574136, + "loss": 5.5045, + "mean_token_accuracy": 0.16829753071069717, + "num_tokens": 9252901.0, + "step": 5335 + }, + { + "entropy": 5.6386919021606445, + "epoch": 0.41548336899435906, + "grad_norm": 0.90234375, + "learning_rate": 0.0004987157151099189, + "loss": 5.4921, + "mean_token_accuracy": 0.16120805144309996, + "num_tokens": 9260947.0, + "step": 5340 + }, + { + "entropy": 5.762169742584229, + "epoch": 0.41587239836607665, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987127563678945, + "loss": 5.5373, + "mean_token_accuracy": 0.1641700491309166, + "num_tokens": 9269249.0, + "step": 5345 + }, + { + "entropy": 5.715381860733032, + "epoch": 0.4162614277377942, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987097942313852, + "loss": 5.5476, + "mean_token_accuracy": 0.16414593309164047, + "num_tokens": 9277668.0, + "step": 5350 + }, + { + "entropy": 5.705289697647094, + "epoch": 0.41665045710951176, + "grad_norm": 1.0625, + "learning_rate": 0.0004987068287004355, + "loss": 5.5409, + "mean_token_accuracy": 0.15832844227552414, + "num_tokens": 9286000.0, + "step": 5355 + }, + { + "entropy": 5.742699480056762, + "epoch": 0.41703948648122935, + "grad_norm": 0.9609375, + "learning_rate": 0.0004987038597750909, + "loss": 5.5861, + "mean_token_accuracy": 0.15789835453033446, + "num_tokens": 9295090.0, + "step": 5360 + }, + { + "entropy": 5.71341724395752, + "epoch": 0.4174285158529469, + "grad_norm": 0.9921875, + "learning_rate": 0.0004987008874553964, + "loss": 5.5016, + "mean_token_accuracy": 0.16354818493127823, + "num_tokens": 9302996.0, + "step": 5365 + }, + { + "entropy": 5.683341407775879, + "epoch": 0.41781754522466447, + "grad_norm": 1.046875, + "learning_rate": 0.0004986979117413969, + "loss": 5.4018, + "mean_token_accuracy": 0.17096701115369797, + "num_tokens": 9311636.0, + "step": 5370 + }, + { + "entropy": 5.694851970672607, + "epoch": 0.41820657459638205, + "grad_norm": 1.03125, + "learning_rate": 0.0004986949326331376, + "loss": 5.5059, + "mean_token_accuracy": 0.16198326498270035, + "num_tokens": 9319884.0, + "step": 5375 + }, + { + "entropy": 5.613385772705078, + "epoch": 0.4185956039680996, + "grad_norm": 0.98828125, + "learning_rate": 0.0004986919501306638, + "loss": 5.4534, + "mean_token_accuracy": 0.16765042394399643, + "num_tokens": 9328273.0, + "step": 5380 + }, + { + "entropy": 5.693991851806641, + "epoch": 0.41898463333981717, + "grad_norm": 1.03125, + "learning_rate": 0.0004986889642340207, + "loss": 5.5737, + "mean_token_accuracy": 0.156100807338953, + "num_tokens": 9337696.0, + "step": 5385 + }, + { + "entropy": 5.75873703956604, + "epoch": 0.4193736627115347, + "grad_norm": 0.9296875, + "learning_rate": 0.0004986859749432536, + "loss": 5.5447, + "mean_token_accuracy": 0.16316066682338715, + "num_tokens": 9346596.0, + "step": 5390 + }, + { + "entropy": 5.716987037658692, + "epoch": 0.4197626920832523, + "grad_norm": 0.984375, + "learning_rate": 0.0004986829822584078, + "loss": 5.4887, + "mean_token_accuracy": 0.16210612803697586, + "num_tokens": 9355480.0, + "step": 5395 + }, + { + "entropy": 5.712895011901855, + "epoch": 0.4201517214549699, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986799861795289, + "loss": 5.5305, + "mean_token_accuracy": 0.16527193188667297, + "num_tokens": 9364422.0, + "step": 5400 + }, + { + "entropy": 5.707545804977417, + "epoch": 0.4205407508266874, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986769867066622, + "loss": 5.4093, + "mean_token_accuracy": 0.16503172516822814, + "num_tokens": 9372311.0, + "step": 5405 + }, + { + "entropy": 5.682763624191284, + "epoch": 0.420929780198405, + "grad_norm": 1.046875, + "learning_rate": 0.0004986739838398532, + "loss": 5.5495, + "mean_token_accuracy": 0.16107411831617355, + "num_tokens": 9380936.0, + "step": 5410 + }, + { + "entropy": 5.683968544006348, + "epoch": 0.4213188095701225, + "grad_norm": 0.91796875, + "learning_rate": 0.0004986709775791475, + "loss": 5.4955, + "mean_token_accuracy": 0.16949945986270903, + "num_tokens": 9390008.0, + "step": 5415 + }, + { + "entropy": 5.732982110977173, + "epoch": 0.4217078389418401, + "grad_norm": 1.0234375, + "learning_rate": 0.0004986679679245907, + "loss": 5.5721, + "mean_token_accuracy": 0.16321041733026503, + "num_tokens": 9398771.0, + "step": 5420 + }, + { + "entropy": 5.714467477798462, + "epoch": 0.4220968683135577, + "grad_norm": 0.953125, + "learning_rate": 0.0004986649548762286, + "loss": 5.5652, + "mean_token_accuracy": 0.16471161246299743, + "num_tokens": 9407105.0, + "step": 5425 + }, + { + "entropy": 5.720512437820434, + "epoch": 0.4224858976852752, + "grad_norm": 0.953125, + "learning_rate": 0.0004986619384341066, + "loss": 5.5494, + "mean_token_accuracy": 0.1671588495373726, + "num_tokens": 9415737.0, + "step": 5430 + }, + { + "entropy": 5.714883708953858, + "epoch": 0.4228749270569928, + "grad_norm": 1.0, + "learning_rate": 0.0004986589185982708, + "loss": 5.4964, + "mean_token_accuracy": 0.16671057492494584, + "num_tokens": 9424661.0, + "step": 5435 + }, + { + "entropy": 5.779036808013916, + "epoch": 0.42326395642871034, + "grad_norm": 1.015625, + "learning_rate": 0.0004986558953687671, + "loss": 5.5689, + "mean_token_accuracy": 0.1595238134264946, + "num_tokens": 9433971.0, + "step": 5440 + }, + { + "entropy": 5.658939170837402, + "epoch": 0.42365298580042793, + "grad_norm": 0.984375, + "learning_rate": 0.0004986528687456409, + "loss": 5.5041, + "mean_token_accuracy": 0.16503361463546753, + "num_tokens": 9442905.0, + "step": 5445 + }, + { + "entropy": 5.674489879608155, + "epoch": 0.4240420151721455, + "grad_norm": 1.1328125, + "learning_rate": 0.0004986498387289384, + "loss": 5.5473, + "mean_token_accuracy": 0.16705762594938278, + "num_tokens": 9451258.0, + "step": 5450 + }, + { + "entropy": 5.713934373855591, + "epoch": 0.42443104454386305, + "grad_norm": 1.0, + "learning_rate": 0.0004986468053187058, + "loss": 5.4969, + "mean_token_accuracy": 0.16497478485107422, + "num_tokens": 9460218.0, + "step": 5455 + }, + { + "entropy": 5.71204571723938, + "epoch": 0.42482007391558063, + "grad_norm": 1.0234375, + "learning_rate": 0.0004986437685149887, + "loss": 5.5445, + "mean_token_accuracy": 0.1658524125814438, + "num_tokens": 9468756.0, + "step": 5460 + }, + { + "entropy": 5.725471305847168, + "epoch": 0.4252091032872982, + "grad_norm": 1.0078125, + "learning_rate": 0.0004986407283178334, + "loss": 5.5697, + "mean_token_accuracy": 0.165852914750576, + "num_tokens": 9477622.0, + "step": 5465 + }, + { + "entropy": 5.699073648452758, + "epoch": 0.42559813265901575, + "grad_norm": 0.953125, + "learning_rate": 0.0004986376847272861, + "loss": 5.4257, + "mean_token_accuracy": 0.17033136934041976, + "num_tokens": 9486332.0, + "step": 5470 + }, + { + "entropy": 5.698595094680786, + "epoch": 0.42598716203073334, + "grad_norm": 1.0, + "learning_rate": 0.0004986346377433929, + "loss": 5.4375, + "mean_token_accuracy": 0.17676602452993392, + "num_tokens": 9494703.0, + "step": 5475 + }, + { + "entropy": 5.678912258148193, + "epoch": 0.42637619140245087, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986315873661999, + "loss": 5.3919, + "mean_token_accuracy": 0.1781506434082985, + "num_tokens": 9503008.0, + "step": 5480 + }, + { + "entropy": 5.712614440917969, + "epoch": 0.42676522077416845, + "grad_norm": 1.0078125, + "learning_rate": 0.0004986285335957536, + "loss": 5.5112, + "mean_token_accuracy": 0.16455856263637542, + "num_tokens": 9511752.0, + "step": 5485 + }, + { + "entropy": 5.661769199371338, + "epoch": 0.42715425014588604, + "grad_norm": 1.0625, + "learning_rate": 0.0004986254764321002, + "loss": 5.4136, + "mean_token_accuracy": 0.16830996423959732, + "num_tokens": 9520490.0, + "step": 5490 + }, + { + "entropy": 5.650809097290039, + "epoch": 0.42754327951760357, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986224158752861, + "loss": 5.4747, + "mean_token_accuracy": 0.16516461968421936, + "num_tokens": 9528474.0, + "step": 5495 + }, + { + "entropy": 5.742059564590454, + "epoch": 0.42793230888932116, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986193519253578, + "loss": 5.5615, + "mean_token_accuracy": 0.16216895580291749, + "num_tokens": 9537747.0, + "step": 5500 + }, + { + "entropy": 5.681634855270386, + "epoch": 0.4283213382610387, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986162845823618, + "loss": 5.484, + "mean_token_accuracy": 0.160535629093647, + "num_tokens": 9546414.0, + "step": 5505 + }, + { + "entropy": 5.689042711257935, + "epoch": 0.4287103676327563, + "grad_norm": 0.9140625, + "learning_rate": 0.0004986132138463446, + "loss": 5.4927, + "mean_token_accuracy": 0.16490281671285628, + "num_tokens": 9555166.0, + "step": 5510 + }, + { + "entropy": 5.7525488376617435, + "epoch": 0.42909939700447386, + "grad_norm": 1.046875, + "learning_rate": 0.0004986101397173528, + "loss": 5.5547, + "mean_token_accuracy": 0.1655886948108673, + "num_tokens": 9563217.0, + "step": 5515 + }, + { + "entropy": 5.717628622055054, + "epoch": 0.4294884263761914, + "grad_norm": 0.9609375, + "learning_rate": 0.000498607062195433, + "loss": 5.5997, + "mean_token_accuracy": 0.15301982015371324, + "num_tokens": 9572837.0, + "step": 5520 + }, + { + "entropy": 5.757178735733032, + "epoch": 0.429877455747909, + "grad_norm": 0.97265625, + "learning_rate": 0.000498603981280632, + "loss": 5.4978, + "mean_token_accuracy": 0.16078530102968216, + "num_tokens": 9581297.0, + "step": 5525 + }, + { + "entropy": 5.6680278301239015, + "epoch": 0.4302664851196265, + "grad_norm": 0.953125, + "learning_rate": 0.0004986008969729964, + "loss": 5.5719, + "mean_token_accuracy": 0.16208446323871611, + "num_tokens": 9590431.0, + "step": 5530 + }, + { + "entropy": 5.769735717773438, + "epoch": 0.4306555144913441, + "grad_norm": 0.98828125, + "learning_rate": 0.0004985978092725731, + "loss": 5.6239, + "mean_token_accuracy": 0.15763482004404067, + "num_tokens": 9598719.0, + "step": 5535 + }, + { + "entropy": 5.775566530227661, + "epoch": 0.4310445438630617, + "grad_norm": 1.0390625, + "learning_rate": 0.000498594718179409, + "loss": 5.6193, + "mean_token_accuracy": 0.16195805072784425, + "num_tokens": 9606935.0, + "step": 5540 + }, + { + "entropy": 5.778594875335694, + "epoch": 0.4314335732347792, + "grad_norm": 1.1015625, + "learning_rate": 0.0004985916236935508, + "loss": 5.5615, + "mean_token_accuracy": 0.16631187945604325, + "num_tokens": 9615104.0, + "step": 5545 + }, + { + "entropy": 5.863265514373779, + "epoch": 0.4318226026064968, + "grad_norm": 1.046875, + "learning_rate": 0.0004985885258150458, + "loss": 5.5879, + "mean_token_accuracy": 0.15800173580646515, + "num_tokens": 9623332.0, + "step": 5550 + }, + { + "entropy": 5.610420417785645, + "epoch": 0.43221163197821433, + "grad_norm": 0.9765625, + "learning_rate": 0.0004985854245439408, + "loss": 5.4311, + "mean_token_accuracy": 0.1664763495326042, + "num_tokens": 9631874.0, + "step": 5555 + }, + { + "entropy": 5.634915590286255, + "epoch": 0.4326006613499319, + "grad_norm": 0.94921875, + "learning_rate": 0.0004985823198802827, + "loss": 5.4814, + "mean_token_accuracy": 0.16169906109571458, + "num_tokens": 9641150.0, + "step": 5560 + }, + { + "entropy": 5.643579006195068, + "epoch": 0.4329896907216495, + "grad_norm": 1.046875, + "learning_rate": 0.0004985792118241188, + "loss": 5.3094, + "mean_token_accuracy": 0.17493287473917007, + "num_tokens": 9649116.0, + "step": 5565 + }, + { + "entropy": 5.688484382629395, + "epoch": 0.43337872009336703, + "grad_norm": 1.0234375, + "learning_rate": 0.0004985761003754961, + "loss": 5.5426, + "mean_token_accuracy": 0.16924417316913604, + "num_tokens": 9657579.0, + "step": 5570 + }, + { + "entropy": 5.6803422451019285, + "epoch": 0.4337677494650846, + "grad_norm": 1.0078125, + "learning_rate": 0.0004985729855344622, + "loss": 5.512, + "mean_token_accuracy": 0.16509860008955002, + "num_tokens": 9666242.0, + "step": 5575 + }, + { + "entropy": 5.7111921310424805, + "epoch": 0.4341567788368022, + "grad_norm": 0.9921875, + "learning_rate": 0.000498569867301064, + "loss": 5.5006, + "mean_token_accuracy": 0.1659751445055008, + "num_tokens": 9675196.0, + "step": 5580 + }, + { + "entropy": 5.700456762313843, + "epoch": 0.43454580820851973, + "grad_norm": 1.03125, + "learning_rate": 0.0004985667456753489, + "loss": 5.4593, + "mean_token_accuracy": 0.16661814898252486, + "num_tokens": 9683681.0, + "step": 5585 + }, + { + "entropy": 5.655364751815796, + "epoch": 0.4349348375802373, + "grad_norm": 1.109375, + "learning_rate": 0.0004985636206573642, + "loss": 5.5346, + "mean_token_accuracy": 0.16666558384895325, + "num_tokens": 9692445.0, + "step": 5590 + }, + { + "entropy": 5.693232583999634, + "epoch": 0.43532386695195485, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985604922471575, + "loss": 5.4283, + "mean_token_accuracy": 0.1684398427605629, + "num_tokens": 9701256.0, + "step": 5595 + }, + { + "entropy": 5.690249300003051, + "epoch": 0.43571289632367244, + "grad_norm": 0.98828125, + "learning_rate": 0.0004985573604447761, + "loss": 5.4647, + "mean_token_accuracy": 0.16726021617650985, + "num_tokens": 9710351.0, + "step": 5600 + }, + { + "entropy": 5.740422916412354, + "epoch": 0.43610192569539, + "grad_norm": 1.03125, + "learning_rate": 0.0004985542252502676, + "loss": 5.5413, + "mean_token_accuracy": 0.15877096205949784, + "num_tokens": 9718795.0, + "step": 5605 + }, + { + "entropy": 5.731997489929199, + "epoch": 0.43649095506710756, + "grad_norm": 1.0390625, + "learning_rate": 0.0004985510866636796, + "loss": 5.4606, + "mean_token_accuracy": 0.16399804949760438, + "num_tokens": 9727136.0, + "step": 5610 + }, + { + "entropy": 5.632516717910766, + "epoch": 0.43687998443882514, + "grad_norm": 1.0234375, + "learning_rate": 0.0004985479446850596, + "loss": 5.4579, + "mean_token_accuracy": 0.17203980833292007, + "num_tokens": 9735712.0, + "step": 5615 + }, + { + "entropy": 5.69036169052124, + "epoch": 0.4372690138105427, + "grad_norm": 1.0390625, + "learning_rate": 0.0004985447993144554, + "loss": 5.4946, + "mean_token_accuracy": 0.16453454941511153, + "num_tokens": 9744027.0, + "step": 5620 + }, + { + "entropy": 5.790532541275025, + "epoch": 0.43765804318226026, + "grad_norm": 1.0, + "learning_rate": 0.0004985416505519147, + "loss": 5.6184, + "mean_token_accuracy": 0.1604256197810173, + "num_tokens": 9753083.0, + "step": 5625 + }, + { + "entropy": 5.778309011459351, + "epoch": 0.43804707255397785, + "grad_norm": 0.9609375, + "learning_rate": 0.0004985384983974853, + "loss": 5.551, + "mean_token_accuracy": 0.16635619699954987, + "num_tokens": 9762098.0, + "step": 5630 + }, + { + "entropy": 5.731233310699463, + "epoch": 0.4384361019256954, + "grad_norm": 1.0546875, + "learning_rate": 0.0004985353428512148, + "loss": 5.495, + "mean_token_accuracy": 0.16542133092880248, + "num_tokens": 9770956.0, + "step": 5635 + }, + { + "entropy": 5.656954526901245, + "epoch": 0.43882513129741296, + "grad_norm": 1.0, + "learning_rate": 0.0004985321839131514, + "loss": 5.4417, + "mean_token_accuracy": 0.17078006863594056, + "num_tokens": 9779427.0, + "step": 5640 + }, + { + "entropy": 5.718938112258911, + "epoch": 0.4392141606691305, + "grad_norm": 0.90234375, + "learning_rate": 0.0004985290215833428, + "loss": 5.5177, + "mean_token_accuracy": 0.17064714282751084, + "num_tokens": 9787655.0, + "step": 5645 + }, + { + "entropy": 5.691762399673462, + "epoch": 0.4396031900408481, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985258558618372, + "loss": 5.4529, + "mean_token_accuracy": 0.17139697521924974, + "num_tokens": 9796850.0, + "step": 5650 + }, + { + "entropy": 5.693294715881348, + "epoch": 0.43999221941256567, + "grad_norm": 0.93359375, + "learning_rate": 0.0004985226867486825, + "loss": 5.5312, + "mean_token_accuracy": 0.1715284064412117, + "num_tokens": 9805317.0, + "step": 5655 + }, + { + "entropy": 5.686817598342896, + "epoch": 0.4403812487842832, + "grad_norm": 1.0546875, + "learning_rate": 0.0004985195142439267, + "loss": 5.4756, + "mean_token_accuracy": 0.1679181158542633, + "num_tokens": 9814249.0, + "step": 5660 + }, + { + "entropy": 5.72498722076416, + "epoch": 0.4407702781560008, + "grad_norm": 0.95703125, + "learning_rate": 0.0004985163383476181, + "loss": 5.567, + "mean_token_accuracy": 0.16245064735412598, + "num_tokens": 9823122.0, + "step": 5665 + }, + { + "entropy": 5.667973136901855, + "epoch": 0.44115930752771837, + "grad_norm": 1.0078125, + "learning_rate": 0.0004985131590598048, + "loss": 5.4305, + "mean_token_accuracy": 0.17121292799711227, + "num_tokens": 9831470.0, + "step": 5670 + }, + { + "entropy": 5.698353910446167, + "epoch": 0.4415483368994359, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985099763805352, + "loss": 5.5381, + "mean_token_accuracy": 0.16199323832988738, + "num_tokens": 9840096.0, + "step": 5675 + }, + { + "entropy": 5.7460099220275875, + "epoch": 0.4419373662711535, + "grad_norm": 0.96484375, + "learning_rate": 0.0004985067903098574, + "loss": 5.4881, + "mean_token_accuracy": 0.16864942610263825, + "num_tokens": 9848595.0, + "step": 5680 + }, + { + "entropy": 5.675258588790894, + "epoch": 0.442326395642871, + "grad_norm": 0.953125, + "learning_rate": 0.0004985036008478197, + "loss": 5.4416, + "mean_token_accuracy": 0.1585637226700783, + "num_tokens": 9857353.0, + "step": 5685 + }, + { + "entropy": 5.700889730453492, + "epoch": 0.4427154250145886, + "grad_norm": 1.0625, + "learning_rate": 0.0004985004079944707, + "loss": 5.4832, + "mean_token_accuracy": 0.16071876734495164, + "num_tokens": 9865828.0, + "step": 5690 + }, + { + "entropy": 5.6535553455352785, + "epoch": 0.4431044543863062, + "grad_norm": 0.94921875, + "learning_rate": 0.0004984972117498587, + "loss": 5.5072, + "mean_token_accuracy": 0.16214866042137147, + "num_tokens": 9874540.0, + "step": 5695 + }, + { + "entropy": 5.715157461166382, + "epoch": 0.4434934837580237, + "grad_norm": 0.9765625, + "learning_rate": 0.0004984940121140323, + "loss": 5.5008, + "mean_token_accuracy": 0.16645390838384627, + "num_tokens": 9883046.0, + "step": 5700 + }, + { + "entropy": 5.691306400299072, + "epoch": 0.4438825131297413, + "grad_norm": 1.1015625, + "learning_rate": 0.00049849080908704, + "loss": 5.4468, + "mean_token_accuracy": 0.16432710587978364, + "num_tokens": 9892282.0, + "step": 5705 + }, + { + "entropy": 5.697309494018555, + "epoch": 0.44427154250145884, + "grad_norm": 0.94921875, + "learning_rate": 0.0004984876026689302, + "loss": 5.3927, + "mean_token_accuracy": 0.17191525995731355, + "num_tokens": 9900653.0, + "step": 5710 + }, + { + "entropy": 5.603246593475342, + "epoch": 0.4446605718731764, + "grad_norm": 1.0234375, + "learning_rate": 0.000498484392859752, + "loss": 5.4154, + "mean_token_accuracy": 0.17437574863433838, + "num_tokens": 9909323.0, + "step": 5715 + }, + { + "entropy": 5.6650214195251465, + "epoch": 0.445049601244894, + "grad_norm": 0.95703125, + "learning_rate": 0.0004984811796595538, + "loss": 5.5474, + "mean_token_accuracy": 0.1614001512527466, + "num_tokens": 9918155.0, + "step": 5720 + }, + { + "entropy": 5.8071013450622555, + "epoch": 0.44543863061661154, + "grad_norm": 1.0234375, + "learning_rate": 0.0004984779630683843, + "loss": 5.5043, + "mean_token_accuracy": 0.1654750481247902, + "num_tokens": 9925977.0, + "step": 5725 + }, + { + "entropy": 5.726596021652222, + "epoch": 0.44582765998832913, + "grad_norm": 0.9140625, + "learning_rate": 0.0004984747430862924, + "loss": 5.499, + "mean_token_accuracy": 0.16687430441379547, + "num_tokens": 9934606.0, + "step": 5730 + }, + { + "entropy": 5.6400782585144045, + "epoch": 0.44621668936004666, + "grad_norm": 1.0078125, + "learning_rate": 0.0004984715197133271, + "loss": 5.4576, + "mean_token_accuracy": 0.16767924875020981, + "num_tokens": 9943638.0, + "step": 5735 + }, + { + "entropy": 5.678442335128784, + "epoch": 0.44660571873176425, + "grad_norm": 1.0390625, + "learning_rate": 0.0004984682929495371, + "loss": 5.4881, + "mean_token_accuracy": 0.16466905921697617, + "num_tokens": 9952686.0, + "step": 5740 + }, + { + "entropy": 5.755481910705567, + "epoch": 0.44699474810348183, + "grad_norm": 0.953125, + "learning_rate": 0.0004984650627949715, + "loss": 5.6655, + "mean_token_accuracy": 0.1529266878962517, + "num_tokens": 9961947.0, + "step": 5745 + }, + { + "entropy": 5.745148324966431, + "epoch": 0.44738377747519936, + "grad_norm": 0.875, + "learning_rate": 0.0004984618292496792, + "loss": 5.4931, + "mean_token_accuracy": 0.1682150661945343, + "num_tokens": 9971218.0, + "step": 5750 + }, + { + "entropy": 5.724733972549439, + "epoch": 0.44777280684691695, + "grad_norm": 1.078125, + "learning_rate": 0.0004984585923137093, + "loss": 5.5207, + "mean_token_accuracy": 0.16295331418514253, + "num_tokens": 9980741.0, + "step": 5755 + }, + { + "entropy": 5.766764783859253, + "epoch": 0.4481618362186345, + "grad_norm": 1.015625, + "learning_rate": 0.000498455351987111, + "loss": 5.4972, + "mean_token_accuracy": 0.16979309171438217, + "num_tokens": 9989483.0, + "step": 5760 + }, + { + "entropy": 5.759484958648682, + "epoch": 0.44855086559035207, + "grad_norm": 1.0, + "learning_rate": 0.0004984521082699333, + "loss": 5.5286, + "mean_token_accuracy": 0.16119166612625122, + "num_tokens": 9998491.0, + "step": 5765 + }, + { + "entropy": 5.612123298645019, + "epoch": 0.44893989496206965, + "grad_norm": 0.9765625, + "learning_rate": 0.0004984488611622256, + "loss": 5.4047, + "mean_token_accuracy": 0.16882879436016082, + "num_tokens": 10006276.0, + "step": 5770 + }, + { + "entropy": 5.6463076114654545, + "epoch": 0.4493289243337872, + "grad_norm": 0.9609375, + "learning_rate": 0.000498445610664037, + "loss": 5.5013, + "mean_token_accuracy": 0.1660662427544594, + "num_tokens": 10015088.0, + "step": 5775 + }, + { + "entropy": 5.708720779418945, + "epoch": 0.44971795370550477, + "grad_norm": 0.92578125, + "learning_rate": 0.000498442356775417, + "loss": 5.4594, + "mean_token_accuracy": 0.16434096843004226, + "num_tokens": 10023305.0, + "step": 5780 + }, + { + "entropy": 5.618870544433594, + "epoch": 0.45010698307722236, + "grad_norm": 1.03125, + "learning_rate": 0.0004984390994964148, + "loss": 5.4102, + "mean_token_accuracy": 0.16594898849725723, + "num_tokens": 10031540.0, + "step": 5785 + }, + { + "entropy": 5.698048686981201, + "epoch": 0.4504960124489399, + "grad_norm": 0.90625, + "learning_rate": 0.00049843583882708, + "loss": 5.5067, + "mean_token_accuracy": 0.16628773510456085, + "num_tokens": 10040025.0, + "step": 5790 + }, + { + "entropy": 5.6761805534362795, + "epoch": 0.4508850418206575, + "grad_norm": 0.95703125, + "learning_rate": 0.000498432574767462, + "loss": 5.5097, + "mean_token_accuracy": 0.16497354656457902, + "num_tokens": 10048904.0, + "step": 5795 + }, + { + "entropy": 5.717904853820801, + "epoch": 0.451274071192375, + "grad_norm": 1.0, + "learning_rate": 0.0004984293073176103, + "loss": 5.5377, + "mean_token_accuracy": 0.16159916371107103, + "num_tokens": 10057608.0, + "step": 5800 + }, + { + "entropy": 5.765069532394409, + "epoch": 0.4516631005640926, + "grad_norm": 0.97265625, + "learning_rate": 0.0004984260364775744, + "loss": 5.5017, + "mean_token_accuracy": 0.16796645820140838, + "num_tokens": 10066587.0, + "step": 5805 + }, + { + "entropy": 5.649991655349732, + "epoch": 0.4520521299358102, + "grad_norm": 1.015625, + "learning_rate": 0.000498422762247404, + "loss": 5.4605, + "mean_token_accuracy": 0.16765116751194, + "num_tokens": 10075651.0, + "step": 5810 + }, + { + "entropy": 5.7269245147705075, + "epoch": 0.4524411593075277, + "grad_norm": 0.99609375, + "learning_rate": 0.0004984194846271489, + "loss": 5.5845, + "mean_token_accuracy": 0.16291481852531434, + "num_tokens": 10084158.0, + "step": 5815 + }, + { + "entropy": 5.764606714248657, + "epoch": 0.4528301886792453, + "grad_norm": 1.09375, + "learning_rate": 0.0004984162036168586, + "loss": 5.5048, + "mean_token_accuracy": 0.1609376475214958, + "num_tokens": 10093730.0, + "step": 5820 + }, + { + "entropy": 5.68165225982666, + "epoch": 0.4532192180509628, + "grad_norm": 0.99609375, + "learning_rate": 0.0004984129192165831, + "loss": 5.4258, + "mean_token_accuracy": 0.16802225708961488, + "num_tokens": 10102457.0, + "step": 5825 + }, + { + "entropy": 5.7178566455841064, + "epoch": 0.4536082474226804, + "grad_norm": 1.03125, + "learning_rate": 0.0004984096314263722, + "loss": 5.5686, + "mean_token_accuracy": 0.16633791327476502, + "num_tokens": 10111188.0, + "step": 5830 + }, + { + "entropy": 5.749548244476318, + "epoch": 0.453997276794398, + "grad_norm": 1.015625, + "learning_rate": 0.0004984063402462757, + "loss": 5.469, + "mean_token_accuracy": 0.16972580403089524, + "num_tokens": 10120268.0, + "step": 5835 + }, + { + "entropy": 5.682277536392212, + "epoch": 0.45438630616611553, + "grad_norm": 0.9453125, + "learning_rate": 0.0004984030456763435, + "loss": 5.5352, + "mean_token_accuracy": 0.15636064410209655, + "num_tokens": 10129262.0, + "step": 5840 + }, + { + "entropy": 5.6706867694854735, + "epoch": 0.4547753355378331, + "grad_norm": 1.0, + "learning_rate": 0.0004983997477166257, + "loss": 5.4714, + "mean_token_accuracy": 0.16850547045469283, + "num_tokens": 10137417.0, + "step": 5845 + }, + { + "entropy": 5.656628227233886, + "epoch": 0.45516436490955064, + "grad_norm": 0.97265625, + "learning_rate": 0.0004983964463671723, + "loss": 5.4197, + "mean_token_accuracy": 0.17263764292001724, + "num_tokens": 10145804.0, + "step": 5850 + }, + { + "entropy": 5.696662950515747, + "epoch": 0.45555339428126823, + "grad_norm": 0.921875, + "learning_rate": 0.0004983931416280334, + "loss": 5.5474, + "mean_token_accuracy": 0.16169732064008713, + "num_tokens": 10154421.0, + "step": 5855 + }, + { + "entropy": 5.808199453353882, + "epoch": 0.4559424236529858, + "grad_norm": 1.0390625, + "learning_rate": 0.0004983898334992591, + "loss": 5.564, + "mean_token_accuracy": 0.16418157368898392, + "num_tokens": 10163631.0, + "step": 5860 + }, + { + "entropy": 5.702952098846436, + "epoch": 0.45633145302470335, + "grad_norm": 1.015625, + "learning_rate": 0.0004983865219808998, + "loss": 5.479, + "mean_token_accuracy": 0.17148095816373826, + "num_tokens": 10172926.0, + "step": 5865 + }, + { + "entropy": 5.717158079147339, + "epoch": 0.45672048239642093, + "grad_norm": 1.2109375, + "learning_rate": 0.0004983832070730055, + "loss": 5.5916, + "mean_token_accuracy": 0.15716312527656556, + "num_tokens": 10181671.0, + "step": 5870 + }, + { + "entropy": 5.646397733688355, + "epoch": 0.4571095117681385, + "grad_norm": 1.0390625, + "learning_rate": 0.0004983798887756265, + "loss": 5.4077, + "mean_token_accuracy": 0.17208849787712097, + "num_tokens": 10189626.0, + "step": 5875 + }, + { + "entropy": 5.74006757736206, + "epoch": 0.45749854113985605, + "grad_norm": 0.9609375, + "learning_rate": 0.0004983765670888133, + "loss": 5.5492, + "mean_token_accuracy": 0.16686739027500153, + "num_tokens": 10198212.0, + "step": 5880 + }, + { + "entropy": 5.646033382415771, + "epoch": 0.45788757051157364, + "grad_norm": 0.99609375, + "learning_rate": 0.0004983732420126163, + "loss": 5.4416, + "mean_token_accuracy": 0.1704038918018341, + "num_tokens": 10207342.0, + "step": 5885 + }, + { + "entropy": 5.748333358764649, + "epoch": 0.45827659988329117, + "grad_norm": 0.9296875, + "learning_rate": 0.0004983699135470858, + "loss": 5.5571, + "mean_token_accuracy": 0.1590263545513153, + "num_tokens": 10216413.0, + "step": 5890 + }, + { + "entropy": 5.726169633865356, + "epoch": 0.45866562925500876, + "grad_norm": 0.9375, + "learning_rate": 0.0004983665816922723, + "loss": 5.489, + "mean_token_accuracy": 0.16571661978960037, + "num_tokens": 10225889.0, + "step": 5895 + }, + { + "entropy": 5.656914520263672, + "epoch": 0.45905465862672634, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983632464482267, + "loss": 5.4281, + "mean_token_accuracy": 0.16902617514133453, + "num_tokens": 10234518.0, + "step": 5900 + }, + { + "entropy": 5.736385107040405, + "epoch": 0.4594436879984439, + "grad_norm": 0.953125, + "learning_rate": 0.0004983599078149991, + "loss": 5.5688, + "mean_token_accuracy": 0.15792535990476608, + "num_tokens": 10243074.0, + "step": 5905 + }, + { + "entropy": 5.8126506328582765, + "epoch": 0.45983271737016146, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983565657926405, + "loss": 5.5234, + "mean_token_accuracy": 0.16075174808502196, + "num_tokens": 10253473.0, + "step": 5910 + }, + { + "entropy": 5.7456237316131595, + "epoch": 0.460221746741879, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983532203812017, + "loss": 5.5978, + "mean_token_accuracy": 0.161079540848732, + "num_tokens": 10261866.0, + "step": 5915 + }, + { + "entropy": 5.715584325790405, + "epoch": 0.4606107761135966, + "grad_norm": 0.9765625, + "learning_rate": 0.0004983498715807331, + "loss": 5.4522, + "mean_token_accuracy": 0.16834707856178283, + "num_tokens": 10270350.0, + "step": 5920 + }, + { + "entropy": 5.687623453140259, + "epoch": 0.46099980548531416, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983465193912857, + "loss": 5.6004, + "mean_token_accuracy": 0.1558307781815529, + "num_tokens": 10279556.0, + "step": 5925 + }, + { + "entropy": 5.6369805335998535, + "epoch": 0.4613888348570317, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983431638129104, + "loss": 5.3705, + "mean_token_accuracy": 0.16682921946048737, + "num_tokens": 10287489.0, + "step": 5930 + }, + { + "entropy": 5.647270536422729, + "epoch": 0.4617778642287493, + "grad_norm": 1.03125, + "learning_rate": 0.0004983398048456581, + "loss": 5.3598, + "mean_token_accuracy": 0.17038783580064773, + "num_tokens": 10296280.0, + "step": 5935 + }, + { + "entropy": 5.672983312606812, + "epoch": 0.4621668936004668, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983364424895796, + "loss": 5.4964, + "mean_token_accuracy": 0.16527538746595383, + "num_tokens": 10304091.0, + "step": 5940 + }, + { + "entropy": 5.718464946746826, + "epoch": 0.4625559229721844, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983330767447262, + "loss": 5.5366, + "mean_token_accuracy": 0.16057891249656678, + "num_tokens": 10313058.0, + "step": 5945 + }, + { + "entropy": 5.695686197280883, + "epoch": 0.462944952343902, + "grad_norm": 1.078125, + "learning_rate": 0.0004983297076111489, + "loss": 5.5003, + "mean_token_accuracy": 0.1629731461405754, + "num_tokens": 10321642.0, + "step": 5950 + }, + { + "entropy": 5.663236951828003, + "epoch": 0.4633339817156195, + "grad_norm": 0.97265625, + "learning_rate": 0.0004983263350888987, + "loss": 5.3201, + "mean_token_accuracy": 0.17207740843296052, + "num_tokens": 10329829.0, + "step": 5955 + }, + { + "entropy": 5.700695466995239, + "epoch": 0.4637230110873371, + "grad_norm": 1.015625, + "learning_rate": 0.0004983229591780268, + "loss": 5.5593, + "mean_token_accuracy": 0.16328161358833312, + "num_tokens": 10338182.0, + "step": 5960 + }, + { + "entropy": 5.698422574996949, + "epoch": 0.46411204045905463, + "grad_norm": 1.09375, + "learning_rate": 0.0004983195798785844, + "loss": 5.451, + "mean_token_accuracy": 0.16804663538932801, + "num_tokens": 10346377.0, + "step": 5965 + }, + { + "entropy": 5.697450780868531, + "epoch": 0.4645010698307722, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983161971906228, + "loss": 5.4454, + "mean_token_accuracy": 0.16864902079105376, + "num_tokens": 10354937.0, + "step": 5970 + }, + { + "entropy": 5.609955787658691, + "epoch": 0.4648900992024898, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983128111141935, + "loss": 5.3412, + "mean_token_accuracy": 0.17436672896146774, + "num_tokens": 10363706.0, + "step": 5975 + }, + { + "entropy": 5.63286337852478, + "epoch": 0.46527912857420733, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983094216493475, + "loss": 5.4905, + "mean_token_accuracy": 0.16379242837429048, + "num_tokens": 10372292.0, + "step": 5980 + }, + { + "entropy": 5.707705450057984, + "epoch": 0.4656681579459249, + "grad_norm": 0.94921875, + "learning_rate": 0.0004983060287961367, + "loss": 5.464, + "mean_token_accuracy": 0.1689232751727104, + "num_tokens": 10381260.0, + "step": 5985 + }, + { + "entropy": 5.693024921417236, + "epoch": 0.4660571873176425, + "grad_norm": 1.046875, + "learning_rate": 0.0004983026325546123, + "loss": 5.4842, + "mean_token_accuracy": 0.161691378057003, + "num_tokens": 10390646.0, + "step": 5990 + }, + { + "entropy": 5.6791528224945065, + "epoch": 0.46644621668936004, + "grad_norm": 1.0390625, + "learning_rate": 0.0004982992329248257, + "loss": 5.5513, + "mean_token_accuracy": 0.16394535303115845, + "num_tokens": 10399056.0, + "step": 5995 + }, + { + "entropy": 5.694767427444458, + "epoch": 0.4668352460610776, + "grad_norm": 0.9609375, + "learning_rate": 0.0004982958299068289, + "loss": 5.536, + "mean_token_accuracy": 0.15566003024578096, + "num_tokens": 10408746.0, + "step": 6000 + }, + { + "epoch": 0.4668352460610776, + "eval_entropy": 5.526954579376279, + "eval_loss": 5.511401176452637, + "eval_mean_token_accuracy": 0.17264520771607858, + "eval_num_tokens": 10408746.0, + "eval_runtime": 21.9309, + "eval_samples_per_second": 1894.95, + "eval_steps_per_second": 236.88, + "step": 6000 + }, + { + "entropy": 5.726455783843994, + "epoch": 0.46722427543279516, + "grad_norm": 0.96484375, + "learning_rate": 0.000498292423500673, + "loss": 5.4587, + "mean_token_accuracy": 0.16634683459997177, + "num_tokens": 10416937.0, + "step": 6005 + }, + { + "entropy": 5.682621479034424, + "epoch": 0.46761330480451274, + "grad_norm": 0.97265625, + "learning_rate": 0.0004982890137064102, + "loss": 5.4357, + "mean_token_accuracy": 0.17602696865797043, + "num_tokens": 10426343.0, + "step": 6010 + }, + { + "entropy": 5.652905225753784, + "epoch": 0.46800233417623033, + "grad_norm": 0.8984375, + "learning_rate": 0.000498285600524092, + "loss": 5.4522, + "mean_token_accuracy": 0.17078690230846405, + "num_tokens": 10435014.0, + "step": 6015 + }, + { + "entropy": 5.628161239624023, + "epoch": 0.46839136354794786, + "grad_norm": 1.015625, + "learning_rate": 0.0004982821839537701, + "loss": 5.476, + "mean_token_accuracy": 0.16416355222463608, + "num_tokens": 10443522.0, + "step": 6020 + }, + { + "entropy": 5.720815229415893, + "epoch": 0.46878039291966545, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982787639954966, + "loss": 5.5215, + "mean_token_accuracy": 0.16364811658859252, + "num_tokens": 10452202.0, + "step": 6025 + }, + { + "entropy": 5.654162073135376, + "epoch": 0.469169422291383, + "grad_norm": 0.94921875, + "learning_rate": 0.0004982753406493232, + "loss": 5.4953, + "mean_token_accuracy": 0.15741059929132462, + "num_tokens": 10462293.0, + "step": 6030 + }, + { + "entropy": 5.67516975402832, + "epoch": 0.46955845166310056, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982719139153018, + "loss": 5.4369, + "mean_token_accuracy": 0.16624483615159988, + "num_tokens": 10470322.0, + "step": 6035 + }, + { + "entropy": 5.719859933853149, + "epoch": 0.46994748103481815, + "grad_norm": 1.046875, + "learning_rate": 0.0004982684837934845, + "loss": 5.4172, + "mean_token_accuracy": 0.16623629927635192, + "num_tokens": 10479581.0, + "step": 6040 + }, + { + "entropy": 5.711789560317993, + "epoch": 0.4703365104065357, + "grad_norm": 0.95703125, + "learning_rate": 0.0004982650502839234, + "loss": 5.436, + "mean_token_accuracy": 0.16731600165367128, + "num_tokens": 10488207.0, + "step": 6045 + }, + { + "entropy": 5.619416332244873, + "epoch": 0.47072553977825327, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982616133866705, + "loss": 5.4435, + "mean_token_accuracy": 0.16506613194942474, + "num_tokens": 10497360.0, + "step": 6050 + }, + { + "entropy": 5.6212522983551025, + "epoch": 0.4711145691499708, + "grad_norm": 0.94921875, + "learning_rate": 0.0004982581731017779, + "loss": 5.4183, + "mean_token_accuracy": 0.17101287096738815, + "num_tokens": 10506131.0, + "step": 6055 + }, + { + "entropy": 5.663428783416748, + "epoch": 0.4715035985216884, + "grad_norm": 0.97265625, + "learning_rate": 0.0004982547294292979, + "loss": 5.4653, + "mean_token_accuracy": 0.16743853986263274, + "num_tokens": 10514955.0, + "step": 6060 + }, + { + "entropy": 5.629032135009766, + "epoch": 0.47189262789340597, + "grad_norm": 1.0390625, + "learning_rate": 0.0004982512823692828, + "loss": 5.4483, + "mean_token_accuracy": 0.15942414551973344, + "num_tokens": 10523743.0, + "step": 6065 + }, + { + "entropy": 5.652404117584228, + "epoch": 0.4722816572651235, + "grad_norm": 0.9609375, + "learning_rate": 0.0004982478319217848, + "loss": 5.4086, + "mean_token_accuracy": 0.18121292889118196, + "num_tokens": 10533149.0, + "step": 6070 + }, + { + "entropy": 5.645018529891968, + "epoch": 0.4726706866368411, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982443780868562, + "loss": 5.4459, + "mean_token_accuracy": 0.1664214089512825, + "num_tokens": 10541291.0, + "step": 6075 + }, + { + "entropy": 5.6984508514404295, + "epoch": 0.4730597160085587, + "grad_norm": 1.1015625, + "learning_rate": 0.0004982409208645496, + "loss": 5.4859, + "mean_token_accuracy": 0.16808651089668275, + "num_tokens": 10550005.0, + "step": 6080 + }, + { + "entropy": 5.742500305175781, + "epoch": 0.4734487453802762, + "grad_norm": 0.98046875, + "learning_rate": 0.0004982374602549173, + "loss": 5.5135, + "mean_token_accuracy": 0.16490289494395255, + "num_tokens": 10558957.0, + "step": 6085 + }, + { + "entropy": 5.702150869369507, + "epoch": 0.4738377747519938, + "grad_norm": 1.0234375, + "learning_rate": 0.0004982339962580119, + "loss": 5.3942, + "mean_token_accuracy": 0.16679285317659379, + "num_tokens": 10567293.0, + "step": 6090 + }, + { + "entropy": 5.614796686172485, + "epoch": 0.4742268041237113, + "grad_norm": 1.0, + "learning_rate": 0.0004982305288738859, + "loss": 5.376, + "mean_token_accuracy": 0.1681532680988312, + "num_tokens": 10575546.0, + "step": 6095 + }, + { + "entropy": 5.5767762660980225, + "epoch": 0.4746158334954289, + "grad_norm": 0.921875, + "learning_rate": 0.0004982270581025919, + "loss": 5.5016, + "mean_token_accuracy": 0.17040557861328126, + "num_tokens": 10584779.0, + "step": 6100 + }, + { + "entropy": 5.648759889602661, + "epoch": 0.4750048628671465, + "grad_norm": 0.96875, + "learning_rate": 0.0004982235839441826, + "loss": 5.4087, + "mean_token_accuracy": 0.17466698437929154, + "num_tokens": 10592852.0, + "step": 6105 + }, + { + "entropy": 5.704872751235962, + "epoch": 0.475393892238864, + "grad_norm": 0.9453125, + "learning_rate": 0.0004982201063987108, + "loss": 5.5318, + "mean_token_accuracy": 0.15746946930885314, + "num_tokens": 10601875.0, + "step": 6110 + }, + { + "entropy": 5.662019157409668, + "epoch": 0.4757829216105816, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982166254662292, + "loss": 5.5062, + "mean_token_accuracy": 0.170045006275177, + "num_tokens": 10610438.0, + "step": 6115 + }, + { + "entropy": 5.711904287338257, + "epoch": 0.47617195098229914, + "grad_norm": 1.03125, + "learning_rate": 0.0004982131411467904, + "loss": 5.4955, + "mean_token_accuracy": 0.1645934909582138, + "num_tokens": 10619479.0, + "step": 6120 + }, + { + "entropy": 5.6802596092224125, + "epoch": 0.4765609803540167, + "grad_norm": 1.0, + "learning_rate": 0.0004982096534404476, + "loss": 5.4203, + "mean_token_accuracy": 0.17332687079906464, + "num_tokens": 10628519.0, + "step": 6125 + }, + { + "entropy": 5.679824876785278, + "epoch": 0.4769500097257343, + "grad_norm": 0.98828125, + "learning_rate": 0.0004982061623472535, + "loss": 5.3683, + "mean_token_accuracy": 0.17489866316318511, + "num_tokens": 10636522.0, + "step": 6130 + }, + { + "entropy": 5.623510885238647, + "epoch": 0.47733903909745184, + "grad_norm": 0.9765625, + "learning_rate": 0.0004982026678672612, + "loss": 5.3928, + "mean_token_accuracy": 0.16902382373809816, + "num_tokens": 10645728.0, + "step": 6135 + }, + { + "entropy": 5.639240646362305, + "epoch": 0.47772806846916943, + "grad_norm": 1.0078125, + "learning_rate": 0.0004981991700005238, + "loss": 5.5122, + "mean_token_accuracy": 0.16430457681417465, + "num_tokens": 10654868.0, + "step": 6140 + }, + { + "entropy": 5.620595550537109, + "epoch": 0.47811709784088696, + "grad_norm": 0.9765625, + "learning_rate": 0.000498195668747094, + "loss": 5.3954, + "mean_token_accuracy": 0.1706836685538292, + "num_tokens": 10662958.0, + "step": 6145 + }, + { + "entropy": 5.700119161605835, + "epoch": 0.47850612721260455, + "grad_norm": 1.03125, + "learning_rate": 0.0004981921641070254, + "loss": 5.4064, + "mean_token_accuracy": 0.16912615299224854, + "num_tokens": 10671333.0, + "step": 6150 + }, + { + "entropy": 5.690384435653686, + "epoch": 0.47889515658432213, + "grad_norm": 0.94921875, + "learning_rate": 0.0004981886560803708, + "loss": 5.4286, + "mean_token_accuracy": 0.1688441127538681, + "num_tokens": 10680523.0, + "step": 6155 + }, + { + "entropy": 5.661981439590454, + "epoch": 0.47928418595603967, + "grad_norm": 0.94921875, + "learning_rate": 0.0004981851446671838, + "loss": 5.4975, + "mean_token_accuracy": 0.16414804756641388, + "num_tokens": 10689656.0, + "step": 6160 + }, + { + "entropy": 5.736613702774048, + "epoch": 0.47967321532775725, + "grad_norm": 1.078125, + "learning_rate": 0.0004981816298675173, + "loss": 5.5691, + "mean_token_accuracy": 0.15930777937173843, + "num_tokens": 10698423.0, + "step": 6165 + }, + { + "entropy": 5.707890367507934, + "epoch": 0.4800622446994748, + "grad_norm": 1.0390625, + "learning_rate": 0.0004981781116814248, + "loss": 5.4339, + "mean_token_accuracy": 0.168502140045166, + "num_tokens": 10706760.0, + "step": 6170 + }, + { + "entropy": 5.743547677993774, + "epoch": 0.48045127407119237, + "grad_norm": 0.9921875, + "learning_rate": 0.0004981745901089596, + "loss": 5.5415, + "mean_token_accuracy": 0.15941269546747208, + "num_tokens": 10716221.0, + "step": 6175 + }, + { + "entropy": 5.601821565628052, + "epoch": 0.48084030344290996, + "grad_norm": 1.0078125, + "learning_rate": 0.0004981710651501753, + "loss": 5.335, + "mean_token_accuracy": 0.17823495119810104, + "num_tokens": 10724603.0, + "step": 6180 + }, + { + "entropy": 5.692285394668579, + "epoch": 0.4812293328146275, + "grad_norm": 0.97265625, + "learning_rate": 0.0004981675368051254, + "loss": 5.5583, + "mean_token_accuracy": 0.15886397808790206, + "num_tokens": 10733577.0, + "step": 6185 + }, + { + "entropy": 5.768624019622803, + "epoch": 0.4816183621863451, + "grad_norm": 0.9140625, + "learning_rate": 0.0004981640050738633, + "loss": 5.4769, + "mean_token_accuracy": 0.1653328873217106, + "num_tokens": 10743199.0, + "step": 6190 + }, + { + "entropy": 5.65557017326355, + "epoch": 0.48200739155806266, + "grad_norm": 0.9453125, + "learning_rate": 0.0004981604699564426, + "loss": 5.3694, + "mean_token_accuracy": 0.1680201545357704, + "num_tokens": 10751734.0, + "step": 6195 + }, + { + "entropy": 5.677676343917847, + "epoch": 0.4823964209297802, + "grad_norm": 1.046875, + "learning_rate": 0.0004981569314529169, + "loss": 5.5159, + "mean_token_accuracy": 0.1653820604085922, + "num_tokens": 10760194.0, + "step": 6200 + }, + { + "entropy": 5.682971811294555, + "epoch": 0.4827854503014978, + "grad_norm": 0.96875, + "learning_rate": 0.00049815338956334, + "loss": 5.432, + "mean_token_accuracy": 0.171656933426857, + "num_tokens": 10768944.0, + "step": 6205 + }, + { + "entropy": 5.759762811660766, + "epoch": 0.4831744796732153, + "grad_norm": 0.9140625, + "learning_rate": 0.0004981498442877656, + "loss": 5.5297, + "mean_token_accuracy": 0.1686689078807831, + "num_tokens": 10777685.0, + "step": 6210 + }, + { + "entropy": 5.672958707809448, + "epoch": 0.4835635090449329, + "grad_norm": 0.9453125, + "learning_rate": 0.0004981462956262474, + "loss": 5.5018, + "mean_token_accuracy": 0.16606569439172744, + "num_tokens": 10787264.0, + "step": 6215 + }, + { + "entropy": 5.614988517761231, + "epoch": 0.4839525384166505, + "grad_norm": 0.92578125, + "learning_rate": 0.0004981427435788396, + "loss": 5.4717, + "mean_token_accuracy": 0.16396449953317643, + "num_tokens": 10796555.0, + "step": 6220 + }, + { + "entropy": 5.581253385543823, + "epoch": 0.484341567788368, + "grad_norm": 0.96484375, + "learning_rate": 0.0004981391881455957, + "loss": 5.3776, + "mean_token_accuracy": 0.1764609172940254, + "num_tokens": 10805379.0, + "step": 6225 + }, + { + "entropy": 5.64763994216919, + "epoch": 0.4847305971600856, + "grad_norm": 0.89453125, + "learning_rate": 0.0004981356293265696, + "loss": 5.5108, + "mean_token_accuracy": 0.16001439467072487, + "num_tokens": 10815406.0, + "step": 6230 + }, + { + "entropy": 5.677568054199218, + "epoch": 0.4851196265318031, + "grad_norm": 0.9609375, + "learning_rate": 0.0004981320671218157, + "loss": 5.5539, + "mean_token_accuracy": 0.16216269880533218, + "num_tokens": 10824443.0, + "step": 6235 + }, + { + "entropy": 5.728261709213257, + "epoch": 0.4855086559035207, + "grad_norm": 1.0546875, + "learning_rate": 0.0004981285015313877, + "loss": 5.4008, + "mean_token_accuracy": 0.17301271110773087, + "num_tokens": 10833497.0, + "step": 6240 + }, + { + "entropy": 5.604798269271851, + "epoch": 0.4858976852752383, + "grad_norm": 1.0390625, + "learning_rate": 0.0004981249325553399, + "loss": 5.445, + "mean_token_accuracy": 0.16607270687818526, + "num_tokens": 10841864.0, + "step": 6245 + }, + { + "entropy": 5.6987268924713135, + "epoch": 0.48628671464695583, + "grad_norm": 1.0546875, + "learning_rate": 0.0004981213601937264, + "loss": 5.48, + "mean_token_accuracy": 0.1666806936264038, + "num_tokens": 10850887.0, + "step": 6250 + }, + { + "entropy": 5.611641502380371, + "epoch": 0.4866757440186734, + "grad_norm": 0.96875, + "learning_rate": 0.0004981177844466013, + "loss": 5.3722, + "mean_token_accuracy": 0.1711752250790596, + "num_tokens": 10859629.0, + "step": 6255 + }, + { + "entropy": 5.673368358612061, + "epoch": 0.48706477339039095, + "grad_norm": 1.0, + "learning_rate": 0.0004981142053140192, + "loss": 5.56, + "mean_token_accuracy": 0.1639465093612671, + "num_tokens": 10868457.0, + "step": 6260 + }, + { + "entropy": 5.6619948387146, + "epoch": 0.48745380276210853, + "grad_norm": 0.91796875, + "learning_rate": 0.0004981106227960339, + "loss": 5.4862, + "mean_token_accuracy": 0.16452796757221222, + "num_tokens": 10878007.0, + "step": 6265 + }, + { + "entropy": 5.792617225646973, + "epoch": 0.4878428321338261, + "grad_norm": 0.9765625, + "learning_rate": 0.0004981070368927001, + "loss": 5.5191, + "mean_token_accuracy": 0.16553210765123366, + "num_tokens": 10887689.0, + "step": 6270 + }, + { + "entropy": 5.619898319244385, + "epoch": 0.48823186150554365, + "grad_norm": 0.8984375, + "learning_rate": 0.000498103447604072, + "loss": 5.3206, + "mean_token_accuracy": 0.1780785247683525, + "num_tokens": 10896214.0, + "step": 6275 + }, + { + "entropy": 5.591894292831421, + "epoch": 0.48862089087726124, + "grad_norm": 1.0078125, + "learning_rate": 0.0004980998549302044, + "loss": 5.447, + "mean_token_accuracy": 0.16975104808807373, + "num_tokens": 10904946.0, + "step": 6280 + }, + { + "entropy": 5.736668539047241, + "epoch": 0.4890099202489788, + "grad_norm": 1.03125, + "learning_rate": 0.0004980962588711516, + "loss": 5.5196, + "mean_token_accuracy": 0.16013508439064025, + "num_tokens": 10913382.0, + "step": 6285 + }, + { + "entropy": 5.737943172454834, + "epoch": 0.48939894962069636, + "grad_norm": 0.9296875, + "learning_rate": 0.000498092659426968, + "loss": 5.4813, + "mean_token_accuracy": 0.16893975734710692, + "num_tokens": 10922055.0, + "step": 6290 + }, + { + "entropy": 5.634787368774414, + "epoch": 0.48978797899241394, + "grad_norm": 0.98046875, + "learning_rate": 0.0004980890565977085, + "loss": 5.4651, + "mean_token_accuracy": 0.16650761067867278, + "num_tokens": 10930282.0, + "step": 6295 + }, + { + "entropy": 5.586604166030884, + "epoch": 0.4901770083641315, + "grad_norm": 1.015625, + "learning_rate": 0.0004980854503834276, + "loss": 5.4713, + "mean_token_accuracy": 0.1735634386539459, + "num_tokens": 10938432.0, + "step": 6300 + }, + { + "entropy": 5.7162559032440186, + "epoch": 0.49056603773584906, + "grad_norm": 1.0234375, + "learning_rate": 0.0004980818407841802, + "loss": 5.4661, + "mean_token_accuracy": 0.1719464674592018, + "num_tokens": 10946354.0, + "step": 6305 + }, + { + "entropy": 5.746575498580933, + "epoch": 0.49095506710756665, + "grad_norm": 0.95703125, + "learning_rate": 0.0004980782278000207, + "loss": 5.5014, + "mean_token_accuracy": 0.16299327313899994, + "num_tokens": 10954885.0, + "step": 6310 + }, + { + "entropy": 5.643042278289795, + "epoch": 0.4913440964792842, + "grad_norm": 1.03125, + "learning_rate": 0.0004980746114310043, + "loss": 5.41, + "mean_token_accuracy": 0.16809043288230896, + "num_tokens": 10963173.0, + "step": 6315 + }, + { + "entropy": 5.665570878982544, + "epoch": 0.49173312585100176, + "grad_norm": 0.9375, + "learning_rate": 0.0004980709916771858, + "loss": 5.5587, + "mean_token_accuracy": 0.15590894371271133, + "num_tokens": 10972264.0, + "step": 6320 + }, + { + "entropy": 5.630701541900635, + "epoch": 0.4921221552227193, + "grad_norm": 0.96484375, + "learning_rate": 0.0004980673685386198, + "loss": 5.4065, + "mean_token_accuracy": 0.1728062614798546, + "num_tokens": 10980645.0, + "step": 6325 + }, + { + "entropy": 5.6020771026611325, + "epoch": 0.4925111845944369, + "grad_norm": 1.0390625, + "learning_rate": 0.0004980637420153618, + "loss": 5.3592, + "mean_token_accuracy": 0.17097442746162414, + "num_tokens": 10989121.0, + "step": 6330 + }, + { + "entropy": 5.631519365310669, + "epoch": 0.49290021396615447, + "grad_norm": 1.03125, + "learning_rate": 0.0004980601121074664, + "loss": 5.3605, + "mean_token_accuracy": 0.17560895383358002, + "num_tokens": 10998249.0, + "step": 6335 + }, + { + "entropy": 5.747340345382691, + "epoch": 0.493289243337872, + "grad_norm": 0.97265625, + "learning_rate": 0.0004980564788149889, + "loss": 5.4755, + "mean_token_accuracy": 0.16513971388339996, + "num_tokens": 11007470.0, + "step": 6340 + }, + { + "entropy": 5.694008445739746, + "epoch": 0.4936782727095896, + "grad_norm": 1.0078125, + "learning_rate": 0.0004980528421379844, + "loss": 5.4264, + "mean_token_accuracy": 0.16628471314907073, + "num_tokens": 11015912.0, + "step": 6345 + }, + { + "entropy": 5.634057521820068, + "epoch": 0.4940673020813071, + "grad_norm": 0.95703125, + "learning_rate": 0.000498049202076508, + "loss": 5.4354, + "mean_token_accuracy": 0.16697777658700944, + "num_tokens": 11024629.0, + "step": 6350 + }, + { + "entropy": 5.667661046981811, + "epoch": 0.4944563314530247, + "grad_norm": 1.0, + "learning_rate": 0.0004980455586306149, + "loss": 5.3787, + "mean_token_accuracy": 0.17258453518152236, + "num_tokens": 11033953.0, + "step": 6355 + }, + { + "entropy": 5.592496776580811, + "epoch": 0.4948453608247423, + "grad_norm": 0.92578125, + "learning_rate": 0.0004980419118003605, + "loss": 5.4571, + "mean_token_accuracy": 0.16577280908823014, + "num_tokens": 11042891.0, + "step": 6360 + }, + { + "entropy": 5.643301963806152, + "epoch": 0.4952343901964598, + "grad_norm": 0.98828125, + "learning_rate": 0.0004980382615858001, + "loss": 5.5492, + "mean_token_accuracy": 0.16074244379997255, + "num_tokens": 11051262.0, + "step": 6365 + }, + { + "entropy": 5.6761993885040285, + "epoch": 0.4956234195681774, + "grad_norm": 1.0390625, + "learning_rate": 0.0004980346079869892, + "loss": 5.3681, + "mean_token_accuracy": 0.17648585736751557, + "num_tokens": 11059357.0, + "step": 6370 + }, + { + "entropy": 5.651570606231689, + "epoch": 0.49601244893989493, + "grad_norm": 0.96484375, + "learning_rate": 0.000498030951003983, + "loss": 5.3967, + "mean_token_accuracy": 0.1678969830274582, + "num_tokens": 11068076.0, + "step": 6375 + }, + { + "entropy": 5.583523178100586, + "epoch": 0.4964014783116125, + "grad_norm": 1.578125, + "learning_rate": 0.0004980272906368371, + "loss": 5.2748, + "mean_token_accuracy": 0.18292394280433655, + "num_tokens": 11076804.0, + "step": 6380 + }, + { + "entropy": 5.660397291183472, + "epoch": 0.4967905076833301, + "grad_norm": 0.99609375, + "learning_rate": 0.0004980236268856071, + "loss": 5.4741, + "mean_token_accuracy": 0.17098617255687715, + "num_tokens": 11085794.0, + "step": 6385 + }, + { + "entropy": 5.5611003875732425, + "epoch": 0.49717953705504764, + "grad_norm": 0.9296875, + "learning_rate": 0.0004980199597503487, + "loss": 5.3755, + "mean_token_accuracy": 0.16459452956914902, + "num_tokens": 11094989.0, + "step": 6390 + }, + { + "entropy": 5.586446523666382, + "epoch": 0.4975685664267652, + "grad_norm": 1.0078125, + "learning_rate": 0.0004980162892311171, + "loss": 5.3346, + "mean_token_accuracy": 0.1741299569606781, + "num_tokens": 11103046.0, + "step": 6395 + }, + { + "entropy": 5.5971721649169925, + "epoch": 0.4979575957984828, + "grad_norm": 0.921875, + "learning_rate": 0.0004980126153279684, + "loss": 5.4043, + "mean_token_accuracy": 0.17560217678546905, + "num_tokens": 11111533.0, + "step": 6400 + }, + { + "entropy": 5.650516223907471, + "epoch": 0.49834662517020034, + "grad_norm": 1.015625, + "learning_rate": 0.0004980089380409583, + "loss": 5.5972, + "mean_token_accuracy": 0.15618404000997543, + "num_tokens": 11120534.0, + "step": 6405 + }, + { + "entropy": 5.743019437789917, + "epoch": 0.4987356545419179, + "grad_norm": 1.0703125, + "learning_rate": 0.0004980052573701424, + "loss": 5.5348, + "mean_token_accuracy": 0.17133111208677293, + "num_tokens": 11128354.0, + "step": 6410 + }, + { + "entropy": 5.711576890945435, + "epoch": 0.49912468391363546, + "grad_norm": 0.98828125, + "learning_rate": 0.0004980015733155767, + "loss": 5.4515, + "mean_token_accuracy": 0.16233282089233397, + "num_tokens": 11136201.0, + "step": 6415 + }, + { + "entropy": 5.7182337760925295, + "epoch": 0.49951371328535304, + "grad_norm": 1.0546875, + "learning_rate": 0.0004979978858773171, + "loss": 5.4175, + "mean_token_accuracy": 0.1689138561487198, + "num_tokens": 11145131.0, + "step": 6420 + }, + { + "entropy": 5.606427145004273, + "epoch": 0.49990274265707063, + "grad_norm": 1.046875, + "learning_rate": 0.0004979941950554195, + "loss": 5.3418, + "mean_token_accuracy": 0.17413055300712585, + "num_tokens": 11154514.0, + "step": 6425 + }, + { + "entropy": 5.723063278198242, + "epoch": 0.5002917720287882, + "grad_norm": 0.95703125, + "learning_rate": 0.0004979905008499399, + "loss": 5.4389, + "mean_token_accuracy": 0.17316336631774903, + "num_tokens": 11163160.0, + "step": 6430 + }, + { + "entropy": 5.608155727386475, + "epoch": 0.5006808014005057, + "grad_norm": 1.0390625, + "learning_rate": 0.0004979868032609344, + "loss": 5.4122, + "mean_token_accuracy": 0.17666464745998384, + "num_tokens": 11171573.0, + "step": 6435 + }, + { + "entropy": 5.5990777015686035, + "epoch": 0.5010698307722233, + "grad_norm": 0.9765625, + "learning_rate": 0.0004979831022884591, + "loss": 5.4154, + "mean_token_accuracy": 0.16636250764131547, + "num_tokens": 11180028.0, + "step": 6440 + }, + { + "entropy": 5.603765964508057, + "epoch": 0.5014588601439409, + "grad_norm": 1.0625, + "learning_rate": 0.0004979793979325701, + "loss": 5.335, + "mean_token_accuracy": 0.16556937098503113, + "num_tokens": 11188403.0, + "step": 6445 + }, + { + "entropy": 5.544768857955932, + "epoch": 0.5018478895156584, + "grad_norm": 1.0234375, + "learning_rate": 0.0004979756901933236, + "loss": 5.3314, + "mean_token_accuracy": 0.1819371610879898, + "num_tokens": 11196391.0, + "step": 6450 + }, + { + "entropy": 5.6223509311676025, + "epoch": 0.502236918887376, + "grad_norm": 1.0625, + "learning_rate": 0.000497971979070776, + "loss": 5.4505, + "mean_token_accuracy": 0.16939201056957245, + "num_tokens": 11204596.0, + "step": 6455 + }, + { + "entropy": 5.639053726196289, + "epoch": 0.5026259482590936, + "grad_norm": 1.0546875, + "learning_rate": 0.0004979682645649834, + "loss": 5.4105, + "mean_token_accuracy": 0.16829846501350404, + "num_tokens": 11212629.0, + "step": 6460 + }, + { + "entropy": 5.713208293914795, + "epoch": 0.5030149776308112, + "grad_norm": 1.0078125, + "learning_rate": 0.0004979645466760025, + "loss": 5.4737, + "mean_token_accuracy": 0.1686081901192665, + "num_tokens": 11221836.0, + "step": 6465 + }, + { + "entropy": 5.67520751953125, + "epoch": 0.5034040070025287, + "grad_norm": 1.046875, + "learning_rate": 0.0004979608254038892, + "loss": 5.5339, + "mean_token_accuracy": 0.1600072592496872, + "num_tokens": 11230600.0, + "step": 6470 + }, + { + "entropy": 5.7495097637176515, + "epoch": 0.5037930363742462, + "grad_norm": 0.94140625, + "learning_rate": 0.0004979571007487003, + "loss": 5.5228, + "mean_token_accuracy": 0.15595481544733047, + "num_tokens": 11239664.0, + "step": 6475 + }, + { + "entropy": 5.629716253280639, + "epoch": 0.5041820657459638, + "grad_norm": 0.97265625, + "learning_rate": 0.0004979533727104924, + "loss": 5.4495, + "mean_token_accuracy": 0.1616964042186737, + "num_tokens": 11249111.0, + "step": 6480 + }, + { + "entropy": 5.6311675071716305, + "epoch": 0.5045710951176814, + "grad_norm": 0.96484375, + "learning_rate": 0.000497949641289322, + "loss": 5.3395, + "mean_token_accuracy": 0.1698092058300972, + "num_tokens": 11257599.0, + "step": 6485 + }, + { + "entropy": 5.615521097183228, + "epoch": 0.504960124489399, + "grad_norm": 0.99609375, + "learning_rate": 0.0004979459064852456, + "loss": 5.461, + "mean_token_accuracy": 0.17805053144693375, + "num_tokens": 11265586.0, + "step": 6490 + }, + { + "entropy": 5.74630331993103, + "epoch": 0.5053491538611166, + "grad_norm": 0.94921875, + "learning_rate": 0.0004979421682983197, + "loss": 5.5854, + "mean_token_accuracy": 0.1652588278055191, + "num_tokens": 11274736.0, + "step": 6495 + }, + { + "entropy": 5.665422821044922, + "epoch": 0.505738183232834, + "grad_norm": 1.09375, + "learning_rate": 0.0004979384267286015, + "loss": 5.362, + "mean_token_accuracy": 0.17337319552898406, + "num_tokens": 11282596.0, + "step": 6500 + }, + { + "entropy": 5.6501696586608885, + "epoch": 0.5061272126045516, + "grad_norm": 0.984375, + "learning_rate": 0.0004979346817761475, + "loss": 5.4503, + "mean_token_accuracy": 0.1627633586525917, + "num_tokens": 11290974.0, + "step": 6505 + }, + { + "entropy": 5.5663024425506595, + "epoch": 0.5065162419762692, + "grad_norm": 0.98828125, + "learning_rate": 0.0004979309334410144, + "loss": 5.3334, + "mean_token_accuracy": 0.17180522680282592, + "num_tokens": 11299196.0, + "step": 6510 + }, + { + "entropy": 5.671379089355469, + "epoch": 0.5069052713479868, + "grad_norm": 1.046875, + "learning_rate": 0.0004979271817232594, + "loss": 5.47, + "mean_token_accuracy": 0.1628324031829834, + "num_tokens": 11308214.0, + "step": 6515 + }, + { + "entropy": 5.661998510360718, + "epoch": 0.5072943007197044, + "grad_norm": 0.9765625, + "learning_rate": 0.0004979234266229391, + "loss": 5.4372, + "mean_token_accuracy": 0.17011113911867143, + "num_tokens": 11316566.0, + "step": 6520 + }, + { + "entropy": 5.654293775558472, + "epoch": 0.5076833300914219, + "grad_norm": 1.0234375, + "learning_rate": 0.0004979196681401106, + "loss": 5.4283, + "mean_token_accuracy": 0.16879323571920396, + "num_tokens": 11325079.0, + "step": 6525 + }, + { + "entropy": 5.658125495910644, + "epoch": 0.5080723594631394, + "grad_norm": 1.015625, + "learning_rate": 0.000497915906274831, + "loss": 5.4441, + "mean_token_accuracy": 0.1672111839056015, + "num_tokens": 11333829.0, + "step": 6530 + }, + { + "entropy": 5.582587718963623, + "epoch": 0.508461388834857, + "grad_norm": 0.9296875, + "learning_rate": 0.0004979121410271574, + "loss": 5.3905, + "mean_token_accuracy": 0.1738412469625473, + "num_tokens": 11343078.0, + "step": 6535 + }, + { + "entropy": 5.65086784362793, + "epoch": 0.5088504182065746, + "grad_norm": 0.98828125, + "learning_rate": 0.0004979083723971468, + "loss": 5.4947, + "mean_token_accuracy": 0.17132056951522828, + "num_tokens": 11351475.0, + "step": 6540 + }, + { + "entropy": 5.619971179962159, + "epoch": 0.5092394475782922, + "grad_norm": 1.015625, + "learning_rate": 0.0004979046003848564, + "loss": 5.3775, + "mean_token_accuracy": 0.1698130652308464, + "num_tokens": 11359810.0, + "step": 6545 + }, + { + "entropy": 5.680748701095581, + "epoch": 0.5096284769500097, + "grad_norm": 1.0078125, + "learning_rate": 0.0004979008249903435, + "loss": 5.4326, + "mean_token_accuracy": 0.17276596873998643, + "num_tokens": 11368585.0, + "step": 6550 + }, + { + "entropy": 5.690910005569458, + "epoch": 0.5100175063217273, + "grad_norm": 1.015625, + "learning_rate": 0.0004978970462136655, + "loss": 5.4611, + "mean_token_accuracy": 0.16980846524238585, + "num_tokens": 11377393.0, + "step": 6555 + }, + { + "entropy": 5.670943355560302, + "epoch": 0.5104065356934449, + "grad_norm": 1.0234375, + "learning_rate": 0.0004978932640548794, + "loss": 5.4339, + "mean_token_accuracy": 0.165023310482502, + "num_tokens": 11385877.0, + "step": 6560 + }, + { + "entropy": 5.602134370803833, + "epoch": 0.5107955650651624, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978894785140429, + "loss": 5.3569, + "mean_token_accuracy": 0.17920774668455125, + "num_tokens": 11394457.0, + "step": 6565 + }, + { + "entropy": 5.579525470733643, + "epoch": 0.51118459443688, + "grad_norm": 1.046875, + "learning_rate": 0.0004978856895912132, + "loss": 5.3712, + "mean_token_accuracy": 0.17652615308761596, + "num_tokens": 11403007.0, + "step": 6570 + }, + { + "entropy": 5.672693061828613, + "epoch": 0.5115736238085975, + "grad_norm": 0.97265625, + "learning_rate": 0.0004978818972864481, + "loss": 5.4376, + "mean_token_accuracy": 0.1651514306664467, + "num_tokens": 11412237.0, + "step": 6575 + }, + { + "entropy": 5.686287975311279, + "epoch": 0.5119626531803151, + "grad_norm": 1.0, + "learning_rate": 0.0004978781015998048, + "loss": 5.4048, + "mean_token_accuracy": 0.1689675435423851, + "num_tokens": 11421219.0, + "step": 6580 + }, + { + "entropy": 5.66724534034729, + "epoch": 0.5123516825520327, + "grad_norm": 1.03125, + "learning_rate": 0.0004978743025313413, + "loss": 5.3848, + "mean_token_accuracy": 0.16759707182645797, + "num_tokens": 11428933.0, + "step": 6585 + }, + { + "entropy": 5.618669319152832, + "epoch": 0.5127407119237503, + "grad_norm": 1.0390625, + "learning_rate": 0.0004978705000811148, + "loss": 5.4909, + "mean_token_accuracy": 0.16458306163549424, + "num_tokens": 11437551.0, + "step": 6590 + }, + { + "entropy": 5.722258758544922, + "epoch": 0.5131297412954678, + "grad_norm": 1.0546875, + "learning_rate": 0.0004978666942491832, + "loss": 5.5726, + "mean_token_accuracy": 0.1582800716161728, + "num_tokens": 11446045.0, + "step": 6595 + }, + { + "entropy": 5.761044073104858, + "epoch": 0.5135187706671853, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978628850356043, + "loss": 5.4914, + "mean_token_accuracy": 0.16513002216815947, + "num_tokens": 11455159.0, + "step": 6600 + }, + { + "entropy": 5.685759687423706, + "epoch": 0.5139078000389029, + "grad_norm": 0.9921875, + "learning_rate": 0.0004978590724404358, + "loss": 5.4043, + "mean_token_accuracy": 0.17099089175462723, + "num_tokens": 11463835.0, + "step": 6605 + }, + { + "entropy": 5.648447322845459, + "epoch": 0.5142968294106205, + "grad_norm": 1.015625, + "learning_rate": 0.0004978552564637356, + "loss": 5.4682, + "mean_token_accuracy": 0.17038068175315857, + "num_tokens": 11472439.0, + "step": 6610 + }, + { + "entropy": 5.6681715965271, + "epoch": 0.5146858587823381, + "grad_norm": 0.94140625, + "learning_rate": 0.0004978514371055616, + "loss": 5.5086, + "mean_token_accuracy": 0.16487603187561034, + "num_tokens": 11481626.0, + "step": 6615 + }, + { + "entropy": 5.605358123779297, + "epoch": 0.5150748881540557, + "grad_norm": 0.96875, + "learning_rate": 0.0004978476143659718, + "loss": 5.3939, + "mean_token_accuracy": 0.17514775842428207, + "num_tokens": 11490571.0, + "step": 6620 + }, + { + "entropy": 5.734579801559448, + "epoch": 0.5154639175257731, + "grad_norm": 1.015625, + "learning_rate": 0.0004978437882450241, + "loss": 5.4922, + "mean_token_accuracy": 0.1654839798808098, + "num_tokens": 11499145.0, + "step": 6625 + }, + { + "entropy": 5.692298221588135, + "epoch": 0.5158529468974907, + "grad_norm": 0.98828125, + "learning_rate": 0.0004978399587427766, + "loss": 5.4143, + "mean_token_accuracy": 0.17052434980869294, + "num_tokens": 11508133.0, + "step": 6630 + }, + { + "entropy": 5.511624479293824, + "epoch": 0.5162419762692083, + "grad_norm": 0.94140625, + "learning_rate": 0.0004978361258592874, + "loss": 5.322, + "mean_token_accuracy": 0.1742513209581375, + "num_tokens": 11516790.0, + "step": 6635 + }, + { + "entropy": 5.630044412612915, + "epoch": 0.5166310056409259, + "grad_norm": 0.9453125, + "learning_rate": 0.0004978322895946147, + "loss": 5.4068, + "mean_token_accuracy": 0.16798608154058456, + "num_tokens": 11525963.0, + "step": 6640 + }, + { + "entropy": 5.629098558425904, + "epoch": 0.5170200350126435, + "grad_norm": 1.015625, + "learning_rate": 0.0004978284499488167, + "loss": 5.3851, + "mean_token_accuracy": 0.17411332577466965, + "num_tokens": 11534193.0, + "step": 6645 + }, + { + "entropy": 5.653246212005615, + "epoch": 0.5174090643843611, + "grad_norm": 1.125, + "learning_rate": 0.0004978246069219516, + "loss": 5.4029, + "mean_token_accuracy": 0.17116494178771974, + "num_tokens": 11542517.0, + "step": 6650 + }, + { + "entropy": 5.647744750976562, + "epoch": 0.5177980937560785, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978207605140777, + "loss": 5.4669, + "mean_token_accuracy": 0.16449436247348787, + "num_tokens": 11550874.0, + "step": 6655 + }, + { + "entropy": 5.669667196273804, + "epoch": 0.5181871231277961, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978169107252534, + "loss": 5.4881, + "mean_token_accuracy": 0.16329788714647292, + "num_tokens": 11560562.0, + "step": 6660 + }, + { + "entropy": 5.643291759490967, + "epoch": 0.5185761524995137, + "grad_norm": 1.03125, + "learning_rate": 0.0004978130575555373, + "loss": 5.3751, + "mean_token_accuracy": 0.16976799070835114, + "num_tokens": 11569887.0, + "step": 6665 + }, + { + "entropy": 5.57875690460205, + "epoch": 0.5189651818712313, + "grad_norm": 1.0, + "learning_rate": 0.0004978092010049877, + "loss": 5.3054, + "mean_token_accuracy": 0.17502678334712982, + "num_tokens": 11578608.0, + "step": 6670 + }, + { + "entropy": 5.585260343551636, + "epoch": 0.5193542112429489, + "grad_norm": 0.9296875, + "learning_rate": 0.000497805341073663, + "loss": 5.4132, + "mean_token_accuracy": 0.16847770512104035, + "num_tokens": 11587435.0, + "step": 6675 + }, + { + "entropy": 5.6195220947265625, + "epoch": 0.5197432406146664, + "grad_norm": 1.0625, + "learning_rate": 0.0004978014777616219, + "loss": 5.5123, + "mean_token_accuracy": 0.16088477224111558, + "num_tokens": 11596094.0, + "step": 6680 + }, + { + "entropy": 5.700346231460571, + "epoch": 0.520132269986384, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977976110689229, + "loss": 5.4643, + "mean_token_accuracy": 0.1668734520673752, + "num_tokens": 11604521.0, + "step": 6685 + }, + { + "entropy": 5.684550094604492, + "epoch": 0.5205212993581015, + "grad_norm": 0.953125, + "learning_rate": 0.000497793740995625, + "loss": 5.4332, + "mean_token_accuracy": 0.17027366161346436, + "num_tokens": 11613143.0, + "step": 6690 + }, + { + "entropy": 5.665559864044189, + "epoch": 0.5209103287298191, + "grad_norm": 0.94921875, + "learning_rate": 0.0004977898675417866, + "loss": 5.4826, + "mean_token_accuracy": 0.17012318819761277, + "num_tokens": 11622667.0, + "step": 6695 + }, + { + "entropy": 5.690769147872925, + "epoch": 0.5212993581015367, + "grad_norm": 1.015625, + "learning_rate": 0.0004977859907074664, + "loss": 5.4405, + "mean_token_accuracy": 0.1723522961139679, + "num_tokens": 11632114.0, + "step": 6700 + }, + { + "entropy": 5.6664323806762695, + "epoch": 0.5216883874732542, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977821104927236, + "loss": 5.3708, + "mean_token_accuracy": 0.17163726687431335, + "num_tokens": 11640731.0, + "step": 6705 + }, + { + "entropy": 5.5376856327056885, + "epoch": 0.5220774168449718, + "grad_norm": 0.9453125, + "learning_rate": 0.0004977782268976167, + "loss": 5.347, + "mean_token_accuracy": 0.17547252923250198, + "num_tokens": 11648975.0, + "step": 6710 + }, + { + "entropy": 5.629901313781739, + "epoch": 0.5224664462166894, + "grad_norm": 1.0, + "learning_rate": 0.0004977743399222048, + "loss": 5.397, + "mean_token_accuracy": 0.17356285601854324, + "num_tokens": 11657598.0, + "step": 6715 + }, + { + "entropy": 5.759890699386597, + "epoch": 0.522855475588407, + "grad_norm": 1.109375, + "learning_rate": 0.0004977704495665471, + "loss": 5.5537, + "mean_token_accuracy": 0.17318776845932007, + "num_tokens": 11665504.0, + "step": 6720 + }, + { + "entropy": 5.689238452911377, + "epoch": 0.5232445049601245, + "grad_norm": 1.109375, + "learning_rate": 0.0004977665558307023, + "loss": 5.4519, + "mean_token_accuracy": 0.17328019589185714, + "num_tokens": 11674337.0, + "step": 6725 + }, + { + "entropy": 5.540548801422119, + "epoch": 0.523633534331842, + "grad_norm": 0.953125, + "learning_rate": 0.0004977626587147295, + "loss": 5.3074, + "mean_token_accuracy": 0.17538170665502548, + "num_tokens": 11682626.0, + "step": 6730 + }, + { + "entropy": 5.613022899627685, + "epoch": 0.5240225637035596, + "grad_norm": 0.96484375, + "learning_rate": 0.000497758758218688, + "loss": 5.3536, + "mean_token_accuracy": 0.17512194365262984, + "num_tokens": 11691403.0, + "step": 6735 + }, + { + "entropy": 5.707204675674438, + "epoch": 0.5244115930752772, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977548543426368, + "loss": 5.487, + "mean_token_accuracy": 0.16559841185808183, + "num_tokens": 11700590.0, + "step": 6740 + }, + { + "entropy": 5.674825811386109, + "epoch": 0.5248006224469948, + "grad_norm": 1.015625, + "learning_rate": 0.0004977509470866353, + "loss": 5.3849, + "mean_token_accuracy": 0.1695603162050247, + "num_tokens": 11708799.0, + "step": 6745 + }, + { + "entropy": 5.622507047653198, + "epoch": 0.5251896518187124, + "grad_norm": 0.9921875, + "learning_rate": 0.0004977470364507427, + "loss": 5.3924, + "mean_token_accuracy": 0.174872525036335, + "num_tokens": 11716953.0, + "step": 6750 + }, + { + "entropy": 5.645905256271362, + "epoch": 0.5255786811904298, + "grad_norm": 0.953125, + "learning_rate": 0.0004977431224350184, + "loss": 5.4596, + "mean_token_accuracy": 0.1675609439611435, + "num_tokens": 11725032.0, + "step": 6755 + }, + { + "entropy": 5.671552467346191, + "epoch": 0.5259677105621474, + "grad_norm": 1.015625, + "learning_rate": 0.0004977392050395217, + "loss": 5.4674, + "mean_token_accuracy": 0.16827739626169205, + "num_tokens": 11733359.0, + "step": 6760 + }, + { + "entropy": 5.6978929996490475, + "epoch": 0.526356739933865, + "grad_norm": 1.015625, + "learning_rate": 0.0004977352842643121, + "loss": 5.4447, + "mean_token_accuracy": 0.17384590953588486, + "num_tokens": 11740936.0, + "step": 6765 + }, + { + "entropy": 5.6561400413513185, + "epoch": 0.5267457693055826, + "grad_norm": 0.90625, + "learning_rate": 0.000497731360109449, + "loss": 5.4912, + "mean_token_accuracy": 0.1654544785618782, + "num_tokens": 11749764.0, + "step": 6770 + }, + { + "entropy": 5.71761384010315, + "epoch": 0.5271347986773002, + "grad_norm": 1.0078125, + "learning_rate": 0.0004977274325749922, + "loss": 5.499, + "mean_token_accuracy": 0.17246012687683104, + "num_tokens": 11757945.0, + "step": 6775 + }, + { + "entropy": 5.608647632598877, + "epoch": 0.5275238280490177, + "grad_norm": 1.0546875, + "learning_rate": 0.0004977235016610011, + "loss": 5.3704, + "mean_token_accuracy": 0.17345735132694245, + "num_tokens": 11766333.0, + "step": 6780 + }, + { + "entropy": 5.605227470397949, + "epoch": 0.5279128574207352, + "grad_norm": 0.90234375, + "learning_rate": 0.0004977195673675353, + "loss": 5.4179, + "mean_token_accuracy": 0.16838252991437913, + "num_tokens": 11775041.0, + "step": 6785 + }, + { + "entropy": 5.657201194763184, + "epoch": 0.5283018867924528, + "grad_norm": 1.0078125, + "learning_rate": 0.0004977156296946545, + "loss": 5.4054, + "mean_token_accuracy": 0.16645608246326446, + "num_tokens": 11783958.0, + "step": 6790 + }, + { + "entropy": 5.630903053283691, + "epoch": 0.5286909161641704, + "grad_norm": 1.0, + "learning_rate": 0.0004977116886424187, + "loss": 5.4613, + "mean_token_accuracy": 0.16542300283908845, + "num_tokens": 11792174.0, + "step": 6795 + }, + { + "entropy": 5.639910507202148, + "epoch": 0.529079945535888, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977077442108873, + "loss": 5.3807, + "mean_token_accuracy": 0.17330700159072876, + "num_tokens": 11800514.0, + "step": 6800 + }, + { + "entropy": 5.6459287166595455, + "epoch": 0.5294689749076055, + "grad_norm": 0.95703125, + "learning_rate": 0.0004977037964001204, + "loss": 5.3029, + "mean_token_accuracy": 0.18221512138843537, + "num_tokens": 11808918.0, + "step": 6805 + }, + { + "entropy": 5.70598258972168, + "epoch": 0.5298580042793231, + "grad_norm": 0.98046875, + "learning_rate": 0.000497699845210178, + "loss": 5.5537, + "mean_token_accuracy": 0.16276264637708665, + "num_tokens": 11818014.0, + "step": 6810 + }, + { + "entropy": 5.63267674446106, + "epoch": 0.5302470336510406, + "grad_norm": 0.953125, + "learning_rate": 0.0004976958906411197, + "loss": 5.4684, + "mean_token_accuracy": 0.1639823779463768, + "num_tokens": 11826477.0, + "step": 6815 + }, + { + "entropy": 5.735885572433472, + "epoch": 0.5306360630227582, + "grad_norm": 0.97265625, + "learning_rate": 0.0004976919326930059, + "loss": 5.5319, + "mean_token_accuracy": 0.16284382790327073, + "num_tokens": 11835513.0, + "step": 6820 + }, + { + "entropy": 5.752363300323486, + "epoch": 0.5310250923944758, + "grad_norm": 0.96875, + "learning_rate": 0.0004976879713658964, + "loss": 5.5148, + "mean_token_accuracy": 0.16687608808279036, + "num_tokens": 11844495.0, + "step": 6825 + }, + { + "entropy": 5.661299991607666, + "epoch": 0.5314141217661933, + "grad_norm": 0.87890625, + "learning_rate": 0.0004976840066598514, + "loss": 5.4558, + "mean_token_accuracy": 0.16549880653619767, + "num_tokens": 11853013.0, + "step": 6830 + }, + { + "entropy": 5.566314268112182, + "epoch": 0.5318031511379109, + "grad_norm": 0.98828125, + "learning_rate": 0.0004976800385749309, + "loss": 5.2665, + "mean_token_accuracy": 0.17524262219667436, + "num_tokens": 11861899.0, + "step": 6835 + }, + { + "entropy": 5.569824314117431, + "epoch": 0.5321921805096285, + "grad_norm": 0.921875, + "learning_rate": 0.0004976760671111954, + "loss": 5.3419, + "mean_token_accuracy": 0.17819802314043046, + "num_tokens": 11870836.0, + "step": 6840 + }, + { + "entropy": 5.630034446716309, + "epoch": 0.532581209881346, + "grad_norm": 0.953125, + "learning_rate": 0.000497672092268705, + "loss": 5.3942, + "mean_token_accuracy": 0.16372393667697907, + "num_tokens": 11879363.0, + "step": 6845 + }, + { + "entropy": 5.677461814880371, + "epoch": 0.5329702392530636, + "grad_norm": 0.99609375, + "learning_rate": 0.00049766811404752, + "loss": 5.4007, + "mean_token_accuracy": 0.16805416345596313, + "num_tokens": 11887696.0, + "step": 6850 + }, + { + "entropy": 5.633221387863159, + "epoch": 0.5333592686247812, + "grad_norm": 1.0, + "learning_rate": 0.0004976641324477008, + "loss": 5.4031, + "mean_token_accuracy": 0.1713561162352562, + "num_tokens": 11895867.0, + "step": 6855 + }, + { + "entropy": 5.662677812576294, + "epoch": 0.5337482979964987, + "grad_norm": 0.98828125, + "learning_rate": 0.0004976601474693077, + "loss": 5.3389, + "mean_token_accuracy": 0.1717140942811966, + "num_tokens": 11904537.0, + "step": 6860 + }, + { + "entropy": 5.731931447982788, + "epoch": 0.5341373273682163, + "grad_norm": 0.9375, + "learning_rate": 0.0004976561591124014, + "loss": 5.4686, + "mean_token_accuracy": 0.17363298535346985, + "num_tokens": 11913097.0, + "step": 6865 + }, + { + "entropy": 5.578159427642822, + "epoch": 0.5345263567399339, + "grad_norm": 1.0234375, + "learning_rate": 0.0004976521673770421, + "loss": 5.2752, + "mean_token_accuracy": 0.17268597036600114, + "num_tokens": 11921852.0, + "step": 6870 + }, + { + "entropy": 5.627079343795776, + "epoch": 0.5349153861116515, + "grad_norm": 0.99609375, + "learning_rate": 0.0004976481722632907, + "loss": 5.4598, + "mean_token_accuracy": 0.1650264471769333, + "num_tokens": 11930836.0, + "step": 6875 + }, + { + "entropy": 5.710422945022583, + "epoch": 0.535304415483369, + "grad_norm": 1.0, + "learning_rate": 0.0004976441737712076, + "loss": 5.5305, + "mean_token_accuracy": 0.16050295382738114, + "num_tokens": 11940069.0, + "step": 6880 + }, + { + "entropy": 5.734521436691284, + "epoch": 0.5356934448550865, + "grad_norm": 1.0859375, + "learning_rate": 0.0004976401719008536, + "loss": 5.4401, + "mean_token_accuracy": 0.17020536661148072, + "num_tokens": 11948525.0, + "step": 6885 + }, + { + "entropy": 5.626850891113281, + "epoch": 0.5360824742268041, + "grad_norm": 1.0625, + "learning_rate": 0.0004976361666522893, + "loss": 5.4475, + "mean_token_accuracy": 0.1688174158334732, + "num_tokens": 11956912.0, + "step": 6890 + }, + { + "entropy": 5.539887142181397, + "epoch": 0.5364715035985217, + "grad_norm": 1.078125, + "learning_rate": 0.0004976321580255755, + "loss": 5.5336, + "mean_token_accuracy": 0.16634575575590133, + "num_tokens": 11965782.0, + "step": 6895 + }, + { + "entropy": 5.706142091751099, + "epoch": 0.5368605329702393, + "grad_norm": 0.953125, + "learning_rate": 0.0004976281460207731, + "loss": 5.447, + "mean_token_accuracy": 0.1684982642531395, + "num_tokens": 11974889.0, + "step": 6900 + }, + { + "entropy": 5.7341108322143555, + "epoch": 0.5372495623419569, + "grad_norm": 0.9375, + "learning_rate": 0.000497624130637943, + "loss": 5.4409, + "mean_token_accuracy": 0.16870606541633607, + "num_tokens": 11983507.0, + "step": 6905 + }, + { + "entropy": 5.570401287078857, + "epoch": 0.5376385917136743, + "grad_norm": 1.0625, + "learning_rate": 0.000497620111877146, + "loss": 5.3142, + "mean_token_accuracy": 0.17675935626029968, + "num_tokens": 11991646.0, + "step": 6910 + }, + { + "entropy": 5.537765407562256, + "epoch": 0.5380276210853919, + "grad_norm": 1.03125, + "learning_rate": 0.0004976160897384431, + "loss": 5.3447, + "mean_token_accuracy": 0.17250619679689408, + "num_tokens": 12000223.0, + "step": 6915 + }, + { + "entropy": 5.665034008026123, + "epoch": 0.5384166504571095, + "grad_norm": 1.109375, + "learning_rate": 0.0004976120642218955, + "loss": 5.4525, + "mean_token_accuracy": 0.17188968807458876, + "num_tokens": 12009012.0, + "step": 6920 + }, + { + "entropy": 5.750792694091797, + "epoch": 0.5388056798288271, + "grad_norm": 0.9453125, + "learning_rate": 0.000497608035327564, + "loss": 5.49, + "mean_token_accuracy": 0.16075368374586105, + "num_tokens": 12018001.0, + "step": 6925 + }, + { + "entropy": 5.598563003540039, + "epoch": 0.5391947092005447, + "grad_norm": 1.0625, + "learning_rate": 0.00049760400305551, + "loss": 5.3158, + "mean_token_accuracy": 0.18070554882287979, + "num_tokens": 12025943.0, + "step": 6930 + }, + { + "entropy": 5.616814088821411, + "epoch": 0.5395837385722622, + "grad_norm": 0.9765625, + "learning_rate": 0.0004975999674057944, + "loss": 5.3605, + "mean_token_accuracy": 0.17010299861431122, + "num_tokens": 12035073.0, + "step": 6935 + }, + { + "entropy": 5.7316052436828615, + "epoch": 0.5399727679439797, + "grad_norm": 0.94921875, + "learning_rate": 0.0004975959283784787, + "loss": 5.5468, + "mean_token_accuracy": 0.1576745942234993, + "num_tokens": 12043698.0, + "step": 6940 + }, + { + "entropy": 5.634044551849366, + "epoch": 0.5403617973156973, + "grad_norm": 0.98046875, + "learning_rate": 0.0004975918859736241, + "loss": 5.4313, + "mean_token_accuracy": 0.17379543036222458, + "num_tokens": 12052247.0, + "step": 6945 + }, + { + "entropy": 5.625600290298462, + "epoch": 0.5407508266874149, + "grad_norm": 0.96484375, + "learning_rate": 0.0004975878401912919, + "loss": 5.4427, + "mean_token_accuracy": 0.17108741998672486, + "num_tokens": 12061187.0, + "step": 6950 + }, + { + "entropy": 5.646617078781128, + "epoch": 0.5411398560591325, + "grad_norm": 1.015625, + "learning_rate": 0.0004975837910315436, + "loss": 5.385, + "mean_token_accuracy": 0.17147762924432755, + "num_tokens": 12070121.0, + "step": 6955 + }, + { + "entropy": 5.657769870758057, + "epoch": 0.54152888543085, + "grad_norm": 0.98046875, + "learning_rate": 0.0004975797384944405, + "loss": 5.339, + "mean_token_accuracy": 0.18109859973192216, + "num_tokens": 12078578.0, + "step": 6960 + }, + { + "entropy": 5.591638612747192, + "epoch": 0.5419179148025676, + "grad_norm": 1.015625, + "learning_rate": 0.000497575682580044, + "loss": 5.4918, + "mean_token_accuracy": 0.17290250658988954, + "num_tokens": 12087029.0, + "step": 6965 + }, + { + "entropy": 5.745116949081421, + "epoch": 0.5423069441742852, + "grad_norm": 0.9140625, + "learning_rate": 0.000497571623288416, + "loss": 5.4636, + "mean_token_accuracy": 0.16208516657352448, + "num_tokens": 12096105.0, + "step": 6970 + }, + { + "entropy": 5.79583044052124, + "epoch": 0.5426959735460027, + "grad_norm": 0.96875, + "learning_rate": 0.0004975675606196177, + "loss": 5.5419, + "mean_token_accuracy": 0.1621698871254921, + "num_tokens": 12105098.0, + "step": 6975 + }, + { + "entropy": 5.647582006454468, + "epoch": 0.5430850029177203, + "grad_norm": 1.046875, + "learning_rate": 0.000497563494573711, + "loss": 5.3379, + "mean_token_accuracy": 0.17473508417606354, + "num_tokens": 12112894.0, + "step": 6980 + }, + { + "entropy": 5.59762806892395, + "epoch": 0.5434740322894378, + "grad_norm": 0.97265625, + "learning_rate": 0.0004975594251507575, + "loss": 5.4683, + "mean_token_accuracy": 0.17303581088781356, + "num_tokens": 12121457.0, + "step": 6985 + }, + { + "entropy": 5.679516887664795, + "epoch": 0.5438630616611554, + "grad_norm": 1.03125, + "learning_rate": 0.000497555352350819, + "loss": 5.3393, + "mean_token_accuracy": 0.17706256955862046, + "num_tokens": 12129998.0, + "step": 6990 + }, + { + "entropy": 5.699892997741699, + "epoch": 0.544252091032873, + "grad_norm": 1.03125, + "learning_rate": 0.0004975512761739572, + "loss": 5.4123, + "mean_token_accuracy": 0.16763640493154525, + "num_tokens": 12137861.0, + "step": 6995 + }, + { + "entropy": 5.611218214035034, + "epoch": 0.5446411204045906, + "grad_norm": 0.95703125, + "learning_rate": 0.000497547196620234, + "loss": 5.4202, + "mean_token_accuracy": 0.16736047565937043, + "num_tokens": 12146294.0, + "step": 7000 + }, + { + "entropy": 5.6113814353942875, + "epoch": 0.5450301497763081, + "grad_norm": 1.0078125, + "learning_rate": 0.0004975431136897114, + "loss": 5.4225, + "mean_token_accuracy": 0.17288087606430053, + "num_tokens": 12155642.0, + "step": 7005 + }, + { + "entropy": 5.781958055496216, + "epoch": 0.5454191791480256, + "grad_norm": 0.9765625, + "learning_rate": 0.0004975390273824512, + "loss": 5.5223, + "mean_token_accuracy": 0.16702488213777542, + "num_tokens": 12164709.0, + "step": 7010 + }, + { + "entropy": 5.67509708404541, + "epoch": 0.5458082085197432, + "grad_norm": 0.96875, + "learning_rate": 0.0004975349376985155, + "loss": 5.3927, + "mean_token_accuracy": 0.1752987876534462, + "num_tokens": 12173591.0, + "step": 7015 + }, + { + "entropy": 5.636157035827637, + "epoch": 0.5461972378914608, + "grad_norm": 1.078125, + "learning_rate": 0.0004975308446379663, + "loss": 5.4468, + "mean_token_accuracy": 0.16483746767044066, + "num_tokens": 12182050.0, + "step": 7020 + }, + { + "entropy": 5.717999887466431, + "epoch": 0.5465862672631784, + "grad_norm": 0.90625, + "learning_rate": 0.0004975267482008657, + "loss": 5.4951, + "mean_token_accuracy": 0.16928022503852844, + "num_tokens": 12190870.0, + "step": 7025 + }, + { + "entropy": 5.554836845397949, + "epoch": 0.546975296634896, + "grad_norm": 0.984375, + "learning_rate": 0.000497522648387276, + "loss": 5.2444, + "mean_token_accuracy": 0.1796307697892189, + "num_tokens": 12199624.0, + "step": 7030 + }, + { + "entropy": 5.671341228485107, + "epoch": 0.5473643260066134, + "grad_norm": 1.0546875, + "learning_rate": 0.0004975185451972592, + "loss": 5.4989, + "mean_token_accuracy": 0.16450446844100952, + "num_tokens": 12208087.0, + "step": 7035 + }, + { + "entropy": 5.74378662109375, + "epoch": 0.547753355378331, + "grad_norm": 1.0078125, + "learning_rate": 0.0004975144386308776, + "loss": 5.4587, + "mean_token_accuracy": 0.16939086616039276, + "num_tokens": 12216531.0, + "step": 7040 + }, + { + "entropy": 5.673602485656739, + "epoch": 0.5481423847500486, + "grad_norm": 0.98828125, + "learning_rate": 0.0004975103286881936, + "loss": 5.4118, + "mean_token_accuracy": 0.17153862565755845, + "num_tokens": 12225094.0, + "step": 7045 + }, + { + "entropy": 5.593559598922729, + "epoch": 0.5485314141217662, + "grad_norm": 0.95703125, + "learning_rate": 0.0004975062153692696, + "loss": 5.4089, + "mean_token_accuracy": 0.1735567644238472, + "num_tokens": 12233824.0, + "step": 7050 + }, + { + "entropy": 5.611363554000855, + "epoch": 0.5489204434934838, + "grad_norm": 0.96875, + "learning_rate": 0.0004975020986741678, + "loss": 5.2983, + "mean_token_accuracy": 0.17281068861484528, + "num_tokens": 12242923.0, + "step": 7055 + }, + { + "entropy": 5.636492395401001, + "epoch": 0.5493094728652014, + "grad_norm": 0.99609375, + "learning_rate": 0.0004974979786029509, + "loss": 5.3389, + "mean_token_accuracy": 0.1716264933347702, + "num_tokens": 12251963.0, + "step": 7060 + }, + { + "entropy": 5.64126033782959, + "epoch": 0.5496985022369189, + "grad_norm": 1.0234375, + "learning_rate": 0.0004974938551556814, + "loss": 5.4726, + "mean_token_accuracy": 0.16598251461982727, + "num_tokens": 12260347.0, + "step": 7065 + }, + { + "entropy": 5.616513633728028, + "epoch": 0.5500875316086364, + "grad_norm": 0.96875, + "learning_rate": 0.0004974897283324217, + "loss": 5.5112, + "mean_token_accuracy": 0.16583890169858934, + "num_tokens": 12269156.0, + "step": 7070 + }, + { + "entropy": 5.669668912887573, + "epoch": 0.550476560980354, + "grad_norm": 1.0234375, + "learning_rate": 0.0004974855981332343, + "loss": 5.4022, + "mean_token_accuracy": 0.1681751862168312, + "num_tokens": 12277636.0, + "step": 7075 + }, + { + "entropy": 5.690270805358887, + "epoch": 0.5508655903520716, + "grad_norm": 0.984375, + "learning_rate": 0.0004974814645581823, + "loss": 5.3897, + "mean_token_accuracy": 0.1771720752120018, + "num_tokens": 12286027.0, + "step": 7080 + }, + { + "entropy": 5.684526968002319, + "epoch": 0.5512546197237892, + "grad_norm": 0.90625, + "learning_rate": 0.0004974773276073282, + "loss": 5.5215, + "mean_token_accuracy": 0.16352718994021415, + "num_tokens": 12295085.0, + "step": 7085 + }, + { + "entropy": 5.726123046875, + "epoch": 0.5516436490955067, + "grad_norm": 1.03125, + "learning_rate": 0.0004974731872807347, + "loss": 5.4854, + "mean_token_accuracy": 0.16884510070085526, + "num_tokens": 12304275.0, + "step": 7090 + }, + { + "entropy": 5.619599103927612, + "epoch": 0.5520326784672243, + "grad_norm": 1.203125, + "learning_rate": 0.0004974690435784647, + "loss": 5.2908, + "mean_token_accuracy": 0.18858238458633422, + "num_tokens": 12312841.0, + "step": 7095 + }, + { + "entropy": 5.610299396514892, + "epoch": 0.5524217078389418, + "grad_norm": 1.0078125, + "learning_rate": 0.0004974648965005811, + "loss": 5.4071, + "mean_token_accuracy": 0.16392343640327453, + "num_tokens": 12322133.0, + "step": 7100 + }, + { + "entropy": 5.631564426422119, + "epoch": 0.5528107372106594, + "grad_norm": 1.0546875, + "learning_rate": 0.0004974607460471466, + "loss": 5.3802, + "mean_token_accuracy": 0.1664992719888687, + "num_tokens": 12330502.0, + "step": 7105 + }, + { + "entropy": 5.684219026565552, + "epoch": 0.553199766582377, + "grad_norm": 1.1015625, + "learning_rate": 0.0004974565922182246, + "loss": 5.4068, + "mean_token_accuracy": 0.16999222934246064, + "num_tokens": 12338899.0, + "step": 7110 + }, + { + "entropy": 5.597611713409424, + "epoch": 0.5535887959540945, + "grad_norm": 0.953125, + "learning_rate": 0.0004974524350138777, + "loss": 5.3952, + "mean_token_accuracy": 0.17126004546880721, + "num_tokens": 12348299.0, + "step": 7115 + }, + { + "entropy": 5.651516532897949, + "epoch": 0.5539778253258121, + "grad_norm": 1.0, + "learning_rate": 0.0004974482744341693, + "loss": 5.4134, + "mean_token_accuracy": 0.17356518805027008, + "num_tokens": 12356582.0, + "step": 7120 + }, + { + "entropy": 5.7098452091217045, + "epoch": 0.5543668546975297, + "grad_norm": 1.0625, + "learning_rate": 0.0004974441104791624, + "loss": 5.5207, + "mean_token_accuracy": 0.15875308513641356, + "num_tokens": 12366209.0, + "step": 7125 + }, + { + "entropy": 5.678668260574341, + "epoch": 0.5547558840692473, + "grad_norm": 0.984375, + "learning_rate": 0.0004974399431489201, + "loss": 5.4401, + "mean_token_accuracy": 0.16072257608175278, + "num_tokens": 12374777.0, + "step": 7130 + }, + { + "entropy": 5.606429815292358, + "epoch": 0.5551449134409648, + "grad_norm": 1.0390625, + "learning_rate": 0.0004974357724435057, + "loss": 5.4001, + "mean_token_accuracy": 0.16457735896110534, + "num_tokens": 12384405.0, + "step": 7135 + }, + { + "entropy": 5.732188034057617, + "epoch": 0.5555339428126823, + "grad_norm": 0.98046875, + "learning_rate": 0.0004974315983629825, + "loss": 5.4806, + "mean_token_accuracy": 0.1655801698565483, + "num_tokens": 12393464.0, + "step": 7140 + }, + { + "entropy": 5.757658910751343, + "epoch": 0.5559229721843999, + "grad_norm": 1.1015625, + "learning_rate": 0.0004974274209074139, + "loss": 5.5011, + "mean_token_accuracy": 0.16627497524023055, + "num_tokens": 12401917.0, + "step": 7145 + }, + { + "entropy": 5.531997394561768, + "epoch": 0.5563120015561175, + "grad_norm": 1.0234375, + "learning_rate": 0.0004974232400768632, + "loss": 5.2958, + "mean_token_accuracy": 0.17810201048851013, + "num_tokens": 12410928.0, + "step": 7150 + }, + { + "entropy": 5.60371584892273, + "epoch": 0.5567010309278351, + "grad_norm": 0.96484375, + "learning_rate": 0.0004974190558713939, + "loss": 5.3569, + "mean_token_accuracy": 0.17425443083047867, + "num_tokens": 12419747.0, + "step": 7155 + }, + { + "entropy": 5.684228324890137, + "epoch": 0.5570900602995527, + "grad_norm": 0.9765625, + "learning_rate": 0.0004974148682910694, + "loss": 5.3857, + "mean_token_accuracy": 0.17257120013236998, + "num_tokens": 12428608.0, + "step": 7160 + }, + { + "entropy": 5.744918441772461, + "epoch": 0.5574790896712701, + "grad_norm": 0.97265625, + "learning_rate": 0.0004974106773359533, + "loss": 5.4851, + "mean_token_accuracy": 0.1652093231678009, + "num_tokens": 12437101.0, + "step": 7165 + }, + { + "entropy": 5.602647924423218, + "epoch": 0.5578681190429877, + "grad_norm": 0.8828125, + "learning_rate": 0.0004974064830061091, + "loss": 5.4446, + "mean_token_accuracy": 0.16767866313457488, + "num_tokens": 12446813.0, + "step": 7170 + }, + { + "entropy": 5.681476163864136, + "epoch": 0.5582571484147053, + "grad_norm": 1.0390625, + "learning_rate": 0.0004974022853016006, + "loss": 5.3904, + "mean_token_accuracy": 0.17777819335460662, + "num_tokens": 12455931.0, + "step": 7175 + }, + { + "entropy": 5.664216613769531, + "epoch": 0.5586461777864229, + "grad_norm": 1.03125, + "learning_rate": 0.0004973980842224913, + "loss": 5.3739, + "mean_token_accuracy": 0.17391000241041182, + "num_tokens": 12463586.0, + "step": 7180 + }, + { + "entropy": 5.597675848007202, + "epoch": 0.5590352071581405, + "grad_norm": 1.046875, + "learning_rate": 0.0004973938797688452, + "loss": 5.3906, + "mean_token_accuracy": 0.17691944986581803, + "num_tokens": 12472063.0, + "step": 7185 + }, + { + "entropy": 5.641227197647095, + "epoch": 0.559424236529858, + "grad_norm": 1.0625, + "learning_rate": 0.0004973896719407259, + "loss": 5.406, + "mean_token_accuracy": 0.1692581966519356, + "num_tokens": 12480763.0, + "step": 7190 + }, + { + "entropy": 5.675350046157837, + "epoch": 0.5598132659015755, + "grad_norm": 0.9609375, + "learning_rate": 0.0004973854607381972, + "loss": 5.3448, + "mean_token_accuracy": 0.1801315128803253, + "num_tokens": 12488757.0, + "step": 7195 + }, + { + "entropy": 5.569622135162353, + "epoch": 0.5602022952732931, + "grad_norm": 1.0390625, + "learning_rate": 0.0004973812461613232, + "loss": 5.4064, + "mean_token_accuracy": 0.17317397892475128, + "num_tokens": 12497030.0, + "step": 7200 + }, + { + "entropy": 5.64783296585083, + "epoch": 0.5605913246450107, + "grad_norm": 1.0390625, + "learning_rate": 0.0004973770282101677, + "loss": 5.4266, + "mean_token_accuracy": 0.16664355844259263, + "num_tokens": 12506067.0, + "step": 7205 + }, + { + "entropy": 5.651951456069947, + "epoch": 0.5609803540167283, + "grad_norm": 1.0078125, + "learning_rate": 0.0004973728068847947, + "loss": 5.3611, + "mean_token_accuracy": 0.16840779185295104, + "num_tokens": 12514246.0, + "step": 7210 + }, + { + "entropy": 5.657790565490723, + "epoch": 0.5613693833884458, + "grad_norm": 0.94140625, + "learning_rate": 0.0004973685821852684, + "loss": 5.4019, + "mean_token_accuracy": 0.171301032602787, + "num_tokens": 12523523.0, + "step": 7215 + }, + { + "entropy": 5.682505464553833, + "epoch": 0.5617584127601634, + "grad_norm": 0.97265625, + "learning_rate": 0.0004973643541116528, + "loss": 5.3957, + "mean_token_accuracy": 0.17163693606853486, + "num_tokens": 12532142.0, + "step": 7220 + }, + { + "entropy": 5.6058187007904055, + "epoch": 0.562147442131881, + "grad_norm": 1.125, + "learning_rate": 0.000497360122664012, + "loss": 5.4397, + "mean_token_accuracy": 0.17028565406799318, + "num_tokens": 12540647.0, + "step": 7225 + }, + { + "entropy": 5.576866817474365, + "epoch": 0.5625364715035985, + "grad_norm": 0.96875, + "learning_rate": 0.0004973558878424104, + "loss": 5.3439, + "mean_token_accuracy": 0.17291397452354432, + "num_tokens": 12549010.0, + "step": 7230 + }, + { + "entropy": 5.611696720123291, + "epoch": 0.5629255008753161, + "grad_norm": 0.921875, + "learning_rate": 0.0004973516496469119, + "loss": 5.3486, + "mean_token_accuracy": 0.17193022966384888, + "num_tokens": 12557428.0, + "step": 7235 + }, + { + "entropy": 5.569612216949463, + "epoch": 0.5633145302470336, + "grad_norm": 0.93359375, + "learning_rate": 0.0004973474080775811, + "loss": 5.29, + "mean_token_accuracy": 0.16920455694198608, + "num_tokens": 12566610.0, + "step": 7240 + }, + { + "entropy": 5.57372350692749, + "epoch": 0.5637035596187512, + "grad_norm": 1.0546875, + "learning_rate": 0.0004973431631344824, + "loss": 5.4097, + "mean_token_accuracy": 0.17289151400327682, + "num_tokens": 12576016.0, + "step": 7245 + }, + { + "entropy": 5.51690640449524, + "epoch": 0.5640925889904688, + "grad_norm": 1.03125, + "learning_rate": 0.00049733891481768, + "loss": 5.2215, + "mean_token_accuracy": 0.184297177195549, + "num_tokens": 12584033.0, + "step": 7250 + }, + { + "entropy": 5.668150424957275, + "epoch": 0.5644816183621864, + "grad_norm": 0.96484375, + "learning_rate": 0.0004973346631272384, + "loss": 5.3633, + "mean_token_accuracy": 0.17918503582477568, + "num_tokens": 12592784.0, + "step": 7255 + }, + { + "entropy": 5.647518110275269, + "epoch": 0.5648706477339039, + "grad_norm": 1.046875, + "learning_rate": 0.0004973304080632222, + "loss": 5.5028, + "mean_token_accuracy": 0.16309709548950196, + "num_tokens": 12601259.0, + "step": 7260 + }, + { + "entropy": 5.603525066375733, + "epoch": 0.5652596771056215, + "grad_norm": 0.9375, + "learning_rate": 0.000497326149625696, + "loss": 5.3313, + "mean_token_accuracy": 0.16406858563423157, + "num_tokens": 12610264.0, + "step": 7265 + }, + { + "entropy": 5.650942134857178, + "epoch": 0.565648706477339, + "grad_norm": 0.98046875, + "learning_rate": 0.0004973218878147244, + "loss": 5.3415, + "mean_token_accuracy": 0.17269101589918137, + "num_tokens": 12618817.0, + "step": 7270 + }, + { + "entropy": 5.611858224868774, + "epoch": 0.5660377358490566, + "grad_norm": 1.015625, + "learning_rate": 0.0004973176226303719, + "loss": 5.3587, + "mean_token_accuracy": 0.1739836424589157, + "num_tokens": 12627224.0, + "step": 7275 + }, + { + "entropy": 5.689392852783203, + "epoch": 0.5664267652207742, + "grad_norm": 0.97265625, + "learning_rate": 0.0004973133540727033, + "loss": 5.3732, + "mean_token_accuracy": 0.18202139139175416, + "num_tokens": 12635020.0, + "step": 7280 + }, + { + "entropy": 5.637719821929932, + "epoch": 0.5668157945924918, + "grad_norm": 0.953125, + "learning_rate": 0.0004973090821417835, + "loss": 5.4898, + "mean_token_accuracy": 0.16954613626003265, + "num_tokens": 12643821.0, + "step": 7285 + }, + { + "entropy": 5.730007171630859, + "epoch": 0.5672048239642093, + "grad_norm": 1.0546875, + "learning_rate": 0.0004973048068376772, + "loss": 5.4368, + "mean_token_accuracy": 0.16947726905345917, + "num_tokens": 12652091.0, + "step": 7290 + }, + { + "entropy": 5.700078010559082, + "epoch": 0.5675938533359268, + "grad_norm": 1.015625, + "learning_rate": 0.0004973005281604492, + "loss": 5.4492, + "mean_token_accuracy": 0.17107911556959152, + "num_tokens": 12661389.0, + "step": 7295 + }, + { + "entropy": 5.667845392227173, + "epoch": 0.5679828827076444, + "grad_norm": 0.9609375, + "learning_rate": 0.0004972962461101646, + "loss": 5.4683, + "mean_token_accuracy": 0.17340354472398758, + "num_tokens": 12670361.0, + "step": 7300 + }, + { + "entropy": 5.5832093238830565, + "epoch": 0.568371912079362, + "grad_norm": 1.0234375, + "learning_rate": 0.0004972919606868883, + "loss": 5.2721, + "mean_token_accuracy": 0.17934520542621613, + "num_tokens": 12677765.0, + "step": 7305 + }, + { + "entropy": 5.60428409576416, + "epoch": 0.5687609414510796, + "grad_norm": 1.0234375, + "learning_rate": 0.0004972876718906852, + "loss": 5.3411, + "mean_token_accuracy": 0.18018452525138856, + "num_tokens": 12686461.0, + "step": 7310 + }, + { + "entropy": 5.603921890258789, + "epoch": 0.5691499708227972, + "grad_norm": 0.98046875, + "learning_rate": 0.0004972833797216206, + "loss": 5.341, + "mean_token_accuracy": 0.1742023929953575, + "num_tokens": 12694663.0, + "step": 7315 + }, + { + "entropy": 5.609700298309326, + "epoch": 0.5695390001945146, + "grad_norm": 0.92578125, + "learning_rate": 0.0004972790841797595, + "loss": 5.4034, + "mean_token_accuracy": 0.17165356129407883, + "num_tokens": 12703659.0, + "step": 7320 + }, + { + "entropy": 5.626158809661865, + "epoch": 0.5699280295662322, + "grad_norm": 1.0078125, + "learning_rate": 0.000497274785265167, + "loss": 5.3696, + "mean_token_accuracy": 0.17114897072315216, + "num_tokens": 12711402.0, + "step": 7325 + }, + { + "entropy": 5.634340906143189, + "epoch": 0.5703170589379498, + "grad_norm": 0.9921875, + "learning_rate": 0.0004972704829779086, + "loss": 5.4383, + "mean_token_accuracy": 0.16824499964714051, + "num_tokens": 12720500.0, + "step": 7330 + }, + { + "entropy": 5.682785940170288, + "epoch": 0.5707060883096674, + "grad_norm": 0.98046875, + "learning_rate": 0.0004972661773180492, + "loss": 5.4586, + "mean_token_accuracy": 0.166053406894207, + "num_tokens": 12729325.0, + "step": 7335 + }, + { + "entropy": 5.658143758773804, + "epoch": 0.571095117681385, + "grad_norm": 0.97265625, + "learning_rate": 0.0004972618682856545, + "loss": 5.493, + "mean_token_accuracy": 0.16307419836521148, + "num_tokens": 12738573.0, + "step": 7340 + }, + { + "entropy": 5.609912347793579, + "epoch": 0.5714841470531025, + "grad_norm": 0.96875, + "learning_rate": 0.0004972575558807896, + "loss": 5.3501, + "mean_token_accuracy": 0.17531950622797013, + "num_tokens": 12746608.0, + "step": 7345 + }, + { + "entropy": 5.625151872634888, + "epoch": 0.57187317642482, + "grad_norm": 1.0390625, + "learning_rate": 0.0004972532401035201, + "loss": 5.3221, + "mean_token_accuracy": 0.17489213049411773, + "num_tokens": 12754724.0, + "step": 7350 + }, + { + "entropy": 5.586040687561035, + "epoch": 0.5722622057965376, + "grad_norm": 0.98828125, + "learning_rate": 0.0004972489209539114, + "loss": 5.4132, + "mean_token_accuracy": 0.1737084284424782, + "num_tokens": 12762654.0, + "step": 7355 + }, + { + "entropy": 5.6631756782531735, + "epoch": 0.5726512351682552, + "grad_norm": 0.9765625, + "learning_rate": 0.0004972445984320292, + "loss": 5.4233, + "mean_token_accuracy": 0.16429337859153748, + "num_tokens": 12771615.0, + "step": 7360 + }, + { + "entropy": 5.741293478012085, + "epoch": 0.5730402645399728, + "grad_norm": 1.03125, + "learning_rate": 0.0004972402725379388, + "loss": 5.5056, + "mean_token_accuracy": 0.16832784414291382, + "num_tokens": 12780991.0, + "step": 7365 + }, + { + "entropy": 5.674177169799805, + "epoch": 0.5734292939116903, + "grad_norm": 1.0, + "learning_rate": 0.000497235943271706, + "loss": 5.361, + "mean_token_accuracy": 0.1768481969833374, + "num_tokens": 12789402.0, + "step": 7370 + }, + { + "entropy": 5.60377950668335, + "epoch": 0.5738183232834079, + "grad_norm": 0.9296875, + "learning_rate": 0.0004972316106333966, + "loss": 5.346, + "mean_token_accuracy": 0.17487386167049407, + "num_tokens": 12798095.0, + "step": 7375 + }, + { + "entropy": 5.687059211730957, + "epoch": 0.5742073526551255, + "grad_norm": 0.98046875, + "learning_rate": 0.0004972272746230761, + "loss": 5.4274, + "mean_token_accuracy": 0.1711514785885811, + "num_tokens": 12806976.0, + "step": 7380 + }, + { + "entropy": 5.642342758178711, + "epoch": 0.574596382026843, + "grad_norm": 0.9375, + "learning_rate": 0.0004972229352408104, + "loss": 5.3528, + "mean_token_accuracy": 0.1776340425014496, + "num_tokens": 12815228.0, + "step": 7385 + }, + { + "entropy": 5.621855211257935, + "epoch": 0.5749854113985606, + "grad_norm": 0.9375, + "learning_rate": 0.0004972185924866655, + "loss": 5.4484, + "mean_token_accuracy": 0.16927571296691896, + "num_tokens": 12823674.0, + "step": 7390 + }, + { + "entropy": 5.6601160049438475, + "epoch": 0.5753744407702781, + "grad_norm": 1.0546875, + "learning_rate": 0.0004972142463607071, + "loss": 5.5345, + "mean_token_accuracy": 0.16644566655158996, + "num_tokens": 12832810.0, + "step": 7395 + }, + { + "entropy": 5.722142553329467, + "epoch": 0.5757634701419957, + "grad_norm": 0.9375, + "learning_rate": 0.0004972098968630012, + "loss": 5.475, + "mean_token_accuracy": 0.16008357405662538, + "num_tokens": 12841430.0, + "step": 7400 + }, + { + "entropy": 5.658217716217041, + "epoch": 0.5761524995137133, + "grad_norm": 0.9609375, + "learning_rate": 0.0004972055439936137, + "loss": 5.3609, + "mean_token_accuracy": 0.17402588129043578, + "num_tokens": 12850539.0, + "step": 7405 + }, + { + "entropy": 5.650355625152588, + "epoch": 0.5765415288854309, + "grad_norm": 1.0, + "learning_rate": 0.0004972011877526109, + "loss": 5.4717, + "mean_token_accuracy": 0.16799556314945222, + "num_tokens": 12859066.0, + "step": 7410 + }, + { + "entropy": 5.601924276351928, + "epoch": 0.5769305582571485, + "grad_norm": 1.0390625, + "learning_rate": 0.0004971968281400587, + "loss": 5.3651, + "mean_token_accuracy": 0.17659385800361632, + "num_tokens": 12867603.0, + "step": 7415 + }, + { + "entropy": 5.548606729507446, + "epoch": 0.5773195876288659, + "grad_norm": 0.99609375, + "learning_rate": 0.0004971924651560233, + "loss": 5.2208, + "mean_token_accuracy": 0.18172995299100875, + "num_tokens": 12875950.0, + "step": 7420 + }, + { + "entropy": 5.655488729476929, + "epoch": 0.5777086170005835, + "grad_norm": 1.0390625, + "learning_rate": 0.0004971880988005709, + "loss": 5.4785, + "mean_token_accuracy": 0.16646626889705657, + "num_tokens": 12884154.0, + "step": 7425 + }, + { + "entropy": 5.691912269592285, + "epoch": 0.5780976463723011, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971837290737677, + "loss": 5.5349, + "mean_token_accuracy": 0.1615962192416191, + "num_tokens": 12892515.0, + "step": 7430 + }, + { + "entropy": 5.619197607040405, + "epoch": 0.5784866757440187, + "grad_norm": 1.0, + "learning_rate": 0.0004971793559756801, + "loss": 5.3534, + "mean_token_accuracy": 0.17720565050840378, + "num_tokens": 12900919.0, + "step": 7435 + }, + { + "entropy": 5.578056859970093, + "epoch": 0.5788757051157363, + "grad_norm": 0.953125, + "learning_rate": 0.0004971749795063744, + "loss": 5.3283, + "mean_token_accuracy": 0.18330039083957672, + "num_tokens": 12909338.0, + "step": 7440 + }, + { + "entropy": 5.694128847122192, + "epoch": 0.5792647344874537, + "grad_norm": 1.0546875, + "learning_rate": 0.000497170599665917, + "loss": 5.4366, + "mean_token_accuracy": 0.16502223312854766, + "num_tokens": 12918118.0, + "step": 7445 + }, + { + "entropy": 5.669711685180664, + "epoch": 0.5796537638591713, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971662164543743, + "loss": 5.466, + "mean_token_accuracy": 0.1676119551062584, + "num_tokens": 12926878.0, + "step": 7450 + }, + { + "entropy": 5.607919597625733, + "epoch": 0.5800427932308889, + "grad_norm": 1.0859375, + "learning_rate": 0.0004971618298718131, + "loss": 5.3358, + "mean_token_accuracy": 0.17631906270980835, + "num_tokens": 12934869.0, + "step": 7455 + }, + { + "entropy": 5.546912050247192, + "epoch": 0.5804318226026065, + "grad_norm": 0.95703125, + "learning_rate": 0.0004971574399182995, + "loss": 5.394, + "mean_token_accuracy": 0.16879130452871322, + "num_tokens": 12944281.0, + "step": 7460 + }, + { + "entropy": 5.6653515815734865, + "epoch": 0.5808208519743241, + "grad_norm": 0.9453125, + "learning_rate": 0.0004971530465939005, + "loss": 5.4149, + "mean_token_accuracy": 0.16727388203144072, + "num_tokens": 12953281.0, + "step": 7465 + }, + { + "entropy": 5.673875236511231, + "epoch": 0.5812098813460417, + "grad_norm": 0.96875, + "learning_rate": 0.0004971486498986825, + "loss": 5.3931, + "mean_token_accuracy": 0.17328910380601883, + "num_tokens": 12962136.0, + "step": 7470 + }, + { + "entropy": 5.563898420333862, + "epoch": 0.5815989107177592, + "grad_norm": 0.98046875, + "learning_rate": 0.0004971442498327124, + "loss": 5.348, + "mean_token_accuracy": 0.1756136193871498, + "num_tokens": 12971288.0, + "step": 7475 + }, + { + "entropy": 5.5823845863342285, + "epoch": 0.5819879400894767, + "grad_norm": 1.0859375, + "learning_rate": 0.0004971398463960568, + "loss": 5.3155, + "mean_token_accuracy": 0.17655461132526398, + "num_tokens": 12979836.0, + "step": 7480 + }, + { + "entropy": 5.6288878440856935, + "epoch": 0.5823769694611943, + "grad_norm": 1.0078125, + "learning_rate": 0.0004971354395887827, + "loss": 5.3323, + "mean_token_accuracy": 0.18374994695186614, + "num_tokens": 12988233.0, + "step": 7485 + }, + { + "entropy": 5.601915407180786, + "epoch": 0.5827659988329119, + "grad_norm": 1.0703125, + "learning_rate": 0.0004971310294109569, + "loss": 5.3405, + "mean_token_accuracy": 0.17222541123628615, + "num_tokens": 12997077.0, + "step": 7490 + }, + { + "entropy": 5.580870151519775, + "epoch": 0.5831550282046295, + "grad_norm": 0.98828125, + "learning_rate": 0.0004971266158626461, + "loss": 5.375, + "mean_token_accuracy": 0.17703234851360322, + "num_tokens": 13005058.0, + "step": 7495 + }, + { + "entropy": 5.693687486648559, + "epoch": 0.583544057576347, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971221989439177, + "loss": 5.4284, + "mean_token_accuracy": 0.17557696402072906, + "num_tokens": 13013347.0, + "step": 7500 + }, + { + "entropy": 5.691101169586181, + "epoch": 0.5839330869480646, + "grad_norm": 1.0703125, + "learning_rate": 0.0004971177786548384, + "loss": 5.3588, + "mean_token_accuracy": 0.17577131390571593, + "num_tokens": 13021555.0, + "step": 7505 + }, + { + "entropy": 5.6124955177307125, + "epoch": 0.5843221163197821, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971133549954753, + "loss": 5.4529, + "mean_token_accuracy": 0.16763664335012435, + "num_tokens": 13029817.0, + "step": 7510 + }, + { + "entropy": 5.641552066802978, + "epoch": 0.5847111456914997, + "grad_norm": 1.015625, + "learning_rate": 0.0004971089279658954, + "loss": 5.4125, + "mean_token_accuracy": 0.1687588334083557, + "num_tokens": 13038119.0, + "step": 7515 + }, + { + "entropy": 5.628887176513672, + "epoch": 0.5851001750632173, + "grad_norm": 0.953125, + "learning_rate": 0.0004971044975661663, + "loss": 5.3371, + "mean_token_accuracy": 0.1777610197663307, + "num_tokens": 13047004.0, + "step": 7520 + }, + { + "entropy": 5.627340459823609, + "epoch": 0.5854892044349348, + "grad_norm": 0.9765625, + "learning_rate": 0.0004971000637963549, + "loss": 5.3279, + "mean_token_accuracy": 0.17624397277832032, + "num_tokens": 13055045.0, + "step": 7525 + }, + { + "entropy": 5.672088670730591, + "epoch": 0.5858782338066524, + "grad_norm": 0.97265625, + "learning_rate": 0.0004970956266565285, + "loss": 5.4151, + "mean_token_accuracy": 0.17066693305969238, + "num_tokens": 13064535.0, + "step": 7530 + }, + { + "entropy": 5.67555799484253, + "epoch": 0.58626726317837, + "grad_norm": 1.0, + "learning_rate": 0.0004970911861467544, + "loss": 5.478, + "mean_token_accuracy": 0.16494464576244355, + "num_tokens": 13073089.0, + "step": 7535 + }, + { + "entropy": 5.606437253952026, + "epoch": 0.5866562925500876, + "grad_norm": 1.0078125, + "learning_rate": 0.0004970867422671002, + "loss": 5.4175, + "mean_token_accuracy": 0.17264879643917083, + "num_tokens": 13082161.0, + "step": 7540 + }, + { + "entropy": 5.583182430267334, + "epoch": 0.5870453219218051, + "grad_norm": 0.9296875, + "learning_rate": 0.000497082295017633, + "loss": 5.2945, + "mean_token_accuracy": 0.1763348251581192, + "num_tokens": 13090632.0, + "step": 7545 + }, + { + "entropy": 5.688999652862549, + "epoch": 0.5874343512935226, + "grad_norm": 1.078125, + "learning_rate": 0.0004970778443984206, + "loss": 5.3461, + "mean_token_accuracy": 0.17180395275354385, + "num_tokens": 13098825.0, + "step": 7550 + }, + { + "entropy": 5.677446794509888, + "epoch": 0.5878233806652402, + "grad_norm": 0.9765625, + "learning_rate": 0.0004970733904095303, + "loss": 5.4275, + "mean_token_accuracy": 0.1757938951253891, + "num_tokens": 13107059.0, + "step": 7555 + }, + { + "entropy": 5.673526430130005, + "epoch": 0.5882124100369578, + "grad_norm": 1.0390625, + "learning_rate": 0.0004970689330510298, + "loss": 5.4427, + "mean_token_accuracy": 0.16199443265795707, + "num_tokens": 13116783.0, + "step": 7560 + }, + { + "entropy": 5.668778133392334, + "epoch": 0.5886014394086754, + "grad_norm": 1.0703125, + "learning_rate": 0.0004970644723229868, + "loss": 5.3879, + "mean_token_accuracy": 0.1710350438952446, + "num_tokens": 13124998.0, + "step": 7565 + }, + { + "entropy": 5.68775486946106, + "epoch": 0.588990468780393, + "grad_norm": 1.0078125, + "learning_rate": 0.0004970600082254687, + "loss": 5.4419, + "mean_token_accuracy": 0.17209930419921876, + "num_tokens": 13134507.0, + "step": 7570 + }, + { + "entropy": 5.571299934387207, + "epoch": 0.5893794981521104, + "grad_norm": 1.046875, + "learning_rate": 0.0004970555407585436, + "loss": 5.351, + "mean_token_accuracy": 0.17083754092454911, + "num_tokens": 13143682.0, + "step": 7575 + }, + { + "entropy": 5.632481050491333, + "epoch": 0.589768527523828, + "grad_norm": 1.015625, + "learning_rate": 0.000497051069922279, + "loss": 5.4237, + "mean_token_accuracy": 0.17508520185947418, + "num_tokens": 13151924.0, + "step": 7580 + }, + { + "entropy": 5.6247814178466795, + "epoch": 0.5901575568955456, + "grad_norm": 0.9765625, + "learning_rate": 0.0004970465957167429, + "loss": 5.3596, + "mean_token_accuracy": 0.17801107764244078, + "num_tokens": 13160853.0, + "step": 7585 + }, + { + "entropy": 5.689409399032593, + "epoch": 0.5905465862672632, + "grad_norm": 0.96484375, + "learning_rate": 0.000497042118142003, + "loss": 5.4113, + "mean_token_accuracy": 0.18122035413980483, + "num_tokens": 13168993.0, + "step": 7590 + }, + { + "entropy": 5.616657495498657, + "epoch": 0.5909356156389808, + "grad_norm": 1.0234375, + "learning_rate": 0.0004970376371981275, + "loss": 5.3321, + "mean_token_accuracy": 0.17255890220403672, + "num_tokens": 13177266.0, + "step": 7595 + }, + { + "entropy": 5.6668929100036625, + "epoch": 0.5913246450106983, + "grad_norm": 1.0703125, + "learning_rate": 0.0004970331528851842, + "loss": 5.4032, + "mean_token_accuracy": 0.16720218807458878, + "num_tokens": 13185328.0, + "step": 7600 + }, + { + "entropy": 5.574369049072265, + "epoch": 0.5917136743824158, + "grad_norm": 0.9296875, + "learning_rate": 0.0004970286652032412, + "loss": 5.2853, + "mean_token_accuracy": 0.179343780875206, + "num_tokens": 13194502.0, + "step": 7605 + }, + { + "entropy": 5.617265462875366, + "epoch": 0.5921027037541334, + "grad_norm": 1.078125, + "learning_rate": 0.0004970241741523667, + "loss": 5.4346, + "mean_token_accuracy": 0.16966428309679032, + "num_tokens": 13203745.0, + "step": 7610 + }, + { + "entropy": 5.68468222618103, + "epoch": 0.592491733125851, + "grad_norm": 0.90234375, + "learning_rate": 0.0004970196797326286, + "loss": 5.4815, + "mean_token_accuracy": 0.17039461582899093, + "num_tokens": 13213115.0, + "step": 7615 + }, + { + "entropy": 5.727099227905273, + "epoch": 0.5928807624975686, + "grad_norm": 0.953125, + "learning_rate": 0.0004970151819440955, + "loss": 5.5165, + "mean_token_accuracy": 0.16375751942396163, + "num_tokens": 13222231.0, + "step": 7620 + }, + { + "entropy": 5.634699535369873, + "epoch": 0.5932697918692861, + "grad_norm": 0.953125, + "learning_rate": 0.0004970106807868351, + "loss": 5.32, + "mean_token_accuracy": 0.169417604804039, + "num_tokens": 13231346.0, + "step": 7625 + }, + { + "entropy": 5.6288862228393555, + "epoch": 0.5936588212410037, + "grad_norm": 0.96875, + "learning_rate": 0.000497006176260916, + "loss": 5.4368, + "mean_token_accuracy": 0.16189672350883483, + "num_tokens": 13240436.0, + "step": 7630 + }, + { + "entropy": 5.679306936264038, + "epoch": 0.5940478506127213, + "grad_norm": 0.95703125, + "learning_rate": 0.0004970016683664068, + "loss": 5.3609, + "mean_token_accuracy": 0.17597733438014984, + "num_tokens": 13249501.0, + "step": 7635 + }, + { + "entropy": 5.523988151550293, + "epoch": 0.5944368799844388, + "grad_norm": 0.96484375, + "learning_rate": 0.0004969971571033754, + "loss": 5.2859, + "mean_token_accuracy": 0.17960336953401565, + "num_tokens": 13258322.0, + "step": 7640 + }, + { + "entropy": 5.615015316009521, + "epoch": 0.5948259093561564, + "grad_norm": 1.0625, + "learning_rate": 0.0004969926424718906, + "loss": 5.4555, + "mean_token_accuracy": 0.1687053233385086, + "num_tokens": 13267418.0, + "step": 7645 + }, + { + "entropy": 5.734052753448486, + "epoch": 0.5952149387278739, + "grad_norm": 0.96484375, + "learning_rate": 0.0004969881244720207, + "loss": 5.4526, + "mean_token_accuracy": 0.16670702248811722, + "num_tokens": 13276243.0, + "step": 7650 + }, + { + "entropy": 5.564925861358643, + "epoch": 0.5956039680995915, + "grad_norm": 0.94140625, + "learning_rate": 0.0004969836031038343, + "loss": 5.3258, + "mean_token_accuracy": 0.17064776122570038, + "num_tokens": 13285611.0, + "step": 7655 + }, + { + "entropy": 5.642630195617675, + "epoch": 0.5959929974713091, + "grad_norm": 0.96875, + "learning_rate": 0.0004969790783674002, + "loss": 5.4318, + "mean_token_accuracy": 0.16857724040746688, + "num_tokens": 13293949.0, + "step": 7660 + }, + { + "entropy": 5.599985218048095, + "epoch": 0.5963820268430267, + "grad_norm": 1.015625, + "learning_rate": 0.0004969745502627868, + "loss": 5.3695, + "mean_token_accuracy": 0.1733701005578041, + "num_tokens": 13302593.0, + "step": 7665 + }, + { + "entropy": 5.637280797958374, + "epoch": 0.5967710562147442, + "grad_norm": 1.0390625, + "learning_rate": 0.0004969700187900629, + "loss": 5.4221, + "mean_token_accuracy": 0.16763776838779448, + "num_tokens": 13310947.0, + "step": 7670 + }, + { + "entropy": 5.662697505950928, + "epoch": 0.5971600855864618, + "grad_norm": 1.0546875, + "learning_rate": 0.0004969654839492973, + "loss": 5.3961, + "mean_token_accuracy": 0.16570455729961395, + "num_tokens": 13319233.0, + "step": 7675 + }, + { + "entropy": 5.699293565750122, + "epoch": 0.5975491149581793, + "grad_norm": 0.9296875, + "learning_rate": 0.0004969609457405588, + "loss": 5.4885, + "mean_token_accuracy": 0.16623993068933487, + "num_tokens": 13327979.0, + "step": 7680 + }, + { + "entropy": 5.654090070724488, + "epoch": 0.5979381443298969, + "grad_norm": 0.9609375, + "learning_rate": 0.0004969564041639163, + "loss": 5.4484, + "mean_token_accuracy": 0.16742156594991683, + "num_tokens": 13336699.0, + "step": 7685 + }, + { + "entropy": 5.631342220306396, + "epoch": 0.5983271737016145, + "grad_norm": 1.0078125, + "learning_rate": 0.0004969518592194386, + "loss": 5.3197, + "mean_token_accuracy": 0.17523644715547562, + "num_tokens": 13344688.0, + "step": 7690 + }, + { + "entropy": 5.580789470672608, + "epoch": 0.5987162030733321, + "grad_norm": 0.96875, + "learning_rate": 0.0004969473109071946, + "loss": 5.3484, + "mean_token_accuracy": 0.1745481461286545, + "num_tokens": 13353442.0, + "step": 7695 + }, + { + "entropy": 5.679361963272095, + "epoch": 0.5991052324450497, + "grad_norm": 1.0, + "learning_rate": 0.0004969427592272535, + "loss": 5.4164, + "mean_token_accuracy": 0.1679532617330551, + "num_tokens": 13362388.0, + "step": 7700 + }, + { + "entropy": 5.566020679473877, + "epoch": 0.5994942618167671, + "grad_norm": 0.984375, + "learning_rate": 0.0004969382041796843, + "loss": 5.2315, + "mean_token_accuracy": 0.1839941531419754, + "num_tokens": 13370796.0, + "step": 7705 + }, + { + "entropy": 5.542946290969849, + "epoch": 0.5998832911884847, + "grad_norm": 0.93359375, + "learning_rate": 0.000496933645764556, + "loss": 5.3832, + "mean_token_accuracy": 0.17174575924873353, + "num_tokens": 13379733.0, + "step": 7710 + }, + { + "entropy": 5.56348443031311, + "epoch": 0.6002723205602023, + "grad_norm": 0.96875, + "learning_rate": 0.0004969290839819381, + "loss": 5.2844, + "mean_token_accuracy": 0.1811760276556015, + "num_tokens": 13388278.0, + "step": 7715 + }, + { + "entropy": 5.702648782730103, + "epoch": 0.6006613499319199, + "grad_norm": 0.984375, + "learning_rate": 0.0004969245188318994, + "loss": 5.4611, + "mean_token_accuracy": 0.16957978755235673, + "num_tokens": 13397461.0, + "step": 7720 + }, + { + "entropy": 5.591643238067627, + "epoch": 0.6010503793036375, + "grad_norm": 1.0, + "learning_rate": 0.0004969199503145093, + "loss": 5.3271, + "mean_token_accuracy": 0.17207611352205276, + "num_tokens": 13406087.0, + "step": 7725 + }, + { + "entropy": 5.621450567245484, + "epoch": 0.601439408675355, + "grad_norm": 0.9453125, + "learning_rate": 0.0004969153784298374, + "loss": 5.3155, + "mean_token_accuracy": 0.176591220498085, + "num_tokens": 13414760.0, + "step": 7730 + }, + { + "entropy": 5.573680639266968, + "epoch": 0.6018284380470725, + "grad_norm": 1.046875, + "learning_rate": 0.0004969108031779527, + "loss": 5.3811, + "mean_token_accuracy": 0.16772215068340302, + "num_tokens": 13423574.0, + "step": 7735 + }, + { + "entropy": 5.587210941314697, + "epoch": 0.6022174674187901, + "grad_norm": 0.94140625, + "learning_rate": 0.0004969062245589247, + "loss": 5.3116, + "mean_token_accuracy": 0.17736600041389466, + "num_tokens": 13431799.0, + "step": 7740 + }, + { + "entropy": 5.611669635772705, + "epoch": 0.6026064967905077, + "grad_norm": 0.96484375, + "learning_rate": 0.0004969016425728231, + "loss": 5.3605, + "mean_token_accuracy": 0.172268782556057, + "num_tokens": 13440436.0, + "step": 7745 + }, + { + "entropy": 5.628948020935058, + "epoch": 0.6029955261622253, + "grad_norm": 1.046875, + "learning_rate": 0.0004968970572197172, + "loss": 5.3231, + "mean_token_accuracy": 0.17577793151140214, + "num_tokens": 13449236.0, + "step": 7750 + }, + { + "entropy": 5.538338327407837, + "epoch": 0.6033845555339428, + "grad_norm": 1.0, + "learning_rate": 0.0004968924684996765, + "loss": 5.2873, + "mean_token_accuracy": 0.17633422166109086, + "num_tokens": 13457697.0, + "step": 7755 + }, + { + "entropy": 5.571261692047119, + "epoch": 0.6037735849056604, + "grad_norm": 1.0625, + "learning_rate": 0.000496887876412771, + "loss": 5.3902, + "mean_token_accuracy": 0.1738929882645607, + "num_tokens": 13465939.0, + "step": 7760 + }, + { + "entropy": 5.601704931259155, + "epoch": 0.6041626142773779, + "grad_norm": 0.97265625, + "learning_rate": 0.0004968832809590701, + "loss": 5.3144, + "mean_token_accuracy": 0.17881613671779634, + "num_tokens": 13474154.0, + "step": 7765 + }, + { + "entropy": 5.676210689544678, + "epoch": 0.6045516436490955, + "grad_norm": 0.9765625, + "learning_rate": 0.0004968786821386435, + "loss": 5.3248, + "mean_token_accuracy": 0.17638793736696243, + "num_tokens": 13482943.0, + "step": 7770 + }, + { + "entropy": 5.658667278289795, + "epoch": 0.6049406730208131, + "grad_norm": 0.97265625, + "learning_rate": 0.0004968740799515611, + "loss": 5.4678, + "mean_token_accuracy": 0.1693929485976696, + "num_tokens": 13491945.0, + "step": 7775 + }, + { + "entropy": 5.58949909210205, + "epoch": 0.6053297023925306, + "grad_norm": 0.953125, + "learning_rate": 0.0004968694743978926, + "loss": 5.3955, + "mean_token_accuracy": 0.16946269124746322, + "num_tokens": 13501277.0, + "step": 7780 + }, + { + "entropy": 5.675701999664307, + "epoch": 0.6057187317642482, + "grad_norm": 0.984375, + "learning_rate": 0.0004968648654777081, + "loss": 5.4113, + "mean_token_accuracy": 0.1756986677646637, + "num_tokens": 13509609.0, + "step": 7785 + }, + { + "entropy": 5.638581466674805, + "epoch": 0.6061077611359658, + "grad_norm": 0.97265625, + "learning_rate": 0.0004968602531910773, + "loss": 5.4149, + "mean_token_accuracy": 0.16470842212438583, + "num_tokens": 13518707.0, + "step": 7790 + }, + { + "entropy": 5.616470909118652, + "epoch": 0.6064967905076833, + "grad_norm": 0.921875, + "learning_rate": 0.0004968556375380704, + "loss": 5.3725, + "mean_token_accuracy": 0.1771175593137741, + "num_tokens": 13527973.0, + "step": 7795 + }, + { + "entropy": 5.62437891960144, + "epoch": 0.6068858198794009, + "grad_norm": 1.0078125, + "learning_rate": 0.0004968510185187571, + "loss": 5.3276, + "mean_token_accuracy": 0.17454253733158112, + "num_tokens": 13536580.0, + "step": 7800 + }, + { + "entropy": 5.545835494995117, + "epoch": 0.6072748492511184, + "grad_norm": 1.0703125, + "learning_rate": 0.000496846396133208, + "loss": 5.3476, + "mean_token_accuracy": 0.1735129788517952, + "num_tokens": 13544826.0, + "step": 7805 + }, + { + "entropy": 5.645089244842529, + "epoch": 0.607663878622836, + "grad_norm": 0.9765625, + "learning_rate": 0.0004968417703814928, + "loss": 5.4022, + "mean_token_accuracy": 0.1816071629524231, + "num_tokens": 13552821.0, + "step": 7810 + }, + { + "entropy": 5.557252311706543, + "epoch": 0.6080529079945536, + "grad_norm": 1.015625, + "learning_rate": 0.0004968371412636818, + "loss": 5.2805, + "mean_token_accuracy": 0.1728936955332756, + "num_tokens": 13560827.0, + "step": 7815 + }, + { + "entropy": 5.5799144268035885, + "epoch": 0.6084419373662712, + "grad_norm": 0.98046875, + "learning_rate": 0.0004968325087798453, + "loss": 5.4428, + "mean_token_accuracy": 0.1673152282834053, + "num_tokens": 13569311.0, + "step": 7820 + }, + { + "entropy": 5.692161798477173, + "epoch": 0.6088309667379888, + "grad_norm": 0.9921875, + "learning_rate": 0.0004968278729300536, + "loss": 5.4276, + "mean_token_accuracy": 0.16603073477745056, + "num_tokens": 13579035.0, + "step": 7825 + }, + { + "entropy": 5.6686742305755615, + "epoch": 0.6092199961097062, + "grad_norm": 1.0546875, + "learning_rate": 0.0004968232337143769, + "loss": 5.3938, + "mean_token_accuracy": 0.17486062049865722, + "num_tokens": 13587508.0, + "step": 7830 + }, + { + "entropy": 5.578818464279175, + "epoch": 0.6096090254814238, + "grad_norm": 1.0, + "learning_rate": 0.0004968185911328858, + "loss": 5.4287, + "mean_token_accuracy": 0.17448496222496032, + "num_tokens": 13596515.0, + "step": 7835 + }, + { + "entropy": 5.592710494995117, + "epoch": 0.6099980548531414, + "grad_norm": 1.015625, + "learning_rate": 0.0004968139451856506, + "loss": 5.3312, + "mean_token_accuracy": 0.17864641845226287, + "num_tokens": 13605162.0, + "step": 7840 + }, + { + "entropy": 5.625046300888061, + "epoch": 0.610387084224859, + "grad_norm": 0.91015625, + "learning_rate": 0.0004968092958727419, + "loss": 5.323, + "mean_token_accuracy": 0.17763691395521164, + "num_tokens": 13614398.0, + "step": 7845 + }, + { + "entropy": 5.578223323822021, + "epoch": 0.6107761135965766, + "grad_norm": 1.015625, + "learning_rate": 0.00049680464319423, + "loss": 5.2849, + "mean_token_accuracy": 0.17352614998817445, + "num_tokens": 13622347.0, + "step": 7850 + }, + { + "entropy": 5.541752862930298, + "epoch": 0.6111651429682942, + "grad_norm": 1.0390625, + "learning_rate": 0.0004967999871501858, + "loss": 5.2962, + "mean_token_accuracy": 0.17698583900928497, + "num_tokens": 13630773.0, + "step": 7855 + }, + { + "entropy": 5.588369226455688, + "epoch": 0.6115541723400116, + "grad_norm": 1.0078125, + "learning_rate": 0.0004967953277406798, + "loss": 5.3115, + "mean_token_accuracy": 0.17603595554828644, + "num_tokens": 13639857.0, + "step": 7860 + }, + { + "entropy": 5.660149669647216, + "epoch": 0.6119432017117292, + "grad_norm": 0.9921875, + "learning_rate": 0.0004967906649657828, + "loss": 5.4013, + "mean_token_accuracy": 0.1743709772825241, + "num_tokens": 13649959.0, + "step": 7865 + }, + { + "entropy": 5.677736425399781, + "epoch": 0.6123322310834468, + "grad_norm": 1.109375, + "learning_rate": 0.0004967859988255655, + "loss": 5.4209, + "mean_token_accuracy": 0.17269433289766312, + "num_tokens": 13658072.0, + "step": 7870 + }, + { + "entropy": 5.550423526763916, + "epoch": 0.6127212604551644, + "grad_norm": 1.0, + "learning_rate": 0.0004967813293200985, + "loss": 5.3686, + "mean_token_accuracy": 0.17952707409858704, + "num_tokens": 13666816.0, + "step": 7875 + }, + { + "entropy": 5.563448524475097, + "epoch": 0.613110289826882, + "grad_norm": 0.91796875, + "learning_rate": 0.0004967766564494529, + "loss": 5.2309, + "mean_token_accuracy": 0.18123821616172792, + "num_tokens": 13675415.0, + "step": 7880 + }, + { + "entropy": 5.579014158248901, + "epoch": 0.6134993191985995, + "grad_norm": 1.0703125, + "learning_rate": 0.0004967719802136996, + "loss": 5.2656, + "mean_token_accuracy": 0.18457305133342744, + "num_tokens": 13684090.0, + "step": 7885 + }, + { + "entropy": 5.569391775131225, + "epoch": 0.613888348570317, + "grad_norm": 0.97265625, + "learning_rate": 0.0004967673006129094, + "loss": 5.3269, + "mean_token_accuracy": 0.17646651118993759, + "num_tokens": 13692515.0, + "step": 7890 + }, + { + "entropy": 5.5889660835266115, + "epoch": 0.6142773779420346, + "grad_norm": 1.1015625, + "learning_rate": 0.0004967626176471536, + "loss": 5.385, + "mean_token_accuracy": 0.18018435090780258, + "num_tokens": 13700780.0, + "step": 7895 + }, + { + "entropy": 5.681959104537964, + "epoch": 0.6146664073137522, + "grad_norm": 1.0, + "learning_rate": 0.0004967579313165028, + "loss": 5.3926, + "mean_token_accuracy": 0.17503927946090697, + "num_tokens": 13708638.0, + "step": 7900 + }, + { + "entropy": 5.638011789321899, + "epoch": 0.6150554366854698, + "grad_norm": 0.95703125, + "learning_rate": 0.0004967532416210284, + "loss": 5.4016, + "mean_token_accuracy": 0.16409457921981813, + "num_tokens": 13717867.0, + "step": 7905 + }, + { + "entropy": 5.6005606174469, + "epoch": 0.6154444660571873, + "grad_norm": 0.984375, + "learning_rate": 0.0004967485485608016, + "loss": 5.3318, + "mean_token_accuracy": 0.17787362337112428, + "num_tokens": 13727280.0, + "step": 7910 + }, + { + "entropy": 5.643619108200073, + "epoch": 0.6158334954289049, + "grad_norm": 0.96484375, + "learning_rate": 0.0004967438521358934, + "loss": 5.3688, + "mean_token_accuracy": 0.17395887821912764, + "num_tokens": 13735255.0, + "step": 7915 + }, + { + "entropy": 5.580457782745361, + "epoch": 0.6162225248006225, + "grad_norm": 1.0390625, + "learning_rate": 0.0004967391523463754, + "loss": 5.4155, + "mean_token_accuracy": 0.17740168571472167, + "num_tokens": 13743418.0, + "step": 7920 + }, + { + "entropy": 5.5950559139251705, + "epoch": 0.61661155417234, + "grad_norm": 0.95703125, + "learning_rate": 0.0004967344491923185, + "loss": 5.2999, + "mean_token_accuracy": 0.17605132162570952, + "num_tokens": 13752714.0, + "step": 7925 + }, + { + "entropy": 5.718257808685303, + "epoch": 0.6170005835440576, + "grad_norm": 1.078125, + "learning_rate": 0.0004967297426737943, + "loss": 5.4811, + "mean_token_accuracy": 0.16137529909610748, + "num_tokens": 13761350.0, + "step": 7930 + }, + { + "entropy": 5.602125358581543, + "epoch": 0.6173896129157751, + "grad_norm": 0.953125, + "learning_rate": 0.0004967250327908742, + "loss": 5.3078, + "mean_token_accuracy": 0.1830330014228821, + "num_tokens": 13769769.0, + "step": 7935 + }, + { + "entropy": 5.6028557300567625, + "epoch": 0.6177786422874927, + "grad_norm": 0.953125, + "learning_rate": 0.0004967203195436297, + "loss": 5.3293, + "mean_token_accuracy": 0.16973882168531418, + "num_tokens": 13778432.0, + "step": 7940 + }, + { + "entropy": 5.568603801727295, + "epoch": 0.6181676716592103, + "grad_norm": 0.96875, + "learning_rate": 0.0004967156029321322, + "loss": 5.3556, + "mean_token_accuracy": 0.17310213148593903, + "num_tokens": 13786968.0, + "step": 7945 + }, + { + "entropy": 5.662762260437011, + "epoch": 0.6185567010309279, + "grad_norm": 1.0, + "learning_rate": 0.0004967108829564532, + "loss": 5.4562, + "mean_token_accuracy": 0.16001710295677185, + "num_tokens": 13795824.0, + "step": 7950 + }, + { + "entropy": 5.709210157394409, + "epoch": 0.6189457304026454, + "grad_norm": 0.92578125, + "learning_rate": 0.0004967061596166646, + "loss": 5.378, + "mean_token_accuracy": 0.1731061264872551, + "num_tokens": 13804748.0, + "step": 7955 + }, + { + "entropy": 5.565902137756348, + "epoch": 0.6193347597743629, + "grad_norm": 1.0, + "learning_rate": 0.0004967014329128378, + "loss": 5.3689, + "mean_token_accuracy": 0.17446858137845994, + "num_tokens": 13813106.0, + "step": 7960 + }, + { + "entropy": 5.563230276107788, + "epoch": 0.6197237891460805, + "grad_norm": 0.99609375, + "learning_rate": 0.0004966967028450448, + "loss": 5.3809, + "mean_token_accuracy": 0.1709654837846756, + "num_tokens": 13821787.0, + "step": 7965 + }, + { + "entropy": 5.6630446434021, + "epoch": 0.6201128185177981, + "grad_norm": 1.0546875, + "learning_rate": 0.000496691969413357, + "loss": 5.3837, + "mean_token_accuracy": 0.1775362342596054, + "num_tokens": 13830275.0, + "step": 7970 + }, + { + "entropy": 5.560218715667725, + "epoch": 0.6205018478895157, + "grad_norm": 1.0234375, + "learning_rate": 0.0004966872326178466, + "loss": 5.2988, + "mean_token_accuracy": 0.17748090475797654, + "num_tokens": 13838868.0, + "step": 7975 + }, + { + "entropy": 5.585489797592163, + "epoch": 0.6208908772612333, + "grad_norm": 1.03125, + "learning_rate": 0.0004966824924585851, + "loss": 5.3781, + "mean_token_accuracy": 0.17652124613523484, + "num_tokens": 13846970.0, + "step": 7980 + }, + { + "entropy": 5.6828413009643555, + "epoch": 0.6212799066329507, + "grad_norm": 1.0625, + "learning_rate": 0.0004966777489356448, + "loss": 5.4504, + "mean_token_accuracy": 0.1693106934428215, + "num_tokens": 13856059.0, + "step": 7985 + }, + { + "entropy": 5.636405324935913, + "epoch": 0.6216689360046683, + "grad_norm": 0.9609375, + "learning_rate": 0.0004966730020490975, + "loss": 5.3278, + "mean_token_accuracy": 0.1738095223903656, + "num_tokens": 13865461.0, + "step": 7990 + }, + { + "entropy": 5.603222417831421, + "epoch": 0.6220579653763859, + "grad_norm": 0.96875, + "learning_rate": 0.000496668251799015, + "loss": 5.2961, + "mean_token_accuracy": 0.17080867439508438, + "num_tokens": 13874124.0, + "step": 7995 + }, + { + "entropy": 5.6592529296875, + "epoch": 0.6224469947481035, + "grad_norm": 0.984375, + "learning_rate": 0.0004966634981854699, + "loss": 5.3958, + "mean_token_accuracy": 0.17301683127880096, + "num_tokens": 13882952.0, + "step": 8000 + }, + { + "entropy": 5.627367830276489, + "epoch": 0.6228360241198211, + "grad_norm": 1.0, + "learning_rate": 0.0004966587412085339, + "loss": 5.3582, + "mean_token_accuracy": 0.1702231466770172, + "num_tokens": 13890687.0, + "step": 8005 + }, + { + "entropy": 5.616464519500733, + "epoch": 0.6232250534915386, + "grad_norm": 0.96875, + "learning_rate": 0.0004966539808682793, + "loss": 5.4369, + "mean_token_accuracy": 0.16845882385969163, + "num_tokens": 13899773.0, + "step": 8010 + }, + { + "entropy": 5.523895645141602, + "epoch": 0.6236140828632561, + "grad_norm": 1.03125, + "learning_rate": 0.0004966492171647783, + "loss": 5.2276, + "mean_token_accuracy": 0.17931140959262848, + "num_tokens": 13908313.0, + "step": 8015 + }, + { + "entropy": 5.580318784713745, + "epoch": 0.6240031122349737, + "grad_norm": 0.99609375, + "learning_rate": 0.0004966444500981032, + "loss": 5.3204, + "mean_token_accuracy": 0.1795070141553879, + "num_tokens": 13916422.0, + "step": 8020 + }, + { + "entropy": 5.62486834526062, + "epoch": 0.6243921416066913, + "grad_norm": 1.0234375, + "learning_rate": 0.0004966396796683265, + "loss": 5.39, + "mean_token_accuracy": 0.17168170511722564, + "num_tokens": 13924971.0, + "step": 8025 + }, + { + "entropy": 5.589680099487305, + "epoch": 0.6247811709784089, + "grad_norm": 0.9453125, + "learning_rate": 0.0004966349058755204, + "loss": 5.3006, + "mean_token_accuracy": 0.1775197058916092, + "num_tokens": 13933016.0, + "step": 8030 + }, + { + "entropy": 5.687878561019898, + "epoch": 0.6251702003501264, + "grad_norm": 0.98046875, + "learning_rate": 0.0004966301287197573, + "loss": 5.4062, + "mean_token_accuracy": 0.174251052737236, + "num_tokens": 13941814.0, + "step": 8035 + }, + { + "entropy": 5.5712274551391605, + "epoch": 0.625559229721844, + "grad_norm": 1.015625, + "learning_rate": 0.0004966253482011098, + "loss": 5.2186, + "mean_token_accuracy": 0.18083521276712416, + "num_tokens": 13950344.0, + "step": 8040 + }, + { + "entropy": 5.61683030128479, + "epoch": 0.6259482590935616, + "grad_norm": 1.0546875, + "learning_rate": 0.0004966205643196503, + "loss": 5.4512, + "mean_token_accuracy": 0.1689373105764389, + "num_tokens": 13959456.0, + "step": 8045 + }, + { + "entropy": 5.607648944854736, + "epoch": 0.6263372884652791, + "grad_norm": 1.03125, + "learning_rate": 0.0004966157770754516, + "loss": 5.3463, + "mean_token_accuracy": 0.17657203674316407, + "num_tokens": 13967303.0, + "step": 8050 + }, + { + "entropy": 5.602029705047608, + "epoch": 0.6267263178369967, + "grad_norm": 0.953125, + "learning_rate": 0.000496610986468586, + "loss": 5.3874, + "mean_token_accuracy": 0.16966375559568406, + "num_tokens": 13977138.0, + "step": 8055 + }, + { + "entropy": 5.693867492675781, + "epoch": 0.6271153472087143, + "grad_norm": 1.09375, + "learning_rate": 0.0004966061924991267, + "loss": 5.4482, + "mean_token_accuracy": 0.16907818615436554, + "num_tokens": 13985062.0, + "step": 8060 + }, + { + "entropy": 5.702310848236084, + "epoch": 0.6275043765804318, + "grad_norm": 1.0, + "learning_rate": 0.000496601395167146, + "loss": 5.3735, + "mean_token_accuracy": 0.17101518511772157, + "num_tokens": 13992923.0, + "step": 8065 + }, + { + "entropy": 5.5685851097106935, + "epoch": 0.6278934059521494, + "grad_norm": 1.109375, + "learning_rate": 0.0004965965944727168, + "loss": 5.4363, + "mean_token_accuracy": 0.16952479034662246, + "num_tokens": 14002116.0, + "step": 8070 + }, + { + "entropy": 5.623130464553833, + "epoch": 0.628282435323867, + "grad_norm": 0.9453125, + "learning_rate": 0.0004965917904159121, + "loss": 5.4253, + "mean_token_accuracy": 0.17172393202781677, + "num_tokens": 14011053.0, + "step": 8075 + }, + { + "entropy": 5.683843469619751, + "epoch": 0.6286714646955845, + "grad_norm": 1.0078125, + "learning_rate": 0.0004965869829968046, + "loss": 5.3597, + "mean_token_accuracy": 0.1773932620882988, + "num_tokens": 14019226.0, + "step": 8080 + }, + { + "entropy": 5.5199493885040285, + "epoch": 0.6290604940673021, + "grad_norm": 1.046875, + "learning_rate": 0.0004965821722154674, + "loss": 5.3672, + "mean_token_accuracy": 0.17195230424404145, + "num_tokens": 14027630.0, + "step": 8085 + }, + { + "entropy": 5.5660515308380125, + "epoch": 0.6294495234390196, + "grad_norm": 0.90234375, + "learning_rate": 0.0004965773580719734, + "loss": 5.2842, + "mean_token_accuracy": 0.1818663462996483, + "num_tokens": 14036004.0, + "step": 8090 + }, + { + "entropy": 5.621400690078735, + "epoch": 0.6298385528107372, + "grad_norm": 1.0390625, + "learning_rate": 0.0004965725405663957, + "loss": 5.3658, + "mean_token_accuracy": 0.17055777907371522, + "num_tokens": 14045359.0, + "step": 8095 + }, + { + "entropy": 5.578890037536621, + "epoch": 0.6302275821824548, + "grad_norm": 0.98828125, + "learning_rate": 0.0004965677196988073, + "loss": 5.3267, + "mean_token_accuracy": 0.17336366176605225, + "num_tokens": 14054099.0, + "step": 8100 + }, + { + "entropy": 5.610009479522705, + "epoch": 0.6306166115541724, + "grad_norm": 1.0390625, + "learning_rate": 0.0004965628954692815, + "loss": 5.3416, + "mean_token_accuracy": 0.17796404361724855, + "num_tokens": 14062414.0, + "step": 8105 + }, + { + "entropy": 5.611399984359741, + "epoch": 0.63100564092589, + "grad_norm": 1.0234375, + "learning_rate": 0.0004965580678778913, + "loss": 5.3756, + "mean_token_accuracy": 0.18041929900646209, + "num_tokens": 14071016.0, + "step": 8110 + }, + { + "entropy": 5.575746250152588, + "epoch": 0.6313946702976074, + "grad_norm": 1.0546875, + "learning_rate": 0.0004965532369247102, + "loss": 5.3672, + "mean_token_accuracy": 0.1708708330988884, + "num_tokens": 14080622.0, + "step": 8115 + }, + { + "entropy": 5.586710786819458, + "epoch": 0.631783699669325, + "grad_norm": 0.9296875, + "learning_rate": 0.0004965484026098111, + "loss": 5.1892, + "mean_token_accuracy": 0.1801120385527611, + "num_tokens": 14089500.0, + "step": 8120 + }, + { + "entropy": 5.6284722805023195, + "epoch": 0.6321727290410426, + "grad_norm": 1.015625, + "learning_rate": 0.0004965435649332679, + "loss": 5.4488, + "mean_token_accuracy": 0.17494778335094452, + "num_tokens": 14098260.0, + "step": 8125 + }, + { + "entropy": 5.5814660549163815, + "epoch": 0.6325617584127602, + "grad_norm": 0.94921875, + "learning_rate": 0.0004965387238951536, + "loss": 5.2688, + "mean_token_accuracy": 0.18584552854299546, + "num_tokens": 14106561.0, + "step": 8130 + }, + { + "entropy": 5.624522876739502, + "epoch": 0.6329507877844778, + "grad_norm": 1.015625, + "learning_rate": 0.0004965338794955418, + "loss": 5.3657, + "mean_token_accuracy": 0.1758665293455124, + "num_tokens": 14115049.0, + "step": 8135 + }, + { + "entropy": 5.58734016418457, + "epoch": 0.6333398171561953, + "grad_norm": 0.9765625, + "learning_rate": 0.0004965290317345061, + "loss": 5.2659, + "mean_token_accuracy": 0.17704775631427766, + "num_tokens": 14123204.0, + "step": 8140 + }, + { + "entropy": 5.509800910949707, + "epoch": 0.6337288465279128, + "grad_norm": 0.9765625, + "learning_rate": 0.0004965241806121198, + "loss": 5.3179, + "mean_token_accuracy": 0.17927377671003342, + "num_tokens": 14132146.0, + "step": 8145 + }, + { + "entropy": 5.698159313201904, + "epoch": 0.6341178758996304, + "grad_norm": 0.984375, + "learning_rate": 0.0004965193261284567, + "loss": 5.4171, + "mean_token_accuracy": 0.1724001497030258, + "num_tokens": 14140839.0, + "step": 8150 + }, + { + "entropy": 5.650271606445313, + "epoch": 0.634506905271348, + "grad_norm": 1.0703125, + "learning_rate": 0.0004965144682835904, + "loss": 5.401, + "mean_token_accuracy": 0.17262654453516008, + "num_tokens": 14149551.0, + "step": 8155 + }, + { + "entropy": 5.561512613296509, + "epoch": 0.6348959346430656, + "grad_norm": 1.078125, + "learning_rate": 0.0004965096070775946, + "loss": 5.3728, + "mean_token_accuracy": 0.17555071115493776, + "num_tokens": 14158414.0, + "step": 8160 + }, + { + "entropy": 5.61464114189148, + "epoch": 0.6352849640147831, + "grad_norm": 0.890625, + "learning_rate": 0.0004965047425105431, + "loss": 5.4119, + "mean_token_accuracy": 0.175685316324234, + "num_tokens": 14167984.0, + "step": 8165 + }, + { + "entropy": 5.608136701583862, + "epoch": 0.6356739933865007, + "grad_norm": 1.0078125, + "learning_rate": 0.0004964998745825097, + "loss": 5.348, + "mean_token_accuracy": 0.17503494620323182, + "num_tokens": 14177244.0, + "step": 8170 + }, + { + "entropy": 5.659901666641235, + "epoch": 0.6360630227582182, + "grad_norm": 1.03125, + "learning_rate": 0.0004964950032935682, + "loss": 5.2722, + "mean_token_accuracy": 0.17545693665742873, + "num_tokens": 14185754.0, + "step": 8175 + }, + { + "entropy": 5.571230077743531, + "epoch": 0.6364520521299358, + "grad_norm": 1.0078125, + "learning_rate": 0.0004964901286437927, + "loss": 5.3131, + "mean_token_accuracy": 0.18276117295026778, + "num_tokens": 14194242.0, + "step": 8180 + }, + { + "entropy": 5.556791353225708, + "epoch": 0.6368410815016534, + "grad_norm": 1.0, + "learning_rate": 0.0004964852506332568, + "loss": 5.2478, + "mean_token_accuracy": 0.18441312611103058, + "num_tokens": 14202496.0, + "step": 8185 + }, + { + "entropy": 5.6668861389160154, + "epoch": 0.6372301108733709, + "grad_norm": 1.015625, + "learning_rate": 0.000496480369262035, + "loss": 5.4665, + "mean_token_accuracy": 0.1682458072900772, + "num_tokens": 14210510.0, + "step": 8190 + }, + { + "entropy": 5.661225461959839, + "epoch": 0.6376191402450885, + "grad_norm": 0.953125, + "learning_rate": 0.000496475484530201, + "loss": 5.4667, + "mean_token_accuracy": 0.16263825446367264, + "num_tokens": 14219238.0, + "step": 8195 + }, + { + "entropy": 5.536808347702026, + "epoch": 0.6380081696168061, + "grad_norm": 0.97265625, + "learning_rate": 0.0004964705964378292, + "loss": 5.2704, + "mean_token_accuracy": 0.18453190624713897, + "num_tokens": 14227651.0, + "step": 8200 + }, + { + "entropy": 5.550085401535034, + "epoch": 0.6383971989885237, + "grad_norm": 1.0390625, + "learning_rate": 0.0004964657049849934, + "loss": 5.2368, + "mean_token_accuracy": 0.18380049616098404, + "num_tokens": 14236144.0, + "step": 8205 + }, + { + "entropy": 5.691999387741089, + "epoch": 0.6387862283602412, + "grad_norm": 1.03125, + "learning_rate": 0.0004964608101717681, + "loss": 5.4072, + "mean_token_accuracy": 0.16639018803834915, + "num_tokens": 14244706.0, + "step": 8210 + }, + { + "entropy": 5.613128805160523, + "epoch": 0.6391752577319587, + "grad_norm": 1.0703125, + "learning_rate": 0.0004964559119982275, + "loss": 5.3459, + "mean_token_accuracy": 0.1780515119433403, + "num_tokens": 14252873.0, + "step": 8215 + }, + { + "entropy": 5.610724401473999, + "epoch": 0.6395642871036763, + "grad_norm": 1.0390625, + "learning_rate": 0.000496451010464446, + "loss": 5.4295, + "mean_token_accuracy": 0.17149174213409424, + "num_tokens": 14261383.0, + "step": 8220 + }, + { + "entropy": 5.531325197219848, + "epoch": 0.6399533164753939, + "grad_norm": 1.046875, + "learning_rate": 0.0004964461055704978, + "loss": 5.2255, + "mean_token_accuracy": 0.18431342244148255, + "num_tokens": 14270087.0, + "step": 8225 + }, + { + "entropy": 5.668795442581176, + "epoch": 0.6403423458471115, + "grad_norm": 1.0234375, + "learning_rate": 0.0004964411973164574, + "loss": 5.3874, + "mean_token_accuracy": 0.17765944749116896, + "num_tokens": 14278826.0, + "step": 8230 + }, + { + "entropy": 5.591124486923218, + "epoch": 0.6407313752188291, + "grad_norm": 0.953125, + "learning_rate": 0.0004964362857023993, + "loss": 5.3041, + "mean_token_accuracy": 0.17893550395965577, + "num_tokens": 14287554.0, + "step": 8235 + }, + { + "entropy": 5.6133569240570065, + "epoch": 0.6411204045905465, + "grad_norm": 0.9140625, + "learning_rate": 0.000496431370728398, + "loss": 5.2963, + "mean_token_accuracy": 0.17880027294158934, + "num_tokens": 14295839.0, + "step": 8240 + }, + { + "entropy": 5.571751594543457, + "epoch": 0.6415094339622641, + "grad_norm": 0.96875, + "learning_rate": 0.0004964264523945281, + "loss": 5.3406, + "mean_token_accuracy": 0.18072520494461058, + "num_tokens": 14304831.0, + "step": 8245 + }, + { + "entropy": 5.628354072570801, + "epoch": 0.6418984633339817, + "grad_norm": 0.96484375, + "learning_rate": 0.0004964215307008643, + "loss": 5.296, + "mean_token_accuracy": 0.17758952379226683, + "num_tokens": 14313249.0, + "step": 8250 + }, + { + "entropy": 5.640737628936767, + "epoch": 0.6422874927056993, + "grad_norm": 1.0390625, + "learning_rate": 0.0004964166056474811, + "loss": 5.3649, + "mean_token_accuracy": 0.17237574011087417, + "num_tokens": 14321978.0, + "step": 8255 + }, + { + "entropy": 5.53292145729065, + "epoch": 0.6426765220774169, + "grad_norm": 1.0234375, + "learning_rate": 0.0004964116772344534, + "loss": 5.2691, + "mean_token_accuracy": 0.1784036248922348, + "num_tokens": 14330379.0, + "step": 8260 + }, + { + "entropy": 5.549371385574341, + "epoch": 0.6430655514491345, + "grad_norm": 1.0234375, + "learning_rate": 0.0004964067454618559, + "loss": 5.3233, + "mean_token_accuracy": 0.18185826987028123, + "num_tokens": 14339121.0, + "step": 8265 + }, + { + "entropy": 5.548624753952026, + "epoch": 0.6434545808208519, + "grad_norm": 1.1328125, + "learning_rate": 0.0004964018103297634, + "loss": 5.2769, + "mean_token_accuracy": 0.18576613664627076, + "num_tokens": 14347443.0, + "step": 8270 + }, + { + "entropy": 5.636929130554199, + "epoch": 0.6438436101925695, + "grad_norm": 0.97265625, + "learning_rate": 0.0004963968718382509, + "loss": 5.3735, + "mean_token_accuracy": 0.16972884237766267, + "num_tokens": 14356459.0, + "step": 8275 + }, + { + "entropy": 5.609857177734375, + "epoch": 0.6442326395642871, + "grad_norm": 0.97265625, + "learning_rate": 0.0004963919299873931, + "loss": 5.301, + "mean_token_accuracy": 0.17383714765310287, + "num_tokens": 14365359.0, + "step": 8280 + }, + { + "entropy": 5.5062110900878904, + "epoch": 0.6446216689360047, + "grad_norm": 1.0625, + "learning_rate": 0.0004963869847772653, + "loss": 5.2143, + "mean_token_accuracy": 0.1847106158733368, + "num_tokens": 14373345.0, + "step": 8285 + }, + { + "entropy": 5.580478239059448, + "epoch": 0.6450106983077223, + "grad_norm": 1.0234375, + "learning_rate": 0.0004963820362079423, + "loss": 5.3098, + "mean_token_accuracy": 0.1742485374212265, + "num_tokens": 14381977.0, + "step": 8290 + }, + { + "entropy": 5.520681095123291, + "epoch": 0.6453997276794398, + "grad_norm": 0.9765625, + "learning_rate": 0.0004963770842794994, + "loss": 5.2127, + "mean_token_accuracy": 0.1802786186337471, + "num_tokens": 14390486.0, + "step": 8295 + }, + { + "entropy": 5.5776502132415775, + "epoch": 0.6457887570511573, + "grad_norm": 0.9453125, + "learning_rate": 0.0004963721289920115, + "loss": 5.3947, + "mean_token_accuracy": 0.17295217216014863, + "num_tokens": 14399064.0, + "step": 8300 + }, + { + "entropy": 5.580191516876221, + "epoch": 0.6461777864228749, + "grad_norm": 1.0390625, + "learning_rate": 0.0004963671703455538, + "loss": 5.2448, + "mean_token_accuracy": 0.17858138233423232, + "num_tokens": 14406965.0, + "step": 8305 + }, + { + "entropy": 5.544788074493408, + "epoch": 0.6465668157945925, + "grad_norm": 0.953125, + "learning_rate": 0.0004963622083402018, + "loss": 5.3934, + "mean_token_accuracy": 0.17124493718147277, + "num_tokens": 14416293.0, + "step": 8310 + }, + { + "entropy": 5.635854053497314, + "epoch": 0.6469558451663101, + "grad_norm": 1.015625, + "learning_rate": 0.0004963572429760305, + "loss": 5.3733, + "mean_token_accuracy": 0.1732726901769638, + "num_tokens": 14424515.0, + "step": 8315 + }, + { + "entropy": 5.58670449256897, + "epoch": 0.6473448745380276, + "grad_norm": 0.99609375, + "learning_rate": 0.0004963522742531155, + "loss": 5.2032, + "mean_token_accuracy": 0.17925521731376648, + "num_tokens": 14432706.0, + "step": 8320 + }, + { + "entropy": 5.540876770019532, + "epoch": 0.6477339039097452, + "grad_norm": 1.0078125, + "learning_rate": 0.000496347302171532, + "loss": 5.3134, + "mean_token_accuracy": 0.17976702898740768, + "num_tokens": 14441462.0, + "step": 8325 + }, + { + "entropy": 5.52711968421936, + "epoch": 0.6481229332814628, + "grad_norm": 1.0390625, + "learning_rate": 0.0004963423267313554, + "loss": 5.2796, + "mean_token_accuracy": 0.17967983931303025, + "num_tokens": 14450218.0, + "step": 8330 + }, + { + "entropy": 5.620292043685913, + "epoch": 0.6485119626531803, + "grad_norm": 0.9453125, + "learning_rate": 0.0004963373479326614, + "loss": 5.4752, + "mean_token_accuracy": 0.1684851676225662, + "num_tokens": 14459825.0, + "step": 8335 + }, + { + "entropy": 5.616681241989136, + "epoch": 0.6489009920248979, + "grad_norm": 0.9609375, + "learning_rate": 0.0004963323657755255, + "loss": 5.307, + "mean_token_accuracy": 0.17906863242387772, + "num_tokens": 14468647.0, + "step": 8340 + }, + { + "entropy": 5.54473352432251, + "epoch": 0.6492900213966154, + "grad_norm": 0.99609375, + "learning_rate": 0.0004963273802600231, + "loss": 5.1997, + "mean_token_accuracy": 0.18291590511798858, + "num_tokens": 14476892.0, + "step": 8345 + }, + { + "entropy": 5.655897998809815, + "epoch": 0.649679050768333, + "grad_norm": 1.0234375, + "learning_rate": 0.00049632239138623, + "loss": 5.4402, + "mean_token_accuracy": 0.1732370838522911, + "num_tokens": 14485541.0, + "step": 8350 + }, + { + "entropy": 5.548528242111206, + "epoch": 0.6500680801400506, + "grad_norm": 0.91796875, + "learning_rate": 0.0004963173991542219, + "loss": 5.2786, + "mean_token_accuracy": 0.1823086842894554, + "num_tokens": 14494184.0, + "step": 8355 + }, + { + "entropy": 5.670836544036865, + "epoch": 0.6504571095117682, + "grad_norm": 1.09375, + "learning_rate": 0.0004963124035640746, + "loss": 5.4022, + "mean_token_accuracy": 0.1653965264558792, + "num_tokens": 14502151.0, + "step": 8360 + }, + { + "entropy": 5.59298038482666, + "epoch": 0.6508461388834857, + "grad_norm": 0.99609375, + "learning_rate": 0.0004963074046158637, + "loss": 5.3839, + "mean_token_accuracy": 0.17655687034130096, + "num_tokens": 14511254.0, + "step": 8365 + }, + { + "entropy": 5.675338935852051, + "epoch": 0.6512351682552032, + "grad_norm": 1.015625, + "learning_rate": 0.0004963024023096652, + "loss": 5.4396, + "mean_token_accuracy": 0.16882770955562593, + "num_tokens": 14520492.0, + "step": 8370 + }, + { + "entropy": 5.685335683822632, + "epoch": 0.6516241976269208, + "grad_norm": 1.046875, + "learning_rate": 0.0004962973966455551, + "loss": 5.3927, + "mean_token_accuracy": 0.16695061028003694, + "num_tokens": 14530082.0, + "step": 8375 + }, + { + "entropy": 5.592555570602417, + "epoch": 0.6520132269986384, + "grad_norm": 0.98828125, + "learning_rate": 0.0004962923876236092, + "loss": 5.3558, + "mean_token_accuracy": 0.1753413200378418, + "num_tokens": 14539124.0, + "step": 8380 + }, + { + "entropy": 5.632155990600586, + "epoch": 0.652402256370356, + "grad_norm": 1.0625, + "learning_rate": 0.0004962873752439035, + "loss": 5.3377, + "mean_token_accuracy": 0.17932512909173964, + "num_tokens": 14547780.0, + "step": 8385 + }, + { + "entropy": 5.576566505432129, + "epoch": 0.6527912857420736, + "grad_norm": 0.984375, + "learning_rate": 0.0004962823595065141, + "loss": 5.2595, + "mean_token_accuracy": 0.17745744287967682, + "num_tokens": 14556225.0, + "step": 8390 + }, + { + "entropy": 5.634925127029419, + "epoch": 0.653180315113791, + "grad_norm": 1.1171875, + "learning_rate": 0.0004962773404115172, + "loss": 5.3435, + "mean_token_accuracy": 0.17520466893911363, + "num_tokens": 14564147.0, + "step": 8395 + }, + { + "entropy": 5.601422357559204, + "epoch": 0.6535693444855086, + "grad_norm": 1.09375, + "learning_rate": 0.0004962723179589886, + "loss": 5.3506, + "mean_token_accuracy": 0.1706002101302147, + "num_tokens": 14573519.0, + "step": 8400 + }, + { + "entropy": 5.640968894958496, + "epoch": 0.6539583738572262, + "grad_norm": 0.91796875, + "learning_rate": 0.000496267292149005, + "loss": 5.4625, + "mean_token_accuracy": 0.16425798386335372, + "num_tokens": 14582806.0, + "step": 8405 + }, + { + "entropy": 5.5813973903656, + "epoch": 0.6543474032289438, + "grad_norm": 0.99609375, + "learning_rate": 0.0004962622629816423, + "loss": 5.343, + "mean_token_accuracy": 0.168157197535038, + "num_tokens": 14591274.0, + "step": 8410 + }, + { + "entropy": 5.570907878875732, + "epoch": 0.6547364326006614, + "grad_norm": 1.046875, + "learning_rate": 0.000496257230456977, + "loss": 5.3828, + "mean_token_accuracy": 0.17347589135169983, + "num_tokens": 14599902.0, + "step": 8415 + }, + { + "entropy": 5.546425914764404, + "epoch": 0.6551254619723789, + "grad_norm": 0.9296875, + "learning_rate": 0.0004962521945750855, + "loss": 5.2911, + "mean_token_accuracy": 0.1729225903749466, + "num_tokens": 14608931.0, + "step": 8420 + }, + { + "entropy": 5.573162841796875, + "epoch": 0.6555144913440965, + "grad_norm": 1.0703125, + "learning_rate": 0.000496247155336044, + "loss": 5.2474, + "mean_token_accuracy": 0.17821999341249467, + "num_tokens": 14617547.0, + "step": 8425 + }, + { + "entropy": 5.614056253433228, + "epoch": 0.655903520715814, + "grad_norm": 1.046875, + "learning_rate": 0.0004962421127399291, + "loss": 5.3825, + "mean_token_accuracy": 0.1722403198480606, + "num_tokens": 14626523.0, + "step": 8430 + }, + { + "entropy": 5.625966262817383, + "epoch": 0.6562925500875316, + "grad_norm": 0.9921875, + "learning_rate": 0.0004962370667868172, + "loss": 5.3203, + "mean_token_accuracy": 0.1793544590473175, + "num_tokens": 14634846.0, + "step": 8435 + }, + { + "entropy": 5.571551084518433, + "epoch": 0.6566815794592492, + "grad_norm": 0.99609375, + "learning_rate": 0.0004962320174767851, + "loss": 5.3097, + "mean_token_accuracy": 0.17367968261241912, + "num_tokens": 14643092.0, + "step": 8440 + }, + { + "entropy": 5.633761548995972, + "epoch": 0.6570706088309667, + "grad_norm": 0.9453125, + "learning_rate": 0.000496226964809909, + "loss": 5.4057, + "mean_token_accuracy": 0.17658709585666657, + "num_tokens": 14651456.0, + "step": 8445 + }, + { + "entropy": 5.580606842041016, + "epoch": 0.6574596382026843, + "grad_norm": 0.92578125, + "learning_rate": 0.000496221908786266, + "loss": 5.2845, + "mean_token_accuracy": 0.17938428670167922, + "num_tokens": 14660488.0, + "step": 8450 + }, + { + "entropy": 5.684810447692871, + "epoch": 0.6578486675744019, + "grad_norm": 0.96875, + "learning_rate": 0.0004962168494059327, + "loss": 5.4868, + "mean_token_accuracy": 0.17089286744594573, + "num_tokens": 14670131.0, + "step": 8455 + }, + { + "entropy": 5.642894077301025, + "epoch": 0.6582376969461194, + "grad_norm": 1.0078125, + "learning_rate": 0.0004962117866689857, + "loss": 5.2878, + "mean_token_accuracy": 0.1739628404378891, + "num_tokens": 14678402.0, + "step": 8460 + }, + { + "entropy": 5.582067584991455, + "epoch": 0.658626726317837, + "grad_norm": 0.984375, + "learning_rate": 0.000496206720575502, + "loss": 5.3038, + "mean_token_accuracy": 0.1687963843345642, + "num_tokens": 14687589.0, + "step": 8465 + }, + { + "entropy": 5.644313478469849, + "epoch": 0.6590157556895546, + "grad_norm": 0.97265625, + "learning_rate": 0.0004962016511255584, + "loss": 5.4557, + "mean_token_accuracy": 0.16937474608421327, + "num_tokens": 14696288.0, + "step": 8470 + }, + { + "entropy": 5.685591173171997, + "epoch": 0.6594047850612721, + "grad_norm": 0.984375, + "learning_rate": 0.0004961965783192318, + "loss": 5.3616, + "mean_token_accuracy": 0.17366212159395217, + "num_tokens": 14705269.0, + "step": 8475 + }, + { + "entropy": 5.591137266159057, + "epoch": 0.6597938144329897, + "grad_norm": 0.9296875, + "learning_rate": 0.0004961915021565992, + "loss": 5.3471, + "mean_token_accuracy": 0.17597121000289917, + "num_tokens": 14713669.0, + "step": 8480 + }, + { + "entropy": 5.532935047149659, + "epoch": 0.6601828438047073, + "grad_norm": 0.96875, + "learning_rate": 0.0004961864226377377, + "loss": 5.3912, + "mean_token_accuracy": 0.17643194645643234, + "num_tokens": 14722529.0, + "step": 8485 + }, + { + "entropy": 5.6268493175506595, + "epoch": 0.6605718731764249, + "grad_norm": 0.98046875, + "learning_rate": 0.0004961813397627241, + "loss": 5.384, + "mean_token_accuracy": 0.17761731743812562, + "num_tokens": 14730956.0, + "step": 8490 + }, + { + "entropy": 5.632120513916016, + "epoch": 0.6609609025481424, + "grad_norm": 1.0234375, + "learning_rate": 0.0004961762535316358, + "loss": 5.3345, + "mean_token_accuracy": 0.1788095787167549, + "num_tokens": 14739320.0, + "step": 8495 + }, + { + "entropy": 5.571344614028931, + "epoch": 0.6613499319198599, + "grad_norm": 0.95703125, + "learning_rate": 0.0004961711639445499, + "loss": 5.3879, + "mean_token_accuracy": 0.17722497433423995, + "num_tokens": 14748030.0, + "step": 8500 + }, + { + "entropy": 5.608709764480591, + "epoch": 0.6617389612915775, + "grad_norm": 0.98046875, + "learning_rate": 0.0004961660710015435, + "loss": 5.2843, + "mean_token_accuracy": 0.18021600544452668, + "num_tokens": 14756786.0, + "step": 8505 + }, + { + "entropy": 5.604683494567871, + "epoch": 0.6621279906632951, + "grad_norm": 1.015625, + "learning_rate": 0.0004961609747026943, + "loss": 5.3535, + "mean_token_accuracy": 0.17999780774116517, + "num_tokens": 14765538.0, + "step": 8510 + }, + { + "entropy": 5.608538436889648, + "epoch": 0.6625170200350127, + "grad_norm": 0.96484375, + "learning_rate": 0.0004961558750480791, + "loss": 5.2726, + "mean_token_accuracy": 0.18049169331789017, + "num_tokens": 14773845.0, + "step": 8515 + }, + { + "entropy": 5.560791444778443, + "epoch": 0.6629060494067303, + "grad_norm": 0.98828125, + "learning_rate": 0.0004961507720377756, + "loss": 5.2237, + "mean_token_accuracy": 0.1844485729932785, + "num_tokens": 14782022.0, + "step": 8520 + }, + { + "entropy": 5.610558032989502, + "epoch": 0.6632950787784477, + "grad_norm": 1.0, + "learning_rate": 0.0004961456656718611, + "loss": 5.3717, + "mean_token_accuracy": 0.17913725674152375, + "num_tokens": 14790150.0, + "step": 8525 + }, + { + "entropy": 5.59845461845398, + "epoch": 0.6636841081501653, + "grad_norm": 0.98046875, + "learning_rate": 0.000496140555950413, + "loss": 5.4119, + "mean_token_accuracy": 0.17195657938718795, + "num_tokens": 14799239.0, + "step": 8530 + }, + { + "entropy": 5.560660743713379, + "epoch": 0.6640731375218829, + "grad_norm": 0.94140625, + "learning_rate": 0.0004961354428735091, + "loss": 5.3272, + "mean_token_accuracy": 0.16718420684337615, + "num_tokens": 14808740.0, + "step": 8535 + }, + { + "entropy": 5.73283896446228, + "epoch": 0.6644621668936005, + "grad_norm": 0.96875, + "learning_rate": 0.0004961303264412267, + "loss": 5.4618, + "mean_token_accuracy": 0.1692821726202965, + "num_tokens": 14817329.0, + "step": 8540 + }, + { + "entropy": 5.624889326095581, + "epoch": 0.6648511962653181, + "grad_norm": 0.96875, + "learning_rate": 0.0004961252066536437, + "loss": 5.3031, + "mean_token_accuracy": 0.17418562173843383, + "num_tokens": 14826240.0, + "step": 8545 + }, + { + "entropy": 5.602689266204834, + "epoch": 0.6652402256370356, + "grad_norm": 1.0, + "learning_rate": 0.0004961200835108375, + "loss": 5.32, + "mean_token_accuracy": 0.17306315898895264, + "num_tokens": 14834471.0, + "step": 8550 + }, + { + "entropy": 5.612128400802613, + "epoch": 0.6656292550087531, + "grad_norm": 0.95703125, + "learning_rate": 0.000496114957012886, + "loss": 5.3241, + "mean_token_accuracy": 0.1665057823061943, + "num_tokens": 14842724.0, + "step": 8555 + }, + { + "entropy": 5.543188428878784, + "epoch": 0.6660182843804707, + "grad_norm": 0.95703125, + "learning_rate": 0.0004961098271598671, + "loss": 5.2522, + "mean_token_accuracy": 0.1831625521183014, + "num_tokens": 14850725.0, + "step": 8560 + }, + { + "entropy": 5.5301573276519775, + "epoch": 0.6664073137521883, + "grad_norm": 0.984375, + "learning_rate": 0.0004961046939518585, + "loss": 5.2167, + "mean_token_accuracy": 0.18281251490116118, + "num_tokens": 14859412.0, + "step": 8565 + }, + { + "entropy": 5.659323358535767, + "epoch": 0.6667963431239059, + "grad_norm": 1.0625, + "learning_rate": 0.0004960995573889379, + "loss": 5.3212, + "mean_token_accuracy": 0.1752857342362404, + "num_tokens": 14867526.0, + "step": 8570 + }, + { + "entropy": 5.532819938659668, + "epoch": 0.6671853724956234, + "grad_norm": 0.9921875, + "learning_rate": 0.0004960944174711836, + "loss": 5.2165, + "mean_token_accuracy": 0.17377183735370635, + "num_tokens": 14875770.0, + "step": 8575 + }, + { + "entropy": 5.558029127120972, + "epoch": 0.667574401867341, + "grad_norm": 1.0078125, + "learning_rate": 0.0004960892741986734, + "loss": 5.3095, + "mean_token_accuracy": 0.18255508840084075, + "num_tokens": 14883872.0, + "step": 8580 + }, + { + "entropy": 5.550190544128418, + "epoch": 0.6679634312390585, + "grad_norm": 1.03125, + "learning_rate": 0.0004960841275714853, + "loss": 5.3322, + "mean_token_accuracy": 0.1733739659190178, + "num_tokens": 14891526.0, + "step": 8585 + }, + { + "entropy": 5.6118604183197025, + "epoch": 0.6683524606107761, + "grad_norm": 1.0546875, + "learning_rate": 0.0004960789775896975, + "loss": 5.3753, + "mean_token_accuracy": 0.1733969748020172, + "num_tokens": 14900171.0, + "step": 8590 + }, + { + "entropy": 5.628033113479614, + "epoch": 0.6687414899824937, + "grad_norm": 1.015625, + "learning_rate": 0.0004960738242533881, + "loss": 5.3365, + "mean_token_accuracy": 0.17448588013648986, + "num_tokens": 14908537.0, + "step": 8595 + }, + { + "entropy": 5.554285907745362, + "epoch": 0.6691305193542112, + "grad_norm": 0.9140625, + "learning_rate": 0.0004960686675626353, + "loss": 5.2722, + "mean_token_accuracy": 0.18086651861667633, + "num_tokens": 14917387.0, + "step": 8600 + }, + { + "entropy": 5.609855794906617, + "epoch": 0.6695195487259288, + "grad_norm": 0.98828125, + "learning_rate": 0.0004960635075175173, + "loss": 5.2943, + "mean_token_accuracy": 0.17782697677612305, + "num_tokens": 14925945.0, + "step": 8605 + }, + { + "entropy": 5.58464412689209, + "epoch": 0.6699085780976464, + "grad_norm": 1.046875, + "learning_rate": 0.0004960583441181124, + "loss": 5.3051, + "mean_token_accuracy": 0.18012278228998185, + "num_tokens": 14934002.0, + "step": 8610 + }, + { + "entropy": 5.583852672576905, + "epoch": 0.670297607469364, + "grad_norm": 0.953125, + "learning_rate": 0.0004960531773644992, + "loss": 5.3366, + "mean_token_accuracy": 0.16810405403375625, + "num_tokens": 14942658.0, + "step": 8615 + }, + { + "entropy": 5.669387340545654, + "epoch": 0.6706866368410815, + "grad_norm": 0.98046875, + "learning_rate": 0.0004960480072567557, + "loss": 5.4096, + "mean_token_accuracy": 0.16790317744016647, + "num_tokens": 14952324.0, + "step": 8620 + }, + { + "entropy": 5.6801048755645756, + "epoch": 0.671075666212799, + "grad_norm": 0.88671875, + "learning_rate": 0.0004960428337949604, + "loss": 5.4406, + "mean_token_accuracy": 0.17223362624645233, + "num_tokens": 14961964.0, + "step": 8625 + }, + { + "entropy": 5.679262447357178, + "epoch": 0.6714646955845166, + "grad_norm": 0.98828125, + "learning_rate": 0.0004960376569791921, + "loss": 5.3774, + "mean_token_accuracy": 0.1753703996539116, + "num_tokens": 14970267.0, + "step": 8630 + }, + { + "entropy": 5.55751485824585, + "epoch": 0.6718537249562342, + "grad_norm": 0.984375, + "learning_rate": 0.0004960324768095291, + "loss": 5.2475, + "mean_token_accuracy": 0.17541256844997405, + "num_tokens": 14978546.0, + "step": 8635 + }, + { + "entropy": 5.644605398178101, + "epoch": 0.6722427543279518, + "grad_norm": 1.0234375, + "learning_rate": 0.0004960272932860502, + "loss": 5.3149, + "mean_token_accuracy": 0.17382394820451735, + "num_tokens": 14986785.0, + "step": 8640 + }, + { + "entropy": 5.61287407875061, + "epoch": 0.6726317836996694, + "grad_norm": 1.0078125, + "learning_rate": 0.0004960221064088338, + "loss": 5.235, + "mean_token_accuracy": 0.17687039226293563, + "num_tokens": 14994873.0, + "step": 8645 + }, + { + "entropy": 5.554454326629639, + "epoch": 0.6730208130713868, + "grad_norm": 1.0546875, + "learning_rate": 0.0004960169161779588, + "loss": 5.2792, + "mean_token_accuracy": 0.18262446224689483, + "num_tokens": 15003108.0, + "step": 8650 + }, + { + "entropy": 5.453991985321045, + "epoch": 0.6734098424431044, + "grad_norm": 0.96875, + "learning_rate": 0.0004960117225935038, + "loss": 5.1857, + "mean_token_accuracy": 0.180227230489254, + "num_tokens": 15011802.0, + "step": 8655 + }, + { + "entropy": 5.598253011703491, + "epoch": 0.673798871814822, + "grad_norm": 0.90625, + "learning_rate": 0.0004960065256555477, + "loss": 5.3383, + "mean_token_accuracy": 0.17591814398765565, + "num_tokens": 15020785.0, + "step": 8660 + }, + { + "entropy": 5.674804973602295, + "epoch": 0.6741879011865396, + "grad_norm": 1.0, + "learning_rate": 0.0004960013253641695, + "loss": 5.4264, + "mean_token_accuracy": 0.1727169021964073, + "num_tokens": 15029218.0, + "step": 8665 + }, + { + "entropy": 5.6443077564239506, + "epoch": 0.6745769305582572, + "grad_norm": 0.98828125, + "learning_rate": 0.0004959961217194477, + "loss": 5.3742, + "mean_token_accuracy": 0.16470756381750107, + "num_tokens": 15037843.0, + "step": 8670 + }, + { + "entropy": 5.554808759689331, + "epoch": 0.6749659599299748, + "grad_norm": 0.9375, + "learning_rate": 0.0004959909147214615, + "loss": 5.3013, + "mean_token_accuracy": 0.17953749299049376, + "num_tokens": 15047053.0, + "step": 8675 + }, + { + "entropy": 5.629379653930664, + "epoch": 0.6753549893016922, + "grad_norm": 0.91015625, + "learning_rate": 0.0004959857043702902, + "loss": 5.4161, + "mean_token_accuracy": 0.17055174857378005, + "num_tokens": 15056159.0, + "step": 8680 + }, + { + "entropy": 5.623338031768799, + "epoch": 0.6757440186734098, + "grad_norm": 1.0, + "learning_rate": 0.0004959804906660124, + "loss": 5.36, + "mean_token_accuracy": 0.17230446636676788, + "num_tokens": 15064853.0, + "step": 8685 + }, + { + "entropy": 5.624137306213379, + "epoch": 0.6761330480451274, + "grad_norm": 1.03125, + "learning_rate": 0.0004959752736087073, + "loss": 5.3679, + "mean_token_accuracy": 0.17369776517152785, + "num_tokens": 15072671.0, + "step": 8690 + }, + { + "entropy": 5.566968774795532, + "epoch": 0.676522077416845, + "grad_norm": 1.0390625, + "learning_rate": 0.0004959700531984543, + "loss": 5.2846, + "mean_token_accuracy": 0.18115321844816207, + "num_tokens": 15080787.0, + "step": 8695 + }, + { + "entropy": 5.59602575302124, + "epoch": 0.6769111067885626, + "grad_norm": 0.96484375, + "learning_rate": 0.0004959648294353324, + "loss": 5.3639, + "mean_token_accuracy": 0.17051270008087158, + "num_tokens": 15089906.0, + "step": 8700 + }, + { + "entropy": 5.610385417938232, + "epoch": 0.6773001361602801, + "grad_norm": 1.0, + "learning_rate": 0.0004959596023194208, + "loss": 5.411, + "mean_token_accuracy": 0.1748563304543495, + "num_tokens": 15099329.0, + "step": 8705 + }, + { + "entropy": 5.606177234649659, + "epoch": 0.6776891655319977, + "grad_norm": 0.9375, + "learning_rate": 0.000495954371850799, + "loss": 5.406, + "mean_token_accuracy": 0.16943833082914353, + "num_tokens": 15107744.0, + "step": 8710 + }, + { + "entropy": 5.659435749053955, + "epoch": 0.6780781949037152, + "grad_norm": 1.0390625, + "learning_rate": 0.0004959491380295463, + "loss": 5.4144, + "mean_token_accuracy": 0.17236348092556, + "num_tokens": 15115918.0, + "step": 8715 + }, + { + "entropy": 5.630734920501709, + "epoch": 0.6784672242754328, + "grad_norm": 0.96484375, + "learning_rate": 0.0004959439008557422, + "loss": 5.2683, + "mean_token_accuracy": 0.18021719306707382, + "num_tokens": 15124074.0, + "step": 8720 + }, + { + "entropy": 5.583794355392456, + "epoch": 0.6788562536471504, + "grad_norm": 1.015625, + "learning_rate": 0.000495938660329466, + "loss": 5.2878, + "mean_token_accuracy": 0.18511537164449693, + "num_tokens": 15132402.0, + "step": 8725 + }, + { + "entropy": 5.593100309371948, + "epoch": 0.6792452830188679, + "grad_norm": 0.90234375, + "learning_rate": 0.0004959334164507973, + "loss": 5.4042, + "mean_token_accuracy": 0.17148813158273696, + "num_tokens": 15141640.0, + "step": 8730 + }, + { + "entropy": 5.616944646835327, + "epoch": 0.6796343123905855, + "grad_norm": 1.0390625, + "learning_rate": 0.0004959281692198155, + "loss": 5.2823, + "mean_token_accuracy": 0.18312946259975432, + "num_tokens": 15149919.0, + "step": 8735 + }, + { + "entropy": 5.519328165054321, + "epoch": 0.6800233417623031, + "grad_norm": 1.0703125, + "learning_rate": 0.0004959229186366007, + "loss": 5.136, + "mean_token_accuracy": 0.18960692137479782, + "num_tokens": 15157536.0, + "step": 8740 + }, + { + "entropy": 5.496883392333984, + "epoch": 0.6804123711340206, + "grad_norm": 1.03125, + "learning_rate": 0.000495917664701232, + "loss": 5.3749, + "mean_token_accuracy": 0.169368739426136, + "num_tokens": 15165848.0, + "step": 8745 + }, + { + "entropy": 5.6310648918151855, + "epoch": 0.6808014005057382, + "grad_norm": 1.015625, + "learning_rate": 0.0004959124074137894, + "loss": 5.3512, + "mean_token_accuracy": 0.17456937730312347, + "num_tokens": 15174799.0, + "step": 8750 + }, + { + "entropy": 5.683430242538452, + "epoch": 0.6811904298774557, + "grad_norm": 1.0, + "learning_rate": 0.0004959071467743526, + "loss": 5.4544, + "mean_token_accuracy": 0.16898835003376006, + "num_tokens": 15183695.0, + "step": 8755 + }, + { + "entropy": 5.68021068572998, + "epoch": 0.6815794592491733, + "grad_norm": 0.9375, + "learning_rate": 0.0004959018827830016, + "loss": 5.4602, + "mean_token_accuracy": 0.16695004254579543, + "num_tokens": 15193620.0, + "step": 8760 + }, + { + "entropy": 5.634642314910889, + "epoch": 0.6819684886208909, + "grad_norm": 0.9921875, + "learning_rate": 0.000495896615439816, + "loss": 5.2843, + "mean_token_accuracy": 0.1768329083919525, + "num_tokens": 15201535.0, + "step": 8765 + }, + { + "entropy": 5.704289817810059, + "epoch": 0.6823575179926085, + "grad_norm": 0.97265625, + "learning_rate": 0.0004958913447448759, + "loss": 5.4164, + "mean_token_accuracy": 0.1670977532863617, + "num_tokens": 15209678.0, + "step": 8770 + }, + { + "entropy": 5.544375801086426, + "epoch": 0.682746547364326, + "grad_norm": 1.046875, + "learning_rate": 0.0004958860706982613, + "loss": 5.3324, + "mean_token_accuracy": 0.1766015887260437, + "num_tokens": 15218579.0, + "step": 8775 + }, + { + "entropy": 5.487669229507446, + "epoch": 0.6831355767360435, + "grad_norm": 0.9609375, + "learning_rate": 0.000495880793300052, + "loss": 5.2377, + "mean_token_accuracy": 0.18537399917840958, + "num_tokens": 15227225.0, + "step": 8780 + }, + { + "entropy": 5.6388014793396, + "epoch": 0.6835246061077611, + "grad_norm": 0.9296875, + "learning_rate": 0.0004958755125503284, + "loss": 5.3557, + "mean_token_accuracy": 0.17073596119880677, + "num_tokens": 15235900.0, + "step": 8785 + }, + { + "entropy": 5.697755146026611, + "epoch": 0.6839136354794787, + "grad_norm": 1.0234375, + "learning_rate": 0.0004958702284491703, + "loss": 5.3068, + "mean_token_accuracy": 0.18236736655235292, + "num_tokens": 15244538.0, + "step": 8790 + }, + { + "entropy": 5.540953350067139, + "epoch": 0.6843026648511963, + "grad_norm": 1.0703125, + "learning_rate": 0.0004958649409966581, + "loss": 5.2775, + "mean_token_accuracy": 0.17999098300933838, + "num_tokens": 15252902.0, + "step": 8795 + }, + { + "entropy": 5.589314413070679, + "epoch": 0.6846916942229139, + "grad_norm": 1.0234375, + "learning_rate": 0.000495859650192872, + "loss": 5.4365, + "mean_token_accuracy": 0.16840124875307083, + "num_tokens": 15261514.0, + "step": 8800 + }, + { + "entropy": 5.634120941162109, + "epoch": 0.6850807235946313, + "grad_norm": 1.046875, + "learning_rate": 0.0004958543560378922, + "loss": 5.3649, + "mean_token_accuracy": 0.17663902938365936, + "num_tokens": 15270140.0, + "step": 8805 + }, + { + "entropy": 5.604912900924683, + "epoch": 0.6854697529663489, + "grad_norm": 0.94140625, + "learning_rate": 0.0004958490585317991, + "loss": 5.3105, + "mean_token_accuracy": 0.17741454839706422, + "num_tokens": 15279551.0, + "step": 8810 + }, + { + "entropy": 5.542202186584473, + "epoch": 0.6858587823380665, + "grad_norm": 0.98046875, + "learning_rate": 0.000495843757674673, + "loss": 5.2981, + "mean_token_accuracy": 0.18478564769029618, + "num_tokens": 15288767.0, + "step": 8815 + }, + { + "entropy": 5.597590923309326, + "epoch": 0.6862478117097841, + "grad_norm": 1.0234375, + "learning_rate": 0.0004958384534665945, + "loss": 5.3255, + "mean_token_accuracy": 0.18024711757898332, + "num_tokens": 15297713.0, + "step": 8820 + }, + { + "entropy": 5.648599481582641, + "epoch": 0.6866368410815017, + "grad_norm": 1.015625, + "learning_rate": 0.0004958331459076438, + "loss": 5.3241, + "mean_token_accuracy": 0.17295677661895753, + "num_tokens": 15306139.0, + "step": 8825 + }, + { + "entropy": 5.661116123199463, + "epoch": 0.6870258704532192, + "grad_norm": 0.9375, + "learning_rate": 0.0004958278349979018, + "loss": 5.3828, + "mean_token_accuracy": 0.18049405366182328, + "num_tokens": 15315015.0, + "step": 8830 + }, + { + "entropy": 5.597526264190674, + "epoch": 0.6874148998249368, + "grad_norm": 1.015625, + "learning_rate": 0.0004958225207374488, + "loss": 5.2576, + "mean_token_accuracy": 0.17740098237991334, + "num_tokens": 15323366.0, + "step": 8835 + }, + { + "entropy": 5.534605646133423, + "epoch": 0.6878039291966543, + "grad_norm": 1.03125, + "learning_rate": 0.0004958172031263655, + "loss": 5.2477, + "mean_token_accuracy": 0.19066004008054732, + "num_tokens": 15331135.0, + "step": 8840 + }, + { + "entropy": 5.533976030349732, + "epoch": 0.6881929585683719, + "grad_norm": 1.0703125, + "learning_rate": 0.0004958118821647326, + "loss": 5.2701, + "mean_token_accuracy": 0.1801069885492325, + "num_tokens": 15339561.0, + "step": 8845 + }, + { + "entropy": 5.642655992507935, + "epoch": 0.6885819879400895, + "grad_norm": 1.0546875, + "learning_rate": 0.0004958065578526308, + "loss": 5.1835, + "mean_token_accuracy": 0.18612721860408782, + "num_tokens": 15348000.0, + "step": 8850 + }, + { + "entropy": 5.660510301589966, + "epoch": 0.688971017311807, + "grad_norm": 1.125, + "learning_rate": 0.000495801230190141, + "loss": 5.3766, + "mean_token_accuracy": 0.17496137619018554, + "num_tokens": 15355916.0, + "step": 8855 + }, + { + "entropy": 5.48637022972107, + "epoch": 0.6893600466835246, + "grad_norm": 1.0390625, + "learning_rate": 0.0004957958991773441, + "loss": 5.2261, + "mean_token_accuracy": 0.18035848140716554, + "num_tokens": 15364561.0, + "step": 8860 + }, + { + "entropy": 5.592615604400635, + "epoch": 0.6897490760552422, + "grad_norm": 1.1171875, + "learning_rate": 0.0004957905648143206, + "loss": 5.2593, + "mean_token_accuracy": 0.17427134960889817, + "num_tokens": 15372582.0, + "step": 8865 + }, + { + "entropy": 5.594068765640259, + "epoch": 0.6901381054269597, + "grad_norm": 0.98828125, + "learning_rate": 0.0004957852271011519, + "loss": 5.3502, + "mean_token_accuracy": 0.17120631635189057, + "num_tokens": 15381684.0, + "step": 8870 + }, + { + "entropy": 5.68618335723877, + "epoch": 0.6905271347986773, + "grad_norm": 0.94140625, + "learning_rate": 0.0004957798860379187, + "loss": 5.3811, + "mean_token_accuracy": 0.17104661464691162, + "num_tokens": 15390858.0, + "step": 8875 + }, + { + "entropy": 5.58775110244751, + "epoch": 0.6909161641703949, + "grad_norm": 1.0, + "learning_rate": 0.0004957745416247022, + "loss": 5.2122, + "mean_token_accuracy": 0.17857923805713655, + "num_tokens": 15399439.0, + "step": 8880 + }, + { + "entropy": 5.515638208389282, + "epoch": 0.6913051935421124, + "grad_norm": 0.98046875, + "learning_rate": 0.0004957691938615833, + "loss": 5.2838, + "mean_token_accuracy": 0.18353706151247023, + "num_tokens": 15407784.0, + "step": 8885 + }, + { + "entropy": 5.6534748554229735, + "epoch": 0.69169422291383, + "grad_norm": 0.9921875, + "learning_rate": 0.0004957638427486434, + "loss": 5.406, + "mean_token_accuracy": 0.17561437338590621, + "num_tokens": 15415985.0, + "step": 8890 + }, + { + "entropy": 5.59408802986145, + "epoch": 0.6920832522855476, + "grad_norm": 0.97265625, + "learning_rate": 0.0004957584882859636, + "loss": 5.2927, + "mean_token_accuracy": 0.17846294939517976, + "num_tokens": 15424433.0, + "step": 8895 + }, + { + "entropy": 5.611450719833374, + "epoch": 0.6924722816572652, + "grad_norm": 0.96484375, + "learning_rate": 0.0004957531304736251, + "loss": 5.3841, + "mean_token_accuracy": 0.1786998599767685, + "num_tokens": 15433041.0, + "step": 8900 + }, + { + "entropy": 5.536662006378174, + "epoch": 0.6928613110289827, + "grad_norm": 1.0234375, + "learning_rate": 0.0004957477693117091, + "loss": 5.2136, + "mean_token_accuracy": 0.1760414347052574, + "num_tokens": 15441159.0, + "step": 8905 + }, + { + "entropy": 5.707674503326416, + "epoch": 0.6932503404007002, + "grad_norm": 1.0078125, + "learning_rate": 0.0004957424048002971, + "loss": 5.5292, + "mean_token_accuracy": 0.16542596071958543, + "num_tokens": 15450687.0, + "step": 8910 + }, + { + "entropy": 5.550708436965943, + "epoch": 0.6936393697724178, + "grad_norm": 0.96484375, + "learning_rate": 0.0004957370369394706, + "loss": 5.2337, + "mean_token_accuracy": 0.17625031620264053, + "num_tokens": 15460450.0, + "step": 8915 + }, + { + "entropy": 5.545779085159301, + "epoch": 0.6940283991441354, + "grad_norm": 1.1015625, + "learning_rate": 0.0004957316657293107, + "loss": 5.2543, + "mean_token_accuracy": 0.18371557593345642, + "num_tokens": 15468435.0, + "step": 8920 + }, + { + "entropy": 5.551118421554565, + "epoch": 0.694417428515853, + "grad_norm": 0.984375, + "learning_rate": 0.0004957262911698992, + "loss": 5.2276, + "mean_token_accuracy": 0.185743547976017, + "num_tokens": 15476232.0, + "step": 8925 + }, + { + "entropy": 5.650556516647339, + "epoch": 0.6948064578875706, + "grad_norm": 0.99609375, + "learning_rate": 0.0004957209132613175, + "loss": 5.3467, + "mean_token_accuracy": 0.17577973306179046, + "num_tokens": 15484569.0, + "step": 8930 + }, + { + "entropy": 5.580010795593262, + "epoch": 0.695195487259288, + "grad_norm": 1.0, + "learning_rate": 0.0004957155320036473, + "loss": 5.2563, + "mean_token_accuracy": 0.18059066087007522, + "num_tokens": 15492583.0, + "step": 8935 + }, + { + "entropy": 5.60004186630249, + "epoch": 0.6955845166310056, + "grad_norm": 0.9765625, + "learning_rate": 0.0004957101473969702, + "loss": 5.4014, + "mean_token_accuracy": 0.17439007014036179, + "num_tokens": 15501722.0, + "step": 8940 + }, + { + "entropy": 5.652395629882813, + "epoch": 0.6959735460027232, + "grad_norm": 1.0859375, + "learning_rate": 0.000495704759441368, + "loss": 5.3445, + "mean_token_accuracy": 0.17423500567674638, + "num_tokens": 15509682.0, + "step": 8945 + }, + { + "entropy": 5.620736122131348, + "epoch": 0.6963625753744408, + "grad_norm": 1.0, + "learning_rate": 0.0004956993681369221, + "loss": 5.3274, + "mean_token_accuracy": 0.17697353959083556, + "num_tokens": 15518971.0, + "step": 8950 + }, + { + "entropy": 5.606459903717041, + "epoch": 0.6967516047461584, + "grad_norm": 0.97265625, + "learning_rate": 0.0004956939734837148, + "loss": 5.3077, + "mean_token_accuracy": 0.1726076379418373, + "num_tokens": 15527385.0, + "step": 8955 + }, + { + "entropy": 5.631381511688232, + "epoch": 0.6971406341178759, + "grad_norm": 1.03125, + "learning_rate": 0.0004956885754818277, + "loss": 5.4182, + "mean_token_accuracy": 0.17595664858818055, + "num_tokens": 15535325.0, + "step": 8960 + }, + { + "entropy": 5.659246206283569, + "epoch": 0.6975296634895934, + "grad_norm": 0.9609375, + "learning_rate": 0.0004956831741313427, + "loss": 5.3941, + "mean_token_accuracy": 0.17625509798526764, + "num_tokens": 15544098.0, + "step": 8965 + }, + { + "entropy": 5.628655052185058, + "epoch": 0.697918692861311, + "grad_norm": 0.9140625, + "learning_rate": 0.0004956777694323418, + "loss": 5.2748, + "mean_token_accuracy": 0.17389642000198363, + "num_tokens": 15552547.0, + "step": 8970 + }, + { + "entropy": 5.544471740722656, + "epoch": 0.6983077222330286, + "grad_norm": 0.9921875, + "learning_rate": 0.000495672361384907, + "loss": 5.2914, + "mean_token_accuracy": 0.1741619199514389, + "num_tokens": 15561044.0, + "step": 8975 + }, + { + "entropy": 5.609742021560669, + "epoch": 0.6986967516047462, + "grad_norm": 0.98828125, + "learning_rate": 0.0004956669499891202, + "loss": 5.3516, + "mean_token_accuracy": 0.16445284485816955, + "num_tokens": 15569379.0, + "step": 8980 + }, + { + "entropy": 5.62983021736145, + "epoch": 0.6990857809764637, + "grad_norm": 0.9765625, + "learning_rate": 0.0004956615352450639, + "loss": 5.371, + "mean_token_accuracy": 0.17524835020303725, + "num_tokens": 15578535.0, + "step": 8985 + }, + { + "entropy": 5.523656272888184, + "epoch": 0.6994748103481813, + "grad_norm": 1.03125, + "learning_rate": 0.0004956561171528198, + "loss": 5.2201, + "mean_token_accuracy": 0.1841176375746727, + "num_tokens": 15586972.0, + "step": 8990 + }, + { + "entropy": 5.486569213867187, + "epoch": 0.6998638397198989, + "grad_norm": 1.0078125, + "learning_rate": 0.0004956506957124704, + "loss": 5.183, + "mean_token_accuracy": 0.19105131179094315, + "num_tokens": 15595092.0, + "step": 8995 + }, + { + "entropy": 5.652354097366333, + "epoch": 0.7002528690916164, + "grad_norm": 0.9921875, + "learning_rate": 0.000495645270924098, + "loss": 5.4934, + "mean_token_accuracy": 0.17323615550994872, + "num_tokens": 15604348.0, + "step": 9000 + }, + { + "epoch": 0.7002528690916164, + "eval_entropy": 5.426626439135848, + "eval_loss": 5.354678153991699, + "eval_mean_token_accuracy": 0.1833029387344869, + "eval_num_tokens": 15604348.0, + "eval_runtime": 21.8814, + "eval_samples_per_second": 1899.238, + "eval_steps_per_second": 237.416, + "step": 9000 + }, + { + "entropy": 5.59830002784729, + "epoch": 0.700641898463334, + "grad_norm": 1.0703125, + "learning_rate": 0.0004956398427877847, + "loss": 5.3206, + "mean_token_accuracy": 0.17501565665006638, + "num_tokens": 15612597.0, + "step": 9005 + }, + { + "entropy": 5.591050910949707, + "epoch": 0.7010309278350515, + "grad_norm": 1.015625, + "learning_rate": 0.000495634411303613, + "loss": 5.2986, + "mean_token_accuracy": 0.17995297759771348, + "num_tokens": 15621555.0, + "step": 9010 + }, + { + "entropy": 5.603674602508545, + "epoch": 0.7014199572067691, + "grad_norm": 1.03125, + "learning_rate": 0.0004956289764716654, + "loss": 5.2554, + "mean_token_accuracy": 0.17363838851451874, + "num_tokens": 15630518.0, + "step": 9015 + }, + { + "entropy": 5.628086900711059, + "epoch": 0.7018089865784867, + "grad_norm": 0.89453125, + "learning_rate": 0.0004956235382920241, + "loss": 5.4225, + "mean_token_accuracy": 0.16767370104789733, + "num_tokens": 15639126.0, + "step": 9020 + }, + { + "entropy": 5.5402727127075195, + "epoch": 0.7021980159502043, + "grad_norm": 1.046875, + "learning_rate": 0.0004956180967647717, + "loss": 5.251, + "mean_token_accuracy": 0.17823141813278198, + "num_tokens": 15647436.0, + "step": 9025 + }, + { + "entropy": 5.590332984924316, + "epoch": 0.7025870453219218, + "grad_norm": 0.95703125, + "learning_rate": 0.0004956126518899911, + "loss": 5.2921, + "mean_token_accuracy": 0.17625699639320375, + "num_tokens": 15656439.0, + "step": 9030 + }, + { + "entropy": 5.595344495773316, + "epoch": 0.7029760746936393, + "grad_norm": 0.99609375, + "learning_rate": 0.0004956072036677644, + "loss": 5.3132, + "mean_token_accuracy": 0.17799899727106094, + "num_tokens": 15665119.0, + "step": 9035 + }, + { + "entropy": 5.614699840545654, + "epoch": 0.7033651040653569, + "grad_norm": 1.0234375, + "learning_rate": 0.0004956017520981746, + "loss": 5.3753, + "mean_token_accuracy": 0.17362480610609055, + "num_tokens": 15673430.0, + "step": 9040 + }, + { + "entropy": 5.702362823486328, + "epoch": 0.7037541334370745, + "grad_norm": 1.015625, + "learning_rate": 0.0004955962971813044, + "loss": 5.4194, + "mean_token_accuracy": 0.1713619515299797, + "num_tokens": 15682739.0, + "step": 9045 + }, + { + "entropy": 5.592257404327393, + "epoch": 0.7041431628087921, + "grad_norm": 1.1328125, + "learning_rate": 0.0004955908389172364, + "loss": 5.3821, + "mean_token_accuracy": 0.17193948328495026, + "num_tokens": 15691206.0, + "step": 9050 + }, + { + "entropy": 5.674292707443238, + "epoch": 0.7045321921805097, + "grad_norm": 0.9609375, + "learning_rate": 0.0004955853773060536, + "loss": 5.4191, + "mean_token_accuracy": 0.1720179945230484, + "num_tokens": 15700238.0, + "step": 9055 + }, + { + "entropy": 5.633588075637817, + "epoch": 0.7049212215522271, + "grad_norm": 0.98828125, + "learning_rate": 0.0004955799123478388, + "loss": 5.2846, + "mean_token_accuracy": 0.17988588958978652, + "num_tokens": 15708654.0, + "step": 9060 + }, + { + "entropy": 5.647421836853027, + "epoch": 0.7053102509239447, + "grad_norm": 0.96484375, + "learning_rate": 0.0004955744440426748, + "loss": 5.4512, + "mean_token_accuracy": 0.17513982951641083, + "num_tokens": 15717204.0, + "step": 9065 + }, + { + "entropy": 5.535555791854859, + "epoch": 0.7056992802956623, + "grad_norm": 1.0625, + "learning_rate": 0.0004955689723906448, + "loss": 5.1835, + "mean_token_accuracy": 0.19154176265001296, + "num_tokens": 15725016.0, + "step": 9070 + }, + { + "entropy": 5.678747367858887, + "epoch": 0.7060883096673799, + "grad_norm": 0.9921875, + "learning_rate": 0.0004955634973918318, + "loss": 5.5336, + "mean_token_accuracy": 0.17135683000087737, + "num_tokens": 15734714.0, + "step": 9075 + }, + { + "entropy": 5.659254360198974, + "epoch": 0.7064773390390975, + "grad_norm": 1.03125, + "learning_rate": 0.0004955580190463186, + "loss": 5.3496, + "mean_token_accuracy": 0.17536187171936035, + "num_tokens": 15742867.0, + "step": 9080 + }, + { + "entropy": 5.619858980178833, + "epoch": 0.7068663684108151, + "grad_norm": 0.94921875, + "learning_rate": 0.0004955525373541886, + "loss": 5.3543, + "mean_token_accuracy": 0.1699495568871498, + "num_tokens": 15752059.0, + "step": 9085 + }, + { + "entropy": 5.5301549434661865, + "epoch": 0.7072553977825325, + "grad_norm": 0.90234375, + "learning_rate": 0.0004955470523155249, + "loss": 5.377, + "mean_token_accuracy": 0.17397134155035018, + "num_tokens": 15761783.0, + "step": 9090 + }, + { + "entropy": 5.577003717422485, + "epoch": 0.7076444271542501, + "grad_norm": 0.91015625, + "learning_rate": 0.0004955415639304107, + "loss": 5.226, + "mean_token_accuracy": 0.18205083906650543, + "num_tokens": 15770451.0, + "step": 9095 + }, + { + "entropy": 5.592505311965942, + "epoch": 0.7080334565259677, + "grad_norm": 0.96484375, + "learning_rate": 0.0004955360721989292, + "loss": 5.3406, + "mean_token_accuracy": 0.17947719842195511, + "num_tokens": 15779529.0, + "step": 9100 + }, + { + "entropy": 5.6077323913574215, + "epoch": 0.7084224858976853, + "grad_norm": 0.96484375, + "learning_rate": 0.0004955305771211641, + "loss": 5.3009, + "mean_token_accuracy": 0.17695496380329132, + "num_tokens": 15788427.0, + "step": 9105 + }, + { + "entropy": 5.622390365600586, + "epoch": 0.7088115152694029, + "grad_norm": 1.0546875, + "learning_rate": 0.0004955250786971982, + "loss": 5.3405, + "mean_token_accuracy": 0.17063200920820237, + "num_tokens": 15796530.0, + "step": 9110 + }, + { + "entropy": 5.539331531524658, + "epoch": 0.7092005446411204, + "grad_norm": 1.0625, + "learning_rate": 0.0004955195769271154, + "loss": 5.2823, + "mean_token_accuracy": 0.18290427923202515, + "num_tokens": 15805058.0, + "step": 9115 + }, + { + "entropy": 5.693470621109009, + "epoch": 0.709589574012838, + "grad_norm": 1.03125, + "learning_rate": 0.0004955140718109991, + "loss": 5.3901, + "mean_token_accuracy": 0.17615391612052916, + "num_tokens": 15813729.0, + "step": 9120 + }, + { + "entropy": 5.590498065948486, + "epoch": 0.7099786033845555, + "grad_norm": 0.93359375, + "learning_rate": 0.0004955085633489326, + "loss": 5.2337, + "mean_token_accuracy": 0.1822209119796753, + "num_tokens": 15822305.0, + "step": 9125 + }, + { + "entropy": 5.567670822143555, + "epoch": 0.7103676327562731, + "grad_norm": 0.94921875, + "learning_rate": 0.0004955030515409997, + "loss": 5.37, + "mean_token_accuracy": 0.17440492957830428, + "num_tokens": 15830842.0, + "step": 9130 + }, + { + "entropy": 5.539040565490723, + "epoch": 0.7107566621279907, + "grad_norm": 0.95703125, + "learning_rate": 0.0004954975363872838, + "loss": 5.2166, + "mean_token_accuracy": 0.17942636758089064, + "num_tokens": 15839790.0, + "step": 9135 + }, + { + "entropy": 5.644689989089966, + "epoch": 0.7111456914997082, + "grad_norm": 1.015625, + "learning_rate": 0.0004954920178878689, + "loss": 5.4242, + "mean_token_accuracy": 0.16696909368038176, + "num_tokens": 15849307.0, + "step": 9140 + }, + { + "entropy": 5.651723480224609, + "epoch": 0.7115347208714258, + "grad_norm": 0.9921875, + "learning_rate": 0.0004954864960428385, + "loss": 5.3607, + "mean_token_accuracy": 0.18076069951057433, + "num_tokens": 15858688.0, + "step": 9145 + }, + { + "entropy": 5.6145435810089115, + "epoch": 0.7119237502431434, + "grad_norm": 0.9921875, + "learning_rate": 0.0004954809708522765, + "loss": 5.2401, + "mean_token_accuracy": 0.17477410584688186, + "num_tokens": 15867574.0, + "step": 9150 + }, + { + "entropy": 5.594854164123535, + "epoch": 0.712312779614861, + "grad_norm": 1.046875, + "learning_rate": 0.0004954754423162667, + "loss": 5.272, + "mean_token_accuracy": 0.18185375183820723, + "num_tokens": 15875871.0, + "step": 9155 + }, + { + "entropy": 5.566808795928955, + "epoch": 0.7127018089865785, + "grad_norm": 1.03125, + "learning_rate": 0.000495469910434893, + "loss": 5.3233, + "mean_token_accuracy": 0.17708283066749572, + "num_tokens": 15884386.0, + "step": 9160 + }, + { + "entropy": 5.61978178024292, + "epoch": 0.713090838358296, + "grad_norm": 1.015625, + "learning_rate": 0.0004954643752082392, + "loss": 5.3137, + "mean_token_accuracy": 0.17367473393678665, + "num_tokens": 15893086.0, + "step": 9165 + }, + { + "entropy": 5.567471027374268, + "epoch": 0.7134798677300136, + "grad_norm": 0.984375, + "learning_rate": 0.0004954588366363896, + "loss": 5.3452, + "mean_token_accuracy": 0.17378021627664567, + "num_tokens": 15902266.0, + "step": 9170 + }, + { + "entropy": 5.743059396743774, + "epoch": 0.7138688971017312, + "grad_norm": 1.0234375, + "learning_rate": 0.0004954532947194279, + "loss": 5.4679, + "mean_token_accuracy": 0.17352332472801207, + "num_tokens": 15911133.0, + "step": 9175 + }, + { + "entropy": 5.601269388198853, + "epoch": 0.7142579264734488, + "grad_norm": 1.0625, + "learning_rate": 0.0004954477494574384, + "loss": 5.2474, + "mean_token_accuracy": 0.18148248195648192, + "num_tokens": 15919455.0, + "step": 9180 + }, + { + "entropy": 5.5489531517028805, + "epoch": 0.7146469558451664, + "grad_norm": 1.09375, + "learning_rate": 0.0004954422008505052, + "loss": 5.2969, + "mean_token_accuracy": 0.18649122416973113, + "num_tokens": 15927592.0, + "step": 9185 + }, + { + "entropy": 5.539952135086059, + "epoch": 0.7150359852168838, + "grad_norm": 0.98046875, + "learning_rate": 0.0004954366488987125, + "loss": 5.2355, + "mean_token_accuracy": 0.17870736718177796, + "num_tokens": 15935979.0, + "step": 9190 + }, + { + "entropy": 5.598205804824829, + "epoch": 0.7154250145886014, + "grad_norm": 1.0234375, + "learning_rate": 0.0004954310936021444, + "loss": 5.3898, + "mean_token_accuracy": 0.17427746802568436, + "num_tokens": 15945921.0, + "step": 9195 + }, + { + "entropy": 5.68244104385376, + "epoch": 0.715814043960319, + "grad_norm": 1.0546875, + "learning_rate": 0.0004954255349608853, + "loss": 5.325, + "mean_token_accuracy": 0.1779963955283165, + "num_tokens": 15954875.0, + "step": 9200 + }, + { + "entropy": 5.627213764190674, + "epoch": 0.7162030733320366, + "grad_norm": 0.96875, + "learning_rate": 0.0004954199729750198, + "loss": 5.3521, + "mean_token_accuracy": 0.1742336705327034, + "num_tokens": 15963391.0, + "step": 9205 + }, + { + "entropy": 5.676005411148071, + "epoch": 0.7165921027037542, + "grad_norm": 0.97265625, + "learning_rate": 0.0004954144076446318, + "loss": 5.4468, + "mean_token_accuracy": 0.17196759283542634, + "num_tokens": 15972366.0, + "step": 9210 + }, + { + "entropy": 5.686842823028565, + "epoch": 0.7169811320754716, + "grad_norm": 0.94140625, + "learning_rate": 0.0004954088389698061, + "loss": 5.41, + "mean_token_accuracy": 0.17550712674856186, + "num_tokens": 15981196.0, + "step": 9215 + }, + { + "entropy": 5.581725311279297, + "epoch": 0.7173701614471892, + "grad_norm": 0.9453125, + "learning_rate": 0.000495403266950627, + "loss": 5.3564, + "mean_token_accuracy": 0.17194652706384658, + "num_tokens": 15990811.0, + "step": 9220 + }, + { + "entropy": 5.612995767593384, + "epoch": 0.7177591908189068, + "grad_norm": 1.0625, + "learning_rate": 0.0004953976915871792, + "loss": 5.338, + "mean_token_accuracy": 0.17572406381368638, + "num_tokens": 15999594.0, + "step": 9225 + }, + { + "entropy": 5.710073232650757, + "epoch": 0.7181482201906244, + "grad_norm": 0.9609375, + "learning_rate": 0.0004953921128795472, + "loss": 5.4529, + "mean_token_accuracy": 0.16252485662698746, + "num_tokens": 16008179.0, + "step": 9230 + }, + { + "entropy": 5.612336826324463, + "epoch": 0.718537249562342, + "grad_norm": 1.03125, + "learning_rate": 0.0004953865308278156, + "loss": 5.3632, + "mean_token_accuracy": 0.17658372819423676, + "num_tokens": 16016583.0, + "step": 9235 + }, + { + "entropy": 5.644665336608886, + "epoch": 0.7189262789340595, + "grad_norm": 0.95703125, + "learning_rate": 0.0004953809454320693, + "loss": 5.381, + "mean_token_accuracy": 0.17159958630800248, + "num_tokens": 16025516.0, + "step": 9240 + }, + { + "entropy": 5.500241470336914, + "epoch": 0.7193153083057771, + "grad_norm": 1.0390625, + "learning_rate": 0.0004953753566923929, + "loss": 5.2485, + "mean_token_accuracy": 0.18023196011781692, + "num_tokens": 16033536.0, + "step": 9245 + }, + { + "entropy": 5.5734899044036865, + "epoch": 0.7197043376774946, + "grad_norm": 0.9921875, + "learning_rate": 0.0004953697646088712, + "loss": 5.1831, + "mean_token_accuracy": 0.18284070640802383, + "num_tokens": 16041918.0, + "step": 9250 + }, + { + "entropy": 5.554796504974365, + "epoch": 0.7200933670492122, + "grad_norm": 0.9609375, + "learning_rate": 0.0004953641691815891, + "loss": 5.2635, + "mean_token_accuracy": 0.18858146220445632, + "num_tokens": 16050806.0, + "step": 9255 + }, + { + "entropy": 5.572273778915405, + "epoch": 0.7204823964209298, + "grad_norm": 0.96875, + "learning_rate": 0.0004953585704106315, + "loss": 5.3778, + "mean_token_accuracy": 0.1684029519557953, + "num_tokens": 16060140.0, + "step": 9260 + }, + { + "entropy": 5.610694169998169, + "epoch": 0.7208714257926473, + "grad_norm": 0.96484375, + "learning_rate": 0.0004953529682960832, + "loss": 5.2341, + "mean_token_accuracy": 0.1793151766061783, + "num_tokens": 16068182.0, + "step": 9265 + }, + { + "entropy": 5.63342022895813, + "epoch": 0.7212604551643649, + "grad_norm": 0.9609375, + "learning_rate": 0.0004953473628380295, + "loss": 5.3955, + "mean_token_accuracy": 0.17252545207738876, + "num_tokens": 16076798.0, + "step": 9270 + }, + { + "entropy": 5.509539413452148, + "epoch": 0.7216494845360825, + "grad_norm": 0.9765625, + "learning_rate": 0.0004953417540365553, + "loss": 5.1342, + "mean_token_accuracy": 0.1839274451136589, + "num_tokens": 16084739.0, + "step": 9275 + }, + { + "entropy": 5.607033681869507, + "epoch": 0.7220385139078, + "grad_norm": 0.91796875, + "learning_rate": 0.0004953361418917455, + "loss": 5.2943, + "mean_token_accuracy": 0.17833070158958436, + "num_tokens": 16093434.0, + "step": 9280 + }, + { + "entropy": 5.586986494064331, + "epoch": 0.7224275432795176, + "grad_norm": 1.046875, + "learning_rate": 0.0004953305264036856, + "loss": 5.3277, + "mean_token_accuracy": 0.17434626519680024, + "num_tokens": 16102163.0, + "step": 9285 + }, + { + "entropy": 5.565060234069824, + "epoch": 0.7228165726512352, + "grad_norm": 0.98828125, + "learning_rate": 0.0004953249075724607, + "loss": 5.3144, + "mean_token_accuracy": 0.18559445589780807, + "num_tokens": 16110761.0, + "step": 9290 + }, + { + "entropy": 5.617482280731201, + "epoch": 0.7232056020229527, + "grad_norm": 0.92578125, + "learning_rate": 0.0004953192853981559, + "loss": 5.348, + "mean_token_accuracy": 0.17160186618566514, + "num_tokens": 16119774.0, + "step": 9295 + }, + { + "entropy": 5.563372373580933, + "epoch": 0.7235946313946703, + "grad_norm": 1.078125, + "learning_rate": 0.0004953136598808566, + "loss": 5.2255, + "mean_token_accuracy": 0.18570873886346817, + "num_tokens": 16128232.0, + "step": 9300 + }, + { + "entropy": 5.567703056335449, + "epoch": 0.7239836607663879, + "grad_norm": 0.96484375, + "learning_rate": 0.0004953080310206481, + "loss": 5.2726, + "mean_token_accuracy": 0.17818146497011184, + "num_tokens": 16137370.0, + "step": 9305 + }, + { + "entropy": 5.560481882095337, + "epoch": 0.7243726901381055, + "grad_norm": 1.015625, + "learning_rate": 0.0004953023988176162, + "loss": 5.2856, + "mean_token_accuracy": 0.18028096854686737, + "num_tokens": 16145791.0, + "step": 9310 + }, + { + "entropy": 5.676171922683716, + "epoch": 0.724761719509823, + "grad_norm": 1.0078125, + "learning_rate": 0.0004952967632718458, + "loss": 5.3949, + "mean_token_accuracy": 0.17449989467859267, + "num_tokens": 16153713.0, + "step": 9315 + }, + { + "entropy": 5.5422087669372555, + "epoch": 0.7251507488815405, + "grad_norm": 0.96484375, + "learning_rate": 0.0004952911243834227, + "loss": 5.2293, + "mean_token_accuracy": 0.1759104996919632, + "num_tokens": 16162362.0, + "step": 9320 + }, + { + "entropy": 5.60819263458252, + "epoch": 0.7255397782532581, + "grad_norm": 0.953125, + "learning_rate": 0.0004952854821524324, + "loss": 5.3094, + "mean_token_accuracy": 0.1771207183599472, + "num_tokens": 16171094.0, + "step": 9325 + }, + { + "entropy": 5.644198417663574, + "epoch": 0.7259288076249757, + "grad_norm": 1.015625, + "learning_rate": 0.0004952798365789606, + "loss": 5.3833, + "mean_token_accuracy": 0.17747953683137893, + "num_tokens": 16180282.0, + "step": 9330 + }, + { + "entropy": 5.617562341690063, + "epoch": 0.7263178369966933, + "grad_norm": 1.0703125, + "learning_rate": 0.0004952741876630928, + "loss": 5.2713, + "mean_token_accuracy": 0.17838894873857497, + "num_tokens": 16188497.0, + "step": 9335 + }, + { + "entropy": 5.638434839248657, + "epoch": 0.7267068663684109, + "grad_norm": 0.9296875, + "learning_rate": 0.0004952685354049148, + "loss": 5.4463, + "mean_token_accuracy": 0.16610584259033204, + "num_tokens": 16197822.0, + "step": 9340 + }, + { + "entropy": 5.622054958343506, + "epoch": 0.7270958957401283, + "grad_norm": 1.015625, + "learning_rate": 0.0004952628798045124, + "loss": 5.3453, + "mean_token_accuracy": 0.1748841419816017, + "num_tokens": 16207770.0, + "step": 9345 + }, + { + "entropy": 5.537430334091186, + "epoch": 0.7274849251118459, + "grad_norm": 0.95703125, + "learning_rate": 0.0004952572208619714, + "loss": 5.265, + "mean_token_accuracy": 0.17789450585842131, + "num_tokens": 16216624.0, + "step": 9350 + }, + { + "entropy": 5.528290510177612, + "epoch": 0.7278739544835635, + "grad_norm": 0.94140625, + "learning_rate": 0.0004952515585773778, + "loss": 5.2253, + "mean_token_accuracy": 0.17699002474546432, + "num_tokens": 16225585.0, + "step": 9355 + }, + { + "entropy": 5.583498287200928, + "epoch": 0.7282629838552811, + "grad_norm": 0.9921875, + "learning_rate": 0.0004952458929508171, + "loss": 5.1941, + "mean_token_accuracy": 0.1871258169412613, + "num_tokens": 16233988.0, + "step": 9360 + }, + { + "entropy": 5.583783578872681, + "epoch": 0.7286520132269987, + "grad_norm": 0.9765625, + "learning_rate": 0.0004952402239823757, + "loss": 5.3801, + "mean_token_accuracy": 0.17059634625911713, + "num_tokens": 16242291.0, + "step": 9365 + }, + { + "entropy": 5.538060665130615, + "epoch": 0.7290410425987162, + "grad_norm": 1.1015625, + "learning_rate": 0.0004952345516721393, + "loss": 5.2329, + "mean_token_accuracy": 0.17718504816293718, + "num_tokens": 16251102.0, + "step": 9370 + }, + { + "entropy": 5.559855794906616, + "epoch": 0.7294300719704337, + "grad_norm": 1.046875, + "learning_rate": 0.0004952288760201942, + "loss": 5.2347, + "mean_token_accuracy": 0.18334570825099944, + "num_tokens": 16259136.0, + "step": 9375 + }, + { + "entropy": 5.591360998153687, + "epoch": 0.7298191013421513, + "grad_norm": 0.97265625, + "learning_rate": 0.0004952231970266265, + "loss": 5.3546, + "mean_token_accuracy": 0.1731053814291954, + "num_tokens": 16267958.0, + "step": 9380 + }, + { + "entropy": 5.70159945487976, + "epoch": 0.7302081307138689, + "grad_norm": 1.03125, + "learning_rate": 0.0004952175146915223, + "loss": 5.4681, + "mean_token_accuracy": 0.1691476970911026, + "num_tokens": 16277616.0, + "step": 9385 + }, + { + "entropy": 5.68076753616333, + "epoch": 0.7305971600855865, + "grad_norm": 0.96875, + "learning_rate": 0.0004952118290149679, + "loss": 5.333, + "mean_token_accuracy": 0.1806351512670517, + "num_tokens": 16286454.0, + "step": 9390 + }, + { + "entropy": 5.60504846572876, + "epoch": 0.730986189457304, + "grad_norm": 0.92578125, + "learning_rate": 0.0004952061399970492, + "loss": 5.2978, + "mean_token_accuracy": 0.1739448979496956, + "num_tokens": 16295722.0, + "step": 9395 + }, + { + "entropy": 5.62188687324524, + "epoch": 0.7313752188290216, + "grad_norm": 1.0078125, + "learning_rate": 0.000495200447637853, + "loss": 5.3522, + "mean_token_accuracy": 0.17173597812652588, + "num_tokens": 16304180.0, + "step": 9400 + }, + { + "entropy": 5.54413161277771, + "epoch": 0.7317642482007392, + "grad_norm": 1.015625, + "learning_rate": 0.0004951947519374655, + "loss": 5.269, + "mean_token_accuracy": 0.1815841853618622, + "num_tokens": 16312766.0, + "step": 9405 + }, + { + "entropy": 5.554322910308838, + "epoch": 0.7321532775724567, + "grad_norm": 1.0390625, + "learning_rate": 0.0004951890528959731, + "loss": 5.3473, + "mean_token_accuracy": 0.1718289613723755, + "num_tokens": 16321174.0, + "step": 9410 + }, + { + "entropy": 5.577395439147949, + "epoch": 0.7325423069441743, + "grad_norm": 0.9375, + "learning_rate": 0.0004951833505134623, + "loss": 5.2666, + "mean_token_accuracy": 0.17428153306245803, + "num_tokens": 16329870.0, + "step": 9415 + }, + { + "entropy": 5.646580648422241, + "epoch": 0.7329313363158918, + "grad_norm": 0.95703125, + "learning_rate": 0.0004951776447900196, + "loss": 5.3146, + "mean_token_accuracy": 0.1732049062848091, + "num_tokens": 16338998.0, + "step": 9420 + }, + { + "entropy": 5.609710836410523, + "epoch": 0.7333203656876094, + "grad_norm": 1.0859375, + "learning_rate": 0.0004951719357257317, + "loss": 5.2972, + "mean_token_accuracy": 0.17592892050743103, + "num_tokens": 16347313.0, + "step": 9425 + }, + { + "entropy": 5.62099289894104, + "epoch": 0.733709395059327, + "grad_norm": 0.984375, + "learning_rate": 0.000495166223320685, + "loss": 5.4257, + "mean_token_accuracy": 0.17844791263341903, + "num_tokens": 16356565.0, + "step": 9430 + }, + { + "entropy": 5.636098718643188, + "epoch": 0.7340984244310446, + "grad_norm": 1.0078125, + "learning_rate": 0.0004951605075749662, + "loss": 5.4251, + "mean_token_accuracy": 0.17201756238937377, + "num_tokens": 16365747.0, + "step": 9435 + }, + { + "entropy": 5.648948431015015, + "epoch": 0.7344874538027621, + "grad_norm": 0.984375, + "learning_rate": 0.0004951547884886623, + "loss": 5.3579, + "mean_token_accuracy": 0.16809245496988295, + "num_tokens": 16374650.0, + "step": 9440 + }, + { + "entropy": 5.599905872344971, + "epoch": 0.7348764831744796, + "grad_norm": 0.90625, + "learning_rate": 0.0004951490660618598, + "loss": 5.303, + "mean_token_accuracy": 0.17937357872724533, + "num_tokens": 16384119.0, + "step": 9445 + }, + { + "entropy": 5.5707825183868405, + "epoch": 0.7352655125461972, + "grad_norm": 0.9765625, + "learning_rate": 0.0004951433402946457, + "loss": 5.264, + "mean_token_accuracy": 0.18472877591848375, + "num_tokens": 16392606.0, + "step": 9450 + }, + { + "entropy": 5.5184753894805905, + "epoch": 0.7356545419179148, + "grad_norm": 0.9921875, + "learning_rate": 0.0004951376111871068, + "loss": 5.2429, + "mean_token_accuracy": 0.182136695086956, + "num_tokens": 16401006.0, + "step": 9455 + }, + { + "entropy": 5.587429237365723, + "epoch": 0.7360435712896324, + "grad_norm": 0.96875, + "learning_rate": 0.0004951318787393299, + "loss": 5.2843, + "mean_token_accuracy": 0.17669667750597, + "num_tokens": 16409401.0, + "step": 9460 + }, + { + "entropy": 5.655990028381348, + "epoch": 0.73643260066135, + "grad_norm": 1.0078125, + "learning_rate": 0.0004951261429514023, + "loss": 5.3441, + "mean_token_accuracy": 0.17605228424072267, + "num_tokens": 16418771.0, + "step": 9465 + }, + { + "entropy": 5.626046276092529, + "epoch": 0.7368216300330674, + "grad_norm": 1.0390625, + "learning_rate": 0.0004951204038234106, + "loss": 5.39, + "mean_token_accuracy": 0.1720529928803444, + "num_tokens": 16427624.0, + "step": 9470 + }, + { + "entropy": 5.598792648315429, + "epoch": 0.737210659404785, + "grad_norm": 1.09375, + "learning_rate": 0.0004951146613554424, + "loss": 5.2678, + "mean_token_accuracy": 0.18167526125907899, + "num_tokens": 16435669.0, + "step": 9475 + }, + { + "entropy": 5.618655490875244, + "epoch": 0.7375996887765026, + "grad_norm": 0.99609375, + "learning_rate": 0.0004951089155475843, + "loss": 5.3119, + "mean_token_accuracy": 0.17552478164434432, + "num_tokens": 16444283.0, + "step": 9480 + }, + { + "entropy": 5.540794706344604, + "epoch": 0.7379887181482202, + "grad_norm": 1.0390625, + "learning_rate": 0.000495103166399924, + "loss": 5.2874, + "mean_token_accuracy": 0.17331292778253554, + "num_tokens": 16452741.0, + "step": 9485 + }, + { + "entropy": 5.599791145324707, + "epoch": 0.7383777475199378, + "grad_norm": 1.015625, + "learning_rate": 0.0004950974139125484, + "loss": 5.3424, + "mean_token_accuracy": 0.17516783773899078, + "num_tokens": 16461386.0, + "step": 9490 + }, + { + "entropy": 5.664200925827027, + "epoch": 0.7387667768916554, + "grad_norm": 1.015625, + "learning_rate": 0.0004950916580855448, + "loss": 5.3564, + "mean_token_accuracy": 0.16991303712129593, + "num_tokens": 16469901.0, + "step": 9495 + }, + { + "entropy": 5.593968200683594, + "epoch": 0.7391558062633728, + "grad_norm": 0.99609375, + "learning_rate": 0.0004950858989190007, + "loss": 5.2623, + "mean_token_accuracy": 0.18355222046375275, + "num_tokens": 16478076.0, + "step": 9500 + }, + { + "entropy": 5.504933643341064, + "epoch": 0.7395448356350904, + "grad_norm": 1.0390625, + "learning_rate": 0.0004950801364130032, + "loss": 5.2822, + "mean_token_accuracy": 0.1779521182179451, + "num_tokens": 16486568.0, + "step": 9505 + }, + { + "entropy": 5.645392036437988, + "epoch": 0.739933865006808, + "grad_norm": 0.98046875, + "learning_rate": 0.0004950743705676401, + "loss": 5.363, + "mean_token_accuracy": 0.1727973535656929, + "num_tokens": 16495299.0, + "step": 9510 + }, + { + "entropy": 5.596535396575928, + "epoch": 0.7403228943785256, + "grad_norm": 1.046875, + "learning_rate": 0.0004950686013829987, + "loss": 5.2748, + "mean_token_accuracy": 0.1756223499774933, + "num_tokens": 16504576.0, + "step": 9515 + }, + { + "entropy": 5.59649133682251, + "epoch": 0.7407119237502432, + "grad_norm": 1.015625, + "learning_rate": 0.0004950628288591665, + "loss": 5.3471, + "mean_token_accuracy": 0.1781165063381195, + "num_tokens": 16512715.0, + "step": 9520 + }, + { + "entropy": 5.652043676376342, + "epoch": 0.7411009531219607, + "grad_norm": 0.98046875, + "learning_rate": 0.0004950570529962311, + "loss": 5.31, + "mean_token_accuracy": 0.17671316713094712, + "num_tokens": 16521375.0, + "step": 9525 + }, + { + "entropy": 5.594138669967651, + "epoch": 0.7414899824936783, + "grad_norm": 1.0234375, + "learning_rate": 0.0004950512737942803, + "loss": 5.2752, + "mean_token_accuracy": 0.18357447832822799, + "num_tokens": 16529772.0, + "step": 9530 + }, + { + "entropy": 5.654414081573487, + "epoch": 0.7418790118653958, + "grad_norm": 1.015625, + "learning_rate": 0.0004950454912534015, + "loss": 5.3347, + "mean_token_accuracy": 0.1766091078519821, + "num_tokens": 16538365.0, + "step": 9535 + }, + { + "entropy": 5.66927752494812, + "epoch": 0.7422680412371134, + "grad_norm": 1.0234375, + "learning_rate": 0.0004950397053736827, + "loss": 5.4309, + "mean_token_accuracy": 0.16587077230215072, + "num_tokens": 16547668.0, + "step": 9540 + }, + { + "entropy": 5.643063116073608, + "epoch": 0.742657070608831, + "grad_norm": 0.93359375, + "learning_rate": 0.0004950339161552117, + "loss": 5.433, + "mean_token_accuracy": 0.16649861484766007, + "num_tokens": 16557060.0, + "step": 9545 + }, + { + "entropy": 5.618206739425659, + "epoch": 0.7430460999805485, + "grad_norm": 0.94921875, + "learning_rate": 0.0004950281235980761, + "loss": 5.3807, + "mean_token_accuracy": 0.18175506740808486, + "num_tokens": 16565814.0, + "step": 9550 + }, + { + "entropy": 5.593706512451172, + "epoch": 0.7434351293522661, + "grad_norm": 1.0546875, + "learning_rate": 0.000495022327702364, + "loss": 5.1926, + "mean_token_accuracy": 0.18399749100208282, + "num_tokens": 16574536.0, + "step": 9555 + }, + { + "entropy": 5.574739837646485, + "epoch": 0.7438241587239837, + "grad_norm": 0.95703125, + "learning_rate": 0.0004950165284681631, + "loss": 5.1716, + "mean_token_accuracy": 0.1903999000787735, + "num_tokens": 16583349.0, + "step": 9560 + }, + { + "entropy": 5.520431852340698, + "epoch": 0.7442131880957013, + "grad_norm": 0.9765625, + "learning_rate": 0.0004950107258955618, + "loss": 5.1769, + "mean_token_accuracy": 0.18056177496910095, + "num_tokens": 16591374.0, + "step": 9565 + }, + { + "entropy": 5.532964897155762, + "epoch": 0.7446022174674188, + "grad_norm": 1.0625, + "learning_rate": 0.0004950049199846479, + "loss": 5.2831, + "mean_token_accuracy": 0.17789301574230193, + "num_tokens": 16599684.0, + "step": 9570 + }, + { + "entropy": 5.596795272827149, + "epoch": 0.7449912468391363, + "grad_norm": 1.1015625, + "learning_rate": 0.0004949991107355095, + "loss": 5.286, + "mean_token_accuracy": 0.17807157337665558, + "num_tokens": 16607618.0, + "step": 9575 + }, + { + "entropy": 5.5913965702056885, + "epoch": 0.7453802762108539, + "grad_norm": 1.015625, + "learning_rate": 0.0004949932981482347, + "loss": 5.3848, + "mean_token_accuracy": 0.16874297261238097, + "num_tokens": 16616259.0, + "step": 9580 + }, + { + "entropy": 5.584363079071045, + "epoch": 0.7457693055825715, + "grad_norm": 1.0546875, + "learning_rate": 0.0004949874822229118, + "loss": 5.2494, + "mean_token_accuracy": 0.1830035477876663, + "num_tokens": 16624972.0, + "step": 9585 + }, + { + "entropy": 5.636544704437256, + "epoch": 0.7461583349542891, + "grad_norm": 0.9921875, + "learning_rate": 0.0004949816629596288, + "loss": 5.3599, + "mean_token_accuracy": 0.17069920897483826, + "num_tokens": 16633517.0, + "step": 9590 + }, + { + "entropy": 5.61256628036499, + "epoch": 0.7465473643260067, + "grad_norm": 0.95703125, + "learning_rate": 0.0004949758403584746, + "loss": 5.3622, + "mean_token_accuracy": 0.17576527148485183, + "num_tokens": 16642695.0, + "step": 9595 + }, + { + "entropy": 5.536656379699707, + "epoch": 0.7469363936977241, + "grad_norm": 1.015625, + "learning_rate": 0.0004949700144195368, + "loss": 5.2476, + "mean_token_accuracy": 0.18022040128707886, + "num_tokens": 16651251.0, + "step": 9600 + }, + { + "entropy": 5.57244119644165, + "epoch": 0.7473254230694417, + "grad_norm": 1.0078125, + "learning_rate": 0.0004949641851429043, + "loss": 5.2931, + "mean_token_accuracy": 0.1765075907111168, + "num_tokens": 16660570.0, + "step": 9605 + }, + { + "entropy": 5.569104194641113, + "epoch": 0.7477144524411593, + "grad_norm": 1.0234375, + "learning_rate": 0.0004949583525286654, + "loss": 5.3263, + "mean_token_accuracy": 0.1669559210538864, + "num_tokens": 16668678.0, + "step": 9610 + }, + { + "entropy": 5.492982530593872, + "epoch": 0.7481034818128769, + "grad_norm": 1.03125, + "learning_rate": 0.0004949525165769085, + "loss": 5.1737, + "mean_token_accuracy": 0.18398569524288177, + "num_tokens": 16677207.0, + "step": 9615 + }, + { + "entropy": 5.609292316436767, + "epoch": 0.7484925111845945, + "grad_norm": 1.0625, + "learning_rate": 0.0004949466772877224, + "loss": 5.3699, + "mean_token_accuracy": 0.17361516058444976, + "num_tokens": 16686015.0, + "step": 9620 + }, + { + "entropy": 5.57344241142273, + "epoch": 0.748881540556312, + "grad_norm": 1.046875, + "learning_rate": 0.0004949408346611955, + "loss": 5.2063, + "mean_token_accuracy": 0.18540664613246918, + "num_tokens": 16694989.0, + "step": 9625 + }, + { + "entropy": 5.639368772506714, + "epoch": 0.7492705699280295, + "grad_norm": 0.9140625, + "learning_rate": 0.0004949349886974165, + "loss": 5.3798, + "mean_token_accuracy": 0.17224110066890716, + "num_tokens": 16703888.0, + "step": 9630 + }, + { + "entropy": 5.5957269191741945, + "epoch": 0.7496595992997471, + "grad_norm": 1.0390625, + "learning_rate": 0.0004949291393964741, + "loss": 5.3074, + "mean_token_accuracy": 0.1735321804881096, + "num_tokens": 16711880.0, + "step": 9635 + }, + { + "entropy": 5.621008253097534, + "epoch": 0.7500486286714647, + "grad_norm": 0.984375, + "learning_rate": 0.000494923286758457, + "loss": 5.2999, + "mean_token_accuracy": 0.18029980212450028, + "num_tokens": 16720858.0, + "step": 9640 + }, + { + "entropy": 5.590374946594238, + "epoch": 0.7504376580431823, + "grad_norm": 1.0703125, + "learning_rate": 0.0004949174307834541, + "loss": 5.3713, + "mean_token_accuracy": 0.17639047652482986, + "num_tokens": 16729223.0, + "step": 9645 + }, + { + "entropy": 5.632394695281983, + "epoch": 0.7508266874148998, + "grad_norm": 1.0078125, + "learning_rate": 0.0004949115714715543, + "loss": 5.3308, + "mean_token_accuracy": 0.17335773706436158, + "num_tokens": 16737854.0, + "step": 9650 + }, + { + "entropy": 5.597468090057373, + "epoch": 0.7512157167866174, + "grad_norm": 1.015625, + "learning_rate": 0.0004949057088228465, + "loss": 5.3497, + "mean_token_accuracy": 0.17081991136074065, + "num_tokens": 16747081.0, + "step": 9655 + }, + { + "entropy": 5.526519680023194, + "epoch": 0.751604746158335, + "grad_norm": 0.95703125, + "learning_rate": 0.0004948998428374194, + "loss": 5.1956, + "mean_token_accuracy": 0.18553217649459838, + "num_tokens": 16756410.0, + "step": 9660 + }, + { + "entropy": 5.5540252208709715, + "epoch": 0.7519937755300525, + "grad_norm": 0.98046875, + "learning_rate": 0.0004948939735153622, + "loss": 5.2094, + "mean_token_accuracy": 0.18929821699857713, + "num_tokens": 16764774.0, + "step": 9665 + }, + { + "entropy": 5.581644773483276, + "epoch": 0.7523828049017701, + "grad_norm": 1.0, + "learning_rate": 0.0004948881008567641, + "loss": 5.3759, + "mean_token_accuracy": 0.16834828704595567, + "num_tokens": 16773484.0, + "step": 9670 + }, + { + "entropy": 5.593740463256836, + "epoch": 0.7527718342734876, + "grad_norm": 1.0390625, + "learning_rate": 0.0004948822248617139, + "loss": 5.196, + "mean_token_accuracy": 0.1884582296013832, + "num_tokens": 16781167.0, + "step": 9675 + }, + { + "entropy": 5.49426383972168, + "epoch": 0.7531608636452052, + "grad_norm": 0.94140625, + "learning_rate": 0.000494876345530301, + "loss": 5.2411, + "mean_token_accuracy": 0.18223100304603576, + "num_tokens": 16790838.0, + "step": 9680 + }, + { + "entropy": 5.576163482666016, + "epoch": 0.7535498930169228, + "grad_norm": 0.98046875, + "learning_rate": 0.0004948704628626145, + "loss": 5.2975, + "mean_token_accuracy": 0.18306809514760972, + "num_tokens": 16799179.0, + "step": 9685 + }, + { + "entropy": 5.624412727355957, + "epoch": 0.7539389223886404, + "grad_norm": 0.97265625, + "learning_rate": 0.0004948645768587437, + "loss": 5.2252, + "mean_token_accuracy": 0.17959308475255967, + "num_tokens": 16807516.0, + "step": 9690 + }, + { + "entropy": 5.672238206863403, + "epoch": 0.7543279517603579, + "grad_norm": 0.94921875, + "learning_rate": 0.0004948586875187778, + "loss": 5.4505, + "mean_token_accuracy": 0.16878958493471147, + "num_tokens": 16816601.0, + "step": 9695 + }, + { + "entropy": 5.575577211380005, + "epoch": 0.7547169811320755, + "grad_norm": 0.92578125, + "learning_rate": 0.0004948527948428064, + "loss": 5.3177, + "mean_token_accuracy": 0.17971080392599106, + "num_tokens": 16825498.0, + "step": 9700 + }, + { + "entropy": 5.658147096633911, + "epoch": 0.755106010503793, + "grad_norm": 0.984375, + "learning_rate": 0.0004948468988309187, + "loss": 5.4035, + "mean_token_accuracy": 0.17432831823825837, + "num_tokens": 16834833.0, + "step": 9705 + }, + { + "entropy": 5.592094802856446, + "epoch": 0.7554950398755106, + "grad_norm": 1.09375, + "learning_rate": 0.0004948409994832043, + "loss": 5.28, + "mean_token_accuracy": 0.17845451980829238, + "num_tokens": 16843476.0, + "step": 9710 + }, + { + "entropy": 5.531719779968261, + "epoch": 0.7558840692472282, + "grad_norm": 1.046875, + "learning_rate": 0.0004948350967997526, + "loss": 5.2003, + "mean_token_accuracy": 0.1916517660021782, + "num_tokens": 16851859.0, + "step": 9715 + }, + { + "entropy": 5.615830516815185, + "epoch": 0.7562730986189458, + "grad_norm": 1.046875, + "learning_rate": 0.0004948291907806532, + "loss": 5.2578, + "mean_token_accuracy": 0.17997017353773118, + "num_tokens": 16860642.0, + "step": 9720 + }, + { + "entropy": 5.639644145965576, + "epoch": 0.7566621279906633, + "grad_norm": 1.0078125, + "learning_rate": 0.0004948232814259957, + "loss": 5.4109, + "mean_token_accuracy": 0.1715590700507164, + "num_tokens": 16869232.0, + "step": 9725 + }, + { + "entropy": 5.555658483505249, + "epoch": 0.7570511573623808, + "grad_norm": 0.97265625, + "learning_rate": 0.0004948173687358699, + "loss": 5.1643, + "mean_token_accuracy": 0.1831054210662842, + "num_tokens": 16877880.0, + "step": 9730 + }, + { + "entropy": 5.5255876064300535, + "epoch": 0.7574401867340984, + "grad_norm": 0.93359375, + "learning_rate": 0.0004948114527103652, + "loss": 5.244, + "mean_token_accuracy": 0.1820763424038887, + "num_tokens": 16887060.0, + "step": 9735 + }, + { + "entropy": 5.615222597122193, + "epoch": 0.757829216105816, + "grad_norm": 1.0078125, + "learning_rate": 0.0004948055333495717, + "loss": 5.291, + "mean_token_accuracy": 0.18005355894565583, + "num_tokens": 16895980.0, + "step": 9740 + }, + { + "entropy": 5.710011529922485, + "epoch": 0.7582182454775336, + "grad_norm": 1.0703125, + "learning_rate": 0.0004947996106535791, + "loss": 5.4279, + "mean_token_accuracy": 0.1703168496489525, + "num_tokens": 16904334.0, + "step": 9745 + }, + { + "entropy": 5.547837162017823, + "epoch": 0.7586072748492512, + "grad_norm": 0.96484375, + "learning_rate": 0.0004947936846224773, + "loss": 5.3167, + "mean_token_accuracy": 0.17809730321168898, + "num_tokens": 16913436.0, + "step": 9750 + }, + { + "entropy": 5.571878099441529, + "epoch": 0.7589963042209686, + "grad_norm": 0.9765625, + "learning_rate": 0.0004947877552563562, + "loss": 5.2909, + "mean_token_accuracy": 0.17634467780590057, + "num_tokens": 16923214.0, + "step": 9755 + }, + { + "entropy": 5.616646814346313, + "epoch": 0.7593853335926862, + "grad_norm": 1.0234375, + "learning_rate": 0.0004947818225553056, + "loss": 5.233, + "mean_token_accuracy": 0.18605893701314927, + "num_tokens": 16932523.0, + "step": 9760 + }, + { + "entropy": 5.633701944351197, + "epoch": 0.7597743629644038, + "grad_norm": 0.96875, + "learning_rate": 0.0004947758865194156, + "loss": 5.3566, + "mean_token_accuracy": 0.1760646730661392, + "num_tokens": 16940649.0, + "step": 9765 + }, + { + "entropy": 5.575992918014526, + "epoch": 0.7601633923361214, + "grad_norm": 0.94921875, + "learning_rate": 0.0004947699471487766, + "loss": 5.321, + "mean_token_accuracy": 0.17929966002702713, + "num_tokens": 16949373.0, + "step": 9770 + }, + { + "entropy": 5.641953372955323, + "epoch": 0.760552421707839, + "grad_norm": 0.9765625, + "learning_rate": 0.0004947640044434782, + "loss": 5.3155, + "mean_token_accuracy": 0.18000025004148484, + "num_tokens": 16957787.0, + "step": 9775 + }, + { + "entropy": 5.583443450927734, + "epoch": 0.7609414510795565, + "grad_norm": 1.0234375, + "learning_rate": 0.0004947580584036109, + "loss": 5.239, + "mean_token_accuracy": 0.17988227009773256, + "num_tokens": 16967589.0, + "step": 9780 + }, + { + "entropy": 5.607734680175781, + "epoch": 0.761330480451274, + "grad_norm": 0.97265625, + "learning_rate": 0.0004947521090292649, + "loss": 5.2659, + "mean_token_accuracy": 0.18177902400493623, + "num_tokens": 16976719.0, + "step": 9785 + }, + { + "entropy": 5.554613637924194, + "epoch": 0.7617195098229916, + "grad_norm": 1.0546875, + "learning_rate": 0.0004947461563205304, + "loss": 5.3796, + "mean_token_accuracy": 0.17981341928243638, + "num_tokens": 16984805.0, + "step": 9790 + }, + { + "entropy": 5.6040647506713865, + "epoch": 0.7621085391947092, + "grad_norm": 0.9765625, + "learning_rate": 0.0004947402002774977, + "loss": 5.3134, + "mean_token_accuracy": 0.17918576896190644, + "num_tokens": 16993298.0, + "step": 9795 + }, + { + "entropy": 5.577312707901001, + "epoch": 0.7624975685664268, + "grad_norm": 0.9453125, + "learning_rate": 0.0004947342409002572, + "loss": 5.1991, + "mean_token_accuracy": 0.18938712030649185, + "num_tokens": 17002170.0, + "step": 9800 + }, + { + "entropy": 5.537109804153443, + "epoch": 0.7628865979381443, + "grad_norm": 0.984375, + "learning_rate": 0.0004947282781888994, + "loss": 5.2915, + "mean_token_accuracy": 0.18812388479709624, + "num_tokens": 17011218.0, + "step": 9805 + }, + { + "entropy": 5.562414693832397, + "epoch": 0.7632756273098619, + "grad_norm": 0.93359375, + "learning_rate": 0.0004947223121435147, + "loss": 5.1916, + "mean_token_accuracy": 0.18239162266254424, + "num_tokens": 17019628.0, + "step": 9810 + }, + { + "entropy": 5.628328561782837, + "epoch": 0.7636646566815795, + "grad_norm": 0.99609375, + "learning_rate": 0.0004947163427641936, + "loss": 5.3997, + "mean_token_accuracy": 0.17042288780212403, + "num_tokens": 17028342.0, + "step": 9815 + }, + { + "entropy": 5.667170476913452, + "epoch": 0.764053686053297, + "grad_norm": 0.9453125, + "learning_rate": 0.0004947103700510268, + "loss": 5.3444, + "mean_token_accuracy": 0.1746860221028328, + "num_tokens": 17037844.0, + "step": 9820 + }, + { + "entropy": 5.578367233276367, + "epoch": 0.7644427154250146, + "grad_norm": 1.0078125, + "learning_rate": 0.0004947043940041047, + "loss": 5.2042, + "mean_token_accuracy": 0.18843691200017929, + "num_tokens": 17046430.0, + "step": 9825 + }, + { + "entropy": 5.572404384613037, + "epoch": 0.7648317447967321, + "grad_norm": 1.1171875, + "learning_rate": 0.0004946984146235183, + "loss": 5.2704, + "mean_token_accuracy": 0.17944173216819764, + "num_tokens": 17055757.0, + "step": 9830 + }, + { + "entropy": 5.613547515869141, + "epoch": 0.7652207741684497, + "grad_norm": 1.03125, + "learning_rate": 0.0004946924319093579, + "loss": 5.3777, + "mean_token_accuracy": 0.17798412293195726, + "num_tokens": 17063944.0, + "step": 9835 + }, + { + "entropy": 5.620009183883667, + "epoch": 0.7656098035401673, + "grad_norm": 0.984375, + "learning_rate": 0.0004946864458617148, + "loss": 5.2917, + "mean_token_accuracy": 0.17253645062446593, + "num_tokens": 17072895.0, + "step": 9840 + }, + { + "entropy": 5.580171680450439, + "epoch": 0.7659988329118849, + "grad_norm": 0.97265625, + "learning_rate": 0.0004946804564806793, + "loss": 5.3121, + "mean_token_accuracy": 0.1763347253203392, + "num_tokens": 17081828.0, + "step": 9845 + }, + { + "entropy": 5.574637794494629, + "epoch": 0.7663878622836025, + "grad_norm": 1.0546875, + "learning_rate": 0.0004946744637663427, + "loss": 5.2536, + "mean_token_accuracy": 0.1788328304886818, + "num_tokens": 17090386.0, + "step": 9850 + }, + { + "entropy": 5.709077262878418, + "epoch": 0.7667768916553199, + "grad_norm": 1.0, + "learning_rate": 0.0004946684677187956, + "loss": 5.4397, + "mean_token_accuracy": 0.17512296438217162, + "num_tokens": 17099429.0, + "step": 9855 + }, + { + "entropy": 5.6436827182769775, + "epoch": 0.7671659210270375, + "grad_norm": 0.984375, + "learning_rate": 0.0004946624683381292, + "loss": 5.305, + "mean_token_accuracy": 0.1800858810544014, + "num_tokens": 17107868.0, + "step": 9860 + }, + { + "entropy": 5.607974863052368, + "epoch": 0.7675549503987551, + "grad_norm": 0.96875, + "learning_rate": 0.0004946564656244345, + "loss": 5.3567, + "mean_token_accuracy": 0.17388670593500138, + "num_tokens": 17116936.0, + "step": 9865 + }, + { + "entropy": 5.60498309135437, + "epoch": 0.7679439797704727, + "grad_norm": 0.9921875, + "learning_rate": 0.0004946504595778026, + "loss": 5.2949, + "mean_token_accuracy": 0.16954680979251863, + "num_tokens": 17125475.0, + "step": 9870 + }, + { + "entropy": 5.639853382110596, + "epoch": 0.7683330091421903, + "grad_norm": 1.03125, + "learning_rate": 0.0004946444501983246, + "loss": 5.2956, + "mean_token_accuracy": 0.18658605068922043, + "num_tokens": 17134041.0, + "step": 9875 + }, + { + "entropy": 5.579544162750244, + "epoch": 0.7687220385139077, + "grad_norm": 1.03125, + "learning_rate": 0.0004946384374860916, + "loss": 5.3209, + "mean_token_accuracy": 0.18183478862047195, + "num_tokens": 17142088.0, + "step": 9880 + }, + { + "entropy": 5.577408075332642, + "epoch": 0.7691110678856253, + "grad_norm": 1.0546875, + "learning_rate": 0.0004946324214411949, + "loss": 5.1956, + "mean_token_accuracy": 0.1863593190908432, + "num_tokens": 17150185.0, + "step": 9885 + }, + { + "entropy": 5.531971454620361, + "epoch": 0.7695000972573429, + "grad_norm": 1.0078125, + "learning_rate": 0.0004946264020637259, + "loss": 5.0996, + "mean_token_accuracy": 0.19243209958076476, + "num_tokens": 17158437.0, + "step": 9890 + }, + { + "entropy": 5.508928966522217, + "epoch": 0.7698891266290605, + "grad_norm": 1.0078125, + "learning_rate": 0.0004946203793537757, + "loss": 5.2678, + "mean_token_accuracy": 0.17891740798950195, + "num_tokens": 17167811.0, + "step": 9895 + }, + { + "entropy": 5.593161535263062, + "epoch": 0.7702781560007781, + "grad_norm": 1.0, + "learning_rate": 0.0004946143533114358, + "loss": 5.3307, + "mean_token_accuracy": 0.1761285662651062, + "num_tokens": 17176982.0, + "step": 9900 + }, + { + "entropy": 5.641003561019898, + "epoch": 0.7706671853724957, + "grad_norm": 1.0625, + "learning_rate": 0.0004946083239367976, + "loss": 5.2571, + "mean_token_accuracy": 0.18062808960676194, + "num_tokens": 17185633.0, + "step": 9905 + }, + { + "entropy": 5.563018655776977, + "epoch": 0.7710562147442132, + "grad_norm": 1.0078125, + "learning_rate": 0.0004946022912299527, + "loss": 5.3011, + "mean_token_accuracy": 0.17419230490922927, + "num_tokens": 17194996.0, + "step": 9910 + }, + { + "entropy": 5.6967226505279545, + "epoch": 0.7714452441159307, + "grad_norm": 0.98828125, + "learning_rate": 0.0004945962551909926, + "loss": 5.4197, + "mean_token_accuracy": 0.16882700622081756, + "num_tokens": 17204159.0, + "step": 9915 + }, + { + "entropy": 5.554690027236939, + "epoch": 0.7718342734876483, + "grad_norm": 0.99609375, + "learning_rate": 0.0004945902158200089, + "loss": 5.2936, + "mean_token_accuracy": 0.17555443346500396, + "num_tokens": 17212930.0, + "step": 9920 + }, + { + "entropy": 5.67561936378479, + "epoch": 0.7722233028593659, + "grad_norm": 0.98046875, + "learning_rate": 0.0004945841731170931, + "loss": 5.3634, + "mean_token_accuracy": 0.1764201417565346, + "num_tokens": 17221884.0, + "step": 9925 + }, + { + "entropy": 5.568535900115966, + "epoch": 0.7726123322310835, + "grad_norm": 0.96875, + "learning_rate": 0.0004945781270823369, + "loss": 5.2609, + "mean_token_accuracy": 0.18532114028930663, + "num_tokens": 17230525.0, + "step": 9930 + }, + { + "entropy": 5.484548759460449, + "epoch": 0.773001361602801, + "grad_norm": 0.96875, + "learning_rate": 0.0004945720777158323, + "loss": 5.1828, + "mean_token_accuracy": 0.1841563418507576, + "num_tokens": 17239240.0, + "step": 9935 + }, + { + "entropy": 5.643778896331787, + "epoch": 0.7733903909745186, + "grad_norm": 0.94140625, + "learning_rate": 0.0004945660250176708, + "loss": 5.3174, + "mean_token_accuracy": 0.17389599829912186, + "num_tokens": 17248174.0, + "step": 9940 + }, + { + "entropy": 5.6035318851470945, + "epoch": 0.7737794203462361, + "grad_norm": 0.921875, + "learning_rate": 0.0004945599689879443, + "loss": 5.3023, + "mean_token_accuracy": 0.18202922195196153, + "num_tokens": 17256935.0, + "step": 9945 + }, + { + "entropy": 5.622511291503907, + "epoch": 0.7741684497179537, + "grad_norm": 1.0078125, + "learning_rate": 0.0004945539096267448, + "loss": 5.3262, + "mean_token_accuracy": 0.1784240260720253, + "num_tokens": 17265831.0, + "step": 9950 + }, + { + "entropy": 5.558222723007202, + "epoch": 0.7745574790896713, + "grad_norm": 1.0625, + "learning_rate": 0.0004945478469341642, + "loss": 5.2067, + "mean_token_accuracy": 0.1844881907105446, + "num_tokens": 17273851.0, + "step": 9955 + }, + { + "entropy": 5.590536403656006, + "epoch": 0.7749465084613888, + "grad_norm": 0.90234375, + "learning_rate": 0.0004945417809102944, + "loss": 5.303, + "mean_token_accuracy": 0.1703670933842659, + "num_tokens": 17283547.0, + "step": 9960 + }, + { + "entropy": 5.526115274429321, + "epoch": 0.7753355378331064, + "grad_norm": 1.0, + "learning_rate": 0.0004945357115552275, + "loss": 5.1679, + "mean_token_accuracy": 0.18669869750738144, + "num_tokens": 17291958.0, + "step": 9965 + }, + { + "entropy": 5.535996532440185, + "epoch": 0.775724567204824, + "grad_norm": 1.0390625, + "learning_rate": 0.0004945296388690557, + "loss": 5.3103, + "mean_token_accuracy": 0.18450382947921753, + "num_tokens": 17301374.0, + "step": 9970 + }, + { + "entropy": 5.640362644195557, + "epoch": 0.7761135965765416, + "grad_norm": 0.9765625, + "learning_rate": 0.000494523562851871, + "loss": 5.4629, + "mean_token_accuracy": 0.17777858674526215, + "num_tokens": 17310649.0, + "step": 9975 + }, + { + "entropy": 5.674232053756714, + "epoch": 0.7765026259482591, + "grad_norm": 1.1171875, + "learning_rate": 0.0004945174835037655, + "loss": 5.3702, + "mean_token_accuracy": 0.179144024848938, + "num_tokens": 17319156.0, + "step": 9980 + }, + { + "entropy": 5.594367790222168, + "epoch": 0.7768916553199766, + "grad_norm": 0.94921875, + "learning_rate": 0.0004945114008248319, + "loss": 5.2881, + "mean_token_accuracy": 0.18281226903200148, + "num_tokens": 17327906.0, + "step": 9985 + }, + { + "entropy": 5.598958110809326, + "epoch": 0.7772806846916942, + "grad_norm": 0.98046875, + "learning_rate": 0.0004945053148151619, + "loss": 5.2733, + "mean_token_accuracy": 0.18217432498931885, + "num_tokens": 17337042.0, + "step": 9990 + }, + { + "entropy": 5.602246522903442, + "epoch": 0.7776697140634118, + "grad_norm": 1.046875, + "learning_rate": 0.0004944992254748482, + "loss": 5.3184, + "mean_token_accuracy": 0.1745970442891121, + "num_tokens": 17346208.0, + "step": 9995 + }, + { + "entropy": 5.637883901596069, + "epoch": 0.7780587434351294, + "grad_norm": 1.03125, + "learning_rate": 0.0004944931328039832, + "loss": 5.3456, + "mean_token_accuracy": 0.17693495452404023, + "num_tokens": 17354965.0, + "step": 10000 + }, + { + "entropy": 5.645946073532104, + "epoch": 0.778447772806847, + "grad_norm": 1.046875, + "learning_rate": 0.0004944870368026592, + "loss": 5.3116, + "mean_token_accuracy": 0.17386872321367264, + "num_tokens": 17364129.0, + "step": 10005 + }, + { + "entropy": 5.645312833786011, + "epoch": 0.7788368021785644, + "grad_norm": 1.015625, + "learning_rate": 0.0004944809374709689, + "loss": 5.3122, + "mean_token_accuracy": 0.1787148654460907, + "num_tokens": 17372928.0, + "step": 10010 + }, + { + "entropy": 5.656106662750244, + "epoch": 0.779225831550282, + "grad_norm": 1.125, + "learning_rate": 0.0004944748348090045, + "loss": 5.3287, + "mean_token_accuracy": 0.17633209526538848, + "num_tokens": 17381076.0, + "step": 10015 + }, + { + "entropy": 5.624776458740234, + "epoch": 0.7796148609219996, + "grad_norm": 1.0078125, + "learning_rate": 0.0004944687288168589, + "loss": 5.3338, + "mean_token_accuracy": 0.1800093561410904, + "num_tokens": 17389614.0, + "step": 10020 + }, + { + "entropy": 5.6816339015960695, + "epoch": 0.7800038902937172, + "grad_norm": 1.0625, + "learning_rate": 0.0004944626194946246, + "loss": 5.4306, + "mean_token_accuracy": 0.1766247034072876, + "num_tokens": 17398718.0, + "step": 10025 + }, + { + "entropy": 5.622446918487549, + "epoch": 0.7803929196654348, + "grad_norm": 1.046875, + "learning_rate": 0.0004944565068423945, + "loss": 5.2478, + "mean_token_accuracy": 0.1789255291223526, + "num_tokens": 17408504.0, + "step": 10030 + }, + { + "entropy": 5.4781270027160645, + "epoch": 0.7807819490371523, + "grad_norm": 1.1328125, + "learning_rate": 0.0004944503908602612, + "loss": 5.1968, + "mean_token_accuracy": 0.17444874197244645, + "num_tokens": 17417826.0, + "step": 10035 + }, + { + "entropy": 5.615209245681763, + "epoch": 0.7811709784088698, + "grad_norm": 1.0, + "learning_rate": 0.0004944442715483174, + "loss": 5.3676, + "mean_token_accuracy": 0.1715221405029297, + "num_tokens": 17426581.0, + "step": 10040 + }, + { + "entropy": 5.680185270309448, + "epoch": 0.7815600077805874, + "grad_norm": 1.0234375, + "learning_rate": 0.0004944381489066561, + "loss": 5.3317, + "mean_token_accuracy": 0.17398297637701035, + "num_tokens": 17435320.0, + "step": 10045 + }, + { + "entropy": 5.595293760299683, + "epoch": 0.781949037152305, + "grad_norm": 1.015625, + "learning_rate": 0.0004944320229353702, + "loss": 5.269, + "mean_token_accuracy": 0.18112565875053405, + "num_tokens": 17443707.0, + "step": 10050 + }, + { + "entropy": 5.4788764953613285, + "epoch": 0.7823380665240226, + "grad_norm": 1.015625, + "learning_rate": 0.0004944258936345526, + "loss": 5.1573, + "mean_token_accuracy": 0.1853592202067375, + "num_tokens": 17452410.0, + "step": 10055 + }, + { + "entropy": 5.5734086513519285, + "epoch": 0.7827270958957401, + "grad_norm": 1.109375, + "learning_rate": 0.0004944197610042963, + "loss": 5.2379, + "mean_token_accuracy": 0.18485935479402543, + "num_tokens": 17460000.0, + "step": 10060 + }, + { + "entropy": 5.590054321289062, + "epoch": 0.7831161252674577, + "grad_norm": 0.94140625, + "learning_rate": 0.0004944136250446944, + "loss": 5.2486, + "mean_token_accuracy": 0.17680711448192596, + "num_tokens": 17469179.0, + "step": 10065 + }, + { + "entropy": 5.5929957866668705, + "epoch": 0.7835051546391752, + "grad_norm": 0.96484375, + "learning_rate": 0.0004944074857558399, + "loss": 5.2619, + "mean_token_accuracy": 0.1830298125743866, + "num_tokens": 17478048.0, + "step": 10070 + }, + { + "entropy": 5.525455474853516, + "epoch": 0.7838941840108928, + "grad_norm": 1.015625, + "learning_rate": 0.0004944013431378261, + "loss": 5.1558, + "mean_token_accuracy": 0.18323469012975693, + "num_tokens": 17485959.0, + "step": 10075 + }, + { + "entropy": 5.568100023269653, + "epoch": 0.7842832133826104, + "grad_norm": 1.0078125, + "learning_rate": 0.0004943951971907461, + "loss": 5.264, + "mean_token_accuracy": 0.18354581743478776, + "num_tokens": 17495158.0, + "step": 10080 + }, + { + "entropy": 5.5846672534942625, + "epoch": 0.7846722427543279, + "grad_norm": 1.0546875, + "learning_rate": 0.0004943890479146933, + "loss": 5.2671, + "mean_token_accuracy": 0.1860488623380661, + "num_tokens": 17503939.0, + "step": 10085 + }, + { + "entropy": 5.555442047119141, + "epoch": 0.7850612721260455, + "grad_norm": 0.96875, + "learning_rate": 0.0004943828953097607, + "loss": 5.3184, + "mean_token_accuracy": 0.17586590200662613, + "num_tokens": 17513391.0, + "step": 10090 + }, + { + "entropy": 5.647482538223267, + "epoch": 0.7854503014977631, + "grad_norm": 1.015625, + "learning_rate": 0.000494376739376042, + "loss": 5.3545, + "mean_token_accuracy": 0.17742286622524261, + "num_tokens": 17522922.0, + "step": 10095 + }, + { + "entropy": 5.6318761825561525, + "epoch": 0.7858393308694807, + "grad_norm": 1.0078125, + "learning_rate": 0.0004943705801136304, + "loss": 5.3345, + "mean_token_accuracy": 0.17465089857578278, + "num_tokens": 17531920.0, + "step": 10100 + }, + { + "entropy": 5.699715042114258, + "epoch": 0.7862283602411982, + "grad_norm": 1.0234375, + "learning_rate": 0.0004943644175226193, + "loss": 5.3699, + "mean_token_accuracy": 0.17342421114444734, + "num_tokens": 17539816.0, + "step": 10105 + }, + { + "entropy": 5.70631971359253, + "epoch": 0.7866173896129158, + "grad_norm": 1.03125, + "learning_rate": 0.0004943582516031025, + "loss": 5.3149, + "mean_token_accuracy": 0.17893192321062087, + "num_tokens": 17548584.0, + "step": 10110 + }, + { + "entropy": 5.574851417541504, + "epoch": 0.7870064189846333, + "grad_norm": 1.015625, + "learning_rate": 0.0004943520823551732, + "loss": 5.3326, + "mean_token_accuracy": 0.1792410284280777, + "num_tokens": 17557095.0, + "step": 10115 + }, + { + "entropy": 5.62441668510437, + "epoch": 0.7873954483563509, + "grad_norm": 0.9296875, + "learning_rate": 0.0004943459097789252, + "loss": 5.2817, + "mean_token_accuracy": 0.18290235549211503, + "num_tokens": 17565937.0, + "step": 10120 + }, + { + "entropy": 5.55971245765686, + "epoch": 0.7877844777280685, + "grad_norm": 0.953125, + "learning_rate": 0.0004943397338744523, + "loss": 5.3762, + "mean_token_accuracy": 0.1748660609126091, + "num_tokens": 17574948.0, + "step": 10125 + }, + { + "entropy": 5.630514335632324, + "epoch": 0.7881735070997861, + "grad_norm": 0.8984375, + "learning_rate": 0.000494333554641848, + "loss": 5.3984, + "mean_token_accuracy": 0.17582689970731735, + "num_tokens": 17584307.0, + "step": 10130 + }, + { + "entropy": 5.5789408683776855, + "epoch": 0.7885625364715037, + "grad_norm": 1.03125, + "learning_rate": 0.000494327372081206, + "loss": 5.2511, + "mean_token_accuracy": 0.18306761384010314, + "num_tokens": 17592828.0, + "step": 10135 + }, + { + "entropy": 5.60357551574707, + "epoch": 0.7889515658432211, + "grad_norm": 1.0, + "learning_rate": 0.0004943211861926204, + "loss": 5.3112, + "mean_token_accuracy": 0.180368472635746, + "num_tokens": 17601110.0, + "step": 10140 + }, + { + "entropy": 5.575578355789185, + "epoch": 0.7893405952149387, + "grad_norm": 1.09375, + "learning_rate": 0.0004943149969761848, + "loss": 5.2751, + "mean_token_accuracy": 0.18122965693473816, + "num_tokens": 17610221.0, + "step": 10145 + }, + { + "entropy": 5.5569923400878904, + "epoch": 0.7897296245866563, + "grad_norm": 1.0859375, + "learning_rate": 0.0004943088044319932, + "loss": 5.2051, + "mean_token_accuracy": 0.18208173662424088, + "num_tokens": 17618343.0, + "step": 10150 + }, + { + "entropy": 5.55117449760437, + "epoch": 0.7901186539583739, + "grad_norm": 1.03125, + "learning_rate": 0.0004943026085601395, + "loss": 5.3067, + "mean_token_accuracy": 0.18383356630802156, + "num_tokens": 17626885.0, + "step": 10155 + }, + { + "entropy": 5.584045124053955, + "epoch": 0.7905076833300915, + "grad_norm": 0.9609375, + "learning_rate": 0.0004942964093607178, + "loss": 5.395, + "mean_token_accuracy": 0.17452943921089173, + "num_tokens": 17635891.0, + "step": 10160 + }, + { + "entropy": 5.613757610321045, + "epoch": 0.790896712701809, + "grad_norm": 0.97265625, + "learning_rate": 0.0004942902068338222, + "loss": 5.2054, + "mean_token_accuracy": 0.1823549434542656, + "num_tokens": 17643815.0, + "step": 10165 + }, + { + "entropy": 5.617921018600464, + "epoch": 0.7912857420735265, + "grad_norm": 0.98828125, + "learning_rate": 0.0004942840009795466, + "loss": 5.2614, + "mean_token_accuracy": 0.18322857469320297, + "num_tokens": 17652414.0, + "step": 10170 + }, + { + "entropy": 5.613810682296753, + "epoch": 0.7916747714452441, + "grad_norm": 1.015625, + "learning_rate": 0.0004942777917979855, + "loss": 5.3268, + "mean_token_accuracy": 0.1738336741924286, + "num_tokens": 17661382.0, + "step": 10175 + }, + { + "entropy": 5.589349699020386, + "epoch": 0.7920638008169617, + "grad_norm": 0.953125, + "learning_rate": 0.0004942715792892328, + "loss": 5.2765, + "mean_token_accuracy": 0.17100815027952193, + "num_tokens": 17669745.0, + "step": 10180 + }, + { + "entropy": 5.581082344055176, + "epoch": 0.7924528301886793, + "grad_norm": 0.9609375, + "learning_rate": 0.000494265363453383, + "loss": 5.2355, + "mean_token_accuracy": 0.18160968124866486, + "num_tokens": 17678646.0, + "step": 10185 + }, + { + "entropy": 5.60812931060791, + "epoch": 0.7928418595603968, + "grad_norm": 1.0078125, + "learning_rate": 0.0004942591442905302, + "loss": 5.3737, + "mean_token_accuracy": 0.17291660308837892, + "num_tokens": 17687197.0, + "step": 10190 + }, + { + "entropy": 5.62324891090393, + "epoch": 0.7932308889321144, + "grad_norm": 1.0625, + "learning_rate": 0.0004942529218007689, + "loss": 5.3553, + "mean_token_accuracy": 0.17265002727508544, + "num_tokens": 17696528.0, + "step": 10195 + }, + { + "entropy": 5.5946156024932865, + "epoch": 0.7936199183038319, + "grad_norm": 0.9921875, + "learning_rate": 0.0004942466959841936, + "loss": 5.2361, + "mean_token_accuracy": 0.17560834288597107, + "num_tokens": 17704688.0, + "step": 10200 + }, + { + "entropy": 5.4683692932128904, + "epoch": 0.7940089476755495, + "grad_norm": 1.03125, + "learning_rate": 0.0004942404668408985, + "loss": 5.1339, + "mean_token_accuracy": 0.1978037640452385, + "num_tokens": 17713039.0, + "step": 10205 + }, + { + "entropy": 5.619114637374878, + "epoch": 0.7943979770472671, + "grad_norm": 1.0078125, + "learning_rate": 0.0004942342343709783, + "loss": 5.425, + "mean_token_accuracy": 0.1698833867907524, + "num_tokens": 17721771.0, + "step": 10210 + }, + { + "entropy": 5.633455514907837, + "epoch": 0.7947870064189846, + "grad_norm": 0.99609375, + "learning_rate": 0.0004942279985745275, + "loss": 5.2518, + "mean_token_accuracy": 0.1782193288207054, + "num_tokens": 17729982.0, + "step": 10215 + }, + { + "entropy": 5.589670991897583, + "epoch": 0.7951760357907022, + "grad_norm": 1.046875, + "learning_rate": 0.0004942217594516409, + "loss": 5.282, + "mean_token_accuracy": 0.1740931510925293, + "num_tokens": 17738397.0, + "step": 10220 + }, + { + "entropy": 5.6354022979736325, + "epoch": 0.7955650651624198, + "grad_norm": 1.0625, + "learning_rate": 0.000494215517002413, + "loss": 5.3802, + "mean_token_accuracy": 0.172834312915802, + "num_tokens": 17747421.0, + "step": 10225 + }, + { + "entropy": 5.609691190719604, + "epoch": 0.7959540945341373, + "grad_norm": 1.078125, + "learning_rate": 0.0004942092712269384, + "loss": 5.3222, + "mean_token_accuracy": 0.174184188246727, + "num_tokens": 17756629.0, + "step": 10230 + }, + { + "entropy": 5.614312601089478, + "epoch": 0.7963431239058549, + "grad_norm": 1.0859375, + "learning_rate": 0.0004942030221253122, + "loss": 5.3211, + "mean_token_accuracy": 0.1824473798274994, + "num_tokens": 17764595.0, + "step": 10235 + }, + { + "entropy": 5.608156728744507, + "epoch": 0.7967321532775724, + "grad_norm": 0.9296875, + "learning_rate": 0.0004941967696976289, + "loss": 5.2119, + "mean_token_accuracy": 0.18291182667016984, + "num_tokens": 17773522.0, + "step": 10240 + }, + { + "entropy": 5.5836677074432375, + "epoch": 0.79712118264929, + "grad_norm": 1.078125, + "learning_rate": 0.0004941905139439835, + "loss": 5.3401, + "mean_token_accuracy": 0.18042169660329818, + "num_tokens": 17782850.0, + "step": 10245 + }, + { + "entropy": 5.538278198242187, + "epoch": 0.7975102120210076, + "grad_norm": 0.98046875, + "learning_rate": 0.0004941842548644712, + "loss": 5.1765, + "mean_token_accuracy": 0.18943700194358826, + "num_tokens": 17790638.0, + "step": 10250 + }, + { + "entropy": 5.639125776290894, + "epoch": 0.7978992413927252, + "grad_norm": 1.0234375, + "learning_rate": 0.0004941779924591864, + "loss": 5.3267, + "mean_token_accuracy": 0.17081893980503082, + "num_tokens": 17799992.0, + "step": 10255 + }, + { + "entropy": 5.544377851486206, + "epoch": 0.7982882707644428, + "grad_norm": 1.0, + "learning_rate": 0.0004941717267282244, + "loss": 5.2205, + "mean_token_accuracy": 0.180010387301445, + "num_tokens": 17808643.0, + "step": 10260 + }, + { + "entropy": 5.555486059188842, + "epoch": 0.7986773001361602, + "grad_norm": 1.046875, + "learning_rate": 0.0004941654576716806, + "loss": 5.237, + "mean_token_accuracy": 0.1828606531023979, + "num_tokens": 17816551.0, + "step": 10265 + }, + { + "entropy": 5.531035137176514, + "epoch": 0.7990663295078778, + "grad_norm": 0.9609375, + "learning_rate": 0.0004941591852896495, + "loss": 5.2575, + "mean_token_accuracy": 0.1799013376235962, + "num_tokens": 17825692.0, + "step": 10270 + }, + { + "entropy": 5.626227998733521, + "epoch": 0.7994553588795954, + "grad_norm": 0.9765625, + "learning_rate": 0.0004941529095822268, + "loss": 5.3725, + "mean_token_accuracy": 0.16983739137649537, + "num_tokens": 17833920.0, + "step": 10275 + }, + { + "entropy": 5.604957532882691, + "epoch": 0.799844388251313, + "grad_norm": 0.953125, + "learning_rate": 0.0004941466305495074, + "loss": 5.3442, + "mean_token_accuracy": 0.17385074496269226, + "num_tokens": 17842339.0, + "step": 10280 + }, + { + "entropy": 5.535676383972168, + "epoch": 0.8002334176230306, + "grad_norm": 1.0, + "learning_rate": 0.0004941403481915867, + "loss": 5.2386, + "mean_token_accuracy": 0.18054555654525756, + "num_tokens": 17851273.0, + "step": 10285 + }, + { + "entropy": 5.581957149505615, + "epoch": 0.800622446994748, + "grad_norm": 1.046875, + "learning_rate": 0.0004941340625085601, + "loss": 5.2886, + "mean_token_accuracy": 0.17897919714450836, + "num_tokens": 17860131.0, + "step": 10290 + }, + { + "entropy": 5.518575239181518, + "epoch": 0.8010114763664656, + "grad_norm": 0.9921875, + "learning_rate": 0.0004941277735005228, + "loss": 5.2065, + "mean_token_accuracy": 0.18790054321289062, + "num_tokens": 17868670.0, + "step": 10295 + }, + { + "entropy": 5.624414491653442, + "epoch": 0.8014005057381832, + "grad_norm": 1.0390625, + "learning_rate": 0.0004941214811675702, + "loss": 5.2043, + "mean_token_accuracy": 0.18728722184896468, + "num_tokens": 17876972.0, + "step": 10300 + }, + { + "entropy": 5.537348031997681, + "epoch": 0.8017895351099008, + "grad_norm": 0.94921875, + "learning_rate": 0.0004941151855097982, + "loss": 5.2947, + "mean_token_accuracy": 0.1754060834646225, + "num_tokens": 17885708.0, + "step": 10305 + }, + { + "entropy": 5.61529049873352, + "epoch": 0.8021785644816184, + "grad_norm": 1.0234375, + "learning_rate": 0.0004941088865273018, + "loss": 5.3092, + "mean_token_accuracy": 0.1734549880027771, + "num_tokens": 17894003.0, + "step": 10310 + }, + { + "entropy": 5.57263708114624, + "epoch": 0.802567593853336, + "grad_norm": 1.0625, + "learning_rate": 0.0004941025842201769, + "loss": 5.1578, + "mean_token_accuracy": 0.18867535144090652, + "num_tokens": 17903113.0, + "step": 10315 + }, + { + "entropy": 5.550918340682983, + "epoch": 0.8029566232250535, + "grad_norm": 1.0078125, + "learning_rate": 0.0004940962785885189, + "loss": 5.2488, + "mean_token_accuracy": 0.17790670841932296, + "num_tokens": 17912222.0, + "step": 10320 + }, + { + "entropy": 5.6146691799163815, + "epoch": 0.803345652596771, + "grad_norm": 1.0234375, + "learning_rate": 0.0004940899696324237, + "loss": 5.3128, + "mean_token_accuracy": 0.1747235268354416, + "num_tokens": 17920900.0, + "step": 10325 + }, + { + "entropy": 5.661276626586914, + "epoch": 0.8037346819684886, + "grad_norm": 1.03125, + "learning_rate": 0.0004940836573519868, + "loss": 5.3482, + "mean_token_accuracy": 0.17805054634809495, + "num_tokens": 17929221.0, + "step": 10330 + }, + { + "entropy": 5.547095012664795, + "epoch": 0.8041237113402062, + "grad_norm": 1.0, + "learning_rate": 0.0004940773417473043, + "loss": 5.2534, + "mean_token_accuracy": 0.1795205518603325, + "num_tokens": 17938019.0, + "step": 10335 + }, + { + "entropy": 5.537349224090576, + "epoch": 0.8045127407119238, + "grad_norm": 0.99609375, + "learning_rate": 0.0004940710228184717, + "loss": 5.2251, + "mean_token_accuracy": 0.1872653841972351, + "num_tokens": 17946972.0, + "step": 10340 + }, + { + "entropy": 5.653214406967163, + "epoch": 0.8049017700836413, + "grad_norm": 0.8984375, + "learning_rate": 0.000494064700565585, + "loss": 5.353, + "mean_token_accuracy": 0.1775266170501709, + "num_tokens": 17956487.0, + "step": 10345 + }, + { + "entropy": 5.552436113357544, + "epoch": 0.8052907994553589, + "grad_norm": 0.8984375, + "learning_rate": 0.0004940583749887403, + "loss": 5.2452, + "mean_token_accuracy": 0.17912157922983168, + "num_tokens": 17965838.0, + "step": 10350 + }, + { + "entropy": 5.6472443580627445, + "epoch": 0.8056798288270764, + "grad_norm": 1.0625, + "learning_rate": 0.0004940520460880333, + "loss": 5.3475, + "mean_token_accuracy": 0.1742701843380928, + "num_tokens": 17974492.0, + "step": 10355 + }, + { + "entropy": 5.637433815002441, + "epoch": 0.806068858198794, + "grad_norm": 1.0390625, + "learning_rate": 0.0004940457138635601, + "loss": 5.3144, + "mean_token_accuracy": 0.18232544362545014, + "num_tokens": 17983056.0, + "step": 10360 + }, + { + "entropy": 5.55742883682251, + "epoch": 0.8064578875705116, + "grad_norm": 1.0234375, + "learning_rate": 0.0004940393783154169, + "loss": 5.2709, + "mean_token_accuracy": 0.17867640405893326, + "num_tokens": 17990822.0, + "step": 10365 + }, + { + "entropy": 5.52376618385315, + "epoch": 0.8068469169422291, + "grad_norm": 0.984375, + "learning_rate": 0.0004940330394436999, + "loss": 5.2022, + "mean_token_accuracy": 0.18876982778310775, + "num_tokens": 17999284.0, + "step": 10370 + }, + { + "entropy": 5.6102722644805905, + "epoch": 0.8072359463139467, + "grad_norm": 0.984375, + "learning_rate": 0.000494026697248505, + "loss": 5.3412, + "mean_token_accuracy": 0.17968475222587585, + "num_tokens": 18007585.0, + "step": 10375 + }, + { + "entropy": 5.494628047943115, + "epoch": 0.8076249756856643, + "grad_norm": 1.0078125, + "learning_rate": 0.0004940203517299287, + "loss": 5.198, + "mean_token_accuracy": 0.1817028358578682, + "num_tokens": 18016332.0, + "step": 10380 + }, + { + "entropy": 5.599197340011597, + "epoch": 0.8080140050573819, + "grad_norm": 0.96875, + "learning_rate": 0.000494014002888067, + "loss": 5.3195, + "mean_token_accuracy": 0.17175843864679335, + "num_tokens": 18025524.0, + "step": 10385 + }, + { + "entropy": 5.591688060760498, + "epoch": 0.8084030344290994, + "grad_norm": 0.98046875, + "learning_rate": 0.0004940076507230166, + "loss": 5.3149, + "mean_token_accuracy": 0.1782586991786957, + "num_tokens": 18033951.0, + "step": 10390 + }, + { + "entropy": 5.724361419677734, + "epoch": 0.8087920638008169, + "grad_norm": 1.1015625, + "learning_rate": 0.0004940012952348735, + "loss": 5.4211, + "mean_token_accuracy": 0.16757737621665, + "num_tokens": 18042258.0, + "step": 10395 + }, + { + "entropy": 5.643416690826416, + "epoch": 0.8091810931725345, + "grad_norm": 0.99609375, + "learning_rate": 0.0004939949364237345, + "loss": 5.1905, + "mean_token_accuracy": 0.18777159601449966, + "num_tokens": 18050630.0, + "step": 10400 + }, + { + "entropy": 5.582923221588135, + "epoch": 0.8095701225442521, + "grad_norm": 1.1015625, + "learning_rate": 0.0004939885742896958, + "loss": 5.2889, + "mean_token_accuracy": 0.17859793454408646, + "num_tokens": 18059141.0, + "step": 10405 + }, + { + "entropy": 5.598132848739624, + "epoch": 0.8099591519159697, + "grad_norm": 1.0078125, + "learning_rate": 0.000493982208832854, + "loss": 5.281, + "mean_token_accuracy": 0.17728812247514725, + "num_tokens": 18067831.0, + "step": 10410 + }, + { + "entropy": 5.662303686141968, + "epoch": 0.8103481812876873, + "grad_norm": 1.1171875, + "learning_rate": 0.0004939758400533058, + "loss": 5.3896, + "mean_token_accuracy": 0.17021965086460114, + "num_tokens": 18076629.0, + "step": 10415 + }, + { + "entropy": 5.57082200050354, + "epoch": 0.8107372106594047, + "grad_norm": 1.0234375, + "learning_rate": 0.0004939694679511478, + "loss": 5.2386, + "mean_token_accuracy": 0.18125210255384444, + "num_tokens": 18085930.0, + "step": 10420 + }, + { + "entropy": 5.61938066482544, + "epoch": 0.8111262400311223, + "grad_norm": 1.015625, + "learning_rate": 0.0004939630925264765, + "loss": 5.287, + "mean_token_accuracy": 0.17698433846235276, + "num_tokens": 18094947.0, + "step": 10425 + }, + { + "entropy": 5.592198896408081, + "epoch": 0.8115152694028399, + "grad_norm": 1.0625, + "learning_rate": 0.000493956713779389, + "loss": 5.3338, + "mean_token_accuracy": 0.17291062772274018, + "num_tokens": 18103838.0, + "step": 10430 + }, + { + "entropy": 5.603281116485595, + "epoch": 0.8119042987745575, + "grad_norm": 0.98828125, + "learning_rate": 0.0004939503317099817, + "loss": 5.2006, + "mean_token_accuracy": 0.18434228301048278, + "num_tokens": 18112587.0, + "step": 10435 + }, + { + "entropy": 5.527699136734009, + "epoch": 0.8122933281462751, + "grad_norm": 1.0859375, + "learning_rate": 0.0004939439463183517, + "loss": 5.2237, + "mean_token_accuracy": 0.18234879821538924, + "num_tokens": 18121094.0, + "step": 10440 + }, + { + "entropy": 5.627339839935303, + "epoch": 0.8126823575179926, + "grad_norm": 1.109375, + "learning_rate": 0.0004939375576045958, + "loss": 5.3352, + "mean_token_accuracy": 0.17912172079086303, + "num_tokens": 18129699.0, + "step": 10445 + }, + { + "entropy": 5.639275121688843, + "epoch": 0.8130713868897101, + "grad_norm": 0.984375, + "learning_rate": 0.0004939311655688109, + "loss": 5.2755, + "mean_token_accuracy": 0.18559067994356154, + "num_tokens": 18138466.0, + "step": 10450 + }, + { + "entropy": 5.576423120498657, + "epoch": 0.8134604162614277, + "grad_norm": 1.0234375, + "learning_rate": 0.0004939247702110941, + "loss": 5.3353, + "mean_token_accuracy": 0.17935689240694047, + "num_tokens": 18147436.0, + "step": 10455 + }, + { + "entropy": 5.602716493606567, + "epoch": 0.8138494456331453, + "grad_norm": 0.96875, + "learning_rate": 0.0004939183715315423, + "loss": 5.2895, + "mean_token_accuracy": 0.18858240097761153, + "num_tokens": 18156228.0, + "step": 10460 + }, + { + "entropy": 5.611409282684326, + "epoch": 0.8142384750048629, + "grad_norm": 1.0546875, + "learning_rate": 0.0004939119695302526, + "loss": 5.307, + "mean_token_accuracy": 0.18046382665634156, + "num_tokens": 18164571.0, + "step": 10465 + }, + { + "entropy": 5.591148567199707, + "epoch": 0.8146275043765804, + "grad_norm": 1.09375, + "learning_rate": 0.0004939055642073224, + "loss": 5.3003, + "mean_token_accuracy": 0.17881864905357361, + "num_tokens": 18173322.0, + "step": 10470 + }, + { + "entropy": 5.619043970108033, + "epoch": 0.815016533748298, + "grad_norm": 1.0390625, + "learning_rate": 0.0004938991555628484, + "loss": 5.392, + "mean_token_accuracy": 0.1742688700556755, + "num_tokens": 18182306.0, + "step": 10475 + }, + { + "entropy": 5.690351915359497, + "epoch": 0.8154055631200156, + "grad_norm": 1.15625, + "learning_rate": 0.0004938927435969283, + "loss": 5.3479, + "mean_token_accuracy": 0.17955424785614013, + "num_tokens": 18190567.0, + "step": 10480 + }, + { + "entropy": 5.691840791702271, + "epoch": 0.8157945924917331, + "grad_norm": 1.0703125, + "learning_rate": 0.0004938863283096592, + "loss": 5.3797, + "mean_token_accuracy": 0.17276787906885147, + "num_tokens": 18199678.0, + "step": 10485 + }, + { + "entropy": 5.54420657157898, + "epoch": 0.8161836218634507, + "grad_norm": 1.0078125, + "learning_rate": 0.0004938799097011384, + "loss": 5.1213, + "mean_token_accuracy": 0.18522131741046904, + "num_tokens": 18208350.0, + "step": 10490 + }, + { + "entropy": 5.613188982009888, + "epoch": 0.8165726512351682, + "grad_norm": 0.9921875, + "learning_rate": 0.0004938734877714634, + "loss": 5.2523, + "mean_token_accuracy": 0.17783216387033463, + "num_tokens": 18216618.0, + "step": 10495 + }, + { + "entropy": 5.586387729644775, + "epoch": 0.8169616806068858, + "grad_norm": 1.0078125, + "learning_rate": 0.0004938670625207317, + "loss": 5.2655, + "mean_token_accuracy": 0.18673135638236998, + "num_tokens": 18224633.0, + "step": 10500 + }, + { + "entropy": 5.563824987411499, + "epoch": 0.8173507099786034, + "grad_norm": 1.0703125, + "learning_rate": 0.0004938606339490406, + "loss": 5.2147, + "mean_token_accuracy": 0.17689418345689772, + "num_tokens": 18233212.0, + "step": 10505 + }, + { + "entropy": 5.656864261627197, + "epoch": 0.817739739350321, + "grad_norm": 1.0, + "learning_rate": 0.0004938542020564877, + "loss": 5.3918, + "mean_token_accuracy": 0.17539554238319396, + "num_tokens": 18241796.0, + "step": 10510 + }, + { + "entropy": 5.638839960098267, + "epoch": 0.8181287687220385, + "grad_norm": 1.3671875, + "learning_rate": 0.0004938477668431706, + "loss": 5.4059, + "mean_token_accuracy": 0.17977962642908096, + "num_tokens": 18251416.0, + "step": 10515 + }, + { + "entropy": 5.589609909057617, + "epoch": 0.8185177980937561, + "grad_norm": 1.0546875, + "learning_rate": 0.0004938413283091871, + "loss": 5.1762, + "mean_token_accuracy": 0.18942166417837142, + "num_tokens": 18259880.0, + "step": 10520 + }, + { + "entropy": 5.510730171203614, + "epoch": 0.8189068274654736, + "grad_norm": 1.1171875, + "learning_rate": 0.0004938348864546347, + "loss": 5.2675, + "mean_token_accuracy": 0.18876040279865264, + "num_tokens": 18268217.0, + "step": 10525 + }, + { + "entropy": 5.548671007156372, + "epoch": 0.8192958568371912, + "grad_norm": 1.0625, + "learning_rate": 0.0004938284412796111, + "loss": 5.324, + "mean_token_accuracy": 0.17911172956228255, + "num_tokens": 18276556.0, + "step": 10530 + }, + { + "entropy": 5.588678979873658, + "epoch": 0.8196848862089088, + "grad_norm": 1.0234375, + "learning_rate": 0.0004938219927842144, + "loss": 5.2681, + "mean_token_accuracy": 0.1821269541978836, + "num_tokens": 18285199.0, + "step": 10535 + }, + { + "entropy": 5.568756723403931, + "epoch": 0.8200739155806264, + "grad_norm": 0.94140625, + "learning_rate": 0.0004938155409685422, + "loss": 5.2473, + "mean_token_accuracy": 0.18077411502599716, + "num_tokens": 18294004.0, + "step": 10540 + }, + { + "entropy": 5.519827032089234, + "epoch": 0.820462944952344, + "grad_norm": 1.0546875, + "learning_rate": 0.0004938090858326923, + "loss": 5.1729, + "mean_token_accuracy": 0.18369848877191544, + "num_tokens": 18301761.0, + "step": 10545 + }, + { + "entropy": 5.624574041366577, + "epoch": 0.8208519743240614, + "grad_norm": 1.0703125, + "learning_rate": 0.000493802627376763, + "loss": 5.3687, + "mean_token_accuracy": 0.1759694442152977, + "num_tokens": 18309555.0, + "step": 10550 + }, + { + "entropy": 5.628363227844238, + "epoch": 0.821241003695779, + "grad_norm": 1.015625, + "learning_rate": 0.0004937961656008518, + "loss": 5.3275, + "mean_token_accuracy": 0.17313647121191025, + "num_tokens": 18318011.0, + "step": 10555 + }, + { + "entropy": 5.666481161117554, + "epoch": 0.8216300330674966, + "grad_norm": 1.0, + "learning_rate": 0.0004937897005050573, + "loss": 5.3159, + "mean_token_accuracy": 0.17640025466680526, + "num_tokens": 18326108.0, + "step": 10560 + }, + { + "entropy": 5.611683130264282, + "epoch": 0.8220190624392142, + "grad_norm": 1.1015625, + "learning_rate": 0.0004937832320894772, + "loss": 5.2861, + "mean_token_accuracy": 0.17259059548377992, + "num_tokens": 18334777.0, + "step": 10565 + }, + { + "entropy": 5.576236438751221, + "epoch": 0.8224080918109318, + "grad_norm": 0.9296875, + "learning_rate": 0.0004937767603542098, + "loss": 5.2464, + "mean_token_accuracy": 0.1779706969857216, + "num_tokens": 18343796.0, + "step": 10570 + }, + { + "entropy": 5.631806564331055, + "epoch": 0.8227971211826492, + "grad_norm": 0.96875, + "learning_rate": 0.0004937702852993534, + "loss": 5.2854, + "mean_token_accuracy": 0.17332917600870132, + "num_tokens": 18352396.0, + "step": 10575 + }, + { + "entropy": 5.580046081542969, + "epoch": 0.8231861505543668, + "grad_norm": 1.015625, + "learning_rate": 0.000493763806925006, + "loss": 5.2989, + "mean_token_accuracy": 0.18507724702358247, + "num_tokens": 18360914.0, + "step": 10580 + }, + { + "entropy": 5.553223276138306, + "epoch": 0.8235751799260844, + "grad_norm": 1.0078125, + "learning_rate": 0.0004937573252312661, + "loss": 5.2431, + "mean_token_accuracy": 0.1855931520462036, + "num_tokens": 18369281.0, + "step": 10585 + }, + { + "entropy": 5.541648817062378, + "epoch": 0.823964209297802, + "grad_norm": 1.1015625, + "learning_rate": 0.000493750840218232, + "loss": 5.1217, + "mean_token_accuracy": 0.19218395352363588, + "num_tokens": 18377305.0, + "step": 10590 + }, + { + "entropy": 5.592717981338501, + "epoch": 0.8243532386695196, + "grad_norm": 0.98046875, + "learning_rate": 0.0004937443518860021, + "loss": 5.2531, + "mean_token_accuracy": 0.1717549294233322, + "num_tokens": 18386563.0, + "step": 10595 + }, + { + "entropy": 5.570081949234009, + "epoch": 0.8247422680412371, + "grad_norm": 0.984375, + "learning_rate": 0.0004937378602346747, + "loss": 5.2669, + "mean_token_accuracy": 0.18763475865125656, + "num_tokens": 18395150.0, + "step": 10600 + }, + { + "entropy": 5.601140832901001, + "epoch": 0.8251312974129547, + "grad_norm": 1.0546875, + "learning_rate": 0.0004937313652643485, + "loss": 5.3673, + "mean_token_accuracy": 0.17449495643377305, + "num_tokens": 18403790.0, + "step": 10605 + }, + { + "entropy": 5.627269315719604, + "epoch": 0.8255203267846722, + "grad_norm": 1.0078125, + "learning_rate": 0.000493724866975122, + "loss": 5.2613, + "mean_token_accuracy": 0.18785010874271393, + "num_tokens": 18411936.0, + "step": 10610 + }, + { + "entropy": 5.518196439743042, + "epoch": 0.8259093561563898, + "grad_norm": 0.9296875, + "learning_rate": 0.0004937183653670937, + "loss": 5.1534, + "mean_token_accuracy": 0.18972932994365693, + "num_tokens": 18421146.0, + "step": 10615 + }, + { + "entropy": 5.550476312637329, + "epoch": 0.8262983855281074, + "grad_norm": 0.99609375, + "learning_rate": 0.0004937118604403623, + "loss": 5.2566, + "mean_token_accuracy": 0.18321711719036102, + "num_tokens": 18429498.0, + "step": 10620 + }, + { + "entropy": 5.650053930282593, + "epoch": 0.8266874148998249, + "grad_norm": 0.88671875, + "learning_rate": 0.0004937053521950266, + "loss": 5.3278, + "mean_token_accuracy": 0.1758938953280449, + "num_tokens": 18438600.0, + "step": 10625 + }, + { + "entropy": 5.5935060501098635, + "epoch": 0.8270764442715425, + "grad_norm": 1.078125, + "learning_rate": 0.0004936988406311854, + "loss": 5.2175, + "mean_token_accuracy": 0.17816121131181717, + "num_tokens": 18447397.0, + "step": 10630 + }, + { + "entropy": 5.553556108474732, + "epoch": 0.8274654736432601, + "grad_norm": 1.03125, + "learning_rate": 0.0004936923257489373, + "loss": 5.2791, + "mean_token_accuracy": 0.17982820719480513, + "num_tokens": 18456677.0, + "step": 10635 + }, + { + "entropy": 5.537540435791016, + "epoch": 0.8278545030149776, + "grad_norm": 1.0, + "learning_rate": 0.0004936858075483811, + "loss": 5.2267, + "mean_token_accuracy": 0.18500674962997438, + "num_tokens": 18465605.0, + "step": 10640 + }, + { + "entropy": 5.571126461029053, + "epoch": 0.8282435323866952, + "grad_norm": 1.046875, + "learning_rate": 0.000493679286029616, + "loss": 5.2609, + "mean_token_accuracy": 0.17814577370882034, + "num_tokens": 18474419.0, + "step": 10645 + }, + { + "entropy": 5.686183500289917, + "epoch": 0.8286325617584127, + "grad_norm": 1.125, + "learning_rate": 0.0004936727611927407, + "loss": 5.3739, + "mean_token_accuracy": 0.17560067921876907, + "num_tokens": 18482646.0, + "step": 10650 + }, + { + "entropy": 5.589693021774292, + "epoch": 0.8290215911301303, + "grad_norm": 1.015625, + "learning_rate": 0.0004936662330378546, + "loss": 5.2364, + "mean_token_accuracy": 0.18169950246810912, + "num_tokens": 18490899.0, + "step": 10655 + }, + { + "entropy": 5.5771712303161625, + "epoch": 0.8294106205018479, + "grad_norm": 1.015625, + "learning_rate": 0.0004936597015650561, + "loss": 5.2365, + "mean_token_accuracy": 0.18120890706777573, + "num_tokens": 18499238.0, + "step": 10660 + }, + { + "entropy": 5.588930130004883, + "epoch": 0.8297996498735655, + "grad_norm": 1.0625, + "learning_rate": 0.0004936531667744448, + "loss": 5.1975, + "mean_token_accuracy": 0.17806890457868577, + "num_tokens": 18507668.0, + "step": 10665 + }, + { + "entropy": 5.62445821762085, + "epoch": 0.8301886792452831, + "grad_norm": 1.1015625, + "learning_rate": 0.0004936466286661197, + "loss": 5.2806, + "mean_token_accuracy": 0.17731118351221084, + "num_tokens": 18516366.0, + "step": 10670 + }, + { + "entropy": 5.56348671913147, + "epoch": 0.8305777086170005, + "grad_norm": 0.9453125, + "learning_rate": 0.00049364008724018, + "loss": 5.2337, + "mean_token_accuracy": 0.183255173265934, + "num_tokens": 18525012.0, + "step": 10675 + }, + { + "entropy": 5.652982759475708, + "epoch": 0.8309667379887181, + "grad_norm": 1.03125, + "learning_rate": 0.000493633542496725, + "loss": 5.3272, + "mean_token_accuracy": 0.18012266755104064, + "num_tokens": 18533277.0, + "step": 10680 + }, + { + "entropy": 5.618578338623047, + "epoch": 0.8313557673604357, + "grad_norm": 1.046875, + "learning_rate": 0.0004936269944358539, + "loss": 5.3319, + "mean_token_accuracy": 0.17462776154279708, + "num_tokens": 18541738.0, + "step": 10685 + }, + { + "entropy": 5.592759895324707, + "epoch": 0.8317447967321533, + "grad_norm": 0.98046875, + "learning_rate": 0.0004936204430576664, + "loss": 5.284, + "mean_token_accuracy": 0.18248253017663957, + "num_tokens": 18550305.0, + "step": 10690 + }, + { + "entropy": 5.580677270889282, + "epoch": 0.8321338261038709, + "grad_norm": 1.0078125, + "learning_rate": 0.0004936138883622614, + "loss": 5.2557, + "mean_token_accuracy": 0.1941969335079193, + "num_tokens": 18558528.0, + "step": 10695 + }, + { + "entropy": 5.544078302383423, + "epoch": 0.8325228554755884, + "grad_norm": 0.95703125, + "learning_rate": 0.0004936073303497387, + "loss": 5.1907, + "mean_token_accuracy": 0.1859095960855484, + "num_tokens": 18567166.0, + "step": 10700 + }, + { + "entropy": 5.54998288154602, + "epoch": 0.8329118848473059, + "grad_norm": 1.0078125, + "learning_rate": 0.0004936007690201976, + "loss": 5.217, + "mean_token_accuracy": 0.18771937489509583, + "num_tokens": 18575986.0, + "step": 10705 + }, + { + "entropy": 5.635396957397461, + "epoch": 0.8333009142190235, + "grad_norm": 0.92578125, + "learning_rate": 0.000493594204373738, + "loss": 5.2721, + "mean_token_accuracy": 0.17426654696464539, + "num_tokens": 18585446.0, + "step": 10710 + }, + { + "entropy": 5.600318193435669, + "epoch": 0.8336899435907411, + "grad_norm": 1.0390625, + "learning_rate": 0.0004935876364104591, + "loss": 5.3156, + "mean_token_accuracy": 0.1792624518275261, + "num_tokens": 18594236.0, + "step": 10715 + }, + { + "entropy": 5.590404605865478, + "epoch": 0.8340789729624587, + "grad_norm": 0.9921875, + "learning_rate": 0.0004935810651304608, + "loss": 5.2932, + "mean_token_accuracy": 0.17705843597650528, + "num_tokens": 18603229.0, + "step": 10720 + }, + { + "entropy": 5.537255811691284, + "epoch": 0.8344680023341763, + "grad_norm": 0.9921875, + "learning_rate": 0.0004935744905338427, + "loss": 5.1515, + "mean_token_accuracy": 0.19387847185134888, + "num_tokens": 18611783.0, + "step": 10725 + }, + { + "entropy": 5.655738162994385, + "epoch": 0.8348570317058938, + "grad_norm": 1.0, + "learning_rate": 0.0004935679126207046, + "loss": 5.3411, + "mean_token_accuracy": 0.17952038198709488, + "num_tokens": 18620901.0, + "step": 10730 + }, + { + "entropy": 5.590655565261841, + "epoch": 0.8352460610776113, + "grad_norm": 1.0859375, + "learning_rate": 0.0004935613313911463, + "loss": 5.2662, + "mean_token_accuracy": 0.17967765927314758, + "num_tokens": 18629447.0, + "step": 10735 + }, + { + "entropy": 5.632928371429443, + "epoch": 0.8356350904493289, + "grad_norm": 1.0703125, + "learning_rate": 0.0004935547468452678, + "loss": 5.2754, + "mean_token_accuracy": 0.18125791549682618, + "num_tokens": 18637895.0, + "step": 10740 + }, + { + "entropy": 5.625260829925537, + "epoch": 0.8360241198210465, + "grad_norm": 1.1328125, + "learning_rate": 0.0004935481589831688, + "loss": 5.4168, + "mean_token_accuracy": 0.17523466497659684, + "num_tokens": 18646417.0, + "step": 10745 + }, + { + "entropy": 5.6384931087493895, + "epoch": 0.8364131491927641, + "grad_norm": 1.03125, + "learning_rate": 0.0004935415678049492, + "loss": 5.3378, + "mean_token_accuracy": 0.17582601606845855, + "num_tokens": 18654814.0, + "step": 10750 + }, + { + "entropy": 5.669819307327271, + "epoch": 0.8368021785644816, + "grad_norm": 0.95703125, + "learning_rate": 0.0004935349733107094, + "loss": 5.3204, + "mean_token_accuracy": 0.18312823176383972, + "num_tokens": 18663520.0, + "step": 10755 + }, + { + "entropy": 5.573394107818603, + "epoch": 0.8371912079361992, + "grad_norm": 0.94921875, + "learning_rate": 0.000493528375500549, + "loss": 5.3545, + "mean_token_accuracy": 0.177472847700119, + "num_tokens": 18672033.0, + "step": 10760 + }, + { + "entropy": 5.560270118713379, + "epoch": 0.8375802373079168, + "grad_norm": 1.0546875, + "learning_rate": 0.0004935217743745685, + "loss": 5.1581, + "mean_token_accuracy": 0.19166371524333953, + "num_tokens": 18680690.0, + "step": 10765 + }, + { + "entropy": 5.571935224533081, + "epoch": 0.8379692666796343, + "grad_norm": 1.140625, + "learning_rate": 0.0004935151699328677, + "loss": 5.2676, + "mean_token_accuracy": 0.18024034202098846, + "num_tokens": 18688683.0, + "step": 10770 + }, + { + "entropy": 5.5307965755462645, + "epoch": 0.8383582960513519, + "grad_norm": 1.0, + "learning_rate": 0.0004935085621755471, + "loss": 5.3458, + "mean_token_accuracy": 0.17399022877216339, + "num_tokens": 18697273.0, + "step": 10775 + }, + { + "entropy": 5.652894687652588, + "epoch": 0.8387473254230694, + "grad_norm": 1.046875, + "learning_rate": 0.000493501951102707, + "loss": 5.3137, + "mean_token_accuracy": 0.17491598129272462, + "num_tokens": 18705076.0, + "step": 10780 + }, + { + "entropy": 5.5734748363494875, + "epoch": 0.839136354794787, + "grad_norm": 0.95703125, + "learning_rate": 0.0004934953367144474, + "loss": 5.1885, + "mean_token_accuracy": 0.18297695219516755, + "num_tokens": 18713596.0, + "step": 10785 + }, + { + "entropy": 5.547090291976929, + "epoch": 0.8395253841665046, + "grad_norm": 0.9765625, + "learning_rate": 0.0004934887190108688, + "loss": 5.2115, + "mean_token_accuracy": 0.1858072504401207, + "num_tokens": 18722611.0, + "step": 10790 + }, + { + "entropy": 5.659228801727295, + "epoch": 0.8399144135382222, + "grad_norm": 1.0, + "learning_rate": 0.0004934820979920719, + "loss": 5.3611, + "mean_token_accuracy": 0.1691310688853264, + "num_tokens": 18731126.0, + "step": 10795 + }, + { + "entropy": 5.593505430221557, + "epoch": 0.8403034429099397, + "grad_norm": 1.078125, + "learning_rate": 0.0004934754736581567, + "loss": 5.2555, + "mean_token_accuracy": 0.1792224943637848, + "num_tokens": 18739815.0, + "step": 10800 + }, + { + "entropy": 5.533124685287476, + "epoch": 0.8406924722816572, + "grad_norm": 0.97265625, + "learning_rate": 0.000493468846009224, + "loss": 5.176, + "mean_token_accuracy": 0.19150287806987762, + "num_tokens": 18748603.0, + "step": 10805 + }, + { + "entropy": 5.558471965789795, + "epoch": 0.8410815016533748, + "grad_norm": 0.96875, + "learning_rate": 0.0004934622150453742, + "loss": 5.2801, + "mean_token_accuracy": 0.17604683637619017, + "num_tokens": 18757819.0, + "step": 10810 + }, + { + "entropy": 5.652052879333496, + "epoch": 0.8414705310250924, + "grad_norm": 0.92578125, + "learning_rate": 0.000493455580766708, + "loss": 5.2935, + "mean_token_accuracy": 0.18090927004814147, + "num_tokens": 18766135.0, + "step": 10815 + }, + { + "entropy": 5.576184034347534, + "epoch": 0.84185956039681, + "grad_norm": 1.0703125, + "learning_rate": 0.0004934489431733262, + "loss": 5.1865, + "mean_token_accuracy": 0.18516489565372468, + "num_tokens": 18775202.0, + "step": 10820 + }, + { + "entropy": 5.550555610656739, + "epoch": 0.8422485897685276, + "grad_norm": 1.0390625, + "learning_rate": 0.0004934423022653293, + "loss": 5.247, + "mean_token_accuracy": 0.18740688711404802, + "num_tokens": 18783466.0, + "step": 10825 + }, + { + "entropy": 5.594822406768799, + "epoch": 0.842637619140245, + "grad_norm": 1.0703125, + "learning_rate": 0.0004934356580428182, + "loss": 5.2489, + "mean_token_accuracy": 0.18210161924362184, + "num_tokens": 18791772.0, + "step": 10830 + }, + { + "entropy": 5.674164342880249, + "epoch": 0.8430266485119626, + "grad_norm": 1.0859375, + "learning_rate": 0.0004934290105058937, + "loss": 5.4126, + "mean_token_accuracy": 0.16927289664745332, + "num_tokens": 18801094.0, + "step": 10835 + }, + { + "entropy": 5.603299951553344, + "epoch": 0.8434156778836802, + "grad_norm": 0.96484375, + "learning_rate": 0.0004934223596546565, + "loss": 5.1991, + "mean_token_accuracy": 0.1839824602007866, + "num_tokens": 18809256.0, + "step": 10840 + }, + { + "entropy": 5.551741027832032, + "epoch": 0.8438047072553978, + "grad_norm": 1.0234375, + "learning_rate": 0.0004934157054892077, + "loss": 5.3639, + "mean_token_accuracy": 0.17342738807201385, + "num_tokens": 18818109.0, + "step": 10845 + }, + { + "entropy": 5.593414735794068, + "epoch": 0.8441937366271154, + "grad_norm": 1.0234375, + "learning_rate": 0.0004934090480096482, + "loss": 5.2154, + "mean_token_accuracy": 0.19062547385692596, + "num_tokens": 18826330.0, + "step": 10850 + }, + { + "entropy": 5.701956510543823, + "epoch": 0.8445827659988329, + "grad_norm": 1.0625, + "learning_rate": 0.0004934023872160791, + "loss": 5.427, + "mean_token_accuracy": 0.1742512196302414, + "num_tokens": 18835280.0, + "step": 10855 + }, + { + "entropy": 5.551248788833618, + "epoch": 0.8449717953705504, + "grad_norm": 1.1015625, + "learning_rate": 0.0004933957231086014, + "loss": 5.1827, + "mean_token_accuracy": 0.1828561007976532, + "num_tokens": 18843300.0, + "step": 10860 + }, + { + "entropy": 5.496642589569092, + "epoch": 0.845360824742268, + "grad_norm": 1.078125, + "learning_rate": 0.0004933890556873161, + "loss": 5.2896, + "mean_token_accuracy": 0.1742683842778206, + "num_tokens": 18852257.0, + "step": 10865 + }, + { + "entropy": 5.6010072231292725, + "epoch": 0.8457498541139856, + "grad_norm": 1.0546875, + "learning_rate": 0.0004933823849523246, + "loss": 5.3094, + "mean_token_accuracy": 0.17632543295621872, + "num_tokens": 18860621.0, + "step": 10870 + }, + { + "entropy": 5.618939399719238, + "epoch": 0.8461388834857032, + "grad_norm": 1.0703125, + "learning_rate": 0.0004933757109037279, + "loss": 5.2155, + "mean_token_accuracy": 0.18698522001504897, + "num_tokens": 18869390.0, + "step": 10875 + }, + { + "entropy": 5.604749965667724, + "epoch": 0.8465279128574207, + "grad_norm": 1.0078125, + "learning_rate": 0.0004933690335416274, + "loss": 5.3215, + "mean_token_accuracy": 0.1749599888920784, + "num_tokens": 18877942.0, + "step": 10880 + }, + { + "entropy": 5.53982720375061, + "epoch": 0.8469169422291383, + "grad_norm": 1.0625, + "learning_rate": 0.0004933623528661245, + "loss": 5.3006, + "mean_token_accuracy": 0.177555151283741, + "num_tokens": 18886752.0, + "step": 10885 + }, + { + "entropy": 5.610151958465576, + "epoch": 0.8473059716008559, + "grad_norm": 1.0078125, + "learning_rate": 0.0004933556688773203, + "loss": 5.3104, + "mean_token_accuracy": 0.17588964253664016, + "num_tokens": 18895708.0, + "step": 10890 + }, + { + "entropy": 5.651170921325684, + "epoch": 0.8476950009725734, + "grad_norm": 1.0078125, + "learning_rate": 0.0004933489815753165, + "loss": 5.26, + "mean_token_accuracy": 0.18109626471996307, + "num_tokens": 18904610.0, + "step": 10895 + }, + { + "entropy": 5.620588684082032, + "epoch": 0.848084030344291, + "grad_norm": 0.9921875, + "learning_rate": 0.0004933422909602143, + "loss": 5.2992, + "mean_token_accuracy": 0.17795738875865935, + "num_tokens": 18912886.0, + "step": 10900 + }, + { + "entropy": 5.623174428939819, + "epoch": 0.8484730597160085, + "grad_norm": 1.0390625, + "learning_rate": 0.0004933355970321155, + "loss": 5.3277, + "mean_token_accuracy": 0.18064619600772858, + "num_tokens": 18921685.0, + "step": 10905 + }, + { + "entropy": 5.623981952667236, + "epoch": 0.8488620890877261, + "grad_norm": 0.9765625, + "learning_rate": 0.0004933288997911215, + "loss": 5.2533, + "mean_token_accuracy": 0.17806071639060975, + "num_tokens": 18929843.0, + "step": 10910 + }, + { + "entropy": 5.571937179565429, + "epoch": 0.8492511184594437, + "grad_norm": 0.9375, + "learning_rate": 0.0004933221992373338, + "loss": 5.2355, + "mean_token_accuracy": 0.1758916586637497, + "num_tokens": 18938402.0, + "step": 10915 + }, + { + "entropy": 5.619376087188721, + "epoch": 0.8496401478311613, + "grad_norm": 1.0078125, + "learning_rate": 0.0004933154953708544, + "loss": 5.375, + "mean_token_accuracy": 0.17307563871145248, + "num_tokens": 18947643.0, + "step": 10920 + }, + { + "entropy": 5.647381067276001, + "epoch": 0.8500291772028788, + "grad_norm": 1.03125, + "learning_rate": 0.0004933087881917848, + "loss": 5.2946, + "mean_token_accuracy": 0.17696572095155716, + "num_tokens": 18956320.0, + "step": 10925 + }, + { + "entropy": 5.743236017227173, + "epoch": 0.8504182065745964, + "grad_norm": 1.0234375, + "learning_rate": 0.0004933020777002268, + "loss": 5.2814, + "mean_token_accuracy": 0.1753287822008133, + "num_tokens": 18964804.0, + "step": 10930 + }, + { + "entropy": 5.50908899307251, + "epoch": 0.8508072359463139, + "grad_norm": 1.1328125, + "learning_rate": 0.0004932953638962823, + "loss": 5.2318, + "mean_token_accuracy": 0.1790694996714592, + "num_tokens": 18973061.0, + "step": 10935 + }, + { + "entropy": 5.53696575164795, + "epoch": 0.8511962653180315, + "grad_norm": 1.1171875, + "learning_rate": 0.000493288646780053, + "loss": 5.2067, + "mean_token_accuracy": 0.1848437786102295, + "num_tokens": 18981604.0, + "step": 10940 + }, + { + "entropy": 5.6139387607574465, + "epoch": 0.8515852946897491, + "grad_norm": 1.015625, + "learning_rate": 0.0004932819263516409, + "loss": 5.3077, + "mean_token_accuracy": 0.1753839895129204, + "num_tokens": 18990194.0, + "step": 10945 + }, + { + "entropy": 5.592105674743652, + "epoch": 0.8519743240614667, + "grad_norm": 0.984375, + "learning_rate": 0.0004932752026111481, + "loss": 5.2192, + "mean_token_accuracy": 0.1841540142893791, + "num_tokens": 18998803.0, + "step": 10950 + }, + { + "entropy": 5.655280065536499, + "epoch": 0.8523633534331843, + "grad_norm": 0.9921875, + "learning_rate": 0.0004932684755586765, + "loss": 5.3329, + "mean_token_accuracy": 0.16930584013462066, + "num_tokens": 19007247.0, + "step": 10955 + }, + { + "entropy": 5.575206518173218, + "epoch": 0.8527523828049017, + "grad_norm": 1.0, + "learning_rate": 0.0004932617451943282, + "loss": 5.2618, + "mean_token_accuracy": 0.18505398333072662, + "num_tokens": 19015436.0, + "step": 10960 + }, + { + "entropy": 5.636625146865844, + "epoch": 0.8531414121766193, + "grad_norm": 1.03125, + "learning_rate": 0.0004932550115182053, + "loss": 5.354, + "mean_token_accuracy": 0.1712825506925583, + "num_tokens": 19023673.0, + "step": 10965 + }, + { + "entropy": 5.57112078666687, + "epoch": 0.8535304415483369, + "grad_norm": 1.0, + "learning_rate": 0.00049324827453041, + "loss": 5.1914, + "mean_token_accuracy": 0.18530905544757842, + "num_tokens": 19031714.0, + "step": 10970 + }, + { + "entropy": 5.518271732330322, + "epoch": 0.8539194709200545, + "grad_norm": 1.015625, + "learning_rate": 0.0004932415342310446, + "loss": 5.1874, + "mean_token_accuracy": 0.18243666887283325, + "num_tokens": 19039910.0, + "step": 10975 + }, + { + "entropy": 5.6253221988677975, + "epoch": 0.8543085002917721, + "grad_norm": 0.9609375, + "learning_rate": 0.0004932347906202111, + "loss": 5.3215, + "mean_token_accuracy": 0.18144808262586593, + "num_tokens": 19048293.0, + "step": 10980 + }, + { + "entropy": 5.59995756149292, + "epoch": 0.8546975296634896, + "grad_norm": 0.99609375, + "learning_rate": 0.000493228043698012, + "loss": 5.2505, + "mean_token_accuracy": 0.17421061247587205, + "num_tokens": 19056209.0, + "step": 10985 + }, + { + "entropy": 5.578304767608643, + "epoch": 0.8550865590352071, + "grad_norm": 1.0, + "learning_rate": 0.0004932212934645498, + "loss": 5.1514, + "mean_token_accuracy": 0.18946629464626313, + "num_tokens": 19063974.0, + "step": 10990 + }, + { + "entropy": 5.623725366592407, + "epoch": 0.8554755884069247, + "grad_norm": 1.015625, + "learning_rate": 0.0004932145399199268, + "loss": 5.3994, + "mean_token_accuracy": 0.1756596013903618, + "num_tokens": 19072531.0, + "step": 10995 + }, + { + "entropy": 5.7090208530426025, + "epoch": 0.8558646177786423, + "grad_norm": 0.96484375, + "learning_rate": 0.0004932077830642455, + "loss": 5.3344, + "mean_token_accuracy": 0.176321904361248, + "num_tokens": 19081299.0, + "step": 11000 + }, + { + "entropy": 5.642085981369019, + "epoch": 0.8562536471503599, + "grad_norm": 1.0234375, + "learning_rate": 0.0004932010228976084, + "loss": 5.2349, + "mean_token_accuracy": 0.18920038938522338, + "num_tokens": 19089599.0, + "step": 11005 + }, + { + "entropy": 5.561908960342407, + "epoch": 0.8566426765220774, + "grad_norm": 1.03125, + "learning_rate": 0.000493194259420118, + "loss": 5.2146, + "mean_token_accuracy": 0.18482913970947265, + "num_tokens": 19097910.0, + "step": 11010 + }, + { + "entropy": 5.538026237487793, + "epoch": 0.857031705893795, + "grad_norm": 1.109375, + "learning_rate": 0.000493187492631877, + "loss": 5.1658, + "mean_token_accuracy": 0.1893044337630272, + "num_tokens": 19105939.0, + "step": 11015 + }, + { + "entropy": 5.53736424446106, + "epoch": 0.8574207352655125, + "grad_norm": 0.984375, + "learning_rate": 0.0004931807225329882, + "loss": 5.2273, + "mean_token_accuracy": 0.1841425597667694, + "num_tokens": 19115407.0, + "step": 11020 + }, + { + "entropy": 5.545321130752564, + "epoch": 0.8578097646372301, + "grad_norm": 1.09375, + "learning_rate": 0.0004931739491235541, + "loss": 5.1565, + "mean_token_accuracy": 0.19271481037139893, + "num_tokens": 19123715.0, + "step": 11025 + }, + { + "entropy": 5.662255716323853, + "epoch": 0.8581987940089477, + "grad_norm": 0.96484375, + "learning_rate": 0.0004931671724036777, + "loss": 5.3805, + "mean_token_accuracy": 0.17203639596700668, + "num_tokens": 19132978.0, + "step": 11030 + }, + { + "entropy": 5.6033929824829105, + "epoch": 0.8585878233806652, + "grad_norm": 1.03125, + "learning_rate": 0.0004931603923734616, + "loss": 5.3217, + "mean_token_accuracy": 0.17927792817354202, + "num_tokens": 19141822.0, + "step": 11035 + }, + { + "entropy": 5.527426099777221, + "epoch": 0.8589768527523828, + "grad_norm": 1.140625, + "learning_rate": 0.0004931536090330088, + "loss": 5.2182, + "mean_token_accuracy": 0.17920130491256714, + "num_tokens": 19150612.0, + "step": 11040 + }, + { + "entropy": 5.579158210754395, + "epoch": 0.8593658821241004, + "grad_norm": 1.0703125, + "learning_rate": 0.0004931468223824222, + "loss": 5.1911, + "mean_token_accuracy": 0.18544190973043442, + "num_tokens": 19159266.0, + "step": 11045 + }, + { + "entropy": 5.724080562591553, + "epoch": 0.859754911495818, + "grad_norm": 1.015625, + "learning_rate": 0.0004931400324218048, + "loss": 5.3429, + "mean_token_accuracy": 0.18140737116336822, + "num_tokens": 19167111.0, + "step": 11050 + }, + { + "entropy": 5.607243156433105, + "epoch": 0.8601439408675355, + "grad_norm": 1.0, + "learning_rate": 0.0004931332391512597, + "loss": 5.3221, + "mean_token_accuracy": 0.17548887729644774, + "num_tokens": 19177152.0, + "step": 11055 + }, + { + "entropy": 5.56005277633667, + "epoch": 0.860532970239253, + "grad_norm": 1.125, + "learning_rate": 0.0004931264425708897, + "loss": 5.1545, + "mean_token_accuracy": 0.18012316524982452, + "num_tokens": 19185692.0, + "step": 11060 + }, + { + "entropy": 5.594990491867065, + "epoch": 0.8609219996109706, + "grad_norm": 1.0390625, + "learning_rate": 0.0004931196426807983, + "loss": 5.3177, + "mean_token_accuracy": 0.17841980904340743, + "num_tokens": 19194620.0, + "step": 11065 + }, + { + "entropy": 5.594863319396973, + "epoch": 0.8613110289826882, + "grad_norm": 1.0859375, + "learning_rate": 0.0004931128394810884, + "loss": 5.2061, + "mean_token_accuracy": 0.1916304960846901, + "num_tokens": 19202569.0, + "step": 11070 + }, + { + "entropy": 5.595560550689697, + "epoch": 0.8617000583544058, + "grad_norm": 1.078125, + "learning_rate": 0.0004931060329718634, + "loss": 5.3323, + "mean_token_accuracy": 0.1795865699648857, + "num_tokens": 19211117.0, + "step": 11075 + }, + { + "entropy": 5.663324975967408, + "epoch": 0.8620890877261234, + "grad_norm": 1.0625, + "learning_rate": 0.0004930992231532265, + "loss": 5.3351, + "mean_token_accuracy": 0.17490629106760025, + "num_tokens": 19220015.0, + "step": 11080 + }, + { + "entropy": 5.677940797805786, + "epoch": 0.8624781170978408, + "grad_norm": 1.03125, + "learning_rate": 0.000493092410025281, + "loss": 5.3359, + "mean_token_accuracy": 0.1756790116429329, + "num_tokens": 19228344.0, + "step": 11085 + }, + { + "entropy": 5.5625237941741945, + "epoch": 0.8628671464695584, + "grad_norm": 0.9765625, + "learning_rate": 0.0004930855935881302, + "loss": 5.2241, + "mean_token_accuracy": 0.18976659774780275, + "num_tokens": 19236776.0, + "step": 11090 + }, + { + "entropy": 5.669811391830445, + "epoch": 0.863256175841276, + "grad_norm": 1.0234375, + "learning_rate": 0.0004930787738418777, + "loss": 5.4317, + "mean_token_accuracy": 0.16513218283653258, + "num_tokens": 19246107.0, + "step": 11095 + }, + { + "entropy": 5.654705667495728, + "epoch": 0.8636452052129936, + "grad_norm": 1.0390625, + "learning_rate": 0.0004930719507866269, + "loss": 5.3082, + "mean_token_accuracy": 0.18365276008844375, + "num_tokens": 19254549.0, + "step": 11100 + }, + { + "entropy": 5.630621719360351, + "epoch": 0.8640342345847112, + "grad_norm": 0.94921875, + "learning_rate": 0.0004930651244224814, + "loss": 5.3052, + "mean_token_accuracy": 0.17591325491666793, + "num_tokens": 19263024.0, + "step": 11105 + }, + { + "entropy": 5.550142431259156, + "epoch": 0.8644232639564287, + "grad_norm": 0.9765625, + "learning_rate": 0.0004930582947495448, + "loss": 5.2251, + "mean_token_accuracy": 0.17579765766859054, + "num_tokens": 19271442.0, + "step": 11110 + }, + { + "entropy": 5.568732881546021, + "epoch": 0.8648122933281462, + "grad_norm": 0.96484375, + "learning_rate": 0.0004930514617679206, + "loss": 5.191, + "mean_token_accuracy": 0.18562345802783967, + "num_tokens": 19279869.0, + "step": 11115 + }, + { + "entropy": 5.634870767593384, + "epoch": 0.8652013226998638, + "grad_norm": 1.015625, + "learning_rate": 0.0004930446254777125, + "loss": 5.3859, + "mean_token_accuracy": 0.18134522885084153, + "num_tokens": 19288726.0, + "step": 11120 + }, + { + "entropy": 5.637458324432373, + "epoch": 0.8655903520715814, + "grad_norm": 1.0234375, + "learning_rate": 0.0004930377858790242, + "loss": 5.3296, + "mean_token_accuracy": 0.17024696320295335, + "num_tokens": 19297546.0, + "step": 11125 + }, + { + "entropy": 5.650801181793213, + "epoch": 0.865979381443299, + "grad_norm": 0.96484375, + "learning_rate": 0.0004930309429719595, + "loss": 5.3278, + "mean_token_accuracy": 0.17466498911380768, + "num_tokens": 19306060.0, + "step": 11130 + }, + { + "entropy": 5.623189973831177, + "epoch": 0.8663684108150166, + "grad_norm": 1.0625, + "learning_rate": 0.0004930240967566224, + "loss": 5.2765, + "mean_token_accuracy": 0.1786796271800995, + "num_tokens": 19314759.0, + "step": 11135 + }, + { + "entropy": 5.594459056854248, + "epoch": 0.8667574401867341, + "grad_norm": 1.0234375, + "learning_rate": 0.0004930172472331167, + "loss": 5.2166, + "mean_token_accuracy": 0.18238011002540588, + "num_tokens": 19322922.0, + "step": 11140 + }, + { + "entropy": 5.526639986038208, + "epoch": 0.8671464695584516, + "grad_norm": 1.0078125, + "learning_rate": 0.0004930103944015463, + "loss": 5.1551, + "mean_token_accuracy": 0.18122093379497528, + "num_tokens": 19331946.0, + "step": 11145 + }, + { + "entropy": 5.639804124832153, + "epoch": 0.8675354989301692, + "grad_norm": 1.046875, + "learning_rate": 0.0004930035382620149, + "loss": 5.2939, + "mean_token_accuracy": 0.17746621966362, + "num_tokens": 19340512.0, + "step": 11150 + }, + { + "entropy": 5.603281259536743, + "epoch": 0.8679245283018868, + "grad_norm": 0.9609375, + "learning_rate": 0.000492996678814627, + "loss": 5.2495, + "mean_token_accuracy": 0.18182408213615417, + "num_tokens": 19349135.0, + "step": 11155 + }, + { + "entropy": 5.5981546401977536, + "epoch": 0.8683135576736044, + "grad_norm": 1.046875, + "learning_rate": 0.0004929898160594865, + "loss": 5.3465, + "mean_token_accuracy": 0.1789721056818962, + "num_tokens": 19358593.0, + "step": 11160 + }, + { + "entropy": 5.681367540359497, + "epoch": 0.8687025870453219, + "grad_norm": 1.0078125, + "learning_rate": 0.0004929829499966974, + "loss": 5.3824, + "mean_token_accuracy": 0.1753694787621498, + "num_tokens": 19367366.0, + "step": 11165 + }, + { + "entropy": 5.64088544845581, + "epoch": 0.8690916164170395, + "grad_norm": 0.9765625, + "learning_rate": 0.0004929760806263641, + "loss": 5.3467, + "mean_token_accuracy": 0.17595317512750625, + "num_tokens": 19376872.0, + "step": 11170 + }, + { + "entropy": 5.654244804382325, + "epoch": 0.8694806457887571, + "grad_norm": 1.03125, + "learning_rate": 0.0004929692079485906, + "loss": 5.3664, + "mean_token_accuracy": 0.17185491919517518, + "num_tokens": 19385582.0, + "step": 11175 + }, + { + "entropy": 5.589434099197388, + "epoch": 0.8698696751604746, + "grad_norm": 1.0625, + "learning_rate": 0.0004929623319634814, + "loss": 5.25, + "mean_token_accuracy": 0.17741086781024934, + "num_tokens": 19394102.0, + "step": 11180 + }, + { + "entropy": 5.612142705917359, + "epoch": 0.8702587045321922, + "grad_norm": 1.046875, + "learning_rate": 0.0004929554526711407, + "loss": 5.2807, + "mean_token_accuracy": 0.1734796345233917, + "num_tokens": 19403170.0, + "step": 11185 + }, + { + "entropy": 5.610637569427491, + "epoch": 0.8706477339039097, + "grad_norm": 0.9453125, + "learning_rate": 0.0004929485700716729, + "loss": 5.2481, + "mean_token_accuracy": 0.18135327696800232, + "num_tokens": 19412396.0, + "step": 11190 + }, + { + "entropy": 5.587249326705932, + "epoch": 0.8710367632756273, + "grad_norm": 1.0546875, + "learning_rate": 0.0004929416841651824, + "loss": 5.2219, + "mean_token_accuracy": 0.18119872808456422, + "num_tokens": 19421247.0, + "step": 11195 + }, + { + "entropy": 5.5932549953460695, + "epoch": 0.8714257926473449, + "grad_norm": 0.98828125, + "learning_rate": 0.0004929347949517739, + "loss": 5.2611, + "mean_token_accuracy": 0.17926668822765351, + "num_tokens": 19429412.0, + "step": 11200 + }, + { + "entropy": 5.6364013195037845, + "epoch": 0.8718148220190625, + "grad_norm": 1.046875, + "learning_rate": 0.0004929279024315516, + "loss": 5.2784, + "mean_token_accuracy": 0.17603185027837753, + "num_tokens": 19437551.0, + "step": 11205 + }, + { + "entropy": 5.485786294937133, + "epoch": 0.87220385139078, + "grad_norm": 1.046875, + "learning_rate": 0.0004929210066046204, + "loss": 5.1146, + "mean_token_accuracy": 0.18575400859117508, + "num_tokens": 19446356.0, + "step": 11210 + }, + { + "entropy": 5.520040130615234, + "epoch": 0.8725928807624975, + "grad_norm": 1.171875, + "learning_rate": 0.0004929141074710847, + "loss": 5.0717, + "mean_token_accuracy": 0.1946109265089035, + "num_tokens": 19454142.0, + "step": 11215 + }, + { + "entropy": 5.670002174377442, + "epoch": 0.8729819101342151, + "grad_norm": 1.1171875, + "learning_rate": 0.0004929072050310491, + "loss": 5.4074, + "mean_token_accuracy": 0.17953050434589385, + "num_tokens": 19462849.0, + "step": 11220 + }, + { + "entropy": 5.5909703254699705, + "epoch": 0.8733709395059327, + "grad_norm": 0.9609375, + "learning_rate": 0.0004929002992846188, + "loss": 5.193, + "mean_token_accuracy": 0.18888701349496842, + "num_tokens": 19471287.0, + "step": 11225 + }, + { + "entropy": 5.561498641967773, + "epoch": 0.8737599688776503, + "grad_norm": 0.9921875, + "learning_rate": 0.0004928933902318981, + "loss": 5.2528, + "mean_token_accuracy": 0.18399422168731688, + "num_tokens": 19480661.0, + "step": 11230 + }, + { + "entropy": 5.533779668807983, + "epoch": 0.8741489982493679, + "grad_norm": 1.1171875, + "learning_rate": 0.000492886477872992, + "loss": 5.1471, + "mean_token_accuracy": 0.18641835153102876, + "num_tokens": 19489716.0, + "step": 11235 + }, + { + "entropy": 5.57474718093872, + "epoch": 0.8745380276210853, + "grad_norm": 1.03125, + "learning_rate": 0.0004928795622080054, + "loss": 5.3063, + "mean_token_accuracy": 0.17456687539815902, + "num_tokens": 19499019.0, + "step": 11240 + }, + { + "entropy": 5.605775833129883, + "epoch": 0.8749270569928029, + "grad_norm": 1.0859375, + "learning_rate": 0.0004928726432370434, + "loss": 5.2192, + "mean_token_accuracy": 0.1802779272198677, + "num_tokens": 19507281.0, + "step": 11245 + }, + { + "entropy": 5.610700082778931, + "epoch": 0.8753160863645205, + "grad_norm": 1.0, + "learning_rate": 0.0004928657209602107, + "loss": 5.2847, + "mean_token_accuracy": 0.18476818650960922, + "num_tokens": 19516196.0, + "step": 11250 + }, + { + "entropy": 5.642573118209839, + "epoch": 0.8757051157362381, + "grad_norm": 1.1015625, + "learning_rate": 0.0004928587953776125, + "loss": 5.3296, + "mean_token_accuracy": 0.180398653447628, + "num_tokens": 19523966.0, + "step": 11255 + }, + { + "entropy": 5.600365209579468, + "epoch": 0.8760941451079557, + "grad_norm": 1.0078125, + "learning_rate": 0.0004928518664893538, + "loss": 5.2168, + "mean_token_accuracy": 0.18617233783006668, + "num_tokens": 19532848.0, + "step": 11260 + }, + { + "entropy": 5.604321670532227, + "epoch": 0.8764831744796732, + "grad_norm": 1.0, + "learning_rate": 0.0004928449342955397, + "loss": 5.173, + "mean_token_accuracy": 0.1872447833418846, + "num_tokens": 19540929.0, + "step": 11265 + }, + { + "entropy": 5.581634998321533, + "epoch": 0.8768722038513908, + "grad_norm": 1.0078125, + "learning_rate": 0.0004928379987962756, + "loss": 5.2973, + "mean_token_accuracy": 0.18030138611793517, + "num_tokens": 19549628.0, + "step": 11270 + }, + { + "entropy": 5.570932006835937, + "epoch": 0.8772612332231083, + "grad_norm": 0.94140625, + "learning_rate": 0.0004928310599916666, + "loss": 5.2263, + "mean_token_accuracy": 0.17789763808250428, + "num_tokens": 19559002.0, + "step": 11275 + }, + { + "entropy": 5.542447948455811, + "epoch": 0.8776502625948259, + "grad_norm": 0.99609375, + "learning_rate": 0.0004928241178818178, + "loss": 5.2356, + "mean_token_accuracy": 0.18643411099910737, + "num_tokens": 19567757.0, + "step": 11280 + }, + { + "entropy": 5.567806720733643, + "epoch": 0.8780392919665435, + "grad_norm": 1.078125, + "learning_rate": 0.0004928171724668349, + "loss": 5.1583, + "mean_token_accuracy": 0.1914148211479187, + "num_tokens": 19576595.0, + "step": 11285 + }, + { + "entropy": 5.561897420883179, + "epoch": 0.878428321338261, + "grad_norm": 1.03125, + "learning_rate": 0.0004928102237468229, + "loss": 5.2833, + "mean_token_accuracy": 0.1743113860487938, + "num_tokens": 19585237.0, + "step": 11290 + }, + { + "entropy": 5.543961858749389, + "epoch": 0.8788173507099786, + "grad_norm": 1.0, + "learning_rate": 0.0004928032717218876, + "loss": 5.1654, + "mean_token_accuracy": 0.18875022381544113, + "num_tokens": 19594474.0, + "step": 11295 + }, + { + "entropy": 5.594764471054077, + "epoch": 0.8792063800816962, + "grad_norm": 0.9921875, + "learning_rate": 0.0004927963163921343, + "loss": 5.2284, + "mean_token_accuracy": 0.18037258833646774, + "num_tokens": 19603121.0, + "step": 11300 + }, + { + "entropy": 5.601225233078003, + "epoch": 0.8795954094534137, + "grad_norm": 1.0625, + "learning_rate": 0.0004927893577576685, + "loss": 5.2675, + "mean_token_accuracy": 0.17438744902610778, + "num_tokens": 19611820.0, + "step": 11305 + }, + { + "entropy": 5.611231136322021, + "epoch": 0.8799844388251313, + "grad_norm": 1.0859375, + "learning_rate": 0.0004927823958185959, + "loss": 5.2726, + "mean_token_accuracy": 0.17634943276643752, + "num_tokens": 19620265.0, + "step": 11310 + }, + { + "entropy": 5.5194563388824465, + "epoch": 0.8803734681968488, + "grad_norm": 1.0703125, + "learning_rate": 0.000492775430575022, + "loss": 5.1281, + "mean_token_accuracy": 0.18874654918909073, + "num_tokens": 19628847.0, + "step": 11315 + }, + { + "entropy": 5.572307443618774, + "epoch": 0.8807624975685664, + "grad_norm": 1.0, + "learning_rate": 0.0004927684620270527, + "loss": 5.2715, + "mean_token_accuracy": 0.17843253910541534, + "num_tokens": 19637636.0, + "step": 11320 + }, + { + "entropy": 5.580016994476319, + "epoch": 0.881151526940284, + "grad_norm": 0.9765625, + "learning_rate": 0.0004927614901747935, + "loss": 5.2601, + "mean_token_accuracy": 0.17520082592964173, + "num_tokens": 19646663.0, + "step": 11325 + }, + { + "entropy": 5.566559314727783, + "epoch": 0.8815405563120016, + "grad_norm": 0.96484375, + "learning_rate": 0.0004927545150183503, + "loss": 5.2449, + "mean_token_accuracy": 0.1823139652609825, + "num_tokens": 19655382.0, + "step": 11330 + }, + { + "entropy": 5.6002599716186525, + "epoch": 0.8819295856837192, + "grad_norm": 1.1015625, + "learning_rate": 0.000492747536557829, + "loss": 5.2483, + "mean_token_accuracy": 0.18012526333332063, + "num_tokens": 19663851.0, + "step": 11335 + }, + { + "entropy": 5.533693838119507, + "epoch": 0.8823186150554367, + "grad_norm": 1.0234375, + "learning_rate": 0.0004927405547933353, + "loss": 5.1974, + "mean_token_accuracy": 0.18573353439569473, + "num_tokens": 19672813.0, + "step": 11340 + }, + { + "entropy": 5.539177131652832, + "epoch": 0.8827076444271542, + "grad_norm": 0.95703125, + "learning_rate": 0.0004927335697249753, + "loss": 5.2123, + "mean_token_accuracy": 0.18426472693681717, + "num_tokens": 19682240.0, + "step": 11345 + }, + { + "entropy": 5.614029788970948, + "epoch": 0.8830966737988718, + "grad_norm": 0.96875, + "learning_rate": 0.0004927265813528549, + "loss": 5.2434, + "mean_token_accuracy": 0.18493151366710664, + "num_tokens": 19691080.0, + "step": 11350 + }, + { + "entropy": 5.5532654285430905, + "epoch": 0.8834857031705894, + "grad_norm": 1.0546875, + "learning_rate": 0.0004927195896770804, + "loss": 5.2149, + "mean_token_accuracy": 0.1877192348241806, + "num_tokens": 19700067.0, + "step": 11355 + }, + { + "entropy": 5.564739751815796, + "epoch": 0.883874732542307, + "grad_norm": 0.953125, + "learning_rate": 0.0004927125946977574, + "loss": 5.2165, + "mean_token_accuracy": 0.18785863220691681, + "num_tokens": 19708236.0, + "step": 11360 + }, + { + "entropy": 5.613015508651733, + "epoch": 0.8842637619140246, + "grad_norm": 0.98828125, + "learning_rate": 0.0004927055964149923, + "loss": 5.3186, + "mean_token_accuracy": 0.17818626910448074, + "num_tokens": 19717225.0, + "step": 11365 + }, + { + "entropy": 5.571978330612183, + "epoch": 0.884652791285742, + "grad_norm": 1.0546875, + "learning_rate": 0.0004926985948288914, + "loss": 5.2881, + "mean_token_accuracy": 0.18456368744373322, + "num_tokens": 19725169.0, + "step": 11370 + }, + { + "entropy": 5.577036380767822, + "epoch": 0.8850418206574596, + "grad_norm": 1.0078125, + "learning_rate": 0.0004926915899395608, + "loss": 5.2417, + "mean_token_accuracy": 0.18141117095947265, + "num_tokens": 19733937.0, + "step": 11375 + }, + { + "entropy": 5.558797407150268, + "epoch": 0.8854308500291772, + "grad_norm": 0.9296875, + "learning_rate": 0.0004926845817471068, + "loss": 5.2136, + "mean_token_accuracy": 0.1888299435377121, + "num_tokens": 19742661.0, + "step": 11380 + }, + { + "entropy": 5.557267141342163, + "epoch": 0.8858198794008948, + "grad_norm": 1.09375, + "learning_rate": 0.0004926775702516358, + "loss": 5.2719, + "mean_token_accuracy": 0.18594897389411927, + "num_tokens": 19751314.0, + "step": 11385 + }, + { + "entropy": 5.56416883468628, + "epoch": 0.8862089087726124, + "grad_norm": 1.1328125, + "learning_rate": 0.0004926705554532541, + "loss": 5.1888, + "mean_token_accuracy": 0.18841622024774551, + "num_tokens": 19760144.0, + "step": 11390 + }, + { + "entropy": 5.524991369247436, + "epoch": 0.8865979381443299, + "grad_norm": 1.0078125, + "learning_rate": 0.0004926635373520682, + "loss": 5.2239, + "mean_token_accuracy": 0.18619260638952256, + "num_tokens": 19768574.0, + "step": 11395 + }, + { + "entropy": 5.64219856262207, + "epoch": 0.8869869675160474, + "grad_norm": 0.9375, + "learning_rate": 0.0004926565159481845, + "loss": 5.3191, + "mean_token_accuracy": 0.17071154564619065, + "num_tokens": 19778383.0, + "step": 11400 + }, + { + "entropy": 5.601290607452393, + "epoch": 0.887375996887765, + "grad_norm": 1.046875, + "learning_rate": 0.0004926494912417097, + "loss": 5.2354, + "mean_token_accuracy": 0.18004339337348937, + "num_tokens": 19787707.0, + "step": 11405 + }, + { + "entropy": 5.560062980651855, + "epoch": 0.8877650262594826, + "grad_norm": 1.109375, + "learning_rate": 0.0004926424632327503, + "loss": 5.1376, + "mean_token_accuracy": 0.19575420916080474, + "num_tokens": 19795909.0, + "step": 11410 + }, + { + "entropy": 5.5401817798614506, + "epoch": 0.8881540556312002, + "grad_norm": 1.046875, + "learning_rate": 0.0004926354319214129, + "loss": 5.1953, + "mean_token_accuracy": 0.18430671989917755, + "num_tokens": 19804094.0, + "step": 11415 + }, + { + "entropy": 5.539868402481079, + "epoch": 0.8885430850029177, + "grad_norm": 0.99609375, + "learning_rate": 0.0004926283973078041, + "loss": 5.1239, + "mean_token_accuracy": 0.1864701583981514, + "num_tokens": 19813061.0, + "step": 11420 + }, + { + "entropy": 5.537631607055664, + "epoch": 0.8889321143746353, + "grad_norm": 1.0859375, + "learning_rate": 0.0004926213593920309, + "loss": 5.1304, + "mean_token_accuracy": 0.18844262659549713, + "num_tokens": 19821432.0, + "step": 11425 + }, + { + "entropy": 5.534033918380738, + "epoch": 0.8893211437463528, + "grad_norm": 1.0390625, + "learning_rate": 0.0004926143181742, + "loss": 5.2619, + "mean_token_accuracy": 0.18274474889039993, + "num_tokens": 19830278.0, + "step": 11430 + }, + { + "entropy": 5.484698867797851, + "epoch": 0.8897101731180704, + "grad_norm": 1.0703125, + "learning_rate": 0.0004926072736544181, + "loss": 5.1851, + "mean_token_accuracy": 0.18690072298049926, + "num_tokens": 19838872.0, + "step": 11435 + }, + { + "entropy": 5.690390682220459, + "epoch": 0.890099202489788, + "grad_norm": 1.0625, + "learning_rate": 0.0004926002258327922, + "loss": 5.3336, + "mean_token_accuracy": 0.17416208684444429, + "num_tokens": 19848032.0, + "step": 11440 + }, + { + "entropy": 5.54075140953064, + "epoch": 0.8904882318615055, + "grad_norm": 1.0703125, + "learning_rate": 0.0004925931747094292, + "loss": 5.1781, + "mean_token_accuracy": 0.19017433375120163, + "num_tokens": 19856711.0, + "step": 11445 + }, + { + "entropy": 5.4594920635223385, + "epoch": 0.8908772612332231, + "grad_norm": 1.0, + "learning_rate": 0.0004925861202844361, + "loss": 5.159, + "mean_token_accuracy": 0.18697929084300996, + "num_tokens": 19865643.0, + "step": 11450 + }, + { + "entropy": 5.6099518775939945, + "epoch": 0.8912662906049407, + "grad_norm": 1.0859375, + "learning_rate": 0.00049257906255792, + "loss": 5.1876, + "mean_token_accuracy": 0.18538541793823243, + "num_tokens": 19874029.0, + "step": 11455 + }, + { + "entropy": 5.695240879058838, + "epoch": 0.8916553199766583, + "grad_norm": 1.0546875, + "learning_rate": 0.000492572001529988, + "loss": 5.3215, + "mean_token_accuracy": 0.1739617884159088, + "num_tokens": 19883347.0, + "step": 11460 + }, + { + "entropy": 5.5936840057373045, + "epoch": 0.8920443493483758, + "grad_norm": 1.03125, + "learning_rate": 0.0004925649372007469, + "loss": 5.2334, + "mean_token_accuracy": 0.18081674426794053, + "num_tokens": 19891822.0, + "step": 11465 + }, + { + "entropy": 5.542414236068725, + "epoch": 0.8924333787200933, + "grad_norm": 1.0546875, + "learning_rate": 0.0004925578695703045, + "loss": 5.2073, + "mean_token_accuracy": 0.18402115106582642, + "num_tokens": 19899899.0, + "step": 11470 + }, + { + "entropy": 5.615783596038819, + "epoch": 0.8928224080918109, + "grad_norm": 1.0546875, + "learning_rate": 0.0004925507986387676, + "loss": 5.3499, + "mean_token_accuracy": 0.1817229986190796, + "num_tokens": 19908189.0, + "step": 11475 + }, + { + "entropy": 5.603460025787354, + "epoch": 0.8932114374635285, + "grad_norm": 1.0703125, + "learning_rate": 0.0004925437244062436, + "loss": 5.2289, + "mean_token_accuracy": 0.18272948861122132, + "num_tokens": 19916166.0, + "step": 11480 + }, + { + "entropy": 5.578334140777588, + "epoch": 0.8936004668352461, + "grad_norm": 1.0546875, + "learning_rate": 0.0004925366468728397, + "loss": 5.258, + "mean_token_accuracy": 0.18450478911399842, + "num_tokens": 19924222.0, + "step": 11485 + }, + { + "entropy": 5.590497207641602, + "epoch": 0.8939894962069637, + "grad_norm": 1.046875, + "learning_rate": 0.0004925295660386635, + "loss": 5.3365, + "mean_token_accuracy": 0.17275031358003617, + "num_tokens": 19931925.0, + "step": 11490 + }, + { + "entropy": 5.6280303478240965, + "epoch": 0.8943785255786811, + "grad_norm": 0.96484375, + "learning_rate": 0.0004925224819038224, + "loss": 5.2975, + "mean_token_accuracy": 0.17913747429847718, + "num_tokens": 19940432.0, + "step": 11495 + }, + { + "entropy": 5.651538848876953, + "epoch": 0.8947675549503987, + "grad_norm": 1.0390625, + "learning_rate": 0.0004925153944684239, + "loss": 5.2575, + "mean_token_accuracy": 0.18198974430561066, + "num_tokens": 19948013.0, + "step": 11500 + }, + { + "entropy": 5.606874275207519, + "epoch": 0.8951565843221163, + "grad_norm": 1.015625, + "learning_rate": 0.0004925083037325754, + "loss": 5.209, + "mean_token_accuracy": 0.18693881630897521, + "num_tokens": 19956161.0, + "step": 11505 + }, + { + "entropy": 5.617755317687989, + "epoch": 0.8955456136938339, + "grad_norm": 1.078125, + "learning_rate": 0.0004925012096963847, + "loss": 5.2167, + "mean_token_accuracy": 0.18931137770414352, + "num_tokens": 19964533.0, + "step": 11510 + }, + { + "entropy": 5.621380090713501, + "epoch": 0.8959346430655515, + "grad_norm": 0.9609375, + "learning_rate": 0.0004924941123599593, + "loss": 5.2355, + "mean_token_accuracy": 0.17782522588968278, + "num_tokens": 19973915.0, + "step": 11515 + }, + { + "entropy": 5.530047512054443, + "epoch": 0.896323672437269, + "grad_norm": 1.0390625, + "learning_rate": 0.0004924870117234069, + "loss": 5.2394, + "mean_token_accuracy": 0.188034388422966, + "num_tokens": 19983422.0, + "step": 11520 + }, + { + "entropy": 5.622419643402099, + "epoch": 0.8967127018089865, + "grad_norm": 1.0546875, + "learning_rate": 0.0004924799077868353, + "loss": 5.2241, + "mean_token_accuracy": 0.1840212181210518, + "num_tokens": 19992185.0, + "step": 11525 + }, + { + "entropy": 5.5831623554229735, + "epoch": 0.8971017311807041, + "grad_norm": 1.0390625, + "learning_rate": 0.0004924728005503522, + "loss": 5.1004, + "mean_token_accuracy": 0.18779225796461105, + "num_tokens": 20000735.0, + "step": 11530 + }, + { + "entropy": 5.545327997207641, + "epoch": 0.8974907605524217, + "grad_norm": 1.03125, + "learning_rate": 0.0004924656900140655, + "loss": 5.2902, + "mean_token_accuracy": 0.17554701268672943, + "num_tokens": 20009758.0, + "step": 11535 + }, + { + "entropy": 5.603372097015381, + "epoch": 0.8978797899241393, + "grad_norm": 1.0625, + "learning_rate": 0.0004924585761780831, + "loss": 5.1948, + "mean_token_accuracy": 0.17806044071912766, + "num_tokens": 20018369.0, + "step": 11540 + }, + { + "entropy": 5.624592399597168, + "epoch": 0.8982688192958569, + "grad_norm": 0.984375, + "learning_rate": 0.000492451459042513, + "loss": 5.3285, + "mean_token_accuracy": 0.17919426411390305, + "num_tokens": 20027469.0, + "step": 11545 + }, + { + "entropy": 5.624192953109741, + "epoch": 0.8986578486675744, + "grad_norm": 1.015625, + "learning_rate": 0.000492444338607463, + "loss": 5.2582, + "mean_token_accuracy": 0.17606842666864395, + "num_tokens": 20035504.0, + "step": 11550 + }, + { + "entropy": 5.585523986816407, + "epoch": 0.899046878039292, + "grad_norm": 0.94921875, + "learning_rate": 0.0004924372148730413, + "loss": 5.2058, + "mean_token_accuracy": 0.185841403901577, + "num_tokens": 20045272.0, + "step": 11555 + }, + { + "entropy": 5.60908145904541, + "epoch": 0.8994359074110095, + "grad_norm": 1.0625, + "learning_rate": 0.000492430087839356, + "loss": 5.1828, + "mean_token_accuracy": 0.17990866750478746, + "num_tokens": 20054041.0, + "step": 11560 + }, + { + "entropy": 5.595246839523315, + "epoch": 0.8998249367827271, + "grad_norm": 1.046875, + "learning_rate": 0.0004924229575065152, + "loss": 5.1397, + "mean_token_accuracy": 0.18688782304525375, + "num_tokens": 20062337.0, + "step": 11565 + }, + { + "entropy": 5.59883394241333, + "epoch": 0.9002139661544447, + "grad_norm": 1.03125, + "learning_rate": 0.000492415823874627, + "loss": 5.3005, + "mean_token_accuracy": 0.18323544561862945, + "num_tokens": 20070767.0, + "step": 11570 + }, + { + "entropy": 5.641075658798218, + "epoch": 0.9006029955261622, + "grad_norm": 1.0234375, + "learning_rate": 0.0004924086869437998, + "loss": 5.2312, + "mean_token_accuracy": 0.18289690613746643, + "num_tokens": 20079791.0, + "step": 11575 + }, + { + "entropy": 5.533980131149292, + "epoch": 0.9009920248978798, + "grad_norm": 1.0703125, + "learning_rate": 0.0004924015467141417, + "loss": 5.1448, + "mean_token_accuracy": 0.1933038979768753, + "num_tokens": 20088458.0, + "step": 11580 + }, + { + "entropy": 5.55244255065918, + "epoch": 0.9013810542695974, + "grad_norm": 1.0546875, + "learning_rate": 0.0004923944031857613, + "loss": 5.2323, + "mean_token_accuracy": 0.18602312207221985, + "num_tokens": 20097559.0, + "step": 11585 + }, + { + "entropy": 5.557593774795532, + "epoch": 0.901770083641315, + "grad_norm": 1.125, + "learning_rate": 0.0004923872563587668, + "loss": 5.1133, + "mean_token_accuracy": 0.18994313031435012, + "num_tokens": 20105403.0, + "step": 11590 + }, + { + "entropy": 5.5447690963745115, + "epoch": 0.9021591130130325, + "grad_norm": 0.9609375, + "learning_rate": 0.0004923801062332666, + "loss": 5.2811, + "mean_token_accuracy": 0.1810198172926903, + "num_tokens": 20115073.0, + "step": 11595 + }, + { + "entropy": 5.567190790176392, + "epoch": 0.90254814238475, + "grad_norm": 0.91015625, + "learning_rate": 0.0004923729528093694, + "loss": 5.2339, + "mean_token_accuracy": 0.1837710052728653, + "num_tokens": 20124064.0, + "step": 11600 + }, + { + "entropy": 5.6408944606781, + "epoch": 0.9029371717564676, + "grad_norm": 0.9921875, + "learning_rate": 0.0004923657960871836, + "loss": 5.2598, + "mean_token_accuracy": 0.1861104279756546, + "num_tokens": 20133364.0, + "step": 11605 + }, + { + "entropy": 5.522456264495849, + "epoch": 0.9033262011281852, + "grad_norm": 1.0, + "learning_rate": 0.0004923586360668178, + "loss": 5.2477, + "mean_token_accuracy": 0.18813441842794418, + "num_tokens": 20142099.0, + "step": 11610 + }, + { + "entropy": 5.520290374755859, + "epoch": 0.9037152304999028, + "grad_norm": 1.0078125, + "learning_rate": 0.0004923514727483807, + "loss": 5.1612, + "mean_token_accuracy": 0.1874850645661354, + "num_tokens": 20150421.0, + "step": 11615 + }, + { + "entropy": 5.663409996032715, + "epoch": 0.9041042598716204, + "grad_norm": 1.0234375, + "learning_rate": 0.000492344306131981, + "loss": 5.3422, + "mean_token_accuracy": 0.1832484483718872, + "num_tokens": 20159294.0, + "step": 11620 + }, + { + "entropy": 5.708253479003906, + "epoch": 0.9044932892433378, + "grad_norm": 1.0703125, + "learning_rate": 0.0004923371362177272, + "loss": 5.3649, + "mean_token_accuracy": 0.1757899656891823, + "num_tokens": 20168082.0, + "step": 11625 + }, + { + "entropy": 5.584841966629028, + "epoch": 0.9048823186150554, + "grad_norm": 1.0234375, + "learning_rate": 0.0004923299630057284, + "loss": 5.2081, + "mean_token_accuracy": 0.1820903718471527, + "num_tokens": 20176933.0, + "step": 11630 + }, + { + "entropy": 5.540671443939209, + "epoch": 0.905271347986773, + "grad_norm": 1.078125, + "learning_rate": 0.0004923227864960934, + "loss": 5.2794, + "mean_token_accuracy": 0.17453427761793136, + "num_tokens": 20185507.0, + "step": 11635 + }, + { + "entropy": 5.605735445022583, + "epoch": 0.9056603773584906, + "grad_norm": 1.0234375, + "learning_rate": 0.000492315606688931, + "loss": 5.2574, + "mean_token_accuracy": 0.177498459815979, + "num_tokens": 20195206.0, + "step": 11640 + }, + { + "entropy": 5.625205755233765, + "epoch": 0.9060494067302082, + "grad_norm": 1.03125, + "learning_rate": 0.0004923084235843501, + "loss": 5.1937, + "mean_token_accuracy": 0.18607475608587265, + "num_tokens": 20203290.0, + "step": 11645 + }, + { + "entropy": 5.608852338790894, + "epoch": 0.9064384361019256, + "grad_norm": 1.0234375, + "learning_rate": 0.0004923012371824598, + "loss": 5.2899, + "mean_token_accuracy": 0.18109551817178726, + "num_tokens": 20211808.0, + "step": 11650 + }, + { + "entropy": 5.60735445022583, + "epoch": 0.9068274654736432, + "grad_norm": 1.0, + "learning_rate": 0.000492294047483369, + "loss": 5.2899, + "mean_token_accuracy": 0.17620816230773925, + "num_tokens": 20219980.0, + "step": 11655 + }, + { + "entropy": 5.603135490417481, + "epoch": 0.9072164948453608, + "grad_norm": 1.171875, + "learning_rate": 0.0004922868544871869, + "loss": 5.199, + "mean_token_accuracy": 0.1814394325017929, + "num_tokens": 20227880.0, + "step": 11660 + }, + { + "entropy": 5.566473293304443, + "epoch": 0.9076055242170784, + "grad_norm": 1.03125, + "learning_rate": 0.0004922796581940227, + "loss": 5.2498, + "mean_token_accuracy": 0.17335233688354493, + "num_tokens": 20237023.0, + "step": 11665 + }, + { + "entropy": 5.651862764358521, + "epoch": 0.907994553588796, + "grad_norm": 1.0703125, + "learning_rate": 0.0004922724586039855, + "loss": 5.2771, + "mean_token_accuracy": 0.18511938005685807, + "num_tokens": 20246046.0, + "step": 11670 + }, + { + "entropy": 5.653235149383545, + "epoch": 0.9083835829605135, + "grad_norm": 1.078125, + "learning_rate": 0.0004922652557171846, + "loss": 5.2333, + "mean_token_accuracy": 0.18508571535348892, + "num_tokens": 20254392.0, + "step": 11675 + }, + { + "entropy": 5.499700450897217, + "epoch": 0.9087726123322311, + "grad_norm": 0.984375, + "learning_rate": 0.0004922580495337292, + "loss": 5.1756, + "mean_token_accuracy": 0.19320632070302962, + "num_tokens": 20263529.0, + "step": 11680 + }, + { + "entropy": 5.548214721679687, + "epoch": 0.9091616417039486, + "grad_norm": 0.99609375, + "learning_rate": 0.0004922508400537288, + "loss": 5.2404, + "mean_token_accuracy": 0.1841256469488144, + "num_tokens": 20272226.0, + "step": 11685 + }, + { + "entropy": 5.595594263076782, + "epoch": 0.9095506710756662, + "grad_norm": 1.0234375, + "learning_rate": 0.0004922436272772926, + "loss": 5.3296, + "mean_token_accuracy": 0.177712844312191, + "num_tokens": 20281084.0, + "step": 11690 + }, + { + "entropy": 5.635180997848511, + "epoch": 0.9099397004473838, + "grad_norm": 0.9453125, + "learning_rate": 0.0004922364112045301, + "loss": 5.3248, + "mean_token_accuracy": 0.1799636960029602, + "num_tokens": 20290137.0, + "step": 11695 + }, + { + "entropy": 5.600505590438843, + "epoch": 0.9103287298191013, + "grad_norm": 0.97265625, + "learning_rate": 0.000492229191835551, + "loss": 5.1546, + "mean_token_accuracy": 0.1916367456316948, + "num_tokens": 20298305.0, + "step": 11700 + }, + { + "entropy": 5.579301881790161, + "epoch": 0.9107177591908189, + "grad_norm": 1.0703125, + "learning_rate": 0.0004922219691704645, + "loss": 5.2553, + "mean_token_accuracy": 0.18313340246677398, + "num_tokens": 20306289.0, + "step": 11705 + }, + { + "entropy": 5.662560224533081, + "epoch": 0.9111067885625365, + "grad_norm": 0.9140625, + "learning_rate": 0.0004922147432093805, + "loss": 5.3548, + "mean_token_accuracy": 0.17701133638620375, + "num_tokens": 20314826.0, + "step": 11710 + }, + { + "entropy": 5.752644395828247, + "epoch": 0.911495817934254, + "grad_norm": 1.0, + "learning_rate": 0.0004922075139524083, + "loss": 5.4056, + "mean_token_accuracy": 0.175945183634758, + "num_tokens": 20323244.0, + "step": 11715 + }, + { + "entropy": 5.622629976272583, + "epoch": 0.9118848473059716, + "grad_norm": 1.0390625, + "learning_rate": 0.000492200281399658, + "loss": 5.2736, + "mean_token_accuracy": 0.1812812015414238, + "num_tokens": 20331943.0, + "step": 11720 + }, + { + "entropy": 5.612500905990601, + "epoch": 0.9122738766776891, + "grad_norm": 1.046875, + "learning_rate": 0.000492193045551239, + "loss": 5.266, + "mean_token_accuracy": 0.18122062236070632, + "num_tokens": 20339940.0, + "step": 11725 + }, + { + "entropy": 5.620996332168579, + "epoch": 0.9126629060494067, + "grad_norm": 1.0234375, + "learning_rate": 0.0004921858064072612, + "loss": 5.1365, + "mean_token_accuracy": 0.19238802194595336, + "num_tokens": 20348556.0, + "step": 11730 + }, + { + "entropy": 5.5794899463653564, + "epoch": 0.9130519354211243, + "grad_norm": 1.0390625, + "learning_rate": 0.0004921785639678347, + "loss": 5.3007, + "mean_token_accuracy": 0.18118222057819366, + "num_tokens": 20356909.0, + "step": 11735 + }, + { + "entropy": 5.573252820968628, + "epoch": 0.9134409647928419, + "grad_norm": 0.9921875, + "learning_rate": 0.000492171318233069, + "loss": 5.2064, + "mean_token_accuracy": 0.18613381087779998, + "num_tokens": 20365496.0, + "step": 11740 + }, + { + "entropy": 5.565127563476563, + "epoch": 0.9138299941645595, + "grad_norm": 1.125, + "learning_rate": 0.0004921640692030742, + "loss": 5.2117, + "mean_token_accuracy": 0.17876050174236296, + "num_tokens": 20374763.0, + "step": 11745 + }, + { + "entropy": 5.621012020111084, + "epoch": 0.914219023536277, + "grad_norm": 0.9609375, + "learning_rate": 0.0004921568168779603, + "loss": 5.2696, + "mean_token_accuracy": 0.18280390948057174, + "num_tokens": 20383861.0, + "step": 11750 + }, + { + "entropy": 5.596376609802246, + "epoch": 0.9146080529079945, + "grad_norm": 1.0546875, + "learning_rate": 0.0004921495612578374, + "loss": 5.2338, + "mean_token_accuracy": 0.18635621815919876, + "num_tokens": 20392004.0, + "step": 11755 + }, + { + "entropy": 5.586753511428833, + "epoch": 0.9149970822797121, + "grad_norm": 1.0, + "learning_rate": 0.0004921423023428156, + "loss": 5.2483, + "mean_token_accuracy": 0.1805921122431755, + "num_tokens": 20401078.0, + "step": 11760 + }, + { + "entropy": 5.716629838943481, + "epoch": 0.9153861116514297, + "grad_norm": 1.0390625, + "learning_rate": 0.0004921350401330049, + "loss": 5.3885, + "mean_token_accuracy": 0.1775798335671425, + "num_tokens": 20409347.0, + "step": 11765 + }, + { + "entropy": 5.639980840682983, + "epoch": 0.9157751410231473, + "grad_norm": 0.96875, + "learning_rate": 0.0004921277746285155, + "loss": 5.2008, + "mean_token_accuracy": 0.18508629202842714, + "num_tokens": 20417862.0, + "step": 11770 + }, + { + "entropy": 5.571254396438599, + "epoch": 0.9161641703948649, + "grad_norm": 0.984375, + "learning_rate": 0.0004921205058294579, + "loss": 5.1737, + "mean_token_accuracy": 0.182348795235157, + "num_tokens": 20426556.0, + "step": 11775 + }, + { + "entropy": 5.616962146759033, + "epoch": 0.9165531997665823, + "grad_norm": 1.03125, + "learning_rate": 0.000492113233735942, + "loss": 5.2984, + "mean_token_accuracy": 0.17478732466697694, + "num_tokens": 20435336.0, + "step": 11780 + }, + { + "entropy": 5.635888338088989, + "epoch": 0.9169422291382999, + "grad_norm": 1.046875, + "learning_rate": 0.0004921059583480785, + "loss": 5.2709, + "mean_token_accuracy": 0.18073137998580932, + "num_tokens": 20443884.0, + "step": 11785 + }, + { + "entropy": 5.597980737686157, + "epoch": 0.9173312585100175, + "grad_norm": 1.125, + "learning_rate": 0.0004920986796659775, + "loss": 5.1513, + "mean_token_accuracy": 0.19192586243152618, + "num_tokens": 20451953.0, + "step": 11790 + }, + { + "entropy": 5.613115549087524, + "epoch": 0.9177202878817351, + "grad_norm": 1.0078125, + "learning_rate": 0.0004920913976897498, + "loss": 5.3187, + "mean_token_accuracy": 0.17904930114746093, + "num_tokens": 20461480.0, + "step": 11795 + }, + { + "entropy": 5.634077072143555, + "epoch": 0.9181093172534527, + "grad_norm": 1.0, + "learning_rate": 0.0004920841124195055, + "loss": 5.2714, + "mean_token_accuracy": 0.18011463135480882, + "num_tokens": 20470324.0, + "step": 11800 + }, + { + "entropy": 5.636455869674682, + "epoch": 0.9184983466251702, + "grad_norm": 1.09375, + "learning_rate": 0.0004920768238553554, + "loss": 5.2506, + "mean_token_accuracy": 0.17263836711645125, + "num_tokens": 20478795.0, + "step": 11805 + }, + { + "entropy": 5.630564832687378, + "epoch": 0.9188873759968877, + "grad_norm": 1.0390625, + "learning_rate": 0.0004920695319974099, + "loss": 5.2127, + "mean_token_accuracy": 0.17268266081809996, + "num_tokens": 20487922.0, + "step": 11810 + }, + { + "entropy": 5.558729791641236, + "epoch": 0.9192764053686053, + "grad_norm": 1.0546875, + "learning_rate": 0.0004920622368457798, + "loss": 5.2279, + "mean_token_accuracy": 0.18797404021024705, + "num_tokens": 20495883.0, + "step": 11815 + }, + { + "entropy": 5.566916799545288, + "epoch": 0.9196654347403229, + "grad_norm": 0.96875, + "learning_rate": 0.0004920549384005759, + "loss": 5.2339, + "mean_token_accuracy": 0.18600052148103713, + "num_tokens": 20504403.0, + "step": 11820 + }, + { + "entropy": 5.5390300273895265, + "epoch": 0.9200544641120405, + "grad_norm": 0.96484375, + "learning_rate": 0.0004920476366619086, + "loss": 5.1362, + "mean_token_accuracy": 0.18456903249025344, + "num_tokens": 20512603.0, + "step": 11825 + }, + { + "entropy": 5.528712606430053, + "epoch": 0.920443493483758, + "grad_norm": 1.0546875, + "learning_rate": 0.000492040331629889, + "loss": 5.1464, + "mean_token_accuracy": 0.18940867483615875, + "num_tokens": 20520764.0, + "step": 11830 + }, + { + "entropy": 5.515203285217285, + "epoch": 0.9208325228554756, + "grad_norm": 1.0078125, + "learning_rate": 0.0004920330233046277, + "loss": 5.1114, + "mean_token_accuracy": 0.19070104360580445, + "num_tokens": 20529648.0, + "step": 11835 + }, + { + "entropy": 5.545785617828369, + "epoch": 0.9212215522271932, + "grad_norm": 1.03125, + "learning_rate": 0.0004920257116862359, + "loss": 5.1884, + "mean_token_accuracy": 0.18282268941402435, + "num_tokens": 20538489.0, + "step": 11840 + }, + { + "entropy": 5.627335500717163, + "epoch": 0.9216105815989107, + "grad_norm": 1.078125, + "learning_rate": 0.0004920183967748241, + "loss": 5.2234, + "mean_token_accuracy": 0.1882409244775772, + "num_tokens": 20548042.0, + "step": 11845 + }, + { + "entropy": 5.519529390335083, + "epoch": 0.9219996109706283, + "grad_norm": 1.1171875, + "learning_rate": 0.0004920110785705037, + "loss": 5.1319, + "mean_token_accuracy": 0.19773521423339843, + "num_tokens": 20556559.0, + "step": 11850 + }, + { + "entropy": 5.616936302185058, + "epoch": 0.9223886403423458, + "grad_norm": 1.015625, + "learning_rate": 0.0004920037570733857, + "loss": 5.3601, + "mean_token_accuracy": 0.17323828786611556, + "num_tokens": 20566162.0, + "step": 11855 + }, + { + "entropy": 5.569246625900268, + "epoch": 0.9227776697140634, + "grad_norm": 1.046875, + "learning_rate": 0.0004919964322835809, + "loss": 5.079, + "mean_token_accuracy": 0.18907299637794495, + "num_tokens": 20574575.0, + "step": 11860 + }, + { + "entropy": 5.516934585571289, + "epoch": 0.923166699085781, + "grad_norm": 0.9609375, + "learning_rate": 0.0004919891042012006, + "loss": 5.1485, + "mean_token_accuracy": 0.18600652366876602, + "num_tokens": 20583394.0, + "step": 11865 + }, + { + "entropy": 5.52619104385376, + "epoch": 0.9235557284574986, + "grad_norm": 1.0, + "learning_rate": 0.0004919817728263562, + "loss": 5.2408, + "mean_token_accuracy": 0.18032786697149278, + "num_tokens": 20592413.0, + "step": 11870 + }, + { + "entropy": 5.617073631286621, + "epoch": 0.9239447578292161, + "grad_norm": 1.046875, + "learning_rate": 0.0004919744381591586, + "loss": 5.1954, + "mean_token_accuracy": 0.1892642930150032, + "num_tokens": 20601403.0, + "step": 11875 + }, + { + "entropy": 5.620344591140747, + "epoch": 0.9243337872009336, + "grad_norm": 1.0234375, + "learning_rate": 0.0004919671001997193, + "loss": 5.2054, + "mean_token_accuracy": 0.18728786259889602, + "num_tokens": 20610342.0, + "step": 11880 + }, + { + "entropy": 5.538076686859131, + "epoch": 0.9247228165726512, + "grad_norm": 1.0546875, + "learning_rate": 0.0004919597589481497, + "loss": 5.2429, + "mean_token_accuracy": 0.17999017089605332, + "num_tokens": 20619120.0, + "step": 11885 + }, + { + "entropy": 5.504708957672119, + "epoch": 0.9251118459443688, + "grad_norm": 1.0078125, + "learning_rate": 0.000491952414404561, + "loss": 5.1829, + "mean_token_accuracy": 0.18458763957023622, + "num_tokens": 20628713.0, + "step": 11890 + }, + { + "entropy": 5.632611227035523, + "epoch": 0.9255008753160864, + "grad_norm": 1.0546875, + "learning_rate": 0.0004919450665690646, + "loss": 5.1919, + "mean_token_accuracy": 0.1825765535235405, + "num_tokens": 20636338.0, + "step": 11895 + }, + { + "entropy": 5.652304840087891, + "epoch": 0.925889904687804, + "grad_norm": 1.046875, + "learning_rate": 0.0004919377154417724, + "loss": 5.206, + "mean_token_accuracy": 0.18461380004882813, + "num_tokens": 20644186.0, + "step": 11900 + }, + { + "entropy": 5.5798900604248045, + "epoch": 0.9262789340595214, + "grad_norm": 1.0546875, + "learning_rate": 0.0004919303610227954, + "loss": 5.297, + "mean_token_accuracy": 0.1846051335334778, + "num_tokens": 20653672.0, + "step": 11905 + }, + { + "entropy": 5.53751573562622, + "epoch": 0.926667963431239, + "grad_norm": 1.0078125, + "learning_rate": 0.0004919230033122457, + "loss": 5.1682, + "mean_token_accuracy": 0.18466526567935942, + "num_tokens": 20662936.0, + "step": 11910 + }, + { + "entropy": 5.576290655136108, + "epoch": 0.9270569928029566, + "grad_norm": 1.0703125, + "learning_rate": 0.0004919156423102345, + "loss": 5.2853, + "mean_token_accuracy": 0.18106285631656646, + "num_tokens": 20671265.0, + "step": 11915 + }, + { + "entropy": 5.69830551147461, + "epoch": 0.9274460221746742, + "grad_norm": 1.0546875, + "learning_rate": 0.0004919082780168736, + "loss": 5.3317, + "mean_token_accuracy": 0.17376079261302949, + "num_tokens": 20680049.0, + "step": 11920 + }, + { + "entropy": 5.562061548233032, + "epoch": 0.9278350515463918, + "grad_norm": 1.0546875, + "learning_rate": 0.0004919009104322751, + "loss": 5.1826, + "mean_token_accuracy": 0.18894292563199996, + "num_tokens": 20688411.0, + "step": 11925 + }, + { + "entropy": 5.60137825012207, + "epoch": 0.9282240809181093, + "grad_norm": 1.1328125, + "learning_rate": 0.0004918935395565503, + "loss": 5.32, + "mean_token_accuracy": 0.17947770953178405, + "num_tokens": 20696012.0, + "step": 11930 + }, + { + "entropy": 5.526535320281982, + "epoch": 0.9286131102898268, + "grad_norm": 1.0546875, + "learning_rate": 0.0004918861653898113, + "loss": 5.2179, + "mean_token_accuracy": 0.18061475604772567, + "num_tokens": 20704135.0, + "step": 11935 + }, + { + "entropy": 5.7018050193786625, + "epoch": 0.9290021396615444, + "grad_norm": 1.0625, + "learning_rate": 0.0004918787879321701, + "loss": 5.2653, + "mean_token_accuracy": 0.17573553174734116, + "num_tokens": 20712529.0, + "step": 11940 + }, + { + "entropy": 5.510839605331421, + "epoch": 0.929391169033262, + "grad_norm": 0.984375, + "learning_rate": 0.0004918714071837384, + "loss": 5.0753, + "mean_token_accuracy": 0.19329824149608613, + "num_tokens": 20721079.0, + "step": 11945 + }, + { + "entropy": 5.610809326171875, + "epoch": 0.9297801984049796, + "grad_norm": 0.91796875, + "learning_rate": 0.0004918640231446282, + "loss": 5.2946, + "mean_token_accuracy": 0.17206631004810333, + "num_tokens": 20730079.0, + "step": 11950 + }, + { + "entropy": 5.698930644989014, + "epoch": 0.9301692277766972, + "grad_norm": 1.03125, + "learning_rate": 0.0004918566358149517, + "loss": 5.3414, + "mean_token_accuracy": 0.1813660055398941, + "num_tokens": 20738200.0, + "step": 11955 + }, + { + "entropy": 5.581767606735229, + "epoch": 0.9305582571484147, + "grad_norm": 1.0390625, + "learning_rate": 0.000491849245194821, + "loss": 5.2213, + "mean_token_accuracy": 0.1870812341570854, + "num_tokens": 20746663.0, + "step": 11960 + }, + { + "entropy": 5.6375360012054445, + "epoch": 0.9309472865201323, + "grad_norm": 1.0546875, + "learning_rate": 0.0004918418512843479, + "loss": 5.3502, + "mean_token_accuracy": 0.17328599691390992, + "num_tokens": 20755990.0, + "step": 11965 + }, + { + "entropy": 5.645804738998413, + "epoch": 0.9313363158918498, + "grad_norm": 1.015625, + "learning_rate": 0.0004918344540836451, + "loss": 5.2362, + "mean_token_accuracy": 0.18012375235557557, + "num_tokens": 20764985.0, + "step": 11970 + }, + { + "entropy": 5.606154727935791, + "epoch": 0.9317253452635674, + "grad_norm": 0.9765625, + "learning_rate": 0.0004918270535928244, + "loss": 5.245, + "mean_token_accuracy": 0.18128650337457658, + "num_tokens": 20773415.0, + "step": 11975 + }, + { + "entropy": 5.61369948387146, + "epoch": 0.932114374635285, + "grad_norm": 0.97265625, + "learning_rate": 0.0004918196498119984, + "loss": 5.2933, + "mean_token_accuracy": 0.17900804430246353, + "num_tokens": 20782611.0, + "step": 11980 + }, + { + "entropy": 5.704798841476441, + "epoch": 0.9325034040070025, + "grad_norm": 0.99609375, + "learning_rate": 0.0004918122427412793, + "loss": 5.3491, + "mean_token_accuracy": 0.1748548462986946, + "num_tokens": 20790859.0, + "step": 11985 + }, + { + "entropy": 5.64494743347168, + "epoch": 0.9328924333787201, + "grad_norm": 1.140625, + "learning_rate": 0.0004918048323807795, + "loss": 5.239, + "mean_token_accuracy": 0.1794994965195656, + "num_tokens": 20798994.0, + "step": 11990 + }, + { + "entropy": 5.607227230072022, + "epoch": 0.9332814627504377, + "grad_norm": 1.0, + "learning_rate": 0.0004917974187306114, + "loss": 5.177, + "mean_token_accuracy": 0.18525816947221757, + "num_tokens": 20807343.0, + "step": 11995 + }, + { + "entropy": 5.60746660232544, + "epoch": 0.9336704921221552, + "grad_norm": 0.97265625, + "learning_rate": 0.0004917900017908875, + "loss": 5.1903, + "mean_token_accuracy": 0.19049548953771592, + "num_tokens": 20815703.0, + "step": 12000 + }, + { + "epoch": 0.9336704921221552, + "eval_entropy": 5.3896784943956035, + "eval_loss": 5.264824867248535, + "eval_mean_token_accuracy": 0.18968257541491276, + "eval_num_tokens": 20815703.0, + "eval_runtime": 21.9373, + "eval_samples_per_second": 1894.398, + "eval_steps_per_second": 236.811, + "step": 12000 + } + ], + "logging_steps": 5, + "max_steps": 128520, + "num_input_tokens_seen": 0, + "num_train_epochs": 10, + "save_steps": 3000, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 4193949829201920.0, + "train_batch_size": 16, + "trial_name": null, + "trial_params": null +} diff --git a/checkpoint-12000/training_args.bin b/checkpoint-12000/training_args.bin new file mode 100644 index 0000000..dd7c32c --- /dev/null +++ b/checkpoint-12000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3d2a68b90360eb655421532420fe46f2b0b1d0c12707e3871f3a554431b82b +size 6289 diff --git a/checkpoint-15000/added_tokens.json b/checkpoint-15000/added_tokens.json new file mode 100644 index 0000000..b3dbcdb --- /dev/null +++ b/checkpoint-15000/added_tokens.json @@ -0,0 +1,1202 @@ +{ + "": 50002, + "[CLS]": 50000, + "[MASK]": 50003, + "[SEP]": 50001, + "[XXXXX0]": 50771, + "[XXXXX1000]": 50549, + "[XXXXX1001]": 50657, + "[XXXXX1002]": 51158, + "[XXXXX1003]": 51044, + "[XXXXX1004]": 50688, + "[XXXXX1005]": 50689, + "[XXXXX1006]": 50410, + "[XXXXX1007]": 50724, + "[XXXXX1008]": 50171, + "[XXXXX1009]": 51077, + "[XXXXX100]": 50091, + "[XXXXX1010]": 50639, + "[XXXXX1011]": 51094, + "[XXXXX1012]": 50392, + "[XXXXX1013]": 50626, + "[XXXXX1014]": 50991, + "[XXXXX1015]": 50529, + "[XXXXX1016]": 51193, + "[XXXXX1017]": 51073, + "[XXXXX1018]": 51104, + "[XXXXX1019]": 50775, + "[XXXXX101]": 50139, + "[XXXXX1020]": 50157, + "[XXXXX1021]": 50934, + "[XXXXX1022]": 51159, + "[XXXXX1023]": 50048, + "[XXXXX1024]": 51123, + "[XXXXX1025]": 50084, + "[XXXXX1026]": 50813, + "[XXXXX1027]": 50725, + "[XXXXX1028]": 50931, + "[XXXXX1029]": 50233, + "[XXXXX102]": 50213, + "[XXXXX1030]": 51023, + "[XXXXX1031]": 50098, + "[XXXXX1032]": 50802, + "[XXXXX1033]": 50061, + "[XXXXX1034]": 51139, + "[XXXXX1035]": 51110, + "[XXXXX1036]": 50204, + "[XXXXX1037]": 50023, + "[XXXXX1038]": 50142, + "[XXXXX1039]": 50328, + "[XXXXX103]": 50087, + "[XXXXX1040]": 50435, + "[XXXXX1041]": 50489, + "[XXXXX1042]": 50216, + "[XXXXX1043]": 50144, + "[XXXXX1044]": 50832, + "[XXXXX1045]": 50566, + "[XXXXX1046]": 50922, + "[XXXXX1047]": 50796, + "[XXXXX1048]": 50533, + "[XXXXX1049]": 50433, + "[XXXXX104]": 50478, + "[XXXXX1050]": 50953, + "[XXXXX1051]": 50497, + "[XXXXX1052]": 50655, + "[XXXXX1053]": 50881, + "[XXXXX1054]": 50461, + "[XXXXX1055]": 50052, + "[XXXXX1056]": 50219, + "[XXXXX1057]": 50789, + "[XXXXX1058]": 50121, + "[XXXXX1059]": 51002, + "[XXXXX105]": 51192, + "[XXXXX1060]": 50158, + "[XXXXX1061]": 50352, + "[XXXXX1062]": 50637, + "[XXXXX1063]": 50440, + "[XXXXX1064]": 50590, + "[XXXXX1065]": 51107, + "[XXXXX1066]": 50758, + "[XXXXX1067]": 51011, + "[XXXXX1068]": 50985, + "[XXXXX1069]": 51175, + "[XXXXX106]": 50532, + "[XXXXX1070]": 50790, + "[XXXXX1071]": 50394, + "[XXXXX1072]": 50852, + "[XXXXX1073]": 50869, + "[XXXXX1074]": 50126, + "[XXXXX1075]": 50783, + "[XXXXX1076]": 50806, + "[XXXXX1077]": 50882, + "[XXXXX1078]": 50726, + "[XXXXX1079]": 51010, + "[XXXXX107]": 50714, + "[XXXXX1080]": 50168, + "[XXXXX1081]": 50425, + "[XXXXX1082]": 50848, + "[XXXXX1083]": 50014, + "[XXXXX1084]": 50341, + "[XXXXX1085]": 50734, + "[XXXXX1086]": 50664, + "[XXXXX1087]": 51007, + "[XXXXX1088]": 51151, + "[XXXXX1089]": 50269, + "[XXXXX108]": 50996, + "[XXXXX1090]": 50826, + "[XXXXX1091]": 51105, + "[XXXXX1092]": 50731, + "[XXXXX1093]": 50856, + "[XXXXX1094]": 50369, + "[XXXXX1095]": 50065, + "[XXXXX1096]": 50309, + "[XXXXX1097]": 50838, + "[XXXXX1098]": 50451, + "[XXXXX1099]": 50384, + "[XXXXX109]": 50543, + "[XXXXX10]": 50325, + "[XXXXX1100]": 50318, + "[XXXXX1101]": 50764, + "[XXXXX1102]": 51025, + "[XXXXX1103]": 50642, + "[XXXXX1104]": 50665, + "[XXXXX1105]": 50855, + "[XXXXX1106]": 51063, + "[XXXXX1107]": 50025, + "[XXXXX1108]": 50122, + "[XXXXX1109]": 50470, + "[XXXXX110]": 50062, + "[XXXXX1110]": 51019, + "[XXXXX1111]": 51124, + "[XXXXX1112]": 50146, + "[XXXXX1113]": 51125, + "[XXXXX1114]": 50434, + "[XXXXX1115]": 50818, + "[XXXXX1116]": 50960, + "[XXXXX1117]": 50258, + "[XXXXX1118]": 50596, + "[XXXXX1119]": 50083, + "[XXXXX111]": 51064, + "[XXXXX1120]": 50915, + "[XXXXX1121]": 50835, + "[XXXXX1122]": 51056, + "[XXXXX1123]": 50172, + "[XXXXX1124]": 50972, + "[XXXXX1125]": 50275, + "[XXXXX1126]": 50430, + "[XXXXX1127]": 50743, + "[XXXXX1128]": 50551, + "[XXXXX1129]": 50439, + "[XXXXX112]": 50819, + "[XXXXX1130]": 50536, + "[XXXXX1131]": 50622, + "[XXXXX1132]": 50623, + "[XXXXX1133]": 50117, + "[XXXXX1134]": 50251, + "[XXXXX1135]": 50678, + "[XXXXX1136]": 50316, + "[XXXXX1137]": 50905, + "[XXXXX1138]": 50992, + "[XXXXX1139]": 50851, + "[XXXXX113]": 50443, + "[XXXXX1140]": 50499, + "[XXXXX1141]": 50629, + "[XXXXX1142]": 50944, + "[XXXXX1143]": 50373, + "[XXXXX1144]": 50123, + "[XXXXX1145]": 50173, + "[XXXXX1146]": 50891, + "[XXXXX1147]": 50471, + "[XXXXX1148]": 50560, + "[XXXXX1149]": 50541, + "[XXXXX114]": 50631, + "[XXXXX1150]": 50033, + "[XXXXX1151]": 50063, + "[XXXXX1152]": 50767, + "[XXXXX1153]": 50897, + "[XXXXX1154]": 50568, + "[XXXXX1155]": 51131, + "[XXXXX1156]": 50009, + "[XXXXX1157]": 50417, + "[XXXXX1158]": 50477, + "[XXXXX1159]": 50941, + "[XXXXX115]": 50294, + "[XXXXX1160]": 50679, + "[XXXXX1161]": 51108, + "[XXXXX1162]": 50332, + "[XXXXX1163]": 50424, + "[XXXXX1164]": 50473, + "[XXXXX1165]": 50793, + "[XXXXX1166]": 50453, + "[XXXXX1167]": 50807, + "[XXXXX1168]": 50128, + "[XXXXX1169]": 50039, + "[XXXXX116]": 50759, + "[XXXXX1170]": 50735, + "[XXXXX1171]": 50366, + "[XXXXX1172]": 50808, + "[XXXXX1173]": 50426, + "[XXXXX1174]": 50076, + "[XXXXX1175]": 50943, + "[XXXXX1176]": 50252, + "[XXXXX1177]": 50999, + "[XXXXX1178]": 50264, + "[XXXXX1179]": 50607, + "[XXXXX117]": 51036, + "[XXXXX1180]": 50986, + "[XXXXX1181]": 50744, + "[XXXXX1182]": 50186, + "[XXXXX1183]": 50555, + "[XXXXX1184]": 51076, + "[XXXXX1185]": 50849, + "[XXXXX1186]": 51128, + "[XXXXX1187]": 50858, + "[XXXXX1188]": 50656, + "[XXXXX1189]": 50064, + "[XXXXX118]": 50081, + "[XXXXX1190]": 51197, + "[XXXXX1191]": 50104, + "[XXXXX1192]": 50045, + "[XXXXX1193]": 50404, + "[XXXXX1194]": 50690, + "[XXXXX1195]": 50495, + "[XXXXX119]": 50108, + "[XXXXX11]": 50976, + "[XXXXX120]": 51081, + "[XXXXX121]": 50464, + "[XXXXX122]": 50829, + "[XXXXX123]": 50766, + "[XXXXX124]": 50732, + "[XXXXX125]": 50221, + "[XXXXX126]": 50810, + "[XXXXX127]": 50130, + "[XXXXX128]": 50751, + "[XXXXX129]": 50662, + "[XXXXX12]": 50602, + "[XXXXX130]": 50035, + "[XXXXX131]": 50715, + "[XXXXX132]": 50340, + "[XXXXX133]": 50563, + "[XXXXX134]": 50993, + "[XXXXX135]": 50304, + "[XXXXX136]": 50131, + "[XXXXX137]": 50578, + "[XXXXX138]": 50757, + "[XXXXX139]": 50582, + "[XXXXX13]": 50105, + "[XXXXX140]": 50085, + "[XXXXX141]": 50553, + "[XXXXX142]": 50749, + "[XXXXX143]": 50351, + "[XXXXX144]": 51024, + "[XXXXX145]": 51144, + "[XXXXX146]": 50042, + "[XXXXX147]": 50145, + "[XXXXX148]": 50066, + "[XXXXX149]": 50876, + "[XXXXX14]": 51006, + "[XXXXX150]": 50280, + "[XXXXX151]": 50093, + "[XXXXX152]": 50638, + "[XXXXX153]": 50684, + "[XXXXX154]": 50820, + "[XXXXX155]": 51196, + "[XXXXX156]": 50317, + "[XXXXX157]": 50284, + "[XXXXX158]": 50288, + "[XXXXX159]": 50814, + "[XXXXX15]": 50608, + "[XXXXX160]": 50004, + "[XXXXX161]": 50008, + "[XXXXX162]": 50377, + "[XXXXX163]": 50214, + "[XXXXX164]": 50708, + "[XXXXX165]": 50390, + "[XXXXX166]": 50741, + "[XXXXX167]": 50445, + "[XXXXX168]": 50936, + "[XXXXX169]": 50896, + "[XXXXX16]": 50442, + "[XXXXX170]": 50109, + "[XXXXX171]": 50140, + "[XXXXX172]": 50427, + "[XXXXX173]": 51074, + "[XXXXX174]": 50162, + "[XXXXX175]": 51015, + "[XXXXX176]": 50524, + "[XXXXX177]": 50673, + "[XXXXX178]": 50054, + "[XXXXX179]": 50805, + "[XXXXX17]": 50482, + "[XXXXX180]": 50253, + "[XXXXX181]": 50493, + "[XXXXX182]": 50421, + "[XXXXX183]": 51050, + "[XXXXX184]": 50521, + "[XXXXX185]": 50188, + "[XXXXX186]": 50147, + "[XXXXX187]": 50201, + "[XXXXX188]": 50973, + "[XXXXX189]": 50409, + "[XXXXX18]": 50115, + "[XXXXX190]": 50051, + "[XXXXX191]": 51020, + "[XXXXX192]": 51047, + "[XXXXX193]": 50669, + "[XXXXX194]": 50643, + "[XXXXX195]": 50159, + "[XXXXX196]": 50649, + "[XXXXX197]": 51178, + "[XXXXX198]": 50043, + "[XXXXX199]": 51147, + "[XXXXX19]": 51127, + "[XXXXX1]": 51114, + "[XXXXX200]": 50840, + "[XXXXX201]": 50365, + "[XXXXX202]": 50232, + "[XXXXX203]": 50241, + "[XXXXX204]": 50548, + "[XXXXX205]": 50781, + "[XXXXX206]": 50923, + "[XXXXX207]": 51115, + "[XXXXX208]": 50344, + "[XXXXX209]": 50299, + "[XXXXX20]": 51031, + "[XXXXX210]": 51179, + "[XXXXX211]": 51163, + "[XXXXX212]": 50562, + "[XXXXX213]": 50094, + "[XXXXX214]": 50257, + "[XXXXX215]": 50967, + "[XXXXX216]": 50523, + "[XXXXX217]": 51132, + "[XXXXX218]": 51146, + "[XXXXX219]": 50411, + "[XXXXX21]": 50354, + "[XXXXX220]": 50853, + "[XXXXX221]": 50886, + "[XXXXX222]": 50600, + "[XXXXX223]": 50873, + "[XXXXX224]": 50416, + "[XXXXX225]": 50675, + "[XXXXX226]": 50583, + "[XXXXX227]": 50151, + "[XXXXX228]": 50927, + "[XXXXX229]": 50609, + "[XXXXX22]": 50589, + "[XXXXX230]": 50238, + "[XXXXX231]": 50242, + "[XXXXX232]": 51016, + "[XXXXX233]": 50406, + "[XXXXX234]": 50908, + "[XXXXX235]": 50024, + "[XXXXX236]": 50270, + "[XXXXX237]": 50132, + "[XXXXX238]": 50800, + "[XXXXX239]": 50236, + "[XXXXX23]": 50007, + "[XXXXX240]": 50005, + "[XXXXX241]": 50894, + "[XXXXX242]": 50694, + "[XXXXX243]": 51071, + "[XXXXX244]": 51017, + "[XXXXX245]": 50068, + "[XXXXX246]": 50682, + "[XXXXX247]": 50913, + "[XXXXX248]": 51028, + "[XXXXX249]": 50037, + "[XXXXX24]": 51169, + "[XXXXX250]": 50747, + "[XXXXX251]": 50947, + "[XXXXX252]": 50329, + "[XXXXX253]": 50612, + "[XXXXX254]": 50110, + "[XXXXX255]": 50824, + "[XXXXX256]": 50558, + "[XXXXX257]": 50969, + "[XXXXX258]": 50729, + "[XXXXX259]": 50125, + "[XXXXX25]": 51160, + "[XXXXX260]": 50040, + "[XXXXX261]": 51038, + "[XXXXX262]": 50347, + "[XXXXX263]": 50740, + "[XXXXX264]": 51195, + "[XXXXX265]": 50879, + "[XXXXX266]": 50770, + "[XXXXX267]": 50178, + "[XXXXX268]": 50804, + "[XXXXX269]": 50906, + "[XXXXX26]": 50150, + "[XXXXX270]": 51191, + "[XXXXX271]": 50047, + "[XXXXX272]": 50195, + "[XXXXX273]": 50554, + "[XXXXX274]": 50833, + "[XXXXX275]": 50346, + "[XXXXX276]": 50950, + "[XXXXX277]": 50864, + "[XXXXX278]": 50259, + "[XXXXX279]": 50671, + "[XXXXX27]": 50468, + "[XXXXX280]": 50082, + "[XXXXX281]": 50565, + "[XXXXX282]": 50984, + "[XXXXX283]": 50650, + "[XXXXX284]": 50975, + "[XXXXX285]": 50603, + "[XXXXX286]": 50027, + "[XXXXX287]": 50181, + "[XXXXX288]": 50981, + "[XXXXX289]": 50885, + "[XXXXX28]": 50249, + "[XXXXX290]": 50522, + "[XXXXX291]": 50050, + "[XXXXX292]": 50313, + "[XXXXX293]": 50503, + "[XXXXX294]": 51176, + "[XXXXX295]": 51177, + "[XXXXX296]": 50379, + "[XXXXX297]": 50635, + "[XXXXX298]": 50723, + "[XXXXX299]": 50200, + "[XXXXX29]": 50892, + "[XXXXX2]": 51119, + "[XXXXX300]": 51026, + "[XXXXX301]": 50528, + "[XXXXX302]": 51149, + "[XXXXX303]": 50044, + "[XXXXX304]": 50209, + "[XXXXX305]": 50988, + "[XXXXX306]": 50518, + "[XXXXX307]": 50088, + "[XXXXX308]": 50733, + "[XXXXX309]": 51066, + "[XXXXX30]": 50506, + "[XXXXX310]": 50285, + "[XXXXX311]": 50859, + "[XXXXX312]": 50263, + "[XXXXX313]": 50594, + "[XXXXX314]": 51103, + "[XXXXX315]": 50871, + "[XXXXX316]": 50300, + "[XXXXX317]": 50760, + "[XXXXX318]": 50055, + "[XXXXX319]": 50389, + "[XXXXX31]": 50212, + "[XXXXX320]": 50444, + "[XXXXX321]": 50994, + "[XXXXX322]": 50281, + "[XXXXX323]": 50179, + "[XXXXX324]": 50455, + "[XXXXX325]": 50970, + "[XXXXX326]": 50666, + "[XXXXX327]": 50604, + "[XXXXX328]": 50627, + "[XXXXX329]": 50475, + "[XXXXX32]": 50277, + "[XXXXX330]": 50667, + "[XXXXX331]": 50348, + "[XXXXX332]": 50772, + "[XXXXX333]": 50163, + "[XXXXX334]": 50569, + "[XXXXX335]": 50018, + "[XXXXX336]": 50883, + "[XXXXX337]": 50067, + "[XXXXX338]": 51184, + "[XXXXX339]": 50997, + "[XXXXX33]": 50403, + "[XXXXX340]": 51013, + "[XXXXX341]": 50957, + "[XXXXX342]": 51106, + "[XXXXX343]": 51174, + "[XXXXX344]": 50391, + "[XXXXX345]": 50948, + "[XXXXX346]": 50180, + "[XXXXX347]": 50811, + "[XXXXX348]": 50401, + "[XXXXX349]": 50911, + "[XXXXX34]": 50223, + "[XXXXX350]": 51089, + "[XXXXX351]": 50777, + "[XXXXX352]": 50189, + "[XXXXX353]": 50492, + "[XXXXX354]": 50205, + "[XXXXX355]": 50374, + "[XXXXX356]": 51152, + "[XXXXX357]": 50695, + "[XXXXX358]": 51117, + "[XXXXX359]": 50573, + "[XXXXX35]": 50752, + "[XXXXX360]": 50955, + "[XXXXX361]": 50349, + "[XXXXX362]": 51137, + "[XXXXX363]": 50641, + "[XXXXX364]": 51148, + "[XXXXX365]": 50255, + "[XXXXX366]": 50310, + "[XXXXX367]": 50314, + "[XXXXX368]": 50971, + "[XXXXX369]": 50916, + "[XXXXX36]": 50437, + "[XXXXX370]": 51096, + "[XXXXX371]": 50557, + "[XXXXX372]": 51095, + "[XXXXX373]": 50382, + "[XXXXX374]": 50119, + "[XXXXX375]": 50958, + "[XXXXX376]": 50624, + "[XXXXX377]": 50483, + "[XXXXX378]": 50605, + "[XXXXX379]": 50017, + "[XXXXX37]": 50706, + "[XXXXX380]": 50246, + "[XXXXX381]": 50588, + "[XXXXX382]": 51008, + "[XXXXX383]": 50801, + "[XXXXX384]": 50290, + "[XXXXX385]": 50899, + "[XXXXX386]": 50206, + "[XXXXX387]": 50716, + "[XXXXX388]": 51082, + "[XXXXX389]": 50177, + "[XXXXX38]": 50736, + "[XXXXX390]": 50282, + "[XXXXX391]": 51183, + "[XXXXX392]": 50286, + "[XXXXX393]": 50659, + "[XXXXX394]": 50378, + "[XXXXX395]": 50709, + "[XXXXX396]": 50028, + "[XXXXX397]": 50235, + "[XXXXX398]": 51014, + "[XXXXX399]": 50880, + "[XXXXX39]": 50305, + "[XXXXX3]": 50077, + "[XXXXX400]": 50155, + "[XXXXX401]": 50710, + "[XXXXX402]": 50507, + "[XXXXX403]": 50860, + "[XXXXX404]": 50661, + "[XXXXX405]": 51083, + "[XXXXX406]": 50888, + "[XXXXX407]": 50069, + "[XXXXX408]": 50691, + "[XXXXX409]": 51055, + "[XXXXX40]": 50337, + "[XXXXX410]": 50137, + "[XXXXX411]": 50791, + "[XXXXX412]": 50136, + "[XXXXX413]": 50730, + "[XXXXX414]": 50267, + "[XXXXX415]": 50012, + "[XXXXX416]": 50681, + "[XXXXX417]": 50942, + "[XXXXX418]": 50720, + "[XXXXX419]": 50844, + "[XXXXX41]": 50387, + "[XXXXX420]": 50111, + "[XXXXX421]": 51003, + "[XXXXX422]": 50785, + "[XXXXX423]": 50149, + "[XXXXX424]": 50422, + "[XXXXX425]": 51086, + "[XXXXX426]": 50862, + "[XXXXX427]": 50576, + "[XXXXX428]": 51049, + "[XXXXX429]": 50630, + "[XXXXX42]": 50799, + "[XXXXX430]": 50289, + "[XXXXX431]": 50184, + "[XXXXX432]": 50319, + "[XXXXX433]": 51116, + "[XXXXX434]": 50519, + "[XXXXX435]": 50496, + "[XXXXX436]": 50517, + "[XXXXX437]": 50865, + "[XXXXX438]": 50737, + "[XXXXX439]": 50356, + "[XXXXX43]": 50359, + "[XXXXX440]": 50898, + "[XXXXX441]": 50113, + "[XXXXX442]": 50527, + "[XXXXX443]": 50762, + "[XXXXX444]": 50540, + "[XXXXX445]": 50925, + "[XXXXX446]": 50711, + "[XXXXX447]": 50143, + "[XXXXX448]": 51170, + "[XXXXX449]": 50413, + "[XXXXX44]": 50097, + "[XXXXX450]": 50375, + "[XXXXX451]": 50846, + "[XXXXX452]": 50217, + "[XXXXX453]": 50699, + "[XXXXX454]": 50412, + "[XXXXX455]": 50418, + "[XXXXX456]": 51143, + "[XXXXX457]": 51141, + "[XXXXX458]": 51157, + "[XXXXX459]": 50825, + "[XXXXX45]": 50203, + "[XXXXX460]": 50194, + "[XXXXX461]": 50148, + "[XXXXX462]": 50276, + "[XXXXX463]": 50271, + "[XXXXX464]": 50836, + "[XXXXX465]": 50854, + "[XXXXX466]": 50164, + "[XXXXX467]": 50484, + "[XXXXX468]": 51097, + "[XXXXX469]": 50182, + "[XXXXX46]": 50505, + "[XXXXX470]": 50670, + "[XXXXX471]": 50595, + "[XXXXX472]": 50237, + "[XXXXX473]": 50057, + "[XXXXX474]": 50431, + "[XXXXX475]": 50738, + "[XXXXX476]": 51145, + "[XXXXX477]": 50247, + "[XXXXX478]": 50029, + "[XXXXX479]": 50917, + "[XXXXX47]": 50579, + "[XXXXX480]": 50702, + "[XXXXX481]": 50831, + "[XXXXX482]": 50753, + "[XXXXX483]": 50598, + "[XXXXX484]": 51136, + "[XXXXX485]": 50092, + "[XXXXX486]": 50202, + "[XXXXX487]": 50106, + "[XXXXX488]": 50924, + "[XXXXX489]": 51113, + "[XXXXX48]": 50842, + "[XXXXX490]": 50761, + "[XXXXX491]": 50577, + "[XXXXX492]": 50692, + "[XXXXX493]": 51130, + "[XXXXX494]": 50932, + "[XXXXX495]": 50837, + "[XXXXX496]": 50893, + "[XXXXX497]": 50773, + "[XXXXX498]": 50360, + "[XXXXX499]": 50900, + "[XXXXX49]": 51062, + "[XXXXX4]": 50396, + "[XXXXX500]": 51034, + "[XXXXX501]": 50472, + "[XXXXX502]": 50660, + "[XXXXX503]": 50815, + "[XXXXX504]": 50939, + "[XXXXX505]": 50419, + "[XXXXX506]": 50324, + "[XXXXX507]": 50428, + "[XXXXX508]": 50274, + "[XXXXX509]": 50311, + "[XXXXX50]": 50459, + "[XXXXX510]": 50674, + "[XXXXX511]": 50580, + "[XXXXX512]": 50956, + "[XXXXX513]": 50165, + "[XXXXX514]": 50320, + "[XXXXX515]": 50648, + "[XXXXX516]": 50386, + "[XXXXX517]": 50058, + "[XXXXX518]": 51045, + "[XXXXX519]": 50103, + "[XXXXX51]": 50979, + "[XXXXX520]": 50530, + "[XXXXX521]": 50907, + "[XXXXX522]": 50260, + "[XXXXX523]": 50632, + "[XXXXX524]": 50926, + "[XXXXX525]": 50687, + "[XXXXX526]": 50160, + "[XXXXX527]": 51053, + "[XXXXX528]": 50652, + "[XXXXX529]": 51041, + "[XXXXX52]": 50272, + "[XXXXX530]": 51111, + "[XXXXX531]": 51009, + "[XXXXX532]": 51079, + "[XXXXX533]": 50487, + "[XXXXX534]": 51059, + "[XXXXX535]": 50335, + "[XXXXX536]": 50380, + "[XXXXX537]": 50301, + "[XXXXX538]": 51067, + "[XXXXX539]": 51052, + "[XXXXX53]": 51048, + "[XXXXX540]": 50822, + "[XXXXX541]": 51040, + "[XXXXX542]": 50490, + "[XXXXX543]": 50448, + "[XXXXX544]": 50812, + "[XXXXX545]": 50099, + "[XXXXX546]": 51199, + "[XXXXX547]": 50226, + "[XXXXX548]": 50538, + "[XXXXX549]": 50342, + "[XXXXX54]": 50701, + "[XXXXX550]": 50544, + "[XXXXX551]": 50398, + "[XXXXX552]": 51102, + "[XXXXX553]": 50919, + "[XXXXX554]": 50615, + "[XXXXX555]": 50769, + "[XXXXX556]": 50940, + "[XXXXX557]": 50070, + "[XXXXX558]": 50680, + "[XXXXX559]": 50611, + "[XXXXX55]": 50574, + "[XXXXX560]": 50381, + "[XXXXX561]": 50350, + "[XXXXX562]": 50175, + "[XXXXX563]": 50584, + "[XXXXX564]": 50703, + "[XXXXX565]": 50989, + "[XXXXX566]": 50877, + "[XXXXX567]": 51039, + "[XXXXX568]": 51018, + "[XXXXX569]": 50452, + "[XXXXX56]": 51099, + "[XXXXX570]": 50161, + "[XXXXX571]": 50921, + "[XXXXX572]": 50676, + "[XXXXX573]": 50326, + "[XXXXX574]": 50987, + "[XXXXX575]": 50361, + "[XXXXX576]": 50071, + "[XXXXX577]": 50803, + "[XXXXX578]": 50400, + "[XXXXX579]": 51091, + "[XXXXX57]": 50501, + "[XXXXX580]": 50887, + "[XXXXX581]": 50839, + "[XXXXX582]": 51138, + "[XXXXX583]": 50816, + "[XXXXX584]": 50339, + "[XXXXX585]": 50463, + "[XXXXX586]": 50399, + "[XXXXX587]": 51070, + "[XXXXX588]": 50457, + "[XXXXX589]": 50828, + "[XXXXX58]": 50183, + "[XXXXX590]": 50080, + "[XXXXX591]": 50550, + "[XXXXX592]": 50129, + "[XXXXX593]": 50273, + "[XXXXX594]": 50388, + "[XXXXX595]": 50491, + "[XXXXX596]": 50278, + "[XXXXX597]": 50011, + "[XXXXX598]": 50254, + "[XXXXX599]": 50302, + "[XXXXX59]": 50353, + "[XXXXX5]": 50010, + "[XXXXX600]": 50704, + "[XXXXX601]": 51118, + "[XXXXX602]": 50049, + "[XXXXX603]": 51190, + "[XXXXX604]": 51142, + "[XXXXX605]": 50707, + "[XXXXX606]": 50937, + "[XXXXX607]": 50875, + "[XXXXX608]": 50564, + "[XXXXX609]": 50345, + "[XXXXX60]": 50713, + "[XXXXX610]": 50949, + "[XXXXX611]": 50978, + "[XXXXX612]": 50330, + "[XXXXX613]": 51035, + "[XXXXX614]": 50402, + "[XXXXX615]": 50176, + "[XXXXX616]": 51133, + "[XXXXX617]": 50222, + "[XXXXX618]": 50118, + "[XXXXX619]": 50196, + "[XXXXX61]": 50298, + "[XXXXX620]": 50668, + "[XXXXX621]": 50462, + "[XXXXX622]": 50218, + "[XXXXX623]": 51101, + "[XXXXX624]": 50362, + "[XXXXX625]": 50779, + "[XXXXX626]": 50513, + "[XXXXX627]": 50746, + "[XXXXX628]": 50141, + "[XXXXX629]": 50479, + "[XXXXX62]": 50056, + "[XXXXX630]": 51180, + "[XXXXX631]": 50872, + "[XXXXX632]": 50315, + "[XXXXX633]": 50397, + "[XXXXX634]": 51165, + "[XXXXX635]": 50046, + "[XXXXX636]": 50795, + "[XXXXX637]": 50959, + "[XXXXX638]": 50786, + "[XXXXX639]": 50240, + "[XXXXX63]": 51061, + "[XXXXX640]": 50601, + "[XXXXX641]": 50904, + "[XXXXX642]": 50376, + "[XXXXX643]": 50663, + "[XXXXX644]": 50613, + "[XXXXX645]": 50467, + "[XXXXX646]": 50546, + "[XXXXX647]": 50465, + "[XXXXX648]": 50395, + "[XXXXX649]": 50287, + "[XXXXX64]": 51162, + "[XXXXX650]": 50474, + "[XXXXX651]": 50727, + "[XXXXX652]": 50243, + "[XXXXX653]": 51100, + "[XXXXX654]": 50705, + "[XXXXX655]": 51012, + "[XXXXX656]": 50447, + "[XXXXX657]": 50719, + "[XXXXX658]": 50712, + "[XXXXX659]": 50476, + "[XXXXX65]": 50587, + "[XXXXX660]": 51054, + "[XXXXX661]": 51166, + "[XXXXX662]": 50494, + "[XXXXX663]": 50230, + "[XXXXX664]": 50621, + "[XXXXX665]": 50809, + "[XXXXX666]": 50265, + "[XXXXX667]": 50645, + "[XXXXX668]": 50817, + "[XXXXX669]": 50030, + "[XXXXX66]": 51029, + "[XXXXX670]": 51004, + "[XXXXX671]": 50685, + "[XXXXX672]": 50625, + "[XXXXX673]": 50890, + "[XXXXX674]": 50383, + "[XXXXX675]": 50929, + "[XXXXX676]": 50116, + "[XXXXX677]": 51072, + "[XXXXX678]": 51126, + "[XXXXX679]": 50755, + "[XXXXX67]": 50717, + "[XXXXX680]": 50303, + "[XXXXX681]": 50504, + "[XXXXX682]": 51075, + "[XXXXX683]": 50261, + "[XXXXX684]": 50861, + "[XXXXX685]": 50306, + "[XXXXX686]": 50016, + "[XXXXX687]": 50101, + "[XXXXX688]": 51098, + "[XXXXX689]": 50827, + "[XXXXX68]": 50863, + "[XXXXX690]": 50640, + "[XXXXX691]": 50031, + "[XXXXX692]": 50768, + "[XXXXX693]": 50013, + "[XXXXX694]": 51032, + "[XXXXX695]": 50166, + "[XXXXX696]": 50127, + "[XXXXX697]": 50414, + "[XXXXX698]": 50742, + "[XXXXX699]": 51042, + "[XXXXX69]": 51112, + "[XXXXX6]": 50593, + "[XXXXX700]": 50292, + "[XXXXX701]": 50174, + "[XXXXX702]": 50547, + "[XXXXX703]": 50498, + "[XXXXX704]": 51078, + "[XXXXX705]": 50133, + "[XXXXX706]": 50041, + "[XXXXX707]": 51181, + "[XXXXX708]": 50585, + "[XXXXX709]": 50776, + "[XXXXX70]": 50053, + "[XXXXX710]": 50336, + "[XXXXX711]": 50765, + "[XXXXX712]": 50224, + "[XXXXX713]": 50599, + "[XXXXX714]": 50207, + "[XXXXX715]": 51043, + "[XXXXX716]": 51090, + "[XXXXX717]": 50006, + "[XXXXX718]": 50901, + "[XXXXX719]": 51001, + "[XXXXX71]": 50954, + "[XXXXX720]": 50646, + "[XXXXX721]": 50075, + "[XXXXX722]": 51120, + "[XXXXX723]": 50215, + "[XXXXX724]": 50415, + "[XXXXX725]": 50154, + "[XXXXX726]": 50935, + "[XXXXX727]": 50545, + "[XXXXX728]": 51085, + "[XXXXX729]": 50256, + "[XXXXX72]": 50363, + "[XXXXX730]": 50700, + "[XXXXX731]": 50262, + "[XXXXX732]": 50930, + "[XXXXX733]": 50333, + "[XXXXX734]": 50884, + "[XXXXX735]": 51030, + "[XXXXX736]": 50231, + "[XXXXX737]": 50405, + "[XXXXX738]": 50962, + "[XXXXX739]": 50458, + "[XXXXX73]": 50019, + "[XXXXX740]": 50878, + "[XXXXX741]": 50910, + "[XXXXX742]": 50170, + "[XXXXX743]": 50718, + "[XXXXX744]": 50616, + "[XXXXX745]": 50358, + "[XXXXX746]": 50152, + "[XXXXX747]": 50525, + "[XXXXX748]": 51167, + "[XXXXX749]": 50653, + "[XXXXX74]": 50952, + "[XXXXX750]": 50500, + "[XXXXX751]": 50446, + "[XXXXX752]": 50995, + "[XXXXX753]": 50945, + "[XXXXX754]": 51173, + "[XXXXX755]": 50823, + "[XXXXX756]": 51060, + "[XXXXX757]": 50748, + "[XXXXX758]": 50020, + "[XXXXX759]": 50197, + "[XXXXX75]": 50502, + "[XXXXX760]": 50291, + "[XXXXX761]": 50821, + "[XXXXX762]": 50190, + "[XXXXX763]": 50745, + "[XXXXX764]": 50778, + "[XXXXX765]": 50556, + "[XXXXX766]": 51161, + "[XXXXX767]": 50466, + "[XXXXX768]": 50792, + "[XXXXX769]": 50208, + "[XXXXX76]": 50169, + "[XXXXX770]": 50647, + "[XXXXX771]": 50610, + "[XXXXX772]": 51140, + "[XXXXX773]": 50441, + "[XXXXX774]": 50870, + "[XXXXX775]": 50368, + "[XXXXX776]": 50026, + "[XXXXX777]": 50677, + "[XXXXX778]": 51168, + "[XXXXX779]": 50481, + "[XXXXX77]": 50515, + "[XXXXX780]": 50225, + "[XXXXX781]": 50408, + "[XXXXX782]": 50090, + "[XXXXX783]": 50951, + "[XXXXX784]": 50015, + "[XXXXX785]": 50658, + "[XXXXX786]": 50617, + "[XXXXX787]": 50721, + "[XXXXX788]": 51084, + "[XXXXX789]": 50830, + "[XXXXX78]": 50100, + "[XXXXX790]": 50606, + "[XXXXX791]": 50124, + "[XXXXX792]": 50078, + "[XXXXX793]": 51188, + "[XXXXX794]": 50750, + "[XXXXX795]": 50138, + "[XXXXX796]": 50239, + "[XXXXX797]": 50385, + "[XXXXX798]": 50780, + "[XXXXX799]": 50683, + "[XXXXX79]": 50436, + "[XXXXX7]": 50211, + "[XXXXX800]": 51185, + "[XXXXX801]": 50250, + "[XXXXX802]": 50456, + "[XXXXX803]": 50508, + "[XXXXX804]": 51194, + "[XXXXX805]": 50021, + "[XXXXX806]": 50307, + "[XXXXX807]": 50199, + "[XXXXX808]": 51129, + "[XXXXX809]": 50686, + "[XXXXX80]": 50370, + "[XXXXX810]": 50343, + "[XXXXX811]": 50614, + "[XXXXX812]": 50636, + "[XXXXX813]": 51198, + "[XXXXX814]": 50788, + "[XXXXX815]": 50120, + "[XXXXX816]": 50135, + "[XXXXX817]": 50293, + "[XXXXX818]": 50153, + "[XXXXX819]": 50516, + "[XXXXX81]": 50581, + "[XXXXX820]": 50586, + "[XXXXX821]": 50509, + "[XXXXX822]": 50220, + "[XXXXX823]": 51068, + "[XXXXX824]": 50946, + "[XXXXX825]": 50965, + "[XXXXX826]": 50032, + "[XXXXX827]": 50156, + "[XXXXX828]": 50449, + "[XXXXX829]": 50531, + "[XXXXX82]": 51164, + "[XXXXX830]": 50486, + "[XXXXX831]": 50357, + "[XXXXX832]": 51022, + "[XXXXX833]": 50633, + "[XXXXX834]": 50754, + "[XXXXX835]": 51134, + "[XXXXX836]": 50193, + "[XXXXX837]": 51088, + "[XXXXX838]": 50722, + "[XXXXX839]": 50756, + "[XXXXX83]": 50977, + "[XXXXX840]": 50022, + "[XXXXX841]": 51186, + "[XXXXX842]": 50575, + "[XXXXX843]": 50079, + "[XXXXX844]": 50644, + "[XXXXX845]": 51033, + "[XXXXX846]": 50454, + "[XXXXX847]": 50095, + "[XXXXX848]": 50902, + "[XXXXX849]": 50597, + "[XXXXX84]": 50167, + "[XXXXX850]": 51051, + "[XXXXX851]": 50696, + "[XXXXX852]": 50966, + "[XXXXX853]": 50034, + "[XXXXX854]": 50889, + "[XXXXX855]": 50843, + "[XXXXX856]": 50963, + "[XXXXX857]": 50227, + "[XXXXX858]": 51058, + "[XXXXX859]": 50850, + "[XXXXX85]": 50192, + "[XXXXX860]": 50228, + "[XXXXX861]": 50570, + "[XXXXX862]": 50488, + "[XXXXX863]": 50539, + "[XXXXX864]": 51182, + "[XXXXX865]": 50990, + "[XXXXX866]": 50542, + "[XXXXX867]": 51069, + "[XXXXX868]": 50480, + "[XXXXX869]": 50847, + "[XXXXX86]": 50874, + "[XXXXX870]": 50308, + "[XXXXX871]": 50510, + "[XXXXX872]": 50423, + "[XXXXX873]": 50086, + "[XXXXX874]": 50591, + "[XXXXX875]": 50728, + "[XXXXX876]": 50372, + "[XXXXX877]": 50903, + "[XXXXX878]": 50868, + "[XXXXX879]": 50763, + "[XXXXX87]": 50571, + "[XXXXX880]": 50096, + "[XXXXX881]": 51150, + "[XXXXX882]": 50460, + "[XXXXX883]": 51087, + "[XXXXX884]": 51093, + "[XXXXX885]": 50295, + "[XXXXX886]": 51037, + "[XXXXX887]": 51171, + "[XXXXX888]": 50794, + "[XXXXX889]": 50628, + "[XXXXX88]": 50520, + "[XXXXX890]": 51172, + "[XXXXX891]": 51046, + "[XXXXX892]": 50918, + "[XXXXX893]": 50998, + "[XXXXX894]": 50371, + "[XXXXX895]": 51155, + "[XXXXX896]": 50866, + "[XXXXX897]": 50229, + "[XXXXX898]": 51057, + "[XXXXX899]": 50867, + "[XXXXX89]": 50537, + "[XXXXX8]": 50784, + "[XXXXX900]": 50739, + "[XXXXX901]": 51080, + "[XXXXX902]": 50038, + "[XXXXX903]": 50321, + "[XXXXX904]": 50774, + "[XXXXX905]": 50974, + "[XXXXX906]": 50920, + "[XXXXX907]": 50469, + "[XXXXX908]": 51122, + "[XXXXX909]": 51092, + "[XXXXX90]": 50514, + "[XXXXX910]": 50798, + "[XXXXX911]": 50245, + "[XXXXX912]": 50367, + "[XXXXX913]": 50618, + "[XXXXX914]": 50072, + "[XXXXX915]": 50450, + "[XXXXX916]": 51189, + "[XXXXX917]": 50485, + "[XXXXX918]": 50283, + "[XXXXX919]": 50845, + "[XXXXX91]": 50968, + "[XXXXX920]": 50429, + "[XXXXX921]": 50364, + "[XXXXX922]": 50782, + "[XXXXX923]": 50534, + "[XXXXX924]": 50059, + "[XXXXX925]": 50102, + "[XXXXX926]": 50185, + "[XXXXX927]": 50634, + "[XXXXX928]": 50567, + "[XXXXX929]": 50895, + "[XXXXX92]": 50210, + "[XXXXX930]": 50561, + "[XXXXX931]": 51021, + "[XXXXX932]": 50107, + "[XXXXX933]": 50407, + "[XXXXX934]": 50654, + "[XXXXX935]": 50268, + "[XXXXX936]": 51153, + "[XXXXX937]": 50552, + "[XXXXX938]": 50526, + "[XXXXX939]": 50322, + "[XXXXX93]": 50912, + "[XXXXX940]": 50296, + "[XXXXX941]": 50572, + "[XXXXX942]": 50393, + "[XXXXX943]": 50312, + "[XXXXX944]": 50592, + "[XXXXX945]": 50982, + "[XXXXX946]": 50089, + "[XXXXX947]": 50331, + "[XXXXX948]": 50279, + "[XXXXX949]": 51005, + "[XXXXX94]": 50198, + "[XXXXX950]": 50114, + "[XXXXX951]": 50074, + "[XXXXX952]": 50248, + "[XXXXX953]": 50857, + "[XXXXX954]": 50841, + "[XXXXX955]": 51065, + "[XXXXX956]": 50234, + "[XXXXX957]": 50834, + "[XXXXX958]": 50535, + "[XXXXX959]": 51109, + "[XXXXX95]": 50651, + "[XXXXX960]": 50797, + "[XXXXX961]": 50914, + "[XXXXX962]": 50112, + "[XXXXX963]": 50073, + "[XXXXX964]": 50559, + "[XXXXX965]": 50933, + "[XXXXX966]": 50619, + "[XXXXX967]": 51187, + "[XXXXX968]": 50327, + "[XXXXX969]": 50698, + "[XXXXX96]": 50420, + "[XXXXX970]": 50060, + "[XXXXX971]": 50432, + "[XXXXX972]": 50620, + "[XXXXX973]": 50693, + "[XXXXX974]": 50938, + "[XXXXX975]": 50983, + "[XXXXX976]": 50334, + "[XXXXX977]": 50438, + "[XXXXX978]": 51154, + "[XXXXX979]": 50964, + "[XXXXX97]": 50672, + "[XXXXX980]": 50511, + "[XXXXX981]": 50244, + "[XXXXX982]": 50266, + "[XXXXX983]": 50134, + "[XXXXX984]": 50338, + "[XXXXX985]": 51121, + "[XXXXX986]": 50323, + "[XXXXX987]": 50909, + "[XXXXX988]": 51000, + "[XXXXX989]": 50036, + "[XXXXX98]": 50787, + "[XXXXX990]": 50512, + "[XXXXX991]": 50191, + "[XXXXX992]": 50187, + "[XXXXX993]": 51156, + "[XXXXX994]": 51135, + "[XXXXX995]": 50355, + "[XXXXX996]": 51027, + "[XXXXX997]": 50297, + "[XXXXX998]": 50928, + "[XXXXX999]": 50697, + "[XXXXX99]": 50980, + "[XXXXX9]": 50961 +} diff --git a/checkpoint-15000/config.json b/checkpoint-15000/config.json new file mode 100644 index 0000000..6aa3e79 --- /dev/null +++ b/checkpoint-15000/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu", + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 50000, + "dtype": "bfloat16", + "embd_pdrop": 0.1, + "eos_token_id": 50001, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_ctx": 512, + "n_embd": 512, + "n_head": 8, + "n_inner": 2048, + "n_layer": 4, + "n_positions": 512, + "pad_token_id": 50002, + "prefix": "[CLS]", + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "transformers_version": "4.56.2", + "use_cache": true, + "vocab_size": 51200 +} diff --git a/checkpoint-15000/generation_config.json b/checkpoint-15000/generation_config.json new file mode 100644 index 0000000..4c122f0 --- /dev/null +++ b/checkpoint-15000/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 50000, + "eos_token_id": [ + 50001 + ], + "pad_token_id": 50002, + "transformers_version": "4.56.2" +} diff --git a/checkpoint-15000/model.safetensors b/checkpoint-15000/model.safetensors new file mode 100644 index 0000000..3386411 --- /dev/null +++ b/checkpoint-15000/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5fbf46f6ef432711b3fc68dd5a9ccea9db7dbe321b373a484834772cf9fc50 +size 78179408 diff --git a/checkpoint-15000/rng_state.pth b/checkpoint-15000/rng_state.pth new file mode 100644 index 0000000..6d40a70 --- /dev/null +++ b/checkpoint-15000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e340a7f3c0e5ea06e4e8236c994ed7520cc6596240454cca418fa21b277d39b0 +size 14709 diff --git a/checkpoint-15000/special_tokens_map.json b/checkpoint-15000/special_tokens_map.json new file mode 100644 index 0000000..c78a835 --- /dev/null +++ b/checkpoint-15000/special_tokens_map.json @@ -0,0 +1,1249 @@ +{ + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "cls_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "mask_token": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "sep_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/checkpoint-15000/spiece.model b/checkpoint-15000/spiece.model new file mode 100644 index 0000000..1d0ebef --- /dev/null +++ b/checkpoint-15000/spiece.model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb6c0798152f43d77dd4f94367bd58cc1d82ff07ea9fa1516be8cc28bf92184 +size 1123336 diff --git a/checkpoint-15000/tokenizer_config.json b/checkpoint-15000/tokenizer_config.json new file mode 100644 index 0000000..b27d01f --- /dev/null +++ b/checkpoint-15000/tokenizer_config.json @@ -0,0 +1,10825 @@ +{ + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50000": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50001": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50002": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50003": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50004": { + "content": "[XXXXX160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50005": { + "content": "[XXXXX240]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50006": { + "content": "[XXXXX717]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50007": { + "content": "[XXXXX23]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50008": { + "content": "[XXXXX161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50009": { + "content": "[XXXXX1156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50010": { + "content": "[XXXXX5]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50011": { + "content": "[XXXXX597]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50012": { + "content": "[XXXXX415]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50013": { + "content": "[XXXXX693]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50014": { + "content": "[XXXXX1083]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50015": { + "content": "[XXXXX784]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50016": { + "content": "[XXXXX686]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50017": { + "content": "[XXXXX379]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50018": { + "content": "[XXXXX335]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50019": { + "content": "[XXXXX73]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50020": { + "content": "[XXXXX758]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50021": { + "content": "[XXXXX805]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50022": { + "content": "[XXXXX840]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50023": { + "content": "[XXXXX1037]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50024": { + "content": "[XXXXX235]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50025": { + "content": "[XXXXX1107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50026": { + "content": "[XXXXX776]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50027": { + "content": "[XXXXX286]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50028": { + "content": "[XXXXX396]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50029": { + "content": "[XXXXX478]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50030": { + "content": "[XXXXX669]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50031": { + "content": "[XXXXX691]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50032": { + "content": "[XXXXX826]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50033": { + "content": "[XXXXX1150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50034": { + "content": "[XXXXX853]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50035": { + "content": "[XXXXX130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50036": { + "content": "[XXXXX989]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50037": { + "content": "[XXXXX249]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50038": { + "content": "[XXXXX902]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50039": { + "content": "[XXXXX1169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50040": { + "content": "[XXXXX260]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50041": { + "content": "[XXXXX706]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50042": { + "content": "[XXXXX146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50043": { + "content": "[XXXXX198]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50044": { + "content": "[XXXXX303]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50045": { + "content": "[XXXXX1192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50046": { + "content": "[XXXXX635]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50047": { + "content": "[XXXXX271]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50048": { + "content": "[XXXXX1023]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50049": { + "content": "[XXXXX602]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50050": { + "content": "[XXXXX291]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50051": { + "content": "[XXXXX190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50052": { + "content": "[XXXXX1055]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50053": { + "content": "[XXXXX70]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50054": { + "content": "[XXXXX178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50055": { + "content": "[XXXXX318]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50056": { + "content": "[XXXXX62]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50057": { + "content": "[XXXXX473]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50058": { + "content": "[XXXXX517]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50059": { + "content": "[XXXXX924]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50060": { + "content": "[XXXXX970]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50061": { + "content": "[XXXXX1033]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50062": { + "content": "[XXXXX110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50063": { + "content": "[XXXXX1151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50064": { + "content": "[XXXXX1189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50065": { + "content": "[XXXXX1095]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50066": { + "content": "[XXXXX148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50067": { + "content": "[XXXXX337]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50068": { + "content": "[XXXXX245]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50069": { + "content": "[XXXXX407]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50070": { + "content": "[XXXXX557]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50071": { + "content": "[XXXXX576]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50072": { + "content": "[XXXXX914]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50073": { + "content": "[XXXXX963]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50074": { + "content": "[XXXXX951]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50075": { + "content": "[XXXXX721]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50076": { + "content": "[XXXXX1174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50077": { + "content": "[XXXXX3]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50078": { + "content": "[XXXXX792]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50079": { + "content": "[XXXXX843]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50080": { + "content": "[XXXXX590]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50081": { + "content": "[XXXXX118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50082": { + "content": "[XXXXX280]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50083": { + "content": "[XXXXX1119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50084": { + "content": "[XXXXX1025]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50085": { + "content": "[XXXXX140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50086": { + "content": "[XXXXX873]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50087": { + "content": "[XXXXX103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50088": { + "content": "[XXXXX307]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50089": { + "content": "[XXXXX946]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50090": { + "content": "[XXXXX782]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50091": { + "content": "[XXXXX100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50092": { + "content": "[XXXXX485]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50093": { + "content": "[XXXXX151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50094": { + "content": "[XXXXX213]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50095": { + "content": "[XXXXX847]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50096": { + "content": "[XXXXX880]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50097": { + "content": "[XXXXX44]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50098": { + "content": "[XXXXX1031]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50099": { + "content": "[XXXXX545]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50100": { + "content": "[XXXXX78]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50101": { + "content": "[XXXXX687]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50102": { + "content": "[XXXXX925]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50103": { + "content": "[XXXXX519]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50104": { + "content": "[XXXXX1191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50105": { + "content": "[XXXXX13]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50106": { + "content": "[XXXXX487]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50107": { + "content": "[XXXXX932]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50108": { + "content": "[XXXXX119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50109": { + "content": "[XXXXX170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50110": { + "content": "[XXXXX254]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50111": { + "content": "[XXXXX420]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50112": { + "content": "[XXXXX962]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50113": { + "content": "[XXXXX441]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50114": { + "content": "[XXXXX950]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50115": { + "content": "[XXXXX18]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50116": { + "content": "[XXXXX676]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50117": { + "content": "[XXXXX1133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50118": { + "content": "[XXXXX618]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50119": { + "content": "[XXXXX374]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50120": { + "content": "[XXXXX815]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50121": { + "content": "[XXXXX1058]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50122": { + "content": "[XXXXX1108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50123": { + "content": "[XXXXX1144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50124": { + "content": "[XXXXX791]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50125": { + "content": "[XXXXX259]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50126": { + "content": "[XXXXX1074]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50127": { + "content": "[XXXXX696]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50128": { + "content": "[XXXXX1168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50129": { + "content": "[XXXXX592]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50130": { + "content": "[XXXXX127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50131": { + "content": "[XXXXX136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50132": { + "content": "[XXXXX237]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50133": { + "content": "[XXXXX705]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50134": { + "content": "[XXXXX983]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50135": { + "content": "[XXXXX816]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50136": { + "content": "[XXXXX412]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50137": { + "content": "[XXXXX410]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50138": { + "content": "[XXXXX795]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50139": { + "content": "[XXXXX101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50140": { + "content": "[XXXXX171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50141": { + "content": "[XXXXX628]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50142": { + "content": "[XXXXX1038]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50143": { + "content": "[XXXXX447]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50144": { + "content": "[XXXXX1043]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50145": { + "content": "[XXXXX147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50146": { + "content": "[XXXXX1112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50147": { + "content": "[XXXXX186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50148": { + "content": "[XXXXX461]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50149": { + "content": "[XXXXX423]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50150": { + "content": "[XXXXX26]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50151": { + "content": "[XXXXX227]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50152": { + "content": "[XXXXX746]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50153": { + "content": "[XXXXX818]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50154": { + "content": "[XXXXX725]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50155": { + "content": "[XXXXX400]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50156": { + "content": "[XXXXX827]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50157": { + "content": "[XXXXX1020]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50158": { + "content": "[XXXXX1060]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50159": { + "content": "[XXXXX195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50160": { + "content": "[XXXXX526]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50161": { + "content": "[XXXXX570]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50162": { + "content": "[XXXXX174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50163": { + "content": "[XXXXX333]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50164": { + "content": "[XXXXX466]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50165": { + "content": "[XXXXX513]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50166": { + "content": "[XXXXX695]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50167": { + "content": "[XXXXX84]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50168": { + "content": "[XXXXX1080]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50169": { + "content": "[XXXXX76]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50170": { + "content": "[XXXXX742]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50171": { + "content": "[XXXXX1008]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50172": { + "content": "[XXXXX1123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50173": { + "content": "[XXXXX1145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50174": { + "content": "[XXXXX701]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50175": { + "content": "[XXXXX562]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50176": { + "content": "[XXXXX615]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50177": { + "content": "[XXXXX389]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50178": { + "content": "[XXXXX267]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50179": { + "content": "[XXXXX323]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50180": { + "content": "[XXXXX346]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50181": { + "content": "[XXXXX287]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50182": { + "content": "[XXXXX469]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50183": { + "content": "[XXXXX58]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50184": { + "content": "[XXXXX431]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50185": { + "content": "[XXXXX926]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50186": { + "content": "[XXXXX1182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50187": { + "content": "[XXXXX992]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50188": { + "content": "[XXXXX185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50189": { + "content": "[XXXXX352]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50190": { + "content": "[XXXXX762]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50191": { + "content": "[XXXXX991]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50192": { + "content": "[XXXXX85]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50193": { + "content": "[XXXXX836]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50194": { + "content": "[XXXXX460]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50195": { + "content": "[XXXXX272]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50196": { + "content": "[XXXXX619]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50197": { + "content": "[XXXXX759]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50198": { + "content": "[XXXXX94]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50199": { + "content": "[XXXXX807]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50200": { + "content": "[XXXXX299]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50201": { + "content": "[XXXXX187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50202": { + "content": "[XXXXX486]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50203": { + "content": "[XXXXX45]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50204": { + "content": "[XXXXX1036]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50205": { + "content": "[XXXXX354]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50206": { + "content": "[XXXXX386]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50207": { + "content": "[XXXXX714]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50208": { + "content": "[XXXXX769]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50209": { + "content": "[XXXXX304]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50210": { + "content": "[XXXXX92]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50211": { + "content": "[XXXXX7]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50212": { + "content": "[XXXXX31]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50213": { + "content": "[XXXXX102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50214": { + "content": "[XXXXX163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50215": { + "content": "[XXXXX723]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50216": { + "content": "[XXXXX1042]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50217": { + "content": "[XXXXX452]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50218": { + "content": "[XXXXX622]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50219": { + "content": "[XXXXX1056]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50220": { + "content": "[XXXXX822]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50221": { + "content": "[XXXXX125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50222": { + "content": "[XXXXX617]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50223": { + "content": "[XXXXX34]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50224": { + "content": "[XXXXX712]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50225": { + "content": "[XXXXX780]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50226": { + "content": "[XXXXX547]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50227": { + "content": "[XXXXX857]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50228": { + "content": "[XXXXX860]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50229": { + "content": "[XXXXX897]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50230": { + "content": "[XXXXX663]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50231": { + "content": "[XXXXX736]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50232": { + "content": "[XXXXX202]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50233": { + "content": "[XXXXX1029]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50234": { + "content": "[XXXXX956]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50235": { + "content": "[XXXXX397]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50236": { + "content": "[XXXXX239]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50237": { + "content": "[XXXXX472]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50238": { + "content": "[XXXXX230]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50239": { + "content": "[XXXXX796]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50240": { + "content": "[XXXXX639]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50241": { + "content": "[XXXXX203]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50242": { + "content": "[XXXXX231]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50243": { + "content": "[XXXXX652]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50244": { + "content": "[XXXXX981]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50245": { + "content": "[XXXXX911]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50246": { + "content": "[XXXXX380]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50247": { + "content": "[XXXXX477]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50248": { + "content": "[XXXXX952]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50249": { + "content": "[XXXXX28]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50250": { + "content": "[XXXXX801]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50251": { + "content": "[XXXXX1134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50252": { + "content": "[XXXXX1176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50253": { + "content": "[XXXXX180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50254": { + "content": "[XXXXX598]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50255": { + "content": "[XXXXX365]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50256": { + "content": "[XXXXX729]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50257": { + "content": "[XXXXX214]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50258": { + "content": "[XXXXX1117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50259": { + "content": "[XXXXX278]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50260": { + "content": "[XXXXX522]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50261": { + "content": "[XXXXX683]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50262": { + "content": "[XXXXX731]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50263": { + "content": "[XXXXX312]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50264": { + "content": "[XXXXX1178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50265": { + "content": "[XXXXX666]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50266": { + "content": "[XXXXX982]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50267": { + "content": "[XXXXX414]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50268": { + "content": "[XXXXX935]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50269": { + "content": "[XXXXX1089]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50270": { + "content": "[XXXXX236]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50271": { + "content": "[XXXXX463]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50272": { + "content": "[XXXXX52]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50273": { + "content": "[XXXXX593]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50274": { + "content": "[XXXXX508]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50275": { + "content": "[XXXXX1125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50276": { + "content": "[XXXXX462]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50277": { + "content": "[XXXXX32]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50278": { + "content": "[XXXXX596]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50279": { + "content": "[XXXXX948]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50280": { + "content": "[XXXXX150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50281": { + "content": "[XXXXX322]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50282": { + "content": "[XXXXX390]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50283": { + "content": "[XXXXX918]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50284": { + "content": "[XXXXX157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50285": { + "content": "[XXXXX310]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50286": { + "content": "[XXXXX392]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50287": { + "content": "[XXXXX649]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50288": { + "content": "[XXXXX158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50289": { + "content": "[XXXXX430]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50290": { + "content": "[XXXXX384]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50291": { + "content": "[XXXXX760]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50292": { + "content": "[XXXXX700]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50293": { + "content": "[XXXXX817]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50294": { + "content": "[XXXXX115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50295": { + "content": "[XXXXX885]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50296": { + "content": "[XXXXX940]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50297": { + "content": "[XXXXX997]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50298": { + "content": "[XXXXX61]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50299": { + "content": "[XXXXX209]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50300": { + "content": "[XXXXX316]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50301": { + "content": "[XXXXX537]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50302": { + "content": "[XXXXX599]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50303": { + "content": "[XXXXX680]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50304": { + "content": "[XXXXX135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50305": { + "content": "[XXXXX39]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50306": { + "content": "[XXXXX685]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50307": { + "content": "[XXXXX806]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50308": { + "content": "[XXXXX870]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50309": { + "content": "[XXXXX1096]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50310": { + "content": "[XXXXX366]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50311": { + "content": "[XXXXX509]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50312": { + "content": "[XXXXX943]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50313": { + "content": "[XXXXX292]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50314": { + "content": "[XXXXX367]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50315": { + "content": "[XXXXX632]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50316": { + "content": "[XXXXX1136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50317": { + "content": "[XXXXX156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50318": { + "content": "[XXXXX1100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50319": { + "content": "[XXXXX432]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50320": { + "content": "[XXXXX514]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50321": { + "content": "[XXXXX903]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50322": { + "content": "[XXXXX939]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50323": { + "content": "[XXXXX986]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50324": { + "content": "[XXXXX506]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50325": { + "content": "[XXXXX10]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50326": { + "content": "[XXXXX573]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50327": { + "content": "[XXXXX968]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50328": { + "content": "[XXXXX1039]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50329": { + "content": "[XXXXX252]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50330": { + "content": "[XXXXX612]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50331": { + "content": "[XXXXX947]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50332": { + "content": "[XXXXX1162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50333": { + "content": "[XXXXX733]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50334": { + "content": "[XXXXX976]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50335": { + "content": "[XXXXX535]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50336": { + "content": "[XXXXX710]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50337": { + "content": "[XXXXX40]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50338": { + "content": "[XXXXX984]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50339": { + "content": "[XXXXX584]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50340": { + "content": "[XXXXX132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50341": { + "content": "[XXXXX1084]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50342": { + "content": "[XXXXX549]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50343": { + "content": "[XXXXX810]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50344": { + "content": "[XXXXX208]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50345": { + "content": "[XXXXX609]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50346": { + "content": "[XXXXX275]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50347": { + "content": "[XXXXX262]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50348": { + "content": "[XXXXX331]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50349": { + "content": "[XXXXX361]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50350": { + "content": "[XXXXX561]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50351": { + "content": "[XXXXX143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50352": { + "content": "[XXXXX1061]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50353": { + "content": "[XXXXX59]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50354": { + "content": "[XXXXX21]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50355": { + "content": "[XXXXX995]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50356": { + "content": "[XXXXX439]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50357": { + "content": "[XXXXX831]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50358": { + "content": "[XXXXX745]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50359": { + "content": "[XXXXX43]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50360": { + "content": "[XXXXX498]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50361": { + "content": "[XXXXX575]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50362": { + "content": "[XXXXX624]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50363": { + "content": "[XXXXX72]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50364": { + "content": "[XXXXX921]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50365": { + "content": "[XXXXX201]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50366": { + "content": "[XXXXX1171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50367": { + "content": "[XXXXX912]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50368": { + "content": "[XXXXX775]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50369": { + "content": "[XXXXX1094]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50370": { + "content": "[XXXXX80]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50371": { + "content": "[XXXXX894]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50372": { + "content": "[XXXXX876]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50373": { + "content": "[XXXXX1143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50374": { + "content": "[XXXXX355]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50375": { + "content": "[XXXXX450]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50376": { + "content": "[XXXXX642]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50377": { + "content": "[XXXXX162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50378": { + "content": "[XXXXX394]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50379": { + "content": "[XXXXX296]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50380": { + "content": "[XXXXX536]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50381": { + "content": "[XXXXX560]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50382": { + "content": "[XXXXX373]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50383": { + "content": "[XXXXX674]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50384": { + "content": "[XXXXX1099]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50385": { + "content": "[XXXXX797]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50386": { + "content": "[XXXXX516]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50387": { + "content": "[XXXXX41]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50388": { + "content": "[XXXXX594]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50389": { + "content": "[XXXXX319]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50390": { + "content": "[XXXXX165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50391": { + "content": "[XXXXX344]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50392": { + "content": "[XXXXX1012]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50393": { + "content": "[XXXXX942]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50394": { + "content": "[XXXXX1071]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50395": { + "content": "[XXXXX648]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50396": { + "content": "[XXXXX4]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50397": { + "content": "[XXXXX633]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50398": { + "content": "[XXXXX551]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50399": { + "content": "[XXXXX586]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50400": { + "content": "[XXXXX578]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50401": { + "content": "[XXXXX348]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50402": { + "content": "[XXXXX614]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50403": { + "content": "[XXXXX33]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50404": { + "content": "[XXXXX1193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50405": { + "content": "[XXXXX737]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50406": { + "content": "[XXXXX233]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50407": { + "content": "[XXXXX933]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50408": { + "content": "[XXXXX781]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50409": { + "content": "[XXXXX189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50410": { + "content": "[XXXXX1006]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50411": { + "content": "[XXXXX219]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50412": { + "content": "[XXXXX454]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50413": { + "content": "[XXXXX449]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50414": { + "content": "[XXXXX697]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50415": { + "content": "[XXXXX724]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50416": { + "content": "[XXXXX224]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50417": { + "content": "[XXXXX1157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50418": { + "content": "[XXXXX455]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50419": { + "content": "[XXXXX505]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50420": { + "content": "[XXXXX96]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50421": { + "content": "[XXXXX182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50422": { + "content": "[XXXXX424]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50423": { + "content": "[XXXXX872]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50424": { + "content": "[XXXXX1163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50425": { + "content": "[XXXXX1081]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50426": { + "content": "[XXXXX1173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50427": { + "content": "[XXXXX172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50428": { + "content": "[XXXXX507]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50429": { + "content": "[XXXXX920]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50430": { + "content": "[XXXXX1126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50431": { + "content": "[XXXXX474]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50432": { + "content": "[XXXXX971]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50433": { + "content": "[XXXXX1049]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50434": { + "content": "[XXXXX1114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50435": { + "content": "[XXXXX1040]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50436": { + "content": "[XXXXX79]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50437": { + "content": "[XXXXX36]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50438": { + "content": "[XXXXX977]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50439": { + "content": "[XXXXX1129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50440": { + "content": "[XXXXX1063]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50441": { + "content": "[XXXXX773]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50442": { + "content": "[XXXXX16]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50443": { + "content": "[XXXXX113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50444": { + "content": "[XXXXX320]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50445": { + "content": "[XXXXX167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50446": { + "content": "[XXXXX751]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50447": { + "content": "[XXXXX656]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50448": { + "content": "[XXXXX543]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50449": { + "content": "[XXXXX828]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50450": { + "content": "[XXXXX915]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50451": { + "content": "[XXXXX1098]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50452": { + "content": "[XXXXX569]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50453": { + "content": "[XXXXX1166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50454": { + "content": "[XXXXX846]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50455": { + "content": "[XXXXX324]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50456": { + "content": "[XXXXX802]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50457": { + "content": "[XXXXX588]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50458": { + "content": "[XXXXX739]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50459": { + "content": "[XXXXX50]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50460": { + "content": "[XXXXX882]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50461": { + "content": "[XXXXX1054]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50462": { + "content": "[XXXXX621]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50463": { + "content": "[XXXXX585]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50464": { + "content": "[XXXXX121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50465": { + "content": "[XXXXX647]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50466": { + "content": "[XXXXX767]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50467": { + "content": "[XXXXX645]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50468": { + "content": "[XXXXX27]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50469": { + "content": "[XXXXX907]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50470": { + "content": "[XXXXX1109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50471": { + "content": "[XXXXX1147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50472": { + "content": "[XXXXX501]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50473": { + "content": "[XXXXX1164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50474": { + "content": "[XXXXX650]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50475": { + "content": "[XXXXX329]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50476": { + "content": "[XXXXX659]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50477": { + "content": "[XXXXX1158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50478": { + "content": "[XXXXX104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50479": { + "content": "[XXXXX629]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50480": { + "content": "[XXXXX868]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50481": { + "content": "[XXXXX779]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50482": { + "content": "[XXXXX17]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50483": { + "content": "[XXXXX377]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50484": { + "content": "[XXXXX467]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50485": { + "content": "[XXXXX917]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50486": { + "content": "[XXXXX830]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50487": { + "content": "[XXXXX533]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50488": { + "content": "[XXXXX862]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50489": { + "content": "[XXXXX1041]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50490": { + "content": "[XXXXX542]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50491": { + "content": "[XXXXX595]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50492": { + "content": "[XXXXX353]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50493": { + "content": "[XXXXX181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50494": { + "content": "[XXXXX662]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50495": { + "content": "[XXXXX1195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50496": { + "content": "[XXXXX435]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50497": { + "content": "[XXXXX1051]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50498": { + "content": "[XXXXX703]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50499": { + "content": "[XXXXX1140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50500": { + "content": "[XXXXX750]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50501": { + "content": "[XXXXX57]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50502": { + "content": "[XXXXX75]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50503": { + "content": "[XXXXX293]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50504": { + "content": "[XXXXX681]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50505": { + "content": "[XXXXX46]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50506": { + "content": "[XXXXX30]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50507": { + "content": "[XXXXX402]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50508": { + "content": "[XXXXX803]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50509": { + "content": "[XXXXX821]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50510": { + "content": "[XXXXX871]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50511": { + "content": "[XXXXX980]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50512": { + "content": "[XXXXX990]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50513": { + "content": "[XXXXX626]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50514": { + "content": "[XXXXX90]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50515": { + "content": "[XXXXX77]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50516": { + "content": "[XXXXX819]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50517": { + "content": "[XXXXX436]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50518": { + "content": "[XXXXX306]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50519": { + "content": "[XXXXX434]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50520": { + "content": "[XXXXX88]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50521": { + "content": "[XXXXX184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50522": { + "content": "[XXXXX290]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50523": { + "content": "[XXXXX216]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50524": { + "content": "[XXXXX176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50525": { + "content": "[XXXXX747]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50526": { + "content": "[XXXXX938]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50527": { + "content": "[XXXXX442]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50528": { + "content": "[XXXXX301]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50529": { + "content": "[XXXXX1015]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50530": { + "content": "[XXXXX520]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50531": { + "content": "[XXXXX829]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50532": { + "content": "[XXXXX106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50533": { + "content": "[XXXXX1048]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50534": { + "content": "[XXXXX923]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50535": { + "content": "[XXXXX958]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50536": { + "content": "[XXXXX1130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50537": { + "content": "[XXXXX89]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50538": { + "content": "[XXXXX548]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50539": { + "content": "[XXXXX863]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50540": { + "content": "[XXXXX444]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50541": { + "content": "[XXXXX1149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50542": { + "content": "[XXXXX866]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50543": { + "content": "[XXXXX109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50544": { + "content": "[XXXXX550]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50545": { + "content": "[XXXXX727]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50546": { + "content": "[XXXXX646]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50547": { + "content": "[XXXXX702]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50548": { + "content": "[XXXXX204]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50549": { + "content": "[XXXXX1000]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50550": { + "content": "[XXXXX591]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50551": { + "content": "[XXXXX1128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50552": { + "content": "[XXXXX937]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50553": { + "content": "[XXXXX141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50554": { + "content": "[XXXXX273]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50555": { + "content": "[XXXXX1183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50556": { + "content": "[XXXXX765]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50557": { + "content": "[XXXXX371]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50558": { + "content": "[XXXXX256]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50559": { + "content": "[XXXXX964]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50560": { + "content": "[XXXXX1148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50561": { + "content": "[XXXXX930]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50562": { + "content": "[XXXXX212]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50563": { + "content": "[XXXXX133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50564": { + "content": "[XXXXX608]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50565": { + "content": "[XXXXX281]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50566": { + "content": "[XXXXX1045]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50567": { + "content": "[XXXXX928]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50568": { + "content": "[XXXXX1154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50569": { + "content": "[XXXXX334]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50570": { + "content": "[XXXXX861]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50571": { + "content": "[XXXXX87]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50572": { + "content": "[XXXXX941]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50573": { + "content": "[XXXXX359]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50574": { + "content": "[XXXXX55]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50575": { + "content": "[XXXXX842]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50576": { + "content": "[XXXXX427]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50577": { + "content": "[XXXXX491]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50578": { + "content": "[XXXXX137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50579": { + "content": "[XXXXX47]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50580": { + "content": "[XXXXX511]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50581": { + "content": "[XXXXX81]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50582": { + "content": "[XXXXX139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50583": { + "content": "[XXXXX226]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50584": { + "content": "[XXXXX563]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50585": { + "content": "[XXXXX708]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50586": { + "content": "[XXXXX820]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50587": { + "content": "[XXXXX65]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50588": { + "content": "[XXXXX381]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50589": { + "content": "[XXXXX22]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50590": { + "content": "[XXXXX1064]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50591": { + "content": "[XXXXX874]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50592": { + "content": "[XXXXX944]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50593": { + "content": "[XXXXX6]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50594": { + "content": "[XXXXX313]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50595": { + "content": "[XXXXX471]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50596": { + "content": "[XXXXX1118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50597": { + "content": "[XXXXX849]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50598": { + "content": "[XXXXX483]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50599": { + "content": "[XXXXX713]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50600": { + "content": "[XXXXX222]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50601": { + "content": "[XXXXX640]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50602": { + "content": "[XXXXX12]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50603": { + "content": "[XXXXX285]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50604": { + "content": "[XXXXX327]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50605": { + "content": "[XXXXX378]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50606": { + "content": "[XXXXX790]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50607": { + "content": "[XXXXX1179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50608": { + "content": "[XXXXX15]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50609": { + "content": "[XXXXX229]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50610": { + "content": "[XXXXX771]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50611": { + "content": "[XXXXX559]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50612": { + "content": "[XXXXX253]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50613": { + "content": "[XXXXX644]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50614": { + "content": "[XXXXX811]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50615": { + "content": "[XXXXX554]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50616": { + "content": "[XXXXX744]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50617": { + "content": "[XXXXX786]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50618": { + "content": "[XXXXX913]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50619": { + "content": "[XXXXX966]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50620": { + "content": "[XXXXX972]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50621": { + "content": "[XXXXX664]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50622": { + "content": "[XXXXX1131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50623": { + "content": "[XXXXX1132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50624": { + "content": "[XXXXX376]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50625": { + "content": "[XXXXX672]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50626": { + "content": "[XXXXX1013]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50627": { + "content": "[XXXXX328]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50628": { + "content": "[XXXXX889]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50629": { + "content": "[XXXXX1141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50630": { + "content": "[XXXXX429]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50631": { + "content": "[XXXXX114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50632": { + "content": "[XXXXX523]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50633": { + "content": "[XXXXX833]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50634": { + "content": "[XXXXX927]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50635": { + "content": "[XXXXX297]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50636": { + "content": "[XXXXX812]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50637": { + "content": "[XXXXX1062]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50638": { + "content": "[XXXXX152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50639": { + "content": "[XXXXX1010]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50640": { + "content": "[XXXXX690]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50641": { + "content": "[XXXXX363]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50642": { + "content": "[XXXXX1103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50643": { + "content": "[XXXXX194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50644": { + "content": "[XXXXX844]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50645": { + "content": "[XXXXX667]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50646": { + "content": "[XXXXX720]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50647": { + "content": "[XXXXX770]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50648": { + "content": "[XXXXX515]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50649": { + "content": "[XXXXX196]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50650": { + "content": "[XXXXX283]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50651": { + "content": "[XXXXX95]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50652": { + "content": "[XXXXX528]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50653": { + "content": "[XXXXX749]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50654": { + "content": "[XXXXX934]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50655": { + "content": "[XXXXX1052]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50656": { + "content": "[XXXXX1188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50657": { + "content": "[XXXXX1001]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50658": { + "content": "[XXXXX785]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50659": { + "content": "[XXXXX393]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50660": { + "content": "[XXXXX502]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50661": { + "content": "[XXXXX404]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50662": { + "content": "[XXXXX129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50663": { + "content": "[XXXXX643]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50664": { + "content": "[XXXXX1086]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50665": { + "content": "[XXXXX1104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50666": { + "content": "[XXXXX326]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50667": { + "content": "[XXXXX330]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50668": { + "content": "[XXXXX620]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50669": { + "content": "[XXXXX193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50670": { + "content": "[XXXXX470]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50671": { + "content": "[XXXXX279]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50672": { + "content": "[XXXXX97]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50673": { + "content": "[XXXXX177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50674": { + "content": "[XXXXX510]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50675": { + "content": "[XXXXX225]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50676": { + "content": "[XXXXX572]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50677": { + "content": "[XXXXX777]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50678": { + "content": "[XXXXX1135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50679": { + "content": "[XXXXX1160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50680": { + "content": "[XXXXX558]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50681": { + "content": "[XXXXX416]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50682": { + "content": "[XXXXX246]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50683": { + "content": "[XXXXX799]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50684": { + "content": "[XXXXX153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50685": { + "content": "[XXXXX671]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50686": { + "content": "[XXXXX809]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50687": { + "content": "[XXXXX525]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50688": { + "content": "[XXXXX1004]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50689": { + "content": "[XXXXX1005]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50690": { + "content": "[XXXXX1194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50691": { + "content": "[XXXXX408]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50692": { + "content": "[XXXXX492]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50693": { + "content": "[XXXXX973]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50694": { + "content": "[XXXXX242]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50695": { + "content": "[XXXXX357]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50696": { + "content": "[XXXXX851]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50697": { + "content": "[XXXXX999]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50698": { + "content": "[XXXXX969]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50699": { + "content": "[XXXXX453]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50700": { + "content": "[XXXXX730]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50701": { + "content": "[XXXXX54]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50702": { + "content": "[XXXXX480]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50703": { + "content": "[XXXXX564]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50704": { + "content": "[XXXXX600]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50705": { + "content": "[XXXXX654]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50706": { + "content": "[XXXXX37]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50707": { + "content": "[XXXXX605]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50708": { + "content": "[XXXXX164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50709": { + "content": "[XXXXX395]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50710": { + "content": "[XXXXX401]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50711": { + "content": "[XXXXX446]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50712": { + "content": "[XXXXX658]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50713": { + "content": "[XXXXX60]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50714": { + "content": "[XXXXX107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50715": { + "content": "[XXXXX131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50716": { + "content": "[XXXXX387]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50717": { + "content": "[XXXXX67]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50718": { + "content": "[XXXXX743]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50719": { + "content": "[XXXXX657]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50720": { + "content": "[XXXXX418]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50721": { + "content": "[XXXXX787]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50722": { + "content": "[XXXXX838]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50723": { + "content": "[XXXXX298]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50724": { + "content": "[XXXXX1007]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50725": { + "content": "[XXXXX1027]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50726": { + "content": "[XXXXX1078]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50727": { + "content": "[XXXXX651]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50728": { + "content": "[XXXXX875]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50729": { + "content": "[XXXXX258]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50730": { + "content": "[XXXXX413]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50731": { + "content": "[XXXXX1092]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50732": { + "content": "[XXXXX124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50733": { + "content": "[XXXXX308]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50734": { + "content": "[XXXXX1085]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50735": { + "content": "[XXXXX1170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50736": { + "content": "[XXXXX38]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50737": { + "content": "[XXXXX438]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50738": { + "content": "[XXXXX475]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50739": { + "content": "[XXXXX900]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50740": { + "content": "[XXXXX263]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50741": { + "content": "[XXXXX166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50742": { + "content": "[XXXXX698]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50743": { + "content": "[XXXXX1127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50744": { + "content": "[XXXXX1181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50745": { + "content": "[XXXXX763]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50746": { + "content": "[XXXXX627]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50747": { + "content": "[XXXXX250]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50748": { + "content": "[XXXXX757]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50749": { + "content": "[XXXXX142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50750": { + "content": "[XXXXX794]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50751": { + "content": "[XXXXX128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50752": { + "content": "[XXXXX35]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50753": { + "content": "[XXXXX482]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50754": { + "content": "[XXXXX834]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50755": { + "content": "[XXXXX679]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50756": { + "content": "[XXXXX839]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50757": { + "content": "[XXXXX138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50758": { + "content": "[XXXXX1066]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50759": { + "content": "[XXXXX116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50760": { + "content": "[XXXXX317]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50761": { + "content": "[XXXXX490]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50762": { + "content": "[XXXXX443]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50763": { + "content": "[XXXXX879]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50764": { + "content": "[XXXXX1101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50765": { + "content": "[XXXXX711]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50766": { + "content": "[XXXXX123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50767": { + "content": "[XXXXX1152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50768": { + "content": "[XXXXX692]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50769": { + "content": "[XXXXX555]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50770": { + "content": "[XXXXX266]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50771": { + "content": "[XXXXX0]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50772": { + "content": "[XXXXX332]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50773": { + "content": "[XXXXX497]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50774": { + "content": "[XXXXX904]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50775": { + "content": "[XXXXX1019]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50776": { + "content": "[XXXXX709]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50777": { + "content": "[XXXXX351]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50778": { + "content": "[XXXXX764]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50779": { + "content": "[XXXXX625]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50780": { + "content": "[XXXXX798]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50781": { + "content": "[XXXXX205]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50782": { + "content": "[XXXXX922]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50783": { + "content": "[XXXXX1075]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50784": { + "content": "[XXXXX8]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50785": { + "content": "[XXXXX422]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50786": { + "content": "[XXXXX638]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50787": { + "content": "[XXXXX98]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50788": { + "content": "[XXXXX814]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50789": { + "content": "[XXXXX1057]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50790": { + "content": "[XXXXX1070]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50791": { + "content": "[XXXXX411]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50792": { + "content": "[XXXXX768]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50793": { + "content": "[XXXXX1165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50794": { + "content": "[XXXXX888]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50795": { + "content": "[XXXXX636]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50796": { + "content": "[XXXXX1047]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50797": { + "content": "[XXXXX960]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50798": { + "content": "[XXXXX910]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50799": { + "content": "[XXXXX42]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50800": { + "content": "[XXXXX238]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50801": { + "content": "[XXXXX383]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50802": { + "content": "[XXXXX1032]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50803": { + "content": "[XXXXX577]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50804": { + "content": "[XXXXX268]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50805": { + "content": "[XXXXX179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50806": { + "content": "[XXXXX1076]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50807": { + "content": "[XXXXX1167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50808": { + "content": "[XXXXX1172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50809": { + "content": "[XXXXX665]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50810": { + "content": "[XXXXX126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50811": { + "content": "[XXXXX347]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50812": { + "content": "[XXXXX544]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50813": { + "content": "[XXXXX1026]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50814": { + "content": "[XXXXX159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50815": { + "content": "[XXXXX503]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50816": { + "content": "[XXXXX583]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50817": { + "content": "[XXXXX668]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50818": { + "content": "[XXXXX1115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50819": { + "content": "[XXXXX112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50820": { + "content": "[XXXXX154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50821": { + "content": "[XXXXX761]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50822": { + "content": "[XXXXX540]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50823": { + "content": "[XXXXX755]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50824": { + "content": "[XXXXX255]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50825": { + "content": "[XXXXX459]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50826": { + "content": "[XXXXX1090]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50827": { + "content": "[XXXXX689]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50828": { + "content": "[XXXXX589]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50829": { + "content": "[XXXXX122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50830": { + "content": "[XXXXX789]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50831": { + "content": "[XXXXX481]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50832": { + "content": "[XXXXX1044]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50833": { + "content": "[XXXXX274]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50834": { + "content": "[XXXXX957]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50835": { + "content": "[XXXXX1121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50836": { + "content": "[XXXXX464]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50837": { + "content": "[XXXXX495]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50838": { + "content": "[XXXXX1097]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50839": { + "content": "[XXXXX581]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50840": { + "content": "[XXXXX200]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50841": { + "content": "[XXXXX954]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50842": { + "content": "[XXXXX48]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50843": { + "content": "[XXXXX855]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50844": { + "content": "[XXXXX419]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50845": { + "content": "[XXXXX919]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50846": { + "content": "[XXXXX451]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50847": { + "content": "[XXXXX869]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50848": { + "content": "[XXXXX1082]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50849": { + "content": "[XXXXX1185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50850": { + "content": "[XXXXX859]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50851": { + "content": "[XXXXX1139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50852": { + "content": "[XXXXX1072]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50853": { + "content": "[XXXXX220]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50854": { + "content": "[XXXXX465]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50855": { + "content": "[XXXXX1105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50856": { + "content": "[XXXXX1093]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50857": { + "content": "[XXXXX953]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50858": { + "content": "[XXXXX1187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50859": { + "content": "[XXXXX311]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50860": { + "content": "[XXXXX403]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50861": { + "content": "[XXXXX684]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50862": { + "content": "[XXXXX426]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50863": { + "content": "[XXXXX68]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50864": { + "content": "[XXXXX277]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50865": { + "content": "[XXXXX437]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50866": { + "content": "[XXXXX896]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50867": { + "content": "[XXXXX899]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50868": { + "content": "[XXXXX878]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50869": { + "content": "[XXXXX1073]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50870": { + "content": "[XXXXX774]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50871": { + "content": "[XXXXX315]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50872": { + "content": "[XXXXX631]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50873": { + "content": "[XXXXX223]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50874": { + "content": "[XXXXX86]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50875": { + "content": "[XXXXX607]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50876": { + "content": "[XXXXX149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50877": { + "content": "[XXXXX566]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50878": { + "content": "[XXXXX740]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50879": { + "content": "[XXXXX265]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50880": { + "content": "[XXXXX399]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50881": { + "content": "[XXXXX1053]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50882": { + "content": "[XXXXX1077]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50883": { + "content": "[XXXXX336]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50884": { + "content": "[XXXXX734]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50885": { + "content": "[XXXXX289]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50886": { + "content": "[XXXXX221]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50887": { + "content": "[XXXXX580]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50888": { + "content": "[XXXXX406]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50889": { + "content": "[XXXXX854]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50890": { + "content": "[XXXXX673]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50891": { + "content": "[XXXXX1146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50892": { + "content": "[XXXXX29]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50893": { + "content": "[XXXXX496]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50894": { + "content": "[XXXXX241]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50895": { + "content": "[XXXXX929]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50896": { + "content": "[XXXXX169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50897": { + "content": "[XXXXX1153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50898": { + "content": "[XXXXX440]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50899": { + "content": "[XXXXX385]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50900": { + "content": "[XXXXX499]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50901": { + "content": "[XXXXX718]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50902": { + "content": "[XXXXX848]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50903": { + "content": "[XXXXX877]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50904": { + "content": "[XXXXX641]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50905": { + "content": "[XXXXX1137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50906": { + "content": "[XXXXX269]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50907": { + "content": "[XXXXX521]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50908": { + "content": "[XXXXX234]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50909": { + "content": "[XXXXX987]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50910": { + "content": "[XXXXX741]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50911": { + "content": "[XXXXX349]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50912": { + "content": "[XXXXX93]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50913": { + "content": "[XXXXX247]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50914": { + "content": "[XXXXX961]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50915": { + "content": "[XXXXX1120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50916": { + "content": "[XXXXX369]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50917": { + "content": "[XXXXX479]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50918": { + "content": "[XXXXX892]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50919": { + "content": "[XXXXX553]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50920": { + "content": "[XXXXX906]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50921": { + "content": "[XXXXX571]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50922": { + "content": "[XXXXX1046]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50923": { + "content": "[XXXXX206]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50924": { + "content": "[XXXXX488]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50925": { + "content": "[XXXXX445]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50926": { + "content": "[XXXXX524]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50927": { + "content": "[XXXXX228]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50928": { + "content": "[XXXXX998]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50929": { + "content": "[XXXXX675]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50930": { + "content": "[XXXXX732]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50931": { + "content": "[XXXXX1028]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50932": { + "content": "[XXXXX494]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50933": { + "content": "[XXXXX965]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50934": { + "content": "[XXXXX1021]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50935": { + "content": "[XXXXX726]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50936": { + "content": "[XXXXX168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50937": { + "content": "[XXXXX606]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50938": { + "content": "[XXXXX974]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50939": { + "content": "[XXXXX504]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50940": { + "content": "[XXXXX556]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50941": { + "content": "[XXXXX1159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50942": { + "content": "[XXXXX417]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50943": { + "content": "[XXXXX1175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50944": { + "content": "[XXXXX1142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50945": { + "content": "[XXXXX753]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50946": { + "content": "[XXXXX824]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50947": { + "content": "[XXXXX251]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50948": { + "content": "[XXXXX345]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50949": { + "content": "[XXXXX610]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50950": { + "content": "[XXXXX276]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50951": { + "content": "[XXXXX783]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50952": { + "content": "[XXXXX74]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50953": { + "content": "[XXXXX1050]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50954": { + "content": "[XXXXX71]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50955": { + "content": "[XXXXX360]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50956": { + "content": "[XXXXX512]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50957": { + "content": "[XXXXX341]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50958": { + "content": "[XXXXX375]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50959": { + "content": "[XXXXX637]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50960": { + "content": "[XXXXX1116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50961": { + "content": "[XXXXX9]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50962": { + "content": "[XXXXX738]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50963": { + "content": "[XXXXX856]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50964": { + "content": "[XXXXX979]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50965": { + "content": "[XXXXX825]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50966": { + "content": "[XXXXX852]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50967": { + "content": "[XXXXX215]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50968": { + "content": "[XXXXX91]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50969": { + "content": "[XXXXX257]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50970": { + "content": "[XXXXX325]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50971": { + "content": "[XXXXX368]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50972": { + "content": "[XXXXX1124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50973": { + "content": "[XXXXX188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50974": { + "content": "[XXXXX905]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50975": { + "content": "[XXXXX284]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50976": { + "content": "[XXXXX11]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50977": { + "content": "[XXXXX83]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50978": { + "content": "[XXXXX611]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50979": { + "content": "[XXXXX51]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50980": { + "content": "[XXXXX99]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50981": { + "content": "[XXXXX288]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50982": { + "content": "[XXXXX945]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50983": { + "content": "[XXXXX975]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50984": { + "content": "[XXXXX282]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50985": { + "content": "[XXXXX1068]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50986": { + "content": "[XXXXX1180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50987": { + "content": "[XXXXX574]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50988": { + "content": "[XXXXX305]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50989": { + "content": "[XXXXX565]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50990": { + "content": "[XXXXX865]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50991": { + "content": "[XXXXX1014]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50992": { + "content": "[XXXXX1138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50993": { + "content": "[XXXXX134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50994": { + "content": "[XXXXX321]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50995": { + "content": "[XXXXX752]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50996": { + "content": "[XXXXX108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50997": { + "content": "[XXXXX339]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50998": { + "content": "[XXXXX893]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50999": { + "content": "[XXXXX1177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51000": { + "content": "[XXXXX988]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51001": { + "content": "[XXXXX719]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51002": { + "content": "[XXXXX1059]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51003": { + "content": "[XXXXX421]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51004": { + "content": "[XXXXX670]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51005": { + "content": "[XXXXX949]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51006": { + "content": "[XXXXX14]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51007": { + "content": "[XXXXX1087]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51008": { + "content": "[XXXXX382]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51009": { + "content": "[XXXXX531]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51010": { + "content": "[XXXXX1079]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51011": { + "content": "[XXXXX1067]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51012": { + "content": "[XXXXX655]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51013": { + "content": "[XXXXX340]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51014": { + "content": "[XXXXX398]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51015": { + "content": "[XXXXX175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51016": { + "content": "[XXXXX232]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51017": { + "content": "[XXXXX244]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51018": { + "content": "[XXXXX568]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51019": { + "content": "[XXXXX1110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51020": { + "content": "[XXXXX191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51021": { + "content": "[XXXXX931]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51022": { + "content": "[XXXXX832]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51023": { + "content": "[XXXXX1030]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51024": { + "content": "[XXXXX144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51025": { + "content": "[XXXXX1102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51026": { + "content": "[XXXXX300]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51027": { + "content": "[XXXXX996]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51028": { + "content": "[XXXXX248]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51029": { + "content": "[XXXXX66]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51030": { + "content": "[XXXXX735]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51031": { + "content": "[XXXXX20]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51032": { + "content": "[XXXXX694]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51033": { + "content": "[XXXXX845]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51034": { + "content": "[XXXXX500]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51035": { + "content": "[XXXXX613]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51036": { + "content": "[XXXXX117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51037": { + "content": "[XXXXX886]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51038": { + "content": "[XXXXX261]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51039": { + "content": "[XXXXX567]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51040": { + "content": "[XXXXX541]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51041": { + "content": "[XXXXX529]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51042": { + "content": "[XXXXX699]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51043": { + "content": "[XXXXX715]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51044": { + "content": "[XXXXX1003]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51045": { + "content": "[XXXXX518]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51046": { + "content": "[XXXXX891]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51047": { + "content": "[XXXXX192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51048": { + "content": "[XXXXX53]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51049": { + "content": "[XXXXX428]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51050": { + "content": "[XXXXX183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51051": { + "content": "[XXXXX850]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51052": { + "content": "[XXXXX539]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51053": { + "content": "[XXXXX527]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51054": { + "content": "[XXXXX660]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51055": { + "content": "[XXXXX409]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51056": { + "content": "[XXXXX1122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51057": { + "content": "[XXXXX898]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51058": { + "content": "[XXXXX858]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51059": { + "content": "[XXXXX534]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51060": { + "content": "[XXXXX756]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51061": { + "content": "[XXXXX63]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51062": { + "content": "[XXXXX49]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51063": { + "content": "[XXXXX1106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51064": { + "content": "[XXXXX111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51065": { + "content": "[XXXXX955]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51066": { + "content": "[XXXXX309]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51067": { + "content": "[XXXXX538]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51068": { + "content": "[XXXXX823]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51069": { + "content": "[XXXXX867]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51070": { + "content": "[XXXXX587]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51071": { + "content": "[XXXXX243]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51072": { + "content": "[XXXXX677]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51073": { + "content": "[XXXXX1017]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51074": { + "content": "[XXXXX173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51075": { + "content": "[XXXXX682]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51076": { + "content": "[XXXXX1184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51077": { + "content": "[XXXXX1009]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51078": { + "content": "[XXXXX704]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51079": { + "content": "[XXXXX532]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51080": { + "content": "[XXXXX901]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51081": { + "content": "[XXXXX120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51082": { + "content": "[XXXXX388]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51083": { + "content": "[XXXXX405]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51084": { + "content": "[XXXXX788]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51085": { + "content": "[XXXXX728]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51086": { + "content": "[XXXXX425]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51087": { + "content": "[XXXXX883]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51088": { + "content": "[XXXXX837]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51089": { + "content": "[XXXXX350]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51090": { + "content": "[XXXXX716]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51091": { + "content": "[XXXXX579]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51092": { + "content": "[XXXXX909]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51093": { + "content": "[XXXXX884]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51094": { + "content": "[XXXXX1011]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51095": { + "content": "[XXXXX372]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51096": { + "content": "[XXXXX370]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51097": { + "content": "[XXXXX468]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51098": { + "content": "[XXXXX688]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51099": { + "content": "[XXXXX56]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51100": { + "content": "[XXXXX653]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51101": { + "content": "[XXXXX623]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51102": { + "content": "[XXXXX552]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51103": { + "content": "[XXXXX314]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51104": { + "content": "[XXXXX1018]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51105": { + "content": "[XXXXX1091]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51106": { + "content": "[XXXXX342]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51107": { + "content": "[XXXXX1065]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51108": { + "content": "[XXXXX1161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51109": { + "content": "[XXXXX959]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51110": { + "content": "[XXXXX1035]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51111": { + "content": "[XXXXX530]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51112": { + "content": "[XXXXX69]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51113": { + "content": "[XXXXX489]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51114": { + "content": "[XXXXX1]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51115": { + "content": "[XXXXX207]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51116": { + "content": "[XXXXX433]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51117": { + "content": "[XXXXX358]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51118": { + "content": "[XXXXX601]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51119": { + "content": "[XXXXX2]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51120": { + "content": "[XXXXX722]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51121": { + "content": "[XXXXX985]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51122": { + "content": "[XXXXX908]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51123": { + "content": "[XXXXX1024]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51124": { + "content": "[XXXXX1111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51125": { + "content": "[XXXXX1113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51126": { + "content": "[XXXXX678]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51127": { + "content": "[XXXXX19]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51128": { + "content": "[XXXXX1186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51129": { + "content": "[XXXXX808]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51130": { + "content": "[XXXXX493]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51131": { + "content": "[XXXXX1155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51132": { + "content": "[XXXXX217]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51133": { + "content": "[XXXXX616]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51134": { + "content": "[XXXXX835]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51135": { + "content": "[XXXXX994]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51136": { + "content": "[XXXXX484]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51137": { + "content": "[XXXXX362]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51138": { + "content": "[XXXXX582]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51139": { + "content": "[XXXXX1034]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51140": { + "content": "[XXXXX772]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51141": { + "content": "[XXXXX457]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51142": { + "content": "[XXXXX604]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51143": { + "content": "[XXXXX456]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51144": { + "content": "[XXXXX145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51145": { + "content": "[XXXXX476]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51146": { + "content": "[XXXXX218]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51147": { + "content": "[XXXXX199]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51148": { + "content": "[XXXXX364]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51149": { + "content": "[XXXXX302]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51150": { + "content": "[XXXXX881]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51151": { + "content": "[XXXXX1088]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51152": { + "content": "[XXXXX356]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51153": { + "content": "[XXXXX936]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51154": { + "content": "[XXXXX978]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51155": { + "content": "[XXXXX895]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51156": { + "content": "[XXXXX993]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51157": { + "content": "[XXXXX458]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51158": { + "content": "[XXXXX1002]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51159": { + "content": "[XXXXX1022]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51160": { + "content": "[XXXXX25]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51161": { + "content": "[XXXXX766]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51162": { + "content": "[XXXXX64]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51163": { + "content": "[XXXXX211]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51164": { + "content": "[XXXXX82]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51165": { + "content": "[XXXXX634]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51166": { + "content": "[XXXXX661]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51167": { + "content": "[XXXXX748]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51168": { + "content": "[XXXXX778]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51169": { + "content": "[XXXXX24]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51170": { + "content": "[XXXXX448]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51171": { + "content": "[XXXXX887]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51172": { + "content": "[XXXXX890]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51173": { + "content": "[XXXXX754]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51174": { + "content": "[XXXXX343]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51175": { + "content": "[XXXXX1069]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51176": { + "content": "[XXXXX294]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51177": { + "content": "[XXXXX295]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51178": { + "content": "[XXXXX197]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51179": { + "content": "[XXXXX210]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51180": { + "content": "[XXXXX630]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51181": { + "content": "[XXXXX707]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51182": { + "content": "[XXXXX864]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51183": { + "content": "[XXXXX391]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51184": { + "content": "[XXXXX338]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51185": { + "content": "[XXXXX800]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51186": { + "content": "[XXXXX841]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51187": { + "content": "[XXXXX967]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51188": { + "content": "[XXXXX793]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51189": { + "content": "[XXXXX916]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51190": { + "content": "[XXXXX603]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51191": { + "content": "[XXXXX270]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51192": { + "content": "[XXXXX105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51193": { + "content": "[XXXXX1016]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51194": { + "content": "[XXXXX804]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51195": { + "content": "[XXXXX264]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51196": { + "content": "[XXXXX155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51197": { + "content": "[XXXXX1190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51198": { + "content": "[XXXXX813]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51199": { + "content": "[XXXXX546]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": "[CLS]", + "clean_up_tokenization_spaces": true, + "cls_token": "[CLS]", + "do_lower_case": false, + "eos_token": "[SEP]", + "extra_special_tokens": {}, + "keep_accents": true, + "mask_token": "[MASK]", + "model_max_length": 1000000000000000019884624838656, + "pad_token": "", + "remove_space": true, + "sep_token": "[SEP]", + "sp_model_kwargs": {}, + "tokenizer_class": "AlbertTokenizer", + "unk_token": "" +} diff --git a/checkpoint-15000/trainer_state.json b/checkpoint-15000/trainer_state.json new file mode 100644 index 0000000..b0c0507 --- /dev/null +++ b/checkpoint-15000/trainer_state.json @@ -0,0 +1,30089 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 1.1670492122155223, + "eval_steps": 3000, + "global_step": 15000, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "entropy": 10.742382335662843, + "epoch": 0.00038902937171756465, + "grad_norm": 4.78125, + "learning_rate": 2e-06, + "loss": 10.7699, + "mean_token_accuracy": 0.0, + "num_tokens": 9243.0, + "step": 5 + }, + { + "entropy": 10.742357444763183, + "epoch": 0.0007780587434351293, + "grad_norm": 5.03125, + "learning_rate": 4.5e-06, + "loss": 10.7654, + "mean_token_accuracy": 0.0, + "num_tokens": 18424.0, + "step": 10 + }, + { + "entropy": 10.74235429763794, + "epoch": 0.001167088115152694, + "grad_norm": 5.03125, + "learning_rate": 7e-06, + "loss": 10.729, + "mean_token_accuracy": 0.00010964912362396718, + "num_tokens": 27006.0, + "step": 15 + }, + { + "entropy": 10.742323112487792, + "epoch": 0.0015561174868702586, + "grad_norm": 4.65625, + "learning_rate": 9.5e-06, + "loss": 10.68, + "mean_token_accuracy": 0.00010695187374949455, + "num_tokens": 35577.0, + "step": 20 + }, + { + "entropy": 10.742191219329834, + "epoch": 0.0019451468585878235, + "grad_norm": 4.46875, + "learning_rate": 1.2e-05, + "loss": 10.5624, + "mean_token_accuracy": 0.001254092820454389, + "num_tokens": 43706.0, + "step": 25 + }, + { + "entropy": 10.741874980926514, + "epoch": 0.002334176230305388, + "grad_norm": 4.25, + "learning_rate": 1.4500000000000002e-05, + "loss": 10.4785, + "mean_token_accuracy": 0.01906490430701524, + "num_tokens": 52571.0, + "step": 30 + }, + { + "entropy": 10.741138744354249, + "epoch": 0.0027232056020229526, + "grad_norm": 3.296875, + "learning_rate": 1.7000000000000003e-05, + "loss": 10.3631, + "mean_token_accuracy": 0.04432072527706623, + "num_tokens": 61900.0, + "step": 35 + }, + { + "entropy": 10.739378833770752, + "epoch": 0.0031122349737405172, + "grad_norm": 2.796875, + "learning_rate": 1.95e-05, + "loss": 10.2522, + "mean_token_accuracy": 0.043363864347338674, + "num_tokens": 71234.0, + "step": 40 + }, + { + "entropy": 10.736563587188721, + "epoch": 0.003501264345458082, + "grad_norm": 2.5, + "learning_rate": 2.2e-05, + "loss": 10.1123, + "mean_token_accuracy": 0.04502938166260719, + "num_tokens": 79610.0, + "step": 45 + }, + { + "entropy": 10.733458709716796, + "epoch": 0.003890293717175647, + "grad_norm": 2.25, + "learning_rate": 2.4500000000000003e-05, + "loss": 10.0005, + "mean_token_accuracy": 0.04512783698737621, + "num_tokens": 87527.0, + "step": 50 + }, + { + "entropy": 10.731391525268554, + "epoch": 0.004279323088893211, + "grad_norm": 2.125, + "learning_rate": 2.7e-05, + "loss": 9.9758, + "mean_token_accuracy": 0.044215765222907065, + "num_tokens": 95512.0, + "step": 55 + }, + { + "entropy": 10.728329372406005, + "epoch": 0.004668352460610776, + "grad_norm": 2.0, + "learning_rate": 2.95e-05, + "loss": 9.9107, + "mean_token_accuracy": 0.04661451056599617, + "num_tokens": 104395.0, + "step": 60 + }, + { + "entropy": 10.723896598815918, + "epoch": 0.0050573818323283405, + "grad_norm": 2.03125, + "learning_rate": 3.2e-05, + "loss": 9.8199, + "mean_token_accuracy": 0.049337920546531674, + "num_tokens": 112562.0, + "step": 65 + }, + { + "entropy": 10.719001293182373, + "epoch": 0.005446411204045905, + "grad_norm": 2.03125, + "learning_rate": 3.4500000000000005e-05, + "loss": 9.7691, + "mean_token_accuracy": 0.04639301113784313, + "num_tokens": 121962.0, + "step": 70 + }, + { + "entropy": 10.715445232391357, + "epoch": 0.00583544057576347, + "grad_norm": 1.8203125, + "learning_rate": 3.7e-05, + "loss": 9.7611, + "mean_token_accuracy": 0.04579820521175861, + "num_tokens": 130714.0, + "step": 75 + }, + { + "entropy": 10.711173343658448, + "epoch": 0.0062244699474810344, + "grad_norm": 1.8046875, + "learning_rate": 3.95e-05, + "loss": 9.665, + "mean_token_accuracy": 0.0456673588603735, + "num_tokens": 139674.0, + "step": 80 + }, + { + "entropy": 10.70630578994751, + "epoch": 0.006613499319198599, + "grad_norm": 1.9453125, + "learning_rate": 4.2000000000000004e-05, + "loss": 9.5765, + "mean_token_accuracy": 0.04949404634535313, + "num_tokens": 148654.0, + "step": 85 + }, + { + "entropy": 10.698366928100587, + "epoch": 0.007002528690916164, + "grad_norm": 2.0, + "learning_rate": 4.45e-05, + "loss": 9.435, + "mean_token_accuracy": 0.05969774164259434, + "num_tokens": 156180.0, + "step": 90 + }, + { + "entropy": 10.684116172790528, + "epoch": 0.007391558062633729, + "grad_norm": 1.875, + "learning_rate": 4.7000000000000004e-05, + "loss": 9.4372, + "mean_token_accuracy": 0.06196932159364223, + "num_tokens": 165608.0, + "step": 95 + }, + { + "entropy": 10.664545917510987, + "epoch": 0.007780587434351294, + "grad_norm": 1.8984375, + "learning_rate": 4.9500000000000004e-05, + "loss": 9.3091, + "mean_token_accuracy": 0.06599215753376483, + "num_tokens": 173871.0, + "step": 100 + }, + { + "entropy": 10.63426914215088, + "epoch": 0.008169616806068859, + "grad_norm": 1.796875, + "learning_rate": 5.2e-05, + "loss": 9.2262, + "mean_token_accuracy": 0.06208839267492294, + "num_tokens": 182356.0, + "step": 105 + }, + { + "entropy": 10.588347434997559, + "epoch": 0.008558646177786422, + "grad_norm": 1.6484375, + "learning_rate": 5.45e-05, + "loss": 9.1345, + "mean_token_accuracy": 0.06493466645479203, + "num_tokens": 190361.0, + "step": 110 + }, + { + "entropy": 10.534650707244873, + "epoch": 0.008947675549503988, + "grad_norm": 1.671875, + "learning_rate": 5.7e-05, + "loss": 9.0175, + "mean_token_accuracy": 0.06511155813932419, + "num_tokens": 199253.0, + "step": 115 + }, + { + "entropy": 10.498821544647218, + "epoch": 0.009336704921221552, + "grad_norm": 1.75, + "learning_rate": 5.9499999999999996e-05, + "loss": 8.9191, + "mean_token_accuracy": 0.06383187472820281, + "num_tokens": 208181.0, + "step": 120 + }, + { + "entropy": 10.446215152740479, + "epoch": 0.009725734292939117, + "grad_norm": 1.6875, + "learning_rate": 6.2e-05, + "loss": 8.7921, + "mean_token_accuracy": 0.06596225276589393, + "num_tokens": 216898.0, + "step": 125 + }, + { + "entropy": 10.361998558044434, + "epoch": 0.010114763664656681, + "grad_norm": 1.53125, + "learning_rate": 6.450000000000001e-05, + "loss": 8.6872, + "mean_token_accuracy": 0.06298739649355412, + "num_tokens": 226051.0, + "step": 130 + }, + { + "entropy": 10.26733865737915, + "epoch": 0.010503793036374246, + "grad_norm": 1.328125, + "learning_rate": 6.7e-05, + "loss": 8.5991, + "mean_token_accuracy": 0.06326549835503101, + "num_tokens": 235018.0, + "step": 135 + }, + { + "entropy": 10.166206169128419, + "epoch": 0.01089282240809181, + "grad_norm": 1.375, + "learning_rate": 6.950000000000001e-05, + "loss": 8.4509, + "mean_token_accuracy": 0.06088712736964226, + "num_tokens": 244268.0, + "step": 140 + }, + { + "entropy": 10.03088960647583, + "epoch": 0.011281851779809376, + "grad_norm": 1.2421875, + "learning_rate": 7.2e-05, + "loss": 8.3425, + "mean_token_accuracy": 0.06427538841962814, + "num_tokens": 253545.0, + "step": 145 + }, + { + "entropy": 9.861793708801269, + "epoch": 0.01167088115152694, + "grad_norm": 1.2890625, + "learning_rate": 7.45e-05, + "loss": 8.1413, + "mean_token_accuracy": 0.07204292267560959, + "num_tokens": 261767.0, + "step": 150 + }, + { + "entropy": 9.695942211151124, + "epoch": 0.012059910523244505, + "grad_norm": 1.0625, + "learning_rate": 7.7e-05, + "loss": 8.1018, + "mean_token_accuracy": 0.06669669337570668, + "num_tokens": 270372.0, + "step": 155 + }, + { + "entropy": 9.514180374145507, + "epoch": 0.012448939894962069, + "grad_norm": 1.109375, + "learning_rate": 7.950000000000001e-05, + "loss": 8.0639, + "mean_token_accuracy": 0.06147677525877952, + "num_tokens": 279726.0, + "step": 160 + }, + { + "entropy": 9.323209476470947, + "epoch": 0.012837969266679634, + "grad_norm": 0.96875, + "learning_rate": 8.2e-05, + "loss": 7.9873, + "mean_token_accuracy": 0.06152131669223308, + "num_tokens": 288955.0, + "step": 165 + }, + { + "entropy": 9.155291080474854, + "epoch": 0.013226998638397198, + "grad_norm": 0.8984375, + "learning_rate": 8.450000000000001e-05, + "loss": 7.8671, + "mean_token_accuracy": 0.06018271669745445, + "num_tokens": 297898.0, + "step": 170 + }, + { + "entropy": 8.913286781311035, + "epoch": 0.013616028010114764, + "grad_norm": 0.9375, + "learning_rate": 8.7e-05, + "loss": 7.7877, + "mean_token_accuracy": 0.06726240292191506, + "num_tokens": 306189.0, + "step": 175 + }, + { + "entropy": 8.70859899520874, + "epoch": 0.014005057381832327, + "grad_norm": 0.82421875, + "learning_rate": 8.95e-05, + "loss": 7.7347, + "mean_token_accuracy": 0.06567795276641845, + "num_tokens": 314881.0, + "step": 180 + }, + { + "entropy": 8.591675281524658, + "epoch": 0.014394086753549893, + "grad_norm": 0.96875, + "learning_rate": 9.2e-05, + "loss": 7.7148, + "mean_token_accuracy": 0.0621601328253746, + "num_tokens": 323357.0, + "step": 185 + }, + { + "entropy": 8.47695083618164, + "epoch": 0.014783116125267459, + "grad_norm": 1.1875, + "learning_rate": 9.45e-05, + "loss": 7.7356, + "mean_token_accuracy": 0.06571447476744652, + "num_tokens": 331799.0, + "step": 190 + }, + { + "entropy": 8.370344352722167, + "epoch": 0.015172145496985022, + "grad_norm": 0.921875, + "learning_rate": 9.7e-05, + "loss": 7.6118, + "mean_token_accuracy": 0.06905685365200043, + "num_tokens": 340320.0, + "step": 195 + }, + { + "entropy": 8.324654674530029, + "epoch": 0.015561174868702588, + "grad_norm": 0.9375, + "learning_rate": 9.95e-05, + "loss": 7.6178, + "mean_token_accuracy": 0.06449079662561416, + "num_tokens": 348990.0, + "step": 200 + }, + { + "entropy": 8.174854373931884, + "epoch": 0.01595020424042015, + "grad_norm": 0.9765625, + "learning_rate": 0.000102, + "loss": 7.5827, + "mean_token_accuracy": 0.06486652344465256, + "num_tokens": 357661.0, + "step": 205 + }, + { + "entropy": 8.168173027038574, + "epoch": 0.016339233612137717, + "grad_norm": 0.796875, + "learning_rate": 0.00010449999999999999, + "loss": 7.5391, + "mean_token_accuracy": 0.07107783854007721, + "num_tokens": 366099.0, + "step": 210 + }, + { + "entropy": 8.15952262878418, + "epoch": 0.016728262983855283, + "grad_norm": 0.83984375, + "learning_rate": 0.000107, + "loss": 7.677, + "mean_token_accuracy": 0.06535900048911572, + "num_tokens": 374926.0, + "step": 215 + }, + { + "entropy": 8.183490467071532, + "epoch": 0.017117292355572845, + "grad_norm": 0.890625, + "learning_rate": 0.0001095, + "loss": 7.5935, + "mean_token_accuracy": 0.06671289913356304, + "num_tokens": 383846.0, + "step": 220 + }, + { + "entropy": 8.149136352539063, + "epoch": 0.01750632172729041, + "grad_norm": 0.84765625, + "learning_rate": 0.000112, + "loss": 7.5526, + "mean_token_accuracy": 0.07337053082883357, + "num_tokens": 393678.0, + "step": 225 + }, + { + "entropy": 8.142791080474854, + "epoch": 0.017895351099007976, + "grad_norm": 0.9765625, + "learning_rate": 0.0001145, + "loss": 7.5805, + "mean_token_accuracy": 0.07247933149337768, + "num_tokens": 401866.0, + "step": 230 + }, + { + "entropy": 8.138428115844727, + "epoch": 0.01828438047072554, + "grad_norm": 0.96875, + "learning_rate": 0.00011700000000000001, + "loss": 7.5559, + "mean_token_accuracy": 0.07213828079402447, + "num_tokens": 411057.0, + "step": 235 + }, + { + "entropy": 8.083276653289795, + "epoch": 0.018673409842443103, + "grad_norm": 0.90234375, + "learning_rate": 0.00011949999999999999, + "loss": 7.5199, + "mean_token_accuracy": 0.07377653121948242, + "num_tokens": 419083.0, + "step": 240 + }, + { + "entropy": 8.081015300750732, + "epoch": 0.01906243921416067, + "grad_norm": 1.1640625, + "learning_rate": 0.000122, + "loss": 7.423, + "mean_token_accuracy": 0.07348247244954109, + "num_tokens": 427503.0, + "step": 245 + }, + { + "entropy": 7.99849009513855, + "epoch": 0.019451468585878234, + "grad_norm": 1.1015625, + "learning_rate": 0.0001245, + "loss": 7.5381, + "mean_token_accuracy": 0.07209133058786392, + "num_tokens": 435820.0, + "step": 250 + }, + { + "entropy": 7.958733320236206, + "epoch": 0.0198404979575958, + "grad_norm": 0.86328125, + "learning_rate": 0.000127, + "loss": 7.3981, + "mean_token_accuracy": 0.07939725071191787, + "num_tokens": 444692.0, + "step": 255 + }, + { + "entropy": 8.023887872695923, + "epoch": 0.020229527329313362, + "grad_norm": 0.890625, + "learning_rate": 0.0001295, + "loss": 7.4495, + "mean_token_accuracy": 0.07057543247938156, + "num_tokens": 453536.0, + "step": 260 + }, + { + "entropy": 8.02216215133667, + "epoch": 0.020618556701030927, + "grad_norm": 1.0078125, + "learning_rate": 0.000132, + "loss": 7.4635, + "mean_token_accuracy": 0.07652526497840881, + "num_tokens": 462264.0, + "step": 265 + }, + { + "entropy": 8.021293640136719, + "epoch": 0.021007586072748493, + "grad_norm": 1.0625, + "learning_rate": 0.00013450000000000002, + "loss": 7.5942, + "mean_token_accuracy": 0.07328042685985565, + "num_tokens": 471819.0, + "step": 270 + }, + { + "entropy": 7.957899475097657, + "epoch": 0.02139661544446606, + "grad_norm": 0.96484375, + "learning_rate": 0.00013700000000000002, + "loss": 7.4982, + "mean_token_accuracy": 0.0714272040873766, + "num_tokens": 480878.0, + "step": 275 + }, + { + "entropy": 8.055506563186645, + "epoch": 0.02178564481618362, + "grad_norm": 0.87109375, + "learning_rate": 0.0001395, + "loss": 7.4444, + "mean_token_accuracy": 0.08031182736158371, + "num_tokens": 489454.0, + "step": 280 + }, + { + "entropy": 7.901804733276367, + "epoch": 0.022174674187901186, + "grad_norm": 1.0390625, + "learning_rate": 0.00014199999999999998, + "loss": 7.3353, + "mean_token_accuracy": 0.07537753507494926, + "num_tokens": 498378.0, + "step": 285 + }, + { + "entropy": 7.9674581527709964, + "epoch": 0.02256370355961875, + "grad_norm": 0.91796875, + "learning_rate": 0.0001445, + "loss": 7.558, + "mean_token_accuracy": 0.07206817306578159, + "num_tokens": 507638.0, + "step": 290 + }, + { + "entropy": 8.018344259262085, + "epoch": 0.022952732931336317, + "grad_norm": 0.953125, + "learning_rate": 0.000147, + "loss": 7.4655, + "mean_token_accuracy": 0.08074412941932678, + "num_tokens": 517047.0, + "step": 295 + }, + { + "entropy": 7.928561210632324, + "epoch": 0.02334176230305388, + "grad_norm": 1.078125, + "learning_rate": 0.0001495, + "loss": 7.3931, + "mean_token_accuracy": 0.07988100573420524, + "num_tokens": 525287.0, + "step": 300 + }, + { + "entropy": 7.889331293106079, + "epoch": 0.023730791674771445, + "grad_norm": 1.0234375, + "learning_rate": 0.000152, + "loss": 7.3272, + "mean_token_accuracy": 0.07765846103429794, + "num_tokens": 533266.0, + "step": 305 + }, + { + "entropy": 7.938522481918335, + "epoch": 0.02411982104648901, + "grad_norm": 0.95703125, + "learning_rate": 0.00015450000000000001, + "loss": 7.4553, + "mean_token_accuracy": 0.07832531034946441, + "num_tokens": 542448.0, + "step": 310 + }, + { + "entropy": 7.876863288879394, + "epoch": 0.024508850418206576, + "grad_norm": 0.99609375, + "learning_rate": 0.000157, + "loss": 7.3373, + "mean_token_accuracy": 0.07851743251085282, + "num_tokens": 550872.0, + "step": 315 + }, + { + "entropy": 7.92165994644165, + "epoch": 0.024897879789924138, + "grad_norm": 0.9921875, + "learning_rate": 0.0001595, + "loss": 7.3913, + "mean_token_accuracy": 0.08598420470952987, + "num_tokens": 559616.0, + "step": 320 + }, + { + "entropy": 7.843034791946411, + "epoch": 0.025286909161641703, + "grad_norm": 1.1484375, + "learning_rate": 0.000162, + "loss": 7.3644, + "mean_token_accuracy": 0.0826579324901104, + "num_tokens": 568379.0, + "step": 325 + }, + { + "entropy": 7.829864072799682, + "epoch": 0.02567593853335927, + "grad_norm": 0.94140625, + "learning_rate": 0.00016450000000000001, + "loss": 7.3671, + "mean_token_accuracy": 0.08075782656669617, + "num_tokens": 577288.0, + "step": 330 + }, + { + "entropy": 7.871328210830688, + "epoch": 0.026064967905076834, + "grad_norm": 0.96875, + "learning_rate": 0.00016700000000000002, + "loss": 7.3243, + "mean_token_accuracy": 0.08058057203888894, + "num_tokens": 587054.0, + "step": 335 + }, + { + "entropy": 7.879428195953369, + "epoch": 0.026453997276794396, + "grad_norm": 1.0703125, + "learning_rate": 0.00016950000000000003, + "loss": 7.443, + "mean_token_accuracy": 0.0813908450305462, + "num_tokens": 595405.0, + "step": 340 + }, + { + "entropy": 7.87817964553833, + "epoch": 0.026843026648511962, + "grad_norm": 1.1953125, + "learning_rate": 0.00017199999999999998, + "loss": 7.3017, + "mean_token_accuracy": 0.0837264135479927, + "num_tokens": 604095.0, + "step": 345 + }, + { + "entropy": 7.7519464015960695, + "epoch": 0.027232056020229527, + "grad_norm": 1.0390625, + "learning_rate": 0.00017449999999999999, + "loss": 7.3331, + "mean_token_accuracy": 0.08179512321949005, + "num_tokens": 613518.0, + "step": 350 + }, + { + "entropy": 7.8531310081481935, + "epoch": 0.027621085391947093, + "grad_norm": 1.0625, + "learning_rate": 0.000177, + "loss": 7.1945, + "mean_token_accuracy": 0.08306437954306603, + "num_tokens": 621212.0, + "step": 355 + }, + { + "entropy": 7.758134984970093, + "epoch": 0.028010114763664655, + "grad_norm": 0.99609375, + "learning_rate": 0.0001795, + "loss": 7.2697, + "mean_token_accuracy": 0.08436251506209373, + "num_tokens": 629326.0, + "step": 360 + }, + { + "entropy": 7.758914995193481, + "epoch": 0.02839914413538222, + "grad_norm": 1.0546875, + "learning_rate": 0.000182, + "loss": 7.2792, + "mean_token_accuracy": 0.08306139633059502, + "num_tokens": 637034.0, + "step": 365 + }, + { + "entropy": 7.723426389694214, + "epoch": 0.028788173507099786, + "grad_norm": 1.09375, + "learning_rate": 0.0001845, + "loss": 7.1741, + "mean_token_accuracy": 0.08840271160006523, + "num_tokens": 645924.0, + "step": 370 + }, + { + "entropy": 7.825829219818115, + "epoch": 0.02917720287881735, + "grad_norm": 0.9921875, + "learning_rate": 0.000187, + "loss": 7.3813, + "mean_token_accuracy": 0.08644352033734322, + "num_tokens": 655020.0, + "step": 375 + }, + { + "entropy": 7.784128332138062, + "epoch": 0.029566232250534917, + "grad_norm": 1.1640625, + "learning_rate": 0.0001895, + "loss": 7.2057, + "mean_token_accuracy": 0.08727380409836769, + "num_tokens": 663451.0, + "step": 380 + }, + { + "entropy": 7.727108144760132, + "epoch": 0.02995526162225248, + "grad_norm": 1.0078125, + "learning_rate": 0.000192, + "loss": 7.2834, + "mean_token_accuracy": 0.08695143982768058, + "num_tokens": 671973.0, + "step": 385 + }, + { + "entropy": 7.712132835388184, + "epoch": 0.030344290993970045, + "grad_norm": 1.03125, + "learning_rate": 0.0001945, + "loss": 7.1734, + "mean_token_accuracy": 0.08923292458057404, + "num_tokens": 680583.0, + "step": 390 + }, + { + "entropy": 7.674439716339111, + "epoch": 0.03073332036568761, + "grad_norm": 1.296875, + "learning_rate": 0.00019700000000000002, + "loss": 7.1871, + "mean_token_accuracy": 0.0865532897412777, + "num_tokens": 689000.0, + "step": 395 + }, + { + "entropy": 7.765862512588501, + "epoch": 0.031122349737405176, + "grad_norm": 1.171875, + "learning_rate": 0.00019950000000000002, + "loss": 7.1741, + "mean_token_accuracy": 0.08593220934271813, + "num_tokens": 698047.0, + "step": 400 + }, + { + "entropy": 7.731269979476929, + "epoch": 0.03151137910912274, + "grad_norm": 0.8828125, + "learning_rate": 0.000202, + "loss": 7.2962, + "mean_token_accuracy": 0.08466848209500313, + "num_tokens": 707192.0, + "step": 405 + }, + { + "entropy": 7.695866537094116, + "epoch": 0.0319004084808403, + "grad_norm": 1.3046875, + "learning_rate": 0.00020449999999999998, + "loss": 7.1133, + "mean_token_accuracy": 0.09290924519300461, + "num_tokens": 715895.0, + "step": 410 + }, + { + "entropy": 7.683174657821655, + "epoch": 0.03228943785255787, + "grad_norm": 1.0234375, + "learning_rate": 0.000207, + "loss": 7.1955, + "mean_token_accuracy": 0.08894984126091003, + "num_tokens": 724891.0, + "step": 415 + }, + { + "entropy": 7.715670108795166, + "epoch": 0.032678467224275434, + "grad_norm": 1.1171875, + "learning_rate": 0.0002095, + "loss": 7.2305, + "mean_token_accuracy": 0.08583205491304398, + "num_tokens": 733378.0, + "step": 420 + }, + { + "entropy": 7.689523315429687, + "epoch": 0.033067496595993, + "grad_norm": 1.2578125, + "learning_rate": 0.000212, + "loss": 7.2038, + "mean_token_accuracy": 0.08817718252539634, + "num_tokens": 741098.0, + "step": 425 + }, + { + "entropy": 7.737551879882813, + "epoch": 0.033456525967710565, + "grad_norm": 1.375, + "learning_rate": 0.0002145, + "loss": 7.1523, + "mean_token_accuracy": 0.08939553946256637, + "num_tokens": 749902.0, + "step": 430 + }, + { + "entropy": 7.571504878997803, + "epoch": 0.033845555339428124, + "grad_norm": 1.1875, + "learning_rate": 0.00021700000000000002, + "loss": 7.1379, + "mean_token_accuracy": 0.09236362501978874, + "num_tokens": 758638.0, + "step": 435 + }, + { + "entropy": 7.696662092208863, + "epoch": 0.03423458471114569, + "grad_norm": 1.0625, + "learning_rate": 0.0002195, + "loss": 7.2068, + "mean_token_accuracy": 0.0883943185210228, + "num_tokens": 768170.0, + "step": 440 + }, + { + "entropy": 7.6304443836212155, + "epoch": 0.034623614082863255, + "grad_norm": 1.0546875, + "learning_rate": 0.000222, + "loss": 7.0936, + "mean_token_accuracy": 0.09277842119336129, + "num_tokens": 776745.0, + "step": 445 + }, + { + "entropy": 7.6743035316467285, + "epoch": 0.03501264345458082, + "grad_norm": 1.296875, + "learning_rate": 0.0002245, + "loss": 7.2093, + "mean_token_accuracy": 0.0887695960700512, + "num_tokens": 785030.0, + "step": 450 + }, + { + "entropy": 7.6144163608551025, + "epoch": 0.035401672826298386, + "grad_norm": 1.125, + "learning_rate": 0.00022700000000000002, + "loss": 7.171, + "mean_token_accuracy": 0.08834633827209473, + "num_tokens": 793543.0, + "step": 455 + }, + { + "entropy": 7.52853422164917, + "epoch": 0.03579070219801595, + "grad_norm": 1.09375, + "learning_rate": 0.00022950000000000002, + "loss": 7.0163, + "mean_token_accuracy": 0.09290485829114914, + "num_tokens": 802401.0, + "step": 460 + }, + { + "entropy": 7.607344436645508, + "epoch": 0.03617973156973352, + "grad_norm": 0.953125, + "learning_rate": 0.00023200000000000003, + "loss": 7.1277, + "mean_token_accuracy": 0.08786619827151299, + "num_tokens": 811625.0, + "step": 465 + }, + { + "entropy": 7.560419654846191, + "epoch": 0.03656876094145108, + "grad_norm": 1.140625, + "learning_rate": 0.00023449999999999998, + "loss": 7.0702, + "mean_token_accuracy": 0.0898631051182747, + "num_tokens": 820742.0, + "step": 470 + }, + { + "entropy": 7.608465671539307, + "epoch": 0.03695779031316864, + "grad_norm": 0.96875, + "learning_rate": 0.000237, + "loss": 7.1654, + "mean_token_accuracy": 0.08933878615498543, + "num_tokens": 829580.0, + "step": 475 + }, + { + "entropy": 7.560161828994751, + "epoch": 0.03734681968488621, + "grad_norm": 1.046875, + "learning_rate": 0.0002395, + "loss": 7.0934, + "mean_token_accuracy": 0.09360112398862838, + "num_tokens": 838818.0, + "step": 480 + }, + { + "entropy": 7.639765310287475, + "epoch": 0.03773584905660377, + "grad_norm": 1.1640625, + "learning_rate": 0.000242, + "loss": 7.1163, + "mean_token_accuracy": 0.08306419998407363, + "num_tokens": 847804.0, + "step": 485 + }, + { + "entropy": 7.4112790584564205, + "epoch": 0.03812487842832134, + "grad_norm": 1.1328125, + "learning_rate": 0.0002445, + "loss": 6.8803, + "mean_token_accuracy": 0.10076504200696945, + "num_tokens": 856395.0, + "step": 490 + }, + { + "entropy": 7.583081674575806, + "epoch": 0.0385139078000389, + "grad_norm": 1.0703125, + "learning_rate": 0.000247, + "loss": 7.1207, + "mean_token_accuracy": 0.09502710178494453, + "num_tokens": 865219.0, + "step": 495 + }, + { + "entropy": 7.43314561843872, + "epoch": 0.03890293717175647, + "grad_norm": 1.1171875, + "learning_rate": 0.0002495, + "loss": 6.9119, + "mean_token_accuracy": 0.09718281924724578, + "num_tokens": 873868.0, + "step": 500 + }, + { + "entropy": 7.498023557662964, + "epoch": 0.039291966543474034, + "grad_norm": 1.0546875, + "learning_rate": 0.000252, + "loss": 7.0232, + "mean_token_accuracy": 0.09345900416374206, + "num_tokens": 882698.0, + "step": 505 + }, + { + "entropy": 7.469527721405029, + "epoch": 0.0396809959151916, + "grad_norm": 1.2890625, + "learning_rate": 0.0002545, + "loss": 6.9475, + "mean_token_accuracy": 0.0993176445364952, + "num_tokens": 891280.0, + "step": 510 + }, + { + "entropy": 7.47659912109375, + "epoch": 0.04007002528690916, + "grad_norm": 1.1640625, + "learning_rate": 0.000257, + "loss": 7.0011, + "mean_token_accuracy": 0.09124450460076332, + "num_tokens": 900044.0, + "step": 515 + }, + { + "entropy": 7.436534833908081, + "epoch": 0.040459054658626724, + "grad_norm": 1.125, + "learning_rate": 0.0002595, + "loss": 6.9727, + "mean_token_accuracy": 0.0896801546216011, + "num_tokens": 909297.0, + "step": 520 + }, + { + "entropy": 7.425080251693726, + "epoch": 0.04084808403034429, + "grad_norm": 1.1171875, + "learning_rate": 0.000262, + "loss": 6.9447, + "mean_token_accuracy": 0.0947676196694374, + "num_tokens": 917514.0, + "step": 525 + }, + { + "entropy": 7.387802982330323, + "epoch": 0.041237113402061855, + "grad_norm": 1.1796875, + "learning_rate": 0.00026450000000000003, + "loss": 6.9388, + "mean_token_accuracy": 0.09883696585893631, + "num_tokens": 925842.0, + "step": 530 + }, + { + "entropy": 7.389920854568482, + "epoch": 0.04162614277377942, + "grad_norm": 1.2421875, + "learning_rate": 0.00026700000000000004, + "loss": 7.0398, + "mean_token_accuracy": 0.09228231534361839, + "num_tokens": 934676.0, + "step": 535 + }, + { + "entropy": 7.4626116275787355, + "epoch": 0.042015172145496986, + "grad_norm": 1.1484375, + "learning_rate": 0.00026950000000000005, + "loss": 6.9525, + "mean_token_accuracy": 0.09330017715692521, + "num_tokens": 943763.0, + "step": 540 + }, + { + "entropy": 7.356891870498657, + "epoch": 0.04240420151721455, + "grad_norm": 1.1015625, + "learning_rate": 0.00027200000000000005, + "loss": 6.9442, + "mean_token_accuracy": 0.09821118861436844, + "num_tokens": 952721.0, + "step": 545 + }, + { + "entropy": 7.440818834304809, + "epoch": 0.04279323088893212, + "grad_norm": 1.046875, + "learning_rate": 0.0002745, + "loss": 6.9443, + "mean_token_accuracy": 0.10198782086372375, + "num_tokens": 960899.0, + "step": 550 + }, + { + "entropy": 7.310132646560669, + "epoch": 0.04318226026064968, + "grad_norm": 1.15625, + "learning_rate": 0.000277, + "loss": 6.9242, + "mean_token_accuracy": 0.09831049591302872, + "num_tokens": 969362.0, + "step": 555 + }, + { + "entropy": 7.41514139175415, + "epoch": 0.04357128963236724, + "grad_norm": 1.0625, + "learning_rate": 0.0002795, + "loss": 6.9077, + "mean_token_accuracy": 0.10258749797940254, + "num_tokens": 978028.0, + "step": 560 + }, + { + "entropy": 7.3455198287963865, + "epoch": 0.04396031900408481, + "grad_norm": 1.1328125, + "learning_rate": 0.00028199999999999997, + "loss": 6.8935, + "mean_token_accuracy": 0.10291868522763252, + "num_tokens": 985709.0, + "step": 565 + }, + { + "entropy": 7.418910646438599, + "epoch": 0.04434934837580237, + "grad_norm": 1.4140625, + "learning_rate": 0.0002845, + "loss": 6.976, + "mean_token_accuracy": 0.10187083706259728, + "num_tokens": 994769.0, + "step": 570 + }, + { + "entropy": 7.401043939590454, + "epoch": 0.04473837774751994, + "grad_norm": 1.1484375, + "learning_rate": 0.000287, + "loss": 6.962, + "mean_token_accuracy": 0.10199706852436066, + "num_tokens": 1003997.0, + "step": 575 + }, + { + "entropy": 7.399074697494507, + "epoch": 0.0451274071192375, + "grad_norm": 1.2265625, + "learning_rate": 0.0002895, + "loss": 6.9466, + "mean_token_accuracy": 0.09917582347989082, + "num_tokens": 1012931.0, + "step": 580 + }, + { + "entropy": 7.332787704467774, + "epoch": 0.04551643649095507, + "grad_norm": 1.1484375, + "learning_rate": 0.000292, + "loss": 6.9555, + "mean_token_accuracy": 0.10086694583296776, + "num_tokens": 1021149.0, + "step": 585 + }, + { + "entropy": 7.499734544754029, + "epoch": 0.045905465862672634, + "grad_norm": 1.171875, + "learning_rate": 0.0002945, + "loss": 6.9548, + "mean_token_accuracy": 0.10112444758415222, + "num_tokens": 1029421.0, + "step": 590 + }, + { + "entropy": 7.391014766693115, + "epoch": 0.0462944952343902, + "grad_norm": 1.3828125, + "learning_rate": 0.000297, + "loss": 7.0459, + "mean_token_accuracy": 0.09981294050812721, + "num_tokens": 1037222.0, + "step": 595 + }, + { + "entropy": 7.352716112136841, + "epoch": 0.04668352460610776, + "grad_norm": 1.1640625, + "learning_rate": 0.0002995, + "loss": 6.9734, + "mean_token_accuracy": 0.09807954430580139, + "num_tokens": 1046903.0, + "step": 600 + }, + { + "entropy": 7.385373210906982, + "epoch": 0.047072553977825324, + "grad_norm": 1.078125, + "learning_rate": 0.000302, + "loss": 7.0123, + "mean_token_accuracy": 0.09519420191645622, + "num_tokens": 1055516.0, + "step": 605 + }, + { + "entropy": 7.407522106170655, + "epoch": 0.04746158334954289, + "grad_norm": 1.0546875, + "learning_rate": 0.0003045, + "loss": 6.9265, + "mean_token_accuracy": 0.09930946677923203, + "num_tokens": 1063846.0, + "step": 610 + }, + { + "entropy": 7.281380128860474, + "epoch": 0.047850612721260455, + "grad_norm": 1.109375, + "learning_rate": 0.000307, + "loss": 6.8993, + "mean_token_accuracy": 0.09943632334470749, + "num_tokens": 1072500.0, + "step": 615 + }, + { + "entropy": 7.34805383682251, + "epoch": 0.04823964209297802, + "grad_norm": 1.171875, + "learning_rate": 0.0003095, + "loss": 6.922, + "mean_token_accuracy": 0.09708855003118515, + "num_tokens": 1081399.0, + "step": 620 + }, + { + "entropy": 7.2534126281738285, + "epoch": 0.048628671464695586, + "grad_norm": 1.1796875, + "learning_rate": 0.000312, + "loss": 6.8743, + "mean_token_accuracy": 0.1036634124815464, + "num_tokens": 1089666.0, + "step": 625 + }, + { + "entropy": 7.336611223220825, + "epoch": 0.04901770083641315, + "grad_norm": 1.1953125, + "learning_rate": 0.0003145, + "loss": 6.7632, + "mean_token_accuracy": 0.10756223425269126, + "num_tokens": 1097496.0, + "step": 630 + }, + { + "entropy": 7.240615320205689, + "epoch": 0.04940673020813072, + "grad_norm": 1.1953125, + "learning_rate": 0.000317, + "loss": 6.8822, + "mean_token_accuracy": 0.10434303507208824, + "num_tokens": 1105840.0, + "step": 635 + }, + { + "entropy": 7.313789176940918, + "epoch": 0.049795759579848276, + "grad_norm": 1.0703125, + "learning_rate": 0.0003195, + "loss": 6.9515, + "mean_token_accuracy": 0.0976039707660675, + "num_tokens": 1115507.0, + "step": 640 + }, + { + "entropy": 7.261141300201416, + "epoch": 0.05018478895156584, + "grad_norm": 0.91796875, + "learning_rate": 0.000322, + "loss": 6.8997, + "mean_token_accuracy": 0.09827139601111412, + "num_tokens": 1124820.0, + "step": 645 + }, + { + "entropy": 7.230596017837525, + "epoch": 0.05057381832328341, + "grad_norm": 1.015625, + "learning_rate": 0.00032450000000000003, + "loss": 6.7406, + "mean_token_accuracy": 0.10685393288731575, + "num_tokens": 1133641.0, + "step": 650 + }, + { + "entropy": 7.177046489715576, + "epoch": 0.05096284769500097, + "grad_norm": 1.1640625, + "learning_rate": 0.00032700000000000003, + "loss": 6.792, + "mean_token_accuracy": 0.10451765954494477, + "num_tokens": 1142182.0, + "step": 655 + }, + { + "entropy": 7.294152784347534, + "epoch": 0.05135187706671854, + "grad_norm": 1.1328125, + "learning_rate": 0.00032950000000000004, + "loss": 6.8672, + "mean_token_accuracy": 0.10539027452468872, + "num_tokens": 1150737.0, + "step": 660 + }, + { + "entropy": 7.172728967666626, + "epoch": 0.0517409064384361, + "grad_norm": 1.109375, + "learning_rate": 0.00033200000000000005, + "loss": 6.7309, + "mean_token_accuracy": 0.10050051435828208, + "num_tokens": 1158899.0, + "step": 665 + }, + { + "entropy": 7.331276702880859, + "epoch": 0.05212993581015367, + "grad_norm": 1.171875, + "learning_rate": 0.00033450000000000005, + "loss": 6.819, + "mean_token_accuracy": 0.10705862119793892, + "num_tokens": 1167397.0, + "step": 670 + }, + { + "entropy": 7.248978996276856, + "epoch": 0.052518965181871234, + "grad_norm": 1.1796875, + "learning_rate": 0.000337, + "loss": 6.8332, + "mean_token_accuracy": 0.10063659623265267, + "num_tokens": 1177044.0, + "step": 675 + }, + { + "entropy": 7.085381174087525, + "epoch": 0.05290799455358879, + "grad_norm": 1.3359375, + "learning_rate": 0.0003395, + "loss": 6.693, + "mean_token_accuracy": 0.10786959677934646, + "num_tokens": 1185740.0, + "step": 680 + }, + { + "entropy": 7.203679895401001, + "epoch": 0.05329702392530636, + "grad_norm": 1.203125, + "learning_rate": 0.000342, + "loss": 6.8372, + "mean_token_accuracy": 0.10230442136526108, + "num_tokens": 1194970.0, + "step": 685 + }, + { + "entropy": 7.245568037033081, + "epoch": 0.053686053297023924, + "grad_norm": 1.09375, + "learning_rate": 0.00034449999999999997, + "loss": 6.7921, + "mean_token_accuracy": 0.10874027833342552, + "num_tokens": 1203565.0, + "step": 690 + }, + { + "entropy": 7.196403169631958, + "epoch": 0.05407508266874149, + "grad_norm": 1.0, + "learning_rate": 0.000347, + "loss": 6.8265, + "mean_token_accuracy": 0.10126563459634781, + "num_tokens": 1213226.0, + "step": 695 + }, + { + "entropy": 7.09236512184143, + "epoch": 0.054464112040459055, + "grad_norm": 1.0703125, + "learning_rate": 0.0003495, + "loss": 6.7432, + "mean_token_accuracy": 0.1003255195915699, + "num_tokens": 1221710.0, + "step": 700 + }, + { + "entropy": 7.216377449035645, + "epoch": 0.05485314141217662, + "grad_norm": 0.98046875, + "learning_rate": 0.000352, + "loss": 6.8035, + "mean_token_accuracy": 0.09862821027636529, + "num_tokens": 1231125.0, + "step": 705 + }, + { + "entropy": 7.237710189819336, + "epoch": 0.055242170783894186, + "grad_norm": 1.03125, + "learning_rate": 0.0003545, + "loss": 6.7667, + "mean_token_accuracy": 0.10697240307927132, + "num_tokens": 1239521.0, + "step": 710 + }, + { + "entropy": 7.097472429275513, + "epoch": 0.05563120015561175, + "grad_norm": 1.296875, + "learning_rate": 0.000357, + "loss": 6.6474, + "mean_token_accuracy": 0.11173419132828713, + "num_tokens": 1247363.0, + "step": 715 + }, + { + "entropy": 7.1145548820495605, + "epoch": 0.05602022952732931, + "grad_norm": 1.1640625, + "learning_rate": 0.0003595, + "loss": 6.7447, + "mean_token_accuracy": 0.10396054536104202, + "num_tokens": 1255395.0, + "step": 720 + }, + { + "entropy": 7.2065142631530765, + "epoch": 0.056409258899046875, + "grad_norm": 1.125, + "learning_rate": 0.000362, + "loss": 6.813, + "mean_token_accuracy": 0.10091793909668922, + "num_tokens": 1264135.0, + "step": 725 + }, + { + "entropy": 7.164863967895508, + "epoch": 0.05679828827076444, + "grad_norm": 1.078125, + "learning_rate": 0.0003645, + "loss": 6.7421, + "mean_token_accuracy": 0.10169361084699631, + "num_tokens": 1272375.0, + "step": 730 + }, + { + "entropy": 7.1601451396942135, + "epoch": 0.057187317642482006, + "grad_norm": 1.0078125, + "learning_rate": 0.000367, + "loss": 6.7901, + "mean_token_accuracy": 0.10103225708007812, + "num_tokens": 1280960.0, + "step": 735 + }, + { + "entropy": 7.184061765670776, + "epoch": 0.05757634701419957, + "grad_norm": 1.09375, + "learning_rate": 0.0003695, + "loss": 6.8209, + "mean_token_accuracy": 0.10675038620829583, + "num_tokens": 1289273.0, + "step": 740 + }, + { + "entropy": 7.113188409805298, + "epoch": 0.05796537638591714, + "grad_norm": 1.2734375, + "learning_rate": 0.000372, + "loss": 6.7247, + "mean_token_accuracy": 0.10347931683063508, + "num_tokens": 1297571.0, + "step": 745 + }, + { + "entropy": 7.19926347732544, + "epoch": 0.0583544057576347, + "grad_norm": 1.21875, + "learning_rate": 0.0003745, + "loss": 6.7715, + "mean_token_accuracy": 0.10671985670924186, + "num_tokens": 1305686.0, + "step": 750 + }, + { + "entropy": 7.111810922622681, + "epoch": 0.05874343512935227, + "grad_norm": 1.0546875, + "learning_rate": 0.000377, + "loss": 6.7894, + "mean_token_accuracy": 0.1026329904794693, + "num_tokens": 1314483.0, + "step": 755 + }, + { + "entropy": 7.088590431213379, + "epoch": 0.059132464501069834, + "grad_norm": 1.078125, + "learning_rate": 0.0003795, + "loss": 6.6599, + "mean_token_accuracy": 0.10411886721849442, + "num_tokens": 1323183.0, + "step": 760 + }, + { + "entropy": 7.122695350646973, + "epoch": 0.05952149387278739, + "grad_norm": 1.296875, + "learning_rate": 0.000382, + "loss": 6.7836, + "mean_token_accuracy": 0.10542866066098214, + "num_tokens": 1331964.0, + "step": 765 + }, + { + "entropy": 7.062607765197754, + "epoch": 0.05991052324450496, + "grad_norm": 1.171875, + "learning_rate": 0.0003845, + "loss": 6.7312, + "mean_token_accuracy": 0.11025277003645897, + "num_tokens": 1340185.0, + "step": 770 + }, + { + "entropy": 7.220061302185059, + "epoch": 0.060299552616222524, + "grad_norm": 1.125, + "learning_rate": 0.00038700000000000003, + "loss": 6.806, + "mean_token_accuracy": 0.10550950691103936, + "num_tokens": 1349522.0, + "step": 775 + }, + { + "entropy": 7.170696592330932, + "epoch": 0.06068858198794009, + "grad_norm": 1.140625, + "learning_rate": 0.00038950000000000003, + "loss": 6.7858, + "mean_token_accuracy": 0.10444560423493385, + "num_tokens": 1357893.0, + "step": 780 + }, + { + "entropy": 6.994049072265625, + "epoch": 0.061077611359657655, + "grad_norm": 1.1328125, + "learning_rate": 0.00039200000000000004, + "loss": 6.6669, + "mean_token_accuracy": 0.1103596955537796, + "num_tokens": 1366685.0, + "step": 785 + }, + { + "entropy": 7.130297327041626, + "epoch": 0.06146664073137522, + "grad_norm": 1.109375, + "learning_rate": 0.00039450000000000005, + "loss": 6.6085, + "mean_token_accuracy": 0.10908645838499069, + "num_tokens": 1375245.0, + "step": 790 + }, + { + "entropy": 7.040684175491333, + "epoch": 0.061855670103092786, + "grad_norm": 1.125, + "learning_rate": 0.00039700000000000005, + "loss": 6.7932, + "mean_token_accuracy": 0.10705054327845573, + "num_tokens": 1383724.0, + "step": 795 + }, + { + "entropy": 7.209282732009887, + "epoch": 0.06224469947481035, + "grad_norm": 1.0859375, + "learning_rate": 0.0003995, + "loss": 6.7782, + "mean_token_accuracy": 0.10306280329823495, + "num_tokens": 1392455.0, + "step": 800 + }, + { + "entropy": 7.1856764793396, + "epoch": 0.06263372884652792, + "grad_norm": 1.09375, + "learning_rate": 0.000402, + "loss": 6.7794, + "mean_token_accuracy": 0.10756833851337433, + "num_tokens": 1401262.0, + "step": 805 + }, + { + "entropy": 6.964628410339356, + "epoch": 0.06302275821824548, + "grad_norm": 1.2578125, + "learning_rate": 0.0004045, + "loss": 6.6675, + "mean_token_accuracy": 0.1083975151181221, + "num_tokens": 1409991.0, + "step": 810 + }, + { + "entropy": 7.013374662399292, + "epoch": 0.06341178758996305, + "grad_norm": 1.1328125, + "learning_rate": 0.00040699999999999997, + "loss": 6.6617, + "mean_token_accuracy": 0.1109016127884388, + "num_tokens": 1418208.0, + "step": 815 + }, + { + "entropy": 7.072976303100586, + "epoch": 0.0638008169616806, + "grad_norm": 1.3203125, + "learning_rate": 0.0004095, + "loss": 6.6608, + "mean_token_accuracy": 0.11023175194859505, + "num_tokens": 1426665.0, + "step": 820 + }, + { + "entropy": 6.980063629150391, + "epoch": 0.06418984633339817, + "grad_norm": 1.171875, + "learning_rate": 0.000412, + "loss": 6.5932, + "mean_token_accuracy": 0.11027788445353508, + "num_tokens": 1435247.0, + "step": 825 + }, + { + "entropy": 6.98336706161499, + "epoch": 0.06457887570511574, + "grad_norm": 1.0859375, + "learning_rate": 0.0004145, + "loss": 6.6365, + "mean_token_accuracy": 0.11016326993703843, + "num_tokens": 1443678.0, + "step": 830 + }, + { + "entropy": 6.947188854217529, + "epoch": 0.0649679050768333, + "grad_norm": 1.2109375, + "learning_rate": 0.000417, + "loss": 6.5746, + "mean_token_accuracy": 0.11637299805879593, + "num_tokens": 1451567.0, + "step": 835 + }, + { + "entropy": 6.953899240493774, + "epoch": 0.06535693444855087, + "grad_norm": 1.1875, + "learning_rate": 0.0004195, + "loss": 6.5881, + "mean_token_accuracy": 0.10969302877783775, + "num_tokens": 1460618.0, + "step": 840 + }, + { + "entropy": 6.999412250518799, + "epoch": 0.06574596382026843, + "grad_norm": 1.1328125, + "learning_rate": 0.000422, + "loss": 6.667, + "mean_token_accuracy": 0.11072178110480309, + "num_tokens": 1469821.0, + "step": 845 + }, + { + "entropy": 7.0580075740814205, + "epoch": 0.066134993191986, + "grad_norm": 1.1015625, + "learning_rate": 0.0004245, + "loss": 6.7378, + "mean_token_accuracy": 0.10718388482928276, + "num_tokens": 1477989.0, + "step": 850 + }, + { + "entropy": 7.051467561721802, + "epoch": 0.06652402256370356, + "grad_norm": 1.15625, + "learning_rate": 0.000427, + "loss": 6.7462, + "mean_token_accuracy": 0.10824755355715751, + "num_tokens": 1486822.0, + "step": 855 + }, + { + "entropy": 7.015081548690796, + "epoch": 0.06691305193542113, + "grad_norm": 1.125, + "learning_rate": 0.0004295, + "loss": 6.6159, + "mean_token_accuracy": 0.1050032138824463, + "num_tokens": 1496604.0, + "step": 860 + }, + { + "entropy": 6.946830940246582, + "epoch": 0.06730208130713869, + "grad_norm": 1.1640625, + "learning_rate": 0.000432, + "loss": 6.6411, + "mean_token_accuracy": 0.1079692468047142, + "num_tokens": 1504725.0, + "step": 865 + }, + { + "entropy": 7.015288543701172, + "epoch": 0.06769111067885625, + "grad_norm": 1.140625, + "learning_rate": 0.0004345, + "loss": 6.6492, + "mean_token_accuracy": 0.11273297667503357, + "num_tokens": 1513222.0, + "step": 870 + }, + { + "entropy": 7.022673845291138, + "epoch": 0.06808014005057382, + "grad_norm": 1.1796875, + "learning_rate": 0.000437, + "loss": 6.6131, + "mean_token_accuracy": 0.10831626504659653, + "num_tokens": 1522183.0, + "step": 875 + }, + { + "entropy": 6.945608234405517, + "epoch": 0.06846916942229138, + "grad_norm": 1.2578125, + "learning_rate": 0.0004395, + "loss": 6.6553, + "mean_token_accuracy": 0.10740983784198761, + "num_tokens": 1531316.0, + "step": 880 + }, + { + "entropy": 7.046859550476074, + "epoch": 0.06885819879400895, + "grad_norm": 1.2578125, + "learning_rate": 0.000442, + "loss": 6.7085, + "mean_token_accuracy": 0.10943676829338074, + "num_tokens": 1540053.0, + "step": 885 + }, + { + "entropy": 7.0075178146362305, + "epoch": 0.06924722816572651, + "grad_norm": 1.0859375, + "learning_rate": 0.0004445, + "loss": 6.5681, + "mean_token_accuracy": 0.11703129261732101, + "num_tokens": 1549391.0, + "step": 890 + }, + { + "entropy": 7.040959405899048, + "epoch": 0.06963625753744408, + "grad_norm": 1.203125, + "learning_rate": 0.000447, + "loss": 6.6779, + "mean_token_accuracy": 0.11206066384911537, + "num_tokens": 1557364.0, + "step": 895 + }, + { + "entropy": 6.902760457992554, + "epoch": 0.07002528690916164, + "grad_norm": 1.2109375, + "learning_rate": 0.00044950000000000003, + "loss": 6.5277, + "mean_token_accuracy": 0.10990011170506478, + "num_tokens": 1567011.0, + "step": 900 + }, + { + "entropy": 6.839785480499268, + "epoch": 0.0704143162808792, + "grad_norm": 1.1796875, + "learning_rate": 0.00045200000000000004, + "loss": 6.6347, + "mean_token_accuracy": 0.10979588106274604, + "num_tokens": 1575441.0, + "step": 905 + }, + { + "entropy": 6.96569299697876, + "epoch": 0.07080334565259677, + "grad_norm": 1.171875, + "learning_rate": 0.00045450000000000004, + "loss": 6.5902, + "mean_token_accuracy": 0.11274805590510369, + "num_tokens": 1583757.0, + "step": 910 + }, + { + "entropy": 7.020220041275024, + "epoch": 0.07119237502431433, + "grad_norm": 1.1328125, + "learning_rate": 0.00045700000000000005, + "loss": 6.6305, + "mean_token_accuracy": 0.11361563205718994, + "num_tokens": 1592406.0, + "step": 915 + }, + { + "entropy": 6.9013814449310305, + "epoch": 0.0715814043960319, + "grad_norm": 1.3203125, + "learning_rate": 0.00045950000000000006, + "loss": 6.6107, + "mean_token_accuracy": 0.11090241372585297, + "num_tokens": 1601665.0, + "step": 920 + }, + { + "entropy": 6.95518798828125, + "epoch": 0.07197043376774946, + "grad_norm": 1.3515625, + "learning_rate": 0.000462, + "loss": 6.6219, + "mean_token_accuracy": 0.11311167180538177, + "num_tokens": 1609788.0, + "step": 925 + }, + { + "entropy": 6.954713582992554, + "epoch": 0.07235946313946703, + "grad_norm": 1.1171875, + "learning_rate": 0.0004645, + "loss": 6.618, + "mean_token_accuracy": 0.11602962091565132, + "num_tokens": 1618030.0, + "step": 930 + }, + { + "entropy": 6.909007263183594, + "epoch": 0.07274849251118459, + "grad_norm": 1.1953125, + "learning_rate": 0.000467, + "loss": 6.619, + "mean_token_accuracy": 0.10842904224991798, + "num_tokens": 1626901.0, + "step": 935 + }, + { + "entropy": 6.836823034286499, + "epoch": 0.07313752188290217, + "grad_norm": 1.1796875, + "learning_rate": 0.0004695, + "loss": 6.5232, + "mean_token_accuracy": 0.1104541540145874, + "num_tokens": 1635372.0, + "step": 940 + }, + { + "entropy": 6.920376491546631, + "epoch": 0.07352655125461972, + "grad_norm": 1.1015625, + "learning_rate": 0.000472, + "loss": 6.5485, + "mean_token_accuracy": 0.11306027993559838, + "num_tokens": 1643791.0, + "step": 945 + }, + { + "entropy": 6.767651128768921, + "epoch": 0.07391558062633728, + "grad_norm": 1.1953125, + "learning_rate": 0.0004745, + "loss": 6.518, + "mean_token_accuracy": 0.1175017923116684, + "num_tokens": 1652161.0, + "step": 950 + }, + { + "entropy": 6.930508375167847, + "epoch": 0.07430460999805485, + "grad_norm": 1.09375, + "learning_rate": 0.000477, + "loss": 6.5631, + "mean_token_accuracy": 0.1112576186656952, + "num_tokens": 1661077.0, + "step": 955 + }, + { + "entropy": 6.823507070541382, + "epoch": 0.07469363936977241, + "grad_norm": 1.28125, + "learning_rate": 0.0004795, + "loss": 6.5267, + "mean_token_accuracy": 0.1152154453098774, + "num_tokens": 1669010.0, + "step": 960 + }, + { + "entropy": 6.9437110900878904, + "epoch": 0.07508266874148999, + "grad_norm": 1.1015625, + "learning_rate": 0.000482, + "loss": 6.6996, + "mean_token_accuracy": 0.10548838526010514, + "num_tokens": 1678002.0, + "step": 965 + }, + { + "entropy": 6.970439100265503, + "epoch": 0.07547169811320754, + "grad_norm": 1.21875, + "learning_rate": 0.0004845, + "loss": 6.6515, + "mean_token_accuracy": 0.11191459000110626, + "num_tokens": 1687403.0, + "step": 970 + }, + { + "entropy": 6.899893045425415, + "epoch": 0.07586072748492512, + "grad_norm": 1.125, + "learning_rate": 0.000487, + "loss": 6.568, + "mean_token_accuracy": 0.11637896820902824, + "num_tokens": 1695512.0, + "step": 975 + }, + { + "entropy": 6.905468416213989, + "epoch": 0.07624975685664268, + "grad_norm": 1.234375, + "learning_rate": 0.0004895, + "loss": 6.562, + "mean_token_accuracy": 0.11065016388893127, + "num_tokens": 1705116.0, + "step": 980 + }, + { + "entropy": 6.740264987945556, + "epoch": 0.07663878622836025, + "grad_norm": 1.1953125, + "learning_rate": 0.000492, + "loss": 6.4647, + "mean_token_accuracy": 0.11217278465628625, + "num_tokens": 1713715.0, + "step": 985 + }, + { + "entropy": 6.905466890335083, + "epoch": 0.0770278156000778, + "grad_norm": 1.1953125, + "learning_rate": 0.0004945, + "loss": 6.534, + "mean_token_accuracy": 0.11301849856972694, + "num_tokens": 1721881.0, + "step": 990 + }, + { + "entropy": 6.823386716842651, + "epoch": 0.07741684497179536, + "grad_norm": 1.1796875, + "learning_rate": 0.000497, + "loss": 6.5621, + "mean_token_accuracy": 0.11369865015149117, + "num_tokens": 1730716.0, + "step": 995 + }, + { + "entropy": 7.003415536880493, + "epoch": 0.07780587434351294, + "grad_norm": 1.125, + "learning_rate": 0.0004995, + "loss": 6.7061, + "mean_token_accuracy": 0.11018745675683021, + "num_tokens": 1740257.0, + "step": 1000 + }, + { + "entropy": 6.86281156539917, + "epoch": 0.0781949037152305, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999999989075146, + "loss": 6.6085, + "mean_token_accuracy": 0.1118568867444992, + "num_tokens": 1749071.0, + "step": 1005 + }, + { + "entropy": 6.864678907394409, + "epoch": 0.07858393308694807, + "grad_norm": 1.09375, + "learning_rate": 0.0004999999944692927, + "loss": 6.6204, + "mean_token_accuracy": 0.10326161161065102, + "num_tokens": 1757952.0, + "step": 1010 + }, + { + "entropy": 6.863972473144531, + "epoch": 0.07897296245866563, + "grad_norm": 1.1015625, + "learning_rate": 0.000499999986617054, + "loss": 6.5531, + "mean_token_accuracy": 0.11324110552668572, + "num_tokens": 1766027.0, + "step": 1015 + }, + { + "entropy": 6.801832294464111, + "epoch": 0.0793619918303832, + "grad_norm": 1.03125, + "learning_rate": 0.0004999999753507986, + "loss": 6.5527, + "mean_token_accuracy": 0.10727588534355163, + "num_tokens": 1775039.0, + "step": 1020 + }, + { + "entropy": 6.848104572296142, + "epoch": 0.07975102120210076, + "grad_norm": 1.09375, + "learning_rate": 0.0004999999606705267, + "loss": 6.5556, + "mean_token_accuracy": 0.11754972413182259, + "num_tokens": 1783971.0, + "step": 1025 + }, + { + "entropy": 6.8215718269348145, + "epoch": 0.08014005057381832, + "grad_norm": 1.0625, + "learning_rate": 0.0004999999425762385, + "loss": 6.4753, + "mean_token_accuracy": 0.11163984313607216, + "num_tokens": 1792743.0, + "step": 1030 + }, + { + "entropy": 6.859644365310669, + "epoch": 0.08052907994553589, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999999210679344, + "loss": 6.6316, + "mean_token_accuracy": 0.10586050003767014, + "num_tokens": 1801435.0, + "step": 1035 + }, + { + "entropy": 6.908881664276123, + "epoch": 0.08091810931725345, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999998961456145, + "loss": 6.5221, + "mean_token_accuracy": 0.10814850106835365, + "num_tokens": 1810147.0, + "step": 1040 + }, + { + "entropy": 6.809201431274414, + "epoch": 0.08130713868897102, + "grad_norm": 1.171875, + "learning_rate": 0.0004999998678092794, + "loss": 6.4526, + "mean_token_accuracy": 0.11560517325997352, + "num_tokens": 1818672.0, + "step": 1045 + }, + { + "entropy": 6.868528652191162, + "epoch": 0.08169616806068858, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999998360589293, + "loss": 6.5984, + "mean_token_accuracy": 0.11358216851949691, + "num_tokens": 1827590.0, + "step": 1050 + }, + { + "entropy": 6.771164989471435, + "epoch": 0.08208519743240615, + "grad_norm": 1.0546875, + "learning_rate": 0.000499999800894565, + "loss": 6.513, + "mean_token_accuracy": 0.11691295430064201, + "num_tokens": 1836467.0, + "step": 1055 + }, + { + "entropy": 6.7579442977905275, + "epoch": 0.08247422680412371, + "grad_norm": 1.140625, + "learning_rate": 0.0004999997623161866, + "loss": 6.4583, + "mean_token_accuracy": 0.11373137831687927, + "num_tokens": 1845537.0, + "step": 1060 + }, + { + "entropy": 6.780694103240966, + "epoch": 0.08286325617584128, + "grad_norm": 1.125, + "learning_rate": 0.0004999997203237951, + "loss": 6.4658, + "mean_token_accuracy": 0.12047376260161399, + "num_tokens": 1854433.0, + "step": 1065 + }, + { + "entropy": 6.7921051502227785, + "epoch": 0.08325228554755884, + "grad_norm": 1.0546875, + "learning_rate": 0.000499999674917391, + "loss": 6.5716, + "mean_token_accuracy": 0.10947082787752152, + "num_tokens": 1863708.0, + "step": 1070 + }, + { + "entropy": 6.810097408294678, + "epoch": 0.0836413149192764, + "grad_norm": 1.1875, + "learning_rate": 0.0004999996260969748, + "loss": 6.4373, + "mean_token_accuracy": 0.11977095603942871, + "num_tokens": 1871854.0, + "step": 1075 + }, + { + "entropy": 6.711810445785522, + "epoch": 0.08403034429099397, + "grad_norm": 1.109375, + "learning_rate": 0.0004999995738625475, + "loss": 6.4063, + "mean_token_accuracy": 0.1185697853565216, + "num_tokens": 1880471.0, + "step": 1080 + }, + { + "entropy": 6.751388072967529, + "epoch": 0.08441937366271153, + "grad_norm": 1.09375, + "learning_rate": 0.0004999995182141099, + "loss": 6.4624, + "mean_token_accuracy": 0.11945423632860183, + "num_tokens": 1889882.0, + "step": 1085 + }, + { + "entropy": 6.6411792755126955, + "epoch": 0.0848084030344291, + "grad_norm": 1.03125, + "learning_rate": 0.0004999994591516626, + "loss": 6.3584, + "mean_token_accuracy": 0.12587759271264076, + "num_tokens": 1898701.0, + "step": 1090 + }, + { + "entropy": 6.699534511566162, + "epoch": 0.08519743240614666, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999993966752066, + "loss": 6.4607, + "mean_token_accuracy": 0.11258344799280166, + "num_tokens": 1908165.0, + "step": 1095 + }, + { + "entropy": 6.743130016326904, + "epoch": 0.08558646177786423, + "grad_norm": 1.0390625, + "learning_rate": 0.000499999330784743, + "loss": 6.5679, + "mean_token_accuracy": 0.11548311486840249, + "num_tokens": 1916295.0, + "step": 1100 + }, + { + "entropy": 6.833187913894653, + "epoch": 0.08597549114958179, + "grad_norm": 1.171875, + "learning_rate": 0.0004999992614802725, + "loss": 6.4638, + "mean_token_accuracy": 0.11991653963923454, + "num_tokens": 1924643.0, + "step": 1105 + }, + { + "entropy": 6.747153854370117, + "epoch": 0.08636452052129936, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999991887617966, + "loss": 6.4623, + "mean_token_accuracy": 0.11614882722496986, + "num_tokens": 1933822.0, + "step": 1110 + }, + { + "entropy": 6.6497047424316404, + "epoch": 0.08675354989301692, + "grad_norm": 1.15625, + "learning_rate": 0.0004999991126293158, + "loss": 6.4652, + "mean_token_accuracy": 0.11403647363185883, + "num_tokens": 1943278.0, + "step": 1115 + }, + { + "entropy": 6.89057731628418, + "epoch": 0.08714257926473448, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999990330828318, + "loss": 6.4991, + "mean_token_accuracy": 0.11635721921920776, + "num_tokens": 1951883.0, + "step": 1120 + }, + { + "entropy": 6.618956565856934, + "epoch": 0.08753160863645205, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999989501223456, + "loss": 6.3814, + "mean_token_accuracy": 0.12408010512590409, + "num_tokens": 1959567.0, + "step": 1125 + }, + { + "entropy": 6.809039831161499, + "epoch": 0.08792063800816961, + "grad_norm": 1.0625, + "learning_rate": 0.0004999988637478584, + "loss": 6.4599, + "mean_token_accuracy": 0.11816074550151826, + "num_tokens": 1968190.0, + "step": 1130 + }, + { + "entropy": 6.56049690246582, + "epoch": 0.08830966737988719, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999987739593716, + "loss": 6.377, + "mean_token_accuracy": 0.12225727364420891, + "num_tokens": 1977519.0, + "step": 1135 + }, + { + "entropy": 6.749509620666504, + "epoch": 0.08869869675160474, + "grad_norm": 1.2578125, + "learning_rate": 0.0004999986807568865, + "loss": 6.3718, + "mean_token_accuracy": 0.11851018518209458, + "num_tokens": 1985796.0, + "step": 1140 + }, + { + "entropy": 6.7915668964385985, + "epoch": 0.08908772612332232, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999985841404045, + "loss": 6.5103, + "mean_token_accuracy": 0.1153883047401905, + "num_tokens": 1993874.0, + "step": 1145 + }, + { + "entropy": 6.830569458007813, + "epoch": 0.08947675549503988, + "grad_norm": 1.171875, + "learning_rate": 0.0004999984841099271, + "loss": 6.4631, + "mean_token_accuracy": 0.12087473869323731, + "num_tokens": 2001663.0, + "step": 1150 + }, + { + "entropy": 6.626487779617309, + "epoch": 0.08986578486675743, + "grad_norm": 1.1484375, + "learning_rate": 0.000499998380665456, + "loss": 6.4341, + "mean_token_accuracy": 0.12093059793114662, + "num_tokens": 2010179.0, + "step": 1155 + }, + { + "entropy": 6.774807786941528, + "epoch": 0.090254814238475, + "grad_norm": 1.15625, + "learning_rate": 0.0004999982738069924, + "loss": 6.3481, + "mean_token_accuracy": 0.11917036697268486, + "num_tokens": 2020013.0, + "step": 1160 + }, + { + "entropy": 6.651696872711182, + "epoch": 0.09064384361019256, + "grad_norm": 1.765625, + "learning_rate": 0.0004999981635345382, + "loss": 6.4849, + "mean_token_accuracy": 0.12042224928736686, + "num_tokens": 2028396.0, + "step": 1165 + }, + { + "entropy": 6.807629251480103, + "epoch": 0.09103287298191014, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999980498480949, + "loss": 6.5699, + "mean_token_accuracy": 0.11065206825733184, + "num_tokens": 2036947.0, + "step": 1170 + }, + { + "entropy": 6.702048110961914, + "epoch": 0.0914219023536277, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999979327476644, + "loss": 6.4087, + "mean_token_accuracy": 0.11726011484861373, + "num_tokens": 2045162.0, + "step": 1175 + }, + { + "entropy": 6.737331104278565, + "epoch": 0.09181093172534527, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999978122332485, + "loss": 6.4986, + "mean_token_accuracy": 0.11559060364961624, + "num_tokens": 2054198.0, + "step": 1180 + }, + { + "entropy": 6.650309991836548, + "epoch": 0.09219996109706283, + "grad_norm": 1.234375, + "learning_rate": 0.0004999976883048487, + "loss": 6.419, + "mean_token_accuracy": 0.11779844760894775, + "num_tokens": 2062558.0, + "step": 1185 + }, + { + "entropy": 6.701250696182251, + "epoch": 0.0925889904687804, + "grad_norm": 1.2421875, + "learning_rate": 0.0004999975609624673, + "loss": 6.2995, + "mean_token_accuracy": 0.11358527466654778, + "num_tokens": 2070816.0, + "step": 1190 + }, + { + "entropy": 6.61013011932373, + "epoch": 0.09297801984049796, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999974302061059, + "loss": 6.3538, + "mean_token_accuracy": 0.11822599768638611, + "num_tokens": 2079058.0, + "step": 1195 + }, + { + "entropy": 6.643589496612549, + "epoch": 0.09336704921221552, + "grad_norm": 1.234375, + "learning_rate": 0.0004999972960357666, + "loss": 6.3214, + "mean_token_accuracy": 0.12255356609821319, + "num_tokens": 2086679.0, + "step": 1200 + }, + { + "entropy": 6.664435195922851, + "epoch": 0.09375607858393309, + "grad_norm": 1.2890625, + "learning_rate": 0.0004999971584514516, + "loss": 6.4264, + "mean_token_accuracy": 0.11835757493972779, + "num_tokens": 2095788.0, + "step": 1205 + }, + { + "entropy": 6.6650059700012205, + "epoch": 0.09414510795565065, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999970174531627, + "loss": 6.4504, + "mean_token_accuracy": 0.11537863463163375, + "num_tokens": 2105435.0, + "step": 1210 + }, + { + "entropy": 6.69662823677063, + "epoch": 0.09453413732736822, + "grad_norm": 1.03125, + "learning_rate": 0.0004999968730409022, + "loss": 6.3946, + "mean_token_accuracy": 0.11899836733937263, + "num_tokens": 2114318.0, + "step": 1215 + }, + { + "entropy": 6.603922605514526, + "epoch": 0.09492316669908578, + "grad_norm": 1.2109375, + "learning_rate": 0.0004999967252146723, + "loss": 6.319, + "mean_token_accuracy": 0.1297658160328865, + "num_tokens": 2122707.0, + "step": 1220 + }, + { + "entropy": 6.5683904647827145, + "epoch": 0.09531219607080335, + "grad_norm": 1.125, + "learning_rate": 0.0004999965739744752, + "loss": 6.4173, + "mean_token_accuracy": 0.1176735907793045, + "num_tokens": 2131176.0, + "step": 1225 + }, + { + "entropy": 6.759912300109863, + "epoch": 0.09570122544252091, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999964193203132, + "loss": 6.4613, + "mean_token_accuracy": 0.12155932411551476, + "num_tokens": 2139872.0, + "step": 1230 + }, + { + "entropy": 6.643018627166748, + "epoch": 0.09609025481423847, + "grad_norm": 1.109375, + "learning_rate": 0.0004999962612521888, + "loss": 6.3193, + "mean_token_accuracy": 0.12510446161031724, + "num_tokens": 2148668.0, + "step": 1235 + }, + { + "entropy": 6.589841032028199, + "epoch": 0.09647928418595604, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999960997701041, + "loss": 6.3267, + "mean_token_accuracy": 0.12770092412829398, + "num_tokens": 2156628.0, + "step": 1240 + }, + { + "entropy": 6.672489738464355, + "epoch": 0.0968683135576736, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999959348740618, + "loss": 6.4077, + "mean_token_accuracy": 0.11675584986805916, + "num_tokens": 2165620.0, + "step": 1245 + }, + { + "entropy": 6.6866566181182865, + "epoch": 0.09725734292939117, + "grad_norm": 1.21875, + "learning_rate": 0.0004999957665640641, + "loss": 6.474, + "mean_token_accuracy": 0.12056236788630485, + "num_tokens": 2174493.0, + "step": 1250 + }, + { + "entropy": 6.706568670272827, + "epoch": 0.09764637230110873, + "grad_norm": 1.1875, + "learning_rate": 0.000499995594840114, + "loss": 6.3623, + "mean_token_accuracy": 0.11302633062005044, + "num_tokens": 2183258.0, + "step": 1255 + }, + { + "entropy": 6.616120624542236, + "epoch": 0.0980354016728263, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999954197022138, + "loss": 6.4286, + "mean_token_accuracy": 0.11189185678958893, + "num_tokens": 2192263.0, + "step": 1260 + }, + { + "entropy": 6.736319494247437, + "epoch": 0.09842443104454386, + "grad_norm": 1.078125, + "learning_rate": 0.0004999952411503661, + "loss": 6.4736, + "mean_token_accuracy": 0.11438293233513833, + "num_tokens": 2201797.0, + "step": 1265 + }, + { + "entropy": 6.494112110137939, + "epoch": 0.09881346041626143, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999950591845738, + "loss": 6.2042, + "mean_token_accuracy": 0.129413703083992, + "num_tokens": 2209454.0, + "step": 1270 + }, + { + "entropy": 6.683527231216431, + "epoch": 0.09920248978797899, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999948738048397, + "loss": 6.392, + "mean_token_accuracy": 0.12001634314656258, + "num_tokens": 2217761.0, + "step": 1275 + }, + { + "entropy": 6.541403865814209, + "epoch": 0.09959151915969655, + "grad_norm": 1.2734375, + "learning_rate": 0.0004999946850111663, + "loss": 6.3754, + "mean_token_accuracy": 0.118533456325531, + "num_tokens": 2225793.0, + "step": 1280 + }, + { + "entropy": 6.716179895401001, + "epoch": 0.09998054853141412, + "grad_norm": 1.0625, + "learning_rate": 0.0004999944928035569, + "loss": 6.263, + "mean_token_accuracy": 0.12969468906521797, + "num_tokens": 2234620.0, + "step": 1285 + }, + { + "entropy": 6.541376686096191, + "epoch": 0.10036957790313168, + "grad_norm": 1.0625, + "learning_rate": 0.000499994297182014, + "loss": 6.3484, + "mean_token_accuracy": 0.11944441497325897, + "num_tokens": 2242829.0, + "step": 1290 + }, + { + "entropy": 6.670366430282593, + "epoch": 0.10075860727484925, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999940981465408, + "loss": 6.3704, + "mean_token_accuracy": 0.11480111479759217, + "num_tokens": 2251356.0, + "step": 1295 + }, + { + "entropy": 6.56609148979187, + "epoch": 0.10114763664656681, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999938956971404, + "loss": 6.4409, + "mean_token_accuracy": 0.11915249675512314, + "num_tokens": 2259327.0, + "step": 1300 + }, + { + "entropy": 6.683287715911865, + "epoch": 0.10153666601828439, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999936898338156, + "loss": 6.4538, + "mean_token_accuracy": 0.11428613439202309, + "num_tokens": 2267948.0, + "step": 1305 + }, + { + "entropy": 6.560197353363037, + "epoch": 0.10192569539000194, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999934805565698, + "loss": 6.281, + "mean_token_accuracy": 0.1233622319996357, + "num_tokens": 2275828.0, + "step": 1310 + }, + { + "entropy": 6.534844875335693, + "epoch": 0.10231472476171952, + "grad_norm": 1.1484375, + "learning_rate": 0.000499993267865406, + "loss": 6.2154, + "mean_token_accuracy": 0.1286098428070545, + "num_tokens": 2284246.0, + "step": 1315 + }, + { + "entropy": 6.50963945388794, + "epoch": 0.10270375413343708, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999930517603275, + "loss": 6.2122, + "mean_token_accuracy": 0.13067591562867165, + "num_tokens": 2291837.0, + "step": 1320 + }, + { + "entropy": 6.6015325546264645, + "epoch": 0.10309278350515463, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999928322413374, + "loss": 6.2854, + "mean_token_accuracy": 0.12339815348386765, + "num_tokens": 2299853.0, + "step": 1325 + }, + { + "entropy": 6.674331474304199, + "epoch": 0.1034818128768722, + "grad_norm": 1.171875, + "learning_rate": 0.0004999926093084394, + "loss": 6.3807, + "mean_token_accuracy": 0.11902100816369057, + "num_tokens": 2308416.0, + "step": 1330 + }, + { + "entropy": 6.549804925918579, + "epoch": 0.10387084224858976, + "grad_norm": 1.140625, + "learning_rate": 0.0004999923829616365, + "loss": 6.4127, + "mean_token_accuracy": 0.11715119779109955, + "num_tokens": 2318104.0, + "step": 1335 + }, + { + "entropy": 6.6144133567810055, + "epoch": 0.10425987162030734, + "grad_norm": 0.98046875, + "learning_rate": 0.0004999921532009323, + "loss": 6.3325, + "mean_token_accuracy": 0.11866103261709213, + "num_tokens": 2326807.0, + "step": 1340 + }, + { + "entropy": 6.590117406845093, + "epoch": 0.1046489009920249, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999919200263304, + "loss": 6.3363, + "mean_token_accuracy": 0.11958926171064377, + "num_tokens": 2335921.0, + "step": 1345 + }, + { + "entropy": 6.594919157028198, + "epoch": 0.10503793036374247, + "grad_norm": 1.125, + "learning_rate": 0.0004999916834378342, + "loss": 6.3476, + "mean_token_accuracy": 0.12185617685317993, + "num_tokens": 2344914.0, + "step": 1350 + }, + { + "entropy": 6.542745637893677, + "epoch": 0.10542695973546003, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999914434354472, + "loss": 6.2886, + "mean_token_accuracy": 0.11944291591644288, + "num_tokens": 2353211.0, + "step": 1355 + }, + { + "entropy": 6.57375807762146, + "epoch": 0.10581598910717759, + "grad_norm": 1.125, + "learning_rate": 0.0004999912000191733, + "loss": 6.4112, + "mean_token_accuracy": 0.11920397132635116, + "num_tokens": 2361717.0, + "step": 1360 + }, + { + "entropy": 6.566148090362549, + "epoch": 0.10620501847889516, + "grad_norm": 1.046875, + "learning_rate": 0.000499990953189016, + "loss": 6.346, + "mean_token_accuracy": 0.12413823828101159, + "num_tokens": 2370114.0, + "step": 1365 + }, + { + "entropy": 6.700903367996216, + "epoch": 0.10659404785061272, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999907029449791, + "loss": 6.3374, + "mean_token_accuracy": 0.11766661703586578, + "num_tokens": 2378820.0, + "step": 1370 + }, + { + "entropy": 6.436738204956055, + "epoch": 0.10698307722233029, + "grad_norm": 1.015625, + "learning_rate": 0.0004999904492870663, + "loss": 6.2537, + "mean_token_accuracy": 0.12378470376133918, + "num_tokens": 2387119.0, + "step": 1375 + }, + { + "entropy": 6.5843147277832035, + "epoch": 0.10737210659404785, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999901922152816, + "loss": 6.3039, + "mean_token_accuracy": 0.12202484160661697, + "num_tokens": 2396246.0, + "step": 1380 + }, + { + "entropy": 6.51186990737915, + "epoch": 0.10776113596576542, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999899317296288, + "loss": 6.3581, + "mean_token_accuracy": 0.11975730657577514, + "num_tokens": 2405428.0, + "step": 1385 + }, + { + "entropy": 6.566965532302857, + "epoch": 0.10815016533748298, + "grad_norm": 1.171875, + "learning_rate": 0.0004999896678301121, + "loss": 6.3066, + "mean_token_accuracy": 0.12349836975336075, + "num_tokens": 2414669.0, + "step": 1390 + }, + { + "entropy": 6.655934619903564, + "epoch": 0.10853919470920055, + "grad_norm": 1.1875, + "learning_rate": 0.0004999894005167352, + "loss": 6.3868, + "mean_token_accuracy": 0.11691371873021125, + "num_tokens": 2423193.0, + "step": 1395 + }, + { + "entropy": 6.565681409835816, + "epoch": 0.10892822408091811, + "grad_norm": 1.1640625, + "learning_rate": 0.000499989129789502, + "loss": 6.3387, + "mean_token_accuracy": 0.1171958826482296, + "num_tokens": 2431150.0, + "step": 1400 + }, + { + "entropy": 6.56759557723999, + "epoch": 0.10931725345263567, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999888556484172, + "loss": 6.3134, + "mean_token_accuracy": 0.1197988323867321, + "num_tokens": 2440337.0, + "step": 1405 + }, + { + "entropy": 6.470945692062378, + "epoch": 0.10970628282435324, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999885780934845, + "loss": 6.2513, + "mean_token_accuracy": 0.12705043703317642, + "num_tokens": 2449246.0, + "step": 1410 + }, + { + "entropy": 6.516160583496093, + "epoch": 0.1100953121960708, + "grad_norm": 1.1953125, + "learning_rate": 0.0004999882971247081, + "loss": 6.2565, + "mean_token_accuracy": 0.12589537277817725, + "num_tokens": 2457982.0, + "step": 1415 + }, + { + "entropy": 6.5252786636352536, + "epoch": 0.11048434156778837, + "grad_norm": 0.97265625, + "learning_rate": 0.0004999880127420926, + "loss": 6.2425, + "mean_token_accuracy": 0.12535301148891448, + "num_tokens": 2466697.0, + "step": 1420 + }, + { + "entropy": 6.493203258514404, + "epoch": 0.11087337093950593, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999877249456421, + "loss": 6.2222, + "mean_token_accuracy": 0.12576746717095375, + "num_tokens": 2475457.0, + "step": 1425 + }, + { + "entropy": 6.437700080871582, + "epoch": 0.1112624003112235, + "grad_norm": 0.97265625, + "learning_rate": 0.0004999874337353609, + "loss": 6.2138, + "mean_token_accuracy": 0.12601543366909027, + "num_tokens": 2484753.0, + "step": 1430 + }, + { + "entropy": 6.485835027694702, + "epoch": 0.11165142968294106, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999871391112535, + "loss": 6.3166, + "mean_token_accuracy": 0.12342042103409767, + "num_tokens": 2492921.0, + "step": 1435 + }, + { + "entropy": 6.581958627700805, + "epoch": 0.11204045905465862, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999868410733244, + "loss": 6.2879, + "mean_token_accuracy": 0.1212073914706707, + "num_tokens": 2501371.0, + "step": 1440 + }, + { + "entropy": 6.5133496761322025, + "epoch": 0.11242948842637619, + "grad_norm": 1.1953125, + "learning_rate": 0.000499986539621578, + "loss": 6.1714, + "mean_token_accuracy": 0.12704863548278808, + "num_tokens": 2509521.0, + "step": 1445 + }, + { + "entropy": 6.48231053352356, + "epoch": 0.11281851779809375, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999862347560191, + "loss": 6.2989, + "mean_token_accuracy": 0.12423472106456757, + "num_tokens": 2518316.0, + "step": 1450 + }, + { + "entropy": 6.569843530654907, + "epoch": 0.11320754716981132, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999859264766521, + "loss": 6.3733, + "mean_token_accuracy": 0.1180838830769062, + "num_tokens": 2527549.0, + "step": 1455 + }, + { + "entropy": 6.596394872665405, + "epoch": 0.11359657654152888, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999856147834817, + "loss": 6.3999, + "mean_token_accuracy": 0.12059949561953545, + "num_tokens": 2536341.0, + "step": 1460 + }, + { + "entropy": 6.44488263130188, + "epoch": 0.11398560591324645, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999852996765129, + "loss": 6.2924, + "mean_token_accuracy": 0.13068008571863174, + "num_tokens": 2544869.0, + "step": 1465 + }, + { + "entropy": 6.523885440826416, + "epoch": 0.11437463528496401, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999849811557502, + "loss": 6.1793, + "mean_token_accuracy": 0.13547530099749566, + "num_tokens": 2553432.0, + "step": 1470 + }, + { + "entropy": 6.51270112991333, + "epoch": 0.11476366465668159, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999846592211984, + "loss": 6.3122, + "mean_token_accuracy": 0.11962430030107499, + "num_tokens": 2561996.0, + "step": 1475 + }, + { + "entropy": 6.515383100509643, + "epoch": 0.11515269402839914, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999843338728626, + "loss": 6.2467, + "mean_token_accuracy": 0.12699604406952858, + "num_tokens": 2571315.0, + "step": 1480 + }, + { + "entropy": 6.514121627807617, + "epoch": 0.1155417234001167, + "grad_norm": 1.15625, + "learning_rate": 0.0004999840051107476, + "loss": 6.3579, + "mean_token_accuracy": 0.12020841464400292, + "num_tokens": 2579589.0, + "step": 1485 + }, + { + "entropy": 6.5186272144317625, + "epoch": 0.11593075277183428, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999836729348584, + "loss": 6.1182, + "mean_token_accuracy": 0.1279861733317375, + "num_tokens": 2588528.0, + "step": 1490 + }, + { + "entropy": 6.421968936920166, + "epoch": 0.11631978214355183, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999833373452, + "loss": 6.2575, + "mean_token_accuracy": 0.12487708628177643, + "num_tokens": 2596820.0, + "step": 1495 + }, + { + "entropy": 6.408306360244751, + "epoch": 0.1167088115152694, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999829983417778, + "loss": 6.1765, + "mean_token_accuracy": 0.12320946007966996, + "num_tokens": 2605502.0, + "step": 1500 + }, + { + "entropy": 6.448068284988404, + "epoch": 0.11709784088698696, + "grad_norm": 1.125, + "learning_rate": 0.0004999826559245965, + "loss": 6.1834, + "mean_token_accuracy": 0.13115072697401048, + "num_tokens": 2613974.0, + "step": 1505 + }, + { + "entropy": 6.4151896953582765, + "epoch": 0.11748687025870454, + "grad_norm": 1.09375, + "learning_rate": 0.0004999823100936615, + "loss": 6.2679, + "mean_token_accuracy": 0.12410511299967766, + "num_tokens": 2622581.0, + "step": 1510 + }, + { + "entropy": 6.444796562194824, + "epoch": 0.1178758996304221, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999819608489781, + "loss": 6.1459, + "mean_token_accuracy": 0.12382340282201768, + "num_tokens": 2631868.0, + "step": 1515 + }, + { + "entropy": 6.3898896217346195, + "epoch": 0.11826492900213967, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999816081905515, + "loss": 6.1683, + "mean_token_accuracy": 0.12991080954670906, + "num_tokens": 2640501.0, + "step": 1520 + }, + { + "entropy": 6.531676197052002, + "epoch": 0.11865395837385723, + "grad_norm": 1.0625, + "learning_rate": 0.0004999812521183872, + "loss": 6.1699, + "mean_token_accuracy": 0.1317140817642212, + "num_tokens": 2648916.0, + "step": 1525 + }, + { + "entropy": 6.465039777755737, + "epoch": 0.11904298774557479, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999808926324903, + "loss": 6.2552, + "mean_token_accuracy": 0.13165784254670143, + "num_tokens": 2657725.0, + "step": 1530 + }, + { + "entropy": 6.431260061264038, + "epoch": 0.11943201711729236, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999805297328665, + "loss": 6.2322, + "mean_token_accuracy": 0.12672695890069008, + "num_tokens": 2665983.0, + "step": 1535 + }, + { + "entropy": 6.433292293548584, + "epoch": 0.11982104648900992, + "grad_norm": 1.125, + "learning_rate": 0.0004999801634195214, + "loss": 6.2582, + "mean_token_accuracy": 0.1332721345126629, + "num_tokens": 2674546.0, + "step": 1540 + }, + { + "entropy": 6.488146877288818, + "epoch": 0.12021007586072749, + "grad_norm": 1.03125, + "learning_rate": 0.0004999797936924603, + "loss": 6.176, + "mean_token_accuracy": 0.12813623994588852, + "num_tokens": 2684088.0, + "step": 1545 + }, + { + "entropy": 6.44085841178894, + "epoch": 0.12059910523244505, + "grad_norm": 1.015625, + "learning_rate": 0.000499979420551689, + "loss": 6.2212, + "mean_token_accuracy": 0.12631620317697526, + "num_tokens": 2693289.0, + "step": 1550 + }, + { + "entropy": 6.404530429840088, + "epoch": 0.12098813460416262, + "grad_norm": 1.109375, + "learning_rate": 0.000499979043997213, + "loss": 6.1547, + "mean_token_accuracy": 0.13262817338109018, + "num_tokens": 2701744.0, + "step": 1555 + }, + { + "entropy": 6.463164138793945, + "epoch": 0.12137716397588018, + "grad_norm": 1.078125, + "learning_rate": 0.0004999786640290381, + "loss": 6.2138, + "mean_token_accuracy": 0.12017801105976104, + "num_tokens": 2710584.0, + "step": 1560 + }, + { + "entropy": 6.473390579223633, + "epoch": 0.12176619334759774, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999782806471701, + "loss": 6.221, + "mean_token_accuracy": 0.12257171049714088, + "num_tokens": 2719478.0, + "step": 1565 + }, + { + "entropy": 6.51469931602478, + "epoch": 0.12215522271931531, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999778938516147, + "loss": 6.3018, + "mean_token_accuracy": 0.11738094314932823, + "num_tokens": 2729105.0, + "step": 1570 + }, + { + "entropy": 6.504203176498413, + "epoch": 0.12254425209103287, + "grad_norm": 0.9765625, + "learning_rate": 0.000499977503642378, + "loss": 6.2567, + "mean_token_accuracy": 0.12570588439702987, + "num_tokens": 2738300.0, + "step": 1575 + }, + { + "entropy": 6.46259298324585, + "epoch": 0.12293328146275044, + "grad_norm": 1.046875, + "learning_rate": 0.0004999771100194656, + "loss": 6.1997, + "mean_token_accuracy": 0.12281355112791062, + "num_tokens": 2747236.0, + "step": 1580 + }, + { + "entropy": 6.313042402267456, + "epoch": 0.123322310834468, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999767129828837, + "loss": 6.1552, + "mean_token_accuracy": 0.13333506733179093, + "num_tokens": 2755919.0, + "step": 1585 + }, + { + "entropy": 6.3901971817016605, + "epoch": 0.12371134020618557, + "grad_norm": 1.078125, + "learning_rate": 0.0004999763125326383, + "loss": 6.1311, + "mean_token_accuracy": 0.13379732444882392, + "num_tokens": 2764469.0, + "step": 1590 + }, + { + "entropy": 6.470418119430542, + "epoch": 0.12410036957790313, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999759086687355, + "loss": 6.1465, + "mean_token_accuracy": 0.13174793347716332, + "num_tokens": 2772663.0, + "step": 1595 + }, + { + "entropy": 6.470247459411621, + "epoch": 0.1244893989496207, + "grad_norm": 1.078125, + "learning_rate": 0.0004999755013911813, + "loss": 6.1849, + "mean_token_accuracy": 0.12125680297613144, + "num_tokens": 2780719.0, + "step": 1600 + }, + { + "entropy": 6.411885499954224, + "epoch": 0.12487842832133826, + "grad_norm": 1.078125, + "learning_rate": 0.000499975090699982, + "loss": 6.2373, + "mean_token_accuracy": 0.12744609639048576, + "num_tokens": 2789186.0, + "step": 1605 + }, + { + "entropy": 6.416819286346436, + "epoch": 0.12526745769305583, + "grad_norm": 1.109375, + "learning_rate": 0.0004999746765951438, + "loss": 6.1496, + "mean_token_accuracy": 0.12793729454278946, + "num_tokens": 2797993.0, + "step": 1610 + }, + { + "entropy": 6.388448762893677, + "epoch": 0.1256564870647734, + "grad_norm": 1.1953125, + "learning_rate": 0.0004999742590766729, + "loss": 6.1015, + "mean_token_accuracy": 0.12969864159822464, + "num_tokens": 2806375.0, + "step": 1615 + }, + { + "entropy": 6.462837028503418, + "epoch": 0.12604551643649095, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999738381445757, + "loss": 6.2504, + "mean_token_accuracy": 0.1330662988126278, + "num_tokens": 2814772.0, + "step": 1620 + }, + { + "entropy": 6.313505363464356, + "epoch": 0.1264345458082085, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999734137988586, + "loss": 6.1229, + "mean_token_accuracy": 0.1330338940024376, + "num_tokens": 2824231.0, + "step": 1625 + }, + { + "entropy": 6.429342603683471, + "epoch": 0.1268235751799261, + "grad_norm": 0.96875, + "learning_rate": 0.000499972986039528, + "loss": 6.1851, + "mean_token_accuracy": 0.12637867406010628, + "num_tokens": 2833470.0, + "step": 1630 + }, + { + "entropy": 6.42327880859375, + "epoch": 0.12721260455164365, + "grad_norm": 0.984375, + "learning_rate": 0.0004999725548665904, + "loss": 6.1914, + "mean_token_accuracy": 0.1272370584309101, + "num_tokens": 2843010.0, + "step": 1635 + }, + { + "entropy": 6.4151369571685795, + "epoch": 0.1276016339233612, + "grad_norm": 1.015625, + "learning_rate": 0.0004999721202800524, + "loss": 6.0894, + "mean_token_accuracy": 0.13450721949338912, + "num_tokens": 2851545.0, + "step": 1640 + }, + { + "entropy": 6.322131395339966, + "epoch": 0.12799066329507877, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999716822799206, + "loss": 6.2373, + "mean_token_accuracy": 0.11726373285055161, + "num_tokens": 2861230.0, + "step": 1645 + }, + { + "entropy": 6.472705364227295, + "epoch": 0.12837969266679633, + "grad_norm": 1.15625, + "learning_rate": 0.0004999712408662016, + "loss": 6.1988, + "mean_token_accuracy": 0.12872418239712716, + "num_tokens": 2869436.0, + "step": 1650 + }, + { + "entropy": 6.349573040008545, + "epoch": 0.12876872203851392, + "grad_norm": 1.125, + "learning_rate": 0.0004999707960389021, + "loss": 6.0591, + "mean_token_accuracy": 0.13055680692195892, + "num_tokens": 2877688.0, + "step": 1655 + }, + { + "entropy": 6.446641206741333, + "epoch": 0.12915775141023147, + "grad_norm": 1.046875, + "learning_rate": 0.0004999703477980288, + "loss": 6.2037, + "mean_token_accuracy": 0.12923076152801513, + "num_tokens": 2887043.0, + "step": 1660 + }, + { + "entropy": 6.349732732772827, + "epoch": 0.12954678078194903, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999698961435885, + "loss": 6.1317, + "mean_token_accuracy": 0.13411349356174468, + "num_tokens": 2895732.0, + "step": 1665 + }, + { + "entropy": 6.334634923934937, + "epoch": 0.1299358101536666, + "grad_norm": 1.140625, + "learning_rate": 0.0004999694410755882, + "loss": 6.0911, + "mean_token_accuracy": 0.12794594317674637, + "num_tokens": 2904162.0, + "step": 1670 + }, + { + "entropy": 6.453775310516358, + "epoch": 0.13032483952538418, + "grad_norm": 1.015625, + "learning_rate": 0.0004999689825940347, + "loss": 6.2303, + "mean_token_accuracy": 0.12870074063539505, + "num_tokens": 2912783.0, + "step": 1675 + }, + { + "entropy": 6.386454153060913, + "epoch": 0.13071386889710174, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999685206989349, + "loss": 6.128, + "mean_token_accuracy": 0.13094662353396416, + "num_tokens": 2921027.0, + "step": 1680 + }, + { + "entropy": 6.379840612411499, + "epoch": 0.1311028982688193, + "grad_norm": 1.03125, + "learning_rate": 0.0004999680553902959, + "loss": 6.1558, + "mean_token_accuracy": 0.13119837194681166, + "num_tokens": 2930398.0, + "step": 1685 + }, + { + "entropy": 6.364923095703125, + "epoch": 0.13149192764053685, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999675866681247, + "loss": 6.1767, + "mean_token_accuracy": 0.12759430408477784, + "num_tokens": 2938703.0, + "step": 1690 + }, + { + "entropy": 6.336649465560913, + "epoch": 0.1318809570122544, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999671145324286, + "loss": 6.101, + "mean_token_accuracy": 0.13444865867495537, + "num_tokens": 2947007.0, + "step": 1695 + }, + { + "entropy": 6.386577987670899, + "epoch": 0.132269986383972, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999666389832144, + "loss": 6.2399, + "mean_token_accuracy": 0.13214273303747176, + "num_tokens": 2955485.0, + "step": 1700 + }, + { + "entropy": 6.432107162475586, + "epoch": 0.13265901575568956, + "grad_norm": 1.109375, + "learning_rate": 0.0004999661600204897, + "loss": 6.0943, + "mean_token_accuracy": 0.1316603824496269, + "num_tokens": 2964416.0, + "step": 1705 + }, + { + "entropy": 6.345300769805908, + "epoch": 0.13304804512740712, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999656776442615, + "loss": 6.0975, + "mean_token_accuracy": 0.12664629369974137, + "num_tokens": 2972737.0, + "step": 1710 + }, + { + "entropy": 6.319915866851806, + "epoch": 0.13343707449912467, + "grad_norm": 1.078125, + "learning_rate": 0.0004999651918545372, + "loss": 6.138, + "mean_token_accuracy": 0.12891265898942947, + "num_tokens": 2981166.0, + "step": 1715 + }, + { + "entropy": 6.400096082687378, + "epoch": 0.13382610387084226, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999647026513243, + "loss": 6.1841, + "mean_token_accuracy": 0.1323157973587513, + "num_tokens": 2989689.0, + "step": 1720 + }, + { + "entropy": 6.409255075454712, + "epoch": 0.13421513324255982, + "grad_norm": 1.15625, + "learning_rate": 0.00049996421003463, + "loss": 6.0878, + "mean_token_accuracy": 0.1328970320522785, + "num_tokens": 2998793.0, + "step": 1725 + }, + { + "entropy": 6.303147697448731, + "epoch": 0.13460416261427738, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999637140044619, + "loss": 6.2446, + "mean_token_accuracy": 0.12399912551045418, + "num_tokens": 3007320.0, + "step": 1730 + }, + { + "entropy": 6.372701263427734, + "epoch": 0.13499319198599494, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999632145608275, + "loss": 6.1419, + "mean_token_accuracy": 0.13464085459709169, + "num_tokens": 3015024.0, + "step": 1735 + }, + { + "entropy": 6.392448997497558, + "epoch": 0.1353822213577125, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999627117037343, + "loss": 6.2367, + "mean_token_accuracy": 0.13206600919365882, + "num_tokens": 3023058.0, + "step": 1740 + }, + { + "entropy": 6.42128438949585, + "epoch": 0.13577125072943008, + "grad_norm": 1.0859375, + "learning_rate": 0.00049996220543319, + "loss": 6.1337, + "mean_token_accuracy": 0.1343154013156891, + "num_tokens": 3031308.0, + "step": 1745 + }, + { + "entropy": 6.368301248550415, + "epoch": 0.13616028010114764, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999616957492025, + "loss": 6.2115, + "mean_token_accuracy": 0.12576463893055917, + "num_tokens": 3039598.0, + "step": 1750 + }, + { + "entropy": 6.332375144958496, + "epoch": 0.1365493094728652, + "grad_norm": 1.09375, + "learning_rate": 0.0004999611826517793, + "loss": 6.0264, + "mean_token_accuracy": 0.13993713706731797, + "num_tokens": 3047598.0, + "step": 1755 + }, + { + "entropy": 6.369699382781983, + "epoch": 0.13693833884458276, + "grad_norm": 1.0625, + "learning_rate": 0.0004999606661409281, + "loss": 6.1765, + "mean_token_accuracy": 0.1314793422818184, + "num_tokens": 3055702.0, + "step": 1760 + }, + { + "entropy": 6.352033996582032, + "epoch": 0.13732736821630034, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999601462166569, + "loss": 6.0358, + "mean_token_accuracy": 0.13761886060237885, + "num_tokens": 3063908.0, + "step": 1765 + }, + { + "entropy": 6.316202020645141, + "epoch": 0.1377163975880179, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999596228789736, + "loss": 6.1396, + "mean_token_accuracy": 0.12727851122617723, + "num_tokens": 3072077.0, + "step": 1770 + }, + { + "entropy": 6.371345472335816, + "epoch": 0.13810542695973546, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999590961278859, + "loss": 6.1301, + "mean_token_accuracy": 0.13236963376402855, + "num_tokens": 3080498.0, + "step": 1775 + }, + { + "entropy": 6.343796157836914, + "epoch": 0.13849445633145302, + "grad_norm": 1.109375, + "learning_rate": 0.0004999585659634021, + "loss": 6.135, + "mean_token_accuracy": 0.13217933028936385, + "num_tokens": 3089055.0, + "step": 1780 + }, + { + "entropy": 6.314961290359497, + "epoch": 0.13888348570317058, + "grad_norm": 1.03125, + "learning_rate": 0.0004999580323855301, + "loss": 6.1373, + "mean_token_accuracy": 0.13297785818576813, + "num_tokens": 3096944.0, + "step": 1785 + }, + { + "entropy": 6.29940447807312, + "epoch": 0.13927251507488816, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999574953942781, + "loss": 6.0293, + "mean_token_accuracy": 0.13218909054994582, + "num_tokens": 3105596.0, + "step": 1790 + }, + { + "entropy": 6.27741756439209, + "epoch": 0.13966154444660572, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999569549896541, + "loss": 6.0162, + "mean_token_accuracy": 0.14017163962125778, + "num_tokens": 3114349.0, + "step": 1795 + }, + { + "entropy": 6.2425329208374025, + "epoch": 0.14005057381832328, + "grad_norm": 1.15625, + "learning_rate": 0.0004999564111716665, + "loss": 6.1302, + "mean_token_accuracy": 0.12543968632817268, + "num_tokens": 3122490.0, + "step": 1800 + }, + { + "entropy": 6.412037658691406, + "epoch": 0.14043960319004084, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999558639403232, + "loss": 6.1766, + "mean_token_accuracy": 0.12949994951486588, + "num_tokens": 3130988.0, + "step": 1805 + }, + { + "entropy": 6.349801778793335, + "epoch": 0.1408286325617584, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999553132956328, + "loss": 6.0352, + "mean_token_accuracy": 0.1310783050954342, + "num_tokens": 3139488.0, + "step": 1810 + }, + { + "entropy": 6.275408506393433, + "epoch": 0.14121766193347599, + "grad_norm": 1.046875, + "learning_rate": 0.0004999547592376035, + "loss": 6.0853, + "mean_token_accuracy": 0.13912829905748367, + "num_tokens": 3147955.0, + "step": 1815 + }, + { + "entropy": 6.324730014801025, + "epoch": 0.14160669130519354, + "grad_norm": 1.0, + "learning_rate": 0.0004999542017662438, + "loss": 6.1356, + "mean_token_accuracy": 0.12387675121426582, + "num_tokens": 3157608.0, + "step": 1820 + }, + { + "entropy": 6.365148973464966, + "epoch": 0.1419957206769111, + "grad_norm": 1.265625, + "learning_rate": 0.0004999536408815623, + "loss": 6.0893, + "mean_token_accuracy": 0.12791794016957284, + "num_tokens": 3166124.0, + "step": 1825 + }, + { + "entropy": 6.237749290466309, + "epoch": 0.14238475004862866, + "grad_norm": 1.09375, + "learning_rate": 0.0004999530765835672, + "loss": 6.0837, + "mean_token_accuracy": 0.12821160182356833, + "num_tokens": 3175069.0, + "step": 1830 + }, + { + "entropy": 6.356600522994995, + "epoch": 0.14277377942034625, + "grad_norm": 1.0625, + "learning_rate": 0.0004999525088722673, + "loss": 6.1196, + "mean_token_accuracy": 0.13117128163576125, + "num_tokens": 3184259.0, + "step": 1835 + }, + { + "entropy": 6.341631460189819, + "epoch": 0.1431628087920638, + "grad_norm": 1.03125, + "learning_rate": 0.0004999519377476711, + "loss": 6.0274, + "mean_token_accuracy": 0.1311353027820587, + "num_tokens": 3193015.0, + "step": 1840 + }, + { + "entropy": 6.335974597930909, + "epoch": 0.14355183816378136, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999513632097872, + "loss": 5.9655, + "mean_token_accuracy": 0.1419636234641075, + "num_tokens": 3201624.0, + "step": 1845 + }, + { + "entropy": 6.2722913265228275, + "epoch": 0.14394086753549892, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999507852586245, + "loss": 6.0784, + "mean_token_accuracy": 0.13751533553004264, + "num_tokens": 3209474.0, + "step": 1850 + }, + { + "entropy": 6.228673076629638, + "epoch": 0.14432989690721648, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999502038941917, + "loss": 6.0466, + "mean_token_accuracy": 0.13530608788132667, + "num_tokens": 3218550.0, + "step": 1855 + }, + { + "entropy": 6.159630537033081, + "epoch": 0.14471892627893407, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999496191164975, + "loss": 6.0135, + "mean_token_accuracy": 0.13874994069337845, + "num_tokens": 3227108.0, + "step": 1860 + }, + { + "entropy": 6.317847490310669, + "epoch": 0.14510795565065163, + "grad_norm": 1.0703125, + "learning_rate": 0.000499949030925551, + "loss": 6.0647, + "mean_token_accuracy": 0.13484866991639138, + "num_tokens": 3235785.0, + "step": 1865 + }, + { + "entropy": 6.4040697574615475, + "epoch": 0.14549698502236919, + "grad_norm": 1.09375, + "learning_rate": 0.0004999484393213609, + "loss": 6.0958, + "mean_token_accuracy": 0.12889099717140198, + "num_tokens": 3244180.0, + "step": 1870 + }, + { + "entropy": 6.206935405731201, + "epoch": 0.14588601439408674, + "grad_norm": 0.98828125, + "learning_rate": 0.0004999478443039363, + "loss": 5.966, + "mean_token_accuracy": 0.13705985099077225, + "num_tokens": 3253098.0, + "step": 1875 + }, + { + "entropy": 6.353375959396362, + "epoch": 0.14627504376580433, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999472458732862, + "loss": 6.0139, + "mean_token_accuracy": 0.1389046587049961, + "num_tokens": 3261726.0, + "step": 1880 + }, + { + "entropy": 6.185830402374267, + "epoch": 0.1466640731375219, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999466440294198, + "loss": 5.9819, + "mean_token_accuracy": 0.13572768047451972, + "num_tokens": 3270362.0, + "step": 1885 + }, + { + "entropy": 6.255965852737427, + "epoch": 0.14705310250923945, + "grad_norm": 1.078125, + "learning_rate": 0.000499946038772346, + "loss": 5.9745, + "mean_token_accuracy": 0.13993003964424133, + "num_tokens": 3278332.0, + "step": 1890 + }, + { + "entropy": 6.187082147598266, + "epoch": 0.147442131880957, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999454301020741, + "loss": 5.9432, + "mean_token_accuracy": 0.14198991358280183, + "num_tokens": 3286800.0, + "step": 1895 + }, + { + "entropy": 6.344804382324218, + "epoch": 0.14783116125267456, + "grad_norm": 0.94140625, + "learning_rate": 0.0004999448180186133, + "loss": 6.181, + "mean_token_accuracy": 0.12529000788927078, + "num_tokens": 3296186.0, + "step": 1900 + }, + { + "entropy": 6.254264879226684, + "epoch": 0.14822019062439215, + "grad_norm": 1.140625, + "learning_rate": 0.000499944202521973, + "loss": 6.0373, + "mean_token_accuracy": 0.1428308829665184, + "num_tokens": 3303973.0, + "step": 1905 + }, + { + "entropy": 6.188289737701416, + "epoch": 0.1486092199961097, + "grad_norm": 1.171875, + "learning_rate": 0.0004999435836121624, + "loss": 5.9926, + "mean_token_accuracy": 0.13803835734724998, + "num_tokens": 3312550.0, + "step": 1910 + }, + { + "entropy": 6.331698322296143, + "epoch": 0.14899824936782727, + "grad_norm": 1.0546875, + "learning_rate": 0.000499942961289191, + "loss": 6.0628, + "mean_token_accuracy": 0.13561255410313605, + "num_tokens": 3321342.0, + "step": 1915 + }, + { + "entropy": 6.1749297142028805, + "epoch": 0.14938727873954483, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999423355530683, + "loss": 5.9403, + "mean_token_accuracy": 0.14343732073903084, + "num_tokens": 3329293.0, + "step": 1920 + }, + { + "entropy": 6.156786012649536, + "epoch": 0.1497763081112624, + "grad_norm": 1.0625, + "learning_rate": 0.0004999417064038035, + "loss": 5.9966, + "mean_token_accuracy": 0.13348888084292412, + "num_tokens": 3338278.0, + "step": 1925 + }, + { + "entropy": 6.295070505142212, + "epoch": 0.15016533748297997, + "grad_norm": 1.0625, + "learning_rate": 0.0004999410738414065, + "loss": 6.1006, + "mean_token_accuracy": 0.1349467881023884, + "num_tokens": 3346757.0, + "step": 1930 + }, + { + "entropy": 6.215303182601929, + "epoch": 0.15055436685469753, + "grad_norm": 1.015625, + "learning_rate": 0.0004999404378658866, + "loss": 6.0975, + "mean_token_accuracy": 0.1362791948020458, + "num_tokens": 3355903.0, + "step": 1935 + }, + { + "entropy": 6.2781799793243405, + "epoch": 0.1509433962264151, + "grad_norm": 1.0625, + "learning_rate": 0.0004999397984772536, + "loss": 6.0666, + "mean_token_accuracy": 0.1276647962629795, + "num_tokens": 3365440.0, + "step": 1940 + }, + { + "entropy": 6.2379114627838135, + "epoch": 0.15133242559813265, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999391556755172, + "loss": 6.0323, + "mean_token_accuracy": 0.13651658967137337, + "num_tokens": 3373672.0, + "step": 1945 + }, + { + "entropy": 6.2155702114105225, + "epoch": 0.15172145496985023, + "grad_norm": 1.109375, + "learning_rate": 0.0004999385094606872, + "loss": 6.0032, + "mean_token_accuracy": 0.1315799042582512, + "num_tokens": 3382733.0, + "step": 1950 + }, + { + "entropy": 6.174511241912842, + "epoch": 0.1521104843415678, + "grad_norm": 1.015625, + "learning_rate": 0.0004999378598327733, + "loss": 5.9656, + "mean_token_accuracy": 0.13844937980175018, + "num_tokens": 3390842.0, + "step": 1955 + }, + { + "entropy": 6.256609535217285, + "epoch": 0.15249951371328535, + "grad_norm": 1.03125, + "learning_rate": 0.0004999372067917854, + "loss": 6.1149, + "mean_token_accuracy": 0.1254595175385475, + "num_tokens": 3399761.0, + "step": 1960 + }, + { + "entropy": 6.284492778778076, + "epoch": 0.1528885430850029, + "grad_norm": 1.03125, + "learning_rate": 0.0004999365503377335, + "loss": 6.0315, + "mean_token_accuracy": 0.13321302980184554, + "num_tokens": 3408986.0, + "step": 1965 + }, + { + "entropy": 6.235216522216797, + "epoch": 0.1532775724567205, + "grad_norm": 1.140625, + "learning_rate": 0.0004999358904706273, + "loss": 5.9892, + "mean_token_accuracy": 0.1353617176413536, + "num_tokens": 3418051.0, + "step": 1970 + }, + { + "entropy": 6.321955776214599, + "epoch": 0.15366660182843805, + "grad_norm": 1.03125, + "learning_rate": 0.0004999352271904771, + "loss": 6.0986, + "mean_token_accuracy": 0.13750415220856665, + "num_tokens": 3427185.0, + "step": 1975 + }, + { + "entropy": 6.196172285079956, + "epoch": 0.1540556312001556, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999345604972928, + "loss": 5.9939, + "mean_token_accuracy": 0.13660573363304138, + "num_tokens": 3435367.0, + "step": 1980 + }, + { + "entropy": 6.193881511688232, + "epoch": 0.15444466057187317, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999338903910846, + "loss": 6.0341, + "mean_token_accuracy": 0.1360504299402237, + "num_tokens": 3443451.0, + "step": 1985 + }, + { + "entropy": 6.246865940093994, + "epoch": 0.15483368994359073, + "grad_norm": 1.078125, + "learning_rate": 0.0004999332168718626, + "loss": 6.0401, + "mean_token_accuracy": 0.1405157931149006, + "num_tokens": 3451038.0, + "step": 1990 + }, + { + "entropy": 6.464015769958496, + "epoch": 0.15522271931530832, + "grad_norm": 1.09375, + "learning_rate": 0.0004999325399396371, + "loss": 6.189, + "mean_token_accuracy": 0.12317560613155365, + "num_tokens": 3459693.0, + "step": 1995 + }, + { + "entropy": 6.344349575042725, + "epoch": 0.15561174868702587, + "grad_norm": 1.203125, + "learning_rate": 0.0004999318595944183, + "loss": 6.0573, + "mean_token_accuracy": 0.1302526354789734, + "num_tokens": 3468347.0, + "step": 2000 + }, + { + "entropy": 6.2093932151794435, + "epoch": 0.15600077805874343, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999311758362166, + "loss": 6.041, + "mean_token_accuracy": 0.1344868026673794, + "num_tokens": 3476030.0, + "step": 2005 + }, + { + "entropy": 6.173217630386352, + "epoch": 0.156389807430461, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999304886650422, + "loss": 6.0088, + "mean_token_accuracy": 0.1343566119670868, + "num_tokens": 3484840.0, + "step": 2010 + }, + { + "entropy": 6.339105176925659, + "epoch": 0.15677883680217858, + "grad_norm": 1.015625, + "learning_rate": 0.0004999297980809058, + "loss": 6.1002, + "mean_token_accuracy": 0.133415899425745, + "num_tokens": 3492662.0, + "step": 2015 + }, + { + "entropy": 6.286862468719482, + "epoch": 0.15716786617389614, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999291040838176, + "loss": 6.0174, + "mean_token_accuracy": 0.13295094966888427, + "num_tokens": 3501582.0, + "step": 2020 + }, + { + "entropy": 6.232885360717773, + "epoch": 0.1575568955456137, + "grad_norm": 1.015625, + "learning_rate": 0.0004999284066737884, + "loss": 6.0275, + "mean_token_accuracy": 0.1392024390399456, + "num_tokens": 3510141.0, + "step": 2025 + }, + { + "entropy": 6.297137260437012, + "epoch": 0.15794592491733125, + "grad_norm": 1.0625, + "learning_rate": 0.0004999277058508285, + "loss": 6.0623, + "mean_token_accuracy": 0.13623598217964172, + "num_tokens": 3518530.0, + "step": 2030 + }, + { + "entropy": 6.16064453125, + "epoch": 0.1583349542890488, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999270016149486, + "loss": 6.0192, + "mean_token_accuracy": 0.1363525167107582, + "num_tokens": 3526815.0, + "step": 2035 + }, + { + "entropy": 6.216293525695801, + "epoch": 0.1587239836607664, + "grad_norm": 0.98046875, + "learning_rate": 0.0004999262939661596, + "loss": 6.081, + "mean_token_accuracy": 0.13018166050314903, + "num_tokens": 3535840.0, + "step": 2040 + }, + { + "entropy": 6.298702955245972, + "epoch": 0.15911301303248396, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999255829044721, + "loss": 6.0981, + "mean_token_accuracy": 0.13071646615862847, + "num_tokens": 3544876.0, + "step": 2045 + }, + { + "entropy": 6.225747776031494, + "epoch": 0.15950204240420152, + "grad_norm": 1.078125, + "learning_rate": 0.0004999248684298968, + "loss": 5.8578, + "mean_token_accuracy": 0.1430135577917099, + "num_tokens": 3553018.0, + "step": 2050 + }, + { + "entropy": 6.087709617614746, + "epoch": 0.15989107177591907, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999241505424447, + "loss": 5.9005, + "mean_token_accuracy": 0.13955418467521669, + "num_tokens": 3560909.0, + "step": 2055 + }, + { + "entropy": 6.183088874816894, + "epoch": 0.16028010114763663, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999234292421265, + "loss": 6.0498, + "mean_token_accuracy": 0.13545388653874396, + "num_tokens": 3569235.0, + "step": 2060 + }, + { + "entropy": 6.154008436203003, + "epoch": 0.16066913051935422, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999227045289535, + "loss": 5.9139, + "mean_token_accuracy": 0.13975678011775017, + "num_tokens": 3577646.0, + "step": 2065 + }, + { + "entropy": 6.173991012573242, + "epoch": 0.16105815989107178, + "grad_norm": 1.015625, + "learning_rate": 0.0004999219764029363, + "loss": 6.0213, + "mean_token_accuracy": 0.13489074483513833, + "num_tokens": 3586499.0, + "step": 2070 + }, + { + "entropy": 6.236517524719238, + "epoch": 0.16144718926278934, + "grad_norm": 1.078125, + "learning_rate": 0.0004999212448640861, + "loss": 6.0194, + "mean_token_accuracy": 0.13757209926843644, + "num_tokens": 3595391.0, + "step": 2075 + }, + { + "entropy": 6.141875600814819, + "epoch": 0.1618362186345069, + "grad_norm": 0.984375, + "learning_rate": 0.0004999205099124141, + "loss": 5.9667, + "mean_token_accuracy": 0.1367950737476349, + "num_tokens": 3603774.0, + "step": 2080 + }, + { + "entropy": 6.297803211212158, + "epoch": 0.16222524800622448, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999197715479313, + "loss": 6.0216, + "mean_token_accuracy": 0.13554098531603814, + "num_tokens": 3611980.0, + "step": 2085 + }, + { + "entropy": 6.2039124965667725, + "epoch": 0.16261427737794204, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999190297706489, + "loss": 5.942, + "mean_token_accuracy": 0.13699196204543113, + "num_tokens": 3620902.0, + "step": 2090 + }, + { + "entropy": 6.3155577182769775, + "epoch": 0.1630033067496596, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999182845805783, + "loss": 6.2312, + "mean_token_accuracy": 0.12782860547304153, + "num_tokens": 3628924.0, + "step": 2095 + }, + { + "entropy": 6.297778558731079, + "epoch": 0.16339233612137716, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999175359777306, + "loss": 6.0695, + "mean_token_accuracy": 0.13167304024100304, + "num_tokens": 3637538.0, + "step": 2100 + }, + { + "entropy": 6.203191900253296, + "epoch": 0.16378136549309472, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999167839621174, + "loss": 6.0779, + "mean_token_accuracy": 0.13191662728786469, + "num_tokens": 3646309.0, + "step": 2105 + }, + { + "entropy": 6.213529634475708, + "epoch": 0.1641703948648123, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999160285337501, + "loss": 5.9364, + "mean_token_accuracy": 0.1367933377623558, + "num_tokens": 3655204.0, + "step": 2110 + }, + { + "entropy": 6.21005539894104, + "epoch": 0.16455942423652986, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999152696926399, + "loss": 6.0641, + "mean_token_accuracy": 0.1300017297267914, + "num_tokens": 3663939.0, + "step": 2115 + }, + { + "entropy": 6.262974691390991, + "epoch": 0.16494845360824742, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999145074387985, + "loss": 6.0083, + "mean_token_accuracy": 0.13462101370096208, + "num_tokens": 3673167.0, + "step": 2120 + }, + { + "entropy": 6.195592164993286, + "epoch": 0.16533748297996498, + "grad_norm": 1.03125, + "learning_rate": 0.0004999137417722374, + "loss": 5.9742, + "mean_token_accuracy": 0.13803649172186852, + "num_tokens": 3682234.0, + "step": 2125 + }, + { + "entropy": 6.130123567581177, + "epoch": 0.16572651235168256, + "grad_norm": 1.015625, + "learning_rate": 0.0004999129726929684, + "loss": 5.9518, + "mean_token_accuracy": 0.13907736241817475, + "num_tokens": 3690835.0, + "step": 2130 + }, + { + "entropy": 6.220533561706543, + "epoch": 0.16611554172340012, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999122002010029, + "loss": 6.0101, + "mean_token_accuracy": 0.1316205196082592, + "num_tokens": 3699348.0, + "step": 2135 + }, + { + "entropy": 6.122845840454102, + "epoch": 0.16650457109511768, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999114242963527, + "loss": 5.924, + "mean_token_accuracy": 0.1415353387594223, + "num_tokens": 3708205.0, + "step": 2140 + }, + { + "entropy": 6.129640579223633, + "epoch": 0.16689360046683524, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999106449790298, + "loss": 5.9912, + "mean_token_accuracy": 0.14246149584650994, + "num_tokens": 3717016.0, + "step": 2145 + }, + { + "entropy": 6.351011037826538, + "epoch": 0.1672826298385528, + "grad_norm": 1.078125, + "learning_rate": 0.0004999098622490458, + "loss": 6.0016, + "mean_token_accuracy": 0.13569031432271003, + "num_tokens": 3725509.0, + "step": 2150 + }, + { + "entropy": 6.1818685054779055, + "epoch": 0.16767165921027039, + "grad_norm": 0.99609375, + "learning_rate": 0.0004999090761064125, + "loss": 6.0751, + "mean_token_accuracy": 0.13177148699760438, + "num_tokens": 3734674.0, + "step": 2155 + }, + { + "entropy": 6.140064430236817, + "epoch": 0.16806068858198794, + "grad_norm": 1.0859375, + "learning_rate": 0.000499908286551142, + "loss": 5.9012, + "mean_token_accuracy": 0.1402728170156479, + "num_tokens": 3742930.0, + "step": 2160 + }, + { + "entropy": 6.204311227798462, + "epoch": 0.1684497179537055, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999074935832463, + "loss": 5.9945, + "mean_token_accuracy": 0.13643383085727692, + "num_tokens": 3751314.0, + "step": 2165 + }, + { + "entropy": 6.266703701019287, + "epoch": 0.16883874732542306, + "grad_norm": 1.078125, + "learning_rate": 0.0004999066972027373, + "loss": 6.1046, + "mean_token_accuracy": 0.1291274093091488, + "num_tokens": 3760229.0, + "step": 2170 + }, + { + "entropy": 6.350693798065185, + "epoch": 0.16922777669714065, + "grad_norm": 1.015625, + "learning_rate": 0.0004999058974096271, + "loss": 6.1037, + "mean_token_accuracy": 0.13275526687502862, + "num_tokens": 3769037.0, + "step": 2175 + }, + { + "entropy": 6.075402069091797, + "epoch": 0.1696168060688582, + "grad_norm": 1.03125, + "learning_rate": 0.000499905094203928, + "loss": 5.9684, + "mean_token_accuracy": 0.14126176312565802, + "num_tokens": 3777686.0, + "step": 2180 + }, + { + "entropy": 6.287758302688599, + "epoch": 0.17000583544057576, + "grad_norm": 1.046875, + "learning_rate": 0.000499904287585652, + "loss": 6.0575, + "mean_token_accuracy": 0.13231970369815826, + "num_tokens": 3786412.0, + "step": 2185 + }, + { + "entropy": 6.2325122356414795, + "epoch": 0.17039486481229332, + "grad_norm": 1.09375, + "learning_rate": 0.0004999034775548113, + "loss": 6.091, + "mean_token_accuracy": 0.13756789192557334, + "num_tokens": 3794981.0, + "step": 2190 + }, + { + "entropy": 6.184635210037231, + "epoch": 0.17078389418401088, + "grad_norm": 1.0, + "learning_rate": 0.0004999026641114185, + "loss": 5.9679, + "mean_token_accuracy": 0.13785844221711158, + "num_tokens": 3803069.0, + "step": 2195 + }, + { + "entropy": 6.228214073181152, + "epoch": 0.17117292355572847, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999018472554857, + "loss": 6.0562, + "mean_token_accuracy": 0.13657879456877708, + "num_tokens": 3811986.0, + "step": 2200 + }, + { + "entropy": 6.255152368545533, + "epoch": 0.17156195292744603, + "grad_norm": 1.03125, + "learning_rate": 0.0004999010269870253, + "loss": 5.9669, + "mean_token_accuracy": 0.13384350910782813, + "num_tokens": 3820626.0, + "step": 2205 + }, + { + "entropy": 6.168890142440796, + "epoch": 0.17195098229916359, + "grad_norm": 1.046875, + "learning_rate": 0.0004999002033060498, + "loss": 5.9734, + "mean_token_accuracy": 0.14005149230360986, + "num_tokens": 3828608.0, + "step": 2210 + }, + { + "entropy": 6.115287494659424, + "epoch": 0.17234001167088114, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998993762125716, + "loss": 5.9222, + "mean_token_accuracy": 0.1419154718518257, + "num_tokens": 3837059.0, + "step": 2215 + }, + { + "entropy": 6.196029186248779, + "epoch": 0.17272904104259873, + "grad_norm": 1.046875, + "learning_rate": 0.0004998985457066034, + "loss": 5.9477, + "mean_token_accuracy": 0.13308243378996848, + "num_tokens": 3845137.0, + "step": 2220 + }, + { + "entropy": 6.161190748214722, + "epoch": 0.1731180704143163, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998977117881576, + "loss": 5.9399, + "mean_token_accuracy": 0.14329548850655555, + "num_tokens": 3854012.0, + "step": 2225 + }, + { + "entropy": 6.076524972915649, + "epoch": 0.17350709978603385, + "grad_norm": 1.078125, + "learning_rate": 0.0004998968744572472, + "loss": 5.8859, + "mean_token_accuracy": 0.14090772867202758, + "num_tokens": 3862308.0, + "step": 2230 + }, + { + "entropy": 6.084261083602906, + "epoch": 0.1738961291577514, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998960337138845, + "loss": 5.8224, + "mean_token_accuracy": 0.13599667102098464, + "num_tokens": 3870975.0, + "step": 2235 + }, + { + "entropy": 6.172693729400635, + "epoch": 0.17428515852946896, + "grad_norm": 1.1484375, + "learning_rate": 0.0004998951895580826, + "loss": 5.9953, + "mean_token_accuracy": 0.1362786665558815, + "num_tokens": 3879621.0, + "step": 2240 + }, + { + "entropy": 6.119487714767456, + "epoch": 0.17467418790118655, + "grad_norm": 1.0625, + "learning_rate": 0.0004998943419898542, + "loss": 5.9608, + "mean_token_accuracy": 0.13740068078041076, + "num_tokens": 3889214.0, + "step": 2245 + }, + { + "entropy": 6.195636940002442, + "epoch": 0.1750632172729041, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998934910092119, + "loss": 5.9972, + "mean_token_accuracy": 0.13837300091981888, + "num_tokens": 3898250.0, + "step": 2250 + }, + { + "entropy": 6.189534759521484, + "epoch": 0.17545224664462167, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998926366161689, + "loss": 6.0342, + "mean_token_accuracy": 0.13376041278243064, + "num_tokens": 3906971.0, + "step": 2255 + }, + { + "entropy": 6.193826007843017, + "epoch": 0.17584127601633923, + "grad_norm": 0.96875, + "learning_rate": 0.0004998917788107383, + "loss": 6.0622, + "mean_token_accuracy": 0.13532394245266915, + "num_tokens": 3916663.0, + "step": 2260 + }, + { + "entropy": 6.125564813613892, + "epoch": 0.17623030538805678, + "grad_norm": 0.984375, + "learning_rate": 0.0004998909175929326, + "loss": 5.9445, + "mean_token_accuracy": 0.13861310556530954, + "num_tokens": 3926848.0, + "step": 2265 + }, + { + "entropy": 6.110090446472168, + "epoch": 0.17661933475977437, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998900529627653, + "loss": 5.9132, + "mean_token_accuracy": 0.138637275993824, + "num_tokens": 3935729.0, + "step": 2270 + }, + { + "entropy": 6.222514343261719, + "epoch": 0.17700836413149193, + "grad_norm": 1.0625, + "learning_rate": 0.0004998891849202495, + "loss": 5.9225, + "mean_token_accuracy": 0.13785927072167398, + "num_tokens": 3943408.0, + "step": 2275 + }, + { + "entropy": 6.115485048294067, + "epoch": 0.1773973935032095, + "grad_norm": 1.078125, + "learning_rate": 0.000499888313465398, + "loss": 5.8904, + "mean_token_accuracy": 0.13828733041882516, + "num_tokens": 3952473.0, + "step": 2280 + }, + { + "entropy": 6.189030885696411, + "epoch": 0.17778642287492705, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998874385982247, + "loss": 6.0584, + "mean_token_accuracy": 0.1308848187327385, + "num_tokens": 3960878.0, + "step": 2285 + }, + { + "entropy": 6.263873767852783, + "epoch": 0.17817545224664463, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998865603187421, + "loss": 6.0012, + "mean_token_accuracy": 0.13525196462869643, + "num_tokens": 3969282.0, + "step": 2290 + }, + { + "entropy": 6.142105340957642, + "epoch": 0.1785644816183622, + "grad_norm": 1.0234375, + "learning_rate": 0.000499885678626964, + "loss": 5.9793, + "mean_token_accuracy": 0.1365065097808838, + "num_tokens": 3978516.0, + "step": 2295 + }, + { + "entropy": 6.130709075927735, + "epoch": 0.17895351099007975, + "grad_norm": 1.09375, + "learning_rate": 0.0004998847935229038, + "loss": 5.8469, + "mean_token_accuracy": 0.14624039083719254, + "num_tokens": 3986580.0, + "step": 2300 + }, + { + "entropy": 5.984261894226075, + "epoch": 0.1793425403617973, + "grad_norm": 1.078125, + "learning_rate": 0.0004998839050065746, + "loss": 5.8505, + "mean_token_accuracy": 0.1426392376422882, + "num_tokens": 3995144.0, + "step": 2305 + }, + { + "entropy": 6.117937326431274, + "epoch": 0.17973156973351487, + "grad_norm": 1.015625, + "learning_rate": 0.0004998830130779902, + "loss": 5.8539, + "mean_token_accuracy": 0.13852243572473527, + "num_tokens": 4003887.0, + "step": 2310 + }, + { + "entropy": 6.178174209594727, + "epoch": 0.18012059910523245, + "grad_norm": 1.0078125, + "learning_rate": 0.000499882117737164, + "loss": 5.9577, + "mean_token_accuracy": 0.13900213465094566, + "num_tokens": 4012607.0, + "step": 2315 + }, + { + "entropy": 6.117289209365845, + "epoch": 0.18050962847695, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998812189841096, + "loss": 6.0434, + "mean_token_accuracy": 0.13420895710587502, + "num_tokens": 4021950.0, + "step": 2320 + }, + { + "entropy": 6.188327360153198, + "epoch": 0.18089865784866757, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998803168188407, + "loss": 6.0003, + "mean_token_accuracy": 0.1396230697631836, + "num_tokens": 4031076.0, + "step": 2325 + }, + { + "entropy": 6.050243377685547, + "epoch": 0.18128768722038513, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998794112413708, + "loss": 5.8423, + "mean_token_accuracy": 0.14782028794288635, + "num_tokens": 4040414.0, + "step": 2330 + }, + { + "entropy": 6.248169994354248, + "epoch": 0.18167671659210272, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998785022517137, + "loss": 5.9386, + "mean_token_accuracy": 0.14150765910744667, + "num_tokens": 4048931.0, + "step": 2335 + }, + { + "entropy": 5.986580514907837, + "epoch": 0.18206574596382027, + "grad_norm": 1.0234375, + "learning_rate": 0.0004998775898498835, + "loss": 5.8367, + "mean_token_accuracy": 0.14155064076185225, + "num_tokens": 4057688.0, + "step": 2340 + }, + { + "entropy": 6.074233341217041, + "epoch": 0.18245477533553783, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998766740358936, + "loss": 5.9449, + "mean_token_accuracy": 0.1420542173087597, + "num_tokens": 4066365.0, + "step": 2345 + }, + { + "entropy": 6.13965334892273, + "epoch": 0.1828438047072554, + "grad_norm": 0.9609375, + "learning_rate": 0.0004998757548097582, + "loss": 5.8541, + "mean_token_accuracy": 0.14332376196980476, + "num_tokens": 4075136.0, + "step": 2350 + }, + { + "entropy": 6.134494304656982, + "epoch": 0.18323283407897295, + "grad_norm": 1.015625, + "learning_rate": 0.0004998748321714911, + "loss": 5.9524, + "mean_token_accuracy": 0.14317325055599212, + "num_tokens": 4083337.0, + "step": 2355 + }, + { + "entropy": 6.069387912750244, + "epoch": 0.18362186345069054, + "grad_norm": 1.0234375, + "learning_rate": 0.0004998739061211065, + "loss": 5.899, + "mean_token_accuracy": 0.1406087227165699, + "num_tokens": 4091201.0, + "step": 2360 + }, + { + "entropy": 6.1495448589324955, + "epoch": 0.1840108928224081, + "grad_norm": 0.98046875, + "learning_rate": 0.0004998729766586181, + "loss": 5.9458, + "mean_token_accuracy": 0.1404791608452797, + "num_tokens": 4099480.0, + "step": 2365 + }, + { + "entropy": 6.029800033569336, + "epoch": 0.18439992219412565, + "grad_norm": 1.046875, + "learning_rate": 0.0004998720437840403, + "loss": 5.8555, + "mean_token_accuracy": 0.14272842854261397, + "num_tokens": 4108151.0, + "step": 2370 + }, + { + "entropy": 6.009803676605225, + "epoch": 0.1847889515658432, + "grad_norm": 0.96875, + "learning_rate": 0.0004998711074973871, + "loss": 5.8595, + "mean_token_accuracy": 0.14537928998470306, + "num_tokens": 4117380.0, + "step": 2375 + }, + { + "entropy": 6.103708982467651, + "epoch": 0.1851779809375608, + "grad_norm": 0.9765625, + "learning_rate": 0.0004998701677986728, + "loss": 5.9192, + "mean_token_accuracy": 0.14413200244307517, + "num_tokens": 4126757.0, + "step": 2380 + }, + { + "entropy": 6.091351890563965, + "epoch": 0.18556701030927836, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998692246879116, + "loss": 5.832, + "mean_token_accuracy": 0.14118036180734633, + "num_tokens": 4135326.0, + "step": 2385 + }, + { + "entropy": 6.083584976196289, + "epoch": 0.18595603968099592, + "grad_norm": 0.9609375, + "learning_rate": 0.0004998682781651178, + "loss": 5.8502, + "mean_token_accuracy": 0.15047699064016343, + "num_tokens": 4143624.0, + "step": 2390 + }, + { + "entropy": 6.039449691772461, + "epoch": 0.18634506905271347, + "grad_norm": 1.015625, + "learning_rate": 0.0004998673282303059, + "loss": 5.8032, + "mean_token_accuracy": 0.14633125066757202, + "num_tokens": 4152193.0, + "step": 2395 + }, + { + "entropy": 6.093126678466797, + "epoch": 0.18673409842443103, + "grad_norm": 1.1328125, + "learning_rate": 0.0004998663748834901, + "loss": 5.9333, + "mean_token_accuracy": 0.14173089787364007, + "num_tokens": 4160614.0, + "step": 2400 + }, + { + "entropy": 6.195434331893921, + "epoch": 0.18712312779614862, + "grad_norm": 1.046875, + "learning_rate": 0.0004998654181246851, + "loss": 5.9525, + "mean_token_accuracy": 0.1426502361893654, + "num_tokens": 4168715.0, + "step": 2405 + }, + { + "entropy": 6.14034595489502, + "epoch": 0.18751215716786618, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998644579539052, + "loss": 5.9903, + "mean_token_accuracy": 0.14057205021381378, + "num_tokens": 4176676.0, + "step": 2410 + }, + { + "entropy": 6.11949610710144, + "epoch": 0.18790118653958374, + "grad_norm": 0.97265625, + "learning_rate": 0.000499863494371165, + "loss": 5.9666, + "mean_token_accuracy": 0.13880052268505097, + "num_tokens": 4185613.0, + "step": 2415 + }, + { + "entropy": 6.10061502456665, + "epoch": 0.1882902159113013, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998625273764793, + "loss": 5.9744, + "mean_token_accuracy": 0.14042351245880128, + "num_tokens": 4193985.0, + "step": 2420 + }, + { + "entropy": 6.119175815582276, + "epoch": 0.18867924528301888, + "grad_norm": 1.015625, + "learning_rate": 0.0004998615569698626, + "loss": 5.8692, + "mean_token_accuracy": 0.14560523852705956, + "num_tokens": 4202713.0, + "step": 2425 + }, + { + "entropy": 6.20410122871399, + "epoch": 0.18906827465473644, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998605831513296, + "loss": 5.9982, + "mean_token_accuracy": 0.13526586964726448, + "num_tokens": 4210858.0, + "step": 2430 + }, + { + "entropy": 6.077843475341797, + "epoch": 0.189457304026454, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998596059208953, + "loss": 5.9232, + "mean_token_accuracy": 0.1438886322081089, + "num_tokens": 4219570.0, + "step": 2435 + }, + { + "entropy": 6.070500183105469, + "epoch": 0.18984633339817156, + "grad_norm": 1.09375, + "learning_rate": 0.0004998586252785743, + "loss": 5.8362, + "mean_token_accuracy": 0.14419551193714142, + "num_tokens": 4228026.0, + "step": 2440 + }, + { + "entropy": 6.118373966217041, + "epoch": 0.19023536276988912, + "grad_norm": 1.09375, + "learning_rate": 0.0004998576412243816, + "loss": 5.8484, + "mean_token_accuracy": 0.14332474917173385, + "num_tokens": 4235993.0, + "step": 2445 + }, + { + "entropy": 6.020765161514282, + "epoch": 0.1906243921416067, + "grad_norm": 1.046875, + "learning_rate": 0.0004998566537583321, + "loss": 5.8452, + "mean_token_accuracy": 0.1450585328042507, + "num_tokens": 4244225.0, + "step": 2450 + }, + { + "entropy": 6.020392990112304, + "epoch": 0.19101342151332426, + "grad_norm": 1.015625, + "learning_rate": 0.0004998556628804408, + "loss": 5.8412, + "mean_token_accuracy": 0.14568918645381929, + "num_tokens": 4252989.0, + "step": 2455 + }, + { + "entropy": 6.1407276630401615, + "epoch": 0.19140245088504182, + "grad_norm": 1.09375, + "learning_rate": 0.0004998546685907225, + "loss": 5.8736, + "mean_token_accuracy": 0.1443709298968315, + "num_tokens": 4261297.0, + "step": 2460 + }, + { + "entropy": 6.14323468208313, + "epoch": 0.19179148025675938, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998536708891927, + "loss": 6.0037, + "mean_token_accuracy": 0.13726148158311843, + "num_tokens": 4270299.0, + "step": 2465 + }, + { + "entropy": 6.137307929992676, + "epoch": 0.19218050962847694, + "grad_norm": 0.90625, + "learning_rate": 0.0004998526697758663, + "loss": 6.0186, + "mean_token_accuracy": 0.13181870952248573, + "num_tokens": 4279662.0, + "step": 2470 + }, + { + "entropy": 6.12540340423584, + "epoch": 0.19256953900019452, + "grad_norm": 1.03125, + "learning_rate": 0.0004998516652507585, + "loss": 5.8237, + "mean_token_accuracy": 0.14710504859685897, + "num_tokens": 4287876.0, + "step": 2475 + }, + { + "entropy": 6.082257652282715, + "epoch": 0.19295856837191208, + "grad_norm": 1.0703125, + "learning_rate": 0.0004998506573138846, + "loss": 5.9652, + "mean_token_accuracy": 0.1425960034132004, + "num_tokens": 4296415.0, + "step": 2480 + }, + { + "entropy": 6.0256585597991945, + "epoch": 0.19334759774362964, + "grad_norm": 1.015625, + "learning_rate": 0.0004998496459652598, + "loss": 5.7941, + "mean_token_accuracy": 0.14723251685500144, + "num_tokens": 4304434.0, + "step": 2485 + }, + { + "entropy": 6.094099235534668, + "epoch": 0.1937366271153472, + "grad_norm": 1.0625, + "learning_rate": 0.0004998486312048995, + "loss": 5.9742, + "mean_token_accuracy": 0.1384941779077053, + "num_tokens": 4313266.0, + "step": 2490 + }, + { + "entropy": 6.093673992156982, + "epoch": 0.19412565648706478, + "grad_norm": 0.94921875, + "learning_rate": 0.0004998476130328193, + "loss": 5.8438, + "mean_token_accuracy": 0.14551946073770522, + "num_tokens": 4322121.0, + "step": 2495 + }, + { + "entropy": 6.059762907028198, + "epoch": 0.19451468585878234, + "grad_norm": 1.09375, + "learning_rate": 0.0004998465914490343, + "loss": 5.8574, + "mean_token_accuracy": 0.1456399142742157, + "num_tokens": 4330596.0, + "step": 2500 + }, + { + "entropy": 6.101912212371826, + "epoch": 0.1949037152304999, + "grad_norm": 1.109375, + "learning_rate": 0.00049984556645356, + "loss": 5.9538, + "mean_token_accuracy": 0.14571308046579362, + "num_tokens": 4337779.0, + "step": 2505 + }, + { + "entropy": 6.113310956954956, + "epoch": 0.19529274460221746, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998445380464124, + "loss": 5.7871, + "mean_token_accuracy": 0.14770737588405608, + "num_tokens": 4346623.0, + "step": 2510 + }, + { + "entropy": 6.010924863815307, + "epoch": 0.19568177397393502, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998435062276066, + "loss": 5.8965, + "mean_token_accuracy": 0.14267725944519044, + "num_tokens": 4355435.0, + "step": 2515 + }, + { + "entropy": 6.1819150924682615, + "epoch": 0.1960708033456526, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998424709971586, + "loss": 5.9427, + "mean_token_accuracy": 0.14011435583233833, + "num_tokens": 4363636.0, + "step": 2520 + }, + { + "entropy": 5.994958448410034, + "epoch": 0.19645983271737016, + "grad_norm": 1.0, + "learning_rate": 0.0004998414323550839, + "loss": 5.7574, + "mean_token_accuracy": 0.1514812633395195, + "num_tokens": 4372337.0, + "step": 2525 + }, + { + "entropy": 6.082412195205689, + "epoch": 0.19684886208908772, + "grad_norm": 1.1328125, + "learning_rate": 0.0004998403903013984, + "loss": 5.8105, + "mean_token_accuracy": 0.14721191674470901, + "num_tokens": 4380528.0, + "step": 2530 + }, + { + "entropy": 6.050493812561035, + "epoch": 0.19723789146080528, + "grad_norm": 1.046875, + "learning_rate": 0.0004998393448361179, + "loss": 5.8969, + "mean_token_accuracy": 0.13829589858651162, + "num_tokens": 4389464.0, + "step": 2535 + }, + { + "entropy": 6.092096662521362, + "epoch": 0.19762692083252287, + "grad_norm": 1.1015625, + "learning_rate": 0.000499838295959258, + "loss": 5.9541, + "mean_token_accuracy": 0.13610536456108094, + "num_tokens": 4397879.0, + "step": 2540 + }, + { + "entropy": 6.115645837783814, + "epoch": 0.19801595020424043, + "grad_norm": 1.0390625, + "learning_rate": 0.000499837243670835, + "loss": 5.965, + "mean_token_accuracy": 0.14079206734895705, + "num_tokens": 4406145.0, + "step": 2545 + }, + { + "entropy": 6.108259153366089, + "epoch": 0.19840497957595798, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998361879708646, + "loss": 5.8727, + "mean_token_accuracy": 0.1402936451137066, + "num_tokens": 4415480.0, + "step": 2550 + }, + { + "entropy": 6.099182176589966, + "epoch": 0.19879400894767554, + "grad_norm": 1.0078125, + "learning_rate": 0.000499835128859363, + "loss": 5.8755, + "mean_token_accuracy": 0.1442495122551918, + "num_tokens": 4423355.0, + "step": 2555 + }, + { + "entropy": 6.018963813781738, + "epoch": 0.1991830383193931, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998340663363461, + "loss": 5.7746, + "mean_token_accuracy": 0.14996073246002198, + "num_tokens": 4432059.0, + "step": 2560 + }, + { + "entropy": 6.011700248718261, + "epoch": 0.1995720676911107, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998330004018301, + "loss": 5.8663, + "mean_token_accuracy": 0.13528765514492988, + "num_tokens": 4441146.0, + "step": 2565 + }, + { + "entropy": 6.02707347869873, + "epoch": 0.19996109706282825, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998319310558312, + "loss": 5.7046, + "mean_token_accuracy": 0.1531302809715271, + "num_tokens": 4448553.0, + "step": 2570 + }, + { + "entropy": 5.865385389328003, + "epoch": 0.2003501264345458, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998308582983657, + "loss": 5.785, + "mean_token_accuracy": 0.1515739530324936, + "num_tokens": 4456930.0, + "step": 2575 + }, + { + "entropy": 6.159365510940551, + "epoch": 0.20073915580626336, + "grad_norm": 1.0625, + "learning_rate": 0.0004998297821294497, + "loss": 5.9856, + "mean_token_accuracy": 0.1445264369249344, + "num_tokens": 4464932.0, + "step": 2580 + }, + { + "entropy": 6.066826963424683, + "epoch": 0.20112818517798095, + "grad_norm": 1.03125, + "learning_rate": 0.0004998287025490995, + "loss": 5.7073, + "mean_token_accuracy": 0.15195650979876518, + "num_tokens": 4473695.0, + "step": 2585 + }, + { + "entropy": 5.915977334976196, + "epoch": 0.2015172145496985, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998276195573317, + "loss": 5.9426, + "mean_token_accuracy": 0.1366700403392315, + "num_tokens": 4483375.0, + "step": 2590 + }, + { + "entropy": 6.159323358535767, + "epoch": 0.20190624392141607, + "grad_norm": 1.0625, + "learning_rate": 0.0004998265331541627, + "loss": 5.9638, + "mean_token_accuracy": 0.13707406520843507, + "num_tokens": 4491695.0, + "step": 2595 + }, + { + "entropy": 6.056016826629639, + "epoch": 0.20229527329313363, + "grad_norm": 1.140625, + "learning_rate": 0.0004998254433396088, + "loss": 5.9221, + "mean_token_accuracy": 0.14026020020246505, + "num_tokens": 4500361.0, + "step": 2600 + }, + { + "entropy": 6.072783470153809, + "epoch": 0.20268430266485118, + "grad_norm": 0.98828125, + "learning_rate": 0.0004998243501136867, + "loss": 5.8419, + "mean_token_accuracy": 0.1397676981985569, + "num_tokens": 4509368.0, + "step": 2605 + }, + { + "entropy": 6.088675785064697, + "epoch": 0.20307333203656877, + "grad_norm": 1.015625, + "learning_rate": 0.0004998232534764129, + "loss": 5.8232, + "mean_token_accuracy": 0.14180155843496323, + "num_tokens": 4518146.0, + "step": 2610 + }, + { + "entropy": 6.058323574066162, + "epoch": 0.20346236140828633, + "grad_norm": 1.078125, + "learning_rate": 0.0004998221534278041, + "loss": 5.8875, + "mean_token_accuracy": 0.13800363019108772, + "num_tokens": 4526128.0, + "step": 2615 + }, + { + "entropy": 6.097913789749145, + "epoch": 0.2038513907800039, + "grad_norm": 0.9375, + "learning_rate": 0.0004998210499678769, + "loss": 5.9263, + "mean_token_accuracy": 0.14337622076272966, + "num_tokens": 4534724.0, + "step": 2620 + }, + { + "entropy": 6.008050632476807, + "epoch": 0.20424042015172145, + "grad_norm": 1.03125, + "learning_rate": 0.0004998199430966481, + "loss": 5.7847, + "mean_token_accuracy": 0.14045033752918243, + "num_tokens": 4543725.0, + "step": 2625 + }, + { + "entropy": 6.033035039901733, + "epoch": 0.20462944952343903, + "grad_norm": 1.03125, + "learning_rate": 0.0004998188328141346, + "loss": 5.8689, + "mean_token_accuracy": 0.14495224952697755, + "num_tokens": 4551758.0, + "step": 2630 + }, + { + "entropy": 5.990800094604492, + "epoch": 0.2050184788951566, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998177191203531, + "loss": 5.7433, + "mean_token_accuracy": 0.15320585817098617, + "num_tokens": 4559990.0, + "step": 2635 + }, + { + "entropy": 5.993824911117554, + "epoch": 0.20540750826687415, + "grad_norm": 1.0078125, + "learning_rate": 0.0004998166020153204, + "loss": 5.793, + "mean_token_accuracy": 0.1404377117753029, + "num_tokens": 4568651.0, + "step": 2640 + }, + { + "entropy": 5.941356039047241, + "epoch": 0.2057965376385917, + "grad_norm": 0.9765625, + "learning_rate": 0.0004998154814990538, + "loss": 5.722, + "mean_token_accuracy": 0.15070193260908127, + "num_tokens": 4577981.0, + "step": 2645 + }, + { + "entropy": 6.004185390472412, + "epoch": 0.20618556701030927, + "grad_norm": 1.109375, + "learning_rate": 0.00049981435757157, + "loss": 5.882, + "mean_token_accuracy": 0.1453938066959381, + "num_tokens": 4586480.0, + "step": 2650 + }, + { + "entropy": 6.035228633880616, + "epoch": 0.20657459638202685, + "grad_norm": 1.0625, + "learning_rate": 0.0004998132302328862, + "loss": 5.7768, + "mean_token_accuracy": 0.1519497200846672, + "num_tokens": 4595554.0, + "step": 2655 + }, + { + "entropy": 6.000116539001465, + "epoch": 0.2069636257537444, + "grad_norm": 0.97265625, + "learning_rate": 0.0004998120994830195, + "loss": 5.7928, + "mean_token_accuracy": 0.14965005293488504, + "num_tokens": 4604091.0, + "step": 2660 + }, + { + "entropy": 6.103025817871094, + "epoch": 0.20735265512546197, + "grad_norm": 1.0625, + "learning_rate": 0.000499810965321987, + "loss": 5.9041, + "mean_token_accuracy": 0.14321340918540953, + "num_tokens": 4612603.0, + "step": 2665 + }, + { + "entropy": 6.094974136352539, + "epoch": 0.20774168449717953, + "grad_norm": 1.0625, + "learning_rate": 0.0004998098277498059, + "loss": 5.8089, + "mean_token_accuracy": 0.14330320209264755, + "num_tokens": 4621041.0, + "step": 2670 + }, + { + "entropy": 5.965013837814331, + "epoch": 0.2081307138688971, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998086867664934, + "loss": 5.8381, + "mean_token_accuracy": 0.1479259341955185, + "num_tokens": 4629849.0, + "step": 2675 + }, + { + "entropy": 6.067577695846557, + "epoch": 0.20851974324061467, + "grad_norm": 0.9765625, + "learning_rate": 0.000499807542372067, + "loss": 5.9079, + "mean_token_accuracy": 0.14189650267362594, + "num_tokens": 4639426.0, + "step": 2680 + }, + { + "entropy": 6.020753288269043, + "epoch": 0.20890877261233223, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998063945665439, + "loss": 5.8312, + "mean_token_accuracy": 0.14925678074359894, + "num_tokens": 4647257.0, + "step": 2685 + }, + { + "entropy": 6.024092960357666, + "epoch": 0.2092978019840498, + "grad_norm": 1.0078125, + "learning_rate": 0.0004998052433499416, + "loss": 5.8148, + "mean_token_accuracy": 0.14485211595892905, + "num_tokens": 4655773.0, + "step": 2690 + }, + { + "entropy": 6.031063079833984, + "epoch": 0.20968683135576735, + "grad_norm": 1.015625, + "learning_rate": 0.0004998040887222776, + "loss": 5.844, + "mean_token_accuracy": 0.14211719036102294, + "num_tokens": 4664292.0, + "step": 2695 + }, + { + "entropy": 6.070610380172729, + "epoch": 0.21007586072748494, + "grad_norm": 1.03125, + "learning_rate": 0.0004998029306835693, + "loss": 5.8802, + "mean_token_accuracy": 0.14487007558345794, + "num_tokens": 4672774.0, + "step": 2700 + }, + { + "entropy": 6.192492723464966, + "epoch": 0.2104648900992025, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998017692338344, + "loss": 6.0024, + "mean_token_accuracy": 0.13652608394622803, + "num_tokens": 4681855.0, + "step": 2705 + }, + { + "entropy": 6.003230619430542, + "epoch": 0.21085391947092005, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998006043730905, + "loss": 5.7837, + "mean_token_accuracy": 0.15081765204668046, + "num_tokens": 4689771.0, + "step": 2710 + }, + { + "entropy": 6.06316032409668, + "epoch": 0.2112429488426376, + "grad_norm": 0.9765625, + "learning_rate": 0.0004997994361013551, + "loss": 5.9318, + "mean_token_accuracy": 0.13612701371312141, + "num_tokens": 4698808.0, + "step": 2715 + }, + { + "entropy": 6.027731704711914, + "epoch": 0.21163197821435517, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997982644186461, + "loss": 5.8201, + "mean_token_accuracy": 0.1442001700401306, + "num_tokens": 4707627.0, + "step": 2720 + }, + { + "entropy": 5.994128227233887, + "epoch": 0.21202100758607276, + "grad_norm": 1.0625, + "learning_rate": 0.0004997970893249813, + "loss": 5.8134, + "mean_token_accuracy": 0.1453290104866028, + "num_tokens": 4716091.0, + "step": 2725 + }, + { + "entropy": 6.026619577407837, + "epoch": 0.21241003695779032, + "grad_norm": 1.03125, + "learning_rate": 0.0004997959108203785, + "loss": 5.8173, + "mean_token_accuracy": 0.14737472012639047, + "num_tokens": 4724042.0, + "step": 2730 + }, + { + "entropy": 5.927079200744629, + "epoch": 0.21279906632950787, + "grad_norm": 1.046875, + "learning_rate": 0.0004997947289048554, + "loss": 5.7431, + "mean_token_accuracy": 0.15547642409801482, + "num_tokens": 4731745.0, + "step": 2735 + }, + { + "entropy": 5.977909660339355, + "epoch": 0.21318809570122543, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997935435784302, + "loss": 5.9151, + "mean_token_accuracy": 0.14134541749954224, + "num_tokens": 4740386.0, + "step": 2740 + }, + { + "entropy": 6.097658681869507, + "epoch": 0.21357712507294302, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997923548411208, + "loss": 5.9154, + "mean_token_accuracy": 0.14041005820035934, + "num_tokens": 4749809.0, + "step": 2745 + }, + { + "entropy": 6.157984495162964, + "epoch": 0.21396615444466058, + "grad_norm": 0.921875, + "learning_rate": 0.000499791162692945, + "loss": 6.0245, + "mean_token_accuracy": 0.13882595300674438, + "num_tokens": 4759507.0, + "step": 2750 + }, + { + "entropy": 6.020778369903565, + "epoch": 0.21435518381637814, + "grad_norm": 0.98046875, + "learning_rate": 0.0004997899671339214, + "loss": 5.7893, + "mean_token_accuracy": 0.1458857201039791, + "num_tokens": 4768793.0, + "step": 2755 + }, + { + "entropy": 6.058682203292847, + "epoch": 0.2147442131880957, + "grad_norm": 1.015625, + "learning_rate": 0.0004997887681640675, + "loss": 5.9431, + "mean_token_accuracy": 0.14112222120165824, + "num_tokens": 4777344.0, + "step": 2760 + }, + { + "entropy": 6.091257619857788, + "epoch": 0.21513324255981325, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997875657834021, + "loss": 5.859, + "mean_token_accuracy": 0.1439730390906334, + "num_tokens": 4785934.0, + "step": 2765 + }, + { + "entropy": 6.021985816955566, + "epoch": 0.21552227193153084, + "grad_norm": 1.0859375, + "learning_rate": 0.0004997863599919432, + "loss": 5.8154, + "mean_token_accuracy": 0.1487823836505413, + "num_tokens": 4794889.0, + "step": 2770 + }, + { + "entropy": 5.963295888900757, + "epoch": 0.2159113013032484, + "grad_norm": 1.046875, + "learning_rate": 0.0004997851507897089, + "loss": 5.9177, + "mean_token_accuracy": 0.1420752465724945, + "num_tokens": 4803597.0, + "step": 2775 + }, + { + "entropy": 6.021999406814575, + "epoch": 0.21630033067496596, + "grad_norm": 1.015625, + "learning_rate": 0.0004997839381767178, + "loss": 5.7093, + "mean_token_accuracy": 0.14998439997434615, + "num_tokens": 4812706.0, + "step": 2780 + }, + { + "entropy": 5.942576360702515, + "epoch": 0.21668936004668352, + "grad_norm": 0.9609375, + "learning_rate": 0.0004997827221529882, + "loss": 5.7645, + "mean_token_accuracy": 0.14373311623930932, + "num_tokens": 4821790.0, + "step": 2785 + }, + { + "entropy": 6.044412851333618, + "epoch": 0.2170783894184011, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997815027185386, + "loss": 5.8268, + "mean_token_accuracy": 0.14614877104759216, + "num_tokens": 4830123.0, + "step": 2790 + }, + { + "entropy": 6.031355142593384, + "epoch": 0.21746741879011866, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997802798733874, + "loss": 5.7584, + "mean_token_accuracy": 0.14889259934425353, + "num_tokens": 4838066.0, + "step": 2795 + }, + { + "entropy": 5.985014152526856, + "epoch": 0.21785644816183622, + "grad_norm": 1.0625, + "learning_rate": 0.0004997790536175534, + "loss": 5.8295, + "mean_token_accuracy": 0.1473879933357239, + "num_tokens": 4846877.0, + "step": 2800 + }, + { + "entropy": 6.0131855487823485, + "epoch": 0.21824547753355378, + "grad_norm": 0.8828125, + "learning_rate": 0.0004997778239510548, + "loss": 5.8809, + "mean_token_accuracy": 0.13904760181903839, + "num_tokens": 4856960.0, + "step": 2805 + }, + { + "entropy": 6.0483003616333, + "epoch": 0.21863450690527134, + "grad_norm": 1.046875, + "learning_rate": 0.0004997765908739106, + "loss": 5.8844, + "mean_token_accuracy": 0.1458500951528549, + "num_tokens": 4865440.0, + "step": 2810 + }, + { + "entropy": 5.985370063781739, + "epoch": 0.21902353627698892, + "grad_norm": 1.0078125, + "learning_rate": 0.0004997753543861395, + "loss": 5.7839, + "mean_token_accuracy": 0.1455774076282978, + "num_tokens": 4874187.0, + "step": 2815 + }, + { + "entropy": 6.1545000076293945, + "epoch": 0.21941256564870648, + "grad_norm": 0.9375, + "learning_rate": 0.00049977411448776, + "loss": 5.9234, + "mean_token_accuracy": 0.13685425370931625, + "num_tokens": 4883151.0, + "step": 2820 + }, + { + "entropy": 6.033831405639648, + "epoch": 0.21980159502042404, + "grad_norm": 0.9765625, + "learning_rate": 0.0004997728711787912, + "loss": 5.8376, + "mean_token_accuracy": 0.14152983725070953, + "num_tokens": 4890968.0, + "step": 2825 + }, + { + "entropy": 5.948618221282959, + "epoch": 0.2201906243921416, + "grad_norm": 0.95703125, + "learning_rate": 0.0004997716244592518, + "loss": 5.7224, + "mean_token_accuracy": 0.15324778854846954, + "num_tokens": 4899389.0, + "step": 2830 + }, + { + "entropy": 5.957552099227906, + "epoch": 0.22057965376385918, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997703743291607, + "loss": 5.7836, + "mean_token_accuracy": 0.15218881666660308, + "num_tokens": 4907622.0, + "step": 2835 + }, + { + "entropy": 5.971472644805909, + "epoch": 0.22096868313557674, + "grad_norm": 0.98046875, + "learning_rate": 0.000499769120788537, + "loss": 5.7855, + "mean_token_accuracy": 0.14718300998210906, + "num_tokens": 4916151.0, + "step": 2840 + }, + { + "entropy": 5.953951168060303, + "epoch": 0.2213577125072943, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997678638373995, + "loss": 5.6926, + "mean_token_accuracy": 0.1555492803454399, + "num_tokens": 4923938.0, + "step": 2845 + }, + { + "entropy": 5.977941274642944, + "epoch": 0.22174674187901186, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997666034757676, + "loss": 5.8041, + "mean_token_accuracy": 0.15950555503368377, + "num_tokens": 4932027.0, + "step": 2850 + }, + { + "entropy": 5.992272996902466, + "epoch": 0.22213577125072942, + "grad_norm": 1.1484375, + "learning_rate": 0.0004997653397036603, + "loss": 5.8234, + "mean_token_accuracy": 0.15327517986297606, + "num_tokens": 4940229.0, + "step": 2855 + }, + { + "entropy": 5.946475648880005, + "epoch": 0.222524800622447, + "grad_norm": 1.0078125, + "learning_rate": 0.0004997640725210965, + "loss": 5.8766, + "mean_token_accuracy": 0.1445116177201271, + "num_tokens": 4948662.0, + "step": 2860 + }, + { + "entropy": 5.985954427719117, + "epoch": 0.22291382999416456, + "grad_norm": 0.984375, + "learning_rate": 0.0004997628019280958, + "loss": 5.8304, + "mean_token_accuracy": 0.14730205610394478, + "num_tokens": 4956847.0, + "step": 2865 + }, + { + "entropy": 6.0246001243591305, + "epoch": 0.22330285936588212, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997615279246773, + "loss": 5.7519, + "mean_token_accuracy": 0.14672646746039392, + "num_tokens": 4965139.0, + "step": 2870 + }, + { + "entropy": 6.093596029281616, + "epoch": 0.22369188873759968, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997602505108603, + "loss": 5.9346, + "mean_token_accuracy": 0.1362128235399723, + "num_tokens": 4973671.0, + "step": 2875 + }, + { + "entropy": 5.992952871322632, + "epoch": 0.22408091810931724, + "grad_norm": 1.0625, + "learning_rate": 0.0004997589696866644, + "loss": 5.7985, + "mean_token_accuracy": 0.14313325881958008, + "num_tokens": 4981970.0, + "step": 2880 + }, + { + "entropy": 5.994722890853882, + "epoch": 0.22446994748103483, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997576854521088, + "loss": 5.8276, + "mean_token_accuracy": 0.14740151315927505, + "num_tokens": 4990591.0, + "step": 2885 + }, + { + "entropy": 6.008001279830933, + "epoch": 0.22485897685275238, + "grad_norm": 1.109375, + "learning_rate": 0.000499756397807213, + "loss": 5.8338, + "mean_token_accuracy": 0.1426657348871231, + "num_tokens": 4999623.0, + "step": 2890 + }, + { + "entropy": 6.0818774700164795, + "epoch": 0.22524800622446994, + "grad_norm": 1.1328125, + "learning_rate": 0.0004997551067519966, + "loss": 5.8912, + "mean_token_accuracy": 0.13916059359908103, + "num_tokens": 5008387.0, + "step": 2895 + }, + { + "entropy": 5.989216756820679, + "epoch": 0.2256370355961875, + "grad_norm": 0.984375, + "learning_rate": 0.0004997538122864792, + "loss": 5.8194, + "mean_token_accuracy": 0.14748692139983177, + "num_tokens": 5016788.0, + "step": 2900 + }, + { + "entropy": 6.08019700050354, + "epoch": 0.2260260649679051, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997525144106804, + "loss": 5.8442, + "mean_token_accuracy": 0.14615625888109207, + "num_tokens": 5025508.0, + "step": 2905 + }, + { + "entropy": 5.974547910690307, + "epoch": 0.22641509433962265, + "grad_norm": 1.125, + "learning_rate": 0.00049975121312462, + "loss": 5.8181, + "mean_token_accuracy": 0.14417650923132896, + "num_tokens": 5035081.0, + "step": 2910 + }, + { + "entropy": 5.942454242706299, + "epoch": 0.2268041237113402, + "grad_norm": 1.0, + "learning_rate": 0.0004997499084283177, + "loss": 5.7548, + "mean_token_accuracy": 0.15317937284708022, + "num_tokens": 5043655.0, + "step": 2915 + }, + { + "entropy": 5.948886728286743, + "epoch": 0.22719315308305776, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997486003217932, + "loss": 5.7784, + "mean_token_accuracy": 0.14860536009073258, + "num_tokens": 5052080.0, + "step": 2920 + }, + { + "entropy": 5.9562623500823975, + "epoch": 0.22758218245477532, + "grad_norm": 0.99609375, + "learning_rate": 0.0004997472888050664, + "loss": 5.7576, + "mean_token_accuracy": 0.15349135398864747, + "num_tokens": 5061325.0, + "step": 2925 + }, + { + "entropy": 6.030727291107178, + "epoch": 0.2279712118264929, + "grad_norm": 1.1484375, + "learning_rate": 0.0004997459738781573, + "loss": 5.8539, + "mean_token_accuracy": 0.14812101200222969, + "num_tokens": 5069461.0, + "step": 2930 + }, + { + "entropy": 6.0146770000457765, + "epoch": 0.22836024119821047, + "grad_norm": 1.03125, + "learning_rate": 0.0004997446555410857, + "loss": 5.8223, + "mean_token_accuracy": 0.14278532564640045, + "num_tokens": 5077747.0, + "step": 2935 + }, + { + "entropy": 6.042302083969116, + "epoch": 0.22874927056992803, + "grad_norm": 1.09375, + "learning_rate": 0.0004997433337938716, + "loss": 5.8714, + "mean_token_accuracy": 0.15094365030527115, + "num_tokens": 5086300.0, + "step": 2940 + }, + { + "entropy": 5.889710426330566, + "epoch": 0.22913829994164558, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997420086365351, + "loss": 5.639, + "mean_token_accuracy": 0.1529846578836441, + "num_tokens": 5094762.0, + "step": 2945 + }, + { + "entropy": 5.962165880203247, + "epoch": 0.22952732931336317, + "grad_norm": 1.15625, + "learning_rate": 0.0004997406800690966, + "loss": 5.8148, + "mean_token_accuracy": 0.14716944992542266, + "num_tokens": 5103364.0, + "step": 2950 + }, + { + "entropy": 6.089474296569824, + "epoch": 0.22991635868508073, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997393480915758, + "loss": 5.9175, + "mean_token_accuracy": 0.14378761649131774, + "num_tokens": 5111730.0, + "step": 2955 + }, + { + "entropy": 6.014431476593018, + "epoch": 0.2303053880567983, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997380127039931, + "loss": 5.721, + "mean_token_accuracy": 0.14942315146327018, + "num_tokens": 5119878.0, + "step": 2960 + }, + { + "entropy": 5.950433588027954, + "epoch": 0.23069441742851585, + "grad_norm": 1.0625, + "learning_rate": 0.0004997366739063688, + "loss": 5.8318, + "mean_token_accuracy": 0.14808186888694763, + "num_tokens": 5129146.0, + "step": 2965 + }, + { + "entropy": 5.973391675949097, + "epoch": 0.2310834468002334, + "grad_norm": 1.015625, + "learning_rate": 0.0004997353316987231, + "loss": 5.8516, + "mean_token_accuracy": 0.14153072685003282, + "num_tokens": 5137989.0, + "step": 2970 + }, + { + "entropy": 6.0436218738555905, + "epoch": 0.231472476171951, + "grad_norm": 0.984375, + "learning_rate": 0.0004997339860810765, + "loss": 5.8711, + "mean_token_accuracy": 0.14632160738110542, + "num_tokens": 5146722.0, + "step": 2975 + }, + { + "entropy": 6.069381904602051, + "epoch": 0.23186150554366855, + "grad_norm": 1.0859375, + "learning_rate": 0.0004997326370534495, + "loss": 5.8568, + "mean_token_accuracy": 0.14624862521886825, + "num_tokens": 5154902.0, + "step": 2980 + }, + { + "entropy": 6.035060167312622, + "epoch": 0.2322505349153861, + "grad_norm": 1.109375, + "learning_rate": 0.0004997312846158622, + "loss": 5.8534, + "mean_token_accuracy": 0.1460738830268383, + "num_tokens": 5163594.0, + "step": 2985 + }, + { + "entropy": 5.965574455261231, + "epoch": 0.23263956428710367, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997299287683355, + "loss": 5.7492, + "mean_token_accuracy": 0.15077491253614425, + "num_tokens": 5172139.0, + "step": 2990 + }, + { + "entropy": 6.024194145202637, + "epoch": 0.23302859365882125, + "grad_norm": 1.0703125, + "learning_rate": 0.0004997285695108898, + "loss": 5.8685, + "mean_token_accuracy": 0.1467841848731041, + "num_tokens": 5180077.0, + "step": 2995 + }, + { + "entropy": 5.930562591552734, + "epoch": 0.2334176230305388, + "grad_norm": 1.046875, + "learning_rate": 0.0004997272068435458, + "loss": 5.7271, + "mean_token_accuracy": 0.1471436142921448, + "num_tokens": 5188500.0, + "step": 3000 + }, + { + "epoch": 0.2334176230305388, + "eval_entropy": 5.6941922486115235, + "eval_loss": 5.846546649932861, + "eval_mean_token_accuracy": 0.15339850671912067, + "eval_num_tokens": 5188500.0, + "eval_runtime": 21.835, + "eval_samples_per_second": 1903.278, + "eval_steps_per_second": 237.921, + "step": 3000 + }, + { + "entropy": 5.961565971374512, + "epoch": 0.23380665240225637, + "grad_norm": 1.1328125, + "learning_rate": 0.000499725840766324, + "loss": 5.8084, + "mean_token_accuracy": 0.14536137208342553, + "num_tokens": 5197214.0, + "step": 3005 + }, + { + "entropy": 6.099143123626709, + "epoch": 0.23419568177397393, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997244712792453, + "loss": 5.8902, + "mean_token_accuracy": 0.1375305250287056, + "num_tokens": 5206348.0, + "step": 3010 + }, + { + "entropy": 5.908238410949707, + "epoch": 0.2345847111456915, + "grad_norm": 1.0, + "learning_rate": 0.0004997230983823305, + "loss": 5.7049, + "mean_token_accuracy": 0.1495301440358162, + "num_tokens": 5215425.0, + "step": 3015 + }, + { + "entropy": 6.090976285934448, + "epoch": 0.23497374051740907, + "grad_norm": 0.953125, + "learning_rate": 0.0004997217220756003, + "loss": 5.9276, + "mean_token_accuracy": 0.137629234790802, + "num_tokens": 5224899.0, + "step": 3020 + }, + { + "entropy": 6.01672511100769, + "epoch": 0.23536276988912663, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997203423590757, + "loss": 5.8561, + "mean_token_accuracy": 0.1432482309639454, + "num_tokens": 5233829.0, + "step": 3025 + }, + { + "entropy": 6.031854343414307, + "epoch": 0.2357517992608442, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997189592327775, + "loss": 5.9804, + "mean_token_accuracy": 0.13744926527142526, + "num_tokens": 5243144.0, + "step": 3030 + }, + { + "entropy": 6.057364892959595, + "epoch": 0.23614082863256175, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997175726967268, + "loss": 5.8012, + "mean_token_accuracy": 0.14386512711644173, + "num_tokens": 5251097.0, + "step": 3035 + }, + { + "entropy": 6.043510866165161, + "epoch": 0.23652985800427934, + "grad_norm": 1.03125, + "learning_rate": 0.0004997161827509447, + "loss": 5.8739, + "mean_token_accuracy": 0.14954522103071213, + "num_tokens": 5260050.0, + "step": 3040 + }, + { + "entropy": 6.009251642227173, + "epoch": 0.2369188873759969, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997147893954521, + "loss": 5.6914, + "mean_token_accuracy": 0.14883195012807846, + "num_tokens": 5268363.0, + "step": 3045 + }, + { + "entropy": 5.967427968978882, + "epoch": 0.23730791674771445, + "grad_norm": 1.0625, + "learning_rate": 0.0004997133926302702, + "loss": 5.8712, + "mean_token_accuracy": 0.14183011949062346, + "num_tokens": 5276821.0, + "step": 3050 + }, + { + "entropy": 5.999506711959839, + "epoch": 0.237696946119432, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997119924554204, + "loss": 5.7826, + "mean_token_accuracy": 0.14683904349803925, + "num_tokens": 5285419.0, + "step": 3055 + }, + { + "entropy": 5.9552665710449215, + "epoch": 0.23808597549114957, + "grad_norm": 0.98046875, + "learning_rate": 0.0004997105888709236, + "loss": 5.7019, + "mean_token_accuracy": 0.1541394919157028, + "num_tokens": 5294004.0, + "step": 3060 + }, + { + "entropy": 5.89560899734497, + "epoch": 0.23847500486286716, + "grad_norm": 1.015625, + "learning_rate": 0.0004997091818768015, + "loss": 5.8752, + "mean_token_accuracy": 0.1477641649544239, + "num_tokens": 5302699.0, + "step": 3065 + }, + { + "entropy": 6.0138801574707035, + "epoch": 0.23886403423458472, + "grad_norm": 1.03125, + "learning_rate": 0.000499707771473075, + "loss": 5.7971, + "mean_token_accuracy": 0.14801695495843886, + "num_tokens": 5311115.0, + "step": 3070 + }, + { + "entropy": 5.9761481285095215, + "epoch": 0.23925306360630227, + "grad_norm": 1.015625, + "learning_rate": 0.0004997063576597659, + "loss": 5.7977, + "mean_token_accuracy": 0.1496265560388565, + "num_tokens": 5319795.0, + "step": 3075 + }, + { + "entropy": 6.042915296554566, + "epoch": 0.23964209297801983, + "grad_norm": 0.9375, + "learning_rate": 0.0004997049404368954, + "loss": 5.8341, + "mean_token_accuracy": 0.14897835552692412, + "num_tokens": 5328273.0, + "step": 3080 + }, + { + "entropy": 5.988575649261475, + "epoch": 0.2400311223497374, + "grad_norm": 1.0859375, + "learning_rate": 0.000499703519804485, + "loss": 5.829, + "mean_token_accuracy": 0.14671153724193572, + "num_tokens": 5336394.0, + "step": 3085 + }, + { + "entropy": 5.9397519588470455, + "epoch": 0.24042015172145498, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997020957625564, + "loss": 5.7769, + "mean_token_accuracy": 0.15148883908987046, + "num_tokens": 5344480.0, + "step": 3090 + }, + { + "entropy": 5.960248136520386, + "epoch": 0.24080918109317254, + "grad_norm": 0.92578125, + "learning_rate": 0.0004997006683111312, + "loss": 5.8344, + "mean_token_accuracy": 0.13700284957885742, + "num_tokens": 5353445.0, + "step": 3095 + }, + { + "entropy": 5.9557548522949215, + "epoch": 0.2411982104648901, + "grad_norm": 0.98046875, + "learning_rate": 0.000499699237450231, + "loss": 5.7009, + "mean_token_accuracy": 0.15911950767040253, + "num_tokens": 5362356.0, + "step": 3100 + }, + { + "entropy": 5.96647891998291, + "epoch": 0.24158723983660765, + "grad_norm": 1.046875, + "learning_rate": 0.0004996978031798774, + "loss": 5.8215, + "mean_token_accuracy": 0.15092627853155136, + "num_tokens": 5371467.0, + "step": 3105 + }, + { + "entropy": 5.874505186080933, + "epoch": 0.24197626920832524, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996963655000924, + "loss": 5.698, + "mean_token_accuracy": 0.15349170416593552, + "num_tokens": 5380256.0, + "step": 3110 + }, + { + "entropy": 6.019479560852051, + "epoch": 0.2423652985800428, + "grad_norm": 1.0, + "learning_rate": 0.0004996949244108977, + "loss": 5.7548, + "mean_token_accuracy": 0.148537015914917, + "num_tokens": 5388884.0, + "step": 3115 + }, + { + "entropy": 5.934230375289917, + "epoch": 0.24275432795176036, + "grad_norm": 1.0859375, + "learning_rate": 0.000499693479912315, + "loss": 5.7207, + "mean_token_accuracy": 0.1513214588165283, + "num_tokens": 5397980.0, + "step": 3120 + }, + { + "entropy": 5.915476846694946, + "epoch": 0.24314335732347792, + "grad_norm": 1.046875, + "learning_rate": 0.0004996920320043666, + "loss": 5.8269, + "mean_token_accuracy": 0.14737921729683875, + "num_tokens": 5406879.0, + "step": 3125 + }, + { + "entropy": 5.97343635559082, + "epoch": 0.24353238669519547, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996905806870742, + "loss": 5.8367, + "mean_token_accuracy": 0.14250106513500213, + "num_tokens": 5416161.0, + "step": 3130 + }, + { + "entropy": 5.952649211883545, + "epoch": 0.24392141606691306, + "grad_norm": 0.9765625, + "learning_rate": 0.0004996891259604598, + "loss": 5.7053, + "mean_token_accuracy": 0.15676204413175582, + "num_tokens": 5424323.0, + "step": 3135 + }, + { + "entropy": 5.9204154968261715, + "epoch": 0.24431044543863062, + "grad_norm": 0.984375, + "learning_rate": 0.0004996876678245455, + "loss": 5.8257, + "mean_token_accuracy": 0.1389497771859169, + "num_tokens": 5433750.0, + "step": 3140 + }, + { + "entropy": 6.035652017593383, + "epoch": 0.24469947481034818, + "grad_norm": 1.03125, + "learning_rate": 0.0004996862062793536, + "loss": 5.8451, + "mean_token_accuracy": 0.1483545832335949, + "num_tokens": 5442113.0, + "step": 3145 + }, + { + "entropy": 5.946454668045044, + "epoch": 0.24508850418206574, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996847413249061, + "loss": 5.7325, + "mean_token_accuracy": 0.14880170971155166, + "num_tokens": 5450403.0, + "step": 3150 + }, + { + "entropy": 5.944355154037476, + "epoch": 0.24547753355378332, + "grad_norm": 1.015625, + "learning_rate": 0.0004996832729612252, + "loss": 5.8088, + "mean_token_accuracy": 0.1451127476990223, + "num_tokens": 5459018.0, + "step": 3155 + }, + { + "entropy": 5.953004455566406, + "epoch": 0.24586656292550088, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996818011883333, + "loss": 5.8338, + "mean_token_accuracy": 0.14286485612392424, + "num_tokens": 5468314.0, + "step": 3160 + }, + { + "entropy": 5.988242864608765, + "epoch": 0.24625559229721844, + "grad_norm": 1.0, + "learning_rate": 0.0004996803260062527, + "loss": 5.8203, + "mean_token_accuracy": 0.14754107743501663, + "num_tokens": 5476950.0, + "step": 3165 + }, + { + "entropy": 6.008144521713257, + "epoch": 0.246644621668936, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996788474150057, + "loss": 5.7719, + "mean_token_accuracy": 0.1521343857049942, + "num_tokens": 5485201.0, + "step": 3170 + }, + { + "entropy": 6.0393514156341555, + "epoch": 0.24703365104065356, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996773654146149, + "loss": 5.9063, + "mean_token_accuracy": 0.14898504465818405, + "num_tokens": 5493096.0, + "step": 3175 + }, + { + "entropy": 5.891411304473877, + "epoch": 0.24742268041237114, + "grad_norm": 1.015625, + "learning_rate": 0.0004996758800051026, + "loss": 5.6865, + "mean_token_accuracy": 0.1497150219976902, + "num_tokens": 5502413.0, + "step": 3180 + }, + { + "entropy": 5.96971640586853, + "epoch": 0.2478117097840887, + "grad_norm": 1.1484375, + "learning_rate": 0.0004996743911864916, + "loss": 5.8289, + "mean_token_accuracy": 0.149935594946146, + "num_tokens": 5511670.0, + "step": 3185 + }, + { + "entropy": 5.96325535774231, + "epoch": 0.24820073915580626, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996728989588041, + "loss": 5.7028, + "mean_token_accuracy": 0.1558322086930275, + "num_tokens": 5519344.0, + "step": 3190 + }, + { + "entropy": 5.896140098571777, + "epoch": 0.24858976852752382, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996714033220632, + "loss": 5.7149, + "mean_token_accuracy": 0.15106671154499055, + "num_tokens": 5528413.0, + "step": 3195 + }, + { + "entropy": 5.9170585632324215, + "epoch": 0.2489787978992414, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996699042762911, + "loss": 5.8108, + "mean_token_accuracy": 0.1454245112836361, + "num_tokens": 5537201.0, + "step": 3200 + }, + { + "entropy": 5.999245262145996, + "epoch": 0.24936782727095896, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996684018215111, + "loss": 5.8169, + "mean_token_accuracy": 0.14384038001298904, + "num_tokens": 5545975.0, + "step": 3205 + }, + { + "entropy": 5.949352216720581, + "epoch": 0.24975685664267652, + "grad_norm": 0.9609375, + "learning_rate": 0.0004996668959577453, + "loss": 5.8537, + "mean_token_accuracy": 0.14289541244506837, + "num_tokens": 5555237.0, + "step": 3210 + }, + { + "entropy": 5.995472574234009, + "epoch": 0.2501458860143941, + "grad_norm": 0.984375, + "learning_rate": 0.0004996653866850173, + "loss": 5.7196, + "mean_token_accuracy": 0.15133460536599158, + "num_tokens": 5564048.0, + "step": 3215 + }, + { + "entropy": 5.927675676345825, + "epoch": 0.25053491538611167, + "grad_norm": 1.0859375, + "learning_rate": 0.0004996638740033495, + "loss": 5.7774, + "mean_token_accuracy": 0.14800822138786315, + "num_tokens": 5573615.0, + "step": 3220 + }, + { + "entropy": 5.931420469284058, + "epoch": 0.2509239447578292, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996623579127651, + "loss": 5.6608, + "mean_token_accuracy": 0.154579995572567, + "num_tokens": 5582211.0, + "step": 3225 + }, + { + "entropy": 5.98255410194397, + "epoch": 0.2513129741295468, + "grad_norm": 0.91796875, + "learning_rate": 0.0004996608384132868, + "loss": 5.8922, + "mean_token_accuracy": 0.14365677535533905, + "num_tokens": 5592542.0, + "step": 3230 + }, + { + "entropy": 6.0203358173370365, + "epoch": 0.25170200350126437, + "grad_norm": 0.99609375, + "learning_rate": 0.000499659315504938, + "loss": 5.8643, + "mean_token_accuracy": 0.15172575861215593, + "num_tokens": 5601279.0, + "step": 3235 + }, + { + "entropy": 5.95043683052063, + "epoch": 0.2520910328729819, + "grad_norm": 1.1640625, + "learning_rate": 0.0004996577891877417, + "loss": 5.7939, + "mean_token_accuracy": 0.1459869921207428, + "num_tokens": 5610266.0, + "step": 3240 + }, + { + "entropy": 5.979887199401856, + "epoch": 0.2524800622446995, + "grad_norm": 0.96875, + "learning_rate": 0.0004996562594617209, + "loss": 5.8449, + "mean_token_accuracy": 0.144519080221653, + "num_tokens": 5618799.0, + "step": 3245 + }, + { + "entropy": 6.104338645935059, + "epoch": 0.252869091616417, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996547263268991, + "loss": 5.798, + "mean_token_accuracy": 0.1474681720137596, + "num_tokens": 5627861.0, + "step": 3250 + }, + { + "entropy": 5.9928460121154785, + "epoch": 0.2532581209881346, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996531897832993, + "loss": 5.7746, + "mean_token_accuracy": 0.1484766885638237, + "num_tokens": 5636229.0, + "step": 3255 + }, + { + "entropy": 5.9977171421051025, + "epoch": 0.2536471503598522, + "grad_norm": 0.89453125, + "learning_rate": 0.000499651649830945, + "loss": 5.9845, + "mean_token_accuracy": 0.13543816059827804, + "num_tokens": 5645828.0, + "step": 3260 + }, + { + "entropy": 5.932930946350098, + "epoch": 0.2540361797315697, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996501064698593, + "loss": 5.6161, + "mean_token_accuracy": 0.15123094767332076, + "num_tokens": 5654750.0, + "step": 3265 + }, + { + "entropy": 5.941285562515259, + "epoch": 0.2544252091032873, + "grad_norm": 0.98828125, + "learning_rate": 0.000499648559700066, + "loss": 5.7747, + "mean_token_accuracy": 0.15008440613746643, + "num_tokens": 5664017.0, + "step": 3270 + }, + { + "entropy": 5.946943283081055, + "epoch": 0.25481423847500484, + "grad_norm": 1.046875, + "learning_rate": 0.0004996470095215884, + "loss": 5.7868, + "mean_token_accuracy": 0.1457691326737404, + "num_tokens": 5672220.0, + "step": 3275 + }, + { + "entropy": 5.83295087814331, + "epoch": 0.2552032678467224, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996454559344498, + "loss": 5.7225, + "mean_token_accuracy": 0.14943785592913628, + "num_tokens": 5680921.0, + "step": 3280 + }, + { + "entropy": 6.023372316360474, + "epoch": 0.25559229721844, + "grad_norm": 1.0703125, + "learning_rate": 0.0004996438989386741, + "loss": 5.7338, + "mean_token_accuracy": 0.14629117920994758, + "num_tokens": 5689226.0, + "step": 3285 + }, + { + "entropy": 5.9807192325592045, + "epoch": 0.25598132659015754, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996423385342847, + "loss": 5.87, + "mean_token_accuracy": 0.14247669130563737, + "num_tokens": 5698413.0, + "step": 3290 + }, + { + "entropy": 5.909314584732056, + "epoch": 0.25637035596187513, + "grad_norm": 0.99609375, + "learning_rate": 0.0004996407747213055, + "loss": 5.7584, + "mean_token_accuracy": 0.14268624037504196, + "num_tokens": 5707724.0, + "step": 3295 + }, + { + "entropy": 5.99248685836792, + "epoch": 0.25675938533359266, + "grad_norm": 1.0546875, + "learning_rate": 0.00049963920749976, + "loss": 5.7555, + "mean_token_accuracy": 0.14810967147350312, + "num_tokens": 5716566.0, + "step": 3300 + }, + { + "entropy": 5.907137441635132, + "epoch": 0.25714841470531025, + "grad_norm": 1.0703125, + "learning_rate": 0.0004996376368696721, + "loss": 5.7048, + "mean_token_accuracy": 0.14675737172365189, + "num_tokens": 5725463.0, + "step": 3305 + }, + { + "entropy": 5.9448107242584225, + "epoch": 0.25753744407702783, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996360628310656, + "loss": 5.7015, + "mean_token_accuracy": 0.15459197759628296, + "num_tokens": 5734143.0, + "step": 3310 + }, + { + "entropy": 5.9339416980743405, + "epoch": 0.25792647344874536, + "grad_norm": 1.0078125, + "learning_rate": 0.0004996344853839644, + "loss": 5.7942, + "mean_token_accuracy": 0.14937918186187743, + "num_tokens": 5742981.0, + "step": 3315 + }, + { + "entropy": 5.841783332824707, + "epoch": 0.25831550282046295, + "grad_norm": 1.046875, + "learning_rate": 0.0004996329045283924, + "loss": 5.6704, + "mean_token_accuracy": 0.1587256371974945, + "num_tokens": 5751294.0, + "step": 3320 + }, + { + "entropy": 5.913126373291016, + "epoch": 0.25870453219218054, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996313202643737, + "loss": 5.7811, + "mean_token_accuracy": 0.14709209203720092, + "num_tokens": 5760958.0, + "step": 3325 + }, + { + "entropy": 6.002530574798584, + "epoch": 0.25909356156389807, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996297325919321, + "loss": 5.8021, + "mean_token_accuracy": 0.15270253270864487, + "num_tokens": 5769077.0, + "step": 3330 + }, + { + "entropy": 6.045363092422486, + "epoch": 0.25948259093561565, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996281415110919, + "loss": 5.8305, + "mean_token_accuracy": 0.1451015964150429, + "num_tokens": 5778093.0, + "step": 3335 + }, + { + "entropy": 5.906732749938965, + "epoch": 0.2598716203073332, + "grad_norm": 1.015625, + "learning_rate": 0.0004996265470218773, + "loss": 5.7761, + "mean_token_accuracy": 0.15038862004876136, + "num_tokens": 5786996.0, + "step": 3340 + }, + { + "entropy": 5.937571907043457, + "epoch": 0.26026064967905077, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996249491243122, + "loss": 5.7874, + "mean_token_accuracy": 0.1484340101480484, + "num_tokens": 5794831.0, + "step": 3345 + }, + { + "entropy": 5.886205101013184, + "epoch": 0.26064967905076836, + "grad_norm": 1.03125, + "learning_rate": 0.0004996233478184211, + "loss": 5.6179, + "mean_token_accuracy": 0.1540759265422821, + "num_tokens": 5802286.0, + "step": 3350 + }, + { + "entropy": 5.84423828125, + "epoch": 0.2610387084224859, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996217431042282, + "loss": 5.7548, + "mean_token_accuracy": 0.14987278878688812, + "num_tokens": 5810985.0, + "step": 3355 + }, + { + "entropy": 5.989913988113403, + "epoch": 0.2614277377942035, + "grad_norm": 0.94140625, + "learning_rate": 0.000499620134981758, + "loss": 5.8205, + "mean_token_accuracy": 0.1478564292192459, + "num_tokens": 5820037.0, + "step": 3360 + }, + { + "entropy": 5.89663553237915, + "epoch": 0.261816767165921, + "grad_norm": 1.109375, + "learning_rate": 0.0004996185234510346, + "loss": 5.6604, + "mean_token_accuracy": 0.16128647923469544, + "num_tokens": 5828232.0, + "step": 3365 + }, + { + "entropy": 5.934948062896728, + "epoch": 0.2622057965376386, + "grad_norm": 0.96875, + "learning_rate": 0.0004996169085120828, + "loss": 5.8869, + "mean_token_accuracy": 0.14827670753002167, + "num_tokens": 5838184.0, + "step": 3370 + }, + { + "entropy": 5.9939127445220945, + "epoch": 0.2625948259093562, + "grad_norm": 0.98046875, + "learning_rate": 0.0004996152901649268, + "loss": 5.7069, + "mean_token_accuracy": 0.15314277410507202, + "num_tokens": 5846705.0, + "step": 3375 + }, + { + "entropy": 5.963273620605468, + "epoch": 0.2629838552810737, + "grad_norm": 1.015625, + "learning_rate": 0.0004996136684095913, + "loss": 5.796, + "mean_token_accuracy": 0.14697006940841675, + "num_tokens": 5855959.0, + "step": 3380 + }, + { + "entropy": 5.930791807174683, + "epoch": 0.2633728846527913, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996120432461009, + "loss": 5.7344, + "mean_token_accuracy": 0.15170250087976456, + "num_tokens": 5865283.0, + "step": 3385 + }, + { + "entropy": 5.922290325164795, + "epoch": 0.2637619140245088, + "grad_norm": 0.9765625, + "learning_rate": 0.0004996104146744804, + "loss": 5.7812, + "mean_token_accuracy": 0.15208776146173478, + "num_tokens": 5873833.0, + "step": 3390 + }, + { + "entropy": 6.0046755313873295, + "epoch": 0.2641509433962264, + "grad_norm": 0.96875, + "learning_rate": 0.0004996087826947541, + "loss": 5.7129, + "mean_token_accuracy": 0.15557411015033723, + "num_tokens": 5882027.0, + "step": 3395 + }, + { + "entropy": 5.759491109848023, + "epoch": 0.264539972767944, + "grad_norm": 0.94140625, + "learning_rate": 0.0004996071473069471, + "loss": 5.5875, + "mean_token_accuracy": 0.16241258680820464, + "num_tokens": 5890650.0, + "step": 3400 + }, + { + "entropy": 5.839728450775146, + "epoch": 0.26492900213966153, + "grad_norm": 0.98828125, + "learning_rate": 0.0004996055085110842, + "loss": 5.6511, + "mean_token_accuracy": 0.15555724650621414, + "num_tokens": 5898595.0, + "step": 3405 + }, + { + "entropy": 5.96372389793396, + "epoch": 0.2653180315113791, + "grad_norm": 1.0390625, + "learning_rate": 0.0004996038663071902, + "loss": 5.7441, + "mean_token_accuracy": 0.15167439579963685, + "num_tokens": 5907234.0, + "step": 3410 + }, + { + "entropy": 5.925133323669433, + "epoch": 0.26570706088309665, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996022206952901, + "loss": 5.7027, + "mean_token_accuracy": 0.15481544137001038, + "num_tokens": 5915690.0, + "step": 3415 + }, + { + "entropy": 5.878487873077392, + "epoch": 0.26609609025481423, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996005716754086, + "loss": 5.6507, + "mean_token_accuracy": 0.15669617652893067, + "num_tokens": 5924481.0, + "step": 3420 + }, + { + "entropy": 5.857667255401611, + "epoch": 0.2664851196265318, + "grad_norm": 1.0859375, + "learning_rate": 0.000499598919247571, + "loss": 5.733, + "mean_token_accuracy": 0.15500945448875428, + "num_tokens": 5933059.0, + "step": 3425 + }, + { + "entropy": 5.96867036819458, + "epoch": 0.26687414899824935, + "grad_norm": 0.96875, + "learning_rate": 0.0004995972634118023, + "loss": 5.841, + "mean_token_accuracy": 0.14314620122313498, + "num_tokens": 5941767.0, + "step": 3430 + }, + { + "entropy": 5.908726787567138, + "epoch": 0.26726317836996694, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995956041681277, + "loss": 5.7214, + "mean_token_accuracy": 0.15487033724784852, + "num_tokens": 5950202.0, + "step": 3435 + }, + { + "entropy": 5.880508899688721, + "epoch": 0.2676522077416845, + "grad_norm": 1.0, + "learning_rate": 0.0004995939415165722, + "loss": 5.7695, + "mean_token_accuracy": 0.1417275495827198, + "num_tokens": 5959242.0, + "step": 3440 + }, + { + "entropy": 5.897665119171142, + "epoch": 0.26804123711340205, + "grad_norm": 0.890625, + "learning_rate": 0.0004995922754571611, + "loss": 5.7323, + "mean_token_accuracy": 0.15200538709759712, + "num_tokens": 5968404.0, + "step": 3445 + }, + { + "entropy": 5.902557420730591, + "epoch": 0.26843026648511964, + "grad_norm": 1.0078125, + "learning_rate": 0.0004995906059899197, + "loss": 5.8351, + "mean_token_accuracy": 0.15149400979280472, + "num_tokens": 5976711.0, + "step": 3450 + }, + { + "entropy": 5.935367488861084, + "epoch": 0.26881929585683717, + "grad_norm": 1.046875, + "learning_rate": 0.0004995889331148733, + "loss": 5.6925, + "mean_token_accuracy": 0.1482457771897316, + "num_tokens": 5985049.0, + "step": 3455 + }, + { + "entropy": 5.886753368377685, + "epoch": 0.26920832522855476, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995872568320474, + "loss": 5.717, + "mean_token_accuracy": 0.15387479811906815, + "num_tokens": 5993904.0, + "step": 3460 + }, + { + "entropy": 5.962065076828003, + "epoch": 0.26959735460027234, + "grad_norm": 1.046875, + "learning_rate": 0.0004995855771414673, + "loss": 5.7861, + "mean_token_accuracy": 0.1518370807170868, + "num_tokens": 6001832.0, + "step": 3465 + }, + { + "entropy": 5.872501373291016, + "epoch": 0.2699863839719899, + "grad_norm": 0.98046875, + "learning_rate": 0.0004995838940431585, + "loss": 5.7113, + "mean_token_accuracy": 0.15001548826694489, + "num_tokens": 6010609.0, + "step": 3470 + }, + { + "entropy": 5.925089311599732, + "epoch": 0.27037541334370746, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995822075371466, + "loss": 5.7517, + "mean_token_accuracy": 0.14763056933879853, + "num_tokens": 6019299.0, + "step": 3475 + }, + { + "entropy": 5.982466840744019, + "epoch": 0.270764442715425, + "grad_norm": 0.96484375, + "learning_rate": 0.0004995805176234571, + "loss": 5.8002, + "mean_token_accuracy": 0.14657859951257707, + "num_tokens": 6028743.0, + "step": 3480 + }, + { + "entropy": 5.923907136917114, + "epoch": 0.2711534720871426, + "grad_norm": 1.125, + "learning_rate": 0.0004995788243021158, + "loss": 5.7007, + "mean_token_accuracy": 0.1456964671611786, + "num_tokens": 6038064.0, + "step": 3485 + }, + { + "entropy": 5.872335481643677, + "epoch": 0.27154250145886016, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995771275731483, + "loss": 5.6945, + "mean_token_accuracy": 0.1496543303132057, + "num_tokens": 6047031.0, + "step": 3490 + }, + { + "entropy": 5.945437908172607, + "epoch": 0.2719315308305777, + "grad_norm": 0.96875, + "learning_rate": 0.0004995754274365802, + "loss": 5.7919, + "mean_token_accuracy": 0.14971243888139724, + "num_tokens": 6056147.0, + "step": 3495 + }, + { + "entropy": 5.9183509349823, + "epoch": 0.2723205602022953, + "grad_norm": 0.94921875, + "learning_rate": 0.0004995737238924376, + "loss": 5.7057, + "mean_token_accuracy": 0.15187868028879165, + "num_tokens": 6064641.0, + "step": 3500 + }, + { + "entropy": 5.844458484649659, + "epoch": 0.2727095895740128, + "grad_norm": 0.96875, + "learning_rate": 0.0004995720169407461, + "loss": 5.6144, + "mean_token_accuracy": 0.1521158903837204, + "num_tokens": 6073664.0, + "step": 3505 + }, + { + "entropy": 5.877747297286987, + "epoch": 0.2730986189457304, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995703065815317, + "loss": 5.6149, + "mean_token_accuracy": 0.15935999006032944, + "num_tokens": 6081480.0, + "step": 3510 + }, + { + "entropy": 5.870375347137451, + "epoch": 0.273487648317448, + "grad_norm": 0.96484375, + "learning_rate": 0.0004995685928148203, + "loss": 5.7322, + "mean_token_accuracy": 0.14783481508493423, + "num_tokens": 6090408.0, + "step": 3515 + }, + { + "entropy": 5.957701301574707, + "epoch": 0.2738766776891655, + "grad_norm": 1.0546875, + "learning_rate": 0.000499566875640638, + "loss": 5.7415, + "mean_token_accuracy": 0.15329626500606536, + "num_tokens": 6099076.0, + "step": 3520 + }, + { + "entropy": 5.933114671707154, + "epoch": 0.2742657070608831, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995651550590108, + "loss": 5.7883, + "mean_token_accuracy": 0.1436773419380188, + "num_tokens": 6108346.0, + "step": 3525 + }, + { + "entropy": 5.897816848754883, + "epoch": 0.2746547364326007, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995634310699647, + "loss": 5.7497, + "mean_token_accuracy": 0.15223322287201882, + "num_tokens": 6116974.0, + "step": 3530 + }, + { + "entropy": 5.967880916595459, + "epoch": 0.2750437658043182, + "grad_norm": 1.015625, + "learning_rate": 0.0004995617036735261, + "loss": 5.7616, + "mean_token_accuracy": 0.15204408317804335, + "num_tokens": 6125510.0, + "step": 3535 + }, + { + "entropy": 5.9119133949279785, + "epoch": 0.2754327951760358, + "grad_norm": 0.9296875, + "learning_rate": 0.0004995599728697211, + "loss": 5.8049, + "mean_token_accuracy": 0.14739501252770423, + "num_tokens": 6134959.0, + "step": 3540 + }, + { + "entropy": 6.0071333885192875, + "epoch": 0.27582182454775334, + "grad_norm": 1.0859375, + "learning_rate": 0.0004995582386585759, + "loss": 5.7453, + "mean_token_accuracy": 0.14718504920601844, + "num_tokens": 6144485.0, + "step": 3545 + }, + { + "entropy": 5.914857864379883, + "epoch": 0.2762108539194709, + "grad_norm": 0.96875, + "learning_rate": 0.0004995565010401167, + "loss": 5.6867, + "mean_token_accuracy": 0.15570174753665925, + "num_tokens": 6153991.0, + "step": 3550 + }, + { + "entropy": 5.767222595214844, + "epoch": 0.2765998832911885, + "grad_norm": 0.97265625, + "learning_rate": 0.0004995547600143702, + "loss": 5.6895, + "mean_token_accuracy": 0.1507698953151703, + "num_tokens": 6162649.0, + "step": 3555 + }, + { + "entropy": 5.850847625732422, + "epoch": 0.27698891266290604, + "grad_norm": 0.97265625, + "learning_rate": 0.0004995530155813625, + "loss": 5.5856, + "mean_token_accuracy": 0.16076817810535432, + "num_tokens": 6171525.0, + "step": 3560 + }, + { + "entropy": 5.938121509552002, + "epoch": 0.2773779420346236, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995512677411203, + "loss": 5.8146, + "mean_token_accuracy": 0.15098893493413926, + "num_tokens": 6180403.0, + "step": 3565 + }, + { + "entropy": 5.879735708236694, + "epoch": 0.27776697140634116, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995495164936698, + "loss": 5.65, + "mean_token_accuracy": 0.1596470907330513, + "num_tokens": 6188361.0, + "step": 3570 + }, + { + "entropy": 5.871376180648804, + "epoch": 0.27815600077805874, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995477618390381, + "loss": 5.7122, + "mean_token_accuracy": 0.14880418330430983, + "num_tokens": 6197418.0, + "step": 3575 + }, + { + "entropy": 5.867201614379883, + "epoch": 0.27854503014977633, + "grad_norm": 1.0625, + "learning_rate": 0.0004995460037772513, + "loss": 5.7218, + "mean_token_accuracy": 0.14871663898229598, + "num_tokens": 6206040.0, + "step": 3580 + }, + { + "entropy": 5.845054197311401, + "epoch": 0.27893405952149386, + "grad_norm": 1.140625, + "learning_rate": 0.0004995442423083365, + "loss": 5.6482, + "mean_token_accuracy": 0.15263187140226364, + "num_tokens": 6214433.0, + "step": 3585 + }, + { + "entropy": 5.831419801712036, + "epoch": 0.27932308889321145, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995424774323201, + "loss": 5.6136, + "mean_token_accuracy": 0.1577524796128273, + "num_tokens": 6223375.0, + "step": 3590 + }, + { + "entropy": 5.778666973114014, + "epoch": 0.279712118264929, + "grad_norm": 0.91796875, + "learning_rate": 0.000499540709149229, + "loss": 5.7271, + "mean_token_accuracy": 0.15046759992837905, + "num_tokens": 6232597.0, + "step": 3595 + }, + { + "entropy": 5.874596309661865, + "epoch": 0.28010114763664656, + "grad_norm": 1.0859375, + "learning_rate": 0.0004995389374590901, + "loss": 5.5829, + "mean_token_accuracy": 0.1621890977025032, + "num_tokens": 6240634.0, + "step": 3600 + }, + { + "entropy": 5.842890501022339, + "epoch": 0.28049017700836415, + "grad_norm": 0.99609375, + "learning_rate": 0.0004995371623619301, + "loss": 5.5473, + "mean_token_accuracy": 0.1555539771914482, + "num_tokens": 6249098.0, + "step": 3605 + }, + { + "entropy": 5.764733839035034, + "epoch": 0.2808792063800817, + "grad_norm": 0.97265625, + "learning_rate": 0.000499535383857776, + "loss": 5.5857, + "mean_token_accuracy": 0.15672399699687958, + "num_tokens": 6257572.0, + "step": 3610 + }, + { + "entropy": 5.914619064331054, + "epoch": 0.28126823575179927, + "grad_norm": 1.0390625, + "learning_rate": 0.000499533601946655, + "loss": 5.8565, + "mean_token_accuracy": 0.14434114694595337, + "num_tokens": 6266492.0, + "step": 3615 + }, + { + "entropy": 5.921752166748047, + "epoch": 0.2816572651235168, + "grad_norm": 1.078125, + "learning_rate": 0.0004995318166285938, + "loss": 5.7196, + "mean_token_accuracy": 0.15166337937116622, + "num_tokens": 6275149.0, + "step": 3620 + }, + { + "entropy": 5.916532564163208, + "epoch": 0.2820462944952344, + "grad_norm": 1.0078125, + "learning_rate": 0.0004995300279036199, + "loss": 5.7381, + "mean_token_accuracy": 0.1488499790430069, + "num_tokens": 6283208.0, + "step": 3625 + }, + { + "entropy": 5.901528787612915, + "epoch": 0.28243532386695197, + "grad_norm": 1.0546875, + "learning_rate": 0.00049952823577176, + "loss": 5.6755, + "mean_token_accuracy": 0.15527186542749405, + "num_tokens": 6292084.0, + "step": 3630 + }, + { + "entropy": 5.869945526123047, + "epoch": 0.2828243532386695, + "grad_norm": 0.90234375, + "learning_rate": 0.0004995264402330416, + "loss": 5.6731, + "mean_token_accuracy": 0.15194449573755264, + "num_tokens": 6301855.0, + "step": 3635 + }, + { + "entropy": 5.882921409606934, + "epoch": 0.2832133826103871, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995246412874919, + "loss": 5.6707, + "mean_token_accuracy": 0.15566004812717438, + "num_tokens": 6310166.0, + "step": 3640 + }, + { + "entropy": 5.82180552482605, + "epoch": 0.2836024119821047, + "grad_norm": 1.03125, + "learning_rate": 0.000499522838935138, + "loss": 5.6583, + "mean_token_accuracy": 0.1585020527243614, + "num_tokens": 6318928.0, + "step": 3645 + }, + { + "entropy": 5.862071371078491, + "epoch": 0.2839914413538222, + "grad_norm": 1.03125, + "learning_rate": 0.0004995210331760074, + "loss": 5.7061, + "mean_token_accuracy": 0.15993273109197617, + "num_tokens": 6327790.0, + "step": 3650 + }, + { + "entropy": 5.952098655700683, + "epoch": 0.2843804707255398, + "grad_norm": 1.0546875, + "learning_rate": 0.0004995192240101275, + "loss": 5.7378, + "mean_token_accuracy": 0.15206011682748793, + "num_tokens": 6335517.0, + "step": 3655 + }, + { + "entropy": 5.846499061584472, + "epoch": 0.2847695000972573, + "grad_norm": 0.984375, + "learning_rate": 0.0004995174114375258, + "loss": 5.7502, + "mean_token_accuracy": 0.15136053413152695, + "num_tokens": 6344218.0, + "step": 3660 + }, + { + "entropy": 5.804873752593994, + "epoch": 0.2851585294689749, + "grad_norm": 0.98046875, + "learning_rate": 0.0004995155954582297, + "loss": 5.5473, + "mean_token_accuracy": 0.16678376495838165, + "num_tokens": 6353125.0, + "step": 3665 + }, + { + "entropy": 5.841932868957519, + "epoch": 0.2855475588406925, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995137760722668, + "loss": 5.6974, + "mean_token_accuracy": 0.15368882119655608, + "num_tokens": 6362113.0, + "step": 3670 + }, + { + "entropy": 5.88684115409851, + "epoch": 0.28593658821241, + "grad_norm": 1.015625, + "learning_rate": 0.0004995119532796646, + "loss": 5.7699, + "mean_token_accuracy": 0.14920303374528884, + "num_tokens": 6370916.0, + "step": 3675 + }, + { + "entropy": 5.927021169662476, + "epoch": 0.2863256175841276, + "grad_norm": 1.015625, + "learning_rate": 0.000499510127080451, + "loss": 5.6138, + "mean_token_accuracy": 0.16021920293569564, + "num_tokens": 6379256.0, + "step": 3680 + }, + { + "entropy": 5.855990695953369, + "epoch": 0.28671464695584514, + "grad_norm": 0.94140625, + "learning_rate": 0.0004995082974746535, + "loss": 5.7499, + "mean_token_accuracy": 0.1522106409072876, + "num_tokens": 6388098.0, + "step": 3685 + }, + { + "entropy": 5.802329730987549, + "epoch": 0.28710367632756273, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995064644622999, + "loss": 5.5594, + "mean_token_accuracy": 0.16143814623355865, + "num_tokens": 6396292.0, + "step": 3690 + }, + { + "entropy": 5.849812459945679, + "epoch": 0.2874927056992803, + "grad_norm": 1.015625, + "learning_rate": 0.0004995046280434181, + "loss": 5.5901, + "mean_token_accuracy": 0.15952554792165757, + "num_tokens": 6404968.0, + "step": 3695 + }, + { + "entropy": 5.730056238174439, + "epoch": 0.28788173507099785, + "grad_norm": 1.0, + "learning_rate": 0.0004995027882180358, + "loss": 5.6695, + "mean_token_accuracy": 0.156508731842041, + "num_tokens": 6412839.0, + "step": 3700 + }, + { + "entropy": 5.860387945175171, + "epoch": 0.28827076444271543, + "grad_norm": 0.94921875, + "learning_rate": 0.0004995009449861812, + "loss": 5.6814, + "mean_token_accuracy": 0.14714949131011962, + "num_tokens": 6421943.0, + "step": 3705 + }, + { + "entropy": 5.891568422317505, + "epoch": 0.28865979381443296, + "grad_norm": 0.984375, + "learning_rate": 0.000499499098347882, + "loss": 5.7659, + "mean_token_accuracy": 0.14767337441444398, + "num_tokens": 6430731.0, + "step": 3710 + }, + { + "entropy": 5.881146097183228, + "epoch": 0.28904882318615055, + "grad_norm": 1.0390625, + "learning_rate": 0.0004994972483031662, + "loss": 5.6965, + "mean_token_accuracy": 0.15450607240200043, + "num_tokens": 6439365.0, + "step": 3715 + }, + { + "entropy": 5.895514392852784, + "epoch": 0.28943785255786814, + "grad_norm": 0.95703125, + "learning_rate": 0.000499495394852062, + "loss": 5.6478, + "mean_token_accuracy": 0.16102308481931688, + "num_tokens": 6448085.0, + "step": 3720 + }, + { + "entropy": 5.757776546478271, + "epoch": 0.28982688192958567, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994935379945977, + "loss": 5.6973, + "mean_token_accuracy": 0.14822151511907578, + "num_tokens": 6457630.0, + "step": 3725 + }, + { + "entropy": 5.874344253540039, + "epoch": 0.29021591130130325, + "grad_norm": 1.109375, + "learning_rate": 0.0004994916777308012, + "loss": 5.5632, + "mean_token_accuracy": 0.16281430721282958, + "num_tokens": 6465781.0, + "step": 3730 + }, + { + "entropy": 5.872119998931884, + "epoch": 0.29060494067302084, + "grad_norm": 1.03125, + "learning_rate": 0.0004994898140607007, + "loss": 5.7428, + "mean_token_accuracy": 0.15796843618154527, + "num_tokens": 6473723.0, + "step": 3735 + }, + { + "entropy": 5.805860328674316, + "epoch": 0.29099397004473837, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994879469843247, + "loss": 5.6772, + "mean_token_accuracy": 0.15386528074741362, + "num_tokens": 6482535.0, + "step": 3740 + }, + { + "entropy": 5.893405437469482, + "epoch": 0.29138299941645596, + "grad_norm": 1.046875, + "learning_rate": 0.0004994860765017013, + "loss": 5.7045, + "mean_token_accuracy": 0.15752176195383072, + "num_tokens": 6491297.0, + "step": 3745 + }, + { + "entropy": 5.846108055114746, + "epoch": 0.2917720287881735, + "grad_norm": 1.0234375, + "learning_rate": 0.000499484202612859, + "loss": 5.6735, + "mean_token_accuracy": 0.1522021323442459, + "num_tokens": 6499809.0, + "step": 3750 + }, + { + "entropy": 5.867705631256103, + "epoch": 0.2921610581598911, + "grad_norm": 1.0703125, + "learning_rate": 0.0004994823253178264, + "loss": 5.6319, + "mean_token_accuracy": 0.16157492250204086, + "num_tokens": 6507965.0, + "step": 3755 + }, + { + "entropy": 5.846333694458008, + "epoch": 0.29255008753160866, + "grad_norm": 1.296875, + "learning_rate": 0.0004994804446166317, + "loss": 5.6921, + "mean_token_accuracy": 0.14701894968748092, + "num_tokens": 6517106.0, + "step": 3760 + }, + { + "entropy": 5.883748531341553, + "epoch": 0.2929391169033262, + "grad_norm": 1.03125, + "learning_rate": 0.0004994785605093035, + "loss": 5.7624, + "mean_token_accuracy": 0.1514585569500923, + "num_tokens": 6526663.0, + "step": 3765 + }, + { + "entropy": 6.009462690353393, + "epoch": 0.2933281462750438, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994766729958705, + "loss": 5.808, + "mean_token_accuracy": 0.14928104281425475, + "num_tokens": 6535732.0, + "step": 3770 + }, + { + "entropy": 5.870941591262818, + "epoch": 0.2937171756467613, + "grad_norm": 0.92578125, + "learning_rate": 0.0004994747820763612, + "loss": 5.6578, + "mean_token_accuracy": 0.15538851767778397, + "num_tokens": 6544938.0, + "step": 3775 + }, + { + "entropy": 5.857924222946167, + "epoch": 0.2941062050184789, + "grad_norm": 1.03125, + "learning_rate": 0.0004994728877508046, + "loss": 5.6827, + "mean_token_accuracy": 0.15063629150390626, + "num_tokens": 6554507.0, + "step": 3780 + }, + { + "entropy": 5.892081832885742, + "epoch": 0.2944952343901965, + "grad_norm": 0.953125, + "learning_rate": 0.0004994709900192289, + "loss": 5.7118, + "mean_token_accuracy": 0.15043701082468033, + "num_tokens": 6563285.0, + "step": 3785 + }, + { + "entropy": 5.798528814315796, + "epoch": 0.294884263761914, + "grad_norm": 0.97265625, + "learning_rate": 0.0004994690888816635, + "loss": 5.6014, + "mean_token_accuracy": 0.15134119018912315, + "num_tokens": 6572223.0, + "step": 3790 + }, + { + "entropy": 5.876222610473633, + "epoch": 0.2952732931336316, + "grad_norm": 1.0, + "learning_rate": 0.0004994671843381367, + "loss": 5.7841, + "mean_token_accuracy": 0.14985665529966355, + "num_tokens": 6580686.0, + "step": 3795 + }, + { + "entropy": 5.892121982574463, + "epoch": 0.29566232250534913, + "grad_norm": 1.1015625, + "learning_rate": 0.0004994652763886778, + "loss": 5.6401, + "mean_token_accuracy": 0.15805123150348663, + "num_tokens": 6589056.0, + "step": 3800 + }, + { + "entropy": 5.875431108474731, + "epoch": 0.2960513518770667, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994633650333155, + "loss": 5.7144, + "mean_token_accuracy": 0.15104243978857995, + "num_tokens": 6598221.0, + "step": 3805 + }, + { + "entropy": 5.948964405059814, + "epoch": 0.2964403812487843, + "grad_norm": 1.03125, + "learning_rate": 0.0004994614502720792, + "loss": 5.7493, + "mean_token_accuracy": 0.15437679290771483, + "num_tokens": 6606657.0, + "step": 3810 + }, + { + "entropy": 5.934873723983765, + "epoch": 0.29682941062050183, + "grad_norm": 0.953125, + "learning_rate": 0.0004994595321049974, + "loss": 5.8543, + "mean_token_accuracy": 0.143535877764225, + "num_tokens": 6616203.0, + "step": 3815 + }, + { + "entropy": 5.972373390197754, + "epoch": 0.2972184399922194, + "grad_norm": 0.8984375, + "learning_rate": 0.0004994576105320994, + "loss": 5.6997, + "mean_token_accuracy": 0.15348666310310363, + "num_tokens": 6624982.0, + "step": 3820 + }, + { + "entropy": 5.924484014511108, + "epoch": 0.29760746936393695, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994556855534146, + "loss": 5.6617, + "mean_token_accuracy": 0.15609370917081833, + "num_tokens": 6632548.0, + "step": 3825 + }, + { + "entropy": 5.828466367721558, + "epoch": 0.29799649873565454, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994537571689719, + "loss": 5.7896, + "mean_token_accuracy": 0.14499867409467698, + "num_tokens": 6641943.0, + "step": 3830 + }, + { + "entropy": 5.868363666534424, + "epoch": 0.2983855281073721, + "grad_norm": 0.9765625, + "learning_rate": 0.0004994518253788007, + "loss": 5.6382, + "mean_token_accuracy": 0.15800181329250335, + "num_tokens": 6650371.0, + "step": 3835 + }, + { + "entropy": 5.883022594451904, + "epoch": 0.29877455747908965, + "grad_norm": 0.98046875, + "learning_rate": 0.0004994498901829304, + "loss": 5.7198, + "mean_token_accuracy": 0.1552921250462532, + "num_tokens": 6659324.0, + "step": 3840 + }, + { + "entropy": 5.83655161857605, + "epoch": 0.29916358685080724, + "grad_norm": 1.015625, + "learning_rate": 0.0004994479515813903, + "loss": 5.6879, + "mean_token_accuracy": 0.15144439041614532, + "num_tokens": 6668237.0, + "step": 3845 + }, + { + "entropy": 5.839875030517578, + "epoch": 0.2995526162225248, + "grad_norm": 0.96875, + "learning_rate": 0.0004994460095742096, + "loss": 5.6073, + "mean_token_accuracy": 0.1622507467865944, + "num_tokens": 6677213.0, + "step": 3850 + }, + { + "entropy": 5.879772186279297, + "epoch": 0.29994164559424236, + "grad_norm": 0.984375, + "learning_rate": 0.000499444064161418, + "loss": 5.6328, + "mean_token_accuracy": 0.1550130233168602, + "num_tokens": 6686850.0, + "step": 3855 + }, + { + "entropy": 5.8478320121765135, + "epoch": 0.30033067496595994, + "grad_norm": 0.9609375, + "learning_rate": 0.000499442115343045, + "loss": 5.6037, + "mean_token_accuracy": 0.15739710181951522, + "num_tokens": 6695697.0, + "step": 3860 + }, + { + "entropy": 5.793270015716553, + "epoch": 0.3007197043376775, + "grad_norm": 1.1328125, + "learning_rate": 0.0004994401631191202, + "loss": 5.6532, + "mean_token_accuracy": 0.15891365557909012, + "num_tokens": 6704525.0, + "step": 3865 + }, + { + "entropy": 5.806357145309448, + "epoch": 0.30110873370939506, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994382074896731, + "loss": 5.5961, + "mean_token_accuracy": 0.1595403343439102, + "num_tokens": 6713562.0, + "step": 3870 + }, + { + "entropy": 5.90467472076416, + "epoch": 0.30149776308111265, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994362484547335, + "loss": 5.6972, + "mean_token_accuracy": 0.15663892328739165, + "num_tokens": 6721817.0, + "step": 3875 + }, + { + "entropy": 5.8863348960876465, + "epoch": 0.3018867924528302, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994342860143309, + "loss": 5.6195, + "mean_token_accuracy": 0.16563971489667892, + "num_tokens": 6729757.0, + "step": 3880 + }, + { + "entropy": 5.8139941692352295, + "epoch": 0.30227582182454776, + "grad_norm": 0.9765625, + "learning_rate": 0.0004994323201684953, + "loss": 5.6991, + "mean_token_accuracy": 0.14580276012420654, + "num_tokens": 6738354.0, + "step": 3885 + }, + { + "entropy": 5.869457769393921, + "epoch": 0.3026648511962653, + "grad_norm": 1.0546875, + "learning_rate": 0.0004994303509172566, + "loss": 5.7431, + "mean_token_accuracy": 0.15211848467588424, + "num_tokens": 6746505.0, + "step": 3890 + }, + { + "entropy": 5.927693891525268, + "epoch": 0.3030538805679829, + "grad_norm": 1.0859375, + "learning_rate": 0.0004994283782606444, + "loss": 5.6525, + "mean_token_accuracy": 0.15591547936201094, + "num_tokens": 6754547.0, + "step": 3895 + }, + { + "entropy": 5.826806640625, + "epoch": 0.30344290993970047, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994264021986888, + "loss": 5.5634, + "mean_token_accuracy": 0.15850718766450883, + "num_tokens": 6763213.0, + "step": 3900 + }, + { + "entropy": 5.7963276386260985, + "epoch": 0.303831939311418, + "grad_norm": 1.046875, + "learning_rate": 0.0004994244227314197, + "loss": 5.6212, + "mean_token_accuracy": 0.15866039842367172, + "num_tokens": 6771060.0, + "step": 3905 + }, + { + "entropy": 5.867762565612793, + "epoch": 0.3042209686831356, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994224398588672, + "loss": 5.7616, + "mean_token_accuracy": 0.15014109760522842, + "num_tokens": 6779819.0, + "step": 3910 + }, + { + "entropy": 5.846722602844238, + "epoch": 0.3046099980548531, + "grad_norm": 0.98046875, + "learning_rate": 0.0004994204535810615, + "loss": 5.6614, + "mean_token_accuracy": 0.1529073566198349, + "num_tokens": 6788660.0, + "step": 3915 + }, + { + "entropy": 5.82415132522583, + "epoch": 0.3049990274265707, + "grad_norm": 1.0, + "learning_rate": 0.0004994184638980326, + "loss": 5.6009, + "mean_token_accuracy": 0.1573179095983505, + "num_tokens": 6797298.0, + "step": 3920 + }, + { + "entropy": 5.798014879226685, + "epoch": 0.3053880567982883, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994164708098107, + "loss": 5.6436, + "mean_token_accuracy": 0.15172264575958253, + "num_tokens": 6806148.0, + "step": 3925 + }, + { + "entropy": 5.843776082992553, + "epoch": 0.3057770861700058, + "grad_norm": 0.9921875, + "learning_rate": 0.000499414474316426, + "loss": 5.697, + "mean_token_accuracy": 0.15370588451623918, + "num_tokens": 6815494.0, + "step": 3930 + }, + { + "entropy": 5.975485897064209, + "epoch": 0.3061661155417234, + "grad_norm": 0.98828125, + "learning_rate": 0.0004994124744179088, + "loss": 5.7473, + "mean_token_accuracy": 0.15004800111055375, + "num_tokens": 6824852.0, + "step": 3935 + }, + { + "entropy": 5.824012279510498, + "epoch": 0.306555144913441, + "grad_norm": 0.90625, + "learning_rate": 0.0004994104711142896, + "loss": 5.547, + "mean_token_accuracy": 0.16258234083652495, + "num_tokens": 6834200.0, + "step": 3940 + }, + { + "entropy": 5.8411280632019045, + "epoch": 0.3069441742851585, + "grad_norm": 1.1015625, + "learning_rate": 0.0004994084644055986, + "loss": 5.6987, + "mean_token_accuracy": 0.15020909756422043, + "num_tokens": 6842869.0, + "step": 3945 + }, + { + "entropy": 5.867465353012085, + "epoch": 0.3073332036568761, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994064542918664, + "loss": 5.6554, + "mean_token_accuracy": 0.15713998079299926, + "num_tokens": 6851668.0, + "step": 3950 + }, + { + "entropy": 5.892431163787842, + "epoch": 0.30772223302859364, + "grad_norm": 0.96484375, + "learning_rate": 0.0004994044407731235, + "loss": 5.7414, + "mean_token_accuracy": 0.15816062390804292, + "num_tokens": 6860710.0, + "step": 3955 + }, + { + "entropy": 5.813387298583985, + "epoch": 0.3081112624003112, + "grad_norm": 1.015625, + "learning_rate": 0.0004994024238494002, + "loss": 5.6588, + "mean_token_accuracy": 0.15129568427801132, + "num_tokens": 6869608.0, + "step": 3960 + }, + { + "entropy": 5.884786081314087, + "epoch": 0.3085002917720288, + "grad_norm": 1.0625, + "learning_rate": 0.0004994004035207274, + "loss": 5.6702, + "mean_token_accuracy": 0.1528908684849739, + "num_tokens": 6878108.0, + "step": 3965 + }, + { + "entropy": 5.841224527359008, + "epoch": 0.30888932114374634, + "grad_norm": 1.015625, + "learning_rate": 0.0004993983797871356, + "loss": 5.5901, + "mean_token_accuracy": 0.1557810366153717, + "num_tokens": 6886369.0, + "step": 3970 + }, + { + "entropy": 5.813205862045288, + "epoch": 0.30927835051546393, + "grad_norm": 0.953125, + "learning_rate": 0.0004993963526486555, + "loss": 5.6423, + "mean_token_accuracy": 0.15107669085264205, + "num_tokens": 6895410.0, + "step": 3975 + }, + { + "entropy": 5.855010175704956, + "epoch": 0.30966737988718146, + "grad_norm": 1.0, + "learning_rate": 0.000499394322105318, + "loss": 5.6222, + "mean_token_accuracy": 0.16079719364643097, + "num_tokens": 6904380.0, + "step": 3980 + }, + { + "entropy": 5.888308000564575, + "epoch": 0.31005640925889905, + "grad_norm": 1.015625, + "learning_rate": 0.0004993922881571538, + "loss": 5.6539, + "mean_token_accuracy": 0.15389953702688217, + "num_tokens": 6913012.0, + "step": 3985 + }, + { + "entropy": 5.815182638168335, + "epoch": 0.31044543863061663, + "grad_norm": 0.99609375, + "learning_rate": 0.0004993902508041939, + "loss": 5.6771, + "mean_token_accuracy": 0.15611743330955505, + "num_tokens": 6921696.0, + "step": 3990 + }, + { + "entropy": 5.8514533042907715, + "epoch": 0.31083446800233416, + "grad_norm": 0.99609375, + "learning_rate": 0.000499388210046469, + "loss": 5.6059, + "mean_token_accuracy": 0.15560422986745834, + "num_tokens": 6930017.0, + "step": 3995 + }, + { + "entropy": 5.765750408172607, + "epoch": 0.31122349737405175, + "grad_norm": 0.94921875, + "learning_rate": 0.0004993861658840102, + "loss": 5.572, + "mean_token_accuracy": 0.15584051012992858, + "num_tokens": 6938410.0, + "step": 4000 + }, + { + "entropy": 5.836692142486572, + "epoch": 0.3116125267457693, + "grad_norm": 1.0546875, + "learning_rate": 0.0004993841183168484, + "loss": 5.6654, + "mean_token_accuracy": 0.15382085889577865, + "num_tokens": 6946227.0, + "step": 4005 + }, + { + "entropy": 5.874892997741699, + "epoch": 0.31200155611748687, + "grad_norm": 0.94140625, + "learning_rate": 0.0004993820673450148, + "loss": 5.6478, + "mean_token_accuracy": 0.15918285697698592, + "num_tokens": 6954747.0, + "step": 4010 + }, + { + "entropy": 5.823175764083862, + "epoch": 0.31239058548920445, + "grad_norm": 1.09375, + "learning_rate": 0.0004993800129685404, + "loss": 5.7146, + "mean_token_accuracy": 0.15485749244689942, + "num_tokens": 6962990.0, + "step": 4015 + }, + { + "entropy": 5.821749258041382, + "epoch": 0.312779614860922, + "grad_norm": 0.984375, + "learning_rate": 0.0004993779551874565, + "loss": 5.6766, + "mean_token_accuracy": 0.15734780877828597, + "num_tokens": 6972351.0, + "step": 4020 + }, + { + "entropy": 5.82036509513855, + "epoch": 0.31316864423263957, + "grad_norm": 1.078125, + "learning_rate": 0.0004993758940017943, + "loss": 5.6043, + "mean_token_accuracy": 0.15843922197818755, + "num_tokens": 6980387.0, + "step": 4025 + }, + { + "entropy": 5.721660137176514, + "epoch": 0.31355767360435716, + "grad_norm": 1.015625, + "learning_rate": 0.000499373829411585, + "loss": 5.6673, + "mean_token_accuracy": 0.15660033971071244, + "num_tokens": 6989388.0, + "step": 4030 + }, + { + "entropy": 5.917605304718018, + "epoch": 0.3139467029760747, + "grad_norm": 1.0078125, + "learning_rate": 0.00049937176141686, + "loss": 5.6171, + "mean_token_accuracy": 0.16407724171876908, + "num_tokens": 6997714.0, + "step": 4035 + }, + { + "entropy": 5.873993015289306, + "epoch": 0.3143357323477923, + "grad_norm": 0.97265625, + "learning_rate": 0.0004993696900176506, + "loss": 5.6092, + "mean_token_accuracy": 0.160344497859478, + "num_tokens": 7006453.0, + "step": 4040 + }, + { + "entropy": 5.795370388031006, + "epoch": 0.3147247617195098, + "grad_norm": 0.9296875, + "learning_rate": 0.0004993676152139883, + "loss": 5.6938, + "mean_token_accuracy": 0.15555773973464965, + "num_tokens": 7015398.0, + "step": 4045 + }, + { + "entropy": 5.8068183898925785, + "epoch": 0.3151137910912274, + "grad_norm": 1.046875, + "learning_rate": 0.0004993655370059046, + "loss": 5.6368, + "mean_token_accuracy": 0.1559157431125641, + "num_tokens": 7023796.0, + "step": 4050 + }, + { + "entropy": 5.760886287689209, + "epoch": 0.315502820462945, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993634553934309, + "loss": 5.5815, + "mean_token_accuracy": 0.162422014772892, + "num_tokens": 7032453.0, + "step": 4055 + }, + { + "entropy": 5.805798435211182, + "epoch": 0.3158918498346625, + "grad_norm": 1.0546875, + "learning_rate": 0.0004993613703765989, + "loss": 5.7204, + "mean_token_accuracy": 0.14737134724855422, + "num_tokens": 7041034.0, + "step": 4060 + }, + { + "entropy": 5.924254035949707, + "epoch": 0.3162808792063801, + "grad_norm": 1.046875, + "learning_rate": 0.0004993592819554402, + "loss": 5.8155, + "mean_token_accuracy": 0.14719487279653548, + "num_tokens": 7050289.0, + "step": 4065 + }, + { + "entropy": 5.8544573307037355, + "epoch": 0.3166699085780976, + "grad_norm": 1.0078125, + "learning_rate": 0.0004993571901299866, + "loss": 5.6415, + "mean_token_accuracy": 0.16184244453907012, + "num_tokens": 7059638.0, + "step": 4070 + }, + { + "entropy": 5.799168491363526, + "epoch": 0.3170589379498152, + "grad_norm": 1.078125, + "learning_rate": 0.0004993550949002697, + "loss": 5.6618, + "mean_token_accuracy": 0.15811943262815475, + "num_tokens": 7067763.0, + "step": 4075 + }, + { + "entropy": 5.805049800872803, + "epoch": 0.3174479673215328, + "grad_norm": 0.9921875, + "learning_rate": 0.0004993529962663213, + "loss": 5.6435, + "mean_token_accuracy": 0.16328213661909102, + "num_tokens": 7076126.0, + "step": 4080 + }, + { + "entropy": 5.815125751495361, + "epoch": 0.31783699669325033, + "grad_norm": 0.94921875, + "learning_rate": 0.0004993508942281732, + "loss": 5.5661, + "mean_token_accuracy": 0.159896120429039, + "num_tokens": 7084403.0, + "step": 4085 + }, + { + "entropy": 5.687847995758057, + "epoch": 0.3182260260649679, + "grad_norm": 0.96484375, + "learning_rate": 0.0004993487887858575, + "loss": 5.5415, + "mean_token_accuracy": 0.16261251866817475, + "num_tokens": 7093450.0, + "step": 4090 + }, + { + "entropy": 5.770251321792602, + "epoch": 0.31861505543668545, + "grad_norm": 0.95703125, + "learning_rate": 0.000499346679939406, + "loss": 5.5404, + "mean_token_accuracy": 0.16247584223747252, + "num_tokens": 7101722.0, + "step": 4095 + }, + { + "entropy": 5.756721687316895, + "epoch": 0.31900408480840303, + "grad_norm": 0.91796875, + "learning_rate": 0.0004993445676888507, + "loss": 5.6337, + "mean_token_accuracy": 0.15481607466936112, + "num_tokens": 7111285.0, + "step": 4100 + }, + { + "entropy": 5.881993198394776, + "epoch": 0.3193931141801206, + "grad_norm": 1.015625, + "learning_rate": 0.0004993424520342236, + "loss": 5.7005, + "mean_token_accuracy": 0.15225102454423906, + "num_tokens": 7120281.0, + "step": 4105 + }, + { + "entropy": 5.798208332061767, + "epoch": 0.31978214355183815, + "grad_norm": 0.98828125, + "learning_rate": 0.0004993403329755569, + "loss": 5.5741, + "mean_token_accuracy": 0.1554294690489769, + "num_tokens": 7128584.0, + "step": 4110 + }, + { + "entropy": 5.880425357818604, + "epoch": 0.32017117292355574, + "grad_norm": 1.015625, + "learning_rate": 0.0004993382105128828, + "loss": 5.6783, + "mean_token_accuracy": 0.15804177671670913, + "num_tokens": 7137570.0, + "step": 4115 + }, + { + "entropy": 5.832143306732178, + "epoch": 0.32056020229527327, + "grad_norm": 1.0, + "learning_rate": 0.0004993360846462333, + "loss": 5.7214, + "mean_token_accuracy": 0.15496834367513657, + "num_tokens": 7146965.0, + "step": 4120 + }, + { + "entropy": 5.823439979553223, + "epoch": 0.32094923166699085, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993339553756408, + "loss": 5.6592, + "mean_token_accuracy": 0.15344669073820114, + "num_tokens": 7155657.0, + "step": 4125 + }, + { + "entropy": 5.849871444702148, + "epoch": 0.32133826103870844, + "grad_norm": 0.984375, + "learning_rate": 0.0004993318227011378, + "loss": 5.5982, + "mean_token_accuracy": 0.15800351351499559, + "num_tokens": 7164369.0, + "step": 4130 + }, + { + "entropy": 5.862731027603149, + "epoch": 0.32172729041042597, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993296866227562, + "loss": 5.5761, + "mean_token_accuracy": 0.16416397988796233, + "num_tokens": 7172161.0, + "step": 4135 + }, + { + "entropy": 5.774852848052978, + "epoch": 0.32211631978214356, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993275471405288, + "loss": 5.6148, + "mean_token_accuracy": 0.149345500767231, + "num_tokens": 7180606.0, + "step": 4140 + }, + { + "entropy": 5.7628284931182865, + "epoch": 0.32250534915386114, + "grad_norm": 0.984375, + "learning_rate": 0.0004993254042544879, + "loss": 5.6498, + "mean_token_accuracy": 0.15902409553527833, + "num_tokens": 7188912.0, + "step": 4145 + }, + { + "entropy": 5.808630084991455, + "epoch": 0.3228943785255787, + "grad_norm": 0.93359375, + "learning_rate": 0.000499323257964666, + "loss": 5.6582, + "mean_token_accuracy": 0.15545909702777863, + "num_tokens": 7197477.0, + "step": 4150 + }, + { + "entropy": 5.859759187698364, + "epoch": 0.32328340789729626, + "grad_norm": 1.03125, + "learning_rate": 0.0004993211082710957, + "loss": 5.6418, + "mean_token_accuracy": 0.1600700318813324, + "num_tokens": 7206571.0, + "step": 4155 + }, + { + "entropy": 5.824004888534546, + "epoch": 0.3236724372690138, + "grad_norm": 1.015625, + "learning_rate": 0.0004993189551738097, + "loss": 5.4896, + "mean_token_accuracy": 0.1557634025812149, + "num_tokens": 7215319.0, + "step": 4160 + }, + { + "entropy": 5.779311323165894, + "epoch": 0.3240614666407314, + "grad_norm": 1.046875, + "learning_rate": 0.0004993167986728405, + "loss": 5.6555, + "mean_token_accuracy": 0.1558437839150429, + "num_tokens": 7223389.0, + "step": 4165 + }, + { + "entropy": 5.818670797348022, + "epoch": 0.32445049601244896, + "grad_norm": 0.96875, + "learning_rate": 0.000499314638768221, + "loss": 5.6366, + "mean_token_accuracy": 0.1572311580181122, + "num_tokens": 7231853.0, + "step": 4170 + }, + { + "entropy": 5.805356645584107, + "epoch": 0.3248395253841665, + "grad_norm": 0.9296875, + "learning_rate": 0.0004993124754599839, + "loss": 5.5678, + "mean_token_accuracy": 0.1613128237426281, + "num_tokens": 7241081.0, + "step": 4175 + }, + { + "entropy": 5.773802375793457, + "epoch": 0.3252285547558841, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993103087481619, + "loss": 5.598, + "mean_token_accuracy": 0.15808786898851396, + "num_tokens": 7249742.0, + "step": 4180 + }, + { + "entropy": 5.8834186553955075, + "epoch": 0.3256175841276016, + "grad_norm": 0.9375, + "learning_rate": 0.0004993081386327881, + "loss": 5.7046, + "mean_token_accuracy": 0.15388916730880736, + "num_tokens": 7258285.0, + "step": 4185 + }, + { + "entropy": 5.80883526802063, + "epoch": 0.3260066134993192, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993059651138953, + "loss": 5.5378, + "mean_token_accuracy": 0.16168167293071747, + "num_tokens": 7266843.0, + "step": 4190 + }, + { + "entropy": 5.761549377441407, + "epoch": 0.3263956428710368, + "grad_norm": 0.984375, + "learning_rate": 0.0004993037881915165, + "loss": 5.6235, + "mean_token_accuracy": 0.16374704092741013, + "num_tokens": 7276041.0, + "step": 4195 + }, + { + "entropy": 5.801425170898438, + "epoch": 0.3267846722427543, + "grad_norm": 0.953125, + "learning_rate": 0.0004993016078656847, + "loss": 5.6898, + "mean_token_accuracy": 0.1496354892849922, + "num_tokens": 7285144.0, + "step": 4200 + }, + { + "entropy": 5.701427793502807, + "epoch": 0.3271737016144719, + "grad_norm": 0.9609375, + "learning_rate": 0.000499299424136433, + "loss": 5.5432, + "mean_token_accuracy": 0.16148447692394258, + "num_tokens": 7293976.0, + "step": 4205 + }, + { + "entropy": 5.813598680496216, + "epoch": 0.32756273098618943, + "grad_norm": 1.1171875, + "learning_rate": 0.0004992972370037946, + "loss": 5.5957, + "mean_token_accuracy": 0.15628974586725236, + "num_tokens": 7302365.0, + "step": 4210 + }, + { + "entropy": 5.853533697128296, + "epoch": 0.327951760357907, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992950464678026, + "loss": 5.6728, + "mean_token_accuracy": 0.1533830374479294, + "num_tokens": 7310909.0, + "step": 4215 + }, + { + "entropy": 5.817704343795777, + "epoch": 0.3283407897296246, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992928525284903, + "loss": 5.6304, + "mean_token_accuracy": 0.1496094822883606, + "num_tokens": 7319391.0, + "step": 4220 + }, + { + "entropy": 5.894934749603271, + "epoch": 0.32872981910134214, + "grad_norm": 1.03125, + "learning_rate": 0.000499290655185891, + "loss": 5.7032, + "mean_token_accuracy": 0.15388529300689696, + "num_tokens": 7328076.0, + "step": 4225 + }, + { + "entropy": 5.895980453491211, + "epoch": 0.3291188484730597, + "grad_norm": 1.015625, + "learning_rate": 0.000499288454440038, + "loss": 5.656, + "mean_token_accuracy": 0.15448319762945176, + "num_tokens": 7336833.0, + "step": 4230 + }, + { + "entropy": 5.7740541934967045, + "epoch": 0.3295078778447773, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992862502909645, + "loss": 5.5709, + "mean_token_accuracy": 0.16009747087955475, + "num_tokens": 7344862.0, + "step": 4235 + }, + { + "entropy": 5.845920705795288, + "epoch": 0.32989690721649484, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992840427387043, + "loss": 5.6108, + "mean_token_accuracy": 0.1616164118051529, + "num_tokens": 7354503.0, + "step": 4240 + }, + { + "entropy": 5.807738494873047, + "epoch": 0.3302859365882124, + "grad_norm": 1.046875, + "learning_rate": 0.0004992818317832908, + "loss": 5.5924, + "mean_token_accuracy": 0.15691906362771987, + "num_tokens": 7363000.0, + "step": 4245 + }, + { + "entropy": 5.762190198898315, + "epoch": 0.33067496595992996, + "grad_norm": 0.94140625, + "learning_rate": 0.0004992796174247574, + "loss": 5.6631, + "mean_token_accuracy": 0.15225939452648163, + "num_tokens": 7372619.0, + "step": 4250 + }, + { + "entropy": 5.859451723098755, + "epoch": 0.33106399533164754, + "grad_norm": 1.1171875, + "learning_rate": 0.0004992773996631378, + "loss": 5.5438, + "mean_token_accuracy": 0.16727319806814195, + "num_tokens": 7380531.0, + "step": 4255 + }, + { + "entropy": 5.779058408737183, + "epoch": 0.33145302470336513, + "grad_norm": 0.98046875, + "learning_rate": 0.0004992751784984656, + "loss": 5.6608, + "mean_token_accuracy": 0.15575532466173173, + "num_tokens": 7389153.0, + "step": 4260 + }, + { + "entropy": 5.766335105895996, + "epoch": 0.33184205407508266, + "grad_norm": 0.984375, + "learning_rate": 0.0004992729539307745, + "loss": 5.5563, + "mean_token_accuracy": 0.1592848628759384, + "num_tokens": 7397880.0, + "step": 4265 + }, + { + "entropy": 5.846122121810913, + "epoch": 0.33223108344680025, + "grad_norm": 1.015625, + "learning_rate": 0.0004992707259600984, + "loss": 5.6265, + "mean_token_accuracy": 0.1536146730184555, + "num_tokens": 7406180.0, + "step": 4270 + }, + { + "entropy": 5.763803863525391, + "epoch": 0.3326201128185178, + "grad_norm": 0.9765625, + "learning_rate": 0.0004992684945864709, + "loss": 5.6285, + "mean_token_accuracy": 0.15639231055974961, + "num_tokens": 7415069.0, + "step": 4275 + }, + { + "entropy": 5.810007476806641, + "epoch": 0.33300914219023536, + "grad_norm": 0.9921875, + "learning_rate": 0.0004992662598099261, + "loss": 5.6936, + "mean_token_accuracy": 0.15463295876979827, + "num_tokens": 7423921.0, + "step": 4280 + }, + { + "entropy": 5.7576460361480715, + "epoch": 0.33339817156195295, + "grad_norm": 0.9453125, + "learning_rate": 0.0004992640216304975, + "loss": 5.4188, + "mean_token_accuracy": 0.16716092079877853, + "num_tokens": 7432655.0, + "step": 4285 + }, + { + "entropy": 5.829642963409424, + "epoch": 0.3337872009336705, + "grad_norm": 0.9765625, + "learning_rate": 0.0004992617800482196, + "loss": 5.6198, + "mean_token_accuracy": 0.15765354484319688, + "num_tokens": 7441858.0, + "step": 4290 + }, + { + "entropy": 5.723947429656983, + "epoch": 0.33417623030538807, + "grad_norm": 1.0703125, + "learning_rate": 0.000499259535063126, + "loss": 5.5789, + "mean_token_accuracy": 0.15934376716613768, + "num_tokens": 7450030.0, + "step": 4295 + }, + { + "entropy": 5.808957242965699, + "epoch": 0.3345652596771056, + "grad_norm": 1.0078125, + "learning_rate": 0.000499257286675251, + "loss": 5.6593, + "mean_token_accuracy": 0.15726078003644944, + "num_tokens": 7458256.0, + "step": 4300 + }, + { + "entropy": 5.867031478881836, + "epoch": 0.3349542890488232, + "grad_norm": 1.0703125, + "learning_rate": 0.0004992550348846285, + "loss": 5.6334, + "mean_token_accuracy": 0.15359683632850646, + "num_tokens": 7466710.0, + "step": 4305 + }, + { + "entropy": 5.773306608200073, + "epoch": 0.33534331842054077, + "grad_norm": 0.91015625, + "learning_rate": 0.0004992527796912928, + "loss": 5.5716, + "mean_token_accuracy": 0.15899703204631804, + "num_tokens": 7475445.0, + "step": 4310 + }, + { + "entropy": 5.8272724628448485, + "epoch": 0.3357323477922583, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992505210952782, + "loss": 5.6566, + "mean_token_accuracy": 0.15544623732566834, + "num_tokens": 7484326.0, + "step": 4315 + }, + { + "entropy": 5.770163440704346, + "epoch": 0.3361213771639759, + "grad_norm": 1.0078125, + "learning_rate": 0.0004992482590966188, + "loss": 5.559, + "mean_token_accuracy": 0.15421020984649658, + "num_tokens": 7493028.0, + "step": 4320 + }, + { + "entropy": 5.868523788452149, + "epoch": 0.3365104065356934, + "grad_norm": 0.99609375, + "learning_rate": 0.0004992459936953489, + "loss": 5.7285, + "mean_token_accuracy": 0.14974396377801896, + "num_tokens": 7502284.0, + "step": 4325 + }, + { + "entropy": 5.830294513702393, + "epoch": 0.336899435907411, + "grad_norm": 1.03125, + "learning_rate": 0.0004992437248915032, + "loss": 5.6091, + "mean_token_accuracy": 0.1528960421681404, + "num_tokens": 7510728.0, + "step": 4330 + }, + { + "entropy": 5.75536732673645, + "epoch": 0.3372884652791286, + "grad_norm": 0.97265625, + "learning_rate": 0.0004992414526851157, + "loss": 5.5634, + "mean_token_accuracy": 0.16224416494369506, + "num_tokens": 7519578.0, + "step": 4335 + }, + { + "entropy": 5.788976240158081, + "epoch": 0.3376774946508461, + "grad_norm": 1.015625, + "learning_rate": 0.0004992391770762212, + "loss": 5.6893, + "mean_token_accuracy": 0.15647384971380235, + "num_tokens": 7528853.0, + "step": 4340 + }, + { + "entropy": 5.948878335952759, + "epoch": 0.3380665240225637, + "grad_norm": 1.03125, + "learning_rate": 0.000499236898064854, + "loss": 5.7347, + "mean_token_accuracy": 0.15497319251298905, + "num_tokens": 7537000.0, + "step": 4345 + }, + { + "entropy": 5.835531377792359, + "epoch": 0.3384555533942813, + "grad_norm": 0.96875, + "learning_rate": 0.0004992346156510488, + "loss": 5.6985, + "mean_token_accuracy": 0.1538426622748375, + "num_tokens": 7545439.0, + "step": 4350 + }, + { + "entropy": 5.821720838546753, + "epoch": 0.3388445827659988, + "grad_norm": 0.94921875, + "learning_rate": 0.0004992323298348403, + "loss": 5.5876, + "mean_token_accuracy": 0.15640681535005568, + "num_tokens": 7553808.0, + "step": 4355 + }, + { + "entropy": 5.844230365753174, + "epoch": 0.3392336121377164, + "grad_norm": 0.98828125, + "learning_rate": 0.000499230040616263, + "loss": 5.6092, + "mean_token_accuracy": 0.1657412052154541, + "num_tokens": 7562124.0, + "step": 4360 + }, + { + "entropy": 5.876851892471313, + "epoch": 0.33962264150943394, + "grad_norm": 0.90234375, + "learning_rate": 0.0004992277479953518, + "loss": 5.6564, + "mean_token_accuracy": 0.15803641080856323, + "num_tokens": 7570692.0, + "step": 4365 + }, + { + "entropy": 5.753260946273803, + "epoch": 0.34001167088115153, + "grad_norm": 1.0, + "learning_rate": 0.0004992254519721414, + "loss": 5.5656, + "mean_token_accuracy": 0.1561785027384758, + "num_tokens": 7579380.0, + "step": 4370 + }, + { + "entropy": 5.7513867855072025, + "epoch": 0.3404007002528691, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992231525466666, + "loss": 5.6143, + "mean_token_accuracy": 0.1561330333352089, + "num_tokens": 7587581.0, + "step": 4375 + }, + { + "entropy": 5.8919556617736815, + "epoch": 0.34078972962458665, + "grad_norm": 0.953125, + "learning_rate": 0.0004992208497189624, + "loss": 5.6625, + "mean_token_accuracy": 0.15787704586982726, + "num_tokens": 7596373.0, + "step": 4380 + }, + { + "entropy": 5.797363567352295, + "epoch": 0.34117875899630423, + "grad_norm": 0.9609375, + "learning_rate": 0.0004992185434890637, + "loss": 5.6715, + "mean_token_accuracy": 0.15297794640064238, + "num_tokens": 7605698.0, + "step": 4385 + }, + { + "entropy": 5.882697725296021, + "epoch": 0.34156778836802176, + "grad_norm": 1.015625, + "learning_rate": 0.0004992162338570055, + "loss": 5.6975, + "mean_token_accuracy": 0.14880578219890594, + "num_tokens": 7614299.0, + "step": 4390 + }, + { + "entropy": 5.7781144142150875, + "epoch": 0.34195681773973935, + "grad_norm": 1.015625, + "learning_rate": 0.0004992139208228227, + "loss": 5.6118, + "mean_token_accuracy": 0.16854615658521652, + "num_tokens": 7622244.0, + "step": 4395 + }, + { + "entropy": 5.8229796409606935, + "epoch": 0.34234584711145694, + "grad_norm": 1.015625, + "learning_rate": 0.0004992116043865506, + "loss": 5.7222, + "mean_token_accuracy": 0.14495111405849456, + "num_tokens": 7631421.0, + "step": 4400 + }, + { + "entropy": 5.837610483169556, + "epoch": 0.34273487648317447, + "grad_norm": 0.9609375, + "learning_rate": 0.0004992092845482244, + "loss": 5.6514, + "mean_token_accuracy": 0.16512158513069153, + "num_tokens": 7640483.0, + "step": 4405 + }, + { + "entropy": 5.790783357620239, + "epoch": 0.34312390585489205, + "grad_norm": 0.96484375, + "learning_rate": 0.0004992069613078791, + "loss": 5.581, + "mean_token_accuracy": 0.1600580781698227, + "num_tokens": 7648928.0, + "step": 4410 + }, + { + "entropy": 5.822185516357422, + "epoch": 0.3435129352266096, + "grad_norm": 0.98046875, + "learning_rate": 0.0004992046346655499, + "loss": 5.5944, + "mean_token_accuracy": 0.16028566807508468, + "num_tokens": 7658158.0, + "step": 4415 + }, + { + "entropy": 5.871115207672119, + "epoch": 0.34390196459832717, + "grad_norm": 0.89453125, + "learning_rate": 0.0004992023046212723, + "loss": 5.6718, + "mean_token_accuracy": 0.16050985604524612, + "num_tokens": 7666657.0, + "step": 4420 + }, + { + "entropy": 5.8094886302947994, + "epoch": 0.34429099397004476, + "grad_norm": 1.015625, + "learning_rate": 0.0004991999711750816, + "loss": 5.6214, + "mean_token_accuracy": 0.15986572504043578, + "num_tokens": 7675182.0, + "step": 4425 + }, + { + "entropy": 5.760066080093384, + "epoch": 0.3446800233417623, + "grad_norm": 0.97265625, + "learning_rate": 0.0004991976343270133, + "loss": 5.576, + "mean_token_accuracy": 0.1577327698469162, + "num_tokens": 7684132.0, + "step": 4430 + }, + { + "entropy": 5.778253698348999, + "epoch": 0.3450690527134799, + "grad_norm": 0.9453125, + "learning_rate": 0.0004991952940771026, + "loss": 5.5113, + "mean_token_accuracy": 0.16556746065616607, + "num_tokens": 7692574.0, + "step": 4435 + }, + { + "entropy": 5.707170486450195, + "epoch": 0.34545808208519746, + "grad_norm": 0.953125, + "learning_rate": 0.0004991929504253852, + "loss": 5.581, + "mean_token_accuracy": 0.16168904453516006, + "num_tokens": 7700969.0, + "step": 4440 + }, + { + "entropy": 5.851817226409912, + "epoch": 0.345847111456915, + "grad_norm": 1.0546875, + "learning_rate": 0.0004991906033718966, + "loss": 5.7303, + "mean_token_accuracy": 0.1541138157248497, + "num_tokens": 7710688.0, + "step": 4445 + }, + { + "entropy": 5.875735950469971, + "epoch": 0.3462361408286326, + "grad_norm": 1.015625, + "learning_rate": 0.0004991882529166724, + "loss": 5.684, + "mean_token_accuracy": 0.15931884944438934, + "num_tokens": 7720071.0, + "step": 4450 + }, + { + "entropy": 5.699068641662597, + "epoch": 0.3466251702003501, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991858990597483, + "loss": 5.4769, + "mean_token_accuracy": 0.16656545400619507, + "num_tokens": 7728418.0, + "step": 4455 + }, + { + "entropy": 5.807401704788208, + "epoch": 0.3470141995720677, + "grad_norm": 1.0703125, + "learning_rate": 0.0004991835418011601, + "loss": 5.7004, + "mean_token_accuracy": 0.1571740910410881, + "num_tokens": 7736849.0, + "step": 4460 + }, + { + "entropy": 5.812630748748779, + "epoch": 0.3474032289437853, + "grad_norm": 1.0234375, + "learning_rate": 0.0004991811811409434, + "loss": 5.6368, + "mean_token_accuracy": 0.1612528756260872, + "num_tokens": 7745730.0, + "step": 4465 + }, + { + "entropy": 5.837718725204468, + "epoch": 0.3477922583155028, + "grad_norm": 1.015625, + "learning_rate": 0.0004991788170791341, + "loss": 5.5321, + "mean_token_accuracy": 0.16686054319143295, + "num_tokens": 7755040.0, + "step": 4470 + }, + { + "entropy": 5.822087287902832, + "epoch": 0.3481812876872204, + "grad_norm": 0.94921875, + "learning_rate": 0.0004991764496157682, + "loss": 5.5675, + "mean_token_accuracy": 0.16306846141815184, + "num_tokens": 7763765.0, + "step": 4475 + }, + { + "entropy": 5.662372493743897, + "epoch": 0.34857031705893793, + "grad_norm": 0.95703125, + "learning_rate": 0.0004991740787508814, + "loss": 5.5465, + "mean_token_accuracy": 0.15900719314813613, + "num_tokens": 7772261.0, + "step": 4480 + }, + { + "entropy": 5.890163516998291, + "epoch": 0.3489593464306555, + "grad_norm": 1.015625, + "learning_rate": 0.0004991717044845097, + "loss": 5.6988, + "mean_token_accuracy": 0.15734705626964568, + "num_tokens": 7781651.0, + "step": 4485 + }, + { + "entropy": 5.793856143951416, + "epoch": 0.3493483758023731, + "grad_norm": 1.015625, + "learning_rate": 0.0004991693268166892, + "loss": 5.5536, + "mean_token_accuracy": 0.15972345769405366, + "num_tokens": 7789926.0, + "step": 4490 + }, + { + "entropy": 5.799531078338623, + "epoch": 0.34973740517409063, + "grad_norm": 0.97265625, + "learning_rate": 0.0004991669457474559, + "loss": 5.5908, + "mean_token_accuracy": 0.15855335295200348, + "num_tokens": 7798435.0, + "step": 4495 + }, + { + "entropy": 5.703534173965454, + "epoch": 0.3501264345458082, + "grad_norm": 1.0, + "learning_rate": 0.0004991645612768461, + "loss": 5.5305, + "mean_token_accuracy": 0.15555441081523896, + "num_tokens": 7806674.0, + "step": 4500 + }, + { + "entropy": 5.793919277191162, + "epoch": 0.35051546391752575, + "grad_norm": 1.0390625, + "learning_rate": 0.0004991621734048958, + "loss": 5.5803, + "mean_token_accuracy": 0.16211650967597963, + "num_tokens": 7814774.0, + "step": 4505 + }, + { + "entropy": 5.772414875030518, + "epoch": 0.35090449328924334, + "grad_norm": 0.98828125, + "learning_rate": 0.0004991597821316415, + "loss": 5.6327, + "mean_token_accuracy": 0.16405177861452103, + "num_tokens": 7822879.0, + "step": 4510 + }, + { + "entropy": 5.7185948371887205, + "epoch": 0.3512935226609609, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991573874571192, + "loss": 5.5775, + "mean_token_accuracy": 0.1566230461001396, + "num_tokens": 7831418.0, + "step": 4515 + }, + { + "entropy": 5.786003923416137, + "epoch": 0.35168255203267845, + "grad_norm": 1.1015625, + "learning_rate": 0.0004991549893813653, + "loss": 5.5533, + "mean_token_accuracy": 0.1591557964682579, + "num_tokens": 7839513.0, + "step": 4520 + }, + { + "entropy": 5.764983367919922, + "epoch": 0.35207158140439604, + "grad_norm": 1.015625, + "learning_rate": 0.0004991525879044162, + "loss": 5.5583, + "mean_token_accuracy": 0.15838483273983, + "num_tokens": 7847653.0, + "step": 4525 + }, + { + "entropy": 5.786115550994873, + "epoch": 0.35246061077611357, + "grad_norm": 1.0234375, + "learning_rate": 0.0004991501830263084, + "loss": 5.6485, + "mean_token_accuracy": 0.15774892494082451, + "num_tokens": 7857093.0, + "step": 4530 + }, + { + "entropy": 5.811744642257691, + "epoch": 0.35284964014783116, + "grad_norm": 1.015625, + "learning_rate": 0.0004991477747470783, + "loss": 5.6042, + "mean_token_accuracy": 0.15566327124834062, + "num_tokens": 7866129.0, + "step": 4535 + }, + { + "entropy": 5.783624172210693, + "epoch": 0.35323866951954874, + "grad_norm": 1.09375, + "learning_rate": 0.0004991453630667625, + "loss": 5.6931, + "mean_token_accuracy": 0.15737468898296356, + "num_tokens": 7874613.0, + "step": 4540 + }, + { + "entropy": 5.684437322616577, + "epoch": 0.3536276988912663, + "grad_norm": 1.015625, + "learning_rate": 0.0004991429479853976, + "loss": 5.451, + "mean_token_accuracy": 0.16613204032182693, + "num_tokens": 7882292.0, + "step": 4545 + }, + { + "entropy": 5.772076034545899, + "epoch": 0.35401672826298386, + "grad_norm": 1.03125, + "learning_rate": 0.0004991405295030202, + "loss": 5.4785, + "mean_token_accuracy": 0.1672605663537979, + "num_tokens": 7890810.0, + "step": 4550 + }, + { + "entropy": 5.796853303909302, + "epoch": 0.35440575763470145, + "grad_norm": 0.98046875, + "learning_rate": 0.0004991381076196671, + "loss": 5.6086, + "mean_token_accuracy": 0.15777526199817657, + "num_tokens": 7899964.0, + "step": 4555 + }, + { + "entropy": 5.752718496322632, + "epoch": 0.354794787006419, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991356823353748, + "loss": 5.5094, + "mean_token_accuracy": 0.16097644716501236, + "num_tokens": 7908600.0, + "step": 4560 + }, + { + "entropy": 5.7299388408660885, + "epoch": 0.35518381637813656, + "grad_norm": 1.015625, + "learning_rate": 0.0004991332536501804, + "loss": 5.6318, + "mean_token_accuracy": 0.1585194870829582, + "num_tokens": 7916893.0, + "step": 4565 + }, + { + "entropy": 5.76154408454895, + "epoch": 0.3555728457498541, + "grad_norm": 0.9140625, + "learning_rate": 0.0004991308215641205, + "loss": 5.4898, + "mean_token_accuracy": 0.1694232165813446, + "num_tokens": 7925230.0, + "step": 4570 + }, + { + "entropy": 5.790162515640259, + "epoch": 0.3559618751215717, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991283860772323, + "loss": 5.5458, + "mean_token_accuracy": 0.16623237133026122, + "num_tokens": 7933487.0, + "step": 4575 + }, + { + "entropy": 5.7462163925170895, + "epoch": 0.35635090449328927, + "grad_norm": 1.0390625, + "learning_rate": 0.0004991259471895525, + "loss": 5.582, + "mean_token_accuracy": 0.16115867495536804, + "num_tokens": 7941957.0, + "step": 4580 + }, + { + "entropy": 5.762738752365112, + "epoch": 0.3567399338650068, + "grad_norm": 0.94921875, + "learning_rate": 0.0004991235049011182, + "loss": 5.5274, + "mean_token_accuracy": 0.15829257667064667, + "num_tokens": 7950912.0, + "step": 4585 + }, + { + "entropy": 5.754968738555908, + "epoch": 0.3571289632367244, + "grad_norm": 0.9296875, + "learning_rate": 0.0004991210592119663, + "loss": 5.5701, + "mean_token_accuracy": 0.1587151512503624, + "num_tokens": 7959724.0, + "step": 4590 + }, + { + "entropy": 5.784298467636108, + "epoch": 0.3575179926084419, + "grad_norm": 0.9296875, + "learning_rate": 0.0004991186101221342, + "loss": 5.5576, + "mean_token_accuracy": 0.16696627289056779, + "num_tokens": 7968683.0, + "step": 4595 + }, + { + "entropy": 5.69855260848999, + "epoch": 0.3579070219801595, + "grad_norm": 0.96875, + "learning_rate": 0.000499116157631659, + "loss": 5.5198, + "mean_token_accuracy": 0.16008122861385346, + "num_tokens": 7977004.0, + "step": 4600 + }, + { + "entropy": 5.854188108444214, + "epoch": 0.3582960513518771, + "grad_norm": 0.98046875, + "learning_rate": 0.0004991137017405777, + "loss": 5.7284, + "mean_token_accuracy": 0.15145769119262695, + "num_tokens": 7985537.0, + "step": 4605 + }, + { + "entropy": 5.852160310745239, + "epoch": 0.3586850807235946, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991112424489277, + "loss": 5.6282, + "mean_token_accuracy": 0.15578002780675887, + "num_tokens": 7994298.0, + "step": 4610 + }, + { + "entropy": 5.7363073348999025, + "epoch": 0.3590741100953122, + "grad_norm": 0.96484375, + "learning_rate": 0.0004991087797567462, + "loss": 5.5804, + "mean_token_accuracy": 0.16114823073148726, + "num_tokens": 8003145.0, + "step": 4615 + }, + { + "entropy": 5.741312026977539, + "epoch": 0.35946313946702974, + "grad_norm": 1.0, + "learning_rate": 0.0004991063136640709, + "loss": 5.5539, + "mean_token_accuracy": 0.15820185393095015, + "num_tokens": 8011839.0, + "step": 4620 + }, + { + "entropy": 5.846971559524536, + "epoch": 0.3598521688387473, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991038441709388, + "loss": 5.6292, + "mean_token_accuracy": 0.1515355572104454, + "num_tokens": 8020248.0, + "step": 4625 + }, + { + "entropy": 5.809453773498535, + "epoch": 0.3602411982104649, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991013712773877, + "loss": 5.6502, + "mean_token_accuracy": 0.15742439329624175, + "num_tokens": 8029360.0, + "step": 4630 + }, + { + "entropy": 5.897890329360962, + "epoch": 0.36063022758218244, + "grad_norm": 1.0546875, + "learning_rate": 0.0004990988949834549, + "loss": 5.7066, + "mean_token_accuracy": 0.1522804707288742, + "num_tokens": 8037407.0, + "step": 4635 + }, + { + "entropy": 5.818277740478516, + "epoch": 0.3610192569539, + "grad_norm": 0.9609375, + "learning_rate": 0.000499096415289178, + "loss": 5.5227, + "mean_token_accuracy": 0.16456927210092545, + "num_tokens": 8045935.0, + "step": 4640 + }, + { + "entropy": 5.764923477172852, + "epoch": 0.3614082863256176, + "grad_norm": 1.0546875, + "learning_rate": 0.0004990939321945948, + "loss": 5.678, + "mean_token_accuracy": 0.14663905650377274, + "num_tokens": 8054640.0, + "step": 4645 + }, + { + "entropy": 5.881791114807129, + "epoch": 0.36179731569733514, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990914456997427, + "loss": 5.664, + "mean_token_accuracy": 0.16005869060754777, + "num_tokens": 8063845.0, + "step": 4650 + }, + { + "entropy": 5.818548250198364, + "epoch": 0.36218634506905273, + "grad_norm": 0.99609375, + "learning_rate": 0.0004990889558046598, + "loss": 5.5912, + "mean_token_accuracy": 0.1565910518169403, + "num_tokens": 8072389.0, + "step": 4655 + }, + { + "entropy": 5.706920480728149, + "epoch": 0.36257537444077026, + "grad_norm": 0.96875, + "learning_rate": 0.0004990864625093836, + "loss": 5.4744, + "mean_token_accuracy": 0.16084736585617065, + "num_tokens": 8080683.0, + "step": 4660 + }, + { + "entropy": 5.6497913837432865, + "epoch": 0.36296440381248785, + "grad_norm": 1.046875, + "learning_rate": 0.0004990839658139519, + "loss": 5.5024, + "mean_token_accuracy": 0.1633412852883339, + "num_tokens": 8088945.0, + "step": 4665 + }, + { + "entropy": 5.738694334030152, + "epoch": 0.36335343318420543, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990814657184028, + "loss": 5.5617, + "mean_token_accuracy": 0.15861178040504456, + "num_tokens": 8097447.0, + "step": 4670 + }, + { + "entropy": 5.70173487663269, + "epoch": 0.36374246255592296, + "grad_norm": 1.03125, + "learning_rate": 0.0004990789622227741, + "loss": 5.4118, + "mean_token_accuracy": 0.17580605000257493, + "num_tokens": 8105570.0, + "step": 4675 + }, + { + "entropy": 5.678836393356323, + "epoch": 0.36413149192764055, + "grad_norm": 0.9765625, + "learning_rate": 0.0004990764553271038, + "loss": 5.5463, + "mean_token_accuracy": 0.16317810416221618, + "num_tokens": 8114842.0, + "step": 4680 + }, + { + "entropy": 5.748669624328613, + "epoch": 0.3645205212993581, + "grad_norm": 0.9765625, + "learning_rate": 0.0004990739450314299, + "loss": 5.5307, + "mean_token_accuracy": 0.16124996095895766, + "num_tokens": 8122960.0, + "step": 4685 + }, + { + "entropy": 5.865330505371094, + "epoch": 0.36490955067107567, + "grad_norm": 0.984375, + "learning_rate": 0.0004990714313357906, + "loss": 5.6691, + "mean_token_accuracy": 0.16008023619651796, + "num_tokens": 8131850.0, + "step": 4690 + }, + { + "entropy": 5.75564661026001, + "epoch": 0.36529858004279325, + "grad_norm": 1.0625, + "learning_rate": 0.000499068914240224, + "loss": 5.539, + "mean_token_accuracy": 0.1603344514966011, + "num_tokens": 8139818.0, + "step": 4695 + }, + { + "entropy": 5.679873132705689, + "epoch": 0.3656876094145108, + "grad_norm": 0.96875, + "learning_rate": 0.0004990663937447682, + "loss": 5.6201, + "mean_token_accuracy": 0.16053933054208755, + "num_tokens": 8147995.0, + "step": 4700 + }, + { + "entropy": 5.8246174335479735, + "epoch": 0.36607663878622837, + "grad_norm": 1.0234375, + "learning_rate": 0.0004990638698494615, + "loss": 5.5967, + "mean_token_accuracy": 0.15836117267608643, + "num_tokens": 8156879.0, + "step": 4705 + }, + { + "entropy": 5.8064148902893065, + "epoch": 0.3664656681579459, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990613425543423, + "loss": 5.5678, + "mean_token_accuracy": 0.15500140488147734, + "num_tokens": 8164860.0, + "step": 4710 + }, + { + "entropy": 5.691606712341309, + "epoch": 0.3668546975296635, + "grad_norm": 0.953125, + "learning_rate": 0.0004990588118594487, + "loss": 5.4042, + "mean_token_accuracy": 0.1723329722881317, + "num_tokens": 8173319.0, + "step": 4715 + }, + { + "entropy": 5.727795028686524, + "epoch": 0.3672437269013811, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990562777648194, + "loss": 5.6093, + "mean_token_accuracy": 0.16026716232299804, + "num_tokens": 8182385.0, + "step": 4720 + }, + { + "entropy": 5.8143706798553465, + "epoch": 0.3676327562730986, + "grad_norm": 1.0625, + "learning_rate": 0.0004990537402704928, + "loss": 5.5297, + "mean_token_accuracy": 0.16515245139598847, + "num_tokens": 8190394.0, + "step": 4725 + }, + { + "entropy": 5.759135580062866, + "epoch": 0.3680217856448162, + "grad_norm": 1.078125, + "learning_rate": 0.0004990511993765071, + "loss": 5.5424, + "mean_token_accuracy": 0.15767809599637986, + "num_tokens": 8198532.0, + "step": 4730 + }, + { + "entropy": 5.628855466842651, + "epoch": 0.3684108150165337, + "grad_norm": 0.98828125, + "learning_rate": 0.0004990486550829011, + "loss": 5.4953, + "mean_token_accuracy": 0.168289515376091, + "num_tokens": 8207436.0, + "step": 4735 + }, + { + "entropy": 5.780854320526123, + "epoch": 0.3687998443882513, + "grad_norm": 0.88671875, + "learning_rate": 0.0004990461073897134, + "loss": 5.5408, + "mean_token_accuracy": 0.16624754965305327, + "num_tokens": 8216316.0, + "step": 4740 + }, + { + "entropy": 5.769868183135986, + "epoch": 0.3691888737599689, + "grad_norm": 0.984375, + "learning_rate": 0.0004990435562969827, + "loss": 5.4902, + "mean_token_accuracy": 0.1653371199965477, + "num_tokens": 8224918.0, + "step": 4745 + }, + { + "entropy": 5.69854769706726, + "epoch": 0.3695779031316864, + "grad_norm": 1.03125, + "learning_rate": 0.0004990410018047475, + "loss": 5.5301, + "mean_token_accuracy": 0.1603669047355652, + "num_tokens": 8233506.0, + "step": 4750 + }, + { + "entropy": 5.743416881561279, + "epoch": 0.369966932503404, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990384439130467, + "loss": 5.5692, + "mean_token_accuracy": 0.15842108130455018, + "num_tokens": 8243122.0, + "step": 4755 + }, + { + "entropy": 5.7349554061889645, + "epoch": 0.3703559618751216, + "grad_norm": 0.984375, + "learning_rate": 0.0004990358826219192, + "loss": 5.5439, + "mean_token_accuracy": 0.16526512950658798, + "num_tokens": 8251639.0, + "step": 4760 + }, + { + "entropy": 5.757761478424072, + "epoch": 0.37074499124683913, + "grad_norm": 1.015625, + "learning_rate": 0.0004990333179314038, + "loss": 5.5815, + "mean_token_accuracy": 0.1549780011177063, + "num_tokens": 8260487.0, + "step": 4765 + }, + { + "entropy": 5.771208095550537, + "epoch": 0.3711340206185567, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990307498415393, + "loss": 5.5617, + "mean_token_accuracy": 0.16446320563554764, + "num_tokens": 8270111.0, + "step": 4770 + }, + { + "entropy": 5.77273907661438, + "epoch": 0.37152304999027425, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990281783523648, + "loss": 5.6953, + "mean_token_accuracy": 0.15468359738588333, + "num_tokens": 8278171.0, + "step": 4775 + }, + { + "entropy": 5.764896488189697, + "epoch": 0.37191207936199183, + "grad_norm": 0.9609375, + "learning_rate": 0.0004990256034639192, + "loss": 5.5751, + "mean_token_accuracy": 0.1614871248602867, + "num_tokens": 8287278.0, + "step": 4780 + }, + { + "entropy": 5.859795999526978, + "epoch": 0.3723011087337094, + "grad_norm": 0.984375, + "learning_rate": 0.0004990230251762418, + "loss": 5.6972, + "mean_token_accuracy": 0.15220141559839248, + "num_tokens": 8296874.0, + "step": 4785 + }, + { + "entropy": 5.758879995346069, + "epoch": 0.37269013810542695, + "grad_norm": 1.078125, + "learning_rate": 0.0004990204434893713, + "loss": 5.5568, + "mean_token_accuracy": 0.15907381623983383, + "num_tokens": 8305375.0, + "step": 4790 + }, + { + "entropy": 5.848282766342163, + "epoch": 0.37307916747714454, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990178584033474, + "loss": 5.6089, + "mean_token_accuracy": 0.15528460443019867, + "num_tokens": 8313960.0, + "step": 4795 + }, + { + "entropy": 5.78062481880188, + "epoch": 0.37346819684886207, + "grad_norm": 0.9453125, + "learning_rate": 0.0004990152699182089, + "loss": 5.5427, + "mean_token_accuracy": 0.16759291887283326, + "num_tokens": 8321838.0, + "step": 4800 + }, + { + "entropy": 5.700754165649414, + "epoch": 0.37385722622057965, + "grad_norm": 0.9296875, + "learning_rate": 0.0004990126780339953, + "loss": 5.5691, + "mean_token_accuracy": 0.15406242609024048, + "num_tokens": 8331325.0, + "step": 4805 + }, + { + "entropy": 5.801051759719849, + "epoch": 0.37424625559229724, + "grad_norm": 0.98046875, + "learning_rate": 0.0004990100827507459, + "loss": 5.6369, + "mean_token_accuracy": 0.15624383836984634, + "num_tokens": 8340105.0, + "step": 4810 + }, + { + "entropy": 5.731446266174316, + "epoch": 0.37463528496401477, + "grad_norm": 0.9453125, + "learning_rate": 0.0004990074840684999, + "loss": 5.4545, + "mean_token_accuracy": 0.17317897975444793, + "num_tokens": 8348256.0, + "step": 4815 + }, + { + "entropy": 5.711327409744262, + "epoch": 0.37502431433573236, + "grad_norm": 0.921875, + "learning_rate": 0.0004990048819872969, + "loss": 5.6361, + "mean_token_accuracy": 0.1525025933980942, + "num_tokens": 8357456.0, + "step": 4820 + }, + { + "entropy": 5.789103603363037, + "epoch": 0.3754133437074499, + "grad_norm": 0.94140625, + "learning_rate": 0.0004990022765071765, + "loss": 5.4928, + "mean_token_accuracy": 0.16532201766967775, + "num_tokens": 8366939.0, + "step": 4825 + }, + { + "entropy": 5.888441324234009, + "epoch": 0.3758023730791675, + "grad_norm": 1.0078125, + "learning_rate": 0.000498999667628178, + "loss": 5.6419, + "mean_token_accuracy": 0.1552483007311821, + "num_tokens": 8376062.0, + "step": 4830 + }, + { + "entropy": 5.809573221206665, + "epoch": 0.37619140245088506, + "grad_norm": 1.046875, + "learning_rate": 0.0004989970553503411, + "loss": 5.5562, + "mean_token_accuracy": 0.16382697820663453, + "num_tokens": 8383803.0, + "step": 4835 + }, + { + "entropy": 5.732746553421021, + "epoch": 0.3765804318226026, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989944396737054, + "loss": 5.7206, + "mean_token_accuracy": 0.15485890656709672, + "num_tokens": 8392844.0, + "step": 4840 + }, + { + "entropy": 5.8165699481964115, + "epoch": 0.3769694611943202, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989918205983106, + "loss": 5.6137, + "mean_token_accuracy": 0.16435452401638032, + "num_tokens": 8401937.0, + "step": 4845 + }, + { + "entropy": 5.821778202056885, + "epoch": 0.37735849056603776, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989891981241964, + "loss": 5.6275, + "mean_token_accuracy": 0.15439676195383073, + "num_tokens": 8410383.0, + "step": 4850 + }, + { + "entropy": 5.701949501037598, + "epoch": 0.3777475199377553, + "grad_norm": 0.9375, + "learning_rate": 0.0004989865722514027, + "loss": 5.5827, + "mean_token_accuracy": 0.16015864312648773, + "num_tokens": 8419053.0, + "step": 4855 + }, + { + "entropy": 5.770675277709961, + "epoch": 0.3781365493094729, + "grad_norm": 1.0625, + "learning_rate": 0.0004989839429799692, + "loss": 5.555, + "mean_token_accuracy": 0.16515738219022752, + "num_tokens": 8427311.0, + "step": 4860 + }, + { + "entropy": 5.7758008480072025, + "epoch": 0.3785255786811904, + "grad_norm": 0.9921875, + "learning_rate": 0.000498981310309936, + "loss": 5.6006, + "mean_token_accuracy": 0.16151956021785735, + "num_tokens": 8436050.0, + "step": 4865 + }, + { + "entropy": 5.834692144393921, + "epoch": 0.378914608052908, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989786742413428, + "loss": 5.5515, + "mean_token_accuracy": 0.16113933473825454, + "num_tokens": 8444579.0, + "step": 4870 + }, + { + "entropy": 5.714345455169678, + "epoch": 0.3793036374246256, + "grad_norm": 0.98046875, + "learning_rate": 0.0004989760347742298, + "loss": 5.5676, + "mean_token_accuracy": 0.16167921125888823, + "num_tokens": 8454013.0, + "step": 4875 + }, + { + "entropy": 5.793581581115722, + "epoch": 0.3796926667963431, + "grad_norm": 0.953125, + "learning_rate": 0.0004989733919086369, + "loss": 5.6778, + "mean_token_accuracy": 0.1574169933795929, + "num_tokens": 8462564.0, + "step": 4880 + }, + { + "entropy": 5.823560762405395, + "epoch": 0.3800816961680607, + "grad_norm": 0.953125, + "learning_rate": 0.0004989707456446043, + "loss": 5.5164, + "mean_token_accuracy": 0.16610173135995865, + "num_tokens": 8471035.0, + "step": 4885 + }, + { + "entropy": 5.75401349067688, + "epoch": 0.38047072553977823, + "grad_norm": 1.03125, + "learning_rate": 0.0004989680959821721, + "loss": 5.5071, + "mean_token_accuracy": 0.16652308106422425, + "num_tokens": 8479475.0, + "step": 4890 + }, + { + "entropy": 5.688182020187378, + "epoch": 0.3808597549114958, + "grad_norm": 0.9765625, + "learning_rate": 0.0004989654429213805, + "loss": 5.5743, + "mean_token_accuracy": 0.16116372048854827, + "num_tokens": 8488163.0, + "step": 4895 + }, + { + "entropy": 5.868498039245606, + "epoch": 0.3812487842832134, + "grad_norm": 0.9609375, + "learning_rate": 0.0004989627864622699, + "loss": 5.6339, + "mean_token_accuracy": 0.15791766941547394, + "num_tokens": 8497735.0, + "step": 4900 + }, + { + "entropy": 5.785080194473267, + "epoch": 0.38163781365493094, + "grad_norm": 0.94140625, + "learning_rate": 0.0004989601266048804, + "loss": 5.5745, + "mean_token_accuracy": 0.15418473482131959, + "num_tokens": 8506986.0, + "step": 4905 + }, + { + "entropy": 5.738870763778687, + "epoch": 0.3820268430266485, + "grad_norm": 0.97265625, + "learning_rate": 0.0004989574633492525, + "loss": 5.6057, + "mean_token_accuracy": 0.16127151846885682, + "num_tokens": 8515168.0, + "step": 4910 + }, + { + "entropy": 5.783707952499389, + "epoch": 0.38241587239836605, + "grad_norm": 0.96484375, + "learning_rate": 0.0004989547966954266, + "loss": 5.5922, + "mean_token_accuracy": 0.16000263020396233, + "num_tokens": 8523980.0, + "step": 4915 + }, + { + "entropy": 5.6956686019897464, + "epoch": 0.38280490177008364, + "grad_norm": 1.015625, + "learning_rate": 0.000498952126643443, + "loss": 5.5306, + "mean_token_accuracy": 0.1625279650092125, + "num_tokens": 8532938.0, + "step": 4920 + }, + { + "entropy": 5.7227997303009035, + "epoch": 0.3831939311418012, + "grad_norm": 0.93359375, + "learning_rate": 0.0004989494531933424, + "loss": 5.5089, + "mean_token_accuracy": 0.16532202064990997, + "num_tokens": 8541951.0, + "step": 4925 + }, + { + "entropy": 5.820029211044312, + "epoch": 0.38358296051351876, + "grad_norm": 1.0, + "learning_rate": 0.0004989467763451652, + "loss": 5.6715, + "mean_token_accuracy": 0.1566024363040924, + "num_tokens": 8550981.0, + "step": 4930 + }, + { + "entropy": 5.753549671173095, + "epoch": 0.38397198988523634, + "grad_norm": 0.9921875, + "learning_rate": 0.0004989440960989523, + "loss": 5.5932, + "mean_token_accuracy": 0.1530495285987854, + "num_tokens": 8559711.0, + "step": 4935 + }, + { + "entropy": 5.726752090454101, + "epoch": 0.3843610192569539, + "grad_norm": 1.0546875, + "learning_rate": 0.000498941412454744, + "loss": 5.5194, + "mean_token_accuracy": 0.15732942000031472, + "num_tokens": 8567797.0, + "step": 4940 + }, + { + "entropy": 5.742764091491699, + "epoch": 0.38475004862867146, + "grad_norm": 0.984375, + "learning_rate": 0.0004989387254125813, + "loss": 5.6155, + "mean_token_accuracy": 0.15704205930233, + "num_tokens": 8576719.0, + "step": 4945 + }, + { + "entropy": 5.787147092819214, + "epoch": 0.38513907800038905, + "grad_norm": 0.98046875, + "learning_rate": 0.0004989360349725049, + "loss": 5.6063, + "mean_token_accuracy": 0.16519807428121566, + "num_tokens": 8585871.0, + "step": 4950 + }, + { + "entropy": 5.770403671264648, + "epoch": 0.3855281073721066, + "grad_norm": 1.046875, + "learning_rate": 0.0004989333411345555, + "loss": 5.5042, + "mean_token_accuracy": 0.16043488979339598, + "num_tokens": 8594018.0, + "step": 4955 + }, + { + "entropy": 5.7103471755981445, + "epoch": 0.38591713674382416, + "grad_norm": 0.98828125, + "learning_rate": 0.0004989306438987742, + "loss": 5.6376, + "mean_token_accuracy": 0.15529824048280716, + "num_tokens": 8602788.0, + "step": 4960 + }, + { + "entropy": 5.816785144805908, + "epoch": 0.38630616611554175, + "grad_norm": 0.90234375, + "learning_rate": 0.0004989279432652018, + "loss": 5.5795, + "mean_token_accuracy": 0.16424058228731156, + "num_tokens": 8611837.0, + "step": 4965 + }, + { + "entropy": 5.7558619499206545, + "epoch": 0.3866951954872593, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989252392338791, + "loss": 5.5542, + "mean_token_accuracy": 0.16635178476572038, + "num_tokens": 8620114.0, + "step": 4970 + }, + { + "entropy": 5.8515918254852295, + "epoch": 0.38708422485897687, + "grad_norm": 1.15625, + "learning_rate": 0.0004989225318048475, + "loss": 5.6735, + "mean_token_accuracy": 0.15313750207424165, + "num_tokens": 8628777.0, + "step": 4975 + }, + { + "entropy": 5.812920141220093, + "epoch": 0.3874732542306944, + "grad_norm": 0.984375, + "learning_rate": 0.0004989198209781478, + "loss": 5.5769, + "mean_token_accuracy": 0.15885705202817918, + "num_tokens": 8637088.0, + "step": 4980 + }, + { + "entropy": 5.802033758163452, + "epoch": 0.387862283602412, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989171067538211, + "loss": 5.5898, + "mean_token_accuracy": 0.16069801449775695, + "num_tokens": 8645261.0, + "step": 4985 + }, + { + "entropy": 5.761074066162109, + "epoch": 0.38825131297412957, + "grad_norm": 1.0, + "learning_rate": 0.000498914389131909, + "loss": 5.5961, + "mean_token_accuracy": 0.16617487221956254, + "num_tokens": 8653492.0, + "step": 4990 + }, + { + "entropy": 5.704293870925904, + "epoch": 0.3886403423458471, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989116681124523, + "loss": 5.5388, + "mean_token_accuracy": 0.1667382687330246, + "num_tokens": 8661909.0, + "step": 4995 + }, + { + "entropy": 5.7351975440979, + "epoch": 0.3890293717175647, + "grad_norm": 1.015625, + "learning_rate": 0.0004989089436954924, + "loss": 5.5202, + "mean_token_accuracy": 0.16341256201267243, + "num_tokens": 8670332.0, + "step": 5000 + }, + { + "entropy": 5.7855016708374025, + "epoch": 0.3894184010892822, + "grad_norm": 0.95703125, + "learning_rate": 0.0004989062158810706, + "loss": 5.5536, + "mean_token_accuracy": 0.16609135121107102, + "num_tokens": 8678537.0, + "step": 5005 + }, + { + "entropy": 5.754712152481079, + "epoch": 0.3898074304609998, + "grad_norm": 1.0234375, + "learning_rate": 0.0004989034846692284, + "loss": 5.5204, + "mean_token_accuracy": 0.16194988489151002, + "num_tokens": 8686839.0, + "step": 5010 + }, + { + "entropy": 5.751804971694947, + "epoch": 0.3901964598327174, + "grad_norm": 1.03125, + "learning_rate": 0.0004989007500600073, + "loss": 5.5653, + "mean_token_accuracy": 0.16205074191093444, + "num_tokens": 8694407.0, + "step": 5015 + }, + { + "entropy": 5.7259783267974855, + "epoch": 0.3905854892044349, + "grad_norm": 1.0625, + "learning_rate": 0.0004988980120534486, + "loss": 5.5474, + "mean_token_accuracy": 0.16532619595527648, + "num_tokens": 8703484.0, + "step": 5020 + }, + { + "entropy": 5.849454307556153, + "epoch": 0.3909745185761525, + "grad_norm": 1.0078125, + "learning_rate": 0.000498895270649594, + "loss": 5.6414, + "mean_token_accuracy": 0.1563284620642662, + "num_tokens": 8712634.0, + "step": 5025 + }, + { + "entropy": 5.723186922073364, + "epoch": 0.39136354794787004, + "grad_norm": 0.9375, + "learning_rate": 0.000498892525848485, + "loss": 5.511, + "mean_token_accuracy": 0.16109795421361922, + "num_tokens": 8721229.0, + "step": 5030 + }, + { + "entropy": 5.738790845870971, + "epoch": 0.3917525773195876, + "grad_norm": 0.94140625, + "learning_rate": 0.0004988897776501633, + "loss": 5.5689, + "mean_token_accuracy": 0.1591969385743141, + "num_tokens": 8730010.0, + "step": 5035 + }, + { + "entropy": 5.693630981445312, + "epoch": 0.3921416066913052, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988870260546705, + "loss": 5.5627, + "mean_token_accuracy": 0.15526820123195648, + "num_tokens": 8739046.0, + "step": 5040 + }, + { + "entropy": 5.772187757492065, + "epoch": 0.39253063606302274, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988842710620486, + "loss": 5.6578, + "mean_token_accuracy": 0.16027751863002776, + "num_tokens": 8747650.0, + "step": 5045 + }, + { + "entropy": 5.765837001800537, + "epoch": 0.39291966543474033, + "grad_norm": 0.98828125, + "learning_rate": 0.0004988815126723391, + "loss": 5.5568, + "mean_token_accuracy": 0.15973474085330963, + "num_tokens": 8756319.0, + "step": 5050 + }, + { + "entropy": 5.666419649124146, + "epoch": 0.3933086948064579, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988787508855841, + "loss": 5.5966, + "mean_token_accuracy": 0.15986263900995254, + "num_tokens": 8765448.0, + "step": 5055 + }, + { + "entropy": 5.743461608886719, + "epoch": 0.39369772417817545, + "grad_norm": 0.984375, + "learning_rate": 0.0004988759857018253, + "loss": 5.5435, + "mean_token_accuracy": 0.1569396510720253, + "num_tokens": 8774146.0, + "step": 5060 + }, + { + "entropy": 5.681514263153076, + "epoch": 0.39408675354989303, + "grad_norm": 1.0, + "learning_rate": 0.0004988732171211048, + "loss": 5.4283, + "mean_token_accuracy": 0.16696038842201233, + "num_tokens": 8782311.0, + "step": 5065 + }, + { + "entropy": 5.661603260040283, + "epoch": 0.39447578292161056, + "grad_norm": 1.0625, + "learning_rate": 0.0004988704451434644, + "loss": 5.4571, + "mean_token_accuracy": 0.16644057780504226, + "num_tokens": 8790196.0, + "step": 5070 + }, + { + "entropy": 5.73674054145813, + "epoch": 0.39486481229332815, + "grad_norm": 1.03125, + "learning_rate": 0.0004988676697689465, + "loss": 5.5391, + "mean_token_accuracy": 0.16053062975406646, + "num_tokens": 8798836.0, + "step": 5075 + }, + { + "entropy": 5.671565914154053, + "epoch": 0.39525384166504574, + "grad_norm": 1.0625, + "learning_rate": 0.000498864890997593, + "loss": 5.5662, + "mean_token_accuracy": 0.16028236746788024, + "num_tokens": 8806942.0, + "step": 5080 + }, + { + "entropy": 5.820256471633911, + "epoch": 0.39564287103676327, + "grad_norm": 1.0625, + "learning_rate": 0.0004988621088294461, + "loss": 5.767, + "mean_token_accuracy": 0.1528549611568451, + "num_tokens": 8816354.0, + "step": 5085 + }, + { + "entropy": 5.827496862411499, + "epoch": 0.39603190040848085, + "grad_norm": 0.9921875, + "learning_rate": 0.000498859323264548, + "loss": 5.5447, + "mean_token_accuracy": 0.1612401783466339, + "num_tokens": 8824802.0, + "step": 5090 + }, + { + "entropy": 5.719425773620605, + "epoch": 0.3964209297801984, + "grad_norm": 0.984375, + "learning_rate": 0.000498856534302941, + "loss": 5.5136, + "mean_token_accuracy": 0.16859235763549804, + "num_tokens": 8833348.0, + "step": 5095 + }, + { + "entropy": 5.708423900604248, + "epoch": 0.39680995915191597, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988537419446673, + "loss": 5.5229, + "mean_token_accuracy": 0.16232937723398208, + "num_tokens": 8841131.0, + "step": 5100 + }, + { + "entropy": 5.681782531738281, + "epoch": 0.39719898852363356, + "grad_norm": 0.96875, + "learning_rate": 0.0004988509461897694, + "loss": 5.5274, + "mean_token_accuracy": 0.16558895707130433, + "num_tokens": 8849768.0, + "step": 5105 + }, + { + "entropy": 5.772430324554444, + "epoch": 0.3975880178953511, + "grad_norm": 1.015625, + "learning_rate": 0.0004988481470382897, + "loss": 5.4992, + "mean_token_accuracy": 0.1691967472434044, + "num_tokens": 8858170.0, + "step": 5110 + }, + { + "entropy": 5.7239025115966795, + "epoch": 0.3979770472670687, + "grad_norm": 1.0234375, + "learning_rate": 0.0004988453444902708, + "loss": 5.5276, + "mean_token_accuracy": 0.16111491322517396, + "num_tokens": 8866720.0, + "step": 5115 + }, + { + "entropy": 5.794546890258789, + "epoch": 0.3983660766387862, + "grad_norm": 1.0546875, + "learning_rate": 0.0004988425385457549, + "loss": 5.5474, + "mean_token_accuracy": 0.1671929106116295, + "num_tokens": 8875141.0, + "step": 5120 + }, + { + "entropy": 5.768686103820801, + "epoch": 0.3987551060105038, + "grad_norm": 1.078125, + "learning_rate": 0.0004988397292047848, + "loss": 5.5472, + "mean_token_accuracy": 0.1745615229010582, + "num_tokens": 8884512.0, + "step": 5125 + }, + { + "entropy": 5.797606515884399, + "epoch": 0.3991441353822214, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988369164674032, + "loss": 5.6336, + "mean_token_accuracy": 0.16130153685808182, + "num_tokens": 8893487.0, + "step": 5130 + }, + { + "entropy": 5.716752338409424, + "epoch": 0.3995331647539389, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988341003336526, + "loss": 5.5614, + "mean_token_accuracy": 0.16188647747039794, + "num_tokens": 8902909.0, + "step": 5135 + }, + { + "entropy": 5.747018575668335, + "epoch": 0.3999221941256565, + "grad_norm": 0.9375, + "learning_rate": 0.0004988312808035757, + "loss": 5.4841, + "mean_token_accuracy": 0.16728559285402297, + "num_tokens": 8911311.0, + "step": 5140 + }, + { + "entropy": 5.66242356300354, + "epoch": 0.400311223497374, + "grad_norm": 0.9609375, + "learning_rate": 0.0004988284578772155, + "loss": 5.5035, + "mean_token_accuracy": 0.1671609714627266, + "num_tokens": 8920222.0, + "step": 5145 + }, + { + "entropy": 5.690232276916504, + "epoch": 0.4007002528690916, + "grad_norm": 0.984375, + "learning_rate": 0.0004988256315546146, + "loss": 5.5598, + "mean_token_accuracy": 0.15787924081087112, + "num_tokens": 8928763.0, + "step": 5150 + }, + { + "entropy": 5.861962509155274, + "epoch": 0.4010892822408092, + "grad_norm": 0.921875, + "learning_rate": 0.0004988228018358161, + "loss": 5.6159, + "mean_token_accuracy": 0.1600317895412445, + "num_tokens": 8937832.0, + "step": 5155 + }, + { + "entropy": 5.710369491577149, + "epoch": 0.40147831161252673, + "grad_norm": 1.046875, + "learning_rate": 0.0004988199687208628, + "loss": 5.4634, + "mean_token_accuracy": 0.1653993993997574, + "num_tokens": 8945662.0, + "step": 5160 + }, + { + "entropy": 5.673874187469482, + "epoch": 0.4018673409842443, + "grad_norm": 0.953125, + "learning_rate": 0.0004988171322097977, + "loss": 5.5616, + "mean_token_accuracy": 0.15639848113059998, + "num_tokens": 8954570.0, + "step": 5165 + }, + { + "entropy": 5.782657146453857, + "epoch": 0.4022563703559619, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988142923026638, + "loss": 5.5409, + "mean_token_accuracy": 0.16113771945238115, + "num_tokens": 8962827.0, + "step": 5170 + }, + { + "entropy": 5.779515027999878, + "epoch": 0.40264539972767943, + "grad_norm": 0.9765625, + "learning_rate": 0.0004988114489995044, + "loss": 5.573, + "mean_token_accuracy": 0.1641353115439415, + "num_tokens": 8972119.0, + "step": 5175 + }, + { + "entropy": 5.71273512840271, + "epoch": 0.403034429099397, + "grad_norm": 1.0, + "learning_rate": 0.0004988086023003624, + "loss": 5.4792, + "mean_token_accuracy": 0.16348525732755662, + "num_tokens": 8980498.0, + "step": 5180 + }, + { + "entropy": 5.760009813308716, + "epoch": 0.40342345847111455, + "grad_norm": 0.97265625, + "learning_rate": 0.0004988057522052811, + "loss": 5.6342, + "mean_token_accuracy": 0.1559661880135536, + "num_tokens": 8989819.0, + "step": 5185 + }, + { + "entropy": 5.809510660171509, + "epoch": 0.40381248784283214, + "grad_norm": 0.94921875, + "learning_rate": 0.0004988028987143037, + "loss": 5.6752, + "mean_token_accuracy": 0.15571251288056373, + "num_tokens": 8998884.0, + "step": 5190 + }, + { + "entropy": 5.758668708801269, + "epoch": 0.4042015172145497, + "grad_norm": 0.8828125, + "learning_rate": 0.0004988000418274736, + "loss": 5.5387, + "mean_token_accuracy": 0.16518065482378005, + "num_tokens": 9007806.0, + "step": 5195 + }, + { + "entropy": 5.784484100341797, + "epoch": 0.40459054658626725, + "grad_norm": 1.015625, + "learning_rate": 0.0004987971815448341, + "loss": 5.6966, + "mean_token_accuracy": 0.15061777085065842, + "num_tokens": 9016541.0, + "step": 5200 + }, + { + "entropy": 5.721669101715088, + "epoch": 0.40497957595798484, + "grad_norm": 0.9921875, + "learning_rate": 0.0004987943178664285, + "loss": 5.4546, + "mean_token_accuracy": 0.16586214303970337, + "num_tokens": 9024503.0, + "step": 5205 + }, + { + "entropy": 5.782793283462524, + "epoch": 0.40536860532970237, + "grad_norm": 1.03125, + "learning_rate": 0.0004987914507923004, + "loss": 5.5505, + "mean_token_accuracy": 0.16351571083068847, + "num_tokens": 9033182.0, + "step": 5210 + }, + { + "entropy": 5.703962326049805, + "epoch": 0.40575763470141996, + "grad_norm": 0.95703125, + "learning_rate": 0.0004987885803224931, + "loss": 5.5698, + "mean_token_accuracy": 0.1618541419506073, + "num_tokens": 9042281.0, + "step": 5215 + }, + { + "entropy": 5.786581754684448, + "epoch": 0.40614666407313754, + "grad_norm": 1.0546875, + "learning_rate": 0.0004987857064570505, + "loss": 5.4916, + "mean_token_accuracy": 0.16629716008901596, + "num_tokens": 9050570.0, + "step": 5220 + }, + { + "entropy": 5.802667093276978, + "epoch": 0.4065356934448551, + "grad_norm": 1.015625, + "learning_rate": 0.0004987828291960158, + "loss": 5.6534, + "mean_token_accuracy": 0.15524297803640366, + "num_tokens": 9059782.0, + "step": 5225 + }, + { + "entropy": 5.689572381973266, + "epoch": 0.40692472281657266, + "grad_norm": 1.015625, + "learning_rate": 0.000498779948539433, + "loss": 5.4, + "mean_token_accuracy": 0.17254798114299774, + "num_tokens": 9067484.0, + "step": 5230 + }, + { + "entropy": 5.732696390151977, + "epoch": 0.4073137521882902, + "grad_norm": 0.96875, + "learning_rate": 0.0004987770644873455, + "loss": 5.6196, + "mean_token_accuracy": 0.16232876777648925, + "num_tokens": 9075740.0, + "step": 5235 + }, + { + "entropy": 5.819503831863403, + "epoch": 0.4077027815600078, + "grad_norm": 1.0390625, + "learning_rate": 0.0004987741770397974, + "loss": 5.6565, + "mean_token_accuracy": 0.1580768421292305, + "num_tokens": 9084137.0, + "step": 5240 + }, + { + "entropy": 5.7091607570648195, + "epoch": 0.40809181093172536, + "grad_norm": 0.95703125, + "learning_rate": 0.0004987712861968323, + "loss": 5.4425, + "mean_token_accuracy": 0.16982385367155076, + "num_tokens": 9093245.0, + "step": 5245 + }, + { + "entropy": 5.642366218566894, + "epoch": 0.4084808403034429, + "grad_norm": 0.984375, + "learning_rate": 0.000498768391958494, + "loss": 5.4436, + "mean_token_accuracy": 0.17219747751951217, + "num_tokens": 9102837.0, + "step": 5250 + }, + { + "entropy": 5.715507888793946, + "epoch": 0.4088698696751605, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987654943248266, + "loss": 5.5094, + "mean_token_accuracy": 0.1671164534986019, + "num_tokens": 9111087.0, + "step": 5255 + }, + { + "entropy": 5.715580224990845, + "epoch": 0.40925889904687807, + "grad_norm": 1.0, + "learning_rate": 0.0004987625932958739, + "loss": 5.5389, + "mean_token_accuracy": 0.17025153189897538, + "num_tokens": 9120506.0, + "step": 5260 + }, + { + "entropy": 5.793882369995117, + "epoch": 0.4096479284185956, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987596888716801, + "loss": 5.7239, + "mean_token_accuracy": 0.15377746447920798, + "num_tokens": 9129637.0, + "step": 5265 + }, + { + "entropy": 5.832787895202637, + "epoch": 0.4100369577903132, + "grad_norm": 0.98828125, + "learning_rate": 0.0004987567810522892, + "loss": 5.5138, + "mean_token_accuracy": 0.16298867911100387, + "num_tokens": 9139338.0, + "step": 5270 + }, + { + "entropy": 5.704374980926514, + "epoch": 0.4104259871620307, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987538698377451, + "loss": 5.549, + "mean_token_accuracy": 0.1638969212770462, + "num_tokens": 9148034.0, + "step": 5275 + }, + { + "entropy": 5.7266558647155765, + "epoch": 0.4108150165337483, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987509552280924, + "loss": 5.4992, + "mean_token_accuracy": 0.16262540221214294, + "num_tokens": 9156744.0, + "step": 5280 + }, + { + "entropy": 5.6911859035491945, + "epoch": 0.4112040459054659, + "grad_norm": 1.015625, + "learning_rate": 0.000498748037223375, + "loss": 5.4738, + "mean_token_accuracy": 0.16808437556028366, + "num_tokens": 9165174.0, + "step": 5285 + }, + { + "entropy": 5.6812522411346436, + "epoch": 0.4115930752771834, + "grad_norm": 0.98046875, + "learning_rate": 0.0004987451158236372, + "loss": 5.4909, + "mean_token_accuracy": 0.16852608770132066, + "num_tokens": 9173945.0, + "step": 5290 + }, + { + "entropy": 5.762362098693847, + "epoch": 0.411982104648901, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987421910289234, + "loss": 5.4926, + "mean_token_accuracy": 0.16189738661050795, + "num_tokens": 9182728.0, + "step": 5295 + }, + { + "entropy": 5.668687152862549, + "epoch": 0.41237113402061853, + "grad_norm": 0.96875, + "learning_rate": 0.0004987392628392781, + "loss": 5.5228, + "mean_token_accuracy": 0.1617294430732727, + "num_tokens": 9191494.0, + "step": 5300 + }, + { + "entropy": 5.738568305969238, + "epoch": 0.4127601633923361, + "grad_norm": 1.0390625, + "learning_rate": 0.0004987363312547456, + "loss": 5.5492, + "mean_token_accuracy": 0.16261912733316422, + "num_tokens": 9199190.0, + "step": 5305 + }, + { + "entropy": 5.695952987670898, + "epoch": 0.4131491927640537, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987333962753703, + "loss": 5.4777, + "mean_token_accuracy": 0.1633556604385376, + "num_tokens": 9208066.0, + "step": 5310 + }, + { + "entropy": 5.736075210571289, + "epoch": 0.41353822213577124, + "grad_norm": 0.984375, + "learning_rate": 0.0004987304579011967, + "loss": 5.4827, + "mean_token_accuracy": 0.1680247128009796, + "num_tokens": 9217103.0, + "step": 5315 + }, + { + "entropy": 5.719621896743774, + "epoch": 0.4139272515074888, + "grad_norm": 1.078125, + "learning_rate": 0.0004987275161322697, + "loss": 5.5188, + "mean_token_accuracy": 0.15984098762273788, + "num_tokens": 9225786.0, + "step": 5320 + }, + { + "entropy": 5.776179695129395, + "epoch": 0.41431628087920636, + "grad_norm": 1.0546875, + "learning_rate": 0.0004987245709686337, + "loss": 5.5301, + "mean_token_accuracy": 0.16916029453277587, + "num_tokens": 9234182.0, + "step": 5325 + }, + { + "entropy": 5.741197729110718, + "epoch": 0.41470531025092394, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987216224103334, + "loss": 5.5122, + "mean_token_accuracy": 0.1564493805170059, + "num_tokens": 9243844.0, + "step": 5330 + }, + { + "entropy": 5.711385488510132, + "epoch": 0.41509433962264153, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987186704574136, + "loss": 5.5045, + "mean_token_accuracy": 0.16829753071069717, + "num_tokens": 9252901.0, + "step": 5335 + }, + { + "entropy": 5.6386919021606445, + "epoch": 0.41548336899435906, + "grad_norm": 0.90234375, + "learning_rate": 0.0004987157151099189, + "loss": 5.4921, + "mean_token_accuracy": 0.16120805144309996, + "num_tokens": 9260947.0, + "step": 5340 + }, + { + "entropy": 5.762169742584229, + "epoch": 0.41587239836607665, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987127563678945, + "loss": 5.5373, + "mean_token_accuracy": 0.1641700491309166, + "num_tokens": 9269249.0, + "step": 5345 + }, + { + "entropy": 5.715381860733032, + "epoch": 0.4162614277377942, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987097942313852, + "loss": 5.5476, + "mean_token_accuracy": 0.16414593309164047, + "num_tokens": 9277668.0, + "step": 5350 + }, + { + "entropy": 5.705289697647094, + "epoch": 0.41665045710951176, + "grad_norm": 1.0625, + "learning_rate": 0.0004987068287004355, + "loss": 5.5409, + "mean_token_accuracy": 0.15832844227552414, + "num_tokens": 9286000.0, + "step": 5355 + }, + { + "entropy": 5.742699480056762, + "epoch": 0.41703948648122935, + "grad_norm": 0.9609375, + "learning_rate": 0.0004987038597750909, + "loss": 5.5861, + "mean_token_accuracy": 0.15789835453033446, + "num_tokens": 9295090.0, + "step": 5360 + }, + { + "entropy": 5.71341724395752, + "epoch": 0.4174285158529469, + "grad_norm": 0.9921875, + "learning_rate": 0.0004987008874553964, + "loss": 5.5016, + "mean_token_accuracy": 0.16354818493127823, + "num_tokens": 9302996.0, + "step": 5365 + }, + { + "entropy": 5.683341407775879, + "epoch": 0.41781754522466447, + "grad_norm": 1.046875, + "learning_rate": 0.0004986979117413969, + "loss": 5.4018, + "mean_token_accuracy": 0.17096701115369797, + "num_tokens": 9311636.0, + "step": 5370 + }, + { + "entropy": 5.694851970672607, + "epoch": 0.41820657459638205, + "grad_norm": 1.03125, + "learning_rate": 0.0004986949326331376, + "loss": 5.5059, + "mean_token_accuracy": 0.16198326498270035, + "num_tokens": 9319884.0, + "step": 5375 + }, + { + "entropy": 5.613385772705078, + "epoch": 0.4185956039680996, + "grad_norm": 0.98828125, + "learning_rate": 0.0004986919501306638, + "loss": 5.4534, + "mean_token_accuracy": 0.16765042394399643, + "num_tokens": 9328273.0, + "step": 5380 + }, + { + "entropy": 5.693991851806641, + "epoch": 0.41898463333981717, + "grad_norm": 1.03125, + "learning_rate": 0.0004986889642340207, + "loss": 5.5737, + "mean_token_accuracy": 0.156100807338953, + "num_tokens": 9337696.0, + "step": 5385 + }, + { + "entropy": 5.75873703956604, + "epoch": 0.4193736627115347, + "grad_norm": 0.9296875, + "learning_rate": 0.0004986859749432536, + "loss": 5.5447, + "mean_token_accuracy": 0.16316066682338715, + "num_tokens": 9346596.0, + "step": 5390 + }, + { + "entropy": 5.716987037658692, + "epoch": 0.4197626920832523, + "grad_norm": 0.984375, + "learning_rate": 0.0004986829822584078, + "loss": 5.4887, + "mean_token_accuracy": 0.16210612803697586, + "num_tokens": 9355480.0, + "step": 5395 + }, + { + "entropy": 5.712895011901855, + "epoch": 0.4201517214549699, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986799861795289, + "loss": 5.5305, + "mean_token_accuracy": 0.16527193188667297, + "num_tokens": 9364422.0, + "step": 5400 + }, + { + "entropy": 5.707545804977417, + "epoch": 0.4205407508266874, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986769867066622, + "loss": 5.4093, + "mean_token_accuracy": 0.16503172516822814, + "num_tokens": 9372311.0, + "step": 5405 + }, + { + "entropy": 5.682763624191284, + "epoch": 0.420929780198405, + "grad_norm": 1.046875, + "learning_rate": 0.0004986739838398532, + "loss": 5.5495, + "mean_token_accuracy": 0.16107411831617355, + "num_tokens": 9380936.0, + "step": 5410 + }, + { + "entropy": 5.683968544006348, + "epoch": 0.4213188095701225, + "grad_norm": 0.91796875, + "learning_rate": 0.0004986709775791475, + "loss": 5.4955, + "mean_token_accuracy": 0.16949945986270903, + "num_tokens": 9390008.0, + "step": 5415 + }, + { + "entropy": 5.732982110977173, + "epoch": 0.4217078389418401, + "grad_norm": 1.0234375, + "learning_rate": 0.0004986679679245907, + "loss": 5.5721, + "mean_token_accuracy": 0.16321041733026503, + "num_tokens": 9398771.0, + "step": 5420 + }, + { + "entropy": 5.714467477798462, + "epoch": 0.4220968683135577, + "grad_norm": 0.953125, + "learning_rate": 0.0004986649548762286, + "loss": 5.5652, + "mean_token_accuracy": 0.16471161246299743, + "num_tokens": 9407105.0, + "step": 5425 + }, + { + "entropy": 5.720512437820434, + "epoch": 0.4224858976852752, + "grad_norm": 0.953125, + "learning_rate": 0.0004986619384341066, + "loss": 5.5494, + "mean_token_accuracy": 0.1671588495373726, + "num_tokens": 9415737.0, + "step": 5430 + }, + { + "entropy": 5.714883708953858, + "epoch": 0.4228749270569928, + "grad_norm": 1.0, + "learning_rate": 0.0004986589185982708, + "loss": 5.4964, + "mean_token_accuracy": 0.16671057492494584, + "num_tokens": 9424661.0, + "step": 5435 + }, + { + "entropy": 5.779036808013916, + "epoch": 0.42326395642871034, + "grad_norm": 1.015625, + "learning_rate": 0.0004986558953687671, + "loss": 5.5689, + "mean_token_accuracy": 0.1595238134264946, + "num_tokens": 9433971.0, + "step": 5440 + }, + { + "entropy": 5.658939170837402, + "epoch": 0.42365298580042793, + "grad_norm": 0.984375, + "learning_rate": 0.0004986528687456409, + "loss": 5.5041, + "mean_token_accuracy": 0.16503361463546753, + "num_tokens": 9442905.0, + "step": 5445 + }, + { + "entropy": 5.674489879608155, + "epoch": 0.4240420151721455, + "grad_norm": 1.1328125, + "learning_rate": 0.0004986498387289384, + "loss": 5.5473, + "mean_token_accuracy": 0.16705762594938278, + "num_tokens": 9451258.0, + "step": 5450 + }, + { + "entropy": 5.713934373855591, + "epoch": 0.42443104454386305, + "grad_norm": 1.0, + "learning_rate": 0.0004986468053187058, + "loss": 5.4969, + "mean_token_accuracy": 0.16497478485107422, + "num_tokens": 9460218.0, + "step": 5455 + }, + { + "entropy": 5.71204571723938, + "epoch": 0.42482007391558063, + "grad_norm": 1.0234375, + "learning_rate": 0.0004986437685149887, + "loss": 5.5445, + "mean_token_accuracy": 0.1658524125814438, + "num_tokens": 9468756.0, + "step": 5460 + }, + { + "entropy": 5.725471305847168, + "epoch": 0.4252091032872982, + "grad_norm": 1.0078125, + "learning_rate": 0.0004986407283178334, + "loss": 5.5697, + "mean_token_accuracy": 0.165852914750576, + "num_tokens": 9477622.0, + "step": 5465 + }, + { + "entropy": 5.699073648452758, + "epoch": 0.42559813265901575, + "grad_norm": 0.953125, + "learning_rate": 0.0004986376847272861, + "loss": 5.4257, + "mean_token_accuracy": 0.17033136934041976, + "num_tokens": 9486332.0, + "step": 5470 + }, + { + "entropy": 5.698595094680786, + "epoch": 0.42598716203073334, + "grad_norm": 1.0, + "learning_rate": 0.0004986346377433929, + "loss": 5.4375, + "mean_token_accuracy": 0.17676602452993392, + "num_tokens": 9494703.0, + "step": 5475 + }, + { + "entropy": 5.678912258148193, + "epoch": 0.42637619140245087, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986315873661999, + "loss": 5.3919, + "mean_token_accuracy": 0.1781506434082985, + "num_tokens": 9503008.0, + "step": 5480 + }, + { + "entropy": 5.712614440917969, + "epoch": 0.42676522077416845, + "grad_norm": 1.0078125, + "learning_rate": 0.0004986285335957536, + "loss": 5.5112, + "mean_token_accuracy": 0.16455856263637542, + "num_tokens": 9511752.0, + "step": 5485 + }, + { + "entropy": 5.661769199371338, + "epoch": 0.42715425014588604, + "grad_norm": 1.0625, + "learning_rate": 0.0004986254764321002, + "loss": 5.4136, + "mean_token_accuracy": 0.16830996423959732, + "num_tokens": 9520490.0, + "step": 5490 + }, + { + "entropy": 5.650809097290039, + "epoch": 0.42754327951760357, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986224158752861, + "loss": 5.4747, + "mean_token_accuracy": 0.16516461968421936, + "num_tokens": 9528474.0, + "step": 5495 + }, + { + "entropy": 5.742059564590454, + "epoch": 0.42793230888932116, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986193519253578, + "loss": 5.5615, + "mean_token_accuracy": 0.16216895580291749, + "num_tokens": 9537747.0, + "step": 5500 + }, + { + "entropy": 5.681634855270386, + "epoch": 0.4283213382610387, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986162845823618, + "loss": 5.484, + "mean_token_accuracy": 0.160535629093647, + "num_tokens": 9546414.0, + "step": 5505 + }, + { + "entropy": 5.689042711257935, + "epoch": 0.4287103676327563, + "grad_norm": 0.9140625, + "learning_rate": 0.0004986132138463446, + "loss": 5.4927, + "mean_token_accuracy": 0.16490281671285628, + "num_tokens": 9555166.0, + "step": 5510 + }, + { + "entropy": 5.7525488376617435, + "epoch": 0.42909939700447386, + "grad_norm": 1.046875, + "learning_rate": 0.0004986101397173528, + "loss": 5.5547, + "mean_token_accuracy": 0.1655886948108673, + "num_tokens": 9563217.0, + "step": 5515 + }, + { + "entropy": 5.717628622055054, + "epoch": 0.4294884263761914, + "grad_norm": 0.9609375, + "learning_rate": 0.000498607062195433, + "loss": 5.5997, + "mean_token_accuracy": 0.15301982015371324, + "num_tokens": 9572837.0, + "step": 5520 + }, + { + "entropy": 5.757178735733032, + "epoch": 0.429877455747909, + "grad_norm": 0.97265625, + "learning_rate": 0.000498603981280632, + "loss": 5.4978, + "mean_token_accuracy": 0.16078530102968216, + "num_tokens": 9581297.0, + "step": 5525 + }, + { + "entropy": 5.6680278301239015, + "epoch": 0.4302664851196265, + "grad_norm": 0.953125, + "learning_rate": 0.0004986008969729964, + "loss": 5.5719, + "mean_token_accuracy": 0.16208446323871611, + "num_tokens": 9590431.0, + "step": 5530 + }, + { + "entropy": 5.769735717773438, + "epoch": 0.4306555144913441, + "grad_norm": 0.98828125, + "learning_rate": 0.0004985978092725731, + "loss": 5.6239, + "mean_token_accuracy": 0.15763482004404067, + "num_tokens": 9598719.0, + "step": 5535 + }, + { + "entropy": 5.775566530227661, + "epoch": 0.4310445438630617, + "grad_norm": 1.0390625, + "learning_rate": 0.000498594718179409, + "loss": 5.6193, + "mean_token_accuracy": 0.16195805072784425, + "num_tokens": 9606935.0, + "step": 5540 + }, + { + "entropy": 5.778594875335694, + "epoch": 0.4314335732347792, + "grad_norm": 1.1015625, + "learning_rate": 0.0004985916236935508, + "loss": 5.5615, + "mean_token_accuracy": 0.16631187945604325, + "num_tokens": 9615104.0, + "step": 5545 + }, + { + "entropy": 5.863265514373779, + "epoch": 0.4318226026064968, + "grad_norm": 1.046875, + "learning_rate": 0.0004985885258150458, + "loss": 5.5879, + "mean_token_accuracy": 0.15800173580646515, + "num_tokens": 9623332.0, + "step": 5550 + }, + { + "entropy": 5.610420417785645, + "epoch": 0.43221163197821433, + "grad_norm": 0.9765625, + "learning_rate": 0.0004985854245439408, + "loss": 5.4311, + "mean_token_accuracy": 0.1664763495326042, + "num_tokens": 9631874.0, + "step": 5555 + }, + { + "entropy": 5.634915590286255, + "epoch": 0.4326006613499319, + "grad_norm": 0.94921875, + "learning_rate": 0.0004985823198802827, + "loss": 5.4814, + "mean_token_accuracy": 0.16169906109571458, + "num_tokens": 9641150.0, + "step": 5560 + }, + { + "entropy": 5.643579006195068, + "epoch": 0.4329896907216495, + "grad_norm": 1.046875, + "learning_rate": 0.0004985792118241188, + "loss": 5.3094, + "mean_token_accuracy": 0.17493287473917007, + "num_tokens": 9649116.0, + "step": 5565 + }, + { + "entropy": 5.688484382629395, + "epoch": 0.43337872009336703, + "grad_norm": 1.0234375, + "learning_rate": 0.0004985761003754961, + "loss": 5.5426, + "mean_token_accuracy": 0.16924417316913604, + "num_tokens": 9657579.0, + "step": 5570 + }, + { + "entropy": 5.6803422451019285, + "epoch": 0.4337677494650846, + "grad_norm": 1.0078125, + "learning_rate": 0.0004985729855344622, + "loss": 5.512, + "mean_token_accuracy": 0.16509860008955002, + "num_tokens": 9666242.0, + "step": 5575 + }, + { + "entropy": 5.7111921310424805, + "epoch": 0.4341567788368022, + "grad_norm": 0.9921875, + "learning_rate": 0.000498569867301064, + "loss": 5.5006, + "mean_token_accuracy": 0.1659751445055008, + "num_tokens": 9675196.0, + "step": 5580 + }, + { + "entropy": 5.700456762313843, + "epoch": 0.43454580820851973, + "grad_norm": 1.03125, + "learning_rate": 0.0004985667456753489, + "loss": 5.4593, + "mean_token_accuracy": 0.16661814898252486, + "num_tokens": 9683681.0, + "step": 5585 + }, + { + "entropy": 5.655364751815796, + "epoch": 0.4349348375802373, + "grad_norm": 1.109375, + "learning_rate": 0.0004985636206573642, + "loss": 5.5346, + "mean_token_accuracy": 0.16666558384895325, + "num_tokens": 9692445.0, + "step": 5590 + }, + { + "entropy": 5.693232583999634, + "epoch": 0.43532386695195485, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985604922471575, + "loss": 5.4283, + "mean_token_accuracy": 0.1684398427605629, + "num_tokens": 9701256.0, + "step": 5595 + }, + { + "entropy": 5.690249300003051, + "epoch": 0.43571289632367244, + "grad_norm": 0.98828125, + "learning_rate": 0.0004985573604447761, + "loss": 5.4647, + "mean_token_accuracy": 0.16726021617650985, + "num_tokens": 9710351.0, + "step": 5600 + }, + { + "entropy": 5.740422916412354, + "epoch": 0.43610192569539, + "grad_norm": 1.03125, + "learning_rate": 0.0004985542252502676, + "loss": 5.5413, + "mean_token_accuracy": 0.15877096205949784, + "num_tokens": 9718795.0, + "step": 5605 + }, + { + "entropy": 5.731997489929199, + "epoch": 0.43649095506710756, + "grad_norm": 1.0390625, + "learning_rate": 0.0004985510866636796, + "loss": 5.4606, + "mean_token_accuracy": 0.16399804949760438, + "num_tokens": 9727136.0, + "step": 5610 + }, + { + "entropy": 5.632516717910766, + "epoch": 0.43687998443882514, + "grad_norm": 1.0234375, + "learning_rate": 0.0004985479446850596, + "loss": 5.4579, + "mean_token_accuracy": 0.17203980833292007, + "num_tokens": 9735712.0, + "step": 5615 + }, + { + "entropy": 5.69036169052124, + "epoch": 0.4372690138105427, + "grad_norm": 1.0390625, + "learning_rate": 0.0004985447993144554, + "loss": 5.4946, + "mean_token_accuracy": 0.16453454941511153, + "num_tokens": 9744027.0, + "step": 5620 + }, + { + "entropy": 5.790532541275025, + "epoch": 0.43765804318226026, + "grad_norm": 1.0, + "learning_rate": 0.0004985416505519147, + "loss": 5.6184, + "mean_token_accuracy": 0.1604256197810173, + "num_tokens": 9753083.0, + "step": 5625 + }, + { + "entropy": 5.778309011459351, + "epoch": 0.43804707255397785, + "grad_norm": 0.9609375, + "learning_rate": 0.0004985384983974853, + "loss": 5.551, + "mean_token_accuracy": 0.16635619699954987, + "num_tokens": 9762098.0, + "step": 5630 + }, + { + "entropy": 5.731233310699463, + "epoch": 0.4384361019256954, + "grad_norm": 1.0546875, + "learning_rate": 0.0004985353428512148, + "loss": 5.495, + "mean_token_accuracy": 0.16542133092880248, + "num_tokens": 9770956.0, + "step": 5635 + }, + { + "entropy": 5.656954526901245, + "epoch": 0.43882513129741296, + "grad_norm": 1.0, + "learning_rate": 0.0004985321839131514, + "loss": 5.4417, + "mean_token_accuracy": 0.17078006863594056, + "num_tokens": 9779427.0, + "step": 5640 + }, + { + "entropy": 5.718938112258911, + "epoch": 0.4392141606691305, + "grad_norm": 0.90234375, + "learning_rate": 0.0004985290215833428, + "loss": 5.5177, + "mean_token_accuracy": 0.17064714282751084, + "num_tokens": 9787655.0, + "step": 5645 + }, + { + "entropy": 5.691762399673462, + "epoch": 0.4396031900408481, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985258558618372, + "loss": 5.4529, + "mean_token_accuracy": 0.17139697521924974, + "num_tokens": 9796850.0, + "step": 5650 + }, + { + "entropy": 5.693294715881348, + "epoch": 0.43999221941256567, + "grad_norm": 0.93359375, + "learning_rate": 0.0004985226867486825, + "loss": 5.5312, + "mean_token_accuracy": 0.1715284064412117, + "num_tokens": 9805317.0, + "step": 5655 + }, + { + "entropy": 5.686817598342896, + "epoch": 0.4403812487842832, + "grad_norm": 1.0546875, + "learning_rate": 0.0004985195142439267, + "loss": 5.4756, + "mean_token_accuracy": 0.1679181158542633, + "num_tokens": 9814249.0, + "step": 5660 + }, + { + "entropy": 5.72498722076416, + "epoch": 0.4407702781560008, + "grad_norm": 0.95703125, + "learning_rate": 0.0004985163383476181, + "loss": 5.567, + "mean_token_accuracy": 0.16245064735412598, + "num_tokens": 9823122.0, + "step": 5665 + }, + { + "entropy": 5.667973136901855, + "epoch": 0.44115930752771837, + "grad_norm": 1.0078125, + "learning_rate": 0.0004985131590598048, + "loss": 5.4305, + "mean_token_accuracy": 0.17121292799711227, + "num_tokens": 9831470.0, + "step": 5670 + }, + { + "entropy": 5.698353910446167, + "epoch": 0.4415483368994359, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985099763805352, + "loss": 5.5381, + "mean_token_accuracy": 0.16199323832988738, + "num_tokens": 9840096.0, + "step": 5675 + }, + { + "entropy": 5.7460099220275875, + "epoch": 0.4419373662711535, + "grad_norm": 0.96484375, + "learning_rate": 0.0004985067903098574, + "loss": 5.4881, + "mean_token_accuracy": 0.16864942610263825, + "num_tokens": 9848595.0, + "step": 5680 + }, + { + "entropy": 5.675258588790894, + "epoch": 0.442326395642871, + "grad_norm": 0.953125, + "learning_rate": 0.0004985036008478197, + "loss": 5.4416, + "mean_token_accuracy": 0.1585637226700783, + "num_tokens": 9857353.0, + "step": 5685 + }, + { + "entropy": 5.700889730453492, + "epoch": 0.4427154250145886, + "grad_norm": 1.0625, + "learning_rate": 0.0004985004079944707, + "loss": 5.4832, + "mean_token_accuracy": 0.16071876734495164, + "num_tokens": 9865828.0, + "step": 5690 + }, + { + "entropy": 5.6535553455352785, + "epoch": 0.4431044543863062, + "grad_norm": 0.94921875, + "learning_rate": 0.0004984972117498587, + "loss": 5.5072, + "mean_token_accuracy": 0.16214866042137147, + "num_tokens": 9874540.0, + "step": 5695 + }, + { + "entropy": 5.715157461166382, + "epoch": 0.4434934837580237, + "grad_norm": 0.9765625, + "learning_rate": 0.0004984940121140323, + "loss": 5.5008, + "mean_token_accuracy": 0.16645390838384627, + "num_tokens": 9883046.0, + "step": 5700 + }, + { + "entropy": 5.691306400299072, + "epoch": 0.4438825131297413, + "grad_norm": 1.1015625, + "learning_rate": 0.00049849080908704, + "loss": 5.4468, + "mean_token_accuracy": 0.16432710587978364, + "num_tokens": 9892282.0, + "step": 5705 + }, + { + "entropy": 5.697309494018555, + "epoch": 0.44427154250145884, + "grad_norm": 0.94921875, + "learning_rate": 0.0004984876026689302, + "loss": 5.3927, + "mean_token_accuracy": 0.17191525995731355, + "num_tokens": 9900653.0, + "step": 5710 + }, + { + "entropy": 5.603246593475342, + "epoch": 0.4446605718731764, + "grad_norm": 1.0234375, + "learning_rate": 0.000498484392859752, + "loss": 5.4154, + "mean_token_accuracy": 0.17437574863433838, + "num_tokens": 9909323.0, + "step": 5715 + }, + { + "entropy": 5.6650214195251465, + "epoch": 0.445049601244894, + "grad_norm": 0.95703125, + "learning_rate": 0.0004984811796595538, + "loss": 5.5474, + "mean_token_accuracy": 0.1614001512527466, + "num_tokens": 9918155.0, + "step": 5720 + }, + { + "entropy": 5.8071013450622555, + "epoch": 0.44543863061661154, + "grad_norm": 1.0234375, + "learning_rate": 0.0004984779630683843, + "loss": 5.5043, + "mean_token_accuracy": 0.1654750481247902, + "num_tokens": 9925977.0, + "step": 5725 + }, + { + "entropy": 5.726596021652222, + "epoch": 0.44582765998832913, + "grad_norm": 0.9140625, + "learning_rate": 0.0004984747430862924, + "loss": 5.499, + "mean_token_accuracy": 0.16687430441379547, + "num_tokens": 9934606.0, + "step": 5730 + }, + { + "entropy": 5.6400782585144045, + "epoch": 0.44621668936004666, + "grad_norm": 1.0078125, + "learning_rate": 0.0004984715197133271, + "loss": 5.4576, + "mean_token_accuracy": 0.16767924875020981, + "num_tokens": 9943638.0, + "step": 5735 + }, + { + "entropy": 5.678442335128784, + "epoch": 0.44660571873176425, + "grad_norm": 1.0390625, + "learning_rate": 0.0004984682929495371, + "loss": 5.4881, + "mean_token_accuracy": 0.16466905921697617, + "num_tokens": 9952686.0, + "step": 5740 + }, + { + "entropy": 5.755481910705567, + "epoch": 0.44699474810348183, + "grad_norm": 0.953125, + "learning_rate": 0.0004984650627949715, + "loss": 5.6655, + "mean_token_accuracy": 0.1529266878962517, + "num_tokens": 9961947.0, + "step": 5745 + }, + { + "entropy": 5.745148324966431, + "epoch": 0.44738377747519936, + "grad_norm": 0.875, + "learning_rate": 0.0004984618292496792, + "loss": 5.4931, + "mean_token_accuracy": 0.1682150661945343, + "num_tokens": 9971218.0, + "step": 5750 + }, + { + "entropy": 5.724733972549439, + "epoch": 0.44777280684691695, + "grad_norm": 1.078125, + "learning_rate": 0.0004984585923137093, + "loss": 5.5207, + "mean_token_accuracy": 0.16295331418514253, + "num_tokens": 9980741.0, + "step": 5755 + }, + { + "entropy": 5.766764783859253, + "epoch": 0.4481618362186345, + "grad_norm": 1.015625, + "learning_rate": 0.000498455351987111, + "loss": 5.4972, + "mean_token_accuracy": 0.16979309171438217, + "num_tokens": 9989483.0, + "step": 5760 + }, + { + "entropy": 5.759484958648682, + "epoch": 0.44855086559035207, + "grad_norm": 1.0, + "learning_rate": 0.0004984521082699333, + "loss": 5.5286, + "mean_token_accuracy": 0.16119166612625122, + "num_tokens": 9998491.0, + "step": 5765 + }, + { + "entropy": 5.612123298645019, + "epoch": 0.44893989496206965, + "grad_norm": 0.9765625, + "learning_rate": 0.0004984488611622256, + "loss": 5.4047, + "mean_token_accuracy": 0.16882879436016082, + "num_tokens": 10006276.0, + "step": 5770 + }, + { + "entropy": 5.6463076114654545, + "epoch": 0.4493289243337872, + "grad_norm": 0.9609375, + "learning_rate": 0.000498445610664037, + "loss": 5.5013, + "mean_token_accuracy": 0.1660662427544594, + "num_tokens": 10015088.0, + "step": 5775 + }, + { + "entropy": 5.708720779418945, + "epoch": 0.44971795370550477, + "grad_norm": 0.92578125, + "learning_rate": 0.000498442356775417, + "loss": 5.4594, + "mean_token_accuracy": 0.16434096843004226, + "num_tokens": 10023305.0, + "step": 5780 + }, + { + "entropy": 5.618870544433594, + "epoch": 0.45010698307722236, + "grad_norm": 1.03125, + "learning_rate": 0.0004984390994964148, + "loss": 5.4102, + "mean_token_accuracy": 0.16594898849725723, + "num_tokens": 10031540.0, + "step": 5785 + }, + { + "entropy": 5.698048686981201, + "epoch": 0.4504960124489399, + "grad_norm": 0.90625, + "learning_rate": 0.00049843583882708, + "loss": 5.5067, + "mean_token_accuracy": 0.16628773510456085, + "num_tokens": 10040025.0, + "step": 5790 + }, + { + "entropy": 5.6761805534362795, + "epoch": 0.4508850418206575, + "grad_norm": 0.95703125, + "learning_rate": 0.000498432574767462, + "loss": 5.5097, + "mean_token_accuracy": 0.16497354656457902, + "num_tokens": 10048904.0, + "step": 5795 + }, + { + "entropy": 5.717904853820801, + "epoch": 0.451274071192375, + "grad_norm": 1.0, + "learning_rate": 0.0004984293073176103, + "loss": 5.5377, + "mean_token_accuracy": 0.16159916371107103, + "num_tokens": 10057608.0, + "step": 5800 + }, + { + "entropy": 5.765069532394409, + "epoch": 0.4516631005640926, + "grad_norm": 0.97265625, + "learning_rate": 0.0004984260364775744, + "loss": 5.5017, + "mean_token_accuracy": 0.16796645820140838, + "num_tokens": 10066587.0, + "step": 5805 + }, + { + "entropy": 5.649991655349732, + "epoch": 0.4520521299358102, + "grad_norm": 1.015625, + "learning_rate": 0.000498422762247404, + "loss": 5.4605, + "mean_token_accuracy": 0.16765116751194, + "num_tokens": 10075651.0, + "step": 5810 + }, + { + "entropy": 5.7269245147705075, + "epoch": 0.4524411593075277, + "grad_norm": 0.99609375, + "learning_rate": 0.0004984194846271489, + "loss": 5.5845, + "mean_token_accuracy": 0.16291481852531434, + "num_tokens": 10084158.0, + "step": 5815 + }, + { + "entropy": 5.764606714248657, + "epoch": 0.4528301886792453, + "grad_norm": 1.09375, + "learning_rate": 0.0004984162036168586, + "loss": 5.5048, + "mean_token_accuracy": 0.1609376475214958, + "num_tokens": 10093730.0, + "step": 5820 + }, + { + "entropy": 5.68165225982666, + "epoch": 0.4532192180509628, + "grad_norm": 0.99609375, + "learning_rate": 0.0004984129192165831, + "loss": 5.4258, + "mean_token_accuracy": 0.16802225708961488, + "num_tokens": 10102457.0, + "step": 5825 + }, + { + "entropy": 5.7178566455841064, + "epoch": 0.4536082474226804, + "grad_norm": 1.03125, + "learning_rate": 0.0004984096314263722, + "loss": 5.5686, + "mean_token_accuracy": 0.16633791327476502, + "num_tokens": 10111188.0, + "step": 5830 + }, + { + "entropy": 5.749548244476318, + "epoch": 0.453997276794398, + "grad_norm": 1.015625, + "learning_rate": 0.0004984063402462757, + "loss": 5.469, + "mean_token_accuracy": 0.16972580403089524, + "num_tokens": 10120268.0, + "step": 5835 + }, + { + "entropy": 5.682277536392212, + "epoch": 0.45438630616611553, + "grad_norm": 0.9453125, + "learning_rate": 0.0004984030456763435, + "loss": 5.5352, + "mean_token_accuracy": 0.15636064410209655, + "num_tokens": 10129262.0, + "step": 5840 + }, + { + "entropy": 5.6706867694854735, + "epoch": 0.4547753355378331, + "grad_norm": 1.0, + "learning_rate": 0.0004983997477166257, + "loss": 5.4714, + "mean_token_accuracy": 0.16850547045469283, + "num_tokens": 10137417.0, + "step": 5845 + }, + { + "entropy": 5.656628227233886, + "epoch": 0.45516436490955064, + "grad_norm": 0.97265625, + "learning_rate": 0.0004983964463671723, + "loss": 5.4197, + "mean_token_accuracy": 0.17263764292001724, + "num_tokens": 10145804.0, + "step": 5850 + }, + { + "entropy": 5.696662950515747, + "epoch": 0.45555339428126823, + "grad_norm": 0.921875, + "learning_rate": 0.0004983931416280334, + "loss": 5.5474, + "mean_token_accuracy": 0.16169732064008713, + "num_tokens": 10154421.0, + "step": 5855 + }, + { + "entropy": 5.808199453353882, + "epoch": 0.4559424236529858, + "grad_norm": 1.0390625, + "learning_rate": 0.0004983898334992591, + "loss": 5.564, + "mean_token_accuracy": 0.16418157368898392, + "num_tokens": 10163631.0, + "step": 5860 + }, + { + "entropy": 5.702952098846436, + "epoch": 0.45633145302470335, + "grad_norm": 1.015625, + "learning_rate": 0.0004983865219808998, + "loss": 5.479, + "mean_token_accuracy": 0.17148095816373826, + "num_tokens": 10172926.0, + "step": 5865 + }, + { + "entropy": 5.717158079147339, + "epoch": 0.45672048239642093, + "grad_norm": 1.2109375, + "learning_rate": 0.0004983832070730055, + "loss": 5.5916, + "mean_token_accuracy": 0.15716312527656556, + "num_tokens": 10181671.0, + "step": 5870 + }, + { + "entropy": 5.646397733688355, + "epoch": 0.4571095117681385, + "grad_norm": 1.0390625, + "learning_rate": 0.0004983798887756265, + "loss": 5.4077, + "mean_token_accuracy": 0.17208849787712097, + "num_tokens": 10189626.0, + "step": 5875 + }, + { + "entropy": 5.74006757736206, + "epoch": 0.45749854113985605, + "grad_norm": 0.9609375, + "learning_rate": 0.0004983765670888133, + "loss": 5.5492, + "mean_token_accuracy": 0.16686739027500153, + "num_tokens": 10198212.0, + "step": 5880 + }, + { + "entropy": 5.646033382415771, + "epoch": 0.45788757051157364, + "grad_norm": 0.99609375, + "learning_rate": 0.0004983732420126163, + "loss": 5.4416, + "mean_token_accuracy": 0.1704038918018341, + "num_tokens": 10207342.0, + "step": 5885 + }, + { + "entropy": 5.748333358764649, + "epoch": 0.45827659988329117, + "grad_norm": 0.9296875, + "learning_rate": 0.0004983699135470858, + "loss": 5.5571, + "mean_token_accuracy": 0.1590263545513153, + "num_tokens": 10216413.0, + "step": 5890 + }, + { + "entropy": 5.726169633865356, + "epoch": 0.45866562925500876, + "grad_norm": 0.9375, + "learning_rate": 0.0004983665816922723, + "loss": 5.489, + "mean_token_accuracy": 0.16571661978960037, + "num_tokens": 10225889.0, + "step": 5895 + }, + { + "entropy": 5.656914520263672, + "epoch": 0.45905465862672634, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983632464482267, + "loss": 5.4281, + "mean_token_accuracy": 0.16902617514133453, + "num_tokens": 10234518.0, + "step": 5900 + }, + { + "entropy": 5.736385107040405, + "epoch": 0.4594436879984439, + "grad_norm": 0.953125, + "learning_rate": 0.0004983599078149991, + "loss": 5.5688, + "mean_token_accuracy": 0.15792535990476608, + "num_tokens": 10243074.0, + "step": 5905 + }, + { + "entropy": 5.8126506328582765, + "epoch": 0.45983271737016146, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983565657926405, + "loss": 5.5234, + "mean_token_accuracy": 0.16075174808502196, + "num_tokens": 10253473.0, + "step": 5910 + }, + { + "entropy": 5.7456237316131595, + "epoch": 0.460221746741879, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983532203812017, + "loss": 5.5978, + "mean_token_accuracy": 0.161079540848732, + "num_tokens": 10261866.0, + "step": 5915 + }, + { + "entropy": 5.715584325790405, + "epoch": 0.4606107761135966, + "grad_norm": 0.9765625, + "learning_rate": 0.0004983498715807331, + "loss": 5.4522, + "mean_token_accuracy": 0.16834707856178283, + "num_tokens": 10270350.0, + "step": 5920 + }, + { + "entropy": 5.687623453140259, + "epoch": 0.46099980548531416, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983465193912857, + "loss": 5.6004, + "mean_token_accuracy": 0.1558307781815529, + "num_tokens": 10279556.0, + "step": 5925 + }, + { + "entropy": 5.6369805335998535, + "epoch": 0.4613888348570317, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983431638129104, + "loss": 5.3705, + "mean_token_accuracy": 0.16682921946048737, + "num_tokens": 10287489.0, + "step": 5930 + }, + { + "entropy": 5.647270536422729, + "epoch": 0.4617778642287493, + "grad_norm": 1.03125, + "learning_rate": 0.0004983398048456581, + "loss": 5.3598, + "mean_token_accuracy": 0.17038783580064773, + "num_tokens": 10296280.0, + "step": 5935 + }, + { + "entropy": 5.672983312606812, + "epoch": 0.4621668936004668, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983364424895796, + "loss": 5.4964, + "mean_token_accuracy": 0.16527538746595383, + "num_tokens": 10304091.0, + "step": 5940 + }, + { + "entropy": 5.718464946746826, + "epoch": 0.4625559229721844, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983330767447262, + "loss": 5.5366, + "mean_token_accuracy": 0.16057891249656678, + "num_tokens": 10313058.0, + "step": 5945 + }, + { + "entropy": 5.695686197280883, + "epoch": 0.462944952343902, + "grad_norm": 1.078125, + "learning_rate": 0.0004983297076111489, + "loss": 5.5003, + "mean_token_accuracy": 0.1629731461405754, + "num_tokens": 10321642.0, + "step": 5950 + }, + { + "entropy": 5.663236951828003, + "epoch": 0.4633339817156195, + "grad_norm": 0.97265625, + "learning_rate": 0.0004983263350888987, + "loss": 5.3201, + "mean_token_accuracy": 0.17207740843296052, + "num_tokens": 10329829.0, + "step": 5955 + }, + { + "entropy": 5.700695466995239, + "epoch": 0.4637230110873371, + "grad_norm": 1.015625, + "learning_rate": 0.0004983229591780268, + "loss": 5.5593, + "mean_token_accuracy": 0.16328161358833312, + "num_tokens": 10338182.0, + "step": 5960 + }, + { + "entropy": 5.698422574996949, + "epoch": 0.46411204045905463, + "grad_norm": 1.09375, + "learning_rate": 0.0004983195798785844, + "loss": 5.451, + "mean_token_accuracy": 0.16804663538932801, + "num_tokens": 10346377.0, + "step": 5965 + }, + { + "entropy": 5.697450780868531, + "epoch": 0.4645010698307722, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983161971906228, + "loss": 5.4454, + "mean_token_accuracy": 0.16864902079105376, + "num_tokens": 10354937.0, + "step": 5970 + }, + { + "entropy": 5.609955787658691, + "epoch": 0.4648900992024898, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983128111141935, + "loss": 5.3412, + "mean_token_accuracy": 0.17436672896146774, + "num_tokens": 10363706.0, + "step": 5975 + }, + { + "entropy": 5.63286337852478, + "epoch": 0.46527912857420733, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983094216493475, + "loss": 5.4905, + "mean_token_accuracy": 0.16379242837429048, + "num_tokens": 10372292.0, + "step": 5980 + }, + { + "entropy": 5.707705450057984, + "epoch": 0.4656681579459249, + "grad_norm": 0.94921875, + "learning_rate": 0.0004983060287961367, + "loss": 5.464, + "mean_token_accuracy": 0.1689232751727104, + "num_tokens": 10381260.0, + "step": 5985 + }, + { + "entropy": 5.693024921417236, + "epoch": 0.4660571873176425, + "grad_norm": 1.046875, + "learning_rate": 0.0004983026325546123, + "loss": 5.4842, + "mean_token_accuracy": 0.161691378057003, + "num_tokens": 10390646.0, + "step": 5990 + }, + { + "entropy": 5.6791528224945065, + "epoch": 0.46644621668936004, + "grad_norm": 1.0390625, + "learning_rate": 0.0004982992329248257, + "loss": 5.5513, + "mean_token_accuracy": 0.16394535303115845, + "num_tokens": 10399056.0, + "step": 5995 + }, + { + "entropy": 5.694767427444458, + "epoch": 0.4668352460610776, + "grad_norm": 0.9609375, + "learning_rate": 0.0004982958299068289, + "loss": 5.536, + "mean_token_accuracy": 0.15566003024578096, + "num_tokens": 10408746.0, + "step": 6000 + }, + { + "epoch": 0.4668352460610776, + "eval_entropy": 5.526954579376279, + "eval_loss": 5.511401176452637, + "eval_mean_token_accuracy": 0.17264520771607858, + "eval_num_tokens": 10408746.0, + "eval_runtime": 21.9309, + "eval_samples_per_second": 1894.95, + "eval_steps_per_second": 236.88, + "step": 6000 + }, + { + "entropy": 5.726455783843994, + "epoch": 0.46722427543279516, + "grad_norm": 0.96484375, + "learning_rate": 0.000498292423500673, + "loss": 5.4587, + "mean_token_accuracy": 0.16634683459997177, + "num_tokens": 10416937.0, + "step": 6005 + }, + { + "entropy": 5.682621479034424, + "epoch": 0.46761330480451274, + "grad_norm": 0.97265625, + "learning_rate": 0.0004982890137064102, + "loss": 5.4357, + "mean_token_accuracy": 0.17602696865797043, + "num_tokens": 10426343.0, + "step": 6010 + }, + { + "entropy": 5.652905225753784, + "epoch": 0.46800233417623033, + "grad_norm": 0.8984375, + "learning_rate": 0.000498285600524092, + "loss": 5.4522, + "mean_token_accuracy": 0.17078690230846405, + "num_tokens": 10435014.0, + "step": 6015 + }, + { + "entropy": 5.628161239624023, + "epoch": 0.46839136354794786, + "grad_norm": 1.015625, + "learning_rate": 0.0004982821839537701, + "loss": 5.476, + "mean_token_accuracy": 0.16416355222463608, + "num_tokens": 10443522.0, + "step": 6020 + }, + { + "entropy": 5.720815229415893, + "epoch": 0.46878039291966545, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982787639954966, + "loss": 5.5215, + "mean_token_accuracy": 0.16364811658859252, + "num_tokens": 10452202.0, + "step": 6025 + }, + { + "entropy": 5.654162073135376, + "epoch": 0.469169422291383, + "grad_norm": 0.94921875, + "learning_rate": 0.0004982753406493232, + "loss": 5.4953, + "mean_token_accuracy": 0.15741059929132462, + "num_tokens": 10462293.0, + "step": 6030 + }, + { + "entropy": 5.67516975402832, + "epoch": 0.46955845166310056, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982719139153018, + "loss": 5.4369, + "mean_token_accuracy": 0.16624483615159988, + "num_tokens": 10470322.0, + "step": 6035 + }, + { + "entropy": 5.719859933853149, + "epoch": 0.46994748103481815, + "grad_norm": 1.046875, + "learning_rate": 0.0004982684837934845, + "loss": 5.4172, + "mean_token_accuracy": 0.16623629927635192, + "num_tokens": 10479581.0, + "step": 6040 + }, + { + "entropy": 5.711789560317993, + "epoch": 0.4703365104065357, + "grad_norm": 0.95703125, + "learning_rate": 0.0004982650502839234, + "loss": 5.436, + "mean_token_accuracy": 0.16731600165367128, + "num_tokens": 10488207.0, + "step": 6045 + }, + { + "entropy": 5.619416332244873, + "epoch": 0.47072553977825327, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982616133866705, + "loss": 5.4435, + "mean_token_accuracy": 0.16506613194942474, + "num_tokens": 10497360.0, + "step": 6050 + }, + { + "entropy": 5.6212522983551025, + "epoch": 0.4711145691499708, + "grad_norm": 0.94921875, + "learning_rate": 0.0004982581731017779, + "loss": 5.4183, + "mean_token_accuracy": 0.17101287096738815, + "num_tokens": 10506131.0, + "step": 6055 + }, + { + "entropy": 5.663428783416748, + "epoch": 0.4715035985216884, + "grad_norm": 0.97265625, + "learning_rate": 0.0004982547294292979, + "loss": 5.4653, + "mean_token_accuracy": 0.16743853986263274, + "num_tokens": 10514955.0, + "step": 6060 + }, + { + "entropy": 5.629032135009766, + "epoch": 0.47189262789340597, + "grad_norm": 1.0390625, + "learning_rate": 0.0004982512823692828, + "loss": 5.4483, + "mean_token_accuracy": 0.15942414551973344, + "num_tokens": 10523743.0, + "step": 6065 + }, + { + "entropy": 5.652404117584228, + "epoch": 0.4722816572651235, + "grad_norm": 0.9609375, + "learning_rate": 0.0004982478319217848, + "loss": 5.4086, + "mean_token_accuracy": 0.18121292889118196, + "num_tokens": 10533149.0, + "step": 6070 + }, + { + "entropy": 5.645018529891968, + "epoch": 0.4726706866368411, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982443780868562, + "loss": 5.4459, + "mean_token_accuracy": 0.1664214089512825, + "num_tokens": 10541291.0, + "step": 6075 + }, + { + "entropy": 5.6984508514404295, + "epoch": 0.4730597160085587, + "grad_norm": 1.1015625, + "learning_rate": 0.0004982409208645496, + "loss": 5.4859, + "mean_token_accuracy": 0.16808651089668275, + "num_tokens": 10550005.0, + "step": 6080 + }, + { + "entropy": 5.742500305175781, + "epoch": 0.4734487453802762, + "grad_norm": 0.98046875, + "learning_rate": 0.0004982374602549173, + "loss": 5.5135, + "mean_token_accuracy": 0.16490289494395255, + "num_tokens": 10558957.0, + "step": 6085 + }, + { + "entropy": 5.702150869369507, + "epoch": 0.4738377747519938, + "grad_norm": 1.0234375, + "learning_rate": 0.0004982339962580119, + "loss": 5.3942, + "mean_token_accuracy": 0.16679285317659379, + "num_tokens": 10567293.0, + "step": 6090 + }, + { + "entropy": 5.614796686172485, + "epoch": 0.4742268041237113, + "grad_norm": 1.0, + "learning_rate": 0.0004982305288738859, + "loss": 5.376, + "mean_token_accuracy": 0.1681532680988312, + "num_tokens": 10575546.0, + "step": 6095 + }, + { + "entropy": 5.5767762660980225, + "epoch": 0.4746158334954289, + "grad_norm": 0.921875, + "learning_rate": 0.0004982270581025919, + "loss": 5.5016, + "mean_token_accuracy": 0.17040557861328126, + "num_tokens": 10584779.0, + "step": 6100 + }, + { + "entropy": 5.648759889602661, + "epoch": 0.4750048628671465, + "grad_norm": 0.96875, + "learning_rate": 0.0004982235839441826, + "loss": 5.4087, + "mean_token_accuracy": 0.17466698437929154, + "num_tokens": 10592852.0, + "step": 6105 + }, + { + "entropy": 5.704872751235962, + "epoch": 0.475393892238864, + "grad_norm": 0.9453125, + "learning_rate": 0.0004982201063987108, + "loss": 5.5318, + "mean_token_accuracy": 0.15746946930885314, + "num_tokens": 10601875.0, + "step": 6110 + }, + { + "entropy": 5.662019157409668, + "epoch": 0.4757829216105816, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982166254662292, + "loss": 5.5062, + "mean_token_accuracy": 0.170045006275177, + "num_tokens": 10610438.0, + "step": 6115 + }, + { + "entropy": 5.711904287338257, + "epoch": 0.47617195098229914, + "grad_norm": 1.03125, + "learning_rate": 0.0004982131411467904, + "loss": 5.4955, + "mean_token_accuracy": 0.1645934909582138, + "num_tokens": 10619479.0, + "step": 6120 + }, + { + "entropy": 5.6802596092224125, + "epoch": 0.4765609803540167, + "grad_norm": 1.0, + "learning_rate": 0.0004982096534404476, + "loss": 5.4203, + "mean_token_accuracy": 0.17332687079906464, + "num_tokens": 10628519.0, + "step": 6125 + }, + { + "entropy": 5.679824876785278, + "epoch": 0.4769500097257343, + "grad_norm": 0.98828125, + "learning_rate": 0.0004982061623472535, + "loss": 5.3683, + "mean_token_accuracy": 0.17489866316318511, + "num_tokens": 10636522.0, + "step": 6130 + }, + { + "entropy": 5.623510885238647, + "epoch": 0.47733903909745184, + "grad_norm": 0.9765625, + "learning_rate": 0.0004982026678672612, + "loss": 5.3928, + "mean_token_accuracy": 0.16902382373809816, + "num_tokens": 10645728.0, + "step": 6135 + }, + { + "entropy": 5.639240646362305, + "epoch": 0.47772806846916943, + "grad_norm": 1.0078125, + "learning_rate": 0.0004981991700005238, + "loss": 5.5122, + "mean_token_accuracy": 0.16430457681417465, + "num_tokens": 10654868.0, + "step": 6140 + }, + { + "entropy": 5.620595550537109, + "epoch": 0.47811709784088696, + "grad_norm": 0.9765625, + "learning_rate": 0.000498195668747094, + "loss": 5.3954, + "mean_token_accuracy": 0.1706836685538292, + "num_tokens": 10662958.0, + "step": 6145 + }, + { + "entropy": 5.700119161605835, + "epoch": 0.47850612721260455, + "grad_norm": 1.03125, + "learning_rate": 0.0004981921641070254, + "loss": 5.4064, + "mean_token_accuracy": 0.16912615299224854, + "num_tokens": 10671333.0, + "step": 6150 + }, + { + "entropy": 5.690384435653686, + "epoch": 0.47889515658432213, + "grad_norm": 0.94921875, + "learning_rate": 0.0004981886560803708, + "loss": 5.4286, + "mean_token_accuracy": 0.1688441127538681, + "num_tokens": 10680523.0, + "step": 6155 + }, + { + "entropy": 5.661981439590454, + "epoch": 0.47928418595603967, + "grad_norm": 0.94921875, + "learning_rate": 0.0004981851446671838, + "loss": 5.4975, + "mean_token_accuracy": 0.16414804756641388, + "num_tokens": 10689656.0, + "step": 6160 + }, + { + "entropy": 5.736613702774048, + "epoch": 0.47967321532775725, + "grad_norm": 1.078125, + "learning_rate": 0.0004981816298675173, + "loss": 5.5691, + "mean_token_accuracy": 0.15930777937173843, + "num_tokens": 10698423.0, + "step": 6165 + }, + { + "entropy": 5.707890367507934, + "epoch": 0.4800622446994748, + "grad_norm": 1.0390625, + "learning_rate": 0.0004981781116814248, + "loss": 5.4339, + "mean_token_accuracy": 0.168502140045166, + "num_tokens": 10706760.0, + "step": 6170 + }, + { + "entropy": 5.743547677993774, + "epoch": 0.48045127407119237, + "grad_norm": 0.9921875, + "learning_rate": 0.0004981745901089596, + "loss": 5.5415, + "mean_token_accuracy": 0.15941269546747208, + "num_tokens": 10716221.0, + "step": 6175 + }, + { + "entropy": 5.601821565628052, + "epoch": 0.48084030344290996, + "grad_norm": 1.0078125, + "learning_rate": 0.0004981710651501753, + "loss": 5.335, + "mean_token_accuracy": 0.17823495119810104, + "num_tokens": 10724603.0, + "step": 6180 + }, + { + "entropy": 5.692285394668579, + "epoch": 0.4812293328146275, + "grad_norm": 0.97265625, + "learning_rate": 0.0004981675368051254, + "loss": 5.5583, + "mean_token_accuracy": 0.15886397808790206, + "num_tokens": 10733577.0, + "step": 6185 + }, + { + "entropy": 5.768624019622803, + "epoch": 0.4816183621863451, + "grad_norm": 0.9140625, + "learning_rate": 0.0004981640050738633, + "loss": 5.4769, + "mean_token_accuracy": 0.1653328873217106, + "num_tokens": 10743199.0, + "step": 6190 + }, + { + "entropy": 5.65557017326355, + "epoch": 0.48200739155806266, + "grad_norm": 0.9453125, + "learning_rate": 0.0004981604699564426, + "loss": 5.3694, + "mean_token_accuracy": 0.1680201545357704, + "num_tokens": 10751734.0, + "step": 6195 + }, + { + "entropy": 5.677676343917847, + "epoch": 0.4823964209297802, + "grad_norm": 1.046875, + "learning_rate": 0.0004981569314529169, + "loss": 5.5159, + "mean_token_accuracy": 0.1653820604085922, + "num_tokens": 10760194.0, + "step": 6200 + }, + { + "entropy": 5.682971811294555, + "epoch": 0.4827854503014978, + "grad_norm": 0.96875, + "learning_rate": 0.00049815338956334, + "loss": 5.432, + "mean_token_accuracy": 0.171656933426857, + "num_tokens": 10768944.0, + "step": 6205 + }, + { + "entropy": 5.759762811660766, + "epoch": 0.4831744796732153, + "grad_norm": 0.9140625, + "learning_rate": 0.0004981498442877656, + "loss": 5.5297, + "mean_token_accuracy": 0.1686689078807831, + "num_tokens": 10777685.0, + "step": 6210 + }, + { + "entropy": 5.672958707809448, + "epoch": 0.4835635090449329, + "grad_norm": 0.9453125, + "learning_rate": 0.0004981462956262474, + "loss": 5.5018, + "mean_token_accuracy": 0.16606569439172744, + "num_tokens": 10787264.0, + "step": 6215 + }, + { + "entropy": 5.614988517761231, + "epoch": 0.4839525384166505, + "grad_norm": 0.92578125, + "learning_rate": 0.0004981427435788396, + "loss": 5.4717, + "mean_token_accuracy": 0.16396449953317643, + "num_tokens": 10796555.0, + "step": 6220 + }, + { + "entropy": 5.581253385543823, + "epoch": 0.484341567788368, + "grad_norm": 0.96484375, + "learning_rate": 0.0004981391881455957, + "loss": 5.3776, + "mean_token_accuracy": 0.1764609172940254, + "num_tokens": 10805379.0, + "step": 6225 + }, + { + "entropy": 5.64763994216919, + "epoch": 0.4847305971600856, + "grad_norm": 0.89453125, + "learning_rate": 0.0004981356293265696, + "loss": 5.5108, + "mean_token_accuracy": 0.16001439467072487, + "num_tokens": 10815406.0, + "step": 6230 + }, + { + "entropy": 5.677568054199218, + "epoch": 0.4851196265318031, + "grad_norm": 0.9609375, + "learning_rate": 0.0004981320671218157, + "loss": 5.5539, + "mean_token_accuracy": 0.16216269880533218, + "num_tokens": 10824443.0, + "step": 6235 + }, + { + "entropy": 5.728261709213257, + "epoch": 0.4855086559035207, + "grad_norm": 1.0546875, + "learning_rate": 0.0004981285015313877, + "loss": 5.4008, + "mean_token_accuracy": 0.17301271110773087, + "num_tokens": 10833497.0, + "step": 6240 + }, + { + "entropy": 5.604798269271851, + "epoch": 0.4858976852752383, + "grad_norm": 1.0390625, + "learning_rate": 0.0004981249325553399, + "loss": 5.445, + "mean_token_accuracy": 0.16607270687818526, + "num_tokens": 10841864.0, + "step": 6245 + }, + { + "entropy": 5.6987268924713135, + "epoch": 0.48628671464695583, + "grad_norm": 1.0546875, + "learning_rate": 0.0004981213601937264, + "loss": 5.48, + "mean_token_accuracy": 0.1666806936264038, + "num_tokens": 10850887.0, + "step": 6250 + }, + { + "entropy": 5.611641502380371, + "epoch": 0.4866757440186734, + "grad_norm": 0.96875, + "learning_rate": 0.0004981177844466013, + "loss": 5.3722, + "mean_token_accuracy": 0.1711752250790596, + "num_tokens": 10859629.0, + "step": 6255 + }, + { + "entropy": 5.673368358612061, + "epoch": 0.48706477339039095, + "grad_norm": 1.0, + "learning_rate": 0.0004981142053140192, + "loss": 5.56, + "mean_token_accuracy": 0.1639465093612671, + "num_tokens": 10868457.0, + "step": 6260 + }, + { + "entropy": 5.6619948387146, + "epoch": 0.48745380276210853, + "grad_norm": 0.91796875, + "learning_rate": 0.0004981106227960339, + "loss": 5.4862, + "mean_token_accuracy": 0.16452796757221222, + "num_tokens": 10878007.0, + "step": 6265 + }, + { + "entropy": 5.792617225646973, + "epoch": 0.4878428321338261, + "grad_norm": 0.9765625, + "learning_rate": 0.0004981070368927001, + "loss": 5.5191, + "mean_token_accuracy": 0.16553210765123366, + "num_tokens": 10887689.0, + "step": 6270 + }, + { + "entropy": 5.619898319244385, + "epoch": 0.48823186150554365, + "grad_norm": 0.8984375, + "learning_rate": 0.000498103447604072, + "loss": 5.3206, + "mean_token_accuracy": 0.1780785247683525, + "num_tokens": 10896214.0, + "step": 6275 + }, + { + "entropy": 5.591894292831421, + "epoch": 0.48862089087726124, + "grad_norm": 1.0078125, + "learning_rate": 0.0004980998549302044, + "loss": 5.447, + "mean_token_accuracy": 0.16975104808807373, + "num_tokens": 10904946.0, + "step": 6280 + }, + { + "entropy": 5.736668539047241, + "epoch": 0.4890099202489788, + "grad_norm": 1.03125, + "learning_rate": 0.0004980962588711516, + "loss": 5.5196, + "mean_token_accuracy": 0.16013508439064025, + "num_tokens": 10913382.0, + "step": 6285 + }, + { + "entropy": 5.737943172454834, + "epoch": 0.48939894962069636, + "grad_norm": 0.9296875, + "learning_rate": 0.000498092659426968, + "loss": 5.4813, + "mean_token_accuracy": 0.16893975734710692, + "num_tokens": 10922055.0, + "step": 6290 + }, + { + "entropy": 5.634787368774414, + "epoch": 0.48978797899241394, + "grad_norm": 0.98046875, + "learning_rate": 0.0004980890565977085, + "loss": 5.4651, + "mean_token_accuracy": 0.16650761067867278, + "num_tokens": 10930282.0, + "step": 6295 + }, + { + "entropy": 5.586604166030884, + "epoch": 0.4901770083641315, + "grad_norm": 1.015625, + "learning_rate": 0.0004980854503834276, + "loss": 5.4713, + "mean_token_accuracy": 0.1735634386539459, + "num_tokens": 10938432.0, + "step": 6300 + }, + { + "entropy": 5.7162559032440186, + "epoch": 0.49056603773584906, + "grad_norm": 1.0234375, + "learning_rate": 0.0004980818407841802, + "loss": 5.4661, + "mean_token_accuracy": 0.1719464674592018, + "num_tokens": 10946354.0, + "step": 6305 + }, + { + "entropy": 5.746575498580933, + "epoch": 0.49095506710756665, + "grad_norm": 0.95703125, + "learning_rate": 0.0004980782278000207, + "loss": 5.5014, + "mean_token_accuracy": 0.16299327313899994, + "num_tokens": 10954885.0, + "step": 6310 + }, + { + "entropy": 5.643042278289795, + "epoch": 0.4913440964792842, + "grad_norm": 1.03125, + "learning_rate": 0.0004980746114310043, + "loss": 5.41, + "mean_token_accuracy": 0.16809043288230896, + "num_tokens": 10963173.0, + "step": 6315 + }, + { + "entropy": 5.665570878982544, + "epoch": 0.49173312585100176, + "grad_norm": 0.9375, + "learning_rate": 0.0004980709916771858, + "loss": 5.5587, + "mean_token_accuracy": 0.15590894371271133, + "num_tokens": 10972264.0, + "step": 6320 + }, + { + "entropy": 5.630701541900635, + "epoch": 0.4921221552227193, + "grad_norm": 0.96484375, + "learning_rate": 0.0004980673685386198, + "loss": 5.4065, + "mean_token_accuracy": 0.1728062614798546, + "num_tokens": 10980645.0, + "step": 6325 + }, + { + "entropy": 5.6020771026611325, + "epoch": 0.4925111845944369, + "grad_norm": 1.0390625, + "learning_rate": 0.0004980637420153618, + "loss": 5.3592, + "mean_token_accuracy": 0.17097442746162414, + "num_tokens": 10989121.0, + "step": 6330 + }, + { + "entropy": 5.631519365310669, + "epoch": 0.49290021396615447, + "grad_norm": 1.03125, + "learning_rate": 0.0004980601121074664, + "loss": 5.3605, + "mean_token_accuracy": 0.17560895383358002, + "num_tokens": 10998249.0, + "step": 6335 + }, + { + "entropy": 5.747340345382691, + "epoch": 0.493289243337872, + "grad_norm": 0.97265625, + "learning_rate": 0.0004980564788149889, + "loss": 5.4755, + "mean_token_accuracy": 0.16513971388339996, + "num_tokens": 11007470.0, + "step": 6340 + }, + { + "entropy": 5.694008445739746, + "epoch": 0.4936782727095896, + "grad_norm": 1.0078125, + "learning_rate": 0.0004980528421379844, + "loss": 5.4264, + "mean_token_accuracy": 0.16628471314907073, + "num_tokens": 11015912.0, + "step": 6345 + }, + { + "entropy": 5.634057521820068, + "epoch": 0.4940673020813071, + "grad_norm": 0.95703125, + "learning_rate": 0.000498049202076508, + "loss": 5.4354, + "mean_token_accuracy": 0.16697777658700944, + "num_tokens": 11024629.0, + "step": 6350 + }, + { + "entropy": 5.667661046981811, + "epoch": 0.4944563314530247, + "grad_norm": 1.0, + "learning_rate": 0.0004980455586306149, + "loss": 5.3787, + "mean_token_accuracy": 0.17258453518152236, + "num_tokens": 11033953.0, + "step": 6355 + }, + { + "entropy": 5.592496776580811, + "epoch": 0.4948453608247423, + "grad_norm": 0.92578125, + "learning_rate": 0.0004980419118003605, + "loss": 5.4571, + "mean_token_accuracy": 0.16577280908823014, + "num_tokens": 11042891.0, + "step": 6360 + }, + { + "entropy": 5.643301963806152, + "epoch": 0.4952343901964598, + "grad_norm": 0.98828125, + "learning_rate": 0.0004980382615858001, + "loss": 5.5492, + "mean_token_accuracy": 0.16074244379997255, + "num_tokens": 11051262.0, + "step": 6365 + }, + { + "entropy": 5.6761993885040285, + "epoch": 0.4956234195681774, + "grad_norm": 1.0390625, + "learning_rate": 0.0004980346079869892, + "loss": 5.3681, + "mean_token_accuracy": 0.17648585736751557, + "num_tokens": 11059357.0, + "step": 6370 + }, + { + "entropy": 5.651570606231689, + "epoch": 0.49601244893989493, + "grad_norm": 0.96484375, + "learning_rate": 0.000498030951003983, + "loss": 5.3967, + "mean_token_accuracy": 0.1678969830274582, + "num_tokens": 11068076.0, + "step": 6375 + }, + { + "entropy": 5.583523178100586, + "epoch": 0.4964014783116125, + "grad_norm": 1.578125, + "learning_rate": 0.0004980272906368371, + "loss": 5.2748, + "mean_token_accuracy": 0.18292394280433655, + "num_tokens": 11076804.0, + "step": 6380 + }, + { + "entropy": 5.660397291183472, + "epoch": 0.4967905076833301, + "grad_norm": 0.99609375, + "learning_rate": 0.0004980236268856071, + "loss": 5.4741, + "mean_token_accuracy": 0.17098617255687715, + "num_tokens": 11085794.0, + "step": 6385 + }, + { + "entropy": 5.5611003875732425, + "epoch": 0.49717953705504764, + "grad_norm": 0.9296875, + "learning_rate": 0.0004980199597503487, + "loss": 5.3755, + "mean_token_accuracy": 0.16459452956914902, + "num_tokens": 11094989.0, + "step": 6390 + }, + { + "entropy": 5.586446523666382, + "epoch": 0.4975685664267652, + "grad_norm": 1.0078125, + "learning_rate": 0.0004980162892311171, + "loss": 5.3346, + "mean_token_accuracy": 0.1741299569606781, + "num_tokens": 11103046.0, + "step": 6395 + }, + { + "entropy": 5.5971721649169925, + "epoch": 0.4979575957984828, + "grad_norm": 0.921875, + "learning_rate": 0.0004980126153279684, + "loss": 5.4043, + "mean_token_accuracy": 0.17560217678546905, + "num_tokens": 11111533.0, + "step": 6400 + }, + { + "entropy": 5.650516223907471, + "epoch": 0.49834662517020034, + "grad_norm": 1.015625, + "learning_rate": 0.0004980089380409583, + "loss": 5.5972, + "mean_token_accuracy": 0.15618404000997543, + "num_tokens": 11120534.0, + "step": 6405 + }, + { + "entropy": 5.743019437789917, + "epoch": 0.4987356545419179, + "grad_norm": 1.0703125, + "learning_rate": 0.0004980052573701424, + "loss": 5.5348, + "mean_token_accuracy": 0.17133111208677293, + "num_tokens": 11128354.0, + "step": 6410 + }, + { + "entropy": 5.711576890945435, + "epoch": 0.49912468391363546, + "grad_norm": 0.98828125, + "learning_rate": 0.0004980015733155767, + "loss": 5.4515, + "mean_token_accuracy": 0.16233282089233397, + "num_tokens": 11136201.0, + "step": 6415 + }, + { + "entropy": 5.7182337760925295, + "epoch": 0.49951371328535304, + "grad_norm": 1.0546875, + "learning_rate": 0.0004979978858773171, + "loss": 5.4175, + "mean_token_accuracy": 0.1689138561487198, + "num_tokens": 11145131.0, + "step": 6420 + }, + { + "entropy": 5.606427145004273, + "epoch": 0.49990274265707063, + "grad_norm": 1.046875, + "learning_rate": 0.0004979941950554195, + "loss": 5.3418, + "mean_token_accuracy": 0.17413055300712585, + "num_tokens": 11154514.0, + "step": 6425 + }, + { + "entropy": 5.723063278198242, + "epoch": 0.5002917720287882, + "grad_norm": 0.95703125, + "learning_rate": 0.0004979905008499399, + "loss": 5.4389, + "mean_token_accuracy": 0.17316336631774903, + "num_tokens": 11163160.0, + "step": 6430 + }, + { + "entropy": 5.608155727386475, + "epoch": 0.5006808014005057, + "grad_norm": 1.0390625, + "learning_rate": 0.0004979868032609344, + "loss": 5.4122, + "mean_token_accuracy": 0.17666464745998384, + "num_tokens": 11171573.0, + "step": 6435 + }, + { + "entropy": 5.5990777015686035, + "epoch": 0.5010698307722233, + "grad_norm": 0.9765625, + "learning_rate": 0.0004979831022884591, + "loss": 5.4154, + "mean_token_accuracy": 0.16636250764131547, + "num_tokens": 11180028.0, + "step": 6440 + }, + { + "entropy": 5.603765964508057, + "epoch": 0.5014588601439409, + "grad_norm": 1.0625, + "learning_rate": 0.0004979793979325701, + "loss": 5.335, + "mean_token_accuracy": 0.16556937098503113, + "num_tokens": 11188403.0, + "step": 6445 + }, + { + "entropy": 5.544768857955932, + "epoch": 0.5018478895156584, + "grad_norm": 1.0234375, + "learning_rate": 0.0004979756901933236, + "loss": 5.3314, + "mean_token_accuracy": 0.1819371610879898, + "num_tokens": 11196391.0, + "step": 6450 + }, + { + "entropy": 5.6223509311676025, + "epoch": 0.502236918887376, + "grad_norm": 1.0625, + "learning_rate": 0.000497971979070776, + "loss": 5.4505, + "mean_token_accuracy": 0.16939201056957245, + "num_tokens": 11204596.0, + "step": 6455 + }, + { + "entropy": 5.639053726196289, + "epoch": 0.5026259482590936, + "grad_norm": 1.0546875, + "learning_rate": 0.0004979682645649834, + "loss": 5.4105, + "mean_token_accuracy": 0.16829846501350404, + "num_tokens": 11212629.0, + "step": 6460 + }, + { + "entropy": 5.713208293914795, + "epoch": 0.5030149776308112, + "grad_norm": 1.0078125, + "learning_rate": 0.0004979645466760025, + "loss": 5.4737, + "mean_token_accuracy": 0.1686081901192665, + "num_tokens": 11221836.0, + "step": 6465 + }, + { + "entropy": 5.67520751953125, + "epoch": 0.5034040070025287, + "grad_norm": 1.046875, + "learning_rate": 0.0004979608254038892, + "loss": 5.5339, + "mean_token_accuracy": 0.1600072592496872, + "num_tokens": 11230600.0, + "step": 6470 + }, + { + "entropy": 5.7495097637176515, + "epoch": 0.5037930363742462, + "grad_norm": 0.94140625, + "learning_rate": 0.0004979571007487003, + "loss": 5.5228, + "mean_token_accuracy": 0.15595481544733047, + "num_tokens": 11239664.0, + "step": 6475 + }, + { + "entropy": 5.629716253280639, + "epoch": 0.5041820657459638, + "grad_norm": 0.97265625, + "learning_rate": 0.0004979533727104924, + "loss": 5.4495, + "mean_token_accuracy": 0.1616964042186737, + "num_tokens": 11249111.0, + "step": 6480 + }, + { + "entropy": 5.6311675071716305, + "epoch": 0.5045710951176814, + "grad_norm": 0.96484375, + "learning_rate": 0.000497949641289322, + "loss": 5.3395, + "mean_token_accuracy": 0.1698092058300972, + "num_tokens": 11257599.0, + "step": 6485 + }, + { + "entropy": 5.615521097183228, + "epoch": 0.504960124489399, + "grad_norm": 0.99609375, + "learning_rate": 0.0004979459064852456, + "loss": 5.461, + "mean_token_accuracy": 0.17805053144693375, + "num_tokens": 11265586.0, + "step": 6490 + }, + { + "entropy": 5.74630331993103, + "epoch": 0.5053491538611166, + "grad_norm": 0.94921875, + "learning_rate": 0.0004979421682983197, + "loss": 5.5854, + "mean_token_accuracy": 0.1652588278055191, + "num_tokens": 11274736.0, + "step": 6495 + }, + { + "entropy": 5.665422821044922, + "epoch": 0.505738183232834, + "grad_norm": 1.09375, + "learning_rate": 0.0004979384267286015, + "loss": 5.362, + "mean_token_accuracy": 0.17337319552898406, + "num_tokens": 11282596.0, + "step": 6500 + }, + { + "entropy": 5.6501696586608885, + "epoch": 0.5061272126045516, + "grad_norm": 0.984375, + "learning_rate": 0.0004979346817761475, + "loss": 5.4503, + "mean_token_accuracy": 0.1627633586525917, + "num_tokens": 11290974.0, + "step": 6505 + }, + { + "entropy": 5.5663024425506595, + "epoch": 0.5065162419762692, + "grad_norm": 0.98828125, + "learning_rate": 0.0004979309334410144, + "loss": 5.3334, + "mean_token_accuracy": 0.17180522680282592, + "num_tokens": 11299196.0, + "step": 6510 + }, + { + "entropy": 5.671379089355469, + "epoch": 0.5069052713479868, + "grad_norm": 1.046875, + "learning_rate": 0.0004979271817232594, + "loss": 5.47, + "mean_token_accuracy": 0.1628324031829834, + "num_tokens": 11308214.0, + "step": 6515 + }, + { + "entropy": 5.661998510360718, + "epoch": 0.5072943007197044, + "grad_norm": 0.9765625, + "learning_rate": 0.0004979234266229391, + "loss": 5.4372, + "mean_token_accuracy": 0.17011113911867143, + "num_tokens": 11316566.0, + "step": 6520 + }, + { + "entropy": 5.654293775558472, + "epoch": 0.5076833300914219, + "grad_norm": 1.0234375, + "learning_rate": 0.0004979196681401106, + "loss": 5.4283, + "mean_token_accuracy": 0.16879323571920396, + "num_tokens": 11325079.0, + "step": 6525 + }, + { + "entropy": 5.658125495910644, + "epoch": 0.5080723594631394, + "grad_norm": 1.015625, + "learning_rate": 0.000497915906274831, + "loss": 5.4441, + "mean_token_accuracy": 0.1672111839056015, + "num_tokens": 11333829.0, + "step": 6530 + }, + { + "entropy": 5.582587718963623, + "epoch": 0.508461388834857, + "grad_norm": 0.9296875, + "learning_rate": 0.0004979121410271574, + "loss": 5.3905, + "mean_token_accuracy": 0.1738412469625473, + "num_tokens": 11343078.0, + "step": 6535 + }, + { + "entropy": 5.65086784362793, + "epoch": 0.5088504182065746, + "grad_norm": 0.98828125, + "learning_rate": 0.0004979083723971468, + "loss": 5.4947, + "mean_token_accuracy": 0.17132056951522828, + "num_tokens": 11351475.0, + "step": 6540 + }, + { + "entropy": 5.619971179962159, + "epoch": 0.5092394475782922, + "grad_norm": 1.015625, + "learning_rate": 0.0004979046003848564, + "loss": 5.3775, + "mean_token_accuracy": 0.1698130652308464, + "num_tokens": 11359810.0, + "step": 6545 + }, + { + "entropy": 5.680748701095581, + "epoch": 0.5096284769500097, + "grad_norm": 1.0078125, + "learning_rate": 0.0004979008249903435, + "loss": 5.4326, + "mean_token_accuracy": 0.17276596873998643, + "num_tokens": 11368585.0, + "step": 6550 + }, + { + "entropy": 5.690910005569458, + "epoch": 0.5100175063217273, + "grad_norm": 1.015625, + "learning_rate": 0.0004978970462136655, + "loss": 5.4611, + "mean_token_accuracy": 0.16980846524238585, + "num_tokens": 11377393.0, + "step": 6555 + }, + { + "entropy": 5.670943355560302, + "epoch": 0.5104065356934449, + "grad_norm": 1.0234375, + "learning_rate": 0.0004978932640548794, + "loss": 5.4339, + "mean_token_accuracy": 0.165023310482502, + "num_tokens": 11385877.0, + "step": 6560 + }, + { + "entropy": 5.602134370803833, + "epoch": 0.5107955650651624, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978894785140429, + "loss": 5.3569, + "mean_token_accuracy": 0.17920774668455125, + "num_tokens": 11394457.0, + "step": 6565 + }, + { + "entropy": 5.579525470733643, + "epoch": 0.51118459443688, + "grad_norm": 1.046875, + "learning_rate": 0.0004978856895912132, + "loss": 5.3712, + "mean_token_accuracy": 0.17652615308761596, + "num_tokens": 11403007.0, + "step": 6570 + }, + { + "entropy": 5.672693061828613, + "epoch": 0.5115736238085975, + "grad_norm": 0.97265625, + "learning_rate": 0.0004978818972864481, + "loss": 5.4376, + "mean_token_accuracy": 0.1651514306664467, + "num_tokens": 11412237.0, + "step": 6575 + }, + { + "entropy": 5.686287975311279, + "epoch": 0.5119626531803151, + "grad_norm": 1.0, + "learning_rate": 0.0004978781015998048, + "loss": 5.4048, + "mean_token_accuracy": 0.1689675435423851, + "num_tokens": 11421219.0, + "step": 6580 + }, + { + "entropy": 5.66724534034729, + "epoch": 0.5123516825520327, + "grad_norm": 1.03125, + "learning_rate": 0.0004978743025313413, + "loss": 5.3848, + "mean_token_accuracy": 0.16759707182645797, + "num_tokens": 11428933.0, + "step": 6585 + }, + { + "entropy": 5.618669319152832, + "epoch": 0.5127407119237503, + "grad_norm": 1.0390625, + "learning_rate": 0.0004978705000811148, + "loss": 5.4909, + "mean_token_accuracy": 0.16458306163549424, + "num_tokens": 11437551.0, + "step": 6590 + }, + { + "entropy": 5.722258758544922, + "epoch": 0.5131297412954678, + "grad_norm": 1.0546875, + "learning_rate": 0.0004978666942491832, + "loss": 5.5726, + "mean_token_accuracy": 0.1582800716161728, + "num_tokens": 11446045.0, + "step": 6595 + }, + { + "entropy": 5.761044073104858, + "epoch": 0.5135187706671853, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978628850356043, + "loss": 5.4914, + "mean_token_accuracy": 0.16513002216815947, + "num_tokens": 11455159.0, + "step": 6600 + }, + { + "entropy": 5.685759687423706, + "epoch": 0.5139078000389029, + "grad_norm": 0.9921875, + "learning_rate": 0.0004978590724404358, + "loss": 5.4043, + "mean_token_accuracy": 0.17099089175462723, + "num_tokens": 11463835.0, + "step": 6605 + }, + { + "entropy": 5.648447322845459, + "epoch": 0.5142968294106205, + "grad_norm": 1.015625, + "learning_rate": 0.0004978552564637356, + "loss": 5.4682, + "mean_token_accuracy": 0.17038068175315857, + "num_tokens": 11472439.0, + "step": 6610 + }, + { + "entropy": 5.6681715965271, + "epoch": 0.5146858587823381, + "grad_norm": 0.94140625, + "learning_rate": 0.0004978514371055616, + "loss": 5.5086, + "mean_token_accuracy": 0.16487603187561034, + "num_tokens": 11481626.0, + "step": 6615 + }, + { + "entropy": 5.605358123779297, + "epoch": 0.5150748881540557, + "grad_norm": 0.96875, + "learning_rate": 0.0004978476143659718, + "loss": 5.3939, + "mean_token_accuracy": 0.17514775842428207, + "num_tokens": 11490571.0, + "step": 6620 + }, + { + "entropy": 5.734579801559448, + "epoch": 0.5154639175257731, + "grad_norm": 1.015625, + "learning_rate": 0.0004978437882450241, + "loss": 5.4922, + "mean_token_accuracy": 0.1654839798808098, + "num_tokens": 11499145.0, + "step": 6625 + }, + { + "entropy": 5.692298221588135, + "epoch": 0.5158529468974907, + "grad_norm": 0.98828125, + "learning_rate": 0.0004978399587427766, + "loss": 5.4143, + "mean_token_accuracy": 0.17052434980869294, + "num_tokens": 11508133.0, + "step": 6630 + }, + { + "entropy": 5.511624479293824, + "epoch": 0.5162419762692083, + "grad_norm": 0.94140625, + "learning_rate": 0.0004978361258592874, + "loss": 5.322, + "mean_token_accuracy": 0.1742513209581375, + "num_tokens": 11516790.0, + "step": 6635 + }, + { + "entropy": 5.630044412612915, + "epoch": 0.5166310056409259, + "grad_norm": 0.9453125, + "learning_rate": 0.0004978322895946147, + "loss": 5.4068, + "mean_token_accuracy": 0.16798608154058456, + "num_tokens": 11525963.0, + "step": 6640 + }, + { + "entropy": 5.629098558425904, + "epoch": 0.5170200350126435, + "grad_norm": 1.015625, + "learning_rate": 0.0004978284499488167, + "loss": 5.3851, + "mean_token_accuracy": 0.17411332577466965, + "num_tokens": 11534193.0, + "step": 6645 + }, + { + "entropy": 5.653246212005615, + "epoch": 0.5174090643843611, + "grad_norm": 1.125, + "learning_rate": 0.0004978246069219516, + "loss": 5.4029, + "mean_token_accuracy": 0.17116494178771974, + "num_tokens": 11542517.0, + "step": 6650 + }, + { + "entropy": 5.647744750976562, + "epoch": 0.5177980937560785, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978207605140777, + "loss": 5.4669, + "mean_token_accuracy": 0.16449436247348787, + "num_tokens": 11550874.0, + "step": 6655 + }, + { + "entropy": 5.669667196273804, + "epoch": 0.5181871231277961, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978169107252534, + "loss": 5.4881, + "mean_token_accuracy": 0.16329788714647292, + "num_tokens": 11560562.0, + "step": 6660 + }, + { + "entropy": 5.643291759490967, + "epoch": 0.5185761524995137, + "grad_norm": 1.03125, + "learning_rate": 0.0004978130575555373, + "loss": 5.3751, + "mean_token_accuracy": 0.16976799070835114, + "num_tokens": 11569887.0, + "step": 6665 + }, + { + "entropy": 5.57875690460205, + "epoch": 0.5189651818712313, + "grad_norm": 1.0, + "learning_rate": 0.0004978092010049877, + "loss": 5.3054, + "mean_token_accuracy": 0.17502678334712982, + "num_tokens": 11578608.0, + "step": 6670 + }, + { + "entropy": 5.585260343551636, + "epoch": 0.5193542112429489, + "grad_norm": 0.9296875, + "learning_rate": 0.000497805341073663, + "loss": 5.4132, + "mean_token_accuracy": 0.16847770512104035, + "num_tokens": 11587435.0, + "step": 6675 + }, + { + "entropy": 5.6195220947265625, + "epoch": 0.5197432406146664, + "grad_norm": 1.0625, + "learning_rate": 0.0004978014777616219, + "loss": 5.5123, + "mean_token_accuracy": 0.16088477224111558, + "num_tokens": 11596094.0, + "step": 6680 + }, + { + "entropy": 5.700346231460571, + "epoch": 0.520132269986384, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977976110689229, + "loss": 5.4643, + "mean_token_accuracy": 0.1668734520673752, + "num_tokens": 11604521.0, + "step": 6685 + }, + { + "entropy": 5.684550094604492, + "epoch": 0.5205212993581015, + "grad_norm": 0.953125, + "learning_rate": 0.000497793740995625, + "loss": 5.4332, + "mean_token_accuracy": 0.17027366161346436, + "num_tokens": 11613143.0, + "step": 6690 + }, + { + "entropy": 5.665559864044189, + "epoch": 0.5209103287298191, + "grad_norm": 0.94921875, + "learning_rate": 0.0004977898675417866, + "loss": 5.4826, + "mean_token_accuracy": 0.17012318819761277, + "num_tokens": 11622667.0, + "step": 6695 + }, + { + "entropy": 5.690769147872925, + "epoch": 0.5212993581015367, + "grad_norm": 1.015625, + "learning_rate": 0.0004977859907074664, + "loss": 5.4405, + "mean_token_accuracy": 0.1723522961139679, + "num_tokens": 11632114.0, + "step": 6700 + }, + { + "entropy": 5.6664323806762695, + "epoch": 0.5216883874732542, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977821104927236, + "loss": 5.3708, + "mean_token_accuracy": 0.17163726687431335, + "num_tokens": 11640731.0, + "step": 6705 + }, + { + "entropy": 5.5376856327056885, + "epoch": 0.5220774168449718, + "grad_norm": 0.9453125, + "learning_rate": 0.0004977782268976167, + "loss": 5.347, + "mean_token_accuracy": 0.17547252923250198, + "num_tokens": 11648975.0, + "step": 6710 + }, + { + "entropy": 5.629901313781739, + "epoch": 0.5224664462166894, + "grad_norm": 1.0, + "learning_rate": 0.0004977743399222048, + "loss": 5.397, + "mean_token_accuracy": 0.17356285601854324, + "num_tokens": 11657598.0, + "step": 6715 + }, + { + "entropy": 5.759890699386597, + "epoch": 0.522855475588407, + "grad_norm": 1.109375, + "learning_rate": 0.0004977704495665471, + "loss": 5.5537, + "mean_token_accuracy": 0.17318776845932007, + "num_tokens": 11665504.0, + "step": 6720 + }, + { + "entropy": 5.689238452911377, + "epoch": 0.5232445049601245, + "grad_norm": 1.109375, + "learning_rate": 0.0004977665558307023, + "loss": 5.4519, + "mean_token_accuracy": 0.17328019589185714, + "num_tokens": 11674337.0, + "step": 6725 + }, + { + "entropy": 5.540548801422119, + "epoch": 0.523633534331842, + "grad_norm": 0.953125, + "learning_rate": 0.0004977626587147295, + "loss": 5.3074, + "mean_token_accuracy": 0.17538170665502548, + "num_tokens": 11682626.0, + "step": 6730 + }, + { + "entropy": 5.613022899627685, + "epoch": 0.5240225637035596, + "grad_norm": 0.96484375, + "learning_rate": 0.000497758758218688, + "loss": 5.3536, + "mean_token_accuracy": 0.17512194365262984, + "num_tokens": 11691403.0, + "step": 6735 + }, + { + "entropy": 5.707204675674438, + "epoch": 0.5244115930752772, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977548543426368, + "loss": 5.487, + "mean_token_accuracy": 0.16559841185808183, + "num_tokens": 11700590.0, + "step": 6740 + }, + { + "entropy": 5.674825811386109, + "epoch": 0.5248006224469948, + "grad_norm": 1.015625, + "learning_rate": 0.0004977509470866353, + "loss": 5.3849, + "mean_token_accuracy": 0.1695603162050247, + "num_tokens": 11708799.0, + "step": 6745 + }, + { + "entropy": 5.622507047653198, + "epoch": 0.5251896518187124, + "grad_norm": 0.9921875, + "learning_rate": 0.0004977470364507427, + "loss": 5.3924, + "mean_token_accuracy": 0.174872525036335, + "num_tokens": 11716953.0, + "step": 6750 + }, + { + "entropy": 5.645905256271362, + "epoch": 0.5255786811904298, + "grad_norm": 0.953125, + "learning_rate": 0.0004977431224350184, + "loss": 5.4596, + "mean_token_accuracy": 0.1675609439611435, + "num_tokens": 11725032.0, + "step": 6755 + }, + { + "entropy": 5.671552467346191, + "epoch": 0.5259677105621474, + "grad_norm": 1.015625, + "learning_rate": 0.0004977392050395217, + "loss": 5.4674, + "mean_token_accuracy": 0.16827739626169205, + "num_tokens": 11733359.0, + "step": 6760 + }, + { + "entropy": 5.6978929996490475, + "epoch": 0.526356739933865, + "grad_norm": 1.015625, + "learning_rate": 0.0004977352842643121, + "loss": 5.4447, + "mean_token_accuracy": 0.17384590953588486, + "num_tokens": 11740936.0, + "step": 6765 + }, + { + "entropy": 5.6561400413513185, + "epoch": 0.5267457693055826, + "grad_norm": 0.90625, + "learning_rate": 0.000497731360109449, + "loss": 5.4912, + "mean_token_accuracy": 0.1654544785618782, + "num_tokens": 11749764.0, + "step": 6770 + }, + { + "entropy": 5.71761384010315, + "epoch": 0.5271347986773002, + "grad_norm": 1.0078125, + "learning_rate": 0.0004977274325749922, + "loss": 5.499, + "mean_token_accuracy": 0.17246012687683104, + "num_tokens": 11757945.0, + "step": 6775 + }, + { + "entropy": 5.608647632598877, + "epoch": 0.5275238280490177, + "grad_norm": 1.0546875, + "learning_rate": 0.0004977235016610011, + "loss": 5.3704, + "mean_token_accuracy": 0.17345735132694245, + "num_tokens": 11766333.0, + "step": 6780 + }, + { + "entropy": 5.605227470397949, + "epoch": 0.5279128574207352, + "grad_norm": 0.90234375, + "learning_rate": 0.0004977195673675353, + "loss": 5.4179, + "mean_token_accuracy": 0.16838252991437913, + "num_tokens": 11775041.0, + "step": 6785 + }, + { + "entropy": 5.657201194763184, + "epoch": 0.5283018867924528, + "grad_norm": 1.0078125, + "learning_rate": 0.0004977156296946545, + "loss": 5.4054, + "mean_token_accuracy": 0.16645608246326446, + "num_tokens": 11783958.0, + "step": 6790 + }, + { + "entropy": 5.630903053283691, + "epoch": 0.5286909161641704, + "grad_norm": 1.0, + "learning_rate": 0.0004977116886424187, + "loss": 5.4613, + "mean_token_accuracy": 0.16542300283908845, + "num_tokens": 11792174.0, + "step": 6795 + }, + { + "entropy": 5.639910507202148, + "epoch": 0.529079945535888, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977077442108873, + "loss": 5.3807, + "mean_token_accuracy": 0.17330700159072876, + "num_tokens": 11800514.0, + "step": 6800 + }, + { + "entropy": 5.6459287166595455, + "epoch": 0.5294689749076055, + "grad_norm": 0.95703125, + "learning_rate": 0.0004977037964001204, + "loss": 5.3029, + "mean_token_accuracy": 0.18221512138843537, + "num_tokens": 11808918.0, + "step": 6805 + }, + { + "entropy": 5.70598258972168, + "epoch": 0.5298580042793231, + "grad_norm": 0.98046875, + "learning_rate": 0.000497699845210178, + "loss": 5.5537, + "mean_token_accuracy": 0.16276264637708665, + "num_tokens": 11818014.0, + "step": 6810 + }, + { + "entropy": 5.63267674446106, + "epoch": 0.5302470336510406, + "grad_norm": 0.953125, + "learning_rate": 0.0004976958906411197, + "loss": 5.4684, + "mean_token_accuracy": 0.1639823779463768, + "num_tokens": 11826477.0, + "step": 6815 + }, + { + "entropy": 5.735885572433472, + "epoch": 0.5306360630227582, + "grad_norm": 0.97265625, + "learning_rate": 0.0004976919326930059, + "loss": 5.5319, + "mean_token_accuracy": 0.16284382790327073, + "num_tokens": 11835513.0, + "step": 6820 + }, + { + "entropy": 5.752363300323486, + "epoch": 0.5310250923944758, + "grad_norm": 0.96875, + "learning_rate": 0.0004976879713658964, + "loss": 5.5148, + "mean_token_accuracy": 0.16687608808279036, + "num_tokens": 11844495.0, + "step": 6825 + }, + { + "entropy": 5.661299991607666, + "epoch": 0.5314141217661933, + "grad_norm": 0.87890625, + "learning_rate": 0.0004976840066598514, + "loss": 5.4558, + "mean_token_accuracy": 0.16549880653619767, + "num_tokens": 11853013.0, + "step": 6830 + }, + { + "entropy": 5.566314268112182, + "epoch": 0.5318031511379109, + "grad_norm": 0.98828125, + "learning_rate": 0.0004976800385749309, + "loss": 5.2665, + "mean_token_accuracy": 0.17524262219667436, + "num_tokens": 11861899.0, + "step": 6835 + }, + { + "entropy": 5.569824314117431, + "epoch": 0.5321921805096285, + "grad_norm": 0.921875, + "learning_rate": 0.0004976760671111954, + "loss": 5.3419, + "mean_token_accuracy": 0.17819802314043046, + "num_tokens": 11870836.0, + "step": 6840 + }, + { + "entropy": 5.630034446716309, + "epoch": 0.532581209881346, + "grad_norm": 0.953125, + "learning_rate": 0.000497672092268705, + "loss": 5.3942, + "mean_token_accuracy": 0.16372393667697907, + "num_tokens": 11879363.0, + "step": 6845 + }, + { + "entropy": 5.677461814880371, + "epoch": 0.5329702392530636, + "grad_norm": 0.99609375, + "learning_rate": 0.00049766811404752, + "loss": 5.4007, + "mean_token_accuracy": 0.16805416345596313, + "num_tokens": 11887696.0, + "step": 6850 + }, + { + "entropy": 5.633221387863159, + "epoch": 0.5333592686247812, + "grad_norm": 1.0, + "learning_rate": 0.0004976641324477008, + "loss": 5.4031, + "mean_token_accuracy": 0.1713561162352562, + "num_tokens": 11895867.0, + "step": 6855 + }, + { + "entropy": 5.662677812576294, + "epoch": 0.5337482979964987, + "grad_norm": 0.98828125, + "learning_rate": 0.0004976601474693077, + "loss": 5.3389, + "mean_token_accuracy": 0.1717140942811966, + "num_tokens": 11904537.0, + "step": 6860 + }, + { + "entropy": 5.731931447982788, + "epoch": 0.5341373273682163, + "grad_norm": 0.9375, + "learning_rate": 0.0004976561591124014, + "loss": 5.4686, + "mean_token_accuracy": 0.17363298535346985, + "num_tokens": 11913097.0, + "step": 6865 + }, + { + "entropy": 5.578159427642822, + "epoch": 0.5345263567399339, + "grad_norm": 1.0234375, + "learning_rate": 0.0004976521673770421, + "loss": 5.2752, + "mean_token_accuracy": 0.17268597036600114, + "num_tokens": 11921852.0, + "step": 6870 + }, + { + "entropy": 5.627079343795776, + "epoch": 0.5349153861116515, + "grad_norm": 0.99609375, + "learning_rate": 0.0004976481722632907, + "loss": 5.4598, + "mean_token_accuracy": 0.1650264471769333, + "num_tokens": 11930836.0, + "step": 6875 + }, + { + "entropy": 5.710422945022583, + "epoch": 0.535304415483369, + "grad_norm": 1.0, + "learning_rate": 0.0004976441737712076, + "loss": 5.5305, + "mean_token_accuracy": 0.16050295382738114, + "num_tokens": 11940069.0, + "step": 6880 + }, + { + "entropy": 5.734521436691284, + "epoch": 0.5356934448550865, + "grad_norm": 1.0859375, + "learning_rate": 0.0004976401719008536, + "loss": 5.4401, + "mean_token_accuracy": 0.17020536661148072, + "num_tokens": 11948525.0, + "step": 6885 + }, + { + "entropy": 5.626850891113281, + "epoch": 0.5360824742268041, + "grad_norm": 1.0625, + "learning_rate": 0.0004976361666522893, + "loss": 5.4475, + "mean_token_accuracy": 0.1688174158334732, + "num_tokens": 11956912.0, + "step": 6890 + }, + { + "entropy": 5.539887142181397, + "epoch": 0.5364715035985217, + "grad_norm": 1.078125, + "learning_rate": 0.0004976321580255755, + "loss": 5.5336, + "mean_token_accuracy": 0.16634575575590133, + "num_tokens": 11965782.0, + "step": 6895 + }, + { + "entropy": 5.706142091751099, + "epoch": 0.5368605329702393, + "grad_norm": 0.953125, + "learning_rate": 0.0004976281460207731, + "loss": 5.447, + "mean_token_accuracy": 0.1684982642531395, + "num_tokens": 11974889.0, + "step": 6900 + }, + { + "entropy": 5.7341108322143555, + "epoch": 0.5372495623419569, + "grad_norm": 0.9375, + "learning_rate": 0.000497624130637943, + "loss": 5.4409, + "mean_token_accuracy": 0.16870606541633607, + "num_tokens": 11983507.0, + "step": 6905 + }, + { + "entropy": 5.570401287078857, + "epoch": 0.5376385917136743, + "grad_norm": 1.0625, + "learning_rate": 0.000497620111877146, + "loss": 5.3142, + "mean_token_accuracy": 0.17675935626029968, + "num_tokens": 11991646.0, + "step": 6910 + }, + { + "entropy": 5.537765407562256, + "epoch": 0.5380276210853919, + "grad_norm": 1.03125, + "learning_rate": 0.0004976160897384431, + "loss": 5.3447, + "mean_token_accuracy": 0.17250619679689408, + "num_tokens": 12000223.0, + "step": 6915 + }, + { + "entropy": 5.665034008026123, + "epoch": 0.5384166504571095, + "grad_norm": 1.109375, + "learning_rate": 0.0004976120642218955, + "loss": 5.4525, + "mean_token_accuracy": 0.17188968807458876, + "num_tokens": 12009012.0, + "step": 6920 + }, + { + "entropy": 5.750792694091797, + "epoch": 0.5388056798288271, + "grad_norm": 0.9453125, + "learning_rate": 0.000497608035327564, + "loss": 5.49, + "mean_token_accuracy": 0.16075368374586105, + "num_tokens": 12018001.0, + "step": 6925 + }, + { + "entropy": 5.598563003540039, + "epoch": 0.5391947092005447, + "grad_norm": 1.0625, + "learning_rate": 0.00049760400305551, + "loss": 5.3158, + "mean_token_accuracy": 0.18070554882287979, + "num_tokens": 12025943.0, + "step": 6930 + }, + { + "entropy": 5.616814088821411, + "epoch": 0.5395837385722622, + "grad_norm": 0.9765625, + "learning_rate": 0.0004975999674057944, + "loss": 5.3605, + "mean_token_accuracy": 0.17010299861431122, + "num_tokens": 12035073.0, + "step": 6935 + }, + { + "entropy": 5.7316052436828615, + "epoch": 0.5399727679439797, + "grad_norm": 0.94921875, + "learning_rate": 0.0004975959283784787, + "loss": 5.5468, + "mean_token_accuracy": 0.1576745942234993, + "num_tokens": 12043698.0, + "step": 6940 + }, + { + "entropy": 5.634044551849366, + "epoch": 0.5403617973156973, + "grad_norm": 0.98046875, + "learning_rate": 0.0004975918859736241, + "loss": 5.4313, + "mean_token_accuracy": 0.17379543036222458, + "num_tokens": 12052247.0, + "step": 6945 + }, + { + "entropy": 5.625600290298462, + "epoch": 0.5407508266874149, + "grad_norm": 0.96484375, + "learning_rate": 0.0004975878401912919, + "loss": 5.4427, + "mean_token_accuracy": 0.17108741998672486, + "num_tokens": 12061187.0, + "step": 6950 + }, + { + "entropy": 5.646617078781128, + "epoch": 0.5411398560591325, + "grad_norm": 1.015625, + "learning_rate": 0.0004975837910315436, + "loss": 5.385, + "mean_token_accuracy": 0.17147762924432755, + "num_tokens": 12070121.0, + "step": 6955 + }, + { + "entropy": 5.657769870758057, + "epoch": 0.54152888543085, + "grad_norm": 0.98046875, + "learning_rate": 0.0004975797384944405, + "loss": 5.339, + "mean_token_accuracy": 0.18109859973192216, + "num_tokens": 12078578.0, + "step": 6960 + }, + { + "entropy": 5.591638612747192, + "epoch": 0.5419179148025676, + "grad_norm": 1.015625, + "learning_rate": 0.000497575682580044, + "loss": 5.4918, + "mean_token_accuracy": 0.17290250658988954, + "num_tokens": 12087029.0, + "step": 6965 + }, + { + "entropy": 5.745116949081421, + "epoch": 0.5423069441742852, + "grad_norm": 0.9140625, + "learning_rate": 0.000497571623288416, + "loss": 5.4636, + "mean_token_accuracy": 0.16208516657352448, + "num_tokens": 12096105.0, + "step": 6970 + }, + { + "entropy": 5.79583044052124, + "epoch": 0.5426959735460027, + "grad_norm": 0.96875, + "learning_rate": 0.0004975675606196177, + "loss": 5.5419, + "mean_token_accuracy": 0.1621698871254921, + "num_tokens": 12105098.0, + "step": 6975 + }, + { + "entropy": 5.647582006454468, + "epoch": 0.5430850029177203, + "grad_norm": 1.046875, + "learning_rate": 0.000497563494573711, + "loss": 5.3379, + "mean_token_accuracy": 0.17473508417606354, + "num_tokens": 12112894.0, + "step": 6980 + }, + { + "entropy": 5.59762806892395, + "epoch": 0.5434740322894378, + "grad_norm": 0.97265625, + "learning_rate": 0.0004975594251507575, + "loss": 5.4683, + "mean_token_accuracy": 0.17303581088781356, + "num_tokens": 12121457.0, + "step": 6985 + }, + { + "entropy": 5.679516887664795, + "epoch": 0.5438630616611554, + "grad_norm": 1.03125, + "learning_rate": 0.000497555352350819, + "loss": 5.3393, + "mean_token_accuracy": 0.17706256955862046, + "num_tokens": 12129998.0, + "step": 6990 + }, + { + "entropy": 5.699892997741699, + "epoch": 0.544252091032873, + "grad_norm": 1.03125, + "learning_rate": 0.0004975512761739572, + "loss": 5.4123, + "mean_token_accuracy": 0.16763640493154525, + "num_tokens": 12137861.0, + "step": 6995 + }, + { + "entropy": 5.611218214035034, + "epoch": 0.5446411204045906, + "grad_norm": 0.95703125, + "learning_rate": 0.000497547196620234, + "loss": 5.4202, + "mean_token_accuracy": 0.16736047565937043, + "num_tokens": 12146294.0, + "step": 7000 + }, + { + "entropy": 5.6113814353942875, + "epoch": 0.5450301497763081, + "grad_norm": 1.0078125, + "learning_rate": 0.0004975431136897114, + "loss": 5.4225, + "mean_token_accuracy": 0.17288087606430053, + "num_tokens": 12155642.0, + "step": 7005 + }, + { + "entropy": 5.781958055496216, + "epoch": 0.5454191791480256, + "grad_norm": 0.9765625, + "learning_rate": 0.0004975390273824512, + "loss": 5.5223, + "mean_token_accuracy": 0.16702488213777542, + "num_tokens": 12164709.0, + "step": 7010 + }, + { + "entropy": 5.67509708404541, + "epoch": 0.5458082085197432, + "grad_norm": 0.96875, + "learning_rate": 0.0004975349376985155, + "loss": 5.3927, + "mean_token_accuracy": 0.1752987876534462, + "num_tokens": 12173591.0, + "step": 7015 + }, + { + "entropy": 5.636157035827637, + "epoch": 0.5461972378914608, + "grad_norm": 1.078125, + "learning_rate": 0.0004975308446379663, + "loss": 5.4468, + "mean_token_accuracy": 0.16483746767044066, + "num_tokens": 12182050.0, + "step": 7020 + }, + { + "entropy": 5.717999887466431, + "epoch": 0.5465862672631784, + "grad_norm": 0.90625, + "learning_rate": 0.0004975267482008657, + "loss": 5.4951, + "mean_token_accuracy": 0.16928022503852844, + "num_tokens": 12190870.0, + "step": 7025 + }, + { + "entropy": 5.554836845397949, + "epoch": 0.546975296634896, + "grad_norm": 0.984375, + "learning_rate": 0.000497522648387276, + "loss": 5.2444, + "mean_token_accuracy": 0.1796307697892189, + "num_tokens": 12199624.0, + "step": 7030 + }, + { + "entropy": 5.671341228485107, + "epoch": 0.5473643260066134, + "grad_norm": 1.0546875, + "learning_rate": 0.0004975185451972592, + "loss": 5.4989, + "mean_token_accuracy": 0.16450446844100952, + "num_tokens": 12208087.0, + "step": 7035 + }, + { + "entropy": 5.74378662109375, + "epoch": 0.547753355378331, + "grad_norm": 1.0078125, + "learning_rate": 0.0004975144386308776, + "loss": 5.4587, + "mean_token_accuracy": 0.16939086616039276, + "num_tokens": 12216531.0, + "step": 7040 + }, + { + "entropy": 5.673602485656739, + "epoch": 0.5481423847500486, + "grad_norm": 0.98828125, + "learning_rate": 0.0004975103286881936, + "loss": 5.4118, + "mean_token_accuracy": 0.17153862565755845, + "num_tokens": 12225094.0, + "step": 7045 + }, + { + "entropy": 5.593559598922729, + "epoch": 0.5485314141217662, + "grad_norm": 0.95703125, + "learning_rate": 0.0004975062153692696, + "loss": 5.4089, + "mean_token_accuracy": 0.1735567644238472, + "num_tokens": 12233824.0, + "step": 7050 + }, + { + "entropy": 5.611363554000855, + "epoch": 0.5489204434934838, + "grad_norm": 0.96875, + "learning_rate": 0.0004975020986741678, + "loss": 5.2983, + "mean_token_accuracy": 0.17281068861484528, + "num_tokens": 12242923.0, + "step": 7055 + }, + { + "entropy": 5.636492395401001, + "epoch": 0.5493094728652014, + "grad_norm": 0.99609375, + "learning_rate": 0.0004974979786029509, + "loss": 5.3389, + "mean_token_accuracy": 0.1716264933347702, + "num_tokens": 12251963.0, + "step": 7060 + }, + { + "entropy": 5.64126033782959, + "epoch": 0.5496985022369189, + "grad_norm": 1.0234375, + "learning_rate": 0.0004974938551556814, + "loss": 5.4726, + "mean_token_accuracy": 0.16598251461982727, + "num_tokens": 12260347.0, + "step": 7065 + }, + { + "entropy": 5.616513633728028, + "epoch": 0.5500875316086364, + "grad_norm": 0.96875, + "learning_rate": 0.0004974897283324217, + "loss": 5.5112, + "mean_token_accuracy": 0.16583890169858934, + "num_tokens": 12269156.0, + "step": 7070 + }, + { + "entropy": 5.669668912887573, + "epoch": 0.550476560980354, + "grad_norm": 1.0234375, + "learning_rate": 0.0004974855981332343, + "loss": 5.4022, + "mean_token_accuracy": 0.1681751862168312, + "num_tokens": 12277636.0, + "step": 7075 + }, + { + "entropy": 5.690270805358887, + "epoch": 0.5508655903520716, + "grad_norm": 0.984375, + "learning_rate": 0.0004974814645581823, + "loss": 5.3897, + "mean_token_accuracy": 0.1771720752120018, + "num_tokens": 12286027.0, + "step": 7080 + }, + { + "entropy": 5.684526968002319, + "epoch": 0.5512546197237892, + "grad_norm": 0.90625, + "learning_rate": 0.0004974773276073282, + "loss": 5.5215, + "mean_token_accuracy": 0.16352718994021415, + "num_tokens": 12295085.0, + "step": 7085 + }, + { + "entropy": 5.726123046875, + "epoch": 0.5516436490955067, + "grad_norm": 1.03125, + "learning_rate": 0.0004974731872807347, + "loss": 5.4854, + "mean_token_accuracy": 0.16884510070085526, + "num_tokens": 12304275.0, + "step": 7090 + }, + { + "entropy": 5.619599103927612, + "epoch": 0.5520326784672243, + "grad_norm": 1.203125, + "learning_rate": 0.0004974690435784647, + "loss": 5.2908, + "mean_token_accuracy": 0.18858238458633422, + "num_tokens": 12312841.0, + "step": 7095 + }, + { + "entropy": 5.610299396514892, + "epoch": 0.5524217078389418, + "grad_norm": 1.0078125, + "learning_rate": 0.0004974648965005811, + "loss": 5.4071, + "mean_token_accuracy": 0.16392343640327453, + "num_tokens": 12322133.0, + "step": 7100 + }, + { + "entropy": 5.631564426422119, + "epoch": 0.5528107372106594, + "grad_norm": 1.0546875, + "learning_rate": 0.0004974607460471466, + "loss": 5.3802, + "mean_token_accuracy": 0.1664992719888687, + "num_tokens": 12330502.0, + "step": 7105 + }, + { + "entropy": 5.684219026565552, + "epoch": 0.553199766582377, + "grad_norm": 1.1015625, + "learning_rate": 0.0004974565922182246, + "loss": 5.4068, + "mean_token_accuracy": 0.16999222934246064, + "num_tokens": 12338899.0, + "step": 7110 + }, + { + "entropy": 5.597611713409424, + "epoch": 0.5535887959540945, + "grad_norm": 0.953125, + "learning_rate": 0.0004974524350138777, + "loss": 5.3952, + "mean_token_accuracy": 0.17126004546880721, + "num_tokens": 12348299.0, + "step": 7115 + }, + { + "entropy": 5.651516532897949, + "epoch": 0.5539778253258121, + "grad_norm": 1.0, + "learning_rate": 0.0004974482744341693, + "loss": 5.4134, + "mean_token_accuracy": 0.17356518805027008, + "num_tokens": 12356582.0, + "step": 7120 + }, + { + "entropy": 5.7098452091217045, + "epoch": 0.5543668546975297, + "grad_norm": 1.0625, + "learning_rate": 0.0004974441104791624, + "loss": 5.5207, + "mean_token_accuracy": 0.15875308513641356, + "num_tokens": 12366209.0, + "step": 7125 + }, + { + "entropy": 5.678668260574341, + "epoch": 0.5547558840692473, + "grad_norm": 0.984375, + "learning_rate": 0.0004974399431489201, + "loss": 5.4401, + "mean_token_accuracy": 0.16072257608175278, + "num_tokens": 12374777.0, + "step": 7130 + }, + { + "entropy": 5.606429815292358, + "epoch": 0.5551449134409648, + "grad_norm": 1.0390625, + "learning_rate": 0.0004974357724435057, + "loss": 5.4001, + "mean_token_accuracy": 0.16457735896110534, + "num_tokens": 12384405.0, + "step": 7135 + }, + { + "entropy": 5.732188034057617, + "epoch": 0.5555339428126823, + "grad_norm": 0.98046875, + "learning_rate": 0.0004974315983629825, + "loss": 5.4806, + "mean_token_accuracy": 0.1655801698565483, + "num_tokens": 12393464.0, + "step": 7140 + }, + { + "entropy": 5.757658910751343, + "epoch": 0.5559229721843999, + "grad_norm": 1.1015625, + "learning_rate": 0.0004974274209074139, + "loss": 5.5011, + "mean_token_accuracy": 0.16627497524023055, + "num_tokens": 12401917.0, + "step": 7145 + }, + { + "entropy": 5.531997394561768, + "epoch": 0.5563120015561175, + "grad_norm": 1.0234375, + "learning_rate": 0.0004974232400768632, + "loss": 5.2958, + "mean_token_accuracy": 0.17810201048851013, + "num_tokens": 12410928.0, + "step": 7150 + }, + { + "entropy": 5.60371584892273, + "epoch": 0.5567010309278351, + "grad_norm": 0.96484375, + "learning_rate": 0.0004974190558713939, + "loss": 5.3569, + "mean_token_accuracy": 0.17425443083047867, + "num_tokens": 12419747.0, + "step": 7155 + }, + { + "entropy": 5.684228324890137, + "epoch": 0.5570900602995527, + "grad_norm": 0.9765625, + "learning_rate": 0.0004974148682910694, + "loss": 5.3857, + "mean_token_accuracy": 0.17257120013236998, + "num_tokens": 12428608.0, + "step": 7160 + }, + { + "entropy": 5.744918441772461, + "epoch": 0.5574790896712701, + "grad_norm": 0.97265625, + "learning_rate": 0.0004974106773359533, + "loss": 5.4851, + "mean_token_accuracy": 0.1652093231678009, + "num_tokens": 12437101.0, + "step": 7165 + }, + { + "entropy": 5.602647924423218, + "epoch": 0.5578681190429877, + "grad_norm": 0.8828125, + "learning_rate": 0.0004974064830061091, + "loss": 5.4446, + "mean_token_accuracy": 0.16767866313457488, + "num_tokens": 12446813.0, + "step": 7170 + }, + { + "entropy": 5.681476163864136, + "epoch": 0.5582571484147053, + "grad_norm": 1.0390625, + "learning_rate": 0.0004974022853016006, + "loss": 5.3904, + "mean_token_accuracy": 0.17777819335460662, + "num_tokens": 12455931.0, + "step": 7175 + }, + { + "entropy": 5.664216613769531, + "epoch": 0.5586461777864229, + "grad_norm": 1.03125, + "learning_rate": 0.0004973980842224913, + "loss": 5.3739, + "mean_token_accuracy": 0.17391000241041182, + "num_tokens": 12463586.0, + "step": 7180 + }, + { + "entropy": 5.597675848007202, + "epoch": 0.5590352071581405, + "grad_norm": 1.046875, + "learning_rate": 0.0004973938797688452, + "loss": 5.3906, + "mean_token_accuracy": 0.17691944986581803, + "num_tokens": 12472063.0, + "step": 7185 + }, + { + "entropy": 5.641227197647095, + "epoch": 0.559424236529858, + "grad_norm": 1.0625, + "learning_rate": 0.0004973896719407259, + "loss": 5.406, + "mean_token_accuracy": 0.1692581966519356, + "num_tokens": 12480763.0, + "step": 7190 + }, + { + "entropy": 5.675350046157837, + "epoch": 0.5598132659015755, + "grad_norm": 0.9609375, + "learning_rate": 0.0004973854607381972, + "loss": 5.3448, + "mean_token_accuracy": 0.1801315128803253, + "num_tokens": 12488757.0, + "step": 7195 + }, + { + "entropy": 5.569622135162353, + "epoch": 0.5602022952732931, + "grad_norm": 1.0390625, + "learning_rate": 0.0004973812461613232, + "loss": 5.4064, + "mean_token_accuracy": 0.17317397892475128, + "num_tokens": 12497030.0, + "step": 7200 + }, + { + "entropy": 5.64783296585083, + "epoch": 0.5605913246450107, + "grad_norm": 1.0390625, + "learning_rate": 0.0004973770282101677, + "loss": 5.4266, + "mean_token_accuracy": 0.16664355844259263, + "num_tokens": 12506067.0, + "step": 7205 + }, + { + "entropy": 5.651951456069947, + "epoch": 0.5609803540167283, + "grad_norm": 1.0078125, + "learning_rate": 0.0004973728068847947, + "loss": 5.3611, + "mean_token_accuracy": 0.16840779185295104, + "num_tokens": 12514246.0, + "step": 7210 + }, + { + "entropy": 5.657790565490723, + "epoch": 0.5613693833884458, + "grad_norm": 0.94140625, + "learning_rate": 0.0004973685821852684, + "loss": 5.4019, + "mean_token_accuracy": 0.171301032602787, + "num_tokens": 12523523.0, + "step": 7215 + }, + { + "entropy": 5.682505464553833, + "epoch": 0.5617584127601634, + "grad_norm": 0.97265625, + "learning_rate": 0.0004973643541116528, + "loss": 5.3957, + "mean_token_accuracy": 0.17163693606853486, + "num_tokens": 12532142.0, + "step": 7220 + }, + { + "entropy": 5.6058187007904055, + "epoch": 0.562147442131881, + "grad_norm": 1.125, + "learning_rate": 0.000497360122664012, + "loss": 5.4397, + "mean_token_accuracy": 0.17028565406799318, + "num_tokens": 12540647.0, + "step": 7225 + }, + { + "entropy": 5.576866817474365, + "epoch": 0.5625364715035985, + "grad_norm": 0.96875, + "learning_rate": 0.0004973558878424104, + "loss": 5.3439, + "mean_token_accuracy": 0.17291397452354432, + "num_tokens": 12549010.0, + "step": 7230 + }, + { + "entropy": 5.611696720123291, + "epoch": 0.5629255008753161, + "grad_norm": 0.921875, + "learning_rate": 0.0004973516496469119, + "loss": 5.3486, + "mean_token_accuracy": 0.17193022966384888, + "num_tokens": 12557428.0, + "step": 7235 + }, + { + "entropy": 5.569612216949463, + "epoch": 0.5633145302470336, + "grad_norm": 0.93359375, + "learning_rate": 0.0004973474080775811, + "loss": 5.29, + "mean_token_accuracy": 0.16920455694198608, + "num_tokens": 12566610.0, + "step": 7240 + }, + { + "entropy": 5.57372350692749, + "epoch": 0.5637035596187512, + "grad_norm": 1.0546875, + "learning_rate": 0.0004973431631344824, + "loss": 5.4097, + "mean_token_accuracy": 0.17289151400327682, + "num_tokens": 12576016.0, + "step": 7245 + }, + { + "entropy": 5.51690640449524, + "epoch": 0.5640925889904688, + "grad_norm": 1.03125, + "learning_rate": 0.00049733891481768, + "loss": 5.2215, + "mean_token_accuracy": 0.184297177195549, + "num_tokens": 12584033.0, + "step": 7250 + }, + { + "entropy": 5.668150424957275, + "epoch": 0.5644816183621864, + "grad_norm": 0.96484375, + "learning_rate": 0.0004973346631272384, + "loss": 5.3633, + "mean_token_accuracy": 0.17918503582477568, + "num_tokens": 12592784.0, + "step": 7255 + }, + { + "entropy": 5.647518110275269, + "epoch": 0.5648706477339039, + "grad_norm": 1.046875, + "learning_rate": 0.0004973304080632222, + "loss": 5.5028, + "mean_token_accuracy": 0.16309709548950196, + "num_tokens": 12601259.0, + "step": 7260 + }, + { + "entropy": 5.603525066375733, + "epoch": 0.5652596771056215, + "grad_norm": 0.9375, + "learning_rate": 0.000497326149625696, + "loss": 5.3313, + "mean_token_accuracy": 0.16406858563423157, + "num_tokens": 12610264.0, + "step": 7265 + }, + { + "entropy": 5.650942134857178, + "epoch": 0.565648706477339, + "grad_norm": 0.98046875, + "learning_rate": 0.0004973218878147244, + "loss": 5.3415, + "mean_token_accuracy": 0.17269101589918137, + "num_tokens": 12618817.0, + "step": 7270 + }, + { + "entropy": 5.611858224868774, + "epoch": 0.5660377358490566, + "grad_norm": 1.015625, + "learning_rate": 0.0004973176226303719, + "loss": 5.3587, + "mean_token_accuracy": 0.1739836424589157, + "num_tokens": 12627224.0, + "step": 7275 + }, + { + "entropy": 5.689392852783203, + "epoch": 0.5664267652207742, + "grad_norm": 0.97265625, + "learning_rate": 0.0004973133540727033, + "loss": 5.3732, + "mean_token_accuracy": 0.18202139139175416, + "num_tokens": 12635020.0, + "step": 7280 + }, + { + "entropy": 5.637719821929932, + "epoch": 0.5668157945924918, + "grad_norm": 0.953125, + "learning_rate": 0.0004973090821417835, + "loss": 5.4898, + "mean_token_accuracy": 0.16954613626003265, + "num_tokens": 12643821.0, + "step": 7285 + }, + { + "entropy": 5.730007171630859, + "epoch": 0.5672048239642093, + "grad_norm": 1.0546875, + "learning_rate": 0.0004973048068376772, + "loss": 5.4368, + "mean_token_accuracy": 0.16947726905345917, + "num_tokens": 12652091.0, + "step": 7290 + }, + { + "entropy": 5.700078010559082, + "epoch": 0.5675938533359268, + "grad_norm": 1.015625, + "learning_rate": 0.0004973005281604492, + "loss": 5.4492, + "mean_token_accuracy": 0.17107911556959152, + "num_tokens": 12661389.0, + "step": 7295 + }, + { + "entropy": 5.667845392227173, + "epoch": 0.5679828827076444, + "grad_norm": 0.9609375, + "learning_rate": 0.0004972962461101646, + "loss": 5.4683, + "mean_token_accuracy": 0.17340354472398758, + "num_tokens": 12670361.0, + "step": 7300 + }, + { + "entropy": 5.5832093238830565, + "epoch": 0.568371912079362, + "grad_norm": 1.0234375, + "learning_rate": 0.0004972919606868883, + "loss": 5.2721, + "mean_token_accuracy": 0.17934520542621613, + "num_tokens": 12677765.0, + "step": 7305 + }, + { + "entropy": 5.60428409576416, + "epoch": 0.5687609414510796, + "grad_norm": 1.0234375, + "learning_rate": 0.0004972876718906852, + "loss": 5.3411, + "mean_token_accuracy": 0.18018452525138856, + "num_tokens": 12686461.0, + "step": 7310 + }, + { + "entropy": 5.603921890258789, + "epoch": 0.5691499708227972, + "grad_norm": 0.98046875, + "learning_rate": 0.0004972833797216206, + "loss": 5.341, + "mean_token_accuracy": 0.1742023929953575, + "num_tokens": 12694663.0, + "step": 7315 + }, + { + "entropy": 5.609700298309326, + "epoch": 0.5695390001945146, + "grad_norm": 0.92578125, + "learning_rate": 0.0004972790841797595, + "loss": 5.4034, + "mean_token_accuracy": 0.17165356129407883, + "num_tokens": 12703659.0, + "step": 7320 + }, + { + "entropy": 5.626158809661865, + "epoch": 0.5699280295662322, + "grad_norm": 1.0078125, + "learning_rate": 0.000497274785265167, + "loss": 5.3696, + "mean_token_accuracy": 0.17114897072315216, + "num_tokens": 12711402.0, + "step": 7325 + }, + { + "entropy": 5.634340906143189, + "epoch": 0.5703170589379498, + "grad_norm": 0.9921875, + "learning_rate": 0.0004972704829779086, + "loss": 5.4383, + "mean_token_accuracy": 0.16824499964714051, + "num_tokens": 12720500.0, + "step": 7330 + }, + { + "entropy": 5.682785940170288, + "epoch": 0.5707060883096674, + "grad_norm": 0.98046875, + "learning_rate": 0.0004972661773180492, + "loss": 5.4586, + "mean_token_accuracy": 0.166053406894207, + "num_tokens": 12729325.0, + "step": 7335 + }, + { + "entropy": 5.658143758773804, + "epoch": 0.571095117681385, + "grad_norm": 0.97265625, + "learning_rate": 0.0004972618682856545, + "loss": 5.493, + "mean_token_accuracy": 0.16307419836521148, + "num_tokens": 12738573.0, + "step": 7340 + }, + { + "entropy": 5.609912347793579, + "epoch": 0.5714841470531025, + "grad_norm": 0.96875, + "learning_rate": 0.0004972575558807896, + "loss": 5.3501, + "mean_token_accuracy": 0.17531950622797013, + "num_tokens": 12746608.0, + "step": 7345 + }, + { + "entropy": 5.625151872634888, + "epoch": 0.57187317642482, + "grad_norm": 1.0390625, + "learning_rate": 0.0004972532401035201, + "loss": 5.3221, + "mean_token_accuracy": 0.17489213049411773, + "num_tokens": 12754724.0, + "step": 7350 + }, + { + "entropy": 5.586040687561035, + "epoch": 0.5722622057965376, + "grad_norm": 0.98828125, + "learning_rate": 0.0004972489209539114, + "loss": 5.4132, + "mean_token_accuracy": 0.1737084284424782, + "num_tokens": 12762654.0, + "step": 7355 + }, + { + "entropy": 5.6631756782531735, + "epoch": 0.5726512351682552, + "grad_norm": 0.9765625, + "learning_rate": 0.0004972445984320292, + "loss": 5.4233, + "mean_token_accuracy": 0.16429337859153748, + "num_tokens": 12771615.0, + "step": 7360 + }, + { + "entropy": 5.741293478012085, + "epoch": 0.5730402645399728, + "grad_norm": 1.03125, + "learning_rate": 0.0004972402725379388, + "loss": 5.5056, + "mean_token_accuracy": 0.16832784414291382, + "num_tokens": 12780991.0, + "step": 7365 + }, + { + "entropy": 5.674177169799805, + "epoch": 0.5734292939116903, + "grad_norm": 1.0, + "learning_rate": 0.000497235943271706, + "loss": 5.361, + "mean_token_accuracy": 0.1768481969833374, + "num_tokens": 12789402.0, + "step": 7370 + }, + { + "entropy": 5.60377950668335, + "epoch": 0.5738183232834079, + "grad_norm": 0.9296875, + "learning_rate": 0.0004972316106333966, + "loss": 5.346, + "mean_token_accuracy": 0.17487386167049407, + "num_tokens": 12798095.0, + "step": 7375 + }, + { + "entropy": 5.687059211730957, + "epoch": 0.5742073526551255, + "grad_norm": 0.98046875, + "learning_rate": 0.0004972272746230761, + "loss": 5.4274, + "mean_token_accuracy": 0.1711514785885811, + "num_tokens": 12806976.0, + "step": 7380 + }, + { + "entropy": 5.642342758178711, + "epoch": 0.574596382026843, + "grad_norm": 0.9375, + "learning_rate": 0.0004972229352408104, + "loss": 5.3528, + "mean_token_accuracy": 0.1776340425014496, + "num_tokens": 12815228.0, + "step": 7385 + }, + { + "entropy": 5.621855211257935, + "epoch": 0.5749854113985606, + "grad_norm": 0.9375, + "learning_rate": 0.0004972185924866655, + "loss": 5.4484, + "mean_token_accuracy": 0.16927571296691896, + "num_tokens": 12823674.0, + "step": 7390 + }, + { + "entropy": 5.6601160049438475, + "epoch": 0.5753744407702781, + "grad_norm": 1.0546875, + "learning_rate": 0.0004972142463607071, + "loss": 5.5345, + "mean_token_accuracy": 0.16644566655158996, + "num_tokens": 12832810.0, + "step": 7395 + }, + { + "entropy": 5.722142553329467, + "epoch": 0.5757634701419957, + "grad_norm": 0.9375, + "learning_rate": 0.0004972098968630012, + "loss": 5.475, + "mean_token_accuracy": 0.16008357405662538, + "num_tokens": 12841430.0, + "step": 7400 + }, + { + "entropy": 5.658217716217041, + "epoch": 0.5761524995137133, + "grad_norm": 0.9609375, + "learning_rate": 0.0004972055439936137, + "loss": 5.3609, + "mean_token_accuracy": 0.17402588129043578, + "num_tokens": 12850539.0, + "step": 7405 + }, + { + "entropy": 5.650355625152588, + "epoch": 0.5765415288854309, + "grad_norm": 1.0, + "learning_rate": 0.0004972011877526109, + "loss": 5.4717, + "mean_token_accuracy": 0.16799556314945222, + "num_tokens": 12859066.0, + "step": 7410 + }, + { + "entropy": 5.601924276351928, + "epoch": 0.5769305582571485, + "grad_norm": 1.0390625, + "learning_rate": 0.0004971968281400587, + "loss": 5.3651, + "mean_token_accuracy": 0.17659385800361632, + "num_tokens": 12867603.0, + "step": 7415 + }, + { + "entropy": 5.548606729507446, + "epoch": 0.5773195876288659, + "grad_norm": 0.99609375, + "learning_rate": 0.0004971924651560233, + "loss": 5.2208, + "mean_token_accuracy": 0.18172995299100875, + "num_tokens": 12875950.0, + "step": 7420 + }, + { + "entropy": 5.655488729476929, + "epoch": 0.5777086170005835, + "grad_norm": 1.0390625, + "learning_rate": 0.0004971880988005709, + "loss": 5.4785, + "mean_token_accuracy": 0.16646626889705657, + "num_tokens": 12884154.0, + "step": 7425 + }, + { + "entropy": 5.691912269592285, + "epoch": 0.5780976463723011, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971837290737677, + "loss": 5.5349, + "mean_token_accuracy": 0.1615962192416191, + "num_tokens": 12892515.0, + "step": 7430 + }, + { + "entropy": 5.619197607040405, + "epoch": 0.5784866757440187, + "grad_norm": 1.0, + "learning_rate": 0.0004971793559756801, + "loss": 5.3534, + "mean_token_accuracy": 0.17720565050840378, + "num_tokens": 12900919.0, + "step": 7435 + }, + { + "entropy": 5.578056859970093, + "epoch": 0.5788757051157363, + "grad_norm": 0.953125, + "learning_rate": 0.0004971749795063744, + "loss": 5.3283, + "mean_token_accuracy": 0.18330039083957672, + "num_tokens": 12909338.0, + "step": 7440 + }, + { + "entropy": 5.694128847122192, + "epoch": 0.5792647344874537, + "grad_norm": 1.0546875, + "learning_rate": 0.000497170599665917, + "loss": 5.4366, + "mean_token_accuracy": 0.16502223312854766, + "num_tokens": 12918118.0, + "step": 7445 + }, + { + "entropy": 5.669711685180664, + "epoch": 0.5796537638591713, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971662164543743, + "loss": 5.466, + "mean_token_accuracy": 0.1676119551062584, + "num_tokens": 12926878.0, + "step": 7450 + }, + { + "entropy": 5.607919597625733, + "epoch": 0.5800427932308889, + "grad_norm": 1.0859375, + "learning_rate": 0.0004971618298718131, + "loss": 5.3358, + "mean_token_accuracy": 0.17631906270980835, + "num_tokens": 12934869.0, + "step": 7455 + }, + { + "entropy": 5.546912050247192, + "epoch": 0.5804318226026065, + "grad_norm": 0.95703125, + "learning_rate": 0.0004971574399182995, + "loss": 5.394, + "mean_token_accuracy": 0.16879130452871322, + "num_tokens": 12944281.0, + "step": 7460 + }, + { + "entropy": 5.6653515815734865, + "epoch": 0.5808208519743241, + "grad_norm": 0.9453125, + "learning_rate": 0.0004971530465939005, + "loss": 5.4149, + "mean_token_accuracy": 0.16727388203144072, + "num_tokens": 12953281.0, + "step": 7465 + }, + { + "entropy": 5.673875236511231, + "epoch": 0.5812098813460417, + "grad_norm": 0.96875, + "learning_rate": 0.0004971486498986825, + "loss": 5.3931, + "mean_token_accuracy": 0.17328910380601883, + "num_tokens": 12962136.0, + "step": 7470 + }, + { + "entropy": 5.563898420333862, + "epoch": 0.5815989107177592, + "grad_norm": 0.98046875, + "learning_rate": 0.0004971442498327124, + "loss": 5.348, + "mean_token_accuracy": 0.1756136193871498, + "num_tokens": 12971288.0, + "step": 7475 + }, + { + "entropy": 5.5823845863342285, + "epoch": 0.5819879400894767, + "grad_norm": 1.0859375, + "learning_rate": 0.0004971398463960568, + "loss": 5.3155, + "mean_token_accuracy": 0.17655461132526398, + "num_tokens": 12979836.0, + "step": 7480 + }, + { + "entropy": 5.6288878440856935, + "epoch": 0.5823769694611943, + "grad_norm": 1.0078125, + "learning_rate": 0.0004971354395887827, + "loss": 5.3323, + "mean_token_accuracy": 0.18374994695186614, + "num_tokens": 12988233.0, + "step": 7485 + }, + { + "entropy": 5.601915407180786, + "epoch": 0.5827659988329119, + "grad_norm": 1.0703125, + "learning_rate": 0.0004971310294109569, + "loss": 5.3405, + "mean_token_accuracy": 0.17222541123628615, + "num_tokens": 12997077.0, + "step": 7490 + }, + { + "entropy": 5.580870151519775, + "epoch": 0.5831550282046295, + "grad_norm": 0.98828125, + "learning_rate": 0.0004971266158626461, + "loss": 5.375, + "mean_token_accuracy": 0.17703234851360322, + "num_tokens": 13005058.0, + "step": 7495 + }, + { + "entropy": 5.693687486648559, + "epoch": 0.583544057576347, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971221989439177, + "loss": 5.4284, + "mean_token_accuracy": 0.17557696402072906, + "num_tokens": 13013347.0, + "step": 7500 + }, + { + "entropy": 5.691101169586181, + "epoch": 0.5839330869480646, + "grad_norm": 1.0703125, + "learning_rate": 0.0004971177786548384, + "loss": 5.3588, + "mean_token_accuracy": 0.17577131390571593, + "num_tokens": 13021555.0, + "step": 7505 + }, + { + "entropy": 5.6124955177307125, + "epoch": 0.5843221163197821, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971133549954753, + "loss": 5.4529, + "mean_token_accuracy": 0.16763664335012435, + "num_tokens": 13029817.0, + "step": 7510 + }, + { + "entropy": 5.641552066802978, + "epoch": 0.5847111456914997, + "grad_norm": 1.015625, + "learning_rate": 0.0004971089279658954, + "loss": 5.4125, + "mean_token_accuracy": 0.1687588334083557, + "num_tokens": 13038119.0, + "step": 7515 + }, + { + "entropy": 5.628887176513672, + "epoch": 0.5851001750632173, + "grad_norm": 0.953125, + "learning_rate": 0.0004971044975661663, + "loss": 5.3371, + "mean_token_accuracy": 0.1777610197663307, + "num_tokens": 13047004.0, + "step": 7520 + }, + { + "entropy": 5.627340459823609, + "epoch": 0.5854892044349348, + "grad_norm": 0.9765625, + "learning_rate": 0.0004971000637963549, + "loss": 5.3279, + "mean_token_accuracy": 0.17624397277832032, + "num_tokens": 13055045.0, + "step": 7525 + }, + { + "entropy": 5.672088670730591, + "epoch": 0.5858782338066524, + "grad_norm": 0.97265625, + "learning_rate": 0.0004970956266565285, + "loss": 5.4151, + "mean_token_accuracy": 0.17066693305969238, + "num_tokens": 13064535.0, + "step": 7530 + }, + { + "entropy": 5.67555799484253, + "epoch": 0.58626726317837, + "grad_norm": 1.0, + "learning_rate": 0.0004970911861467544, + "loss": 5.478, + "mean_token_accuracy": 0.16494464576244355, + "num_tokens": 13073089.0, + "step": 7535 + }, + { + "entropy": 5.606437253952026, + "epoch": 0.5866562925500876, + "grad_norm": 1.0078125, + "learning_rate": 0.0004970867422671002, + "loss": 5.4175, + "mean_token_accuracy": 0.17264879643917083, + "num_tokens": 13082161.0, + "step": 7540 + }, + { + "entropy": 5.583182430267334, + "epoch": 0.5870453219218051, + "grad_norm": 0.9296875, + "learning_rate": 0.000497082295017633, + "loss": 5.2945, + "mean_token_accuracy": 0.1763348251581192, + "num_tokens": 13090632.0, + "step": 7545 + }, + { + "entropy": 5.688999652862549, + "epoch": 0.5874343512935226, + "grad_norm": 1.078125, + "learning_rate": 0.0004970778443984206, + "loss": 5.3461, + "mean_token_accuracy": 0.17180395275354385, + "num_tokens": 13098825.0, + "step": 7550 + }, + { + "entropy": 5.677446794509888, + "epoch": 0.5878233806652402, + "grad_norm": 0.9765625, + "learning_rate": 0.0004970733904095303, + "loss": 5.4275, + "mean_token_accuracy": 0.1757938951253891, + "num_tokens": 13107059.0, + "step": 7555 + }, + { + "entropy": 5.673526430130005, + "epoch": 0.5882124100369578, + "grad_norm": 1.0390625, + "learning_rate": 0.0004970689330510298, + "loss": 5.4427, + "mean_token_accuracy": 0.16199443265795707, + "num_tokens": 13116783.0, + "step": 7560 + }, + { + "entropy": 5.668778133392334, + "epoch": 0.5886014394086754, + "grad_norm": 1.0703125, + "learning_rate": 0.0004970644723229868, + "loss": 5.3879, + "mean_token_accuracy": 0.1710350438952446, + "num_tokens": 13124998.0, + "step": 7565 + }, + { + "entropy": 5.68775486946106, + "epoch": 0.588990468780393, + "grad_norm": 1.0078125, + "learning_rate": 0.0004970600082254687, + "loss": 5.4419, + "mean_token_accuracy": 0.17209930419921876, + "num_tokens": 13134507.0, + "step": 7570 + }, + { + "entropy": 5.571299934387207, + "epoch": 0.5893794981521104, + "grad_norm": 1.046875, + "learning_rate": 0.0004970555407585436, + "loss": 5.351, + "mean_token_accuracy": 0.17083754092454911, + "num_tokens": 13143682.0, + "step": 7575 + }, + { + "entropy": 5.632481050491333, + "epoch": 0.589768527523828, + "grad_norm": 1.015625, + "learning_rate": 0.000497051069922279, + "loss": 5.4237, + "mean_token_accuracy": 0.17508520185947418, + "num_tokens": 13151924.0, + "step": 7580 + }, + { + "entropy": 5.6247814178466795, + "epoch": 0.5901575568955456, + "grad_norm": 0.9765625, + "learning_rate": 0.0004970465957167429, + "loss": 5.3596, + "mean_token_accuracy": 0.17801107764244078, + "num_tokens": 13160853.0, + "step": 7585 + }, + { + "entropy": 5.689409399032593, + "epoch": 0.5905465862672632, + "grad_norm": 0.96484375, + "learning_rate": 0.000497042118142003, + "loss": 5.4113, + "mean_token_accuracy": 0.18122035413980483, + "num_tokens": 13168993.0, + "step": 7590 + }, + { + "entropy": 5.616657495498657, + "epoch": 0.5909356156389808, + "grad_norm": 1.0234375, + "learning_rate": 0.0004970376371981275, + "loss": 5.3321, + "mean_token_accuracy": 0.17255890220403672, + "num_tokens": 13177266.0, + "step": 7595 + }, + { + "entropy": 5.6668929100036625, + "epoch": 0.5913246450106983, + "grad_norm": 1.0703125, + "learning_rate": 0.0004970331528851842, + "loss": 5.4032, + "mean_token_accuracy": 0.16720218807458878, + "num_tokens": 13185328.0, + "step": 7600 + }, + { + "entropy": 5.574369049072265, + "epoch": 0.5917136743824158, + "grad_norm": 0.9296875, + "learning_rate": 0.0004970286652032412, + "loss": 5.2853, + "mean_token_accuracy": 0.179343780875206, + "num_tokens": 13194502.0, + "step": 7605 + }, + { + "entropy": 5.617265462875366, + "epoch": 0.5921027037541334, + "grad_norm": 1.078125, + "learning_rate": 0.0004970241741523667, + "loss": 5.4346, + "mean_token_accuracy": 0.16966428309679032, + "num_tokens": 13203745.0, + "step": 7610 + }, + { + "entropy": 5.68468222618103, + "epoch": 0.592491733125851, + "grad_norm": 0.90234375, + "learning_rate": 0.0004970196797326286, + "loss": 5.4815, + "mean_token_accuracy": 0.17039461582899093, + "num_tokens": 13213115.0, + "step": 7615 + }, + { + "entropy": 5.727099227905273, + "epoch": 0.5928807624975686, + "grad_norm": 0.953125, + "learning_rate": 0.0004970151819440955, + "loss": 5.5165, + "mean_token_accuracy": 0.16375751942396163, + "num_tokens": 13222231.0, + "step": 7620 + }, + { + "entropy": 5.634699535369873, + "epoch": 0.5932697918692861, + "grad_norm": 0.953125, + "learning_rate": 0.0004970106807868351, + "loss": 5.32, + "mean_token_accuracy": 0.169417604804039, + "num_tokens": 13231346.0, + "step": 7625 + }, + { + "entropy": 5.6288862228393555, + "epoch": 0.5936588212410037, + "grad_norm": 0.96875, + "learning_rate": 0.000497006176260916, + "loss": 5.4368, + "mean_token_accuracy": 0.16189672350883483, + "num_tokens": 13240436.0, + "step": 7630 + }, + { + "entropy": 5.679306936264038, + "epoch": 0.5940478506127213, + "grad_norm": 0.95703125, + "learning_rate": 0.0004970016683664068, + "loss": 5.3609, + "mean_token_accuracy": 0.17597733438014984, + "num_tokens": 13249501.0, + "step": 7635 + }, + { + "entropy": 5.523988151550293, + "epoch": 0.5944368799844388, + "grad_norm": 0.96484375, + "learning_rate": 0.0004969971571033754, + "loss": 5.2859, + "mean_token_accuracy": 0.17960336953401565, + "num_tokens": 13258322.0, + "step": 7640 + }, + { + "entropy": 5.615015316009521, + "epoch": 0.5948259093561564, + "grad_norm": 1.0625, + "learning_rate": 0.0004969926424718906, + "loss": 5.4555, + "mean_token_accuracy": 0.1687053233385086, + "num_tokens": 13267418.0, + "step": 7645 + }, + { + "entropy": 5.734052753448486, + "epoch": 0.5952149387278739, + "grad_norm": 0.96484375, + "learning_rate": 0.0004969881244720207, + "loss": 5.4526, + "mean_token_accuracy": 0.16670702248811722, + "num_tokens": 13276243.0, + "step": 7650 + }, + { + "entropy": 5.564925861358643, + "epoch": 0.5956039680995915, + "grad_norm": 0.94140625, + "learning_rate": 0.0004969836031038343, + "loss": 5.3258, + "mean_token_accuracy": 0.17064776122570038, + "num_tokens": 13285611.0, + "step": 7655 + }, + { + "entropy": 5.642630195617675, + "epoch": 0.5959929974713091, + "grad_norm": 0.96875, + "learning_rate": 0.0004969790783674002, + "loss": 5.4318, + "mean_token_accuracy": 0.16857724040746688, + "num_tokens": 13293949.0, + "step": 7660 + }, + { + "entropy": 5.599985218048095, + "epoch": 0.5963820268430267, + "grad_norm": 1.015625, + "learning_rate": 0.0004969745502627868, + "loss": 5.3695, + "mean_token_accuracy": 0.1733701005578041, + "num_tokens": 13302593.0, + "step": 7665 + }, + { + "entropy": 5.637280797958374, + "epoch": 0.5967710562147442, + "grad_norm": 1.0390625, + "learning_rate": 0.0004969700187900629, + "loss": 5.4221, + "mean_token_accuracy": 0.16763776838779448, + "num_tokens": 13310947.0, + "step": 7670 + }, + { + "entropy": 5.662697505950928, + "epoch": 0.5971600855864618, + "grad_norm": 1.0546875, + "learning_rate": 0.0004969654839492973, + "loss": 5.3961, + "mean_token_accuracy": 0.16570455729961395, + "num_tokens": 13319233.0, + "step": 7675 + }, + { + "entropy": 5.699293565750122, + "epoch": 0.5975491149581793, + "grad_norm": 0.9296875, + "learning_rate": 0.0004969609457405588, + "loss": 5.4885, + "mean_token_accuracy": 0.16623993068933487, + "num_tokens": 13327979.0, + "step": 7680 + }, + { + "entropy": 5.654090070724488, + "epoch": 0.5979381443298969, + "grad_norm": 0.9609375, + "learning_rate": 0.0004969564041639163, + "loss": 5.4484, + "mean_token_accuracy": 0.16742156594991683, + "num_tokens": 13336699.0, + "step": 7685 + }, + { + "entropy": 5.631342220306396, + "epoch": 0.5983271737016145, + "grad_norm": 1.0078125, + "learning_rate": 0.0004969518592194386, + "loss": 5.3197, + "mean_token_accuracy": 0.17523644715547562, + "num_tokens": 13344688.0, + "step": 7690 + }, + { + "entropy": 5.580789470672608, + "epoch": 0.5987162030733321, + "grad_norm": 0.96875, + "learning_rate": 0.0004969473109071946, + "loss": 5.3484, + "mean_token_accuracy": 0.1745481461286545, + "num_tokens": 13353442.0, + "step": 7695 + }, + { + "entropy": 5.679361963272095, + "epoch": 0.5991052324450497, + "grad_norm": 1.0, + "learning_rate": 0.0004969427592272535, + "loss": 5.4164, + "mean_token_accuracy": 0.1679532617330551, + "num_tokens": 13362388.0, + "step": 7700 + }, + { + "entropy": 5.566020679473877, + "epoch": 0.5994942618167671, + "grad_norm": 0.984375, + "learning_rate": 0.0004969382041796843, + "loss": 5.2315, + "mean_token_accuracy": 0.1839941531419754, + "num_tokens": 13370796.0, + "step": 7705 + }, + { + "entropy": 5.542946290969849, + "epoch": 0.5998832911884847, + "grad_norm": 0.93359375, + "learning_rate": 0.000496933645764556, + "loss": 5.3832, + "mean_token_accuracy": 0.17174575924873353, + "num_tokens": 13379733.0, + "step": 7710 + }, + { + "entropy": 5.56348443031311, + "epoch": 0.6002723205602023, + "grad_norm": 0.96875, + "learning_rate": 0.0004969290839819381, + "loss": 5.2844, + "mean_token_accuracy": 0.1811760276556015, + "num_tokens": 13388278.0, + "step": 7715 + }, + { + "entropy": 5.702648782730103, + "epoch": 0.6006613499319199, + "grad_norm": 0.984375, + "learning_rate": 0.0004969245188318994, + "loss": 5.4611, + "mean_token_accuracy": 0.16957978755235673, + "num_tokens": 13397461.0, + "step": 7720 + }, + { + "entropy": 5.591643238067627, + "epoch": 0.6010503793036375, + "grad_norm": 1.0, + "learning_rate": 0.0004969199503145093, + "loss": 5.3271, + "mean_token_accuracy": 0.17207611352205276, + "num_tokens": 13406087.0, + "step": 7725 + }, + { + "entropy": 5.621450567245484, + "epoch": 0.601439408675355, + "grad_norm": 0.9453125, + "learning_rate": 0.0004969153784298374, + "loss": 5.3155, + "mean_token_accuracy": 0.176591220498085, + "num_tokens": 13414760.0, + "step": 7730 + }, + { + "entropy": 5.573680639266968, + "epoch": 0.6018284380470725, + "grad_norm": 1.046875, + "learning_rate": 0.0004969108031779527, + "loss": 5.3811, + "mean_token_accuracy": 0.16772215068340302, + "num_tokens": 13423574.0, + "step": 7735 + }, + { + "entropy": 5.587210941314697, + "epoch": 0.6022174674187901, + "grad_norm": 0.94140625, + "learning_rate": 0.0004969062245589247, + "loss": 5.3116, + "mean_token_accuracy": 0.17736600041389466, + "num_tokens": 13431799.0, + "step": 7740 + }, + { + "entropy": 5.611669635772705, + "epoch": 0.6026064967905077, + "grad_norm": 0.96484375, + "learning_rate": 0.0004969016425728231, + "loss": 5.3605, + "mean_token_accuracy": 0.172268782556057, + "num_tokens": 13440436.0, + "step": 7745 + }, + { + "entropy": 5.628948020935058, + "epoch": 0.6029955261622253, + "grad_norm": 1.046875, + "learning_rate": 0.0004968970572197172, + "loss": 5.3231, + "mean_token_accuracy": 0.17577793151140214, + "num_tokens": 13449236.0, + "step": 7750 + }, + { + "entropy": 5.538338327407837, + "epoch": 0.6033845555339428, + "grad_norm": 1.0, + "learning_rate": 0.0004968924684996765, + "loss": 5.2873, + "mean_token_accuracy": 0.17633422166109086, + "num_tokens": 13457697.0, + "step": 7755 + }, + { + "entropy": 5.571261692047119, + "epoch": 0.6037735849056604, + "grad_norm": 1.0625, + "learning_rate": 0.000496887876412771, + "loss": 5.3902, + "mean_token_accuracy": 0.1738929882645607, + "num_tokens": 13465939.0, + "step": 7760 + }, + { + "entropy": 5.601704931259155, + "epoch": 0.6041626142773779, + "grad_norm": 0.97265625, + "learning_rate": 0.0004968832809590701, + "loss": 5.3144, + "mean_token_accuracy": 0.17881613671779634, + "num_tokens": 13474154.0, + "step": 7765 + }, + { + "entropy": 5.676210689544678, + "epoch": 0.6045516436490955, + "grad_norm": 0.9765625, + "learning_rate": 0.0004968786821386435, + "loss": 5.3248, + "mean_token_accuracy": 0.17638793736696243, + "num_tokens": 13482943.0, + "step": 7770 + }, + { + "entropy": 5.658667278289795, + "epoch": 0.6049406730208131, + "grad_norm": 0.97265625, + "learning_rate": 0.0004968740799515611, + "loss": 5.4678, + "mean_token_accuracy": 0.1693929485976696, + "num_tokens": 13491945.0, + "step": 7775 + }, + { + "entropy": 5.58949909210205, + "epoch": 0.6053297023925306, + "grad_norm": 0.953125, + "learning_rate": 0.0004968694743978926, + "loss": 5.3955, + "mean_token_accuracy": 0.16946269124746322, + "num_tokens": 13501277.0, + "step": 7780 + }, + { + "entropy": 5.675701999664307, + "epoch": 0.6057187317642482, + "grad_norm": 0.984375, + "learning_rate": 0.0004968648654777081, + "loss": 5.4113, + "mean_token_accuracy": 0.1756986677646637, + "num_tokens": 13509609.0, + "step": 7785 + }, + { + "entropy": 5.638581466674805, + "epoch": 0.6061077611359658, + "grad_norm": 0.97265625, + "learning_rate": 0.0004968602531910773, + "loss": 5.4149, + "mean_token_accuracy": 0.16470842212438583, + "num_tokens": 13518707.0, + "step": 7790 + }, + { + "entropy": 5.616470909118652, + "epoch": 0.6064967905076833, + "grad_norm": 0.921875, + "learning_rate": 0.0004968556375380704, + "loss": 5.3725, + "mean_token_accuracy": 0.1771175593137741, + "num_tokens": 13527973.0, + "step": 7795 + }, + { + "entropy": 5.62437891960144, + "epoch": 0.6068858198794009, + "grad_norm": 1.0078125, + "learning_rate": 0.0004968510185187571, + "loss": 5.3276, + "mean_token_accuracy": 0.17454253733158112, + "num_tokens": 13536580.0, + "step": 7800 + }, + { + "entropy": 5.545835494995117, + "epoch": 0.6072748492511184, + "grad_norm": 1.0703125, + "learning_rate": 0.000496846396133208, + "loss": 5.3476, + "mean_token_accuracy": 0.1735129788517952, + "num_tokens": 13544826.0, + "step": 7805 + }, + { + "entropy": 5.645089244842529, + "epoch": 0.607663878622836, + "grad_norm": 0.9765625, + "learning_rate": 0.0004968417703814928, + "loss": 5.4022, + "mean_token_accuracy": 0.1816071629524231, + "num_tokens": 13552821.0, + "step": 7810 + }, + { + "entropy": 5.557252311706543, + "epoch": 0.6080529079945536, + "grad_norm": 1.015625, + "learning_rate": 0.0004968371412636818, + "loss": 5.2805, + "mean_token_accuracy": 0.1728936955332756, + "num_tokens": 13560827.0, + "step": 7815 + }, + { + "entropy": 5.5799144268035885, + "epoch": 0.6084419373662712, + "grad_norm": 0.98046875, + "learning_rate": 0.0004968325087798453, + "loss": 5.4428, + "mean_token_accuracy": 0.1673152282834053, + "num_tokens": 13569311.0, + "step": 7820 + }, + { + "entropy": 5.692161798477173, + "epoch": 0.6088309667379888, + "grad_norm": 0.9921875, + "learning_rate": 0.0004968278729300536, + "loss": 5.4276, + "mean_token_accuracy": 0.16603073477745056, + "num_tokens": 13579035.0, + "step": 7825 + }, + { + "entropy": 5.6686742305755615, + "epoch": 0.6092199961097062, + "grad_norm": 1.0546875, + "learning_rate": 0.0004968232337143769, + "loss": 5.3938, + "mean_token_accuracy": 0.17486062049865722, + "num_tokens": 13587508.0, + "step": 7830 + }, + { + "entropy": 5.578818464279175, + "epoch": 0.6096090254814238, + "grad_norm": 1.0, + "learning_rate": 0.0004968185911328858, + "loss": 5.4287, + "mean_token_accuracy": 0.17448496222496032, + "num_tokens": 13596515.0, + "step": 7835 + }, + { + "entropy": 5.592710494995117, + "epoch": 0.6099980548531414, + "grad_norm": 1.015625, + "learning_rate": 0.0004968139451856506, + "loss": 5.3312, + "mean_token_accuracy": 0.17864641845226287, + "num_tokens": 13605162.0, + "step": 7840 + }, + { + "entropy": 5.625046300888061, + "epoch": 0.610387084224859, + "grad_norm": 0.91015625, + "learning_rate": 0.0004968092958727419, + "loss": 5.323, + "mean_token_accuracy": 0.17763691395521164, + "num_tokens": 13614398.0, + "step": 7845 + }, + { + "entropy": 5.578223323822021, + "epoch": 0.6107761135965766, + "grad_norm": 1.015625, + "learning_rate": 0.00049680464319423, + "loss": 5.2849, + "mean_token_accuracy": 0.17352614998817445, + "num_tokens": 13622347.0, + "step": 7850 + }, + { + "entropy": 5.541752862930298, + "epoch": 0.6111651429682942, + "grad_norm": 1.0390625, + "learning_rate": 0.0004967999871501858, + "loss": 5.2962, + "mean_token_accuracy": 0.17698583900928497, + "num_tokens": 13630773.0, + "step": 7855 + }, + { + "entropy": 5.588369226455688, + "epoch": 0.6115541723400116, + "grad_norm": 1.0078125, + "learning_rate": 0.0004967953277406798, + "loss": 5.3115, + "mean_token_accuracy": 0.17603595554828644, + "num_tokens": 13639857.0, + "step": 7860 + }, + { + "entropy": 5.660149669647216, + "epoch": 0.6119432017117292, + "grad_norm": 0.9921875, + "learning_rate": 0.0004967906649657828, + "loss": 5.4013, + "mean_token_accuracy": 0.1743709772825241, + "num_tokens": 13649959.0, + "step": 7865 + }, + { + "entropy": 5.677736425399781, + "epoch": 0.6123322310834468, + "grad_norm": 1.109375, + "learning_rate": 0.0004967859988255655, + "loss": 5.4209, + "mean_token_accuracy": 0.17269433289766312, + "num_tokens": 13658072.0, + "step": 7870 + }, + { + "entropy": 5.550423526763916, + "epoch": 0.6127212604551644, + "grad_norm": 1.0, + "learning_rate": 0.0004967813293200985, + "loss": 5.3686, + "mean_token_accuracy": 0.17952707409858704, + "num_tokens": 13666816.0, + "step": 7875 + }, + { + "entropy": 5.563448524475097, + "epoch": 0.613110289826882, + "grad_norm": 0.91796875, + "learning_rate": 0.0004967766564494529, + "loss": 5.2309, + "mean_token_accuracy": 0.18123821616172792, + "num_tokens": 13675415.0, + "step": 7880 + }, + { + "entropy": 5.579014158248901, + "epoch": 0.6134993191985995, + "grad_norm": 1.0703125, + "learning_rate": 0.0004967719802136996, + "loss": 5.2656, + "mean_token_accuracy": 0.18457305133342744, + "num_tokens": 13684090.0, + "step": 7885 + }, + { + "entropy": 5.569391775131225, + "epoch": 0.613888348570317, + "grad_norm": 0.97265625, + "learning_rate": 0.0004967673006129094, + "loss": 5.3269, + "mean_token_accuracy": 0.17646651118993759, + "num_tokens": 13692515.0, + "step": 7890 + }, + { + "entropy": 5.5889660835266115, + "epoch": 0.6142773779420346, + "grad_norm": 1.1015625, + "learning_rate": 0.0004967626176471536, + "loss": 5.385, + "mean_token_accuracy": 0.18018435090780258, + "num_tokens": 13700780.0, + "step": 7895 + }, + { + "entropy": 5.681959104537964, + "epoch": 0.6146664073137522, + "grad_norm": 1.0, + "learning_rate": 0.0004967579313165028, + "loss": 5.3926, + "mean_token_accuracy": 0.17503927946090697, + "num_tokens": 13708638.0, + "step": 7900 + }, + { + "entropy": 5.638011789321899, + "epoch": 0.6150554366854698, + "grad_norm": 0.95703125, + "learning_rate": 0.0004967532416210284, + "loss": 5.4016, + "mean_token_accuracy": 0.16409457921981813, + "num_tokens": 13717867.0, + "step": 7905 + }, + { + "entropy": 5.6005606174469, + "epoch": 0.6154444660571873, + "grad_norm": 0.984375, + "learning_rate": 0.0004967485485608016, + "loss": 5.3318, + "mean_token_accuracy": 0.17787362337112428, + "num_tokens": 13727280.0, + "step": 7910 + }, + { + "entropy": 5.643619108200073, + "epoch": 0.6158334954289049, + "grad_norm": 0.96484375, + "learning_rate": 0.0004967438521358934, + "loss": 5.3688, + "mean_token_accuracy": 0.17395887821912764, + "num_tokens": 13735255.0, + "step": 7915 + }, + { + "entropy": 5.580457782745361, + "epoch": 0.6162225248006225, + "grad_norm": 1.0390625, + "learning_rate": 0.0004967391523463754, + "loss": 5.4155, + "mean_token_accuracy": 0.17740168571472167, + "num_tokens": 13743418.0, + "step": 7920 + }, + { + "entropy": 5.5950559139251705, + "epoch": 0.61661155417234, + "grad_norm": 0.95703125, + "learning_rate": 0.0004967344491923185, + "loss": 5.2999, + "mean_token_accuracy": 0.17605132162570952, + "num_tokens": 13752714.0, + "step": 7925 + }, + { + "entropy": 5.718257808685303, + "epoch": 0.6170005835440576, + "grad_norm": 1.078125, + "learning_rate": 0.0004967297426737943, + "loss": 5.4811, + "mean_token_accuracy": 0.16137529909610748, + "num_tokens": 13761350.0, + "step": 7930 + }, + { + "entropy": 5.602125358581543, + "epoch": 0.6173896129157751, + "grad_norm": 0.953125, + "learning_rate": 0.0004967250327908742, + "loss": 5.3078, + "mean_token_accuracy": 0.1830330014228821, + "num_tokens": 13769769.0, + "step": 7935 + }, + { + "entropy": 5.6028557300567625, + "epoch": 0.6177786422874927, + "grad_norm": 0.953125, + "learning_rate": 0.0004967203195436297, + "loss": 5.3293, + "mean_token_accuracy": 0.16973882168531418, + "num_tokens": 13778432.0, + "step": 7940 + }, + { + "entropy": 5.568603801727295, + "epoch": 0.6181676716592103, + "grad_norm": 0.96875, + "learning_rate": 0.0004967156029321322, + "loss": 5.3556, + "mean_token_accuracy": 0.17310213148593903, + "num_tokens": 13786968.0, + "step": 7945 + }, + { + "entropy": 5.662762260437011, + "epoch": 0.6185567010309279, + "grad_norm": 1.0, + "learning_rate": 0.0004967108829564532, + "loss": 5.4562, + "mean_token_accuracy": 0.16001710295677185, + "num_tokens": 13795824.0, + "step": 7950 + }, + { + "entropy": 5.709210157394409, + "epoch": 0.6189457304026454, + "grad_norm": 0.92578125, + "learning_rate": 0.0004967061596166646, + "loss": 5.378, + "mean_token_accuracy": 0.1731061264872551, + "num_tokens": 13804748.0, + "step": 7955 + }, + { + "entropy": 5.565902137756348, + "epoch": 0.6193347597743629, + "grad_norm": 1.0, + "learning_rate": 0.0004967014329128378, + "loss": 5.3689, + "mean_token_accuracy": 0.17446858137845994, + "num_tokens": 13813106.0, + "step": 7960 + }, + { + "entropy": 5.563230276107788, + "epoch": 0.6197237891460805, + "grad_norm": 0.99609375, + "learning_rate": 0.0004966967028450448, + "loss": 5.3809, + "mean_token_accuracy": 0.1709654837846756, + "num_tokens": 13821787.0, + "step": 7965 + }, + { + "entropy": 5.6630446434021, + "epoch": 0.6201128185177981, + "grad_norm": 1.0546875, + "learning_rate": 0.000496691969413357, + "loss": 5.3837, + "mean_token_accuracy": 0.1775362342596054, + "num_tokens": 13830275.0, + "step": 7970 + }, + { + "entropy": 5.560218715667725, + "epoch": 0.6205018478895157, + "grad_norm": 1.0234375, + "learning_rate": 0.0004966872326178466, + "loss": 5.2988, + "mean_token_accuracy": 0.17748090475797654, + "num_tokens": 13838868.0, + "step": 7975 + }, + { + "entropy": 5.585489797592163, + "epoch": 0.6208908772612333, + "grad_norm": 1.03125, + "learning_rate": 0.0004966824924585851, + "loss": 5.3781, + "mean_token_accuracy": 0.17652124613523484, + "num_tokens": 13846970.0, + "step": 7980 + }, + { + "entropy": 5.6828413009643555, + "epoch": 0.6212799066329507, + "grad_norm": 1.0625, + "learning_rate": 0.0004966777489356448, + "loss": 5.4504, + "mean_token_accuracy": 0.1693106934428215, + "num_tokens": 13856059.0, + "step": 7985 + }, + { + "entropy": 5.636405324935913, + "epoch": 0.6216689360046683, + "grad_norm": 0.9609375, + "learning_rate": 0.0004966730020490975, + "loss": 5.3278, + "mean_token_accuracy": 0.1738095223903656, + "num_tokens": 13865461.0, + "step": 7990 + }, + { + "entropy": 5.603222417831421, + "epoch": 0.6220579653763859, + "grad_norm": 0.96875, + "learning_rate": 0.000496668251799015, + "loss": 5.2961, + "mean_token_accuracy": 0.17080867439508438, + "num_tokens": 13874124.0, + "step": 7995 + }, + { + "entropy": 5.6592529296875, + "epoch": 0.6224469947481035, + "grad_norm": 0.984375, + "learning_rate": 0.0004966634981854699, + "loss": 5.3958, + "mean_token_accuracy": 0.17301683127880096, + "num_tokens": 13882952.0, + "step": 8000 + }, + { + "entropy": 5.627367830276489, + "epoch": 0.6228360241198211, + "grad_norm": 1.0, + "learning_rate": 0.0004966587412085339, + "loss": 5.3582, + "mean_token_accuracy": 0.1702231466770172, + "num_tokens": 13890687.0, + "step": 8005 + }, + { + "entropy": 5.616464519500733, + "epoch": 0.6232250534915386, + "grad_norm": 0.96875, + "learning_rate": 0.0004966539808682793, + "loss": 5.4369, + "mean_token_accuracy": 0.16845882385969163, + "num_tokens": 13899773.0, + "step": 8010 + }, + { + "entropy": 5.523895645141602, + "epoch": 0.6236140828632561, + "grad_norm": 1.03125, + "learning_rate": 0.0004966492171647783, + "loss": 5.2276, + "mean_token_accuracy": 0.17931140959262848, + "num_tokens": 13908313.0, + "step": 8015 + }, + { + "entropy": 5.580318784713745, + "epoch": 0.6240031122349737, + "grad_norm": 0.99609375, + "learning_rate": 0.0004966444500981032, + "loss": 5.3204, + "mean_token_accuracy": 0.1795070141553879, + "num_tokens": 13916422.0, + "step": 8020 + }, + { + "entropy": 5.62486834526062, + "epoch": 0.6243921416066913, + "grad_norm": 1.0234375, + "learning_rate": 0.0004966396796683265, + "loss": 5.39, + "mean_token_accuracy": 0.17168170511722564, + "num_tokens": 13924971.0, + "step": 8025 + }, + { + "entropy": 5.589680099487305, + "epoch": 0.6247811709784089, + "grad_norm": 0.9453125, + "learning_rate": 0.0004966349058755204, + "loss": 5.3006, + "mean_token_accuracy": 0.1775197058916092, + "num_tokens": 13933016.0, + "step": 8030 + }, + { + "entropy": 5.687878561019898, + "epoch": 0.6251702003501264, + "grad_norm": 0.98046875, + "learning_rate": 0.0004966301287197573, + "loss": 5.4062, + "mean_token_accuracy": 0.174251052737236, + "num_tokens": 13941814.0, + "step": 8035 + }, + { + "entropy": 5.5712274551391605, + "epoch": 0.625559229721844, + "grad_norm": 1.015625, + "learning_rate": 0.0004966253482011098, + "loss": 5.2186, + "mean_token_accuracy": 0.18083521276712416, + "num_tokens": 13950344.0, + "step": 8040 + }, + { + "entropy": 5.61683030128479, + "epoch": 0.6259482590935616, + "grad_norm": 1.0546875, + "learning_rate": 0.0004966205643196503, + "loss": 5.4512, + "mean_token_accuracy": 0.1689373105764389, + "num_tokens": 13959456.0, + "step": 8045 + }, + { + "entropy": 5.607648944854736, + "epoch": 0.6263372884652791, + "grad_norm": 1.03125, + "learning_rate": 0.0004966157770754516, + "loss": 5.3463, + "mean_token_accuracy": 0.17657203674316407, + "num_tokens": 13967303.0, + "step": 8050 + }, + { + "entropy": 5.602029705047608, + "epoch": 0.6267263178369967, + "grad_norm": 0.953125, + "learning_rate": 0.000496610986468586, + "loss": 5.3874, + "mean_token_accuracy": 0.16966375559568406, + "num_tokens": 13977138.0, + "step": 8055 + }, + { + "entropy": 5.693867492675781, + "epoch": 0.6271153472087143, + "grad_norm": 1.09375, + "learning_rate": 0.0004966061924991267, + "loss": 5.4482, + "mean_token_accuracy": 0.16907818615436554, + "num_tokens": 13985062.0, + "step": 8060 + }, + { + "entropy": 5.702310848236084, + "epoch": 0.6275043765804318, + "grad_norm": 1.0, + "learning_rate": 0.000496601395167146, + "loss": 5.3735, + "mean_token_accuracy": 0.17101518511772157, + "num_tokens": 13992923.0, + "step": 8065 + }, + { + "entropy": 5.5685851097106935, + "epoch": 0.6278934059521494, + "grad_norm": 1.109375, + "learning_rate": 0.0004965965944727168, + "loss": 5.4363, + "mean_token_accuracy": 0.16952479034662246, + "num_tokens": 14002116.0, + "step": 8070 + }, + { + "entropy": 5.623130464553833, + "epoch": 0.628282435323867, + "grad_norm": 0.9453125, + "learning_rate": 0.0004965917904159121, + "loss": 5.4253, + "mean_token_accuracy": 0.17172393202781677, + "num_tokens": 14011053.0, + "step": 8075 + }, + { + "entropy": 5.683843469619751, + "epoch": 0.6286714646955845, + "grad_norm": 1.0078125, + "learning_rate": 0.0004965869829968046, + "loss": 5.3597, + "mean_token_accuracy": 0.1773932620882988, + "num_tokens": 14019226.0, + "step": 8080 + }, + { + "entropy": 5.5199493885040285, + "epoch": 0.6290604940673021, + "grad_norm": 1.046875, + "learning_rate": 0.0004965821722154674, + "loss": 5.3672, + "mean_token_accuracy": 0.17195230424404145, + "num_tokens": 14027630.0, + "step": 8085 + }, + { + "entropy": 5.5660515308380125, + "epoch": 0.6294495234390196, + "grad_norm": 0.90234375, + "learning_rate": 0.0004965773580719734, + "loss": 5.2842, + "mean_token_accuracy": 0.1818663462996483, + "num_tokens": 14036004.0, + "step": 8090 + }, + { + "entropy": 5.621400690078735, + "epoch": 0.6298385528107372, + "grad_norm": 1.0390625, + "learning_rate": 0.0004965725405663957, + "loss": 5.3658, + "mean_token_accuracy": 0.17055777907371522, + "num_tokens": 14045359.0, + "step": 8095 + }, + { + "entropy": 5.578890037536621, + "epoch": 0.6302275821824548, + "grad_norm": 0.98828125, + "learning_rate": 0.0004965677196988073, + "loss": 5.3267, + "mean_token_accuracy": 0.17336366176605225, + "num_tokens": 14054099.0, + "step": 8100 + }, + { + "entropy": 5.610009479522705, + "epoch": 0.6306166115541724, + "grad_norm": 1.0390625, + "learning_rate": 0.0004965628954692815, + "loss": 5.3416, + "mean_token_accuracy": 0.17796404361724855, + "num_tokens": 14062414.0, + "step": 8105 + }, + { + "entropy": 5.611399984359741, + "epoch": 0.63100564092589, + "grad_norm": 1.0234375, + "learning_rate": 0.0004965580678778913, + "loss": 5.3756, + "mean_token_accuracy": 0.18041929900646209, + "num_tokens": 14071016.0, + "step": 8110 + }, + { + "entropy": 5.575746250152588, + "epoch": 0.6313946702976074, + "grad_norm": 1.0546875, + "learning_rate": 0.0004965532369247102, + "loss": 5.3672, + "mean_token_accuracy": 0.1708708330988884, + "num_tokens": 14080622.0, + "step": 8115 + }, + { + "entropy": 5.586710786819458, + "epoch": 0.631783699669325, + "grad_norm": 0.9296875, + "learning_rate": 0.0004965484026098111, + "loss": 5.1892, + "mean_token_accuracy": 0.1801120385527611, + "num_tokens": 14089500.0, + "step": 8120 + }, + { + "entropy": 5.6284722805023195, + "epoch": 0.6321727290410426, + "grad_norm": 1.015625, + "learning_rate": 0.0004965435649332679, + "loss": 5.4488, + "mean_token_accuracy": 0.17494778335094452, + "num_tokens": 14098260.0, + "step": 8125 + }, + { + "entropy": 5.5814660549163815, + "epoch": 0.6325617584127602, + "grad_norm": 0.94921875, + "learning_rate": 0.0004965387238951536, + "loss": 5.2688, + "mean_token_accuracy": 0.18584552854299546, + "num_tokens": 14106561.0, + "step": 8130 + }, + { + "entropy": 5.624522876739502, + "epoch": 0.6329507877844778, + "grad_norm": 1.015625, + "learning_rate": 0.0004965338794955418, + "loss": 5.3657, + "mean_token_accuracy": 0.1758665293455124, + "num_tokens": 14115049.0, + "step": 8135 + }, + { + "entropy": 5.58734016418457, + "epoch": 0.6333398171561953, + "grad_norm": 0.9765625, + "learning_rate": 0.0004965290317345061, + "loss": 5.2659, + "mean_token_accuracy": 0.17704775631427766, + "num_tokens": 14123204.0, + "step": 8140 + }, + { + "entropy": 5.509800910949707, + "epoch": 0.6337288465279128, + "grad_norm": 0.9765625, + "learning_rate": 0.0004965241806121198, + "loss": 5.3179, + "mean_token_accuracy": 0.17927377671003342, + "num_tokens": 14132146.0, + "step": 8145 + }, + { + "entropy": 5.698159313201904, + "epoch": 0.6341178758996304, + "grad_norm": 0.984375, + "learning_rate": 0.0004965193261284567, + "loss": 5.4171, + "mean_token_accuracy": 0.1724001497030258, + "num_tokens": 14140839.0, + "step": 8150 + }, + { + "entropy": 5.650271606445313, + "epoch": 0.634506905271348, + "grad_norm": 1.0703125, + "learning_rate": 0.0004965144682835904, + "loss": 5.401, + "mean_token_accuracy": 0.17262654453516008, + "num_tokens": 14149551.0, + "step": 8155 + }, + { + "entropy": 5.561512613296509, + "epoch": 0.6348959346430656, + "grad_norm": 1.078125, + "learning_rate": 0.0004965096070775946, + "loss": 5.3728, + "mean_token_accuracy": 0.17555071115493776, + "num_tokens": 14158414.0, + "step": 8160 + }, + { + "entropy": 5.61464114189148, + "epoch": 0.6352849640147831, + "grad_norm": 0.890625, + "learning_rate": 0.0004965047425105431, + "loss": 5.4119, + "mean_token_accuracy": 0.175685316324234, + "num_tokens": 14167984.0, + "step": 8165 + }, + { + "entropy": 5.608136701583862, + "epoch": 0.6356739933865007, + "grad_norm": 1.0078125, + "learning_rate": 0.0004964998745825097, + "loss": 5.348, + "mean_token_accuracy": 0.17503494620323182, + "num_tokens": 14177244.0, + "step": 8170 + }, + { + "entropy": 5.659901666641235, + "epoch": 0.6360630227582182, + "grad_norm": 1.03125, + "learning_rate": 0.0004964950032935682, + "loss": 5.2722, + "mean_token_accuracy": 0.17545693665742873, + "num_tokens": 14185754.0, + "step": 8175 + }, + { + "entropy": 5.571230077743531, + "epoch": 0.6364520521299358, + "grad_norm": 1.0078125, + "learning_rate": 0.0004964901286437927, + "loss": 5.3131, + "mean_token_accuracy": 0.18276117295026778, + "num_tokens": 14194242.0, + "step": 8180 + }, + { + "entropy": 5.556791353225708, + "epoch": 0.6368410815016534, + "grad_norm": 1.0, + "learning_rate": 0.0004964852506332568, + "loss": 5.2478, + "mean_token_accuracy": 0.18441312611103058, + "num_tokens": 14202496.0, + "step": 8185 + }, + { + "entropy": 5.6668861389160154, + "epoch": 0.6372301108733709, + "grad_norm": 1.015625, + "learning_rate": 0.000496480369262035, + "loss": 5.4665, + "mean_token_accuracy": 0.1682458072900772, + "num_tokens": 14210510.0, + "step": 8190 + }, + { + "entropy": 5.661225461959839, + "epoch": 0.6376191402450885, + "grad_norm": 0.953125, + "learning_rate": 0.000496475484530201, + "loss": 5.4667, + "mean_token_accuracy": 0.16263825446367264, + "num_tokens": 14219238.0, + "step": 8195 + }, + { + "entropy": 5.536808347702026, + "epoch": 0.6380081696168061, + "grad_norm": 0.97265625, + "learning_rate": 0.0004964705964378292, + "loss": 5.2704, + "mean_token_accuracy": 0.18453190624713897, + "num_tokens": 14227651.0, + "step": 8200 + }, + { + "entropy": 5.550085401535034, + "epoch": 0.6383971989885237, + "grad_norm": 1.0390625, + "learning_rate": 0.0004964657049849934, + "loss": 5.2368, + "mean_token_accuracy": 0.18380049616098404, + "num_tokens": 14236144.0, + "step": 8205 + }, + { + "entropy": 5.691999387741089, + "epoch": 0.6387862283602412, + "grad_norm": 1.03125, + "learning_rate": 0.0004964608101717681, + "loss": 5.4072, + "mean_token_accuracy": 0.16639018803834915, + "num_tokens": 14244706.0, + "step": 8210 + }, + { + "entropy": 5.613128805160523, + "epoch": 0.6391752577319587, + "grad_norm": 1.0703125, + "learning_rate": 0.0004964559119982275, + "loss": 5.3459, + "mean_token_accuracy": 0.1780515119433403, + "num_tokens": 14252873.0, + "step": 8215 + }, + { + "entropy": 5.610724401473999, + "epoch": 0.6395642871036763, + "grad_norm": 1.0390625, + "learning_rate": 0.000496451010464446, + "loss": 5.4295, + "mean_token_accuracy": 0.17149174213409424, + "num_tokens": 14261383.0, + "step": 8220 + }, + { + "entropy": 5.531325197219848, + "epoch": 0.6399533164753939, + "grad_norm": 1.046875, + "learning_rate": 0.0004964461055704978, + "loss": 5.2255, + "mean_token_accuracy": 0.18431342244148255, + "num_tokens": 14270087.0, + "step": 8225 + }, + { + "entropy": 5.668795442581176, + "epoch": 0.6403423458471115, + "grad_norm": 1.0234375, + "learning_rate": 0.0004964411973164574, + "loss": 5.3874, + "mean_token_accuracy": 0.17765944749116896, + "num_tokens": 14278826.0, + "step": 8230 + }, + { + "entropy": 5.591124486923218, + "epoch": 0.6407313752188291, + "grad_norm": 0.953125, + "learning_rate": 0.0004964362857023993, + "loss": 5.3041, + "mean_token_accuracy": 0.17893550395965577, + "num_tokens": 14287554.0, + "step": 8235 + }, + { + "entropy": 5.6133569240570065, + "epoch": 0.6411204045905465, + "grad_norm": 0.9140625, + "learning_rate": 0.000496431370728398, + "loss": 5.2963, + "mean_token_accuracy": 0.17880027294158934, + "num_tokens": 14295839.0, + "step": 8240 + }, + { + "entropy": 5.571751594543457, + "epoch": 0.6415094339622641, + "grad_norm": 0.96875, + "learning_rate": 0.0004964264523945281, + "loss": 5.3406, + "mean_token_accuracy": 0.18072520494461058, + "num_tokens": 14304831.0, + "step": 8245 + }, + { + "entropy": 5.628354072570801, + "epoch": 0.6418984633339817, + "grad_norm": 0.96484375, + "learning_rate": 0.0004964215307008643, + "loss": 5.296, + "mean_token_accuracy": 0.17758952379226683, + "num_tokens": 14313249.0, + "step": 8250 + }, + { + "entropy": 5.640737628936767, + "epoch": 0.6422874927056993, + "grad_norm": 1.0390625, + "learning_rate": 0.0004964166056474811, + "loss": 5.3649, + "mean_token_accuracy": 0.17237574011087417, + "num_tokens": 14321978.0, + "step": 8255 + }, + { + "entropy": 5.53292145729065, + "epoch": 0.6426765220774169, + "grad_norm": 1.0234375, + "learning_rate": 0.0004964116772344534, + "loss": 5.2691, + "mean_token_accuracy": 0.1784036248922348, + "num_tokens": 14330379.0, + "step": 8260 + }, + { + "entropy": 5.549371385574341, + "epoch": 0.6430655514491345, + "grad_norm": 1.0234375, + "learning_rate": 0.0004964067454618559, + "loss": 5.3233, + "mean_token_accuracy": 0.18185826987028123, + "num_tokens": 14339121.0, + "step": 8265 + }, + { + "entropy": 5.548624753952026, + "epoch": 0.6434545808208519, + "grad_norm": 1.1328125, + "learning_rate": 0.0004964018103297634, + "loss": 5.2769, + "mean_token_accuracy": 0.18576613664627076, + "num_tokens": 14347443.0, + "step": 8270 + }, + { + "entropy": 5.636929130554199, + "epoch": 0.6438436101925695, + "grad_norm": 0.97265625, + "learning_rate": 0.0004963968718382509, + "loss": 5.3735, + "mean_token_accuracy": 0.16972884237766267, + "num_tokens": 14356459.0, + "step": 8275 + }, + { + "entropy": 5.609857177734375, + "epoch": 0.6442326395642871, + "grad_norm": 0.97265625, + "learning_rate": 0.0004963919299873931, + "loss": 5.301, + "mean_token_accuracy": 0.17383714765310287, + "num_tokens": 14365359.0, + "step": 8280 + }, + { + "entropy": 5.5062110900878904, + "epoch": 0.6446216689360047, + "grad_norm": 1.0625, + "learning_rate": 0.0004963869847772653, + "loss": 5.2143, + "mean_token_accuracy": 0.1847106158733368, + "num_tokens": 14373345.0, + "step": 8285 + }, + { + "entropy": 5.580478239059448, + "epoch": 0.6450106983077223, + "grad_norm": 1.0234375, + "learning_rate": 0.0004963820362079423, + "loss": 5.3098, + "mean_token_accuracy": 0.1742485374212265, + "num_tokens": 14381977.0, + "step": 8290 + }, + { + "entropy": 5.520681095123291, + "epoch": 0.6453997276794398, + "grad_norm": 0.9765625, + "learning_rate": 0.0004963770842794994, + "loss": 5.2127, + "mean_token_accuracy": 0.1802786186337471, + "num_tokens": 14390486.0, + "step": 8295 + }, + { + "entropy": 5.5776502132415775, + "epoch": 0.6457887570511573, + "grad_norm": 0.9453125, + "learning_rate": 0.0004963721289920115, + "loss": 5.3947, + "mean_token_accuracy": 0.17295217216014863, + "num_tokens": 14399064.0, + "step": 8300 + }, + { + "entropy": 5.580191516876221, + "epoch": 0.6461777864228749, + "grad_norm": 1.0390625, + "learning_rate": 0.0004963671703455538, + "loss": 5.2448, + "mean_token_accuracy": 0.17858138233423232, + "num_tokens": 14406965.0, + "step": 8305 + }, + { + "entropy": 5.544788074493408, + "epoch": 0.6465668157945925, + "grad_norm": 0.953125, + "learning_rate": 0.0004963622083402018, + "loss": 5.3934, + "mean_token_accuracy": 0.17124493718147277, + "num_tokens": 14416293.0, + "step": 8310 + }, + { + "entropy": 5.635854053497314, + "epoch": 0.6469558451663101, + "grad_norm": 1.015625, + "learning_rate": 0.0004963572429760305, + "loss": 5.3733, + "mean_token_accuracy": 0.1732726901769638, + "num_tokens": 14424515.0, + "step": 8315 + }, + { + "entropy": 5.58670449256897, + "epoch": 0.6473448745380276, + "grad_norm": 0.99609375, + "learning_rate": 0.0004963522742531155, + "loss": 5.2032, + "mean_token_accuracy": 0.17925521731376648, + "num_tokens": 14432706.0, + "step": 8320 + }, + { + "entropy": 5.540876770019532, + "epoch": 0.6477339039097452, + "grad_norm": 1.0078125, + "learning_rate": 0.000496347302171532, + "loss": 5.3134, + "mean_token_accuracy": 0.17976702898740768, + "num_tokens": 14441462.0, + "step": 8325 + }, + { + "entropy": 5.52711968421936, + "epoch": 0.6481229332814628, + "grad_norm": 1.0390625, + "learning_rate": 0.0004963423267313554, + "loss": 5.2796, + "mean_token_accuracy": 0.17967983931303025, + "num_tokens": 14450218.0, + "step": 8330 + }, + { + "entropy": 5.620292043685913, + "epoch": 0.6485119626531803, + "grad_norm": 0.9453125, + "learning_rate": 0.0004963373479326614, + "loss": 5.4752, + "mean_token_accuracy": 0.1684851676225662, + "num_tokens": 14459825.0, + "step": 8335 + }, + { + "entropy": 5.616681241989136, + "epoch": 0.6489009920248979, + "grad_norm": 0.9609375, + "learning_rate": 0.0004963323657755255, + "loss": 5.307, + "mean_token_accuracy": 0.17906863242387772, + "num_tokens": 14468647.0, + "step": 8340 + }, + { + "entropy": 5.54473352432251, + "epoch": 0.6492900213966154, + "grad_norm": 0.99609375, + "learning_rate": 0.0004963273802600231, + "loss": 5.1997, + "mean_token_accuracy": 0.18291590511798858, + "num_tokens": 14476892.0, + "step": 8345 + }, + { + "entropy": 5.655897998809815, + "epoch": 0.649679050768333, + "grad_norm": 1.0234375, + "learning_rate": 0.00049632239138623, + "loss": 5.4402, + "mean_token_accuracy": 0.1732370838522911, + "num_tokens": 14485541.0, + "step": 8350 + }, + { + "entropy": 5.548528242111206, + "epoch": 0.6500680801400506, + "grad_norm": 0.91796875, + "learning_rate": 0.0004963173991542219, + "loss": 5.2786, + "mean_token_accuracy": 0.1823086842894554, + "num_tokens": 14494184.0, + "step": 8355 + }, + { + "entropy": 5.670836544036865, + "epoch": 0.6504571095117682, + "grad_norm": 1.09375, + "learning_rate": 0.0004963124035640746, + "loss": 5.4022, + "mean_token_accuracy": 0.1653965264558792, + "num_tokens": 14502151.0, + "step": 8360 + }, + { + "entropy": 5.59298038482666, + "epoch": 0.6508461388834857, + "grad_norm": 0.99609375, + "learning_rate": 0.0004963074046158637, + "loss": 5.3839, + "mean_token_accuracy": 0.17655687034130096, + "num_tokens": 14511254.0, + "step": 8365 + }, + { + "entropy": 5.675338935852051, + "epoch": 0.6512351682552032, + "grad_norm": 1.015625, + "learning_rate": 0.0004963024023096652, + "loss": 5.4396, + "mean_token_accuracy": 0.16882770955562593, + "num_tokens": 14520492.0, + "step": 8370 + }, + { + "entropy": 5.685335683822632, + "epoch": 0.6516241976269208, + "grad_norm": 1.046875, + "learning_rate": 0.0004962973966455551, + "loss": 5.3927, + "mean_token_accuracy": 0.16695061028003694, + "num_tokens": 14530082.0, + "step": 8375 + }, + { + "entropy": 5.592555570602417, + "epoch": 0.6520132269986384, + "grad_norm": 0.98828125, + "learning_rate": 0.0004962923876236092, + "loss": 5.3558, + "mean_token_accuracy": 0.1753413200378418, + "num_tokens": 14539124.0, + "step": 8380 + }, + { + "entropy": 5.632155990600586, + "epoch": 0.652402256370356, + "grad_norm": 1.0625, + "learning_rate": 0.0004962873752439035, + "loss": 5.3377, + "mean_token_accuracy": 0.17932512909173964, + "num_tokens": 14547780.0, + "step": 8385 + }, + { + "entropy": 5.576566505432129, + "epoch": 0.6527912857420736, + "grad_norm": 0.984375, + "learning_rate": 0.0004962823595065141, + "loss": 5.2595, + "mean_token_accuracy": 0.17745744287967682, + "num_tokens": 14556225.0, + "step": 8390 + }, + { + "entropy": 5.634925127029419, + "epoch": 0.653180315113791, + "grad_norm": 1.1171875, + "learning_rate": 0.0004962773404115172, + "loss": 5.3435, + "mean_token_accuracy": 0.17520466893911363, + "num_tokens": 14564147.0, + "step": 8395 + }, + { + "entropy": 5.601422357559204, + "epoch": 0.6535693444855086, + "grad_norm": 1.09375, + "learning_rate": 0.0004962723179589886, + "loss": 5.3506, + "mean_token_accuracy": 0.1706002101302147, + "num_tokens": 14573519.0, + "step": 8400 + }, + { + "entropy": 5.640968894958496, + "epoch": 0.6539583738572262, + "grad_norm": 0.91796875, + "learning_rate": 0.000496267292149005, + "loss": 5.4625, + "mean_token_accuracy": 0.16425798386335372, + "num_tokens": 14582806.0, + "step": 8405 + }, + { + "entropy": 5.5813973903656, + "epoch": 0.6543474032289438, + "grad_norm": 0.99609375, + "learning_rate": 0.0004962622629816423, + "loss": 5.343, + "mean_token_accuracy": 0.168157197535038, + "num_tokens": 14591274.0, + "step": 8410 + }, + { + "entropy": 5.570907878875732, + "epoch": 0.6547364326006614, + "grad_norm": 1.046875, + "learning_rate": 0.000496257230456977, + "loss": 5.3828, + "mean_token_accuracy": 0.17347589135169983, + "num_tokens": 14599902.0, + "step": 8415 + }, + { + "entropy": 5.546425914764404, + "epoch": 0.6551254619723789, + "grad_norm": 0.9296875, + "learning_rate": 0.0004962521945750855, + "loss": 5.2911, + "mean_token_accuracy": 0.1729225903749466, + "num_tokens": 14608931.0, + "step": 8420 + }, + { + "entropy": 5.573162841796875, + "epoch": 0.6555144913440965, + "grad_norm": 1.0703125, + "learning_rate": 0.000496247155336044, + "loss": 5.2474, + "mean_token_accuracy": 0.17821999341249467, + "num_tokens": 14617547.0, + "step": 8425 + }, + { + "entropy": 5.614056253433228, + "epoch": 0.655903520715814, + "grad_norm": 1.046875, + "learning_rate": 0.0004962421127399291, + "loss": 5.3825, + "mean_token_accuracy": 0.1722403198480606, + "num_tokens": 14626523.0, + "step": 8430 + }, + { + "entropy": 5.625966262817383, + "epoch": 0.6562925500875316, + "grad_norm": 0.9921875, + "learning_rate": 0.0004962370667868172, + "loss": 5.3203, + "mean_token_accuracy": 0.1793544590473175, + "num_tokens": 14634846.0, + "step": 8435 + }, + { + "entropy": 5.571551084518433, + "epoch": 0.6566815794592492, + "grad_norm": 0.99609375, + "learning_rate": 0.0004962320174767851, + "loss": 5.3097, + "mean_token_accuracy": 0.17367968261241912, + "num_tokens": 14643092.0, + "step": 8440 + }, + { + "entropy": 5.633761548995972, + "epoch": 0.6570706088309667, + "grad_norm": 0.9453125, + "learning_rate": 0.000496226964809909, + "loss": 5.4057, + "mean_token_accuracy": 0.17658709585666657, + "num_tokens": 14651456.0, + "step": 8445 + }, + { + "entropy": 5.580606842041016, + "epoch": 0.6574596382026843, + "grad_norm": 0.92578125, + "learning_rate": 0.000496221908786266, + "loss": 5.2845, + "mean_token_accuracy": 0.17938428670167922, + "num_tokens": 14660488.0, + "step": 8450 + }, + { + "entropy": 5.684810447692871, + "epoch": 0.6578486675744019, + "grad_norm": 0.96875, + "learning_rate": 0.0004962168494059327, + "loss": 5.4868, + "mean_token_accuracy": 0.17089286744594573, + "num_tokens": 14670131.0, + "step": 8455 + }, + { + "entropy": 5.642894077301025, + "epoch": 0.6582376969461194, + "grad_norm": 1.0078125, + "learning_rate": 0.0004962117866689857, + "loss": 5.2878, + "mean_token_accuracy": 0.1739628404378891, + "num_tokens": 14678402.0, + "step": 8460 + }, + { + "entropy": 5.582067584991455, + "epoch": 0.658626726317837, + "grad_norm": 0.984375, + "learning_rate": 0.000496206720575502, + "loss": 5.3038, + "mean_token_accuracy": 0.1687963843345642, + "num_tokens": 14687589.0, + "step": 8465 + }, + { + "entropy": 5.644313478469849, + "epoch": 0.6590157556895546, + "grad_norm": 0.97265625, + "learning_rate": 0.0004962016511255584, + "loss": 5.4557, + "mean_token_accuracy": 0.16937474608421327, + "num_tokens": 14696288.0, + "step": 8470 + }, + { + "entropy": 5.685591173171997, + "epoch": 0.6594047850612721, + "grad_norm": 0.984375, + "learning_rate": 0.0004961965783192318, + "loss": 5.3616, + "mean_token_accuracy": 0.17366212159395217, + "num_tokens": 14705269.0, + "step": 8475 + }, + { + "entropy": 5.591137266159057, + "epoch": 0.6597938144329897, + "grad_norm": 0.9296875, + "learning_rate": 0.0004961915021565992, + "loss": 5.3471, + "mean_token_accuracy": 0.17597121000289917, + "num_tokens": 14713669.0, + "step": 8480 + }, + { + "entropy": 5.532935047149659, + "epoch": 0.6601828438047073, + "grad_norm": 0.96875, + "learning_rate": 0.0004961864226377377, + "loss": 5.3912, + "mean_token_accuracy": 0.17643194645643234, + "num_tokens": 14722529.0, + "step": 8485 + }, + { + "entropy": 5.6268493175506595, + "epoch": 0.6605718731764249, + "grad_norm": 0.98046875, + "learning_rate": 0.0004961813397627241, + "loss": 5.384, + "mean_token_accuracy": 0.17761731743812562, + "num_tokens": 14730956.0, + "step": 8490 + }, + { + "entropy": 5.632120513916016, + "epoch": 0.6609609025481424, + "grad_norm": 1.0234375, + "learning_rate": 0.0004961762535316358, + "loss": 5.3345, + "mean_token_accuracy": 0.1788095787167549, + "num_tokens": 14739320.0, + "step": 8495 + }, + { + "entropy": 5.571344614028931, + "epoch": 0.6613499319198599, + "grad_norm": 0.95703125, + "learning_rate": 0.0004961711639445499, + "loss": 5.3879, + "mean_token_accuracy": 0.17722497433423995, + "num_tokens": 14748030.0, + "step": 8500 + }, + { + "entropy": 5.608709764480591, + "epoch": 0.6617389612915775, + "grad_norm": 0.98046875, + "learning_rate": 0.0004961660710015435, + "loss": 5.2843, + "mean_token_accuracy": 0.18021600544452668, + "num_tokens": 14756786.0, + "step": 8505 + }, + { + "entropy": 5.604683494567871, + "epoch": 0.6621279906632951, + "grad_norm": 1.015625, + "learning_rate": 0.0004961609747026943, + "loss": 5.3535, + "mean_token_accuracy": 0.17999780774116517, + "num_tokens": 14765538.0, + "step": 8510 + }, + { + "entropy": 5.608538436889648, + "epoch": 0.6625170200350127, + "grad_norm": 0.96484375, + "learning_rate": 0.0004961558750480791, + "loss": 5.2726, + "mean_token_accuracy": 0.18049169331789017, + "num_tokens": 14773845.0, + "step": 8515 + }, + { + "entropy": 5.560791444778443, + "epoch": 0.6629060494067303, + "grad_norm": 0.98828125, + "learning_rate": 0.0004961507720377756, + "loss": 5.2237, + "mean_token_accuracy": 0.1844485729932785, + "num_tokens": 14782022.0, + "step": 8520 + }, + { + "entropy": 5.610558032989502, + "epoch": 0.6632950787784477, + "grad_norm": 1.0, + "learning_rate": 0.0004961456656718611, + "loss": 5.3717, + "mean_token_accuracy": 0.17913725674152375, + "num_tokens": 14790150.0, + "step": 8525 + }, + { + "entropy": 5.59845461845398, + "epoch": 0.6636841081501653, + "grad_norm": 0.98046875, + "learning_rate": 0.000496140555950413, + "loss": 5.4119, + "mean_token_accuracy": 0.17195657938718795, + "num_tokens": 14799239.0, + "step": 8530 + }, + { + "entropy": 5.560660743713379, + "epoch": 0.6640731375218829, + "grad_norm": 0.94140625, + "learning_rate": 0.0004961354428735091, + "loss": 5.3272, + "mean_token_accuracy": 0.16718420684337615, + "num_tokens": 14808740.0, + "step": 8535 + }, + { + "entropy": 5.73283896446228, + "epoch": 0.6644621668936005, + "grad_norm": 0.96875, + "learning_rate": 0.0004961303264412267, + "loss": 5.4618, + "mean_token_accuracy": 0.1692821726202965, + "num_tokens": 14817329.0, + "step": 8540 + }, + { + "entropy": 5.624889326095581, + "epoch": 0.6648511962653181, + "grad_norm": 0.96875, + "learning_rate": 0.0004961252066536437, + "loss": 5.3031, + "mean_token_accuracy": 0.17418562173843383, + "num_tokens": 14826240.0, + "step": 8545 + }, + { + "entropy": 5.602689266204834, + "epoch": 0.6652402256370356, + "grad_norm": 1.0, + "learning_rate": 0.0004961200835108375, + "loss": 5.32, + "mean_token_accuracy": 0.17306315898895264, + "num_tokens": 14834471.0, + "step": 8550 + }, + { + "entropy": 5.612128400802613, + "epoch": 0.6656292550087531, + "grad_norm": 0.95703125, + "learning_rate": 0.000496114957012886, + "loss": 5.3241, + "mean_token_accuracy": 0.1665057823061943, + "num_tokens": 14842724.0, + "step": 8555 + }, + { + "entropy": 5.543188428878784, + "epoch": 0.6660182843804707, + "grad_norm": 0.95703125, + "learning_rate": 0.0004961098271598671, + "loss": 5.2522, + "mean_token_accuracy": 0.1831625521183014, + "num_tokens": 14850725.0, + "step": 8560 + }, + { + "entropy": 5.5301573276519775, + "epoch": 0.6664073137521883, + "grad_norm": 0.984375, + "learning_rate": 0.0004961046939518585, + "loss": 5.2167, + "mean_token_accuracy": 0.18281251490116118, + "num_tokens": 14859412.0, + "step": 8565 + }, + { + "entropy": 5.659323358535767, + "epoch": 0.6667963431239059, + "grad_norm": 1.0625, + "learning_rate": 0.0004960995573889379, + "loss": 5.3212, + "mean_token_accuracy": 0.1752857342362404, + "num_tokens": 14867526.0, + "step": 8570 + }, + { + "entropy": 5.532819938659668, + "epoch": 0.6671853724956234, + "grad_norm": 0.9921875, + "learning_rate": 0.0004960944174711836, + "loss": 5.2165, + "mean_token_accuracy": 0.17377183735370635, + "num_tokens": 14875770.0, + "step": 8575 + }, + { + "entropy": 5.558029127120972, + "epoch": 0.667574401867341, + "grad_norm": 1.0078125, + "learning_rate": 0.0004960892741986734, + "loss": 5.3095, + "mean_token_accuracy": 0.18255508840084075, + "num_tokens": 14883872.0, + "step": 8580 + }, + { + "entropy": 5.550190544128418, + "epoch": 0.6679634312390585, + "grad_norm": 1.03125, + "learning_rate": 0.0004960841275714853, + "loss": 5.3322, + "mean_token_accuracy": 0.1733739659190178, + "num_tokens": 14891526.0, + "step": 8585 + }, + { + "entropy": 5.6118604183197025, + "epoch": 0.6683524606107761, + "grad_norm": 1.0546875, + "learning_rate": 0.0004960789775896975, + "loss": 5.3753, + "mean_token_accuracy": 0.1733969748020172, + "num_tokens": 14900171.0, + "step": 8590 + }, + { + "entropy": 5.628033113479614, + "epoch": 0.6687414899824937, + "grad_norm": 1.015625, + "learning_rate": 0.0004960738242533881, + "loss": 5.3365, + "mean_token_accuracy": 0.17448588013648986, + "num_tokens": 14908537.0, + "step": 8595 + }, + { + "entropy": 5.554285907745362, + "epoch": 0.6691305193542112, + "grad_norm": 0.9140625, + "learning_rate": 0.0004960686675626353, + "loss": 5.2722, + "mean_token_accuracy": 0.18086651861667633, + "num_tokens": 14917387.0, + "step": 8600 + }, + { + "entropy": 5.609855794906617, + "epoch": 0.6695195487259288, + "grad_norm": 0.98828125, + "learning_rate": 0.0004960635075175173, + "loss": 5.2943, + "mean_token_accuracy": 0.17782697677612305, + "num_tokens": 14925945.0, + "step": 8605 + }, + { + "entropy": 5.58464412689209, + "epoch": 0.6699085780976464, + "grad_norm": 1.046875, + "learning_rate": 0.0004960583441181124, + "loss": 5.3051, + "mean_token_accuracy": 0.18012278228998185, + "num_tokens": 14934002.0, + "step": 8610 + }, + { + "entropy": 5.583852672576905, + "epoch": 0.670297607469364, + "grad_norm": 0.953125, + "learning_rate": 0.0004960531773644992, + "loss": 5.3366, + "mean_token_accuracy": 0.16810405403375625, + "num_tokens": 14942658.0, + "step": 8615 + }, + { + "entropy": 5.669387340545654, + "epoch": 0.6706866368410815, + "grad_norm": 0.98046875, + "learning_rate": 0.0004960480072567557, + "loss": 5.4096, + "mean_token_accuracy": 0.16790317744016647, + "num_tokens": 14952324.0, + "step": 8620 + }, + { + "entropy": 5.6801048755645756, + "epoch": 0.671075666212799, + "grad_norm": 0.88671875, + "learning_rate": 0.0004960428337949604, + "loss": 5.4406, + "mean_token_accuracy": 0.17223362624645233, + "num_tokens": 14961964.0, + "step": 8625 + }, + { + "entropy": 5.679262447357178, + "epoch": 0.6714646955845166, + "grad_norm": 0.98828125, + "learning_rate": 0.0004960376569791921, + "loss": 5.3774, + "mean_token_accuracy": 0.1753703996539116, + "num_tokens": 14970267.0, + "step": 8630 + }, + { + "entropy": 5.55751485824585, + "epoch": 0.6718537249562342, + "grad_norm": 0.984375, + "learning_rate": 0.0004960324768095291, + "loss": 5.2475, + "mean_token_accuracy": 0.17541256844997405, + "num_tokens": 14978546.0, + "step": 8635 + }, + { + "entropy": 5.644605398178101, + "epoch": 0.6722427543279518, + "grad_norm": 1.0234375, + "learning_rate": 0.0004960272932860502, + "loss": 5.3149, + "mean_token_accuracy": 0.17382394820451735, + "num_tokens": 14986785.0, + "step": 8640 + }, + { + "entropy": 5.61287407875061, + "epoch": 0.6726317836996694, + "grad_norm": 1.0078125, + "learning_rate": 0.0004960221064088338, + "loss": 5.235, + "mean_token_accuracy": 0.17687039226293563, + "num_tokens": 14994873.0, + "step": 8645 + }, + { + "entropy": 5.554454326629639, + "epoch": 0.6730208130713868, + "grad_norm": 1.0546875, + "learning_rate": 0.0004960169161779588, + "loss": 5.2792, + "mean_token_accuracy": 0.18262446224689483, + "num_tokens": 15003108.0, + "step": 8650 + }, + { + "entropy": 5.453991985321045, + "epoch": 0.6734098424431044, + "grad_norm": 0.96875, + "learning_rate": 0.0004960117225935038, + "loss": 5.1857, + "mean_token_accuracy": 0.180227230489254, + "num_tokens": 15011802.0, + "step": 8655 + }, + { + "entropy": 5.598253011703491, + "epoch": 0.673798871814822, + "grad_norm": 0.90625, + "learning_rate": 0.0004960065256555477, + "loss": 5.3383, + "mean_token_accuracy": 0.17591814398765565, + "num_tokens": 15020785.0, + "step": 8660 + }, + { + "entropy": 5.674804973602295, + "epoch": 0.6741879011865396, + "grad_norm": 1.0, + "learning_rate": 0.0004960013253641695, + "loss": 5.4264, + "mean_token_accuracy": 0.1727169021964073, + "num_tokens": 15029218.0, + "step": 8665 + }, + { + "entropy": 5.6443077564239506, + "epoch": 0.6745769305582572, + "grad_norm": 0.98828125, + "learning_rate": 0.0004959961217194477, + "loss": 5.3742, + "mean_token_accuracy": 0.16470756381750107, + "num_tokens": 15037843.0, + "step": 8670 + }, + { + "entropy": 5.554808759689331, + "epoch": 0.6749659599299748, + "grad_norm": 0.9375, + "learning_rate": 0.0004959909147214615, + "loss": 5.3013, + "mean_token_accuracy": 0.17953749299049376, + "num_tokens": 15047053.0, + "step": 8675 + }, + { + "entropy": 5.629379653930664, + "epoch": 0.6753549893016922, + "grad_norm": 0.91015625, + "learning_rate": 0.0004959857043702902, + "loss": 5.4161, + "mean_token_accuracy": 0.17055174857378005, + "num_tokens": 15056159.0, + "step": 8680 + }, + { + "entropy": 5.623338031768799, + "epoch": 0.6757440186734098, + "grad_norm": 1.0, + "learning_rate": 0.0004959804906660124, + "loss": 5.36, + "mean_token_accuracy": 0.17230446636676788, + "num_tokens": 15064853.0, + "step": 8685 + }, + { + "entropy": 5.624137306213379, + "epoch": 0.6761330480451274, + "grad_norm": 1.03125, + "learning_rate": 0.0004959752736087073, + "loss": 5.3679, + "mean_token_accuracy": 0.17369776517152785, + "num_tokens": 15072671.0, + "step": 8690 + }, + { + "entropy": 5.566968774795532, + "epoch": 0.676522077416845, + "grad_norm": 1.0390625, + "learning_rate": 0.0004959700531984543, + "loss": 5.2846, + "mean_token_accuracy": 0.18115321844816207, + "num_tokens": 15080787.0, + "step": 8695 + }, + { + "entropy": 5.59602575302124, + "epoch": 0.6769111067885626, + "grad_norm": 0.96484375, + "learning_rate": 0.0004959648294353324, + "loss": 5.3639, + "mean_token_accuracy": 0.17051270008087158, + "num_tokens": 15089906.0, + "step": 8700 + }, + { + "entropy": 5.610385417938232, + "epoch": 0.6773001361602801, + "grad_norm": 1.0, + "learning_rate": 0.0004959596023194208, + "loss": 5.411, + "mean_token_accuracy": 0.1748563304543495, + "num_tokens": 15099329.0, + "step": 8705 + }, + { + "entropy": 5.606177234649659, + "epoch": 0.6776891655319977, + "grad_norm": 0.9375, + "learning_rate": 0.000495954371850799, + "loss": 5.406, + "mean_token_accuracy": 0.16943833082914353, + "num_tokens": 15107744.0, + "step": 8710 + }, + { + "entropy": 5.659435749053955, + "epoch": 0.6780781949037152, + "grad_norm": 1.0390625, + "learning_rate": 0.0004959491380295463, + "loss": 5.4144, + "mean_token_accuracy": 0.17236348092556, + "num_tokens": 15115918.0, + "step": 8715 + }, + { + "entropy": 5.630734920501709, + "epoch": 0.6784672242754328, + "grad_norm": 0.96484375, + "learning_rate": 0.0004959439008557422, + "loss": 5.2683, + "mean_token_accuracy": 0.18021719306707382, + "num_tokens": 15124074.0, + "step": 8720 + }, + { + "entropy": 5.583794355392456, + "epoch": 0.6788562536471504, + "grad_norm": 1.015625, + "learning_rate": 0.000495938660329466, + "loss": 5.2878, + "mean_token_accuracy": 0.18511537164449693, + "num_tokens": 15132402.0, + "step": 8725 + }, + { + "entropy": 5.593100309371948, + "epoch": 0.6792452830188679, + "grad_norm": 0.90234375, + "learning_rate": 0.0004959334164507973, + "loss": 5.4042, + "mean_token_accuracy": 0.17148813158273696, + "num_tokens": 15141640.0, + "step": 8730 + }, + { + "entropy": 5.616944646835327, + "epoch": 0.6796343123905855, + "grad_norm": 1.0390625, + "learning_rate": 0.0004959281692198155, + "loss": 5.2823, + "mean_token_accuracy": 0.18312946259975432, + "num_tokens": 15149919.0, + "step": 8735 + }, + { + "entropy": 5.519328165054321, + "epoch": 0.6800233417623031, + "grad_norm": 1.0703125, + "learning_rate": 0.0004959229186366007, + "loss": 5.136, + "mean_token_accuracy": 0.18960692137479782, + "num_tokens": 15157536.0, + "step": 8740 + }, + { + "entropy": 5.496883392333984, + "epoch": 0.6804123711340206, + "grad_norm": 1.03125, + "learning_rate": 0.000495917664701232, + "loss": 5.3749, + "mean_token_accuracy": 0.169368739426136, + "num_tokens": 15165848.0, + "step": 8745 + }, + { + "entropy": 5.6310648918151855, + "epoch": 0.6808014005057382, + "grad_norm": 1.015625, + "learning_rate": 0.0004959124074137894, + "loss": 5.3512, + "mean_token_accuracy": 0.17456937730312347, + "num_tokens": 15174799.0, + "step": 8750 + }, + { + "entropy": 5.683430242538452, + "epoch": 0.6811904298774557, + "grad_norm": 1.0, + "learning_rate": 0.0004959071467743526, + "loss": 5.4544, + "mean_token_accuracy": 0.16898835003376006, + "num_tokens": 15183695.0, + "step": 8755 + }, + { + "entropy": 5.68021068572998, + "epoch": 0.6815794592491733, + "grad_norm": 0.9375, + "learning_rate": 0.0004959018827830016, + "loss": 5.4602, + "mean_token_accuracy": 0.16695004254579543, + "num_tokens": 15193620.0, + "step": 8760 + }, + { + "entropy": 5.634642314910889, + "epoch": 0.6819684886208909, + "grad_norm": 0.9921875, + "learning_rate": 0.000495896615439816, + "loss": 5.2843, + "mean_token_accuracy": 0.1768329083919525, + "num_tokens": 15201535.0, + "step": 8765 + }, + { + "entropy": 5.704289817810059, + "epoch": 0.6823575179926085, + "grad_norm": 0.97265625, + "learning_rate": 0.0004958913447448759, + "loss": 5.4164, + "mean_token_accuracy": 0.1670977532863617, + "num_tokens": 15209678.0, + "step": 8770 + }, + { + "entropy": 5.544375801086426, + "epoch": 0.682746547364326, + "grad_norm": 1.046875, + "learning_rate": 0.0004958860706982613, + "loss": 5.3324, + "mean_token_accuracy": 0.1766015887260437, + "num_tokens": 15218579.0, + "step": 8775 + }, + { + "entropy": 5.487669229507446, + "epoch": 0.6831355767360435, + "grad_norm": 0.9609375, + "learning_rate": 0.000495880793300052, + "loss": 5.2377, + "mean_token_accuracy": 0.18537399917840958, + "num_tokens": 15227225.0, + "step": 8780 + }, + { + "entropy": 5.6388014793396, + "epoch": 0.6835246061077611, + "grad_norm": 0.9296875, + "learning_rate": 0.0004958755125503284, + "loss": 5.3557, + "mean_token_accuracy": 0.17073596119880677, + "num_tokens": 15235900.0, + "step": 8785 + }, + { + "entropy": 5.697755146026611, + "epoch": 0.6839136354794787, + "grad_norm": 1.0234375, + "learning_rate": 0.0004958702284491703, + "loss": 5.3068, + "mean_token_accuracy": 0.18236736655235292, + "num_tokens": 15244538.0, + "step": 8790 + }, + { + "entropy": 5.540953350067139, + "epoch": 0.6843026648511963, + "grad_norm": 1.0703125, + "learning_rate": 0.0004958649409966581, + "loss": 5.2775, + "mean_token_accuracy": 0.17999098300933838, + "num_tokens": 15252902.0, + "step": 8795 + }, + { + "entropy": 5.589314413070679, + "epoch": 0.6846916942229139, + "grad_norm": 1.0234375, + "learning_rate": 0.000495859650192872, + "loss": 5.4365, + "mean_token_accuracy": 0.16840124875307083, + "num_tokens": 15261514.0, + "step": 8800 + }, + { + "entropy": 5.634120941162109, + "epoch": 0.6850807235946313, + "grad_norm": 1.046875, + "learning_rate": 0.0004958543560378922, + "loss": 5.3649, + "mean_token_accuracy": 0.17663902938365936, + "num_tokens": 15270140.0, + "step": 8805 + }, + { + "entropy": 5.604912900924683, + "epoch": 0.6854697529663489, + "grad_norm": 0.94140625, + "learning_rate": 0.0004958490585317991, + "loss": 5.3105, + "mean_token_accuracy": 0.17741454839706422, + "num_tokens": 15279551.0, + "step": 8810 + }, + { + "entropy": 5.542202186584473, + "epoch": 0.6858587823380665, + "grad_norm": 0.98046875, + "learning_rate": 0.000495843757674673, + "loss": 5.2981, + "mean_token_accuracy": 0.18478564769029618, + "num_tokens": 15288767.0, + "step": 8815 + }, + { + "entropy": 5.597590923309326, + "epoch": 0.6862478117097841, + "grad_norm": 1.0234375, + "learning_rate": 0.0004958384534665945, + "loss": 5.3255, + "mean_token_accuracy": 0.18024711757898332, + "num_tokens": 15297713.0, + "step": 8820 + }, + { + "entropy": 5.648599481582641, + "epoch": 0.6866368410815017, + "grad_norm": 1.015625, + "learning_rate": 0.0004958331459076438, + "loss": 5.3241, + "mean_token_accuracy": 0.17295677661895753, + "num_tokens": 15306139.0, + "step": 8825 + }, + { + "entropy": 5.661116123199463, + "epoch": 0.6870258704532192, + "grad_norm": 0.9375, + "learning_rate": 0.0004958278349979018, + "loss": 5.3828, + "mean_token_accuracy": 0.18049405366182328, + "num_tokens": 15315015.0, + "step": 8830 + }, + { + "entropy": 5.597526264190674, + "epoch": 0.6874148998249368, + "grad_norm": 1.015625, + "learning_rate": 0.0004958225207374488, + "loss": 5.2576, + "mean_token_accuracy": 0.17740098237991334, + "num_tokens": 15323366.0, + "step": 8835 + }, + { + "entropy": 5.534605646133423, + "epoch": 0.6878039291966543, + "grad_norm": 1.03125, + "learning_rate": 0.0004958172031263655, + "loss": 5.2477, + "mean_token_accuracy": 0.19066004008054732, + "num_tokens": 15331135.0, + "step": 8840 + }, + { + "entropy": 5.533976030349732, + "epoch": 0.6881929585683719, + "grad_norm": 1.0703125, + "learning_rate": 0.0004958118821647326, + "loss": 5.2701, + "mean_token_accuracy": 0.1801069885492325, + "num_tokens": 15339561.0, + "step": 8845 + }, + { + "entropy": 5.642655992507935, + "epoch": 0.6885819879400895, + "grad_norm": 1.0546875, + "learning_rate": 0.0004958065578526308, + "loss": 5.1835, + "mean_token_accuracy": 0.18612721860408782, + "num_tokens": 15348000.0, + "step": 8850 + }, + { + "entropy": 5.660510301589966, + "epoch": 0.688971017311807, + "grad_norm": 1.125, + "learning_rate": 0.000495801230190141, + "loss": 5.3766, + "mean_token_accuracy": 0.17496137619018554, + "num_tokens": 15355916.0, + "step": 8855 + }, + { + "entropy": 5.48637022972107, + "epoch": 0.6893600466835246, + "grad_norm": 1.0390625, + "learning_rate": 0.0004957958991773441, + "loss": 5.2261, + "mean_token_accuracy": 0.18035848140716554, + "num_tokens": 15364561.0, + "step": 8860 + }, + { + "entropy": 5.592615604400635, + "epoch": 0.6897490760552422, + "grad_norm": 1.1171875, + "learning_rate": 0.0004957905648143206, + "loss": 5.2593, + "mean_token_accuracy": 0.17427134960889817, + "num_tokens": 15372582.0, + "step": 8865 + }, + { + "entropy": 5.594068765640259, + "epoch": 0.6901381054269597, + "grad_norm": 0.98828125, + "learning_rate": 0.0004957852271011519, + "loss": 5.3502, + "mean_token_accuracy": 0.17120631635189057, + "num_tokens": 15381684.0, + "step": 8870 + }, + { + "entropy": 5.68618335723877, + "epoch": 0.6905271347986773, + "grad_norm": 0.94140625, + "learning_rate": 0.0004957798860379187, + "loss": 5.3811, + "mean_token_accuracy": 0.17104661464691162, + "num_tokens": 15390858.0, + "step": 8875 + }, + { + "entropy": 5.58775110244751, + "epoch": 0.6909161641703949, + "grad_norm": 1.0, + "learning_rate": 0.0004957745416247022, + "loss": 5.2122, + "mean_token_accuracy": 0.17857923805713655, + "num_tokens": 15399439.0, + "step": 8880 + }, + { + "entropy": 5.515638208389282, + "epoch": 0.6913051935421124, + "grad_norm": 0.98046875, + "learning_rate": 0.0004957691938615833, + "loss": 5.2838, + "mean_token_accuracy": 0.18353706151247023, + "num_tokens": 15407784.0, + "step": 8885 + }, + { + "entropy": 5.6534748554229735, + "epoch": 0.69169422291383, + "grad_norm": 0.9921875, + "learning_rate": 0.0004957638427486434, + "loss": 5.406, + "mean_token_accuracy": 0.17561437338590621, + "num_tokens": 15415985.0, + "step": 8890 + }, + { + "entropy": 5.59408802986145, + "epoch": 0.6920832522855476, + "grad_norm": 0.97265625, + "learning_rate": 0.0004957584882859636, + "loss": 5.2927, + "mean_token_accuracy": 0.17846294939517976, + "num_tokens": 15424433.0, + "step": 8895 + }, + { + "entropy": 5.611450719833374, + "epoch": 0.6924722816572652, + "grad_norm": 0.96484375, + "learning_rate": 0.0004957531304736251, + "loss": 5.3841, + "mean_token_accuracy": 0.1786998599767685, + "num_tokens": 15433041.0, + "step": 8900 + }, + { + "entropy": 5.536662006378174, + "epoch": 0.6928613110289827, + "grad_norm": 1.0234375, + "learning_rate": 0.0004957477693117091, + "loss": 5.2136, + "mean_token_accuracy": 0.1760414347052574, + "num_tokens": 15441159.0, + "step": 8905 + }, + { + "entropy": 5.707674503326416, + "epoch": 0.6932503404007002, + "grad_norm": 1.0078125, + "learning_rate": 0.0004957424048002971, + "loss": 5.5292, + "mean_token_accuracy": 0.16542596071958543, + "num_tokens": 15450687.0, + "step": 8910 + }, + { + "entropy": 5.550708436965943, + "epoch": 0.6936393697724178, + "grad_norm": 0.96484375, + "learning_rate": 0.0004957370369394706, + "loss": 5.2337, + "mean_token_accuracy": 0.17625031620264053, + "num_tokens": 15460450.0, + "step": 8915 + }, + { + "entropy": 5.545779085159301, + "epoch": 0.6940283991441354, + "grad_norm": 1.1015625, + "learning_rate": 0.0004957316657293107, + "loss": 5.2543, + "mean_token_accuracy": 0.18371557593345642, + "num_tokens": 15468435.0, + "step": 8920 + }, + { + "entropy": 5.551118421554565, + "epoch": 0.694417428515853, + "grad_norm": 0.984375, + "learning_rate": 0.0004957262911698992, + "loss": 5.2276, + "mean_token_accuracy": 0.185743547976017, + "num_tokens": 15476232.0, + "step": 8925 + }, + { + "entropy": 5.650556516647339, + "epoch": 0.6948064578875706, + "grad_norm": 0.99609375, + "learning_rate": 0.0004957209132613175, + "loss": 5.3467, + "mean_token_accuracy": 0.17577973306179046, + "num_tokens": 15484569.0, + "step": 8930 + }, + { + "entropy": 5.580010795593262, + "epoch": 0.695195487259288, + "grad_norm": 1.0, + "learning_rate": 0.0004957155320036473, + "loss": 5.2563, + "mean_token_accuracy": 0.18059066087007522, + "num_tokens": 15492583.0, + "step": 8935 + }, + { + "entropy": 5.60004186630249, + "epoch": 0.6955845166310056, + "grad_norm": 0.9765625, + "learning_rate": 0.0004957101473969702, + "loss": 5.4014, + "mean_token_accuracy": 0.17439007014036179, + "num_tokens": 15501722.0, + "step": 8940 + }, + { + "entropy": 5.652395629882813, + "epoch": 0.6959735460027232, + "grad_norm": 1.0859375, + "learning_rate": 0.000495704759441368, + "loss": 5.3445, + "mean_token_accuracy": 0.17423500567674638, + "num_tokens": 15509682.0, + "step": 8945 + }, + { + "entropy": 5.620736122131348, + "epoch": 0.6963625753744408, + "grad_norm": 1.0, + "learning_rate": 0.0004956993681369221, + "loss": 5.3274, + "mean_token_accuracy": 0.17697353959083556, + "num_tokens": 15518971.0, + "step": 8950 + }, + { + "entropy": 5.606459903717041, + "epoch": 0.6967516047461584, + "grad_norm": 0.97265625, + "learning_rate": 0.0004956939734837148, + "loss": 5.3077, + "mean_token_accuracy": 0.1726076379418373, + "num_tokens": 15527385.0, + "step": 8955 + }, + { + "entropy": 5.631381511688232, + "epoch": 0.6971406341178759, + "grad_norm": 1.03125, + "learning_rate": 0.0004956885754818277, + "loss": 5.4182, + "mean_token_accuracy": 0.17595664858818055, + "num_tokens": 15535325.0, + "step": 8960 + }, + { + "entropy": 5.659246206283569, + "epoch": 0.6975296634895934, + "grad_norm": 0.9609375, + "learning_rate": 0.0004956831741313427, + "loss": 5.3941, + "mean_token_accuracy": 0.17625509798526764, + "num_tokens": 15544098.0, + "step": 8965 + }, + { + "entropy": 5.628655052185058, + "epoch": 0.697918692861311, + "grad_norm": 0.9140625, + "learning_rate": 0.0004956777694323418, + "loss": 5.2748, + "mean_token_accuracy": 0.17389642000198363, + "num_tokens": 15552547.0, + "step": 8970 + }, + { + "entropy": 5.544471740722656, + "epoch": 0.6983077222330286, + "grad_norm": 0.9921875, + "learning_rate": 0.000495672361384907, + "loss": 5.2914, + "mean_token_accuracy": 0.1741619199514389, + "num_tokens": 15561044.0, + "step": 8975 + }, + { + "entropy": 5.609742021560669, + "epoch": 0.6986967516047462, + "grad_norm": 0.98828125, + "learning_rate": 0.0004956669499891202, + "loss": 5.3516, + "mean_token_accuracy": 0.16445284485816955, + "num_tokens": 15569379.0, + "step": 8980 + }, + { + "entropy": 5.62983021736145, + "epoch": 0.6990857809764637, + "grad_norm": 0.9765625, + "learning_rate": 0.0004956615352450639, + "loss": 5.371, + "mean_token_accuracy": 0.17524835020303725, + "num_tokens": 15578535.0, + "step": 8985 + }, + { + "entropy": 5.523656272888184, + "epoch": 0.6994748103481813, + "grad_norm": 1.03125, + "learning_rate": 0.0004956561171528198, + "loss": 5.2201, + "mean_token_accuracy": 0.1841176375746727, + "num_tokens": 15586972.0, + "step": 8990 + }, + { + "entropy": 5.486569213867187, + "epoch": 0.6998638397198989, + "grad_norm": 1.0078125, + "learning_rate": 0.0004956506957124704, + "loss": 5.183, + "mean_token_accuracy": 0.19105131179094315, + "num_tokens": 15595092.0, + "step": 8995 + }, + { + "entropy": 5.652354097366333, + "epoch": 0.7002528690916164, + "grad_norm": 0.9921875, + "learning_rate": 0.000495645270924098, + "loss": 5.4934, + "mean_token_accuracy": 0.17323615550994872, + "num_tokens": 15604348.0, + "step": 9000 + }, + { + "epoch": 0.7002528690916164, + "eval_entropy": 5.426626439135848, + "eval_loss": 5.354678153991699, + "eval_mean_token_accuracy": 0.1833029387344869, + "eval_num_tokens": 15604348.0, + "eval_runtime": 21.8814, + "eval_samples_per_second": 1899.238, + "eval_steps_per_second": 237.416, + "step": 9000 + }, + { + "entropy": 5.59830002784729, + "epoch": 0.700641898463334, + "grad_norm": 1.0703125, + "learning_rate": 0.0004956398427877847, + "loss": 5.3206, + "mean_token_accuracy": 0.17501565665006638, + "num_tokens": 15612597.0, + "step": 9005 + }, + { + "entropy": 5.591050910949707, + "epoch": 0.7010309278350515, + "grad_norm": 1.015625, + "learning_rate": 0.000495634411303613, + "loss": 5.2986, + "mean_token_accuracy": 0.17995297759771348, + "num_tokens": 15621555.0, + "step": 9010 + }, + { + "entropy": 5.603674602508545, + "epoch": 0.7014199572067691, + "grad_norm": 1.03125, + "learning_rate": 0.0004956289764716654, + "loss": 5.2554, + "mean_token_accuracy": 0.17363838851451874, + "num_tokens": 15630518.0, + "step": 9015 + }, + { + "entropy": 5.628086900711059, + "epoch": 0.7018089865784867, + "grad_norm": 0.89453125, + "learning_rate": 0.0004956235382920241, + "loss": 5.4225, + "mean_token_accuracy": 0.16767370104789733, + "num_tokens": 15639126.0, + "step": 9020 + }, + { + "entropy": 5.5402727127075195, + "epoch": 0.7021980159502043, + "grad_norm": 1.046875, + "learning_rate": 0.0004956180967647717, + "loss": 5.251, + "mean_token_accuracy": 0.17823141813278198, + "num_tokens": 15647436.0, + "step": 9025 + }, + { + "entropy": 5.590332984924316, + "epoch": 0.7025870453219218, + "grad_norm": 0.95703125, + "learning_rate": 0.0004956126518899911, + "loss": 5.2921, + "mean_token_accuracy": 0.17625699639320375, + "num_tokens": 15656439.0, + "step": 9030 + }, + { + "entropy": 5.595344495773316, + "epoch": 0.7029760746936393, + "grad_norm": 0.99609375, + "learning_rate": 0.0004956072036677644, + "loss": 5.3132, + "mean_token_accuracy": 0.17799899727106094, + "num_tokens": 15665119.0, + "step": 9035 + }, + { + "entropy": 5.614699840545654, + "epoch": 0.7033651040653569, + "grad_norm": 1.0234375, + "learning_rate": 0.0004956017520981746, + "loss": 5.3753, + "mean_token_accuracy": 0.17362480610609055, + "num_tokens": 15673430.0, + "step": 9040 + }, + { + "entropy": 5.702362823486328, + "epoch": 0.7037541334370745, + "grad_norm": 1.015625, + "learning_rate": 0.0004955962971813044, + "loss": 5.4194, + "mean_token_accuracy": 0.1713619515299797, + "num_tokens": 15682739.0, + "step": 9045 + }, + { + "entropy": 5.592257404327393, + "epoch": 0.7041431628087921, + "grad_norm": 1.1328125, + "learning_rate": 0.0004955908389172364, + "loss": 5.3821, + "mean_token_accuracy": 0.17193948328495026, + "num_tokens": 15691206.0, + "step": 9050 + }, + { + "entropy": 5.674292707443238, + "epoch": 0.7045321921805097, + "grad_norm": 0.9609375, + "learning_rate": 0.0004955853773060536, + "loss": 5.4191, + "mean_token_accuracy": 0.1720179945230484, + "num_tokens": 15700238.0, + "step": 9055 + }, + { + "entropy": 5.633588075637817, + "epoch": 0.7049212215522271, + "grad_norm": 0.98828125, + "learning_rate": 0.0004955799123478388, + "loss": 5.2846, + "mean_token_accuracy": 0.17988588958978652, + "num_tokens": 15708654.0, + "step": 9060 + }, + { + "entropy": 5.647421836853027, + "epoch": 0.7053102509239447, + "grad_norm": 0.96484375, + "learning_rate": 0.0004955744440426748, + "loss": 5.4512, + "mean_token_accuracy": 0.17513982951641083, + "num_tokens": 15717204.0, + "step": 9065 + }, + { + "entropy": 5.535555791854859, + "epoch": 0.7056992802956623, + "grad_norm": 1.0625, + "learning_rate": 0.0004955689723906448, + "loss": 5.1835, + "mean_token_accuracy": 0.19154176265001296, + "num_tokens": 15725016.0, + "step": 9070 + }, + { + "entropy": 5.678747367858887, + "epoch": 0.7060883096673799, + "grad_norm": 0.9921875, + "learning_rate": 0.0004955634973918318, + "loss": 5.5336, + "mean_token_accuracy": 0.17135683000087737, + "num_tokens": 15734714.0, + "step": 9075 + }, + { + "entropy": 5.659254360198974, + "epoch": 0.7064773390390975, + "grad_norm": 1.03125, + "learning_rate": 0.0004955580190463186, + "loss": 5.3496, + "mean_token_accuracy": 0.17536187171936035, + "num_tokens": 15742867.0, + "step": 9080 + }, + { + "entropy": 5.619858980178833, + "epoch": 0.7068663684108151, + "grad_norm": 0.94921875, + "learning_rate": 0.0004955525373541886, + "loss": 5.3543, + "mean_token_accuracy": 0.1699495568871498, + "num_tokens": 15752059.0, + "step": 9085 + }, + { + "entropy": 5.5301549434661865, + "epoch": 0.7072553977825325, + "grad_norm": 0.90234375, + "learning_rate": 0.0004955470523155249, + "loss": 5.377, + "mean_token_accuracy": 0.17397134155035018, + "num_tokens": 15761783.0, + "step": 9090 + }, + { + "entropy": 5.577003717422485, + "epoch": 0.7076444271542501, + "grad_norm": 0.91015625, + "learning_rate": 0.0004955415639304107, + "loss": 5.226, + "mean_token_accuracy": 0.18205083906650543, + "num_tokens": 15770451.0, + "step": 9095 + }, + { + "entropy": 5.592505311965942, + "epoch": 0.7080334565259677, + "grad_norm": 0.96484375, + "learning_rate": 0.0004955360721989292, + "loss": 5.3406, + "mean_token_accuracy": 0.17947719842195511, + "num_tokens": 15779529.0, + "step": 9100 + }, + { + "entropy": 5.6077323913574215, + "epoch": 0.7084224858976853, + "grad_norm": 0.96484375, + "learning_rate": 0.0004955305771211641, + "loss": 5.3009, + "mean_token_accuracy": 0.17695496380329132, + "num_tokens": 15788427.0, + "step": 9105 + }, + { + "entropy": 5.622390365600586, + "epoch": 0.7088115152694029, + "grad_norm": 1.0546875, + "learning_rate": 0.0004955250786971982, + "loss": 5.3405, + "mean_token_accuracy": 0.17063200920820237, + "num_tokens": 15796530.0, + "step": 9110 + }, + { + "entropy": 5.539331531524658, + "epoch": 0.7092005446411204, + "grad_norm": 1.0625, + "learning_rate": 0.0004955195769271154, + "loss": 5.2823, + "mean_token_accuracy": 0.18290427923202515, + "num_tokens": 15805058.0, + "step": 9115 + }, + { + "entropy": 5.693470621109009, + "epoch": 0.709589574012838, + "grad_norm": 1.03125, + "learning_rate": 0.0004955140718109991, + "loss": 5.3901, + "mean_token_accuracy": 0.17615391612052916, + "num_tokens": 15813729.0, + "step": 9120 + }, + { + "entropy": 5.590498065948486, + "epoch": 0.7099786033845555, + "grad_norm": 0.93359375, + "learning_rate": 0.0004955085633489326, + "loss": 5.2337, + "mean_token_accuracy": 0.1822209119796753, + "num_tokens": 15822305.0, + "step": 9125 + }, + { + "entropy": 5.567670822143555, + "epoch": 0.7103676327562731, + "grad_norm": 0.94921875, + "learning_rate": 0.0004955030515409997, + "loss": 5.37, + "mean_token_accuracy": 0.17440492957830428, + "num_tokens": 15830842.0, + "step": 9130 + }, + { + "entropy": 5.539040565490723, + "epoch": 0.7107566621279907, + "grad_norm": 0.95703125, + "learning_rate": 0.0004954975363872838, + "loss": 5.2166, + "mean_token_accuracy": 0.17942636758089064, + "num_tokens": 15839790.0, + "step": 9135 + }, + { + "entropy": 5.644689989089966, + "epoch": 0.7111456914997082, + "grad_norm": 1.015625, + "learning_rate": 0.0004954920178878689, + "loss": 5.4242, + "mean_token_accuracy": 0.16696909368038176, + "num_tokens": 15849307.0, + "step": 9140 + }, + { + "entropy": 5.651723480224609, + "epoch": 0.7115347208714258, + "grad_norm": 0.9921875, + "learning_rate": 0.0004954864960428385, + "loss": 5.3607, + "mean_token_accuracy": 0.18076069951057433, + "num_tokens": 15858688.0, + "step": 9145 + }, + { + "entropy": 5.6145435810089115, + "epoch": 0.7119237502431434, + "grad_norm": 0.9921875, + "learning_rate": 0.0004954809708522765, + "loss": 5.2401, + "mean_token_accuracy": 0.17477410584688186, + "num_tokens": 15867574.0, + "step": 9150 + }, + { + "entropy": 5.594854164123535, + "epoch": 0.712312779614861, + "grad_norm": 1.046875, + "learning_rate": 0.0004954754423162667, + "loss": 5.272, + "mean_token_accuracy": 0.18185375183820723, + "num_tokens": 15875871.0, + "step": 9155 + }, + { + "entropy": 5.566808795928955, + "epoch": 0.7127018089865785, + "grad_norm": 1.03125, + "learning_rate": 0.000495469910434893, + "loss": 5.3233, + "mean_token_accuracy": 0.17708283066749572, + "num_tokens": 15884386.0, + "step": 9160 + }, + { + "entropy": 5.61978178024292, + "epoch": 0.713090838358296, + "grad_norm": 1.015625, + "learning_rate": 0.0004954643752082392, + "loss": 5.3137, + "mean_token_accuracy": 0.17367473393678665, + "num_tokens": 15893086.0, + "step": 9165 + }, + { + "entropy": 5.567471027374268, + "epoch": 0.7134798677300136, + "grad_norm": 0.984375, + "learning_rate": 0.0004954588366363896, + "loss": 5.3452, + "mean_token_accuracy": 0.17378021627664567, + "num_tokens": 15902266.0, + "step": 9170 + }, + { + "entropy": 5.743059396743774, + "epoch": 0.7138688971017312, + "grad_norm": 1.0234375, + "learning_rate": 0.0004954532947194279, + "loss": 5.4679, + "mean_token_accuracy": 0.17352332472801207, + "num_tokens": 15911133.0, + "step": 9175 + }, + { + "entropy": 5.601269388198853, + "epoch": 0.7142579264734488, + "grad_norm": 1.0625, + "learning_rate": 0.0004954477494574384, + "loss": 5.2474, + "mean_token_accuracy": 0.18148248195648192, + "num_tokens": 15919455.0, + "step": 9180 + }, + { + "entropy": 5.5489531517028805, + "epoch": 0.7146469558451664, + "grad_norm": 1.09375, + "learning_rate": 0.0004954422008505052, + "loss": 5.2969, + "mean_token_accuracy": 0.18649122416973113, + "num_tokens": 15927592.0, + "step": 9185 + }, + { + "entropy": 5.539952135086059, + "epoch": 0.7150359852168838, + "grad_norm": 0.98046875, + "learning_rate": 0.0004954366488987125, + "loss": 5.2355, + "mean_token_accuracy": 0.17870736718177796, + "num_tokens": 15935979.0, + "step": 9190 + }, + { + "entropy": 5.598205804824829, + "epoch": 0.7154250145886014, + "grad_norm": 1.0234375, + "learning_rate": 0.0004954310936021444, + "loss": 5.3898, + "mean_token_accuracy": 0.17427746802568436, + "num_tokens": 15945921.0, + "step": 9195 + }, + { + "entropy": 5.68244104385376, + "epoch": 0.715814043960319, + "grad_norm": 1.0546875, + "learning_rate": 0.0004954255349608853, + "loss": 5.325, + "mean_token_accuracy": 0.1779963955283165, + "num_tokens": 15954875.0, + "step": 9200 + }, + { + "entropy": 5.627213764190674, + "epoch": 0.7162030733320366, + "grad_norm": 0.96875, + "learning_rate": 0.0004954199729750198, + "loss": 5.3521, + "mean_token_accuracy": 0.1742336705327034, + "num_tokens": 15963391.0, + "step": 9205 + }, + { + "entropy": 5.676005411148071, + "epoch": 0.7165921027037542, + "grad_norm": 0.97265625, + "learning_rate": 0.0004954144076446318, + "loss": 5.4468, + "mean_token_accuracy": 0.17196759283542634, + "num_tokens": 15972366.0, + "step": 9210 + }, + { + "entropy": 5.686842823028565, + "epoch": 0.7169811320754716, + "grad_norm": 0.94140625, + "learning_rate": 0.0004954088389698061, + "loss": 5.41, + "mean_token_accuracy": 0.17550712674856186, + "num_tokens": 15981196.0, + "step": 9215 + }, + { + "entropy": 5.581725311279297, + "epoch": 0.7173701614471892, + "grad_norm": 0.9453125, + "learning_rate": 0.000495403266950627, + "loss": 5.3564, + "mean_token_accuracy": 0.17194652706384658, + "num_tokens": 15990811.0, + "step": 9220 + }, + { + "entropy": 5.612995767593384, + "epoch": 0.7177591908189068, + "grad_norm": 1.0625, + "learning_rate": 0.0004953976915871792, + "loss": 5.338, + "mean_token_accuracy": 0.17572406381368638, + "num_tokens": 15999594.0, + "step": 9225 + }, + { + "entropy": 5.710073232650757, + "epoch": 0.7181482201906244, + "grad_norm": 0.9609375, + "learning_rate": 0.0004953921128795472, + "loss": 5.4529, + "mean_token_accuracy": 0.16252485662698746, + "num_tokens": 16008179.0, + "step": 9230 + }, + { + "entropy": 5.612336826324463, + "epoch": 0.718537249562342, + "grad_norm": 1.03125, + "learning_rate": 0.0004953865308278156, + "loss": 5.3632, + "mean_token_accuracy": 0.17658372819423676, + "num_tokens": 16016583.0, + "step": 9235 + }, + { + "entropy": 5.644665336608886, + "epoch": 0.7189262789340595, + "grad_norm": 0.95703125, + "learning_rate": 0.0004953809454320693, + "loss": 5.381, + "mean_token_accuracy": 0.17159958630800248, + "num_tokens": 16025516.0, + "step": 9240 + }, + { + "entropy": 5.500241470336914, + "epoch": 0.7193153083057771, + "grad_norm": 1.0390625, + "learning_rate": 0.0004953753566923929, + "loss": 5.2485, + "mean_token_accuracy": 0.18023196011781692, + "num_tokens": 16033536.0, + "step": 9245 + }, + { + "entropy": 5.5734899044036865, + "epoch": 0.7197043376774946, + "grad_norm": 0.9921875, + "learning_rate": 0.0004953697646088712, + "loss": 5.1831, + "mean_token_accuracy": 0.18284070640802383, + "num_tokens": 16041918.0, + "step": 9250 + }, + { + "entropy": 5.554796504974365, + "epoch": 0.7200933670492122, + "grad_norm": 0.9609375, + "learning_rate": 0.0004953641691815891, + "loss": 5.2635, + "mean_token_accuracy": 0.18858146220445632, + "num_tokens": 16050806.0, + "step": 9255 + }, + { + "entropy": 5.572273778915405, + "epoch": 0.7204823964209298, + "grad_norm": 0.96875, + "learning_rate": 0.0004953585704106315, + "loss": 5.3778, + "mean_token_accuracy": 0.1684029519557953, + "num_tokens": 16060140.0, + "step": 9260 + }, + { + "entropy": 5.610694169998169, + "epoch": 0.7208714257926473, + "grad_norm": 0.96484375, + "learning_rate": 0.0004953529682960832, + "loss": 5.2341, + "mean_token_accuracy": 0.1793151766061783, + "num_tokens": 16068182.0, + "step": 9265 + }, + { + "entropy": 5.63342022895813, + "epoch": 0.7212604551643649, + "grad_norm": 0.9609375, + "learning_rate": 0.0004953473628380295, + "loss": 5.3955, + "mean_token_accuracy": 0.17252545207738876, + "num_tokens": 16076798.0, + "step": 9270 + }, + { + "entropy": 5.509539413452148, + "epoch": 0.7216494845360825, + "grad_norm": 0.9765625, + "learning_rate": 0.0004953417540365553, + "loss": 5.1342, + "mean_token_accuracy": 0.1839274451136589, + "num_tokens": 16084739.0, + "step": 9275 + }, + { + "entropy": 5.607033681869507, + "epoch": 0.7220385139078, + "grad_norm": 0.91796875, + "learning_rate": 0.0004953361418917455, + "loss": 5.2943, + "mean_token_accuracy": 0.17833070158958436, + "num_tokens": 16093434.0, + "step": 9280 + }, + { + "entropy": 5.586986494064331, + "epoch": 0.7224275432795176, + "grad_norm": 1.046875, + "learning_rate": 0.0004953305264036856, + "loss": 5.3277, + "mean_token_accuracy": 0.17434626519680024, + "num_tokens": 16102163.0, + "step": 9285 + }, + { + "entropy": 5.565060234069824, + "epoch": 0.7228165726512352, + "grad_norm": 0.98828125, + "learning_rate": 0.0004953249075724607, + "loss": 5.3144, + "mean_token_accuracy": 0.18559445589780807, + "num_tokens": 16110761.0, + "step": 9290 + }, + { + "entropy": 5.617482280731201, + "epoch": 0.7232056020229527, + "grad_norm": 0.92578125, + "learning_rate": 0.0004953192853981559, + "loss": 5.348, + "mean_token_accuracy": 0.17160186618566514, + "num_tokens": 16119774.0, + "step": 9295 + }, + { + "entropy": 5.563372373580933, + "epoch": 0.7235946313946703, + "grad_norm": 1.078125, + "learning_rate": 0.0004953136598808566, + "loss": 5.2255, + "mean_token_accuracy": 0.18570873886346817, + "num_tokens": 16128232.0, + "step": 9300 + }, + { + "entropy": 5.567703056335449, + "epoch": 0.7239836607663879, + "grad_norm": 0.96484375, + "learning_rate": 0.0004953080310206481, + "loss": 5.2726, + "mean_token_accuracy": 0.17818146497011184, + "num_tokens": 16137370.0, + "step": 9305 + }, + { + "entropy": 5.560481882095337, + "epoch": 0.7243726901381055, + "grad_norm": 1.015625, + "learning_rate": 0.0004953023988176162, + "loss": 5.2856, + "mean_token_accuracy": 0.18028096854686737, + "num_tokens": 16145791.0, + "step": 9310 + }, + { + "entropy": 5.676171922683716, + "epoch": 0.724761719509823, + "grad_norm": 1.0078125, + "learning_rate": 0.0004952967632718458, + "loss": 5.3949, + "mean_token_accuracy": 0.17449989467859267, + "num_tokens": 16153713.0, + "step": 9315 + }, + { + "entropy": 5.5422087669372555, + "epoch": 0.7251507488815405, + "grad_norm": 0.96484375, + "learning_rate": 0.0004952911243834227, + "loss": 5.2293, + "mean_token_accuracy": 0.1759104996919632, + "num_tokens": 16162362.0, + "step": 9320 + }, + { + "entropy": 5.60819263458252, + "epoch": 0.7255397782532581, + "grad_norm": 0.953125, + "learning_rate": 0.0004952854821524324, + "loss": 5.3094, + "mean_token_accuracy": 0.1771207183599472, + "num_tokens": 16171094.0, + "step": 9325 + }, + { + "entropy": 5.644198417663574, + "epoch": 0.7259288076249757, + "grad_norm": 1.015625, + "learning_rate": 0.0004952798365789606, + "loss": 5.3833, + "mean_token_accuracy": 0.17747953683137893, + "num_tokens": 16180282.0, + "step": 9330 + }, + { + "entropy": 5.617562341690063, + "epoch": 0.7263178369966933, + "grad_norm": 1.0703125, + "learning_rate": 0.0004952741876630928, + "loss": 5.2713, + "mean_token_accuracy": 0.17838894873857497, + "num_tokens": 16188497.0, + "step": 9335 + }, + { + "entropy": 5.638434839248657, + "epoch": 0.7267068663684109, + "grad_norm": 0.9296875, + "learning_rate": 0.0004952685354049148, + "loss": 5.4463, + "mean_token_accuracy": 0.16610584259033204, + "num_tokens": 16197822.0, + "step": 9340 + }, + { + "entropy": 5.622054958343506, + "epoch": 0.7270958957401283, + "grad_norm": 1.015625, + "learning_rate": 0.0004952628798045124, + "loss": 5.3453, + "mean_token_accuracy": 0.1748841419816017, + "num_tokens": 16207770.0, + "step": 9345 + }, + { + "entropy": 5.537430334091186, + "epoch": 0.7274849251118459, + "grad_norm": 0.95703125, + "learning_rate": 0.0004952572208619714, + "loss": 5.265, + "mean_token_accuracy": 0.17789450585842131, + "num_tokens": 16216624.0, + "step": 9350 + }, + { + "entropy": 5.528290510177612, + "epoch": 0.7278739544835635, + "grad_norm": 0.94140625, + "learning_rate": 0.0004952515585773778, + "loss": 5.2253, + "mean_token_accuracy": 0.17699002474546432, + "num_tokens": 16225585.0, + "step": 9355 + }, + { + "entropy": 5.583498287200928, + "epoch": 0.7282629838552811, + "grad_norm": 0.9921875, + "learning_rate": 0.0004952458929508171, + "loss": 5.1941, + "mean_token_accuracy": 0.1871258169412613, + "num_tokens": 16233988.0, + "step": 9360 + }, + { + "entropy": 5.583783578872681, + "epoch": 0.7286520132269987, + "grad_norm": 0.9765625, + "learning_rate": 0.0004952402239823757, + "loss": 5.3801, + "mean_token_accuracy": 0.17059634625911713, + "num_tokens": 16242291.0, + "step": 9365 + }, + { + "entropy": 5.538060665130615, + "epoch": 0.7290410425987162, + "grad_norm": 1.1015625, + "learning_rate": 0.0004952345516721393, + "loss": 5.2329, + "mean_token_accuracy": 0.17718504816293718, + "num_tokens": 16251102.0, + "step": 9370 + }, + { + "entropy": 5.559855794906616, + "epoch": 0.7294300719704337, + "grad_norm": 1.046875, + "learning_rate": 0.0004952288760201942, + "loss": 5.2347, + "mean_token_accuracy": 0.18334570825099944, + "num_tokens": 16259136.0, + "step": 9375 + }, + { + "entropy": 5.591360998153687, + "epoch": 0.7298191013421513, + "grad_norm": 0.97265625, + "learning_rate": 0.0004952231970266265, + "loss": 5.3546, + "mean_token_accuracy": 0.1731053814291954, + "num_tokens": 16267958.0, + "step": 9380 + }, + { + "entropy": 5.70159945487976, + "epoch": 0.7302081307138689, + "grad_norm": 1.03125, + "learning_rate": 0.0004952175146915223, + "loss": 5.4681, + "mean_token_accuracy": 0.1691476970911026, + "num_tokens": 16277616.0, + "step": 9385 + }, + { + "entropy": 5.68076753616333, + "epoch": 0.7305971600855865, + "grad_norm": 0.96875, + "learning_rate": 0.0004952118290149679, + "loss": 5.333, + "mean_token_accuracy": 0.1806351512670517, + "num_tokens": 16286454.0, + "step": 9390 + }, + { + "entropy": 5.60504846572876, + "epoch": 0.730986189457304, + "grad_norm": 0.92578125, + "learning_rate": 0.0004952061399970492, + "loss": 5.2978, + "mean_token_accuracy": 0.1739448979496956, + "num_tokens": 16295722.0, + "step": 9395 + }, + { + "entropy": 5.62188687324524, + "epoch": 0.7313752188290216, + "grad_norm": 1.0078125, + "learning_rate": 0.000495200447637853, + "loss": 5.3522, + "mean_token_accuracy": 0.17173597812652588, + "num_tokens": 16304180.0, + "step": 9400 + }, + { + "entropy": 5.54413161277771, + "epoch": 0.7317642482007392, + "grad_norm": 1.015625, + "learning_rate": 0.0004951947519374655, + "loss": 5.269, + "mean_token_accuracy": 0.1815841853618622, + "num_tokens": 16312766.0, + "step": 9405 + }, + { + "entropy": 5.554322910308838, + "epoch": 0.7321532775724567, + "grad_norm": 1.0390625, + "learning_rate": 0.0004951890528959731, + "loss": 5.3473, + "mean_token_accuracy": 0.1718289613723755, + "num_tokens": 16321174.0, + "step": 9410 + }, + { + "entropy": 5.577395439147949, + "epoch": 0.7325423069441743, + "grad_norm": 0.9375, + "learning_rate": 0.0004951833505134623, + "loss": 5.2666, + "mean_token_accuracy": 0.17428153306245803, + "num_tokens": 16329870.0, + "step": 9415 + }, + { + "entropy": 5.646580648422241, + "epoch": 0.7329313363158918, + "grad_norm": 0.95703125, + "learning_rate": 0.0004951776447900196, + "loss": 5.3146, + "mean_token_accuracy": 0.1732049062848091, + "num_tokens": 16338998.0, + "step": 9420 + }, + { + "entropy": 5.609710836410523, + "epoch": 0.7333203656876094, + "grad_norm": 1.0859375, + "learning_rate": 0.0004951719357257317, + "loss": 5.2972, + "mean_token_accuracy": 0.17592892050743103, + "num_tokens": 16347313.0, + "step": 9425 + }, + { + "entropy": 5.62099289894104, + "epoch": 0.733709395059327, + "grad_norm": 0.984375, + "learning_rate": 0.000495166223320685, + "loss": 5.4257, + "mean_token_accuracy": 0.17844791263341903, + "num_tokens": 16356565.0, + "step": 9430 + }, + { + "entropy": 5.636098718643188, + "epoch": 0.7340984244310446, + "grad_norm": 1.0078125, + "learning_rate": 0.0004951605075749662, + "loss": 5.4251, + "mean_token_accuracy": 0.17201756238937377, + "num_tokens": 16365747.0, + "step": 9435 + }, + { + "entropy": 5.648948431015015, + "epoch": 0.7344874538027621, + "grad_norm": 0.984375, + "learning_rate": 0.0004951547884886623, + "loss": 5.3579, + "mean_token_accuracy": 0.16809245496988295, + "num_tokens": 16374650.0, + "step": 9440 + }, + { + "entropy": 5.599905872344971, + "epoch": 0.7348764831744796, + "grad_norm": 0.90625, + "learning_rate": 0.0004951490660618598, + "loss": 5.303, + "mean_token_accuracy": 0.17937357872724533, + "num_tokens": 16384119.0, + "step": 9445 + }, + { + "entropy": 5.5707825183868405, + "epoch": 0.7352655125461972, + "grad_norm": 0.9765625, + "learning_rate": 0.0004951433402946457, + "loss": 5.264, + "mean_token_accuracy": 0.18472877591848375, + "num_tokens": 16392606.0, + "step": 9450 + }, + { + "entropy": 5.5184753894805905, + "epoch": 0.7356545419179148, + "grad_norm": 0.9921875, + "learning_rate": 0.0004951376111871068, + "loss": 5.2429, + "mean_token_accuracy": 0.182136695086956, + "num_tokens": 16401006.0, + "step": 9455 + }, + { + "entropy": 5.587429237365723, + "epoch": 0.7360435712896324, + "grad_norm": 0.96875, + "learning_rate": 0.0004951318787393299, + "loss": 5.2843, + "mean_token_accuracy": 0.17669667750597, + "num_tokens": 16409401.0, + "step": 9460 + }, + { + "entropy": 5.655990028381348, + "epoch": 0.73643260066135, + "grad_norm": 1.0078125, + "learning_rate": 0.0004951261429514023, + "loss": 5.3441, + "mean_token_accuracy": 0.17605228424072267, + "num_tokens": 16418771.0, + "step": 9465 + }, + { + "entropy": 5.626046276092529, + "epoch": 0.7368216300330674, + "grad_norm": 1.0390625, + "learning_rate": 0.0004951204038234106, + "loss": 5.39, + "mean_token_accuracy": 0.1720529928803444, + "num_tokens": 16427624.0, + "step": 9470 + }, + { + "entropy": 5.598792648315429, + "epoch": 0.737210659404785, + "grad_norm": 1.09375, + "learning_rate": 0.0004951146613554424, + "loss": 5.2678, + "mean_token_accuracy": 0.18167526125907899, + "num_tokens": 16435669.0, + "step": 9475 + }, + { + "entropy": 5.618655490875244, + "epoch": 0.7375996887765026, + "grad_norm": 0.99609375, + "learning_rate": 0.0004951089155475843, + "loss": 5.3119, + "mean_token_accuracy": 0.17552478164434432, + "num_tokens": 16444283.0, + "step": 9480 + }, + { + "entropy": 5.540794706344604, + "epoch": 0.7379887181482202, + "grad_norm": 1.0390625, + "learning_rate": 0.000495103166399924, + "loss": 5.2874, + "mean_token_accuracy": 0.17331292778253554, + "num_tokens": 16452741.0, + "step": 9485 + }, + { + "entropy": 5.599791145324707, + "epoch": 0.7383777475199378, + "grad_norm": 1.015625, + "learning_rate": 0.0004950974139125484, + "loss": 5.3424, + "mean_token_accuracy": 0.17516783773899078, + "num_tokens": 16461386.0, + "step": 9490 + }, + { + "entropy": 5.664200925827027, + "epoch": 0.7387667768916554, + "grad_norm": 1.015625, + "learning_rate": 0.0004950916580855448, + "loss": 5.3564, + "mean_token_accuracy": 0.16991303712129593, + "num_tokens": 16469901.0, + "step": 9495 + }, + { + "entropy": 5.593968200683594, + "epoch": 0.7391558062633728, + "grad_norm": 0.99609375, + "learning_rate": 0.0004950858989190007, + "loss": 5.2623, + "mean_token_accuracy": 0.18355222046375275, + "num_tokens": 16478076.0, + "step": 9500 + }, + { + "entropy": 5.504933643341064, + "epoch": 0.7395448356350904, + "grad_norm": 1.0390625, + "learning_rate": 0.0004950801364130032, + "loss": 5.2822, + "mean_token_accuracy": 0.1779521182179451, + "num_tokens": 16486568.0, + "step": 9505 + }, + { + "entropy": 5.645392036437988, + "epoch": 0.739933865006808, + "grad_norm": 0.98046875, + "learning_rate": 0.0004950743705676401, + "loss": 5.363, + "mean_token_accuracy": 0.1727973535656929, + "num_tokens": 16495299.0, + "step": 9510 + }, + { + "entropy": 5.596535396575928, + "epoch": 0.7403228943785256, + "grad_norm": 1.046875, + "learning_rate": 0.0004950686013829987, + "loss": 5.2748, + "mean_token_accuracy": 0.1756223499774933, + "num_tokens": 16504576.0, + "step": 9515 + }, + { + "entropy": 5.59649133682251, + "epoch": 0.7407119237502432, + "grad_norm": 1.015625, + "learning_rate": 0.0004950628288591665, + "loss": 5.3471, + "mean_token_accuracy": 0.1781165063381195, + "num_tokens": 16512715.0, + "step": 9520 + }, + { + "entropy": 5.652043676376342, + "epoch": 0.7411009531219607, + "grad_norm": 0.98046875, + "learning_rate": 0.0004950570529962311, + "loss": 5.31, + "mean_token_accuracy": 0.17671316713094712, + "num_tokens": 16521375.0, + "step": 9525 + }, + { + "entropy": 5.594138669967651, + "epoch": 0.7414899824936783, + "grad_norm": 1.0234375, + "learning_rate": 0.0004950512737942803, + "loss": 5.2752, + "mean_token_accuracy": 0.18357447832822799, + "num_tokens": 16529772.0, + "step": 9530 + }, + { + "entropy": 5.654414081573487, + "epoch": 0.7418790118653958, + "grad_norm": 1.015625, + "learning_rate": 0.0004950454912534015, + "loss": 5.3347, + "mean_token_accuracy": 0.1766091078519821, + "num_tokens": 16538365.0, + "step": 9535 + }, + { + "entropy": 5.66927752494812, + "epoch": 0.7422680412371134, + "grad_norm": 1.0234375, + "learning_rate": 0.0004950397053736827, + "loss": 5.4309, + "mean_token_accuracy": 0.16587077230215072, + "num_tokens": 16547668.0, + "step": 9540 + }, + { + "entropy": 5.643063116073608, + "epoch": 0.742657070608831, + "grad_norm": 0.93359375, + "learning_rate": 0.0004950339161552117, + "loss": 5.433, + "mean_token_accuracy": 0.16649861484766007, + "num_tokens": 16557060.0, + "step": 9545 + }, + { + "entropy": 5.618206739425659, + "epoch": 0.7430460999805485, + "grad_norm": 0.94921875, + "learning_rate": 0.0004950281235980761, + "loss": 5.3807, + "mean_token_accuracy": 0.18175506740808486, + "num_tokens": 16565814.0, + "step": 9550 + }, + { + "entropy": 5.593706512451172, + "epoch": 0.7434351293522661, + "grad_norm": 1.0546875, + "learning_rate": 0.000495022327702364, + "loss": 5.1926, + "mean_token_accuracy": 0.18399749100208282, + "num_tokens": 16574536.0, + "step": 9555 + }, + { + "entropy": 5.574739837646485, + "epoch": 0.7438241587239837, + "grad_norm": 0.95703125, + "learning_rate": 0.0004950165284681631, + "loss": 5.1716, + "mean_token_accuracy": 0.1903999000787735, + "num_tokens": 16583349.0, + "step": 9560 + }, + { + "entropy": 5.520431852340698, + "epoch": 0.7442131880957013, + "grad_norm": 0.9765625, + "learning_rate": 0.0004950107258955618, + "loss": 5.1769, + "mean_token_accuracy": 0.18056177496910095, + "num_tokens": 16591374.0, + "step": 9565 + }, + { + "entropy": 5.532964897155762, + "epoch": 0.7446022174674188, + "grad_norm": 1.0625, + "learning_rate": 0.0004950049199846479, + "loss": 5.2831, + "mean_token_accuracy": 0.17789301574230193, + "num_tokens": 16599684.0, + "step": 9570 + }, + { + "entropy": 5.596795272827149, + "epoch": 0.7449912468391363, + "grad_norm": 1.1015625, + "learning_rate": 0.0004949991107355095, + "loss": 5.286, + "mean_token_accuracy": 0.17807157337665558, + "num_tokens": 16607618.0, + "step": 9575 + }, + { + "entropy": 5.5913965702056885, + "epoch": 0.7453802762108539, + "grad_norm": 1.015625, + "learning_rate": 0.0004949932981482347, + "loss": 5.3848, + "mean_token_accuracy": 0.16874297261238097, + "num_tokens": 16616259.0, + "step": 9580 + }, + { + "entropy": 5.584363079071045, + "epoch": 0.7457693055825715, + "grad_norm": 1.0546875, + "learning_rate": 0.0004949874822229118, + "loss": 5.2494, + "mean_token_accuracy": 0.1830035477876663, + "num_tokens": 16624972.0, + "step": 9585 + }, + { + "entropy": 5.636544704437256, + "epoch": 0.7461583349542891, + "grad_norm": 0.9921875, + "learning_rate": 0.0004949816629596288, + "loss": 5.3599, + "mean_token_accuracy": 0.17069920897483826, + "num_tokens": 16633517.0, + "step": 9590 + }, + { + "entropy": 5.61256628036499, + "epoch": 0.7465473643260067, + "grad_norm": 0.95703125, + "learning_rate": 0.0004949758403584746, + "loss": 5.3622, + "mean_token_accuracy": 0.17576527148485183, + "num_tokens": 16642695.0, + "step": 9595 + }, + { + "entropy": 5.536656379699707, + "epoch": 0.7469363936977241, + "grad_norm": 1.015625, + "learning_rate": 0.0004949700144195368, + "loss": 5.2476, + "mean_token_accuracy": 0.18022040128707886, + "num_tokens": 16651251.0, + "step": 9600 + }, + { + "entropy": 5.57244119644165, + "epoch": 0.7473254230694417, + "grad_norm": 1.0078125, + "learning_rate": 0.0004949641851429043, + "loss": 5.2931, + "mean_token_accuracy": 0.1765075907111168, + "num_tokens": 16660570.0, + "step": 9605 + }, + { + "entropy": 5.569104194641113, + "epoch": 0.7477144524411593, + "grad_norm": 1.0234375, + "learning_rate": 0.0004949583525286654, + "loss": 5.3263, + "mean_token_accuracy": 0.1669559210538864, + "num_tokens": 16668678.0, + "step": 9610 + }, + { + "entropy": 5.492982530593872, + "epoch": 0.7481034818128769, + "grad_norm": 1.03125, + "learning_rate": 0.0004949525165769085, + "loss": 5.1737, + "mean_token_accuracy": 0.18398569524288177, + "num_tokens": 16677207.0, + "step": 9615 + }, + { + "entropy": 5.609292316436767, + "epoch": 0.7484925111845945, + "grad_norm": 1.0625, + "learning_rate": 0.0004949466772877224, + "loss": 5.3699, + "mean_token_accuracy": 0.17361516058444976, + "num_tokens": 16686015.0, + "step": 9620 + }, + { + "entropy": 5.57344241142273, + "epoch": 0.748881540556312, + "grad_norm": 1.046875, + "learning_rate": 0.0004949408346611955, + "loss": 5.2063, + "mean_token_accuracy": 0.18540664613246918, + "num_tokens": 16694989.0, + "step": 9625 + }, + { + "entropy": 5.639368772506714, + "epoch": 0.7492705699280295, + "grad_norm": 0.9140625, + "learning_rate": 0.0004949349886974165, + "loss": 5.3798, + "mean_token_accuracy": 0.17224110066890716, + "num_tokens": 16703888.0, + "step": 9630 + }, + { + "entropy": 5.5957269191741945, + "epoch": 0.7496595992997471, + "grad_norm": 1.0390625, + "learning_rate": 0.0004949291393964741, + "loss": 5.3074, + "mean_token_accuracy": 0.1735321804881096, + "num_tokens": 16711880.0, + "step": 9635 + }, + { + "entropy": 5.621008253097534, + "epoch": 0.7500486286714647, + "grad_norm": 0.984375, + "learning_rate": 0.000494923286758457, + "loss": 5.2999, + "mean_token_accuracy": 0.18029980212450028, + "num_tokens": 16720858.0, + "step": 9640 + }, + { + "entropy": 5.590374946594238, + "epoch": 0.7504376580431823, + "grad_norm": 1.0703125, + "learning_rate": 0.0004949174307834541, + "loss": 5.3713, + "mean_token_accuracy": 0.17639047652482986, + "num_tokens": 16729223.0, + "step": 9645 + }, + { + "entropy": 5.632394695281983, + "epoch": 0.7508266874148998, + "grad_norm": 1.0078125, + "learning_rate": 0.0004949115714715543, + "loss": 5.3308, + "mean_token_accuracy": 0.17335773706436158, + "num_tokens": 16737854.0, + "step": 9650 + }, + { + "entropy": 5.597468090057373, + "epoch": 0.7512157167866174, + "grad_norm": 1.015625, + "learning_rate": 0.0004949057088228465, + "loss": 5.3497, + "mean_token_accuracy": 0.17081991136074065, + "num_tokens": 16747081.0, + "step": 9655 + }, + { + "entropy": 5.526519680023194, + "epoch": 0.751604746158335, + "grad_norm": 0.95703125, + "learning_rate": 0.0004948998428374194, + "loss": 5.1956, + "mean_token_accuracy": 0.18553217649459838, + "num_tokens": 16756410.0, + "step": 9660 + }, + { + "entropy": 5.5540252208709715, + "epoch": 0.7519937755300525, + "grad_norm": 0.98046875, + "learning_rate": 0.0004948939735153622, + "loss": 5.2094, + "mean_token_accuracy": 0.18929821699857713, + "num_tokens": 16764774.0, + "step": 9665 + }, + { + "entropy": 5.581644773483276, + "epoch": 0.7523828049017701, + "grad_norm": 1.0, + "learning_rate": 0.0004948881008567641, + "loss": 5.3759, + "mean_token_accuracy": 0.16834828704595567, + "num_tokens": 16773484.0, + "step": 9670 + }, + { + "entropy": 5.593740463256836, + "epoch": 0.7527718342734876, + "grad_norm": 1.0390625, + "learning_rate": 0.0004948822248617139, + "loss": 5.196, + "mean_token_accuracy": 0.1884582296013832, + "num_tokens": 16781167.0, + "step": 9675 + }, + { + "entropy": 5.49426383972168, + "epoch": 0.7531608636452052, + "grad_norm": 0.94140625, + "learning_rate": 0.000494876345530301, + "loss": 5.2411, + "mean_token_accuracy": 0.18223100304603576, + "num_tokens": 16790838.0, + "step": 9680 + }, + { + "entropy": 5.576163482666016, + "epoch": 0.7535498930169228, + "grad_norm": 0.98046875, + "learning_rate": 0.0004948704628626145, + "loss": 5.2975, + "mean_token_accuracy": 0.18306809514760972, + "num_tokens": 16799179.0, + "step": 9685 + }, + { + "entropy": 5.624412727355957, + "epoch": 0.7539389223886404, + "grad_norm": 0.97265625, + "learning_rate": 0.0004948645768587437, + "loss": 5.2252, + "mean_token_accuracy": 0.17959308475255967, + "num_tokens": 16807516.0, + "step": 9690 + }, + { + "entropy": 5.672238206863403, + "epoch": 0.7543279517603579, + "grad_norm": 0.94921875, + "learning_rate": 0.0004948586875187778, + "loss": 5.4505, + "mean_token_accuracy": 0.16878958493471147, + "num_tokens": 16816601.0, + "step": 9695 + }, + { + "entropy": 5.575577211380005, + "epoch": 0.7547169811320755, + "grad_norm": 0.92578125, + "learning_rate": 0.0004948527948428064, + "loss": 5.3177, + "mean_token_accuracy": 0.17971080392599106, + "num_tokens": 16825498.0, + "step": 9700 + }, + { + "entropy": 5.658147096633911, + "epoch": 0.755106010503793, + "grad_norm": 0.984375, + "learning_rate": 0.0004948468988309187, + "loss": 5.4035, + "mean_token_accuracy": 0.17432831823825837, + "num_tokens": 16834833.0, + "step": 9705 + }, + { + "entropy": 5.592094802856446, + "epoch": 0.7554950398755106, + "grad_norm": 1.09375, + "learning_rate": 0.0004948409994832043, + "loss": 5.28, + "mean_token_accuracy": 0.17845451980829238, + "num_tokens": 16843476.0, + "step": 9710 + }, + { + "entropy": 5.531719779968261, + "epoch": 0.7558840692472282, + "grad_norm": 1.046875, + "learning_rate": 0.0004948350967997526, + "loss": 5.2003, + "mean_token_accuracy": 0.1916517660021782, + "num_tokens": 16851859.0, + "step": 9715 + }, + { + "entropy": 5.615830516815185, + "epoch": 0.7562730986189458, + "grad_norm": 1.046875, + "learning_rate": 0.0004948291907806532, + "loss": 5.2578, + "mean_token_accuracy": 0.17997017353773118, + "num_tokens": 16860642.0, + "step": 9720 + }, + { + "entropy": 5.639644145965576, + "epoch": 0.7566621279906633, + "grad_norm": 1.0078125, + "learning_rate": 0.0004948232814259957, + "loss": 5.4109, + "mean_token_accuracy": 0.1715590700507164, + "num_tokens": 16869232.0, + "step": 9725 + }, + { + "entropy": 5.555658483505249, + "epoch": 0.7570511573623808, + "grad_norm": 0.97265625, + "learning_rate": 0.0004948173687358699, + "loss": 5.1643, + "mean_token_accuracy": 0.1831054210662842, + "num_tokens": 16877880.0, + "step": 9730 + }, + { + "entropy": 5.5255876064300535, + "epoch": 0.7574401867340984, + "grad_norm": 0.93359375, + "learning_rate": 0.0004948114527103652, + "loss": 5.244, + "mean_token_accuracy": 0.1820763424038887, + "num_tokens": 16887060.0, + "step": 9735 + }, + { + "entropy": 5.615222597122193, + "epoch": 0.757829216105816, + "grad_norm": 1.0078125, + "learning_rate": 0.0004948055333495717, + "loss": 5.291, + "mean_token_accuracy": 0.18005355894565583, + "num_tokens": 16895980.0, + "step": 9740 + }, + { + "entropy": 5.710011529922485, + "epoch": 0.7582182454775336, + "grad_norm": 1.0703125, + "learning_rate": 0.0004947996106535791, + "loss": 5.4279, + "mean_token_accuracy": 0.1703168496489525, + "num_tokens": 16904334.0, + "step": 9745 + }, + { + "entropy": 5.547837162017823, + "epoch": 0.7586072748492512, + "grad_norm": 0.96484375, + "learning_rate": 0.0004947936846224773, + "loss": 5.3167, + "mean_token_accuracy": 0.17809730321168898, + "num_tokens": 16913436.0, + "step": 9750 + }, + { + "entropy": 5.571878099441529, + "epoch": 0.7589963042209686, + "grad_norm": 0.9765625, + "learning_rate": 0.0004947877552563562, + "loss": 5.2909, + "mean_token_accuracy": 0.17634467780590057, + "num_tokens": 16923214.0, + "step": 9755 + }, + { + "entropy": 5.616646814346313, + "epoch": 0.7593853335926862, + "grad_norm": 1.0234375, + "learning_rate": 0.0004947818225553056, + "loss": 5.233, + "mean_token_accuracy": 0.18605893701314927, + "num_tokens": 16932523.0, + "step": 9760 + }, + { + "entropy": 5.633701944351197, + "epoch": 0.7597743629644038, + "grad_norm": 0.96875, + "learning_rate": 0.0004947758865194156, + "loss": 5.3566, + "mean_token_accuracy": 0.1760646730661392, + "num_tokens": 16940649.0, + "step": 9765 + }, + { + "entropy": 5.575992918014526, + "epoch": 0.7601633923361214, + "grad_norm": 0.94921875, + "learning_rate": 0.0004947699471487766, + "loss": 5.321, + "mean_token_accuracy": 0.17929966002702713, + "num_tokens": 16949373.0, + "step": 9770 + }, + { + "entropy": 5.641953372955323, + "epoch": 0.760552421707839, + "grad_norm": 0.9765625, + "learning_rate": 0.0004947640044434782, + "loss": 5.3155, + "mean_token_accuracy": 0.18000025004148484, + "num_tokens": 16957787.0, + "step": 9775 + }, + { + "entropy": 5.583443450927734, + "epoch": 0.7609414510795565, + "grad_norm": 1.0234375, + "learning_rate": 0.0004947580584036109, + "loss": 5.239, + "mean_token_accuracy": 0.17988227009773256, + "num_tokens": 16967589.0, + "step": 9780 + }, + { + "entropy": 5.607734680175781, + "epoch": 0.761330480451274, + "grad_norm": 0.97265625, + "learning_rate": 0.0004947521090292649, + "loss": 5.2659, + "mean_token_accuracy": 0.18177902400493623, + "num_tokens": 16976719.0, + "step": 9785 + }, + { + "entropy": 5.554613637924194, + "epoch": 0.7617195098229916, + "grad_norm": 1.0546875, + "learning_rate": 0.0004947461563205304, + "loss": 5.3796, + "mean_token_accuracy": 0.17981341928243638, + "num_tokens": 16984805.0, + "step": 9790 + }, + { + "entropy": 5.6040647506713865, + "epoch": 0.7621085391947092, + "grad_norm": 0.9765625, + "learning_rate": 0.0004947402002774977, + "loss": 5.3134, + "mean_token_accuracy": 0.17918576896190644, + "num_tokens": 16993298.0, + "step": 9795 + }, + { + "entropy": 5.577312707901001, + "epoch": 0.7624975685664268, + "grad_norm": 0.9453125, + "learning_rate": 0.0004947342409002572, + "loss": 5.1991, + "mean_token_accuracy": 0.18938712030649185, + "num_tokens": 17002170.0, + "step": 9800 + }, + { + "entropy": 5.537109804153443, + "epoch": 0.7628865979381443, + "grad_norm": 0.984375, + "learning_rate": 0.0004947282781888994, + "loss": 5.2915, + "mean_token_accuracy": 0.18812388479709624, + "num_tokens": 17011218.0, + "step": 9805 + }, + { + "entropy": 5.562414693832397, + "epoch": 0.7632756273098619, + "grad_norm": 0.93359375, + "learning_rate": 0.0004947223121435147, + "loss": 5.1916, + "mean_token_accuracy": 0.18239162266254424, + "num_tokens": 17019628.0, + "step": 9810 + }, + { + "entropy": 5.628328561782837, + "epoch": 0.7636646566815795, + "grad_norm": 0.99609375, + "learning_rate": 0.0004947163427641936, + "loss": 5.3997, + "mean_token_accuracy": 0.17042288780212403, + "num_tokens": 17028342.0, + "step": 9815 + }, + { + "entropy": 5.667170476913452, + "epoch": 0.764053686053297, + "grad_norm": 0.9453125, + "learning_rate": 0.0004947103700510268, + "loss": 5.3444, + "mean_token_accuracy": 0.1746860221028328, + "num_tokens": 17037844.0, + "step": 9820 + }, + { + "entropy": 5.578367233276367, + "epoch": 0.7644427154250146, + "grad_norm": 1.0078125, + "learning_rate": 0.0004947043940041047, + "loss": 5.2042, + "mean_token_accuracy": 0.18843691200017929, + "num_tokens": 17046430.0, + "step": 9825 + }, + { + "entropy": 5.572404384613037, + "epoch": 0.7648317447967321, + "grad_norm": 1.1171875, + "learning_rate": 0.0004946984146235183, + "loss": 5.2704, + "mean_token_accuracy": 0.17944173216819764, + "num_tokens": 17055757.0, + "step": 9830 + }, + { + "entropy": 5.613547515869141, + "epoch": 0.7652207741684497, + "grad_norm": 1.03125, + "learning_rate": 0.0004946924319093579, + "loss": 5.3777, + "mean_token_accuracy": 0.17798412293195726, + "num_tokens": 17063944.0, + "step": 9835 + }, + { + "entropy": 5.620009183883667, + "epoch": 0.7656098035401673, + "grad_norm": 0.984375, + "learning_rate": 0.0004946864458617148, + "loss": 5.2917, + "mean_token_accuracy": 0.17253645062446593, + "num_tokens": 17072895.0, + "step": 9840 + }, + { + "entropy": 5.580171680450439, + "epoch": 0.7659988329118849, + "grad_norm": 0.97265625, + "learning_rate": 0.0004946804564806793, + "loss": 5.3121, + "mean_token_accuracy": 0.1763347253203392, + "num_tokens": 17081828.0, + "step": 9845 + }, + { + "entropy": 5.574637794494629, + "epoch": 0.7663878622836025, + "grad_norm": 1.0546875, + "learning_rate": 0.0004946744637663427, + "loss": 5.2536, + "mean_token_accuracy": 0.1788328304886818, + "num_tokens": 17090386.0, + "step": 9850 + }, + { + "entropy": 5.709077262878418, + "epoch": 0.7667768916553199, + "grad_norm": 1.0, + "learning_rate": 0.0004946684677187956, + "loss": 5.4397, + "mean_token_accuracy": 0.17512296438217162, + "num_tokens": 17099429.0, + "step": 9855 + }, + { + "entropy": 5.6436827182769775, + "epoch": 0.7671659210270375, + "grad_norm": 0.984375, + "learning_rate": 0.0004946624683381292, + "loss": 5.305, + "mean_token_accuracy": 0.1800858810544014, + "num_tokens": 17107868.0, + "step": 9860 + }, + { + "entropy": 5.607974863052368, + "epoch": 0.7675549503987551, + "grad_norm": 0.96875, + "learning_rate": 0.0004946564656244345, + "loss": 5.3567, + "mean_token_accuracy": 0.17388670593500138, + "num_tokens": 17116936.0, + "step": 9865 + }, + { + "entropy": 5.60498309135437, + "epoch": 0.7679439797704727, + "grad_norm": 0.9921875, + "learning_rate": 0.0004946504595778026, + "loss": 5.2949, + "mean_token_accuracy": 0.16954680979251863, + "num_tokens": 17125475.0, + "step": 9870 + }, + { + "entropy": 5.639853382110596, + "epoch": 0.7683330091421903, + "grad_norm": 1.03125, + "learning_rate": 0.0004946444501983246, + "loss": 5.2956, + "mean_token_accuracy": 0.18658605068922043, + "num_tokens": 17134041.0, + "step": 9875 + }, + { + "entropy": 5.579544162750244, + "epoch": 0.7687220385139077, + "grad_norm": 1.03125, + "learning_rate": 0.0004946384374860916, + "loss": 5.3209, + "mean_token_accuracy": 0.18183478862047195, + "num_tokens": 17142088.0, + "step": 9880 + }, + { + "entropy": 5.577408075332642, + "epoch": 0.7691110678856253, + "grad_norm": 1.0546875, + "learning_rate": 0.0004946324214411949, + "loss": 5.1956, + "mean_token_accuracy": 0.1863593190908432, + "num_tokens": 17150185.0, + "step": 9885 + }, + { + "entropy": 5.531971454620361, + "epoch": 0.7695000972573429, + "grad_norm": 1.0078125, + "learning_rate": 0.0004946264020637259, + "loss": 5.0996, + "mean_token_accuracy": 0.19243209958076476, + "num_tokens": 17158437.0, + "step": 9890 + }, + { + "entropy": 5.508928966522217, + "epoch": 0.7698891266290605, + "grad_norm": 1.0078125, + "learning_rate": 0.0004946203793537757, + "loss": 5.2678, + "mean_token_accuracy": 0.17891740798950195, + "num_tokens": 17167811.0, + "step": 9895 + }, + { + "entropy": 5.593161535263062, + "epoch": 0.7702781560007781, + "grad_norm": 1.0, + "learning_rate": 0.0004946143533114358, + "loss": 5.3307, + "mean_token_accuracy": 0.1761285662651062, + "num_tokens": 17176982.0, + "step": 9900 + }, + { + "entropy": 5.641003561019898, + "epoch": 0.7706671853724957, + "grad_norm": 1.0625, + "learning_rate": 0.0004946083239367976, + "loss": 5.2571, + "mean_token_accuracy": 0.18062808960676194, + "num_tokens": 17185633.0, + "step": 9905 + }, + { + "entropy": 5.563018655776977, + "epoch": 0.7710562147442132, + "grad_norm": 1.0078125, + "learning_rate": 0.0004946022912299527, + "loss": 5.3011, + "mean_token_accuracy": 0.17419230490922927, + "num_tokens": 17194996.0, + "step": 9910 + }, + { + "entropy": 5.6967226505279545, + "epoch": 0.7714452441159307, + "grad_norm": 0.98828125, + "learning_rate": 0.0004945962551909926, + "loss": 5.4197, + "mean_token_accuracy": 0.16882700622081756, + "num_tokens": 17204159.0, + "step": 9915 + }, + { + "entropy": 5.554690027236939, + "epoch": 0.7718342734876483, + "grad_norm": 0.99609375, + "learning_rate": 0.0004945902158200089, + "loss": 5.2936, + "mean_token_accuracy": 0.17555443346500396, + "num_tokens": 17212930.0, + "step": 9920 + }, + { + "entropy": 5.67561936378479, + "epoch": 0.7722233028593659, + "grad_norm": 0.98046875, + "learning_rate": 0.0004945841731170931, + "loss": 5.3634, + "mean_token_accuracy": 0.1764201417565346, + "num_tokens": 17221884.0, + "step": 9925 + }, + { + "entropy": 5.568535900115966, + "epoch": 0.7726123322310835, + "grad_norm": 0.96875, + "learning_rate": 0.0004945781270823369, + "loss": 5.2609, + "mean_token_accuracy": 0.18532114028930663, + "num_tokens": 17230525.0, + "step": 9930 + }, + { + "entropy": 5.484548759460449, + "epoch": 0.773001361602801, + "grad_norm": 0.96875, + "learning_rate": 0.0004945720777158323, + "loss": 5.1828, + "mean_token_accuracy": 0.1841563418507576, + "num_tokens": 17239240.0, + "step": 9935 + }, + { + "entropy": 5.643778896331787, + "epoch": 0.7733903909745186, + "grad_norm": 0.94140625, + "learning_rate": 0.0004945660250176708, + "loss": 5.3174, + "mean_token_accuracy": 0.17389599829912186, + "num_tokens": 17248174.0, + "step": 9940 + }, + { + "entropy": 5.6035318851470945, + "epoch": 0.7737794203462361, + "grad_norm": 0.921875, + "learning_rate": 0.0004945599689879443, + "loss": 5.3023, + "mean_token_accuracy": 0.18202922195196153, + "num_tokens": 17256935.0, + "step": 9945 + }, + { + "entropy": 5.622511291503907, + "epoch": 0.7741684497179537, + "grad_norm": 1.0078125, + "learning_rate": 0.0004945539096267448, + "loss": 5.3262, + "mean_token_accuracy": 0.1784240260720253, + "num_tokens": 17265831.0, + "step": 9950 + }, + { + "entropy": 5.558222723007202, + "epoch": 0.7745574790896713, + "grad_norm": 1.0625, + "learning_rate": 0.0004945478469341642, + "loss": 5.2067, + "mean_token_accuracy": 0.1844881907105446, + "num_tokens": 17273851.0, + "step": 9955 + }, + { + "entropy": 5.590536403656006, + "epoch": 0.7749465084613888, + "grad_norm": 0.90234375, + "learning_rate": 0.0004945417809102944, + "loss": 5.303, + "mean_token_accuracy": 0.1703670933842659, + "num_tokens": 17283547.0, + "step": 9960 + }, + { + "entropy": 5.526115274429321, + "epoch": 0.7753355378331064, + "grad_norm": 1.0, + "learning_rate": 0.0004945357115552275, + "loss": 5.1679, + "mean_token_accuracy": 0.18669869750738144, + "num_tokens": 17291958.0, + "step": 9965 + }, + { + "entropy": 5.535996532440185, + "epoch": 0.775724567204824, + "grad_norm": 1.0390625, + "learning_rate": 0.0004945296388690557, + "loss": 5.3103, + "mean_token_accuracy": 0.18450382947921753, + "num_tokens": 17301374.0, + "step": 9970 + }, + { + "entropy": 5.640362644195557, + "epoch": 0.7761135965765416, + "grad_norm": 0.9765625, + "learning_rate": 0.000494523562851871, + "loss": 5.4629, + "mean_token_accuracy": 0.17777858674526215, + "num_tokens": 17310649.0, + "step": 9975 + }, + { + "entropy": 5.674232053756714, + "epoch": 0.7765026259482591, + "grad_norm": 1.1171875, + "learning_rate": 0.0004945174835037655, + "loss": 5.3702, + "mean_token_accuracy": 0.179144024848938, + "num_tokens": 17319156.0, + "step": 9980 + }, + { + "entropy": 5.594367790222168, + "epoch": 0.7768916553199766, + "grad_norm": 0.94921875, + "learning_rate": 0.0004945114008248319, + "loss": 5.2881, + "mean_token_accuracy": 0.18281226903200148, + "num_tokens": 17327906.0, + "step": 9985 + }, + { + "entropy": 5.598958110809326, + "epoch": 0.7772806846916942, + "grad_norm": 0.98046875, + "learning_rate": 0.0004945053148151619, + "loss": 5.2733, + "mean_token_accuracy": 0.18217432498931885, + "num_tokens": 17337042.0, + "step": 9990 + }, + { + "entropy": 5.602246522903442, + "epoch": 0.7776697140634118, + "grad_norm": 1.046875, + "learning_rate": 0.0004944992254748482, + "loss": 5.3184, + "mean_token_accuracy": 0.1745970442891121, + "num_tokens": 17346208.0, + "step": 9995 + }, + { + "entropy": 5.637883901596069, + "epoch": 0.7780587434351294, + "grad_norm": 1.03125, + "learning_rate": 0.0004944931328039832, + "loss": 5.3456, + "mean_token_accuracy": 0.17693495452404023, + "num_tokens": 17354965.0, + "step": 10000 + }, + { + "entropy": 5.645946073532104, + "epoch": 0.778447772806847, + "grad_norm": 1.046875, + "learning_rate": 0.0004944870368026592, + "loss": 5.3116, + "mean_token_accuracy": 0.17386872321367264, + "num_tokens": 17364129.0, + "step": 10005 + }, + { + "entropy": 5.645312833786011, + "epoch": 0.7788368021785644, + "grad_norm": 1.015625, + "learning_rate": 0.0004944809374709689, + "loss": 5.3122, + "mean_token_accuracy": 0.1787148654460907, + "num_tokens": 17372928.0, + "step": 10010 + }, + { + "entropy": 5.656106662750244, + "epoch": 0.779225831550282, + "grad_norm": 1.125, + "learning_rate": 0.0004944748348090045, + "loss": 5.3287, + "mean_token_accuracy": 0.17633209526538848, + "num_tokens": 17381076.0, + "step": 10015 + }, + { + "entropy": 5.624776458740234, + "epoch": 0.7796148609219996, + "grad_norm": 1.0078125, + "learning_rate": 0.0004944687288168589, + "loss": 5.3338, + "mean_token_accuracy": 0.1800093561410904, + "num_tokens": 17389614.0, + "step": 10020 + }, + { + "entropy": 5.6816339015960695, + "epoch": 0.7800038902937172, + "grad_norm": 1.0625, + "learning_rate": 0.0004944626194946246, + "loss": 5.4306, + "mean_token_accuracy": 0.1766247034072876, + "num_tokens": 17398718.0, + "step": 10025 + }, + { + "entropy": 5.622446918487549, + "epoch": 0.7803929196654348, + "grad_norm": 1.046875, + "learning_rate": 0.0004944565068423945, + "loss": 5.2478, + "mean_token_accuracy": 0.1789255291223526, + "num_tokens": 17408504.0, + "step": 10030 + }, + { + "entropy": 5.4781270027160645, + "epoch": 0.7807819490371523, + "grad_norm": 1.1328125, + "learning_rate": 0.0004944503908602612, + "loss": 5.1968, + "mean_token_accuracy": 0.17444874197244645, + "num_tokens": 17417826.0, + "step": 10035 + }, + { + "entropy": 5.615209245681763, + "epoch": 0.7811709784088698, + "grad_norm": 1.0, + "learning_rate": 0.0004944442715483174, + "loss": 5.3676, + "mean_token_accuracy": 0.1715221405029297, + "num_tokens": 17426581.0, + "step": 10040 + }, + { + "entropy": 5.680185270309448, + "epoch": 0.7815600077805874, + "grad_norm": 1.0234375, + "learning_rate": 0.0004944381489066561, + "loss": 5.3317, + "mean_token_accuracy": 0.17398297637701035, + "num_tokens": 17435320.0, + "step": 10045 + }, + { + "entropy": 5.595293760299683, + "epoch": 0.781949037152305, + "grad_norm": 1.015625, + "learning_rate": 0.0004944320229353702, + "loss": 5.269, + "mean_token_accuracy": 0.18112565875053405, + "num_tokens": 17443707.0, + "step": 10050 + }, + { + "entropy": 5.4788764953613285, + "epoch": 0.7823380665240226, + "grad_norm": 1.015625, + "learning_rate": 0.0004944258936345526, + "loss": 5.1573, + "mean_token_accuracy": 0.1853592202067375, + "num_tokens": 17452410.0, + "step": 10055 + }, + { + "entropy": 5.5734086513519285, + "epoch": 0.7827270958957401, + "grad_norm": 1.109375, + "learning_rate": 0.0004944197610042963, + "loss": 5.2379, + "mean_token_accuracy": 0.18485935479402543, + "num_tokens": 17460000.0, + "step": 10060 + }, + { + "entropy": 5.590054321289062, + "epoch": 0.7831161252674577, + "grad_norm": 0.94140625, + "learning_rate": 0.0004944136250446944, + "loss": 5.2486, + "mean_token_accuracy": 0.17680711448192596, + "num_tokens": 17469179.0, + "step": 10065 + }, + { + "entropy": 5.5929957866668705, + "epoch": 0.7835051546391752, + "grad_norm": 0.96484375, + "learning_rate": 0.0004944074857558399, + "loss": 5.2619, + "mean_token_accuracy": 0.1830298125743866, + "num_tokens": 17478048.0, + "step": 10070 + }, + { + "entropy": 5.525455474853516, + "epoch": 0.7838941840108928, + "grad_norm": 1.015625, + "learning_rate": 0.0004944013431378261, + "loss": 5.1558, + "mean_token_accuracy": 0.18323469012975693, + "num_tokens": 17485959.0, + "step": 10075 + }, + { + "entropy": 5.568100023269653, + "epoch": 0.7842832133826104, + "grad_norm": 1.0078125, + "learning_rate": 0.0004943951971907461, + "loss": 5.264, + "mean_token_accuracy": 0.18354581743478776, + "num_tokens": 17495158.0, + "step": 10080 + }, + { + "entropy": 5.5846672534942625, + "epoch": 0.7846722427543279, + "grad_norm": 1.0546875, + "learning_rate": 0.0004943890479146933, + "loss": 5.2671, + "mean_token_accuracy": 0.1860488623380661, + "num_tokens": 17503939.0, + "step": 10085 + }, + { + "entropy": 5.555442047119141, + "epoch": 0.7850612721260455, + "grad_norm": 0.96875, + "learning_rate": 0.0004943828953097607, + "loss": 5.3184, + "mean_token_accuracy": 0.17586590200662613, + "num_tokens": 17513391.0, + "step": 10090 + }, + { + "entropy": 5.647482538223267, + "epoch": 0.7854503014977631, + "grad_norm": 1.015625, + "learning_rate": 0.000494376739376042, + "loss": 5.3545, + "mean_token_accuracy": 0.17742286622524261, + "num_tokens": 17522922.0, + "step": 10095 + }, + { + "entropy": 5.6318761825561525, + "epoch": 0.7858393308694807, + "grad_norm": 1.0078125, + "learning_rate": 0.0004943705801136304, + "loss": 5.3345, + "mean_token_accuracy": 0.17465089857578278, + "num_tokens": 17531920.0, + "step": 10100 + }, + { + "entropy": 5.699715042114258, + "epoch": 0.7862283602411982, + "grad_norm": 1.0234375, + "learning_rate": 0.0004943644175226193, + "loss": 5.3699, + "mean_token_accuracy": 0.17342421114444734, + "num_tokens": 17539816.0, + "step": 10105 + }, + { + "entropy": 5.70631971359253, + "epoch": 0.7866173896129158, + "grad_norm": 1.03125, + "learning_rate": 0.0004943582516031025, + "loss": 5.3149, + "mean_token_accuracy": 0.17893192321062087, + "num_tokens": 17548584.0, + "step": 10110 + }, + { + "entropy": 5.574851417541504, + "epoch": 0.7870064189846333, + "grad_norm": 1.015625, + "learning_rate": 0.0004943520823551732, + "loss": 5.3326, + "mean_token_accuracy": 0.1792410284280777, + "num_tokens": 17557095.0, + "step": 10115 + }, + { + "entropy": 5.62441668510437, + "epoch": 0.7873954483563509, + "grad_norm": 0.9296875, + "learning_rate": 0.0004943459097789252, + "loss": 5.2817, + "mean_token_accuracy": 0.18290235549211503, + "num_tokens": 17565937.0, + "step": 10120 + }, + { + "entropy": 5.55971245765686, + "epoch": 0.7877844777280685, + "grad_norm": 0.953125, + "learning_rate": 0.0004943397338744523, + "loss": 5.3762, + "mean_token_accuracy": 0.1748660609126091, + "num_tokens": 17574948.0, + "step": 10125 + }, + { + "entropy": 5.630514335632324, + "epoch": 0.7881735070997861, + "grad_norm": 0.8984375, + "learning_rate": 0.000494333554641848, + "loss": 5.3984, + "mean_token_accuracy": 0.17582689970731735, + "num_tokens": 17584307.0, + "step": 10130 + }, + { + "entropy": 5.5789408683776855, + "epoch": 0.7885625364715037, + "grad_norm": 1.03125, + "learning_rate": 0.000494327372081206, + "loss": 5.2511, + "mean_token_accuracy": 0.18306761384010314, + "num_tokens": 17592828.0, + "step": 10135 + }, + { + "entropy": 5.60357551574707, + "epoch": 0.7889515658432211, + "grad_norm": 1.0, + "learning_rate": 0.0004943211861926204, + "loss": 5.3112, + "mean_token_accuracy": 0.180368472635746, + "num_tokens": 17601110.0, + "step": 10140 + }, + { + "entropy": 5.575578355789185, + "epoch": 0.7893405952149387, + "grad_norm": 1.09375, + "learning_rate": 0.0004943149969761848, + "loss": 5.2751, + "mean_token_accuracy": 0.18122965693473816, + "num_tokens": 17610221.0, + "step": 10145 + }, + { + "entropy": 5.5569923400878904, + "epoch": 0.7897296245866563, + "grad_norm": 1.0859375, + "learning_rate": 0.0004943088044319932, + "loss": 5.2051, + "mean_token_accuracy": 0.18208173662424088, + "num_tokens": 17618343.0, + "step": 10150 + }, + { + "entropy": 5.55117449760437, + "epoch": 0.7901186539583739, + "grad_norm": 1.03125, + "learning_rate": 0.0004943026085601395, + "loss": 5.3067, + "mean_token_accuracy": 0.18383356630802156, + "num_tokens": 17626885.0, + "step": 10155 + }, + { + "entropy": 5.584045124053955, + "epoch": 0.7905076833300915, + "grad_norm": 0.9609375, + "learning_rate": 0.0004942964093607178, + "loss": 5.395, + "mean_token_accuracy": 0.17452943921089173, + "num_tokens": 17635891.0, + "step": 10160 + }, + { + "entropy": 5.613757610321045, + "epoch": 0.790896712701809, + "grad_norm": 0.97265625, + "learning_rate": 0.0004942902068338222, + "loss": 5.2054, + "mean_token_accuracy": 0.1823549434542656, + "num_tokens": 17643815.0, + "step": 10165 + }, + { + "entropy": 5.617921018600464, + "epoch": 0.7912857420735265, + "grad_norm": 0.98828125, + "learning_rate": 0.0004942840009795466, + "loss": 5.2614, + "mean_token_accuracy": 0.18322857469320297, + "num_tokens": 17652414.0, + "step": 10170 + }, + { + "entropy": 5.613810682296753, + "epoch": 0.7916747714452441, + "grad_norm": 1.015625, + "learning_rate": 0.0004942777917979855, + "loss": 5.3268, + "mean_token_accuracy": 0.1738336741924286, + "num_tokens": 17661382.0, + "step": 10175 + }, + { + "entropy": 5.589349699020386, + "epoch": 0.7920638008169617, + "grad_norm": 0.953125, + "learning_rate": 0.0004942715792892328, + "loss": 5.2765, + "mean_token_accuracy": 0.17100815027952193, + "num_tokens": 17669745.0, + "step": 10180 + }, + { + "entropy": 5.581082344055176, + "epoch": 0.7924528301886793, + "grad_norm": 0.9609375, + "learning_rate": 0.000494265363453383, + "loss": 5.2355, + "mean_token_accuracy": 0.18160968124866486, + "num_tokens": 17678646.0, + "step": 10185 + }, + { + "entropy": 5.60812931060791, + "epoch": 0.7928418595603968, + "grad_norm": 1.0078125, + "learning_rate": 0.0004942591442905302, + "loss": 5.3737, + "mean_token_accuracy": 0.17291660308837892, + "num_tokens": 17687197.0, + "step": 10190 + }, + { + "entropy": 5.62324891090393, + "epoch": 0.7932308889321144, + "grad_norm": 1.0625, + "learning_rate": 0.0004942529218007689, + "loss": 5.3553, + "mean_token_accuracy": 0.17265002727508544, + "num_tokens": 17696528.0, + "step": 10195 + }, + { + "entropy": 5.5946156024932865, + "epoch": 0.7936199183038319, + "grad_norm": 0.9921875, + "learning_rate": 0.0004942466959841936, + "loss": 5.2361, + "mean_token_accuracy": 0.17560834288597107, + "num_tokens": 17704688.0, + "step": 10200 + }, + { + "entropy": 5.4683692932128904, + "epoch": 0.7940089476755495, + "grad_norm": 1.03125, + "learning_rate": 0.0004942404668408985, + "loss": 5.1339, + "mean_token_accuracy": 0.1978037640452385, + "num_tokens": 17713039.0, + "step": 10205 + }, + { + "entropy": 5.619114637374878, + "epoch": 0.7943979770472671, + "grad_norm": 1.0078125, + "learning_rate": 0.0004942342343709783, + "loss": 5.425, + "mean_token_accuracy": 0.1698833867907524, + "num_tokens": 17721771.0, + "step": 10210 + }, + { + "entropy": 5.633455514907837, + "epoch": 0.7947870064189846, + "grad_norm": 0.99609375, + "learning_rate": 0.0004942279985745275, + "loss": 5.2518, + "mean_token_accuracy": 0.1782193288207054, + "num_tokens": 17729982.0, + "step": 10215 + }, + { + "entropy": 5.589670991897583, + "epoch": 0.7951760357907022, + "grad_norm": 1.046875, + "learning_rate": 0.0004942217594516409, + "loss": 5.282, + "mean_token_accuracy": 0.1740931510925293, + "num_tokens": 17738397.0, + "step": 10220 + }, + { + "entropy": 5.6354022979736325, + "epoch": 0.7955650651624198, + "grad_norm": 1.0625, + "learning_rate": 0.000494215517002413, + "loss": 5.3802, + "mean_token_accuracy": 0.172834312915802, + "num_tokens": 17747421.0, + "step": 10225 + }, + { + "entropy": 5.609691190719604, + "epoch": 0.7959540945341373, + "grad_norm": 1.078125, + "learning_rate": 0.0004942092712269384, + "loss": 5.3222, + "mean_token_accuracy": 0.174184188246727, + "num_tokens": 17756629.0, + "step": 10230 + }, + { + "entropy": 5.614312601089478, + "epoch": 0.7963431239058549, + "grad_norm": 1.0859375, + "learning_rate": 0.0004942030221253122, + "loss": 5.3211, + "mean_token_accuracy": 0.1824473798274994, + "num_tokens": 17764595.0, + "step": 10235 + }, + { + "entropy": 5.608156728744507, + "epoch": 0.7967321532775724, + "grad_norm": 0.9296875, + "learning_rate": 0.0004941967696976289, + "loss": 5.2119, + "mean_token_accuracy": 0.18291182667016984, + "num_tokens": 17773522.0, + "step": 10240 + }, + { + "entropy": 5.5836677074432375, + "epoch": 0.79712118264929, + "grad_norm": 1.078125, + "learning_rate": 0.0004941905139439835, + "loss": 5.3401, + "mean_token_accuracy": 0.18042169660329818, + "num_tokens": 17782850.0, + "step": 10245 + }, + { + "entropy": 5.538278198242187, + "epoch": 0.7975102120210076, + "grad_norm": 0.98046875, + "learning_rate": 0.0004941842548644712, + "loss": 5.1765, + "mean_token_accuracy": 0.18943700194358826, + "num_tokens": 17790638.0, + "step": 10250 + }, + { + "entropy": 5.639125776290894, + "epoch": 0.7978992413927252, + "grad_norm": 1.0234375, + "learning_rate": 0.0004941779924591864, + "loss": 5.3267, + "mean_token_accuracy": 0.17081893980503082, + "num_tokens": 17799992.0, + "step": 10255 + }, + { + "entropy": 5.544377851486206, + "epoch": 0.7982882707644428, + "grad_norm": 1.0, + "learning_rate": 0.0004941717267282244, + "loss": 5.2205, + "mean_token_accuracy": 0.180010387301445, + "num_tokens": 17808643.0, + "step": 10260 + }, + { + "entropy": 5.555486059188842, + "epoch": 0.7986773001361602, + "grad_norm": 1.046875, + "learning_rate": 0.0004941654576716806, + "loss": 5.237, + "mean_token_accuracy": 0.1828606531023979, + "num_tokens": 17816551.0, + "step": 10265 + }, + { + "entropy": 5.531035137176514, + "epoch": 0.7990663295078778, + "grad_norm": 0.9609375, + "learning_rate": 0.0004941591852896495, + "loss": 5.2575, + "mean_token_accuracy": 0.1799013376235962, + "num_tokens": 17825692.0, + "step": 10270 + }, + { + "entropy": 5.626227998733521, + "epoch": 0.7994553588795954, + "grad_norm": 0.9765625, + "learning_rate": 0.0004941529095822268, + "loss": 5.3725, + "mean_token_accuracy": 0.16983739137649537, + "num_tokens": 17833920.0, + "step": 10275 + }, + { + "entropy": 5.604957532882691, + "epoch": 0.799844388251313, + "grad_norm": 0.953125, + "learning_rate": 0.0004941466305495074, + "loss": 5.3442, + "mean_token_accuracy": 0.17385074496269226, + "num_tokens": 17842339.0, + "step": 10280 + }, + { + "entropy": 5.535676383972168, + "epoch": 0.8002334176230306, + "grad_norm": 1.0, + "learning_rate": 0.0004941403481915867, + "loss": 5.2386, + "mean_token_accuracy": 0.18054555654525756, + "num_tokens": 17851273.0, + "step": 10285 + }, + { + "entropy": 5.581957149505615, + "epoch": 0.800622446994748, + "grad_norm": 1.046875, + "learning_rate": 0.0004941340625085601, + "loss": 5.2886, + "mean_token_accuracy": 0.17897919714450836, + "num_tokens": 17860131.0, + "step": 10290 + }, + { + "entropy": 5.518575239181518, + "epoch": 0.8010114763664656, + "grad_norm": 0.9921875, + "learning_rate": 0.0004941277735005228, + "loss": 5.2065, + "mean_token_accuracy": 0.18790054321289062, + "num_tokens": 17868670.0, + "step": 10295 + }, + { + "entropy": 5.624414491653442, + "epoch": 0.8014005057381832, + "grad_norm": 1.0390625, + "learning_rate": 0.0004941214811675702, + "loss": 5.2043, + "mean_token_accuracy": 0.18728722184896468, + "num_tokens": 17876972.0, + "step": 10300 + }, + { + "entropy": 5.537348031997681, + "epoch": 0.8017895351099008, + "grad_norm": 0.94921875, + "learning_rate": 0.0004941151855097982, + "loss": 5.2947, + "mean_token_accuracy": 0.1754060834646225, + "num_tokens": 17885708.0, + "step": 10305 + }, + { + "entropy": 5.61529049873352, + "epoch": 0.8021785644816184, + "grad_norm": 1.0234375, + "learning_rate": 0.0004941088865273018, + "loss": 5.3092, + "mean_token_accuracy": 0.1734549880027771, + "num_tokens": 17894003.0, + "step": 10310 + }, + { + "entropy": 5.57263708114624, + "epoch": 0.802567593853336, + "grad_norm": 1.0625, + "learning_rate": 0.0004941025842201769, + "loss": 5.1578, + "mean_token_accuracy": 0.18867535144090652, + "num_tokens": 17903113.0, + "step": 10315 + }, + { + "entropy": 5.550918340682983, + "epoch": 0.8029566232250535, + "grad_norm": 1.0078125, + "learning_rate": 0.0004940962785885189, + "loss": 5.2488, + "mean_token_accuracy": 0.17790670841932296, + "num_tokens": 17912222.0, + "step": 10320 + }, + { + "entropy": 5.6146691799163815, + "epoch": 0.803345652596771, + "grad_norm": 1.0234375, + "learning_rate": 0.0004940899696324237, + "loss": 5.3128, + "mean_token_accuracy": 0.1747235268354416, + "num_tokens": 17920900.0, + "step": 10325 + }, + { + "entropy": 5.661276626586914, + "epoch": 0.8037346819684886, + "grad_norm": 1.03125, + "learning_rate": 0.0004940836573519868, + "loss": 5.3482, + "mean_token_accuracy": 0.17805054634809495, + "num_tokens": 17929221.0, + "step": 10330 + }, + { + "entropy": 5.547095012664795, + "epoch": 0.8041237113402062, + "grad_norm": 1.0, + "learning_rate": 0.0004940773417473043, + "loss": 5.2534, + "mean_token_accuracy": 0.1795205518603325, + "num_tokens": 17938019.0, + "step": 10335 + }, + { + "entropy": 5.537349224090576, + "epoch": 0.8045127407119238, + "grad_norm": 0.99609375, + "learning_rate": 0.0004940710228184717, + "loss": 5.2251, + "mean_token_accuracy": 0.1872653841972351, + "num_tokens": 17946972.0, + "step": 10340 + }, + { + "entropy": 5.653214406967163, + "epoch": 0.8049017700836413, + "grad_norm": 0.8984375, + "learning_rate": 0.000494064700565585, + "loss": 5.353, + "mean_token_accuracy": 0.1775266170501709, + "num_tokens": 17956487.0, + "step": 10345 + }, + { + "entropy": 5.552436113357544, + "epoch": 0.8052907994553589, + "grad_norm": 0.8984375, + "learning_rate": 0.0004940583749887403, + "loss": 5.2452, + "mean_token_accuracy": 0.17912157922983168, + "num_tokens": 17965838.0, + "step": 10350 + }, + { + "entropy": 5.6472443580627445, + "epoch": 0.8056798288270764, + "grad_norm": 1.0625, + "learning_rate": 0.0004940520460880333, + "loss": 5.3475, + "mean_token_accuracy": 0.1742701843380928, + "num_tokens": 17974492.0, + "step": 10355 + }, + { + "entropy": 5.637433815002441, + "epoch": 0.806068858198794, + "grad_norm": 1.0390625, + "learning_rate": 0.0004940457138635601, + "loss": 5.3144, + "mean_token_accuracy": 0.18232544362545014, + "num_tokens": 17983056.0, + "step": 10360 + }, + { + "entropy": 5.55742883682251, + "epoch": 0.8064578875705116, + "grad_norm": 1.0234375, + "learning_rate": 0.0004940393783154169, + "loss": 5.2709, + "mean_token_accuracy": 0.17867640405893326, + "num_tokens": 17990822.0, + "step": 10365 + }, + { + "entropy": 5.52376618385315, + "epoch": 0.8068469169422291, + "grad_norm": 0.984375, + "learning_rate": 0.0004940330394436999, + "loss": 5.2022, + "mean_token_accuracy": 0.18876982778310775, + "num_tokens": 17999284.0, + "step": 10370 + }, + { + "entropy": 5.6102722644805905, + "epoch": 0.8072359463139467, + "grad_norm": 0.984375, + "learning_rate": 0.000494026697248505, + "loss": 5.3412, + "mean_token_accuracy": 0.17968475222587585, + "num_tokens": 18007585.0, + "step": 10375 + }, + { + "entropy": 5.494628047943115, + "epoch": 0.8076249756856643, + "grad_norm": 1.0078125, + "learning_rate": 0.0004940203517299287, + "loss": 5.198, + "mean_token_accuracy": 0.1817028358578682, + "num_tokens": 18016332.0, + "step": 10380 + }, + { + "entropy": 5.599197340011597, + "epoch": 0.8080140050573819, + "grad_norm": 0.96875, + "learning_rate": 0.000494014002888067, + "loss": 5.3195, + "mean_token_accuracy": 0.17175843864679335, + "num_tokens": 18025524.0, + "step": 10385 + }, + { + "entropy": 5.591688060760498, + "epoch": 0.8084030344290994, + "grad_norm": 0.98046875, + "learning_rate": 0.0004940076507230166, + "loss": 5.3149, + "mean_token_accuracy": 0.1782586991786957, + "num_tokens": 18033951.0, + "step": 10390 + }, + { + "entropy": 5.724361419677734, + "epoch": 0.8087920638008169, + "grad_norm": 1.1015625, + "learning_rate": 0.0004940012952348735, + "loss": 5.4211, + "mean_token_accuracy": 0.16757737621665, + "num_tokens": 18042258.0, + "step": 10395 + }, + { + "entropy": 5.643416690826416, + "epoch": 0.8091810931725345, + "grad_norm": 0.99609375, + "learning_rate": 0.0004939949364237345, + "loss": 5.1905, + "mean_token_accuracy": 0.18777159601449966, + "num_tokens": 18050630.0, + "step": 10400 + }, + { + "entropy": 5.582923221588135, + "epoch": 0.8095701225442521, + "grad_norm": 1.1015625, + "learning_rate": 0.0004939885742896958, + "loss": 5.2889, + "mean_token_accuracy": 0.17859793454408646, + "num_tokens": 18059141.0, + "step": 10405 + }, + { + "entropy": 5.598132848739624, + "epoch": 0.8099591519159697, + "grad_norm": 1.0078125, + "learning_rate": 0.000493982208832854, + "loss": 5.281, + "mean_token_accuracy": 0.17728812247514725, + "num_tokens": 18067831.0, + "step": 10410 + }, + { + "entropy": 5.662303686141968, + "epoch": 0.8103481812876873, + "grad_norm": 1.1171875, + "learning_rate": 0.0004939758400533058, + "loss": 5.3896, + "mean_token_accuracy": 0.17021965086460114, + "num_tokens": 18076629.0, + "step": 10415 + }, + { + "entropy": 5.57082200050354, + "epoch": 0.8107372106594047, + "grad_norm": 1.0234375, + "learning_rate": 0.0004939694679511478, + "loss": 5.2386, + "mean_token_accuracy": 0.18125210255384444, + "num_tokens": 18085930.0, + "step": 10420 + }, + { + "entropy": 5.61938066482544, + "epoch": 0.8111262400311223, + "grad_norm": 1.015625, + "learning_rate": 0.0004939630925264765, + "loss": 5.287, + "mean_token_accuracy": 0.17698433846235276, + "num_tokens": 18094947.0, + "step": 10425 + }, + { + "entropy": 5.592198896408081, + "epoch": 0.8115152694028399, + "grad_norm": 1.0625, + "learning_rate": 0.000493956713779389, + "loss": 5.3338, + "mean_token_accuracy": 0.17291062772274018, + "num_tokens": 18103838.0, + "step": 10430 + }, + { + "entropy": 5.603281116485595, + "epoch": 0.8119042987745575, + "grad_norm": 0.98828125, + "learning_rate": 0.0004939503317099817, + "loss": 5.2006, + "mean_token_accuracy": 0.18434228301048278, + "num_tokens": 18112587.0, + "step": 10435 + }, + { + "entropy": 5.527699136734009, + "epoch": 0.8122933281462751, + "grad_norm": 1.0859375, + "learning_rate": 0.0004939439463183517, + "loss": 5.2237, + "mean_token_accuracy": 0.18234879821538924, + "num_tokens": 18121094.0, + "step": 10440 + }, + { + "entropy": 5.627339839935303, + "epoch": 0.8126823575179926, + "grad_norm": 1.109375, + "learning_rate": 0.0004939375576045958, + "loss": 5.3352, + "mean_token_accuracy": 0.17912172079086303, + "num_tokens": 18129699.0, + "step": 10445 + }, + { + "entropy": 5.639275121688843, + "epoch": 0.8130713868897101, + "grad_norm": 0.984375, + "learning_rate": 0.0004939311655688109, + "loss": 5.2755, + "mean_token_accuracy": 0.18559067994356154, + "num_tokens": 18138466.0, + "step": 10450 + }, + { + "entropy": 5.576423120498657, + "epoch": 0.8134604162614277, + "grad_norm": 1.0234375, + "learning_rate": 0.0004939247702110941, + "loss": 5.3353, + "mean_token_accuracy": 0.17935689240694047, + "num_tokens": 18147436.0, + "step": 10455 + }, + { + "entropy": 5.602716493606567, + "epoch": 0.8138494456331453, + "grad_norm": 0.96875, + "learning_rate": 0.0004939183715315423, + "loss": 5.2895, + "mean_token_accuracy": 0.18858240097761153, + "num_tokens": 18156228.0, + "step": 10460 + }, + { + "entropy": 5.611409282684326, + "epoch": 0.8142384750048629, + "grad_norm": 1.0546875, + "learning_rate": 0.0004939119695302526, + "loss": 5.307, + "mean_token_accuracy": 0.18046382665634156, + "num_tokens": 18164571.0, + "step": 10465 + }, + { + "entropy": 5.591148567199707, + "epoch": 0.8146275043765804, + "grad_norm": 1.09375, + "learning_rate": 0.0004939055642073224, + "loss": 5.3003, + "mean_token_accuracy": 0.17881864905357361, + "num_tokens": 18173322.0, + "step": 10470 + }, + { + "entropy": 5.619043970108033, + "epoch": 0.815016533748298, + "grad_norm": 1.0390625, + "learning_rate": 0.0004938991555628484, + "loss": 5.392, + "mean_token_accuracy": 0.1742688700556755, + "num_tokens": 18182306.0, + "step": 10475 + }, + { + "entropy": 5.690351915359497, + "epoch": 0.8154055631200156, + "grad_norm": 1.15625, + "learning_rate": 0.0004938927435969283, + "loss": 5.3479, + "mean_token_accuracy": 0.17955424785614013, + "num_tokens": 18190567.0, + "step": 10480 + }, + { + "entropy": 5.691840791702271, + "epoch": 0.8157945924917331, + "grad_norm": 1.0703125, + "learning_rate": 0.0004938863283096592, + "loss": 5.3797, + "mean_token_accuracy": 0.17276787906885147, + "num_tokens": 18199678.0, + "step": 10485 + }, + { + "entropy": 5.54420657157898, + "epoch": 0.8161836218634507, + "grad_norm": 1.0078125, + "learning_rate": 0.0004938799097011384, + "loss": 5.1213, + "mean_token_accuracy": 0.18522131741046904, + "num_tokens": 18208350.0, + "step": 10490 + }, + { + "entropy": 5.613188982009888, + "epoch": 0.8165726512351682, + "grad_norm": 0.9921875, + "learning_rate": 0.0004938734877714634, + "loss": 5.2523, + "mean_token_accuracy": 0.17783216387033463, + "num_tokens": 18216618.0, + "step": 10495 + }, + { + "entropy": 5.586387729644775, + "epoch": 0.8169616806068858, + "grad_norm": 1.0078125, + "learning_rate": 0.0004938670625207317, + "loss": 5.2655, + "mean_token_accuracy": 0.18673135638236998, + "num_tokens": 18224633.0, + "step": 10500 + }, + { + "entropy": 5.563824987411499, + "epoch": 0.8173507099786034, + "grad_norm": 1.0703125, + "learning_rate": 0.0004938606339490406, + "loss": 5.2147, + "mean_token_accuracy": 0.17689418345689772, + "num_tokens": 18233212.0, + "step": 10505 + }, + { + "entropy": 5.656864261627197, + "epoch": 0.817739739350321, + "grad_norm": 1.0, + "learning_rate": 0.0004938542020564877, + "loss": 5.3918, + "mean_token_accuracy": 0.17539554238319396, + "num_tokens": 18241796.0, + "step": 10510 + }, + { + "entropy": 5.638839960098267, + "epoch": 0.8181287687220385, + "grad_norm": 1.3671875, + "learning_rate": 0.0004938477668431706, + "loss": 5.4059, + "mean_token_accuracy": 0.17977962642908096, + "num_tokens": 18251416.0, + "step": 10515 + }, + { + "entropy": 5.589609909057617, + "epoch": 0.8185177980937561, + "grad_norm": 1.0546875, + "learning_rate": 0.0004938413283091871, + "loss": 5.1762, + "mean_token_accuracy": 0.18942166417837142, + "num_tokens": 18259880.0, + "step": 10520 + }, + { + "entropy": 5.510730171203614, + "epoch": 0.8189068274654736, + "grad_norm": 1.1171875, + "learning_rate": 0.0004938348864546347, + "loss": 5.2675, + "mean_token_accuracy": 0.18876040279865264, + "num_tokens": 18268217.0, + "step": 10525 + }, + { + "entropy": 5.548671007156372, + "epoch": 0.8192958568371912, + "grad_norm": 1.0625, + "learning_rate": 0.0004938284412796111, + "loss": 5.324, + "mean_token_accuracy": 0.17911172956228255, + "num_tokens": 18276556.0, + "step": 10530 + }, + { + "entropy": 5.588678979873658, + "epoch": 0.8196848862089088, + "grad_norm": 1.0234375, + "learning_rate": 0.0004938219927842144, + "loss": 5.2681, + "mean_token_accuracy": 0.1821269541978836, + "num_tokens": 18285199.0, + "step": 10535 + }, + { + "entropy": 5.568756723403931, + "epoch": 0.8200739155806264, + "grad_norm": 0.94140625, + "learning_rate": 0.0004938155409685422, + "loss": 5.2473, + "mean_token_accuracy": 0.18077411502599716, + "num_tokens": 18294004.0, + "step": 10540 + }, + { + "entropy": 5.519827032089234, + "epoch": 0.820462944952344, + "grad_norm": 1.0546875, + "learning_rate": 0.0004938090858326923, + "loss": 5.1729, + "mean_token_accuracy": 0.18369848877191544, + "num_tokens": 18301761.0, + "step": 10545 + }, + { + "entropy": 5.624574041366577, + "epoch": 0.8208519743240614, + "grad_norm": 1.0703125, + "learning_rate": 0.000493802627376763, + "loss": 5.3687, + "mean_token_accuracy": 0.1759694442152977, + "num_tokens": 18309555.0, + "step": 10550 + }, + { + "entropy": 5.628363227844238, + "epoch": 0.821241003695779, + "grad_norm": 1.015625, + "learning_rate": 0.0004937961656008518, + "loss": 5.3275, + "mean_token_accuracy": 0.17313647121191025, + "num_tokens": 18318011.0, + "step": 10555 + }, + { + "entropy": 5.666481161117554, + "epoch": 0.8216300330674966, + "grad_norm": 1.0, + "learning_rate": 0.0004937897005050573, + "loss": 5.3159, + "mean_token_accuracy": 0.17640025466680526, + "num_tokens": 18326108.0, + "step": 10560 + }, + { + "entropy": 5.611683130264282, + "epoch": 0.8220190624392142, + "grad_norm": 1.1015625, + "learning_rate": 0.0004937832320894772, + "loss": 5.2861, + "mean_token_accuracy": 0.17259059548377992, + "num_tokens": 18334777.0, + "step": 10565 + }, + { + "entropy": 5.576236438751221, + "epoch": 0.8224080918109318, + "grad_norm": 0.9296875, + "learning_rate": 0.0004937767603542098, + "loss": 5.2464, + "mean_token_accuracy": 0.1779706969857216, + "num_tokens": 18343796.0, + "step": 10570 + }, + { + "entropy": 5.631806564331055, + "epoch": 0.8227971211826492, + "grad_norm": 0.96875, + "learning_rate": 0.0004937702852993534, + "loss": 5.2854, + "mean_token_accuracy": 0.17332917600870132, + "num_tokens": 18352396.0, + "step": 10575 + }, + { + "entropy": 5.580046081542969, + "epoch": 0.8231861505543668, + "grad_norm": 1.015625, + "learning_rate": 0.000493763806925006, + "loss": 5.2989, + "mean_token_accuracy": 0.18507724702358247, + "num_tokens": 18360914.0, + "step": 10580 + }, + { + "entropy": 5.553223276138306, + "epoch": 0.8235751799260844, + "grad_norm": 1.0078125, + "learning_rate": 0.0004937573252312661, + "loss": 5.2431, + "mean_token_accuracy": 0.1855931520462036, + "num_tokens": 18369281.0, + "step": 10585 + }, + { + "entropy": 5.541648817062378, + "epoch": 0.823964209297802, + "grad_norm": 1.1015625, + "learning_rate": 0.000493750840218232, + "loss": 5.1217, + "mean_token_accuracy": 0.19218395352363588, + "num_tokens": 18377305.0, + "step": 10590 + }, + { + "entropy": 5.592717981338501, + "epoch": 0.8243532386695196, + "grad_norm": 0.98046875, + "learning_rate": 0.0004937443518860021, + "loss": 5.2531, + "mean_token_accuracy": 0.1717549294233322, + "num_tokens": 18386563.0, + "step": 10595 + }, + { + "entropy": 5.570081949234009, + "epoch": 0.8247422680412371, + "grad_norm": 0.984375, + "learning_rate": 0.0004937378602346747, + "loss": 5.2669, + "mean_token_accuracy": 0.18763475865125656, + "num_tokens": 18395150.0, + "step": 10600 + }, + { + "entropy": 5.601140832901001, + "epoch": 0.8251312974129547, + "grad_norm": 1.0546875, + "learning_rate": 0.0004937313652643485, + "loss": 5.3673, + "mean_token_accuracy": 0.17449495643377305, + "num_tokens": 18403790.0, + "step": 10605 + }, + { + "entropy": 5.627269315719604, + "epoch": 0.8255203267846722, + "grad_norm": 1.0078125, + "learning_rate": 0.000493724866975122, + "loss": 5.2613, + "mean_token_accuracy": 0.18785010874271393, + "num_tokens": 18411936.0, + "step": 10610 + }, + { + "entropy": 5.518196439743042, + "epoch": 0.8259093561563898, + "grad_norm": 0.9296875, + "learning_rate": 0.0004937183653670937, + "loss": 5.1534, + "mean_token_accuracy": 0.18972932994365693, + "num_tokens": 18421146.0, + "step": 10615 + }, + { + "entropy": 5.550476312637329, + "epoch": 0.8262983855281074, + "grad_norm": 0.99609375, + "learning_rate": 0.0004937118604403623, + "loss": 5.2566, + "mean_token_accuracy": 0.18321711719036102, + "num_tokens": 18429498.0, + "step": 10620 + }, + { + "entropy": 5.650053930282593, + "epoch": 0.8266874148998249, + "grad_norm": 0.88671875, + "learning_rate": 0.0004937053521950266, + "loss": 5.3278, + "mean_token_accuracy": 0.1758938953280449, + "num_tokens": 18438600.0, + "step": 10625 + }, + { + "entropy": 5.5935060501098635, + "epoch": 0.8270764442715425, + "grad_norm": 1.078125, + "learning_rate": 0.0004936988406311854, + "loss": 5.2175, + "mean_token_accuracy": 0.17816121131181717, + "num_tokens": 18447397.0, + "step": 10630 + }, + { + "entropy": 5.553556108474732, + "epoch": 0.8274654736432601, + "grad_norm": 1.03125, + "learning_rate": 0.0004936923257489373, + "loss": 5.2791, + "mean_token_accuracy": 0.17982820719480513, + "num_tokens": 18456677.0, + "step": 10635 + }, + { + "entropy": 5.537540435791016, + "epoch": 0.8278545030149776, + "grad_norm": 1.0, + "learning_rate": 0.0004936858075483811, + "loss": 5.2267, + "mean_token_accuracy": 0.18500674962997438, + "num_tokens": 18465605.0, + "step": 10640 + }, + { + "entropy": 5.571126461029053, + "epoch": 0.8282435323866952, + "grad_norm": 1.046875, + "learning_rate": 0.000493679286029616, + "loss": 5.2609, + "mean_token_accuracy": 0.17814577370882034, + "num_tokens": 18474419.0, + "step": 10645 + }, + { + "entropy": 5.686183500289917, + "epoch": 0.8286325617584127, + "grad_norm": 1.125, + "learning_rate": 0.0004936727611927407, + "loss": 5.3739, + "mean_token_accuracy": 0.17560067921876907, + "num_tokens": 18482646.0, + "step": 10650 + }, + { + "entropy": 5.589693021774292, + "epoch": 0.8290215911301303, + "grad_norm": 1.015625, + "learning_rate": 0.0004936662330378546, + "loss": 5.2364, + "mean_token_accuracy": 0.18169950246810912, + "num_tokens": 18490899.0, + "step": 10655 + }, + { + "entropy": 5.5771712303161625, + "epoch": 0.8294106205018479, + "grad_norm": 1.015625, + "learning_rate": 0.0004936597015650561, + "loss": 5.2365, + "mean_token_accuracy": 0.18120890706777573, + "num_tokens": 18499238.0, + "step": 10660 + }, + { + "entropy": 5.588930130004883, + "epoch": 0.8297996498735655, + "grad_norm": 1.0625, + "learning_rate": 0.0004936531667744448, + "loss": 5.1975, + "mean_token_accuracy": 0.17806890457868577, + "num_tokens": 18507668.0, + "step": 10665 + }, + { + "entropy": 5.62445821762085, + "epoch": 0.8301886792452831, + "grad_norm": 1.1015625, + "learning_rate": 0.0004936466286661197, + "loss": 5.2806, + "mean_token_accuracy": 0.17731118351221084, + "num_tokens": 18516366.0, + "step": 10670 + }, + { + "entropy": 5.56348671913147, + "epoch": 0.8305777086170005, + "grad_norm": 0.9453125, + "learning_rate": 0.00049364008724018, + "loss": 5.2337, + "mean_token_accuracy": 0.183255173265934, + "num_tokens": 18525012.0, + "step": 10675 + }, + { + "entropy": 5.652982759475708, + "epoch": 0.8309667379887181, + "grad_norm": 1.03125, + "learning_rate": 0.000493633542496725, + "loss": 5.3272, + "mean_token_accuracy": 0.18012266755104064, + "num_tokens": 18533277.0, + "step": 10680 + }, + { + "entropy": 5.618578338623047, + "epoch": 0.8313557673604357, + "grad_norm": 1.046875, + "learning_rate": 0.0004936269944358539, + "loss": 5.3319, + "mean_token_accuracy": 0.17462776154279708, + "num_tokens": 18541738.0, + "step": 10685 + }, + { + "entropy": 5.592759895324707, + "epoch": 0.8317447967321533, + "grad_norm": 0.98046875, + "learning_rate": 0.0004936204430576664, + "loss": 5.284, + "mean_token_accuracy": 0.18248253017663957, + "num_tokens": 18550305.0, + "step": 10690 + }, + { + "entropy": 5.580677270889282, + "epoch": 0.8321338261038709, + "grad_norm": 1.0078125, + "learning_rate": 0.0004936138883622614, + "loss": 5.2557, + "mean_token_accuracy": 0.1941969335079193, + "num_tokens": 18558528.0, + "step": 10695 + }, + { + "entropy": 5.544078302383423, + "epoch": 0.8325228554755884, + "grad_norm": 0.95703125, + "learning_rate": 0.0004936073303497387, + "loss": 5.1907, + "mean_token_accuracy": 0.1859095960855484, + "num_tokens": 18567166.0, + "step": 10700 + }, + { + "entropy": 5.54998288154602, + "epoch": 0.8329118848473059, + "grad_norm": 1.0078125, + "learning_rate": 0.0004936007690201976, + "loss": 5.217, + "mean_token_accuracy": 0.18771937489509583, + "num_tokens": 18575986.0, + "step": 10705 + }, + { + "entropy": 5.635396957397461, + "epoch": 0.8333009142190235, + "grad_norm": 0.92578125, + "learning_rate": 0.000493594204373738, + "loss": 5.2721, + "mean_token_accuracy": 0.17426654696464539, + "num_tokens": 18585446.0, + "step": 10710 + }, + { + "entropy": 5.600318193435669, + "epoch": 0.8336899435907411, + "grad_norm": 1.0390625, + "learning_rate": 0.0004935876364104591, + "loss": 5.3156, + "mean_token_accuracy": 0.1792624518275261, + "num_tokens": 18594236.0, + "step": 10715 + }, + { + "entropy": 5.590404605865478, + "epoch": 0.8340789729624587, + "grad_norm": 0.9921875, + "learning_rate": 0.0004935810651304608, + "loss": 5.2932, + "mean_token_accuracy": 0.17705843597650528, + "num_tokens": 18603229.0, + "step": 10720 + }, + { + "entropy": 5.537255811691284, + "epoch": 0.8344680023341763, + "grad_norm": 0.9921875, + "learning_rate": 0.0004935744905338427, + "loss": 5.1515, + "mean_token_accuracy": 0.19387847185134888, + "num_tokens": 18611783.0, + "step": 10725 + }, + { + "entropy": 5.655738162994385, + "epoch": 0.8348570317058938, + "grad_norm": 1.0, + "learning_rate": 0.0004935679126207046, + "loss": 5.3411, + "mean_token_accuracy": 0.17952038198709488, + "num_tokens": 18620901.0, + "step": 10730 + }, + { + "entropy": 5.590655565261841, + "epoch": 0.8352460610776113, + "grad_norm": 1.0859375, + "learning_rate": 0.0004935613313911463, + "loss": 5.2662, + "mean_token_accuracy": 0.17967765927314758, + "num_tokens": 18629447.0, + "step": 10735 + }, + { + "entropy": 5.632928371429443, + "epoch": 0.8356350904493289, + "grad_norm": 1.0703125, + "learning_rate": 0.0004935547468452678, + "loss": 5.2754, + "mean_token_accuracy": 0.18125791549682618, + "num_tokens": 18637895.0, + "step": 10740 + }, + { + "entropy": 5.625260829925537, + "epoch": 0.8360241198210465, + "grad_norm": 1.1328125, + "learning_rate": 0.0004935481589831688, + "loss": 5.4168, + "mean_token_accuracy": 0.17523466497659684, + "num_tokens": 18646417.0, + "step": 10745 + }, + { + "entropy": 5.6384931087493895, + "epoch": 0.8364131491927641, + "grad_norm": 1.03125, + "learning_rate": 0.0004935415678049492, + "loss": 5.3378, + "mean_token_accuracy": 0.17582601606845855, + "num_tokens": 18654814.0, + "step": 10750 + }, + { + "entropy": 5.669819307327271, + "epoch": 0.8368021785644816, + "grad_norm": 0.95703125, + "learning_rate": 0.0004935349733107094, + "loss": 5.3204, + "mean_token_accuracy": 0.18312823176383972, + "num_tokens": 18663520.0, + "step": 10755 + }, + { + "entropy": 5.573394107818603, + "epoch": 0.8371912079361992, + "grad_norm": 0.94921875, + "learning_rate": 0.000493528375500549, + "loss": 5.3545, + "mean_token_accuracy": 0.177472847700119, + "num_tokens": 18672033.0, + "step": 10760 + }, + { + "entropy": 5.560270118713379, + "epoch": 0.8375802373079168, + "grad_norm": 1.0546875, + "learning_rate": 0.0004935217743745685, + "loss": 5.1581, + "mean_token_accuracy": 0.19166371524333953, + "num_tokens": 18680690.0, + "step": 10765 + }, + { + "entropy": 5.571935224533081, + "epoch": 0.8379692666796343, + "grad_norm": 1.140625, + "learning_rate": 0.0004935151699328677, + "loss": 5.2676, + "mean_token_accuracy": 0.18024034202098846, + "num_tokens": 18688683.0, + "step": 10770 + }, + { + "entropy": 5.5307965755462645, + "epoch": 0.8383582960513519, + "grad_norm": 1.0, + "learning_rate": 0.0004935085621755471, + "loss": 5.3458, + "mean_token_accuracy": 0.17399022877216339, + "num_tokens": 18697273.0, + "step": 10775 + }, + { + "entropy": 5.652894687652588, + "epoch": 0.8387473254230694, + "grad_norm": 1.046875, + "learning_rate": 0.000493501951102707, + "loss": 5.3137, + "mean_token_accuracy": 0.17491598129272462, + "num_tokens": 18705076.0, + "step": 10780 + }, + { + "entropy": 5.5734748363494875, + "epoch": 0.839136354794787, + "grad_norm": 0.95703125, + "learning_rate": 0.0004934953367144474, + "loss": 5.1885, + "mean_token_accuracy": 0.18297695219516755, + "num_tokens": 18713596.0, + "step": 10785 + }, + { + "entropy": 5.547090291976929, + "epoch": 0.8395253841665046, + "grad_norm": 0.9765625, + "learning_rate": 0.0004934887190108688, + "loss": 5.2115, + "mean_token_accuracy": 0.1858072504401207, + "num_tokens": 18722611.0, + "step": 10790 + }, + { + "entropy": 5.659228801727295, + "epoch": 0.8399144135382222, + "grad_norm": 1.0, + "learning_rate": 0.0004934820979920719, + "loss": 5.3611, + "mean_token_accuracy": 0.1691310688853264, + "num_tokens": 18731126.0, + "step": 10795 + }, + { + "entropy": 5.593505430221557, + "epoch": 0.8403034429099397, + "grad_norm": 1.078125, + "learning_rate": 0.0004934754736581567, + "loss": 5.2555, + "mean_token_accuracy": 0.1792224943637848, + "num_tokens": 18739815.0, + "step": 10800 + }, + { + "entropy": 5.533124685287476, + "epoch": 0.8406924722816572, + "grad_norm": 0.97265625, + "learning_rate": 0.000493468846009224, + "loss": 5.176, + "mean_token_accuracy": 0.19150287806987762, + "num_tokens": 18748603.0, + "step": 10805 + }, + { + "entropy": 5.558471965789795, + "epoch": 0.8410815016533748, + "grad_norm": 0.96875, + "learning_rate": 0.0004934622150453742, + "loss": 5.2801, + "mean_token_accuracy": 0.17604683637619017, + "num_tokens": 18757819.0, + "step": 10810 + }, + { + "entropy": 5.652052879333496, + "epoch": 0.8414705310250924, + "grad_norm": 0.92578125, + "learning_rate": 0.000493455580766708, + "loss": 5.2935, + "mean_token_accuracy": 0.18090927004814147, + "num_tokens": 18766135.0, + "step": 10815 + }, + { + "entropy": 5.576184034347534, + "epoch": 0.84185956039681, + "grad_norm": 1.0703125, + "learning_rate": 0.0004934489431733262, + "loss": 5.1865, + "mean_token_accuracy": 0.18516489565372468, + "num_tokens": 18775202.0, + "step": 10820 + }, + { + "entropy": 5.550555610656739, + "epoch": 0.8422485897685276, + "grad_norm": 1.0390625, + "learning_rate": 0.0004934423022653293, + "loss": 5.247, + "mean_token_accuracy": 0.18740688711404802, + "num_tokens": 18783466.0, + "step": 10825 + }, + { + "entropy": 5.594822406768799, + "epoch": 0.842637619140245, + "grad_norm": 1.0703125, + "learning_rate": 0.0004934356580428182, + "loss": 5.2489, + "mean_token_accuracy": 0.18210161924362184, + "num_tokens": 18791772.0, + "step": 10830 + }, + { + "entropy": 5.674164342880249, + "epoch": 0.8430266485119626, + "grad_norm": 1.0859375, + "learning_rate": 0.0004934290105058937, + "loss": 5.4126, + "mean_token_accuracy": 0.16927289664745332, + "num_tokens": 18801094.0, + "step": 10835 + }, + { + "entropy": 5.603299951553344, + "epoch": 0.8434156778836802, + "grad_norm": 0.96484375, + "learning_rate": 0.0004934223596546565, + "loss": 5.1991, + "mean_token_accuracy": 0.1839824602007866, + "num_tokens": 18809256.0, + "step": 10840 + }, + { + "entropy": 5.551741027832032, + "epoch": 0.8438047072553978, + "grad_norm": 1.0234375, + "learning_rate": 0.0004934157054892077, + "loss": 5.3639, + "mean_token_accuracy": 0.17342738807201385, + "num_tokens": 18818109.0, + "step": 10845 + }, + { + "entropy": 5.593414735794068, + "epoch": 0.8441937366271154, + "grad_norm": 1.0234375, + "learning_rate": 0.0004934090480096482, + "loss": 5.2154, + "mean_token_accuracy": 0.19062547385692596, + "num_tokens": 18826330.0, + "step": 10850 + }, + { + "entropy": 5.701956510543823, + "epoch": 0.8445827659988329, + "grad_norm": 1.0625, + "learning_rate": 0.0004934023872160791, + "loss": 5.427, + "mean_token_accuracy": 0.1742512196302414, + "num_tokens": 18835280.0, + "step": 10855 + }, + { + "entropy": 5.551248788833618, + "epoch": 0.8449717953705504, + "grad_norm": 1.1015625, + "learning_rate": 0.0004933957231086014, + "loss": 5.1827, + "mean_token_accuracy": 0.1828561007976532, + "num_tokens": 18843300.0, + "step": 10860 + }, + { + "entropy": 5.496642589569092, + "epoch": 0.845360824742268, + "grad_norm": 1.078125, + "learning_rate": 0.0004933890556873161, + "loss": 5.2896, + "mean_token_accuracy": 0.1742683842778206, + "num_tokens": 18852257.0, + "step": 10865 + }, + { + "entropy": 5.6010072231292725, + "epoch": 0.8457498541139856, + "grad_norm": 1.0546875, + "learning_rate": 0.0004933823849523246, + "loss": 5.3094, + "mean_token_accuracy": 0.17632543295621872, + "num_tokens": 18860621.0, + "step": 10870 + }, + { + "entropy": 5.618939399719238, + "epoch": 0.8461388834857032, + "grad_norm": 1.0703125, + "learning_rate": 0.0004933757109037279, + "loss": 5.2155, + "mean_token_accuracy": 0.18698522001504897, + "num_tokens": 18869390.0, + "step": 10875 + }, + { + "entropy": 5.604749965667724, + "epoch": 0.8465279128574207, + "grad_norm": 1.0078125, + "learning_rate": 0.0004933690335416274, + "loss": 5.3215, + "mean_token_accuracy": 0.1749599888920784, + "num_tokens": 18877942.0, + "step": 10880 + }, + { + "entropy": 5.53982720375061, + "epoch": 0.8469169422291383, + "grad_norm": 1.0625, + "learning_rate": 0.0004933623528661245, + "loss": 5.3006, + "mean_token_accuracy": 0.177555151283741, + "num_tokens": 18886752.0, + "step": 10885 + }, + { + "entropy": 5.610151958465576, + "epoch": 0.8473059716008559, + "grad_norm": 1.0078125, + "learning_rate": 0.0004933556688773203, + "loss": 5.3104, + "mean_token_accuracy": 0.17588964253664016, + "num_tokens": 18895708.0, + "step": 10890 + }, + { + "entropy": 5.651170921325684, + "epoch": 0.8476950009725734, + "grad_norm": 1.0078125, + "learning_rate": 0.0004933489815753165, + "loss": 5.26, + "mean_token_accuracy": 0.18109626471996307, + "num_tokens": 18904610.0, + "step": 10895 + }, + { + "entropy": 5.620588684082032, + "epoch": 0.848084030344291, + "grad_norm": 0.9921875, + "learning_rate": 0.0004933422909602143, + "loss": 5.2992, + "mean_token_accuracy": 0.17795738875865935, + "num_tokens": 18912886.0, + "step": 10900 + }, + { + "entropy": 5.623174428939819, + "epoch": 0.8484730597160085, + "grad_norm": 1.0390625, + "learning_rate": 0.0004933355970321155, + "loss": 5.3277, + "mean_token_accuracy": 0.18064619600772858, + "num_tokens": 18921685.0, + "step": 10905 + }, + { + "entropy": 5.623981952667236, + "epoch": 0.8488620890877261, + "grad_norm": 0.9765625, + "learning_rate": 0.0004933288997911215, + "loss": 5.2533, + "mean_token_accuracy": 0.17806071639060975, + "num_tokens": 18929843.0, + "step": 10910 + }, + { + "entropy": 5.571937179565429, + "epoch": 0.8492511184594437, + "grad_norm": 0.9375, + "learning_rate": 0.0004933221992373338, + "loss": 5.2355, + "mean_token_accuracy": 0.1758916586637497, + "num_tokens": 18938402.0, + "step": 10915 + }, + { + "entropy": 5.619376087188721, + "epoch": 0.8496401478311613, + "grad_norm": 1.0078125, + "learning_rate": 0.0004933154953708544, + "loss": 5.375, + "mean_token_accuracy": 0.17307563871145248, + "num_tokens": 18947643.0, + "step": 10920 + }, + { + "entropy": 5.647381067276001, + "epoch": 0.8500291772028788, + "grad_norm": 1.03125, + "learning_rate": 0.0004933087881917848, + "loss": 5.2946, + "mean_token_accuracy": 0.17696572095155716, + "num_tokens": 18956320.0, + "step": 10925 + }, + { + "entropy": 5.743236017227173, + "epoch": 0.8504182065745964, + "grad_norm": 1.0234375, + "learning_rate": 0.0004933020777002268, + "loss": 5.2814, + "mean_token_accuracy": 0.1753287822008133, + "num_tokens": 18964804.0, + "step": 10930 + }, + { + "entropy": 5.50908899307251, + "epoch": 0.8508072359463139, + "grad_norm": 1.1328125, + "learning_rate": 0.0004932953638962823, + "loss": 5.2318, + "mean_token_accuracy": 0.1790694996714592, + "num_tokens": 18973061.0, + "step": 10935 + }, + { + "entropy": 5.53696575164795, + "epoch": 0.8511962653180315, + "grad_norm": 1.1171875, + "learning_rate": 0.000493288646780053, + "loss": 5.2067, + "mean_token_accuracy": 0.1848437786102295, + "num_tokens": 18981604.0, + "step": 10940 + }, + { + "entropy": 5.6139387607574465, + "epoch": 0.8515852946897491, + "grad_norm": 1.015625, + "learning_rate": 0.0004932819263516409, + "loss": 5.3077, + "mean_token_accuracy": 0.1753839895129204, + "num_tokens": 18990194.0, + "step": 10945 + }, + { + "entropy": 5.592105674743652, + "epoch": 0.8519743240614667, + "grad_norm": 0.984375, + "learning_rate": 0.0004932752026111481, + "loss": 5.2192, + "mean_token_accuracy": 0.1841540142893791, + "num_tokens": 18998803.0, + "step": 10950 + }, + { + "entropy": 5.655280065536499, + "epoch": 0.8523633534331843, + "grad_norm": 0.9921875, + "learning_rate": 0.0004932684755586765, + "loss": 5.3329, + "mean_token_accuracy": 0.16930584013462066, + "num_tokens": 19007247.0, + "step": 10955 + }, + { + "entropy": 5.575206518173218, + "epoch": 0.8527523828049017, + "grad_norm": 1.0, + "learning_rate": 0.0004932617451943282, + "loss": 5.2618, + "mean_token_accuracy": 0.18505398333072662, + "num_tokens": 19015436.0, + "step": 10960 + }, + { + "entropy": 5.636625146865844, + "epoch": 0.8531414121766193, + "grad_norm": 1.03125, + "learning_rate": 0.0004932550115182053, + "loss": 5.354, + "mean_token_accuracy": 0.1712825506925583, + "num_tokens": 19023673.0, + "step": 10965 + }, + { + "entropy": 5.57112078666687, + "epoch": 0.8535304415483369, + "grad_norm": 1.0, + "learning_rate": 0.00049324827453041, + "loss": 5.1914, + "mean_token_accuracy": 0.18530905544757842, + "num_tokens": 19031714.0, + "step": 10970 + }, + { + "entropy": 5.518271732330322, + "epoch": 0.8539194709200545, + "grad_norm": 1.015625, + "learning_rate": 0.0004932415342310446, + "loss": 5.1874, + "mean_token_accuracy": 0.18243666887283325, + "num_tokens": 19039910.0, + "step": 10975 + }, + { + "entropy": 5.6253221988677975, + "epoch": 0.8543085002917721, + "grad_norm": 0.9609375, + "learning_rate": 0.0004932347906202111, + "loss": 5.3215, + "mean_token_accuracy": 0.18144808262586593, + "num_tokens": 19048293.0, + "step": 10980 + }, + { + "entropy": 5.59995756149292, + "epoch": 0.8546975296634896, + "grad_norm": 0.99609375, + "learning_rate": 0.000493228043698012, + "loss": 5.2505, + "mean_token_accuracy": 0.17421061247587205, + "num_tokens": 19056209.0, + "step": 10985 + }, + { + "entropy": 5.578304767608643, + "epoch": 0.8550865590352071, + "grad_norm": 1.0, + "learning_rate": 0.0004932212934645498, + "loss": 5.1514, + "mean_token_accuracy": 0.18946629464626313, + "num_tokens": 19063974.0, + "step": 10990 + }, + { + "entropy": 5.623725366592407, + "epoch": 0.8554755884069247, + "grad_norm": 1.015625, + "learning_rate": 0.0004932145399199268, + "loss": 5.3994, + "mean_token_accuracy": 0.1756596013903618, + "num_tokens": 19072531.0, + "step": 10995 + }, + { + "entropy": 5.7090208530426025, + "epoch": 0.8558646177786423, + "grad_norm": 0.96484375, + "learning_rate": 0.0004932077830642455, + "loss": 5.3344, + "mean_token_accuracy": 0.176321904361248, + "num_tokens": 19081299.0, + "step": 11000 + }, + { + "entropy": 5.642085981369019, + "epoch": 0.8562536471503599, + "grad_norm": 1.0234375, + "learning_rate": 0.0004932010228976084, + "loss": 5.2349, + "mean_token_accuracy": 0.18920038938522338, + "num_tokens": 19089599.0, + "step": 11005 + }, + { + "entropy": 5.561908960342407, + "epoch": 0.8566426765220774, + "grad_norm": 1.03125, + "learning_rate": 0.000493194259420118, + "loss": 5.2146, + "mean_token_accuracy": 0.18482913970947265, + "num_tokens": 19097910.0, + "step": 11010 + }, + { + "entropy": 5.538026237487793, + "epoch": 0.857031705893795, + "grad_norm": 1.109375, + "learning_rate": 0.000493187492631877, + "loss": 5.1658, + "mean_token_accuracy": 0.1893044337630272, + "num_tokens": 19105939.0, + "step": 11015 + }, + { + "entropy": 5.53736424446106, + "epoch": 0.8574207352655125, + "grad_norm": 0.984375, + "learning_rate": 0.0004931807225329882, + "loss": 5.2273, + "mean_token_accuracy": 0.1841425597667694, + "num_tokens": 19115407.0, + "step": 11020 + }, + { + "entropy": 5.545321130752564, + "epoch": 0.8578097646372301, + "grad_norm": 1.09375, + "learning_rate": 0.0004931739491235541, + "loss": 5.1565, + "mean_token_accuracy": 0.19271481037139893, + "num_tokens": 19123715.0, + "step": 11025 + }, + { + "entropy": 5.662255716323853, + "epoch": 0.8581987940089477, + "grad_norm": 0.96484375, + "learning_rate": 0.0004931671724036777, + "loss": 5.3805, + "mean_token_accuracy": 0.17203639596700668, + "num_tokens": 19132978.0, + "step": 11030 + }, + { + "entropy": 5.6033929824829105, + "epoch": 0.8585878233806652, + "grad_norm": 1.03125, + "learning_rate": 0.0004931603923734616, + "loss": 5.3217, + "mean_token_accuracy": 0.17927792817354202, + "num_tokens": 19141822.0, + "step": 11035 + }, + { + "entropy": 5.527426099777221, + "epoch": 0.8589768527523828, + "grad_norm": 1.140625, + "learning_rate": 0.0004931536090330088, + "loss": 5.2182, + "mean_token_accuracy": 0.17920130491256714, + "num_tokens": 19150612.0, + "step": 11040 + }, + { + "entropy": 5.579158210754395, + "epoch": 0.8593658821241004, + "grad_norm": 1.0703125, + "learning_rate": 0.0004931468223824222, + "loss": 5.1911, + "mean_token_accuracy": 0.18544190973043442, + "num_tokens": 19159266.0, + "step": 11045 + }, + { + "entropy": 5.724080562591553, + "epoch": 0.859754911495818, + "grad_norm": 1.015625, + "learning_rate": 0.0004931400324218048, + "loss": 5.3429, + "mean_token_accuracy": 0.18140737116336822, + "num_tokens": 19167111.0, + "step": 11050 + }, + { + "entropy": 5.607243156433105, + "epoch": 0.8601439408675355, + "grad_norm": 1.0, + "learning_rate": 0.0004931332391512597, + "loss": 5.3221, + "mean_token_accuracy": 0.17548887729644774, + "num_tokens": 19177152.0, + "step": 11055 + }, + { + "entropy": 5.56005277633667, + "epoch": 0.860532970239253, + "grad_norm": 1.125, + "learning_rate": 0.0004931264425708897, + "loss": 5.1545, + "mean_token_accuracy": 0.18012316524982452, + "num_tokens": 19185692.0, + "step": 11060 + }, + { + "entropy": 5.594990491867065, + "epoch": 0.8609219996109706, + "grad_norm": 1.0390625, + "learning_rate": 0.0004931196426807983, + "loss": 5.3177, + "mean_token_accuracy": 0.17841980904340743, + "num_tokens": 19194620.0, + "step": 11065 + }, + { + "entropy": 5.594863319396973, + "epoch": 0.8613110289826882, + "grad_norm": 1.0859375, + "learning_rate": 0.0004931128394810884, + "loss": 5.2061, + "mean_token_accuracy": 0.1916304960846901, + "num_tokens": 19202569.0, + "step": 11070 + }, + { + "entropy": 5.595560550689697, + "epoch": 0.8617000583544058, + "grad_norm": 1.078125, + "learning_rate": 0.0004931060329718634, + "loss": 5.3323, + "mean_token_accuracy": 0.1795865699648857, + "num_tokens": 19211117.0, + "step": 11075 + }, + { + "entropy": 5.663324975967408, + "epoch": 0.8620890877261234, + "grad_norm": 1.0625, + "learning_rate": 0.0004930992231532265, + "loss": 5.3351, + "mean_token_accuracy": 0.17490629106760025, + "num_tokens": 19220015.0, + "step": 11080 + }, + { + "entropy": 5.677940797805786, + "epoch": 0.8624781170978408, + "grad_norm": 1.03125, + "learning_rate": 0.000493092410025281, + "loss": 5.3359, + "mean_token_accuracy": 0.1756790116429329, + "num_tokens": 19228344.0, + "step": 11085 + }, + { + "entropy": 5.5625237941741945, + "epoch": 0.8628671464695584, + "grad_norm": 0.9765625, + "learning_rate": 0.0004930855935881302, + "loss": 5.2241, + "mean_token_accuracy": 0.18976659774780275, + "num_tokens": 19236776.0, + "step": 11090 + }, + { + "entropy": 5.669811391830445, + "epoch": 0.863256175841276, + "grad_norm": 1.0234375, + "learning_rate": 0.0004930787738418777, + "loss": 5.4317, + "mean_token_accuracy": 0.16513218283653258, + "num_tokens": 19246107.0, + "step": 11095 + }, + { + "entropy": 5.654705667495728, + "epoch": 0.8636452052129936, + "grad_norm": 1.0390625, + "learning_rate": 0.0004930719507866269, + "loss": 5.3082, + "mean_token_accuracy": 0.18365276008844375, + "num_tokens": 19254549.0, + "step": 11100 + }, + { + "entropy": 5.630621719360351, + "epoch": 0.8640342345847112, + "grad_norm": 0.94921875, + "learning_rate": 0.0004930651244224814, + "loss": 5.3052, + "mean_token_accuracy": 0.17591325491666793, + "num_tokens": 19263024.0, + "step": 11105 + }, + { + "entropy": 5.550142431259156, + "epoch": 0.8644232639564287, + "grad_norm": 0.9765625, + "learning_rate": 0.0004930582947495448, + "loss": 5.2251, + "mean_token_accuracy": 0.17579765766859054, + "num_tokens": 19271442.0, + "step": 11110 + }, + { + "entropy": 5.568732881546021, + "epoch": 0.8648122933281462, + "grad_norm": 0.96484375, + "learning_rate": 0.0004930514617679206, + "loss": 5.191, + "mean_token_accuracy": 0.18562345802783967, + "num_tokens": 19279869.0, + "step": 11115 + }, + { + "entropy": 5.634870767593384, + "epoch": 0.8652013226998638, + "grad_norm": 1.015625, + "learning_rate": 0.0004930446254777125, + "loss": 5.3859, + "mean_token_accuracy": 0.18134522885084153, + "num_tokens": 19288726.0, + "step": 11120 + }, + { + "entropy": 5.637458324432373, + "epoch": 0.8655903520715814, + "grad_norm": 1.0234375, + "learning_rate": 0.0004930377858790242, + "loss": 5.3296, + "mean_token_accuracy": 0.17024696320295335, + "num_tokens": 19297546.0, + "step": 11125 + }, + { + "entropy": 5.650801181793213, + "epoch": 0.865979381443299, + "grad_norm": 0.96484375, + "learning_rate": 0.0004930309429719595, + "loss": 5.3278, + "mean_token_accuracy": 0.17466498911380768, + "num_tokens": 19306060.0, + "step": 11130 + }, + { + "entropy": 5.623189973831177, + "epoch": 0.8663684108150166, + "grad_norm": 1.0625, + "learning_rate": 0.0004930240967566224, + "loss": 5.2765, + "mean_token_accuracy": 0.1786796271800995, + "num_tokens": 19314759.0, + "step": 11135 + }, + { + "entropy": 5.594459056854248, + "epoch": 0.8667574401867341, + "grad_norm": 1.0234375, + "learning_rate": 0.0004930172472331167, + "loss": 5.2166, + "mean_token_accuracy": 0.18238011002540588, + "num_tokens": 19322922.0, + "step": 11140 + }, + { + "entropy": 5.526639986038208, + "epoch": 0.8671464695584516, + "grad_norm": 1.0078125, + "learning_rate": 0.0004930103944015463, + "loss": 5.1551, + "mean_token_accuracy": 0.18122093379497528, + "num_tokens": 19331946.0, + "step": 11145 + }, + { + "entropy": 5.639804124832153, + "epoch": 0.8675354989301692, + "grad_norm": 1.046875, + "learning_rate": 0.0004930035382620149, + "loss": 5.2939, + "mean_token_accuracy": 0.17746621966362, + "num_tokens": 19340512.0, + "step": 11150 + }, + { + "entropy": 5.603281259536743, + "epoch": 0.8679245283018868, + "grad_norm": 0.9609375, + "learning_rate": 0.000492996678814627, + "loss": 5.2495, + "mean_token_accuracy": 0.18182408213615417, + "num_tokens": 19349135.0, + "step": 11155 + }, + { + "entropy": 5.5981546401977536, + "epoch": 0.8683135576736044, + "grad_norm": 1.046875, + "learning_rate": 0.0004929898160594865, + "loss": 5.3465, + "mean_token_accuracy": 0.1789721056818962, + "num_tokens": 19358593.0, + "step": 11160 + }, + { + "entropy": 5.681367540359497, + "epoch": 0.8687025870453219, + "grad_norm": 1.0078125, + "learning_rate": 0.0004929829499966974, + "loss": 5.3824, + "mean_token_accuracy": 0.1753694787621498, + "num_tokens": 19367366.0, + "step": 11165 + }, + { + "entropy": 5.64088544845581, + "epoch": 0.8690916164170395, + "grad_norm": 0.9765625, + "learning_rate": 0.0004929760806263641, + "loss": 5.3467, + "mean_token_accuracy": 0.17595317512750625, + "num_tokens": 19376872.0, + "step": 11170 + }, + { + "entropy": 5.654244804382325, + "epoch": 0.8694806457887571, + "grad_norm": 1.03125, + "learning_rate": 0.0004929692079485906, + "loss": 5.3664, + "mean_token_accuracy": 0.17185491919517518, + "num_tokens": 19385582.0, + "step": 11175 + }, + { + "entropy": 5.589434099197388, + "epoch": 0.8698696751604746, + "grad_norm": 1.0625, + "learning_rate": 0.0004929623319634814, + "loss": 5.25, + "mean_token_accuracy": 0.17741086781024934, + "num_tokens": 19394102.0, + "step": 11180 + }, + { + "entropy": 5.612142705917359, + "epoch": 0.8702587045321922, + "grad_norm": 1.046875, + "learning_rate": 0.0004929554526711407, + "loss": 5.2807, + "mean_token_accuracy": 0.1734796345233917, + "num_tokens": 19403170.0, + "step": 11185 + }, + { + "entropy": 5.610637569427491, + "epoch": 0.8706477339039097, + "grad_norm": 0.9453125, + "learning_rate": 0.0004929485700716729, + "loss": 5.2481, + "mean_token_accuracy": 0.18135327696800232, + "num_tokens": 19412396.0, + "step": 11190 + }, + { + "entropy": 5.587249326705932, + "epoch": 0.8710367632756273, + "grad_norm": 1.0546875, + "learning_rate": 0.0004929416841651824, + "loss": 5.2219, + "mean_token_accuracy": 0.18119872808456422, + "num_tokens": 19421247.0, + "step": 11195 + }, + { + "entropy": 5.5932549953460695, + "epoch": 0.8714257926473449, + "grad_norm": 0.98828125, + "learning_rate": 0.0004929347949517739, + "loss": 5.2611, + "mean_token_accuracy": 0.17926668822765351, + "num_tokens": 19429412.0, + "step": 11200 + }, + { + "entropy": 5.6364013195037845, + "epoch": 0.8718148220190625, + "grad_norm": 1.046875, + "learning_rate": 0.0004929279024315516, + "loss": 5.2784, + "mean_token_accuracy": 0.17603185027837753, + "num_tokens": 19437551.0, + "step": 11205 + }, + { + "entropy": 5.485786294937133, + "epoch": 0.87220385139078, + "grad_norm": 1.046875, + "learning_rate": 0.0004929210066046204, + "loss": 5.1146, + "mean_token_accuracy": 0.18575400859117508, + "num_tokens": 19446356.0, + "step": 11210 + }, + { + "entropy": 5.520040130615234, + "epoch": 0.8725928807624975, + "grad_norm": 1.171875, + "learning_rate": 0.0004929141074710847, + "loss": 5.0717, + "mean_token_accuracy": 0.1946109265089035, + "num_tokens": 19454142.0, + "step": 11215 + }, + { + "entropy": 5.670002174377442, + "epoch": 0.8729819101342151, + "grad_norm": 1.1171875, + "learning_rate": 0.0004929072050310491, + "loss": 5.4074, + "mean_token_accuracy": 0.17953050434589385, + "num_tokens": 19462849.0, + "step": 11220 + }, + { + "entropy": 5.5909703254699705, + "epoch": 0.8733709395059327, + "grad_norm": 0.9609375, + "learning_rate": 0.0004929002992846188, + "loss": 5.193, + "mean_token_accuracy": 0.18888701349496842, + "num_tokens": 19471287.0, + "step": 11225 + }, + { + "entropy": 5.561498641967773, + "epoch": 0.8737599688776503, + "grad_norm": 0.9921875, + "learning_rate": 0.0004928933902318981, + "loss": 5.2528, + "mean_token_accuracy": 0.18399422168731688, + "num_tokens": 19480661.0, + "step": 11230 + }, + { + "entropy": 5.533779668807983, + "epoch": 0.8741489982493679, + "grad_norm": 1.1171875, + "learning_rate": 0.000492886477872992, + "loss": 5.1471, + "mean_token_accuracy": 0.18641835153102876, + "num_tokens": 19489716.0, + "step": 11235 + }, + { + "entropy": 5.57474718093872, + "epoch": 0.8745380276210853, + "grad_norm": 1.03125, + "learning_rate": 0.0004928795622080054, + "loss": 5.3063, + "mean_token_accuracy": 0.17456687539815902, + "num_tokens": 19499019.0, + "step": 11240 + }, + { + "entropy": 5.605775833129883, + "epoch": 0.8749270569928029, + "grad_norm": 1.0859375, + "learning_rate": 0.0004928726432370434, + "loss": 5.2192, + "mean_token_accuracy": 0.1802779272198677, + "num_tokens": 19507281.0, + "step": 11245 + }, + { + "entropy": 5.610700082778931, + "epoch": 0.8753160863645205, + "grad_norm": 1.0, + "learning_rate": 0.0004928657209602107, + "loss": 5.2847, + "mean_token_accuracy": 0.18476818650960922, + "num_tokens": 19516196.0, + "step": 11250 + }, + { + "entropy": 5.642573118209839, + "epoch": 0.8757051157362381, + "grad_norm": 1.1015625, + "learning_rate": 0.0004928587953776125, + "loss": 5.3296, + "mean_token_accuracy": 0.180398653447628, + "num_tokens": 19523966.0, + "step": 11255 + }, + { + "entropy": 5.600365209579468, + "epoch": 0.8760941451079557, + "grad_norm": 1.0078125, + "learning_rate": 0.0004928518664893538, + "loss": 5.2168, + "mean_token_accuracy": 0.18617233783006668, + "num_tokens": 19532848.0, + "step": 11260 + }, + { + "entropy": 5.604321670532227, + "epoch": 0.8764831744796732, + "grad_norm": 1.0, + "learning_rate": 0.0004928449342955397, + "loss": 5.173, + "mean_token_accuracy": 0.1872447833418846, + "num_tokens": 19540929.0, + "step": 11265 + }, + { + "entropy": 5.581634998321533, + "epoch": 0.8768722038513908, + "grad_norm": 1.0078125, + "learning_rate": 0.0004928379987962756, + "loss": 5.2973, + "mean_token_accuracy": 0.18030138611793517, + "num_tokens": 19549628.0, + "step": 11270 + }, + { + "entropy": 5.570932006835937, + "epoch": 0.8772612332231083, + "grad_norm": 0.94140625, + "learning_rate": 0.0004928310599916666, + "loss": 5.2263, + "mean_token_accuracy": 0.17789763808250428, + "num_tokens": 19559002.0, + "step": 11275 + }, + { + "entropy": 5.542447948455811, + "epoch": 0.8776502625948259, + "grad_norm": 0.99609375, + "learning_rate": 0.0004928241178818178, + "loss": 5.2356, + "mean_token_accuracy": 0.18643411099910737, + "num_tokens": 19567757.0, + "step": 11280 + }, + { + "entropy": 5.567806720733643, + "epoch": 0.8780392919665435, + "grad_norm": 1.078125, + "learning_rate": 0.0004928171724668349, + "loss": 5.1583, + "mean_token_accuracy": 0.1914148211479187, + "num_tokens": 19576595.0, + "step": 11285 + }, + { + "entropy": 5.561897420883179, + "epoch": 0.878428321338261, + "grad_norm": 1.03125, + "learning_rate": 0.0004928102237468229, + "loss": 5.2833, + "mean_token_accuracy": 0.1743113860487938, + "num_tokens": 19585237.0, + "step": 11290 + }, + { + "entropy": 5.543961858749389, + "epoch": 0.8788173507099786, + "grad_norm": 1.0, + "learning_rate": 0.0004928032717218876, + "loss": 5.1654, + "mean_token_accuracy": 0.18875022381544113, + "num_tokens": 19594474.0, + "step": 11295 + }, + { + "entropy": 5.594764471054077, + "epoch": 0.8792063800816962, + "grad_norm": 0.9921875, + "learning_rate": 0.0004927963163921343, + "loss": 5.2284, + "mean_token_accuracy": 0.18037258833646774, + "num_tokens": 19603121.0, + "step": 11300 + }, + { + "entropy": 5.601225233078003, + "epoch": 0.8795954094534137, + "grad_norm": 1.0625, + "learning_rate": 0.0004927893577576685, + "loss": 5.2675, + "mean_token_accuracy": 0.17438744902610778, + "num_tokens": 19611820.0, + "step": 11305 + }, + { + "entropy": 5.611231136322021, + "epoch": 0.8799844388251313, + "grad_norm": 1.0859375, + "learning_rate": 0.0004927823958185959, + "loss": 5.2726, + "mean_token_accuracy": 0.17634943276643752, + "num_tokens": 19620265.0, + "step": 11310 + }, + { + "entropy": 5.5194563388824465, + "epoch": 0.8803734681968488, + "grad_norm": 1.0703125, + "learning_rate": 0.000492775430575022, + "loss": 5.1281, + "mean_token_accuracy": 0.18874654918909073, + "num_tokens": 19628847.0, + "step": 11315 + }, + { + "entropy": 5.572307443618774, + "epoch": 0.8807624975685664, + "grad_norm": 1.0, + "learning_rate": 0.0004927684620270527, + "loss": 5.2715, + "mean_token_accuracy": 0.17843253910541534, + "num_tokens": 19637636.0, + "step": 11320 + }, + { + "entropy": 5.580016994476319, + "epoch": 0.881151526940284, + "grad_norm": 0.9765625, + "learning_rate": 0.0004927614901747935, + "loss": 5.2601, + "mean_token_accuracy": 0.17520082592964173, + "num_tokens": 19646663.0, + "step": 11325 + }, + { + "entropy": 5.566559314727783, + "epoch": 0.8815405563120016, + "grad_norm": 0.96484375, + "learning_rate": 0.0004927545150183503, + "loss": 5.2449, + "mean_token_accuracy": 0.1823139652609825, + "num_tokens": 19655382.0, + "step": 11330 + }, + { + "entropy": 5.6002599716186525, + "epoch": 0.8819295856837192, + "grad_norm": 1.1015625, + "learning_rate": 0.000492747536557829, + "loss": 5.2483, + "mean_token_accuracy": 0.18012526333332063, + "num_tokens": 19663851.0, + "step": 11335 + }, + { + "entropy": 5.533693838119507, + "epoch": 0.8823186150554367, + "grad_norm": 1.0234375, + "learning_rate": 0.0004927405547933353, + "loss": 5.1974, + "mean_token_accuracy": 0.18573353439569473, + "num_tokens": 19672813.0, + "step": 11340 + }, + { + "entropy": 5.539177131652832, + "epoch": 0.8827076444271542, + "grad_norm": 0.95703125, + "learning_rate": 0.0004927335697249753, + "loss": 5.2123, + "mean_token_accuracy": 0.18426472693681717, + "num_tokens": 19682240.0, + "step": 11345 + }, + { + "entropy": 5.614029788970948, + "epoch": 0.8830966737988718, + "grad_norm": 0.96875, + "learning_rate": 0.0004927265813528549, + "loss": 5.2434, + "mean_token_accuracy": 0.18493151366710664, + "num_tokens": 19691080.0, + "step": 11350 + }, + { + "entropy": 5.5532654285430905, + "epoch": 0.8834857031705894, + "grad_norm": 1.0546875, + "learning_rate": 0.0004927195896770804, + "loss": 5.2149, + "mean_token_accuracy": 0.1877192348241806, + "num_tokens": 19700067.0, + "step": 11355 + }, + { + "entropy": 5.564739751815796, + "epoch": 0.883874732542307, + "grad_norm": 0.953125, + "learning_rate": 0.0004927125946977574, + "loss": 5.2165, + "mean_token_accuracy": 0.18785863220691681, + "num_tokens": 19708236.0, + "step": 11360 + }, + { + "entropy": 5.613015508651733, + "epoch": 0.8842637619140246, + "grad_norm": 0.98828125, + "learning_rate": 0.0004927055964149923, + "loss": 5.3186, + "mean_token_accuracy": 0.17818626910448074, + "num_tokens": 19717225.0, + "step": 11365 + }, + { + "entropy": 5.571978330612183, + "epoch": 0.884652791285742, + "grad_norm": 1.0546875, + "learning_rate": 0.0004926985948288914, + "loss": 5.2881, + "mean_token_accuracy": 0.18456368744373322, + "num_tokens": 19725169.0, + "step": 11370 + }, + { + "entropy": 5.577036380767822, + "epoch": 0.8850418206574596, + "grad_norm": 1.0078125, + "learning_rate": 0.0004926915899395608, + "loss": 5.2417, + "mean_token_accuracy": 0.18141117095947265, + "num_tokens": 19733937.0, + "step": 11375 + }, + { + "entropy": 5.558797407150268, + "epoch": 0.8854308500291772, + "grad_norm": 0.9296875, + "learning_rate": 0.0004926845817471068, + "loss": 5.2136, + "mean_token_accuracy": 0.1888299435377121, + "num_tokens": 19742661.0, + "step": 11380 + }, + { + "entropy": 5.557267141342163, + "epoch": 0.8858198794008948, + "grad_norm": 1.09375, + "learning_rate": 0.0004926775702516358, + "loss": 5.2719, + "mean_token_accuracy": 0.18594897389411927, + "num_tokens": 19751314.0, + "step": 11385 + }, + { + "entropy": 5.56416883468628, + "epoch": 0.8862089087726124, + "grad_norm": 1.1328125, + "learning_rate": 0.0004926705554532541, + "loss": 5.1888, + "mean_token_accuracy": 0.18841622024774551, + "num_tokens": 19760144.0, + "step": 11390 + }, + { + "entropy": 5.524991369247436, + "epoch": 0.8865979381443299, + "grad_norm": 1.0078125, + "learning_rate": 0.0004926635373520682, + "loss": 5.2239, + "mean_token_accuracy": 0.18619260638952256, + "num_tokens": 19768574.0, + "step": 11395 + }, + { + "entropy": 5.64219856262207, + "epoch": 0.8869869675160474, + "grad_norm": 0.9375, + "learning_rate": 0.0004926565159481845, + "loss": 5.3191, + "mean_token_accuracy": 0.17071154564619065, + "num_tokens": 19778383.0, + "step": 11400 + }, + { + "entropy": 5.601290607452393, + "epoch": 0.887375996887765, + "grad_norm": 1.046875, + "learning_rate": 0.0004926494912417097, + "loss": 5.2354, + "mean_token_accuracy": 0.18004339337348937, + "num_tokens": 19787707.0, + "step": 11405 + }, + { + "entropy": 5.560062980651855, + "epoch": 0.8877650262594826, + "grad_norm": 1.109375, + "learning_rate": 0.0004926424632327503, + "loss": 5.1376, + "mean_token_accuracy": 0.19575420916080474, + "num_tokens": 19795909.0, + "step": 11410 + }, + { + "entropy": 5.5401817798614506, + "epoch": 0.8881540556312002, + "grad_norm": 1.046875, + "learning_rate": 0.0004926354319214129, + "loss": 5.1953, + "mean_token_accuracy": 0.18430671989917755, + "num_tokens": 19804094.0, + "step": 11415 + }, + { + "entropy": 5.539868402481079, + "epoch": 0.8885430850029177, + "grad_norm": 0.99609375, + "learning_rate": 0.0004926283973078041, + "loss": 5.1239, + "mean_token_accuracy": 0.1864701583981514, + "num_tokens": 19813061.0, + "step": 11420 + }, + { + "entropy": 5.537631607055664, + "epoch": 0.8889321143746353, + "grad_norm": 1.0859375, + "learning_rate": 0.0004926213593920309, + "loss": 5.1304, + "mean_token_accuracy": 0.18844262659549713, + "num_tokens": 19821432.0, + "step": 11425 + }, + { + "entropy": 5.534033918380738, + "epoch": 0.8893211437463528, + "grad_norm": 1.0390625, + "learning_rate": 0.0004926143181742, + "loss": 5.2619, + "mean_token_accuracy": 0.18274474889039993, + "num_tokens": 19830278.0, + "step": 11430 + }, + { + "entropy": 5.484698867797851, + "epoch": 0.8897101731180704, + "grad_norm": 1.0703125, + "learning_rate": 0.0004926072736544181, + "loss": 5.1851, + "mean_token_accuracy": 0.18690072298049926, + "num_tokens": 19838872.0, + "step": 11435 + }, + { + "entropy": 5.690390682220459, + "epoch": 0.890099202489788, + "grad_norm": 1.0625, + "learning_rate": 0.0004926002258327922, + "loss": 5.3336, + "mean_token_accuracy": 0.17416208684444429, + "num_tokens": 19848032.0, + "step": 11440 + }, + { + "entropy": 5.54075140953064, + "epoch": 0.8904882318615055, + "grad_norm": 1.0703125, + "learning_rate": 0.0004925931747094292, + "loss": 5.1781, + "mean_token_accuracy": 0.19017433375120163, + "num_tokens": 19856711.0, + "step": 11445 + }, + { + "entropy": 5.4594920635223385, + "epoch": 0.8908772612332231, + "grad_norm": 1.0, + "learning_rate": 0.0004925861202844361, + "loss": 5.159, + "mean_token_accuracy": 0.18697929084300996, + "num_tokens": 19865643.0, + "step": 11450 + }, + { + "entropy": 5.6099518775939945, + "epoch": 0.8912662906049407, + "grad_norm": 1.0859375, + "learning_rate": 0.00049257906255792, + "loss": 5.1876, + "mean_token_accuracy": 0.18538541793823243, + "num_tokens": 19874029.0, + "step": 11455 + }, + { + "entropy": 5.695240879058838, + "epoch": 0.8916553199766583, + "grad_norm": 1.0546875, + "learning_rate": 0.000492572001529988, + "loss": 5.3215, + "mean_token_accuracy": 0.1739617884159088, + "num_tokens": 19883347.0, + "step": 11460 + }, + { + "entropy": 5.5936840057373045, + "epoch": 0.8920443493483758, + "grad_norm": 1.03125, + "learning_rate": 0.0004925649372007469, + "loss": 5.2334, + "mean_token_accuracy": 0.18081674426794053, + "num_tokens": 19891822.0, + "step": 11465 + }, + { + "entropy": 5.542414236068725, + "epoch": 0.8924333787200933, + "grad_norm": 1.0546875, + "learning_rate": 0.0004925578695703045, + "loss": 5.2073, + "mean_token_accuracy": 0.18402115106582642, + "num_tokens": 19899899.0, + "step": 11470 + }, + { + "entropy": 5.615783596038819, + "epoch": 0.8928224080918109, + "grad_norm": 1.0546875, + "learning_rate": 0.0004925507986387676, + "loss": 5.3499, + "mean_token_accuracy": 0.1817229986190796, + "num_tokens": 19908189.0, + "step": 11475 + }, + { + "entropy": 5.603460025787354, + "epoch": 0.8932114374635285, + "grad_norm": 1.0703125, + "learning_rate": 0.0004925437244062436, + "loss": 5.2289, + "mean_token_accuracy": 0.18272948861122132, + "num_tokens": 19916166.0, + "step": 11480 + }, + { + "entropy": 5.578334140777588, + "epoch": 0.8936004668352461, + "grad_norm": 1.0546875, + "learning_rate": 0.0004925366468728397, + "loss": 5.258, + "mean_token_accuracy": 0.18450478911399842, + "num_tokens": 19924222.0, + "step": 11485 + }, + { + "entropy": 5.590497207641602, + "epoch": 0.8939894962069637, + "grad_norm": 1.046875, + "learning_rate": 0.0004925295660386635, + "loss": 5.3365, + "mean_token_accuracy": 0.17275031358003617, + "num_tokens": 19931925.0, + "step": 11490 + }, + { + "entropy": 5.6280303478240965, + "epoch": 0.8943785255786811, + "grad_norm": 0.96484375, + "learning_rate": 0.0004925224819038224, + "loss": 5.2975, + "mean_token_accuracy": 0.17913747429847718, + "num_tokens": 19940432.0, + "step": 11495 + }, + { + "entropy": 5.651538848876953, + "epoch": 0.8947675549503987, + "grad_norm": 1.0390625, + "learning_rate": 0.0004925153944684239, + "loss": 5.2575, + "mean_token_accuracy": 0.18198974430561066, + "num_tokens": 19948013.0, + "step": 11500 + }, + { + "entropy": 5.606874275207519, + "epoch": 0.8951565843221163, + "grad_norm": 1.015625, + "learning_rate": 0.0004925083037325754, + "loss": 5.209, + "mean_token_accuracy": 0.18693881630897521, + "num_tokens": 19956161.0, + "step": 11505 + }, + { + "entropy": 5.617755317687989, + "epoch": 0.8955456136938339, + "grad_norm": 1.078125, + "learning_rate": 0.0004925012096963847, + "loss": 5.2167, + "mean_token_accuracy": 0.18931137770414352, + "num_tokens": 19964533.0, + "step": 11510 + }, + { + "entropy": 5.621380090713501, + "epoch": 0.8959346430655515, + "grad_norm": 0.9609375, + "learning_rate": 0.0004924941123599593, + "loss": 5.2355, + "mean_token_accuracy": 0.17782522588968278, + "num_tokens": 19973915.0, + "step": 11515 + }, + { + "entropy": 5.530047512054443, + "epoch": 0.896323672437269, + "grad_norm": 1.0390625, + "learning_rate": 0.0004924870117234069, + "loss": 5.2394, + "mean_token_accuracy": 0.188034388422966, + "num_tokens": 19983422.0, + "step": 11520 + }, + { + "entropy": 5.622419643402099, + "epoch": 0.8967127018089865, + "grad_norm": 1.0546875, + "learning_rate": 0.0004924799077868353, + "loss": 5.2241, + "mean_token_accuracy": 0.1840212181210518, + "num_tokens": 19992185.0, + "step": 11525 + }, + { + "entropy": 5.5831623554229735, + "epoch": 0.8971017311807041, + "grad_norm": 1.0390625, + "learning_rate": 0.0004924728005503522, + "loss": 5.1004, + "mean_token_accuracy": 0.18779225796461105, + "num_tokens": 20000735.0, + "step": 11530 + }, + { + "entropy": 5.545327997207641, + "epoch": 0.8974907605524217, + "grad_norm": 1.03125, + "learning_rate": 0.0004924656900140655, + "loss": 5.2902, + "mean_token_accuracy": 0.17554701268672943, + "num_tokens": 20009758.0, + "step": 11535 + }, + { + "entropy": 5.603372097015381, + "epoch": 0.8978797899241393, + "grad_norm": 1.0625, + "learning_rate": 0.0004924585761780831, + "loss": 5.1948, + "mean_token_accuracy": 0.17806044071912766, + "num_tokens": 20018369.0, + "step": 11540 + }, + { + "entropy": 5.624592399597168, + "epoch": 0.8982688192958569, + "grad_norm": 0.984375, + "learning_rate": 0.000492451459042513, + "loss": 5.3285, + "mean_token_accuracy": 0.17919426411390305, + "num_tokens": 20027469.0, + "step": 11545 + }, + { + "entropy": 5.624192953109741, + "epoch": 0.8986578486675744, + "grad_norm": 1.015625, + "learning_rate": 0.000492444338607463, + "loss": 5.2582, + "mean_token_accuracy": 0.17606842666864395, + "num_tokens": 20035504.0, + "step": 11550 + }, + { + "entropy": 5.585523986816407, + "epoch": 0.899046878039292, + "grad_norm": 0.94921875, + "learning_rate": 0.0004924372148730413, + "loss": 5.2058, + "mean_token_accuracy": 0.185841403901577, + "num_tokens": 20045272.0, + "step": 11555 + }, + { + "entropy": 5.60908145904541, + "epoch": 0.8994359074110095, + "grad_norm": 1.0625, + "learning_rate": 0.000492430087839356, + "loss": 5.1828, + "mean_token_accuracy": 0.17990866750478746, + "num_tokens": 20054041.0, + "step": 11560 + }, + { + "entropy": 5.595246839523315, + "epoch": 0.8998249367827271, + "grad_norm": 1.046875, + "learning_rate": 0.0004924229575065152, + "loss": 5.1397, + "mean_token_accuracy": 0.18688782304525375, + "num_tokens": 20062337.0, + "step": 11565 + }, + { + "entropy": 5.59883394241333, + "epoch": 0.9002139661544447, + "grad_norm": 1.03125, + "learning_rate": 0.000492415823874627, + "loss": 5.3005, + "mean_token_accuracy": 0.18323544561862945, + "num_tokens": 20070767.0, + "step": 11570 + }, + { + "entropy": 5.641075658798218, + "epoch": 0.9006029955261622, + "grad_norm": 1.0234375, + "learning_rate": 0.0004924086869437998, + "loss": 5.2312, + "mean_token_accuracy": 0.18289690613746643, + "num_tokens": 20079791.0, + "step": 11575 + }, + { + "entropy": 5.533980131149292, + "epoch": 0.9009920248978798, + "grad_norm": 1.0703125, + "learning_rate": 0.0004924015467141417, + "loss": 5.1448, + "mean_token_accuracy": 0.1933038979768753, + "num_tokens": 20088458.0, + "step": 11580 + }, + { + "entropy": 5.55244255065918, + "epoch": 0.9013810542695974, + "grad_norm": 1.0546875, + "learning_rate": 0.0004923944031857613, + "loss": 5.2323, + "mean_token_accuracy": 0.18602312207221985, + "num_tokens": 20097559.0, + "step": 11585 + }, + { + "entropy": 5.557593774795532, + "epoch": 0.901770083641315, + "grad_norm": 1.125, + "learning_rate": 0.0004923872563587668, + "loss": 5.1133, + "mean_token_accuracy": 0.18994313031435012, + "num_tokens": 20105403.0, + "step": 11590 + }, + { + "entropy": 5.5447690963745115, + "epoch": 0.9021591130130325, + "grad_norm": 0.9609375, + "learning_rate": 0.0004923801062332666, + "loss": 5.2811, + "mean_token_accuracy": 0.1810198172926903, + "num_tokens": 20115073.0, + "step": 11595 + }, + { + "entropy": 5.567190790176392, + "epoch": 0.90254814238475, + "grad_norm": 0.91015625, + "learning_rate": 0.0004923729528093694, + "loss": 5.2339, + "mean_token_accuracy": 0.1837710052728653, + "num_tokens": 20124064.0, + "step": 11600 + }, + { + "entropy": 5.6408944606781, + "epoch": 0.9029371717564676, + "grad_norm": 0.9921875, + "learning_rate": 0.0004923657960871836, + "loss": 5.2598, + "mean_token_accuracy": 0.1861104279756546, + "num_tokens": 20133364.0, + "step": 11605 + }, + { + "entropy": 5.522456264495849, + "epoch": 0.9033262011281852, + "grad_norm": 1.0, + "learning_rate": 0.0004923586360668178, + "loss": 5.2477, + "mean_token_accuracy": 0.18813441842794418, + "num_tokens": 20142099.0, + "step": 11610 + }, + { + "entropy": 5.520290374755859, + "epoch": 0.9037152304999028, + "grad_norm": 1.0078125, + "learning_rate": 0.0004923514727483807, + "loss": 5.1612, + "mean_token_accuracy": 0.1874850645661354, + "num_tokens": 20150421.0, + "step": 11615 + }, + { + "entropy": 5.663409996032715, + "epoch": 0.9041042598716204, + "grad_norm": 1.0234375, + "learning_rate": 0.000492344306131981, + "loss": 5.3422, + "mean_token_accuracy": 0.1832484483718872, + "num_tokens": 20159294.0, + "step": 11620 + }, + { + "entropy": 5.708253479003906, + "epoch": 0.9044932892433378, + "grad_norm": 1.0703125, + "learning_rate": 0.0004923371362177272, + "loss": 5.3649, + "mean_token_accuracy": 0.1757899656891823, + "num_tokens": 20168082.0, + "step": 11625 + }, + { + "entropy": 5.584841966629028, + "epoch": 0.9048823186150554, + "grad_norm": 1.0234375, + "learning_rate": 0.0004923299630057284, + "loss": 5.2081, + "mean_token_accuracy": 0.1820903718471527, + "num_tokens": 20176933.0, + "step": 11630 + }, + { + "entropy": 5.540671443939209, + "epoch": 0.905271347986773, + "grad_norm": 1.078125, + "learning_rate": 0.0004923227864960934, + "loss": 5.2794, + "mean_token_accuracy": 0.17453427761793136, + "num_tokens": 20185507.0, + "step": 11635 + }, + { + "entropy": 5.605735445022583, + "epoch": 0.9056603773584906, + "grad_norm": 1.0234375, + "learning_rate": 0.000492315606688931, + "loss": 5.2574, + "mean_token_accuracy": 0.177498459815979, + "num_tokens": 20195206.0, + "step": 11640 + }, + { + "entropy": 5.625205755233765, + "epoch": 0.9060494067302082, + "grad_norm": 1.03125, + "learning_rate": 0.0004923084235843501, + "loss": 5.1937, + "mean_token_accuracy": 0.18607475608587265, + "num_tokens": 20203290.0, + "step": 11645 + }, + { + "entropy": 5.608852338790894, + "epoch": 0.9064384361019256, + "grad_norm": 1.0234375, + "learning_rate": 0.0004923012371824598, + "loss": 5.2899, + "mean_token_accuracy": 0.18109551817178726, + "num_tokens": 20211808.0, + "step": 11650 + }, + { + "entropy": 5.60735445022583, + "epoch": 0.9068274654736432, + "grad_norm": 1.0, + "learning_rate": 0.000492294047483369, + "loss": 5.2899, + "mean_token_accuracy": 0.17620816230773925, + "num_tokens": 20219980.0, + "step": 11655 + }, + { + "entropy": 5.603135490417481, + "epoch": 0.9072164948453608, + "grad_norm": 1.171875, + "learning_rate": 0.0004922868544871869, + "loss": 5.199, + "mean_token_accuracy": 0.1814394325017929, + "num_tokens": 20227880.0, + "step": 11660 + }, + { + "entropy": 5.566473293304443, + "epoch": 0.9076055242170784, + "grad_norm": 1.03125, + "learning_rate": 0.0004922796581940227, + "loss": 5.2498, + "mean_token_accuracy": 0.17335233688354493, + "num_tokens": 20237023.0, + "step": 11665 + }, + { + "entropy": 5.651862764358521, + "epoch": 0.907994553588796, + "grad_norm": 1.0703125, + "learning_rate": 0.0004922724586039855, + "loss": 5.2771, + "mean_token_accuracy": 0.18511938005685807, + "num_tokens": 20246046.0, + "step": 11670 + }, + { + "entropy": 5.653235149383545, + "epoch": 0.9083835829605135, + "grad_norm": 1.078125, + "learning_rate": 0.0004922652557171846, + "loss": 5.2333, + "mean_token_accuracy": 0.18508571535348892, + "num_tokens": 20254392.0, + "step": 11675 + }, + { + "entropy": 5.499700450897217, + "epoch": 0.9087726123322311, + "grad_norm": 0.984375, + "learning_rate": 0.0004922580495337292, + "loss": 5.1756, + "mean_token_accuracy": 0.19320632070302962, + "num_tokens": 20263529.0, + "step": 11680 + }, + { + "entropy": 5.548214721679687, + "epoch": 0.9091616417039486, + "grad_norm": 0.99609375, + "learning_rate": 0.0004922508400537288, + "loss": 5.2404, + "mean_token_accuracy": 0.1841256469488144, + "num_tokens": 20272226.0, + "step": 11685 + }, + { + "entropy": 5.595594263076782, + "epoch": 0.9095506710756662, + "grad_norm": 1.0234375, + "learning_rate": 0.0004922436272772926, + "loss": 5.3296, + "mean_token_accuracy": 0.177712844312191, + "num_tokens": 20281084.0, + "step": 11690 + }, + { + "entropy": 5.635180997848511, + "epoch": 0.9099397004473838, + "grad_norm": 0.9453125, + "learning_rate": 0.0004922364112045301, + "loss": 5.3248, + "mean_token_accuracy": 0.1799636960029602, + "num_tokens": 20290137.0, + "step": 11695 + }, + { + "entropy": 5.600505590438843, + "epoch": 0.9103287298191013, + "grad_norm": 0.97265625, + "learning_rate": 0.000492229191835551, + "loss": 5.1546, + "mean_token_accuracy": 0.1916367456316948, + "num_tokens": 20298305.0, + "step": 11700 + }, + { + "entropy": 5.579301881790161, + "epoch": 0.9107177591908189, + "grad_norm": 1.0703125, + "learning_rate": 0.0004922219691704645, + "loss": 5.2553, + "mean_token_accuracy": 0.18313340246677398, + "num_tokens": 20306289.0, + "step": 11705 + }, + { + "entropy": 5.662560224533081, + "epoch": 0.9111067885625365, + "grad_norm": 0.9140625, + "learning_rate": 0.0004922147432093805, + "loss": 5.3548, + "mean_token_accuracy": 0.17701133638620375, + "num_tokens": 20314826.0, + "step": 11710 + }, + { + "entropy": 5.752644395828247, + "epoch": 0.911495817934254, + "grad_norm": 1.0, + "learning_rate": 0.0004922075139524083, + "loss": 5.4056, + "mean_token_accuracy": 0.175945183634758, + "num_tokens": 20323244.0, + "step": 11715 + }, + { + "entropy": 5.622629976272583, + "epoch": 0.9118848473059716, + "grad_norm": 1.0390625, + "learning_rate": 0.000492200281399658, + "loss": 5.2736, + "mean_token_accuracy": 0.1812812015414238, + "num_tokens": 20331943.0, + "step": 11720 + }, + { + "entropy": 5.612500905990601, + "epoch": 0.9122738766776891, + "grad_norm": 1.046875, + "learning_rate": 0.000492193045551239, + "loss": 5.266, + "mean_token_accuracy": 0.18122062236070632, + "num_tokens": 20339940.0, + "step": 11725 + }, + { + "entropy": 5.620996332168579, + "epoch": 0.9126629060494067, + "grad_norm": 1.0234375, + "learning_rate": 0.0004921858064072612, + "loss": 5.1365, + "mean_token_accuracy": 0.19238802194595336, + "num_tokens": 20348556.0, + "step": 11730 + }, + { + "entropy": 5.5794899463653564, + "epoch": 0.9130519354211243, + "grad_norm": 1.0390625, + "learning_rate": 0.0004921785639678347, + "loss": 5.3007, + "mean_token_accuracy": 0.18118222057819366, + "num_tokens": 20356909.0, + "step": 11735 + }, + { + "entropy": 5.573252820968628, + "epoch": 0.9134409647928419, + "grad_norm": 0.9921875, + "learning_rate": 0.000492171318233069, + "loss": 5.2064, + "mean_token_accuracy": 0.18613381087779998, + "num_tokens": 20365496.0, + "step": 11740 + }, + { + "entropy": 5.565127563476563, + "epoch": 0.9138299941645595, + "grad_norm": 1.125, + "learning_rate": 0.0004921640692030742, + "loss": 5.2117, + "mean_token_accuracy": 0.17876050174236296, + "num_tokens": 20374763.0, + "step": 11745 + }, + { + "entropy": 5.621012020111084, + "epoch": 0.914219023536277, + "grad_norm": 0.9609375, + "learning_rate": 0.0004921568168779603, + "loss": 5.2696, + "mean_token_accuracy": 0.18280390948057174, + "num_tokens": 20383861.0, + "step": 11750 + }, + { + "entropy": 5.596376609802246, + "epoch": 0.9146080529079945, + "grad_norm": 1.0546875, + "learning_rate": 0.0004921495612578374, + "loss": 5.2338, + "mean_token_accuracy": 0.18635621815919876, + "num_tokens": 20392004.0, + "step": 11755 + }, + { + "entropy": 5.586753511428833, + "epoch": 0.9149970822797121, + "grad_norm": 1.0, + "learning_rate": 0.0004921423023428156, + "loss": 5.2483, + "mean_token_accuracy": 0.1805921122431755, + "num_tokens": 20401078.0, + "step": 11760 + }, + { + "entropy": 5.716629838943481, + "epoch": 0.9153861116514297, + "grad_norm": 1.0390625, + "learning_rate": 0.0004921350401330049, + "loss": 5.3885, + "mean_token_accuracy": 0.1775798335671425, + "num_tokens": 20409347.0, + "step": 11765 + }, + { + "entropy": 5.639980840682983, + "epoch": 0.9157751410231473, + "grad_norm": 0.96875, + "learning_rate": 0.0004921277746285155, + "loss": 5.2008, + "mean_token_accuracy": 0.18508629202842714, + "num_tokens": 20417862.0, + "step": 11770 + }, + { + "entropy": 5.571254396438599, + "epoch": 0.9161641703948649, + "grad_norm": 0.984375, + "learning_rate": 0.0004921205058294579, + "loss": 5.1737, + "mean_token_accuracy": 0.182348795235157, + "num_tokens": 20426556.0, + "step": 11775 + }, + { + "entropy": 5.616962146759033, + "epoch": 0.9165531997665823, + "grad_norm": 1.03125, + "learning_rate": 0.000492113233735942, + "loss": 5.2984, + "mean_token_accuracy": 0.17478732466697694, + "num_tokens": 20435336.0, + "step": 11780 + }, + { + "entropy": 5.635888338088989, + "epoch": 0.9169422291382999, + "grad_norm": 1.046875, + "learning_rate": 0.0004921059583480785, + "loss": 5.2709, + "mean_token_accuracy": 0.18073137998580932, + "num_tokens": 20443884.0, + "step": 11785 + }, + { + "entropy": 5.597980737686157, + "epoch": 0.9173312585100175, + "grad_norm": 1.125, + "learning_rate": 0.0004920986796659775, + "loss": 5.1513, + "mean_token_accuracy": 0.19192586243152618, + "num_tokens": 20451953.0, + "step": 11790 + }, + { + "entropy": 5.613115549087524, + "epoch": 0.9177202878817351, + "grad_norm": 1.0078125, + "learning_rate": 0.0004920913976897498, + "loss": 5.3187, + "mean_token_accuracy": 0.17904930114746093, + "num_tokens": 20461480.0, + "step": 11795 + }, + { + "entropy": 5.634077072143555, + "epoch": 0.9181093172534527, + "grad_norm": 1.0, + "learning_rate": 0.0004920841124195055, + "loss": 5.2714, + "mean_token_accuracy": 0.18011463135480882, + "num_tokens": 20470324.0, + "step": 11800 + }, + { + "entropy": 5.636455869674682, + "epoch": 0.9184983466251702, + "grad_norm": 1.09375, + "learning_rate": 0.0004920768238553554, + "loss": 5.2506, + "mean_token_accuracy": 0.17263836711645125, + "num_tokens": 20478795.0, + "step": 11805 + }, + { + "entropy": 5.630564832687378, + "epoch": 0.9188873759968877, + "grad_norm": 1.0390625, + "learning_rate": 0.0004920695319974099, + "loss": 5.2127, + "mean_token_accuracy": 0.17268266081809996, + "num_tokens": 20487922.0, + "step": 11810 + }, + { + "entropy": 5.558729791641236, + "epoch": 0.9192764053686053, + "grad_norm": 1.0546875, + "learning_rate": 0.0004920622368457798, + "loss": 5.2279, + "mean_token_accuracy": 0.18797404021024705, + "num_tokens": 20495883.0, + "step": 11815 + }, + { + "entropy": 5.566916799545288, + "epoch": 0.9196654347403229, + "grad_norm": 0.96875, + "learning_rate": 0.0004920549384005759, + "loss": 5.2339, + "mean_token_accuracy": 0.18600052148103713, + "num_tokens": 20504403.0, + "step": 11820 + }, + { + "entropy": 5.5390300273895265, + "epoch": 0.9200544641120405, + "grad_norm": 0.96484375, + "learning_rate": 0.0004920476366619086, + "loss": 5.1362, + "mean_token_accuracy": 0.18456903249025344, + "num_tokens": 20512603.0, + "step": 11825 + }, + { + "entropy": 5.528712606430053, + "epoch": 0.920443493483758, + "grad_norm": 1.0546875, + "learning_rate": 0.000492040331629889, + "loss": 5.1464, + "mean_token_accuracy": 0.18940867483615875, + "num_tokens": 20520764.0, + "step": 11830 + }, + { + "entropy": 5.515203285217285, + "epoch": 0.9208325228554756, + "grad_norm": 1.0078125, + "learning_rate": 0.0004920330233046277, + "loss": 5.1114, + "mean_token_accuracy": 0.19070104360580445, + "num_tokens": 20529648.0, + "step": 11835 + }, + { + "entropy": 5.545785617828369, + "epoch": 0.9212215522271932, + "grad_norm": 1.03125, + "learning_rate": 0.0004920257116862359, + "loss": 5.1884, + "mean_token_accuracy": 0.18282268941402435, + "num_tokens": 20538489.0, + "step": 11840 + }, + { + "entropy": 5.627335500717163, + "epoch": 0.9216105815989107, + "grad_norm": 1.078125, + "learning_rate": 0.0004920183967748241, + "loss": 5.2234, + "mean_token_accuracy": 0.1882409244775772, + "num_tokens": 20548042.0, + "step": 11845 + }, + { + "entropy": 5.519529390335083, + "epoch": 0.9219996109706283, + "grad_norm": 1.1171875, + "learning_rate": 0.0004920110785705037, + "loss": 5.1319, + "mean_token_accuracy": 0.19773521423339843, + "num_tokens": 20556559.0, + "step": 11850 + }, + { + "entropy": 5.616936302185058, + "epoch": 0.9223886403423458, + "grad_norm": 1.015625, + "learning_rate": 0.0004920037570733857, + "loss": 5.3601, + "mean_token_accuracy": 0.17323828786611556, + "num_tokens": 20566162.0, + "step": 11855 + }, + { + "entropy": 5.569246625900268, + "epoch": 0.9227776697140634, + "grad_norm": 1.046875, + "learning_rate": 0.0004919964322835809, + "loss": 5.079, + "mean_token_accuracy": 0.18907299637794495, + "num_tokens": 20574575.0, + "step": 11860 + }, + { + "entropy": 5.516934585571289, + "epoch": 0.923166699085781, + "grad_norm": 0.9609375, + "learning_rate": 0.0004919891042012006, + "loss": 5.1485, + "mean_token_accuracy": 0.18600652366876602, + "num_tokens": 20583394.0, + "step": 11865 + }, + { + "entropy": 5.52619104385376, + "epoch": 0.9235557284574986, + "grad_norm": 1.0, + "learning_rate": 0.0004919817728263562, + "loss": 5.2408, + "mean_token_accuracy": 0.18032786697149278, + "num_tokens": 20592413.0, + "step": 11870 + }, + { + "entropy": 5.617073631286621, + "epoch": 0.9239447578292161, + "grad_norm": 1.046875, + "learning_rate": 0.0004919744381591586, + "loss": 5.1954, + "mean_token_accuracy": 0.1892642930150032, + "num_tokens": 20601403.0, + "step": 11875 + }, + { + "entropy": 5.620344591140747, + "epoch": 0.9243337872009336, + "grad_norm": 1.0234375, + "learning_rate": 0.0004919671001997193, + "loss": 5.2054, + "mean_token_accuracy": 0.18728786259889602, + "num_tokens": 20610342.0, + "step": 11880 + }, + { + "entropy": 5.538076686859131, + "epoch": 0.9247228165726512, + "grad_norm": 1.0546875, + "learning_rate": 0.0004919597589481497, + "loss": 5.2429, + "mean_token_accuracy": 0.17999017089605332, + "num_tokens": 20619120.0, + "step": 11885 + }, + { + "entropy": 5.504708957672119, + "epoch": 0.9251118459443688, + "grad_norm": 1.0078125, + "learning_rate": 0.000491952414404561, + "loss": 5.1829, + "mean_token_accuracy": 0.18458763957023622, + "num_tokens": 20628713.0, + "step": 11890 + }, + { + "entropy": 5.632611227035523, + "epoch": 0.9255008753160864, + "grad_norm": 1.0546875, + "learning_rate": 0.0004919450665690646, + "loss": 5.1919, + "mean_token_accuracy": 0.1825765535235405, + "num_tokens": 20636338.0, + "step": 11895 + }, + { + "entropy": 5.652304840087891, + "epoch": 0.925889904687804, + "grad_norm": 1.046875, + "learning_rate": 0.0004919377154417724, + "loss": 5.206, + "mean_token_accuracy": 0.18461380004882813, + "num_tokens": 20644186.0, + "step": 11900 + }, + { + "entropy": 5.5798900604248045, + "epoch": 0.9262789340595214, + "grad_norm": 1.0546875, + "learning_rate": 0.0004919303610227954, + "loss": 5.297, + "mean_token_accuracy": 0.1846051335334778, + "num_tokens": 20653672.0, + "step": 11905 + }, + { + "entropy": 5.53751573562622, + "epoch": 0.926667963431239, + "grad_norm": 1.0078125, + "learning_rate": 0.0004919230033122457, + "loss": 5.1682, + "mean_token_accuracy": 0.18466526567935942, + "num_tokens": 20662936.0, + "step": 11910 + }, + { + "entropy": 5.576290655136108, + "epoch": 0.9270569928029566, + "grad_norm": 1.0703125, + "learning_rate": 0.0004919156423102345, + "loss": 5.2853, + "mean_token_accuracy": 0.18106285631656646, + "num_tokens": 20671265.0, + "step": 11915 + }, + { + "entropy": 5.69830551147461, + "epoch": 0.9274460221746742, + "grad_norm": 1.0546875, + "learning_rate": 0.0004919082780168736, + "loss": 5.3317, + "mean_token_accuracy": 0.17376079261302949, + "num_tokens": 20680049.0, + "step": 11920 + }, + { + "entropy": 5.562061548233032, + "epoch": 0.9278350515463918, + "grad_norm": 1.0546875, + "learning_rate": 0.0004919009104322751, + "loss": 5.1826, + "mean_token_accuracy": 0.18894292563199996, + "num_tokens": 20688411.0, + "step": 11925 + }, + { + "entropy": 5.60137825012207, + "epoch": 0.9282240809181093, + "grad_norm": 1.1328125, + "learning_rate": 0.0004918935395565503, + "loss": 5.32, + "mean_token_accuracy": 0.17947770953178405, + "num_tokens": 20696012.0, + "step": 11930 + }, + { + "entropy": 5.526535320281982, + "epoch": 0.9286131102898268, + "grad_norm": 1.0546875, + "learning_rate": 0.0004918861653898113, + "loss": 5.2179, + "mean_token_accuracy": 0.18061475604772567, + "num_tokens": 20704135.0, + "step": 11935 + }, + { + "entropy": 5.7018050193786625, + "epoch": 0.9290021396615444, + "grad_norm": 1.0625, + "learning_rate": 0.0004918787879321701, + "loss": 5.2653, + "mean_token_accuracy": 0.17573553174734116, + "num_tokens": 20712529.0, + "step": 11940 + }, + { + "entropy": 5.510839605331421, + "epoch": 0.929391169033262, + "grad_norm": 0.984375, + "learning_rate": 0.0004918714071837384, + "loss": 5.0753, + "mean_token_accuracy": 0.19329824149608613, + "num_tokens": 20721079.0, + "step": 11945 + }, + { + "entropy": 5.610809326171875, + "epoch": 0.9297801984049796, + "grad_norm": 0.91796875, + "learning_rate": 0.0004918640231446282, + "loss": 5.2946, + "mean_token_accuracy": 0.17206631004810333, + "num_tokens": 20730079.0, + "step": 11950 + }, + { + "entropy": 5.698930644989014, + "epoch": 0.9301692277766972, + "grad_norm": 1.03125, + "learning_rate": 0.0004918566358149517, + "loss": 5.3414, + "mean_token_accuracy": 0.1813660055398941, + "num_tokens": 20738200.0, + "step": 11955 + }, + { + "entropy": 5.581767606735229, + "epoch": 0.9305582571484147, + "grad_norm": 1.0390625, + "learning_rate": 0.000491849245194821, + "loss": 5.2213, + "mean_token_accuracy": 0.1870812341570854, + "num_tokens": 20746663.0, + "step": 11960 + }, + { + "entropy": 5.6375360012054445, + "epoch": 0.9309472865201323, + "grad_norm": 1.0546875, + "learning_rate": 0.0004918418512843479, + "loss": 5.3502, + "mean_token_accuracy": 0.17328599691390992, + "num_tokens": 20755990.0, + "step": 11965 + }, + { + "entropy": 5.645804738998413, + "epoch": 0.9313363158918498, + "grad_norm": 1.015625, + "learning_rate": 0.0004918344540836451, + "loss": 5.2362, + "mean_token_accuracy": 0.18012375235557557, + "num_tokens": 20764985.0, + "step": 11970 + }, + { + "entropy": 5.606154727935791, + "epoch": 0.9317253452635674, + "grad_norm": 0.9765625, + "learning_rate": 0.0004918270535928244, + "loss": 5.245, + "mean_token_accuracy": 0.18128650337457658, + "num_tokens": 20773415.0, + "step": 11975 + }, + { + "entropy": 5.61369948387146, + "epoch": 0.932114374635285, + "grad_norm": 0.97265625, + "learning_rate": 0.0004918196498119984, + "loss": 5.2933, + "mean_token_accuracy": 0.17900804430246353, + "num_tokens": 20782611.0, + "step": 11980 + }, + { + "entropy": 5.704798841476441, + "epoch": 0.9325034040070025, + "grad_norm": 0.99609375, + "learning_rate": 0.0004918122427412793, + "loss": 5.3491, + "mean_token_accuracy": 0.1748548462986946, + "num_tokens": 20790859.0, + "step": 11985 + }, + { + "entropy": 5.64494743347168, + "epoch": 0.9328924333787201, + "grad_norm": 1.140625, + "learning_rate": 0.0004918048323807795, + "loss": 5.239, + "mean_token_accuracy": 0.1794994965195656, + "num_tokens": 20798994.0, + "step": 11990 + }, + { + "entropy": 5.607227230072022, + "epoch": 0.9332814627504377, + "grad_norm": 1.0, + "learning_rate": 0.0004917974187306114, + "loss": 5.177, + "mean_token_accuracy": 0.18525816947221757, + "num_tokens": 20807343.0, + "step": 11995 + }, + { + "entropy": 5.60746660232544, + "epoch": 0.9336704921221552, + "grad_norm": 0.97265625, + "learning_rate": 0.0004917900017908875, + "loss": 5.1903, + "mean_token_accuracy": 0.19049548953771592, + "num_tokens": 20815703.0, + "step": 12000 + }, + { + "epoch": 0.9336704921221552, + "eval_entropy": 5.3896784943956035, + "eval_loss": 5.264824867248535, + "eval_mean_token_accuracy": 0.18968257541491276, + "eval_num_tokens": 20815703.0, + "eval_runtime": 21.9373, + "eval_samples_per_second": 1894.398, + "eval_steps_per_second": 236.811, + "step": 12000 + }, + { + "entropy": 5.583169889450073, + "epoch": 0.9340595214938728, + "grad_norm": 0.99609375, + "learning_rate": 0.0004917825815617205, + "loss": 5.1925, + "mean_token_accuracy": 0.18518667817115783, + "num_tokens": 20823901.0, + "step": 12005 + }, + { + "entropy": 5.641374206542968, + "epoch": 0.9344485508655903, + "grad_norm": 1.03125, + "learning_rate": 0.0004917751580432229, + "loss": 5.3362, + "mean_token_accuracy": 0.17534603774547577, + "num_tokens": 20832933.0, + "step": 12010 + }, + { + "entropy": 5.637320470809937, + "epoch": 0.9348375802373079, + "grad_norm": 1.0625, + "learning_rate": 0.0004917677312355072, + "loss": 5.1837, + "mean_token_accuracy": 0.1886337161064148, + "num_tokens": 20841090.0, + "step": 12015 + }, + { + "entropy": 5.6094340801239015, + "epoch": 0.9352266096090255, + "grad_norm": 1.078125, + "learning_rate": 0.0004917603011386863, + "loss": 5.2339, + "mean_token_accuracy": 0.17997863590717317, + "num_tokens": 20848705.0, + "step": 12020 + }, + { + "entropy": 5.602412700653076, + "epoch": 0.9356156389807431, + "grad_norm": 1.0390625, + "learning_rate": 0.0004917528677528727, + "loss": 5.2504, + "mean_token_accuracy": 0.1797119289636612, + "num_tokens": 20857149.0, + "step": 12025 + }, + { + "entropy": 5.64778094291687, + "epoch": 0.9360046683524607, + "grad_norm": 1.0390625, + "learning_rate": 0.0004917454310781795, + "loss": 5.3143, + "mean_token_accuracy": 0.17925187051296235, + "num_tokens": 20866035.0, + "step": 12030 + }, + { + "entropy": 5.584914970397949, + "epoch": 0.9363936977241781, + "grad_norm": 0.984375, + "learning_rate": 0.0004917379911147193, + "loss": 5.2176, + "mean_token_accuracy": 0.18481588512659072, + "num_tokens": 20874590.0, + "step": 12035 + }, + { + "entropy": 5.645301246643067, + "epoch": 0.9367827270958957, + "grad_norm": 0.9765625, + "learning_rate": 0.0004917305478626049, + "loss": 5.247, + "mean_token_accuracy": 0.18532391041517257, + "num_tokens": 20883872.0, + "step": 12040 + }, + { + "entropy": 5.573116588592529, + "epoch": 0.9371717564676133, + "grad_norm": 1.015625, + "learning_rate": 0.0004917231013219495, + "loss": 5.1581, + "mean_token_accuracy": 0.19041062742471696, + "num_tokens": 20892515.0, + "step": 12045 + }, + { + "entropy": 5.572106790542603, + "epoch": 0.9375607858393309, + "grad_norm": 1.0078125, + "learning_rate": 0.000491715651492866, + "loss": 5.2683, + "mean_token_accuracy": 0.18529079705476761, + "num_tokens": 20901337.0, + "step": 12050 + }, + { + "entropy": 5.56412444114685, + "epoch": 0.9379498152110485, + "grad_norm": 0.97265625, + "learning_rate": 0.0004917081983754675, + "loss": 5.2668, + "mean_token_accuracy": 0.18281727582216262, + "num_tokens": 20910034.0, + "step": 12055 + }, + { + "entropy": 5.658598518371582, + "epoch": 0.938338844582766, + "grad_norm": 1.046875, + "learning_rate": 0.0004917007419698669, + "loss": 5.2722, + "mean_token_accuracy": 0.1820901170372963, + "num_tokens": 20918832.0, + "step": 12060 + }, + { + "entropy": 5.5426750659942625, + "epoch": 0.9387278739544835, + "grad_norm": 1.0, + "learning_rate": 0.0004916932822761776, + "loss": 5.1012, + "mean_token_accuracy": 0.1922168716788292, + "num_tokens": 20927734.0, + "step": 12065 + }, + { + "entropy": 5.578409337997437, + "epoch": 0.9391169033262011, + "grad_norm": 1.0703125, + "learning_rate": 0.0004916858192945126, + "loss": 5.1534, + "mean_token_accuracy": 0.18865771144628524, + "num_tokens": 20935888.0, + "step": 12070 + }, + { + "entropy": 5.5406920433044435, + "epoch": 0.9395059326979187, + "grad_norm": 1.046875, + "learning_rate": 0.0004916783530249852, + "loss": 5.1375, + "mean_token_accuracy": 0.18799690753221512, + "num_tokens": 20944577.0, + "step": 12075 + }, + { + "entropy": 5.593089532852173, + "epoch": 0.9398949620696363, + "grad_norm": 1.0, + "learning_rate": 0.0004916708834677086, + "loss": 5.2476, + "mean_token_accuracy": 0.1828228309750557, + "num_tokens": 20952527.0, + "step": 12080 + }, + { + "entropy": 5.661307716369629, + "epoch": 0.9402839914413538, + "grad_norm": 1.0078125, + "learning_rate": 0.0004916634106227962, + "loss": 5.3007, + "mean_token_accuracy": 0.17852527946233748, + "num_tokens": 20961882.0, + "step": 12085 + }, + { + "entropy": 5.672466993331909, + "epoch": 0.9406730208130714, + "grad_norm": 1.015625, + "learning_rate": 0.0004916559344903614, + "loss": 5.3626, + "mean_token_accuracy": 0.1867093950510025, + "num_tokens": 20970782.0, + "step": 12090 + }, + { + "entropy": 5.624555063247681, + "epoch": 0.941062050184789, + "grad_norm": 1.046875, + "learning_rate": 0.0004916484550705176, + "loss": 5.2797, + "mean_token_accuracy": 0.17944707423448564, + "num_tokens": 20979927.0, + "step": 12095 + }, + { + "entropy": 5.583135080337525, + "epoch": 0.9414510795565065, + "grad_norm": 0.984375, + "learning_rate": 0.0004916409723633785, + "loss": 5.1805, + "mean_token_accuracy": 0.18755750358104706, + "num_tokens": 20988626.0, + "step": 12100 + }, + { + "entropy": 5.622946739196777, + "epoch": 0.9418401089282241, + "grad_norm": 1.0625, + "learning_rate": 0.0004916334863690573, + "loss": 5.3048, + "mean_token_accuracy": 0.17349866926670074, + "num_tokens": 20997065.0, + "step": 12105 + }, + { + "entropy": 5.501468133926392, + "epoch": 0.9422291382999416, + "grad_norm": 1.03125, + "learning_rate": 0.0004916259970876678, + "loss": 5.0644, + "mean_token_accuracy": 0.18344953209161757, + "num_tokens": 21005611.0, + "step": 12110 + }, + { + "entropy": 5.48983907699585, + "epoch": 0.9426181676716592, + "grad_norm": 1.0078125, + "learning_rate": 0.0004916185045193237, + "loss": 5.0823, + "mean_token_accuracy": 0.19279682785272598, + "num_tokens": 21014162.0, + "step": 12115 + }, + { + "entropy": 5.558484888076782, + "epoch": 0.9430071970433768, + "grad_norm": 1.1484375, + "learning_rate": 0.0004916110086641384, + "loss": 5.295, + "mean_token_accuracy": 0.17456320077180862, + "num_tokens": 21022780.0, + "step": 12120 + }, + { + "entropy": 5.614137506484985, + "epoch": 0.9433962264150944, + "grad_norm": 0.98828125, + "learning_rate": 0.0004916035095222259, + "loss": 5.2127, + "mean_token_accuracy": 0.1844491571187973, + "num_tokens": 21031101.0, + "step": 12125 + }, + { + "entropy": 5.524978303909302, + "epoch": 0.9437852557868119, + "grad_norm": 0.984375, + "learning_rate": 0.0004915960070936999, + "loss": 5.1248, + "mean_token_accuracy": 0.1875321552157402, + "num_tokens": 21040212.0, + "step": 12130 + }, + { + "entropy": 5.585176706314087, + "epoch": 0.9441742851585294, + "grad_norm": 0.9765625, + "learning_rate": 0.0004915885013786742, + "loss": 5.1636, + "mean_token_accuracy": 0.1875196099281311, + "num_tokens": 21048643.0, + "step": 12135 + }, + { + "entropy": 5.609234142303467, + "epoch": 0.944563314530247, + "grad_norm": 1.0859375, + "learning_rate": 0.0004915809923772628, + "loss": 5.2397, + "mean_token_accuracy": 0.1813046246767044, + "num_tokens": 21057070.0, + "step": 12140 + }, + { + "entropy": 5.5836845397949215, + "epoch": 0.9449523439019646, + "grad_norm": 1.0703125, + "learning_rate": 0.0004915734800895796, + "loss": 5.2214, + "mean_token_accuracy": 0.1811341568827629, + "num_tokens": 21065102.0, + "step": 12145 + }, + { + "entropy": 5.607499456405639, + "epoch": 0.9453413732736822, + "grad_norm": 1.078125, + "learning_rate": 0.0004915659645157383, + "loss": 5.3302, + "mean_token_accuracy": 0.17759811878204346, + "num_tokens": 21073968.0, + "step": 12150 + }, + { + "entropy": 5.683849096298218, + "epoch": 0.9457304026453998, + "grad_norm": 1.03125, + "learning_rate": 0.0004915584456558535, + "loss": 5.3716, + "mean_token_accuracy": 0.17545211911201478, + "num_tokens": 21083363.0, + "step": 12155 + }, + { + "entropy": 5.676057910919189, + "epoch": 0.9461194320171173, + "grad_norm": 1.0390625, + "learning_rate": 0.0004915509235100388, + "loss": 5.351, + "mean_token_accuracy": 0.1754190966486931, + "num_tokens": 21091691.0, + "step": 12160 + }, + { + "entropy": 5.576941871643067, + "epoch": 0.9465084613888348, + "grad_norm": 0.96484375, + "learning_rate": 0.0004915433980784086, + "loss": 5.1664, + "mean_token_accuracy": 0.18265788853168488, + "num_tokens": 21100512.0, + "step": 12165 + }, + { + "entropy": 5.568375778198242, + "epoch": 0.9468974907605524, + "grad_norm": 1.03125, + "learning_rate": 0.0004915358693610769, + "loss": 5.2658, + "mean_token_accuracy": 0.1882277935743332, + "num_tokens": 21109658.0, + "step": 12170 + }, + { + "entropy": 5.537218141555786, + "epoch": 0.94728652013227, + "grad_norm": 1.0859375, + "learning_rate": 0.0004915283373581581, + "loss": 5.2144, + "mean_token_accuracy": 0.18652908205986024, + "num_tokens": 21118710.0, + "step": 12175 + }, + { + "entropy": 5.586006116867066, + "epoch": 0.9476755495039876, + "grad_norm": 1.0078125, + "learning_rate": 0.0004915208020697664, + "loss": 5.1863, + "mean_token_accuracy": 0.19094460010528563, + "num_tokens": 21127672.0, + "step": 12180 + }, + { + "entropy": 5.702041292190552, + "epoch": 0.9480645788757052, + "grad_norm": 1.078125, + "learning_rate": 0.0004915132634960162, + "loss": 5.3504, + "mean_token_accuracy": 0.17117201834917067, + "num_tokens": 21135688.0, + "step": 12185 + }, + { + "entropy": 5.657251453399658, + "epoch": 0.9484536082474226, + "grad_norm": 1.0546875, + "learning_rate": 0.0004915057216370218, + "loss": 5.2062, + "mean_token_accuracy": 0.18658788055181502, + "num_tokens": 21143557.0, + "step": 12190 + }, + { + "entropy": 5.574233722686768, + "epoch": 0.9488426376191402, + "grad_norm": 1.046875, + "learning_rate": 0.0004914981764928977, + "loss": 5.2663, + "mean_token_accuracy": 0.18160934895277023, + "num_tokens": 21152056.0, + "step": 12195 + }, + { + "entropy": 5.557350587844849, + "epoch": 0.9492316669908578, + "grad_norm": 1.0234375, + "learning_rate": 0.0004914906280637584, + "loss": 5.2114, + "mean_token_accuracy": 0.18194835335016252, + "num_tokens": 21160590.0, + "step": 12200 + }, + { + "entropy": 5.605618667602539, + "epoch": 0.9496206963625754, + "grad_norm": 1.0390625, + "learning_rate": 0.0004914830763497183, + "loss": 5.2979, + "mean_token_accuracy": 0.1701124683022499, + "num_tokens": 21169333.0, + "step": 12205 + }, + { + "entropy": 5.565174388885498, + "epoch": 0.950009725734293, + "grad_norm": 1.046875, + "learning_rate": 0.0004914755213508922, + "loss": 5.0605, + "mean_token_accuracy": 0.1936322882771492, + "num_tokens": 21178222.0, + "step": 12210 + }, + { + "entropy": 5.53152027130127, + "epoch": 0.9503987551060105, + "grad_norm": 1.0859375, + "learning_rate": 0.0004914679630673945, + "loss": 5.1146, + "mean_token_accuracy": 0.19035907983779907, + "num_tokens": 21187029.0, + "step": 12215 + }, + { + "entropy": 5.654631853103638, + "epoch": 0.950787784477728, + "grad_norm": 1.0546875, + "learning_rate": 0.0004914604014993401, + "loss": 5.2644, + "mean_token_accuracy": 0.18189726918935775, + "num_tokens": 21195994.0, + "step": 12220 + }, + { + "entropy": 5.583175420761108, + "epoch": 0.9511768138494456, + "grad_norm": 0.96875, + "learning_rate": 0.0004914528366468436, + "loss": 5.221, + "mean_token_accuracy": 0.17991271018981933, + "num_tokens": 21204534.0, + "step": 12225 + }, + { + "entropy": 5.5227631568908695, + "epoch": 0.9515658432211632, + "grad_norm": 1.078125, + "learning_rate": 0.0004914452685100199, + "loss": 5.0861, + "mean_token_accuracy": 0.2030430793762207, + "num_tokens": 21212852.0, + "step": 12230 + }, + { + "entropy": 5.626411104202271, + "epoch": 0.9519548725928808, + "grad_norm": 1.0234375, + "learning_rate": 0.0004914376970889836, + "loss": 5.284, + "mean_token_accuracy": 0.1741216704249382, + "num_tokens": 21221040.0, + "step": 12235 + }, + { + "entropy": 5.5860559940338135, + "epoch": 0.9523439019645983, + "grad_norm": 0.9921875, + "learning_rate": 0.0004914301223838497, + "loss": 5.1018, + "mean_token_accuracy": 0.185903637111187, + "num_tokens": 21230227.0, + "step": 12240 + }, + { + "entropy": 5.609075689315796, + "epoch": 0.9527329313363159, + "grad_norm": 1.0859375, + "learning_rate": 0.0004914225443947334, + "loss": 5.3189, + "mean_token_accuracy": 0.17036785185337067, + "num_tokens": 21238496.0, + "step": 12245 + }, + { + "entropy": 5.552881145477295, + "epoch": 0.9531219607080335, + "grad_norm": 1.0625, + "learning_rate": 0.0004914149631217494, + "loss": 5.19, + "mean_token_accuracy": 0.1841885045170784, + "num_tokens": 21246806.0, + "step": 12250 + }, + { + "entropy": 5.58248929977417, + "epoch": 0.953510990079751, + "grad_norm": 0.98828125, + "learning_rate": 0.0004914073785650127, + "loss": 5.1832, + "mean_token_accuracy": 0.18029629290103913, + "num_tokens": 21255841.0, + "step": 12255 + }, + { + "entropy": 5.64267110824585, + "epoch": 0.9539000194514686, + "grad_norm": 0.984375, + "learning_rate": 0.0004913997907246385, + "loss": 5.2268, + "mean_token_accuracy": 0.17997109442949294, + "num_tokens": 21264823.0, + "step": 12260 + }, + { + "entropy": 5.571159744262696, + "epoch": 0.9542890488231861, + "grad_norm": 0.96875, + "learning_rate": 0.000491392199600742, + "loss": 5.2382, + "mean_token_accuracy": 0.18456933945417403, + "num_tokens": 21273382.0, + "step": 12265 + }, + { + "entropy": 5.564414310455322, + "epoch": 0.9546780781949037, + "grad_norm": 1.03125, + "learning_rate": 0.0004913846051934382, + "loss": 5.2518, + "mean_token_accuracy": 0.18150453120470048, + "num_tokens": 21282216.0, + "step": 12270 + }, + { + "entropy": 5.600393772125244, + "epoch": 0.9550671075666213, + "grad_norm": 1.078125, + "learning_rate": 0.0004913770075028425, + "loss": 5.2271, + "mean_token_accuracy": 0.18108017444610597, + "num_tokens": 21290208.0, + "step": 12275 + }, + { + "entropy": 5.65489387512207, + "epoch": 0.9554561369383389, + "grad_norm": 1.109375, + "learning_rate": 0.0004913694065290701, + "loss": 5.2981, + "mean_token_accuracy": 0.17766856104135514, + "num_tokens": 21298864.0, + "step": 12280 + }, + { + "entropy": 5.504080104827881, + "epoch": 0.9558451663100564, + "grad_norm": 0.99609375, + "learning_rate": 0.0004913618022722363, + "loss": 5.143, + "mean_token_accuracy": 0.18943116813898087, + "num_tokens": 21307484.0, + "step": 12285 + }, + { + "entropy": 5.570166444778442, + "epoch": 0.9562341956817739, + "grad_norm": 1.0703125, + "learning_rate": 0.0004913541947324566, + "loss": 5.223, + "mean_token_accuracy": 0.1847920835018158, + "num_tokens": 21316160.0, + "step": 12290 + }, + { + "entropy": 5.558582973480225, + "epoch": 0.9566232250534915, + "grad_norm": 1.0546875, + "learning_rate": 0.0004913465839098463, + "loss": 5.1196, + "mean_token_accuracy": 0.184456966817379, + "num_tokens": 21324777.0, + "step": 12295 + }, + { + "entropy": 5.630505561828613, + "epoch": 0.9570122544252091, + "grad_norm": 1.0546875, + "learning_rate": 0.0004913389698045209, + "loss": 5.2376, + "mean_token_accuracy": 0.18676071763038635, + "num_tokens": 21332994.0, + "step": 12300 + }, + { + "entropy": 5.537886762619019, + "epoch": 0.9574012837969267, + "grad_norm": 0.97265625, + "learning_rate": 0.000491331352416596, + "loss": 5.1704, + "mean_token_accuracy": 0.1865636870265007, + "num_tokens": 21341457.0, + "step": 12305 + }, + { + "entropy": 5.6025646209716795, + "epoch": 0.9577903131686443, + "grad_norm": 1.015625, + "learning_rate": 0.0004913237317461872, + "loss": 5.2195, + "mean_token_accuracy": 0.18040085583925247, + "num_tokens": 21349487.0, + "step": 12310 + }, + { + "entropy": 5.557511234283448, + "epoch": 0.9581793425403617, + "grad_norm": 0.96484375, + "learning_rate": 0.00049131610779341, + "loss": 5.241, + "mean_token_accuracy": 0.17686639875173568, + "num_tokens": 21358411.0, + "step": 12315 + }, + { + "entropy": 5.642136001586914, + "epoch": 0.9585683719120793, + "grad_norm": 1.046875, + "learning_rate": 0.0004913084805583803, + "loss": 5.2888, + "mean_token_accuracy": 0.1789368972182274, + "num_tokens": 21367257.0, + "step": 12320 + }, + { + "entropy": 5.656202602386474, + "epoch": 0.9589574012837969, + "grad_norm": 1.0625, + "learning_rate": 0.0004913008500412136, + "loss": 5.3043, + "mean_token_accuracy": 0.17675732672214509, + "num_tokens": 21376361.0, + "step": 12325 + }, + { + "entropy": 5.656566905975342, + "epoch": 0.9593464306555145, + "grad_norm": 1.0234375, + "learning_rate": 0.0004912932162420259, + "loss": 5.2724, + "mean_token_accuracy": 0.17569701075553895, + "num_tokens": 21384658.0, + "step": 12330 + }, + { + "entropy": 5.543624687194824, + "epoch": 0.9597354600272321, + "grad_norm": 1.0703125, + "learning_rate": 0.0004912855791609327, + "loss": 5.1607, + "mean_token_accuracy": 0.1846943661570549, + "num_tokens": 21393390.0, + "step": 12335 + }, + { + "entropy": 5.609945487976074, + "epoch": 0.9601244893989496, + "grad_norm": 1.0546875, + "learning_rate": 0.0004912779387980502, + "loss": 5.2701, + "mean_token_accuracy": 0.18041532188653947, + "num_tokens": 21401591.0, + "step": 12340 + }, + { + "entropy": 5.48599066734314, + "epoch": 0.9605135187706672, + "grad_norm": 1.0390625, + "learning_rate": 0.0004912702951534942, + "loss": 5.0574, + "mean_token_accuracy": 0.19386948347091676, + "num_tokens": 21409933.0, + "step": 12345 + }, + { + "entropy": 5.62300181388855, + "epoch": 0.9609025481423847, + "grad_norm": 0.9765625, + "learning_rate": 0.0004912626482273809, + "loss": 5.1474, + "mean_token_accuracy": 0.17974342107772828, + "num_tokens": 21418665.0, + "step": 12350 + }, + { + "entropy": 5.618942308425903, + "epoch": 0.9612915775141023, + "grad_norm": 1.03125, + "learning_rate": 0.0004912549980198258, + "loss": 5.3189, + "mean_token_accuracy": 0.17658073604106903, + "num_tokens": 21427532.0, + "step": 12355 + }, + { + "entropy": 5.6833947658538815, + "epoch": 0.9616806068858199, + "grad_norm": 1.140625, + "learning_rate": 0.0004912473445309455, + "loss": 5.2495, + "mean_token_accuracy": 0.1815730407834053, + "num_tokens": 21436101.0, + "step": 12360 + }, + { + "entropy": 5.644528341293335, + "epoch": 0.9620696362575375, + "grad_norm": 0.97265625, + "learning_rate": 0.000491239687760856, + "loss": 5.2026, + "mean_token_accuracy": 0.18769516795873642, + "num_tokens": 21444905.0, + "step": 12365 + }, + { + "entropy": 5.652019023895264, + "epoch": 0.962458665629255, + "grad_norm": 1.0703125, + "learning_rate": 0.0004912320277096732, + "loss": 5.323, + "mean_token_accuracy": 0.17383045852184295, + "num_tokens": 21453498.0, + "step": 12370 + }, + { + "entropy": 5.6064688205719, + "epoch": 0.9628476950009726, + "grad_norm": 0.9609375, + "learning_rate": 0.0004912243643775137, + "loss": 5.2194, + "mean_token_accuracy": 0.1878866970539093, + "num_tokens": 21461884.0, + "step": 12375 + }, + { + "entropy": 5.540044736862183, + "epoch": 0.9632367243726901, + "grad_norm": 1.046875, + "learning_rate": 0.0004912166977644936, + "loss": 5.084, + "mean_token_accuracy": 0.19446579217910767, + "num_tokens": 21469694.0, + "step": 12380 + }, + { + "entropy": 5.577595233917236, + "epoch": 0.9636257537444077, + "grad_norm": 1.0078125, + "learning_rate": 0.0004912090278707293, + "loss": 5.2518, + "mean_token_accuracy": 0.18510165959596633, + "num_tokens": 21478988.0, + "step": 12385 + }, + { + "entropy": 5.693431043624878, + "epoch": 0.9640147831161253, + "grad_norm": 0.984375, + "learning_rate": 0.000491201354696337, + "loss": 5.3042, + "mean_token_accuracy": 0.18544071912765503, + "num_tokens": 21488336.0, + "step": 12390 + }, + { + "entropy": 5.595352077484131, + "epoch": 0.9644038124878428, + "grad_norm": 0.98828125, + "learning_rate": 0.0004911936782414334, + "loss": 5.2434, + "mean_token_accuracy": 0.18816352188587188, + "num_tokens": 21496792.0, + "step": 12395 + }, + { + "entropy": 5.5660176277160645, + "epoch": 0.9647928418595604, + "grad_norm": 0.9609375, + "learning_rate": 0.0004911859985061348, + "loss": 5.2502, + "mean_token_accuracy": 0.1746572181582451, + "num_tokens": 21505796.0, + "step": 12400 + }, + { + "entropy": 5.567605304718017, + "epoch": 0.965181871231278, + "grad_norm": 1.0078125, + "learning_rate": 0.0004911783154905577, + "loss": 5.2238, + "mean_token_accuracy": 0.18408367931842803, + "num_tokens": 21514904.0, + "step": 12405 + }, + { + "entropy": 5.6637282371521, + "epoch": 0.9655709006029956, + "grad_norm": 1.1015625, + "learning_rate": 0.0004911706291948188, + "loss": 5.3967, + "mean_token_accuracy": 0.17643620818853378, + "num_tokens": 21524231.0, + "step": 12410 + }, + { + "entropy": 5.618613576889038, + "epoch": 0.9659599299747131, + "grad_norm": 1.0546875, + "learning_rate": 0.0004911629396190348, + "loss": 5.1973, + "mean_token_accuracy": 0.18547855764627458, + "num_tokens": 21532852.0, + "step": 12415 + }, + { + "entropy": 5.647585773468018, + "epoch": 0.9663489593464306, + "grad_norm": 1.03125, + "learning_rate": 0.0004911552467633221, + "loss": 5.251, + "mean_token_accuracy": 0.18345946967601776, + "num_tokens": 21542562.0, + "step": 12420 + }, + { + "entropy": 5.5996910572052006, + "epoch": 0.9667379887181482, + "grad_norm": 1.0546875, + "learning_rate": 0.0004911475506277976, + "loss": 5.2679, + "mean_token_accuracy": 0.17577198445796965, + "num_tokens": 21551503.0, + "step": 12425 + }, + { + "entropy": 5.548960638046265, + "epoch": 0.9671270180898658, + "grad_norm": 1.0078125, + "learning_rate": 0.000491139851212578, + "loss": 5.0629, + "mean_token_accuracy": 0.20138172507286073, + "num_tokens": 21560712.0, + "step": 12430 + }, + { + "entropy": 5.558239698410034, + "epoch": 0.9675160474615834, + "grad_norm": 1.0078125, + "learning_rate": 0.0004911321485177802, + "loss": 5.1425, + "mean_token_accuracy": 0.18708588629961015, + "num_tokens": 21569811.0, + "step": 12435 + }, + { + "entropy": 5.54206805229187, + "epoch": 0.967905076833301, + "grad_norm": 1.0546875, + "learning_rate": 0.0004911244425435212, + "loss": 5.2453, + "mean_token_accuracy": 0.18023793548345565, + "num_tokens": 21578423.0, + "step": 12440 + }, + { + "entropy": 5.608866500854492, + "epoch": 0.9682941062050184, + "grad_norm": 0.97265625, + "learning_rate": 0.0004911167332899176, + "loss": 5.2107, + "mean_token_accuracy": 0.18420682698488236, + "num_tokens": 21587509.0, + "step": 12445 + }, + { + "entropy": 5.631882286071777, + "epoch": 0.968683135576736, + "grad_norm": 1.0546875, + "learning_rate": 0.0004911090207570867, + "loss": 5.2152, + "mean_token_accuracy": 0.19091933071613312, + "num_tokens": 21596054.0, + "step": 12450 + }, + { + "entropy": 5.634443616867065, + "epoch": 0.9690721649484536, + "grad_norm": 1.0, + "learning_rate": 0.0004911013049451453, + "loss": 5.2516, + "mean_token_accuracy": 0.18128117471933364, + "num_tokens": 21604872.0, + "step": 12455 + }, + { + "entropy": 5.641137886047363, + "epoch": 0.9694611943201712, + "grad_norm": 0.953125, + "learning_rate": 0.0004910935858542106, + "loss": 5.2761, + "mean_token_accuracy": 0.17965134233236313, + "num_tokens": 21613773.0, + "step": 12460 + }, + { + "entropy": 5.523221731185913, + "epoch": 0.9698502236918888, + "grad_norm": 1.0546875, + "learning_rate": 0.0004910858634843997, + "loss": 5.1311, + "mean_token_accuracy": 0.18880385905504227, + "num_tokens": 21622071.0, + "step": 12465 + }, + { + "entropy": 5.577891254425049, + "epoch": 0.9702392530636063, + "grad_norm": 0.97265625, + "learning_rate": 0.0004910781378358297, + "loss": 5.1364, + "mean_token_accuracy": 0.19123834371566772, + "num_tokens": 21630698.0, + "step": 12470 + }, + { + "entropy": 5.628603124618531, + "epoch": 0.9706282824353238, + "grad_norm": 1.0859375, + "learning_rate": 0.0004910704089086178, + "loss": 5.2257, + "mean_token_accuracy": 0.18679302036762238, + "num_tokens": 21638446.0, + "step": 12475 + }, + { + "entropy": 5.577108097076416, + "epoch": 0.9710173118070414, + "grad_norm": 0.99609375, + "learning_rate": 0.0004910626767028815, + "loss": 5.2295, + "mean_token_accuracy": 0.18346646875143052, + "num_tokens": 21647214.0, + "step": 12480 + }, + { + "entropy": 5.651311159133911, + "epoch": 0.971406341178759, + "grad_norm": 1.1015625, + "learning_rate": 0.0004910549412187379, + "loss": 5.342, + "mean_token_accuracy": 0.17598253339529038, + "num_tokens": 21656047.0, + "step": 12485 + }, + { + "entropy": 5.654293251037598, + "epoch": 0.9717953705504766, + "grad_norm": 1.0546875, + "learning_rate": 0.0004910472024563045, + "loss": 5.2541, + "mean_token_accuracy": 0.18176082223653794, + "num_tokens": 21664374.0, + "step": 12490 + }, + { + "entropy": 5.659421443939209, + "epoch": 0.9721843999221941, + "grad_norm": 1.046875, + "learning_rate": 0.0004910394604156987, + "loss": 5.2476, + "mean_token_accuracy": 0.17593542188405992, + "num_tokens": 21673334.0, + "step": 12495 + }, + { + "entropy": 5.604319715499878, + "epoch": 0.9725734292939117, + "grad_norm": 1.0546875, + "learning_rate": 0.0004910317150970379, + "loss": 5.1764, + "mean_token_accuracy": 0.18899326473474504, + "num_tokens": 21681392.0, + "step": 12500 + }, + { + "entropy": 5.626238298416138, + "epoch": 0.9729624586656292, + "grad_norm": 1.0390625, + "learning_rate": 0.0004910239665004397, + "loss": 5.1795, + "mean_token_accuracy": 0.18352313786745073, + "num_tokens": 21690039.0, + "step": 12505 + }, + { + "entropy": 5.569156312942505, + "epoch": 0.9733514880373468, + "grad_norm": 0.9921875, + "learning_rate": 0.0004910162146260216, + "loss": 5.1649, + "mean_token_accuracy": 0.18724043071269988, + "num_tokens": 21699006.0, + "step": 12510 + }, + { + "entropy": 5.55977053642273, + "epoch": 0.9737405174090644, + "grad_norm": 1.1015625, + "learning_rate": 0.0004910084594739013, + "loss": 5.1667, + "mean_token_accuracy": 0.1839965835213661, + "num_tokens": 21707730.0, + "step": 12515 + }, + { + "entropy": 5.578945159912109, + "epoch": 0.9741295467807819, + "grad_norm": 1.015625, + "learning_rate": 0.0004910007010441964, + "loss": 5.2308, + "mean_token_accuracy": 0.18504721969366072, + "num_tokens": 21715671.0, + "step": 12520 + }, + { + "entropy": 5.638676452636719, + "epoch": 0.9745185761524995, + "grad_norm": 1.09375, + "learning_rate": 0.0004909929393370248, + "loss": 5.2841, + "mean_token_accuracy": 0.18192677050828934, + "num_tokens": 21724000.0, + "step": 12525 + }, + { + "entropy": 5.695580005645752, + "epoch": 0.9749076055242171, + "grad_norm": 1.0390625, + "learning_rate": 0.0004909851743525041, + "loss": 5.312, + "mean_token_accuracy": 0.17545198053121566, + "num_tokens": 21732915.0, + "step": 12530 + }, + { + "entropy": 5.740428924560547, + "epoch": 0.9752966348959347, + "grad_norm": 1.1015625, + "learning_rate": 0.000490977406090752, + "loss": 5.3987, + "mean_token_accuracy": 0.1716934248805046, + "num_tokens": 21742495.0, + "step": 12535 + }, + { + "entropy": 5.602468013763428, + "epoch": 0.9756856642676522, + "grad_norm": 1.0390625, + "learning_rate": 0.0004909696345518867, + "loss": 5.2138, + "mean_token_accuracy": 0.18084213733673096, + "num_tokens": 21751198.0, + "step": 12540 + }, + { + "entropy": 5.559356021881103, + "epoch": 0.9760746936393697, + "grad_norm": 0.984375, + "learning_rate": 0.0004909618597360258, + "loss": 5.249, + "mean_token_accuracy": 0.18761828988790513, + "num_tokens": 21759804.0, + "step": 12545 + }, + { + "entropy": 5.557950115203857, + "epoch": 0.9764637230110873, + "grad_norm": 0.96875, + "learning_rate": 0.0004909540816432876, + "loss": 5.1029, + "mean_token_accuracy": 0.19425600469112397, + "num_tokens": 21768541.0, + "step": 12550 + }, + { + "entropy": 5.566358184814453, + "epoch": 0.9768527523828049, + "grad_norm": 0.96484375, + "learning_rate": 0.0004909463002737897, + "loss": 5.1859, + "mean_token_accuracy": 0.18790603727102279, + "num_tokens": 21777909.0, + "step": 12555 + }, + { + "entropy": 5.602604675292969, + "epoch": 0.9772417817545225, + "grad_norm": 0.984375, + "learning_rate": 0.0004909385156276506, + "loss": 5.2587, + "mean_token_accuracy": 0.1829646795988083, + "num_tokens": 21786844.0, + "step": 12560 + }, + { + "entropy": 5.597381925582885, + "epoch": 0.9776308111262401, + "grad_norm": 1.109375, + "learning_rate": 0.0004909307277049881, + "loss": 5.1534, + "mean_token_accuracy": 0.18689706772565842, + "num_tokens": 21796157.0, + "step": 12565 + }, + { + "entropy": 5.580233383178711, + "epoch": 0.9780198404979576, + "grad_norm": 1.03125, + "learning_rate": 0.0004909229365059205, + "loss": 5.2415, + "mean_token_accuracy": 0.18115246146917344, + "num_tokens": 21804447.0, + "step": 12570 + }, + { + "entropy": 5.602530241012573, + "epoch": 0.9784088698696751, + "grad_norm": 1.0078125, + "learning_rate": 0.0004909151420305661, + "loss": 5.2834, + "mean_token_accuracy": 0.18119478076696396, + "num_tokens": 21813569.0, + "step": 12575 + }, + { + "entropy": 5.633618879318237, + "epoch": 0.9787978992413927, + "grad_norm": 0.98828125, + "learning_rate": 0.000490907344279043, + "loss": 5.2592, + "mean_token_accuracy": 0.18272932171821593, + "num_tokens": 21822194.0, + "step": 12580 + }, + { + "entropy": 5.617771244049072, + "epoch": 0.9791869286131103, + "grad_norm": 1.140625, + "learning_rate": 0.0004908995432514698, + "loss": 5.275, + "mean_token_accuracy": 0.17739814519882202, + "num_tokens": 21830012.0, + "step": 12585 + }, + { + "entropy": 5.534517812728882, + "epoch": 0.9795759579848279, + "grad_norm": 1.015625, + "learning_rate": 0.0004908917389479645, + "loss": 5.1879, + "mean_token_accuracy": 0.18948493748903275, + "num_tokens": 21838177.0, + "step": 12590 + }, + { + "entropy": 5.56129732131958, + "epoch": 0.9799649873565455, + "grad_norm": 1.03125, + "learning_rate": 0.0004908839313686456, + "loss": 5.2198, + "mean_token_accuracy": 0.18414570838212968, + "num_tokens": 21847005.0, + "step": 12595 + }, + { + "entropy": 5.624419212341309, + "epoch": 0.980354016728263, + "grad_norm": 1.046875, + "learning_rate": 0.0004908761205136319, + "loss": 5.14, + "mean_token_accuracy": 0.19001943171024321, + "num_tokens": 21854363.0, + "step": 12600 + }, + { + "entropy": 5.63373498916626, + "epoch": 0.9807430460999805, + "grad_norm": 1.0703125, + "learning_rate": 0.0004908683063830414, + "loss": 5.1804, + "mean_token_accuracy": 0.1875892013311386, + "num_tokens": 21862285.0, + "step": 12605 + }, + { + "entropy": 5.591938829421997, + "epoch": 0.9811320754716981, + "grad_norm": 1.109375, + "learning_rate": 0.0004908604889769932, + "loss": 5.2327, + "mean_token_accuracy": 0.19102044999599457, + "num_tokens": 21870632.0, + "step": 12610 + }, + { + "entropy": 5.658677387237549, + "epoch": 0.9815211048434157, + "grad_norm": 1.0625, + "learning_rate": 0.0004908526682956054, + "loss": 5.3502, + "mean_token_accuracy": 0.177334326505661, + "num_tokens": 21879251.0, + "step": 12615 + }, + { + "entropy": 5.5606114864349365, + "epoch": 0.9819101342151333, + "grad_norm": 1.078125, + "learning_rate": 0.0004908448443389972, + "loss": 5.1055, + "mean_token_accuracy": 0.1897992953658104, + "num_tokens": 21887582.0, + "step": 12620 + }, + { + "entropy": 5.597416019439697, + "epoch": 0.9822991635868508, + "grad_norm": 1.015625, + "learning_rate": 0.0004908370171072869, + "loss": 5.2062, + "mean_token_accuracy": 0.17558435797691346, + "num_tokens": 21896418.0, + "step": 12625 + }, + { + "entropy": 5.529640960693359, + "epoch": 0.9826881929585684, + "grad_norm": 0.94140625, + "learning_rate": 0.0004908291866005933, + "loss": 5.1496, + "mean_token_accuracy": 0.19030460119247436, + "num_tokens": 21905035.0, + "step": 12630 + }, + { + "entropy": 5.626996660232544, + "epoch": 0.9830772223302859, + "grad_norm": 1.03125, + "learning_rate": 0.0004908213528190355, + "loss": 5.1799, + "mean_token_accuracy": 0.1868615433573723, + "num_tokens": 21913858.0, + "step": 12635 + }, + { + "entropy": 5.634714412689209, + "epoch": 0.9834662517020035, + "grad_norm": 0.97265625, + "learning_rate": 0.0004908135157627321, + "loss": 5.249, + "mean_token_accuracy": 0.1857583150267601, + "num_tokens": 21922375.0, + "step": 12640 + }, + { + "entropy": 5.61425747871399, + "epoch": 0.9838552810737211, + "grad_norm": 1.03125, + "learning_rate": 0.0004908056754318022, + "loss": 5.2684, + "mean_token_accuracy": 0.1763870269060135, + "num_tokens": 21931216.0, + "step": 12645 + }, + { + "entropy": 5.6066888809204105, + "epoch": 0.9842443104454386, + "grad_norm": 1.046875, + "learning_rate": 0.0004907978318263646, + "loss": 5.2383, + "mean_token_accuracy": 0.17918936908245087, + "num_tokens": 21939683.0, + "step": 12650 + }, + { + "entropy": 5.64307975769043, + "epoch": 0.9846333398171562, + "grad_norm": 1.0234375, + "learning_rate": 0.0004907899849465383, + "loss": 5.2909, + "mean_token_accuracy": 0.17942149490118026, + "num_tokens": 21948288.0, + "step": 12655 + }, + { + "entropy": 5.5927740097045895, + "epoch": 0.9850223691888738, + "grad_norm": 0.96484375, + "learning_rate": 0.0004907821347924424, + "loss": 5.2135, + "mean_token_accuracy": 0.18517305105924606, + "num_tokens": 21957870.0, + "step": 12660 + }, + { + "entropy": 5.660380411148071, + "epoch": 0.9854113985605913, + "grad_norm": 1.09375, + "learning_rate": 0.0004907742813641963, + "loss": 5.2672, + "mean_token_accuracy": 0.18488100469112395, + "num_tokens": 21965844.0, + "step": 12665 + }, + { + "entropy": 5.5287841796875, + "epoch": 0.9858004279323089, + "grad_norm": 1.046875, + "learning_rate": 0.0004907664246619187, + "loss": 5.1708, + "mean_token_accuracy": 0.18302069753408431, + "num_tokens": 21974364.0, + "step": 12670 + }, + { + "entropy": 5.5361086368560795, + "epoch": 0.9861894573040264, + "grad_norm": 1.046875, + "learning_rate": 0.0004907585646857293, + "loss": 5.1215, + "mean_token_accuracy": 0.18727556020021438, + "num_tokens": 21982618.0, + "step": 12675 + }, + { + "entropy": 5.637356805801391, + "epoch": 0.986578486675744, + "grad_norm": 1.015625, + "learning_rate": 0.0004907507014357467, + "loss": 5.2657, + "mean_token_accuracy": 0.18253512680530548, + "num_tokens": 21991823.0, + "step": 12680 + }, + { + "entropy": 5.624183893203735, + "epoch": 0.9869675160474616, + "grad_norm": 1.046875, + "learning_rate": 0.0004907428349120909, + "loss": 5.1633, + "mean_token_accuracy": 0.18608306348323822, + "num_tokens": 22000773.0, + "step": 12685 + }, + { + "entropy": 5.648136377334595, + "epoch": 0.9873565454191792, + "grad_norm": 1.109375, + "learning_rate": 0.0004907349651148809, + "loss": 5.3301, + "mean_token_accuracy": 0.1794782117009163, + "num_tokens": 22009895.0, + "step": 12690 + }, + { + "entropy": 5.645132780075073, + "epoch": 0.9877455747908968, + "grad_norm": 1.0078125, + "learning_rate": 0.0004907270920442361, + "loss": 5.2548, + "mean_token_accuracy": 0.17928324788808822, + "num_tokens": 22017624.0, + "step": 12695 + }, + { + "entropy": 5.682351922988891, + "epoch": 0.9881346041626142, + "grad_norm": 0.98828125, + "learning_rate": 0.0004907192157002762, + "loss": 5.3674, + "mean_token_accuracy": 0.17530469000339508, + "num_tokens": 22026700.0, + "step": 12700 + }, + { + "entropy": 5.611384916305542, + "epoch": 0.9885236335343318, + "grad_norm": 1.03125, + "learning_rate": 0.0004907113360831204, + "loss": 5.2304, + "mean_token_accuracy": 0.19121413230895995, + "num_tokens": 22034623.0, + "step": 12705 + }, + { + "entropy": 5.579009962081909, + "epoch": 0.9889126629060494, + "grad_norm": 1.0078125, + "learning_rate": 0.0004907034531928886, + "loss": 5.2432, + "mean_token_accuracy": 0.18226948529481887, + "num_tokens": 22042871.0, + "step": 12710 + }, + { + "entropy": 5.546892499923706, + "epoch": 0.989301692277767, + "grad_norm": 0.97265625, + "learning_rate": 0.0004906955670297001, + "loss": 5.1048, + "mean_token_accuracy": 0.18998662382364273, + "num_tokens": 22051818.0, + "step": 12715 + }, + { + "entropy": 5.69786376953125, + "epoch": 0.9896907216494846, + "grad_norm": 0.9765625, + "learning_rate": 0.0004906876775936746, + "loss": 5.2607, + "mean_token_accuracy": 0.17856013774871826, + "num_tokens": 22060464.0, + "step": 12720 + }, + { + "entropy": 5.598519277572632, + "epoch": 0.990079751021202, + "grad_norm": 1.046875, + "learning_rate": 0.0004906797848849321, + "loss": 5.2349, + "mean_token_accuracy": 0.179204161465168, + "num_tokens": 22069037.0, + "step": 12725 + }, + { + "entropy": 5.580355834960938, + "epoch": 0.9904687803929196, + "grad_norm": 1.0546875, + "learning_rate": 0.000490671888903592, + "loss": 5.2079, + "mean_token_accuracy": 0.1790376916527748, + "num_tokens": 22077010.0, + "step": 12730 + }, + { + "entropy": 5.575451850891113, + "epoch": 0.9908578097646372, + "grad_norm": 0.97265625, + "learning_rate": 0.0004906639896497744, + "loss": 5.2624, + "mean_token_accuracy": 0.18439568281173707, + "num_tokens": 22086165.0, + "step": 12735 + }, + { + "entropy": 5.568257188796997, + "epoch": 0.9912468391363548, + "grad_norm": 1.125, + "learning_rate": 0.0004906560871235988, + "loss": 5.1163, + "mean_token_accuracy": 0.18816756904125215, + "num_tokens": 22094798.0, + "step": 12740 + }, + { + "entropy": 5.619485473632812, + "epoch": 0.9916358685080724, + "grad_norm": 0.99609375, + "learning_rate": 0.0004906481813251854, + "loss": 5.2754, + "mean_token_accuracy": 0.1816926471889019, + "num_tokens": 22103959.0, + "step": 12745 + }, + { + "entropy": 5.637850093841553, + "epoch": 0.9920248978797899, + "grad_norm": 1.0234375, + "learning_rate": 0.0004906402722546542, + "loss": 5.2747, + "mean_token_accuracy": 0.18533181846141816, + "num_tokens": 22112719.0, + "step": 12750 + }, + { + "entropy": 5.5870161056518555, + "epoch": 0.9924139272515075, + "grad_norm": 1.09375, + "learning_rate": 0.000490632359912125, + "loss": 5.1256, + "mean_token_accuracy": 0.18554412871599196, + "num_tokens": 22121145.0, + "step": 12755 + }, + { + "entropy": 5.5965674877166744, + "epoch": 0.992802956623225, + "grad_norm": 0.99609375, + "learning_rate": 0.000490624444297718, + "loss": 5.2376, + "mean_token_accuracy": 0.17902492135763168, + "num_tokens": 22130606.0, + "step": 12760 + }, + { + "entropy": 5.632939958572388, + "epoch": 0.9931919859949426, + "grad_norm": 0.953125, + "learning_rate": 0.0004906165254115533, + "loss": 5.2534, + "mean_token_accuracy": 0.1799587994813919, + "num_tokens": 22140237.0, + "step": 12765 + }, + { + "entropy": 5.603691053390503, + "epoch": 0.9935810153666602, + "grad_norm": 0.99609375, + "learning_rate": 0.000490608603253751, + "loss": 5.2136, + "mean_token_accuracy": 0.17885278463363646, + "num_tokens": 22149734.0, + "step": 12770 + }, + { + "entropy": 5.550274133682251, + "epoch": 0.9939700447383778, + "grad_norm": 0.94921875, + "learning_rate": 0.0004906006778244312, + "loss": 5.2808, + "mean_token_accuracy": 0.18359627574682236, + "num_tokens": 22159346.0, + "step": 12775 + }, + { + "entropy": 5.514368629455566, + "epoch": 0.9943590741100953, + "grad_norm": 1.0546875, + "learning_rate": 0.0004905927491237145, + "loss": 5.1069, + "mean_token_accuracy": 0.189290551841259, + "num_tokens": 22167624.0, + "step": 12780 + }, + { + "entropy": 5.686218881607056, + "epoch": 0.9947481034818129, + "grad_norm": 1.1328125, + "learning_rate": 0.0004905848171517208, + "loss": 5.3378, + "mean_token_accuracy": 0.17594729661941527, + "num_tokens": 22176124.0, + "step": 12785 + }, + { + "entropy": 5.60003924369812, + "epoch": 0.9951371328535304, + "grad_norm": 1.03125, + "learning_rate": 0.0004905768819085706, + "loss": 5.2469, + "mean_token_accuracy": 0.18598594814538955, + "num_tokens": 22184434.0, + "step": 12790 + }, + { + "entropy": 5.601678848266602, + "epoch": 0.995526162225248, + "grad_norm": 1.03125, + "learning_rate": 0.0004905689433943846, + "loss": 5.2489, + "mean_token_accuracy": 0.1825527086853981, + "num_tokens": 22193431.0, + "step": 12795 + }, + { + "entropy": 5.6006402492523195, + "epoch": 0.9959151915969656, + "grad_norm": 1.0703125, + "learning_rate": 0.0004905610016092828, + "loss": 5.1917, + "mean_token_accuracy": 0.1807776689529419, + "num_tokens": 22201634.0, + "step": 12800 + }, + { + "entropy": 5.5406050205230715, + "epoch": 0.9963042209686831, + "grad_norm": 0.98828125, + "learning_rate": 0.0004905530565533859, + "loss": 5.2548, + "mean_token_accuracy": 0.1814281478524208, + "num_tokens": 22210864.0, + "step": 12805 + }, + { + "entropy": 5.600331401824951, + "epoch": 0.9966932503404007, + "grad_norm": 1.015625, + "learning_rate": 0.0004905451082268146, + "loss": 5.2481, + "mean_token_accuracy": 0.18714384883642196, + "num_tokens": 22219800.0, + "step": 12810 + }, + { + "entropy": 5.60462498664856, + "epoch": 0.9970822797121183, + "grad_norm": 1.0234375, + "learning_rate": 0.0004905371566296891, + "loss": 5.2841, + "mean_token_accuracy": 0.182904851436615, + "num_tokens": 22228826.0, + "step": 12815 + }, + { + "entropy": 5.63206787109375, + "epoch": 0.9974713090838359, + "grad_norm": 0.99609375, + "learning_rate": 0.0004905292017621305, + "loss": 5.2331, + "mean_token_accuracy": 0.18491581082344055, + "num_tokens": 22237076.0, + "step": 12820 + }, + { + "entropy": 5.568166351318359, + "epoch": 0.9978603384555534, + "grad_norm": 1.03125, + "learning_rate": 0.0004905212436242593, + "loss": 5.195, + "mean_token_accuracy": 0.18456273376941681, + "num_tokens": 22245984.0, + "step": 12825 + }, + { + "entropy": 5.609485530853272, + "epoch": 0.9982493678272709, + "grad_norm": 1.0703125, + "learning_rate": 0.0004905132822161962, + "loss": 5.2512, + "mean_token_accuracy": 0.18420374840497972, + "num_tokens": 22254122.0, + "step": 12830 + }, + { + "entropy": 5.601191568374634, + "epoch": 0.9986383971989885, + "grad_norm": 0.96484375, + "learning_rate": 0.0004905053175380621, + "loss": 5.2735, + "mean_token_accuracy": 0.17117856144905091, + "num_tokens": 22263027.0, + "step": 12835 + }, + { + "entropy": 5.543524074554443, + "epoch": 0.9990274265707061, + "grad_norm": 1.0078125, + "learning_rate": 0.0004904973495899778, + "loss": 5.1848, + "mean_token_accuracy": 0.18914141058921813, + "num_tokens": 22272175.0, + "step": 12840 + }, + { + "entropy": 5.640903568267822, + "epoch": 0.9994164559424237, + "grad_norm": 1.09375, + "learning_rate": 0.0004904893783720642, + "loss": 5.2529, + "mean_token_accuracy": 0.182340669631958, + "num_tokens": 22281127.0, + "step": 12845 + }, + { + "entropy": 5.648149681091309, + "epoch": 0.9998054853141413, + "grad_norm": 1.1328125, + "learning_rate": 0.0004904814038844424, + "loss": 5.3363, + "mean_token_accuracy": 0.17651704400777818, + "num_tokens": 22289696.0, + "step": 12850 + }, + { + "entropy": 5.601805580986871, + "epoch": 1.000155611748687, + "grad_norm": 1.0078125, + "learning_rate": 0.0004904734261272332, + "loss": 5.2586, + "mean_token_accuracy": 0.1907243463728163, + "num_tokens": 22298101.0, + "step": 12855 + }, + { + "entropy": 5.6248280048370365, + "epoch": 1.0005446411204046, + "grad_norm": 1.0859375, + "learning_rate": 0.0004904654451005576, + "loss": 5.1525, + "mean_token_accuracy": 0.1852837845683098, + "num_tokens": 22305872.0, + "step": 12860 + }, + { + "entropy": 5.607241868972778, + "epoch": 1.0009336704921221, + "grad_norm": 1.078125, + "learning_rate": 0.0004904574608045369, + "loss": 5.1778, + "mean_token_accuracy": 0.18384000957012175, + "num_tokens": 22314743.0, + "step": 12865 + }, + { + "entropy": 5.6499522686004635, + "epoch": 1.0013226998638398, + "grad_norm": 1.015625, + "learning_rate": 0.0004904494732392923, + "loss": 5.1899, + "mean_token_accuracy": 0.1883566200733185, + "num_tokens": 22324158.0, + "step": 12870 + }, + { + "entropy": 5.5688646793365475, + "epoch": 1.0017117292355573, + "grad_norm": 1.0234375, + "learning_rate": 0.0004904414824049448, + "loss": 5.0875, + "mean_token_accuracy": 0.19551256597042083, + "num_tokens": 22333263.0, + "step": 12875 + }, + { + "entropy": 5.557890605926514, + "epoch": 1.0021007586072748, + "grad_norm": 1.078125, + "learning_rate": 0.0004904334883016156, + "loss": 5.0605, + "mean_token_accuracy": 0.1908218502998352, + "num_tokens": 22341053.0, + "step": 12880 + }, + { + "entropy": 5.532716083526611, + "epoch": 1.0024897879789925, + "grad_norm": 0.99609375, + "learning_rate": 0.0004904254909294261, + "loss": 5.0734, + "mean_token_accuracy": 0.19544765204191208, + "num_tokens": 22348924.0, + "step": 12885 + }, + { + "entropy": 5.537184238433838, + "epoch": 1.00287881735071, + "grad_norm": 1.15625, + "learning_rate": 0.0004904174902884978, + "loss": 5.1499, + "mean_token_accuracy": 0.1846972405910492, + "num_tokens": 22356738.0, + "step": 12890 + }, + { + "entropy": 5.619642925262451, + "epoch": 1.0032678467224276, + "grad_norm": 0.98828125, + "learning_rate": 0.0004904094863789519, + "loss": 5.1822, + "mean_token_accuracy": 0.1829765498638153, + "num_tokens": 22365461.0, + "step": 12895 + }, + { + "entropy": 5.663532400131226, + "epoch": 1.0036568760941451, + "grad_norm": 1.0078125, + "learning_rate": 0.00049040147920091, + "loss": 5.1393, + "mean_token_accuracy": 0.1867850810289383, + "num_tokens": 22374895.0, + "step": 12900 + }, + { + "entropy": 5.595806217193603, + "epoch": 1.0040459054658626, + "grad_norm": 1.046875, + "learning_rate": 0.0004903934687544933, + "loss": 5.1736, + "mean_token_accuracy": 0.18719227463006974, + "num_tokens": 22384276.0, + "step": 12905 + }, + { + "entropy": 5.644625997543335, + "epoch": 1.0044349348375803, + "grad_norm": 1.015625, + "learning_rate": 0.0004903854550398237, + "loss": 5.1248, + "mean_token_accuracy": 0.18476821035146712, + "num_tokens": 22392415.0, + "step": 12910 + }, + { + "entropy": 5.6647899627685545, + "epoch": 1.0048239642092978, + "grad_norm": 1.0390625, + "learning_rate": 0.0004903774380570226, + "loss": 5.2257, + "mean_token_accuracy": 0.1775316283106804, + "num_tokens": 22402054.0, + "step": 12915 + }, + { + "entropy": 5.581535196304321, + "epoch": 1.0052129935810155, + "grad_norm": 1.0390625, + "learning_rate": 0.0004903694178062117, + "loss": 5.0883, + "mean_token_accuracy": 0.18722448945045472, + "num_tokens": 22410505.0, + "step": 12920 + }, + { + "entropy": 5.497551536560058, + "epoch": 1.005602022952733, + "grad_norm": 0.97265625, + "learning_rate": 0.0004903613942875126, + "loss": 5.0623, + "mean_token_accuracy": 0.19602729082107545, + "num_tokens": 22419718.0, + "step": 12925 + }, + { + "entropy": 5.5968914985656735, + "epoch": 1.0059910523244504, + "grad_norm": 0.98828125, + "learning_rate": 0.0004903533675010472, + "loss": 5.0901, + "mean_token_accuracy": 0.1973998561501503, + "num_tokens": 22427787.0, + "step": 12930 + }, + { + "entropy": 5.607391977310181, + "epoch": 1.006380081696168, + "grad_norm": 1.1015625, + "learning_rate": 0.0004903453374469373, + "loss": 5.1529, + "mean_token_accuracy": 0.18518197685480117, + "num_tokens": 22436385.0, + "step": 12935 + }, + { + "entropy": 5.539161825180054, + "epoch": 1.0067691110678856, + "grad_norm": 1.0546875, + "learning_rate": 0.0004903373041253045, + "loss": 5.0903, + "mean_token_accuracy": 0.19403670728206635, + "num_tokens": 22444477.0, + "step": 12940 + }, + { + "entropy": 5.5847938537597654, + "epoch": 1.0071581404396033, + "grad_norm": 1.0859375, + "learning_rate": 0.0004903292675362709, + "loss": 5.084, + "mean_token_accuracy": 0.19626611471176147, + "num_tokens": 22452412.0, + "step": 12945 + }, + { + "entropy": 5.529639339447021, + "epoch": 1.0075471698113208, + "grad_norm": 1.09375, + "learning_rate": 0.0004903212276799584, + "loss": 5.0631, + "mean_token_accuracy": 0.19672438949346543, + "num_tokens": 22461570.0, + "step": 12950 + }, + { + "entropy": 5.654870700836182, + "epoch": 1.0079361991830382, + "grad_norm": 1.0390625, + "learning_rate": 0.0004903131845564889, + "loss": 5.1908, + "mean_token_accuracy": 0.18599917143583297, + "num_tokens": 22469835.0, + "step": 12955 + }, + { + "entropy": 5.55696382522583, + "epoch": 1.008325228554756, + "grad_norm": 1.1796875, + "learning_rate": 0.0004903051381659847, + "loss": 5.1569, + "mean_token_accuracy": 0.1887820765376091, + "num_tokens": 22478771.0, + "step": 12960 + }, + { + "entropy": 5.498090648651123, + "epoch": 1.0087142579264734, + "grad_norm": 1.0390625, + "learning_rate": 0.0004902970885085677, + "loss": 5.0507, + "mean_token_accuracy": 0.19532760381698608, + "num_tokens": 22487138.0, + "step": 12965 + }, + { + "entropy": 5.511623573303223, + "epoch": 1.009103287298191, + "grad_norm": 1.0703125, + "learning_rate": 0.00049028903558436, + "loss": 5.1263, + "mean_token_accuracy": 0.1915411278605461, + "num_tokens": 22495384.0, + "step": 12970 + }, + { + "entropy": 5.68349061012268, + "epoch": 1.0094923166699086, + "grad_norm": 1.03125, + "learning_rate": 0.0004902809793934838, + "loss": 5.2083, + "mean_token_accuracy": 0.17835021018981934, + "num_tokens": 22503521.0, + "step": 12975 + }, + { + "entropy": 5.631682062149048, + "epoch": 1.009881346041626, + "grad_norm": 0.97265625, + "learning_rate": 0.0004902729199360615, + "loss": 5.1747, + "mean_token_accuracy": 0.19369695335626602, + "num_tokens": 22512155.0, + "step": 12980 + }, + { + "entropy": 5.639078187942505, + "epoch": 1.0102703754133437, + "grad_norm": 1.0390625, + "learning_rate": 0.0004902648572122153, + "loss": 5.1929, + "mean_token_accuracy": 0.18698686510324478, + "num_tokens": 22519844.0, + "step": 12985 + }, + { + "entropy": 5.558148813247681, + "epoch": 1.0106594047850612, + "grad_norm": 1.0390625, + "learning_rate": 0.0004902567912220674, + "loss": 5.1405, + "mean_token_accuracy": 0.181395260989666, + "num_tokens": 22529123.0, + "step": 12990 + }, + { + "entropy": 5.639702224731446, + "epoch": 1.011048434156779, + "grad_norm": 1.0546875, + "learning_rate": 0.0004902487219657404, + "loss": 5.1867, + "mean_token_accuracy": 0.18996479213237763, + "num_tokens": 22537632.0, + "step": 12995 + }, + { + "entropy": 5.611537647247315, + "epoch": 1.0114374635284964, + "grad_norm": 1.0703125, + "learning_rate": 0.0004902406494433566, + "loss": 5.0751, + "mean_token_accuracy": 0.18437084108591079, + "num_tokens": 22546370.0, + "step": 13000 + }, + { + "entropy": 5.5859105587005615, + "epoch": 1.0118264929002139, + "grad_norm": 1.4296875, + "learning_rate": 0.0004902325736550386, + "loss": 5.1534, + "mean_token_accuracy": 0.19045851975679398, + "num_tokens": 22554527.0, + "step": 13005 + }, + { + "entropy": 5.567743921279908, + "epoch": 1.0122155222719316, + "grad_norm": 0.9921875, + "learning_rate": 0.0004902244946009088, + "loss": 5.1247, + "mean_token_accuracy": 0.19344007819890977, + "num_tokens": 22563803.0, + "step": 13010 + }, + { + "entropy": 5.5847992420196535, + "epoch": 1.012604551643649, + "grad_norm": 1.0703125, + "learning_rate": 0.0004902164122810899, + "loss": 5.1091, + "mean_token_accuracy": 0.19054692834615708, + "num_tokens": 22572333.0, + "step": 13015 + }, + { + "entropy": 5.518230009078979, + "epoch": 1.0129935810153667, + "grad_norm": 1.1015625, + "learning_rate": 0.0004902083266957045, + "loss": 5.037, + "mean_token_accuracy": 0.19651523232460022, + "num_tokens": 22580376.0, + "step": 13020 + }, + { + "entropy": 5.588256406784057, + "epoch": 1.0133826103870842, + "grad_norm": 1.078125, + "learning_rate": 0.0004902002378448753, + "loss": 5.1935, + "mean_token_accuracy": 0.1845511630177498, + "num_tokens": 22589074.0, + "step": 13025 + }, + { + "entropy": 5.560573577880859, + "epoch": 1.0137716397588017, + "grad_norm": 1.03125, + "learning_rate": 0.000490192145728725, + "loss": 5.0217, + "mean_token_accuracy": 0.19608086347579956, + "num_tokens": 22596905.0, + "step": 13030 + }, + { + "entropy": 5.511206722259521, + "epoch": 1.0141606691305194, + "grad_norm": 0.98828125, + "learning_rate": 0.0004901840503473764, + "loss": 5.1389, + "mean_token_accuracy": 0.1872841313481331, + "num_tokens": 22605556.0, + "step": 13035 + }, + { + "entropy": 5.620275831222534, + "epoch": 1.0145496985022369, + "grad_norm": 1.015625, + "learning_rate": 0.0004901759517009522, + "loss": 5.1147, + "mean_token_accuracy": 0.19293913692235948, + "num_tokens": 22613443.0, + "step": 13040 + }, + { + "entropy": 5.481713008880615, + "epoch": 1.0149387278739546, + "grad_norm": 1.0234375, + "learning_rate": 0.0004901678497895755, + "loss": 5.0554, + "mean_token_accuracy": 0.19166137874126435, + "num_tokens": 22622287.0, + "step": 13045 + }, + { + "entropy": 5.536994075775146, + "epoch": 1.015327757245672, + "grad_norm": 1.1171875, + "learning_rate": 0.0004901597446133692, + "loss": 5.0709, + "mean_token_accuracy": 0.19235396087169648, + "num_tokens": 22630961.0, + "step": 13050 + }, + { + "entropy": 5.5959696769714355, + "epoch": 1.0157167866173895, + "grad_norm": 1.03125, + "learning_rate": 0.0004901516361724564, + "loss": 5.1288, + "mean_token_accuracy": 0.18950012624263762, + "num_tokens": 22639325.0, + "step": 13055 + }, + { + "entropy": 5.625248670578003, + "epoch": 1.0161058159891072, + "grad_norm": 0.984375, + "learning_rate": 0.0004901435244669597, + "loss": 5.1767, + "mean_token_accuracy": 0.1848933458328247, + "num_tokens": 22649028.0, + "step": 13060 + }, + { + "entropy": 5.547919416427613, + "epoch": 1.0164948453608247, + "grad_norm": 0.88671875, + "learning_rate": 0.0004901354094970025, + "loss": 5.1023, + "mean_token_accuracy": 0.1910449296236038, + "num_tokens": 22657742.0, + "step": 13065 + }, + { + "entropy": 5.629716205596924, + "epoch": 1.0168838747325424, + "grad_norm": 1.078125, + "learning_rate": 0.0004901272912627081, + "loss": 5.1021, + "mean_token_accuracy": 0.1908613324165344, + "num_tokens": 22665807.0, + "step": 13070 + }, + { + "entropy": 5.528868722915649, + "epoch": 1.0172729041042599, + "grad_norm": 1.125, + "learning_rate": 0.0004901191697641992, + "loss": 5.0233, + "mean_token_accuracy": 0.1962261289358139, + "num_tokens": 22674182.0, + "step": 13075 + }, + { + "entropy": 5.530680084228516, + "epoch": 1.0176619334759773, + "grad_norm": 1.0859375, + "learning_rate": 0.0004901110450015994, + "loss": 5.1622, + "mean_token_accuracy": 0.18387214541435243, + "num_tokens": 22683129.0, + "step": 13080 + }, + { + "entropy": 5.647826337814331, + "epoch": 1.018050962847695, + "grad_norm": 1.0546875, + "learning_rate": 0.0004901029169750319, + "loss": 5.2005, + "mean_token_accuracy": 0.19063115119934082, + "num_tokens": 22692394.0, + "step": 13085 + }, + { + "entropy": 5.571834087371826, + "epoch": 1.0184399922194125, + "grad_norm": 1.09375, + "learning_rate": 0.0004900947856846201, + "loss": 5.0055, + "mean_token_accuracy": 0.19481348097324372, + "num_tokens": 22700830.0, + "step": 13090 + }, + { + "entropy": 5.662304162979126, + "epoch": 1.0188290215911302, + "grad_norm": 1.0703125, + "learning_rate": 0.000490086651130487, + "loss": 5.1721, + "mean_token_accuracy": 0.1890845403075218, + "num_tokens": 22709796.0, + "step": 13095 + }, + { + "entropy": 5.534579181671143, + "epoch": 1.0192180509628477, + "grad_norm": 1.0703125, + "learning_rate": 0.0004900785133127566, + "loss": 5.1051, + "mean_token_accuracy": 0.19526398032903672, + "num_tokens": 22717550.0, + "step": 13100 + }, + { + "entropy": 5.567237663269043, + "epoch": 1.0196070803345652, + "grad_norm": 1.015625, + "learning_rate": 0.000490070372231552, + "loss": 5.1557, + "mean_token_accuracy": 0.18727063834667207, + "num_tokens": 22726630.0, + "step": 13105 + }, + { + "entropy": 5.657629489898682, + "epoch": 1.0199961097062828, + "grad_norm": 1.09375, + "learning_rate": 0.0004900622278869968, + "loss": 5.1708, + "mean_token_accuracy": 0.19205151945352555, + "num_tokens": 22735364.0, + "step": 13110 + }, + { + "entropy": 5.565954113006592, + "epoch": 1.0203851390780003, + "grad_norm": 1.09375, + "learning_rate": 0.0004900540802792146, + "loss": 5.0341, + "mean_token_accuracy": 0.19275932908058166, + "num_tokens": 22743910.0, + "step": 13115 + }, + { + "entropy": 5.544155406951904, + "epoch": 1.020774168449718, + "grad_norm": 0.9453125, + "learning_rate": 0.000490045929408329, + "loss": 5.0879, + "mean_token_accuracy": 0.18478764593601227, + "num_tokens": 22753061.0, + "step": 13120 + }, + { + "entropy": 5.584655618667602, + "epoch": 1.0211631978214355, + "grad_norm": 1.0625, + "learning_rate": 0.0004900377752744637, + "loss": 5.1131, + "mean_token_accuracy": 0.19387246817350387, + "num_tokens": 22761401.0, + "step": 13125 + }, + { + "entropy": 5.63427586555481, + "epoch": 1.021552227193153, + "grad_norm": 1.0859375, + "learning_rate": 0.0004900296178777426, + "loss": 5.1934, + "mean_token_accuracy": 0.17829785197973252, + "num_tokens": 22769307.0, + "step": 13130 + }, + { + "entropy": 5.681379508972168, + "epoch": 1.0219412565648707, + "grad_norm": 1.0625, + "learning_rate": 0.000490021457218289, + "loss": 5.2391, + "mean_token_accuracy": 0.18513153195381166, + "num_tokens": 22778159.0, + "step": 13135 + }, + { + "entropy": 5.498392820358276, + "epoch": 1.0223302859365881, + "grad_norm": 1.078125, + "learning_rate": 0.0004900132932962272, + "loss": 4.9782, + "mean_token_accuracy": 0.1967984765768051, + "num_tokens": 22785872.0, + "step": 13140 + }, + { + "entropy": 5.572562837600708, + "epoch": 1.0227193153083058, + "grad_norm": 1.125, + "learning_rate": 0.000490005126111681, + "loss": 5.1517, + "mean_token_accuracy": 0.19121120721101761, + "num_tokens": 22794531.0, + "step": 13145 + }, + { + "entropy": 5.603294944763183, + "epoch": 1.0231083446800233, + "grad_norm": 1.09375, + "learning_rate": 0.000489996955664774, + "loss": 5.1772, + "mean_token_accuracy": 0.18404786735773088, + "num_tokens": 22803246.0, + "step": 13150 + }, + { + "entropy": 5.598882389068604, + "epoch": 1.023497374051741, + "grad_norm": 1.1484375, + "learning_rate": 0.0004899887819556306, + "loss": 5.1064, + "mean_token_accuracy": 0.18680692166090013, + "num_tokens": 22811316.0, + "step": 13155 + }, + { + "entropy": 5.585575246810913, + "epoch": 1.0238864034234585, + "grad_norm": 1.015625, + "learning_rate": 0.0004899806049843745, + "loss": 5.1106, + "mean_token_accuracy": 0.18596202433109282, + "num_tokens": 22820754.0, + "step": 13160 + }, + { + "entropy": 5.589134311676025, + "epoch": 1.024275432795176, + "grad_norm": 1.1015625, + "learning_rate": 0.0004899724247511299, + "loss": 5.2071, + "mean_token_accuracy": 0.1791009336709976, + "num_tokens": 22829185.0, + "step": 13165 + }, + { + "entropy": 5.644815397262573, + "epoch": 1.0246644621668937, + "grad_norm": 1.0234375, + "learning_rate": 0.000489964241256021, + "loss": 5.2111, + "mean_token_accuracy": 0.18798991590738295, + "num_tokens": 22838379.0, + "step": 13170 + }, + { + "entropy": 5.58060131072998, + "epoch": 1.0250534915386111, + "grad_norm": 0.9609375, + "learning_rate": 0.0004899560544991718, + "loss": 5.1606, + "mean_token_accuracy": 0.1872568756341934, + "num_tokens": 22847186.0, + "step": 13175 + }, + { + "entropy": 5.5811408996582035, + "epoch": 1.0254425209103288, + "grad_norm": 1.0078125, + "learning_rate": 0.0004899478644807068, + "loss": 5.1825, + "mean_token_accuracy": 0.19061964005231857, + "num_tokens": 22856882.0, + "step": 13180 + }, + { + "entropy": 5.586366415023804, + "epoch": 1.0258315502820463, + "grad_norm": 1.0546875, + "learning_rate": 0.0004899396712007498, + "loss": 5.0932, + "mean_token_accuracy": 0.1880940839648247, + "num_tokens": 22865747.0, + "step": 13185 + }, + { + "entropy": 5.451029920578003, + "epoch": 1.0262205796537638, + "grad_norm": 1.125, + "learning_rate": 0.0004899314746594256, + "loss": 4.9591, + "mean_token_accuracy": 0.200857912003994, + "num_tokens": 22873847.0, + "step": 13190 + }, + { + "entropy": 5.531607627868652, + "epoch": 1.0266096090254815, + "grad_norm": 1.0078125, + "learning_rate": 0.0004899232748568584, + "loss": 5.0893, + "mean_token_accuracy": 0.19233049899339677, + "num_tokens": 22882333.0, + "step": 13195 + }, + { + "entropy": 5.5552764415740965, + "epoch": 1.026998638397199, + "grad_norm": 0.98046875, + "learning_rate": 0.0004899150717931724, + "loss": 5.0424, + "mean_token_accuracy": 0.19146743714809417, + "num_tokens": 22891344.0, + "step": 13200 + }, + { + "entropy": 5.572613906860352, + "epoch": 1.0273876677689167, + "grad_norm": 1.03125, + "learning_rate": 0.0004899068654684924, + "loss": 5.1784, + "mean_token_accuracy": 0.18172985017299653, + "num_tokens": 22899783.0, + "step": 13205 + }, + { + "entropy": 5.598085689544678, + "epoch": 1.0277766971406341, + "grad_norm": 1.0703125, + "learning_rate": 0.0004898986558829428, + "loss": 5.0779, + "mean_token_accuracy": 0.1927482008934021, + "num_tokens": 22907274.0, + "step": 13210 + }, + { + "entropy": 5.593712091445923, + "epoch": 1.0281657265123516, + "grad_norm": 1.09375, + "learning_rate": 0.0004898904430366479, + "loss": 5.2128, + "mean_token_accuracy": 0.18322378844022752, + "num_tokens": 22915744.0, + "step": 13215 + }, + { + "entropy": 5.6244429588317875, + "epoch": 1.0285547558840693, + "grad_norm": 1.0078125, + "learning_rate": 0.0004898822269297328, + "loss": 5.139, + "mean_token_accuracy": 0.18570287078619002, + "num_tokens": 22924244.0, + "step": 13220 + }, + { + "entropy": 5.619786071777344, + "epoch": 1.0289437852557868, + "grad_norm": 1.0703125, + "learning_rate": 0.0004898740075623218, + "loss": 5.1786, + "mean_token_accuracy": 0.18881512433290482, + "num_tokens": 22932676.0, + "step": 13225 + }, + { + "entropy": 5.594191837310791, + "epoch": 1.0293328146275045, + "grad_norm": 1.0859375, + "learning_rate": 0.0004898657849345399, + "loss": 5.0864, + "mean_token_accuracy": 0.1921277940273285, + "num_tokens": 22941327.0, + "step": 13230 + }, + { + "entropy": 5.570311975479126, + "epoch": 1.029721843999222, + "grad_norm": 1.0859375, + "learning_rate": 0.0004898575590465116, + "loss": 5.0908, + "mean_token_accuracy": 0.18792887777090073, + "num_tokens": 22949540.0, + "step": 13235 + }, + { + "entropy": 5.6316203594207765, + "epoch": 1.0301108733709394, + "grad_norm": 1.0078125, + "learning_rate": 0.0004898493298983619, + "loss": 5.228, + "mean_token_accuracy": 0.18534551113843917, + "num_tokens": 22958375.0, + "step": 13240 + }, + { + "entropy": 5.63834023475647, + "epoch": 1.0304999027426571, + "grad_norm": 1.03125, + "learning_rate": 0.0004898410974902155, + "loss": 5.1527, + "mean_token_accuracy": 0.18632530719041823, + "num_tokens": 22966594.0, + "step": 13245 + }, + { + "entropy": 5.6469526290893555, + "epoch": 1.0308889321143746, + "grad_norm": 0.99609375, + "learning_rate": 0.0004898328618221974, + "loss": 5.2114, + "mean_token_accuracy": 0.17336156368255615, + "num_tokens": 22975208.0, + "step": 13250 + }, + { + "entropy": 5.6123494625091555, + "epoch": 1.0312779614860923, + "grad_norm": 1.1015625, + "learning_rate": 0.0004898246228944327, + "loss": 5.1589, + "mean_token_accuracy": 0.18477937579154968, + "num_tokens": 22983563.0, + "step": 13255 + }, + { + "entropy": 5.547124767303467, + "epoch": 1.0316669908578098, + "grad_norm": 0.96484375, + "learning_rate": 0.0004898163807070461, + "loss": 5.0748, + "mean_token_accuracy": 0.1959763914346695, + "num_tokens": 22992866.0, + "step": 13260 + }, + { + "entropy": 5.570343637466431, + "epoch": 1.0320560202295272, + "grad_norm": 1.03125, + "learning_rate": 0.0004898081352601629, + "loss": 5.0691, + "mean_token_accuracy": 0.1951732024550438, + "num_tokens": 23001536.0, + "step": 13265 + }, + { + "entropy": 5.536763906478882, + "epoch": 1.032445049601245, + "grad_norm": 1.0234375, + "learning_rate": 0.0004897998865539082, + "loss": 5.0697, + "mean_token_accuracy": 0.18589726686477662, + "num_tokens": 23009712.0, + "step": 13270 + }, + { + "entropy": 5.556475591659546, + "epoch": 1.0328340789729624, + "grad_norm": 1.0546875, + "learning_rate": 0.0004897916345884069, + "loss": 5.0328, + "mean_token_accuracy": 0.19531982392072678, + "num_tokens": 23017970.0, + "step": 13275 + }, + { + "entropy": 5.557382440567016, + "epoch": 1.0332231083446801, + "grad_norm": 1.046875, + "learning_rate": 0.0004897833793637847, + "loss": 5.0918, + "mean_token_accuracy": 0.19166224151849748, + "num_tokens": 23026231.0, + "step": 13280 + }, + { + "entropy": 5.6290418148040775, + "epoch": 1.0336121377163976, + "grad_norm": 0.9765625, + "learning_rate": 0.0004897751208801665, + "loss": 5.1873, + "mean_token_accuracy": 0.19093053936958312, + "num_tokens": 23034962.0, + "step": 13285 + }, + { + "entropy": 5.596374034881592, + "epoch": 1.034001167088115, + "grad_norm": 1.0078125, + "learning_rate": 0.0004897668591376777, + "loss": 5.1427, + "mean_token_accuracy": 0.18729136735200883, + "num_tokens": 23045105.0, + "step": 13290 + }, + { + "entropy": 5.590136003494263, + "epoch": 1.0343901964598328, + "grad_norm": 1.0234375, + "learning_rate": 0.0004897585941364436, + "loss": 5.1166, + "mean_token_accuracy": 0.18359193503856658, + "num_tokens": 23054315.0, + "step": 13295 + }, + { + "entropy": 5.613129138946533, + "epoch": 1.0347792258315502, + "grad_norm": 1.0859375, + "learning_rate": 0.0004897503258765896, + "loss": 5.1617, + "mean_token_accuracy": 0.18371068835258483, + "num_tokens": 23063089.0, + "step": 13300 + }, + { + "entropy": 5.5910834789276125, + "epoch": 1.035168255203268, + "grad_norm": 1.03125, + "learning_rate": 0.0004897420543582413, + "loss": 5.1427, + "mean_token_accuracy": 0.18252639174461366, + "num_tokens": 23071827.0, + "step": 13305 + }, + { + "entropy": 5.517545461654663, + "epoch": 1.0355572845749854, + "grad_norm": 1.0078125, + "learning_rate": 0.000489733779581524, + "loss": 5.0727, + "mean_token_accuracy": 0.19626344442367555, + "num_tokens": 23080090.0, + "step": 13310 + }, + { + "entropy": 5.602539014816284, + "epoch": 1.035946313946703, + "grad_norm": 1.0546875, + "learning_rate": 0.0004897255015465635, + "loss": 5.1602, + "mean_token_accuracy": 0.17903046756982804, + "num_tokens": 23089201.0, + "step": 13315 + }, + { + "entropy": 5.607699346542359, + "epoch": 1.0363353433184206, + "grad_norm": 1.0859375, + "learning_rate": 0.0004897172202534853, + "loss": 5.1095, + "mean_token_accuracy": 0.18670760840177536, + "num_tokens": 23097708.0, + "step": 13320 + }, + { + "entropy": 5.604741859436035, + "epoch": 1.036724372690138, + "grad_norm": 1.03125, + "learning_rate": 0.000489708935702415, + "loss": 5.2272, + "mean_token_accuracy": 0.17758170664310455, + "num_tokens": 23107554.0, + "step": 13325 + }, + { + "entropy": 5.547378063201904, + "epoch": 1.0371134020618558, + "grad_norm": 0.96875, + "learning_rate": 0.0004897006478934784, + "loss": 5.093, + "mean_token_accuracy": 0.19133376628160476, + "num_tokens": 23116781.0, + "step": 13330 + }, + { + "entropy": 5.504348611831665, + "epoch": 1.0375024314335732, + "grad_norm": 1.0234375, + "learning_rate": 0.0004896923568268011, + "loss": 5.082, + "mean_token_accuracy": 0.18606108725070952, + "num_tokens": 23125490.0, + "step": 13335 + }, + { + "entropy": 5.62209906578064, + "epoch": 1.0378914608052907, + "grad_norm": 1.1640625, + "learning_rate": 0.000489684062502509, + "loss": 5.1694, + "mean_token_accuracy": 0.18680976331233978, + "num_tokens": 23133693.0, + "step": 13340 + }, + { + "entropy": 5.491203498840332, + "epoch": 1.0382804901770084, + "grad_norm": 0.984375, + "learning_rate": 0.0004896757649207281, + "loss": 5.0086, + "mean_token_accuracy": 0.19552910029888154, + "num_tokens": 23142888.0, + "step": 13345 + }, + { + "entropy": 5.576842546463013, + "epoch": 1.0386695195487259, + "grad_norm": 1.0546875, + "learning_rate": 0.000489667464081584, + "loss": 5.0269, + "mean_token_accuracy": 0.1947711557149887, + "num_tokens": 23151413.0, + "step": 13350 + }, + { + "entropy": 5.564914178848267, + "epoch": 1.0390585489204436, + "grad_norm": 1.1015625, + "learning_rate": 0.0004896591599852029, + "loss": 5.0572, + "mean_token_accuracy": 0.18977333158254622, + "num_tokens": 23159545.0, + "step": 13355 + }, + { + "entropy": 5.597182321548462, + "epoch": 1.039447578292161, + "grad_norm": 1.078125, + "learning_rate": 0.0004896508526317107, + "loss": 5.1249, + "mean_token_accuracy": 0.19215953946113587, + "num_tokens": 23167963.0, + "step": 13360 + }, + { + "entropy": 5.591984033584595, + "epoch": 1.0398366076638785, + "grad_norm": 1.0078125, + "learning_rate": 0.0004896425420212334, + "loss": 5.125, + "mean_token_accuracy": 0.18583120703697203, + "num_tokens": 23176505.0, + "step": 13365 + }, + { + "entropy": 5.540102148056031, + "epoch": 1.0402256370355962, + "grad_norm": 1.1015625, + "learning_rate": 0.0004896342281538973, + "loss": 5.0279, + "mean_token_accuracy": 0.19385998398065568, + "num_tokens": 23184776.0, + "step": 13370 + }, + { + "entropy": 5.610220241546631, + "epoch": 1.0406146664073137, + "grad_norm": 1.0546875, + "learning_rate": 0.0004896259110298283, + "loss": 5.1788, + "mean_token_accuracy": 0.1893970862030983, + "num_tokens": 23193284.0, + "step": 13375 + }, + { + "entropy": 5.646884441375732, + "epoch": 1.0410036957790314, + "grad_norm": 1.109375, + "learning_rate": 0.0004896175906491528, + "loss": 5.1252, + "mean_token_accuracy": 0.18887574523687362, + "num_tokens": 23201664.0, + "step": 13380 + }, + { + "entropy": 5.573085784912109, + "epoch": 1.0413927251507489, + "grad_norm": 1.09375, + "learning_rate": 0.0004896092670119968, + "loss": 5.1251, + "mean_token_accuracy": 0.1889049842953682, + "num_tokens": 23210831.0, + "step": 13385 + }, + { + "entropy": 5.537960958480835, + "epoch": 1.0417817545224664, + "grad_norm": 1.1640625, + "learning_rate": 0.0004896009401184869, + "loss": 5.1227, + "mean_token_accuracy": 0.1881294757127762, + "num_tokens": 23218945.0, + "step": 13390 + }, + { + "entropy": 5.57793779373169, + "epoch": 1.042170783894184, + "grad_norm": 1.015625, + "learning_rate": 0.0004895926099687493, + "loss": 5.1304, + "mean_token_accuracy": 0.18079953640699387, + "num_tokens": 23227922.0, + "step": 13395 + }, + { + "entropy": 5.573173522949219, + "epoch": 1.0425598132659015, + "grad_norm": 1.0078125, + "learning_rate": 0.0004895842765629104, + "loss": 5.0754, + "mean_token_accuracy": 0.1940627545118332, + "num_tokens": 23237726.0, + "step": 13400 + }, + { + "entropy": 5.587240171432495, + "epoch": 1.0429488426376192, + "grad_norm": 1.0625, + "learning_rate": 0.0004895759399010966, + "loss": 5.1175, + "mean_token_accuracy": 0.1861663803458214, + "num_tokens": 23246237.0, + "step": 13405 + }, + { + "entropy": 5.522977828979492, + "epoch": 1.0433378720093367, + "grad_norm": 1.0625, + "learning_rate": 0.0004895675999834345, + "loss": 5.0812, + "mean_token_accuracy": 0.1868160918354988, + "num_tokens": 23254883.0, + "step": 13410 + }, + { + "entropy": 5.632236671447754, + "epoch": 1.0437269013810542, + "grad_norm": 1.1171875, + "learning_rate": 0.0004895592568100505, + "loss": 5.2232, + "mean_token_accuracy": 0.17710862457752227, + "num_tokens": 23263270.0, + "step": 13415 + }, + { + "entropy": 5.590506076812744, + "epoch": 1.0441159307527719, + "grad_norm": 1.0859375, + "learning_rate": 0.0004895509103810714, + "loss": 5.0588, + "mean_token_accuracy": 0.18415577560663224, + "num_tokens": 23271823.0, + "step": 13420 + }, + { + "entropy": 5.573619413375854, + "epoch": 1.0445049601244893, + "grad_norm": 1.078125, + "learning_rate": 0.0004895425606966237, + "loss": 5.095, + "mean_token_accuracy": 0.18942037224769592, + "num_tokens": 23280382.0, + "step": 13425 + }, + { + "entropy": 5.5695446014404295, + "epoch": 1.044893989496207, + "grad_norm": 1.171875, + "learning_rate": 0.000489534207756834, + "loss": 5.1807, + "mean_token_accuracy": 0.18889092803001403, + "num_tokens": 23288107.0, + "step": 13430 + }, + { + "entropy": 5.527317810058594, + "epoch": 1.0452830188679245, + "grad_norm": 1.0546875, + "learning_rate": 0.0004895258515618293, + "loss": 5.0967, + "mean_token_accuracy": 0.1861487865447998, + "num_tokens": 23295661.0, + "step": 13435 + }, + { + "entropy": 5.66651496887207, + "epoch": 1.045672048239642, + "grad_norm": 1.0234375, + "learning_rate": 0.0004895174921117362, + "loss": 5.1861, + "mean_token_accuracy": 0.1885197252035141, + "num_tokens": 23304862.0, + "step": 13440 + }, + { + "entropy": 5.665410804748535, + "epoch": 1.0460610776113597, + "grad_norm": 1.046875, + "learning_rate": 0.0004895091294066816, + "loss": 5.1556, + "mean_token_accuracy": 0.18881019800901414, + "num_tokens": 23312992.0, + "step": 13445 + }, + { + "entropy": 5.629233455657959, + "epoch": 1.0464501069830772, + "grad_norm": 1.0078125, + "learning_rate": 0.0004895007634467924, + "loss": 5.2287, + "mean_token_accuracy": 0.18153157234191894, + "num_tokens": 23321942.0, + "step": 13450 + }, + { + "entropy": 5.5957090854644775, + "epoch": 1.0468391363547949, + "grad_norm": 1.015625, + "learning_rate": 0.0004894923942321955, + "loss": 5.1168, + "mean_token_accuracy": 0.1872412756085396, + "num_tokens": 23330608.0, + "step": 13455 + }, + { + "entropy": 5.568592119216919, + "epoch": 1.0472281657265123, + "grad_norm": 1.0703125, + "learning_rate": 0.0004894840217630179, + "loss": 5.1126, + "mean_token_accuracy": 0.1934637948870659, + "num_tokens": 23339792.0, + "step": 13460 + }, + { + "entropy": 5.597362995147705, + "epoch": 1.0476171950982298, + "grad_norm": 1.109375, + "learning_rate": 0.0004894756460393868, + "loss": 5.1111, + "mean_token_accuracy": 0.19004253149032593, + "num_tokens": 23347813.0, + "step": 13465 + }, + { + "entropy": 5.496150016784668, + "epoch": 1.0480062244699475, + "grad_norm": 1.1015625, + "learning_rate": 0.000489467267061429, + "loss": 5.0733, + "mean_token_accuracy": 0.1953228935599327, + "num_tokens": 23356110.0, + "step": 13470 + }, + { + "entropy": 5.578343868255615, + "epoch": 1.048395253841665, + "grad_norm": 1.0859375, + "learning_rate": 0.0004894588848292718, + "loss": 5.1297, + "mean_token_accuracy": 0.18876916766166688, + "num_tokens": 23364249.0, + "step": 13475 + }, + { + "entropy": 5.621906757354736, + "epoch": 1.0487842832133827, + "grad_norm": 0.94140625, + "learning_rate": 0.0004894504993430425, + "loss": 5.1623, + "mean_token_accuracy": 0.18728285729885102, + "num_tokens": 23373072.0, + "step": 13480 + }, + { + "entropy": 5.499140644073487, + "epoch": 1.0491733125851002, + "grad_norm": 1.015625, + "learning_rate": 0.000489442110602868, + "loss": 5.0296, + "mean_token_accuracy": 0.1887059673666954, + "num_tokens": 23381752.0, + "step": 13485 + }, + { + "entropy": 5.5913139343261715, + "epoch": 1.0495623419568176, + "grad_norm": 1.0703125, + "learning_rate": 0.0004894337186088759, + "loss": 5.1395, + "mean_token_accuracy": 0.18868590891361237, + "num_tokens": 23389872.0, + "step": 13490 + }, + { + "entropy": 5.549258518218994, + "epoch": 1.0499513713285353, + "grad_norm": 1.0703125, + "learning_rate": 0.0004894253233611934, + "loss": 5.0217, + "mean_token_accuracy": 0.19420212060213088, + "num_tokens": 23398226.0, + "step": 13495 + }, + { + "entropy": 5.544851303100586, + "epoch": 1.0503404007002528, + "grad_norm": 0.9765625, + "learning_rate": 0.000489416924859948, + "loss": 5.0807, + "mean_token_accuracy": 0.1869447186589241, + "num_tokens": 23406776.0, + "step": 13500 + }, + { + "entropy": 5.578615379333496, + "epoch": 1.0507294300719705, + "grad_norm": 1.0546875, + "learning_rate": 0.000489408523105267, + "loss": 5.1328, + "mean_token_accuracy": 0.1891370803117752, + "num_tokens": 23415034.0, + "step": 13505 + }, + { + "entropy": 5.5821428298950195, + "epoch": 1.051118459443688, + "grad_norm": 0.96875, + "learning_rate": 0.0004894001180972779, + "loss": 5.1037, + "mean_token_accuracy": 0.18962409496307372, + "num_tokens": 23423826.0, + "step": 13510 + }, + { + "entropy": 5.519009447097778, + "epoch": 1.0515074888154055, + "grad_norm": 1.03125, + "learning_rate": 0.0004893917098361082, + "loss": 5.0488, + "mean_token_accuracy": 0.1983447104692459, + "num_tokens": 23432166.0, + "step": 13515 + }, + { + "entropy": 5.560363149642944, + "epoch": 1.0518965181871232, + "grad_norm": 1.03125, + "learning_rate": 0.0004893832983218856, + "loss": 5.1028, + "mean_token_accuracy": 0.18627478182315826, + "num_tokens": 23441065.0, + "step": 13520 + }, + { + "entropy": 5.599444484710693, + "epoch": 1.0522855475588406, + "grad_norm": 1.0234375, + "learning_rate": 0.0004893748835547377, + "loss": 5.1914, + "mean_token_accuracy": 0.18700702786445617, + "num_tokens": 23450514.0, + "step": 13525 + }, + { + "entropy": 5.655666303634644, + "epoch": 1.0526745769305583, + "grad_norm": 1.0234375, + "learning_rate": 0.0004893664655347921, + "loss": 5.2241, + "mean_token_accuracy": 0.18562853187322617, + "num_tokens": 23459354.0, + "step": 13530 + }, + { + "entropy": 5.62639536857605, + "epoch": 1.0530636063022758, + "grad_norm": 1.0390625, + "learning_rate": 0.0004893580442621767, + "loss": 5.1634, + "mean_token_accuracy": 0.1866938054561615, + "num_tokens": 23468646.0, + "step": 13535 + }, + { + "entropy": 5.547224283218384, + "epoch": 1.0534526356739935, + "grad_norm": 1.109375, + "learning_rate": 0.000489349619737019, + "loss": 5.0386, + "mean_token_accuracy": 0.1994957983493805, + "num_tokens": 23477042.0, + "step": 13540 + }, + { + "entropy": 5.483781623840332, + "epoch": 1.053841665045711, + "grad_norm": 1.015625, + "learning_rate": 0.000489341191959447, + "loss": 5.0469, + "mean_token_accuracy": 0.19702713042497635, + "num_tokens": 23485760.0, + "step": 13545 + }, + { + "entropy": 5.534365320205689, + "epoch": 1.0542306944174284, + "grad_norm": 1.109375, + "learning_rate": 0.0004893327609295887, + "loss": 5.1231, + "mean_token_accuracy": 0.189914707839489, + "num_tokens": 23494425.0, + "step": 13550 + }, + { + "entropy": 5.623115873336792, + "epoch": 1.0546197237891461, + "grad_norm": 1.0703125, + "learning_rate": 0.0004893243266475719, + "loss": 5.1159, + "mean_token_accuracy": 0.1864502862095833, + "num_tokens": 23502667.0, + "step": 13555 + }, + { + "entropy": 5.588123083114624, + "epoch": 1.0550087531608636, + "grad_norm": 1.1015625, + "learning_rate": 0.0004893158891135245, + "loss": 5.1466, + "mean_token_accuracy": 0.18397704958915712, + "num_tokens": 23511706.0, + "step": 13560 + }, + { + "entropy": 5.635261583328247, + "epoch": 1.055397782532581, + "grad_norm": 0.984375, + "learning_rate": 0.0004893074483275746, + "loss": 5.1786, + "mean_token_accuracy": 0.18407001197338105, + "num_tokens": 23520678.0, + "step": 13565 + }, + { + "entropy": 5.562875843048095, + "epoch": 1.0557868119042988, + "grad_norm": 0.9453125, + "learning_rate": 0.0004892990042898503, + "loss": 5.0935, + "mean_token_accuracy": 0.2003197804093361, + "num_tokens": 23530246.0, + "step": 13570 + }, + { + "entropy": 5.546559476852417, + "epoch": 1.0561758412760163, + "grad_norm": 1.0078125, + "learning_rate": 0.0004892905570004798, + "loss": 5.1183, + "mean_token_accuracy": 0.18283397257328032, + "num_tokens": 23539128.0, + "step": 13575 + }, + { + "entropy": 5.5782684803009035, + "epoch": 1.056564870647734, + "grad_norm": 1.046875, + "learning_rate": 0.000489282106459591, + "loss": 5.1937, + "mean_token_accuracy": 0.19033298045396804, + "num_tokens": 23548062.0, + "step": 13580 + }, + { + "entropy": 5.608988618850708, + "epoch": 1.0569539000194514, + "grad_norm": 1.109375, + "learning_rate": 0.0004892736526673124, + "loss": 5.2388, + "mean_token_accuracy": 0.17648792415857315, + "num_tokens": 23557148.0, + "step": 13585 + }, + { + "entropy": 5.5324094772338865, + "epoch": 1.0573429293911691, + "grad_norm": 1.1875, + "learning_rate": 0.0004892651956237721, + "loss": 5.0872, + "mean_token_accuracy": 0.19765702039003372, + "num_tokens": 23565949.0, + "step": 13590 + }, + { + "entropy": 5.599851369857788, + "epoch": 1.0577319587628866, + "grad_norm": 0.95703125, + "learning_rate": 0.0004892567353290986, + "loss": 5.1299, + "mean_token_accuracy": 0.192337067425251, + "num_tokens": 23574216.0, + "step": 13595 + }, + { + "entropy": 5.570483875274658, + "epoch": 1.058120988134604, + "grad_norm": 1.0390625, + "learning_rate": 0.0004892482717834201, + "loss": 5.0789, + "mean_token_accuracy": 0.18954364359378814, + "num_tokens": 23582362.0, + "step": 13600 + }, + { + "entropy": 5.578773736953735, + "epoch": 1.0585100175063218, + "grad_norm": 1.0390625, + "learning_rate": 0.0004892398049868651, + "loss": 5.1876, + "mean_token_accuracy": 0.17959755510091782, + "num_tokens": 23591737.0, + "step": 13605 + }, + { + "entropy": 5.537329244613647, + "epoch": 1.0588990468780393, + "grad_norm": 1.0703125, + "learning_rate": 0.000489231334939562, + "loss": 5.0123, + "mean_token_accuracy": 0.19217900037765503, + "num_tokens": 23600302.0, + "step": 13610 + }, + { + "entropy": 5.569388723373413, + "epoch": 1.059288076249757, + "grad_norm": 1.0546875, + "learning_rate": 0.0004892228616416395, + "loss": 5.1217, + "mean_token_accuracy": 0.1873750239610672, + "num_tokens": 23609189.0, + "step": 13615 + }, + { + "entropy": 5.578092765808106, + "epoch": 1.0596771056214744, + "grad_norm": 1.046875, + "learning_rate": 0.0004892143850932259, + "loss": 5.1305, + "mean_token_accuracy": 0.18973375260829925, + "num_tokens": 23618174.0, + "step": 13620 + }, + { + "entropy": 5.525272798538208, + "epoch": 1.060066134993192, + "grad_norm": 0.984375, + "learning_rate": 0.00048920590529445, + "loss": 5.0794, + "mean_token_accuracy": 0.19074255377054214, + "num_tokens": 23626908.0, + "step": 13625 + }, + { + "entropy": 5.636927938461303, + "epoch": 1.0604551643649096, + "grad_norm": 1.1015625, + "learning_rate": 0.0004891974222454406, + "loss": 5.1308, + "mean_token_accuracy": 0.1862700954079628, + "num_tokens": 23635379.0, + "step": 13630 + }, + { + "entropy": 5.610056591033936, + "epoch": 1.060844193736627, + "grad_norm": 1.15625, + "learning_rate": 0.0004891889359463261, + "loss": 5.1239, + "mean_token_accuracy": 0.18823395818471908, + "num_tokens": 23644249.0, + "step": 13635 + }, + { + "entropy": 5.515226078033447, + "epoch": 1.0612332231083448, + "grad_norm": 1.078125, + "learning_rate": 0.0004891804463972354, + "loss": 5.1292, + "mean_token_accuracy": 0.18381592482328415, + "num_tokens": 23652438.0, + "step": 13640 + }, + { + "entropy": 5.557789707183838, + "epoch": 1.0616222524800623, + "grad_norm": 1.125, + "learning_rate": 0.0004891719535982974, + "loss": 5.0434, + "mean_token_accuracy": 0.19172144681215286, + "num_tokens": 23660238.0, + "step": 13645 + }, + { + "entropy": 5.609073257446289, + "epoch": 1.0620112818517797, + "grad_norm": 1.1015625, + "learning_rate": 0.0004891634575496408, + "loss": 5.1778, + "mean_token_accuracy": 0.1897690102458, + "num_tokens": 23669213.0, + "step": 13650 + }, + { + "entropy": 5.570946788787841, + "epoch": 1.0624003112234974, + "grad_norm": 1.0703125, + "learning_rate": 0.0004891549582513946, + "loss": 5.2305, + "mean_token_accuracy": 0.18277956992387773, + "num_tokens": 23677941.0, + "step": 13655 + }, + { + "entropy": 5.611078405380249, + "epoch": 1.062789340595215, + "grad_norm": 1.3515625, + "learning_rate": 0.000489146455703688, + "loss": 5.1143, + "mean_token_accuracy": 0.1915038898587227, + "num_tokens": 23686407.0, + "step": 13660 + }, + { + "entropy": 5.612770318984985, + "epoch": 1.0631783699669326, + "grad_norm": 1.171875, + "learning_rate": 0.0004891379499066495, + "loss": 5.0372, + "mean_token_accuracy": 0.19816849529743194, + "num_tokens": 23694434.0, + "step": 13665 + }, + { + "entropy": 5.580088186264038, + "epoch": 1.06356739933865, + "grad_norm": 1.03125, + "learning_rate": 0.0004891294408604087, + "loss": 5.1347, + "mean_token_accuracy": 0.18438185900449752, + "num_tokens": 23702949.0, + "step": 13670 + }, + { + "entropy": 5.595816802978516, + "epoch": 1.0639564287103676, + "grad_norm": 1.0390625, + "learning_rate": 0.0004891209285650942, + "loss": 5.0789, + "mean_token_accuracy": 0.18752569556236268, + "num_tokens": 23710888.0, + "step": 13675 + }, + { + "entropy": 5.56008996963501, + "epoch": 1.0643454580820852, + "grad_norm": 1.046875, + "learning_rate": 0.0004891124130208355, + "loss": 5.0845, + "mean_token_accuracy": 0.1972753509879112, + "num_tokens": 23718590.0, + "step": 13680 + }, + { + "entropy": 5.539409589767456, + "epoch": 1.0647344874538027, + "grad_norm": 1.125, + "learning_rate": 0.0004891038942277618, + "loss": 5.0885, + "mean_token_accuracy": 0.18879779875278474, + "num_tokens": 23726920.0, + "step": 13685 + }, + { + "entropy": 5.605718803405762, + "epoch": 1.0651235168255204, + "grad_norm": 0.99609375, + "learning_rate": 0.0004890953721860022, + "loss": 5.1357, + "mean_token_accuracy": 0.17755869030952454, + "num_tokens": 23735984.0, + "step": 13690 + }, + { + "entropy": 5.667345428466797, + "epoch": 1.065512546197238, + "grad_norm": 1.015625, + "learning_rate": 0.0004890868468956862, + "loss": 5.194, + "mean_token_accuracy": 0.18257306516170502, + "num_tokens": 23745144.0, + "step": 13695 + }, + { + "entropy": 5.531020736694336, + "epoch": 1.0659015755689554, + "grad_norm": 0.9765625, + "learning_rate": 0.000489078318356943, + "loss": 5.1314, + "mean_token_accuracy": 0.18755106627941132, + "num_tokens": 23753865.0, + "step": 13700 + }, + { + "entropy": 5.5853307247161865, + "epoch": 1.066290604940673, + "grad_norm": 1.0703125, + "learning_rate": 0.0004890697865699021, + "loss": 5.1527, + "mean_token_accuracy": 0.18816366642713547, + "num_tokens": 23762275.0, + "step": 13705 + }, + { + "entropy": 5.590680646896362, + "epoch": 1.0666796343123905, + "grad_norm": 1.0390625, + "learning_rate": 0.0004890612515346929, + "loss": 5.0787, + "mean_token_accuracy": 0.19052141010761262, + "num_tokens": 23770309.0, + "step": 13710 + }, + { + "entropy": 5.583022737503052, + "epoch": 1.0670686636841082, + "grad_norm": 1.140625, + "learning_rate": 0.0004890527132514448, + "loss": 5.111, + "mean_token_accuracy": 0.18735755681991578, + "num_tokens": 23778595.0, + "step": 13715 + }, + { + "entropy": 5.560073137283325, + "epoch": 1.0674576930558257, + "grad_norm": 1.0703125, + "learning_rate": 0.0004890441717202876, + "loss": 5.0546, + "mean_token_accuracy": 0.19018151015043258, + "num_tokens": 23787122.0, + "step": 13720 + }, + { + "entropy": 5.607947540283203, + "epoch": 1.0678467224275432, + "grad_norm": 1.0234375, + "learning_rate": 0.0004890356269413507, + "loss": 5.1361, + "mean_token_accuracy": 0.19063434302806853, + "num_tokens": 23795677.0, + "step": 13725 + }, + { + "entropy": 5.571318101882935, + "epoch": 1.068235751799261, + "grad_norm": 1.0546875, + "learning_rate": 0.000489027078914764, + "loss": 5.0757, + "mean_token_accuracy": 0.19159403443336487, + "num_tokens": 23803752.0, + "step": 13730 + }, + { + "entropy": 5.516817903518676, + "epoch": 1.0686247811709784, + "grad_norm": 0.984375, + "learning_rate": 0.0004890185276406569, + "loss": 5.057, + "mean_token_accuracy": 0.1949842855334282, + "num_tokens": 23812545.0, + "step": 13735 + }, + { + "entropy": 5.579953813552857, + "epoch": 1.069013810542696, + "grad_norm": 1.0625, + "learning_rate": 0.0004890099731191592, + "loss": 5.2105, + "mean_token_accuracy": 0.18914037346839904, + "num_tokens": 23820971.0, + "step": 13740 + }, + { + "entropy": 5.629090404510498, + "epoch": 1.0694028399144135, + "grad_norm": 1.1015625, + "learning_rate": 0.000489001415350401, + "loss": 5.2208, + "mean_token_accuracy": 0.18082624524831772, + "num_tokens": 23828987.0, + "step": 13745 + }, + { + "entropy": 5.562632322311401, + "epoch": 1.069791869286131, + "grad_norm": 1.046875, + "learning_rate": 0.0004889928543345118, + "loss": 5.0749, + "mean_token_accuracy": 0.1934753805398941, + "num_tokens": 23837399.0, + "step": 13750 + }, + { + "entropy": 5.579130840301514, + "epoch": 1.0701808986578487, + "grad_norm": 1.1015625, + "learning_rate": 0.0004889842900716217, + "loss": 5.2064, + "mean_token_accuracy": 0.18255166411399842, + "num_tokens": 23846654.0, + "step": 13755 + }, + { + "entropy": 5.630941343307495, + "epoch": 1.0705699280295662, + "grad_norm": 1.09375, + "learning_rate": 0.0004889757225618606, + "loss": 5.158, + "mean_token_accuracy": 0.18479872047901152, + "num_tokens": 23854961.0, + "step": 13760 + }, + { + "entropy": 5.623979234695435, + "epoch": 1.0709589574012839, + "grad_norm": 1.0625, + "learning_rate": 0.0004889671518053584, + "loss": 5.1772, + "mean_token_accuracy": 0.18524216562509538, + "num_tokens": 23864093.0, + "step": 13765 + }, + { + "entropy": 5.65051007270813, + "epoch": 1.0713479867730014, + "grad_norm": 1.0859375, + "learning_rate": 0.0004889585778022453, + "loss": 5.2139, + "mean_token_accuracy": 0.18643150329589844, + "num_tokens": 23872287.0, + "step": 13770 + }, + { + "entropy": 5.621897602081299, + "epoch": 1.0717370161447188, + "grad_norm": 1.109375, + "learning_rate": 0.0004889500005526514, + "loss": 5.0802, + "mean_token_accuracy": 0.19267210066318513, + "num_tokens": 23880747.0, + "step": 13775 + }, + { + "entropy": 5.545275640487671, + "epoch": 1.0721260455164365, + "grad_norm": 1.0625, + "learning_rate": 0.0004889414200567067, + "loss": 5.1342, + "mean_token_accuracy": 0.1844252899289131, + "num_tokens": 23889374.0, + "step": 13780 + }, + { + "entropy": 5.672953939437866, + "epoch": 1.072515074888154, + "grad_norm": 1.0703125, + "learning_rate": 0.0004889328363145415, + "loss": 5.2497, + "mean_token_accuracy": 0.17937251627445222, + "num_tokens": 23898090.0, + "step": 13785 + }, + { + "entropy": 5.551293230056762, + "epoch": 1.0729041042598717, + "grad_norm": 1.140625, + "learning_rate": 0.0004889242493262859, + "loss": 5.0606, + "mean_token_accuracy": 0.19514571875333786, + "num_tokens": 23906263.0, + "step": 13790 + }, + { + "entropy": 5.609498310089111, + "epoch": 1.0732931336315892, + "grad_norm": 1.09375, + "learning_rate": 0.0004889156590920704, + "loss": 5.0722, + "mean_token_accuracy": 0.19317003786563874, + "num_tokens": 23914292.0, + "step": 13795 + }, + { + "entropy": 5.473037338256836, + "epoch": 1.0736821630033067, + "grad_norm": 0.9765625, + "learning_rate": 0.0004889070656120253, + "loss": 5.1033, + "mean_token_accuracy": 0.18919340074062346, + "num_tokens": 23923264.0, + "step": 13800 + }, + { + "entropy": 5.486681318283081, + "epoch": 1.0740711923750244, + "grad_norm": 0.98828125, + "learning_rate": 0.0004888984688862809, + "loss": 5.0511, + "mean_token_accuracy": 0.19352186769247054, + "num_tokens": 23932340.0, + "step": 13805 + }, + { + "entropy": 5.640164422988891, + "epoch": 1.0744602217467418, + "grad_norm": 1.0546875, + "learning_rate": 0.0004888898689149677, + "loss": 5.2122, + "mean_token_accuracy": 0.1877915546298027, + "num_tokens": 23940843.0, + "step": 13810 + }, + { + "entropy": 5.5655467987060545, + "epoch": 1.0748492511184595, + "grad_norm": 1.0546875, + "learning_rate": 0.0004888812656982162, + "loss": 5.2077, + "mean_token_accuracy": 0.18209538161754607, + "num_tokens": 23949127.0, + "step": 13815 + }, + { + "entropy": 5.582883214950561, + "epoch": 1.075238280490177, + "grad_norm": 0.953125, + "learning_rate": 0.0004888726592361569, + "loss": 5.2824, + "mean_token_accuracy": 0.18244124799966813, + "num_tokens": 23958218.0, + "step": 13820 + }, + { + "entropy": 5.654143571853638, + "epoch": 1.0756273098618945, + "grad_norm": 1.0859375, + "learning_rate": 0.0004888640495289204, + "loss": 5.0716, + "mean_token_accuracy": 0.18662235587835313, + "num_tokens": 23966330.0, + "step": 13825 + }, + { + "entropy": 5.633503103256226, + "epoch": 1.0760163392336122, + "grad_norm": 0.96484375, + "learning_rate": 0.0004888554365766374, + "loss": 5.1718, + "mean_token_accuracy": 0.1887890115380287, + "num_tokens": 23975719.0, + "step": 13830 + }, + { + "entropy": 5.518901777267456, + "epoch": 1.0764053686053296, + "grad_norm": 0.984375, + "learning_rate": 0.0004888468203794385, + "loss": 5.0787, + "mean_token_accuracy": 0.1930502638220787, + "num_tokens": 23984115.0, + "step": 13835 + }, + { + "entropy": 5.598899602890015, + "epoch": 1.0767943979770473, + "grad_norm": 0.9609375, + "learning_rate": 0.0004888382009374545, + "loss": 5.1231, + "mean_token_accuracy": 0.18261008858680725, + "num_tokens": 23993242.0, + "step": 13840 + }, + { + "entropy": 5.557947301864624, + "epoch": 1.0771834273487648, + "grad_norm": 1.078125, + "learning_rate": 0.0004888295782508161, + "loss": 5.1524, + "mean_token_accuracy": 0.19133811295032502, + "num_tokens": 24001812.0, + "step": 13845 + }, + { + "entropy": 5.56397008895874, + "epoch": 1.0775724567204823, + "grad_norm": 1.0625, + "learning_rate": 0.0004888209523196542, + "loss": 5.0724, + "mean_token_accuracy": 0.19241226762533187, + "num_tokens": 24010112.0, + "step": 13850 + }, + { + "entropy": 5.574938249588013, + "epoch": 1.0779614860922, + "grad_norm": 1.0078125, + "learning_rate": 0.0004888123231440997, + "loss": 5.2114, + "mean_token_accuracy": 0.17939891070127487, + "num_tokens": 24018067.0, + "step": 13855 + }, + { + "entropy": 5.57846245765686, + "epoch": 1.0783505154639175, + "grad_norm": 1.078125, + "learning_rate": 0.0004888036907242834, + "loss": 5.1089, + "mean_token_accuracy": 0.18227393478155135, + "num_tokens": 24026771.0, + "step": 13860 + }, + { + "entropy": 5.551964569091797, + "epoch": 1.0787395448356352, + "grad_norm": 1.03125, + "learning_rate": 0.0004887950550603366, + "loss": 5.1041, + "mean_token_accuracy": 0.19347784519195557, + "num_tokens": 24035322.0, + "step": 13865 + }, + { + "entropy": 5.641229486465454, + "epoch": 1.0791285742073526, + "grad_norm": 1.1015625, + "learning_rate": 0.0004887864161523901, + "loss": 5.2189, + "mean_token_accuracy": 0.18080469965934753, + "num_tokens": 24043871.0, + "step": 13870 + }, + { + "entropy": 5.593579578399658, + "epoch": 1.0795176035790701, + "grad_norm": 1.0859375, + "learning_rate": 0.0004887777740005749, + "loss": 5.1046, + "mean_token_accuracy": 0.19622930139303207, + "num_tokens": 24052807.0, + "step": 13875 + }, + { + "entropy": 5.540765857696533, + "epoch": 1.0799066329507878, + "grad_norm": 1.0078125, + "learning_rate": 0.0004887691286050224, + "loss": 5.0628, + "mean_token_accuracy": 0.19727994948625566, + "num_tokens": 24061201.0, + "step": 13880 + }, + { + "entropy": 5.605402612686158, + "epoch": 1.0802956623225053, + "grad_norm": 1.1171875, + "learning_rate": 0.0004887604799658635, + "loss": 5.1573, + "mean_token_accuracy": 0.1897054687142372, + "num_tokens": 24070521.0, + "step": 13885 + }, + { + "entropy": 5.5567018508911135, + "epoch": 1.080684691694223, + "grad_norm": 1.109375, + "learning_rate": 0.0004887518280832295, + "loss": 5.0122, + "mean_token_accuracy": 0.19298417419195174, + "num_tokens": 24079941.0, + "step": 13890 + }, + { + "entropy": 5.569694900512696, + "epoch": 1.0810737210659405, + "grad_norm": 1.0703125, + "learning_rate": 0.0004887431729572519, + "loss": 5.1365, + "mean_token_accuracy": 0.1893109440803528, + "num_tokens": 24088696.0, + "step": 13895 + }, + { + "entropy": 5.517523574829101, + "epoch": 1.081462750437658, + "grad_norm": 0.95703125, + "learning_rate": 0.0004887345145880617, + "loss": 5.0474, + "mean_token_accuracy": 0.1945627897977829, + "num_tokens": 24098285.0, + "step": 13900 + }, + { + "entropy": 5.511322164535523, + "epoch": 1.0818517798093756, + "grad_norm": 1.078125, + "learning_rate": 0.0004887258529757904, + "loss": 5.0196, + "mean_token_accuracy": 0.1972909688949585, + "num_tokens": 24107267.0, + "step": 13905 + }, + { + "entropy": 5.601155710220337, + "epoch": 1.082240809181093, + "grad_norm": 1.0859375, + "learning_rate": 0.0004887171881205696, + "loss": 5.1013, + "mean_token_accuracy": 0.19058067500591278, + "num_tokens": 24115755.0, + "step": 13910 + }, + { + "entropy": 5.570033884048462, + "epoch": 1.0826298385528108, + "grad_norm": 1.1015625, + "learning_rate": 0.0004887085200225306, + "loss": 5.0488, + "mean_token_accuracy": 0.1970730572938919, + "num_tokens": 24124207.0, + "step": 13915 + }, + { + "entropy": 5.5680121898651125, + "epoch": 1.0830188679245283, + "grad_norm": 1.1171875, + "learning_rate": 0.0004886998486818049, + "loss": 5.1487, + "mean_token_accuracy": 0.18288079351186753, + "num_tokens": 24133771.0, + "step": 13920 + }, + { + "entropy": 5.541825008392334, + "epoch": 1.083407897296246, + "grad_norm": 0.99609375, + "learning_rate": 0.0004886911740985242, + "loss": 5.0202, + "mean_token_accuracy": 0.19859096109867097, + "num_tokens": 24142186.0, + "step": 13925 + }, + { + "entropy": 5.495328712463379, + "epoch": 1.0837969266679635, + "grad_norm": 1.015625, + "learning_rate": 0.00048868249627282, + "loss": 5.041, + "mean_token_accuracy": 0.19150106906890868, + "num_tokens": 24151073.0, + "step": 13930 + }, + { + "entropy": 5.587373161315918, + "epoch": 1.084185956039681, + "grad_norm": 1.015625, + "learning_rate": 0.000488673815204824, + "loss": 5.1438, + "mean_token_accuracy": 0.18942451775074004, + "num_tokens": 24160092.0, + "step": 13935 + }, + { + "entropy": 5.585743761062622, + "epoch": 1.0845749854113986, + "grad_norm": 1.0703125, + "learning_rate": 0.0004886651308946681, + "loss": 5.0767, + "mean_token_accuracy": 0.18980797678232192, + "num_tokens": 24167982.0, + "step": 13940 + }, + { + "entropy": 5.53988676071167, + "epoch": 1.084964014783116, + "grad_norm": 1.078125, + "learning_rate": 0.0004886564433424839, + "loss": 5.2215, + "mean_token_accuracy": 0.1789554014801979, + "num_tokens": 24176753.0, + "step": 13945 + }, + { + "entropy": 5.595651578903198, + "epoch": 1.0853530441548336, + "grad_norm": 1.0546875, + "learning_rate": 0.0004886477525484032, + "loss": 5.129, + "mean_token_accuracy": 0.1871127262711525, + "num_tokens": 24185923.0, + "step": 13950 + }, + { + "entropy": 5.568198871612549, + "epoch": 1.0857420735265513, + "grad_norm": 1.0859375, + "learning_rate": 0.0004886390585125579, + "loss": 5.0143, + "mean_token_accuracy": 0.18959329128265381, + "num_tokens": 24194614.0, + "step": 13955 + }, + { + "entropy": 5.668239688873291, + "epoch": 1.0861311028982688, + "grad_norm": 1.1015625, + "learning_rate": 0.0004886303612350799, + "loss": 5.2184, + "mean_token_accuracy": 0.18161980509757997, + "num_tokens": 24203623.0, + "step": 13960 + }, + { + "entropy": 5.539073801040649, + "epoch": 1.0865201322699864, + "grad_norm": 1.109375, + "learning_rate": 0.0004886216607161013, + "loss": 5.0168, + "mean_token_accuracy": 0.20462130308151244, + "num_tokens": 24211936.0, + "step": 13965 + }, + { + "entropy": 5.590416431427002, + "epoch": 1.086909161641704, + "grad_norm": 1.0625, + "learning_rate": 0.0004886129569557538, + "loss": 5.0509, + "mean_token_accuracy": 0.19558132886886598, + "num_tokens": 24219944.0, + "step": 13970 + }, + { + "entropy": 5.598842525482178, + "epoch": 1.0872981910134216, + "grad_norm": 1.0234375, + "learning_rate": 0.0004886042499541699, + "loss": 5.1772, + "mean_token_accuracy": 0.1828648641705513, + "num_tokens": 24228911.0, + "step": 13975 + }, + { + "entropy": 5.62201886177063, + "epoch": 1.087687220385139, + "grad_norm": 1.125, + "learning_rate": 0.0004885955397114813, + "loss": 5.1575, + "mean_token_accuracy": 0.18581234365701677, + "num_tokens": 24237997.0, + "step": 13980 + }, + { + "entropy": 5.582080078125, + "epoch": 1.0880762497568566, + "grad_norm": 0.96484375, + "learning_rate": 0.0004885868262278205, + "loss": 5.1231, + "mean_token_accuracy": 0.19067915827035903, + "num_tokens": 24247099.0, + "step": 13985 + }, + { + "entropy": 5.569458246231079, + "epoch": 1.0884652791285743, + "grad_norm": 1.03125, + "learning_rate": 0.0004885781095033195, + "loss": 5.086, + "mean_token_accuracy": 0.1922161713242531, + "num_tokens": 24255749.0, + "step": 13990 + }, + { + "entropy": 5.629233312606812, + "epoch": 1.0888543085002917, + "grad_norm": 1.0859375, + "learning_rate": 0.0004885693895381108, + "loss": 5.197, + "mean_token_accuracy": 0.18305113315582275, + "num_tokens": 24263891.0, + "step": 13995 + }, + { + "entropy": 5.5579911231994625, + "epoch": 1.0892433378720092, + "grad_norm": 1.0078125, + "learning_rate": 0.0004885606663323263, + "loss": 5.0585, + "mean_token_accuracy": 0.19586554616689683, + "num_tokens": 24272660.0, + "step": 14000 + }, + { + "entropy": 5.564083623886108, + "epoch": 1.089632367243727, + "grad_norm": 1.046875, + "learning_rate": 0.0004885519398860987, + "loss": 5.0547, + "mean_token_accuracy": 0.19680052250623703, + "num_tokens": 24280922.0, + "step": 14005 + }, + { + "entropy": 5.5566277503967285, + "epoch": 1.0900213966154444, + "grad_norm": 0.96875, + "learning_rate": 0.0004885432101995604, + "loss": 5.152, + "mean_token_accuracy": 0.1903008833527565, + "num_tokens": 24289630.0, + "step": 14010 + }, + { + "entropy": 5.497645425796509, + "epoch": 1.090410425987162, + "grad_norm": 0.9921875, + "learning_rate": 0.0004885344772728436, + "loss": 5.0781, + "mean_token_accuracy": 0.19976045936346054, + "num_tokens": 24298310.0, + "step": 14015 + }, + { + "entropy": 5.513738584518433, + "epoch": 1.0907994553588796, + "grad_norm": 1.0859375, + "learning_rate": 0.0004885257411060812, + "loss": 4.9875, + "mean_token_accuracy": 0.19767605811357497, + "num_tokens": 24306839.0, + "step": 14020 + }, + { + "entropy": 5.559114170074463, + "epoch": 1.0911884847305973, + "grad_norm": 1.1640625, + "learning_rate": 0.0004885170016994053, + "loss": 5.1816, + "mean_token_accuracy": 0.1879316359758377, + "num_tokens": 24315571.0, + "step": 14025 + }, + { + "entropy": 5.614309692382813, + "epoch": 1.0915775141023147, + "grad_norm": 1.078125, + "learning_rate": 0.0004885082590529489, + "loss": 5.1508, + "mean_token_accuracy": 0.18313003331422806, + "num_tokens": 24325137.0, + "step": 14030 + }, + { + "entropy": 5.639572620391846, + "epoch": 1.0919665434740322, + "grad_norm": 1.0234375, + "learning_rate": 0.0004884995131668445, + "loss": 5.1626, + "mean_token_accuracy": 0.19020339250564575, + "num_tokens": 24333993.0, + "step": 14035 + }, + { + "entropy": 5.6368443965911865, + "epoch": 1.09235557284575, + "grad_norm": 1.0859375, + "learning_rate": 0.0004884907640412248, + "loss": 5.2461, + "mean_token_accuracy": 0.18553033471107483, + "num_tokens": 24342488.0, + "step": 14040 + }, + { + "entropy": 5.561846399307251, + "epoch": 1.0927446022174674, + "grad_norm": 1.09375, + "learning_rate": 0.0004884820116762225, + "loss": 5.0012, + "mean_token_accuracy": 0.20632028728723525, + "num_tokens": 24350250.0, + "step": 14045 + }, + { + "entropy": 5.53199462890625, + "epoch": 1.093133631589185, + "grad_norm": 1.0546875, + "learning_rate": 0.0004884732560719706, + "loss": 5.1063, + "mean_token_accuracy": 0.18937646448612214, + "num_tokens": 24360375.0, + "step": 14050 + }, + { + "entropy": 5.615373277664185, + "epoch": 1.0935226609609026, + "grad_norm": 1.09375, + "learning_rate": 0.0004884644972286017, + "loss": 5.2187, + "mean_token_accuracy": 0.17988382875919343, + "num_tokens": 24368410.0, + "step": 14055 + }, + { + "entropy": 5.612706661224365, + "epoch": 1.09391169033262, + "grad_norm": 1.046875, + "learning_rate": 0.0004884557351462488, + "loss": 5.0843, + "mean_token_accuracy": 0.1921262875199318, + "num_tokens": 24377618.0, + "step": 14060 + }, + { + "entropy": 5.587033700942993, + "epoch": 1.0943007197043377, + "grad_norm": 1.0390625, + "learning_rate": 0.0004884469698250449, + "loss": 5.1576, + "mean_token_accuracy": 0.18763049691915512, + "num_tokens": 24385844.0, + "step": 14065 + }, + { + "entropy": 5.5789378643035885, + "epoch": 1.0946897490760552, + "grad_norm": 1.0859375, + "learning_rate": 0.000488438201265123, + "loss": 5.2327, + "mean_token_accuracy": 0.18964717239141465, + "num_tokens": 24394411.0, + "step": 14070 + }, + { + "entropy": 5.634952878952026, + "epoch": 1.095078778447773, + "grad_norm": 1.1015625, + "learning_rate": 0.0004884294294666161, + "loss": 5.1646, + "mean_token_accuracy": 0.1800922527909279, + "num_tokens": 24402791.0, + "step": 14075 + }, + { + "entropy": 5.553496408462524, + "epoch": 1.0954678078194904, + "grad_norm": 1.046875, + "learning_rate": 0.0004884206544296573, + "loss": 5.0836, + "mean_token_accuracy": 0.1936492934823036, + "num_tokens": 24411268.0, + "step": 14080 + }, + { + "entropy": 5.507805347442627, + "epoch": 1.0958568371912079, + "grad_norm": 1.0703125, + "learning_rate": 0.0004884118761543797, + "loss": 5.0523, + "mean_token_accuracy": 0.19896922558546065, + "num_tokens": 24419417.0, + "step": 14085 + }, + { + "entropy": 5.554366779327393, + "epoch": 1.0962458665629256, + "grad_norm": 1.125, + "learning_rate": 0.0004884030946409167, + "loss": 5.098, + "mean_token_accuracy": 0.19082854986190795, + "num_tokens": 24427417.0, + "step": 14090 + }, + { + "entropy": 5.623044013977051, + "epoch": 1.096634895934643, + "grad_norm": 1.09375, + "learning_rate": 0.0004883943098894013, + "loss": 5.1123, + "mean_token_accuracy": 0.1921709358692169, + "num_tokens": 24436061.0, + "step": 14095 + }, + { + "entropy": 5.60374493598938, + "epoch": 1.0970239253063607, + "grad_norm": 1.09375, + "learning_rate": 0.000488385521899967, + "loss": 5.1812, + "mean_token_accuracy": 0.18584837168455123, + "num_tokens": 24444313.0, + "step": 14100 + }, + { + "entropy": 5.601384067535401, + "epoch": 1.0974129546780782, + "grad_norm": 1.0390625, + "learning_rate": 0.000488376730672747, + "loss": 5.096, + "mean_token_accuracy": 0.18714766204357147, + "num_tokens": 24452971.0, + "step": 14105 + }, + { + "entropy": 5.579710006713867, + "epoch": 1.0978019840497957, + "grad_norm": 0.98046875, + "learning_rate": 0.0004883679362078746, + "loss": 5.12, + "mean_token_accuracy": 0.18943513929843903, + "num_tokens": 24461858.0, + "step": 14110 + }, + { + "entropy": 5.5985795021057125, + "epoch": 1.0981910134215134, + "grad_norm": 1.078125, + "learning_rate": 0.0004883591385054836, + "loss": 5.1167, + "mean_token_accuracy": 0.18436175137758254, + "num_tokens": 24470694.0, + "step": 14115 + }, + { + "entropy": 5.589492845535278, + "epoch": 1.0985800427932308, + "grad_norm": 1.0703125, + "learning_rate": 0.0004883503375657072, + "loss": 5.202, + "mean_token_accuracy": 0.18817693144083023, + "num_tokens": 24479668.0, + "step": 14120 + }, + { + "entropy": 5.602865266799927, + "epoch": 1.0989690721649485, + "grad_norm": 1.0625, + "learning_rate": 0.0004883415333886789, + "loss": 5.1433, + "mean_token_accuracy": 0.18661957532167434, + "num_tokens": 24487604.0, + "step": 14125 + }, + { + "entropy": 5.619124460220337, + "epoch": 1.099358101536666, + "grad_norm": 0.96484375, + "learning_rate": 0.0004883327259745325, + "loss": 5.0989, + "mean_token_accuracy": 0.1922769457101822, + "num_tokens": 24496847.0, + "step": 14130 + }, + { + "entropy": 5.630727291107178, + "epoch": 1.0997471309083835, + "grad_norm": 1.0546875, + "learning_rate": 0.0004883239153234015, + "loss": 5.2378, + "mean_token_accuracy": 0.1841300383210182, + "num_tokens": 24505265.0, + "step": 14135 + }, + { + "entropy": 5.6263550281524655, + "epoch": 1.1001361602801012, + "grad_norm": 1.0625, + "learning_rate": 0.0004883151014354197, + "loss": 5.1761, + "mean_token_accuracy": 0.1870769038796425, + "num_tokens": 24513772.0, + "step": 14140 + }, + { + "entropy": 5.591102361679077, + "epoch": 1.1005251896518187, + "grad_norm": 1.046875, + "learning_rate": 0.0004883062843107207, + "loss": 5.0056, + "mean_token_accuracy": 0.19326137900352477, + "num_tokens": 24521882.0, + "step": 14145 + }, + { + "entropy": 5.51957516670227, + "epoch": 1.1009142190235364, + "grad_norm": 1.0078125, + "learning_rate": 0.0004882974639494383, + "loss": 5.0485, + "mean_token_accuracy": 0.19615505933761596, + "num_tokens": 24530876.0, + "step": 14150 + }, + { + "entropy": 5.439130115509033, + "epoch": 1.1013032483952538, + "grad_norm": 1.0078125, + "learning_rate": 0.0004882886403517065, + "loss": 5.0123, + "mean_token_accuracy": 0.19593371599912643, + "num_tokens": 24540829.0, + "step": 14155 + }, + { + "entropy": 5.550751972198486, + "epoch": 1.1016922777669713, + "grad_norm": 1.0703125, + "learning_rate": 0.0004882798135176589, + "loss": 5.1103, + "mean_token_accuracy": 0.18894765973091127, + "num_tokens": 24549310.0, + "step": 14160 + }, + { + "entropy": 5.581023740768432, + "epoch": 1.102081307138689, + "grad_norm": 0.98046875, + "learning_rate": 0.00048827098344742973, + "loss": 5.0626, + "mean_token_accuracy": 0.19685727655887603, + "num_tokens": 24558812.0, + "step": 14165 + }, + { + "entropy": 5.503435945510864, + "epoch": 1.1024703365104065, + "grad_norm": 1.1171875, + "learning_rate": 0.0004882621501411528, + "loss": 5.0139, + "mean_token_accuracy": 0.198396959900856, + "num_tokens": 24567253.0, + "step": 14170 + }, + { + "entropy": 5.57770471572876, + "epoch": 1.1028593658821242, + "grad_norm": 1.1171875, + "learning_rate": 0.0004882533135989622, + "loss": 5.2007, + "mean_token_accuracy": 0.1823203980922699, + "num_tokens": 24576090.0, + "step": 14175 + }, + { + "entropy": 5.601068782806396, + "epoch": 1.1032483952538417, + "grad_norm": 1.1015625, + "learning_rate": 0.000488244473820992, + "loss": 5.1461, + "mean_token_accuracy": 0.18817279040813445, + "num_tokens": 24584826.0, + "step": 14180 + }, + { + "entropy": 5.5820310592651365, + "epoch": 1.1036374246255591, + "grad_norm": 1.1015625, + "learning_rate": 0.00048823563080737634, + "loss": 5.057, + "mean_token_accuracy": 0.19842319339513778, + "num_tokens": 24593363.0, + "step": 14185 + }, + { + "entropy": 5.51724910736084, + "epoch": 1.1040264539972768, + "grad_norm": 1.015625, + "learning_rate": 0.0004882267845582493, + "loss": 5.1437, + "mean_token_accuracy": 0.19488151371479034, + "num_tokens": 24602391.0, + "step": 14190 + }, + { + "entropy": 5.604940891265869, + "epoch": 1.1044154833689943, + "grad_norm": 1.046875, + "learning_rate": 0.00048821793507374526, + "loss": 5.1169, + "mean_token_accuracy": 0.18977423906326293, + "num_tokens": 24610986.0, + "step": 14195 + }, + { + "entropy": 5.50228328704834, + "epoch": 1.104804512740712, + "grad_norm": 1.1015625, + "learning_rate": 0.0004882090823539984, + "loss": 5.105, + "mean_token_accuracy": 0.19538104981184007, + "num_tokens": 24620304.0, + "step": 14200 + }, + { + "entropy": 5.608579635620117, + "epoch": 1.1051935421124295, + "grad_norm": 1.0234375, + "learning_rate": 0.0004882002263991431, + "loss": 5.1393, + "mean_token_accuracy": 0.18558339327573775, + "num_tokens": 24628867.0, + "step": 14205 + }, + { + "entropy": 5.637491273880005, + "epoch": 1.105582571484147, + "grad_norm": 1.1171875, + "learning_rate": 0.00048819136720931364, + "loss": 5.1322, + "mean_token_accuracy": 0.18546447902917862, + "num_tokens": 24637428.0, + "step": 14210 + }, + { + "entropy": 5.634244060516357, + "epoch": 1.1059716008558647, + "grad_norm": 1.078125, + "learning_rate": 0.00048818250478464457, + "loss": 5.1383, + "mean_token_accuracy": 0.17972430288791658, + "num_tokens": 24646065.0, + "step": 14215 + }, + { + "entropy": 5.60365252494812, + "epoch": 1.1063606302275821, + "grad_norm": 1.046875, + "learning_rate": 0.0004881736391252703, + "loss": 5.1095, + "mean_token_accuracy": 0.18994241207838058, + "num_tokens": 24654118.0, + "step": 14220 + }, + { + "entropy": 5.528157091140747, + "epoch": 1.1067496595992998, + "grad_norm": 1.109375, + "learning_rate": 0.0004881647702313253, + "loss": 5.0624, + "mean_token_accuracy": 0.19765604734420777, + "num_tokens": 24662127.0, + "step": 14225 + }, + { + "entropy": 5.4778289794921875, + "epoch": 1.1071386889710173, + "grad_norm": 1.0078125, + "learning_rate": 0.00048815589810294427, + "loss": 5.0313, + "mean_token_accuracy": 0.19388917982578277, + "num_tokens": 24671116.0, + "step": 14230 + }, + { + "entropy": 5.576928758621216, + "epoch": 1.1075277183427348, + "grad_norm": 1.0390625, + "learning_rate": 0.00048814702274026174, + "loss": 5.0761, + "mean_token_accuracy": 0.1887007936835289, + "num_tokens": 24679471.0, + "step": 14235 + }, + { + "entropy": 5.593657970428467, + "epoch": 1.1079167477144525, + "grad_norm": 1.09375, + "learning_rate": 0.0004881381441434124, + "loss": 5.1779, + "mean_token_accuracy": 0.1884636625647545, + "num_tokens": 24688575.0, + "step": 14240 + }, + { + "entropy": 5.543870353698731, + "epoch": 1.10830577708617, + "grad_norm": 1.109375, + "learning_rate": 0.000488129262312531, + "loss": 5.0882, + "mean_token_accuracy": 0.19637830406427384, + "num_tokens": 24696350.0, + "step": 14245 + }, + { + "entropy": 5.6265294551849365, + "epoch": 1.1086948064578876, + "grad_norm": 1.015625, + "learning_rate": 0.00048812037724775217, + "loss": 5.1992, + "mean_token_accuracy": 0.18557497560977937, + "num_tokens": 24705176.0, + "step": 14250 + }, + { + "entropy": 5.606042194366455, + "epoch": 1.1090838358296051, + "grad_norm": 1.078125, + "learning_rate": 0.0004881114889492109, + "loss": 5.1667, + "mean_token_accuracy": 0.1901024639606476, + "num_tokens": 24714067.0, + "step": 14255 + }, + { + "entropy": 5.60129222869873, + "epoch": 1.1094728652013226, + "grad_norm": 1.0546875, + "learning_rate": 0.00048810259741704197, + "loss": 5.0957, + "mean_token_accuracy": 0.19066254496574403, + "num_tokens": 24722915.0, + "step": 14260 + }, + { + "entropy": 5.597549486160278, + "epoch": 1.1098618945730403, + "grad_norm": 1.1015625, + "learning_rate": 0.0004880937026513803, + "loss": 5.1217, + "mean_token_accuracy": 0.19444911628961564, + "num_tokens": 24731359.0, + "step": 14265 + }, + { + "entropy": 5.539677143096924, + "epoch": 1.1102509239447578, + "grad_norm": 1.0234375, + "learning_rate": 0.0004880848046523609, + "loss": 5.1376, + "mean_token_accuracy": 0.1870661124587059, + "num_tokens": 24739537.0, + "step": 14270 + }, + { + "entropy": 5.603076314926147, + "epoch": 1.1106399533164755, + "grad_norm": 1.0234375, + "learning_rate": 0.00048807590342011875, + "loss": 5.2117, + "mean_token_accuracy": 0.18395216166973113, + "num_tokens": 24749257.0, + "step": 14275 + }, + { + "entropy": 5.621002149581909, + "epoch": 1.111028982688193, + "grad_norm": 1.125, + "learning_rate": 0.00048806699895478895, + "loss": 5.131, + "mean_token_accuracy": 0.19494706988334656, + "num_tokens": 24757715.0, + "step": 14280 + }, + { + "entropy": 5.619170331954956, + "epoch": 1.1114180120599104, + "grad_norm": 1.046875, + "learning_rate": 0.0004880580912565065, + "loss": 5.0805, + "mean_token_accuracy": 0.18944306522607804, + "num_tokens": 24765974.0, + "step": 14285 + }, + { + "entropy": 5.604276180267334, + "epoch": 1.1118070414316281, + "grad_norm": 1.03125, + "learning_rate": 0.0004880491803254067, + "loss": 5.1311, + "mean_token_accuracy": 0.187883622944355, + "num_tokens": 24774329.0, + "step": 14290 + }, + { + "entropy": 5.628519821166992, + "epoch": 1.1121960708033456, + "grad_norm": 1.046875, + "learning_rate": 0.0004880402661616246, + "loss": 5.1558, + "mean_token_accuracy": 0.18861443400382996, + "num_tokens": 24782509.0, + "step": 14295 + }, + { + "entropy": 5.5381810665130615, + "epoch": 1.1125851001750633, + "grad_norm": 1.0703125, + "learning_rate": 0.0004880313487652956, + "loss": 5.0174, + "mean_token_accuracy": 0.19483912885189056, + "num_tokens": 24790871.0, + "step": 14300 + }, + { + "entropy": 5.577461910247803, + "epoch": 1.1129741295467808, + "grad_norm": 1.0703125, + "learning_rate": 0.00048802242813655503, + "loss": 5.1013, + "mean_token_accuracy": 0.19283938109874726, + "num_tokens": 24799870.0, + "step": 14305 + }, + { + "entropy": 5.536168336868286, + "epoch": 1.1133631589184985, + "grad_norm": 1.1015625, + "learning_rate": 0.000488013504275538, + "loss": 5.049, + "mean_token_accuracy": 0.19067498296499252, + "num_tokens": 24809337.0, + "step": 14310 + }, + { + "entropy": 5.476664018630982, + "epoch": 1.113752188290216, + "grad_norm": 1.078125, + "learning_rate": 0.0004880045771823802, + "loss": 5.0409, + "mean_token_accuracy": 0.1949699655175209, + "num_tokens": 24817724.0, + "step": 14315 + }, + { + "entropy": 5.568896627426147, + "epoch": 1.1141412176619334, + "grad_norm": 1.078125, + "learning_rate": 0.00048799564685721695, + "loss": 5.1456, + "mean_token_accuracy": 0.1880060538649559, + "num_tokens": 24826299.0, + "step": 14320 + }, + { + "entropy": 5.535986709594726, + "epoch": 1.1145302470336511, + "grad_norm": 0.98046875, + "learning_rate": 0.0004879867133001837, + "loss": 5.1103, + "mean_token_accuracy": 0.1917540028691292, + "num_tokens": 24835371.0, + "step": 14325 + }, + { + "entropy": 5.600502300262451, + "epoch": 1.1149192764053686, + "grad_norm": 1.0390625, + "learning_rate": 0.0004879777765114162, + "loss": 5.0891, + "mean_token_accuracy": 0.19194117784500123, + "num_tokens": 24843230.0, + "step": 14330 + }, + { + "entropy": 5.589087629318238, + "epoch": 1.115308305777086, + "grad_norm": 1.0546875, + "learning_rate": 0.00048796883649104996, + "loss": 5.0446, + "mean_token_accuracy": 0.19218615293502808, + "num_tokens": 24852100.0, + "step": 14335 + }, + { + "entropy": 5.6193958759307865, + "epoch": 1.1156973351488038, + "grad_norm": 1.0, + "learning_rate": 0.0004879598932392206, + "loss": 5.1809, + "mean_token_accuracy": 0.18569446802139283, + "num_tokens": 24860591.0, + "step": 14340 + }, + { + "entropy": 5.55261812210083, + "epoch": 1.1160863645205212, + "grad_norm": 1.0703125, + "learning_rate": 0.00048795094675606364, + "loss": 5.0307, + "mean_token_accuracy": 0.1920928493142128, + "num_tokens": 24868909.0, + "step": 14345 + }, + { + "entropy": 5.606964921951294, + "epoch": 1.116475393892239, + "grad_norm": 0.99609375, + "learning_rate": 0.0004879419970417152, + "loss": 5.1526, + "mean_token_accuracy": 0.18761107921600342, + "num_tokens": 24877816.0, + "step": 14350 + }, + { + "entropy": 5.55460262298584, + "epoch": 1.1168644232639564, + "grad_norm": 1.15625, + "learning_rate": 0.00048793304409631077, + "loss": 4.9973, + "mean_token_accuracy": 0.197982557117939, + "num_tokens": 24885871.0, + "step": 14355 + }, + { + "entropy": 5.534982490539551, + "epoch": 1.117253452635674, + "grad_norm": 1.109375, + "learning_rate": 0.0004879240879199863, + "loss": 5.1435, + "mean_token_accuracy": 0.1912856414914131, + "num_tokens": 24894138.0, + "step": 14360 + }, + { + "entropy": 5.528309392929077, + "epoch": 1.1176424820073916, + "grad_norm": 1.046875, + "learning_rate": 0.00048791512851287786, + "loss": 5.047, + "mean_token_accuracy": 0.19292351901531218, + "num_tokens": 24903174.0, + "step": 14365 + }, + { + "entropy": 5.598867988586425, + "epoch": 1.118031511379109, + "grad_norm": 1.1328125, + "learning_rate": 0.00048790616587512107, + "loss": 5.0695, + "mean_token_accuracy": 0.19700179994106293, + "num_tokens": 24911365.0, + "step": 14370 + }, + { + "entropy": 5.528369903564453, + "epoch": 1.1184205407508268, + "grad_norm": 1.1796875, + "learning_rate": 0.0004878972000068521, + "loss": 5.0047, + "mean_token_accuracy": 0.20180220156908035, + "num_tokens": 24919222.0, + "step": 14375 + }, + { + "entropy": 5.560046434402466, + "epoch": 1.1188095701225442, + "grad_norm": 1.03125, + "learning_rate": 0.00048788823090820707, + "loss": 5.168, + "mean_token_accuracy": 0.19197417348623275, + "num_tokens": 24927548.0, + "step": 14380 + }, + { + "entropy": 5.6297296524047855, + "epoch": 1.1191985994942617, + "grad_norm": 1.140625, + "learning_rate": 0.00048787925857932194, + "loss": 5.2243, + "mean_token_accuracy": 0.18784114122390747, + "num_tokens": 24935888.0, + "step": 14385 + }, + { + "entropy": 5.650261640548706, + "epoch": 1.1195876288659794, + "grad_norm": 1.109375, + "learning_rate": 0.00048787028302033287, + "loss": 5.1943, + "mean_token_accuracy": 0.18560981005430222, + "num_tokens": 24944799.0, + "step": 14390 + }, + { + "entropy": 5.555786371231079, + "epoch": 1.1199766582376969, + "grad_norm": 1.09375, + "learning_rate": 0.00048786130423137606, + "loss": 5.0218, + "mean_token_accuracy": 0.1938086047768593, + "num_tokens": 24952748.0, + "step": 14395 + }, + { + "entropy": 5.585217475891113, + "epoch": 1.1203656876094146, + "grad_norm": 1.0390625, + "learning_rate": 0.0004878523222125879, + "loss": 5.0881, + "mean_token_accuracy": 0.19280852228403092, + "num_tokens": 24961293.0, + "step": 14400 + }, + { + "entropy": 5.615688800811768, + "epoch": 1.120754716981132, + "grad_norm": 1.0859375, + "learning_rate": 0.0004878433369641044, + "loss": 5.1522, + "mean_token_accuracy": 0.18441300541162492, + "num_tokens": 24969192.0, + "step": 14405 + }, + { + "entropy": 5.561601543426514, + "epoch": 1.1211437463528497, + "grad_norm": 1.109375, + "learning_rate": 0.0004878343484860621, + "loss": 5.1049, + "mean_token_accuracy": 0.1972741648554802, + "num_tokens": 24976872.0, + "step": 14410 + }, + { + "entropy": 5.591931343078613, + "epoch": 1.1215327757245672, + "grad_norm": 1.09375, + "learning_rate": 0.0004878253567785972, + "loss": 5.1038, + "mean_token_accuracy": 0.19419582486152648, + "num_tokens": 24984706.0, + "step": 14415 + }, + { + "entropy": 5.612555932998657, + "epoch": 1.1219218050962847, + "grad_norm": 1.0625, + "learning_rate": 0.00048781636184184644, + "loss": 5.1493, + "mean_token_accuracy": 0.19177065193653106, + "num_tokens": 24993873.0, + "step": 14420 + }, + { + "entropy": 5.552944278717041, + "epoch": 1.1223108344680024, + "grad_norm": 1.1484375, + "learning_rate": 0.000487807363675946, + "loss": 5.1205, + "mean_token_accuracy": 0.1857915297150612, + "num_tokens": 25002232.0, + "step": 14425 + }, + { + "entropy": 5.618669843673706, + "epoch": 1.1226998638397199, + "grad_norm": 1.0390625, + "learning_rate": 0.0004877983622810326, + "loss": 5.0934, + "mean_token_accuracy": 0.18299888223409652, + "num_tokens": 25010530.0, + "step": 14430 + }, + { + "entropy": 5.622025346755981, + "epoch": 1.1230888932114376, + "grad_norm": 1.1484375, + "learning_rate": 0.0004877893576572427, + "loss": 5.1192, + "mean_token_accuracy": 0.187857286632061, + "num_tokens": 25018740.0, + "step": 14435 + }, + { + "entropy": 5.564963150024414, + "epoch": 1.123477922583155, + "grad_norm": 1.0625, + "learning_rate": 0.000487780349804713, + "loss": 5.0426, + "mean_token_accuracy": 0.19560757726430894, + "num_tokens": 25026727.0, + "step": 14440 + }, + { + "entropy": 5.524245405197144, + "epoch": 1.1238669519548725, + "grad_norm": 1.0859375, + "learning_rate": 0.0004877713387235802, + "loss": 5.0041, + "mean_token_accuracy": 0.19711579531431198, + "num_tokens": 25034496.0, + "step": 14445 + }, + { + "entropy": 5.561453485488892, + "epoch": 1.1242559813265902, + "grad_norm": 1.0625, + "learning_rate": 0.000487762324413981, + "loss": 5.111, + "mean_token_accuracy": 0.18486874550580978, + "num_tokens": 25043608.0, + "step": 14450 + }, + { + "entropy": 5.575251054763794, + "epoch": 1.1246450106983077, + "grad_norm": 1.0, + "learning_rate": 0.00048775330687605213, + "loss": 5.026, + "mean_token_accuracy": 0.18951382040977477, + "num_tokens": 25052674.0, + "step": 14455 + }, + { + "entropy": 5.716051816940308, + "epoch": 1.1250340400700254, + "grad_norm": 1.1171875, + "learning_rate": 0.0004877442861099305, + "loss": 5.171, + "mean_token_accuracy": 0.1846010848879814, + "num_tokens": 25060881.0, + "step": 14460 + }, + { + "entropy": 5.582164001464844, + "epoch": 1.1254230694417429, + "grad_norm": 1.125, + "learning_rate": 0.0004877352621157529, + "loss": 5.0668, + "mean_token_accuracy": 0.19451378881931305, + "num_tokens": 25069319.0, + "step": 14465 + }, + { + "entropy": 5.697736120223999, + "epoch": 1.1258120988134603, + "grad_norm": 1.0703125, + "learning_rate": 0.00048772623489365635, + "loss": 5.2153, + "mean_token_accuracy": 0.1824651077389717, + "num_tokens": 25077685.0, + "step": 14470 + }, + { + "entropy": 5.613049936294556, + "epoch": 1.126201128185178, + "grad_norm": 1.015625, + "learning_rate": 0.0004877172044437777, + "loss": 5.2028, + "mean_token_accuracy": 0.18591780364513397, + "num_tokens": 25086978.0, + "step": 14475 + }, + { + "entropy": 5.666207265853882, + "epoch": 1.1265901575568955, + "grad_norm": 1.109375, + "learning_rate": 0.00048770817076625416, + "loss": 5.149, + "mean_token_accuracy": 0.1877163305878639, + "num_tokens": 25095656.0, + "step": 14480 + }, + { + "entropy": 5.6253667831420895, + "epoch": 1.126979186928613, + "grad_norm": 1.078125, + "learning_rate": 0.00048769913386122253, + "loss": 5.0888, + "mean_token_accuracy": 0.19238916784524918, + "num_tokens": 25104458.0, + "step": 14485 + }, + { + "entropy": 5.554791069030761, + "epoch": 1.1273682163003307, + "grad_norm": 1.0625, + "learning_rate": 0.0004876900937288202, + "loss": 5.0738, + "mean_token_accuracy": 0.19034809321165086, + "num_tokens": 25112302.0, + "step": 14490 + }, + { + "entropy": 5.576175928115845, + "epoch": 1.1277572456720482, + "grad_norm": 1.0703125, + "learning_rate": 0.00048768105036918426, + "loss": 5.11, + "mean_token_accuracy": 0.1947496458888054, + "num_tokens": 25120463.0, + "step": 14495 + }, + { + "entropy": 5.50059061050415, + "epoch": 1.1281462750437659, + "grad_norm": 1.0234375, + "learning_rate": 0.00048767200378245187, + "loss": 5.1101, + "mean_token_accuracy": 0.18687349408864976, + "num_tokens": 25128866.0, + "step": 14500 + }, + { + "entropy": 5.569685697555542, + "epoch": 1.1285353044154833, + "grad_norm": 1.1171875, + "learning_rate": 0.00048766295396876025, + "loss": 5.1206, + "mean_token_accuracy": 0.1905314415693283, + "num_tokens": 25136979.0, + "step": 14505 + }, + { + "entropy": 5.577483749389648, + "epoch": 1.128924333787201, + "grad_norm": 1.03125, + "learning_rate": 0.00048765390092824683, + "loss": 5.0127, + "mean_token_accuracy": 0.1965997725725174, + "num_tokens": 25145901.0, + "step": 14510 + }, + { + "entropy": 5.614798212051392, + "epoch": 1.1293133631589185, + "grad_norm": 1.1796875, + "learning_rate": 0.000487644844661049, + "loss": 5.0675, + "mean_token_accuracy": 0.19677664786577226, + "num_tokens": 25155203.0, + "step": 14515 + }, + { + "entropy": 5.483415603637695, + "epoch": 1.129702392530636, + "grad_norm": 1.0, + "learning_rate": 0.000487635785167304, + "loss": 5.0255, + "mean_token_accuracy": 0.1908256769180298, + "num_tokens": 25163529.0, + "step": 14520 + }, + { + "entropy": 5.541749811172485, + "epoch": 1.1300914219023537, + "grad_norm": 1.0078125, + "learning_rate": 0.00048762672244714953, + "loss": 5.1562, + "mean_token_accuracy": 0.18082650601863862, + "num_tokens": 25172970.0, + "step": 14525 + }, + { + "entropy": 5.6317634105682375, + "epoch": 1.1304804512740712, + "grad_norm": 1.1015625, + "learning_rate": 0.0004876176565007229, + "loss": 5.1528, + "mean_token_accuracy": 0.19079494923353196, + "num_tokens": 25182244.0, + "step": 14530 + }, + { + "entropy": 5.663841438293457, + "epoch": 1.1308694806457888, + "grad_norm": 1.0625, + "learning_rate": 0.00048760858732816174, + "loss": 5.1638, + "mean_token_accuracy": 0.18430895656347274, + "num_tokens": 25191589.0, + "step": 14535 + }, + { + "entropy": 5.5480927467346195, + "epoch": 1.1312585100175063, + "grad_norm": 0.984375, + "learning_rate": 0.0004875995149296037, + "loss": 5.0787, + "mean_token_accuracy": 0.1899250105023384, + "num_tokens": 25200156.0, + "step": 14540 + }, + { + "entropy": 5.562420272827149, + "epoch": 1.1316475393892238, + "grad_norm": 1.03125, + "learning_rate": 0.0004875904393051864, + "loss": 5.1166, + "mean_token_accuracy": 0.1908861741423607, + "num_tokens": 25208890.0, + "step": 14545 + }, + { + "entropy": 5.544871854782104, + "epoch": 1.1320365687609415, + "grad_norm": 1.1015625, + "learning_rate": 0.0004875813604550476, + "loss": 5.1218, + "mean_token_accuracy": 0.19137756377458573, + "num_tokens": 25218013.0, + "step": 14550 + }, + { + "entropy": 5.614513826370239, + "epoch": 1.132425598132659, + "grad_norm": 1.0546875, + "learning_rate": 0.00048757227837932494, + "loss": 5.0953, + "mean_token_accuracy": 0.19502512961626053, + "num_tokens": 25226501.0, + "step": 14555 + }, + { + "entropy": 5.6341712951660154, + "epoch": 1.1328146275043767, + "grad_norm": 1.0859375, + "learning_rate": 0.0004875631930781563, + "loss": 5.269, + "mean_token_accuracy": 0.17607326060533524, + "num_tokens": 25235731.0, + "step": 14560 + }, + { + "entropy": 5.558621263504028, + "epoch": 1.1332036568760941, + "grad_norm": 1.09375, + "learning_rate": 0.00048755410455167967, + "loss": 5.0866, + "mean_token_accuracy": 0.18999036252498627, + "num_tokens": 25243659.0, + "step": 14565 + }, + { + "entropy": 5.568471765518188, + "epoch": 1.1335926862478116, + "grad_norm": 1.0078125, + "learning_rate": 0.0004875450128000326, + "loss": 5.0997, + "mean_token_accuracy": 0.18537674397230147, + "num_tokens": 25253013.0, + "step": 14570 + }, + { + "entropy": 5.596491432189941, + "epoch": 1.1339817156195293, + "grad_norm": 0.96875, + "learning_rate": 0.0004875359178233534, + "loss": 5.0995, + "mean_token_accuracy": 0.18652902096509932, + "num_tokens": 25261491.0, + "step": 14575 + }, + { + "entropy": 5.475690031051636, + "epoch": 1.1343707449912468, + "grad_norm": 1.0546875, + "learning_rate": 0.00048752681962177985, + "loss": 4.9862, + "mean_token_accuracy": 0.2019902929663658, + "num_tokens": 25270323.0, + "step": 14580 + }, + { + "entropy": 5.5805806636810305, + "epoch": 1.1347597743629645, + "grad_norm": 1.0, + "learning_rate": 0.00048751771819545013, + "loss": 5.0757, + "mean_token_accuracy": 0.19517013877630235, + "num_tokens": 25280070.0, + "step": 14585 + }, + { + "entropy": 5.657837677001953, + "epoch": 1.135148803734682, + "grad_norm": 1.0546875, + "learning_rate": 0.00048750861354450236, + "loss": 5.1746, + "mean_token_accuracy": 0.1861320972442627, + "num_tokens": 25288849.0, + "step": 14590 + }, + { + "entropy": 5.568222332000732, + "epoch": 1.1355378331063994, + "grad_norm": 0.97265625, + "learning_rate": 0.0004874995056690746, + "loss": 5.07, + "mean_token_accuracy": 0.18951191753149033, + "num_tokens": 25297198.0, + "step": 14595 + }, + { + "entropy": 5.574628925323486, + "epoch": 1.1359268624781171, + "grad_norm": 1.1015625, + "learning_rate": 0.000487490394569305, + "loss": 5.1929, + "mean_token_accuracy": 0.1894570469856262, + "num_tokens": 25306783.0, + "step": 14600 + }, + { + "entropy": 5.6408915519714355, + "epoch": 1.1363158918498346, + "grad_norm": 1.0078125, + "learning_rate": 0.0004874812802453319, + "loss": 5.2125, + "mean_token_accuracy": 0.18305762261152267, + "num_tokens": 25316042.0, + "step": 14605 + }, + { + "entropy": 5.611603689193726, + "epoch": 1.1367049212215523, + "grad_norm": 1.0546875, + "learning_rate": 0.0004874721626972936, + "loss": 5.1714, + "mean_token_accuracy": 0.18453719913959504, + "num_tokens": 25324969.0, + "step": 14610 + }, + { + "entropy": 5.546574878692627, + "epoch": 1.1370939505932698, + "grad_norm": 1.015625, + "learning_rate": 0.0004874630419253284, + "loss": 5.0968, + "mean_token_accuracy": 0.19065846800804137, + "num_tokens": 25334050.0, + "step": 14615 + }, + { + "entropy": 5.578079748153686, + "epoch": 1.1374829799649873, + "grad_norm": 1.15625, + "learning_rate": 0.00048745391792957474, + "loss": 5.054, + "mean_token_accuracy": 0.18861109316349028, + "num_tokens": 25341517.0, + "step": 14620 + }, + { + "entropy": 5.628307151794433, + "epoch": 1.137872009336705, + "grad_norm": 1.0234375, + "learning_rate": 0.00048744479071017097, + "loss": 5.2268, + "mean_token_accuracy": 0.1809931755065918, + "num_tokens": 25350252.0, + "step": 14625 + }, + { + "entropy": 5.583004808425903, + "epoch": 1.1382610387084224, + "grad_norm": 1.015625, + "learning_rate": 0.0004874356602672556, + "loss": 5.052, + "mean_token_accuracy": 0.1978035479784012, + "num_tokens": 25359503.0, + "step": 14630 + }, + { + "entropy": 5.557627582550049, + "epoch": 1.1386500680801401, + "grad_norm": 1.1171875, + "learning_rate": 0.0004874265266009673, + "loss": 5.0732, + "mean_token_accuracy": 0.19037865698337555, + "num_tokens": 25368253.0, + "step": 14635 + }, + { + "entropy": 5.617958879470825, + "epoch": 1.1390390974518576, + "grad_norm": 1.0390625, + "learning_rate": 0.0004874173897114445, + "loss": 5.1508, + "mean_token_accuracy": 0.19140375554561614, + "num_tokens": 25376468.0, + "step": 14640 + }, + { + "entropy": 5.6069197177886965, + "epoch": 1.1394281268235753, + "grad_norm": 0.96484375, + "learning_rate": 0.00048740824959882603, + "loss": 5.1472, + "mean_token_accuracy": 0.1869169682264328, + "num_tokens": 25385760.0, + "step": 14645 + }, + { + "entropy": 5.564125299453735, + "epoch": 1.1398171561952928, + "grad_norm": 1.0859375, + "learning_rate": 0.0004873991062632504, + "loss": 5.1392, + "mean_token_accuracy": 0.18621623516082764, + "num_tokens": 25394485.0, + "step": 14650 + }, + { + "entropy": 5.617407989501953, + "epoch": 1.1402061855670103, + "grad_norm": 1.1484375, + "learning_rate": 0.00048738995970485635, + "loss": 5.1183, + "mean_token_accuracy": 0.19505490511655807, + "num_tokens": 25403485.0, + "step": 14655 + }, + { + "entropy": 5.629395771026611, + "epoch": 1.140595214938728, + "grad_norm": 1.0234375, + "learning_rate": 0.0004873808099237827, + "loss": 5.0882, + "mean_token_accuracy": 0.18996899276971818, + "num_tokens": 25412254.0, + "step": 14660 + }, + { + "entropy": 5.545274114608764, + "epoch": 1.1409842443104454, + "grad_norm": 1.1796875, + "learning_rate": 0.0004873716569201684, + "loss": 5.0056, + "mean_token_accuracy": 0.1934152603149414, + "num_tokens": 25420353.0, + "step": 14665 + }, + { + "entropy": 5.558412265777588, + "epoch": 1.141373273682163, + "grad_norm": 1.0390625, + "learning_rate": 0.00048736250069415213, + "loss": 5.264, + "mean_token_accuracy": 0.17837636470794677, + "num_tokens": 25429832.0, + "step": 14670 + }, + { + "entropy": 5.567919683456421, + "epoch": 1.1417623030538806, + "grad_norm": 1.015625, + "learning_rate": 0.0004873533412458729, + "loss": 5.0797, + "mean_token_accuracy": 0.19316014349460603, + "num_tokens": 25438484.0, + "step": 14675 + }, + { + "entropy": 5.601139402389526, + "epoch": 1.142151332425598, + "grad_norm": 0.984375, + "learning_rate": 0.00048734417857546986, + "loss": 5.1849, + "mean_token_accuracy": 0.1866370692849159, + "num_tokens": 25447602.0, + "step": 14680 + }, + { + "entropy": 5.606071615219117, + "epoch": 1.1425403617973158, + "grad_norm": 1.0859375, + "learning_rate": 0.0004873350126830818, + "loss": 4.9787, + "mean_token_accuracy": 0.1966565653681755, + "num_tokens": 25455904.0, + "step": 14685 + }, + { + "entropy": 5.540683603286743, + "epoch": 1.1429293911690332, + "grad_norm": 1.09375, + "learning_rate": 0.0004873258435688479, + "loss": 5.1335, + "mean_token_accuracy": 0.1901501879096031, + "num_tokens": 25464170.0, + "step": 14690 + }, + { + "entropy": 5.544879913330078, + "epoch": 1.143318420540751, + "grad_norm": 1.03125, + "learning_rate": 0.0004873166712329073, + "loss": 5.0323, + "mean_token_accuracy": 0.19103276133537292, + "num_tokens": 25472940.0, + "step": 14695 + }, + { + "entropy": 5.626063394546509, + "epoch": 1.1437074499124684, + "grad_norm": 1.0859375, + "learning_rate": 0.00048730749567539914, + "loss": 5.077, + "mean_token_accuracy": 0.1919855147600174, + "num_tokens": 25481328.0, + "step": 14700 + }, + { + "entropy": 5.583113479614258, + "epoch": 1.144096479284186, + "grad_norm": 1.09375, + "learning_rate": 0.00048729831689646257, + "loss": 5.0883, + "mean_token_accuracy": 0.19190336614847184, + "num_tokens": 25489547.0, + "step": 14705 + }, + { + "entropy": 5.5166936874389645, + "epoch": 1.1444855086559036, + "grad_norm": 0.98828125, + "learning_rate": 0.00048728913489623705, + "loss": 5.0625, + "mean_token_accuracy": 0.19592517018318176, + "num_tokens": 25498433.0, + "step": 14710 + }, + { + "entropy": 5.614855337142944, + "epoch": 1.144874538027621, + "grad_norm": 1.109375, + "learning_rate": 0.0004872799496748618, + "loss": 5.0881, + "mean_token_accuracy": 0.19384031742811203, + "num_tokens": 25506646.0, + "step": 14715 + }, + { + "entropy": 5.528350114822388, + "epoch": 1.1452635673993385, + "grad_norm": 1.015625, + "learning_rate": 0.0004872707612324761, + "loss": 5.0241, + "mean_token_accuracy": 0.19238062500953673, + "num_tokens": 25515431.0, + "step": 14720 + }, + { + "entropy": 5.6709432125091555, + "epoch": 1.1456525967710562, + "grad_norm": 1.0703125, + "learning_rate": 0.0004872615695692196, + "loss": 5.1931, + "mean_token_accuracy": 0.18629713356494904, + "num_tokens": 25524368.0, + "step": 14725 + }, + { + "entropy": 5.675715017318725, + "epoch": 1.1460416261427737, + "grad_norm": 1.125, + "learning_rate": 0.0004872523746852315, + "loss": 5.1962, + "mean_token_accuracy": 0.17896632552146913, + "num_tokens": 25532694.0, + "step": 14730 + }, + { + "entropy": 5.5451408386230465, + "epoch": 1.1464306555144914, + "grad_norm": 1.0625, + "learning_rate": 0.00048724317658065146, + "loss": 5.1732, + "mean_token_accuracy": 0.19383017867803573, + "num_tokens": 25541807.0, + "step": 14735 + }, + { + "entropy": 5.627617073059082, + "epoch": 1.146819684886209, + "grad_norm": 1.0546875, + "learning_rate": 0.00048723397525561916, + "loss": 5.1271, + "mean_token_accuracy": 0.18604875952005387, + "num_tokens": 25549797.0, + "step": 14740 + }, + { + "entropy": 5.617782974243164, + "epoch": 1.1472087142579266, + "grad_norm": 1.0859375, + "learning_rate": 0.00048722477071027394, + "loss": 5.1495, + "mean_token_accuracy": 0.18292303383350372, + "num_tokens": 25558373.0, + "step": 14745 + }, + { + "entropy": 5.592500305175781, + "epoch": 1.147597743629644, + "grad_norm": 1.03125, + "learning_rate": 0.00048721556294475574, + "loss": 5.1338, + "mean_token_accuracy": 0.1901594489812851, + "num_tokens": 25566844.0, + "step": 14750 + }, + { + "entropy": 5.632001352310181, + "epoch": 1.1479867730013615, + "grad_norm": 1.125, + "learning_rate": 0.00048720635195920403, + "loss": 5.1994, + "mean_token_accuracy": 0.1875835984945297, + "num_tokens": 25575074.0, + "step": 14755 + }, + { + "entropy": 5.59087061882019, + "epoch": 1.1483758023730792, + "grad_norm": 1.0390625, + "learning_rate": 0.0004871971377537588, + "loss": 5.0764, + "mean_token_accuracy": 0.19784435927867888, + "num_tokens": 25584526.0, + "step": 14760 + }, + { + "entropy": 5.669156789779663, + "epoch": 1.1487648317447967, + "grad_norm": 1.0546875, + "learning_rate": 0.0004871879203285597, + "loss": 5.1756, + "mean_token_accuracy": 0.186863212287426, + "num_tokens": 25592669.0, + "step": 14765 + }, + { + "entropy": 5.566708040237427, + "epoch": 1.1491538611165142, + "grad_norm": 1.03125, + "learning_rate": 0.00048717869968374655, + "loss": 5.1025, + "mean_token_accuracy": 0.19157758951187134, + "num_tokens": 25600956.0, + "step": 14770 + }, + { + "entropy": 5.550859975814819, + "epoch": 1.1495428904882319, + "grad_norm": 1.0234375, + "learning_rate": 0.00048716947581945954, + "loss": 5.0773, + "mean_token_accuracy": 0.1988530322909355, + "num_tokens": 25608757.0, + "step": 14775 + }, + { + "entropy": 5.594450569152832, + "epoch": 1.1499319198599494, + "grad_norm": 1.0390625, + "learning_rate": 0.0004871602487358383, + "loss": 5.1235, + "mean_token_accuracy": 0.18421335518360138, + "num_tokens": 25618122.0, + "step": 14780 + }, + { + "entropy": 5.613687181472779, + "epoch": 1.150320949231667, + "grad_norm": 1.078125, + "learning_rate": 0.000487151018433023, + "loss": 5.2014, + "mean_token_accuracy": 0.18457011878490448, + "num_tokens": 25626692.0, + "step": 14785 + }, + { + "entropy": 5.629141712188721, + "epoch": 1.1507099786033845, + "grad_norm": 1.0234375, + "learning_rate": 0.00048714178491115367, + "loss": 5.0954, + "mean_token_accuracy": 0.1881646364927292, + "num_tokens": 25635263.0, + "step": 14790 + }, + { + "entropy": 5.592137336730957, + "epoch": 1.1510990079751022, + "grad_norm": 1.125, + "learning_rate": 0.00048713254817037046, + "loss": 5.0377, + "mean_token_accuracy": 0.19171065092086792, + "num_tokens": 25643050.0, + "step": 14795 + }, + { + "entropy": 5.549230670928955, + "epoch": 1.1514880373468197, + "grad_norm": 1.1328125, + "learning_rate": 0.0004871233082108135, + "loss": 5.0037, + "mean_token_accuracy": 0.1895880803465843, + "num_tokens": 25652294.0, + "step": 14800 + }, + { + "entropy": 5.613648891448975, + "epoch": 1.1518770667185372, + "grad_norm": 0.9921875, + "learning_rate": 0.0004871140650326228, + "loss": 5.2493, + "mean_token_accuracy": 0.17964530289173125, + "num_tokens": 25661563.0, + "step": 14805 + }, + { + "entropy": 5.636093473434448, + "epoch": 1.1522660960902549, + "grad_norm": 0.98046875, + "learning_rate": 0.0004871048186359389, + "loss": 5.1499, + "mean_token_accuracy": 0.1846817895770073, + "num_tokens": 25670353.0, + "step": 14810 + }, + { + "entropy": 5.66463451385498, + "epoch": 1.1526551254619724, + "grad_norm": 1.140625, + "learning_rate": 0.000487095569020902, + "loss": 5.1992, + "mean_token_accuracy": 0.18495417535305023, + "num_tokens": 25678595.0, + "step": 14815 + }, + { + "entropy": 5.532234001159668, + "epoch": 1.1530441548336898, + "grad_norm": 1.015625, + "learning_rate": 0.0004870863161876524, + "loss": 4.9883, + "mean_token_accuracy": 0.20512877702713012, + "num_tokens": 25687901.0, + "step": 14820 + }, + { + "entropy": 5.554848289489746, + "epoch": 1.1534331842054075, + "grad_norm": 1.1015625, + "learning_rate": 0.0004870770601363305, + "loss": 5.0648, + "mean_token_accuracy": 0.1994544193148613, + "num_tokens": 25696600.0, + "step": 14825 + }, + { + "entropy": 5.509600973129272, + "epoch": 1.153822213577125, + "grad_norm": 1.0625, + "learning_rate": 0.00048706780086707675, + "loss": 4.9923, + "mean_token_accuracy": 0.2023896247148514, + "num_tokens": 25705633.0, + "step": 14830 + }, + { + "entropy": 5.520808219909668, + "epoch": 1.1542112429488427, + "grad_norm": 1.1484375, + "learning_rate": 0.0004870585383800317, + "loss": 4.9986, + "mean_token_accuracy": 0.2026132971048355, + "num_tokens": 25713835.0, + "step": 14835 + }, + { + "entropy": 5.550867891311645, + "epoch": 1.1546002723205602, + "grad_norm": 1.078125, + "learning_rate": 0.00048704927267533585, + "loss": 5.0523, + "mean_token_accuracy": 0.18935876041650773, + "num_tokens": 25721867.0, + "step": 14840 + }, + { + "entropy": 5.482059907913208, + "epoch": 1.1549893016922779, + "grad_norm": 1.0078125, + "learning_rate": 0.00048704000375312975, + "loss": 5.1328, + "mean_token_accuracy": 0.18879914283752441, + "num_tokens": 25730221.0, + "step": 14845 + }, + { + "entropy": 5.581214380264282, + "epoch": 1.1553783310639953, + "grad_norm": 1.046875, + "learning_rate": 0.00048703073161355414, + "loss": 5.0933, + "mean_token_accuracy": 0.18905458450317383, + "num_tokens": 25738427.0, + "step": 14850 + }, + { + "entropy": 5.568409252166748, + "epoch": 1.1557673604357128, + "grad_norm": 1.0546875, + "learning_rate": 0.0004870214562567497, + "loss": 5.0658, + "mean_token_accuracy": 0.19425099194049836, + "num_tokens": 25746965.0, + "step": 14855 + }, + { + "entropy": 5.561617517471314, + "epoch": 1.1561563898074305, + "grad_norm": 1.140625, + "learning_rate": 0.000487012177682857, + "loss": 5.0905, + "mean_token_accuracy": 0.1988866537809372, + "num_tokens": 25754999.0, + "step": 14860 + }, + { + "entropy": 5.600936365127564, + "epoch": 1.156545419179148, + "grad_norm": 1.0234375, + "learning_rate": 0.0004870028958920171, + "loss": 5.123, + "mean_token_accuracy": 0.18688491880893707, + "num_tokens": 25763557.0, + "step": 14865 + }, + { + "entropy": 5.572681331634522, + "epoch": 1.1569344485508655, + "grad_norm": 1.09375, + "learning_rate": 0.0004869936108843706, + "loss": 5.1288, + "mean_token_accuracy": 0.19042419791221618, + "num_tokens": 25772967.0, + "step": 14870 + }, + { + "entropy": 5.599023771286011, + "epoch": 1.1573234779225832, + "grad_norm": 0.94140625, + "learning_rate": 0.00048698432266005854, + "loss": 5.2235, + "mean_token_accuracy": 0.18573096990585328, + "num_tokens": 25783570.0, + "step": 14875 + }, + { + "entropy": 5.566049814224243, + "epoch": 1.1577125072943006, + "grad_norm": 1.0, + "learning_rate": 0.0004869750312192217, + "loss": 5.0935, + "mean_token_accuracy": 0.1895665094256401, + "num_tokens": 25793079.0, + "step": 14880 + }, + { + "entropy": 5.558362340927124, + "epoch": 1.1581015366660183, + "grad_norm": 1.0390625, + "learning_rate": 0.00048696573656200123, + "loss": 5.0067, + "mean_token_accuracy": 0.20038623064756395, + "num_tokens": 25801821.0, + "step": 14885 + }, + { + "entropy": 5.484634971618652, + "epoch": 1.1584905660377358, + "grad_norm": 1.0625, + "learning_rate": 0.00048695643868853806, + "loss": 4.9903, + "mean_token_accuracy": 0.19714927524328232, + "num_tokens": 25810240.0, + "step": 14890 + }, + { + "entropy": 5.608218812942505, + "epoch": 1.1588795954094535, + "grad_norm": 1.140625, + "learning_rate": 0.0004869471375989733, + "loss": 5.0391, + "mean_token_accuracy": 0.19817872941493989, + "num_tokens": 25818058.0, + "step": 14895 + }, + { + "entropy": 5.554938554763794, + "epoch": 1.159268624781171, + "grad_norm": 1.03125, + "learning_rate": 0.0004869378332934481, + "loss": 5.1179, + "mean_token_accuracy": 0.18638747185468674, + "num_tokens": 25827529.0, + "step": 14900 + }, + { + "entropy": 5.60419020652771, + "epoch": 1.1596576541528885, + "grad_norm": 1.046875, + "learning_rate": 0.00048692852577210356, + "loss": 5.2053, + "mean_token_accuracy": 0.1937884733080864, + "num_tokens": 25835765.0, + "step": 14905 + }, + { + "entropy": 5.568047189712525, + "epoch": 1.1600466835246062, + "grad_norm": 0.98046875, + "learning_rate": 0.000486919215035081, + "loss": 4.9937, + "mean_token_accuracy": 0.20345799177885054, + "num_tokens": 25844402.0, + "step": 14910 + }, + { + "entropy": 5.499792003631592, + "epoch": 1.1604357128963236, + "grad_norm": 1.0234375, + "learning_rate": 0.0004869099010825217, + "loss": 5.0278, + "mean_token_accuracy": 0.19516332298517228, + "num_tokens": 25853392.0, + "step": 14915 + }, + { + "entropy": 5.530096864700317, + "epoch": 1.1608247422680413, + "grad_norm": 1.1015625, + "learning_rate": 0.00048690058391456684, + "loss": 5.1401, + "mean_token_accuracy": 0.1878865271806717, + "num_tokens": 25861274.0, + "step": 14920 + }, + { + "entropy": 5.512232398986816, + "epoch": 1.1612137716397588, + "grad_norm": 1.1015625, + "learning_rate": 0.0004868912635313579, + "loss": 5.0385, + "mean_token_accuracy": 0.19086415618658065, + "num_tokens": 25869570.0, + "step": 14925 + }, + { + "entropy": 5.575642776489258, + "epoch": 1.1616028010114763, + "grad_norm": 1.0859375, + "learning_rate": 0.0004868819399330364, + "loss": 5.0939, + "mean_token_accuracy": 0.19907626509666443, + "num_tokens": 25877907.0, + "step": 14930 + }, + { + "entropy": 5.556014823913574, + "epoch": 1.161991830383194, + "grad_norm": 1.015625, + "learning_rate": 0.0004868726131197436, + "loss": 5.1047, + "mean_token_accuracy": 0.187839874625206, + "num_tokens": 25885817.0, + "step": 14935 + }, + { + "entropy": 5.550537824630737, + "epoch": 1.1623808597549115, + "grad_norm": 1.03125, + "learning_rate": 0.0004868632830916212, + "loss": 5.1208, + "mean_token_accuracy": 0.1941218301653862, + "num_tokens": 25894444.0, + "step": 14940 + }, + { + "entropy": 5.625522470474243, + "epoch": 1.1627698891266292, + "grad_norm": 1.078125, + "learning_rate": 0.0004868539498488106, + "loss": 5.1658, + "mean_token_accuracy": 0.19113340228796005, + "num_tokens": 25904116.0, + "step": 14945 + }, + { + "entropy": 5.708014059066772, + "epoch": 1.1631589184983466, + "grad_norm": 1.078125, + "learning_rate": 0.0004868446133914536, + "loss": 5.2898, + "mean_token_accuracy": 0.17855776697397233, + "num_tokens": 25913889.0, + "step": 14950 + }, + { + "entropy": 5.633512544631958, + "epoch": 1.163547947870064, + "grad_norm": 1.0546875, + "learning_rate": 0.00048683527371969185, + "loss": 5.1645, + "mean_token_accuracy": 0.18522785007953643, + "num_tokens": 25922674.0, + "step": 14955 + }, + { + "entropy": 5.520017099380493, + "epoch": 1.1639369772417818, + "grad_norm": 1.046875, + "learning_rate": 0.00048682593083366685, + "loss": 5.0401, + "mean_token_accuracy": 0.1973723903298378, + "num_tokens": 25930919.0, + "step": 14960 + }, + { + "entropy": 5.59297924041748, + "epoch": 1.1643260066134993, + "grad_norm": 1.09375, + "learning_rate": 0.00048681658473352055, + "loss": 5.1574, + "mean_token_accuracy": 0.1919051006436348, + "num_tokens": 25939199.0, + "step": 14965 + }, + { + "entropy": 5.633398914337159, + "epoch": 1.164715035985217, + "grad_norm": 1.03125, + "learning_rate": 0.0004868072354193947, + "loss": 5.1548, + "mean_token_accuracy": 0.19204850345849991, + "num_tokens": 25947990.0, + "step": 14970 + }, + { + "entropy": 5.574597501754761, + "epoch": 1.1651040653569344, + "grad_norm": 1.0390625, + "learning_rate": 0.0004867978828914312, + "loss": 5.0834, + "mean_token_accuracy": 0.19754042476415634, + "num_tokens": 25956479.0, + "step": 14975 + }, + { + "entropy": 5.538573789596557, + "epoch": 1.165493094728652, + "grad_norm": 1.0390625, + "learning_rate": 0.0004867885271497719, + "loss": 5.116, + "mean_token_accuracy": 0.18958132863044738, + "num_tokens": 25965487.0, + "step": 14980 + }, + { + "entropy": 5.589628410339356, + "epoch": 1.1658821241003696, + "grad_norm": 1.09375, + "learning_rate": 0.0004867791681945588, + "loss": 5.093, + "mean_token_accuracy": 0.19708252400159837, + "num_tokens": 25974247.0, + "step": 14985 + }, + { + "entropy": 5.565368223190307, + "epoch": 1.166271153472087, + "grad_norm": 1.0546875, + "learning_rate": 0.00048676980602593395, + "loss": 5.107, + "mean_token_accuracy": 0.19023821353912354, + "num_tokens": 25983203.0, + "step": 14990 + }, + { + "entropy": 5.533146572113037, + "epoch": 1.1666601828438048, + "grad_norm": 1.046875, + "learning_rate": 0.00048676044064403936, + "loss": 5.1283, + "mean_token_accuracy": 0.18802638053894044, + "num_tokens": 25992635.0, + "step": 14995 + }, + { + "entropy": 5.621112871170044, + "epoch": 1.1670492122155223, + "grad_norm": 1.1484375, + "learning_rate": 0.0004867510720490171, + "loss": 5.2027, + "mean_token_accuracy": 0.18494873493909836, + "num_tokens": 26001144.0, + "step": 15000 + }, + { + "epoch": 1.1670492122155223, + "eval_entropy": 5.436190218645524, + "eval_loss": 5.200003623962402, + "eval_mean_token_accuracy": 0.19608505454427125, + "eval_num_tokens": 26001144.0, + "eval_runtime": 22.0052, + "eval_samples_per_second": 1888.554, + "eval_steps_per_second": 236.081, + "step": 15000 + } + ], + "logging_steps": 5, + "max_steps": 128520, + "num_input_tokens_seen": 0, + "num_train_epochs": 10, + "save_steps": 3000, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 5237197825812480.0, + "train_batch_size": 16, + "trial_name": null, + "trial_params": null +} diff --git a/checkpoint-15000/training_args.bin b/checkpoint-15000/training_args.bin new file mode 100644 index 0000000..dd7c32c --- /dev/null +++ b/checkpoint-15000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3d2a68b90360eb655421532420fe46f2b0b1d0c12707e3871f3a554431b82b +size 6289 diff --git a/checkpoint-3000/added_tokens.json b/checkpoint-3000/added_tokens.json new file mode 100644 index 0000000..b3dbcdb --- /dev/null +++ b/checkpoint-3000/added_tokens.json @@ -0,0 +1,1202 @@ +{ + "": 50002, + "[CLS]": 50000, + "[MASK]": 50003, + "[SEP]": 50001, + "[XXXXX0]": 50771, + "[XXXXX1000]": 50549, + "[XXXXX1001]": 50657, + "[XXXXX1002]": 51158, + "[XXXXX1003]": 51044, + "[XXXXX1004]": 50688, + "[XXXXX1005]": 50689, + "[XXXXX1006]": 50410, + "[XXXXX1007]": 50724, + "[XXXXX1008]": 50171, + "[XXXXX1009]": 51077, + "[XXXXX100]": 50091, + "[XXXXX1010]": 50639, + "[XXXXX1011]": 51094, + "[XXXXX1012]": 50392, + "[XXXXX1013]": 50626, + "[XXXXX1014]": 50991, + "[XXXXX1015]": 50529, + "[XXXXX1016]": 51193, + "[XXXXX1017]": 51073, + "[XXXXX1018]": 51104, + "[XXXXX1019]": 50775, + "[XXXXX101]": 50139, + "[XXXXX1020]": 50157, + "[XXXXX1021]": 50934, + "[XXXXX1022]": 51159, + "[XXXXX1023]": 50048, + "[XXXXX1024]": 51123, + "[XXXXX1025]": 50084, + "[XXXXX1026]": 50813, + "[XXXXX1027]": 50725, + "[XXXXX1028]": 50931, + "[XXXXX1029]": 50233, + "[XXXXX102]": 50213, + "[XXXXX1030]": 51023, + "[XXXXX1031]": 50098, + "[XXXXX1032]": 50802, + "[XXXXX1033]": 50061, + "[XXXXX1034]": 51139, + "[XXXXX1035]": 51110, + "[XXXXX1036]": 50204, + "[XXXXX1037]": 50023, + "[XXXXX1038]": 50142, + "[XXXXX1039]": 50328, + "[XXXXX103]": 50087, + "[XXXXX1040]": 50435, + "[XXXXX1041]": 50489, + "[XXXXX1042]": 50216, + "[XXXXX1043]": 50144, + "[XXXXX1044]": 50832, + "[XXXXX1045]": 50566, + "[XXXXX1046]": 50922, + "[XXXXX1047]": 50796, + "[XXXXX1048]": 50533, + "[XXXXX1049]": 50433, + "[XXXXX104]": 50478, + "[XXXXX1050]": 50953, + "[XXXXX1051]": 50497, + "[XXXXX1052]": 50655, + "[XXXXX1053]": 50881, + "[XXXXX1054]": 50461, + "[XXXXX1055]": 50052, + "[XXXXX1056]": 50219, + "[XXXXX1057]": 50789, + "[XXXXX1058]": 50121, + "[XXXXX1059]": 51002, + "[XXXXX105]": 51192, + "[XXXXX1060]": 50158, + "[XXXXX1061]": 50352, + "[XXXXX1062]": 50637, + "[XXXXX1063]": 50440, + "[XXXXX1064]": 50590, + "[XXXXX1065]": 51107, + "[XXXXX1066]": 50758, + "[XXXXX1067]": 51011, + "[XXXXX1068]": 50985, + "[XXXXX1069]": 51175, + "[XXXXX106]": 50532, + "[XXXXX1070]": 50790, + "[XXXXX1071]": 50394, + "[XXXXX1072]": 50852, + "[XXXXX1073]": 50869, + "[XXXXX1074]": 50126, + "[XXXXX1075]": 50783, + "[XXXXX1076]": 50806, + "[XXXXX1077]": 50882, + "[XXXXX1078]": 50726, + "[XXXXX1079]": 51010, + "[XXXXX107]": 50714, + "[XXXXX1080]": 50168, + "[XXXXX1081]": 50425, + "[XXXXX1082]": 50848, + "[XXXXX1083]": 50014, + "[XXXXX1084]": 50341, + "[XXXXX1085]": 50734, + "[XXXXX1086]": 50664, + "[XXXXX1087]": 51007, + "[XXXXX1088]": 51151, + "[XXXXX1089]": 50269, + "[XXXXX108]": 50996, + "[XXXXX1090]": 50826, + "[XXXXX1091]": 51105, + "[XXXXX1092]": 50731, + "[XXXXX1093]": 50856, + "[XXXXX1094]": 50369, + "[XXXXX1095]": 50065, + "[XXXXX1096]": 50309, + "[XXXXX1097]": 50838, + "[XXXXX1098]": 50451, + "[XXXXX1099]": 50384, + "[XXXXX109]": 50543, + "[XXXXX10]": 50325, + "[XXXXX1100]": 50318, + "[XXXXX1101]": 50764, + "[XXXXX1102]": 51025, + "[XXXXX1103]": 50642, + "[XXXXX1104]": 50665, + "[XXXXX1105]": 50855, + "[XXXXX1106]": 51063, + "[XXXXX1107]": 50025, + "[XXXXX1108]": 50122, + "[XXXXX1109]": 50470, + "[XXXXX110]": 50062, + "[XXXXX1110]": 51019, + "[XXXXX1111]": 51124, + "[XXXXX1112]": 50146, + "[XXXXX1113]": 51125, + "[XXXXX1114]": 50434, + "[XXXXX1115]": 50818, + "[XXXXX1116]": 50960, + "[XXXXX1117]": 50258, + "[XXXXX1118]": 50596, + "[XXXXX1119]": 50083, + "[XXXXX111]": 51064, + "[XXXXX1120]": 50915, + "[XXXXX1121]": 50835, + "[XXXXX1122]": 51056, + "[XXXXX1123]": 50172, + "[XXXXX1124]": 50972, + "[XXXXX1125]": 50275, + "[XXXXX1126]": 50430, + "[XXXXX1127]": 50743, + "[XXXXX1128]": 50551, + "[XXXXX1129]": 50439, + "[XXXXX112]": 50819, + "[XXXXX1130]": 50536, + "[XXXXX1131]": 50622, + "[XXXXX1132]": 50623, + "[XXXXX1133]": 50117, + "[XXXXX1134]": 50251, + "[XXXXX1135]": 50678, + "[XXXXX1136]": 50316, + "[XXXXX1137]": 50905, + "[XXXXX1138]": 50992, + "[XXXXX1139]": 50851, + "[XXXXX113]": 50443, + "[XXXXX1140]": 50499, + "[XXXXX1141]": 50629, + "[XXXXX1142]": 50944, + "[XXXXX1143]": 50373, + "[XXXXX1144]": 50123, + "[XXXXX1145]": 50173, + "[XXXXX1146]": 50891, + "[XXXXX1147]": 50471, + "[XXXXX1148]": 50560, + "[XXXXX1149]": 50541, + "[XXXXX114]": 50631, + "[XXXXX1150]": 50033, + "[XXXXX1151]": 50063, + "[XXXXX1152]": 50767, + "[XXXXX1153]": 50897, + "[XXXXX1154]": 50568, + "[XXXXX1155]": 51131, + "[XXXXX1156]": 50009, + "[XXXXX1157]": 50417, + "[XXXXX1158]": 50477, + "[XXXXX1159]": 50941, + "[XXXXX115]": 50294, + "[XXXXX1160]": 50679, + "[XXXXX1161]": 51108, + "[XXXXX1162]": 50332, + "[XXXXX1163]": 50424, + "[XXXXX1164]": 50473, + "[XXXXX1165]": 50793, + "[XXXXX1166]": 50453, + "[XXXXX1167]": 50807, + "[XXXXX1168]": 50128, + "[XXXXX1169]": 50039, + "[XXXXX116]": 50759, + "[XXXXX1170]": 50735, + "[XXXXX1171]": 50366, + "[XXXXX1172]": 50808, + "[XXXXX1173]": 50426, + "[XXXXX1174]": 50076, + "[XXXXX1175]": 50943, + "[XXXXX1176]": 50252, + "[XXXXX1177]": 50999, + "[XXXXX1178]": 50264, + "[XXXXX1179]": 50607, + "[XXXXX117]": 51036, + "[XXXXX1180]": 50986, + "[XXXXX1181]": 50744, + "[XXXXX1182]": 50186, + "[XXXXX1183]": 50555, + "[XXXXX1184]": 51076, + "[XXXXX1185]": 50849, + "[XXXXX1186]": 51128, + "[XXXXX1187]": 50858, + "[XXXXX1188]": 50656, + "[XXXXX1189]": 50064, + "[XXXXX118]": 50081, + "[XXXXX1190]": 51197, + "[XXXXX1191]": 50104, + "[XXXXX1192]": 50045, + "[XXXXX1193]": 50404, + "[XXXXX1194]": 50690, + "[XXXXX1195]": 50495, + "[XXXXX119]": 50108, + "[XXXXX11]": 50976, + "[XXXXX120]": 51081, + "[XXXXX121]": 50464, + "[XXXXX122]": 50829, + "[XXXXX123]": 50766, + "[XXXXX124]": 50732, + "[XXXXX125]": 50221, + "[XXXXX126]": 50810, + "[XXXXX127]": 50130, + "[XXXXX128]": 50751, + "[XXXXX129]": 50662, + "[XXXXX12]": 50602, + "[XXXXX130]": 50035, + "[XXXXX131]": 50715, + "[XXXXX132]": 50340, + "[XXXXX133]": 50563, + "[XXXXX134]": 50993, + "[XXXXX135]": 50304, + "[XXXXX136]": 50131, + "[XXXXX137]": 50578, + "[XXXXX138]": 50757, + "[XXXXX139]": 50582, + "[XXXXX13]": 50105, + "[XXXXX140]": 50085, + "[XXXXX141]": 50553, + "[XXXXX142]": 50749, + "[XXXXX143]": 50351, + "[XXXXX144]": 51024, + "[XXXXX145]": 51144, + "[XXXXX146]": 50042, + "[XXXXX147]": 50145, + "[XXXXX148]": 50066, + "[XXXXX149]": 50876, + "[XXXXX14]": 51006, + "[XXXXX150]": 50280, + "[XXXXX151]": 50093, + "[XXXXX152]": 50638, + "[XXXXX153]": 50684, + "[XXXXX154]": 50820, + "[XXXXX155]": 51196, + "[XXXXX156]": 50317, + "[XXXXX157]": 50284, + "[XXXXX158]": 50288, + "[XXXXX159]": 50814, + "[XXXXX15]": 50608, + "[XXXXX160]": 50004, + "[XXXXX161]": 50008, + "[XXXXX162]": 50377, + "[XXXXX163]": 50214, + "[XXXXX164]": 50708, + "[XXXXX165]": 50390, + "[XXXXX166]": 50741, + "[XXXXX167]": 50445, + "[XXXXX168]": 50936, + "[XXXXX169]": 50896, + "[XXXXX16]": 50442, + "[XXXXX170]": 50109, + "[XXXXX171]": 50140, + "[XXXXX172]": 50427, + "[XXXXX173]": 51074, + "[XXXXX174]": 50162, + "[XXXXX175]": 51015, + "[XXXXX176]": 50524, + "[XXXXX177]": 50673, + "[XXXXX178]": 50054, + "[XXXXX179]": 50805, + "[XXXXX17]": 50482, + "[XXXXX180]": 50253, + "[XXXXX181]": 50493, + "[XXXXX182]": 50421, + "[XXXXX183]": 51050, + "[XXXXX184]": 50521, + "[XXXXX185]": 50188, + "[XXXXX186]": 50147, + "[XXXXX187]": 50201, + "[XXXXX188]": 50973, + "[XXXXX189]": 50409, + "[XXXXX18]": 50115, + "[XXXXX190]": 50051, + "[XXXXX191]": 51020, + "[XXXXX192]": 51047, + "[XXXXX193]": 50669, + "[XXXXX194]": 50643, + "[XXXXX195]": 50159, + "[XXXXX196]": 50649, + "[XXXXX197]": 51178, + "[XXXXX198]": 50043, + "[XXXXX199]": 51147, + "[XXXXX19]": 51127, + "[XXXXX1]": 51114, + "[XXXXX200]": 50840, + "[XXXXX201]": 50365, + "[XXXXX202]": 50232, + "[XXXXX203]": 50241, + "[XXXXX204]": 50548, + "[XXXXX205]": 50781, + "[XXXXX206]": 50923, + "[XXXXX207]": 51115, + "[XXXXX208]": 50344, + "[XXXXX209]": 50299, + "[XXXXX20]": 51031, + "[XXXXX210]": 51179, + "[XXXXX211]": 51163, + "[XXXXX212]": 50562, + "[XXXXX213]": 50094, + "[XXXXX214]": 50257, + "[XXXXX215]": 50967, + "[XXXXX216]": 50523, + "[XXXXX217]": 51132, + "[XXXXX218]": 51146, + "[XXXXX219]": 50411, + "[XXXXX21]": 50354, + "[XXXXX220]": 50853, + "[XXXXX221]": 50886, + "[XXXXX222]": 50600, + "[XXXXX223]": 50873, + "[XXXXX224]": 50416, + "[XXXXX225]": 50675, + "[XXXXX226]": 50583, + "[XXXXX227]": 50151, + "[XXXXX228]": 50927, + "[XXXXX229]": 50609, + "[XXXXX22]": 50589, + "[XXXXX230]": 50238, + "[XXXXX231]": 50242, + "[XXXXX232]": 51016, + "[XXXXX233]": 50406, + "[XXXXX234]": 50908, + "[XXXXX235]": 50024, + "[XXXXX236]": 50270, + "[XXXXX237]": 50132, + "[XXXXX238]": 50800, + "[XXXXX239]": 50236, + "[XXXXX23]": 50007, + "[XXXXX240]": 50005, + "[XXXXX241]": 50894, + "[XXXXX242]": 50694, + "[XXXXX243]": 51071, + "[XXXXX244]": 51017, + "[XXXXX245]": 50068, + "[XXXXX246]": 50682, + "[XXXXX247]": 50913, + "[XXXXX248]": 51028, + "[XXXXX249]": 50037, + "[XXXXX24]": 51169, + "[XXXXX250]": 50747, + "[XXXXX251]": 50947, + "[XXXXX252]": 50329, + "[XXXXX253]": 50612, + "[XXXXX254]": 50110, + "[XXXXX255]": 50824, + "[XXXXX256]": 50558, + "[XXXXX257]": 50969, + "[XXXXX258]": 50729, + "[XXXXX259]": 50125, + "[XXXXX25]": 51160, + "[XXXXX260]": 50040, + "[XXXXX261]": 51038, + "[XXXXX262]": 50347, + "[XXXXX263]": 50740, + "[XXXXX264]": 51195, + "[XXXXX265]": 50879, + "[XXXXX266]": 50770, + "[XXXXX267]": 50178, + "[XXXXX268]": 50804, + "[XXXXX269]": 50906, + "[XXXXX26]": 50150, + "[XXXXX270]": 51191, + "[XXXXX271]": 50047, + "[XXXXX272]": 50195, + "[XXXXX273]": 50554, + "[XXXXX274]": 50833, + "[XXXXX275]": 50346, + "[XXXXX276]": 50950, + "[XXXXX277]": 50864, + "[XXXXX278]": 50259, + "[XXXXX279]": 50671, + "[XXXXX27]": 50468, + "[XXXXX280]": 50082, + "[XXXXX281]": 50565, + "[XXXXX282]": 50984, + "[XXXXX283]": 50650, + "[XXXXX284]": 50975, + "[XXXXX285]": 50603, + "[XXXXX286]": 50027, + "[XXXXX287]": 50181, + "[XXXXX288]": 50981, + "[XXXXX289]": 50885, + "[XXXXX28]": 50249, + "[XXXXX290]": 50522, + "[XXXXX291]": 50050, + "[XXXXX292]": 50313, + "[XXXXX293]": 50503, + "[XXXXX294]": 51176, + "[XXXXX295]": 51177, + "[XXXXX296]": 50379, + "[XXXXX297]": 50635, + "[XXXXX298]": 50723, + "[XXXXX299]": 50200, + "[XXXXX29]": 50892, + "[XXXXX2]": 51119, + "[XXXXX300]": 51026, + "[XXXXX301]": 50528, + "[XXXXX302]": 51149, + "[XXXXX303]": 50044, + "[XXXXX304]": 50209, + "[XXXXX305]": 50988, + "[XXXXX306]": 50518, + "[XXXXX307]": 50088, + "[XXXXX308]": 50733, + "[XXXXX309]": 51066, + "[XXXXX30]": 50506, + "[XXXXX310]": 50285, + "[XXXXX311]": 50859, + "[XXXXX312]": 50263, + "[XXXXX313]": 50594, + "[XXXXX314]": 51103, + "[XXXXX315]": 50871, + "[XXXXX316]": 50300, + "[XXXXX317]": 50760, + "[XXXXX318]": 50055, + "[XXXXX319]": 50389, + "[XXXXX31]": 50212, + "[XXXXX320]": 50444, + "[XXXXX321]": 50994, + "[XXXXX322]": 50281, + "[XXXXX323]": 50179, + "[XXXXX324]": 50455, + "[XXXXX325]": 50970, + "[XXXXX326]": 50666, + "[XXXXX327]": 50604, + "[XXXXX328]": 50627, + "[XXXXX329]": 50475, + "[XXXXX32]": 50277, + "[XXXXX330]": 50667, + "[XXXXX331]": 50348, + "[XXXXX332]": 50772, + "[XXXXX333]": 50163, + "[XXXXX334]": 50569, + "[XXXXX335]": 50018, + "[XXXXX336]": 50883, + "[XXXXX337]": 50067, + "[XXXXX338]": 51184, + "[XXXXX339]": 50997, + "[XXXXX33]": 50403, + "[XXXXX340]": 51013, + "[XXXXX341]": 50957, + "[XXXXX342]": 51106, + "[XXXXX343]": 51174, + "[XXXXX344]": 50391, + "[XXXXX345]": 50948, + "[XXXXX346]": 50180, + "[XXXXX347]": 50811, + "[XXXXX348]": 50401, + "[XXXXX349]": 50911, + "[XXXXX34]": 50223, + "[XXXXX350]": 51089, + "[XXXXX351]": 50777, + "[XXXXX352]": 50189, + "[XXXXX353]": 50492, + "[XXXXX354]": 50205, + "[XXXXX355]": 50374, + "[XXXXX356]": 51152, + "[XXXXX357]": 50695, + "[XXXXX358]": 51117, + "[XXXXX359]": 50573, + "[XXXXX35]": 50752, + "[XXXXX360]": 50955, + "[XXXXX361]": 50349, + "[XXXXX362]": 51137, + "[XXXXX363]": 50641, + "[XXXXX364]": 51148, + "[XXXXX365]": 50255, + "[XXXXX366]": 50310, + "[XXXXX367]": 50314, + "[XXXXX368]": 50971, + "[XXXXX369]": 50916, + "[XXXXX36]": 50437, + "[XXXXX370]": 51096, + "[XXXXX371]": 50557, + "[XXXXX372]": 51095, + "[XXXXX373]": 50382, + "[XXXXX374]": 50119, + "[XXXXX375]": 50958, + "[XXXXX376]": 50624, + "[XXXXX377]": 50483, + "[XXXXX378]": 50605, + "[XXXXX379]": 50017, + "[XXXXX37]": 50706, + "[XXXXX380]": 50246, + "[XXXXX381]": 50588, + "[XXXXX382]": 51008, + "[XXXXX383]": 50801, + "[XXXXX384]": 50290, + "[XXXXX385]": 50899, + "[XXXXX386]": 50206, + "[XXXXX387]": 50716, + "[XXXXX388]": 51082, + "[XXXXX389]": 50177, + "[XXXXX38]": 50736, + "[XXXXX390]": 50282, + "[XXXXX391]": 51183, + "[XXXXX392]": 50286, + "[XXXXX393]": 50659, + "[XXXXX394]": 50378, + "[XXXXX395]": 50709, + "[XXXXX396]": 50028, + "[XXXXX397]": 50235, + "[XXXXX398]": 51014, + "[XXXXX399]": 50880, + "[XXXXX39]": 50305, + "[XXXXX3]": 50077, + "[XXXXX400]": 50155, + "[XXXXX401]": 50710, + "[XXXXX402]": 50507, + "[XXXXX403]": 50860, + "[XXXXX404]": 50661, + "[XXXXX405]": 51083, + "[XXXXX406]": 50888, + "[XXXXX407]": 50069, + "[XXXXX408]": 50691, + "[XXXXX409]": 51055, + "[XXXXX40]": 50337, + "[XXXXX410]": 50137, + "[XXXXX411]": 50791, + "[XXXXX412]": 50136, + "[XXXXX413]": 50730, + "[XXXXX414]": 50267, + "[XXXXX415]": 50012, + "[XXXXX416]": 50681, + "[XXXXX417]": 50942, + "[XXXXX418]": 50720, + "[XXXXX419]": 50844, + "[XXXXX41]": 50387, + "[XXXXX420]": 50111, + "[XXXXX421]": 51003, + "[XXXXX422]": 50785, + "[XXXXX423]": 50149, + "[XXXXX424]": 50422, + "[XXXXX425]": 51086, + "[XXXXX426]": 50862, + "[XXXXX427]": 50576, + "[XXXXX428]": 51049, + "[XXXXX429]": 50630, + "[XXXXX42]": 50799, + "[XXXXX430]": 50289, + "[XXXXX431]": 50184, + "[XXXXX432]": 50319, + "[XXXXX433]": 51116, + "[XXXXX434]": 50519, + "[XXXXX435]": 50496, + "[XXXXX436]": 50517, + "[XXXXX437]": 50865, + "[XXXXX438]": 50737, + "[XXXXX439]": 50356, + "[XXXXX43]": 50359, + "[XXXXX440]": 50898, + "[XXXXX441]": 50113, + "[XXXXX442]": 50527, + "[XXXXX443]": 50762, + "[XXXXX444]": 50540, + "[XXXXX445]": 50925, + "[XXXXX446]": 50711, + "[XXXXX447]": 50143, + "[XXXXX448]": 51170, + "[XXXXX449]": 50413, + "[XXXXX44]": 50097, + "[XXXXX450]": 50375, + "[XXXXX451]": 50846, + "[XXXXX452]": 50217, + "[XXXXX453]": 50699, + "[XXXXX454]": 50412, + "[XXXXX455]": 50418, + "[XXXXX456]": 51143, + "[XXXXX457]": 51141, + "[XXXXX458]": 51157, + "[XXXXX459]": 50825, + "[XXXXX45]": 50203, + "[XXXXX460]": 50194, + "[XXXXX461]": 50148, + "[XXXXX462]": 50276, + "[XXXXX463]": 50271, + "[XXXXX464]": 50836, + "[XXXXX465]": 50854, + "[XXXXX466]": 50164, + "[XXXXX467]": 50484, + "[XXXXX468]": 51097, + "[XXXXX469]": 50182, + "[XXXXX46]": 50505, + "[XXXXX470]": 50670, + "[XXXXX471]": 50595, + "[XXXXX472]": 50237, + "[XXXXX473]": 50057, + "[XXXXX474]": 50431, + "[XXXXX475]": 50738, + "[XXXXX476]": 51145, + "[XXXXX477]": 50247, + "[XXXXX478]": 50029, + "[XXXXX479]": 50917, + "[XXXXX47]": 50579, + "[XXXXX480]": 50702, + "[XXXXX481]": 50831, + "[XXXXX482]": 50753, + "[XXXXX483]": 50598, + "[XXXXX484]": 51136, + "[XXXXX485]": 50092, + "[XXXXX486]": 50202, + "[XXXXX487]": 50106, + "[XXXXX488]": 50924, + "[XXXXX489]": 51113, + "[XXXXX48]": 50842, + "[XXXXX490]": 50761, + "[XXXXX491]": 50577, + "[XXXXX492]": 50692, + "[XXXXX493]": 51130, + "[XXXXX494]": 50932, + "[XXXXX495]": 50837, + "[XXXXX496]": 50893, + "[XXXXX497]": 50773, + "[XXXXX498]": 50360, + "[XXXXX499]": 50900, + "[XXXXX49]": 51062, + "[XXXXX4]": 50396, + "[XXXXX500]": 51034, + "[XXXXX501]": 50472, + "[XXXXX502]": 50660, + "[XXXXX503]": 50815, + "[XXXXX504]": 50939, + "[XXXXX505]": 50419, + "[XXXXX506]": 50324, + "[XXXXX507]": 50428, + "[XXXXX508]": 50274, + "[XXXXX509]": 50311, + "[XXXXX50]": 50459, + "[XXXXX510]": 50674, + "[XXXXX511]": 50580, + "[XXXXX512]": 50956, + "[XXXXX513]": 50165, + "[XXXXX514]": 50320, + "[XXXXX515]": 50648, + "[XXXXX516]": 50386, + "[XXXXX517]": 50058, + "[XXXXX518]": 51045, + "[XXXXX519]": 50103, + "[XXXXX51]": 50979, + "[XXXXX520]": 50530, + "[XXXXX521]": 50907, + "[XXXXX522]": 50260, + "[XXXXX523]": 50632, + "[XXXXX524]": 50926, + "[XXXXX525]": 50687, + "[XXXXX526]": 50160, + "[XXXXX527]": 51053, + "[XXXXX528]": 50652, + "[XXXXX529]": 51041, + "[XXXXX52]": 50272, + "[XXXXX530]": 51111, + "[XXXXX531]": 51009, + "[XXXXX532]": 51079, + "[XXXXX533]": 50487, + "[XXXXX534]": 51059, + "[XXXXX535]": 50335, + "[XXXXX536]": 50380, + "[XXXXX537]": 50301, + "[XXXXX538]": 51067, + "[XXXXX539]": 51052, + "[XXXXX53]": 51048, + "[XXXXX540]": 50822, + "[XXXXX541]": 51040, + "[XXXXX542]": 50490, + "[XXXXX543]": 50448, + "[XXXXX544]": 50812, + "[XXXXX545]": 50099, + "[XXXXX546]": 51199, + "[XXXXX547]": 50226, + "[XXXXX548]": 50538, + "[XXXXX549]": 50342, + "[XXXXX54]": 50701, + "[XXXXX550]": 50544, + "[XXXXX551]": 50398, + "[XXXXX552]": 51102, + "[XXXXX553]": 50919, + "[XXXXX554]": 50615, + "[XXXXX555]": 50769, + "[XXXXX556]": 50940, + "[XXXXX557]": 50070, + "[XXXXX558]": 50680, + "[XXXXX559]": 50611, + "[XXXXX55]": 50574, + "[XXXXX560]": 50381, + "[XXXXX561]": 50350, + "[XXXXX562]": 50175, + "[XXXXX563]": 50584, + "[XXXXX564]": 50703, + "[XXXXX565]": 50989, + "[XXXXX566]": 50877, + "[XXXXX567]": 51039, + "[XXXXX568]": 51018, + "[XXXXX569]": 50452, + "[XXXXX56]": 51099, + "[XXXXX570]": 50161, + "[XXXXX571]": 50921, + "[XXXXX572]": 50676, + "[XXXXX573]": 50326, + "[XXXXX574]": 50987, + "[XXXXX575]": 50361, + "[XXXXX576]": 50071, + "[XXXXX577]": 50803, + "[XXXXX578]": 50400, + "[XXXXX579]": 51091, + "[XXXXX57]": 50501, + "[XXXXX580]": 50887, + "[XXXXX581]": 50839, + "[XXXXX582]": 51138, + "[XXXXX583]": 50816, + "[XXXXX584]": 50339, + "[XXXXX585]": 50463, + "[XXXXX586]": 50399, + "[XXXXX587]": 51070, + "[XXXXX588]": 50457, + "[XXXXX589]": 50828, + "[XXXXX58]": 50183, + "[XXXXX590]": 50080, + "[XXXXX591]": 50550, + "[XXXXX592]": 50129, + "[XXXXX593]": 50273, + "[XXXXX594]": 50388, + "[XXXXX595]": 50491, + "[XXXXX596]": 50278, + "[XXXXX597]": 50011, + "[XXXXX598]": 50254, + "[XXXXX599]": 50302, + "[XXXXX59]": 50353, + "[XXXXX5]": 50010, + "[XXXXX600]": 50704, + "[XXXXX601]": 51118, + "[XXXXX602]": 50049, + "[XXXXX603]": 51190, + "[XXXXX604]": 51142, + "[XXXXX605]": 50707, + "[XXXXX606]": 50937, + "[XXXXX607]": 50875, + "[XXXXX608]": 50564, + "[XXXXX609]": 50345, + "[XXXXX60]": 50713, + "[XXXXX610]": 50949, + "[XXXXX611]": 50978, + "[XXXXX612]": 50330, + "[XXXXX613]": 51035, + "[XXXXX614]": 50402, + "[XXXXX615]": 50176, + "[XXXXX616]": 51133, + "[XXXXX617]": 50222, + "[XXXXX618]": 50118, + "[XXXXX619]": 50196, + "[XXXXX61]": 50298, + "[XXXXX620]": 50668, + "[XXXXX621]": 50462, + "[XXXXX622]": 50218, + "[XXXXX623]": 51101, + "[XXXXX624]": 50362, + "[XXXXX625]": 50779, + "[XXXXX626]": 50513, + "[XXXXX627]": 50746, + "[XXXXX628]": 50141, + "[XXXXX629]": 50479, + "[XXXXX62]": 50056, + "[XXXXX630]": 51180, + "[XXXXX631]": 50872, + "[XXXXX632]": 50315, + "[XXXXX633]": 50397, + "[XXXXX634]": 51165, + "[XXXXX635]": 50046, + "[XXXXX636]": 50795, + "[XXXXX637]": 50959, + "[XXXXX638]": 50786, + "[XXXXX639]": 50240, + "[XXXXX63]": 51061, + "[XXXXX640]": 50601, + "[XXXXX641]": 50904, + "[XXXXX642]": 50376, + "[XXXXX643]": 50663, + "[XXXXX644]": 50613, + "[XXXXX645]": 50467, + "[XXXXX646]": 50546, + "[XXXXX647]": 50465, + "[XXXXX648]": 50395, + "[XXXXX649]": 50287, + "[XXXXX64]": 51162, + "[XXXXX650]": 50474, + "[XXXXX651]": 50727, + "[XXXXX652]": 50243, + "[XXXXX653]": 51100, + "[XXXXX654]": 50705, + "[XXXXX655]": 51012, + "[XXXXX656]": 50447, + "[XXXXX657]": 50719, + "[XXXXX658]": 50712, + "[XXXXX659]": 50476, + "[XXXXX65]": 50587, + "[XXXXX660]": 51054, + "[XXXXX661]": 51166, + "[XXXXX662]": 50494, + "[XXXXX663]": 50230, + "[XXXXX664]": 50621, + "[XXXXX665]": 50809, + "[XXXXX666]": 50265, + "[XXXXX667]": 50645, + "[XXXXX668]": 50817, + "[XXXXX669]": 50030, + "[XXXXX66]": 51029, + "[XXXXX670]": 51004, + "[XXXXX671]": 50685, + "[XXXXX672]": 50625, + "[XXXXX673]": 50890, + "[XXXXX674]": 50383, + "[XXXXX675]": 50929, + "[XXXXX676]": 50116, + "[XXXXX677]": 51072, + "[XXXXX678]": 51126, + "[XXXXX679]": 50755, + "[XXXXX67]": 50717, + "[XXXXX680]": 50303, + "[XXXXX681]": 50504, + "[XXXXX682]": 51075, + "[XXXXX683]": 50261, + "[XXXXX684]": 50861, + "[XXXXX685]": 50306, + "[XXXXX686]": 50016, + "[XXXXX687]": 50101, + "[XXXXX688]": 51098, + "[XXXXX689]": 50827, + "[XXXXX68]": 50863, + "[XXXXX690]": 50640, + "[XXXXX691]": 50031, + "[XXXXX692]": 50768, + "[XXXXX693]": 50013, + "[XXXXX694]": 51032, + "[XXXXX695]": 50166, + "[XXXXX696]": 50127, + "[XXXXX697]": 50414, + "[XXXXX698]": 50742, + "[XXXXX699]": 51042, + "[XXXXX69]": 51112, + "[XXXXX6]": 50593, + "[XXXXX700]": 50292, + "[XXXXX701]": 50174, + "[XXXXX702]": 50547, + "[XXXXX703]": 50498, + "[XXXXX704]": 51078, + "[XXXXX705]": 50133, + "[XXXXX706]": 50041, + "[XXXXX707]": 51181, + "[XXXXX708]": 50585, + "[XXXXX709]": 50776, + "[XXXXX70]": 50053, + "[XXXXX710]": 50336, + "[XXXXX711]": 50765, + "[XXXXX712]": 50224, + "[XXXXX713]": 50599, + "[XXXXX714]": 50207, + "[XXXXX715]": 51043, + "[XXXXX716]": 51090, + "[XXXXX717]": 50006, + "[XXXXX718]": 50901, + "[XXXXX719]": 51001, + "[XXXXX71]": 50954, + "[XXXXX720]": 50646, + "[XXXXX721]": 50075, + "[XXXXX722]": 51120, + "[XXXXX723]": 50215, + "[XXXXX724]": 50415, + "[XXXXX725]": 50154, + "[XXXXX726]": 50935, + "[XXXXX727]": 50545, + "[XXXXX728]": 51085, + "[XXXXX729]": 50256, + "[XXXXX72]": 50363, + "[XXXXX730]": 50700, + "[XXXXX731]": 50262, + "[XXXXX732]": 50930, + "[XXXXX733]": 50333, + "[XXXXX734]": 50884, + "[XXXXX735]": 51030, + "[XXXXX736]": 50231, + "[XXXXX737]": 50405, + "[XXXXX738]": 50962, + "[XXXXX739]": 50458, + "[XXXXX73]": 50019, + "[XXXXX740]": 50878, + "[XXXXX741]": 50910, + "[XXXXX742]": 50170, + "[XXXXX743]": 50718, + "[XXXXX744]": 50616, + "[XXXXX745]": 50358, + "[XXXXX746]": 50152, + "[XXXXX747]": 50525, + "[XXXXX748]": 51167, + "[XXXXX749]": 50653, + "[XXXXX74]": 50952, + "[XXXXX750]": 50500, + "[XXXXX751]": 50446, + "[XXXXX752]": 50995, + "[XXXXX753]": 50945, + "[XXXXX754]": 51173, + "[XXXXX755]": 50823, + "[XXXXX756]": 51060, + "[XXXXX757]": 50748, + "[XXXXX758]": 50020, + "[XXXXX759]": 50197, + "[XXXXX75]": 50502, + "[XXXXX760]": 50291, + "[XXXXX761]": 50821, + "[XXXXX762]": 50190, + "[XXXXX763]": 50745, + "[XXXXX764]": 50778, + "[XXXXX765]": 50556, + "[XXXXX766]": 51161, + "[XXXXX767]": 50466, + "[XXXXX768]": 50792, + "[XXXXX769]": 50208, + "[XXXXX76]": 50169, + "[XXXXX770]": 50647, + "[XXXXX771]": 50610, + "[XXXXX772]": 51140, + "[XXXXX773]": 50441, + "[XXXXX774]": 50870, + "[XXXXX775]": 50368, + "[XXXXX776]": 50026, + "[XXXXX777]": 50677, + "[XXXXX778]": 51168, + "[XXXXX779]": 50481, + "[XXXXX77]": 50515, + "[XXXXX780]": 50225, + "[XXXXX781]": 50408, + "[XXXXX782]": 50090, + "[XXXXX783]": 50951, + "[XXXXX784]": 50015, + "[XXXXX785]": 50658, + "[XXXXX786]": 50617, + "[XXXXX787]": 50721, + "[XXXXX788]": 51084, + "[XXXXX789]": 50830, + "[XXXXX78]": 50100, + "[XXXXX790]": 50606, + "[XXXXX791]": 50124, + "[XXXXX792]": 50078, + "[XXXXX793]": 51188, + "[XXXXX794]": 50750, + "[XXXXX795]": 50138, + "[XXXXX796]": 50239, + "[XXXXX797]": 50385, + "[XXXXX798]": 50780, + "[XXXXX799]": 50683, + "[XXXXX79]": 50436, + "[XXXXX7]": 50211, + "[XXXXX800]": 51185, + "[XXXXX801]": 50250, + "[XXXXX802]": 50456, + "[XXXXX803]": 50508, + "[XXXXX804]": 51194, + "[XXXXX805]": 50021, + "[XXXXX806]": 50307, + "[XXXXX807]": 50199, + "[XXXXX808]": 51129, + "[XXXXX809]": 50686, + "[XXXXX80]": 50370, + "[XXXXX810]": 50343, + "[XXXXX811]": 50614, + "[XXXXX812]": 50636, + "[XXXXX813]": 51198, + "[XXXXX814]": 50788, + "[XXXXX815]": 50120, + "[XXXXX816]": 50135, + "[XXXXX817]": 50293, + "[XXXXX818]": 50153, + "[XXXXX819]": 50516, + "[XXXXX81]": 50581, + "[XXXXX820]": 50586, + "[XXXXX821]": 50509, + "[XXXXX822]": 50220, + "[XXXXX823]": 51068, + "[XXXXX824]": 50946, + "[XXXXX825]": 50965, + "[XXXXX826]": 50032, + "[XXXXX827]": 50156, + "[XXXXX828]": 50449, + "[XXXXX829]": 50531, + "[XXXXX82]": 51164, + "[XXXXX830]": 50486, + "[XXXXX831]": 50357, + "[XXXXX832]": 51022, + "[XXXXX833]": 50633, + "[XXXXX834]": 50754, + "[XXXXX835]": 51134, + "[XXXXX836]": 50193, + "[XXXXX837]": 51088, + "[XXXXX838]": 50722, + "[XXXXX839]": 50756, + "[XXXXX83]": 50977, + "[XXXXX840]": 50022, + "[XXXXX841]": 51186, + "[XXXXX842]": 50575, + "[XXXXX843]": 50079, + "[XXXXX844]": 50644, + "[XXXXX845]": 51033, + "[XXXXX846]": 50454, + "[XXXXX847]": 50095, + "[XXXXX848]": 50902, + "[XXXXX849]": 50597, + "[XXXXX84]": 50167, + "[XXXXX850]": 51051, + "[XXXXX851]": 50696, + "[XXXXX852]": 50966, + "[XXXXX853]": 50034, + "[XXXXX854]": 50889, + "[XXXXX855]": 50843, + "[XXXXX856]": 50963, + "[XXXXX857]": 50227, + "[XXXXX858]": 51058, + "[XXXXX859]": 50850, + "[XXXXX85]": 50192, + "[XXXXX860]": 50228, + "[XXXXX861]": 50570, + "[XXXXX862]": 50488, + "[XXXXX863]": 50539, + "[XXXXX864]": 51182, + "[XXXXX865]": 50990, + "[XXXXX866]": 50542, + "[XXXXX867]": 51069, + "[XXXXX868]": 50480, + "[XXXXX869]": 50847, + "[XXXXX86]": 50874, + "[XXXXX870]": 50308, + "[XXXXX871]": 50510, + "[XXXXX872]": 50423, + "[XXXXX873]": 50086, + "[XXXXX874]": 50591, + "[XXXXX875]": 50728, + "[XXXXX876]": 50372, + "[XXXXX877]": 50903, + "[XXXXX878]": 50868, + "[XXXXX879]": 50763, + "[XXXXX87]": 50571, + "[XXXXX880]": 50096, + "[XXXXX881]": 51150, + "[XXXXX882]": 50460, + "[XXXXX883]": 51087, + "[XXXXX884]": 51093, + "[XXXXX885]": 50295, + "[XXXXX886]": 51037, + "[XXXXX887]": 51171, + "[XXXXX888]": 50794, + "[XXXXX889]": 50628, + "[XXXXX88]": 50520, + "[XXXXX890]": 51172, + "[XXXXX891]": 51046, + "[XXXXX892]": 50918, + "[XXXXX893]": 50998, + "[XXXXX894]": 50371, + "[XXXXX895]": 51155, + "[XXXXX896]": 50866, + "[XXXXX897]": 50229, + "[XXXXX898]": 51057, + "[XXXXX899]": 50867, + "[XXXXX89]": 50537, + "[XXXXX8]": 50784, + "[XXXXX900]": 50739, + "[XXXXX901]": 51080, + "[XXXXX902]": 50038, + "[XXXXX903]": 50321, + "[XXXXX904]": 50774, + "[XXXXX905]": 50974, + "[XXXXX906]": 50920, + "[XXXXX907]": 50469, + "[XXXXX908]": 51122, + "[XXXXX909]": 51092, + "[XXXXX90]": 50514, + "[XXXXX910]": 50798, + "[XXXXX911]": 50245, + "[XXXXX912]": 50367, + "[XXXXX913]": 50618, + "[XXXXX914]": 50072, + "[XXXXX915]": 50450, + "[XXXXX916]": 51189, + "[XXXXX917]": 50485, + "[XXXXX918]": 50283, + "[XXXXX919]": 50845, + "[XXXXX91]": 50968, + "[XXXXX920]": 50429, + "[XXXXX921]": 50364, + "[XXXXX922]": 50782, + "[XXXXX923]": 50534, + "[XXXXX924]": 50059, + "[XXXXX925]": 50102, + "[XXXXX926]": 50185, + "[XXXXX927]": 50634, + "[XXXXX928]": 50567, + "[XXXXX929]": 50895, + "[XXXXX92]": 50210, + "[XXXXX930]": 50561, + "[XXXXX931]": 51021, + "[XXXXX932]": 50107, + "[XXXXX933]": 50407, + "[XXXXX934]": 50654, + "[XXXXX935]": 50268, + "[XXXXX936]": 51153, + "[XXXXX937]": 50552, + "[XXXXX938]": 50526, + "[XXXXX939]": 50322, + "[XXXXX93]": 50912, + "[XXXXX940]": 50296, + "[XXXXX941]": 50572, + "[XXXXX942]": 50393, + "[XXXXX943]": 50312, + "[XXXXX944]": 50592, + "[XXXXX945]": 50982, + "[XXXXX946]": 50089, + "[XXXXX947]": 50331, + "[XXXXX948]": 50279, + "[XXXXX949]": 51005, + "[XXXXX94]": 50198, + "[XXXXX950]": 50114, + "[XXXXX951]": 50074, + "[XXXXX952]": 50248, + "[XXXXX953]": 50857, + "[XXXXX954]": 50841, + "[XXXXX955]": 51065, + "[XXXXX956]": 50234, + "[XXXXX957]": 50834, + "[XXXXX958]": 50535, + "[XXXXX959]": 51109, + "[XXXXX95]": 50651, + "[XXXXX960]": 50797, + "[XXXXX961]": 50914, + "[XXXXX962]": 50112, + "[XXXXX963]": 50073, + "[XXXXX964]": 50559, + "[XXXXX965]": 50933, + "[XXXXX966]": 50619, + "[XXXXX967]": 51187, + "[XXXXX968]": 50327, + "[XXXXX969]": 50698, + "[XXXXX96]": 50420, + "[XXXXX970]": 50060, + "[XXXXX971]": 50432, + "[XXXXX972]": 50620, + "[XXXXX973]": 50693, + "[XXXXX974]": 50938, + "[XXXXX975]": 50983, + "[XXXXX976]": 50334, + "[XXXXX977]": 50438, + "[XXXXX978]": 51154, + "[XXXXX979]": 50964, + "[XXXXX97]": 50672, + "[XXXXX980]": 50511, + "[XXXXX981]": 50244, + "[XXXXX982]": 50266, + "[XXXXX983]": 50134, + "[XXXXX984]": 50338, + "[XXXXX985]": 51121, + "[XXXXX986]": 50323, + "[XXXXX987]": 50909, + "[XXXXX988]": 51000, + "[XXXXX989]": 50036, + "[XXXXX98]": 50787, + "[XXXXX990]": 50512, + "[XXXXX991]": 50191, + "[XXXXX992]": 50187, + "[XXXXX993]": 51156, + "[XXXXX994]": 51135, + "[XXXXX995]": 50355, + "[XXXXX996]": 51027, + "[XXXXX997]": 50297, + "[XXXXX998]": 50928, + "[XXXXX999]": 50697, + "[XXXXX99]": 50980, + "[XXXXX9]": 50961 +} diff --git a/checkpoint-3000/config.json b/checkpoint-3000/config.json new file mode 100644 index 0000000..6aa3e79 --- /dev/null +++ b/checkpoint-3000/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu", + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 50000, + "dtype": "bfloat16", + "embd_pdrop": 0.1, + "eos_token_id": 50001, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_ctx": 512, + "n_embd": 512, + "n_head": 8, + "n_inner": 2048, + "n_layer": 4, + "n_positions": 512, + "pad_token_id": 50002, + "prefix": "[CLS]", + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "transformers_version": "4.56.2", + "use_cache": true, + "vocab_size": 51200 +} diff --git a/checkpoint-3000/generation_config.json b/checkpoint-3000/generation_config.json new file mode 100644 index 0000000..4c122f0 --- /dev/null +++ b/checkpoint-3000/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 50000, + "eos_token_id": [ + 50001 + ], + "pad_token_id": 50002, + "transformers_version": "4.56.2" +} diff --git a/checkpoint-3000/model.safetensors b/checkpoint-3000/model.safetensors new file mode 100644 index 0000000..a76cfa1 --- /dev/null +++ b/checkpoint-3000/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c8789fa56a13776b58f8a1753e2f65316181b14894bb86a2956120ced54abf +size 78179408 diff --git a/checkpoint-3000/rng_state.pth b/checkpoint-3000/rng_state.pth new file mode 100644 index 0000000..2ed7ca9 --- /dev/null +++ b/checkpoint-3000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1795f613553ea070473fb98a29a5d9e0b080c412b4f402b67d829cf96208c59 +size 14709 diff --git a/checkpoint-3000/special_tokens_map.json b/checkpoint-3000/special_tokens_map.json new file mode 100644 index 0000000..c78a835 --- /dev/null +++ b/checkpoint-3000/special_tokens_map.json @@ -0,0 +1,1249 @@ +{ + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "cls_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "mask_token": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "sep_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/checkpoint-3000/spiece.model b/checkpoint-3000/spiece.model new file mode 100644 index 0000000..1d0ebef --- /dev/null +++ b/checkpoint-3000/spiece.model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb6c0798152f43d77dd4f94367bd58cc1d82ff07ea9fa1516be8cc28bf92184 +size 1123336 diff --git a/checkpoint-3000/tokenizer_config.json b/checkpoint-3000/tokenizer_config.json new file mode 100644 index 0000000..b27d01f --- /dev/null +++ b/checkpoint-3000/tokenizer_config.json @@ -0,0 +1,10825 @@ +{ + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50000": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50001": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50002": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50003": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50004": { + "content": "[XXXXX160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50005": { + "content": "[XXXXX240]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50006": { + "content": "[XXXXX717]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50007": { + "content": "[XXXXX23]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50008": { + "content": "[XXXXX161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50009": { + "content": "[XXXXX1156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50010": { + "content": "[XXXXX5]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50011": { + "content": "[XXXXX597]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50012": { + "content": "[XXXXX415]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50013": { + "content": "[XXXXX693]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50014": { + "content": "[XXXXX1083]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50015": { + "content": "[XXXXX784]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50016": { + "content": "[XXXXX686]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50017": { + "content": "[XXXXX379]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50018": { + "content": "[XXXXX335]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50019": { + "content": "[XXXXX73]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50020": { + "content": "[XXXXX758]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50021": { + "content": "[XXXXX805]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50022": { + "content": "[XXXXX840]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50023": { + "content": "[XXXXX1037]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50024": { + "content": "[XXXXX235]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50025": { + "content": "[XXXXX1107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50026": { + "content": "[XXXXX776]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50027": { + "content": "[XXXXX286]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50028": { + "content": "[XXXXX396]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50029": { + "content": "[XXXXX478]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50030": { + "content": "[XXXXX669]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50031": { + "content": "[XXXXX691]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50032": { + "content": "[XXXXX826]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50033": { + "content": "[XXXXX1150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50034": { + "content": "[XXXXX853]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50035": { + "content": "[XXXXX130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50036": { + "content": "[XXXXX989]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50037": { + "content": "[XXXXX249]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50038": { + "content": "[XXXXX902]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50039": { + "content": "[XXXXX1169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50040": { + "content": "[XXXXX260]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50041": { + "content": "[XXXXX706]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50042": { + "content": "[XXXXX146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50043": { + "content": "[XXXXX198]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50044": { + "content": "[XXXXX303]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50045": { + "content": "[XXXXX1192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50046": { + "content": "[XXXXX635]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50047": { + "content": "[XXXXX271]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50048": { + "content": "[XXXXX1023]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50049": { + "content": "[XXXXX602]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50050": { + "content": "[XXXXX291]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50051": { + "content": "[XXXXX190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50052": { + "content": "[XXXXX1055]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50053": { + "content": "[XXXXX70]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50054": { + "content": "[XXXXX178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50055": { + "content": "[XXXXX318]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50056": { + "content": "[XXXXX62]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50057": { + "content": "[XXXXX473]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50058": { + "content": "[XXXXX517]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50059": { + "content": "[XXXXX924]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50060": { + "content": "[XXXXX970]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50061": { + "content": "[XXXXX1033]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50062": { + "content": "[XXXXX110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50063": { + "content": "[XXXXX1151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50064": { + "content": "[XXXXX1189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50065": { + "content": "[XXXXX1095]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50066": { + "content": "[XXXXX148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50067": { + "content": "[XXXXX337]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50068": { + "content": "[XXXXX245]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50069": { + "content": "[XXXXX407]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50070": { + "content": "[XXXXX557]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50071": { + "content": "[XXXXX576]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50072": { + "content": "[XXXXX914]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50073": { + "content": "[XXXXX963]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50074": { + "content": "[XXXXX951]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50075": { + "content": "[XXXXX721]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50076": { + "content": "[XXXXX1174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50077": { + "content": "[XXXXX3]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50078": { + "content": "[XXXXX792]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50079": { + "content": "[XXXXX843]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50080": { + "content": "[XXXXX590]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50081": { + "content": "[XXXXX118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50082": { + "content": "[XXXXX280]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50083": { + "content": "[XXXXX1119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50084": { + "content": "[XXXXX1025]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50085": { + "content": "[XXXXX140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50086": { + "content": "[XXXXX873]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50087": { + "content": "[XXXXX103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50088": { + "content": "[XXXXX307]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50089": { + "content": "[XXXXX946]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50090": { + "content": "[XXXXX782]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50091": { + "content": "[XXXXX100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50092": { + "content": "[XXXXX485]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50093": { + "content": "[XXXXX151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50094": { + "content": "[XXXXX213]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50095": { + "content": "[XXXXX847]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50096": { + "content": "[XXXXX880]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50097": { + "content": "[XXXXX44]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50098": { + "content": "[XXXXX1031]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50099": { + "content": "[XXXXX545]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50100": { + "content": "[XXXXX78]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50101": { + "content": "[XXXXX687]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50102": { + "content": "[XXXXX925]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50103": { + "content": "[XXXXX519]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50104": { + "content": "[XXXXX1191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50105": { + "content": "[XXXXX13]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50106": { + "content": "[XXXXX487]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50107": { + "content": "[XXXXX932]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50108": { + "content": "[XXXXX119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50109": { + "content": "[XXXXX170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50110": { + "content": "[XXXXX254]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50111": { + "content": "[XXXXX420]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50112": { + "content": "[XXXXX962]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50113": { + "content": "[XXXXX441]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50114": { + "content": "[XXXXX950]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50115": { + "content": "[XXXXX18]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50116": { + "content": "[XXXXX676]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50117": { + "content": "[XXXXX1133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50118": { + "content": "[XXXXX618]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50119": { + "content": "[XXXXX374]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50120": { + "content": "[XXXXX815]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50121": { + "content": "[XXXXX1058]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50122": { + "content": "[XXXXX1108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50123": { + "content": "[XXXXX1144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50124": { + "content": "[XXXXX791]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50125": { + "content": "[XXXXX259]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50126": { + "content": "[XXXXX1074]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50127": { + "content": "[XXXXX696]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50128": { + "content": "[XXXXX1168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50129": { + "content": "[XXXXX592]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50130": { + "content": "[XXXXX127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50131": { + "content": "[XXXXX136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50132": { + "content": "[XXXXX237]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50133": { + "content": "[XXXXX705]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50134": { + "content": "[XXXXX983]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50135": { + "content": "[XXXXX816]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50136": { + "content": "[XXXXX412]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50137": { + "content": "[XXXXX410]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50138": { + "content": "[XXXXX795]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50139": { + "content": "[XXXXX101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50140": { + "content": "[XXXXX171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50141": { + "content": "[XXXXX628]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50142": { + "content": "[XXXXX1038]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50143": { + "content": "[XXXXX447]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50144": { + "content": "[XXXXX1043]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50145": { + "content": "[XXXXX147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50146": { + "content": "[XXXXX1112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50147": { + "content": "[XXXXX186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50148": { + "content": "[XXXXX461]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50149": { + "content": "[XXXXX423]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50150": { + "content": "[XXXXX26]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50151": { + "content": "[XXXXX227]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50152": { + "content": "[XXXXX746]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50153": { + "content": "[XXXXX818]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50154": { + "content": "[XXXXX725]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50155": { + "content": "[XXXXX400]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50156": { + "content": "[XXXXX827]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50157": { + "content": "[XXXXX1020]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50158": { + "content": "[XXXXX1060]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50159": { + "content": "[XXXXX195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50160": { + "content": "[XXXXX526]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50161": { + "content": "[XXXXX570]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50162": { + "content": "[XXXXX174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50163": { + "content": "[XXXXX333]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50164": { + "content": "[XXXXX466]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50165": { + "content": "[XXXXX513]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50166": { + "content": "[XXXXX695]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50167": { + "content": "[XXXXX84]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50168": { + "content": "[XXXXX1080]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50169": { + "content": "[XXXXX76]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50170": { + "content": "[XXXXX742]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50171": { + "content": "[XXXXX1008]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50172": { + "content": "[XXXXX1123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50173": { + "content": "[XXXXX1145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50174": { + "content": "[XXXXX701]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50175": { + "content": "[XXXXX562]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50176": { + "content": "[XXXXX615]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50177": { + "content": "[XXXXX389]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50178": { + "content": "[XXXXX267]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50179": { + "content": "[XXXXX323]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50180": { + "content": "[XXXXX346]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50181": { + "content": "[XXXXX287]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50182": { + "content": "[XXXXX469]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50183": { + "content": "[XXXXX58]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50184": { + "content": "[XXXXX431]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50185": { + "content": "[XXXXX926]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50186": { + "content": "[XXXXX1182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50187": { + "content": "[XXXXX992]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50188": { + "content": "[XXXXX185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50189": { + "content": "[XXXXX352]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50190": { + "content": "[XXXXX762]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50191": { + "content": "[XXXXX991]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50192": { + "content": "[XXXXX85]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50193": { + "content": "[XXXXX836]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50194": { + "content": "[XXXXX460]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50195": { + "content": "[XXXXX272]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50196": { + "content": "[XXXXX619]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50197": { + "content": "[XXXXX759]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50198": { + "content": "[XXXXX94]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50199": { + "content": "[XXXXX807]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50200": { + "content": "[XXXXX299]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50201": { + "content": "[XXXXX187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50202": { + "content": "[XXXXX486]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50203": { + "content": "[XXXXX45]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50204": { + "content": "[XXXXX1036]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50205": { + "content": "[XXXXX354]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50206": { + "content": "[XXXXX386]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50207": { + "content": "[XXXXX714]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50208": { + "content": "[XXXXX769]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50209": { + "content": "[XXXXX304]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50210": { + "content": "[XXXXX92]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50211": { + "content": "[XXXXX7]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50212": { + "content": "[XXXXX31]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50213": { + "content": "[XXXXX102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50214": { + "content": "[XXXXX163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50215": { + "content": "[XXXXX723]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50216": { + "content": "[XXXXX1042]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50217": { + "content": "[XXXXX452]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50218": { + "content": "[XXXXX622]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50219": { + "content": "[XXXXX1056]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50220": { + "content": "[XXXXX822]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50221": { + "content": "[XXXXX125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50222": { + "content": "[XXXXX617]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50223": { + "content": "[XXXXX34]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50224": { + "content": "[XXXXX712]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50225": { + "content": "[XXXXX780]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50226": { + "content": "[XXXXX547]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50227": { + "content": "[XXXXX857]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50228": { + "content": "[XXXXX860]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50229": { + "content": "[XXXXX897]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50230": { + "content": "[XXXXX663]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50231": { + "content": "[XXXXX736]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50232": { + "content": "[XXXXX202]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50233": { + "content": "[XXXXX1029]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50234": { + "content": "[XXXXX956]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50235": { + "content": "[XXXXX397]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50236": { + "content": "[XXXXX239]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50237": { + "content": "[XXXXX472]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50238": { + "content": "[XXXXX230]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50239": { + "content": "[XXXXX796]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50240": { + "content": "[XXXXX639]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50241": { + "content": "[XXXXX203]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50242": { + "content": "[XXXXX231]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50243": { + "content": "[XXXXX652]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50244": { + "content": "[XXXXX981]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50245": { + "content": "[XXXXX911]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50246": { + "content": "[XXXXX380]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50247": { + "content": "[XXXXX477]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50248": { + "content": "[XXXXX952]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50249": { + "content": "[XXXXX28]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50250": { + "content": "[XXXXX801]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50251": { + "content": "[XXXXX1134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50252": { + "content": "[XXXXX1176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50253": { + "content": "[XXXXX180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50254": { + "content": "[XXXXX598]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50255": { + "content": "[XXXXX365]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50256": { + "content": "[XXXXX729]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50257": { + "content": "[XXXXX214]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50258": { + "content": "[XXXXX1117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50259": { + "content": "[XXXXX278]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50260": { + "content": "[XXXXX522]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50261": { + "content": "[XXXXX683]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50262": { + "content": "[XXXXX731]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50263": { + "content": "[XXXXX312]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50264": { + "content": "[XXXXX1178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50265": { + "content": "[XXXXX666]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50266": { + "content": "[XXXXX982]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50267": { + "content": "[XXXXX414]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50268": { + "content": "[XXXXX935]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50269": { + "content": "[XXXXX1089]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50270": { + "content": "[XXXXX236]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50271": { + "content": "[XXXXX463]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50272": { + "content": "[XXXXX52]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50273": { + "content": "[XXXXX593]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50274": { + "content": "[XXXXX508]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50275": { + "content": "[XXXXX1125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50276": { + "content": "[XXXXX462]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50277": { + "content": "[XXXXX32]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50278": { + "content": "[XXXXX596]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50279": { + "content": "[XXXXX948]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50280": { + "content": "[XXXXX150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50281": { + "content": "[XXXXX322]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50282": { + "content": "[XXXXX390]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50283": { + "content": "[XXXXX918]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50284": { + "content": "[XXXXX157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50285": { + "content": "[XXXXX310]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50286": { + "content": "[XXXXX392]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50287": { + "content": "[XXXXX649]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50288": { + "content": "[XXXXX158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50289": { + "content": "[XXXXX430]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50290": { + "content": "[XXXXX384]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50291": { + "content": "[XXXXX760]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50292": { + "content": "[XXXXX700]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50293": { + "content": "[XXXXX817]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50294": { + "content": "[XXXXX115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50295": { + "content": "[XXXXX885]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50296": { + "content": "[XXXXX940]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50297": { + "content": "[XXXXX997]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50298": { + "content": "[XXXXX61]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50299": { + "content": "[XXXXX209]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50300": { + "content": "[XXXXX316]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50301": { + "content": "[XXXXX537]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50302": { + "content": "[XXXXX599]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50303": { + "content": "[XXXXX680]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50304": { + "content": "[XXXXX135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50305": { + "content": "[XXXXX39]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50306": { + "content": "[XXXXX685]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50307": { + "content": "[XXXXX806]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50308": { + "content": "[XXXXX870]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50309": { + "content": "[XXXXX1096]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50310": { + "content": "[XXXXX366]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50311": { + "content": "[XXXXX509]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50312": { + "content": "[XXXXX943]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50313": { + "content": "[XXXXX292]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50314": { + "content": "[XXXXX367]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50315": { + "content": "[XXXXX632]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50316": { + "content": "[XXXXX1136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50317": { + "content": "[XXXXX156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50318": { + "content": "[XXXXX1100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50319": { + "content": "[XXXXX432]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50320": { + "content": "[XXXXX514]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50321": { + "content": "[XXXXX903]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50322": { + "content": "[XXXXX939]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50323": { + "content": "[XXXXX986]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50324": { + "content": "[XXXXX506]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50325": { + "content": "[XXXXX10]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50326": { + "content": "[XXXXX573]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50327": { + "content": "[XXXXX968]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50328": { + "content": "[XXXXX1039]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50329": { + "content": "[XXXXX252]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50330": { + "content": "[XXXXX612]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50331": { + "content": "[XXXXX947]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50332": { + "content": "[XXXXX1162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50333": { + "content": "[XXXXX733]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50334": { + "content": "[XXXXX976]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50335": { + "content": "[XXXXX535]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50336": { + "content": "[XXXXX710]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50337": { + "content": "[XXXXX40]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50338": { + "content": "[XXXXX984]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50339": { + "content": "[XXXXX584]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50340": { + "content": "[XXXXX132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50341": { + "content": "[XXXXX1084]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50342": { + "content": "[XXXXX549]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50343": { + "content": "[XXXXX810]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50344": { + "content": "[XXXXX208]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50345": { + "content": "[XXXXX609]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50346": { + "content": "[XXXXX275]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50347": { + "content": "[XXXXX262]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50348": { + "content": "[XXXXX331]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50349": { + "content": "[XXXXX361]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50350": { + "content": "[XXXXX561]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50351": { + "content": "[XXXXX143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50352": { + "content": "[XXXXX1061]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50353": { + "content": "[XXXXX59]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50354": { + "content": "[XXXXX21]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50355": { + "content": "[XXXXX995]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50356": { + "content": "[XXXXX439]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50357": { + "content": "[XXXXX831]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50358": { + "content": "[XXXXX745]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50359": { + "content": "[XXXXX43]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50360": { + "content": "[XXXXX498]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50361": { + "content": "[XXXXX575]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50362": { + "content": "[XXXXX624]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50363": { + "content": "[XXXXX72]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50364": { + "content": "[XXXXX921]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50365": { + "content": "[XXXXX201]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50366": { + "content": "[XXXXX1171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50367": { + "content": "[XXXXX912]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50368": { + "content": "[XXXXX775]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50369": { + "content": "[XXXXX1094]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50370": { + "content": "[XXXXX80]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50371": { + "content": "[XXXXX894]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50372": { + "content": "[XXXXX876]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50373": { + "content": "[XXXXX1143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50374": { + "content": "[XXXXX355]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50375": { + "content": "[XXXXX450]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50376": { + "content": "[XXXXX642]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50377": { + "content": "[XXXXX162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50378": { + "content": "[XXXXX394]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50379": { + "content": "[XXXXX296]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50380": { + "content": "[XXXXX536]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50381": { + "content": "[XXXXX560]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50382": { + "content": "[XXXXX373]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50383": { + "content": "[XXXXX674]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50384": { + "content": "[XXXXX1099]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50385": { + "content": "[XXXXX797]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50386": { + "content": "[XXXXX516]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50387": { + "content": "[XXXXX41]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50388": { + "content": "[XXXXX594]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50389": { + "content": "[XXXXX319]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50390": { + "content": "[XXXXX165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50391": { + "content": "[XXXXX344]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50392": { + "content": "[XXXXX1012]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50393": { + "content": "[XXXXX942]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50394": { + "content": "[XXXXX1071]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50395": { + "content": "[XXXXX648]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50396": { + "content": "[XXXXX4]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50397": { + "content": "[XXXXX633]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50398": { + "content": "[XXXXX551]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50399": { + "content": "[XXXXX586]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50400": { + "content": "[XXXXX578]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50401": { + "content": "[XXXXX348]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50402": { + "content": "[XXXXX614]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50403": { + "content": "[XXXXX33]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50404": { + "content": "[XXXXX1193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50405": { + "content": "[XXXXX737]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50406": { + "content": "[XXXXX233]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50407": { + "content": "[XXXXX933]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50408": { + "content": "[XXXXX781]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50409": { + "content": "[XXXXX189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50410": { + "content": "[XXXXX1006]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50411": { + "content": "[XXXXX219]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50412": { + "content": "[XXXXX454]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50413": { + "content": "[XXXXX449]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50414": { + "content": "[XXXXX697]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50415": { + "content": "[XXXXX724]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50416": { + "content": "[XXXXX224]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50417": { + "content": "[XXXXX1157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50418": { + "content": "[XXXXX455]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50419": { + "content": "[XXXXX505]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50420": { + "content": "[XXXXX96]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50421": { + "content": "[XXXXX182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50422": { + "content": "[XXXXX424]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50423": { + "content": "[XXXXX872]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50424": { + "content": "[XXXXX1163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50425": { + "content": "[XXXXX1081]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50426": { + "content": "[XXXXX1173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50427": { + "content": "[XXXXX172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50428": { + "content": "[XXXXX507]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50429": { + "content": "[XXXXX920]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50430": { + "content": "[XXXXX1126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50431": { + "content": "[XXXXX474]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50432": { + "content": "[XXXXX971]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50433": { + "content": "[XXXXX1049]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50434": { + "content": "[XXXXX1114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50435": { + "content": "[XXXXX1040]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50436": { + "content": "[XXXXX79]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50437": { + "content": "[XXXXX36]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50438": { + "content": "[XXXXX977]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50439": { + "content": "[XXXXX1129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50440": { + "content": "[XXXXX1063]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50441": { + "content": "[XXXXX773]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50442": { + "content": "[XXXXX16]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50443": { + "content": "[XXXXX113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50444": { + "content": "[XXXXX320]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50445": { + "content": "[XXXXX167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50446": { + "content": "[XXXXX751]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50447": { + "content": "[XXXXX656]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50448": { + "content": "[XXXXX543]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50449": { + "content": "[XXXXX828]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50450": { + "content": "[XXXXX915]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50451": { + "content": "[XXXXX1098]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50452": { + "content": "[XXXXX569]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50453": { + "content": "[XXXXX1166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50454": { + "content": "[XXXXX846]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50455": { + "content": "[XXXXX324]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50456": { + "content": "[XXXXX802]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50457": { + "content": "[XXXXX588]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50458": { + "content": "[XXXXX739]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50459": { + "content": "[XXXXX50]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50460": { + "content": "[XXXXX882]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50461": { + "content": "[XXXXX1054]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50462": { + "content": "[XXXXX621]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50463": { + "content": "[XXXXX585]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50464": { + "content": "[XXXXX121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50465": { + "content": "[XXXXX647]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50466": { + "content": "[XXXXX767]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50467": { + "content": "[XXXXX645]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50468": { + "content": "[XXXXX27]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50469": { + "content": "[XXXXX907]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50470": { + "content": "[XXXXX1109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50471": { + "content": "[XXXXX1147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50472": { + "content": "[XXXXX501]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50473": { + "content": "[XXXXX1164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50474": { + "content": "[XXXXX650]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50475": { + "content": "[XXXXX329]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50476": { + "content": "[XXXXX659]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50477": { + "content": "[XXXXX1158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50478": { + "content": "[XXXXX104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50479": { + "content": "[XXXXX629]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50480": { + "content": "[XXXXX868]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50481": { + "content": "[XXXXX779]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50482": { + "content": "[XXXXX17]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50483": { + "content": "[XXXXX377]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50484": { + "content": "[XXXXX467]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50485": { + "content": "[XXXXX917]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50486": { + "content": "[XXXXX830]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50487": { + "content": "[XXXXX533]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50488": { + "content": "[XXXXX862]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50489": { + "content": "[XXXXX1041]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50490": { + "content": "[XXXXX542]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50491": { + "content": "[XXXXX595]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50492": { + "content": "[XXXXX353]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50493": { + "content": "[XXXXX181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50494": { + "content": "[XXXXX662]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50495": { + "content": "[XXXXX1195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50496": { + "content": "[XXXXX435]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50497": { + "content": "[XXXXX1051]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50498": { + "content": "[XXXXX703]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50499": { + "content": "[XXXXX1140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50500": { + "content": "[XXXXX750]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50501": { + "content": "[XXXXX57]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50502": { + "content": "[XXXXX75]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50503": { + "content": "[XXXXX293]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50504": { + "content": "[XXXXX681]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50505": { + "content": "[XXXXX46]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50506": { + "content": "[XXXXX30]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50507": { + "content": "[XXXXX402]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50508": { + "content": "[XXXXX803]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50509": { + "content": "[XXXXX821]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50510": { + "content": "[XXXXX871]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50511": { + "content": "[XXXXX980]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50512": { + "content": "[XXXXX990]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50513": { + "content": "[XXXXX626]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50514": { + "content": "[XXXXX90]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50515": { + "content": "[XXXXX77]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50516": { + "content": "[XXXXX819]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50517": { + "content": "[XXXXX436]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50518": { + "content": "[XXXXX306]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50519": { + "content": "[XXXXX434]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50520": { + "content": "[XXXXX88]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50521": { + "content": "[XXXXX184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50522": { + "content": "[XXXXX290]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50523": { + "content": "[XXXXX216]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50524": { + "content": "[XXXXX176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50525": { + "content": "[XXXXX747]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50526": { + "content": "[XXXXX938]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50527": { + "content": "[XXXXX442]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50528": { + "content": "[XXXXX301]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50529": { + "content": "[XXXXX1015]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50530": { + "content": "[XXXXX520]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50531": { + "content": "[XXXXX829]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50532": { + "content": "[XXXXX106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50533": { + "content": "[XXXXX1048]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50534": { + "content": "[XXXXX923]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50535": { + "content": "[XXXXX958]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50536": { + "content": "[XXXXX1130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50537": { + "content": "[XXXXX89]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50538": { + "content": "[XXXXX548]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50539": { + "content": "[XXXXX863]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50540": { + "content": "[XXXXX444]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50541": { + "content": "[XXXXX1149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50542": { + "content": "[XXXXX866]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50543": { + "content": "[XXXXX109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50544": { + "content": "[XXXXX550]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50545": { + "content": "[XXXXX727]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50546": { + "content": "[XXXXX646]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50547": { + "content": "[XXXXX702]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50548": { + "content": "[XXXXX204]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50549": { + "content": "[XXXXX1000]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50550": { + "content": "[XXXXX591]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50551": { + "content": "[XXXXX1128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50552": { + "content": "[XXXXX937]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50553": { + "content": "[XXXXX141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50554": { + "content": "[XXXXX273]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50555": { + "content": "[XXXXX1183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50556": { + "content": "[XXXXX765]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50557": { + "content": "[XXXXX371]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50558": { + "content": "[XXXXX256]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50559": { + "content": "[XXXXX964]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50560": { + "content": "[XXXXX1148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50561": { + "content": "[XXXXX930]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50562": { + "content": "[XXXXX212]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50563": { + "content": "[XXXXX133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50564": { + "content": "[XXXXX608]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50565": { + "content": "[XXXXX281]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50566": { + "content": "[XXXXX1045]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50567": { + "content": "[XXXXX928]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50568": { + "content": "[XXXXX1154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50569": { + "content": "[XXXXX334]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50570": { + "content": "[XXXXX861]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50571": { + "content": "[XXXXX87]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50572": { + "content": "[XXXXX941]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50573": { + "content": "[XXXXX359]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50574": { + "content": "[XXXXX55]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50575": { + "content": "[XXXXX842]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50576": { + "content": "[XXXXX427]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50577": { + "content": "[XXXXX491]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50578": { + "content": "[XXXXX137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50579": { + "content": "[XXXXX47]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50580": { + "content": "[XXXXX511]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50581": { + "content": "[XXXXX81]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50582": { + "content": "[XXXXX139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50583": { + "content": "[XXXXX226]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50584": { + "content": "[XXXXX563]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50585": { + "content": "[XXXXX708]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50586": { + "content": "[XXXXX820]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50587": { + "content": "[XXXXX65]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50588": { + "content": "[XXXXX381]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50589": { + "content": "[XXXXX22]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50590": { + "content": "[XXXXX1064]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50591": { + "content": "[XXXXX874]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50592": { + "content": "[XXXXX944]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50593": { + "content": "[XXXXX6]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50594": { + "content": "[XXXXX313]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50595": { + "content": "[XXXXX471]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50596": { + "content": "[XXXXX1118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50597": { + "content": "[XXXXX849]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50598": { + "content": "[XXXXX483]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50599": { + "content": "[XXXXX713]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50600": { + "content": "[XXXXX222]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50601": { + "content": "[XXXXX640]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50602": { + "content": "[XXXXX12]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50603": { + "content": "[XXXXX285]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50604": { + "content": "[XXXXX327]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50605": { + "content": "[XXXXX378]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50606": { + "content": "[XXXXX790]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50607": { + "content": "[XXXXX1179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50608": { + "content": "[XXXXX15]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50609": { + "content": "[XXXXX229]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50610": { + "content": "[XXXXX771]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50611": { + "content": "[XXXXX559]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50612": { + "content": "[XXXXX253]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50613": { + "content": "[XXXXX644]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50614": { + "content": "[XXXXX811]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50615": { + "content": "[XXXXX554]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50616": { + "content": "[XXXXX744]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50617": { + "content": "[XXXXX786]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50618": { + "content": "[XXXXX913]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50619": { + "content": "[XXXXX966]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50620": { + "content": "[XXXXX972]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50621": { + "content": "[XXXXX664]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50622": { + "content": "[XXXXX1131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50623": { + "content": "[XXXXX1132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50624": { + "content": "[XXXXX376]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50625": { + "content": "[XXXXX672]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50626": { + "content": "[XXXXX1013]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50627": { + "content": "[XXXXX328]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50628": { + "content": "[XXXXX889]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50629": { + "content": "[XXXXX1141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50630": { + "content": "[XXXXX429]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50631": { + "content": "[XXXXX114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50632": { + "content": "[XXXXX523]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50633": { + "content": "[XXXXX833]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50634": { + "content": "[XXXXX927]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50635": { + "content": "[XXXXX297]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50636": { + "content": "[XXXXX812]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50637": { + "content": "[XXXXX1062]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50638": { + "content": "[XXXXX152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50639": { + "content": "[XXXXX1010]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50640": { + "content": "[XXXXX690]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50641": { + "content": "[XXXXX363]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50642": { + "content": "[XXXXX1103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50643": { + "content": "[XXXXX194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50644": { + "content": "[XXXXX844]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50645": { + "content": "[XXXXX667]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50646": { + "content": "[XXXXX720]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50647": { + "content": "[XXXXX770]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50648": { + "content": "[XXXXX515]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50649": { + "content": "[XXXXX196]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50650": { + "content": "[XXXXX283]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50651": { + "content": "[XXXXX95]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50652": { + "content": "[XXXXX528]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50653": { + "content": "[XXXXX749]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50654": { + "content": "[XXXXX934]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50655": { + "content": "[XXXXX1052]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50656": { + "content": "[XXXXX1188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50657": { + "content": "[XXXXX1001]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50658": { + "content": "[XXXXX785]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50659": { + "content": "[XXXXX393]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50660": { + "content": "[XXXXX502]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50661": { + "content": "[XXXXX404]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50662": { + "content": "[XXXXX129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50663": { + "content": "[XXXXX643]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50664": { + "content": "[XXXXX1086]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50665": { + "content": "[XXXXX1104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50666": { + "content": "[XXXXX326]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50667": { + "content": "[XXXXX330]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50668": { + "content": "[XXXXX620]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50669": { + "content": "[XXXXX193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50670": { + "content": "[XXXXX470]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50671": { + "content": "[XXXXX279]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50672": { + "content": "[XXXXX97]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50673": { + "content": "[XXXXX177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50674": { + "content": "[XXXXX510]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50675": { + "content": "[XXXXX225]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50676": { + "content": "[XXXXX572]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50677": { + "content": "[XXXXX777]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50678": { + "content": "[XXXXX1135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50679": { + "content": "[XXXXX1160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50680": { + "content": "[XXXXX558]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50681": { + "content": "[XXXXX416]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50682": { + "content": "[XXXXX246]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50683": { + "content": "[XXXXX799]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50684": { + "content": "[XXXXX153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50685": { + "content": "[XXXXX671]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50686": { + "content": "[XXXXX809]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50687": { + "content": "[XXXXX525]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50688": { + "content": "[XXXXX1004]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50689": { + "content": "[XXXXX1005]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50690": { + "content": "[XXXXX1194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50691": { + "content": "[XXXXX408]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50692": { + "content": "[XXXXX492]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50693": { + "content": "[XXXXX973]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50694": { + "content": "[XXXXX242]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50695": { + "content": "[XXXXX357]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50696": { + "content": "[XXXXX851]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50697": { + "content": "[XXXXX999]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50698": { + "content": "[XXXXX969]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50699": { + "content": "[XXXXX453]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50700": { + "content": "[XXXXX730]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50701": { + "content": "[XXXXX54]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50702": { + "content": "[XXXXX480]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50703": { + "content": "[XXXXX564]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50704": { + "content": "[XXXXX600]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50705": { + "content": "[XXXXX654]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50706": { + "content": "[XXXXX37]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50707": { + "content": "[XXXXX605]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50708": { + "content": "[XXXXX164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50709": { + "content": "[XXXXX395]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50710": { + "content": "[XXXXX401]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50711": { + "content": "[XXXXX446]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50712": { + "content": "[XXXXX658]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50713": { + "content": "[XXXXX60]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50714": { + "content": "[XXXXX107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50715": { + "content": "[XXXXX131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50716": { + "content": "[XXXXX387]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50717": { + "content": "[XXXXX67]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50718": { + "content": "[XXXXX743]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50719": { + "content": "[XXXXX657]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50720": { + "content": "[XXXXX418]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50721": { + "content": "[XXXXX787]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50722": { + "content": "[XXXXX838]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50723": { + "content": "[XXXXX298]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50724": { + "content": "[XXXXX1007]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50725": { + "content": "[XXXXX1027]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50726": { + "content": "[XXXXX1078]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50727": { + "content": "[XXXXX651]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50728": { + "content": "[XXXXX875]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50729": { + "content": "[XXXXX258]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50730": { + "content": "[XXXXX413]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50731": { + "content": "[XXXXX1092]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50732": { + "content": "[XXXXX124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50733": { + "content": "[XXXXX308]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50734": { + "content": "[XXXXX1085]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50735": { + "content": "[XXXXX1170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50736": { + "content": "[XXXXX38]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50737": { + "content": "[XXXXX438]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50738": { + "content": "[XXXXX475]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50739": { + "content": "[XXXXX900]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50740": { + "content": "[XXXXX263]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50741": { + "content": "[XXXXX166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50742": { + "content": "[XXXXX698]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50743": { + "content": "[XXXXX1127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50744": { + "content": "[XXXXX1181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50745": { + "content": "[XXXXX763]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50746": { + "content": "[XXXXX627]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50747": { + "content": "[XXXXX250]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50748": { + "content": "[XXXXX757]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50749": { + "content": "[XXXXX142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50750": { + "content": "[XXXXX794]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50751": { + "content": "[XXXXX128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50752": { + "content": "[XXXXX35]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50753": { + "content": "[XXXXX482]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50754": { + "content": "[XXXXX834]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50755": { + "content": "[XXXXX679]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50756": { + "content": "[XXXXX839]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50757": { + "content": "[XXXXX138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50758": { + "content": "[XXXXX1066]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50759": { + "content": "[XXXXX116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50760": { + "content": "[XXXXX317]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50761": { + "content": "[XXXXX490]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50762": { + "content": "[XXXXX443]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50763": { + "content": "[XXXXX879]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50764": { + "content": "[XXXXX1101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50765": { + "content": "[XXXXX711]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50766": { + "content": "[XXXXX123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50767": { + "content": "[XXXXX1152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50768": { + "content": "[XXXXX692]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50769": { + "content": "[XXXXX555]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50770": { + "content": "[XXXXX266]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50771": { + "content": "[XXXXX0]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50772": { + "content": "[XXXXX332]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50773": { + "content": "[XXXXX497]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50774": { + "content": "[XXXXX904]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50775": { + "content": "[XXXXX1019]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50776": { + "content": "[XXXXX709]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50777": { + "content": "[XXXXX351]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50778": { + "content": "[XXXXX764]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50779": { + "content": "[XXXXX625]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50780": { + "content": "[XXXXX798]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50781": { + "content": "[XXXXX205]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50782": { + "content": "[XXXXX922]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50783": { + "content": "[XXXXX1075]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50784": { + "content": "[XXXXX8]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50785": { + "content": "[XXXXX422]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50786": { + "content": "[XXXXX638]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50787": { + "content": "[XXXXX98]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50788": { + "content": "[XXXXX814]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50789": { + "content": "[XXXXX1057]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50790": { + "content": "[XXXXX1070]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50791": { + "content": "[XXXXX411]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50792": { + "content": "[XXXXX768]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50793": { + "content": "[XXXXX1165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50794": { + "content": "[XXXXX888]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50795": { + "content": "[XXXXX636]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50796": { + "content": "[XXXXX1047]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50797": { + "content": "[XXXXX960]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50798": { + "content": "[XXXXX910]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50799": { + "content": "[XXXXX42]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50800": { + "content": "[XXXXX238]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50801": { + "content": "[XXXXX383]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50802": { + "content": "[XXXXX1032]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50803": { + "content": "[XXXXX577]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50804": { + "content": "[XXXXX268]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50805": { + "content": "[XXXXX179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50806": { + "content": "[XXXXX1076]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50807": { + "content": "[XXXXX1167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50808": { + "content": "[XXXXX1172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50809": { + "content": "[XXXXX665]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50810": { + "content": "[XXXXX126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50811": { + "content": "[XXXXX347]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50812": { + "content": "[XXXXX544]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50813": { + "content": "[XXXXX1026]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50814": { + "content": "[XXXXX159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50815": { + "content": "[XXXXX503]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50816": { + "content": "[XXXXX583]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50817": { + "content": "[XXXXX668]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50818": { + "content": "[XXXXX1115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50819": { + "content": "[XXXXX112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50820": { + "content": "[XXXXX154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50821": { + "content": "[XXXXX761]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50822": { + "content": "[XXXXX540]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50823": { + "content": "[XXXXX755]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50824": { + "content": "[XXXXX255]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50825": { + "content": "[XXXXX459]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50826": { + "content": "[XXXXX1090]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50827": { + "content": "[XXXXX689]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50828": { + "content": "[XXXXX589]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50829": { + "content": "[XXXXX122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50830": { + "content": "[XXXXX789]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50831": { + "content": "[XXXXX481]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50832": { + "content": "[XXXXX1044]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50833": { + "content": "[XXXXX274]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50834": { + "content": "[XXXXX957]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50835": { + "content": "[XXXXX1121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50836": { + "content": "[XXXXX464]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50837": { + "content": "[XXXXX495]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50838": { + "content": "[XXXXX1097]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50839": { + "content": "[XXXXX581]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50840": { + "content": "[XXXXX200]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50841": { + "content": "[XXXXX954]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50842": { + "content": "[XXXXX48]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50843": { + "content": "[XXXXX855]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50844": { + "content": "[XXXXX419]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50845": { + "content": "[XXXXX919]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50846": { + "content": "[XXXXX451]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50847": { + "content": "[XXXXX869]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50848": { + "content": "[XXXXX1082]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50849": { + "content": "[XXXXX1185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50850": { + "content": "[XXXXX859]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50851": { + "content": "[XXXXX1139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50852": { + "content": "[XXXXX1072]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50853": { + "content": "[XXXXX220]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50854": { + "content": "[XXXXX465]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50855": { + "content": "[XXXXX1105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50856": { + "content": "[XXXXX1093]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50857": { + "content": "[XXXXX953]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50858": { + "content": "[XXXXX1187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50859": { + "content": "[XXXXX311]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50860": { + "content": "[XXXXX403]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50861": { + "content": "[XXXXX684]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50862": { + "content": "[XXXXX426]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50863": { + "content": "[XXXXX68]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50864": { + "content": "[XXXXX277]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50865": { + "content": "[XXXXX437]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50866": { + "content": "[XXXXX896]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50867": { + "content": "[XXXXX899]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50868": { + "content": "[XXXXX878]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50869": { + "content": "[XXXXX1073]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50870": { + "content": "[XXXXX774]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50871": { + "content": "[XXXXX315]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50872": { + "content": "[XXXXX631]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50873": { + "content": "[XXXXX223]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50874": { + "content": "[XXXXX86]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50875": { + "content": "[XXXXX607]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50876": { + "content": "[XXXXX149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50877": { + "content": "[XXXXX566]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50878": { + "content": "[XXXXX740]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50879": { + "content": "[XXXXX265]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50880": { + "content": "[XXXXX399]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50881": { + "content": "[XXXXX1053]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50882": { + "content": "[XXXXX1077]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50883": { + "content": "[XXXXX336]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50884": { + "content": "[XXXXX734]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50885": { + "content": "[XXXXX289]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50886": { + "content": "[XXXXX221]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50887": { + "content": "[XXXXX580]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50888": { + "content": "[XXXXX406]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50889": { + "content": "[XXXXX854]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50890": { + "content": "[XXXXX673]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50891": { + "content": "[XXXXX1146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50892": { + "content": "[XXXXX29]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50893": { + "content": "[XXXXX496]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50894": { + "content": "[XXXXX241]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50895": { + "content": "[XXXXX929]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50896": { + "content": "[XXXXX169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50897": { + "content": "[XXXXX1153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50898": { + "content": "[XXXXX440]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50899": { + "content": "[XXXXX385]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50900": { + "content": "[XXXXX499]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50901": { + "content": "[XXXXX718]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50902": { + "content": "[XXXXX848]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50903": { + "content": "[XXXXX877]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50904": { + "content": "[XXXXX641]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50905": { + "content": "[XXXXX1137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50906": { + "content": "[XXXXX269]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50907": { + "content": "[XXXXX521]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50908": { + "content": "[XXXXX234]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50909": { + "content": "[XXXXX987]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50910": { + "content": "[XXXXX741]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50911": { + "content": "[XXXXX349]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50912": { + "content": "[XXXXX93]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50913": { + "content": "[XXXXX247]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50914": { + "content": "[XXXXX961]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50915": { + "content": "[XXXXX1120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50916": { + "content": "[XXXXX369]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50917": { + "content": "[XXXXX479]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50918": { + "content": "[XXXXX892]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50919": { + "content": "[XXXXX553]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50920": { + "content": "[XXXXX906]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50921": { + "content": "[XXXXX571]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50922": { + "content": "[XXXXX1046]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50923": { + "content": "[XXXXX206]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50924": { + "content": "[XXXXX488]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50925": { + "content": "[XXXXX445]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50926": { + "content": "[XXXXX524]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50927": { + "content": "[XXXXX228]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50928": { + "content": "[XXXXX998]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50929": { + "content": "[XXXXX675]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50930": { + "content": "[XXXXX732]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50931": { + "content": "[XXXXX1028]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50932": { + "content": "[XXXXX494]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50933": { + "content": "[XXXXX965]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50934": { + "content": "[XXXXX1021]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50935": { + "content": "[XXXXX726]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50936": { + "content": "[XXXXX168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50937": { + "content": "[XXXXX606]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50938": { + "content": "[XXXXX974]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50939": { + "content": "[XXXXX504]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50940": { + "content": "[XXXXX556]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50941": { + "content": "[XXXXX1159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50942": { + "content": "[XXXXX417]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50943": { + "content": "[XXXXX1175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50944": { + "content": "[XXXXX1142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50945": { + "content": "[XXXXX753]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50946": { + "content": "[XXXXX824]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50947": { + "content": "[XXXXX251]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50948": { + "content": "[XXXXX345]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50949": { + "content": "[XXXXX610]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50950": { + "content": "[XXXXX276]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50951": { + "content": "[XXXXX783]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50952": { + "content": "[XXXXX74]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50953": { + "content": "[XXXXX1050]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50954": { + "content": "[XXXXX71]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50955": { + "content": "[XXXXX360]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50956": { + "content": "[XXXXX512]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50957": { + "content": "[XXXXX341]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50958": { + "content": "[XXXXX375]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50959": { + "content": "[XXXXX637]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50960": { + "content": "[XXXXX1116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50961": { + "content": "[XXXXX9]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50962": { + "content": "[XXXXX738]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50963": { + "content": "[XXXXX856]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50964": { + "content": "[XXXXX979]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50965": { + "content": "[XXXXX825]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50966": { + "content": "[XXXXX852]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50967": { + "content": "[XXXXX215]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50968": { + "content": "[XXXXX91]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50969": { + "content": "[XXXXX257]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50970": { + "content": "[XXXXX325]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50971": { + "content": "[XXXXX368]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50972": { + "content": "[XXXXX1124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50973": { + "content": "[XXXXX188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50974": { + "content": "[XXXXX905]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50975": { + "content": "[XXXXX284]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50976": { + "content": "[XXXXX11]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50977": { + "content": "[XXXXX83]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50978": { + "content": "[XXXXX611]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50979": { + "content": "[XXXXX51]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50980": { + "content": "[XXXXX99]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50981": { + "content": "[XXXXX288]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50982": { + "content": "[XXXXX945]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50983": { + "content": "[XXXXX975]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50984": { + "content": "[XXXXX282]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50985": { + "content": "[XXXXX1068]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50986": { + "content": "[XXXXX1180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50987": { + "content": "[XXXXX574]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50988": { + "content": "[XXXXX305]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50989": { + "content": "[XXXXX565]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50990": { + "content": "[XXXXX865]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50991": { + "content": "[XXXXX1014]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50992": { + "content": "[XXXXX1138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50993": { + "content": "[XXXXX134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50994": { + "content": "[XXXXX321]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50995": { + "content": "[XXXXX752]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50996": { + "content": "[XXXXX108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50997": { + "content": "[XXXXX339]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50998": { + "content": "[XXXXX893]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50999": { + "content": "[XXXXX1177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51000": { + "content": "[XXXXX988]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51001": { + "content": "[XXXXX719]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51002": { + "content": "[XXXXX1059]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51003": { + "content": "[XXXXX421]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51004": { + "content": "[XXXXX670]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51005": { + "content": "[XXXXX949]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51006": { + "content": "[XXXXX14]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51007": { + "content": "[XXXXX1087]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51008": { + "content": "[XXXXX382]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51009": { + "content": "[XXXXX531]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51010": { + "content": "[XXXXX1079]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51011": { + "content": "[XXXXX1067]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51012": { + "content": "[XXXXX655]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51013": { + "content": "[XXXXX340]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51014": { + "content": "[XXXXX398]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51015": { + "content": "[XXXXX175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51016": { + "content": "[XXXXX232]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51017": { + "content": "[XXXXX244]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51018": { + "content": "[XXXXX568]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51019": { + "content": "[XXXXX1110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51020": { + "content": "[XXXXX191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51021": { + "content": "[XXXXX931]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51022": { + "content": "[XXXXX832]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51023": { + "content": "[XXXXX1030]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51024": { + "content": "[XXXXX144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51025": { + "content": "[XXXXX1102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51026": { + "content": "[XXXXX300]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51027": { + "content": "[XXXXX996]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51028": { + "content": "[XXXXX248]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51029": { + "content": "[XXXXX66]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51030": { + "content": "[XXXXX735]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51031": { + "content": "[XXXXX20]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51032": { + "content": "[XXXXX694]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51033": { + "content": "[XXXXX845]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51034": { + "content": "[XXXXX500]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51035": { + "content": "[XXXXX613]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51036": { + "content": "[XXXXX117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51037": { + "content": "[XXXXX886]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51038": { + "content": "[XXXXX261]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51039": { + "content": "[XXXXX567]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51040": { + "content": "[XXXXX541]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51041": { + "content": "[XXXXX529]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51042": { + "content": "[XXXXX699]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51043": { + "content": "[XXXXX715]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51044": { + "content": "[XXXXX1003]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51045": { + "content": "[XXXXX518]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51046": { + "content": "[XXXXX891]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51047": { + "content": "[XXXXX192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51048": { + "content": "[XXXXX53]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51049": { + "content": "[XXXXX428]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51050": { + "content": "[XXXXX183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51051": { + "content": "[XXXXX850]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51052": { + "content": "[XXXXX539]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51053": { + "content": "[XXXXX527]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51054": { + "content": "[XXXXX660]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51055": { + "content": "[XXXXX409]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51056": { + "content": "[XXXXX1122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51057": { + "content": "[XXXXX898]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51058": { + "content": "[XXXXX858]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51059": { + "content": "[XXXXX534]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51060": { + "content": "[XXXXX756]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51061": { + "content": "[XXXXX63]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51062": { + "content": "[XXXXX49]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51063": { + "content": "[XXXXX1106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51064": { + "content": "[XXXXX111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51065": { + "content": "[XXXXX955]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51066": { + "content": "[XXXXX309]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51067": { + "content": "[XXXXX538]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51068": { + "content": "[XXXXX823]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51069": { + "content": "[XXXXX867]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51070": { + "content": "[XXXXX587]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51071": { + "content": "[XXXXX243]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51072": { + "content": "[XXXXX677]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51073": { + "content": "[XXXXX1017]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51074": { + "content": "[XXXXX173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51075": { + "content": "[XXXXX682]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51076": { + "content": "[XXXXX1184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51077": { + "content": "[XXXXX1009]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51078": { + "content": "[XXXXX704]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51079": { + "content": "[XXXXX532]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51080": { + "content": "[XXXXX901]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51081": { + "content": "[XXXXX120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51082": { + "content": "[XXXXX388]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51083": { + "content": "[XXXXX405]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51084": { + "content": "[XXXXX788]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51085": { + "content": "[XXXXX728]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51086": { + "content": "[XXXXX425]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51087": { + "content": "[XXXXX883]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51088": { + "content": "[XXXXX837]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51089": { + "content": "[XXXXX350]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51090": { + "content": "[XXXXX716]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51091": { + "content": "[XXXXX579]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51092": { + "content": "[XXXXX909]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51093": { + "content": "[XXXXX884]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51094": { + "content": "[XXXXX1011]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51095": { + "content": "[XXXXX372]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51096": { + "content": "[XXXXX370]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51097": { + "content": "[XXXXX468]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51098": { + "content": "[XXXXX688]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51099": { + "content": "[XXXXX56]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51100": { + "content": "[XXXXX653]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51101": { + "content": "[XXXXX623]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51102": { + "content": "[XXXXX552]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51103": { + "content": "[XXXXX314]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51104": { + "content": "[XXXXX1018]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51105": { + "content": "[XXXXX1091]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51106": { + "content": "[XXXXX342]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51107": { + "content": "[XXXXX1065]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51108": { + "content": "[XXXXX1161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51109": { + "content": "[XXXXX959]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51110": { + "content": "[XXXXX1035]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51111": { + "content": "[XXXXX530]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51112": { + "content": "[XXXXX69]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51113": { + "content": "[XXXXX489]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51114": { + "content": "[XXXXX1]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51115": { + "content": "[XXXXX207]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51116": { + "content": "[XXXXX433]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51117": { + "content": "[XXXXX358]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51118": { + "content": "[XXXXX601]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51119": { + "content": "[XXXXX2]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51120": { + "content": "[XXXXX722]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51121": { + "content": "[XXXXX985]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51122": { + "content": "[XXXXX908]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51123": { + "content": "[XXXXX1024]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51124": { + "content": "[XXXXX1111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51125": { + "content": "[XXXXX1113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51126": { + "content": "[XXXXX678]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51127": { + "content": "[XXXXX19]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51128": { + "content": "[XXXXX1186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51129": { + "content": "[XXXXX808]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51130": { + "content": "[XXXXX493]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51131": { + "content": "[XXXXX1155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51132": { + "content": "[XXXXX217]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51133": { + "content": "[XXXXX616]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51134": { + "content": "[XXXXX835]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51135": { + "content": "[XXXXX994]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51136": { + "content": "[XXXXX484]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51137": { + "content": "[XXXXX362]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51138": { + "content": "[XXXXX582]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51139": { + "content": "[XXXXX1034]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51140": { + "content": "[XXXXX772]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51141": { + "content": "[XXXXX457]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51142": { + "content": "[XXXXX604]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51143": { + "content": "[XXXXX456]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51144": { + "content": "[XXXXX145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51145": { + "content": "[XXXXX476]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51146": { + "content": "[XXXXX218]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51147": { + "content": "[XXXXX199]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51148": { + "content": "[XXXXX364]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51149": { + "content": "[XXXXX302]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51150": { + "content": "[XXXXX881]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51151": { + "content": "[XXXXX1088]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51152": { + "content": "[XXXXX356]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51153": { + "content": "[XXXXX936]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51154": { + "content": "[XXXXX978]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51155": { + "content": "[XXXXX895]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51156": { + "content": "[XXXXX993]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51157": { + "content": "[XXXXX458]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51158": { + "content": "[XXXXX1002]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51159": { + "content": "[XXXXX1022]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51160": { + "content": "[XXXXX25]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51161": { + "content": "[XXXXX766]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51162": { + "content": "[XXXXX64]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51163": { + "content": "[XXXXX211]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51164": { + "content": "[XXXXX82]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51165": { + "content": "[XXXXX634]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51166": { + "content": "[XXXXX661]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51167": { + "content": "[XXXXX748]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51168": { + "content": "[XXXXX778]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51169": { + "content": "[XXXXX24]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51170": { + "content": "[XXXXX448]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51171": { + "content": "[XXXXX887]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51172": { + "content": "[XXXXX890]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51173": { + "content": "[XXXXX754]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51174": { + "content": "[XXXXX343]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51175": { + "content": "[XXXXX1069]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51176": { + "content": "[XXXXX294]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51177": { + "content": "[XXXXX295]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51178": { + "content": "[XXXXX197]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51179": { + "content": "[XXXXX210]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51180": { + "content": "[XXXXX630]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51181": { + "content": "[XXXXX707]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51182": { + "content": "[XXXXX864]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51183": { + "content": "[XXXXX391]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51184": { + "content": "[XXXXX338]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51185": { + "content": "[XXXXX800]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51186": { + "content": "[XXXXX841]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51187": { + "content": "[XXXXX967]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51188": { + "content": "[XXXXX793]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51189": { + "content": "[XXXXX916]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51190": { + "content": "[XXXXX603]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51191": { + "content": "[XXXXX270]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51192": { + "content": "[XXXXX105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51193": { + "content": "[XXXXX1016]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51194": { + "content": "[XXXXX804]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51195": { + "content": "[XXXXX264]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51196": { + "content": "[XXXXX155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51197": { + "content": "[XXXXX1190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51198": { + "content": "[XXXXX813]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51199": { + "content": "[XXXXX546]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": "[CLS]", + "clean_up_tokenization_spaces": true, + "cls_token": "[CLS]", + "do_lower_case": false, + "eos_token": "[SEP]", + "extra_special_tokens": {}, + "keep_accents": true, + "mask_token": "[MASK]", + "model_max_length": 1000000000000000019884624838656, + "pad_token": "", + "remove_space": true, + "sep_token": "[SEP]", + "sp_model_kwargs": {}, + "tokenizer_class": "AlbertTokenizer", + "unk_token": "" +} diff --git a/checkpoint-3000/trainer_state.json b/checkpoint-3000/trainer_state.json new file mode 100644 index 0000000..e897980 --- /dev/null +++ b/checkpoint-3000/trainer_state.json @@ -0,0 +1,6045 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 0.2334176230305388, + "eval_steps": 3000, + "global_step": 3000, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "entropy": 10.742382335662843, + "epoch": 0.00038902937171756465, + "grad_norm": 4.78125, + "learning_rate": 2e-06, + "loss": 10.7699, + "mean_token_accuracy": 0.0, + "num_tokens": 9243.0, + "step": 5 + }, + { + "entropy": 10.742357444763183, + "epoch": 0.0007780587434351293, + "grad_norm": 5.03125, + "learning_rate": 4.5e-06, + "loss": 10.7654, + "mean_token_accuracy": 0.0, + "num_tokens": 18424.0, + "step": 10 + }, + { + "entropy": 10.74235429763794, + "epoch": 0.001167088115152694, + "grad_norm": 5.03125, + "learning_rate": 7e-06, + "loss": 10.729, + "mean_token_accuracy": 0.00010964912362396718, + "num_tokens": 27006.0, + "step": 15 + }, + { + "entropy": 10.742323112487792, + "epoch": 0.0015561174868702586, + "grad_norm": 4.65625, + "learning_rate": 9.5e-06, + "loss": 10.68, + "mean_token_accuracy": 0.00010695187374949455, + "num_tokens": 35577.0, + "step": 20 + }, + { + "entropy": 10.742191219329834, + "epoch": 0.0019451468585878235, + "grad_norm": 4.46875, + "learning_rate": 1.2e-05, + "loss": 10.5624, + "mean_token_accuracy": 0.001254092820454389, + "num_tokens": 43706.0, + "step": 25 + }, + { + "entropy": 10.741874980926514, + "epoch": 0.002334176230305388, + "grad_norm": 4.25, + "learning_rate": 1.4500000000000002e-05, + "loss": 10.4785, + "mean_token_accuracy": 0.01906490430701524, + "num_tokens": 52571.0, + "step": 30 + }, + { + "entropy": 10.741138744354249, + "epoch": 0.0027232056020229526, + "grad_norm": 3.296875, + "learning_rate": 1.7000000000000003e-05, + "loss": 10.3631, + "mean_token_accuracy": 0.04432072527706623, + "num_tokens": 61900.0, + "step": 35 + }, + { + "entropy": 10.739378833770752, + "epoch": 0.0031122349737405172, + "grad_norm": 2.796875, + "learning_rate": 1.95e-05, + "loss": 10.2522, + "mean_token_accuracy": 0.043363864347338674, + "num_tokens": 71234.0, + "step": 40 + }, + { + "entropy": 10.736563587188721, + "epoch": 0.003501264345458082, + "grad_norm": 2.5, + "learning_rate": 2.2e-05, + "loss": 10.1123, + "mean_token_accuracy": 0.04502938166260719, + "num_tokens": 79610.0, + "step": 45 + }, + { + "entropy": 10.733458709716796, + "epoch": 0.003890293717175647, + "grad_norm": 2.25, + "learning_rate": 2.4500000000000003e-05, + "loss": 10.0005, + "mean_token_accuracy": 0.04512783698737621, + "num_tokens": 87527.0, + "step": 50 + }, + { + "entropy": 10.731391525268554, + "epoch": 0.004279323088893211, + "grad_norm": 2.125, + "learning_rate": 2.7e-05, + "loss": 9.9758, + "mean_token_accuracy": 0.044215765222907065, + "num_tokens": 95512.0, + "step": 55 + }, + { + "entropy": 10.728329372406005, + "epoch": 0.004668352460610776, + "grad_norm": 2.0, + "learning_rate": 2.95e-05, + "loss": 9.9107, + "mean_token_accuracy": 0.04661451056599617, + "num_tokens": 104395.0, + "step": 60 + }, + { + "entropy": 10.723896598815918, + "epoch": 0.0050573818323283405, + "grad_norm": 2.03125, + "learning_rate": 3.2e-05, + "loss": 9.8199, + "mean_token_accuracy": 0.049337920546531674, + "num_tokens": 112562.0, + "step": 65 + }, + { + "entropy": 10.719001293182373, + "epoch": 0.005446411204045905, + "grad_norm": 2.03125, + "learning_rate": 3.4500000000000005e-05, + "loss": 9.7691, + "mean_token_accuracy": 0.04639301113784313, + "num_tokens": 121962.0, + "step": 70 + }, + { + "entropy": 10.715445232391357, + "epoch": 0.00583544057576347, + "grad_norm": 1.8203125, + "learning_rate": 3.7e-05, + "loss": 9.7611, + "mean_token_accuracy": 0.04579820521175861, + "num_tokens": 130714.0, + "step": 75 + }, + { + "entropy": 10.711173343658448, + "epoch": 0.0062244699474810344, + "grad_norm": 1.8046875, + "learning_rate": 3.95e-05, + "loss": 9.665, + "mean_token_accuracy": 0.0456673588603735, + "num_tokens": 139674.0, + "step": 80 + }, + { + "entropy": 10.70630578994751, + "epoch": 0.006613499319198599, + "grad_norm": 1.9453125, + "learning_rate": 4.2000000000000004e-05, + "loss": 9.5765, + "mean_token_accuracy": 0.04949404634535313, + "num_tokens": 148654.0, + "step": 85 + }, + { + "entropy": 10.698366928100587, + "epoch": 0.007002528690916164, + "grad_norm": 2.0, + "learning_rate": 4.45e-05, + "loss": 9.435, + "mean_token_accuracy": 0.05969774164259434, + "num_tokens": 156180.0, + "step": 90 + }, + { + "entropy": 10.684116172790528, + "epoch": 0.007391558062633729, + "grad_norm": 1.875, + "learning_rate": 4.7000000000000004e-05, + "loss": 9.4372, + "mean_token_accuracy": 0.06196932159364223, + "num_tokens": 165608.0, + "step": 95 + }, + { + "entropy": 10.664545917510987, + "epoch": 0.007780587434351294, + "grad_norm": 1.8984375, + "learning_rate": 4.9500000000000004e-05, + "loss": 9.3091, + "mean_token_accuracy": 0.06599215753376483, + "num_tokens": 173871.0, + "step": 100 + }, + { + "entropy": 10.63426914215088, + "epoch": 0.008169616806068859, + "grad_norm": 1.796875, + "learning_rate": 5.2e-05, + "loss": 9.2262, + "mean_token_accuracy": 0.06208839267492294, + "num_tokens": 182356.0, + "step": 105 + }, + { + "entropy": 10.588347434997559, + "epoch": 0.008558646177786422, + "grad_norm": 1.6484375, + "learning_rate": 5.45e-05, + "loss": 9.1345, + "mean_token_accuracy": 0.06493466645479203, + "num_tokens": 190361.0, + "step": 110 + }, + { + "entropy": 10.534650707244873, + "epoch": 0.008947675549503988, + "grad_norm": 1.671875, + "learning_rate": 5.7e-05, + "loss": 9.0175, + "mean_token_accuracy": 0.06511155813932419, + "num_tokens": 199253.0, + "step": 115 + }, + { + "entropy": 10.498821544647218, + "epoch": 0.009336704921221552, + "grad_norm": 1.75, + "learning_rate": 5.9499999999999996e-05, + "loss": 8.9191, + "mean_token_accuracy": 0.06383187472820281, + "num_tokens": 208181.0, + "step": 120 + }, + { + "entropy": 10.446215152740479, + "epoch": 0.009725734292939117, + "grad_norm": 1.6875, + "learning_rate": 6.2e-05, + "loss": 8.7921, + "mean_token_accuracy": 0.06596225276589393, + "num_tokens": 216898.0, + "step": 125 + }, + { + "entropy": 10.361998558044434, + "epoch": 0.010114763664656681, + "grad_norm": 1.53125, + "learning_rate": 6.450000000000001e-05, + "loss": 8.6872, + "mean_token_accuracy": 0.06298739649355412, + "num_tokens": 226051.0, + "step": 130 + }, + { + "entropy": 10.26733865737915, + "epoch": 0.010503793036374246, + "grad_norm": 1.328125, + "learning_rate": 6.7e-05, + "loss": 8.5991, + "mean_token_accuracy": 0.06326549835503101, + "num_tokens": 235018.0, + "step": 135 + }, + { + "entropy": 10.166206169128419, + "epoch": 0.01089282240809181, + "grad_norm": 1.375, + "learning_rate": 6.950000000000001e-05, + "loss": 8.4509, + "mean_token_accuracy": 0.06088712736964226, + "num_tokens": 244268.0, + "step": 140 + }, + { + "entropy": 10.03088960647583, + "epoch": 0.011281851779809376, + "grad_norm": 1.2421875, + "learning_rate": 7.2e-05, + "loss": 8.3425, + "mean_token_accuracy": 0.06427538841962814, + "num_tokens": 253545.0, + "step": 145 + }, + { + "entropy": 9.861793708801269, + "epoch": 0.01167088115152694, + "grad_norm": 1.2890625, + "learning_rate": 7.45e-05, + "loss": 8.1413, + "mean_token_accuracy": 0.07204292267560959, + "num_tokens": 261767.0, + "step": 150 + }, + { + "entropy": 9.695942211151124, + "epoch": 0.012059910523244505, + "grad_norm": 1.0625, + "learning_rate": 7.7e-05, + "loss": 8.1018, + "mean_token_accuracy": 0.06669669337570668, + "num_tokens": 270372.0, + "step": 155 + }, + { + "entropy": 9.514180374145507, + "epoch": 0.012448939894962069, + "grad_norm": 1.109375, + "learning_rate": 7.950000000000001e-05, + "loss": 8.0639, + "mean_token_accuracy": 0.06147677525877952, + "num_tokens": 279726.0, + "step": 160 + }, + { + "entropy": 9.323209476470947, + "epoch": 0.012837969266679634, + "grad_norm": 0.96875, + "learning_rate": 8.2e-05, + "loss": 7.9873, + "mean_token_accuracy": 0.06152131669223308, + "num_tokens": 288955.0, + "step": 165 + }, + { + "entropy": 9.155291080474854, + "epoch": 0.013226998638397198, + "grad_norm": 0.8984375, + "learning_rate": 8.450000000000001e-05, + "loss": 7.8671, + "mean_token_accuracy": 0.06018271669745445, + "num_tokens": 297898.0, + "step": 170 + }, + { + "entropy": 8.913286781311035, + "epoch": 0.013616028010114764, + "grad_norm": 0.9375, + "learning_rate": 8.7e-05, + "loss": 7.7877, + "mean_token_accuracy": 0.06726240292191506, + "num_tokens": 306189.0, + "step": 175 + }, + { + "entropy": 8.70859899520874, + "epoch": 0.014005057381832327, + "grad_norm": 0.82421875, + "learning_rate": 8.95e-05, + "loss": 7.7347, + "mean_token_accuracy": 0.06567795276641845, + "num_tokens": 314881.0, + "step": 180 + }, + { + "entropy": 8.591675281524658, + "epoch": 0.014394086753549893, + "grad_norm": 0.96875, + "learning_rate": 9.2e-05, + "loss": 7.7148, + "mean_token_accuracy": 0.0621601328253746, + "num_tokens": 323357.0, + "step": 185 + }, + { + "entropy": 8.47695083618164, + "epoch": 0.014783116125267459, + "grad_norm": 1.1875, + "learning_rate": 9.45e-05, + "loss": 7.7356, + "mean_token_accuracy": 0.06571447476744652, + "num_tokens": 331799.0, + "step": 190 + }, + { + "entropy": 8.370344352722167, + "epoch": 0.015172145496985022, + "grad_norm": 0.921875, + "learning_rate": 9.7e-05, + "loss": 7.6118, + "mean_token_accuracy": 0.06905685365200043, + "num_tokens": 340320.0, + "step": 195 + }, + { + "entropy": 8.324654674530029, + "epoch": 0.015561174868702588, + "grad_norm": 0.9375, + "learning_rate": 9.95e-05, + "loss": 7.6178, + "mean_token_accuracy": 0.06449079662561416, + "num_tokens": 348990.0, + "step": 200 + }, + { + "entropy": 8.174854373931884, + "epoch": 0.01595020424042015, + "grad_norm": 0.9765625, + "learning_rate": 0.000102, + "loss": 7.5827, + "mean_token_accuracy": 0.06486652344465256, + "num_tokens": 357661.0, + "step": 205 + }, + { + "entropy": 8.168173027038574, + "epoch": 0.016339233612137717, + "grad_norm": 0.796875, + "learning_rate": 0.00010449999999999999, + "loss": 7.5391, + "mean_token_accuracy": 0.07107783854007721, + "num_tokens": 366099.0, + "step": 210 + }, + { + "entropy": 8.15952262878418, + "epoch": 0.016728262983855283, + "grad_norm": 0.83984375, + "learning_rate": 0.000107, + "loss": 7.677, + "mean_token_accuracy": 0.06535900048911572, + "num_tokens": 374926.0, + "step": 215 + }, + { + "entropy": 8.183490467071532, + "epoch": 0.017117292355572845, + "grad_norm": 0.890625, + "learning_rate": 0.0001095, + "loss": 7.5935, + "mean_token_accuracy": 0.06671289913356304, + "num_tokens": 383846.0, + "step": 220 + }, + { + "entropy": 8.149136352539063, + "epoch": 0.01750632172729041, + "grad_norm": 0.84765625, + "learning_rate": 0.000112, + "loss": 7.5526, + "mean_token_accuracy": 0.07337053082883357, + "num_tokens": 393678.0, + "step": 225 + }, + { + "entropy": 8.142791080474854, + "epoch": 0.017895351099007976, + "grad_norm": 0.9765625, + "learning_rate": 0.0001145, + "loss": 7.5805, + "mean_token_accuracy": 0.07247933149337768, + "num_tokens": 401866.0, + "step": 230 + }, + { + "entropy": 8.138428115844727, + "epoch": 0.01828438047072554, + "grad_norm": 0.96875, + "learning_rate": 0.00011700000000000001, + "loss": 7.5559, + "mean_token_accuracy": 0.07213828079402447, + "num_tokens": 411057.0, + "step": 235 + }, + { + "entropy": 8.083276653289795, + "epoch": 0.018673409842443103, + "grad_norm": 0.90234375, + "learning_rate": 0.00011949999999999999, + "loss": 7.5199, + "mean_token_accuracy": 0.07377653121948242, + "num_tokens": 419083.0, + "step": 240 + }, + { + "entropy": 8.081015300750732, + "epoch": 0.01906243921416067, + "grad_norm": 1.1640625, + "learning_rate": 0.000122, + "loss": 7.423, + "mean_token_accuracy": 0.07348247244954109, + "num_tokens": 427503.0, + "step": 245 + }, + { + "entropy": 7.99849009513855, + "epoch": 0.019451468585878234, + "grad_norm": 1.1015625, + "learning_rate": 0.0001245, + "loss": 7.5381, + "mean_token_accuracy": 0.07209133058786392, + "num_tokens": 435820.0, + "step": 250 + }, + { + "entropy": 7.958733320236206, + "epoch": 0.0198404979575958, + "grad_norm": 0.86328125, + "learning_rate": 0.000127, + "loss": 7.3981, + "mean_token_accuracy": 0.07939725071191787, + "num_tokens": 444692.0, + "step": 255 + }, + { + "entropy": 8.023887872695923, + "epoch": 0.020229527329313362, + "grad_norm": 0.890625, + "learning_rate": 0.0001295, + "loss": 7.4495, + "mean_token_accuracy": 0.07057543247938156, + "num_tokens": 453536.0, + "step": 260 + }, + { + "entropy": 8.02216215133667, + "epoch": 0.020618556701030927, + "grad_norm": 1.0078125, + "learning_rate": 0.000132, + "loss": 7.4635, + "mean_token_accuracy": 0.07652526497840881, + "num_tokens": 462264.0, + "step": 265 + }, + { + "entropy": 8.021293640136719, + "epoch": 0.021007586072748493, + "grad_norm": 1.0625, + "learning_rate": 0.00013450000000000002, + "loss": 7.5942, + "mean_token_accuracy": 0.07328042685985565, + "num_tokens": 471819.0, + "step": 270 + }, + { + "entropy": 7.957899475097657, + "epoch": 0.02139661544446606, + "grad_norm": 0.96484375, + "learning_rate": 0.00013700000000000002, + "loss": 7.4982, + "mean_token_accuracy": 0.0714272040873766, + "num_tokens": 480878.0, + "step": 275 + }, + { + "entropy": 8.055506563186645, + "epoch": 0.02178564481618362, + "grad_norm": 0.87109375, + "learning_rate": 0.0001395, + "loss": 7.4444, + "mean_token_accuracy": 0.08031182736158371, + "num_tokens": 489454.0, + "step": 280 + }, + { + "entropy": 7.901804733276367, + "epoch": 0.022174674187901186, + "grad_norm": 1.0390625, + "learning_rate": 0.00014199999999999998, + "loss": 7.3353, + "mean_token_accuracy": 0.07537753507494926, + "num_tokens": 498378.0, + "step": 285 + }, + { + "entropy": 7.9674581527709964, + "epoch": 0.02256370355961875, + "grad_norm": 0.91796875, + "learning_rate": 0.0001445, + "loss": 7.558, + "mean_token_accuracy": 0.07206817306578159, + "num_tokens": 507638.0, + "step": 290 + }, + { + "entropy": 8.018344259262085, + "epoch": 0.022952732931336317, + "grad_norm": 0.953125, + "learning_rate": 0.000147, + "loss": 7.4655, + "mean_token_accuracy": 0.08074412941932678, + "num_tokens": 517047.0, + "step": 295 + }, + { + "entropy": 7.928561210632324, + "epoch": 0.02334176230305388, + "grad_norm": 1.078125, + "learning_rate": 0.0001495, + "loss": 7.3931, + "mean_token_accuracy": 0.07988100573420524, + "num_tokens": 525287.0, + "step": 300 + }, + { + "entropy": 7.889331293106079, + "epoch": 0.023730791674771445, + "grad_norm": 1.0234375, + "learning_rate": 0.000152, + "loss": 7.3272, + "mean_token_accuracy": 0.07765846103429794, + "num_tokens": 533266.0, + "step": 305 + }, + { + "entropy": 7.938522481918335, + "epoch": 0.02411982104648901, + "grad_norm": 0.95703125, + "learning_rate": 0.00015450000000000001, + "loss": 7.4553, + "mean_token_accuracy": 0.07832531034946441, + "num_tokens": 542448.0, + "step": 310 + }, + { + "entropy": 7.876863288879394, + "epoch": 0.024508850418206576, + "grad_norm": 0.99609375, + "learning_rate": 0.000157, + "loss": 7.3373, + "mean_token_accuracy": 0.07851743251085282, + "num_tokens": 550872.0, + "step": 315 + }, + { + "entropy": 7.92165994644165, + "epoch": 0.024897879789924138, + "grad_norm": 0.9921875, + "learning_rate": 0.0001595, + "loss": 7.3913, + "mean_token_accuracy": 0.08598420470952987, + "num_tokens": 559616.0, + "step": 320 + }, + { + "entropy": 7.843034791946411, + "epoch": 0.025286909161641703, + "grad_norm": 1.1484375, + "learning_rate": 0.000162, + "loss": 7.3644, + "mean_token_accuracy": 0.0826579324901104, + "num_tokens": 568379.0, + "step": 325 + }, + { + "entropy": 7.829864072799682, + "epoch": 0.02567593853335927, + "grad_norm": 0.94140625, + "learning_rate": 0.00016450000000000001, + "loss": 7.3671, + "mean_token_accuracy": 0.08075782656669617, + "num_tokens": 577288.0, + "step": 330 + }, + { + "entropy": 7.871328210830688, + "epoch": 0.026064967905076834, + "grad_norm": 0.96875, + "learning_rate": 0.00016700000000000002, + "loss": 7.3243, + "mean_token_accuracy": 0.08058057203888894, + "num_tokens": 587054.0, + "step": 335 + }, + { + "entropy": 7.879428195953369, + "epoch": 0.026453997276794396, + "grad_norm": 1.0703125, + "learning_rate": 0.00016950000000000003, + "loss": 7.443, + "mean_token_accuracy": 0.0813908450305462, + "num_tokens": 595405.0, + "step": 340 + }, + { + "entropy": 7.87817964553833, + "epoch": 0.026843026648511962, + "grad_norm": 1.1953125, + "learning_rate": 0.00017199999999999998, + "loss": 7.3017, + "mean_token_accuracy": 0.0837264135479927, + "num_tokens": 604095.0, + "step": 345 + }, + { + "entropy": 7.7519464015960695, + "epoch": 0.027232056020229527, + "grad_norm": 1.0390625, + "learning_rate": 0.00017449999999999999, + "loss": 7.3331, + "mean_token_accuracy": 0.08179512321949005, + "num_tokens": 613518.0, + "step": 350 + }, + { + "entropy": 7.8531310081481935, + "epoch": 0.027621085391947093, + "grad_norm": 1.0625, + "learning_rate": 0.000177, + "loss": 7.1945, + "mean_token_accuracy": 0.08306437954306603, + "num_tokens": 621212.0, + "step": 355 + }, + { + "entropy": 7.758134984970093, + "epoch": 0.028010114763664655, + "grad_norm": 0.99609375, + "learning_rate": 0.0001795, + "loss": 7.2697, + "mean_token_accuracy": 0.08436251506209373, + "num_tokens": 629326.0, + "step": 360 + }, + { + "entropy": 7.758914995193481, + "epoch": 0.02839914413538222, + "grad_norm": 1.0546875, + "learning_rate": 0.000182, + "loss": 7.2792, + "mean_token_accuracy": 0.08306139633059502, + "num_tokens": 637034.0, + "step": 365 + }, + { + "entropy": 7.723426389694214, + "epoch": 0.028788173507099786, + "grad_norm": 1.09375, + "learning_rate": 0.0001845, + "loss": 7.1741, + "mean_token_accuracy": 0.08840271160006523, + "num_tokens": 645924.0, + "step": 370 + }, + { + "entropy": 7.825829219818115, + "epoch": 0.02917720287881735, + "grad_norm": 0.9921875, + "learning_rate": 0.000187, + "loss": 7.3813, + "mean_token_accuracy": 0.08644352033734322, + "num_tokens": 655020.0, + "step": 375 + }, + { + "entropy": 7.784128332138062, + "epoch": 0.029566232250534917, + "grad_norm": 1.1640625, + "learning_rate": 0.0001895, + "loss": 7.2057, + "mean_token_accuracy": 0.08727380409836769, + "num_tokens": 663451.0, + "step": 380 + }, + { + "entropy": 7.727108144760132, + "epoch": 0.02995526162225248, + "grad_norm": 1.0078125, + "learning_rate": 0.000192, + "loss": 7.2834, + "mean_token_accuracy": 0.08695143982768058, + "num_tokens": 671973.0, + "step": 385 + }, + { + "entropy": 7.712132835388184, + "epoch": 0.030344290993970045, + "grad_norm": 1.03125, + "learning_rate": 0.0001945, + "loss": 7.1734, + "mean_token_accuracy": 0.08923292458057404, + "num_tokens": 680583.0, + "step": 390 + }, + { + "entropy": 7.674439716339111, + "epoch": 0.03073332036568761, + "grad_norm": 1.296875, + "learning_rate": 0.00019700000000000002, + "loss": 7.1871, + "mean_token_accuracy": 0.0865532897412777, + "num_tokens": 689000.0, + "step": 395 + }, + { + "entropy": 7.765862512588501, + "epoch": 0.031122349737405176, + "grad_norm": 1.171875, + "learning_rate": 0.00019950000000000002, + "loss": 7.1741, + "mean_token_accuracy": 0.08593220934271813, + "num_tokens": 698047.0, + "step": 400 + }, + { + "entropy": 7.731269979476929, + "epoch": 0.03151137910912274, + "grad_norm": 0.8828125, + "learning_rate": 0.000202, + "loss": 7.2962, + "mean_token_accuracy": 0.08466848209500313, + "num_tokens": 707192.0, + "step": 405 + }, + { + "entropy": 7.695866537094116, + "epoch": 0.0319004084808403, + "grad_norm": 1.3046875, + "learning_rate": 0.00020449999999999998, + "loss": 7.1133, + "mean_token_accuracy": 0.09290924519300461, + "num_tokens": 715895.0, + "step": 410 + }, + { + "entropy": 7.683174657821655, + "epoch": 0.03228943785255787, + "grad_norm": 1.0234375, + "learning_rate": 0.000207, + "loss": 7.1955, + "mean_token_accuracy": 0.08894984126091003, + "num_tokens": 724891.0, + "step": 415 + }, + { + "entropy": 7.715670108795166, + "epoch": 0.032678467224275434, + "grad_norm": 1.1171875, + "learning_rate": 0.0002095, + "loss": 7.2305, + "mean_token_accuracy": 0.08583205491304398, + "num_tokens": 733378.0, + "step": 420 + }, + { + "entropy": 7.689523315429687, + "epoch": 0.033067496595993, + "grad_norm": 1.2578125, + "learning_rate": 0.000212, + "loss": 7.2038, + "mean_token_accuracy": 0.08817718252539634, + "num_tokens": 741098.0, + "step": 425 + }, + { + "entropy": 7.737551879882813, + "epoch": 0.033456525967710565, + "grad_norm": 1.375, + "learning_rate": 0.0002145, + "loss": 7.1523, + "mean_token_accuracy": 0.08939553946256637, + "num_tokens": 749902.0, + "step": 430 + }, + { + "entropy": 7.571504878997803, + "epoch": 0.033845555339428124, + "grad_norm": 1.1875, + "learning_rate": 0.00021700000000000002, + "loss": 7.1379, + "mean_token_accuracy": 0.09236362501978874, + "num_tokens": 758638.0, + "step": 435 + }, + { + "entropy": 7.696662092208863, + "epoch": 0.03423458471114569, + "grad_norm": 1.0625, + "learning_rate": 0.0002195, + "loss": 7.2068, + "mean_token_accuracy": 0.0883943185210228, + "num_tokens": 768170.0, + "step": 440 + }, + { + "entropy": 7.6304443836212155, + "epoch": 0.034623614082863255, + "grad_norm": 1.0546875, + "learning_rate": 0.000222, + "loss": 7.0936, + "mean_token_accuracy": 0.09277842119336129, + "num_tokens": 776745.0, + "step": 445 + }, + { + "entropy": 7.6743035316467285, + "epoch": 0.03501264345458082, + "grad_norm": 1.296875, + "learning_rate": 0.0002245, + "loss": 7.2093, + "mean_token_accuracy": 0.0887695960700512, + "num_tokens": 785030.0, + "step": 450 + }, + { + "entropy": 7.6144163608551025, + "epoch": 0.035401672826298386, + "grad_norm": 1.125, + "learning_rate": 0.00022700000000000002, + "loss": 7.171, + "mean_token_accuracy": 0.08834633827209473, + "num_tokens": 793543.0, + "step": 455 + }, + { + "entropy": 7.52853422164917, + "epoch": 0.03579070219801595, + "grad_norm": 1.09375, + "learning_rate": 0.00022950000000000002, + "loss": 7.0163, + "mean_token_accuracy": 0.09290485829114914, + "num_tokens": 802401.0, + "step": 460 + }, + { + "entropy": 7.607344436645508, + "epoch": 0.03617973156973352, + "grad_norm": 0.953125, + "learning_rate": 0.00023200000000000003, + "loss": 7.1277, + "mean_token_accuracy": 0.08786619827151299, + "num_tokens": 811625.0, + "step": 465 + }, + { + "entropy": 7.560419654846191, + "epoch": 0.03656876094145108, + "grad_norm": 1.140625, + "learning_rate": 0.00023449999999999998, + "loss": 7.0702, + "mean_token_accuracy": 0.0898631051182747, + "num_tokens": 820742.0, + "step": 470 + }, + { + "entropy": 7.608465671539307, + "epoch": 0.03695779031316864, + "grad_norm": 0.96875, + "learning_rate": 0.000237, + "loss": 7.1654, + "mean_token_accuracy": 0.08933878615498543, + "num_tokens": 829580.0, + "step": 475 + }, + { + "entropy": 7.560161828994751, + "epoch": 0.03734681968488621, + "grad_norm": 1.046875, + "learning_rate": 0.0002395, + "loss": 7.0934, + "mean_token_accuracy": 0.09360112398862838, + "num_tokens": 838818.0, + "step": 480 + }, + { + "entropy": 7.639765310287475, + "epoch": 0.03773584905660377, + "grad_norm": 1.1640625, + "learning_rate": 0.000242, + "loss": 7.1163, + "mean_token_accuracy": 0.08306419998407363, + "num_tokens": 847804.0, + "step": 485 + }, + { + "entropy": 7.4112790584564205, + "epoch": 0.03812487842832134, + "grad_norm": 1.1328125, + "learning_rate": 0.0002445, + "loss": 6.8803, + "mean_token_accuracy": 0.10076504200696945, + "num_tokens": 856395.0, + "step": 490 + }, + { + "entropy": 7.583081674575806, + "epoch": 0.0385139078000389, + "grad_norm": 1.0703125, + "learning_rate": 0.000247, + "loss": 7.1207, + "mean_token_accuracy": 0.09502710178494453, + "num_tokens": 865219.0, + "step": 495 + }, + { + "entropy": 7.43314561843872, + "epoch": 0.03890293717175647, + "grad_norm": 1.1171875, + "learning_rate": 0.0002495, + "loss": 6.9119, + "mean_token_accuracy": 0.09718281924724578, + "num_tokens": 873868.0, + "step": 500 + }, + { + "entropy": 7.498023557662964, + "epoch": 0.039291966543474034, + "grad_norm": 1.0546875, + "learning_rate": 0.000252, + "loss": 7.0232, + "mean_token_accuracy": 0.09345900416374206, + "num_tokens": 882698.0, + "step": 505 + }, + { + "entropy": 7.469527721405029, + "epoch": 0.0396809959151916, + "grad_norm": 1.2890625, + "learning_rate": 0.0002545, + "loss": 6.9475, + "mean_token_accuracy": 0.0993176445364952, + "num_tokens": 891280.0, + "step": 510 + }, + { + "entropy": 7.47659912109375, + "epoch": 0.04007002528690916, + "grad_norm": 1.1640625, + "learning_rate": 0.000257, + "loss": 7.0011, + "mean_token_accuracy": 0.09124450460076332, + "num_tokens": 900044.0, + "step": 515 + }, + { + "entropy": 7.436534833908081, + "epoch": 0.040459054658626724, + "grad_norm": 1.125, + "learning_rate": 0.0002595, + "loss": 6.9727, + "mean_token_accuracy": 0.0896801546216011, + "num_tokens": 909297.0, + "step": 520 + }, + { + "entropy": 7.425080251693726, + "epoch": 0.04084808403034429, + "grad_norm": 1.1171875, + "learning_rate": 0.000262, + "loss": 6.9447, + "mean_token_accuracy": 0.0947676196694374, + "num_tokens": 917514.0, + "step": 525 + }, + { + "entropy": 7.387802982330323, + "epoch": 0.041237113402061855, + "grad_norm": 1.1796875, + "learning_rate": 0.00026450000000000003, + "loss": 6.9388, + "mean_token_accuracy": 0.09883696585893631, + "num_tokens": 925842.0, + "step": 530 + }, + { + "entropy": 7.389920854568482, + "epoch": 0.04162614277377942, + "grad_norm": 1.2421875, + "learning_rate": 0.00026700000000000004, + "loss": 7.0398, + "mean_token_accuracy": 0.09228231534361839, + "num_tokens": 934676.0, + "step": 535 + }, + { + "entropy": 7.4626116275787355, + "epoch": 0.042015172145496986, + "grad_norm": 1.1484375, + "learning_rate": 0.00026950000000000005, + "loss": 6.9525, + "mean_token_accuracy": 0.09330017715692521, + "num_tokens": 943763.0, + "step": 540 + }, + { + "entropy": 7.356891870498657, + "epoch": 0.04240420151721455, + "grad_norm": 1.1015625, + "learning_rate": 0.00027200000000000005, + "loss": 6.9442, + "mean_token_accuracy": 0.09821118861436844, + "num_tokens": 952721.0, + "step": 545 + }, + { + "entropy": 7.440818834304809, + "epoch": 0.04279323088893212, + "grad_norm": 1.046875, + "learning_rate": 0.0002745, + "loss": 6.9443, + "mean_token_accuracy": 0.10198782086372375, + "num_tokens": 960899.0, + "step": 550 + }, + { + "entropy": 7.310132646560669, + "epoch": 0.04318226026064968, + "grad_norm": 1.15625, + "learning_rate": 0.000277, + "loss": 6.9242, + "mean_token_accuracy": 0.09831049591302872, + "num_tokens": 969362.0, + "step": 555 + }, + { + "entropy": 7.41514139175415, + "epoch": 0.04357128963236724, + "grad_norm": 1.0625, + "learning_rate": 0.0002795, + "loss": 6.9077, + "mean_token_accuracy": 0.10258749797940254, + "num_tokens": 978028.0, + "step": 560 + }, + { + "entropy": 7.3455198287963865, + "epoch": 0.04396031900408481, + "grad_norm": 1.1328125, + "learning_rate": 0.00028199999999999997, + "loss": 6.8935, + "mean_token_accuracy": 0.10291868522763252, + "num_tokens": 985709.0, + "step": 565 + }, + { + "entropy": 7.418910646438599, + "epoch": 0.04434934837580237, + "grad_norm": 1.4140625, + "learning_rate": 0.0002845, + "loss": 6.976, + "mean_token_accuracy": 0.10187083706259728, + "num_tokens": 994769.0, + "step": 570 + }, + { + "entropy": 7.401043939590454, + "epoch": 0.04473837774751994, + "grad_norm": 1.1484375, + "learning_rate": 0.000287, + "loss": 6.962, + "mean_token_accuracy": 0.10199706852436066, + "num_tokens": 1003997.0, + "step": 575 + }, + { + "entropy": 7.399074697494507, + "epoch": 0.0451274071192375, + "grad_norm": 1.2265625, + "learning_rate": 0.0002895, + "loss": 6.9466, + "mean_token_accuracy": 0.09917582347989082, + "num_tokens": 1012931.0, + "step": 580 + }, + { + "entropy": 7.332787704467774, + "epoch": 0.04551643649095507, + "grad_norm": 1.1484375, + "learning_rate": 0.000292, + "loss": 6.9555, + "mean_token_accuracy": 0.10086694583296776, + "num_tokens": 1021149.0, + "step": 585 + }, + { + "entropy": 7.499734544754029, + "epoch": 0.045905465862672634, + "grad_norm": 1.171875, + "learning_rate": 0.0002945, + "loss": 6.9548, + "mean_token_accuracy": 0.10112444758415222, + "num_tokens": 1029421.0, + "step": 590 + }, + { + "entropy": 7.391014766693115, + "epoch": 0.0462944952343902, + "grad_norm": 1.3828125, + "learning_rate": 0.000297, + "loss": 7.0459, + "mean_token_accuracy": 0.09981294050812721, + "num_tokens": 1037222.0, + "step": 595 + }, + { + "entropy": 7.352716112136841, + "epoch": 0.04668352460610776, + "grad_norm": 1.1640625, + "learning_rate": 0.0002995, + "loss": 6.9734, + "mean_token_accuracy": 0.09807954430580139, + "num_tokens": 1046903.0, + "step": 600 + }, + { + "entropy": 7.385373210906982, + "epoch": 0.047072553977825324, + "grad_norm": 1.078125, + "learning_rate": 0.000302, + "loss": 7.0123, + "mean_token_accuracy": 0.09519420191645622, + "num_tokens": 1055516.0, + "step": 605 + }, + { + "entropy": 7.407522106170655, + "epoch": 0.04746158334954289, + "grad_norm": 1.0546875, + "learning_rate": 0.0003045, + "loss": 6.9265, + "mean_token_accuracy": 0.09930946677923203, + "num_tokens": 1063846.0, + "step": 610 + }, + { + "entropy": 7.281380128860474, + "epoch": 0.047850612721260455, + "grad_norm": 1.109375, + "learning_rate": 0.000307, + "loss": 6.8993, + "mean_token_accuracy": 0.09943632334470749, + "num_tokens": 1072500.0, + "step": 615 + }, + { + "entropy": 7.34805383682251, + "epoch": 0.04823964209297802, + "grad_norm": 1.171875, + "learning_rate": 0.0003095, + "loss": 6.922, + "mean_token_accuracy": 0.09708855003118515, + "num_tokens": 1081399.0, + "step": 620 + }, + { + "entropy": 7.2534126281738285, + "epoch": 0.048628671464695586, + "grad_norm": 1.1796875, + "learning_rate": 0.000312, + "loss": 6.8743, + "mean_token_accuracy": 0.1036634124815464, + "num_tokens": 1089666.0, + "step": 625 + }, + { + "entropy": 7.336611223220825, + "epoch": 0.04901770083641315, + "grad_norm": 1.1953125, + "learning_rate": 0.0003145, + "loss": 6.7632, + "mean_token_accuracy": 0.10756223425269126, + "num_tokens": 1097496.0, + "step": 630 + }, + { + "entropy": 7.240615320205689, + "epoch": 0.04940673020813072, + "grad_norm": 1.1953125, + "learning_rate": 0.000317, + "loss": 6.8822, + "mean_token_accuracy": 0.10434303507208824, + "num_tokens": 1105840.0, + "step": 635 + }, + { + "entropy": 7.313789176940918, + "epoch": 0.049795759579848276, + "grad_norm": 1.0703125, + "learning_rate": 0.0003195, + "loss": 6.9515, + "mean_token_accuracy": 0.0976039707660675, + "num_tokens": 1115507.0, + "step": 640 + }, + { + "entropy": 7.261141300201416, + "epoch": 0.05018478895156584, + "grad_norm": 0.91796875, + "learning_rate": 0.000322, + "loss": 6.8997, + "mean_token_accuracy": 0.09827139601111412, + "num_tokens": 1124820.0, + "step": 645 + }, + { + "entropy": 7.230596017837525, + "epoch": 0.05057381832328341, + "grad_norm": 1.015625, + "learning_rate": 0.00032450000000000003, + "loss": 6.7406, + "mean_token_accuracy": 0.10685393288731575, + "num_tokens": 1133641.0, + "step": 650 + }, + { + "entropy": 7.177046489715576, + "epoch": 0.05096284769500097, + "grad_norm": 1.1640625, + "learning_rate": 0.00032700000000000003, + "loss": 6.792, + "mean_token_accuracy": 0.10451765954494477, + "num_tokens": 1142182.0, + "step": 655 + }, + { + "entropy": 7.294152784347534, + "epoch": 0.05135187706671854, + "grad_norm": 1.1328125, + "learning_rate": 0.00032950000000000004, + "loss": 6.8672, + "mean_token_accuracy": 0.10539027452468872, + "num_tokens": 1150737.0, + "step": 660 + }, + { + "entropy": 7.172728967666626, + "epoch": 0.0517409064384361, + "grad_norm": 1.109375, + "learning_rate": 0.00033200000000000005, + "loss": 6.7309, + "mean_token_accuracy": 0.10050051435828208, + "num_tokens": 1158899.0, + "step": 665 + }, + { + "entropy": 7.331276702880859, + "epoch": 0.05212993581015367, + "grad_norm": 1.171875, + "learning_rate": 0.00033450000000000005, + "loss": 6.819, + "mean_token_accuracy": 0.10705862119793892, + "num_tokens": 1167397.0, + "step": 670 + }, + { + "entropy": 7.248978996276856, + "epoch": 0.052518965181871234, + "grad_norm": 1.1796875, + "learning_rate": 0.000337, + "loss": 6.8332, + "mean_token_accuracy": 0.10063659623265267, + "num_tokens": 1177044.0, + "step": 675 + }, + { + "entropy": 7.085381174087525, + "epoch": 0.05290799455358879, + "grad_norm": 1.3359375, + "learning_rate": 0.0003395, + "loss": 6.693, + "mean_token_accuracy": 0.10786959677934646, + "num_tokens": 1185740.0, + "step": 680 + }, + { + "entropy": 7.203679895401001, + "epoch": 0.05329702392530636, + "grad_norm": 1.203125, + "learning_rate": 0.000342, + "loss": 6.8372, + "mean_token_accuracy": 0.10230442136526108, + "num_tokens": 1194970.0, + "step": 685 + }, + { + "entropy": 7.245568037033081, + "epoch": 0.053686053297023924, + "grad_norm": 1.09375, + "learning_rate": 0.00034449999999999997, + "loss": 6.7921, + "mean_token_accuracy": 0.10874027833342552, + "num_tokens": 1203565.0, + "step": 690 + }, + { + "entropy": 7.196403169631958, + "epoch": 0.05407508266874149, + "grad_norm": 1.0, + "learning_rate": 0.000347, + "loss": 6.8265, + "mean_token_accuracy": 0.10126563459634781, + "num_tokens": 1213226.0, + "step": 695 + }, + { + "entropy": 7.09236512184143, + "epoch": 0.054464112040459055, + "grad_norm": 1.0703125, + "learning_rate": 0.0003495, + "loss": 6.7432, + "mean_token_accuracy": 0.1003255195915699, + "num_tokens": 1221710.0, + "step": 700 + }, + { + "entropy": 7.216377449035645, + "epoch": 0.05485314141217662, + "grad_norm": 0.98046875, + "learning_rate": 0.000352, + "loss": 6.8035, + "mean_token_accuracy": 0.09862821027636529, + "num_tokens": 1231125.0, + "step": 705 + }, + { + "entropy": 7.237710189819336, + "epoch": 0.055242170783894186, + "grad_norm": 1.03125, + "learning_rate": 0.0003545, + "loss": 6.7667, + "mean_token_accuracy": 0.10697240307927132, + "num_tokens": 1239521.0, + "step": 710 + }, + { + "entropy": 7.097472429275513, + "epoch": 0.05563120015561175, + "grad_norm": 1.296875, + "learning_rate": 0.000357, + "loss": 6.6474, + "mean_token_accuracy": 0.11173419132828713, + "num_tokens": 1247363.0, + "step": 715 + }, + { + "entropy": 7.1145548820495605, + "epoch": 0.05602022952732931, + "grad_norm": 1.1640625, + "learning_rate": 0.0003595, + "loss": 6.7447, + "mean_token_accuracy": 0.10396054536104202, + "num_tokens": 1255395.0, + "step": 720 + }, + { + "entropy": 7.2065142631530765, + "epoch": 0.056409258899046875, + "grad_norm": 1.125, + "learning_rate": 0.000362, + "loss": 6.813, + "mean_token_accuracy": 0.10091793909668922, + "num_tokens": 1264135.0, + "step": 725 + }, + { + "entropy": 7.164863967895508, + "epoch": 0.05679828827076444, + "grad_norm": 1.078125, + "learning_rate": 0.0003645, + "loss": 6.7421, + "mean_token_accuracy": 0.10169361084699631, + "num_tokens": 1272375.0, + "step": 730 + }, + { + "entropy": 7.1601451396942135, + "epoch": 0.057187317642482006, + "grad_norm": 1.0078125, + "learning_rate": 0.000367, + "loss": 6.7901, + "mean_token_accuracy": 0.10103225708007812, + "num_tokens": 1280960.0, + "step": 735 + }, + { + "entropy": 7.184061765670776, + "epoch": 0.05757634701419957, + "grad_norm": 1.09375, + "learning_rate": 0.0003695, + "loss": 6.8209, + "mean_token_accuracy": 0.10675038620829583, + "num_tokens": 1289273.0, + "step": 740 + }, + { + "entropy": 7.113188409805298, + "epoch": 0.05796537638591714, + "grad_norm": 1.2734375, + "learning_rate": 0.000372, + "loss": 6.7247, + "mean_token_accuracy": 0.10347931683063508, + "num_tokens": 1297571.0, + "step": 745 + }, + { + "entropy": 7.19926347732544, + "epoch": 0.0583544057576347, + "grad_norm": 1.21875, + "learning_rate": 0.0003745, + "loss": 6.7715, + "mean_token_accuracy": 0.10671985670924186, + "num_tokens": 1305686.0, + "step": 750 + }, + { + "entropy": 7.111810922622681, + "epoch": 0.05874343512935227, + "grad_norm": 1.0546875, + "learning_rate": 0.000377, + "loss": 6.7894, + "mean_token_accuracy": 0.1026329904794693, + "num_tokens": 1314483.0, + "step": 755 + }, + { + "entropy": 7.088590431213379, + "epoch": 0.059132464501069834, + "grad_norm": 1.078125, + "learning_rate": 0.0003795, + "loss": 6.6599, + "mean_token_accuracy": 0.10411886721849442, + "num_tokens": 1323183.0, + "step": 760 + }, + { + "entropy": 7.122695350646973, + "epoch": 0.05952149387278739, + "grad_norm": 1.296875, + "learning_rate": 0.000382, + "loss": 6.7836, + "mean_token_accuracy": 0.10542866066098214, + "num_tokens": 1331964.0, + "step": 765 + }, + { + "entropy": 7.062607765197754, + "epoch": 0.05991052324450496, + "grad_norm": 1.171875, + "learning_rate": 0.0003845, + "loss": 6.7312, + "mean_token_accuracy": 0.11025277003645897, + "num_tokens": 1340185.0, + "step": 770 + }, + { + "entropy": 7.220061302185059, + "epoch": 0.060299552616222524, + "grad_norm": 1.125, + "learning_rate": 0.00038700000000000003, + "loss": 6.806, + "mean_token_accuracy": 0.10550950691103936, + "num_tokens": 1349522.0, + "step": 775 + }, + { + "entropy": 7.170696592330932, + "epoch": 0.06068858198794009, + "grad_norm": 1.140625, + "learning_rate": 0.00038950000000000003, + "loss": 6.7858, + "mean_token_accuracy": 0.10444560423493385, + "num_tokens": 1357893.0, + "step": 780 + }, + { + "entropy": 6.994049072265625, + "epoch": 0.061077611359657655, + "grad_norm": 1.1328125, + "learning_rate": 0.00039200000000000004, + "loss": 6.6669, + "mean_token_accuracy": 0.1103596955537796, + "num_tokens": 1366685.0, + "step": 785 + }, + { + "entropy": 7.130297327041626, + "epoch": 0.06146664073137522, + "grad_norm": 1.109375, + "learning_rate": 0.00039450000000000005, + "loss": 6.6085, + "mean_token_accuracy": 0.10908645838499069, + "num_tokens": 1375245.0, + "step": 790 + }, + { + "entropy": 7.040684175491333, + "epoch": 0.061855670103092786, + "grad_norm": 1.125, + "learning_rate": 0.00039700000000000005, + "loss": 6.7932, + "mean_token_accuracy": 0.10705054327845573, + "num_tokens": 1383724.0, + "step": 795 + }, + { + "entropy": 7.209282732009887, + "epoch": 0.06224469947481035, + "grad_norm": 1.0859375, + "learning_rate": 0.0003995, + "loss": 6.7782, + "mean_token_accuracy": 0.10306280329823495, + "num_tokens": 1392455.0, + "step": 800 + }, + { + "entropy": 7.1856764793396, + "epoch": 0.06263372884652792, + "grad_norm": 1.09375, + "learning_rate": 0.000402, + "loss": 6.7794, + "mean_token_accuracy": 0.10756833851337433, + "num_tokens": 1401262.0, + "step": 805 + }, + { + "entropy": 6.964628410339356, + "epoch": 0.06302275821824548, + "grad_norm": 1.2578125, + "learning_rate": 0.0004045, + "loss": 6.6675, + "mean_token_accuracy": 0.1083975151181221, + "num_tokens": 1409991.0, + "step": 810 + }, + { + "entropy": 7.013374662399292, + "epoch": 0.06341178758996305, + "grad_norm": 1.1328125, + "learning_rate": 0.00040699999999999997, + "loss": 6.6617, + "mean_token_accuracy": 0.1109016127884388, + "num_tokens": 1418208.0, + "step": 815 + }, + { + "entropy": 7.072976303100586, + "epoch": 0.0638008169616806, + "grad_norm": 1.3203125, + "learning_rate": 0.0004095, + "loss": 6.6608, + "mean_token_accuracy": 0.11023175194859505, + "num_tokens": 1426665.0, + "step": 820 + }, + { + "entropy": 6.980063629150391, + "epoch": 0.06418984633339817, + "grad_norm": 1.171875, + "learning_rate": 0.000412, + "loss": 6.5932, + "mean_token_accuracy": 0.11027788445353508, + "num_tokens": 1435247.0, + "step": 825 + }, + { + "entropy": 6.98336706161499, + "epoch": 0.06457887570511574, + "grad_norm": 1.0859375, + "learning_rate": 0.0004145, + "loss": 6.6365, + "mean_token_accuracy": 0.11016326993703843, + "num_tokens": 1443678.0, + "step": 830 + }, + { + "entropy": 6.947188854217529, + "epoch": 0.0649679050768333, + "grad_norm": 1.2109375, + "learning_rate": 0.000417, + "loss": 6.5746, + "mean_token_accuracy": 0.11637299805879593, + "num_tokens": 1451567.0, + "step": 835 + }, + { + "entropy": 6.953899240493774, + "epoch": 0.06535693444855087, + "grad_norm": 1.1875, + "learning_rate": 0.0004195, + "loss": 6.5881, + "mean_token_accuracy": 0.10969302877783775, + "num_tokens": 1460618.0, + "step": 840 + }, + { + "entropy": 6.999412250518799, + "epoch": 0.06574596382026843, + "grad_norm": 1.1328125, + "learning_rate": 0.000422, + "loss": 6.667, + "mean_token_accuracy": 0.11072178110480309, + "num_tokens": 1469821.0, + "step": 845 + }, + { + "entropy": 7.0580075740814205, + "epoch": 0.066134993191986, + "grad_norm": 1.1015625, + "learning_rate": 0.0004245, + "loss": 6.7378, + "mean_token_accuracy": 0.10718388482928276, + "num_tokens": 1477989.0, + "step": 850 + }, + { + "entropy": 7.051467561721802, + "epoch": 0.06652402256370356, + "grad_norm": 1.15625, + "learning_rate": 0.000427, + "loss": 6.7462, + "mean_token_accuracy": 0.10824755355715751, + "num_tokens": 1486822.0, + "step": 855 + }, + { + "entropy": 7.015081548690796, + "epoch": 0.06691305193542113, + "grad_norm": 1.125, + "learning_rate": 0.0004295, + "loss": 6.6159, + "mean_token_accuracy": 0.1050032138824463, + "num_tokens": 1496604.0, + "step": 860 + }, + { + "entropy": 6.946830940246582, + "epoch": 0.06730208130713869, + "grad_norm": 1.1640625, + "learning_rate": 0.000432, + "loss": 6.6411, + "mean_token_accuracy": 0.1079692468047142, + "num_tokens": 1504725.0, + "step": 865 + }, + { + "entropy": 7.015288543701172, + "epoch": 0.06769111067885625, + "grad_norm": 1.140625, + "learning_rate": 0.0004345, + "loss": 6.6492, + "mean_token_accuracy": 0.11273297667503357, + "num_tokens": 1513222.0, + "step": 870 + }, + { + "entropy": 7.022673845291138, + "epoch": 0.06808014005057382, + "grad_norm": 1.1796875, + "learning_rate": 0.000437, + "loss": 6.6131, + "mean_token_accuracy": 0.10831626504659653, + "num_tokens": 1522183.0, + "step": 875 + }, + { + "entropy": 6.945608234405517, + "epoch": 0.06846916942229138, + "grad_norm": 1.2578125, + "learning_rate": 0.0004395, + "loss": 6.6553, + "mean_token_accuracy": 0.10740983784198761, + "num_tokens": 1531316.0, + "step": 880 + }, + { + "entropy": 7.046859550476074, + "epoch": 0.06885819879400895, + "grad_norm": 1.2578125, + "learning_rate": 0.000442, + "loss": 6.7085, + "mean_token_accuracy": 0.10943676829338074, + "num_tokens": 1540053.0, + "step": 885 + }, + { + "entropy": 7.0075178146362305, + "epoch": 0.06924722816572651, + "grad_norm": 1.0859375, + "learning_rate": 0.0004445, + "loss": 6.5681, + "mean_token_accuracy": 0.11703129261732101, + "num_tokens": 1549391.0, + "step": 890 + }, + { + "entropy": 7.040959405899048, + "epoch": 0.06963625753744408, + "grad_norm": 1.203125, + "learning_rate": 0.000447, + "loss": 6.6779, + "mean_token_accuracy": 0.11206066384911537, + "num_tokens": 1557364.0, + "step": 895 + }, + { + "entropy": 6.902760457992554, + "epoch": 0.07002528690916164, + "grad_norm": 1.2109375, + "learning_rate": 0.00044950000000000003, + "loss": 6.5277, + "mean_token_accuracy": 0.10990011170506478, + "num_tokens": 1567011.0, + "step": 900 + }, + { + "entropy": 6.839785480499268, + "epoch": 0.0704143162808792, + "grad_norm": 1.1796875, + "learning_rate": 0.00045200000000000004, + "loss": 6.6347, + "mean_token_accuracy": 0.10979588106274604, + "num_tokens": 1575441.0, + "step": 905 + }, + { + "entropy": 6.96569299697876, + "epoch": 0.07080334565259677, + "grad_norm": 1.171875, + "learning_rate": 0.00045450000000000004, + "loss": 6.5902, + "mean_token_accuracy": 0.11274805590510369, + "num_tokens": 1583757.0, + "step": 910 + }, + { + "entropy": 7.020220041275024, + "epoch": 0.07119237502431433, + "grad_norm": 1.1328125, + "learning_rate": 0.00045700000000000005, + "loss": 6.6305, + "mean_token_accuracy": 0.11361563205718994, + "num_tokens": 1592406.0, + "step": 915 + }, + { + "entropy": 6.9013814449310305, + "epoch": 0.0715814043960319, + "grad_norm": 1.3203125, + "learning_rate": 0.00045950000000000006, + "loss": 6.6107, + "mean_token_accuracy": 0.11090241372585297, + "num_tokens": 1601665.0, + "step": 920 + }, + { + "entropy": 6.95518798828125, + "epoch": 0.07197043376774946, + "grad_norm": 1.3515625, + "learning_rate": 0.000462, + "loss": 6.6219, + "mean_token_accuracy": 0.11311167180538177, + "num_tokens": 1609788.0, + "step": 925 + }, + { + "entropy": 6.954713582992554, + "epoch": 0.07235946313946703, + "grad_norm": 1.1171875, + "learning_rate": 0.0004645, + "loss": 6.618, + "mean_token_accuracy": 0.11602962091565132, + "num_tokens": 1618030.0, + "step": 930 + }, + { + "entropy": 6.909007263183594, + "epoch": 0.07274849251118459, + "grad_norm": 1.1953125, + "learning_rate": 0.000467, + "loss": 6.619, + "mean_token_accuracy": 0.10842904224991798, + "num_tokens": 1626901.0, + "step": 935 + }, + { + "entropy": 6.836823034286499, + "epoch": 0.07313752188290217, + "grad_norm": 1.1796875, + "learning_rate": 0.0004695, + "loss": 6.5232, + "mean_token_accuracy": 0.1104541540145874, + "num_tokens": 1635372.0, + "step": 940 + }, + { + "entropy": 6.920376491546631, + "epoch": 0.07352655125461972, + "grad_norm": 1.1015625, + "learning_rate": 0.000472, + "loss": 6.5485, + "mean_token_accuracy": 0.11306027993559838, + "num_tokens": 1643791.0, + "step": 945 + }, + { + "entropy": 6.767651128768921, + "epoch": 0.07391558062633728, + "grad_norm": 1.1953125, + "learning_rate": 0.0004745, + "loss": 6.518, + "mean_token_accuracy": 0.1175017923116684, + "num_tokens": 1652161.0, + "step": 950 + }, + { + "entropy": 6.930508375167847, + "epoch": 0.07430460999805485, + "grad_norm": 1.09375, + "learning_rate": 0.000477, + "loss": 6.5631, + "mean_token_accuracy": 0.1112576186656952, + "num_tokens": 1661077.0, + "step": 955 + }, + { + "entropy": 6.823507070541382, + "epoch": 0.07469363936977241, + "grad_norm": 1.28125, + "learning_rate": 0.0004795, + "loss": 6.5267, + "mean_token_accuracy": 0.1152154453098774, + "num_tokens": 1669010.0, + "step": 960 + }, + { + "entropy": 6.9437110900878904, + "epoch": 0.07508266874148999, + "grad_norm": 1.1015625, + "learning_rate": 0.000482, + "loss": 6.6996, + "mean_token_accuracy": 0.10548838526010514, + "num_tokens": 1678002.0, + "step": 965 + }, + { + "entropy": 6.970439100265503, + "epoch": 0.07547169811320754, + "grad_norm": 1.21875, + "learning_rate": 0.0004845, + "loss": 6.6515, + "mean_token_accuracy": 0.11191459000110626, + "num_tokens": 1687403.0, + "step": 970 + }, + { + "entropy": 6.899893045425415, + "epoch": 0.07586072748492512, + "grad_norm": 1.125, + "learning_rate": 0.000487, + "loss": 6.568, + "mean_token_accuracy": 0.11637896820902824, + "num_tokens": 1695512.0, + "step": 975 + }, + { + "entropy": 6.905468416213989, + "epoch": 0.07624975685664268, + "grad_norm": 1.234375, + "learning_rate": 0.0004895, + "loss": 6.562, + "mean_token_accuracy": 0.11065016388893127, + "num_tokens": 1705116.0, + "step": 980 + }, + { + "entropy": 6.740264987945556, + "epoch": 0.07663878622836025, + "grad_norm": 1.1953125, + "learning_rate": 0.000492, + "loss": 6.4647, + "mean_token_accuracy": 0.11217278465628625, + "num_tokens": 1713715.0, + "step": 985 + }, + { + "entropy": 6.905466890335083, + "epoch": 0.0770278156000778, + "grad_norm": 1.1953125, + "learning_rate": 0.0004945, + "loss": 6.534, + "mean_token_accuracy": 0.11301849856972694, + "num_tokens": 1721881.0, + "step": 990 + }, + { + "entropy": 6.823386716842651, + "epoch": 0.07741684497179536, + "grad_norm": 1.1796875, + "learning_rate": 0.000497, + "loss": 6.5621, + "mean_token_accuracy": 0.11369865015149117, + "num_tokens": 1730716.0, + "step": 995 + }, + { + "entropy": 7.003415536880493, + "epoch": 0.07780587434351294, + "grad_norm": 1.125, + "learning_rate": 0.0004995, + "loss": 6.7061, + "mean_token_accuracy": 0.11018745675683021, + "num_tokens": 1740257.0, + "step": 1000 + }, + { + "entropy": 6.86281156539917, + "epoch": 0.0781949037152305, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999999989075146, + "loss": 6.6085, + "mean_token_accuracy": 0.1118568867444992, + "num_tokens": 1749071.0, + "step": 1005 + }, + { + "entropy": 6.864678907394409, + "epoch": 0.07858393308694807, + "grad_norm": 1.09375, + "learning_rate": 0.0004999999944692927, + "loss": 6.6204, + "mean_token_accuracy": 0.10326161161065102, + "num_tokens": 1757952.0, + "step": 1010 + }, + { + "entropy": 6.863972473144531, + "epoch": 0.07897296245866563, + "grad_norm": 1.1015625, + "learning_rate": 0.000499999986617054, + "loss": 6.5531, + "mean_token_accuracy": 0.11324110552668572, + "num_tokens": 1766027.0, + "step": 1015 + }, + { + "entropy": 6.801832294464111, + "epoch": 0.0793619918303832, + "grad_norm": 1.03125, + "learning_rate": 0.0004999999753507986, + "loss": 6.5527, + "mean_token_accuracy": 0.10727588534355163, + "num_tokens": 1775039.0, + "step": 1020 + }, + { + "entropy": 6.848104572296142, + "epoch": 0.07975102120210076, + "grad_norm": 1.09375, + "learning_rate": 0.0004999999606705267, + "loss": 6.5556, + "mean_token_accuracy": 0.11754972413182259, + "num_tokens": 1783971.0, + "step": 1025 + }, + { + "entropy": 6.8215718269348145, + "epoch": 0.08014005057381832, + "grad_norm": 1.0625, + "learning_rate": 0.0004999999425762385, + "loss": 6.4753, + "mean_token_accuracy": 0.11163984313607216, + "num_tokens": 1792743.0, + "step": 1030 + }, + { + "entropy": 6.859644365310669, + "epoch": 0.08052907994553589, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999999210679344, + "loss": 6.6316, + "mean_token_accuracy": 0.10586050003767014, + "num_tokens": 1801435.0, + "step": 1035 + }, + { + "entropy": 6.908881664276123, + "epoch": 0.08091810931725345, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999998961456145, + "loss": 6.5221, + "mean_token_accuracy": 0.10814850106835365, + "num_tokens": 1810147.0, + "step": 1040 + }, + { + "entropy": 6.809201431274414, + "epoch": 0.08130713868897102, + "grad_norm": 1.171875, + "learning_rate": 0.0004999998678092794, + "loss": 6.4526, + "mean_token_accuracy": 0.11560517325997352, + "num_tokens": 1818672.0, + "step": 1045 + }, + { + "entropy": 6.868528652191162, + "epoch": 0.08169616806068858, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999998360589293, + "loss": 6.5984, + "mean_token_accuracy": 0.11358216851949691, + "num_tokens": 1827590.0, + "step": 1050 + }, + { + "entropy": 6.771164989471435, + "epoch": 0.08208519743240615, + "grad_norm": 1.0546875, + "learning_rate": 0.000499999800894565, + "loss": 6.513, + "mean_token_accuracy": 0.11691295430064201, + "num_tokens": 1836467.0, + "step": 1055 + }, + { + "entropy": 6.7579442977905275, + "epoch": 0.08247422680412371, + "grad_norm": 1.140625, + "learning_rate": 0.0004999997623161866, + "loss": 6.4583, + "mean_token_accuracy": 0.11373137831687927, + "num_tokens": 1845537.0, + "step": 1060 + }, + { + "entropy": 6.780694103240966, + "epoch": 0.08286325617584128, + "grad_norm": 1.125, + "learning_rate": 0.0004999997203237951, + "loss": 6.4658, + "mean_token_accuracy": 0.12047376260161399, + "num_tokens": 1854433.0, + "step": 1065 + }, + { + "entropy": 6.7921051502227785, + "epoch": 0.08325228554755884, + "grad_norm": 1.0546875, + "learning_rate": 0.000499999674917391, + "loss": 6.5716, + "mean_token_accuracy": 0.10947082787752152, + "num_tokens": 1863708.0, + "step": 1070 + }, + { + "entropy": 6.810097408294678, + "epoch": 0.0836413149192764, + "grad_norm": 1.1875, + "learning_rate": 0.0004999996260969748, + "loss": 6.4373, + "mean_token_accuracy": 0.11977095603942871, + "num_tokens": 1871854.0, + "step": 1075 + }, + { + "entropy": 6.711810445785522, + "epoch": 0.08403034429099397, + "grad_norm": 1.109375, + "learning_rate": 0.0004999995738625475, + "loss": 6.4063, + "mean_token_accuracy": 0.1185697853565216, + "num_tokens": 1880471.0, + "step": 1080 + }, + { + "entropy": 6.751388072967529, + "epoch": 0.08441937366271153, + "grad_norm": 1.09375, + "learning_rate": 0.0004999995182141099, + "loss": 6.4624, + "mean_token_accuracy": 0.11945423632860183, + "num_tokens": 1889882.0, + "step": 1085 + }, + { + "entropy": 6.6411792755126955, + "epoch": 0.0848084030344291, + "grad_norm": 1.03125, + "learning_rate": 0.0004999994591516626, + "loss": 6.3584, + "mean_token_accuracy": 0.12587759271264076, + "num_tokens": 1898701.0, + "step": 1090 + }, + { + "entropy": 6.699534511566162, + "epoch": 0.08519743240614666, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999993966752066, + "loss": 6.4607, + "mean_token_accuracy": 0.11258344799280166, + "num_tokens": 1908165.0, + "step": 1095 + }, + { + "entropy": 6.743130016326904, + "epoch": 0.08558646177786423, + "grad_norm": 1.0390625, + "learning_rate": 0.000499999330784743, + "loss": 6.5679, + "mean_token_accuracy": 0.11548311486840249, + "num_tokens": 1916295.0, + "step": 1100 + }, + { + "entropy": 6.833187913894653, + "epoch": 0.08597549114958179, + "grad_norm": 1.171875, + "learning_rate": 0.0004999992614802725, + "loss": 6.4638, + "mean_token_accuracy": 0.11991653963923454, + "num_tokens": 1924643.0, + "step": 1105 + }, + { + "entropy": 6.747153854370117, + "epoch": 0.08636452052129936, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999991887617966, + "loss": 6.4623, + "mean_token_accuracy": 0.11614882722496986, + "num_tokens": 1933822.0, + "step": 1110 + }, + { + "entropy": 6.6497047424316404, + "epoch": 0.08675354989301692, + "grad_norm": 1.15625, + "learning_rate": 0.0004999991126293158, + "loss": 6.4652, + "mean_token_accuracy": 0.11403647363185883, + "num_tokens": 1943278.0, + "step": 1115 + }, + { + "entropy": 6.89057731628418, + "epoch": 0.08714257926473448, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999990330828318, + "loss": 6.4991, + "mean_token_accuracy": 0.11635721921920776, + "num_tokens": 1951883.0, + "step": 1120 + }, + { + "entropy": 6.618956565856934, + "epoch": 0.08753160863645205, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999989501223456, + "loss": 6.3814, + "mean_token_accuracy": 0.12408010512590409, + "num_tokens": 1959567.0, + "step": 1125 + }, + { + "entropy": 6.809039831161499, + "epoch": 0.08792063800816961, + "grad_norm": 1.0625, + "learning_rate": 0.0004999988637478584, + "loss": 6.4599, + "mean_token_accuracy": 0.11816074550151826, + "num_tokens": 1968190.0, + "step": 1130 + }, + { + "entropy": 6.56049690246582, + "epoch": 0.08830966737988719, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999987739593716, + "loss": 6.377, + "mean_token_accuracy": 0.12225727364420891, + "num_tokens": 1977519.0, + "step": 1135 + }, + { + "entropy": 6.749509620666504, + "epoch": 0.08869869675160474, + "grad_norm": 1.2578125, + "learning_rate": 0.0004999986807568865, + "loss": 6.3718, + "mean_token_accuracy": 0.11851018518209458, + "num_tokens": 1985796.0, + "step": 1140 + }, + { + "entropy": 6.7915668964385985, + "epoch": 0.08908772612332232, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999985841404045, + "loss": 6.5103, + "mean_token_accuracy": 0.1153883047401905, + "num_tokens": 1993874.0, + "step": 1145 + }, + { + "entropy": 6.830569458007813, + "epoch": 0.08947675549503988, + "grad_norm": 1.171875, + "learning_rate": 0.0004999984841099271, + "loss": 6.4631, + "mean_token_accuracy": 0.12087473869323731, + "num_tokens": 2001663.0, + "step": 1150 + }, + { + "entropy": 6.626487779617309, + "epoch": 0.08986578486675743, + "grad_norm": 1.1484375, + "learning_rate": 0.000499998380665456, + "loss": 6.4341, + "mean_token_accuracy": 0.12093059793114662, + "num_tokens": 2010179.0, + "step": 1155 + }, + { + "entropy": 6.774807786941528, + "epoch": 0.090254814238475, + "grad_norm": 1.15625, + "learning_rate": 0.0004999982738069924, + "loss": 6.3481, + "mean_token_accuracy": 0.11917036697268486, + "num_tokens": 2020013.0, + "step": 1160 + }, + { + "entropy": 6.651696872711182, + "epoch": 0.09064384361019256, + "grad_norm": 1.765625, + "learning_rate": 0.0004999981635345382, + "loss": 6.4849, + "mean_token_accuracy": 0.12042224928736686, + "num_tokens": 2028396.0, + "step": 1165 + }, + { + "entropy": 6.807629251480103, + "epoch": 0.09103287298191014, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999980498480949, + "loss": 6.5699, + "mean_token_accuracy": 0.11065206825733184, + "num_tokens": 2036947.0, + "step": 1170 + }, + { + "entropy": 6.702048110961914, + "epoch": 0.0914219023536277, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999979327476644, + "loss": 6.4087, + "mean_token_accuracy": 0.11726011484861373, + "num_tokens": 2045162.0, + "step": 1175 + }, + { + "entropy": 6.737331104278565, + "epoch": 0.09181093172534527, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999978122332485, + "loss": 6.4986, + "mean_token_accuracy": 0.11559060364961624, + "num_tokens": 2054198.0, + "step": 1180 + }, + { + "entropy": 6.650309991836548, + "epoch": 0.09219996109706283, + "grad_norm": 1.234375, + "learning_rate": 0.0004999976883048487, + "loss": 6.419, + "mean_token_accuracy": 0.11779844760894775, + "num_tokens": 2062558.0, + "step": 1185 + }, + { + "entropy": 6.701250696182251, + "epoch": 0.0925889904687804, + "grad_norm": 1.2421875, + "learning_rate": 0.0004999975609624673, + "loss": 6.2995, + "mean_token_accuracy": 0.11358527466654778, + "num_tokens": 2070816.0, + "step": 1190 + }, + { + "entropy": 6.61013011932373, + "epoch": 0.09297801984049796, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999974302061059, + "loss": 6.3538, + "mean_token_accuracy": 0.11822599768638611, + "num_tokens": 2079058.0, + "step": 1195 + }, + { + "entropy": 6.643589496612549, + "epoch": 0.09336704921221552, + "grad_norm": 1.234375, + "learning_rate": 0.0004999972960357666, + "loss": 6.3214, + "mean_token_accuracy": 0.12255356609821319, + "num_tokens": 2086679.0, + "step": 1200 + }, + { + "entropy": 6.664435195922851, + "epoch": 0.09375607858393309, + "grad_norm": 1.2890625, + "learning_rate": 0.0004999971584514516, + "loss": 6.4264, + "mean_token_accuracy": 0.11835757493972779, + "num_tokens": 2095788.0, + "step": 1205 + }, + { + "entropy": 6.6650059700012205, + "epoch": 0.09414510795565065, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999970174531627, + "loss": 6.4504, + "mean_token_accuracy": 0.11537863463163375, + "num_tokens": 2105435.0, + "step": 1210 + }, + { + "entropy": 6.69662823677063, + "epoch": 0.09453413732736822, + "grad_norm": 1.03125, + "learning_rate": 0.0004999968730409022, + "loss": 6.3946, + "mean_token_accuracy": 0.11899836733937263, + "num_tokens": 2114318.0, + "step": 1215 + }, + { + "entropy": 6.603922605514526, + "epoch": 0.09492316669908578, + "grad_norm": 1.2109375, + "learning_rate": 0.0004999967252146723, + "loss": 6.319, + "mean_token_accuracy": 0.1297658160328865, + "num_tokens": 2122707.0, + "step": 1220 + }, + { + "entropy": 6.5683904647827145, + "epoch": 0.09531219607080335, + "grad_norm": 1.125, + "learning_rate": 0.0004999965739744752, + "loss": 6.4173, + "mean_token_accuracy": 0.1176735907793045, + "num_tokens": 2131176.0, + "step": 1225 + }, + { + "entropy": 6.759912300109863, + "epoch": 0.09570122544252091, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999964193203132, + "loss": 6.4613, + "mean_token_accuracy": 0.12155932411551476, + "num_tokens": 2139872.0, + "step": 1230 + }, + { + "entropy": 6.643018627166748, + "epoch": 0.09609025481423847, + "grad_norm": 1.109375, + "learning_rate": 0.0004999962612521888, + "loss": 6.3193, + "mean_token_accuracy": 0.12510446161031724, + "num_tokens": 2148668.0, + "step": 1235 + }, + { + "entropy": 6.589841032028199, + "epoch": 0.09647928418595604, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999960997701041, + "loss": 6.3267, + "mean_token_accuracy": 0.12770092412829398, + "num_tokens": 2156628.0, + "step": 1240 + }, + { + "entropy": 6.672489738464355, + "epoch": 0.0968683135576736, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999959348740618, + "loss": 6.4077, + "mean_token_accuracy": 0.11675584986805916, + "num_tokens": 2165620.0, + "step": 1245 + }, + { + "entropy": 6.6866566181182865, + "epoch": 0.09725734292939117, + "grad_norm": 1.21875, + "learning_rate": 0.0004999957665640641, + "loss": 6.474, + "mean_token_accuracy": 0.12056236788630485, + "num_tokens": 2174493.0, + "step": 1250 + }, + { + "entropy": 6.706568670272827, + "epoch": 0.09764637230110873, + "grad_norm": 1.1875, + "learning_rate": 0.000499995594840114, + "loss": 6.3623, + "mean_token_accuracy": 0.11302633062005044, + "num_tokens": 2183258.0, + "step": 1255 + }, + { + "entropy": 6.616120624542236, + "epoch": 0.0980354016728263, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999954197022138, + "loss": 6.4286, + "mean_token_accuracy": 0.11189185678958893, + "num_tokens": 2192263.0, + "step": 1260 + }, + { + "entropy": 6.736319494247437, + "epoch": 0.09842443104454386, + "grad_norm": 1.078125, + "learning_rate": 0.0004999952411503661, + "loss": 6.4736, + "mean_token_accuracy": 0.11438293233513833, + "num_tokens": 2201797.0, + "step": 1265 + }, + { + "entropy": 6.494112110137939, + "epoch": 0.09881346041626143, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999950591845738, + "loss": 6.2042, + "mean_token_accuracy": 0.129413703083992, + "num_tokens": 2209454.0, + "step": 1270 + }, + { + "entropy": 6.683527231216431, + "epoch": 0.09920248978797899, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999948738048397, + "loss": 6.392, + "mean_token_accuracy": 0.12001634314656258, + "num_tokens": 2217761.0, + "step": 1275 + }, + { + "entropy": 6.541403865814209, + "epoch": 0.09959151915969655, + "grad_norm": 1.2734375, + "learning_rate": 0.0004999946850111663, + "loss": 6.3754, + "mean_token_accuracy": 0.118533456325531, + "num_tokens": 2225793.0, + "step": 1280 + }, + { + "entropy": 6.716179895401001, + "epoch": 0.09998054853141412, + "grad_norm": 1.0625, + "learning_rate": 0.0004999944928035569, + "loss": 6.263, + "mean_token_accuracy": 0.12969468906521797, + "num_tokens": 2234620.0, + "step": 1285 + }, + { + "entropy": 6.541376686096191, + "epoch": 0.10036957790313168, + "grad_norm": 1.0625, + "learning_rate": 0.000499994297182014, + "loss": 6.3484, + "mean_token_accuracy": 0.11944441497325897, + "num_tokens": 2242829.0, + "step": 1290 + }, + { + "entropy": 6.670366430282593, + "epoch": 0.10075860727484925, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999940981465408, + "loss": 6.3704, + "mean_token_accuracy": 0.11480111479759217, + "num_tokens": 2251356.0, + "step": 1295 + }, + { + "entropy": 6.56609148979187, + "epoch": 0.10114763664656681, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999938956971404, + "loss": 6.4409, + "mean_token_accuracy": 0.11915249675512314, + "num_tokens": 2259327.0, + "step": 1300 + }, + { + "entropy": 6.683287715911865, + "epoch": 0.10153666601828439, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999936898338156, + "loss": 6.4538, + "mean_token_accuracy": 0.11428613439202309, + "num_tokens": 2267948.0, + "step": 1305 + }, + { + "entropy": 6.560197353363037, + "epoch": 0.10192569539000194, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999934805565698, + "loss": 6.281, + "mean_token_accuracy": 0.1233622319996357, + "num_tokens": 2275828.0, + "step": 1310 + }, + { + "entropy": 6.534844875335693, + "epoch": 0.10231472476171952, + "grad_norm": 1.1484375, + "learning_rate": 0.000499993267865406, + "loss": 6.2154, + "mean_token_accuracy": 0.1286098428070545, + "num_tokens": 2284246.0, + "step": 1315 + }, + { + "entropy": 6.50963945388794, + "epoch": 0.10270375413343708, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999930517603275, + "loss": 6.2122, + "mean_token_accuracy": 0.13067591562867165, + "num_tokens": 2291837.0, + "step": 1320 + }, + { + "entropy": 6.6015325546264645, + "epoch": 0.10309278350515463, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999928322413374, + "loss": 6.2854, + "mean_token_accuracy": 0.12339815348386765, + "num_tokens": 2299853.0, + "step": 1325 + }, + { + "entropy": 6.674331474304199, + "epoch": 0.1034818128768722, + "grad_norm": 1.171875, + "learning_rate": 0.0004999926093084394, + "loss": 6.3807, + "mean_token_accuracy": 0.11902100816369057, + "num_tokens": 2308416.0, + "step": 1330 + }, + { + "entropy": 6.549804925918579, + "epoch": 0.10387084224858976, + "grad_norm": 1.140625, + "learning_rate": 0.0004999923829616365, + "loss": 6.4127, + "mean_token_accuracy": 0.11715119779109955, + "num_tokens": 2318104.0, + "step": 1335 + }, + { + "entropy": 6.6144133567810055, + "epoch": 0.10425987162030734, + "grad_norm": 0.98046875, + "learning_rate": 0.0004999921532009323, + "loss": 6.3325, + "mean_token_accuracy": 0.11866103261709213, + "num_tokens": 2326807.0, + "step": 1340 + }, + { + "entropy": 6.590117406845093, + "epoch": 0.1046489009920249, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999919200263304, + "loss": 6.3363, + "mean_token_accuracy": 0.11958926171064377, + "num_tokens": 2335921.0, + "step": 1345 + }, + { + "entropy": 6.594919157028198, + "epoch": 0.10503793036374247, + "grad_norm": 1.125, + "learning_rate": 0.0004999916834378342, + "loss": 6.3476, + "mean_token_accuracy": 0.12185617685317993, + "num_tokens": 2344914.0, + "step": 1350 + }, + { + "entropy": 6.542745637893677, + "epoch": 0.10542695973546003, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999914434354472, + "loss": 6.2886, + "mean_token_accuracy": 0.11944291591644288, + "num_tokens": 2353211.0, + "step": 1355 + }, + { + "entropy": 6.57375807762146, + "epoch": 0.10581598910717759, + "grad_norm": 1.125, + "learning_rate": 0.0004999912000191733, + "loss": 6.4112, + "mean_token_accuracy": 0.11920397132635116, + "num_tokens": 2361717.0, + "step": 1360 + }, + { + "entropy": 6.566148090362549, + "epoch": 0.10620501847889516, + "grad_norm": 1.046875, + "learning_rate": 0.000499990953189016, + "loss": 6.346, + "mean_token_accuracy": 0.12413823828101159, + "num_tokens": 2370114.0, + "step": 1365 + }, + { + "entropy": 6.700903367996216, + "epoch": 0.10659404785061272, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999907029449791, + "loss": 6.3374, + "mean_token_accuracy": 0.11766661703586578, + "num_tokens": 2378820.0, + "step": 1370 + }, + { + "entropy": 6.436738204956055, + "epoch": 0.10698307722233029, + "grad_norm": 1.015625, + "learning_rate": 0.0004999904492870663, + "loss": 6.2537, + "mean_token_accuracy": 0.12378470376133918, + "num_tokens": 2387119.0, + "step": 1375 + }, + { + "entropy": 6.5843147277832035, + "epoch": 0.10737210659404785, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999901922152816, + "loss": 6.3039, + "mean_token_accuracy": 0.12202484160661697, + "num_tokens": 2396246.0, + "step": 1380 + }, + { + "entropy": 6.51186990737915, + "epoch": 0.10776113596576542, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999899317296288, + "loss": 6.3581, + "mean_token_accuracy": 0.11975730657577514, + "num_tokens": 2405428.0, + "step": 1385 + }, + { + "entropy": 6.566965532302857, + "epoch": 0.10815016533748298, + "grad_norm": 1.171875, + "learning_rate": 0.0004999896678301121, + "loss": 6.3066, + "mean_token_accuracy": 0.12349836975336075, + "num_tokens": 2414669.0, + "step": 1390 + }, + { + "entropy": 6.655934619903564, + "epoch": 0.10853919470920055, + "grad_norm": 1.1875, + "learning_rate": 0.0004999894005167352, + "loss": 6.3868, + "mean_token_accuracy": 0.11691371873021125, + "num_tokens": 2423193.0, + "step": 1395 + }, + { + "entropy": 6.565681409835816, + "epoch": 0.10892822408091811, + "grad_norm": 1.1640625, + "learning_rate": 0.000499989129789502, + "loss": 6.3387, + "mean_token_accuracy": 0.1171958826482296, + "num_tokens": 2431150.0, + "step": 1400 + }, + { + "entropy": 6.56759557723999, + "epoch": 0.10931725345263567, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999888556484172, + "loss": 6.3134, + "mean_token_accuracy": 0.1197988323867321, + "num_tokens": 2440337.0, + "step": 1405 + }, + { + "entropy": 6.470945692062378, + "epoch": 0.10970628282435324, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999885780934845, + "loss": 6.2513, + "mean_token_accuracy": 0.12705043703317642, + "num_tokens": 2449246.0, + "step": 1410 + }, + { + "entropy": 6.516160583496093, + "epoch": 0.1100953121960708, + "grad_norm": 1.1953125, + "learning_rate": 0.0004999882971247081, + "loss": 6.2565, + "mean_token_accuracy": 0.12589537277817725, + "num_tokens": 2457982.0, + "step": 1415 + }, + { + "entropy": 6.5252786636352536, + "epoch": 0.11048434156778837, + "grad_norm": 0.97265625, + "learning_rate": 0.0004999880127420926, + "loss": 6.2425, + "mean_token_accuracy": 0.12535301148891448, + "num_tokens": 2466697.0, + "step": 1420 + }, + { + "entropy": 6.493203258514404, + "epoch": 0.11087337093950593, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999877249456421, + "loss": 6.2222, + "mean_token_accuracy": 0.12576746717095375, + "num_tokens": 2475457.0, + "step": 1425 + }, + { + "entropy": 6.437700080871582, + "epoch": 0.1112624003112235, + "grad_norm": 0.97265625, + "learning_rate": 0.0004999874337353609, + "loss": 6.2138, + "mean_token_accuracy": 0.12601543366909027, + "num_tokens": 2484753.0, + "step": 1430 + }, + { + "entropy": 6.485835027694702, + "epoch": 0.11165142968294106, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999871391112535, + "loss": 6.3166, + "mean_token_accuracy": 0.12342042103409767, + "num_tokens": 2492921.0, + "step": 1435 + }, + { + "entropy": 6.581958627700805, + "epoch": 0.11204045905465862, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999868410733244, + "loss": 6.2879, + "mean_token_accuracy": 0.1212073914706707, + "num_tokens": 2501371.0, + "step": 1440 + }, + { + "entropy": 6.5133496761322025, + "epoch": 0.11242948842637619, + "grad_norm": 1.1953125, + "learning_rate": 0.000499986539621578, + "loss": 6.1714, + "mean_token_accuracy": 0.12704863548278808, + "num_tokens": 2509521.0, + "step": 1445 + }, + { + "entropy": 6.48231053352356, + "epoch": 0.11281851779809375, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999862347560191, + "loss": 6.2989, + "mean_token_accuracy": 0.12423472106456757, + "num_tokens": 2518316.0, + "step": 1450 + }, + { + "entropy": 6.569843530654907, + "epoch": 0.11320754716981132, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999859264766521, + "loss": 6.3733, + "mean_token_accuracy": 0.1180838830769062, + "num_tokens": 2527549.0, + "step": 1455 + }, + { + "entropy": 6.596394872665405, + "epoch": 0.11359657654152888, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999856147834817, + "loss": 6.3999, + "mean_token_accuracy": 0.12059949561953545, + "num_tokens": 2536341.0, + "step": 1460 + }, + { + "entropy": 6.44488263130188, + "epoch": 0.11398560591324645, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999852996765129, + "loss": 6.2924, + "mean_token_accuracy": 0.13068008571863174, + "num_tokens": 2544869.0, + "step": 1465 + }, + { + "entropy": 6.523885440826416, + "epoch": 0.11437463528496401, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999849811557502, + "loss": 6.1793, + "mean_token_accuracy": 0.13547530099749566, + "num_tokens": 2553432.0, + "step": 1470 + }, + { + "entropy": 6.51270112991333, + "epoch": 0.11476366465668159, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999846592211984, + "loss": 6.3122, + "mean_token_accuracy": 0.11962430030107499, + "num_tokens": 2561996.0, + "step": 1475 + }, + { + "entropy": 6.515383100509643, + "epoch": 0.11515269402839914, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999843338728626, + "loss": 6.2467, + "mean_token_accuracy": 0.12699604406952858, + "num_tokens": 2571315.0, + "step": 1480 + }, + { + "entropy": 6.514121627807617, + "epoch": 0.1155417234001167, + "grad_norm": 1.15625, + "learning_rate": 0.0004999840051107476, + "loss": 6.3579, + "mean_token_accuracy": 0.12020841464400292, + "num_tokens": 2579589.0, + "step": 1485 + }, + { + "entropy": 6.5186272144317625, + "epoch": 0.11593075277183428, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999836729348584, + "loss": 6.1182, + "mean_token_accuracy": 0.1279861733317375, + "num_tokens": 2588528.0, + "step": 1490 + }, + { + "entropy": 6.421968936920166, + "epoch": 0.11631978214355183, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999833373452, + "loss": 6.2575, + "mean_token_accuracy": 0.12487708628177643, + "num_tokens": 2596820.0, + "step": 1495 + }, + { + "entropy": 6.408306360244751, + "epoch": 0.1167088115152694, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999829983417778, + "loss": 6.1765, + "mean_token_accuracy": 0.12320946007966996, + "num_tokens": 2605502.0, + "step": 1500 + }, + { + "entropy": 6.448068284988404, + "epoch": 0.11709784088698696, + "grad_norm": 1.125, + "learning_rate": 0.0004999826559245965, + "loss": 6.1834, + "mean_token_accuracy": 0.13115072697401048, + "num_tokens": 2613974.0, + "step": 1505 + }, + { + "entropy": 6.4151896953582765, + "epoch": 0.11748687025870454, + "grad_norm": 1.09375, + "learning_rate": 0.0004999823100936615, + "loss": 6.2679, + "mean_token_accuracy": 0.12410511299967766, + "num_tokens": 2622581.0, + "step": 1510 + }, + { + "entropy": 6.444796562194824, + "epoch": 0.1178758996304221, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999819608489781, + "loss": 6.1459, + "mean_token_accuracy": 0.12382340282201768, + "num_tokens": 2631868.0, + "step": 1515 + }, + { + "entropy": 6.3898896217346195, + "epoch": 0.11826492900213967, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999816081905515, + "loss": 6.1683, + "mean_token_accuracy": 0.12991080954670906, + "num_tokens": 2640501.0, + "step": 1520 + }, + { + "entropy": 6.531676197052002, + "epoch": 0.11865395837385723, + "grad_norm": 1.0625, + "learning_rate": 0.0004999812521183872, + "loss": 6.1699, + "mean_token_accuracy": 0.1317140817642212, + "num_tokens": 2648916.0, + "step": 1525 + }, + { + "entropy": 6.465039777755737, + "epoch": 0.11904298774557479, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999808926324903, + "loss": 6.2552, + "mean_token_accuracy": 0.13165784254670143, + "num_tokens": 2657725.0, + "step": 1530 + }, + { + "entropy": 6.431260061264038, + "epoch": 0.11943201711729236, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999805297328665, + "loss": 6.2322, + "mean_token_accuracy": 0.12672695890069008, + "num_tokens": 2665983.0, + "step": 1535 + }, + { + "entropy": 6.433292293548584, + "epoch": 0.11982104648900992, + "grad_norm": 1.125, + "learning_rate": 0.0004999801634195214, + "loss": 6.2582, + "mean_token_accuracy": 0.1332721345126629, + "num_tokens": 2674546.0, + "step": 1540 + }, + { + "entropy": 6.488146877288818, + "epoch": 0.12021007586072749, + "grad_norm": 1.03125, + "learning_rate": 0.0004999797936924603, + "loss": 6.176, + "mean_token_accuracy": 0.12813623994588852, + "num_tokens": 2684088.0, + "step": 1545 + }, + { + "entropy": 6.44085841178894, + "epoch": 0.12059910523244505, + "grad_norm": 1.015625, + "learning_rate": 0.000499979420551689, + "loss": 6.2212, + "mean_token_accuracy": 0.12631620317697526, + "num_tokens": 2693289.0, + "step": 1550 + }, + { + "entropy": 6.404530429840088, + "epoch": 0.12098813460416262, + "grad_norm": 1.109375, + "learning_rate": 0.000499979043997213, + "loss": 6.1547, + "mean_token_accuracy": 0.13262817338109018, + "num_tokens": 2701744.0, + "step": 1555 + }, + { + "entropy": 6.463164138793945, + "epoch": 0.12137716397588018, + "grad_norm": 1.078125, + "learning_rate": 0.0004999786640290381, + "loss": 6.2138, + "mean_token_accuracy": 0.12017801105976104, + "num_tokens": 2710584.0, + "step": 1560 + }, + { + "entropy": 6.473390579223633, + "epoch": 0.12176619334759774, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999782806471701, + "loss": 6.221, + "mean_token_accuracy": 0.12257171049714088, + "num_tokens": 2719478.0, + "step": 1565 + }, + { + "entropy": 6.51469931602478, + "epoch": 0.12215522271931531, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999778938516147, + "loss": 6.3018, + "mean_token_accuracy": 0.11738094314932823, + "num_tokens": 2729105.0, + "step": 1570 + }, + { + "entropy": 6.504203176498413, + "epoch": 0.12254425209103287, + "grad_norm": 0.9765625, + "learning_rate": 0.000499977503642378, + "loss": 6.2567, + "mean_token_accuracy": 0.12570588439702987, + "num_tokens": 2738300.0, + "step": 1575 + }, + { + "entropy": 6.46259298324585, + "epoch": 0.12293328146275044, + "grad_norm": 1.046875, + "learning_rate": 0.0004999771100194656, + "loss": 6.1997, + "mean_token_accuracy": 0.12281355112791062, + "num_tokens": 2747236.0, + "step": 1580 + }, + { + "entropy": 6.313042402267456, + "epoch": 0.123322310834468, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999767129828837, + "loss": 6.1552, + "mean_token_accuracy": 0.13333506733179093, + "num_tokens": 2755919.0, + "step": 1585 + }, + { + "entropy": 6.3901971817016605, + "epoch": 0.12371134020618557, + "grad_norm": 1.078125, + "learning_rate": 0.0004999763125326383, + "loss": 6.1311, + "mean_token_accuracy": 0.13379732444882392, + "num_tokens": 2764469.0, + "step": 1590 + }, + { + "entropy": 6.470418119430542, + "epoch": 0.12410036957790313, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999759086687355, + "loss": 6.1465, + "mean_token_accuracy": 0.13174793347716332, + "num_tokens": 2772663.0, + "step": 1595 + }, + { + "entropy": 6.470247459411621, + "epoch": 0.1244893989496207, + "grad_norm": 1.078125, + "learning_rate": 0.0004999755013911813, + "loss": 6.1849, + "mean_token_accuracy": 0.12125680297613144, + "num_tokens": 2780719.0, + "step": 1600 + }, + { + "entropy": 6.411885499954224, + "epoch": 0.12487842832133826, + "grad_norm": 1.078125, + "learning_rate": 0.000499975090699982, + "loss": 6.2373, + "mean_token_accuracy": 0.12744609639048576, + "num_tokens": 2789186.0, + "step": 1605 + }, + { + "entropy": 6.416819286346436, + "epoch": 0.12526745769305583, + "grad_norm": 1.109375, + "learning_rate": 0.0004999746765951438, + "loss": 6.1496, + "mean_token_accuracy": 0.12793729454278946, + "num_tokens": 2797993.0, + "step": 1610 + }, + { + "entropy": 6.388448762893677, + "epoch": 0.1256564870647734, + "grad_norm": 1.1953125, + "learning_rate": 0.0004999742590766729, + "loss": 6.1015, + "mean_token_accuracy": 0.12969864159822464, + "num_tokens": 2806375.0, + "step": 1615 + }, + { + "entropy": 6.462837028503418, + "epoch": 0.12604551643649095, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999738381445757, + "loss": 6.2504, + "mean_token_accuracy": 0.1330662988126278, + "num_tokens": 2814772.0, + "step": 1620 + }, + { + "entropy": 6.313505363464356, + "epoch": 0.1264345458082085, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999734137988586, + "loss": 6.1229, + "mean_token_accuracy": 0.1330338940024376, + "num_tokens": 2824231.0, + "step": 1625 + }, + { + "entropy": 6.429342603683471, + "epoch": 0.1268235751799261, + "grad_norm": 0.96875, + "learning_rate": 0.000499972986039528, + "loss": 6.1851, + "mean_token_accuracy": 0.12637867406010628, + "num_tokens": 2833470.0, + "step": 1630 + }, + { + "entropy": 6.42327880859375, + "epoch": 0.12721260455164365, + "grad_norm": 0.984375, + "learning_rate": 0.0004999725548665904, + "loss": 6.1914, + "mean_token_accuracy": 0.1272370584309101, + "num_tokens": 2843010.0, + "step": 1635 + }, + { + "entropy": 6.4151369571685795, + "epoch": 0.1276016339233612, + "grad_norm": 1.015625, + "learning_rate": 0.0004999721202800524, + "loss": 6.0894, + "mean_token_accuracy": 0.13450721949338912, + "num_tokens": 2851545.0, + "step": 1640 + }, + { + "entropy": 6.322131395339966, + "epoch": 0.12799066329507877, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999716822799206, + "loss": 6.2373, + "mean_token_accuracy": 0.11726373285055161, + "num_tokens": 2861230.0, + "step": 1645 + }, + { + "entropy": 6.472705364227295, + "epoch": 0.12837969266679633, + "grad_norm": 1.15625, + "learning_rate": 0.0004999712408662016, + "loss": 6.1988, + "mean_token_accuracy": 0.12872418239712716, + "num_tokens": 2869436.0, + "step": 1650 + }, + { + "entropy": 6.349573040008545, + "epoch": 0.12876872203851392, + "grad_norm": 1.125, + "learning_rate": 0.0004999707960389021, + "loss": 6.0591, + "mean_token_accuracy": 0.13055680692195892, + "num_tokens": 2877688.0, + "step": 1655 + }, + { + "entropy": 6.446641206741333, + "epoch": 0.12915775141023147, + "grad_norm": 1.046875, + "learning_rate": 0.0004999703477980288, + "loss": 6.2037, + "mean_token_accuracy": 0.12923076152801513, + "num_tokens": 2887043.0, + "step": 1660 + }, + { + "entropy": 6.349732732772827, + "epoch": 0.12954678078194903, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999698961435885, + "loss": 6.1317, + "mean_token_accuracy": 0.13411349356174468, + "num_tokens": 2895732.0, + "step": 1665 + }, + { + "entropy": 6.334634923934937, + "epoch": 0.1299358101536666, + "grad_norm": 1.140625, + "learning_rate": 0.0004999694410755882, + "loss": 6.0911, + "mean_token_accuracy": 0.12794594317674637, + "num_tokens": 2904162.0, + "step": 1670 + }, + { + "entropy": 6.453775310516358, + "epoch": 0.13032483952538418, + "grad_norm": 1.015625, + "learning_rate": 0.0004999689825940347, + "loss": 6.2303, + "mean_token_accuracy": 0.12870074063539505, + "num_tokens": 2912783.0, + "step": 1675 + }, + { + "entropy": 6.386454153060913, + "epoch": 0.13071386889710174, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999685206989349, + "loss": 6.128, + "mean_token_accuracy": 0.13094662353396416, + "num_tokens": 2921027.0, + "step": 1680 + }, + { + "entropy": 6.379840612411499, + "epoch": 0.1311028982688193, + "grad_norm": 1.03125, + "learning_rate": 0.0004999680553902959, + "loss": 6.1558, + "mean_token_accuracy": 0.13119837194681166, + "num_tokens": 2930398.0, + "step": 1685 + }, + { + "entropy": 6.364923095703125, + "epoch": 0.13149192764053685, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999675866681247, + "loss": 6.1767, + "mean_token_accuracy": 0.12759430408477784, + "num_tokens": 2938703.0, + "step": 1690 + }, + { + "entropy": 6.336649465560913, + "epoch": 0.1318809570122544, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999671145324286, + "loss": 6.101, + "mean_token_accuracy": 0.13444865867495537, + "num_tokens": 2947007.0, + "step": 1695 + }, + { + "entropy": 6.386577987670899, + "epoch": 0.132269986383972, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999666389832144, + "loss": 6.2399, + "mean_token_accuracy": 0.13214273303747176, + "num_tokens": 2955485.0, + "step": 1700 + }, + { + "entropy": 6.432107162475586, + "epoch": 0.13265901575568956, + "grad_norm": 1.109375, + "learning_rate": 0.0004999661600204897, + "loss": 6.0943, + "mean_token_accuracy": 0.1316603824496269, + "num_tokens": 2964416.0, + "step": 1705 + }, + { + "entropy": 6.345300769805908, + "epoch": 0.13304804512740712, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999656776442615, + "loss": 6.0975, + "mean_token_accuracy": 0.12664629369974137, + "num_tokens": 2972737.0, + "step": 1710 + }, + { + "entropy": 6.319915866851806, + "epoch": 0.13343707449912467, + "grad_norm": 1.078125, + "learning_rate": 0.0004999651918545372, + "loss": 6.138, + "mean_token_accuracy": 0.12891265898942947, + "num_tokens": 2981166.0, + "step": 1715 + }, + { + "entropy": 6.400096082687378, + "epoch": 0.13382610387084226, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999647026513243, + "loss": 6.1841, + "mean_token_accuracy": 0.1323157973587513, + "num_tokens": 2989689.0, + "step": 1720 + }, + { + "entropy": 6.409255075454712, + "epoch": 0.13421513324255982, + "grad_norm": 1.15625, + "learning_rate": 0.00049996421003463, + "loss": 6.0878, + "mean_token_accuracy": 0.1328970320522785, + "num_tokens": 2998793.0, + "step": 1725 + }, + { + "entropy": 6.303147697448731, + "epoch": 0.13460416261427738, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999637140044619, + "loss": 6.2446, + "mean_token_accuracy": 0.12399912551045418, + "num_tokens": 3007320.0, + "step": 1730 + }, + { + "entropy": 6.372701263427734, + "epoch": 0.13499319198599494, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999632145608275, + "loss": 6.1419, + "mean_token_accuracy": 0.13464085459709169, + "num_tokens": 3015024.0, + "step": 1735 + }, + { + "entropy": 6.392448997497558, + "epoch": 0.1353822213577125, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999627117037343, + "loss": 6.2367, + "mean_token_accuracy": 0.13206600919365882, + "num_tokens": 3023058.0, + "step": 1740 + }, + { + "entropy": 6.42128438949585, + "epoch": 0.13577125072943008, + "grad_norm": 1.0859375, + "learning_rate": 0.00049996220543319, + "loss": 6.1337, + "mean_token_accuracy": 0.1343154013156891, + "num_tokens": 3031308.0, + "step": 1745 + }, + { + "entropy": 6.368301248550415, + "epoch": 0.13616028010114764, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999616957492025, + "loss": 6.2115, + "mean_token_accuracy": 0.12576463893055917, + "num_tokens": 3039598.0, + "step": 1750 + }, + { + "entropy": 6.332375144958496, + "epoch": 0.1365493094728652, + "grad_norm": 1.09375, + "learning_rate": 0.0004999611826517793, + "loss": 6.0264, + "mean_token_accuracy": 0.13993713706731797, + "num_tokens": 3047598.0, + "step": 1755 + }, + { + "entropy": 6.369699382781983, + "epoch": 0.13693833884458276, + "grad_norm": 1.0625, + "learning_rate": 0.0004999606661409281, + "loss": 6.1765, + "mean_token_accuracy": 0.1314793422818184, + "num_tokens": 3055702.0, + "step": 1760 + }, + { + "entropy": 6.352033996582032, + "epoch": 0.13732736821630034, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999601462166569, + "loss": 6.0358, + "mean_token_accuracy": 0.13761886060237885, + "num_tokens": 3063908.0, + "step": 1765 + }, + { + "entropy": 6.316202020645141, + "epoch": 0.1377163975880179, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999596228789736, + "loss": 6.1396, + "mean_token_accuracy": 0.12727851122617723, + "num_tokens": 3072077.0, + "step": 1770 + }, + { + "entropy": 6.371345472335816, + "epoch": 0.13810542695973546, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999590961278859, + "loss": 6.1301, + "mean_token_accuracy": 0.13236963376402855, + "num_tokens": 3080498.0, + "step": 1775 + }, + { + "entropy": 6.343796157836914, + "epoch": 0.13849445633145302, + "grad_norm": 1.109375, + "learning_rate": 0.0004999585659634021, + "loss": 6.135, + "mean_token_accuracy": 0.13217933028936385, + "num_tokens": 3089055.0, + "step": 1780 + }, + { + "entropy": 6.314961290359497, + "epoch": 0.13888348570317058, + "grad_norm": 1.03125, + "learning_rate": 0.0004999580323855301, + "loss": 6.1373, + "mean_token_accuracy": 0.13297785818576813, + "num_tokens": 3096944.0, + "step": 1785 + }, + { + "entropy": 6.29940447807312, + "epoch": 0.13927251507488816, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999574953942781, + "loss": 6.0293, + "mean_token_accuracy": 0.13218909054994582, + "num_tokens": 3105596.0, + "step": 1790 + }, + { + "entropy": 6.27741756439209, + "epoch": 0.13966154444660572, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999569549896541, + "loss": 6.0162, + "mean_token_accuracy": 0.14017163962125778, + "num_tokens": 3114349.0, + "step": 1795 + }, + { + "entropy": 6.2425329208374025, + "epoch": 0.14005057381832328, + "grad_norm": 1.15625, + "learning_rate": 0.0004999564111716665, + "loss": 6.1302, + "mean_token_accuracy": 0.12543968632817268, + "num_tokens": 3122490.0, + "step": 1800 + }, + { + "entropy": 6.412037658691406, + "epoch": 0.14043960319004084, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999558639403232, + "loss": 6.1766, + "mean_token_accuracy": 0.12949994951486588, + "num_tokens": 3130988.0, + "step": 1805 + }, + { + "entropy": 6.349801778793335, + "epoch": 0.1408286325617584, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999553132956328, + "loss": 6.0352, + "mean_token_accuracy": 0.1310783050954342, + "num_tokens": 3139488.0, + "step": 1810 + }, + { + "entropy": 6.275408506393433, + "epoch": 0.14121766193347599, + "grad_norm": 1.046875, + "learning_rate": 0.0004999547592376035, + "loss": 6.0853, + "mean_token_accuracy": 0.13912829905748367, + "num_tokens": 3147955.0, + "step": 1815 + }, + { + "entropy": 6.324730014801025, + "epoch": 0.14160669130519354, + "grad_norm": 1.0, + "learning_rate": 0.0004999542017662438, + "loss": 6.1356, + "mean_token_accuracy": 0.12387675121426582, + "num_tokens": 3157608.0, + "step": 1820 + }, + { + "entropy": 6.365148973464966, + "epoch": 0.1419957206769111, + "grad_norm": 1.265625, + "learning_rate": 0.0004999536408815623, + "loss": 6.0893, + "mean_token_accuracy": 0.12791794016957284, + "num_tokens": 3166124.0, + "step": 1825 + }, + { + "entropy": 6.237749290466309, + "epoch": 0.14238475004862866, + "grad_norm": 1.09375, + "learning_rate": 0.0004999530765835672, + "loss": 6.0837, + "mean_token_accuracy": 0.12821160182356833, + "num_tokens": 3175069.0, + "step": 1830 + }, + { + "entropy": 6.356600522994995, + "epoch": 0.14277377942034625, + "grad_norm": 1.0625, + "learning_rate": 0.0004999525088722673, + "loss": 6.1196, + "mean_token_accuracy": 0.13117128163576125, + "num_tokens": 3184259.0, + "step": 1835 + }, + { + "entropy": 6.341631460189819, + "epoch": 0.1431628087920638, + "grad_norm": 1.03125, + "learning_rate": 0.0004999519377476711, + "loss": 6.0274, + "mean_token_accuracy": 0.1311353027820587, + "num_tokens": 3193015.0, + "step": 1840 + }, + { + "entropy": 6.335974597930909, + "epoch": 0.14355183816378136, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999513632097872, + "loss": 5.9655, + "mean_token_accuracy": 0.1419636234641075, + "num_tokens": 3201624.0, + "step": 1845 + }, + { + "entropy": 6.2722913265228275, + "epoch": 0.14394086753549892, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999507852586245, + "loss": 6.0784, + "mean_token_accuracy": 0.13751533553004264, + "num_tokens": 3209474.0, + "step": 1850 + }, + { + "entropy": 6.228673076629638, + "epoch": 0.14432989690721648, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999502038941917, + "loss": 6.0466, + "mean_token_accuracy": 0.13530608788132667, + "num_tokens": 3218550.0, + "step": 1855 + }, + { + "entropy": 6.159630537033081, + "epoch": 0.14471892627893407, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999496191164975, + "loss": 6.0135, + "mean_token_accuracy": 0.13874994069337845, + "num_tokens": 3227108.0, + "step": 1860 + }, + { + "entropy": 6.317847490310669, + "epoch": 0.14510795565065163, + "grad_norm": 1.0703125, + "learning_rate": 0.000499949030925551, + "loss": 6.0647, + "mean_token_accuracy": 0.13484866991639138, + "num_tokens": 3235785.0, + "step": 1865 + }, + { + "entropy": 6.4040697574615475, + "epoch": 0.14549698502236919, + "grad_norm": 1.09375, + "learning_rate": 0.0004999484393213609, + "loss": 6.0958, + "mean_token_accuracy": 0.12889099717140198, + "num_tokens": 3244180.0, + "step": 1870 + }, + { + "entropy": 6.206935405731201, + "epoch": 0.14588601439408674, + "grad_norm": 0.98828125, + "learning_rate": 0.0004999478443039363, + "loss": 5.966, + "mean_token_accuracy": 0.13705985099077225, + "num_tokens": 3253098.0, + "step": 1875 + }, + { + "entropy": 6.353375959396362, + "epoch": 0.14627504376580433, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999472458732862, + "loss": 6.0139, + "mean_token_accuracy": 0.1389046587049961, + "num_tokens": 3261726.0, + "step": 1880 + }, + { + "entropy": 6.185830402374267, + "epoch": 0.1466640731375219, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999466440294198, + "loss": 5.9819, + "mean_token_accuracy": 0.13572768047451972, + "num_tokens": 3270362.0, + "step": 1885 + }, + { + "entropy": 6.255965852737427, + "epoch": 0.14705310250923945, + "grad_norm": 1.078125, + "learning_rate": 0.000499946038772346, + "loss": 5.9745, + "mean_token_accuracy": 0.13993003964424133, + "num_tokens": 3278332.0, + "step": 1890 + }, + { + "entropy": 6.187082147598266, + "epoch": 0.147442131880957, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999454301020741, + "loss": 5.9432, + "mean_token_accuracy": 0.14198991358280183, + "num_tokens": 3286800.0, + "step": 1895 + }, + { + "entropy": 6.344804382324218, + "epoch": 0.14783116125267456, + "grad_norm": 0.94140625, + "learning_rate": 0.0004999448180186133, + "loss": 6.181, + "mean_token_accuracy": 0.12529000788927078, + "num_tokens": 3296186.0, + "step": 1900 + }, + { + "entropy": 6.254264879226684, + "epoch": 0.14822019062439215, + "grad_norm": 1.140625, + "learning_rate": 0.000499944202521973, + "loss": 6.0373, + "mean_token_accuracy": 0.1428308829665184, + "num_tokens": 3303973.0, + "step": 1905 + }, + { + "entropy": 6.188289737701416, + "epoch": 0.1486092199961097, + "grad_norm": 1.171875, + "learning_rate": 0.0004999435836121624, + "loss": 5.9926, + "mean_token_accuracy": 0.13803835734724998, + "num_tokens": 3312550.0, + "step": 1910 + }, + { + "entropy": 6.331698322296143, + "epoch": 0.14899824936782727, + "grad_norm": 1.0546875, + "learning_rate": 0.000499942961289191, + "loss": 6.0628, + "mean_token_accuracy": 0.13561255410313605, + "num_tokens": 3321342.0, + "step": 1915 + }, + { + "entropy": 6.1749297142028805, + "epoch": 0.14938727873954483, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999423355530683, + "loss": 5.9403, + "mean_token_accuracy": 0.14343732073903084, + "num_tokens": 3329293.0, + "step": 1920 + }, + { + "entropy": 6.156786012649536, + "epoch": 0.1497763081112624, + "grad_norm": 1.0625, + "learning_rate": 0.0004999417064038035, + "loss": 5.9966, + "mean_token_accuracy": 0.13348888084292412, + "num_tokens": 3338278.0, + "step": 1925 + }, + { + "entropy": 6.295070505142212, + "epoch": 0.15016533748297997, + "grad_norm": 1.0625, + "learning_rate": 0.0004999410738414065, + "loss": 6.1006, + "mean_token_accuracy": 0.1349467881023884, + "num_tokens": 3346757.0, + "step": 1930 + }, + { + "entropy": 6.215303182601929, + "epoch": 0.15055436685469753, + "grad_norm": 1.015625, + "learning_rate": 0.0004999404378658866, + "loss": 6.0975, + "mean_token_accuracy": 0.1362791948020458, + "num_tokens": 3355903.0, + "step": 1935 + }, + { + "entropy": 6.2781799793243405, + "epoch": 0.1509433962264151, + "grad_norm": 1.0625, + "learning_rate": 0.0004999397984772536, + "loss": 6.0666, + "mean_token_accuracy": 0.1276647962629795, + "num_tokens": 3365440.0, + "step": 1940 + }, + { + "entropy": 6.2379114627838135, + "epoch": 0.15133242559813265, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999391556755172, + "loss": 6.0323, + "mean_token_accuracy": 0.13651658967137337, + "num_tokens": 3373672.0, + "step": 1945 + }, + { + "entropy": 6.2155702114105225, + "epoch": 0.15172145496985023, + "grad_norm": 1.109375, + "learning_rate": 0.0004999385094606872, + "loss": 6.0032, + "mean_token_accuracy": 0.1315799042582512, + "num_tokens": 3382733.0, + "step": 1950 + }, + { + "entropy": 6.174511241912842, + "epoch": 0.1521104843415678, + "grad_norm": 1.015625, + "learning_rate": 0.0004999378598327733, + "loss": 5.9656, + "mean_token_accuracy": 0.13844937980175018, + "num_tokens": 3390842.0, + "step": 1955 + }, + { + "entropy": 6.256609535217285, + "epoch": 0.15249951371328535, + "grad_norm": 1.03125, + "learning_rate": 0.0004999372067917854, + "loss": 6.1149, + "mean_token_accuracy": 0.1254595175385475, + "num_tokens": 3399761.0, + "step": 1960 + }, + { + "entropy": 6.284492778778076, + "epoch": 0.1528885430850029, + "grad_norm": 1.03125, + "learning_rate": 0.0004999365503377335, + "loss": 6.0315, + "mean_token_accuracy": 0.13321302980184554, + "num_tokens": 3408986.0, + "step": 1965 + }, + { + "entropy": 6.235216522216797, + "epoch": 0.1532775724567205, + "grad_norm": 1.140625, + "learning_rate": 0.0004999358904706273, + "loss": 5.9892, + "mean_token_accuracy": 0.1353617176413536, + "num_tokens": 3418051.0, + "step": 1970 + }, + { + "entropy": 6.321955776214599, + "epoch": 0.15366660182843805, + "grad_norm": 1.03125, + "learning_rate": 0.0004999352271904771, + "loss": 6.0986, + "mean_token_accuracy": 0.13750415220856665, + "num_tokens": 3427185.0, + "step": 1975 + }, + { + "entropy": 6.196172285079956, + "epoch": 0.1540556312001556, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999345604972928, + "loss": 5.9939, + "mean_token_accuracy": 0.13660573363304138, + "num_tokens": 3435367.0, + "step": 1980 + }, + { + "entropy": 6.193881511688232, + "epoch": 0.15444466057187317, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999338903910846, + "loss": 6.0341, + "mean_token_accuracy": 0.1360504299402237, + "num_tokens": 3443451.0, + "step": 1985 + }, + { + "entropy": 6.246865940093994, + "epoch": 0.15483368994359073, + "grad_norm": 1.078125, + "learning_rate": 0.0004999332168718626, + "loss": 6.0401, + "mean_token_accuracy": 0.1405157931149006, + "num_tokens": 3451038.0, + "step": 1990 + }, + { + "entropy": 6.464015769958496, + "epoch": 0.15522271931530832, + "grad_norm": 1.09375, + "learning_rate": 0.0004999325399396371, + "loss": 6.189, + "mean_token_accuracy": 0.12317560613155365, + "num_tokens": 3459693.0, + "step": 1995 + }, + { + "entropy": 6.344349575042725, + "epoch": 0.15561174868702587, + "grad_norm": 1.203125, + "learning_rate": 0.0004999318595944183, + "loss": 6.0573, + "mean_token_accuracy": 0.1302526354789734, + "num_tokens": 3468347.0, + "step": 2000 + }, + { + "entropy": 6.2093932151794435, + "epoch": 0.15600077805874343, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999311758362166, + "loss": 6.041, + "mean_token_accuracy": 0.1344868026673794, + "num_tokens": 3476030.0, + "step": 2005 + }, + { + "entropy": 6.173217630386352, + "epoch": 0.156389807430461, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999304886650422, + "loss": 6.0088, + "mean_token_accuracy": 0.1343566119670868, + "num_tokens": 3484840.0, + "step": 2010 + }, + { + "entropy": 6.339105176925659, + "epoch": 0.15677883680217858, + "grad_norm": 1.015625, + "learning_rate": 0.0004999297980809058, + "loss": 6.1002, + "mean_token_accuracy": 0.133415899425745, + "num_tokens": 3492662.0, + "step": 2015 + }, + { + "entropy": 6.286862468719482, + "epoch": 0.15716786617389614, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999291040838176, + "loss": 6.0174, + "mean_token_accuracy": 0.13295094966888427, + "num_tokens": 3501582.0, + "step": 2020 + }, + { + "entropy": 6.232885360717773, + "epoch": 0.1575568955456137, + "grad_norm": 1.015625, + "learning_rate": 0.0004999284066737884, + "loss": 6.0275, + "mean_token_accuracy": 0.1392024390399456, + "num_tokens": 3510141.0, + "step": 2025 + }, + { + "entropy": 6.297137260437012, + "epoch": 0.15794592491733125, + "grad_norm": 1.0625, + "learning_rate": 0.0004999277058508285, + "loss": 6.0623, + "mean_token_accuracy": 0.13623598217964172, + "num_tokens": 3518530.0, + "step": 2030 + }, + { + "entropy": 6.16064453125, + "epoch": 0.1583349542890488, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999270016149486, + "loss": 6.0192, + "mean_token_accuracy": 0.1363525167107582, + "num_tokens": 3526815.0, + "step": 2035 + }, + { + "entropy": 6.216293525695801, + "epoch": 0.1587239836607664, + "grad_norm": 0.98046875, + "learning_rate": 0.0004999262939661596, + "loss": 6.081, + "mean_token_accuracy": 0.13018166050314903, + "num_tokens": 3535840.0, + "step": 2040 + }, + { + "entropy": 6.298702955245972, + "epoch": 0.15911301303248396, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999255829044721, + "loss": 6.0981, + "mean_token_accuracy": 0.13071646615862847, + "num_tokens": 3544876.0, + "step": 2045 + }, + { + "entropy": 6.225747776031494, + "epoch": 0.15950204240420152, + "grad_norm": 1.078125, + "learning_rate": 0.0004999248684298968, + "loss": 5.8578, + "mean_token_accuracy": 0.1430135577917099, + "num_tokens": 3553018.0, + "step": 2050 + }, + { + "entropy": 6.087709617614746, + "epoch": 0.15989107177591907, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999241505424447, + "loss": 5.9005, + "mean_token_accuracy": 0.13955418467521669, + "num_tokens": 3560909.0, + "step": 2055 + }, + { + "entropy": 6.183088874816894, + "epoch": 0.16028010114763663, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999234292421265, + "loss": 6.0498, + "mean_token_accuracy": 0.13545388653874396, + "num_tokens": 3569235.0, + "step": 2060 + }, + { + "entropy": 6.154008436203003, + "epoch": 0.16066913051935422, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999227045289535, + "loss": 5.9139, + "mean_token_accuracy": 0.13975678011775017, + "num_tokens": 3577646.0, + "step": 2065 + }, + { + "entropy": 6.173991012573242, + "epoch": 0.16105815989107178, + "grad_norm": 1.015625, + "learning_rate": 0.0004999219764029363, + "loss": 6.0213, + "mean_token_accuracy": 0.13489074483513833, + "num_tokens": 3586499.0, + "step": 2070 + }, + { + "entropy": 6.236517524719238, + "epoch": 0.16144718926278934, + "grad_norm": 1.078125, + "learning_rate": 0.0004999212448640861, + "loss": 6.0194, + "mean_token_accuracy": 0.13757209926843644, + "num_tokens": 3595391.0, + "step": 2075 + }, + { + "entropy": 6.141875600814819, + "epoch": 0.1618362186345069, + "grad_norm": 0.984375, + "learning_rate": 0.0004999205099124141, + "loss": 5.9667, + "mean_token_accuracy": 0.1367950737476349, + "num_tokens": 3603774.0, + "step": 2080 + }, + { + "entropy": 6.297803211212158, + "epoch": 0.16222524800622448, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999197715479313, + "loss": 6.0216, + "mean_token_accuracy": 0.13554098531603814, + "num_tokens": 3611980.0, + "step": 2085 + }, + { + "entropy": 6.2039124965667725, + "epoch": 0.16261427737794204, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999190297706489, + "loss": 5.942, + "mean_token_accuracy": 0.13699196204543113, + "num_tokens": 3620902.0, + "step": 2090 + }, + { + "entropy": 6.3155577182769775, + "epoch": 0.1630033067496596, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999182845805783, + "loss": 6.2312, + "mean_token_accuracy": 0.12782860547304153, + "num_tokens": 3628924.0, + "step": 2095 + }, + { + "entropy": 6.297778558731079, + "epoch": 0.16339233612137716, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999175359777306, + "loss": 6.0695, + "mean_token_accuracy": 0.13167304024100304, + "num_tokens": 3637538.0, + "step": 2100 + }, + { + "entropy": 6.203191900253296, + "epoch": 0.16378136549309472, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999167839621174, + "loss": 6.0779, + "mean_token_accuracy": 0.13191662728786469, + "num_tokens": 3646309.0, + "step": 2105 + }, + { + "entropy": 6.213529634475708, + "epoch": 0.1641703948648123, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999160285337501, + "loss": 5.9364, + "mean_token_accuracy": 0.1367933377623558, + "num_tokens": 3655204.0, + "step": 2110 + }, + { + "entropy": 6.21005539894104, + "epoch": 0.16455942423652986, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999152696926399, + "loss": 6.0641, + "mean_token_accuracy": 0.1300017297267914, + "num_tokens": 3663939.0, + "step": 2115 + }, + { + "entropy": 6.262974691390991, + "epoch": 0.16494845360824742, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999145074387985, + "loss": 6.0083, + "mean_token_accuracy": 0.13462101370096208, + "num_tokens": 3673167.0, + "step": 2120 + }, + { + "entropy": 6.195592164993286, + "epoch": 0.16533748297996498, + "grad_norm": 1.03125, + "learning_rate": 0.0004999137417722374, + "loss": 5.9742, + "mean_token_accuracy": 0.13803649172186852, + "num_tokens": 3682234.0, + "step": 2125 + }, + { + "entropy": 6.130123567581177, + "epoch": 0.16572651235168256, + "grad_norm": 1.015625, + "learning_rate": 0.0004999129726929684, + "loss": 5.9518, + "mean_token_accuracy": 0.13907736241817475, + "num_tokens": 3690835.0, + "step": 2130 + }, + { + "entropy": 6.220533561706543, + "epoch": 0.16611554172340012, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999122002010029, + "loss": 6.0101, + "mean_token_accuracy": 0.1316205196082592, + "num_tokens": 3699348.0, + "step": 2135 + }, + { + "entropy": 6.122845840454102, + "epoch": 0.16650457109511768, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999114242963527, + "loss": 5.924, + "mean_token_accuracy": 0.1415353387594223, + "num_tokens": 3708205.0, + "step": 2140 + }, + { + "entropy": 6.129640579223633, + "epoch": 0.16689360046683524, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999106449790298, + "loss": 5.9912, + "mean_token_accuracy": 0.14246149584650994, + "num_tokens": 3717016.0, + "step": 2145 + }, + { + "entropy": 6.351011037826538, + "epoch": 0.1672826298385528, + "grad_norm": 1.078125, + "learning_rate": 0.0004999098622490458, + "loss": 6.0016, + "mean_token_accuracy": 0.13569031432271003, + "num_tokens": 3725509.0, + "step": 2150 + }, + { + "entropy": 6.1818685054779055, + "epoch": 0.16767165921027039, + "grad_norm": 0.99609375, + "learning_rate": 0.0004999090761064125, + "loss": 6.0751, + "mean_token_accuracy": 0.13177148699760438, + "num_tokens": 3734674.0, + "step": 2155 + }, + { + "entropy": 6.140064430236817, + "epoch": 0.16806068858198794, + "grad_norm": 1.0859375, + "learning_rate": 0.000499908286551142, + "loss": 5.9012, + "mean_token_accuracy": 0.1402728170156479, + "num_tokens": 3742930.0, + "step": 2160 + }, + { + "entropy": 6.204311227798462, + "epoch": 0.1684497179537055, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999074935832463, + "loss": 5.9945, + "mean_token_accuracy": 0.13643383085727692, + "num_tokens": 3751314.0, + "step": 2165 + }, + { + "entropy": 6.266703701019287, + "epoch": 0.16883874732542306, + "grad_norm": 1.078125, + "learning_rate": 0.0004999066972027373, + "loss": 6.1046, + "mean_token_accuracy": 0.1291274093091488, + "num_tokens": 3760229.0, + "step": 2170 + }, + { + "entropy": 6.350693798065185, + "epoch": 0.16922777669714065, + "grad_norm": 1.015625, + "learning_rate": 0.0004999058974096271, + "loss": 6.1037, + "mean_token_accuracy": 0.13275526687502862, + "num_tokens": 3769037.0, + "step": 2175 + }, + { + "entropy": 6.075402069091797, + "epoch": 0.1696168060688582, + "grad_norm": 1.03125, + "learning_rate": 0.000499905094203928, + "loss": 5.9684, + "mean_token_accuracy": 0.14126176312565802, + "num_tokens": 3777686.0, + "step": 2180 + }, + { + "entropy": 6.287758302688599, + "epoch": 0.17000583544057576, + "grad_norm": 1.046875, + "learning_rate": 0.000499904287585652, + "loss": 6.0575, + "mean_token_accuracy": 0.13231970369815826, + "num_tokens": 3786412.0, + "step": 2185 + }, + { + "entropy": 6.2325122356414795, + "epoch": 0.17039486481229332, + "grad_norm": 1.09375, + "learning_rate": 0.0004999034775548113, + "loss": 6.091, + "mean_token_accuracy": 0.13756789192557334, + "num_tokens": 3794981.0, + "step": 2190 + }, + { + "entropy": 6.184635210037231, + "epoch": 0.17078389418401088, + "grad_norm": 1.0, + "learning_rate": 0.0004999026641114185, + "loss": 5.9679, + "mean_token_accuracy": 0.13785844221711158, + "num_tokens": 3803069.0, + "step": 2195 + }, + { + "entropy": 6.228214073181152, + "epoch": 0.17117292355572847, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999018472554857, + "loss": 6.0562, + "mean_token_accuracy": 0.13657879456877708, + "num_tokens": 3811986.0, + "step": 2200 + }, + { + "entropy": 6.255152368545533, + "epoch": 0.17156195292744603, + "grad_norm": 1.03125, + "learning_rate": 0.0004999010269870253, + "loss": 5.9669, + "mean_token_accuracy": 0.13384350910782813, + "num_tokens": 3820626.0, + "step": 2205 + }, + { + "entropy": 6.168890142440796, + "epoch": 0.17195098229916359, + "grad_norm": 1.046875, + "learning_rate": 0.0004999002033060498, + "loss": 5.9734, + "mean_token_accuracy": 0.14005149230360986, + "num_tokens": 3828608.0, + "step": 2210 + }, + { + "entropy": 6.115287494659424, + "epoch": 0.17234001167088114, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998993762125716, + "loss": 5.9222, + "mean_token_accuracy": 0.1419154718518257, + "num_tokens": 3837059.0, + "step": 2215 + }, + { + "entropy": 6.196029186248779, + "epoch": 0.17272904104259873, + "grad_norm": 1.046875, + "learning_rate": 0.0004998985457066034, + "loss": 5.9477, + "mean_token_accuracy": 0.13308243378996848, + "num_tokens": 3845137.0, + "step": 2220 + }, + { + "entropy": 6.161190748214722, + "epoch": 0.1731180704143163, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998977117881576, + "loss": 5.9399, + "mean_token_accuracy": 0.14329548850655555, + "num_tokens": 3854012.0, + "step": 2225 + }, + { + "entropy": 6.076524972915649, + "epoch": 0.17350709978603385, + "grad_norm": 1.078125, + "learning_rate": 0.0004998968744572472, + "loss": 5.8859, + "mean_token_accuracy": 0.14090772867202758, + "num_tokens": 3862308.0, + "step": 2230 + }, + { + "entropy": 6.084261083602906, + "epoch": 0.1738961291577514, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998960337138845, + "loss": 5.8224, + "mean_token_accuracy": 0.13599667102098464, + "num_tokens": 3870975.0, + "step": 2235 + }, + { + "entropy": 6.172693729400635, + "epoch": 0.17428515852946896, + "grad_norm": 1.1484375, + "learning_rate": 0.0004998951895580826, + "loss": 5.9953, + "mean_token_accuracy": 0.1362786665558815, + "num_tokens": 3879621.0, + "step": 2240 + }, + { + "entropy": 6.119487714767456, + "epoch": 0.17467418790118655, + "grad_norm": 1.0625, + "learning_rate": 0.0004998943419898542, + "loss": 5.9608, + "mean_token_accuracy": 0.13740068078041076, + "num_tokens": 3889214.0, + "step": 2245 + }, + { + "entropy": 6.195636940002442, + "epoch": 0.1750632172729041, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998934910092119, + "loss": 5.9972, + "mean_token_accuracy": 0.13837300091981888, + "num_tokens": 3898250.0, + "step": 2250 + }, + { + "entropy": 6.189534759521484, + "epoch": 0.17545224664462167, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998926366161689, + "loss": 6.0342, + "mean_token_accuracy": 0.13376041278243064, + "num_tokens": 3906971.0, + "step": 2255 + }, + { + "entropy": 6.193826007843017, + "epoch": 0.17584127601633923, + "grad_norm": 0.96875, + "learning_rate": 0.0004998917788107383, + "loss": 6.0622, + "mean_token_accuracy": 0.13532394245266915, + "num_tokens": 3916663.0, + "step": 2260 + }, + { + "entropy": 6.125564813613892, + "epoch": 0.17623030538805678, + "grad_norm": 0.984375, + "learning_rate": 0.0004998909175929326, + "loss": 5.9445, + "mean_token_accuracy": 0.13861310556530954, + "num_tokens": 3926848.0, + "step": 2265 + }, + { + "entropy": 6.110090446472168, + "epoch": 0.17661933475977437, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998900529627653, + "loss": 5.9132, + "mean_token_accuracy": 0.138637275993824, + "num_tokens": 3935729.0, + "step": 2270 + }, + { + "entropy": 6.222514343261719, + "epoch": 0.17700836413149193, + "grad_norm": 1.0625, + "learning_rate": 0.0004998891849202495, + "loss": 5.9225, + "mean_token_accuracy": 0.13785927072167398, + "num_tokens": 3943408.0, + "step": 2275 + }, + { + "entropy": 6.115485048294067, + "epoch": 0.1773973935032095, + "grad_norm": 1.078125, + "learning_rate": 0.000499888313465398, + "loss": 5.8904, + "mean_token_accuracy": 0.13828733041882516, + "num_tokens": 3952473.0, + "step": 2280 + }, + { + "entropy": 6.189030885696411, + "epoch": 0.17778642287492705, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998874385982247, + "loss": 6.0584, + "mean_token_accuracy": 0.1308848187327385, + "num_tokens": 3960878.0, + "step": 2285 + }, + { + "entropy": 6.263873767852783, + "epoch": 0.17817545224664463, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998865603187421, + "loss": 6.0012, + "mean_token_accuracy": 0.13525196462869643, + "num_tokens": 3969282.0, + "step": 2290 + }, + { + "entropy": 6.142105340957642, + "epoch": 0.1785644816183622, + "grad_norm": 1.0234375, + "learning_rate": 0.000499885678626964, + "loss": 5.9793, + "mean_token_accuracy": 0.1365065097808838, + "num_tokens": 3978516.0, + "step": 2295 + }, + { + "entropy": 6.130709075927735, + "epoch": 0.17895351099007975, + "grad_norm": 1.09375, + "learning_rate": 0.0004998847935229038, + "loss": 5.8469, + "mean_token_accuracy": 0.14624039083719254, + "num_tokens": 3986580.0, + "step": 2300 + }, + { + "entropy": 5.984261894226075, + "epoch": 0.1793425403617973, + "grad_norm": 1.078125, + "learning_rate": 0.0004998839050065746, + "loss": 5.8505, + "mean_token_accuracy": 0.1426392376422882, + "num_tokens": 3995144.0, + "step": 2305 + }, + { + "entropy": 6.117937326431274, + "epoch": 0.17973156973351487, + "grad_norm": 1.015625, + "learning_rate": 0.0004998830130779902, + "loss": 5.8539, + "mean_token_accuracy": 0.13852243572473527, + "num_tokens": 4003887.0, + "step": 2310 + }, + { + "entropy": 6.178174209594727, + "epoch": 0.18012059910523245, + "grad_norm": 1.0078125, + "learning_rate": 0.000499882117737164, + "loss": 5.9577, + "mean_token_accuracy": 0.13900213465094566, + "num_tokens": 4012607.0, + "step": 2315 + }, + { + "entropy": 6.117289209365845, + "epoch": 0.18050962847695, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998812189841096, + "loss": 6.0434, + "mean_token_accuracy": 0.13420895710587502, + "num_tokens": 4021950.0, + "step": 2320 + }, + { + "entropy": 6.188327360153198, + "epoch": 0.18089865784866757, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998803168188407, + "loss": 6.0003, + "mean_token_accuracy": 0.1396230697631836, + "num_tokens": 4031076.0, + "step": 2325 + }, + { + "entropy": 6.050243377685547, + "epoch": 0.18128768722038513, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998794112413708, + "loss": 5.8423, + "mean_token_accuracy": 0.14782028794288635, + "num_tokens": 4040414.0, + "step": 2330 + }, + { + "entropy": 6.248169994354248, + "epoch": 0.18167671659210272, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998785022517137, + "loss": 5.9386, + "mean_token_accuracy": 0.14150765910744667, + "num_tokens": 4048931.0, + "step": 2335 + }, + { + "entropy": 5.986580514907837, + "epoch": 0.18206574596382027, + "grad_norm": 1.0234375, + "learning_rate": 0.0004998775898498835, + "loss": 5.8367, + "mean_token_accuracy": 0.14155064076185225, + "num_tokens": 4057688.0, + "step": 2340 + }, + { + "entropy": 6.074233341217041, + "epoch": 0.18245477533553783, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998766740358936, + "loss": 5.9449, + "mean_token_accuracy": 0.1420542173087597, + "num_tokens": 4066365.0, + "step": 2345 + }, + { + "entropy": 6.13965334892273, + "epoch": 0.1828438047072554, + "grad_norm": 0.9609375, + "learning_rate": 0.0004998757548097582, + "loss": 5.8541, + "mean_token_accuracy": 0.14332376196980476, + "num_tokens": 4075136.0, + "step": 2350 + }, + { + "entropy": 6.134494304656982, + "epoch": 0.18323283407897295, + "grad_norm": 1.015625, + "learning_rate": 0.0004998748321714911, + "loss": 5.9524, + "mean_token_accuracy": 0.14317325055599212, + "num_tokens": 4083337.0, + "step": 2355 + }, + { + "entropy": 6.069387912750244, + "epoch": 0.18362186345069054, + "grad_norm": 1.0234375, + "learning_rate": 0.0004998739061211065, + "loss": 5.899, + "mean_token_accuracy": 0.1406087227165699, + "num_tokens": 4091201.0, + "step": 2360 + }, + { + "entropy": 6.1495448589324955, + "epoch": 0.1840108928224081, + "grad_norm": 0.98046875, + "learning_rate": 0.0004998729766586181, + "loss": 5.9458, + "mean_token_accuracy": 0.1404791608452797, + "num_tokens": 4099480.0, + "step": 2365 + }, + { + "entropy": 6.029800033569336, + "epoch": 0.18439992219412565, + "grad_norm": 1.046875, + "learning_rate": 0.0004998720437840403, + "loss": 5.8555, + "mean_token_accuracy": 0.14272842854261397, + "num_tokens": 4108151.0, + "step": 2370 + }, + { + "entropy": 6.009803676605225, + "epoch": 0.1847889515658432, + "grad_norm": 0.96875, + "learning_rate": 0.0004998711074973871, + "loss": 5.8595, + "mean_token_accuracy": 0.14537928998470306, + "num_tokens": 4117380.0, + "step": 2375 + }, + { + "entropy": 6.103708982467651, + "epoch": 0.1851779809375608, + "grad_norm": 0.9765625, + "learning_rate": 0.0004998701677986728, + "loss": 5.9192, + "mean_token_accuracy": 0.14413200244307517, + "num_tokens": 4126757.0, + "step": 2380 + }, + { + "entropy": 6.091351890563965, + "epoch": 0.18556701030927836, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998692246879116, + "loss": 5.832, + "mean_token_accuracy": 0.14118036180734633, + "num_tokens": 4135326.0, + "step": 2385 + }, + { + "entropy": 6.083584976196289, + "epoch": 0.18595603968099592, + "grad_norm": 0.9609375, + "learning_rate": 0.0004998682781651178, + "loss": 5.8502, + "mean_token_accuracy": 0.15047699064016343, + "num_tokens": 4143624.0, + "step": 2390 + }, + { + "entropy": 6.039449691772461, + "epoch": 0.18634506905271347, + "grad_norm": 1.015625, + "learning_rate": 0.0004998673282303059, + "loss": 5.8032, + "mean_token_accuracy": 0.14633125066757202, + "num_tokens": 4152193.0, + "step": 2395 + }, + { + "entropy": 6.093126678466797, + "epoch": 0.18673409842443103, + "grad_norm": 1.1328125, + "learning_rate": 0.0004998663748834901, + "loss": 5.9333, + "mean_token_accuracy": 0.14173089787364007, + "num_tokens": 4160614.0, + "step": 2400 + }, + { + "entropy": 6.195434331893921, + "epoch": 0.18712312779614862, + "grad_norm": 1.046875, + "learning_rate": 0.0004998654181246851, + "loss": 5.9525, + "mean_token_accuracy": 0.1426502361893654, + "num_tokens": 4168715.0, + "step": 2405 + }, + { + "entropy": 6.14034595489502, + "epoch": 0.18751215716786618, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998644579539052, + "loss": 5.9903, + "mean_token_accuracy": 0.14057205021381378, + "num_tokens": 4176676.0, + "step": 2410 + }, + { + "entropy": 6.11949610710144, + "epoch": 0.18790118653958374, + "grad_norm": 0.97265625, + "learning_rate": 0.000499863494371165, + "loss": 5.9666, + "mean_token_accuracy": 0.13880052268505097, + "num_tokens": 4185613.0, + "step": 2415 + }, + { + "entropy": 6.10061502456665, + "epoch": 0.1882902159113013, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998625273764793, + "loss": 5.9744, + "mean_token_accuracy": 0.14042351245880128, + "num_tokens": 4193985.0, + "step": 2420 + }, + { + "entropy": 6.119175815582276, + "epoch": 0.18867924528301888, + "grad_norm": 1.015625, + "learning_rate": 0.0004998615569698626, + "loss": 5.8692, + "mean_token_accuracy": 0.14560523852705956, + "num_tokens": 4202713.0, + "step": 2425 + }, + { + "entropy": 6.20410122871399, + "epoch": 0.18906827465473644, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998605831513296, + "loss": 5.9982, + "mean_token_accuracy": 0.13526586964726448, + "num_tokens": 4210858.0, + "step": 2430 + }, + { + "entropy": 6.077843475341797, + "epoch": 0.189457304026454, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998596059208953, + "loss": 5.9232, + "mean_token_accuracy": 0.1438886322081089, + "num_tokens": 4219570.0, + "step": 2435 + }, + { + "entropy": 6.070500183105469, + "epoch": 0.18984633339817156, + "grad_norm": 1.09375, + "learning_rate": 0.0004998586252785743, + "loss": 5.8362, + "mean_token_accuracy": 0.14419551193714142, + "num_tokens": 4228026.0, + "step": 2440 + }, + { + "entropy": 6.118373966217041, + "epoch": 0.19023536276988912, + "grad_norm": 1.09375, + "learning_rate": 0.0004998576412243816, + "loss": 5.8484, + "mean_token_accuracy": 0.14332474917173385, + "num_tokens": 4235993.0, + "step": 2445 + }, + { + "entropy": 6.020765161514282, + "epoch": 0.1906243921416067, + "grad_norm": 1.046875, + "learning_rate": 0.0004998566537583321, + "loss": 5.8452, + "mean_token_accuracy": 0.1450585328042507, + "num_tokens": 4244225.0, + "step": 2450 + }, + { + "entropy": 6.020392990112304, + "epoch": 0.19101342151332426, + "grad_norm": 1.015625, + "learning_rate": 0.0004998556628804408, + "loss": 5.8412, + "mean_token_accuracy": 0.14568918645381929, + "num_tokens": 4252989.0, + "step": 2455 + }, + { + "entropy": 6.1407276630401615, + "epoch": 0.19140245088504182, + "grad_norm": 1.09375, + "learning_rate": 0.0004998546685907225, + "loss": 5.8736, + "mean_token_accuracy": 0.1443709298968315, + "num_tokens": 4261297.0, + "step": 2460 + }, + { + "entropy": 6.14323468208313, + "epoch": 0.19179148025675938, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998536708891927, + "loss": 6.0037, + "mean_token_accuracy": 0.13726148158311843, + "num_tokens": 4270299.0, + "step": 2465 + }, + { + "entropy": 6.137307929992676, + "epoch": 0.19218050962847694, + "grad_norm": 0.90625, + "learning_rate": 0.0004998526697758663, + "loss": 6.0186, + "mean_token_accuracy": 0.13181870952248573, + "num_tokens": 4279662.0, + "step": 2470 + }, + { + "entropy": 6.12540340423584, + "epoch": 0.19256953900019452, + "grad_norm": 1.03125, + "learning_rate": 0.0004998516652507585, + "loss": 5.8237, + "mean_token_accuracy": 0.14710504859685897, + "num_tokens": 4287876.0, + "step": 2475 + }, + { + "entropy": 6.082257652282715, + "epoch": 0.19295856837191208, + "grad_norm": 1.0703125, + "learning_rate": 0.0004998506573138846, + "loss": 5.9652, + "mean_token_accuracy": 0.1425960034132004, + "num_tokens": 4296415.0, + "step": 2480 + }, + { + "entropy": 6.0256585597991945, + "epoch": 0.19334759774362964, + "grad_norm": 1.015625, + "learning_rate": 0.0004998496459652598, + "loss": 5.7941, + "mean_token_accuracy": 0.14723251685500144, + "num_tokens": 4304434.0, + "step": 2485 + }, + { + "entropy": 6.094099235534668, + "epoch": 0.1937366271153472, + "grad_norm": 1.0625, + "learning_rate": 0.0004998486312048995, + "loss": 5.9742, + "mean_token_accuracy": 0.1384941779077053, + "num_tokens": 4313266.0, + "step": 2490 + }, + { + "entropy": 6.093673992156982, + "epoch": 0.19412565648706478, + "grad_norm": 0.94921875, + "learning_rate": 0.0004998476130328193, + "loss": 5.8438, + "mean_token_accuracy": 0.14551946073770522, + "num_tokens": 4322121.0, + "step": 2495 + }, + { + "entropy": 6.059762907028198, + "epoch": 0.19451468585878234, + "grad_norm": 1.09375, + "learning_rate": 0.0004998465914490343, + "loss": 5.8574, + "mean_token_accuracy": 0.1456399142742157, + "num_tokens": 4330596.0, + "step": 2500 + }, + { + "entropy": 6.101912212371826, + "epoch": 0.1949037152304999, + "grad_norm": 1.109375, + "learning_rate": 0.00049984556645356, + "loss": 5.9538, + "mean_token_accuracy": 0.14571308046579362, + "num_tokens": 4337779.0, + "step": 2505 + }, + { + "entropy": 6.113310956954956, + "epoch": 0.19529274460221746, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998445380464124, + "loss": 5.7871, + "mean_token_accuracy": 0.14770737588405608, + "num_tokens": 4346623.0, + "step": 2510 + }, + { + "entropy": 6.010924863815307, + "epoch": 0.19568177397393502, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998435062276066, + "loss": 5.8965, + "mean_token_accuracy": 0.14267725944519044, + "num_tokens": 4355435.0, + "step": 2515 + }, + { + "entropy": 6.1819150924682615, + "epoch": 0.1960708033456526, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998424709971586, + "loss": 5.9427, + "mean_token_accuracy": 0.14011435583233833, + "num_tokens": 4363636.0, + "step": 2520 + }, + { + "entropy": 5.994958448410034, + "epoch": 0.19645983271737016, + "grad_norm": 1.0, + "learning_rate": 0.0004998414323550839, + "loss": 5.7574, + "mean_token_accuracy": 0.1514812633395195, + "num_tokens": 4372337.0, + "step": 2525 + }, + { + "entropy": 6.082412195205689, + "epoch": 0.19684886208908772, + "grad_norm": 1.1328125, + "learning_rate": 0.0004998403903013984, + "loss": 5.8105, + "mean_token_accuracy": 0.14721191674470901, + "num_tokens": 4380528.0, + "step": 2530 + }, + { + "entropy": 6.050493812561035, + "epoch": 0.19723789146080528, + "grad_norm": 1.046875, + "learning_rate": 0.0004998393448361179, + "loss": 5.8969, + "mean_token_accuracy": 0.13829589858651162, + "num_tokens": 4389464.0, + "step": 2535 + }, + { + "entropy": 6.092096662521362, + "epoch": 0.19762692083252287, + "grad_norm": 1.1015625, + "learning_rate": 0.000499838295959258, + "loss": 5.9541, + "mean_token_accuracy": 0.13610536456108094, + "num_tokens": 4397879.0, + "step": 2540 + }, + { + "entropy": 6.115645837783814, + "epoch": 0.19801595020424043, + "grad_norm": 1.0390625, + "learning_rate": 0.000499837243670835, + "loss": 5.965, + "mean_token_accuracy": 0.14079206734895705, + "num_tokens": 4406145.0, + "step": 2545 + }, + { + "entropy": 6.108259153366089, + "epoch": 0.19840497957595798, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998361879708646, + "loss": 5.8727, + "mean_token_accuracy": 0.1402936451137066, + "num_tokens": 4415480.0, + "step": 2550 + }, + { + "entropy": 6.099182176589966, + "epoch": 0.19879400894767554, + "grad_norm": 1.0078125, + "learning_rate": 0.000499835128859363, + "loss": 5.8755, + "mean_token_accuracy": 0.1442495122551918, + "num_tokens": 4423355.0, + "step": 2555 + }, + { + "entropy": 6.018963813781738, + "epoch": 0.1991830383193931, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998340663363461, + "loss": 5.7746, + "mean_token_accuracy": 0.14996073246002198, + "num_tokens": 4432059.0, + "step": 2560 + }, + { + "entropy": 6.011700248718261, + "epoch": 0.1995720676911107, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998330004018301, + "loss": 5.8663, + "mean_token_accuracy": 0.13528765514492988, + "num_tokens": 4441146.0, + "step": 2565 + }, + { + "entropy": 6.02707347869873, + "epoch": 0.19996109706282825, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998319310558312, + "loss": 5.7046, + "mean_token_accuracy": 0.1531302809715271, + "num_tokens": 4448553.0, + "step": 2570 + }, + { + "entropy": 5.865385389328003, + "epoch": 0.2003501264345458, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998308582983657, + "loss": 5.785, + "mean_token_accuracy": 0.1515739530324936, + "num_tokens": 4456930.0, + "step": 2575 + }, + { + "entropy": 6.159365510940551, + "epoch": 0.20073915580626336, + "grad_norm": 1.0625, + "learning_rate": 0.0004998297821294497, + "loss": 5.9856, + "mean_token_accuracy": 0.1445264369249344, + "num_tokens": 4464932.0, + "step": 2580 + }, + { + "entropy": 6.066826963424683, + "epoch": 0.20112818517798095, + "grad_norm": 1.03125, + "learning_rate": 0.0004998287025490995, + "loss": 5.7073, + "mean_token_accuracy": 0.15195650979876518, + "num_tokens": 4473695.0, + "step": 2585 + }, + { + "entropy": 5.915977334976196, + "epoch": 0.2015172145496985, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998276195573317, + "loss": 5.9426, + "mean_token_accuracy": 0.1366700403392315, + "num_tokens": 4483375.0, + "step": 2590 + }, + { + "entropy": 6.159323358535767, + "epoch": 0.20190624392141607, + "grad_norm": 1.0625, + "learning_rate": 0.0004998265331541627, + "loss": 5.9638, + "mean_token_accuracy": 0.13707406520843507, + "num_tokens": 4491695.0, + "step": 2595 + }, + { + "entropy": 6.056016826629639, + "epoch": 0.20229527329313363, + "grad_norm": 1.140625, + "learning_rate": 0.0004998254433396088, + "loss": 5.9221, + "mean_token_accuracy": 0.14026020020246505, + "num_tokens": 4500361.0, + "step": 2600 + }, + { + "entropy": 6.072783470153809, + "epoch": 0.20268430266485118, + "grad_norm": 0.98828125, + "learning_rate": 0.0004998243501136867, + "loss": 5.8419, + "mean_token_accuracy": 0.1397676981985569, + "num_tokens": 4509368.0, + "step": 2605 + }, + { + "entropy": 6.088675785064697, + "epoch": 0.20307333203656877, + "grad_norm": 1.015625, + "learning_rate": 0.0004998232534764129, + "loss": 5.8232, + "mean_token_accuracy": 0.14180155843496323, + "num_tokens": 4518146.0, + "step": 2610 + }, + { + "entropy": 6.058323574066162, + "epoch": 0.20346236140828633, + "grad_norm": 1.078125, + "learning_rate": 0.0004998221534278041, + "loss": 5.8875, + "mean_token_accuracy": 0.13800363019108772, + "num_tokens": 4526128.0, + "step": 2615 + }, + { + "entropy": 6.097913789749145, + "epoch": 0.2038513907800039, + "grad_norm": 0.9375, + "learning_rate": 0.0004998210499678769, + "loss": 5.9263, + "mean_token_accuracy": 0.14337622076272966, + "num_tokens": 4534724.0, + "step": 2620 + }, + { + "entropy": 6.008050632476807, + "epoch": 0.20424042015172145, + "grad_norm": 1.03125, + "learning_rate": 0.0004998199430966481, + "loss": 5.7847, + "mean_token_accuracy": 0.14045033752918243, + "num_tokens": 4543725.0, + "step": 2625 + }, + { + "entropy": 6.033035039901733, + "epoch": 0.20462944952343903, + "grad_norm": 1.03125, + "learning_rate": 0.0004998188328141346, + "loss": 5.8689, + "mean_token_accuracy": 0.14495224952697755, + "num_tokens": 4551758.0, + "step": 2630 + }, + { + "entropy": 5.990800094604492, + "epoch": 0.2050184788951566, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998177191203531, + "loss": 5.7433, + "mean_token_accuracy": 0.15320585817098617, + "num_tokens": 4559990.0, + "step": 2635 + }, + { + "entropy": 5.993824911117554, + "epoch": 0.20540750826687415, + "grad_norm": 1.0078125, + "learning_rate": 0.0004998166020153204, + "loss": 5.793, + "mean_token_accuracy": 0.1404377117753029, + "num_tokens": 4568651.0, + "step": 2640 + }, + { + "entropy": 5.941356039047241, + "epoch": 0.2057965376385917, + "grad_norm": 0.9765625, + "learning_rate": 0.0004998154814990538, + "loss": 5.722, + "mean_token_accuracy": 0.15070193260908127, + "num_tokens": 4577981.0, + "step": 2645 + }, + { + "entropy": 6.004185390472412, + "epoch": 0.20618556701030927, + "grad_norm": 1.109375, + "learning_rate": 0.00049981435757157, + "loss": 5.882, + "mean_token_accuracy": 0.1453938066959381, + "num_tokens": 4586480.0, + "step": 2650 + }, + { + "entropy": 6.035228633880616, + "epoch": 0.20657459638202685, + "grad_norm": 1.0625, + "learning_rate": 0.0004998132302328862, + "loss": 5.7768, + "mean_token_accuracy": 0.1519497200846672, + "num_tokens": 4595554.0, + "step": 2655 + }, + { + "entropy": 6.000116539001465, + "epoch": 0.2069636257537444, + "grad_norm": 0.97265625, + "learning_rate": 0.0004998120994830195, + "loss": 5.7928, + "mean_token_accuracy": 0.14965005293488504, + "num_tokens": 4604091.0, + "step": 2660 + }, + { + "entropy": 6.103025817871094, + "epoch": 0.20735265512546197, + "grad_norm": 1.0625, + "learning_rate": 0.000499810965321987, + "loss": 5.9041, + "mean_token_accuracy": 0.14321340918540953, + "num_tokens": 4612603.0, + "step": 2665 + }, + { + "entropy": 6.094974136352539, + "epoch": 0.20774168449717953, + "grad_norm": 1.0625, + "learning_rate": 0.0004998098277498059, + "loss": 5.8089, + "mean_token_accuracy": 0.14330320209264755, + "num_tokens": 4621041.0, + "step": 2670 + }, + { + "entropy": 5.965013837814331, + "epoch": 0.2081307138688971, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998086867664934, + "loss": 5.8381, + "mean_token_accuracy": 0.1479259341955185, + "num_tokens": 4629849.0, + "step": 2675 + }, + { + "entropy": 6.067577695846557, + "epoch": 0.20851974324061467, + "grad_norm": 0.9765625, + "learning_rate": 0.000499807542372067, + "loss": 5.9079, + "mean_token_accuracy": 0.14189650267362594, + "num_tokens": 4639426.0, + "step": 2680 + }, + { + "entropy": 6.020753288269043, + "epoch": 0.20890877261233223, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998063945665439, + "loss": 5.8312, + "mean_token_accuracy": 0.14925678074359894, + "num_tokens": 4647257.0, + "step": 2685 + }, + { + "entropy": 6.024092960357666, + "epoch": 0.2092978019840498, + "grad_norm": 1.0078125, + "learning_rate": 0.0004998052433499416, + "loss": 5.8148, + "mean_token_accuracy": 0.14485211595892905, + "num_tokens": 4655773.0, + "step": 2690 + }, + { + "entropy": 6.031063079833984, + "epoch": 0.20968683135576735, + "grad_norm": 1.015625, + "learning_rate": 0.0004998040887222776, + "loss": 5.844, + "mean_token_accuracy": 0.14211719036102294, + "num_tokens": 4664292.0, + "step": 2695 + }, + { + "entropy": 6.070610380172729, + "epoch": 0.21007586072748494, + "grad_norm": 1.03125, + "learning_rate": 0.0004998029306835693, + "loss": 5.8802, + "mean_token_accuracy": 0.14487007558345794, + "num_tokens": 4672774.0, + "step": 2700 + }, + { + "entropy": 6.192492723464966, + "epoch": 0.2104648900992025, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998017692338344, + "loss": 6.0024, + "mean_token_accuracy": 0.13652608394622803, + "num_tokens": 4681855.0, + "step": 2705 + }, + { + "entropy": 6.003230619430542, + "epoch": 0.21085391947092005, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998006043730905, + "loss": 5.7837, + "mean_token_accuracy": 0.15081765204668046, + "num_tokens": 4689771.0, + "step": 2710 + }, + { + "entropy": 6.06316032409668, + "epoch": 0.2112429488426376, + "grad_norm": 0.9765625, + "learning_rate": 0.0004997994361013551, + "loss": 5.9318, + "mean_token_accuracy": 0.13612701371312141, + "num_tokens": 4698808.0, + "step": 2715 + }, + { + "entropy": 6.027731704711914, + "epoch": 0.21163197821435517, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997982644186461, + "loss": 5.8201, + "mean_token_accuracy": 0.1442001700401306, + "num_tokens": 4707627.0, + "step": 2720 + }, + { + "entropy": 5.994128227233887, + "epoch": 0.21202100758607276, + "grad_norm": 1.0625, + "learning_rate": 0.0004997970893249813, + "loss": 5.8134, + "mean_token_accuracy": 0.1453290104866028, + "num_tokens": 4716091.0, + "step": 2725 + }, + { + "entropy": 6.026619577407837, + "epoch": 0.21241003695779032, + "grad_norm": 1.03125, + "learning_rate": 0.0004997959108203785, + "loss": 5.8173, + "mean_token_accuracy": 0.14737472012639047, + "num_tokens": 4724042.0, + "step": 2730 + }, + { + "entropy": 5.927079200744629, + "epoch": 0.21279906632950787, + "grad_norm": 1.046875, + "learning_rate": 0.0004997947289048554, + "loss": 5.7431, + "mean_token_accuracy": 0.15547642409801482, + "num_tokens": 4731745.0, + "step": 2735 + }, + { + "entropy": 5.977909660339355, + "epoch": 0.21318809570122543, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997935435784302, + "loss": 5.9151, + "mean_token_accuracy": 0.14134541749954224, + "num_tokens": 4740386.0, + "step": 2740 + }, + { + "entropy": 6.097658681869507, + "epoch": 0.21357712507294302, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997923548411208, + "loss": 5.9154, + "mean_token_accuracy": 0.14041005820035934, + "num_tokens": 4749809.0, + "step": 2745 + }, + { + "entropy": 6.157984495162964, + "epoch": 0.21396615444466058, + "grad_norm": 0.921875, + "learning_rate": 0.000499791162692945, + "loss": 6.0245, + "mean_token_accuracy": 0.13882595300674438, + "num_tokens": 4759507.0, + "step": 2750 + }, + { + "entropy": 6.020778369903565, + "epoch": 0.21435518381637814, + "grad_norm": 0.98046875, + "learning_rate": 0.0004997899671339214, + "loss": 5.7893, + "mean_token_accuracy": 0.1458857201039791, + "num_tokens": 4768793.0, + "step": 2755 + }, + { + "entropy": 6.058682203292847, + "epoch": 0.2147442131880957, + "grad_norm": 1.015625, + "learning_rate": 0.0004997887681640675, + "loss": 5.9431, + "mean_token_accuracy": 0.14112222120165824, + "num_tokens": 4777344.0, + "step": 2760 + }, + { + "entropy": 6.091257619857788, + "epoch": 0.21513324255981325, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997875657834021, + "loss": 5.859, + "mean_token_accuracy": 0.1439730390906334, + "num_tokens": 4785934.0, + "step": 2765 + }, + { + "entropy": 6.021985816955566, + "epoch": 0.21552227193153084, + "grad_norm": 1.0859375, + "learning_rate": 0.0004997863599919432, + "loss": 5.8154, + "mean_token_accuracy": 0.1487823836505413, + "num_tokens": 4794889.0, + "step": 2770 + }, + { + "entropy": 5.963295888900757, + "epoch": 0.2159113013032484, + "grad_norm": 1.046875, + "learning_rate": 0.0004997851507897089, + "loss": 5.9177, + "mean_token_accuracy": 0.1420752465724945, + "num_tokens": 4803597.0, + "step": 2775 + }, + { + "entropy": 6.021999406814575, + "epoch": 0.21630033067496596, + "grad_norm": 1.015625, + "learning_rate": 0.0004997839381767178, + "loss": 5.7093, + "mean_token_accuracy": 0.14998439997434615, + "num_tokens": 4812706.0, + "step": 2780 + }, + { + "entropy": 5.942576360702515, + "epoch": 0.21668936004668352, + "grad_norm": 0.9609375, + "learning_rate": 0.0004997827221529882, + "loss": 5.7645, + "mean_token_accuracy": 0.14373311623930932, + "num_tokens": 4821790.0, + "step": 2785 + }, + { + "entropy": 6.044412851333618, + "epoch": 0.2170783894184011, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997815027185386, + "loss": 5.8268, + "mean_token_accuracy": 0.14614877104759216, + "num_tokens": 4830123.0, + "step": 2790 + }, + { + "entropy": 6.031355142593384, + "epoch": 0.21746741879011866, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997802798733874, + "loss": 5.7584, + "mean_token_accuracy": 0.14889259934425353, + "num_tokens": 4838066.0, + "step": 2795 + }, + { + "entropy": 5.985014152526856, + "epoch": 0.21785644816183622, + "grad_norm": 1.0625, + "learning_rate": 0.0004997790536175534, + "loss": 5.8295, + "mean_token_accuracy": 0.1473879933357239, + "num_tokens": 4846877.0, + "step": 2800 + }, + { + "entropy": 6.0131855487823485, + "epoch": 0.21824547753355378, + "grad_norm": 0.8828125, + "learning_rate": 0.0004997778239510548, + "loss": 5.8809, + "mean_token_accuracy": 0.13904760181903839, + "num_tokens": 4856960.0, + "step": 2805 + }, + { + "entropy": 6.0483003616333, + "epoch": 0.21863450690527134, + "grad_norm": 1.046875, + "learning_rate": 0.0004997765908739106, + "loss": 5.8844, + "mean_token_accuracy": 0.1458500951528549, + "num_tokens": 4865440.0, + "step": 2810 + }, + { + "entropy": 5.985370063781739, + "epoch": 0.21902353627698892, + "grad_norm": 1.0078125, + "learning_rate": 0.0004997753543861395, + "loss": 5.7839, + "mean_token_accuracy": 0.1455774076282978, + "num_tokens": 4874187.0, + "step": 2815 + }, + { + "entropy": 6.1545000076293945, + "epoch": 0.21941256564870648, + "grad_norm": 0.9375, + "learning_rate": 0.00049977411448776, + "loss": 5.9234, + "mean_token_accuracy": 0.13685425370931625, + "num_tokens": 4883151.0, + "step": 2820 + }, + { + "entropy": 6.033831405639648, + "epoch": 0.21980159502042404, + "grad_norm": 0.9765625, + "learning_rate": 0.0004997728711787912, + "loss": 5.8376, + "mean_token_accuracy": 0.14152983725070953, + "num_tokens": 4890968.0, + "step": 2825 + }, + { + "entropy": 5.948618221282959, + "epoch": 0.2201906243921416, + "grad_norm": 0.95703125, + "learning_rate": 0.0004997716244592518, + "loss": 5.7224, + "mean_token_accuracy": 0.15324778854846954, + "num_tokens": 4899389.0, + "step": 2830 + }, + { + "entropy": 5.957552099227906, + "epoch": 0.22057965376385918, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997703743291607, + "loss": 5.7836, + "mean_token_accuracy": 0.15218881666660308, + "num_tokens": 4907622.0, + "step": 2835 + }, + { + "entropy": 5.971472644805909, + "epoch": 0.22096868313557674, + "grad_norm": 0.98046875, + "learning_rate": 0.000499769120788537, + "loss": 5.7855, + "mean_token_accuracy": 0.14718300998210906, + "num_tokens": 4916151.0, + "step": 2840 + }, + { + "entropy": 5.953951168060303, + "epoch": 0.2213577125072943, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997678638373995, + "loss": 5.6926, + "mean_token_accuracy": 0.1555492803454399, + "num_tokens": 4923938.0, + "step": 2845 + }, + { + "entropy": 5.977941274642944, + "epoch": 0.22174674187901186, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997666034757676, + "loss": 5.8041, + "mean_token_accuracy": 0.15950555503368377, + "num_tokens": 4932027.0, + "step": 2850 + }, + { + "entropy": 5.992272996902466, + "epoch": 0.22213577125072942, + "grad_norm": 1.1484375, + "learning_rate": 0.0004997653397036603, + "loss": 5.8234, + "mean_token_accuracy": 0.15327517986297606, + "num_tokens": 4940229.0, + "step": 2855 + }, + { + "entropy": 5.946475648880005, + "epoch": 0.222524800622447, + "grad_norm": 1.0078125, + "learning_rate": 0.0004997640725210965, + "loss": 5.8766, + "mean_token_accuracy": 0.1445116177201271, + "num_tokens": 4948662.0, + "step": 2860 + }, + { + "entropy": 5.985954427719117, + "epoch": 0.22291382999416456, + "grad_norm": 0.984375, + "learning_rate": 0.0004997628019280958, + "loss": 5.8304, + "mean_token_accuracy": 0.14730205610394478, + "num_tokens": 4956847.0, + "step": 2865 + }, + { + "entropy": 6.0246001243591305, + "epoch": 0.22330285936588212, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997615279246773, + "loss": 5.7519, + "mean_token_accuracy": 0.14672646746039392, + "num_tokens": 4965139.0, + "step": 2870 + }, + { + "entropy": 6.093596029281616, + "epoch": 0.22369188873759968, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997602505108603, + "loss": 5.9346, + "mean_token_accuracy": 0.1362128235399723, + "num_tokens": 4973671.0, + "step": 2875 + }, + { + "entropy": 5.992952871322632, + "epoch": 0.22408091810931724, + "grad_norm": 1.0625, + "learning_rate": 0.0004997589696866644, + "loss": 5.7985, + "mean_token_accuracy": 0.14313325881958008, + "num_tokens": 4981970.0, + "step": 2880 + }, + { + "entropy": 5.994722890853882, + "epoch": 0.22446994748103483, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997576854521088, + "loss": 5.8276, + "mean_token_accuracy": 0.14740151315927505, + "num_tokens": 4990591.0, + "step": 2885 + }, + { + "entropy": 6.008001279830933, + "epoch": 0.22485897685275238, + "grad_norm": 1.109375, + "learning_rate": 0.000499756397807213, + "loss": 5.8338, + "mean_token_accuracy": 0.1426657348871231, + "num_tokens": 4999623.0, + "step": 2890 + }, + { + "entropy": 6.0818774700164795, + "epoch": 0.22524800622446994, + "grad_norm": 1.1328125, + "learning_rate": 0.0004997551067519966, + "loss": 5.8912, + "mean_token_accuracy": 0.13916059359908103, + "num_tokens": 5008387.0, + "step": 2895 + }, + { + "entropy": 5.989216756820679, + "epoch": 0.2256370355961875, + "grad_norm": 0.984375, + "learning_rate": 0.0004997538122864792, + "loss": 5.8194, + "mean_token_accuracy": 0.14748692139983177, + "num_tokens": 5016788.0, + "step": 2900 + }, + { + "entropy": 6.08019700050354, + "epoch": 0.2260260649679051, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997525144106804, + "loss": 5.8442, + "mean_token_accuracy": 0.14615625888109207, + "num_tokens": 5025508.0, + "step": 2905 + }, + { + "entropy": 5.974547910690307, + "epoch": 0.22641509433962265, + "grad_norm": 1.125, + "learning_rate": 0.00049975121312462, + "loss": 5.8181, + "mean_token_accuracy": 0.14417650923132896, + "num_tokens": 5035081.0, + "step": 2910 + }, + { + "entropy": 5.942454242706299, + "epoch": 0.2268041237113402, + "grad_norm": 1.0, + "learning_rate": 0.0004997499084283177, + "loss": 5.7548, + "mean_token_accuracy": 0.15317937284708022, + "num_tokens": 5043655.0, + "step": 2915 + }, + { + "entropy": 5.948886728286743, + "epoch": 0.22719315308305776, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997486003217932, + "loss": 5.7784, + "mean_token_accuracy": 0.14860536009073258, + "num_tokens": 5052080.0, + "step": 2920 + }, + { + "entropy": 5.9562623500823975, + "epoch": 0.22758218245477532, + "grad_norm": 0.99609375, + "learning_rate": 0.0004997472888050664, + "loss": 5.7576, + "mean_token_accuracy": 0.15349135398864747, + "num_tokens": 5061325.0, + "step": 2925 + }, + { + "entropy": 6.030727291107178, + "epoch": 0.2279712118264929, + "grad_norm": 1.1484375, + "learning_rate": 0.0004997459738781573, + "loss": 5.8539, + "mean_token_accuracy": 0.14812101200222969, + "num_tokens": 5069461.0, + "step": 2930 + }, + { + "entropy": 6.0146770000457765, + "epoch": 0.22836024119821047, + "grad_norm": 1.03125, + "learning_rate": 0.0004997446555410857, + "loss": 5.8223, + "mean_token_accuracy": 0.14278532564640045, + "num_tokens": 5077747.0, + "step": 2935 + }, + { + "entropy": 6.042302083969116, + "epoch": 0.22874927056992803, + "grad_norm": 1.09375, + "learning_rate": 0.0004997433337938716, + "loss": 5.8714, + "mean_token_accuracy": 0.15094365030527115, + "num_tokens": 5086300.0, + "step": 2940 + }, + { + "entropy": 5.889710426330566, + "epoch": 0.22913829994164558, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997420086365351, + "loss": 5.639, + "mean_token_accuracy": 0.1529846578836441, + "num_tokens": 5094762.0, + "step": 2945 + }, + { + "entropy": 5.962165880203247, + "epoch": 0.22952732931336317, + "grad_norm": 1.15625, + "learning_rate": 0.0004997406800690966, + "loss": 5.8148, + "mean_token_accuracy": 0.14716944992542266, + "num_tokens": 5103364.0, + "step": 2950 + }, + { + "entropy": 6.089474296569824, + "epoch": 0.22991635868508073, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997393480915758, + "loss": 5.9175, + "mean_token_accuracy": 0.14378761649131774, + "num_tokens": 5111730.0, + "step": 2955 + }, + { + "entropy": 6.014431476593018, + "epoch": 0.2303053880567983, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997380127039931, + "loss": 5.721, + "mean_token_accuracy": 0.14942315146327018, + "num_tokens": 5119878.0, + "step": 2960 + }, + { + "entropy": 5.950433588027954, + "epoch": 0.23069441742851585, + "grad_norm": 1.0625, + "learning_rate": 0.0004997366739063688, + "loss": 5.8318, + "mean_token_accuracy": 0.14808186888694763, + "num_tokens": 5129146.0, + "step": 2965 + }, + { + "entropy": 5.973391675949097, + "epoch": 0.2310834468002334, + "grad_norm": 1.015625, + "learning_rate": 0.0004997353316987231, + "loss": 5.8516, + "mean_token_accuracy": 0.14153072685003282, + "num_tokens": 5137989.0, + "step": 2970 + }, + { + "entropy": 6.0436218738555905, + "epoch": 0.231472476171951, + "grad_norm": 0.984375, + "learning_rate": 0.0004997339860810765, + "loss": 5.8711, + "mean_token_accuracy": 0.14632160738110542, + "num_tokens": 5146722.0, + "step": 2975 + }, + { + "entropy": 6.069381904602051, + "epoch": 0.23186150554366855, + "grad_norm": 1.0859375, + "learning_rate": 0.0004997326370534495, + "loss": 5.8568, + "mean_token_accuracy": 0.14624862521886825, + "num_tokens": 5154902.0, + "step": 2980 + }, + { + "entropy": 6.035060167312622, + "epoch": 0.2322505349153861, + "grad_norm": 1.109375, + "learning_rate": 0.0004997312846158622, + "loss": 5.8534, + "mean_token_accuracy": 0.1460738830268383, + "num_tokens": 5163594.0, + "step": 2985 + }, + { + "entropy": 5.965574455261231, + "epoch": 0.23263956428710367, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997299287683355, + "loss": 5.7492, + "mean_token_accuracy": 0.15077491253614425, + "num_tokens": 5172139.0, + "step": 2990 + }, + { + "entropy": 6.024194145202637, + "epoch": 0.23302859365882125, + "grad_norm": 1.0703125, + "learning_rate": 0.0004997285695108898, + "loss": 5.8685, + "mean_token_accuracy": 0.1467841848731041, + "num_tokens": 5180077.0, + "step": 2995 + }, + { + "entropy": 5.930562591552734, + "epoch": 0.2334176230305388, + "grad_norm": 1.046875, + "learning_rate": 0.0004997272068435458, + "loss": 5.7271, + "mean_token_accuracy": 0.1471436142921448, + "num_tokens": 5188500.0, + "step": 3000 + }, + { + "epoch": 0.2334176230305388, + "eval_entropy": 5.6941922486115235, + "eval_loss": 5.846546649932861, + "eval_mean_token_accuracy": 0.15339850671912067, + "eval_num_tokens": 5188500.0, + "eval_runtime": 21.835, + "eval_samples_per_second": 1903.278, + "eval_steps_per_second": 237.921, + "step": 3000 + } + ], + "logging_steps": 5, + "max_steps": 128520, + "num_input_tokens_seen": 0, + "num_train_epochs": 10, + "save_steps": 3000, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 1038909989191680.0, + "train_batch_size": 16, + "trial_name": null, + "trial_params": null +} diff --git a/checkpoint-3000/training_args.bin b/checkpoint-3000/training_args.bin new file mode 100644 index 0000000..dd7c32c --- /dev/null +++ b/checkpoint-3000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3d2a68b90360eb655421532420fe46f2b0b1d0c12707e3871f3a554431b82b +size 6289 diff --git a/checkpoint-6000/added_tokens.json b/checkpoint-6000/added_tokens.json new file mode 100644 index 0000000..b3dbcdb --- /dev/null +++ b/checkpoint-6000/added_tokens.json @@ -0,0 +1,1202 @@ +{ + "": 50002, + "[CLS]": 50000, + "[MASK]": 50003, + "[SEP]": 50001, + "[XXXXX0]": 50771, + "[XXXXX1000]": 50549, + "[XXXXX1001]": 50657, + "[XXXXX1002]": 51158, + "[XXXXX1003]": 51044, + "[XXXXX1004]": 50688, + "[XXXXX1005]": 50689, + "[XXXXX1006]": 50410, + "[XXXXX1007]": 50724, + "[XXXXX1008]": 50171, + "[XXXXX1009]": 51077, + "[XXXXX100]": 50091, + "[XXXXX1010]": 50639, + "[XXXXX1011]": 51094, + "[XXXXX1012]": 50392, + "[XXXXX1013]": 50626, + "[XXXXX1014]": 50991, + "[XXXXX1015]": 50529, + "[XXXXX1016]": 51193, + "[XXXXX1017]": 51073, + "[XXXXX1018]": 51104, + "[XXXXX1019]": 50775, + "[XXXXX101]": 50139, + "[XXXXX1020]": 50157, + "[XXXXX1021]": 50934, + "[XXXXX1022]": 51159, + "[XXXXX1023]": 50048, + "[XXXXX1024]": 51123, + "[XXXXX1025]": 50084, + "[XXXXX1026]": 50813, + "[XXXXX1027]": 50725, + "[XXXXX1028]": 50931, + "[XXXXX1029]": 50233, + "[XXXXX102]": 50213, + "[XXXXX1030]": 51023, + "[XXXXX1031]": 50098, + "[XXXXX1032]": 50802, + "[XXXXX1033]": 50061, + "[XXXXX1034]": 51139, + "[XXXXX1035]": 51110, + "[XXXXX1036]": 50204, + "[XXXXX1037]": 50023, + "[XXXXX1038]": 50142, + "[XXXXX1039]": 50328, + "[XXXXX103]": 50087, + "[XXXXX1040]": 50435, + "[XXXXX1041]": 50489, + "[XXXXX1042]": 50216, + "[XXXXX1043]": 50144, + "[XXXXX1044]": 50832, + "[XXXXX1045]": 50566, + "[XXXXX1046]": 50922, + "[XXXXX1047]": 50796, + "[XXXXX1048]": 50533, + "[XXXXX1049]": 50433, + "[XXXXX104]": 50478, + "[XXXXX1050]": 50953, + "[XXXXX1051]": 50497, + "[XXXXX1052]": 50655, + "[XXXXX1053]": 50881, + "[XXXXX1054]": 50461, + "[XXXXX1055]": 50052, + "[XXXXX1056]": 50219, + "[XXXXX1057]": 50789, + "[XXXXX1058]": 50121, + "[XXXXX1059]": 51002, + "[XXXXX105]": 51192, + "[XXXXX1060]": 50158, + "[XXXXX1061]": 50352, + "[XXXXX1062]": 50637, + "[XXXXX1063]": 50440, + "[XXXXX1064]": 50590, + "[XXXXX1065]": 51107, + "[XXXXX1066]": 50758, + "[XXXXX1067]": 51011, + "[XXXXX1068]": 50985, + "[XXXXX1069]": 51175, + "[XXXXX106]": 50532, + "[XXXXX1070]": 50790, + "[XXXXX1071]": 50394, + "[XXXXX1072]": 50852, + "[XXXXX1073]": 50869, + "[XXXXX1074]": 50126, + "[XXXXX1075]": 50783, + "[XXXXX1076]": 50806, + "[XXXXX1077]": 50882, + "[XXXXX1078]": 50726, + "[XXXXX1079]": 51010, + "[XXXXX107]": 50714, + "[XXXXX1080]": 50168, + "[XXXXX1081]": 50425, + "[XXXXX1082]": 50848, + "[XXXXX1083]": 50014, + "[XXXXX1084]": 50341, + "[XXXXX1085]": 50734, + "[XXXXX1086]": 50664, + "[XXXXX1087]": 51007, + "[XXXXX1088]": 51151, + "[XXXXX1089]": 50269, + "[XXXXX108]": 50996, + "[XXXXX1090]": 50826, + "[XXXXX1091]": 51105, + "[XXXXX1092]": 50731, + "[XXXXX1093]": 50856, + "[XXXXX1094]": 50369, + "[XXXXX1095]": 50065, + "[XXXXX1096]": 50309, + "[XXXXX1097]": 50838, + "[XXXXX1098]": 50451, + "[XXXXX1099]": 50384, + "[XXXXX109]": 50543, + "[XXXXX10]": 50325, + "[XXXXX1100]": 50318, + "[XXXXX1101]": 50764, + "[XXXXX1102]": 51025, + "[XXXXX1103]": 50642, + "[XXXXX1104]": 50665, + "[XXXXX1105]": 50855, + "[XXXXX1106]": 51063, + "[XXXXX1107]": 50025, + "[XXXXX1108]": 50122, + "[XXXXX1109]": 50470, + "[XXXXX110]": 50062, + "[XXXXX1110]": 51019, + "[XXXXX1111]": 51124, + "[XXXXX1112]": 50146, + "[XXXXX1113]": 51125, + "[XXXXX1114]": 50434, + "[XXXXX1115]": 50818, + "[XXXXX1116]": 50960, + "[XXXXX1117]": 50258, + "[XXXXX1118]": 50596, + "[XXXXX1119]": 50083, + "[XXXXX111]": 51064, + "[XXXXX1120]": 50915, + "[XXXXX1121]": 50835, + "[XXXXX1122]": 51056, + "[XXXXX1123]": 50172, + "[XXXXX1124]": 50972, + "[XXXXX1125]": 50275, + "[XXXXX1126]": 50430, + "[XXXXX1127]": 50743, + "[XXXXX1128]": 50551, + "[XXXXX1129]": 50439, + "[XXXXX112]": 50819, + "[XXXXX1130]": 50536, + "[XXXXX1131]": 50622, + "[XXXXX1132]": 50623, + "[XXXXX1133]": 50117, + "[XXXXX1134]": 50251, + "[XXXXX1135]": 50678, + "[XXXXX1136]": 50316, + "[XXXXX1137]": 50905, + "[XXXXX1138]": 50992, + "[XXXXX1139]": 50851, + "[XXXXX113]": 50443, + "[XXXXX1140]": 50499, + "[XXXXX1141]": 50629, + "[XXXXX1142]": 50944, + "[XXXXX1143]": 50373, + "[XXXXX1144]": 50123, + "[XXXXX1145]": 50173, + "[XXXXX1146]": 50891, + "[XXXXX1147]": 50471, + "[XXXXX1148]": 50560, + "[XXXXX1149]": 50541, + "[XXXXX114]": 50631, + "[XXXXX1150]": 50033, + "[XXXXX1151]": 50063, + "[XXXXX1152]": 50767, + "[XXXXX1153]": 50897, + "[XXXXX1154]": 50568, + "[XXXXX1155]": 51131, + "[XXXXX1156]": 50009, + "[XXXXX1157]": 50417, + "[XXXXX1158]": 50477, + "[XXXXX1159]": 50941, + "[XXXXX115]": 50294, + "[XXXXX1160]": 50679, + "[XXXXX1161]": 51108, + "[XXXXX1162]": 50332, + "[XXXXX1163]": 50424, + "[XXXXX1164]": 50473, + "[XXXXX1165]": 50793, + "[XXXXX1166]": 50453, + "[XXXXX1167]": 50807, + "[XXXXX1168]": 50128, + "[XXXXX1169]": 50039, + "[XXXXX116]": 50759, + "[XXXXX1170]": 50735, + "[XXXXX1171]": 50366, + "[XXXXX1172]": 50808, + "[XXXXX1173]": 50426, + "[XXXXX1174]": 50076, + "[XXXXX1175]": 50943, + "[XXXXX1176]": 50252, + "[XXXXX1177]": 50999, + "[XXXXX1178]": 50264, + "[XXXXX1179]": 50607, + "[XXXXX117]": 51036, + "[XXXXX1180]": 50986, + "[XXXXX1181]": 50744, + "[XXXXX1182]": 50186, + "[XXXXX1183]": 50555, + "[XXXXX1184]": 51076, + "[XXXXX1185]": 50849, + "[XXXXX1186]": 51128, + "[XXXXX1187]": 50858, + "[XXXXX1188]": 50656, + "[XXXXX1189]": 50064, + "[XXXXX118]": 50081, + "[XXXXX1190]": 51197, + "[XXXXX1191]": 50104, + "[XXXXX1192]": 50045, + "[XXXXX1193]": 50404, + "[XXXXX1194]": 50690, + "[XXXXX1195]": 50495, + "[XXXXX119]": 50108, + "[XXXXX11]": 50976, + "[XXXXX120]": 51081, + "[XXXXX121]": 50464, + "[XXXXX122]": 50829, + "[XXXXX123]": 50766, + "[XXXXX124]": 50732, + "[XXXXX125]": 50221, + "[XXXXX126]": 50810, + "[XXXXX127]": 50130, + "[XXXXX128]": 50751, + "[XXXXX129]": 50662, + "[XXXXX12]": 50602, + "[XXXXX130]": 50035, + "[XXXXX131]": 50715, + "[XXXXX132]": 50340, + "[XXXXX133]": 50563, + "[XXXXX134]": 50993, + "[XXXXX135]": 50304, + "[XXXXX136]": 50131, + "[XXXXX137]": 50578, + "[XXXXX138]": 50757, + "[XXXXX139]": 50582, + "[XXXXX13]": 50105, + "[XXXXX140]": 50085, + "[XXXXX141]": 50553, + "[XXXXX142]": 50749, + "[XXXXX143]": 50351, + "[XXXXX144]": 51024, + "[XXXXX145]": 51144, + "[XXXXX146]": 50042, + "[XXXXX147]": 50145, + "[XXXXX148]": 50066, + "[XXXXX149]": 50876, + "[XXXXX14]": 51006, + "[XXXXX150]": 50280, + "[XXXXX151]": 50093, + "[XXXXX152]": 50638, + "[XXXXX153]": 50684, + "[XXXXX154]": 50820, + "[XXXXX155]": 51196, + "[XXXXX156]": 50317, + "[XXXXX157]": 50284, + "[XXXXX158]": 50288, + "[XXXXX159]": 50814, + "[XXXXX15]": 50608, + "[XXXXX160]": 50004, + "[XXXXX161]": 50008, + "[XXXXX162]": 50377, + "[XXXXX163]": 50214, + "[XXXXX164]": 50708, + "[XXXXX165]": 50390, + "[XXXXX166]": 50741, + "[XXXXX167]": 50445, + "[XXXXX168]": 50936, + "[XXXXX169]": 50896, + "[XXXXX16]": 50442, + "[XXXXX170]": 50109, + "[XXXXX171]": 50140, + "[XXXXX172]": 50427, + "[XXXXX173]": 51074, + "[XXXXX174]": 50162, + "[XXXXX175]": 51015, + "[XXXXX176]": 50524, + "[XXXXX177]": 50673, + "[XXXXX178]": 50054, + "[XXXXX179]": 50805, + "[XXXXX17]": 50482, + "[XXXXX180]": 50253, + "[XXXXX181]": 50493, + "[XXXXX182]": 50421, + "[XXXXX183]": 51050, + "[XXXXX184]": 50521, + "[XXXXX185]": 50188, + "[XXXXX186]": 50147, + "[XXXXX187]": 50201, + "[XXXXX188]": 50973, + "[XXXXX189]": 50409, + "[XXXXX18]": 50115, + "[XXXXX190]": 50051, + "[XXXXX191]": 51020, + "[XXXXX192]": 51047, + "[XXXXX193]": 50669, + "[XXXXX194]": 50643, + "[XXXXX195]": 50159, + "[XXXXX196]": 50649, + "[XXXXX197]": 51178, + "[XXXXX198]": 50043, + "[XXXXX199]": 51147, + "[XXXXX19]": 51127, + "[XXXXX1]": 51114, + "[XXXXX200]": 50840, + "[XXXXX201]": 50365, + "[XXXXX202]": 50232, + "[XXXXX203]": 50241, + "[XXXXX204]": 50548, + "[XXXXX205]": 50781, + "[XXXXX206]": 50923, + "[XXXXX207]": 51115, + "[XXXXX208]": 50344, + "[XXXXX209]": 50299, + "[XXXXX20]": 51031, + "[XXXXX210]": 51179, + "[XXXXX211]": 51163, + "[XXXXX212]": 50562, + "[XXXXX213]": 50094, + "[XXXXX214]": 50257, + "[XXXXX215]": 50967, + "[XXXXX216]": 50523, + "[XXXXX217]": 51132, + "[XXXXX218]": 51146, + "[XXXXX219]": 50411, + "[XXXXX21]": 50354, + "[XXXXX220]": 50853, + "[XXXXX221]": 50886, + "[XXXXX222]": 50600, + "[XXXXX223]": 50873, + "[XXXXX224]": 50416, + "[XXXXX225]": 50675, + "[XXXXX226]": 50583, + "[XXXXX227]": 50151, + "[XXXXX228]": 50927, + "[XXXXX229]": 50609, + "[XXXXX22]": 50589, + "[XXXXX230]": 50238, + "[XXXXX231]": 50242, + "[XXXXX232]": 51016, + "[XXXXX233]": 50406, + "[XXXXX234]": 50908, + "[XXXXX235]": 50024, + "[XXXXX236]": 50270, + "[XXXXX237]": 50132, + "[XXXXX238]": 50800, + "[XXXXX239]": 50236, + "[XXXXX23]": 50007, + "[XXXXX240]": 50005, + "[XXXXX241]": 50894, + "[XXXXX242]": 50694, + "[XXXXX243]": 51071, + "[XXXXX244]": 51017, + "[XXXXX245]": 50068, + "[XXXXX246]": 50682, + "[XXXXX247]": 50913, + "[XXXXX248]": 51028, + "[XXXXX249]": 50037, + "[XXXXX24]": 51169, + "[XXXXX250]": 50747, + "[XXXXX251]": 50947, + "[XXXXX252]": 50329, + "[XXXXX253]": 50612, + "[XXXXX254]": 50110, + "[XXXXX255]": 50824, + "[XXXXX256]": 50558, + "[XXXXX257]": 50969, + "[XXXXX258]": 50729, + "[XXXXX259]": 50125, + "[XXXXX25]": 51160, + "[XXXXX260]": 50040, + "[XXXXX261]": 51038, + "[XXXXX262]": 50347, + "[XXXXX263]": 50740, + "[XXXXX264]": 51195, + "[XXXXX265]": 50879, + "[XXXXX266]": 50770, + "[XXXXX267]": 50178, + "[XXXXX268]": 50804, + "[XXXXX269]": 50906, + "[XXXXX26]": 50150, + "[XXXXX270]": 51191, + "[XXXXX271]": 50047, + "[XXXXX272]": 50195, + "[XXXXX273]": 50554, + "[XXXXX274]": 50833, + "[XXXXX275]": 50346, + "[XXXXX276]": 50950, + "[XXXXX277]": 50864, + "[XXXXX278]": 50259, + "[XXXXX279]": 50671, + "[XXXXX27]": 50468, + "[XXXXX280]": 50082, + "[XXXXX281]": 50565, + "[XXXXX282]": 50984, + "[XXXXX283]": 50650, + "[XXXXX284]": 50975, + "[XXXXX285]": 50603, + "[XXXXX286]": 50027, + "[XXXXX287]": 50181, + "[XXXXX288]": 50981, + "[XXXXX289]": 50885, + "[XXXXX28]": 50249, + "[XXXXX290]": 50522, + "[XXXXX291]": 50050, + "[XXXXX292]": 50313, + "[XXXXX293]": 50503, + "[XXXXX294]": 51176, + "[XXXXX295]": 51177, + "[XXXXX296]": 50379, + "[XXXXX297]": 50635, + "[XXXXX298]": 50723, + "[XXXXX299]": 50200, + "[XXXXX29]": 50892, + "[XXXXX2]": 51119, + "[XXXXX300]": 51026, + "[XXXXX301]": 50528, + "[XXXXX302]": 51149, + "[XXXXX303]": 50044, + "[XXXXX304]": 50209, + "[XXXXX305]": 50988, + "[XXXXX306]": 50518, + "[XXXXX307]": 50088, + "[XXXXX308]": 50733, + "[XXXXX309]": 51066, + "[XXXXX30]": 50506, + "[XXXXX310]": 50285, + "[XXXXX311]": 50859, + "[XXXXX312]": 50263, + "[XXXXX313]": 50594, + "[XXXXX314]": 51103, + "[XXXXX315]": 50871, + "[XXXXX316]": 50300, + "[XXXXX317]": 50760, + "[XXXXX318]": 50055, + "[XXXXX319]": 50389, + "[XXXXX31]": 50212, + "[XXXXX320]": 50444, + "[XXXXX321]": 50994, + "[XXXXX322]": 50281, + "[XXXXX323]": 50179, + "[XXXXX324]": 50455, + "[XXXXX325]": 50970, + "[XXXXX326]": 50666, + "[XXXXX327]": 50604, + "[XXXXX328]": 50627, + "[XXXXX329]": 50475, + "[XXXXX32]": 50277, + "[XXXXX330]": 50667, + "[XXXXX331]": 50348, + "[XXXXX332]": 50772, + "[XXXXX333]": 50163, + "[XXXXX334]": 50569, + "[XXXXX335]": 50018, + "[XXXXX336]": 50883, + "[XXXXX337]": 50067, + "[XXXXX338]": 51184, + "[XXXXX339]": 50997, + "[XXXXX33]": 50403, + "[XXXXX340]": 51013, + "[XXXXX341]": 50957, + "[XXXXX342]": 51106, + "[XXXXX343]": 51174, + "[XXXXX344]": 50391, + "[XXXXX345]": 50948, + "[XXXXX346]": 50180, + "[XXXXX347]": 50811, + "[XXXXX348]": 50401, + "[XXXXX349]": 50911, + "[XXXXX34]": 50223, + "[XXXXX350]": 51089, + "[XXXXX351]": 50777, + "[XXXXX352]": 50189, + "[XXXXX353]": 50492, + "[XXXXX354]": 50205, + "[XXXXX355]": 50374, + "[XXXXX356]": 51152, + "[XXXXX357]": 50695, + "[XXXXX358]": 51117, + "[XXXXX359]": 50573, + "[XXXXX35]": 50752, + "[XXXXX360]": 50955, + "[XXXXX361]": 50349, + "[XXXXX362]": 51137, + "[XXXXX363]": 50641, + "[XXXXX364]": 51148, + "[XXXXX365]": 50255, + "[XXXXX366]": 50310, + "[XXXXX367]": 50314, + "[XXXXX368]": 50971, + "[XXXXX369]": 50916, + "[XXXXX36]": 50437, + "[XXXXX370]": 51096, + "[XXXXX371]": 50557, + "[XXXXX372]": 51095, + "[XXXXX373]": 50382, + "[XXXXX374]": 50119, + "[XXXXX375]": 50958, + "[XXXXX376]": 50624, + "[XXXXX377]": 50483, + "[XXXXX378]": 50605, + "[XXXXX379]": 50017, + "[XXXXX37]": 50706, + "[XXXXX380]": 50246, + "[XXXXX381]": 50588, + "[XXXXX382]": 51008, + "[XXXXX383]": 50801, + "[XXXXX384]": 50290, + "[XXXXX385]": 50899, + "[XXXXX386]": 50206, + "[XXXXX387]": 50716, + "[XXXXX388]": 51082, + "[XXXXX389]": 50177, + "[XXXXX38]": 50736, + "[XXXXX390]": 50282, + "[XXXXX391]": 51183, + "[XXXXX392]": 50286, + "[XXXXX393]": 50659, + "[XXXXX394]": 50378, + "[XXXXX395]": 50709, + "[XXXXX396]": 50028, + "[XXXXX397]": 50235, + "[XXXXX398]": 51014, + "[XXXXX399]": 50880, + "[XXXXX39]": 50305, + "[XXXXX3]": 50077, + "[XXXXX400]": 50155, + "[XXXXX401]": 50710, + "[XXXXX402]": 50507, + "[XXXXX403]": 50860, + "[XXXXX404]": 50661, + "[XXXXX405]": 51083, + "[XXXXX406]": 50888, + "[XXXXX407]": 50069, + "[XXXXX408]": 50691, + "[XXXXX409]": 51055, + "[XXXXX40]": 50337, + "[XXXXX410]": 50137, + "[XXXXX411]": 50791, + "[XXXXX412]": 50136, + "[XXXXX413]": 50730, + "[XXXXX414]": 50267, + "[XXXXX415]": 50012, + "[XXXXX416]": 50681, + "[XXXXX417]": 50942, + "[XXXXX418]": 50720, + "[XXXXX419]": 50844, + "[XXXXX41]": 50387, + "[XXXXX420]": 50111, + "[XXXXX421]": 51003, + "[XXXXX422]": 50785, + "[XXXXX423]": 50149, + "[XXXXX424]": 50422, + "[XXXXX425]": 51086, + "[XXXXX426]": 50862, + "[XXXXX427]": 50576, + "[XXXXX428]": 51049, + "[XXXXX429]": 50630, + "[XXXXX42]": 50799, + "[XXXXX430]": 50289, + "[XXXXX431]": 50184, + "[XXXXX432]": 50319, + "[XXXXX433]": 51116, + "[XXXXX434]": 50519, + "[XXXXX435]": 50496, + "[XXXXX436]": 50517, + "[XXXXX437]": 50865, + "[XXXXX438]": 50737, + "[XXXXX439]": 50356, + "[XXXXX43]": 50359, + "[XXXXX440]": 50898, + "[XXXXX441]": 50113, + "[XXXXX442]": 50527, + "[XXXXX443]": 50762, + "[XXXXX444]": 50540, + "[XXXXX445]": 50925, + "[XXXXX446]": 50711, + "[XXXXX447]": 50143, + "[XXXXX448]": 51170, + "[XXXXX449]": 50413, + "[XXXXX44]": 50097, + "[XXXXX450]": 50375, + "[XXXXX451]": 50846, + "[XXXXX452]": 50217, + "[XXXXX453]": 50699, + "[XXXXX454]": 50412, + "[XXXXX455]": 50418, + "[XXXXX456]": 51143, + "[XXXXX457]": 51141, + "[XXXXX458]": 51157, + "[XXXXX459]": 50825, + "[XXXXX45]": 50203, + "[XXXXX460]": 50194, + "[XXXXX461]": 50148, + "[XXXXX462]": 50276, + "[XXXXX463]": 50271, + "[XXXXX464]": 50836, + "[XXXXX465]": 50854, + "[XXXXX466]": 50164, + "[XXXXX467]": 50484, + "[XXXXX468]": 51097, + "[XXXXX469]": 50182, + "[XXXXX46]": 50505, + "[XXXXX470]": 50670, + "[XXXXX471]": 50595, + "[XXXXX472]": 50237, + "[XXXXX473]": 50057, + "[XXXXX474]": 50431, + "[XXXXX475]": 50738, + "[XXXXX476]": 51145, + "[XXXXX477]": 50247, + "[XXXXX478]": 50029, + "[XXXXX479]": 50917, + "[XXXXX47]": 50579, + "[XXXXX480]": 50702, + "[XXXXX481]": 50831, + "[XXXXX482]": 50753, + "[XXXXX483]": 50598, + "[XXXXX484]": 51136, + "[XXXXX485]": 50092, + "[XXXXX486]": 50202, + "[XXXXX487]": 50106, + "[XXXXX488]": 50924, + "[XXXXX489]": 51113, + "[XXXXX48]": 50842, + "[XXXXX490]": 50761, + "[XXXXX491]": 50577, + "[XXXXX492]": 50692, + "[XXXXX493]": 51130, + "[XXXXX494]": 50932, + "[XXXXX495]": 50837, + "[XXXXX496]": 50893, + "[XXXXX497]": 50773, + "[XXXXX498]": 50360, + "[XXXXX499]": 50900, + "[XXXXX49]": 51062, + "[XXXXX4]": 50396, + "[XXXXX500]": 51034, + "[XXXXX501]": 50472, + "[XXXXX502]": 50660, + "[XXXXX503]": 50815, + "[XXXXX504]": 50939, + "[XXXXX505]": 50419, + "[XXXXX506]": 50324, + "[XXXXX507]": 50428, + "[XXXXX508]": 50274, + "[XXXXX509]": 50311, + "[XXXXX50]": 50459, + "[XXXXX510]": 50674, + "[XXXXX511]": 50580, + "[XXXXX512]": 50956, + "[XXXXX513]": 50165, + "[XXXXX514]": 50320, + "[XXXXX515]": 50648, + "[XXXXX516]": 50386, + "[XXXXX517]": 50058, + "[XXXXX518]": 51045, + "[XXXXX519]": 50103, + "[XXXXX51]": 50979, + "[XXXXX520]": 50530, + "[XXXXX521]": 50907, + "[XXXXX522]": 50260, + "[XXXXX523]": 50632, + "[XXXXX524]": 50926, + "[XXXXX525]": 50687, + "[XXXXX526]": 50160, + "[XXXXX527]": 51053, + "[XXXXX528]": 50652, + "[XXXXX529]": 51041, + "[XXXXX52]": 50272, + "[XXXXX530]": 51111, + "[XXXXX531]": 51009, + "[XXXXX532]": 51079, + "[XXXXX533]": 50487, + "[XXXXX534]": 51059, + "[XXXXX535]": 50335, + "[XXXXX536]": 50380, + "[XXXXX537]": 50301, + "[XXXXX538]": 51067, + "[XXXXX539]": 51052, + "[XXXXX53]": 51048, + "[XXXXX540]": 50822, + "[XXXXX541]": 51040, + "[XXXXX542]": 50490, + "[XXXXX543]": 50448, + "[XXXXX544]": 50812, + "[XXXXX545]": 50099, + "[XXXXX546]": 51199, + "[XXXXX547]": 50226, + "[XXXXX548]": 50538, + "[XXXXX549]": 50342, + "[XXXXX54]": 50701, + "[XXXXX550]": 50544, + "[XXXXX551]": 50398, + "[XXXXX552]": 51102, + "[XXXXX553]": 50919, + "[XXXXX554]": 50615, + "[XXXXX555]": 50769, + "[XXXXX556]": 50940, + "[XXXXX557]": 50070, + "[XXXXX558]": 50680, + "[XXXXX559]": 50611, + "[XXXXX55]": 50574, + "[XXXXX560]": 50381, + "[XXXXX561]": 50350, + "[XXXXX562]": 50175, + "[XXXXX563]": 50584, + "[XXXXX564]": 50703, + "[XXXXX565]": 50989, + "[XXXXX566]": 50877, + "[XXXXX567]": 51039, + "[XXXXX568]": 51018, + "[XXXXX569]": 50452, + "[XXXXX56]": 51099, + "[XXXXX570]": 50161, + "[XXXXX571]": 50921, + "[XXXXX572]": 50676, + "[XXXXX573]": 50326, + "[XXXXX574]": 50987, + "[XXXXX575]": 50361, + "[XXXXX576]": 50071, + "[XXXXX577]": 50803, + "[XXXXX578]": 50400, + "[XXXXX579]": 51091, + "[XXXXX57]": 50501, + "[XXXXX580]": 50887, + "[XXXXX581]": 50839, + "[XXXXX582]": 51138, + "[XXXXX583]": 50816, + "[XXXXX584]": 50339, + "[XXXXX585]": 50463, + "[XXXXX586]": 50399, + "[XXXXX587]": 51070, + "[XXXXX588]": 50457, + "[XXXXX589]": 50828, + "[XXXXX58]": 50183, + "[XXXXX590]": 50080, + "[XXXXX591]": 50550, + "[XXXXX592]": 50129, + "[XXXXX593]": 50273, + "[XXXXX594]": 50388, + "[XXXXX595]": 50491, + "[XXXXX596]": 50278, + "[XXXXX597]": 50011, + "[XXXXX598]": 50254, + "[XXXXX599]": 50302, + "[XXXXX59]": 50353, + "[XXXXX5]": 50010, + "[XXXXX600]": 50704, + "[XXXXX601]": 51118, + "[XXXXX602]": 50049, + "[XXXXX603]": 51190, + "[XXXXX604]": 51142, + "[XXXXX605]": 50707, + "[XXXXX606]": 50937, + "[XXXXX607]": 50875, + "[XXXXX608]": 50564, + "[XXXXX609]": 50345, + "[XXXXX60]": 50713, + "[XXXXX610]": 50949, + "[XXXXX611]": 50978, + "[XXXXX612]": 50330, + "[XXXXX613]": 51035, + "[XXXXX614]": 50402, + "[XXXXX615]": 50176, + "[XXXXX616]": 51133, + "[XXXXX617]": 50222, + "[XXXXX618]": 50118, + "[XXXXX619]": 50196, + "[XXXXX61]": 50298, + "[XXXXX620]": 50668, + "[XXXXX621]": 50462, + "[XXXXX622]": 50218, + "[XXXXX623]": 51101, + "[XXXXX624]": 50362, + "[XXXXX625]": 50779, + "[XXXXX626]": 50513, + "[XXXXX627]": 50746, + "[XXXXX628]": 50141, + "[XXXXX629]": 50479, + "[XXXXX62]": 50056, + "[XXXXX630]": 51180, + "[XXXXX631]": 50872, + "[XXXXX632]": 50315, + "[XXXXX633]": 50397, + "[XXXXX634]": 51165, + "[XXXXX635]": 50046, + "[XXXXX636]": 50795, + "[XXXXX637]": 50959, + "[XXXXX638]": 50786, + "[XXXXX639]": 50240, + "[XXXXX63]": 51061, + "[XXXXX640]": 50601, + "[XXXXX641]": 50904, + "[XXXXX642]": 50376, + "[XXXXX643]": 50663, + "[XXXXX644]": 50613, + "[XXXXX645]": 50467, + "[XXXXX646]": 50546, + "[XXXXX647]": 50465, + "[XXXXX648]": 50395, + "[XXXXX649]": 50287, + "[XXXXX64]": 51162, + "[XXXXX650]": 50474, + "[XXXXX651]": 50727, + "[XXXXX652]": 50243, + "[XXXXX653]": 51100, + "[XXXXX654]": 50705, + "[XXXXX655]": 51012, + "[XXXXX656]": 50447, + "[XXXXX657]": 50719, + "[XXXXX658]": 50712, + "[XXXXX659]": 50476, + "[XXXXX65]": 50587, + "[XXXXX660]": 51054, + "[XXXXX661]": 51166, + "[XXXXX662]": 50494, + "[XXXXX663]": 50230, + "[XXXXX664]": 50621, + "[XXXXX665]": 50809, + "[XXXXX666]": 50265, + "[XXXXX667]": 50645, + "[XXXXX668]": 50817, + "[XXXXX669]": 50030, + "[XXXXX66]": 51029, + "[XXXXX670]": 51004, + "[XXXXX671]": 50685, + "[XXXXX672]": 50625, + "[XXXXX673]": 50890, + "[XXXXX674]": 50383, + "[XXXXX675]": 50929, + "[XXXXX676]": 50116, + "[XXXXX677]": 51072, + "[XXXXX678]": 51126, + "[XXXXX679]": 50755, + "[XXXXX67]": 50717, + "[XXXXX680]": 50303, + "[XXXXX681]": 50504, + "[XXXXX682]": 51075, + "[XXXXX683]": 50261, + "[XXXXX684]": 50861, + "[XXXXX685]": 50306, + "[XXXXX686]": 50016, + "[XXXXX687]": 50101, + "[XXXXX688]": 51098, + "[XXXXX689]": 50827, + "[XXXXX68]": 50863, + "[XXXXX690]": 50640, + "[XXXXX691]": 50031, + "[XXXXX692]": 50768, + "[XXXXX693]": 50013, + "[XXXXX694]": 51032, + "[XXXXX695]": 50166, + "[XXXXX696]": 50127, + "[XXXXX697]": 50414, + "[XXXXX698]": 50742, + "[XXXXX699]": 51042, + "[XXXXX69]": 51112, + "[XXXXX6]": 50593, + "[XXXXX700]": 50292, + "[XXXXX701]": 50174, + "[XXXXX702]": 50547, + "[XXXXX703]": 50498, + "[XXXXX704]": 51078, + "[XXXXX705]": 50133, + "[XXXXX706]": 50041, + "[XXXXX707]": 51181, + "[XXXXX708]": 50585, + "[XXXXX709]": 50776, + "[XXXXX70]": 50053, + "[XXXXX710]": 50336, + "[XXXXX711]": 50765, + "[XXXXX712]": 50224, + "[XXXXX713]": 50599, + "[XXXXX714]": 50207, + "[XXXXX715]": 51043, + "[XXXXX716]": 51090, + "[XXXXX717]": 50006, + "[XXXXX718]": 50901, + "[XXXXX719]": 51001, + "[XXXXX71]": 50954, + "[XXXXX720]": 50646, + "[XXXXX721]": 50075, + "[XXXXX722]": 51120, + "[XXXXX723]": 50215, + "[XXXXX724]": 50415, + "[XXXXX725]": 50154, + "[XXXXX726]": 50935, + "[XXXXX727]": 50545, + "[XXXXX728]": 51085, + "[XXXXX729]": 50256, + "[XXXXX72]": 50363, + "[XXXXX730]": 50700, + "[XXXXX731]": 50262, + "[XXXXX732]": 50930, + "[XXXXX733]": 50333, + "[XXXXX734]": 50884, + "[XXXXX735]": 51030, + "[XXXXX736]": 50231, + "[XXXXX737]": 50405, + "[XXXXX738]": 50962, + "[XXXXX739]": 50458, + "[XXXXX73]": 50019, + "[XXXXX740]": 50878, + "[XXXXX741]": 50910, + "[XXXXX742]": 50170, + "[XXXXX743]": 50718, + "[XXXXX744]": 50616, + "[XXXXX745]": 50358, + "[XXXXX746]": 50152, + "[XXXXX747]": 50525, + "[XXXXX748]": 51167, + "[XXXXX749]": 50653, + "[XXXXX74]": 50952, + "[XXXXX750]": 50500, + "[XXXXX751]": 50446, + "[XXXXX752]": 50995, + "[XXXXX753]": 50945, + "[XXXXX754]": 51173, + "[XXXXX755]": 50823, + "[XXXXX756]": 51060, + "[XXXXX757]": 50748, + "[XXXXX758]": 50020, + "[XXXXX759]": 50197, + "[XXXXX75]": 50502, + "[XXXXX760]": 50291, + "[XXXXX761]": 50821, + "[XXXXX762]": 50190, + "[XXXXX763]": 50745, + "[XXXXX764]": 50778, + "[XXXXX765]": 50556, + "[XXXXX766]": 51161, + "[XXXXX767]": 50466, + "[XXXXX768]": 50792, + "[XXXXX769]": 50208, + "[XXXXX76]": 50169, + "[XXXXX770]": 50647, + "[XXXXX771]": 50610, + "[XXXXX772]": 51140, + "[XXXXX773]": 50441, + "[XXXXX774]": 50870, + "[XXXXX775]": 50368, + "[XXXXX776]": 50026, + "[XXXXX777]": 50677, + "[XXXXX778]": 51168, + "[XXXXX779]": 50481, + "[XXXXX77]": 50515, + "[XXXXX780]": 50225, + "[XXXXX781]": 50408, + "[XXXXX782]": 50090, + "[XXXXX783]": 50951, + "[XXXXX784]": 50015, + "[XXXXX785]": 50658, + "[XXXXX786]": 50617, + "[XXXXX787]": 50721, + "[XXXXX788]": 51084, + "[XXXXX789]": 50830, + "[XXXXX78]": 50100, + "[XXXXX790]": 50606, + "[XXXXX791]": 50124, + "[XXXXX792]": 50078, + "[XXXXX793]": 51188, + "[XXXXX794]": 50750, + "[XXXXX795]": 50138, + "[XXXXX796]": 50239, + "[XXXXX797]": 50385, + "[XXXXX798]": 50780, + "[XXXXX799]": 50683, + "[XXXXX79]": 50436, + "[XXXXX7]": 50211, + "[XXXXX800]": 51185, + "[XXXXX801]": 50250, + "[XXXXX802]": 50456, + "[XXXXX803]": 50508, + "[XXXXX804]": 51194, + "[XXXXX805]": 50021, + "[XXXXX806]": 50307, + "[XXXXX807]": 50199, + "[XXXXX808]": 51129, + "[XXXXX809]": 50686, + "[XXXXX80]": 50370, + "[XXXXX810]": 50343, + "[XXXXX811]": 50614, + "[XXXXX812]": 50636, + "[XXXXX813]": 51198, + "[XXXXX814]": 50788, + "[XXXXX815]": 50120, + "[XXXXX816]": 50135, + "[XXXXX817]": 50293, + "[XXXXX818]": 50153, + "[XXXXX819]": 50516, + "[XXXXX81]": 50581, + "[XXXXX820]": 50586, + "[XXXXX821]": 50509, + "[XXXXX822]": 50220, + "[XXXXX823]": 51068, + "[XXXXX824]": 50946, + "[XXXXX825]": 50965, + "[XXXXX826]": 50032, + "[XXXXX827]": 50156, + "[XXXXX828]": 50449, + "[XXXXX829]": 50531, + "[XXXXX82]": 51164, + "[XXXXX830]": 50486, + "[XXXXX831]": 50357, + "[XXXXX832]": 51022, + "[XXXXX833]": 50633, + "[XXXXX834]": 50754, + "[XXXXX835]": 51134, + "[XXXXX836]": 50193, + "[XXXXX837]": 51088, + "[XXXXX838]": 50722, + "[XXXXX839]": 50756, + "[XXXXX83]": 50977, + "[XXXXX840]": 50022, + "[XXXXX841]": 51186, + "[XXXXX842]": 50575, + "[XXXXX843]": 50079, + "[XXXXX844]": 50644, + "[XXXXX845]": 51033, + "[XXXXX846]": 50454, + "[XXXXX847]": 50095, + "[XXXXX848]": 50902, + "[XXXXX849]": 50597, + "[XXXXX84]": 50167, + "[XXXXX850]": 51051, + "[XXXXX851]": 50696, + "[XXXXX852]": 50966, + "[XXXXX853]": 50034, + "[XXXXX854]": 50889, + "[XXXXX855]": 50843, + "[XXXXX856]": 50963, + "[XXXXX857]": 50227, + "[XXXXX858]": 51058, + "[XXXXX859]": 50850, + "[XXXXX85]": 50192, + "[XXXXX860]": 50228, + "[XXXXX861]": 50570, + "[XXXXX862]": 50488, + "[XXXXX863]": 50539, + "[XXXXX864]": 51182, + "[XXXXX865]": 50990, + "[XXXXX866]": 50542, + "[XXXXX867]": 51069, + "[XXXXX868]": 50480, + "[XXXXX869]": 50847, + "[XXXXX86]": 50874, + "[XXXXX870]": 50308, + "[XXXXX871]": 50510, + "[XXXXX872]": 50423, + "[XXXXX873]": 50086, + "[XXXXX874]": 50591, + "[XXXXX875]": 50728, + "[XXXXX876]": 50372, + "[XXXXX877]": 50903, + "[XXXXX878]": 50868, + "[XXXXX879]": 50763, + "[XXXXX87]": 50571, + "[XXXXX880]": 50096, + "[XXXXX881]": 51150, + "[XXXXX882]": 50460, + "[XXXXX883]": 51087, + "[XXXXX884]": 51093, + "[XXXXX885]": 50295, + "[XXXXX886]": 51037, + "[XXXXX887]": 51171, + "[XXXXX888]": 50794, + "[XXXXX889]": 50628, + "[XXXXX88]": 50520, + "[XXXXX890]": 51172, + "[XXXXX891]": 51046, + "[XXXXX892]": 50918, + "[XXXXX893]": 50998, + "[XXXXX894]": 50371, + "[XXXXX895]": 51155, + "[XXXXX896]": 50866, + "[XXXXX897]": 50229, + "[XXXXX898]": 51057, + "[XXXXX899]": 50867, + "[XXXXX89]": 50537, + "[XXXXX8]": 50784, + "[XXXXX900]": 50739, + "[XXXXX901]": 51080, + "[XXXXX902]": 50038, + "[XXXXX903]": 50321, + "[XXXXX904]": 50774, + "[XXXXX905]": 50974, + "[XXXXX906]": 50920, + "[XXXXX907]": 50469, + "[XXXXX908]": 51122, + "[XXXXX909]": 51092, + "[XXXXX90]": 50514, + "[XXXXX910]": 50798, + "[XXXXX911]": 50245, + "[XXXXX912]": 50367, + "[XXXXX913]": 50618, + "[XXXXX914]": 50072, + "[XXXXX915]": 50450, + "[XXXXX916]": 51189, + "[XXXXX917]": 50485, + "[XXXXX918]": 50283, + "[XXXXX919]": 50845, + "[XXXXX91]": 50968, + "[XXXXX920]": 50429, + "[XXXXX921]": 50364, + "[XXXXX922]": 50782, + "[XXXXX923]": 50534, + "[XXXXX924]": 50059, + "[XXXXX925]": 50102, + "[XXXXX926]": 50185, + "[XXXXX927]": 50634, + "[XXXXX928]": 50567, + "[XXXXX929]": 50895, + "[XXXXX92]": 50210, + "[XXXXX930]": 50561, + "[XXXXX931]": 51021, + "[XXXXX932]": 50107, + "[XXXXX933]": 50407, + "[XXXXX934]": 50654, + "[XXXXX935]": 50268, + "[XXXXX936]": 51153, + "[XXXXX937]": 50552, + "[XXXXX938]": 50526, + "[XXXXX939]": 50322, + "[XXXXX93]": 50912, + "[XXXXX940]": 50296, + "[XXXXX941]": 50572, + "[XXXXX942]": 50393, + "[XXXXX943]": 50312, + "[XXXXX944]": 50592, + "[XXXXX945]": 50982, + "[XXXXX946]": 50089, + "[XXXXX947]": 50331, + "[XXXXX948]": 50279, + "[XXXXX949]": 51005, + "[XXXXX94]": 50198, + "[XXXXX950]": 50114, + "[XXXXX951]": 50074, + "[XXXXX952]": 50248, + "[XXXXX953]": 50857, + "[XXXXX954]": 50841, + "[XXXXX955]": 51065, + "[XXXXX956]": 50234, + "[XXXXX957]": 50834, + "[XXXXX958]": 50535, + "[XXXXX959]": 51109, + "[XXXXX95]": 50651, + "[XXXXX960]": 50797, + "[XXXXX961]": 50914, + "[XXXXX962]": 50112, + "[XXXXX963]": 50073, + "[XXXXX964]": 50559, + "[XXXXX965]": 50933, + "[XXXXX966]": 50619, + "[XXXXX967]": 51187, + "[XXXXX968]": 50327, + "[XXXXX969]": 50698, + "[XXXXX96]": 50420, + "[XXXXX970]": 50060, + "[XXXXX971]": 50432, + "[XXXXX972]": 50620, + "[XXXXX973]": 50693, + "[XXXXX974]": 50938, + "[XXXXX975]": 50983, + "[XXXXX976]": 50334, + "[XXXXX977]": 50438, + "[XXXXX978]": 51154, + "[XXXXX979]": 50964, + "[XXXXX97]": 50672, + "[XXXXX980]": 50511, + "[XXXXX981]": 50244, + "[XXXXX982]": 50266, + "[XXXXX983]": 50134, + "[XXXXX984]": 50338, + "[XXXXX985]": 51121, + "[XXXXX986]": 50323, + "[XXXXX987]": 50909, + "[XXXXX988]": 51000, + "[XXXXX989]": 50036, + "[XXXXX98]": 50787, + "[XXXXX990]": 50512, + "[XXXXX991]": 50191, + "[XXXXX992]": 50187, + "[XXXXX993]": 51156, + "[XXXXX994]": 51135, + "[XXXXX995]": 50355, + "[XXXXX996]": 51027, + "[XXXXX997]": 50297, + "[XXXXX998]": 50928, + "[XXXXX999]": 50697, + "[XXXXX99]": 50980, + "[XXXXX9]": 50961 +} diff --git a/checkpoint-6000/config.json b/checkpoint-6000/config.json new file mode 100644 index 0000000..6aa3e79 --- /dev/null +++ b/checkpoint-6000/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu", + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 50000, + "dtype": "bfloat16", + "embd_pdrop": 0.1, + "eos_token_id": 50001, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_ctx": 512, + "n_embd": 512, + "n_head": 8, + "n_inner": 2048, + "n_layer": 4, + "n_positions": 512, + "pad_token_id": 50002, + "prefix": "[CLS]", + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "transformers_version": "4.56.2", + "use_cache": true, + "vocab_size": 51200 +} diff --git a/checkpoint-6000/generation_config.json b/checkpoint-6000/generation_config.json new file mode 100644 index 0000000..4c122f0 --- /dev/null +++ b/checkpoint-6000/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 50000, + "eos_token_id": [ + 50001 + ], + "pad_token_id": 50002, + "transformers_version": "4.56.2" +} diff --git a/checkpoint-6000/model.safetensors b/checkpoint-6000/model.safetensors new file mode 100644 index 0000000..03bc2e1 --- /dev/null +++ b/checkpoint-6000/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe59302f10a1f4913b58af11b8e3d559cab7fa1c7bee9c85888dd614857cd0e +size 78179408 diff --git a/checkpoint-6000/rng_state.pth b/checkpoint-6000/rng_state.pth new file mode 100644 index 0000000..9239112 --- /dev/null +++ b/checkpoint-6000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e738c1a0d535f52c2fb6e8b86c5bf5082d1bba074ca4e5f633c805df5c75f2 +size 14709 diff --git a/checkpoint-6000/special_tokens_map.json b/checkpoint-6000/special_tokens_map.json new file mode 100644 index 0000000..c78a835 --- /dev/null +++ b/checkpoint-6000/special_tokens_map.json @@ -0,0 +1,1249 @@ +{ + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "cls_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "mask_token": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "sep_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/checkpoint-6000/spiece.model b/checkpoint-6000/spiece.model new file mode 100644 index 0000000..1d0ebef --- /dev/null +++ b/checkpoint-6000/spiece.model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb6c0798152f43d77dd4f94367bd58cc1d82ff07ea9fa1516be8cc28bf92184 +size 1123336 diff --git a/checkpoint-6000/tokenizer_config.json b/checkpoint-6000/tokenizer_config.json new file mode 100644 index 0000000..b27d01f --- /dev/null +++ b/checkpoint-6000/tokenizer_config.json @@ -0,0 +1,10825 @@ +{ + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50000": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50001": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50002": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50003": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50004": { + "content": "[XXXXX160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50005": { + "content": "[XXXXX240]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50006": { + "content": "[XXXXX717]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50007": { + "content": "[XXXXX23]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50008": { + "content": "[XXXXX161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50009": { + "content": "[XXXXX1156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50010": { + "content": "[XXXXX5]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50011": { + "content": "[XXXXX597]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50012": { + "content": "[XXXXX415]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50013": { + "content": "[XXXXX693]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50014": { + "content": "[XXXXX1083]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50015": { + "content": "[XXXXX784]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50016": { + "content": "[XXXXX686]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50017": { + "content": "[XXXXX379]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50018": { + "content": "[XXXXX335]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50019": { + "content": "[XXXXX73]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50020": { + "content": "[XXXXX758]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50021": { + "content": "[XXXXX805]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50022": { + "content": "[XXXXX840]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50023": { + "content": "[XXXXX1037]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50024": { + "content": "[XXXXX235]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50025": { + "content": "[XXXXX1107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50026": { + "content": "[XXXXX776]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50027": { + "content": "[XXXXX286]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50028": { + "content": "[XXXXX396]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50029": { + "content": "[XXXXX478]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50030": { + "content": "[XXXXX669]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50031": { + "content": "[XXXXX691]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50032": { + "content": "[XXXXX826]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50033": { + "content": "[XXXXX1150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50034": { + "content": "[XXXXX853]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50035": { + "content": "[XXXXX130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50036": { + "content": "[XXXXX989]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50037": { + "content": "[XXXXX249]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50038": { + "content": "[XXXXX902]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50039": { + "content": "[XXXXX1169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50040": { + "content": "[XXXXX260]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50041": { + "content": "[XXXXX706]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50042": { + "content": "[XXXXX146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50043": { + "content": "[XXXXX198]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50044": { + "content": "[XXXXX303]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50045": { + "content": "[XXXXX1192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50046": { + "content": "[XXXXX635]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50047": { + "content": "[XXXXX271]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50048": { + "content": "[XXXXX1023]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50049": { + "content": "[XXXXX602]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50050": { + "content": "[XXXXX291]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50051": { + "content": "[XXXXX190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50052": { + "content": "[XXXXX1055]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50053": { + "content": "[XXXXX70]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50054": { + "content": "[XXXXX178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50055": { + "content": "[XXXXX318]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50056": { + "content": "[XXXXX62]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50057": { + "content": "[XXXXX473]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50058": { + "content": "[XXXXX517]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50059": { + "content": "[XXXXX924]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50060": { + "content": "[XXXXX970]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50061": { + "content": "[XXXXX1033]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50062": { + "content": "[XXXXX110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50063": { + "content": "[XXXXX1151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50064": { + "content": "[XXXXX1189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50065": { + "content": "[XXXXX1095]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50066": { + "content": "[XXXXX148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50067": { + "content": "[XXXXX337]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50068": { + "content": "[XXXXX245]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50069": { + "content": "[XXXXX407]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50070": { + "content": "[XXXXX557]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50071": { + "content": "[XXXXX576]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50072": { + "content": "[XXXXX914]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50073": { + "content": "[XXXXX963]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50074": { + "content": "[XXXXX951]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50075": { + "content": "[XXXXX721]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50076": { + "content": "[XXXXX1174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50077": { + "content": "[XXXXX3]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50078": { + "content": "[XXXXX792]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50079": { + "content": "[XXXXX843]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50080": { + "content": "[XXXXX590]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50081": { + "content": "[XXXXX118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50082": { + "content": "[XXXXX280]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50083": { + "content": "[XXXXX1119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50084": { + "content": "[XXXXX1025]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50085": { + "content": "[XXXXX140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50086": { + "content": "[XXXXX873]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50087": { + "content": "[XXXXX103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50088": { + "content": "[XXXXX307]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50089": { + "content": "[XXXXX946]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50090": { + "content": "[XXXXX782]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50091": { + "content": "[XXXXX100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50092": { + "content": "[XXXXX485]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50093": { + "content": "[XXXXX151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50094": { + "content": "[XXXXX213]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50095": { + "content": "[XXXXX847]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50096": { + "content": "[XXXXX880]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50097": { + "content": "[XXXXX44]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50098": { + "content": "[XXXXX1031]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50099": { + "content": "[XXXXX545]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50100": { + "content": "[XXXXX78]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50101": { + "content": "[XXXXX687]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50102": { + "content": "[XXXXX925]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50103": { + "content": "[XXXXX519]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50104": { + "content": "[XXXXX1191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50105": { + "content": "[XXXXX13]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50106": { + "content": "[XXXXX487]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50107": { + "content": "[XXXXX932]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50108": { + "content": "[XXXXX119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50109": { + "content": "[XXXXX170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50110": { + "content": "[XXXXX254]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50111": { + "content": "[XXXXX420]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50112": { + "content": "[XXXXX962]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50113": { + "content": "[XXXXX441]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50114": { + "content": "[XXXXX950]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50115": { + "content": "[XXXXX18]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50116": { + "content": "[XXXXX676]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50117": { + "content": "[XXXXX1133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50118": { + "content": "[XXXXX618]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50119": { + "content": "[XXXXX374]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50120": { + "content": "[XXXXX815]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50121": { + "content": "[XXXXX1058]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50122": { + "content": "[XXXXX1108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50123": { + "content": "[XXXXX1144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50124": { + "content": "[XXXXX791]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50125": { + "content": "[XXXXX259]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50126": { + "content": "[XXXXX1074]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50127": { + "content": "[XXXXX696]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50128": { + "content": "[XXXXX1168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50129": { + "content": "[XXXXX592]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50130": { + "content": "[XXXXX127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50131": { + "content": "[XXXXX136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50132": { + "content": "[XXXXX237]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50133": { + "content": "[XXXXX705]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50134": { + "content": "[XXXXX983]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50135": { + "content": "[XXXXX816]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50136": { + "content": "[XXXXX412]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50137": { + "content": "[XXXXX410]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50138": { + "content": "[XXXXX795]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50139": { + "content": "[XXXXX101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50140": { + "content": "[XXXXX171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50141": { + "content": "[XXXXX628]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50142": { + "content": "[XXXXX1038]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50143": { + "content": "[XXXXX447]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50144": { + "content": "[XXXXX1043]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50145": { + "content": "[XXXXX147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50146": { + "content": "[XXXXX1112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50147": { + "content": "[XXXXX186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50148": { + "content": "[XXXXX461]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50149": { + "content": "[XXXXX423]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50150": { + "content": "[XXXXX26]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50151": { + "content": "[XXXXX227]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50152": { + "content": "[XXXXX746]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50153": { + "content": "[XXXXX818]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50154": { + "content": "[XXXXX725]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50155": { + "content": "[XXXXX400]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50156": { + "content": "[XXXXX827]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50157": { + "content": "[XXXXX1020]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50158": { + "content": "[XXXXX1060]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50159": { + "content": "[XXXXX195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50160": { + "content": "[XXXXX526]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50161": { + "content": "[XXXXX570]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50162": { + "content": "[XXXXX174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50163": { + "content": "[XXXXX333]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50164": { + "content": "[XXXXX466]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50165": { + "content": "[XXXXX513]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50166": { + "content": "[XXXXX695]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50167": { + "content": "[XXXXX84]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50168": { + "content": "[XXXXX1080]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50169": { + "content": "[XXXXX76]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50170": { + "content": "[XXXXX742]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50171": { + "content": "[XXXXX1008]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50172": { + "content": "[XXXXX1123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50173": { + "content": "[XXXXX1145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50174": { + "content": "[XXXXX701]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50175": { + "content": "[XXXXX562]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50176": { + "content": "[XXXXX615]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50177": { + "content": "[XXXXX389]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50178": { + "content": "[XXXXX267]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50179": { + "content": "[XXXXX323]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50180": { + "content": "[XXXXX346]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50181": { + "content": "[XXXXX287]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50182": { + "content": "[XXXXX469]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50183": { + "content": "[XXXXX58]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50184": { + "content": "[XXXXX431]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50185": { + "content": "[XXXXX926]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50186": { + "content": "[XXXXX1182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50187": { + "content": "[XXXXX992]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50188": { + "content": "[XXXXX185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50189": { + "content": "[XXXXX352]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50190": { + "content": "[XXXXX762]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50191": { + "content": "[XXXXX991]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50192": { + "content": "[XXXXX85]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50193": { + "content": "[XXXXX836]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50194": { + "content": "[XXXXX460]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50195": { + "content": "[XXXXX272]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50196": { + "content": "[XXXXX619]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50197": { + "content": "[XXXXX759]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50198": { + "content": "[XXXXX94]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50199": { + "content": "[XXXXX807]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50200": { + "content": "[XXXXX299]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50201": { + "content": "[XXXXX187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50202": { + "content": "[XXXXX486]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50203": { + "content": "[XXXXX45]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50204": { + "content": "[XXXXX1036]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50205": { + "content": "[XXXXX354]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50206": { + "content": "[XXXXX386]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50207": { + "content": "[XXXXX714]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50208": { + "content": "[XXXXX769]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50209": { + "content": "[XXXXX304]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50210": { + "content": "[XXXXX92]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50211": { + "content": "[XXXXX7]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50212": { + "content": "[XXXXX31]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50213": { + "content": "[XXXXX102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50214": { + "content": "[XXXXX163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50215": { + "content": "[XXXXX723]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50216": { + "content": "[XXXXX1042]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50217": { + "content": "[XXXXX452]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50218": { + "content": "[XXXXX622]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50219": { + "content": "[XXXXX1056]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50220": { + "content": "[XXXXX822]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50221": { + "content": "[XXXXX125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50222": { + "content": "[XXXXX617]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50223": { + "content": "[XXXXX34]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50224": { + "content": "[XXXXX712]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50225": { + "content": "[XXXXX780]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50226": { + "content": "[XXXXX547]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50227": { + "content": "[XXXXX857]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50228": { + "content": "[XXXXX860]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50229": { + "content": "[XXXXX897]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50230": { + "content": "[XXXXX663]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50231": { + "content": "[XXXXX736]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50232": { + "content": "[XXXXX202]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50233": { + "content": "[XXXXX1029]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50234": { + "content": "[XXXXX956]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50235": { + "content": "[XXXXX397]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50236": { + "content": "[XXXXX239]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50237": { + "content": "[XXXXX472]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50238": { + "content": "[XXXXX230]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50239": { + "content": "[XXXXX796]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50240": { + "content": "[XXXXX639]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50241": { + "content": "[XXXXX203]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50242": { + "content": "[XXXXX231]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50243": { + "content": "[XXXXX652]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50244": { + "content": "[XXXXX981]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50245": { + "content": "[XXXXX911]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50246": { + "content": "[XXXXX380]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50247": { + "content": "[XXXXX477]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50248": { + "content": "[XXXXX952]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50249": { + "content": "[XXXXX28]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50250": { + "content": "[XXXXX801]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50251": { + "content": "[XXXXX1134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50252": { + "content": "[XXXXX1176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50253": { + "content": "[XXXXX180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50254": { + "content": "[XXXXX598]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50255": { + "content": "[XXXXX365]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50256": { + "content": "[XXXXX729]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50257": { + "content": "[XXXXX214]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50258": { + "content": "[XXXXX1117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50259": { + "content": "[XXXXX278]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50260": { + "content": "[XXXXX522]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50261": { + "content": "[XXXXX683]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50262": { + "content": "[XXXXX731]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50263": { + "content": "[XXXXX312]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50264": { + "content": "[XXXXX1178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50265": { + "content": "[XXXXX666]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50266": { + "content": "[XXXXX982]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50267": { + "content": "[XXXXX414]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50268": { + "content": "[XXXXX935]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50269": { + "content": "[XXXXX1089]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50270": { + "content": "[XXXXX236]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50271": { + "content": "[XXXXX463]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50272": { + "content": "[XXXXX52]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50273": { + "content": "[XXXXX593]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50274": { + "content": "[XXXXX508]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50275": { + "content": "[XXXXX1125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50276": { + "content": "[XXXXX462]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50277": { + "content": "[XXXXX32]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50278": { + "content": "[XXXXX596]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50279": { + "content": "[XXXXX948]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50280": { + "content": "[XXXXX150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50281": { + "content": "[XXXXX322]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50282": { + "content": "[XXXXX390]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50283": { + "content": "[XXXXX918]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50284": { + "content": "[XXXXX157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50285": { + "content": "[XXXXX310]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50286": { + "content": "[XXXXX392]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50287": { + "content": "[XXXXX649]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50288": { + "content": "[XXXXX158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50289": { + "content": "[XXXXX430]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50290": { + "content": "[XXXXX384]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50291": { + "content": "[XXXXX760]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50292": { + "content": "[XXXXX700]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50293": { + "content": "[XXXXX817]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50294": { + "content": "[XXXXX115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50295": { + "content": "[XXXXX885]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50296": { + "content": "[XXXXX940]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50297": { + "content": "[XXXXX997]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50298": { + "content": "[XXXXX61]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50299": { + "content": "[XXXXX209]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50300": { + "content": "[XXXXX316]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50301": { + "content": "[XXXXX537]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50302": { + "content": "[XXXXX599]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50303": { + "content": "[XXXXX680]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50304": { + "content": "[XXXXX135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50305": { + "content": "[XXXXX39]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50306": { + "content": "[XXXXX685]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50307": { + "content": "[XXXXX806]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50308": { + "content": "[XXXXX870]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50309": { + "content": "[XXXXX1096]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50310": { + "content": "[XXXXX366]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50311": { + "content": "[XXXXX509]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50312": { + "content": "[XXXXX943]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50313": { + "content": "[XXXXX292]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50314": { + "content": "[XXXXX367]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50315": { + "content": "[XXXXX632]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50316": { + "content": "[XXXXX1136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50317": { + "content": "[XXXXX156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50318": { + "content": "[XXXXX1100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50319": { + "content": "[XXXXX432]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50320": { + "content": "[XXXXX514]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50321": { + "content": "[XXXXX903]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50322": { + "content": "[XXXXX939]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50323": { + "content": "[XXXXX986]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50324": { + "content": "[XXXXX506]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50325": { + "content": "[XXXXX10]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50326": { + "content": "[XXXXX573]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50327": { + "content": "[XXXXX968]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50328": { + "content": "[XXXXX1039]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50329": { + "content": "[XXXXX252]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50330": { + "content": "[XXXXX612]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50331": { + "content": "[XXXXX947]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50332": { + "content": "[XXXXX1162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50333": { + "content": "[XXXXX733]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50334": { + "content": "[XXXXX976]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50335": { + "content": "[XXXXX535]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50336": { + "content": "[XXXXX710]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50337": { + "content": "[XXXXX40]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50338": { + "content": "[XXXXX984]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50339": { + "content": "[XXXXX584]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50340": { + "content": "[XXXXX132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50341": { + "content": "[XXXXX1084]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50342": { + "content": "[XXXXX549]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50343": { + "content": "[XXXXX810]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50344": { + "content": "[XXXXX208]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50345": { + "content": "[XXXXX609]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50346": { + "content": "[XXXXX275]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50347": { + "content": "[XXXXX262]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50348": { + "content": "[XXXXX331]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50349": { + "content": "[XXXXX361]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50350": { + "content": "[XXXXX561]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50351": { + "content": "[XXXXX143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50352": { + "content": "[XXXXX1061]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50353": { + "content": "[XXXXX59]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50354": { + "content": "[XXXXX21]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50355": { + "content": "[XXXXX995]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50356": { + "content": "[XXXXX439]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50357": { + "content": "[XXXXX831]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50358": { + "content": "[XXXXX745]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50359": { + "content": "[XXXXX43]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50360": { + "content": "[XXXXX498]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50361": { + "content": "[XXXXX575]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50362": { + "content": "[XXXXX624]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50363": { + "content": "[XXXXX72]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50364": { + "content": "[XXXXX921]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50365": { + "content": "[XXXXX201]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50366": { + "content": "[XXXXX1171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50367": { + "content": "[XXXXX912]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50368": { + "content": "[XXXXX775]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50369": { + "content": "[XXXXX1094]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50370": { + "content": "[XXXXX80]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50371": { + "content": "[XXXXX894]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50372": { + "content": "[XXXXX876]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50373": { + "content": "[XXXXX1143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50374": { + "content": "[XXXXX355]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50375": { + "content": "[XXXXX450]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50376": { + "content": "[XXXXX642]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50377": { + "content": "[XXXXX162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50378": { + "content": "[XXXXX394]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50379": { + "content": "[XXXXX296]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50380": { + "content": "[XXXXX536]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50381": { + "content": "[XXXXX560]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50382": { + "content": "[XXXXX373]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50383": { + "content": "[XXXXX674]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50384": { + "content": "[XXXXX1099]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50385": { + "content": "[XXXXX797]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50386": { + "content": "[XXXXX516]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50387": { + "content": "[XXXXX41]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50388": { + "content": "[XXXXX594]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50389": { + "content": "[XXXXX319]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50390": { + "content": "[XXXXX165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50391": { + "content": "[XXXXX344]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50392": { + "content": "[XXXXX1012]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50393": { + "content": "[XXXXX942]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50394": { + "content": "[XXXXX1071]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50395": { + "content": "[XXXXX648]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50396": { + "content": "[XXXXX4]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50397": { + "content": "[XXXXX633]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50398": { + "content": "[XXXXX551]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50399": { + "content": "[XXXXX586]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50400": { + "content": "[XXXXX578]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50401": { + "content": "[XXXXX348]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50402": { + "content": "[XXXXX614]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50403": { + "content": "[XXXXX33]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50404": { + "content": "[XXXXX1193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50405": { + "content": "[XXXXX737]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50406": { + "content": "[XXXXX233]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50407": { + "content": "[XXXXX933]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50408": { + "content": "[XXXXX781]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50409": { + "content": "[XXXXX189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50410": { + "content": "[XXXXX1006]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50411": { + "content": "[XXXXX219]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50412": { + "content": "[XXXXX454]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50413": { + "content": "[XXXXX449]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50414": { + "content": "[XXXXX697]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50415": { + "content": "[XXXXX724]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50416": { + "content": "[XXXXX224]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50417": { + "content": "[XXXXX1157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50418": { + "content": "[XXXXX455]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50419": { + "content": "[XXXXX505]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50420": { + "content": "[XXXXX96]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50421": { + "content": "[XXXXX182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50422": { + "content": "[XXXXX424]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50423": { + "content": "[XXXXX872]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50424": { + "content": "[XXXXX1163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50425": { + "content": "[XXXXX1081]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50426": { + "content": "[XXXXX1173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50427": { + "content": "[XXXXX172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50428": { + "content": "[XXXXX507]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50429": { + "content": "[XXXXX920]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50430": { + "content": "[XXXXX1126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50431": { + "content": "[XXXXX474]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50432": { + "content": "[XXXXX971]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50433": { + "content": "[XXXXX1049]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50434": { + "content": "[XXXXX1114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50435": { + "content": "[XXXXX1040]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50436": { + "content": "[XXXXX79]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50437": { + "content": "[XXXXX36]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50438": { + "content": "[XXXXX977]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50439": { + "content": "[XXXXX1129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50440": { + "content": "[XXXXX1063]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50441": { + "content": "[XXXXX773]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50442": { + "content": "[XXXXX16]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50443": { + "content": "[XXXXX113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50444": { + "content": "[XXXXX320]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50445": { + "content": "[XXXXX167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50446": { + "content": "[XXXXX751]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50447": { + "content": "[XXXXX656]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50448": { + "content": "[XXXXX543]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50449": { + "content": "[XXXXX828]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50450": { + "content": "[XXXXX915]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50451": { + "content": "[XXXXX1098]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50452": { + "content": "[XXXXX569]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50453": { + "content": "[XXXXX1166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50454": { + "content": "[XXXXX846]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50455": { + "content": "[XXXXX324]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50456": { + "content": "[XXXXX802]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50457": { + "content": "[XXXXX588]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50458": { + "content": "[XXXXX739]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50459": { + "content": "[XXXXX50]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50460": { + "content": "[XXXXX882]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50461": { + "content": "[XXXXX1054]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50462": { + "content": "[XXXXX621]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50463": { + "content": "[XXXXX585]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50464": { + "content": "[XXXXX121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50465": { + "content": "[XXXXX647]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50466": { + "content": "[XXXXX767]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50467": { + "content": "[XXXXX645]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50468": { + "content": "[XXXXX27]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50469": { + "content": "[XXXXX907]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50470": { + "content": "[XXXXX1109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50471": { + "content": "[XXXXX1147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50472": { + "content": "[XXXXX501]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50473": { + "content": "[XXXXX1164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50474": { + "content": "[XXXXX650]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50475": { + "content": "[XXXXX329]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50476": { + "content": "[XXXXX659]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50477": { + "content": "[XXXXX1158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50478": { + "content": "[XXXXX104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50479": { + "content": "[XXXXX629]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50480": { + "content": "[XXXXX868]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50481": { + "content": "[XXXXX779]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50482": { + "content": "[XXXXX17]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50483": { + "content": "[XXXXX377]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50484": { + "content": "[XXXXX467]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50485": { + "content": "[XXXXX917]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50486": { + "content": "[XXXXX830]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50487": { + "content": "[XXXXX533]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50488": { + "content": "[XXXXX862]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50489": { + "content": "[XXXXX1041]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50490": { + "content": "[XXXXX542]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50491": { + "content": "[XXXXX595]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50492": { + "content": "[XXXXX353]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50493": { + "content": "[XXXXX181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50494": { + "content": "[XXXXX662]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50495": { + "content": "[XXXXX1195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50496": { + "content": "[XXXXX435]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50497": { + "content": "[XXXXX1051]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50498": { + "content": "[XXXXX703]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50499": { + "content": "[XXXXX1140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50500": { + "content": "[XXXXX750]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50501": { + "content": "[XXXXX57]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50502": { + "content": "[XXXXX75]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50503": { + "content": "[XXXXX293]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50504": { + "content": "[XXXXX681]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50505": { + "content": "[XXXXX46]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50506": { + "content": "[XXXXX30]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50507": { + "content": "[XXXXX402]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50508": { + "content": "[XXXXX803]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50509": { + "content": "[XXXXX821]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50510": { + "content": "[XXXXX871]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50511": { + "content": "[XXXXX980]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50512": { + "content": "[XXXXX990]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50513": { + "content": "[XXXXX626]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50514": { + "content": "[XXXXX90]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50515": { + "content": "[XXXXX77]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50516": { + "content": "[XXXXX819]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50517": { + "content": "[XXXXX436]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50518": { + "content": "[XXXXX306]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50519": { + "content": "[XXXXX434]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50520": { + "content": "[XXXXX88]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50521": { + "content": "[XXXXX184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50522": { + "content": "[XXXXX290]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50523": { + "content": "[XXXXX216]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50524": { + "content": "[XXXXX176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50525": { + "content": "[XXXXX747]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50526": { + "content": "[XXXXX938]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50527": { + "content": "[XXXXX442]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50528": { + "content": "[XXXXX301]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50529": { + "content": "[XXXXX1015]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50530": { + "content": "[XXXXX520]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50531": { + "content": "[XXXXX829]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50532": { + "content": "[XXXXX106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50533": { + "content": "[XXXXX1048]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50534": { + "content": "[XXXXX923]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50535": { + "content": "[XXXXX958]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50536": { + "content": "[XXXXX1130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50537": { + "content": "[XXXXX89]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50538": { + "content": "[XXXXX548]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50539": { + "content": "[XXXXX863]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50540": { + "content": "[XXXXX444]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50541": { + "content": "[XXXXX1149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50542": { + "content": "[XXXXX866]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50543": { + "content": "[XXXXX109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50544": { + "content": "[XXXXX550]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50545": { + "content": "[XXXXX727]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50546": { + "content": "[XXXXX646]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50547": { + "content": "[XXXXX702]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50548": { + "content": "[XXXXX204]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50549": { + "content": "[XXXXX1000]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50550": { + "content": "[XXXXX591]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50551": { + "content": "[XXXXX1128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50552": { + "content": "[XXXXX937]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50553": { + "content": "[XXXXX141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50554": { + "content": "[XXXXX273]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50555": { + "content": "[XXXXX1183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50556": { + "content": "[XXXXX765]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50557": { + "content": "[XXXXX371]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50558": { + "content": "[XXXXX256]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50559": { + "content": "[XXXXX964]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50560": { + "content": "[XXXXX1148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50561": { + "content": "[XXXXX930]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50562": { + "content": "[XXXXX212]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50563": { + "content": "[XXXXX133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50564": { + "content": "[XXXXX608]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50565": { + "content": "[XXXXX281]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50566": { + "content": "[XXXXX1045]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50567": { + "content": "[XXXXX928]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50568": { + "content": "[XXXXX1154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50569": { + "content": "[XXXXX334]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50570": { + "content": "[XXXXX861]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50571": { + "content": "[XXXXX87]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50572": { + "content": "[XXXXX941]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50573": { + "content": "[XXXXX359]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50574": { + "content": "[XXXXX55]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50575": { + "content": "[XXXXX842]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50576": { + "content": "[XXXXX427]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50577": { + "content": "[XXXXX491]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50578": { + "content": "[XXXXX137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50579": { + "content": "[XXXXX47]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50580": { + "content": "[XXXXX511]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50581": { + "content": "[XXXXX81]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50582": { + "content": "[XXXXX139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50583": { + "content": "[XXXXX226]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50584": { + "content": "[XXXXX563]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50585": { + "content": "[XXXXX708]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50586": { + "content": "[XXXXX820]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50587": { + "content": "[XXXXX65]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50588": { + "content": "[XXXXX381]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50589": { + "content": "[XXXXX22]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50590": { + "content": "[XXXXX1064]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50591": { + "content": "[XXXXX874]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50592": { + "content": "[XXXXX944]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50593": { + "content": "[XXXXX6]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50594": { + "content": "[XXXXX313]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50595": { + "content": "[XXXXX471]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50596": { + "content": "[XXXXX1118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50597": { + "content": "[XXXXX849]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50598": { + "content": "[XXXXX483]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50599": { + "content": "[XXXXX713]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50600": { + "content": "[XXXXX222]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50601": { + "content": "[XXXXX640]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50602": { + "content": "[XXXXX12]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50603": { + "content": "[XXXXX285]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50604": { + "content": "[XXXXX327]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50605": { + "content": "[XXXXX378]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50606": { + "content": "[XXXXX790]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50607": { + "content": "[XXXXX1179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50608": { + "content": "[XXXXX15]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50609": { + "content": "[XXXXX229]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50610": { + "content": "[XXXXX771]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50611": { + "content": "[XXXXX559]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50612": { + "content": "[XXXXX253]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50613": { + "content": "[XXXXX644]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50614": { + "content": "[XXXXX811]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50615": { + "content": "[XXXXX554]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50616": { + "content": "[XXXXX744]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50617": { + "content": "[XXXXX786]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50618": { + "content": "[XXXXX913]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50619": { + "content": "[XXXXX966]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50620": { + "content": "[XXXXX972]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50621": { + "content": "[XXXXX664]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50622": { + "content": "[XXXXX1131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50623": { + "content": "[XXXXX1132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50624": { + "content": "[XXXXX376]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50625": { + "content": "[XXXXX672]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50626": { + "content": "[XXXXX1013]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50627": { + "content": "[XXXXX328]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50628": { + "content": "[XXXXX889]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50629": { + "content": "[XXXXX1141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50630": { + "content": "[XXXXX429]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50631": { + "content": "[XXXXX114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50632": { + "content": "[XXXXX523]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50633": { + "content": "[XXXXX833]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50634": { + "content": "[XXXXX927]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50635": { + "content": "[XXXXX297]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50636": { + "content": "[XXXXX812]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50637": { + "content": "[XXXXX1062]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50638": { + "content": "[XXXXX152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50639": { + "content": "[XXXXX1010]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50640": { + "content": "[XXXXX690]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50641": { + "content": "[XXXXX363]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50642": { + "content": "[XXXXX1103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50643": { + "content": "[XXXXX194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50644": { + "content": "[XXXXX844]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50645": { + "content": "[XXXXX667]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50646": { + "content": "[XXXXX720]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50647": { + "content": "[XXXXX770]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50648": { + "content": "[XXXXX515]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50649": { + "content": "[XXXXX196]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50650": { + "content": "[XXXXX283]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50651": { + "content": "[XXXXX95]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50652": { + "content": "[XXXXX528]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50653": { + "content": "[XXXXX749]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50654": { + "content": "[XXXXX934]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50655": { + "content": "[XXXXX1052]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50656": { + "content": "[XXXXX1188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50657": { + "content": "[XXXXX1001]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50658": { + "content": "[XXXXX785]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50659": { + "content": "[XXXXX393]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50660": { + "content": "[XXXXX502]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50661": { + "content": "[XXXXX404]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50662": { + "content": "[XXXXX129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50663": { + "content": "[XXXXX643]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50664": { + "content": "[XXXXX1086]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50665": { + "content": "[XXXXX1104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50666": { + "content": "[XXXXX326]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50667": { + "content": "[XXXXX330]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50668": { + "content": "[XXXXX620]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50669": { + "content": "[XXXXX193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50670": { + "content": "[XXXXX470]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50671": { + "content": "[XXXXX279]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50672": { + "content": "[XXXXX97]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50673": { + "content": "[XXXXX177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50674": { + "content": "[XXXXX510]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50675": { + "content": "[XXXXX225]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50676": { + "content": "[XXXXX572]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50677": { + "content": "[XXXXX777]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50678": { + "content": "[XXXXX1135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50679": { + "content": "[XXXXX1160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50680": { + "content": "[XXXXX558]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50681": { + "content": "[XXXXX416]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50682": { + "content": "[XXXXX246]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50683": { + "content": "[XXXXX799]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50684": { + "content": "[XXXXX153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50685": { + "content": "[XXXXX671]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50686": { + "content": "[XXXXX809]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50687": { + "content": "[XXXXX525]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50688": { + "content": "[XXXXX1004]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50689": { + "content": "[XXXXX1005]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50690": { + "content": "[XXXXX1194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50691": { + "content": "[XXXXX408]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50692": { + "content": "[XXXXX492]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50693": { + "content": "[XXXXX973]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50694": { + "content": "[XXXXX242]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50695": { + "content": "[XXXXX357]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50696": { + "content": "[XXXXX851]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50697": { + "content": "[XXXXX999]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50698": { + "content": "[XXXXX969]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50699": { + "content": "[XXXXX453]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50700": { + "content": "[XXXXX730]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50701": { + "content": "[XXXXX54]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50702": { + "content": "[XXXXX480]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50703": { + "content": "[XXXXX564]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50704": { + "content": "[XXXXX600]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50705": { + "content": "[XXXXX654]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50706": { + "content": "[XXXXX37]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50707": { + "content": "[XXXXX605]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50708": { + "content": "[XXXXX164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50709": { + "content": "[XXXXX395]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50710": { + "content": "[XXXXX401]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50711": { + "content": "[XXXXX446]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50712": { + "content": "[XXXXX658]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50713": { + "content": "[XXXXX60]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50714": { + "content": "[XXXXX107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50715": { + "content": "[XXXXX131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50716": { + "content": "[XXXXX387]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50717": { + "content": "[XXXXX67]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50718": { + "content": "[XXXXX743]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50719": { + "content": "[XXXXX657]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50720": { + "content": "[XXXXX418]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50721": { + "content": "[XXXXX787]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50722": { + "content": "[XXXXX838]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50723": { + "content": "[XXXXX298]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50724": { + "content": "[XXXXX1007]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50725": { + "content": "[XXXXX1027]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50726": { + "content": "[XXXXX1078]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50727": { + "content": "[XXXXX651]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50728": { + "content": "[XXXXX875]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50729": { + "content": "[XXXXX258]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50730": { + "content": "[XXXXX413]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50731": { + "content": "[XXXXX1092]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50732": { + "content": "[XXXXX124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50733": { + "content": "[XXXXX308]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50734": { + "content": "[XXXXX1085]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50735": { + "content": "[XXXXX1170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50736": { + "content": "[XXXXX38]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50737": { + "content": "[XXXXX438]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50738": { + "content": "[XXXXX475]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50739": { + "content": "[XXXXX900]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50740": { + "content": "[XXXXX263]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50741": { + "content": "[XXXXX166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50742": { + "content": "[XXXXX698]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50743": { + "content": "[XXXXX1127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50744": { + "content": "[XXXXX1181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50745": { + "content": "[XXXXX763]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50746": { + "content": "[XXXXX627]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50747": { + "content": "[XXXXX250]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50748": { + "content": "[XXXXX757]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50749": { + "content": "[XXXXX142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50750": { + "content": "[XXXXX794]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50751": { + "content": "[XXXXX128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50752": { + "content": "[XXXXX35]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50753": { + "content": "[XXXXX482]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50754": { + "content": "[XXXXX834]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50755": { + "content": "[XXXXX679]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50756": { + "content": "[XXXXX839]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50757": { + "content": "[XXXXX138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50758": { + "content": "[XXXXX1066]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50759": { + "content": "[XXXXX116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50760": { + "content": "[XXXXX317]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50761": { + "content": "[XXXXX490]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50762": { + "content": "[XXXXX443]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50763": { + "content": "[XXXXX879]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50764": { + "content": "[XXXXX1101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50765": { + "content": "[XXXXX711]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50766": { + "content": "[XXXXX123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50767": { + "content": "[XXXXX1152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50768": { + "content": "[XXXXX692]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50769": { + "content": "[XXXXX555]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50770": { + "content": "[XXXXX266]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50771": { + "content": "[XXXXX0]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50772": { + "content": "[XXXXX332]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50773": { + "content": "[XXXXX497]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50774": { + "content": "[XXXXX904]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50775": { + "content": "[XXXXX1019]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50776": { + "content": "[XXXXX709]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50777": { + "content": "[XXXXX351]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50778": { + "content": "[XXXXX764]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50779": { + "content": "[XXXXX625]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50780": { + "content": "[XXXXX798]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50781": { + "content": "[XXXXX205]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50782": { + "content": "[XXXXX922]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50783": { + "content": "[XXXXX1075]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50784": { + "content": "[XXXXX8]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50785": { + "content": "[XXXXX422]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50786": { + "content": "[XXXXX638]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50787": { + "content": "[XXXXX98]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50788": { + "content": "[XXXXX814]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50789": { + "content": "[XXXXX1057]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50790": { + "content": "[XXXXX1070]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50791": { + "content": "[XXXXX411]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50792": { + "content": "[XXXXX768]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50793": { + "content": "[XXXXX1165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50794": { + "content": "[XXXXX888]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50795": { + "content": "[XXXXX636]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50796": { + "content": "[XXXXX1047]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50797": { + "content": "[XXXXX960]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50798": { + "content": "[XXXXX910]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50799": { + "content": "[XXXXX42]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50800": { + "content": "[XXXXX238]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50801": { + "content": "[XXXXX383]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50802": { + "content": "[XXXXX1032]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50803": { + "content": "[XXXXX577]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50804": { + "content": "[XXXXX268]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50805": { + "content": "[XXXXX179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50806": { + "content": "[XXXXX1076]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50807": { + "content": "[XXXXX1167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50808": { + "content": "[XXXXX1172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50809": { + "content": "[XXXXX665]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50810": { + "content": "[XXXXX126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50811": { + "content": "[XXXXX347]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50812": { + "content": "[XXXXX544]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50813": { + "content": "[XXXXX1026]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50814": { + "content": "[XXXXX159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50815": { + "content": "[XXXXX503]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50816": { + "content": "[XXXXX583]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50817": { + "content": "[XXXXX668]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50818": { + "content": "[XXXXX1115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50819": { + "content": "[XXXXX112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50820": { + "content": "[XXXXX154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50821": { + "content": "[XXXXX761]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50822": { + "content": "[XXXXX540]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50823": { + "content": "[XXXXX755]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50824": { + "content": "[XXXXX255]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50825": { + "content": "[XXXXX459]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50826": { + "content": "[XXXXX1090]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50827": { + "content": "[XXXXX689]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50828": { + "content": "[XXXXX589]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50829": { + "content": "[XXXXX122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50830": { + "content": "[XXXXX789]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50831": { + "content": "[XXXXX481]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50832": { + "content": "[XXXXX1044]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50833": { + "content": "[XXXXX274]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50834": { + "content": "[XXXXX957]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50835": { + "content": "[XXXXX1121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50836": { + "content": "[XXXXX464]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50837": { + "content": "[XXXXX495]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50838": { + "content": "[XXXXX1097]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50839": { + "content": "[XXXXX581]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50840": { + "content": "[XXXXX200]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50841": { + "content": "[XXXXX954]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50842": { + "content": "[XXXXX48]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50843": { + "content": "[XXXXX855]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50844": { + "content": "[XXXXX419]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50845": { + "content": "[XXXXX919]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50846": { + "content": "[XXXXX451]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50847": { + "content": "[XXXXX869]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50848": { + "content": "[XXXXX1082]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50849": { + "content": "[XXXXX1185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50850": { + "content": "[XXXXX859]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50851": { + "content": "[XXXXX1139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50852": { + "content": "[XXXXX1072]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50853": { + "content": "[XXXXX220]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50854": { + "content": "[XXXXX465]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50855": { + "content": "[XXXXX1105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50856": { + "content": "[XXXXX1093]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50857": { + "content": "[XXXXX953]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50858": { + "content": "[XXXXX1187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50859": { + "content": "[XXXXX311]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50860": { + "content": "[XXXXX403]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50861": { + "content": "[XXXXX684]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50862": { + "content": "[XXXXX426]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50863": { + "content": "[XXXXX68]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50864": { + "content": "[XXXXX277]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50865": { + "content": "[XXXXX437]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50866": { + "content": "[XXXXX896]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50867": { + "content": "[XXXXX899]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50868": { + "content": "[XXXXX878]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50869": { + "content": "[XXXXX1073]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50870": { + "content": "[XXXXX774]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50871": { + "content": "[XXXXX315]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50872": { + "content": "[XXXXX631]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50873": { + "content": "[XXXXX223]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50874": { + "content": "[XXXXX86]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50875": { + "content": "[XXXXX607]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50876": { + "content": "[XXXXX149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50877": { + "content": "[XXXXX566]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50878": { + "content": "[XXXXX740]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50879": { + "content": "[XXXXX265]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50880": { + "content": "[XXXXX399]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50881": { + "content": "[XXXXX1053]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50882": { + "content": "[XXXXX1077]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50883": { + "content": "[XXXXX336]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50884": { + "content": "[XXXXX734]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50885": { + "content": "[XXXXX289]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50886": { + "content": "[XXXXX221]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50887": { + "content": "[XXXXX580]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50888": { + "content": "[XXXXX406]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50889": { + "content": "[XXXXX854]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50890": { + "content": "[XXXXX673]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50891": { + "content": "[XXXXX1146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50892": { + "content": "[XXXXX29]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50893": { + "content": "[XXXXX496]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50894": { + "content": "[XXXXX241]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50895": { + "content": "[XXXXX929]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50896": { + "content": "[XXXXX169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50897": { + "content": "[XXXXX1153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50898": { + "content": "[XXXXX440]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50899": { + "content": "[XXXXX385]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50900": { + "content": "[XXXXX499]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50901": { + "content": "[XXXXX718]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50902": { + "content": "[XXXXX848]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50903": { + "content": "[XXXXX877]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50904": { + "content": "[XXXXX641]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50905": { + "content": "[XXXXX1137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50906": { + "content": "[XXXXX269]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50907": { + "content": "[XXXXX521]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50908": { + "content": "[XXXXX234]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50909": { + "content": "[XXXXX987]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50910": { + "content": "[XXXXX741]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50911": { + "content": "[XXXXX349]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50912": { + "content": "[XXXXX93]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50913": { + "content": "[XXXXX247]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50914": { + "content": "[XXXXX961]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50915": { + "content": "[XXXXX1120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50916": { + "content": "[XXXXX369]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50917": { + "content": "[XXXXX479]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50918": { + "content": "[XXXXX892]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50919": { + "content": "[XXXXX553]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50920": { + "content": "[XXXXX906]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50921": { + "content": "[XXXXX571]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50922": { + "content": "[XXXXX1046]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50923": { + "content": "[XXXXX206]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50924": { + "content": "[XXXXX488]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50925": { + "content": "[XXXXX445]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50926": { + "content": "[XXXXX524]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50927": { + "content": "[XXXXX228]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50928": { + "content": "[XXXXX998]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50929": { + "content": "[XXXXX675]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50930": { + "content": "[XXXXX732]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50931": { + "content": "[XXXXX1028]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50932": { + "content": "[XXXXX494]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50933": { + "content": "[XXXXX965]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50934": { + "content": "[XXXXX1021]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50935": { + "content": "[XXXXX726]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50936": { + "content": "[XXXXX168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50937": { + "content": "[XXXXX606]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50938": { + "content": "[XXXXX974]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50939": { + "content": "[XXXXX504]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50940": { + "content": "[XXXXX556]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50941": { + "content": "[XXXXX1159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50942": { + "content": "[XXXXX417]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50943": { + "content": "[XXXXX1175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50944": { + "content": "[XXXXX1142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50945": { + "content": "[XXXXX753]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50946": { + "content": "[XXXXX824]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50947": { + "content": "[XXXXX251]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50948": { + "content": "[XXXXX345]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50949": { + "content": "[XXXXX610]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50950": { + "content": "[XXXXX276]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50951": { + "content": "[XXXXX783]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50952": { + "content": "[XXXXX74]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50953": { + "content": "[XXXXX1050]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50954": { + "content": "[XXXXX71]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50955": { + "content": "[XXXXX360]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50956": { + "content": "[XXXXX512]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50957": { + "content": "[XXXXX341]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50958": { + "content": "[XXXXX375]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50959": { + "content": "[XXXXX637]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50960": { + "content": "[XXXXX1116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50961": { + "content": "[XXXXX9]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50962": { + "content": "[XXXXX738]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50963": { + "content": "[XXXXX856]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50964": { + "content": "[XXXXX979]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50965": { + "content": "[XXXXX825]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50966": { + "content": "[XXXXX852]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50967": { + "content": "[XXXXX215]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50968": { + "content": "[XXXXX91]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50969": { + "content": "[XXXXX257]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50970": { + "content": "[XXXXX325]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50971": { + "content": "[XXXXX368]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50972": { + "content": "[XXXXX1124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50973": { + "content": "[XXXXX188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50974": { + "content": "[XXXXX905]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50975": { + "content": "[XXXXX284]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50976": { + "content": "[XXXXX11]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50977": { + "content": "[XXXXX83]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50978": { + "content": "[XXXXX611]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50979": { + "content": "[XXXXX51]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50980": { + "content": "[XXXXX99]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50981": { + "content": "[XXXXX288]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50982": { + "content": "[XXXXX945]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50983": { + "content": "[XXXXX975]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50984": { + "content": "[XXXXX282]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50985": { + "content": "[XXXXX1068]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50986": { + "content": "[XXXXX1180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50987": { + "content": "[XXXXX574]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50988": { + "content": "[XXXXX305]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50989": { + "content": "[XXXXX565]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50990": { + "content": "[XXXXX865]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50991": { + "content": "[XXXXX1014]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50992": { + "content": "[XXXXX1138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50993": { + "content": "[XXXXX134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50994": { + "content": "[XXXXX321]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50995": { + "content": "[XXXXX752]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50996": { + "content": "[XXXXX108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50997": { + "content": "[XXXXX339]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50998": { + "content": "[XXXXX893]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50999": { + "content": "[XXXXX1177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51000": { + "content": "[XXXXX988]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51001": { + "content": "[XXXXX719]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51002": { + "content": "[XXXXX1059]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51003": { + "content": "[XXXXX421]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51004": { + "content": "[XXXXX670]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51005": { + "content": "[XXXXX949]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51006": { + "content": "[XXXXX14]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51007": { + "content": "[XXXXX1087]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51008": { + "content": "[XXXXX382]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51009": { + "content": "[XXXXX531]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51010": { + "content": "[XXXXX1079]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51011": { + "content": "[XXXXX1067]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51012": { + "content": "[XXXXX655]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51013": { + "content": "[XXXXX340]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51014": { + "content": "[XXXXX398]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51015": { + "content": "[XXXXX175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51016": { + "content": "[XXXXX232]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51017": { + "content": "[XXXXX244]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51018": { + "content": "[XXXXX568]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51019": { + "content": "[XXXXX1110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51020": { + "content": "[XXXXX191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51021": { + "content": "[XXXXX931]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51022": { + "content": "[XXXXX832]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51023": { + "content": "[XXXXX1030]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51024": { + "content": "[XXXXX144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51025": { + "content": "[XXXXX1102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51026": { + "content": "[XXXXX300]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51027": { + "content": "[XXXXX996]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51028": { + "content": "[XXXXX248]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51029": { + "content": "[XXXXX66]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51030": { + "content": "[XXXXX735]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51031": { + "content": "[XXXXX20]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51032": { + "content": "[XXXXX694]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51033": { + "content": "[XXXXX845]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51034": { + "content": "[XXXXX500]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51035": { + "content": "[XXXXX613]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51036": { + "content": "[XXXXX117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51037": { + "content": "[XXXXX886]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51038": { + "content": "[XXXXX261]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51039": { + "content": "[XXXXX567]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51040": { + "content": "[XXXXX541]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51041": { + "content": "[XXXXX529]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51042": { + "content": "[XXXXX699]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51043": { + "content": "[XXXXX715]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51044": { + "content": "[XXXXX1003]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51045": { + "content": "[XXXXX518]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51046": { + "content": "[XXXXX891]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51047": { + "content": "[XXXXX192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51048": { + "content": "[XXXXX53]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51049": { + "content": "[XXXXX428]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51050": { + "content": "[XXXXX183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51051": { + "content": "[XXXXX850]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51052": { + "content": "[XXXXX539]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51053": { + "content": "[XXXXX527]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51054": { + "content": "[XXXXX660]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51055": { + "content": "[XXXXX409]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51056": { + "content": "[XXXXX1122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51057": { + "content": "[XXXXX898]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51058": { + "content": "[XXXXX858]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51059": { + "content": "[XXXXX534]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51060": { + "content": "[XXXXX756]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51061": { + "content": "[XXXXX63]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51062": { + "content": "[XXXXX49]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51063": { + "content": "[XXXXX1106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51064": { + "content": "[XXXXX111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51065": { + "content": "[XXXXX955]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51066": { + "content": "[XXXXX309]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51067": { + "content": "[XXXXX538]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51068": { + "content": "[XXXXX823]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51069": { + "content": "[XXXXX867]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51070": { + "content": "[XXXXX587]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51071": { + "content": "[XXXXX243]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51072": { + "content": "[XXXXX677]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51073": { + "content": "[XXXXX1017]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51074": { + "content": "[XXXXX173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51075": { + "content": "[XXXXX682]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51076": { + "content": "[XXXXX1184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51077": { + "content": "[XXXXX1009]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51078": { + "content": "[XXXXX704]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51079": { + "content": "[XXXXX532]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51080": { + "content": "[XXXXX901]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51081": { + "content": "[XXXXX120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51082": { + "content": "[XXXXX388]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51083": { + "content": "[XXXXX405]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51084": { + "content": "[XXXXX788]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51085": { + "content": "[XXXXX728]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51086": { + "content": "[XXXXX425]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51087": { + "content": "[XXXXX883]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51088": { + "content": "[XXXXX837]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51089": { + "content": "[XXXXX350]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51090": { + "content": "[XXXXX716]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51091": { + "content": "[XXXXX579]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51092": { + "content": "[XXXXX909]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51093": { + "content": "[XXXXX884]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51094": { + "content": "[XXXXX1011]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51095": { + "content": "[XXXXX372]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51096": { + "content": "[XXXXX370]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51097": { + "content": "[XXXXX468]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51098": { + "content": "[XXXXX688]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51099": { + "content": "[XXXXX56]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51100": { + "content": "[XXXXX653]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51101": { + "content": "[XXXXX623]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51102": { + "content": "[XXXXX552]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51103": { + "content": "[XXXXX314]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51104": { + "content": "[XXXXX1018]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51105": { + "content": "[XXXXX1091]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51106": { + "content": "[XXXXX342]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51107": { + "content": "[XXXXX1065]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51108": { + "content": "[XXXXX1161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51109": { + "content": "[XXXXX959]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51110": { + "content": "[XXXXX1035]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51111": { + "content": "[XXXXX530]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51112": { + "content": "[XXXXX69]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51113": { + "content": "[XXXXX489]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51114": { + "content": "[XXXXX1]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51115": { + "content": "[XXXXX207]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51116": { + "content": "[XXXXX433]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51117": { + "content": "[XXXXX358]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51118": { + "content": "[XXXXX601]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51119": { + "content": "[XXXXX2]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51120": { + "content": "[XXXXX722]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51121": { + "content": "[XXXXX985]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51122": { + "content": "[XXXXX908]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51123": { + "content": "[XXXXX1024]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51124": { + "content": "[XXXXX1111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51125": { + "content": "[XXXXX1113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51126": { + "content": "[XXXXX678]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51127": { + "content": "[XXXXX19]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51128": { + "content": "[XXXXX1186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51129": { + "content": "[XXXXX808]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51130": { + "content": "[XXXXX493]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51131": { + "content": "[XXXXX1155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51132": { + "content": "[XXXXX217]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51133": { + "content": "[XXXXX616]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51134": { + "content": "[XXXXX835]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51135": { + "content": "[XXXXX994]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51136": { + "content": "[XXXXX484]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51137": { + "content": "[XXXXX362]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51138": { + "content": "[XXXXX582]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51139": { + "content": "[XXXXX1034]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51140": { + "content": "[XXXXX772]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51141": { + "content": "[XXXXX457]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51142": { + "content": "[XXXXX604]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51143": { + "content": "[XXXXX456]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51144": { + "content": "[XXXXX145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51145": { + "content": "[XXXXX476]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51146": { + "content": "[XXXXX218]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51147": { + "content": "[XXXXX199]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51148": { + "content": "[XXXXX364]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51149": { + "content": "[XXXXX302]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51150": { + "content": "[XXXXX881]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51151": { + "content": "[XXXXX1088]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51152": { + "content": "[XXXXX356]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51153": { + "content": "[XXXXX936]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51154": { + "content": "[XXXXX978]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51155": { + "content": "[XXXXX895]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51156": { + "content": "[XXXXX993]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51157": { + "content": "[XXXXX458]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51158": { + "content": "[XXXXX1002]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51159": { + "content": "[XXXXX1022]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51160": { + "content": "[XXXXX25]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51161": { + "content": "[XXXXX766]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51162": { + "content": "[XXXXX64]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51163": { + "content": "[XXXXX211]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51164": { + "content": "[XXXXX82]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51165": { + "content": "[XXXXX634]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51166": { + "content": "[XXXXX661]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51167": { + "content": "[XXXXX748]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51168": { + "content": "[XXXXX778]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51169": { + "content": "[XXXXX24]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51170": { + "content": "[XXXXX448]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51171": { + "content": "[XXXXX887]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51172": { + "content": "[XXXXX890]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51173": { + "content": "[XXXXX754]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51174": { + "content": "[XXXXX343]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51175": { + "content": "[XXXXX1069]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51176": { + "content": "[XXXXX294]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51177": { + "content": "[XXXXX295]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51178": { + "content": "[XXXXX197]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51179": { + "content": "[XXXXX210]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51180": { + "content": "[XXXXX630]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51181": { + "content": "[XXXXX707]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51182": { + "content": "[XXXXX864]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51183": { + "content": "[XXXXX391]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51184": { + "content": "[XXXXX338]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51185": { + "content": "[XXXXX800]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51186": { + "content": "[XXXXX841]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51187": { + "content": "[XXXXX967]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51188": { + "content": "[XXXXX793]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51189": { + "content": "[XXXXX916]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51190": { + "content": "[XXXXX603]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51191": { + "content": "[XXXXX270]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51192": { + "content": "[XXXXX105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51193": { + "content": "[XXXXX1016]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51194": { + "content": "[XXXXX804]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51195": { + "content": "[XXXXX264]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51196": { + "content": "[XXXXX155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51197": { + "content": "[XXXXX1190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51198": { + "content": "[XXXXX813]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51199": { + "content": "[XXXXX546]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": "[CLS]", + "clean_up_tokenization_spaces": true, + "cls_token": "[CLS]", + "do_lower_case": false, + "eos_token": "[SEP]", + "extra_special_tokens": {}, + "keep_accents": true, + "mask_token": "[MASK]", + "model_max_length": 1000000000000000019884624838656, + "pad_token": "", + "remove_space": true, + "sep_token": "[SEP]", + "sp_model_kwargs": {}, + "tokenizer_class": "AlbertTokenizer", + "unk_token": "" +} diff --git a/checkpoint-6000/trainer_state.json b/checkpoint-6000/trainer_state.json new file mode 100644 index 0000000..1c79720 --- /dev/null +++ b/checkpoint-6000/trainer_state.json @@ -0,0 +1,12056 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 0.4668352460610776, + "eval_steps": 3000, + "global_step": 6000, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "entropy": 10.742382335662843, + "epoch": 0.00038902937171756465, + "grad_norm": 4.78125, + "learning_rate": 2e-06, + "loss": 10.7699, + "mean_token_accuracy": 0.0, + "num_tokens": 9243.0, + "step": 5 + }, + { + "entropy": 10.742357444763183, + "epoch": 0.0007780587434351293, + "grad_norm": 5.03125, + "learning_rate": 4.5e-06, + "loss": 10.7654, + "mean_token_accuracy": 0.0, + "num_tokens": 18424.0, + "step": 10 + }, + { + "entropy": 10.74235429763794, + "epoch": 0.001167088115152694, + "grad_norm": 5.03125, + "learning_rate": 7e-06, + "loss": 10.729, + "mean_token_accuracy": 0.00010964912362396718, + "num_tokens": 27006.0, + "step": 15 + }, + { + "entropy": 10.742323112487792, + "epoch": 0.0015561174868702586, + "grad_norm": 4.65625, + "learning_rate": 9.5e-06, + "loss": 10.68, + "mean_token_accuracy": 0.00010695187374949455, + "num_tokens": 35577.0, + "step": 20 + }, + { + "entropy": 10.742191219329834, + "epoch": 0.0019451468585878235, + "grad_norm": 4.46875, + "learning_rate": 1.2e-05, + "loss": 10.5624, + "mean_token_accuracy": 0.001254092820454389, + "num_tokens": 43706.0, + "step": 25 + }, + { + "entropy": 10.741874980926514, + "epoch": 0.002334176230305388, + "grad_norm": 4.25, + "learning_rate": 1.4500000000000002e-05, + "loss": 10.4785, + "mean_token_accuracy": 0.01906490430701524, + "num_tokens": 52571.0, + "step": 30 + }, + { + "entropy": 10.741138744354249, + "epoch": 0.0027232056020229526, + "grad_norm": 3.296875, + "learning_rate": 1.7000000000000003e-05, + "loss": 10.3631, + "mean_token_accuracy": 0.04432072527706623, + "num_tokens": 61900.0, + "step": 35 + }, + { + "entropy": 10.739378833770752, + "epoch": 0.0031122349737405172, + "grad_norm": 2.796875, + "learning_rate": 1.95e-05, + "loss": 10.2522, + "mean_token_accuracy": 0.043363864347338674, + "num_tokens": 71234.0, + "step": 40 + }, + { + "entropy": 10.736563587188721, + "epoch": 0.003501264345458082, + "grad_norm": 2.5, + "learning_rate": 2.2e-05, + "loss": 10.1123, + "mean_token_accuracy": 0.04502938166260719, + "num_tokens": 79610.0, + "step": 45 + }, + { + "entropy": 10.733458709716796, + "epoch": 0.003890293717175647, + "grad_norm": 2.25, + "learning_rate": 2.4500000000000003e-05, + "loss": 10.0005, + "mean_token_accuracy": 0.04512783698737621, + "num_tokens": 87527.0, + "step": 50 + }, + { + "entropy": 10.731391525268554, + "epoch": 0.004279323088893211, + "grad_norm": 2.125, + "learning_rate": 2.7e-05, + "loss": 9.9758, + "mean_token_accuracy": 0.044215765222907065, + "num_tokens": 95512.0, + "step": 55 + }, + { + "entropy": 10.728329372406005, + "epoch": 0.004668352460610776, + "grad_norm": 2.0, + "learning_rate": 2.95e-05, + "loss": 9.9107, + "mean_token_accuracy": 0.04661451056599617, + "num_tokens": 104395.0, + "step": 60 + }, + { + "entropy": 10.723896598815918, + "epoch": 0.0050573818323283405, + "grad_norm": 2.03125, + "learning_rate": 3.2e-05, + "loss": 9.8199, + "mean_token_accuracy": 0.049337920546531674, + "num_tokens": 112562.0, + "step": 65 + }, + { + "entropy": 10.719001293182373, + "epoch": 0.005446411204045905, + "grad_norm": 2.03125, + "learning_rate": 3.4500000000000005e-05, + "loss": 9.7691, + "mean_token_accuracy": 0.04639301113784313, + "num_tokens": 121962.0, + "step": 70 + }, + { + "entropy": 10.715445232391357, + "epoch": 0.00583544057576347, + "grad_norm": 1.8203125, + "learning_rate": 3.7e-05, + "loss": 9.7611, + "mean_token_accuracy": 0.04579820521175861, + "num_tokens": 130714.0, + "step": 75 + }, + { + "entropy": 10.711173343658448, + "epoch": 0.0062244699474810344, + "grad_norm": 1.8046875, + "learning_rate": 3.95e-05, + "loss": 9.665, + "mean_token_accuracy": 0.0456673588603735, + "num_tokens": 139674.0, + "step": 80 + }, + { + "entropy": 10.70630578994751, + "epoch": 0.006613499319198599, + "grad_norm": 1.9453125, + "learning_rate": 4.2000000000000004e-05, + "loss": 9.5765, + "mean_token_accuracy": 0.04949404634535313, + "num_tokens": 148654.0, + "step": 85 + }, + { + "entropy": 10.698366928100587, + "epoch": 0.007002528690916164, + "grad_norm": 2.0, + "learning_rate": 4.45e-05, + "loss": 9.435, + "mean_token_accuracy": 0.05969774164259434, + "num_tokens": 156180.0, + "step": 90 + }, + { + "entropy": 10.684116172790528, + "epoch": 0.007391558062633729, + "grad_norm": 1.875, + "learning_rate": 4.7000000000000004e-05, + "loss": 9.4372, + "mean_token_accuracy": 0.06196932159364223, + "num_tokens": 165608.0, + "step": 95 + }, + { + "entropy": 10.664545917510987, + "epoch": 0.007780587434351294, + "grad_norm": 1.8984375, + "learning_rate": 4.9500000000000004e-05, + "loss": 9.3091, + "mean_token_accuracy": 0.06599215753376483, + "num_tokens": 173871.0, + "step": 100 + }, + { + "entropy": 10.63426914215088, + "epoch": 0.008169616806068859, + "grad_norm": 1.796875, + "learning_rate": 5.2e-05, + "loss": 9.2262, + "mean_token_accuracy": 0.06208839267492294, + "num_tokens": 182356.0, + "step": 105 + }, + { + "entropy": 10.588347434997559, + "epoch": 0.008558646177786422, + "grad_norm": 1.6484375, + "learning_rate": 5.45e-05, + "loss": 9.1345, + "mean_token_accuracy": 0.06493466645479203, + "num_tokens": 190361.0, + "step": 110 + }, + { + "entropy": 10.534650707244873, + "epoch": 0.008947675549503988, + "grad_norm": 1.671875, + "learning_rate": 5.7e-05, + "loss": 9.0175, + "mean_token_accuracy": 0.06511155813932419, + "num_tokens": 199253.0, + "step": 115 + }, + { + "entropy": 10.498821544647218, + "epoch": 0.009336704921221552, + "grad_norm": 1.75, + "learning_rate": 5.9499999999999996e-05, + "loss": 8.9191, + "mean_token_accuracy": 0.06383187472820281, + "num_tokens": 208181.0, + "step": 120 + }, + { + "entropy": 10.446215152740479, + "epoch": 0.009725734292939117, + "grad_norm": 1.6875, + "learning_rate": 6.2e-05, + "loss": 8.7921, + "mean_token_accuracy": 0.06596225276589393, + "num_tokens": 216898.0, + "step": 125 + }, + { + "entropy": 10.361998558044434, + "epoch": 0.010114763664656681, + "grad_norm": 1.53125, + "learning_rate": 6.450000000000001e-05, + "loss": 8.6872, + "mean_token_accuracy": 0.06298739649355412, + "num_tokens": 226051.0, + "step": 130 + }, + { + "entropy": 10.26733865737915, + "epoch": 0.010503793036374246, + "grad_norm": 1.328125, + "learning_rate": 6.7e-05, + "loss": 8.5991, + "mean_token_accuracy": 0.06326549835503101, + "num_tokens": 235018.0, + "step": 135 + }, + { + "entropy": 10.166206169128419, + "epoch": 0.01089282240809181, + "grad_norm": 1.375, + "learning_rate": 6.950000000000001e-05, + "loss": 8.4509, + "mean_token_accuracy": 0.06088712736964226, + "num_tokens": 244268.0, + "step": 140 + }, + { + "entropy": 10.03088960647583, + "epoch": 0.011281851779809376, + "grad_norm": 1.2421875, + "learning_rate": 7.2e-05, + "loss": 8.3425, + "mean_token_accuracy": 0.06427538841962814, + "num_tokens": 253545.0, + "step": 145 + }, + { + "entropy": 9.861793708801269, + "epoch": 0.01167088115152694, + "grad_norm": 1.2890625, + "learning_rate": 7.45e-05, + "loss": 8.1413, + "mean_token_accuracy": 0.07204292267560959, + "num_tokens": 261767.0, + "step": 150 + }, + { + "entropy": 9.695942211151124, + "epoch": 0.012059910523244505, + "grad_norm": 1.0625, + "learning_rate": 7.7e-05, + "loss": 8.1018, + "mean_token_accuracy": 0.06669669337570668, + "num_tokens": 270372.0, + "step": 155 + }, + { + "entropy": 9.514180374145507, + "epoch": 0.012448939894962069, + "grad_norm": 1.109375, + "learning_rate": 7.950000000000001e-05, + "loss": 8.0639, + "mean_token_accuracy": 0.06147677525877952, + "num_tokens": 279726.0, + "step": 160 + }, + { + "entropy": 9.323209476470947, + "epoch": 0.012837969266679634, + "grad_norm": 0.96875, + "learning_rate": 8.2e-05, + "loss": 7.9873, + "mean_token_accuracy": 0.06152131669223308, + "num_tokens": 288955.0, + "step": 165 + }, + { + "entropy": 9.155291080474854, + "epoch": 0.013226998638397198, + "grad_norm": 0.8984375, + "learning_rate": 8.450000000000001e-05, + "loss": 7.8671, + "mean_token_accuracy": 0.06018271669745445, + "num_tokens": 297898.0, + "step": 170 + }, + { + "entropy": 8.913286781311035, + "epoch": 0.013616028010114764, + "grad_norm": 0.9375, + "learning_rate": 8.7e-05, + "loss": 7.7877, + "mean_token_accuracy": 0.06726240292191506, + "num_tokens": 306189.0, + "step": 175 + }, + { + "entropy": 8.70859899520874, + "epoch": 0.014005057381832327, + "grad_norm": 0.82421875, + "learning_rate": 8.95e-05, + "loss": 7.7347, + "mean_token_accuracy": 0.06567795276641845, + "num_tokens": 314881.0, + "step": 180 + }, + { + "entropy": 8.591675281524658, + "epoch": 0.014394086753549893, + "grad_norm": 0.96875, + "learning_rate": 9.2e-05, + "loss": 7.7148, + "mean_token_accuracy": 0.0621601328253746, + "num_tokens": 323357.0, + "step": 185 + }, + { + "entropy": 8.47695083618164, + "epoch": 0.014783116125267459, + "grad_norm": 1.1875, + "learning_rate": 9.45e-05, + "loss": 7.7356, + "mean_token_accuracy": 0.06571447476744652, + "num_tokens": 331799.0, + "step": 190 + }, + { + "entropy": 8.370344352722167, + "epoch": 0.015172145496985022, + "grad_norm": 0.921875, + "learning_rate": 9.7e-05, + "loss": 7.6118, + "mean_token_accuracy": 0.06905685365200043, + "num_tokens": 340320.0, + "step": 195 + }, + { + "entropy": 8.324654674530029, + "epoch": 0.015561174868702588, + "grad_norm": 0.9375, + "learning_rate": 9.95e-05, + "loss": 7.6178, + "mean_token_accuracy": 0.06449079662561416, + "num_tokens": 348990.0, + "step": 200 + }, + { + "entropy": 8.174854373931884, + "epoch": 0.01595020424042015, + "grad_norm": 0.9765625, + "learning_rate": 0.000102, + "loss": 7.5827, + "mean_token_accuracy": 0.06486652344465256, + "num_tokens": 357661.0, + "step": 205 + }, + { + "entropy": 8.168173027038574, + "epoch": 0.016339233612137717, + "grad_norm": 0.796875, + "learning_rate": 0.00010449999999999999, + "loss": 7.5391, + "mean_token_accuracy": 0.07107783854007721, + "num_tokens": 366099.0, + "step": 210 + }, + { + "entropy": 8.15952262878418, + "epoch": 0.016728262983855283, + "grad_norm": 0.83984375, + "learning_rate": 0.000107, + "loss": 7.677, + "mean_token_accuracy": 0.06535900048911572, + "num_tokens": 374926.0, + "step": 215 + }, + { + "entropy": 8.183490467071532, + "epoch": 0.017117292355572845, + "grad_norm": 0.890625, + "learning_rate": 0.0001095, + "loss": 7.5935, + "mean_token_accuracy": 0.06671289913356304, + "num_tokens": 383846.0, + "step": 220 + }, + { + "entropy": 8.149136352539063, + "epoch": 0.01750632172729041, + "grad_norm": 0.84765625, + "learning_rate": 0.000112, + "loss": 7.5526, + "mean_token_accuracy": 0.07337053082883357, + "num_tokens": 393678.0, + "step": 225 + }, + { + "entropy": 8.142791080474854, + "epoch": 0.017895351099007976, + "grad_norm": 0.9765625, + "learning_rate": 0.0001145, + "loss": 7.5805, + "mean_token_accuracy": 0.07247933149337768, + "num_tokens": 401866.0, + "step": 230 + }, + { + "entropy": 8.138428115844727, + "epoch": 0.01828438047072554, + "grad_norm": 0.96875, + "learning_rate": 0.00011700000000000001, + "loss": 7.5559, + "mean_token_accuracy": 0.07213828079402447, + "num_tokens": 411057.0, + "step": 235 + }, + { + "entropy": 8.083276653289795, + "epoch": 0.018673409842443103, + "grad_norm": 0.90234375, + "learning_rate": 0.00011949999999999999, + "loss": 7.5199, + "mean_token_accuracy": 0.07377653121948242, + "num_tokens": 419083.0, + "step": 240 + }, + { + "entropy": 8.081015300750732, + "epoch": 0.01906243921416067, + "grad_norm": 1.1640625, + "learning_rate": 0.000122, + "loss": 7.423, + "mean_token_accuracy": 0.07348247244954109, + "num_tokens": 427503.0, + "step": 245 + }, + { + "entropy": 7.99849009513855, + "epoch": 0.019451468585878234, + "grad_norm": 1.1015625, + "learning_rate": 0.0001245, + "loss": 7.5381, + "mean_token_accuracy": 0.07209133058786392, + "num_tokens": 435820.0, + "step": 250 + }, + { + "entropy": 7.958733320236206, + "epoch": 0.0198404979575958, + "grad_norm": 0.86328125, + "learning_rate": 0.000127, + "loss": 7.3981, + "mean_token_accuracy": 0.07939725071191787, + "num_tokens": 444692.0, + "step": 255 + }, + { + "entropy": 8.023887872695923, + "epoch": 0.020229527329313362, + "grad_norm": 0.890625, + "learning_rate": 0.0001295, + "loss": 7.4495, + "mean_token_accuracy": 0.07057543247938156, + "num_tokens": 453536.0, + "step": 260 + }, + { + "entropy": 8.02216215133667, + "epoch": 0.020618556701030927, + "grad_norm": 1.0078125, + "learning_rate": 0.000132, + "loss": 7.4635, + "mean_token_accuracy": 0.07652526497840881, + "num_tokens": 462264.0, + "step": 265 + }, + { + "entropy": 8.021293640136719, + "epoch": 0.021007586072748493, + "grad_norm": 1.0625, + "learning_rate": 0.00013450000000000002, + "loss": 7.5942, + "mean_token_accuracy": 0.07328042685985565, + "num_tokens": 471819.0, + "step": 270 + }, + { + "entropy": 7.957899475097657, + "epoch": 0.02139661544446606, + "grad_norm": 0.96484375, + "learning_rate": 0.00013700000000000002, + "loss": 7.4982, + "mean_token_accuracy": 0.0714272040873766, + "num_tokens": 480878.0, + "step": 275 + }, + { + "entropy": 8.055506563186645, + "epoch": 0.02178564481618362, + "grad_norm": 0.87109375, + "learning_rate": 0.0001395, + "loss": 7.4444, + "mean_token_accuracy": 0.08031182736158371, + "num_tokens": 489454.0, + "step": 280 + }, + { + "entropy": 7.901804733276367, + "epoch": 0.022174674187901186, + "grad_norm": 1.0390625, + "learning_rate": 0.00014199999999999998, + "loss": 7.3353, + "mean_token_accuracy": 0.07537753507494926, + "num_tokens": 498378.0, + "step": 285 + }, + { + "entropy": 7.9674581527709964, + "epoch": 0.02256370355961875, + "grad_norm": 0.91796875, + "learning_rate": 0.0001445, + "loss": 7.558, + "mean_token_accuracy": 0.07206817306578159, + "num_tokens": 507638.0, + "step": 290 + }, + { + "entropy": 8.018344259262085, + "epoch": 0.022952732931336317, + "grad_norm": 0.953125, + "learning_rate": 0.000147, + "loss": 7.4655, + "mean_token_accuracy": 0.08074412941932678, + "num_tokens": 517047.0, + "step": 295 + }, + { + "entropy": 7.928561210632324, + "epoch": 0.02334176230305388, + "grad_norm": 1.078125, + "learning_rate": 0.0001495, + "loss": 7.3931, + "mean_token_accuracy": 0.07988100573420524, + "num_tokens": 525287.0, + "step": 300 + }, + { + "entropy": 7.889331293106079, + "epoch": 0.023730791674771445, + "grad_norm": 1.0234375, + "learning_rate": 0.000152, + "loss": 7.3272, + "mean_token_accuracy": 0.07765846103429794, + "num_tokens": 533266.0, + "step": 305 + }, + { + "entropy": 7.938522481918335, + "epoch": 0.02411982104648901, + "grad_norm": 0.95703125, + "learning_rate": 0.00015450000000000001, + "loss": 7.4553, + "mean_token_accuracy": 0.07832531034946441, + "num_tokens": 542448.0, + "step": 310 + }, + { + "entropy": 7.876863288879394, + "epoch": 0.024508850418206576, + "grad_norm": 0.99609375, + "learning_rate": 0.000157, + "loss": 7.3373, + "mean_token_accuracy": 0.07851743251085282, + "num_tokens": 550872.0, + "step": 315 + }, + { + "entropy": 7.92165994644165, + "epoch": 0.024897879789924138, + "grad_norm": 0.9921875, + "learning_rate": 0.0001595, + "loss": 7.3913, + "mean_token_accuracy": 0.08598420470952987, + "num_tokens": 559616.0, + "step": 320 + }, + { + "entropy": 7.843034791946411, + "epoch": 0.025286909161641703, + "grad_norm": 1.1484375, + "learning_rate": 0.000162, + "loss": 7.3644, + "mean_token_accuracy": 0.0826579324901104, + "num_tokens": 568379.0, + "step": 325 + }, + { + "entropy": 7.829864072799682, + "epoch": 0.02567593853335927, + "grad_norm": 0.94140625, + "learning_rate": 0.00016450000000000001, + "loss": 7.3671, + "mean_token_accuracy": 0.08075782656669617, + "num_tokens": 577288.0, + "step": 330 + }, + { + "entropy": 7.871328210830688, + "epoch": 0.026064967905076834, + "grad_norm": 0.96875, + "learning_rate": 0.00016700000000000002, + "loss": 7.3243, + "mean_token_accuracy": 0.08058057203888894, + "num_tokens": 587054.0, + "step": 335 + }, + { + "entropy": 7.879428195953369, + "epoch": 0.026453997276794396, + "grad_norm": 1.0703125, + "learning_rate": 0.00016950000000000003, + "loss": 7.443, + "mean_token_accuracy": 0.0813908450305462, + "num_tokens": 595405.0, + "step": 340 + }, + { + "entropy": 7.87817964553833, + "epoch": 0.026843026648511962, + "grad_norm": 1.1953125, + "learning_rate": 0.00017199999999999998, + "loss": 7.3017, + "mean_token_accuracy": 0.0837264135479927, + "num_tokens": 604095.0, + "step": 345 + }, + { + "entropy": 7.7519464015960695, + "epoch": 0.027232056020229527, + "grad_norm": 1.0390625, + "learning_rate": 0.00017449999999999999, + "loss": 7.3331, + "mean_token_accuracy": 0.08179512321949005, + "num_tokens": 613518.0, + "step": 350 + }, + { + "entropy": 7.8531310081481935, + "epoch": 0.027621085391947093, + "grad_norm": 1.0625, + "learning_rate": 0.000177, + "loss": 7.1945, + "mean_token_accuracy": 0.08306437954306603, + "num_tokens": 621212.0, + "step": 355 + }, + { + "entropy": 7.758134984970093, + "epoch": 0.028010114763664655, + "grad_norm": 0.99609375, + "learning_rate": 0.0001795, + "loss": 7.2697, + "mean_token_accuracy": 0.08436251506209373, + "num_tokens": 629326.0, + "step": 360 + }, + { + "entropy": 7.758914995193481, + "epoch": 0.02839914413538222, + "grad_norm": 1.0546875, + "learning_rate": 0.000182, + "loss": 7.2792, + "mean_token_accuracy": 0.08306139633059502, + "num_tokens": 637034.0, + "step": 365 + }, + { + "entropy": 7.723426389694214, + "epoch": 0.028788173507099786, + "grad_norm": 1.09375, + "learning_rate": 0.0001845, + "loss": 7.1741, + "mean_token_accuracy": 0.08840271160006523, + "num_tokens": 645924.0, + "step": 370 + }, + { + "entropy": 7.825829219818115, + "epoch": 0.02917720287881735, + "grad_norm": 0.9921875, + "learning_rate": 0.000187, + "loss": 7.3813, + "mean_token_accuracy": 0.08644352033734322, + "num_tokens": 655020.0, + "step": 375 + }, + { + "entropy": 7.784128332138062, + "epoch": 0.029566232250534917, + "grad_norm": 1.1640625, + "learning_rate": 0.0001895, + "loss": 7.2057, + "mean_token_accuracy": 0.08727380409836769, + "num_tokens": 663451.0, + "step": 380 + }, + { + "entropy": 7.727108144760132, + "epoch": 0.02995526162225248, + "grad_norm": 1.0078125, + "learning_rate": 0.000192, + "loss": 7.2834, + "mean_token_accuracy": 0.08695143982768058, + "num_tokens": 671973.0, + "step": 385 + }, + { + "entropy": 7.712132835388184, + "epoch": 0.030344290993970045, + "grad_norm": 1.03125, + "learning_rate": 0.0001945, + "loss": 7.1734, + "mean_token_accuracy": 0.08923292458057404, + "num_tokens": 680583.0, + "step": 390 + }, + { + "entropy": 7.674439716339111, + "epoch": 0.03073332036568761, + "grad_norm": 1.296875, + "learning_rate": 0.00019700000000000002, + "loss": 7.1871, + "mean_token_accuracy": 0.0865532897412777, + "num_tokens": 689000.0, + "step": 395 + }, + { + "entropy": 7.765862512588501, + "epoch": 0.031122349737405176, + "grad_norm": 1.171875, + "learning_rate": 0.00019950000000000002, + "loss": 7.1741, + "mean_token_accuracy": 0.08593220934271813, + "num_tokens": 698047.0, + "step": 400 + }, + { + "entropy": 7.731269979476929, + "epoch": 0.03151137910912274, + "grad_norm": 0.8828125, + "learning_rate": 0.000202, + "loss": 7.2962, + "mean_token_accuracy": 0.08466848209500313, + "num_tokens": 707192.0, + "step": 405 + }, + { + "entropy": 7.695866537094116, + "epoch": 0.0319004084808403, + "grad_norm": 1.3046875, + "learning_rate": 0.00020449999999999998, + "loss": 7.1133, + "mean_token_accuracy": 0.09290924519300461, + "num_tokens": 715895.0, + "step": 410 + }, + { + "entropy": 7.683174657821655, + "epoch": 0.03228943785255787, + "grad_norm": 1.0234375, + "learning_rate": 0.000207, + "loss": 7.1955, + "mean_token_accuracy": 0.08894984126091003, + "num_tokens": 724891.0, + "step": 415 + }, + { + "entropy": 7.715670108795166, + "epoch": 0.032678467224275434, + "grad_norm": 1.1171875, + "learning_rate": 0.0002095, + "loss": 7.2305, + "mean_token_accuracy": 0.08583205491304398, + "num_tokens": 733378.0, + "step": 420 + }, + { + "entropy": 7.689523315429687, + "epoch": 0.033067496595993, + "grad_norm": 1.2578125, + "learning_rate": 0.000212, + "loss": 7.2038, + "mean_token_accuracy": 0.08817718252539634, + "num_tokens": 741098.0, + "step": 425 + }, + { + "entropy": 7.737551879882813, + "epoch": 0.033456525967710565, + "grad_norm": 1.375, + "learning_rate": 0.0002145, + "loss": 7.1523, + "mean_token_accuracy": 0.08939553946256637, + "num_tokens": 749902.0, + "step": 430 + }, + { + "entropy": 7.571504878997803, + "epoch": 0.033845555339428124, + "grad_norm": 1.1875, + "learning_rate": 0.00021700000000000002, + "loss": 7.1379, + "mean_token_accuracy": 0.09236362501978874, + "num_tokens": 758638.0, + "step": 435 + }, + { + "entropy": 7.696662092208863, + "epoch": 0.03423458471114569, + "grad_norm": 1.0625, + "learning_rate": 0.0002195, + "loss": 7.2068, + "mean_token_accuracy": 0.0883943185210228, + "num_tokens": 768170.0, + "step": 440 + }, + { + "entropy": 7.6304443836212155, + "epoch": 0.034623614082863255, + "grad_norm": 1.0546875, + "learning_rate": 0.000222, + "loss": 7.0936, + "mean_token_accuracy": 0.09277842119336129, + "num_tokens": 776745.0, + "step": 445 + }, + { + "entropy": 7.6743035316467285, + "epoch": 0.03501264345458082, + "grad_norm": 1.296875, + "learning_rate": 0.0002245, + "loss": 7.2093, + "mean_token_accuracy": 0.0887695960700512, + "num_tokens": 785030.0, + "step": 450 + }, + { + "entropy": 7.6144163608551025, + "epoch": 0.035401672826298386, + "grad_norm": 1.125, + "learning_rate": 0.00022700000000000002, + "loss": 7.171, + "mean_token_accuracy": 0.08834633827209473, + "num_tokens": 793543.0, + "step": 455 + }, + { + "entropy": 7.52853422164917, + "epoch": 0.03579070219801595, + "grad_norm": 1.09375, + "learning_rate": 0.00022950000000000002, + "loss": 7.0163, + "mean_token_accuracy": 0.09290485829114914, + "num_tokens": 802401.0, + "step": 460 + }, + { + "entropy": 7.607344436645508, + "epoch": 0.03617973156973352, + "grad_norm": 0.953125, + "learning_rate": 0.00023200000000000003, + "loss": 7.1277, + "mean_token_accuracy": 0.08786619827151299, + "num_tokens": 811625.0, + "step": 465 + }, + { + "entropy": 7.560419654846191, + "epoch": 0.03656876094145108, + "grad_norm": 1.140625, + "learning_rate": 0.00023449999999999998, + "loss": 7.0702, + "mean_token_accuracy": 0.0898631051182747, + "num_tokens": 820742.0, + "step": 470 + }, + { + "entropy": 7.608465671539307, + "epoch": 0.03695779031316864, + "grad_norm": 0.96875, + "learning_rate": 0.000237, + "loss": 7.1654, + "mean_token_accuracy": 0.08933878615498543, + "num_tokens": 829580.0, + "step": 475 + }, + { + "entropy": 7.560161828994751, + "epoch": 0.03734681968488621, + "grad_norm": 1.046875, + "learning_rate": 0.0002395, + "loss": 7.0934, + "mean_token_accuracy": 0.09360112398862838, + "num_tokens": 838818.0, + "step": 480 + }, + { + "entropy": 7.639765310287475, + "epoch": 0.03773584905660377, + "grad_norm": 1.1640625, + "learning_rate": 0.000242, + "loss": 7.1163, + "mean_token_accuracy": 0.08306419998407363, + "num_tokens": 847804.0, + "step": 485 + }, + { + "entropy": 7.4112790584564205, + "epoch": 0.03812487842832134, + "grad_norm": 1.1328125, + "learning_rate": 0.0002445, + "loss": 6.8803, + "mean_token_accuracy": 0.10076504200696945, + "num_tokens": 856395.0, + "step": 490 + }, + { + "entropy": 7.583081674575806, + "epoch": 0.0385139078000389, + "grad_norm": 1.0703125, + "learning_rate": 0.000247, + "loss": 7.1207, + "mean_token_accuracy": 0.09502710178494453, + "num_tokens": 865219.0, + "step": 495 + }, + { + "entropy": 7.43314561843872, + "epoch": 0.03890293717175647, + "grad_norm": 1.1171875, + "learning_rate": 0.0002495, + "loss": 6.9119, + "mean_token_accuracy": 0.09718281924724578, + "num_tokens": 873868.0, + "step": 500 + }, + { + "entropy": 7.498023557662964, + "epoch": 0.039291966543474034, + "grad_norm": 1.0546875, + "learning_rate": 0.000252, + "loss": 7.0232, + "mean_token_accuracy": 0.09345900416374206, + "num_tokens": 882698.0, + "step": 505 + }, + { + "entropy": 7.469527721405029, + "epoch": 0.0396809959151916, + "grad_norm": 1.2890625, + "learning_rate": 0.0002545, + "loss": 6.9475, + "mean_token_accuracy": 0.0993176445364952, + "num_tokens": 891280.0, + "step": 510 + }, + { + "entropy": 7.47659912109375, + "epoch": 0.04007002528690916, + "grad_norm": 1.1640625, + "learning_rate": 0.000257, + "loss": 7.0011, + "mean_token_accuracy": 0.09124450460076332, + "num_tokens": 900044.0, + "step": 515 + }, + { + "entropy": 7.436534833908081, + "epoch": 0.040459054658626724, + "grad_norm": 1.125, + "learning_rate": 0.0002595, + "loss": 6.9727, + "mean_token_accuracy": 0.0896801546216011, + "num_tokens": 909297.0, + "step": 520 + }, + { + "entropy": 7.425080251693726, + "epoch": 0.04084808403034429, + "grad_norm": 1.1171875, + "learning_rate": 0.000262, + "loss": 6.9447, + "mean_token_accuracy": 0.0947676196694374, + "num_tokens": 917514.0, + "step": 525 + }, + { + "entropy": 7.387802982330323, + "epoch": 0.041237113402061855, + "grad_norm": 1.1796875, + "learning_rate": 0.00026450000000000003, + "loss": 6.9388, + "mean_token_accuracy": 0.09883696585893631, + "num_tokens": 925842.0, + "step": 530 + }, + { + "entropy": 7.389920854568482, + "epoch": 0.04162614277377942, + "grad_norm": 1.2421875, + "learning_rate": 0.00026700000000000004, + "loss": 7.0398, + "mean_token_accuracy": 0.09228231534361839, + "num_tokens": 934676.0, + "step": 535 + }, + { + "entropy": 7.4626116275787355, + "epoch": 0.042015172145496986, + "grad_norm": 1.1484375, + "learning_rate": 0.00026950000000000005, + "loss": 6.9525, + "mean_token_accuracy": 0.09330017715692521, + "num_tokens": 943763.0, + "step": 540 + }, + { + "entropy": 7.356891870498657, + "epoch": 0.04240420151721455, + "grad_norm": 1.1015625, + "learning_rate": 0.00027200000000000005, + "loss": 6.9442, + "mean_token_accuracy": 0.09821118861436844, + "num_tokens": 952721.0, + "step": 545 + }, + { + "entropy": 7.440818834304809, + "epoch": 0.04279323088893212, + "grad_norm": 1.046875, + "learning_rate": 0.0002745, + "loss": 6.9443, + "mean_token_accuracy": 0.10198782086372375, + "num_tokens": 960899.0, + "step": 550 + }, + { + "entropy": 7.310132646560669, + "epoch": 0.04318226026064968, + "grad_norm": 1.15625, + "learning_rate": 0.000277, + "loss": 6.9242, + "mean_token_accuracy": 0.09831049591302872, + "num_tokens": 969362.0, + "step": 555 + }, + { + "entropy": 7.41514139175415, + "epoch": 0.04357128963236724, + "grad_norm": 1.0625, + "learning_rate": 0.0002795, + "loss": 6.9077, + "mean_token_accuracy": 0.10258749797940254, + "num_tokens": 978028.0, + "step": 560 + }, + { + "entropy": 7.3455198287963865, + "epoch": 0.04396031900408481, + "grad_norm": 1.1328125, + "learning_rate": 0.00028199999999999997, + "loss": 6.8935, + "mean_token_accuracy": 0.10291868522763252, + "num_tokens": 985709.0, + "step": 565 + }, + { + "entropy": 7.418910646438599, + "epoch": 0.04434934837580237, + "grad_norm": 1.4140625, + "learning_rate": 0.0002845, + "loss": 6.976, + "mean_token_accuracy": 0.10187083706259728, + "num_tokens": 994769.0, + "step": 570 + }, + { + "entropy": 7.401043939590454, + "epoch": 0.04473837774751994, + "grad_norm": 1.1484375, + "learning_rate": 0.000287, + "loss": 6.962, + "mean_token_accuracy": 0.10199706852436066, + "num_tokens": 1003997.0, + "step": 575 + }, + { + "entropy": 7.399074697494507, + "epoch": 0.0451274071192375, + "grad_norm": 1.2265625, + "learning_rate": 0.0002895, + "loss": 6.9466, + "mean_token_accuracy": 0.09917582347989082, + "num_tokens": 1012931.0, + "step": 580 + }, + { + "entropy": 7.332787704467774, + "epoch": 0.04551643649095507, + "grad_norm": 1.1484375, + "learning_rate": 0.000292, + "loss": 6.9555, + "mean_token_accuracy": 0.10086694583296776, + "num_tokens": 1021149.0, + "step": 585 + }, + { + "entropy": 7.499734544754029, + "epoch": 0.045905465862672634, + "grad_norm": 1.171875, + "learning_rate": 0.0002945, + "loss": 6.9548, + "mean_token_accuracy": 0.10112444758415222, + "num_tokens": 1029421.0, + "step": 590 + }, + { + "entropy": 7.391014766693115, + "epoch": 0.0462944952343902, + "grad_norm": 1.3828125, + "learning_rate": 0.000297, + "loss": 7.0459, + "mean_token_accuracy": 0.09981294050812721, + "num_tokens": 1037222.0, + "step": 595 + }, + { + "entropy": 7.352716112136841, + "epoch": 0.04668352460610776, + "grad_norm": 1.1640625, + "learning_rate": 0.0002995, + "loss": 6.9734, + "mean_token_accuracy": 0.09807954430580139, + "num_tokens": 1046903.0, + "step": 600 + }, + { + "entropy": 7.385373210906982, + "epoch": 0.047072553977825324, + "grad_norm": 1.078125, + "learning_rate": 0.000302, + "loss": 7.0123, + "mean_token_accuracy": 0.09519420191645622, + "num_tokens": 1055516.0, + "step": 605 + }, + { + "entropy": 7.407522106170655, + "epoch": 0.04746158334954289, + "grad_norm": 1.0546875, + "learning_rate": 0.0003045, + "loss": 6.9265, + "mean_token_accuracy": 0.09930946677923203, + "num_tokens": 1063846.0, + "step": 610 + }, + { + "entropy": 7.281380128860474, + "epoch": 0.047850612721260455, + "grad_norm": 1.109375, + "learning_rate": 0.000307, + "loss": 6.8993, + "mean_token_accuracy": 0.09943632334470749, + "num_tokens": 1072500.0, + "step": 615 + }, + { + "entropy": 7.34805383682251, + "epoch": 0.04823964209297802, + "grad_norm": 1.171875, + "learning_rate": 0.0003095, + "loss": 6.922, + "mean_token_accuracy": 0.09708855003118515, + "num_tokens": 1081399.0, + "step": 620 + }, + { + "entropy": 7.2534126281738285, + "epoch": 0.048628671464695586, + "grad_norm": 1.1796875, + "learning_rate": 0.000312, + "loss": 6.8743, + "mean_token_accuracy": 0.1036634124815464, + "num_tokens": 1089666.0, + "step": 625 + }, + { + "entropy": 7.336611223220825, + "epoch": 0.04901770083641315, + "grad_norm": 1.1953125, + "learning_rate": 0.0003145, + "loss": 6.7632, + "mean_token_accuracy": 0.10756223425269126, + "num_tokens": 1097496.0, + "step": 630 + }, + { + "entropy": 7.240615320205689, + "epoch": 0.04940673020813072, + "grad_norm": 1.1953125, + "learning_rate": 0.000317, + "loss": 6.8822, + "mean_token_accuracy": 0.10434303507208824, + "num_tokens": 1105840.0, + "step": 635 + }, + { + "entropy": 7.313789176940918, + "epoch": 0.049795759579848276, + "grad_norm": 1.0703125, + "learning_rate": 0.0003195, + "loss": 6.9515, + "mean_token_accuracy": 0.0976039707660675, + "num_tokens": 1115507.0, + "step": 640 + }, + { + "entropy": 7.261141300201416, + "epoch": 0.05018478895156584, + "grad_norm": 0.91796875, + "learning_rate": 0.000322, + "loss": 6.8997, + "mean_token_accuracy": 0.09827139601111412, + "num_tokens": 1124820.0, + "step": 645 + }, + { + "entropy": 7.230596017837525, + "epoch": 0.05057381832328341, + "grad_norm": 1.015625, + "learning_rate": 0.00032450000000000003, + "loss": 6.7406, + "mean_token_accuracy": 0.10685393288731575, + "num_tokens": 1133641.0, + "step": 650 + }, + { + "entropy": 7.177046489715576, + "epoch": 0.05096284769500097, + "grad_norm": 1.1640625, + "learning_rate": 0.00032700000000000003, + "loss": 6.792, + "mean_token_accuracy": 0.10451765954494477, + "num_tokens": 1142182.0, + "step": 655 + }, + { + "entropy": 7.294152784347534, + "epoch": 0.05135187706671854, + "grad_norm": 1.1328125, + "learning_rate": 0.00032950000000000004, + "loss": 6.8672, + "mean_token_accuracy": 0.10539027452468872, + "num_tokens": 1150737.0, + "step": 660 + }, + { + "entropy": 7.172728967666626, + "epoch": 0.0517409064384361, + "grad_norm": 1.109375, + "learning_rate": 0.00033200000000000005, + "loss": 6.7309, + "mean_token_accuracy": 0.10050051435828208, + "num_tokens": 1158899.0, + "step": 665 + }, + { + "entropy": 7.331276702880859, + "epoch": 0.05212993581015367, + "grad_norm": 1.171875, + "learning_rate": 0.00033450000000000005, + "loss": 6.819, + "mean_token_accuracy": 0.10705862119793892, + "num_tokens": 1167397.0, + "step": 670 + }, + { + "entropy": 7.248978996276856, + "epoch": 0.052518965181871234, + "grad_norm": 1.1796875, + "learning_rate": 0.000337, + "loss": 6.8332, + "mean_token_accuracy": 0.10063659623265267, + "num_tokens": 1177044.0, + "step": 675 + }, + { + "entropy": 7.085381174087525, + "epoch": 0.05290799455358879, + "grad_norm": 1.3359375, + "learning_rate": 0.0003395, + "loss": 6.693, + "mean_token_accuracy": 0.10786959677934646, + "num_tokens": 1185740.0, + "step": 680 + }, + { + "entropy": 7.203679895401001, + "epoch": 0.05329702392530636, + "grad_norm": 1.203125, + "learning_rate": 0.000342, + "loss": 6.8372, + "mean_token_accuracy": 0.10230442136526108, + "num_tokens": 1194970.0, + "step": 685 + }, + { + "entropy": 7.245568037033081, + "epoch": 0.053686053297023924, + "grad_norm": 1.09375, + "learning_rate": 0.00034449999999999997, + "loss": 6.7921, + "mean_token_accuracy": 0.10874027833342552, + "num_tokens": 1203565.0, + "step": 690 + }, + { + "entropy": 7.196403169631958, + "epoch": 0.05407508266874149, + "grad_norm": 1.0, + "learning_rate": 0.000347, + "loss": 6.8265, + "mean_token_accuracy": 0.10126563459634781, + "num_tokens": 1213226.0, + "step": 695 + }, + { + "entropy": 7.09236512184143, + "epoch": 0.054464112040459055, + "grad_norm": 1.0703125, + "learning_rate": 0.0003495, + "loss": 6.7432, + "mean_token_accuracy": 0.1003255195915699, + "num_tokens": 1221710.0, + "step": 700 + }, + { + "entropy": 7.216377449035645, + "epoch": 0.05485314141217662, + "grad_norm": 0.98046875, + "learning_rate": 0.000352, + "loss": 6.8035, + "mean_token_accuracy": 0.09862821027636529, + "num_tokens": 1231125.0, + "step": 705 + }, + { + "entropy": 7.237710189819336, + "epoch": 0.055242170783894186, + "grad_norm": 1.03125, + "learning_rate": 0.0003545, + "loss": 6.7667, + "mean_token_accuracy": 0.10697240307927132, + "num_tokens": 1239521.0, + "step": 710 + }, + { + "entropy": 7.097472429275513, + "epoch": 0.05563120015561175, + "grad_norm": 1.296875, + "learning_rate": 0.000357, + "loss": 6.6474, + "mean_token_accuracy": 0.11173419132828713, + "num_tokens": 1247363.0, + "step": 715 + }, + { + "entropy": 7.1145548820495605, + "epoch": 0.05602022952732931, + "grad_norm": 1.1640625, + "learning_rate": 0.0003595, + "loss": 6.7447, + "mean_token_accuracy": 0.10396054536104202, + "num_tokens": 1255395.0, + "step": 720 + }, + { + "entropy": 7.2065142631530765, + "epoch": 0.056409258899046875, + "grad_norm": 1.125, + "learning_rate": 0.000362, + "loss": 6.813, + "mean_token_accuracy": 0.10091793909668922, + "num_tokens": 1264135.0, + "step": 725 + }, + { + "entropy": 7.164863967895508, + "epoch": 0.05679828827076444, + "grad_norm": 1.078125, + "learning_rate": 0.0003645, + "loss": 6.7421, + "mean_token_accuracy": 0.10169361084699631, + "num_tokens": 1272375.0, + "step": 730 + }, + { + "entropy": 7.1601451396942135, + "epoch": 0.057187317642482006, + "grad_norm": 1.0078125, + "learning_rate": 0.000367, + "loss": 6.7901, + "mean_token_accuracy": 0.10103225708007812, + "num_tokens": 1280960.0, + "step": 735 + }, + { + "entropy": 7.184061765670776, + "epoch": 0.05757634701419957, + "grad_norm": 1.09375, + "learning_rate": 0.0003695, + "loss": 6.8209, + "mean_token_accuracy": 0.10675038620829583, + "num_tokens": 1289273.0, + "step": 740 + }, + { + "entropy": 7.113188409805298, + "epoch": 0.05796537638591714, + "grad_norm": 1.2734375, + "learning_rate": 0.000372, + "loss": 6.7247, + "mean_token_accuracy": 0.10347931683063508, + "num_tokens": 1297571.0, + "step": 745 + }, + { + "entropy": 7.19926347732544, + "epoch": 0.0583544057576347, + "grad_norm": 1.21875, + "learning_rate": 0.0003745, + "loss": 6.7715, + "mean_token_accuracy": 0.10671985670924186, + "num_tokens": 1305686.0, + "step": 750 + }, + { + "entropy": 7.111810922622681, + "epoch": 0.05874343512935227, + "grad_norm": 1.0546875, + "learning_rate": 0.000377, + "loss": 6.7894, + "mean_token_accuracy": 0.1026329904794693, + "num_tokens": 1314483.0, + "step": 755 + }, + { + "entropy": 7.088590431213379, + "epoch": 0.059132464501069834, + "grad_norm": 1.078125, + "learning_rate": 0.0003795, + "loss": 6.6599, + "mean_token_accuracy": 0.10411886721849442, + "num_tokens": 1323183.0, + "step": 760 + }, + { + "entropy": 7.122695350646973, + "epoch": 0.05952149387278739, + "grad_norm": 1.296875, + "learning_rate": 0.000382, + "loss": 6.7836, + "mean_token_accuracy": 0.10542866066098214, + "num_tokens": 1331964.0, + "step": 765 + }, + { + "entropy": 7.062607765197754, + "epoch": 0.05991052324450496, + "grad_norm": 1.171875, + "learning_rate": 0.0003845, + "loss": 6.7312, + "mean_token_accuracy": 0.11025277003645897, + "num_tokens": 1340185.0, + "step": 770 + }, + { + "entropy": 7.220061302185059, + "epoch": 0.060299552616222524, + "grad_norm": 1.125, + "learning_rate": 0.00038700000000000003, + "loss": 6.806, + "mean_token_accuracy": 0.10550950691103936, + "num_tokens": 1349522.0, + "step": 775 + }, + { + "entropy": 7.170696592330932, + "epoch": 0.06068858198794009, + "grad_norm": 1.140625, + "learning_rate": 0.00038950000000000003, + "loss": 6.7858, + "mean_token_accuracy": 0.10444560423493385, + "num_tokens": 1357893.0, + "step": 780 + }, + { + "entropy": 6.994049072265625, + "epoch": 0.061077611359657655, + "grad_norm": 1.1328125, + "learning_rate": 0.00039200000000000004, + "loss": 6.6669, + "mean_token_accuracy": 0.1103596955537796, + "num_tokens": 1366685.0, + "step": 785 + }, + { + "entropy": 7.130297327041626, + "epoch": 0.06146664073137522, + "grad_norm": 1.109375, + "learning_rate": 0.00039450000000000005, + "loss": 6.6085, + "mean_token_accuracy": 0.10908645838499069, + "num_tokens": 1375245.0, + "step": 790 + }, + { + "entropy": 7.040684175491333, + "epoch": 0.061855670103092786, + "grad_norm": 1.125, + "learning_rate": 0.00039700000000000005, + "loss": 6.7932, + "mean_token_accuracy": 0.10705054327845573, + "num_tokens": 1383724.0, + "step": 795 + }, + { + "entropy": 7.209282732009887, + "epoch": 0.06224469947481035, + "grad_norm": 1.0859375, + "learning_rate": 0.0003995, + "loss": 6.7782, + "mean_token_accuracy": 0.10306280329823495, + "num_tokens": 1392455.0, + "step": 800 + }, + { + "entropy": 7.1856764793396, + "epoch": 0.06263372884652792, + "grad_norm": 1.09375, + "learning_rate": 0.000402, + "loss": 6.7794, + "mean_token_accuracy": 0.10756833851337433, + "num_tokens": 1401262.0, + "step": 805 + }, + { + "entropy": 6.964628410339356, + "epoch": 0.06302275821824548, + "grad_norm": 1.2578125, + "learning_rate": 0.0004045, + "loss": 6.6675, + "mean_token_accuracy": 0.1083975151181221, + "num_tokens": 1409991.0, + "step": 810 + }, + { + "entropy": 7.013374662399292, + "epoch": 0.06341178758996305, + "grad_norm": 1.1328125, + "learning_rate": 0.00040699999999999997, + "loss": 6.6617, + "mean_token_accuracy": 0.1109016127884388, + "num_tokens": 1418208.0, + "step": 815 + }, + { + "entropy": 7.072976303100586, + "epoch": 0.0638008169616806, + "grad_norm": 1.3203125, + "learning_rate": 0.0004095, + "loss": 6.6608, + "mean_token_accuracy": 0.11023175194859505, + "num_tokens": 1426665.0, + "step": 820 + }, + { + "entropy": 6.980063629150391, + "epoch": 0.06418984633339817, + "grad_norm": 1.171875, + "learning_rate": 0.000412, + "loss": 6.5932, + "mean_token_accuracy": 0.11027788445353508, + "num_tokens": 1435247.0, + "step": 825 + }, + { + "entropy": 6.98336706161499, + "epoch": 0.06457887570511574, + "grad_norm": 1.0859375, + "learning_rate": 0.0004145, + "loss": 6.6365, + "mean_token_accuracy": 0.11016326993703843, + "num_tokens": 1443678.0, + "step": 830 + }, + { + "entropy": 6.947188854217529, + "epoch": 0.0649679050768333, + "grad_norm": 1.2109375, + "learning_rate": 0.000417, + "loss": 6.5746, + "mean_token_accuracy": 0.11637299805879593, + "num_tokens": 1451567.0, + "step": 835 + }, + { + "entropy": 6.953899240493774, + "epoch": 0.06535693444855087, + "grad_norm": 1.1875, + "learning_rate": 0.0004195, + "loss": 6.5881, + "mean_token_accuracy": 0.10969302877783775, + "num_tokens": 1460618.0, + "step": 840 + }, + { + "entropy": 6.999412250518799, + "epoch": 0.06574596382026843, + "grad_norm": 1.1328125, + "learning_rate": 0.000422, + "loss": 6.667, + "mean_token_accuracy": 0.11072178110480309, + "num_tokens": 1469821.0, + "step": 845 + }, + { + "entropy": 7.0580075740814205, + "epoch": 0.066134993191986, + "grad_norm": 1.1015625, + "learning_rate": 0.0004245, + "loss": 6.7378, + "mean_token_accuracy": 0.10718388482928276, + "num_tokens": 1477989.0, + "step": 850 + }, + { + "entropy": 7.051467561721802, + "epoch": 0.06652402256370356, + "grad_norm": 1.15625, + "learning_rate": 0.000427, + "loss": 6.7462, + "mean_token_accuracy": 0.10824755355715751, + "num_tokens": 1486822.0, + "step": 855 + }, + { + "entropy": 7.015081548690796, + "epoch": 0.06691305193542113, + "grad_norm": 1.125, + "learning_rate": 0.0004295, + "loss": 6.6159, + "mean_token_accuracy": 0.1050032138824463, + "num_tokens": 1496604.0, + "step": 860 + }, + { + "entropy": 6.946830940246582, + "epoch": 0.06730208130713869, + "grad_norm": 1.1640625, + "learning_rate": 0.000432, + "loss": 6.6411, + "mean_token_accuracy": 0.1079692468047142, + "num_tokens": 1504725.0, + "step": 865 + }, + { + "entropy": 7.015288543701172, + "epoch": 0.06769111067885625, + "grad_norm": 1.140625, + "learning_rate": 0.0004345, + "loss": 6.6492, + "mean_token_accuracy": 0.11273297667503357, + "num_tokens": 1513222.0, + "step": 870 + }, + { + "entropy": 7.022673845291138, + "epoch": 0.06808014005057382, + "grad_norm": 1.1796875, + "learning_rate": 0.000437, + "loss": 6.6131, + "mean_token_accuracy": 0.10831626504659653, + "num_tokens": 1522183.0, + "step": 875 + }, + { + "entropy": 6.945608234405517, + "epoch": 0.06846916942229138, + "grad_norm": 1.2578125, + "learning_rate": 0.0004395, + "loss": 6.6553, + "mean_token_accuracy": 0.10740983784198761, + "num_tokens": 1531316.0, + "step": 880 + }, + { + "entropy": 7.046859550476074, + "epoch": 0.06885819879400895, + "grad_norm": 1.2578125, + "learning_rate": 0.000442, + "loss": 6.7085, + "mean_token_accuracy": 0.10943676829338074, + "num_tokens": 1540053.0, + "step": 885 + }, + { + "entropy": 7.0075178146362305, + "epoch": 0.06924722816572651, + "grad_norm": 1.0859375, + "learning_rate": 0.0004445, + "loss": 6.5681, + "mean_token_accuracy": 0.11703129261732101, + "num_tokens": 1549391.0, + "step": 890 + }, + { + "entropy": 7.040959405899048, + "epoch": 0.06963625753744408, + "grad_norm": 1.203125, + "learning_rate": 0.000447, + "loss": 6.6779, + "mean_token_accuracy": 0.11206066384911537, + "num_tokens": 1557364.0, + "step": 895 + }, + { + "entropy": 6.902760457992554, + "epoch": 0.07002528690916164, + "grad_norm": 1.2109375, + "learning_rate": 0.00044950000000000003, + "loss": 6.5277, + "mean_token_accuracy": 0.10990011170506478, + "num_tokens": 1567011.0, + "step": 900 + }, + { + "entropy": 6.839785480499268, + "epoch": 0.0704143162808792, + "grad_norm": 1.1796875, + "learning_rate": 0.00045200000000000004, + "loss": 6.6347, + "mean_token_accuracy": 0.10979588106274604, + "num_tokens": 1575441.0, + "step": 905 + }, + { + "entropy": 6.96569299697876, + "epoch": 0.07080334565259677, + "grad_norm": 1.171875, + "learning_rate": 0.00045450000000000004, + "loss": 6.5902, + "mean_token_accuracy": 0.11274805590510369, + "num_tokens": 1583757.0, + "step": 910 + }, + { + "entropy": 7.020220041275024, + "epoch": 0.07119237502431433, + "grad_norm": 1.1328125, + "learning_rate": 0.00045700000000000005, + "loss": 6.6305, + "mean_token_accuracy": 0.11361563205718994, + "num_tokens": 1592406.0, + "step": 915 + }, + { + "entropy": 6.9013814449310305, + "epoch": 0.0715814043960319, + "grad_norm": 1.3203125, + "learning_rate": 0.00045950000000000006, + "loss": 6.6107, + "mean_token_accuracy": 0.11090241372585297, + "num_tokens": 1601665.0, + "step": 920 + }, + { + "entropy": 6.95518798828125, + "epoch": 0.07197043376774946, + "grad_norm": 1.3515625, + "learning_rate": 0.000462, + "loss": 6.6219, + "mean_token_accuracy": 0.11311167180538177, + "num_tokens": 1609788.0, + "step": 925 + }, + { + "entropy": 6.954713582992554, + "epoch": 0.07235946313946703, + "grad_norm": 1.1171875, + "learning_rate": 0.0004645, + "loss": 6.618, + "mean_token_accuracy": 0.11602962091565132, + "num_tokens": 1618030.0, + "step": 930 + }, + { + "entropy": 6.909007263183594, + "epoch": 0.07274849251118459, + "grad_norm": 1.1953125, + "learning_rate": 0.000467, + "loss": 6.619, + "mean_token_accuracy": 0.10842904224991798, + "num_tokens": 1626901.0, + "step": 935 + }, + { + "entropy": 6.836823034286499, + "epoch": 0.07313752188290217, + "grad_norm": 1.1796875, + "learning_rate": 0.0004695, + "loss": 6.5232, + "mean_token_accuracy": 0.1104541540145874, + "num_tokens": 1635372.0, + "step": 940 + }, + { + "entropy": 6.920376491546631, + "epoch": 0.07352655125461972, + "grad_norm": 1.1015625, + "learning_rate": 0.000472, + "loss": 6.5485, + "mean_token_accuracy": 0.11306027993559838, + "num_tokens": 1643791.0, + "step": 945 + }, + { + "entropy": 6.767651128768921, + "epoch": 0.07391558062633728, + "grad_norm": 1.1953125, + "learning_rate": 0.0004745, + "loss": 6.518, + "mean_token_accuracy": 0.1175017923116684, + "num_tokens": 1652161.0, + "step": 950 + }, + { + "entropy": 6.930508375167847, + "epoch": 0.07430460999805485, + "grad_norm": 1.09375, + "learning_rate": 0.000477, + "loss": 6.5631, + "mean_token_accuracy": 0.1112576186656952, + "num_tokens": 1661077.0, + "step": 955 + }, + { + "entropy": 6.823507070541382, + "epoch": 0.07469363936977241, + "grad_norm": 1.28125, + "learning_rate": 0.0004795, + "loss": 6.5267, + "mean_token_accuracy": 0.1152154453098774, + "num_tokens": 1669010.0, + "step": 960 + }, + { + "entropy": 6.9437110900878904, + "epoch": 0.07508266874148999, + "grad_norm": 1.1015625, + "learning_rate": 0.000482, + "loss": 6.6996, + "mean_token_accuracy": 0.10548838526010514, + "num_tokens": 1678002.0, + "step": 965 + }, + { + "entropy": 6.970439100265503, + "epoch": 0.07547169811320754, + "grad_norm": 1.21875, + "learning_rate": 0.0004845, + "loss": 6.6515, + "mean_token_accuracy": 0.11191459000110626, + "num_tokens": 1687403.0, + "step": 970 + }, + { + "entropy": 6.899893045425415, + "epoch": 0.07586072748492512, + "grad_norm": 1.125, + "learning_rate": 0.000487, + "loss": 6.568, + "mean_token_accuracy": 0.11637896820902824, + "num_tokens": 1695512.0, + "step": 975 + }, + { + "entropy": 6.905468416213989, + "epoch": 0.07624975685664268, + "grad_norm": 1.234375, + "learning_rate": 0.0004895, + "loss": 6.562, + "mean_token_accuracy": 0.11065016388893127, + "num_tokens": 1705116.0, + "step": 980 + }, + { + "entropy": 6.740264987945556, + "epoch": 0.07663878622836025, + "grad_norm": 1.1953125, + "learning_rate": 0.000492, + "loss": 6.4647, + "mean_token_accuracy": 0.11217278465628625, + "num_tokens": 1713715.0, + "step": 985 + }, + { + "entropy": 6.905466890335083, + "epoch": 0.0770278156000778, + "grad_norm": 1.1953125, + "learning_rate": 0.0004945, + "loss": 6.534, + "mean_token_accuracy": 0.11301849856972694, + "num_tokens": 1721881.0, + "step": 990 + }, + { + "entropy": 6.823386716842651, + "epoch": 0.07741684497179536, + "grad_norm": 1.1796875, + "learning_rate": 0.000497, + "loss": 6.5621, + "mean_token_accuracy": 0.11369865015149117, + "num_tokens": 1730716.0, + "step": 995 + }, + { + "entropy": 7.003415536880493, + "epoch": 0.07780587434351294, + "grad_norm": 1.125, + "learning_rate": 0.0004995, + "loss": 6.7061, + "mean_token_accuracy": 0.11018745675683021, + "num_tokens": 1740257.0, + "step": 1000 + }, + { + "entropy": 6.86281156539917, + "epoch": 0.0781949037152305, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999999989075146, + "loss": 6.6085, + "mean_token_accuracy": 0.1118568867444992, + "num_tokens": 1749071.0, + "step": 1005 + }, + { + "entropy": 6.864678907394409, + "epoch": 0.07858393308694807, + "grad_norm": 1.09375, + "learning_rate": 0.0004999999944692927, + "loss": 6.6204, + "mean_token_accuracy": 0.10326161161065102, + "num_tokens": 1757952.0, + "step": 1010 + }, + { + "entropy": 6.863972473144531, + "epoch": 0.07897296245866563, + "grad_norm": 1.1015625, + "learning_rate": 0.000499999986617054, + "loss": 6.5531, + "mean_token_accuracy": 0.11324110552668572, + "num_tokens": 1766027.0, + "step": 1015 + }, + { + "entropy": 6.801832294464111, + "epoch": 0.0793619918303832, + "grad_norm": 1.03125, + "learning_rate": 0.0004999999753507986, + "loss": 6.5527, + "mean_token_accuracy": 0.10727588534355163, + "num_tokens": 1775039.0, + "step": 1020 + }, + { + "entropy": 6.848104572296142, + "epoch": 0.07975102120210076, + "grad_norm": 1.09375, + "learning_rate": 0.0004999999606705267, + "loss": 6.5556, + "mean_token_accuracy": 0.11754972413182259, + "num_tokens": 1783971.0, + "step": 1025 + }, + { + "entropy": 6.8215718269348145, + "epoch": 0.08014005057381832, + "grad_norm": 1.0625, + "learning_rate": 0.0004999999425762385, + "loss": 6.4753, + "mean_token_accuracy": 0.11163984313607216, + "num_tokens": 1792743.0, + "step": 1030 + }, + { + "entropy": 6.859644365310669, + "epoch": 0.08052907994553589, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999999210679344, + "loss": 6.6316, + "mean_token_accuracy": 0.10586050003767014, + "num_tokens": 1801435.0, + "step": 1035 + }, + { + "entropy": 6.908881664276123, + "epoch": 0.08091810931725345, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999998961456145, + "loss": 6.5221, + "mean_token_accuracy": 0.10814850106835365, + "num_tokens": 1810147.0, + "step": 1040 + }, + { + "entropy": 6.809201431274414, + "epoch": 0.08130713868897102, + "grad_norm": 1.171875, + "learning_rate": 0.0004999998678092794, + "loss": 6.4526, + "mean_token_accuracy": 0.11560517325997352, + "num_tokens": 1818672.0, + "step": 1045 + }, + { + "entropy": 6.868528652191162, + "epoch": 0.08169616806068858, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999998360589293, + "loss": 6.5984, + "mean_token_accuracy": 0.11358216851949691, + "num_tokens": 1827590.0, + "step": 1050 + }, + { + "entropy": 6.771164989471435, + "epoch": 0.08208519743240615, + "grad_norm": 1.0546875, + "learning_rate": 0.000499999800894565, + "loss": 6.513, + "mean_token_accuracy": 0.11691295430064201, + "num_tokens": 1836467.0, + "step": 1055 + }, + { + "entropy": 6.7579442977905275, + "epoch": 0.08247422680412371, + "grad_norm": 1.140625, + "learning_rate": 0.0004999997623161866, + "loss": 6.4583, + "mean_token_accuracy": 0.11373137831687927, + "num_tokens": 1845537.0, + "step": 1060 + }, + { + "entropy": 6.780694103240966, + "epoch": 0.08286325617584128, + "grad_norm": 1.125, + "learning_rate": 0.0004999997203237951, + "loss": 6.4658, + "mean_token_accuracy": 0.12047376260161399, + "num_tokens": 1854433.0, + "step": 1065 + }, + { + "entropy": 6.7921051502227785, + "epoch": 0.08325228554755884, + "grad_norm": 1.0546875, + "learning_rate": 0.000499999674917391, + "loss": 6.5716, + "mean_token_accuracy": 0.10947082787752152, + "num_tokens": 1863708.0, + "step": 1070 + }, + { + "entropy": 6.810097408294678, + "epoch": 0.0836413149192764, + "grad_norm": 1.1875, + "learning_rate": 0.0004999996260969748, + "loss": 6.4373, + "mean_token_accuracy": 0.11977095603942871, + "num_tokens": 1871854.0, + "step": 1075 + }, + { + "entropy": 6.711810445785522, + "epoch": 0.08403034429099397, + "grad_norm": 1.109375, + "learning_rate": 0.0004999995738625475, + "loss": 6.4063, + "mean_token_accuracy": 0.1185697853565216, + "num_tokens": 1880471.0, + "step": 1080 + }, + { + "entropy": 6.751388072967529, + "epoch": 0.08441937366271153, + "grad_norm": 1.09375, + "learning_rate": 0.0004999995182141099, + "loss": 6.4624, + "mean_token_accuracy": 0.11945423632860183, + "num_tokens": 1889882.0, + "step": 1085 + }, + { + "entropy": 6.6411792755126955, + "epoch": 0.0848084030344291, + "grad_norm": 1.03125, + "learning_rate": 0.0004999994591516626, + "loss": 6.3584, + "mean_token_accuracy": 0.12587759271264076, + "num_tokens": 1898701.0, + "step": 1090 + }, + { + "entropy": 6.699534511566162, + "epoch": 0.08519743240614666, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999993966752066, + "loss": 6.4607, + "mean_token_accuracy": 0.11258344799280166, + "num_tokens": 1908165.0, + "step": 1095 + }, + { + "entropy": 6.743130016326904, + "epoch": 0.08558646177786423, + "grad_norm": 1.0390625, + "learning_rate": 0.000499999330784743, + "loss": 6.5679, + "mean_token_accuracy": 0.11548311486840249, + "num_tokens": 1916295.0, + "step": 1100 + }, + { + "entropy": 6.833187913894653, + "epoch": 0.08597549114958179, + "grad_norm": 1.171875, + "learning_rate": 0.0004999992614802725, + "loss": 6.4638, + "mean_token_accuracy": 0.11991653963923454, + "num_tokens": 1924643.0, + "step": 1105 + }, + { + "entropy": 6.747153854370117, + "epoch": 0.08636452052129936, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999991887617966, + "loss": 6.4623, + "mean_token_accuracy": 0.11614882722496986, + "num_tokens": 1933822.0, + "step": 1110 + }, + { + "entropy": 6.6497047424316404, + "epoch": 0.08675354989301692, + "grad_norm": 1.15625, + "learning_rate": 0.0004999991126293158, + "loss": 6.4652, + "mean_token_accuracy": 0.11403647363185883, + "num_tokens": 1943278.0, + "step": 1115 + }, + { + "entropy": 6.89057731628418, + "epoch": 0.08714257926473448, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999990330828318, + "loss": 6.4991, + "mean_token_accuracy": 0.11635721921920776, + "num_tokens": 1951883.0, + "step": 1120 + }, + { + "entropy": 6.618956565856934, + "epoch": 0.08753160863645205, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999989501223456, + "loss": 6.3814, + "mean_token_accuracy": 0.12408010512590409, + "num_tokens": 1959567.0, + "step": 1125 + }, + { + "entropy": 6.809039831161499, + "epoch": 0.08792063800816961, + "grad_norm": 1.0625, + "learning_rate": 0.0004999988637478584, + "loss": 6.4599, + "mean_token_accuracy": 0.11816074550151826, + "num_tokens": 1968190.0, + "step": 1130 + }, + { + "entropy": 6.56049690246582, + "epoch": 0.08830966737988719, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999987739593716, + "loss": 6.377, + "mean_token_accuracy": 0.12225727364420891, + "num_tokens": 1977519.0, + "step": 1135 + }, + { + "entropy": 6.749509620666504, + "epoch": 0.08869869675160474, + "grad_norm": 1.2578125, + "learning_rate": 0.0004999986807568865, + "loss": 6.3718, + "mean_token_accuracy": 0.11851018518209458, + "num_tokens": 1985796.0, + "step": 1140 + }, + { + "entropy": 6.7915668964385985, + "epoch": 0.08908772612332232, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999985841404045, + "loss": 6.5103, + "mean_token_accuracy": 0.1153883047401905, + "num_tokens": 1993874.0, + "step": 1145 + }, + { + "entropy": 6.830569458007813, + "epoch": 0.08947675549503988, + "grad_norm": 1.171875, + "learning_rate": 0.0004999984841099271, + "loss": 6.4631, + "mean_token_accuracy": 0.12087473869323731, + "num_tokens": 2001663.0, + "step": 1150 + }, + { + "entropy": 6.626487779617309, + "epoch": 0.08986578486675743, + "grad_norm": 1.1484375, + "learning_rate": 0.000499998380665456, + "loss": 6.4341, + "mean_token_accuracy": 0.12093059793114662, + "num_tokens": 2010179.0, + "step": 1155 + }, + { + "entropy": 6.774807786941528, + "epoch": 0.090254814238475, + "grad_norm": 1.15625, + "learning_rate": 0.0004999982738069924, + "loss": 6.3481, + "mean_token_accuracy": 0.11917036697268486, + "num_tokens": 2020013.0, + "step": 1160 + }, + { + "entropy": 6.651696872711182, + "epoch": 0.09064384361019256, + "grad_norm": 1.765625, + "learning_rate": 0.0004999981635345382, + "loss": 6.4849, + "mean_token_accuracy": 0.12042224928736686, + "num_tokens": 2028396.0, + "step": 1165 + }, + { + "entropy": 6.807629251480103, + "epoch": 0.09103287298191014, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999980498480949, + "loss": 6.5699, + "mean_token_accuracy": 0.11065206825733184, + "num_tokens": 2036947.0, + "step": 1170 + }, + { + "entropy": 6.702048110961914, + "epoch": 0.0914219023536277, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999979327476644, + "loss": 6.4087, + "mean_token_accuracy": 0.11726011484861373, + "num_tokens": 2045162.0, + "step": 1175 + }, + { + "entropy": 6.737331104278565, + "epoch": 0.09181093172534527, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999978122332485, + "loss": 6.4986, + "mean_token_accuracy": 0.11559060364961624, + "num_tokens": 2054198.0, + "step": 1180 + }, + { + "entropy": 6.650309991836548, + "epoch": 0.09219996109706283, + "grad_norm": 1.234375, + "learning_rate": 0.0004999976883048487, + "loss": 6.419, + "mean_token_accuracy": 0.11779844760894775, + "num_tokens": 2062558.0, + "step": 1185 + }, + { + "entropy": 6.701250696182251, + "epoch": 0.0925889904687804, + "grad_norm": 1.2421875, + "learning_rate": 0.0004999975609624673, + "loss": 6.2995, + "mean_token_accuracy": 0.11358527466654778, + "num_tokens": 2070816.0, + "step": 1190 + }, + { + "entropy": 6.61013011932373, + "epoch": 0.09297801984049796, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999974302061059, + "loss": 6.3538, + "mean_token_accuracy": 0.11822599768638611, + "num_tokens": 2079058.0, + "step": 1195 + }, + { + "entropy": 6.643589496612549, + "epoch": 0.09336704921221552, + "grad_norm": 1.234375, + "learning_rate": 0.0004999972960357666, + "loss": 6.3214, + "mean_token_accuracy": 0.12255356609821319, + "num_tokens": 2086679.0, + "step": 1200 + }, + { + "entropy": 6.664435195922851, + "epoch": 0.09375607858393309, + "grad_norm": 1.2890625, + "learning_rate": 0.0004999971584514516, + "loss": 6.4264, + "mean_token_accuracy": 0.11835757493972779, + "num_tokens": 2095788.0, + "step": 1205 + }, + { + "entropy": 6.6650059700012205, + "epoch": 0.09414510795565065, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999970174531627, + "loss": 6.4504, + "mean_token_accuracy": 0.11537863463163375, + "num_tokens": 2105435.0, + "step": 1210 + }, + { + "entropy": 6.69662823677063, + "epoch": 0.09453413732736822, + "grad_norm": 1.03125, + "learning_rate": 0.0004999968730409022, + "loss": 6.3946, + "mean_token_accuracy": 0.11899836733937263, + "num_tokens": 2114318.0, + "step": 1215 + }, + { + "entropy": 6.603922605514526, + "epoch": 0.09492316669908578, + "grad_norm": 1.2109375, + "learning_rate": 0.0004999967252146723, + "loss": 6.319, + "mean_token_accuracy": 0.1297658160328865, + "num_tokens": 2122707.0, + "step": 1220 + }, + { + "entropy": 6.5683904647827145, + "epoch": 0.09531219607080335, + "grad_norm": 1.125, + "learning_rate": 0.0004999965739744752, + "loss": 6.4173, + "mean_token_accuracy": 0.1176735907793045, + "num_tokens": 2131176.0, + "step": 1225 + }, + { + "entropy": 6.759912300109863, + "epoch": 0.09570122544252091, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999964193203132, + "loss": 6.4613, + "mean_token_accuracy": 0.12155932411551476, + "num_tokens": 2139872.0, + "step": 1230 + }, + { + "entropy": 6.643018627166748, + "epoch": 0.09609025481423847, + "grad_norm": 1.109375, + "learning_rate": 0.0004999962612521888, + "loss": 6.3193, + "mean_token_accuracy": 0.12510446161031724, + "num_tokens": 2148668.0, + "step": 1235 + }, + { + "entropy": 6.589841032028199, + "epoch": 0.09647928418595604, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999960997701041, + "loss": 6.3267, + "mean_token_accuracy": 0.12770092412829398, + "num_tokens": 2156628.0, + "step": 1240 + }, + { + "entropy": 6.672489738464355, + "epoch": 0.0968683135576736, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999959348740618, + "loss": 6.4077, + "mean_token_accuracy": 0.11675584986805916, + "num_tokens": 2165620.0, + "step": 1245 + }, + { + "entropy": 6.6866566181182865, + "epoch": 0.09725734292939117, + "grad_norm": 1.21875, + "learning_rate": 0.0004999957665640641, + "loss": 6.474, + "mean_token_accuracy": 0.12056236788630485, + "num_tokens": 2174493.0, + "step": 1250 + }, + { + "entropy": 6.706568670272827, + "epoch": 0.09764637230110873, + "grad_norm": 1.1875, + "learning_rate": 0.000499995594840114, + "loss": 6.3623, + "mean_token_accuracy": 0.11302633062005044, + "num_tokens": 2183258.0, + "step": 1255 + }, + { + "entropy": 6.616120624542236, + "epoch": 0.0980354016728263, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999954197022138, + "loss": 6.4286, + "mean_token_accuracy": 0.11189185678958893, + "num_tokens": 2192263.0, + "step": 1260 + }, + { + "entropy": 6.736319494247437, + "epoch": 0.09842443104454386, + "grad_norm": 1.078125, + "learning_rate": 0.0004999952411503661, + "loss": 6.4736, + "mean_token_accuracy": 0.11438293233513833, + "num_tokens": 2201797.0, + "step": 1265 + }, + { + "entropy": 6.494112110137939, + "epoch": 0.09881346041626143, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999950591845738, + "loss": 6.2042, + "mean_token_accuracy": 0.129413703083992, + "num_tokens": 2209454.0, + "step": 1270 + }, + { + "entropy": 6.683527231216431, + "epoch": 0.09920248978797899, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999948738048397, + "loss": 6.392, + "mean_token_accuracy": 0.12001634314656258, + "num_tokens": 2217761.0, + "step": 1275 + }, + { + "entropy": 6.541403865814209, + "epoch": 0.09959151915969655, + "grad_norm": 1.2734375, + "learning_rate": 0.0004999946850111663, + "loss": 6.3754, + "mean_token_accuracy": 0.118533456325531, + "num_tokens": 2225793.0, + "step": 1280 + }, + { + "entropy": 6.716179895401001, + "epoch": 0.09998054853141412, + "grad_norm": 1.0625, + "learning_rate": 0.0004999944928035569, + "loss": 6.263, + "mean_token_accuracy": 0.12969468906521797, + "num_tokens": 2234620.0, + "step": 1285 + }, + { + "entropy": 6.541376686096191, + "epoch": 0.10036957790313168, + "grad_norm": 1.0625, + "learning_rate": 0.000499994297182014, + "loss": 6.3484, + "mean_token_accuracy": 0.11944441497325897, + "num_tokens": 2242829.0, + "step": 1290 + }, + { + "entropy": 6.670366430282593, + "epoch": 0.10075860727484925, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999940981465408, + "loss": 6.3704, + "mean_token_accuracy": 0.11480111479759217, + "num_tokens": 2251356.0, + "step": 1295 + }, + { + "entropy": 6.56609148979187, + "epoch": 0.10114763664656681, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999938956971404, + "loss": 6.4409, + "mean_token_accuracy": 0.11915249675512314, + "num_tokens": 2259327.0, + "step": 1300 + }, + { + "entropy": 6.683287715911865, + "epoch": 0.10153666601828439, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999936898338156, + "loss": 6.4538, + "mean_token_accuracy": 0.11428613439202309, + "num_tokens": 2267948.0, + "step": 1305 + }, + { + "entropy": 6.560197353363037, + "epoch": 0.10192569539000194, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999934805565698, + "loss": 6.281, + "mean_token_accuracy": 0.1233622319996357, + "num_tokens": 2275828.0, + "step": 1310 + }, + { + "entropy": 6.534844875335693, + "epoch": 0.10231472476171952, + "grad_norm": 1.1484375, + "learning_rate": 0.000499993267865406, + "loss": 6.2154, + "mean_token_accuracy": 0.1286098428070545, + "num_tokens": 2284246.0, + "step": 1315 + }, + { + "entropy": 6.50963945388794, + "epoch": 0.10270375413343708, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999930517603275, + "loss": 6.2122, + "mean_token_accuracy": 0.13067591562867165, + "num_tokens": 2291837.0, + "step": 1320 + }, + { + "entropy": 6.6015325546264645, + "epoch": 0.10309278350515463, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999928322413374, + "loss": 6.2854, + "mean_token_accuracy": 0.12339815348386765, + "num_tokens": 2299853.0, + "step": 1325 + }, + { + "entropy": 6.674331474304199, + "epoch": 0.1034818128768722, + "grad_norm": 1.171875, + "learning_rate": 0.0004999926093084394, + "loss": 6.3807, + "mean_token_accuracy": 0.11902100816369057, + "num_tokens": 2308416.0, + "step": 1330 + }, + { + "entropy": 6.549804925918579, + "epoch": 0.10387084224858976, + "grad_norm": 1.140625, + "learning_rate": 0.0004999923829616365, + "loss": 6.4127, + "mean_token_accuracy": 0.11715119779109955, + "num_tokens": 2318104.0, + "step": 1335 + }, + { + "entropy": 6.6144133567810055, + "epoch": 0.10425987162030734, + "grad_norm": 0.98046875, + "learning_rate": 0.0004999921532009323, + "loss": 6.3325, + "mean_token_accuracy": 0.11866103261709213, + "num_tokens": 2326807.0, + "step": 1340 + }, + { + "entropy": 6.590117406845093, + "epoch": 0.1046489009920249, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999919200263304, + "loss": 6.3363, + "mean_token_accuracy": 0.11958926171064377, + "num_tokens": 2335921.0, + "step": 1345 + }, + { + "entropy": 6.594919157028198, + "epoch": 0.10503793036374247, + "grad_norm": 1.125, + "learning_rate": 0.0004999916834378342, + "loss": 6.3476, + "mean_token_accuracy": 0.12185617685317993, + "num_tokens": 2344914.0, + "step": 1350 + }, + { + "entropy": 6.542745637893677, + "epoch": 0.10542695973546003, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999914434354472, + "loss": 6.2886, + "mean_token_accuracy": 0.11944291591644288, + "num_tokens": 2353211.0, + "step": 1355 + }, + { + "entropy": 6.57375807762146, + "epoch": 0.10581598910717759, + "grad_norm": 1.125, + "learning_rate": 0.0004999912000191733, + "loss": 6.4112, + "mean_token_accuracy": 0.11920397132635116, + "num_tokens": 2361717.0, + "step": 1360 + }, + { + "entropy": 6.566148090362549, + "epoch": 0.10620501847889516, + "grad_norm": 1.046875, + "learning_rate": 0.000499990953189016, + "loss": 6.346, + "mean_token_accuracy": 0.12413823828101159, + "num_tokens": 2370114.0, + "step": 1365 + }, + { + "entropy": 6.700903367996216, + "epoch": 0.10659404785061272, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999907029449791, + "loss": 6.3374, + "mean_token_accuracy": 0.11766661703586578, + "num_tokens": 2378820.0, + "step": 1370 + }, + { + "entropy": 6.436738204956055, + "epoch": 0.10698307722233029, + "grad_norm": 1.015625, + "learning_rate": 0.0004999904492870663, + "loss": 6.2537, + "mean_token_accuracy": 0.12378470376133918, + "num_tokens": 2387119.0, + "step": 1375 + }, + { + "entropy": 6.5843147277832035, + "epoch": 0.10737210659404785, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999901922152816, + "loss": 6.3039, + "mean_token_accuracy": 0.12202484160661697, + "num_tokens": 2396246.0, + "step": 1380 + }, + { + "entropy": 6.51186990737915, + "epoch": 0.10776113596576542, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999899317296288, + "loss": 6.3581, + "mean_token_accuracy": 0.11975730657577514, + "num_tokens": 2405428.0, + "step": 1385 + }, + { + "entropy": 6.566965532302857, + "epoch": 0.10815016533748298, + "grad_norm": 1.171875, + "learning_rate": 0.0004999896678301121, + "loss": 6.3066, + "mean_token_accuracy": 0.12349836975336075, + "num_tokens": 2414669.0, + "step": 1390 + }, + { + "entropy": 6.655934619903564, + "epoch": 0.10853919470920055, + "grad_norm": 1.1875, + "learning_rate": 0.0004999894005167352, + "loss": 6.3868, + "mean_token_accuracy": 0.11691371873021125, + "num_tokens": 2423193.0, + "step": 1395 + }, + { + "entropy": 6.565681409835816, + "epoch": 0.10892822408091811, + "grad_norm": 1.1640625, + "learning_rate": 0.000499989129789502, + "loss": 6.3387, + "mean_token_accuracy": 0.1171958826482296, + "num_tokens": 2431150.0, + "step": 1400 + }, + { + "entropy": 6.56759557723999, + "epoch": 0.10931725345263567, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999888556484172, + "loss": 6.3134, + "mean_token_accuracy": 0.1197988323867321, + "num_tokens": 2440337.0, + "step": 1405 + }, + { + "entropy": 6.470945692062378, + "epoch": 0.10970628282435324, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999885780934845, + "loss": 6.2513, + "mean_token_accuracy": 0.12705043703317642, + "num_tokens": 2449246.0, + "step": 1410 + }, + { + "entropy": 6.516160583496093, + "epoch": 0.1100953121960708, + "grad_norm": 1.1953125, + "learning_rate": 0.0004999882971247081, + "loss": 6.2565, + "mean_token_accuracy": 0.12589537277817725, + "num_tokens": 2457982.0, + "step": 1415 + }, + { + "entropy": 6.5252786636352536, + "epoch": 0.11048434156778837, + "grad_norm": 0.97265625, + "learning_rate": 0.0004999880127420926, + "loss": 6.2425, + "mean_token_accuracy": 0.12535301148891448, + "num_tokens": 2466697.0, + "step": 1420 + }, + { + "entropy": 6.493203258514404, + "epoch": 0.11087337093950593, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999877249456421, + "loss": 6.2222, + "mean_token_accuracy": 0.12576746717095375, + "num_tokens": 2475457.0, + "step": 1425 + }, + { + "entropy": 6.437700080871582, + "epoch": 0.1112624003112235, + "grad_norm": 0.97265625, + "learning_rate": 0.0004999874337353609, + "loss": 6.2138, + "mean_token_accuracy": 0.12601543366909027, + "num_tokens": 2484753.0, + "step": 1430 + }, + { + "entropy": 6.485835027694702, + "epoch": 0.11165142968294106, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999871391112535, + "loss": 6.3166, + "mean_token_accuracy": 0.12342042103409767, + "num_tokens": 2492921.0, + "step": 1435 + }, + { + "entropy": 6.581958627700805, + "epoch": 0.11204045905465862, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999868410733244, + "loss": 6.2879, + "mean_token_accuracy": 0.1212073914706707, + "num_tokens": 2501371.0, + "step": 1440 + }, + { + "entropy": 6.5133496761322025, + "epoch": 0.11242948842637619, + "grad_norm": 1.1953125, + "learning_rate": 0.000499986539621578, + "loss": 6.1714, + "mean_token_accuracy": 0.12704863548278808, + "num_tokens": 2509521.0, + "step": 1445 + }, + { + "entropy": 6.48231053352356, + "epoch": 0.11281851779809375, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999862347560191, + "loss": 6.2989, + "mean_token_accuracy": 0.12423472106456757, + "num_tokens": 2518316.0, + "step": 1450 + }, + { + "entropy": 6.569843530654907, + "epoch": 0.11320754716981132, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999859264766521, + "loss": 6.3733, + "mean_token_accuracy": 0.1180838830769062, + "num_tokens": 2527549.0, + "step": 1455 + }, + { + "entropy": 6.596394872665405, + "epoch": 0.11359657654152888, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999856147834817, + "loss": 6.3999, + "mean_token_accuracy": 0.12059949561953545, + "num_tokens": 2536341.0, + "step": 1460 + }, + { + "entropy": 6.44488263130188, + "epoch": 0.11398560591324645, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999852996765129, + "loss": 6.2924, + "mean_token_accuracy": 0.13068008571863174, + "num_tokens": 2544869.0, + "step": 1465 + }, + { + "entropy": 6.523885440826416, + "epoch": 0.11437463528496401, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999849811557502, + "loss": 6.1793, + "mean_token_accuracy": 0.13547530099749566, + "num_tokens": 2553432.0, + "step": 1470 + }, + { + "entropy": 6.51270112991333, + "epoch": 0.11476366465668159, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999846592211984, + "loss": 6.3122, + "mean_token_accuracy": 0.11962430030107499, + "num_tokens": 2561996.0, + "step": 1475 + }, + { + "entropy": 6.515383100509643, + "epoch": 0.11515269402839914, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999843338728626, + "loss": 6.2467, + "mean_token_accuracy": 0.12699604406952858, + "num_tokens": 2571315.0, + "step": 1480 + }, + { + "entropy": 6.514121627807617, + "epoch": 0.1155417234001167, + "grad_norm": 1.15625, + "learning_rate": 0.0004999840051107476, + "loss": 6.3579, + "mean_token_accuracy": 0.12020841464400292, + "num_tokens": 2579589.0, + "step": 1485 + }, + { + "entropy": 6.5186272144317625, + "epoch": 0.11593075277183428, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999836729348584, + "loss": 6.1182, + "mean_token_accuracy": 0.1279861733317375, + "num_tokens": 2588528.0, + "step": 1490 + }, + { + "entropy": 6.421968936920166, + "epoch": 0.11631978214355183, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999833373452, + "loss": 6.2575, + "mean_token_accuracy": 0.12487708628177643, + "num_tokens": 2596820.0, + "step": 1495 + }, + { + "entropy": 6.408306360244751, + "epoch": 0.1167088115152694, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999829983417778, + "loss": 6.1765, + "mean_token_accuracy": 0.12320946007966996, + "num_tokens": 2605502.0, + "step": 1500 + }, + { + "entropy": 6.448068284988404, + "epoch": 0.11709784088698696, + "grad_norm": 1.125, + "learning_rate": 0.0004999826559245965, + "loss": 6.1834, + "mean_token_accuracy": 0.13115072697401048, + "num_tokens": 2613974.0, + "step": 1505 + }, + { + "entropy": 6.4151896953582765, + "epoch": 0.11748687025870454, + "grad_norm": 1.09375, + "learning_rate": 0.0004999823100936615, + "loss": 6.2679, + "mean_token_accuracy": 0.12410511299967766, + "num_tokens": 2622581.0, + "step": 1510 + }, + { + "entropy": 6.444796562194824, + "epoch": 0.1178758996304221, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999819608489781, + "loss": 6.1459, + "mean_token_accuracy": 0.12382340282201768, + "num_tokens": 2631868.0, + "step": 1515 + }, + { + "entropy": 6.3898896217346195, + "epoch": 0.11826492900213967, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999816081905515, + "loss": 6.1683, + "mean_token_accuracy": 0.12991080954670906, + "num_tokens": 2640501.0, + "step": 1520 + }, + { + "entropy": 6.531676197052002, + "epoch": 0.11865395837385723, + "grad_norm": 1.0625, + "learning_rate": 0.0004999812521183872, + "loss": 6.1699, + "mean_token_accuracy": 0.1317140817642212, + "num_tokens": 2648916.0, + "step": 1525 + }, + { + "entropy": 6.465039777755737, + "epoch": 0.11904298774557479, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999808926324903, + "loss": 6.2552, + "mean_token_accuracy": 0.13165784254670143, + "num_tokens": 2657725.0, + "step": 1530 + }, + { + "entropy": 6.431260061264038, + "epoch": 0.11943201711729236, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999805297328665, + "loss": 6.2322, + "mean_token_accuracy": 0.12672695890069008, + "num_tokens": 2665983.0, + "step": 1535 + }, + { + "entropy": 6.433292293548584, + "epoch": 0.11982104648900992, + "grad_norm": 1.125, + "learning_rate": 0.0004999801634195214, + "loss": 6.2582, + "mean_token_accuracy": 0.1332721345126629, + "num_tokens": 2674546.0, + "step": 1540 + }, + { + "entropy": 6.488146877288818, + "epoch": 0.12021007586072749, + "grad_norm": 1.03125, + "learning_rate": 0.0004999797936924603, + "loss": 6.176, + "mean_token_accuracy": 0.12813623994588852, + "num_tokens": 2684088.0, + "step": 1545 + }, + { + "entropy": 6.44085841178894, + "epoch": 0.12059910523244505, + "grad_norm": 1.015625, + "learning_rate": 0.000499979420551689, + "loss": 6.2212, + "mean_token_accuracy": 0.12631620317697526, + "num_tokens": 2693289.0, + "step": 1550 + }, + { + "entropy": 6.404530429840088, + "epoch": 0.12098813460416262, + "grad_norm": 1.109375, + "learning_rate": 0.000499979043997213, + "loss": 6.1547, + "mean_token_accuracy": 0.13262817338109018, + "num_tokens": 2701744.0, + "step": 1555 + }, + { + "entropy": 6.463164138793945, + "epoch": 0.12137716397588018, + "grad_norm": 1.078125, + "learning_rate": 0.0004999786640290381, + "loss": 6.2138, + "mean_token_accuracy": 0.12017801105976104, + "num_tokens": 2710584.0, + "step": 1560 + }, + { + "entropy": 6.473390579223633, + "epoch": 0.12176619334759774, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999782806471701, + "loss": 6.221, + "mean_token_accuracy": 0.12257171049714088, + "num_tokens": 2719478.0, + "step": 1565 + }, + { + "entropy": 6.51469931602478, + "epoch": 0.12215522271931531, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999778938516147, + "loss": 6.3018, + "mean_token_accuracy": 0.11738094314932823, + "num_tokens": 2729105.0, + "step": 1570 + }, + { + "entropy": 6.504203176498413, + "epoch": 0.12254425209103287, + "grad_norm": 0.9765625, + "learning_rate": 0.000499977503642378, + "loss": 6.2567, + "mean_token_accuracy": 0.12570588439702987, + "num_tokens": 2738300.0, + "step": 1575 + }, + { + "entropy": 6.46259298324585, + "epoch": 0.12293328146275044, + "grad_norm": 1.046875, + "learning_rate": 0.0004999771100194656, + "loss": 6.1997, + "mean_token_accuracy": 0.12281355112791062, + "num_tokens": 2747236.0, + "step": 1580 + }, + { + "entropy": 6.313042402267456, + "epoch": 0.123322310834468, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999767129828837, + "loss": 6.1552, + "mean_token_accuracy": 0.13333506733179093, + "num_tokens": 2755919.0, + "step": 1585 + }, + { + "entropy": 6.3901971817016605, + "epoch": 0.12371134020618557, + "grad_norm": 1.078125, + "learning_rate": 0.0004999763125326383, + "loss": 6.1311, + "mean_token_accuracy": 0.13379732444882392, + "num_tokens": 2764469.0, + "step": 1590 + }, + { + "entropy": 6.470418119430542, + "epoch": 0.12410036957790313, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999759086687355, + "loss": 6.1465, + "mean_token_accuracy": 0.13174793347716332, + "num_tokens": 2772663.0, + "step": 1595 + }, + { + "entropy": 6.470247459411621, + "epoch": 0.1244893989496207, + "grad_norm": 1.078125, + "learning_rate": 0.0004999755013911813, + "loss": 6.1849, + "mean_token_accuracy": 0.12125680297613144, + "num_tokens": 2780719.0, + "step": 1600 + }, + { + "entropy": 6.411885499954224, + "epoch": 0.12487842832133826, + "grad_norm": 1.078125, + "learning_rate": 0.000499975090699982, + "loss": 6.2373, + "mean_token_accuracy": 0.12744609639048576, + "num_tokens": 2789186.0, + "step": 1605 + }, + { + "entropy": 6.416819286346436, + "epoch": 0.12526745769305583, + "grad_norm": 1.109375, + "learning_rate": 0.0004999746765951438, + "loss": 6.1496, + "mean_token_accuracy": 0.12793729454278946, + "num_tokens": 2797993.0, + "step": 1610 + }, + { + "entropy": 6.388448762893677, + "epoch": 0.1256564870647734, + "grad_norm": 1.1953125, + "learning_rate": 0.0004999742590766729, + "loss": 6.1015, + "mean_token_accuracy": 0.12969864159822464, + "num_tokens": 2806375.0, + "step": 1615 + }, + { + "entropy": 6.462837028503418, + "epoch": 0.12604551643649095, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999738381445757, + "loss": 6.2504, + "mean_token_accuracy": 0.1330662988126278, + "num_tokens": 2814772.0, + "step": 1620 + }, + { + "entropy": 6.313505363464356, + "epoch": 0.1264345458082085, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999734137988586, + "loss": 6.1229, + "mean_token_accuracy": 0.1330338940024376, + "num_tokens": 2824231.0, + "step": 1625 + }, + { + "entropy": 6.429342603683471, + "epoch": 0.1268235751799261, + "grad_norm": 0.96875, + "learning_rate": 0.000499972986039528, + "loss": 6.1851, + "mean_token_accuracy": 0.12637867406010628, + "num_tokens": 2833470.0, + "step": 1630 + }, + { + "entropy": 6.42327880859375, + "epoch": 0.12721260455164365, + "grad_norm": 0.984375, + "learning_rate": 0.0004999725548665904, + "loss": 6.1914, + "mean_token_accuracy": 0.1272370584309101, + "num_tokens": 2843010.0, + "step": 1635 + }, + { + "entropy": 6.4151369571685795, + "epoch": 0.1276016339233612, + "grad_norm": 1.015625, + "learning_rate": 0.0004999721202800524, + "loss": 6.0894, + "mean_token_accuracy": 0.13450721949338912, + "num_tokens": 2851545.0, + "step": 1640 + }, + { + "entropy": 6.322131395339966, + "epoch": 0.12799066329507877, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999716822799206, + "loss": 6.2373, + "mean_token_accuracy": 0.11726373285055161, + "num_tokens": 2861230.0, + "step": 1645 + }, + { + "entropy": 6.472705364227295, + "epoch": 0.12837969266679633, + "grad_norm": 1.15625, + "learning_rate": 0.0004999712408662016, + "loss": 6.1988, + "mean_token_accuracy": 0.12872418239712716, + "num_tokens": 2869436.0, + "step": 1650 + }, + { + "entropy": 6.349573040008545, + "epoch": 0.12876872203851392, + "grad_norm": 1.125, + "learning_rate": 0.0004999707960389021, + "loss": 6.0591, + "mean_token_accuracy": 0.13055680692195892, + "num_tokens": 2877688.0, + "step": 1655 + }, + { + "entropy": 6.446641206741333, + "epoch": 0.12915775141023147, + "grad_norm": 1.046875, + "learning_rate": 0.0004999703477980288, + "loss": 6.2037, + "mean_token_accuracy": 0.12923076152801513, + "num_tokens": 2887043.0, + "step": 1660 + }, + { + "entropy": 6.349732732772827, + "epoch": 0.12954678078194903, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999698961435885, + "loss": 6.1317, + "mean_token_accuracy": 0.13411349356174468, + "num_tokens": 2895732.0, + "step": 1665 + }, + { + "entropy": 6.334634923934937, + "epoch": 0.1299358101536666, + "grad_norm": 1.140625, + "learning_rate": 0.0004999694410755882, + "loss": 6.0911, + "mean_token_accuracy": 0.12794594317674637, + "num_tokens": 2904162.0, + "step": 1670 + }, + { + "entropy": 6.453775310516358, + "epoch": 0.13032483952538418, + "grad_norm": 1.015625, + "learning_rate": 0.0004999689825940347, + "loss": 6.2303, + "mean_token_accuracy": 0.12870074063539505, + "num_tokens": 2912783.0, + "step": 1675 + }, + { + "entropy": 6.386454153060913, + "epoch": 0.13071386889710174, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999685206989349, + "loss": 6.128, + "mean_token_accuracy": 0.13094662353396416, + "num_tokens": 2921027.0, + "step": 1680 + }, + { + "entropy": 6.379840612411499, + "epoch": 0.1311028982688193, + "grad_norm": 1.03125, + "learning_rate": 0.0004999680553902959, + "loss": 6.1558, + "mean_token_accuracy": 0.13119837194681166, + "num_tokens": 2930398.0, + "step": 1685 + }, + { + "entropy": 6.364923095703125, + "epoch": 0.13149192764053685, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999675866681247, + "loss": 6.1767, + "mean_token_accuracy": 0.12759430408477784, + "num_tokens": 2938703.0, + "step": 1690 + }, + { + "entropy": 6.336649465560913, + "epoch": 0.1318809570122544, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999671145324286, + "loss": 6.101, + "mean_token_accuracy": 0.13444865867495537, + "num_tokens": 2947007.0, + "step": 1695 + }, + { + "entropy": 6.386577987670899, + "epoch": 0.132269986383972, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999666389832144, + "loss": 6.2399, + "mean_token_accuracy": 0.13214273303747176, + "num_tokens": 2955485.0, + "step": 1700 + }, + { + "entropy": 6.432107162475586, + "epoch": 0.13265901575568956, + "grad_norm": 1.109375, + "learning_rate": 0.0004999661600204897, + "loss": 6.0943, + "mean_token_accuracy": 0.1316603824496269, + "num_tokens": 2964416.0, + "step": 1705 + }, + { + "entropy": 6.345300769805908, + "epoch": 0.13304804512740712, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999656776442615, + "loss": 6.0975, + "mean_token_accuracy": 0.12664629369974137, + "num_tokens": 2972737.0, + "step": 1710 + }, + { + "entropy": 6.319915866851806, + "epoch": 0.13343707449912467, + "grad_norm": 1.078125, + "learning_rate": 0.0004999651918545372, + "loss": 6.138, + "mean_token_accuracy": 0.12891265898942947, + "num_tokens": 2981166.0, + "step": 1715 + }, + { + "entropy": 6.400096082687378, + "epoch": 0.13382610387084226, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999647026513243, + "loss": 6.1841, + "mean_token_accuracy": 0.1323157973587513, + "num_tokens": 2989689.0, + "step": 1720 + }, + { + "entropy": 6.409255075454712, + "epoch": 0.13421513324255982, + "grad_norm": 1.15625, + "learning_rate": 0.00049996421003463, + "loss": 6.0878, + "mean_token_accuracy": 0.1328970320522785, + "num_tokens": 2998793.0, + "step": 1725 + }, + { + "entropy": 6.303147697448731, + "epoch": 0.13460416261427738, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999637140044619, + "loss": 6.2446, + "mean_token_accuracy": 0.12399912551045418, + "num_tokens": 3007320.0, + "step": 1730 + }, + { + "entropy": 6.372701263427734, + "epoch": 0.13499319198599494, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999632145608275, + "loss": 6.1419, + "mean_token_accuracy": 0.13464085459709169, + "num_tokens": 3015024.0, + "step": 1735 + }, + { + "entropy": 6.392448997497558, + "epoch": 0.1353822213577125, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999627117037343, + "loss": 6.2367, + "mean_token_accuracy": 0.13206600919365882, + "num_tokens": 3023058.0, + "step": 1740 + }, + { + "entropy": 6.42128438949585, + "epoch": 0.13577125072943008, + "grad_norm": 1.0859375, + "learning_rate": 0.00049996220543319, + "loss": 6.1337, + "mean_token_accuracy": 0.1343154013156891, + "num_tokens": 3031308.0, + "step": 1745 + }, + { + "entropy": 6.368301248550415, + "epoch": 0.13616028010114764, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999616957492025, + "loss": 6.2115, + "mean_token_accuracy": 0.12576463893055917, + "num_tokens": 3039598.0, + "step": 1750 + }, + { + "entropy": 6.332375144958496, + "epoch": 0.1365493094728652, + "grad_norm": 1.09375, + "learning_rate": 0.0004999611826517793, + "loss": 6.0264, + "mean_token_accuracy": 0.13993713706731797, + "num_tokens": 3047598.0, + "step": 1755 + }, + { + "entropy": 6.369699382781983, + "epoch": 0.13693833884458276, + "grad_norm": 1.0625, + "learning_rate": 0.0004999606661409281, + "loss": 6.1765, + "mean_token_accuracy": 0.1314793422818184, + "num_tokens": 3055702.0, + "step": 1760 + }, + { + "entropy": 6.352033996582032, + "epoch": 0.13732736821630034, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999601462166569, + "loss": 6.0358, + "mean_token_accuracy": 0.13761886060237885, + "num_tokens": 3063908.0, + "step": 1765 + }, + { + "entropy": 6.316202020645141, + "epoch": 0.1377163975880179, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999596228789736, + "loss": 6.1396, + "mean_token_accuracy": 0.12727851122617723, + "num_tokens": 3072077.0, + "step": 1770 + }, + { + "entropy": 6.371345472335816, + "epoch": 0.13810542695973546, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999590961278859, + "loss": 6.1301, + "mean_token_accuracy": 0.13236963376402855, + "num_tokens": 3080498.0, + "step": 1775 + }, + { + "entropy": 6.343796157836914, + "epoch": 0.13849445633145302, + "grad_norm": 1.109375, + "learning_rate": 0.0004999585659634021, + "loss": 6.135, + "mean_token_accuracy": 0.13217933028936385, + "num_tokens": 3089055.0, + "step": 1780 + }, + { + "entropy": 6.314961290359497, + "epoch": 0.13888348570317058, + "grad_norm": 1.03125, + "learning_rate": 0.0004999580323855301, + "loss": 6.1373, + "mean_token_accuracy": 0.13297785818576813, + "num_tokens": 3096944.0, + "step": 1785 + }, + { + "entropy": 6.29940447807312, + "epoch": 0.13927251507488816, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999574953942781, + "loss": 6.0293, + "mean_token_accuracy": 0.13218909054994582, + "num_tokens": 3105596.0, + "step": 1790 + }, + { + "entropy": 6.27741756439209, + "epoch": 0.13966154444660572, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999569549896541, + "loss": 6.0162, + "mean_token_accuracy": 0.14017163962125778, + "num_tokens": 3114349.0, + "step": 1795 + }, + { + "entropy": 6.2425329208374025, + "epoch": 0.14005057381832328, + "grad_norm": 1.15625, + "learning_rate": 0.0004999564111716665, + "loss": 6.1302, + "mean_token_accuracy": 0.12543968632817268, + "num_tokens": 3122490.0, + "step": 1800 + }, + { + "entropy": 6.412037658691406, + "epoch": 0.14043960319004084, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999558639403232, + "loss": 6.1766, + "mean_token_accuracy": 0.12949994951486588, + "num_tokens": 3130988.0, + "step": 1805 + }, + { + "entropy": 6.349801778793335, + "epoch": 0.1408286325617584, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999553132956328, + "loss": 6.0352, + "mean_token_accuracy": 0.1310783050954342, + "num_tokens": 3139488.0, + "step": 1810 + }, + { + "entropy": 6.275408506393433, + "epoch": 0.14121766193347599, + "grad_norm": 1.046875, + "learning_rate": 0.0004999547592376035, + "loss": 6.0853, + "mean_token_accuracy": 0.13912829905748367, + "num_tokens": 3147955.0, + "step": 1815 + }, + { + "entropy": 6.324730014801025, + "epoch": 0.14160669130519354, + "grad_norm": 1.0, + "learning_rate": 0.0004999542017662438, + "loss": 6.1356, + "mean_token_accuracy": 0.12387675121426582, + "num_tokens": 3157608.0, + "step": 1820 + }, + { + "entropy": 6.365148973464966, + "epoch": 0.1419957206769111, + "grad_norm": 1.265625, + "learning_rate": 0.0004999536408815623, + "loss": 6.0893, + "mean_token_accuracy": 0.12791794016957284, + "num_tokens": 3166124.0, + "step": 1825 + }, + { + "entropy": 6.237749290466309, + "epoch": 0.14238475004862866, + "grad_norm": 1.09375, + "learning_rate": 0.0004999530765835672, + "loss": 6.0837, + "mean_token_accuracy": 0.12821160182356833, + "num_tokens": 3175069.0, + "step": 1830 + }, + { + "entropy": 6.356600522994995, + "epoch": 0.14277377942034625, + "grad_norm": 1.0625, + "learning_rate": 0.0004999525088722673, + "loss": 6.1196, + "mean_token_accuracy": 0.13117128163576125, + "num_tokens": 3184259.0, + "step": 1835 + }, + { + "entropy": 6.341631460189819, + "epoch": 0.1431628087920638, + "grad_norm": 1.03125, + "learning_rate": 0.0004999519377476711, + "loss": 6.0274, + "mean_token_accuracy": 0.1311353027820587, + "num_tokens": 3193015.0, + "step": 1840 + }, + { + "entropy": 6.335974597930909, + "epoch": 0.14355183816378136, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999513632097872, + "loss": 5.9655, + "mean_token_accuracy": 0.1419636234641075, + "num_tokens": 3201624.0, + "step": 1845 + }, + { + "entropy": 6.2722913265228275, + "epoch": 0.14394086753549892, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999507852586245, + "loss": 6.0784, + "mean_token_accuracy": 0.13751533553004264, + "num_tokens": 3209474.0, + "step": 1850 + }, + { + "entropy": 6.228673076629638, + "epoch": 0.14432989690721648, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999502038941917, + "loss": 6.0466, + "mean_token_accuracy": 0.13530608788132667, + "num_tokens": 3218550.0, + "step": 1855 + }, + { + "entropy": 6.159630537033081, + "epoch": 0.14471892627893407, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999496191164975, + "loss": 6.0135, + "mean_token_accuracy": 0.13874994069337845, + "num_tokens": 3227108.0, + "step": 1860 + }, + { + "entropy": 6.317847490310669, + "epoch": 0.14510795565065163, + "grad_norm": 1.0703125, + "learning_rate": 0.000499949030925551, + "loss": 6.0647, + "mean_token_accuracy": 0.13484866991639138, + "num_tokens": 3235785.0, + "step": 1865 + }, + { + "entropy": 6.4040697574615475, + "epoch": 0.14549698502236919, + "grad_norm": 1.09375, + "learning_rate": 0.0004999484393213609, + "loss": 6.0958, + "mean_token_accuracy": 0.12889099717140198, + "num_tokens": 3244180.0, + "step": 1870 + }, + { + "entropy": 6.206935405731201, + "epoch": 0.14588601439408674, + "grad_norm": 0.98828125, + "learning_rate": 0.0004999478443039363, + "loss": 5.966, + "mean_token_accuracy": 0.13705985099077225, + "num_tokens": 3253098.0, + "step": 1875 + }, + { + "entropy": 6.353375959396362, + "epoch": 0.14627504376580433, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999472458732862, + "loss": 6.0139, + "mean_token_accuracy": 0.1389046587049961, + "num_tokens": 3261726.0, + "step": 1880 + }, + { + "entropy": 6.185830402374267, + "epoch": 0.1466640731375219, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999466440294198, + "loss": 5.9819, + "mean_token_accuracy": 0.13572768047451972, + "num_tokens": 3270362.0, + "step": 1885 + }, + { + "entropy": 6.255965852737427, + "epoch": 0.14705310250923945, + "grad_norm": 1.078125, + "learning_rate": 0.000499946038772346, + "loss": 5.9745, + "mean_token_accuracy": 0.13993003964424133, + "num_tokens": 3278332.0, + "step": 1890 + }, + { + "entropy": 6.187082147598266, + "epoch": 0.147442131880957, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999454301020741, + "loss": 5.9432, + "mean_token_accuracy": 0.14198991358280183, + "num_tokens": 3286800.0, + "step": 1895 + }, + { + "entropy": 6.344804382324218, + "epoch": 0.14783116125267456, + "grad_norm": 0.94140625, + "learning_rate": 0.0004999448180186133, + "loss": 6.181, + "mean_token_accuracy": 0.12529000788927078, + "num_tokens": 3296186.0, + "step": 1900 + }, + { + "entropy": 6.254264879226684, + "epoch": 0.14822019062439215, + "grad_norm": 1.140625, + "learning_rate": 0.000499944202521973, + "loss": 6.0373, + "mean_token_accuracy": 0.1428308829665184, + "num_tokens": 3303973.0, + "step": 1905 + }, + { + "entropy": 6.188289737701416, + "epoch": 0.1486092199961097, + "grad_norm": 1.171875, + "learning_rate": 0.0004999435836121624, + "loss": 5.9926, + "mean_token_accuracy": 0.13803835734724998, + "num_tokens": 3312550.0, + "step": 1910 + }, + { + "entropy": 6.331698322296143, + "epoch": 0.14899824936782727, + "grad_norm": 1.0546875, + "learning_rate": 0.000499942961289191, + "loss": 6.0628, + "mean_token_accuracy": 0.13561255410313605, + "num_tokens": 3321342.0, + "step": 1915 + }, + { + "entropy": 6.1749297142028805, + "epoch": 0.14938727873954483, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999423355530683, + "loss": 5.9403, + "mean_token_accuracy": 0.14343732073903084, + "num_tokens": 3329293.0, + "step": 1920 + }, + { + "entropy": 6.156786012649536, + "epoch": 0.1497763081112624, + "grad_norm": 1.0625, + "learning_rate": 0.0004999417064038035, + "loss": 5.9966, + "mean_token_accuracy": 0.13348888084292412, + "num_tokens": 3338278.0, + "step": 1925 + }, + { + "entropy": 6.295070505142212, + "epoch": 0.15016533748297997, + "grad_norm": 1.0625, + "learning_rate": 0.0004999410738414065, + "loss": 6.1006, + "mean_token_accuracy": 0.1349467881023884, + "num_tokens": 3346757.0, + "step": 1930 + }, + { + "entropy": 6.215303182601929, + "epoch": 0.15055436685469753, + "grad_norm": 1.015625, + "learning_rate": 0.0004999404378658866, + "loss": 6.0975, + "mean_token_accuracy": 0.1362791948020458, + "num_tokens": 3355903.0, + "step": 1935 + }, + { + "entropy": 6.2781799793243405, + "epoch": 0.1509433962264151, + "grad_norm": 1.0625, + "learning_rate": 0.0004999397984772536, + "loss": 6.0666, + "mean_token_accuracy": 0.1276647962629795, + "num_tokens": 3365440.0, + "step": 1940 + }, + { + "entropy": 6.2379114627838135, + "epoch": 0.15133242559813265, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999391556755172, + "loss": 6.0323, + "mean_token_accuracy": 0.13651658967137337, + "num_tokens": 3373672.0, + "step": 1945 + }, + { + "entropy": 6.2155702114105225, + "epoch": 0.15172145496985023, + "grad_norm": 1.109375, + "learning_rate": 0.0004999385094606872, + "loss": 6.0032, + "mean_token_accuracy": 0.1315799042582512, + "num_tokens": 3382733.0, + "step": 1950 + }, + { + "entropy": 6.174511241912842, + "epoch": 0.1521104843415678, + "grad_norm": 1.015625, + "learning_rate": 0.0004999378598327733, + "loss": 5.9656, + "mean_token_accuracy": 0.13844937980175018, + "num_tokens": 3390842.0, + "step": 1955 + }, + { + "entropy": 6.256609535217285, + "epoch": 0.15249951371328535, + "grad_norm": 1.03125, + "learning_rate": 0.0004999372067917854, + "loss": 6.1149, + "mean_token_accuracy": 0.1254595175385475, + "num_tokens": 3399761.0, + "step": 1960 + }, + { + "entropy": 6.284492778778076, + "epoch": 0.1528885430850029, + "grad_norm": 1.03125, + "learning_rate": 0.0004999365503377335, + "loss": 6.0315, + "mean_token_accuracy": 0.13321302980184554, + "num_tokens": 3408986.0, + "step": 1965 + }, + { + "entropy": 6.235216522216797, + "epoch": 0.1532775724567205, + "grad_norm": 1.140625, + "learning_rate": 0.0004999358904706273, + "loss": 5.9892, + "mean_token_accuracy": 0.1353617176413536, + "num_tokens": 3418051.0, + "step": 1970 + }, + { + "entropy": 6.321955776214599, + "epoch": 0.15366660182843805, + "grad_norm": 1.03125, + "learning_rate": 0.0004999352271904771, + "loss": 6.0986, + "mean_token_accuracy": 0.13750415220856665, + "num_tokens": 3427185.0, + "step": 1975 + }, + { + "entropy": 6.196172285079956, + "epoch": 0.1540556312001556, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999345604972928, + "loss": 5.9939, + "mean_token_accuracy": 0.13660573363304138, + "num_tokens": 3435367.0, + "step": 1980 + }, + { + "entropy": 6.193881511688232, + "epoch": 0.15444466057187317, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999338903910846, + "loss": 6.0341, + "mean_token_accuracy": 0.1360504299402237, + "num_tokens": 3443451.0, + "step": 1985 + }, + { + "entropy": 6.246865940093994, + "epoch": 0.15483368994359073, + "grad_norm": 1.078125, + "learning_rate": 0.0004999332168718626, + "loss": 6.0401, + "mean_token_accuracy": 0.1405157931149006, + "num_tokens": 3451038.0, + "step": 1990 + }, + { + "entropy": 6.464015769958496, + "epoch": 0.15522271931530832, + "grad_norm": 1.09375, + "learning_rate": 0.0004999325399396371, + "loss": 6.189, + "mean_token_accuracy": 0.12317560613155365, + "num_tokens": 3459693.0, + "step": 1995 + }, + { + "entropy": 6.344349575042725, + "epoch": 0.15561174868702587, + "grad_norm": 1.203125, + "learning_rate": 0.0004999318595944183, + "loss": 6.0573, + "mean_token_accuracy": 0.1302526354789734, + "num_tokens": 3468347.0, + "step": 2000 + }, + { + "entropy": 6.2093932151794435, + "epoch": 0.15600077805874343, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999311758362166, + "loss": 6.041, + "mean_token_accuracy": 0.1344868026673794, + "num_tokens": 3476030.0, + "step": 2005 + }, + { + "entropy": 6.173217630386352, + "epoch": 0.156389807430461, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999304886650422, + "loss": 6.0088, + "mean_token_accuracy": 0.1343566119670868, + "num_tokens": 3484840.0, + "step": 2010 + }, + { + "entropy": 6.339105176925659, + "epoch": 0.15677883680217858, + "grad_norm": 1.015625, + "learning_rate": 0.0004999297980809058, + "loss": 6.1002, + "mean_token_accuracy": 0.133415899425745, + "num_tokens": 3492662.0, + "step": 2015 + }, + { + "entropy": 6.286862468719482, + "epoch": 0.15716786617389614, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999291040838176, + "loss": 6.0174, + "mean_token_accuracy": 0.13295094966888427, + "num_tokens": 3501582.0, + "step": 2020 + }, + { + "entropy": 6.232885360717773, + "epoch": 0.1575568955456137, + "grad_norm": 1.015625, + "learning_rate": 0.0004999284066737884, + "loss": 6.0275, + "mean_token_accuracy": 0.1392024390399456, + "num_tokens": 3510141.0, + "step": 2025 + }, + { + "entropy": 6.297137260437012, + "epoch": 0.15794592491733125, + "grad_norm": 1.0625, + "learning_rate": 0.0004999277058508285, + "loss": 6.0623, + "mean_token_accuracy": 0.13623598217964172, + "num_tokens": 3518530.0, + "step": 2030 + }, + { + "entropy": 6.16064453125, + "epoch": 0.1583349542890488, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999270016149486, + "loss": 6.0192, + "mean_token_accuracy": 0.1363525167107582, + "num_tokens": 3526815.0, + "step": 2035 + }, + { + "entropy": 6.216293525695801, + "epoch": 0.1587239836607664, + "grad_norm": 0.98046875, + "learning_rate": 0.0004999262939661596, + "loss": 6.081, + "mean_token_accuracy": 0.13018166050314903, + "num_tokens": 3535840.0, + "step": 2040 + }, + { + "entropy": 6.298702955245972, + "epoch": 0.15911301303248396, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999255829044721, + "loss": 6.0981, + "mean_token_accuracy": 0.13071646615862847, + "num_tokens": 3544876.0, + "step": 2045 + }, + { + "entropy": 6.225747776031494, + "epoch": 0.15950204240420152, + "grad_norm": 1.078125, + "learning_rate": 0.0004999248684298968, + "loss": 5.8578, + "mean_token_accuracy": 0.1430135577917099, + "num_tokens": 3553018.0, + "step": 2050 + }, + { + "entropy": 6.087709617614746, + "epoch": 0.15989107177591907, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999241505424447, + "loss": 5.9005, + "mean_token_accuracy": 0.13955418467521669, + "num_tokens": 3560909.0, + "step": 2055 + }, + { + "entropy": 6.183088874816894, + "epoch": 0.16028010114763663, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999234292421265, + "loss": 6.0498, + "mean_token_accuracy": 0.13545388653874396, + "num_tokens": 3569235.0, + "step": 2060 + }, + { + "entropy": 6.154008436203003, + "epoch": 0.16066913051935422, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999227045289535, + "loss": 5.9139, + "mean_token_accuracy": 0.13975678011775017, + "num_tokens": 3577646.0, + "step": 2065 + }, + { + "entropy": 6.173991012573242, + "epoch": 0.16105815989107178, + "grad_norm": 1.015625, + "learning_rate": 0.0004999219764029363, + "loss": 6.0213, + "mean_token_accuracy": 0.13489074483513833, + "num_tokens": 3586499.0, + "step": 2070 + }, + { + "entropy": 6.236517524719238, + "epoch": 0.16144718926278934, + "grad_norm": 1.078125, + "learning_rate": 0.0004999212448640861, + "loss": 6.0194, + "mean_token_accuracy": 0.13757209926843644, + "num_tokens": 3595391.0, + "step": 2075 + }, + { + "entropy": 6.141875600814819, + "epoch": 0.1618362186345069, + "grad_norm": 0.984375, + "learning_rate": 0.0004999205099124141, + "loss": 5.9667, + "mean_token_accuracy": 0.1367950737476349, + "num_tokens": 3603774.0, + "step": 2080 + }, + { + "entropy": 6.297803211212158, + "epoch": 0.16222524800622448, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999197715479313, + "loss": 6.0216, + "mean_token_accuracy": 0.13554098531603814, + "num_tokens": 3611980.0, + "step": 2085 + }, + { + "entropy": 6.2039124965667725, + "epoch": 0.16261427737794204, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999190297706489, + "loss": 5.942, + "mean_token_accuracy": 0.13699196204543113, + "num_tokens": 3620902.0, + "step": 2090 + }, + { + "entropy": 6.3155577182769775, + "epoch": 0.1630033067496596, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999182845805783, + "loss": 6.2312, + "mean_token_accuracy": 0.12782860547304153, + "num_tokens": 3628924.0, + "step": 2095 + }, + { + "entropy": 6.297778558731079, + "epoch": 0.16339233612137716, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999175359777306, + "loss": 6.0695, + "mean_token_accuracy": 0.13167304024100304, + "num_tokens": 3637538.0, + "step": 2100 + }, + { + "entropy": 6.203191900253296, + "epoch": 0.16378136549309472, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999167839621174, + "loss": 6.0779, + "mean_token_accuracy": 0.13191662728786469, + "num_tokens": 3646309.0, + "step": 2105 + }, + { + "entropy": 6.213529634475708, + "epoch": 0.1641703948648123, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999160285337501, + "loss": 5.9364, + "mean_token_accuracy": 0.1367933377623558, + "num_tokens": 3655204.0, + "step": 2110 + }, + { + "entropy": 6.21005539894104, + "epoch": 0.16455942423652986, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999152696926399, + "loss": 6.0641, + "mean_token_accuracy": 0.1300017297267914, + "num_tokens": 3663939.0, + "step": 2115 + }, + { + "entropy": 6.262974691390991, + "epoch": 0.16494845360824742, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999145074387985, + "loss": 6.0083, + "mean_token_accuracy": 0.13462101370096208, + "num_tokens": 3673167.0, + "step": 2120 + }, + { + "entropy": 6.195592164993286, + "epoch": 0.16533748297996498, + "grad_norm": 1.03125, + "learning_rate": 0.0004999137417722374, + "loss": 5.9742, + "mean_token_accuracy": 0.13803649172186852, + "num_tokens": 3682234.0, + "step": 2125 + }, + { + "entropy": 6.130123567581177, + "epoch": 0.16572651235168256, + "grad_norm": 1.015625, + "learning_rate": 0.0004999129726929684, + "loss": 5.9518, + "mean_token_accuracy": 0.13907736241817475, + "num_tokens": 3690835.0, + "step": 2130 + }, + { + "entropy": 6.220533561706543, + "epoch": 0.16611554172340012, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999122002010029, + "loss": 6.0101, + "mean_token_accuracy": 0.1316205196082592, + "num_tokens": 3699348.0, + "step": 2135 + }, + { + "entropy": 6.122845840454102, + "epoch": 0.16650457109511768, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999114242963527, + "loss": 5.924, + "mean_token_accuracy": 0.1415353387594223, + "num_tokens": 3708205.0, + "step": 2140 + }, + { + "entropy": 6.129640579223633, + "epoch": 0.16689360046683524, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999106449790298, + "loss": 5.9912, + "mean_token_accuracy": 0.14246149584650994, + "num_tokens": 3717016.0, + "step": 2145 + }, + { + "entropy": 6.351011037826538, + "epoch": 0.1672826298385528, + "grad_norm": 1.078125, + "learning_rate": 0.0004999098622490458, + "loss": 6.0016, + "mean_token_accuracy": 0.13569031432271003, + "num_tokens": 3725509.0, + "step": 2150 + }, + { + "entropy": 6.1818685054779055, + "epoch": 0.16767165921027039, + "grad_norm": 0.99609375, + "learning_rate": 0.0004999090761064125, + "loss": 6.0751, + "mean_token_accuracy": 0.13177148699760438, + "num_tokens": 3734674.0, + "step": 2155 + }, + { + "entropy": 6.140064430236817, + "epoch": 0.16806068858198794, + "grad_norm": 1.0859375, + "learning_rate": 0.000499908286551142, + "loss": 5.9012, + "mean_token_accuracy": 0.1402728170156479, + "num_tokens": 3742930.0, + "step": 2160 + }, + { + "entropy": 6.204311227798462, + "epoch": 0.1684497179537055, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999074935832463, + "loss": 5.9945, + "mean_token_accuracy": 0.13643383085727692, + "num_tokens": 3751314.0, + "step": 2165 + }, + { + "entropy": 6.266703701019287, + "epoch": 0.16883874732542306, + "grad_norm": 1.078125, + "learning_rate": 0.0004999066972027373, + "loss": 6.1046, + "mean_token_accuracy": 0.1291274093091488, + "num_tokens": 3760229.0, + "step": 2170 + }, + { + "entropy": 6.350693798065185, + "epoch": 0.16922777669714065, + "grad_norm": 1.015625, + "learning_rate": 0.0004999058974096271, + "loss": 6.1037, + "mean_token_accuracy": 0.13275526687502862, + "num_tokens": 3769037.0, + "step": 2175 + }, + { + "entropy": 6.075402069091797, + "epoch": 0.1696168060688582, + "grad_norm": 1.03125, + "learning_rate": 0.000499905094203928, + "loss": 5.9684, + "mean_token_accuracy": 0.14126176312565802, + "num_tokens": 3777686.0, + "step": 2180 + }, + { + "entropy": 6.287758302688599, + "epoch": 0.17000583544057576, + "grad_norm": 1.046875, + "learning_rate": 0.000499904287585652, + "loss": 6.0575, + "mean_token_accuracy": 0.13231970369815826, + "num_tokens": 3786412.0, + "step": 2185 + }, + { + "entropy": 6.2325122356414795, + "epoch": 0.17039486481229332, + "grad_norm": 1.09375, + "learning_rate": 0.0004999034775548113, + "loss": 6.091, + "mean_token_accuracy": 0.13756789192557334, + "num_tokens": 3794981.0, + "step": 2190 + }, + { + "entropy": 6.184635210037231, + "epoch": 0.17078389418401088, + "grad_norm": 1.0, + "learning_rate": 0.0004999026641114185, + "loss": 5.9679, + "mean_token_accuracy": 0.13785844221711158, + "num_tokens": 3803069.0, + "step": 2195 + }, + { + "entropy": 6.228214073181152, + "epoch": 0.17117292355572847, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999018472554857, + "loss": 6.0562, + "mean_token_accuracy": 0.13657879456877708, + "num_tokens": 3811986.0, + "step": 2200 + }, + { + "entropy": 6.255152368545533, + "epoch": 0.17156195292744603, + "grad_norm": 1.03125, + "learning_rate": 0.0004999010269870253, + "loss": 5.9669, + "mean_token_accuracy": 0.13384350910782813, + "num_tokens": 3820626.0, + "step": 2205 + }, + { + "entropy": 6.168890142440796, + "epoch": 0.17195098229916359, + "grad_norm": 1.046875, + "learning_rate": 0.0004999002033060498, + "loss": 5.9734, + "mean_token_accuracy": 0.14005149230360986, + "num_tokens": 3828608.0, + "step": 2210 + }, + { + "entropy": 6.115287494659424, + "epoch": 0.17234001167088114, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998993762125716, + "loss": 5.9222, + "mean_token_accuracy": 0.1419154718518257, + "num_tokens": 3837059.0, + "step": 2215 + }, + { + "entropy": 6.196029186248779, + "epoch": 0.17272904104259873, + "grad_norm": 1.046875, + "learning_rate": 0.0004998985457066034, + "loss": 5.9477, + "mean_token_accuracy": 0.13308243378996848, + "num_tokens": 3845137.0, + "step": 2220 + }, + { + "entropy": 6.161190748214722, + "epoch": 0.1731180704143163, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998977117881576, + "loss": 5.9399, + "mean_token_accuracy": 0.14329548850655555, + "num_tokens": 3854012.0, + "step": 2225 + }, + { + "entropy": 6.076524972915649, + "epoch": 0.17350709978603385, + "grad_norm": 1.078125, + "learning_rate": 0.0004998968744572472, + "loss": 5.8859, + "mean_token_accuracy": 0.14090772867202758, + "num_tokens": 3862308.0, + "step": 2230 + }, + { + "entropy": 6.084261083602906, + "epoch": 0.1738961291577514, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998960337138845, + "loss": 5.8224, + "mean_token_accuracy": 0.13599667102098464, + "num_tokens": 3870975.0, + "step": 2235 + }, + { + "entropy": 6.172693729400635, + "epoch": 0.17428515852946896, + "grad_norm": 1.1484375, + "learning_rate": 0.0004998951895580826, + "loss": 5.9953, + "mean_token_accuracy": 0.1362786665558815, + "num_tokens": 3879621.0, + "step": 2240 + }, + { + "entropy": 6.119487714767456, + "epoch": 0.17467418790118655, + "grad_norm": 1.0625, + "learning_rate": 0.0004998943419898542, + "loss": 5.9608, + "mean_token_accuracy": 0.13740068078041076, + "num_tokens": 3889214.0, + "step": 2245 + }, + { + "entropy": 6.195636940002442, + "epoch": 0.1750632172729041, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998934910092119, + "loss": 5.9972, + "mean_token_accuracy": 0.13837300091981888, + "num_tokens": 3898250.0, + "step": 2250 + }, + { + "entropy": 6.189534759521484, + "epoch": 0.17545224664462167, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998926366161689, + "loss": 6.0342, + "mean_token_accuracy": 0.13376041278243064, + "num_tokens": 3906971.0, + "step": 2255 + }, + { + "entropy": 6.193826007843017, + "epoch": 0.17584127601633923, + "grad_norm": 0.96875, + "learning_rate": 0.0004998917788107383, + "loss": 6.0622, + "mean_token_accuracy": 0.13532394245266915, + "num_tokens": 3916663.0, + "step": 2260 + }, + { + "entropy": 6.125564813613892, + "epoch": 0.17623030538805678, + "grad_norm": 0.984375, + "learning_rate": 0.0004998909175929326, + "loss": 5.9445, + "mean_token_accuracy": 0.13861310556530954, + "num_tokens": 3926848.0, + "step": 2265 + }, + { + "entropy": 6.110090446472168, + "epoch": 0.17661933475977437, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998900529627653, + "loss": 5.9132, + "mean_token_accuracy": 0.138637275993824, + "num_tokens": 3935729.0, + "step": 2270 + }, + { + "entropy": 6.222514343261719, + "epoch": 0.17700836413149193, + "grad_norm": 1.0625, + "learning_rate": 0.0004998891849202495, + "loss": 5.9225, + "mean_token_accuracy": 0.13785927072167398, + "num_tokens": 3943408.0, + "step": 2275 + }, + { + "entropy": 6.115485048294067, + "epoch": 0.1773973935032095, + "grad_norm": 1.078125, + "learning_rate": 0.000499888313465398, + "loss": 5.8904, + "mean_token_accuracy": 0.13828733041882516, + "num_tokens": 3952473.0, + "step": 2280 + }, + { + "entropy": 6.189030885696411, + "epoch": 0.17778642287492705, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998874385982247, + "loss": 6.0584, + "mean_token_accuracy": 0.1308848187327385, + "num_tokens": 3960878.0, + "step": 2285 + }, + { + "entropy": 6.263873767852783, + "epoch": 0.17817545224664463, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998865603187421, + "loss": 6.0012, + "mean_token_accuracy": 0.13525196462869643, + "num_tokens": 3969282.0, + "step": 2290 + }, + { + "entropy": 6.142105340957642, + "epoch": 0.1785644816183622, + "grad_norm": 1.0234375, + "learning_rate": 0.000499885678626964, + "loss": 5.9793, + "mean_token_accuracy": 0.1365065097808838, + "num_tokens": 3978516.0, + "step": 2295 + }, + { + "entropy": 6.130709075927735, + "epoch": 0.17895351099007975, + "grad_norm": 1.09375, + "learning_rate": 0.0004998847935229038, + "loss": 5.8469, + "mean_token_accuracy": 0.14624039083719254, + "num_tokens": 3986580.0, + "step": 2300 + }, + { + "entropy": 5.984261894226075, + "epoch": 0.1793425403617973, + "grad_norm": 1.078125, + "learning_rate": 0.0004998839050065746, + "loss": 5.8505, + "mean_token_accuracy": 0.1426392376422882, + "num_tokens": 3995144.0, + "step": 2305 + }, + { + "entropy": 6.117937326431274, + "epoch": 0.17973156973351487, + "grad_norm": 1.015625, + "learning_rate": 0.0004998830130779902, + "loss": 5.8539, + "mean_token_accuracy": 0.13852243572473527, + "num_tokens": 4003887.0, + "step": 2310 + }, + { + "entropy": 6.178174209594727, + "epoch": 0.18012059910523245, + "grad_norm": 1.0078125, + "learning_rate": 0.000499882117737164, + "loss": 5.9577, + "mean_token_accuracy": 0.13900213465094566, + "num_tokens": 4012607.0, + "step": 2315 + }, + { + "entropy": 6.117289209365845, + "epoch": 0.18050962847695, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998812189841096, + "loss": 6.0434, + "mean_token_accuracy": 0.13420895710587502, + "num_tokens": 4021950.0, + "step": 2320 + }, + { + "entropy": 6.188327360153198, + "epoch": 0.18089865784866757, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998803168188407, + "loss": 6.0003, + "mean_token_accuracy": 0.1396230697631836, + "num_tokens": 4031076.0, + "step": 2325 + }, + { + "entropy": 6.050243377685547, + "epoch": 0.18128768722038513, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998794112413708, + "loss": 5.8423, + "mean_token_accuracy": 0.14782028794288635, + "num_tokens": 4040414.0, + "step": 2330 + }, + { + "entropy": 6.248169994354248, + "epoch": 0.18167671659210272, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998785022517137, + "loss": 5.9386, + "mean_token_accuracy": 0.14150765910744667, + "num_tokens": 4048931.0, + "step": 2335 + }, + { + "entropy": 5.986580514907837, + "epoch": 0.18206574596382027, + "grad_norm": 1.0234375, + "learning_rate": 0.0004998775898498835, + "loss": 5.8367, + "mean_token_accuracy": 0.14155064076185225, + "num_tokens": 4057688.0, + "step": 2340 + }, + { + "entropy": 6.074233341217041, + "epoch": 0.18245477533553783, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998766740358936, + "loss": 5.9449, + "mean_token_accuracy": 0.1420542173087597, + "num_tokens": 4066365.0, + "step": 2345 + }, + { + "entropy": 6.13965334892273, + "epoch": 0.1828438047072554, + "grad_norm": 0.9609375, + "learning_rate": 0.0004998757548097582, + "loss": 5.8541, + "mean_token_accuracy": 0.14332376196980476, + "num_tokens": 4075136.0, + "step": 2350 + }, + { + "entropy": 6.134494304656982, + "epoch": 0.18323283407897295, + "grad_norm": 1.015625, + "learning_rate": 0.0004998748321714911, + "loss": 5.9524, + "mean_token_accuracy": 0.14317325055599212, + "num_tokens": 4083337.0, + "step": 2355 + }, + { + "entropy": 6.069387912750244, + "epoch": 0.18362186345069054, + "grad_norm": 1.0234375, + "learning_rate": 0.0004998739061211065, + "loss": 5.899, + "mean_token_accuracy": 0.1406087227165699, + "num_tokens": 4091201.0, + "step": 2360 + }, + { + "entropy": 6.1495448589324955, + "epoch": 0.1840108928224081, + "grad_norm": 0.98046875, + "learning_rate": 0.0004998729766586181, + "loss": 5.9458, + "mean_token_accuracy": 0.1404791608452797, + "num_tokens": 4099480.0, + "step": 2365 + }, + { + "entropy": 6.029800033569336, + "epoch": 0.18439992219412565, + "grad_norm": 1.046875, + "learning_rate": 0.0004998720437840403, + "loss": 5.8555, + "mean_token_accuracy": 0.14272842854261397, + "num_tokens": 4108151.0, + "step": 2370 + }, + { + "entropy": 6.009803676605225, + "epoch": 0.1847889515658432, + "grad_norm": 0.96875, + "learning_rate": 0.0004998711074973871, + "loss": 5.8595, + "mean_token_accuracy": 0.14537928998470306, + "num_tokens": 4117380.0, + "step": 2375 + }, + { + "entropy": 6.103708982467651, + "epoch": 0.1851779809375608, + "grad_norm": 0.9765625, + "learning_rate": 0.0004998701677986728, + "loss": 5.9192, + "mean_token_accuracy": 0.14413200244307517, + "num_tokens": 4126757.0, + "step": 2380 + }, + { + "entropy": 6.091351890563965, + "epoch": 0.18556701030927836, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998692246879116, + "loss": 5.832, + "mean_token_accuracy": 0.14118036180734633, + "num_tokens": 4135326.0, + "step": 2385 + }, + { + "entropy": 6.083584976196289, + "epoch": 0.18595603968099592, + "grad_norm": 0.9609375, + "learning_rate": 0.0004998682781651178, + "loss": 5.8502, + "mean_token_accuracy": 0.15047699064016343, + "num_tokens": 4143624.0, + "step": 2390 + }, + { + "entropy": 6.039449691772461, + "epoch": 0.18634506905271347, + "grad_norm": 1.015625, + "learning_rate": 0.0004998673282303059, + "loss": 5.8032, + "mean_token_accuracy": 0.14633125066757202, + "num_tokens": 4152193.0, + "step": 2395 + }, + { + "entropy": 6.093126678466797, + "epoch": 0.18673409842443103, + "grad_norm": 1.1328125, + "learning_rate": 0.0004998663748834901, + "loss": 5.9333, + "mean_token_accuracy": 0.14173089787364007, + "num_tokens": 4160614.0, + "step": 2400 + }, + { + "entropy": 6.195434331893921, + "epoch": 0.18712312779614862, + "grad_norm": 1.046875, + "learning_rate": 0.0004998654181246851, + "loss": 5.9525, + "mean_token_accuracy": 0.1426502361893654, + "num_tokens": 4168715.0, + "step": 2405 + }, + { + "entropy": 6.14034595489502, + "epoch": 0.18751215716786618, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998644579539052, + "loss": 5.9903, + "mean_token_accuracy": 0.14057205021381378, + "num_tokens": 4176676.0, + "step": 2410 + }, + { + "entropy": 6.11949610710144, + "epoch": 0.18790118653958374, + "grad_norm": 0.97265625, + "learning_rate": 0.000499863494371165, + "loss": 5.9666, + "mean_token_accuracy": 0.13880052268505097, + "num_tokens": 4185613.0, + "step": 2415 + }, + { + "entropy": 6.10061502456665, + "epoch": 0.1882902159113013, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998625273764793, + "loss": 5.9744, + "mean_token_accuracy": 0.14042351245880128, + "num_tokens": 4193985.0, + "step": 2420 + }, + { + "entropy": 6.119175815582276, + "epoch": 0.18867924528301888, + "grad_norm": 1.015625, + "learning_rate": 0.0004998615569698626, + "loss": 5.8692, + "mean_token_accuracy": 0.14560523852705956, + "num_tokens": 4202713.0, + "step": 2425 + }, + { + "entropy": 6.20410122871399, + "epoch": 0.18906827465473644, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998605831513296, + "loss": 5.9982, + "mean_token_accuracy": 0.13526586964726448, + "num_tokens": 4210858.0, + "step": 2430 + }, + { + "entropy": 6.077843475341797, + "epoch": 0.189457304026454, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998596059208953, + "loss": 5.9232, + "mean_token_accuracy": 0.1438886322081089, + "num_tokens": 4219570.0, + "step": 2435 + }, + { + "entropy": 6.070500183105469, + "epoch": 0.18984633339817156, + "grad_norm": 1.09375, + "learning_rate": 0.0004998586252785743, + "loss": 5.8362, + "mean_token_accuracy": 0.14419551193714142, + "num_tokens": 4228026.0, + "step": 2440 + }, + { + "entropy": 6.118373966217041, + "epoch": 0.19023536276988912, + "grad_norm": 1.09375, + "learning_rate": 0.0004998576412243816, + "loss": 5.8484, + "mean_token_accuracy": 0.14332474917173385, + "num_tokens": 4235993.0, + "step": 2445 + }, + { + "entropy": 6.020765161514282, + "epoch": 0.1906243921416067, + "grad_norm": 1.046875, + "learning_rate": 0.0004998566537583321, + "loss": 5.8452, + "mean_token_accuracy": 0.1450585328042507, + "num_tokens": 4244225.0, + "step": 2450 + }, + { + "entropy": 6.020392990112304, + "epoch": 0.19101342151332426, + "grad_norm": 1.015625, + "learning_rate": 0.0004998556628804408, + "loss": 5.8412, + "mean_token_accuracy": 0.14568918645381929, + "num_tokens": 4252989.0, + "step": 2455 + }, + { + "entropy": 6.1407276630401615, + "epoch": 0.19140245088504182, + "grad_norm": 1.09375, + "learning_rate": 0.0004998546685907225, + "loss": 5.8736, + "mean_token_accuracy": 0.1443709298968315, + "num_tokens": 4261297.0, + "step": 2460 + }, + { + "entropy": 6.14323468208313, + "epoch": 0.19179148025675938, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998536708891927, + "loss": 6.0037, + "mean_token_accuracy": 0.13726148158311843, + "num_tokens": 4270299.0, + "step": 2465 + }, + { + "entropy": 6.137307929992676, + "epoch": 0.19218050962847694, + "grad_norm": 0.90625, + "learning_rate": 0.0004998526697758663, + "loss": 6.0186, + "mean_token_accuracy": 0.13181870952248573, + "num_tokens": 4279662.0, + "step": 2470 + }, + { + "entropy": 6.12540340423584, + "epoch": 0.19256953900019452, + "grad_norm": 1.03125, + "learning_rate": 0.0004998516652507585, + "loss": 5.8237, + "mean_token_accuracy": 0.14710504859685897, + "num_tokens": 4287876.0, + "step": 2475 + }, + { + "entropy": 6.082257652282715, + "epoch": 0.19295856837191208, + "grad_norm": 1.0703125, + "learning_rate": 0.0004998506573138846, + "loss": 5.9652, + "mean_token_accuracy": 0.1425960034132004, + "num_tokens": 4296415.0, + "step": 2480 + }, + { + "entropy": 6.0256585597991945, + "epoch": 0.19334759774362964, + "grad_norm": 1.015625, + "learning_rate": 0.0004998496459652598, + "loss": 5.7941, + "mean_token_accuracy": 0.14723251685500144, + "num_tokens": 4304434.0, + "step": 2485 + }, + { + "entropy": 6.094099235534668, + "epoch": 0.1937366271153472, + "grad_norm": 1.0625, + "learning_rate": 0.0004998486312048995, + "loss": 5.9742, + "mean_token_accuracy": 0.1384941779077053, + "num_tokens": 4313266.0, + "step": 2490 + }, + { + "entropy": 6.093673992156982, + "epoch": 0.19412565648706478, + "grad_norm": 0.94921875, + "learning_rate": 0.0004998476130328193, + "loss": 5.8438, + "mean_token_accuracy": 0.14551946073770522, + "num_tokens": 4322121.0, + "step": 2495 + }, + { + "entropy": 6.059762907028198, + "epoch": 0.19451468585878234, + "grad_norm": 1.09375, + "learning_rate": 0.0004998465914490343, + "loss": 5.8574, + "mean_token_accuracy": 0.1456399142742157, + "num_tokens": 4330596.0, + "step": 2500 + }, + { + "entropy": 6.101912212371826, + "epoch": 0.1949037152304999, + "grad_norm": 1.109375, + "learning_rate": 0.00049984556645356, + "loss": 5.9538, + "mean_token_accuracy": 0.14571308046579362, + "num_tokens": 4337779.0, + "step": 2505 + }, + { + "entropy": 6.113310956954956, + "epoch": 0.19529274460221746, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998445380464124, + "loss": 5.7871, + "mean_token_accuracy": 0.14770737588405608, + "num_tokens": 4346623.0, + "step": 2510 + }, + { + "entropy": 6.010924863815307, + "epoch": 0.19568177397393502, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998435062276066, + "loss": 5.8965, + "mean_token_accuracy": 0.14267725944519044, + "num_tokens": 4355435.0, + "step": 2515 + }, + { + "entropy": 6.1819150924682615, + "epoch": 0.1960708033456526, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998424709971586, + "loss": 5.9427, + "mean_token_accuracy": 0.14011435583233833, + "num_tokens": 4363636.0, + "step": 2520 + }, + { + "entropy": 5.994958448410034, + "epoch": 0.19645983271737016, + "grad_norm": 1.0, + "learning_rate": 0.0004998414323550839, + "loss": 5.7574, + "mean_token_accuracy": 0.1514812633395195, + "num_tokens": 4372337.0, + "step": 2525 + }, + { + "entropy": 6.082412195205689, + "epoch": 0.19684886208908772, + "grad_norm": 1.1328125, + "learning_rate": 0.0004998403903013984, + "loss": 5.8105, + "mean_token_accuracy": 0.14721191674470901, + "num_tokens": 4380528.0, + "step": 2530 + }, + { + "entropy": 6.050493812561035, + "epoch": 0.19723789146080528, + "grad_norm": 1.046875, + "learning_rate": 0.0004998393448361179, + "loss": 5.8969, + "mean_token_accuracy": 0.13829589858651162, + "num_tokens": 4389464.0, + "step": 2535 + }, + { + "entropy": 6.092096662521362, + "epoch": 0.19762692083252287, + "grad_norm": 1.1015625, + "learning_rate": 0.000499838295959258, + "loss": 5.9541, + "mean_token_accuracy": 0.13610536456108094, + "num_tokens": 4397879.0, + "step": 2540 + }, + { + "entropy": 6.115645837783814, + "epoch": 0.19801595020424043, + "grad_norm": 1.0390625, + "learning_rate": 0.000499837243670835, + "loss": 5.965, + "mean_token_accuracy": 0.14079206734895705, + "num_tokens": 4406145.0, + "step": 2545 + }, + { + "entropy": 6.108259153366089, + "epoch": 0.19840497957595798, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998361879708646, + "loss": 5.8727, + "mean_token_accuracy": 0.1402936451137066, + "num_tokens": 4415480.0, + "step": 2550 + }, + { + "entropy": 6.099182176589966, + "epoch": 0.19879400894767554, + "grad_norm": 1.0078125, + "learning_rate": 0.000499835128859363, + "loss": 5.8755, + "mean_token_accuracy": 0.1442495122551918, + "num_tokens": 4423355.0, + "step": 2555 + }, + { + "entropy": 6.018963813781738, + "epoch": 0.1991830383193931, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998340663363461, + "loss": 5.7746, + "mean_token_accuracy": 0.14996073246002198, + "num_tokens": 4432059.0, + "step": 2560 + }, + { + "entropy": 6.011700248718261, + "epoch": 0.1995720676911107, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998330004018301, + "loss": 5.8663, + "mean_token_accuracy": 0.13528765514492988, + "num_tokens": 4441146.0, + "step": 2565 + }, + { + "entropy": 6.02707347869873, + "epoch": 0.19996109706282825, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998319310558312, + "loss": 5.7046, + "mean_token_accuracy": 0.1531302809715271, + "num_tokens": 4448553.0, + "step": 2570 + }, + { + "entropy": 5.865385389328003, + "epoch": 0.2003501264345458, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998308582983657, + "loss": 5.785, + "mean_token_accuracy": 0.1515739530324936, + "num_tokens": 4456930.0, + "step": 2575 + }, + { + "entropy": 6.159365510940551, + "epoch": 0.20073915580626336, + "grad_norm": 1.0625, + "learning_rate": 0.0004998297821294497, + "loss": 5.9856, + "mean_token_accuracy": 0.1445264369249344, + "num_tokens": 4464932.0, + "step": 2580 + }, + { + "entropy": 6.066826963424683, + "epoch": 0.20112818517798095, + "grad_norm": 1.03125, + "learning_rate": 0.0004998287025490995, + "loss": 5.7073, + "mean_token_accuracy": 0.15195650979876518, + "num_tokens": 4473695.0, + "step": 2585 + }, + { + "entropy": 5.915977334976196, + "epoch": 0.2015172145496985, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998276195573317, + "loss": 5.9426, + "mean_token_accuracy": 0.1366700403392315, + "num_tokens": 4483375.0, + "step": 2590 + }, + { + "entropy": 6.159323358535767, + "epoch": 0.20190624392141607, + "grad_norm": 1.0625, + "learning_rate": 0.0004998265331541627, + "loss": 5.9638, + "mean_token_accuracy": 0.13707406520843507, + "num_tokens": 4491695.0, + "step": 2595 + }, + { + "entropy": 6.056016826629639, + "epoch": 0.20229527329313363, + "grad_norm": 1.140625, + "learning_rate": 0.0004998254433396088, + "loss": 5.9221, + "mean_token_accuracy": 0.14026020020246505, + "num_tokens": 4500361.0, + "step": 2600 + }, + { + "entropy": 6.072783470153809, + "epoch": 0.20268430266485118, + "grad_norm": 0.98828125, + "learning_rate": 0.0004998243501136867, + "loss": 5.8419, + "mean_token_accuracy": 0.1397676981985569, + "num_tokens": 4509368.0, + "step": 2605 + }, + { + "entropy": 6.088675785064697, + "epoch": 0.20307333203656877, + "grad_norm": 1.015625, + "learning_rate": 0.0004998232534764129, + "loss": 5.8232, + "mean_token_accuracy": 0.14180155843496323, + "num_tokens": 4518146.0, + "step": 2610 + }, + { + "entropy": 6.058323574066162, + "epoch": 0.20346236140828633, + "grad_norm": 1.078125, + "learning_rate": 0.0004998221534278041, + "loss": 5.8875, + "mean_token_accuracy": 0.13800363019108772, + "num_tokens": 4526128.0, + "step": 2615 + }, + { + "entropy": 6.097913789749145, + "epoch": 0.2038513907800039, + "grad_norm": 0.9375, + "learning_rate": 0.0004998210499678769, + "loss": 5.9263, + "mean_token_accuracy": 0.14337622076272966, + "num_tokens": 4534724.0, + "step": 2620 + }, + { + "entropy": 6.008050632476807, + "epoch": 0.20424042015172145, + "grad_norm": 1.03125, + "learning_rate": 0.0004998199430966481, + "loss": 5.7847, + "mean_token_accuracy": 0.14045033752918243, + "num_tokens": 4543725.0, + "step": 2625 + }, + { + "entropy": 6.033035039901733, + "epoch": 0.20462944952343903, + "grad_norm": 1.03125, + "learning_rate": 0.0004998188328141346, + "loss": 5.8689, + "mean_token_accuracy": 0.14495224952697755, + "num_tokens": 4551758.0, + "step": 2630 + }, + { + "entropy": 5.990800094604492, + "epoch": 0.2050184788951566, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998177191203531, + "loss": 5.7433, + "mean_token_accuracy": 0.15320585817098617, + "num_tokens": 4559990.0, + "step": 2635 + }, + { + "entropy": 5.993824911117554, + "epoch": 0.20540750826687415, + "grad_norm": 1.0078125, + "learning_rate": 0.0004998166020153204, + "loss": 5.793, + "mean_token_accuracy": 0.1404377117753029, + "num_tokens": 4568651.0, + "step": 2640 + }, + { + "entropy": 5.941356039047241, + "epoch": 0.2057965376385917, + "grad_norm": 0.9765625, + "learning_rate": 0.0004998154814990538, + "loss": 5.722, + "mean_token_accuracy": 0.15070193260908127, + "num_tokens": 4577981.0, + "step": 2645 + }, + { + "entropy": 6.004185390472412, + "epoch": 0.20618556701030927, + "grad_norm": 1.109375, + "learning_rate": 0.00049981435757157, + "loss": 5.882, + "mean_token_accuracy": 0.1453938066959381, + "num_tokens": 4586480.0, + "step": 2650 + }, + { + "entropy": 6.035228633880616, + "epoch": 0.20657459638202685, + "grad_norm": 1.0625, + "learning_rate": 0.0004998132302328862, + "loss": 5.7768, + "mean_token_accuracy": 0.1519497200846672, + "num_tokens": 4595554.0, + "step": 2655 + }, + { + "entropy": 6.000116539001465, + "epoch": 0.2069636257537444, + "grad_norm": 0.97265625, + "learning_rate": 0.0004998120994830195, + "loss": 5.7928, + "mean_token_accuracy": 0.14965005293488504, + "num_tokens": 4604091.0, + "step": 2660 + }, + { + "entropy": 6.103025817871094, + "epoch": 0.20735265512546197, + "grad_norm": 1.0625, + "learning_rate": 0.000499810965321987, + "loss": 5.9041, + "mean_token_accuracy": 0.14321340918540953, + "num_tokens": 4612603.0, + "step": 2665 + }, + { + "entropy": 6.094974136352539, + "epoch": 0.20774168449717953, + "grad_norm": 1.0625, + "learning_rate": 0.0004998098277498059, + "loss": 5.8089, + "mean_token_accuracy": 0.14330320209264755, + "num_tokens": 4621041.0, + "step": 2670 + }, + { + "entropy": 5.965013837814331, + "epoch": 0.2081307138688971, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998086867664934, + "loss": 5.8381, + "mean_token_accuracy": 0.1479259341955185, + "num_tokens": 4629849.0, + "step": 2675 + }, + { + "entropy": 6.067577695846557, + "epoch": 0.20851974324061467, + "grad_norm": 0.9765625, + "learning_rate": 0.000499807542372067, + "loss": 5.9079, + "mean_token_accuracy": 0.14189650267362594, + "num_tokens": 4639426.0, + "step": 2680 + }, + { + "entropy": 6.020753288269043, + "epoch": 0.20890877261233223, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998063945665439, + "loss": 5.8312, + "mean_token_accuracy": 0.14925678074359894, + "num_tokens": 4647257.0, + "step": 2685 + }, + { + "entropy": 6.024092960357666, + "epoch": 0.2092978019840498, + "grad_norm": 1.0078125, + "learning_rate": 0.0004998052433499416, + "loss": 5.8148, + "mean_token_accuracy": 0.14485211595892905, + "num_tokens": 4655773.0, + "step": 2690 + }, + { + "entropy": 6.031063079833984, + "epoch": 0.20968683135576735, + "grad_norm": 1.015625, + "learning_rate": 0.0004998040887222776, + "loss": 5.844, + "mean_token_accuracy": 0.14211719036102294, + "num_tokens": 4664292.0, + "step": 2695 + }, + { + "entropy": 6.070610380172729, + "epoch": 0.21007586072748494, + "grad_norm": 1.03125, + "learning_rate": 0.0004998029306835693, + "loss": 5.8802, + "mean_token_accuracy": 0.14487007558345794, + "num_tokens": 4672774.0, + "step": 2700 + }, + { + "entropy": 6.192492723464966, + "epoch": 0.2104648900992025, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998017692338344, + "loss": 6.0024, + "mean_token_accuracy": 0.13652608394622803, + "num_tokens": 4681855.0, + "step": 2705 + }, + { + "entropy": 6.003230619430542, + "epoch": 0.21085391947092005, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998006043730905, + "loss": 5.7837, + "mean_token_accuracy": 0.15081765204668046, + "num_tokens": 4689771.0, + "step": 2710 + }, + { + "entropy": 6.06316032409668, + "epoch": 0.2112429488426376, + "grad_norm": 0.9765625, + "learning_rate": 0.0004997994361013551, + "loss": 5.9318, + "mean_token_accuracy": 0.13612701371312141, + "num_tokens": 4698808.0, + "step": 2715 + }, + { + "entropy": 6.027731704711914, + "epoch": 0.21163197821435517, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997982644186461, + "loss": 5.8201, + "mean_token_accuracy": 0.1442001700401306, + "num_tokens": 4707627.0, + "step": 2720 + }, + { + "entropy": 5.994128227233887, + "epoch": 0.21202100758607276, + "grad_norm": 1.0625, + "learning_rate": 0.0004997970893249813, + "loss": 5.8134, + "mean_token_accuracy": 0.1453290104866028, + "num_tokens": 4716091.0, + "step": 2725 + }, + { + "entropy": 6.026619577407837, + "epoch": 0.21241003695779032, + "grad_norm": 1.03125, + "learning_rate": 0.0004997959108203785, + "loss": 5.8173, + "mean_token_accuracy": 0.14737472012639047, + "num_tokens": 4724042.0, + "step": 2730 + }, + { + "entropy": 5.927079200744629, + "epoch": 0.21279906632950787, + "grad_norm": 1.046875, + "learning_rate": 0.0004997947289048554, + "loss": 5.7431, + "mean_token_accuracy": 0.15547642409801482, + "num_tokens": 4731745.0, + "step": 2735 + }, + { + "entropy": 5.977909660339355, + "epoch": 0.21318809570122543, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997935435784302, + "loss": 5.9151, + "mean_token_accuracy": 0.14134541749954224, + "num_tokens": 4740386.0, + "step": 2740 + }, + { + "entropy": 6.097658681869507, + "epoch": 0.21357712507294302, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997923548411208, + "loss": 5.9154, + "mean_token_accuracy": 0.14041005820035934, + "num_tokens": 4749809.0, + "step": 2745 + }, + { + "entropy": 6.157984495162964, + "epoch": 0.21396615444466058, + "grad_norm": 0.921875, + "learning_rate": 0.000499791162692945, + "loss": 6.0245, + "mean_token_accuracy": 0.13882595300674438, + "num_tokens": 4759507.0, + "step": 2750 + }, + { + "entropy": 6.020778369903565, + "epoch": 0.21435518381637814, + "grad_norm": 0.98046875, + "learning_rate": 0.0004997899671339214, + "loss": 5.7893, + "mean_token_accuracy": 0.1458857201039791, + "num_tokens": 4768793.0, + "step": 2755 + }, + { + "entropy": 6.058682203292847, + "epoch": 0.2147442131880957, + "grad_norm": 1.015625, + "learning_rate": 0.0004997887681640675, + "loss": 5.9431, + "mean_token_accuracy": 0.14112222120165824, + "num_tokens": 4777344.0, + "step": 2760 + }, + { + "entropy": 6.091257619857788, + "epoch": 0.21513324255981325, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997875657834021, + "loss": 5.859, + "mean_token_accuracy": 0.1439730390906334, + "num_tokens": 4785934.0, + "step": 2765 + }, + { + "entropy": 6.021985816955566, + "epoch": 0.21552227193153084, + "grad_norm": 1.0859375, + "learning_rate": 0.0004997863599919432, + "loss": 5.8154, + "mean_token_accuracy": 0.1487823836505413, + "num_tokens": 4794889.0, + "step": 2770 + }, + { + "entropy": 5.963295888900757, + "epoch": 0.2159113013032484, + "grad_norm": 1.046875, + "learning_rate": 0.0004997851507897089, + "loss": 5.9177, + "mean_token_accuracy": 0.1420752465724945, + "num_tokens": 4803597.0, + "step": 2775 + }, + { + "entropy": 6.021999406814575, + "epoch": 0.21630033067496596, + "grad_norm": 1.015625, + "learning_rate": 0.0004997839381767178, + "loss": 5.7093, + "mean_token_accuracy": 0.14998439997434615, + "num_tokens": 4812706.0, + "step": 2780 + }, + { + "entropy": 5.942576360702515, + "epoch": 0.21668936004668352, + "grad_norm": 0.9609375, + "learning_rate": 0.0004997827221529882, + "loss": 5.7645, + "mean_token_accuracy": 0.14373311623930932, + "num_tokens": 4821790.0, + "step": 2785 + }, + { + "entropy": 6.044412851333618, + "epoch": 0.2170783894184011, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997815027185386, + "loss": 5.8268, + "mean_token_accuracy": 0.14614877104759216, + "num_tokens": 4830123.0, + "step": 2790 + }, + { + "entropy": 6.031355142593384, + "epoch": 0.21746741879011866, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997802798733874, + "loss": 5.7584, + "mean_token_accuracy": 0.14889259934425353, + "num_tokens": 4838066.0, + "step": 2795 + }, + { + "entropy": 5.985014152526856, + "epoch": 0.21785644816183622, + "grad_norm": 1.0625, + "learning_rate": 0.0004997790536175534, + "loss": 5.8295, + "mean_token_accuracy": 0.1473879933357239, + "num_tokens": 4846877.0, + "step": 2800 + }, + { + "entropy": 6.0131855487823485, + "epoch": 0.21824547753355378, + "grad_norm": 0.8828125, + "learning_rate": 0.0004997778239510548, + "loss": 5.8809, + "mean_token_accuracy": 0.13904760181903839, + "num_tokens": 4856960.0, + "step": 2805 + }, + { + "entropy": 6.0483003616333, + "epoch": 0.21863450690527134, + "grad_norm": 1.046875, + "learning_rate": 0.0004997765908739106, + "loss": 5.8844, + "mean_token_accuracy": 0.1458500951528549, + "num_tokens": 4865440.0, + "step": 2810 + }, + { + "entropy": 5.985370063781739, + "epoch": 0.21902353627698892, + "grad_norm": 1.0078125, + "learning_rate": 0.0004997753543861395, + "loss": 5.7839, + "mean_token_accuracy": 0.1455774076282978, + "num_tokens": 4874187.0, + "step": 2815 + }, + { + "entropy": 6.1545000076293945, + "epoch": 0.21941256564870648, + "grad_norm": 0.9375, + "learning_rate": 0.00049977411448776, + "loss": 5.9234, + "mean_token_accuracy": 0.13685425370931625, + "num_tokens": 4883151.0, + "step": 2820 + }, + { + "entropy": 6.033831405639648, + "epoch": 0.21980159502042404, + "grad_norm": 0.9765625, + "learning_rate": 0.0004997728711787912, + "loss": 5.8376, + "mean_token_accuracy": 0.14152983725070953, + "num_tokens": 4890968.0, + "step": 2825 + }, + { + "entropy": 5.948618221282959, + "epoch": 0.2201906243921416, + "grad_norm": 0.95703125, + "learning_rate": 0.0004997716244592518, + "loss": 5.7224, + "mean_token_accuracy": 0.15324778854846954, + "num_tokens": 4899389.0, + "step": 2830 + }, + { + "entropy": 5.957552099227906, + "epoch": 0.22057965376385918, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997703743291607, + "loss": 5.7836, + "mean_token_accuracy": 0.15218881666660308, + "num_tokens": 4907622.0, + "step": 2835 + }, + { + "entropy": 5.971472644805909, + "epoch": 0.22096868313557674, + "grad_norm": 0.98046875, + "learning_rate": 0.000499769120788537, + "loss": 5.7855, + "mean_token_accuracy": 0.14718300998210906, + "num_tokens": 4916151.0, + "step": 2840 + }, + { + "entropy": 5.953951168060303, + "epoch": 0.2213577125072943, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997678638373995, + "loss": 5.6926, + "mean_token_accuracy": 0.1555492803454399, + "num_tokens": 4923938.0, + "step": 2845 + }, + { + "entropy": 5.977941274642944, + "epoch": 0.22174674187901186, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997666034757676, + "loss": 5.8041, + "mean_token_accuracy": 0.15950555503368377, + "num_tokens": 4932027.0, + "step": 2850 + }, + { + "entropy": 5.992272996902466, + "epoch": 0.22213577125072942, + "grad_norm": 1.1484375, + "learning_rate": 0.0004997653397036603, + "loss": 5.8234, + "mean_token_accuracy": 0.15327517986297606, + "num_tokens": 4940229.0, + "step": 2855 + }, + { + "entropy": 5.946475648880005, + "epoch": 0.222524800622447, + "grad_norm": 1.0078125, + "learning_rate": 0.0004997640725210965, + "loss": 5.8766, + "mean_token_accuracy": 0.1445116177201271, + "num_tokens": 4948662.0, + "step": 2860 + }, + { + "entropy": 5.985954427719117, + "epoch": 0.22291382999416456, + "grad_norm": 0.984375, + "learning_rate": 0.0004997628019280958, + "loss": 5.8304, + "mean_token_accuracy": 0.14730205610394478, + "num_tokens": 4956847.0, + "step": 2865 + }, + { + "entropy": 6.0246001243591305, + "epoch": 0.22330285936588212, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997615279246773, + "loss": 5.7519, + "mean_token_accuracy": 0.14672646746039392, + "num_tokens": 4965139.0, + "step": 2870 + }, + { + "entropy": 6.093596029281616, + "epoch": 0.22369188873759968, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997602505108603, + "loss": 5.9346, + "mean_token_accuracy": 0.1362128235399723, + "num_tokens": 4973671.0, + "step": 2875 + }, + { + "entropy": 5.992952871322632, + "epoch": 0.22408091810931724, + "grad_norm": 1.0625, + "learning_rate": 0.0004997589696866644, + "loss": 5.7985, + "mean_token_accuracy": 0.14313325881958008, + "num_tokens": 4981970.0, + "step": 2880 + }, + { + "entropy": 5.994722890853882, + "epoch": 0.22446994748103483, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997576854521088, + "loss": 5.8276, + "mean_token_accuracy": 0.14740151315927505, + "num_tokens": 4990591.0, + "step": 2885 + }, + { + "entropy": 6.008001279830933, + "epoch": 0.22485897685275238, + "grad_norm": 1.109375, + "learning_rate": 0.000499756397807213, + "loss": 5.8338, + "mean_token_accuracy": 0.1426657348871231, + "num_tokens": 4999623.0, + "step": 2890 + }, + { + "entropy": 6.0818774700164795, + "epoch": 0.22524800622446994, + "grad_norm": 1.1328125, + "learning_rate": 0.0004997551067519966, + "loss": 5.8912, + "mean_token_accuracy": 0.13916059359908103, + "num_tokens": 5008387.0, + "step": 2895 + }, + { + "entropy": 5.989216756820679, + "epoch": 0.2256370355961875, + "grad_norm": 0.984375, + "learning_rate": 0.0004997538122864792, + "loss": 5.8194, + "mean_token_accuracy": 0.14748692139983177, + "num_tokens": 5016788.0, + "step": 2900 + }, + { + "entropy": 6.08019700050354, + "epoch": 0.2260260649679051, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997525144106804, + "loss": 5.8442, + "mean_token_accuracy": 0.14615625888109207, + "num_tokens": 5025508.0, + "step": 2905 + }, + { + "entropy": 5.974547910690307, + "epoch": 0.22641509433962265, + "grad_norm": 1.125, + "learning_rate": 0.00049975121312462, + "loss": 5.8181, + "mean_token_accuracy": 0.14417650923132896, + "num_tokens": 5035081.0, + "step": 2910 + }, + { + "entropy": 5.942454242706299, + "epoch": 0.2268041237113402, + "grad_norm": 1.0, + "learning_rate": 0.0004997499084283177, + "loss": 5.7548, + "mean_token_accuracy": 0.15317937284708022, + "num_tokens": 5043655.0, + "step": 2915 + }, + { + "entropy": 5.948886728286743, + "epoch": 0.22719315308305776, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997486003217932, + "loss": 5.7784, + "mean_token_accuracy": 0.14860536009073258, + "num_tokens": 5052080.0, + "step": 2920 + }, + { + "entropy": 5.9562623500823975, + "epoch": 0.22758218245477532, + "grad_norm": 0.99609375, + "learning_rate": 0.0004997472888050664, + "loss": 5.7576, + "mean_token_accuracy": 0.15349135398864747, + "num_tokens": 5061325.0, + "step": 2925 + }, + { + "entropy": 6.030727291107178, + "epoch": 0.2279712118264929, + "grad_norm": 1.1484375, + "learning_rate": 0.0004997459738781573, + "loss": 5.8539, + "mean_token_accuracy": 0.14812101200222969, + "num_tokens": 5069461.0, + "step": 2930 + }, + { + "entropy": 6.0146770000457765, + "epoch": 0.22836024119821047, + "grad_norm": 1.03125, + "learning_rate": 0.0004997446555410857, + "loss": 5.8223, + "mean_token_accuracy": 0.14278532564640045, + "num_tokens": 5077747.0, + "step": 2935 + }, + { + "entropy": 6.042302083969116, + "epoch": 0.22874927056992803, + "grad_norm": 1.09375, + "learning_rate": 0.0004997433337938716, + "loss": 5.8714, + "mean_token_accuracy": 0.15094365030527115, + "num_tokens": 5086300.0, + "step": 2940 + }, + { + "entropy": 5.889710426330566, + "epoch": 0.22913829994164558, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997420086365351, + "loss": 5.639, + "mean_token_accuracy": 0.1529846578836441, + "num_tokens": 5094762.0, + "step": 2945 + }, + { + "entropy": 5.962165880203247, + "epoch": 0.22952732931336317, + "grad_norm": 1.15625, + "learning_rate": 0.0004997406800690966, + "loss": 5.8148, + "mean_token_accuracy": 0.14716944992542266, + "num_tokens": 5103364.0, + "step": 2950 + }, + { + "entropy": 6.089474296569824, + "epoch": 0.22991635868508073, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997393480915758, + "loss": 5.9175, + "mean_token_accuracy": 0.14378761649131774, + "num_tokens": 5111730.0, + "step": 2955 + }, + { + "entropy": 6.014431476593018, + "epoch": 0.2303053880567983, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997380127039931, + "loss": 5.721, + "mean_token_accuracy": 0.14942315146327018, + "num_tokens": 5119878.0, + "step": 2960 + }, + { + "entropy": 5.950433588027954, + "epoch": 0.23069441742851585, + "grad_norm": 1.0625, + "learning_rate": 0.0004997366739063688, + "loss": 5.8318, + "mean_token_accuracy": 0.14808186888694763, + "num_tokens": 5129146.0, + "step": 2965 + }, + { + "entropy": 5.973391675949097, + "epoch": 0.2310834468002334, + "grad_norm": 1.015625, + "learning_rate": 0.0004997353316987231, + "loss": 5.8516, + "mean_token_accuracy": 0.14153072685003282, + "num_tokens": 5137989.0, + "step": 2970 + }, + { + "entropy": 6.0436218738555905, + "epoch": 0.231472476171951, + "grad_norm": 0.984375, + "learning_rate": 0.0004997339860810765, + "loss": 5.8711, + "mean_token_accuracy": 0.14632160738110542, + "num_tokens": 5146722.0, + "step": 2975 + }, + { + "entropy": 6.069381904602051, + "epoch": 0.23186150554366855, + "grad_norm": 1.0859375, + "learning_rate": 0.0004997326370534495, + "loss": 5.8568, + "mean_token_accuracy": 0.14624862521886825, + "num_tokens": 5154902.0, + "step": 2980 + }, + { + "entropy": 6.035060167312622, + "epoch": 0.2322505349153861, + "grad_norm": 1.109375, + "learning_rate": 0.0004997312846158622, + "loss": 5.8534, + "mean_token_accuracy": 0.1460738830268383, + "num_tokens": 5163594.0, + "step": 2985 + }, + { + "entropy": 5.965574455261231, + "epoch": 0.23263956428710367, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997299287683355, + "loss": 5.7492, + "mean_token_accuracy": 0.15077491253614425, + "num_tokens": 5172139.0, + "step": 2990 + }, + { + "entropy": 6.024194145202637, + "epoch": 0.23302859365882125, + "grad_norm": 1.0703125, + "learning_rate": 0.0004997285695108898, + "loss": 5.8685, + "mean_token_accuracy": 0.1467841848731041, + "num_tokens": 5180077.0, + "step": 2995 + }, + { + "entropy": 5.930562591552734, + "epoch": 0.2334176230305388, + "grad_norm": 1.046875, + "learning_rate": 0.0004997272068435458, + "loss": 5.7271, + "mean_token_accuracy": 0.1471436142921448, + "num_tokens": 5188500.0, + "step": 3000 + }, + { + "epoch": 0.2334176230305388, + "eval_entropy": 5.6941922486115235, + "eval_loss": 5.846546649932861, + "eval_mean_token_accuracy": 0.15339850671912067, + "eval_num_tokens": 5188500.0, + "eval_runtime": 21.835, + "eval_samples_per_second": 1903.278, + "eval_steps_per_second": 237.921, + "step": 3000 + }, + { + "entropy": 5.961565971374512, + "epoch": 0.23380665240225637, + "grad_norm": 1.1328125, + "learning_rate": 0.000499725840766324, + "loss": 5.8084, + "mean_token_accuracy": 0.14536137208342553, + "num_tokens": 5197214.0, + "step": 3005 + }, + { + "entropy": 6.099143123626709, + "epoch": 0.23419568177397393, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997244712792453, + "loss": 5.8902, + "mean_token_accuracy": 0.1375305250287056, + "num_tokens": 5206348.0, + "step": 3010 + }, + { + "entropy": 5.908238410949707, + "epoch": 0.2345847111456915, + "grad_norm": 1.0, + "learning_rate": 0.0004997230983823305, + "loss": 5.7049, + "mean_token_accuracy": 0.1495301440358162, + "num_tokens": 5215425.0, + "step": 3015 + }, + { + "entropy": 6.090976285934448, + "epoch": 0.23497374051740907, + "grad_norm": 0.953125, + "learning_rate": 0.0004997217220756003, + "loss": 5.9276, + "mean_token_accuracy": 0.137629234790802, + "num_tokens": 5224899.0, + "step": 3020 + }, + { + "entropy": 6.01672511100769, + "epoch": 0.23536276988912663, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997203423590757, + "loss": 5.8561, + "mean_token_accuracy": 0.1432482309639454, + "num_tokens": 5233829.0, + "step": 3025 + }, + { + "entropy": 6.031854343414307, + "epoch": 0.2357517992608442, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997189592327775, + "loss": 5.9804, + "mean_token_accuracy": 0.13744926527142526, + "num_tokens": 5243144.0, + "step": 3030 + }, + { + "entropy": 6.057364892959595, + "epoch": 0.23614082863256175, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997175726967268, + "loss": 5.8012, + "mean_token_accuracy": 0.14386512711644173, + "num_tokens": 5251097.0, + "step": 3035 + }, + { + "entropy": 6.043510866165161, + "epoch": 0.23652985800427934, + "grad_norm": 1.03125, + "learning_rate": 0.0004997161827509447, + "loss": 5.8739, + "mean_token_accuracy": 0.14954522103071213, + "num_tokens": 5260050.0, + "step": 3040 + }, + { + "entropy": 6.009251642227173, + "epoch": 0.2369188873759969, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997147893954521, + "loss": 5.6914, + "mean_token_accuracy": 0.14883195012807846, + "num_tokens": 5268363.0, + "step": 3045 + }, + { + "entropy": 5.967427968978882, + "epoch": 0.23730791674771445, + "grad_norm": 1.0625, + "learning_rate": 0.0004997133926302702, + "loss": 5.8712, + "mean_token_accuracy": 0.14183011949062346, + "num_tokens": 5276821.0, + "step": 3050 + }, + { + "entropy": 5.999506711959839, + "epoch": 0.237696946119432, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997119924554204, + "loss": 5.7826, + "mean_token_accuracy": 0.14683904349803925, + "num_tokens": 5285419.0, + "step": 3055 + }, + { + "entropy": 5.9552665710449215, + "epoch": 0.23808597549114957, + "grad_norm": 0.98046875, + "learning_rate": 0.0004997105888709236, + "loss": 5.7019, + "mean_token_accuracy": 0.1541394919157028, + "num_tokens": 5294004.0, + "step": 3060 + }, + { + "entropy": 5.89560899734497, + "epoch": 0.23847500486286716, + "grad_norm": 1.015625, + "learning_rate": 0.0004997091818768015, + "loss": 5.8752, + "mean_token_accuracy": 0.1477641649544239, + "num_tokens": 5302699.0, + "step": 3065 + }, + { + "entropy": 6.0138801574707035, + "epoch": 0.23886403423458472, + "grad_norm": 1.03125, + "learning_rate": 0.000499707771473075, + "loss": 5.7971, + "mean_token_accuracy": 0.14801695495843886, + "num_tokens": 5311115.0, + "step": 3070 + }, + { + "entropy": 5.9761481285095215, + "epoch": 0.23925306360630227, + "grad_norm": 1.015625, + "learning_rate": 0.0004997063576597659, + "loss": 5.7977, + "mean_token_accuracy": 0.1496265560388565, + "num_tokens": 5319795.0, + "step": 3075 + }, + { + "entropy": 6.042915296554566, + "epoch": 0.23964209297801983, + "grad_norm": 0.9375, + "learning_rate": 0.0004997049404368954, + "loss": 5.8341, + "mean_token_accuracy": 0.14897835552692412, + "num_tokens": 5328273.0, + "step": 3080 + }, + { + "entropy": 5.988575649261475, + "epoch": 0.2400311223497374, + "grad_norm": 1.0859375, + "learning_rate": 0.000499703519804485, + "loss": 5.829, + "mean_token_accuracy": 0.14671153724193572, + "num_tokens": 5336394.0, + "step": 3085 + }, + { + "entropy": 5.9397519588470455, + "epoch": 0.24042015172145498, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997020957625564, + "loss": 5.7769, + "mean_token_accuracy": 0.15148883908987046, + "num_tokens": 5344480.0, + "step": 3090 + }, + { + "entropy": 5.960248136520386, + "epoch": 0.24080918109317254, + "grad_norm": 0.92578125, + "learning_rate": 0.0004997006683111312, + "loss": 5.8344, + "mean_token_accuracy": 0.13700284957885742, + "num_tokens": 5353445.0, + "step": 3095 + }, + { + "entropy": 5.9557548522949215, + "epoch": 0.2411982104648901, + "grad_norm": 0.98046875, + "learning_rate": 0.000499699237450231, + "loss": 5.7009, + "mean_token_accuracy": 0.15911950767040253, + "num_tokens": 5362356.0, + "step": 3100 + }, + { + "entropy": 5.96647891998291, + "epoch": 0.24158723983660765, + "grad_norm": 1.046875, + "learning_rate": 0.0004996978031798774, + "loss": 5.8215, + "mean_token_accuracy": 0.15092627853155136, + "num_tokens": 5371467.0, + "step": 3105 + }, + { + "entropy": 5.874505186080933, + "epoch": 0.24197626920832524, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996963655000924, + "loss": 5.698, + "mean_token_accuracy": 0.15349170416593552, + "num_tokens": 5380256.0, + "step": 3110 + }, + { + "entropy": 6.019479560852051, + "epoch": 0.2423652985800428, + "grad_norm": 1.0, + "learning_rate": 0.0004996949244108977, + "loss": 5.7548, + "mean_token_accuracy": 0.148537015914917, + "num_tokens": 5388884.0, + "step": 3115 + }, + { + "entropy": 5.934230375289917, + "epoch": 0.24275432795176036, + "grad_norm": 1.0859375, + "learning_rate": 0.000499693479912315, + "loss": 5.7207, + "mean_token_accuracy": 0.1513214588165283, + "num_tokens": 5397980.0, + "step": 3120 + }, + { + "entropy": 5.915476846694946, + "epoch": 0.24314335732347792, + "grad_norm": 1.046875, + "learning_rate": 0.0004996920320043666, + "loss": 5.8269, + "mean_token_accuracy": 0.14737921729683875, + "num_tokens": 5406879.0, + "step": 3125 + }, + { + "entropy": 5.97343635559082, + "epoch": 0.24353238669519547, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996905806870742, + "loss": 5.8367, + "mean_token_accuracy": 0.14250106513500213, + "num_tokens": 5416161.0, + "step": 3130 + }, + { + "entropy": 5.952649211883545, + "epoch": 0.24392141606691306, + "grad_norm": 0.9765625, + "learning_rate": 0.0004996891259604598, + "loss": 5.7053, + "mean_token_accuracy": 0.15676204413175582, + "num_tokens": 5424323.0, + "step": 3135 + }, + { + "entropy": 5.9204154968261715, + "epoch": 0.24431044543863062, + "grad_norm": 0.984375, + "learning_rate": 0.0004996876678245455, + "loss": 5.8257, + "mean_token_accuracy": 0.1389497771859169, + "num_tokens": 5433750.0, + "step": 3140 + }, + { + "entropy": 6.035652017593383, + "epoch": 0.24469947481034818, + "grad_norm": 1.03125, + "learning_rate": 0.0004996862062793536, + "loss": 5.8451, + "mean_token_accuracy": 0.1483545832335949, + "num_tokens": 5442113.0, + "step": 3145 + }, + { + "entropy": 5.946454668045044, + "epoch": 0.24508850418206574, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996847413249061, + "loss": 5.7325, + "mean_token_accuracy": 0.14880170971155166, + "num_tokens": 5450403.0, + "step": 3150 + }, + { + "entropy": 5.944355154037476, + "epoch": 0.24547753355378332, + "grad_norm": 1.015625, + "learning_rate": 0.0004996832729612252, + "loss": 5.8088, + "mean_token_accuracy": 0.1451127476990223, + "num_tokens": 5459018.0, + "step": 3155 + }, + { + "entropy": 5.953004455566406, + "epoch": 0.24586656292550088, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996818011883333, + "loss": 5.8338, + "mean_token_accuracy": 0.14286485612392424, + "num_tokens": 5468314.0, + "step": 3160 + }, + { + "entropy": 5.988242864608765, + "epoch": 0.24625559229721844, + "grad_norm": 1.0, + "learning_rate": 0.0004996803260062527, + "loss": 5.8203, + "mean_token_accuracy": 0.14754107743501663, + "num_tokens": 5476950.0, + "step": 3165 + }, + { + "entropy": 6.008144521713257, + "epoch": 0.246644621668936, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996788474150057, + "loss": 5.7719, + "mean_token_accuracy": 0.1521343857049942, + "num_tokens": 5485201.0, + "step": 3170 + }, + { + "entropy": 6.0393514156341555, + "epoch": 0.24703365104065356, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996773654146149, + "loss": 5.9063, + "mean_token_accuracy": 0.14898504465818405, + "num_tokens": 5493096.0, + "step": 3175 + }, + { + "entropy": 5.891411304473877, + "epoch": 0.24742268041237114, + "grad_norm": 1.015625, + "learning_rate": 0.0004996758800051026, + "loss": 5.6865, + "mean_token_accuracy": 0.1497150219976902, + "num_tokens": 5502413.0, + "step": 3180 + }, + { + "entropy": 5.96971640586853, + "epoch": 0.2478117097840887, + "grad_norm": 1.1484375, + "learning_rate": 0.0004996743911864916, + "loss": 5.8289, + "mean_token_accuracy": 0.149935594946146, + "num_tokens": 5511670.0, + "step": 3185 + }, + { + "entropy": 5.96325535774231, + "epoch": 0.24820073915580626, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996728989588041, + "loss": 5.7028, + "mean_token_accuracy": 0.1558322086930275, + "num_tokens": 5519344.0, + "step": 3190 + }, + { + "entropy": 5.896140098571777, + "epoch": 0.24858976852752382, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996714033220632, + "loss": 5.7149, + "mean_token_accuracy": 0.15106671154499055, + "num_tokens": 5528413.0, + "step": 3195 + }, + { + "entropy": 5.9170585632324215, + "epoch": 0.2489787978992414, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996699042762911, + "loss": 5.8108, + "mean_token_accuracy": 0.1454245112836361, + "num_tokens": 5537201.0, + "step": 3200 + }, + { + "entropy": 5.999245262145996, + "epoch": 0.24936782727095896, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996684018215111, + "loss": 5.8169, + "mean_token_accuracy": 0.14384038001298904, + "num_tokens": 5545975.0, + "step": 3205 + }, + { + "entropy": 5.949352216720581, + "epoch": 0.24975685664267652, + "grad_norm": 0.9609375, + "learning_rate": 0.0004996668959577453, + "loss": 5.8537, + "mean_token_accuracy": 0.14289541244506837, + "num_tokens": 5555237.0, + "step": 3210 + }, + { + "entropy": 5.995472574234009, + "epoch": 0.2501458860143941, + "grad_norm": 0.984375, + "learning_rate": 0.0004996653866850173, + "loss": 5.7196, + "mean_token_accuracy": 0.15133460536599158, + "num_tokens": 5564048.0, + "step": 3215 + }, + { + "entropy": 5.927675676345825, + "epoch": 0.25053491538611167, + "grad_norm": 1.0859375, + "learning_rate": 0.0004996638740033495, + "loss": 5.7774, + "mean_token_accuracy": 0.14800822138786315, + "num_tokens": 5573615.0, + "step": 3220 + }, + { + "entropy": 5.931420469284058, + "epoch": 0.2509239447578292, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996623579127651, + "loss": 5.6608, + "mean_token_accuracy": 0.154579995572567, + "num_tokens": 5582211.0, + "step": 3225 + }, + { + "entropy": 5.98255410194397, + "epoch": 0.2513129741295468, + "grad_norm": 0.91796875, + "learning_rate": 0.0004996608384132868, + "loss": 5.8922, + "mean_token_accuracy": 0.14365677535533905, + "num_tokens": 5592542.0, + "step": 3230 + }, + { + "entropy": 6.0203358173370365, + "epoch": 0.25170200350126437, + "grad_norm": 0.99609375, + "learning_rate": 0.000499659315504938, + "loss": 5.8643, + "mean_token_accuracy": 0.15172575861215593, + "num_tokens": 5601279.0, + "step": 3235 + }, + { + "entropy": 5.95043683052063, + "epoch": 0.2520910328729819, + "grad_norm": 1.1640625, + "learning_rate": 0.0004996577891877417, + "loss": 5.7939, + "mean_token_accuracy": 0.1459869921207428, + "num_tokens": 5610266.0, + "step": 3240 + }, + { + "entropy": 5.979887199401856, + "epoch": 0.2524800622446995, + "grad_norm": 0.96875, + "learning_rate": 0.0004996562594617209, + "loss": 5.8449, + "mean_token_accuracy": 0.144519080221653, + "num_tokens": 5618799.0, + "step": 3245 + }, + { + "entropy": 6.104338645935059, + "epoch": 0.252869091616417, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996547263268991, + "loss": 5.798, + "mean_token_accuracy": 0.1474681720137596, + "num_tokens": 5627861.0, + "step": 3250 + }, + { + "entropy": 5.9928460121154785, + "epoch": 0.2532581209881346, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996531897832993, + "loss": 5.7746, + "mean_token_accuracy": 0.1484766885638237, + "num_tokens": 5636229.0, + "step": 3255 + }, + { + "entropy": 5.9977171421051025, + "epoch": 0.2536471503598522, + "grad_norm": 0.89453125, + "learning_rate": 0.000499651649830945, + "loss": 5.9845, + "mean_token_accuracy": 0.13543816059827804, + "num_tokens": 5645828.0, + "step": 3260 + }, + { + "entropy": 5.932930946350098, + "epoch": 0.2540361797315697, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996501064698593, + "loss": 5.6161, + "mean_token_accuracy": 0.15123094767332076, + "num_tokens": 5654750.0, + "step": 3265 + }, + { + "entropy": 5.941285562515259, + "epoch": 0.2544252091032873, + "grad_norm": 0.98828125, + "learning_rate": 0.000499648559700066, + "loss": 5.7747, + "mean_token_accuracy": 0.15008440613746643, + "num_tokens": 5664017.0, + "step": 3270 + }, + { + "entropy": 5.946943283081055, + "epoch": 0.25481423847500484, + "grad_norm": 1.046875, + "learning_rate": 0.0004996470095215884, + "loss": 5.7868, + "mean_token_accuracy": 0.1457691326737404, + "num_tokens": 5672220.0, + "step": 3275 + }, + { + "entropy": 5.83295087814331, + "epoch": 0.2552032678467224, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996454559344498, + "loss": 5.7225, + "mean_token_accuracy": 0.14943785592913628, + "num_tokens": 5680921.0, + "step": 3280 + }, + { + "entropy": 6.023372316360474, + "epoch": 0.25559229721844, + "grad_norm": 1.0703125, + "learning_rate": 0.0004996438989386741, + "loss": 5.7338, + "mean_token_accuracy": 0.14629117920994758, + "num_tokens": 5689226.0, + "step": 3285 + }, + { + "entropy": 5.9807192325592045, + "epoch": 0.25598132659015754, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996423385342847, + "loss": 5.87, + "mean_token_accuracy": 0.14247669130563737, + "num_tokens": 5698413.0, + "step": 3290 + }, + { + "entropy": 5.909314584732056, + "epoch": 0.25637035596187513, + "grad_norm": 0.99609375, + "learning_rate": 0.0004996407747213055, + "loss": 5.7584, + "mean_token_accuracy": 0.14268624037504196, + "num_tokens": 5707724.0, + "step": 3295 + }, + { + "entropy": 5.99248685836792, + "epoch": 0.25675938533359266, + "grad_norm": 1.0546875, + "learning_rate": 0.00049963920749976, + "loss": 5.7555, + "mean_token_accuracy": 0.14810967147350312, + "num_tokens": 5716566.0, + "step": 3300 + }, + { + "entropy": 5.907137441635132, + "epoch": 0.25714841470531025, + "grad_norm": 1.0703125, + "learning_rate": 0.0004996376368696721, + "loss": 5.7048, + "mean_token_accuracy": 0.14675737172365189, + "num_tokens": 5725463.0, + "step": 3305 + }, + { + "entropy": 5.9448107242584225, + "epoch": 0.25753744407702783, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996360628310656, + "loss": 5.7015, + "mean_token_accuracy": 0.15459197759628296, + "num_tokens": 5734143.0, + "step": 3310 + }, + { + "entropy": 5.9339416980743405, + "epoch": 0.25792647344874536, + "grad_norm": 1.0078125, + "learning_rate": 0.0004996344853839644, + "loss": 5.7942, + "mean_token_accuracy": 0.14937918186187743, + "num_tokens": 5742981.0, + "step": 3315 + }, + { + "entropy": 5.841783332824707, + "epoch": 0.25831550282046295, + "grad_norm": 1.046875, + "learning_rate": 0.0004996329045283924, + "loss": 5.6704, + "mean_token_accuracy": 0.1587256371974945, + "num_tokens": 5751294.0, + "step": 3320 + }, + { + "entropy": 5.913126373291016, + "epoch": 0.25870453219218054, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996313202643737, + "loss": 5.7811, + "mean_token_accuracy": 0.14709209203720092, + "num_tokens": 5760958.0, + "step": 3325 + }, + { + "entropy": 6.002530574798584, + "epoch": 0.25909356156389807, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996297325919321, + "loss": 5.8021, + "mean_token_accuracy": 0.15270253270864487, + "num_tokens": 5769077.0, + "step": 3330 + }, + { + "entropy": 6.045363092422486, + "epoch": 0.25948259093561565, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996281415110919, + "loss": 5.8305, + "mean_token_accuracy": 0.1451015964150429, + "num_tokens": 5778093.0, + "step": 3335 + }, + { + "entropy": 5.906732749938965, + "epoch": 0.2598716203073332, + "grad_norm": 1.015625, + "learning_rate": 0.0004996265470218773, + "loss": 5.7761, + "mean_token_accuracy": 0.15038862004876136, + "num_tokens": 5786996.0, + "step": 3340 + }, + { + "entropy": 5.937571907043457, + "epoch": 0.26026064967905077, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996249491243122, + "loss": 5.7874, + "mean_token_accuracy": 0.1484340101480484, + "num_tokens": 5794831.0, + "step": 3345 + }, + { + "entropy": 5.886205101013184, + "epoch": 0.26064967905076836, + "grad_norm": 1.03125, + "learning_rate": 0.0004996233478184211, + "loss": 5.6179, + "mean_token_accuracy": 0.1540759265422821, + "num_tokens": 5802286.0, + "step": 3350 + }, + { + "entropy": 5.84423828125, + "epoch": 0.2610387084224859, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996217431042282, + "loss": 5.7548, + "mean_token_accuracy": 0.14987278878688812, + "num_tokens": 5810985.0, + "step": 3355 + }, + { + "entropy": 5.989913988113403, + "epoch": 0.2614277377942035, + "grad_norm": 0.94140625, + "learning_rate": 0.000499620134981758, + "loss": 5.8205, + "mean_token_accuracy": 0.1478564292192459, + "num_tokens": 5820037.0, + "step": 3360 + }, + { + "entropy": 5.89663553237915, + "epoch": 0.261816767165921, + "grad_norm": 1.109375, + "learning_rate": 0.0004996185234510346, + "loss": 5.6604, + "mean_token_accuracy": 0.16128647923469544, + "num_tokens": 5828232.0, + "step": 3365 + }, + { + "entropy": 5.934948062896728, + "epoch": 0.2622057965376386, + "grad_norm": 0.96875, + "learning_rate": 0.0004996169085120828, + "loss": 5.8869, + "mean_token_accuracy": 0.14827670753002167, + "num_tokens": 5838184.0, + "step": 3370 + }, + { + "entropy": 5.9939127445220945, + "epoch": 0.2625948259093562, + "grad_norm": 0.98046875, + "learning_rate": 0.0004996152901649268, + "loss": 5.7069, + "mean_token_accuracy": 0.15314277410507202, + "num_tokens": 5846705.0, + "step": 3375 + }, + { + "entropy": 5.963273620605468, + "epoch": 0.2629838552810737, + "grad_norm": 1.015625, + "learning_rate": 0.0004996136684095913, + "loss": 5.796, + "mean_token_accuracy": 0.14697006940841675, + "num_tokens": 5855959.0, + "step": 3380 + }, + { + "entropy": 5.930791807174683, + "epoch": 0.2633728846527913, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996120432461009, + "loss": 5.7344, + "mean_token_accuracy": 0.15170250087976456, + "num_tokens": 5865283.0, + "step": 3385 + }, + { + "entropy": 5.922290325164795, + "epoch": 0.2637619140245088, + "grad_norm": 0.9765625, + "learning_rate": 0.0004996104146744804, + "loss": 5.7812, + "mean_token_accuracy": 0.15208776146173478, + "num_tokens": 5873833.0, + "step": 3390 + }, + { + "entropy": 6.0046755313873295, + "epoch": 0.2641509433962264, + "grad_norm": 0.96875, + "learning_rate": 0.0004996087826947541, + "loss": 5.7129, + "mean_token_accuracy": 0.15557411015033723, + "num_tokens": 5882027.0, + "step": 3395 + }, + { + "entropy": 5.759491109848023, + "epoch": 0.264539972767944, + "grad_norm": 0.94140625, + "learning_rate": 0.0004996071473069471, + "loss": 5.5875, + "mean_token_accuracy": 0.16241258680820464, + "num_tokens": 5890650.0, + "step": 3400 + }, + { + "entropy": 5.839728450775146, + "epoch": 0.26492900213966153, + "grad_norm": 0.98828125, + "learning_rate": 0.0004996055085110842, + "loss": 5.6511, + "mean_token_accuracy": 0.15555724650621414, + "num_tokens": 5898595.0, + "step": 3405 + }, + { + "entropy": 5.96372389793396, + "epoch": 0.2653180315113791, + "grad_norm": 1.0390625, + "learning_rate": 0.0004996038663071902, + "loss": 5.7441, + "mean_token_accuracy": 0.15167439579963685, + "num_tokens": 5907234.0, + "step": 3410 + }, + { + "entropy": 5.925133323669433, + "epoch": 0.26570706088309665, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996022206952901, + "loss": 5.7027, + "mean_token_accuracy": 0.15481544137001038, + "num_tokens": 5915690.0, + "step": 3415 + }, + { + "entropy": 5.878487873077392, + "epoch": 0.26609609025481423, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996005716754086, + "loss": 5.6507, + "mean_token_accuracy": 0.15669617652893067, + "num_tokens": 5924481.0, + "step": 3420 + }, + { + "entropy": 5.857667255401611, + "epoch": 0.2664851196265318, + "grad_norm": 1.0859375, + "learning_rate": 0.000499598919247571, + "loss": 5.733, + "mean_token_accuracy": 0.15500945448875428, + "num_tokens": 5933059.0, + "step": 3425 + }, + { + "entropy": 5.96867036819458, + "epoch": 0.26687414899824935, + "grad_norm": 0.96875, + "learning_rate": 0.0004995972634118023, + "loss": 5.841, + "mean_token_accuracy": 0.14314620122313498, + "num_tokens": 5941767.0, + "step": 3430 + }, + { + "entropy": 5.908726787567138, + "epoch": 0.26726317836996694, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995956041681277, + "loss": 5.7214, + "mean_token_accuracy": 0.15487033724784852, + "num_tokens": 5950202.0, + "step": 3435 + }, + { + "entropy": 5.880508899688721, + "epoch": 0.2676522077416845, + "grad_norm": 1.0, + "learning_rate": 0.0004995939415165722, + "loss": 5.7695, + "mean_token_accuracy": 0.1417275495827198, + "num_tokens": 5959242.0, + "step": 3440 + }, + { + "entropy": 5.897665119171142, + "epoch": 0.26804123711340205, + "grad_norm": 0.890625, + "learning_rate": 0.0004995922754571611, + "loss": 5.7323, + "mean_token_accuracy": 0.15200538709759712, + "num_tokens": 5968404.0, + "step": 3445 + }, + { + "entropy": 5.902557420730591, + "epoch": 0.26843026648511964, + "grad_norm": 1.0078125, + "learning_rate": 0.0004995906059899197, + "loss": 5.8351, + "mean_token_accuracy": 0.15149400979280472, + "num_tokens": 5976711.0, + "step": 3450 + }, + { + "entropy": 5.935367488861084, + "epoch": 0.26881929585683717, + "grad_norm": 1.046875, + "learning_rate": 0.0004995889331148733, + "loss": 5.6925, + "mean_token_accuracy": 0.1482457771897316, + "num_tokens": 5985049.0, + "step": 3455 + }, + { + "entropy": 5.886753368377685, + "epoch": 0.26920832522855476, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995872568320474, + "loss": 5.717, + "mean_token_accuracy": 0.15387479811906815, + "num_tokens": 5993904.0, + "step": 3460 + }, + { + "entropy": 5.962065076828003, + "epoch": 0.26959735460027234, + "grad_norm": 1.046875, + "learning_rate": 0.0004995855771414673, + "loss": 5.7861, + "mean_token_accuracy": 0.1518370807170868, + "num_tokens": 6001832.0, + "step": 3465 + }, + { + "entropy": 5.872501373291016, + "epoch": 0.2699863839719899, + "grad_norm": 0.98046875, + "learning_rate": 0.0004995838940431585, + "loss": 5.7113, + "mean_token_accuracy": 0.15001548826694489, + "num_tokens": 6010609.0, + "step": 3470 + }, + { + "entropy": 5.925089311599732, + "epoch": 0.27037541334370746, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995822075371466, + "loss": 5.7517, + "mean_token_accuracy": 0.14763056933879853, + "num_tokens": 6019299.0, + "step": 3475 + }, + { + "entropy": 5.982466840744019, + "epoch": 0.270764442715425, + "grad_norm": 0.96484375, + "learning_rate": 0.0004995805176234571, + "loss": 5.8002, + "mean_token_accuracy": 0.14657859951257707, + "num_tokens": 6028743.0, + "step": 3480 + }, + { + "entropy": 5.923907136917114, + "epoch": 0.2711534720871426, + "grad_norm": 1.125, + "learning_rate": 0.0004995788243021158, + "loss": 5.7007, + "mean_token_accuracy": 0.1456964671611786, + "num_tokens": 6038064.0, + "step": 3485 + }, + { + "entropy": 5.872335481643677, + "epoch": 0.27154250145886016, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995771275731483, + "loss": 5.6945, + "mean_token_accuracy": 0.1496543303132057, + "num_tokens": 6047031.0, + "step": 3490 + }, + { + "entropy": 5.945437908172607, + "epoch": 0.2719315308305777, + "grad_norm": 0.96875, + "learning_rate": 0.0004995754274365802, + "loss": 5.7919, + "mean_token_accuracy": 0.14971243888139724, + "num_tokens": 6056147.0, + "step": 3495 + }, + { + "entropy": 5.9183509349823, + "epoch": 0.2723205602022953, + "grad_norm": 0.94921875, + "learning_rate": 0.0004995737238924376, + "loss": 5.7057, + "mean_token_accuracy": 0.15187868028879165, + "num_tokens": 6064641.0, + "step": 3500 + }, + { + "entropy": 5.844458484649659, + "epoch": 0.2727095895740128, + "grad_norm": 0.96875, + "learning_rate": 0.0004995720169407461, + "loss": 5.6144, + "mean_token_accuracy": 0.1521158903837204, + "num_tokens": 6073664.0, + "step": 3505 + }, + { + "entropy": 5.877747297286987, + "epoch": 0.2730986189457304, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995703065815317, + "loss": 5.6149, + "mean_token_accuracy": 0.15935999006032944, + "num_tokens": 6081480.0, + "step": 3510 + }, + { + "entropy": 5.870375347137451, + "epoch": 0.273487648317448, + "grad_norm": 0.96484375, + "learning_rate": 0.0004995685928148203, + "loss": 5.7322, + "mean_token_accuracy": 0.14783481508493423, + "num_tokens": 6090408.0, + "step": 3515 + }, + { + "entropy": 5.957701301574707, + "epoch": 0.2738766776891655, + "grad_norm": 1.0546875, + "learning_rate": 0.000499566875640638, + "loss": 5.7415, + "mean_token_accuracy": 0.15329626500606536, + "num_tokens": 6099076.0, + "step": 3520 + }, + { + "entropy": 5.933114671707154, + "epoch": 0.2742657070608831, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995651550590108, + "loss": 5.7883, + "mean_token_accuracy": 0.1436773419380188, + "num_tokens": 6108346.0, + "step": 3525 + }, + { + "entropy": 5.897816848754883, + "epoch": 0.2746547364326007, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995634310699647, + "loss": 5.7497, + "mean_token_accuracy": 0.15223322287201882, + "num_tokens": 6116974.0, + "step": 3530 + }, + { + "entropy": 5.967880916595459, + "epoch": 0.2750437658043182, + "grad_norm": 1.015625, + "learning_rate": 0.0004995617036735261, + "loss": 5.7616, + "mean_token_accuracy": 0.15204408317804335, + "num_tokens": 6125510.0, + "step": 3535 + }, + { + "entropy": 5.9119133949279785, + "epoch": 0.2754327951760358, + "grad_norm": 0.9296875, + "learning_rate": 0.0004995599728697211, + "loss": 5.8049, + "mean_token_accuracy": 0.14739501252770423, + "num_tokens": 6134959.0, + "step": 3540 + }, + { + "entropy": 6.0071333885192875, + "epoch": 0.27582182454775334, + "grad_norm": 1.0859375, + "learning_rate": 0.0004995582386585759, + "loss": 5.7453, + "mean_token_accuracy": 0.14718504920601844, + "num_tokens": 6144485.0, + "step": 3545 + }, + { + "entropy": 5.914857864379883, + "epoch": 0.2762108539194709, + "grad_norm": 0.96875, + "learning_rate": 0.0004995565010401167, + "loss": 5.6867, + "mean_token_accuracy": 0.15570174753665925, + "num_tokens": 6153991.0, + "step": 3550 + }, + { + "entropy": 5.767222595214844, + "epoch": 0.2765998832911885, + "grad_norm": 0.97265625, + "learning_rate": 0.0004995547600143702, + "loss": 5.6895, + "mean_token_accuracy": 0.1507698953151703, + "num_tokens": 6162649.0, + "step": 3555 + }, + { + "entropy": 5.850847625732422, + "epoch": 0.27698891266290604, + "grad_norm": 0.97265625, + "learning_rate": 0.0004995530155813625, + "loss": 5.5856, + "mean_token_accuracy": 0.16076817810535432, + "num_tokens": 6171525.0, + "step": 3560 + }, + { + "entropy": 5.938121509552002, + "epoch": 0.2773779420346236, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995512677411203, + "loss": 5.8146, + "mean_token_accuracy": 0.15098893493413926, + "num_tokens": 6180403.0, + "step": 3565 + }, + { + "entropy": 5.879735708236694, + "epoch": 0.27776697140634116, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995495164936698, + "loss": 5.65, + "mean_token_accuracy": 0.1596470907330513, + "num_tokens": 6188361.0, + "step": 3570 + }, + { + "entropy": 5.871376180648804, + "epoch": 0.27815600077805874, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995477618390381, + "loss": 5.7122, + "mean_token_accuracy": 0.14880418330430983, + "num_tokens": 6197418.0, + "step": 3575 + }, + { + "entropy": 5.867201614379883, + "epoch": 0.27854503014977633, + "grad_norm": 1.0625, + "learning_rate": 0.0004995460037772513, + "loss": 5.7218, + "mean_token_accuracy": 0.14871663898229598, + "num_tokens": 6206040.0, + "step": 3580 + }, + { + "entropy": 5.845054197311401, + "epoch": 0.27893405952149386, + "grad_norm": 1.140625, + "learning_rate": 0.0004995442423083365, + "loss": 5.6482, + "mean_token_accuracy": 0.15263187140226364, + "num_tokens": 6214433.0, + "step": 3585 + }, + { + "entropy": 5.831419801712036, + "epoch": 0.27932308889321145, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995424774323201, + "loss": 5.6136, + "mean_token_accuracy": 0.1577524796128273, + "num_tokens": 6223375.0, + "step": 3590 + }, + { + "entropy": 5.778666973114014, + "epoch": 0.279712118264929, + "grad_norm": 0.91796875, + "learning_rate": 0.000499540709149229, + "loss": 5.7271, + "mean_token_accuracy": 0.15046759992837905, + "num_tokens": 6232597.0, + "step": 3595 + }, + { + "entropy": 5.874596309661865, + "epoch": 0.28010114763664656, + "grad_norm": 1.0859375, + "learning_rate": 0.0004995389374590901, + "loss": 5.5829, + "mean_token_accuracy": 0.1621890977025032, + "num_tokens": 6240634.0, + "step": 3600 + }, + { + "entropy": 5.842890501022339, + "epoch": 0.28049017700836415, + "grad_norm": 0.99609375, + "learning_rate": 0.0004995371623619301, + "loss": 5.5473, + "mean_token_accuracy": 0.1555539771914482, + "num_tokens": 6249098.0, + "step": 3605 + }, + { + "entropy": 5.764733839035034, + "epoch": 0.2808792063800817, + "grad_norm": 0.97265625, + "learning_rate": 0.000499535383857776, + "loss": 5.5857, + "mean_token_accuracy": 0.15672399699687958, + "num_tokens": 6257572.0, + "step": 3610 + }, + { + "entropy": 5.914619064331054, + "epoch": 0.28126823575179927, + "grad_norm": 1.0390625, + "learning_rate": 0.000499533601946655, + "loss": 5.8565, + "mean_token_accuracy": 0.14434114694595337, + "num_tokens": 6266492.0, + "step": 3615 + }, + { + "entropy": 5.921752166748047, + "epoch": 0.2816572651235168, + "grad_norm": 1.078125, + "learning_rate": 0.0004995318166285938, + "loss": 5.7196, + "mean_token_accuracy": 0.15166337937116622, + "num_tokens": 6275149.0, + "step": 3620 + }, + { + "entropy": 5.916532564163208, + "epoch": 0.2820462944952344, + "grad_norm": 1.0078125, + "learning_rate": 0.0004995300279036199, + "loss": 5.7381, + "mean_token_accuracy": 0.1488499790430069, + "num_tokens": 6283208.0, + "step": 3625 + }, + { + "entropy": 5.901528787612915, + "epoch": 0.28243532386695197, + "grad_norm": 1.0546875, + "learning_rate": 0.00049952823577176, + "loss": 5.6755, + "mean_token_accuracy": 0.15527186542749405, + "num_tokens": 6292084.0, + "step": 3630 + }, + { + "entropy": 5.869945526123047, + "epoch": 0.2828243532386695, + "grad_norm": 0.90234375, + "learning_rate": 0.0004995264402330416, + "loss": 5.6731, + "mean_token_accuracy": 0.15194449573755264, + "num_tokens": 6301855.0, + "step": 3635 + }, + { + "entropy": 5.882921409606934, + "epoch": 0.2832133826103871, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995246412874919, + "loss": 5.6707, + "mean_token_accuracy": 0.15566004812717438, + "num_tokens": 6310166.0, + "step": 3640 + }, + { + "entropy": 5.82180552482605, + "epoch": 0.2836024119821047, + "grad_norm": 1.03125, + "learning_rate": 0.000499522838935138, + "loss": 5.6583, + "mean_token_accuracy": 0.1585020527243614, + "num_tokens": 6318928.0, + "step": 3645 + }, + { + "entropy": 5.862071371078491, + "epoch": 0.2839914413538222, + "grad_norm": 1.03125, + "learning_rate": 0.0004995210331760074, + "loss": 5.7061, + "mean_token_accuracy": 0.15993273109197617, + "num_tokens": 6327790.0, + "step": 3650 + }, + { + "entropy": 5.952098655700683, + "epoch": 0.2843804707255398, + "grad_norm": 1.0546875, + "learning_rate": 0.0004995192240101275, + "loss": 5.7378, + "mean_token_accuracy": 0.15206011682748793, + "num_tokens": 6335517.0, + "step": 3655 + }, + { + "entropy": 5.846499061584472, + "epoch": 0.2847695000972573, + "grad_norm": 0.984375, + "learning_rate": 0.0004995174114375258, + "loss": 5.7502, + "mean_token_accuracy": 0.15136053413152695, + "num_tokens": 6344218.0, + "step": 3660 + }, + { + "entropy": 5.804873752593994, + "epoch": 0.2851585294689749, + "grad_norm": 0.98046875, + "learning_rate": 0.0004995155954582297, + "loss": 5.5473, + "mean_token_accuracy": 0.16678376495838165, + "num_tokens": 6353125.0, + "step": 3665 + }, + { + "entropy": 5.841932868957519, + "epoch": 0.2855475588406925, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995137760722668, + "loss": 5.6974, + "mean_token_accuracy": 0.15368882119655608, + "num_tokens": 6362113.0, + "step": 3670 + }, + { + "entropy": 5.88684115409851, + "epoch": 0.28593658821241, + "grad_norm": 1.015625, + "learning_rate": 0.0004995119532796646, + "loss": 5.7699, + "mean_token_accuracy": 0.14920303374528884, + "num_tokens": 6370916.0, + "step": 3675 + }, + { + "entropy": 5.927021169662476, + "epoch": 0.2863256175841276, + "grad_norm": 1.015625, + "learning_rate": 0.000499510127080451, + "loss": 5.6138, + "mean_token_accuracy": 0.16021920293569564, + "num_tokens": 6379256.0, + "step": 3680 + }, + { + "entropy": 5.855990695953369, + "epoch": 0.28671464695584514, + "grad_norm": 0.94140625, + "learning_rate": 0.0004995082974746535, + "loss": 5.7499, + "mean_token_accuracy": 0.1522106409072876, + "num_tokens": 6388098.0, + "step": 3685 + }, + { + "entropy": 5.802329730987549, + "epoch": 0.28710367632756273, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995064644622999, + "loss": 5.5594, + "mean_token_accuracy": 0.16143814623355865, + "num_tokens": 6396292.0, + "step": 3690 + }, + { + "entropy": 5.849812459945679, + "epoch": 0.2874927056992803, + "grad_norm": 1.015625, + "learning_rate": 0.0004995046280434181, + "loss": 5.5901, + "mean_token_accuracy": 0.15952554792165757, + "num_tokens": 6404968.0, + "step": 3695 + }, + { + "entropy": 5.730056238174439, + "epoch": 0.28788173507099785, + "grad_norm": 1.0, + "learning_rate": 0.0004995027882180358, + "loss": 5.6695, + "mean_token_accuracy": 0.156508731842041, + "num_tokens": 6412839.0, + "step": 3700 + }, + { + "entropy": 5.860387945175171, + "epoch": 0.28827076444271543, + "grad_norm": 0.94921875, + "learning_rate": 0.0004995009449861812, + "loss": 5.6814, + "mean_token_accuracy": 0.14714949131011962, + "num_tokens": 6421943.0, + "step": 3705 + }, + { + "entropy": 5.891568422317505, + "epoch": 0.28865979381443296, + "grad_norm": 0.984375, + "learning_rate": 0.000499499098347882, + "loss": 5.7659, + "mean_token_accuracy": 0.14767337441444398, + "num_tokens": 6430731.0, + "step": 3710 + }, + { + "entropy": 5.881146097183228, + "epoch": 0.28904882318615055, + "grad_norm": 1.0390625, + "learning_rate": 0.0004994972483031662, + "loss": 5.6965, + "mean_token_accuracy": 0.15450607240200043, + "num_tokens": 6439365.0, + "step": 3715 + }, + { + "entropy": 5.895514392852784, + "epoch": 0.28943785255786814, + "grad_norm": 0.95703125, + "learning_rate": 0.000499495394852062, + "loss": 5.6478, + "mean_token_accuracy": 0.16102308481931688, + "num_tokens": 6448085.0, + "step": 3720 + }, + { + "entropy": 5.757776546478271, + "epoch": 0.28982688192958567, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994935379945977, + "loss": 5.6973, + "mean_token_accuracy": 0.14822151511907578, + "num_tokens": 6457630.0, + "step": 3725 + }, + { + "entropy": 5.874344253540039, + "epoch": 0.29021591130130325, + "grad_norm": 1.109375, + "learning_rate": 0.0004994916777308012, + "loss": 5.5632, + "mean_token_accuracy": 0.16281430721282958, + "num_tokens": 6465781.0, + "step": 3730 + }, + { + "entropy": 5.872119998931884, + "epoch": 0.29060494067302084, + "grad_norm": 1.03125, + "learning_rate": 0.0004994898140607007, + "loss": 5.7428, + "mean_token_accuracy": 0.15796843618154527, + "num_tokens": 6473723.0, + "step": 3735 + }, + { + "entropy": 5.805860328674316, + "epoch": 0.29099397004473837, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994879469843247, + "loss": 5.6772, + "mean_token_accuracy": 0.15386528074741362, + "num_tokens": 6482535.0, + "step": 3740 + }, + { + "entropy": 5.893405437469482, + "epoch": 0.29138299941645596, + "grad_norm": 1.046875, + "learning_rate": 0.0004994860765017013, + "loss": 5.7045, + "mean_token_accuracy": 0.15752176195383072, + "num_tokens": 6491297.0, + "step": 3745 + }, + { + "entropy": 5.846108055114746, + "epoch": 0.2917720287881735, + "grad_norm": 1.0234375, + "learning_rate": 0.000499484202612859, + "loss": 5.6735, + "mean_token_accuracy": 0.1522021323442459, + "num_tokens": 6499809.0, + "step": 3750 + }, + { + "entropy": 5.867705631256103, + "epoch": 0.2921610581598911, + "grad_norm": 1.0703125, + "learning_rate": 0.0004994823253178264, + "loss": 5.6319, + "mean_token_accuracy": 0.16157492250204086, + "num_tokens": 6507965.0, + "step": 3755 + }, + { + "entropy": 5.846333694458008, + "epoch": 0.29255008753160866, + "grad_norm": 1.296875, + "learning_rate": 0.0004994804446166317, + "loss": 5.6921, + "mean_token_accuracy": 0.14701894968748092, + "num_tokens": 6517106.0, + "step": 3760 + }, + { + "entropy": 5.883748531341553, + "epoch": 0.2929391169033262, + "grad_norm": 1.03125, + "learning_rate": 0.0004994785605093035, + "loss": 5.7624, + "mean_token_accuracy": 0.1514585569500923, + "num_tokens": 6526663.0, + "step": 3765 + }, + { + "entropy": 6.009462690353393, + "epoch": 0.2933281462750438, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994766729958705, + "loss": 5.808, + "mean_token_accuracy": 0.14928104281425475, + "num_tokens": 6535732.0, + "step": 3770 + }, + { + "entropy": 5.870941591262818, + "epoch": 0.2937171756467613, + "grad_norm": 0.92578125, + "learning_rate": 0.0004994747820763612, + "loss": 5.6578, + "mean_token_accuracy": 0.15538851767778397, + "num_tokens": 6544938.0, + "step": 3775 + }, + { + "entropy": 5.857924222946167, + "epoch": 0.2941062050184789, + "grad_norm": 1.03125, + "learning_rate": 0.0004994728877508046, + "loss": 5.6827, + "mean_token_accuracy": 0.15063629150390626, + "num_tokens": 6554507.0, + "step": 3780 + }, + { + "entropy": 5.892081832885742, + "epoch": 0.2944952343901965, + "grad_norm": 0.953125, + "learning_rate": 0.0004994709900192289, + "loss": 5.7118, + "mean_token_accuracy": 0.15043701082468033, + "num_tokens": 6563285.0, + "step": 3785 + }, + { + "entropy": 5.798528814315796, + "epoch": 0.294884263761914, + "grad_norm": 0.97265625, + "learning_rate": 0.0004994690888816635, + "loss": 5.6014, + "mean_token_accuracy": 0.15134119018912315, + "num_tokens": 6572223.0, + "step": 3790 + }, + { + "entropy": 5.876222610473633, + "epoch": 0.2952732931336316, + "grad_norm": 1.0, + "learning_rate": 0.0004994671843381367, + "loss": 5.7841, + "mean_token_accuracy": 0.14985665529966355, + "num_tokens": 6580686.0, + "step": 3795 + }, + { + "entropy": 5.892121982574463, + "epoch": 0.29566232250534913, + "grad_norm": 1.1015625, + "learning_rate": 0.0004994652763886778, + "loss": 5.6401, + "mean_token_accuracy": 0.15805123150348663, + "num_tokens": 6589056.0, + "step": 3800 + }, + { + "entropy": 5.875431108474731, + "epoch": 0.2960513518770667, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994633650333155, + "loss": 5.7144, + "mean_token_accuracy": 0.15104243978857995, + "num_tokens": 6598221.0, + "step": 3805 + }, + { + "entropy": 5.948964405059814, + "epoch": 0.2964403812487843, + "grad_norm": 1.03125, + "learning_rate": 0.0004994614502720792, + "loss": 5.7493, + "mean_token_accuracy": 0.15437679290771483, + "num_tokens": 6606657.0, + "step": 3810 + }, + { + "entropy": 5.934873723983765, + "epoch": 0.29682941062050183, + "grad_norm": 0.953125, + "learning_rate": 0.0004994595321049974, + "loss": 5.8543, + "mean_token_accuracy": 0.143535877764225, + "num_tokens": 6616203.0, + "step": 3815 + }, + { + "entropy": 5.972373390197754, + "epoch": 0.2972184399922194, + "grad_norm": 0.8984375, + "learning_rate": 0.0004994576105320994, + "loss": 5.6997, + "mean_token_accuracy": 0.15348666310310363, + "num_tokens": 6624982.0, + "step": 3820 + }, + { + "entropy": 5.924484014511108, + "epoch": 0.29760746936393695, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994556855534146, + "loss": 5.6617, + "mean_token_accuracy": 0.15609370917081833, + "num_tokens": 6632548.0, + "step": 3825 + }, + { + "entropy": 5.828466367721558, + "epoch": 0.29799649873565454, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994537571689719, + "loss": 5.7896, + "mean_token_accuracy": 0.14499867409467698, + "num_tokens": 6641943.0, + "step": 3830 + }, + { + "entropy": 5.868363666534424, + "epoch": 0.2983855281073721, + "grad_norm": 0.9765625, + "learning_rate": 0.0004994518253788007, + "loss": 5.6382, + "mean_token_accuracy": 0.15800181329250335, + "num_tokens": 6650371.0, + "step": 3835 + }, + { + "entropy": 5.883022594451904, + "epoch": 0.29877455747908965, + "grad_norm": 0.98046875, + "learning_rate": 0.0004994498901829304, + "loss": 5.7198, + "mean_token_accuracy": 0.1552921250462532, + "num_tokens": 6659324.0, + "step": 3840 + }, + { + "entropy": 5.83655161857605, + "epoch": 0.29916358685080724, + "grad_norm": 1.015625, + "learning_rate": 0.0004994479515813903, + "loss": 5.6879, + "mean_token_accuracy": 0.15144439041614532, + "num_tokens": 6668237.0, + "step": 3845 + }, + { + "entropy": 5.839875030517578, + "epoch": 0.2995526162225248, + "grad_norm": 0.96875, + "learning_rate": 0.0004994460095742096, + "loss": 5.6073, + "mean_token_accuracy": 0.1622507467865944, + "num_tokens": 6677213.0, + "step": 3850 + }, + { + "entropy": 5.879772186279297, + "epoch": 0.29994164559424236, + "grad_norm": 0.984375, + "learning_rate": 0.000499444064161418, + "loss": 5.6328, + "mean_token_accuracy": 0.1550130233168602, + "num_tokens": 6686850.0, + "step": 3855 + }, + { + "entropy": 5.8478320121765135, + "epoch": 0.30033067496595994, + "grad_norm": 0.9609375, + "learning_rate": 0.000499442115343045, + "loss": 5.6037, + "mean_token_accuracy": 0.15739710181951522, + "num_tokens": 6695697.0, + "step": 3860 + }, + { + "entropy": 5.793270015716553, + "epoch": 0.3007197043376775, + "grad_norm": 1.1328125, + "learning_rate": 0.0004994401631191202, + "loss": 5.6532, + "mean_token_accuracy": 0.15891365557909012, + "num_tokens": 6704525.0, + "step": 3865 + }, + { + "entropy": 5.806357145309448, + "epoch": 0.30110873370939506, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994382074896731, + "loss": 5.5961, + "mean_token_accuracy": 0.1595403343439102, + "num_tokens": 6713562.0, + "step": 3870 + }, + { + "entropy": 5.90467472076416, + "epoch": 0.30149776308111265, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994362484547335, + "loss": 5.6972, + "mean_token_accuracy": 0.15663892328739165, + "num_tokens": 6721817.0, + "step": 3875 + }, + { + "entropy": 5.8863348960876465, + "epoch": 0.3018867924528302, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994342860143309, + "loss": 5.6195, + "mean_token_accuracy": 0.16563971489667892, + "num_tokens": 6729757.0, + "step": 3880 + }, + { + "entropy": 5.8139941692352295, + "epoch": 0.30227582182454776, + "grad_norm": 0.9765625, + "learning_rate": 0.0004994323201684953, + "loss": 5.6991, + "mean_token_accuracy": 0.14580276012420654, + "num_tokens": 6738354.0, + "step": 3885 + }, + { + "entropy": 5.869457769393921, + "epoch": 0.3026648511962653, + "grad_norm": 1.0546875, + "learning_rate": 0.0004994303509172566, + "loss": 5.7431, + "mean_token_accuracy": 0.15211848467588424, + "num_tokens": 6746505.0, + "step": 3890 + }, + { + "entropy": 5.927693891525268, + "epoch": 0.3030538805679829, + "grad_norm": 1.0859375, + "learning_rate": 0.0004994283782606444, + "loss": 5.6525, + "mean_token_accuracy": 0.15591547936201094, + "num_tokens": 6754547.0, + "step": 3895 + }, + { + "entropy": 5.826806640625, + "epoch": 0.30344290993970047, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994264021986888, + "loss": 5.5634, + "mean_token_accuracy": 0.15850718766450883, + "num_tokens": 6763213.0, + "step": 3900 + }, + { + "entropy": 5.7963276386260985, + "epoch": 0.303831939311418, + "grad_norm": 1.046875, + "learning_rate": 0.0004994244227314197, + "loss": 5.6212, + "mean_token_accuracy": 0.15866039842367172, + "num_tokens": 6771060.0, + "step": 3905 + }, + { + "entropy": 5.867762565612793, + "epoch": 0.3042209686831356, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994224398588672, + "loss": 5.7616, + "mean_token_accuracy": 0.15014109760522842, + "num_tokens": 6779819.0, + "step": 3910 + }, + { + "entropy": 5.846722602844238, + "epoch": 0.3046099980548531, + "grad_norm": 0.98046875, + "learning_rate": 0.0004994204535810615, + "loss": 5.6614, + "mean_token_accuracy": 0.1529073566198349, + "num_tokens": 6788660.0, + "step": 3915 + }, + { + "entropy": 5.82415132522583, + "epoch": 0.3049990274265707, + "grad_norm": 1.0, + "learning_rate": 0.0004994184638980326, + "loss": 5.6009, + "mean_token_accuracy": 0.1573179095983505, + "num_tokens": 6797298.0, + "step": 3920 + }, + { + "entropy": 5.798014879226685, + "epoch": 0.3053880567982883, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994164708098107, + "loss": 5.6436, + "mean_token_accuracy": 0.15172264575958253, + "num_tokens": 6806148.0, + "step": 3925 + }, + { + "entropy": 5.843776082992553, + "epoch": 0.3057770861700058, + "grad_norm": 0.9921875, + "learning_rate": 0.000499414474316426, + "loss": 5.697, + "mean_token_accuracy": 0.15370588451623918, + "num_tokens": 6815494.0, + "step": 3930 + }, + { + "entropy": 5.975485897064209, + "epoch": 0.3061661155417234, + "grad_norm": 0.98828125, + "learning_rate": 0.0004994124744179088, + "loss": 5.7473, + "mean_token_accuracy": 0.15004800111055375, + "num_tokens": 6824852.0, + "step": 3935 + }, + { + "entropy": 5.824012279510498, + "epoch": 0.306555144913441, + "grad_norm": 0.90625, + "learning_rate": 0.0004994104711142896, + "loss": 5.547, + "mean_token_accuracy": 0.16258234083652495, + "num_tokens": 6834200.0, + "step": 3940 + }, + { + "entropy": 5.8411280632019045, + "epoch": 0.3069441742851585, + "grad_norm": 1.1015625, + "learning_rate": 0.0004994084644055986, + "loss": 5.6987, + "mean_token_accuracy": 0.15020909756422043, + "num_tokens": 6842869.0, + "step": 3945 + }, + { + "entropy": 5.867465353012085, + "epoch": 0.3073332036568761, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994064542918664, + "loss": 5.6554, + "mean_token_accuracy": 0.15713998079299926, + "num_tokens": 6851668.0, + "step": 3950 + }, + { + "entropy": 5.892431163787842, + "epoch": 0.30772223302859364, + "grad_norm": 0.96484375, + "learning_rate": 0.0004994044407731235, + "loss": 5.7414, + "mean_token_accuracy": 0.15816062390804292, + "num_tokens": 6860710.0, + "step": 3955 + }, + { + "entropy": 5.813387298583985, + "epoch": 0.3081112624003112, + "grad_norm": 1.015625, + "learning_rate": 0.0004994024238494002, + "loss": 5.6588, + "mean_token_accuracy": 0.15129568427801132, + "num_tokens": 6869608.0, + "step": 3960 + }, + { + "entropy": 5.884786081314087, + "epoch": 0.3085002917720288, + "grad_norm": 1.0625, + "learning_rate": 0.0004994004035207274, + "loss": 5.6702, + "mean_token_accuracy": 0.1528908684849739, + "num_tokens": 6878108.0, + "step": 3965 + }, + { + "entropy": 5.841224527359008, + "epoch": 0.30888932114374634, + "grad_norm": 1.015625, + "learning_rate": 0.0004993983797871356, + "loss": 5.5901, + "mean_token_accuracy": 0.1557810366153717, + "num_tokens": 6886369.0, + "step": 3970 + }, + { + "entropy": 5.813205862045288, + "epoch": 0.30927835051546393, + "grad_norm": 0.953125, + "learning_rate": 0.0004993963526486555, + "loss": 5.6423, + "mean_token_accuracy": 0.15107669085264205, + "num_tokens": 6895410.0, + "step": 3975 + }, + { + "entropy": 5.855010175704956, + "epoch": 0.30966737988718146, + "grad_norm": 1.0, + "learning_rate": 0.000499394322105318, + "loss": 5.6222, + "mean_token_accuracy": 0.16079719364643097, + "num_tokens": 6904380.0, + "step": 3980 + }, + { + "entropy": 5.888308000564575, + "epoch": 0.31005640925889905, + "grad_norm": 1.015625, + "learning_rate": 0.0004993922881571538, + "loss": 5.6539, + "mean_token_accuracy": 0.15389953702688217, + "num_tokens": 6913012.0, + "step": 3985 + }, + { + "entropy": 5.815182638168335, + "epoch": 0.31044543863061663, + "grad_norm": 0.99609375, + "learning_rate": 0.0004993902508041939, + "loss": 5.6771, + "mean_token_accuracy": 0.15611743330955505, + "num_tokens": 6921696.0, + "step": 3990 + }, + { + "entropy": 5.8514533042907715, + "epoch": 0.31083446800233416, + "grad_norm": 0.99609375, + "learning_rate": 0.000499388210046469, + "loss": 5.6059, + "mean_token_accuracy": 0.15560422986745834, + "num_tokens": 6930017.0, + "step": 3995 + }, + { + "entropy": 5.765750408172607, + "epoch": 0.31122349737405175, + "grad_norm": 0.94921875, + "learning_rate": 0.0004993861658840102, + "loss": 5.572, + "mean_token_accuracy": 0.15584051012992858, + "num_tokens": 6938410.0, + "step": 4000 + }, + { + "entropy": 5.836692142486572, + "epoch": 0.3116125267457693, + "grad_norm": 1.0546875, + "learning_rate": 0.0004993841183168484, + "loss": 5.6654, + "mean_token_accuracy": 0.15382085889577865, + "num_tokens": 6946227.0, + "step": 4005 + }, + { + "entropy": 5.874892997741699, + "epoch": 0.31200155611748687, + "grad_norm": 0.94140625, + "learning_rate": 0.0004993820673450148, + "loss": 5.6478, + "mean_token_accuracy": 0.15918285697698592, + "num_tokens": 6954747.0, + "step": 4010 + }, + { + "entropy": 5.823175764083862, + "epoch": 0.31239058548920445, + "grad_norm": 1.09375, + "learning_rate": 0.0004993800129685404, + "loss": 5.7146, + "mean_token_accuracy": 0.15485749244689942, + "num_tokens": 6962990.0, + "step": 4015 + }, + { + "entropy": 5.821749258041382, + "epoch": 0.312779614860922, + "grad_norm": 0.984375, + "learning_rate": 0.0004993779551874565, + "loss": 5.6766, + "mean_token_accuracy": 0.15734780877828597, + "num_tokens": 6972351.0, + "step": 4020 + }, + { + "entropy": 5.82036509513855, + "epoch": 0.31316864423263957, + "grad_norm": 1.078125, + "learning_rate": 0.0004993758940017943, + "loss": 5.6043, + "mean_token_accuracy": 0.15843922197818755, + "num_tokens": 6980387.0, + "step": 4025 + }, + { + "entropy": 5.721660137176514, + "epoch": 0.31355767360435716, + "grad_norm": 1.015625, + "learning_rate": 0.000499373829411585, + "loss": 5.6673, + "mean_token_accuracy": 0.15660033971071244, + "num_tokens": 6989388.0, + "step": 4030 + }, + { + "entropy": 5.917605304718018, + "epoch": 0.3139467029760747, + "grad_norm": 1.0078125, + "learning_rate": 0.00049937176141686, + "loss": 5.6171, + "mean_token_accuracy": 0.16407724171876908, + "num_tokens": 6997714.0, + "step": 4035 + }, + { + "entropy": 5.873993015289306, + "epoch": 0.3143357323477923, + "grad_norm": 0.97265625, + "learning_rate": 0.0004993696900176506, + "loss": 5.6092, + "mean_token_accuracy": 0.160344497859478, + "num_tokens": 7006453.0, + "step": 4040 + }, + { + "entropy": 5.795370388031006, + "epoch": 0.3147247617195098, + "grad_norm": 0.9296875, + "learning_rate": 0.0004993676152139883, + "loss": 5.6938, + "mean_token_accuracy": 0.15555773973464965, + "num_tokens": 7015398.0, + "step": 4045 + }, + { + "entropy": 5.8068183898925785, + "epoch": 0.3151137910912274, + "grad_norm": 1.046875, + "learning_rate": 0.0004993655370059046, + "loss": 5.6368, + "mean_token_accuracy": 0.1559157431125641, + "num_tokens": 7023796.0, + "step": 4050 + }, + { + "entropy": 5.760886287689209, + "epoch": 0.315502820462945, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993634553934309, + "loss": 5.5815, + "mean_token_accuracy": 0.162422014772892, + "num_tokens": 7032453.0, + "step": 4055 + }, + { + "entropy": 5.805798435211182, + "epoch": 0.3158918498346625, + "grad_norm": 1.0546875, + "learning_rate": 0.0004993613703765989, + "loss": 5.7204, + "mean_token_accuracy": 0.14737134724855422, + "num_tokens": 7041034.0, + "step": 4060 + }, + { + "entropy": 5.924254035949707, + "epoch": 0.3162808792063801, + "grad_norm": 1.046875, + "learning_rate": 0.0004993592819554402, + "loss": 5.8155, + "mean_token_accuracy": 0.14719487279653548, + "num_tokens": 7050289.0, + "step": 4065 + }, + { + "entropy": 5.8544573307037355, + "epoch": 0.3166699085780976, + "grad_norm": 1.0078125, + "learning_rate": 0.0004993571901299866, + "loss": 5.6415, + "mean_token_accuracy": 0.16184244453907012, + "num_tokens": 7059638.0, + "step": 4070 + }, + { + "entropy": 5.799168491363526, + "epoch": 0.3170589379498152, + "grad_norm": 1.078125, + "learning_rate": 0.0004993550949002697, + "loss": 5.6618, + "mean_token_accuracy": 0.15811943262815475, + "num_tokens": 7067763.0, + "step": 4075 + }, + { + "entropy": 5.805049800872803, + "epoch": 0.3174479673215328, + "grad_norm": 0.9921875, + "learning_rate": 0.0004993529962663213, + "loss": 5.6435, + "mean_token_accuracy": 0.16328213661909102, + "num_tokens": 7076126.0, + "step": 4080 + }, + { + "entropy": 5.815125751495361, + "epoch": 0.31783699669325033, + "grad_norm": 0.94921875, + "learning_rate": 0.0004993508942281732, + "loss": 5.5661, + "mean_token_accuracy": 0.159896120429039, + "num_tokens": 7084403.0, + "step": 4085 + }, + { + "entropy": 5.687847995758057, + "epoch": 0.3182260260649679, + "grad_norm": 0.96484375, + "learning_rate": 0.0004993487887858575, + "loss": 5.5415, + "mean_token_accuracy": 0.16261251866817475, + "num_tokens": 7093450.0, + "step": 4090 + }, + { + "entropy": 5.770251321792602, + "epoch": 0.31861505543668545, + "grad_norm": 0.95703125, + "learning_rate": 0.000499346679939406, + "loss": 5.5404, + "mean_token_accuracy": 0.16247584223747252, + "num_tokens": 7101722.0, + "step": 4095 + }, + { + "entropy": 5.756721687316895, + "epoch": 0.31900408480840303, + "grad_norm": 0.91796875, + "learning_rate": 0.0004993445676888507, + "loss": 5.6337, + "mean_token_accuracy": 0.15481607466936112, + "num_tokens": 7111285.0, + "step": 4100 + }, + { + "entropy": 5.881993198394776, + "epoch": 0.3193931141801206, + "grad_norm": 1.015625, + "learning_rate": 0.0004993424520342236, + "loss": 5.7005, + "mean_token_accuracy": 0.15225102454423906, + "num_tokens": 7120281.0, + "step": 4105 + }, + { + "entropy": 5.798208332061767, + "epoch": 0.31978214355183815, + "grad_norm": 0.98828125, + "learning_rate": 0.0004993403329755569, + "loss": 5.5741, + "mean_token_accuracy": 0.1554294690489769, + "num_tokens": 7128584.0, + "step": 4110 + }, + { + "entropy": 5.880425357818604, + "epoch": 0.32017117292355574, + "grad_norm": 1.015625, + "learning_rate": 0.0004993382105128828, + "loss": 5.6783, + "mean_token_accuracy": 0.15804177671670913, + "num_tokens": 7137570.0, + "step": 4115 + }, + { + "entropy": 5.832143306732178, + "epoch": 0.32056020229527327, + "grad_norm": 1.0, + "learning_rate": 0.0004993360846462333, + "loss": 5.7214, + "mean_token_accuracy": 0.15496834367513657, + "num_tokens": 7146965.0, + "step": 4120 + }, + { + "entropy": 5.823439979553223, + "epoch": 0.32094923166699085, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993339553756408, + "loss": 5.6592, + "mean_token_accuracy": 0.15344669073820114, + "num_tokens": 7155657.0, + "step": 4125 + }, + { + "entropy": 5.849871444702148, + "epoch": 0.32133826103870844, + "grad_norm": 0.984375, + "learning_rate": 0.0004993318227011378, + "loss": 5.5982, + "mean_token_accuracy": 0.15800351351499559, + "num_tokens": 7164369.0, + "step": 4130 + }, + { + "entropy": 5.862731027603149, + "epoch": 0.32172729041042597, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993296866227562, + "loss": 5.5761, + "mean_token_accuracy": 0.16416397988796233, + "num_tokens": 7172161.0, + "step": 4135 + }, + { + "entropy": 5.774852848052978, + "epoch": 0.32211631978214356, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993275471405288, + "loss": 5.6148, + "mean_token_accuracy": 0.149345500767231, + "num_tokens": 7180606.0, + "step": 4140 + }, + { + "entropy": 5.7628284931182865, + "epoch": 0.32250534915386114, + "grad_norm": 0.984375, + "learning_rate": 0.0004993254042544879, + "loss": 5.6498, + "mean_token_accuracy": 0.15902409553527833, + "num_tokens": 7188912.0, + "step": 4145 + }, + { + "entropy": 5.808630084991455, + "epoch": 0.3228943785255787, + "grad_norm": 0.93359375, + "learning_rate": 0.000499323257964666, + "loss": 5.6582, + "mean_token_accuracy": 0.15545909702777863, + "num_tokens": 7197477.0, + "step": 4150 + }, + { + "entropy": 5.859759187698364, + "epoch": 0.32328340789729626, + "grad_norm": 1.03125, + "learning_rate": 0.0004993211082710957, + "loss": 5.6418, + "mean_token_accuracy": 0.1600700318813324, + "num_tokens": 7206571.0, + "step": 4155 + }, + { + "entropy": 5.824004888534546, + "epoch": 0.3236724372690138, + "grad_norm": 1.015625, + "learning_rate": 0.0004993189551738097, + "loss": 5.4896, + "mean_token_accuracy": 0.1557634025812149, + "num_tokens": 7215319.0, + "step": 4160 + }, + { + "entropy": 5.779311323165894, + "epoch": 0.3240614666407314, + "grad_norm": 1.046875, + "learning_rate": 0.0004993167986728405, + "loss": 5.6555, + "mean_token_accuracy": 0.1558437839150429, + "num_tokens": 7223389.0, + "step": 4165 + }, + { + "entropy": 5.818670797348022, + "epoch": 0.32445049601244896, + "grad_norm": 0.96875, + "learning_rate": 0.000499314638768221, + "loss": 5.6366, + "mean_token_accuracy": 0.1572311580181122, + "num_tokens": 7231853.0, + "step": 4170 + }, + { + "entropy": 5.805356645584107, + "epoch": 0.3248395253841665, + "grad_norm": 0.9296875, + "learning_rate": 0.0004993124754599839, + "loss": 5.5678, + "mean_token_accuracy": 0.1613128237426281, + "num_tokens": 7241081.0, + "step": 4175 + }, + { + "entropy": 5.773802375793457, + "epoch": 0.3252285547558841, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993103087481619, + "loss": 5.598, + "mean_token_accuracy": 0.15808786898851396, + "num_tokens": 7249742.0, + "step": 4180 + }, + { + "entropy": 5.8834186553955075, + "epoch": 0.3256175841276016, + "grad_norm": 0.9375, + "learning_rate": 0.0004993081386327881, + "loss": 5.7046, + "mean_token_accuracy": 0.15388916730880736, + "num_tokens": 7258285.0, + "step": 4185 + }, + { + "entropy": 5.80883526802063, + "epoch": 0.3260066134993192, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993059651138953, + "loss": 5.5378, + "mean_token_accuracy": 0.16168167293071747, + "num_tokens": 7266843.0, + "step": 4190 + }, + { + "entropy": 5.761549377441407, + "epoch": 0.3263956428710368, + "grad_norm": 0.984375, + "learning_rate": 0.0004993037881915165, + "loss": 5.6235, + "mean_token_accuracy": 0.16374704092741013, + "num_tokens": 7276041.0, + "step": 4195 + }, + { + "entropy": 5.801425170898438, + "epoch": 0.3267846722427543, + "grad_norm": 0.953125, + "learning_rate": 0.0004993016078656847, + "loss": 5.6898, + "mean_token_accuracy": 0.1496354892849922, + "num_tokens": 7285144.0, + "step": 4200 + }, + { + "entropy": 5.701427793502807, + "epoch": 0.3271737016144719, + "grad_norm": 0.9609375, + "learning_rate": 0.000499299424136433, + "loss": 5.5432, + "mean_token_accuracy": 0.16148447692394258, + "num_tokens": 7293976.0, + "step": 4205 + }, + { + "entropy": 5.813598680496216, + "epoch": 0.32756273098618943, + "grad_norm": 1.1171875, + "learning_rate": 0.0004992972370037946, + "loss": 5.5957, + "mean_token_accuracy": 0.15628974586725236, + "num_tokens": 7302365.0, + "step": 4210 + }, + { + "entropy": 5.853533697128296, + "epoch": 0.327951760357907, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992950464678026, + "loss": 5.6728, + "mean_token_accuracy": 0.1533830374479294, + "num_tokens": 7310909.0, + "step": 4215 + }, + { + "entropy": 5.817704343795777, + "epoch": 0.3283407897296246, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992928525284903, + "loss": 5.6304, + "mean_token_accuracy": 0.1496094822883606, + "num_tokens": 7319391.0, + "step": 4220 + }, + { + "entropy": 5.894934749603271, + "epoch": 0.32872981910134214, + "grad_norm": 1.03125, + "learning_rate": 0.000499290655185891, + "loss": 5.7032, + "mean_token_accuracy": 0.15388529300689696, + "num_tokens": 7328076.0, + "step": 4225 + }, + { + "entropy": 5.895980453491211, + "epoch": 0.3291188484730597, + "grad_norm": 1.015625, + "learning_rate": 0.000499288454440038, + "loss": 5.656, + "mean_token_accuracy": 0.15448319762945176, + "num_tokens": 7336833.0, + "step": 4230 + }, + { + "entropy": 5.7740541934967045, + "epoch": 0.3295078778447773, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992862502909645, + "loss": 5.5709, + "mean_token_accuracy": 0.16009747087955475, + "num_tokens": 7344862.0, + "step": 4235 + }, + { + "entropy": 5.845920705795288, + "epoch": 0.32989690721649484, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992840427387043, + "loss": 5.6108, + "mean_token_accuracy": 0.1616164118051529, + "num_tokens": 7354503.0, + "step": 4240 + }, + { + "entropy": 5.807738494873047, + "epoch": 0.3302859365882124, + "grad_norm": 1.046875, + "learning_rate": 0.0004992818317832908, + "loss": 5.5924, + "mean_token_accuracy": 0.15691906362771987, + "num_tokens": 7363000.0, + "step": 4245 + }, + { + "entropy": 5.762190198898315, + "epoch": 0.33067496595992996, + "grad_norm": 0.94140625, + "learning_rate": 0.0004992796174247574, + "loss": 5.6631, + "mean_token_accuracy": 0.15225939452648163, + "num_tokens": 7372619.0, + "step": 4250 + }, + { + "entropy": 5.859451723098755, + "epoch": 0.33106399533164754, + "grad_norm": 1.1171875, + "learning_rate": 0.0004992773996631378, + "loss": 5.5438, + "mean_token_accuracy": 0.16727319806814195, + "num_tokens": 7380531.0, + "step": 4255 + }, + { + "entropy": 5.779058408737183, + "epoch": 0.33145302470336513, + "grad_norm": 0.98046875, + "learning_rate": 0.0004992751784984656, + "loss": 5.6608, + "mean_token_accuracy": 0.15575532466173173, + "num_tokens": 7389153.0, + "step": 4260 + }, + { + "entropy": 5.766335105895996, + "epoch": 0.33184205407508266, + "grad_norm": 0.984375, + "learning_rate": 0.0004992729539307745, + "loss": 5.5563, + "mean_token_accuracy": 0.1592848628759384, + "num_tokens": 7397880.0, + "step": 4265 + }, + { + "entropy": 5.846122121810913, + "epoch": 0.33223108344680025, + "grad_norm": 1.015625, + "learning_rate": 0.0004992707259600984, + "loss": 5.6265, + "mean_token_accuracy": 0.1536146730184555, + "num_tokens": 7406180.0, + "step": 4270 + }, + { + "entropy": 5.763803863525391, + "epoch": 0.3326201128185178, + "grad_norm": 0.9765625, + "learning_rate": 0.0004992684945864709, + "loss": 5.6285, + "mean_token_accuracy": 0.15639231055974961, + "num_tokens": 7415069.0, + "step": 4275 + }, + { + "entropy": 5.810007476806641, + "epoch": 0.33300914219023536, + "grad_norm": 0.9921875, + "learning_rate": 0.0004992662598099261, + "loss": 5.6936, + "mean_token_accuracy": 0.15463295876979827, + "num_tokens": 7423921.0, + "step": 4280 + }, + { + "entropy": 5.7576460361480715, + "epoch": 0.33339817156195295, + "grad_norm": 0.9453125, + "learning_rate": 0.0004992640216304975, + "loss": 5.4188, + "mean_token_accuracy": 0.16716092079877853, + "num_tokens": 7432655.0, + "step": 4285 + }, + { + "entropy": 5.829642963409424, + "epoch": 0.3337872009336705, + "grad_norm": 0.9765625, + "learning_rate": 0.0004992617800482196, + "loss": 5.6198, + "mean_token_accuracy": 0.15765354484319688, + "num_tokens": 7441858.0, + "step": 4290 + }, + { + "entropy": 5.723947429656983, + "epoch": 0.33417623030538807, + "grad_norm": 1.0703125, + "learning_rate": 0.000499259535063126, + "loss": 5.5789, + "mean_token_accuracy": 0.15934376716613768, + "num_tokens": 7450030.0, + "step": 4295 + }, + { + "entropy": 5.808957242965699, + "epoch": 0.3345652596771056, + "grad_norm": 1.0078125, + "learning_rate": 0.000499257286675251, + "loss": 5.6593, + "mean_token_accuracy": 0.15726078003644944, + "num_tokens": 7458256.0, + "step": 4300 + }, + { + "entropy": 5.867031478881836, + "epoch": 0.3349542890488232, + "grad_norm": 1.0703125, + "learning_rate": 0.0004992550348846285, + "loss": 5.6334, + "mean_token_accuracy": 0.15359683632850646, + "num_tokens": 7466710.0, + "step": 4305 + }, + { + "entropy": 5.773306608200073, + "epoch": 0.33534331842054077, + "grad_norm": 0.91015625, + "learning_rate": 0.0004992527796912928, + "loss": 5.5716, + "mean_token_accuracy": 0.15899703204631804, + "num_tokens": 7475445.0, + "step": 4310 + }, + { + "entropy": 5.8272724628448485, + "epoch": 0.3357323477922583, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992505210952782, + "loss": 5.6566, + "mean_token_accuracy": 0.15544623732566834, + "num_tokens": 7484326.0, + "step": 4315 + }, + { + "entropy": 5.770163440704346, + "epoch": 0.3361213771639759, + "grad_norm": 1.0078125, + "learning_rate": 0.0004992482590966188, + "loss": 5.559, + "mean_token_accuracy": 0.15421020984649658, + "num_tokens": 7493028.0, + "step": 4320 + }, + { + "entropy": 5.868523788452149, + "epoch": 0.3365104065356934, + "grad_norm": 0.99609375, + "learning_rate": 0.0004992459936953489, + "loss": 5.7285, + "mean_token_accuracy": 0.14974396377801896, + "num_tokens": 7502284.0, + "step": 4325 + }, + { + "entropy": 5.830294513702393, + "epoch": 0.336899435907411, + "grad_norm": 1.03125, + "learning_rate": 0.0004992437248915032, + "loss": 5.6091, + "mean_token_accuracy": 0.1528960421681404, + "num_tokens": 7510728.0, + "step": 4330 + }, + { + "entropy": 5.75536732673645, + "epoch": 0.3372884652791286, + "grad_norm": 0.97265625, + "learning_rate": 0.0004992414526851157, + "loss": 5.5634, + "mean_token_accuracy": 0.16224416494369506, + "num_tokens": 7519578.0, + "step": 4335 + }, + { + "entropy": 5.788976240158081, + "epoch": 0.3376774946508461, + "grad_norm": 1.015625, + "learning_rate": 0.0004992391770762212, + "loss": 5.6893, + "mean_token_accuracy": 0.15647384971380235, + "num_tokens": 7528853.0, + "step": 4340 + }, + { + "entropy": 5.948878335952759, + "epoch": 0.3380665240225637, + "grad_norm": 1.03125, + "learning_rate": 0.000499236898064854, + "loss": 5.7347, + "mean_token_accuracy": 0.15497319251298905, + "num_tokens": 7537000.0, + "step": 4345 + }, + { + "entropy": 5.835531377792359, + "epoch": 0.3384555533942813, + "grad_norm": 0.96875, + "learning_rate": 0.0004992346156510488, + "loss": 5.6985, + "mean_token_accuracy": 0.1538426622748375, + "num_tokens": 7545439.0, + "step": 4350 + }, + { + "entropy": 5.821720838546753, + "epoch": 0.3388445827659988, + "grad_norm": 0.94921875, + "learning_rate": 0.0004992323298348403, + "loss": 5.5876, + "mean_token_accuracy": 0.15640681535005568, + "num_tokens": 7553808.0, + "step": 4355 + }, + { + "entropy": 5.844230365753174, + "epoch": 0.3392336121377164, + "grad_norm": 0.98828125, + "learning_rate": 0.000499230040616263, + "loss": 5.6092, + "mean_token_accuracy": 0.1657412052154541, + "num_tokens": 7562124.0, + "step": 4360 + }, + { + "entropy": 5.876851892471313, + "epoch": 0.33962264150943394, + "grad_norm": 0.90234375, + "learning_rate": 0.0004992277479953518, + "loss": 5.6564, + "mean_token_accuracy": 0.15803641080856323, + "num_tokens": 7570692.0, + "step": 4365 + }, + { + "entropy": 5.753260946273803, + "epoch": 0.34001167088115153, + "grad_norm": 1.0, + "learning_rate": 0.0004992254519721414, + "loss": 5.5656, + "mean_token_accuracy": 0.1561785027384758, + "num_tokens": 7579380.0, + "step": 4370 + }, + { + "entropy": 5.7513867855072025, + "epoch": 0.3404007002528691, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992231525466666, + "loss": 5.6143, + "mean_token_accuracy": 0.1561330333352089, + "num_tokens": 7587581.0, + "step": 4375 + }, + { + "entropy": 5.8919556617736815, + "epoch": 0.34078972962458665, + "grad_norm": 0.953125, + "learning_rate": 0.0004992208497189624, + "loss": 5.6625, + "mean_token_accuracy": 0.15787704586982726, + "num_tokens": 7596373.0, + "step": 4380 + }, + { + "entropy": 5.797363567352295, + "epoch": 0.34117875899630423, + "grad_norm": 0.9609375, + "learning_rate": 0.0004992185434890637, + "loss": 5.6715, + "mean_token_accuracy": 0.15297794640064238, + "num_tokens": 7605698.0, + "step": 4385 + }, + { + "entropy": 5.882697725296021, + "epoch": 0.34156778836802176, + "grad_norm": 1.015625, + "learning_rate": 0.0004992162338570055, + "loss": 5.6975, + "mean_token_accuracy": 0.14880578219890594, + "num_tokens": 7614299.0, + "step": 4390 + }, + { + "entropy": 5.7781144142150875, + "epoch": 0.34195681773973935, + "grad_norm": 1.015625, + "learning_rate": 0.0004992139208228227, + "loss": 5.6118, + "mean_token_accuracy": 0.16854615658521652, + "num_tokens": 7622244.0, + "step": 4395 + }, + { + "entropy": 5.8229796409606935, + "epoch": 0.34234584711145694, + "grad_norm": 1.015625, + "learning_rate": 0.0004992116043865506, + "loss": 5.7222, + "mean_token_accuracy": 0.14495111405849456, + "num_tokens": 7631421.0, + "step": 4400 + }, + { + "entropy": 5.837610483169556, + "epoch": 0.34273487648317447, + "grad_norm": 0.9609375, + "learning_rate": 0.0004992092845482244, + "loss": 5.6514, + "mean_token_accuracy": 0.16512158513069153, + "num_tokens": 7640483.0, + "step": 4405 + }, + { + "entropy": 5.790783357620239, + "epoch": 0.34312390585489205, + "grad_norm": 0.96484375, + "learning_rate": 0.0004992069613078791, + "loss": 5.581, + "mean_token_accuracy": 0.1600580781698227, + "num_tokens": 7648928.0, + "step": 4410 + }, + { + "entropy": 5.822185516357422, + "epoch": 0.3435129352266096, + "grad_norm": 0.98046875, + "learning_rate": 0.0004992046346655499, + "loss": 5.5944, + "mean_token_accuracy": 0.16028566807508468, + "num_tokens": 7658158.0, + "step": 4415 + }, + { + "entropy": 5.871115207672119, + "epoch": 0.34390196459832717, + "grad_norm": 0.89453125, + "learning_rate": 0.0004992023046212723, + "loss": 5.6718, + "mean_token_accuracy": 0.16050985604524612, + "num_tokens": 7666657.0, + "step": 4420 + }, + { + "entropy": 5.8094886302947994, + "epoch": 0.34429099397004476, + "grad_norm": 1.015625, + "learning_rate": 0.0004991999711750816, + "loss": 5.6214, + "mean_token_accuracy": 0.15986572504043578, + "num_tokens": 7675182.0, + "step": 4425 + }, + { + "entropy": 5.760066080093384, + "epoch": 0.3446800233417623, + "grad_norm": 0.97265625, + "learning_rate": 0.0004991976343270133, + "loss": 5.576, + "mean_token_accuracy": 0.1577327698469162, + "num_tokens": 7684132.0, + "step": 4430 + }, + { + "entropy": 5.778253698348999, + "epoch": 0.3450690527134799, + "grad_norm": 0.9453125, + "learning_rate": 0.0004991952940771026, + "loss": 5.5113, + "mean_token_accuracy": 0.16556746065616607, + "num_tokens": 7692574.0, + "step": 4435 + }, + { + "entropy": 5.707170486450195, + "epoch": 0.34545808208519746, + "grad_norm": 0.953125, + "learning_rate": 0.0004991929504253852, + "loss": 5.581, + "mean_token_accuracy": 0.16168904453516006, + "num_tokens": 7700969.0, + "step": 4440 + }, + { + "entropy": 5.851817226409912, + "epoch": 0.345847111456915, + "grad_norm": 1.0546875, + "learning_rate": 0.0004991906033718966, + "loss": 5.7303, + "mean_token_accuracy": 0.1541138157248497, + "num_tokens": 7710688.0, + "step": 4445 + }, + { + "entropy": 5.875735950469971, + "epoch": 0.3462361408286326, + "grad_norm": 1.015625, + "learning_rate": 0.0004991882529166724, + "loss": 5.684, + "mean_token_accuracy": 0.15931884944438934, + "num_tokens": 7720071.0, + "step": 4450 + }, + { + "entropy": 5.699068641662597, + "epoch": 0.3466251702003501, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991858990597483, + "loss": 5.4769, + "mean_token_accuracy": 0.16656545400619507, + "num_tokens": 7728418.0, + "step": 4455 + }, + { + "entropy": 5.807401704788208, + "epoch": 0.3470141995720677, + "grad_norm": 1.0703125, + "learning_rate": 0.0004991835418011601, + "loss": 5.7004, + "mean_token_accuracy": 0.1571740910410881, + "num_tokens": 7736849.0, + "step": 4460 + }, + { + "entropy": 5.812630748748779, + "epoch": 0.3474032289437853, + "grad_norm": 1.0234375, + "learning_rate": 0.0004991811811409434, + "loss": 5.6368, + "mean_token_accuracy": 0.1612528756260872, + "num_tokens": 7745730.0, + "step": 4465 + }, + { + "entropy": 5.837718725204468, + "epoch": 0.3477922583155028, + "grad_norm": 1.015625, + "learning_rate": 0.0004991788170791341, + "loss": 5.5321, + "mean_token_accuracy": 0.16686054319143295, + "num_tokens": 7755040.0, + "step": 4470 + }, + { + "entropy": 5.822087287902832, + "epoch": 0.3481812876872204, + "grad_norm": 0.94921875, + "learning_rate": 0.0004991764496157682, + "loss": 5.5675, + "mean_token_accuracy": 0.16306846141815184, + "num_tokens": 7763765.0, + "step": 4475 + }, + { + "entropy": 5.662372493743897, + "epoch": 0.34857031705893793, + "grad_norm": 0.95703125, + "learning_rate": 0.0004991740787508814, + "loss": 5.5465, + "mean_token_accuracy": 0.15900719314813613, + "num_tokens": 7772261.0, + "step": 4480 + }, + { + "entropy": 5.890163516998291, + "epoch": 0.3489593464306555, + "grad_norm": 1.015625, + "learning_rate": 0.0004991717044845097, + "loss": 5.6988, + "mean_token_accuracy": 0.15734705626964568, + "num_tokens": 7781651.0, + "step": 4485 + }, + { + "entropy": 5.793856143951416, + "epoch": 0.3493483758023731, + "grad_norm": 1.015625, + "learning_rate": 0.0004991693268166892, + "loss": 5.5536, + "mean_token_accuracy": 0.15972345769405366, + "num_tokens": 7789926.0, + "step": 4490 + }, + { + "entropy": 5.799531078338623, + "epoch": 0.34973740517409063, + "grad_norm": 0.97265625, + "learning_rate": 0.0004991669457474559, + "loss": 5.5908, + "mean_token_accuracy": 0.15855335295200348, + "num_tokens": 7798435.0, + "step": 4495 + }, + { + "entropy": 5.703534173965454, + "epoch": 0.3501264345458082, + "grad_norm": 1.0, + "learning_rate": 0.0004991645612768461, + "loss": 5.5305, + "mean_token_accuracy": 0.15555441081523896, + "num_tokens": 7806674.0, + "step": 4500 + }, + { + "entropy": 5.793919277191162, + "epoch": 0.35051546391752575, + "grad_norm": 1.0390625, + "learning_rate": 0.0004991621734048958, + "loss": 5.5803, + "mean_token_accuracy": 0.16211650967597963, + "num_tokens": 7814774.0, + "step": 4505 + }, + { + "entropy": 5.772414875030518, + "epoch": 0.35090449328924334, + "grad_norm": 0.98828125, + "learning_rate": 0.0004991597821316415, + "loss": 5.6327, + "mean_token_accuracy": 0.16405177861452103, + "num_tokens": 7822879.0, + "step": 4510 + }, + { + "entropy": 5.7185948371887205, + "epoch": 0.3512935226609609, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991573874571192, + "loss": 5.5775, + "mean_token_accuracy": 0.1566230461001396, + "num_tokens": 7831418.0, + "step": 4515 + }, + { + "entropy": 5.786003923416137, + "epoch": 0.35168255203267845, + "grad_norm": 1.1015625, + "learning_rate": 0.0004991549893813653, + "loss": 5.5533, + "mean_token_accuracy": 0.1591557964682579, + "num_tokens": 7839513.0, + "step": 4520 + }, + { + "entropy": 5.764983367919922, + "epoch": 0.35207158140439604, + "grad_norm": 1.015625, + "learning_rate": 0.0004991525879044162, + "loss": 5.5583, + "mean_token_accuracy": 0.15838483273983, + "num_tokens": 7847653.0, + "step": 4525 + }, + { + "entropy": 5.786115550994873, + "epoch": 0.35246061077611357, + "grad_norm": 1.0234375, + "learning_rate": 0.0004991501830263084, + "loss": 5.6485, + "mean_token_accuracy": 0.15774892494082451, + "num_tokens": 7857093.0, + "step": 4530 + }, + { + "entropy": 5.811744642257691, + "epoch": 0.35284964014783116, + "grad_norm": 1.015625, + "learning_rate": 0.0004991477747470783, + "loss": 5.6042, + "mean_token_accuracy": 0.15566327124834062, + "num_tokens": 7866129.0, + "step": 4535 + }, + { + "entropy": 5.783624172210693, + "epoch": 0.35323866951954874, + "grad_norm": 1.09375, + "learning_rate": 0.0004991453630667625, + "loss": 5.6931, + "mean_token_accuracy": 0.15737468898296356, + "num_tokens": 7874613.0, + "step": 4540 + }, + { + "entropy": 5.684437322616577, + "epoch": 0.3536276988912663, + "grad_norm": 1.015625, + "learning_rate": 0.0004991429479853976, + "loss": 5.451, + "mean_token_accuracy": 0.16613204032182693, + "num_tokens": 7882292.0, + "step": 4545 + }, + { + "entropy": 5.772076034545899, + "epoch": 0.35401672826298386, + "grad_norm": 1.03125, + "learning_rate": 0.0004991405295030202, + "loss": 5.4785, + "mean_token_accuracy": 0.1672605663537979, + "num_tokens": 7890810.0, + "step": 4550 + }, + { + "entropy": 5.796853303909302, + "epoch": 0.35440575763470145, + "grad_norm": 0.98046875, + "learning_rate": 0.0004991381076196671, + "loss": 5.6086, + "mean_token_accuracy": 0.15777526199817657, + "num_tokens": 7899964.0, + "step": 4555 + }, + { + "entropy": 5.752718496322632, + "epoch": 0.354794787006419, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991356823353748, + "loss": 5.5094, + "mean_token_accuracy": 0.16097644716501236, + "num_tokens": 7908600.0, + "step": 4560 + }, + { + "entropy": 5.7299388408660885, + "epoch": 0.35518381637813656, + "grad_norm": 1.015625, + "learning_rate": 0.0004991332536501804, + "loss": 5.6318, + "mean_token_accuracy": 0.1585194870829582, + "num_tokens": 7916893.0, + "step": 4565 + }, + { + "entropy": 5.76154408454895, + "epoch": 0.3555728457498541, + "grad_norm": 0.9140625, + "learning_rate": 0.0004991308215641205, + "loss": 5.4898, + "mean_token_accuracy": 0.1694232165813446, + "num_tokens": 7925230.0, + "step": 4570 + }, + { + "entropy": 5.790162515640259, + "epoch": 0.3559618751215717, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991283860772323, + "loss": 5.5458, + "mean_token_accuracy": 0.16623237133026122, + "num_tokens": 7933487.0, + "step": 4575 + }, + { + "entropy": 5.7462163925170895, + "epoch": 0.35635090449328927, + "grad_norm": 1.0390625, + "learning_rate": 0.0004991259471895525, + "loss": 5.582, + "mean_token_accuracy": 0.16115867495536804, + "num_tokens": 7941957.0, + "step": 4580 + }, + { + "entropy": 5.762738752365112, + "epoch": 0.3567399338650068, + "grad_norm": 0.94921875, + "learning_rate": 0.0004991235049011182, + "loss": 5.5274, + "mean_token_accuracy": 0.15829257667064667, + "num_tokens": 7950912.0, + "step": 4585 + }, + { + "entropy": 5.754968738555908, + "epoch": 0.3571289632367244, + "grad_norm": 0.9296875, + "learning_rate": 0.0004991210592119663, + "loss": 5.5701, + "mean_token_accuracy": 0.1587151512503624, + "num_tokens": 7959724.0, + "step": 4590 + }, + { + "entropy": 5.784298467636108, + "epoch": 0.3575179926084419, + "grad_norm": 0.9296875, + "learning_rate": 0.0004991186101221342, + "loss": 5.5576, + "mean_token_accuracy": 0.16696627289056779, + "num_tokens": 7968683.0, + "step": 4595 + }, + { + "entropy": 5.69855260848999, + "epoch": 0.3579070219801595, + "grad_norm": 0.96875, + "learning_rate": 0.000499116157631659, + "loss": 5.5198, + "mean_token_accuracy": 0.16008122861385346, + "num_tokens": 7977004.0, + "step": 4600 + }, + { + "entropy": 5.854188108444214, + "epoch": 0.3582960513518771, + "grad_norm": 0.98046875, + "learning_rate": 0.0004991137017405777, + "loss": 5.7284, + "mean_token_accuracy": 0.15145769119262695, + "num_tokens": 7985537.0, + "step": 4605 + }, + { + "entropy": 5.852160310745239, + "epoch": 0.3586850807235946, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991112424489277, + "loss": 5.6282, + "mean_token_accuracy": 0.15578002780675887, + "num_tokens": 7994298.0, + "step": 4610 + }, + { + "entropy": 5.7363073348999025, + "epoch": 0.3590741100953122, + "grad_norm": 0.96484375, + "learning_rate": 0.0004991087797567462, + "loss": 5.5804, + "mean_token_accuracy": 0.16114823073148726, + "num_tokens": 8003145.0, + "step": 4615 + }, + { + "entropy": 5.741312026977539, + "epoch": 0.35946313946702974, + "grad_norm": 1.0, + "learning_rate": 0.0004991063136640709, + "loss": 5.5539, + "mean_token_accuracy": 0.15820185393095015, + "num_tokens": 8011839.0, + "step": 4620 + }, + { + "entropy": 5.846971559524536, + "epoch": 0.3598521688387473, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991038441709388, + "loss": 5.6292, + "mean_token_accuracy": 0.1515355572104454, + "num_tokens": 8020248.0, + "step": 4625 + }, + { + "entropy": 5.809453773498535, + "epoch": 0.3602411982104649, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991013712773877, + "loss": 5.6502, + "mean_token_accuracy": 0.15742439329624175, + "num_tokens": 8029360.0, + "step": 4630 + }, + { + "entropy": 5.897890329360962, + "epoch": 0.36063022758218244, + "grad_norm": 1.0546875, + "learning_rate": 0.0004990988949834549, + "loss": 5.7066, + "mean_token_accuracy": 0.1522804707288742, + "num_tokens": 8037407.0, + "step": 4635 + }, + { + "entropy": 5.818277740478516, + "epoch": 0.3610192569539, + "grad_norm": 0.9609375, + "learning_rate": 0.000499096415289178, + "loss": 5.5227, + "mean_token_accuracy": 0.16456927210092545, + "num_tokens": 8045935.0, + "step": 4640 + }, + { + "entropy": 5.764923477172852, + "epoch": 0.3614082863256176, + "grad_norm": 1.0546875, + "learning_rate": 0.0004990939321945948, + "loss": 5.678, + "mean_token_accuracy": 0.14663905650377274, + "num_tokens": 8054640.0, + "step": 4645 + }, + { + "entropy": 5.881791114807129, + "epoch": 0.36179731569733514, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990914456997427, + "loss": 5.664, + "mean_token_accuracy": 0.16005869060754777, + "num_tokens": 8063845.0, + "step": 4650 + }, + { + "entropy": 5.818548250198364, + "epoch": 0.36218634506905273, + "grad_norm": 0.99609375, + "learning_rate": 0.0004990889558046598, + "loss": 5.5912, + "mean_token_accuracy": 0.1565910518169403, + "num_tokens": 8072389.0, + "step": 4655 + }, + { + "entropy": 5.706920480728149, + "epoch": 0.36257537444077026, + "grad_norm": 0.96875, + "learning_rate": 0.0004990864625093836, + "loss": 5.4744, + "mean_token_accuracy": 0.16084736585617065, + "num_tokens": 8080683.0, + "step": 4660 + }, + { + "entropy": 5.6497913837432865, + "epoch": 0.36296440381248785, + "grad_norm": 1.046875, + "learning_rate": 0.0004990839658139519, + "loss": 5.5024, + "mean_token_accuracy": 0.1633412852883339, + "num_tokens": 8088945.0, + "step": 4665 + }, + { + "entropy": 5.738694334030152, + "epoch": 0.36335343318420543, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990814657184028, + "loss": 5.5617, + "mean_token_accuracy": 0.15861178040504456, + "num_tokens": 8097447.0, + "step": 4670 + }, + { + "entropy": 5.70173487663269, + "epoch": 0.36374246255592296, + "grad_norm": 1.03125, + "learning_rate": 0.0004990789622227741, + "loss": 5.4118, + "mean_token_accuracy": 0.17580605000257493, + "num_tokens": 8105570.0, + "step": 4675 + }, + { + "entropy": 5.678836393356323, + "epoch": 0.36413149192764055, + "grad_norm": 0.9765625, + "learning_rate": 0.0004990764553271038, + "loss": 5.5463, + "mean_token_accuracy": 0.16317810416221618, + "num_tokens": 8114842.0, + "step": 4680 + }, + { + "entropy": 5.748669624328613, + "epoch": 0.3645205212993581, + "grad_norm": 0.9765625, + "learning_rate": 0.0004990739450314299, + "loss": 5.5307, + "mean_token_accuracy": 0.16124996095895766, + "num_tokens": 8122960.0, + "step": 4685 + }, + { + "entropy": 5.865330505371094, + "epoch": 0.36490955067107567, + "grad_norm": 0.984375, + "learning_rate": 0.0004990714313357906, + "loss": 5.6691, + "mean_token_accuracy": 0.16008023619651796, + "num_tokens": 8131850.0, + "step": 4690 + }, + { + "entropy": 5.75564661026001, + "epoch": 0.36529858004279325, + "grad_norm": 1.0625, + "learning_rate": 0.000499068914240224, + "loss": 5.539, + "mean_token_accuracy": 0.1603344514966011, + "num_tokens": 8139818.0, + "step": 4695 + }, + { + "entropy": 5.679873132705689, + "epoch": 0.3656876094145108, + "grad_norm": 0.96875, + "learning_rate": 0.0004990663937447682, + "loss": 5.6201, + "mean_token_accuracy": 0.16053933054208755, + "num_tokens": 8147995.0, + "step": 4700 + }, + { + "entropy": 5.8246174335479735, + "epoch": 0.36607663878622837, + "grad_norm": 1.0234375, + "learning_rate": 0.0004990638698494615, + "loss": 5.5967, + "mean_token_accuracy": 0.15836117267608643, + "num_tokens": 8156879.0, + "step": 4705 + }, + { + "entropy": 5.8064148902893065, + "epoch": 0.3664656681579459, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990613425543423, + "loss": 5.5678, + "mean_token_accuracy": 0.15500140488147734, + "num_tokens": 8164860.0, + "step": 4710 + }, + { + "entropy": 5.691606712341309, + "epoch": 0.3668546975296635, + "grad_norm": 0.953125, + "learning_rate": 0.0004990588118594487, + "loss": 5.4042, + "mean_token_accuracy": 0.1723329722881317, + "num_tokens": 8173319.0, + "step": 4715 + }, + { + "entropy": 5.727795028686524, + "epoch": 0.3672437269013811, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990562777648194, + "loss": 5.6093, + "mean_token_accuracy": 0.16026716232299804, + "num_tokens": 8182385.0, + "step": 4720 + }, + { + "entropy": 5.8143706798553465, + "epoch": 0.3676327562730986, + "grad_norm": 1.0625, + "learning_rate": 0.0004990537402704928, + "loss": 5.5297, + "mean_token_accuracy": 0.16515245139598847, + "num_tokens": 8190394.0, + "step": 4725 + }, + { + "entropy": 5.759135580062866, + "epoch": 0.3680217856448162, + "grad_norm": 1.078125, + "learning_rate": 0.0004990511993765071, + "loss": 5.5424, + "mean_token_accuracy": 0.15767809599637986, + "num_tokens": 8198532.0, + "step": 4730 + }, + { + "entropy": 5.628855466842651, + "epoch": 0.3684108150165337, + "grad_norm": 0.98828125, + "learning_rate": 0.0004990486550829011, + "loss": 5.4953, + "mean_token_accuracy": 0.168289515376091, + "num_tokens": 8207436.0, + "step": 4735 + }, + { + "entropy": 5.780854320526123, + "epoch": 0.3687998443882513, + "grad_norm": 0.88671875, + "learning_rate": 0.0004990461073897134, + "loss": 5.5408, + "mean_token_accuracy": 0.16624754965305327, + "num_tokens": 8216316.0, + "step": 4740 + }, + { + "entropy": 5.769868183135986, + "epoch": 0.3691888737599689, + "grad_norm": 0.984375, + "learning_rate": 0.0004990435562969827, + "loss": 5.4902, + "mean_token_accuracy": 0.1653371199965477, + "num_tokens": 8224918.0, + "step": 4745 + }, + { + "entropy": 5.69854769706726, + "epoch": 0.3695779031316864, + "grad_norm": 1.03125, + "learning_rate": 0.0004990410018047475, + "loss": 5.5301, + "mean_token_accuracy": 0.1603669047355652, + "num_tokens": 8233506.0, + "step": 4750 + }, + { + "entropy": 5.743416881561279, + "epoch": 0.369966932503404, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990384439130467, + "loss": 5.5692, + "mean_token_accuracy": 0.15842108130455018, + "num_tokens": 8243122.0, + "step": 4755 + }, + { + "entropy": 5.7349554061889645, + "epoch": 0.3703559618751216, + "grad_norm": 0.984375, + "learning_rate": 0.0004990358826219192, + "loss": 5.5439, + "mean_token_accuracy": 0.16526512950658798, + "num_tokens": 8251639.0, + "step": 4760 + }, + { + "entropy": 5.757761478424072, + "epoch": 0.37074499124683913, + "grad_norm": 1.015625, + "learning_rate": 0.0004990333179314038, + "loss": 5.5815, + "mean_token_accuracy": 0.1549780011177063, + "num_tokens": 8260487.0, + "step": 4765 + }, + { + "entropy": 5.771208095550537, + "epoch": 0.3711340206185567, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990307498415393, + "loss": 5.5617, + "mean_token_accuracy": 0.16446320563554764, + "num_tokens": 8270111.0, + "step": 4770 + }, + { + "entropy": 5.77273907661438, + "epoch": 0.37152304999027425, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990281783523648, + "loss": 5.6953, + "mean_token_accuracy": 0.15468359738588333, + "num_tokens": 8278171.0, + "step": 4775 + }, + { + "entropy": 5.764896488189697, + "epoch": 0.37191207936199183, + "grad_norm": 0.9609375, + "learning_rate": 0.0004990256034639192, + "loss": 5.5751, + "mean_token_accuracy": 0.1614871248602867, + "num_tokens": 8287278.0, + "step": 4780 + }, + { + "entropy": 5.859795999526978, + "epoch": 0.3723011087337094, + "grad_norm": 0.984375, + "learning_rate": 0.0004990230251762418, + "loss": 5.6972, + "mean_token_accuracy": 0.15220141559839248, + "num_tokens": 8296874.0, + "step": 4785 + }, + { + "entropy": 5.758879995346069, + "epoch": 0.37269013810542695, + "grad_norm": 1.078125, + "learning_rate": 0.0004990204434893713, + "loss": 5.5568, + "mean_token_accuracy": 0.15907381623983383, + "num_tokens": 8305375.0, + "step": 4790 + }, + { + "entropy": 5.848282766342163, + "epoch": 0.37307916747714454, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990178584033474, + "loss": 5.6089, + "mean_token_accuracy": 0.15528460443019867, + "num_tokens": 8313960.0, + "step": 4795 + }, + { + "entropy": 5.78062481880188, + "epoch": 0.37346819684886207, + "grad_norm": 0.9453125, + "learning_rate": 0.0004990152699182089, + "loss": 5.5427, + "mean_token_accuracy": 0.16759291887283326, + "num_tokens": 8321838.0, + "step": 4800 + }, + { + "entropy": 5.700754165649414, + "epoch": 0.37385722622057965, + "grad_norm": 0.9296875, + "learning_rate": 0.0004990126780339953, + "loss": 5.5691, + "mean_token_accuracy": 0.15406242609024048, + "num_tokens": 8331325.0, + "step": 4805 + }, + { + "entropy": 5.801051759719849, + "epoch": 0.37424625559229724, + "grad_norm": 0.98046875, + "learning_rate": 0.0004990100827507459, + "loss": 5.6369, + "mean_token_accuracy": 0.15624383836984634, + "num_tokens": 8340105.0, + "step": 4810 + }, + { + "entropy": 5.731446266174316, + "epoch": 0.37463528496401477, + "grad_norm": 0.9453125, + "learning_rate": 0.0004990074840684999, + "loss": 5.4545, + "mean_token_accuracy": 0.17317897975444793, + "num_tokens": 8348256.0, + "step": 4815 + }, + { + "entropy": 5.711327409744262, + "epoch": 0.37502431433573236, + "grad_norm": 0.921875, + "learning_rate": 0.0004990048819872969, + "loss": 5.6361, + "mean_token_accuracy": 0.1525025933980942, + "num_tokens": 8357456.0, + "step": 4820 + }, + { + "entropy": 5.789103603363037, + "epoch": 0.3754133437074499, + "grad_norm": 0.94140625, + "learning_rate": 0.0004990022765071765, + "loss": 5.4928, + "mean_token_accuracy": 0.16532201766967775, + "num_tokens": 8366939.0, + "step": 4825 + }, + { + "entropy": 5.888441324234009, + "epoch": 0.3758023730791675, + "grad_norm": 1.0078125, + "learning_rate": 0.000498999667628178, + "loss": 5.6419, + "mean_token_accuracy": 0.1552483007311821, + "num_tokens": 8376062.0, + "step": 4830 + }, + { + "entropy": 5.809573221206665, + "epoch": 0.37619140245088506, + "grad_norm": 1.046875, + "learning_rate": 0.0004989970553503411, + "loss": 5.5562, + "mean_token_accuracy": 0.16382697820663453, + "num_tokens": 8383803.0, + "step": 4835 + }, + { + "entropy": 5.732746553421021, + "epoch": 0.3765804318226026, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989944396737054, + "loss": 5.7206, + "mean_token_accuracy": 0.15485890656709672, + "num_tokens": 8392844.0, + "step": 4840 + }, + { + "entropy": 5.8165699481964115, + "epoch": 0.3769694611943202, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989918205983106, + "loss": 5.6137, + "mean_token_accuracy": 0.16435452401638032, + "num_tokens": 8401937.0, + "step": 4845 + }, + { + "entropy": 5.821778202056885, + "epoch": 0.37735849056603776, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989891981241964, + "loss": 5.6275, + "mean_token_accuracy": 0.15439676195383073, + "num_tokens": 8410383.0, + "step": 4850 + }, + { + "entropy": 5.701949501037598, + "epoch": 0.3777475199377553, + "grad_norm": 0.9375, + "learning_rate": 0.0004989865722514027, + "loss": 5.5827, + "mean_token_accuracy": 0.16015864312648773, + "num_tokens": 8419053.0, + "step": 4855 + }, + { + "entropy": 5.770675277709961, + "epoch": 0.3781365493094729, + "grad_norm": 1.0625, + "learning_rate": 0.0004989839429799692, + "loss": 5.555, + "mean_token_accuracy": 0.16515738219022752, + "num_tokens": 8427311.0, + "step": 4860 + }, + { + "entropy": 5.7758008480072025, + "epoch": 0.3785255786811904, + "grad_norm": 0.9921875, + "learning_rate": 0.000498981310309936, + "loss": 5.6006, + "mean_token_accuracy": 0.16151956021785735, + "num_tokens": 8436050.0, + "step": 4865 + }, + { + "entropy": 5.834692144393921, + "epoch": 0.378914608052908, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989786742413428, + "loss": 5.5515, + "mean_token_accuracy": 0.16113933473825454, + "num_tokens": 8444579.0, + "step": 4870 + }, + { + "entropy": 5.714345455169678, + "epoch": 0.3793036374246256, + "grad_norm": 0.98046875, + "learning_rate": 0.0004989760347742298, + "loss": 5.5676, + "mean_token_accuracy": 0.16167921125888823, + "num_tokens": 8454013.0, + "step": 4875 + }, + { + "entropy": 5.793581581115722, + "epoch": 0.3796926667963431, + "grad_norm": 0.953125, + "learning_rate": 0.0004989733919086369, + "loss": 5.6778, + "mean_token_accuracy": 0.1574169933795929, + "num_tokens": 8462564.0, + "step": 4880 + }, + { + "entropy": 5.823560762405395, + "epoch": 0.3800816961680607, + "grad_norm": 0.953125, + "learning_rate": 0.0004989707456446043, + "loss": 5.5164, + "mean_token_accuracy": 0.16610173135995865, + "num_tokens": 8471035.0, + "step": 4885 + }, + { + "entropy": 5.75401349067688, + "epoch": 0.38047072553977823, + "grad_norm": 1.03125, + "learning_rate": 0.0004989680959821721, + "loss": 5.5071, + "mean_token_accuracy": 0.16652308106422425, + "num_tokens": 8479475.0, + "step": 4890 + }, + { + "entropy": 5.688182020187378, + "epoch": 0.3808597549114958, + "grad_norm": 0.9765625, + "learning_rate": 0.0004989654429213805, + "loss": 5.5743, + "mean_token_accuracy": 0.16116372048854827, + "num_tokens": 8488163.0, + "step": 4895 + }, + { + "entropy": 5.868498039245606, + "epoch": 0.3812487842832134, + "grad_norm": 0.9609375, + "learning_rate": 0.0004989627864622699, + "loss": 5.6339, + "mean_token_accuracy": 0.15791766941547394, + "num_tokens": 8497735.0, + "step": 4900 + }, + { + "entropy": 5.785080194473267, + "epoch": 0.38163781365493094, + "grad_norm": 0.94140625, + "learning_rate": 0.0004989601266048804, + "loss": 5.5745, + "mean_token_accuracy": 0.15418473482131959, + "num_tokens": 8506986.0, + "step": 4905 + }, + { + "entropy": 5.738870763778687, + "epoch": 0.3820268430266485, + "grad_norm": 0.97265625, + "learning_rate": 0.0004989574633492525, + "loss": 5.6057, + "mean_token_accuracy": 0.16127151846885682, + "num_tokens": 8515168.0, + "step": 4910 + }, + { + "entropy": 5.783707952499389, + "epoch": 0.38241587239836605, + "grad_norm": 0.96484375, + "learning_rate": 0.0004989547966954266, + "loss": 5.5922, + "mean_token_accuracy": 0.16000263020396233, + "num_tokens": 8523980.0, + "step": 4915 + }, + { + "entropy": 5.6956686019897464, + "epoch": 0.38280490177008364, + "grad_norm": 1.015625, + "learning_rate": 0.000498952126643443, + "loss": 5.5306, + "mean_token_accuracy": 0.1625279650092125, + "num_tokens": 8532938.0, + "step": 4920 + }, + { + "entropy": 5.7227997303009035, + "epoch": 0.3831939311418012, + "grad_norm": 0.93359375, + "learning_rate": 0.0004989494531933424, + "loss": 5.5089, + "mean_token_accuracy": 0.16532202064990997, + "num_tokens": 8541951.0, + "step": 4925 + }, + { + "entropy": 5.820029211044312, + "epoch": 0.38358296051351876, + "grad_norm": 1.0, + "learning_rate": 0.0004989467763451652, + "loss": 5.6715, + "mean_token_accuracy": 0.1566024363040924, + "num_tokens": 8550981.0, + "step": 4930 + }, + { + "entropy": 5.753549671173095, + "epoch": 0.38397198988523634, + "grad_norm": 0.9921875, + "learning_rate": 0.0004989440960989523, + "loss": 5.5932, + "mean_token_accuracy": 0.1530495285987854, + "num_tokens": 8559711.0, + "step": 4935 + }, + { + "entropy": 5.726752090454101, + "epoch": 0.3843610192569539, + "grad_norm": 1.0546875, + "learning_rate": 0.000498941412454744, + "loss": 5.5194, + "mean_token_accuracy": 0.15732942000031472, + "num_tokens": 8567797.0, + "step": 4940 + }, + { + "entropy": 5.742764091491699, + "epoch": 0.38475004862867146, + "grad_norm": 0.984375, + "learning_rate": 0.0004989387254125813, + "loss": 5.6155, + "mean_token_accuracy": 0.15704205930233, + "num_tokens": 8576719.0, + "step": 4945 + }, + { + "entropy": 5.787147092819214, + "epoch": 0.38513907800038905, + "grad_norm": 0.98046875, + "learning_rate": 0.0004989360349725049, + "loss": 5.6063, + "mean_token_accuracy": 0.16519807428121566, + "num_tokens": 8585871.0, + "step": 4950 + }, + { + "entropy": 5.770403671264648, + "epoch": 0.3855281073721066, + "grad_norm": 1.046875, + "learning_rate": 0.0004989333411345555, + "loss": 5.5042, + "mean_token_accuracy": 0.16043488979339598, + "num_tokens": 8594018.0, + "step": 4955 + }, + { + "entropy": 5.7103471755981445, + "epoch": 0.38591713674382416, + "grad_norm": 0.98828125, + "learning_rate": 0.0004989306438987742, + "loss": 5.6376, + "mean_token_accuracy": 0.15529824048280716, + "num_tokens": 8602788.0, + "step": 4960 + }, + { + "entropy": 5.816785144805908, + "epoch": 0.38630616611554175, + "grad_norm": 0.90234375, + "learning_rate": 0.0004989279432652018, + "loss": 5.5795, + "mean_token_accuracy": 0.16424058228731156, + "num_tokens": 8611837.0, + "step": 4965 + }, + { + "entropy": 5.7558619499206545, + "epoch": 0.3866951954872593, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989252392338791, + "loss": 5.5542, + "mean_token_accuracy": 0.16635178476572038, + "num_tokens": 8620114.0, + "step": 4970 + }, + { + "entropy": 5.8515918254852295, + "epoch": 0.38708422485897687, + "grad_norm": 1.15625, + "learning_rate": 0.0004989225318048475, + "loss": 5.6735, + "mean_token_accuracy": 0.15313750207424165, + "num_tokens": 8628777.0, + "step": 4975 + }, + { + "entropy": 5.812920141220093, + "epoch": 0.3874732542306944, + "grad_norm": 0.984375, + "learning_rate": 0.0004989198209781478, + "loss": 5.5769, + "mean_token_accuracy": 0.15885705202817918, + "num_tokens": 8637088.0, + "step": 4980 + }, + { + "entropy": 5.802033758163452, + "epoch": 0.387862283602412, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989171067538211, + "loss": 5.5898, + "mean_token_accuracy": 0.16069801449775695, + "num_tokens": 8645261.0, + "step": 4985 + }, + { + "entropy": 5.761074066162109, + "epoch": 0.38825131297412957, + "grad_norm": 1.0, + "learning_rate": 0.000498914389131909, + "loss": 5.5961, + "mean_token_accuracy": 0.16617487221956254, + "num_tokens": 8653492.0, + "step": 4990 + }, + { + "entropy": 5.704293870925904, + "epoch": 0.3886403423458471, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989116681124523, + "loss": 5.5388, + "mean_token_accuracy": 0.1667382687330246, + "num_tokens": 8661909.0, + "step": 4995 + }, + { + "entropy": 5.7351975440979, + "epoch": 0.3890293717175647, + "grad_norm": 1.015625, + "learning_rate": 0.0004989089436954924, + "loss": 5.5202, + "mean_token_accuracy": 0.16341256201267243, + "num_tokens": 8670332.0, + "step": 5000 + }, + { + "entropy": 5.7855016708374025, + "epoch": 0.3894184010892822, + "grad_norm": 0.95703125, + "learning_rate": 0.0004989062158810706, + "loss": 5.5536, + "mean_token_accuracy": 0.16609135121107102, + "num_tokens": 8678537.0, + "step": 5005 + }, + { + "entropy": 5.754712152481079, + "epoch": 0.3898074304609998, + "grad_norm": 1.0234375, + "learning_rate": 0.0004989034846692284, + "loss": 5.5204, + "mean_token_accuracy": 0.16194988489151002, + "num_tokens": 8686839.0, + "step": 5010 + }, + { + "entropy": 5.751804971694947, + "epoch": 0.3901964598327174, + "grad_norm": 1.03125, + "learning_rate": 0.0004989007500600073, + "loss": 5.5653, + "mean_token_accuracy": 0.16205074191093444, + "num_tokens": 8694407.0, + "step": 5015 + }, + { + "entropy": 5.7259783267974855, + "epoch": 0.3905854892044349, + "grad_norm": 1.0625, + "learning_rate": 0.0004988980120534486, + "loss": 5.5474, + "mean_token_accuracy": 0.16532619595527648, + "num_tokens": 8703484.0, + "step": 5020 + }, + { + "entropy": 5.849454307556153, + "epoch": 0.3909745185761525, + "grad_norm": 1.0078125, + "learning_rate": 0.000498895270649594, + "loss": 5.6414, + "mean_token_accuracy": 0.1563284620642662, + "num_tokens": 8712634.0, + "step": 5025 + }, + { + "entropy": 5.723186922073364, + "epoch": 0.39136354794787004, + "grad_norm": 0.9375, + "learning_rate": 0.000498892525848485, + "loss": 5.511, + "mean_token_accuracy": 0.16109795421361922, + "num_tokens": 8721229.0, + "step": 5030 + }, + { + "entropy": 5.738790845870971, + "epoch": 0.3917525773195876, + "grad_norm": 0.94140625, + "learning_rate": 0.0004988897776501633, + "loss": 5.5689, + "mean_token_accuracy": 0.1591969385743141, + "num_tokens": 8730010.0, + "step": 5035 + }, + { + "entropy": 5.693630981445312, + "epoch": 0.3921416066913052, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988870260546705, + "loss": 5.5627, + "mean_token_accuracy": 0.15526820123195648, + "num_tokens": 8739046.0, + "step": 5040 + }, + { + "entropy": 5.772187757492065, + "epoch": 0.39253063606302274, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988842710620486, + "loss": 5.6578, + "mean_token_accuracy": 0.16027751863002776, + "num_tokens": 8747650.0, + "step": 5045 + }, + { + "entropy": 5.765837001800537, + "epoch": 0.39291966543474033, + "grad_norm": 0.98828125, + "learning_rate": 0.0004988815126723391, + "loss": 5.5568, + "mean_token_accuracy": 0.15973474085330963, + "num_tokens": 8756319.0, + "step": 5050 + }, + { + "entropy": 5.666419649124146, + "epoch": 0.3933086948064579, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988787508855841, + "loss": 5.5966, + "mean_token_accuracy": 0.15986263900995254, + "num_tokens": 8765448.0, + "step": 5055 + }, + { + "entropy": 5.743461608886719, + "epoch": 0.39369772417817545, + "grad_norm": 0.984375, + "learning_rate": 0.0004988759857018253, + "loss": 5.5435, + "mean_token_accuracy": 0.1569396510720253, + "num_tokens": 8774146.0, + "step": 5060 + }, + { + "entropy": 5.681514263153076, + "epoch": 0.39408675354989303, + "grad_norm": 1.0, + "learning_rate": 0.0004988732171211048, + "loss": 5.4283, + "mean_token_accuracy": 0.16696038842201233, + "num_tokens": 8782311.0, + "step": 5065 + }, + { + "entropy": 5.661603260040283, + "epoch": 0.39447578292161056, + "grad_norm": 1.0625, + "learning_rate": 0.0004988704451434644, + "loss": 5.4571, + "mean_token_accuracy": 0.16644057780504226, + "num_tokens": 8790196.0, + "step": 5070 + }, + { + "entropy": 5.73674054145813, + "epoch": 0.39486481229332815, + "grad_norm": 1.03125, + "learning_rate": 0.0004988676697689465, + "loss": 5.5391, + "mean_token_accuracy": 0.16053062975406646, + "num_tokens": 8798836.0, + "step": 5075 + }, + { + "entropy": 5.671565914154053, + "epoch": 0.39525384166504574, + "grad_norm": 1.0625, + "learning_rate": 0.000498864890997593, + "loss": 5.5662, + "mean_token_accuracy": 0.16028236746788024, + "num_tokens": 8806942.0, + "step": 5080 + }, + { + "entropy": 5.820256471633911, + "epoch": 0.39564287103676327, + "grad_norm": 1.0625, + "learning_rate": 0.0004988621088294461, + "loss": 5.767, + "mean_token_accuracy": 0.1528549611568451, + "num_tokens": 8816354.0, + "step": 5085 + }, + { + "entropy": 5.827496862411499, + "epoch": 0.39603190040848085, + "grad_norm": 0.9921875, + "learning_rate": 0.000498859323264548, + "loss": 5.5447, + "mean_token_accuracy": 0.1612401783466339, + "num_tokens": 8824802.0, + "step": 5090 + }, + { + "entropy": 5.719425773620605, + "epoch": 0.3964209297801984, + "grad_norm": 0.984375, + "learning_rate": 0.000498856534302941, + "loss": 5.5136, + "mean_token_accuracy": 0.16859235763549804, + "num_tokens": 8833348.0, + "step": 5095 + }, + { + "entropy": 5.708423900604248, + "epoch": 0.39680995915191597, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988537419446673, + "loss": 5.5229, + "mean_token_accuracy": 0.16232937723398208, + "num_tokens": 8841131.0, + "step": 5100 + }, + { + "entropy": 5.681782531738281, + "epoch": 0.39719898852363356, + "grad_norm": 0.96875, + "learning_rate": 0.0004988509461897694, + "loss": 5.5274, + "mean_token_accuracy": 0.16558895707130433, + "num_tokens": 8849768.0, + "step": 5105 + }, + { + "entropy": 5.772430324554444, + "epoch": 0.3975880178953511, + "grad_norm": 1.015625, + "learning_rate": 0.0004988481470382897, + "loss": 5.4992, + "mean_token_accuracy": 0.1691967472434044, + "num_tokens": 8858170.0, + "step": 5110 + }, + { + "entropy": 5.7239025115966795, + "epoch": 0.3979770472670687, + "grad_norm": 1.0234375, + "learning_rate": 0.0004988453444902708, + "loss": 5.5276, + "mean_token_accuracy": 0.16111491322517396, + "num_tokens": 8866720.0, + "step": 5115 + }, + { + "entropy": 5.794546890258789, + "epoch": 0.3983660766387862, + "grad_norm": 1.0546875, + "learning_rate": 0.0004988425385457549, + "loss": 5.5474, + "mean_token_accuracy": 0.1671929106116295, + "num_tokens": 8875141.0, + "step": 5120 + }, + { + "entropy": 5.768686103820801, + "epoch": 0.3987551060105038, + "grad_norm": 1.078125, + "learning_rate": 0.0004988397292047848, + "loss": 5.5472, + "mean_token_accuracy": 0.1745615229010582, + "num_tokens": 8884512.0, + "step": 5125 + }, + { + "entropy": 5.797606515884399, + "epoch": 0.3991441353822214, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988369164674032, + "loss": 5.6336, + "mean_token_accuracy": 0.16130153685808182, + "num_tokens": 8893487.0, + "step": 5130 + }, + { + "entropy": 5.716752338409424, + "epoch": 0.3995331647539389, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988341003336526, + "loss": 5.5614, + "mean_token_accuracy": 0.16188647747039794, + "num_tokens": 8902909.0, + "step": 5135 + }, + { + "entropy": 5.747018575668335, + "epoch": 0.3999221941256565, + "grad_norm": 0.9375, + "learning_rate": 0.0004988312808035757, + "loss": 5.4841, + "mean_token_accuracy": 0.16728559285402297, + "num_tokens": 8911311.0, + "step": 5140 + }, + { + "entropy": 5.66242356300354, + "epoch": 0.400311223497374, + "grad_norm": 0.9609375, + "learning_rate": 0.0004988284578772155, + "loss": 5.5035, + "mean_token_accuracy": 0.1671609714627266, + "num_tokens": 8920222.0, + "step": 5145 + }, + { + "entropy": 5.690232276916504, + "epoch": 0.4007002528690916, + "grad_norm": 0.984375, + "learning_rate": 0.0004988256315546146, + "loss": 5.5598, + "mean_token_accuracy": 0.15787924081087112, + "num_tokens": 8928763.0, + "step": 5150 + }, + { + "entropy": 5.861962509155274, + "epoch": 0.4010892822408092, + "grad_norm": 0.921875, + "learning_rate": 0.0004988228018358161, + "loss": 5.6159, + "mean_token_accuracy": 0.1600317895412445, + "num_tokens": 8937832.0, + "step": 5155 + }, + { + "entropy": 5.710369491577149, + "epoch": 0.40147831161252673, + "grad_norm": 1.046875, + "learning_rate": 0.0004988199687208628, + "loss": 5.4634, + "mean_token_accuracy": 0.1653993993997574, + "num_tokens": 8945662.0, + "step": 5160 + }, + { + "entropy": 5.673874187469482, + "epoch": 0.4018673409842443, + "grad_norm": 0.953125, + "learning_rate": 0.0004988171322097977, + "loss": 5.5616, + "mean_token_accuracy": 0.15639848113059998, + "num_tokens": 8954570.0, + "step": 5165 + }, + { + "entropy": 5.782657146453857, + "epoch": 0.4022563703559619, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988142923026638, + "loss": 5.5409, + "mean_token_accuracy": 0.16113771945238115, + "num_tokens": 8962827.0, + "step": 5170 + }, + { + "entropy": 5.779515027999878, + "epoch": 0.40264539972767943, + "grad_norm": 0.9765625, + "learning_rate": 0.0004988114489995044, + "loss": 5.573, + "mean_token_accuracy": 0.1641353115439415, + "num_tokens": 8972119.0, + "step": 5175 + }, + { + "entropy": 5.71273512840271, + "epoch": 0.403034429099397, + "grad_norm": 1.0, + "learning_rate": 0.0004988086023003624, + "loss": 5.4792, + "mean_token_accuracy": 0.16348525732755662, + "num_tokens": 8980498.0, + "step": 5180 + }, + { + "entropy": 5.760009813308716, + "epoch": 0.40342345847111455, + "grad_norm": 0.97265625, + "learning_rate": 0.0004988057522052811, + "loss": 5.6342, + "mean_token_accuracy": 0.1559661880135536, + "num_tokens": 8989819.0, + "step": 5185 + }, + { + "entropy": 5.809510660171509, + "epoch": 0.40381248784283214, + "grad_norm": 0.94921875, + "learning_rate": 0.0004988028987143037, + "loss": 5.6752, + "mean_token_accuracy": 0.15571251288056373, + "num_tokens": 8998884.0, + "step": 5190 + }, + { + "entropy": 5.758668708801269, + "epoch": 0.4042015172145497, + "grad_norm": 0.8828125, + "learning_rate": 0.0004988000418274736, + "loss": 5.5387, + "mean_token_accuracy": 0.16518065482378005, + "num_tokens": 9007806.0, + "step": 5195 + }, + { + "entropy": 5.784484100341797, + "epoch": 0.40459054658626725, + "grad_norm": 1.015625, + "learning_rate": 0.0004987971815448341, + "loss": 5.6966, + "mean_token_accuracy": 0.15061777085065842, + "num_tokens": 9016541.0, + "step": 5200 + }, + { + "entropy": 5.721669101715088, + "epoch": 0.40497957595798484, + "grad_norm": 0.9921875, + "learning_rate": 0.0004987943178664285, + "loss": 5.4546, + "mean_token_accuracy": 0.16586214303970337, + "num_tokens": 9024503.0, + "step": 5205 + }, + { + "entropy": 5.782793283462524, + "epoch": 0.40536860532970237, + "grad_norm": 1.03125, + "learning_rate": 0.0004987914507923004, + "loss": 5.5505, + "mean_token_accuracy": 0.16351571083068847, + "num_tokens": 9033182.0, + "step": 5210 + }, + { + "entropy": 5.703962326049805, + "epoch": 0.40575763470141996, + "grad_norm": 0.95703125, + "learning_rate": 0.0004987885803224931, + "loss": 5.5698, + "mean_token_accuracy": 0.1618541419506073, + "num_tokens": 9042281.0, + "step": 5215 + }, + { + "entropy": 5.786581754684448, + "epoch": 0.40614666407313754, + "grad_norm": 1.0546875, + "learning_rate": 0.0004987857064570505, + "loss": 5.4916, + "mean_token_accuracy": 0.16629716008901596, + "num_tokens": 9050570.0, + "step": 5220 + }, + { + "entropy": 5.802667093276978, + "epoch": 0.4065356934448551, + "grad_norm": 1.015625, + "learning_rate": 0.0004987828291960158, + "loss": 5.6534, + "mean_token_accuracy": 0.15524297803640366, + "num_tokens": 9059782.0, + "step": 5225 + }, + { + "entropy": 5.689572381973266, + "epoch": 0.40692472281657266, + "grad_norm": 1.015625, + "learning_rate": 0.000498779948539433, + "loss": 5.4, + "mean_token_accuracy": 0.17254798114299774, + "num_tokens": 9067484.0, + "step": 5230 + }, + { + "entropy": 5.732696390151977, + "epoch": 0.4073137521882902, + "grad_norm": 0.96875, + "learning_rate": 0.0004987770644873455, + "loss": 5.6196, + "mean_token_accuracy": 0.16232876777648925, + "num_tokens": 9075740.0, + "step": 5235 + }, + { + "entropy": 5.819503831863403, + "epoch": 0.4077027815600078, + "grad_norm": 1.0390625, + "learning_rate": 0.0004987741770397974, + "loss": 5.6565, + "mean_token_accuracy": 0.1580768421292305, + "num_tokens": 9084137.0, + "step": 5240 + }, + { + "entropy": 5.7091607570648195, + "epoch": 0.40809181093172536, + "grad_norm": 0.95703125, + "learning_rate": 0.0004987712861968323, + "loss": 5.4425, + "mean_token_accuracy": 0.16982385367155076, + "num_tokens": 9093245.0, + "step": 5245 + }, + { + "entropy": 5.642366218566894, + "epoch": 0.4084808403034429, + "grad_norm": 0.984375, + "learning_rate": 0.000498768391958494, + "loss": 5.4436, + "mean_token_accuracy": 0.17219747751951217, + "num_tokens": 9102837.0, + "step": 5250 + }, + { + "entropy": 5.715507888793946, + "epoch": 0.4088698696751605, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987654943248266, + "loss": 5.5094, + "mean_token_accuracy": 0.1671164534986019, + "num_tokens": 9111087.0, + "step": 5255 + }, + { + "entropy": 5.715580224990845, + "epoch": 0.40925889904687807, + "grad_norm": 1.0, + "learning_rate": 0.0004987625932958739, + "loss": 5.5389, + "mean_token_accuracy": 0.17025153189897538, + "num_tokens": 9120506.0, + "step": 5260 + }, + { + "entropy": 5.793882369995117, + "epoch": 0.4096479284185956, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987596888716801, + "loss": 5.7239, + "mean_token_accuracy": 0.15377746447920798, + "num_tokens": 9129637.0, + "step": 5265 + }, + { + "entropy": 5.832787895202637, + "epoch": 0.4100369577903132, + "grad_norm": 0.98828125, + "learning_rate": 0.0004987567810522892, + "loss": 5.5138, + "mean_token_accuracy": 0.16298867911100387, + "num_tokens": 9139338.0, + "step": 5270 + }, + { + "entropy": 5.704374980926514, + "epoch": 0.4104259871620307, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987538698377451, + "loss": 5.549, + "mean_token_accuracy": 0.1638969212770462, + "num_tokens": 9148034.0, + "step": 5275 + }, + { + "entropy": 5.7266558647155765, + "epoch": 0.4108150165337483, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987509552280924, + "loss": 5.4992, + "mean_token_accuracy": 0.16262540221214294, + "num_tokens": 9156744.0, + "step": 5280 + }, + { + "entropy": 5.6911859035491945, + "epoch": 0.4112040459054659, + "grad_norm": 1.015625, + "learning_rate": 0.000498748037223375, + "loss": 5.4738, + "mean_token_accuracy": 0.16808437556028366, + "num_tokens": 9165174.0, + "step": 5285 + }, + { + "entropy": 5.6812522411346436, + "epoch": 0.4115930752771834, + "grad_norm": 0.98046875, + "learning_rate": 0.0004987451158236372, + "loss": 5.4909, + "mean_token_accuracy": 0.16852608770132066, + "num_tokens": 9173945.0, + "step": 5290 + }, + { + "entropy": 5.762362098693847, + "epoch": 0.411982104648901, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987421910289234, + "loss": 5.4926, + "mean_token_accuracy": 0.16189738661050795, + "num_tokens": 9182728.0, + "step": 5295 + }, + { + "entropy": 5.668687152862549, + "epoch": 0.41237113402061853, + "grad_norm": 0.96875, + "learning_rate": 0.0004987392628392781, + "loss": 5.5228, + "mean_token_accuracy": 0.1617294430732727, + "num_tokens": 9191494.0, + "step": 5300 + }, + { + "entropy": 5.738568305969238, + "epoch": 0.4127601633923361, + "grad_norm": 1.0390625, + "learning_rate": 0.0004987363312547456, + "loss": 5.5492, + "mean_token_accuracy": 0.16261912733316422, + "num_tokens": 9199190.0, + "step": 5305 + }, + { + "entropy": 5.695952987670898, + "epoch": 0.4131491927640537, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987333962753703, + "loss": 5.4777, + "mean_token_accuracy": 0.1633556604385376, + "num_tokens": 9208066.0, + "step": 5310 + }, + { + "entropy": 5.736075210571289, + "epoch": 0.41353822213577124, + "grad_norm": 0.984375, + "learning_rate": 0.0004987304579011967, + "loss": 5.4827, + "mean_token_accuracy": 0.1680247128009796, + "num_tokens": 9217103.0, + "step": 5315 + }, + { + "entropy": 5.719621896743774, + "epoch": 0.4139272515074888, + "grad_norm": 1.078125, + "learning_rate": 0.0004987275161322697, + "loss": 5.5188, + "mean_token_accuracy": 0.15984098762273788, + "num_tokens": 9225786.0, + "step": 5320 + }, + { + "entropy": 5.776179695129395, + "epoch": 0.41431628087920636, + "grad_norm": 1.0546875, + "learning_rate": 0.0004987245709686337, + "loss": 5.5301, + "mean_token_accuracy": 0.16916029453277587, + "num_tokens": 9234182.0, + "step": 5325 + }, + { + "entropy": 5.741197729110718, + "epoch": 0.41470531025092394, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987216224103334, + "loss": 5.5122, + "mean_token_accuracy": 0.1564493805170059, + "num_tokens": 9243844.0, + "step": 5330 + }, + { + "entropy": 5.711385488510132, + "epoch": 0.41509433962264153, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987186704574136, + "loss": 5.5045, + "mean_token_accuracy": 0.16829753071069717, + "num_tokens": 9252901.0, + "step": 5335 + }, + { + "entropy": 5.6386919021606445, + "epoch": 0.41548336899435906, + "grad_norm": 0.90234375, + "learning_rate": 0.0004987157151099189, + "loss": 5.4921, + "mean_token_accuracy": 0.16120805144309996, + "num_tokens": 9260947.0, + "step": 5340 + }, + { + "entropy": 5.762169742584229, + "epoch": 0.41587239836607665, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987127563678945, + "loss": 5.5373, + "mean_token_accuracy": 0.1641700491309166, + "num_tokens": 9269249.0, + "step": 5345 + }, + { + "entropy": 5.715381860733032, + "epoch": 0.4162614277377942, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987097942313852, + "loss": 5.5476, + "mean_token_accuracy": 0.16414593309164047, + "num_tokens": 9277668.0, + "step": 5350 + }, + { + "entropy": 5.705289697647094, + "epoch": 0.41665045710951176, + "grad_norm": 1.0625, + "learning_rate": 0.0004987068287004355, + "loss": 5.5409, + "mean_token_accuracy": 0.15832844227552414, + "num_tokens": 9286000.0, + "step": 5355 + }, + { + "entropy": 5.742699480056762, + "epoch": 0.41703948648122935, + "grad_norm": 0.9609375, + "learning_rate": 0.0004987038597750909, + "loss": 5.5861, + "mean_token_accuracy": 0.15789835453033446, + "num_tokens": 9295090.0, + "step": 5360 + }, + { + "entropy": 5.71341724395752, + "epoch": 0.4174285158529469, + "grad_norm": 0.9921875, + "learning_rate": 0.0004987008874553964, + "loss": 5.5016, + "mean_token_accuracy": 0.16354818493127823, + "num_tokens": 9302996.0, + "step": 5365 + }, + { + "entropy": 5.683341407775879, + "epoch": 0.41781754522466447, + "grad_norm": 1.046875, + "learning_rate": 0.0004986979117413969, + "loss": 5.4018, + "mean_token_accuracy": 0.17096701115369797, + "num_tokens": 9311636.0, + "step": 5370 + }, + { + "entropy": 5.694851970672607, + "epoch": 0.41820657459638205, + "grad_norm": 1.03125, + "learning_rate": 0.0004986949326331376, + "loss": 5.5059, + "mean_token_accuracy": 0.16198326498270035, + "num_tokens": 9319884.0, + "step": 5375 + }, + { + "entropy": 5.613385772705078, + "epoch": 0.4185956039680996, + "grad_norm": 0.98828125, + "learning_rate": 0.0004986919501306638, + "loss": 5.4534, + "mean_token_accuracy": 0.16765042394399643, + "num_tokens": 9328273.0, + "step": 5380 + }, + { + "entropy": 5.693991851806641, + "epoch": 0.41898463333981717, + "grad_norm": 1.03125, + "learning_rate": 0.0004986889642340207, + "loss": 5.5737, + "mean_token_accuracy": 0.156100807338953, + "num_tokens": 9337696.0, + "step": 5385 + }, + { + "entropy": 5.75873703956604, + "epoch": 0.4193736627115347, + "grad_norm": 0.9296875, + "learning_rate": 0.0004986859749432536, + "loss": 5.5447, + "mean_token_accuracy": 0.16316066682338715, + "num_tokens": 9346596.0, + "step": 5390 + }, + { + "entropy": 5.716987037658692, + "epoch": 0.4197626920832523, + "grad_norm": 0.984375, + "learning_rate": 0.0004986829822584078, + "loss": 5.4887, + "mean_token_accuracy": 0.16210612803697586, + "num_tokens": 9355480.0, + "step": 5395 + }, + { + "entropy": 5.712895011901855, + "epoch": 0.4201517214549699, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986799861795289, + "loss": 5.5305, + "mean_token_accuracy": 0.16527193188667297, + "num_tokens": 9364422.0, + "step": 5400 + }, + { + "entropy": 5.707545804977417, + "epoch": 0.4205407508266874, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986769867066622, + "loss": 5.4093, + "mean_token_accuracy": 0.16503172516822814, + "num_tokens": 9372311.0, + "step": 5405 + }, + { + "entropy": 5.682763624191284, + "epoch": 0.420929780198405, + "grad_norm": 1.046875, + "learning_rate": 0.0004986739838398532, + "loss": 5.5495, + "mean_token_accuracy": 0.16107411831617355, + "num_tokens": 9380936.0, + "step": 5410 + }, + { + "entropy": 5.683968544006348, + "epoch": 0.4213188095701225, + "grad_norm": 0.91796875, + "learning_rate": 0.0004986709775791475, + "loss": 5.4955, + "mean_token_accuracy": 0.16949945986270903, + "num_tokens": 9390008.0, + "step": 5415 + }, + { + "entropy": 5.732982110977173, + "epoch": 0.4217078389418401, + "grad_norm": 1.0234375, + "learning_rate": 0.0004986679679245907, + "loss": 5.5721, + "mean_token_accuracy": 0.16321041733026503, + "num_tokens": 9398771.0, + "step": 5420 + }, + { + "entropy": 5.714467477798462, + "epoch": 0.4220968683135577, + "grad_norm": 0.953125, + "learning_rate": 0.0004986649548762286, + "loss": 5.5652, + "mean_token_accuracy": 0.16471161246299743, + "num_tokens": 9407105.0, + "step": 5425 + }, + { + "entropy": 5.720512437820434, + "epoch": 0.4224858976852752, + "grad_norm": 0.953125, + "learning_rate": 0.0004986619384341066, + "loss": 5.5494, + "mean_token_accuracy": 0.1671588495373726, + "num_tokens": 9415737.0, + "step": 5430 + }, + { + "entropy": 5.714883708953858, + "epoch": 0.4228749270569928, + "grad_norm": 1.0, + "learning_rate": 0.0004986589185982708, + "loss": 5.4964, + "mean_token_accuracy": 0.16671057492494584, + "num_tokens": 9424661.0, + "step": 5435 + }, + { + "entropy": 5.779036808013916, + "epoch": 0.42326395642871034, + "grad_norm": 1.015625, + "learning_rate": 0.0004986558953687671, + "loss": 5.5689, + "mean_token_accuracy": 0.1595238134264946, + "num_tokens": 9433971.0, + "step": 5440 + }, + { + "entropy": 5.658939170837402, + "epoch": 0.42365298580042793, + "grad_norm": 0.984375, + "learning_rate": 0.0004986528687456409, + "loss": 5.5041, + "mean_token_accuracy": 0.16503361463546753, + "num_tokens": 9442905.0, + "step": 5445 + }, + { + "entropy": 5.674489879608155, + "epoch": 0.4240420151721455, + "grad_norm": 1.1328125, + "learning_rate": 0.0004986498387289384, + "loss": 5.5473, + "mean_token_accuracy": 0.16705762594938278, + "num_tokens": 9451258.0, + "step": 5450 + }, + { + "entropy": 5.713934373855591, + "epoch": 0.42443104454386305, + "grad_norm": 1.0, + "learning_rate": 0.0004986468053187058, + "loss": 5.4969, + "mean_token_accuracy": 0.16497478485107422, + "num_tokens": 9460218.0, + "step": 5455 + }, + { + "entropy": 5.71204571723938, + "epoch": 0.42482007391558063, + "grad_norm": 1.0234375, + "learning_rate": 0.0004986437685149887, + "loss": 5.5445, + "mean_token_accuracy": 0.1658524125814438, + "num_tokens": 9468756.0, + "step": 5460 + }, + { + "entropy": 5.725471305847168, + "epoch": 0.4252091032872982, + "grad_norm": 1.0078125, + "learning_rate": 0.0004986407283178334, + "loss": 5.5697, + "mean_token_accuracy": 0.165852914750576, + "num_tokens": 9477622.0, + "step": 5465 + }, + { + "entropy": 5.699073648452758, + "epoch": 0.42559813265901575, + "grad_norm": 0.953125, + "learning_rate": 0.0004986376847272861, + "loss": 5.4257, + "mean_token_accuracy": 0.17033136934041976, + "num_tokens": 9486332.0, + "step": 5470 + }, + { + "entropy": 5.698595094680786, + "epoch": 0.42598716203073334, + "grad_norm": 1.0, + "learning_rate": 0.0004986346377433929, + "loss": 5.4375, + "mean_token_accuracy": 0.17676602452993392, + "num_tokens": 9494703.0, + "step": 5475 + }, + { + "entropy": 5.678912258148193, + "epoch": 0.42637619140245087, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986315873661999, + "loss": 5.3919, + "mean_token_accuracy": 0.1781506434082985, + "num_tokens": 9503008.0, + "step": 5480 + }, + { + "entropy": 5.712614440917969, + "epoch": 0.42676522077416845, + "grad_norm": 1.0078125, + "learning_rate": 0.0004986285335957536, + "loss": 5.5112, + "mean_token_accuracy": 0.16455856263637542, + "num_tokens": 9511752.0, + "step": 5485 + }, + { + "entropy": 5.661769199371338, + "epoch": 0.42715425014588604, + "grad_norm": 1.0625, + "learning_rate": 0.0004986254764321002, + "loss": 5.4136, + "mean_token_accuracy": 0.16830996423959732, + "num_tokens": 9520490.0, + "step": 5490 + }, + { + "entropy": 5.650809097290039, + "epoch": 0.42754327951760357, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986224158752861, + "loss": 5.4747, + "mean_token_accuracy": 0.16516461968421936, + "num_tokens": 9528474.0, + "step": 5495 + }, + { + "entropy": 5.742059564590454, + "epoch": 0.42793230888932116, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986193519253578, + "loss": 5.5615, + "mean_token_accuracy": 0.16216895580291749, + "num_tokens": 9537747.0, + "step": 5500 + }, + { + "entropy": 5.681634855270386, + "epoch": 0.4283213382610387, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986162845823618, + "loss": 5.484, + "mean_token_accuracy": 0.160535629093647, + "num_tokens": 9546414.0, + "step": 5505 + }, + { + "entropy": 5.689042711257935, + "epoch": 0.4287103676327563, + "grad_norm": 0.9140625, + "learning_rate": 0.0004986132138463446, + "loss": 5.4927, + "mean_token_accuracy": 0.16490281671285628, + "num_tokens": 9555166.0, + "step": 5510 + }, + { + "entropy": 5.7525488376617435, + "epoch": 0.42909939700447386, + "grad_norm": 1.046875, + "learning_rate": 0.0004986101397173528, + "loss": 5.5547, + "mean_token_accuracy": 0.1655886948108673, + "num_tokens": 9563217.0, + "step": 5515 + }, + { + "entropy": 5.717628622055054, + "epoch": 0.4294884263761914, + "grad_norm": 0.9609375, + "learning_rate": 0.000498607062195433, + "loss": 5.5997, + "mean_token_accuracy": 0.15301982015371324, + "num_tokens": 9572837.0, + "step": 5520 + }, + { + "entropy": 5.757178735733032, + "epoch": 0.429877455747909, + "grad_norm": 0.97265625, + "learning_rate": 0.000498603981280632, + "loss": 5.4978, + "mean_token_accuracy": 0.16078530102968216, + "num_tokens": 9581297.0, + "step": 5525 + }, + { + "entropy": 5.6680278301239015, + "epoch": 0.4302664851196265, + "grad_norm": 0.953125, + "learning_rate": 0.0004986008969729964, + "loss": 5.5719, + "mean_token_accuracy": 0.16208446323871611, + "num_tokens": 9590431.0, + "step": 5530 + }, + { + "entropy": 5.769735717773438, + "epoch": 0.4306555144913441, + "grad_norm": 0.98828125, + "learning_rate": 0.0004985978092725731, + "loss": 5.6239, + "mean_token_accuracy": 0.15763482004404067, + "num_tokens": 9598719.0, + "step": 5535 + }, + { + "entropy": 5.775566530227661, + "epoch": 0.4310445438630617, + "grad_norm": 1.0390625, + "learning_rate": 0.000498594718179409, + "loss": 5.6193, + "mean_token_accuracy": 0.16195805072784425, + "num_tokens": 9606935.0, + "step": 5540 + }, + { + "entropy": 5.778594875335694, + "epoch": 0.4314335732347792, + "grad_norm": 1.1015625, + "learning_rate": 0.0004985916236935508, + "loss": 5.5615, + "mean_token_accuracy": 0.16631187945604325, + "num_tokens": 9615104.0, + "step": 5545 + }, + { + "entropy": 5.863265514373779, + "epoch": 0.4318226026064968, + "grad_norm": 1.046875, + "learning_rate": 0.0004985885258150458, + "loss": 5.5879, + "mean_token_accuracy": 0.15800173580646515, + "num_tokens": 9623332.0, + "step": 5550 + }, + { + "entropy": 5.610420417785645, + "epoch": 0.43221163197821433, + "grad_norm": 0.9765625, + "learning_rate": 0.0004985854245439408, + "loss": 5.4311, + "mean_token_accuracy": 0.1664763495326042, + "num_tokens": 9631874.0, + "step": 5555 + }, + { + "entropy": 5.634915590286255, + "epoch": 0.4326006613499319, + "grad_norm": 0.94921875, + "learning_rate": 0.0004985823198802827, + "loss": 5.4814, + "mean_token_accuracy": 0.16169906109571458, + "num_tokens": 9641150.0, + "step": 5560 + }, + { + "entropy": 5.643579006195068, + "epoch": 0.4329896907216495, + "grad_norm": 1.046875, + "learning_rate": 0.0004985792118241188, + "loss": 5.3094, + "mean_token_accuracy": 0.17493287473917007, + "num_tokens": 9649116.0, + "step": 5565 + }, + { + "entropy": 5.688484382629395, + "epoch": 0.43337872009336703, + "grad_norm": 1.0234375, + "learning_rate": 0.0004985761003754961, + "loss": 5.5426, + "mean_token_accuracy": 0.16924417316913604, + "num_tokens": 9657579.0, + "step": 5570 + }, + { + "entropy": 5.6803422451019285, + "epoch": 0.4337677494650846, + "grad_norm": 1.0078125, + "learning_rate": 0.0004985729855344622, + "loss": 5.512, + "mean_token_accuracy": 0.16509860008955002, + "num_tokens": 9666242.0, + "step": 5575 + }, + { + "entropy": 5.7111921310424805, + "epoch": 0.4341567788368022, + "grad_norm": 0.9921875, + "learning_rate": 0.000498569867301064, + "loss": 5.5006, + "mean_token_accuracy": 0.1659751445055008, + "num_tokens": 9675196.0, + "step": 5580 + }, + { + "entropy": 5.700456762313843, + "epoch": 0.43454580820851973, + "grad_norm": 1.03125, + "learning_rate": 0.0004985667456753489, + "loss": 5.4593, + "mean_token_accuracy": 0.16661814898252486, + "num_tokens": 9683681.0, + "step": 5585 + }, + { + "entropy": 5.655364751815796, + "epoch": 0.4349348375802373, + "grad_norm": 1.109375, + "learning_rate": 0.0004985636206573642, + "loss": 5.5346, + "mean_token_accuracy": 0.16666558384895325, + "num_tokens": 9692445.0, + "step": 5590 + }, + { + "entropy": 5.693232583999634, + "epoch": 0.43532386695195485, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985604922471575, + "loss": 5.4283, + "mean_token_accuracy": 0.1684398427605629, + "num_tokens": 9701256.0, + "step": 5595 + }, + { + "entropy": 5.690249300003051, + "epoch": 0.43571289632367244, + "grad_norm": 0.98828125, + "learning_rate": 0.0004985573604447761, + "loss": 5.4647, + "mean_token_accuracy": 0.16726021617650985, + "num_tokens": 9710351.0, + "step": 5600 + }, + { + "entropy": 5.740422916412354, + "epoch": 0.43610192569539, + "grad_norm": 1.03125, + "learning_rate": 0.0004985542252502676, + "loss": 5.5413, + "mean_token_accuracy": 0.15877096205949784, + "num_tokens": 9718795.0, + "step": 5605 + }, + { + "entropy": 5.731997489929199, + "epoch": 0.43649095506710756, + "grad_norm": 1.0390625, + "learning_rate": 0.0004985510866636796, + "loss": 5.4606, + "mean_token_accuracy": 0.16399804949760438, + "num_tokens": 9727136.0, + "step": 5610 + }, + { + "entropy": 5.632516717910766, + "epoch": 0.43687998443882514, + "grad_norm": 1.0234375, + "learning_rate": 0.0004985479446850596, + "loss": 5.4579, + "mean_token_accuracy": 0.17203980833292007, + "num_tokens": 9735712.0, + "step": 5615 + }, + { + "entropy": 5.69036169052124, + "epoch": 0.4372690138105427, + "grad_norm": 1.0390625, + "learning_rate": 0.0004985447993144554, + "loss": 5.4946, + "mean_token_accuracy": 0.16453454941511153, + "num_tokens": 9744027.0, + "step": 5620 + }, + { + "entropy": 5.790532541275025, + "epoch": 0.43765804318226026, + "grad_norm": 1.0, + "learning_rate": 0.0004985416505519147, + "loss": 5.6184, + "mean_token_accuracy": 0.1604256197810173, + "num_tokens": 9753083.0, + "step": 5625 + }, + { + "entropy": 5.778309011459351, + "epoch": 0.43804707255397785, + "grad_norm": 0.9609375, + "learning_rate": 0.0004985384983974853, + "loss": 5.551, + "mean_token_accuracy": 0.16635619699954987, + "num_tokens": 9762098.0, + "step": 5630 + }, + { + "entropy": 5.731233310699463, + "epoch": 0.4384361019256954, + "grad_norm": 1.0546875, + "learning_rate": 0.0004985353428512148, + "loss": 5.495, + "mean_token_accuracy": 0.16542133092880248, + "num_tokens": 9770956.0, + "step": 5635 + }, + { + "entropy": 5.656954526901245, + "epoch": 0.43882513129741296, + "grad_norm": 1.0, + "learning_rate": 0.0004985321839131514, + "loss": 5.4417, + "mean_token_accuracy": 0.17078006863594056, + "num_tokens": 9779427.0, + "step": 5640 + }, + { + "entropy": 5.718938112258911, + "epoch": 0.4392141606691305, + "grad_norm": 0.90234375, + "learning_rate": 0.0004985290215833428, + "loss": 5.5177, + "mean_token_accuracy": 0.17064714282751084, + "num_tokens": 9787655.0, + "step": 5645 + }, + { + "entropy": 5.691762399673462, + "epoch": 0.4396031900408481, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985258558618372, + "loss": 5.4529, + "mean_token_accuracy": 0.17139697521924974, + "num_tokens": 9796850.0, + "step": 5650 + }, + { + "entropy": 5.693294715881348, + "epoch": 0.43999221941256567, + "grad_norm": 0.93359375, + "learning_rate": 0.0004985226867486825, + "loss": 5.5312, + "mean_token_accuracy": 0.1715284064412117, + "num_tokens": 9805317.0, + "step": 5655 + }, + { + "entropy": 5.686817598342896, + "epoch": 0.4403812487842832, + "grad_norm": 1.0546875, + "learning_rate": 0.0004985195142439267, + "loss": 5.4756, + "mean_token_accuracy": 0.1679181158542633, + "num_tokens": 9814249.0, + "step": 5660 + }, + { + "entropy": 5.72498722076416, + "epoch": 0.4407702781560008, + "grad_norm": 0.95703125, + "learning_rate": 0.0004985163383476181, + "loss": 5.567, + "mean_token_accuracy": 0.16245064735412598, + "num_tokens": 9823122.0, + "step": 5665 + }, + { + "entropy": 5.667973136901855, + "epoch": 0.44115930752771837, + "grad_norm": 1.0078125, + "learning_rate": 0.0004985131590598048, + "loss": 5.4305, + "mean_token_accuracy": 0.17121292799711227, + "num_tokens": 9831470.0, + "step": 5670 + }, + { + "entropy": 5.698353910446167, + "epoch": 0.4415483368994359, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985099763805352, + "loss": 5.5381, + "mean_token_accuracy": 0.16199323832988738, + "num_tokens": 9840096.0, + "step": 5675 + }, + { + "entropy": 5.7460099220275875, + "epoch": 0.4419373662711535, + "grad_norm": 0.96484375, + "learning_rate": 0.0004985067903098574, + "loss": 5.4881, + "mean_token_accuracy": 0.16864942610263825, + "num_tokens": 9848595.0, + "step": 5680 + }, + { + "entropy": 5.675258588790894, + "epoch": 0.442326395642871, + "grad_norm": 0.953125, + "learning_rate": 0.0004985036008478197, + "loss": 5.4416, + "mean_token_accuracy": 0.1585637226700783, + "num_tokens": 9857353.0, + "step": 5685 + }, + { + "entropy": 5.700889730453492, + "epoch": 0.4427154250145886, + "grad_norm": 1.0625, + "learning_rate": 0.0004985004079944707, + "loss": 5.4832, + "mean_token_accuracy": 0.16071876734495164, + "num_tokens": 9865828.0, + "step": 5690 + }, + { + "entropy": 5.6535553455352785, + "epoch": 0.4431044543863062, + "grad_norm": 0.94921875, + "learning_rate": 0.0004984972117498587, + "loss": 5.5072, + "mean_token_accuracy": 0.16214866042137147, + "num_tokens": 9874540.0, + "step": 5695 + }, + { + "entropy": 5.715157461166382, + "epoch": 0.4434934837580237, + "grad_norm": 0.9765625, + "learning_rate": 0.0004984940121140323, + "loss": 5.5008, + "mean_token_accuracy": 0.16645390838384627, + "num_tokens": 9883046.0, + "step": 5700 + }, + { + "entropy": 5.691306400299072, + "epoch": 0.4438825131297413, + "grad_norm": 1.1015625, + "learning_rate": 0.00049849080908704, + "loss": 5.4468, + "mean_token_accuracy": 0.16432710587978364, + "num_tokens": 9892282.0, + "step": 5705 + }, + { + "entropy": 5.697309494018555, + "epoch": 0.44427154250145884, + "grad_norm": 0.94921875, + "learning_rate": 0.0004984876026689302, + "loss": 5.3927, + "mean_token_accuracy": 0.17191525995731355, + "num_tokens": 9900653.0, + "step": 5710 + }, + { + "entropy": 5.603246593475342, + "epoch": 0.4446605718731764, + "grad_norm": 1.0234375, + "learning_rate": 0.000498484392859752, + "loss": 5.4154, + "mean_token_accuracy": 0.17437574863433838, + "num_tokens": 9909323.0, + "step": 5715 + }, + { + "entropy": 5.6650214195251465, + "epoch": 0.445049601244894, + "grad_norm": 0.95703125, + "learning_rate": 0.0004984811796595538, + "loss": 5.5474, + "mean_token_accuracy": 0.1614001512527466, + "num_tokens": 9918155.0, + "step": 5720 + }, + { + "entropy": 5.8071013450622555, + "epoch": 0.44543863061661154, + "grad_norm": 1.0234375, + "learning_rate": 0.0004984779630683843, + "loss": 5.5043, + "mean_token_accuracy": 0.1654750481247902, + "num_tokens": 9925977.0, + "step": 5725 + }, + { + "entropy": 5.726596021652222, + "epoch": 0.44582765998832913, + "grad_norm": 0.9140625, + "learning_rate": 0.0004984747430862924, + "loss": 5.499, + "mean_token_accuracy": 0.16687430441379547, + "num_tokens": 9934606.0, + "step": 5730 + }, + { + "entropy": 5.6400782585144045, + "epoch": 0.44621668936004666, + "grad_norm": 1.0078125, + "learning_rate": 0.0004984715197133271, + "loss": 5.4576, + "mean_token_accuracy": 0.16767924875020981, + "num_tokens": 9943638.0, + "step": 5735 + }, + { + "entropy": 5.678442335128784, + "epoch": 0.44660571873176425, + "grad_norm": 1.0390625, + "learning_rate": 0.0004984682929495371, + "loss": 5.4881, + "mean_token_accuracy": 0.16466905921697617, + "num_tokens": 9952686.0, + "step": 5740 + }, + { + "entropy": 5.755481910705567, + "epoch": 0.44699474810348183, + "grad_norm": 0.953125, + "learning_rate": 0.0004984650627949715, + "loss": 5.6655, + "mean_token_accuracy": 0.1529266878962517, + "num_tokens": 9961947.0, + "step": 5745 + }, + { + "entropy": 5.745148324966431, + "epoch": 0.44738377747519936, + "grad_norm": 0.875, + "learning_rate": 0.0004984618292496792, + "loss": 5.4931, + "mean_token_accuracy": 0.1682150661945343, + "num_tokens": 9971218.0, + "step": 5750 + }, + { + "entropy": 5.724733972549439, + "epoch": 0.44777280684691695, + "grad_norm": 1.078125, + "learning_rate": 0.0004984585923137093, + "loss": 5.5207, + "mean_token_accuracy": 0.16295331418514253, + "num_tokens": 9980741.0, + "step": 5755 + }, + { + "entropy": 5.766764783859253, + "epoch": 0.4481618362186345, + "grad_norm": 1.015625, + "learning_rate": 0.000498455351987111, + "loss": 5.4972, + "mean_token_accuracy": 0.16979309171438217, + "num_tokens": 9989483.0, + "step": 5760 + }, + { + "entropy": 5.759484958648682, + "epoch": 0.44855086559035207, + "grad_norm": 1.0, + "learning_rate": 0.0004984521082699333, + "loss": 5.5286, + "mean_token_accuracy": 0.16119166612625122, + "num_tokens": 9998491.0, + "step": 5765 + }, + { + "entropy": 5.612123298645019, + "epoch": 0.44893989496206965, + "grad_norm": 0.9765625, + "learning_rate": 0.0004984488611622256, + "loss": 5.4047, + "mean_token_accuracy": 0.16882879436016082, + "num_tokens": 10006276.0, + "step": 5770 + }, + { + "entropy": 5.6463076114654545, + "epoch": 0.4493289243337872, + "grad_norm": 0.9609375, + "learning_rate": 0.000498445610664037, + "loss": 5.5013, + "mean_token_accuracy": 0.1660662427544594, + "num_tokens": 10015088.0, + "step": 5775 + }, + { + "entropy": 5.708720779418945, + "epoch": 0.44971795370550477, + "grad_norm": 0.92578125, + "learning_rate": 0.000498442356775417, + "loss": 5.4594, + "mean_token_accuracy": 0.16434096843004226, + "num_tokens": 10023305.0, + "step": 5780 + }, + { + "entropy": 5.618870544433594, + "epoch": 0.45010698307722236, + "grad_norm": 1.03125, + "learning_rate": 0.0004984390994964148, + "loss": 5.4102, + "mean_token_accuracy": 0.16594898849725723, + "num_tokens": 10031540.0, + "step": 5785 + }, + { + "entropy": 5.698048686981201, + "epoch": 0.4504960124489399, + "grad_norm": 0.90625, + "learning_rate": 0.00049843583882708, + "loss": 5.5067, + "mean_token_accuracy": 0.16628773510456085, + "num_tokens": 10040025.0, + "step": 5790 + }, + { + "entropy": 5.6761805534362795, + "epoch": 0.4508850418206575, + "grad_norm": 0.95703125, + "learning_rate": 0.000498432574767462, + "loss": 5.5097, + "mean_token_accuracy": 0.16497354656457902, + "num_tokens": 10048904.0, + "step": 5795 + }, + { + "entropy": 5.717904853820801, + "epoch": 0.451274071192375, + "grad_norm": 1.0, + "learning_rate": 0.0004984293073176103, + "loss": 5.5377, + "mean_token_accuracy": 0.16159916371107103, + "num_tokens": 10057608.0, + "step": 5800 + }, + { + "entropy": 5.765069532394409, + "epoch": 0.4516631005640926, + "grad_norm": 0.97265625, + "learning_rate": 0.0004984260364775744, + "loss": 5.5017, + "mean_token_accuracy": 0.16796645820140838, + "num_tokens": 10066587.0, + "step": 5805 + }, + { + "entropy": 5.649991655349732, + "epoch": 0.4520521299358102, + "grad_norm": 1.015625, + "learning_rate": 0.000498422762247404, + "loss": 5.4605, + "mean_token_accuracy": 0.16765116751194, + "num_tokens": 10075651.0, + "step": 5810 + }, + { + "entropy": 5.7269245147705075, + "epoch": 0.4524411593075277, + "grad_norm": 0.99609375, + "learning_rate": 0.0004984194846271489, + "loss": 5.5845, + "mean_token_accuracy": 0.16291481852531434, + "num_tokens": 10084158.0, + "step": 5815 + }, + { + "entropy": 5.764606714248657, + "epoch": 0.4528301886792453, + "grad_norm": 1.09375, + "learning_rate": 0.0004984162036168586, + "loss": 5.5048, + "mean_token_accuracy": 0.1609376475214958, + "num_tokens": 10093730.0, + "step": 5820 + }, + { + "entropy": 5.68165225982666, + "epoch": 0.4532192180509628, + "grad_norm": 0.99609375, + "learning_rate": 0.0004984129192165831, + "loss": 5.4258, + "mean_token_accuracy": 0.16802225708961488, + "num_tokens": 10102457.0, + "step": 5825 + }, + { + "entropy": 5.7178566455841064, + "epoch": 0.4536082474226804, + "grad_norm": 1.03125, + "learning_rate": 0.0004984096314263722, + "loss": 5.5686, + "mean_token_accuracy": 0.16633791327476502, + "num_tokens": 10111188.0, + "step": 5830 + }, + { + "entropy": 5.749548244476318, + "epoch": 0.453997276794398, + "grad_norm": 1.015625, + "learning_rate": 0.0004984063402462757, + "loss": 5.469, + "mean_token_accuracy": 0.16972580403089524, + "num_tokens": 10120268.0, + "step": 5835 + }, + { + "entropy": 5.682277536392212, + "epoch": 0.45438630616611553, + "grad_norm": 0.9453125, + "learning_rate": 0.0004984030456763435, + "loss": 5.5352, + "mean_token_accuracy": 0.15636064410209655, + "num_tokens": 10129262.0, + "step": 5840 + }, + { + "entropy": 5.6706867694854735, + "epoch": 0.4547753355378331, + "grad_norm": 1.0, + "learning_rate": 0.0004983997477166257, + "loss": 5.4714, + "mean_token_accuracy": 0.16850547045469283, + "num_tokens": 10137417.0, + "step": 5845 + }, + { + "entropy": 5.656628227233886, + "epoch": 0.45516436490955064, + "grad_norm": 0.97265625, + "learning_rate": 0.0004983964463671723, + "loss": 5.4197, + "mean_token_accuracy": 0.17263764292001724, + "num_tokens": 10145804.0, + "step": 5850 + }, + { + "entropy": 5.696662950515747, + "epoch": 0.45555339428126823, + "grad_norm": 0.921875, + "learning_rate": 0.0004983931416280334, + "loss": 5.5474, + "mean_token_accuracy": 0.16169732064008713, + "num_tokens": 10154421.0, + "step": 5855 + }, + { + "entropy": 5.808199453353882, + "epoch": 0.4559424236529858, + "grad_norm": 1.0390625, + "learning_rate": 0.0004983898334992591, + "loss": 5.564, + "mean_token_accuracy": 0.16418157368898392, + "num_tokens": 10163631.0, + "step": 5860 + }, + { + "entropy": 5.702952098846436, + "epoch": 0.45633145302470335, + "grad_norm": 1.015625, + "learning_rate": 0.0004983865219808998, + "loss": 5.479, + "mean_token_accuracy": 0.17148095816373826, + "num_tokens": 10172926.0, + "step": 5865 + }, + { + "entropy": 5.717158079147339, + "epoch": 0.45672048239642093, + "grad_norm": 1.2109375, + "learning_rate": 0.0004983832070730055, + "loss": 5.5916, + "mean_token_accuracy": 0.15716312527656556, + "num_tokens": 10181671.0, + "step": 5870 + }, + { + "entropy": 5.646397733688355, + "epoch": 0.4571095117681385, + "grad_norm": 1.0390625, + "learning_rate": 0.0004983798887756265, + "loss": 5.4077, + "mean_token_accuracy": 0.17208849787712097, + "num_tokens": 10189626.0, + "step": 5875 + }, + { + "entropy": 5.74006757736206, + "epoch": 0.45749854113985605, + "grad_norm": 0.9609375, + "learning_rate": 0.0004983765670888133, + "loss": 5.5492, + "mean_token_accuracy": 0.16686739027500153, + "num_tokens": 10198212.0, + "step": 5880 + }, + { + "entropy": 5.646033382415771, + "epoch": 0.45788757051157364, + "grad_norm": 0.99609375, + "learning_rate": 0.0004983732420126163, + "loss": 5.4416, + "mean_token_accuracy": 0.1704038918018341, + "num_tokens": 10207342.0, + "step": 5885 + }, + { + "entropy": 5.748333358764649, + "epoch": 0.45827659988329117, + "grad_norm": 0.9296875, + "learning_rate": 0.0004983699135470858, + "loss": 5.5571, + "mean_token_accuracy": 0.1590263545513153, + "num_tokens": 10216413.0, + "step": 5890 + }, + { + "entropy": 5.726169633865356, + "epoch": 0.45866562925500876, + "grad_norm": 0.9375, + "learning_rate": 0.0004983665816922723, + "loss": 5.489, + "mean_token_accuracy": 0.16571661978960037, + "num_tokens": 10225889.0, + "step": 5895 + }, + { + "entropy": 5.656914520263672, + "epoch": 0.45905465862672634, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983632464482267, + "loss": 5.4281, + "mean_token_accuracy": 0.16902617514133453, + "num_tokens": 10234518.0, + "step": 5900 + }, + { + "entropy": 5.736385107040405, + "epoch": 0.4594436879984439, + "grad_norm": 0.953125, + "learning_rate": 0.0004983599078149991, + "loss": 5.5688, + "mean_token_accuracy": 0.15792535990476608, + "num_tokens": 10243074.0, + "step": 5905 + }, + { + "entropy": 5.8126506328582765, + "epoch": 0.45983271737016146, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983565657926405, + "loss": 5.5234, + "mean_token_accuracy": 0.16075174808502196, + "num_tokens": 10253473.0, + "step": 5910 + }, + { + "entropy": 5.7456237316131595, + "epoch": 0.460221746741879, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983532203812017, + "loss": 5.5978, + "mean_token_accuracy": 0.161079540848732, + "num_tokens": 10261866.0, + "step": 5915 + }, + { + "entropy": 5.715584325790405, + "epoch": 0.4606107761135966, + "grad_norm": 0.9765625, + "learning_rate": 0.0004983498715807331, + "loss": 5.4522, + "mean_token_accuracy": 0.16834707856178283, + "num_tokens": 10270350.0, + "step": 5920 + }, + { + "entropy": 5.687623453140259, + "epoch": 0.46099980548531416, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983465193912857, + "loss": 5.6004, + "mean_token_accuracy": 0.1558307781815529, + "num_tokens": 10279556.0, + "step": 5925 + }, + { + "entropy": 5.6369805335998535, + "epoch": 0.4613888348570317, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983431638129104, + "loss": 5.3705, + "mean_token_accuracy": 0.16682921946048737, + "num_tokens": 10287489.0, + "step": 5930 + }, + { + "entropy": 5.647270536422729, + "epoch": 0.4617778642287493, + "grad_norm": 1.03125, + "learning_rate": 0.0004983398048456581, + "loss": 5.3598, + "mean_token_accuracy": 0.17038783580064773, + "num_tokens": 10296280.0, + "step": 5935 + }, + { + "entropy": 5.672983312606812, + "epoch": 0.4621668936004668, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983364424895796, + "loss": 5.4964, + "mean_token_accuracy": 0.16527538746595383, + "num_tokens": 10304091.0, + "step": 5940 + }, + { + "entropy": 5.718464946746826, + "epoch": 0.4625559229721844, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983330767447262, + "loss": 5.5366, + "mean_token_accuracy": 0.16057891249656678, + "num_tokens": 10313058.0, + "step": 5945 + }, + { + "entropy": 5.695686197280883, + "epoch": 0.462944952343902, + "grad_norm": 1.078125, + "learning_rate": 0.0004983297076111489, + "loss": 5.5003, + "mean_token_accuracy": 0.1629731461405754, + "num_tokens": 10321642.0, + "step": 5950 + }, + { + "entropy": 5.663236951828003, + "epoch": 0.4633339817156195, + "grad_norm": 0.97265625, + "learning_rate": 0.0004983263350888987, + "loss": 5.3201, + "mean_token_accuracy": 0.17207740843296052, + "num_tokens": 10329829.0, + "step": 5955 + }, + { + "entropy": 5.700695466995239, + "epoch": 0.4637230110873371, + "grad_norm": 1.015625, + "learning_rate": 0.0004983229591780268, + "loss": 5.5593, + "mean_token_accuracy": 0.16328161358833312, + "num_tokens": 10338182.0, + "step": 5960 + }, + { + "entropy": 5.698422574996949, + "epoch": 0.46411204045905463, + "grad_norm": 1.09375, + "learning_rate": 0.0004983195798785844, + "loss": 5.451, + "mean_token_accuracy": 0.16804663538932801, + "num_tokens": 10346377.0, + "step": 5965 + }, + { + "entropy": 5.697450780868531, + "epoch": 0.4645010698307722, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983161971906228, + "loss": 5.4454, + "mean_token_accuracy": 0.16864902079105376, + "num_tokens": 10354937.0, + "step": 5970 + }, + { + "entropy": 5.609955787658691, + "epoch": 0.4648900992024898, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983128111141935, + "loss": 5.3412, + "mean_token_accuracy": 0.17436672896146774, + "num_tokens": 10363706.0, + "step": 5975 + }, + { + "entropy": 5.63286337852478, + "epoch": 0.46527912857420733, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983094216493475, + "loss": 5.4905, + "mean_token_accuracy": 0.16379242837429048, + "num_tokens": 10372292.0, + "step": 5980 + }, + { + "entropy": 5.707705450057984, + "epoch": 0.4656681579459249, + "grad_norm": 0.94921875, + "learning_rate": 0.0004983060287961367, + "loss": 5.464, + "mean_token_accuracy": 0.1689232751727104, + "num_tokens": 10381260.0, + "step": 5985 + }, + { + "entropy": 5.693024921417236, + "epoch": 0.4660571873176425, + "grad_norm": 1.046875, + "learning_rate": 0.0004983026325546123, + "loss": 5.4842, + "mean_token_accuracy": 0.161691378057003, + "num_tokens": 10390646.0, + "step": 5990 + }, + { + "entropy": 5.6791528224945065, + "epoch": 0.46644621668936004, + "grad_norm": 1.0390625, + "learning_rate": 0.0004982992329248257, + "loss": 5.5513, + "mean_token_accuracy": 0.16394535303115845, + "num_tokens": 10399056.0, + "step": 5995 + }, + { + "entropy": 5.694767427444458, + "epoch": 0.4668352460610776, + "grad_norm": 0.9609375, + "learning_rate": 0.0004982958299068289, + "loss": 5.536, + "mean_token_accuracy": 0.15566003024578096, + "num_tokens": 10408746.0, + "step": 6000 + }, + { + "epoch": 0.4668352460610776, + "eval_entropy": 5.526954579376279, + "eval_loss": 5.511401176452637, + "eval_mean_token_accuracy": 0.17264520771607858, + "eval_num_tokens": 10408746.0, + "eval_runtime": 21.9309, + "eval_samples_per_second": 1894.95, + "eval_steps_per_second": 236.88, + "step": 6000 + } + ], + "logging_steps": 5, + "max_steps": 128520, + "num_input_tokens_seen": 0, + "num_train_epochs": 10, + "save_steps": 3000, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 2095049433415680.0, + "train_batch_size": 16, + "trial_name": null, + "trial_params": null +} diff --git a/checkpoint-6000/training_args.bin b/checkpoint-6000/training_args.bin new file mode 100644 index 0000000..dd7c32c --- /dev/null +++ b/checkpoint-6000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3d2a68b90360eb655421532420fe46f2b0b1d0c12707e3871f3a554431b82b +size 6289 diff --git a/checkpoint-9000/added_tokens.json b/checkpoint-9000/added_tokens.json new file mode 100644 index 0000000..b3dbcdb --- /dev/null +++ b/checkpoint-9000/added_tokens.json @@ -0,0 +1,1202 @@ +{ + "": 50002, + "[CLS]": 50000, + "[MASK]": 50003, + "[SEP]": 50001, + "[XXXXX0]": 50771, + "[XXXXX1000]": 50549, + "[XXXXX1001]": 50657, + "[XXXXX1002]": 51158, + "[XXXXX1003]": 51044, + "[XXXXX1004]": 50688, + "[XXXXX1005]": 50689, + "[XXXXX1006]": 50410, + "[XXXXX1007]": 50724, + "[XXXXX1008]": 50171, + "[XXXXX1009]": 51077, + "[XXXXX100]": 50091, + "[XXXXX1010]": 50639, + "[XXXXX1011]": 51094, + "[XXXXX1012]": 50392, + "[XXXXX1013]": 50626, + "[XXXXX1014]": 50991, + "[XXXXX1015]": 50529, + "[XXXXX1016]": 51193, + "[XXXXX1017]": 51073, + "[XXXXX1018]": 51104, + "[XXXXX1019]": 50775, + "[XXXXX101]": 50139, + "[XXXXX1020]": 50157, + "[XXXXX1021]": 50934, + "[XXXXX1022]": 51159, + "[XXXXX1023]": 50048, + "[XXXXX1024]": 51123, + "[XXXXX1025]": 50084, + "[XXXXX1026]": 50813, + "[XXXXX1027]": 50725, + "[XXXXX1028]": 50931, + "[XXXXX1029]": 50233, + "[XXXXX102]": 50213, + "[XXXXX1030]": 51023, + "[XXXXX1031]": 50098, + "[XXXXX1032]": 50802, + "[XXXXX1033]": 50061, + "[XXXXX1034]": 51139, + "[XXXXX1035]": 51110, + "[XXXXX1036]": 50204, + "[XXXXX1037]": 50023, + "[XXXXX1038]": 50142, + "[XXXXX1039]": 50328, + "[XXXXX103]": 50087, + "[XXXXX1040]": 50435, + "[XXXXX1041]": 50489, + "[XXXXX1042]": 50216, + "[XXXXX1043]": 50144, + "[XXXXX1044]": 50832, + "[XXXXX1045]": 50566, + "[XXXXX1046]": 50922, + "[XXXXX1047]": 50796, + "[XXXXX1048]": 50533, + "[XXXXX1049]": 50433, + "[XXXXX104]": 50478, + "[XXXXX1050]": 50953, + "[XXXXX1051]": 50497, + "[XXXXX1052]": 50655, + "[XXXXX1053]": 50881, + "[XXXXX1054]": 50461, + "[XXXXX1055]": 50052, + "[XXXXX1056]": 50219, + "[XXXXX1057]": 50789, + "[XXXXX1058]": 50121, + "[XXXXX1059]": 51002, + "[XXXXX105]": 51192, + "[XXXXX1060]": 50158, + "[XXXXX1061]": 50352, + "[XXXXX1062]": 50637, + "[XXXXX1063]": 50440, + "[XXXXX1064]": 50590, + "[XXXXX1065]": 51107, + "[XXXXX1066]": 50758, + "[XXXXX1067]": 51011, + "[XXXXX1068]": 50985, + "[XXXXX1069]": 51175, + "[XXXXX106]": 50532, + "[XXXXX1070]": 50790, + "[XXXXX1071]": 50394, + "[XXXXX1072]": 50852, + "[XXXXX1073]": 50869, + "[XXXXX1074]": 50126, + "[XXXXX1075]": 50783, + "[XXXXX1076]": 50806, + "[XXXXX1077]": 50882, + "[XXXXX1078]": 50726, + "[XXXXX1079]": 51010, + "[XXXXX107]": 50714, + "[XXXXX1080]": 50168, + "[XXXXX1081]": 50425, + "[XXXXX1082]": 50848, + "[XXXXX1083]": 50014, + "[XXXXX1084]": 50341, + "[XXXXX1085]": 50734, + "[XXXXX1086]": 50664, + "[XXXXX1087]": 51007, + "[XXXXX1088]": 51151, + "[XXXXX1089]": 50269, + "[XXXXX108]": 50996, + "[XXXXX1090]": 50826, + "[XXXXX1091]": 51105, + "[XXXXX1092]": 50731, + "[XXXXX1093]": 50856, + "[XXXXX1094]": 50369, + "[XXXXX1095]": 50065, + "[XXXXX1096]": 50309, + "[XXXXX1097]": 50838, + "[XXXXX1098]": 50451, + "[XXXXX1099]": 50384, + "[XXXXX109]": 50543, + "[XXXXX10]": 50325, + "[XXXXX1100]": 50318, + "[XXXXX1101]": 50764, + "[XXXXX1102]": 51025, + "[XXXXX1103]": 50642, + "[XXXXX1104]": 50665, + "[XXXXX1105]": 50855, + "[XXXXX1106]": 51063, + "[XXXXX1107]": 50025, + "[XXXXX1108]": 50122, + "[XXXXX1109]": 50470, + "[XXXXX110]": 50062, + "[XXXXX1110]": 51019, + "[XXXXX1111]": 51124, + "[XXXXX1112]": 50146, + "[XXXXX1113]": 51125, + "[XXXXX1114]": 50434, + "[XXXXX1115]": 50818, + "[XXXXX1116]": 50960, + "[XXXXX1117]": 50258, + "[XXXXX1118]": 50596, + "[XXXXX1119]": 50083, + "[XXXXX111]": 51064, + "[XXXXX1120]": 50915, + "[XXXXX1121]": 50835, + "[XXXXX1122]": 51056, + "[XXXXX1123]": 50172, + "[XXXXX1124]": 50972, + "[XXXXX1125]": 50275, + "[XXXXX1126]": 50430, + "[XXXXX1127]": 50743, + "[XXXXX1128]": 50551, + "[XXXXX1129]": 50439, + "[XXXXX112]": 50819, + "[XXXXX1130]": 50536, + "[XXXXX1131]": 50622, + "[XXXXX1132]": 50623, + "[XXXXX1133]": 50117, + "[XXXXX1134]": 50251, + "[XXXXX1135]": 50678, + "[XXXXX1136]": 50316, + "[XXXXX1137]": 50905, + "[XXXXX1138]": 50992, + "[XXXXX1139]": 50851, + "[XXXXX113]": 50443, + "[XXXXX1140]": 50499, + "[XXXXX1141]": 50629, + "[XXXXX1142]": 50944, + "[XXXXX1143]": 50373, + "[XXXXX1144]": 50123, + "[XXXXX1145]": 50173, + "[XXXXX1146]": 50891, + "[XXXXX1147]": 50471, + "[XXXXX1148]": 50560, + "[XXXXX1149]": 50541, + "[XXXXX114]": 50631, + "[XXXXX1150]": 50033, + "[XXXXX1151]": 50063, + "[XXXXX1152]": 50767, + "[XXXXX1153]": 50897, + "[XXXXX1154]": 50568, + "[XXXXX1155]": 51131, + "[XXXXX1156]": 50009, + "[XXXXX1157]": 50417, + "[XXXXX1158]": 50477, + "[XXXXX1159]": 50941, + "[XXXXX115]": 50294, + "[XXXXX1160]": 50679, + "[XXXXX1161]": 51108, + "[XXXXX1162]": 50332, + "[XXXXX1163]": 50424, + "[XXXXX1164]": 50473, + "[XXXXX1165]": 50793, + "[XXXXX1166]": 50453, + "[XXXXX1167]": 50807, + "[XXXXX1168]": 50128, + "[XXXXX1169]": 50039, + "[XXXXX116]": 50759, + "[XXXXX1170]": 50735, + "[XXXXX1171]": 50366, + "[XXXXX1172]": 50808, + "[XXXXX1173]": 50426, + "[XXXXX1174]": 50076, + "[XXXXX1175]": 50943, + "[XXXXX1176]": 50252, + "[XXXXX1177]": 50999, + "[XXXXX1178]": 50264, + "[XXXXX1179]": 50607, + "[XXXXX117]": 51036, + "[XXXXX1180]": 50986, + "[XXXXX1181]": 50744, + "[XXXXX1182]": 50186, + "[XXXXX1183]": 50555, + "[XXXXX1184]": 51076, + "[XXXXX1185]": 50849, + "[XXXXX1186]": 51128, + "[XXXXX1187]": 50858, + "[XXXXX1188]": 50656, + "[XXXXX1189]": 50064, + "[XXXXX118]": 50081, + "[XXXXX1190]": 51197, + "[XXXXX1191]": 50104, + "[XXXXX1192]": 50045, + "[XXXXX1193]": 50404, + "[XXXXX1194]": 50690, + "[XXXXX1195]": 50495, + "[XXXXX119]": 50108, + "[XXXXX11]": 50976, + "[XXXXX120]": 51081, + "[XXXXX121]": 50464, + "[XXXXX122]": 50829, + "[XXXXX123]": 50766, + "[XXXXX124]": 50732, + "[XXXXX125]": 50221, + "[XXXXX126]": 50810, + "[XXXXX127]": 50130, + "[XXXXX128]": 50751, + "[XXXXX129]": 50662, + "[XXXXX12]": 50602, + "[XXXXX130]": 50035, + "[XXXXX131]": 50715, + "[XXXXX132]": 50340, + "[XXXXX133]": 50563, + "[XXXXX134]": 50993, + "[XXXXX135]": 50304, + "[XXXXX136]": 50131, + "[XXXXX137]": 50578, + "[XXXXX138]": 50757, + "[XXXXX139]": 50582, + "[XXXXX13]": 50105, + "[XXXXX140]": 50085, + "[XXXXX141]": 50553, + "[XXXXX142]": 50749, + "[XXXXX143]": 50351, + "[XXXXX144]": 51024, + "[XXXXX145]": 51144, + "[XXXXX146]": 50042, + "[XXXXX147]": 50145, + "[XXXXX148]": 50066, + "[XXXXX149]": 50876, + "[XXXXX14]": 51006, + "[XXXXX150]": 50280, + "[XXXXX151]": 50093, + "[XXXXX152]": 50638, + "[XXXXX153]": 50684, + "[XXXXX154]": 50820, + "[XXXXX155]": 51196, + "[XXXXX156]": 50317, + "[XXXXX157]": 50284, + "[XXXXX158]": 50288, + "[XXXXX159]": 50814, + "[XXXXX15]": 50608, + "[XXXXX160]": 50004, + "[XXXXX161]": 50008, + "[XXXXX162]": 50377, + "[XXXXX163]": 50214, + "[XXXXX164]": 50708, + "[XXXXX165]": 50390, + "[XXXXX166]": 50741, + "[XXXXX167]": 50445, + "[XXXXX168]": 50936, + "[XXXXX169]": 50896, + "[XXXXX16]": 50442, + "[XXXXX170]": 50109, + "[XXXXX171]": 50140, + "[XXXXX172]": 50427, + "[XXXXX173]": 51074, + "[XXXXX174]": 50162, + "[XXXXX175]": 51015, + "[XXXXX176]": 50524, + "[XXXXX177]": 50673, + "[XXXXX178]": 50054, + "[XXXXX179]": 50805, + "[XXXXX17]": 50482, + "[XXXXX180]": 50253, + "[XXXXX181]": 50493, + "[XXXXX182]": 50421, + "[XXXXX183]": 51050, + "[XXXXX184]": 50521, + "[XXXXX185]": 50188, + "[XXXXX186]": 50147, + "[XXXXX187]": 50201, + "[XXXXX188]": 50973, + "[XXXXX189]": 50409, + "[XXXXX18]": 50115, + "[XXXXX190]": 50051, + "[XXXXX191]": 51020, + "[XXXXX192]": 51047, + "[XXXXX193]": 50669, + "[XXXXX194]": 50643, + "[XXXXX195]": 50159, + "[XXXXX196]": 50649, + "[XXXXX197]": 51178, + "[XXXXX198]": 50043, + "[XXXXX199]": 51147, + "[XXXXX19]": 51127, + "[XXXXX1]": 51114, + "[XXXXX200]": 50840, + "[XXXXX201]": 50365, + "[XXXXX202]": 50232, + "[XXXXX203]": 50241, + "[XXXXX204]": 50548, + "[XXXXX205]": 50781, + "[XXXXX206]": 50923, + "[XXXXX207]": 51115, + "[XXXXX208]": 50344, + "[XXXXX209]": 50299, + "[XXXXX20]": 51031, + "[XXXXX210]": 51179, + "[XXXXX211]": 51163, + "[XXXXX212]": 50562, + "[XXXXX213]": 50094, + "[XXXXX214]": 50257, + "[XXXXX215]": 50967, + "[XXXXX216]": 50523, + "[XXXXX217]": 51132, + "[XXXXX218]": 51146, + "[XXXXX219]": 50411, + "[XXXXX21]": 50354, + "[XXXXX220]": 50853, + "[XXXXX221]": 50886, + "[XXXXX222]": 50600, + "[XXXXX223]": 50873, + "[XXXXX224]": 50416, + "[XXXXX225]": 50675, + "[XXXXX226]": 50583, + "[XXXXX227]": 50151, + "[XXXXX228]": 50927, + "[XXXXX229]": 50609, + "[XXXXX22]": 50589, + "[XXXXX230]": 50238, + "[XXXXX231]": 50242, + "[XXXXX232]": 51016, + "[XXXXX233]": 50406, + "[XXXXX234]": 50908, + "[XXXXX235]": 50024, + "[XXXXX236]": 50270, + "[XXXXX237]": 50132, + "[XXXXX238]": 50800, + "[XXXXX239]": 50236, + "[XXXXX23]": 50007, + "[XXXXX240]": 50005, + "[XXXXX241]": 50894, + "[XXXXX242]": 50694, + "[XXXXX243]": 51071, + "[XXXXX244]": 51017, + "[XXXXX245]": 50068, + "[XXXXX246]": 50682, + "[XXXXX247]": 50913, + "[XXXXX248]": 51028, + "[XXXXX249]": 50037, + "[XXXXX24]": 51169, + "[XXXXX250]": 50747, + "[XXXXX251]": 50947, + "[XXXXX252]": 50329, + "[XXXXX253]": 50612, + "[XXXXX254]": 50110, + "[XXXXX255]": 50824, + "[XXXXX256]": 50558, + "[XXXXX257]": 50969, + "[XXXXX258]": 50729, + "[XXXXX259]": 50125, + "[XXXXX25]": 51160, + "[XXXXX260]": 50040, + "[XXXXX261]": 51038, + "[XXXXX262]": 50347, + "[XXXXX263]": 50740, + "[XXXXX264]": 51195, + "[XXXXX265]": 50879, + "[XXXXX266]": 50770, + "[XXXXX267]": 50178, + "[XXXXX268]": 50804, + "[XXXXX269]": 50906, + "[XXXXX26]": 50150, + "[XXXXX270]": 51191, + "[XXXXX271]": 50047, + "[XXXXX272]": 50195, + "[XXXXX273]": 50554, + "[XXXXX274]": 50833, + "[XXXXX275]": 50346, + "[XXXXX276]": 50950, + "[XXXXX277]": 50864, + "[XXXXX278]": 50259, + "[XXXXX279]": 50671, + "[XXXXX27]": 50468, + "[XXXXX280]": 50082, + "[XXXXX281]": 50565, + "[XXXXX282]": 50984, + "[XXXXX283]": 50650, + "[XXXXX284]": 50975, + "[XXXXX285]": 50603, + "[XXXXX286]": 50027, + "[XXXXX287]": 50181, + "[XXXXX288]": 50981, + "[XXXXX289]": 50885, + "[XXXXX28]": 50249, + "[XXXXX290]": 50522, + "[XXXXX291]": 50050, + "[XXXXX292]": 50313, + "[XXXXX293]": 50503, + "[XXXXX294]": 51176, + "[XXXXX295]": 51177, + "[XXXXX296]": 50379, + "[XXXXX297]": 50635, + "[XXXXX298]": 50723, + "[XXXXX299]": 50200, + "[XXXXX29]": 50892, + "[XXXXX2]": 51119, + "[XXXXX300]": 51026, + "[XXXXX301]": 50528, + "[XXXXX302]": 51149, + "[XXXXX303]": 50044, + "[XXXXX304]": 50209, + "[XXXXX305]": 50988, + "[XXXXX306]": 50518, + "[XXXXX307]": 50088, + "[XXXXX308]": 50733, + "[XXXXX309]": 51066, + "[XXXXX30]": 50506, + "[XXXXX310]": 50285, + "[XXXXX311]": 50859, + "[XXXXX312]": 50263, + "[XXXXX313]": 50594, + "[XXXXX314]": 51103, + "[XXXXX315]": 50871, + "[XXXXX316]": 50300, + "[XXXXX317]": 50760, + "[XXXXX318]": 50055, + "[XXXXX319]": 50389, + "[XXXXX31]": 50212, + "[XXXXX320]": 50444, + "[XXXXX321]": 50994, + "[XXXXX322]": 50281, + "[XXXXX323]": 50179, + "[XXXXX324]": 50455, + "[XXXXX325]": 50970, + "[XXXXX326]": 50666, + "[XXXXX327]": 50604, + "[XXXXX328]": 50627, + "[XXXXX329]": 50475, + "[XXXXX32]": 50277, + "[XXXXX330]": 50667, + "[XXXXX331]": 50348, + "[XXXXX332]": 50772, + "[XXXXX333]": 50163, + "[XXXXX334]": 50569, + "[XXXXX335]": 50018, + "[XXXXX336]": 50883, + "[XXXXX337]": 50067, + "[XXXXX338]": 51184, + "[XXXXX339]": 50997, + "[XXXXX33]": 50403, + "[XXXXX340]": 51013, + "[XXXXX341]": 50957, + "[XXXXX342]": 51106, + "[XXXXX343]": 51174, + "[XXXXX344]": 50391, + "[XXXXX345]": 50948, + "[XXXXX346]": 50180, + "[XXXXX347]": 50811, + "[XXXXX348]": 50401, + "[XXXXX349]": 50911, + "[XXXXX34]": 50223, + "[XXXXX350]": 51089, + "[XXXXX351]": 50777, + "[XXXXX352]": 50189, + "[XXXXX353]": 50492, + "[XXXXX354]": 50205, + "[XXXXX355]": 50374, + "[XXXXX356]": 51152, + "[XXXXX357]": 50695, + "[XXXXX358]": 51117, + "[XXXXX359]": 50573, + "[XXXXX35]": 50752, + "[XXXXX360]": 50955, + "[XXXXX361]": 50349, + "[XXXXX362]": 51137, + "[XXXXX363]": 50641, + "[XXXXX364]": 51148, + "[XXXXX365]": 50255, + "[XXXXX366]": 50310, + "[XXXXX367]": 50314, + "[XXXXX368]": 50971, + "[XXXXX369]": 50916, + "[XXXXX36]": 50437, + "[XXXXX370]": 51096, + "[XXXXX371]": 50557, + "[XXXXX372]": 51095, + "[XXXXX373]": 50382, + "[XXXXX374]": 50119, + "[XXXXX375]": 50958, + "[XXXXX376]": 50624, + "[XXXXX377]": 50483, + "[XXXXX378]": 50605, + "[XXXXX379]": 50017, + "[XXXXX37]": 50706, + "[XXXXX380]": 50246, + "[XXXXX381]": 50588, + "[XXXXX382]": 51008, + "[XXXXX383]": 50801, + "[XXXXX384]": 50290, + "[XXXXX385]": 50899, + "[XXXXX386]": 50206, + "[XXXXX387]": 50716, + "[XXXXX388]": 51082, + "[XXXXX389]": 50177, + "[XXXXX38]": 50736, + "[XXXXX390]": 50282, + "[XXXXX391]": 51183, + "[XXXXX392]": 50286, + "[XXXXX393]": 50659, + "[XXXXX394]": 50378, + "[XXXXX395]": 50709, + "[XXXXX396]": 50028, + "[XXXXX397]": 50235, + "[XXXXX398]": 51014, + "[XXXXX399]": 50880, + "[XXXXX39]": 50305, + "[XXXXX3]": 50077, + "[XXXXX400]": 50155, + "[XXXXX401]": 50710, + "[XXXXX402]": 50507, + "[XXXXX403]": 50860, + "[XXXXX404]": 50661, + "[XXXXX405]": 51083, + "[XXXXX406]": 50888, + "[XXXXX407]": 50069, + "[XXXXX408]": 50691, + "[XXXXX409]": 51055, + "[XXXXX40]": 50337, + "[XXXXX410]": 50137, + "[XXXXX411]": 50791, + "[XXXXX412]": 50136, + "[XXXXX413]": 50730, + "[XXXXX414]": 50267, + "[XXXXX415]": 50012, + "[XXXXX416]": 50681, + "[XXXXX417]": 50942, + "[XXXXX418]": 50720, + "[XXXXX419]": 50844, + "[XXXXX41]": 50387, + "[XXXXX420]": 50111, + "[XXXXX421]": 51003, + "[XXXXX422]": 50785, + "[XXXXX423]": 50149, + "[XXXXX424]": 50422, + "[XXXXX425]": 51086, + "[XXXXX426]": 50862, + "[XXXXX427]": 50576, + "[XXXXX428]": 51049, + "[XXXXX429]": 50630, + "[XXXXX42]": 50799, + "[XXXXX430]": 50289, + "[XXXXX431]": 50184, + "[XXXXX432]": 50319, + "[XXXXX433]": 51116, + "[XXXXX434]": 50519, + "[XXXXX435]": 50496, + "[XXXXX436]": 50517, + "[XXXXX437]": 50865, + "[XXXXX438]": 50737, + "[XXXXX439]": 50356, + "[XXXXX43]": 50359, + "[XXXXX440]": 50898, + "[XXXXX441]": 50113, + "[XXXXX442]": 50527, + "[XXXXX443]": 50762, + "[XXXXX444]": 50540, + "[XXXXX445]": 50925, + "[XXXXX446]": 50711, + "[XXXXX447]": 50143, + "[XXXXX448]": 51170, + "[XXXXX449]": 50413, + "[XXXXX44]": 50097, + "[XXXXX450]": 50375, + "[XXXXX451]": 50846, + "[XXXXX452]": 50217, + "[XXXXX453]": 50699, + "[XXXXX454]": 50412, + "[XXXXX455]": 50418, + "[XXXXX456]": 51143, + "[XXXXX457]": 51141, + "[XXXXX458]": 51157, + "[XXXXX459]": 50825, + "[XXXXX45]": 50203, + "[XXXXX460]": 50194, + "[XXXXX461]": 50148, + "[XXXXX462]": 50276, + "[XXXXX463]": 50271, + "[XXXXX464]": 50836, + "[XXXXX465]": 50854, + "[XXXXX466]": 50164, + "[XXXXX467]": 50484, + "[XXXXX468]": 51097, + "[XXXXX469]": 50182, + "[XXXXX46]": 50505, + "[XXXXX470]": 50670, + "[XXXXX471]": 50595, + "[XXXXX472]": 50237, + "[XXXXX473]": 50057, + "[XXXXX474]": 50431, + "[XXXXX475]": 50738, + "[XXXXX476]": 51145, + "[XXXXX477]": 50247, + "[XXXXX478]": 50029, + "[XXXXX479]": 50917, + "[XXXXX47]": 50579, + "[XXXXX480]": 50702, + "[XXXXX481]": 50831, + "[XXXXX482]": 50753, + "[XXXXX483]": 50598, + "[XXXXX484]": 51136, + "[XXXXX485]": 50092, + "[XXXXX486]": 50202, + "[XXXXX487]": 50106, + "[XXXXX488]": 50924, + "[XXXXX489]": 51113, + "[XXXXX48]": 50842, + "[XXXXX490]": 50761, + "[XXXXX491]": 50577, + "[XXXXX492]": 50692, + "[XXXXX493]": 51130, + "[XXXXX494]": 50932, + "[XXXXX495]": 50837, + "[XXXXX496]": 50893, + "[XXXXX497]": 50773, + "[XXXXX498]": 50360, + "[XXXXX499]": 50900, + "[XXXXX49]": 51062, + "[XXXXX4]": 50396, + "[XXXXX500]": 51034, + "[XXXXX501]": 50472, + "[XXXXX502]": 50660, + "[XXXXX503]": 50815, + "[XXXXX504]": 50939, + "[XXXXX505]": 50419, + "[XXXXX506]": 50324, + "[XXXXX507]": 50428, + "[XXXXX508]": 50274, + "[XXXXX509]": 50311, + "[XXXXX50]": 50459, + "[XXXXX510]": 50674, + "[XXXXX511]": 50580, + "[XXXXX512]": 50956, + "[XXXXX513]": 50165, + "[XXXXX514]": 50320, + "[XXXXX515]": 50648, + "[XXXXX516]": 50386, + "[XXXXX517]": 50058, + "[XXXXX518]": 51045, + "[XXXXX519]": 50103, + "[XXXXX51]": 50979, + "[XXXXX520]": 50530, + "[XXXXX521]": 50907, + "[XXXXX522]": 50260, + "[XXXXX523]": 50632, + "[XXXXX524]": 50926, + "[XXXXX525]": 50687, + "[XXXXX526]": 50160, + "[XXXXX527]": 51053, + "[XXXXX528]": 50652, + "[XXXXX529]": 51041, + "[XXXXX52]": 50272, + "[XXXXX530]": 51111, + "[XXXXX531]": 51009, + "[XXXXX532]": 51079, + "[XXXXX533]": 50487, + "[XXXXX534]": 51059, + "[XXXXX535]": 50335, + "[XXXXX536]": 50380, + "[XXXXX537]": 50301, + "[XXXXX538]": 51067, + "[XXXXX539]": 51052, + "[XXXXX53]": 51048, + "[XXXXX540]": 50822, + "[XXXXX541]": 51040, + "[XXXXX542]": 50490, + "[XXXXX543]": 50448, + "[XXXXX544]": 50812, + "[XXXXX545]": 50099, + "[XXXXX546]": 51199, + "[XXXXX547]": 50226, + "[XXXXX548]": 50538, + "[XXXXX549]": 50342, + "[XXXXX54]": 50701, + "[XXXXX550]": 50544, + "[XXXXX551]": 50398, + "[XXXXX552]": 51102, + "[XXXXX553]": 50919, + "[XXXXX554]": 50615, + "[XXXXX555]": 50769, + "[XXXXX556]": 50940, + "[XXXXX557]": 50070, + "[XXXXX558]": 50680, + "[XXXXX559]": 50611, + "[XXXXX55]": 50574, + "[XXXXX560]": 50381, + "[XXXXX561]": 50350, + "[XXXXX562]": 50175, + "[XXXXX563]": 50584, + "[XXXXX564]": 50703, + "[XXXXX565]": 50989, + "[XXXXX566]": 50877, + "[XXXXX567]": 51039, + "[XXXXX568]": 51018, + "[XXXXX569]": 50452, + "[XXXXX56]": 51099, + "[XXXXX570]": 50161, + "[XXXXX571]": 50921, + "[XXXXX572]": 50676, + "[XXXXX573]": 50326, + "[XXXXX574]": 50987, + "[XXXXX575]": 50361, + "[XXXXX576]": 50071, + "[XXXXX577]": 50803, + "[XXXXX578]": 50400, + "[XXXXX579]": 51091, + "[XXXXX57]": 50501, + "[XXXXX580]": 50887, + "[XXXXX581]": 50839, + "[XXXXX582]": 51138, + "[XXXXX583]": 50816, + "[XXXXX584]": 50339, + "[XXXXX585]": 50463, + "[XXXXX586]": 50399, + "[XXXXX587]": 51070, + "[XXXXX588]": 50457, + "[XXXXX589]": 50828, + "[XXXXX58]": 50183, + "[XXXXX590]": 50080, + "[XXXXX591]": 50550, + "[XXXXX592]": 50129, + "[XXXXX593]": 50273, + "[XXXXX594]": 50388, + "[XXXXX595]": 50491, + "[XXXXX596]": 50278, + "[XXXXX597]": 50011, + "[XXXXX598]": 50254, + "[XXXXX599]": 50302, + "[XXXXX59]": 50353, + "[XXXXX5]": 50010, + "[XXXXX600]": 50704, + "[XXXXX601]": 51118, + "[XXXXX602]": 50049, + "[XXXXX603]": 51190, + "[XXXXX604]": 51142, + "[XXXXX605]": 50707, + "[XXXXX606]": 50937, + "[XXXXX607]": 50875, + "[XXXXX608]": 50564, + "[XXXXX609]": 50345, + "[XXXXX60]": 50713, + "[XXXXX610]": 50949, + "[XXXXX611]": 50978, + "[XXXXX612]": 50330, + "[XXXXX613]": 51035, + "[XXXXX614]": 50402, + "[XXXXX615]": 50176, + "[XXXXX616]": 51133, + "[XXXXX617]": 50222, + "[XXXXX618]": 50118, + "[XXXXX619]": 50196, + "[XXXXX61]": 50298, + "[XXXXX620]": 50668, + "[XXXXX621]": 50462, + "[XXXXX622]": 50218, + "[XXXXX623]": 51101, + "[XXXXX624]": 50362, + "[XXXXX625]": 50779, + "[XXXXX626]": 50513, + "[XXXXX627]": 50746, + "[XXXXX628]": 50141, + "[XXXXX629]": 50479, + "[XXXXX62]": 50056, + "[XXXXX630]": 51180, + "[XXXXX631]": 50872, + "[XXXXX632]": 50315, + "[XXXXX633]": 50397, + "[XXXXX634]": 51165, + "[XXXXX635]": 50046, + "[XXXXX636]": 50795, + "[XXXXX637]": 50959, + "[XXXXX638]": 50786, + "[XXXXX639]": 50240, + "[XXXXX63]": 51061, + "[XXXXX640]": 50601, + "[XXXXX641]": 50904, + "[XXXXX642]": 50376, + "[XXXXX643]": 50663, + "[XXXXX644]": 50613, + "[XXXXX645]": 50467, + "[XXXXX646]": 50546, + "[XXXXX647]": 50465, + "[XXXXX648]": 50395, + "[XXXXX649]": 50287, + "[XXXXX64]": 51162, + "[XXXXX650]": 50474, + "[XXXXX651]": 50727, + "[XXXXX652]": 50243, + "[XXXXX653]": 51100, + "[XXXXX654]": 50705, + "[XXXXX655]": 51012, + "[XXXXX656]": 50447, + "[XXXXX657]": 50719, + "[XXXXX658]": 50712, + "[XXXXX659]": 50476, + "[XXXXX65]": 50587, + "[XXXXX660]": 51054, + "[XXXXX661]": 51166, + "[XXXXX662]": 50494, + "[XXXXX663]": 50230, + "[XXXXX664]": 50621, + "[XXXXX665]": 50809, + "[XXXXX666]": 50265, + "[XXXXX667]": 50645, + "[XXXXX668]": 50817, + "[XXXXX669]": 50030, + "[XXXXX66]": 51029, + "[XXXXX670]": 51004, + "[XXXXX671]": 50685, + "[XXXXX672]": 50625, + "[XXXXX673]": 50890, + "[XXXXX674]": 50383, + "[XXXXX675]": 50929, + "[XXXXX676]": 50116, + "[XXXXX677]": 51072, + "[XXXXX678]": 51126, + "[XXXXX679]": 50755, + "[XXXXX67]": 50717, + "[XXXXX680]": 50303, + "[XXXXX681]": 50504, + "[XXXXX682]": 51075, + "[XXXXX683]": 50261, + "[XXXXX684]": 50861, + "[XXXXX685]": 50306, + "[XXXXX686]": 50016, + "[XXXXX687]": 50101, + "[XXXXX688]": 51098, + "[XXXXX689]": 50827, + "[XXXXX68]": 50863, + "[XXXXX690]": 50640, + "[XXXXX691]": 50031, + "[XXXXX692]": 50768, + "[XXXXX693]": 50013, + "[XXXXX694]": 51032, + "[XXXXX695]": 50166, + "[XXXXX696]": 50127, + "[XXXXX697]": 50414, + "[XXXXX698]": 50742, + "[XXXXX699]": 51042, + "[XXXXX69]": 51112, + "[XXXXX6]": 50593, + "[XXXXX700]": 50292, + "[XXXXX701]": 50174, + "[XXXXX702]": 50547, + "[XXXXX703]": 50498, + "[XXXXX704]": 51078, + "[XXXXX705]": 50133, + "[XXXXX706]": 50041, + "[XXXXX707]": 51181, + "[XXXXX708]": 50585, + "[XXXXX709]": 50776, + "[XXXXX70]": 50053, + "[XXXXX710]": 50336, + "[XXXXX711]": 50765, + "[XXXXX712]": 50224, + "[XXXXX713]": 50599, + "[XXXXX714]": 50207, + "[XXXXX715]": 51043, + "[XXXXX716]": 51090, + "[XXXXX717]": 50006, + "[XXXXX718]": 50901, + "[XXXXX719]": 51001, + "[XXXXX71]": 50954, + "[XXXXX720]": 50646, + "[XXXXX721]": 50075, + "[XXXXX722]": 51120, + "[XXXXX723]": 50215, + "[XXXXX724]": 50415, + "[XXXXX725]": 50154, + "[XXXXX726]": 50935, + "[XXXXX727]": 50545, + "[XXXXX728]": 51085, + "[XXXXX729]": 50256, + "[XXXXX72]": 50363, + "[XXXXX730]": 50700, + "[XXXXX731]": 50262, + "[XXXXX732]": 50930, + "[XXXXX733]": 50333, + "[XXXXX734]": 50884, + "[XXXXX735]": 51030, + "[XXXXX736]": 50231, + "[XXXXX737]": 50405, + "[XXXXX738]": 50962, + "[XXXXX739]": 50458, + "[XXXXX73]": 50019, + "[XXXXX740]": 50878, + "[XXXXX741]": 50910, + "[XXXXX742]": 50170, + "[XXXXX743]": 50718, + "[XXXXX744]": 50616, + "[XXXXX745]": 50358, + "[XXXXX746]": 50152, + "[XXXXX747]": 50525, + "[XXXXX748]": 51167, + "[XXXXX749]": 50653, + "[XXXXX74]": 50952, + "[XXXXX750]": 50500, + "[XXXXX751]": 50446, + "[XXXXX752]": 50995, + "[XXXXX753]": 50945, + "[XXXXX754]": 51173, + "[XXXXX755]": 50823, + "[XXXXX756]": 51060, + "[XXXXX757]": 50748, + "[XXXXX758]": 50020, + "[XXXXX759]": 50197, + "[XXXXX75]": 50502, + "[XXXXX760]": 50291, + "[XXXXX761]": 50821, + "[XXXXX762]": 50190, + "[XXXXX763]": 50745, + "[XXXXX764]": 50778, + "[XXXXX765]": 50556, + "[XXXXX766]": 51161, + "[XXXXX767]": 50466, + "[XXXXX768]": 50792, + "[XXXXX769]": 50208, + "[XXXXX76]": 50169, + "[XXXXX770]": 50647, + "[XXXXX771]": 50610, + "[XXXXX772]": 51140, + "[XXXXX773]": 50441, + "[XXXXX774]": 50870, + "[XXXXX775]": 50368, + "[XXXXX776]": 50026, + "[XXXXX777]": 50677, + "[XXXXX778]": 51168, + "[XXXXX779]": 50481, + "[XXXXX77]": 50515, + "[XXXXX780]": 50225, + "[XXXXX781]": 50408, + "[XXXXX782]": 50090, + "[XXXXX783]": 50951, + "[XXXXX784]": 50015, + "[XXXXX785]": 50658, + "[XXXXX786]": 50617, + "[XXXXX787]": 50721, + "[XXXXX788]": 51084, + "[XXXXX789]": 50830, + "[XXXXX78]": 50100, + "[XXXXX790]": 50606, + "[XXXXX791]": 50124, + "[XXXXX792]": 50078, + "[XXXXX793]": 51188, + "[XXXXX794]": 50750, + "[XXXXX795]": 50138, + "[XXXXX796]": 50239, + "[XXXXX797]": 50385, + "[XXXXX798]": 50780, + "[XXXXX799]": 50683, + "[XXXXX79]": 50436, + "[XXXXX7]": 50211, + "[XXXXX800]": 51185, + "[XXXXX801]": 50250, + "[XXXXX802]": 50456, + "[XXXXX803]": 50508, + "[XXXXX804]": 51194, + "[XXXXX805]": 50021, + "[XXXXX806]": 50307, + "[XXXXX807]": 50199, + "[XXXXX808]": 51129, + "[XXXXX809]": 50686, + "[XXXXX80]": 50370, + "[XXXXX810]": 50343, + "[XXXXX811]": 50614, + "[XXXXX812]": 50636, + "[XXXXX813]": 51198, + "[XXXXX814]": 50788, + "[XXXXX815]": 50120, + "[XXXXX816]": 50135, + "[XXXXX817]": 50293, + "[XXXXX818]": 50153, + "[XXXXX819]": 50516, + "[XXXXX81]": 50581, + "[XXXXX820]": 50586, + "[XXXXX821]": 50509, + "[XXXXX822]": 50220, + "[XXXXX823]": 51068, + "[XXXXX824]": 50946, + "[XXXXX825]": 50965, + "[XXXXX826]": 50032, + "[XXXXX827]": 50156, + "[XXXXX828]": 50449, + "[XXXXX829]": 50531, + "[XXXXX82]": 51164, + "[XXXXX830]": 50486, + "[XXXXX831]": 50357, + "[XXXXX832]": 51022, + "[XXXXX833]": 50633, + "[XXXXX834]": 50754, + "[XXXXX835]": 51134, + "[XXXXX836]": 50193, + "[XXXXX837]": 51088, + "[XXXXX838]": 50722, + "[XXXXX839]": 50756, + "[XXXXX83]": 50977, + "[XXXXX840]": 50022, + "[XXXXX841]": 51186, + "[XXXXX842]": 50575, + "[XXXXX843]": 50079, + "[XXXXX844]": 50644, + "[XXXXX845]": 51033, + "[XXXXX846]": 50454, + "[XXXXX847]": 50095, + "[XXXXX848]": 50902, + "[XXXXX849]": 50597, + "[XXXXX84]": 50167, + "[XXXXX850]": 51051, + "[XXXXX851]": 50696, + "[XXXXX852]": 50966, + "[XXXXX853]": 50034, + "[XXXXX854]": 50889, + "[XXXXX855]": 50843, + "[XXXXX856]": 50963, + "[XXXXX857]": 50227, + "[XXXXX858]": 51058, + "[XXXXX859]": 50850, + "[XXXXX85]": 50192, + "[XXXXX860]": 50228, + "[XXXXX861]": 50570, + "[XXXXX862]": 50488, + "[XXXXX863]": 50539, + "[XXXXX864]": 51182, + "[XXXXX865]": 50990, + "[XXXXX866]": 50542, + "[XXXXX867]": 51069, + "[XXXXX868]": 50480, + "[XXXXX869]": 50847, + "[XXXXX86]": 50874, + "[XXXXX870]": 50308, + "[XXXXX871]": 50510, + "[XXXXX872]": 50423, + "[XXXXX873]": 50086, + "[XXXXX874]": 50591, + "[XXXXX875]": 50728, + "[XXXXX876]": 50372, + "[XXXXX877]": 50903, + "[XXXXX878]": 50868, + "[XXXXX879]": 50763, + "[XXXXX87]": 50571, + "[XXXXX880]": 50096, + "[XXXXX881]": 51150, + "[XXXXX882]": 50460, + "[XXXXX883]": 51087, + "[XXXXX884]": 51093, + "[XXXXX885]": 50295, + "[XXXXX886]": 51037, + "[XXXXX887]": 51171, + "[XXXXX888]": 50794, + "[XXXXX889]": 50628, + "[XXXXX88]": 50520, + "[XXXXX890]": 51172, + "[XXXXX891]": 51046, + "[XXXXX892]": 50918, + "[XXXXX893]": 50998, + "[XXXXX894]": 50371, + "[XXXXX895]": 51155, + "[XXXXX896]": 50866, + "[XXXXX897]": 50229, + "[XXXXX898]": 51057, + "[XXXXX899]": 50867, + "[XXXXX89]": 50537, + "[XXXXX8]": 50784, + "[XXXXX900]": 50739, + "[XXXXX901]": 51080, + "[XXXXX902]": 50038, + "[XXXXX903]": 50321, + "[XXXXX904]": 50774, + "[XXXXX905]": 50974, + "[XXXXX906]": 50920, + "[XXXXX907]": 50469, + "[XXXXX908]": 51122, + "[XXXXX909]": 51092, + "[XXXXX90]": 50514, + "[XXXXX910]": 50798, + "[XXXXX911]": 50245, + "[XXXXX912]": 50367, + "[XXXXX913]": 50618, + "[XXXXX914]": 50072, + "[XXXXX915]": 50450, + "[XXXXX916]": 51189, + "[XXXXX917]": 50485, + "[XXXXX918]": 50283, + "[XXXXX919]": 50845, + "[XXXXX91]": 50968, + "[XXXXX920]": 50429, + "[XXXXX921]": 50364, + "[XXXXX922]": 50782, + "[XXXXX923]": 50534, + "[XXXXX924]": 50059, + "[XXXXX925]": 50102, + "[XXXXX926]": 50185, + "[XXXXX927]": 50634, + "[XXXXX928]": 50567, + "[XXXXX929]": 50895, + "[XXXXX92]": 50210, + "[XXXXX930]": 50561, + "[XXXXX931]": 51021, + "[XXXXX932]": 50107, + "[XXXXX933]": 50407, + "[XXXXX934]": 50654, + "[XXXXX935]": 50268, + "[XXXXX936]": 51153, + "[XXXXX937]": 50552, + "[XXXXX938]": 50526, + "[XXXXX939]": 50322, + "[XXXXX93]": 50912, + "[XXXXX940]": 50296, + "[XXXXX941]": 50572, + "[XXXXX942]": 50393, + "[XXXXX943]": 50312, + "[XXXXX944]": 50592, + "[XXXXX945]": 50982, + "[XXXXX946]": 50089, + "[XXXXX947]": 50331, + "[XXXXX948]": 50279, + "[XXXXX949]": 51005, + "[XXXXX94]": 50198, + "[XXXXX950]": 50114, + "[XXXXX951]": 50074, + "[XXXXX952]": 50248, + "[XXXXX953]": 50857, + "[XXXXX954]": 50841, + "[XXXXX955]": 51065, + "[XXXXX956]": 50234, + "[XXXXX957]": 50834, + "[XXXXX958]": 50535, + "[XXXXX959]": 51109, + "[XXXXX95]": 50651, + "[XXXXX960]": 50797, + "[XXXXX961]": 50914, + "[XXXXX962]": 50112, + "[XXXXX963]": 50073, + "[XXXXX964]": 50559, + "[XXXXX965]": 50933, + "[XXXXX966]": 50619, + "[XXXXX967]": 51187, + "[XXXXX968]": 50327, + "[XXXXX969]": 50698, + "[XXXXX96]": 50420, + "[XXXXX970]": 50060, + "[XXXXX971]": 50432, + "[XXXXX972]": 50620, + "[XXXXX973]": 50693, + "[XXXXX974]": 50938, + "[XXXXX975]": 50983, + "[XXXXX976]": 50334, + "[XXXXX977]": 50438, + "[XXXXX978]": 51154, + "[XXXXX979]": 50964, + "[XXXXX97]": 50672, + "[XXXXX980]": 50511, + "[XXXXX981]": 50244, + "[XXXXX982]": 50266, + "[XXXXX983]": 50134, + "[XXXXX984]": 50338, + "[XXXXX985]": 51121, + "[XXXXX986]": 50323, + "[XXXXX987]": 50909, + "[XXXXX988]": 51000, + "[XXXXX989]": 50036, + "[XXXXX98]": 50787, + "[XXXXX990]": 50512, + "[XXXXX991]": 50191, + "[XXXXX992]": 50187, + "[XXXXX993]": 51156, + "[XXXXX994]": 51135, + "[XXXXX995]": 50355, + "[XXXXX996]": 51027, + "[XXXXX997]": 50297, + "[XXXXX998]": 50928, + "[XXXXX999]": 50697, + "[XXXXX99]": 50980, + "[XXXXX9]": 50961 +} diff --git a/checkpoint-9000/config.json b/checkpoint-9000/config.json new file mode 100644 index 0000000..6aa3e79 --- /dev/null +++ b/checkpoint-9000/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu", + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 50000, + "dtype": "bfloat16", + "embd_pdrop": 0.1, + "eos_token_id": 50001, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_ctx": 512, + "n_embd": 512, + "n_head": 8, + "n_inner": 2048, + "n_layer": 4, + "n_positions": 512, + "pad_token_id": 50002, + "prefix": "[CLS]", + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "transformers_version": "4.56.2", + "use_cache": true, + "vocab_size": 51200 +} diff --git a/checkpoint-9000/generation_config.json b/checkpoint-9000/generation_config.json new file mode 100644 index 0000000..4c122f0 --- /dev/null +++ b/checkpoint-9000/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 50000, + "eos_token_id": [ + 50001 + ], + "pad_token_id": 50002, + "transformers_version": "4.56.2" +} diff --git a/checkpoint-9000/model.safetensors b/checkpoint-9000/model.safetensors new file mode 100644 index 0000000..afe444e --- /dev/null +++ b/checkpoint-9000/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7e7f13a6698259c5941612b0655c74767d9855989c399322b3da09fe6520c3 +size 78179408 diff --git a/checkpoint-9000/rng_state.pth b/checkpoint-9000/rng_state.pth new file mode 100644 index 0000000..48a3a3f --- /dev/null +++ b/checkpoint-9000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190324f624a15212299179aceaf767aa4a44efcc9debf8bf5aa3878737a1b699 +size 14709 diff --git a/checkpoint-9000/special_tokens_map.json b/checkpoint-9000/special_tokens_map.json new file mode 100644 index 0000000..c78a835 --- /dev/null +++ b/checkpoint-9000/special_tokens_map.json @@ -0,0 +1,1249 @@ +{ + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "cls_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "mask_token": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "sep_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/checkpoint-9000/spiece.model b/checkpoint-9000/spiece.model new file mode 100644 index 0000000..1d0ebef --- /dev/null +++ b/checkpoint-9000/spiece.model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb6c0798152f43d77dd4f94367bd58cc1d82ff07ea9fa1516be8cc28bf92184 +size 1123336 diff --git a/checkpoint-9000/tokenizer_config.json b/checkpoint-9000/tokenizer_config.json new file mode 100644 index 0000000..b27d01f --- /dev/null +++ b/checkpoint-9000/tokenizer_config.json @@ -0,0 +1,10825 @@ +{ + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50000": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50001": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50002": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50003": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50004": { + "content": "[XXXXX160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50005": { + "content": "[XXXXX240]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50006": { + "content": "[XXXXX717]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50007": { + "content": "[XXXXX23]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50008": { + "content": "[XXXXX161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50009": { + "content": "[XXXXX1156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50010": { + "content": "[XXXXX5]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50011": { + "content": "[XXXXX597]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50012": { + "content": "[XXXXX415]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50013": { + "content": "[XXXXX693]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50014": { + "content": "[XXXXX1083]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50015": { + "content": "[XXXXX784]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50016": { + "content": "[XXXXX686]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50017": { + "content": "[XXXXX379]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50018": { + "content": "[XXXXX335]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50019": { + "content": "[XXXXX73]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50020": { + "content": "[XXXXX758]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50021": { + "content": "[XXXXX805]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50022": { + "content": "[XXXXX840]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50023": { + "content": "[XXXXX1037]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50024": { + "content": "[XXXXX235]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50025": { + "content": "[XXXXX1107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50026": { + "content": "[XXXXX776]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50027": { + "content": "[XXXXX286]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50028": { + "content": "[XXXXX396]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50029": { + "content": "[XXXXX478]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50030": { + "content": "[XXXXX669]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50031": { + "content": "[XXXXX691]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50032": { + "content": "[XXXXX826]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50033": { + "content": "[XXXXX1150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50034": { + "content": "[XXXXX853]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50035": { + "content": "[XXXXX130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50036": { + "content": "[XXXXX989]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50037": { + "content": "[XXXXX249]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50038": { + "content": "[XXXXX902]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50039": { + "content": "[XXXXX1169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50040": { + "content": "[XXXXX260]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50041": { + "content": "[XXXXX706]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50042": { + "content": "[XXXXX146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50043": { + "content": "[XXXXX198]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50044": { + "content": "[XXXXX303]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50045": { + "content": "[XXXXX1192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50046": { + "content": "[XXXXX635]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50047": { + "content": "[XXXXX271]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50048": { + "content": "[XXXXX1023]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50049": { + "content": "[XXXXX602]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50050": { + "content": "[XXXXX291]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50051": { + "content": "[XXXXX190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50052": { + "content": "[XXXXX1055]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50053": { + "content": "[XXXXX70]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50054": { + "content": "[XXXXX178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50055": { + "content": "[XXXXX318]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50056": { + "content": "[XXXXX62]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50057": { + "content": "[XXXXX473]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50058": { + "content": "[XXXXX517]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50059": { + "content": "[XXXXX924]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50060": { + "content": "[XXXXX970]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50061": { + "content": "[XXXXX1033]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50062": { + "content": "[XXXXX110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50063": { + "content": "[XXXXX1151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50064": { + "content": "[XXXXX1189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50065": { + "content": "[XXXXX1095]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50066": { + "content": "[XXXXX148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50067": { + "content": "[XXXXX337]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50068": { + "content": "[XXXXX245]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50069": { + "content": "[XXXXX407]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50070": { + "content": "[XXXXX557]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50071": { + "content": "[XXXXX576]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50072": { + "content": "[XXXXX914]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50073": { + "content": "[XXXXX963]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50074": { + "content": "[XXXXX951]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50075": { + "content": "[XXXXX721]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50076": { + "content": "[XXXXX1174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50077": { + "content": "[XXXXX3]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50078": { + "content": "[XXXXX792]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50079": { + "content": "[XXXXX843]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50080": { + "content": "[XXXXX590]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50081": { + "content": "[XXXXX118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50082": { + "content": "[XXXXX280]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50083": { + "content": "[XXXXX1119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50084": { + "content": "[XXXXX1025]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50085": { + "content": "[XXXXX140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50086": { + "content": "[XXXXX873]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50087": { + "content": "[XXXXX103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50088": { + "content": "[XXXXX307]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50089": { + "content": "[XXXXX946]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50090": { + "content": "[XXXXX782]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50091": { + "content": "[XXXXX100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50092": { + "content": "[XXXXX485]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50093": { + "content": "[XXXXX151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50094": { + "content": "[XXXXX213]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50095": { + "content": "[XXXXX847]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50096": { + "content": "[XXXXX880]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50097": { + "content": "[XXXXX44]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50098": { + "content": "[XXXXX1031]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50099": { + "content": "[XXXXX545]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50100": { + "content": "[XXXXX78]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50101": { + "content": "[XXXXX687]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50102": { + "content": "[XXXXX925]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50103": { + "content": "[XXXXX519]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50104": { + "content": "[XXXXX1191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50105": { + "content": "[XXXXX13]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50106": { + "content": "[XXXXX487]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50107": { + "content": "[XXXXX932]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50108": { + "content": "[XXXXX119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50109": { + "content": "[XXXXX170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50110": { + "content": "[XXXXX254]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50111": { + "content": "[XXXXX420]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50112": { + "content": "[XXXXX962]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50113": { + "content": "[XXXXX441]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50114": { + "content": "[XXXXX950]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50115": { + "content": "[XXXXX18]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50116": { + "content": "[XXXXX676]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50117": { + "content": "[XXXXX1133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50118": { + "content": "[XXXXX618]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50119": { + "content": "[XXXXX374]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50120": { + "content": "[XXXXX815]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50121": { + "content": "[XXXXX1058]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50122": { + "content": "[XXXXX1108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50123": { + "content": "[XXXXX1144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50124": { + "content": "[XXXXX791]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50125": { + "content": "[XXXXX259]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50126": { + "content": "[XXXXX1074]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50127": { + "content": "[XXXXX696]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50128": { + "content": "[XXXXX1168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50129": { + "content": "[XXXXX592]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50130": { + "content": "[XXXXX127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50131": { + "content": "[XXXXX136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50132": { + "content": "[XXXXX237]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50133": { + "content": "[XXXXX705]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50134": { + "content": "[XXXXX983]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50135": { + "content": "[XXXXX816]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50136": { + "content": "[XXXXX412]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50137": { + "content": "[XXXXX410]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50138": { + "content": "[XXXXX795]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50139": { + "content": "[XXXXX101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50140": { + "content": "[XXXXX171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50141": { + "content": "[XXXXX628]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50142": { + "content": "[XXXXX1038]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50143": { + "content": "[XXXXX447]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50144": { + "content": "[XXXXX1043]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50145": { + "content": "[XXXXX147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50146": { + "content": "[XXXXX1112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50147": { + "content": "[XXXXX186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50148": { + "content": "[XXXXX461]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50149": { + "content": "[XXXXX423]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50150": { + "content": "[XXXXX26]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50151": { + "content": "[XXXXX227]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50152": { + "content": "[XXXXX746]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50153": { + "content": "[XXXXX818]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50154": { + "content": "[XXXXX725]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50155": { + "content": "[XXXXX400]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50156": { + "content": "[XXXXX827]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50157": { + "content": "[XXXXX1020]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50158": { + "content": "[XXXXX1060]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50159": { + "content": "[XXXXX195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50160": { + "content": "[XXXXX526]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50161": { + "content": "[XXXXX570]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50162": { + "content": "[XXXXX174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50163": { + "content": "[XXXXX333]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50164": { + "content": "[XXXXX466]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50165": { + "content": "[XXXXX513]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50166": { + "content": "[XXXXX695]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50167": { + "content": "[XXXXX84]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50168": { + "content": "[XXXXX1080]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50169": { + "content": "[XXXXX76]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50170": { + "content": "[XXXXX742]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50171": { + "content": "[XXXXX1008]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50172": { + "content": "[XXXXX1123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50173": { + "content": "[XXXXX1145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50174": { + "content": "[XXXXX701]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50175": { + "content": "[XXXXX562]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50176": { + "content": "[XXXXX615]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50177": { + "content": "[XXXXX389]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50178": { + "content": "[XXXXX267]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50179": { + "content": "[XXXXX323]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50180": { + "content": "[XXXXX346]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50181": { + "content": "[XXXXX287]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50182": { + "content": "[XXXXX469]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50183": { + "content": "[XXXXX58]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50184": { + "content": "[XXXXX431]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50185": { + "content": "[XXXXX926]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50186": { + "content": "[XXXXX1182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50187": { + "content": "[XXXXX992]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50188": { + "content": "[XXXXX185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50189": { + "content": "[XXXXX352]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50190": { + "content": "[XXXXX762]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50191": { + "content": "[XXXXX991]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50192": { + "content": "[XXXXX85]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50193": { + "content": "[XXXXX836]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50194": { + "content": "[XXXXX460]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50195": { + "content": "[XXXXX272]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50196": { + "content": "[XXXXX619]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50197": { + "content": "[XXXXX759]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50198": { + "content": "[XXXXX94]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50199": { + "content": "[XXXXX807]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50200": { + "content": "[XXXXX299]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50201": { + "content": "[XXXXX187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50202": { + "content": "[XXXXX486]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50203": { + "content": "[XXXXX45]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50204": { + "content": "[XXXXX1036]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50205": { + "content": "[XXXXX354]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50206": { + "content": "[XXXXX386]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50207": { + "content": "[XXXXX714]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50208": { + "content": "[XXXXX769]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50209": { + "content": "[XXXXX304]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50210": { + "content": "[XXXXX92]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50211": { + "content": "[XXXXX7]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50212": { + "content": "[XXXXX31]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50213": { + "content": "[XXXXX102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50214": { + "content": "[XXXXX163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50215": { + "content": "[XXXXX723]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50216": { + "content": "[XXXXX1042]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50217": { + "content": "[XXXXX452]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50218": { + "content": "[XXXXX622]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50219": { + "content": "[XXXXX1056]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50220": { + "content": "[XXXXX822]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50221": { + "content": "[XXXXX125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50222": { + "content": "[XXXXX617]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50223": { + "content": "[XXXXX34]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50224": { + "content": "[XXXXX712]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50225": { + "content": "[XXXXX780]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50226": { + "content": "[XXXXX547]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50227": { + "content": "[XXXXX857]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50228": { + "content": "[XXXXX860]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50229": { + "content": "[XXXXX897]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50230": { + "content": "[XXXXX663]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50231": { + "content": "[XXXXX736]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50232": { + "content": "[XXXXX202]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50233": { + "content": "[XXXXX1029]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50234": { + "content": "[XXXXX956]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50235": { + "content": "[XXXXX397]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50236": { + "content": "[XXXXX239]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50237": { + "content": "[XXXXX472]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50238": { + "content": "[XXXXX230]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50239": { + "content": "[XXXXX796]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50240": { + "content": "[XXXXX639]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50241": { + "content": "[XXXXX203]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50242": { + "content": "[XXXXX231]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50243": { + "content": "[XXXXX652]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50244": { + "content": "[XXXXX981]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50245": { + "content": "[XXXXX911]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50246": { + "content": "[XXXXX380]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50247": { + "content": "[XXXXX477]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50248": { + "content": "[XXXXX952]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50249": { + "content": "[XXXXX28]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50250": { + "content": "[XXXXX801]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50251": { + "content": "[XXXXX1134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50252": { + "content": "[XXXXX1176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50253": { + "content": "[XXXXX180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50254": { + "content": "[XXXXX598]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50255": { + "content": "[XXXXX365]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50256": { + "content": "[XXXXX729]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50257": { + "content": "[XXXXX214]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50258": { + "content": "[XXXXX1117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50259": { + "content": "[XXXXX278]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50260": { + "content": "[XXXXX522]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50261": { + "content": "[XXXXX683]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50262": { + "content": "[XXXXX731]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50263": { + "content": "[XXXXX312]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50264": { + "content": "[XXXXX1178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50265": { + "content": "[XXXXX666]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50266": { + "content": "[XXXXX982]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50267": { + "content": "[XXXXX414]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50268": { + "content": "[XXXXX935]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50269": { + "content": "[XXXXX1089]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50270": { + "content": "[XXXXX236]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50271": { + "content": "[XXXXX463]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50272": { + "content": "[XXXXX52]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50273": { + "content": "[XXXXX593]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50274": { + "content": "[XXXXX508]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50275": { + "content": "[XXXXX1125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50276": { + "content": "[XXXXX462]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50277": { + "content": "[XXXXX32]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50278": { + "content": "[XXXXX596]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50279": { + "content": "[XXXXX948]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50280": { + "content": "[XXXXX150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50281": { + "content": "[XXXXX322]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50282": { + "content": "[XXXXX390]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50283": { + "content": "[XXXXX918]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50284": { + "content": "[XXXXX157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50285": { + "content": "[XXXXX310]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50286": { + "content": "[XXXXX392]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50287": { + "content": "[XXXXX649]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50288": { + "content": "[XXXXX158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50289": { + "content": "[XXXXX430]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50290": { + "content": "[XXXXX384]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50291": { + "content": "[XXXXX760]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50292": { + "content": "[XXXXX700]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50293": { + "content": "[XXXXX817]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50294": { + "content": "[XXXXX115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50295": { + "content": "[XXXXX885]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50296": { + "content": "[XXXXX940]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50297": { + "content": "[XXXXX997]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50298": { + "content": "[XXXXX61]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50299": { + "content": "[XXXXX209]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50300": { + "content": "[XXXXX316]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50301": { + "content": "[XXXXX537]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50302": { + "content": "[XXXXX599]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50303": { + "content": "[XXXXX680]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50304": { + "content": "[XXXXX135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50305": { + "content": "[XXXXX39]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50306": { + "content": "[XXXXX685]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50307": { + "content": "[XXXXX806]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50308": { + "content": "[XXXXX870]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50309": { + "content": "[XXXXX1096]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50310": { + "content": "[XXXXX366]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50311": { + "content": "[XXXXX509]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50312": { + "content": "[XXXXX943]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50313": { + "content": "[XXXXX292]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50314": { + "content": "[XXXXX367]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50315": { + "content": "[XXXXX632]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50316": { + "content": "[XXXXX1136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50317": { + "content": "[XXXXX156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50318": { + "content": "[XXXXX1100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50319": { + "content": "[XXXXX432]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50320": { + "content": "[XXXXX514]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50321": { + "content": "[XXXXX903]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50322": { + "content": "[XXXXX939]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50323": { + "content": "[XXXXX986]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50324": { + "content": "[XXXXX506]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50325": { + "content": "[XXXXX10]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50326": { + "content": "[XXXXX573]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50327": { + "content": "[XXXXX968]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50328": { + "content": "[XXXXX1039]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50329": { + "content": "[XXXXX252]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50330": { + "content": "[XXXXX612]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50331": { + "content": "[XXXXX947]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50332": { + "content": "[XXXXX1162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50333": { + "content": "[XXXXX733]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50334": { + "content": "[XXXXX976]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50335": { + "content": "[XXXXX535]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50336": { + "content": "[XXXXX710]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50337": { + "content": "[XXXXX40]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50338": { + "content": "[XXXXX984]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50339": { + "content": "[XXXXX584]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50340": { + "content": "[XXXXX132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50341": { + "content": "[XXXXX1084]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50342": { + "content": "[XXXXX549]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50343": { + "content": "[XXXXX810]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50344": { + "content": "[XXXXX208]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50345": { + "content": "[XXXXX609]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50346": { + "content": "[XXXXX275]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50347": { + "content": "[XXXXX262]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50348": { + "content": "[XXXXX331]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50349": { + "content": "[XXXXX361]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50350": { + "content": "[XXXXX561]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50351": { + "content": "[XXXXX143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50352": { + "content": "[XXXXX1061]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50353": { + "content": "[XXXXX59]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50354": { + "content": "[XXXXX21]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50355": { + "content": "[XXXXX995]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50356": { + "content": "[XXXXX439]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50357": { + "content": "[XXXXX831]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50358": { + "content": "[XXXXX745]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50359": { + "content": "[XXXXX43]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50360": { + "content": "[XXXXX498]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50361": { + "content": "[XXXXX575]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50362": { + "content": "[XXXXX624]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50363": { + "content": "[XXXXX72]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50364": { + "content": "[XXXXX921]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50365": { + "content": "[XXXXX201]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50366": { + "content": "[XXXXX1171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50367": { + "content": "[XXXXX912]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50368": { + "content": "[XXXXX775]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50369": { + "content": "[XXXXX1094]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50370": { + "content": "[XXXXX80]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50371": { + "content": "[XXXXX894]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50372": { + "content": "[XXXXX876]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50373": { + "content": "[XXXXX1143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50374": { + "content": "[XXXXX355]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50375": { + "content": "[XXXXX450]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50376": { + "content": "[XXXXX642]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50377": { + "content": "[XXXXX162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50378": { + "content": "[XXXXX394]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50379": { + "content": "[XXXXX296]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50380": { + "content": "[XXXXX536]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50381": { + "content": "[XXXXX560]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50382": { + "content": "[XXXXX373]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50383": { + "content": "[XXXXX674]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50384": { + "content": "[XXXXX1099]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50385": { + "content": "[XXXXX797]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50386": { + "content": "[XXXXX516]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50387": { + "content": "[XXXXX41]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50388": { + "content": "[XXXXX594]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50389": { + "content": "[XXXXX319]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50390": { + "content": "[XXXXX165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50391": { + "content": "[XXXXX344]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50392": { + "content": "[XXXXX1012]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50393": { + "content": "[XXXXX942]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50394": { + "content": "[XXXXX1071]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50395": { + "content": "[XXXXX648]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50396": { + "content": "[XXXXX4]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50397": { + "content": "[XXXXX633]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50398": { + "content": "[XXXXX551]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50399": { + "content": "[XXXXX586]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50400": { + "content": "[XXXXX578]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50401": { + "content": "[XXXXX348]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50402": { + "content": "[XXXXX614]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50403": { + "content": "[XXXXX33]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50404": { + "content": "[XXXXX1193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50405": { + "content": "[XXXXX737]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50406": { + "content": "[XXXXX233]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50407": { + "content": "[XXXXX933]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50408": { + "content": "[XXXXX781]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50409": { + "content": "[XXXXX189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50410": { + "content": "[XXXXX1006]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50411": { + "content": "[XXXXX219]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50412": { + "content": "[XXXXX454]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50413": { + "content": "[XXXXX449]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50414": { + "content": "[XXXXX697]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50415": { + "content": "[XXXXX724]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50416": { + "content": "[XXXXX224]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50417": { + "content": "[XXXXX1157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50418": { + "content": "[XXXXX455]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50419": { + "content": "[XXXXX505]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50420": { + "content": "[XXXXX96]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50421": { + "content": "[XXXXX182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50422": { + "content": "[XXXXX424]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50423": { + "content": "[XXXXX872]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50424": { + "content": "[XXXXX1163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50425": { + "content": "[XXXXX1081]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50426": { + "content": "[XXXXX1173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50427": { + "content": "[XXXXX172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50428": { + "content": "[XXXXX507]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50429": { + "content": "[XXXXX920]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50430": { + "content": "[XXXXX1126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50431": { + "content": "[XXXXX474]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50432": { + "content": "[XXXXX971]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50433": { + "content": "[XXXXX1049]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50434": { + "content": "[XXXXX1114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50435": { + "content": "[XXXXX1040]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50436": { + "content": "[XXXXX79]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50437": { + "content": "[XXXXX36]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50438": { + "content": "[XXXXX977]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50439": { + "content": "[XXXXX1129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50440": { + "content": "[XXXXX1063]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50441": { + "content": "[XXXXX773]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50442": { + "content": "[XXXXX16]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50443": { + "content": "[XXXXX113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50444": { + "content": "[XXXXX320]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50445": { + "content": "[XXXXX167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50446": { + "content": "[XXXXX751]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50447": { + "content": "[XXXXX656]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50448": { + "content": "[XXXXX543]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50449": { + "content": "[XXXXX828]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50450": { + "content": "[XXXXX915]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50451": { + "content": "[XXXXX1098]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50452": { + "content": "[XXXXX569]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50453": { + "content": "[XXXXX1166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50454": { + "content": "[XXXXX846]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50455": { + "content": "[XXXXX324]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50456": { + "content": "[XXXXX802]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50457": { + "content": "[XXXXX588]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50458": { + "content": "[XXXXX739]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50459": { + "content": "[XXXXX50]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50460": { + "content": "[XXXXX882]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50461": { + "content": "[XXXXX1054]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50462": { + "content": "[XXXXX621]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50463": { + "content": "[XXXXX585]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50464": { + "content": "[XXXXX121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50465": { + "content": "[XXXXX647]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50466": { + "content": "[XXXXX767]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50467": { + "content": "[XXXXX645]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50468": { + "content": "[XXXXX27]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50469": { + "content": "[XXXXX907]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50470": { + "content": "[XXXXX1109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50471": { + "content": "[XXXXX1147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50472": { + "content": "[XXXXX501]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50473": { + "content": "[XXXXX1164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50474": { + "content": "[XXXXX650]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50475": { + "content": "[XXXXX329]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50476": { + "content": "[XXXXX659]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50477": { + "content": "[XXXXX1158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50478": { + "content": "[XXXXX104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50479": { + "content": "[XXXXX629]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50480": { + "content": "[XXXXX868]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50481": { + "content": "[XXXXX779]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50482": { + "content": "[XXXXX17]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50483": { + "content": "[XXXXX377]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50484": { + "content": "[XXXXX467]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50485": { + "content": "[XXXXX917]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50486": { + "content": "[XXXXX830]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50487": { + "content": "[XXXXX533]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50488": { + "content": "[XXXXX862]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50489": { + "content": "[XXXXX1041]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50490": { + "content": "[XXXXX542]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50491": { + "content": "[XXXXX595]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50492": { + "content": "[XXXXX353]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50493": { + "content": "[XXXXX181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50494": { + "content": "[XXXXX662]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50495": { + "content": "[XXXXX1195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50496": { + "content": "[XXXXX435]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50497": { + "content": "[XXXXX1051]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50498": { + "content": "[XXXXX703]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50499": { + "content": "[XXXXX1140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50500": { + "content": "[XXXXX750]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50501": { + "content": "[XXXXX57]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50502": { + "content": "[XXXXX75]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50503": { + "content": "[XXXXX293]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50504": { + "content": "[XXXXX681]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50505": { + "content": "[XXXXX46]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50506": { + "content": "[XXXXX30]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50507": { + "content": "[XXXXX402]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50508": { + "content": "[XXXXX803]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50509": { + "content": "[XXXXX821]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50510": { + "content": "[XXXXX871]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50511": { + "content": "[XXXXX980]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50512": { + "content": "[XXXXX990]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50513": { + "content": "[XXXXX626]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50514": { + "content": "[XXXXX90]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50515": { + "content": "[XXXXX77]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50516": { + "content": "[XXXXX819]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50517": { + "content": "[XXXXX436]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50518": { + "content": "[XXXXX306]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50519": { + "content": "[XXXXX434]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50520": { + "content": "[XXXXX88]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50521": { + "content": "[XXXXX184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50522": { + "content": "[XXXXX290]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50523": { + "content": "[XXXXX216]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50524": { + "content": "[XXXXX176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50525": { + "content": "[XXXXX747]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50526": { + "content": "[XXXXX938]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50527": { + "content": "[XXXXX442]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50528": { + "content": "[XXXXX301]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50529": { + "content": "[XXXXX1015]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50530": { + "content": "[XXXXX520]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50531": { + "content": "[XXXXX829]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50532": { + "content": "[XXXXX106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50533": { + "content": "[XXXXX1048]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50534": { + "content": "[XXXXX923]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50535": { + "content": "[XXXXX958]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50536": { + "content": "[XXXXX1130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50537": { + "content": "[XXXXX89]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50538": { + "content": "[XXXXX548]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50539": { + "content": "[XXXXX863]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50540": { + "content": "[XXXXX444]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50541": { + "content": "[XXXXX1149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50542": { + "content": "[XXXXX866]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50543": { + "content": "[XXXXX109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50544": { + "content": "[XXXXX550]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50545": { + "content": "[XXXXX727]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50546": { + "content": "[XXXXX646]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50547": { + "content": "[XXXXX702]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50548": { + "content": "[XXXXX204]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50549": { + "content": "[XXXXX1000]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50550": { + "content": "[XXXXX591]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50551": { + "content": "[XXXXX1128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50552": { + "content": "[XXXXX937]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50553": { + "content": "[XXXXX141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50554": { + "content": "[XXXXX273]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50555": { + "content": "[XXXXX1183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50556": { + "content": "[XXXXX765]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50557": { + "content": "[XXXXX371]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50558": { + "content": "[XXXXX256]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50559": { + "content": "[XXXXX964]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50560": { + "content": "[XXXXX1148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50561": { + "content": "[XXXXX930]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50562": { + "content": "[XXXXX212]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50563": { + "content": "[XXXXX133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50564": { + "content": "[XXXXX608]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50565": { + "content": "[XXXXX281]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50566": { + "content": "[XXXXX1045]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50567": { + "content": "[XXXXX928]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50568": { + "content": "[XXXXX1154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50569": { + "content": "[XXXXX334]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50570": { + "content": "[XXXXX861]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50571": { + "content": "[XXXXX87]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50572": { + "content": "[XXXXX941]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50573": { + "content": "[XXXXX359]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50574": { + "content": "[XXXXX55]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50575": { + "content": "[XXXXX842]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50576": { + "content": "[XXXXX427]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50577": { + "content": "[XXXXX491]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50578": { + "content": "[XXXXX137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50579": { + "content": "[XXXXX47]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50580": { + "content": "[XXXXX511]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50581": { + "content": "[XXXXX81]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50582": { + "content": "[XXXXX139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50583": { + "content": "[XXXXX226]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50584": { + "content": "[XXXXX563]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50585": { + "content": "[XXXXX708]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50586": { + "content": "[XXXXX820]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50587": { + "content": "[XXXXX65]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50588": { + "content": "[XXXXX381]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50589": { + "content": "[XXXXX22]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50590": { + "content": "[XXXXX1064]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50591": { + "content": "[XXXXX874]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50592": { + "content": "[XXXXX944]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50593": { + "content": "[XXXXX6]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50594": { + "content": "[XXXXX313]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50595": { + "content": "[XXXXX471]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50596": { + "content": "[XXXXX1118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50597": { + "content": "[XXXXX849]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50598": { + "content": "[XXXXX483]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50599": { + "content": "[XXXXX713]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50600": { + "content": "[XXXXX222]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50601": { + "content": "[XXXXX640]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50602": { + "content": "[XXXXX12]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50603": { + "content": "[XXXXX285]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50604": { + "content": "[XXXXX327]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50605": { + "content": "[XXXXX378]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50606": { + "content": "[XXXXX790]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50607": { + "content": "[XXXXX1179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50608": { + "content": "[XXXXX15]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50609": { + "content": "[XXXXX229]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50610": { + "content": "[XXXXX771]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50611": { + "content": "[XXXXX559]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50612": { + "content": "[XXXXX253]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50613": { + "content": "[XXXXX644]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50614": { + "content": "[XXXXX811]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50615": { + "content": "[XXXXX554]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50616": { + "content": "[XXXXX744]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50617": { + "content": "[XXXXX786]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50618": { + "content": "[XXXXX913]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50619": { + "content": "[XXXXX966]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50620": { + "content": "[XXXXX972]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50621": { + "content": "[XXXXX664]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50622": { + "content": "[XXXXX1131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50623": { + "content": "[XXXXX1132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50624": { + "content": "[XXXXX376]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50625": { + "content": "[XXXXX672]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50626": { + "content": "[XXXXX1013]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50627": { + "content": "[XXXXX328]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50628": { + "content": "[XXXXX889]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50629": { + "content": "[XXXXX1141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50630": { + "content": "[XXXXX429]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50631": { + "content": "[XXXXX114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50632": { + "content": "[XXXXX523]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50633": { + "content": "[XXXXX833]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50634": { + "content": "[XXXXX927]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50635": { + "content": "[XXXXX297]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50636": { + "content": "[XXXXX812]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50637": { + "content": "[XXXXX1062]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50638": { + "content": "[XXXXX152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50639": { + "content": "[XXXXX1010]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50640": { + "content": "[XXXXX690]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50641": { + "content": "[XXXXX363]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50642": { + "content": "[XXXXX1103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50643": { + "content": "[XXXXX194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50644": { + "content": "[XXXXX844]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50645": { + "content": "[XXXXX667]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50646": { + "content": "[XXXXX720]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50647": { + "content": "[XXXXX770]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50648": { + "content": "[XXXXX515]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50649": { + "content": "[XXXXX196]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50650": { + "content": "[XXXXX283]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50651": { + "content": "[XXXXX95]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50652": { + "content": "[XXXXX528]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50653": { + "content": "[XXXXX749]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50654": { + "content": "[XXXXX934]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50655": { + "content": "[XXXXX1052]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50656": { + "content": "[XXXXX1188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50657": { + "content": "[XXXXX1001]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50658": { + "content": "[XXXXX785]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50659": { + "content": "[XXXXX393]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50660": { + "content": "[XXXXX502]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50661": { + "content": "[XXXXX404]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50662": { + "content": "[XXXXX129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50663": { + "content": "[XXXXX643]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50664": { + "content": "[XXXXX1086]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50665": { + "content": "[XXXXX1104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50666": { + "content": "[XXXXX326]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50667": { + "content": "[XXXXX330]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50668": { + "content": "[XXXXX620]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50669": { + "content": "[XXXXX193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50670": { + "content": "[XXXXX470]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50671": { + "content": "[XXXXX279]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50672": { + "content": "[XXXXX97]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50673": { + "content": "[XXXXX177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50674": { + "content": "[XXXXX510]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50675": { + "content": "[XXXXX225]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50676": { + "content": "[XXXXX572]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50677": { + "content": "[XXXXX777]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50678": { + "content": "[XXXXX1135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50679": { + "content": "[XXXXX1160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50680": { + "content": "[XXXXX558]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50681": { + "content": "[XXXXX416]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50682": { + "content": "[XXXXX246]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50683": { + "content": "[XXXXX799]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50684": { + "content": "[XXXXX153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50685": { + "content": "[XXXXX671]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50686": { + "content": "[XXXXX809]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50687": { + "content": "[XXXXX525]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50688": { + "content": "[XXXXX1004]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50689": { + "content": "[XXXXX1005]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50690": { + "content": "[XXXXX1194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50691": { + "content": "[XXXXX408]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50692": { + "content": "[XXXXX492]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50693": { + "content": "[XXXXX973]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50694": { + "content": "[XXXXX242]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50695": { + "content": "[XXXXX357]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50696": { + "content": "[XXXXX851]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50697": { + "content": "[XXXXX999]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50698": { + "content": "[XXXXX969]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50699": { + "content": "[XXXXX453]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50700": { + "content": "[XXXXX730]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50701": { + "content": "[XXXXX54]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50702": { + "content": "[XXXXX480]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50703": { + "content": "[XXXXX564]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50704": { + "content": "[XXXXX600]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50705": { + "content": "[XXXXX654]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50706": { + "content": "[XXXXX37]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50707": { + "content": "[XXXXX605]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50708": { + "content": "[XXXXX164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50709": { + "content": "[XXXXX395]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50710": { + "content": "[XXXXX401]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50711": { + "content": "[XXXXX446]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50712": { + "content": "[XXXXX658]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50713": { + "content": "[XXXXX60]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50714": { + "content": "[XXXXX107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50715": { + "content": "[XXXXX131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50716": { + "content": "[XXXXX387]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50717": { + "content": "[XXXXX67]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50718": { + "content": "[XXXXX743]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50719": { + "content": "[XXXXX657]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50720": { + "content": "[XXXXX418]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50721": { + "content": "[XXXXX787]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50722": { + "content": "[XXXXX838]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50723": { + "content": "[XXXXX298]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50724": { + "content": "[XXXXX1007]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50725": { + "content": "[XXXXX1027]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50726": { + "content": "[XXXXX1078]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50727": { + "content": "[XXXXX651]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50728": { + "content": "[XXXXX875]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50729": { + "content": "[XXXXX258]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50730": { + "content": "[XXXXX413]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50731": { + "content": "[XXXXX1092]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50732": { + "content": "[XXXXX124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50733": { + "content": "[XXXXX308]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50734": { + "content": "[XXXXX1085]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50735": { + "content": "[XXXXX1170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50736": { + "content": "[XXXXX38]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50737": { + "content": "[XXXXX438]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50738": { + "content": "[XXXXX475]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50739": { + "content": "[XXXXX900]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50740": { + "content": "[XXXXX263]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50741": { + "content": "[XXXXX166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50742": { + "content": "[XXXXX698]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50743": { + "content": "[XXXXX1127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50744": { + "content": "[XXXXX1181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50745": { + "content": "[XXXXX763]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50746": { + "content": "[XXXXX627]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50747": { + "content": "[XXXXX250]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50748": { + "content": "[XXXXX757]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50749": { + "content": "[XXXXX142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50750": { + "content": "[XXXXX794]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50751": { + "content": "[XXXXX128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50752": { + "content": "[XXXXX35]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50753": { + "content": "[XXXXX482]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50754": { + "content": "[XXXXX834]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50755": { + "content": "[XXXXX679]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50756": { + "content": "[XXXXX839]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50757": { + "content": "[XXXXX138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50758": { + "content": "[XXXXX1066]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50759": { + "content": "[XXXXX116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50760": { + "content": "[XXXXX317]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50761": { + "content": "[XXXXX490]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50762": { + "content": "[XXXXX443]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50763": { + "content": "[XXXXX879]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50764": { + "content": "[XXXXX1101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50765": { + "content": "[XXXXX711]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50766": { + "content": "[XXXXX123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50767": { + "content": "[XXXXX1152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50768": { + "content": "[XXXXX692]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50769": { + "content": "[XXXXX555]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50770": { + "content": "[XXXXX266]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50771": { + "content": "[XXXXX0]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50772": { + "content": "[XXXXX332]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50773": { + "content": "[XXXXX497]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50774": { + "content": "[XXXXX904]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50775": { + "content": "[XXXXX1019]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50776": { + "content": "[XXXXX709]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50777": { + "content": "[XXXXX351]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50778": { + "content": "[XXXXX764]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50779": { + "content": "[XXXXX625]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50780": { + "content": "[XXXXX798]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50781": { + "content": "[XXXXX205]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50782": { + "content": "[XXXXX922]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50783": { + "content": "[XXXXX1075]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50784": { + "content": "[XXXXX8]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50785": { + "content": "[XXXXX422]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50786": { + "content": "[XXXXX638]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50787": { + "content": "[XXXXX98]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50788": { + "content": "[XXXXX814]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50789": { + "content": "[XXXXX1057]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50790": { + "content": "[XXXXX1070]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50791": { + "content": "[XXXXX411]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50792": { + "content": "[XXXXX768]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50793": { + "content": "[XXXXX1165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50794": { + "content": "[XXXXX888]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50795": { + "content": "[XXXXX636]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50796": { + "content": "[XXXXX1047]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50797": { + "content": "[XXXXX960]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50798": { + "content": "[XXXXX910]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50799": { + "content": "[XXXXX42]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50800": { + "content": "[XXXXX238]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50801": { + "content": "[XXXXX383]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50802": { + "content": "[XXXXX1032]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50803": { + "content": "[XXXXX577]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50804": { + "content": "[XXXXX268]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50805": { + "content": "[XXXXX179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50806": { + "content": "[XXXXX1076]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50807": { + "content": "[XXXXX1167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50808": { + "content": "[XXXXX1172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50809": { + "content": "[XXXXX665]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50810": { + "content": "[XXXXX126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50811": { + "content": "[XXXXX347]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50812": { + "content": "[XXXXX544]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50813": { + "content": "[XXXXX1026]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50814": { + "content": "[XXXXX159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50815": { + "content": "[XXXXX503]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50816": { + "content": "[XXXXX583]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50817": { + "content": "[XXXXX668]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50818": { + "content": "[XXXXX1115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50819": { + "content": "[XXXXX112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50820": { + "content": "[XXXXX154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50821": { + "content": "[XXXXX761]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50822": { + "content": "[XXXXX540]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50823": { + "content": "[XXXXX755]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50824": { + "content": "[XXXXX255]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50825": { + "content": "[XXXXX459]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50826": { + "content": "[XXXXX1090]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50827": { + "content": "[XXXXX689]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50828": { + "content": "[XXXXX589]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50829": { + "content": "[XXXXX122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50830": { + "content": "[XXXXX789]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50831": { + "content": "[XXXXX481]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50832": { + "content": "[XXXXX1044]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50833": { + "content": "[XXXXX274]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50834": { + "content": "[XXXXX957]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50835": { + "content": "[XXXXX1121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50836": { + "content": "[XXXXX464]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50837": { + "content": "[XXXXX495]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50838": { + "content": "[XXXXX1097]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50839": { + "content": "[XXXXX581]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50840": { + "content": "[XXXXX200]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50841": { + "content": "[XXXXX954]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50842": { + "content": "[XXXXX48]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50843": { + "content": "[XXXXX855]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50844": { + "content": "[XXXXX419]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50845": { + "content": "[XXXXX919]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50846": { + "content": "[XXXXX451]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50847": { + "content": "[XXXXX869]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50848": { + "content": "[XXXXX1082]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50849": { + "content": "[XXXXX1185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50850": { + "content": "[XXXXX859]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50851": { + "content": "[XXXXX1139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50852": { + "content": "[XXXXX1072]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50853": { + "content": "[XXXXX220]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50854": { + "content": "[XXXXX465]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50855": { + "content": "[XXXXX1105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50856": { + "content": "[XXXXX1093]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50857": { + "content": "[XXXXX953]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50858": { + "content": "[XXXXX1187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50859": { + "content": "[XXXXX311]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50860": { + "content": "[XXXXX403]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50861": { + "content": "[XXXXX684]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50862": { + "content": "[XXXXX426]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50863": { + "content": "[XXXXX68]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50864": { + "content": "[XXXXX277]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50865": { + "content": "[XXXXX437]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50866": { + "content": "[XXXXX896]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50867": { + "content": "[XXXXX899]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50868": { + "content": "[XXXXX878]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50869": { + "content": "[XXXXX1073]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50870": { + "content": "[XXXXX774]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50871": { + "content": "[XXXXX315]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50872": { + "content": "[XXXXX631]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50873": { + "content": "[XXXXX223]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50874": { + "content": "[XXXXX86]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50875": { + "content": "[XXXXX607]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50876": { + "content": "[XXXXX149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50877": { + "content": "[XXXXX566]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50878": { + "content": "[XXXXX740]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50879": { + "content": "[XXXXX265]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50880": { + "content": "[XXXXX399]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50881": { + "content": "[XXXXX1053]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50882": { + "content": "[XXXXX1077]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50883": { + "content": "[XXXXX336]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50884": { + "content": "[XXXXX734]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50885": { + "content": "[XXXXX289]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50886": { + "content": "[XXXXX221]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50887": { + "content": "[XXXXX580]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50888": { + "content": "[XXXXX406]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50889": { + "content": "[XXXXX854]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50890": { + "content": "[XXXXX673]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50891": { + "content": "[XXXXX1146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50892": { + "content": "[XXXXX29]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50893": { + "content": "[XXXXX496]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50894": { + "content": "[XXXXX241]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50895": { + "content": "[XXXXX929]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50896": { + "content": "[XXXXX169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50897": { + "content": "[XXXXX1153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50898": { + "content": "[XXXXX440]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50899": { + "content": "[XXXXX385]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50900": { + "content": "[XXXXX499]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50901": { + "content": "[XXXXX718]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50902": { + "content": "[XXXXX848]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50903": { + "content": "[XXXXX877]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50904": { + "content": "[XXXXX641]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50905": { + "content": "[XXXXX1137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50906": { + "content": "[XXXXX269]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50907": { + "content": "[XXXXX521]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50908": { + "content": "[XXXXX234]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50909": { + "content": "[XXXXX987]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50910": { + "content": "[XXXXX741]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50911": { + "content": "[XXXXX349]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50912": { + "content": "[XXXXX93]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50913": { + "content": "[XXXXX247]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50914": { + "content": "[XXXXX961]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50915": { + "content": "[XXXXX1120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50916": { + "content": "[XXXXX369]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50917": { + "content": "[XXXXX479]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50918": { + "content": "[XXXXX892]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50919": { + "content": "[XXXXX553]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50920": { + "content": "[XXXXX906]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50921": { + "content": "[XXXXX571]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50922": { + "content": "[XXXXX1046]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50923": { + "content": "[XXXXX206]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50924": { + "content": "[XXXXX488]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50925": { + "content": "[XXXXX445]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50926": { + "content": "[XXXXX524]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50927": { + "content": "[XXXXX228]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50928": { + "content": "[XXXXX998]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50929": { + "content": "[XXXXX675]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50930": { + "content": "[XXXXX732]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50931": { + "content": "[XXXXX1028]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50932": { + "content": "[XXXXX494]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50933": { + "content": "[XXXXX965]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50934": { + "content": "[XXXXX1021]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50935": { + "content": "[XXXXX726]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50936": { + "content": "[XXXXX168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50937": { + "content": "[XXXXX606]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50938": { + "content": "[XXXXX974]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50939": { + "content": "[XXXXX504]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50940": { + "content": "[XXXXX556]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50941": { + "content": "[XXXXX1159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50942": { + "content": "[XXXXX417]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50943": { + "content": "[XXXXX1175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50944": { + "content": "[XXXXX1142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50945": { + "content": "[XXXXX753]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50946": { + "content": "[XXXXX824]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50947": { + "content": "[XXXXX251]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50948": { + "content": "[XXXXX345]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50949": { + "content": "[XXXXX610]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50950": { + "content": "[XXXXX276]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50951": { + "content": "[XXXXX783]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50952": { + "content": "[XXXXX74]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50953": { + "content": "[XXXXX1050]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50954": { + "content": "[XXXXX71]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50955": { + "content": "[XXXXX360]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50956": { + "content": "[XXXXX512]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50957": { + "content": "[XXXXX341]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50958": { + "content": "[XXXXX375]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50959": { + "content": "[XXXXX637]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50960": { + "content": "[XXXXX1116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50961": { + "content": "[XXXXX9]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50962": { + "content": "[XXXXX738]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50963": { + "content": "[XXXXX856]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50964": { + "content": "[XXXXX979]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50965": { + "content": "[XXXXX825]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50966": { + "content": "[XXXXX852]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50967": { + "content": "[XXXXX215]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50968": { + "content": "[XXXXX91]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50969": { + "content": "[XXXXX257]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50970": { + "content": "[XXXXX325]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50971": { + "content": "[XXXXX368]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50972": { + "content": "[XXXXX1124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50973": { + "content": "[XXXXX188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50974": { + "content": "[XXXXX905]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50975": { + "content": "[XXXXX284]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50976": { + "content": "[XXXXX11]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50977": { + "content": "[XXXXX83]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50978": { + "content": "[XXXXX611]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50979": { + "content": "[XXXXX51]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50980": { + "content": "[XXXXX99]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50981": { + "content": "[XXXXX288]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50982": { + "content": "[XXXXX945]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50983": { + "content": "[XXXXX975]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50984": { + "content": "[XXXXX282]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50985": { + "content": "[XXXXX1068]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50986": { + "content": "[XXXXX1180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50987": { + "content": "[XXXXX574]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50988": { + "content": "[XXXXX305]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50989": { + "content": "[XXXXX565]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50990": { + "content": "[XXXXX865]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50991": { + "content": "[XXXXX1014]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50992": { + "content": "[XXXXX1138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50993": { + "content": "[XXXXX134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50994": { + "content": "[XXXXX321]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50995": { + "content": "[XXXXX752]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50996": { + "content": "[XXXXX108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50997": { + "content": "[XXXXX339]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50998": { + "content": "[XXXXX893]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50999": { + "content": "[XXXXX1177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51000": { + "content": "[XXXXX988]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51001": { + "content": "[XXXXX719]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51002": { + "content": "[XXXXX1059]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51003": { + "content": "[XXXXX421]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51004": { + "content": "[XXXXX670]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51005": { + "content": "[XXXXX949]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51006": { + "content": "[XXXXX14]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51007": { + "content": "[XXXXX1087]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51008": { + "content": "[XXXXX382]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51009": { + "content": "[XXXXX531]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51010": { + "content": "[XXXXX1079]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51011": { + "content": "[XXXXX1067]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51012": { + "content": "[XXXXX655]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51013": { + "content": "[XXXXX340]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51014": { + "content": "[XXXXX398]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51015": { + "content": "[XXXXX175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51016": { + "content": "[XXXXX232]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51017": { + "content": "[XXXXX244]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51018": { + "content": "[XXXXX568]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51019": { + "content": "[XXXXX1110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51020": { + "content": "[XXXXX191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51021": { + "content": "[XXXXX931]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51022": { + "content": "[XXXXX832]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51023": { + "content": "[XXXXX1030]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51024": { + "content": "[XXXXX144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51025": { + "content": "[XXXXX1102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51026": { + "content": "[XXXXX300]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51027": { + "content": "[XXXXX996]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51028": { + "content": "[XXXXX248]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51029": { + "content": "[XXXXX66]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51030": { + "content": "[XXXXX735]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51031": { + "content": "[XXXXX20]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51032": { + "content": "[XXXXX694]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51033": { + "content": "[XXXXX845]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51034": { + "content": "[XXXXX500]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51035": { + "content": "[XXXXX613]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51036": { + "content": "[XXXXX117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51037": { + "content": "[XXXXX886]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51038": { + "content": "[XXXXX261]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51039": { + "content": "[XXXXX567]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51040": { + "content": "[XXXXX541]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51041": { + "content": "[XXXXX529]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51042": { + "content": "[XXXXX699]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51043": { + "content": "[XXXXX715]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51044": { + "content": "[XXXXX1003]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51045": { + "content": "[XXXXX518]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51046": { + "content": "[XXXXX891]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51047": { + "content": "[XXXXX192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51048": { + "content": "[XXXXX53]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51049": { + "content": "[XXXXX428]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51050": { + "content": "[XXXXX183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51051": { + "content": "[XXXXX850]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51052": { + "content": "[XXXXX539]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51053": { + "content": "[XXXXX527]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51054": { + "content": "[XXXXX660]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51055": { + "content": "[XXXXX409]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51056": { + "content": "[XXXXX1122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51057": { + "content": "[XXXXX898]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51058": { + "content": "[XXXXX858]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51059": { + "content": "[XXXXX534]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51060": { + "content": "[XXXXX756]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51061": { + "content": "[XXXXX63]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51062": { + "content": "[XXXXX49]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51063": { + "content": "[XXXXX1106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51064": { + "content": "[XXXXX111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51065": { + "content": "[XXXXX955]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51066": { + "content": "[XXXXX309]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51067": { + "content": "[XXXXX538]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51068": { + "content": "[XXXXX823]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51069": { + "content": "[XXXXX867]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51070": { + "content": "[XXXXX587]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51071": { + "content": "[XXXXX243]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51072": { + "content": "[XXXXX677]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51073": { + "content": "[XXXXX1017]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51074": { + "content": "[XXXXX173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51075": { + "content": "[XXXXX682]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51076": { + "content": "[XXXXX1184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51077": { + "content": "[XXXXX1009]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51078": { + "content": "[XXXXX704]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51079": { + "content": "[XXXXX532]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51080": { + "content": "[XXXXX901]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51081": { + "content": "[XXXXX120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51082": { + "content": "[XXXXX388]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51083": { + "content": "[XXXXX405]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51084": { + "content": "[XXXXX788]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51085": { + "content": "[XXXXX728]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51086": { + "content": "[XXXXX425]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51087": { + "content": "[XXXXX883]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51088": { + "content": "[XXXXX837]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51089": { + "content": "[XXXXX350]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51090": { + "content": "[XXXXX716]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51091": { + "content": "[XXXXX579]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51092": { + "content": "[XXXXX909]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51093": { + "content": "[XXXXX884]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51094": { + "content": "[XXXXX1011]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51095": { + "content": "[XXXXX372]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51096": { + "content": "[XXXXX370]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51097": { + "content": "[XXXXX468]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51098": { + "content": "[XXXXX688]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51099": { + "content": "[XXXXX56]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51100": { + "content": "[XXXXX653]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51101": { + "content": "[XXXXX623]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51102": { + "content": "[XXXXX552]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51103": { + "content": "[XXXXX314]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51104": { + "content": "[XXXXX1018]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51105": { + "content": "[XXXXX1091]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51106": { + "content": "[XXXXX342]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51107": { + "content": "[XXXXX1065]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51108": { + "content": "[XXXXX1161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51109": { + "content": "[XXXXX959]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51110": { + "content": "[XXXXX1035]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51111": { + "content": "[XXXXX530]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51112": { + "content": "[XXXXX69]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51113": { + "content": "[XXXXX489]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51114": { + "content": "[XXXXX1]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51115": { + "content": "[XXXXX207]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51116": { + "content": "[XXXXX433]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51117": { + "content": "[XXXXX358]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51118": { + "content": "[XXXXX601]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51119": { + "content": "[XXXXX2]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51120": { + "content": "[XXXXX722]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51121": { + "content": "[XXXXX985]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51122": { + "content": "[XXXXX908]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51123": { + "content": "[XXXXX1024]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51124": { + "content": "[XXXXX1111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51125": { + "content": "[XXXXX1113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51126": { + "content": "[XXXXX678]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51127": { + "content": "[XXXXX19]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51128": { + "content": "[XXXXX1186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51129": { + "content": "[XXXXX808]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51130": { + "content": "[XXXXX493]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51131": { + "content": "[XXXXX1155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51132": { + "content": "[XXXXX217]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51133": { + "content": "[XXXXX616]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51134": { + "content": "[XXXXX835]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51135": { + "content": "[XXXXX994]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51136": { + "content": "[XXXXX484]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51137": { + "content": "[XXXXX362]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51138": { + "content": "[XXXXX582]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51139": { + "content": "[XXXXX1034]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51140": { + "content": "[XXXXX772]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51141": { + "content": "[XXXXX457]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51142": { + "content": "[XXXXX604]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51143": { + "content": "[XXXXX456]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51144": { + "content": "[XXXXX145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51145": { + "content": "[XXXXX476]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51146": { + "content": "[XXXXX218]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51147": { + "content": "[XXXXX199]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51148": { + "content": "[XXXXX364]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51149": { + "content": "[XXXXX302]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51150": { + "content": "[XXXXX881]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51151": { + "content": "[XXXXX1088]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51152": { + "content": "[XXXXX356]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51153": { + "content": "[XXXXX936]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51154": { + "content": "[XXXXX978]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51155": { + "content": "[XXXXX895]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51156": { + "content": "[XXXXX993]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51157": { + "content": "[XXXXX458]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51158": { + "content": "[XXXXX1002]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51159": { + "content": "[XXXXX1022]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51160": { + "content": "[XXXXX25]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51161": { + "content": "[XXXXX766]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51162": { + "content": "[XXXXX64]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51163": { + "content": "[XXXXX211]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51164": { + "content": "[XXXXX82]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51165": { + "content": "[XXXXX634]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51166": { + "content": "[XXXXX661]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51167": { + "content": "[XXXXX748]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51168": { + "content": "[XXXXX778]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51169": { + "content": "[XXXXX24]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51170": { + "content": "[XXXXX448]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51171": { + "content": "[XXXXX887]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51172": { + "content": "[XXXXX890]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51173": { + "content": "[XXXXX754]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51174": { + "content": "[XXXXX343]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51175": { + "content": "[XXXXX1069]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51176": { + "content": "[XXXXX294]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51177": { + "content": "[XXXXX295]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51178": { + "content": "[XXXXX197]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51179": { + "content": "[XXXXX210]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51180": { + "content": "[XXXXX630]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51181": { + "content": "[XXXXX707]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51182": { + "content": "[XXXXX864]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51183": { + "content": "[XXXXX391]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51184": { + "content": "[XXXXX338]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51185": { + "content": "[XXXXX800]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51186": { + "content": "[XXXXX841]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51187": { + "content": "[XXXXX967]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51188": { + "content": "[XXXXX793]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51189": { + "content": "[XXXXX916]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51190": { + "content": "[XXXXX603]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51191": { + "content": "[XXXXX270]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51192": { + "content": "[XXXXX105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51193": { + "content": "[XXXXX1016]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51194": { + "content": "[XXXXX804]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51195": { + "content": "[XXXXX264]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51196": { + "content": "[XXXXX155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51197": { + "content": "[XXXXX1190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51198": { + "content": "[XXXXX813]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51199": { + "content": "[XXXXX546]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": "[CLS]", + "clean_up_tokenization_spaces": true, + "cls_token": "[CLS]", + "do_lower_case": false, + "eos_token": "[SEP]", + "extra_special_tokens": {}, + "keep_accents": true, + "mask_token": "[MASK]", + "model_max_length": 1000000000000000019884624838656, + "pad_token": "", + "remove_space": true, + "sep_token": "[SEP]", + "sp_model_kwargs": {}, + "tokenizer_class": "AlbertTokenizer", + "unk_token": "" +} diff --git a/checkpoint-9000/trainer_state.json b/checkpoint-9000/trainer_state.json new file mode 100644 index 0000000..055cc24 --- /dev/null +++ b/checkpoint-9000/trainer_state.json @@ -0,0 +1,18067 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 0.7002528690916164, + "eval_steps": 3000, + "global_step": 9000, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "entropy": 10.742382335662843, + "epoch": 0.00038902937171756465, + "grad_norm": 4.78125, + "learning_rate": 2e-06, + "loss": 10.7699, + "mean_token_accuracy": 0.0, + "num_tokens": 9243.0, + "step": 5 + }, + { + "entropy": 10.742357444763183, + "epoch": 0.0007780587434351293, + "grad_norm": 5.03125, + "learning_rate": 4.5e-06, + "loss": 10.7654, + "mean_token_accuracy": 0.0, + "num_tokens": 18424.0, + "step": 10 + }, + { + "entropy": 10.74235429763794, + "epoch": 0.001167088115152694, + "grad_norm": 5.03125, + "learning_rate": 7e-06, + "loss": 10.729, + "mean_token_accuracy": 0.00010964912362396718, + "num_tokens": 27006.0, + "step": 15 + }, + { + "entropy": 10.742323112487792, + "epoch": 0.0015561174868702586, + "grad_norm": 4.65625, + "learning_rate": 9.5e-06, + "loss": 10.68, + "mean_token_accuracy": 0.00010695187374949455, + "num_tokens": 35577.0, + "step": 20 + }, + { + "entropy": 10.742191219329834, + "epoch": 0.0019451468585878235, + "grad_norm": 4.46875, + "learning_rate": 1.2e-05, + "loss": 10.5624, + "mean_token_accuracy": 0.001254092820454389, + "num_tokens": 43706.0, + "step": 25 + }, + { + "entropy": 10.741874980926514, + "epoch": 0.002334176230305388, + "grad_norm": 4.25, + "learning_rate": 1.4500000000000002e-05, + "loss": 10.4785, + "mean_token_accuracy": 0.01906490430701524, + "num_tokens": 52571.0, + "step": 30 + }, + { + "entropy": 10.741138744354249, + "epoch": 0.0027232056020229526, + "grad_norm": 3.296875, + "learning_rate": 1.7000000000000003e-05, + "loss": 10.3631, + "mean_token_accuracy": 0.04432072527706623, + "num_tokens": 61900.0, + "step": 35 + }, + { + "entropy": 10.739378833770752, + "epoch": 0.0031122349737405172, + "grad_norm": 2.796875, + "learning_rate": 1.95e-05, + "loss": 10.2522, + "mean_token_accuracy": 0.043363864347338674, + "num_tokens": 71234.0, + "step": 40 + }, + { + "entropy": 10.736563587188721, + "epoch": 0.003501264345458082, + "grad_norm": 2.5, + "learning_rate": 2.2e-05, + "loss": 10.1123, + "mean_token_accuracy": 0.04502938166260719, + "num_tokens": 79610.0, + "step": 45 + }, + { + "entropy": 10.733458709716796, + "epoch": 0.003890293717175647, + "grad_norm": 2.25, + "learning_rate": 2.4500000000000003e-05, + "loss": 10.0005, + "mean_token_accuracy": 0.04512783698737621, + "num_tokens": 87527.0, + "step": 50 + }, + { + "entropy": 10.731391525268554, + "epoch": 0.004279323088893211, + "grad_norm": 2.125, + "learning_rate": 2.7e-05, + "loss": 9.9758, + "mean_token_accuracy": 0.044215765222907065, + "num_tokens": 95512.0, + "step": 55 + }, + { + "entropy": 10.728329372406005, + "epoch": 0.004668352460610776, + "grad_norm": 2.0, + "learning_rate": 2.95e-05, + "loss": 9.9107, + "mean_token_accuracy": 0.04661451056599617, + "num_tokens": 104395.0, + "step": 60 + }, + { + "entropy": 10.723896598815918, + "epoch": 0.0050573818323283405, + "grad_norm": 2.03125, + "learning_rate": 3.2e-05, + "loss": 9.8199, + "mean_token_accuracy": 0.049337920546531674, + "num_tokens": 112562.0, + "step": 65 + }, + { + "entropy": 10.719001293182373, + "epoch": 0.005446411204045905, + "grad_norm": 2.03125, + "learning_rate": 3.4500000000000005e-05, + "loss": 9.7691, + "mean_token_accuracy": 0.04639301113784313, + "num_tokens": 121962.0, + "step": 70 + }, + { + "entropy": 10.715445232391357, + "epoch": 0.00583544057576347, + "grad_norm": 1.8203125, + "learning_rate": 3.7e-05, + "loss": 9.7611, + "mean_token_accuracy": 0.04579820521175861, + "num_tokens": 130714.0, + "step": 75 + }, + { + "entropy": 10.711173343658448, + "epoch": 0.0062244699474810344, + "grad_norm": 1.8046875, + "learning_rate": 3.95e-05, + "loss": 9.665, + "mean_token_accuracy": 0.0456673588603735, + "num_tokens": 139674.0, + "step": 80 + }, + { + "entropy": 10.70630578994751, + "epoch": 0.006613499319198599, + "grad_norm": 1.9453125, + "learning_rate": 4.2000000000000004e-05, + "loss": 9.5765, + "mean_token_accuracy": 0.04949404634535313, + "num_tokens": 148654.0, + "step": 85 + }, + { + "entropy": 10.698366928100587, + "epoch": 0.007002528690916164, + "grad_norm": 2.0, + "learning_rate": 4.45e-05, + "loss": 9.435, + "mean_token_accuracy": 0.05969774164259434, + "num_tokens": 156180.0, + "step": 90 + }, + { + "entropy": 10.684116172790528, + "epoch": 0.007391558062633729, + "grad_norm": 1.875, + "learning_rate": 4.7000000000000004e-05, + "loss": 9.4372, + "mean_token_accuracy": 0.06196932159364223, + "num_tokens": 165608.0, + "step": 95 + }, + { + "entropy": 10.664545917510987, + "epoch": 0.007780587434351294, + "grad_norm": 1.8984375, + "learning_rate": 4.9500000000000004e-05, + "loss": 9.3091, + "mean_token_accuracy": 0.06599215753376483, + "num_tokens": 173871.0, + "step": 100 + }, + { + "entropy": 10.63426914215088, + "epoch": 0.008169616806068859, + "grad_norm": 1.796875, + "learning_rate": 5.2e-05, + "loss": 9.2262, + "mean_token_accuracy": 0.06208839267492294, + "num_tokens": 182356.0, + "step": 105 + }, + { + "entropy": 10.588347434997559, + "epoch": 0.008558646177786422, + "grad_norm": 1.6484375, + "learning_rate": 5.45e-05, + "loss": 9.1345, + "mean_token_accuracy": 0.06493466645479203, + "num_tokens": 190361.0, + "step": 110 + }, + { + "entropy": 10.534650707244873, + "epoch": 0.008947675549503988, + "grad_norm": 1.671875, + "learning_rate": 5.7e-05, + "loss": 9.0175, + "mean_token_accuracy": 0.06511155813932419, + "num_tokens": 199253.0, + "step": 115 + }, + { + "entropy": 10.498821544647218, + "epoch": 0.009336704921221552, + "grad_norm": 1.75, + "learning_rate": 5.9499999999999996e-05, + "loss": 8.9191, + "mean_token_accuracy": 0.06383187472820281, + "num_tokens": 208181.0, + "step": 120 + }, + { + "entropy": 10.446215152740479, + "epoch": 0.009725734292939117, + "grad_norm": 1.6875, + "learning_rate": 6.2e-05, + "loss": 8.7921, + "mean_token_accuracy": 0.06596225276589393, + "num_tokens": 216898.0, + "step": 125 + }, + { + "entropy": 10.361998558044434, + "epoch": 0.010114763664656681, + "grad_norm": 1.53125, + "learning_rate": 6.450000000000001e-05, + "loss": 8.6872, + "mean_token_accuracy": 0.06298739649355412, + "num_tokens": 226051.0, + "step": 130 + }, + { + "entropy": 10.26733865737915, + "epoch": 0.010503793036374246, + "grad_norm": 1.328125, + "learning_rate": 6.7e-05, + "loss": 8.5991, + "mean_token_accuracy": 0.06326549835503101, + "num_tokens": 235018.0, + "step": 135 + }, + { + "entropy": 10.166206169128419, + "epoch": 0.01089282240809181, + "grad_norm": 1.375, + "learning_rate": 6.950000000000001e-05, + "loss": 8.4509, + "mean_token_accuracy": 0.06088712736964226, + "num_tokens": 244268.0, + "step": 140 + }, + { + "entropy": 10.03088960647583, + "epoch": 0.011281851779809376, + "grad_norm": 1.2421875, + "learning_rate": 7.2e-05, + "loss": 8.3425, + "mean_token_accuracy": 0.06427538841962814, + "num_tokens": 253545.0, + "step": 145 + }, + { + "entropy": 9.861793708801269, + "epoch": 0.01167088115152694, + "grad_norm": 1.2890625, + "learning_rate": 7.45e-05, + "loss": 8.1413, + "mean_token_accuracy": 0.07204292267560959, + "num_tokens": 261767.0, + "step": 150 + }, + { + "entropy": 9.695942211151124, + "epoch": 0.012059910523244505, + "grad_norm": 1.0625, + "learning_rate": 7.7e-05, + "loss": 8.1018, + "mean_token_accuracy": 0.06669669337570668, + "num_tokens": 270372.0, + "step": 155 + }, + { + "entropy": 9.514180374145507, + "epoch": 0.012448939894962069, + "grad_norm": 1.109375, + "learning_rate": 7.950000000000001e-05, + "loss": 8.0639, + "mean_token_accuracy": 0.06147677525877952, + "num_tokens": 279726.0, + "step": 160 + }, + { + "entropy": 9.323209476470947, + "epoch": 0.012837969266679634, + "grad_norm": 0.96875, + "learning_rate": 8.2e-05, + "loss": 7.9873, + "mean_token_accuracy": 0.06152131669223308, + "num_tokens": 288955.0, + "step": 165 + }, + { + "entropy": 9.155291080474854, + "epoch": 0.013226998638397198, + "grad_norm": 0.8984375, + "learning_rate": 8.450000000000001e-05, + "loss": 7.8671, + "mean_token_accuracy": 0.06018271669745445, + "num_tokens": 297898.0, + "step": 170 + }, + { + "entropy": 8.913286781311035, + "epoch": 0.013616028010114764, + "grad_norm": 0.9375, + "learning_rate": 8.7e-05, + "loss": 7.7877, + "mean_token_accuracy": 0.06726240292191506, + "num_tokens": 306189.0, + "step": 175 + }, + { + "entropy": 8.70859899520874, + "epoch": 0.014005057381832327, + "grad_norm": 0.82421875, + "learning_rate": 8.95e-05, + "loss": 7.7347, + "mean_token_accuracy": 0.06567795276641845, + "num_tokens": 314881.0, + "step": 180 + }, + { + "entropy": 8.591675281524658, + "epoch": 0.014394086753549893, + "grad_norm": 0.96875, + "learning_rate": 9.2e-05, + "loss": 7.7148, + "mean_token_accuracy": 0.0621601328253746, + "num_tokens": 323357.0, + "step": 185 + }, + { + "entropy": 8.47695083618164, + "epoch": 0.014783116125267459, + "grad_norm": 1.1875, + "learning_rate": 9.45e-05, + "loss": 7.7356, + "mean_token_accuracy": 0.06571447476744652, + "num_tokens": 331799.0, + "step": 190 + }, + { + "entropy": 8.370344352722167, + "epoch": 0.015172145496985022, + "grad_norm": 0.921875, + "learning_rate": 9.7e-05, + "loss": 7.6118, + "mean_token_accuracy": 0.06905685365200043, + "num_tokens": 340320.0, + "step": 195 + }, + { + "entropy": 8.324654674530029, + "epoch": 0.015561174868702588, + "grad_norm": 0.9375, + "learning_rate": 9.95e-05, + "loss": 7.6178, + "mean_token_accuracy": 0.06449079662561416, + "num_tokens": 348990.0, + "step": 200 + }, + { + "entropy": 8.174854373931884, + "epoch": 0.01595020424042015, + "grad_norm": 0.9765625, + "learning_rate": 0.000102, + "loss": 7.5827, + "mean_token_accuracy": 0.06486652344465256, + "num_tokens": 357661.0, + "step": 205 + }, + { + "entropy": 8.168173027038574, + "epoch": 0.016339233612137717, + "grad_norm": 0.796875, + "learning_rate": 0.00010449999999999999, + "loss": 7.5391, + "mean_token_accuracy": 0.07107783854007721, + "num_tokens": 366099.0, + "step": 210 + }, + { + "entropy": 8.15952262878418, + "epoch": 0.016728262983855283, + "grad_norm": 0.83984375, + "learning_rate": 0.000107, + "loss": 7.677, + "mean_token_accuracy": 0.06535900048911572, + "num_tokens": 374926.0, + "step": 215 + }, + { + "entropy": 8.183490467071532, + "epoch": 0.017117292355572845, + "grad_norm": 0.890625, + "learning_rate": 0.0001095, + "loss": 7.5935, + "mean_token_accuracy": 0.06671289913356304, + "num_tokens": 383846.0, + "step": 220 + }, + { + "entropy": 8.149136352539063, + "epoch": 0.01750632172729041, + "grad_norm": 0.84765625, + "learning_rate": 0.000112, + "loss": 7.5526, + "mean_token_accuracy": 0.07337053082883357, + "num_tokens": 393678.0, + "step": 225 + }, + { + "entropy": 8.142791080474854, + "epoch": 0.017895351099007976, + "grad_norm": 0.9765625, + "learning_rate": 0.0001145, + "loss": 7.5805, + "mean_token_accuracy": 0.07247933149337768, + "num_tokens": 401866.0, + "step": 230 + }, + { + "entropy": 8.138428115844727, + "epoch": 0.01828438047072554, + "grad_norm": 0.96875, + "learning_rate": 0.00011700000000000001, + "loss": 7.5559, + "mean_token_accuracy": 0.07213828079402447, + "num_tokens": 411057.0, + "step": 235 + }, + { + "entropy": 8.083276653289795, + "epoch": 0.018673409842443103, + "grad_norm": 0.90234375, + "learning_rate": 0.00011949999999999999, + "loss": 7.5199, + "mean_token_accuracy": 0.07377653121948242, + "num_tokens": 419083.0, + "step": 240 + }, + { + "entropy": 8.081015300750732, + "epoch": 0.01906243921416067, + "grad_norm": 1.1640625, + "learning_rate": 0.000122, + "loss": 7.423, + "mean_token_accuracy": 0.07348247244954109, + "num_tokens": 427503.0, + "step": 245 + }, + { + "entropy": 7.99849009513855, + "epoch": 0.019451468585878234, + "grad_norm": 1.1015625, + "learning_rate": 0.0001245, + "loss": 7.5381, + "mean_token_accuracy": 0.07209133058786392, + "num_tokens": 435820.0, + "step": 250 + }, + { + "entropy": 7.958733320236206, + "epoch": 0.0198404979575958, + "grad_norm": 0.86328125, + "learning_rate": 0.000127, + "loss": 7.3981, + "mean_token_accuracy": 0.07939725071191787, + "num_tokens": 444692.0, + "step": 255 + }, + { + "entropy": 8.023887872695923, + "epoch": 0.020229527329313362, + "grad_norm": 0.890625, + "learning_rate": 0.0001295, + "loss": 7.4495, + "mean_token_accuracy": 0.07057543247938156, + "num_tokens": 453536.0, + "step": 260 + }, + { + "entropy": 8.02216215133667, + "epoch": 0.020618556701030927, + "grad_norm": 1.0078125, + "learning_rate": 0.000132, + "loss": 7.4635, + "mean_token_accuracy": 0.07652526497840881, + "num_tokens": 462264.0, + "step": 265 + }, + { + "entropy": 8.021293640136719, + "epoch": 0.021007586072748493, + "grad_norm": 1.0625, + "learning_rate": 0.00013450000000000002, + "loss": 7.5942, + "mean_token_accuracy": 0.07328042685985565, + "num_tokens": 471819.0, + "step": 270 + }, + { + "entropy": 7.957899475097657, + "epoch": 0.02139661544446606, + "grad_norm": 0.96484375, + "learning_rate": 0.00013700000000000002, + "loss": 7.4982, + "mean_token_accuracy": 0.0714272040873766, + "num_tokens": 480878.0, + "step": 275 + }, + { + "entropy": 8.055506563186645, + "epoch": 0.02178564481618362, + "grad_norm": 0.87109375, + "learning_rate": 0.0001395, + "loss": 7.4444, + "mean_token_accuracy": 0.08031182736158371, + "num_tokens": 489454.0, + "step": 280 + }, + { + "entropy": 7.901804733276367, + "epoch": 0.022174674187901186, + "grad_norm": 1.0390625, + "learning_rate": 0.00014199999999999998, + "loss": 7.3353, + "mean_token_accuracy": 0.07537753507494926, + "num_tokens": 498378.0, + "step": 285 + }, + { + "entropy": 7.9674581527709964, + "epoch": 0.02256370355961875, + "grad_norm": 0.91796875, + "learning_rate": 0.0001445, + "loss": 7.558, + "mean_token_accuracy": 0.07206817306578159, + "num_tokens": 507638.0, + "step": 290 + }, + { + "entropy": 8.018344259262085, + "epoch": 0.022952732931336317, + "grad_norm": 0.953125, + "learning_rate": 0.000147, + "loss": 7.4655, + "mean_token_accuracy": 0.08074412941932678, + "num_tokens": 517047.0, + "step": 295 + }, + { + "entropy": 7.928561210632324, + "epoch": 0.02334176230305388, + "grad_norm": 1.078125, + "learning_rate": 0.0001495, + "loss": 7.3931, + "mean_token_accuracy": 0.07988100573420524, + "num_tokens": 525287.0, + "step": 300 + }, + { + "entropy": 7.889331293106079, + "epoch": 0.023730791674771445, + "grad_norm": 1.0234375, + "learning_rate": 0.000152, + "loss": 7.3272, + "mean_token_accuracy": 0.07765846103429794, + "num_tokens": 533266.0, + "step": 305 + }, + { + "entropy": 7.938522481918335, + "epoch": 0.02411982104648901, + "grad_norm": 0.95703125, + "learning_rate": 0.00015450000000000001, + "loss": 7.4553, + "mean_token_accuracy": 0.07832531034946441, + "num_tokens": 542448.0, + "step": 310 + }, + { + "entropy": 7.876863288879394, + "epoch": 0.024508850418206576, + "grad_norm": 0.99609375, + "learning_rate": 0.000157, + "loss": 7.3373, + "mean_token_accuracy": 0.07851743251085282, + "num_tokens": 550872.0, + "step": 315 + }, + { + "entropy": 7.92165994644165, + "epoch": 0.024897879789924138, + "grad_norm": 0.9921875, + "learning_rate": 0.0001595, + "loss": 7.3913, + "mean_token_accuracy": 0.08598420470952987, + "num_tokens": 559616.0, + "step": 320 + }, + { + "entropy": 7.843034791946411, + "epoch": 0.025286909161641703, + "grad_norm": 1.1484375, + "learning_rate": 0.000162, + "loss": 7.3644, + "mean_token_accuracy": 0.0826579324901104, + "num_tokens": 568379.0, + "step": 325 + }, + { + "entropy": 7.829864072799682, + "epoch": 0.02567593853335927, + "grad_norm": 0.94140625, + "learning_rate": 0.00016450000000000001, + "loss": 7.3671, + "mean_token_accuracy": 0.08075782656669617, + "num_tokens": 577288.0, + "step": 330 + }, + { + "entropy": 7.871328210830688, + "epoch": 0.026064967905076834, + "grad_norm": 0.96875, + "learning_rate": 0.00016700000000000002, + "loss": 7.3243, + "mean_token_accuracy": 0.08058057203888894, + "num_tokens": 587054.0, + "step": 335 + }, + { + "entropy": 7.879428195953369, + "epoch": 0.026453997276794396, + "grad_norm": 1.0703125, + "learning_rate": 0.00016950000000000003, + "loss": 7.443, + "mean_token_accuracy": 0.0813908450305462, + "num_tokens": 595405.0, + "step": 340 + }, + { + "entropy": 7.87817964553833, + "epoch": 0.026843026648511962, + "grad_norm": 1.1953125, + "learning_rate": 0.00017199999999999998, + "loss": 7.3017, + "mean_token_accuracy": 0.0837264135479927, + "num_tokens": 604095.0, + "step": 345 + }, + { + "entropy": 7.7519464015960695, + "epoch": 0.027232056020229527, + "grad_norm": 1.0390625, + "learning_rate": 0.00017449999999999999, + "loss": 7.3331, + "mean_token_accuracy": 0.08179512321949005, + "num_tokens": 613518.0, + "step": 350 + }, + { + "entropy": 7.8531310081481935, + "epoch": 0.027621085391947093, + "grad_norm": 1.0625, + "learning_rate": 0.000177, + "loss": 7.1945, + "mean_token_accuracy": 0.08306437954306603, + "num_tokens": 621212.0, + "step": 355 + }, + { + "entropy": 7.758134984970093, + "epoch": 0.028010114763664655, + "grad_norm": 0.99609375, + "learning_rate": 0.0001795, + "loss": 7.2697, + "mean_token_accuracy": 0.08436251506209373, + "num_tokens": 629326.0, + "step": 360 + }, + { + "entropy": 7.758914995193481, + "epoch": 0.02839914413538222, + "grad_norm": 1.0546875, + "learning_rate": 0.000182, + "loss": 7.2792, + "mean_token_accuracy": 0.08306139633059502, + "num_tokens": 637034.0, + "step": 365 + }, + { + "entropy": 7.723426389694214, + "epoch": 0.028788173507099786, + "grad_norm": 1.09375, + "learning_rate": 0.0001845, + "loss": 7.1741, + "mean_token_accuracy": 0.08840271160006523, + "num_tokens": 645924.0, + "step": 370 + }, + { + "entropy": 7.825829219818115, + "epoch": 0.02917720287881735, + "grad_norm": 0.9921875, + "learning_rate": 0.000187, + "loss": 7.3813, + "mean_token_accuracy": 0.08644352033734322, + "num_tokens": 655020.0, + "step": 375 + }, + { + "entropy": 7.784128332138062, + "epoch": 0.029566232250534917, + "grad_norm": 1.1640625, + "learning_rate": 0.0001895, + "loss": 7.2057, + "mean_token_accuracy": 0.08727380409836769, + "num_tokens": 663451.0, + "step": 380 + }, + { + "entropy": 7.727108144760132, + "epoch": 0.02995526162225248, + "grad_norm": 1.0078125, + "learning_rate": 0.000192, + "loss": 7.2834, + "mean_token_accuracy": 0.08695143982768058, + "num_tokens": 671973.0, + "step": 385 + }, + { + "entropy": 7.712132835388184, + "epoch": 0.030344290993970045, + "grad_norm": 1.03125, + "learning_rate": 0.0001945, + "loss": 7.1734, + "mean_token_accuracy": 0.08923292458057404, + "num_tokens": 680583.0, + "step": 390 + }, + { + "entropy": 7.674439716339111, + "epoch": 0.03073332036568761, + "grad_norm": 1.296875, + "learning_rate": 0.00019700000000000002, + "loss": 7.1871, + "mean_token_accuracy": 0.0865532897412777, + "num_tokens": 689000.0, + "step": 395 + }, + { + "entropy": 7.765862512588501, + "epoch": 0.031122349737405176, + "grad_norm": 1.171875, + "learning_rate": 0.00019950000000000002, + "loss": 7.1741, + "mean_token_accuracy": 0.08593220934271813, + "num_tokens": 698047.0, + "step": 400 + }, + { + "entropy": 7.731269979476929, + "epoch": 0.03151137910912274, + "grad_norm": 0.8828125, + "learning_rate": 0.000202, + "loss": 7.2962, + "mean_token_accuracy": 0.08466848209500313, + "num_tokens": 707192.0, + "step": 405 + }, + { + "entropy": 7.695866537094116, + "epoch": 0.0319004084808403, + "grad_norm": 1.3046875, + "learning_rate": 0.00020449999999999998, + "loss": 7.1133, + "mean_token_accuracy": 0.09290924519300461, + "num_tokens": 715895.0, + "step": 410 + }, + { + "entropy": 7.683174657821655, + "epoch": 0.03228943785255787, + "grad_norm": 1.0234375, + "learning_rate": 0.000207, + "loss": 7.1955, + "mean_token_accuracy": 0.08894984126091003, + "num_tokens": 724891.0, + "step": 415 + }, + { + "entropy": 7.715670108795166, + "epoch": 0.032678467224275434, + "grad_norm": 1.1171875, + "learning_rate": 0.0002095, + "loss": 7.2305, + "mean_token_accuracy": 0.08583205491304398, + "num_tokens": 733378.0, + "step": 420 + }, + { + "entropy": 7.689523315429687, + "epoch": 0.033067496595993, + "grad_norm": 1.2578125, + "learning_rate": 0.000212, + "loss": 7.2038, + "mean_token_accuracy": 0.08817718252539634, + "num_tokens": 741098.0, + "step": 425 + }, + { + "entropy": 7.737551879882813, + "epoch": 0.033456525967710565, + "grad_norm": 1.375, + "learning_rate": 0.0002145, + "loss": 7.1523, + "mean_token_accuracy": 0.08939553946256637, + "num_tokens": 749902.0, + "step": 430 + }, + { + "entropy": 7.571504878997803, + "epoch": 0.033845555339428124, + "grad_norm": 1.1875, + "learning_rate": 0.00021700000000000002, + "loss": 7.1379, + "mean_token_accuracy": 0.09236362501978874, + "num_tokens": 758638.0, + "step": 435 + }, + { + "entropy": 7.696662092208863, + "epoch": 0.03423458471114569, + "grad_norm": 1.0625, + "learning_rate": 0.0002195, + "loss": 7.2068, + "mean_token_accuracy": 0.0883943185210228, + "num_tokens": 768170.0, + "step": 440 + }, + { + "entropy": 7.6304443836212155, + "epoch": 0.034623614082863255, + "grad_norm": 1.0546875, + "learning_rate": 0.000222, + "loss": 7.0936, + "mean_token_accuracy": 0.09277842119336129, + "num_tokens": 776745.0, + "step": 445 + }, + { + "entropy": 7.6743035316467285, + "epoch": 0.03501264345458082, + "grad_norm": 1.296875, + "learning_rate": 0.0002245, + "loss": 7.2093, + "mean_token_accuracy": 0.0887695960700512, + "num_tokens": 785030.0, + "step": 450 + }, + { + "entropy": 7.6144163608551025, + "epoch": 0.035401672826298386, + "grad_norm": 1.125, + "learning_rate": 0.00022700000000000002, + "loss": 7.171, + "mean_token_accuracy": 0.08834633827209473, + "num_tokens": 793543.0, + "step": 455 + }, + { + "entropy": 7.52853422164917, + "epoch": 0.03579070219801595, + "grad_norm": 1.09375, + "learning_rate": 0.00022950000000000002, + "loss": 7.0163, + "mean_token_accuracy": 0.09290485829114914, + "num_tokens": 802401.0, + "step": 460 + }, + { + "entropy": 7.607344436645508, + "epoch": 0.03617973156973352, + "grad_norm": 0.953125, + "learning_rate": 0.00023200000000000003, + "loss": 7.1277, + "mean_token_accuracy": 0.08786619827151299, + "num_tokens": 811625.0, + "step": 465 + }, + { + "entropy": 7.560419654846191, + "epoch": 0.03656876094145108, + "grad_norm": 1.140625, + "learning_rate": 0.00023449999999999998, + "loss": 7.0702, + "mean_token_accuracy": 0.0898631051182747, + "num_tokens": 820742.0, + "step": 470 + }, + { + "entropy": 7.608465671539307, + "epoch": 0.03695779031316864, + "grad_norm": 0.96875, + "learning_rate": 0.000237, + "loss": 7.1654, + "mean_token_accuracy": 0.08933878615498543, + "num_tokens": 829580.0, + "step": 475 + }, + { + "entropy": 7.560161828994751, + "epoch": 0.03734681968488621, + "grad_norm": 1.046875, + "learning_rate": 0.0002395, + "loss": 7.0934, + "mean_token_accuracy": 0.09360112398862838, + "num_tokens": 838818.0, + "step": 480 + }, + { + "entropy": 7.639765310287475, + "epoch": 0.03773584905660377, + "grad_norm": 1.1640625, + "learning_rate": 0.000242, + "loss": 7.1163, + "mean_token_accuracy": 0.08306419998407363, + "num_tokens": 847804.0, + "step": 485 + }, + { + "entropy": 7.4112790584564205, + "epoch": 0.03812487842832134, + "grad_norm": 1.1328125, + "learning_rate": 0.0002445, + "loss": 6.8803, + "mean_token_accuracy": 0.10076504200696945, + "num_tokens": 856395.0, + "step": 490 + }, + { + "entropy": 7.583081674575806, + "epoch": 0.0385139078000389, + "grad_norm": 1.0703125, + "learning_rate": 0.000247, + "loss": 7.1207, + "mean_token_accuracy": 0.09502710178494453, + "num_tokens": 865219.0, + "step": 495 + }, + { + "entropy": 7.43314561843872, + "epoch": 0.03890293717175647, + "grad_norm": 1.1171875, + "learning_rate": 0.0002495, + "loss": 6.9119, + "mean_token_accuracy": 0.09718281924724578, + "num_tokens": 873868.0, + "step": 500 + }, + { + "entropy": 7.498023557662964, + "epoch": 0.039291966543474034, + "grad_norm": 1.0546875, + "learning_rate": 0.000252, + "loss": 7.0232, + "mean_token_accuracy": 0.09345900416374206, + "num_tokens": 882698.0, + "step": 505 + }, + { + "entropy": 7.469527721405029, + "epoch": 0.0396809959151916, + "grad_norm": 1.2890625, + "learning_rate": 0.0002545, + "loss": 6.9475, + "mean_token_accuracy": 0.0993176445364952, + "num_tokens": 891280.0, + "step": 510 + }, + { + "entropy": 7.47659912109375, + "epoch": 0.04007002528690916, + "grad_norm": 1.1640625, + "learning_rate": 0.000257, + "loss": 7.0011, + "mean_token_accuracy": 0.09124450460076332, + "num_tokens": 900044.0, + "step": 515 + }, + { + "entropy": 7.436534833908081, + "epoch": 0.040459054658626724, + "grad_norm": 1.125, + "learning_rate": 0.0002595, + "loss": 6.9727, + "mean_token_accuracy": 0.0896801546216011, + "num_tokens": 909297.0, + "step": 520 + }, + { + "entropy": 7.425080251693726, + "epoch": 0.04084808403034429, + "grad_norm": 1.1171875, + "learning_rate": 0.000262, + "loss": 6.9447, + "mean_token_accuracy": 0.0947676196694374, + "num_tokens": 917514.0, + "step": 525 + }, + { + "entropy": 7.387802982330323, + "epoch": 0.041237113402061855, + "grad_norm": 1.1796875, + "learning_rate": 0.00026450000000000003, + "loss": 6.9388, + "mean_token_accuracy": 0.09883696585893631, + "num_tokens": 925842.0, + "step": 530 + }, + { + "entropy": 7.389920854568482, + "epoch": 0.04162614277377942, + "grad_norm": 1.2421875, + "learning_rate": 0.00026700000000000004, + "loss": 7.0398, + "mean_token_accuracy": 0.09228231534361839, + "num_tokens": 934676.0, + "step": 535 + }, + { + "entropy": 7.4626116275787355, + "epoch": 0.042015172145496986, + "grad_norm": 1.1484375, + "learning_rate": 0.00026950000000000005, + "loss": 6.9525, + "mean_token_accuracy": 0.09330017715692521, + "num_tokens": 943763.0, + "step": 540 + }, + { + "entropy": 7.356891870498657, + "epoch": 0.04240420151721455, + "grad_norm": 1.1015625, + "learning_rate": 0.00027200000000000005, + "loss": 6.9442, + "mean_token_accuracy": 0.09821118861436844, + "num_tokens": 952721.0, + "step": 545 + }, + { + "entropy": 7.440818834304809, + "epoch": 0.04279323088893212, + "grad_norm": 1.046875, + "learning_rate": 0.0002745, + "loss": 6.9443, + "mean_token_accuracy": 0.10198782086372375, + "num_tokens": 960899.0, + "step": 550 + }, + { + "entropy": 7.310132646560669, + "epoch": 0.04318226026064968, + "grad_norm": 1.15625, + "learning_rate": 0.000277, + "loss": 6.9242, + "mean_token_accuracy": 0.09831049591302872, + "num_tokens": 969362.0, + "step": 555 + }, + { + "entropy": 7.41514139175415, + "epoch": 0.04357128963236724, + "grad_norm": 1.0625, + "learning_rate": 0.0002795, + "loss": 6.9077, + "mean_token_accuracy": 0.10258749797940254, + "num_tokens": 978028.0, + "step": 560 + }, + { + "entropy": 7.3455198287963865, + "epoch": 0.04396031900408481, + "grad_norm": 1.1328125, + "learning_rate": 0.00028199999999999997, + "loss": 6.8935, + "mean_token_accuracy": 0.10291868522763252, + "num_tokens": 985709.0, + "step": 565 + }, + { + "entropy": 7.418910646438599, + "epoch": 0.04434934837580237, + "grad_norm": 1.4140625, + "learning_rate": 0.0002845, + "loss": 6.976, + "mean_token_accuracy": 0.10187083706259728, + "num_tokens": 994769.0, + "step": 570 + }, + { + "entropy": 7.401043939590454, + "epoch": 0.04473837774751994, + "grad_norm": 1.1484375, + "learning_rate": 0.000287, + "loss": 6.962, + "mean_token_accuracy": 0.10199706852436066, + "num_tokens": 1003997.0, + "step": 575 + }, + { + "entropy": 7.399074697494507, + "epoch": 0.0451274071192375, + "grad_norm": 1.2265625, + "learning_rate": 0.0002895, + "loss": 6.9466, + "mean_token_accuracy": 0.09917582347989082, + "num_tokens": 1012931.0, + "step": 580 + }, + { + "entropy": 7.332787704467774, + "epoch": 0.04551643649095507, + "grad_norm": 1.1484375, + "learning_rate": 0.000292, + "loss": 6.9555, + "mean_token_accuracy": 0.10086694583296776, + "num_tokens": 1021149.0, + "step": 585 + }, + { + "entropy": 7.499734544754029, + "epoch": 0.045905465862672634, + "grad_norm": 1.171875, + "learning_rate": 0.0002945, + "loss": 6.9548, + "mean_token_accuracy": 0.10112444758415222, + "num_tokens": 1029421.0, + "step": 590 + }, + { + "entropy": 7.391014766693115, + "epoch": 0.0462944952343902, + "grad_norm": 1.3828125, + "learning_rate": 0.000297, + "loss": 7.0459, + "mean_token_accuracy": 0.09981294050812721, + "num_tokens": 1037222.0, + "step": 595 + }, + { + "entropy": 7.352716112136841, + "epoch": 0.04668352460610776, + "grad_norm": 1.1640625, + "learning_rate": 0.0002995, + "loss": 6.9734, + "mean_token_accuracy": 0.09807954430580139, + "num_tokens": 1046903.0, + "step": 600 + }, + { + "entropy": 7.385373210906982, + "epoch": 0.047072553977825324, + "grad_norm": 1.078125, + "learning_rate": 0.000302, + "loss": 7.0123, + "mean_token_accuracy": 0.09519420191645622, + "num_tokens": 1055516.0, + "step": 605 + }, + { + "entropy": 7.407522106170655, + "epoch": 0.04746158334954289, + "grad_norm": 1.0546875, + "learning_rate": 0.0003045, + "loss": 6.9265, + "mean_token_accuracy": 0.09930946677923203, + "num_tokens": 1063846.0, + "step": 610 + }, + { + "entropy": 7.281380128860474, + "epoch": 0.047850612721260455, + "grad_norm": 1.109375, + "learning_rate": 0.000307, + "loss": 6.8993, + "mean_token_accuracy": 0.09943632334470749, + "num_tokens": 1072500.0, + "step": 615 + }, + { + "entropy": 7.34805383682251, + "epoch": 0.04823964209297802, + "grad_norm": 1.171875, + "learning_rate": 0.0003095, + "loss": 6.922, + "mean_token_accuracy": 0.09708855003118515, + "num_tokens": 1081399.0, + "step": 620 + }, + { + "entropy": 7.2534126281738285, + "epoch": 0.048628671464695586, + "grad_norm": 1.1796875, + "learning_rate": 0.000312, + "loss": 6.8743, + "mean_token_accuracy": 0.1036634124815464, + "num_tokens": 1089666.0, + "step": 625 + }, + { + "entropy": 7.336611223220825, + "epoch": 0.04901770083641315, + "grad_norm": 1.1953125, + "learning_rate": 0.0003145, + "loss": 6.7632, + "mean_token_accuracy": 0.10756223425269126, + "num_tokens": 1097496.0, + "step": 630 + }, + { + "entropy": 7.240615320205689, + "epoch": 0.04940673020813072, + "grad_norm": 1.1953125, + "learning_rate": 0.000317, + "loss": 6.8822, + "mean_token_accuracy": 0.10434303507208824, + "num_tokens": 1105840.0, + "step": 635 + }, + { + "entropy": 7.313789176940918, + "epoch": 0.049795759579848276, + "grad_norm": 1.0703125, + "learning_rate": 0.0003195, + "loss": 6.9515, + "mean_token_accuracy": 0.0976039707660675, + "num_tokens": 1115507.0, + "step": 640 + }, + { + "entropy": 7.261141300201416, + "epoch": 0.05018478895156584, + "grad_norm": 0.91796875, + "learning_rate": 0.000322, + "loss": 6.8997, + "mean_token_accuracy": 0.09827139601111412, + "num_tokens": 1124820.0, + "step": 645 + }, + { + "entropy": 7.230596017837525, + "epoch": 0.05057381832328341, + "grad_norm": 1.015625, + "learning_rate": 0.00032450000000000003, + "loss": 6.7406, + "mean_token_accuracy": 0.10685393288731575, + "num_tokens": 1133641.0, + "step": 650 + }, + { + "entropy": 7.177046489715576, + "epoch": 0.05096284769500097, + "grad_norm": 1.1640625, + "learning_rate": 0.00032700000000000003, + "loss": 6.792, + "mean_token_accuracy": 0.10451765954494477, + "num_tokens": 1142182.0, + "step": 655 + }, + { + "entropy": 7.294152784347534, + "epoch": 0.05135187706671854, + "grad_norm": 1.1328125, + "learning_rate": 0.00032950000000000004, + "loss": 6.8672, + "mean_token_accuracy": 0.10539027452468872, + "num_tokens": 1150737.0, + "step": 660 + }, + { + "entropy": 7.172728967666626, + "epoch": 0.0517409064384361, + "grad_norm": 1.109375, + "learning_rate": 0.00033200000000000005, + "loss": 6.7309, + "mean_token_accuracy": 0.10050051435828208, + "num_tokens": 1158899.0, + "step": 665 + }, + { + "entropy": 7.331276702880859, + "epoch": 0.05212993581015367, + "grad_norm": 1.171875, + "learning_rate": 0.00033450000000000005, + "loss": 6.819, + "mean_token_accuracy": 0.10705862119793892, + "num_tokens": 1167397.0, + "step": 670 + }, + { + "entropy": 7.248978996276856, + "epoch": 0.052518965181871234, + "grad_norm": 1.1796875, + "learning_rate": 0.000337, + "loss": 6.8332, + "mean_token_accuracy": 0.10063659623265267, + "num_tokens": 1177044.0, + "step": 675 + }, + { + "entropy": 7.085381174087525, + "epoch": 0.05290799455358879, + "grad_norm": 1.3359375, + "learning_rate": 0.0003395, + "loss": 6.693, + "mean_token_accuracy": 0.10786959677934646, + "num_tokens": 1185740.0, + "step": 680 + }, + { + "entropy": 7.203679895401001, + "epoch": 0.05329702392530636, + "grad_norm": 1.203125, + "learning_rate": 0.000342, + "loss": 6.8372, + "mean_token_accuracy": 0.10230442136526108, + "num_tokens": 1194970.0, + "step": 685 + }, + { + "entropy": 7.245568037033081, + "epoch": 0.053686053297023924, + "grad_norm": 1.09375, + "learning_rate": 0.00034449999999999997, + "loss": 6.7921, + "mean_token_accuracy": 0.10874027833342552, + "num_tokens": 1203565.0, + "step": 690 + }, + { + "entropy": 7.196403169631958, + "epoch": 0.05407508266874149, + "grad_norm": 1.0, + "learning_rate": 0.000347, + "loss": 6.8265, + "mean_token_accuracy": 0.10126563459634781, + "num_tokens": 1213226.0, + "step": 695 + }, + { + "entropy": 7.09236512184143, + "epoch": 0.054464112040459055, + "grad_norm": 1.0703125, + "learning_rate": 0.0003495, + "loss": 6.7432, + "mean_token_accuracy": 0.1003255195915699, + "num_tokens": 1221710.0, + "step": 700 + }, + { + "entropy": 7.216377449035645, + "epoch": 0.05485314141217662, + "grad_norm": 0.98046875, + "learning_rate": 0.000352, + "loss": 6.8035, + "mean_token_accuracy": 0.09862821027636529, + "num_tokens": 1231125.0, + "step": 705 + }, + { + "entropy": 7.237710189819336, + "epoch": 0.055242170783894186, + "grad_norm": 1.03125, + "learning_rate": 0.0003545, + "loss": 6.7667, + "mean_token_accuracy": 0.10697240307927132, + "num_tokens": 1239521.0, + "step": 710 + }, + { + "entropy": 7.097472429275513, + "epoch": 0.05563120015561175, + "grad_norm": 1.296875, + "learning_rate": 0.000357, + "loss": 6.6474, + "mean_token_accuracy": 0.11173419132828713, + "num_tokens": 1247363.0, + "step": 715 + }, + { + "entropy": 7.1145548820495605, + "epoch": 0.05602022952732931, + "grad_norm": 1.1640625, + "learning_rate": 0.0003595, + "loss": 6.7447, + "mean_token_accuracy": 0.10396054536104202, + "num_tokens": 1255395.0, + "step": 720 + }, + { + "entropy": 7.2065142631530765, + "epoch": 0.056409258899046875, + "grad_norm": 1.125, + "learning_rate": 0.000362, + "loss": 6.813, + "mean_token_accuracy": 0.10091793909668922, + "num_tokens": 1264135.0, + "step": 725 + }, + { + "entropy": 7.164863967895508, + "epoch": 0.05679828827076444, + "grad_norm": 1.078125, + "learning_rate": 0.0003645, + "loss": 6.7421, + "mean_token_accuracy": 0.10169361084699631, + "num_tokens": 1272375.0, + "step": 730 + }, + { + "entropy": 7.1601451396942135, + "epoch": 0.057187317642482006, + "grad_norm": 1.0078125, + "learning_rate": 0.000367, + "loss": 6.7901, + "mean_token_accuracy": 0.10103225708007812, + "num_tokens": 1280960.0, + "step": 735 + }, + { + "entropy": 7.184061765670776, + "epoch": 0.05757634701419957, + "grad_norm": 1.09375, + "learning_rate": 0.0003695, + "loss": 6.8209, + "mean_token_accuracy": 0.10675038620829583, + "num_tokens": 1289273.0, + "step": 740 + }, + { + "entropy": 7.113188409805298, + "epoch": 0.05796537638591714, + "grad_norm": 1.2734375, + "learning_rate": 0.000372, + "loss": 6.7247, + "mean_token_accuracy": 0.10347931683063508, + "num_tokens": 1297571.0, + "step": 745 + }, + { + "entropy": 7.19926347732544, + "epoch": 0.0583544057576347, + "grad_norm": 1.21875, + "learning_rate": 0.0003745, + "loss": 6.7715, + "mean_token_accuracy": 0.10671985670924186, + "num_tokens": 1305686.0, + "step": 750 + }, + { + "entropy": 7.111810922622681, + "epoch": 0.05874343512935227, + "grad_norm": 1.0546875, + "learning_rate": 0.000377, + "loss": 6.7894, + "mean_token_accuracy": 0.1026329904794693, + "num_tokens": 1314483.0, + "step": 755 + }, + { + "entropy": 7.088590431213379, + "epoch": 0.059132464501069834, + "grad_norm": 1.078125, + "learning_rate": 0.0003795, + "loss": 6.6599, + "mean_token_accuracy": 0.10411886721849442, + "num_tokens": 1323183.0, + "step": 760 + }, + { + "entropy": 7.122695350646973, + "epoch": 0.05952149387278739, + "grad_norm": 1.296875, + "learning_rate": 0.000382, + "loss": 6.7836, + "mean_token_accuracy": 0.10542866066098214, + "num_tokens": 1331964.0, + "step": 765 + }, + { + "entropy": 7.062607765197754, + "epoch": 0.05991052324450496, + "grad_norm": 1.171875, + "learning_rate": 0.0003845, + "loss": 6.7312, + "mean_token_accuracy": 0.11025277003645897, + "num_tokens": 1340185.0, + "step": 770 + }, + { + "entropy": 7.220061302185059, + "epoch": 0.060299552616222524, + "grad_norm": 1.125, + "learning_rate": 0.00038700000000000003, + "loss": 6.806, + "mean_token_accuracy": 0.10550950691103936, + "num_tokens": 1349522.0, + "step": 775 + }, + { + "entropy": 7.170696592330932, + "epoch": 0.06068858198794009, + "grad_norm": 1.140625, + "learning_rate": 0.00038950000000000003, + "loss": 6.7858, + "mean_token_accuracy": 0.10444560423493385, + "num_tokens": 1357893.0, + "step": 780 + }, + { + "entropy": 6.994049072265625, + "epoch": 0.061077611359657655, + "grad_norm": 1.1328125, + "learning_rate": 0.00039200000000000004, + "loss": 6.6669, + "mean_token_accuracy": 0.1103596955537796, + "num_tokens": 1366685.0, + "step": 785 + }, + { + "entropy": 7.130297327041626, + "epoch": 0.06146664073137522, + "grad_norm": 1.109375, + "learning_rate": 0.00039450000000000005, + "loss": 6.6085, + "mean_token_accuracy": 0.10908645838499069, + "num_tokens": 1375245.0, + "step": 790 + }, + { + "entropy": 7.040684175491333, + "epoch": 0.061855670103092786, + "grad_norm": 1.125, + "learning_rate": 0.00039700000000000005, + "loss": 6.7932, + "mean_token_accuracy": 0.10705054327845573, + "num_tokens": 1383724.0, + "step": 795 + }, + { + "entropy": 7.209282732009887, + "epoch": 0.06224469947481035, + "grad_norm": 1.0859375, + "learning_rate": 0.0003995, + "loss": 6.7782, + "mean_token_accuracy": 0.10306280329823495, + "num_tokens": 1392455.0, + "step": 800 + }, + { + "entropy": 7.1856764793396, + "epoch": 0.06263372884652792, + "grad_norm": 1.09375, + "learning_rate": 0.000402, + "loss": 6.7794, + "mean_token_accuracy": 0.10756833851337433, + "num_tokens": 1401262.0, + "step": 805 + }, + { + "entropy": 6.964628410339356, + "epoch": 0.06302275821824548, + "grad_norm": 1.2578125, + "learning_rate": 0.0004045, + "loss": 6.6675, + "mean_token_accuracy": 0.1083975151181221, + "num_tokens": 1409991.0, + "step": 810 + }, + { + "entropy": 7.013374662399292, + "epoch": 0.06341178758996305, + "grad_norm": 1.1328125, + "learning_rate": 0.00040699999999999997, + "loss": 6.6617, + "mean_token_accuracy": 0.1109016127884388, + "num_tokens": 1418208.0, + "step": 815 + }, + { + "entropy": 7.072976303100586, + "epoch": 0.0638008169616806, + "grad_norm": 1.3203125, + "learning_rate": 0.0004095, + "loss": 6.6608, + "mean_token_accuracy": 0.11023175194859505, + "num_tokens": 1426665.0, + "step": 820 + }, + { + "entropy": 6.980063629150391, + "epoch": 0.06418984633339817, + "grad_norm": 1.171875, + "learning_rate": 0.000412, + "loss": 6.5932, + "mean_token_accuracy": 0.11027788445353508, + "num_tokens": 1435247.0, + "step": 825 + }, + { + "entropy": 6.98336706161499, + "epoch": 0.06457887570511574, + "grad_norm": 1.0859375, + "learning_rate": 0.0004145, + "loss": 6.6365, + "mean_token_accuracy": 0.11016326993703843, + "num_tokens": 1443678.0, + "step": 830 + }, + { + "entropy": 6.947188854217529, + "epoch": 0.0649679050768333, + "grad_norm": 1.2109375, + "learning_rate": 0.000417, + "loss": 6.5746, + "mean_token_accuracy": 0.11637299805879593, + "num_tokens": 1451567.0, + "step": 835 + }, + { + "entropy": 6.953899240493774, + "epoch": 0.06535693444855087, + "grad_norm": 1.1875, + "learning_rate": 0.0004195, + "loss": 6.5881, + "mean_token_accuracy": 0.10969302877783775, + "num_tokens": 1460618.0, + "step": 840 + }, + { + "entropy": 6.999412250518799, + "epoch": 0.06574596382026843, + "grad_norm": 1.1328125, + "learning_rate": 0.000422, + "loss": 6.667, + "mean_token_accuracy": 0.11072178110480309, + "num_tokens": 1469821.0, + "step": 845 + }, + { + "entropy": 7.0580075740814205, + "epoch": 0.066134993191986, + "grad_norm": 1.1015625, + "learning_rate": 0.0004245, + "loss": 6.7378, + "mean_token_accuracy": 0.10718388482928276, + "num_tokens": 1477989.0, + "step": 850 + }, + { + "entropy": 7.051467561721802, + "epoch": 0.06652402256370356, + "grad_norm": 1.15625, + "learning_rate": 0.000427, + "loss": 6.7462, + "mean_token_accuracy": 0.10824755355715751, + "num_tokens": 1486822.0, + "step": 855 + }, + { + "entropy": 7.015081548690796, + "epoch": 0.06691305193542113, + "grad_norm": 1.125, + "learning_rate": 0.0004295, + "loss": 6.6159, + "mean_token_accuracy": 0.1050032138824463, + "num_tokens": 1496604.0, + "step": 860 + }, + { + "entropy": 6.946830940246582, + "epoch": 0.06730208130713869, + "grad_norm": 1.1640625, + "learning_rate": 0.000432, + "loss": 6.6411, + "mean_token_accuracy": 0.1079692468047142, + "num_tokens": 1504725.0, + "step": 865 + }, + { + "entropy": 7.015288543701172, + "epoch": 0.06769111067885625, + "grad_norm": 1.140625, + "learning_rate": 0.0004345, + "loss": 6.6492, + "mean_token_accuracy": 0.11273297667503357, + "num_tokens": 1513222.0, + "step": 870 + }, + { + "entropy": 7.022673845291138, + "epoch": 0.06808014005057382, + "grad_norm": 1.1796875, + "learning_rate": 0.000437, + "loss": 6.6131, + "mean_token_accuracy": 0.10831626504659653, + "num_tokens": 1522183.0, + "step": 875 + }, + { + "entropy": 6.945608234405517, + "epoch": 0.06846916942229138, + "grad_norm": 1.2578125, + "learning_rate": 0.0004395, + "loss": 6.6553, + "mean_token_accuracy": 0.10740983784198761, + "num_tokens": 1531316.0, + "step": 880 + }, + { + "entropy": 7.046859550476074, + "epoch": 0.06885819879400895, + "grad_norm": 1.2578125, + "learning_rate": 0.000442, + "loss": 6.7085, + "mean_token_accuracy": 0.10943676829338074, + "num_tokens": 1540053.0, + "step": 885 + }, + { + "entropy": 7.0075178146362305, + "epoch": 0.06924722816572651, + "grad_norm": 1.0859375, + "learning_rate": 0.0004445, + "loss": 6.5681, + "mean_token_accuracy": 0.11703129261732101, + "num_tokens": 1549391.0, + "step": 890 + }, + { + "entropy": 7.040959405899048, + "epoch": 0.06963625753744408, + "grad_norm": 1.203125, + "learning_rate": 0.000447, + "loss": 6.6779, + "mean_token_accuracy": 0.11206066384911537, + "num_tokens": 1557364.0, + "step": 895 + }, + { + "entropy": 6.902760457992554, + "epoch": 0.07002528690916164, + "grad_norm": 1.2109375, + "learning_rate": 0.00044950000000000003, + "loss": 6.5277, + "mean_token_accuracy": 0.10990011170506478, + "num_tokens": 1567011.0, + "step": 900 + }, + { + "entropy": 6.839785480499268, + "epoch": 0.0704143162808792, + "grad_norm": 1.1796875, + "learning_rate": 0.00045200000000000004, + "loss": 6.6347, + "mean_token_accuracy": 0.10979588106274604, + "num_tokens": 1575441.0, + "step": 905 + }, + { + "entropy": 6.96569299697876, + "epoch": 0.07080334565259677, + "grad_norm": 1.171875, + "learning_rate": 0.00045450000000000004, + "loss": 6.5902, + "mean_token_accuracy": 0.11274805590510369, + "num_tokens": 1583757.0, + "step": 910 + }, + { + "entropy": 7.020220041275024, + "epoch": 0.07119237502431433, + "grad_norm": 1.1328125, + "learning_rate": 0.00045700000000000005, + "loss": 6.6305, + "mean_token_accuracy": 0.11361563205718994, + "num_tokens": 1592406.0, + "step": 915 + }, + { + "entropy": 6.9013814449310305, + "epoch": 0.0715814043960319, + "grad_norm": 1.3203125, + "learning_rate": 0.00045950000000000006, + "loss": 6.6107, + "mean_token_accuracy": 0.11090241372585297, + "num_tokens": 1601665.0, + "step": 920 + }, + { + "entropy": 6.95518798828125, + "epoch": 0.07197043376774946, + "grad_norm": 1.3515625, + "learning_rate": 0.000462, + "loss": 6.6219, + "mean_token_accuracy": 0.11311167180538177, + "num_tokens": 1609788.0, + "step": 925 + }, + { + "entropy": 6.954713582992554, + "epoch": 0.07235946313946703, + "grad_norm": 1.1171875, + "learning_rate": 0.0004645, + "loss": 6.618, + "mean_token_accuracy": 0.11602962091565132, + "num_tokens": 1618030.0, + "step": 930 + }, + { + "entropy": 6.909007263183594, + "epoch": 0.07274849251118459, + "grad_norm": 1.1953125, + "learning_rate": 0.000467, + "loss": 6.619, + "mean_token_accuracy": 0.10842904224991798, + "num_tokens": 1626901.0, + "step": 935 + }, + { + "entropy": 6.836823034286499, + "epoch": 0.07313752188290217, + "grad_norm": 1.1796875, + "learning_rate": 0.0004695, + "loss": 6.5232, + "mean_token_accuracy": 0.1104541540145874, + "num_tokens": 1635372.0, + "step": 940 + }, + { + "entropy": 6.920376491546631, + "epoch": 0.07352655125461972, + "grad_norm": 1.1015625, + "learning_rate": 0.000472, + "loss": 6.5485, + "mean_token_accuracy": 0.11306027993559838, + "num_tokens": 1643791.0, + "step": 945 + }, + { + "entropy": 6.767651128768921, + "epoch": 0.07391558062633728, + "grad_norm": 1.1953125, + "learning_rate": 0.0004745, + "loss": 6.518, + "mean_token_accuracy": 0.1175017923116684, + "num_tokens": 1652161.0, + "step": 950 + }, + { + "entropy": 6.930508375167847, + "epoch": 0.07430460999805485, + "grad_norm": 1.09375, + "learning_rate": 0.000477, + "loss": 6.5631, + "mean_token_accuracy": 0.1112576186656952, + "num_tokens": 1661077.0, + "step": 955 + }, + { + "entropy": 6.823507070541382, + "epoch": 0.07469363936977241, + "grad_norm": 1.28125, + "learning_rate": 0.0004795, + "loss": 6.5267, + "mean_token_accuracy": 0.1152154453098774, + "num_tokens": 1669010.0, + "step": 960 + }, + { + "entropy": 6.9437110900878904, + "epoch": 0.07508266874148999, + "grad_norm": 1.1015625, + "learning_rate": 0.000482, + "loss": 6.6996, + "mean_token_accuracy": 0.10548838526010514, + "num_tokens": 1678002.0, + "step": 965 + }, + { + "entropy": 6.970439100265503, + "epoch": 0.07547169811320754, + "grad_norm": 1.21875, + "learning_rate": 0.0004845, + "loss": 6.6515, + "mean_token_accuracy": 0.11191459000110626, + "num_tokens": 1687403.0, + "step": 970 + }, + { + "entropy": 6.899893045425415, + "epoch": 0.07586072748492512, + "grad_norm": 1.125, + "learning_rate": 0.000487, + "loss": 6.568, + "mean_token_accuracy": 0.11637896820902824, + "num_tokens": 1695512.0, + "step": 975 + }, + { + "entropy": 6.905468416213989, + "epoch": 0.07624975685664268, + "grad_norm": 1.234375, + "learning_rate": 0.0004895, + "loss": 6.562, + "mean_token_accuracy": 0.11065016388893127, + "num_tokens": 1705116.0, + "step": 980 + }, + { + "entropy": 6.740264987945556, + "epoch": 0.07663878622836025, + "grad_norm": 1.1953125, + "learning_rate": 0.000492, + "loss": 6.4647, + "mean_token_accuracy": 0.11217278465628625, + "num_tokens": 1713715.0, + "step": 985 + }, + { + "entropy": 6.905466890335083, + "epoch": 0.0770278156000778, + "grad_norm": 1.1953125, + "learning_rate": 0.0004945, + "loss": 6.534, + "mean_token_accuracy": 0.11301849856972694, + "num_tokens": 1721881.0, + "step": 990 + }, + { + "entropy": 6.823386716842651, + "epoch": 0.07741684497179536, + "grad_norm": 1.1796875, + "learning_rate": 0.000497, + "loss": 6.5621, + "mean_token_accuracy": 0.11369865015149117, + "num_tokens": 1730716.0, + "step": 995 + }, + { + "entropy": 7.003415536880493, + "epoch": 0.07780587434351294, + "grad_norm": 1.125, + "learning_rate": 0.0004995, + "loss": 6.7061, + "mean_token_accuracy": 0.11018745675683021, + "num_tokens": 1740257.0, + "step": 1000 + }, + { + "entropy": 6.86281156539917, + "epoch": 0.0781949037152305, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999999989075146, + "loss": 6.6085, + "mean_token_accuracy": 0.1118568867444992, + "num_tokens": 1749071.0, + "step": 1005 + }, + { + "entropy": 6.864678907394409, + "epoch": 0.07858393308694807, + "grad_norm": 1.09375, + "learning_rate": 0.0004999999944692927, + "loss": 6.6204, + "mean_token_accuracy": 0.10326161161065102, + "num_tokens": 1757952.0, + "step": 1010 + }, + { + "entropy": 6.863972473144531, + "epoch": 0.07897296245866563, + "grad_norm": 1.1015625, + "learning_rate": 0.000499999986617054, + "loss": 6.5531, + "mean_token_accuracy": 0.11324110552668572, + "num_tokens": 1766027.0, + "step": 1015 + }, + { + "entropy": 6.801832294464111, + "epoch": 0.0793619918303832, + "grad_norm": 1.03125, + "learning_rate": 0.0004999999753507986, + "loss": 6.5527, + "mean_token_accuracy": 0.10727588534355163, + "num_tokens": 1775039.0, + "step": 1020 + }, + { + "entropy": 6.848104572296142, + "epoch": 0.07975102120210076, + "grad_norm": 1.09375, + "learning_rate": 0.0004999999606705267, + "loss": 6.5556, + "mean_token_accuracy": 0.11754972413182259, + "num_tokens": 1783971.0, + "step": 1025 + }, + { + "entropy": 6.8215718269348145, + "epoch": 0.08014005057381832, + "grad_norm": 1.0625, + "learning_rate": 0.0004999999425762385, + "loss": 6.4753, + "mean_token_accuracy": 0.11163984313607216, + "num_tokens": 1792743.0, + "step": 1030 + }, + { + "entropy": 6.859644365310669, + "epoch": 0.08052907994553589, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999999210679344, + "loss": 6.6316, + "mean_token_accuracy": 0.10586050003767014, + "num_tokens": 1801435.0, + "step": 1035 + }, + { + "entropy": 6.908881664276123, + "epoch": 0.08091810931725345, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999998961456145, + "loss": 6.5221, + "mean_token_accuracy": 0.10814850106835365, + "num_tokens": 1810147.0, + "step": 1040 + }, + { + "entropy": 6.809201431274414, + "epoch": 0.08130713868897102, + "grad_norm": 1.171875, + "learning_rate": 0.0004999998678092794, + "loss": 6.4526, + "mean_token_accuracy": 0.11560517325997352, + "num_tokens": 1818672.0, + "step": 1045 + }, + { + "entropy": 6.868528652191162, + "epoch": 0.08169616806068858, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999998360589293, + "loss": 6.5984, + "mean_token_accuracy": 0.11358216851949691, + "num_tokens": 1827590.0, + "step": 1050 + }, + { + "entropy": 6.771164989471435, + "epoch": 0.08208519743240615, + "grad_norm": 1.0546875, + "learning_rate": 0.000499999800894565, + "loss": 6.513, + "mean_token_accuracy": 0.11691295430064201, + "num_tokens": 1836467.0, + "step": 1055 + }, + { + "entropy": 6.7579442977905275, + "epoch": 0.08247422680412371, + "grad_norm": 1.140625, + "learning_rate": 0.0004999997623161866, + "loss": 6.4583, + "mean_token_accuracy": 0.11373137831687927, + "num_tokens": 1845537.0, + "step": 1060 + }, + { + "entropy": 6.780694103240966, + "epoch": 0.08286325617584128, + "grad_norm": 1.125, + "learning_rate": 0.0004999997203237951, + "loss": 6.4658, + "mean_token_accuracy": 0.12047376260161399, + "num_tokens": 1854433.0, + "step": 1065 + }, + { + "entropy": 6.7921051502227785, + "epoch": 0.08325228554755884, + "grad_norm": 1.0546875, + "learning_rate": 0.000499999674917391, + "loss": 6.5716, + "mean_token_accuracy": 0.10947082787752152, + "num_tokens": 1863708.0, + "step": 1070 + }, + { + "entropy": 6.810097408294678, + "epoch": 0.0836413149192764, + "grad_norm": 1.1875, + "learning_rate": 0.0004999996260969748, + "loss": 6.4373, + "mean_token_accuracy": 0.11977095603942871, + "num_tokens": 1871854.0, + "step": 1075 + }, + { + "entropy": 6.711810445785522, + "epoch": 0.08403034429099397, + "grad_norm": 1.109375, + "learning_rate": 0.0004999995738625475, + "loss": 6.4063, + "mean_token_accuracy": 0.1185697853565216, + "num_tokens": 1880471.0, + "step": 1080 + }, + { + "entropy": 6.751388072967529, + "epoch": 0.08441937366271153, + "grad_norm": 1.09375, + "learning_rate": 0.0004999995182141099, + "loss": 6.4624, + "mean_token_accuracy": 0.11945423632860183, + "num_tokens": 1889882.0, + "step": 1085 + }, + { + "entropy": 6.6411792755126955, + "epoch": 0.0848084030344291, + "grad_norm": 1.03125, + "learning_rate": 0.0004999994591516626, + "loss": 6.3584, + "mean_token_accuracy": 0.12587759271264076, + "num_tokens": 1898701.0, + "step": 1090 + }, + { + "entropy": 6.699534511566162, + "epoch": 0.08519743240614666, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999993966752066, + "loss": 6.4607, + "mean_token_accuracy": 0.11258344799280166, + "num_tokens": 1908165.0, + "step": 1095 + }, + { + "entropy": 6.743130016326904, + "epoch": 0.08558646177786423, + "grad_norm": 1.0390625, + "learning_rate": 0.000499999330784743, + "loss": 6.5679, + "mean_token_accuracy": 0.11548311486840249, + "num_tokens": 1916295.0, + "step": 1100 + }, + { + "entropy": 6.833187913894653, + "epoch": 0.08597549114958179, + "grad_norm": 1.171875, + "learning_rate": 0.0004999992614802725, + "loss": 6.4638, + "mean_token_accuracy": 0.11991653963923454, + "num_tokens": 1924643.0, + "step": 1105 + }, + { + "entropy": 6.747153854370117, + "epoch": 0.08636452052129936, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999991887617966, + "loss": 6.4623, + "mean_token_accuracy": 0.11614882722496986, + "num_tokens": 1933822.0, + "step": 1110 + }, + { + "entropy": 6.6497047424316404, + "epoch": 0.08675354989301692, + "grad_norm": 1.15625, + "learning_rate": 0.0004999991126293158, + "loss": 6.4652, + "mean_token_accuracy": 0.11403647363185883, + "num_tokens": 1943278.0, + "step": 1115 + }, + { + "entropy": 6.89057731628418, + "epoch": 0.08714257926473448, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999990330828318, + "loss": 6.4991, + "mean_token_accuracy": 0.11635721921920776, + "num_tokens": 1951883.0, + "step": 1120 + }, + { + "entropy": 6.618956565856934, + "epoch": 0.08753160863645205, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999989501223456, + "loss": 6.3814, + "mean_token_accuracy": 0.12408010512590409, + "num_tokens": 1959567.0, + "step": 1125 + }, + { + "entropy": 6.809039831161499, + "epoch": 0.08792063800816961, + "grad_norm": 1.0625, + "learning_rate": 0.0004999988637478584, + "loss": 6.4599, + "mean_token_accuracy": 0.11816074550151826, + "num_tokens": 1968190.0, + "step": 1130 + }, + { + "entropy": 6.56049690246582, + "epoch": 0.08830966737988719, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999987739593716, + "loss": 6.377, + "mean_token_accuracy": 0.12225727364420891, + "num_tokens": 1977519.0, + "step": 1135 + }, + { + "entropy": 6.749509620666504, + "epoch": 0.08869869675160474, + "grad_norm": 1.2578125, + "learning_rate": 0.0004999986807568865, + "loss": 6.3718, + "mean_token_accuracy": 0.11851018518209458, + "num_tokens": 1985796.0, + "step": 1140 + }, + { + "entropy": 6.7915668964385985, + "epoch": 0.08908772612332232, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999985841404045, + "loss": 6.5103, + "mean_token_accuracy": 0.1153883047401905, + "num_tokens": 1993874.0, + "step": 1145 + }, + { + "entropy": 6.830569458007813, + "epoch": 0.08947675549503988, + "grad_norm": 1.171875, + "learning_rate": 0.0004999984841099271, + "loss": 6.4631, + "mean_token_accuracy": 0.12087473869323731, + "num_tokens": 2001663.0, + "step": 1150 + }, + { + "entropy": 6.626487779617309, + "epoch": 0.08986578486675743, + "grad_norm": 1.1484375, + "learning_rate": 0.000499998380665456, + "loss": 6.4341, + "mean_token_accuracy": 0.12093059793114662, + "num_tokens": 2010179.0, + "step": 1155 + }, + { + "entropy": 6.774807786941528, + "epoch": 0.090254814238475, + "grad_norm": 1.15625, + "learning_rate": 0.0004999982738069924, + "loss": 6.3481, + "mean_token_accuracy": 0.11917036697268486, + "num_tokens": 2020013.0, + "step": 1160 + }, + { + "entropy": 6.651696872711182, + "epoch": 0.09064384361019256, + "grad_norm": 1.765625, + "learning_rate": 0.0004999981635345382, + "loss": 6.4849, + "mean_token_accuracy": 0.12042224928736686, + "num_tokens": 2028396.0, + "step": 1165 + }, + { + "entropy": 6.807629251480103, + "epoch": 0.09103287298191014, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999980498480949, + "loss": 6.5699, + "mean_token_accuracy": 0.11065206825733184, + "num_tokens": 2036947.0, + "step": 1170 + }, + { + "entropy": 6.702048110961914, + "epoch": 0.0914219023536277, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999979327476644, + "loss": 6.4087, + "mean_token_accuracy": 0.11726011484861373, + "num_tokens": 2045162.0, + "step": 1175 + }, + { + "entropy": 6.737331104278565, + "epoch": 0.09181093172534527, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999978122332485, + "loss": 6.4986, + "mean_token_accuracy": 0.11559060364961624, + "num_tokens": 2054198.0, + "step": 1180 + }, + { + "entropy": 6.650309991836548, + "epoch": 0.09219996109706283, + "grad_norm": 1.234375, + "learning_rate": 0.0004999976883048487, + "loss": 6.419, + "mean_token_accuracy": 0.11779844760894775, + "num_tokens": 2062558.0, + "step": 1185 + }, + { + "entropy": 6.701250696182251, + "epoch": 0.0925889904687804, + "grad_norm": 1.2421875, + "learning_rate": 0.0004999975609624673, + "loss": 6.2995, + "mean_token_accuracy": 0.11358527466654778, + "num_tokens": 2070816.0, + "step": 1190 + }, + { + "entropy": 6.61013011932373, + "epoch": 0.09297801984049796, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999974302061059, + "loss": 6.3538, + "mean_token_accuracy": 0.11822599768638611, + "num_tokens": 2079058.0, + "step": 1195 + }, + { + "entropy": 6.643589496612549, + "epoch": 0.09336704921221552, + "grad_norm": 1.234375, + "learning_rate": 0.0004999972960357666, + "loss": 6.3214, + "mean_token_accuracy": 0.12255356609821319, + "num_tokens": 2086679.0, + "step": 1200 + }, + { + "entropy": 6.664435195922851, + "epoch": 0.09375607858393309, + "grad_norm": 1.2890625, + "learning_rate": 0.0004999971584514516, + "loss": 6.4264, + "mean_token_accuracy": 0.11835757493972779, + "num_tokens": 2095788.0, + "step": 1205 + }, + { + "entropy": 6.6650059700012205, + "epoch": 0.09414510795565065, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999970174531627, + "loss": 6.4504, + "mean_token_accuracy": 0.11537863463163375, + "num_tokens": 2105435.0, + "step": 1210 + }, + { + "entropy": 6.69662823677063, + "epoch": 0.09453413732736822, + "grad_norm": 1.03125, + "learning_rate": 0.0004999968730409022, + "loss": 6.3946, + "mean_token_accuracy": 0.11899836733937263, + "num_tokens": 2114318.0, + "step": 1215 + }, + { + "entropy": 6.603922605514526, + "epoch": 0.09492316669908578, + "grad_norm": 1.2109375, + "learning_rate": 0.0004999967252146723, + "loss": 6.319, + "mean_token_accuracy": 0.1297658160328865, + "num_tokens": 2122707.0, + "step": 1220 + }, + { + "entropy": 6.5683904647827145, + "epoch": 0.09531219607080335, + "grad_norm": 1.125, + "learning_rate": 0.0004999965739744752, + "loss": 6.4173, + "mean_token_accuracy": 0.1176735907793045, + "num_tokens": 2131176.0, + "step": 1225 + }, + { + "entropy": 6.759912300109863, + "epoch": 0.09570122544252091, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999964193203132, + "loss": 6.4613, + "mean_token_accuracy": 0.12155932411551476, + "num_tokens": 2139872.0, + "step": 1230 + }, + { + "entropy": 6.643018627166748, + "epoch": 0.09609025481423847, + "grad_norm": 1.109375, + "learning_rate": 0.0004999962612521888, + "loss": 6.3193, + "mean_token_accuracy": 0.12510446161031724, + "num_tokens": 2148668.0, + "step": 1235 + }, + { + "entropy": 6.589841032028199, + "epoch": 0.09647928418595604, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999960997701041, + "loss": 6.3267, + "mean_token_accuracy": 0.12770092412829398, + "num_tokens": 2156628.0, + "step": 1240 + }, + { + "entropy": 6.672489738464355, + "epoch": 0.0968683135576736, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999959348740618, + "loss": 6.4077, + "mean_token_accuracy": 0.11675584986805916, + "num_tokens": 2165620.0, + "step": 1245 + }, + { + "entropy": 6.6866566181182865, + "epoch": 0.09725734292939117, + "grad_norm": 1.21875, + "learning_rate": 0.0004999957665640641, + "loss": 6.474, + "mean_token_accuracy": 0.12056236788630485, + "num_tokens": 2174493.0, + "step": 1250 + }, + { + "entropy": 6.706568670272827, + "epoch": 0.09764637230110873, + "grad_norm": 1.1875, + "learning_rate": 0.000499995594840114, + "loss": 6.3623, + "mean_token_accuracy": 0.11302633062005044, + "num_tokens": 2183258.0, + "step": 1255 + }, + { + "entropy": 6.616120624542236, + "epoch": 0.0980354016728263, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999954197022138, + "loss": 6.4286, + "mean_token_accuracy": 0.11189185678958893, + "num_tokens": 2192263.0, + "step": 1260 + }, + { + "entropy": 6.736319494247437, + "epoch": 0.09842443104454386, + "grad_norm": 1.078125, + "learning_rate": 0.0004999952411503661, + "loss": 6.4736, + "mean_token_accuracy": 0.11438293233513833, + "num_tokens": 2201797.0, + "step": 1265 + }, + { + "entropy": 6.494112110137939, + "epoch": 0.09881346041626143, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999950591845738, + "loss": 6.2042, + "mean_token_accuracy": 0.129413703083992, + "num_tokens": 2209454.0, + "step": 1270 + }, + { + "entropy": 6.683527231216431, + "epoch": 0.09920248978797899, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999948738048397, + "loss": 6.392, + "mean_token_accuracy": 0.12001634314656258, + "num_tokens": 2217761.0, + "step": 1275 + }, + { + "entropy": 6.541403865814209, + "epoch": 0.09959151915969655, + "grad_norm": 1.2734375, + "learning_rate": 0.0004999946850111663, + "loss": 6.3754, + "mean_token_accuracy": 0.118533456325531, + "num_tokens": 2225793.0, + "step": 1280 + }, + { + "entropy": 6.716179895401001, + "epoch": 0.09998054853141412, + "grad_norm": 1.0625, + "learning_rate": 0.0004999944928035569, + "loss": 6.263, + "mean_token_accuracy": 0.12969468906521797, + "num_tokens": 2234620.0, + "step": 1285 + }, + { + "entropy": 6.541376686096191, + "epoch": 0.10036957790313168, + "grad_norm": 1.0625, + "learning_rate": 0.000499994297182014, + "loss": 6.3484, + "mean_token_accuracy": 0.11944441497325897, + "num_tokens": 2242829.0, + "step": 1290 + }, + { + "entropy": 6.670366430282593, + "epoch": 0.10075860727484925, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999940981465408, + "loss": 6.3704, + "mean_token_accuracy": 0.11480111479759217, + "num_tokens": 2251356.0, + "step": 1295 + }, + { + "entropy": 6.56609148979187, + "epoch": 0.10114763664656681, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999938956971404, + "loss": 6.4409, + "mean_token_accuracy": 0.11915249675512314, + "num_tokens": 2259327.0, + "step": 1300 + }, + { + "entropy": 6.683287715911865, + "epoch": 0.10153666601828439, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999936898338156, + "loss": 6.4538, + "mean_token_accuracy": 0.11428613439202309, + "num_tokens": 2267948.0, + "step": 1305 + }, + { + "entropy": 6.560197353363037, + "epoch": 0.10192569539000194, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999934805565698, + "loss": 6.281, + "mean_token_accuracy": 0.1233622319996357, + "num_tokens": 2275828.0, + "step": 1310 + }, + { + "entropy": 6.534844875335693, + "epoch": 0.10231472476171952, + "grad_norm": 1.1484375, + "learning_rate": 0.000499993267865406, + "loss": 6.2154, + "mean_token_accuracy": 0.1286098428070545, + "num_tokens": 2284246.0, + "step": 1315 + }, + { + "entropy": 6.50963945388794, + "epoch": 0.10270375413343708, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999930517603275, + "loss": 6.2122, + "mean_token_accuracy": 0.13067591562867165, + "num_tokens": 2291837.0, + "step": 1320 + }, + { + "entropy": 6.6015325546264645, + "epoch": 0.10309278350515463, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999928322413374, + "loss": 6.2854, + "mean_token_accuracy": 0.12339815348386765, + "num_tokens": 2299853.0, + "step": 1325 + }, + { + "entropy": 6.674331474304199, + "epoch": 0.1034818128768722, + "grad_norm": 1.171875, + "learning_rate": 0.0004999926093084394, + "loss": 6.3807, + "mean_token_accuracy": 0.11902100816369057, + "num_tokens": 2308416.0, + "step": 1330 + }, + { + "entropy": 6.549804925918579, + "epoch": 0.10387084224858976, + "grad_norm": 1.140625, + "learning_rate": 0.0004999923829616365, + "loss": 6.4127, + "mean_token_accuracy": 0.11715119779109955, + "num_tokens": 2318104.0, + "step": 1335 + }, + { + "entropy": 6.6144133567810055, + "epoch": 0.10425987162030734, + "grad_norm": 0.98046875, + "learning_rate": 0.0004999921532009323, + "loss": 6.3325, + "mean_token_accuracy": 0.11866103261709213, + "num_tokens": 2326807.0, + "step": 1340 + }, + { + "entropy": 6.590117406845093, + "epoch": 0.1046489009920249, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999919200263304, + "loss": 6.3363, + "mean_token_accuracy": 0.11958926171064377, + "num_tokens": 2335921.0, + "step": 1345 + }, + { + "entropy": 6.594919157028198, + "epoch": 0.10503793036374247, + "grad_norm": 1.125, + "learning_rate": 0.0004999916834378342, + "loss": 6.3476, + "mean_token_accuracy": 0.12185617685317993, + "num_tokens": 2344914.0, + "step": 1350 + }, + { + "entropy": 6.542745637893677, + "epoch": 0.10542695973546003, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999914434354472, + "loss": 6.2886, + "mean_token_accuracy": 0.11944291591644288, + "num_tokens": 2353211.0, + "step": 1355 + }, + { + "entropy": 6.57375807762146, + "epoch": 0.10581598910717759, + "grad_norm": 1.125, + "learning_rate": 0.0004999912000191733, + "loss": 6.4112, + "mean_token_accuracy": 0.11920397132635116, + "num_tokens": 2361717.0, + "step": 1360 + }, + { + "entropy": 6.566148090362549, + "epoch": 0.10620501847889516, + "grad_norm": 1.046875, + "learning_rate": 0.000499990953189016, + "loss": 6.346, + "mean_token_accuracy": 0.12413823828101159, + "num_tokens": 2370114.0, + "step": 1365 + }, + { + "entropy": 6.700903367996216, + "epoch": 0.10659404785061272, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999907029449791, + "loss": 6.3374, + "mean_token_accuracy": 0.11766661703586578, + "num_tokens": 2378820.0, + "step": 1370 + }, + { + "entropy": 6.436738204956055, + "epoch": 0.10698307722233029, + "grad_norm": 1.015625, + "learning_rate": 0.0004999904492870663, + "loss": 6.2537, + "mean_token_accuracy": 0.12378470376133918, + "num_tokens": 2387119.0, + "step": 1375 + }, + { + "entropy": 6.5843147277832035, + "epoch": 0.10737210659404785, + "grad_norm": 1.1640625, + "learning_rate": 0.0004999901922152816, + "loss": 6.3039, + "mean_token_accuracy": 0.12202484160661697, + "num_tokens": 2396246.0, + "step": 1380 + }, + { + "entropy": 6.51186990737915, + "epoch": 0.10776113596576542, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999899317296288, + "loss": 6.3581, + "mean_token_accuracy": 0.11975730657577514, + "num_tokens": 2405428.0, + "step": 1385 + }, + { + "entropy": 6.566965532302857, + "epoch": 0.10815016533748298, + "grad_norm": 1.171875, + "learning_rate": 0.0004999896678301121, + "loss": 6.3066, + "mean_token_accuracy": 0.12349836975336075, + "num_tokens": 2414669.0, + "step": 1390 + }, + { + "entropy": 6.655934619903564, + "epoch": 0.10853919470920055, + "grad_norm": 1.1875, + "learning_rate": 0.0004999894005167352, + "loss": 6.3868, + "mean_token_accuracy": 0.11691371873021125, + "num_tokens": 2423193.0, + "step": 1395 + }, + { + "entropy": 6.565681409835816, + "epoch": 0.10892822408091811, + "grad_norm": 1.1640625, + "learning_rate": 0.000499989129789502, + "loss": 6.3387, + "mean_token_accuracy": 0.1171958826482296, + "num_tokens": 2431150.0, + "step": 1400 + }, + { + "entropy": 6.56759557723999, + "epoch": 0.10931725345263567, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999888556484172, + "loss": 6.3134, + "mean_token_accuracy": 0.1197988323867321, + "num_tokens": 2440337.0, + "step": 1405 + }, + { + "entropy": 6.470945692062378, + "epoch": 0.10970628282435324, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999885780934845, + "loss": 6.2513, + "mean_token_accuracy": 0.12705043703317642, + "num_tokens": 2449246.0, + "step": 1410 + }, + { + "entropy": 6.516160583496093, + "epoch": 0.1100953121960708, + "grad_norm": 1.1953125, + "learning_rate": 0.0004999882971247081, + "loss": 6.2565, + "mean_token_accuracy": 0.12589537277817725, + "num_tokens": 2457982.0, + "step": 1415 + }, + { + "entropy": 6.5252786636352536, + "epoch": 0.11048434156778837, + "grad_norm": 0.97265625, + "learning_rate": 0.0004999880127420926, + "loss": 6.2425, + "mean_token_accuracy": 0.12535301148891448, + "num_tokens": 2466697.0, + "step": 1420 + }, + { + "entropy": 6.493203258514404, + "epoch": 0.11087337093950593, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999877249456421, + "loss": 6.2222, + "mean_token_accuracy": 0.12576746717095375, + "num_tokens": 2475457.0, + "step": 1425 + }, + { + "entropy": 6.437700080871582, + "epoch": 0.1112624003112235, + "grad_norm": 0.97265625, + "learning_rate": 0.0004999874337353609, + "loss": 6.2138, + "mean_token_accuracy": 0.12601543366909027, + "num_tokens": 2484753.0, + "step": 1430 + }, + { + "entropy": 6.485835027694702, + "epoch": 0.11165142968294106, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999871391112535, + "loss": 6.3166, + "mean_token_accuracy": 0.12342042103409767, + "num_tokens": 2492921.0, + "step": 1435 + }, + { + "entropy": 6.581958627700805, + "epoch": 0.11204045905465862, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999868410733244, + "loss": 6.2879, + "mean_token_accuracy": 0.1212073914706707, + "num_tokens": 2501371.0, + "step": 1440 + }, + { + "entropy": 6.5133496761322025, + "epoch": 0.11242948842637619, + "grad_norm": 1.1953125, + "learning_rate": 0.000499986539621578, + "loss": 6.1714, + "mean_token_accuracy": 0.12704863548278808, + "num_tokens": 2509521.0, + "step": 1445 + }, + { + "entropy": 6.48231053352356, + "epoch": 0.11281851779809375, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999862347560191, + "loss": 6.2989, + "mean_token_accuracy": 0.12423472106456757, + "num_tokens": 2518316.0, + "step": 1450 + }, + { + "entropy": 6.569843530654907, + "epoch": 0.11320754716981132, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999859264766521, + "loss": 6.3733, + "mean_token_accuracy": 0.1180838830769062, + "num_tokens": 2527549.0, + "step": 1455 + }, + { + "entropy": 6.596394872665405, + "epoch": 0.11359657654152888, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999856147834817, + "loss": 6.3999, + "mean_token_accuracy": 0.12059949561953545, + "num_tokens": 2536341.0, + "step": 1460 + }, + { + "entropy": 6.44488263130188, + "epoch": 0.11398560591324645, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999852996765129, + "loss": 6.2924, + "mean_token_accuracy": 0.13068008571863174, + "num_tokens": 2544869.0, + "step": 1465 + }, + { + "entropy": 6.523885440826416, + "epoch": 0.11437463528496401, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999849811557502, + "loss": 6.1793, + "mean_token_accuracy": 0.13547530099749566, + "num_tokens": 2553432.0, + "step": 1470 + }, + { + "entropy": 6.51270112991333, + "epoch": 0.11476366465668159, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999846592211984, + "loss": 6.3122, + "mean_token_accuracy": 0.11962430030107499, + "num_tokens": 2561996.0, + "step": 1475 + }, + { + "entropy": 6.515383100509643, + "epoch": 0.11515269402839914, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999843338728626, + "loss": 6.2467, + "mean_token_accuracy": 0.12699604406952858, + "num_tokens": 2571315.0, + "step": 1480 + }, + { + "entropy": 6.514121627807617, + "epoch": 0.1155417234001167, + "grad_norm": 1.15625, + "learning_rate": 0.0004999840051107476, + "loss": 6.3579, + "mean_token_accuracy": 0.12020841464400292, + "num_tokens": 2579589.0, + "step": 1485 + }, + { + "entropy": 6.5186272144317625, + "epoch": 0.11593075277183428, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999836729348584, + "loss": 6.1182, + "mean_token_accuracy": 0.1279861733317375, + "num_tokens": 2588528.0, + "step": 1490 + }, + { + "entropy": 6.421968936920166, + "epoch": 0.11631978214355183, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999833373452, + "loss": 6.2575, + "mean_token_accuracy": 0.12487708628177643, + "num_tokens": 2596820.0, + "step": 1495 + }, + { + "entropy": 6.408306360244751, + "epoch": 0.1167088115152694, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999829983417778, + "loss": 6.1765, + "mean_token_accuracy": 0.12320946007966996, + "num_tokens": 2605502.0, + "step": 1500 + }, + { + "entropy": 6.448068284988404, + "epoch": 0.11709784088698696, + "grad_norm": 1.125, + "learning_rate": 0.0004999826559245965, + "loss": 6.1834, + "mean_token_accuracy": 0.13115072697401048, + "num_tokens": 2613974.0, + "step": 1505 + }, + { + "entropy": 6.4151896953582765, + "epoch": 0.11748687025870454, + "grad_norm": 1.09375, + "learning_rate": 0.0004999823100936615, + "loss": 6.2679, + "mean_token_accuracy": 0.12410511299967766, + "num_tokens": 2622581.0, + "step": 1510 + }, + { + "entropy": 6.444796562194824, + "epoch": 0.1178758996304221, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999819608489781, + "loss": 6.1459, + "mean_token_accuracy": 0.12382340282201768, + "num_tokens": 2631868.0, + "step": 1515 + }, + { + "entropy": 6.3898896217346195, + "epoch": 0.11826492900213967, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999816081905515, + "loss": 6.1683, + "mean_token_accuracy": 0.12991080954670906, + "num_tokens": 2640501.0, + "step": 1520 + }, + { + "entropy": 6.531676197052002, + "epoch": 0.11865395837385723, + "grad_norm": 1.0625, + "learning_rate": 0.0004999812521183872, + "loss": 6.1699, + "mean_token_accuracy": 0.1317140817642212, + "num_tokens": 2648916.0, + "step": 1525 + }, + { + "entropy": 6.465039777755737, + "epoch": 0.11904298774557479, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999808926324903, + "loss": 6.2552, + "mean_token_accuracy": 0.13165784254670143, + "num_tokens": 2657725.0, + "step": 1530 + }, + { + "entropy": 6.431260061264038, + "epoch": 0.11943201711729236, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999805297328665, + "loss": 6.2322, + "mean_token_accuracy": 0.12672695890069008, + "num_tokens": 2665983.0, + "step": 1535 + }, + { + "entropy": 6.433292293548584, + "epoch": 0.11982104648900992, + "grad_norm": 1.125, + "learning_rate": 0.0004999801634195214, + "loss": 6.2582, + "mean_token_accuracy": 0.1332721345126629, + "num_tokens": 2674546.0, + "step": 1540 + }, + { + "entropy": 6.488146877288818, + "epoch": 0.12021007586072749, + "grad_norm": 1.03125, + "learning_rate": 0.0004999797936924603, + "loss": 6.176, + "mean_token_accuracy": 0.12813623994588852, + "num_tokens": 2684088.0, + "step": 1545 + }, + { + "entropy": 6.44085841178894, + "epoch": 0.12059910523244505, + "grad_norm": 1.015625, + "learning_rate": 0.000499979420551689, + "loss": 6.2212, + "mean_token_accuracy": 0.12631620317697526, + "num_tokens": 2693289.0, + "step": 1550 + }, + { + "entropy": 6.404530429840088, + "epoch": 0.12098813460416262, + "grad_norm": 1.109375, + "learning_rate": 0.000499979043997213, + "loss": 6.1547, + "mean_token_accuracy": 0.13262817338109018, + "num_tokens": 2701744.0, + "step": 1555 + }, + { + "entropy": 6.463164138793945, + "epoch": 0.12137716397588018, + "grad_norm": 1.078125, + "learning_rate": 0.0004999786640290381, + "loss": 6.2138, + "mean_token_accuracy": 0.12017801105976104, + "num_tokens": 2710584.0, + "step": 1560 + }, + { + "entropy": 6.473390579223633, + "epoch": 0.12176619334759774, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999782806471701, + "loss": 6.221, + "mean_token_accuracy": 0.12257171049714088, + "num_tokens": 2719478.0, + "step": 1565 + }, + { + "entropy": 6.51469931602478, + "epoch": 0.12215522271931531, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999778938516147, + "loss": 6.3018, + "mean_token_accuracy": 0.11738094314932823, + "num_tokens": 2729105.0, + "step": 1570 + }, + { + "entropy": 6.504203176498413, + "epoch": 0.12254425209103287, + "grad_norm": 0.9765625, + "learning_rate": 0.000499977503642378, + "loss": 6.2567, + "mean_token_accuracy": 0.12570588439702987, + "num_tokens": 2738300.0, + "step": 1575 + }, + { + "entropy": 6.46259298324585, + "epoch": 0.12293328146275044, + "grad_norm": 1.046875, + "learning_rate": 0.0004999771100194656, + "loss": 6.1997, + "mean_token_accuracy": 0.12281355112791062, + "num_tokens": 2747236.0, + "step": 1580 + }, + { + "entropy": 6.313042402267456, + "epoch": 0.123322310834468, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999767129828837, + "loss": 6.1552, + "mean_token_accuracy": 0.13333506733179093, + "num_tokens": 2755919.0, + "step": 1585 + }, + { + "entropy": 6.3901971817016605, + "epoch": 0.12371134020618557, + "grad_norm": 1.078125, + "learning_rate": 0.0004999763125326383, + "loss": 6.1311, + "mean_token_accuracy": 0.13379732444882392, + "num_tokens": 2764469.0, + "step": 1590 + }, + { + "entropy": 6.470418119430542, + "epoch": 0.12410036957790313, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999759086687355, + "loss": 6.1465, + "mean_token_accuracy": 0.13174793347716332, + "num_tokens": 2772663.0, + "step": 1595 + }, + { + "entropy": 6.470247459411621, + "epoch": 0.1244893989496207, + "grad_norm": 1.078125, + "learning_rate": 0.0004999755013911813, + "loss": 6.1849, + "mean_token_accuracy": 0.12125680297613144, + "num_tokens": 2780719.0, + "step": 1600 + }, + { + "entropy": 6.411885499954224, + "epoch": 0.12487842832133826, + "grad_norm": 1.078125, + "learning_rate": 0.000499975090699982, + "loss": 6.2373, + "mean_token_accuracy": 0.12744609639048576, + "num_tokens": 2789186.0, + "step": 1605 + }, + { + "entropy": 6.416819286346436, + "epoch": 0.12526745769305583, + "grad_norm": 1.109375, + "learning_rate": 0.0004999746765951438, + "loss": 6.1496, + "mean_token_accuracy": 0.12793729454278946, + "num_tokens": 2797993.0, + "step": 1610 + }, + { + "entropy": 6.388448762893677, + "epoch": 0.1256564870647734, + "grad_norm": 1.1953125, + "learning_rate": 0.0004999742590766729, + "loss": 6.1015, + "mean_token_accuracy": 0.12969864159822464, + "num_tokens": 2806375.0, + "step": 1615 + }, + { + "entropy": 6.462837028503418, + "epoch": 0.12604551643649095, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999738381445757, + "loss": 6.2504, + "mean_token_accuracy": 0.1330662988126278, + "num_tokens": 2814772.0, + "step": 1620 + }, + { + "entropy": 6.313505363464356, + "epoch": 0.1264345458082085, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999734137988586, + "loss": 6.1229, + "mean_token_accuracy": 0.1330338940024376, + "num_tokens": 2824231.0, + "step": 1625 + }, + { + "entropy": 6.429342603683471, + "epoch": 0.1268235751799261, + "grad_norm": 0.96875, + "learning_rate": 0.000499972986039528, + "loss": 6.1851, + "mean_token_accuracy": 0.12637867406010628, + "num_tokens": 2833470.0, + "step": 1630 + }, + { + "entropy": 6.42327880859375, + "epoch": 0.12721260455164365, + "grad_norm": 0.984375, + "learning_rate": 0.0004999725548665904, + "loss": 6.1914, + "mean_token_accuracy": 0.1272370584309101, + "num_tokens": 2843010.0, + "step": 1635 + }, + { + "entropy": 6.4151369571685795, + "epoch": 0.1276016339233612, + "grad_norm": 1.015625, + "learning_rate": 0.0004999721202800524, + "loss": 6.0894, + "mean_token_accuracy": 0.13450721949338912, + "num_tokens": 2851545.0, + "step": 1640 + }, + { + "entropy": 6.322131395339966, + "epoch": 0.12799066329507877, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999716822799206, + "loss": 6.2373, + "mean_token_accuracy": 0.11726373285055161, + "num_tokens": 2861230.0, + "step": 1645 + }, + { + "entropy": 6.472705364227295, + "epoch": 0.12837969266679633, + "grad_norm": 1.15625, + "learning_rate": 0.0004999712408662016, + "loss": 6.1988, + "mean_token_accuracy": 0.12872418239712716, + "num_tokens": 2869436.0, + "step": 1650 + }, + { + "entropy": 6.349573040008545, + "epoch": 0.12876872203851392, + "grad_norm": 1.125, + "learning_rate": 0.0004999707960389021, + "loss": 6.0591, + "mean_token_accuracy": 0.13055680692195892, + "num_tokens": 2877688.0, + "step": 1655 + }, + { + "entropy": 6.446641206741333, + "epoch": 0.12915775141023147, + "grad_norm": 1.046875, + "learning_rate": 0.0004999703477980288, + "loss": 6.2037, + "mean_token_accuracy": 0.12923076152801513, + "num_tokens": 2887043.0, + "step": 1660 + }, + { + "entropy": 6.349732732772827, + "epoch": 0.12954678078194903, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999698961435885, + "loss": 6.1317, + "mean_token_accuracy": 0.13411349356174468, + "num_tokens": 2895732.0, + "step": 1665 + }, + { + "entropy": 6.334634923934937, + "epoch": 0.1299358101536666, + "grad_norm": 1.140625, + "learning_rate": 0.0004999694410755882, + "loss": 6.0911, + "mean_token_accuracy": 0.12794594317674637, + "num_tokens": 2904162.0, + "step": 1670 + }, + { + "entropy": 6.453775310516358, + "epoch": 0.13032483952538418, + "grad_norm": 1.015625, + "learning_rate": 0.0004999689825940347, + "loss": 6.2303, + "mean_token_accuracy": 0.12870074063539505, + "num_tokens": 2912783.0, + "step": 1675 + }, + { + "entropy": 6.386454153060913, + "epoch": 0.13071386889710174, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999685206989349, + "loss": 6.128, + "mean_token_accuracy": 0.13094662353396416, + "num_tokens": 2921027.0, + "step": 1680 + }, + { + "entropy": 6.379840612411499, + "epoch": 0.1311028982688193, + "grad_norm": 1.03125, + "learning_rate": 0.0004999680553902959, + "loss": 6.1558, + "mean_token_accuracy": 0.13119837194681166, + "num_tokens": 2930398.0, + "step": 1685 + }, + { + "entropy": 6.364923095703125, + "epoch": 0.13149192764053685, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999675866681247, + "loss": 6.1767, + "mean_token_accuracy": 0.12759430408477784, + "num_tokens": 2938703.0, + "step": 1690 + }, + { + "entropy": 6.336649465560913, + "epoch": 0.1318809570122544, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999671145324286, + "loss": 6.101, + "mean_token_accuracy": 0.13444865867495537, + "num_tokens": 2947007.0, + "step": 1695 + }, + { + "entropy": 6.386577987670899, + "epoch": 0.132269986383972, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999666389832144, + "loss": 6.2399, + "mean_token_accuracy": 0.13214273303747176, + "num_tokens": 2955485.0, + "step": 1700 + }, + { + "entropy": 6.432107162475586, + "epoch": 0.13265901575568956, + "grad_norm": 1.109375, + "learning_rate": 0.0004999661600204897, + "loss": 6.0943, + "mean_token_accuracy": 0.1316603824496269, + "num_tokens": 2964416.0, + "step": 1705 + }, + { + "entropy": 6.345300769805908, + "epoch": 0.13304804512740712, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999656776442615, + "loss": 6.0975, + "mean_token_accuracy": 0.12664629369974137, + "num_tokens": 2972737.0, + "step": 1710 + }, + { + "entropy": 6.319915866851806, + "epoch": 0.13343707449912467, + "grad_norm": 1.078125, + "learning_rate": 0.0004999651918545372, + "loss": 6.138, + "mean_token_accuracy": 0.12891265898942947, + "num_tokens": 2981166.0, + "step": 1715 + }, + { + "entropy": 6.400096082687378, + "epoch": 0.13382610387084226, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999647026513243, + "loss": 6.1841, + "mean_token_accuracy": 0.1323157973587513, + "num_tokens": 2989689.0, + "step": 1720 + }, + { + "entropy": 6.409255075454712, + "epoch": 0.13421513324255982, + "grad_norm": 1.15625, + "learning_rate": 0.00049996421003463, + "loss": 6.0878, + "mean_token_accuracy": 0.1328970320522785, + "num_tokens": 2998793.0, + "step": 1725 + }, + { + "entropy": 6.303147697448731, + "epoch": 0.13460416261427738, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999637140044619, + "loss": 6.2446, + "mean_token_accuracy": 0.12399912551045418, + "num_tokens": 3007320.0, + "step": 1730 + }, + { + "entropy": 6.372701263427734, + "epoch": 0.13499319198599494, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999632145608275, + "loss": 6.1419, + "mean_token_accuracy": 0.13464085459709169, + "num_tokens": 3015024.0, + "step": 1735 + }, + { + "entropy": 6.392448997497558, + "epoch": 0.1353822213577125, + "grad_norm": 1.1484375, + "learning_rate": 0.0004999627117037343, + "loss": 6.2367, + "mean_token_accuracy": 0.13206600919365882, + "num_tokens": 3023058.0, + "step": 1740 + }, + { + "entropy": 6.42128438949585, + "epoch": 0.13577125072943008, + "grad_norm": 1.0859375, + "learning_rate": 0.00049996220543319, + "loss": 6.1337, + "mean_token_accuracy": 0.1343154013156891, + "num_tokens": 3031308.0, + "step": 1745 + }, + { + "entropy": 6.368301248550415, + "epoch": 0.13616028010114764, + "grad_norm": 0.9921875, + "learning_rate": 0.0004999616957492025, + "loss": 6.2115, + "mean_token_accuracy": 0.12576463893055917, + "num_tokens": 3039598.0, + "step": 1750 + }, + { + "entropy": 6.332375144958496, + "epoch": 0.1365493094728652, + "grad_norm": 1.09375, + "learning_rate": 0.0004999611826517793, + "loss": 6.0264, + "mean_token_accuracy": 0.13993713706731797, + "num_tokens": 3047598.0, + "step": 1755 + }, + { + "entropy": 6.369699382781983, + "epoch": 0.13693833884458276, + "grad_norm": 1.0625, + "learning_rate": 0.0004999606661409281, + "loss": 6.1765, + "mean_token_accuracy": 0.1314793422818184, + "num_tokens": 3055702.0, + "step": 1760 + }, + { + "entropy": 6.352033996582032, + "epoch": 0.13732736821630034, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999601462166569, + "loss": 6.0358, + "mean_token_accuracy": 0.13761886060237885, + "num_tokens": 3063908.0, + "step": 1765 + }, + { + "entropy": 6.316202020645141, + "epoch": 0.1377163975880179, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999596228789736, + "loss": 6.1396, + "mean_token_accuracy": 0.12727851122617723, + "num_tokens": 3072077.0, + "step": 1770 + }, + { + "entropy": 6.371345472335816, + "epoch": 0.13810542695973546, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999590961278859, + "loss": 6.1301, + "mean_token_accuracy": 0.13236963376402855, + "num_tokens": 3080498.0, + "step": 1775 + }, + { + "entropy": 6.343796157836914, + "epoch": 0.13849445633145302, + "grad_norm": 1.109375, + "learning_rate": 0.0004999585659634021, + "loss": 6.135, + "mean_token_accuracy": 0.13217933028936385, + "num_tokens": 3089055.0, + "step": 1780 + }, + { + "entropy": 6.314961290359497, + "epoch": 0.13888348570317058, + "grad_norm": 1.03125, + "learning_rate": 0.0004999580323855301, + "loss": 6.1373, + "mean_token_accuracy": 0.13297785818576813, + "num_tokens": 3096944.0, + "step": 1785 + }, + { + "entropy": 6.29940447807312, + "epoch": 0.13927251507488816, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999574953942781, + "loss": 6.0293, + "mean_token_accuracy": 0.13218909054994582, + "num_tokens": 3105596.0, + "step": 1790 + }, + { + "entropy": 6.27741756439209, + "epoch": 0.13966154444660572, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999569549896541, + "loss": 6.0162, + "mean_token_accuracy": 0.14017163962125778, + "num_tokens": 3114349.0, + "step": 1795 + }, + { + "entropy": 6.2425329208374025, + "epoch": 0.14005057381832328, + "grad_norm": 1.15625, + "learning_rate": 0.0004999564111716665, + "loss": 6.1302, + "mean_token_accuracy": 0.12543968632817268, + "num_tokens": 3122490.0, + "step": 1800 + }, + { + "entropy": 6.412037658691406, + "epoch": 0.14043960319004084, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999558639403232, + "loss": 6.1766, + "mean_token_accuracy": 0.12949994951486588, + "num_tokens": 3130988.0, + "step": 1805 + }, + { + "entropy": 6.349801778793335, + "epoch": 0.1408286325617584, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999553132956328, + "loss": 6.0352, + "mean_token_accuracy": 0.1310783050954342, + "num_tokens": 3139488.0, + "step": 1810 + }, + { + "entropy": 6.275408506393433, + "epoch": 0.14121766193347599, + "grad_norm": 1.046875, + "learning_rate": 0.0004999547592376035, + "loss": 6.0853, + "mean_token_accuracy": 0.13912829905748367, + "num_tokens": 3147955.0, + "step": 1815 + }, + { + "entropy": 6.324730014801025, + "epoch": 0.14160669130519354, + "grad_norm": 1.0, + "learning_rate": 0.0004999542017662438, + "loss": 6.1356, + "mean_token_accuracy": 0.12387675121426582, + "num_tokens": 3157608.0, + "step": 1820 + }, + { + "entropy": 6.365148973464966, + "epoch": 0.1419957206769111, + "grad_norm": 1.265625, + "learning_rate": 0.0004999536408815623, + "loss": 6.0893, + "mean_token_accuracy": 0.12791794016957284, + "num_tokens": 3166124.0, + "step": 1825 + }, + { + "entropy": 6.237749290466309, + "epoch": 0.14238475004862866, + "grad_norm": 1.09375, + "learning_rate": 0.0004999530765835672, + "loss": 6.0837, + "mean_token_accuracy": 0.12821160182356833, + "num_tokens": 3175069.0, + "step": 1830 + }, + { + "entropy": 6.356600522994995, + "epoch": 0.14277377942034625, + "grad_norm": 1.0625, + "learning_rate": 0.0004999525088722673, + "loss": 6.1196, + "mean_token_accuracy": 0.13117128163576125, + "num_tokens": 3184259.0, + "step": 1835 + }, + { + "entropy": 6.341631460189819, + "epoch": 0.1431628087920638, + "grad_norm": 1.03125, + "learning_rate": 0.0004999519377476711, + "loss": 6.0274, + "mean_token_accuracy": 0.1311353027820587, + "num_tokens": 3193015.0, + "step": 1840 + }, + { + "entropy": 6.335974597930909, + "epoch": 0.14355183816378136, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999513632097872, + "loss": 5.9655, + "mean_token_accuracy": 0.1419636234641075, + "num_tokens": 3201624.0, + "step": 1845 + }, + { + "entropy": 6.2722913265228275, + "epoch": 0.14394086753549892, + "grad_norm": 1.1171875, + "learning_rate": 0.0004999507852586245, + "loss": 6.0784, + "mean_token_accuracy": 0.13751533553004264, + "num_tokens": 3209474.0, + "step": 1850 + }, + { + "entropy": 6.228673076629638, + "epoch": 0.14432989690721648, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999502038941917, + "loss": 6.0466, + "mean_token_accuracy": 0.13530608788132667, + "num_tokens": 3218550.0, + "step": 1855 + }, + { + "entropy": 6.159630537033081, + "epoch": 0.14471892627893407, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999496191164975, + "loss": 6.0135, + "mean_token_accuracy": 0.13874994069337845, + "num_tokens": 3227108.0, + "step": 1860 + }, + { + "entropy": 6.317847490310669, + "epoch": 0.14510795565065163, + "grad_norm": 1.0703125, + "learning_rate": 0.000499949030925551, + "loss": 6.0647, + "mean_token_accuracy": 0.13484866991639138, + "num_tokens": 3235785.0, + "step": 1865 + }, + { + "entropy": 6.4040697574615475, + "epoch": 0.14549698502236919, + "grad_norm": 1.09375, + "learning_rate": 0.0004999484393213609, + "loss": 6.0958, + "mean_token_accuracy": 0.12889099717140198, + "num_tokens": 3244180.0, + "step": 1870 + }, + { + "entropy": 6.206935405731201, + "epoch": 0.14588601439408674, + "grad_norm": 0.98828125, + "learning_rate": 0.0004999478443039363, + "loss": 5.966, + "mean_token_accuracy": 0.13705985099077225, + "num_tokens": 3253098.0, + "step": 1875 + }, + { + "entropy": 6.353375959396362, + "epoch": 0.14627504376580433, + "grad_norm": 1.1015625, + "learning_rate": 0.0004999472458732862, + "loss": 6.0139, + "mean_token_accuracy": 0.1389046587049961, + "num_tokens": 3261726.0, + "step": 1880 + }, + { + "entropy": 6.185830402374267, + "epoch": 0.1466640731375219, + "grad_norm": 1.1796875, + "learning_rate": 0.0004999466440294198, + "loss": 5.9819, + "mean_token_accuracy": 0.13572768047451972, + "num_tokens": 3270362.0, + "step": 1885 + }, + { + "entropy": 6.255965852737427, + "epoch": 0.14705310250923945, + "grad_norm": 1.078125, + "learning_rate": 0.000499946038772346, + "loss": 5.9745, + "mean_token_accuracy": 0.13993003964424133, + "num_tokens": 3278332.0, + "step": 1890 + }, + { + "entropy": 6.187082147598266, + "epoch": 0.147442131880957, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999454301020741, + "loss": 5.9432, + "mean_token_accuracy": 0.14198991358280183, + "num_tokens": 3286800.0, + "step": 1895 + }, + { + "entropy": 6.344804382324218, + "epoch": 0.14783116125267456, + "grad_norm": 0.94140625, + "learning_rate": 0.0004999448180186133, + "loss": 6.181, + "mean_token_accuracy": 0.12529000788927078, + "num_tokens": 3296186.0, + "step": 1900 + }, + { + "entropy": 6.254264879226684, + "epoch": 0.14822019062439215, + "grad_norm": 1.140625, + "learning_rate": 0.000499944202521973, + "loss": 6.0373, + "mean_token_accuracy": 0.1428308829665184, + "num_tokens": 3303973.0, + "step": 1905 + }, + { + "entropy": 6.188289737701416, + "epoch": 0.1486092199961097, + "grad_norm": 1.171875, + "learning_rate": 0.0004999435836121624, + "loss": 5.9926, + "mean_token_accuracy": 0.13803835734724998, + "num_tokens": 3312550.0, + "step": 1910 + }, + { + "entropy": 6.331698322296143, + "epoch": 0.14899824936782727, + "grad_norm": 1.0546875, + "learning_rate": 0.000499942961289191, + "loss": 6.0628, + "mean_token_accuracy": 0.13561255410313605, + "num_tokens": 3321342.0, + "step": 1915 + }, + { + "entropy": 6.1749297142028805, + "epoch": 0.14938727873954483, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999423355530683, + "loss": 5.9403, + "mean_token_accuracy": 0.14343732073903084, + "num_tokens": 3329293.0, + "step": 1920 + }, + { + "entropy": 6.156786012649536, + "epoch": 0.1497763081112624, + "grad_norm": 1.0625, + "learning_rate": 0.0004999417064038035, + "loss": 5.9966, + "mean_token_accuracy": 0.13348888084292412, + "num_tokens": 3338278.0, + "step": 1925 + }, + { + "entropy": 6.295070505142212, + "epoch": 0.15016533748297997, + "grad_norm": 1.0625, + "learning_rate": 0.0004999410738414065, + "loss": 6.1006, + "mean_token_accuracy": 0.1349467881023884, + "num_tokens": 3346757.0, + "step": 1930 + }, + { + "entropy": 6.215303182601929, + "epoch": 0.15055436685469753, + "grad_norm": 1.015625, + "learning_rate": 0.0004999404378658866, + "loss": 6.0975, + "mean_token_accuracy": 0.1362791948020458, + "num_tokens": 3355903.0, + "step": 1935 + }, + { + "entropy": 6.2781799793243405, + "epoch": 0.1509433962264151, + "grad_norm": 1.0625, + "learning_rate": 0.0004999397984772536, + "loss": 6.0666, + "mean_token_accuracy": 0.1276647962629795, + "num_tokens": 3365440.0, + "step": 1940 + }, + { + "entropy": 6.2379114627838135, + "epoch": 0.15133242559813265, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999391556755172, + "loss": 6.0323, + "mean_token_accuracy": 0.13651658967137337, + "num_tokens": 3373672.0, + "step": 1945 + }, + { + "entropy": 6.2155702114105225, + "epoch": 0.15172145496985023, + "grad_norm": 1.109375, + "learning_rate": 0.0004999385094606872, + "loss": 6.0032, + "mean_token_accuracy": 0.1315799042582512, + "num_tokens": 3382733.0, + "step": 1950 + }, + { + "entropy": 6.174511241912842, + "epoch": 0.1521104843415678, + "grad_norm": 1.015625, + "learning_rate": 0.0004999378598327733, + "loss": 5.9656, + "mean_token_accuracy": 0.13844937980175018, + "num_tokens": 3390842.0, + "step": 1955 + }, + { + "entropy": 6.256609535217285, + "epoch": 0.15249951371328535, + "grad_norm": 1.03125, + "learning_rate": 0.0004999372067917854, + "loss": 6.1149, + "mean_token_accuracy": 0.1254595175385475, + "num_tokens": 3399761.0, + "step": 1960 + }, + { + "entropy": 6.284492778778076, + "epoch": 0.1528885430850029, + "grad_norm": 1.03125, + "learning_rate": 0.0004999365503377335, + "loss": 6.0315, + "mean_token_accuracy": 0.13321302980184554, + "num_tokens": 3408986.0, + "step": 1965 + }, + { + "entropy": 6.235216522216797, + "epoch": 0.1532775724567205, + "grad_norm": 1.140625, + "learning_rate": 0.0004999358904706273, + "loss": 5.9892, + "mean_token_accuracy": 0.1353617176413536, + "num_tokens": 3418051.0, + "step": 1970 + }, + { + "entropy": 6.321955776214599, + "epoch": 0.15366660182843805, + "grad_norm": 1.03125, + "learning_rate": 0.0004999352271904771, + "loss": 6.0986, + "mean_token_accuracy": 0.13750415220856665, + "num_tokens": 3427185.0, + "step": 1975 + }, + { + "entropy": 6.196172285079956, + "epoch": 0.1540556312001556, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999345604972928, + "loss": 5.9939, + "mean_token_accuracy": 0.13660573363304138, + "num_tokens": 3435367.0, + "step": 1980 + }, + { + "entropy": 6.193881511688232, + "epoch": 0.15444466057187317, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999338903910846, + "loss": 6.0341, + "mean_token_accuracy": 0.1360504299402237, + "num_tokens": 3443451.0, + "step": 1985 + }, + { + "entropy": 6.246865940093994, + "epoch": 0.15483368994359073, + "grad_norm": 1.078125, + "learning_rate": 0.0004999332168718626, + "loss": 6.0401, + "mean_token_accuracy": 0.1405157931149006, + "num_tokens": 3451038.0, + "step": 1990 + }, + { + "entropy": 6.464015769958496, + "epoch": 0.15522271931530832, + "grad_norm": 1.09375, + "learning_rate": 0.0004999325399396371, + "loss": 6.189, + "mean_token_accuracy": 0.12317560613155365, + "num_tokens": 3459693.0, + "step": 1995 + }, + { + "entropy": 6.344349575042725, + "epoch": 0.15561174868702587, + "grad_norm": 1.203125, + "learning_rate": 0.0004999318595944183, + "loss": 6.0573, + "mean_token_accuracy": 0.1302526354789734, + "num_tokens": 3468347.0, + "step": 2000 + }, + { + "entropy": 6.2093932151794435, + "epoch": 0.15600077805874343, + "grad_norm": 1.1328125, + "learning_rate": 0.0004999311758362166, + "loss": 6.041, + "mean_token_accuracy": 0.1344868026673794, + "num_tokens": 3476030.0, + "step": 2005 + }, + { + "entropy": 6.173217630386352, + "epoch": 0.156389807430461, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999304886650422, + "loss": 6.0088, + "mean_token_accuracy": 0.1343566119670868, + "num_tokens": 3484840.0, + "step": 2010 + }, + { + "entropy": 6.339105176925659, + "epoch": 0.15677883680217858, + "grad_norm": 1.015625, + "learning_rate": 0.0004999297980809058, + "loss": 6.1002, + "mean_token_accuracy": 0.133415899425745, + "num_tokens": 3492662.0, + "step": 2015 + }, + { + "entropy": 6.286862468719482, + "epoch": 0.15716786617389614, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999291040838176, + "loss": 6.0174, + "mean_token_accuracy": 0.13295094966888427, + "num_tokens": 3501582.0, + "step": 2020 + }, + { + "entropy": 6.232885360717773, + "epoch": 0.1575568955456137, + "grad_norm": 1.015625, + "learning_rate": 0.0004999284066737884, + "loss": 6.0275, + "mean_token_accuracy": 0.1392024390399456, + "num_tokens": 3510141.0, + "step": 2025 + }, + { + "entropy": 6.297137260437012, + "epoch": 0.15794592491733125, + "grad_norm": 1.0625, + "learning_rate": 0.0004999277058508285, + "loss": 6.0623, + "mean_token_accuracy": 0.13623598217964172, + "num_tokens": 3518530.0, + "step": 2030 + }, + { + "entropy": 6.16064453125, + "epoch": 0.1583349542890488, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999270016149486, + "loss": 6.0192, + "mean_token_accuracy": 0.1363525167107582, + "num_tokens": 3526815.0, + "step": 2035 + }, + { + "entropy": 6.216293525695801, + "epoch": 0.1587239836607664, + "grad_norm": 0.98046875, + "learning_rate": 0.0004999262939661596, + "loss": 6.081, + "mean_token_accuracy": 0.13018166050314903, + "num_tokens": 3535840.0, + "step": 2040 + }, + { + "entropy": 6.298702955245972, + "epoch": 0.15911301303248396, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999255829044721, + "loss": 6.0981, + "mean_token_accuracy": 0.13071646615862847, + "num_tokens": 3544876.0, + "step": 2045 + }, + { + "entropy": 6.225747776031494, + "epoch": 0.15950204240420152, + "grad_norm": 1.078125, + "learning_rate": 0.0004999248684298968, + "loss": 5.8578, + "mean_token_accuracy": 0.1430135577917099, + "num_tokens": 3553018.0, + "step": 2050 + }, + { + "entropy": 6.087709617614746, + "epoch": 0.15989107177591907, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999241505424447, + "loss": 5.9005, + "mean_token_accuracy": 0.13955418467521669, + "num_tokens": 3560909.0, + "step": 2055 + }, + { + "entropy": 6.183088874816894, + "epoch": 0.16028010114763663, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999234292421265, + "loss": 6.0498, + "mean_token_accuracy": 0.13545388653874396, + "num_tokens": 3569235.0, + "step": 2060 + }, + { + "entropy": 6.154008436203003, + "epoch": 0.16066913051935422, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999227045289535, + "loss": 5.9139, + "mean_token_accuracy": 0.13975678011775017, + "num_tokens": 3577646.0, + "step": 2065 + }, + { + "entropy": 6.173991012573242, + "epoch": 0.16105815989107178, + "grad_norm": 1.015625, + "learning_rate": 0.0004999219764029363, + "loss": 6.0213, + "mean_token_accuracy": 0.13489074483513833, + "num_tokens": 3586499.0, + "step": 2070 + }, + { + "entropy": 6.236517524719238, + "epoch": 0.16144718926278934, + "grad_norm": 1.078125, + "learning_rate": 0.0004999212448640861, + "loss": 6.0194, + "mean_token_accuracy": 0.13757209926843644, + "num_tokens": 3595391.0, + "step": 2075 + }, + { + "entropy": 6.141875600814819, + "epoch": 0.1618362186345069, + "grad_norm": 0.984375, + "learning_rate": 0.0004999205099124141, + "loss": 5.9667, + "mean_token_accuracy": 0.1367950737476349, + "num_tokens": 3603774.0, + "step": 2080 + }, + { + "entropy": 6.297803211212158, + "epoch": 0.16222524800622448, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999197715479313, + "loss": 6.0216, + "mean_token_accuracy": 0.13554098531603814, + "num_tokens": 3611980.0, + "step": 2085 + }, + { + "entropy": 6.2039124965667725, + "epoch": 0.16261427737794204, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999190297706489, + "loss": 5.942, + "mean_token_accuracy": 0.13699196204543113, + "num_tokens": 3620902.0, + "step": 2090 + }, + { + "entropy": 6.3155577182769775, + "epoch": 0.1630033067496596, + "grad_norm": 1.0234375, + "learning_rate": 0.0004999182845805783, + "loss": 6.2312, + "mean_token_accuracy": 0.12782860547304153, + "num_tokens": 3628924.0, + "step": 2095 + }, + { + "entropy": 6.297778558731079, + "epoch": 0.16339233612137716, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999175359777306, + "loss": 6.0695, + "mean_token_accuracy": 0.13167304024100304, + "num_tokens": 3637538.0, + "step": 2100 + }, + { + "entropy": 6.203191900253296, + "epoch": 0.16378136549309472, + "grad_norm": 1.0703125, + "learning_rate": 0.0004999167839621174, + "loss": 6.0779, + "mean_token_accuracy": 0.13191662728786469, + "num_tokens": 3646309.0, + "step": 2105 + }, + { + "entropy": 6.213529634475708, + "epoch": 0.1641703948648123, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999160285337501, + "loss": 5.9364, + "mean_token_accuracy": 0.1367933377623558, + "num_tokens": 3655204.0, + "step": 2110 + }, + { + "entropy": 6.21005539894104, + "epoch": 0.16455942423652986, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999152696926399, + "loss": 6.0641, + "mean_token_accuracy": 0.1300017297267914, + "num_tokens": 3663939.0, + "step": 2115 + }, + { + "entropy": 6.262974691390991, + "epoch": 0.16494845360824742, + "grad_norm": 1.0078125, + "learning_rate": 0.0004999145074387985, + "loss": 6.0083, + "mean_token_accuracy": 0.13462101370096208, + "num_tokens": 3673167.0, + "step": 2120 + }, + { + "entropy": 6.195592164993286, + "epoch": 0.16533748297996498, + "grad_norm": 1.03125, + "learning_rate": 0.0004999137417722374, + "loss": 5.9742, + "mean_token_accuracy": 0.13803649172186852, + "num_tokens": 3682234.0, + "step": 2125 + }, + { + "entropy": 6.130123567581177, + "epoch": 0.16572651235168256, + "grad_norm": 1.015625, + "learning_rate": 0.0004999129726929684, + "loss": 5.9518, + "mean_token_accuracy": 0.13907736241817475, + "num_tokens": 3690835.0, + "step": 2130 + }, + { + "entropy": 6.220533561706543, + "epoch": 0.16611554172340012, + "grad_norm": 1.0546875, + "learning_rate": 0.0004999122002010029, + "loss": 6.0101, + "mean_token_accuracy": 0.1316205196082592, + "num_tokens": 3699348.0, + "step": 2135 + }, + { + "entropy": 6.122845840454102, + "epoch": 0.16650457109511768, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999114242963527, + "loss": 5.924, + "mean_token_accuracy": 0.1415353387594223, + "num_tokens": 3708205.0, + "step": 2140 + }, + { + "entropy": 6.129640579223633, + "epoch": 0.16689360046683524, + "grad_norm": 1.0859375, + "learning_rate": 0.0004999106449790298, + "loss": 5.9912, + "mean_token_accuracy": 0.14246149584650994, + "num_tokens": 3717016.0, + "step": 2145 + }, + { + "entropy": 6.351011037826538, + "epoch": 0.1672826298385528, + "grad_norm": 1.078125, + "learning_rate": 0.0004999098622490458, + "loss": 6.0016, + "mean_token_accuracy": 0.13569031432271003, + "num_tokens": 3725509.0, + "step": 2150 + }, + { + "entropy": 6.1818685054779055, + "epoch": 0.16767165921027039, + "grad_norm": 0.99609375, + "learning_rate": 0.0004999090761064125, + "loss": 6.0751, + "mean_token_accuracy": 0.13177148699760438, + "num_tokens": 3734674.0, + "step": 2155 + }, + { + "entropy": 6.140064430236817, + "epoch": 0.16806068858198794, + "grad_norm": 1.0859375, + "learning_rate": 0.000499908286551142, + "loss": 5.9012, + "mean_token_accuracy": 0.1402728170156479, + "num_tokens": 3742930.0, + "step": 2160 + }, + { + "entropy": 6.204311227798462, + "epoch": 0.1684497179537055, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999074935832463, + "loss": 5.9945, + "mean_token_accuracy": 0.13643383085727692, + "num_tokens": 3751314.0, + "step": 2165 + }, + { + "entropy": 6.266703701019287, + "epoch": 0.16883874732542306, + "grad_norm": 1.078125, + "learning_rate": 0.0004999066972027373, + "loss": 6.1046, + "mean_token_accuracy": 0.1291274093091488, + "num_tokens": 3760229.0, + "step": 2170 + }, + { + "entropy": 6.350693798065185, + "epoch": 0.16922777669714065, + "grad_norm": 1.015625, + "learning_rate": 0.0004999058974096271, + "loss": 6.1037, + "mean_token_accuracy": 0.13275526687502862, + "num_tokens": 3769037.0, + "step": 2175 + }, + { + "entropy": 6.075402069091797, + "epoch": 0.1696168060688582, + "grad_norm": 1.03125, + "learning_rate": 0.000499905094203928, + "loss": 5.9684, + "mean_token_accuracy": 0.14126176312565802, + "num_tokens": 3777686.0, + "step": 2180 + }, + { + "entropy": 6.287758302688599, + "epoch": 0.17000583544057576, + "grad_norm": 1.046875, + "learning_rate": 0.000499904287585652, + "loss": 6.0575, + "mean_token_accuracy": 0.13231970369815826, + "num_tokens": 3786412.0, + "step": 2185 + }, + { + "entropy": 6.2325122356414795, + "epoch": 0.17039486481229332, + "grad_norm": 1.09375, + "learning_rate": 0.0004999034775548113, + "loss": 6.091, + "mean_token_accuracy": 0.13756789192557334, + "num_tokens": 3794981.0, + "step": 2190 + }, + { + "entropy": 6.184635210037231, + "epoch": 0.17078389418401088, + "grad_norm": 1.0, + "learning_rate": 0.0004999026641114185, + "loss": 5.9679, + "mean_token_accuracy": 0.13785844221711158, + "num_tokens": 3803069.0, + "step": 2195 + }, + { + "entropy": 6.228214073181152, + "epoch": 0.17117292355572847, + "grad_norm": 1.0390625, + "learning_rate": 0.0004999018472554857, + "loss": 6.0562, + "mean_token_accuracy": 0.13657879456877708, + "num_tokens": 3811986.0, + "step": 2200 + }, + { + "entropy": 6.255152368545533, + "epoch": 0.17156195292744603, + "grad_norm": 1.03125, + "learning_rate": 0.0004999010269870253, + "loss": 5.9669, + "mean_token_accuracy": 0.13384350910782813, + "num_tokens": 3820626.0, + "step": 2205 + }, + { + "entropy": 6.168890142440796, + "epoch": 0.17195098229916359, + "grad_norm": 1.046875, + "learning_rate": 0.0004999002033060498, + "loss": 5.9734, + "mean_token_accuracy": 0.14005149230360986, + "num_tokens": 3828608.0, + "step": 2210 + }, + { + "entropy": 6.115287494659424, + "epoch": 0.17234001167088114, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998993762125716, + "loss": 5.9222, + "mean_token_accuracy": 0.1419154718518257, + "num_tokens": 3837059.0, + "step": 2215 + }, + { + "entropy": 6.196029186248779, + "epoch": 0.17272904104259873, + "grad_norm": 1.046875, + "learning_rate": 0.0004998985457066034, + "loss": 5.9477, + "mean_token_accuracy": 0.13308243378996848, + "num_tokens": 3845137.0, + "step": 2220 + }, + { + "entropy": 6.161190748214722, + "epoch": 0.1731180704143163, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998977117881576, + "loss": 5.9399, + "mean_token_accuracy": 0.14329548850655555, + "num_tokens": 3854012.0, + "step": 2225 + }, + { + "entropy": 6.076524972915649, + "epoch": 0.17350709978603385, + "grad_norm": 1.078125, + "learning_rate": 0.0004998968744572472, + "loss": 5.8859, + "mean_token_accuracy": 0.14090772867202758, + "num_tokens": 3862308.0, + "step": 2230 + }, + { + "entropy": 6.084261083602906, + "epoch": 0.1738961291577514, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998960337138845, + "loss": 5.8224, + "mean_token_accuracy": 0.13599667102098464, + "num_tokens": 3870975.0, + "step": 2235 + }, + { + "entropy": 6.172693729400635, + "epoch": 0.17428515852946896, + "grad_norm": 1.1484375, + "learning_rate": 0.0004998951895580826, + "loss": 5.9953, + "mean_token_accuracy": 0.1362786665558815, + "num_tokens": 3879621.0, + "step": 2240 + }, + { + "entropy": 6.119487714767456, + "epoch": 0.17467418790118655, + "grad_norm": 1.0625, + "learning_rate": 0.0004998943419898542, + "loss": 5.9608, + "mean_token_accuracy": 0.13740068078041076, + "num_tokens": 3889214.0, + "step": 2245 + }, + { + "entropy": 6.195636940002442, + "epoch": 0.1750632172729041, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998934910092119, + "loss": 5.9972, + "mean_token_accuracy": 0.13837300091981888, + "num_tokens": 3898250.0, + "step": 2250 + }, + { + "entropy": 6.189534759521484, + "epoch": 0.17545224664462167, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998926366161689, + "loss": 6.0342, + "mean_token_accuracy": 0.13376041278243064, + "num_tokens": 3906971.0, + "step": 2255 + }, + { + "entropy": 6.193826007843017, + "epoch": 0.17584127601633923, + "grad_norm": 0.96875, + "learning_rate": 0.0004998917788107383, + "loss": 6.0622, + "mean_token_accuracy": 0.13532394245266915, + "num_tokens": 3916663.0, + "step": 2260 + }, + { + "entropy": 6.125564813613892, + "epoch": 0.17623030538805678, + "grad_norm": 0.984375, + "learning_rate": 0.0004998909175929326, + "loss": 5.9445, + "mean_token_accuracy": 0.13861310556530954, + "num_tokens": 3926848.0, + "step": 2265 + }, + { + "entropy": 6.110090446472168, + "epoch": 0.17661933475977437, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998900529627653, + "loss": 5.9132, + "mean_token_accuracy": 0.138637275993824, + "num_tokens": 3935729.0, + "step": 2270 + }, + { + "entropy": 6.222514343261719, + "epoch": 0.17700836413149193, + "grad_norm": 1.0625, + "learning_rate": 0.0004998891849202495, + "loss": 5.9225, + "mean_token_accuracy": 0.13785927072167398, + "num_tokens": 3943408.0, + "step": 2275 + }, + { + "entropy": 6.115485048294067, + "epoch": 0.1773973935032095, + "grad_norm": 1.078125, + "learning_rate": 0.000499888313465398, + "loss": 5.8904, + "mean_token_accuracy": 0.13828733041882516, + "num_tokens": 3952473.0, + "step": 2280 + }, + { + "entropy": 6.189030885696411, + "epoch": 0.17778642287492705, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998874385982247, + "loss": 6.0584, + "mean_token_accuracy": 0.1308848187327385, + "num_tokens": 3960878.0, + "step": 2285 + }, + { + "entropy": 6.263873767852783, + "epoch": 0.17817545224664463, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998865603187421, + "loss": 6.0012, + "mean_token_accuracy": 0.13525196462869643, + "num_tokens": 3969282.0, + "step": 2290 + }, + { + "entropy": 6.142105340957642, + "epoch": 0.1785644816183622, + "grad_norm": 1.0234375, + "learning_rate": 0.000499885678626964, + "loss": 5.9793, + "mean_token_accuracy": 0.1365065097808838, + "num_tokens": 3978516.0, + "step": 2295 + }, + { + "entropy": 6.130709075927735, + "epoch": 0.17895351099007975, + "grad_norm": 1.09375, + "learning_rate": 0.0004998847935229038, + "loss": 5.8469, + "mean_token_accuracy": 0.14624039083719254, + "num_tokens": 3986580.0, + "step": 2300 + }, + { + "entropy": 5.984261894226075, + "epoch": 0.1793425403617973, + "grad_norm": 1.078125, + "learning_rate": 0.0004998839050065746, + "loss": 5.8505, + "mean_token_accuracy": 0.1426392376422882, + "num_tokens": 3995144.0, + "step": 2305 + }, + { + "entropy": 6.117937326431274, + "epoch": 0.17973156973351487, + "grad_norm": 1.015625, + "learning_rate": 0.0004998830130779902, + "loss": 5.8539, + "mean_token_accuracy": 0.13852243572473527, + "num_tokens": 4003887.0, + "step": 2310 + }, + { + "entropy": 6.178174209594727, + "epoch": 0.18012059910523245, + "grad_norm": 1.0078125, + "learning_rate": 0.000499882117737164, + "loss": 5.9577, + "mean_token_accuracy": 0.13900213465094566, + "num_tokens": 4012607.0, + "step": 2315 + }, + { + "entropy": 6.117289209365845, + "epoch": 0.18050962847695, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998812189841096, + "loss": 6.0434, + "mean_token_accuracy": 0.13420895710587502, + "num_tokens": 4021950.0, + "step": 2320 + }, + { + "entropy": 6.188327360153198, + "epoch": 0.18089865784866757, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998803168188407, + "loss": 6.0003, + "mean_token_accuracy": 0.1396230697631836, + "num_tokens": 4031076.0, + "step": 2325 + }, + { + "entropy": 6.050243377685547, + "epoch": 0.18128768722038513, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998794112413708, + "loss": 5.8423, + "mean_token_accuracy": 0.14782028794288635, + "num_tokens": 4040414.0, + "step": 2330 + }, + { + "entropy": 6.248169994354248, + "epoch": 0.18167671659210272, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998785022517137, + "loss": 5.9386, + "mean_token_accuracy": 0.14150765910744667, + "num_tokens": 4048931.0, + "step": 2335 + }, + { + "entropy": 5.986580514907837, + "epoch": 0.18206574596382027, + "grad_norm": 1.0234375, + "learning_rate": 0.0004998775898498835, + "loss": 5.8367, + "mean_token_accuracy": 0.14155064076185225, + "num_tokens": 4057688.0, + "step": 2340 + }, + { + "entropy": 6.074233341217041, + "epoch": 0.18245477533553783, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998766740358936, + "loss": 5.9449, + "mean_token_accuracy": 0.1420542173087597, + "num_tokens": 4066365.0, + "step": 2345 + }, + { + "entropy": 6.13965334892273, + "epoch": 0.1828438047072554, + "grad_norm": 0.9609375, + "learning_rate": 0.0004998757548097582, + "loss": 5.8541, + "mean_token_accuracy": 0.14332376196980476, + "num_tokens": 4075136.0, + "step": 2350 + }, + { + "entropy": 6.134494304656982, + "epoch": 0.18323283407897295, + "grad_norm": 1.015625, + "learning_rate": 0.0004998748321714911, + "loss": 5.9524, + "mean_token_accuracy": 0.14317325055599212, + "num_tokens": 4083337.0, + "step": 2355 + }, + { + "entropy": 6.069387912750244, + "epoch": 0.18362186345069054, + "grad_norm": 1.0234375, + "learning_rate": 0.0004998739061211065, + "loss": 5.899, + "mean_token_accuracy": 0.1406087227165699, + "num_tokens": 4091201.0, + "step": 2360 + }, + { + "entropy": 6.1495448589324955, + "epoch": 0.1840108928224081, + "grad_norm": 0.98046875, + "learning_rate": 0.0004998729766586181, + "loss": 5.9458, + "mean_token_accuracy": 0.1404791608452797, + "num_tokens": 4099480.0, + "step": 2365 + }, + { + "entropy": 6.029800033569336, + "epoch": 0.18439992219412565, + "grad_norm": 1.046875, + "learning_rate": 0.0004998720437840403, + "loss": 5.8555, + "mean_token_accuracy": 0.14272842854261397, + "num_tokens": 4108151.0, + "step": 2370 + }, + { + "entropy": 6.009803676605225, + "epoch": 0.1847889515658432, + "grad_norm": 0.96875, + "learning_rate": 0.0004998711074973871, + "loss": 5.8595, + "mean_token_accuracy": 0.14537928998470306, + "num_tokens": 4117380.0, + "step": 2375 + }, + { + "entropy": 6.103708982467651, + "epoch": 0.1851779809375608, + "grad_norm": 0.9765625, + "learning_rate": 0.0004998701677986728, + "loss": 5.9192, + "mean_token_accuracy": 0.14413200244307517, + "num_tokens": 4126757.0, + "step": 2380 + }, + { + "entropy": 6.091351890563965, + "epoch": 0.18556701030927836, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998692246879116, + "loss": 5.832, + "mean_token_accuracy": 0.14118036180734633, + "num_tokens": 4135326.0, + "step": 2385 + }, + { + "entropy": 6.083584976196289, + "epoch": 0.18595603968099592, + "grad_norm": 0.9609375, + "learning_rate": 0.0004998682781651178, + "loss": 5.8502, + "mean_token_accuracy": 0.15047699064016343, + "num_tokens": 4143624.0, + "step": 2390 + }, + { + "entropy": 6.039449691772461, + "epoch": 0.18634506905271347, + "grad_norm": 1.015625, + "learning_rate": 0.0004998673282303059, + "loss": 5.8032, + "mean_token_accuracy": 0.14633125066757202, + "num_tokens": 4152193.0, + "step": 2395 + }, + { + "entropy": 6.093126678466797, + "epoch": 0.18673409842443103, + "grad_norm": 1.1328125, + "learning_rate": 0.0004998663748834901, + "loss": 5.9333, + "mean_token_accuracy": 0.14173089787364007, + "num_tokens": 4160614.0, + "step": 2400 + }, + { + "entropy": 6.195434331893921, + "epoch": 0.18712312779614862, + "grad_norm": 1.046875, + "learning_rate": 0.0004998654181246851, + "loss": 5.9525, + "mean_token_accuracy": 0.1426502361893654, + "num_tokens": 4168715.0, + "step": 2405 + }, + { + "entropy": 6.14034595489502, + "epoch": 0.18751215716786618, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998644579539052, + "loss": 5.9903, + "mean_token_accuracy": 0.14057205021381378, + "num_tokens": 4176676.0, + "step": 2410 + }, + { + "entropy": 6.11949610710144, + "epoch": 0.18790118653958374, + "grad_norm": 0.97265625, + "learning_rate": 0.000499863494371165, + "loss": 5.9666, + "mean_token_accuracy": 0.13880052268505097, + "num_tokens": 4185613.0, + "step": 2415 + }, + { + "entropy": 6.10061502456665, + "epoch": 0.1882902159113013, + "grad_norm": 1.1015625, + "learning_rate": 0.0004998625273764793, + "loss": 5.9744, + "mean_token_accuracy": 0.14042351245880128, + "num_tokens": 4193985.0, + "step": 2420 + }, + { + "entropy": 6.119175815582276, + "epoch": 0.18867924528301888, + "grad_norm": 1.015625, + "learning_rate": 0.0004998615569698626, + "loss": 5.8692, + "mean_token_accuracy": 0.14560523852705956, + "num_tokens": 4202713.0, + "step": 2425 + }, + { + "entropy": 6.20410122871399, + "epoch": 0.18906827465473644, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998605831513296, + "loss": 5.9982, + "mean_token_accuracy": 0.13526586964726448, + "num_tokens": 4210858.0, + "step": 2430 + }, + { + "entropy": 6.077843475341797, + "epoch": 0.189457304026454, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998596059208953, + "loss": 5.9232, + "mean_token_accuracy": 0.1438886322081089, + "num_tokens": 4219570.0, + "step": 2435 + }, + { + "entropy": 6.070500183105469, + "epoch": 0.18984633339817156, + "grad_norm": 1.09375, + "learning_rate": 0.0004998586252785743, + "loss": 5.8362, + "mean_token_accuracy": 0.14419551193714142, + "num_tokens": 4228026.0, + "step": 2440 + }, + { + "entropy": 6.118373966217041, + "epoch": 0.19023536276988912, + "grad_norm": 1.09375, + "learning_rate": 0.0004998576412243816, + "loss": 5.8484, + "mean_token_accuracy": 0.14332474917173385, + "num_tokens": 4235993.0, + "step": 2445 + }, + { + "entropy": 6.020765161514282, + "epoch": 0.1906243921416067, + "grad_norm": 1.046875, + "learning_rate": 0.0004998566537583321, + "loss": 5.8452, + "mean_token_accuracy": 0.1450585328042507, + "num_tokens": 4244225.0, + "step": 2450 + }, + { + "entropy": 6.020392990112304, + "epoch": 0.19101342151332426, + "grad_norm": 1.015625, + "learning_rate": 0.0004998556628804408, + "loss": 5.8412, + "mean_token_accuracy": 0.14568918645381929, + "num_tokens": 4252989.0, + "step": 2455 + }, + { + "entropy": 6.1407276630401615, + "epoch": 0.19140245088504182, + "grad_norm": 1.09375, + "learning_rate": 0.0004998546685907225, + "loss": 5.8736, + "mean_token_accuracy": 0.1443709298968315, + "num_tokens": 4261297.0, + "step": 2460 + }, + { + "entropy": 6.14323468208313, + "epoch": 0.19179148025675938, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998536708891927, + "loss": 6.0037, + "mean_token_accuracy": 0.13726148158311843, + "num_tokens": 4270299.0, + "step": 2465 + }, + { + "entropy": 6.137307929992676, + "epoch": 0.19218050962847694, + "grad_norm": 0.90625, + "learning_rate": 0.0004998526697758663, + "loss": 6.0186, + "mean_token_accuracy": 0.13181870952248573, + "num_tokens": 4279662.0, + "step": 2470 + }, + { + "entropy": 6.12540340423584, + "epoch": 0.19256953900019452, + "grad_norm": 1.03125, + "learning_rate": 0.0004998516652507585, + "loss": 5.8237, + "mean_token_accuracy": 0.14710504859685897, + "num_tokens": 4287876.0, + "step": 2475 + }, + { + "entropy": 6.082257652282715, + "epoch": 0.19295856837191208, + "grad_norm": 1.0703125, + "learning_rate": 0.0004998506573138846, + "loss": 5.9652, + "mean_token_accuracy": 0.1425960034132004, + "num_tokens": 4296415.0, + "step": 2480 + }, + { + "entropy": 6.0256585597991945, + "epoch": 0.19334759774362964, + "grad_norm": 1.015625, + "learning_rate": 0.0004998496459652598, + "loss": 5.7941, + "mean_token_accuracy": 0.14723251685500144, + "num_tokens": 4304434.0, + "step": 2485 + }, + { + "entropy": 6.094099235534668, + "epoch": 0.1937366271153472, + "grad_norm": 1.0625, + "learning_rate": 0.0004998486312048995, + "loss": 5.9742, + "mean_token_accuracy": 0.1384941779077053, + "num_tokens": 4313266.0, + "step": 2490 + }, + { + "entropy": 6.093673992156982, + "epoch": 0.19412565648706478, + "grad_norm": 0.94921875, + "learning_rate": 0.0004998476130328193, + "loss": 5.8438, + "mean_token_accuracy": 0.14551946073770522, + "num_tokens": 4322121.0, + "step": 2495 + }, + { + "entropy": 6.059762907028198, + "epoch": 0.19451468585878234, + "grad_norm": 1.09375, + "learning_rate": 0.0004998465914490343, + "loss": 5.8574, + "mean_token_accuracy": 0.1456399142742157, + "num_tokens": 4330596.0, + "step": 2500 + }, + { + "entropy": 6.101912212371826, + "epoch": 0.1949037152304999, + "grad_norm": 1.109375, + "learning_rate": 0.00049984556645356, + "loss": 5.9538, + "mean_token_accuracy": 0.14571308046579362, + "num_tokens": 4337779.0, + "step": 2505 + }, + { + "entropy": 6.113310956954956, + "epoch": 0.19529274460221746, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998445380464124, + "loss": 5.7871, + "mean_token_accuracy": 0.14770737588405608, + "num_tokens": 4346623.0, + "step": 2510 + }, + { + "entropy": 6.010924863815307, + "epoch": 0.19568177397393502, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998435062276066, + "loss": 5.8965, + "mean_token_accuracy": 0.14267725944519044, + "num_tokens": 4355435.0, + "step": 2515 + }, + { + "entropy": 6.1819150924682615, + "epoch": 0.1960708033456526, + "grad_norm": 1.0546875, + "learning_rate": 0.0004998424709971586, + "loss": 5.9427, + "mean_token_accuracy": 0.14011435583233833, + "num_tokens": 4363636.0, + "step": 2520 + }, + { + "entropy": 5.994958448410034, + "epoch": 0.19645983271737016, + "grad_norm": 1.0, + "learning_rate": 0.0004998414323550839, + "loss": 5.7574, + "mean_token_accuracy": 0.1514812633395195, + "num_tokens": 4372337.0, + "step": 2525 + }, + { + "entropy": 6.082412195205689, + "epoch": 0.19684886208908772, + "grad_norm": 1.1328125, + "learning_rate": 0.0004998403903013984, + "loss": 5.8105, + "mean_token_accuracy": 0.14721191674470901, + "num_tokens": 4380528.0, + "step": 2530 + }, + { + "entropy": 6.050493812561035, + "epoch": 0.19723789146080528, + "grad_norm": 1.046875, + "learning_rate": 0.0004998393448361179, + "loss": 5.8969, + "mean_token_accuracy": 0.13829589858651162, + "num_tokens": 4389464.0, + "step": 2535 + }, + { + "entropy": 6.092096662521362, + "epoch": 0.19762692083252287, + "grad_norm": 1.1015625, + "learning_rate": 0.000499838295959258, + "loss": 5.9541, + "mean_token_accuracy": 0.13610536456108094, + "num_tokens": 4397879.0, + "step": 2540 + }, + { + "entropy": 6.115645837783814, + "epoch": 0.19801595020424043, + "grad_norm": 1.0390625, + "learning_rate": 0.000499837243670835, + "loss": 5.965, + "mean_token_accuracy": 0.14079206734895705, + "num_tokens": 4406145.0, + "step": 2545 + }, + { + "entropy": 6.108259153366089, + "epoch": 0.19840497957595798, + "grad_norm": 0.96484375, + "learning_rate": 0.0004998361879708646, + "loss": 5.8727, + "mean_token_accuracy": 0.1402936451137066, + "num_tokens": 4415480.0, + "step": 2550 + }, + { + "entropy": 6.099182176589966, + "epoch": 0.19879400894767554, + "grad_norm": 1.0078125, + "learning_rate": 0.000499835128859363, + "loss": 5.8755, + "mean_token_accuracy": 0.1442495122551918, + "num_tokens": 4423355.0, + "step": 2555 + }, + { + "entropy": 6.018963813781738, + "epoch": 0.1991830383193931, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998340663363461, + "loss": 5.7746, + "mean_token_accuracy": 0.14996073246002198, + "num_tokens": 4432059.0, + "step": 2560 + }, + { + "entropy": 6.011700248718261, + "epoch": 0.1995720676911107, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998330004018301, + "loss": 5.8663, + "mean_token_accuracy": 0.13528765514492988, + "num_tokens": 4441146.0, + "step": 2565 + }, + { + "entropy": 6.02707347869873, + "epoch": 0.19996109706282825, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998319310558312, + "loss": 5.7046, + "mean_token_accuracy": 0.1531302809715271, + "num_tokens": 4448553.0, + "step": 2570 + }, + { + "entropy": 5.865385389328003, + "epoch": 0.2003501264345458, + "grad_norm": 1.1171875, + "learning_rate": 0.0004998308582983657, + "loss": 5.785, + "mean_token_accuracy": 0.1515739530324936, + "num_tokens": 4456930.0, + "step": 2575 + }, + { + "entropy": 6.159365510940551, + "epoch": 0.20073915580626336, + "grad_norm": 1.0625, + "learning_rate": 0.0004998297821294497, + "loss": 5.9856, + "mean_token_accuracy": 0.1445264369249344, + "num_tokens": 4464932.0, + "step": 2580 + }, + { + "entropy": 6.066826963424683, + "epoch": 0.20112818517798095, + "grad_norm": 1.03125, + "learning_rate": 0.0004998287025490995, + "loss": 5.7073, + "mean_token_accuracy": 0.15195650979876518, + "num_tokens": 4473695.0, + "step": 2585 + }, + { + "entropy": 5.915977334976196, + "epoch": 0.2015172145496985, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998276195573317, + "loss": 5.9426, + "mean_token_accuracy": 0.1366700403392315, + "num_tokens": 4483375.0, + "step": 2590 + }, + { + "entropy": 6.159323358535767, + "epoch": 0.20190624392141607, + "grad_norm": 1.0625, + "learning_rate": 0.0004998265331541627, + "loss": 5.9638, + "mean_token_accuracy": 0.13707406520843507, + "num_tokens": 4491695.0, + "step": 2595 + }, + { + "entropy": 6.056016826629639, + "epoch": 0.20229527329313363, + "grad_norm": 1.140625, + "learning_rate": 0.0004998254433396088, + "loss": 5.9221, + "mean_token_accuracy": 0.14026020020246505, + "num_tokens": 4500361.0, + "step": 2600 + }, + { + "entropy": 6.072783470153809, + "epoch": 0.20268430266485118, + "grad_norm": 0.98828125, + "learning_rate": 0.0004998243501136867, + "loss": 5.8419, + "mean_token_accuracy": 0.1397676981985569, + "num_tokens": 4509368.0, + "step": 2605 + }, + { + "entropy": 6.088675785064697, + "epoch": 0.20307333203656877, + "grad_norm": 1.015625, + "learning_rate": 0.0004998232534764129, + "loss": 5.8232, + "mean_token_accuracy": 0.14180155843496323, + "num_tokens": 4518146.0, + "step": 2610 + }, + { + "entropy": 6.058323574066162, + "epoch": 0.20346236140828633, + "grad_norm": 1.078125, + "learning_rate": 0.0004998221534278041, + "loss": 5.8875, + "mean_token_accuracy": 0.13800363019108772, + "num_tokens": 4526128.0, + "step": 2615 + }, + { + "entropy": 6.097913789749145, + "epoch": 0.2038513907800039, + "grad_norm": 0.9375, + "learning_rate": 0.0004998210499678769, + "loss": 5.9263, + "mean_token_accuracy": 0.14337622076272966, + "num_tokens": 4534724.0, + "step": 2620 + }, + { + "entropy": 6.008050632476807, + "epoch": 0.20424042015172145, + "grad_norm": 1.03125, + "learning_rate": 0.0004998199430966481, + "loss": 5.7847, + "mean_token_accuracy": 0.14045033752918243, + "num_tokens": 4543725.0, + "step": 2625 + }, + { + "entropy": 6.033035039901733, + "epoch": 0.20462944952343903, + "grad_norm": 1.03125, + "learning_rate": 0.0004998188328141346, + "loss": 5.8689, + "mean_token_accuracy": 0.14495224952697755, + "num_tokens": 4551758.0, + "step": 2630 + }, + { + "entropy": 5.990800094604492, + "epoch": 0.2050184788951566, + "grad_norm": 1.0390625, + "learning_rate": 0.0004998177191203531, + "loss": 5.7433, + "mean_token_accuracy": 0.15320585817098617, + "num_tokens": 4559990.0, + "step": 2635 + }, + { + "entropy": 5.993824911117554, + "epoch": 0.20540750826687415, + "grad_norm": 1.0078125, + "learning_rate": 0.0004998166020153204, + "loss": 5.793, + "mean_token_accuracy": 0.1404377117753029, + "num_tokens": 4568651.0, + "step": 2640 + }, + { + "entropy": 5.941356039047241, + "epoch": 0.2057965376385917, + "grad_norm": 0.9765625, + "learning_rate": 0.0004998154814990538, + "loss": 5.722, + "mean_token_accuracy": 0.15070193260908127, + "num_tokens": 4577981.0, + "step": 2645 + }, + { + "entropy": 6.004185390472412, + "epoch": 0.20618556701030927, + "grad_norm": 1.109375, + "learning_rate": 0.00049981435757157, + "loss": 5.882, + "mean_token_accuracy": 0.1453938066959381, + "num_tokens": 4586480.0, + "step": 2650 + }, + { + "entropy": 6.035228633880616, + "epoch": 0.20657459638202685, + "grad_norm": 1.0625, + "learning_rate": 0.0004998132302328862, + "loss": 5.7768, + "mean_token_accuracy": 0.1519497200846672, + "num_tokens": 4595554.0, + "step": 2655 + }, + { + "entropy": 6.000116539001465, + "epoch": 0.2069636257537444, + "grad_norm": 0.97265625, + "learning_rate": 0.0004998120994830195, + "loss": 5.7928, + "mean_token_accuracy": 0.14965005293488504, + "num_tokens": 4604091.0, + "step": 2660 + }, + { + "entropy": 6.103025817871094, + "epoch": 0.20735265512546197, + "grad_norm": 1.0625, + "learning_rate": 0.000499810965321987, + "loss": 5.9041, + "mean_token_accuracy": 0.14321340918540953, + "num_tokens": 4612603.0, + "step": 2665 + }, + { + "entropy": 6.094974136352539, + "epoch": 0.20774168449717953, + "grad_norm": 1.0625, + "learning_rate": 0.0004998098277498059, + "loss": 5.8089, + "mean_token_accuracy": 0.14330320209264755, + "num_tokens": 4621041.0, + "step": 2670 + }, + { + "entropy": 5.965013837814331, + "epoch": 0.2081307138688971, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998086867664934, + "loss": 5.8381, + "mean_token_accuracy": 0.1479259341955185, + "num_tokens": 4629849.0, + "step": 2675 + }, + { + "entropy": 6.067577695846557, + "epoch": 0.20851974324061467, + "grad_norm": 0.9765625, + "learning_rate": 0.000499807542372067, + "loss": 5.9079, + "mean_token_accuracy": 0.14189650267362594, + "num_tokens": 4639426.0, + "step": 2680 + }, + { + "entropy": 6.020753288269043, + "epoch": 0.20890877261233223, + "grad_norm": 0.99609375, + "learning_rate": 0.0004998063945665439, + "loss": 5.8312, + "mean_token_accuracy": 0.14925678074359894, + "num_tokens": 4647257.0, + "step": 2685 + }, + { + "entropy": 6.024092960357666, + "epoch": 0.2092978019840498, + "grad_norm": 1.0078125, + "learning_rate": 0.0004998052433499416, + "loss": 5.8148, + "mean_token_accuracy": 0.14485211595892905, + "num_tokens": 4655773.0, + "step": 2690 + }, + { + "entropy": 6.031063079833984, + "epoch": 0.20968683135576735, + "grad_norm": 1.015625, + "learning_rate": 0.0004998040887222776, + "loss": 5.844, + "mean_token_accuracy": 0.14211719036102294, + "num_tokens": 4664292.0, + "step": 2695 + }, + { + "entropy": 6.070610380172729, + "epoch": 0.21007586072748494, + "grad_norm": 1.03125, + "learning_rate": 0.0004998029306835693, + "loss": 5.8802, + "mean_token_accuracy": 0.14487007558345794, + "num_tokens": 4672774.0, + "step": 2700 + }, + { + "entropy": 6.192492723464966, + "epoch": 0.2104648900992025, + "grad_norm": 0.9921875, + "learning_rate": 0.0004998017692338344, + "loss": 6.0024, + "mean_token_accuracy": 0.13652608394622803, + "num_tokens": 4681855.0, + "step": 2705 + }, + { + "entropy": 6.003230619430542, + "epoch": 0.21085391947092005, + "grad_norm": 1.0859375, + "learning_rate": 0.0004998006043730905, + "loss": 5.7837, + "mean_token_accuracy": 0.15081765204668046, + "num_tokens": 4689771.0, + "step": 2710 + }, + { + "entropy": 6.06316032409668, + "epoch": 0.2112429488426376, + "grad_norm": 0.9765625, + "learning_rate": 0.0004997994361013551, + "loss": 5.9318, + "mean_token_accuracy": 0.13612701371312141, + "num_tokens": 4698808.0, + "step": 2715 + }, + { + "entropy": 6.027731704711914, + "epoch": 0.21163197821435517, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997982644186461, + "loss": 5.8201, + "mean_token_accuracy": 0.1442001700401306, + "num_tokens": 4707627.0, + "step": 2720 + }, + { + "entropy": 5.994128227233887, + "epoch": 0.21202100758607276, + "grad_norm": 1.0625, + "learning_rate": 0.0004997970893249813, + "loss": 5.8134, + "mean_token_accuracy": 0.1453290104866028, + "num_tokens": 4716091.0, + "step": 2725 + }, + { + "entropy": 6.026619577407837, + "epoch": 0.21241003695779032, + "grad_norm": 1.03125, + "learning_rate": 0.0004997959108203785, + "loss": 5.8173, + "mean_token_accuracy": 0.14737472012639047, + "num_tokens": 4724042.0, + "step": 2730 + }, + { + "entropy": 5.927079200744629, + "epoch": 0.21279906632950787, + "grad_norm": 1.046875, + "learning_rate": 0.0004997947289048554, + "loss": 5.7431, + "mean_token_accuracy": 0.15547642409801482, + "num_tokens": 4731745.0, + "step": 2735 + }, + { + "entropy": 5.977909660339355, + "epoch": 0.21318809570122543, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997935435784302, + "loss": 5.9151, + "mean_token_accuracy": 0.14134541749954224, + "num_tokens": 4740386.0, + "step": 2740 + }, + { + "entropy": 6.097658681869507, + "epoch": 0.21357712507294302, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997923548411208, + "loss": 5.9154, + "mean_token_accuracy": 0.14041005820035934, + "num_tokens": 4749809.0, + "step": 2745 + }, + { + "entropy": 6.157984495162964, + "epoch": 0.21396615444466058, + "grad_norm": 0.921875, + "learning_rate": 0.000499791162692945, + "loss": 6.0245, + "mean_token_accuracy": 0.13882595300674438, + "num_tokens": 4759507.0, + "step": 2750 + }, + { + "entropy": 6.020778369903565, + "epoch": 0.21435518381637814, + "grad_norm": 0.98046875, + "learning_rate": 0.0004997899671339214, + "loss": 5.7893, + "mean_token_accuracy": 0.1458857201039791, + "num_tokens": 4768793.0, + "step": 2755 + }, + { + "entropy": 6.058682203292847, + "epoch": 0.2147442131880957, + "grad_norm": 1.015625, + "learning_rate": 0.0004997887681640675, + "loss": 5.9431, + "mean_token_accuracy": 0.14112222120165824, + "num_tokens": 4777344.0, + "step": 2760 + }, + { + "entropy": 6.091257619857788, + "epoch": 0.21513324255981325, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997875657834021, + "loss": 5.859, + "mean_token_accuracy": 0.1439730390906334, + "num_tokens": 4785934.0, + "step": 2765 + }, + { + "entropy": 6.021985816955566, + "epoch": 0.21552227193153084, + "grad_norm": 1.0859375, + "learning_rate": 0.0004997863599919432, + "loss": 5.8154, + "mean_token_accuracy": 0.1487823836505413, + "num_tokens": 4794889.0, + "step": 2770 + }, + { + "entropy": 5.963295888900757, + "epoch": 0.2159113013032484, + "grad_norm": 1.046875, + "learning_rate": 0.0004997851507897089, + "loss": 5.9177, + "mean_token_accuracy": 0.1420752465724945, + "num_tokens": 4803597.0, + "step": 2775 + }, + { + "entropy": 6.021999406814575, + "epoch": 0.21630033067496596, + "grad_norm": 1.015625, + "learning_rate": 0.0004997839381767178, + "loss": 5.7093, + "mean_token_accuracy": 0.14998439997434615, + "num_tokens": 4812706.0, + "step": 2780 + }, + { + "entropy": 5.942576360702515, + "epoch": 0.21668936004668352, + "grad_norm": 0.9609375, + "learning_rate": 0.0004997827221529882, + "loss": 5.7645, + "mean_token_accuracy": 0.14373311623930932, + "num_tokens": 4821790.0, + "step": 2785 + }, + { + "entropy": 6.044412851333618, + "epoch": 0.2170783894184011, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997815027185386, + "loss": 5.8268, + "mean_token_accuracy": 0.14614877104759216, + "num_tokens": 4830123.0, + "step": 2790 + }, + { + "entropy": 6.031355142593384, + "epoch": 0.21746741879011866, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997802798733874, + "loss": 5.7584, + "mean_token_accuracy": 0.14889259934425353, + "num_tokens": 4838066.0, + "step": 2795 + }, + { + "entropy": 5.985014152526856, + "epoch": 0.21785644816183622, + "grad_norm": 1.0625, + "learning_rate": 0.0004997790536175534, + "loss": 5.8295, + "mean_token_accuracy": 0.1473879933357239, + "num_tokens": 4846877.0, + "step": 2800 + }, + { + "entropy": 6.0131855487823485, + "epoch": 0.21824547753355378, + "grad_norm": 0.8828125, + "learning_rate": 0.0004997778239510548, + "loss": 5.8809, + "mean_token_accuracy": 0.13904760181903839, + "num_tokens": 4856960.0, + "step": 2805 + }, + { + "entropy": 6.0483003616333, + "epoch": 0.21863450690527134, + "grad_norm": 1.046875, + "learning_rate": 0.0004997765908739106, + "loss": 5.8844, + "mean_token_accuracy": 0.1458500951528549, + "num_tokens": 4865440.0, + "step": 2810 + }, + { + "entropy": 5.985370063781739, + "epoch": 0.21902353627698892, + "grad_norm": 1.0078125, + "learning_rate": 0.0004997753543861395, + "loss": 5.7839, + "mean_token_accuracy": 0.1455774076282978, + "num_tokens": 4874187.0, + "step": 2815 + }, + { + "entropy": 6.1545000076293945, + "epoch": 0.21941256564870648, + "grad_norm": 0.9375, + "learning_rate": 0.00049977411448776, + "loss": 5.9234, + "mean_token_accuracy": 0.13685425370931625, + "num_tokens": 4883151.0, + "step": 2820 + }, + { + "entropy": 6.033831405639648, + "epoch": 0.21980159502042404, + "grad_norm": 0.9765625, + "learning_rate": 0.0004997728711787912, + "loss": 5.8376, + "mean_token_accuracy": 0.14152983725070953, + "num_tokens": 4890968.0, + "step": 2825 + }, + { + "entropy": 5.948618221282959, + "epoch": 0.2201906243921416, + "grad_norm": 0.95703125, + "learning_rate": 0.0004997716244592518, + "loss": 5.7224, + "mean_token_accuracy": 0.15324778854846954, + "num_tokens": 4899389.0, + "step": 2830 + }, + { + "entropy": 5.957552099227906, + "epoch": 0.22057965376385918, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997703743291607, + "loss": 5.7836, + "mean_token_accuracy": 0.15218881666660308, + "num_tokens": 4907622.0, + "step": 2835 + }, + { + "entropy": 5.971472644805909, + "epoch": 0.22096868313557674, + "grad_norm": 0.98046875, + "learning_rate": 0.000499769120788537, + "loss": 5.7855, + "mean_token_accuracy": 0.14718300998210906, + "num_tokens": 4916151.0, + "step": 2840 + }, + { + "entropy": 5.953951168060303, + "epoch": 0.2213577125072943, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997678638373995, + "loss": 5.6926, + "mean_token_accuracy": 0.1555492803454399, + "num_tokens": 4923938.0, + "step": 2845 + }, + { + "entropy": 5.977941274642944, + "epoch": 0.22174674187901186, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997666034757676, + "loss": 5.8041, + "mean_token_accuracy": 0.15950555503368377, + "num_tokens": 4932027.0, + "step": 2850 + }, + { + "entropy": 5.992272996902466, + "epoch": 0.22213577125072942, + "grad_norm": 1.1484375, + "learning_rate": 0.0004997653397036603, + "loss": 5.8234, + "mean_token_accuracy": 0.15327517986297606, + "num_tokens": 4940229.0, + "step": 2855 + }, + { + "entropy": 5.946475648880005, + "epoch": 0.222524800622447, + "grad_norm": 1.0078125, + "learning_rate": 0.0004997640725210965, + "loss": 5.8766, + "mean_token_accuracy": 0.1445116177201271, + "num_tokens": 4948662.0, + "step": 2860 + }, + { + "entropy": 5.985954427719117, + "epoch": 0.22291382999416456, + "grad_norm": 0.984375, + "learning_rate": 0.0004997628019280958, + "loss": 5.8304, + "mean_token_accuracy": 0.14730205610394478, + "num_tokens": 4956847.0, + "step": 2865 + }, + { + "entropy": 6.0246001243591305, + "epoch": 0.22330285936588212, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997615279246773, + "loss": 5.7519, + "mean_token_accuracy": 0.14672646746039392, + "num_tokens": 4965139.0, + "step": 2870 + }, + { + "entropy": 6.093596029281616, + "epoch": 0.22369188873759968, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997602505108603, + "loss": 5.9346, + "mean_token_accuracy": 0.1362128235399723, + "num_tokens": 4973671.0, + "step": 2875 + }, + { + "entropy": 5.992952871322632, + "epoch": 0.22408091810931724, + "grad_norm": 1.0625, + "learning_rate": 0.0004997589696866644, + "loss": 5.7985, + "mean_token_accuracy": 0.14313325881958008, + "num_tokens": 4981970.0, + "step": 2880 + }, + { + "entropy": 5.994722890853882, + "epoch": 0.22446994748103483, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997576854521088, + "loss": 5.8276, + "mean_token_accuracy": 0.14740151315927505, + "num_tokens": 4990591.0, + "step": 2885 + }, + { + "entropy": 6.008001279830933, + "epoch": 0.22485897685275238, + "grad_norm": 1.109375, + "learning_rate": 0.000499756397807213, + "loss": 5.8338, + "mean_token_accuracy": 0.1426657348871231, + "num_tokens": 4999623.0, + "step": 2890 + }, + { + "entropy": 6.0818774700164795, + "epoch": 0.22524800622446994, + "grad_norm": 1.1328125, + "learning_rate": 0.0004997551067519966, + "loss": 5.8912, + "mean_token_accuracy": 0.13916059359908103, + "num_tokens": 5008387.0, + "step": 2895 + }, + { + "entropy": 5.989216756820679, + "epoch": 0.2256370355961875, + "grad_norm": 0.984375, + "learning_rate": 0.0004997538122864792, + "loss": 5.8194, + "mean_token_accuracy": 0.14748692139983177, + "num_tokens": 5016788.0, + "step": 2900 + }, + { + "entropy": 6.08019700050354, + "epoch": 0.2260260649679051, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997525144106804, + "loss": 5.8442, + "mean_token_accuracy": 0.14615625888109207, + "num_tokens": 5025508.0, + "step": 2905 + }, + { + "entropy": 5.974547910690307, + "epoch": 0.22641509433962265, + "grad_norm": 1.125, + "learning_rate": 0.00049975121312462, + "loss": 5.8181, + "mean_token_accuracy": 0.14417650923132896, + "num_tokens": 5035081.0, + "step": 2910 + }, + { + "entropy": 5.942454242706299, + "epoch": 0.2268041237113402, + "grad_norm": 1.0, + "learning_rate": 0.0004997499084283177, + "loss": 5.7548, + "mean_token_accuracy": 0.15317937284708022, + "num_tokens": 5043655.0, + "step": 2915 + }, + { + "entropy": 5.948886728286743, + "epoch": 0.22719315308305776, + "grad_norm": 1.0546875, + "learning_rate": 0.0004997486003217932, + "loss": 5.7784, + "mean_token_accuracy": 0.14860536009073258, + "num_tokens": 5052080.0, + "step": 2920 + }, + { + "entropy": 5.9562623500823975, + "epoch": 0.22758218245477532, + "grad_norm": 0.99609375, + "learning_rate": 0.0004997472888050664, + "loss": 5.7576, + "mean_token_accuracy": 0.15349135398864747, + "num_tokens": 5061325.0, + "step": 2925 + }, + { + "entropy": 6.030727291107178, + "epoch": 0.2279712118264929, + "grad_norm": 1.1484375, + "learning_rate": 0.0004997459738781573, + "loss": 5.8539, + "mean_token_accuracy": 0.14812101200222969, + "num_tokens": 5069461.0, + "step": 2930 + }, + { + "entropy": 6.0146770000457765, + "epoch": 0.22836024119821047, + "grad_norm": 1.03125, + "learning_rate": 0.0004997446555410857, + "loss": 5.8223, + "mean_token_accuracy": 0.14278532564640045, + "num_tokens": 5077747.0, + "step": 2935 + }, + { + "entropy": 6.042302083969116, + "epoch": 0.22874927056992803, + "grad_norm": 1.09375, + "learning_rate": 0.0004997433337938716, + "loss": 5.8714, + "mean_token_accuracy": 0.15094365030527115, + "num_tokens": 5086300.0, + "step": 2940 + }, + { + "entropy": 5.889710426330566, + "epoch": 0.22913829994164558, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997420086365351, + "loss": 5.639, + "mean_token_accuracy": 0.1529846578836441, + "num_tokens": 5094762.0, + "step": 2945 + }, + { + "entropy": 5.962165880203247, + "epoch": 0.22952732931336317, + "grad_norm": 1.15625, + "learning_rate": 0.0004997406800690966, + "loss": 5.8148, + "mean_token_accuracy": 0.14716944992542266, + "num_tokens": 5103364.0, + "step": 2950 + }, + { + "entropy": 6.089474296569824, + "epoch": 0.22991635868508073, + "grad_norm": 0.98828125, + "learning_rate": 0.0004997393480915758, + "loss": 5.9175, + "mean_token_accuracy": 0.14378761649131774, + "num_tokens": 5111730.0, + "step": 2955 + }, + { + "entropy": 6.014431476593018, + "epoch": 0.2303053880567983, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997380127039931, + "loss": 5.721, + "mean_token_accuracy": 0.14942315146327018, + "num_tokens": 5119878.0, + "step": 2960 + }, + { + "entropy": 5.950433588027954, + "epoch": 0.23069441742851585, + "grad_norm": 1.0625, + "learning_rate": 0.0004997366739063688, + "loss": 5.8318, + "mean_token_accuracy": 0.14808186888694763, + "num_tokens": 5129146.0, + "step": 2965 + }, + { + "entropy": 5.973391675949097, + "epoch": 0.2310834468002334, + "grad_norm": 1.015625, + "learning_rate": 0.0004997353316987231, + "loss": 5.8516, + "mean_token_accuracy": 0.14153072685003282, + "num_tokens": 5137989.0, + "step": 2970 + }, + { + "entropy": 6.0436218738555905, + "epoch": 0.231472476171951, + "grad_norm": 0.984375, + "learning_rate": 0.0004997339860810765, + "loss": 5.8711, + "mean_token_accuracy": 0.14632160738110542, + "num_tokens": 5146722.0, + "step": 2975 + }, + { + "entropy": 6.069381904602051, + "epoch": 0.23186150554366855, + "grad_norm": 1.0859375, + "learning_rate": 0.0004997326370534495, + "loss": 5.8568, + "mean_token_accuracy": 0.14624862521886825, + "num_tokens": 5154902.0, + "step": 2980 + }, + { + "entropy": 6.035060167312622, + "epoch": 0.2322505349153861, + "grad_norm": 1.109375, + "learning_rate": 0.0004997312846158622, + "loss": 5.8534, + "mean_token_accuracy": 0.1460738830268383, + "num_tokens": 5163594.0, + "step": 2985 + }, + { + "entropy": 5.965574455261231, + "epoch": 0.23263956428710367, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997299287683355, + "loss": 5.7492, + "mean_token_accuracy": 0.15077491253614425, + "num_tokens": 5172139.0, + "step": 2990 + }, + { + "entropy": 6.024194145202637, + "epoch": 0.23302859365882125, + "grad_norm": 1.0703125, + "learning_rate": 0.0004997285695108898, + "loss": 5.8685, + "mean_token_accuracy": 0.1467841848731041, + "num_tokens": 5180077.0, + "step": 2995 + }, + { + "entropy": 5.930562591552734, + "epoch": 0.2334176230305388, + "grad_norm": 1.046875, + "learning_rate": 0.0004997272068435458, + "loss": 5.7271, + "mean_token_accuracy": 0.1471436142921448, + "num_tokens": 5188500.0, + "step": 3000 + }, + { + "epoch": 0.2334176230305388, + "eval_entropy": 5.6941922486115235, + "eval_loss": 5.846546649932861, + "eval_mean_token_accuracy": 0.15339850671912067, + "eval_num_tokens": 5188500.0, + "eval_runtime": 21.835, + "eval_samples_per_second": 1903.278, + "eval_steps_per_second": 237.921, + "step": 3000 + }, + { + "entropy": 5.961565971374512, + "epoch": 0.23380665240225637, + "grad_norm": 1.1328125, + "learning_rate": 0.000499725840766324, + "loss": 5.8084, + "mean_token_accuracy": 0.14536137208342553, + "num_tokens": 5197214.0, + "step": 3005 + }, + { + "entropy": 6.099143123626709, + "epoch": 0.23419568177397393, + "grad_norm": 0.9921875, + "learning_rate": 0.0004997244712792453, + "loss": 5.8902, + "mean_token_accuracy": 0.1375305250287056, + "num_tokens": 5206348.0, + "step": 3010 + }, + { + "entropy": 5.908238410949707, + "epoch": 0.2345847111456915, + "grad_norm": 1.0, + "learning_rate": 0.0004997230983823305, + "loss": 5.7049, + "mean_token_accuracy": 0.1495301440358162, + "num_tokens": 5215425.0, + "step": 3015 + }, + { + "entropy": 6.090976285934448, + "epoch": 0.23497374051740907, + "grad_norm": 0.953125, + "learning_rate": 0.0004997217220756003, + "loss": 5.9276, + "mean_token_accuracy": 0.137629234790802, + "num_tokens": 5224899.0, + "step": 3020 + }, + { + "entropy": 6.01672511100769, + "epoch": 0.23536276988912663, + "grad_norm": 1.0390625, + "learning_rate": 0.0004997203423590757, + "loss": 5.8561, + "mean_token_accuracy": 0.1432482309639454, + "num_tokens": 5233829.0, + "step": 3025 + }, + { + "entropy": 6.031854343414307, + "epoch": 0.2357517992608442, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997189592327775, + "loss": 5.9804, + "mean_token_accuracy": 0.13744926527142526, + "num_tokens": 5243144.0, + "step": 3030 + }, + { + "entropy": 6.057364892959595, + "epoch": 0.23614082863256175, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997175726967268, + "loss": 5.8012, + "mean_token_accuracy": 0.14386512711644173, + "num_tokens": 5251097.0, + "step": 3035 + }, + { + "entropy": 6.043510866165161, + "epoch": 0.23652985800427934, + "grad_norm": 1.03125, + "learning_rate": 0.0004997161827509447, + "loss": 5.8739, + "mean_token_accuracy": 0.14954522103071213, + "num_tokens": 5260050.0, + "step": 3040 + }, + { + "entropy": 6.009251642227173, + "epoch": 0.2369188873759969, + "grad_norm": 1.0234375, + "learning_rate": 0.0004997147893954521, + "loss": 5.6914, + "mean_token_accuracy": 0.14883195012807846, + "num_tokens": 5268363.0, + "step": 3045 + }, + { + "entropy": 5.967427968978882, + "epoch": 0.23730791674771445, + "grad_norm": 1.0625, + "learning_rate": 0.0004997133926302702, + "loss": 5.8712, + "mean_token_accuracy": 0.14183011949062346, + "num_tokens": 5276821.0, + "step": 3050 + }, + { + "entropy": 5.999506711959839, + "epoch": 0.237696946119432, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997119924554204, + "loss": 5.7826, + "mean_token_accuracy": 0.14683904349803925, + "num_tokens": 5285419.0, + "step": 3055 + }, + { + "entropy": 5.9552665710449215, + "epoch": 0.23808597549114957, + "grad_norm": 0.98046875, + "learning_rate": 0.0004997105888709236, + "loss": 5.7019, + "mean_token_accuracy": 0.1541394919157028, + "num_tokens": 5294004.0, + "step": 3060 + }, + { + "entropy": 5.89560899734497, + "epoch": 0.23847500486286716, + "grad_norm": 1.015625, + "learning_rate": 0.0004997091818768015, + "loss": 5.8752, + "mean_token_accuracy": 0.1477641649544239, + "num_tokens": 5302699.0, + "step": 3065 + }, + { + "entropy": 6.0138801574707035, + "epoch": 0.23886403423458472, + "grad_norm": 1.03125, + "learning_rate": 0.000499707771473075, + "loss": 5.7971, + "mean_token_accuracy": 0.14801695495843886, + "num_tokens": 5311115.0, + "step": 3070 + }, + { + "entropy": 5.9761481285095215, + "epoch": 0.23925306360630227, + "grad_norm": 1.015625, + "learning_rate": 0.0004997063576597659, + "loss": 5.7977, + "mean_token_accuracy": 0.1496265560388565, + "num_tokens": 5319795.0, + "step": 3075 + }, + { + "entropy": 6.042915296554566, + "epoch": 0.23964209297801983, + "grad_norm": 0.9375, + "learning_rate": 0.0004997049404368954, + "loss": 5.8341, + "mean_token_accuracy": 0.14897835552692412, + "num_tokens": 5328273.0, + "step": 3080 + }, + { + "entropy": 5.988575649261475, + "epoch": 0.2400311223497374, + "grad_norm": 1.0859375, + "learning_rate": 0.000499703519804485, + "loss": 5.829, + "mean_token_accuracy": 0.14671153724193572, + "num_tokens": 5336394.0, + "step": 3085 + }, + { + "entropy": 5.9397519588470455, + "epoch": 0.24042015172145498, + "grad_norm": 1.1015625, + "learning_rate": 0.0004997020957625564, + "loss": 5.7769, + "mean_token_accuracy": 0.15148883908987046, + "num_tokens": 5344480.0, + "step": 3090 + }, + { + "entropy": 5.960248136520386, + "epoch": 0.24080918109317254, + "grad_norm": 0.92578125, + "learning_rate": 0.0004997006683111312, + "loss": 5.8344, + "mean_token_accuracy": 0.13700284957885742, + "num_tokens": 5353445.0, + "step": 3095 + }, + { + "entropy": 5.9557548522949215, + "epoch": 0.2411982104648901, + "grad_norm": 0.98046875, + "learning_rate": 0.000499699237450231, + "loss": 5.7009, + "mean_token_accuracy": 0.15911950767040253, + "num_tokens": 5362356.0, + "step": 3100 + }, + { + "entropy": 5.96647891998291, + "epoch": 0.24158723983660765, + "grad_norm": 1.046875, + "learning_rate": 0.0004996978031798774, + "loss": 5.8215, + "mean_token_accuracy": 0.15092627853155136, + "num_tokens": 5371467.0, + "step": 3105 + }, + { + "entropy": 5.874505186080933, + "epoch": 0.24197626920832524, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996963655000924, + "loss": 5.698, + "mean_token_accuracy": 0.15349170416593552, + "num_tokens": 5380256.0, + "step": 3110 + }, + { + "entropy": 6.019479560852051, + "epoch": 0.2423652985800428, + "grad_norm": 1.0, + "learning_rate": 0.0004996949244108977, + "loss": 5.7548, + "mean_token_accuracy": 0.148537015914917, + "num_tokens": 5388884.0, + "step": 3115 + }, + { + "entropy": 5.934230375289917, + "epoch": 0.24275432795176036, + "grad_norm": 1.0859375, + "learning_rate": 0.000499693479912315, + "loss": 5.7207, + "mean_token_accuracy": 0.1513214588165283, + "num_tokens": 5397980.0, + "step": 3120 + }, + { + "entropy": 5.915476846694946, + "epoch": 0.24314335732347792, + "grad_norm": 1.046875, + "learning_rate": 0.0004996920320043666, + "loss": 5.8269, + "mean_token_accuracy": 0.14737921729683875, + "num_tokens": 5406879.0, + "step": 3125 + }, + { + "entropy": 5.97343635559082, + "epoch": 0.24353238669519547, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996905806870742, + "loss": 5.8367, + "mean_token_accuracy": 0.14250106513500213, + "num_tokens": 5416161.0, + "step": 3130 + }, + { + "entropy": 5.952649211883545, + "epoch": 0.24392141606691306, + "grad_norm": 0.9765625, + "learning_rate": 0.0004996891259604598, + "loss": 5.7053, + "mean_token_accuracy": 0.15676204413175582, + "num_tokens": 5424323.0, + "step": 3135 + }, + { + "entropy": 5.9204154968261715, + "epoch": 0.24431044543863062, + "grad_norm": 0.984375, + "learning_rate": 0.0004996876678245455, + "loss": 5.8257, + "mean_token_accuracy": 0.1389497771859169, + "num_tokens": 5433750.0, + "step": 3140 + }, + { + "entropy": 6.035652017593383, + "epoch": 0.24469947481034818, + "grad_norm": 1.03125, + "learning_rate": 0.0004996862062793536, + "loss": 5.8451, + "mean_token_accuracy": 0.1483545832335949, + "num_tokens": 5442113.0, + "step": 3145 + }, + { + "entropy": 5.946454668045044, + "epoch": 0.24508850418206574, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996847413249061, + "loss": 5.7325, + "mean_token_accuracy": 0.14880170971155166, + "num_tokens": 5450403.0, + "step": 3150 + }, + { + "entropy": 5.944355154037476, + "epoch": 0.24547753355378332, + "grad_norm": 1.015625, + "learning_rate": 0.0004996832729612252, + "loss": 5.8088, + "mean_token_accuracy": 0.1451127476990223, + "num_tokens": 5459018.0, + "step": 3155 + }, + { + "entropy": 5.953004455566406, + "epoch": 0.24586656292550088, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996818011883333, + "loss": 5.8338, + "mean_token_accuracy": 0.14286485612392424, + "num_tokens": 5468314.0, + "step": 3160 + }, + { + "entropy": 5.988242864608765, + "epoch": 0.24625559229721844, + "grad_norm": 1.0, + "learning_rate": 0.0004996803260062527, + "loss": 5.8203, + "mean_token_accuracy": 0.14754107743501663, + "num_tokens": 5476950.0, + "step": 3165 + }, + { + "entropy": 6.008144521713257, + "epoch": 0.246644621668936, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996788474150057, + "loss": 5.7719, + "mean_token_accuracy": 0.1521343857049942, + "num_tokens": 5485201.0, + "step": 3170 + }, + { + "entropy": 6.0393514156341555, + "epoch": 0.24703365104065356, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996773654146149, + "loss": 5.9063, + "mean_token_accuracy": 0.14898504465818405, + "num_tokens": 5493096.0, + "step": 3175 + }, + { + "entropy": 5.891411304473877, + "epoch": 0.24742268041237114, + "grad_norm": 1.015625, + "learning_rate": 0.0004996758800051026, + "loss": 5.6865, + "mean_token_accuracy": 0.1497150219976902, + "num_tokens": 5502413.0, + "step": 3180 + }, + { + "entropy": 5.96971640586853, + "epoch": 0.2478117097840887, + "grad_norm": 1.1484375, + "learning_rate": 0.0004996743911864916, + "loss": 5.8289, + "mean_token_accuracy": 0.149935594946146, + "num_tokens": 5511670.0, + "step": 3185 + }, + { + "entropy": 5.96325535774231, + "epoch": 0.24820073915580626, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996728989588041, + "loss": 5.7028, + "mean_token_accuracy": 0.1558322086930275, + "num_tokens": 5519344.0, + "step": 3190 + }, + { + "entropy": 5.896140098571777, + "epoch": 0.24858976852752382, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996714033220632, + "loss": 5.7149, + "mean_token_accuracy": 0.15106671154499055, + "num_tokens": 5528413.0, + "step": 3195 + }, + { + "entropy": 5.9170585632324215, + "epoch": 0.2489787978992414, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996699042762911, + "loss": 5.8108, + "mean_token_accuracy": 0.1454245112836361, + "num_tokens": 5537201.0, + "step": 3200 + }, + { + "entropy": 5.999245262145996, + "epoch": 0.24936782727095896, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996684018215111, + "loss": 5.8169, + "mean_token_accuracy": 0.14384038001298904, + "num_tokens": 5545975.0, + "step": 3205 + }, + { + "entropy": 5.949352216720581, + "epoch": 0.24975685664267652, + "grad_norm": 0.9609375, + "learning_rate": 0.0004996668959577453, + "loss": 5.8537, + "mean_token_accuracy": 0.14289541244506837, + "num_tokens": 5555237.0, + "step": 3210 + }, + { + "entropy": 5.995472574234009, + "epoch": 0.2501458860143941, + "grad_norm": 0.984375, + "learning_rate": 0.0004996653866850173, + "loss": 5.7196, + "mean_token_accuracy": 0.15133460536599158, + "num_tokens": 5564048.0, + "step": 3215 + }, + { + "entropy": 5.927675676345825, + "epoch": 0.25053491538611167, + "grad_norm": 1.0859375, + "learning_rate": 0.0004996638740033495, + "loss": 5.7774, + "mean_token_accuracy": 0.14800822138786315, + "num_tokens": 5573615.0, + "step": 3220 + }, + { + "entropy": 5.931420469284058, + "epoch": 0.2509239447578292, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996623579127651, + "loss": 5.6608, + "mean_token_accuracy": 0.154579995572567, + "num_tokens": 5582211.0, + "step": 3225 + }, + { + "entropy": 5.98255410194397, + "epoch": 0.2513129741295468, + "grad_norm": 0.91796875, + "learning_rate": 0.0004996608384132868, + "loss": 5.8922, + "mean_token_accuracy": 0.14365677535533905, + "num_tokens": 5592542.0, + "step": 3230 + }, + { + "entropy": 6.0203358173370365, + "epoch": 0.25170200350126437, + "grad_norm": 0.99609375, + "learning_rate": 0.000499659315504938, + "loss": 5.8643, + "mean_token_accuracy": 0.15172575861215593, + "num_tokens": 5601279.0, + "step": 3235 + }, + { + "entropy": 5.95043683052063, + "epoch": 0.2520910328729819, + "grad_norm": 1.1640625, + "learning_rate": 0.0004996577891877417, + "loss": 5.7939, + "mean_token_accuracy": 0.1459869921207428, + "num_tokens": 5610266.0, + "step": 3240 + }, + { + "entropy": 5.979887199401856, + "epoch": 0.2524800622446995, + "grad_norm": 0.96875, + "learning_rate": 0.0004996562594617209, + "loss": 5.8449, + "mean_token_accuracy": 0.144519080221653, + "num_tokens": 5618799.0, + "step": 3245 + }, + { + "entropy": 6.104338645935059, + "epoch": 0.252869091616417, + "grad_norm": 0.95703125, + "learning_rate": 0.0004996547263268991, + "loss": 5.798, + "mean_token_accuracy": 0.1474681720137596, + "num_tokens": 5627861.0, + "step": 3250 + }, + { + "entropy": 5.9928460121154785, + "epoch": 0.2532581209881346, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996531897832993, + "loss": 5.7746, + "mean_token_accuracy": 0.1484766885638237, + "num_tokens": 5636229.0, + "step": 3255 + }, + { + "entropy": 5.9977171421051025, + "epoch": 0.2536471503598522, + "grad_norm": 0.89453125, + "learning_rate": 0.000499651649830945, + "loss": 5.9845, + "mean_token_accuracy": 0.13543816059827804, + "num_tokens": 5645828.0, + "step": 3260 + }, + { + "entropy": 5.932930946350098, + "epoch": 0.2540361797315697, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996501064698593, + "loss": 5.6161, + "mean_token_accuracy": 0.15123094767332076, + "num_tokens": 5654750.0, + "step": 3265 + }, + { + "entropy": 5.941285562515259, + "epoch": 0.2544252091032873, + "grad_norm": 0.98828125, + "learning_rate": 0.000499648559700066, + "loss": 5.7747, + "mean_token_accuracy": 0.15008440613746643, + "num_tokens": 5664017.0, + "step": 3270 + }, + { + "entropy": 5.946943283081055, + "epoch": 0.25481423847500484, + "grad_norm": 1.046875, + "learning_rate": 0.0004996470095215884, + "loss": 5.7868, + "mean_token_accuracy": 0.1457691326737404, + "num_tokens": 5672220.0, + "step": 3275 + }, + { + "entropy": 5.83295087814331, + "epoch": 0.2552032678467224, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996454559344498, + "loss": 5.7225, + "mean_token_accuracy": 0.14943785592913628, + "num_tokens": 5680921.0, + "step": 3280 + }, + { + "entropy": 6.023372316360474, + "epoch": 0.25559229721844, + "grad_norm": 1.0703125, + "learning_rate": 0.0004996438989386741, + "loss": 5.7338, + "mean_token_accuracy": 0.14629117920994758, + "num_tokens": 5689226.0, + "step": 3285 + }, + { + "entropy": 5.9807192325592045, + "epoch": 0.25598132659015754, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996423385342847, + "loss": 5.87, + "mean_token_accuracy": 0.14247669130563737, + "num_tokens": 5698413.0, + "step": 3290 + }, + { + "entropy": 5.909314584732056, + "epoch": 0.25637035596187513, + "grad_norm": 0.99609375, + "learning_rate": 0.0004996407747213055, + "loss": 5.7584, + "mean_token_accuracy": 0.14268624037504196, + "num_tokens": 5707724.0, + "step": 3295 + }, + { + "entropy": 5.99248685836792, + "epoch": 0.25675938533359266, + "grad_norm": 1.0546875, + "learning_rate": 0.00049963920749976, + "loss": 5.7555, + "mean_token_accuracy": 0.14810967147350312, + "num_tokens": 5716566.0, + "step": 3300 + }, + { + "entropy": 5.907137441635132, + "epoch": 0.25714841470531025, + "grad_norm": 1.0703125, + "learning_rate": 0.0004996376368696721, + "loss": 5.7048, + "mean_token_accuracy": 0.14675737172365189, + "num_tokens": 5725463.0, + "step": 3305 + }, + { + "entropy": 5.9448107242584225, + "epoch": 0.25753744407702783, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996360628310656, + "loss": 5.7015, + "mean_token_accuracy": 0.15459197759628296, + "num_tokens": 5734143.0, + "step": 3310 + }, + { + "entropy": 5.9339416980743405, + "epoch": 0.25792647344874536, + "grad_norm": 1.0078125, + "learning_rate": 0.0004996344853839644, + "loss": 5.7942, + "mean_token_accuracy": 0.14937918186187743, + "num_tokens": 5742981.0, + "step": 3315 + }, + { + "entropy": 5.841783332824707, + "epoch": 0.25831550282046295, + "grad_norm": 1.046875, + "learning_rate": 0.0004996329045283924, + "loss": 5.6704, + "mean_token_accuracy": 0.1587256371974945, + "num_tokens": 5751294.0, + "step": 3320 + }, + { + "entropy": 5.913126373291016, + "epoch": 0.25870453219218054, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996313202643737, + "loss": 5.7811, + "mean_token_accuracy": 0.14709209203720092, + "num_tokens": 5760958.0, + "step": 3325 + }, + { + "entropy": 6.002530574798584, + "epoch": 0.25909356156389807, + "grad_norm": 1.0234375, + "learning_rate": 0.0004996297325919321, + "loss": 5.8021, + "mean_token_accuracy": 0.15270253270864487, + "num_tokens": 5769077.0, + "step": 3330 + }, + { + "entropy": 6.045363092422486, + "epoch": 0.25948259093561565, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996281415110919, + "loss": 5.8305, + "mean_token_accuracy": 0.1451015964150429, + "num_tokens": 5778093.0, + "step": 3335 + }, + { + "entropy": 5.906732749938965, + "epoch": 0.2598716203073332, + "grad_norm": 1.015625, + "learning_rate": 0.0004996265470218773, + "loss": 5.7761, + "mean_token_accuracy": 0.15038862004876136, + "num_tokens": 5786996.0, + "step": 3340 + }, + { + "entropy": 5.937571907043457, + "epoch": 0.26026064967905077, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996249491243122, + "loss": 5.7874, + "mean_token_accuracy": 0.1484340101480484, + "num_tokens": 5794831.0, + "step": 3345 + }, + { + "entropy": 5.886205101013184, + "epoch": 0.26064967905076836, + "grad_norm": 1.03125, + "learning_rate": 0.0004996233478184211, + "loss": 5.6179, + "mean_token_accuracy": 0.1540759265422821, + "num_tokens": 5802286.0, + "step": 3350 + }, + { + "entropy": 5.84423828125, + "epoch": 0.2610387084224859, + "grad_norm": 1.1015625, + "learning_rate": 0.0004996217431042282, + "loss": 5.7548, + "mean_token_accuracy": 0.14987278878688812, + "num_tokens": 5810985.0, + "step": 3355 + }, + { + "entropy": 5.989913988113403, + "epoch": 0.2614277377942035, + "grad_norm": 0.94140625, + "learning_rate": 0.000499620134981758, + "loss": 5.8205, + "mean_token_accuracy": 0.1478564292192459, + "num_tokens": 5820037.0, + "step": 3360 + }, + { + "entropy": 5.89663553237915, + "epoch": 0.261816767165921, + "grad_norm": 1.109375, + "learning_rate": 0.0004996185234510346, + "loss": 5.6604, + "mean_token_accuracy": 0.16128647923469544, + "num_tokens": 5828232.0, + "step": 3365 + }, + { + "entropy": 5.934948062896728, + "epoch": 0.2622057965376386, + "grad_norm": 0.96875, + "learning_rate": 0.0004996169085120828, + "loss": 5.8869, + "mean_token_accuracy": 0.14827670753002167, + "num_tokens": 5838184.0, + "step": 3370 + }, + { + "entropy": 5.9939127445220945, + "epoch": 0.2625948259093562, + "grad_norm": 0.98046875, + "learning_rate": 0.0004996152901649268, + "loss": 5.7069, + "mean_token_accuracy": 0.15314277410507202, + "num_tokens": 5846705.0, + "step": 3375 + }, + { + "entropy": 5.963273620605468, + "epoch": 0.2629838552810737, + "grad_norm": 1.015625, + "learning_rate": 0.0004996136684095913, + "loss": 5.796, + "mean_token_accuracy": 0.14697006940841675, + "num_tokens": 5855959.0, + "step": 3380 + }, + { + "entropy": 5.930791807174683, + "epoch": 0.2633728846527913, + "grad_norm": 0.97265625, + "learning_rate": 0.0004996120432461009, + "loss": 5.7344, + "mean_token_accuracy": 0.15170250087976456, + "num_tokens": 5865283.0, + "step": 3385 + }, + { + "entropy": 5.922290325164795, + "epoch": 0.2637619140245088, + "grad_norm": 0.9765625, + "learning_rate": 0.0004996104146744804, + "loss": 5.7812, + "mean_token_accuracy": 0.15208776146173478, + "num_tokens": 5873833.0, + "step": 3390 + }, + { + "entropy": 6.0046755313873295, + "epoch": 0.2641509433962264, + "grad_norm": 0.96875, + "learning_rate": 0.0004996087826947541, + "loss": 5.7129, + "mean_token_accuracy": 0.15557411015033723, + "num_tokens": 5882027.0, + "step": 3395 + }, + { + "entropy": 5.759491109848023, + "epoch": 0.264539972767944, + "grad_norm": 0.94140625, + "learning_rate": 0.0004996071473069471, + "loss": 5.5875, + "mean_token_accuracy": 0.16241258680820464, + "num_tokens": 5890650.0, + "step": 3400 + }, + { + "entropy": 5.839728450775146, + "epoch": 0.26492900213966153, + "grad_norm": 0.98828125, + "learning_rate": 0.0004996055085110842, + "loss": 5.6511, + "mean_token_accuracy": 0.15555724650621414, + "num_tokens": 5898595.0, + "step": 3405 + }, + { + "entropy": 5.96372389793396, + "epoch": 0.2653180315113791, + "grad_norm": 1.0390625, + "learning_rate": 0.0004996038663071902, + "loss": 5.7441, + "mean_token_accuracy": 0.15167439579963685, + "num_tokens": 5907234.0, + "step": 3410 + }, + { + "entropy": 5.925133323669433, + "epoch": 0.26570706088309665, + "grad_norm": 1.0546875, + "learning_rate": 0.0004996022206952901, + "loss": 5.7027, + "mean_token_accuracy": 0.15481544137001038, + "num_tokens": 5915690.0, + "step": 3415 + }, + { + "entropy": 5.878487873077392, + "epoch": 0.26609609025481423, + "grad_norm": 0.9921875, + "learning_rate": 0.0004996005716754086, + "loss": 5.6507, + "mean_token_accuracy": 0.15669617652893067, + "num_tokens": 5924481.0, + "step": 3420 + }, + { + "entropy": 5.857667255401611, + "epoch": 0.2664851196265318, + "grad_norm": 1.0859375, + "learning_rate": 0.000499598919247571, + "loss": 5.733, + "mean_token_accuracy": 0.15500945448875428, + "num_tokens": 5933059.0, + "step": 3425 + }, + { + "entropy": 5.96867036819458, + "epoch": 0.26687414899824935, + "grad_norm": 0.96875, + "learning_rate": 0.0004995972634118023, + "loss": 5.841, + "mean_token_accuracy": 0.14314620122313498, + "num_tokens": 5941767.0, + "step": 3430 + }, + { + "entropy": 5.908726787567138, + "epoch": 0.26726317836996694, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995956041681277, + "loss": 5.7214, + "mean_token_accuracy": 0.15487033724784852, + "num_tokens": 5950202.0, + "step": 3435 + }, + { + "entropy": 5.880508899688721, + "epoch": 0.2676522077416845, + "grad_norm": 1.0, + "learning_rate": 0.0004995939415165722, + "loss": 5.7695, + "mean_token_accuracy": 0.1417275495827198, + "num_tokens": 5959242.0, + "step": 3440 + }, + { + "entropy": 5.897665119171142, + "epoch": 0.26804123711340205, + "grad_norm": 0.890625, + "learning_rate": 0.0004995922754571611, + "loss": 5.7323, + "mean_token_accuracy": 0.15200538709759712, + "num_tokens": 5968404.0, + "step": 3445 + }, + { + "entropy": 5.902557420730591, + "epoch": 0.26843026648511964, + "grad_norm": 1.0078125, + "learning_rate": 0.0004995906059899197, + "loss": 5.8351, + "mean_token_accuracy": 0.15149400979280472, + "num_tokens": 5976711.0, + "step": 3450 + }, + { + "entropy": 5.935367488861084, + "epoch": 0.26881929585683717, + "grad_norm": 1.046875, + "learning_rate": 0.0004995889331148733, + "loss": 5.6925, + "mean_token_accuracy": 0.1482457771897316, + "num_tokens": 5985049.0, + "step": 3455 + }, + { + "entropy": 5.886753368377685, + "epoch": 0.26920832522855476, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995872568320474, + "loss": 5.717, + "mean_token_accuracy": 0.15387479811906815, + "num_tokens": 5993904.0, + "step": 3460 + }, + { + "entropy": 5.962065076828003, + "epoch": 0.26959735460027234, + "grad_norm": 1.046875, + "learning_rate": 0.0004995855771414673, + "loss": 5.7861, + "mean_token_accuracy": 0.1518370807170868, + "num_tokens": 6001832.0, + "step": 3465 + }, + { + "entropy": 5.872501373291016, + "epoch": 0.2699863839719899, + "grad_norm": 0.98046875, + "learning_rate": 0.0004995838940431585, + "loss": 5.7113, + "mean_token_accuracy": 0.15001548826694489, + "num_tokens": 6010609.0, + "step": 3470 + }, + { + "entropy": 5.925089311599732, + "epoch": 0.27037541334370746, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995822075371466, + "loss": 5.7517, + "mean_token_accuracy": 0.14763056933879853, + "num_tokens": 6019299.0, + "step": 3475 + }, + { + "entropy": 5.982466840744019, + "epoch": 0.270764442715425, + "grad_norm": 0.96484375, + "learning_rate": 0.0004995805176234571, + "loss": 5.8002, + "mean_token_accuracy": 0.14657859951257707, + "num_tokens": 6028743.0, + "step": 3480 + }, + { + "entropy": 5.923907136917114, + "epoch": 0.2711534720871426, + "grad_norm": 1.125, + "learning_rate": 0.0004995788243021158, + "loss": 5.7007, + "mean_token_accuracy": 0.1456964671611786, + "num_tokens": 6038064.0, + "step": 3485 + }, + { + "entropy": 5.872335481643677, + "epoch": 0.27154250145886016, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995771275731483, + "loss": 5.6945, + "mean_token_accuracy": 0.1496543303132057, + "num_tokens": 6047031.0, + "step": 3490 + }, + { + "entropy": 5.945437908172607, + "epoch": 0.2719315308305777, + "grad_norm": 0.96875, + "learning_rate": 0.0004995754274365802, + "loss": 5.7919, + "mean_token_accuracy": 0.14971243888139724, + "num_tokens": 6056147.0, + "step": 3495 + }, + { + "entropy": 5.9183509349823, + "epoch": 0.2723205602022953, + "grad_norm": 0.94921875, + "learning_rate": 0.0004995737238924376, + "loss": 5.7057, + "mean_token_accuracy": 0.15187868028879165, + "num_tokens": 6064641.0, + "step": 3500 + }, + { + "entropy": 5.844458484649659, + "epoch": 0.2727095895740128, + "grad_norm": 0.96875, + "learning_rate": 0.0004995720169407461, + "loss": 5.6144, + "mean_token_accuracy": 0.1521158903837204, + "num_tokens": 6073664.0, + "step": 3505 + }, + { + "entropy": 5.877747297286987, + "epoch": 0.2730986189457304, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995703065815317, + "loss": 5.6149, + "mean_token_accuracy": 0.15935999006032944, + "num_tokens": 6081480.0, + "step": 3510 + }, + { + "entropy": 5.870375347137451, + "epoch": 0.273487648317448, + "grad_norm": 0.96484375, + "learning_rate": 0.0004995685928148203, + "loss": 5.7322, + "mean_token_accuracy": 0.14783481508493423, + "num_tokens": 6090408.0, + "step": 3515 + }, + { + "entropy": 5.957701301574707, + "epoch": 0.2738766776891655, + "grad_norm": 1.0546875, + "learning_rate": 0.000499566875640638, + "loss": 5.7415, + "mean_token_accuracy": 0.15329626500606536, + "num_tokens": 6099076.0, + "step": 3520 + }, + { + "entropy": 5.933114671707154, + "epoch": 0.2742657070608831, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995651550590108, + "loss": 5.7883, + "mean_token_accuracy": 0.1436773419380188, + "num_tokens": 6108346.0, + "step": 3525 + }, + { + "entropy": 5.897816848754883, + "epoch": 0.2746547364326007, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995634310699647, + "loss": 5.7497, + "mean_token_accuracy": 0.15223322287201882, + "num_tokens": 6116974.0, + "step": 3530 + }, + { + "entropy": 5.967880916595459, + "epoch": 0.2750437658043182, + "grad_norm": 1.015625, + "learning_rate": 0.0004995617036735261, + "loss": 5.7616, + "mean_token_accuracy": 0.15204408317804335, + "num_tokens": 6125510.0, + "step": 3535 + }, + { + "entropy": 5.9119133949279785, + "epoch": 0.2754327951760358, + "grad_norm": 0.9296875, + "learning_rate": 0.0004995599728697211, + "loss": 5.8049, + "mean_token_accuracy": 0.14739501252770423, + "num_tokens": 6134959.0, + "step": 3540 + }, + { + "entropy": 6.0071333885192875, + "epoch": 0.27582182454775334, + "grad_norm": 1.0859375, + "learning_rate": 0.0004995582386585759, + "loss": 5.7453, + "mean_token_accuracy": 0.14718504920601844, + "num_tokens": 6144485.0, + "step": 3545 + }, + { + "entropy": 5.914857864379883, + "epoch": 0.2762108539194709, + "grad_norm": 0.96875, + "learning_rate": 0.0004995565010401167, + "loss": 5.6867, + "mean_token_accuracy": 0.15570174753665925, + "num_tokens": 6153991.0, + "step": 3550 + }, + { + "entropy": 5.767222595214844, + "epoch": 0.2765998832911885, + "grad_norm": 0.97265625, + "learning_rate": 0.0004995547600143702, + "loss": 5.6895, + "mean_token_accuracy": 0.1507698953151703, + "num_tokens": 6162649.0, + "step": 3555 + }, + { + "entropy": 5.850847625732422, + "epoch": 0.27698891266290604, + "grad_norm": 0.97265625, + "learning_rate": 0.0004995530155813625, + "loss": 5.5856, + "mean_token_accuracy": 0.16076817810535432, + "num_tokens": 6171525.0, + "step": 3560 + }, + { + "entropy": 5.938121509552002, + "epoch": 0.2773779420346236, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995512677411203, + "loss": 5.8146, + "mean_token_accuracy": 0.15098893493413926, + "num_tokens": 6180403.0, + "step": 3565 + }, + { + "entropy": 5.879735708236694, + "epoch": 0.27776697140634116, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995495164936698, + "loss": 5.65, + "mean_token_accuracy": 0.1596470907330513, + "num_tokens": 6188361.0, + "step": 3570 + }, + { + "entropy": 5.871376180648804, + "epoch": 0.27815600077805874, + "grad_norm": 1.0390625, + "learning_rate": 0.0004995477618390381, + "loss": 5.7122, + "mean_token_accuracy": 0.14880418330430983, + "num_tokens": 6197418.0, + "step": 3575 + }, + { + "entropy": 5.867201614379883, + "epoch": 0.27854503014977633, + "grad_norm": 1.0625, + "learning_rate": 0.0004995460037772513, + "loss": 5.7218, + "mean_token_accuracy": 0.14871663898229598, + "num_tokens": 6206040.0, + "step": 3580 + }, + { + "entropy": 5.845054197311401, + "epoch": 0.27893405952149386, + "grad_norm": 1.140625, + "learning_rate": 0.0004995442423083365, + "loss": 5.6482, + "mean_token_accuracy": 0.15263187140226364, + "num_tokens": 6214433.0, + "step": 3585 + }, + { + "entropy": 5.831419801712036, + "epoch": 0.27932308889321145, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995424774323201, + "loss": 5.6136, + "mean_token_accuracy": 0.1577524796128273, + "num_tokens": 6223375.0, + "step": 3590 + }, + { + "entropy": 5.778666973114014, + "epoch": 0.279712118264929, + "grad_norm": 0.91796875, + "learning_rate": 0.000499540709149229, + "loss": 5.7271, + "mean_token_accuracy": 0.15046759992837905, + "num_tokens": 6232597.0, + "step": 3595 + }, + { + "entropy": 5.874596309661865, + "epoch": 0.28010114763664656, + "grad_norm": 1.0859375, + "learning_rate": 0.0004995389374590901, + "loss": 5.5829, + "mean_token_accuracy": 0.1621890977025032, + "num_tokens": 6240634.0, + "step": 3600 + }, + { + "entropy": 5.842890501022339, + "epoch": 0.28049017700836415, + "grad_norm": 0.99609375, + "learning_rate": 0.0004995371623619301, + "loss": 5.5473, + "mean_token_accuracy": 0.1555539771914482, + "num_tokens": 6249098.0, + "step": 3605 + }, + { + "entropy": 5.764733839035034, + "epoch": 0.2808792063800817, + "grad_norm": 0.97265625, + "learning_rate": 0.000499535383857776, + "loss": 5.5857, + "mean_token_accuracy": 0.15672399699687958, + "num_tokens": 6257572.0, + "step": 3610 + }, + { + "entropy": 5.914619064331054, + "epoch": 0.28126823575179927, + "grad_norm": 1.0390625, + "learning_rate": 0.000499533601946655, + "loss": 5.8565, + "mean_token_accuracy": 0.14434114694595337, + "num_tokens": 6266492.0, + "step": 3615 + }, + { + "entropy": 5.921752166748047, + "epoch": 0.2816572651235168, + "grad_norm": 1.078125, + "learning_rate": 0.0004995318166285938, + "loss": 5.7196, + "mean_token_accuracy": 0.15166337937116622, + "num_tokens": 6275149.0, + "step": 3620 + }, + { + "entropy": 5.916532564163208, + "epoch": 0.2820462944952344, + "grad_norm": 1.0078125, + "learning_rate": 0.0004995300279036199, + "loss": 5.7381, + "mean_token_accuracy": 0.1488499790430069, + "num_tokens": 6283208.0, + "step": 3625 + }, + { + "entropy": 5.901528787612915, + "epoch": 0.28243532386695197, + "grad_norm": 1.0546875, + "learning_rate": 0.00049952823577176, + "loss": 5.6755, + "mean_token_accuracy": 0.15527186542749405, + "num_tokens": 6292084.0, + "step": 3630 + }, + { + "entropy": 5.869945526123047, + "epoch": 0.2828243532386695, + "grad_norm": 0.90234375, + "learning_rate": 0.0004995264402330416, + "loss": 5.6731, + "mean_token_accuracy": 0.15194449573755264, + "num_tokens": 6301855.0, + "step": 3635 + }, + { + "entropy": 5.882921409606934, + "epoch": 0.2832133826103871, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995246412874919, + "loss": 5.6707, + "mean_token_accuracy": 0.15566004812717438, + "num_tokens": 6310166.0, + "step": 3640 + }, + { + "entropy": 5.82180552482605, + "epoch": 0.2836024119821047, + "grad_norm": 1.03125, + "learning_rate": 0.000499522838935138, + "loss": 5.6583, + "mean_token_accuracy": 0.1585020527243614, + "num_tokens": 6318928.0, + "step": 3645 + }, + { + "entropy": 5.862071371078491, + "epoch": 0.2839914413538222, + "grad_norm": 1.03125, + "learning_rate": 0.0004995210331760074, + "loss": 5.7061, + "mean_token_accuracy": 0.15993273109197617, + "num_tokens": 6327790.0, + "step": 3650 + }, + { + "entropy": 5.952098655700683, + "epoch": 0.2843804707255398, + "grad_norm": 1.0546875, + "learning_rate": 0.0004995192240101275, + "loss": 5.7378, + "mean_token_accuracy": 0.15206011682748793, + "num_tokens": 6335517.0, + "step": 3655 + }, + { + "entropy": 5.846499061584472, + "epoch": 0.2847695000972573, + "grad_norm": 0.984375, + "learning_rate": 0.0004995174114375258, + "loss": 5.7502, + "mean_token_accuracy": 0.15136053413152695, + "num_tokens": 6344218.0, + "step": 3660 + }, + { + "entropy": 5.804873752593994, + "epoch": 0.2851585294689749, + "grad_norm": 0.98046875, + "learning_rate": 0.0004995155954582297, + "loss": 5.5473, + "mean_token_accuracy": 0.16678376495838165, + "num_tokens": 6353125.0, + "step": 3665 + }, + { + "entropy": 5.841932868957519, + "epoch": 0.2855475588406925, + "grad_norm": 0.9921875, + "learning_rate": 0.0004995137760722668, + "loss": 5.6974, + "mean_token_accuracy": 0.15368882119655608, + "num_tokens": 6362113.0, + "step": 3670 + }, + { + "entropy": 5.88684115409851, + "epoch": 0.28593658821241, + "grad_norm": 1.015625, + "learning_rate": 0.0004995119532796646, + "loss": 5.7699, + "mean_token_accuracy": 0.14920303374528884, + "num_tokens": 6370916.0, + "step": 3675 + }, + { + "entropy": 5.927021169662476, + "epoch": 0.2863256175841276, + "grad_norm": 1.015625, + "learning_rate": 0.000499510127080451, + "loss": 5.6138, + "mean_token_accuracy": 0.16021920293569564, + "num_tokens": 6379256.0, + "step": 3680 + }, + { + "entropy": 5.855990695953369, + "epoch": 0.28671464695584514, + "grad_norm": 0.94140625, + "learning_rate": 0.0004995082974746535, + "loss": 5.7499, + "mean_token_accuracy": 0.1522106409072876, + "num_tokens": 6388098.0, + "step": 3685 + }, + { + "entropy": 5.802329730987549, + "epoch": 0.28710367632756273, + "grad_norm": 1.0234375, + "learning_rate": 0.0004995064644622999, + "loss": 5.5594, + "mean_token_accuracy": 0.16143814623355865, + "num_tokens": 6396292.0, + "step": 3690 + }, + { + "entropy": 5.849812459945679, + "epoch": 0.2874927056992803, + "grad_norm": 1.015625, + "learning_rate": 0.0004995046280434181, + "loss": 5.5901, + "mean_token_accuracy": 0.15952554792165757, + "num_tokens": 6404968.0, + "step": 3695 + }, + { + "entropy": 5.730056238174439, + "epoch": 0.28788173507099785, + "grad_norm": 1.0, + "learning_rate": 0.0004995027882180358, + "loss": 5.6695, + "mean_token_accuracy": 0.156508731842041, + "num_tokens": 6412839.0, + "step": 3700 + }, + { + "entropy": 5.860387945175171, + "epoch": 0.28827076444271543, + "grad_norm": 0.94921875, + "learning_rate": 0.0004995009449861812, + "loss": 5.6814, + "mean_token_accuracy": 0.14714949131011962, + "num_tokens": 6421943.0, + "step": 3705 + }, + { + "entropy": 5.891568422317505, + "epoch": 0.28865979381443296, + "grad_norm": 0.984375, + "learning_rate": 0.000499499098347882, + "loss": 5.7659, + "mean_token_accuracy": 0.14767337441444398, + "num_tokens": 6430731.0, + "step": 3710 + }, + { + "entropy": 5.881146097183228, + "epoch": 0.28904882318615055, + "grad_norm": 1.0390625, + "learning_rate": 0.0004994972483031662, + "loss": 5.6965, + "mean_token_accuracy": 0.15450607240200043, + "num_tokens": 6439365.0, + "step": 3715 + }, + { + "entropy": 5.895514392852784, + "epoch": 0.28943785255786814, + "grad_norm": 0.95703125, + "learning_rate": 0.000499495394852062, + "loss": 5.6478, + "mean_token_accuracy": 0.16102308481931688, + "num_tokens": 6448085.0, + "step": 3720 + }, + { + "entropy": 5.757776546478271, + "epoch": 0.28982688192958567, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994935379945977, + "loss": 5.6973, + "mean_token_accuracy": 0.14822151511907578, + "num_tokens": 6457630.0, + "step": 3725 + }, + { + "entropy": 5.874344253540039, + "epoch": 0.29021591130130325, + "grad_norm": 1.109375, + "learning_rate": 0.0004994916777308012, + "loss": 5.5632, + "mean_token_accuracy": 0.16281430721282958, + "num_tokens": 6465781.0, + "step": 3730 + }, + { + "entropy": 5.872119998931884, + "epoch": 0.29060494067302084, + "grad_norm": 1.03125, + "learning_rate": 0.0004994898140607007, + "loss": 5.7428, + "mean_token_accuracy": 0.15796843618154527, + "num_tokens": 6473723.0, + "step": 3735 + }, + { + "entropy": 5.805860328674316, + "epoch": 0.29099397004473837, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994879469843247, + "loss": 5.6772, + "mean_token_accuracy": 0.15386528074741362, + "num_tokens": 6482535.0, + "step": 3740 + }, + { + "entropy": 5.893405437469482, + "epoch": 0.29138299941645596, + "grad_norm": 1.046875, + "learning_rate": 0.0004994860765017013, + "loss": 5.7045, + "mean_token_accuracy": 0.15752176195383072, + "num_tokens": 6491297.0, + "step": 3745 + }, + { + "entropy": 5.846108055114746, + "epoch": 0.2917720287881735, + "grad_norm": 1.0234375, + "learning_rate": 0.000499484202612859, + "loss": 5.6735, + "mean_token_accuracy": 0.1522021323442459, + "num_tokens": 6499809.0, + "step": 3750 + }, + { + "entropy": 5.867705631256103, + "epoch": 0.2921610581598911, + "grad_norm": 1.0703125, + "learning_rate": 0.0004994823253178264, + "loss": 5.6319, + "mean_token_accuracy": 0.16157492250204086, + "num_tokens": 6507965.0, + "step": 3755 + }, + { + "entropy": 5.846333694458008, + "epoch": 0.29255008753160866, + "grad_norm": 1.296875, + "learning_rate": 0.0004994804446166317, + "loss": 5.6921, + "mean_token_accuracy": 0.14701894968748092, + "num_tokens": 6517106.0, + "step": 3760 + }, + { + "entropy": 5.883748531341553, + "epoch": 0.2929391169033262, + "grad_norm": 1.03125, + "learning_rate": 0.0004994785605093035, + "loss": 5.7624, + "mean_token_accuracy": 0.1514585569500923, + "num_tokens": 6526663.0, + "step": 3765 + }, + { + "entropy": 6.009462690353393, + "epoch": 0.2933281462750438, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994766729958705, + "loss": 5.808, + "mean_token_accuracy": 0.14928104281425475, + "num_tokens": 6535732.0, + "step": 3770 + }, + { + "entropy": 5.870941591262818, + "epoch": 0.2937171756467613, + "grad_norm": 0.92578125, + "learning_rate": 0.0004994747820763612, + "loss": 5.6578, + "mean_token_accuracy": 0.15538851767778397, + "num_tokens": 6544938.0, + "step": 3775 + }, + { + "entropy": 5.857924222946167, + "epoch": 0.2941062050184789, + "grad_norm": 1.03125, + "learning_rate": 0.0004994728877508046, + "loss": 5.6827, + "mean_token_accuracy": 0.15063629150390626, + "num_tokens": 6554507.0, + "step": 3780 + }, + { + "entropy": 5.892081832885742, + "epoch": 0.2944952343901965, + "grad_norm": 0.953125, + "learning_rate": 0.0004994709900192289, + "loss": 5.7118, + "mean_token_accuracy": 0.15043701082468033, + "num_tokens": 6563285.0, + "step": 3785 + }, + { + "entropy": 5.798528814315796, + "epoch": 0.294884263761914, + "grad_norm": 0.97265625, + "learning_rate": 0.0004994690888816635, + "loss": 5.6014, + "mean_token_accuracy": 0.15134119018912315, + "num_tokens": 6572223.0, + "step": 3790 + }, + { + "entropy": 5.876222610473633, + "epoch": 0.2952732931336316, + "grad_norm": 1.0, + "learning_rate": 0.0004994671843381367, + "loss": 5.7841, + "mean_token_accuracy": 0.14985665529966355, + "num_tokens": 6580686.0, + "step": 3795 + }, + { + "entropy": 5.892121982574463, + "epoch": 0.29566232250534913, + "grad_norm": 1.1015625, + "learning_rate": 0.0004994652763886778, + "loss": 5.6401, + "mean_token_accuracy": 0.15805123150348663, + "num_tokens": 6589056.0, + "step": 3800 + }, + { + "entropy": 5.875431108474731, + "epoch": 0.2960513518770667, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994633650333155, + "loss": 5.7144, + "mean_token_accuracy": 0.15104243978857995, + "num_tokens": 6598221.0, + "step": 3805 + }, + { + "entropy": 5.948964405059814, + "epoch": 0.2964403812487843, + "grad_norm": 1.03125, + "learning_rate": 0.0004994614502720792, + "loss": 5.7493, + "mean_token_accuracy": 0.15437679290771483, + "num_tokens": 6606657.0, + "step": 3810 + }, + { + "entropy": 5.934873723983765, + "epoch": 0.29682941062050183, + "grad_norm": 0.953125, + "learning_rate": 0.0004994595321049974, + "loss": 5.8543, + "mean_token_accuracy": 0.143535877764225, + "num_tokens": 6616203.0, + "step": 3815 + }, + { + "entropy": 5.972373390197754, + "epoch": 0.2972184399922194, + "grad_norm": 0.8984375, + "learning_rate": 0.0004994576105320994, + "loss": 5.6997, + "mean_token_accuracy": 0.15348666310310363, + "num_tokens": 6624982.0, + "step": 3820 + }, + { + "entropy": 5.924484014511108, + "epoch": 0.29760746936393695, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994556855534146, + "loss": 5.6617, + "mean_token_accuracy": 0.15609370917081833, + "num_tokens": 6632548.0, + "step": 3825 + }, + { + "entropy": 5.828466367721558, + "epoch": 0.29799649873565454, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994537571689719, + "loss": 5.7896, + "mean_token_accuracy": 0.14499867409467698, + "num_tokens": 6641943.0, + "step": 3830 + }, + { + "entropy": 5.868363666534424, + "epoch": 0.2983855281073721, + "grad_norm": 0.9765625, + "learning_rate": 0.0004994518253788007, + "loss": 5.6382, + "mean_token_accuracy": 0.15800181329250335, + "num_tokens": 6650371.0, + "step": 3835 + }, + { + "entropy": 5.883022594451904, + "epoch": 0.29877455747908965, + "grad_norm": 0.98046875, + "learning_rate": 0.0004994498901829304, + "loss": 5.7198, + "mean_token_accuracy": 0.1552921250462532, + "num_tokens": 6659324.0, + "step": 3840 + }, + { + "entropy": 5.83655161857605, + "epoch": 0.29916358685080724, + "grad_norm": 1.015625, + "learning_rate": 0.0004994479515813903, + "loss": 5.6879, + "mean_token_accuracy": 0.15144439041614532, + "num_tokens": 6668237.0, + "step": 3845 + }, + { + "entropy": 5.839875030517578, + "epoch": 0.2995526162225248, + "grad_norm": 0.96875, + "learning_rate": 0.0004994460095742096, + "loss": 5.6073, + "mean_token_accuracy": 0.1622507467865944, + "num_tokens": 6677213.0, + "step": 3850 + }, + { + "entropy": 5.879772186279297, + "epoch": 0.29994164559424236, + "grad_norm": 0.984375, + "learning_rate": 0.000499444064161418, + "loss": 5.6328, + "mean_token_accuracy": 0.1550130233168602, + "num_tokens": 6686850.0, + "step": 3855 + }, + { + "entropy": 5.8478320121765135, + "epoch": 0.30033067496595994, + "grad_norm": 0.9609375, + "learning_rate": 0.000499442115343045, + "loss": 5.6037, + "mean_token_accuracy": 0.15739710181951522, + "num_tokens": 6695697.0, + "step": 3860 + }, + { + "entropy": 5.793270015716553, + "epoch": 0.3007197043376775, + "grad_norm": 1.1328125, + "learning_rate": 0.0004994401631191202, + "loss": 5.6532, + "mean_token_accuracy": 0.15891365557909012, + "num_tokens": 6704525.0, + "step": 3865 + }, + { + "entropy": 5.806357145309448, + "epoch": 0.30110873370939506, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994382074896731, + "loss": 5.5961, + "mean_token_accuracy": 0.1595403343439102, + "num_tokens": 6713562.0, + "step": 3870 + }, + { + "entropy": 5.90467472076416, + "epoch": 0.30149776308111265, + "grad_norm": 1.0078125, + "learning_rate": 0.0004994362484547335, + "loss": 5.6972, + "mean_token_accuracy": 0.15663892328739165, + "num_tokens": 6721817.0, + "step": 3875 + }, + { + "entropy": 5.8863348960876465, + "epoch": 0.3018867924528302, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994342860143309, + "loss": 5.6195, + "mean_token_accuracy": 0.16563971489667892, + "num_tokens": 6729757.0, + "step": 3880 + }, + { + "entropy": 5.8139941692352295, + "epoch": 0.30227582182454776, + "grad_norm": 0.9765625, + "learning_rate": 0.0004994323201684953, + "loss": 5.6991, + "mean_token_accuracy": 0.14580276012420654, + "num_tokens": 6738354.0, + "step": 3885 + }, + { + "entropy": 5.869457769393921, + "epoch": 0.3026648511962653, + "grad_norm": 1.0546875, + "learning_rate": 0.0004994303509172566, + "loss": 5.7431, + "mean_token_accuracy": 0.15211848467588424, + "num_tokens": 6746505.0, + "step": 3890 + }, + { + "entropy": 5.927693891525268, + "epoch": 0.3030538805679829, + "grad_norm": 1.0859375, + "learning_rate": 0.0004994283782606444, + "loss": 5.6525, + "mean_token_accuracy": 0.15591547936201094, + "num_tokens": 6754547.0, + "step": 3895 + }, + { + "entropy": 5.826806640625, + "epoch": 0.30344290993970047, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994264021986888, + "loss": 5.5634, + "mean_token_accuracy": 0.15850718766450883, + "num_tokens": 6763213.0, + "step": 3900 + }, + { + "entropy": 5.7963276386260985, + "epoch": 0.303831939311418, + "grad_norm": 1.046875, + "learning_rate": 0.0004994244227314197, + "loss": 5.6212, + "mean_token_accuracy": 0.15866039842367172, + "num_tokens": 6771060.0, + "step": 3905 + }, + { + "entropy": 5.867762565612793, + "epoch": 0.3042209686831356, + "grad_norm": 1.0234375, + "learning_rate": 0.0004994224398588672, + "loss": 5.7616, + "mean_token_accuracy": 0.15014109760522842, + "num_tokens": 6779819.0, + "step": 3910 + }, + { + "entropy": 5.846722602844238, + "epoch": 0.3046099980548531, + "grad_norm": 0.98046875, + "learning_rate": 0.0004994204535810615, + "loss": 5.6614, + "mean_token_accuracy": 0.1529073566198349, + "num_tokens": 6788660.0, + "step": 3915 + }, + { + "entropy": 5.82415132522583, + "epoch": 0.3049990274265707, + "grad_norm": 1.0, + "learning_rate": 0.0004994184638980326, + "loss": 5.6009, + "mean_token_accuracy": 0.1573179095983505, + "num_tokens": 6797298.0, + "step": 3920 + }, + { + "entropy": 5.798014879226685, + "epoch": 0.3053880567982883, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994164708098107, + "loss": 5.6436, + "mean_token_accuracy": 0.15172264575958253, + "num_tokens": 6806148.0, + "step": 3925 + }, + { + "entropy": 5.843776082992553, + "epoch": 0.3057770861700058, + "grad_norm": 0.9921875, + "learning_rate": 0.000499414474316426, + "loss": 5.697, + "mean_token_accuracy": 0.15370588451623918, + "num_tokens": 6815494.0, + "step": 3930 + }, + { + "entropy": 5.975485897064209, + "epoch": 0.3061661155417234, + "grad_norm": 0.98828125, + "learning_rate": 0.0004994124744179088, + "loss": 5.7473, + "mean_token_accuracy": 0.15004800111055375, + "num_tokens": 6824852.0, + "step": 3935 + }, + { + "entropy": 5.824012279510498, + "epoch": 0.306555144913441, + "grad_norm": 0.90625, + "learning_rate": 0.0004994104711142896, + "loss": 5.547, + "mean_token_accuracy": 0.16258234083652495, + "num_tokens": 6834200.0, + "step": 3940 + }, + { + "entropy": 5.8411280632019045, + "epoch": 0.3069441742851585, + "grad_norm": 1.1015625, + "learning_rate": 0.0004994084644055986, + "loss": 5.6987, + "mean_token_accuracy": 0.15020909756422043, + "num_tokens": 6842869.0, + "step": 3945 + }, + { + "entropy": 5.867465353012085, + "epoch": 0.3073332036568761, + "grad_norm": 0.99609375, + "learning_rate": 0.0004994064542918664, + "loss": 5.6554, + "mean_token_accuracy": 0.15713998079299926, + "num_tokens": 6851668.0, + "step": 3950 + }, + { + "entropy": 5.892431163787842, + "epoch": 0.30772223302859364, + "grad_norm": 0.96484375, + "learning_rate": 0.0004994044407731235, + "loss": 5.7414, + "mean_token_accuracy": 0.15816062390804292, + "num_tokens": 6860710.0, + "step": 3955 + }, + { + "entropy": 5.813387298583985, + "epoch": 0.3081112624003112, + "grad_norm": 1.015625, + "learning_rate": 0.0004994024238494002, + "loss": 5.6588, + "mean_token_accuracy": 0.15129568427801132, + "num_tokens": 6869608.0, + "step": 3960 + }, + { + "entropy": 5.884786081314087, + "epoch": 0.3085002917720288, + "grad_norm": 1.0625, + "learning_rate": 0.0004994004035207274, + "loss": 5.6702, + "mean_token_accuracy": 0.1528908684849739, + "num_tokens": 6878108.0, + "step": 3965 + }, + { + "entropy": 5.841224527359008, + "epoch": 0.30888932114374634, + "grad_norm": 1.015625, + "learning_rate": 0.0004993983797871356, + "loss": 5.5901, + "mean_token_accuracy": 0.1557810366153717, + "num_tokens": 6886369.0, + "step": 3970 + }, + { + "entropy": 5.813205862045288, + "epoch": 0.30927835051546393, + "grad_norm": 0.953125, + "learning_rate": 0.0004993963526486555, + "loss": 5.6423, + "mean_token_accuracy": 0.15107669085264205, + "num_tokens": 6895410.0, + "step": 3975 + }, + { + "entropy": 5.855010175704956, + "epoch": 0.30966737988718146, + "grad_norm": 1.0, + "learning_rate": 0.000499394322105318, + "loss": 5.6222, + "mean_token_accuracy": 0.16079719364643097, + "num_tokens": 6904380.0, + "step": 3980 + }, + { + "entropy": 5.888308000564575, + "epoch": 0.31005640925889905, + "grad_norm": 1.015625, + "learning_rate": 0.0004993922881571538, + "loss": 5.6539, + "mean_token_accuracy": 0.15389953702688217, + "num_tokens": 6913012.0, + "step": 3985 + }, + { + "entropy": 5.815182638168335, + "epoch": 0.31044543863061663, + "grad_norm": 0.99609375, + "learning_rate": 0.0004993902508041939, + "loss": 5.6771, + "mean_token_accuracy": 0.15611743330955505, + "num_tokens": 6921696.0, + "step": 3990 + }, + { + "entropy": 5.8514533042907715, + "epoch": 0.31083446800233416, + "grad_norm": 0.99609375, + "learning_rate": 0.000499388210046469, + "loss": 5.6059, + "mean_token_accuracy": 0.15560422986745834, + "num_tokens": 6930017.0, + "step": 3995 + }, + { + "entropy": 5.765750408172607, + "epoch": 0.31122349737405175, + "grad_norm": 0.94921875, + "learning_rate": 0.0004993861658840102, + "loss": 5.572, + "mean_token_accuracy": 0.15584051012992858, + "num_tokens": 6938410.0, + "step": 4000 + }, + { + "entropy": 5.836692142486572, + "epoch": 0.3116125267457693, + "grad_norm": 1.0546875, + "learning_rate": 0.0004993841183168484, + "loss": 5.6654, + "mean_token_accuracy": 0.15382085889577865, + "num_tokens": 6946227.0, + "step": 4005 + }, + { + "entropy": 5.874892997741699, + "epoch": 0.31200155611748687, + "grad_norm": 0.94140625, + "learning_rate": 0.0004993820673450148, + "loss": 5.6478, + "mean_token_accuracy": 0.15918285697698592, + "num_tokens": 6954747.0, + "step": 4010 + }, + { + "entropy": 5.823175764083862, + "epoch": 0.31239058548920445, + "grad_norm": 1.09375, + "learning_rate": 0.0004993800129685404, + "loss": 5.7146, + "mean_token_accuracy": 0.15485749244689942, + "num_tokens": 6962990.0, + "step": 4015 + }, + { + "entropy": 5.821749258041382, + "epoch": 0.312779614860922, + "grad_norm": 0.984375, + "learning_rate": 0.0004993779551874565, + "loss": 5.6766, + "mean_token_accuracy": 0.15734780877828597, + "num_tokens": 6972351.0, + "step": 4020 + }, + { + "entropy": 5.82036509513855, + "epoch": 0.31316864423263957, + "grad_norm": 1.078125, + "learning_rate": 0.0004993758940017943, + "loss": 5.6043, + "mean_token_accuracy": 0.15843922197818755, + "num_tokens": 6980387.0, + "step": 4025 + }, + { + "entropy": 5.721660137176514, + "epoch": 0.31355767360435716, + "grad_norm": 1.015625, + "learning_rate": 0.000499373829411585, + "loss": 5.6673, + "mean_token_accuracy": 0.15660033971071244, + "num_tokens": 6989388.0, + "step": 4030 + }, + { + "entropy": 5.917605304718018, + "epoch": 0.3139467029760747, + "grad_norm": 1.0078125, + "learning_rate": 0.00049937176141686, + "loss": 5.6171, + "mean_token_accuracy": 0.16407724171876908, + "num_tokens": 6997714.0, + "step": 4035 + }, + { + "entropy": 5.873993015289306, + "epoch": 0.3143357323477923, + "grad_norm": 0.97265625, + "learning_rate": 0.0004993696900176506, + "loss": 5.6092, + "mean_token_accuracy": 0.160344497859478, + "num_tokens": 7006453.0, + "step": 4040 + }, + { + "entropy": 5.795370388031006, + "epoch": 0.3147247617195098, + "grad_norm": 0.9296875, + "learning_rate": 0.0004993676152139883, + "loss": 5.6938, + "mean_token_accuracy": 0.15555773973464965, + "num_tokens": 7015398.0, + "step": 4045 + }, + { + "entropy": 5.8068183898925785, + "epoch": 0.3151137910912274, + "grad_norm": 1.046875, + "learning_rate": 0.0004993655370059046, + "loss": 5.6368, + "mean_token_accuracy": 0.1559157431125641, + "num_tokens": 7023796.0, + "step": 4050 + }, + { + "entropy": 5.760886287689209, + "epoch": 0.315502820462945, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993634553934309, + "loss": 5.5815, + "mean_token_accuracy": 0.162422014772892, + "num_tokens": 7032453.0, + "step": 4055 + }, + { + "entropy": 5.805798435211182, + "epoch": 0.3158918498346625, + "grad_norm": 1.0546875, + "learning_rate": 0.0004993613703765989, + "loss": 5.7204, + "mean_token_accuracy": 0.14737134724855422, + "num_tokens": 7041034.0, + "step": 4060 + }, + { + "entropy": 5.924254035949707, + "epoch": 0.3162808792063801, + "grad_norm": 1.046875, + "learning_rate": 0.0004993592819554402, + "loss": 5.8155, + "mean_token_accuracy": 0.14719487279653548, + "num_tokens": 7050289.0, + "step": 4065 + }, + { + "entropy": 5.8544573307037355, + "epoch": 0.3166699085780976, + "grad_norm": 1.0078125, + "learning_rate": 0.0004993571901299866, + "loss": 5.6415, + "mean_token_accuracy": 0.16184244453907012, + "num_tokens": 7059638.0, + "step": 4070 + }, + { + "entropy": 5.799168491363526, + "epoch": 0.3170589379498152, + "grad_norm": 1.078125, + "learning_rate": 0.0004993550949002697, + "loss": 5.6618, + "mean_token_accuracy": 0.15811943262815475, + "num_tokens": 7067763.0, + "step": 4075 + }, + { + "entropy": 5.805049800872803, + "epoch": 0.3174479673215328, + "grad_norm": 0.9921875, + "learning_rate": 0.0004993529962663213, + "loss": 5.6435, + "mean_token_accuracy": 0.16328213661909102, + "num_tokens": 7076126.0, + "step": 4080 + }, + { + "entropy": 5.815125751495361, + "epoch": 0.31783699669325033, + "grad_norm": 0.94921875, + "learning_rate": 0.0004993508942281732, + "loss": 5.5661, + "mean_token_accuracy": 0.159896120429039, + "num_tokens": 7084403.0, + "step": 4085 + }, + { + "entropy": 5.687847995758057, + "epoch": 0.3182260260649679, + "grad_norm": 0.96484375, + "learning_rate": 0.0004993487887858575, + "loss": 5.5415, + "mean_token_accuracy": 0.16261251866817475, + "num_tokens": 7093450.0, + "step": 4090 + }, + { + "entropy": 5.770251321792602, + "epoch": 0.31861505543668545, + "grad_norm": 0.95703125, + "learning_rate": 0.000499346679939406, + "loss": 5.5404, + "mean_token_accuracy": 0.16247584223747252, + "num_tokens": 7101722.0, + "step": 4095 + }, + { + "entropy": 5.756721687316895, + "epoch": 0.31900408480840303, + "grad_norm": 0.91796875, + "learning_rate": 0.0004993445676888507, + "loss": 5.6337, + "mean_token_accuracy": 0.15481607466936112, + "num_tokens": 7111285.0, + "step": 4100 + }, + { + "entropy": 5.881993198394776, + "epoch": 0.3193931141801206, + "grad_norm": 1.015625, + "learning_rate": 0.0004993424520342236, + "loss": 5.7005, + "mean_token_accuracy": 0.15225102454423906, + "num_tokens": 7120281.0, + "step": 4105 + }, + { + "entropy": 5.798208332061767, + "epoch": 0.31978214355183815, + "grad_norm": 0.98828125, + "learning_rate": 0.0004993403329755569, + "loss": 5.5741, + "mean_token_accuracy": 0.1554294690489769, + "num_tokens": 7128584.0, + "step": 4110 + }, + { + "entropy": 5.880425357818604, + "epoch": 0.32017117292355574, + "grad_norm": 1.015625, + "learning_rate": 0.0004993382105128828, + "loss": 5.6783, + "mean_token_accuracy": 0.15804177671670913, + "num_tokens": 7137570.0, + "step": 4115 + }, + { + "entropy": 5.832143306732178, + "epoch": 0.32056020229527327, + "grad_norm": 1.0, + "learning_rate": 0.0004993360846462333, + "loss": 5.7214, + "mean_token_accuracy": 0.15496834367513657, + "num_tokens": 7146965.0, + "step": 4120 + }, + { + "entropy": 5.823439979553223, + "epoch": 0.32094923166699085, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993339553756408, + "loss": 5.6592, + "mean_token_accuracy": 0.15344669073820114, + "num_tokens": 7155657.0, + "step": 4125 + }, + { + "entropy": 5.849871444702148, + "epoch": 0.32133826103870844, + "grad_norm": 0.984375, + "learning_rate": 0.0004993318227011378, + "loss": 5.5982, + "mean_token_accuracy": 0.15800351351499559, + "num_tokens": 7164369.0, + "step": 4130 + }, + { + "entropy": 5.862731027603149, + "epoch": 0.32172729041042597, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993296866227562, + "loss": 5.5761, + "mean_token_accuracy": 0.16416397988796233, + "num_tokens": 7172161.0, + "step": 4135 + }, + { + "entropy": 5.774852848052978, + "epoch": 0.32211631978214356, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993275471405288, + "loss": 5.6148, + "mean_token_accuracy": 0.149345500767231, + "num_tokens": 7180606.0, + "step": 4140 + }, + { + "entropy": 5.7628284931182865, + "epoch": 0.32250534915386114, + "grad_norm": 0.984375, + "learning_rate": 0.0004993254042544879, + "loss": 5.6498, + "mean_token_accuracy": 0.15902409553527833, + "num_tokens": 7188912.0, + "step": 4145 + }, + { + "entropy": 5.808630084991455, + "epoch": 0.3228943785255787, + "grad_norm": 0.93359375, + "learning_rate": 0.000499323257964666, + "loss": 5.6582, + "mean_token_accuracy": 0.15545909702777863, + "num_tokens": 7197477.0, + "step": 4150 + }, + { + "entropy": 5.859759187698364, + "epoch": 0.32328340789729626, + "grad_norm": 1.03125, + "learning_rate": 0.0004993211082710957, + "loss": 5.6418, + "mean_token_accuracy": 0.1600700318813324, + "num_tokens": 7206571.0, + "step": 4155 + }, + { + "entropy": 5.824004888534546, + "epoch": 0.3236724372690138, + "grad_norm": 1.015625, + "learning_rate": 0.0004993189551738097, + "loss": 5.4896, + "mean_token_accuracy": 0.1557634025812149, + "num_tokens": 7215319.0, + "step": 4160 + }, + { + "entropy": 5.779311323165894, + "epoch": 0.3240614666407314, + "grad_norm": 1.046875, + "learning_rate": 0.0004993167986728405, + "loss": 5.6555, + "mean_token_accuracy": 0.1558437839150429, + "num_tokens": 7223389.0, + "step": 4165 + }, + { + "entropy": 5.818670797348022, + "epoch": 0.32445049601244896, + "grad_norm": 0.96875, + "learning_rate": 0.000499314638768221, + "loss": 5.6366, + "mean_token_accuracy": 0.1572311580181122, + "num_tokens": 7231853.0, + "step": 4170 + }, + { + "entropy": 5.805356645584107, + "epoch": 0.3248395253841665, + "grad_norm": 0.9296875, + "learning_rate": 0.0004993124754599839, + "loss": 5.5678, + "mean_token_accuracy": 0.1613128237426281, + "num_tokens": 7241081.0, + "step": 4175 + }, + { + "entropy": 5.773802375793457, + "epoch": 0.3252285547558841, + "grad_norm": 1.0390625, + "learning_rate": 0.0004993103087481619, + "loss": 5.598, + "mean_token_accuracy": 0.15808786898851396, + "num_tokens": 7249742.0, + "step": 4180 + }, + { + "entropy": 5.8834186553955075, + "epoch": 0.3256175841276016, + "grad_norm": 0.9375, + "learning_rate": 0.0004993081386327881, + "loss": 5.7046, + "mean_token_accuracy": 0.15388916730880736, + "num_tokens": 7258285.0, + "step": 4185 + }, + { + "entropy": 5.80883526802063, + "epoch": 0.3260066134993192, + "grad_norm": 0.9765625, + "learning_rate": 0.0004993059651138953, + "loss": 5.5378, + "mean_token_accuracy": 0.16168167293071747, + "num_tokens": 7266843.0, + "step": 4190 + }, + { + "entropy": 5.761549377441407, + "epoch": 0.3263956428710368, + "grad_norm": 0.984375, + "learning_rate": 0.0004993037881915165, + "loss": 5.6235, + "mean_token_accuracy": 0.16374704092741013, + "num_tokens": 7276041.0, + "step": 4195 + }, + { + "entropy": 5.801425170898438, + "epoch": 0.3267846722427543, + "grad_norm": 0.953125, + "learning_rate": 0.0004993016078656847, + "loss": 5.6898, + "mean_token_accuracy": 0.1496354892849922, + "num_tokens": 7285144.0, + "step": 4200 + }, + { + "entropy": 5.701427793502807, + "epoch": 0.3271737016144719, + "grad_norm": 0.9609375, + "learning_rate": 0.000499299424136433, + "loss": 5.5432, + "mean_token_accuracy": 0.16148447692394258, + "num_tokens": 7293976.0, + "step": 4205 + }, + { + "entropy": 5.813598680496216, + "epoch": 0.32756273098618943, + "grad_norm": 1.1171875, + "learning_rate": 0.0004992972370037946, + "loss": 5.5957, + "mean_token_accuracy": 0.15628974586725236, + "num_tokens": 7302365.0, + "step": 4210 + }, + { + "entropy": 5.853533697128296, + "epoch": 0.327951760357907, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992950464678026, + "loss": 5.6728, + "mean_token_accuracy": 0.1533830374479294, + "num_tokens": 7310909.0, + "step": 4215 + }, + { + "entropy": 5.817704343795777, + "epoch": 0.3283407897296246, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992928525284903, + "loss": 5.6304, + "mean_token_accuracy": 0.1496094822883606, + "num_tokens": 7319391.0, + "step": 4220 + }, + { + "entropy": 5.894934749603271, + "epoch": 0.32872981910134214, + "grad_norm": 1.03125, + "learning_rate": 0.000499290655185891, + "loss": 5.7032, + "mean_token_accuracy": 0.15388529300689696, + "num_tokens": 7328076.0, + "step": 4225 + }, + { + "entropy": 5.895980453491211, + "epoch": 0.3291188484730597, + "grad_norm": 1.015625, + "learning_rate": 0.000499288454440038, + "loss": 5.656, + "mean_token_accuracy": 0.15448319762945176, + "num_tokens": 7336833.0, + "step": 4230 + }, + { + "entropy": 5.7740541934967045, + "epoch": 0.3295078778447773, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992862502909645, + "loss": 5.5709, + "mean_token_accuracy": 0.16009747087955475, + "num_tokens": 7344862.0, + "step": 4235 + }, + { + "entropy": 5.845920705795288, + "epoch": 0.32989690721649484, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992840427387043, + "loss": 5.6108, + "mean_token_accuracy": 0.1616164118051529, + "num_tokens": 7354503.0, + "step": 4240 + }, + { + "entropy": 5.807738494873047, + "epoch": 0.3302859365882124, + "grad_norm": 1.046875, + "learning_rate": 0.0004992818317832908, + "loss": 5.5924, + "mean_token_accuracy": 0.15691906362771987, + "num_tokens": 7363000.0, + "step": 4245 + }, + { + "entropy": 5.762190198898315, + "epoch": 0.33067496595992996, + "grad_norm": 0.94140625, + "learning_rate": 0.0004992796174247574, + "loss": 5.6631, + "mean_token_accuracy": 0.15225939452648163, + "num_tokens": 7372619.0, + "step": 4250 + }, + { + "entropy": 5.859451723098755, + "epoch": 0.33106399533164754, + "grad_norm": 1.1171875, + "learning_rate": 0.0004992773996631378, + "loss": 5.5438, + "mean_token_accuracy": 0.16727319806814195, + "num_tokens": 7380531.0, + "step": 4255 + }, + { + "entropy": 5.779058408737183, + "epoch": 0.33145302470336513, + "grad_norm": 0.98046875, + "learning_rate": 0.0004992751784984656, + "loss": 5.6608, + "mean_token_accuracy": 0.15575532466173173, + "num_tokens": 7389153.0, + "step": 4260 + }, + { + "entropy": 5.766335105895996, + "epoch": 0.33184205407508266, + "grad_norm": 0.984375, + "learning_rate": 0.0004992729539307745, + "loss": 5.5563, + "mean_token_accuracy": 0.1592848628759384, + "num_tokens": 7397880.0, + "step": 4265 + }, + { + "entropy": 5.846122121810913, + "epoch": 0.33223108344680025, + "grad_norm": 1.015625, + "learning_rate": 0.0004992707259600984, + "loss": 5.6265, + "mean_token_accuracy": 0.1536146730184555, + "num_tokens": 7406180.0, + "step": 4270 + }, + { + "entropy": 5.763803863525391, + "epoch": 0.3326201128185178, + "grad_norm": 0.9765625, + "learning_rate": 0.0004992684945864709, + "loss": 5.6285, + "mean_token_accuracy": 0.15639231055974961, + "num_tokens": 7415069.0, + "step": 4275 + }, + { + "entropy": 5.810007476806641, + "epoch": 0.33300914219023536, + "grad_norm": 0.9921875, + "learning_rate": 0.0004992662598099261, + "loss": 5.6936, + "mean_token_accuracy": 0.15463295876979827, + "num_tokens": 7423921.0, + "step": 4280 + }, + { + "entropy": 5.7576460361480715, + "epoch": 0.33339817156195295, + "grad_norm": 0.9453125, + "learning_rate": 0.0004992640216304975, + "loss": 5.4188, + "mean_token_accuracy": 0.16716092079877853, + "num_tokens": 7432655.0, + "step": 4285 + }, + { + "entropy": 5.829642963409424, + "epoch": 0.3337872009336705, + "grad_norm": 0.9765625, + "learning_rate": 0.0004992617800482196, + "loss": 5.6198, + "mean_token_accuracy": 0.15765354484319688, + "num_tokens": 7441858.0, + "step": 4290 + }, + { + "entropy": 5.723947429656983, + "epoch": 0.33417623030538807, + "grad_norm": 1.0703125, + "learning_rate": 0.000499259535063126, + "loss": 5.5789, + "mean_token_accuracy": 0.15934376716613768, + "num_tokens": 7450030.0, + "step": 4295 + }, + { + "entropy": 5.808957242965699, + "epoch": 0.3345652596771056, + "grad_norm": 1.0078125, + "learning_rate": 0.000499257286675251, + "loss": 5.6593, + "mean_token_accuracy": 0.15726078003644944, + "num_tokens": 7458256.0, + "step": 4300 + }, + { + "entropy": 5.867031478881836, + "epoch": 0.3349542890488232, + "grad_norm": 1.0703125, + "learning_rate": 0.0004992550348846285, + "loss": 5.6334, + "mean_token_accuracy": 0.15359683632850646, + "num_tokens": 7466710.0, + "step": 4305 + }, + { + "entropy": 5.773306608200073, + "epoch": 0.33534331842054077, + "grad_norm": 0.91015625, + "learning_rate": 0.0004992527796912928, + "loss": 5.5716, + "mean_token_accuracy": 0.15899703204631804, + "num_tokens": 7475445.0, + "step": 4310 + }, + { + "entropy": 5.8272724628448485, + "epoch": 0.3357323477922583, + "grad_norm": 1.0234375, + "learning_rate": 0.0004992505210952782, + "loss": 5.6566, + "mean_token_accuracy": 0.15544623732566834, + "num_tokens": 7484326.0, + "step": 4315 + }, + { + "entropy": 5.770163440704346, + "epoch": 0.3361213771639759, + "grad_norm": 1.0078125, + "learning_rate": 0.0004992482590966188, + "loss": 5.559, + "mean_token_accuracy": 0.15421020984649658, + "num_tokens": 7493028.0, + "step": 4320 + }, + { + "entropy": 5.868523788452149, + "epoch": 0.3365104065356934, + "grad_norm": 0.99609375, + "learning_rate": 0.0004992459936953489, + "loss": 5.7285, + "mean_token_accuracy": 0.14974396377801896, + "num_tokens": 7502284.0, + "step": 4325 + }, + { + "entropy": 5.830294513702393, + "epoch": 0.336899435907411, + "grad_norm": 1.03125, + "learning_rate": 0.0004992437248915032, + "loss": 5.6091, + "mean_token_accuracy": 0.1528960421681404, + "num_tokens": 7510728.0, + "step": 4330 + }, + { + "entropy": 5.75536732673645, + "epoch": 0.3372884652791286, + "grad_norm": 0.97265625, + "learning_rate": 0.0004992414526851157, + "loss": 5.5634, + "mean_token_accuracy": 0.16224416494369506, + "num_tokens": 7519578.0, + "step": 4335 + }, + { + "entropy": 5.788976240158081, + "epoch": 0.3376774946508461, + "grad_norm": 1.015625, + "learning_rate": 0.0004992391770762212, + "loss": 5.6893, + "mean_token_accuracy": 0.15647384971380235, + "num_tokens": 7528853.0, + "step": 4340 + }, + { + "entropy": 5.948878335952759, + "epoch": 0.3380665240225637, + "grad_norm": 1.03125, + "learning_rate": 0.000499236898064854, + "loss": 5.7347, + "mean_token_accuracy": 0.15497319251298905, + "num_tokens": 7537000.0, + "step": 4345 + }, + { + "entropy": 5.835531377792359, + "epoch": 0.3384555533942813, + "grad_norm": 0.96875, + "learning_rate": 0.0004992346156510488, + "loss": 5.6985, + "mean_token_accuracy": 0.1538426622748375, + "num_tokens": 7545439.0, + "step": 4350 + }, + { + "entropy": 5.821720838546753, + "epoch": 0.3388445827659988, + "grad_norm": 0.94921875, + "learning_rate": 0.0004992323298348403, + "loss": 5.5876, + "mean_token_accuracy": 0.15640681535005568, + "num_tokens": 7553808.0, + "step": 4355 + }, + { + "entropy": 5.844230365753174, + "epoch": 0.3392336121377164, + "grad_norm": 0.98828125, + "learning_rate": 0.000499230040616263, + "loss": 5.6092, + "mean_token_accuracy": 0.1657412052154541, + "num_tokens": 7562124.0, + "step": 4360 + }, + { + "entropy": 5.876851892471313, + "epoch": 0.33962264150943394, + "grad_norm": 0.90234375, + "learning_rate": 0.0004992277479953518, + "loss": 5.6564, + "mean_token_accuracy": 0.15803641080856323, + "num_tokens": 7570692.0, + "step": 4365 + }, + { + "entropy": 5.753260946273803, + "epoch": 0.34001167088115153, + "grad_norm": 1.0, + "learning_rate": 0.0004992254519721414, + "loss": 5.5656, + "mean_token_accuracy": 0.1561785027384758, + "num_tokens": 7579380.0, + "step": 4370 + }, + { + "entropy": 5.7513867855072025, + "epoch": 0.3404007002528691, + "grad_norm": 1.0546875, + "learning_rate": 0.0004992231525466666, + "loss": 5.6143, + "mean_token_accuracy": 0.1561330333352089, + "num_tokens": 7587581.0, + "step": 4375 + }, + { + "entropy": 5.8919556617736815, + "epoch": 0.34078972962458665, + "grad_norm": 0.953125, + "learning_rate": 0.0004992208497189624, + "loss": 5.6625, + "mean_token_accuracy": 0.15787704586982726, + "num_tokens": 7596373.0, + "step": 4380 + }, + { + "entropy": 5.797363567352295, + "epoch": 0.34117875899630423, + "grad_norm": 0.9609375, + "learning_rate": 0.0004992185434890637, + "loss": 5.6715, + "mean_token_accuracy": 0.15297794640064238, + "num_tokens": 7605698.0, + "step": 4385 + }, + { + "entropy": 5.882697725296021, + "epoch": 0.34156778836802176, + "grad_norm": 1.015625, + "learning_rate": 0.0004992162338570055, + "loss": 5.6975, + "mean_token_accuracy": 0.14880578219890594, + "num_tokens": 7614299.0, + "step": 4390 + }, + { + "entropy": 5.7781144142150875, + "epoch": 0.34195681773973935, + "grad_norm": 1.015625, + "learning_rate": 0.0004992139208228227, + "loss": 5.6118, + "mean_token_accuracy": 0.16854615658521652, + "num_tokens": 7622244.0, + "step": 4395 + }, + { + "entropy": 5.8229796409606935, + "epoch": 0.34234584711145694, + "grad_norm": 1.015625, + "learning_rate": 0.0004992116043865506, + "loss": 5.7222, + "mean_token_accuracy": 0.14495111405849456, + "num_tokens": 7631421.0, + "step": 4400 + }, + { + "entropy": 5.837610483169556, + "epoch": 0.34273487648317447, + "grad_norm": 0.9609375, + "learning_rate": 0.0004992092845482244, + "loss": 5.6514, + "mean_token_accuracy": 0.16512158513069153, + "num_tokens": 7640483.0, + "step": 4405 + }, + { + "entropy": 5.790783357620239, + "epoch": 0.34312390585489205, + "grad_norm": 0.96484375, + "learning_rate": 0.0004992069613078791, + "loss": 5.581, + "mean_token_accuracy": 0.1600580781698227, + "num_tokens": 7648928.0, + "step": 4410 + }, + { + "entropy": 5.822185516357422, + "epoch": 0.3435129352266096, + "grad_norm": 0.98046875, + "learning_rate": 0.0004992046346655499, + "loss": 5.5944, + "mean_token_accuracy": 0.16028566807508468, + "num_tokens": 7658158.0, + "step": 4415 + }, + { + "entropy": 5.871115207672119, + "epoch": 0.34390196459832717, + "grad_norm": 0.89453125, + "learning_rate": 0.0004992023046212723, + "loss": 5.6718, + "mean_token_accuracy": 0.16050985604524612, + "num_tokens": 7666657.0, + "step": 4420 + }, + { + "entropy": 5.8094886302947994, + "epoch": 0.34429099397004476, + "grad_norm": 1.015625, + "learning_rate": 0.0004991999711750816, + "loss": 5.6214, + "mean_token_accuracy": 0.15986572504043578, + "num_tokens": 7675182.0, + "step": 4425 + }, + { + "entropy": 5.760066080093384, + "epoch": 0.3446800233417623, + "grad_norm": 0.97265625, + "learning_rate": 0.0004991976343270133, + "loss": 5.576, + "mean_token_accuracy": 0.1577327698469162, + "num_tokens": 7684132.0, + "step": 4430 + }, + { + "entropy": 5.778253698348999, + "epoch": 0.3450690527134799, + "grad_norm": 0.9453125, + "learning_rate": 0.0004991952940771026, + "loss": 5.5113, + "mean_token_accuracy": 0.16556746065616607, + "num_tokens": 7692574.0, + "step": 4435 + }, + { + "entropy": 5.707170486450195, + "epoch": 0.34545808208519746, + "grad_norm": 0.953125, + "learning_rate": 0.0004991929504253852, + "loss": 5.581, + "mean_token_accuracy": 0.16168904453516006, + "num_tokens": 7700969.0, + "step": 4440 + }, + { + "entropy": 5.851817226409912, + "epoch": 0.345847111456915, + "grad_norm": 1.0546875, + "learning_rate": 0.0004991906033718966, + "loss": 5.7303, + "mean_token_accuracy": 0.1541138157248497, + "num_tokens": 7710688.0, + "step": 4445 + }, + { + "entropy": 5.875735950469971, + "epoch": 0.3462361408286326, + "grad_norm": 1.015625, + "learning_rate": 0.0004991882529166724, + "loss": 5.684, + "mean_token_accuracy": 0.15931884944438934, + "num_tokens": 7720071.0, + "step": 4450 + }, + { + "entropy": 5.699068641662597, + "epoch": 0.3466251702003501, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991858990597483, + "loss": 5.4769, + "mean_token_accuracy": 0.16656545400619507, + "num_tokens": 7728418.0, + "step": 4455 + }, + { + "entropy": 5.807401704788208, + "epoch": 0.3470141995720677, + "grad_norm": 1.0703125, + "learning_rate": 0.0004991835418011601, + "loss": 5.7004, + "mean_token_accuracy": 0.1571740910410881, + "num_tokens": 7736849.0, + "step": 4460 + }, + { + "entropy": 5.812630748748779, + "epoch": 0.3474032289437853, + "grad_norm": 1.0234375, + "learning_rate": 0.0004991811811409434, + "loss": 5.6368, + "mean_token_accuracy": 0.1612528756260872, + "num_tokens": 7745730.0, + "step": 4465 + }, + { + "entropy": 5.837718725204468, + "epoch": 0.3477922583155028, + "grad_norm": 1.015625, + "learning_rate": 0.0004991788170791341, + "loss": 5.5321, + "mean_token_accuracy": 0.16686054319143295, + "num_tokens": 7755040.0, + "step": 4470 + }, + { + "entropy": 5.822087287902832, + "epoch": 0.3481812876872204, + "grad_norm": 0.94921875, + "learning_rate": 0.0004991764496157682, + "loss": 5.5675, + "mean_token_accuracy": 0.16306846141815184, + "num_tokens": 7763765.0, + "step": 4475 + }, + { + "entropy": 5.662372493743897, + "epoch": 0.34857031705893793, + "grad_norm": 0.95703125, + "learning_rate": 0.0004991740787508814, + "loss": 5.5465, + "mean_token_accuracy": 0.15900719314813613, + "num_tokens": 7772261.0, + "step": 4480 + }, + { + "entropy": 5.890163516998291, + "epoch": 0.3489593464306555, + "grad_norm": 1.015625, + "learning_rate": 0.0004991717044845097, + "loss": 5.6988, + "mean_token_accuracy": 0.15734705626964568, + "num_tokens": 7781651.0, + "step": 4485 + }, + { + "entropy": 5.793856143951416, + "epoch": 0.3493483758023731, + "grad_norm": 1.015625, + "learning_rate": 0.0004991693268166892, + "loss": 5.5536, + "mean_token_accuracy": 0.15972345769405366, + "num_tokens": 7789926.0, + "step": 4490 + }, + { + "entropy": 5.799531078338623, + "epoch": 0.34973740517409063, + "grad_norm": 0.97265625, + "learning_rate": 0.0004991669457474559, + "loss": 5.5908, + "mean_token_accuracy": 0.15855335295200348, + "num_tokens": 7798435.0, + "step": 4495 + }, + { + "entropy": 5.703534173965454, + "epoch": 0.3501264345458082, + "grad_norm": 1.0, + "learning_rate": 0.0004991645612768461, + "loss": 5.5305, + "mean_token_accuracy": 0.15555441081523896, + "num_tokens": 7806674.0, + "step": 4500 + }, + { + "entropy": 5.793919277191162, + "epoch": 0.35051546391752575, + "grad_norm": 1.0390625, + "learning_rate": 0.0004991621734048958, + "loss": 5.5803, + "mean_token_accuracy": 0.16211650967597963, + "num_tokens": 7814774.0, + "step": 4505 + }, + { + "entropy": 5.772414875030518, + "epoch": 0.35090449328924334, + "grad_norm": 0.98828125, + "learning_rate": 0.0004991597821316415, + "loss": 5.6327, + "mean_token_accuracy": 0.16405177861452103, + "num_tokens": 7822879.0, + "step": 4510 + }, + { + "entropy": 5.7185948371887205, + "epoch": 0.3512935226609609, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991573874571192, + "loss": 5.5775, + "mean_token_accuracy": 0.1566230461001396, + "num_tokens": 7831418.0, + "step": 4515 + }, + { + "entropy": 5.786003923416137, + "epoch": 0.35168255203267845, + "grad_norm": 1.1015625, + "learning_rate": 0.0004991549893813653, + "loss": 5.5533, + "mean_token_accuracy": 0.1591557964682579, + "num_tokens": 7839513.0, + "step": 4520 + }, + { + "entropy": 5.764983367919922, + "epoch": 0.35207158140439604, + "grad_norm": 1.015625, + "learning_rate": 0.0004991525879044162, + "loss": 5.5583, + "mean_token_accuracy": 0.15838483273983, + "num_tokens": 7847653.0, + "step": 4525 + }, + { + "entropy": 5.786115550994873, + "epoch": 0.35246061077611357, + "grad_norm": 1.0234375, + "learning_rate": 0.0004991501830263084, + "loss": 5.6485, + "mean_token_accuracy": 0.15774892494082451, + "num_tokens": 7857093.0, + "step": 4530 + }, + { + "entropy": 5.811744642257691, + "epoch": 0.35284964014783116, + "grad_norm": 1.015625, + "learning_rate": 0.0004991477747470783, + "loss": 5.6042, + "mean_token_accuracy": 0.15566327124834062, + "num_tokens": 7866129.0, + "step": 4535 + }, + { + "entropy": 5.783624172210693, + "epoch": 0.35323866951954874, + "grad_norm": 1.09375, + "learning_rate": 0.0004991453630667625, + "loss": 5.6931, + "mean_token_accuracy": 0.15737468898296356, + "num_tokens": 7874613.0, + "step": 4540 + }, + { + "entropy": 5.684437322616577, + "epoch": 0.3536276988912663, + "grad_norm": 1.015625, + "learning_rate": 0.0004991429479853976, + "loss": 5.451, + "mean_token_accuracy": 0.16613204032182693, + "num_tokens": 7882292.0, + "step": 4545 + }, + { + "entropy": 5.772076034545899, + "epoch": 0.35401672826298386, + "grad_norm": 1.03125, + "learning_rate": 0.0004991405295030202, + "loss": 5.4785, + "mean_token_accuracy": 0.1672605663537979, + "num_tokens": 7890810.0, + "step": 4550 + }, + { + "entropy": 5.796853303909302, + "epoch": 0.35440575763470145, + "grad_norm": 0.98046875, + "learning_rate": 0.0004991381076196671, + "loss": 5.6086, + "mean_token_accuracy": 0.15777526199817657, + "num_tokens": 7899964.0, + "step": 4555 + }, + { + "entropy": 5.752718496322632, + "epoch": 0.354794787006419, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991356823353748, + "loss": 5.5094, + "mean_token_accuracy": 0.16097644716501236, + "num_tokens": 7908600.0, + "step": 4560 + }, + { + "entropy": 5.7299388408660885, + "epoch": 0.35518381637813656, + "grad_norm": 1.015625, + "learning_rate": 0.0004991332536501804, + "loss": 5.6318, + "mean_token_accuracy": 0.1585194870829582, + "num_tokens": 7916893.0, + "step": 4565 + }, + { + "entropy": 5.76154408454895, + "epoch": 0.3555728457498541, + "grad_norm": 0.9140625, + "learning_rate": 0.0004991308215641205, + "loss": 5.4898, + "mean_token_accuracy": 0.1694232165813446, + "num_tokens": 7925230.0, + "step": 4570 + }, + { + "entropy": 5.790162515640259, + "epoch": 0.3559618751215717, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991283860772323, + "loss": 5.5458, + "mean_token_accuracy": 0.16623237133026122, + "num_tokens": 7933487.0, + "step": 4575 + }, + { + "entropy": 5.7462163925170895, + "epoch": 0.35635090449328927, + "grad_norm": 1.0390625, + "learning_rate": 0.0004991259471895525, + "loss": 5.582, + "mean_token_accuracy": 0.16115867495536804, + "num_tokens": 7941957.0, + "step": 4580 + }, + { + "entropy": 5.762738752365112, + "epoch": 0.3567399338650068, + "grad_norm": 0.94921875, + "learning_rate": 0.0004991235049011182, + "loss": 5.5274, + "mean_token_accuracy": 0.15829257667064667, + "num_tokens": 7950912.0, + "step": 4585 + }, + { + "entropy": 5.754968738555908, + "epoch": 0.3571289632367244, + "grad_norm": 0.9296875, + "learning_rate": 0.0004991210592119663, + "loss": 5.5701, + "mean_token_accuracy": 0.1587151512503624, + "num_tokens": 7959724.0, + "step": 4590 + }, + { + "entropy": 5.784298467636108, + "epoch": 0.3575179926084419, + "grad_norm": 0.9296875, + "learning_rate": 0.0004991186101221342, + "loss": 5.5576, + "mean_token_accuracy": 0.16696627289056779, + "num_tokens": 7968683.0, + "step": 4595 + }, + { + "entropy": 5.69855260848999, + "epoch": 0.3579070219801595, + "grad_norm": 0.96875, + "learning_rate": 0.000499116157631659, + "loss": 5.5198, + "mean_token_accuracy": 0.16008122861385346, + "num_tokens": 7977004.0, + "step": 4600 + }, + { + "entropy": 5.854188108444214, + "epoch": 0.3582960513518771, + "grad_norm": 0.98046875, + "learning_rate": 0.0004991137017405777, + "loss": 5.7284, + "mean_token_accuracy": 0.15145769119262695, + "num_tokens": 7985537.0, + "step": 4605 + }, + { + "entropy": 5.852160310745239, + "epoch": 0.3586850807235946, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991112424489277, + "loss": 5.6282, + "mean_token_accuracy": 0.15578002780675887, + "num_tokens": 7994298.0, + "step": 4610 + }, + { + "entropy": 5.7363073348999025, + "epoch": 0.3590741100953122, + "grad_norm": 0.96484375, + "learning_rate": 0.0004991087797567462, + "loss": 5.5804, + "mean_token_accuracy": 0.16114823073148726, + "num_tokens": 8003145.0, + "step": 4615 + }, + { + "entropy": 5.741312026977539, + "epoch": 0.35946313946702974, + "grad_norm": 1.0, + "learning_rate": 0.0004991063136640709, + "loss": 5.5539, + "mean_token_accuracy": 0.15820185393095015, + "num_tokens": 8011839.0, + "step": 4620 + }, + { + "entropy": 5.846971559524536, + "epoch": 0.3598521688387473, + "grad_norm": 1.0078125, + "learning_rate": 0.0004991038441709388, + "loss": 5.6292, + "mean_token_accuracy": 0.1515355572104454, + "num_tokens": 8020248.0, + "step": 4625 + }, + { + "entropy": 5.809453773498535, + "epoch": 0.3602411982104649, + "grad_norm": 0.9609375, + "learning_rate": 0.0004991013712773877, + "loss": 5.6502, + "mean_token_accuracy": 0.15742439329624175, + "num_tokens": 8029360.0, + "step": 4630 + }, + { + "entropy": 5.897890329360962, + "epoch": 0.36063022758218244, + "grad_norm": 1.0546875, + "learning_rate": 0.0004990988949834549, + "loss": 5.7066, + "mean_token_accuracy": 0.1522804707288742, + "num_tokens": 8037407.0, + "step": 4635 + }, + { + "entropy": 5.818277740478516, + "epoch": 0.3610192569539, + "grad_norm": 0.9609375, + "learning_rate": 0.000499096415289178, + "loss": 5.5227, + "mean_token_accuracy": 0.16456927210092545, + "num_tokens": 8045935.0, + "step": 4640 + }, + { + "entropy": 5.764923477172852, + "epoch": 0.3614082863256176, + "grad_norm": 1.0546875, + "learning_rate": 0.0004990939321945948, + "loss": 5.678, + "mean_token_accuracy": 0.14663905650377274, + "num_tokens": 8054640.0, + "step": 4645 + }, + { + "entropy": 5.881791114807129, + "epoch": 0.36179731569733514, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990914456997427, + "loss": 5.664, + "mean_token_accuracy": 0.16005869060754777, + "num_tokens": 8063845.0, + "step": 4650 + }, + { + "entropy": 5.818548250198364, + "epoch": 0.36218634506905273, + "grad_norm": 0.99609375, + "learning_rate": 0.0004990889558046598, + "loss": 5.5912, + "mean_token_accuracy": 0.1565910518169403, + "num_tokens": 8072389.0, + "step": 4655 + }, + { + "entropy": 5.706920480728149, + "epoch": 0.36257537444077026, + "grad_norm": 0.96875, + "learning_rate": 0.0004990864625093836, + "loss": 5.4744, + "mean_token_accuracy": 0.16084736585617065, + "num_tokens": 8080683.0, + "step": 4660 + }, + { + "entropy": 5.6497913837432865, + "epoch": 0.36296440381248785, + "grad_norm": 1.046875, + "learning_rate": 0.0004990839658139519, + "loss": 5.5024, + "mean_token_accuracy": 0.1633412852883339, + "num_tokens": 8088945.0, + "step": 4665 + }, + { + "entropy": 5.738694334030152, + "epoch": 0.36335343318420543, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990814657184028, + "loss": 5.5617, + "mean_token_accuracy": 0.15861178040504456, + "num_tokens": 8097447.0, + "step": 4670 + }, + { + "entropy": 5.70173487663269, + "epoch": 0.36374246255592296, + "grad_norm": 1.03125, + "learning_rate": 0.0004990789622227741, + "loss": 5.4118, + "mean_token_accuracy": 0.17580605000257493, + "num_tokens": 8105570.0, + "step": 4675 + }, + { + "entropy": 5.678836393356323, + "epoch": 0.36413149192764055, + "grad_norm": 0.9765625, + "learning_rate": 0.0004990764553271038, + "loss": 5.5463, + "mean_token_accuracy": 0.16317810416221618, + "num_tokens": 8114842.0, + "step": 4680 + }, + { + "entropy": 5.748669624328613, + "epoch": 0.3645205212993581, + "grad_norm": 0.9765625, + "learning_rate": 0.0004990739450314299, + "loss": 5.5307, + "mean_token_accuracy": 0.16124996095895766, + "num_tokens": 8122960.0, + "step": 4685 + }, + { + "entropy": 5.865330505371094, + "epoch": 0.36490955067107567, + "grad_norm": 0.984375, + "learning_rate": 0.0004990714313357906, + "loss": 5.6691, + "mean_token_accuracy": 0.16008023619651796, + "num_tokens": 8131850.0, + "step": 4690 + }, + { + "entropy": 5.75564661026001, + "epoch": 0.36529858004279325, + "grad_norm": 1.0625, + "learning_rate": 0.000499068914240224, + "loss": 5.539, + "mean_token_accuracy": 0.1603344514966011, + "num_tokens": 8139818.0, + "step": 4695 + }, + { + "entropy": 5.679873132705689, + "epoch": 0.3656876094145108, + "grad_norm": 0.96875, + "learning_rate": 0.0004990663937447682, + "loss": 5.6201, + "mean_token_accuracy": 0.16053933054208755, + "num_tokens": 8147995.0, + "step": 4700 + }, + { + "entropy": 5.8246174335479735, + "epoch": 0.36607663878622837, + "grad_norm": 1.0234375, + "learning_rate": 0.0004990638698494615, + "loss": 5.5967, + "mean_token_accuracy": 0.15836117267608643, + "num_tokens": 8156879.0, + "step": 4705 + }, + { + "entropy": 5.8064148902893065, + "epoch": 0.3664656681579459, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990613425543423, + "loss": 5.5678, + "mean_token_accuracy": 0.15500140488147734, + "num_tokens": 8164860.0, + "step": 4710 + }, + { + "entropy": 5.691606712341309, + "epoch": 0.3668546975296635, + "grad_norm": 0.953125, + "learning_rate": 0.0004990588118594487, + "loss": 5.4042, + "mean_token_accuracy": 0.1723329722881317, + "num_tokens": 8173319.0, + "step": 4715 + }, + { + "entropy": 5.727795028686524, + "epoch": 0.3672437269013811, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990562777648194, + "loss": 5.6093, + "mean_token_accuracy": 0.16026716232299804, + "num_tokens": 8182385.0, + "step": 4720 + }, + { + "entropy": 5.8143706798553465, + "epoch": 0.3676327562730986, + "grad_norm": 1.0625, + "learning_rate": 0.0004990537402704928, + "loss": 5.5297, + "mean_token_accuracy": 0.16515245139598847, + "num_tokens": 8190394.0, + "step": 4725 + }, + { + "entropy": 5.759135580062866, + "epoch": 0.3680217856448162, + "grad_norm": 1.078125, + "learning_rate": 0.0004990511993765071, + "loss": 5.5424, + "mean_token_accuracy": 0.15767809599637986, + "num_tokens": 8198532.0, + "step": 4730 + }, + { + "entropy": 5.628855466842651, + "epoch": 0.3684108150165337, + "grad_norm": 0.98828125, + "learning_rate": 0.0004990486550829011, + "loss": 5.4953, + "mean_token_accuracy": 0.168289515376091, + "num_tokens": 8207436.0, + "step": 4735 + }, + { + "entropy": 5.780854320526123, + "epoch": 0.3687998443882513, + "grad_norm": 0.88671875, + "learning_rate": 0.0004990461073897134, + "loss": 5.5408, + "mean_token_accuracy": 0.16624754965305327, + "num_tokens": 8216316.0, + "step": 4740 + }, + { + "entropy": 5.769868183135986, + "epoch": 0.3691888737599689, + "grad_norm": 0.984375, + "learning_rate": 0.0004990435562969827, + "loss": 5.4902, + "mean_token_accuracy": 0.1653371199965477, + "num_tokens": 8224918.0, + "step": 4745 + }, + { + "entropy": 5.69854769706726, + "epoch": 0.3695779031316864, + "grad_norm": 1.03125, + "learning_rate": 0.0004990410018047475, + "loss": 5.5301, + "mean_token_accuracy": 0.1603669047355652, + "num_tokens": 8233506.0, + "step": 4750 + }, + { + "entropy": 5.743416881561279, + "epoch": 0.369966932503404, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990384439130467, + "loss": 5.5692, + "mean_token_accuracy": 0.15842108130455018, + "num_tokens": 8243122.0, + "step": 4755 + }, + { + "entropy": 5.7349554061889645, + "epoch": 0.3703559618751216, + "grad_norm": 0.984375, + "learning_rate": 0.0004990358826219192, + "loss": 5.5439, + "mean_token_accuracy": 0.16526512950658798, + "num_tokens": 8251639.0, + "step": 4760 + }, + { + "entropy": 5.757761478424072, + "epoch": 0.37074499124683913, + "grad_norm": 1.015625, + "learning_rate": 0.0004990333179314038, + "loss": 5.5815, + "mean_token_accuracy": 0.1549780011177063, + "num_tokens": 8260487.0, + "step": 4765 + }, + { + "entropy": 5.771208095550537, + "epoch": 0.3711340206185567, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990307498415393, + "loss": 5.5617, + "mean_token_accuracy": 0.16446320563554764, + "num_tokens": 8270111.0, + "step": 4770 + }, + { + "entropy": 5.77273907661438, + "epoch": 0.37152304999027425, + "grad_norm": 1.0078125, + "learning_rate": 0.0004990281783523648, + "loss": 5.6953, + "mean_token_accuracy": 0.15468359738588333, + "num_tokens": 8278171.0, + "step": 4775 + }, + { + "entropy": 5.764896488189697, + "epoch": 0.37191207936199183, + "grad_norm": 0.9609375, + "learning_rate": 0.0004990256034639192, + "loss": 5.5751, + "mean_token_accuracy": 0.1614871248602867, + "num_tokens": 8287278.0, + "step": 4780 + }, + { + "entropy": 5.859795999526978, + "epoch": 0.3723011087337094, + "grad_norm": 0.984375, + "learning_rate": 0.0004990230251762418, + "loss": 5.6972, + "mean_token_accuracy": 0.15220141559839248, + "num_tokens": 8296874.0, + "step": 4785 + }, + { + "entropy": 5.758879995346069, + "epoch": 0.37269013810542695, + "grad_norm": 1.078125, + "learning_rate": 0.0004990204434893713, + "loss": 5.5568, + "mean_token_accuracy": 0.15907381623983383, + "num_tokens": 8305375.0, + "step": 4790 + }, + { + "entropy": 5.848282766342163, + "epoch": 0.37307916747714454, + "grad_norm": 0.97265625, + "learning_rate": 0.0004990178584033474, + "loss": 5.6089, + "mean_token_accuracy": 0.15528460443019867, + "num_tokens": 8313960.0, + "step": 4795 + }, + { + "entropy": 5.78062481880188, + "epoch": 0.37346819684886207, + "grad_norm": 0.9453125, + "learning_rate": 0.0004990152699182089, + "loss": 5.5427, + "mean_token_accuracy": 0.16759291887283326, + "num_tokens": 8321838.0, + "step": 4800 + }, + { + "entropy": 5.700754165649414, + "epoch": 0.37385722622057965, + "grad_norm": 0.9296875, + "learning_rate": 0.0004990126780339953, + "loss": 5.5691, + "mean_token_accuracy": 0.15406242609024048, + "num_tokens": 8331325.0, + "step": 4805 + }, + { + "entropy": 5.801051759719849, + "epoch": 0.37424625559229724, + "grad_norm": 0.98046875, + "learning_rate": 0.0004990100827507459, + "loss": 5.6369, + "mean_token_accuracy": 0.15624383836984634, + "num_tokens": 8340105.0, + "step": 4810 + }, + { + "entropy": 5.731446266174316, + "epoch": 0.37463528496401477, + "grad_norm": 0.9453125, + "learning_rate": 0.0004990074840684999, + "loss": 5.4545, + "mean_token_accuracy": 0.17317897975444793, + "num_tokens": 8348256.0, + "step": 4815 + }, + { + "entropy": 5.711327409744262, + "epoch": 0.37502431433573236, + "grad_norm": 0.921875, + "learning_rate": 0.0004990048819872969, + "loss": 5.6361, + "mean_token_accuracy": 0.1525025933980942, + "num_tokens": 8357456.0, + "step": 4820 + }, + { + "entropy": 5.789103603363037, + "epoch": 0.3754133437074499, + "grad_norm": 0.94140625, + "learning_rate": 0.0004990022765071765, + "loss": 5.4928, + "mean_token_accuracy": 0.16532201766967775, + "num_tokens": 8366939.0, + "step": 4825 + }, + { + "entropy": 5.888441324234009, + "epoch": 0.3758023730791675, + "grad_norm": 1.0078125, + "learning_rate": 0.000498999667628178, + "loss": 5.6419, + "mean_token_accuracy": 0.1552483007311821, + "num_tokens": 8376062.0, + "step": 4830 + }, + { + "entropy": 5.809573221206665, + "epoch": 0.37619140245088506, + "grad_norm": 1.046875, + "learning_rate": 0.0004989970553503411, + "loss": 5.5562, + "mean_token_accuracy": 0.16382697820663453, + "num_tokens": 8383803.0, + "step": 4835 + }, + { + "entropy": 5.732746553421021, + "epoch": 0.3765804318226026, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989944396737054, + "loss": 5.7206, + "mean_token_accuracy": 0.15485890656709672, + "num_tokens": 8392844.0, + "step": 4840 + }, + { + "entropy": 5.8165699481964115, + "epoch": 0.3769694611943202, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989918205983106, + "loss": 5.6137, + "mean_token_accuracy": 0.16435452401638032, + "num_tokens": 8401937.0, + "step": 4845 + }, + { + "entropy": 5.821778202056885, + "epoch": 0.37735849056603776, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989891981241964, + "loss": 5.6275, + "mean_token_accuracy": 0.15439676195383073, + "num_tokens": 8410383.0, + "step": 4850 + }, + { + "entropy": 5.701949501037598, + "epoch": 0.3777475199377553, + "grad_norm": 0.9375, + "learning_rate": 0.0004989865722514027, + "loss": 5.5827, + "mean_token_accuracy": 0.16015864312648773, + "num_tokens": 8419053.0, + "step": 4855 + }, + { + "entropy": 5.770675277709961, + "epoch": 0.3781365493094729, + "grad_norm": 1.0625, + "learning_rate": 0.0004989839429799692, + "loss": 5.555, + "mean_token_accuracy": 0.16515738219022752, + "num_tokens": 8427311.0, + "step": 4860 + }, + { + "entropy": 5.7758008480072025, + "epoch": 0.3785255786811904, + "grad_norm": 0.9921875, + "learning_rate": 0.000498981310309936, + "loss": 5.6006, + "mean_token_accuracy": 0.16151956021785735, + "num_tokens": 8436050.0, + "step": 4865 + }, + { + "entropy": 5.834692144393921, + "epoch": 0.378914608052908, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989786742413428, + "loss": 5.5515, + "mean_token_accuracy": 0.16113933473825454, + "num_tokens": 8444579.0, + "step": 4870 + }, + { + "entropy": 5.714345455169678, + "epoch": 0.3793036374246256, + "grad_norm": 0.98046875, + "learning_rate": 0.0004989760347742298, + "loss": 5.5676, + "mean_token_accuracy": 0.16167921125888823, + "num_tokens": 8454013.0, + "step": 4875 + }, + { + "entropy": 5.793581581115722, + "epoch": 0.3796926667963431, + "grad_norm": 0.953125, + "learning_rate": 0.0004989733919086369, + "loss": 5.6778, + "mean_token_accuracy": 0.1574169933795929, + "num_tokens": 8462564.0, + "step": 4880 + }, + { + "entropy": 5.823560762405395, + "epoch": 0.3800816961680607, + "grad_norm": 0.953125, + "learning_rate": 0.0004989707456446043, + "loss": 5.5164, + "mean_token_accuracy": 0.16610173135995865, + "num_tokens": 8471035.0, + "step": 4885 + }, + { + "entropy": 5.75401349067688, + "epoch": 0.38047072553977823, + "grad_norm": 1.03125, + "learning_rate": 0.0004989680959821721, + "loss": 5.5071, + "mean_token_accuracy": 0.16652308106422425, + "num_tokens": 8479475.0, + "step": 4890 + }, + { + "entropy": 5.688182020187378, + "epoch": 0.3808597549114958, + "grad_norm": 0.9765625, + "learning_rate": 0.0004989654429213805, + "loss": 5.5743, + "mean_token_accuracy": 0.16116372048854827, + "num_tokens": 8488163.0, + "step": 4895 + }, + { + "entropy": 5.868498039245606, + "epoch": 0.3812487842832134, + "grad_norm": 0.9609375, + "learning_rate": 0.0004989627864622699, + "loss": 5.6339, + "mean_token_accuracy": 0.15791766941547394, + "num_tokens": 8497735.0, + "step": 4900 + }, + { + "entropy": 5.785080194473267, + "epoch": 0.38163781365493094, + "grad_norm": 0.94140625, + "learning_rate": 0.0004989601266048804, + "loss": 5.5745, + "mean_token_accuracy": 0.15418473482131959, + "num_tokens": 8506986.0, + "step": 4905 + }, + { + "entropy": 5.738870763778687, + "epoch": 0.3820268430266485, + "grad_norm": 0.97265625, + "learning_rate": 0.0004989574633492525, + "loss": 5.6057, + "mean_token_accuracy": 0.16127151846885682, + "num_tokens": 8515168.0, + "step": 4910 + }, + { + "entropy": 5.783707952499389, + "epoch": 0.38241587239836605, + "grad_norm": 0.96484375, + "learning_rate": 0.0004989547966954266, + "loss": 5.5922, + "mean_token_accuracy": 0.16000263020396233, + "num_tokens": 8523980.0, + "step": 4915 + }, + { + "entropy": 5.6956686019897464, + "epoch": 0.38280490177008364, + "grad_norm": 1.015625, + "learning_rate": 0.000498952126643443, + "loss": 5.5306, + "mean_token_accuracy": 0.1625279650092125, + "num_tokens": 8532938.0, + "step": 4920 + }, + { + "entropy": 5.7227997303009035, + "epoch": 0.3831939311418012, + "grad_norm": 0.93359375, + "learning_rate": 0.0004989494531933424, + "loss": 5.5089, + "mean_token_accuracy": 0.16532202064990997, + "num_tokens": 8541951.0, + "step": 4925 + }, + { + "entropy": 5.820029211044312, + "epoch": 0.38358296051351876, + "grad_norm": 1.0, + "learning_rate": 0.0004989467763451652, + "loss": 5.6715, + "mean_token_accuracy": 0.1566024363040924, + "num_tokens": 8550981.0, + "step": 4930 + }, + { + "entropy": 5.753549671173095, + "epoch": 0.38397198988523634, + "grad_norm": 0.9921875, + "learning_rate": 0.0004989440960989523, + "loss": 5.5932, + "mean_token_accuracy": 0.1530495285987854, + "num_tokens": 8559711.0, + "step": 4935 + }, + { + "entropy": 5.726752090454101, + "epoch": 0.3843610192569539, + "grad_norm": 1.0546875, + "learning_rate": 0.000498941412454744, + "loss": 5.5194, + "mean_token_accuracy": 0.15732942000031472, + "num_tokens": 8567797.0, + "step": 4940 + }, + { + "entropy": 5.742764091491699, + "epoch": 0.38475004862867146, + "grad_norm": 0.984375, + "learning_rate": 0.0004989387254125813, + "loss": 5.6155, + "mean_token_accuracy": 0.15704205930233, + "num_tokens": 8576719.0, + "step": 4945 + }, + { + "entropy": 5.787147092819214, + "epoch": 0.38513907800038905, + "grad_norm": 0.98046875, + "learning_rate": 0.0004989360349725049, + "loss": 5.6063, + "mean_token_accuracy": 0.16519807428121566, + "num_tokens": 8585871.0, + "step": 4950 + }, + { + "entropy": 5.770403671264648, + "epoch": 0.3855281073721066, + "grad_norm": 1.046875, + "learning_rate": 0.0004989333411345555, + "loss": 5.5042, + "mean_token_accuracy": 0.16043488979339598, + "num_tokens": 8594018.0, + "step": 4955 + }, + { + "entropy": 5.7103471755981445, + "epoch": 0.38591713674382416, + "grad_norm": 0.98828125, + "learning_rate": 0.0004989306438987742, + "loss": 5.6376, + "mean_token_accuracy": 0.15529824048280716, + "num_tokens": 8602788.0, + "step": 4960 + }, + { + "entropy": 5.816785144805908, + "epoch": 0.38630616611554175, + "grad_norm": 0.90234375, + "learning_rate": 0.0004989279432652018, + "loss": 5.5795, + "mean_token_accuracy": 0.16424058228731156, + "num_tokens": 8611837.0, + "step": 4965 + }, + { + "entropy": 5.7558619499206545, + "epoch": 0.3866951954872593, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989252392338791, + "loss": 5.5542, + "mean_token_accuracy": 0.16635178476572038, + "num_tokens": 8620114.0, + "step": 4970 + }, + { + "entropy": 5.8515918254852295, + "epoch": 0.38708422485897687, + "grad_norm": 1.15625, + "learning_rate": 0.0004989225318048475, + "loss": 5.6735, + "mean_token_accuracy": 0.15313750207424165, + "num_tokens": 8628777.0, + "step": 4975 + }, + { + "entropy": 5.812920141220093, + "epoch": 0.3874732542306944, + "grad_norm": 0.984375, + "learning_rate": 0.0004989198209781478, + "loss": 5.5769, + "mean_token_accuracy": 0.15885705202817918, + "num_tokens": 8637088.0, + "step": 4980 + }, + { + "entropy": 5.802033758163452, + "epoch": 0.387862283602412, + "grad_norm": 1.0703125, + "learning_rate": 0.0004989171067538211, + "loss": 5.5898, + "mean_token_accuracy": 0.16069801449775695, + "num_tokens": 8645261.0, + "step": 4985 + }, + { + "entropy": 5.761074066162109, + "epoch": 0.38825131297412957, + "grad_norm": 1.0, + "learning_rate": 0.000498914389131909, + "loss": 5.5961, + "mean_token_accuracy": 0.16617487221956254, + "num_tokens": 8653492.0, + "step": 4990 + }, + { + "entropy": 5.704293870925904, + "epoch": 0.3886403423458471, + "grad_norm": 1.0078125, + "learning_rate": 0.0004989116681124523, + "loss": 5.5388, + "mean_token_accuracy": 0.1667382687330246, + "num_tokens": 8661909.0, + "step": 4995 + }, + { + "entropy": 5.7351975440979, + "epoch": 0.3890293717175647, + "grad_norm": 1.015625, + "learning_rate": 0.0004989089436954924, + "loss": 5.5202, + "mean_token_accuracy": 0.16341256201267243, + "num_tokens": 8670332.0, + "step": 5000 + }, + { + "entropy": 5.7855016708374025, + "epoch": 0.3894184010892822, + "grad_norm": 0.95703125, + "learning_rate": 0.0004989062158810706, + "loss": 5.5536, + "mean_token_accuracy": 0.16609135121107102, + "num_tokens": 8678537.0, + "step": 5005 + }, + { + "entropy": 5.754712152481079, + "epoch": 0.3898074304609998, + "grad_norm": 1.0234375, + "learning_rate": 0.0004989034846692284, + "loss": 5.5204, + "mean_token_accuracy": 0.16194988489151002, + "num_tokens": 8686839.0, + "step": 5010 + }, + { + "entropy": 5.751804971694947, + "epoch": 0.3901964598327174, + "grad_norm": 1.03125, + "learning_rate": 0.0004989007500600073, + "loss": 5.5653, + "mean_token_accuracy": 0.16205074191093444, + "num_tokens": 8694407.0, + "step": 5015 + }, + { + "entropy": 5.7259783267974855, + "epoch": 0.3905854892044349, + "grad_norm": 1.0625, + "learning_rate": 0.0004988980120534486, + "loss": 5.5474, + "mean_token_accuracy": 0.16532619595527648, + "num_tokens": 8703484.0, + "step": 5020 + }, + { + "entropy": 5.849454307556153, + "epoch": 0.3909745185761525, + "grad_norm": 1.0078125, + "learning_rate": 0.000498895270649594, + "loss": 5.6414, + "mean_token_accuracy": 0.1563284620642662, + "num_tokens": 8712634.0, + "step": 5025 + }, + { + "entropy": 5.723186922073364, + "epoch": 0.39136354794787004, + "grad_norm": 0.9375, + "learning_rate": 0.000498892525848485, + "loss": 5.511, + "mean_token_accuracy": 0.16109795421361922, + "num_tokens": 8721229.0, + "step": 5030 + }, + { + "entropy": 5.738790845870971, + "epoch": 0.3917525773195876, + "grad_norm": 0.94140625, + "learning_rate": 0.0004988897776501633, + "loss": 5.5689, + "mean_token_accuracy": 0.1591969385743141, + "num_tokens": 8730010.0, + "step": 5035 + }, + { + "entropy": 5.693630981445312, + "epoch": 0.3921416066913052, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988870260546705, + "loss": 5.5627, + "mean_token_accuracy": 0.15526820123195648, + "num_tokens": 8739046.0, + "step": 5040 + }, + { + "entropy": 5.772187757492065, + "epoch": 0.39253063606302274, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988842710620486, + "loss": 5.6578, + "mean_token_accuracy": 0.16027751863002776, + "num_tokens": 8747650.0, + "step": 5045 + }, + { + "entropy": 5.765837001800537, + "epoch": 0.39291966543474033, + "grad_norm": 0.98828125, + "learning_rate": 0.0004988815126723391, + "loss": 5.5568, + "mean_token_accuracy": 0.15973474085330963, + "num_tokens": 8756319.0, + "step": 5050 + }, + { + "entropy": 5.666419649124146, + "epoch": 0.3933086948064579, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988787508855841, + "loss": 5.5966, + "mean_token_accuracy": 0.15986263900995254, + "num_tokens": 8765448.0, + "step": 5055 + }, + { + "entropy": 5.743461608886719, + "epoch": 0.39369772417817545, + "grad_norm": 0.984375, + "learning_rate": 0.0004988759857018253, + "loss": 5.5435, + "mean_token_accuracy": 0.1569396510720253, + "num_tokens": 8774146.0, + "step": 5060 + }, + { + "entropy": 5.681514263153076, + "epoch": 0.39408675354989303, + "grad_norm": 1.0, + "learning_rate": 0.0004988732171211048, + "loss": 5.4283, + "mean_token_accuracy": 0.16696038842201233, + "num_tokens": 8782311.0, + "step": 5065 + }, + { + "entropy": 5.661603260040283, + "epoch": 0.39447578292161056, + "grad_norm": 1.0625, + "learning_rate": 0.0004988704451434644, + "loss": 5.4571, + "mean_token_accuracy": 0.16644057780504226, + "num_tokens": 8790196.0, + "step": 5070 + }, + { + "entropy": 5.73674054145813, + "epoch": 0.39486481229332815, + "grad_norm": 1.03125, + "learning_rate": 0.0004988676697689465, + "loss": 5.5391, + "mean_token_accuracy": 0.16053062975406646, + "num_tokens": 8798836.0, + "step": 5075 + }, + { + "entropy": 5.671565914154053, + "epoch": 0.39525384166504574, + "grad_norm": 1.0625, + "learning_rate": 0.000498864890997593, + "loss": 5.5662, + "mean_token_accuracy": 0.16028236746788024, + "num_tokens": 8806942.0, + "step": 5080 + }, + { + "entropy": 5.820256471633911, + "epoch": 0.39564287103676327, + "grad_norm": 1.0625, + "learning_rate": 0.0004988621088294461, + "loss": 5.767, + "mean_token_accuracy": 0.1528549611568451, + "num_tokens": 8816354.0, + "step": 5085 + }, + { + "entropy": 5.827496862411499, + "epoch": 0.39603190040848085, + "grad_norm": 0.9921875, + "learning_rate": 0.000498859323264548, + "loss": 5.5447, + "mean_token_accuracy": 0.1612401783466339, + "num_tokens": 8824802.0, + "step": 5090 + }, + { + "entropy": 5.719425773620605, + "epoch": 0.3964209297801984, + "grad_norm": 0.984375, + "learning_rate": 0.000498856534302941, + "loss": 5.5136, + "mean_token_accuracy": 0.16859235763549804, + "num_tokens": 8833348.0, + "step": 5095 + }, + { + "entropy": 5.708423900604248, + "epoch": 0.39680995915191597, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988537419446673, + "loss": 5.5229, + "mean_token_accuracy": 0.16232937723398208, + "num_tokens": 8841131.0, + "step": 5100 + }, + { + "entropy": 5.681782531738281, + "epoch": 0.39719898852363356, + "grad_norm": 0.96875, + "learning_rate": 0.0004988509461897694, + "loss": 5.5274, + "mean_token_accuracy": 0.16558895707130433, + "num_tokens": 8849768.0, + "step": 5105 + }, + { + "entropy": 5.772430324554444, + "epoch": 0.3975880178953511, + "grad_norm": 1.015625, + "learning_rate": 0.0004988481470382897, + "loss": 5.4992, + "mean_token_accuracy": 0.1691967472434044, + "num_tokens": 8858170.0, + "step": 5110 + }, + { + "entropy": 5.7239025115966795, + "epoch": 0.3979770472670687, + "grad_norm": 1.0234375, + "learning_rate": 0.0004988453444902708, + "loss": 5.5276, + "mean_token_accuracy": 0.16111491322517396, + "num_tokens": 8866720.0, + "step": 5115 + }, + { + "entropy": 5.794546890258789, + "epoch": 0.3983660766387862, + "grad_norm": 1.0546875, + "learning_rate": 0.0004988425385457549, + "loss": 5.5474, + "mean_token_accuracy": 0.1671929106116295, + "num_tokens": 8875141.0, + "step": 5120 + }, + { + "entropy": 5.768686103820801, + "epoch": 0.3987551060105038, + "grad_norm": 1.078125, + "learning_rate": 0.0004988397292047848, + "loss": 5.5472, + "mean_token_accuracy": 0.1745615229010582, + "num_tokens": 8884512.0, + "step": 5125 + }, + { + "entropy": 5.797606515884399, + "epoch": 0.3991441353822214, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988369164674032, + "loss": 5.6336, + "mean_token_accuracy": 0.16130153685808182, + "num_tokens": 8893487.0, + "step": 5130 + }, + { + "entropy": 5.716752338409424, + "epoch": 0.3995331647539389, + "grad_norm": 0.96484375, + "learning_rate": 0.0004988341003336526, + "loss": 5.5614, + "mean_token_accuracy": 0.16188647747039794, + "num_tokens": 8902909.0, + "step": 5135 + }, + { + "entropy": 5.747018575668335, + "epoch": 0.3999221941256565, + "grad_norm": 0.9375, + "learning_rate": 0.0004988312808035757, + "loss": 5.4841, + "mean_token_accuracy": 0.16728559285402297, + "num_tokens": 8911311.0, + "step": 5140 + }, + { + "entropy": 5.66242356300354, + "epoch": 0.400311223497374, + "grad_norm": 0.9609375, + "learning_rate": 0.0004988284578772155, + "loss": 5.5035, + "mean_token_accuracy": 0.1671609714627266, + "num_tokens": 8920222.0, + "step": 5145 + }, + { + "entropy": 5.690232276916504, + "epoch": 0.4007002528690916, + "grad_norm": 0.984375, + "learning_rate": 0.0004988256315546146, + "loss": 5.5598, + "mean_token_accuracy": 0.15787924081087112, + "num_tokens": 8928763.0, + "step": 5150 + }, + { + "entropy": 5.861962509155274, + "epoch": 0.4010892822408092, + "grad_norm": 0.921875, + "learning_rate": 0.0004988228018358161, + "loss": 5.6159, + "mean_token_accuracy": 0.1600317895412445, + "num_tokens": 8937832.0, + "step": 5155 + }, + { + "entropy": 5.710369491577149, + "epoch": 0.40147831161252673, + "grad_norm": 1.046875, + "learning_rate": 0.0004988199687208628, + "loss": 5.4634, + "mean_token_accuracy": 0.1653993993997574, + "num_tokens": 8945662.0, + "step": 5160 + }, + { + "entropy": 5.673874187469482, + "epoch": 0.4018673409842443, + "grad_norm": 0.953125, + "learning_rate": 0.0004988171322097977, + "loss": 5.5616, + "mean_token_accuracy": 0.15639848113059998, + "num_tokens": 8954570.0, + "step": 5165 + }, + { + "entropy": 5.782657146453857, + "epoch": 0.4022563703559619, + "grad_norm": 0.99609375, + "learning_rate": 0.0004988142923026638, + "loss": 5.5409, + "mean_token_accuracy": 0.16113771945238115, + "num_tokens": 8962827.0, + "step": 5170 + }, + { + "entropy": 5.779515027999878, + "epoch": 0.40264539972767943, + "grad_norm": 0.9765625, + "learning_rate": 0.0004988114489995044, + "loss": 5.573, + "mean_token_accuracy": 0.1641353115439415, + "num_tokens": 8972119.0, + "step": 5175 + }, + { + "entropy": 5.71273512840271, + "epoch": 0.403034429099397, + "grad_norm": 1.0, + "learning_rate": 0.0004988086023003624, + "loss": 5.4792, + "mean_token_accuracy": 0.16348525732755662, + "num_tokens": 8980498.0, + "step": 5180 + }, + { + "entropy": 5.760009813308716, + "epoch": 0.40342345847111455, + "grad_norm": 0.97265625, + "learning_rate": 0.0004988057522052811, + "loss": 5.6342, + "mean_token_accuracy": 0.1559661880135536, + "num_tokens": 8989819.0, + "step": 5185 + }, + { + "entropy": 5.809510660171509, + "epoch": 0.40381248784283214, + "grad_norm": 0.94921875, + "learning_rate": 0.0004988028987143037, + "loss": 5.6752, + "mean_token_accuracy": 0.15571251288056373, + "num_tokens": 8998884.0, + "step": 5190 + }, + { + "entropy": 5.758668708801269, + "epoch": 0.4042015172145497, + "grad_norm": 0.8828125, + "learning_rate": 0.0004988000418274736, + "loss": 5.5387, + "mean_token_accuracy": 0.16518065482378005, + "num_tokens": 9007806.0, + "step": 5195 + }, + { + "entropy": 5.784484100341797, + "epoch": 0.40459054658626725, + "grad_norm": 1.015625, + "learning_rate": 0.0004987971815448341, + "loss": 5.6966, + "mean_token_accuracy": 0.15061777085065842, + "num_tokens": 9016541.0, + "step": 5200 + }, + { + "entropy": 5.721669101715088, + "epoch": 0.40497957595798484, + "grad_norm": 0.9921875, + "learning_rate": 0.0004987943178664285, + "loss": 5.4546, + "mean_token_accuracy": 0.16586214303970337, + "num_tokens": 9024503.0, + "step": 5205 + }, + { + "entropy": 5.782793283462524, + "epoch": 0.40536860532970237, + "grad_norm": 1.03125, + "learning_rate": 0.0004987914507923004, + "loss": 5.5505, + "mean_token_accuracy": 0.16351571083068847, + "num_tokens": 9033182.0, + "step": 5210 + }, + { + "entropy": 5.703962326049805, + "epoch": 0.40575763470141996, + "grad_norm": 0.95703125, + "learning_rate": 0.0004987885803224931, + "loss": 5.5698, + "mean_token_accuracy": 0.1618541419506073, + "num_tokens": 9042281.0, + "step": 5215 + }, + { + "entropy": 5.786581754684448, + "epoch": 0.40614666407313754, + "grad_norm": 1.0546875, + "learning_rate": 0.0004987857064570505, + "loss": 5.4916, + "mean_token_accuracy": 0.16629716008901596, + "num_tokens": 9050570.0, + "step": 5220 + }, + { + "entropy": 5.802667093276978, + "epoch": 0.4065356934448551, + "grad_norm": 1.015625, + "learning_rate": 0.0004987828291960158, + "loss": 5.6534, + "mean_token_accuracy": 0.15524297803640366, + "num_tokens": 9059782.0, + "step": 5225 + }, + { + "entropy": 5.689572381973266, + "epoch": 0.40692472281657266, + "grad_norm": 1.015625, + "learning_rate": 0.000498779948539433, + "loss": 5.4, + "mean_token_accuracy": 0.17254798114299774, + "num_tokens": 9067484.0, + "step": 5230 + }, + { + "entropy": 5.732696390151977, + "epoch": 0.4073137521882902, + "grad_norm": 0.96875, + "learning_rate": 0.0004987770644873455, + "loss": 5.6196, + "mean_token_accuracy": 0.16232876777648925, + "num_tokens": 9075740.0, + "step": 5235 + }, + { + "entropy": 5.819503831863403, + "epoch": 0.4077027815600078, + "grad_norm": 1.0390625, + "learning_rate": 0.0004987741770397974, + "loss": 5.6565, + "mean_token_accuracy": 0.1580768421292305, + "num_tokens": 9084137.0, + "step": 5240 + }, + { + "entropy": 5.7091607570648195, + "epoch": 0.40809181093172536, + "grad_norm": 0.95703125, + "learning_rate": 0.0004987712861968323, + "loss": 5.4425, + "mean_token_accuracy": 0.16982385367155076, + "num_tokens": 9093245.0, + "step": 5245 + }, + { + "entropy": 5.642366218566894, + "epoch": 0.4084808403034429, + "grad_norm": 0.984375, + "learning_rate": 0.000498768391958494, + "loss": 5.4436, + "mean_token_accuracy": 0.17219747751951217, + "num_tokens": 9102837.0, + "step": 5250 + }, + { + "entropy": 5.715507888793946, + "epoch": 0.4088698696751605, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987654943248266, + "loss": 5.5094, + "mean_token_accuracy": 0.1671164534986019, + "num_tokens": 9111087.0, + "step": 5255 + }, + { + "entropy": 5.715580224990845, + "epoch": 0.40925889904687807, + "grad_norm": 1.0, + "learning_rate": 0.0004987625932958739, + "loss": 5.5389, + "mean_token_accuracy": 0.17025153189897538, + "num_tokens": 9120506.0, + "step": 5260 + }, + { + "entropy": 5.793882369995117, + "epoch": 0.4096479284185956, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987596888716801, + "loss": 5.7239, + "mean_token_accuracy": 0.15377746447920798, + "num_tokens": 9129637.0, + "step": 5265 + }, + { + "entropy": 5.832787895202637, + "epoch": 0.4100369577903132, + "grad_norm": 0.98828125, + "learning_rate": 0.0004987567810522892, + "loss": 5.5138, + "mean_token_accuracy": 0.16298867911100387, + "num_tokens": 9139338.0, + "step": 5270 + }, + { + "entropy": 5.704374980926514, + "epoch": 0.4104259871620307, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987538698377451, + "loss": 5.549, + "mean_token_accuracy": 0.1638969212770462, + "num_tokens": 9148034.0, + "step": 5275 + }, + { + "entropy": 5.7266558647155765, + "epoch": 0.4108150165337483, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987509552280924, + "loss": 5.4992, + "mean_token_accuracy": 0.16262540221214294, + "num_tokens": 9156744.0, + "step": 5280 + }, + { + "entropy": 5.6911859035491945, + "epoch": 0.4112040459054659, + "grad_norm": 1.015625, + "learning_rate": 0.000498748037223375, + "loss": 5.4738, + "mean_token_accuracy": 0.16808437556028366, + "num_tokens": 9165174.0, + "step": 5285 + }, + { + "entropy": 5.6812522411346436, + "epoch": 0.4115930752771834, + "grad_norm": 0.98046875, + "learning_rate": 0.0004987451158236372, + "loss": 5.4909, + "mean_token_accuracy": 0.16852608770132066, + "num_tokens": 9173945.0, + "step": 5290 + }, + { + "entropy": 5.762362098693847, + "epoch": 0.411982104648901, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987421910289234, + "loss": 5.4926, + "mean_token_accuracy": 0.16189738661050795, + "num_tokens": 9182728.0, + "step": 5295 + }, + { + "entropy": 5.668687152862549, + "epoch": 0.41237113402061853, + "grad_norm": 0.96875, + "learning_rate": 0.0004987392628392781, + "loss": 5.5228, + "mean_token_accuracy": 0.1617294430732727, + "num_tokens": 9191494.0, + "step": 5300 + }, + { + "entropy": 5.738568305969238, + "epoch": 0.4127601633923361, + "grad_norm": 1.0390625, + "learning_rate": 0.0004987363312547456, + "loss": 5.5492, + "mean_token_accuracy": 0.16261912733316422, + "num_tokens": 9199190.0, + "step": 5305 + }, + { + "entropy": 5.695952987670898, + "epoch": 0.4131491927640537, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987333962753703, + "loss": 5.4777, + "mean_token_accuracy": 0.1633556604385376, + "num_tokens": 9208066.0, + "step": 5310 + }, + { + "entropy": 5.736075210571289, + "epoch": 0.41353822213577124, + "grad_norm": 0.984375, + "learning_rate": 0.0004987304579011967, + "loss": 5.4827, + "mean_token_accuracy": 0.1680247128009796, + "num_tokens": 9217103.0, + "step": 5315 + }, + { + "entropy": 5.719621896743774, + "epoch": 0.4139272515074888, + "grad_norm": 1.078125, + "learning_rate": 0.0004987275161322697, + "loss": 5.5188, + "mean_token_accuracy": 0.15984098762273788, + "num_tokens": 9225786.0, + "step": 5320 + }, + { + "entropy": 5.776179695129395, + "epoch": 0.41431628087920636, + "grad_norm": 1.0546875, + "learning_rate": 0.0004987245709686337, + "loss": 5.5301, + "mean_token_accuracy": 0.16916029453277587, + "num_tokens": 9234182.0, + "step": 5325 + }, + { + "entropy": 5.741197729110718, + "epoch": 0.41470531025092394, + "grad_norm": 1.0234375, + "learning_rate": 0.0004987216224103334, + "loss": 5.5122, + "mean_token_accuracy": 0.1564493805170059, + "num_tokens": 9243844.0, + "step": 5330 + }, + { + "entropy": 5.711385488510132, + "epoch": 0.41509433962264153, + "grad_norm": 0.94140625, + "learning_rate": 0.0004987186704574136, + "loss": 5.5045, + "mean_token_accuracy": 0.16829753071069717, + "num_tokens": 9252901.0, + "step": 5335 + }, + { + "entropy": 5.6386919021606445, + "epoch": 0.41548336899435906, + "grad_norm": 0.90234375, + "learning_rate": 0.0004987157151099189, + "loss": 5.4921, + "mean_token_accuracy": 0.16120805144309996, + "num_tokens": 9260947.0, + "step": 5340 + }, + { + "entropy": 5.762169742584229, + "epoch": 0.41587239836607665, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987127563678945, + "loss": 5.5373, + "mean_token_accuracy": 0.1641700491309166, + "num_tokens": 9269249.0, + "step": 5345 + }, + { + "entropy": 5.715381860733032, + "epoch": 0.4162614277377942, + "grad_norm": 1.0078125, + "learning_rate": 0.0004987097942313852, + "loss": 5.5476, + "mean_token_accuracy": 0.16414593309164047, + "num_tokens": 9277668.0, + "step": 5350 + }, + { + "entropy": 5.705289697647094, + "epoch": 0.41665045710951176, + "grad_norm": 1.0625, + "learning_rate": 0.0004987068287004355, + "loss": 5.5409, + "mean_token_accuracy": 0.15832844227552414, + "num_tokens": 9286000.0, + "step": 5355 + }, + { + "entropy": 5.742699480056762, + "epoch": 0.41703948648122935, + "grad_norm": 0.9609375, + "learning_rate": 0.0004987038597750909, + "loss": 5.5861, + "mean_token_accuracy": 0.15789835453033446, + "num_tokens": 9295090.0, + "step": 5360 + }, + { + "entropy": 5.71341724395752, + "epoch": 0.4174285158529469, + "grad_norm": 0.9921875, + "learning_rate": 0.0004987008874553964, + "loss": 5.5016, + "mean_token_accuracy": 0.16354818493127823, + "num_tokens": 9302996.0, + "step": 5365 + }, + { + "entropy": 5.683341407775879, + "epoch": 0.41781754522466447, + "grad_norm": 1.046875, + "learning_rate": 0.0004986979117413969, + "loss": 5.4018, + "mean_token_accuracy": 0.17096701115369797, + "num_tokens": 9311636.0, + "step": 5370 + }, + { + "entropy": 5.694851970672607, + "epoch": 0.41820657459638205, + "grad_norm": 1.03125, + "learning_rate": 0.0004986949326331376, + "loss": 5.5059, + "mean_token_accuracy": 0.16198326498270035, + "num_tokens": 9319884.0, + "step": 5375 + }, + { + "entropy": 5.613385772705078, + "epoch": 0.4185956039680996, + "grad_norm": 0.98828125, + "learning_rate": 0.0004986919501306638, + "loss": 5.4534, + "mean_token_accuracy": 0.16765042394399643, + "num_tokens": 9328273.0, + "step": 5380 + }, + { + "entropy": 5.693991851806641, + "epoch": 0.41898463333981717, + "grad_norm": 1.03125, + "learning_rate": 0.0004986889642340207, + "loss": 5.5737, + "mean_token_accuracy": 0.156100807338953, + "num_tokens": 9337696.0, + "step": 5385 + }, + { + "entropy": 5.75873703956604, + "epoch": 0.4193736627115347, + "grad_norm": 0.9296875, + "learning_rate": 0.0004986859749432536, + "loss": 5.5447, + "mean_token_accuracy": 0.16316066682338715, + "num_tokens": 9346596.0, + "step": 5390 + }, + { + "entropy": 5.716987037658692, + "epoch": 0.4197626920832523, + "grad_norm": 0.984375, + "learning_rate": 0.0004986829822584078, + "loss": 5.4887, + "mean_token_accuracy": 0.16210612803697586, + "num_tokens": 9355480.0, + "step": 5395 + }, + { + "entropy": 5.712895011901855, + "epoch": 0.4201517214549699, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986799861795289, + "loss": 5.5305, + "mean_token_accuracy": 0.16527193188667297, + "num_tokens": 9364422.0, + "step": 5400 + }, + { + "entropy": 5.707545804977417, + "epoch": 0.4205407508266874, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986769867066622, + "loss": 5.4093, + "mean_token_accuracy": 0.16503172516822814, + "num_tokens": 9372311.0, + "step": 5405 + }, + { + "entropy": 5.682763624191284, + "epoch": 0.420929780198405, + "grad_norm": 1.046875, + "learning_rate": 0.0004986739838398532, + "loss": 5.5495, + "mean_token_accuracy": 0.16107411831617355, + "num_tokens": 9380936.0, + "step": 5410 + }, + { + "entropy": 5.683968544006348, + "epoch": 0.4213188095701225, + "grad_norm": 0.91796875, + "learning_rate": 0.0004986709775791475, + "loss": 5.4955, + "mean_token_accuracy": 0.16949945986270903, + "num_tokens": 9390008.0, + "step": 5415 + }, + { + "entropy": 5.732982110977173, + "epoch": 0.4217078389418401, + "grad_norm": 1.0234375, + "learning_rate": 0.0004986679679245907, + "loss": 5.5721, + "mean_token_accuracy": 0.16321041733026503, + "num_tokens": 9398771.0, + "step": 5420 + }, + { + "entropy": 5.714467477798462, + "epoch": 0.4220968683135577, + "grad_norm": 0.953125, + "learning_rate": 0.0004986649548762286, + "loss": 5.5652, + "mean_token_accuracy": 0.16471161246299743, + "num_tokens": 9407105.0, + "step": 5425 + }, + { + "entropy": 5.720512437820434, + "epoch": 0.4224858976852752, + "grad_norm": 0.953125, + "learning_rate": 0.0004986619384341066, + "loss": 5.5494, + "mean_token_accuracy": 0.1671588495373726, + "num_tokens": 9415737.0, + "step": 5430 + }, + { + "entropy": 5.714883708953858, + "epoch": 0.4228749270569928, + "grad_norm": 1.0, + "learning_rate": 0.0004986589185982708, + "loss": 5.4964, + "mean_token_accuracy": 0.16671057492494584, + "num_tokens": 9424661.0, + "step": 5435 + }, + { + "entropy": 5.779036808013916, + "epoch": 0.42326395642871034, + "grad_norm": 1.015625, + "learning_rate": 0.0004986558953687671, + "loss": 5.5689, + "mean_token_accuracy": 0.1595238134264946, + "num_tokens": 9433971.0, + "step": 5440 + }, + { + "entropy": 5.658939170837402, + "epoch": 0.42365298580042793, + "grad_norm": 0.984375, + "learning_rate": 0.0004986528687456409, + "loss": 5.5041, + "mean_token_accuracy": 0.16503361463546753, + "num_tokens": 9442905.0, + "step": 5445 + }, + { + "entropy": 5.674489879608155, + "epoch": 0.4240420151721455, + "grad_norm": 1.1328125, + "learning_rate": 0.0004986498387289384, + "loss": 5.5473, + "mean_token_accuracy": 0.16705762594938278, + "num_tokens": 9451258.0, + "step": 5450 + }, + { + "entropy": 5.713934373855591, + "epoch": 0.42443104454386305, + "grad_norm": 1.0, + "learning_rate": 0.0004986468053187058, + "loss": 5.4969, + "mean_token_accuracy": 0.16497478485107422, + "num_tokens": 9460218.0, + "step": 5455 + }, + { + "entropy": 5.71204571723938, + "epoch": 0.42482007391558063, + "grad_norm": 1.0234375, + "learning_rate": 0.0004986437685149887, + "loss": 5.5445, + "mean_token_accuracy": 0.1658524125814438, + "num_tokens": 9468756.0, + "step": 5460 + }, + { + "entropy": 5.725471305847168, + "epoch": 0.4252091032872982, + "grad_norm": 1.0078125, + "learning_rate": 0.0004986407283178334, + "loss": 5.5697, + "mean_token_accuracy": 0.165852914750576, + "num_tokens": 9477622.0, + "step": 5465 + }, + { + "entropy": 5.699073648452758, + "epoch": 0.42559813265901575, + "grad_norm": 0.953125, + "learning_rate": 0.0004986376847272861, + "loss": 5.4257, + "mean_token_accuracy": 0.17033136934041976, + "num_tokens": 9486332.0, + "step": 5470 + }, + { + "entropy": 5.698595094680786, + "epoch": 0.42598716203073334, + "grad_norm": 1.0, + "learning_rate": 0.0004986346377433929, + "loss": 5.4375, + "mean_token_accuracy": 0.17676602452993392, + "num_tokens": 9494703.0, + "step": 5475 + }, + { + "entropy": 5.678912258148193, + "epoch": 0.42637619140245087, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986315873661999, + "loss": 5.3919, + "mean_token_accuracy": 0.1781506434082985, + "num_tokens": 9503008.0, + "step": 5480 + }, + { + "entropy": 5.712614440917969, + "epoch": 0.42676522077416845, + "grad_norm": 1.0078125, + "learning_rate": 0.0004986285335957536, + "loss": 5.5112, + "mean_token_accuracy": 0.16455856263637542, + "num_tokens": 9511752.0, + "step": 5485 + }, + { + "entropy": 5.661769199371338, + "epoch": 0.42715425014588604, + "grad_norm": 1.0625, + "learning_rate": 0.0004986254764321002, + "loss": 5.4136, + "mean_token_accuracy": 0.16830996423959732, + "num_tokens": 9520490.0, + "step": 5490 + }, + { + "entropy": 5.650809097290039, + "epoch": 0.42754327951760357, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986224158752861, + "loss": 5.4747, + "mean_token_accuracy": 0.16516461968421936, + "num_tokens": 9528474.0, + "step": 5495 + }, + { + "entropy": 5.742059564590454, + "epoch": 0.42793230888932116, + "grad_norm": 0.9453125, + "learning_rate": 0.0004986193519253578, + "loss": 5.5615, + "mean_token_accuracy": 0.16216895580291749, + "num_tokens": 9537747.0, + "step": 5500 + }, + { + "entropy": 5.681634855270386, + "epoch": 0.4283213382610387, + "grad_norm": 1.0390625, + "learning_rate": 0.0004986162845823618, + "loss": 5.484, + "mean_token_accuracy": 0.160535629093647, + "num_tokens": 9546414.0, + "step": 5505 + }, + { + "entropy": 5.689042711257935, + "epoch": 0.4287103676327563, + "grad_norm": 0.9140625, + "learning_rate": 0.0004986132138463446, + "loss": 5.4927, + "mean_token_accuracy": 0.16490281671285628, + "num_tokens": 9555166.0, + "step": 5510 + }, + { + "entropy": 5.7525488376617435, + "epoch": 0.42909939700447386, + "grad_norm": 1.046875, + "learning_rate": 0.0004986101397173528, + "loss": 5.5547, + "mean_token_accuracy": 0.1655886948108673, + "num_tokens": 9563217.0, + "step": 5515 + }, + { + "entropy": 5.717628622055054, + "epoch": 0.4294884263761914, + "grad_norm": 0.9609375, + "learning_rate": 0.000498607062195433, + "loss": 5.5997, + "mean_token_accuracy": 0.15301982015371324, + "num_tokens": 9572837.0, + "step": 5520 + }, + { + "entropy": 5.757178735733032, + "epoch": 0.429877455747909, + "grad_norm": 0.97265625, + "learning_rate": 0.000498603981280632, + "loss": 5.4978, + "mean_token_accuracy": 0.16078530102968216, + "num_tokens": 9581297.0, + "step": 5525 + }, + { + "entropy": 5.6680278301239015, + "epoch": 0.4302664851196265, + "grad_norm": 0.953125, + "learning_rate": 0.0004986008969729964, + "loss": 5.5719, + "mean_token_accuracy": 0.16208446323871611, + "num_tokens": 9590431.0, + "step": 5530 + }, + { + "entropy": 5.769735717773438, + "epoch": 0.4306555144913441, + "grad_norm": 0.98828125, + "learning_rate": 0.0004985978092725731, + "loss": 5.6239, + "mean_token_accuracy": 0.15763482004404067, + "num_tokens": 9598719.0, + "step": 5535 + }, + { + "entropy": 5.775566530227661, + "epoch": 0.4310445438630617, + "grad_norm": 1.0390625, + "learning_rate": 0.000498594718179409, + "loss": 5.6193, + "mean_token_accuracy": 0.16195805072784425, + "num_tokens": 9606935.0, + "step": 5540 + }, + { + "entropy": 5.778594875335694, + "epoch": 0.4314335732347792, + "grad_norm": 1.1015625, + "learning_rate": 0.0004985916236935508, + "loss": 5.5615, + "mean_token_accuracy": 0.16631187945604325, + "num_tokens": 9615104.0, + "step": 5545 + }, + { + "entropy": 5.863265514373779, + "epoch": 0.4318226026064968, + "grad_norm": 1.046875, + "learning_rate": 0.0004985885258150458, + "loss": 5.5879, + "mean_token_accuracy": 0.15800173580646515, + "num_tokens": 9623332.0, + "step": 5550 + }, + { + "entropy": 5.610420417785645, + "epoch": 0.43221163197821433, + "grad_norm": 0.9765625, + "learning_rate": 0.0004985854245439408, + "loss": 5.4311, + "mean_token_accuracy": 0.1664763495326042, + "num_tokens": 9631874.0, + "step": 5555 + }, + { + "entropy": 5.634915590286255, + "epoch": 0.4326006613499319, + "grad_norm": 0.94921875, + "learning_rate": 0.0004985823198802827, + "loss": 5.4814, + "mean_token_accuracy": 0.16169906109571458, + "num_tokens": 9641150.0, + "step": 5560 + }, + { + "entropy": 5.643579006195068, + "epoch": 0.4329896907216495, + "grad_norm": 1.046875, + "learning_rate": 0.0004985792118241188, + "loss": 5.3094, + "mean_token_accuracy": 0.17493287473917007, + "num_tokens": 9649116.0, + "step": 5565 + }, + { + "entropy": 5.688484382629395, + "epoch": 0.43337872009336703, + "grad_norm": 1.0234375, + "learning_rate": 0.0004985761003754961, + "loss": 5.5426, + "mean_token_accuracy": 0.16924417316913604, + "num_tokens": 9657579.0, + "step": 5570 + }, + { + "entropy": 5.6803422451019285, + "epoch": 0.4337677494650846, + "grad_norm": 1.0078125, + "learning_rate": 0.0004985729855344622, + "loss": 5.512, + "mean_token_accuracy": 0.16509860008955002, + "num_tokens": 9666242.0, + "step": 5575 + }, + { + "entropy": 5.7111921310424805, + "epoch": 0.4341567788368022, + "grad_norm": 0.9921875, + "learning_rate": 0.000498569867301064, + "loss": 5.5006, + "mean_token_accuracy": 0.1659751445055008, + "num_tokens": 9675196.0, + "step": 5580 + }, + { + "entropy": 5.700456762313843, + "epoch": 0.43454580820851973, + "grad_norm": 1.03125, + "learning_rate": 0.0004985667456753489, + "loss": 5.4593, + "mean_token_accuracy": 0.16661814898252486, + "num_tokens": 9683681.0, + "step": 5585 + }, + { + "entropy": 5.655364751815796, + "epoch": 0.4349348375802373, + "grad_norm": 1.109375, + "learning_rate": 0.0004985636206573642, + "loss": 5.5346, + "mean_token_accuracy": 0.16666558384895325, + "num_tokens": 9692445.0, + "step": 5590 + }, + { + "entropy": 5.693232583999634, + "epoch": 0.43532386695195485, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985604922471575, + "loss": 5.4283, + "mean_token_accuracy": 0.1684398427605629, + "num_tokens": 9701256.0, + "step": 5595 + }, + { + "entropy": 5.690249300003051, + "epoch": 0.43571289632367244, + "grad_norm": 0.98828125, + "learning_rate": 0.0004985573604447761, + "loss": 5.4647, + "mean_token_accuracy": 0.16726021617650985, + "num_tokens": 9710351.0, + "step": 5600 + }, + { + "entropy": 5.740422916412354, + "epoch": 0.43610192569539, + "grad_norm": 1.03125, + "learning_rate": 0.0004985542252502676, + "loss": 5.5413, + "mean_token_accuracy": 0.15877096205949784, + "num_tokens": 9718795.0, + "step": 5605 + }, + { + "entropy": 5.731997489929199, + "epoch": 0.43649095506710756, + "grad_norm": 1.0390625, + "learning_rate": 0.0004985510866636796, + "loss": 5.4606, + "mean_token_accuracy": 0.16399804949760438, + "num_tokens": 9727136.0, + "step": 5610 + }, + { + "entropy": 5.632516717910766, + "epoch": 0.43687998443882514, + "grad_norm": 1.0234375, + "learning_rate": 0.0004985479446850596, + "loss": 5.4579, + "mean_token_accuracy": 0.17203980833292007, + "num_tokens": 9735712.0, + "step": 5615 + }, + { + "entropy": 5.69036169052124, + "epoch": 0.4372690138105427, + "grad_norm": 1.0390625, + "learning_rate": 0.0004985447993144554, + "loss": 5.4946, + "mean_token_accuracy": 0.16453454941511153, + "num_tokens": 9744027.0, + "step": 5620 + }, + { + "entropy": 5.790532541275025, + "epoch": 0.43765804318226026, + "grad_norm": 1.0, + "learning_rate": 0.0004985416505519147, + "loss": 5.6184, + "mean_token_accuracy": 0.1604256197810173, + "num_tokens": 9753083.0, + "step": 5625 + }, + { + "entropy": 5.778309011459351, + "epoch": 0.43804707255397785, + "grad_norm": 0.9609375, + "learning_rate": 0.0004985384983974853, + "loss": 5.551, + "mean_token_accuracy": 0.16635619699954987, + "num_tokens": 9762098.0, + "step": 5630 + }, + { + "entropy": 5.731233310699463, + "epoch": 0.4384361019256954, + "grad_norm": 1.0546875, + "learning_rate": 0.0004985353428512148, + "loss": 5.495, + "mean_token_accuracy": 0.16542133092880248, + "num_tokens": 9770956.0, + "step": 5635 + }, + { + "entropy": 5.656954526901245, + "epoch": 0.43882513129741296, + "grad_norm": 1.0, + "learning_rate": 0.0004985321839131514, + "loss": 5.4417, + "mean_token_accuracy": 0.17078006863594056, + "num_tokens": 9779427.0, + "step": 5640 + }, + { + "entropy": 5.718938112258911, + "epoch": 0.4392141606691305, + "grad_norm": 0.90234375, + "learning_rate": 0.0004985290215833428, + "loss": 5.5177, + "mean_token_accuracy": 0.17064714282751084, + "num_tokens": 9787655.0, + "step": 5645 + }, + { + "entropy": 5.691762399673462, + "epoch": 0.4396031900408481, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985258558618372, + "loss": 5.4529, + "mean_token_accuracy": 0.17139697521924974, + "num_tokens": 9796850.0, + "step": 5650 + }, + { + "entropy": 5.693294715881348, + "epoch": 0.43999221941256567, + "grad_norm": 0.93359375, + "learning_rate": 0.0004985226867486825, + "loss": 5.5312, + "mean_token_accuracy": 0.1715284064412117, + "num_tokens": 9805317.0, + "step": 5655 + }, + { + "entropy": 5.686817598342896, + "epoch": 0.4403812487842832, + "grad_norm": 1.0546875, + "learning_rate": 0.0004985195142439267, + "loss": 5.4756, + "mean_token_accuracy": 0.1679181158542633, + "num_tokens": 9814249.0, + "step": 5660 + }, + { + "entropy": 5.72498722076416, + "epoch": 0.4407702781560008, + "grad_norm": 0.95703125, + "learning_rate": 0.0004985163383476181, + "loss": 5.567, + "mean_token_accuracy": 0.16245064735412598, + "num_tokens": 9823122.0, + "step": 5665 + }, + { + "entropy": 5.667973136901855, + "epoch": 0.44115930752771837, + "grad_norm": 1.0078125, + "learning_rate": 0.0004985131590598048, + "loss": 5.4305, + "mean_token_accuracy": 0.17121292799711227, + "num_tokens": 9831470.0, + "step": 5670 + }, + { + "entropy": 5.698353910446167, + "epoch": 0.4415483368994359, + "grad_norm": 0.98046875, + "learning_rate": 0.0004985099763805352, + "loss": 5.5381, + "mean_token_accuracy": 0.16199323832988738, + "num_tokens": 9840096.0, + "step": 5675 + }, + { + "entropy": 5.7460099220275875, + "epoch": 0.4419373662711535, + "grad_norm": 0.96484375, + "learning_rate": 0.0004985067903098574, + "loss": 5.4881, + "mean_token_accuracy": 0.16864942610263825, + "num_tokens": 9848595.0, + "step": 5680 + }, + { + "entropy": 5.675258588790894, + "epoch": 0.442326395642871, + "grad_norm": 0.953125, + "learning_rate": 0.0004985036008478197, + "loss": 5.4416, + "mean_token_accuracy": 0.1585637226700783, + "num_tokens": 9857353.0, + "step": 5685 + }, + { + "entropy": 5.700889730453492, + "epoch": 0.4427154250145886, + "grad_norm": 1.0625, + "learning_rate": 0.0004985004079944707, + "loss": 5.4832, + "mean_token_accuracy": 0.16071876734495164, + "num_tokens": 9865828.0, + "step": 5690 + }, + { + "entropy": 5.6535553455352785, + "epoch": 0.4431044543863062, + "grad_norm": 0.94921875, + "learning_rate": 0.0004984972117498587, + "loss": 5.5072, + "mean_token_accuracy": 0.16214866042137147, + "num_tokens": 9874540.0, + "step": 5695 + }, + { + "entropy": 5.715157461166382, + "epoch": 0.4434934837580237, + "grad_norm": 0.9765625, + "learning_rate": 0.0004984940121140323, + "loss": 5.5008, + "mean_token_accuracy": 0.16645390838384627, + "num_tokens": 9883046.0, + "step": 5700 + }, + { + "entropy": 5.691306400299072, + "epoch": 0.4438825131297413, + "grad_norm": 1.1015625, + "learning_rate": 0.00049849080908704, + "loss": 5.4468, + "mean_token_accuracy": 0.16432710587978364, + "num_tokens": 9892282.0, + "step": 5705 + }, + { + "entropy": 5.697309494018555, + "epoch": 0.44427154250145884, + "grad_norm": 0.94921875, + "learning_rate": 0.0004984876026689302, + "loss": 5.3927, + "mean_token_accuracy": 0.17191525995731355, + "num_tokens": 9900653.0, + "step": 5710 + }, + { + "entropy": 5.603246593475342, + "epoch": 0.4446605718731764, + "grad_norm": 1.0234375, + "learning_rate": 0.000498484392859752, + "loss": 5.4154, + "mean_token_accuracy": 0.17437574863433838, + "num_tokens": 9909323.0, + "step": 5715 + }, + { + "entropy": 5.6650214195251465, + "epoch": 0.445049601244894, + "grad_norm": 0.95703125, + "learning_rate": 0.0004984811796595538, + "loss": 5.5474, + "mean_token_accuracy": 0.1614001512527466, + "num_tokens": 9918155.0, + "step": 5720 + }, + { + "entropy": 5.8071013450622555, + "epoch": 0.44543863061661154, + "grad_norm": 1.0234375, + "learning_rate": 0.0004984779630683843, + "loss": 5.5043, + "mean_token_accuracy": 0.1654750481247902, + "num_tokens": 9925977.0, + "step": 5725 + }, + { + "entropy": 5.726596021652222, + "epoch": 0.44582765998832913, + "grad_norm": 0.9140625, + "learning_rate": 0.0004984747430862924, + "loss": 5.499, + "mean_token_accuracy": 0.16687430441379547, + "num_tokens": 9934606.0, + "step": 5730 + }, + { + "entropy": 5.6400782585144045, + "epoch": 0.44621668936004666, + "grad_norm": 1.0078125, + "learning_rate": 0.0004984715197133271, + "loss": 5.4576, + "mean_token_accuracy": 0.16767924875020981, + "num_tokens": 9943638.0, + "step": 5735 + }, + { + "entropy": 5.678442335128784, + "epoch": 0.44660571873176425, + "grad_norm": 1.0390625, + "learning_rate": 0.0004984682929495371, + "loss": 5.4881, + "mean_token_accuracy": 0.16466905921697617, + "num_tokens": 9952686.0, + "step": 5740 + }, + { + "entropy": 5.755481910705567, + "epoch": 0.44699474810348183, + "grad_norm": 0.953125, + "learning_rate": 0.0004984650627949715, + "loss": 5.6655, + "mean_token_accuracy": 0.1529266878962517, + "num_tokens": 9961947.0, + "step": 5745 + }, + { + "entropy": 5.745148324966431, + "epoch": 0.44738377747519936, + "grad_norm": 0.875, + "learning_rate": 0.0004984618292496792, + "loss": 5.4931, + "mean_token_accuracy": 0.1682150661945343, + "num_tokens": 9971218.0, + "step": 5750 + }, + { + "entropy": 5.724733972549439, + "epoch": 0.44777280684691695, + "grad_norm": 1.078125, + "learning_rate": 0.0004984585923137093, + "loss": 5.5207, + "mean_token_accuracy": 0.16295331418514253, + "num_tokens": 9980741.0, + "step": 5755 + }, + { + "entropy": 5.766764783859253, + "epoch": 0.4481618362186345, + "grad_norm": 1.015625, + "learning_rate": 0.000498455351987111, + "loss": 5.4972, + "mean_token_accuracy": 0.16979309171438217, + "num_tokens": 9989483.0, + "step": 5760 + }, + { + "entropy": 5.759484958648682, + "epoch": 0.44855086559035207, + "grad_norm": 1.0, + "learning_rate": 0.0004984521082699333, + "loss": 5.5286, + "mean_token_accuracy": 0.16119166612625122, + "num_tokens": 9998491.0, + "step": 5765 + }, + { + "entropy": 5.612123298645019, + "epoch": 0.44893989496206965, + "grad_norm": 0.9765625, + "learning_rate": 0.0004984488611622256, + "loss": 5.4047, + "mean_token_accuracy": 0.16882879436016082, + "num_tokens": 10006276.0, + "step": 5770 + }, + { + "entropy": 5.6463076114654545, + "epoch": 0.4493289243337872, + "grad_norm": 0.9609375, + "learning_rate": 0.000498445610664037, + "loss": 5.5013, + "mean_token_accuracy": 0.1660662427544594, + "num_tokens": 10015088.0, + "step": 5775 + }, + { + "entropy": 5.708720779418945, + "epoch": 0.44971795370550477, + "grad_norm": 0.92578125, + "learning_rate": 0.000498442356775417, + "loss": 5.4594, + "mean_token_accuracy": 0.16434096843004226, + "num_tokens": 10023305.0, + "step": 5780 + }, + { + "entropy": 5.618870544433594, + "epoch": 0.45010698307722236, + "grad_norm": 1.03125, + "learning_rate": 0.0004984390994964148, + "loss": 5.4102, + "mean_token_accuracy": 0.16594898849725723, + "num_tokens": 10031540.0, + "step": 5785 + }, + { + "entropy": 5.698048686981201, + "epoch": 0.4504960124489399, + "grad_norm": 0.90625, + "learning_rate": 0.00049843583882708, + "loss": 5.5067, + "mean_token_accuracy": 0.16628773510456085, + "num_tokens": 10040025.0, + "step": 5790 + }, + { + "entropy": 5.6761805534362795, + "epoch": 0.4508850418206575, + "grad_norm": 0.95703125, + "learning_rate": 0.000498432574767462, + "loss": 5.5097, + "mean_token_accuracy": 0.16497354656457902, + "num_tokens": 10048904.0, + "step": 5795 + }, + { + "entropy": 5.717904853820801, + "epoch": 0.451274071192375, + "grad_norm": 1.0, + "learning_rate": 0.0004984293073176103, + "loss": 5.5377, + "mean_token_accuracy": 0.16159916371107103, + "num_tokens": 10057608.0, + "step": 5800 + }, + { + "entropy": 5.765069532394409, + "epoch": 0.4516631005640926, + "grad_norm": 0.97265625, + "learning_rate": 0.0004984260364775744, + "loss": 5.5017, + "mean_token_accuracy": 0.16796645820140838, + "num_tokens": 10066587.0, + "step": 5805 + }, + { + "entropy": 5.649991655349732, + "epoch": 0.4520521299358102, + "grad_norm": 1.015625, + "learning_rate": 0.000498422762247404, + "loss": 5.4605, + "mean_token_accuracy": 0.16765116751194, + "num_tokens": 10075651.0, + "step": 5810 + }, + { + "entropy": 5.7269245147705075, + "epoch": 0.4524411593075277, + "grad_norm": 0.99609375, + "learning_rate": 0.0004984194846271489, + "loss": 5.5845, + "mean_token_accuracy": 0.16291481852531434, + "num_tokens": 10084158.0, + "step": 5815 + }, + { + "entropy": 5.764606714248657, + "epoch": 0.4528301886792453, + "grad_norm": 1.09375, + "learning_rate": 0.0004984162036168586, + "loss": 5.5048, + "mean_token_accuracy": 0.1609376475214958, + "num_tokens": 10093730.0, + "step": 5820 + }, + { + "entropy": 5.68165225982666, + "epoch": 0.4532192180509628, + "grad_norm": 0.99609375, + "learning_rate": 0.0004984129192165831, + "loss": 5.4258, + "mean_token_accuracy": 0.16802225708961488, + "num_tokens": 10102457.0, + "step": 5825 + }, + { + "entropy": 5.7178566455841064, + "epoch": 0.4536082474226804, + "grad_norm": 1.03125, + "learning_rate": 0.0004984096314263722, + "loss": 5.5686, + "mean_token_accuracy": 0.16633791327476502, + "num_tokens": 10111188.0, + "step": 5830 + }, + { + "entropy": 5.749548244476318, + "epoch": 0.453997276794398, + "grad_norm": 1.015625, + "learning_rate": 0.0004984063402462757, + "loss": 5.469, + "mean_token_accuracy": 0.16972580403089524, + "num_tokens": 10120268.0, + "step": 5835 + }, + { + "entropy": 5.682277536392212, + "epoch": 0.45438630616611553, + "grad_norm": 0.9453125, + "learning_rate": 0.0004984030456763435, + "loss": 5.5352, + "mean_token_accuracy": 0.15636064410209655, + "num_tokens": 10129262.0, + "step": 5840 + }, + { + "entropy": 5.6706867694854735, + "epoch": 0.4547753355378331, + "grad_norm": 1.0, + "learning_rate": 0.0004983997477166257, + "loss": 5.4714, + "mean_token_accuracy": 0.16850547045469283, + "num_tokens": 10137417.0, + "step": 5845 + }, + { + "entropy": 5.656628227233886, + "epoch": 0.45516436490955064, + "grad_norm": 0.97265625, + "learning_rate": 0.0004983964463671723, + "loss": 5.4197, + "mean_token_accuracy": 0.17263764292001724, + "num_tokens": 10145804.0, + "step": 5850 + }, + { + "entropy": 5.696662950515747, + "epoch": 0.45555339428126823, + "grad_norm": 0.921875, + "learning_rate": 0.0004983931416280334, + "loss": 5.5474, + "mean_token_accuracy": 0.16169732064008713, + "num_tokens": 10154421.0, + "step": 5855 + }, + { + "entropy": 5.808199453353882, + "epoch": 0.4559424236529858, + "grad_norm": 1.0390625, + "learning_rate": 0.0004983898334992591, + "loss": 5.564, + "mean_token_accuracy": 0.16418157368898392, + "num_tokens": 10163631.0, + "step": 5860 + }, + { + "entropy": 5.702952098846436, + "epoch": 0.45633145302470335, + "grad_norm": 1.015625, + "learning_rate": 0.0004983865219808998, + "loss": 5.479, + "mean_token_accuracy": 0.17148095816373826, + "num_tokens": 10172926.0, + "step": 5865 + }, + { + "entropy": 5.717158079147339, + "epoch": 0.45672048239642093, + "grad_norm": 1.2109375, + "learning_rate": 0.0004983832070730055, + "loss": 5.5916, + "mean_token_accuracy": 0.15716312527656556, + "num_tokens": 10181671.0, + "step": 5870 + }, + { + "entropy": 5.646397733688355, + "epoch": 0.4571095117681385, + "grad_norm": 1.0390625, + "learning_rate": 0.0004983798887756265, + "loss": 5.4077, + "mean_token_accuracy": 0.17208849787712097, + "num_tokens": 10189626.0, + "step": 5875 + }, + { + "entropy": 5.74006757736206, + "epoch": 0.45749854113985605, + "grad_norm": 0.9609375, + "learning_rate": 0.0004983765670888133, + "loss": 5.5492, + "mean_token_accuracy": 0.16686739027500153, + "num_tokens": 10198212.0, + "step": 5880 + }, + { + "entropy": 5.646033382415771, + "epoch": 0.45788757051157364, + "grad_norm": 0.99609375, + "learning_rate": 0.0004983732420126163, + "loss": 5.4416, + "mean_token_accuracy": 0.1704038918018341, + "num_tokens": 10207342.0, + "step": 5885 + }, + { + "entropy": 5.748333358764649, + "epoch": 0.45827659988329117, + "grad_norm": 0.9296875, + "learning_rate": 0.0004983699135470858, + "loss": 5.5571, + "mean_token_accuracy": 0.1590263545513153, + "num_tokens": 10216413.0, + "step": 5890 + }, + { + "entropy": 5.726169633865356, + "epoch": 0.45866562925500876, + "grad_norm": 0.9375, + "learning_rate": 0.0004983665816922723, + "loss": 5.489, + "mean_token_accuracy": 0.16571661978960037, + "num_tokens": 10225889.0, + "step": 5895 + }, + { + "entropy": 5.656914520263672, + "epoch": 0.45905465862672634, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983632464482267, + "loss": 5.4281, + "mean_token_accuracy": 0.16902617514133453, + "num_tokens": 10234518.0, + "step": 5900 + }, + { + "entropy": 5.736385107040405, + "epoch": 0.4594436879984439, + "grad_norm": 0.953125, + "learning_rate": 0.0004983599078149991, + "loss": 5.5688, + "mean_token_accuracy": 0.15792535990476608, + "num_tokens": 10243074.0, + "step": 5905 + }, + { + "entropy": 5.8126506328582765, + "epoch": 0.45983271737016146, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983565657926405, + "loss": 5.5234, + "mean_token_accuracy": 0.16075174808502196, + "num_tokens": 10253473.0, + "step": 5910 + }, + { + "entropy": 5.7456237316131595, + "epoch": 0.460221746741879, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983532203812017, + "loss": 5.5978, + "mean_token_accuracy": 0.161079540848732, + "num_tokens": 10261866.0, + "step": 5915 + }, + { + "entropy": 5.715584325790405, + "epoch": 0.4606107761135966, + "grad_norm": 0.9765625, + "learning_rate": 0.0004983498715807331, + "loss": 5.4522, + "mean_token_accuracy": 0.16834707856178283, + "num_tokens": 10270350.0, + "step": 5920 + }, + { + "entropy": 5.687623453140259, + "epoch": 0.46099980548531416, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983465193912857, + "loss": 5.6004, + "mean_token_accuracy": 0.1558307781815529, + "num_tokens": 10279556.0, + "step": 5925 + }, + { + "entropy": 5.6369805335998535, + "epoch": 0.4613888348570317, + "grad_norm": 1.0078125, + "learning_rate": 0.0004983431638129104, + "loss": 5.3705, + "mean_token_accuracy": 0.16682921946048737, + "num_tokens": 10287489.0, + "step": 5930 + }, + { + "entropy": 5.647270536422729, + "epoch": 0.4617778642287493, + "grad_norm": 1.03125, + "learning_rate": 0.0004983398048456581, + "loss": 5.3598, + "mean_token_accuracy": 0.17038783580064773, + "num_tokens": 10296280.0, + "step": 5935 + }, + { + "entropy": 5.672983312606812, + "epoch": 0.4621668936004668, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983364424895796, + "loss": 5.4964, + "mean_token_accuracy": 0.16527538746595383, + "num_tokens": 10304091.0, + "step": 5940 + }, + { + "entropy": 5.718464946746826, + "epoch": 0.4625559229721844, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983330767447262, + "loss": 5.5366, + "mean_token_accuracy": 0.16057891249656678, + "num_tokens": 10313058.0, + "step": 5945 + }, + { + "entropy": 5.695686197280883, + "epoch": 0.462944952343902, + "grad_norm": 1.078125, + "learning_rate": 0.0004983297076111489, + "loss": 5.5003, + "mean_token_accuracy": 0.1629731461405754, + "num_tokens": 10321642.0, + "step": 5950 + }, + { + "entropy": 5.663236951828003, + "epoch": 0.4633339817156195, + "grad_norm": 0.97265625, + "learning_rate": 0.0004983263350888987, + "loss": 5.3201, + "mean_token_accuracy": 0.17207740843296052, + "num_tokens": 10329829.0, + "step": 5955 + }, + { + "entropy": 5.700695466995239, + "epoch": 0.4637230110873371, + "grad_norm": 1.015625, + "learning_rate": 0.0004983229591780268, + "loss": 5.5593, + "mean_token_accuracy": 0.16328161358833312, + "num_tokens": 10338182.0, + "step": 5960 + }, + { + "entropy": 5.698422574996949, + "epoch": 0.46411204045905463, + "grad_norm": 1.09375, + "learning_rate": 0.0004983195798785844, + "loss": 5.451, + "mean_token_accuracy": 0.16804663538932801, + "num_tokens": 10346377.0, + "step": 5965 + }, + { + "entropy": 5.697450780868531, + "epoch": 0.4645010698307722, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983161971906228, + "loss": 5.4454, + "mean_token_accuracy": 0.16864902079105376, + "num_tokens": 10354937.0, + "step": 5970 + }, + { + "entropy": 5.609955787658691, + "epoch": 0.4648900992024898, + "grad_norm": 1.0234375, + "learning_rate": 0.0004983128111141935, + "loss": 5.3412, + "mean_token_accuracy": 0.17436672896146774, + "num_tokens": 10363706.0, + "step": 5975 + }, + { + "entropy": 5.63286337852478, + "epoch": 0.46527912857420733, + "grad_norm": 0.96484375, + "learning_rate": 0.0004983094216493475, + "loss": 5.4905, + "mean_token_accuracy": 0.16379242837429048, + "num_tokens": 10372292.0, + "step": 5980 + }, + { + "entropy": 5.707705450057984, + "epoch": 0.4656681579459249, + "grad_norm": 0.94921875, + "learning_rate": 0.0004983060287961367, + "loss": 5.464, + "mean_token_accuracy": 0.1689232751727104, + "num_tokens": 10381260.0, + "step": 5985 + }, + { + "entropy": 5.693024921417236, + "epoch": 0.4660571873176425, + "grad_norm": 1.046875, + "learning_rate": 0.0004983026325546123, + "loss": 5.4842, + "mean_token_accuracy": 0.161691378057003, + "num_tokens": 10390646.0, + "step": 5990 + }, + { + "entropy": 5.6791528224945065, + "epoch": 0.46644621668936004, + "grad_norm": 1.0390625, + "learning_rate": 0.0004982992329248257, + "loss": 5.5513, + "mean_token_accuracy": 0.16394535303115845, + "num_tokens": 10399056.0, + "step": 5995 + }, + { + "entropy": 5.694767427444458, + "epoch": 0.4668352460610776, + "grad_norm": 0.9609375, + "learning_rate": 0.0004982958299068289, + "loss": 5.536, + "mean_token_accuracy": 0.15566003024578096, + "num_tokens": 10408746.0, + "step": 6000 + }, + { + "epoch": 0.4668352460610776, + "eval_entropy": 5.526954579376279, + "eval_loss": 5.511401176452637, + "eval_mean_token_accuracy": 0.17264520771607858, + "eval_num_tokens": 10408746.0, + "eval_runtime": 21.9309, + "eval_samples_per_second": 1894.95, + "eval_steps_per_second": 236.88, + "step": 6000 + }, + { + "entropy": 5.726455783843994, + "epoch": 0.46722427543279516, + "grad_norm": 0.96484375, + "learning_rate": 0.000498292423500673, + "loss": 5.4587, + "mean_token_accuracy": 0.16634683459997177, + "num_tokens": 10416937.0, + "step": 6005 + }, + { + "entropy": 5.682621479034424, + "epoch": 0.46761330480451274, + "grad_norm": 0.97265625, + "learning_rate": 0.0004982890137064102, + "loss": 5.4357, + "mean_token_accuracy": 0.17602696865797043, + "num_tokens": 10426343.0, + "step": 6010 + }, + { + "entropy": 5.652905225753784, + "epoch": 0.46800233417623033, + "grad_norm": 0.8984375, + "learning_rate": 0.000498285600524092, + "loss": 5.4522, + "mean_token_accuracy": 0.17078690230846405, + "num_tokens": 10435014.0, + "step": 6015 + }, + { + "entropy": 5.628161239624023, + "epoch": 0.46839136354794786, + "grad_norm": 1.015625, + "learning_rate": 0.0004982821839537701, + "loss": 5.476, + "mean_token_accuracy": 0.16416355222463608, + "num_tokens": 10443522.0, + "step": 6020 + }, + { + "entropy": 5.720815229415893, + "epoch": 0.46878039291966545, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982787639954966, + "loss": 5.5215, + "mean_token_accuracy": 0.16364811658859252, + "num_tokens": 10452202.0, + "step": 6025 + }, + { + "entropy": 5.654162073135376, + "epoch": 0.469169422291383, + "grad_norm": 0.94921875, + "learning_rate": 0.0004982753406493232, + "loss": 5.4953, + "mean_token_accuracy": 0.15741059929132462, + "num_tokens": 10462293.0, + "step": 6030 + }, + { + "entropy": 5.67516975402832, + "epoch": 0.46955845166310056, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982719139153018, + "loss": 5.4369, + "mean_token_accuracy": 0.16624483615159988, + "num_tokens": 10470322.0, + "step": 6035 + }, + { + "entropy": 5.719859933853149, + "epoch": 0.46994748103481815, + "grad_norm": 1.046875, + "learning_rate": 0.0004982684837934845, + "loss": 5.4172, + "mean_token_accuracy": 0.16623629927635192, + "num_tokens": 10479581.0, + "step": 6040 + }, + { + "entropy": 5.711789560317993, + "epoch": 0.4703365104065357, + "grad_norm": 0.95703125, + "learning_rate": 0.0004982650502839234, + "loss": 5.436, + "mean_token_accuracy": 0.16731600165367128, + "num_tokens": 10488207.0, + "step": 6045 + }, + { + "entropy": 5.619416332244873, + "epoch": 0.47072553977825327, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982616133866705, + "loss": 5.4435, + "mean_token_accuracy": 0.16506613194942474, + "num_tokens": 10497360.0, + "step": 6050 + }, + { + "entropy": 5.6212522983551025, + "epoch": 0.4711145691499708, + "grad_norm": 0.94921875, + "learning_rate": 0.0004982581731017779, + "loss": 5.4183, + "mean_token_accuracy": 0.17101287096738815, + "num_tokens": 10506131.0, + "step": 6055 + }, + { + "entropy": 5.663428783416748, + "epoch": 0.4715035985216884, + "grad_norm": 0.97265625, + "learning_rate": 0.0004982547294292979, + "loss": 5.4653, + "mean_token_accuracy": 0.16743853986263274, + "num_tokens": 10514955.0, + "step": 6060 + }, + { + "entropy": 5.629032135009766, + "epoch": 0.47189262789340597, + "grad_norm": 1.0390625, + "learning_rate": 0.0004982512823692828, + "loss": 5.4483, + "mean_token_accuracy": 0.15942414551973344, + "num_tokens": 10523743.0, + "step": 6065 + }, + { + "entropy": 5.652404117584228, + "epoch": 0.4722816572651235, + "grad_norm": 0.9609375, + "learning_rate": 0.0004982478319217848, + "loss": 5.4086, + "mean_token_accuracy": 0.18121292889118196, + "num_tokens": 10533149.0, + "step": 6070 + }, + { + "entropy": 5.645018529891968, + "epoch": 0.4726706866368411, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982443780868562, + "loss": 5.4459, + "mean_token_accuracy": 0.1664214089512825, + "num_tokens": 10541291.0, + "step": 6075 + }, + { + "entropy": 5.6984508514404295, + "epoch": 0.4730597160085587, + "grad_norm": 1.1015625, + "learning_rate": 0.0004982409208645496, + "loss": 5.4859, + "mean_token_accuracy": 0.16808651089668275, + "num_tokens": 10550005.0, + "step": 6080 + }, + { + "entropy": 5.742500305175781, + "epoch": 0.4734487453802762, + "grad_norm": 0.98046875, + "learning_rate": 0.0004982374602549173, + "loss": 5.5135, + "mean_token_accuracy": 0.16490289494395255, + "num_tokens": 10558957.0, + "step": 6085 + }, + { + "entropy": 5.702150869369507, + "epoch": 0.4738377747519938, + "grad_norm": 1.0234375, + "learning_rate": 0.0004982339962580119, + "loss": 5.3942, + "mean_token_accuracy": 0.16679285317659379, + "num_tokens": 10567293.0, + "step": 6090 + }, + { + "entropy": 5.614796686172485, + "epoch": 0.4742268041237113, + "grad_norm": 1.0, + "learning_rate": 0.0004982305288738859, + "loss": 5.376, + "mean_token_accuracy": 0.1681532680988312, + "num_tokens": 10575546.0, + "step": 6095 + }, + { + "entropy": 5.5767762660980225, + "epoch": 0.4746158334954289, + "grad_norm": 0.921875, + "learning_rate": 0.0004982270581025919, + "loss": 5.5016, + "mean_token_accuracy": 0.17040557861328126, + "num_tokens": 10584779.0, + "step": 6100 + }, + { + "entropy": 5.648759889602661, + "epoch": 0.4750048628671465, + "grad_norm": 0.96875, + "learning_rate": 0.0004982235839441826, + "loss": 5.4087, + "mean_token_accuracy": 0.17466698437929154, + "num_tokens": 10592852.0, + "step": 6105 + }, + { + "entropy": 5.704872751235962, + "epoch": 0.475393892238864, + "grad_norm": 0.9453125, + "learning_rate": 0.0004982201063987108, + "loss": 5.5318, + "mean_token_accuracy": 0.15746946930885314, + "num_tokens": 10601875.0, + "step": 6110 + }, + { + "entropy": 5.662019157409668, + "epoch": 0.4757829216105816, + "grad_norm": 1.0078125, + "learning_rate": 0.0004982166254662292, + "loss": 5.5062, + "mean_token_accuracy": 0.170045006275177, + "num_tokens": 10610438.0, + "step": 6115 + }, + { + "entropy": 5.711904287338257, + "epoch": 0.47617195098229914, + "grad_norm": 1.03125, + "learning_rate": 0.0004982131411467904, + "loss": 5.4955, + "mean_token_accuracy": 0.1645934909582138, + "num_tokens": 10619479.0, + "step": 6120 + }, + { + "entropy": 5.6802596092224125, + "epoch": 0.4765609803540167, + "grad_norm": 1.0, + "learning_rate": 0.0004982096534404476, + "loss": 5.4203, + "mean_token_accuracy": 0.17332687079906464, + "num_tokens": 10628519.0, + "step": 6125 + }, + { + "entropy": 5.679824876785278, + "epoch": 0.4769500097257343, + "grad_norm": 0.98828125, + "learning_rate": 0.0004982061623472535, + "loss": 5.3683, + "mean_token_accuracy": 0.17489866316318511, + "num_tokens": 10636522.0, + "step": 6130 + }, + { + "entropy": 5.623510885238647, + "epoch": 0.47733903909745184, + "grad_norm": 0.9765625, + "learning_rate": 0.0004982026678672612, + "loss": 5.3928, + "mean_token_accuracy": 0.16902382373809816, + "num_tokens": 10645728.0, + "step": 6135 + }, + { + "entropy": 5.639240646362305, + "epoch": 0.47772806846916943, + "grad_norm": 1.0078125, + "learning_rate": 0.0004981991700005238, + "loss": 5.5122, + "mean_token_accuracy": 0.16430457681417465, + "num_tokens": 10654868.0, + "step": 6140 + }, + { + "entropy": 5.620595550537109, + "epoch": 0.47811709784088696, + "grad_norm": 0.9765625, + "learning_rate": 0.000498195668747094, + "loss": 5.3954, + "mean_token_accuracy": 0.1706836685538292, + "num_tokens": 10662958.0, + "step": 6145 + }, + { + "entropy": 5.700119161605835, + "epoch": 0.47850612721260455, + "grad_norm": 1.03125, + "learning_rate": 0.0004981921641070254, + "loss": 5.4064, + "mean_token_accuracy": 0.16912615299224854, + "num_tokens": 10671333.0, + "step": 6150 + }, + { + "entropy": 5.690384435653686, + "epoch": 0.47889515658432213, + "grad_norm": 0.94921875, + "learning_rate": 0.0004981886560803708, + "loss": 5.4286, + "mean_token_accuracy": 0.1688441127538681, + "num_tokens": 10680523.0, + "step": 6155 + }, + { + "entropy": 5.661981439590454, + "epoch": 0.47928418595603967, + "grad_norm": 0.94921875, + "learning_rate": 0.0004981851446671838, + "loss": 5.4975, + "mean_token_accuracy": 0.16414804756641388, + "num_tokens": 10689656.0, + "step": 6160 + }, + { + "entropy": 5.736613702774048, + "epoch": 0.47967321532775725, + "grad_norm": 1.078125, + "learning_rate": 0.0004981816298675173, + "loss": 5.5691, + "mean_token_accuracy": 0.15930777937173843, + "num_tokens": 10698423.0, + "step": 6165 + }, + { + "entropy": 5.707890367507934, + "epoch": 0.4800622446994748, + "grad_norm": 1.0390625, + "learning_rate": 0.0004981781116814248, + "loss": 5.4339, + "mean_token_accuracy": 0.168502140045166, + "num_tokens": 10706760.0, + "step": 6170 + }, + { + "entropy": 5.743547677993774, + "epoch": 0.48045127407119237, + "grad_norm": 0.9921875, + "learning_rate": 0.0004981745901089596, + "loss": 5.5415, + "mean_token_accuracy": 0.15941269546747208, + "num_tokens": 10716221.0, + "step": 6175 + }, + { + "entropy": 5.601821565628052, + "epoch": 0.48084030344290996, + "grad_norm": 1.0078125, + "learning_rate": 0.0004981710651501753, + "loss": 5.335, + "mean_token_accuracy": 0.17823495119810104, + "num_tokens": 10724603.0, + "step": 6180 + }, + { + "entropy": 5.692285394668579, + "epoch": 0.4812293328146275, + "grad_norm": 0.97265625, + "learning_rate": 0.0004981675368051254, + "loss": 5.5583, + "mean_token_accuracy": 0.15886397808790206, + "num_tokens": 10733577.0, + "step": 6185 + }, + { + "entropy": 5.768624019622803, + "epoch": 0.4816183621863451, + "grad_norm": 0.9140625, + "learning_rate": 0.0004981640050738633, + "loss": 5.4769, + "mean_token_accuracy": 0.1653328873217106, + "num_tokens": 10743199.0, + "step": 6190 + }, + { + "entropy": 5.65557017326355, + "epoch": 0.48200739155806266, + "grad_norm": 0.9453125, + "learning_rate": 0.0004981604699564426, + "loss": 5.3694, + "mean_token_accuracy": 0.1680201545357704, + "num_tokens": 10751734.0, + "step": 6195 + }, + { + "entropy": 5.677676343917847, + "epoch": 0.4823964209297802, + "grad_norm": 1.046875, + "learning_rate": 0.0004981569314529169, + "loss": 5.5159, + "mean_token_accuracy": 0.1653820604085922, + "num_tokens": 10760194.0, + "step": 6200 + }, + { + "entropy": 5.682971811294555, + "epoch": 0.4827854503014978, + "grad_norm": 0.96875, + "learning_rate": 0.00049815338956334, + "loss": 5.432, + "mean_token_accuracy": 0.171656933426857, + "num_tokens": 10768944.0, + "step": 6205 + }, + { + "entropy": 5.759762811660766, + "epoch": 0.4831744796732153, + "grad_norm": 0.9140625, + "learning_rate": 0.0004981498442877656, + "loss": 5.5297, + "mean_token_accuracy": 0.1686689078807831, + "num_tokens": 10777685.0, + "step": 6210 + }, + { + "entropy": 5.672958707809448, + "epoch": 0.4835635090449329, + "grad_norm": 0.9453125, + "learning_rate": 0.0004981462956262474, + "loss": 5.5018, + "mean_token_accuracy": 0.16606569439172744, + "num_tokens": 10787264.0, + "step": 6215 + }, + { + "entropy": 5.614988517761231, + "epoch": 0.4839525384166505, + "grad_norm": 0.92578125, + "learning_rate": 0.0004981427435788396, + "loss": 5.4717, + "mean_token_accuracy": 0.16396449953317643, + "num_tokens": 10796555.0, + "step": 6220 + }, + { + "entropy": 5.581253385543823, + "epoch": 0.484341567788368, + "grad_norm": 0.96484375, + "learning_rate": 0.0004981391881455957, + "loss": 5.3776, + "mean_token_accuracy": 0.1764609172940254, + "num_tokens": 10805379.0, + "step": 6225 + }, + { + "entropy": 5.64763994216919, + "epoch": 0.4847305971600856, + "grad_norm": 0.89453125, + "learning_rate": 0.0004981356293265696, + "loss": 5.5108, + "mean_token_accuracy": 0.16001439467072487, + "num_tokens": 10815406.0, + "step": 6230 + }, + { + "entropy": 5.677568054199218, + "epoch": 0.4851196265318031, + "grad_norm": 0.9609375, + "learning_rate": 0.0004981320671218157, + "loss": 5.5539, + "mean_token_accuracy": 0.16216269880533218, + "num_tokens": 10824443.0, + "step": 6235 + }, + { + "entropy": 5.728261709213257, + "epoch": 0.4855086559035207, + "grad_norm": 1.0546875, + "learning_rate": 0.0004981285015313877, + "loss": 5.4008, + "mean_token_accuracy": 0.17301271110773087, + "num_tokens": 10833497.0, + "step": 6240 + }, + { + "entropy": 5.604798269271851, + "epoch": 0.4858976852752383, + "grad_norm": 1.0390625, + "learning_rate": 0.0004981249325553399, + "loss": 5.445, + "mean_token_accuracy": 0.16607270687818526, + "num_tokens": 10841864.0, + "step": 6245 + }, + { + "entropy": 5.6987268924713135, + "epoch": 0.48628671464695583, + "grad_norm": 1.0546875, + "learning_rate": 0.0004981213601937264, + "loss": 5.48, + "mean_token_accuracy": 0.1666806936264038, + "num_tokens": 10850887.0, + "step": 6250 + }, + { + "entropy": 5.611641502380371, + "epoch": 0.4866757440186734, + "grad_norm": 0.96875, + "learning_rate": 0.0004981177844466013, + "loss": 5.3722, + "mean_token_accuracy": 0.1711752250790596, + "num_tokens": 10859629.0, + "step": 6255 + }, + { + "entropy": 5.673368358612061, + "epoch": 0.48706477339039095, + "grad_norm": 1.0, + "learning_rate": 0.0004981142053140192, + "loss": 5.56, + "mean_token_accuracy": 0.1639465093612671, + "num_tokens": 10868457.0, + "step": 6260 + }, + { + "entropy": 5.6619948387146, + "epoch": 0.48745380276210853, + "grad_norm": 0.91796875, + "learning_rate": 0.0004981106227960339, + "loss": 5.4862, + "mean_token_accuracy": 0.16452796757221222, + "num_tokens": 10878007.0, + "step": 6265 + }, + { + "entropy": 5.792617225646973, + "epoch": 0.4878428321338261, + "grad_norm": 0.9765625, + "learning_rate": 0.0004981070368927001, + "loss": 5.5191, + "mean_token_accuracy": 0.16553210765123366, + "num_tokens": 10887689.0, + "step": 6270 + }, + { + "entropy": 5.619898319244385, + "epoch": 0.48823186150554365, + "grad_norm": 0.8984375, + "learning_rate": 0.000498103447604072, + "loss": 5.3206, + "mean_token_accuracy": 0.1780785247683525, + "num_tokens": 10896214.0, + "step": 6275 + }, + { + "entropy": 5.591894292831421, + "epoch": 0.48862089087726124, + "grad_norm": 1.0078125, + "learning_rate": 0.0004980998549302044, + "loss": 5.447, + "mean_token_accuracy": 0.16975104808807373, + "num_tokens": 10904946.0, + "step": 6280 + }, + { + "entropy": 5.736668539047241, + "epoch": 0.4890099202489788, + "grad_norm": 1.03125, + "learning_rate": 0.0004980962588711516, + "loss": 5.5196, + "mean_token_accuracy": 0.16013508439064025, + "num_tokens": 10913382.0, + "step": 6285 + }, + { + "entropy": 5.737943172454834, + "epoch": 0.48939894962069636, + "grad_norm": 0.9296875, + "learning_rate": 0.000498092659426968, + "loss": 5.4813, + "mean_token_accuracy": 0.16893975734710692, + "num_tokens": 10922055.0, + "step": 6290 + }, + { + "entropy": 5.634787368774414, + "epoch": 0.48978797899241394, + "grad_norm": 0.98046875, + "learning_rate": 0.0004980890565977085, + "loss": 5.4651, + "mean_token_accuracy": 0.16650761067867278, + "num_tokens": 10930282.0, + "step": 6295 + }, + { + "entropy": 5.586604166030884, + "epoch": 0.4901770083641315, + "grad_norm": 1.015625, + "learning_rate": 0.0004980854503834276, + "loss": 5.4713, + "mean_token_accuracy": 0.1735634386539459, + "num_tokens": 10938432.0, + "step": 6300 + }, + { + "entropy": 5.7162559032440186, + "epoch": 0.49056603773584906, + "grad_norm": 1.0234375, + "learning_rate": 0.0004980818407841802, + "loss": 5.4661, + "mean_token_accuracy": 0.1719464674592018, + "num_tokens": 10946354.0, + "step": 6305 + }, + { + "entropy": 5.746575498580933, + "epoch": 0.49095506710756665, + "grad_norm": 0.95703125, + "learning_rate": 0.0004980782278000207, + "loss": 5.5014, + "mean_token_accuracy": 0.16299327313899994, + "num_tokens": 10954885.0, + "step": 6310 + }, + { + "entropy": 5.643042278289795, + "epoch": 0.4913440964792842, + "grad_norm": 1.03125, + "learning_rate": 0.0004980746114310043, + "loss": 5.41, + "mean_token_accuracy": 0.16809043288230896, + "num_tokens": 10963173.0, + "step": 6315 + }, + { + "entropy": 5.665570878982544, + "epoch": 0.49173312585100176, + "grad_norm": 0.9375, + "learning_rate": 0.0004980709916771858, + "loss": 5.5587, + "mean_token_accuracy": 0.15590894371271133, + "num_tokens": 10972264.0, + "step": 6320 + }, + { + "entropy": 5.630701541900635, + "epoch": 0.4921221552227193, + "grad_norm": 0.96484375, + "learning_rate": 0.0004980673685386198, + "loss": 5.4065, + "mean_token_accuracy": 0.1728062614798546, + "num_tokens": 10980645.0, + "step": 6325 + }, + { + "entropy": 5.6020771026611325, + "epoch": 0.4925111845944369, + "grad_norm": 1.0390625, + "learning_rate": 0.0004980637420153618, + "loss": 5.3592, + "mean_token_accuracy": 0.17097442746162414, + "num_tokens": 10989121.0, + "step": 6330 + }, + { + "entropy": 5.631519365310669, + "epoch": 0.49290021396615447, + "grad_norm": 1.03125, + "learning_rate": 0.0004980601121074664, + "loss": 5.3605, + "mean_token_accuracy": 0.17560895383358002, + "num_tokens": 10998249.0, + "step": 6335 + }, + { + "entropy": 5.747340345382691, + "epoch": 0.493289243337872, + "grad_norm": 0.97265625, + "learning_rate": 0.0004980564788149889, + "loss": 5.4755, + "mean_token_accuracy": 0.16513971388339996, + "num_tokens": 11007470.0, + "step": 6340 + }, + { + "entropy": 5.694008445739746, + "epoch": 0.4936782727095896, + "grad_norm": 1.0078125, + "learning_rate": 0.0004980528421379844, + "loss": 5.4264, + "mean_token_accuracy": 0.16628471314907073, + "num_tokens": 11015912.0, + "step": 6345 + }, + { + "entropy": 5.634057521820068, + "epoch": 0.4940673020813071, + "grad_norm": 0.95703125, + "learning_rate": 0.000498049202076508, + "loss": 5.4354, + "mean_token_accuracy": 0.16697777658700944, + "num_tokens": 11024629.0, + "step": 6350 + }, + { + "entropy": 5.667661046981811, + "epoch": 0.4944563314530247, + "grad_norm": 1.0, + "learning_rate": 0.0004980455586306149, + "loss": 5.3787, + "mean_token_accuracy": 0.17258453518152236, + "num_tokens": 11033953.0, + "step": 6355 + }, + { + "entropy": 5.592496776580811, + "epoch": 0.4948453608247423, + "grad_norm": 0.92578125, + "learning_rate": 0.0004980419118003605, + "loss": 5.4571, + "mean_token_accuracy": 0.16577280908823014, + "num_tokens": 11042891.0, + "step": 6360 + }, + { + "entropy": 5.643301963806152, + "epoch": 0.4952343901964598, + "grad_norm": 0.98828125, + "learning_rate": 0.0004980382615858001, + "loss": 5.5492, + "mean_token_accuracy": 0.16074244379997255, + "num_tokens": 11051262.0, + "step": 6365 + }, + { + "entropy": 5.6761993885040285, + "epoch": 0.4956234195681774, + "grad_norm": 1.0390625, + "learning_rate": 0.0004980346079869892, + "loss": 5.3681, + "mean_token_accuracy": 0.17648585736751557, + "num_tokens": 11059357.0, + "step": 6370 + }, + { + "entropy": 5.651570606231689, + "epoch": 0.49601244893989493, + "grad_norm": 0.96484375, + "learning_rate": 0.000498030951003983, + "loss": 5.3967, + "mean_token_accuracy": 0.1678969830274582, + "num_tokens": 11068076.0, + "step": 6375 + }, + { + "entropy": 5.583523178100586, + "epoch": 0.4964014783116125, + "grad_norm": 1.578125, + "learning_rate": 0.0004980272906368371, + "loss": 5.2748, + "mean_token_accuracy": 0.18292394280433655, + "num_tokens": 11076804.0, + "step": 6380 + }, + { + "entropy": 5.660397291183472, + "epoch": 0.4967905076833301, + "grad_norm": 0.99609375, + "learning_rate": 0.0004980236268856071, + "loss": 5.4741, + "mean_token_accuracy": 0.17098617255687715, + "num_tokens": 11085794.0, + "step": 6385 + }, + { + "entropy": 5.5611003875732425, + "epoch": 0.49717953705504764, + "grad_norm": 0.9296875, + "learning_rate": 0.0004980199597503487, + "loss": 5.3755, + "mean_token_accuracy": 0.16459452956914902, + "num_tokens": 11094989.0, + "step": 6390 + }, + { + "entropy": 5.586446523666382, + "epoch": 0.4975685664267652, + "grad_norm": 1.0078125, + "learning_rate": 0.0004980162892311171, + "loss": 5.3346, + "mean_token_accuracy": 0.1741299569606781, + "num_tokens": 11103046.0, + "step": 6395 + }, + { + "entropy": 5.5971721649169925, + "epoch": 0.4979575957984828, + "grad_norm": 0.921875, + "learning_rate": 0.0004980126153279684, + "loss": 5.4043, + "mean_token_accuracy": 0.17560217678546905, + "num_tokens": 11111533.0, + "step": 6400 + }, + { + "entropy": 5.650516223907471, + "epoch": 0.49834662517020034, + "grad_norm": 1.015625, + "learning_rate": 0.0004980089380409583, + "loss": 5.5972, + "mean_token_accuracy": 0.15618404000997543, + "num_tokens": 11120534.0, + "step": 6405 + }, + { + "entropy": 5.743019437789917, + "epoch": 0.4987356545419179, + "grad_norm": 1.0703125, + "learning_rate": 0.0004980052573701424, + "loss": 5.5348, + "mean_token_accuracy": 0.17133111208677293, + "num_tokens": 11128354.0, + "step": 6410 + }, + { + "entropy": 5.711576890945435, + "epoch": 0.49912468391363546, + "grad_norm": 0.98828125, + "learning_rate": 0.0004980015733155767, + "loss": 5.4515, + "mean_token_accuracy": 0.16233282089233397, + "num_tokens": 11136201.0, + "step": 6415 + }, + { + "entropy": 5.7182337760925295, + "epoch": 0.49951371328535304, + "grad_norm": 1.0546875, + "learning_rate": 0.0004979978858773171, + "loss": 5.4175, + "mean_token_accuracy": 0.1689138561487198, + "num_tokens": 11145131.0, + "step": 6420 + }, + { + "entropy": 5.606427145004273, + "epoch": 0.49990274265707063, + "grad_norm": 1.046875, + "learning_rate": 0.0004979941950554195, + "loss": 5.3418, + "mean_token_accuracy": 0.17413055300712585, + "num_tokens": 11154514.0, + "step": 6425 + }, + { + "entropy": 5.723063278198242, + "epoch": 0.5002917720287882, + "grad_norm": 0.95703125, + "learning_rate": 0.0004979905008499399, + "loss": 5.4389, + "mean_token_accuracy": 0.17316336631774903, + "num_tokens": 11163160.0, + "step": 6430 + }, + { + "entropy": 5.608155727386475, + "epoch": 0.5006808014005057, + "grad_norm": 1.0390625, + "learning_rate": 0.0004979868032609344, + "loss": 5.4122, + "mean_token_accuracy": 0.17666464745998384, + "num_tokens": 11171573.0, + "step": 6435 + }, + { + "entropy": 5.5990777015686035, + "epoch": 0.5010698307722233, + "grad_norm": 0.9765625, + "learning_rate": 0.0004979831022884591, + "loss": 5.4154, + "mean_token_accuracy": 0.16636250764131547, + "num_tokens": 11180028.0, + "step": 6440 + }, + { + "entropy": 5.603765964508057, + "epoch": 0.5014588601439409, + "grad_norm": 1.0625, + "learning_rate": 0.0004979793979325701, + "loss": 5.335, + "mean_token_accuracy": 0.16556937098503113, + "num_tokens": 11188403.0, + "step": 6445 + }, + { + "entropy": 5.544768857955932, + "epoch": 0.5018478895156584, + "grad_norm": 1.0234375, + "learning_rate": 0.0004979756901933236, + "loss": 5.3314, + "mean_token_accuracy": 0.1819371610879898, + "num_tokens": 11196391.0, + "step": 6450 + }, + { + "entropy": 5.6223509311676025, + "epoch": 0.502236918887376, + "grad_norm": 1.0625, + "learning_rate": 0.000497971979070776, + "loss": 5.4505, + "mean_token_accuracy": 0.16939201056957245, + "num_tokens": 11204596.0, + "step": 6455 + }, + { + "entropy": 5.639053726196289, + "epoch": 0.5026259482590936, + "grad_norm": 1.0546875, + "learning_rate": 0.0004979682645649834, + "loss": 5.4105, + "mean_token_accuracy": 0.16829846501350404, + "num_tokens": 11212629.0, + "step": 6460 + }, + { + "entropy": 5.713208293914795, + "epoch": 0.5030149776308112, + "grad_norm": 1.0078125, + "learning_rate": 0.0004979645466760025, + "loss": 5.4737, + "mean_token_accuracy": 0.1686081901192665, + "num_tokens": 11221836.0, + "step": 6465 + }, + { + "entropy": 5.67520751953125, + "epoch": 0.5034040070025287, + "grad_norm": 1.046875, + "learning_rate": 0.0004979608254038892, + "loss": 5.5339, + "mean_token_accuracy": 0.1600072592496872, + "num_tokens": 11230600.0, + "step": 6470 + }, + { + "entropy": 5.7495097637176515, + "epoch": 0.5037930363742462, + "grad_norm": 0.94140625, + "learning_rate": 0.0004979571007487003, + "loss": 5.5228, + "mean_token_accuracy": 0.15595481544733047, + "num_tokens": 11239664.0, + "step": 6475 + }, + { + "entropy": 5.629716253280639, + "epoch": 0.5041820657459638, + "grad_norm": 0.97265625, + "learning_rate": 0.0004979533727104924, + "loss": 5.4495, + "mean_token_accuracy": 0.1616964042186737, + "num_tokens": 11249111.0, + "step": 6480 + }, + { + "entropy": 5.6311675071716305, + "epoch": 0.5045710951176814, + "grad_norm": 0.96484375, + "learning_rate": 0.000497949641289322, + "loss": 5.3395, + "mean_token_accuracy": 0.1698092058300972, + "num_tokens": 11257599.0, + "step": 6485 + }, + { + "entropy": 5.615521097183228, + "epoch": 0.504960124489399, + "grad_norm": 0.99609375, + "learning_rate": 0.0004979459064852456, + "loss": 5.461, + "mean_token_accuracy": 0.17805053144693375, + "num_tokens": 11265586.0, + "step": 6490 + }, + { + "entropy": 5.74630331993103, + "epoch": 0.5053491538611166, + "grad_norm": 0.94921875, + "learning_rate": 0.0004979421682983197, + "loss": 5.5854, + "mean_token_accuracy": 0.1652588278055191, + "num_tokens": 11274736.0, + "step": 6495 + }, + { + "entropy": 5.665422821044922, + "epoch": 0.505738183232834, + "grad_norm": 1.09375, + "learning_rate": 0.0004979384267286015, + "loss": 5.362, + "mean_token_accuracy": 0.17337319552898406, + "num_tokens": 11282596.0, + "step": 6500 + }, + { + "entropy": 5.6501696586608885, + "epoch": 0.5061272126045516, + "grad_norm": 0.984375, + "learning_rate": 0.0004979346817761475, + "loss": 5.4503, + "mean_token_accuracy": 0.1627633586525917, + "num_tokens": 11290974.0, + "step": 6505 + }, + { + "entropy": 5.5663024425506595, + "epoch": 0.5065162419762692, + "grad_norm": 0.98828125, + "learning_rate": 0.0004979309334410144, + "loss": 5.3334, + "mean_token_accuracy": 0.17180522680282592, + "num_tokens": 11299196.0, + "step": 6510 + }, + { + "entropy": 5.671379089355469, + "epoch": 0.5069052713479868, + "grad_norm": 1.046875, + "learning_rate": 0.0004979271817232594, + "loss": 5.47, + "mean_token_accuracy": 0.1628324031829834, + "num_tokens": 11308214.0, + "step": 6515 + }, + { + "entropy": 5.661998510360718, + "epoch": 0.5072943007197044, + "grad_norm": 0.9765625, + "learning_rate": 0.0004979234266229391, + "loss": 5.4372, + "mean_token_accuracy": 0.17011113911867143, + "num_tokens": 11316566.0, + "step": 6520 + }, + { + "entropy": 5.654293775558472, + "epoch": 0.5076833300914219, + "grad_norm": 1.0234375, + "learning_rate": 0.0004979196681401106, + "loss": 5.4283, + "mean_token_accuracy": 0.16879323571920396, + "num_tokens": 11325079.0, + "step": 6525 + }, + { + "entropy": 5.658125495910644, + "epoch": 0.5080723594631394, + "grad_norm": 1.015625, + "learning_rate": 0.000497915906274831, + "loss": 5.4441, + "mean_token_accuracy": 0.1672111839056015, + "num_tokens": 11333829.0, + "step": 6530 + }, + { + "entropy": 5.582587718963623, + "epoch": 0.508461388834857, + "grad_norm": 0.9296875, + "learning_rate": 0.0004979121410271574, + "loss": 5.3905, + "mean_token_accuracy": 0.1738412469625473, + "num_tokens": 11343078.0, + "step": 6535 + }, + { + "entropy": 5.65086784362793, + "epoch": 0.5088504182065746, + "grad_norm": 0.98828125, + "learning_rate": 0.0004979083723971468, + "loss": 5.4947, + "mean_token_accuracy": 0.17132056951522828, + "num_tokens": 11351475.0, + "step": 6540 + }, + { + "entropy": 5.619971179962159, + "epoch": 0.5092394475782922, + "grad_norm": 1.015625, + "learning_rate": 0.0004979046003848564, + "loss": 5.3775, + "mean_token_accuracy": 0.1698130652308464, + "num_tokens": 11359810.0, + "step": 6545 + }, + { + "entropy": 5.680748701095581, + "epoch": 0.5096284769500097, + "grad_norm": 1.0078125, + "learning_rate": 0.0004979008249903435, + "loss": 5.4326, + "mean_token_accuracy": 0.17276596873998643, + "num_tokens": 11368585.0, + "step": 6550 + }, + { + "entropy": 5.690910005569458, + "epoch": 0.5100175063217273, + "grad_norm": 1.015625, + "learning_rate": 0.0004978970462136655, + "loss": 5.4611, + "mean_token_accuracy": 0.16980846524238585, + "num_tokens": 11377393.0, + "step": 6555 + }, + { + "entropy": 5.670943355560302, + "epoch": 0.5104065356934449, + "grad_norm": 1.0234375, + "learning_rate": 0.0004978932640548794, + "loss": 5.4339, + "mean_token_accuracy": 0.165023310482502, + "num_tokens": 11385877.0, + "step": 6560 + }, + { + "entropy": 5.602134370803833, + "epoch": 0.5107955650651624, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978894785140429, + "loss": 5.3569, + "mean_token_accuracy": 0.17920774668455125, + "num_tokens": 11394457.0, + "step": 6565 + }, + { + "entropy": 5.579525470733643, + "epoch": 0.51118459443688, + "grad_norm": 1.046875, + "learning_rate": 0.0004978856895912132, + "loss": 5.3712, + "mean_token_accuracy": 0.17652615308761596, + "num_tokens": 11403007.0, + "step": 6570 + }, + { + "entropy": 5.672693061828613, + "epoch": 0.5115736238085975, + "grad_norm": 0.97265625, + "learning_rate": 0.0004978818972864481, + "loss": 5.4376, + "mean_token_accuracy": 0.1651514306664467, + "num_tokens": 11412237.0, + "step": 6575 + }, + { + "entropy": 5.686287975311279, + "epoch": 0.5119626531803151, + "grad_norm": 1.0, + "learning_rate": 0.0004978781015998048, + "loss": 5.4048, + "mean_token_accuracy": 0.1689675435423851, + "num_tokens": 11421219.0, + "step": 6580 + }, + { + "entropy": 5.66724534034729, + "epoch": 0.5123516825520327, + "grad_norm": 1.03125, + "learning_rate": 0.0004978743025313413, + "loss": 5.3848, + "mean_token_accuracy": 0.16759707182645797, + "num_tokens": 11428933.0, + "step": 6585 + }, + { + "entropy": 5.618669319152832, + "epoch": 0.5127407119237503, + "grad_norm": 1.0390625, + "learning_rate": 0.0004978705000811148, + "loss": 5.4909, + "mean_token_accuracy": 0.16458306163549424, + "num_tokens": 11437551.0, + "step": 6590 + }, + { + "entropy": 5.722258758544922, + "epoch": 0.5131297412954678, + "grad_norm": 1.0546875, + "learning_rate": 0.0004978666942491832, + "loss": 5.5726, + "mean_token_accuracy": 0.1582800716161728, + "num_tokens": 11446045.0, + "step": 6595 + }, + { + "entropy": 5.761044073104858, + "epoch": 0.5135187706671853, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978628850356043, + "loss": 5.4914, + "mean_token_accuracy": 0.16513002216815947, + "num_tokens": 11455159.0, + "step": 6600 + }, + { + "entropy": 5.685759687423706, + "epoch": 0.5139078000389029, + "grad_norm": 0.9921875, + "learning_rate": 0.0004978590724404358, + "loss": 5.4043, + "mean_token_accuracy": 0.17099089175462723, + "num_tokens": 11463835.0, + "step": 6605 + }, + { + "entropy": 5.648447322845459, + "epoch": 0.5142968294106205, + "grad_norm": 1.015625, + "learning_rate": 0.0004978552564637356, + "loss": 5.4682, + "mean_token_accuracy": 0.17038068175315857, + "num_tokens": 11472439.0, + "step": 6610 + }, + { + "entropy": 5.6681715965271, + "epoch": 0.5146858587823381, + "grad_norm": 0.94140625, + "learning_rate": 0.0004978514371055616, + "loss": 5.5086, + "mean_token_accuracy": 0.16487603187561034, + "num_tokens": 11481626.0, + "step": 6615 + }, + { + "entropy": 5.605358123779297, + "epoch": 0.5150748881540557, + "grad_norm": 0.96875, + "learning_rate": 0.0004978476143659718, + "loss": 5.3939, + "mean_token_accuracy": 0.17514775842428207, + "num_tokens": 11490571.0, + "step": 6620 + }, + { + "entropy": 5.734579801559448, + "epoch": 0.5154639175257731, + "grad_norm": 1.015625, + "learning_rate": 0.0004978437882450241, + "loss": 5.4922, + "mean_token_accuracy": 0.1654839798808098, + "num_tokens": 11499145.0, + "step": 6625 + }, + { + "entropy": 5.692298221588135, + "epoch": 0.5158529468974907, + "grad_norm": 0.98828125, + "learning_rate": 0.0004978399587427766, + "loss": 5.4143, + "mean_token_accuracy": 0.17052434980869294, + "num_tokens": 11508133.0, + "step": 6630 + }, + { + "entropy": 5.511624479293824, + "epoch": 0.5162419762692083, + "grad_norm": 0.94140625, + "learning_rate": 0.0004978361258592874, + "loss": 5.322, + "mean_token_accuracy": 0.1742513209581375, + "num_tokens": 11516790.0, + "step": 6635 + }, + { + "entropy": 5.630044412612915, + "epoch": 0.5166310056409259, + "grad_norm": 0.9453125, + "learning_rate": 0.0004978322895946147, + "loss": 5.4068, + "mean_token_accuracy": 0.16798608154058456, + "num_tokens": 11525963.0, + "step": 6640 + }, + { + "entropy": 5.629098558425904, + "epoch": 0.5170200350126435, + "grad_norm": 1.015625, + "learning_rate": 0.0004978284499488167, + "loss": 5.3851, + "mean_token_accuracy": 0.17411332577466965, + "num_tokens": 11534193.0, + "step": 6645 + }, + { + "entropy": 5.653246212005615, + "epoch": 0.5174090643843611, + "grad_norm": 1.125, + "learning_rate": 0.0004978246069219516, + "loss": 5.4029, + "mean_token_accuracy": 0.17116494178771974, + "num_tokens": 11542517.0, + "step": 6650 + }, + { + "entropy": 5.647744750976562, + "epoch": 0.5177980937560785, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978207605140777, + "loss": 5.4669, + "mean_token_accuracy": 0.16449436247348787, + "num_tokens": 11550874.0, + "step": 6655 + }, + { + "entropy": 5.669667196273804, + "epoch": 0.5181871231277961, + "grad_norm": 0.99609375, + "learning_rate": 0.0004978169107252534, + "loss": 5.4881, + "mean_token_accuracy": 0.16329788714647292, + "num_tokens": 11560562.0, + "step": 6660 + }, + { + "entropy": 5.643291759490967, + "epoch": 0.5185761524995137, + "grad_norm": 1.03125, + "learning_rate": 0.0004978130575555373, + "loss": 5.3751, + "mean_token_accuracy": 0.16976799070835114, + "num_tokens": 11569887.0, + "step": 6665 + }, + { + "entropy": 5.57875690460205, + "epoch": 0.5189651818712313, + "grad_norm": 1.0, + "learning_rate": 0.0004978092010049877, + "loss": 5.3054, + "mean_token_accuracy": 0.17502678334712982, + "num_tokens": 11578608.0, + "step": 6670 + }, + { + "entropy": 5.585260343551636, + "epoch": 0.5193542112429489, + "grad_norm": 0.9296875, + "learning_rate": 0.000497805341073663, + "loss": 5.4132, + "mean_token_accuracy": 0.16847770512104035, + "num_tokens": 11587435.0, + "step": 6675 + }, + { + "entropy": 5.6195220947265625, + "epoch": 0.5197432406146664, + "grad_norm": 1.0625, + "learning_rate": 0.0004978014777616219, + "loss": 5.5123, + "mean_token_accuracy": 0.16088477224111558, + "num_tokens": 11596094.0, + "step": 6680 + }, + { + "entropy": 5.700346231460571, + "epoch": 0.520132269986384, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977976110689229, + "loss": 5.4643, + "mean_token_accuracy": 0.1668734520673752, + "num_tokens": 11604521.0, + "step": 6685 + }, + { + "entropy": 5.684550094604492, + "epoch": 0.5205212993581015, + "grad_norm": 0.953125, + "learning_rate": 0.000497793740995625, + "loss": 5.4332, + "mean_token_accuracy": 0.17027366161346436, + "num_tokens": 11613143.0, + "step": 6690 + }, + { + "entropy": 5.665559864044189, + "epoch": 0.5209103287298191, + "grad_norm": 0.94921875, + "learning_rate": 0.0004977898675417866, + "loss": 5.4826, + "mean_token_accuracy": 0.17012318819761277, + "num_tokens": 11622667.0, + "step": 6695 + }, + { + "entropy": 5.690769147872925, + "epoch": 0.5212993581015367, + "grad_norm": 1.015625, + "learning_rate": 0.0004977859907074664, + "loss": 5.4405, + "mean_token_accuracy": 0.1723522961139679, + "num_tokens": 11632114.0, + "step": 6700 + }, + { + "entropy": 5.6664323806762695, + "epoch": 0.5216883874732542, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977821104927236, + "loss": 5.3708, + "mean_token_accuracy": 0.17163726687431335, + "num_tokens": 11640731.0, + "step": 6705 + }, + { + "entropy": 5.5376856327056885, + "epoch": 0.5220774168449718, + "grad_norm": 0.9453125, + "learning_rate": 0.0004977782268976167, + "loss": 5.347, + "mean_token_accuracy": 0.17547252923250198, + "num_tokens": 11648975.0, + "step": 6710 + }, + { + "entropy": 5.629901313781739, + "epoch": 0.5224664462166894, + "grad_norm": 1.0, + "learning_rate": 0.0004977743399222048, + "loss": 5.397, + "mean_token_accuracy": 0.17356285601854324, + "num_tokens": 11657598.0, + "step": 6715 + }, + { + "entropy": 5.759890699386597, + "epoch": 0.522855475588407, + "grad_norm": 1.109375, + "learning_rate": 0.0004977704495665471, + "loss": 5.5537, + "mean_token_accuracy": 0.17318776845932007, + "num_tokens": 11665504.0, + "step": 6720 + }, + { + "entropy": 5.689238452911377, + "epoch": 0.5232445049601245, + "grad_norm": 1.109375, + "learning_rate": 0.0004977665558307023, + "loss": 5.4519, + "mean_token_accuracy": 0.17328019589185714, + "num_tokens": 11674337.0, + "step": 6725 + }, + { + "entropy": 5.540548801422119, + "epoch": 0.523633534331842, + "grad_norm": 0.953125, + "learning_rate": 0.0004977626587147295, + "loss": 5.3074, + "mean_token_accuracy": 0.17538170665502548, + "num_tokens": 11682626.0, + "step": 6730 + }, + { + "entropy": 5.613022899627685, + "epoch": 0.5240225637035596, + "grad_norm": 0.96484375, + "learning_rate": 0.000497758758218688, + "loss": 5.3536, + "mean_token_accuracy": 0.17512194365262984, + "num_tokens": 11691403.0, + "step": 6735 + }, + { + "entropy": 5.707204675674438, + "epoch": 0.5244115930752772, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977548543426368, + "loss": 5.487, + "mean_token_accuracy": 0.16559841185808183, + "num_tokens": 11700590.0, + "step": 6740 + }, + { + "entropy": 5.674825811386109, + "epoch": 0.5248006224469948, + "grad_norm": 1.015625, + "learning_rate": 0.0004977509470866353, + "loss": 5.3849, + "mean_token_accuracy": 0.1695603162050247, + "num_tokens": 11708799.0, + "step": 6745 + }, + { + "entropy": 5.622507047653198, + "epoch": 0.5251896518187124, + "grad_norm": 0.9921875, + "learning_rate": 0.0004977470364507427, + "loss": 5.3924, + "mean_token_accuracy": 0.174872525036335, + "num_tokens": 11716953.0, + "step": 6750 + }, + { + "entropy": 5.645905256271362, + "epoch": 0.5255786811904298, + "grad_norm": 0.953125, + "learning_rate": 0.0004977431224350184, + "loss": 5.4596, + "mean_token_accuracy": 0.1675609439611435, + "num_tokens": 11725032.0, + "step": 6755 + }, + { + "entropy": 5.671552467346191, + "epoch": 0.5259677105621474, + "grad_norm": 1.015625, + "learning_rate": 0.0004977392050395217, + "loss": 5.4674, + "mean_token_accuracy": 0.16827739626169205, + "num_tokens": 11733359.0, + "step": 6760 + }, + { + "entropy": 5.6978929996490475, + "epoch": 0.526356739933865, + "grad_norm": 1.015625, + "learning_rate": 0.0004977352842643121, + "loss": 5.4447, + "mean_token_accuracy": 0.17384590953588486, + "num_tokens": 11740936.0, + "step": 6765 + }, + { + "entropy": 5.6561400413513185, + "epoch": 0.5267457693055826, + "grad_norm": 0.90625, + "learning_rate": 0.000497731360109449, + "loss": 5.4912, + "mean_token_accuracy": 0.1654544785618782, + "num_tokens": 11749764.0, + "step": 6770 + }, + { + "entropy": 5.71761384010315, + "epoch": 0.5271347986773002, + "grad_norm": 1.0078125, + "learning_rate": 0.0004977274325749922, + "loss": 5.499, + "mean_token_accuracy": 0.17246012687683104, + "num_tokens": 11757945.0, + "step": 6775 + }, + { + "entropy": 5.608647632598877, + "epoch": 0.5275238280490177, + "grad_norm": 1.0546875, + "learning_rate": 0.0004977235016610011, + "loss": 5.3704, + "mean_token_accuracy": 0.17345735132694245, + "num_tokens": 11766333.0, + "step": 6780 + }, + { + "entropy": 5.605227470397949, + "epoch": 0.5279128574207352, + "grad_norm": 0.90234375, + "learning_rate": 0.0004977195673675353, + "loss": 5.4179, + "mean_token_accuracy": 0.16838252991437913, + "num_tokens": 11775041.0, + "step": 6785 + }, + { + "entropy": 5.657201194763184, + "epoch": 0.5283018867924528, + "grad_norm": 1.0078125, + "learning_rate": 0.0004977156296946545, + "loss": 5.4054, + "mean_token_accuracy": 0.16645608246326446, + "num_tokens": 11783958.0, + "step": 6790 + }, + { + "entropy": 5.630903053283691, + "epoch": 0.5286909161641704, + "grad_norm": 1.0, + "learning_rate": 0.0004977116886424187, + "loss": 5.4613, + "mean_token_accuracy": 0.16542300283908845, + "num_tokens": 11792174.0, + "step": 6795 + }, + { + "entropy": 5.639910507202148, + "epoch": 0.529079945535888, + "grad_norm": 1.0390625, + "learning_rate": 0.0004977077442108873, + "loss": 5.3807, + "mean_token_accuracy": 0.17330700159072876, + "num_tokens": 11800514.0, + "step": 6800 + }, + { + "entropy": 5.6459287166595455, + "epoch": 0.5294689749076055, + "grad_norm": 0.95703125, + "learning_rate": 0.0004977037964001204, + "loss": 5.3029, + "mean_token_accuracy": 0.18221512138843537, + "num_tokens": 11808918.0, + "step": 6805 + }, + { + "entropy": 5.70598258972168, + "epoch": 0.5298580042793231, + "grad_norm": 0.98046875, + "learning_rate": 0.000497699845210178, + "loss": 5.5537, + "mean_token_accuracy": 0.16276264637708665, + "num_tokens": 11818014.0, + "step": 6810 + }, + { + "entropy": 5.63267674446106, + "epoch": 0.5302470336510406, + "grad_norm": 0.953125, + "learning_rate": 0.0004976958906411197, + "loss": 5.4684, + "mean_token_accuracy": 0.1639823779463768, + "num_tokens": 11826477.0, + "step": 6815 + }, + { + "entropy": 5.735885572433472, + "epoch": 0.5306360630227582, + "grad_norm": 0.97265625, + "learning_rate": 0.0004976919326930059, + "loss": 5.5319, + "mean_token_accuracy": 0.16284382790327073, + "num_tokens": 11835513.0, + "step": 6820 + }, + { + "entropy": 5.752363300323486, + "epoch": 0.5310250923944758, + "grad_norm": 0.96875, + "learning_rate": 0.0004976879713658964, + "loss": 5.5148, + "mean_token_accuracy": 0.16687608808279036, + "num_tokens": 11844495.0, + "step": 6825 + }, + { + "entropy": 5.661299991607666, + "epoch": 0.5314141217661933, + "grad_norm": 0.87890625, + "learning_rate": 0.0004976840066598514, + "loss": 5.4558, + "mean_token_accuracy": 0.16549880653619767, + "num_tokens": 11853013.0, + "step": 6830 + }, + { + "entropy": 5.566314268112182, + "epoch": 0.5318031511379109, + "grad_norm": 0.98828125, + "learning_rate": 0.0004976800385749309, + "loss": 5.2665, + "mean_token_accuracy": 0.17524262219667436, + "num_tokens": 11861899.0, + "step": 6835 + }, + { + "entropy": 5.569824314117431, + "epoch": 0.5321921805096285, + "grad_norm": 0.921875, + "learning_rate": 0.0004976760671111954, + "loss": 5.3419, + "mean_token_accuracy": 0.17819802314043046, + "num_tokens": 11870836.0, + "step": 6840 + }, + { + "entropy": 5.630034446716309, + "epoch": 0.532581209881346, + "grad_norm": 0.953125, + "learning_rate": 0.000497672092268705, + "loss": 5.3942, + "mean_token_accuracy": 0.16372393667697907, + "num_tokens": 11879363.0, + "step": 6845 + }, + { + "entropy": 5.677461814880371, + "epoch": 0.5329702392530636, + "grad_norm": 0.99609375, + "learning_rate": 0.00049766811404752, + "loss": 5.4007, + "mean_token_accuracy": 0.16805416345596313, + "num_tokens": 11887696.0, + "step": 6850 + }, + { + "entropy": 5.633221387863159, + "epoch": 0.5333592686247812, + "grad_norm": 1.0, + "learning_rate": 0.0004976641324477008, + "loss": 5.4031, + "mean_token_accuracy": 0.1713561162352562, + "num_tokens": 11895867.0, + "step": 6855 + }, + { + "entropy": 5.662677812576294, + "epoch": 0.5337482979964987, + "grad_norm": 0.98828125, + "learning_rate": 0.0004976601474693077, + "loss": 5.3389, + "mean_token_accuracy": 0.1717140942811966, + "num_tokens": 11904537.0, + "step": 6860 + }, + { + "entropy": 5.731931447982788, + "epoch": 0.5341373273682163, + "grad_norm": 0.9375, + "learning_rate": 0.0004976561591124014, + "loss": 5.4686, + "mean_token_accuracy": 0.17363298535346985, + "num_tokens": 11913097.0, + "step": 6865 + }, + { + "entropy": 5.578159427642822, + "epoch": 0.5345263567399339, + "grad_norm": 1.0234375, + "learning_rate": 0.0004976521673770421, + "loss": 5.2752, + "mean_token_accuracy": 0.17268597036600114, + "num_tokens": 11921852.0, + "step": 6870 + }, + { + "entropy": 5.627079343795776, + "epoch": 0.5349153861116515, + "grad_norm": 0.99609375, + "learning_rate": 0.0004976481722632907, + "loss": 5.4598, + "mean_token_accuracy": 0.1650264471769333, + "num_tokens": 11930836.0, + "step": 6875 + }, + { + "entropy": 5.710422945022583, + "epoch": 0.535304415483369, + "grad_norm": 1.0, + "learning_rate": 0.0004976441737712076, + "loss": 5.5305, + "mean_token_accuracy": 0.16050295382738114, + "num_tokens": 11940069.0, + "step": 6880 + }, + { + "entropy": 5.734521436691284, + "epoch": 0.5356934448550865, + "grad_norm": 1.0859375, + "learning_rate": 0.0004976401719008536, + "loss": 5.4401, + "mean_token_accuracy": 0.17020536661148072, + "num_tokens": 11948525.0, + "step": 6885 + }, + { + "entropy": 5.626850891113281, + "epoch": 0.5360824742268041, + "grad_norm": 1.0625, + "learning_rate": 0.0004976361666522893, + "loss": 5.4475, + "mean_token_accuracy": 0.1688174158334732, + "num_tokens": 11956912.0, + "step": 6890 + }, + { + "entropy": 5.539887142181397, + "epoch": 0.5364715035985217, + "grad_norm": 1.078125, + "learning_rate": 0.0004976321580255755, + "loss": 5.5336, + "mean_token_accuracy": 0.16634575575590133, + "num_tokens": 11965782.0, + "step": 6895 + }, + { + "entropy": 5.706142091751099, + "epoch": 0.5368605329702393, + "grad_norm": 0.953125, + "learning_rate": 0.0004976281460207731, + "loss": 5.447, + "mean_token_accuracy": 0.1684982642531395, + "num_tokens": 11974889.0, + "step": 6900 + }, + { + "entropy": 5.7341108322143555, + "epoch": 0.5372495623419569, + "grad_norm": 0.9375, + "learning_rate": 0.000497624130637943, + "loss": 5.4409, + "mean_token_accuracy": 0.16870606541633607, + "num_tokens": 11983507.0, + "step": 6905 + }, + { + "entropy": 5.570401287078857, + "epoch": 0.5376385917136743, + "grad_norm": 1.0625, + "learning_rate": 0.000497620111877146, + "loss": 5.3142, + "mean_token_accuracy": 0.17675935626029968, + "num_tokens": 11991646.0, + "step": 6910 + }, + { + "entropy": 5.537765407562256, + "epoch": 0.5380276210853919, + "grad_norm": 1.03125, + "learning_rate": 0.0004976160897384431, + "loss": 5.3447, + "mean_token_accuracy": 0.17250619679689408, + "num_tokens": 12000223.0, + "step": 6915 + }, + { + "entropy": 5.665034008026123, + "epoch": 0.5384166504571095, + "grad_norm": 1.109375, + "learning_rate": 0.0004976120642218955, + "loss": 5.4525, + "mean_token_accuracy": 0.17188968807458876, + "num_tokens": 12009012.0, + "step": 6920 + }, + { + "entropy": 5.750792694091797, + "epoch": 0.5388056798288271, + "grad_norm": 0.9453125, + "learning_rate": 0.000497608035327564, + "loss": 5.49, + "mean_token_accuracy": 0.16075368374586105, + "num_tokens": 12018001.0, + "step": 6925 + }, + { + "entropy": 5.598563003540039, + "epoch": 0.5391947092005447, + "grad_norm": 1.0625, + "learning_rate": 0.00049760400305551, + "loss": 5.3158, + "mean_token_accuracy": 0.18070554882287979, + "num_tokens": 12025943.0, + "step": 6930 + }, + { + "entropy": 5.616814088821411, + "epoch": 0.5395837385722622, + "grad_norm": 0.9765625, + "learning_rate": 0.0004975999674057944, + "loss": 5.3605, + "mean_token_accuracy": 0.17010299861431122, + "num_tokens": 12035073.0, + "step": 6935 + }, + { + "entropy": 5.7316052436828615, + "epoch": 0.5399727679439797, + "grad_norm": 0.94921875, + "learning_rate": 0.0004975959283784787, + "loss": 5.5468, + "mean_token_accuracy": 0.1576745942234993, + "num_tokens": 12043698.0, + "step": 6940 + }, + { + "entropy": 5.634044551849366, + "epoch": 0.5403617973156973, + "grad_norm": 0.98046875, + "learning_rate": 0.0004975918859736241, + "loss": 5.4313, + "mean_token_accuracy": 0.17379543036222458, + "num_tokens": 12052247.0, + "step": 6945 + }, + { + "entropy": 5.625600290298462, + "epoch": 0.5407508266874149, + "grad_norm": 0.96484375, + "learning_rate": 0.0004975878401912919, + "loss": 5.4427, + "mean_token_accuracy": 0.17108741998672486, + "num_tokens": 12061187.0, + "step": 6950 + }, + { + "entropy": 5.646617078781128, + "epoch": 0.5411398560591325, + "grad_norm": 1.015625, + "learning_rate": 0.0004975837910315436, + "loss": 5.385, + "mean_token_accuracy": 0.17147762924432755, + "num_tokens": 12070121.0, + "step": 6955 + }, + { + "entropy": 5.657769870758057, + "epoch": 0.54152888543085, + "grad_norm": 0.98046875, + "learning_rate": 0.0004975797384944405, + "loss": 5.339, + "mean_token_accuracy": 0.18109859973192216, + "num_tokens": 12078578.0, + "step": 6960 + }, + { + "entropy": 5.591638612747192, + "epoch": 0.5419179148025676, + "grad_norm": 1.015625, + "learning_rate": 0.000497575682580044, + "loss": 5.4918, + "mean_token_accuracy": 0.17290250658988954, + "num_tokens": 12087029.0, + "step": 6965 + }, + { + "entropy": 5.745116949081421, + "epoch": 0.5423069441742852, + "grad_norm": 0.9140625, + "learning_rate": 0.000497571623288416, + "loss": 5.4636, + "mean_token_accuracy": 0.16208516657352448, + "num_tokens": 12096105.0, + "step": 6970 + }, + { + "entropy": 5.79583044052124, + "epoch": 0.5426959735460027, + "grad_norm": 0.96875, + "learning_rate": 0.0004975675606196177, + "loss": 5.5419, + "mean_token_accuracy": 0.1621698871254921, + "num_tokens": 12105098.0, + "step": 6975 + }, + { + "entropy": 5.647582006454468, + "epoch": 0.5430850029177203, + "grad_norm": 1.046875, + "learning_rate": 0.000497563494573711, + "loss": 5.3379, + "mean_token_accuracy": 0.17473508417606354, + "num_tokens": 12112894.0, + "step": 6980 + }, + { + "entropy": 5.59762806892395, + "epoch": 0.5434740322894378, + "grad_norm": 0.97265625, + "learning_rate": 0.0004975594251507575, + "loss": 5.4683, + "mean_token_accuracy": 0.17303581088781356, + "num_tokens": 12121457.0, + "step": 6985 + }, + { + "entropy": 5.679516887664795, + "epoch": 0.5438630616611554, + "grad_norm": 1.03125, + "learning_rate": 0.000497555352350819, + "loss": 5.3393, + "mean_token_accuracy": 0.17706256955862046, + "num_tokens": 12129998.0, + "step": 6990 + }, + { + "entropy": 5.699892997741699, + "epoch": 0.544252091032873, + "grad_norm": 1.03125, + "learning_rate": 0.0004975512761739572, + "loss": 5.4123, + "mean_token_accuracy": 0.16763640493154525, + "num_tokens": 12137861.0, + "step": 6995 + }, + { + "entropy": 5.611218214035034, + "epoch": 0.5446411204045906, + "grad_norm": 0.95703125, + "learning_rate": 0.000497547196620234, + "loss": 5.4202, + "mean_token_accuracy": 0.16736047565937043, + "num_tokens": 12146294.0, + "step": 7000 + }, + { + "entropy": 5.6113814353942875, + "epoch": 0.5450301497763081, + "grad_norm": 1.0078125, + "learning_rate": 0.0004975431136897114, + "loss": 5.4225, + "mean_token_accuracy": 0.17288087606430053, + "num_tokens": 12155642.0, + "step": 7005 + }, + { + "entropy": 5.781958055496216, + "epoch": 0.5454191791480256, + "grad_norm": 0.9765625, + "learning_rate": 0.0004975390273824512, + "loss": 5.5223, + "mean_token_accuracy": 0.16702488213777542, + "num_tokens": 12164709.0, + "step": 7010 + }, + { + "entropy": 5.67509708404541, + "epoch": 0.5458082085197432, + "grad_norm": 0.96875, + "learning_rate": 0.0004975349376985155, + "loss": 5.3927, + "mean_token_accuracy": 0.1752987876534462, + "num_tokens": 12173591.0, + "step": 7015 + }, + { + "entropy": 5.636157035827637, + "epoch": 0.5461972378914608, + "grad_norm": 1.078125, + "learning_rate": 0.0004975308446379663, + "loss": 5.4468, + "mean_token_accuracy": 0.16483746767044066, + "num_tokens": 12182050.0, + "step": 7020 + }, + { + "entropy": 5.717999887466431, + "epoch": 0.5465862672631784, + "grad_norm": 0.90625, + "learning_rate": 0.0004975267482008657, + "loss": 5.4951, + "mean_token_accuracy": 0.16928022503852844, + "num_tokens": 12190870.0, + "step": 7025 + }, + { + "entropy": 5.554836845397949, + "epoch": 0.546975296634896, + "grad_norm": 0.984375, + "learning_rate": 0.000497522648387276, + "loss": 5.2444, + "mean_token_accuracy": 0.1796307697892189, + "num_tokens": 12199624.0, + "step": 7030 + }, + { + "entropy": 5.671341228485107, + "epoch": 0.5473643260066134, + "grad_norm": 1.0546875, + "learning_rate": 0.0004975185451972592, + "loss": 5.4989, + "mean_token_accuracy": 0.16450446844100952, + "num_tokens": 12208087.0, + "step": 7035 + }, + { + "entropy": 5.74378662109375, + "epoch": 0.547753355378331, + "grad_norm": 1.0078125, + "learning_rate": 0.0004975144386308776, + "loss": 5.4587, + "mean_token_accuracy": 0.16939086616039276, + "num_tokens": 12216531.0, + "step": 7040 + }, + { + "entropy": 5.673602485656739, + "epoch": 0.5481423847500486, + "grad_norm": 0.98828125, + "learning_rate": 0.0004975103286881936, + "loss": 5.4118, + "mean_token_accuracy": 0.17153862565755845, + "num_tokens": 12225094.0, + "step": 7045 + }, + { + "entropy": 5.593559598922729, + "epoch": 0.5485314141217662, + "grad_norm": 0.95703125, + "learning_rate": 0.0004975062153692696, + "loss": 5.4089, + "mean_token_accuracy": 0.1735567644238472, + "num_tokens": 12233824.0, + "step": 7050 + }, + { + "entropy": 5.611363554000855, + "epoch": 0.5489204434934838, + "grad_norm": 0.96875, + "learning_rate": 0.0004975020986741678, + "loss": 5.2983, + "mean_token_accuracy": 0.17281068861484528, + "num_tokens": 12242923.0, + "step": 7055 + }, + { + "entropy": 5.636492395401001, + "epoch": 0.5493094728652014, + "grad_norm": 0.99609375, + "learning_rate": 0.0004974979786029509, + "loss": 5.3389, + "mean_token_accuracy": 0.1716264933347702, + "num_tokens": 12251963.0, + "step": 7060 + }, + { + "entropy": 5.64126033782959, + "epoch": 0.5496985022369189, + "grad_norm": 1.0234375, + "learning_rate": 0.0004974938551556814, + "loss": 5.4726, + "mean_token_accuracy": 0.16598251461982727, + "num_tokens": 12260347.0, + "step": 7065 + }, + { + "entropy": 5.616513633728028, + "epoch": 0.5500875316086364, + "grad_norm": 0.96875, + "learning_rate": 0.0004974897283324217, + "loss": 5.5112, + "mean_token_accuracy": 0.16583890169858934, + "num_tokens": 12269156.0, + "step": 7070 + }, + { + "entropy": 5.669668912887573, + "epoch": 0.550476560980354, + "grad_norm": 1.0234375, + "learning_rate": 0.0004974855981332343, + "loss": 5.4022, + "mean_token_accuracy": 0.1681751862168312, + "num_tokens": 12277636.0, + "step": 7075 + }, + { + "entropy": 5.690270805358887, + "epoch": 0.5508655903520716, + "grad_norm": 0.984375, + "learning_rate": 0.0004974814645581823, + "loss": 5.3897, + "mean_token_accuracy": 0.1771720752120018, + "num_tokens": 12286027.0, + "step": 7080 + }, + { + "entropy": 5.684526968002319, + "epoch": 0.5512546197237892, + "grad_norm": 0.90625, + "learning_rate": 0.0004974773276073282, + "loss": 5.5215, + "mean_token_accuracy": 0.16352718994021415, + "num_tokens": 12295085.0, + "step": 7085 + }, + { + "entropy": 5.726123046875, + "epoch": 0.5516436490955067, + "grad_norm": 1.03125, + "learning_rate": 0.0004974731872807347, + "loss": 5.4854, + "mean_token_accuracy": 0.16884510070085526, + "num_tokens": 12304275.0, + "step": 7090 + }, + { + "entropy": 5.619599103927612, + "epoch": 0.5520326784672243, + "grad_norm": 1.203125, + "learning_rate": 0.0004974690435784647, + "loss": 5.2908, + "mean_token_accuracy": 0.18858238458633422, + "num_tokens": 12312841.0, + "step": 7095 + }, + { + "entropy": 5.610299396514892, + "epoch": 0.5524217078389418, + "grad_norm": 1.0078125, + "learning_rate": 0.0004974648965005811, + "loss": 5.4071, + "mean_token_accuracy": 0.16392343640327453, + "num_tokens": 12322133.0, + "step": 7100 + }, + { + "entropy": 5.631564426422119, + "epoch": 0.5528107372106594, + "grad_norm": 1.0546875, + "learning_rate": 0.0004974607460471466, + "loss": 5.3802, + "mean_token_accuracy": 0.1664992719888687, + "num_tokens": 12330502.0, + "step": 7105 + }, + { + "entropy": 5.684219026565552, + "epoch": 0.553199766582377, + "grad_norm": 1.1015625, + "learning_rate": 0.0004974565922182246, + "loss": 5.4068, + "mean_token_accuracy": 0.16999222934246064, + "num_tokens": 12338899.0, + "step": 7110 + }, + { + "entropy": 5.597611713409424, + "epoch": 0.5535887959540945, + "grad_norm": 0.953125, + "learning_rate": 0.0004974524350138777, + "loss": 5.3952, + "mean_token_accuracy": 0.17126004546880721, + "num_tokens": 12348299.0, + "step": 7115 + }, + { + "entropy": 5.651516532897949, + "epoch": 0.5539778253258121, + "grad_norm": 1.0, + "learning_rate": 0.0004974482744341693, + "loss": 5.4134, + "mean_token_accuracy": 0.17356518805027008, + "num_tokens": 12356582.0, + "step": 7120 + }, + { + "entropy": 5.7098452091217045, + "epoch": 0.5543668546975297, + "grad_norm": 1.0625, + "learning_rate": 0.0004974441104791624, + "loss": 5.5207, + "mean_token_accuracy": 0.15875308513641356, + "num_tokens": 12366209.0, + "step": 7125 + }, + { + "entropy": 5.678668260574341, + "epoch": 0.5547558840692473, + "grad_norm": 0.984375, + "learning_rate": 0.0004974399431489201, + "loss": 5.4401, + "mean_token_accuracy": 0.16072257608175278, + "num_tokens": 12374777.0, + "step": 7130 + }, + { + "entropy": 5.606429815292358, + "epoch": 0.5551449134409648, + "grad_norm": 1.0390625, + "learning_rate": 0.0004974357724435057, + "loss": 5.4001, + "mean_token_accuracy": 0.16457735896110534, + "num_tokens": 12384405.0, + "step": 7135 + }, + { + "entropy": 5.732188034057617, + "epoch": 0.5555339428126823, + "grad_norm": 0.98046875, + "learning_rate": 0.0004974315983629825, + "loss": 5.4806, + "mean_token_accuracy": 0.1655801698565483, + "num_tokens": 12393464.0, + "step": 7140 + }, + { + "entropy": 5.757658910751343, + "epoch": 0.5559229721843999, + "grad_norm": 1.1015625, + "learning_rate": 0.0004974274209074139, + "loss": 5.5011, + "mean_token_accuracy": 0.16627497524023055, + "num_tokens": 12401917.0, + "step": 7145 + }, + { + "entropy": 5.531997394561768, + "epoch": 0.5563120015561175, + "grad_norm": 1.0234375, + "learning_rate": 0.0004974232400768632, + "loss": 5.2958, + "mean_token_accuracy": 0.17810201048851013, + "num_tokens": 12410928.0, + "step": 7150 + }, + { + "entropy": 5.60371584892273, + "epoch": 0.5567010309278351, + "grad_norm": 0.96484375, + "learning_rate": 0.0004974190558713939, + "loss": 5.3569, + "mean_token_accuracy": 0.17425443083047867, + "num_tokens": 12419747.0, + "step": 7155 + }, + { + "entropy": 5.684228324890137, + "epoch": 0.5570900602995527, + "grad_norm": 0.9765625, + "learning_rate": 0.0004974148682910694, + "loss": 5.3857, + "mean_token_accuracy": 0.17257120013236998, + "num_tokens": 12428608.0, + "step": 7160 + }, + { + "entropy": 5.744918441772461, + "epoch": 0.5574790896712701, + "grad_norm": 0.97265625, + "learning_rate": 0.0004974106773359533, + "loss": 5.4851, + "mean_token_accuracy": 0.1652093231678009, + "num_tokens": 12437101.0, + "step": 7165 + }, + { + "entropy": 5.602647924423218, + "epoch": 0.5578681190429877, + "grad_norm": 0.8828125, + "learning_rate": 0.0004974064830061091, + "loss": 5.4446, + "mean_token_accuracy": 0.16767866313457488, + "num_tokens": 12446813.0, + "step": 7170 + }, + { + "entropy": 5.681476163864136, + "epoch": 0.5582571484147053, + "grad_norm": 1.0390625, + "learning_rate": 0.0004974022853016006, + "loss": 5.3904, + "mean_token_accuracy": 0.17777819335460662, + "num_tokens": 12455931.0, + "step": 7175 + }, + { + "entropy": 5.664216613769531, + "epoch": 0.5586461777864229, + "grad_norm": 1.03125, + "learning_rate": 0.0004973980842224913, + "loss": 5.3739, + "mean_token_accuracy": 0.17391000241041182, + "num_tokens": 12463586.0, + "step": 7180 + }, + { + "entropy": 5.597675848007202, + "epoch": 0.5590352071581405, + "grad_norm": 1.046875, + "learning_rate": 0.0004973938797688452, + "loss": 5.3906, + "mean_token_accuracy": 0.17691944986581803, + "num_tokens": 12472063.0, + "step": 7185 + }, + { + "entropy": 5.641227197647095, + "epoch": 0.559424236529858, + "grad_norm": 1.0625, + "learning_rate": 0.0004973896719407259, + "loss": 5.406, + "mean_token_accuracy": 0.1692581966519356, + "num_tokens": 12480763.0, + "step": 7190 + }, + { + "entropy": 5.675350046157837, + "epoch": 0.5598132659015755, + "grad_norm": 0.9609375, + "learning_rate": 0.0004973854607381972, + "loss": 5.3448, + "mean_token_accuracy": 0.1801315128803253, + "num_tokens": 12488757.0, + "step": 7195 + }, + { + "entropy": 5.569622135162353, + "epoch": 0.5602022952732931, + "grad_norm": 1.0390625, + "learning_rate": 0.0004973812461613232, + "loss": 5.4064, + "mean_token_accuracy": 0.17317397892475128, + "num_tokens": 12497030.0, + "step": 7200 + }, + { + "entropy": 5.64783296585083, + "epoch": 0.5605913246450107, + "grad_norm": 1.0390625, + "learning_rate": 0.0004973770282101677, + "loss": 5.4266, + "mean_token_accuracy": 0.16664355844259263, + "num_tokens": 12506067.0, + "step": 7205 + }, + { + "entropy": 5.651951456069947, + "epoch": 0.5609803540167283, + "grad_norm": 1.0078125, + "learning_rate": 0.0004973728068847947, + "loss": 5.3611, + "mean_token_accuracy": 0.16840779185295104, + "num_tokens": 12514246.0, + "step": 7210 + }, + { + "entropy": 5.657790565490723, + "epoch": 0.5613693833884458, + "grad_norm": 0.94140625, + "learning_rate": 0.0004973685821852684, + "loss": 5.4019, + "mean_token_accuracy": 0.171301032602787, + "num_tokens": 12523523.0, + "step": 7215 + }, + { + "entropy": 5.682505464553833, + "epoch": 0.5617584127601634, + "grad_norm": 0.97265625, + "learning_rate": 0.0004973643541116528, + "loss": 5.3957, + "mean_token_accuracy": 0.17163693606853486, + "num_tokens": 12532142.0, + "step": 7220 + }, + { + "entropy": 5.6058187007904055, + "epoch": 0.562147442131881, + "grad_norm": 1.125, + "learning_rate": 0.000497360122664012, + "loss": 5.4397, + "mean_token_accuracy": 0.17028565406799318, + "num_tokens": 12540647.0, + "step": 7225 + }, + { + "entropy": 5.576866817474365, + "epoch": 0.5625364715035985, + "grad_norm": 0.96875, + "learning_rate": 0.0004973558878424104, + "loss": 5.3439, + "mean_token_accuracy": 0.17291397452354432, + "num_tokens": 12549010.0, + "step": 7230 + }, + { + "entropy": 5.611696720123291, + "epoch": 0.5629255008753161, + "grad_norm": 0.921875, + "learning_rate": 0.0004973516496469119, + "loss": 5.3486, + "mean_token_accuracy": 0.17193022966384888, + "num_tokens": 12557428.0, + "step": 7235 + }, + { + "entropy": 5.569612216949463, + "epoch": 0.5633145302470336, + "grad_norm": 0.93359375, + "learning_rate": 0.0004973474080775811, + "loss": 5.29, + "mean_token_accuracy": 0.16920455694198608, + "num_tokens": 12566610.0, + "step": 7240 + }, + { + "entropy": 5.57372350692749, + "epoch": 0.5637035596187512, + "grad_norm": 1.0546875, + "learning_rate": 0.0004973431631344824, + "loss": 5.4097, + "mean_token_accuracy": 0.17289151400327682, + "num_tokens": 12576016.0, + "step": 7245 + }, + { + "entropy": 5.51690640449524, + "epoch": 0.5640925889904688, + "grad_norm": 1.03125, + "learning_rate": 0.00049733891481768, + "loss": 5.2215, + "mean_token_accuracy": 0.184297177195549, + "num_tokens": 12584033.0, + "step": 7250 + }, + { + "entropy": 5.668150424957275, + "epoch": 0.5644816183621864, + "grad_norm": 0.96484375, + "learning_rate": 0.0004973346631272384, + "loss": 5.3633, + "mean_token_accuracy": 0.17918503582477568, + "num_tokens": 12592784.0, + "step": 7255 + }, + { + "entropy": 5.647518110275269, + "epoch": 0.5648706477339039, + "grad_norm": 1.046875, + "learning_rate": 0.0004973304080632222, + "loss": 5.5028, + "mean_token_accuracy": 0.16309709548950196, + "num_tokens": 12601259.0, + "step": 7260 + }, + { + "entropy": 5.603525066375733, + "epoch": 0.5652596771056215, + "grad_norm": 0.9375, + "learning_rate": 0.000497326149625696, + "loss": 5.3313, + "mean_token_accuracy": 0.16406858563423157, + "num_tokens": 12610264.0, + "step": 7265 + }, + { + "entropy": 5.650942134857178, + "epoch": 0.565648706477339, + "grad_norm": 0.98046875, + "learning_rate": 0.0004973218878147244, + "loss": 5.3415, + "mean_token_accuracy": 0.17269101589918137, + "num_tokens": 12618817.0, + "step": 7270 + }, + { + "entropy": 5.611858224868774, + "epoch": 0.5660377358490566, + "grad_norm": 1.015625, + "learning_rate": 0.0004973176226303719, + "loss": 5.3587, + "mean_token_accuracy": 0.1739836424589157, + "num_tokens": 12627224.0, + "step": 7275 + }, + { + "entropy": 5.689392852783203, + "epoch": 0.5664267652207742, + "grad_norm": 0.97265625, + "learning_rate": 0.0004973133540727033, + "loss": 5.3732, + "mean_token_accuracy": 0.18202139139175416, + "num_tokens": 12635020.0, + "step": 7280 + }, + { + "entropy": 5.637719821929932, + "epoch": 0.5668157945924918, + "grad_norm": 0.953125, + "learning_rate": 0.0004973090821417835, + "loss": 5.4898, + "mean_token_accuracy": 0.16954613626003265, + "num_tokens": 12643821.0, + "step": 7285 + }, + { + "entropy": 5.730007171630859, + "epoch": 0.5672048239642093, + "grad_norm": 1.0546875, + "learning_rate": 0.0004973048068376772, + "loss": 5.4368, + "mean_token_accuracy": 0.16947726905345917, + "num_tokens": 12652091.0, + "step": 7290 + }, + { + "entropy": 5.700078010559082, + "epoch": 0.5675938533359268, + "grad_norm": 1.015625, + "learning_rate": 0.0004973005281604492, + "loss": 5.4492, + "mean_token_accuracy": 0.17107911556959152, + "num_tokens": 12661389.0, + "step": 7295 + }, + { + "entropy": 5.667845392227173, + "epoch": 0.5679828827076444, + "grad_norm": 0.9609375, + "learning_rate": 0.0004972962461101646, + "loss": 5.4683, + "mean_token_accuracy": 0.17340354472398758, + "num_tokens": 12670361.0, + "step": 7300 + }, + { + "entropy": 5.5832093238830565, + "epoch": 0.568371912079362, + "grad_norm": 1.0234375, + "learning_rate": 0.0004972919606868883, + "loss": 5.2721, + "mean_token_accuracy": 0.17934520542621613, + "num_tokens": 12677765.0, + "step": 7305 + }, + { + "entropy": 5.60428409576416, + "epoch": 0.5687609414510796, + "grad_norm": 1.0234375, + "learning_rate": 0.0004972876718906852, + "loss": 5.3411, + "mean_token_accuracy": 0.18018452525138856, + "num_tokens": 12686461.0, + "step": 7310 + }, + { + "entropy": 5.603921890258789, + "epoch": 0.5691499708227972, + "grad_norm": 0.98046875, + "learning_rate": 0.0004972833797216206, + "loss": 5.341, + "mean_token_accuracy": 0.1742023929953575, + "num_tokens": 12694663.0, + "step": 7315 + }, + { + "entropy": 5.609700298309326, + "epoch": 0.5695390001945146, + "grad_norm": 0.92578125, + "learning_rate": 0.0004972790841797595, + "loss": 5.4034, + "mean_token_accuracy": 0.17165356129407883, + "num_tokens": 12703659.0, + "step": 7320 + }, + { + "entropy": 5.626158809661865, + "epoch": 0.5699280295662322, + "grad_norm": 1.0078125, + "learning_rate": 0.000497274785265167, + "loss": 5.3696, + "mean_token_accuracy": 0.17114897072315216, + "num_tokens": 12711402.0, + "step": 7325 + }, + { + "entropy": 5.634340906143189, + "epoch": 0.5703170589379498, + "grad_norm": 0.9921875, + "learning_rate": 0.0004972704829779086, + "loss": 5.4383, + "mean_token_accuracy": 0.16824499964714051, + "num_tokens": 12720500.0, + "step": 7330 + }, + { + "entropy": 5.682785940170288, + "epoch": 0.5707060883096674, + "grad_norm": 0.98046875, + "learning_rate": 0.0004972661773180492, + "loss": 5.4586, + "mean_token_accuracy": 0.166053406894207, + "num_tokens": 12729325.0, + "step": 7335 + }, + { + "entropy": 5.658143758773804, + "epoch": 0.571095117681385, + "grad_norm": 0.97265625, + "learning_rate": 0.0004972618682856545, + "loss": 5.493, + "mean_token_accuracy": 0.16307419836521148, + "num_tokens": 12738573.0, + "step": 7340 + }, + { + "entropy": 5.609912347793579, + "epoch": 0.5714841470531025, + "grad_norm": 0.96875, + "learning_rate": 0.0004972575558807896, + "loss": 5.3501, + "mean_token_accuracy": 0.17531950622797013, + "num_tokens": 12746608.0, + "step": 7345 + }, + { + "entropy": 5.625151872634888, + "epoch": 0.57187317642482, + "grad_norm": 1.0390625, + "learning_rate": 0.0004972532401035201, + "loss": 5.3221, + "mean_token_accuracy": 0.17489213049411773, + "num_tokens": 12754724.0, + "step": 7350 + }, + { + "entropy": 5.586040687561035, + "epoch": 0.5722622057965376, + "grad_norm": 0.98828125, + "learning_rate": 0.0004972489209539114, + "loss": 5.4132, + "mean_token_accuracy": 0.1737084284424782, + "num_tokens": 12762654.0, + "step": 7355 + }, + { + "entropy": 5.6631756782531735, + "epoch": 0.5726512351682552, + "grad_norm": 0.9765625, + "learning_rate": 0.0004972445984320292, + "loss": 5.4233, + "mean_token_accuracy": 0.16429337859153748, + "num_tokens": 12771615.0, + "step": 7360 + }, + { + "entropy": 5.741293478012085, + "epoch": 0.5730402645399728, + "grad_norm": 1.03125, + "learning_rate": 0.0004972402725379388, + "loss": 5.5056, + "mean_token_accuracy": 0.16832784414291382, + "num_tokens": 12780991.0, + "step": 7365 + }, + { + "entropy": 5.674177169799805, + "epoch": 0.5734292939116903, + "grad_norm": 1.0, + "learning_rate": 0.000497235943271706, + "loss": 5.361, + "mean_token_accuracy": 0.1768481969833374, + "num_tokens": 12789402.0, + "step": 7370 + }, + { + "entropy": 5.60377950668335, + "epoch": 0.5738183232834079, + "grad_norm": 0.9296875, + "learning_rate": 0.0004972316106333966, + "loss": 5.346, + "mean_token_accuracy": 0.17487386167049407, + "num_tokens": 12798095.0, + "step": 7375 + }, + { + "entropy": 5.687059211730957, + "epoch": 0.5742073526551255, + "grad_norm": 0.98046875, + "learning_rate": 0.0004972272746230761, + "loss": 5.4274, + "mean_token_accuracy": 0.1711514785885811, + "num_tokens": 12806976.0, + "step": 7380 + }, + { + "entropy": 5.642342758178711, + "epoch": 0.574596382026843, + "grad_norm": 0.9375, + "learning_rate": 0.0004972229352408104, + "loss": 5.3528, + "mean_token_accuracy": 0.1776340425014496, + "num_tokens": 12815228.0, + "step": 7385 + }, + { + "entropy": 5.621855211257935, + "epoch": 0.5749854113985606, + "grad_norm": 0.9375, + "learning_rate": 0.0004972185924866655, + "loss": 5.4484, + "mean_token_accuracy": 0.16927571296691896, + "num_tokens": 12823674.0, + "step": 7390 + }, + { + "entropy": 5.6601160049438475, + "epoch": 0.5753744407702781, + "grad_norm": 1.0546875, + "learning_rate": 0.0004972142463607071, + "loss": 5.5345, + "mean_token_accuracy": 0.16644566655158996, + "num_tokens": 12832810.0, + "step": 7395 + }, + { + "entropy": 5.722142553329467, + "epoch": 0.5757634701419957, + "grad_norm": 0.9375, + "learning_rate": 0.0004972098968630012, + "loss": 5.475, + "mean_token_accuracy": 0.16008357405662538, + "num_tokens": 12841430.0, + "step": 7400 + }, + { + "entropy": 5.658217716217041, + "epoch": 0.5761524995137133, + "grad_norm": 0.9609375, + "learning_rate": 0.0004972055439936137, + "loss": 5.3609, + "mean_token_accuracy": 0.17402588129043578, + "num_tokens": 12850539.0, + "step": 7405 + }, + { + "entropy": 5.650355625152588, + "epoch": 0.5765415288854309, + "grad_norm": 1.0, + "learning_rate": 0.0004972011877526109, + "loss": 5.4717, + "mean_token_accuracy": 0.16799556314945222, + "num_tokens": 12859066.0, + "step": 7410 + }, + { + "entropy": 5.601924276351928, + "epoch": 0.5769305582571485, + "grad_norm": 1.0390625, + "learning_rate": 0.0004971968281400587, + "loss": 5.3651, + "mean_token_accuracy": 0.17659385800361632, + "num_tokens": 12867603.0, + "step": 7415 + }, + { + "entropy": 5.548606729507446, + "epoch": 0.5773195876288659, + "grad_norm": 0.99609375, + "learning_rate": 0.0004971924651560233, + "loss": 5.2208, + "mean_token_accuracy": 0.18172995299100875, + "num_tokens": 12875950.0, + "step": 7420 + }, + { + "entropy": 5.655488729476929, + "epoch": 0.5777086170005835, + "grad_norm": 1.0390625, + "learning_rate": 0.0004971880988005709, + "loss": 5.4785, + "mean_token_accuracy": 0.16646626889705657, + "num_tokens": 12884154.0, + "step": 7425 + }, + { + "entropy": 5.691912269592285, + "epoch": 0.5780976463723011, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971837290737677, + "loss": 5.5349, + "mean_token_accuracy": 0.1615962192416191, + "num_tokens": 12892515.0, + "step": 7430 + }, + { + "entropy": 5.619197607040405, + "epoch": 0.5784866757440187, + "grad_norm": 1.0, + "learning_rate": 0.0004971793559756801, + "loss": 5.3534, + "mean_token_accuracy": 0.17720565050840378, + "num_tokens": 12900919.0, + "step": 7435 + }, + { + "entropy": 5.578056859970093, + "epoch": 0.5788757051157363, + "grad_norm": 0.953125, + "learning_rate": 0.0004971749795063744, + "loss": 5.3283, + "mean_token_accuracy": 0.18330039083957672, + "num_tokens": 12909338.0, + "step": 7440 + }, + { + "entropy": 5.694128847122192, + "epoch": 0.5792647344874537, + "grad_norm": 1.0546875, + "learning_rate": 0.000497170599665917, + "loss": 5.4366, + "mean_token_accuracy": 0.16502223312854766, + "num_tokens": 12918118.0, + "step": 7445 + }, + { + "entropy": 5.669711685180664, + "epoch": 0.5796537638591713, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971662164543743, + "loss": 5.466, + "mean_token_accuracy": 0.1676119551062584, + "num_tokens": 12926878.0, + "step": 7450 + }, + { + "entropy": 5.607919597625733, + "epoch": 0.5800427932308889, + "grad_norm": 1.0859375, + "learning_rate": 0.0004971618298718131, + "loss": 5.3358, + "mean_token_accuracy": 0.17631906270980835, + "num_tokens": 12934869.0, + "step": 7455 + }, + { + "entropy": 5.546912050247192, + "epoch": 0.5804318226026065, + "grad_norm": 0.95703125, + "learning_rate": 0.0004971574399182995, + "loss": 5.394, + "mean_token_accuracy": 0.16879130452871322, + "num_tokens": 12944281.0, + "step": 7460 + }, + { + "entropy": 5.6653515815734865, + "epoch": 0.5808208519743241, + "grad_norm": 0.9453125, + "learning_rate": 0.0004971530465939005, + "loss": 5.4149, + "mean_token_accuracy": 0.16727388203144072, + "num_tokens": 12953281.0, + "step": 7465 + }, + { + "entropy": 5.673875236511231, + "epoch": 0.5812098813460417, + "grad_norm": 0.96875, + "learning_rate": 0.0004971486498986825, + "loss": 5.3931, + "mean_token_accuracy": 0.17328910380601883, + "num_tokens": 12962136.0, + "step": 7470 + }, + { + "entropy": 5.563898420333862, + "epoch": 0.5815989107177592, + "grad_norm": 0.98046875, + "learning_rate": 0.0004971442498327124, + "loss": 5.348, + "mean_token_accuracy": 0.1756136193871498, + "num_tokens": 12971288.0, + "step": 7475 + }, + { + "entropy": 5.5823845863342285, + "epoch": 0.5819879400894767, + "grad_norm": 1.0859375, + "learning_rate": 0.0004971398463960568, + "loss": 5.3155, + "mean_token_accuracy": 0.17655461132526398, + "num_tokens": 12979836.0, + "step": 7480 + }, + { + "entropy": 5.6288878440856935, + "epoch": 0.5823769694611943, + "grad_norm": 1.0078125, + "learning_rate": 0.0004971354395887827, + "loss": 5.3323, + "mean_token_accuracy": 0.18374994695186614, + "num_tokens": 12988233.0, + "step": 7485 + }, + { + "entropy": 5.601915407180786, + "epoch": 0.5827659988329119, + "grad_norm": 1.0703125, + "learning_rate": 0.0004971310294109569, + "loss": 5.3405, + "mean_token_accuracy": 0.17222541123628615, + "num_tokens": 12997077.0, + "step": 7490 + }, + { + "entropy": 5.580870151519775, + "epoch": 0.5831550282046295, + "grad_norm": 0.98828125, + "learning_rate": 0.0004971266158626461, + "loss": 5.375, + "mean_token_accuracy": 0.17703234851360322, + "num_tokens": 13005058.0, + "step": 7495 + }, + { + "entropy": 5.693687486648559, + "epoch": 0.583544057576347, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971221989439177, + "loss": 5.4284, + "mean_token_accuracy": 0.17557696402072906, + "num_tokens": 13013347.0, + "step": 7500 + }, + { + "entropy": 5.691101169586181, + "epoch": 0.5839330869480646, + "grad_norm": 1.0703125, + "learning_rate": 0.0004971177786548384, + "loss": 5.3588, + "mean_token_accuracy": 0.17577131390571593, + "num_tokens": 13021555.0, + "step": 7505 + }, + { + "entropy": 5.6124955177307125, + "epoch": 0.5843221163197821, + "grad_norm": 1.0234375, + "learning_rate": 0.0004971133549954753, + "loss": 5.4529, + "mean_token_accuracy": 0.16763664335012435, + "num_tokens": 13029817.0, + "step": 7510 + }, + { + "entropy": 5.641552066802978, + "epoch": 0.5847111456914997, + "grad_norm": 1.015625, + "learning_rate": 0.0004971089279658954, + "loss": 5.4125, + "mean_token_accuracy": 0.1687588334083557, + "num_tokens": 13038119.0, + "step": 7515 + }, + { + "entropy": 5.628887176513672, + "epoch": 0.5851001750632173, + "grad_norm": 0.953125, + "learning_rate": 0.0004971044975661663, + "loss": 5.3371, + "mean_token_accuracy": 0.1777610197663307, + "num_tokens": 13047004.0, + "step": 7520 + }, + { + "entropy": 5.627340459823609, + "epoch": 0.5854892044349348, + "grad_norm": 0.9765625, + "learning_rate": 0.0004971000637963549, + "loss": 5.3279, + "mean_token_accuracy": 0.17624397277832032, + "num_tokens": 13055045.0, + "step": 7525 + }, + { + "entropy": 5.672088670730591, + "epoch": 0.5858782338066524, + "grad_norm": 0.97265625, + "learning_rate": 0.0004970956266565285, + "loss": 5.4151, + "mean_token_accuracy": 0.17066693305969238, + "num_tokens": 13064535.0, + "step": 7530 + }, + { + "entropy": 5.67555799484253, + "epoch": 0.58626726317837, + "grad_norm": 1.0, + "learning_rate": 0.0004970911861467544, + "loss": 5.478, + "mean_token_accuracy": 0.16494464576244355, + "num_tokens": 13073089.0, + "step": 7535 + }, + { + "entropy": 5.606437253952026, + "epoch": 0.5866562925500876, + "grad_norm": 1.0078125, + "learning_rate": 0.0004970867422671002, + "loss": 5.4175, + "mean_token_accuracy": 0.17264879643917083, + "num_tokens": 13082161.0, + "step": 7540 + }, + { + "entropy": 5.583182430267334, + "epoch": 0.5870453219218051, + "grad_norm": 0.9296875, + "learning_rate": 0.000497082295017633, + "loss": 5.2945, + "mean_token_accuracy": 0.1763348251581192, + "num_tokens": 13090632.0, + "step": 7545 + }, + { + "entropy": 5.688999652862549, + "epoch": 0.5874343512935226, + "grad_norm": 1.078125, + "learning_rate": 0.0004970778443984206, + "loss": 5.3461, + "mean_token_accuracy": 0.17180395275354385, + "num_tokens": 13098825.0, + "step": 7550 + }, + { + "entropy": 5.677446794509888, + "epoch": 0.5878233806652402, + "grad_norm": 0.9765625, + "learning_rate": 0.0004970733904095303, + "loss": 5.4275, + "mean_token_accuracy": 0.1757938951253891, + "num_tokens": 13107059.0, + "step": 7555 + }, + { + "entropy": 5.673526430130005, + "epoch": 0.5882124100369578, + "grad_norm": 1.0390625, + "learning_rate": 0.0004970689330510298, + "loss": 5.4427, + "mean_token_accuracy": 0.16199443265795707, + "num_tokens": 13116783.0, + "step": 7560 + }, + { + "entropy": 5.668778133392334, + "epoch": 0.5886014394086754, + "grad_norm": 1.0703125, + "learning_rate": 0.0004970644723229868, + "loss": 5.3879, + "mean_token_accuracy": 0.1710350438952446, + "num_tokens": 13124998.0, + "step": 7565 + }, + { + "entropy": 5.68775486946106, + "epoch": 0.588990468780393, + "grad_norm": 1.0078125, + "learning_rate": 0.0004970600082254687, + "loss": 5.4419, + "mean_token_accuracy": 0.17209930419921876, + "num_tokens": 13134507.0, + "step": 7570 + }, + { + "entropy": 5.571299934387207, + "epoch": 0.5893794981521104, + "grad_norm": 1.046875, + "learning_rate": 0.0004970555407585436, + "loss": 5.351, + "mean_token_accuracy": 0.17083754092454911, + "num_tokens": 13143682.0, + "step": 7575 + }, + { + "entropy": 5.632481050491333, + "epoch": 0.589768527523828, + "grad_norm": 1.015625, + "learning_rate": 0.000497051069922279, + "loss": 5.4237, + "mean_token_accuracy": 0.17508520185947418, + "num_tokens": 13151924.0, + "step": 7580 + }, + { + "entropy": 5.6247814178466795, + "epoch": 0.5901575568955456, + "grad_norm": 0.9765625, + "learning_rate": 0.0004970465957167429, + "loss": 5.3596, + "mean_token_accuracy": 0.17801107764244078, + "num_tokens": 13160853.0, + "step": 7585 + }, + { + "entropy": 5.689409399032593, + "epoch": 0.5905465862672632, + "grad_norm": 0.96484375, + "learning_rate": 0.000497042118142003, + "loss": 5.4113, + "mean_token_accuracy": 0.18122035413980483, + "num_tokens": 13168993.0, + "step": 7590 + }, + { + "entropy": 5.616657495498657, + "epoch": 0.5909356156389808, + "grad_norm": 1.0234375, + "learning_rate": 0.0004970376371981275, + "loss": 5.3321, + "mean_token_accuracy": 0.17255890220403672, + "num_tokens": 13177266.0, + "step": 7595 + }, + { + "entropy": 5.6668929100036625, + "epoch": 0.5913246450106983, + "grad_norm": 1.0703125, + "learning_rate": 0.0004970331528851842, + "loss": 5.4032, + "mean_token_accuracy": 0.16720218807458878, + "num_tokens": 13185328.0, + "step": 7600 + }, + { + "entropy": 5.574369049072265, + "epoch": 0.5917136743824158, + "grad_norm": 0.9296875, + "learning_rate": 0.0004970286652032412, + "loss": 5.2853, + "mean_token_accuracy": 0.179343780875206, + "num_tokens": 13194502.0, + "step": 7605 + }, + { + "entropy": 5.617265462875366, + "epoch": 0.5921027037541334, + "grad_norm": 1.078125, + "learning_rate": 0.0004970241741523667, + "loss": 5.4346, + "mean_token_accuracy": 0.16966428309679032, + "num_tokens": 13203745.0, + "step": 7610 + }, + { + "entropy": 5.68468222618103, + "epoch": 0.592491733125851, + "grad_norm": 0.90234375, + "learning_rate": 0.0004970196797326286, + "loss": 5.4815, + "mean_token_accuracy": 0.17039461582899093, + "num_tokens": 13213115.0, + "step": 7615 + }, + { + "entropy": 5.727099227905273, + "epoch": 0.5928807624975686, + "grad_norm": 0.953125, + "learning_rate": 0.0004970151819440955, + "loss": 5.5165, + "mean_token_accuracy": 0.16375751942396163, + "num_tokens": 13222231.0, + "step": 7620 + }, + { + "entropy": 5.634699535369873, + "epoch": 0.5932697918692861, + "grad_norm": 0.953125, + "learning_rate": 0.0004970106807868351, + "loss": 5.32, + "mean_token_accuracy": 0.169417604804039, + "num_tokens": 13231346.0, + "step": 7625 + }, + { + "entropy": 5.6288862228393555, + "epoch": 0.5936588212410037, + "grad_norm": 0.96875, + "learning_rate": 0.000497006176260916, + "loss": 5.4368, + "mean_token_accuracy": 0.16189672350883483, + "num_tokens": 13240436.0, + "step": 7630 + }, + { + "entropy": 5.679306936264038, + "epoch": 0.5940478506127213, + "grad_norm": 0.95703125, + "learning_rate": 0.0004970016683664068, + "loss": 5.3609, + "mean_token_accuracy": 0.17597733438014984, + "num_tokens": 13249501.0, + "step": 7635 + }, + { + "entropy": 5.523988151550293, + "epoch": 0.5944368799844388, + "grad_norm": 0.96484375, + "learning_rate": 0.0004969971571033754, + "loss": 5.2859, + "mean_token_accuracy": 0.17960336953401565, + "num_tokens": 13258322.0, + "step": 7640 + }, + { + "entropy": 5.615015316009521, + "epoch": 0.5948259093561564, + "grad_norm": 1.0625, + "learning_rate": 0.0004969926424718906, + "loss": 5.4555, + "mean_token_accuracy": 0.1687053233385086, + "num_tokens": 13267418.0, + "step": 7645 + }, + { + "entropy": 5.734052753448486, + "epoch": 0.5952149387278739, + "grad_norm": 0.96484375, + "learning_rate": 0.0004969881244720207, + "loss": 5.4526, + "mean_token_accuracy": 0.16670702248811722, + "num_tokens": 13276243.0, + "step": 7650 + }, + { + "entropy": 5.564925861358643, + "epoch": 0.5956039680995915, + "grad_norm": 0.94140625, + "learning_rate": 0.0004969836031038343, + "loss": 5.3258, + "mean_token_accuracy": 0.17064776122570038, + "num_tokens": 13285611.0, + "step": 7655 + }, + { + "entropy": 5.642630195617675, + "epoch": 0.5959929974713091, + "grad_norm": 0.96875, + "learning_rate": 0.0004969790783674002, + "loss": 5.4318, + "mean_token_accuracy": 0.16857724040746688, + "num_tokens": 13293949.0, + "step": 7660 + }, + { + "entropy": 5.599985218048095, + "epoch": 0.5963820268430267, + "grad_norm": 1.015625, + "learning_rate": 0.0004969745502627868, + "loss": 5.3695, + "mean_token_accuracy": 0.1733701005578041, + "num_tokens": 13302593.0, + "step": 7665 + }, + { + "entropy": 5.637280797958374, + "epoch": 0.5967710562147442, + "grad_norm": 1.0390625, + "learning_rate": 0.0004969700187900629, + "loss": 5.4221, + "mean_token_accuracy": 0.16763776838779448, + "num_tokens": 13310947.0, + "step": 7670 + }, + { + "entropy": 5.662697505950928, + "epoch": 0.5971600855864618, + "grad_norm": 1.0546875, + "learning_rate": 0.0004969654839492973, + "loss": 5.3961, + "mean_token_accuracy": 0.16570455729961395, + "num_tokens": 13319233.0, + "step": 7675 + }, + { + "entropy": 5.699293565750122, + "epoch": 0.5975491149581793, + "grad_norm": 0.9296875, + "learning_rate": 0.0004969609457405588, + "loss": 5.4885, + "mean_token_accuracy": 0.16623993068933487, + "num_tokens": 13327979.0, + "step": 7680 + }, + { + "entropy": 5.654090070724488, + "epoch": 0.5979381443298969, + "grad_norm": 0.9609375, + "learning_rate": 0.0004969564041639163, + "loss": 5.4484, + "mean_token_accuracy": 0.16742156594991683, + "num_tokens": 13336699.0, + "step": 7685 + }, + { + "entropy": 5.631342220306396, + "epoch": 0.5983271737016145, + "grad_norm": 1.0078125, + "learning_rate": 0.0004969518592194386, + "loss": 5.3197, + "mean_token_accuracy": 0.17523644715547562, + "num_tokens": 13344688.0, + "step": 7690 + }, + { + "entropy": 5.580789470672608, + "epoch": 0.5987162030733321, + "grad_norm": 0.96875, + "learning_rate": 0.0004969473109071946, + "loss": 5.3484, + "mean_token_accuracy": 0.1745481461286545, + "num_tokens": 13353442.0, + "step": 7695 + }, + { + "entropy": 5.679361963272095, + "epoch": 0.5991052324450497, + "grad_norm": 1.0, + "learning_rate": 0.0004969427592272535, + "loss": 5.4164, + "mean_token_accuracy": 0.1679532617330551, + "num_tokens": 13362388.0, + "step": 7700 + }, + { + "entropy": 5.566020679473877, + "epoch": 0.5994942618167671, + "grad_norm": 0.984375, + "learning_rate": 0.0004969382041796843, + "loss": 5.2315, + "mean_token_accuracy": 0.1839941531419754, + "num_tokens": 13370796.0, + "step": 7705 + }, + { + "entropy": 5.542946290969849, + "epoch": 0.5998832911884847, + "grad_norm": 0.93359375, + "learning_rate": 0.000496933645764556, + "loss": 5.3832, + "mean_token_accuracy": 0.17174575924873353, + "num_tokens": 13379733.0, + "step": 7710 + }, + { + "entropy": 5.56348443031311, + "epoch": 0.6002723205602023, + "grad_norm": 0.96875, + "learning_rate": 0.0004969290839819381, + "loss": 5.2844, + "mean_token_accuracy": 0.1811760276556015, + "num_tokens": 13388278.0, + "step": 7715 + }, + { + "entropy": 5.702648782730103, + "epoch": 0.6006613499319199, + "grad_norm": 0.984375, + "learning_rate": 0.0004969245188318994, + "loss": 5.4611, + "mean_token_accuracy": 0.16957978755235673, + "num_tokens": 13397461.0, + "step": 7720 + }, + { + "entropy": 5.591643238067627, + "epoch": 0.6010503793036375, + "grad_norm": 1.0, + "learning_rate": 0.0004969199503145093, + "loss": 5.3271, + "mean_token_accuracy": 0.17207611352205276, + "num_tokens": 13406087.0, + "step": 7725 + }, + { + "entropy": 5.621450567245484, + "epoch": 0.601439408675355, + "grad_norm": 0.9453125, + "learning_rate": 0.0004969153784298374, + "loss": 5.3155, + "mean_token_accuracy": 0.176591220498085, + "num_tokens": 13414760.0, + "step": 7730 + }, + { + "entropy": 5.573680639266968, + "epoch": 0.6018284380470725, + "grad_norm": 1.046875, + "learning_rate": 0.0004969108031779527, + "loss": 5.3811, + "mean_token_accuracy": 0.16772215068340302, + "num_tokens": 13423574.0, + "step": 7735 + }, + { + "entropy": 5.587210941314697, + "epoch": 0.6022174674187901, + "grad_norm": 0.94140625, + "learning_rate": 0.0004969062245589247, + "loss": 5.3116, + "mean_token_accuracy": 0.17736600041389466, + "num_tokens": 13431799.0, + "step": 7740 + }, + { + "entropy": 5.611669635772705, + "epoch": 0.6026064967905077, + "grad_norm": 0.96484375, + "learning_rate": 0.0004969016425728231, + "loss": 5.3605, + "mean_token_accuracy": 0.172268782556057, + "num_tokens": 13440436.0, + "step": 7745 + }, + { + "entropy": 5.628948020935058, + "epoch": 0.6029955261622253, + "grad_norm": 1.046875, + "learning_rate": 0.0004968970572197172, + "loss": 5.3231, + "mean_token_accuracy": 0.17577793151140214, + "num_tokens": 13449236.0, + "step": 7750 + }, + { + "entropy": 5.538338327407837, + "epoch": 0.6033845555339428, + "grad_norm": 1.0, + "learning_rate": 0.0004968924684996765, + "loss": 5.2873, + "mean_token_accuracy": 0.17633422166109086, + "num_tokens": 13457697.0, + "step": 7755 + }, + { + "entropy": 5.571261692047119, + "epoch": 0.6037735849056604, + "grad_norm": 1.0625, + "learning_rate": 0.000496887876412771, + "loss": 5.3902, + "mean_token_accuracy": 0.1738929882645607, + "num_tokens": 13465939.0, + "step": 7760 + }, + { + "entropy": 5.601704931259155, + "epoch": 0.6041626142773779, + "grad_norm": 0.97265625, + "learning_rate": 0.0004968832809590701, + "loss": 5.3144, + "mean_token_accuracy": 0.17881613671779634, + "num_tokens": 13474154.0, + "step": 7765 + }, + { + "entropy": 5.676210689544678, + "epoch": 0.6045516436490955, + "grad_norm": 0.9765625, + "learning_rate": 0.0004968786821386435, + "loss": 5.3248, + "mean_token_accuracy": 0.17638793736696243, + "num_tokens": 13482943.0, + "step": 7770 + }, + { + "entropy": 5.658667278289795, + "epoch": 0.6049406730208131, + "grad_norm": 0.97265625, + "learning_rate": 0.0004968740799515611, + "loss": 5.4678, + "mean_token_accuracy": 0.1693929485976696, + "num_tokens": 13491945.0, + "step": 7775 + }, + { + "entropy": 5.58949909210205, + "epoch": 0.6053297023925306, + "grad_norm": 0.953125, + "learning_rate": 0.0004968694743978926, + "loss": 5.3955, + "mean_token_accuracy": 0.16946269124746322, + "num_tokens": 13501277.0, + "step": 7780 + }, + { + "entropy": 5.675701999664307, + "epoch": 0.6057187317642482, + "grad_norm": 0.984375, + "learning_rate": 0.0004968648654777081, + "loss": 5.4113, + "mean_token_accuracy": 0.1756986677646637, + "num_tokens": 13509609.0, + "step": 7785 + }, + { + "entropy": 5.638581466674805, + "epoch": 0.6061077611359658, + "grad_norm": 0.97265625, + "learning_rate": 0.0004968602531910773, + "loss": 5.4149, + "mean_token_accuracy": 0.16470842212438583, + "num_tokens": 13518707.0, + "step": 7790 + }, + { + "entropy": 5.616470909118652, + "epoch": 0.6064967905076833, + "grad_norm": 0.921875, + "learning_rate": 0.0004968556375380704, + "loss": 5.3725, + "mean_token_accuracy": 0.1771175593137741, + "num_tokens": 13527973.0, + "step": 7795 + }, + { + "entropy": 5.62437891960144, + "epoch": 0.6068858198794009, + "grad_norm": 1.0078125, + "learning_rate": 0.0004968510185187571, + "loss": 5.3276, + "mean_token_accuracy": 0.17454253733158112, + "num_tokens": 13536580.0, + "step": 7800 + }, + { + "entropy": 5.545835494995117, + "epoch": 0.6072748492511184, + "grad_norm": 1.0703125, + "learning_rate": 0.000496846396133208, + "loss": 5.3476, + "mean_token_accuracy": 0.1735129788517952, + "num_tokens": 13544826.0, + "step": 7805 + }, + { + "entropy": 5.645089244842529, + "epoch": 0.607663878622836, + "grad_norm": 0.9765625, + "learning_rate": 0.0004968417703814928, + "loss": 5.4022, + "mean_token_accuracy": 0.1816071629524231, + "num_tokens": 13552821.0, + "step": 7810 + }, + { + "entropy": 5.557252311706543, + "epoch": 0.6080529079945536, + "grad_norm": 1.015625, + "learning_rate": 0.0004968371412636818, + "loss": 5.2805, + "mean_token_accuracy": 0.1728936955332756, + "num_tokens": 13560827.0, + "step": 7815 + }, + { + "entropy": 5.5799144268035885, + "epoch": 0.6084419373662712, + "grad_norm": 0.98046875, + "learning_rate": 0.0004968325087798453, + "loss": 5.4428, + "mean_token_accuracy": 0.1673152282834053, + "num_tokens": 13569311.0, + "step": 7820 + }, + { + "entropy": 5.692161798477173, + "epoch": 0.6088309667379888, + "grad_norm": 0.9921875, + "learning_rate": 0.0004968278729300536, + "loss": 5.4276, + "mean_token_accuracy": 0.16603073477745056, + "num_tokens": 13579035.0, + "step": 7825 + }, + { + "entropy": 5.6686742305755615, + "epoch": 0.6092199961097062, + "grad_norm": 1.0546875, + "learning_rate": 0.0004968232337143769, + "loss": 5.3938, + "mean_token_accuracy": 0.17486062049865722, + "num_tokens": 13587508.0, + "step": 7830 + }, + { + "entropy": 5.578818464279175, + "epoch": 0.6096090254814238, + "grad_norm": 1.0, + "learning_rate": 0.0004968185911328858, + "loss": 5.4287, + "mean_token_accuracy": 0.17448496222496032, + "num_tokens": 13596515.0, + "step": 7835 + }, + { + "entropy": 5.592710494995117, + "epoch": 0.6099980548531414, + "grad_norm": 1.015625, + "learning_rate": 0.0004968139451856506, + "loss": 5.3312, + "mean_token_accuracy": 0.17864641845226287, + "num_tokens": 13605162.0, + "step": 7840 + }, + { + "entropy": 5.625046300888061, + "epoch": 0.610387084224859, + "grad_norm": 0.91015625, + "learning_rate": 0.0004968092958727419, + "loss": 5.323, + "mean_token_accuracy": 0.17763691395521164, + "num_tokens": 13614398.0, + "step": 7845 + }, + { + "entropy": 5.578223323822021, + "epoch": 0.6107761135965766, + "grad_norm": 1.015625, + "learning_rate": 0.00049680464319423, + "loss": 5.2849, + "mean_token_accuracy": 0.17352614998817445, + "num_tokens": 13622347.0, + "step": 7850 + }, + { + "entropy": 5.541752862930298, + "epoch": 0.6111651429682942, + "grad_norm": 1.0390625, + "learning_rate": 0.0004967999871501858, + "loss": 5.2962, + "mean_token_accuracy": 0.17698583900928497, + "num_tokens": 13630773.0, + "step": 7855 + }, + { + "entropy": 5.588369226455688, + "epoch": 0.6115541723400116, + "grad_norm": 1.0078125, + "learning_rate": 0.0004967953277406798, + "loss": 5.3115, + "mean_token_accuracy": 0.17603595554828644, + "num_tokens": 13639857.0, + "step": 7860 + }, + { + "entropy": 5.660149669647216, + "epoch": 0.6119432017117292, + "grad_norm": 0.9921875, + "learning_rate": 0.0004967906649657828, + "loss": 5.4013, + "mean_token_accuracy": 0.1743709772825241, + "num_tokens": 13649959.0, + "step": 7865 + }, + { + "entropy": 5.677736425399781, + "epoch": 0.6123322310834468, + "grad_norm": 1.109375, + "learning_rate": 0.0004967859988255655, + "loss": 5.4209, + "mean_token_accuracy": 0.17269433289766312, + "num_tokens": 13658072.0, + "step": 7870 + }, + { + "entropy": 5.550423526763916, + "epoch": 0.6127212604551644, + "grad_norm": 1.0, + "learning_rate": 0.0004967813293200985, + "loss": 5.3686, + "mean_token_accuracy": 0.17952707409858704, + "num_tokens": 13666816.0, + "step": 7875 + }, + { + "entropy": 5.563448524475097, + "epoch": 0.613110289826882, + "grad_norm": 0.91796875, + "learning_rate": 0.0004967766564494529, + "loss": 5.2309, + "mean_token_accuracy": 0.18123821616172792, + "num_tokens": 13675415.0, + "step": 7880 + }, + { + "entropy": 5.579014158248901, + "epoch": 0.6134993191985995, + "grad_norm": 1.0703125, + "learning_rate": 0.0004967719802136996, + "loss": 5.2656, + "mean_token_accuracy": 0.18457305133342744, + "num_tokens": 13684090.0, + "step": 7885 + }, + { + "entropy": 5.569391775131225, + "epoch": 0.613888348570317, + "grad_norm": 0.97265625, + "learning_rate": 0.0004967673006129094, + "loss": 5.3269, + "mean_token_accuracy": 0.17646651118993759, + "num_tokens": 13692515.0, + "step": 7890 + }, + { + "entropy": 5.5889660835266115, + "epoch": 0.6142773779420346, + "grad_norm": 1.1015625, + "learning_rate": 0.0004967626176471536, + "loss": 5.385, + "mean_token_accuracy": 0.18018435090780258, + "num_tokens": 13700780.0, + "step": 7895 + }, + { + "entropy": 5.681959104537964, + "epoch": 0.6146664073137522, + "grad_norm": 1.0, + "learning_rate": 0.0004967579313165028, + "loss": 5.3926, + "mean_token_accuracy": 0.17503927946090697, + "num_tokens": 13708638.0, + "step": 7900 + }, + { + "entropy": 5.638011789321899, + "epoch": 0.6150554366854698, + "grad_norm": 0.95703125, + "learning_rate": 0.0004967532416210284, + "loss": 5.4016, + "mean_token_accuracy": 0.16409457921981813, + "num_tokens": 13717867.0, + "step": 7905 + }, + { + "entropy": 5.6005606174469, + "epoch": 0.6154444660571873, + "grad_norm": 0.984375, + "learning_rate": 0.0004967485485608016, + "loss": 5.3318, + "mean_token_accuracy": 0.17787362337112428, + "num_tokens": 13727280.0, + "step": 7910 + }, + { + "entropy": 5.643619108200073, + "epoch": 0.6158334954289049, + "grad_norm": 0.96484375, + "learning_rate": 0.0004967438521358934, + "loss": 5.3688, + "mean_token_accuracy": 0.17395887821912764, + "num_tokens": 13735255.0, + "step": 7915 + }, + { + "entropy": 5.580457782745361, + "epoch": 0.6162225248006225, + "grad_norm": 1.0390625, + "learning_rate": 0.0004967391523463754, + "loss": 5.4155, + "mean_token_accuracy": 0.17740168571472167, + "num_tokens": 13743418.0, + "step": 7920 + }, + { + "entropy": 5.5950559139251705, + "epoch": 0.61661155417234, + "grad_norm": 0.95703125, + "learning_rate": 0.0004967344491923185, + "loss": 5.2999, + "mean_token_accuracy": 0.17605132162570952, + "num_tokens": 13752714.0, + "step": 7925 + }, + { + "entropy": 5.718257808685303, + "epoch": 0.6170005835440576, + "grad_norm": 1.078125, + "learning_rate": 0.0004967297426737943, + "loss": 5.4811, + "mean_token_accuracy": 0.16137529909610748, + "num_tokens": 13761350.0, + "step": 7930 + }, + { + "entropy": 5.602125358581543, + "epoch": 0.6173896129157751, + "grad_norm": 0.953125, + "learning_rate": 0.0004967250327908742, + "loss": 5.3078, + "mean_token_accuracy": 0.1830330014228821, + "num_tokens": 13769769.0, + "step": 7935 + }, + { + "entropy": 5.6028557300567625, + "epoch": 0.6177786422874927, + "grad_norm": 0.953125, + "learning_rate": 0.0004967203195436297, + "loss": 5.3293, + "mean_token_accuracy": 0.16973882168531418, + "num_tokens": 13778432.0, + "step": 7940 + }, + { + "entropy": 5.568603801727295, + "epoch": 0.6181676716592103, + "grad_norm": 0.96875, + "learning_rate": 0.0004967156029321322, + "loss": 5.3556, + "mean_token_accuracy": 0.17310213148593903, + "num_tokens": 13786968.0, + "step": 7945 + }, + { + "entropy": 5.662762260437011, + "epoch": 0.6185567010309279, + "grad_norm": 1.0, + "learning_rate": 0.0004967108829564532, + "loss": 5.4562, + "mean_token_accuracy": 0.16001710295677185, + "num_tokens": 13795824.0, + "step": 7950 + }, + { + "entropy": 5.709210157394409, + "epoch": 0.6189457304026454, + "grad_norm": 0.92578125, + "learning_rate": 0.0004967061596166646, + "loss": 5.378, + "mean_token_accuracy": 0.1731061264872551, + "num_tokens": 13804748.0, + "step": 7955 + }, + { + "entropy": 5.565902137756348, + "epoch": 0.6193347597743629, + "grad_norm": 1.0, + "learning_rate": 0.0004967014329128378, + "loss": 5.3689, + "mean_token_accuracy": 0.17446858137845994, + "num_tokens": 13813106.0, + "step": 7960 + }, + { + "entropy": 5.563230276107788, + "epoch": 0.6197237891460805, + "grad_norm": 0.99609375, + "learning_rate": 0.0004966967028450448, + "loss": 5.3809, + "mean_token_accuracy": 0.1709654837846756, + "num_tokens": 13821787.0, + "step": 7965 + }, + { + "entropy": 5.6630446434021, + "epoch": 0.6201128185177981, + "grad_norm": 1.0546875, + "learning_rate": 0.000496691969413357, + "loss": 5.3837, + "mean_token_accuracy": 0.1775362342596054, + "num_tokens": 13830275.0, + "step": 7970 + }, + { + "entropy": 5.560218715667725, + "epoch": 0.6205018478895157, + "grad_norm": 1.0234375, + "learning_rate": 0.0004966872326178466, + "loss": 5.2988, + "mean_token_accuracy": 0.17748090475797654, + "num_tokens": 13838868.0, + "step": 7975 + }, + { + "entropy": 5.585489797592163, + "epoch": 0.6208908772612333, + "grad_norm": 1.03125, + "learning_rate": 0.0004966824924585851, + "loss": 5.3781, + "mean_token_accuracy": 0.17652124613523484, + "num_tokens": 13846970.0, + "step": 7980 + }, + { + "entropy": 5.6828413009643555, + "epoch": 0.6212799066329507, + "grad_norm": 1.0625, + "learning_rate": 0.0004966777489356448, + "loss": 5.4504, + "mean_token_accuracy": 0.1693106934428215, + "num_tokens": 13856059.0, + "step": 7985 + }, + { + "entropy": 5.636405324935913, + "epoch": 0.6216689360046683, + "grad_norm": 0.9609375, + "learning_rate": 0.0004966730020490975, + "loss": 5.3278, + "mean_token_accuracy": 0.1738095223903656, + "num_tokens": 13865461.0, + "step": 7990 + }, + { + "entropy": 5.603222417831421, + "epoch": 0.6220579653763859, + "grad_norm": 0.96875, + "learning_rate": 0.000496668251799015, + "loss": 5.2961, + "mean_token_accuracy": 0.17080867439508438, + "num_tokens": 13874124.0, + "step": 7995 + }, + { + "entropy": 5.6592529296875, + "epoch": 0.6224469947481035, + "grad_norm": 0.984375, + "learning_rate": 0.0004966634981854699, + "loss": 5.3958, + "mean_token_accuracy": 0.17301683127880096, + "num_tokens": 13882952.0, + "step": 8000 + }, + { + "entropy": 5.627367830276489, + "epoch": 0.6228360241198211, + "grad_norm": 1.0, + "learning_rate": 0.0004966587412085339, + "loss": 5.3582, + "mean_token_accuracy": 0.1702231466770172, + "num_tokens": 13890687.0, + "step": 8005 + }, + { + "entropy": 5.616464519500733, + "epoch": 0.6232250534915386, + "grad_norm": 0.96875, + "learning_rate": 0.0004966539808682793, + "loss": 5.4369, + "mean_token_accuracy": 0.16845882385969163, + "num_tokens": 13899773.0, + "step": 8010 + }, + { + "entropy": 5.523895645141602, + "epoch": 0.6236140828632561, + "grad_norm": 1.03125, + "learning_rate": 0.0004966492171647783, + "loss": 5.2276, + "mean_token_accuracy": 0.17931140959262848, + "num_tokens": 13908313.0, + "step": 8015 + }, + { + "entropy": 5.580318784713745, + "epoch": 0.6240031122349737, + "grad_norm": 0.99609375, + "learning_rate": 0.0004966444500981032, + "loss": 5.3204, + "mean_token_accuracy": 0.1795070141553879, + "num_tokens": 13916422.0, + "step": 8020 + }, + { + "entropy": 5.62486834526062, + "epoch": 0.6243921416066913, + "grad_norm": 1.0234375, + "learning_rate": 0.0004966396796683265, + "loss": 5.39, + "mean_token_accuracy": 0.17168170511722564, + "num_tokens": 13924971.0, + "step": 8025 + }, + { + "entropy": 5.589680099487305, + "epoch": 0.6247811709784089, + "grad_norm": 0.9453125, + "learning_rate": 0.0004966349058755204, + "loss": 5.3006, + "mean_token_accuracy": 0.1775197058916092, + "num_tokens": 13933016.0, + "step": 8030 + }, + { + "entropy": 5.687878561019898, + "epoch": 0.6251702003501264, + "grad_norm": 0.98046875, + "learning_rate": 0.0004966301287197573, + "loss": 5.4062, + "mean_token_accuracy": 0.174251052737236, + "num_tokens": 13941814.0, + "step": 8035 + }, + { + "entropy": 5.5712274551391605, + "epoch": 0.625559229721844, + "grad_norm": 1.015625, + "learning_rate": 0.0004966253482011098, + "loss": 5.2186, + "mean_token_accuracy": 0.18083521276712416, + "num_tokens": 13950344.0, + "step": 8040 + }, + { + "entropy": 5.61683030128479, + "epoch": 0.6259482590935616, + "grad_norm": 1.0546875, + "learning_rate": 0.0004966205643196503, + "loss": 5.4512, + "mean_token_accuracy": 0.1689373105764389, + "num_tokens": 13959456.0, + "step": 8045 + }, + { + "entropy": 5.607648944854736, + "epoch": 0.6263372884652791, + "grad_norm": 1.03125, + "learning_rate": 0.0004966157770754516, + "loss": 5.3463, + "mean_token_accuracy": 0.17657203674316407, + "num_tokens": 13967303.0, + "step": 8050 + }, + { + "entropy": 5.602029705047608, + "epoch": 0.6267263178369967, + "grad_norm": 0.953125, + "learning_rate": 0.000496610986468586, + "loss": 5.3874, + "mean_token_accuracy": 0.16966375559568406, + "num_tokens": 13977138.0, + "step": 8055 + }, + { + "entropy": 5.693867492675781, + "epoch": 0.6271153472087143, + "grad_norm": 1.09375, + "learning_rate": 0.0004966061924991267, + "loss": 5.4482, + "mean_token_accuracy": 0.16907818615436554, + "num_tokens": 13985062.0, + "step": 8060 + }, + { + "entropy": 5.702310848236084, + "epoch": 0.6275043765804318, + "grad_norm": 1.0, + "learning_rate": 0.000496601395167146, + "loss": 5.3735, + "mean_token_accuracy": 0.17101518511772157, + "num_tokens": 13992923.0, + "step": 8065 + }, + { + "entropy": 5.5685851097106935, + "epoch": 0.6278934059521494, + "grad_norm": 1.109375, + "learning_rate": 0.0004965965944727168, + "loss": 5.4363, + "mean_token_accuracy": 0.16952479034662246, + "num_tokens": 14002116.0, + "step": 8070 + }, + { + "entropy": 5.623130464553833, + "epoch": 0.628282435323867, + "grad_norm": 0.9453125, + "learning_rate": 0.0004965917904159121, + "loss": 5.4253, + "mean_token_accuracy": 0.17172393202781677, + "num_tokens": 14011053.0, + "step": 8075 + }, + { + "entropy": 5.683843469619751, + "epoch": 0.6286714646955845, + "grad_norm": 1.0078125, + "learning_rate": 0.0004965869829968046, + "loss": 5.3597, + "mean_token_accuracy": 0.1773932620882988, + "num_tokens": 14019226.0, + "step": 8080 + }, + { + "entropy": 5.5199493885040285, + "epoch": 0.6290604940673021, + "grad_norm": 1.046875, + "learning_rate": 0.0004965821722154674, + "loss": 5.3672, + "mean_token_accuracy": 0.17195230424404145, + "num_tokens": 14027630.0, + "step": 8085 + }, + { + "entropy": 5.5660515308380125, + "epoch": 0.6294495234390196, + "grad_norm": 0.90234375, + "learning_rate": 0.0004965773580719734, + "loss": 5.2842, + "mean_token_accuracy": 0.1818663462996483, + "num_tokens": 14036004.0, + "step": 8090 + }, + { + "entropy": 5.621400690078735, + "epoch": 0.6298385528107372, + "grad_norm": 1.0390625, + "learning_rate": 0.0004965725405663957, + "loss": 5.3658, + "mean_token_accuracy": 0.17055777907371522, + "num_tokens": 14045359.0, + "step": 8095 + }, + { + "entropy": 5.578890037536621, + "epoch": 0.6302275821824548, + "grad_norm": 0.98828125, + "learning_rate": 0.0004965677196988073, + "loss": 5.3267, + "mean_token_accuracy": 0.17336366176605225, + "num_tokens": 14054099.0, + "step": 8100 + }, + { + "entropy": 5.610009479522705, + "epoch": 0.6306166115541724, + "grad_norm": 1.0390625, + "learning_rate": 0.0004965628954692815, + "loss": 5.3416, + "mean_token_accuracy": 0.17796404361724855, + "num_tokens": 14062414.0, + "step": 8105 + }, + { + "entropy": 5.611399984359741, + "epoch": 0.63100564092589, + "grad_norm": 1.0234375, + "learning_rate": 0.0004965580678778913, + "loss": 5.3756, + "mean_token_accuracy": 0.18041929900646209, + "num_tokens": 14071016.0, + "step": 8110 + }, + { + "entropy": 5.575746250152588, + "epoch": 0.6313946702976074, + "grad_norm": 1.0546875, + "learning_rate": 0.0004965532369247102, + "loss": 5.3672, + "mean_token_accuracy": 0.1708708330988884, + "num_tokens": 14080622.0, + "step": 8115 + }, + { + "entropy": 5.586710786819458, + "epoch": 0.631783699669325, + "grad_norm": 0.9296875, + "learning_rate": 0.0004965484026098111, + "loss": 5.1892, + "mean_token_accuracy": 0.1801120385527611, + "num_tokens": 14089500.0, + "step": 8120 + }, + { + "entropy": 5.6284722805023195, + "epoch": 0.6321727290410426, + "grad_norm": 1.015625, + "learning_rate": 0.0004965435649332679, + "loss": 5.4488, + "mean_token_accuracy": 0.17494778335094452, + "num_tokens": 14098260.0, + "step": 8125 + }, + { + "entropy": 5.5814660549163815, + "epoch": 0.6325617584127602, + "grad_norm": 0.94921875, + "learning_rate": 0.0004965387238951536, + "loss": 5.2688, + "mean_token_accuracy": 0.18584552854299546, + "num_tokens": 14106561.0, + "step": 8130 + }, + { + "entropy": 5.624522876739502, + "epoch": 0.6329507877844778, + "grad_norm": 1.015625, + "learning_rate": 0.0004965338794955418, + "loss": 5.3657, + "mean_token_accuracy": 0.1758665293455124, + "num_tokens": 14115049.0, + "step": 8135 + }, + { + "entropy": 5.58734016418457, + "epoch": 0.6333398171561953, + "grad_norm": 0.9765625, + "learning_rate": 0.0004965290317345061, + "loss": 5.2659, + "mean_token_accuracy": 0.17704775631427766, + "num_tokens": 14123204.0, + "step": 8140 + }, + { + "entropy": 5.509800910949707, + "epoch": 0.6337288465279128, + "grad_norm": 0.9765625, + "learning_rate": 0.0004965241806121198, + "loss": 5.3179, + "mean_token_accuracy": 0.17927377671003342, + "num_tokens": 14132146.0, + "step": 8145 + }, + { + "entropy": 5.698159313201904, + "epoch": 0.6341178758996304, + "grad_norm": 0.984375, + "learning_rate": 0.0004965193261284567, + "loss": 5.4171, + "mean_token_accuracy": 0.1724001497030258, + "num_tokens": 14140839.0, + "step": 8150 + }, + { + "entropy": 5.650271606445313, + "epoch": 0.634506905271348, + "grad_norm": 1.0703125, + "learning_rate": 0.0004965144682835904, + "loss": 5.401, + "mean_token_accuracy": 0.17262654453516008, + "num_tokens": 14149551.0, + "step": 8155 + }, + { + "entropy": 5.561512613296509, + "epoch": 0.6348959346430656, + "grad_norm": 1.078125, + "learning_rate": 0.0004965096070775946, + "loss": 5.3728, + "mean_token_accuracy": 0.17555071115493776, + "num_tokens": 14158414.0, + "step": 8160 + }, + { + "entropy": 5.61464114189148, + "epoch": 0.6352849640147831, + "grad_norm": 0.890625, + "learning_rate": 0.0004965047425105431, + "loss": 5.4119, + "mean_token_accuracy": 0.175685316324234, + "num_tokens": 14167984.0, + "step": 8165 + }, + { + "entropy": 5.608136701583862, + "epoch": 0.6356739933865007, + "grad_norm": 1.0078125, + "learning_rate": 0.0004964998745825097, + "loss": 5.348, + "mean_token_accuracy": 0.17503494620323182, + "num_tokens": 14177244.0, + "step": 8170 + }, + { + "entropy": 5.659901666641235, + "epoch": 0.6360630227582182, + "grad_norm": 1.03125, + "learning_rate": 0.0004964950032935682, + "loss": 5.2722, + "mean_token_accuracy": 0.17545693665742873, + "num_tokens": 14185754.0, + "step": 8175 + }, + { + "entropy": 5.571230077743531, + "epoch": 0.6364520521299358, + "grad_norm": 1.0078125, + "learning_rate": 0.0004964901286437927, + "loss": 5.3131, + "mean_token_accuracy": 0.18276117295026778, + "num_tokens": 14194242.0, + "step": 8180 + }, + { + "entropy": 5.556791353225708, + "epoch": 0.6368410815016534, + "grad_norm": 1.0, + "learning_rate": 0.0004964852506332568, + "loss": 5.2478, + "mean_token_accuracy": 0.18441312611103058, + "num_tokens": 14202496.0, + "step": 8185 + }, + { + "entropy": 5.6668861389160154, + "epoch": 0.6372301108733709, + "grad_norm": 1.015625, + "learning_rate": 0.000496480369262035, + "loss": 5.4665, + "mean_token_accuracy": 0.1682458072900772, + "num_tokens": 14210510.0, + "step": 8190 + }, + { + "entropy": 5.661225461959839, + "epoch": 0.6376191402450885, + "grad_norm": 0.953125, + "learning_rate": 0.000496475484530201, + "loss": 5.4667, + "mean_token_accuracy": 0.16263825446367264, + "num_tokens": 14219238.0, + "step": 8195 + }, + { + "entropy": 5.536808347702026, + "epoch": 0.6380081696168061, + "grad_norm": 0.97265625, + "learning_rate": 0.0004964705964378292, + "loss": 5.2704, + "mean_token_accuracy": 0.18453190624713897, + "num_tokens": 14227651.0, + "step": 8200 + }, + { + "entropy": 5.550085401535034, + "epoch": 0.6383971989885237, + "grad_norm": 1.0390625, + "learning_rate": 0.0004964657049849934, + "loss": 5.2368, + "mean_token_accuracy": 0.18380049616098404, + "num_tokens": 14236144.0, + "step": 8205 + }, + { + "entropy": 5.691999387741089, + "epoch": 0.6387862283602412, + "grad_norm": 1.03125, + "learning_rate": 0.0004964608101717681, + "loss": 5.4072, + "mean_token_accuracy": 0.16639018803834915, + "num_tokens": 14244706.0, + "step": 8210 + }, + { + "entropy": 5.613128805160523, + "epoch": 0.6391752577319587, + "grad_norm": 1.0703125, + "learning_rate": 0.0004964559119982275, + "loss": 5.3459, + "mean_token_accuracy": 0.1780515119433403, + "num_tokens": 14252873.0, + "step": 8215 + }, + { + "entropy": 5.610724401473999, + "epoch": 0.6395642871036763, + "grad_norm": 1.0390625, + "learning_rate": 0.000496451010464446, + "loss": 5.4295, + "mean_token_accuracy": 0.17149174213409424, + "num_tokens": 14261383.0, + "step": 8220 + }, + { + "entropy": 5.531325197219848, + "epoch": 0.6399533164753939, + "grad_norm": 1.046875, + "learning_rate": 0.0004964461055704978, + "loss": 5.2255, + "mean_token_accuracy": 0.18431342244148255, + "num_tokens": 14270087.0, + "step": 8225 + }, + { + "entropy": 5.668795442581176, + "epoch": 0.6403423458471115, + "grad_norm": 1.0234375, + "learning_rate": 0.0004964411973164574, + "loss": 5.3874, + "mean_token_accuracy": 0.17765944749116896, + "num_tokens": 14278826.0, + "step": 8230 + }, + { + "entropy": 5.591124486923218, + "epoch": 0.6407313752188291, + "grad_norm": 0.953125, + "learning_rate": 0.0004964362857023993, + "loss": 5.3041, + "mean_token_accuracy": 0.17893550395965577, + "num_tokens": 14287554.0, + "step": 8235 + }, + { + "entropy": 5.6133569240570065, + "epoch": 0.6411204045905465, + "grad_norm": 0.9140625, + "learning_rate": 0.000496431370728398, + "loss": 5.2963, + "mean_token_accuracy": 0.17880027294158934, + "num_tokens": 14295839.0, + "step": 8240 + }, + { + "entropy": 5.571751594543457, + "epoch": 0.6415094339622641, + "grad_norm": 0.96875, + "learning_rate": 0.0004964264523945281, + "loss": 5.3406, + "mean_token_accuracy": 0.18072520494461058, + "num_tokens": 14304831.0, + "step": 8245 + }, + { + "entropy": 5.628354072570801, + "epoch": 0.6418984633339817, + "grad_norm": 0.96484375, + "learning_rate": 0.0004964215307008643, + "loss": 5.296, + "mean_token_accuracy": 0.17758952379226683, + "num_tokens": 14313249.0, + "step": 8250 + }, + { + "entropy": 5.640737628936767, + "epoch": 0.6422874927056993, + "grad_norm": 1.0390625, + "learning_rate": 0.0004964166056474811, + "loss": 5.3649, + "mean_token_accuracy": 0.17237574011087417, + "num_tokens": 14321978.0, + "step": 8255 + }, + { + "entropy": 5.53292145729065, + "epoch": 0.6426765220774169, + "grad_norm": 1.0234375, + "learning_rate": 0.0004964116772344534, + "loss": 5.2691, + "mean_token_accuracy": 0.1784036248922348, + "num_tokens": 14330379.0, + "step": 8260 + }, + { + "entropy": 5.549371385574341, + "epoch": 0.6430655514491345, + "grad_norm": 1.0234375, + "learning_rate": 0.0004964067454618559, + "loss": 5.3233, + "mean_token_accuracy": 0.18185826987028123, + "num_tokens": 14339121.0, + "step": 8265 + }, + { + "entropy": 5.548624753952026, + "epoch": 0.6434545808208519, + "grad_norm": 1.1328125, + "learning_rate": 0.0004964018103297634, + "loss": 5.2769, + "mean_token_accuracy": 0.18576613664627076, + "num_tokens": 14347443.0, + "step": 8270 + }, + { + "entropy": 5.636929130554199, + "epoch": 0.6438436101925695, + "grad_norm": 0.97265625, + "learning_rate": 0.0004963968718382509, + "loss": 5.3735, + "mean_token_accuracy": 0.16972884237766267, + "num_tokens": 14356459.0, + "step": 8275 + }, + { + "entropy": 5.609857177734375, + "epoch": 0.6442326395642871, + "grad_norm": 0.97265625, + "learning_rate": 0.0004963919299873931, + "loss": 5.301, + "mean_token_accuracy": 0.17383714765310287, + "num_tokens": 14365359.0, + "step": 8280 + }, + { + "entropy": 5.5062110900878904, + "epoch": 0.6446216689360047, + "grad_norm": 1.0625, + "learning_rate": 0.0004963869847772653, + "loss": 5.2143, + "mean_token_accuracy": 0.1847106158733368, + "num_tokens": 14373345.0, + "step": 8285 + }, + { + "entropy": 5.580478239059448, + "epoch": 0.6450106983077223, + "grad_norm": 1.0234375, + "learning_rate": 0.0004963820362079423, + "loss": 5.3098, + "mean_token_accuracy": 0.1742485374212265, + "num_tokens": 14381977.0, + "step": 8290 + }, + { + "entropy": 5.520681095123291, + "epoch": 0.6453997276794398, + "grad_norm": 0.9765625, + "learning_rate": 0.0004963770842794994, + "loss": 5.2127, + "mean_token_accuracy": 0.1802786186337471, + "num_tokens": 14390486.0, + "step": 8295 + }, + { + "entropy": 5.5776502132415775, + "epoch": 0.6457887570511573, + "grad_norm": 0.9453125, + "learning_rate": 0.0004963721289920115, + "loss": 5.3947, + "mean_token_accuracy": 0.17295217216014863, + "num_tokens": 14399064.0, + "step": 8300 + }, + { + "entropy": 5.580191516876221, + "epoch": 0.6461777864228749, + "grad_norm": 1.0390625, + "learning_rate": 0.0004963671703455538, + "loss": 5.2448, + "mean_token_accuracy": 0.17858138233423232, + "num_tokens": 14406965.0, + "step": 8305 + }, + { + "entropy": 5.544788074493408, + "epoch": 0.6465668157945925, + "grad_norm": 0.953125, + "learning_rate": 0.0004963622083402018, + "loss": 5.3934, + "mean_token_accuracy": 0.17124493718147277, + "num_tokens": 14416293.0, + "step": 8310 + }, + { + "entropy": 5.635854053497314, + "epoch": 0.6469558451663101, + "grad_norm": 1.015625, + "learning_rate": 0.0004963572429760305, + "loss": 5.3733, + "mean_token_accuracy": 0.1732726901769638, + "num_tokens": 14424515.0, + "step": 8315 + }, + { + "entropy": 5.58670449256897, + "epoch": 0.6473448745380276, + "grad_norm": 0.99609375, + "learning_rate": 0.0004963522742531155, + "loss": 5.2032, + "mean_token_accuracy": 0.17925521731376648, + "num_tokens": 14432706.0, + "step": 8320 + }, + { + "entropy": 5.540876770019532, + "epoch": 0.6477339039097452, + "grad_norm": 1.0078125, + "learning_rate": 0.000496347302171532, + "loss": 5.3134, + "mean_token_accuracy": 0.17976702898740768, + "num_tokens": 14441462.0, + "step": 8325 + }, + { + "entropy": 5.52711968421936, + "epoch": 0.6481229332814628, + "grad_norm": 1.0390625, + "learning_rate": 0.0004963423267313554, + "loss": 5.2796, + "mean_token_accuracy": 0.17967983931303025, + "num_tokens": 14450218.0, + "step": 8330 + }, + { + "entropy": 5.620292043685913, + "epoch": 0.6485119626531803, + "grad_norm": 0.9453125, + "learning_rate": 0.0004963373479326614, + "loss": 5.4752, + "mean_token_accuracy": 0.1684851676225662, + "num_tokens": 14459825.0, + "step": 8335 + }, + { + "entropy": 5.616681241989136, + "epoch": 0.6489009920248979, + "grad_norm": 0.9609375, + "learning_rate": 0.0004963323657755255, + "loss": 5.307, + "mean_token_accuracy": 0.17906863242387772, + "num_tokens": 14468647.0, + "step": 8340 + }, + { + "entropy": 5.54473352432251, + "epoch": 0.6492900213966154, + "grad_norm": 0.99609375, + "learning_rate": 0.0004963273802600231, + "loss": 5.1997, + "mean_token_accuracy": 0.18291590511798858, + "num_tokens": 14476892.0, + "step": 8345 + }, + { + "entropy": 5.655897998809815, + "epoch": 0.649679050768333, + "grad_norm": 1.0234375, + "learning_rate": 0.00049632239138623, + "loss": 5.4402, + "mean_token_accuracy": 0.1732370838522911, + "num_tokens": 14485541.0, + "step": 8350 + }, + { + "entropy": 5.548528242111206, + "epoch": 0.6500680801400506, + "grad_norm": 0.91796875, + "learning_rate": 0.0004963173991542219, + "loss": 5.2786, + "mean_token_accuracy": 0.1823086842894554, + "num_tokens": 14494184.0, + "step": 8355 + }, + { + "entropy": 5.670836544036865, + "epoch": 0.6504571095117682, + "grad_norm": 1.09375, + "learning_rate": 0.0004963124035640746, + "loss": 5.4022, + "mean_token_accuracy": 0.1653965264558792, + "num_tokens": 14502151.0, + "step": 8360 + }, + { + "entropy": 5.59298038482666, + "epoch": 0.6508461388834857, + "grad_norm": 0.99609375, + "learning_rate": 0.0004963074046158637, + "loss": 5.3839, + "mean_token_accuracy": 0.17655687034130096, + "num_tokens": 14511254.0, + "step": 8365 + }, + { + "entropy": 5.675338935852051, + "epoch": 0.6512351682552032, + "grad_norm": 1.015625, + "learning_rate": 0.0004963024023096652, + "loss": 5.4396, + "mean_token_accuracy": 0.16882770955562593, + "num_tokens": 14520492.0, + "step": 8370 + }, + { + "entropy": 5.685335683822632, + "epoch": 0.6516241976269208, + "grad_norm": 1.046875, + "learning_rate": 0.0004962973966455551, + "loss": 5.3927, + "mean_token_accuracy": 0.16695061028003694, + "num_tokens": 14530082.0, + "step": 8375 + }, + { + "entropy": 5.592555570602417, + "epoch": 0.6520132269986384, + "grad_norm": 0.98828125, + "learning_rate": 0.0004962923876236092, + "loss": 5.3558, + "mean_token_accuracy": 0.1753413200378418, + "num_tokens": 14539124.0, + "step": 8380 + }, + { + "entropy": 5.632155990600586, + "epoch": 0.652402256370356, + "grad_norm": 1.0625, + "learning_rate": 0.0004962873752439035, + "loss": 5.3377, + "mean_token_accuracy": 0.17932512909173964, + "num_tokens": 14547780.0, + "step": 8385 + }, + { + "entropy": 5.576566505432129, + "epoch": 0.6527912857420736, + "grad_norm": 0.984375, + "learning_rate": 0.0004962823595065141, + "loss": 5.2595, + "mean_token_accuracy": 0.17745744287967682, + "num_tokens": 14556225.0, + "step": 8390 + }, + { + "entropy": 5.634925127029419, + "epoch": 0.653180315113791, + "grad_norm": 1.1171875, + "learning_rate": 0.0004962773404115172, + "loss": 5.3435, + "mean_token_accuracy": 0.17520466893911363, + "num_tokens": 14564147.0, + "step": 8395 + }, + { + "entropy": 5.601422357559204, + "epoch": 0.6535693444855086, + "grad_norm": 1.09375, + "learning_rate": 0.0004962723179589886, + "loss": 5.3506, + "mean_token_accuracy": 0.1706002101302147, + "num_tokens": 14573519.0, + "step": 8400 + }, + { + "entropy": 5.640968894958496, + "epoch": 0.6539583738572262, + "grad_norm": 0.91796875, + "learning_rate": 0.000496267292149005, + "loss": 5.4625, + "mean_token_accuracy": 0.16425798386335372, + "num_tokens": 14582806.0, + "step": 8405 + }, + { + "entropy": 5.5813973903656, + "epoch": 0.6543474032289438, + "grad_norm": 0.99609375, + "learning_rate": 0.0004962622629816423, + "loss": 5.343, + "mean_token_accuracy": 0.168157197535038, + "num_tokens": 14591274.0, + "step": 8410 + }, + { + "entropy": 5.570907878875732, + "epoch": 0.6547364326006614, + "grad_norm": 1.046875, + "learning_rate": 0.000496257230456977, + "loss": 5.3828, + "mean_token_accuracy": 0.17347589135169983, + "num_tokens": 14599902.0, + "step": 8415 + }, + { + "entropy": 5.546425914764404, + "epoch": 0.6551254619723789, + "grad_norm": 0.9296875, + "learning_rate": 0.0004962521945750855, + "loss": 5.2911, + "mean_token_accuracy": 0.1729225903749466, + "num_tokens": 14608931.0, + "step": 8420 + }, + { + "entropy": 5.573162841796875, + "epoch": 0.6555144913440965, + "grad_norm": 1.0703125, + "learning_rate": 0.000496247155336044, + "loss": 5.2474, + "mean_token_accuracy": 0.17821999341249467, + "num_tokens": 14617547.0, + "step": 8425 + }, + { + "entropy": 5.614056253433228, + "epoch": 0.655903520715814, + "grad_norm": 1.046875, + "learning_rate": 0.0004962421127399291, + "loss": 5.3825, + "mean_token_accuracy": 0.1722403198480606, + "num_tokens": 14626523.0, + "step": 8430 + }, + { + "entropy": 5.625966262817383, + "epoch": 0.6562925500875316, + "grad_norm": 0.9921875, + "learning_rate": 0.0004962370667868172, + "loss": 5.3203, + "mean_token_accuracy": 0.1793544590473175, + "num_tokens": 14634846.0, + "step": 8435 + }, + { + "entropy": 5.571551084518433, + "epoch": 0.6566815794592492, + "grad_norm": 0.99609375, + "learning_rate": 0.0004962320174767851, + "loss": 5.3097, + "mean_token_accuracy": 0.17367968261241912, + "num_tokens": 14643092.0, + "step": 8440 + }, + { + "entropy": 5.633761548995972, + "epoch": 0.6570706088309667, + "grad_norm": 0.9453125, + "learning_rate": 0.000496226964809909, + "loss": 5.4057, + "mean_token_accuracy": 0.17658709585666657, + "num_tokens": 14651456.0, + "step": 8445 + }, + { + "entropy": 5.580606842041016, + "epoch": 0.6574596382026843, + "grad_norm": 0.92578125, + "learning_rate": 0.000496221908786266, + "loss": 5.2845, + "mean_token_accuracy": 0.17938428670167922, + "num_tokens": 14660488.0, + "step": 8450 + }, + { + "entropy": 5.684810447692871, + "epoch": 0.6578486675744019, + "grad_norm": 0.96875, + "learning_rate": 0.0004962168494059327, + "loss": 5.4868, + "mean_token_accuracy": 0.17089286744594573, + "num_tokens": 14670131.0, + "step": 8455 + }, + { + "entropy": 5.642894077301025, + "epoch": 0.6582376969461194, + "grad_norm": 1.0078125, + "learning_rate": 0.0004962117866689857, + "loss": 5.2878, + "mean_token_accuracy": 0.1739628404378891, + "num_tokens": 14678402.0, + "step": 8460 + }, + { + "entropy": 5.582067584991455, + "epoch": 0.658626726317837, + "grad_norm": 0.984375, + "learning_rate": 0.000496206720575502, + "loss": 5.3038, + "mean_token_accuracy": 0.1687963843345642, + "num_tokens": 14687589.0, + "step": 8465 + }, + { + "entropy": 5.644313478469849, + "epoch": 0.6590157556895546, + "grad_norm": 0.97265625, + "learning_rate": 0.0004962016511255584, + "loss": 5.4557, + "mean_token_accuracy": 0.16937474608421327, + "num_tokens": 14696288.0, + "step": 8470 + }, + { + "entropy": 5.685591173171997, + "epoch": 0.6594047850612721, + "grad_norm": 0.984375, + "learning_rate": 0.0004961965783192318, + "loss": 5.3616, + "mean_token_accuracy": 0.17366212159395217, + "num_tokens": 14705269.0, + "step": 8475 + }, + { + "entropy": 5.591137266159057, + "epoch": 0.6597938144329897, + "grad_norm": 0.9296875, + "learning_rate": 0.0004961915021565992, + "loss": 5.3471, + "mean_token_accuracy": 0.17597121000289917, + "num_tokens": 14713669.0, + "step": 8480 + }, + { + "entropy": 5.532935047149659, + "epoch": 0.6601828438047073, + "grad_norm": 0.96875, + "learning_rate": 0.0004961864226377377, + "loss": 5.3912, + "mean_token_accuracy": 0.17643194645643234, + "num_tokens": 14722529.0, + "step": 8485 + }, + { + "entropy": 5.6268493175506595, + "epoch": 0.6605718731764249, + "grad_norm": 0.98046875, + "learning_rate": 0.0004961813397627241, + "loss": 5.384, + "mean_token_accuracy": 0.17761731743812562, + "num_tokens": 14730956.0, + "step": 8490 + }, + { + "entropy": 5.632120513916016, + "epoch": 0.6609609025481424, + "grad_norm": 1.0234375, + "learning_rate": 0.0004961762535316358, + "loss": 5.3345, + "mean_token_accuracy": 0.1788095787167549, + "num_tokens": 14739320.0, + "step": 8495 + }, + { + "entropy": 5.571344614028931, + "epoch": 0.6613499319198599, + "grad_norm": 0.95703125, + "learning_rate": 0.0004961711639445499, + "loss": 5.3879, + "mean_token_accuracy": 0.17722497433423995, + "num_tokens": 14748030.0, + "step": 8500 + }, + { + "entropy": 5.608709764480591, + "epoch": 0.6617389612915775, + "grad_norm": 0.98046875, + "learning_rate": 0.0004961660710015435, + "loss": 5.2843, + "mean_token_accuracy": 0.18021600544452668, + "num_tokens": 14756786.0, + "step": 8505 + }, + { + "entropy": 5.604683494567871, + "epoch": 0.6621279906632951, + "grad_norm": 1.015625, + "learning_rate": 0.0004961609747026943, + "loss": 5.3535, + "mean_token_accuracy": 0.17999780774116517, + "num_tokens": 14765538.0, + "step": 8510 + }, + { + "entropy": 5.608538436889648, + "epoch": 0.6625170200350127, + "grad_norm": 0.96484375, + "learning_rate": 0.0004961558750480791, + "loss": 5.2726, + "mean_token_accuracy": 0.18049169331789017, + "num_tokens": 14773845.0, + "step": 8515 + }, + { + "entropy": 5.560791444778443, + "epoch": 0.6629060494067303, + "grad_norm": 0.98828125, + "learning_rate": 0.0004961507720377756, + "loss": 5.2237, + "mean_token_accuracy": 0.1844485729932785, + "num_tokens": 14782022.0, + "step": 8520 + }, + { + "entropy": 5.610558032989502, + "epoch": 0.6632950787784477, + "grad_norm": 1.0, + "learning_rate": 0.0004961456656718611, + "loss": 5.3717, + "mean_token_accuracy": 0.17913725674152375, + "num_tokens": 14790150.0, + "step": 8525 + }, + { + "entropy": 5.59845461845398, + "epoch": 0.6636841081501653, + "grad_norm": 0.98046875, + "learning_rate": 0.000496140555950413, + "loss": 5.4119, + "mean_token_accuracy": 0.17195657938718795, + "num_tokens": 14799239.0, + "step": 8530 + }, + { + "entropy": 5.560660743713379, + "epoch": 0.6640731375218829, + "grad_norm": 0.94140625, + "learning_rate": 0.0004961354428735091, + "loss": 5.3272, + "mean_token_accuracy": 0.16718420684337615, + "num_tokens": 14808740.0, + "step": 8535 + }, + { + "entropy": 5.73283896446228, + "epoch": 0.6644621668936005, + "grad_norm": 0.96875, + "learning_rate": 0.0004961303264412267, + "loss": 5.4618, + "mean_token_accuracy": 0.1692821726202965, + "num_tokens": 14817329.0, + "step": 8540 + }, + { + "entropy": 5.624889326095581, + "epoch": 0.6648511962653181, + "grad_norm": 0.96875, + "learning_rate": 0.0004961252066536437, + "loss": 5.3031, + "mean_token_accuracy": 0.17418562173843383, + "num_tokens": 14826240.0, + "step": 8545 + }, + { + "entropy": 5.602689266204834, + "epoch": 0.6652402256370356, + "grad_norm": 1.0, + "learning_rate": 0.0004961200835108375, + "loss": 5.32, + "mean_token_accuracy": 0.17306315898895264, + "num_tokens": 14834471.0, + "step": 8550 + }, + { + "entropy": 5.612128400802613, + "epoch": 0.6656292550087531, + "grad_norm": 0.95703125, + "learning_rate": 0.000496114957012886, + "loss": 5.3241, + "mean_token_accuracy": 0.1665057823061943, + "num_tokens": 14842724.0, + "step": 8555 + }, + { + "entropy": 5.543188428878784, + "epoch": 0.6660182843804707, + "grad_norm": 0.95703125, + "learning_rate": 0.0004961098271598671, + "loss": 5.2522, + "mean_token_accuracy": 0.1831625521183014, + "num_tokens": 14850725.0, + "step": 8560 + }, + { + "entropy": 5.5301573276519775, + "epoch": 0.6664073137521883, + "grad_norm": 0.984375, + "learning_rate": 0.0004961046939518585, + "loss": 5.2167, + "mean_token_accuracy": 0.18281251490116118, + "num_tokens": 14859412.0, + "step": 8565 + }, + { + "entropy": 5.659323358535767, + "epoch": 0.6667963431239059, + "grad_norm": 1.0625, + "learning_rate": 0.0004960995573889379, + "loss": 5.3212, + "mean_token_accuracy": 0.1752857342362404, + "num_tokens": 14867526.0, + "step": 8570 + }, + { + "entropy": 5.532819938659668, + "epoch": 0.6671853724956234, + "grad_norm": 0.9921875, + "learning_rate": 0.0004960944174711836, + "loss": 5.2165, + "mean_token_accuracy": 0.17377183735370635, + "num_tokens": 14875770.0, + "step": 8575 + }, + { + "entropy": 5.558029127120972, + "epoch": 0.667574401867341, + "grad_norm": 1.0078125, + "learning_rate": 0.0004960892741986734, + "loss": 5.3095, + "mean_token_accuracy": 0.18255508840084075, + "num_tokens": 14883872.0, + "step": 8580 + }, + { + "entropy": 5.550190544128418, + "epoch": 0.6679634312390585, + "grad_norm": 1.03125, + "learning_rate": 0.0004960841275714853, + "loss": 5.3322, + "mean_token_accuracy": 0.1733739659190178, + "num_tokens": 14891526.0, + "step": 8585 + }, + { + "entropy": 5.6118604183197025, + "epoch": 0.6683524606107761, + "grad_norm": 1.0546875, + "learning_rate": 0.0004960789775896975, + "loss": 5.3753, + "mean_token_accuracy": 0.1733969748020172, + "num_tokens": 14900171.0, + "step": 8590 + }, + { + "entropy": 5.628033113479614, + "epoch": 0.6687414899824937, + "grad_norm": 1.015625, + "learning_rate": 0.0004960738242533881, + "loss": 5.3365, + "mean_token_accuracy": 0.17448588013648986, + "num_tokens": 14908537.0, + "step": 8595 + }, + { + "entropy": 5.554285907745362, + "epoch": 0.6691305193542112, + "grad_norm": 0.9140625, + "learning_rate": 0.0004960686675626353, + "loss": 5.2722, + "mean_token_accuracy": 0.18086651861667633, + "num_tokens": 14917387.0, + "step": 8600 + }, + { + "entropy": 5.609855794906617, + "epoch": 0.6695195487259288, + "grad_norm": 0.98828125, + "learning_rate": 0.0004960635075175173, + "loss": 5.2943, + "mean_token_accuracy": 0.17782697677612305, + "num_tokens": 14925945.0, + "step": 8605 + }, + { + "entropy": 5.58464412689209, + "epoch": 0.6699085780976464, + "grad_norm": 1.046875, + "learning_rate": 0.0004960583441181124, + "loss": 5.3051, + "mean_token_accuracy": 0.18012278228998185, + "num_tokens": 14934002.0, + "step": 8610 + }, + { + "entropy": 5.583852672576905, + "epoch": 0.670297607469364, + "grad_norm": 0.953125, + "learning_rate": 0.0004960531773644992, + "loss": 5.3366, + "mean_token_accuracy": 0.16810405403375625, + "num_tokens": 14942658.0, + "step": 8615 + }, + { + "entropy": 5.669387340545654, + "epoch": 0.6706866368410815, + "grad_norm": 0.98046875, + "learning_rate": 0.0004960480072567557, + "loss": 5.4096, + "mean_token_accuracy": 0.16790317744016647, + "num_tokens": 14952324.0, + "step": 8620 + }, + { + "entropy": 5.6801048755645756, + "epoch": 0.671075666212799, + "grad_norm": 0.88671875, + "learning_rate": 0.0004960428337949604, + "loss": 5.4406, + "mean_token_accuracy": 0.17223362624645233, + "num_tokens": 14961964.0, + "step": 8625 + }, + { + "entropy": 5.679262447357178, + "epoch": 0.6714646955845166, + "grad_norm": 0.98828125, + "learning_rate": 0.0004960376569791921, + "loss": 5.3774, + "mean_token_accuracy": 0.1753703996539116, + "num_tokens": 14970267.0, + "step": 8630 + }, + { + "entropy": 5.55751485824585, + "epoch": 0.6718537249562342, + "grad_norm": 0.984375, + "learning_rate": 0.0004960324768095291, + "loss": 5.2475, + "mean_token_accuracy": 0.17541256844997405, + "num_tokens": 14978546.0, + "step": 8635 + }, + { + "entropy": 5.644605398178101, + "epoch": 0.6722427543279518, + "grad_norm": 1.0234375, + "learning_rate": 0.0004960272932860502, + "loss": 5.3149, + "mean_token_accuracy": 0.17382394820451735, + "num_tokens": 14986785.0, + "step": 8640 + }, + { + "entropy": 5.61287407875061, + "epoch": 0.6726317836996694, + "grad_norm": 1.0078125, + "learning_rate": 0.0004960221064088338, + "loss": 5.235, + "mean_token_accuracy": 0.17687039226293563, + "num_tokens": 14994873.0, + "step": 8645 + }, + { + "entropy": 5.554454326629639, + "epoch": 0.6730208130713868, + "grad_norm": 1.0546875, + "learning_rate": 0.0004960169161779588, + "loss": 5.2792, + "mean_token_accuracy": 0.18262446224689483, + "num_tokens": 15003108.0, + "step": 8650 + }, + { + "entropy": 5.453991985321045, + "epoch": 0.6734098424431044, + "grad_norm": 0.96875, + "learning_rate": 0.0004960117225935038, + "loss": 5.1857, + "mean_token_accuracy": 0.180227230489254, + "num_tokens": 15011802.0, + "step": 8655 + }, + { + "entropy": 5.598253011703491, + "epoch": 0.673798871814822, + "grad_norm": 0.90625, + "learning_rate": 0.0004960065256555477, + "loss": 5.3383, + "mean_token_accuracy": 0.17591814398765565, + "num_tokens": 15020785.0, + "step": 8660 + }, + { + "entropy": 5.674804973602295, + "epoch": 0.6741879011865396, + "grad_norm": 1.0, + "learning_rate": 0.0004960013253641695, + "loss": 5.4264, + "mean_token_accuracy": 0.1727169021964073, + "num_tokens": 15029218.0, + "step": 8665 + }, + { + "entropy": 5.6443077564239506, + "epoch": 0.6745769305582572, + "grad_norm": 0.98828125, + "learning_rate": 0.0004959961217194477, + "loss": 5.3742, + "mean_token_accuracy": 0.16470756381750107, + "num_tokens": 15037843.0, + "step": 8670 + }, + { + "entropy": 5.554808759689331, + "epoch": 0.6749659599299748, + "grad_norm": 0.9375, + "learning_rate": 0.0004959909147214615, + "loss": 5.3013, + "mean_token_accuracy": 0.17953749299049376, + "num_tokens": 15047053.0, + "step": 8675 + }, + { + "entropy": 5.629379653930664, + "epoch": 0.6753549893016922, + "grad_norm": 0.91015625, + "learning_rate": 0.0004959857043702902, + "loss": 5.4161, + "mean_token_accuracy": 0.17055174857378005, + "num_tokens": 15056159.0, + "step": 8680 + }, + { + "entropy": 5.623338031768799, + "epoch": 0.6757440186734098, + "grad_norm": 1.0, + "learning_rate": 0.0004959804906660124, + "loss": 5.36, + "mean_token_accuracy": 0.17230446636676788, + "num_tokens": 15064853.0, + "step": 8685 + }, + { + "entropy": 5.624137306213379, + "epoch": 0.6761330480451274, + "grad_norm": 1.03125, + "learning_rate": 0.0004959752736087073, + "loss": 5.3679, + "mean_token_accuracy": 0.17369776517152785, + "num_tokens": 15072671.0, + "step": 8690 + }, + { + "entropy": 5.566968774795532, + "epoch": 0.676522077416845, + "grad_norm": 1.0390625, + "learning_rate": 0.0004959700531984543, + "loss": 5.2846, + "mean_token_accuracy": 0.18115321844816207, + "num_tokens": 15080787.0, + "step": 8695 + }, + { + "entropy": 5.59602575302124, + "epoch": 0.6769111067885626, + "grad_norm": 0.96484375, + "learning_rate": 0.0004959648294353324, + "loss": 5.3639, + "mean_token_accuracy": 0.17051270008087158, + "num_tokens": 15089906.0, + "step": 8700 + }, + { + "entropy": 5.610385417938232, + "epoch": 0.6773001361602801, + "grad_norm": 1.0, + "learning_rate": 0.0004959596023194208, + "loss": 5.411, + "mean_token_accuracy": 0.1748563304543495, + "num_tokens": 15099329.0, + "step": 8705 + }, + { + "entropy": 5.606177234649659, + "epoch": 0.6776891655319977, + "grad_norm": 0.9375, + "learning_rate": 0.000495954371850799, + "loss": 5.406, + "mean_token_accuracy": 0.16943833082914353, + "num_tokens": 15107744.0, + "step": 8710 + }, + { + "entropy": 5.659435749053955, + "epoch": 0.6780781949037152, + "grad_norm": 1.0390625, + "learning_rate": 0.0004959491380295463, + "loss": 5.4144, + "mean_token_accuracy": 0.17236348092556, + "num_tokens": 15115918.0, + "step": 8715 + }, + { + "entropy": 5.630734920501709, + "epoch": 0.6784672242754328, + "grad_norm": 0.96484375, + "learning_rate": 0.0004959439008557422, + "loss": 5.2683, + "mean_token_accuracy": 0.18021719306707382, + "num_tokens": 15124074.0, + "step": 8720 + }, + { + "entropy": 5.583794355392456, + "epoch": 0.6788562536471504, + "grad_norm": 1.015625, + "learning_rate": 0.000495938660329466, + "loss": 5.2878, + "mean_token_accuracy": 0.18511537164449693, + "num_tokens": 15132402.0, + "step": 8725 + }, + { + "entropy": 5.593100309371948, + "epoch": 0.6792452830188679, + "grad_norm": 0.90234375, + "learning_rate": 0.0004959334164507973, + "loss": 5.4042, + "mean_token_accuracy": 0.17148813158273696, + "num_tokens": 15141640.0, + "step": 8730 + }, + { + "entropy": 5.616944646835327, + "epoch": 0.6796343123905855, + "grad_norm": 1.0390625, + "learning_rate": 0.0004959281692198155, + "loss": 5.2823, + "mean_token_accuracy": 0.18312946259975432, + "num_tokens": 15149919.0, + "step": 8735 + }, + { + "entropy": 5.519328165054321, + "epoch": 0.6800233417623031, + "grad_norm": 1.0703125, + "learning_rate": 0.0004959229186366007, + "loss": 5.136, + "mean_token_accuracy": 0.18960692137479782, + "num_tokens": 15157536.0, + "step": 8740 + }, + { + "entropy": 5.496883392333984, + "epoch": 0.6804123711340206, + "grad_norm": 1.03125, + "learning_rate": 0.000495917664701232, + "loss": 5.3749, + "mean_token_accuracy": 0.169368739426136, + "num_tokens": 15165848.0, + "step": 8745 + }, + { + "entropy": 5.6310648918151855, + "epoch": 0.6808014005057382, + "grad_norm": 1.015625, + "learning_rate": 0.0004959124074137894, + "loss": 5.3512, + "mean_token_accuracy": 0.17456937730312347, + "num_tokens": 15174799.0, + "step": 8750 + }, + { + "entropy": 5.683430242538452, + "epoch": 0.6811904298774557, + "grad_norm": 1.0, + "learning_rate": 0.0004959071467743526, + "loss": 5.4544, + "mean_token_accuracy": 0.16898835003376006, + "num_tokens": 15183695.0, + "step": 8755 + }, + { + "entropy": 5.68021068572998, + "epoch": 0.6815794592491733, + "grad_norm": 0.9375, + "learning_rate": 0.0004959018827830016, + "loss": 5.4602, + "mean_token_accuracy": 0.16695004254579543, + "num_tokens": 15193620.0, + "step": 8760 + }, + { + "entropy": 5.634642314910889, + "epoch": 0.6819684886208909, + "grad_norm": 0.9921875, + "learning_rate": 0.000495896615439816, + "loss": 5.2843, + "mean_token_accuracy": 0.1768329083919525, + "num_tokens": 15201535.0, + "step": 8765 + }, + { + "entropy": 5.704289817810059, + "epoch": 0.6823575179926085, + "grad_norm": 0.97265625, + "learning_rate": 0.0004958913447448759, + "loss": 5.4164, + "mean_token_accuracy": 0.1670977532863617, + "num_tokens": 15209678.0, + "step": 8770 + }, + { + "entropy": 5.544375801086426, + "epoch": 0.682746547364326, + "grad_norm": 1.046875, + "learning_rate": 0.0004958860706982613, + "loss": 5.3324, + "mean_token_accuracy": 0.1766015887260437, + "num_tokens": 15218579.0, + "step": 8775 + }, + { + "entropy": 5.487669229507446, + "epoch": 0.6831355767360435, + "grad_norm": 0.9609375, + "learning_rate": 0.000495880793300052, + "loss": 5.2377, + "mean_token_accuracy": 0.18537399917840958, + "num_tokens": 15227225.0, + "step": 8780 + }, + { + "entropy": 5.6388014793396, + "epoch": 0.6835246061077611, + "grad_norm": 0.9296875, + "learning_rate": 0.0004958755125503284, + "loss": 5.3557, + "mean_token_accuracy": 0.17073596119880677, + "num_tokens": 15235900.0, + "step": 8785 + }, + { + "entropy": 5.697755146026611, + "epoch": 0.6839136354794787, + "grad_norm": 1.0234375, + "learning_rate": 0.0004958702284491703, + "loss": 5.3068, + "mean_token_accuracy": 0.18236736655235292, + "num_tokens": 15244538.0, + "step": 8790 + }, + { + "entropy": 5.540953350067139, + "epoch": 0.6843026648511963, + "grad_norm": 1.0703125, + "learning_rate": 0.0004958649409966581, + "loss": 5.2775, + "mean_token_accuracy": 0.17999098300933838, + "num_tokens": 15252902.0, + "step": 8795 + }, + { + "entropy": 5.589314413070679, + "epoch": 0.6846916942229139, + "grad_norm": 1.0234375, + "learning_rate": 0.000495859650192872, + "loss": 5.4365, + "mean_token_accuracy": 0.16840124875307083, + "num_tokens": 15261514.0, + "step": 8800 + }, + { + "entropy": 5.634120941162109, + "epoch": 0.6850807235946313, + "grad_norm": 1.046875, + "learning_rate": 0.0004958543560378922, + "loss": 5.3649, + "mean_token_accuracy": 0.17663902938365936, + "num_tokens": 15270140.0, + "step": 8805 + }, + { + "entropy": 5.604912900924683, + "epoch": 0.6854697529663489, + "grad_norm": 0.94140625, + "learning_rate": 0.0004958490585317991, + "loss": 5.3105, + "mean_token_accuracy": 0.17741454839706422, + "num_tokens": 15279551.0, + "step": 8810 + }, + { + "entropy": 5.542202186584473, + "epoch": 0.6858587823380665, + "grad_norm": 0.98046875, + "learning_rate": 0.000495843757674673, + "loss": 5.2981, + "mean_token_accuracy": 0.18478564769029618, + "num_tokens": 15288767.0, + "step": 8815 + }, + { + "entropy": 5.597590923309326, + "epoch": 0.6862478117097841, + "grad_norm": 1.0234375, + "learning_rate": 0.0004958384534665945, + "loss": 5.3255, + "mean_token_accuracy": 0.18024711757898332, + "num_tokens": 15297713.0, + "step": 8820 + }, + { + "entropy": 5.648599481582641, + "epoch": 0.6866368410815017, + "grad_norm": 1.015625, + "learning_rate": 0.0004958331459076438, + "loss": 5.3241, + "mean_token_accuracy": 0.17295677661895753, + "num_tokens": 15306139.0, + "step": 8825 + }, + { + "entropy": 5.661116123199463, + "epoch": 0.6870258704532192, + "grad_norm": 0.9375, + "learning_rate": 0.0004958278349979018, + "loss": 5.3828, + "mean_token_accuracy": 0.18049405366182328, + "num_tokens": 15315015.0, + "step": 8830 + }, + { + "entropy": 5.597526264190674, + "epoch": 0.6874148998249368, + "grad_norm": 1.015625, + "learning_rate": 0.0004958225207374488, + "loss": 5.2576, + "mean_token_accuracy": 0.17740098237991334, + "num_tokens": 15323366.0, + "step": 8835 + }, + { + "entropy": 5.534605646133423, + "epoch": 0.6878039291966543, + "grad_norm": 1.03125, + "learning_rate": 0.0004958172031263655, + "loss": 5.2477, + "mean_token_accuracy": 0.19066004008054732, + "num_tokens": 15331135.0, + "step": 8840 + }, + { + "entropy": 5.533976030349732, + "epoch": 0.6881929585683719, + "grad_norm": 1.0703125, + "learning_rate": 0.0004958118821647326, + "loss": 5.2701, + "mean_token_accuracy": 0.1801069885492325, + "num_tokens": 15339561.0, + "step": 8845 + }, + { + "entropy": 5.642655992507935, + "epoch": 0.6885819879400895, + "grad_norm": 1.0546875, + "learning_rate": 0.0004958065578526308, + "loss": 5.1835, + "mean_token_accuracy": 0.18612721860408782, + "num_tokens": 15348000.0, + "step": 8850 + }, + { + "entropy": 5.660510301589966, + "epoch": 0.688971017311807, + "grad_norm": 1.125, + "learning_rate": 0.000495801230190141, + "loss": 5.3766, + "mean_token_accuracy": 0.17496137619018554, + "num_tokens": 15355916.0, + "step": 8855 + }, + { + "entropy": 5.48637022972107, + "epoch": 0.6893600466835246, + "grad_norm": 1.0390625, + "learning_rate": 0.0004957958991773441, + "loss": 5.2261, + "mean_token_accuracy": 0.18035848140716554, + "num_tokens": 15364561.0, + "step": 8860 + }, + { + "entropy": 5.592615604400635, + "epoch": 0.6897490760552422, + "grad_norm": 1.1171875, + "learning_rate": 0.0004957905648143206, + "loss": 5.2593, + "mean_token_accuracy": 0.17427134960889817, + "num_tokens": 15372582.0, + "step": 8865 + }, + { + "entropy": 5.594068765640259, + "epoch": 0.6901381054269597, + "grad_norm": 0.98828125, + "learning_rate": 0.0004957852271011519, + "loss": 5.3502, + "mean_token_accuracy": 0.17120631635189057, + "num_tokens": 15381684.0, + "step": 8870 + }, + { + "entropy": 5.68618335723877, + "epoch": 0.6905271347986773, + "grad_norm": 0.94140625, + "learning_rate": 0.0004957798860379187, + "loss": 5.3811, + "mean_token_accuracy": 0.17104661464691162, + "num_tokens": 15390858.0, + "step": 8875 + }, + { + "entropy": 5.58775110244751, + "epoch": 0.6909161641703949, + "grad_norm": 1.0, + "learning_rate": 0.0004957745416247022, + "loss": 5.2122, + "mean_token_accuracy": 0.17857923805713655, + "num_tokens": 15399439.0, + "step": 8880 + }, + { + "entropy": 5.515638208389282, + "epoch": 0.6913051935421124, + "grad_norm": 0.98046875, + "learning_rate": 0.0004957691938615833, + "loss": 5.2838, + "mean_token_accuracy": 0.18353706151247023, + "num_tokens": 15407784.0, + "step": 8885 + }, + { + "entropy": 5.6534748554229735, + "epoch": 0.69169422291383, + "grad_norm": 0.9921875, + "learning_rate": 0.0004957638427486434, + "loss": 5.406, + "mean_token_accuracy": 0.17561437338590621, + "num_tokens": 15415985.0, + "step": 8890 + }, + { + "entropy": 5.59408802986145, + "epoch": 0.6920832522855476, + "grad_norm": 0.97265625, + "learning_rate": 0.0004957584882859636, + "loss": 5.2927, + "mean_token_accuracy": 0.17846294939517976, + "num_tokens": 15424433.0, + "step": 8895 + }, + { + "entropy": 5.611450719833374, + "epoch": 0.6924722816572652, + "grad_norm": 0.96484375, + "learning_rate": 0.0004957531304736251, + "loss": 5.3841, + "mean_token_accuracy": 0.1786998599767685, + "num_tokens": 15433041.0, + "step": 8900 + }, + { + "entropy": 5.536662006378174, + "epoch": 0.6928613110289827, + "grad_norm": 1.0234375, + "learning_rate": 0.0004957477693117091, + "loss": 5.2136, + "mean_token_accuracy": 0.1760414347052574, + "num_tokens": 15441159.0, + "step": 8905 + }, + { + "entropy": 5.707674503326416, + "epoch": 0.6932503404007002, + "grad_norm": 1.0078125, + "learning_rate": 0.0004957424048002971, + "loss": 5.5292, + "mean_token_accuracy": 0.16542596071958543, + "num_tokens": 15450687.0, + "step": 8910 + }, + { + "entropy": 5.550708436965943, + "epoch": 0.6936393697724178, + "grad_norm": 0.96484375, + "learning_rate": 0.0004957370369394706, + "loss": 5.2337, + "mean_token_accuracy": 0.17625031620264053, + "num_tokens": 15460450.0, + "step": 8915 + }, + { + "entropy": 5.545779085159301, + "epoch": 0.6940283991441354, + "grad_norm": 1.1015625, + "learning_rate": 0.0004957316657293107, + "loss": 5.2543, + "mean_token_accuracy": 0.18371557593345642, + "num_tokens": 15468435.0, + "step": 8920 + }, + { + "entropy": 5.551118421554565, + "epoch": 0.694417428515853, + "grad_norm": 0.984375, + "learning_rate": 0.0004957262911698992, + "loss": 5.2276, + "mean_token_accuracy": 0.185743547976017, + "num_tokens": 15476232.0, + "step": 8925 + }, + { + "entropy": 5.650556516647339, + "epoch": 0.6948064578875706, + "grad_norm": 0.99609375, + "learning_rate": 0.0004957209132613175, + "loss": 5.3467, + "mean_token_accuracy": 0.17577973306179046, + "num_tokens": 15484569.0, + "step": 8930 + }, + { + "entropy": 5.580010795593262, + "epoch": 0.695195487259288, + "grad_norm": 1.0, + "learning_rate": 0.0004957155320036473, + "loss": 5.2563, + "mean_token_accuracy": 0.18059066087007522, + "num_tokens": 15492583.0, + "step": 8935 + }, + { + "entropy": 5.60004186630249, + "epoch": 0.6955845166310056, + "grad_norm": 0.9765625, + "learning_rate": 0.0004957101473969702, + "loss": 5.4014, + "mean_token_accuracy": 0.17439007014036179, + "num_tokens": 15501722.0, + "step": 8940 + }, + { + "entropy": 5.652395629882813, + "epoch": 0.6959735460027232, + "grad_norm": 1.0859375, + "learning_rate": 0.000495704759441368, + "loss": 5.3445, + "mean_token_accuracy": 0.17423500567674638, + "num_tokens": 15509682.0, + "step": 8945 + }, + { + "entropy": 5.620736122131348, + "epoch": 0.6963625753744408, + "grad_norm": 1.0, + "learning_rate": 0.0004956993681369221, + "loss": 5.3274, + "mean_token_accuracy": 0.17697353959083556, + "num_tokens": 15518971.0, + "step": 8950 + }, + { + "entropy": 5.606459903717041, + "epoch": 0.6967516047461584, + "grad_norm": 0.97265625, + "learning_rate": 0.0004956939734837148, + "loss": 5.3077, + "mean_token_accuracy": 0.1726076379418373, + "num_tokens": 15527385.0, + "step": 8955 + }, + { + "entropy": 5.631381511688232, + "epoch": 0.6971406341178759, + "grad_norm": 1.03125, + "learning_rate": 0.0004956885754818277, + "loss": 5.4182, + "mean_token_accuracy": 0.17595664858818055, + "num_tokens": 15535325.0, + "step": 8960 + }, + { + "entropy": 5.659246206283569, + "epoch": 0.6975296634895934, + "grad_norm": 0.9609375, + "learning_rate": 0.0004956831741313427, + "loss": 5.3941, + "mean_token_accuracy": 0.17625509798526764, + "num_tokens": 15544098.0, + "step": 8965 + }, + { + "entropy": 5.628655052185058, + "epoch": 0.697918692861311, + "grad_norm": 0.9140625, + "learning_rate": 0.0004956777694323418, + "loss": 5.2748, + "mean_token_accuracy": 0.17389642000198363, + "num_tokens": 15552547.0, + "step": 8970 + }, + { + "entropy": 5.544471740722656, + "epoch": 0.6983077222330286, + "grad_norm": 0.9921875, + "learning_rate": 0.000495672361384907, + "loss": 5.2914, + "mean_token_accuracy": 0.1741619199514389, + "num_tokens": 15561044.0, + "step": 8975 + }, + { + "entropy": 5.609742021560669, + "epoch": 0.6986967516047462, + "grad_norm": 0.98828125, + "learning_rate": 0.0004956669499891202, + "loss": 5.3516, + "mean_token_accuracy": 0.16445284485816955, + "num_tokens": 15569379.0, + "step": 8980 + }, + { + "entropy": 5.62983021736145, + "epoch": 0.6990857809764637, + "grad_norm": 0.9765625, + "learning_rate": 0.0004956615352450639, + "loss": 5.371, + "mean_token_accuracy": 0.17524835020303725, + "num_tokens": 15578535.0, + "step": 8985 + }, + { + "entropy": 5.523656272888184, + "epoch": 0.6994748103481813, + "grad_norm": 1.03125, + "learning_rate": 0.0004956561171528198, + "loss": 5.2201, + "mean_token_accuracy": 0.1841176375746727, + "num_tokens": 15586972.0, + "step": 8990 + }, + { + "entropy": 5.486569213867187, + "epoch": 0.6998638397198989, + "grad_norm": 1.0078125, + "learning_rate": 0.0004956506957124704, + "loss": 5.183, + "mean_token_accuracy": 0.19105131179094315, + "num_tokens": 15595092.0, + "step": 8995 + }, + { + "entropy": 5.652354097366333, + "epoch": 0.7002528690916164, + "grad_norm": 0.9921875, + "learning_rate": 0.000495645270924098, + "loss": 5.4934, + "mean_token_accuracy": 0.17323615550994872, + "num_tokens": 15604348.0, + "step": 9000 + }, + { + "epoch": 0.7002528690916164, + "eval_entropy": 5.426626439135848, + "eval_loss": 5.354678153991699, + "eval_mean_token_accuracy": 0.1833029387344869, + "eval_num_tokens": 15604348.0, + "eval_runtime": 21.8814, + "eval_samples_per_second": 1899.238, + "eval_steps_per_second": 237.416, + "step": 9000 + } + ], + "logging_steps": 5, + "max_steps": 128520, + "num_input_tokens_seen": 0, + "num_train_epochs": 10, + "save_steps": 3000, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 3139451977236480.0, + "train_batch_size": 16, + "trial_name": null, + "trial_params": null +} diff --git a/checkpoint-9000/training_args.bin b/checkpoint-9000/training_args.bin new file mode 100644 index 0000000..dd7c32c --- /dev/null +++ b/checkpoint-9000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3d2a68b90360eb655421532420fe46f2b0b1d0c12707e3871f3a554431b82b +size 6289 diff --git a/config.json b/config.json new file mode 100644 index 0000000..6aa3e79 --- /dev/null +++ b/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu", + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 50000, + "dtype": "bfloat16", + "embd_pdrop": 0.1, + "eos_token_id": 50001, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_ctx": 512, + "n_embd": 512, + "n_head": 8, + "n_inner": 2048, + "n_layer": 4, + "n_positions": 512, + "pad_token_id": 50002, + "prefix": "[CLS]", + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "transformers_version": "4.56.2", + "use_cache": true, + "vocab_size": 51200 +} diff --git a/model.safetensors b/model.safetensors new file mode 100644 index 0000000..1fc5a24 --- /dev/null +++ b/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cd326a0262f05ca5ef7fb0ff7294ffdaf1d0cf448b26f731087535a3bb376a +size 78179408 diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000..c78a835 --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,1249 @@ +{ + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "cls_token": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "mask_token": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "sep_token": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/spiece.model b/spiece.model new file mode 100644 index 0000000..1d0ebef --- /dev/null +++ b/spiece.model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb6c0798152f43d77dd4f94367bd58cc1d82ff07ea9fa1516be8cc28bf92184 +size 1123336 diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..b27d01f --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,10825 @@ +{ + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50000": { + "content": "[CLS]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50001": { + "content": "[SEP]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50002": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50003": { + "content": "[MASK]", + "lstrip": true, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50004": { + "content": "[XXXXX160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50005": { + "content": "[XXXXX240]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50006": { + "content": "[XXXXX717]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50007": { + "content": "[XXXXX23]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50008": { + "content": "[XXXXX161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50009": { + "content": "[XXXXX1156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50010": { + "content": "[XXXXX5]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50011": { + "content": "[XXXXX597]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50012": { + "content": "[XXXXX415]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50013": { + "content": "[XXXXX693]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50014": { + "content": "[XXXXX1083]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50015": { + "content": "[XXXXX784]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50016": { + "content": "[XXXXX686]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50017": { + "content": "[XXXXX379]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50018": { + "content": "[XXXXX335]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50019": { + "content": "[XXXXX73]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50020": { + "content": "[XXXXX758]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50021": { + "content": "[XXXXX805]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50022": { + "content": "[XXXXX840]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50023": { + "content": "[XXXXX1037]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50024": { + "content": "[XXXXX235]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50025": { + "content": "[XXXXX1107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50026": { + "content": "[XXXXX776]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50027": { + "content": "[XXXXX286]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50028": { + "content": "[XXXXX396]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50029": { + "content": "[XXXXX478]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50030": { + "content": "[XXXXX669]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50031": { + "content": "[XXXXX691]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50032": { + "content": "[XXXXX826]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50033": { + "content": "[XXXXX1150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50034": { + "content": "[XXXXX853]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50035": { + "content": "[XXXXX130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50036": { + "content": "[XXXXX989]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50037": { + "content": "[XXXXX249]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50038": { + "content": "[XXXXX902]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50039": { + "content": "[XXXXX1169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50040": { + "content": "[XXXXX260]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50041": { + "content": "[XXXXX706]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50042": { + "content": "[XXXXX146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50043": { + "content": "[XXXXX198]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50044": { + "content": "[XXXXX303]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50045": { + "content": "[XXXXX1192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50046": { + "content": "[XXXXX635]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50047": { + "content": "[XXXXX271]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50048": { + "content": "[XXXXX1023]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50049": { + "content": "[XXXXX602]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50050": { + "content": "[XXXXX291]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50051": { + "content": "[XXXXX190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50052": { + "content": "[XXXXX1055]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50053": { + "content": "[XXXXX70]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50054": { + "content": "[XXXXX178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50055": { + "content": "[XXXXX318]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50056": { + "content": "[XXXXX62]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50057": { + "content": "[XXXXX473]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50058": { + "content": "[XXXXX517]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50059": { + "content": "[XXXXX924]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50060": { + "content": "[XXXXX970]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50061": { + "content": "[XXXXX1033]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50062": { + "content": "[XXXXX110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50063": { + "content": "[XXXXX1151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50064": { + "content": "[XXXXX1189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50065": { + "content": "[XXXXX1095]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50066": { + "content": "[XXXXX148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50067": { + "content": "[XXXXX337]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50068": { + "content": "[XXXXX245]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50069": { + "content": "[XXXXX407]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50070": { + "content": "[XXXXX557]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50071": { + "content": "[XXXXX576]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50072": { + "content": "[XXXXX914]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50073": { + "content": "[XXXXX963]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50074": { + "content": "[XXXXX951]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50075": { + "content": "[XXXXX721]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50076": { + "content": "[XXXXX1174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50077": { + "content": "[XXXXX3]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50078": { + "content": "[XXXXX792]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50079": { + "content": "[XXXXX843]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50080": { + "content": "[XXXXX590]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50081": { + "content": "[XXXXX118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50082": { + "content": "[XXXXX280]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50083": { + "content": "[XXXXX1119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50084": { + "content": "[XXXXX1025]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50085": { + "content": "[XXXXX140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50086": { + "content": "[XXXXX873]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50087": { + "content": "[XXXXX103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50088": { + "content": "[XXXXX307]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50089": { + "content": "[XXXXX946]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50090": { + "content": "[XXXXX782]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50091": { + "content": "[XXXXX100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50092": { + "content": "[XXXXX485]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50093": { + "content": "[XXXXX151]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50094": { + "content": "[XXXXX213]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50095": { + "content": "[XXXXX847]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50096": { + "content": "[XXXXX880]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50097": { + "content": "[XXXXX44]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50098": { + "content": "[XXXXX1031]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50099": { + "content": "[XXXXX545]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50100": { + "content": "[XXXXX78]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50101": { + "content": "[XXXXX687]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50102": { + "content": "[XXXXX925]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50103": { + "content": "[XXXXX519]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50104": { + "content": "[XXXXX1191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50105": { + "content": "[XXXXX13]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50106": { + "content": "[XXXXX487]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50107": { + "content": "[XXXXX932]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50108": { + "content": "[XXXXX119]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50109": { + "content": "[XXXXX170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50110": { + "content": "[XXXXX254]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50111": { + "content": "[XXXXX420]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50112": { + "content": "[XXXXX962]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50113": { + "content": "[XXXXX441]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50114": { + "content": "[XXXXX950]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50115": { + "content": "[XXXXX18]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50116": { + "content": "[XXXXX676]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50117": { + "content": "[XXXXX1133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50118": { + "content": "[XXXXX618]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50119": { + "content": "[XXXXX374]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50120": { + "content": "[XXXXX815]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50121": { + "content": "[XXXXX1058]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50122": { + "content": "[XXXXX1108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50123": { + "content": "[XXXXX1144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50124": { + "content": "[XXXXX791]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50125": { + "content": "[XXXXX259]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50126": { + "content": "[XXXXX1074]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50127": { + "content": "[XXXXX696]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50128": { + "content": "[XXXXX1168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50129": { + "content": "[XXXXX592]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50130": { + "content": "[XXXXX127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50131": { + "content": "[XXXXX136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50132": { + "content": "[XXXXX237]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50133": { + "content": "[XXXXX705]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50134": { + "content": "[XXXXX983]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50135": { + "content": "[XXXXX816]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50136": { + "content": "[XXXXX412]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50137": { + "content": "[XXXXX410]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50138": { + "content": "[XXXXX795]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50139": { + "content": "[XXXXX101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50140": { + "content": "[XXXXX171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50141": { + "content": "[XXXXX628]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50142": { + "content": "[XXXXX1038]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50143": { + "content": "[XXXXX447]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50144": { + "content": "[XXXXX1043]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50145": { + "content": "[XXXXX147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50146": { + "content": "[XXXXX1112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50147": { + "content": "[XXXXX186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50148": { + "content": "[XXXXX461]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50149": { + "content": "[XXXXX423]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50150": { + "content": "[XXXXX26]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50151": { + "content": "[XXXXX227]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50152": { + "content": "[XXXXX746]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50153": { + "content": "[XXXXX818]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50154": { + "content": "[XXXXX725]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50155": { + "content": "[XXXXX400]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50156": { + "content": "[XXXXX827]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50157": { + "content": "[XXXXX1020]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50158": { + "content": "[XXXXX1060]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50159": { + "content": "[XXXXX195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50160": { + "content": "[XXXXX526]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50161": { + "content": "[XXXXX570]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50162": { + "content": "[XXXXX174]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50163": { + "content": "[XXXXX333]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50164": { + "content": "[XXXXX466]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50165": { + "content": "[XXXXX513]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50166": { + "content": "[XXXXX695]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50167": { + "content": "[XXXXX84]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50168": { + "content": "[XXXXX1080]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50169": { + "content": "[XXXXX76]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50170": { + "content": "[XXXXX742]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50171": { + "content": "[XXXXX1008]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50172": { + "content": "[XXXXX1123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50173": { + "content": "[XXXXX1145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50174": { + "content": "[XXXXX701]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50175": { + "content": "[XXXXX562]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50176": { + "content": "[XXXXX615]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50177": { + "content": "[XXXXX389]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50178": { + "content": "[XXXXX267]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50179": { + "content": "[XXXXX323]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50180": { + "content": "[XXXXX346]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50181": { + "content": "[XXXXX287]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50182": { + "content": "[XXXXX469]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50183": { + "content": "[XXXXX58]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50184": { + "content": "[XXXXX431]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50185": { + "content": "[XXXXX926]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50186": { + "content": "[XXXXX1182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50187": { + "content": "[XXXXX992]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50188": { + "content": "[XXXXX185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50189": { + "content": "[XXXXX352]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50190": { + "content": "[XXXXX762]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50191": { + "content": "[XXXXX991]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50192": { + "content": "[XXXXX85]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50193": { + "content": "[XXXXX836]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50194": { + "content": "[XXXXX460]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50195": { + "content": "[XXXXX272]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50196": { + "content": "[XXXXX619]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50197": { + "content": "[XXXXX759]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50198": { + "content": "[XXXXX94]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50199": { + "content": "[XXXXX807]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50200": { + "content": "[XXXXX299]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50201": { + "content": "[XXXXX187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50202": { + "content": "[XXXXX486]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50203": { + "content": "[XXXXX45]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50204": { + "content": "[XXXXX1036]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50205": { + "content": "[XXXXX354]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50206": { + "content": "[XXXXX386]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50207": { + "content": "[XXXXX714]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50208": { + "content": "[XXXXX769]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50209": { + "content": "[XXXXX304]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50210": { + "content": "[XXXXX92]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50211": { + "content": "[XXXXX7]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50212": { + "content": "[XXXXX31]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50213": { + "content": "[XXXXX102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50214": { + "content": "[XXXXX163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50215": { + "content": "[XXXXX723]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50216": { + "content": "[XXXXX1042]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50217": { + "content": "[XXXXX452]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50218": { + "content": "[XXXXX622]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50219": { + "content": "[XXXXX1056]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50220": { + "content": "[XXXXX822]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50221": { + "content": "[XXXXX125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50222": { + "content": "[XXXXX617]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50223": { + "content": "[XXXXX34]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50224": { + "content": "[XXXXX712]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50225": { + "content": "[XXXXX780]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50226": { + "content": "[XXXXX547]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50227": { + "content": "[XXXXX857]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50228": { + "content": "[XXXXX860]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50229": { + "content": "[XXXXX897]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50230": { + "content": "[XXXXX663]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50231": { + "content": "[XXXXX736]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50232": { + "content": "[XXXXX202]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50233": { + "content": "[XXXXX1029]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50234": { + "content": "[XXXXX956]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50235": { + "content": "[XXXXX397]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50236": { + "content": "[XXXXX239]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50237": { + "content": "[XXXXX472]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50238": { + "content": "[XXXXX230]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50239": { + "content": "[XXXXX796]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50240": { + "content": "[XXXXX639]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50241": { + "content": "[XXXXX203]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50242": { + "content": "[XXXXX231]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50243": { + "content": "[XXXXX652]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50244": { + "content": "[XXXXX981]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50245": { + "content": "[XXXXX911]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50246": { + "content": "[XXXXX380]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50247": { + "content": "[XXXXX477]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50248": { + "content": "[XXXXX952]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50249": { + "content": "[XXXXX28]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50250": { + "content": "[XXXXX801]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50251": { + "content": "[XXXXX1134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50252": { + "content": "[XXXXX1176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50253": { + "content": "[XXXXX180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50254": { + "content": "[XXXXX598]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50255": { + "content": "[XXXXX365]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50256": { + "content": "[XXXXX729]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50257": { + "content": "[XXXXX214]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50258": { + "content": "[XXXXX1117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50259": { + "content": "[XXXXX278]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50260": { + "content": "[XXXXX522]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50261": { + "content": "[XXXXX683]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50262": { + "content": "[XXXXX731]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50263": { + "content": "[XXXXX312]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50264": { + "content": "[XXXXX1178]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50265": { + "content": "[XXXXX666]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50266": { + "content": "[XXXXX982]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50267": { + "content": "[XXXXX414]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50268": { + "content": "[XXXXX935]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50269": { + "content": "[XXXXX1089]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50270": { + "content": "[XXXXX236]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50271": { + "content": "[XXXXX463]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50272": { + "content": "[XXXXX52]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50273": { + "content": "[XXXXX593]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50274": { + "content": "[XXXXX508]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50275": { + "content": "[XXXXX1125]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50276": { + "content": "[XXXXX462]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50277": { + "content": "[XXXXX32]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50278": { + "content": "[XXXXX596]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50279": { + "content": "[XXXXX948]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50280": { + "content": "[XXXXX150]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50281": { + "content": "[XXXXX322]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50282": { + "content": "[XXXXX390]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50283": { + "content": "[XXXXX918]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50284": { + "content": "[XXXXX157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50285": { + "content": "[XXXXX310]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50286": { + "content": "[XXXXX392]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50287": { + "content": "[XXXXX649]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50288": { + "content": "[XXXXX158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50289": { + "content": "[XXXXX430]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50290": { + "content": "[XXXXX384]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50291": { + "content": "[XXXXX760]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50292": { + "content": "[XXXXX700]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50293": { + "content": "[XXXXX817]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50294": { + "content": "[XXXXX115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50295": { + "content": "[XXXXX885]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50296": { + "content": "[XXXXX940]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50297": { + "content": "[XXXXX997]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50298": { + "content": "[XXXXX61]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50299": { + "content": "[XXXXX209]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50300": { + "content": "[XXXXX316]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50301": { + "content": "[XXXXX537]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50302": { + "content": "[XXXXX599]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50303": { + "content": "[XXXXX680]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50304": { + "content": "[XXXXX135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50305": { + "content": "[XXXXX39]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50306": { + "content": "[XXXXX685]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50307": { + "content": "[XXXXX806]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50308": { + "content": "[XXXXX870]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50309": { + "content": "[XXXXX1096]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50310": { + "content": "[XXXXX366]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50311": { + "content": "[XXXXX509]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50312": { + "content": "[XXXXX943]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50313": { + "content": "[XXXXX292]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50314": { + "content": "[XXXXX367]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50315": { + "content": "[XXXXX632]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50316": { + "content": "[XXXXX1136]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50317": { + "content": "[XXXXX156]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50318": { + "content": "[XXXXX1100]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50319": { + "content": "[XXXXX432]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50320": { + "content": "[XXXXX514]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50321": { + "content": "[XXXXX903]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50322": { + "content": "[XXXXX939]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50323": { + "content": "[XXXXX986]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50324": { + "content": "[XXXXX506]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50325": { + "content": "[XXXXX10]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50326": { + "content": "[XXXXX573]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50327": { + "content": "[XXXXX968]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50328": { + "content": "[XXXXX1039]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50329": { + "content": "[XXXXX252]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50330": { + "content": "[XXXXX612]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50331": { + "content": "[XXXXX947]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50332": { + "content": "[XXXXX1162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50333": { + "content": "[XXXXX733]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50334": { + "content": "[XXXXX976]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50335": { + "content": "[XXXXX535]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50336": { + "content": "[XXXXX710]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50337": { + "content": "[XXXXX40]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50338": { + "content": "[XXXXX984]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50339": { + "content": "[XXXXX584]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50340": { + "content": "[XXXXX132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50341": { + "content": "[XXXXX1084]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50342": { + "content": "[XXXXX549]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50343": { + "content": "[XXXXX810]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50344": { + "content": "[XXXXX208]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50345": { + "content": "[XXXXX609]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50346": { + "content": "[XXXXX275]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50347": { + "content": "[XXXXX262]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50348": { + "content": "[XXXXX331]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50349": { + "content": "[XXXXX361]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50350": { + "content": "[XXXXX561]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50351": { + "content": "[XXXXX143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50352": { + "content": "[XXXXX1061]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50353": { + "content": "[XXXXX59]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50354": { + "content": "[XXXXX21]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50355": { + "content": "[XXXXX995]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50356": { + "content": "[XXXXX439]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50357": { + "content": "[XXXXX831]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50358": { + "content": "[XXXXX745]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50359": { + "content": "[XXXXX43]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50360": { + "content": "[XXXXX498]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50361": { + "content": "[XXXXX575]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50362": { + "content": "[XXXXX624]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50363": { + "content": "[XXXXX72]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50364": { + "content": "[XXXXX921]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50365": { + "content": "[XXXXX201]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50366": { + "content": "[XXXXX1171]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50367": { + "content": "[XXXXX912]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50368": { + "content": "[XXXXX775]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50369": { + "content": "[XXXXX1094]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50370": { + "content": "[XXXXX80]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50371": { + "content": "[XXXXX894]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50372": { + "content": "[XXXXX876]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50373": { + "content": "[XXXXX1143]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50374": { + "content": "[XXXXX355]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50375": { + "content": "[XXXXX450]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50376": { + "content": "[XXXXX642]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50377": { + "content": "[XXXXX162]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50378": { + "content": "[XXXXX394]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50379": { + "content": "[XXXXX296]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50380": { + "content": "[XXXXX536]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50381": { + "content": "[XXXXX560]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50382": { + "content": "[XXXXX373]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50383": { + "content": "[XXXXX674]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50384": { + "content": "[XXXXX1099]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50385": { + "content": "[XXXXX797]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50386": { + "content": "[XXXXX516]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50387": { + "content": "[XXXXX41]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50388": { + "content": "[XXXXX594]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50389": { + "content": "[XXXXX319]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50390": { + "content": "[XXXXX165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50391": { + "content": "[XXXXX344]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50392": { + "content": "[XXXXX1012]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50393": { + "content": "[XXXXX942]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50394": { + "content": "[XXXXX1071]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50395": { + "content": "[XXXXX648]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50396": { + "content": "[XXXXX4]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50397": { + "content": "[XXXXX633]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50398": { + "content": "[XXXXX551]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50399": { + "content": "[XXXXX586]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50400": { + "content": "[XXXXX578]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50401": { + "content": "[XXXXX348]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50402": { + "content": "[XXXXX614]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50403": { + "content": "[XXXXX33]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50404": { + "content": "[XXXXX1193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50405": { + "content": "[XXXXX737]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50406": { + "content": "[XXXXX233]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50407": { + "content": "[XXXXX933]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50408": { + "content": "[XXXXX781]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50409": { + "content": "[XXXXX189]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50410": { + "content": "[XXXXX1006]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50411": { + "content": "[XXXXX219]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50412": { + "content": "[XXXXX454]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50413": { + "content": "[XXXXX449]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50414": { + "content": "[XXXXX697]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50415": { + "content": "[XXXXX724]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50416": { + "content": "[XXXXX224]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50417": { + "content": "[XXXXX1157]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50418": { + "content": "[XXXXX455]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50419": { + "content": "[XXXXX505]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50420": { + "content": "[XXXXX96]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50421": { + "content": "[XXXXX182]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50422": { + "content": "[XXXXX424]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50423": { + "content": "[XXXXX872]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50424": { + "content": "[XXXXX1163]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50425": { + "content": "[XXXXX1081]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50426": { + "content": "[XXXXX1173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50427": { + "content": "[XXXXX172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50428": { + "content": "[XXXXX507]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50429": { + "content": "[XXXXX920]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50430": { + "content": "[XXXXX1126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50431": { + "content": "[XXXXX474]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50432": { + "content": "[XXXXX971]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50433": { + "content": "[XXXXX1049]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50434": { + "content": "[XXXXX1114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50435": { + "content": "[XXXXX1040]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50436": { + "content": "[XXXXX79]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50437": { + "content": "[XXXXX36]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50438": { + "content": "[XXXXX977]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50439": { + "content": "[XXXXX1129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50440": { + "content": "[XXXXX1063]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50441": { + "content": "[XXXXX773]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50442": { + "content": "[XXXXX16]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50443": { + "content": "[XXXXX113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50444": { + "content": "[XXXXX320]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50445": { + "content": "[XXXXX167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50446": { + "content": "[XXXXX751]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50447": { + "content": "[XXXXX656]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50448": { + "content": "[XXXXX543]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50449": { + "content": "[XXXXX828]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50450": { + "content": "[XXXXX915]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50451": { + "content": "[XXXXX1098]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50452": { + "content": "[XXXXX569]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50453": { + "content": "[XXXXX1166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50454": { + "content": "[XXXXX846]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50455": { + "content": "[XXXXX324]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50456": { + "content": "[XXXXX802]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50457": { + "content": "[XXXXX588]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50458": { + "content": "[XXXXX739]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50459": { + "content": "[XXXXX50]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50460": { + "content": "[XXXXX882]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50461": { + "content": "[XXXXX1054]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50462": { + "content": "[XXXXX621]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50463": { + "content": "[XXXXX585]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50464": { + "content": "[XXXXX121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50465": { + "content": "[XXXXX647]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50466": { + "content": "[XXXXX767]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50467": { + "content": "[XXXXX645]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50468": { + "content": "[XXXXX27]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50469": { + "content": "[XXXXX907]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50470": { + "content": "[XXXXX1109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50471": { + "content": "[XXXXX1147]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50472": { + "content": "[XXXXX501]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50473": { + "content": "[XXXXX1164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50474": { + "content": "[XXXXX650]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50475": { + "content": "[XXXXX329]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50476": { + "content": "[XXXXX659]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50477": { + "content": "[XXXXX1158]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50478": { + "content": "[XXXXX104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50479": { + "content": "[XXXXX629]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50480": { + "content": "[XXXXX868]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50481": { + "content": "[XXXXX779]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50482": { + "content": "[XXXXX17]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50483": { + "content": "[XXXXX377]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50484": { + "content": "[XXXXX467]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50485": { + "content": "[XXXXX917]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50486": { + "content": "[XXXXX830]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50487": { + "content": "[XXXXX533]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50488": { + "content": "[XXXXX862]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50489": { + "content": "[XXXXX1041]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50490": { + "content": "[XXXXX542]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50491": { + "content": "[XXXXX595]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50492": { + "content": "[XXXXX353]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50493": { + "content": "[XXXXX181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50494": { + "content": "[XXXXX662]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50495": { + "content": "[XXXXX1195]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50496": { + "content": "[XXXXX435]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50497": { + "content": "[XXXXX1051]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50498": { + "content": "[XXXXX703]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50499": { + "content": "[XXXXX1140]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50500": { + "content": "[XXXXX750]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50501": { + "content": "[XXXXX57]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50502": { + "content": "[XXXXX75]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50503": { + "content": "[XXXXX293]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50504": { + "content": "[XXXXX681]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50505": { + "content": "[XXXXX46]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50506": { + "content": "[XXXXX30]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50507": { + "content": "[XXXXX402]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50508": { + "content": "[XXXXX803]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50509": { + "content": "[XXXXX821]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50510": { + "content": "[XXXXX871]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50511": { + "content": "[XXXXX980]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50512": { + "content": "[XXXXX990]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50513": { + "content": "[XXXXX626]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50514": { + "content": "[XXXXX90]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50515": { + "content": "[XXXXX77]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50516": { + "content": "[XXXXX819]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50517": { + "content": "[XXXXX436]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50518": { + "content": "[XXXXX306]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50519": { + "content": "[XXXXX434]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50520": { + "content": "[XXXXX88]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50521": { + "content": "[XXXXX184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50522": { + "content": "[XXXXX290]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50523": { + "content": "[XXXXX216]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50524": { + "content": "[XXXXX176]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50525": { + "content": "[XXXXX747]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50526": { + "content": "[XXXXX938]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50527": { + "content": "[XXXXX442]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50528": { + "content": "[XXXXX301]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50529": { + "content": "[XXXXX1015]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50530": { + "content": "[XXXXX520]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50531": { + "content": "[XXXXX829]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50532": { + "content": "[XXXXX106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50533": { + "content": "[XXXXX1048]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50534": { + "content": "[XXXXX923]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50535": { + "content": "[XXXXX958]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50536": { + "content": "[XXXXX1130]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50537": { + "content": "[XXXXX89]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50538": { + "content": "[XXXXX548]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50539": { + "content": "[XXXXX863]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50540": { + "content": "[XXXXX444]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50541": { + "content": "[XXXXX1149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50542": { + "content": "[XXXXX866]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50543": { + "content": "[XXXXX109]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50544": { + "content": "[XXXXX550]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50545": { + "content": "[XXXXX727]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50546": { + "content": "[XXXXX646]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50547": { + "content": "[XXXXX702]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50548": { + "content": "[XXXXX204]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50549": { + "content": "[XXXXX1000]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50550": { + "content": "[XXXXX591]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50551": { + "content": "[XXXXX1128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50552": { + "content": "[XXXXX937]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50553": { + "content": "[XXXXX141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50554": { + "content": "[XXXXX273]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50555": { + "content": "[XXXXX1183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50556": { + "content": "[XXXXX765]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50557": { + "content": "[XXXXX371]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50558": { + "content": "[XXXXX256]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50559": { + "content": "[XXXXX964]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50560": { + "content": "[XXXXX1148]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50561": { + "content": "[XXXXX930]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50562": { + "content": "[XXXXX212]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50563": { + "content": "[XXXXX133]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50564": { + "content": "[XXXXX608]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50565": { + "content": "[XXXXX281]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50566": { + "content": "[XXXXX1045]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50567": { + "content": "[XXXXX928]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50568": { + "content": "[XXXXX1154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50569": { + "content": "[XXXXX334]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50570": { + "content": "[XXXXX861]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50571": { + "content": "[XXXXX87]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50572": { + "content": "[XXXXX941]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50573": { + "content": "[XXXXX359]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50574": { + "content": "[XXXXX55]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50575": { + "content": "[XXXXX842]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50576": { + "content": "[XXXXX427]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50577": { + "content": "[XXXXX491]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50578": { + "content": "[XXXXX137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50579": { + "content": "[XXXXX47]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50580": { + "content": "[XXXXX511]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50581": { + "content": "[XXXXX81]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50582": { + "content": "[XXXXX139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50583": { + "content": "[XXXXX226]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50584": { + "content": "[XXXXX563]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50585": { + "content": "[XXXXX708]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50586": { + "content": "[XXXXX820]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50587": { + "content": "[XXXXX65]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50588": { + "content": "[XXXXX381]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50589": { + "content": "[XXXXX22]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50590": { + "content": "[XXXXX1064]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50591": { + "content": "[XXXXX874]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50592": { + "content": "[XXXXX944]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50593": { + "content": "[XXXXX6]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50594": { + "content": "[XXXXX313]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50595": { + "content": "[XXXXX471]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50596": { + "content": "[XXXXX1118]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50597": { + "content": "[XXXXX849]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50598": { + "content": "[XXXXX483]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50599": { + "content": "[XXXXX713]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50600": { + "content": "[XXXXX222]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50601": { + "content": "[XXXXX640]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50602": { + "content": "[XXXXX12]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50603": { + "content": "[XXXXX285]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50604": { + "content": "[XXXXX327]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50605": { + "content": "[XXXXX378]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50606": { + "content": "[XXXXX790]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50607": { + "content": "[XXXXX1179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50608": { + "content": "[XXXXX15]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50609": { + "content": "[XXXXX229]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50610": { + "content": "[XXXXX771]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50611": { + "content": "[XXXXX559]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50612": { + "content": "[XXXXX253]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50613": { + "content": "[XXXXX644]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50614": { + "content": "[XXXXX811]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50615": { + "content": "[XXXXX554]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50616": { + "content": "[XXXXX744]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50617": { + "content": "[XXXXX786]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50618": { + "content": "[XXXXX913]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50619": { + "content": "[XXXXX966]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50620": { + "content": "[XXXXX972]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50621": { + "content": "[XXXXX664]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50622": { + "content": "[XXXXX1131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50623": { + "content": "[XXXXX1132]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50624": { + "content": "[XXXXX376]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50625": { + "content": "[XXXXX672]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50626": { + "content": "[XXXXX1013]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50627": { + "content": "[XXXXX328]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50628": { + "content": "[XXXXX889]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50629": { + "content": "[XXXXX1141]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50630": { + "content": "[XXXXX429]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50631": { + "content": "[XXXXX114]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50632": { + "content": "[XXXXX523]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50633": { + "content": "[XXXXX833]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50634": { + "content": "[XXXXX927]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50635": { + "content": "[XXXXX297]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50636": { + "content": "[XXXXX812]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50637": { + "content": "[XXXXX1062]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50638": { + "content": "[XXXXX152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50639": { + "content": "[XXXXX1010]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50640": { + "content": "[XXXXX690]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50641": { + "content": "[XXXXX363]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50642": { + "content": "[XXXXX1103]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50643": { + "content": "[XXXXX194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50644": { + "content": "[XXXXX844]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50645": { + "content": "[XXXXX667]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50646": { + "content": "[XXXXX720]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50647": { + "content": "[XXXXX770]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50648": { + "content": "[XXXXX515]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50649": { + "content": "[XXXXX196]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50650": { + "content": "[XXXXX283]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50651": { + "content": "[XXXXX95]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50652": { + "content": "[XXXXX528]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50653": { + "content": "[XXXXX749]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50654": { + "content": "[XXXXX934]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50655": { + "content": "[XXXXX1052]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50656": { + "content": "[XXXXX1188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50657": { + "content": "[XXXXX1001]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50658": { + "content": "[XXXXX785]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50659": { + "content": "[XXXXX393]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50660": { + "content": "[XXXXX502]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50661": { + "content": "[XXXXX404]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50662": { + "content": "[XXXXX129]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50663": { + "content": "[XXXXX643]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50664": { + "content": "[XXXXX1086]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50665": { + "content": "[XXXXX1104]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50666": { + "content": "[XXXXX326]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50667": { + "content": "[XXXXX330]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50668": { + "content": "[XXXXX620]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50669": { + "content": "[XXXXX193]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50670": { + "content": "[XXXXX470]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50671": { + "content": "[XXXXX279]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50672": { + "content": "[XXXXX97]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50673": { + "content": "[XXXXX177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50674": { + "content": "[XXXXX510]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50675": { + "content": "[XXXXX225]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50676": { + "content": "[XXXXX572]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50677": { + "content": "[XXXXX777]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50678": { + "content": "[XXXXX1135]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50679": { + "content": "[XXXXX1160]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50680": { + "content": "[XXXXX558]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50681": { + "content": "[XXXXX416]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50682": { + "content": "[XXXXX246]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50683": { + "content": "[XXXXX799]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50684": { + "content": "[XXXXX153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50685": { + "content": "[XXXXX671]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50686": { + "content": "[XXXXX809]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50687": { + "content": "[XXXXX525]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50688": { + "content": "[XXXXX1004]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50689": { + "content": "[XXXXX1005]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50690": { + "content": "[XXXXX1194]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50691": { + "content": "[XXXXX408]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50692": { + "content": "[XXXXX492]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50693": { + "content": "[XXXXX973]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50694": { + "content": "[XXXXX242]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50695": { + "content": "[XXXXX357]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50696": { + "content": "[XXXXX851]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50697": { + "content": "[XXXXX999]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50698": { + "content": "[XXXXX969]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50699": { + "content": "[XXXXX453]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50700": { + "content": "[XXXXX730]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50701": { + "content": "[XXXXX54]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50702": { + "content": "[XXXXX480]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50703": { + "content": "[XXXXX564]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50704": { + "content": "[XXXXX600]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50705": { + "content": "[XXXXX654]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50706": { + "content": "[XXXXX37]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50707": { + "content": "[XXXXX605]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50708": { + "content": "[XXXXX164]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50709": { + "content": "[XXXXX395]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50710": { + "content": "[XXXXX401]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50711": { + "content": "[XXXXX446]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50712": { + "content": "[XXXXX658]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50713": { + "content": "[XXXXX60]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50714": { + "content": "[XXXXX107]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50715": { + "content": "[XXXXX131]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50716": { + "content": "[XXXXX387]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50717": { + "content": "[XXXXX67]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50718": { + "content": "[XXXXX743]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50719": { + "content": "[XXXXX657]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50720": { + "content": "[XXXXX418]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50721": { + "content": "[XXXXX787]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50722": { + "content": "[XXXXX838]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50723": { + "content": "[XXXXX298]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50724": { + "content": "[XXXXX1007]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50725": { + "content": "[XXXXX1027]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50726": { + "content": "[XXXXX1078]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50727": { + "content": "[XXXXX651]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50728": { + "content": "[XXXXX875]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50729": { + "content": "[XXXXX258]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50730": { + "content": "[XXXXX413]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50731": { + "content": "[XXXXX1092]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50732": { + "content": "[XXXXX124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50733": { + "content": "[XXXXX308]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50734": { + "content": "[XXXXX1085]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50735": { + "content": "[XXXXX1170]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50736": { + "content": "[XXXXX38]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50737": { + "content": "[XXXXX438]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50738": { + "content": "[XXXXX475]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50739": { + "content": "[XXXXX900]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50740": { + "content": "[XXXXX263]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50741": { + "content": "[XXXXX166]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50742": { + "content": "[XXXXX698]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50743": { + "content": "[XXXXX1127]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50744": { + "content": "[XXXXX1181]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50745": { + "content": "[XXXXX763]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50746": { + "content": "[XXXXX627]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50747": { + "content": "[XXXXX250]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50748": { + "content": "[XXXXX757]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50749": { + "content": "[XXXXX142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50750": { + "content": "[XXXXX794]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50751": { + "content": "[XXXXX128]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50752": { + "content": "[XXXXX35]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50753": { + "content": "[XXXXX482]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50754": { + "content": "[XXXXX834]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50755": { + "content": "[XXXXX679]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50756": { + "content": "[XXXXX839]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50757": { + "content": "[XXXXX138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50758": { + "content": "[XXXXX1066]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50759": { + "content": "[XXXXX116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50760": { + "content": "[XXXXX317]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50761": { + "content": "[XXXXX490]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50762": { + "content": "[XXXXX443]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50763": { + "content": "[XXXXX879]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50764": { + "content": "[XXXXX1101]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50765": { + "content": "[XXXXX711]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50766": { + "content": "[XXXXX123]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50767": { + "content": "[XXXXX1152]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50768": { + "content": "[XXXXX692]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50769": { + "content": "[XXXXX555]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50770": { + "content": "[XXXXX266]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50771": { + "content": "[XXXXX0]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50772": { + "content": "[XXXXX332]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50773": { + "content": "[XXXXX497]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50774": { + "content": "[XXXXX904]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50775": { + "content": "[XXXXX1019]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50776": { + "content": "[XXXXX709]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50777": { + "content": "[XXXXX351]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50778": { + "content": "[XXXXX764]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50779": { + "content": "[XXXXX625]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50780": { + "content": "[XXXXX798]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50781": { + "content": "[XXXXX205]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50782": { + "content": "[XXXXX922]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50783": { + "content": "[XXXXX1075]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50784": { + "content": "[XXXXX8]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50785": { + "content": "[XXXXX422]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50786": { + "content": "[XXXXX638]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50787": { + "content": "[XXXXX98]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50788": { + "content": "[XXXXX814]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50789": { + "content": "[XXXXX1057]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50790": { + "content": "[XXXXX1070]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50791": { + "content": "[XXXXX411]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50792": { + "content": "[XXXXX768]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50793": { + "content": "[XXXXX1165]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50794": { + "content": "[XXXXX888]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50795": { + "content": "[XXXXX636]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50796": { + "content": "[XXXXX1047]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50797": { + "content": "[XXXXX960]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50798": { + "content": "[XXXXX910]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50799": { + "content": "[XXXXX42]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50800": { + "content": "[XXXXX238]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50801": { + "content": "[XXXXX383]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50802": { + "content": "[XXXXX1032]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50803": { + "content": "[XXXXX577]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50804": { + "content": "[XXXXX268]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50805": { + "content": "[XXXXX179]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50806": { + "content": "[XXXXX1076]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50807": { + "content": "[XXXXX1167]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50808": { + "content": "[XXXXX1172]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50809": { + "content": "[XXXXX665]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50810": { + "content": "[XXXXX126]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50811": { + "content": "[XXXXX347]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50812": { + "content": "[XXXXX544]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50813": { + "content": "[XXXXX1026]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50814": { + "content": "[XXXXX159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50815": { + "content": "[XXXXX503]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50816": { + "content": "[XXXXX583]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50817": { + "content": "[XXXXX668]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50818": { + "content": "[XXXXX1115]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50819": { + "content": "[XXXXX112]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50820": { + "content": "[XXXXX154]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50821": { + "content": "[XXXXX761]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50822": { + "content": "[XXXXX540]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50823": { + "content": "[XXXXX755]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50824": { + "content": "[XXXXX255]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50825": { + "content": "[XXXXX459]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50826": { + "content": "[XXXXX1090]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50827": { + "content": "[XXXXX689]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50828": { + "content": "[XXXXX589]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50829": { + "content": "[XXXXX122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50830": { + "content": "[XXXXX789]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50831": { + "content": "[XXXXX481]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50832": { + "content": "[XXXXX1044]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50833": { + "content": "[XXXXX274]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50834": { + "content": "[XXXXX957]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50835": { + "content": "[XXXXX1121]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50836": { + "content": "[XXXXX464]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50837": { + "content": "[XXXXX495]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50838": { + "content": "[XXXXX1097]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50839": { + "content": "[XXXXX581]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50840": { + "content": "[XXXXX200]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50841": { + "content": "[XXXXX954]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50842": { + "content": "[XXXXX48]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50843": { + "content": "[XXXXX855]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50844": { + "content": "[XXXXX419]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50845": { + "content": "[XXXXX919]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50846": { + "content": "[XXXXX451]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50847": { + "content": "[XXXXX869]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50848": { + "content": "[XXXXX1082]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50849": { + "content": "[XXXXX1185]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50850": { + "content": "[XXXXX859]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50851": { + "content": "[XXXXX1139]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50852": { + "content": "[XXXXX1072]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50853": { + "content": "[XXXXX220]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50854": { + "content": "[XXXXX465]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50855": { + "content": "[XXXXX1105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50856": { + "content": "[XXXXX1093]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50857": { + "content": "[XXXXX953]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50858": { + "content": "[XXXXX1187]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50859": { + "content": "[XXXXX311]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50860": { + "content": "[XXXXX403]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50861": { + "content": "[XXXXX684]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50862": { + "content": "[XXXXX426]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50863": { + "content": "[XXXXX68]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50864": { + "content": "[XXXXX277]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50865": { + "content": "[XXXXX437]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50866": { + "content": "[XXXXX896]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50867": { + "content": "[XXXXX899]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50868": { + "content": "[XXXXX878]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50869": { + "content": "[XXXXX1073]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50870": { + "content": "[XXXXX774]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50871": { + "content": "[XXXXX315]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50872": { + "content": "[XXXXX631]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50873": { + "content": "[XXXXX223]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50874": { + "content": "[XXXXX86]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50875": { + "content": "[XXXXX607]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50876": { + "content": "[XXXXX149]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50877": { + "content": "[XXXXX566]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50878": { + "content": "[XXXXX740]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50879": { + "content": "[XXXXX265]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50880": { + "content": "[XXXXX399]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50881": { + "content": "[XXXXX1053]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50882": { + "content": "[XXXXX1077]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50883": { + "content": "[XXXXX336]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50884": { + "content": "[XXXXX734]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50885": { + "content": "[XXXXX289]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50886": { + "content": "[XXXXX221]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50887": { + "content": "[XXXXX580]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50888": { + "content": "[XXXXX406]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50889": { + "content": "[XXXXX854]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50890": { + "content": "[XXXXX673]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50891": { + "content": "[XXXXX1146]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50892": { + "content": "[XXXXX29]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50893": { + "content": "[XXXXX496]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50894": { + "content": "[XXXXX241]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50895": { + "content": "[XXXXX929]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50896": { + "content": "[XXXXX169]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50897": { + "content": "[XXXXX1153]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50898": { + "content": "[XXXXX440]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50899": { + "content": "[XXXXX385]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50900": { + "content": "[XXXXX499]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50901": { + "content": "[XXXXX718]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50902": { + "content": "[XXXXX848]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50903": { + "content": "[XXXXX877]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50904": { + "content": "[XXXXX641]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50905": { + "content": "[XXXXX1137]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50906": { + "content": "[XXXXX269]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50907": { + "content": "[XXXXX521]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50908": { + "content": "[XXXXX234]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50909": { + "content": "[XXXXX987]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50910": { + "content": "[XXXXX741]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50911": { + "content": "[XXXXX349]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50912": { + "content": "[XXXXX93]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50913": { + "content": "[XXXXX247]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50914": { + "content": "[XXXXX961]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50915": { + "content": "[XXXXX1120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50916": { + "content": "[XXXXX369]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50917": { + "content": "[XXXXX479]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50918": { + "content": "[XXXXX892]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50919": { + "content": "[XXXXX553]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50920": { + "content": "[XXXXX906]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50921": { + "content": "[XXXXX571]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50922": { + "content": "[XXXXX1046]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50923": { + "content": "[XXXXX206]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50924": { + "content": "[XXXXX488]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50925": { + "content": "[XXXXX445]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50926": { + "content": "[XXXXX524]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50927": { + "content": "[XXXXX228]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50928": { + "content": "[XXXXX998]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50929": { + "content": "[XXXXX675]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50930": { + "content": "[XXXXX732]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50931": { + "content": "[XXXXX1028]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50932": { + "content": "[XXXXX494]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50933": { + "content": "[XXXXX965]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50934": { + "content": "[XXXXX1021]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50935": { + "content": "[XXXXX726]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50936": { + "content": "[XXXXX168]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50937": { + "content": "[XXXXX606]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50938": { + "content": "[XXXXX974]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50939": { + "content": "[XXXXX504]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50940": { + "content": "[XXXXX556]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50941": { + "content": "[XXXXX1159]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50942": { + "content": "[XXXXX417]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50943": { + "content": "[XXXXX1175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50944": { + "content": "[XXXXX1142]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50945": { + "content": "[XXXXX753]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50946": { + "content": "[XXXXX824]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50947": { + "content": "[XXXXX251]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50948": { + "content": "[XXXXX345]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50949": { + "content": "[XXXXX610]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50950": { + "content": "[XXXXX276]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50951": { + "content": "[XXXXX783]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50952": { + "content": "[XXXXX74]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50953": { + "content": "[XXXXX1050]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50954": { + "content": "[XXXXX71]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50955": { + "content": "[XXXXX360]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50956": { + "content": "[XXXXX512]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50957": { + "content": "[XXXXX341]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50958": { + "content": "[XXXXX375]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50959": { + "content": "[XXXXX637]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50960": { + "content": "[XXXXX1116]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50961": { + "content": "[XXXXX9]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50962": { + "content": "[XXXXX738]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50963": { + "content": "[XXXXX856]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50964": { + "content": "[XXXXX979]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50965": { + "content": "[XXXXX825]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50966": { + "content": "[XXXXX852]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50967": { + "content": "[XXXXX215]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50968": { + "content": "[XXXXX91]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50969": { + "content": "[XXXXX257]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50970": { + "content": "[XXXXX325]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50971": { + "content": "[XXXXX368]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50972": { + "content": "[XXXXX1124]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50973": { + "content": "[XXXXX188]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50974": { + "content": "[XXXXX905]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50975": { + "content": "[XXXXX284]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50976": { + "content": "[XXXXX11]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50977": { + "content": "[XXXXX83]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50978": { + "content": "[XXXXX611]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50979": { + "content": "[XXXXX51]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50980": { + "content": "[XXXXX99]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50981": { + "content": "[XXXXX288]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50982": { + "content": "[XXXXX945]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50983": { + "content": "[XXXXX975]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50984": { + "content": "[XXXXX282]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50985": { + "content": "[XXXXX1068]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50986": { + "content": "[XXXXX1180]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50987": { + "content": "[XXXXX574]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50988": { + "content": "[XXXXX305]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50989": { + "content": "[XXXXX565]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50990": { + "content": "[XXXXX865]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50991": { + "content": "[XXXXX1014]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50992": { + "content": "[XXXXX1138]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50993": { + "content": "[XXXXX134]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50994": { + "content": "[XXXXX321]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50995": { + "content": "[XXXXX752]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50996": { + "content": "[XXXXX108]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50997": { + "content": "[XXXXX339]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50998": { + "content": "[XXXXX893]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "50999": { + "content": "[XXXXX1177]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51000": { + "content": "[XXXXX988]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51001": { + "content": "[XXXXX719]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51002": { + "content": "[XXXXX1059]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51003": { + "content": "[XXXXX421]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51004": { + "content": "[XXXXX670]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51005": { + "content": "[XXXXX949]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51006": { + "content": "[XXXXX14]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51007": { + "content": "[XXXXX1087]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51008": { + "content": "[XXXXX382]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51009": { + "content": "[XXXXX531]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51010": { + "content": "[XXXXX1079]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51011": { + "content": "[XXXXX1067]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51012": { + "content": "[XXXXX655]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51013": { + "content": "[XXXXX340]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51014": { + "content": "[XXXXX398]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51015": { + "content": "[XXXXX175]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51016": { + "content": "[XXXXX232]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51017": { + "content": "[XXXXX244]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51018": { + "content": "[XXXXX568]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51019": { + "content": "[XXXXX1110]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51020": { + "content": "[XXXXX191]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51021": { + "content": "[XXXXX931]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51022": { + "content": "[XXXXX832]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51023": { + "content": "[XXXXX1030]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51024": { + "content": "[XXXXX144]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51025": { + "content": "[XXXXX1102]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51026": { + "content": "[XXXXX300]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51027": { + "content": "[XXXXX996]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51028": { + "content": "[XXXXX248]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51029": { + "content": "[XXXXX66]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51030": { + "content": "[XXXXX735]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51031": { + "content": "[XXXXX20]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51032": { + "content": "[XXXXX694]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51033": { + "content": "[XXXXX845]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51034": { + "content": "[XXXXX500]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51035": { + "content": "[XXXXX613]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51036": { + "content": "[XXXXX117]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51037": { + "content": "[XXXXX886]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51038": { + "content": "[XXXXX261]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51039": { + "content": "[XXXXX567]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51040": { + "content": "[XXXXX541]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51041": { + "content": "[XXXXX529]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51042": { + "content": "[XXXXX699]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51043": { + "content": "[XXXXX715]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51044": { + "content": "[XXXXX1003]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51045": { + "content": "[XXXXX518]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51046": { + "content": "[XXXXX891]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51047": { + "content": "[XXXXX192]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51048": { + "content": "[XXXXX53]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51049": { + "content": "[XXXXX428]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51050": { + "content": "[XXXXX183]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51051": { + "content": "[XXXXX850]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51052": { + "content": "[XXXXX539]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51053": { + "content": "[XXXXX527]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51054": { + "content": "[XXXXX660]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51055": { + "content": "[XXXXX409]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51056": { + "content": "[XXXXX1122]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51057": { + "content": "[XXXXX898]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51058": { + "content": "[XXXXX858]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51059": { + "content": "[XXXXX534]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51060": { + "content": "[XXXXX756]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51061": { + "content": "[XXXXX63]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51062": { + "content": "[XXXXX49]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51063": { + "content": "[XXXXX1106]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51064": { + "content": "[XXXXX111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51065": { + "content": "[XXXXX955]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51066": { + "content": "[XXXXX309]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51067": { + "content": "[XXXXX538]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51068": { + "content": "[XXXXX823]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51069": { + "content": "[XXXXX867]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51070": { + "content": "[XXXXX587]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51071": { + "content": "[XXXXX243]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51072": { + "content": "[XXXXX677]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51073": { + "content": "[XXXXX1017]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51074": { + "content": "[XXXXX173]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51075": { + "content": "[XXXXX682]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51076": { + "content": "[XXXXX1184]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51077": { + "content": "[XXXXX1009]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51078": { + "content": "[XXXXX704]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51079": { + "content": "[XXXXX532]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51080": { + "content": "[XXXXX901]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51081": { + "content": "[XXXXX120]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51082": { + "content": "[XXXXX388]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51083": { + "content": "[XXXXX405]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51084": { + "content": "[XXXXX788]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51085": { + "content": "[XXXXX728]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51086": { + "content": "[XXXXX425]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51087": { + "content": "[XXXXX883]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51088": { + "content": "[XXXXX837]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51089": { + "content": "[XXXXX350]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51090": { + "content": "[XXXXX716]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51091": { + "content": "[XXXXX579]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51092": { + "content": "[XXXXX909]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51093": { + "content": "[XXXXX884]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51094": { + "content": "[XXXXX1011]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51095": { + "content": "[XXXXX372]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51096": { + "content": "[XXXXX370]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51097": { + "content": "[XXXXX468]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51098": { + "content": "[XXXXX688]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51099": { + "content": "[XXXXX56]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51100": { + "content": "[XXXXX653]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51101": { + "content": "[XXXXX623]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51102": { + "content": "[XXXXX552]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51103": { + "content": "[XXXXX314]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51104": { + "content": "[XXXXX1018]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51105": { + "content": "[XXXXX1091]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51106": { + "content": "[XXXXX342]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51107": { + "content": "[XXXXX1065]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51108": { + "content": "[XXXXX1161]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51109": { + "content": "[XXXXX959]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51110": { + "content": "[XXXXX1035]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51111": { + "content": "[XXXXX530]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51112": { + "content": "[XXXXX69]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51113": { + "content": "[XXXXX489]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51114": { + "content": "[XXXXX1]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51115": { + "content": "[XXXXX207]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51116": { + "content": "[XXXXX433]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51117": { + "content": "[XXXXX358]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51118": { + "content": "[XXXXX601]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51119": { + "content": "[XXXXX2]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51120": { + "content": "[XXXXX722]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51121": { + "content": "[XXXXX985]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51122": { + "content": "[XXXXX908]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51123": { + "content": "[XXXXX1024]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51124": { + "content": "[XXXXX1111]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51125": { + "content": "[XXXXX1113]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51126": { + "content": "[XXXXX678]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51127": { + "content": "[XXXXX19]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51128": { + "content": "[XXXXX1186]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51129": { + "content": "[XXXXX808]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51130": { + "content": "[XXXXX493]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51131": { + "content": "[XXXXX1155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51132": { + "content": "[XXXXX217]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51133": { + "content": "[XXXXX616]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51134": { + "content": "[XXXXX835]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51135": { + "content": "[XXXXX994]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51136": { + "content": "[XXXXX484]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51137": { + "content": "[XXXXX362]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51138": { + "content": "[XXXXX582]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51139": { + "content": "[XXXXX1034]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51140": { + "content": "[XXXXX772]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51141": { + "content": "[XXXXX457]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51142": { + "content": "[XXXXX604]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51143": { + "content": "[XXXXX456]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51144": { + "content": "[XXXXX145]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51145": { + "content": "[XXXXX476]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51146": { + "content": "[XXXXX218]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51147": { + "content": "[XXXXX199]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51148": { + "content": "[XXXXX364]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51149": { + "content": "[XXXXX302]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51150": { + "content": "[XXXXX881]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51151": { + "content": "[XXXXX1088]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51152": { + "content": "[XXXXX356]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51153": { + "content": "[XXXXX936]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51154": { + "content": "[XXXXX978]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51155": { + "content": "[XXXXX895]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51156": { + "content": "[XXXXX993]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51157": { + "content": "[XXXXX458]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51158": { + "content": "[XXXXX1002]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51159": { + "content": "[XXXXX1022]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51160": { + "content": "[XXXXX25]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51161": { + "content": "[XXXXX766]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51162": { + "content": "[XXXXX64]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51163": { + "content": "[XXXXX211]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51164": { + "content": "[XXXXX82]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51165": { + "content": "[XXXXX634]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51166": { + "content": "[XXXXX661]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51167": { + "content": "[XXXXX748]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51168": { + "content": "[XXXXX778]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51169": { + "content": "[XXXXX24]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51170": { + "content": "[XXXXX448]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51171": { + "content": "[XXXXX887]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51172": { + "content": "[XXXXX890]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51173": { + "content": "[XXXXX754]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51174": { + "content": "[XXXXX343]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51175": { + "content": "[XXXXX1069]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51176": { + "content": "[XXXXX294]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51177": { + "content": "[XXXXX295]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51178": { + "content": "[XXXXX197]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51179": { + "content": "[XXXXX210]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51180": { + "content": "[XXXXX630]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51181": { + "content": "[XXXXX707]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51182": { + "content": "[XXXXX864]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51183": { + "content": "[XXXXX391]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51184": { + "content": "[XXXXX338]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51185": { + "content": "[XXXXX800]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51186": { + "content": "[XXXXX841]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51187": { + "content": "[XXXXX967]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51188": { + "content": "[XXXXX793]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51189": { + "content": "[XXXXX916]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51190": { + "content": "[XXXXX603]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51191": { + "content": "[XXXXX270]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51192": { + "content": "[XXXXX105]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51193": { + "content": "[XXXXX1016]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51194": { + "content": "[XXXXX804]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51195": { + "content": "[XXXXX264]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51196": { + "content": "[XXXXX155]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51197": { + "content": "[XXXXX1190]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51198": { + "content": "[XXXXX813]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "51199": { + "content": "[XXXXX546]", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "additional_special_tokens": [ + "[XXXXX160]", + "[XXXXX240]", + "[XXXXX717]", + "[XXXXX23]", + "[XXXXX161]", + "[XXXXX1156]", + "[XXXXX5]", + "[XXXXX597]", + "[XXXXX415]", + "[XXXXX693]", + "[XXXXX1083]", + "[XXXXX784]", + "[XXXXX686]", + "[XXXXX379]", + "[XXXXX335]", + "[XXXXX73]", + "[XXXXX758]", + "[XXXXX805]", + "[XXXXX840]", + "[XXXXX1037]", + "[XXXXX235]", + "[XXXXX1107]", + "[XXXXX776]", + "[XXXXX286]", + "[XXXXX396]", + "[XXXXX478]", + "[XXXXX669]", + "[XXXXX691]", + "[XXXXX826]", + "[XXXXX1150]", + "[XXXXX853]", + "[XXXXX130]", + "[XXXXX989]", + "[XXXXX249]", + "[XXXXX902]", + "[XXXXX1169]", + "[XXXXX260]", + "[XXXXX706]", + "[XXXXX146]", + "[XXXXX198]", + "[XXXXX303]", + "[XXXXX1192]", + "[XXXXX635]", + "[XXXXX271]", + "[XXXXX1023]", + "[XXXXX602]", + "[XXXXX291]", + "[XXXXX190]", + "[XXXXX1055]", + "[XXXXX70]", + "[XXXXX178]", + "[XXXXX318]", + "[XXXXX62]", + "[XXXXX473]", + "[XXXXX517]", + "[XXXXX924]", + "[XXXXX970]", + "[XXXXX1033]", + "[XXXXX110]", + "[XXXXX1151]", + "[XXXXX1189]", + "[XXXXX1095]", + "[XXXXX148]", + "[XXXXX337]", + "[XXXXX245]", + "[XXXXX407]", + "[XXXXX557]", + "[XXXXX576]", + "[XXXXX914]", + "[XXXXX963]", + "[XXXXX951]", + "[XXXXX721]", + "[XXXXX1174]", + "[XXXXX3]", + "[XXXXX792]", + "[XXXXX843]", + "[XXXXX590]", + "[XXXXX118]", + "[XXXXX280]", + "[XXXXX1119]", + "[XXXXX1025]", + "[XXXXX140]", + "[XXXXX873]", + "[XXXXX103]", + "[XXXXX307]", + "[XXXXX946]", + "[XXXXX782]", + "[XXXXX100]", + "[XXXXX485]", + "[XXXXX151]", + "[XXXXX213]", + "[XXXXX847]", + "[XXXXX880]", + "[XXXXX44]", + "[XXXXX1031]", + "[XXXXX545]", + "[XXXXX78]", + "[XXXXX687]", + "[XXXXX925]", + "[XXXXX519]", + "[XXXXX1191]", + "[XXXXX13]", + "[XXXXX487]", + "[XXXXX932]", + "[XXXXX119]", + "[XXXXX170]", + "[XXXXX254]", + "[XXXXX420]", + "[XXXXX962]", + "[XXXXX441]", + "[XXXXX950]", + "[XXXXX18]", + "[XXXXX676]", + "[XXXXX1133]", + "[XXXXX618]", + "[XXXXX374]", + "[XXXXX815]", + "[XXXXX1058]", + "[XXXXX1108]", + "[XXXXX1144]", + "[XXXXX791]", + "[XXXXX259]", + "[XXXXX1074]", + "[XXXXX696]", + "[XXXXX1168]", + "[XXXXX592]", + "[XXXXX127]", + "[XXXXX136]", + "[XXXXX237]", + "[XXXXX705]", + "[XXXXX983]", + "[XXXXX816]", + "[XXXXX412]", + "[XXXXX410]", + "[XXXXX795]", + "[XXXXX101]", + "[XXXXX171]", + "[XXXXX628]", + "[XXXXX1038]", + "[XXXXX447]", + "[XXXXX1043]", + "[XXXXX147]", + "[XXXXX1112]", + "[XXXXX186]", + "[XXXXX461]", + "[XXXXX423]", + "[XXXXX26]", + "[XXXXX227]", + "[XXXXX746]", + "[XXXXX818]", + "[XXXXX725]", + "[XXXXX400]", + "[XXXXX827]", + "[XXXXX1020]", + "[XXXXX1060]", + "[XXXXX195]", + "[XXXXX526]", + "[XXXXX570]", + "[XXXXX174]", + "[XXXXX333]", + "[XXXXX466]", + "[XXXXX513]", + "[XXXXX695]", + "[XXXXX84]", + "[XXXXX1080]", + "[XXXXX76]", + "[XXXXX742]", + "[XXXXX1008]", + "[XXXXX1123]", + "[XXXXX1145]", + "[XXXXX701]", + "[XXXXX562]", + "[XXXXX615]", + "[XXXXX389]", + "[XXXXX267]", + "[XXXXX323]", + "[XXXXX346]", + "[XXXXX287]", + "[XXXXX469]", + "[XXXXX58]", + "[XXXXX431]", + "[XXXXX926]", + "[XXXXX1182]", + "[XXXXX992]", + "[XXXXX185]", + "[XXXXX352]", + "[XXXXX762]", + "[XXXXX991]", + "[XXXXX85]", + "[XXXXX836]", + "[XXXXX460]", + "[XXXXX272]", + "[XXXXX619]", + "[XXXXX759]", + "[XXXXX94]", + "[XXXXX807]", + "[XXXXX299]", + "[XXXXX187]", + "[XXXXX486]", + "[XXXXX45]", + "[XXXXX1036]", + "[XXXXX354]", + "[XXXXX386]", + "[XXXXX714]", + "[XXXXX769]", + "[XXXXX304]", + "[XXXXX92]", + "[XXXXX7]", + "[XXXXX31]", + "[XXXXX102]", + "[XXXXX163]", + "[XXXXX723]", + "[XXXXX1042]", + "[XXXXX452]", + "[XXXXX622]", + "[XXXXX1056]", + "[XXXXX822]", + "[XXXXX125]", + "[XXXXX617]", + "[XXXXX34]", + "[XXXXX712]", + "[XXXXX780]", + "[XXXXX547]", + "[XXXXX857]", + "[XXXXX860]", + "[XXXXX897]", + "[XXXXX663]", + "[XXXXX736]", + "[XXXXX202]", + "[XXXXX1029]", + "[XXXXX956]", + "[XXXXX397]", + "[XXXXX239]", + "[XXXXX472]", + "[XXXXX230]", + "[XXXXX796]", + "[XXXXX639]", + "[XXXXX203]", + "[XXXXX231]", + "[XXXXX652]", + "[XXXXX981]", + "[XXXXX911]", + "[XXXXX380]", + "[XXXXX477]", + "[XXXXX952]", + "[XXXXX28]", + "[XXXXX801]", + "[XXXXX1134]", + "[XXXXX1176]", + "[XXXXX180]", + "[XXXXX598]", + "[XXXXX365]", + "[XXXXX729]", + "[XXXXX214]", + "[XXXXX1117]", + "[XXXXX278]", + "[XXXXX522]", + "[XXXXX683]", + "[XXXXX731]", + "[XXXXX312]", + "[XXXXX1178]", + "[XXXXX666]", + "[XXXXX982]", + "[XXXXX414]", + "[XXXXX935]", + "[XXXXX1089]", + "[XXXXX236]", + "[XXXXX463]", + "[XXXXX52]", + "[XXXXX593]", + "[XXXXX508]", + "[XXXXX1125]", + "[XXXXX462]", + "[XXXXX32]", + "[XXXXX596]", + "[XXXXX948]", + "[XXXXX150]", + "[XXXXX322]", + "[XXXXX390]", + "[XXXXX918]", + "[XXXXX157]", + "[XXXXX310]", + "[XXXXX392]", + "[XXXXX649]", + "[XXXXX158]", + "[XXXXX430]", + "[XXXXX384]", + "[XXXXX760]", + "[XXXXX700]", + "[XXXXX817]", + "[XXXXX115]", + "[XXXXX885]", + "[XXXXX940]", + "[XXXXX997]", + "[XXXXX61]", + "[XXXXX209]", + "[XXXXX316]", + "[XXXXX537]", + "[XXXXX599]", + "[XXXXX680]", + "[XXXXX135]", + "[XXXXX39]", + "[XXXXX685]", + "[XXXXX806]", + "[XXXXX870]", + "[XXXXX1096]", + "[XXXXX366]", + "[XXXXX509]", + "[XXXXX943]", + "[XXXXX292]", + "[XXXXX367]", + "[XXXXX632]", + "[XXXXX1136]", + "[XXXXX156]", + "[XXXXX1100]", + "[XXXXX432]", + "[XXXXX514]", + "[XXXXX903]", + "[XXXXX939]", + "[XXXXX986]", + "[XXXXX506]", + "[XXXXX10]", + "[XXXXX573]", + "[XXXXX968]", + "[XXXXX1039]", + "[XXXXX252]", + "[XXXXX612]", + "[XXXXX947]", + "[XXXXX1162]", + "[XXXXX733]", + "[XXXXX976]", + "[XXXXX535]", + "[XXXXX710]", + "[XXXXX40]", + "[XXXXX984]", + "[XXXXX584]", + "[XXXXX132]", + "[XXXXX1084]", + "[XXXXX549]", + "[XXXXX810]", + "[XXXXX208]", + "[XXXXX609]", + "[XXXXX275]", + "[XXXXX262]", + "[XXXXX331]", + "[XXXXX361]", + "[XXXXX561]", + "[XXXXX143]", + "[XXXXX1061]", + "[XXXXX59]", + "[XXXXX21]", + "[XXXXX995]", + "[XXXXX439]", + "[XXXXX831]", + "[XXXXX745]", + "[XXXXX43]", + "[XXXXX498]", + "[XXXXX575]", + "[XXXXX624]", + "[XXXXX72]", + "[XXXXX921]", + "[XXXXX201]", + "[XXXXX1171]", + "[XXXXX912]", + "[XXXXX775]", + "[XXXXX1094]", + "[XXXXX80]", + "[XXXXX894]", + "[XXXXX876]", + "[XXXXX1143]", + "[XXXXX355]", + "[XXXXX450]", + "[XXXXX642]", + "[XXXXX162]", + "[XXXXX394]", + "[XXXXX296]", + "[XXXXX536]", + "[XXXXX560]", + "[XXXXX373]", + "[XXXXX674]", + "[XXXXX1099]", + "[XXXXX797]", + "[XXXXX516]", + "[XXXXX41]", + "[XXXXX594]", + "[XXXXX319]", + "[XXXXX165]", + "[XXXXX344]", + "[XXXXX1012]", + "[XXXXX942]", + "[XXXXX1071]", + "[XXXXX648]", + "[XXXXX4]", + "[XXXXX633]", + "[XXXXX551]", + "[XXXXX586]", + "[XXXXX578]", + "[XXXXX348]", + "[XXXXX614]", + "[XXXXX33]", + "[XXXXX1193]", + "[XXXXX737]", + "[XXXXX233]", + "[XXXXX933]", + "[XXXXX781]", + "[XXXXX189]", + "[XXXXX1006]", + "[XXXXX219]", + "[XXXXX454]", + "[XXXXX449]", + "[XXXXX697]", + "[XXXXX724]", + "[XXXXX224]", + "[XXXXX1157]", + "[XXXXX455]", + "[XXXXX505]", + "[XXXXX96]", + "[XXXXX182]", + "[XXXXX424]", + "[XXXXX872]", + "[XXXXX1163]", + "[XXXXX1081]", + "[XXXXX1173]", + "[XXXXX172]", + "[XXXXX507]", + "[XXXXX920]", + "[XXXXX1126]", + "[XXXXX474]", + "[XXXXX971]", + "[XXXXX1049]", + "[XXXXX1114]", + "[XXXXX1040]", + "[XXXXX79]", + "[XXXXX36]", + "[XXXXX977]", + "[XXXXX1129]", + "[XXXXX1063]", + "[XXXXX773]", + "[XXXXX16]", + "[XXXXX113]", + "[XXXXX320]", + "[XXXXX167]", + "[XXXXX751]", + "[XXXXX656]", + "[XXXXX543]", + "[XXXXX828]", + "[XXXXX915]", + "[XXXXX1098]", + "[XXXXX569]", + "[XXXXX1166]", + "[XXXXX846]", + "[XXXXX324]", + "[XXXXX802]", + "[XXXXX588]", + "[XXXXX739]", + "[XXXXX50]", + "[XXXXX882]", + "[XXXXX1054]", + "[XXXXX621]", + "[XXXXX585]", + "[XXXXX121]", + "[XXXXX647]", + "[XXXXX767]", + "[XXXXX645]", + "[XXXXX27]", + "[XXXXX907]", + "[XXXXX1109]", + "[XXXXX1147]", + "[XXXXX501]", + "[XXXXX1164]", + "[XXXXX650]", + "[XXXXX329]", + "[XXXXX659]", + "[XXXXX1158]", + "[XXXXX104]", + "[XXXXX629]", + "[XXXXX868]", + "[XXXXX779]", + "[XXXXX17]", + "[XXXXX377]", + "[XXXXX467]", + "[XXXXX917]", + "[XXXXX830]", + "[XXXXX533]", + "[XXXXX862]", + "[XXXXX1041]", + "[XXXXX542]", + "[XXXXX595]", + "[XXXXX353]", + "[XXXXX181]", + "[XXXXX662]", + "[XXXXX1195]", + "[XXXXX435]", + "[XXXXX1051]", + "[XXXXX703]", + "[XXXXX1140]", + "[XXXXX750]", + "[XXXXX57]", + "[XXXXX75]", + "[XXXXX293]", + "[XXXXX681]", + "[XXXXX46]", + "[XXXXX30]", + "[XXXXX402]", + "[XXXXX803]", + "[XXXXX821]", + "[XXXXX871]", + "[XXXXX980]", + "[XXXXX990]", + "[XXXXX626]", + "[XXXXX90]", + "[XXXXX77]", + "[XXXXX819]", + "[XXXXX436]", + "[XXXXX306]", + "[XXXXX434]", + "[XXXXX88]", + "[XXXXX184]", + "[XXXXX290]", + "[XXXXX216]", + "[XXXXX176]", + "[XXXXX747]", + "[XXXXX938]", + "[XXXXX442]", + "[XXXXX301]", + "[XXXXX1015]", + "[XXXXX520]", + "[XXXXX829]", + "[XXXXX106]", + "[XXXXX1048]", + "[XXXXX923]", + "[XXXXX958]", + "[XXXXX1130]", + "[XXXXX89]", + "[XXXXX548]", + "[XXXXX863]", + "[XXXXX444]", + "[XXXXX1149]", + "[XXXXX866]", + "[XXXXX109]", + "[XXXXX550]", + "[XXXXX727]", + "[XXXXX646]", + "[XXXXX702]", + "[XXXXX204]", + "[XXXXX1000]", + "[XXXXX591]", + "[XXXXX1128]", + "[XXXXX937]", + "[XXXXX141]", + "[XXXXX273]", + "[XXXXX1183]", + "[XXXXX765]", + "[XXXXX371]", + "[XXXXX256]", + "[XXXXX964]", + "[XXXXX1148]", + "[XXXXX930]", + "[XXXXX212]", + "[XXXXX133]", + "[XXXXX608]", + "[XXXXX281]", + "[XXXXX1045]", + "[XXXXX928]", + "[XXXXX1154]", + "[XXXXX334]", + "[XXXXX861]", + "[XXXXX87]", + "[XXXXX941]", + "[XXXXX359]", + "[XXXXX55]", + "[XXXXX842]", + "[XXXXX427]", + "[XXXXX491]", + "[XXXXX137]", + "[XXXXX47]", + "[XXXXX511]", + "[XXXXX81]", + "[XXXXX139]", + "[XXXXX226]", + "[XXXXX563]", + "[XXXXX708]", + "[XXXXX820]", + "[XXXXX65]", + "[XXXXX381]", + "[XXXXX22]", + "[XXXXX1064]", + "[XXXXX874]", + "[XXXXX944]", + "[XXXXX6]", + "[XXXXX313]", + "[XXXXX471]", + "[XXXXX1118]", + "[XXXXX849]", + "[XXXXX483]", + "[XXXXX713]", + "[XXXXX222]", + "[XXXXX640]", + "[XXXXX12]", + "[XXXXX285]", + "[XXXXX327]", + "[XXXXX378]", + "[XXXXX790]", + "[XXXXX1179]", + "[XXXXX15]", + "[XXXXX229]", + "[XXXXX771]", + "[XXXXX559]", + "[XXXXX253]", + "[XXXXX644]", + "[XXXXX811]", + "[XXXXX554]", + "[XXXXX744]", + "[XXXXX786]", + "[XXXXX913]", + "[XXXXX966]", + "[XXXXX972]", + "[XXXXX664]", + "[XXXXX1131]", + "[XXXXX1132]", + "[XXXXX376]", + "[XXXXX672]", + "[XXXXX1013]", + "[XXXXX328]", + "[XXXXX889]", + "[XXXXX1141]", + "[XXXXX429]", + "[XXXXX114]", + "[XXXXX523]", + "[XXXXX833]", + "[XXXXX927]", + "[XXXXX297]", + "[XXXXX812]", + "[XXXXX1062]", + "[XXXXX152]", + "[XXXXX1010]", + "[XXXXX690]", + "[XXXXX363]", + "[XXXXX1103]", + "[XXXXX194]", + "[XXXXX844]", + "[XXXXX667]", + "[XXXXX720]", + "[XXXXX770]", + "[XXXXX515]", + "[XXXXX196]", + "[XXXXX283]", + "[XXXXX95]", + "[XXXXX528]", + "[XXXXX749]", + "[XXXXX934]", + "[XXXXX1052]", + "[XXXXX1188]", + "[XXXXX1001]", + "[XXXXX785]", + "[XXXXX393]", + "[XXXXX502]", + "[XXXXX404]", + "[XXXXX129]", + "[XXXXX643]", + "[XXXXX1086]", + "[XXXXX1104]", + "[XXXXX326]", + "[XXXXX330]", + "[XXXXX620]", + "[XXXXX193]", + "[XXXXX470]", + "[XXXXX279]", + "[XXXXX97]", + "[XXXXX177]", + "[XXXXX510]", + "[XXXXX225]", + "[XXXXX572]", + "[XXXXX777]", + "[XXXXX1135]", + "[XXXXX1160]", + "[XXXXX558]", + "[XXXXX416]", + "[XXXXX246]", + "[XXXXX799]", + "[XXXXX153]", + "[XXXXX671]", + "[XXXXX809]", + "[XXXXX525]", + "[XXXXX1004]", + "[XXXXX1005]", + "[XXXXX1194]", + "[XXXXX408]", + "[XXXXX492]", + "[XXXXX973]", + "[XXXXX242]", + "[XXXXX357]", + "[XXXXX851]", + "[XXXXX999]", + "[XXXXX969]", + "[XXXXX453]", + "[XXXXX730]", + "[XXXXX54]", + "[XXXXX480]", + "[XXXXX564]", + "[XXXXX600]", + "[XXXXX654]", + "[XXXXX37]", + "[XXXXX605]", + "[XXXXX164]", + "[XXXXX395]", + "[XXXXX401]", + "[XXXXX446]", + "[XXXXX658]", + "[XXXXX60]", + "[XXXXX107]", + "[XXXXX131]", + "[XXXXX387]", + "[XXXXX67]", + "[XXXXX743]", + "[XXXXX657]", + "[XXXXX418]", + "[XXXXX787]", + "[XXXXX838]", + "[XXXXX298]", + "[XXXXX1007]", + "[XXXXX1027]", + "[XXXXX1078]", + "[XXXXX651]", + "[XXXXX875]", + "[XXXXX258]", + "[XXXXX413]", + "[XXXXX1092]", + "[XXXXX124]", + "[XXXXX308]", + "[XXXXX1085]", + "[XXXXX1170]", + "[XXXXX38]", + "[XXXXX438]", + "[XXXXX475]", + "[XXXXX900]", + "[XXXXX263]", + "[XXXXX166]", + "[XXXXX698]", + "[XXXXX1127]", + "[XXXXX1181]", + "[XXXXX763]", + "[XXXXX627]", + "[XXXXX250]", + "[XXXXX757]", + "[XXXXX142]", + "[XXXXX794]", + "[XXXXX128]", + "[XXXXX35]", + "[XXXXX482]", + "[XXXXX834]", + "[XXXXX679]", + "[XXXXX839]", + "[XXXXX138]", + "[XXXXX1066]", + "[XXXXX116]", + "[XXXXX317]", + "[XXXXX490]", + "[XXXXX443]", + "[XXXXX879]", + "[XXXXX1101]", + "[XXXXX711]", + "[XXXXX123]", + "[XXXXX1152]", + "[XXXXX692]", + "[XXXXX555]", + "[XXXXX266]", + "[XXXXX0]", + "[XXXXX332]", + "[XXXXX497]", + "[XXXXX904]", + "[XXXXX1019]", + "[XXXXX709]", + "[XXXXX351]", + "[XXXXX764]", + "[XXXXX625]", + "[XXXXX798]", + "[XXXXX205]", + "[XXXXX922]", + "[XXXXX1075]", + "[XXXXX8]", + "[XXXXX422]", + "[XXXXX638]", + "[XXXXX98]", + "[XXXXX814]", + "[XXXXX1057]", + "[XXXXX1070]", + "[XXXXX411]", + "[XXXXX768]", + "[XXXXX1165]", + "[XXXXX888]", + "[XXXXX636]", + "[XXXXX1047]", + "[XXXXX960]", + "[XXXXX910]", + "[XXXXX42]", + "[XXXXX238]", + "[XXXXX383]", + "[XXXXX1032]", + "[XXXXX577]", + "[XXXXX268]", + "[XXXXX179]", + "[XXXXX1076]", + "[XXXXX1167]", + "[XXXXX1172]", + "[XXXXX665]", + "[XXXXX126]", + "[XXXXX347]", + "[XXXXX544]", + "[XXXXX1026]", + "[XXXXX159]", + "[XXXXX503]", + "[XXXXX583]", + "[XXXXX668]", + "[XXXXX1115]", + "[XXXXX112]", + "[XXXXX154]", + "[XXXXX761]", + "[XXXXX540]", + "[XXXXX755]", + "[XXXXX255]", + "[XXXXX459]", + "[XXXXX1090]", + "[XXXXX689]", + "[XXXXX589]", + "[XXXXX122]", + "[XXXXX789]", + "[XXXXX481]", + "[XXXXX1044]", + "[XXXXX274]", + "[XXXXX957]", + "[XXXXX1121]", + "[XXXXX464]", + "[XXXXX495]", + "[XXXXX1097]", + "[XXXXX581]", + "[XXXXX200]", + "[XXXXX954]", + "[XXXXX48]", + "[XXXXX855]", + "[XXXXX419]", + "[XXXXX919]", + "[XXXXX451]", + "[XXXXX869]", + "[XXXXX1082]", + "[XXXXX1185]", + "[XXXXX859]", + "[XXXXX1139]", + "[XXXXX1072]", + "[XXXXX220]", + "[XXXXX465]", + "[XXXXX1105]", + "[XXXXX1093]", + "[XXXXX953]", + "[XXXXX1187]", + "[XXXXX311]", + "[XXXXX403]", + "[XXXXX684]", + "[XXXXX426]", + "[XXXXX68]", + "[XXXXX277]", + "[XXXXX437]", + "[XXXXX896]", + "[XXXXX899]", + "[XXXXX878]", + "[XXXXX1073]", + "[XXXXX774]", + "[XXXXX315]", + "[XXXXX631]", + "[XXXXX223]", + "[XXXXX86]", + "[XXXXX607]", + "[XXXXX149]", + "[XXXXX566]", + "[XXXXX740]", + "[XXXXX265]", + "[XXXXX399]", + "[XXXXX1053]", + "[XXXXX1077]", + "[XXXXX336]", + "[XXXXX734]", + "[XXXXX289]", + "[XXXXX221]", + "[XXXXX580]", + "[XXXXX406]", + "[XXXXX854]", + "[XXXXX673]", + "[XXXXX1146]", + "[XXXXX29]", + "[XXXXX496]", + "[XXXXX241]", + "[XXXXX929]", + "[XXXXX169]", + "[XXXXX1153]", + "[XXXXX440]", + "[XXXXX385]", + "[XXXXX499]", + "[XXXXX718]", + "[XXXXX848]", + "[XXXXX877]", + "[XXXXX641]", + "[XXXXX1137]", + "[XXXXX269]", + "[XXXXX521]", + "[XXXXX234]", + "[XXXXX987]", + "[XXXXX741]", + "[XXXXX349]", + "[XXXXX93]", + "[XXXXX247]", + "[XXXXX961]", + "[XXXXX1120]", + "[XXXXX369]", + "[XXXXX479]", + "[XXXXX892]", + "[XXXXX553]", + "[XXXXX906]", + "[XXXXX571]", + "[XXXXX1046]", + "[XXXXX206]", + "[XXXXX488]", + "[XXXXX445]", + "[XXXXX524]", + "[XXXXX228]", + "[XXXXX998]", + "[XXXXX675]", + "[XXXXX732]", + "[XXXXX1028]", + "[XXXXX494]", + "[XXXXX965]", + "[XXXXX1021]", + "[XXXXX726]", + "[XXXXX168]", + "[XXXXX606]", + "[XXXXX974]", + "[XXXXX504]", + "[XXXXX556]", + "[XXXXX1159]", + "[XXXXX417]", + "[XXXXX1175]", + "[XXXXX1142]", + "[XXXXX753]", + "[XXXXX824]", + "[XXXXX251]", + "[XXXXX345]", + "[XXXXX610]", + "[XXXXX276]", + "[XXXXX783]", + "[XXXXX74]", + "[XXXXX1050]", + "[XXXXX71]", + "[XXXXX360]", + "[XXXXX512]", + "[XXXXX341]", + "[XXXXX375]", + "[XXXXX637]", + "[XXXXX1116]", + "[XXXXX9]", + "[XXXXX738]", + "[XXXXX856]", + "[XXXXX979]", + "[XXXXX825]", + "[XXXXX852]", + "[XXXXX215]", + "[XXXXX91]", + "[XXXXX257]", + "[XXXXX325]", + "[XXXXX368]", + "[XXXXX1124]", + "[XXXXX188]", + "[XXXXX905]", + "[XXXXX284]", + "[XXXXX11]", + "[XXXXX83]", + "[XXXXX611]", + "[XXXXX51]", + "[XXXXX99]", + "[XXXXX288]", + "[XXXXX945]", + "[XXXXX975]", + "[XXXXX282]", + "[XXXXX1068]", + "[XXXXX1180]", + "[XXXXX574]", + "[XXXXX305]", + "[XXXXX565]", + "[XXXXX865]", + "[XXXXX1014]", + "[XXXXX1138]", + "[XXXXX134]", + "[XXXXX321]", + "[XXXXX752]", + "[XXXXX108]", + "[XXXXX339]", + "[XXXXX893]", + "[XXXXX1177]", + "[XXXXX988]", + "[XXXXX719]", + "[XXXXX1059]", + "[XXXXX421]", + "[XXXXX670]", + "[XXXXX949]", + "[XXXXX14]", + "[XXXXX1087]", + "[XXXXX382]", + "[XXXXX531]", + "[XXXXX1079]", + "[XXXXX1067]", + "[XXXXX655]", + "[XXXXX340]", + "[XXXXX398]", + "[XXXXX175]", + "[XXXXX232]", + "[XXXXX244]", + "[XXXXX568]", + "[XXXXX1110]", + "[XXXXX191]", + "[XXXXX931]", + "[XXXXX832]", + "[XXXXX1030]", + "[XXXXX144]", + "[XXXXX1102]", + "[XXXXX300]", + "[XXXXX996]", + "[XXXXX248]", + "[XXXXX66]", + "[XXXXX735]", + "[XXXXX20]", + "[XXXXX694]", + "[XXXXX845]", + "[XXXXX500]", + "[XXXXX613]", + "[XXXXX117]", + "[XXXXX886]", + "[XXXXX261]", + "[XXXXX567]", + "[XXXXX541]", + "[XXXXX529]", + "[XXXXX699]", + "[XXXXX715]", + "[XXXXX1003]", + "[XXXXX518]", + "[XXXXX891]", + "[XXXXX192]", + "[XXXXX53]", + "[XXXXX428]", + "[XXXXX183]", + "[XXXXX850]", + "[XXXXX539]", + "[XXXXX527]", + "[XXXXX660]", + "[XXXXX409]", + "[XXXXX1122]", + "[XXXXX898]", + "[XXXXX858]", + "[XXXXX534]", + "[XXXXX756]", + "[XXXXX63]", + "[XXXXX49]", + "[XXXXX1106]", + "[XXXXX111]", + "[XXXXX955]", + "[XXXXX309]", + "[XXXXX538]", + "[XXXXX823]", + "[XXXXX867]", + "[XXXXX587]", + "[XXXXX243]", + "[XXXXX677]", + "[XXXXX1017]", + "[XXXXX173]", + "[XXXXX682]", + "[XXXXX1184]", + "[XXXXX1009]", + "[XXXXX704]", + "[XXXXX532]", + "[XXXXX901]", + "[XXXXX120]", + "[XXXXX388]", + "[XXXXX405]", + "[XXXXX788]", + "[XXXXX728]", + "[XXXXX425]", + "[XXXXX883]", + "[XXXXX837]", + "[XXXXX350]", + "[XXXXX716]", + "[XXXXX579]", + "[XXXXX909]", + "[XXXXX884]", + "[XXXXX1011]", + "[XXXXX372]", + "[XXXXX370]", + "[XXXXX468]", + "[XXXXX688]", + "[XXXXX56]", + "[XXXXX653]", + "[XXXXX623]", + "[XXXXX552]", + "[XXXXX314]", + "[XXXXX1018]", + "[XXXXX1091]", + "[XXXXX342]", + "[XXXXX1065]", + "[XXXXX1161]", + "[XXXXX959]", + "[XXXXX1035]", + "[XXXXX530]", + "[XXXXX69]", + "[XXXXX489]", + "[XXXXX1]", + "[XXXXX207]", + "[XXXXX433]", + "[XXXXX358]", + "[XXXXX601]", + "[XXXXX2]", + "[XXXXX722]", + "[XXXXX985]", + "[XXXXX908]", + "[XXXXX1024]", + "[XXXXX1111]", + "[XXXXX1113]", + "[XXXXX678]", + "[XXXXX19]", + "[XXXXX1186]", + "[XXXXX808]", + "[XXXXX493]", + "[XXXXX1155]", + "[XXXXX217]", + "[XXXXX616]", + "[XXXXX835]", + "[XXXXX994]", + "[XXXXX484]", + "[XXXXX362]", + "[XXXXX582]", + "[XXXXX1034]", + "[XXXXX772]", + "[XXXXX457]", + "[XXXXX604]", + "[XXXXX456]", + "[XXXXX145]", + "[XXXXX476]", + "[XXXXX218]", + "[XXXXX199]", + "[XXXXX364]", + "[XXXXX302]", + "[XXXXX881]", + "[XXXXX1088]", + "[XXXXX356]", + "[XXXXX936]", + "[XXXXX978]", + "[XXXXX895]", + "[XXXXX993]", + "[XXXXX458]", + "[XXXXX1002]", + "[XXXXX1022]", + "[XXXXX25]", + "[XXXXX766]", + "[XXXXX64]", + "[XXXXX211]", + "[XXXXX82]", + "[XXXXX634]", + "[XXXXX661]", + "[XXXXX748]", + "[XXXXX778]", + "[XXXXX24]", + "[XXXXX448]", + "[XXXXX887]", + "[XXXXX890]", + "[XXXXX754]", + "[XXXXX343]", + "[XXXXX1069]", + "[XXXXX294]", + "[XXXXX295]", + "[XXXXX197]", + "[XXXXX210]", + "[XXXXX630]", + "[XXXXX707]", + "[XXXXX864]", + "[XXXXX391]", + "[XXXXX338]", + "[XXXXX800]", + "[XXXXX841]", + "[XXXXX967]", + "[XXXXX793]", + "[XXXXX916]", + "[XXXXX603]", + "[XXXXX270]", + "[XXXXX105]", + "[XXXXX1016]", + "[XXXXX804]", + "[XXXXX264]", + "[XXXXX155]", + "[XXXXX1190]", + "[XXXXX813]", + "[XXXXX546]" + ], + "bos_token": "[CLS]", + "clean_up_tokenization_spaces": true, + "cls_token": "[CLS]", + "do_lower_case": false, + "eos_token": "[SEP]", + "extra_special_tokens": {}, + "keep_accents": true, + "mask_token": "[MASK]", + "model_max_length": 1000000000000000019884624838656, + "pad_token": "", + "remove_space": true, + "sep_token": "[SEP]", + "sp_model_kwargs": {}, + "tokenizer_class": "AlbertTokenizer", + "unk_token": "" +} diff --git a/training_args.bin b/training_args.bin new file mode 100644 index 0000000..dd7c32c --- /dev/null +++ b/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3d2a68b90360eb655421532420fe46f2b0b1d0c12707e3871f3a554431b82b +size 6289