CoolFace
Modelpublic

JoudAlrubaish/technical-support-agent-model-c

sourceHugging Faceupdated 6d agoView on Hugging Face
0likes469downloads
tokenizer.json244965 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": "<|endoftext|>",9      "single_word": false,10      "lstrip": false,11      "rstrip": false,12      "normalized": false,13      "special": true14    },15    {16      "id": 1,17      "content": "<|im_start|>",18      "single_word": false,19      "lstrip": false,20      "rstrip": false,21      "normalized": false,22      "special": true23    },24    {25      "id": 2,26      "content": "<|im_end|>",27      "single_word": false,28      "lstrip": false,29      "rstrip": false,30      "normalized": false,31      "special": true32    },33    {34      "id": 3,35      "content": "<repo_name>",36      "single_word": false,37      "lstrip": false,38      "rstrip": false,39      "normalized": false,40      "special": true41    },42    {43      "id": 4,44      "content": "<reponame>",45      "single_word": false,46      "lstrip": false,47      "rstrip": false,48      "normalized": false,49      "special": true50    },51    {52      "id": 5,53      "content": "<file_sep>",54      "single_word": false,55      "lstrip": false,56      "rstrip": false,57      "normalized": false,58      "special": true59    },60    {61      "id": 6,62      "content": "<filename>",63      "single_word": false,64      "lstrip": false,65      "rstrip": false,66      "normalized": false,67      "special": true68    },69    {70      "id": 7,71      "content": "<gh_stars>",72      "single_word": false,73      "lstrip": false,74      "rstrip": false,75      "normalized": false,76      "special": true77    },78    {79      "id": 8,80      "content": "<issue_start>",81      "single_word": false,82      "lstrip": false,83      "rstrip": false,84      "normalized": false,85      "special": true86    },87    {88      "id": 9,89      "content": "<issue_comment>",90      "single_word": false,91      "lstrip": false,92      "rstrip": false,93      "normalized": false,94      "special": true95    },96    {97      "id": 10,98      "content": "<issue_closed>",99      "single_word": false,100      "lstrip": false,101      "rstrip": false,102      "normalized": false,103      "special": true104    },105    {106      "id": 11,107      "content": "<jupyter_start>",108      "single_word": false,109      "lstrip": false,110      "rstrip": false,111      "normalized": false,112      "special": true113    },114    {115      "id": 12,116      "content": "<jupyter_text>",117      "single_word": false,118      "lstrip": false,119      "rstrip": false,120      "normalized": false,121      "special": true122    },123    {124      "id": 13,125      "content": "<jupyter_code>",126      "single_word": false,127      "lstrip": false,128      "rstrip": false,129      "normalized": false,130      "special": true131    },132    {133      "id": 14,134      "content": "<jupyter_output>",135      "single_word": false,136      "lstrip": false,137      "rstrip": false,138      "normalized": false,139      "special": true140    },141    {142      "id": 15,143      "content": "<jupyter_script>",144      "single_word": false,145      "lstrip": false,146      "rstrip": false,147      "normalized": false,148      "special": true149    },150    {151      "id": 16,152      "content": "<empty_output>",153      "single_word": false,154      "lstrip": false,155      "rstrip": false,156      "normalized": false,157      "special": true158    }159  ],160  "normalizer": null,161  "pre_tokenizer": {162    "type": "ByteLevel",163    "add_prefix_space": false,164    "trim_offsets": true,165    "use_regex": true166  },167  "post_processor": {168    "type": "TemplateProcessing",169    "single": [170      {171        "Sequence": {172          "id": "A",173          "type_id": 0174        }175      }176    ],177    "pair": [178      {179        "Sequence": {180          "id": "A",181          "type_id": 0182        }183      },184      {185        "Sequence": {186          "id": "B",187          "type_id": 1188        }189      }190    ],191    "special_tokens": {}192  },193  "decoder": {194    "type": "ByteLevel",195    "add_prefix_space": true,196    "trim_offsets": true,197    "use_regex": true198  },199  "model": {200    "type": "BPE",201    "dropout": null,202    "unk_token": null,203    "continuing_subword_prefix": "",204    "end_of_word_suffix": "",205    "fuse_unk": false,206    "byte_fallback": false,207    "ignore_merges": false,208    "vocab": {209      "<|endoftext|>": 0,210      "<|im_start|>": 1,211      "<|im_end|>": 2,212      "<repo_name>": 3,213      "<reponame>": 4,214      "<file_sep>": 5,215      "<filename>": 6,216      "<gh_stars>": 7,217      "<issue_start>": 8,218      "<issue_comment>": 9,219      "<issue_closed>": 10,220      "<jupyter_start>": 11,221      "<jupyter_text>": 12,222      "<jupyter_code>": 13,223      "<jupyter_output>": 14,224      "<jupyter_script>": 15,225      "<empty_output>": 16,226      "!": 17,227      "\"": 18,228      "#": 19,229      "$": 20,230      "%": 21,231      "&": 22,232      "'": 23,233      "(": 24,234      ")": 25,235      "*": 26,236      "+": 27,237      ",": 28,238      "-": 29,239      ".": 30,240      "/": 31,241      "0": 32,242      "1": 33,243      "2": 34,244      "3": 35,245      "4": 36,246      "5": 37,247      "6": 38,248      "7": 39,249      "8": 40,250      "9": 41,251      ":": 42,252      ";": 43,253      "<": 44,254      "=": 45,255      ">": 46,256      "?": 47,257      "@": 48,258      "A": 49,259      "B": 50,260      "C": 51,261      "D": 52,262      "E": 53,263      "F": 54,264      "G": 55,265      "H": 56,266      "I": 57,267      "J": 58,268      "K": 59,269      "L": 60,270      "M": 61,271      "N": 62,272      "O": 63,273      "P": 64,274      "Q": 65,275      "R": 66,276      "S": 67,277      "T": 68,278      "U": 69,279      "V": 70,280      "W": 71,281      "X": 72,282      "Y": 73,283      "Z": 74,284      "[": 75,285      "\\": 76,286      "]": 77,287      "^": 78,288      "_": 79,289      "`": 80,290      "a": 81,291      "b": 82,292      "c": 83,293      "d": 84,294      "e": 85,295      "f": 86,296      "g": 87,297      "h": 88,298      "i": 89,299      "j": 90,300      "k": 91,301      "l": 92,302      "m": 93,303      "n": 94,304      "o": 95,305      "p": 96,306      "q": 97,307      "r": 98,308      "s": 99,309      "t": 100,310      "u": 101,311      "v": 102,312      "w": 103,313      "x": 104,314      "y": 105,315      "z": 106,316      "{": 107,317      "|": 108,318      "}": 109,319      "~": 110,320      "¡": 111,321      "¢": 112,322      "£": 113,323      "¤": 114,324      "¥": 115,325      "¦": 116,326      "§": 117,327      "¨": 118,328      "©": 119,329      "ª": 120,330      "«": 121,331      "¬": 122,332      "®": 123,333      "¯": 124,334      "°": 125,335      "±": 126,336      "²": 127,337      "³": 128,338      "´": 129,339      "µ": 130,340      "¶": 131,341      "·": 132,342      "¸": 133,343      "¹": 134,344      "º": 135,345      "»": 136,346      "¼": 137,347      "½": 138,348      "¾": 139,349      "¿": 140,350      "Â": 141,351      "Ã": 142,352      "Ä": 143,353      "Å": 144,354      "Æ": 145,355      "Ç": 146,356      "È": 147,357      "É": 148,358      "Ê": 149,359      "Ë": 150,360      "Ì": 151,361      "Í": 152,362      "Î": 153,363      "Ï": 154,364      "Ð": 155,365      "Ñ": 156,366      "Ò": 157,367      "Ó": 158,368      "Ô": 159,369      "Õ": 160,370      "Ö": 161,371      "×": 162,372      "Ø": 163,373      "Ù": 164,374      "Ú": 165,375      "Û": 166,376      "Ü": 167,377      "Ý": 168,378      "Þ": 169,379      "ß": 170,380      "à": 171,381      "á": 172,382      "â": 173,383      "ã": 174,384      "ä": 175,385      "å": 176,386      "æ": 177,387      "ç": 178,388      "è": 179,389      "é": 180,390      "ê": 181,391      "ë": 182,392      "ì": 183,393      "í": 184,394      "î": 185,395      "ï": 186,396      "ð": 187,397      "ó": 188,398      "ô": 189,399      "Ā": 190,400      "ā": 191,401      "Ă": 192,402      "ă": 193,403      "ą": 194,404      "ć": 195,405      "Ĉ": 196,406      "ĉ": 197,407      "Ċ": 198,408      "ċ": 199,409      "Č": 200,410      "č": 201,411      "Ď": 202,412      "ď": 203,413      "Đ": 204,414      "đ": 205,415      "Ē": 206,416      "ĕ": 207,417      "ė": 208,418      "Ę": 209,419      "ę": 210,420      "Ě": 211,421      "ě": 212,422      "Ĝ": 213,423      "Ğ": 214,424      "ğ": 215,425      "Ġ": 216,426      "ġ": 217,427      "Ģ": 218,428      "ģ": 219,429      "Ĥ": 220,430      "ĥ": 221,431      "Ħ": 222,432      "ħ": 223,433      "Ĩ": 224,434      "ĩ": 225,435      "Ī": 226,436      "ī": 227,437      "Ĭ": 228,438      "ĭ": 229,439      "Į": 230,440      "į": 231,441      "İ": 232,442      "ı": 233,443      "IJ": 234,444      "ij": 235,445      "Ĵ": 236,446      "ĵ": 237,447      "Ķ": 238,448      "ķ": 239,449      "ĸ": 240,450      "Ĺ": 241,451      "ĺ": 242,452      "Ļ": 243,453      "ļ": 244,454      "Ľ": 245,455      "ľ": 246,456      "Ŀ": 247,457      "ŀ": 248,458      "Ł": 249,459      "ł": 250,460      "Ń": 251,461      "Ġt": 252,462      "Ġa": 253,463      "in": 254,464      "he": 255,465      "ĠĠ": 256,466      "re": 257,467      "on": 258,468      "er": 259,469      "Ġthe": 260,470      "at": 261,471      "Ġs": 262,472      "Ġo": 263,473      "en": 264,474      "Ġc": 265,475      "es": 266,476      "Ġw": 267,477      "nd": 268,478      "it": 269,479      "or": 270,480      "is": 271,481      "al": 272,482      "Ġp": 273,483      "ing": 274,484      "Ġf": 275,485      "an": 276,486      "ed": 277,487      "Ġb": 278,488      "ou": 279,489      "ar": 280,490      "Ġin": 281,491      "Ġof": 282,492      "Ġm": 283,493      "Ġand": 284,494      "ion": 285,495      "ic": 286,496      "Ġd": 287,497      "Ġto": 288,498      "ĠĠĠĠ": 289,499      "le": 290,500      "ro": 291,501      "as": 292,502      "ent": 293,503      "Ġh": 294,504      "Ġth": 295,505      "ct": 296,506      "Ġe": 297,507      "Ġre": 298,508      "el": 299,509      "om": 300,510      "il": 301,511      "st": 302,512      "Ġl": 303,513      "Ġn": 304,514      "et": 305,515      "im": 306,516      "ve": 307,517      "ol": 308,518      "ation": 309,519      "Ġg": 310,520      "id": 311,521      "ĠT": 312,522      "se": 313,523      "Ġis": 314,524      "ur": 315,525      "ut": 316,526      "ra": 317,527      "ly": 318,528      "ce": 319,529      "ot": 320,530      "âĢ": 321,531      "ch": 322,532      "ow": 323,533      "ig": 324,534      "Ġbe": 325,535      "Ġu": 326,536      "Ġfor": 327,537      "Ġst": 328,538      "Ġy": 329,539      "ĠA": 330,540      "ver": 331,541      "am": 332,542      "ĠĠĠ": 333,543      "ĠS": 334,544      "Ġon": 335,545      "ul": 336,546      "ir": 337,547      "Ġthat": 338,548      "ĠI": 339,549      "ĠC": 340,550      "ay": 341,551      "if": 342,552      "ith": 343,553      "ad": 344,554      "Ġcon": 345,555      "Ġyou": 346,556      "Ġas": 347,557      "Ġpro": 348,558      "her": 349,559      "od": 350,560      "Ġwith": 351,561      "ter": 352,562      "ĠĠĠĠĠĠĠĠ": 353,563      "Ġan": 354,564      "Ġor": 355,565      "Ġwh": 356,566      "Ġit": 357,567      "ment": 358,568      "Ġare": 359,569      "Ġal": 360,570      "ge": 361,571      "ess": 362,572      "ist": 363,573      "Ġex": 364,574      "Ġ(": 365,575      "ers": 366,576      "Ġde": 367,577      "ate": 368,578      "ab": 369,579      "ies": 370,580      "op": 371,581      "ĠM": 372,582      "th": 373,583      "ect": 374,584      "res": 375,585      "us": 376,586      "ĠP": 377,587      "ĠThe": 378,588      "Ġcom": 379,589      "iv": 380,590      "est": 381,591      "um": 382,592      "ity": 383,593      "Ġhe": 384,594      "qu": 385,595      "Ġv": 386,596      "ac": 387,597      "ill": 388,598      "ĠB": 389,599      "ore": 390,600      "em": 391,601      "Ġwe": 392,602      "Ġsu": 393,603      "pp": 394,604      "os": 395,605      "ke": 396,606      "and": 397,607      "rom": 398,608      "nt": 399,609      "ld": 400,610      "ort": 401,611      "ain": 402,612      "ant": 403,613      "ive": 404,614      "igh": 405,615      "oc": 406,616      "ĠH": 407,617      "ĠW": 408,618      "ial": 409,619      "Ġch": 410,620      "Ġby": 411,621      "Ġr": 412,622      "ud": 413,623      "ĠE": 414,624      "ĠĠĠĠĠĠĠ": 415,625      "Ġcan": 416,626      "âĢĻ": 417,627      "Ġat": 418,628      "un": 419,629      "Ġne": 420,630      "Ġha": 421,631      "ĠD": 422,632      "--": 423,633      "ure": 424,634      "Ġle": 425,635      "ĠF": 426,636      "Ġse": 427,637      "ĠR": 428,638      "Ġfrom": 429,639      "Ġen": 430,640      "ri": 431,641      "pe": 432,642      "ical": 433,643      "art": 434,644      "og": 435,645      "Ġwas": 436,646      "pt": 437,647      "ions": 438,648      "pl": 439,649      "rou": 440,650      "Ġnot": 441,651      "ĠN": 442,652      "Ġsh": 443,653      "Ġim": 444,654      "ight": 445,655      "Ġ=": 446,656      "out": 447,657      "ĊĠĠĠĠĠĠĠ": 448,658      "all": 449,659      "ĠL": 450,660      "Ġthis": 451,661      "ĠG": 452,662      "Ġab": 453,663      "ag": 454,664      "red": 455,665      "per": 456,666      "Ġhave": 457,667      "Ġwor": 458,668      "ĠâĢ": 459,669      "gh": 460,670      "our": 461,671      "ine": 462,672      "iz": 463,673      "Ġint": 464,674      "ome": 465,675      "ĊĠĠĠĠĠĠĠĠ": 466,676      "ust": 467,677      "Ġus": 468,678      "Ġyour": 469,679      "ould": 470,680      "act": 471,681      "ĊĠĠĠ": 472,682      "age": 473,683      "ost": 474,684      "Ġpl": 475,685      "Ġ\"": 476,686      "ard": 477,687      "ell": 478,688      "ther": 479,689      "Ġtheir": 480,690      "ult": 481,691      "elf": 482,692      "ated": 483,693      "ff": 484,694      "ich": 485,695      "end": 486,696      "ans": 487,697      "ous": 488,698      "ide": 489,699      "ru": 490,700      "ations": 491,701      "ĠO": 492,702      "Ġad": 493,703      "ak": 494,704      "Ġwhe": 495,705      "du": 496,706      "cl": 497,707      "Ġcont": 498,708      "Ġres": 499,709      "ast": 500,710      "Ġk": 501,711      "Ġthey": 502,712      "Ġcomp": 503,713      "The": 504,714      "ib": 505,715      "'s": 506,716      "orm": 507,717      "ip": 508,718      "cc": 509,719      "Ġdis": 510,720      "Ġall": 511,721      "ap": 512,722      "ame": 513,723      "ĠU": 514,724      "able": 515,725      "ong": 516,726      "ear": 517,727      "ere": 518,728      "ie": 519,729      "ass": 520,730      "Ġimp": 521,731      "are": 522,732      "Ġwill": 523,733      "ance": 524,734      "ĠTh": 525,735      "ind": 526,736      "Ġwhich": 527,737      "ood": 528,738      "ary": 529,739      "ĠJ": 530,740      "ual": 531,741      "vel": 532,742      "ĠIn": 533,743      "ep": 534,744      "ence": 535,745      "Ġdo": 536,746      "one": 537,747      "ks": 538,748      "Ġcl": 539,749      "Ġmore": 540,750      "ry": 541,751      "ia": 542,752      "Ġte": 543,753      "Ġj": 544,754      "ign": 545,755      "ue": 546,756      "ents": 547,757      "reat": 548,758      "Ġme": 549,759      "Ġother": 550,760      "Ġun": 551,761      "ile": 552,762      "Ġhas": 553,763      "ach": 554,764      "Ġman": 555,765      "ime": 556,766      "ction": 557,767      "ild": 558,768      "so": 559,769      "ress": 560,770      "ces": 561,771      "Ġar": 562,772      "Ġabout": 563,773      "Ġbut": 564,774      "av": 565,775      "Ġapp": 566,776      "Ġper": 567,777      "oo": 568,778      "ice": 569,779      "ition": 570,780      "ater": 571,781      "ely": 572,782      "âĢĿ": 573,783      "Ġsp": 574,784      "ake": 575,785      "ase": 576,786      "Ġev": 577,787      "Ġout": 578,788      "ors": 579,789      "ack": 580,790      "ens": 581,791      "Ġone": 582,792      "very": 583,793      "form": 584,794      "Ġif": 585,795      "----": 586,796      "ory": 587,797      "Ġso": 588,798      "ord": 589,799      "ace": 590,800      "int": 591,801      "Ġwere": 592,802      "ber": 593,803      "nder": 594,804      ").": 595,805      "Ġli": 596,806      "Ġalso": 597,807      "ount": 598,808      "Ġpart": 599,809      "Ġcomm": 600,810      "Ġthem": 601,811      "ose": 602,812      "au": 603,813      "ang": 604,814      "ci": 605,815      "Ġstud": 606,816      "con": 607,817      "rit": 608,818      "ire": 609,819      "Ġpe": 610,820      "ub": 611,821      "now": 612,822      "Ġqu": 613,823      "Ġup": 614,824      "Ġsy": 615,825      "ings": 616,826      "Ġwho": 617,827      "Ġinto": 618,828      "ĠâĢľ": 619,829      "ound": 620,830      "ish": 621,831      "Ġpre": 622,832      "Ġthese": 623,833      "Ġits": 624,834      "ĠSt": 625,835      "olog": 626,836      "iff": 627,837      "pec": 628,838      "ĊĠĠĠĠĠĠĠĠĠĠĠ": 629,839      "rough": 630,840      "ric": 631,841      "Ġfe": 632,842      "Ġbec": 633,843      "Ġsome": 634,844      "Ġtra": 635,845      "ail": 636,846      "Ġ'": 637,847      "Ġhow": 638,848      "Ġself": 639,849      "ree": 640,850      "Ġind": 641,851      "ities": 642,852      "),": 643,853      "king": 644,854      "Ġwhen": 645,855      "ays": 646,856      "ph": 647,857      "vers": 648,858      "Ġem": 649,859      "Ġhis": 650,860      "Ġro": 651,861      "ific": 652,862      "Ġour": 653,863      "Ġmay": 654,864      "Ġtime": 655,865      "Ġunder": 656,866      "ĠIt": 657,867      "ments": 658,868      "ĠK": 659,869      "ates": 660,870      "ople": 661,871      "ne": 662,872      "ite": 663,873      "Ġcol": 664,874      "Ġthere": 665,875      "Ġbet": 666,876      "urn": 667,877      "cre": 668,878      "ĠThis": 669,879      "Ġthan": 670,880      "ough": 671,881      "ys": 672,882      "Ġdiff": 673,883      "ating": 674,884      "ob": 675,885      "te": 676,886      "we": 677,887      "ĠCh": 678,888      "ath": 679,889      "ject": 680,890      "Ġtr": 681,891      "ally": 682,892      "low": 683,893      "erv": 684,894      "Ġgo": 685,895      "ms": 686,896      "Ġcons": 687,897      "Ġag": 688,898      "Ġra": 689,899      "Ġover": 690,900      "lect": 691,901      "Ġrec": 692,902      "xt": 693,903      "Ġpr": 694,904      "ple": 695,905      "tern": 696,906      "ian": 697,907      "Ġacc": 698,908      "Ġknow": 699,909      "cess": 700,910      "Ġpeople": 701,911      "Ġlike": 702,912      "ove": 703,913      "Ġhel": 704,914      "Ġact": 705,915      "ata": 706,916      "ons": 707,917      "Ġdes": 708,918      "lic": 709,919      "clud": 710,920      "ious": 711,921      "##": 712,922      "Ġyear": 713,923      "arn": 714,924      "Ġsuch": 715,925      "Ġrel": 716,926      "ĠV": 717,927      "ĠY": 718,928      "Ġbeen": 719,929      "row": 720,930      "ef": 721,931      "Ġuse": 722,932      "ren": 723,933      "Ġhelp": 724,934      "Ġnew": 725,935      "get": 726,936      "):": 727,937      "alth": 728,938      "irst": 729,939      "ert": 730,940      "Ġ-": 731,941      "Ġwhat": 732,942      "ause": 733,943      "eth": 734,944      "les": 735,945      "Ġwould": 736,946      "Ġneed": 737,947      "Ġthrough": 738,948      "ful": 739,949      "stem": 740,950      "uring": 741,951      "round": 742,952      "Ġsa": 743,953      "Ġam": 744,954      "Ġeff": 745,955      "Ġwork": 746,956      "ics": 747,957      "velop": 748,958      "ov": 749,959      "Ġany": 750,960      "ool": 751,961      "Ġimport": 752,962      "Ġdef": 753,963      "Ġbl": 754,964      "ular": 755,965      "ures": 756,966      "Ġass": 757,967      "Ġspec": 758,968      "Ġgen": 759,969      "Ġtw": 760,970      "Ġhad": 761,971      "rib": 762,972      "mer": 763,973      "ll": 764,974      "Ġinclud": 765,975      "ced": 766,976      "Ġoff": 767,977      "Ġmost": 768,978      "ise": 769,979      "hed": 770,980      "self": 771,981      "Ġprov": 772,982      "port": 773,983      "iss": 774,984      "ract": 775,985      "ange": 776,986      "Ġph": 777,987      "ict": 778,988      "Ġreg": 779,989      "ational": 780,990      "als": 781,991      "Ġdiffere": 782,992      "ility": 783,993      "Ġac": 784,994      "pect": 785,995      "oss": 786,996      "Ġno": 787,997      "In": 788,998      "oth": 789,999      "ook": 790,1000      "ative": 791,1001      "ark": 792,1002      "old": 793,1003      "Ġob": 794,1004      "hen": 795,1005      "Ġprodu": 796,1006      "Ġinv": 797,1007      "Ġmod": 798,1008      "Ġdevelop": 799,1009      "Ġmany": 800,1010      "Ġdi": 801,1011      "Ġrem": 802,1012      "Ġadd": 803,1013      "Ġused": 804,1014      "Ġonly": 805,1015      "Ġsc": 806,1016      "fter": 807,1017      "Ġfirst": 808,1018      "ween": 809,1019      "ĠUn": 810,1020      "Ġchild": 811,1021      "ible": 812,1022      "ten": 813,1023      "ram": 814,1024      "uc": 815,1025      "ĠâĢĵ": 816,1026      "Ġsystem": 817,1027      "arch": 818,1028      "Ġatt": 819,1029      "Ġget": 820,1030      "ased": 821,1031      "Ġinst": 822,1032      "ower": 823,1033      "com": 824,1034      "cept": 825,1035      "Ġbetween": 826,1036      "Ġtwo": 827,1037      "**": 828,1038      "Ġret": 829,1039      "ife": 830,1040      "chn": 831,1041      "Ġfl": 832,1042      "erm": 833,1043      "Ġinf": 834,1044      "Ġlearn": 835,1045      "ize": 836,1046      "Ġwhere": 837,1047      "Ġsur": 838,1048      "wn": 839,1049      "Ġsub": 840,1050      "Ġexam": 841,1051      "its": 842,1052      "Ġinter": 843,1053      "Ġpo": 844,1054      "own": 845,1055      "ew": 846,1056      "ond": 847,1057      "Ġpers": 848,1058      "ts": 849,1059      "Ġtrans": 850,1060      "ps": 851,1061      "hes": 852,1062      "Ġpol": 853,1063      "ble": 854,1064      "Ġexper": 855,1065      "Ġcould": 856,1066      "Ġco": 857,1067      "Ġsupp": 858,1068      "ss": 859,1069      "ution": 860,1070      "Ġnum": 861,1071      "ting": 862,1072      "ng": 863,1073      "Ġhealth": 864,1074      "Ġsm": 865,1075      "ty": 866,1076      "ural": 867,1077      "Ġshould": 868,1078      "ern": 869,1079      "gan": 870,1080      "Ġstr": 871,1081      "ever": 872,1082      "cy": 873,1083      "Ġher": 874,1084      "ues": 875,1085      "Ġwell": 876,1086      "Ġbu": 877,1087      "ily": 878,1088      "stand": 879,1089      "ident": 880,1090      "erg": 881,1091      "oci": 882,1092      "Ġty": 883,1093      "ines": 884,1094      "ied": 885,1095      "Ġval": 886,1096      "Ġpres": 887,1097      "ex": 888,1098      "Ġexpl": 889,1099      "__": 890,1100      "Ġvar": 891,1101      "fore": 892,1102      "Ġrese": 893,1103      "aking": 894,1104      "Ġsim": 895,1105      "Ġdifferent": 896,1106      "Ġevery": 897,1107      "ives": 898,1108      "ology": 899,1109      "ink": 900,1110      "ick": 901,1111      "Ġke": 902,1112      "ade": 903,1113      "Ġhigh": 904,1114      "Ġworld": 905,1115      "ature": 906,1116      "Ġ#": 907,1117      "Ġeven": 908,1118      "ĠHe": 909,1119      "Ġform": 910,1120      "ists": 911,1121      "aw": 912,1122      "Ġwater": 913,1123      "Ġsign": 914,1124      "Ġjust": 915,1125      "--------": 916,1126      "ants": 917,1127      "ism": 918,1128      "Ġmake": 919,1129      "vent": 920,1130      "Ġexp": 921,1131      "oy": 922,1132      "',": 923,1133      "ness": 924,1134      "uch": 925,1135      "ft": 926,1136      "ins": 927,1137      "iew": 928,1138      "Ġyears": 929,1139      "Ġref": 930,1140      "ds": 931,1141      "Ġset": 932,1142      "Ġ[": 933,1143      "Ġcommun": 934,1144      "Ġcre": 935,1145      "ck": 936,1146      "Ġdisc": 937,1147      "arg": 938,1148      "Ġtechn": 939,1149      "Ġdata": 940,1150      "chool": 941,1151      "ĠRe": 942,1152      "ices": 943,1153      "Ġrequ": 944,1154      "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 945,1155      "Ġcall": 946,1156      "ically": 947,1157      "Ġhum": 948,1158      "other": 949,1159      "..": 950,1160      "ax": 951,1161      "ential": 952,1162      "Ġed": 953,1163      "ars": 954,1164      "Ġgra": 955,1165      "iel": 956,1166      "Ġmy": 957,1167      "Ġmed": 958,1168      "ward": 959,1169      "ited": 960,1170      "ruct": 961,1171      "hat": 962,1172      "Ġsee": 963,1173      "Ġdet": 964,1174      "Ġthen": 965,1175      "Ġresult": 966,1176      "Ġthose": 967,1177      "ually": 968,1178      "ages": 969,1179      "Ġway": 970,1180      "Ġeach": 971,1181      "formation": 972,1182      "Ġins": 973,1183      "hip": 974,1184      "Ġbecause": 975,1185      "ection": 976,1186      "Ġeffect": 977,1187      "Ġbel": 978,1188      "Ġwhile": 979,1189      "Ġprocess": 980,1190      "Ġduring": 981,1191      "'t": 982,1192      "Ġfound": 983,1193      "Ġart": 984,1194      "Ġcount": 985,1195      "Ġlong": 986,1196      "Ġpat": 987,1197      "Ġdec": 988,1198      "Ġfol": 989,1199      "Ġafter": 990,1200      "Ġgener": 991,

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