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