CoolFace
Modelpublic

cnuland/basketball-knowledge

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

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