CoolFace
Modelpublic

chenyu0000000/binary-classification-mistral_keyword

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

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