CoolFace
Modelpublic

4season/alignment-model-test3

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes81downloads
tokenizer.json257798 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    "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            "'": 259,398            "b": 260,399            "e": 261,400            "▁": 262,401            "t": 263,402            "a": 264,403            "n": 265,404            "i": 266,405            "r": 267,406            "o": 268,407            "s": 269,408            "l": 270,409            "c": 271,410            "\\": 272,411            "d": 273,412            "x": 274,413            "u": 275,414            "p": 276,415            "m": 277,416            "\"": 278,417            "g": 279,418            "h": 280,419            ".": 281,420            "y": 282,421            "f": 283,422            "_": 284,423            "-": 285,424            "v": 286,425            "S": 287,426            "E": 288,427            "C": 289,428            "A": 290,429            "T": 291,430            "k": 292,431            "w": 293,432            "8": 294,433            "I": 295,434            "R": 296,435            "*": 297,436            "(": 298,437            "P": 299,438            "0": 300,439            "/": 301,440            "D": 302,441            "L": 303,442            "N": 304,443            "9": 305,444            "O": 306,445            "M": 307,446            "3": 308,447            "B": 309,448            "=": 310,449            "F": 311,450            "1": 312,451            ")": 313,452            "2": 314,453            "U": 315,454            "G": 316,455            "5": 317,456            "H": 318,457            "4": 319,458            "z": 320,459            "6": 321,460            "V": 322,461            "7": 323,462            "#": 324,463            "W": 325,464            "j": 326,465            "q": 327,466            ",": 328,467            ";": 329,468            ">": 330,469            "K": 331,470            "]": 332,471            "<": 333,472            "‡": 334,473            "}": 335,474            "[": 336,475            "Y": 337,476            "J": 338,477            "{": 339,478            "$": 340,479            "X": 341,480            "+": 342,481            "Q": 343,482            "%": 344,483            "?": 345,484            "!": 346,485            "@": 347,486            "&": 348,487            "Z": 349,488            "`": 350,489            "~": 351,490            "|": 352,491            "^": 353,492            "\u0000": 354,493            "\u0001": 355,494            "\u0002": 356,495            "\u0003": 357,496            "\u0004": 358,497            "\u0005": 359,498            "\u0006": 360,499            "\u0007": 361,500            "\b": 362,501            "\t": 363,502            "\n": 364,503            "\u000b": 365,504            "\f": 366,505            "\r": 367,506            "\u000e": 368,507            "\u000f": 369,508            "\u0010": 370,509            "\u0011": 371,510            "\u0012": 372,511            "\u0013": 373,512            "\u0014": 374,513            "\u0015": 375,514            "\u0016": 376,515            "\u0017": 377,516            "\u0018": 378,517            "\u0019": 379,518            "\u001a": 380,519            "\u001b": 381,520            "\u001c": 382,521            "\u001d": 383,522            "\u001e": 384,523            "\u001f": 385,524            "": 386,525            "▁▁": 387,526            "▁▁▁▁": 388,527            "in": 389,528            "▁t": 390,529            "▁▁▁▁▁▁▁▁": 391,530            "er": 392,531            "▁▁▁": 393,532            "on": 394,533            "▁a": 395,534            "re": 396,535            "at": 397,536            "st": 398,537            "en": 399,538            "or": 400,539            "▁th": 401,540            "\n\n": 402,541            "▁c": 403,542            "le": 404,543            "▁s": 405,544            "it": 406,545            "an": 407,546            "ar": 408,547            "al": 409,548            "▁the": 410,549            ";\n": 411,550            "▁p": 412,551            "▁f": 413,552            "ou": 414,553            "▁=": 415,554            "is": 416,555            "▁▁▁▁▁▁▁": 417,556            "ing": 418,557            "es": 419,558            "▁w": 420,559            "ion": 421,560            "ed": 422,561            "ic": 423,562            "▁b": 424,563            "▁d": 425,564            "et": 426,565            "▁m": 427,566            "▁o": 428,567            "\t\t": 429,568            "ro": 430,569            "as": 431,570            "el": 432,571            "ct": 433,572            "nd": 434,573            "▁in": 435,574            "▁h": 436,575            "ent": 437,576            "id": 438,577            "▁n": 439,578            "am": 440,579            "▁▁▁▁▁▁▁▁▁▁▁": 441,580            "▁to": 442,581            "▁re": 443,582            "--": 444,583            "▁{": 445,584            "▁of": 446,585            "om": 447,586            ");\n": 448,587            "im": 449,588            "\r\n": 450,589            "▁(": 451,590            "il": 452,591            "//": 453,592            "▁and": 454,593            "ur": 455,594            "se": 456,595            "▁l": 457,596            "ex": 458,597            "▁S": 459,598            "ad": 460,599            "▁\"": 461,600            "ch": 462,601            "ut": 463,602            "if": 464,603            "**": 465,604            "▁}": 466,605            "em": 467,606            "ol": 468,607            "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 469,608            "th": 470,609            ")\n": 471,610            "▁{\n": 472,611            "▁g": 473,612            "ig": 474,613            "iv": 475,614            ",\n": 476,615            "ce": 477,616            "od": 478,617            "▁v": 479,618            "ate": 480,619            "▁T": 481,620            "ag": 482,621            "ay": 483,622            "▁*": 484,623            "ot": 485,624            "us": 486,625            "▁C": 487,626            "▁st": 488,627            "▁I": 489,628            "un": 490,629            "ul": 491,630            "ue": 492,631            "▁A": 493,632            "ow": 494,633            "▁'": 495,634            "ew": 496,635            "▁<": 497,636            "ation": 498,637            "()": 499,638            "▁for": 500,639            "ab": 501,640            "ort": 502,641            "um": 503,642            "ame": 504,643            "▁is": 505,644            "pe": 506,645            "tr": 507,646            "ck": 508,647            "▁y": 509,648            "ist": 510,649            "----": 511,650            ".\n\n": 512,651            "he": 513,652            "▁e": 514,653            "lo": 515,654            "▁M": 516,655            "▁be": 517,656            "ers": 518,657            "▁on": 519,658            "▁con": 520,659            "ap": 521,660            "ub": 522,661            "▁P": 523,662            "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 524,663            "ass": 525,664            "int": 526,665            ">\n": 527,666            "ly": 528,667            "urn": 529,668            "▁$": 530,669            ";\n\n": 531,670            "av": 532,671            "port": 533,672            "ir": 534,673            "->": 535,674            "nt": 536,675            "ction": 537,676            "end": 538,677            "▁de": 539,678            "00": 540,679            "ith": 541,680            "out": 542,681            "turn": 543,682            "our": 544,683            "▁▁▁▁▁": 545,684            "lic": 546,685            "res": 547,686            "pt": 548,687            "==": 549,688            "▁this": 550,689            "▁wh": 551,690            "▁if": 552,691            "▁D": 553,692            "ver": 554,693            "age": 555,694            "▁B": 556,695            "ht": 557,696            "ext": 558,697            "=\"": 559,698            "▁that": 560,699            "****": 561,700            "▁R": 562,701            "▁it": 563,702            "ess": 564,703            "▁F": 565,704            "▁r": 566,705            "os": 567,706            "and": 568,707            "▁as": 569,708            "ect": 570,709            "ke": 571,710            "rom": 572,711            "▁//": 573,712            "con": 574,713            "▁L": 575,714            "(\"": 576,715            "qu": 577,716            "lass": 578,717            "▁with": 579,718            "iz": 580,719            "de": 581,720            "▁N": 582,721            "▁al": 583,722            "op": 584,723            "up": 585,724            "get": 586,725            "▁}\n": 587,726            "ile": 588,727            "▁an": 589,728            "ata": 590,729            "ore": 591,730            "ri": 592,731            "▁pro": 593,732            ";\r\n": 594,733            "\t\t\t\t": 595,734            "ter": 596,735            "ain": 597,736            "▁W": 598,737            "▁E": 599,738            "▁com": 600,739            "▁return": 601,740            "art": 602,741            "▁H": 603,742            "ack": 604,743            "import": 605,744            "ublic": 606,745            "▁or": 607,746            "est": 608,747            "ment": 609,748            "▁G": 610,749            "able": 611,750            "▁-": 612,751            "ine": 613,752            "ill": 614,753            "ind": 615,754            "ere": 616,755            "‡‡": 617,756            "ity": 618,757            "▁+": 619,758            "▁tr": 620,759            "elf": 621,760            "ight": 622,761            "('": 623,762            "orm": 624,763            "ult": 625,764            "str": 626,765            "..": 627,766            "\",": 628,767            "▁you": 629,768            "ype": 630,769            "pl": 631,770            "▁new": 632,771            "▁j": 633,772            "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 634,773            "▁from": 635,774            "▁ex": 636,775            "▁O": 637,776            "20": 638,777            "ld": 639,778            "▁[": 640,779            "oc": 641,780            "‡\n": 642,781            "▁se": 643,782            "▁le": 644,783            "--------": 645,784            ".s": 646,785            "{\n": 647,786            "',": 648,787            "ant": 649,788            "▁at": 650,789            "ase": 651,790            ".c": 652,791            "▁ch": 653,792            "</": 654,793            "ave": 655,794            "ang": 656,795            "▁are": 657,796            "▁int": 658,797            "_t": 659,798            "ert": 660,799            "ial": 661,800            "act": 662,801            "}\n": 663,802            "ive": 664,803            "ode": 665,804            "ost": 666,805            "▁class": 667,806            "▁not": 668,807            "og": 669,808            "ord": 670,809            "alue": 671,810            "all": 672,811            "ff": 673,812            "();\n": 674,813            "ont": 675,814            "ime": 676,815            "are": 677,816            "▁U": 678,817            "▁pr": 679,818            "▁‡": 680,819            "ies": 681,820            "ize": 682,821            "ure": 683,822            "▁by": 684,823            "ire": 685,824            "▁}\n\n": 686,825            ".p": 687,826            "▁sh": 688,827            "ice": 689,828            "ast": 690,829            "ption": 691,830            "tring": 692,831            "ok": 693,832            "__": 694,833            "cl": 695,834            "##": 696,835            "▁he": 697,836            "ard": 698,837            ").": 699,838            "▁@": 700,839            "iew": 701,840            "\t\t\t": 702,841            "▁was": 703,842            "ip": 704,843            "this": 705,844            "▁u": 706,845            "▁The": 707,846            "ide": 708,847            "ace": 709,848            "ib": 710,849            "ac": 711,850            "rou": 712,851            "▁we": 713,852            "ject": 714,853            "▁public": 715,854            "ak": 716,855            "ve": 717,856            "ath": 718,857            "oid": 719,858            "▁=>": 720,859            "ust": 721,860            "que": 722,861            "▁res": 723,862            "))": 724,863            "'s": 725,864            "▁k": 726,865            "ans": 727,866            "yst": 728,867            "unction": 729,868            "********": 730,869            "▁i": 731,870            "▁us": 732,871            "pp": 733,872            "10": 734,873            "one": 735,874            "ail": 736,875            "====": 737,876            "name": 738,877            "▁str": 739,878            "▁/": 740,879            "▁&": 741,880            "ach": 742,881            "div": 743,882            "ystem": 744,883            "ell": 745,884            "▁have": 746,885            "err": 747,886            "ould": 748,887            "ull": 749,888            "pon": 750,889            "▁J": 751,890            "_p": 752,891            "▁==": 753,892            "ign": 754,893            "St": 755,894            ".\n": 756,895            "▁pl": 757,896            ");\n\n": 758,897            "form": 759,898            "put": 760,899            "ount": 761,900            "}\n\n": 762,901            "dd": 763,902            "ite": 764,903            "▁get": 765,904            "rr": 766,905            "ome": 767,906            "aram": 768,907            "cc": 769,908            "▁*/": 770,909            "ER": 771,910            "In": 772,911            "les": 773,912            "_s": 774,913            "ong": 775,914            "ie": 776,915            "▁can": 777,916            "▁V": 778,917            "erv": 779,918            "pr": 780,919            "▁un": 781,920            "row": 782,921            "ber": 783,922            "▁do": 784,923            "ll": 785,924            "▁el": 786,925            "▁self": 787,926            "ated": 788,927            "ary": 789,928            "▁.": 790,929            "']": 791,930            "ud": 792,931            "▁en": 793,932            "▁Th": 794,933            "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 795,934            "te": 796,935            "_c": 797,936            "uct": 798,937            "▁ab": 799,938            "ork": 800,939            ".get": 801,940            "▁#": 802,941            "aw": 803,942            "ress": 804,943            "ob": 805,944            "Name": 806,945            "201": 807,946            "app": 808,947            "['": 809,948            "▁all": 810,949            "ory": 811,950            "ition": 812,951            "ance": 813,952            "ear": 814,953            "▁cont": 815,954            "vent": 816,955            "ia": 817,956            "▁will": 818,957            "IN": 819,958            "▁▁▁▁▁▁▁▁▁": 820,959            "return": 821,960            "▁</": 822,961            "data": 823,962            ")\n\n": 824,963            "Re": 825,964            "ple": 826,965            "ild": 827,966            "ther": 828,967            "▁your": 829,968            "\"\n": 830,969            "($": 831,970            "▁out": 832,971            "),": 833,972            "▁has": 834,973            "String": 835,974            "so": 836,975            "▁up": 837,976            "ax": 838,977            "▁def": 839,978            "▁bo": 840,979            "ge": 841,980            "alse": 842,981            "ON": 843,982            "per": 844,983            "12": 845,984            "ich": 846,985            "▁but": 847,986            "▁\n": 848,987            "▁_": 849,988            "_m": 850,989            "add": 851,990            "quest": 852,991            "odel": 853,992            "self": 854,993            "ery": 855,994            "ft": 856,995            "ens": 857,996            "////": 858,997            "ake": 859,998            ".C": 860,999            "▁go": 861,1000            "▁function": 862,1001            "▁K": 863,1002            "ivate": 864,1003            "▁im": 865,1004            "▁const": 866,1005            ".t": 867,1006            "▁*/\n": 868,1007            ");\r\n": 869,1008            "▁void": 870,1009            "▁set": 871,1010            "▁System": 872,1011            "cri": 873,1012            "()\n": 874,1013            "li": 875,1014            "\tif": 876,1015            ".m": 877,1016            "ally": 878,1017            "set": 879,1018            "ep": 880,1019            "bo": 881,1020            "def": 882,1021            "',\n": 883,1022            "▁me": 884,1023            "▁!": 885,1024            "atch": 886,1025            "\">": 887,1026            "\",\n": 888,1027            "ec": 889,1028            "▁In": 890,1029            "ph": 891,1030            "▁|": 892,1031            "_f": 893,1032            "▁var": 894,1033            "ence": 895,1034            "Id": 896,1035            "ree": 897,1036            "ink": 898,1037            "lect": 899,1038            "ug": 900,1039            "eth": 901,1040            "▁else": 902,1041            "----------------": 903,1042            "19": 904,1043            "cont": 905,1044            "▁so": 906,1045            "atic": 907,1046            "▁lo": 908,1047            "pro": 909,1048            "ton": 910,1049            "ss": 911,1050            "own": 912,1051            "abel": 913,1052            "oint": 914,1053            "ous": 915,1054            "eld": 916,1055            "ST": 917,1056            "The": 918,1057            "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 919,1058            "RE": 920,1059            "\"‡": 921,1060            "olor": 922,1061            "tp": 923,1062            "eg": 924,1063            "key": 925,1064            "ude": 926,1065            "▁St": 927,1066            "ound": 928,1067            "▁ar": 929,1068            "\");\n": 930,1069            "ener": 931,1070            "ser": 932,1071            "11": 933,1072            "bject": 934,1073            "essage": 935,1074            "fer": 936,1075            "▁more": 937,1076            "ations": 938,1077            "ents": 939,1078            "▁his": 940,1079            "▁they": 941,1080            ".S": 942,1081            "▁Y": 943,1082            "use": 944,1083            "ne": 945,1084            "ish": 946,1085            "old": 947,1086            "_d": 948,1087            "io": 949,1088            "ield": 950,1089            "▁per": 951,1090            "Cont": 952,1091            "ings": 953,1092            "####": 954,1093            "▁data": 955,1094            "▁sa": 956,1095            "ef": 957,1096            "fo": 958,1097            "▁one": 959,1098            "eng": 960,1099            "▁dis": 961,1100            "AT": 962,1101            "▁name": 963,1102            "▁true": 964,1103            "val": 965,1104            "led": 966,1105            ".f": 967,1106            "▁ne": 968,1107            "▁end": 969,1108            "32": 970,1109            ".T": 971,1110            "16": 972,1111            "cre": 973,1112            "ark": 974,1113            "log": 975,1114            "Ex": 976,1115            "error": 977,1116            "_id": 978,1117            "urre": 979,1118            "ange": 980,1119            "▁null": 981,1120            "rray": 982,1121            "▁my": 983,1122            "pan": 984,1123            "ict": 985,1124            "ator": 986,1125            "View": 987,1126            "List": 988,1127            "\treturn": 989,1128            "▁pre": 990,1129            "▁x": 991,1130            "clude": 992,1131            "arg": 993,1132            "15": 994,1133            "ov": 995,1134            ".h": 996,1135            "▁>": 997,1136            "▁their": 998,1137            "')": 999,1138            "irst": 1000,1139            "ick": 1001,1140            "gh": 1002,1141            "LE": 1003,1142            "OR": 1004,1143            "▁private": 1005,1144            "tem": 1006,1145            "\r\n\r\n": 1007,1146            "user": 1008,1147            "▁)": 1009,1148            "com": 1010,1149            ".A": 1011,1150            "\";\n": 1012,1151            "▁id": 1013,1152            "read": 1014,1153            "▁who": 1015,1154            "_b": 1016,1155            "\">\n": 1017,1156            "▁time": 1018,1157            "▁man": 1019,1158            "ry": 1020,1159            "========": 1021,1160            "roup": 1022,1161            "rop": 1023,1162            "public": 1024,1163            "vel": 1025,1164            "umber": 1026,1165            "ble": 1027,1166            "▁which": 1028,1167            "****************": 1029,1168            "▁any": 1030,1169            "▁false": 1031,1170            "we": 1032,1171            "▁value": 1033,1172            "▁li": 1034,1173            "\")": 1035,1174            "nder": 1036,1175            "gr": 1037,1176            "▁no": 1038,1177            "param": 1039,1178            "25": 1040,1179            "fig": 1041,1180            ".com": 1042,1181            "▁app": 1043,1182            "_l": 1044,1183            "ions": 1045,1184            ".D": 1046,1185            "▁Ch": 1047,1186            "▁about": 1048,1187            "▁add": 1049,1188            "▁su": 1050,1189            "▁string": 1051,1190            "ID": 1052,1191            "▁over": 1053,1192            "string": 1054,1193            ".l": 1055,1194            "ource": 1056,1195            "000": 1057,1196            "_C": 1058,1197            "]\n": 1059,1198            "▁qu": 1060,1199            "▁String": 1061,1200            "ca": 1062,

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