DataCanvas/Alaya-7B-Base
432
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": true,13 "special": true14 },15 {16 "id": 1,17 "content": "<s>",18 "single_word": false,19 "lstrip": false,20 "rstrip": false,21 "normalized": true,22 "special": true23 },24 {25 "id": 2,26 "content": "</s>",27 "single_word": false,28 "lstrip": false,29 "rstrip": false,30 "normalized": true,31 "special": true32 },33 {34 "id": 3,35 "content": "<pad>",36 "single_word": false,37 "lstrip": false,38 "rstrip": false,39 "normalized": true,40 "special": true41 }42 ],43 "normalizer": {44 "type": "Sequence",45 "normalizers": [46 {47 "type": "Prepend",48 "prepend": "▁"49 },50 {51 "type": "Replace",52 "pattern": {53 "String": " "54 },55 "content": "▁"56 }57 ]58 },59 "pre_tokenizer": null,60 "post_processor": {61 "type": "TemplateProcessing",62 "single": [63 {64 "SpecialToken": {65 "id": "<s>",66 "type_id": 067 }68 },69 {70 "Sequence": {71 "id": "A",72 "type_id": 073 }74 }75 ],76 "pair": [77 {78 "SpecialToken": {79 "id": "<s>",80 "type_id": 081 }82 },83 {84 "Sequence": {85 "id": "A",86 "type_id": 087 }88 },89 {90 "SpecialToken": {91 "id": "<s>",92 "type_id": 193 }94 },95 {96 "Sequence": {97 "id": "B",98 "type_id": 199 }100 }101 ],102 "special_tokens": {103 "<s>": {104 "id": "<s>",105 "ids": [106 1107 ],108 "tokens": [109 "<s>"110 ]111 }112 }113 },114 "decoder": {115 "type": "Sequence",116 "decoders": [117 {118 "type": "Replace",119 "pattern": {120 "String": "▁"121 },122 "content": " "123 },124 {125 "type": "ByteFallback"126 },127 {128 "type": "Fuse"129 },130 {131 "type": "Strip",132 "content": " ",133 "start": 1,134 "stop": 0135 }136 ]137 },138 "model": {139 "type": "BPE",140 "dropout": null,141 "unk_token": "<unk>",142 "continuing_subword_prefix": null,143 "end_of_word_suffix": null,144 "fuse_unk": true,145 "byte_fallback": true,146 "vocab": {147 "<unk>": 0,148 "<s>": 1,149 "</s>": 2,150 "<pad>": 3,151 "<0x00>": 4,152 "<0x01>": 5,153 "<0x02>": 6,154 "<0x03>": 7,155 "<0x04>": 8,156 "<0x05>": 9,157 "<0x06>": 10,158 "<0x07>": 11,159 "<0x08>": 12,160 "<0x09>": 13,161 "<0x0A>": 14,162 "<0x0B>": 15,163 "<0x0C>": 16,164 "<0x0D>": 17,165 "<0x0E>": 18,166 "<0x0F>": 19,167 "<0x10>": 20,168 "<0x11>": 21,169 "<0x12>": 22,170 "<0x13>": 23,171 "<0x14>": 24,172 "<0x15>": 25,173 "<0x16>": 26,174 "<0x17>": 27,175 "<0x18>": 28,176 "<0x19>": 29,177 "<0x1A>": 30,178 "<0x1B>": 31,179 "<0x1C>": 32,180 "<0x1D>": 33,181 "<0x1E>": 34,182 "<0x1F>": 35,183 "<0x20>": 36,184 "<0x21>": 37,185 "<0x22>": 38,186 "<0x23>": 39,187 "<0x24>": 40,188 "<0x25>": 41,189 "<0x26>": 42,190 "<0x27>": 43,191 "<0x28>": 44,192 "<0x29>": 45,193 "<0x2A>": 46,194 "<0x2B>": 47,195 "<0x2C>": 48,196 "<0x2D>": 49,197 "<0x2E>": 50,198 "<0x2F>": 51,199 "<0x30>": 52,200 "<0x31>": 53,201 "<0x32>": 54,202 "<0x33>": 55,203 "<0x34>": 56,204 "<0x35>": 57,205 "<0x36>": 58,206 "<0x37>": 59,207 "<0x38>": 60,208 "<0x39>": 61,209 "<0x3A>": 62,210 "<0x3B>": 63,211 "<0x3C>": 64,212 "<0x3D>": 65,213 "<0x3E>": 66,214 "<0x3F>": 67,215 "<0x40>": 68,216 "<0x41>": 69,217 "<0x42>": 70,218 "<0x43>": 71,219 "<0x44>": 72,220 "<0x45>": 73,221 "<0x46>": 74,222 "<0x47>": 75,223 "<0x48>": 76,224 "<0x49>": 77,225 "<0x4A>": 78,226 "<0x4B>": 79,227 "<0x4C>": 80,228 "<0x4D>": 81,229 "<0x4E>": 82,230 "<0x4F>": 83,231 "<0x50>": 84,232 "<0x51>": 85,233 "<0x52>": 86,234 "<0x53>": 87,235 "<0x54>": 88,236 "<0x55>": 89,237 "<0x56>": 90,238 "<0x57>": 91,239 "<0x58>": 92,240 "<0x59>": 93,241 "<0x5A>": 94,242 "<0x5B>": 95,243 "<0x5C>": 96,244 "<0x5D>": 97,245 "<0x5E>": 98,246 "<0x5F>": 99,247 "<0x60>": 100,248 "<0x61>": 101,249 "<0x62>": 102,250 "<0x63>": 103,251 "<0x64>": 104,252 "<0x65>": 105,253 "<0x66>": 106,254 "<0x67>": 107,255 "<0x68>": 108,256 "<0x69>": 109,257 "<0x6A>": 110,258 "<0x6B>": 111,259 "<0x6C>": 112,260 "<0x6D>": 113,261 "<0x6E>": 114,262 "<0x6F>": 115,263 "<0x70>": 116,264 "<0x71>": 117,265 "<0x72>": 118,266 "<0x73>": 119,267 "<0x74>": 120,268 "<0x75>": 121,269 "<0x76>": 122,270 "<0x77>": 123,271 "<0x78>": 124,272 "<0x79>": 125,273 "<0x7A>": 126,274 "<0x7B>": 127,275 "<0x7C>": 128,276 "<0x7D>": 129,277 "<0x7E>": 130,278 "<0x7F>": 131,279 "<0x80>": 132,280 "<0x81>": 133,281 "<0x82>": 134,282 "<0x83>": 135,283 "<0x84>": 136,284 "<0x85>": 137,285 "<0x86>": 138,286 "<0x87>": 139,287 "<0x88>": 140,288 "<0x89>": 141,289 "<0x8A>": 142,290 "<0x8B>": 143,291 "<0x8C>": 144,292 "<0x8D>": 145,293 "<0x8E>": 146,294 "<0x8F>": 147,295 "<0x90>": 148,296 "<0x91>": 149,297 "<0x92>": 150,298 "<0x93>": 151,299 "<0x94>": 152,300 "<0x95>": 153,301 "<0x96>": 154,302 "<0x97>": 155,303 "<0x98>": 156,304 "<0x99>": 157,305 "<0x9A>": 158,306 "<0x9B>": 159,307 "<0x9C>": 160,308 "<0x9D>": 161,309 "<0x9E>": 162,310 "<0x9F>": 163,311 "<0xA0>": 164,312 "<0xA1>": 165,313 "<0xA2>": 166,314 "<0xA3>": 167,315 "<0xA4>": 168,316 "<0xA5>": 169,317 "<0xA6>": 170,318 "<0xA7>": 171,319 "<0xA8>": 172,320 "<0xA9>": 173,321 "<0xAA>": 174,322 "<0xAB>": 175,323 "<0xAC>": 176,324 "<0xAD>": 177,325 "<0xAE>": 178,326 "<0xAF>": 179,327 "<0xB0>": 180,328 "<0xB1>": 181,329 "<0xB2>": 182,330 "<0xB3>": 183,331 "<0xB4>": 184,332 "<0xB5>": 185,333 "<0xB6>": 186,334 "<0xB7>": 187,335 "<0xB8>": 188,336 "<0xB9>": 189,337 "<0xBA>": 190,338 "<0xBB>": 191,339 "<0xBC>": 192,340 "<0xBD>": 193,341 "<0xBE>": 194,342 "<0xBF>": 195,343 "<0xC0>": 196,344 "<0xC1>": 197,345 "<0xC2>": 198,346 "<0xC3>": 199,347 "<0xC4>": 200,348 "<0xC5>": 201,349 "<0xC6>": 202,350 "<0xC7>": 203,351 "<0xC8>": 204,352 "<0xC9>": 205,353 "<0xCA>": 206,354 "<0xCB>": 207,355 "<0xCC>": 208,356 "<0xCD>": 209,357 "<0xCE>": 210,358 "<0xCF>": 211,359 "<0xD0>": 212,360 "<0xD1>": 213,361 "<0xD2>": 214,362 "<0xD3>": 215,363 "<0xD4>": 216,364 "<0xD5>": 217,365 "<0xD6>": 218,366 "<0xD7>": 219,367 "<0xD8>": 220,368 "<0xD9>": 221,369 "<0xDA>": 222,370 "<0xDB>": 223,371 "<0xDC>": 224,372 "<0xDD>": 225,373 "<0xDE>": 226,374 "<0xDF>": 227,375 "<0xE0>": 228,376 "<0xE1>": 229,377 "<0xE2>": 230,378 "<0xE3>": 231,379 "<0xE4>": 232,380 "<0xE5>": 233,381 "<0xE6>": 234,382 "<0xE7>": 235,383 "<0xE8>": 236,384 "<0xE9>": 237,385 "<0xEA>": 238,386 "<0xEB>": 239,387 "<0xEC>": 240,388 "<0xED>": 241,389 "<0xEE>": 242,390 "<0xEF>": 243,391 "<0xF0>": 244,392 "<0xF1>": 245,393 "<0xF2>": 246,394 "<0xF3>": 247,395 "<0xF4>": 248,396 "<0xF5>": 249,397 "<0xF6>": 250,398 "<0xF7>": 251,399 "<0xF8>": 252,400 "<0xF9>": 253,401 "<0xFA>": 254,402 "<0xFB>": 255,403 "<0xFC>": 256,404 "<0xFD>": 257,405 "<0xFE>": 258,406 "<0xFF>": 259,407 "▁t": 260,408 "▁a": 261,409 "in": 262,410 "he": 263,411 "er": 264,412 "on": 265,413 "re": 266,414 "▁the": 267,415 "▁s": 268,416 "at": 269,417 "en": 270,418 "or": 271,419 "▁w": 272,420 "es": 273,421 "an": 274,422 "it": 275,423 "▁c": 276,424 "▁o": 277,425 "is": 278,426 "▁▁": 279,427 "▁f": 280,428 "ing": 281,429 "al": 282,430 "▁p": 283,431 "nd": 284,432 "ed": 285,433 "ou": 286,434 "ar": 287,435 "▁b": 288,436 "▁in": 289,437 "▁to": 290,438 "▁m": 291,439 "▁of": 292,440 "▁d": 293,441 "▁and": 294,442 "ic": 295,443 "le": 296,444 "as": 297,445 "ion": 298,446 "om": 299,447 "▁h": 300,448 "ent": 301,449 "il": 302,450 "▁th": 303,451 ".\n": 304,452 "el": 305,453 "ro": 306,454 "st": 307,455 "▁l": 308,456 "▁▁▁▁": 309,457 "▁S": 310,458 "et": 311,459 "▁re": 312,460 "▁n": 313,461 "ct": 314,462 "▁T": 315,463 "▁e": 316,464 "▁C": 317,465 "▁A": 318,466 "▁g": 319,467 "id": 320,468 "▁I": 321,469 "ve": 322,470 "ol": 323,471 "ut": 324,472 "am": 325,473 "ur": 326,474 "ot": 327,475 "▁is": 328,476 "ad": 329,477 "ch": 330,478 "▁for": 331,479 "▁y": 332,480 "ay": 333,481 "▁on": 334,482 "im": 335,483 "ig": 336,484 "▁M": 337,485 "us": 338,486 "ow": 339,487 "ce": 340,488 "ly": 341,489 "ver": 342,490 "▁be": 343,491 "ation": 344,492 "▁P": 345,493 "▁st": 346,494 "▁B": 347,495 "ir": 348,496 "ith": 349,497 "▁you": 350,498 "▁that": 351,499 "ter": 352,500 "un": 353,501 "ra": 354,502 "▁with": 355,503 "ul": 356,504 "▁he": 357,505 "▁D": 358,506 "▁(": 359,507 "se": 360,508 "▁it": 361,509 "▁H": 362,510 "▁W": 363,511 "ers": 364,512 "ill": 365,513 "▁al": 366,514 "em": 367,515 "▁R": 368,516 "▁as": 369,517 "▁F": 370,518 "▁an": 371,519 "est": 372,520 "if": 373,521 "ag": 374,522 "▁wh": 375,523 "▁pro": 376,524 "▁L": 377,525 "ri": 378,526 "ac": 379,527 "▁con": 380,528 "▁de": 381,529 "and": 382,530 "od": 383,531 "ist": 384,532 "▁N": 385,533 "op": 386,534 "th": 387,535 "ew": 388,536 "ate": 389,537 "▁com": 390,538 "▁v": 391,539 "▁The": 392,540 "▁G": 393,541 "um": 394,542 "ess": 395,543 "her": 396,544 "▁E": 397,545 "ab": 398,546 "ke": 399,547 "▁at": 400,548 "▁are": 401,549 "pp": 402,550 "ore": 403,551 "rom": 404,552 "ity": 405,553 "os": 406,554 "ld": 407,555 "qu": 408,556 "ort": 409,557 "res": 410,558 "▁▁▁▁▁▁▁▁": 411,559 "oc": 412,560 "▁was": 413,561 "igh": 414,562 "▁or": 415,563 "▁se": 416,564 "ment": 417,565 "▁ex": 418,566 "▁ha": 419,567 "ant": 420,568 "art": 421,569 "ies": 422,570 "▁\"": 423,571 "▁J": 424,572 "▁O": 425,573 "ain": 426,574 "ect": 427,575 "▁by": 428,576 "▁r": 429,577 "iv": 430,578 "▁from": 431,579 "ust": 432,580 "ive": 433,581 "..": 434,582 "end": 435,583 "▁su": 436,584 "▁we": 437,585 "ud": 438,586 "all": 439,587 "▁ch": 440,588 "ard": 441,589 "our": 442,590 "▁this": 443,591 "▁u": 444,592 "▁have": 445,593 "nt": 446,594 "。\n": 447,595 "ear": 448,596 "▁sh": 449,597 "ight": 450,598 "▁le": 451,599 "ial": 452,600 "ost": 453,601 "▁U": 454,602 "▁not": 455,603 "out": 456,604 "ell": 457,605 "The": 458,606 "og": 459,607 "ge": 460,608 "▁wor": 461,609 "ap": 462,610 "ure": 463,611 "ast": 464,612 "▁pl": 465,613 "ok": 466,614 "ak": 467,615 "rou": 468,616 "▁us": 469,617 "▁can": 470,618 "ome": 471,619 "ine": 472,620 "▁will": 473,621 "ie": 474,622 "ia": 475,623 "▁j": 476,624 "▁has": 477,625 "\n\n": 478,626 "are": 479,627 "▁sp": 480,628 "▁ab": 481,629 "gh": 482,630 "ould": 483,631 "ip": 484,632 "ich": 485,633 "▁k": 486,634 "ber": 487,635 "▁K": 488,636 "ec": 489,637 "pt": 490,638 "ff": 491,639 "▁St": 492,640 "▁your": 493,641 "ide": 494,642 "per": 495,643 "▁en": 496,644 "ack": 497,645 "ice": 498,646 "ions": 499,647 "▁all": 500,648 "ire": 501,649 "ub": 502,650 "age": 503,651 "▁comp": 504,652 "ans": 505,653 "ong": 506,654 "ry": 507,655 "▁In": 508,656 "ame": 509,657 "▁go": 510,658 "ue": 511,659 "▁ad": 512,660 "ind": 513,661 "iz": 514,662 "▁do": 515,663 "ated": 516,664 "ally": 517,665 "hen": 518,666 "ass": 519,667 "▁cl": 520,668 "pl": 521,669 "▁V": 522,670 "cc": 523,671 "ther": 524,672 "▁un": 525,673 "orm": 526,674 "ary": 527,675 "▁ne": 528,676 "▁their": 529,677 "able": 530,678 "ook": 531,679 "ous": 532,680 "▁but": 533,681 "one": 534,682 "cl": 535,683 "act": 536,684 "ime": 537,685 "▁his": 538,686 "▁im": 539,687 "ult": 540,688 "▁out": 541,689 "ep": 542,690 "▁me": 543,691 "av": 544,692 "▁cont": 545,693 "ence": 546,694 "ake": 547,695 "▁more": 548,696 "so": 549,697 "▁up": 550,698 "▁Th": 551,699 "▁Ch": 552,700 "ance": 553,701 "▁they": 554,702 "ib": 555,703 "ru": 556,704 "▁int": 557,705 "ign": 558,706 "ks": 559,707 "du": 560,708 "▁sa": 561,709 "ord": 562,710 "very": 563,711 "ite": 564,712 "▁who": 565,713 "ations": 566,714 "ace": 567,715 "▁one": 568,716 "▁so": 569,717 "ach": 570,718 "▁te": 571,719 "ail": 572,720 "▁res": 573,721 "▁Y": 574,722 "ov": 575,723 "ere": 576,724 "▁which": 577,725 "fer": 578,726 "ction": 579,727 "▁new": 580,728 "▁man": 581,729 "ase": 582,730 "ical": 583,731 "ile": 584,732 "▁year": 585,733 "▁-": 586,734 ";\n": 587,735 "port": 588,736 "▁about": 589,737 "ents": 590,738 "▁per": 591,739 ")\n": 592,740 "▁qu": 593,741 "ount": 594,742 "lic": 595,743 "ond": 596,744 "ll": 597,745 "▁our": 598,746 "▁app": 599,747 "erv": 600,748 "form": 601,749 "ays": 602,750 "▁ar": 603,751 "▁li": 604,752 "▁also": 605,753 "te": 606,754 "reat": 607,755 "ob": 608,756 "mer": 609,757 "▁tr": 610,758 "ark": 611,759 "vers": 612,760 "vel": 613,761 "▁part": 614,762 "ens": 615,763 "▁work": 616,764 "ition": 617,765 "own": 618,766 "ress": 619,767 "ors": 620,768 "int": 621,769 "ild": 622,770 "ory": 623,771 "ely": 624,772 "ian": 625,773 "ree": 626,774 "▁dis": 627,775 "ose": 628,776 "ang": 629,777 "▁my": 630,778 "▁ev": 631,779 "▁other": 632,780 "▁been": 633,781 "▁ag": 634,782 "ne": 635,783 "ings": 636,784 "▁its": 637,785 "▁It": 638,786 "ish": 639,787 "▁rec": 640,788 "▁sc": 641,789 "▁her": 642,790 "ound": 643,791 "ick": 644,792 "▁time": 645,793 "▁pe": 646,794 "▁over": 647,795 "▁ro": 648,796 "▁were": 649,797 "),": 650,798 "▁pre": 651,799 "▁=": 652,800 "ck": 653,801 "irst": 654,802 "ove": 655,803 "▁get": 656,804 "▁inter": 657,805 "oy": 658,806 "urn": 659,807 "▁had": 660,808 "▁off": 661,809 "▁said": 662,810 "ces": 663,811 "▁des": 664,812 "ople": 665,813 "▁them": 666,814 "ric": 667,815 "fter": 668,816 "▁when": 669,817 "▁some": 670,818 "ood": 671,819 "▁–": 672,820 "▁any": 673,821 "▁there": 674,822 ".\"": 675,823 "old": 676,824 "▁kn": 677,825 "▁'": 678,826 "rit": 679,827 "▁la": 680,828 "wn": 681,829 "▁would": 682,830 "▁und": 683,831 "▁than": 684,832 "ont": 685,833 "com": 686,834 "use": 687,835 "ade": 688,836 "oll": 689,837 "一个": 690,838 "ough": 691,839 "xt": 692,840 "▁like": 693,841 "▁acc": 694,842 "▁He": 695,843 "pe": 696,844 "▁comm": 697,845 "ool": 698,846 "here": 699,847 "clud": 700,848 "ons": 701,849 "ater": 702,850 "▁Un": 703,851 "公司": 704,852 "ph": 705,853 "--": 706,854 "ates": 707,855 "▁am": 708,856 "iew": 709,857 "▁tw": 710,858 "▁into": 711,859 "rough": 712,860 "▁fe": 713,861 "▁what": 714,862 "ink": 715,863 "hed": 716,864 "ng": 717,865 "ram": 718,866 "ational": 719,867 "▁people": 720,868 "ject": 721,869 "▁first": 722,870 "▁if": 723,871 "ual": 724,872 ",\"": 725,873 "▁just": 726,874 "amp": 727,875 "ft": 728,876 "iss": 729,877 "ss": 730,878 "中国": 731,879 "//": 732,880 "▁Re": 733,881 "ious": 734,882 "▁We": 735,883 "▁tra": 736,884 "ert": 737,885 "▁how": 738,886 "lect": 739,887 "li": 740,888 "get": 741,889 "In": 742,890 "▁need": 743,891 "we": 744,892 "▁bec": 745,893 "ning": 746,894 "▁she": 747,895 "▁$": 748,896 ".\n\n": 749,897 "les": 750,898 "ath": 751,899 "▁ind": 752,900 "?\n": 753,901 "ities": 754,902 "▁prov": 755,903 "▁includ": 756,904 "anc": 757,905 "▁act": 758,906 "▁no": 759,907 "ublic": 760,908 "ef": 761,909 "io": 762,910 "ise": 763,911 "tt": 764,912 "▁add": 765,913 "round": 766,914 "und": 767,915 "▁most": 768,916 "▁em": 769,917 "▁co": 770,918 "olog": 771,919 "▁Com": 772,920 "ock": 773,921 "day": 774,922 "▁bet": 775,923 "▁bl": 776,924 "pport": 777,925 "我们": 778,926 "▁two": 779,927 "▁&": 780,928 "▁New": 781,929 "▁through": 782,930 "▁only": 783,931 "▁This": 784,932 "▁bu": 785,933 "▁after": 786,934 "▁years": 787,935 "row": 788,936 "ific": 789,937 "lp": 790,938 "▁play": 791,939 "▁pr": 792,940 "自己": 793,941 "als": 794,942 "ring": 795,943 "▁cons": 796,944 "ident": 797,945 "▁serv": 798,946 "any": 799,947 "ife": 800,948 "▁under": 801,949 "ts": 802,950 "ating": 803,951 "ward": 804,952 "可以": 805,953 "eth": 806,954 "yst": 807,955 "▁stud": 808,956 "red": 809,957 "▁produ": 810,958 "pect": 811,959 "▁inv": 812,960 "▁att": 813,961 "ause": 814,962 "Th": 815,963 "elf": 816,964 "▁reg": 817,965 "tern": 818,966 "▁help": 819,967 "ork": 820,968 "ting": 821,969 "▁imp": 822,970 "▁back": 823,971 "ics": 824,972 "▁Pro": 825,973 "hip": 826,974 "ek": 827,975 "▁make": 828,976 "▁may": 829,977 "erm": 830,978 ");\n": 831,979 "▁fl": 832,980 "ivers": 833,981 "▁well": 834,982 "ily": 835,983 "ata": 836,984 "...": 837,985 "ased": 838,986 "{\n": 839,987 "▁know": 840,988 "现代": 841,989 "rib": 842,990 "▁ra": 843,991 "oth": 844,992 "oint": 845,993 "ren": 846,994 "ments": 847,995 "arch": 848,996 "▁every": 849,997 "land": 850,998 "ful": 851,999 ".\n\"": 852,1000 "ited": 853,1001 "▁col": 854,1002 "ug": 855,1003 "uring": 856,1004 "▁look": 857,1005 ").": 858,1006 "iness": 859,1007 "▁fin": 860,1008 "velop": 861,1009 "没有": 862,1010 "▁ph": 863,1011 "▁Ar": 864,1012 "up": 865,1013 "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 866,1014 "ict": 867,1015 "ener": 868,1016 "enc": 869,1017 "chool": 870,1018 "▁these": 871,1019 "uch": 872,1020 "ange": 873,1021 "▁sec": 874,1022 "az": 875,1023 "▁dif": 876,1024 ".\"\n": 877,1025 "▁ent": 878,1026 "▁▁▁": 879,1027 "riv": 880,1028 "oss": 881,1029 "▁where": 882,1030 "erson": 883,1031 "▁ass": 884,1032 "ower": 885,1033 "▁inc": 886,1034 "▁want": 887,1035 "ull": 888,1036 "!\n": 889,1037 "ys": 890,1038 "▁many": 891,1039 "ures": 892,1040 "▁could": 893,1041 "ty": 894,1042 "ah": 895,1043 "ex": 896,1044 "gan": 897,1045 "alth": 898,1046 "ility": 899,1047 "ience": 900,1048 "▁set": 901,1049 "▁rem": 902,1050 "▁De": 903,1051 "ices": 904,1052 "▁rel": 905,1053 "▁ac": 906,1054 "ner": 907,1055 "bs": 908,1056 "▁Wh": 909,1057 "ystem": 910,1058 "ract": 911,1059 "▁pol": 912,1060 "ular": 913,1061 "ash": 914,1062 "aking": 915,1063 "▁exper": 916,1064 "▁use": 917,1065 "▁now": 918,1066 "usiness": 919,1067 "ible": 920,1068 "its": 921,1069 "ars": 922,1070 "ied": 923,1071 "▁古": 924,1072 "▁ke": 925,1073 "ues": 926,1074 ">\n": 927,1075 "ative": 928,1076 "iel": 929,1077 "pr": 930,1078 "ps": 931,1079 "ient": 932,1080 "oun": 933,1081 "▁Le": 934,1082 "ement": 935,1083 "现代文": 936,1084 "▁古文": 937,1085 "▁way": 938,1086 "itt": 939,1087 "▁You": 940,1088 "工作": 941,1089 "St": 942,1090 "fore": 943,1091 "▁Al": 944,1092 "air": 945,1093 "ale": 946,1094 "▁\n": 947,1095 "▁see": 948,1096 "ix": 949,1097 "▁very": 950,1098 "ank": 951,1099 "▁Se": 952,1100 "▁world": 953,1101 "ax": 954,1102 "ins": 955,1103 "aw": 956,1104 "▁loc": 957,1105 "▁dec": 958,1106 "hes": 959,1107 "▁fam": 960,1108 "▁start": 961,1109 "▁Sh": 962,1110 "▁pres": 963,1111 "▁own": 964,1112 "=\"": 965,1113 "irect": 966,1114 "▁show": 967,1115 "▁even": 968,1116 ":\n": 969,1117 "▁right": 970,1118 "▁And": 971,1119 "▁inst": 972,1120 "con": 973,1121 "▁art": 974,1122 "ret": 975,1123 "meric": 976,1124 "▁spec": 977,1125 "▁him": 978,1126 "man": 979,1127 "▁high": 980,1128 "市场": 981,1129 "ason": 982,1130 "▁An": 983,1131 "ven": 984,1132 "▁gu": 985,1133 "▁sm": 986,1134 "ced": 987,1135 "▁should": 988,1136 "au": 989,1137 "gram": 990,1138 "▁such": 991,1139 "▁then": 992,1140 "▁good": 993,1141 "ble": 994,1142 "发展": 995,1143 "view": 996,1144 "▁again": 997,1145 "let": 998,1146 "▁end": 999,1147 "▁mon": 1000,1148 "▁develop": 1001,1149 "chn": 1002,1150 "formation": 1003,1151 "other": 1004,1152 "ier": 1005,1153 "▁sur": 1006,1154 "▁count": 1007,1155 "▁eff": 1008,1156 "ten": 1009,1157 "oh": 1010,1158 "▁long": 1011,1159 "▁med": 1012,1160 "▁*": 1013,1161 "cept": 1014,1162 "▁mem": 1015,1163 "ines": 1016,1164 "▁did": 1017,1165 "▁trans": 1018,1166 "▁great": 1019,1167 "atch": 1020,1168 "▁op": 1021,1169 "der": 1022,1170 "▁being": 1023,1171 "▁ins": 1024,1172 "▁del": 1025,1173 "▁call": 1026,1174 "▁i": 1027,1175 "▁gr": 1028,1176 "▁lead": 1029,1177 "▁ret": 1030,1178 "▁because": 1031,1179 "就是": 1032,1180 "▁don": 1033,1181 "ince": 1034,1182 "企业": 1035,1183 "ives": 1036,1184 "▁made": 1037,1185 "▁mod": 1038,1186 "▁much": 1039,1187 "▁ser": 1040,1188 "▁down": 1041,1189 "arg": 1042,1190 "over": 1043,1191 "▁—": 1044,1192 "ouse": 1045,1193 "▁av": 1046,1194 "▁differ": 1047,1195 "▁min": 1048,1196 "ik": 1049,1197 "▁▁▁▁▁▁▁▁▁▁▁▁": 1050,1198 "ets": 1051,1199 "▁requ": 1052,1200 "ollow": 1053,