CoolFace
Modelpublic

ahn1376/TaskArithmetic___Code-Math

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

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