CoolFace
Modelpublic

AnchorCoder/AnchorCoder_v2

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

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