CoolFace
Modelpublic

yujiepan/dbrx-tiny256-random

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes609downloads
tokenizer.json200542 linesDownload Raw Back to root
1{2  "version": "1.0",3  "truncation": null,4  "padding": null,5  "added_tokens": [6    {7      "id": 100256,8      "content": "<||_unused_0_||>",9      "single_word": false,10      "lstrip": false,11      "rstrip": false,12      "normalized": false,13      "special": true14    },15    {16      "id": 100257,17      "content": "<|endoftext|>",18      "single_word": false,19      "lstrip": false,20      "rstrip": false,21      "normalized": false,22      "special": true23    },24    {25      "id": 100258,26      "content": "<|fim_prefix|>",27      "single_word": false,28      "lstrip": false,29      "rstrip": false,30      "normalized": false,31      "special": true32    },33    {34      "id": 100259,35      "content": "<|fim_middle|>",36      "single_word": false,37      "lstrip": false,38      "rstrip": false,39      "normalized": false,40      "special": true41    },42    {43      "id": 100260,44      "content": "<|fim_suffix|>",45      "single_word": false,46      "lstrip": false,47      "rstrip": false,48      "normalized": false,49      "special": true50    },51    {52      "id": 100261,53      "content": "<||_unused_1_||>",54      "single_word": false,55      "lstrip": false,56      "rstrip": false,57      "normalized": false,58      "special": true59    },60    {61      "id": 100262,62      "content": "<||_unused_2_||>",63      "single_word": false,64      "lstrip": false,65      "rstrip": false,66      "normalized": false,67      "special": true68    },69    {70      "id": 100263,71      "content": "<||_unused_3_||>",72      "single_word": false,73      "lstrip": false,74      "rstrip": false,75      "normalized": false,76      "special": true77    },78    {79      "id": 100264,80      "content": "<||_unused_4_||>",81      "single_word": false,82      "lstrip": false,83      "rstrip": false,84      "normalized": false,85      "special": true86    },87    {88      "id": 100265,89      "content": "<||_unused_5_||>",90      "single_word": false,91      "lstrip": false,92      "rstrip": false,93      "normalized": false,94      "special": true95    },96    {97      "id": 100266,98      "content": "<||_unused_6_||>",99      "single_word": false,100      "lstrip": false,101      "rstrip": false,102      "normalized": false,103      "special": true104    },105    {106      "id": 100267,107      "content": "<||_unused_7_||>",108      "single_word": false,109      "lstrip": false,110      "rstrip": false,111      "normalized": false,112      "special": true113    },114    {115      "id": 100268,116      "content": "<||_unused_8_||>",117      "single_word": false,118      "lstrip": false,119      "rstrip": false,120      "normalized": false,121      "special": true122    },123    {124      "id": 100269,125      "content": "<||_unused_9_||>",126      "single_word": false,127      "lstrip": false,128      "rstrip": false,129      "normalized": false,130      "special": true131    },132    {133      "id": 100270,134      "content": "<||_unused_10_||>",135      "single_word": false,136      "lstrip": false,137      "rstrip": false,138      "normalized": false,139      "special": true140    },141    {142      "id": 100271,143      "content": "<||_unused_11_||>",144      "single_word": false,145      "lstrip": false,146      "rstrip": false,147      "normalized": false,148      "special": true149    },150    {151      "id": 100272,152      "content": "<||_unused_12_||>",153      "single_word": false,154      "lstrip": false,155      "rstrip": false,156      "normalized": false,157      "special": true158    },159    {160      "id": 100273,161      "content": "<||_unused_13_||>",162      "single_word": false,163      "lstrip": false,164      "rstrip": false,165      "normalized": false,166      "special": true167    },168    {169      "id": 100274,170      "content": "<||_unused_14_||>",171      "single_word": false,172      "lstrip": false,173      "rstrip": false,174      "normalized": false,175      "special": true176    },177    {178      "id": 100275,179      "content": "<||_unused_15_||>",180      "single_word": false,181      "lstrip": false,182      "rstrip": false,183      "normalized": false,184      "special": true185    },186    {187      "id": 100276,188      "content": "<|endofprompt|>",189      "single_word": false,190      "lstrip": false,191      "rstrip": false,192      "normalized": false,193      "special": true194    },195    {196      "id": 100277,197      "content": "<|pad|>",198      "single_word": false,199      "lstrip": false,200      "rstrip": false,201      "normalized": false,202      "special": true203    },204    {205      "id": 100278,206      "content": "<|im_start|>",207      "single_word": false,208      "lstrip": false,209      "rstrip": false,210      "normalized": false,211      "special": true212    },213    {214      "id": 100279,215      "content": "<|im_end|>",216      "single_word": false,217      "lstrip": false,218      "rstrip": false,219      "normalized": false,220      "special": true221    }222  ],223  "normalizer": null,224  "pre_tokenizer": {225    "type": "Sequence",226    "pretokenizers": [227      {228        "type": "Split",229        "pattern": {230          "Regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?\\p{L}+|\\p{N}{1,3}| ?[^\\s\\p{L}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+"231        },232        "behavior": "Removed",233        "invert": true234      },235      {236        "type": "ByteLevel",237        "add_prefix_space": false,238        "trim_offsets": true,239        "use_regex": false240      }241    ]242  },243  "post_processor": null,244  "decoder": {245    "type": "ByteLevel",246    "add_prefix_space": true,247    "trim_offsets": true,248    "use_regex": true249  },250  "model": {251    "type": "BPE",252    "dropout": null,253    "unk_token": null,254    "continuing_subword_prefix": "",255    "end_of_word_suffix": "",256    "fuse_unk": false,257    "byte_fallback": false,258    "ignore_merges": false,259    "vocab": {260      "!": 0,261      "\"": 1,262      "#": 2,263      "$": 3,264      "%": 4,265      "&": 5,266      "'": 6,267      "(": 7,268      ")": 8,269      "*": 9,270      "+": 10,271      ",": 11,272      "-": 12,273      ".": 13,274      "/": 14,275      "0": 15,276      "1": 16,277      "2": 17,278      "3": 18,279      "4": 19,280      "5": 20,281      "6": 21,282      "7": 22,283      "8": 23,284      "9": 24,285      ":": 25,286      ";": 26,287      "<": 27,288      "=": 28,289      ">": 29,290      "?": 30,291      "@": 31,292      "A": 32,293      "B": 33,294      "C": 34,295      "D": 35,296      "E": 36,297      "F": 37,298      "G": 38,299      "H": 39,300      "I": 40,301      "J": 41,302      "K": 42,303      "L": 43,304      "M": 44,305      "N": 45,306      "O": 46,307      "P": 47,308      "Q": 48,309      "R": 49,310      "S": 50,311      "T": 51,312      "U": 52,313      "V": 53,314      "W": 54,315      "X": 55,316      "Y": 56,317      "Z": 57,318      "[": 58,319      "\\": 59,320      "]": 60,321      "^": 61,322      "_": 62,323      "`": 63,324      "a": 64,325      "b": 65,326      "c": 66,327      "d": 67,328      "e": 68,329      "f": 69,330      "g": 70,331      "h": 71,332      "i": 72,333      "j": 73,334      "k": 74,335      "l": 75,336      "m": 76,337      "n": 77,338      "o": 78,339      "p": 79,340      "q": 80,341      "r": 81,342      "s": 82,343      "t": 83,344      "u": 84,345      "v": 85,346      "w": 86,347      "x": 87,348      "y": 88,349      "z": 89,350      "{": 90,351      "|": 91,352      "}": 92,353      "~": 93,354      "¡": 94,355      "¢": 95,356      "£": 96,357      "¤": 97,358      "¥": 98,359      "¦": 99,360      "§": 100,361      "¨": 101,362      "©": 102,363      "ª": 103,364      "«": 104,365      "¬": 105,366      "®": 106,367      "¯": 107,368      "°": 108,369      "±": 109,370      "²": 110,371      "³": 111,372      "´": 112,373      "µ": 113,374      "¶": 114,375      "·": 115,376      "¸": 116,377      "¹": 117,378      "º": 118,379      "»": 119,380      "¼": 120,381      "½": 121,382      "¾": 122,383      "¿": 123,384      "À": 124,385      "Á": 125,386      "Â": 126,387      "Ã": 127,388      "Ä": 128,389      "Å": 129,390      "Æ": 130,391      "Ç": 131,392      "È": 132,393      "É": 133,394      "Ê": 134,395      "Ë": 135,396      "Ì": 136,397      "Í": 137,398      "Î": 138,399      "Ï": 139,400      "Ð": 140,401      "Ñ": 141,402      "Ò": 142,403      "Ó": 143,404      "Ô": 144,405      "Õ": 145,406      "Ö": 146,407      "×": 147,408      "Ø": 148,409      "Ù": 149,410      "Ú": 150,411      "Û": 151,412      "Ü": 152,413      "Ý": 153,414      "Þ": 154,415      "ß": 155,416      "à": 156,417      "á": 157,418      "â": 158,419      "ã": 159,420      "ä": 160,421      "å": 161,422      "æ": 162,423      "ç": 163,424      "è": 164,425      "é": 165,426      "ê": 166,427      "ë": 167,428      "ì": 168,429      "í": 169,430      "î": 170,431      "ï": 171,432      "ð": 172,433      "ñ": 173,434      "ò": 174,435      "ó": 175,436      "ô": 176,437      "õ": 177,438      "ö": 178,439      "÷": 179,440      "ø": 180,441      "ù": 181,442      "ú": 182,443      "û": 183,444      "ü": 184,445      "ý": 185,446      "þ": 186,447      "ÿ": 187,448      "Ā": 188,449      "ā": 189,450      "Ă": 190,451      "ă": 191,452      "Ą": 192,453      "ą": 193,454      "Ć": 194,455      "ć": 195,456      "Ĉ": 196,457      "ĉ": 197,458      "Ċ": 198,459      "ċ": 199,460      "Č": 200,461      "č": 201,462      "Ď": 202,463      "ď": 203,464      "Đ": 204,465      "đ": 205,466      "Ē": 206,467      "ē": 207,468      "Ĕ": 208,469      "ĕ": 209,470      "Ė": 210,471      "ė": 211,472      "Ę": 212,473      "ę": 213,474      "Ě": 214,475      "ě": 215,476      "Ĝ": 216,477      "ĝ": 217,478      "Ğ": 218,479      "ğ": 219,480      "Ġ": 220,481      "ġ": 221,482      "Ģ": 222,483      "ģ": 223,484      "Ĥ": 224,485      "ĥ": 225,486      "Ħ": 226,487      "ħ": 227,488      "Ĩ": 228,489      "ĩ": 229,490      "Ī": 230,491      "ī": 231,492      "Ĭ": 232,493      "ĭ": 233,494      "Į": 234,495      "į": 235,496      "İ": 236,497      "ı": 237,498      "IJ": 238,499      "ij": 239,500      "Ĵ": 240,501      "ĵ": 241,502      "Ķ": 242,503      "ķ": 243,504      "ĸ": 244,505      "Ĺ": 245,506      "ĺ": 246,507      "Ļ": 247,508      "ļ": 248,509      "Ľ": 249,510      "ľ": 250,511      "Ŀ": 251,512      "ŀ": 252,513      "Ł": 253,514      "ł": 254,515      "Ń": 255,516      "ĠĠ": 256,517      "ĠĠĠĠ": 257,518      "in": 258,519      "Ġt": 259,520      "ĠĠĠĠĠĠĠĠ": 260,521      "er": 261,522      "ĠĠĠ": 262,523      "on": 263,524      "Ġa": 264,525      "re": 265,526      "at": 266,527      "st": 267,528      "en": 268,529      "or": 269,530      "Ġth": 270,531      "ĊĊ": 271,532      "Ġc": 272,533      "le": 273,534      "Ġs": 274,535      "it": 275,536      "an": 276,537      "ar": 277,538      "al": 278,539      "Ġthe": 279,540      ";Ċ": 280,541      "Ġp": 281,542      "Ġf": 282,543      "ou": 283,544      "Ġ=": 284,545      "is": 285,546      "ĠĠĠĠĠĠĠ": 286,547      "ing": 287,548      "es": 288,549      "Ġw": 289,550      "ion": 290,551      "ed": 291,552      "ic": 292,553      "Ġb": 293,554      "Ġd": 294,555      "et": 295,556      "Ġm": 296,557      "Ġo": 297,558      "ĉĉ": 298,559      "ro": 299,560      "as": 300,561      "el": 301,562      "ct": 302,563      "nd": 303,564      "Ġin": 304,565      "Ġh": 305,566      "ent": 306,567      "id": 307,568      "Ġn": 308,569      "am": 309,570      "ĠĠĠĠĠĠĠĠĠĠĠ": 310,571      "Ġto": 311,572      "Ġre": 312,573      "--": 313,574      "Ġ{": 314,575      "Ġof": 315,576      "om": 316,577      ");Ċ": 317,578      "im": 318,579      "čĊ": 319,580      "Ġ(": 320,581      "il": 321,582      "//": 322,583      "Ġand": 323,584      "ur": 324,585      "se": 325,586      "Ġl": 326,587      "ex": 327,588      "ĠS": 328,589      "ad": 329,590      "Ġ\"": 330,591      "ch": 331,592      "ut": 332,593      "if": 333,594      "**": 334,595      "Ġ}": 335,596      "em": 336,597      "ol": 337,598      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 338,599      "th": 339,600      ")Ċ": 340,601      "Ġ{Ċ": 341,602      "Ġg": 342,603      "ig": 343,604      "iv": 344,605      ",Ċ": 345,606      "ce": 346,607      "od": 347,608      "Ġv": 348,609      "ate": 349,610      "ĠT": 350,611      "ag": 351,612      "ay": 352,613      "Ġ*": 353,614      "ot": 354,615      "us": 355,616      "ĠC": 356,617      "Ġst": 357,618      "ĠI": 358,619      "un": 359,620      "ul": 360,621      "ue": 361,622      "ĠA": 362,623      "ow": 363,624      "Ġ'": 364,625      "ew": 365,626      "Ġ<": 366,627      "ation": 367,628      "()": 368,629      "Ġfor": 369,630      "ab": 370,631      "ort": 371,632      "um": 372,633      "ame": 373,634      "Ġis": 374,635      "pe": 375,636      "tr": 376,637      "ck": 377,638      "âĢ": 378,639      "Ġy": 379,640      "ist": 380,641      "----": 381,642      ".ĊĊ": 382,643      "he": 383,644      "Ġe": 384,645      "lo": 385,646      "ĠM": 386,647      "Ġbe": 387,648      "ers": 388,649      "Ġon": 389,650      "Ġcon": 390,651      "ap": 391,652      "ub": 392,653      "ĠP": 393,654      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 394,655      "ass": 395,656      "int": 396,657      ">Ċ": 397,658      "ly": 398,659      "urn": 399,660      "Ġ$": 400,661      ";ĊĊ": 401,662      "av": 402,663      "port": 403,664      "ir": 404,665      "->": 405,666      "nt": 406,667      "ction": 407,668      "end": 408,669      "Ġde": 409,670      "00": 410,671      "ith": 411,672      "out": 412,673      "turn": 413,674      "our": 414,675      "ĠĠĠĠĠ": 415,676      "lic": 416,677      "res": 417,678      "pt": 418,679      "==": 419,680      "Ġthis": 420,681      "Ġwh": 421,682      "Ġif": 422,683      "ĠD": 423,684      "ver": 424,685      "age": 425,686      "ĠB": 426,687      "ht": 427,688      "ext": 428,689      "=\"": 429,690      "Ġthat": 430,691      "****": 431,692      "ĠR": 432,693      "Ġit": 433,694      "ess": 434,695      "ĠF": 435,696      "Ġr": 436,697      "os": 437,698      "and": 438,699      "Ġas": 439,700      "ect": 440,701      "ke": 441,702      "rom": 442,703      "Ġ//": 443,704      "con": 444,705      "ĠL": 445,706      "(\"": 446,707      "qu": 447,708      "lass": 448,709      "Ġwith": 449,710      "iz": 450,711      "de": 451,712      "ĠN": 452,713      "Ġal": 453,714      "op": 454,715      "up": 455,716      "get": 456,717      "Ġ}Ċ": 457,718      "ile": 458,719      "Ġan": 459,720      "ata": 460,721      "ore": 461,722      "ri": 462,723      "Ġpro": 463,724      ";čĊ": 464,725      "ĉĉĉĉ": 465,726      "ter": 466,727      "ain": 467,728      "ĠW": 468,729      "ĠE": 469,730      "Ġcom": 470,731      "Ġreturn": 471,732      "art": 472,733      "ĠH": 473,734      "ack": 474,735      "import": 475,736      "ublic": 476,737      "Ġor": 477,738      "est": 478,739      "ment": 479,740      "ĠG": 480,741      "able": 481,742      "Ġ-": 482,743      "ine": 483,744      "ill": 484,745      "ind": 485,746      "ere": 486,747      "::": 487,748      "ity": 488,749      "Ġ+": 489,750      "Ġtr": 490,751      "elf": 491,752      "ight": 492,753      "('": 493,754      "orm": 494,755      "ult": 495,756      "str": 496,757      "..": 497,758      "\",": 498,759      "Ġyou": 499,760      "ype": 500,761      "pl": 501,762      "Ġnew": 502,763      "Ġj": 503,764      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 504,765      "Ġfrom": 505,766      "Ġex": 506,767      "ĠO": 507,768      "20": 508,769      "ld": 509,770      "Ġ[": 510,771      "oc": 511,772      ":Ċ": 512,773      "Ġse": 513,774      "Ġle": 514,775      "--------": 515,776      ".s": 516,777      "{Ċ": 517,778      "',": 518,779      "ant": 519,780      "Ġat": 520,781      "ase": 521,782      ".c": 522,783      "Ġch": 523,784      "</": 524,785      "ave": 525,786      "ang": 526,787      "Ġare": 527,788      "Ġint": 528,789      "âĢĻ": 529,790      "_t": 530,791      "ert": 531,792      "ial": 532,793      "act": 533,794      "}Ċ": 534,795      "ive": 535,796      "ode": 536,797      "ost": 537,798      "Ġclass": 538,799      "Ġnot": 539,800      "og": 540,801      "ord": 541,802      "alue": 542,803      "all": 543,804      "ff": 544,805      "();Ċ": 545,806      "ont": 546,807      "ime": 547,808      "are": 548,809      "ĠU": 549,810      "Ġpr": 550,811      "Ġ:": 551,812      "ies": 552,813      "ize": 553,814      "ure": 554,815      "Ġby": 555,816      "ire": 556,817      "Ġ}ĊĊ": 557,818      ".p": 558,819      "Ġsh": 559,820      "ice": 560,821      "ast": 561,822      "ption": 562,823      "tring": 563,824      "ok": 564,825      "__": 565,826      "cl": 566,827      "##": 567,828      "Ġhe": 568,829      "ard": 569,830      ").": 570,831      "Ġ@": 571,832      "iew": 572,833      "ĉĉĉ": 573,834      "Ġwas": 574,835      "ip": 575,836      "this": 576,837      "Ġu": 577,838      "ĠThe": 578,839      "ide": 579,840      "ace": 580,841      "ib": 581,842      "ac": 582,843      "rou": 583,844      "Ġwe": 584,845      "ject": 585,846      "Ġpublic": 586,847      "ak": 587,848      "ve": 588,849      "ath": 589,850      "oid": 590,851      "Ġ=>": 591,852      "ust": 592,853      "que": 593,854      "Ġres": 594,855      "))": 595,856      "'s": 596,857      "Ġk": 597,858      "ans": 598,859      "yst": 599,860      "unction": 600,861      "********": 601,862      "Ġi": 602,863      "Ġus": 603,864      "pp": 604,865      "10": 605,866      "one": 606,867      "ail": 607,868      "====": 608,869      "name": 609,870      "Ġstr": 610,871      "Ġ/": 611,872      "Ġ&": 612,873      "ach": 613,874      "div": 614,875      "ystem": 615,876      "ell": 616,877      "Ġhave": 617,878      "err": 618,879      "ould": 619,880      "ull": 620,881      "pon": 621,882      "ĠJ": 622,883      "_p": 623,884      "Ġ==": 624,885      "ign": 625,886      "St": 626,887      ".Ċ": 627,888      "Ġpl": 628,889      ");ĊĊ": 629,890      "form": 630,891      "put": 631,892      "ount": 632,893      "}ĊĊ": 633,894      "dd": 634,895      "ite": 635,896      "Ġget": 636,897      "rr": 637,898      "ome": 638,899      "ĠâĢ": 639,900      "aram": 640,901      "cc": 641,902      "Ġ*/": 642,903      "ER": 643,904      "In": 644,905      "les": 645,906      "_s": 646,907      "ong": 647,908      "ie": 648,909      "Ġcan": 649,910      "ĠV": 650,911      "erv": 651,912      "pr": 652,913      "Ġun": 653,914      "row": 654,915      "ber": 655,916      "Ġdo": 656,917      "ll": 657,918      "Ġel": 658,919      "Ġself": 659,920      "ated": 660,921      "ary": 661,922      "Ġ.": 662,923      "']": 663,924      "ud": 664,925      "Ġen": 665,926      "ĠTh": 666,927      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 667,928      "te": 668,929      "_c": 669,930      "uct": 670,931      "Ġab": 671,932      "ork": 672,933      ".get": 673,934      "Ġ#": 674,935      "aw": 675,936      "ress": 676,937      "ob": 677,938      "Name": 678,939      "201": 679,940      "app": 680,941      "['": 681,942      "Ġall": 682,943      "ory": 683,944      "ition": 684,945      "ance": 685,946      "ear": 686,947      "Ġcont": 687,948      "vent": 688,949      "ia": 689,950      "Ġwill": 690,951      "IN": 691,952      "ĠĠĠĠĠĠĠĠĠ": 692,953      "return": 693,954      "Ġ</": 694,955      "data": 695,956      ")ĊĊ": 696,957      "Re": 697,958      "ple": 698,959      "ild": 699,960      "ther": 700,961      "Ġyour": 701,962      "\"Ċ": 702,963      "($": 703,964      "Ġout": 704,965      "),": 705,966      "Ġhas": 706,967      "String": 707,968      "so": 708,969      "Ġup": 709,970      "ax": 710,971      "Ġdef": 711,972      "Ġbo": 712,973      "ge": 713,974      "alse": 714,975      "ON": 715,976      "per": 716,977      "12": 717,978      "ich": 718,979      "Ġbut": 719,980      "ĠĊ": 720,981      "Ġ_": 721,982      "_m": 722,983      "add": 723,984      "quest": 724,985      "odel": 725,986      "self": 726,987      "ery": 727,988      "ft": 728,989      "ens": 729,990      "////": 730,991      "ake": 731,992      ".C": 732,993      "Ġgo": 733,994      "Ġfunction": 734,995      "ĠK": 735,996      "ivate": 736,997      "Ġim": 737,998      "Ġconst": 738,999      ".t": 739,1000      "Ġ*/Ċ": 740,1001      ");čĊ": 741,1002      "Ġvoid": 742,1003      "Ġset": 743,1004      "ĠSystem": 744,1005      "cri": 745,1006      "()Ċ": 746,1007      "li": 747,1008      "ĉif": 748,1009      ".m": 749,1010      "ally": 750,1011      "set": 751,1012      "ep": 752,1013      "âĢĻs": 753,1014      "bo": 754,1015      "def": 755,1016      "',Ċ": 756,1017      "Ġme": 757,1018      "Ġ!": 758,1019      "atch": 759,1020      "\">": 760,1021      "\",Ċ": 761,1022      "ec": 762,1023      "ĠIn": 763,1024      "ph": 764,1025      "Ġ|": 765,1026      "_f": 766,1027      "Ġvar": 767,1028      "ence": 768,1029      "Id": 769,1030      "ree": 770,1031      "ink": 771,1032      "lect": 772,1033      "ug": 773,1034      "eth": 774,1035      "Ġelse": 775,1036      "----------------": 776,1037      "19": 777,1038      "cont": 778,1039      "Ġso": 779,1040      "atic": 780,1041      "Ġlo": 781,1042      "pro": 782,1043      "ton": 783,1044      "ss": 784,1045      "own": 785,1046      "abel": 786,1047      "oint": 787,1048      "ous": 788,1049      "eld": 789,1050      "ST": 790,1051      "The": 791,1052      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 792,1053      "RE": 793,1054      "\":": 794,1055      "olor": 795,1056      "tp": 796,1057      "eg": 797,1058      "key": 798,1059      "ude": 799,1060      "ĠSt": 800,1061      "ound": 801,1062      "Ġar": 802,1063      "\");Ċ": 803,1064      "ener": 804,1065      "ser": 805,1066      "11": 806,1067      "bject": 807,1068      "essage": 808,1069      "fer": 809,1070      "Ġmore": 810,1071      "ations": 811,1072      "ents": 812,1073      "Ġhis": 813,1074      "Ġthey": 814,1075      ".S": 815,1076      "ĠY": 816,1077      "use": 817,1078      "ne": 818,1079      "ish": 819,1080      "old": 820,1081      "_d": 821,1082      "io": 822,1083      "ield": 823,1084      "Ġper": 824,1085      "Cont": 825,1086      "ings": 826,1087      "####": 827,1088      "Ġdata": 828,1089      "Ġsa": 829,1090      "ef": 830,1091      "fo": 831,1092      "Ġone": 832,1093      "eng": 833,1094      "Ġdis": 834,1095      "AT": 835,1096      "Ġname": 836,1097      "Ġtrue": 837,1098      "val": 838,1099      "led": 839,1100      ".f": 840,1101      "Ġne": 841,1102      "Ġend": 842,1103      "32": 843,1104      ".T": 844,1105      "16": 845,1106      "cre": 846,1107      "ark": 847,1108      "log": 848,1109      "Ex": 849,1110      "error": 850,1111      "_id": 851,1112      "urre": 852,1113      "ange": 853,1114      "Ġnull": 854,1115      "rray": 855,1116      "Ġmy": 856,1117      "pan": 857,1118      "ict": 858,1119      "ator": 859,1120      "View": 860,1121      "List": 861,1122      "ĉreturn": 862,1123      "âĢĿ": 863,1124      "Ġpre": 864,1125      "Ġx": 865,1126      "clude": 866,1127      "arg": 867,1128      "15": 868,1129      "ov": 869,1130      ".h": 870,1131      "Ġ>": 871,1132      "Ġtheir": 872,1133      "')": 873,1134      "irst": 874,1135      "ick": 875,1136      "gh": 876,1137      "LE": 877,1138      "OR": 878,1139      "Ġprivate": 879,1140      "tem": 880,1141      "čĊčĊ": 881,1142      "user": 882,1143      "Ġ)": 883,1144      "com": 884,1145      ".A": 885,1146      "\";Ċ": 886,1147      "Ġid": 887,1148      "read": 888,1149      "Ġwho": 889,1150      "_b": 890,1151      "\">Ċ": 891,1152      "Ġtime": 892,1153      "Ġman": 893,1154      "ry": 894,1155      "========": 895,1156      "roup": 896,1157      "rop": 897,1158      "public": 898,1159      "vel": 899,1160      "umber": 900,1161      "ble": 901,1162      "Ġwhich": 902,1163      "****************": 903,1164      "Ġany": 904,1165      "Ġfalse": 905,1166      "we": 906,1167      "Ġvalue": 907,1168      "Ġli": 908,1169      "\")": 909,1170      "nder": 910,1171      "gr": 911,1172      "Ġno": 912,1173      "param": 913,1174      "25": 914,1175      "fig": 915,1176      ".com": 916,1177      "Ġapp": 917,1178      "_l": 918,1179      "ions": 919,1180      ".D": 920,1181      "ĠCh": 921,1182      "Ġabout": 922,1183      "Ġadd": 923,1184      "Ġsu": 924,1185      "Ġstring": 925,1186      "ID": 926,1187      "Ġover": 927,1188      "string": 928,1189      ".l": 929,1190      "ource": 930,1191      "000": 931,1192      "_C": 932,1193      "]Ċ": 933,1194      "Ġqu": 934,1195      "ĠString": 935,1196      "ca": 936,1197      "SE": 937,1198      "Ġro": 938,1199      "sh": 939,1200      "ual": 940,

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