CoolFace
Modelpublic

THUdyh/Insight-V-Reason

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

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