CoolFace
Modelpublic

flytech/mamba-tuned

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
tokenizer.json92971 linesDownload Raw Back to root
1{2  "version": "1.0",3  "truncation": null,4  "padding": null,5  "added_tokens": [6    {7      "id": 0,8      "content": "<unk>",9      "single_word": false,10      "lstrip": false,11      "rstrip": false,12      "normalized": false,13      "special": true14    },15    {16      "id": 1,17      "content": "<s>",18      "single_word": false,19      "lstrip": false,20      "rstrip": false,21      "normalized": true,22      "special": true23    },24    {25      "id": 2,26      "content": "</s>",27      "single_word": false,28      "lstrip": false,29      "rstrip": false,30      "normalized": true,31      "special": true32    },33    {34      "id": 32000,35      "content": "<pad>",36      "single_word": false,37      "lstrip": false,38      "rstrip": false,39      "normalized": false,40      "special": true41    }42  ],43  "normalizer": {44    "type": "Sequence",45    "normalizers": [46      {47        "type": "Prepend",48        "prepend": "▁"49      },50      {51        "type": "Replace",52        "pattern": {53          "String": " "54        },55        "content": "▁"56      }57    ]58  },59  "pre_tokenizer": null,60  "post_processor": {61    "type": "TemplateProcessing",62    "single": [63      {64        "SpecialToken": {65          "id": "<s>",66          "type_id": 067        }68      },69      {70        "Sequence": {71          "id": "A",72          "type_id": 073        }74      }75    ],76    "pair": [77      {78        "SpecialToken": {79          "id": "<s>",80          "type_id": 081        }82      },83      {84        "Sequence": {85          "id": "A",86          "type_id": 087        }88      },89      {90        "SpecialToken": {91          "id": "<s>",92          "type_id": 193        }94      },95      {96        "Sequence": {97          "id": "B",98          "type_id": 199        }100      }101    ],102    "special_tokens": {103      "<s>": {104        "id": "<s>",105        "ids": [106          1107        ],108        "tokens": [109          "<s>"110        ]111      }112    }113  },114  "decoder": {115    "type": "Sequence",116    "decoders": [117      {118        "type": "Replace",119        "pattern": {120          "String": "▁"121        },122        "content": " "123      },124      {125        "type": "ByteFallback"126      },127      {128        "type": "Fuse"129      },130      {131        "type": "Strip",132        "content": " ",133        "start": 1,134        "stop": 0135      }136    ]137  },138  "model": {139    "type": "BPE",140    "dropout": null,141    "unk_token": "<unk>",142    "continuing_subword_prefix": null,143    "end_of_word_suffix": null,144    "fuse_unk": true,145    "byte_fallback": true,146    "vocab": {147      "<unk>": 0,148      "<s>": 1,149      "</s>": 2,150      "<0x00>": 3,151      "<0x01>": 4,152      "<0x02>": 5,153      "<0x03>": 6,154      "<0x04>": 7,155      "<0x05>": 8,156      "<0x06>": 9,157      "<0x07>": 10,158      "<0x08>": 11,159      "<0x09>": 12,160      "<0x0A>": 13,161      "<0x0B>": 14,162      "<0x0C>": 15,163      "<0x0D>": 16,164      "<0x0E>": 17,165      "<0x0F>": 18,166      "<0x10>": 19,167      "<0x11>": 20,168      "<0x12>": 21,169      "<0x13>": 22,170      "<0x14>": 23,171      "<0x15>": 24,172      "<0x16>": 25,173      "<0x17>": 26,174      "<0x18>": 27,175      "<0x19>": 28,176      "<0x1A>": 29,177      "<0x1B>": 30,178      "<0x1C>": 31,179      "<0x1D>": 32,180      "<0x1E>": 33,181      "<0x1F>": 34,182      "<0x20>": 35,183      "<0x21>": 36,184      "<0x22>": 37,185      "<0x23>": 38,186      "<0x24>": 39,187      "<0x25>": 40,188      "<0x26>": 41,189      "<0x27>": 42,190      "<0x28>": 43,191      "<0x29>": 44,192      "<0x2A>": 45,193      "<0x2B>": 46,194      "<0x2C>": 47,195      "<0x2D>": 48,196      "<0x2E>": 49,197      "<0x2F>": 50,198      "<0x30>": 51,199      "<0x31>": 52,200      "<0x32>": 53,201      "<0x33>": 54,202      "<0x34>": 55,203      "<0x35>": 56,204      "<0x36>": 57,205      "<0x37>": 58,206      "<0x38>": 59,207      "<0x39>": 60,208      "<0x3A>": 61,209      "<0x3B>": 62,210      "<0x3C>": 63,211      "<0x3D>": 64,212      "<0x3E>": 65,213      "<0x3F>": 66,214      "<0x40>": 67,215      "<0x41>": 68,216      "<0x42>": 69,217      "<0x43>": 70,218      "<0x44>": 71,219      "<0x45>": 72,220      "<0x46>": 73,221      "<0x47>": 74,222      "<0x48>": 75,223      "<0x49>": 76,224      "<0x4A>": 77,225      "<0x4B>": 78,226      "<0x4C>": 79,227      "<0x4D>": 80,228      "<0x4E>": 81,229      "<0x4F>": 82,230      "<0x50>": 83,231      "<0x51>": 84,232      "<0x52>": 85,233      "<0x53>": 86,234      "<0x54>": 87,235      "<0x55>": 88,236      "<0x56>": 89,237      "<0x57>": 90,238      "<0x58>": 91,239      "<0x59>": 92,240      "<0x5A>": 93,241      "<0x5B>": 94,242      "<0x5C>": 95,243      "<0x5D>": 96,244      "<0x5E>": 97,245      "<0x5F>": 98,246      "<0x60>": 99,247      "<0x61>": 100,248      "<0x62>": 101,249      "<0x63>": 102,250      "<0x64>": 103,251      "<0x65>": 104,252      "<0x66>": 105,253      "<0x67>": 106,254      "<0x68>": 107,255      "<0x69>": 108,256      "<0x6A>": 109,257      "<0x6B>": 110,258      "<0x6C>": 111,259      "<0x6D>": 112,260      "<0x6E>": 113,261      "<0x6F>": 114,262      "<0x70>": 115,263      "<0x71>": 116,264      "<0x72>": 117,265      "<0x73>": 118,266      "<0x74>": 119,267      "<0x75>": 120,268      "<0x76>": 121,269      "<0x77>": 122,270      "<0x78>": 123,271      "<0x79>": 124,272      "<0x7A>": 125,273      "<0x7B>": 126,274      "<0x7C>": 127,275      "<0x7D>": 128,276      "<0x7E>": 129,277      "<0x7F>": 130,278      "<0x80>": 131,279      "<0x81>": 132,280      "<0x82>": 133,281      "<0x83>": 134,282      "<0x84>": 135,283      "<0x85>": 136,284      "<0x86>": 137,285      "<0x87>": 138,286      "<0x88>": 139,287      "<0x89>": 140,288      "<0x8A>": 141,289      "<0x8B>": 142,290      "<0x8C>": 143,291      "<0x8D>": 144,292      "<0x8E>": 145,293      "<0x8F>": 146,294      "<0x90>": 147,295      "<0x91>": 148,296      "<0x92>": 149,297      "<0x93>": 150,298      "<0x94>": 151,299      "<0x95>": 152,300      "<0x96>": 153,301      "<0x97>": 154,302      "<0x98>": 155,303      "<0x99>": 156,304      "<0x9A>": 157,305      "<0x9B>": 158,306      "<0x9C>": 159,307      "<0x9D>": 160,308      "<0x9E>": 161,309      "<0x9F>": 162,310      "<0xA0>": 163,311      "<0xA1>": 164,312      "<0xA2>": 165,313      "<0xA3>": 166,314      "<0xA4>": 167,315      "<0xA5>": 168,316      "<0xA6>": 169,317      "<0xA7>": 170,318      "<0xA8>": 171,319      "<0xA9>": 172,320      "<0xAA>": 173,321      "<0xAB>": 174,322      "<0xAC>": 175,323      "<0xAD>": 176,324      "<0xAE>": 177,325      "<0xAF>": 178,326      "<0xB0>": 179,327      "<0xB1>": 180,328      "<0xB2>": 181,329      "<0xB3>": 182,330      "<0xB4>": 183,331      "<0xB5>": 184,332      "<0xB6>": 185,333      "<0xB7>": 186,334      "<0xB8>": 187,335      "<0xB9>": 188,336      "<0xBA>": 189,337      "<0xBB>": 190,338      "<0xBC>": 191,339      "<0xBD>": 192,340      "<0xBE>": 193,341      "<0xBF>": 194,342      "<0xC0>": 195,343      "<0xC1>": 196,344      "<0xC2>": 197,345      "<0xC3>": 198,346      "<0xC4>": 199,347      "<0xC5>": 200,348      "<0xC6>": 201,349      "<0xC7>": 202,350      "<0xC8>": 203,351      "<0xC9>": 204,352      "<0xCA>": 205,353      "<0xCB>": 206,354      "<0xCC>": 207,355      "<0xCD>": 208,356      "<0xCE>": 209,357      "<0xCF>": 210,358      "<0xD0>": 211,359      "<0xD1>": 212,360      "<0xD2>": 213,361      "<0xD3>": 214,362      "<0xD4>": 215,363      "<0xD5>": 216,364      "<0xD6>": 217,365      "<0xD7>": 218,366      "<0xD8>": 219,367      "<0xD9>": 220,368      "<0xDA>": 221,369      "<0xDB>": 222,370      "<0xDC>": 223,371      "<0xDD>": 224,372      "<0xDE>": 225,373      "<0xDF>": 226,374      "<0xE0>": 227,375      "<0xE1>": 228,376      "<0xE2>": 229,377      "<0xE3>": 230,378      "<0xE4>": 231,379      "<0xE5>": 232,380      "<0xE6>": 233,381      "<0xE7>": 234,382      "<0xE8>": 235,383      "<0xE9>": 236,384      "<0xEA>": 237,385      "<0xEB>": 238,386      "<0xEC>": 239,387      "<0xED>": 240,388      "<0xEE>": 241,389      "<0xEF>": 242,390      "<0xF0>": 243,391      "<0xF1>": 244,392      "<0xF2>": 245,393      "<0xF3>": 246,394      "<0xF4>": 247,395      "<0xF5>": 248,396      "<0xF6>": 249,397      "<0xF7>": 250,398      "<0xF8>": 251,399      "<0xF9>": 252,400      "<0xFA>": 253,401      "<0xFB>": 254,402      "<0xFC>": 255,403      "<0xFD>": 256,404      "<0xFE>": 257,405      "<0xFF>": 258,406      "▁t": 259,407      "▁a": 260,408      "in": 261,409      "he": 262,410      "▁▁": 263,411      "re": 264,412      "on": 265,413      "er": 266,414      "▁s": 267,415      "▁the": 268,416      "at": 269,417      "or": 270,418      "en": 271,419      "▁w": 272,420      "▁c": 273,421      "ou": 274,422      "it": 275,423      "es": 276,424      "is": 277,425      "an": 278,426      "▁f": 279,427      "ing": 280,428      "▁b": 281,429      "▁p": 282,430      "▁▁▁▁": 283,431      "al": 284,432      "▁o": 285,433      "ed": 286,434      "nd": 287,435      "ar": 288,436      "▁m": 289,437      "▁to": 290,438      "▁d": 291,439      "le": 292,440      "▁in": 293,441      "ic": 294,442      "▁and": 295,443      "▁of": 296,444      "ion": 297,445      "as": 298,446      "om": 299,447      "▁h": 300,448      "▁th": 301,449      "ent": 302,450      "il": 303,451      "st": 304,452      "et": 305,453      "▁I": 306,454      "▁l": 307,455      "▁T": 308,456      "ro": 309,457      "el": 310,458      "▁n": 311,459      "ct": 312,460      "▁re": 313,461      "▁S": 314,462      "▁g": 315,463      "▁e": 316,464      "▁y": 317,465      "▁A": 318,466      "ve": 319,467      "id": 320,468      "ot": 321,469      "▁C": 322,470      "am": 323,471      "▁▁▁▁▁▁▁▁": 324,472      "▁is": 325,473      "im": 326,474      "ol": 327,475      "ac": 328,476      "ad": 329,477      "ay": 330,478      "ow": 331,479      "us": 332,480      "▁you": 333,481      "▁for": 334,482      "ig": 335,483      "ut": 336,484      "▁on": 337,485      "ly": 338,486      "▁be": 339,487      "ver": 340,488      "ur": 341,489      "▁M": 342,490      "ation": 343,491      "▁st": 344,492      "▁P": 345,493      "ith": 346,494      "▁that": 347,495      "▁B": 348,496      "ch": 349,497      "ce": 350,498      "ul": 351,499      "ir": 352,500      "▁(": 353,501      "se": 354,502      "if": 355,503      "un": 356,504      "▁with": 357,505      "▁it": 358,506      "▁W": 359,507      "ag": 360,508      "od": 361,509      "ter": 362,510      "▁he": 363,511      "▁The": 364,512      "▁D": 365,513      "▁-": 366,514      "▁H": 367,515      "▁F": 368,516      "▁al": 369,517      "em": 370,518      "▁an": 371,519      "▁as": 372,520      "▁R": 373,521      "out": 374,522      "ab": 375,523      "▁con": 376,524      "ill": 377,525      "▁wh": 378,526      "ri": 379,527      "ate": 380,528      "ers": 381,529      "ke": 382,530      "est": 383,531      "pp": 384,532      "▁L": 385,533      "▁pro": 386,534      "ra": 387,535      "▁v": 388,536      "▁we": 389,537      "ess": 390,538      "um": 391,539      "▁are": 392,540      "qu": 393,541      "ew": 394,542      "ist": 395,543      "ore": 396,544      "ort": 397,545      "her": 398,546      "our": 399,547      "ht": 400,548      "op": 401,549      "and": 402,550      "▁com": 403,551      "▁N": 404,552      "▁E": 405,553      "▁ha": 406,554      "▁G": 407,555      "▁or": 408,556      "ld": 409,557      "▁at": 410,558      "▁de": 411,559      "ect": 412,560      "oc": 413,561      "rom": 414,562      "res": 415,563      "▁ex": 416,564      "os": 417,565      "th": 418,566      "▁=": 419,567      "▁this": 420,568      "▁O": 421,569      "▁r": 422,570      "ment": 423,571      "ant": 424,572      "▁was": 425,573      "nt": 426,574      "ity": 427,575      "▁se": 428,576      "end": 429,577      "art": 430,578      "▁\"": 431,579      "ain": 432,580      "ust": 433,581      "ight": 434,582      "▁have": 435,583      "up": 436,584      "▁not": 437,585      "▁us": 438,586      "iv": 439,587      "▁from": 440,588      ");": 441,589      "ive": 442,590      "▁by": 443,591      "▁sh": 444,592      "▁your": 445,593      "all": 446,594      "ure": 447,595      "pt": 448,596      "ies": 449,597      "▁ch": 450,598      "pe": 451,599      "ub": 452,600      "▁{": 453,601      "▁can": 454,602      "ack": 455,603      "ame": 456,604      "ine": 457,605      "oo": 458,606      "▁J": 459,607      "ard": 460,608      "ud": 461,609      "ould": 462,610      "ue": 463,611      "▁le": 464,612      "ost": 465,613      "ome": 466,614      "▁j": 467,615      "age": 468,616      "ell": 469,617      "ial": 470,618      "te": 471,619      "pl": 472,620      "ge": 473,621      "og": 474,622      "▁ab": 475,623      "red": 476,624      "▁will": 477,625      "▁ne": 478,626      "rou": 479,627      "▁k": 480,628      "ide": 481,629      "▁}": 482,630      "▁Th": 483,631      "ak": 484,632      "▁pl": 485,633      "ff": 486,634      "ast": 487,635      "▁all": 488,636      "iz": 489,637      "ass": 490,638      "ice": 491,639      "ction": 492,640      "ind": 493,641      "ap": 494,642      "▁do": 495,643      "▁wor": 496,644      "▁U": 497,645      "▁▁▁▁▁▁▁▁▁▁▁▁": 498,646      "▁cl": 499,647      "able": 500,648      "▁In": 501,649      "ear": 502,650      "▁im": 503,651      "ally": 504,652      "▁tr": 505,653      "▁<": 506,654      "▁go": 507,655      "▁me": 508,656      "▁$": 509,657      "▁but": 510,658      "▁whe": 511,659      "one": 512,660      "are": 513,661      "ip": 514,662      "ook": 515,663      "▁su": 516,664      "ime": 517,665      "▁ad": 518,666      "cl": 519,667      "per": 520,668      "orm": 521,669      "▁out": 522,670      "ult": 523,671      "▁has": 524,672      "ite": 525,673      "ich": 526,674      "▁en": 527,675      "▁so": 528,676      "ake": 529,677      "▁up": 530,678      "▁my": 531,679      "ated": 532,680      "ong": 533,681      "▁\\": 534,682      "ans": 535,683      "▁St": 536,684      "ther": 537,685      "▁Y": 538,686      "▁K": 539,687      "port": 540,688      "ie": 541,689      "ase": 542,690      "int": 543,691      "▁V": 544,692      "ber": 545,693      "//": 546,694      "ile": 547,695      "gh": 548,696      "▁comp": 549,697      "cc": 550,698      "▁if": 551,699      "ions": 552,700      "av": 553,701      "ace": 554,702      "ail": 555,703      "very": 556,704      "act": 557,705      "▁they": 558,706      "--": 559,707      "▁more": 560,708      "▁int": 561,709      "▁li": 562,710      "ous": 563,711      "urn": 564,712      "▁un": 565,713      "ks": 566,714      "ry": 567,715      "xt": 568,716      "▁“": 569,717      "ign": 570,718      "ia": 571,719      "ire": 572,720      "▁one": 573,721      "so": 574,722      "ance": 575,723      "ep": 576,724      "▁res": 577,725      "ary": 578,726      "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 579,727      "lic": 580,728      "▁their": 581,729      "▁cont": 582,730      "ib": 583,731      "und": 584,732      "com": 585,733      "ll": 586,734      "▁about": 587,735      "▁new": 588,736      "▁get": 589,737      "du": 590,738      "▁qu": 591,739      "ach": 592,740      "con": 593,741      "ord": 594,742      "..": 595,743      "▁It": 596,744      "▁his": 597,745      "▁app": 598,746      "▁man": 599,747      "erv": 600,748      "ations": 601,749      "ree": 602,750      "▁which": 603,751      "ount": 604,752      "▁our": 605,753      "▁Ch": 606,754      "form": 607,755      "▁who": 608,756      "ress": 609,757      "reat": 610,758      "ents": 611,759      "▁te": 612,760      "own": 613,761      "ring": 614,762      "ove": 615,763      "ob": 616,764      "ays": 617,765      "▁sp": 618,766      "▁per": 619,767      "ition": 620,768      ").": 621,769      "ere": 622,770      "ens": 623,771      "ild": 624,772      "vel": 625,773      "get": 626,774      "▁sa": 627,775      "ru": 628,776      "▁off": 629,777      "ical": 630,778      "ang": 631,779      "▁time": 632,780      "▁ar": 633,781      "▁Re": 634,782      "▁dis": 635,783      "▁ev": 636,784      "▁▁▁▁▁▁": 637,785      "ick": 638,786      "▁other": 639,787      "ence": 640,788      "▁any": 641,789      "▁some": 642,790      "ely": 643,791      "**": 644,792      "▁We": 645,793      "ath": 646,794      "ark": 647,795      "▁like": 648,796      "ink": 649,797      "▁kn": 650,798      "▁also": 651,799      "▁work": 652,800      "ck": 653,801      "▁sc": 654,802      "ory": 655,803      "▁ag": 656,804      "▁there": 657,805      "ose": 658,806      "▁&": 659,807      "▁This": 660,808      "▁when": 661,809      "▁would": 662,810      "▁had": 663,811      "ings": 664,812      "ft": 665,813      "ors": 666,814      "▁them": 667,815      "ject": 668,816      "▁year": 669,817      "iew": 670,818      "ound": 671,819      "▁part": 672,820      "()": 673,821      "▁ro": 674,822      "▁'": 675,823      "ef": 676,824      "ov": 677,825      "▁over": 678,826      "▁were": 679,827      "▁what": 680,828      "▁been": 681,829      "▁her": 682,830      "ph": 683,831      "▁just": 684,832      "iss": 685,833      "▁pe": 686,834      "▁am": 687,835      "turn": 688,836      "ata": 689,837      "▁pre": 690,838      "row": 691,839      "▁*": 692,840      "vers": 693,841      "use": 694,842      "▁#": 695,843      "ont": 696,844      "ood": 697,845      "ish": 698,846      "ne": 699,847      "▁than": 700,848      "old": 701,849      "=\"": 702,850      "▁[": 703,851      "▁need": 704,852      "▁//": 705,853      "irst": 706,854      "ty": 707,855      "ode": 708,856      "low": 709,857      "ool": 710,858      "),": 711,859      "▁no": 712,860      "oy": 713,861      "▁fe": 714,862      "ert": 715,863      "▁des": 716,864      "ple": 717,865      "▁He": 718,866      "ock": 719,867      "▁bl": 720,868      "▁how": 721,869      "clud": 722,870      "tern": 723,871      "\",": 724,872      "▁into": 725,873      "ull": 726,874      "ople": 727,875      "▁–": 728,876      "ater": 729,877      "ade": 730,878      "ual": 731,879      "mer": 732,880      "we": 733,881      "che": 734,882      "▁Wh": 735,883      "▁acc": 736,884      "▁its": 737,885      "eth": 738,886      "ublic": 739,887      "pec": 740,888      "fter": 741,889      "itt": 742,890      "ric": 743,891      "ca": 744,892      "ces": 745,893      "ond": 746,894      "ian": 747,895      "St": 748,896      "▁add": 749,897      "iff": 750,898      "ex": 751,899      "igh": 752,900      "ize": 753,901      "▁und": 754,902      "ning": 755,903      "▁col": 756,904      "sp": 757,905      "▁You": 758,906      "▁rec": 759,907      "▁she": 760,908      "▁.": 761,909      "li": 762,910      "ons": 763,911      "▁know": 764,912      "▁tw": 765,913      "ss": 766,914      "ates": 767,915      "▁look": 768,916      "▁people": 769,917      "round": 770,918      "gr": 771,919      "▁back": 772,920      "yst": 773,921      "▁only": 774,922      "ious": 775,923      "ps": 776,924      "▁class": 777,925      "▁comm": 778,926      "▁bu": 779,927      "ating": 780,928      "▁said": 781,929      "▁i": 782,930      "▁make": 783,931      "▁may": 784,932      "les": 785,933      "▁ind": 786,934      "▁first": 787,935      "▁import": 788,936      "lect": 789,937      "▁bet": 790,938      "elf": 791,939      "</": 792,940      "oint": 793,941      "lo": 794,942      "ng": 795,943      "▁want": 796,944      "rib": 797,945      "ption": 798,946      "wn": 799,947      "▁see": 800,948      "▁hel": 801,949      "▁fun": 802,950      "▁pr": 803,951      "▁use": 804,952      "ific": 805,953      "ise": 806,954      "ough": 807,955      "ener": 808,956      "pro": 809,957      "ug": 810,958      "▁set": 811,959      "rough": 812,960      "▁:": 813,961      "▁act": 814,962      "▁return": 815,963      "▁Pro": 816,964      "▁em": 817,965      "ystem": 818,966      "ments": 819,967      "▁/": 820,968      "▁prov": 821,969      "...": 822,970      "▁If": 823,971      "▁every": 824,972      "cre": 825,973      "rit": 826,974      "▁|": 827,975      "ax": 828,976      "▁Com": 829,977      "ype": 830,978      "▁most": 831,979      "ange": 832,980      "day": 833,981      "----": 834,982      "▁+": 835,983      "▁exp": 836,984      "▁well": 837,985      "▁ph": 838,986      "▁could": 839,987      "▁under": 840,988      "cess": 841,989      "ble": 842,990      "ern": 843,991      "als": 844,992      "▁cons": 845,993      "▁two": 846,994      "▁these": 847,995      "uch": 848,996      "▁Se": 849,997      "▁diff": 850,998      "aw": 851,999      "ful": 852,1000      "ys": 853,1001      "erm": 854,1002      "io": 855,1003      "▁ass": 856,1004      "▁then": 857,1005      "ting": 858,1006      "line": 859,1007      "▁ke": 860,1008      "▁through": 861,1009      "oth": 862,1010      "▁should": 863,1011      "▁very": 864,1012      "ix": 865,1013      "cause": 866,1014      "▁co": 867,1015      "▁And": 868,1016      "riv": 869,1017      "ities": 870,1018      "▁good": 871,1019      "▁att": 872,1020      "▁produ": 873,1021      "▁Un": 874,1022      "▁includ": 875,1023      "▁help": 876,1024      "::": 877,1025      "▁supp": 878,1026      "▁pos": 879,1027      "alue": 880,1028      "▁fin": 881,1029      "ork": 882,1030      "▁serv": 883,1031      "▁reg": 884,1032      "ife": 885,1033      "(\"": 886,1034      "▁where": 887,1035      "hed": 888,1036      "ced": 889,1037      "▁way": 890,1038      "▁now": 891,1039      "ily": 892,1040      "▁public": 893,1041      "▁rem": 894,1042      "ible": 895,1043      "ular": 896,1044      "▁after": 897,1045      "▁def": 898,1046      "▁An": 899,1047      "ok": 900,1048      "hen": 901,1049      "ures": 902,1050      "▁don": 903,1051      "▁inst": 904,1052      "iel": 905,1053      "fore": 906,1054      "atch": 907,1055      "eg": 908,1056      "▁did": 909,1057      "err": 910,1058      "▁ob": 911,1059      "ics": 912,1060      "▁even": 913,1061      "▁rel": 914,1062      "▁sm": 915,1063      "erson": 916,1064      "ict": 917,1065      "ility": 918,1066      "ract": 919,1067      "sh": 920,1068      "▁play": 921,1069      "its": 922,1070      "ash": 923,1071      "▁requ": 924,1072      "▁For": 925,1073      "▁inv": 926,1074      "In": 927,1075      "ient": 928,1076      "▁var": 929,1077      "▁read": 930,1078      "▁many": 931,1079      "▁@": 932,1080      "ices": 933,1081      "▁him": 934,1082      "▁start": 935,1083      "▁Sh": 936,1084      "ER": 937,1085      "▁think": 938,1086      "aking": 939,1087      "▁because": 940,1088      "▁right": 941,1089      "put": 942,1090      "iness": 943,1091      "olog": 944,1092      "▁Al": 945,1093      "▁stud": 946,1094      "▁years": 947,1095      "arch": 948,1096      "▁end": 949,1097      "▁great": 950,1098      "ased": 951,1099      "▁ent": 952,1100      "▁De": 953,1101      "▁gu": 954,1102      "any": 955,1103      "pr": 956,1104      "read": 957,1105      "▁much": 958,1106      "view": 959,1107      "▁tra": 960,1108      "▁down": 961,1109      "ren": 962,1110      "air": 963,1111      "ward": 964,1112      "▁gr": 965,1113      "▁mod": 966,1114      "ues": 967,1115      "ement": 968,1116      "ational": 969,1117      "▁che": 970,1118      "__": 971,1119      "▁sub": 972,1120      "ied": 973,1121      "ank": 974,1122      "\">": 975,1123      "▁const": 976,1124      "▁find": 977,1125      "ale": 978,1126      "▁here": 979,1127      "ts": 980,1128      "other": 981,1129      "▁Ar": 982,1130      "▁\r": 983,1131      "▁exper": 984,1132      "▁spec": 985,1133      "▁long": 986,1134      "▁does": 987,1135      "ollow": 988,1136      "ident": 989,1137      "ner": 990,1138      "▁loc": 991,1139      "ative": 992,1140      "▁show": 993,1141      "▁call": 994,1142      "▁As": 995,1143      "ek": 996,1144      "();": 997,1145      "▁el": 998,1146      "cy": 999,1147      "IN": 1000,1148      "▁min": 1001,1149      "▁own": 1002,1150      "formation": 1003,1151      "ield": 1004,1152      "arg": 1005,1153      "▁Ad": 1006,1154      "ages": 1007,1155      "▁But": 1008,1156      "_{": 1009,1157      "▁differe": 1010,1158      "az": 1011,1159      "▁New": 1012,1160      "ience": 1013,1161      "▁ac": 1014,1162      "ox": 1015,1163      "▁such": 1016,1164      "ave": 1017,1165      "usiness": 1018,1166      "velop": 1019,1167      "▁fl": 1020,1168      "uring": 1021,1169      "▁num": 1022,1170      "▁again": 1023,1171      "oid": 1024,1172      "let": 1025,1173      "▁sim": 1026,1174      "▁eff": 1027,1175      "pen": 1028,1176      "▁Q": 1029,1177      "▁day": 1030,1178      "ars": 1031,1179      "▁bel": 1032,1180      "ms": 1033,1181      "ON": 1034,1182      "ower": 1035,1183      "▁som": 1036,1184      "▁pol": 1037,1185      "ited": 1038,1186      "▁trans": 1039,1187      "▁best": 1040,1188      "▁cre": 1041,1189      "ins": 1042,1190      "▁high": 1043,1191      "->": 1044,1192      "ven": 1045,1193      "ually": 1046,1194      "▁being": 1047,1195      "▁using": 1048,1196      "alth": 1049,1197      "▁take": 1050,1198      "▁before": 1051,1199      "text": 1052,1200      "▁mon": 1053,

Showing the first 1,200 of 92971 lines. Download the file for the rest.