CoolFace
Modelpublic

DATA-ADAPT/offline-embedding

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

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