CoolFace
Modelpublic

TIGER-Lab/VideoScore

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

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