LumiOpen/Viking-7B
463.6k
1{2 "version": "1.0",3 "truncation": null,4 "padding": null,5 "added_tokens": [6 {7 "id": 0,8 "content": "<unk>",9 "single_word": false,10 "lstrip": false,11 "rstrip": false,12 "normalized": false,13 "special": true14 },15 {16 "id": 1,17 "content": "<s>",18 "single_word": false,19 "lstrip": false,20 "rstrip": false,21 "normalized": false,22 "special": true23 },24 {25 "id": 2,26 "content": "</s>",27 "single_word": false,28 "lstrip": false,29 "rstrip": false,30 "normalized": false,31 "special": true32 },33 {34 "id": 3,35 "content": "<pad>",36 "single_word": false,37 "lstrip": false,38 "rstrip": false,39 "normalized": false,40 "special": true41 },42 {43 "id": 4,44 "content": "<fim_prefix>",45 "single_word": false,46 "lstrip": false,47 "rstrip": false,48 "normalized": false,49 "special": true50 },51 {52 "id": 5,53 "content": "<fim_middle>",54 "single_word": false,55 "lstrip": false,56 "rstrip": false,57 "normalized": false,58 "special": true59 },60 {61 "id": 6,62 "content": "<fim_suffix>",63 "single_word": false,64 "lstrip": false,65 "rstrip": false,66 "normalized": false,67 "special": true68 },69 {70 "id": 7,71 "content": "<fim_pad>",72 "single_word": false,73 "lstrip": false,74 "rstrip": false,75 "normalized": false,76 "special": true77 },78 {79 "id": 8,80 "content": "<filename>",81 "single_word": false,82 "lstrip": false,83 "rstrip": false,84 "normalized": false,85 "special": true86 },87 {88 "id": 9,89 "content": "<gh_stars>",90 "single_word": false,91 "lstrip": false,92 "rstrip": false,93 "normalized": false,94 "special": true95 },96 {97 "id": 10,98 "content": "<issue_start>",99 "single_word": false,100 "lstrip": false,101 "rstrip": false,102 "normalized": false,103 "special": true104 },105 {106 "id": 11,107 "content": "<issue_comment>",108 "single_word": false,109 "lstrip": false,110 "rstrip": false,111 "normalized": false,112 "special": true113 },114 {115 "id": 12,116 "content": "<issue_closed>",117 "single_word": false,118 "lstrip": false,119 "rstrip": false,120 "normalized": false,121 "special": true122 },123 {124 "id": 13,125 "content": "<jupyter_start>",126 "single_word": false,127 "lstrip": false,128 "rstrip": false,129 "normalized": false,130 "special": true131 },132 {133 "id": 14,134 "content": "<jupyter_text>",135 "single_word": false,136 "lstrip": false,137 "rstrip": false,138 "normalized": false,139 "special": true140 },141 {142 "id": 15,143 "content": "<jupyter_code>",144 "single_word": false,145 "lstrip": false,146 "rstrip": false,147 "normalized": false,148 "special": true149 },150 {151 "id": 16,152 "content": "<jupyter_output>",153 "single_word": false,154 "lstrip": false,155 "rstrip": false,156 "normalized": false,157 "special": true158 },159 {160 "id": 17,161 "content": "<empty_output>",162 "single_word": false,163 "lstrip": false,164 "rstrip": false,165 "normalized": false,166 "special": true167 },168 {169 "id": 18,170 "content": "<commit_before>",171 "single_word": false,172 "lstrip": false,173 "rstrip": false,174 "normalized": false,175 "special": true176 },177 {178 "id": 19,179 "content": "<commit_msg>",180 "single_word": false,181 "lstrip": false,182 "rstrip": false,183 "normalized": false,184 "special": true185 },186 {187 "id": 20,188 "content": "<commit_after>",189 "single_word": false,190 "lstrip": false,191 "rstrip": false,192 "normalized": false,193 "special": true194 },195 {196 "id": 21,197 "content": "<reponame>",198 "single_word": false,199 "lstrip": false,200 "rstrip": false,201 "normalized": false,202 "special": true203 },204 {205 "id": 22,206 "content": "<|im_start|>",207 "single_word": false,208 "lstrip": false,209 "rstrip": false,210 "normalized": false,211 "special": true212 },213 {214 "id": 23,215 "content": "<|im_end|>",216 "single_word": false,217 "lstrip": false,218 "rstrip": false,219 "normalized": false,220 "special": true221 }222 ],223 "normalizer": null,224 "pre_tokenizer": {225 "type": "Sequence",226 "pretokenizers": [227 {228 "type": "Split",229 "pattern": {230 "Regex": " ?[^(\\s|[.,!?…。,、।۔،])]+"231 },232 "behavior": "Isolated",233 "invert": false234 },235 {236 "type": "Digits",237 "individual_digits": true238 },239 {240 "type": "ByteLevel",241 "add_prefix_space": false,242 "trim_offsets": true,243 "use_regex": false244 }245 ]246 },247 "post_processor": {248 "type": "ByteLevel",249 "add_prefix_space": true,250 "trim_offsets": false,251 "use_regex": false252 },253 "decoder": {254 "type": "ByteLevel",255 "add_prefix_space": true,256 "trim_offsets": true,257 "use_regex": false258 },259 "model": {260 "type": "BPE",261 "dropout": null,262 "unk_token": null,263 "continuing_subword_prefix": null,264 "end_of_word_suffix": null,265 "fuse_unk": false,266 "byte_fallback": false,267 "vocab": {268 "<unk>": 0,269 "<s>": 1,270 "</s>": 2,271 "<pad>": 3,272 "<fim_prefix>": 4,273 "<fim_middle>": 5,274 "<fim_suffix>": 6,275 "<fim_pad>": 7,276 "<filename>": 8,277 "<gh_stars>": 9,278 "<issue_start>": 10,279 "<issue_comment>": 11,280 "<issue_closed>": 12,281 "<jupyter_start>": 13,282 "<jupyter_text>": 14,283 "<jupyter_code>": 15,284 "<jupyter_output>": 16,285 "<empty_output>": 17,286 "<commit_before>": 18,287 "<commit_msg>": 19,288 "<commit_after>": 20,289 "<reponame>": 21,290 "<|im_start|>": 22,291 "<|im_end|>": 23,292 "!": 24,293 "\"": 25,294 "#": 26,295 "$": 27,296 "%": 28,297 "&": 29,298 "'": 30,299 "(": 31,300 ")": 32,301 "*": 33,302 "+": 34,303 ",": 35,304 "-": 36,305 ".": 37,306 "/": 38,307 "0": 39,308 "1": 40,309 "2": 41,310 "3": 42,311 "4": 43,312 "5": 44,313 "6": 45,314 "7": 46,315 "8": 47,316 "9": 48,317 ":": 49,318 ";": 50,319 "<": 51,320 "=": 52,321 ">": 53,322 "?": 54,323 "@": 55,324 "A": 56,325 "B": 57,326 "C": 58,327 "D": 59,328 "E": 60,329 "F": 61,330 "G": 62,331 "H": 63,332 "I": 64,333 "J": 65,334 "K": 66,335 "L": 67,336 "M": 68,337 "N": 69,338 "O": 70,339 "P": 71,340 "Q": 72,341 "R": 73,342 "S": 74,343 "T": 75,344 "U": 76,345 "V": 77,346 "W": 78,347 "X": 79,348 "Y": 80,349 "Z": 81,350 "[": 82,351 "\\": 83,352 "]": 84,353 "^": 85,354 "_": 86,355 "`": 87,356 "a": 88,357 "b": 89,358 "c": 90,359 "d": 91,360 "e": 92,361 "f": 93,362 "g": 94,363 "h": 95,364 "i": 96,365 "j": 97,366 "k": 98,367 "l": 99,368 "m": 100,369 "n": 101,370 "o": 102,371 "p": 103,372 "q": 104,373 "r": 105,374 "s": 106,375 "t": 107,376 "u": 108,377 "v": 109,378 "w": 110,379 "x": 111,380 "y": 112,381 "z": 113,382 "{": 114,383 "|": 115,384 "}": 116,385 "~": 117,386 "¡": 118,387 "¢": 119,388 "£": 120,389 "¤": 121,390 "¥": 122,391 "¦": 123,392 "§": 124,393 "¨": 125,394 "©": 126,395 "ª": 127,396 "«": 128,397 "¬": 129,398 "®": 130,399 "¯": 131,400 "°": 132,401 "±": 133,402 "²": 134,403 "³": 135,404 "´": 136,405 "µ": 137,406 "¶": 138,407 "·": 139,408 "¸": 140,409 "¹": 141,410 "º": 142,411 "»": 143,412 "¼": 144,413 "½": 145,414 "¾": 146,415 "¿": 147,416 "Â": 148,417 "Ã": 149,418 "Ä": 150,419 "Å": 151,420 "Æ": 152,421 "Ç": 153,422 "È": 154,423 "É": 155,424 "Ê": 156,425 "Ë": 157,426 "Ì": 158,427 "Í": 159,428 "Î": 160,429 "Ï": 161,430 "Ð": 162,431 "Ñ": 163,432 "Ò": 164,433 "Ó": 165,434 "Ô": 166,435 "Õ": 167,436 "Ö": 168,437 "×": 169,438 "Ø": 170,439 "Ù": 171,440 "Ú": 172,441 "Û": 173,442 "Ü": 174,443 "Ý": 175,444 "Þ": 176,445 "ß": 177,446 "à": 178,447 "á": 179,448 "â": 180,449 "ã": 181,450 "ä": 182,451 "å": 183,452 "æ": 184,453 "ç": 185,454 "è": 186,455 "é": 187,456 "ê": 188,457 "ë": 189,458 "ì": 190,459 "í": 191,460 "î": 192,461 "ï": 193,462 "ð": 194,463 "ñ": 195,464 "ò": 196,465 "ó": 197,466 "ô": 198,467 "Ā": 199,468 "ā": 200,469 "Ă": 201,470 "ă": 202,471 "Ą": 203,472 "ą": 204,473 "Ć": 205,474 "ć": 206,475 "Ĉ": 207,476 "ĉ": 208,477 "Ċ": 209,478 "ċ": 210,479 "Č": 211,480 "č": 212,481 "Ď": 213,482 "ď": 214,483 "Đ": 215,484 "đ": 216,485 "Ē": 217,486 "ē": 218,487 "Ĕ": 219,488 "ĕ": 220,489 "Ė": 221,490 "ė": 222,491 "Ę": 223,492 "ę": 224,493 "Ě": 225,494 "ě": 226,495 "Ĝ": 227,496 "ĝ": 228,497 "Ğ": 229,498 "ğ": 230,499 "Ġ": 231,500 "ġ": 232,501 "Ģ": 233,502 "ģ": 234,503 "Ĥ": 235,504 "ĥ": 236,505 "Ħ": 237,506 "ħ": 238,507 "Ĩ": 239,508 "ĩ": 240,509 "Ī": 241,510 "ī": 242,511 "Ĭ": 243,512 "ĭ": 244,513 "Į": 245,514 "į": 246,515 "İ": 247,516 "ı": 248,517 "IJ": 249,518 "ij": 250,519 "Ĵ": 251,520 "ĵ": 252,521 "Ķ": 253,522 "ķ": 254,523 "ĸ": 255,524 "Ĺ": 256,525 "ĺ": 257,526 "Ļ": 258,527 "ļ": 259,528 "Ľ": 260,529 "ľ": 261,530 "Ŀ": 262,531 "ŀ": 263,532 "Ł": 264,533 "ł": 265,534 "Ń": 266,535 "er": 267,536 "ĠĠ": 268,537 "en": 269,538 "in": 270,539 "Ġs": 271,540 "an": 272,541 "Ġt": 273,542 "ar": 274,543 "ä": 275,544 "Ġo": 276,545 "et": 277,546 "st": 278,547 "Ġa": 279,548 "Ġm": 280,549 "Ġf": 281,550 "or": 282,551 "ĠĠĠĠ": 283,552 "el": 284,553 "Ġh": 285,554 "Ġd": 286,555 "on": 287,556 "il": 288,557 "at": 289,558 "Ġv": 290,559 "Ġk": 291,560 "Ġp": 292,561 "it": 293,562 "is": 294,563 "al": 295,564 "Ã¥": 296,565 "es": 297,566 "Ġb": 298,567 "ð": 299,568 "ed": 300,569 "ing": 301,570 "ĠÃ": 302,571 "om": 303,572 "Ġl": 304,573 "re": 305,574 "un": 306,575 "ig": 307,576 "ur": 308,577 "Ġn": 309,578 "le": 310,579 "ö": 311,580 "Ġi": 312,581 "ut": 313,582 "Ġth": 314,583 "am": 315,584 "as": 316,585 "and": 317,586 "Ġg": 318,587 "ĠS": 319,588 "Ġog": 320,589 "Ġj": 321,590 "ik": 322,591 "æ": 323,592 "ag": 324,593 "tt": 325,594 "Ġc": 326,595 "ol": 327,596 "em": 328,597 "id": 329,598 "Ġin": 330,599 "ir": 331,600 "um": 332,601 ".Ċ": 333,602 "ø": 334,603 "Ġe": 335,604 "ra": 336,605 "ion": 337,606 "ent": 338,607 "ĠĠĠĠĠĠĠĠ": 339,608 "Ġthe": 340,609 "us": 341,610 "ul": 342,611 "ta": 343,612 "ro": 344,613 "Ġen": 345,614 "Ġfor": 346,615 "Ġer": 347,616 "ĠĠĠ": 348,617 "iv": 349,618 "ist": 350,619 "de": 351,620 "ch": 352,621 "Ġw": 353,622 "Ġtil": 354,623 "la": 355,624 "Ġr": 356,625 "ot": 357,626 "ic": 358,627 "Ġst": 359,628 "ka": 360,629 "im": 361,630 "ĠM": 362,631 "ĠT": 363,632 "ĠA": 364,633 "ĠD": 365,634 "ke": 366,635 "te": 367,636 "ĠH": 368,637 "pp": 369,638 "Ġto": 370,639 "eg": 371,640 "ks": 372,641 "ver": 373,642 "ter": 374,643 "ĠB": 375,644 "Ġ(": 376,645 "est": 377,646 "än": 378,647 "ĠpÃ¥": 379,648 "âĢ": 380,649 "ĠP": 381,650 "der": 382,651 "ĠI": 383,652 "Ġof": 384,653 "Ġand": 385,654 "se": 386,655 "ĠF": 387,656 "ó": 388,657 "á": 389,658 "ell": 390,659 "sa": 391,660 "Ġon": 392,661 "ið": 393,662 "Ġþ": 394,663 "ĠC": 395,664 "ct": 396,665 "Ġmed": 397,666 "Ġdet": 398,667 "är": 399,668 "ör": 400,669 "ĠL": 401,670 "ĠE": 402,671 "ĠK": 403,672 "ad": 404,673 "Ġsom": 405,674 "ning": 406,675 "Ġat": 407,676 "Ġal": 408,677 "ÃŃ": 409,678 "sk": 410,679 "ÃIJ": 411,680 "av": 412,681 "ا": 413,682 "ĠN": 414,683 "na": 415,684 "ne": 416,685 "Ġ-": 417,686 "ĠV": 418,687 "os": 419,688 "kt": 420,689 "ett": 421,690 "ĠR": 422,691 "Ġav": 423,692 "ill": 424,693 "Ġsk": 425,694 "Ġy": 426,695 "ud": 427,696 "kk": 428,697 "Ġað": 429,698 "ess": 430,699 "Ġre": 431,700 "Ġde": 432,701 "ĉĉ": 433,702 "Ġá": 434,703 "od": 435,704 "Ġja": 436,705 "ia": 437,706 "Ã¥r": 438,707 "Ġfr": 439,708 "Ġan": 440,709 "ĠG": 441,710 "ĊĠĠĠĠ": 442,711 "lo": 443,712 "ation": 444,713 "ast": 445,714 "ĊĠĠĠĠĠĠĠĠ": 446,715 "ri": 447,716 "inn": 448,717 "Ġ=": 449,718 "ere": 450,719 "all": 451,720 "ck": 452,721 "Ġvar": 453,722 "ÙĦ": 454,723 "Ġaf": 455,724 "ort": 456,725 "ĠÃŃ": 457,726 "Ġhar": 458,727 "ĠO": 459,728 "ce": 460,729 "ĠJ": 461,730 "he": 462,731 "Ġom": 463,732 "ør": 464,733 "itt": 465,734 "ang": 466,735 "op": 467,736 "Ġoch": 468,737 "ok": 469,738 "ers": 470,739 "ust": 471,740 "ĊĠĠĠ": 472,741 "Ġ\"": 473,742 "ens": 474,743 "--": 475,744 "¿½": 476,745 "�": 477,746 "..": 478,747 "lig": 479,748 "ja": 480,749 "omm": 481,750 "ll": 482,751 "Ġkan": 483,752 "art": 484,753 "und": 485,754 "ak": 486,755 "yr": 487,756 "Ġbe": 488,757 "are": 489,758 "Ġden": 490,759 "ær": 491,760 "ug": 492,761 "Ġse": 493,762 "for": 494,763 "ÃIJÂ": 495,764 "og": 496,765 "Ġatt": 497,766 "ss": 498,767 "yn": 499,768 "ú": 500,769 "Ġis": 501,770 "if": 502,771 "pe": 503,772 "ht": 504,773 "é": 505,774 "end": 506,775 "Ġpro": 507,776 "ost": 508,777 "Ġsam": 509,778 "Ġdu": 510,779 "Ġför": 511,780 "li": 512,781 "Ġu": 513,782 "ĊĠĠĠĠĠĠĠ": 514,783 "ass": 515,784 "ĠâĢ": 516,785 "ap": 517,786 "ann": 518,787 "ow": 519,788 "ÙĬ": 520,789 "Ġet": 521,790 "ans": 522,791 "Ġvi": 523,792 "ää": 524,793 "Ġ{": 525,794 "ru": 526,795 "ab": 527,796 "ate": 528,797 "ĠÃ¥": 529,798 "els": 530,799 "//": 531,800 "ub": 532,801 "th": 533,802 "ĊĊ": 534,803 "ly": 535,804 "Ġut": 536,805 "ef": 537,806 "ov": 538,807 "ĠW": 539,808 "aa": 540,809 "ĠU": 541,810 "ine": 542,811 "að": 543,812 "kke": 544,813 "Ġsp": 545,814 "ber": 546,815 "enn": 547,816 "ĠØ": 548,817 "Ġver": 549,818 "pt": 550,819 "ay": 551,820 "ene": 552,821 "aan": 553,822 "Ġun": 554,823 "Ùħ": 555,824 "ith": 556,825 "tr": 557,826 "nd": 558,827 "Ãij": 559,828 "gg": 560,829 "yt": 561,830 "Ġpr": 562,831 "ind": 563,832 "ant": 564,833 "ft": 565,834 "اÙĦ": 566,835 "Ġme": 567,836 "Ġjo": 568,837 "je": 569,838 "ert": 570,839 "att": 571,840 "eller": 572,841 "qu": 573,842 "isk": 574,843 "ge": 575,844 "sl": 576,845 "äl": 577,846 "Ġor": 578,847 "ip": 579,848 "Ġsem": 580,849 "ity": 581,850 "ie": 582,851 "ff": 583,852 "ĠsÃ¥": 584,853 "up": 585,854 "int": 586,855 "ve": 587,856 "sp": 588,857 "age": 589,858 "Ġit": 590,859 "Ġär": 591,860 "Ġder": 592,861 "ame": 593,862 "Ġas": 594,863 "ord": 595,864 "Ġhv": 596,865 "Ġcon": 597,866 "Ġte": 598,867 "ng": 599,868 "Ġle": 600,869 "ende": 601,870 "ikk": 602,871 "iin": 603,872 "Ġ*": 604,873 "Ċĉĉ": 605,874 "ark": 606,875 "Ġwh": 607,876 "ien": 608,877 "ÙĪ": 609,878 "()": 610,879 "Ġtr": 611,880 "ĠDet": 612,881 "Ġikke": 613,882 "be": 614,883 "unn": 615,884 "Ġtill": 616,885 "Ġett": 617,886 "ma": 618,887 "Ġthat": 619,888 "Ġ}": 620,889 "äm": 621,890 "ive": 622,891 "Ġha": 623,892 "Ġma": 624,893 "ou": 625,894 "ger": 626,895 "Ġhe": 627,896 "ÙĨ": 628,897 "ue": 629,898 "Ġ'": 630,899 "our": 631,900 "Ġ<": 632,901 "Ġta": 633,902 "me": 634,903 "ään": 635,904 "Ġne": 636,905 "inen": 637,906 "Ġbl": 638,907 "eld": 639,908 "Ġsu": 640,909 "ista": 641,910 "var": 642,911 "else": 643,912 "**": 644,913 "Ġby": 645,914 "Ġwith": 646,915 "het": 647,916 "ĠاÙĦ": 648,917 "ins": 649,918 "ys": 650,919 "Ġar": 651,920 "Ġfra": 652,921 "Ġmen": 653,922 "pr": 654,923 "ĠSt": 655,924 "jó": 656,925 "اØ": 657,926 "io": 658,927 "Ġum": 659,928 "uks": 660,929 "ction": 661,930 "ele": 662,931 "ult": 663,932 "Ġman": 664,933 "ý": 665,934 ")Ċ": 666,935 "yö": 667,936 "ĊĠĠĠĠĠĠĠĠĠĠĠ": 668,937 "ial": 669,938 "elt": 670,939 "ina": 671,940 "ler": 672,941 "jon": 673,942 "Ġex": 674,943 "uk": 675,944 "lass": 676,945 "Ġeller": 677,946 "oc": 678,947 "----": 679,948 "ĠâĢĵ": 680,949 "ste": 681,950 "čĊ": 682,951 "ille": 683,952 "ard": 684,953 "Ġvið": 685,954 "ĠIn": 686,955 "Ġka": 687,956 "eng": 688,957 "'s": 689,958 "Ġop": 690,959 "omp": 691,960 "iss": 692,961 "mer": 693,962 "ytt": 694,963 "ide": 695,964 "val": 696,965 "Ġkomm": 697,966 "Ġover": 698,967 "ore": 699,968 "urn": 700,969 "Ġ|": 701,970 "Ġgr": 702,971 "ige": 703,972 "ata": 704,973 "Ġmu": 705,974 "bo": 706,975 "ite": 707,976 "kin": 708,977 "=\"": 709,978 "get": 710,979 "iden": 711,980 "Ġva": 712,981 "ull": 713,982 "ring": 714,983 "ave": 715,984 "Ġku": 716,985 "Ġkun": 717,986 "Ġ$": 718,987 "Ġall": 719,988 "Ġkl": 720,989 "ر": 721,990 "Ġval": 722,991 "ät": 723,992 "hd": 724,993 "ĠmÃ¥": 725,994 "si": 726,995 "ld": 727,996 "Ġus": 728,997 "port": 729,998 "ga": 730,999 "ott": 731,1000 "ild": 732,1001 "old": 733,1002 "Ġfyr": 734,1003 "ies": 735,1004 "Ġno": 736,1005 "Ġkon": 737,1006 "ier": 738,1007 "Ġinn": 739,1008 "ker": 740,1009 "gr": 741,1010 "ling": 742,1011 "xt": 743,1012 "utta": 744,1013 "con": 745,1014 "ĊĠ": 746,1015 "lem": 747,1016 "lic": 748,1017 "Ġthis": 749,1018 "yst": 750,1019 "Ġkr": 751,1020 "vis": 752,1021 "Ġra": 753,1022 "Ġupp": 754,1023 "Ġvil": 755,1024 "Ġbr": 756,1025 "igt": 757,1026 "sta": 758,1027 "oit": 759,1028 "Ġmin": 760,1029 "fa": 761,1030 "ði": 762,1031 "ĠĠĠĠĠĠĠ": 763,1032 "ĠThe": 764,1033 "Ġud": 765,1034 "Ġsa": 766,1035 "ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 767,1036 "ars": 768,1037 "va": 769,1038 "een": 770,1039 "Ġ:": 771,1040 "Ġper": 772,1041 "Ġol": 773,1042 "form": 774,1043 "\":": 775,1044 "org": 776,1045 "Ġres": 777,1046 "ike": 778,1047 "ÂŃ": 779,1048 "ice": 780,1049 "Ġmeð": 781,1050 "ða": 782,1051 "hed": 783,1052 "pa": 784,1053 "fr": 785,1054 "Ġjeg": 786,1055 "yd": 787,1056 "Ġare": 788,1057 "Ġsel": 789,1058 "ätt": 790,1059 "Ġyou": 791,1060 "ile": 792,1061 "per": 793,1062 "ode": 794,1063 "kki": 795,1064 "itä": 796,1065 "ara": 797,1066 "ksi": 798,1067 "isen": 799,1068 "Ġch": 800,1069 "Ġö": 801,1070 "Ġunder": 802,1071 "sm": 803,1072 "Ġsig": 804,1073 "eb": 805,1074 "),": 806,1075 "ure": 807,1076 "ede": 808,1077 "oh": 809,1078 "äv": 810,1079 "ym": 811,1080 "jer": 812,1081 "ime": 813,1082 "iz": 814,1083 "ight": 815,1084 "ire": 816,1085 "Ġsv": 817,1086 "com": 818,1087 "Ġdag": 819,1088 "Ġopp": 820,1089 "Ġla": 821,1090 "Ġvo": 822,1091 "In": 823,1092 "ob": 824,1093 "ater": 825,1094 "</": 826,1095 "ĠÃ¥r": 827,1096 "lag": 828,1097 "oul": 829,1098 "Ġvæ": 830,1099 "Ġ[": 831,1100 "Ġind": 832,1101 "unt": 833,1102 "Ġ/": 834,1103 "Ġnot": 835,1104 "ps": 836,1105 "ĠÐ": 837,1106 "Ċĉ": 838,1107 "Ø©": 839,1108 "oll": 840,1109 "Ġhj": 841,1110 "utt": 842,1111 "Ġskal": 843,1112 "jen": 844,1113 "Ġfrom": 845,1114 "eturn": 846,1115 ").": 847,1116 "Ġfyrir": 848,1117 "ets": 849,1118 "sÃ¥": 850,1119 "Ġei": 851,1120 "��": 852,1121 "Ġif": 853,1122 "Ġsh": 854,1123 "br": 855,1124 "one": 856,1125 "ser": 857,1126 "ت": 858,1127 "vat": 859,1128 "fter": 860,1129 "==": 861,1130 "ER": 862,1131 "Ãķ": 863,1132 "Ġ&": 864,1133 "ĠÃIJ": 865,1134 "essa": 866,1135 "ita": 867,1136 "Ġettä": 868,1137 "Ġny": 869,1138 "arn": 870,1139 "to": 871,1140 "esk": 872,1141 "ale": 873,1142 "men": 874,1143 "ange": 875,1144 "ög": 876,1145 "Ġwas": 877,1146 "fer": 878,1147 "ál": 879,1148 "Ġgj": 880,1149 "Ġad": 881,1150 "ĠÂ": 882,1151 "Ġher": 883,1152 "her": 884,1153 "yv": 885,1154 "Ġhave": 886,1155 "assa": 887,1156 "ink": 888,1157 "ase": 889,1158 "da": 890,1159 "ður": 891,1160 "Ġinte": 892,1161 "ih": 893,1162 "Ġtu": 894,1163 "ment": 895,1164 "pro": 896,1165 "Ġved": 897,1166 "ype": 898,1167 "cc": 899,1168 "ors": 900,1169 "pl": 901,1170 "ala": 902,1171 "ns": 903,1172 "issa": 904,1173 "ĠY": 905,1174 "alla": 906,1175 "ella": 907,1176 "IN": 908,1177 "Ġsl": 909,1178 "Ùģ": 910,1179 "ry": 911,1180 "ek": 912,1181 "ér": 913,1182 "vÃŃ": 914,1183 "ong": 915,1184 "Ġser": 916,1185 "illa": 917,1186 "Ġbet": 918,1187 "...": 919,1188 "Ġim": 920,1189 "du": 921,1190 "Ġel": 922,1191 "rem": 923,1192 "iver": 924,1193 "ĠÃŀ": 925,1194 "land": 926,1195 "Ġsi": 927,1196 "äll": 928,1197 "ana": 929,1198 "د": 930,1199 "ings": 931,1200 "ikt": 932,