CoolFace
Modelpublic

TigerResearch/tigerbot-13b-base-v2

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

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