DEVECOAI/DeepSeek-Coder-V2-Lite-Instruct_lr2e-05_r8_rsTrue
0
1{2 "version": "1.0",3 "truncation": {4 "direction": "Right",5 "max_length": 4096,6 "strategy": "LongestFirst",7 "stride": 08 },9 "padding": null,10 "added_tokens": [11 {12 "id": 100000,13 "content": "<|begin▁of▁sentence|>",14 "single_word": false,15 "lstrip": false,16 "rstrip": false,17 "normalized": true,18 "special": true19 },20 {21 "id": 100001,22 "content": "<|end▁of▁sentence|>",23 "single_word": false,24 "lstrip": false,25 "rstrip": false,26 "normalized": true,27 "special": true28 },29 {30 "id": 100002,31 "content": "<|fim▁hole|>",32 "single_word": false,33 "lstrip": false,34 "rstrip": false,35 "normalized": true,36 "special": false37 },38 {39 "id": 100003,40 "content": "<|fim▁begin|>",41 "single_word": false,42 "lstrip": false,43 "rstrip": false,44 "normalized": true,45 "special": false46 },47 {48 "id": 100004,49 "content": "<|fim▁end|>",50 "single_word": false,51 "lstrip": false,52 "rstrip": false,53 "normalized": true,54 "special": false55 },56 {57 "id": 100005,58 "content": "<|completion|>",59 "single_word": false,60 "lstrip": false,61 "rstrip": false,62 "normalized": true,63 "special": false64 },65 {66 "id": 100006,67 "content": "<|User|>",68 "single_word": false,69 "lstrip": false,70 "rstrip": false,71 "normalized": true,72 "special": false73 },74 {75 "id": 100007,76 "content": "<|Assistant|>",77 "single_word": false,78 "lstrip": false,79 "rstrip": false,80 "normalized": true,81 "special": false82 },83 {84 "id": 100008,85 "content": "<|EOT|>",86 "single_word": false,87 "lstrip": false,88 "rstrip": false,89 "normalized": true,90 "special": true91 },92 {93 "id": 100009,94 "content": "<|tool▁calls▁begin|>",95 "single_word": false,96 "lstrip": false,97 "rstrip": false,98 "normalized": true,99 "special": false100 },101 {102 "id": 100010,103 "content": "<|tool▁calls▁end|>",104 "single_word": false,105 "lstrip": false,106 "rstrip": false,107 "normalized": true,108 "special": false109 },110 {111 "id": 100011,112 "content": "<|tool▁call▁begin|>",113 "single_word": false,114 "lstrip": false,115 "rstrip": false,116 "normalized": true,117 "special": false118 },119 {120 "id": 100012,121 "content": "<|tool▁call▁end|>",122 "single_word": false,123 "lstrip": false,124 "rstrip": false,125 "normalized": true,126 "special": false127 },128 {129 "id": 100013,130 "content": "<|tool▁outputs▁begin|>",131 "single_word": false,132 "lstrip": false,133 "rstrip": false,134 "normalized": true,135 "special": false136 },137 {138 "id": 100014,139 "content": "<|tool▁outputs▁end|>",140 "single_word": false,141 "lstrip": false,142 "rstrip": false,143 "normalized": true,144 "special": false145 },146 {147 "id": 100015,148 "content": "<|tool▁output▁begin|>",149 "single_word": false,150 "lstrip": false,151 "rstrip": false,152 "normalized": true,153 "special": false154 },155 {156 "id": 100016,157 "content": "<|tool▁output▁end|>",158 "single_word": false,159 "lstrip": false,160 "rstrip": false,161 "normalized": true,162 "special": false163 },164 {165 "id": 100017,166 "content": "<|tool▁sep|>",167 "single_word": false,168 "lstrip": false,169 "rstrip": false,170 "normalized": true,171 "special": false172 }173 ],174 "normalizer": {175 "type": "Sequence",176 "normalizers": []177 },178 "pre_tokenizer": {179 "type": "Sequence",180 "pretokenizers": [181 {182 "type": "Split",183 "pattern": {184 "Regex": "[\r\n]"185 },186 "behavior": "Isolated",187 "invert": false188 },189 {190 "type": "Split",191 "pattern": {192 "Regex": "\\s?[A-Za-zµÀ-ÖØ-öø-ƺƼ-ƿDŽ-ʓʕ-ʯͰ-ͳͶͷͻ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-ՖႠ-ჅᎠ-Ᏽᏸ-ᏽᲐ-ᲺᲽ-Ჿᴀ-ᴫᵫ-ᵷᵹ-ᶚḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℴℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-ⱻⱾ-ⳤⳫ-ⳮⳲⳳꙀ-ꙭꚀ-ꚛꜢ-ꝯꝱ-ꞇꞋ-ꞎꭰ-ꮿff-stﬓ-ﬗA-Za-z𐐀-𐑏𐒰-𐓓𐓘-𐓻𐲀-𐲲𐳀-𐳲𑢠-𑣟𞤀-𞥃]+"193 },194 "behavior": "Isolated",195 "invert": false196 },197 {198 "type": "Split",199 "pattern": {200 "Regex": "\\s?[!-/:-~!-/:-~‘-‟ -。]+"201 },202 "behavior": "Isolated",203 "invert": false204 },205 {206 "type": "Split",207 "pattern": {208 "Regex": "\\s+$"209 },210 "behavior": "Isolated",211 "invert": false212 },213 {214 "type": "Split",215 "pattern": {216 "Regex": "[一-龥ࠀ-一가-]+"217 },218 "behavior": "Isolated",219 "invert": false220 },221 {222 "type": "Digits",223 "individual_digits": true224 },225 {226 "type": "ByteLevel",227 "add_prefix_space": false,228 "trim_offsets": true,229 "use_regex": false230 }231 ]232 },233 "post_processor": {234 "type": "TemplateProcessing",235 "single": [236 {237 "SpecialToken": {238 "id": "<|begin▁of▁sentence|>",239 "type_id": 0240 }241 },242 {243 "Sequence": {244 "id": "A",245 "type_id": 0246 }247 }248 ],249 "pair": [250 {251 "SpecialToken": {252 "id": "<|begin▁of▁sentence|>",253 "type_id": 0254 }255 },256 {257 "Sequence": {258 "id": "A",259 "type_id": 0260 }261 },262 {263 "SpecialToken": {264 "id": "<|begin▁of▁sentence|>",265 "type_id": 1266 }267 },268 {269 "Sequence": {270 "id": "B",271 "type_id": 1272 }273 }274 ],275 "special_tokens": {276 "<|begin▁of▁sentence|>": {277 "id": "<|begin▁of▁sentence|>",278 "ids": [279 100000280 ],281 "tokens": [282 "<|begin▁of▁sentence|>"283 ]284 }285 }286 },287 "decoder": {288 "type": "ByteLevel",289 "add_prefix_space": true,290 "trim_offsets": true,291 "use_regex": true292 },293 "model": {294 "type": "BPE",295 "dropout": null,296 "unk_token": null,297 "continuing_subword_prefix": null,298 "end_of_word_suffix": null,299 "fuse_unk": false,300 "byte_fallback": false,301 "ignore_merges": false,302 "vocab": {303 "!": 0,304 "\"": 1,305 "#": 2,306 "$": 3,307 "%": 4,308 "&": 5,309 "'": 6,310 "(": 7,311 ")": 8,312 "*": 9,313 "+": 10,314 ",": 11,315 "-": 12,316 ".": 13,317 "/": 14,318 "0": 15,319 "1": 16,320 "2": 17,321 "3": 18,322 "4": 19,323 "5": 20,324 "6": 21,325 "7": 22,326 "8": 23,327 "9": 24,328 ":": 25,329 ";": 26,330 "<": 27,331 "=": 28,332 ">": 29,333 "?": 30,334 "@": 31,335 "A": 32,336 "B": 33,337 "C": 34,338 "D": 35,339 "E": 36,340 "F": 37,341 "G": 38,342 "H": 39,343 "I": 40,344 "J": 41,345 "K": 42,346 "L": 43,347 "M": 44,348 "N": 45,349 "O": 46,350 "P": 47,351 "Q": 48,352 "R": 49,353 "S": 50,354 "T": 51,355 "U": 52,356 "V": 53,357 "W": 54,358 "X": 55,359 "Y": 56,360 "Z": 57,361 "[": 58,362 "\\": 59,363 "]": 60,364 "^": 61,365 "_": 62,366 "`": 63,367 "a": 64,368 "b": 65,369 "c": 66,370 "d": 67,371 "e": 68,372 "f": 69,373 "g": 70,374 "h": 71,375 "i": 72,376 "j": 73,377 "k": 74,378 "l": 75,379 "m": 76,380 "n": 77,381 "o": 78,382 "p": 79,383 "q": 80,384 "r": 81,385 "s": 82,386 "t": 83,387 "u": 84,388 "v": 85,389 "w": 86,390 "x": 87,391 "y": 88,392 "z": 89,393 "{": 90,394 "|": 91,395 "}": 92,396 "~": 93,397 "¡": 94,398 "¢": 95,399 "£": 96,400 "¤": 97,401 "¥": 98,402 "¦": 99,403 "§": 100,404 "¨": 101,405 "©": 102,406 "ª": 103,407 "«": 104,408 "¬": 105,409 "®": 106,410 "¯": 107,411 "°": 108,412 "±": 109,413 "²": 110,414 "³": 111,415 "´": 112,416 "µ": 113,417 "¶": 114,418 "·": 115,419 "¸": 116,420 "¹": 117,421 "º": 118,422 "»": 119,423 "¼": 120,424 "½": 121,425 "¾": 122,426 "¿": 123,427 "Â": 124,428 "Ã": 125,429 "Ä": 126,430 "Å": 127,431 "Æ": 128,432 "Ç": 129,433 "È": 130,434 "É": 131,435 "Ê": 132,436 "Ë": 133,437 "Ì": 134,438 "Í": 135,439 "Î": 136,440 "Ï": 137,441 "Ð": 138,442 "Ñ": 139,443 "Ò": 140,444 "Ó": 141,445 "Ô": 142,446 "Õ": 143,447 "Ö": 144,448 "×": 145,449 "Ø": 146,450 "Ù": 147,451 "Ú": 148,452 "Û": 149,453 "Ü": 150,454 "Ý": 151,455 "Þ": 152,456 "ß": 153,457 "à": 154,458 "á": 155,459 "â": 156,460 "ã": 157,461 "ä": 158,462 "å": 159,463 "æ": 160,464 "ç": 161,465 "è": 162,466 "é": 163,467 "ê": 164,468 "ë": 165,469 "ì": 166,470 "í": 167,471 "î": 168,472 "ï": 169,473 "ð": 170,474 "ñ": 171,475 "ò": 172,476 "ó": 173,477 "ô": 174,478 "Ā": 175,479 "ā": 176,480 "Ă": 177,481 "ă": 178,482 "Ą": 179,483 "ą": 180,484 "Ć": 181,485 "ć": 182,486 "Ĉ": 183,487 "ĉ": 184,488 "Ċ": 185,489 "ċ": 186,490 "Č": 187,491 "č": 188,492 "Ď": 189,493 "ď": 190,494 "Đ": 191,495 "đ": 192,496 "Ē": 193,497 "ē": 194,498 "Ĕ": 195,499 "ĕ": 196,500 "Ė": 197,501 "ė": 198,502 "Ę": 199,503 "ę": 200,504 "Ě": 201,505 "ě": 202,506 "Ĝ": 203,507 "ĝ": 204,508 "Ğ": 205,509 "ğ": 206,510 "Ġ": 207,511 "ġ": 208,512 "Ģ": 209,513 "ģ": 210,514 "Ĥ": 211,515 "ĥ": 212,516 "Ħ": 213,517 "ħ": 214,518 "Ĩ": 215,519 "ĩ": 216,520 "Ī": 217,521 "ī": 218,522 "Ĭ": 219,523 "ĭ": 220,524 "Į": 221,525 "į": 222,526 "İ": 223,527 "ı": 224,528 "IJ": 225,529 "ij": 226,530 "Ĵ": 227,531 "ĵ": 228,532 "Ķ": 229,533 "ķ": 230,534 "ĸ": 231,535 "Ĺ": 232,536 "ĺ": 233,537 "Ļ": 234,538 "ļ": 235,539 "Ľ": 236,540 "ľ": 237,541 "Ŀ": 238,542 "ŀ": 239,543 "Ł": 240,544 "ł": 241,545 "Ń": 242,546 "ĠĠ": 243,547 "Ġt": 244,548 "Ġa": 245,549 "in": 246,550 "he": 247,551 "re": 248,552 "on": 249,553 "er": 250,554 "ĠĠĠĠ": 251,555 "Ġs": 252,556 "at": 253,557 "Ġthe": 254,558 "en": 255,559 "or": 256,560 "es": 257,561 "Ġc": 258,562 "Ġw": 259,563 "it": 260,564 "an": 261,565 "is": 262,566 "Ġd": 263,567 "ou": 264,568 "Ġp": 265,569 "al": 266,570 "Ġf": 267,571 "ar": 268,572 "Ġo": 269,573 "Ġb": 270,574 "ed": 271,575 "ing": 272,576 "Ġm": 273,577 "Ġan": 274,578 "le": 275,579 "Ġto": 276,580 "ion": 277,581 "ic": 278,582 "Ġin": 279,583 "Ġof": 280,584 "as": 281,585 "el": 282,586 "om": 283,587 "Ġl": 284,588 "Ġand": 285,589 "Ġh": 286,590 "ĠÐ": 287,591 "Ġth": 288,592 "ent": 289,593 "et": 290,594 "Ġn": 291,595 "st": 292,596 "а": 293,597 "ro": 294,598 "ct": 295,599 "il": 296,600 "ä¸": 297,601 "Ġre": 298,602 "ĠĠĠĠĠĠĠĠ": 299,603 "ĠĠĠ": 300,604 "Ġe": 301,605 "ot": 302,606 "am": 303,607 "ĠI": 304,608 "id": 305,609 "ac": 306,610 "Ġg": 307,611 "ad": 308,612 "im": 309,613 "un": 310,614 "и": 311,615 "ig": 312,616 "ve": 313,617 "ol": 314,618 "Ġde": 315,619 "ut": 316,620 "Ġis": 317,621 "е": 318,622 "us": 319,623 "Ġy": 320,624 "о": 321,625 "ow": 322,626 "ĠT": 323,627 "ĠS": 324,628 "ÑĤ": 325,629 "ly": 326,630 "Ġfor": 327,631 "qu": 328,632 "ver": 329,633 "Ġbe": 330,634 "Ġon": 331,635 "ur": 332,636 "ay": 333,637 "Ġ(": 334,638 "ation": 335,639 "çļ": 336,640 "çļĦ": 337,641 "ĠA": 338,642 "ĠC": 339,643 "Ġyou": 340,644 "ul": 341,645 "ÑĢ": 342,646 "ãĢ": 343,647 "Ġthat": 344,648 "н": 345,649 "se": 346,650 "ce": 347,651 "ir": 348,652 "ith": 349,653 "âĢ": 350,654 "if": 351,655 "Ġst": 352,656 "Ġv": 353,657 "äº": 354,658 "od": 355,659 "ab": 356,660 "Ġ\\": 357,661 "ch": 358,662 "Ġit": 359,663 "Ġal": 360,664 "ag": 361,665 "Ġhe": 362,666 "Ġ$": 363,667 "ĠM": 364,668 "Ġcon": 365,669 "Ġwith": 366,670 "ter": 367,671 "Ñģ": 368,672 "ri": 369,673 "em": 370,674 "est": 371,675 "Ġas": 372,676 "ap": 373,677 "--": 374,678 "ĠP": 375,679 "Ġwh": 376,680 "um": 377,681 "os": 378,682 "res": 379,683 "ĠB": 380,684 "Ġpro": 381,685 "ist": 382,686 "ht": 383,687 "and": 384,688 "Ġcom": 385,689 "Ġse": 386,690 "ate": 387,691 "pe": 388,692 "ill": 389,693 "ess": 390,694 "ĠĠĠĠĠĠĠ": 391,695 "æľ": 392,696 "th": 393,697 "up": 394,698 "Ġwe": 395,699 "åı": 396,700 "her": 397,701 "ãĢĤ": 398,702 "ä»": 399,703 "ke": 400,704 "ant": 401,705 "ra": 402,706 "Ġ=": 403,707 "ld": 404,708 "Ġun": 405,709 "oc": 406,710 "out": 407,711 "ers": 408,712 "end": 409,713 "Ġor": 410,714 "Ġex": 411,715 "л": 412,716 "ĠL": 413,717 "ĠD": 414,718 "ĠH": 415,719 "our": 416,720 "ĠF": 417,721 "Ġare": 418,722 "å¤": 419,723 "ore": 420,724 "rom": 421,725 "Ġha": 422,726 "ĠW": 423,727 "в": 424,728 "op": 425,729 "nd": 426,730 "ĠE": 427,731 "Ġr": 428,732 "ĠThe": 429,733 "Ġat": 430,734 "iv": 431,735 "art": 432,736 "ĠR": 433,737 "åħ": 434,738 "nt": 435,739 "all": 436,740 "Ġthis": 437,741 "Ġwas": 438,742 "ort": 439,743 "Ġ\"": 440,744 "Ġnot": 441,745 "Ġne": 442,746 "è¿": 443,747 "ain": 444,748 "Ġqu": 445,749 "Ġla": 446,750 "ight": 447,751 "æĺ": 448,752 "pl": 449,753 "Ġus": 450,754 "ction": 451,755 "ĠG": 452,756 "ure": 453,757 "te": 454,758 "å®": 455,759 "Ġen": 456,760 "Ġby": 457,761 "ub": 458,762 "Ġ<": 459,763 "Ġi": 460,764 "ĠN": 461,765 "pt": 462,766 "Ġhave": 463,767 "к": 464,768 "ity": 465,769 "Ġel": 466,770 "Ġsh": 467,771 "ass": 468,772 "ment": 469,773 "åĪ": 470,774 "ame": 471,775 "ould": 472,776 "Ġfrom": 473,777 "ä½": 474,778 "ies": 475,779 ");": 476,780 "åľ": 477,781 "{\\": 478,782 "ine": 479,783 "ia": 480,784 "Ġcan": 481,785 "åIJ": 482,786 "ust": 483,787 "ud": 484,788 "=\"": 485,789 "ĉĉ": 486,790 "âĢĻ": 487,791 "ell": 488,792 "ive": 489,793 "д": 490,794 "age": 491,795 "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 492,796 "ge": 493,797 "ard": 494,798 "og": 495,799 "Ġch": 496,800 "Ġcl": 497,801 "ome": 498,802 "ial": 499,803 "ect": 500,804 "ue": 501,805 "ack": 502,806 "ä¹": 503,807 "æĺ¯": 504,808 "ä¸Ģ": 505,809 "red": 506,810 "ost": 507,811 "ĠO": 508,812 "Ġ{": 509,813 "able": 510,814 "ath": 511,815 "æĪ": 512,816 "Ġper": 513,817 "ich": 514,818 "ind": 515,819 "çĶ": 516,820 "ip": 517,821 "Ġle": 518,822 "å°": 519,823 "Ġyour": 520,824 "Ġall": 521,825 "ie": 522,826 "Ġj": 523,827 "per": 524,828 "Ġme": 525,829 "..": 526,830 "åĬ": 527,831 "Ġtr": 528,832 "av": 529,833 "Ġk": 530,834 "iz": 531,835 "xt": 532,836 "ans": 533,837 "ult": 534,838 "</": 535,839 "Ġdo": 536,840 "ãĢģ": 537,841 "cl": 538,842 "ff": 539,843 "ast": 540,844 "rou": 541,845 "ç»": 542,846 "Ġwill": 543,847 "ok": 544,848 "Ġwhe": 545,849 "ide": 546,850 "Ġab": 547,851 "Ġbut": 548,852 "The": 549,853 "ite": 550,854 "Ġwor": 551,855 "æĹ": 552,856 "ó": 553,857 "ib": 554,858 "Ġн": 555,859 "//": 556,860 "are": 557,861 "Ġso": 558,862 "ak": 559,863 "port": 560,864 "orm": 561,865 "ions": 562,866 "ĠÑģ": 563,867 "Ñı": 564,868 "Ġif": 565,869 "_{": 566,870 "con": 567,871 "ĠJ": 568,872 "cc": 569,873 "Ġ-": 570,874 "Ġpl": 571,875 "int": 572,876 "ä¸į": 573,877 "åĽ": 574,878 "Ġ*": 575,879 "Ġ&": 576,880 "ĠU": 577,881 "ice": 578,882 "м": 579,883 "to": 580,884 "Ġup": 581,885 "Ġdel": 582,886 "der": 583,887 "de": 584,888 "ace": 585,889 "Ġhis": 586,890 "é": 587,891 "Ġwhich": 588,892 "è¯": 589,893 "ase": 590,894 "Ġcomp": 591,895 "ÑĬ": 592,896 "ime": 593,897 "one": 594,898 "ĠĠĠĠĠĠĠĠĠĠĠ": 595,899 "ong": 596,900 "Ġres": 597,901 "ally": 598,902 "æĸ": 599,903 "ä¼": 600,904 "Ġmy": 601,905 "Ġad": 602,906 "Ñĥ": 603,907 "ни": 604,908 "ile": 605,909 "å¹": 606,910 "ther": 607,911 "Ġam": 608,912 "æľī": 609,913 "æĿ": 610,914 "з": 611,915 "åľ¨": 612,916 "eg": 613,917 "Ġgo": 614,918 "Ġ}": 615,919 "ated": 616,920 "äºĨ": 617,921 "åŃ": 618,922 "Ġп": 619,923 "Ġна": 620,924 "ign": 621,925 "act": 622,926 "Ġim": 623,927 "åį": 624,928 "ous": 625,929 "----": 626,930 "ÑĢа": 627,931 "Ġ$\\": 628,932 "urn": 629,933 "人": 630,934 "Ġap": 631,935 "ĠV": 632,936 ").": 633,937 "Ġone": 634,938 "Ġcont": 635,939 "Ġout": 636,940 "ref": 637,941 "gh": 638,942 "ne": 639,943 "è®": 640,944 "ire": 641,945 "Ġno": 642,946 "Ġhas": 643,947 "very": 644,948 "Ġlo": 645,949 "Ġque": 646,950 "ll": 647,951 "æī": 648,952 "ance": 649,953 "ÑĤо": 650,954 "ake": 651,955 "tr": 652,956 "ÑĤа": 653,957 "),": 654,958 "Ġ'": 655,959 "ÃŃ": 656,960 "Ġthey": 657,961 "ep": 658,962 "ob": 659,963 "ens": 660,964 "Ġhad": 661,965 "ft": 662,966 "ĠĠĠĠĠ": 663,967 "math": 664,968 "å¸": 665,969 "ary": 666,970 "å¾": 667,971 "Ġman": 668,972 "ere": 669,973 "Ġar": 670,974 "pro": 671,975 "the": 672,976 "ang": 673,977 "ry": 674,978 "so": 675,979 "Ãł": 676,980 "ĠTh": 677,981 "du": 678,982 "Ġsu": 679,983 "ail": 680,984 "å·": 681,985 "éĩ": 682,986 "ach": 683,987 "\">": 684,988 "ĠIn": 685,989 "ix": 686,990 "èĢ": 687,991 "Ġany": 688,992 "ĥ½": 689,993 "com": 690,994 "Ġmore": 691,995 "ose": 692,996 "form": 693,997 "ord": 694,998 "ph": 695,999 "Ġdis": 696,1000 "Ġpart": 697,1001 "å¼": 698,1002 "Ġser": 699,1003 "ition": 700,1004 "ber": 701,1005 "åĩ": 702,1006 "ress": 703,1007 "Ġtheir": 704,1008 "Ġdes": 705,1009 "Ġи": 706,1010 "ear": 707,1011 "get": 708,1012 "own": 709,1013 "ks": 710,1014 "Ġher": 711,1015 "Ġes": 712,1016 "ents": 713,1017 "Ġв": 714,1018 "ors": 715,1019 "г": 716,1020 "å¥": 717,1021 "Ġli": 718,1022 "ple": 719,1023 "ations": 720,1024 "ĠK": 721,1025 "ount": 722,1026 "åĨ": 723,1027 "è": 724,1028 "ence": 725,1029 "п": 726,1030 "ÑĤе": 727,1031 "на": 728,1032 "ound": 729,1033 "row": 730,1034 "Ñĩ": 731,1035 "ва": 732,1036 "ely": 733,1037 "ru": 734,1038 "Ġsp": 735,1039 "ma": 736,1040 "Ġsa": 737,1041 "ode": 738,1042 "ical": 739,1043 "}\\": 740,1044 "è¡": 741,1045 "Ġsome": 742,1046 "åº": 743,1047 "Ġwould": 744,1048 "Ġthere": 745,1049 "**": 746,1050 "éĢ": 747,1051 "大": 748,1052 "Ġfe": 749,1053 "Ġother": 750,1054 "ata": 751,1055 "Ġget": 752,1056 "å¯": 753,1057 "Ġwhen": 754,1058 "ÑĢе": 755,1059 "Ġsc": 756,1060 "ject": 757,1061 "ree": 758,1062 "}$": 759,1063 "Ġev": 760,1064 "Ġnew": 761,1065 "Ġclass": 762,1066 "vers": 763,1067 "ä¸Ń": 764,1068 "Ġо": 765,1069 "Ġtime": 766,1070 "ÑĢи": 767,1071 "Ġthem": 768,1072 "Ġour": 769,1073 "ĠY": 770,1074 "çĽ": 771,1075 "ick": 772,1076 "ype": 773,1077 "In": 774,1078 "ert": 775,1079 "low": 776,1080 "为": 777,1081 "Ġwere": 778,1082 "Ġwho": 779,1083 "åĮ": 780,1084 "^{": 781,1085 "sp": 782,1086 "èµ": 783,1087 "reat": 784,1088 "elf": 785,1089 "Ġabout": 786,1090 "è¿Ļ": 787,1091 "==": 788,1092 "lo": 789,1093 "âĢľ": 790,1094 "ings": 791,1095 "turn": 792,1096 "Ġpr": 793,1097 "ex": 794,1098 "б": 795,1099 "ink": 796,1100 "ays": 797,1101 "个": 798,1102 "ory": 799,1103 "è§": 800,1104 "ener": 801,1105 "Ġ|": 802,1106 "Ġbeen": 803,1107 "Ġte": 804,1108 "Ġag": 805,1109 "æĬ": 806,1110 "li": 807,1111 "è´": 808,1112 "ĠIt": 809,1113 "nc": 810,1114 "lic": 811,1115 "æķ": 812,1116 "Ġro": 813,1117 "ck": 814,1118 "ef": 815,1119 "ä¸Ĭ": 816,1120 "ari": 817,1121 "çİ": 818,1122 "å¿": 819,1123 "ta": 820,1124 "Ġva": 821,1125 "text": 822,1126 "æł": 823,1127 "Ġob": 824,1128 "Ġ[": 825,1129 "()": 826,1130 "aus": 827,1131 "æĢ": 828,1132 "Ġfun": 829,1133 "Ġwork": 830,1134 "Ġkn": 831,1135 "we": 832,1136 "ps": 833,1137 "ual": 834,1138 "åĴ": 835,1139 "ÑģÑĤ": 836,1140 "Ġlike": 837,1141 "Ġshe": 838,1142 "Ġalso": 839,1143 "Ġpre": 840,1144 "èĩ": 841,1145 "Ġoff": 842,1146 "old": 843,1147 "ish": 844,1148 "Ġset": 845,1149 "Ġbo": 846,1150 "rib": 847,1151 "wo": 848,1152 "vel": 849,1153 "æĹ¶": 850,1154 "以": 851,1155 "æĪij": 852,1156 "Ġthan": 853,1157 "Ġinst": 854,1158 "Ġover": 855,1159 "Ġwhat": 856,1160 "Ġhim": 857,1161 "ild": 858,1162 "Ġest": 859,1163 "ark": 860,1164 "irst": 861,1165 "eth": 862,1166 "anc": 863,1167 "ont": 864,1168 "fr": 865,1169 "itt": 866,1170 "iff": 867,1171 "ç§": 868,1172 "ec": 869,1173 "sc": 870,1174 "ock": 871,1175 "¦ģ": 872,1176 "åİ": 873,1177 "hed": 874,1178 "}}": 875,1179 "Ġspe": 876,1180 "ov": 877,1181 "les": 878,1182 "ons": 879,1183 "gr": 880,1184 "Ġinto": 881,1185 "Ġval": 882,1186 ".\"": 883,1187 "å±": 884,1188 "åĴĮ": 885,1189 "ys": 886,1190 "tern": 887,1191 "æŃ": 888,1192 "Ġonly": 889,1193 "ÑĨ": 890,1194 "âĢĵ": 891,1195 "è¦ģ": 892,1196 "Ġ/": 893,1197 "erm": 894,1198 "Ġits": 895,1199 "éĿ": 896,1200 "ull": 897,