CoolFace
Modelpublic

ram-lexsi/agenttune-testrun-vector-memory

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

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