CoolFace
Modelpublic

MathGenie/MathGenie-InterLM-20B

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

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