CoolFace
Modelpublic

usagent100/modelv3

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

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