sagar118/Custom-LLM-100M
1202
1{2 "version": "1.0",3 "truncation": {4 "direction": "Right",5 "max_length": 256,6 "strategy": "LongestFirst",7 "stride": 08 },9 "padding": null,10 "added_tokens": [11 {12 "id": 0,13 "content": "<s>",14 "single_word": false,15 "lstrip": false,16 "rstrip": false,17 "normalized": true,18 "special": true19 },20 {21 "id": 1,22 "content": "<pad>",23 "single_word": false,24 "lstrip": false,25 "rstrip": false,26 "normalized": true,27 "special": true28 },29 {30 "id": 3,31 "content": "<unk>",32 "single_word": false,33 "lstrip": false,34 "rstrip": false,35 "normalized": true,36 "special": true37 },38 {39 "id": 4,40 "content": "<mask>",41 "single_word": false,42 "lstrip": false,43 "rstrip": false,44 "normalized": false,45 "special": true46 },47 {48 "id": 5,49 "content": "<eos>",50 "single_word": false,51 "lstrip": false,52 "rstrip": false,53 "normalized": true,54 "special": true55 }56 ],57 "normalizer": null,58 "pre_tokenizer": {59 "type": "ByteLevel",60 "add_prefix_space": false,61 "trim_offsets": true,62 "use_regex": true63 },64 "post_processor": {65 "type": "ByteLevel",66 "add_prefix_space": true,67 "trim_offsets": false,68 "use_regex": true69 },70 "decoder": {71 "type": "ByteLevel",72 "add_prefix_space": true,73 "trim_offsets": true,74 "use_regex": true75 },76 "model": {77 "type": "BPE",78 "dropout": null,79 "unk_token": null,80 "continuing_subword_prefix": "",81 "end_of_word_suffix": "",82 "fuse_unk": false,83 "byte_fallback": false,84 "ignore_merges": false,85 "vocab": {86 "<s>": 0,87 "<pad>": 1,88 "</s>": 2,89 "<unk>": 3,90 "<mask>": 4,91 "<eos>": 5,92 "!": 6,93 "\"": 7,94 "#": 8,95 "$": 9,96 "%": 10,97 "&": 11,98 "'": 12,99 "(": 13,100 ")": 14,101 "*": 15,102 "+": 16,103 ",": 17,104 "-": 18,105 ".": 19,106 "/": 20,107 "0": 21,108 "1": 22,109 "2": 23,110 "3": 24,111 "4": 25,112 "5": 26,113 "6": 27,114 "7": 28,115 "8": 29,116 "9": 30,117 ":": 31,118 ";": 32,119 "<": 33,120 "=": 34,121 ">": 35,122 "?": 36,123 "@": 37,124 "A": 38,125 "B": 39,126 "C": 40,127 "D": 41,128 "E": 42,129 "F": 43,130 "G": 44,131 "H": 45,132 "I": 46,133 "J": 47,134 "K": 48,135 "L": 49,136 "M": 50,137 "N": 51,138 "O": 52,139 "P": 53,140 "Q": 54,141 "R": 55,142 "S": 56,143 "T": 57,144 "U": 58,145 "V": 59,146 "W": 60,147 "X": 61,148 "Y": 62,149 "Z": 63,150 "[": 64,151 "\\": 65,152 "]": 66,153 "^": 67,154 "_": 68,155 "`": 69,156 "a": 70,157 "b": 71,158 "c": 72,159 "d": 73,160 "e": 74,161 "f": 75,162 "g": 76,163 "h": 77,164 "i": 78,165 "j": 79,166 "k": 80,167 "l": 81,168 "m": 82,169 "n": 83,170 "o": 84,171 "p": 85,172 "q": 86,173 "r": 87,174 "s": 88,175 "t": 89,176 "u": 90,177 "v": 91,178 "w": 92,179 "x": 93,180 "y": 94,181 "z": 95,182 "{": 96,183 "|": 97,184 "}": 98,185 "~": 99,186 "¡": 100,187 "¢": 101,188 "£": 102,189 "¤": 103,190 "¥": 104,191 "¦": 105,192 "§": 106,193 "¨": 107,194 "©": 108,195 "ª": 109,196 "«": 110,197 "¬": 111,198 "®": 112,199 "¯": 113,200 "°": 114,201 "±": 115,202 "²": 116,203 "³": 117,204 "´": 118,205 "µ": 119,206 "¶": 120,207 "·": 121,208 "¸": 122,209 "¹": 123,210 "º": 124,211 "»": 125,212 "¼": 126,213 "½": 127,214 "¾": 128,215 "¿": 129,216 "À": 130,217 "Á": 131,218 "Â": 132,219 "Ã": 133,220 "Ä": 134,221 "Å": 135,222 "Æ": 136,223 "Ç": 137,224 "È": 138,225 "É": 139,226 "Ê": 140,227 "Ë": 141,228 "Ì": 142,229 "Í": 143,230 "Î": 144,231 "Ï": 145,232 "Ð": 146,233 "Ñ": 147,234 "Ò": 148,235 "Ó": 149,236 "Ô": 150,237 "Õ": 151,238 "Ö": 152,239 "×": 153,240 "Ø": 154,241 "Ù": 155,242 "Ú": 156,243 "Û": 157,244 "Ü": 158,245 "Ý": 159,246 "Þ": 160,247 "ß": 161,248 "à": 162,249 "á": 163,250 "â": 164,251 "ã": 165,252 "ä": 166,253 "å": 167,254 "æ": 168,255 "ç": 169,256 "è": 170,257 "é": 171,258 "ê": 172,259 "ë": 173,260 "ì": 174,261 "í": 175,262 "î": 176,263 "ï": 177,264 "ð": 178,265 "ñ": 179,266 "ò": 180,267 "ó": 181,268 "ô": 182,269 "õ": 183,270 "ö": 184,271 "÷": 185,272 "ø": 186,273 "ù": 187,274 "ú": 188,275 "û": 189,276 "ü": 190,277 "ý": 191,278 "þ": 192,279 "ÿ": 193,280 "Ā": 194,281 "ā": 195,282 "Ă": 196,283 "ă": 197,284 "Ą": 198,285 "ą": 199,286 "Ć": 200,287 "ć": 201,288 "Ĉ": 202,289 "ĉ": 203,290 "Ċ": 204,291 "ċ": 205,292 "Č": 206,293 "č": 207,294 "Ď": 208,295 "ď": 209,296 "Đ": 210,297 "đ": 211,298 "Ē": 212,299 "ē": 213,300 "Ĕ": 214,301 "ĕ": 215,302 "Ė": 216,303 "ė": 217,304 "Ę": 218,305 "ę": 219,306 "Ě": 220,307 "ě": 221,308 "Ĝ": 222,309 "ĝ": 223,310 "Ğ": 224,311 "ğ": 225,312 "Ġ": 226,313 "ġ": 227,314 "Ģ": 228,315 "ģ": 229,316 "Ĥ": 230,317 "ĥ": 231,318 "Ħ": 232,319 "ħ": 233,320 "Ĩ": 234,321 "ĩ": 235,322 "Ī": 236,323 "ī": 237,324 "Ĭ": 238,325 "ĭ": 239,326 "Į": 240,327 "į": 241,328 "İ": 242,329 "ı": 243,330 "IJ": 244,331 "ij": 245,332 "Ĵ": 246,333 "ĵ": 247,334 "Ķ": 248,335 "ķ": 249,336 "ĸ": 250,337 "Ĺ": 251,338 "ĺ": 252,339 "Ļ": 253,340 "ļ": 254,341 "Ľ": 255,342 "ľ": 256,343 "Ŀ": 257,344 "ŀ": 258,345 "Ł": 259,346 "ł": 260,347 "Ń": 261,348 "Ġt": 262,349 "he": 263,350 "Ġa": 264,351 "in": 265,352 "re": 266,353 "Ġthe": 267,354 "Ġs": 268,355 "on": 269,356 "er": 270,357 "Ġw": 271,358 "at": 272,359 "en": 273,360 "or": 274,361 "an": 275,362 "Ġc": 276,363 "ed": 277,364 "Ġo": 278,365 "it": 279,366 "is": 280,367 "Ġf": 281,368 "Ġb": 282,369 "es": 283,370 "ing": 284,371 "Ġp": 285,372 "ar": 286,373 "Ġto": 287,374 "Ġin": 288,375 "ou": 289,376 "Ġan": 290,377 "al": 291,378 "Ġh": 292,379 "Ġof": 293,380 "Ġm": 294,381 "as": 295,382 "Ġd": 296,383 "ic": 297,384 "Ġand": 298,385 "Ġth": 299,386 "le": 300,387 "id": 301,388 "om": 302,389 "ion": 303,390 "il": 304,391 "ent": 305,392 "Ġre": 306,393 "Ġn": 307,394 "ĠT": 308,395 "Ġl": 309,396 "ay": 310,397 "ve": 311,398 "st": 312,399 "Ġbe": 313,400 "Ġg": 314,401 "Ġ\"": 315,402 "ot": 316,403 "ut": 317,404 "ĠS": 318,405 "ĠA": 319,406 "Ġe": 320,407 "'s": 321,408 "ac": 322,409 "Ġhe": 323,410 "ol": 324,411 "ĠC": 325,412 "ad": 326,413 "ĠI": 327,414 "ly": 328,415 "Ġon": 329,416 "am": 330,417 "ur": 331,418 "Ġthat": 332,419 "Ġfor": 333,420 "ow": 334,421 "im": 335,422 "ig": 336,423 "se": 337,424 "ĠM": 338,425 "Ġsa": 339,426 "Ġst": 340,427 "ro": 341,428 "et": 342,429 "ver": 343,430 "Ġis": 344,431 "ir": 345,432 "ter": 346,433 "un": 347,434 "Ġsaid": 348,435 "ec": 349,436 "ation": 350,437 "Ġwh": 351,438 "el": 352,439 "ĠB": 353,440 "Ġwas": 354,441 "ĠThe": 355,442 "ill": 356,443 "ith": 357,444 "Ġit": 358,445 "Ġwe": 359,446 "ld": 360,447 "Ġwith": 361,448 "Ġy": 362,449 "ri": 363,450 "ce": 364,451 "us": 365,452 "ĠH": 366,453 "ĠW": 367,454 "Ġas": 368,455 "ĠP": 369,456 "Ġal": 370,457 "Ġat": 371,458 "ers": 372,459 "oun": 373,460 "Ġcon": 374,461 "op": 375,462 "her": 376,463 "ort": 377,464 "Ġha": 378,465 "ul": 379,466 "os": 380,467 "ment": 381,468 "ra": 382,469 "ch": 383,470 "ate": 384,471 "ĠF": 385,472 ",\"": 386,473 "and": 387,474 "ore": 388,475 "est": 389,476 "ke": 390,477 "Ġ-": 391,478 "ĠR": 392,479 "ist": 393,480 "Ġ--": 394,481 "ĠD": 395,482 "if": 396,483 "igh": 397,484 "rom": 398,485 "um": 399,486 "Ġare": 400,487 "ĠN": 401,488 "res": 402,489 "pp": 403,490 "ear": 404,491 "Ġr": 405,492 "Ġcom": 406,493 "ct": 407,494 "ge": 408,495 "Ġhave": 409,496 "th": 410,497 "em": 411,498 "Ġhis": 412,499 ".\"": 413,500 "ĠL": 414,501 "ew": 415,502 "ĠG": 416,503 "ain": 417,504 "Ġv": 418,505 "Ġfrom": 419,506 "Ġ1": 420,507 "Ġnot": 421,508 "ity": 422,509 "our": 423,510 "Ġch": 424,511 "ĠJ": 425,512 "Ġpro": 426,513 "art": 427,514 "Ġ2": 428,515 "ĠO": 429,516 "Ġde": 430,517 "Ġhas": 431,518 "od": 432,519 "ant": 433,520 "ould": 434,521 "Ġsh": 435,522 "Ġle": 436,523 "Ġby": 437,524 "ight": 438,525 "00": 439,526 "Ġex": 440,527 "red": 441,528 "ess": 442,529 "ĠE": 443,530 "out": 444,531 "ast": 445,532 "Ġgo": 446,533 "ies": 447,534 "iz": 448,535 "end": 449,536 "gh": 450,537 "ĠU": 451,538 "Ġwho": 452,539 "Ġab": 453,540 "all": 454,541 "ive": 455,542 "ack": 456,543 "Ġsu": 457,544 "Ġse": 458,545 "oc": 459,546 "ab": 460,547 "ust": 461,548 "day": 462,549 "ial": 463,550 "Ġj": 464,551 "ak": 465,552 "Ġthis": 466,553 "Ġsp": 467,554 "Ġor": 468,555 "Ġk": 469,556 "iv": 470,557 "Ġun": 471,558 "up": 472,559 "NN": 473,560 "Ġwhe": 474,561 "ome": 475,562 "ect": 476,563 "ice": 477,564 "ud": 478,565 "Ġpl": 479,566 "qu": 480,567 "ard": 481,568 "ĠK": 482,569 "Ġwor": 483,570 "ren": 484,571 "Ġthey": 485,572 "ok": 486,573 "Ġoff": 487,574 "Ġwere": 488,575 "ry": 489,576 "ia": 490,577 "Ġwill": 491,578 "ong": 492,579 "ost": 493,580 "ĠIn": 494,581 "cc": 495,582 "Ġ.": 496,583 "Ġbut": 497,584 "'t": 498,585 "ep": 499,586 "Ġyou": 500,587 "ans": 501,588 "ff": 502,589 "Ġtheir": 503,590 "ap": 504,591 "ag": 505,592 "Ġhad": 506,593 "ound": 507,594 "ide": 508,595 "Ġdo": 509,596 "Ġher": 510,597 "ich": 511,598 "Ġout": 512,599 "Ġpe": 513,600 "Ġbeen": 514,601 "ell": 515,602 "Ġrep": 516,603 "mer": 517,604 "fter": 518,605 "Ġag": 519,606 "Ġabout": 520,607 "ough": 521,608 "ord": 522,609 "Ġyear": 523,610 "Ġshe": 524,611 "ident": 525,612 "ther": 526,613 "one": 527,614 "ime": 528,615 "ople": 529,616 "ary": 530,617 "ays": 531,618 "ions": 532,619 "Ġne": 533,620 "ub": 534,621 "Ġad": 535,622 "Ġar": 536,623 "Ġint": 537,624 "Ġcont": 538,625 "ine": 539,626 "Ġmore": 540,627 "ber": 541,628 "ount": 542,629 "Ġall": 543,630 "ous": 544,631 "Ġcan": 545,632 "ally": 546,633 "ĠSt": 547,634 "ie": 548,635 "Ġpeople": 549,636 "au": 550,637 "Ġcl": 551,638 "Ġone": 552,639 "Ġafter": 553,640 "Ġup": 554,641 "ace": 555,642 "Ġ(": 556,643 "ian": 557,644 "ĠTh": 558,645 "ated": 559,646 "Ġres": 560,647 "ame": 561,648 "Ġpol": 562,649 "own": 563,650 "ip": 564,651 "ĠAn": 565,652 "very": 566,653 "ĠCh": 567,654 "Ġme": 568,655 "ize": 569,656 "ake": 570,657 "Ġwould": 571,658 "mar": 572,659 "ure": 573,660 "Ġgr": 574,661 "Ġexp": 575,662 "Ġcomp": 576,663 "Ġacc": 577,664 "ose": 578,665 "so": 579,666 "Ġinc": 580,667 "der": 581,668 "Ġpr": 582,669 "age": 583,670 "ue": 584,671 "Ġman": 585,672 "wo": 586,673 "Ġim": 587,674 "ts": 588,675 "Ġwhich": 589,676 "ike": 590,677 "sum": 591,678 "ass": 592,679 "Ġwhen": 593,680 "ĠHe": 594,681 "ind": 595,682 "ations": 596,683 "Ġover": 597,684 "ite": 598,685 "Ġso": 599,686 "ress": 600,687 "ib": 601,688 "ign": 602,689 "ict": 603,690 "ree": 604,691 "Ġrec": 605,692 "Ġother": 606,693 "Ġdis": 607,694 "ile": 608,695 "ĠIt": 609,696 "ire": 610,697 "Ġthan": 611,698 "Ġbec": 612,699 "ors": 613,700 "Ġalso": 614,701 "ĠCNN": 615,702 "Ġnew": 616,703 "man": 617,704 "Ġtr": 618,705 "act": 619,706 "lo": 620,707 "Ġev": 621,708 "ence": 622,709 "Ġatt": 623,710 "Ġen": 624,711 "old": 625,712 "eos": 626,713 "marize": 627,714 "summarize": 628,715 "Ġcr": 629,716 "Ġthere": 630,717 "av": 631,718 "ates": 632,719 "are": 633,720 "Ġits": 634,721 "Ġpart": 635,722 "ond": 636,723 "Ġreport": 637,724 "Ġus": 638,725 "Ġtwo": 639,726 "ek": 640,727 "aw": 641,728 "Ġwhat": 642,729 "pt": 643,730 "Ġkn": 644,731 "CNN": 645,732 "ĠY": 646,733 "ical": 647,734 "The": 648,735 "lic": 649,736 "og": 650,737 "Ġthem": 651,738 "Ġwork": 652,739 "ĠBut": 653,740 "Ġsome": 654,741 "ild": 655,742 "ook": 656,743 "Ġjust": 657,744 "ĠUn": 658,745 "Ġfir": 659,746 "ase": 660,747 "Ġlike": 661,748 "Ġtime": 662,749 "ne": 663,750 "hing": 664,751 "Ġapp": 665,752 "vern": 666,753 "ĠV": 667,754 "Ġhim": 668,755 "ail": 669,756 "uc": 670,757 "Ġsc": 671,758 "hed": 672,759 "Ġcount": 673,760 "resident": 674,761 "Ġinto": 675,762 "amp": 676,763 "Ġstate": 677,764 "ick": 678,765 "Ġtold": 679,766 "reat": 680,767 "Ġoffic": 681,768 "Ġ200": 682,769 "Ġfirst": 683,770 "orm": 684,771 "ited": 685,772 "ational": 686,773 "Ġsec": 687,774 "ause": 688,775 "ance": 689,776 "Ġgovern": 690,777 "ink": 691,778 "Ġno": 692,779 "Ġqu": 693,780 "ish": 694,781 "Ġper": 695,782 "ition": 696,783 "ved": 697,784 "Ġte": 698,785 "Ġmy": 699,786 "able": 700,787 "itt": 701,788 "Ġyears": 702,789 "oll": 703,790 "Ġget": 704,791 "ings": 705,792 "ult": 706,793 "Ġany": 707,794 "ang": 708,795 "Ġcould": 709,796 "Ġact": 710,797 "ach": 711,798 "ade": 712,799 "ens": 713,800 "Ġinv": 714,801 "other": 715,802 "urn": 716,803 "ru": 717,804 "ove": 718,805 "meric": 719,806 "ory": 720,807 "Ġ19": 721,808 "tern": 722,809 "ities": 723,810 "vel": 724,811 "ĠAl": 725,812 "Ġlast": 726,813 "Ġ3": 727,814 "ark": 728,815 "ater": 729,816 "iss": 730,817 "ied": 731,818 "Ġdec": 732,819 "Ġ20": 733,820 "Ġpre": 734,821 "Ġgovernment": 735,822 "Ġcomm": 736,823 "Ġour": 737,824 "enc": 738,825 "Ġdid": 739,826 "oup": 740,827 "rib": 741,828 "Ġagain": 742,829 "fe": 743,830 "ording": 744,831 "ublic": 745,832 "oin": 746,833 "ath": 747,834 "Ġro": 748,835 "Ġop": 749,836 "Ġimp": 750,837 "Ġweek": 751,838 "ues": 752,839 "Ġsay": 753,840 "we": 754,841 "lect": 755,842 "ons": 756,843 "Ġsays": 757,844 "rough": 758,845 "ĠAmeric": 759,846 "fore": 760,847 "ama": 761,848 "Ġif": 762,849 "Ġser": 763,850 "Ġcall": 764,851 "ob": 765,852 "Ġam": 766,853 "amil": 767,854 "Ġback": 768,855 "Ġplay": 769,856 "vers": 770,857 "lud": 771,858 "ters": 772,859 "Ġbecause": 773,860 "ĠAnd": 774,861 "ious": 775,862 "ning": 776,863 "ĠWh": 777,864 "Ġwant": 778,865 "ĠNew": 779,866 "anc": 780,867 "ince": 781,868 "Ġwhere": 782,869 "ife": 783,870 "arg": 784,871 "ov": 785,872 "Ġofficial": 786,873 "Ġlead": 787,874 "Ġtra": 788,875 "Ġworld": 789,876 "Ġmil": 790,877 "ĠFr": 791,878 "wn": 792,879 "Ġco": 793,880 "Ġbet": 794,881 "ĠWe": 795,882 "Ġmon": 796,883 "Ġhow": 797,884 "Ġnow": 798,885 "Ġunder": 799,886 "Ġ$": 800,887 "Ġadd": 801,888 "sel": 802,889 "Ġinclud": 803,890 "ents": 804,891 "Ġbefore": 805,892 "Ġmost": 806,893 "ton": 807,894 "Ġfamil": 808,895 "illion": 809,896 "Ġshow": 810,897 "Ġthose": 811,898 "ood": 812,899 "Ġfe": 813,900 "Ġknow": 814,901 "uring": 815,902 "ss": 816,903 "Ġhel": 817,904 "Ġaccording": 818,905 "als": 819,906 "Ġonly": 820,907 "Ġcountry": 821,908 "ĠOb": 822,909 "Ġyour": 823,910 "ft": 824,911 "Ġlaw": 825,912 "Ġrem": 826,913 "Ġthink": 827,914 "Ġbl": 828,915 "ah": 829,916 "uth": 830,917 "ric": 831,918 "Ġdes": 832,919 "ĠBr": 833,920 "ĠUnited": 834,921 "Ġright": 835,922 "Ġreg": 836,923 "Ġbr": 837,924 "rent": 838,925 "ork": 839,926 "Ġhelp": 840,927 "Ġmany": 841,928 "led": 842,929 "Ġsupp": 843,930 "atch": 844,931 "Ġmin": 845,932 "Ġbeing": 846,933 "Ġpolice": 847,934 "ĠAf": 848,935 "ating": 849,936 "Ġind": 850,937 "Ġevery": 851,938 "Ġthree": 852,939 "Ġfin": 853,940 "We": 854,941 "'re": 855,942 "land": 856,943 "Ġ4": 857,944 "Ġdown": 858,945 "Ġthrough": 859,946 "ful": 860,947 "Ġchild": 861,948 "ĠObama": 862,949 "alk": 863,950 "Ġkill": 864,951 "Ġagainst": 865,952 "aking": 866,953 "Ġear": 867,954 "Ġdon": 868,955 "uch": 869,956 "rest": 870,957 "ier": 871,958 "Ġcour": 872,959 "ope": 873,960 "000": 874,961 "Ġvery": 875,962 "gan": 876,963 "Ġph": 877,964 "form": 878,965 "Ġrel": 879,966 "use": 880,967 "Ġra": 881,968 "Ġsur": 882,969 "Ġneed": 883,970 "hen": 884,971 "son": 885,972 "Ġpresident": 886,973 "Ġcar": 887,974 "ank": 888,975 "ased": 889,976 "ert": 890,977 "Ġbo": 891,978 "Ġ201": 892,979 "Ġmonth": 893,980 "Ġgroup": 894,981 "Ġmake": 895,982 "Ġmade": 896,983 "ock": 897,984 "oss": 898,985 "Ġwom": 899,986 "Ġhome": 900,987 "Ġend": 901,988 "Ġbel": 902,989 "ool": 903,990 "ting": 904,991 "gr": 905,992 "ina": 906,993 "hn": 907,994 "Ġvi": 908,995 "les": 909,996 "uthor": 910,997 "ered": 911,998 "Ġeven": 912,999 "ven": 913,1000 "ouse": 914,1001 "erson": 915,1002 "ather": 916,1003 "Ġmay": 917,1004 "Ġgoing": 918,1005 "Ġway": 919,1006 "med": 920,1007 "Ġmem": 921,1008 "orn": 922,1009 "oot": 923,1010 "Ġwr": 924,1011 "ĠIs": 925,1012 "ĠMon": 926,1013 "eral": 927,1014 "ney": 928,1015 "Ġ5": 929,1016 "Ġday": 930,1017 "Ġresp": 931,1018 "ph": 932,1019 "Ġlook": 933,1020 "ments": 934,1021 "Ġmilit": 935,1022 "Ġcons": 936,1023 "Ġmed": 937,1024 "ged": 938,1025 "ex": 939,1026 "Ġfound": 940,1027 "Ġlong": 941,1028 "Ġac": 942,1029 "ward": 943,1030 "Ġwar": 944,1031 "Ġwin": 945,1032 "Ġem": 946,1033 "Ġfl": 947,1034 "It": 948,1035 "ĠLe": 949,1036 "Ġdef": 950,1037 "urs": 951,1038 "ĠShe": 952,1039 "Ġthen": 953,1040 "lin": 954,1041 "ned": 955,1042 "Ġsee": 956,1043 "con": 957,1044 "Ġfamily": 958,1045 "ise": 959,1046 "Ġinvest": 960,1047 "..": 961,1048 "Ġins": 962,1049 "ix": 963,1050 "ĠAs": 964,1051 "Ġ6": 965,1052 "Ġtake": 966,1053 "du": 967,1054 "ving": 968,1055 "ower": 969,1056 "ected": 970,1057 "ives": 971,1058 "any": 972,1059 "ble": 973,1060 "Ġown": 974,1061 "Ġstill": 975,1062 "Ġwell": 976,1063 "Ġsince": 977,1064 "Ġmillion": 978,1065 "Ġwhile": 979,1066 "Ġprot": 980,1067 "year": 981,1068 "nes": 982,1069 "az": 983,1070 "omet": 984,1071 "Ġpolit": 985,1072 "Ġattack": 986,1073 "Ġshould": 987,1074 "Ġke": 988,1075 "ĠMar": 989,1076 "Ġstr": 990,1077 "Ġgu": 991,1078 "Ġter": 992,1079 "ĠRe": 993,1080 "Ġret": 994,1081 "ribut": 995,1082 "ty": 996,1083 "ĠAr": 997,1084 "Ġmuch": 998,1085 "Ġ'": 999,1086 "oth": 1000,1087 "way": 1001,1088 "alth": 1002,1089 "Ġdif": 1003,1090 "Ġstart": 1004,1091 "Ġset": 1005,1092 "ists": 1006,1093 "orth": 1007,1094 "Ġduring": 1008,1095 "Ġtri": 1009,1096 "Ġair": 1010,1097 "Ġiss": 1011,1098 "air": 1012,1099 "ĠSp": 1013,1100 "ced": 1014,1101 "Ġbu": 1015,1102 "Ġteam": 1016,1103 "istan": 1017,1104 "hip": 1018,1105 "Ġdet": 1019,1106 "outh": 1020,1107 "imes": 1021,1108 "ces": 1022,1109 "Ġlife": 1023,1110 "ual": 1024,1111 "urity": 1025,1112 "ency": 1026,1113 "Ġfour": 1027,1114 "Ġplan": 1028,1115 "ible": 1029,1116 "ween": 1030,1117 "ange": 1031,1118 "Ġsm": 1032,1119 "Ġhigh": 1033,1120 "ĠAt": 1034,1121 "hes": 1035,1122 "Ġsuch": 1036,1123 "ave": 1037,1124 "Ġconf": 1038,1125 "ĠSh": 1039,1126 "min": 1040,1127 "Ġthese": 1041,1128 "und": 1042,1129 "ll": 1043,1130 "rat": 1044,1131 "ital": 1045,1132 "Ġhapp": 1046,1133 "ĠStates": 1047,1134 "Ġpublic": 1048,1135 "oint": 1049,1136 "ody": 1050,1137 "ared": 1051,1138 "Ġeff": 1052,1139 "ics": 1053,1140 "Ġbetween": 1054,1141 "chool": 1055,1142 "Ġass": 1056,1143 "lear": 1057,1144 "ision": 1058,1145 "ash": 1059,1146 "bers": 1060,1147 "Ġauthor": 1061,1148 "Ġelect": 1062,1149 "ĠThey": 1063,1150 "Ġstatement": 1064,1151 "io": 1065,1152 "ote": 1066,1153 "ason": 1067,1154 "Ġsecond": 1068,1155 "te": 1069,1156 "ĠRep": 1070,1157 "Ġprov": 1071,1158 "ility": 1072,1159 "Ġbelie": 1073,1160 "ug": 1074,1161 "ner": 1075,1162 "ĠJo": 1076,1163 "Ġperson": 1077,1164 "Ġleg": 1078,1165 "com": 1079,1166 "Ġhead": 1080,1167 "Ġdoes": 1081,1168 "uss": 1082,1169 "Ġaround": 1083,1170 "Ġcap": 1084,1171 "Ġgood": 1085,1172 "aj": 1086,1173 "ense": 1087,1174 "xt": 1088,1175 "ĠSun": 1089,1176 "Ġinter": 1090,1177 "ms": 1091,1178 "Ġnews": 1092,1179 "ution": 1093,1180 "Ġmilitary": 1094,1181 "iday": 1095,1182 "Ġincluding": 1096,1183 "ĠPresident": 1097,1184 "ized": 1098,1185 "ands": 1099,1186 "Ġofficials": 1100,1187 "Ġcontin": 1101,1188 "irect": 1102,1189 "Ġstud": 1103,1190 "per": 1104,1191 "Ġnear": 1105,1192 "ternational": 1106,1193 "Ġdeath": 1107,1194 "riend": 1108,1195 "Ġrele": 1109,1196 "ee": 1110,1197 "Ġcare": 1111,1198 "ger": 1112,1199 "ĠZ": 1113,1200 "ative": 1114,