CoolFace
Modelpublic

CEIA-POSITIVO2/Qwen-4B-capado

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

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