Add files using upload-large-folder tool
Browse files- .DS_Store +0 -0
- .cache/.DS_Store +0 -0
- LICENSE +114 -0
- README.md +1260 -0
- USE_POLICY.md +51 -0
- config.json +38 -0
- generation_config.json +12 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +298 -0
- model/obfuscated/pipeline.py +2 -2
- model/obfuscated/prompts.py +2 -2
- model/obfuscated/pyarmor_runtime_000000/__init__.py +2 -2
- model/pipeline.py +2 -2
- model/prompts.py +2 -2
- pyarmor_runtime_000000/__init__.py +1 -1
- pyarmor_runtime_000000/pyarmor_runtime.so +0 -0
- special_tokens_map.json +16 -0
- tokenizer.json +0 -0
- tokenizer_config.json +2062 -0
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
.cache/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
LICENSE
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
LLAMA 3.1 COMMUNITY LICENSE AGREEMENT
|
| 2 |
+
Llama 3.1 Version Release Date: July 23, 2024
|
| 3 |
+
|
| 4 |
+
“Agreement” means the terms and conditions for use, reproduction, distribution and modification of the
|
| 5 |
+
Llama Materials set forth herein.
|
| 6 |
+
|
| 7 |
+
“Documentation” means the specifications, manuals and documentation accompanying Llama 3.1
|
| 8 |
+
distributed by Meta at https://llama.meta.com/doc/overview.
|
| 9 |
+
|
| 10 |
+
“Licensee” or “you” means you, or your employer or any other person or entity (if you are entering into
|
| 11 |
+
this Agreement on such person or entity’s behalf), of the age required under applicable laws, rules or
|
| 12 |
+
regulations to provide legal consent and that has legal authority to bind your employer or such other
|
| 13 |
+
person or entity if you are entering in this Agreement on their behalf.
|
| 14 |
+
|
| 15 |
+
“Llama 3.1” means the foundational large language models and software and algorithms, including
|
| 16 |
+
machine-learning model code, trained model weights, inference-enabling code, training-enabling code,
|
| 17 |
+
fine-tuning enabling code and other elements of the foregoing distributed by Meta at
|
| 18 |
+
https://llama.meta.com/llama-downloads.
|
| 19 |
+
|
| 20 |
+
“Llama Materials” means, collectively, Meta’s proprietary Llama 3.1 and Documentation (and any
|
| 21 |
+
portion thereof) made available under this Agreement.
|
| 22 |
+
|
| 23 |
+
“Meta” or “we” means Meta Platforms Ireland Limited (if you are located in or, if you are an entity, your
|
| 24 |
+
principal place of business is in the EEA or Switzerland) and Meta Platforms, Inc. (if you are located
|
| 25 |
+
outside of the EEA or Switzerland).
|
| 26 |
+
|
| 27 |
+
By clicking “I Accept” below or by using or distributing any portion or element of the Llama Materials,
|
| 28 |
+
you agree to be bound by this Agreement.
|
| 29 |
+
|
| 30 |
+
1. License Rights and Redistribution.
|
| 31 |
+
|
| 32 |
+
a. Grant of Rights. You are granted a non-exclusive, worldwide, non-transferable and royalty-free
|
| 33 |
+
limited license under Meta’s intellectual property or other rights owned by Meta embodied in the Llama
|
| 34 |
+
Materials to use, reproduce, distribute, copy, create derivative works of, and make modifications to the
|
| 35 |
+
Llama Materials.
|
| 36 |
+
|
| 37 |
+
b. Redistribution and Use.
|
| 38 |
+
|
| 39 |
+
i. If you distribute or make available the Llama Materials (or any derivative works
|
| 40 |
+
thereof), or a product or service (including another AI model) that contains any of them, you shall (A)
|
| 41 |
+
provide a copy of this Agreement with any such Llama Materials; and (B) prominently display “Built with
|
| 42 |
+
Llama” on a related website, user interface, blogpost, about page, or product documentation. If you use
|
| 43 |
+
the Llama Materials or any outputs or results of the Llama Materials to create, train, fine tune, or
|
| 44 |
+
otherwise improve an AI model, which is distributed or made available, you shall also include “Llama” at
|
| 45 |
+
the beginning of any such AI model name.
|
| 46 |
+
|
| 47 |
+
ii. If you receive Llama Materials, or any derivative works thereof, from a Licensee as part
|
| 48 |
+
of an integrated end user product, then Section 2 of this Agreement will not apply to you.
|
| 49 |
+
|
| 50 |
+
iii. You must retain in all copies of the Llama Materials that you distribute the following
|
| 51 |
+
attribution notice within a “Notice” text file distributed as a part of such copies: “Llama 3.1 is
|
| 52 |
+
licensed under the Llama 3.1 Community License, Copyright © Meta Platforms, Inc. All Rights
|
| 53 |
+
Reserved.”
|
| 54 |
+
|
| 55 |
+
iv. Your use of the Llama Materials must comply with applicable laws and regulations
|
| 56 |
+
(including trade compliance laws and regulations) and adhere to the Acceptable Use Policy for the Llama
|
| 57 |
+
Materials (available at https://llama.meta.com/llama3_1/use-policy), which is hereby incorporated by
|
| 58 |
+
reference into this Agreement.
|
| 59 |
+
|
| 60 |
+
2. Additional Commercial Terms. If, on the Llama 3.1 version release date, the monthly active users
|
| 61 |
+
of the products or services made available by or for Licensee, or Licensee’s affiliates, is greater than 700
|
| 62 |
+
million monthly active users in the preceding calendar month, you must request a license from Meta,
|
| 63 |
+
which Meta may grant to you in its sole discretion, and you are not authorized to exercise any of the
|
| 64 |
+
rights under this Agreement unless or until Meta otherwise expressly grants you such rights.
|
| 65 |
+
|
| 66 |
+
3. Disclaimer of Warranty. UNLESS REQUIRED BY APPLICABLE LAW, THE LLAMA MATERIALS AND ANY
|
| 67 |
+
OUTPUT AND RESULTS THEREFROM ARE PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OF
|
| 68 |
+
ANY KIND, AND META DISCLAIMS ALL WARRANTIES OF ANY KIND, BOTH EXPRESS AND IMPLIED,
|
| 69 |
+
INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF TITLE, NON-INFRINGEMENT,
|
| 70 |
+
MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR
|
| 71 |
+
DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING THE LLAMA MATERIALS AND
|
| 72 |
+
ASSUME ANY RISKS ASSOCIATED WITH YOUR USE OF THE LLAMA MATERIALS AND ANY OUTPUT AND
|
| 73 |
+
RESULTS.
|
| 74 |
+
|
| 75 |
+
4. Limitation of Liability. IN NO EVENT WILL META OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF
|
| 76 |
+
LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING
|
| 77 |
+
OUT OF THIS AGREEMENT, FOR ANY LOST PROFITS OR ANY INDIRECT, SPECIAL, CONSEQUENTIAL,
|
| 78 |
+
INCIDENTAL, EXEMPLARY OR PUNITIVE DAMAGES, EVEN IF META OR ITS AFFILIATES HAVE BEEN ADVISED
|
| 79 |
+
OF THE POSSIBILITY OF ANY OF THE FOREGOING.
|
| 80 |
+
|
| 81 |
+
5. Intellectual Property.
|
| 82 |
+
|
| 83 |
+
a. No trademark licenses are granted under this Agreement, and in connection with the Llama
|
| 84 |
+
Materials, neither Meta nor Licensee may use any name or mark owned by or associated with the other
|
| 85 |
+
or any of its affiliates, except as required for reasonable and customary use in describing and
|
| 86 |
+
redistributing the Llama Materials or as set forth in this Section 5(a). Meta hereby grants you a license to
|
| 87 |
+
use “Llama” (the “Mark”) solely as required to comply with the last sentence of Section 1.b.i. You will
|
| 88 |
+
comply with Meta’s brand guidelines (currently accessible at
|
| 89 |
+
https://about.meta.com/brand/resources/meta/company-brand/ ). All goodwill arising out of your use
|
| 90 |
+
of the Mark will inure to the benefit of Meta.
|
| 91 |
+
|
| 92 |
+
b. Subject to Meta’s ownership of Llama Materials and derivatives made by or for Meta, with
|
| 93 |
+
respect to any derivative works and modifications of the Llama Materials that are made by you, as
|
| 94 |
+
between you and Meta, you are and will be the owner of such derivative works and modifications.
|
| 95 |
+
|
| 96 |
+
c. If you institute litigation or other proceedings against Meta or any entity (including a
|
| 97 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Llama Materials or Llama 3.1 outputs or
|
| 98 |
+
results, or any portion of any of the foregoing, constitutes infringement of intellectual property or other
|
| 99 |
+
rights owned or licensable by you, then any licenses granted to you under this Agreement shall
|
| 100 |
+
terminate as of the date such litigation or claim is filed or instituted. You will indemnify and hold
|
| 101 |
+
harmless Meta from and against any claim by any third party arising out of or related to your use or
|
| 102 |
+
distribution of the Llama Materials.
|
| 103 |
+
|
| 104 |
+
6. Term and Termination. The term of this Agreement will commence upon your acceptance of this
|
| 105 |
+
Agreement or access to the Llama Materials and will continue in full force and effect until terminated in
|
| 106 |
+
accordance with the terms and conditions herein. Meta may terminate this Agreement if you are in
|
| 107 |
+
breach of any term or condition of this Agreement. Upon termination of this Agreement, you shall delete
|
| 108 |
+
and cease use of the Llama Materials. Sections 3, 4 and 7 shall survive the termination of this
|
| 109 |
+
Agreement.
|
| 110 |
+
|
| 111 |
+
7. Governing Law and Jurisdiction. This Agreement will be governed and construed under the laws of
|
| 112 |
+
the State of California without regard to choice of law principles, and the UN Convention on Contracts
|
| 113 |
+
for the International Sale of Goods does not apply to this Agreement. The courts of California shall have
|
| 114 |
+
exclusive jurisdiction of any dispute arising out of this Agreement.
|
README.md
ADDED
|
@@ -0,0 +1,1260 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- de
|
| 5 |
+
- fr
|
| 6 |
+
- it
|
| 7 |
+
- pt
|
| 8 |
+
- hi
|
| 9 |
+
- es
|
| 10 |
+
- th
|
| 11 |
+
license: llama3.1
|
| 12 |
+
base_model: meta-llama/Meta-Llama-3.1-8B
|
| 13 |
+
pipeline_tag: text-generation
|
| 14 |
+
tags:
|
| 15 |
+
- facebook
|
| 16 |
+
- meta
|
| 17 |
+
- pytorch
|
| 18 |
+
- llama
|
| 19 |
+
- llama-3
|
| 20 |
+
extra_gated_prompt: "### LLAMA 3.1 COMMUNITY LICENSE AGREEMENT\nLlama 3.1 Version\
|
| 21 |
+
\ Release Date: July 23, 2024\n\"Agreement\" means the terms and conditions for\
|
| 22 |
+
\ use, reproduction, distribution and modification of the Llama Materials set forth\
|
| 23 |
+
\ herein.\n\"Documentation\" means the specifications, manuals and documentation\
|
| 24 |
+
\ accompanying Llama 3.1 distributed by Meta at https://llama.meta.com/doc/overview.\n\
|
| 25 |
+
\"Licensee\" or \"you\" means you, or your employer or any other person or entity\
|
| 26 |
+
\ (if you are entering into this Agreement on such person or entity’s behalf), of\
|
| 27 |
+
\ the age required under applicable laws, rules or regulations to provide legal\
|
| 28 |
+
\ consent and that has legal authority to bind your employer or such other person\
|
| 29 |
+
\ or entity if you are entering in this Agreement on their behalf.\n\"Llama 3.1\"\
|
| 30 |
+
\ means the foundational large language models and software and algorithms, including\
|
| 31 |
+
\ machine-learning model code, trained model weights, inference-enabling code, training-enabling\
|
| 32 |
+
\ code, fine-tuning enabling code and other elements of the foregoing distributed\
|
| 33 |
+
\ by Meta at https://llama.meta.com/llama-downloads.\n\"Llama Materials\" means,\
|
| 34 |
+
\ collectively, Meta’s proprietary Llama 3.1 and Documentation (and any portion\
|
| 35 |
+
\ thereof) made available under this Agreement.\n\"Meta\" or \"we\" means Meta Platforms\
|
| 36 |
+
\ Ireland Limited (if you are located in or, if you are an entity, your principal\
|
| 37 |
+
\ place of business is in the EEA or Switzerland) and Meta Platforms, Inc. (if you\
|
| 38 |
+
\ are located outside of the EEA or Switzerland).\n \n1. License Rights and Redistribution.\n\
|
| 39 |
+
a. Grant of Rights. You are granted a non-exclusive, worldwide, non-transferable\
|
| 40 |
+
\ and royalty-free limited license under Meta’s intellectual property or other rights\
|
| 41 |
+
\ owned by Meta embodied in the Llama Materials to use, reproduce, distribute, copy,\
|
| 42 |
+
\ create derivative works of, and make modifications to the Llama Materials.\nb.\
|
| 43 |
+
\ Redistribution and Use.\ni. If you distribute or make available the Llama Materials\
|
| 44 |
+
\ (or any derivative works thereof), or a product or service (including another\
|
| 45 |
+
\ AI model) that contains any of them, you shall (A) provide a copy of this Agreement\
|
| 46 |
+
\ with any such Llama Materials; and (B) prominently display “Built with Llama”\
|
| 47 |
+
\ on a related website, user interface, blogpost, about page, or product documentation.\
|
| 48 |
+
\ If you use the Llama Materials or any outputs or results of the Llama Materials\
|
| 49 |
+
\ to create, train, fine tune, or otherwise improve an AI model, which is distributed\
|
| 50 |
+
\ or made available, you shall also include “Llama” at the beginning of any such\
|
| 51 |
+
\ AI model name.\nii. If you receive Llama Materials, or any derivative works thereof,\
|
| 52 |
+
\ from a Licensee as part of an integrated end user product, then Section 2 of\
|
| 53 |
+
\ this Agreement will not apply to you.\niii. You must retain in all copies of the\
|
| 54 |
+
\ Llama Materials that you distribute the following attribution notice within a\
|
| 55 |
+
\ “Notice” text file distributed as a part of such copies: “Llama 3.1 is licensed\
|
| 56 |
+
\ under the Llama 3.1 Community License, Copyright © Meta Platforms, Inc. All Rights\
|
| 57 |
+
\ Reserved.”\niv. Your use of the Llama Materials must comply with applicable laws\
|
| 58 |
+
\ and regulations (including trade compliance laws and regulations) and adhere to\
|
| 59 |
+
\ the Acceptable Use Policy for the Llama Materials (available at https://llama.meta.com/llama3_1/use-policy),\
|
| 60 |
+
\ which is hereby incorporated by reference into this Agreement.\n2. Additional\
|
| 61 |
+
\ Commercial Terms. If, on the Llama 3.1 version release date, the monthly active\
|
| 62 |
+
\ users of the products or services made available by or for Licensee, or Licensee’s\
|
| 63 |
+
\ affiliates, is greater than 700 million monthly active users in the preceding\
|
| 64 |
+
\ calendar month, you must request a license from Meta, which Meta may grant to\
|
| 65 |
+
\ you in its sole discretion, and you are not authorized to exercise any of the\
|
| 66 |
+
\ rights under this Agreement unless or until Meta otherwise expressly grants you\
|
| 67 |
+
\ such rights.\n3. Disclaimer of Warranty. UNLESS REQUIRED BY APPLICABLE LAW, THE\
|
| 68 |
+
\ LLAMA MATERIALS AND ANY OUTPUT AND RESULTS THEREFROM ARE PROVIDED ON AN “AS IS”\
|
| 69 |
+
\ BASIS, WITHOUT WARRANTIES OF ANY KIND, AND META DISCLAIMS ALL WARRANTIES OF ANY\
|
| 70 |
+
\ KIND, BOTH EXPRESS AND IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES\
|
| 71 |
+
\ OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.\
|
| 72 |
+
\ YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING\
|
| 73 |
+
\ THE LLAMA MATERIALS AND ASSUME ANY RISKS ASSOCIATED WITH YOUR USE OF THE LLAMA\
|
| 74 |
+
\ MATERIALS AND ANY OUTPUT AND RESULTS.\n4. Limitation of Liability. IN NO EVENT\
|
| 75 |
+
\ WILL META OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN\
|
| 76 |
+
\ CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING OUT OF THIS\
|
| 77 |
+
\ AGREEMENT, FOR ANY LOST PROFITS OR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL,\
|
| 78 |
+
\ EXEMPLARY OR PUNITIVE DAMAGES, EVEN IF META OR ITS AFFILIATES HAVE BEEN ADVISED\
|
| 79 |
+
\ OF THE POSSIBILITY OF ANY OF THE FOREGOING.\n5. Intellectual Property.\na. No\
|
| 80 |
+
\ trademark licenses are granted under this Agreement, and in connection with the\
|
| 81 |
+
\ Llama Materials, neither Meta nor Licensee may use any name or mark owned by or\
|
| 82 |
+
\ associated with the other or any of its affiliates, except as required for reasonable\
|
| 83 |
+
\ and customary use in describing and redistributing the Llama Materials or as set\
|
| 84 |
+
\ forth in this Section 5(a). Meta hereby grants you a license to use “Llama” (the\
|
| 85 |
+
\ “Mark”) solely as required to comply with the last sentence of Section 1.b.i.\
|
| 86 |
+
\ You will comply with Meta’s brand guidelines (currently accessible at https://about.meta.com/brand/resources/meta/company-brand/\
|
| 87 |
+
\ ). All goodwill arising out of your use of the Mark will inure to the benefit\
|
| 88 |
+
\ of Meta.\nb. Subject to Meta’s ownership of Llama Materials and derivatives made\
|
| 89 |
+
\ by or for Meta, with respect to any derivative works and modifications of the\
|
| 90 |
+
\ Llama Materials that are made by you, as between you and Meta, you are and will\
|
| 91 |
+
\ be the owner of such derivative works and modifications.\nc. If you institute\
|
| 92 |
+
\ litigation or other proceedings against Meta or any entity (including a cross-claim\
|
| 93 |
+
\ or counterclaim in a lawsuit) alleging that the Llama Materials or Llama 3.1 outputs\
|
| 94 |
+
\ or results, or any portion of any of the foregoing, constitutes infringement of\
|
| 95 |
+
\ intellectual property or other rights owned or licensable by you, then any licenses\
|
| 96 |
+
\ granted to you under this Agreement shall terminate as of the date such litigation\
|
| 97 |
+
\ or claim is filed or instituted. You will indemnify and hold harmless Meta from\
|
| 98 |
+
\ and against any claim by any third party arising out of or related to your use\
|
| 99 |
+
\ or distribution of the Llama Materials.\n6. Term and Termination. The term of\
|
| 100 |
+
\ this Agreement will commence upon your acceptance of this Agreement or access\
|
| 101 |
+
\ to the Llama Materials and will continue in full force and effect until terminated\
|
| 102 |
+
\ in accordance with the terms and conditions herein. Meta may terminate this Agreement\
|
| 103 |
+
\ if you are in breach of any term or condition of this Agreement. Upon termination\
|
| 104 |
+
\ of this Agreement, you shall delete and cease use of the Llama Materials. Sections\
|
| 105 |
+
\ 3, 4 and 7 shall survive the termination of this Agreement.\n7. Governing Law\
|
| 106 |
+
\ and Jurisdiction. This Agreement will be governed and construed under the laws\
|
| 107 |
+
\ of the State of California without regard to choice of law principles, and the\
|
| 108 |
+
\ UN Convention on Contracts for the International Sale of Goods does not apply\
|
| 109 |
+
\ to this Agreement. The courts of California shall have exclusive jurisdiction\
|
| 110 |
+
\ of any dispute arising out of this Agreement.\n### Llama 3.1 Acceptable Use Policy\n\
|
| 111 |
+
Meta is committed to promoting safe and fair use of its tools and features, including\
|
| 112 |
+
\ Llama 3.1. If you access or use Llama 3.1, you agree to this Acceptable Use Policy\
|
| 113 |
+
\ (“Policy”). The most recent copy of this policy can be found at [https://llama.meta.com/llama3_1/use-policy](https://llama.meta.com/llama3_1/use-policy)\n\
|
| 114 |
+
#### Prohibited Uses\nWe want everyone to use Llama 3.1 safely and responsibly.\
|
| 115 |
+
\ You agree you will not use, or allow others to use, Llama 3.1 to:\n 1. Violate\
|
| 116 |
+
\ the law or others’ rights, including to:\n 1. Engage in, promote, generate,\
|
| 117 |
+
\ contribute to, encourage, plan, incite, or further illegal or unlawful activity\
|
| 118 |
+
\ or content, such as:\n 1. Violence or terrorism\n 2. Exploitation\
|
| 119 |
+
\ or harm to children, including the solicitation, creation, acquisition, or dissemination\
|
| 120 |
+
\ of child exploitative content or failure to report Child Sexual Abuse Material\n\
|
| 121 |
+
\ 3. Human trafficking, exploitation, and sexual violence\n 4. The\
|
| 122 |
+
\ illegal distribution of information or materials to minors, including obscene\
|
| 123 |
+
\ materials, or failure to employ legally required age-gating in connection with\
|
| 124 |
+
\ such information or materials.\n 5. Sexual solicitation\n 6. Any\
|
| 125 |
+
\ other criminal activity\n 3. Engage in, promote, incite, or facilitate the\
|
| 126 |
+
\ harassment, abuse, threatening, or bullying of individuals or groups of individuals\n\
|
| 127 |
+
\ 4. Engage in, promote, incite, or facilitate discrimination or other unlawful\
|
| 128 |
+
\ or harmful conduct in the provision of employment, employment benefits, credit,\
|
| 129 |
+
\ housing, other economic benefits, or other essential goods and services\n 5.\
|
| 130 |
+
\ Engage in the unauthorized or unlicensed practice of any profession including,\
|
| 131 |
+
\ but not limited to, financial, legal, medical/health, or related professional\
|
| 132 |
+
\ practices\n 6. Collect, process, disclose, generate, or infer health, demographic,\
|
| 133 |
+
\ or other sensitive personal or private information about individuals without rights\
|
| 134 |
+
\ and consents required by applicable laws\n 7. Engage in or facilitate any action\
|
| 135 |
+
\ or generate any content that infringes, misappropriates, or otherwise violates\
|
| 136 |
+
\ any third-party rights, including the outputs or results of any products or services\
|
| 137 |
+
\ using the Llama Materials\n 8. Create, generate, or facilitate the creation\
|
| 138 |
+
\ of malicious code, malware, computer viruses or do anything else that could disable,\
|
| 139 |
+
\ overburden, interfere with or impair the proper working, integrity, operation\
|
| 140 |
+
\ or appearance of a website or computer system\n2. Engage in, promote, incite,\
|
| 141 |
+
\ facilitate, or assist in the planning or development of activities that present\
|
| 142 |
+
\ a risk of death or bodily harm to individuals, including use of Llama 3.1 related\
|
| 143 |
+
\ to the following:\n 1. Military, warfare, nuclear industries or applications,\
|
| 144 |
+
\ espionage, use for materials or activities that are subject to the International\
|
| 145 |
+
\ Traffic Arms Regulations (ITAR) maintained by the United States Department of\
|
| 146 |
+
\ State\n 2. Guns and illegal weapons (including weapon development)\n 3.\
|
| 147 |
+
\ Illegal drugs and regulated/controlled substances\n 4. Operation of critical\
|
| 148 |
+
\ infrastructure, transportation technologies, or heavy machinery\n 5. Self-harm\
|
| 149 |
+
\ or harm to others, including suicide, cutting, and eating disorders\n 6. Any\
|
| 150 |
+
\ content intended to incite or promote violence, abuse, or any infliction of bodily\
|
| 151 |
+
\ harm to an individual\n3. Intentionally deceive or mislead others, including use\
|
| 152 |
+
\ of Llama 3.1 related to the following:\n 1. Generating, promoting, or furthering\
|
| 153 |
+
\ fraud or the creation or promotion of disinformation\n 2. Generating, promoting,\
|
| 154 |
+
\ or furthering defamatory content, including the creation of defamatory statements,\
|
| 155 |
+
\ images, or other content\n 3. Generating, promoting, or further distributing\
|
| 156 |
+
\ spam\n 4. Impersonating another individual without consent, authorization,\
|
| 157 |
+
\ or legal right\n 5. Representing that the use of Llama 3.1 or outputs are human-generated\n\
|
| 158 |
+
\ 6. Generating or facilitating false online engagement, including fake reviews\
|
| 159 |
+
\ and other means of fake online engagement\n4. Fail to appropriately disclose to\
|
| 160 |
+
\ end users any known dangers of your AI system\nPlease report any violation of\
|
| 161 |
+
\ this Policy, software “bug,” or other problems that could lead to a violation\
|
| 162 |
+
\ of this Policy through one of the following means:\n * Reporting issues with\
|
| 163 |
+
\ the model: [https://github.com/meta-llama/llama-models/issues](https://github.com/meta-llama/llama-models/issues)\n\
|
| 164 |
+
\ * Reporting risky content generated by the model:\n developers.facebook.com/llama_output_feedback\n\
|
| 165 |
+
\ * Reporting bugs and security concerns: facebook.com/whitehat/info\n * Reporting\
|
| 166 |
+
\ violations of the Acceptable Use Policy or unlicensed uses of Meta Llama 3: LlamaUseReport@meta.com"
|
| 167 |
+
extra_gated_fields:
|
| 168 |
+
First Name: text
|
| 169 |
+
Last Name: text
|
| 170 |
+
Date of birth: date_picker
|
| 171 |
+
Country: country
|
| 172 |
+
Affiliation: text
|
| 173 |
+
Job title:
|
| 174 |
+
type: select
|
| 175 |
+
options:
|
| 176 |
+
- Student
|
| 177 |
+
- Research Graduate
|
| 178 |
+
- AI researcher
|
| 179 |
+
- AI developer/engineer
|
| 180 |
+
- Reporter
|
| 181 |
+
- Other
|
| 182 |
+
geo: ip_location
|
| 183 |
+
? By clicking Submit below I accept the terms of the license and acknowledge that
|
| 184 |
+
the information I provide will be collected stored processed and shared in accordance
|
| 185 |
+
with the Meta Privacy Policy
|
| 186 |
+
: checkbox
|
| 187 |
+
extra_gated_description: The information you provide will be collected, stored, processed
|
| 188 |
+
and shared in accordance with the [Meta Privacy Policy](https://www.facebook.com/privacy/policy/).
|
| 189 |
+
extra_gated_button_content: Submit
|
| 190 |
+
---
|
| 191 |
+
|
| 192 |
+
## Model Information
|
| 193 |
+
|
| 194 |
+
The Meta Llama 3.1 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction tuned generative models in 8B, 70B and 405B sizes (text in/text out). The Llama 3.1 instruction tuned text only models (8B, 70B, 405B) are optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks.
|
| 195 |
+
|
| 196 |
+
**Model developer**: Meta
|
| 197 |
+
|
| 198 |
+
**Model Architecture:** Llama 3.1 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) to align with human preferences for helpfulness and safety.
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
<table>
|
| 202 |
+
<tr>
|
| 203 |
+
<td>
|
| 204 |
+
</td>
|
| 205 |
+
<td><strong>Training Data</strong>
|
| 206 |
+
</td>
|
| 207 |
+
<td><strong>Params</strong>
|
| 208 |
+
</td>
|
| 209 |
+
<td><strong>Input modalities</strong>
|
| 210 |
+
</td>
|
| 211 |
+
<td><strong>Output modalities</strong>
|
| 212 |
+
</td>
|
| 213 |
+
<td><strong>Context length</strong>
|
| 214 |
+
</td>
|
| 215 |
+
<td><strong>GQA</strong>
|
| 216 |
+
</td>
|
| 217 |
+
<td><strong>Token count</strong>
|
| 218 |
+
</td>
|
| 219 |
+
<td><strong>Knowledge cutoff</strong>
|
| 220 |
+
</td>
|
| 221 |
+
</tr>
|
| 222 |
+
<tr>
|
| 223 |
+
<td rowspan="3" >Llama 3.1 (text only)
|
| 224 |
+
</td>
|
| 225 |
+
<td rowspan="3" >A new mix of publicly available online data.
|
| 226 |
+
</td>
|
| 227 |
+
<td>8B
|
| 228 |
+
</td>
|
| 229 |
+
<td>Multilingual Text
|
| 230 |
+
</td>
|
| 231 |
+
<td>Multilingual Text and code
|
| 232 |
+
</td>
|
| 233 |
+
<td>128k
|
| 234 |
+
</td>
|
| 235 |
+
<td>Yes
|
| 236 |
+
</td>
|
| 237 |
+
<td rowspan="3" >15T+
|
| 238 |
+
</td>
|
| 239 |
+
<td rowspan="3" >December 2023
|
| 240 |
+
</td>
|
| 241 |
+
</tr>
|
| 242 |
+
<tr>
|
| 243 |
+
<td>70B
|
| 244 |
+
</td>
|
| 245 |
+
<td>Multilingual Text
|
| 246 |
+
</td>
|
| 247 |
+
<td>Multilingual Text and code
|
| 248 |
+
</td>
|
| 249 |
+
<td>128k
|
| 250 |
+
</td>
|
| 251 |
+
<td>Yes
|
| 252 |
+
</td>
|
| 253 |
+
</tr>
|
| 254 |
+
<tr>
|
| 255 |
+
<td>405B
|
| 256 |
+
</td>
|
| 257 |
+
<td>Multilingual Text
|
| 258 |
+
</td>
|
| 259 |
+
<td>Multilingual Text and code
|
| 260 |
+
</td>
|
| 261 |
+
<td>128k
|
| 262 |
+
</td>
|
| 263 |
+
<td>Yes
|
| 264 |
+
</td>
|
| 265 |
+
</tr>
|
| 266 |
+
</table>
|
| 267 |
+
|
| 268 |
+
|
| 269 |
+
**Supported languages:** English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai.
|
| 270 |
+
|
| 271 |
+
**Llama 3.1 family of models**. Token counts refer to pretraining data only. All model versions use Grouped-Query Attention (GQA) for improved inference scalability.
|
| 272 |
+
|
| 273 |
+
**Model Release Date:** July 23, 2024.
|
| 274 |
+
|
| 275 |
+
**Status:** This is a static model trained on an offline dataset. Future versions of the tuned models will be released as we improve model safety with community feedback.
|
| 276 |
+
|
| 277 |
+
**License:** A custom commercial license, the Llama 3.1 Community License, is available at: [https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE)
|
| 278 |
+
|
| 279 |
+
Where to send questions or comments about the model Instructions on how to provide feedback or comments on the model can be found in the model [README](https://github.com/meta-llama/llama3). For more technical information about generation parameters and recipes for how to use Llama 3.1 in applications, please go [here](https://github.com/meta-llama/llama-recipes).
|
| 280 |
+
|
| 281 |
+
|
| 282 |
+
## Intended Use
|
| 283 |
+
|
| 284 |
+
**Intended Use Cases** Llama 3.1 is intended for commercial and research use in multiple languages. Instruction tuned text only models are intended for assistant-like chat, whereas pretrained models can be adapted for a variety of natural language generation tasks. The Llama 3.1 model collection also supports the ability to leverage the outputs of its models to improve other models including synthetic data generation and distillation. The Llama 3.1 Community License allows for these use cases.
|
| 285 |
+
|
| 286 |
+
**Out-of-scope** Use in any manner that violates applicable laws or regulations (including trade compliance laws). Use in any other way that is prohibited by the Acceptable Use Policy and Llama 3.1 Community License. Use in languages beyond those explicitly referenced as supported in this model card**.
|
| 287 |
+
|
| 288 |
+
**<span style="text-decoration:underline;">Note</span>: Llama 3.1 has been trained on a broader collection of languages than the 8 supported languages. Developers may fine-tune Llama 3.1 models for languages beyond the 8 supported languages provided they comply with the Llama 3.1 Community License and the Acceptable Use Policy and in such cases are responsible for ensuring that any uses of Llama 3.1 in additional languages is done in a safe and responsible manner.
|
| 289 |
+
|
| 290 |
+
## How to use
|
| 291 |
+
|
| 292 |
+
This repository contains two versions of Meta-Llama-3.1-8B-Instruct, for use with transformers and with the original `llama` codebase.
|
| 293 |
+
|
| 294 |
+
### Use with transformers
|
| 295 |
+
|
| 296 |
+
Starting with `transformers >= 4.43.0` onward, you can run conversational inference using the Transformers `pipeline` abstraction or by leveraging the Auto classes with the `generate()` function.
|
| 297 |
+
|
| 298 |
+
Make sure to update your transformers installation via `pip install --upgrade transformers`.
|
| 299 |
+
|
| 300 |
+
```python
|
| 301 |
+
import transformers
|
| 302 |
+
import torch
|
| 303 |
+
|
| 304 |
+
model_id = "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
| 305 |
+
|
| 306 |
+
pipeline = transformers.pipeline(
|
| 307 |
+
"text-generation",
|
| 308 |
+
model=model_id,
|
| 309 |
+
model_kwargs={"torch_dtype": torch.bfloat16},
|
| 310 |
+
device_map="auto",
|
| 311 |
+
)
|
| 312 |
+
|
| 313 |
+
messages = [
|
| 314 |
+
{"role": "system", "content": "You are a pirate chatbot who always responds in pirate speak!"},
|
| 315 |
+
{"role": "user", "content": "Who are you?"},
|
| 316 |
+
]
|
| 317 |
+
|
| 318 |
+
outputs = pipeline(
|
| 319 |
+
messages,
|
| 320 |
+
max_new_tokens=256,
|
| 321 |
+
)
|
| 322 |
+
print(outputs[0]["generated_text"][-1])
|
| 323 |
+
```
|
| 324 |
+
|
| 325 |
+
Note: You can also find detailed recipes on how to use the model locally, with `torch.compile()`, assisted generations, quantised and more at [`huggingface-llama-recipes`](https://github.com/huggingface/huggingface-llama-recipes)
|
| 326 |
+
|
| 327 |
+
### Tool use with transformers
|
| 328 |
+
|
| 329 |
+
LLaMA-3.1 supports multiple tool use formats. You can see a full guide to prompt formatting [here](https://llama.meta.com/docs/model-cards-and-prompt-formats/llama3_1/).
|
| 330 |
+
|
| 331 |
+
Tool use is also supported through [chat templates](https://huggingface.co/docs/transformers/main/chat_templating#advanced-tool-use--function-calling) in Transformers.
|
| 332 |
+
Here is a quick example showing a single simple tool:
|
| 333 |
+
|
| 334 |
+
```python
|
| 335 |
+
# First, define a tool
|
| 336 |
+
def get_current_temperature(location: str) -> float:
|
| 337 |
+
"""
|
| 338 |
+
Get the current temperature at a location.
|
| 339 |
+
|
| 340 |
+
Args:
|
| 341 |
+
location: The location to get the temperature for, in the format "City, Country"
|
| 342 |
+
Returns:
|
| 343 |
+
The current temperature at the specified location in the specified units, as a float.
|
| 344 |
+
"""
|
| 345 |
+
return 22. # A real function should probably actually get the temperature!
|
| 346 |
+
|
| 347 |
+
# Next, create a chat and apply the chat template
|
| 348 |
+
messages = [
|
| 349 |
+
{"role": "system", "content": "You are a bot that responds to weather queries."},
|
| 350 |
+
{"role": "user", "content": "Hey, what's the temperature in Paris right now?"}
|
| 351 |
+
]
|
| 352 |
+
|
| 353 |
+
inputs = tokenizer.apply_chat_template(messages, tools=[get_current_temperature], add_generation_prompt=True)
|
| 354 |
+
```
|
| 355 |
+
|
| 356 |
+
You can then generate text from this input as normal. If the model generates a tool call, you should add it to the chat like so:
|
| 357 |
+
|
| 358 |
+
```python
|
| 359 |
+
tool_call = {"name": "get_current_temperature", "arguments": {"location": "Paris, France"}}
|
| 360 |
+
messages.append({"role": "assistant", "tool_calls": [{"type": "function", "function": tool_call}]})
|
| 361 |
+
```
|
| 362 |
+
|
| 363 |
+
and then call the tool and append the result, with the `tool` role, like so:
|
| 364 |
+
|
| 365 |
+
```python
|
| 366 |
+
messages.append({"role": "tool", "name": "get_current_temperature", "content": "22.0"})
|
| 367 |
+
```
|
| 368 |
+
|
| 369 |
+
After that, you can `generate()` again to let the model use the tool result in the chat. Note that this was a very brief introduction to tool calling - for more information,
|
| 370 |
+
see the [LLaMA prompt format docs](https://llama.meta.com/docs/model-cards-and-prompt-formats/llama3_1/) and the Transformers [tool use documentation](https://huggingface.co/docs/transformers/main/chat_templating#advanced-tool-use--function-calling).
|
| 371 |
+
|
| 372 |
+
|
| 373 |
+
### Use with `llama`
|
| 374 |
+
|
| 375 |
+
Please, follow the instructions in the [repository](https://github.com/meta-llama/llama)
|
| 376 |
+
|
| 377 |
+
To download Original checkpoints, see the example command below leveraging `huggingface-cli`:
|
| 378 |
+
|
| 379 |
+
```
|
| 380 |
+
huggingface-cli download meta-llama/Meta-Llama-3.1-8B-Instruct --include "original/*" --local-dir Meta-Llama-3.1-8B-Instruct
|
| 381 |
+
```
|
| 382 |
+
|
| 383 |
+
## Hardware and Software
|
| 384 |
+
|
| 385 |
+
**Training Factors** We used custom training libraries, Meta's custom built GPU cluster, and production infrastructure for pretraining. Fine-tuning, annotation, and evaluation were also performed on production infrastructure.
|
| 386 |
+
|
| 387 |
+
**Training utilized a cumulative of** 39.3M GPU hours of computation on H100-80GB (TDP of 700W) type hardware, per the table below. Training time is the total GPU time required for training each model and power consumption is the peak power capacity per GPU device used, adjusted for power usage efficiency.
|
| 388 |
+
|
| 389 |
+
|
| 390 |
+
**Training Greenhouse Gas Emissions** Estimated total location-based greenhouse gas emissions were **11,390** tons CO2eq for training. Since 2020, Meta has maintained net zero greenhouse gas emissions in its global operations and matched 100% of its electricity use with renewable energy, therefore the total market-based greenhouse gas emissions for training were 0 tons CO2eq.
|
| 391 |
+
|
| 392 |
+
|
| 393 |
+
<table>
|
| 394 |
+
<tr>
|
| 395 |
+
<td>
|
| 396 |
+
</td>
|
| 397 |
+
<td><strong>Training Time (GPU hours)</strong>
|
| 398 |
+
</td>
|
| 399 |
+
<td><strong>Training Power Consumption (W)</strong>
|
| 400 |
+
</td>
|
| 401 |
+
<td><strong>Training Location-Based Greenhouse Gas Emissions</strong>
|
| 402 |
+
<p>
|
| 403 |
+
<strong>(tons CO2eq)</strong>
|
| 404 |
+
</td>
|
| 405 |
+
<td><strong>Training Market-Based Greenhouse Gas Emissions</strong>
|
| 406 |
+
<p>
|
| 407 |
+
<strong>(tons CO2eq)</strong>
|
| 408 |
+
</td>
|
| 409 |
+
</tr>
|
| 410 |
+
<tr>
|
| 411 |
+
<td>Llama 3.1 8B
|
| 412 |
+
</td>
|
| 413 |
+
<td>1.46M
|
| 414 |
+
</td>
|
| 415 |
+
<td>700
|
| 416 |
+
</td>
|
| 417 |
+
<td>420
|
| 418 |
+
</td>
|
| 419 |
+
<td>0
|
| 420 |
+
</td>
|
| 421 |
+
</tr>
|
| 422 |
+
<tr>
|
| 423 |
+
<td>Llama 3.1 70B
|
| 424 |
+
</td>
|
| 425 |
+
<td>7.0M
|
| 426 |
+
</td>
|
| 427 |
+
<td>700
|
| 428 |
+
</td>
|
| 429 |
+
<td>2,040
|
| 430 |
+
</td>
|
| 431 |
+
<td>0
|
| 432 |
+
</td>
|
| 433 |
+
</tr>
|
| 434 |
+
<tr>
|
| 435 |
+
<td>Llama 3.1 405B
|
| 436 |
+
</td>
|
| 437 |
+
<td>30.84M
|
| 438 |
+
</td>
|
| 439 |
+
<td>700
|
| 440 |
+
</td>
|
| 441 |
+
<td>8,930
|
| 442 |
+
</td>
|
| 443 |
+
<td>0
|
| 444 |
+
</td>
|
| 445 |
+
</tr>
|
| 446 |
+
<tr>
|
| 447 |
+
<td>Total
|
| 448 |
+
</td>
|
| 449 |
+
<td>39.3M
|
| 450 |
+
<td>
|
| 451 |
+
<ul>
|
| 452 |
+
|
| 453 |
+
</ul>
|
| 454 |
+
</td>
|
| 455 |
+
<td>11,390
|
| 456 |
+
</td>
|
| 457 |
+
<td>0
|
| 458 |
+
</td>
|
| 459 |
+
</tr>
|
| 460 |
+
</table>
|
| 461 |
+
|
| 462 |
+
|
| 463 |
+
|
| 464 |
+
The methodology used to determine training energy use and greenhouse gas emissions can be found [here](https://arxiv.org/pdf/2204.05149). Since Meta is openly releasing these models, the training energy use and greenhouse gas emissions will not be incurred by others.
|
| 465 |
+
|
| 466 |
+
|
| 467 |
+
## Training Data
|
| 468 |
+
|
| 469 |
+
**Overview:** Llama 3.1 was pretrained on ~15 trillion tokens of data from publicly available sources. The fine-tuning data includes publicly available instruction datasets, as well as over 25M synthetically generated examples.
|
| 470 |
+
|
| 471 |
+
**Data Freshness:** The pretraining data has a cutoff of December 2023.
|
| 472 |
+
|
| 473 |
+
|
| 474 |
+
## Benchmark scores
|
| 475 |
+
|
| 476 |
+
In this section, we report the results for Llama 3.1 models on standard automatic benchmarks. For all the evaluations, we use our internal evaluations library.
|
| 477 |
+
|
| 478 |
+
### Base pretrained models
|
| 479 |
+
|
| 480 |
+
|
| 481 |
+
<table>
|
| 482 |
+
<tr>
|
| 483 |
+
<td><strong>Category</strong>
|
| 484 |
+
</td>
|
| 485 |
+
<td><strong>Benchmark</strong>
|
| 486 |
+
</td>
|
| 487 |
+
<td><strong># Shots</strong>
|
| 488 |
+
</td>
|
| 489 |
+
<td><strong>Metric</strong>
|
| 490 |
+
</td>
|
| 491 |
+
<td><strong>Llama 3 8B</strong>
|
| 492 |
+
</td>
|
| 493 |
+
<td><strong>Llama 3.1 8B</strong>
|
| 494 |
+
</td>
|
| 495 |
+
<td><strong>Llama 3 70B</strong>
|
| 496 |
+
</td>
|
| 497 |
+
<td><strong>Llama 3.1 70B</strong>
|
| 498 |
+
</td>
|
| 499 |
+
<td><strong>Llama 3.1 405B</strong>
|
| 500 |
+
</td>
|
| 501 |
+
</tr>
|
| 502 |
+
<tr>
|
| 503 |
+
<td rowspan="7" >General
|
| 504 |
+
</td>
|
| 505 |
+
<td>MMLU
|
| 506 |
+
</td>
|
| 507 |
+
<td>5
|
| 508 |
+
</td>
|
| 509 |
+
<td>macro_avg/acc_char
|
| 510 |
+
</td>
|
| 511 |
+
<td>66.7
|
| 512 |
+
</td>
|
| 513 |
+
<td>66.7
|
| 514 |
+
</td>
|
| 515 |
+
<td>79.5
|
| 516 |
+
</td>
|
| 517 |
+
<td>79.3
|
| 518 |
+
</td>
|
| 519 |
+
<td>85.2
|
| 520 |
+
</td>
|
| 521 |
+
</tr>
|
| 522 |
+
<tr>
|
| 523 |
+
<td>MMLU-Pro (CoT)
|
| 524 |
+
</td>
|
| 525 |
+
<td>5
|
| 526 |
+
</td>
|
| 527 |
+
<td>macro_avg/acc_char
|
| 528 |
+
</td>
|
| 529 |
+
<td>36.2
|
| 530 |
+
</td>
|
| 531 |
+
<td>37.1
|
| 532 |
+
</td>
|
| 533 |
+
<td>55.0
|
| 534 |
+
</td>
|
| 535 |
+
<td>53.8
|
| 536 |
+
</td>
|
| 537 |
+
<td>61.6
|
| 538 |
+
</td>
|
| 539 |
+
</tr>
|
| 540 |
+
<tr>
|
| 541 |
+
<td>AGIEval English
|
| 542 |
+
</td>
|
| 543 |
+
<td>3-5
|
| 544 |
+
</td>
|
| 545 |
+
<td>average/acc_char
|
| 546 |
+
</td>
|
| 547 |
+
<td>47.1
|
| 548 |
+
</td>
|
| 549 |
+
<td>47.8
|
| 550 |
+
</td>
|
| 551 |
+
<td>63.0
|
| 552 |
+
</td>
|
| 553 |
+
<td>64.6
|
| 554 |
+
</td>
|
| 555 |
+
<td>71.6
|
| 556 |
+
</td>
|
| 557 |
+
</tr>
|
| 558 |
+
<tr>
|
| 559 |
+
<td>CommonSenseQA
|
| 560 |
+
</td>
|
| 561 |
+
<td>7
|
| 562 |
+
</td>
|
| 563 |
+
<td>acc_char
|
| 564 |
+
</td>
|
| 565 |
+
<td>72.6
|
| 566 |
+
</td>
|
| 567 |
+
<td>75.0
|
| 568 |
+
</td>
|
| 569 |
+
<td>83.8
|
| 570 |
+
</td>
|
| 571 |
+
<td>84.1
|
| 572 |
+
</td>
|
| 573 |
+
<td>85.8
|
| 574 |
+
</td>
|
| 575 |
+
</tr>
|
| 576 |
+
<tr>
|
| 577 |
+
<td>Winogrande
|
| 578 |
+
</td>
|
| 579 |
+
<td>5
|
| 580 |
+
</td>
|
| 581 |
+
<td>acc_char
|
| 582 |
+
</td>
|
| 583 |
+
<td>-
|
| 584 |
+
</td>
|
| 585 |
+
<td>60.5
|
| 586 |
+
</td>
|
| 587 |
+
<td>-
|
| 588 |
+
</td>
|
| 589 |
+
<td>83.3
|
| 590 |
+
</td>
|
| 591 |
+
<td>86.7
|
| 592 |
+
</td>
|
| 593 |
+
</tr>
|
| 594 |
+
<tr>
|
| 595 |
+
<td>BIG-Bench Hard (CoT)
|
| 596 |
+
</td>
|
| 597 |
+
<td>3
|
| 598 |
+
</td>
|
| 599 |
+
<td>average/em
|
| 600 |
+
</td>
|
| 601 |
+
<td>61.1
|
| 602 |
+
</td>
|
| 603 |
+
<td>64.2
|
| 604 |
+
</td>
|
| 605 |
+
<td>81.3
|
| 606 |
+
</td>
|
| 607 |
+
<td>81.6
|
| 608 |
+
</td>
|
| 609 |
+
<td>85.9
|
| 610 |
+
</td>
|
| 611 |
+
</tr>
|
| 612 |
+
<tr>
|
| 613 |
+
<td>ARC-Challenge
|
| 614 |
+
</td>
|
| 615 |
+
<td>25
|
| 616 |
+
</td>
|
| 617 |
+
<td>acc_char
|
| 618 |
+
</td>
|
| 619 |
+
<td>79.4
|
| 620 |
+
</td>
|
| 621 |
+
<td>79.7
|
| 622 |
+
</td>
|
| 623 |
+
<td>93.1
|
| 624 |
+
</td>
|
| 625 |
+
<td>92.9
|
| 626 |
+
</td>
|
| 627 |
+
<td>96.1
|
| 628 |
+
</td>
|
| 629 |
+
</tr>
|
| 630 |
+
<tr>
|
| 631 |
+
<td>Knowledge reasoning
|
| 632 |
+
</td>
|
| 633 |
+
<td>TriviaQA-Wiki
|
| 634 |
+
</td>
|
| 635 |
+
<td>5
|
| 636 |
+
</td>
|
| 637 |
+
<td>em
|
| 638 |
+
</td>
|
| 639 |
+
<td>78.5
|
| 640 |
+
</td>
|
| 641 |
+
<td>77.6
|
| 642 |
+
</td>
|
| 643 |
+
<td>89.7
|
| 644 |
+
</td>
|
| 645 |
+
<td>89.8
|
| 646 |
+
</td>
|
| 647 |
+
<td>91.8
|
| 648 |
+
</td>
|
| 649 |
+
</tr>
|
| 650 |
+
<tr>
|
| 651 |
+
<td rowspan="4" >Reading comprehension
|
| 652 |
+
</td>
|
| 653 |
+
<td>SQuAD
|
| 654 |
+
</td>
|
| 655 |
+
<td>1
|
| 656 |
+
</td>
|
| 657 |
+
<td>em
|
| 658 |
+
</td>
|
| 659 |
+
<td>76.4
|
| 660 |
+
</td>
|
| 661 |
+
<td>77.0
|
| 662 |
+
</td>
|
| 663 |
+
<td>85.6
|
| 664 |
+
</td>
|
| 665 |
+
<td>81.8
|
| 666 |
+
</td>
|
| 667 |
+
<td>89.3
|
| 668 |
+
</td>
|
| 669 |
+
</tr>
|
| 670 |
+
<tr>
|
| 671 |
+
<td>QuAC (F1)
|
| 672 |
+
</td>
|
| 673 |
+
<td>1
|
| 674 |
+
</td>
|
| 675 |
+
<td>f1
|
| 676 |
+
</td>
|
| 677 |
+
<td>44.4
|
| 678 |
+
</td>
|
| 679 |
+
<td>44.9
|
| 680 |
+
</td>
|
| 681 |
+
<td>51.1
|
| 682 |
+
</td>
|
| 683 |
+
<td>51.1
|
| 684 |
+
</td>
|
| 685 |
+
<td>53.6
|
| 686 |
+
</td>
|
| 687 |
+
</tr>
|
| 688 |
+
<tr>
|
| 689 |
+
<td>BoolQ
|
| 690 |
+
</td>
|
| 691 |
+
<td>0
|
| 692 |
+
</td>
|
| 693 |
+
<td>acc_char
|
| 694 |
+
</td>
|
| 695 |
+
<td>75.7
|
| 696 |
+
</td>
|
| 697 |
+
<td>75.0
|
| 698 |
+
</td>
|
| 699 |
+
<td>79.0
|
| 700 |
+
</td>
|
| 701 |
+
<td>79.4
|
| 702 |
+
</td>
|
| 703 |
+
<td>80.0
|
| 704 |
+
</td>
|
| 705 |
+
</tr>
|
| 706 |
+
<tr>
|
| 707 |
+
<td>DROP (F1)
|
| 708 |
+
</td>
|
| 709 |
+
<td>3
|
| 710 |
+
</td>
|
| 711 |
+
<td>f1
|
| 712 |
+
</td>
|
| 713 |
+
<td>58.4
|
| 714 |
+
</td>
|
| 715 |
+
<td>59.5
|
| 716 |
+
</td>
|
| 717 |
+
<td>79.7
|
| 718 |
+
</td>
|
| 719 |
+
<td>79.6
|
| 720 |
+
</td>
|
| 721 |
+
<td>84.8
|
| 722 |
+
</td>
|
| 723 |
+
</tr>
|
| 724 |
+
</table>
|
| 725 |
+
|
| 726 |
+
|
| 727 |
+
|
| 728 |
+
### Instruction tuned models
|
| 729 |
+
|
| 730 |
+
|
| 731 |
+
<table>
|
| 732 |
+
<tr>
|
| 733 |
+
<td><strong>Category</strong>
|
| 734 |
+
</td>
|
| 735 |
+
<td><strong>Benchmark</strong>
|
| 736 |
+
</td>
|
| 737 |
+
<td><strong># Shots</strong>
|
| 738 |
+
</td>
|
| 739 |
+
<td><strong>Metric</strong>
|
| 740 |
+
</td>
|
| 741 |
+
<td><strong>Llama 3 8B Instruct</strong>
|
| 742 |
+
</td>
|
| 743 |
+
<td><strong>Llama 3.1 8B Instruct</strong>
|
| 744 |
+
</td>
|
| 745 |
+
<td><strong>Llama 3 70B Instruct</strong>
|
| 746 |
+
</td>
|
| 747 |
+
<td><strong>Llama 3.1 70B Instruct</strong>
|
| 748 |
+
</td>
|
| 749 |
+
<td><strong>Llama 3.1 405B Instruct</strong>
|
| 750 |
+
</td>
|
| 751 |
+
</tr>
|
| 752 |
+
<tr>
|
| 753 |
+
<td rowspan="4" >General
|
| 754 |
+
</td>
|
| 755 |
+
<td>MMLU
|
| 756 |
+
</td>
|
| 757 |
+
<td>5
|
| 758 |
+
</td>
|
| 759 |
+
<td>macro_avg/acc
|
| 760 |
+
</td>
|
| 761 |
+
<td>68.5
|
| 762 |
+
</td>
|
| 763 |
+
<td>69.4
|
| 764 |
+
</td>
|
| 765 |
+
<td>82.0
|
| 766 |
+
</td>
|
| 767 |
+
<td>83.6
|
| 768 |
+
</td>
|
| 769 |
+
<td>87.3
|
| 770 |
+
</td>
|
| 771 |
+
</tr>
|
| 772 |
+
<tr>
|
| 773 |
+
<td>MMLU (CoT)
|
| 774 |
+
</td>
|
| 775 |
+
<td>0
|
| 776 |
+
</td>
|
| 777 |
+
<td>macro_avg/acc
|
| 778 |
+
</td>
|
| 779 |
+
<td>65.3
|
| 780 |
+
</td>
|
| 781 |
+
<td>73.0
|
| 782 |
+
</td>
|
| 783 |
+
<td>80.9
|
| 784 |
+
</td>
|
| 785 |
+
<td>86.0
|
| 786 |
+
</td>
|
| 787 |
+
<td>88.6
|
| 788 |
+
</td>
|
| 789 |
+
</tr>
|
| 790 |
+
<tr>
|
| 791 |
+
<td>MMLU-Pro (CoT)
|
| 792 |
+
</td>
|
| 793 |
+
<td>5
|
| 794 |
+
</td>
|
| 795 |
+
<td>micro_avg/acc_char
|
| 796 |
+
</td>
|
| 797 |
+
<td>45.5
|
| 798 |
+
</td>
|
| 799 |
+
<td>48.3
|
| 800 |
+
</td>
|
| 801 |
+
<td>63.4
|
| 802 |
+
</td>
|
| 803 |
+
<td>66.4
|
| 804 |
+
</td>
|
| 805 |
+
<td>73.3
|
| 806 |
+
</td>
|
| 807 |
+
</tr>
|
| 808 |
+
<tr>
|
| 809 |
+
<td>IFEval
|
| 810 |
+
</td>
|
| 811 |
+
<td>
|
| 812 |
+
</td>
|
| 813 |
+
<td>
|
| 814 |
+
</td>
|
| 815 |
+
<td>76.8
|
| 816 |
+
</td>
|
| 817 |
+
<td>80.4
|
| 818 |
+
</td>
|
| 819 |
+
<td>82.9
|
| 820 |
+
</td>
|
| 821 |
+
<td>87.5
|
| 822 |
+
</td>
|
| 823 |
+
<td>88.6
|
| 824 |
+
</td>
|
| 825 |
+
</tr>
|
| 826 |
+
<tr>
|
| 827 |
+
<td rowspan="2" >Reasoning
|
| 828 |
+
</td>
|
| 829 |
+
<td>ARC-C
|
| 830 |
+
</td>
|
| 831 |
+
<td>0
|
| 832 |
+
</td>
|
| 833 |
+
<td>acc
|
| 834 |
+
</td>
|
| 835 |
+
<td>82.4
|
| 836 |
+
</td>
|
| 837 |
+
<td>83.4
|
| 838 |
+
</td>
|
| 839 |
+
<td>94.4
|
| 840 |
+
</td>
|
| 841 |
+
<td>94.8
|
| 842 |
+
</td>
|
| 843 |
+
<td>96.9
|
| 844 |
+
</td>
|
| 845 |
+
</tr>
|
| 846 |
+
<tr>
|
| 847 |
+
<td>GPQA
|
| 848 |
+
</td>
|
| 849 |
+
<td>0
|
| 850 |
+
</td>
|
| 851 |
+
<td>em
|
| 852 |
+
</td>
|
| 853 |
+
<td>34.6
|
| 854 |
+
</td>
|
| 855 |
+
<td>30.4
|
| 856 |
+
</td>
|
| 857 |
+
<td>39.5
|
| 858 |
+
</td>
|
| 859 |
+
<td>46.7
|
| 860 |
+
</td>
|
| 861 |
+
<td>50.7
|
| 862 |
+
</td>
|
| 863 |
+
</tr>
|
| 864 |
+
<tr>
|
| 865 |
+
<td rowspan="4" >Code
|
| 866 |
+
</td>
|
| 867 |
+
<td>HumanEval
|
| 868 |
+
</td>
|
| 869 |
+
<td>0
|
| 870 |
+
</td>
|
| 871 |
+
<td>pass@1
|
| 872 |
+
</td>
|
| 873 |
+
<td>60.4
|
| 874 |
+
</td>
|
| 875 |
+
<td>72.6
|
| 876 |
+
</td>
|
| 877 |
+
<td>81.7
|
| 878 |
+
</td>
|
| 879 |
+
<td>80.5
|
| 880 |
+
</td>
|
| 881 |
+
<td>89.0
|
| 882 |
+
</td>
|
| 883 |
+
</tr>
|
| 884 |
+
<tr>
|
| 885 |
+
<td>MBPP ++ base version
|
| 886 |
+
</td>
|
| 887 |
+
<td>0
|
| 888 |
+
</td>
|
| 889 |
+
<td>pass@1
|
| 890 |
+
</td>
|
| 891 |
+
<td>70.6
|
| 892 |
+
</td>
|
| 893 |
+
<td>72.8
|
| 894 |
+
</td>
|
| 895 |
+
<td>82.5
|
| 896 |
+
</td>
|
| 897 |
+
<td>86.0
|
| 898 |
+
</td>
|
| 899 |
+
<td>88.6
|
| 900 |
+
</td>
|
| 901 |
+
</tr>
|
| 902 |
+
<tr>
|
| 903 |
+
<td>Multipl-E HumanEval
|
| 904 |
+
</td>
|
| 905 |
+
<td>0
|
| 906 |
+
</td>
|
| 907 |
+
<td>pass@1
|
| 908 |
+
</td>
|
| 909 |
+
<td>-
|
| 910 |
+
</td>
|
| 911 |
+
<td>50.8
|
| 912 |
+
</td>
|
| 913 |
+
<td>-
|
| 914 |
+
</td>
|
| 915 |
+
<td>65.5
|
| 916 |
+
</td>
|
| 917 |
+
<td>75.2
|
| 918 |
+
</td>
|
| 919 |
+
</tr>
|
| 920 |
+
<tr>
|
| 921 |
+
<td>Multipl-E MBPP
|
| 922 |
+
</td>
|
| 923 |
+
<td>0
|
| 924 |
+
</td>
|
| 925 |
+
<td>pass@1
|
| 926 |
+
</td>
|
| 927 |
+
<td>-
|
| 928 |
+
</td>
|
| 929 |
+
<td>52.4
|
| 930 |
+
</td>
|
| 931 |
+
<td>-
|
| 932 |
+
</td>
|
| 933 |
+
<td>62.0
|
| 934 |
+
</td>
|
| 935 |
+
<td>65.7
|
| 936 |
+
</td>
|
| 937 |
+
</tr>
|
| 938 |
+
<tr>
|
| 939 |
+
<td rowspan="2" >Math
|
| 940 |
+
</td>
|
| 941 |
+
<td>GSM-8K (CoT)
|
| 942 |
+
</td>
|
| 943 |
+
<td>8
|
| 944 |
+
</td>
|
| 945 |
+
<td>em_maj1@1
|
| 946 |
+
</td>
|
| 947 |
+
<td>80.6
|
| 948 |
+
</td>
|
| 949 |
+
<td>84.5
|
| 950 |
+
</td>
|
| 951 |
+
<td>93.0
|
| 952 |
+
</td>
|
| 953 |
+
<td>95.1
|
| 954 |
+
</td>
|
| 955 |
+
<td>96.8
|
| 956 |
+
</td>
|
| 957 |
+
</tr>
|
| 958 |
+
<tr>
|
| 959 |
+
<td>MATH (CoT)
|
| 960 |
+
</td>
|
| 961 |
+
<td>0
|
| 962 |
+
</td>
|
| 963 |
+
<td>final_em
|
| 964 |
+
</td>
|
| 965 |
+
<td>29.1
|
| 966 |
+
</td>
|
| 967 |
+
<td>51.9
|
| 968 |
+
</td>
|
| 969 |
+
<td>51.0
|
| 970 |
+
</td>
|
| 971 |
+
<td>68.0
|
| 972 |
+
</td>
|
| 973 |
+
<td>73.8
|
| 974 |
+
</td>
|
| 975 |
+
</tr>
|
| 976 |
+
<tr>
|
| 977 |
+
<td rowspan="4" >Tool Use
|
| 978 |
+
</td>
|
| 979 |
+
<td>API-Bank
|
| 980 |
+
</td>
|
| 981 |
+
<td>0
|
| 982 |
+
</td>
|
| 983 |
+
<td>acc
|
| 984 |
+
</td>
|
| 985 |
+
<td>48.3
|
| 986 |
+
</td>
|
| 987 |
+
<td>82.6
|
| 988 |
+
</td>
|
| 989 |
+
<td>85.1
|
| 990 |
+
</td>
|
| 991 |
+
<td>90.0
|
| 992 |
+
</td>
|
| 993 |
+
<td>92.0
|
| 994 |
+
</td>
|
| 995 |
+
</tr>
|
| 996 |
+
<tr>
|
| 997 |
+
<td>BFCL
|
| 998 |
+
</td>
|
| 999 |
+
<td>0
|
| 1000 |
+
</td>
|
| 1001 |
+
<td>acc
|
| 1002 |
+
</td>
|
| 1003 |
+
<td>60.3
|
| 1004 |
+
</td>
|
| 1005 |
+
<td>76.1
|
| 1006 |
+
</td>
|
| 1007 |
+
<td>83.0
|
| 1008 |
+
</td>
|
| 1009 |
+
<td>84.8
|
| 1010 |
+
</td>
|
| 1011 |
+
<td>88.5
|
| 1012 |
+
</td>
|
| 1013 |
+
</tr>
|
| 1014 |
+
<tr>
|
| 1015 |
+
<td>Gorilla Benchmark API Bench
|
| 1016 |
+
</td>
|
| 1017 |
+
<td>0
|
| 1018 |
+
</td>
|
| 1019 |
+
<td>acc
|
| 1020 |
+
</td>
|
| 1021 |
+
<td>1.7
|
| 1022 |
+
</td>
|
| 1023 |
+
<td>8.2
|
| 1024 |
+
</td>
|
| 1025 |
+
<td>14.7
|
| 1026 |
+
</td>
|
| 1027 |
+
<td>29.7
|
| 1028 |
+
</td>
|
| 1029 |
+
<td>35.3
|
| 1030 |
+
</td>
|
| 1031 |
+
</tr>
|
| 1032 |
+
<tr>
|
| 1033 |
+
<td>Nexus (0-shot)
|
| 1034 |
+
</td>
|
| 1035 |
+
<td>0
|
| 1036 |
+
</td>
|
| 1037 |
+
<td>macro_avg/acc
|
| 1038 |
+
</td>
|
| 1039 |
+
<td>18.1
|
| 1040 |
+
</td>
|
| 1041 |
+
<td>38.5
|
| 1042 |
+
</td>
|
| 1043 |
+
<td>47.8
|
| 1044 |
+
</td>
|
| 1045 |
+
<td>56.7
|
| 1046 |
+
</td>
|
| 1047 |
+
<td>58.7
|
| 1048 |
+
</td>
|
| 1049 |
+
</tr>
|
| 1050 |
+
<tr>
|
| 1051 |
+
<td>Multilingual
|
| 1052 |
+
</td>
|
| 1053 |
+
<td>Multilingual MGSM (CoT)
|
| 1054 |
+
</td>
|
| 1055 |
+
<td>0
|
| 1056 |
+
</td>
|
| 1057 |
+
<td>em
|
| 1058 |
+
</td>
|
| 1059 |
+
<td>-
|
| 1060 |
+
</td>
|
| 1061 |
+
<td>68.9
|
| 1062 |
+
</td>
|
| 1063 |
+
<td>-
|
| 1064 |
+
</td>
|
| 1065 |
+
<td>86.9
|
| 1066 |
+
</td>
|
| 1067 |
+
<td>91.6
|
| 1068 |
+
</td>
|
| 1069 |
+
</tr>
|
| 1070 |
+
</table>
|
| 1071 |
+
|
| 1072 |
+
#### Multilingual benchmarks
|
| 1073 |
+
|
| 1074 |
+
<table>
|
| 1075 |
+
<tr>
|
| 1076 |
+
<td><strong>Category</strong>
|
| 1077 |
+
</td>
|
| 1078 |
+
<td><strong>Benchmark</strong>
|
| 1079 |
+
</td>
|
| 1080 |
+
<td><strong>Language</strong>
|
| 1081 |
+
</td>
|
| 1082 |
+
<td><strong>Llama 3.1 8B</strong>
|
| 1083 |
+
</td>
|
| 1084 |
+
<td><strong>Llama 3.1 70B</strong>
|
| 1085 |
+
</td>
|
| 1086 |
+
<td><strong>Llama 3.1 405B</strong>
|
| 1087 |
+
</td>
|
| 1088 |
+
</tr>
|
| 1089 |
+
<tr>
|
| 1090 |
+
<td rowspan="9" ><strong>General</strong>
|
| 1091 |
+
</td>
|
| 1092 |
+
<td rowspan="9" ><strong>MMLU (5-shot, macro_avg/acc)</strong>
|
| 1093 |
+
</td>
|
| 1094 |
+
<td>Portuguese
|
| 1095 |
+
</td>
|
| 1096 |
+
<td>62.12
|
| 1097 |
+
</td>
|
| 1098 |
+
<td>80.13
|
| 1099 |
+
</td>
|
| 1100 |
+
<td>84.95
|
| 1101 |
+
</td>
|
| 1102 |
+
</tr>
|
| 1103 |
+
<tr>
|
| 1104 |
+
<td>Spanish
|
| 1105 |
+
</td>
|
| 1106 |
+
<td>62.45
|
| 1107 |
+
</td>
|
| 1108 |
+
<td>80.05
|
| 1109 |
+
</td>
|
| 1110 |
+
<td>85.08
|
| 1111 |
+
</td>
|
| 1112 |
+
</tr>
|
| 1113 |
+
<tr>
|
| 1114 |
+
<td>Italian
|
| 1115 |
+
</td>
|
| 1116 |
+
<td>61.63
|
| 1117 |
+
</td>
|
| 1118 |
+
<td>80.4
|
| 1119 |
+
</td>
|
| 1120 |
+
<td>85.04
|
| 1121 |
+
</td>
|
| 1122 |
+
</tr>
|
| 1123 |
+
<tr>
|
| 1124 |
+
<td>German
|
| 1125 |
+
</td>
|
| 1126 |
+
<td>60.59
|
| 1127 |
+
</td>
|
| 1128 |
+
<td>79.27
|
| 1129 |
+
</td>
|
| 1130 |
+
<td>84.36
|
| 1131 |
+
</td>
|
| 1132 |
+
</tr>
|
| 1133 |
+
<tr>
|
| 1134 |
+
<td>French
|
| 1135 |
+
</td>
|
| 1136 |
+
<td>62.34
|
| 1137 |
+
</td>
|
| 1138 |
+
<td>79.82
|
| 1139 |
+
</td>
|
| 1140 |
+
<td>84.66
|
| 1141 |
+
</td>
|
| 1142 |
+
</tr>
|
| 1143 |
+
<tr>
|
| 1144 |
+
<td>Hindi
|
| 1145 |
+
</td>
|
| 1146 |
+
<td>50.88
|
| 1147 |
+
</td>
|
| 1148 |
+
<td>74.52
|
| 1149 |
+
</td>
|
| 1150 |
+
<td>80.31
|
| 1151 |
+
</td>
|
| 1152 |
+
</tr>
|
| 1153 |
+
<tr>
|
| 1154 |
+
<td>Thai
|
| 1155 |
+
</td>
|
| 1156 |
+
<td>50.32
|
| 1157 |
+
</td>
|
| 1158 |
+
<td>72.95
|
| 1159 |
+
</td>
|
| 1160 |
+
<td>78.21
|
| 1161 |
+
</td>
|
| 1162 |
+
</tr>
|
| 1163 |
+
</table>
|
| 1164 |
+
|
| 1165 |
+
|
| 1166 |
+
|
| 1167 |
+
## Responsibility & Safety
|
| 1168 |
+
|
| 1169 |
+
As part of our Responsible release approach, we followed a three-pronged strategy to managing trust & safety risks:
|
| 1170 |
+
|
| 1171 |
+
|
| 1172 |
+
|
| 1173 |
+
* Enable developers to deploy helpful, safe and flexible experiences for their target audience and for the use cases supported by Llama.
|
| 1174 |
+
* Protect developers against adversarial users aiming to exploit Llama capabilities to potentially cause harm.
|
| 1175 |
+
* Provide protections for the community to help prevent the misuse of our models.
|
| 1176 |
+
|
| 1177 |
+
|
| 1178 |
+
### Responsible deployment
|
| 1179 |
+
|
| 1180 |
+
Llama is a foundational technology designed to be used in a variety of use cases, examples on how Meta’s Llama models have been responsibly deployed can be found in our [Community Stories webpage](https://llama.meta.com/community-stories/). Our approach is to build the most helpful models enabling the world to benefit from the technology power, by aligning our model safety for the generic use cases addressing a standard set of harms. Developers are then in the driver seat to tailor safety for their use case, defining their own policy and deploying the models with the necessary safeguards in their Llama systems. Llama 3.1 was developed following the best practices outlined in our Responsible Use Guide, you can refer to the [Responsible Use Guide](https://llama.meta.com/responsible-use-guide/) to learn more.
|
| 1181 |
+
|
| 1182 |
+
|
| 1183 |
+
#### Llama 3.1 instruct
|
| 1184 |
+
|
| 1185 |
+
Our main objectives for conducting safety fine-tuning are to provide the research community with a valuable resource for studying the robustness of safety fine-tuning, as well as to offer developers a readily available, safe, and powerful model for various applications to reduce the developer workload to deploy safe AI systems. For more details on the safety mitigations implemented please read the Llama 3 paper.
|
| 1186 |
+
|
| 1187 |
+
**Fine-tuning data**
|
| 1188 |
+
|
| 1189 |
+
We employ a multi-faceted approach to data collection, combining human-generated data from our vendors with synthetic data to mitigate potential safety risks. We’ve developed many large language model (LLM)-based classifiers that enable us to thoughtfully select high-quality prompts and responses, enhancing data quality control.
|
| 1190 |
+
|
| 1191 |
+
**Refusals and Tone**
|
| 1192 |
+
|
| 1193 |
+
Building on the work we started with Llama 3, we put a great emphasis on model refusals to benign prompts as well as refusal tone. We included both borderline and adversarial prompts in our safety data strategy, and modified our safety data responses to follow tone guidelines.
|
| 1194 |
+
|
| 1195 |
+
|
| 1196 |
+
#### Llama 3.1 systems
|
| 1197 |
+
|
| 1198 |
+
**Large language models, including Llama 3.1, are not designed to be deployed in isolation but instead should be deployed as part of an overall AI system with additional safety guardrails as required.** Developers are expected to deploy system safeguards when building agentic systems. Safeguards are key to achieve the right helpfulness-safety alignment as well as mitigating safety and security risks inherent to the system and any integration of the model or system with external tools.
|
| 1199 |
+
|
| 1200 |
+
As part of our responsible release approach, we provide the community with [safeguards](https://llama.meta.com/trust-and-safety/) that developers should deploy with Llama models or other LLMs, including Llama Guard 3, Prompt Guard and Code Shield. All our [reference implementations](https://github.com/meta-llama/llama-agentic-system) demos contain these safeguards by default so developers can benefit from system-level safety out-of-the-box.
|
| 1201 |
+
|
| 1202 |
+
|
| 1203 |
+
#### New capabilities
|
| 1204 |
+
|
| 1205 |
+
Note that this release introduces new capabilities, including a longer context window, multilingual inputs and outputs and possible integrations by developers with third party tools. Building with these new capabilities requires specific considerations in addition to the best practices that generally apply across all Generative AI use cases.
|
| 1206 |
+
|
| 1207 |
+
**Tool-use**: Just like in standard software development, developers are responsible for the integration of the LLM with the tools and services of their choice. They should define a clear policy for their use case and assess the integrity of the third party services they use to be aware of the safety and security limitations when using this capability. Refer to the Responsible Use Guide for best practices on the safe deployment of the third party safeguards.
|
| 1208 |
+
|
| 1209 |
+
**Multilinguality**: Llama 3.1 supports 7 languages in addition to English: French, German, Hindi, Italian, Portuguese, Spanish, and Thai. Llama may be able to output text in other languages than those that meet performance thresholds for safety and helpfulness. We strongly discourage developers from using this model to converse in non-supported languages without implementing finetuning and system controls in alignment with their policies and the best practices shared in the Responsible Use Guide.
|
| 1210 |
+
|
| 1211 |
+
|
| 1212 |
+
### Evaluations
|
| 1213 |
+
|
| 1214 |
+
We evaluated Llama models for common use cases as well as specific capabilities. Common use cases evaluations measure safety risks of systems for most commonly built applications including chat bot, coding assistant, tool calls. We built dedicated, adversarial evaluation datasets and evaluated systems composed of Llama models and Llama Guard 3 to filter input prompt and output response. It is important to evaluate applications in context, and we recommend building dedicated evaluation dataset for your use case. Prompt Guard and Code Shield are also available if relevant to the application.
|
| 1215 |
+
|
| 1216 |
+
Capability evaluations measure vulnerabilities of Llama models inherent to specific capabilities, for which were crafted dedicated benchmarks including long context, multilingual, tools calls, coding or memorization.
|
| 1217 |
+
|
| 1218 |
+
**Red teaming**
|
| 1219 |
+
|
| 1220 |
+
For both scenarios, we conducted recurring red teaming exercises with the goal of discovering risks via adversarial prompting and we used the learnings to improve our benchmarks and safety tuning datasets.
|
| 1221 |
+
|
| 1222 |
+
We partnered early with subject-matter experts in critical risk areas to understand the nature of these real-world harms and how such models may lead to unintended harm for society. Based on these conversations, we derived a set of adversarial goals for the red team to attempt to achieve, such as extracting harmful information or reprogramming the model to act in a potentially harmful capacity. The red team consisted of experts in cybersecurity, adversarial machine learning, responsible AI, and integrity in addition to multilingual content specialists with background in integrity issues in specific geographic markets.
|
| 1223 |
+
|
| 1224 |
+
|
| 1225 |
+
### Critical and other risks
|
| 1226 |
+
|
| 1227 |
+
We specifically focused our efforts on mitigating the following critical risk areas:
|
| 1228 |
+
|
| 1229 |
+
**1- CBRNE (Chemical, Biological, Radiological, Nuclear, and Explosive materials) helpfulness**
|
| 1230 |
+
|
| 1231 |
+
To assess risks related to proliferation of chemical and biological weapons, we performed uplift testing designed to assess whether use of Llama 3.1 models could meaningfully increase the capabilities of malicious actors to plan or carry out attacks using these types of weapons.
|
| 1232 |
+
|
| 1233 |
+
|
| 1234 |
+
**2. Child Safety**
|
| 1235 |
+
|
| 1236 |
+
Child Safety risk assessments were conducted using a team of experts, to assess the model’s capability to produce outputs that could result in Child Safety risks and inform on any necessary and appropriate risk mitigations via fine tuning. We leveraged those expert red teaming sessions to expand the coverage of our evaluation benchmarks through Llama 3 model development. For Llama 3, we conducted new in-depth sessions using objective based methodologies to assess the model risks along multiple attack vectors including the additional languages Llama 3 is trained on. We also partnered with content specialists to perform red teaming exercises assessing potentially violating content while taking account of market specific nuances or experiences.
|
| 1237 |
+
|
| 1238 |
+
**3. Cyber attack enablement**
|
| 1239 |
+
|
| 1240 |
+
Our cyber attack uplift study investigated whether LLMs can enhance human capabilities in hacking tasks, both in terms of skill level and speed.
|
| 1241 |
+
|
| 1242 |
+
Our attack automation study focused on evaluating the capabilities of LLMs when used as autonomous agents in cyber offensive operations, specifically in the context of ransomware attacks. This evaluation was distinct from previous studies that considered LLMs as interactive assistants. The primary objective was to assess whether these models could effectively function as independent agents in executing complex cyber-attacks without human intervention.
|
| 1243 |
+
|
| 1244 |
+
Our study of Llama-3.1-405B’s social engineering uplift for cyber attackers was conducted to assess the effectiveness of AI models in aiding cyber threat actors in spear phishing campaigns. Please read our Llama 3.1 Cyber security whitepaper to learn more.
|
| 1245 |
+
|
| 1246 |
+
|
| 1247 |
+
### Community
|
| 1248 |
+
|
| 1249 |
+
Generative AI safety requires expertise and tooling, and we believe in the strength of the open community to accelerate its progress. We are active members of open consortiums, including the AI Alliance, Partnership on AI and MLCommons, actively contributing to safety standardization and transparency. We encourage the community to adopt taxonomies like the MLCommons Proof of Concept evaluation to facilitate collaboration and transparency on safety and content evaluations. Our Purple Llama tools are open sourced for the community to use and widely distributed across ecosystem partners including cloud service providers. We encourage community contributions to our [Github repository](https://github.com/meta-llama/PurpleLlama).
|
| 1250 |
+
|
| 1251 |
+
We also set up the [Llama Impact Grants](https://llama.meta.com/llama-impact-grants/) program to identify and support the most compelling applications of Meta’s Llama model for societal benefit across three categories: education, climate and open innovation. The 20 finalists from the hundreds of applications can be found [here](https://llama.meta.com/llama-impact-grants/#finalists).
|
| 1252 |
+
|
| 1253 |
+
Finally, we put in place a set of resources including an [output reporting mechanism](https://developers.facebook.com/llama_output_feedback) and [bug bounty program](https://www.facebook.com/whitehat) to continuously improve the Llama technology with the help of the community.
|
| 1254 |
+
|
| 1255 |
+
|
| 1256 |
+
## Ethical Considerations and Limitations
|
| 1257 |
+
|
| 1258 |
+
The core values of Llama 3.1 are openness, inclusivity and helpfulness. It is meant to serve everyone, and to work for a wide range of use cases. It is thus designed to be accessible to people across many different backgrounds, experiences and perspectives. Llama 3.1 addresses users and their needs as they are, without insertion unnecessary judgment or normativity, while reflecting the understanding that even content that may appear problematic in some cases can serve valuable purposes in others. It respects the dignity and autonomy of all users, especially in terms of the values of free thought and expression that power innovation and progress.
|
| 1259 |
+
|
| 1260 |
+
But Llama 3.1 is a new technology, and like any new technology, there are risks associated with its use. Testing conducted to date has not covered, nor could it cover, all scenarios. For these reasons, as with all LLMs, Llama 3.1’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Llama 3.1 models, developers should perform safety testing and tuning tailored to their specific applications of the model. Please refer to available resources including our [Responsible Use Guide](https://llama.meta.com/responsible-use-guide), [Trust and Safety](https://llama.meta.com/trust-and-safety/) solutions, and other [resources](https://llama.meta.com/docs/get-started/) to learn more about responsible development.
|
USE_POLICY.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Llama 3.1 Acceptable Use Policy
|
| 2 |
+
|
| 3 |
+
Meta is committed to promoting safe and fair use of its tools and features, including Llama 3.1. If you
|
| 4 |
+
access or use Llama 3.1, you agree to this Acceptable Use Policy (“Policy”). The most recent copy of
|
| 5 |
+
this policy can be found at [https://llama.meta.com/llama3_1/use-policy](https://llama.meta.com/llama3_1/use-policy)
|
| 6 |
+
|
| 7 |
+
## Prohibited Uses
|
| 8 |
+
|
| 9 |
+
We want everyone to use Llama 3.1 safely and responsibly. You agree you will not use, or allow
|
| 10 |
+
others to use, Llama 3.1 to:
|
| 11 |
+
|
| 12 |
+
1. Violate the law or others’ rights, including to:
|
| 13 |
+
1. Engage in, promote, generate, contribute to, encourage, plan, incite, or further illegal or unlawful activity or content, such as:
|
| 14 |
+
1. Violence or terrorism
|
| 15 |
+
2. Exploitation or harm to children, including the solicitation, creation, acquisition, or dissemination of child exploitative content or failure to report Child Sexual Abuse Material
|
| 16 |
+
3. Human trafficking, exploitation, and sexual violence
|
| 17 |
+
4. The illegal distribution of information or materials to minors, including obscene materials, or failure to employ legally required age-gating in connection with such information or materials.
|
| 18 |
+
5. Sexual solicitation
|
| 19 |
+
6. Any other criminal activity
|
| 20 |
+
3. Engage in, promote, incite, or facilitate the harassment, abuse, threatening, or bullying of individuals or groups of individuals
|
| 21 |
+
4. Engage in, promote, incite, or facilitate discrimination or other unlawful or harmful conduct in the provision of employment, employment benefits, credit, housing, other economic benefits, or other essential goods and services
|
| 22 |
+
5. Engage in the unauthorized or unlicensed practice of any profession including, but not limited to, financial, legal, medical/health, or related professional practices
|
| 23 |
+
6. Collect, process, disclose, generate, or infer health, demographic, or other sensitive personal or private information about individuals without rights and consents required by applicable laws
|
| 24 |
+
7. Engage in or facilitate any action or generate any content that infringes, misappropriates, or otherwise violates any third-party rights, including the outputs or results of any products or services using the Llama Materials
|
| 25 |
+
8. Create, generate, or facilitate the creation of malicious code, malware, computer viruses or do anything else that could disable, overburden, interfere with or impair the proper working, integrity, operation or appearance of a website or computer system
|
| 26 |
+
|
| 27 |
+
2. Engage in, promote, incite, facilitate, or assist in the planning or development of activities that present a risk of death or bodily harm to individuals, including use of Llama 3.1 related to the following:
|
| 28 |
+
1. Military, warfare, nuclear industries or applications, espionage, use for materials or activities that are subject to the International Traffic Arms Regulations (ITAR) maintained by the United States Department of State
|
| 29 |
+
2. Guns and illegal weapons (including weapon development)
|
| 30 |
+
3. Illegal drugs and regulated/controlled substances
|
| 31 |
+
4. Operation of critical infrastructure, transportation technologies, or heavy machinery
|
| 32 |
+
5. Self-harm or harm to others, including suicide, cutting, and eating disorders
|
| 33 |
+
6. Any content intended to incite or promote violence, abuse, or any infliction of bodily harm to an individual
|
| 34 |
+
|
| 35 |
+
3. Intentionally deceive or mislead others, including use of Llama 3.1 related to the following:
|
| 36 |
+
1. Generating, promoting, or furthering fraud or the creation or promotion of disinformation
|
| 37 |
+
2. Generating, promoting, or furthering defamatory content, including the creation of defamatory statements, images, or other content
|
| 38 |
+
3. Generating, promoting, or further distributing spam
|
| 39 |
+
4. Impersonating another individual without consent, authorization, or legal right
|
| 40 |
+
5. Representing that the use of Llama 3.1 or outputs are human-generated
|
| 41 |
+
6. Generating or facilitating false online engagement, including fake reviews and other means of fake online engagement
|
| 42 |
+
|
| 43 |
+
4. Fail to appropriately disclose to end users any known dangers of your AI system
|
| 44 |
+
|
| 45 |
+
Please report any violation of this Policy, software “bug,” or other problems that could lead to a violation
|
| 46 |
+
of this Policy through one of the following means:
|
| 47 |
+
|
| 48 |
+
* Reporting issues with the model: [https://github.com/meta-llama/llama-models/issues](https://github.com/meta-llama/llama-models/issues)
|
| 49 |
+
* Reporting risky content generated by the model: developers.facebook.com/llama_output_feedback
|
| 50 |
+
* Reporting bugs and security concerns: facebook.com/whitehat/info
|
| 51 |
+
* Reporting violations of the Acceptable Use Policy or unlicensed uses of Llama 3.1: LlamaUseReport@meta.com
|
config.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 128000,
|
| 8 |
+
"eos_token_id": [
|
| 9 |
+
128001,
|
| 10 |
+
128008,
|
| 11 |
+
128009
|
| 12 |
+
],
|
| 13 |
+
"hidden_act": "silu",
|
| 14 |
+
"hidden_size": 4096,
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 14336,
|
| 17 |
+
"max_position_embeddings": 131072,
|
| 18 |
+
"mlp_bias": false,
|
| 19 |
+
"model_type": "llama",
|
| 20 |
+
"num_attention_heads": 32,
|
| 21 |
+
"num_hidden_layers": 32,
|
| 22 |
+
"num_key_value_heads": 8,
|
| 23 |
+
"pretraining_tp": 1,
|
| 24 |
+
"rms_norm_eps": 1e-05,
|
| 25 |
+
"rope_scaling": {
|
| 26 |
+
"factor": 8.0,
|
| 27 |
+
"low_freq_factor": 1.0,
|
| 28 |
+
"high_freq_factor": 4.0,
|
| 29 |
+
"original_max_position_embeddings": 8192,
|
| 30 |
+
"rope_type": "llama3"
|
| 31 |
+
},
|
| 32 |
+
"rope_theta": 500000.0,
|
| 33 |
+
"tie_word_embeddings": false,
|
| 34 |
+
"torch_dtype": "bfloat16",
|
| 35 |
+
"transformers_version": "4.42.3",
|
| 36 |
+
"use_cache": true,
|
| 37 |
+
"vocab_size": 128256
|
| 38 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 128000,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
128001,
|
| 6 |
+
128008,
|
| 7 |
+
128009
|
| 8 |
+
],
|
| 9 |
+
"temperature": 0.6,
|
| 10 |
+
"top_p": 0.9,
|
| 11 |
+
"transformers_version": "4.42.3"
|
| 12 |
+
}
|
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b1879f356aed350030bb40eb45ad362c89d9891096f79a3ab323d3ba5607668
|
| 3 |
+
size 4976698672
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09d433f650646834a83c580877bd60c6d1f88f7755305c12576b5c7058f9af15
|
| 3 |
+
size 4999802720
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc1cdddd6bfa91128d6e94ee73d0ce62bfcdb7af29e978ddcab30c66ae9ea7fa
|
| 3 |
+
size 4915916176
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92ecfe1a2414458b4821ac8c13cf8cb70aed66b5eea8dc5ad9eeb4ff309d6d7b
|
| 3 |
+
size 1168138808
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 16060522496
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 161 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 170 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 224 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.31.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
| 235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 287 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 296 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
| 297 |
+
}
|
| 298 |
+
}
|
model/obfuscated/pipeline.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
# Pyarmor 8.5.11 (trial), 000000, non-profits, 2024-11-
|
| 2 |
from pyarmor_runtime_000000 import __pyarmor__
|
| 3 |
-
__pyarmor__(__name__, __file__, b'PY000000\x00\x03\x0b\x00\xa7\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00\xdb1\x00\x00\x12\t\x04\x00\x14,\x0eH\xfb\xc7E3\x92^o<\xed\xa9\x0f\xb2\x00\x00\x00\x00\x00\x00\x00\x00\x19\x04\xf0\xbf\xe83@\xb6FZaU\x17\x18\xb6\x90\x01\x8e\xd7\xf3\xe8\x19]x\xc7O\x85\x16\xd3F:\xca+oq\xe0[z\xd6t\x92\xda\xa0NNw\x96\xe3\xd2\xa1\xf8\xd5\xe1\x0c\x87\x07\xaa\t\xa1\xded\xdd\x0fd-\xdf])`\xf2*\xf0R\x03?\x85*\x9a\xa3\xda\x86g:\xe9\xb4\xea\xd2\x15}\xd1\x94\t\xe9D\xfa\xad\xd2\x9d\xc7#\xb6\x9c\x1dg\xe8-\xb0\x9c?k^\xa3\xd2*\xf9.\xd9\x19L\xf6\xec,\xa8R\xec\x04?\xa3\xb0\t[\xbd\xa8\x03\x15*\x13\xbd\x04\xb9p\x0e<\xdf.\x8a\x95\x01^6A\xa3\x16]e\xbe\xf4\xd2\xb8F,\x8f\xf7\xdb\xc5\x1c\xaa\xd0L\xa4B\xa9E\x97D\xcc\xa0\xba)\xb0\xeew\x81\xfb\xc3\x8e\x01\xe8\xa2\xf8s\xa0zSP\x86\x9e\xff\x0c\x1f\xdd\xf9/\xfa\xfa\x9fk=\xe0z\x07\xd8\t\xacj\x80\x14v\x93\xa3bv\xffq\x95\x84\x14Z\xfb@\t/\x02\xf2\x06]qt7gh\xcd\x97\x83\xf6\x10\x1e\x1d\xbb\x80_\x05\xee-/\xf1\xc4\xec+\x08\xf9i\xf6\xa9{\x0e\x89\xfe\xb3\xc4\xec\xf29\xbf\xd8\xac\xd3\xef\xc5^\x10\xc1\x8en\x97\xac\xc3\xdas\xb8\xe8\xcfT\x14\x04\x15h1L\xce\x1cxU%:#7\x86Ug\xa8;B#\xe0\xc2j q\xebK\xcb\xfaG\xce_c\x8e\xea\xea(\xae\x8e\xc1\xdd\x8foU\t\x9e\xc3\x9e\x16aD\xa3\xb1\x9e\x9878(\x8d%J\xf5\xc7v\xc1\xd3,*\xdc\xd3\x97\xa9\x16\x08\xff\xf2\x8eQ\xfa@f+\xbeg\x1fMKYB\rD\xee\x05!\t-"B\x96\xb4\x8f\xfe\xfb\xe7\xfbT\xae\xb2\x8e\x16\xd6O\xe2\x85\x99H.o\xc6\xb1[>\x9e\xf6Z\x8f\xd0\x82\xce}\x1b\n\xfdd\xa7\xe4\xe7om]\xda\xf6\xd7\xd0\x96\xa4\x1f\xa3*\xd0f\xf7s\x158H\x88\x96\xba\xc7\x82\x8f\xbd\xb6\x93\xb5\xef`\xb3qu\x94\xf2\x8b\xec\xcb\xd9\xb6Q\xd2|J^\x11*\xa0\x18Q\xf8\x1bo\xc4F\x94\xd8\x88\xb8\xb5\xcd=P\xe4/(v\x8e\x9a)\t\x18bZ+\x08`\xe9\x88k\xbd\xea\xdf]\x0f\xc7\xba+\x16\xb6\xb4\x13t\x0bn7\xc5\xfc\xbb\xaaA\x05\xb9\xe3\x96Z\x12\x83\xe3.\xdf\x9b\xeb\x88h s\x1f`M\x1b\x07c\x0ey\x7f*\xe0\x93\xf5\xf6\xbd:\xf6\x94\xc4{\xb1-,H\x0c\xb5\\\x81\xcaA\x9dx!\x9f\xb6-\xd6i\xb8|K\x13CsF\x1b\x18QU\x0f\xeb\x02\xb9\x8dK\xe4\xd4\xabH\xa61\xd7\xdb\x81(\x0b\x0b\x1a\x08R\x1f\xf9\xedc\x9c.\xcdO=0\xf69\xb1\xbe\xebwU\x96\x8a\xe7\xea\xd8\xec\x8b\x8e\rCaG\x8e]\xd9\xcc\x97\xf8\xea\xb8\xf5\xf9\x0e\x1f\x8e\xfdV\xb6\x12\xbf\xe0\x01Q\xe8:\xc5#\xa5\xc9\x08\xa5U/J\x04H\xe5\xb4\xb8\x87L=\x980Z\xde\xe7N\x08\x94\x1d\x87\xe5\'4\x04\r\xd3\xc3\xd0\x12\xcc\x8eH`\xbfdh\xe3\x99\x8c\xdfy}b\t\x18A\x8a\x17\x95\xec{\xf4T\xc2w\x99\x91\nl"\x14\xa3\xadr$\x8a\xfc\x87\xc9NR~&\x06]\x10I-\xc9\x8a\x8f[\xe9\x8d\xfbf4\x00(O\'e\x98\xb3\xed\xa5a-\xfc\xca0\xa48\x1a\xbe=6\x91\x89-\x8f\xb8\xbe]}\xd5\xe7\xa7\xeb\x9cP\xc4h\xe4\xa4LR\x0b\xe9xIH:N\xe3\xaejt\xb8+g1\xa6\xff\xad\xf1\x17\x82|\xd9\x1b\xa3\xb5\xdbi\xaa\xf7T\x1b\xdb\xcd\xc5N2\xc1\xa4\xa9\x8a\x03\x9bK\xdc\xa8\x8b\xbc\x7f\x12\xcb\xe4\x9e{\xc6IgZ\xe1\x85H\x1by#\xf9\xb8H\x02\x17\xd8\xf8\xea\xee$\xa09\x0bm\xd2o\xf7\x11\x10\x15f\x10\xe1I^\xfa/o\xa1\x1a%\x1c\xcb\xcd\xa3\x95\xaa\xc1\xef\xda(\x01\\wWs\xd0\xe3RG`Bf\neN\xe4=\x9f\xd9\xfb\x0e\x98IF\xb71\x87\x9f\x01\xf5\xc9\xcd\xbe\x94\xa1\xf0\x10\x97\x88\xc0\xa0A\x88Nk\xb5\xe2\xa4\xbbW\xe9\xb4m\xb5*\n\xee\xd3\xa9b\xd27\xa0D\x16\xad\xf9\xd6\xe6\xa8\xd2Boe`\xa7\x82\'\xb2\x08\x92\x02\xbb\xb28\x93%\xcb\xb1X\x9a(\xaes\x14\xe0/\xd2\x93`\x8e\xe9\x1dF\x138\xfe9\xa5pF\xd0\x93c\xff\xbb\xb3O\xf1\xde\xbf\x97\x8er\xb0`p\x85\x0ce\x8b\xd1\x85\x9d)\x11\x89[O\'\xcb\x19\x18\x12\x7f\xcfn\xf4*[>F\x8c\x1e\x13\xd5w\xbc\x13\xb40s\x11|y\xd2\x06Q\xee\xaa\xec\x04,\xefdCH^\x9f\xa3\xe5\xec\x00\x1bM{\x13fb\x84\x82p\xe9<x\xf0\xf0\x88\xe1\xa3yD<\x86\x14E\xa4\xf9\x1f\xd6\xd6bv\x1b\xc7\x903\xe6\x12\x9e\x94oVt\xc6\xf4Wg\x1edV\xca\x97\x85Y\x80\x12\xe6~\xf5\x8d\x88\r~\x11\xc3\x04\xab\xfe\xaf\xac\xaf\xd8\xcd\xfc\x01\x0b}]abN\x04\xf4\xf8i\x8b\x84\xcb\xd9YO\x8f\x85\x1a\\\x95p\xc4\x0fG90\xef\x90\xf9\x04\x96\x8d\x0c\xd5\xe3%\x81v\x90QC~\xa3\x15\x01\xeb\xb7s\xd5\xb9?\xee!`\x88\xa0R\xb8z\x01\xc0"-\xd8\xba\x1c\x1eD\x97P{Z\xc9\x04\xaa>\x0c\x1f\x15M\xe1\x9eSU3\xd0\'I\xbc\xd1,\x95qm\x89\xce\x10\x8e&\xeda6x\xb5\x18\x03\xe0\xe1e\xc5Mi\x8f\xa5\xf2\x0eJ\x1c\xa6I\xe6y\x8ciH2\x9d\x98{5\x95\x92\xd4\xb5\xd5\xac\x83E=|\xf9\xbeS\xfd\xb5AH_\x89\xaf\xee7E\xaf]\xf0\xea%/\xf1\xc8;4 \xa0T\xda\x99\xe3\x0e\xe9J\x7f\xb3N\xa7\xa0Sr\xcd\xe8\x1b\xa4W\x8bRN\xbe\xef\x90\x8d\x07\xed\xb8\x99_\xcf\xf3\xb0P\x89i\x14\xfa\x05\xcf"\xb4\xd52\xdd\xa6X\xad`\xe1u\xa8\x83\x19\x99\xa5\x1cBm\x1dFGF6;\x8a\xd5B\x06\x13\x86\xa8\xbd&\xc9\xf7\x04\xa4\x1a\xdfq\n\xb9\xb0+[F\xbb\xabRT]\x96\x9f\x86`\x92\xbb\xf8\x1do\xe7\xcdF<L\x1a\x08\x86\x896/\xb1\n\xb9dV\x0e\xb0k\xa6f\x9e\xeb\x9e\x00\xc4r\x84\xa1)\xea\xb3\x91|\xc2\xd9\x8f<\x0e\x06\x1cS\x15\x9bU\xb6$\x16r\xc26\xaez\xf0\x96l\x8a\xfc\x9515\x88\x8fY\xf9\x10\x8a\xd7\r:C\xc0z\xc6\x99\xfa\x87GH\x00\xd2\xe15\xba\x9a\x965\xebd\\\x17\xeeW\x8b|\x99h\xafj\x01&[\xc3\xedn\xac\x94l\x10\xa4\x7f\x1c\xfb\x10\xd7@A\xd1\xfd\xf0\xab\xf7\xcei\x85\xd2\xb0aE\xd8\x88\x80V-\xe1|3M{\xa4\xde\xacy\x87\xddp\xdeV\xa1\x0c/\xe5\x82\xae\xef_\xafoNJJ\xbc\xa5?\x8d\xb1\xbc\xfa\x92&9"\x02>~\x1e2\xdf\x19\xc0\xad\xb85G\xee\xfbn\xbf\x08\xde\xae\xc6\x17l\xe2\xcb\x10\xa9\x1f\x9a\x0f\x90\xdb/\xd8\x9c\xc5Z\xff\xbdX\x0f\x90\x9e\xfd0\x19\xe8\x1c9\x81\xbc\xc2\xc0\xb6\xfe\xc0]eS\xc7\xcdkr\x92\xa7D\x0c\xfb3d\xc9KMa9y\x8b\x02Op\n\xcf\xca$\x8eR\xc2r\xf4\xba\xf0\n\xc5\xb4&\xeb\xae\xfb\x17\x01\xc1Y_Jg]\xf9\xc1$\xe0i\xa1bl>\x0fi\x11\x05\xdb\xbd\x9f\x80\x8e\r\xe7\xf1G\x8bg\x8a\x86\x9e\xbfg\xb0\x9b\x01\x95wZ\x96\xd0\xd3\x07\xfa\x0e\xc59s\xf23\xec\x8d^\xba\xf1\x81F\xf7\xb5+\xc77q\x8f\xad\xf7<\x99Rc\xbbbH\xdd\x07\x9f9\xbe\xf4\xdf\xc8\xb4\x17\xd5\xa4\xc0\x97\x97\x92\xf3\x8e\xac\xdey-\xdb\xa0%\xddK\xfaE\xeb\x91\x0b\xd4Ie\x06\x87,\xa7\xd9\xa4F\xe3\x1f|\x9c\x91\x08\xe4\xf6D\xba\x9eX\x90+\xeb\xf1_mW\x1b]Wb\x7f/\xe0~\xe17k C\xe9\xe3\x14\xebzd\xa6x-\xccj5y\'\xb1 \xf2\xac\xae\xff\xa0\xec\x17\xb7\xda\xe6\x8c9m\x9dp\xef\xd8=5\xdd\x01\xac\x13}\xd6\xe8\xc7\xb5\x1d\x96>\\\x8e\xa1\x81\x1e\xd0\xd9\x97~\xed]t\x05^\xc19S\xb7i\xc0]\x94\xe7\xee\xb9\xe4\xb0N9\x07\xc4\x93\xcc0\xea3\x19Yfi\xf3\xad\xf9\xf4\x8d/\xd3F\xb5\xec\xddP\x99sH[\xc3|\xcbM\xc3\xb5P\xac\xd5kD\xc97Q\xd7\xce\x812L\xc2\xf8\xed\xd3?x\xae\xe8F\xdb\n,\x1c\xa8\\s\x0eoY-I-nRtq\xfbr\xa5\xe4\x82E\x19\x91\xf7\xa1\x92\xe4l\xb9\xf7j7\x11\xbb\x95\r\xaf\x99\xb2\x0e[!\xcc\x84\xea\xc1\x86\x86F_\x94e\xdb\xcan\xce\xf8\x9c]@d\xd0\x12\xc0\x9dA*[\xdbn\xf9UD\x0b\xc1\xde\x89\x18\xc2\xf8\x88:*\x0b\xa7\x05s\xa4n\xf2\xeb\x9e3~\x81\x13\xa2\x80\xf6\x99q\xb3`\x1bxK\x07H\xeb_j#R\xcf\xf1\xfe\x9e\xecj\x16\xc0\x18\x98_M\x8e$\xb0\xf7\xa5\xdb\xb8I\x8f\x0b\x07+,\xe4\xd4\xcb\x9d\xa8\x10\'\xa2\xaaHT;\x02\x86\x1b\xef\xd9\xbf\xed\xfd\xfba\x94afz\xe56\xe5\xa0\xdb\x16\xe4z\xb4w\xac\xbc\x00K\xbe*\xc1\xa1\xf5\xb0\xed)k8\xea\xee\xad\x97H\xa0`\xd1\xc1\xb2\xdc\x9c\xa5*\xe1\xa2\xbb\x85{\x11X\x0e\xd6>[\xcf g\x94(\x92\x1b\xfe\x1d%\x93xd\xef\xae\xa7\xbd\xc3g\x0c/\xe2\x1e\xee\x0b\x01\xdf+\xce)\x8d<\x0b\xe4b@VO\x97V\xdc+9\xb7D/\x11M\xf4x\xc0\xe6\xbd\xbf\x99\xe0\'M\x9b\xb6\x03@\xa6Ur\xbe\x0f\x0c\xdb\xacL\xd3\xc7+\t\xe1\xaa\xbc\x1f\x1a_\x12\xa6\xc2S\xc62\r\xdfB(\xa1\xfc\xc8Zr\x9b\xd1\xd39\x9eK\xd5\x1fk\'_\xc5\x86\xf1\xc0gB\xcfc>/kz\xcak\x90\x80Z\x1e(\x06\x8d(\xafT\x05\n\x10C:\xc9\x06\x97\xeb#\xa1z,0T\xeek\x07\x1e3\x04\xb5\x8e\x98W\xb7\x94\x19\xf7\xd0\x17\xc3\xef\x062\xcb\x9c\xd0y\xdf\xd2gm\xf2Hc\x97\xff"\xac\xb0/-~\x83$\x94\xcd\x86\xd1\xa4\xfbi\x100\xa0W\xed\xae)\x14\x10\xc8\xd9#R2=wi\x89/\xffW\xf7\x83\xd9\xd6\xe3$\xbb\xed\x08yx\x03\xdd=\x8a\xdd\xc6^|\xd1\x1d|\xe2\x06]\xe3[\xd4i\xe6\xc0b|\x1di\xb0l7\xaec\xa5\x97\x88\xeec\xfe\xa6\x83\xde\x84N)w\xf0\x0cp\x15\xb5\xbe\x9c\x0f\x18\xa7?Fv((;\x8e\'k*Ck\x80\x8f\xa5\xb7V\x1e\xb4?*\xe7T\x0c\xa5\xedH\x88\xb8t`\x0cT\x98\xf1\x11\xdeQ\x1b\xf6\x03;\x91\xbc\x8aL\xfb\x15\xf7\xd2\x0c\x1e\x9d5VR\xba\xd7(%Q\x17\r\xb9\x99\xfb\xbd\xc4\x96\xff\x9e\xfa\xb3\xdd\x9e\xc1I\xf8x/\xcd\xbd\x1ab8/<e\xf9jk\xa3\xd5S\xce\x0b\xc8\xac\xa5\xa0\x0e\x80\x131\xa1\xeel\x05\xbb{\x7f=\xbf\xe1ha"\x0eV\x9av\xe6\xc3Le\x0f\x14B\x80@\x83r\x0b~z\xea\n#\xbe\xff\x1c0\rE\xcb6^\xd1\x05;\xfd56\xeai"U\xea\x01\xba^\x16+S\xeb|\xd4\x91m1\x13\x82 \xce\xadsz/\xc9\xfdo3\xbb-z8U\xf3\xc4>\xd7\x7f\xee\x89\xdb\xfae;E\xd0\xb9\xa1-\xf3\x00\xb6\xff\xa4%\xd7\xf6\xdb\x19F{\xddmyE\xcd\xb6\xf8\xc8\xe1u\xdc\xc9\x16.~\xef}e\x1b>A$\xcc8K\xd7\xf4\xd9\xe5!\'\x88\xfbu\x04\x14\xfe\x02\x862\xad[u\x9a\xe3\x11)\x08\xe6\xa8a\xb0\xfd\x80k\xc8X\x1e\xc0\xc4v\xde\x8c"\xd7\xf9\xa3O \xe8F\x9fJ\xe1\x82g\xb8\x14\xfe82"\xa3\xcc&\x1dt\x87\xd634\x91\x9e7?\x15\x0c\x9b\xeaL\x9b\x8f\x13p\xfb\xa7e\x9a$\xa95\xa8/\xea\xda\x99\x8e[\x9a\xb0\x91X\x9e"\xde\xf1\xbd\xdc\t{Z\x8d\x1e\xd0\x031\x96\xaf\xe8\x15\xf3l\xa37:\x86\xbdak\xe4\t\x9c`\x13Q\xff\xfc}i(;\xb5\xe0\x99mU\xb0b\x9c\xe6\x8d\xc1C\xaa\xfcP2HQ\x95\xa2\xbb\xb0\x10\x97\x92\x10\xc7\r\x99\xda\x7f\x9b4\xc7K\xc8\xd7\\\x0f4\x9e\xf1d\x0f(\xb0\xb5ht\xfbS\x84T7n\xb0\xc0g\xcb\x93T\x8a\xaa\xe5\xfb4\xa0\x9dj\xab\xd6\x86\x10&J\xaf\xd9\xf6\'\x11?\xcbS\xd6\xffi\xd2\xe4\xd2X\xcf2"\x9d\x17\xcb\x83.\xd22\x95wp\xe5\xb9\x82\x8c\x97\x8e\xa4`~`J\xe8Z|\x83!\x0bmQc\x1d\xc0\x05"<\xb4\xddF\xce5~gs\x9cC\x0b\x18\x9c\xf3\xc2\x9c\x02\x042\x0c>*-\xd2\x1f\xfa\x8f\xd8\xb9\xef\x14J\xec:\xaf\xbb\xe5\x8d\xef\xee\xcc$[<\xd8q\n7\xf12\x9e\x8b\x83K\x95\xe3S\x07\xfa\x87\xdfn\x16\x16\xa8\xbb\xc9S\t0z\x99\xf5tQ&\x1bdW\xd7\xc2\n\x07\x9e\x95v\xf7\x90\xc3\xba\xfck47\xca\x17\xa3;\x8b&\xade\x8b\xd0\xbds\xbb4\xd8\xd9\xfb\x14\x0f\'\x90^b\x98kF\xf4:\xeb\x11y> \xc0m\x90gm\x14u\xa0H,6D\xcd\xfdJ\xf2\x8bck\x13\xf5\xcb/[\xadI\xcb"|\xf2\x1dAH\xfb\xfa\xefA?|g\xb5\x0f)(\x91)C\xd4\x1d\xa2\xfb\xcd\xbc\xc5\x9b|\xdd$5~\xba\xb31?\x15`\x0c\xd7\xa8\xbd\xd5\xbe\xe4k\r\x01mC\x1b\xbf\x94\xec!fv\x11X\x14sT\xfcI\x16\xcb\xeb\xe8\x8a\xf4\x06A\x84\x17\xc3r\xfa\xbb&\x8e\xf2\x00J\xa2\xa8Y\x00\xfd\xb4\xe6\xff\x17B\x01\xaa\xb9\xe3\xe1\xf7\xfb\x9aM\xf5%\xcb\x08S\xe0\xfc\xf2\xcb@~ \x9e\x0c{;6\xd5`[\x1cpR`\xe3\xa8\xb4\x8e*I\xd1\x9f\xdbI\x91F\xfa\xb7U.l\xdd\xfe\xdc;\xf7P\x17v\x08\xda\xf0Z;\x95\x1epF.\x1dS\xef\x15\xc6\x86t\x8b[\x86\x06/\xab\xf3\xad\x90\x18\xd6\x94\x98\xdar\xdf \x1a@\xf6[\x11\xae\x9a\x98/\x03\xa1\xe7ku}\xa4\xc7\x17\x0e\xa3\x91\x9e\xdb\x1cCaD\xd5\xc7\x84\x9a\x02\x91G\xcb\xba\xfbpg6\xf1\xcf\xedd\xde8\x98\xa0\xbf\x9f_\xe7\xbeo\xe1\x01m\x10\x0b\xcb\x9c\x8a\x8d\xd0\xb5p\t\xf3Z\xf2\x1f\xc7\x07y\x04~C\xe1\xb1.\x1b\xd2\x0bh\x9d\x97\x1a\xaf\x8d}9:\xc4\xb6i~^q\x9b|\xf2\x8f\x86\xf7\xf1%.\x7f\xdf\xff\xa97"\xb2\xa2\x99\x8e}\xaa2\xd4\xbe\x0b0\xd9\xbb\xc5\xde\xea :\xa1\x84`y1\x932\x7f\x93\xb67\xf4\xa2\xe0\xe6\xaa_\xff\xaa$\x90\x19\x11/\xc9T\xa3z?\x80\x99\xd3\x01q\xe8b\xe83f\xda/7\xa1A\x056\xab\x13\xc8Od\xb9\x10$p\xf3[\xab \xcea\xff\xa7}\xb9u:G\xa1Yb\x86\xb4fj\x1f\xb6\x95"\xe8\x86N\xcbvT\x8c\x07`\xb56\x05eO\x80\xd7\x92wQ\x9c\x15\xb9?\xffI)2L\x13\x97\xe0\xf9\x9c\x7f\xb3t\x04\x15\xd3\x1e\xc7\xcd\xb5\xac\x13F\xd9\xf5`\xdd\x97\xbb/m\x8f]\x90w=\xb2[\t\x0e\x98\x8f\x10\xa3H\xee\xb4H\xd6/\xc9\x9d\x00h\xf5\xae-i\xaa\x8f K\x93\xae/?J\xc7\x82\xdf-6F\xf0\x8b}f\x16k\x01\xd8\x12\xde\xebJ\x1c\xb3\xc1*\xf4\x9foWy\x87\xfes}C\xa4\x86G\x1ex#!\x9f\xf7f\xba\xb17l\xcc\x8dD\x17Vp\x94\x8d\x9c\x04\xf8 \xc0\xf2\x8a\xc5\xcd\x9c\xdacp\x1a\xd4\xd3E\xb3\xf5\x1b\x92\x05;`\n~!\xd7\xf3\xa6\x96\x9e\x15\x7f\x06\x1aI\xfd?\xc0v?x\x85\xd2Iz\'\x7fs\xb3o\x93\x8c\xceTn)\xad\xff\x8a\x0bW\xef\x95TF9*\x9aJ\x85L\rW\n\xf2\xcf\n+\x0eX\x18\xd43l\x9f\xbccJ\xf8d\x11\xfd\xdbd\xa8\xe9t\xde\x99\xed\nL\x18\x9bR~\xdb\xfb"\x0b\xab\x1e\x95 \xf3>\xde\x83\xe47\x1aql\x02AB\x9a\xc0\x03\x9eD<\x1e]\xa8\xa4l\xa7\x88\x14\xa1\x9fg\xd2\x05n\x90\xa9uT\x954\x1a\xc0\xbb\xbc\x93\xb0\xff\x00iF\xd7\x83\xf7\x08(\xaf\xda\x80\x98E\xca[\x18\x0fM\xf7e\x16\xech\x89\xf8\r\x1f\x90\x06\x06\x9c\xfa\x82\xeaR\xf9s/\x18\xb9n\xa9\xc6\nr:\x7f\xc2o\xc4\xa9\x03uT;~<X\xa2\xb0T\xc6\x91~@_\x8f\x19\x11\xfb\x91fy\xb0\x02\x8e-\n\x06a\x13;P\xea\xc0\x9d:\x873\xe3\xbcF\xa8\x8d\xb8\xd3?KT\r.\x99\x12+\x05{\x80\xe6\xdaW\xe4\x93\xd0Q.\xa3\xbbk\x0f\xa4\xa2\xb0\x97m\xff69\x17\x12\xfc\xd0\x99\x17\x13{\xc3\xd9\xcc\x06\xc3\xd1\xba\xc6\xffm\xdd\xac\xac4s\xbb\x1c\xd1\'\x996C\x98\xceM\xcd0\xdb\xc1\xac\xcc\xf3du\xb2\x86\xc2\xf8XF\x96\xd7d\x87\x94\xdfS\xbf\xfe\xa9T\rz\xca\x12\xc6\xcd\xa8\xeeO\xd7\xc3\x00\xec\xc0\x0f\x07\x052z\xc8Lf\x96\xecy[5\xc7\xef\xb8\x13\x15!"\xd0\xb7\x83\x0c\x15m<\xe7Tx\xcb[1o\xc8\x8e\xc4\xbdd\xa8^\x02\xf4G\xf5\xf45\x0c\xd0TP\xf8\xaaM$\xf86\\O\x05Eg-\xab:O\x84\x8a_\xd1D\xedyz\xe0\x9b&\xbb\xc8#\x8e\x1c\xb1\x0e\'qh\x04E\x81\xb8\x7fs\xd0\x1c\xb0\x08A\xb2;3>{\xcd\x15\xc7\r\x90\x82A\xe9\x1dd#\xa2\xefY\x98\xbf\x94T\xf0^k|\x99\x92\xe8F\x8a\xaa\xbe_RQ\x89\xa0\x03y\xc7l\x0e\x03|G\xc6\x81\xb0\\\r2\x82\x95\xca\x01\xcf?`\x1a*\x95HkC\x03J\x01w\x1b\xd9\xca\xa0\xd5\xecfGN\x1f\xed\xd3\x87\x0e\xdcse\x87\'s\x1dQB\xac-\x19\xf6\xb6\xe6\xf9z\x993\xeb\x96\xd1\x98\x0f\xd7K7\x12\x12j\x9a\x85\xcf\xbe\xd0\xa2^\xe1\xf6\x95L\xa7\'\x18U\x9e\x8d&X/\x1bF\x07\x8a3@_;\xc6\xfc\xf3\x1a+>X\x8c\rS\x93\xa8Pb\xfa\xf6\x88\xe0\xb2\x8de\xfe\x84P\x03\xf1\xf7\xe0N\x96\xfb \xc7QYk\xa9\x1b\xf3\x01Cg\x1a:\x07\xce\x18\x8ac\xe1\xb8\xc1\xf667\x9c\x99\xb8\xe1|\xeb\x0bO\xd8I\x03\x964E\xc7\xe0d\xf15\x0e\xc3\xaf\xfc\xf5\xa8F\xbc\x03\t\xcf\xc6[\xd9\xb3\xcf27"|{\x9b\x86+\x86\xbdF\xf8\x1c\x94\xb8\r\xfb\x9f\x1c\xe6\x05\x1c\xc2\x98vO\x9b\xdbuw1g\xeb\xc8\xda\x10\xe0\xb23\xfeT\xad\xb4\x85\xc8);\x89]t M\xe0E_\xc4pla"hj+\xe5[\x85\x07[8-\xb8\xae\xec)\x85U\xb6\xd0u\r\xd4\xf7\xafA\r\xaaal~^\x94v\xdb\xfa\xf7\x81\xbb\xb8\xc8\xbf\x85\x8d_\x1cNR\x06)+J>\n\x0f\x94Y\x0c^\xe0_\x0bS\xa1\xa6\xcf\xb5\xa6\x7f&:]\xc8}ff\x1c\x0e\xffBC\r\xf9(O\xa299\xd6\x90\x0e\xc7u\xd7\xf3J\xef\\\xba}\xe0\x97\x8cx\xb3\xfe\xe0Y(\xe5W\xdf\x8c\xa7\xae\x8d\x9fz\xe5z\xb6 \x1a\xe9\xa5s_\tC\xff\x0eGK(m\xc7%!\xbbC\xa4\xa8x\xe8\xc6\xc1\x97\x8d`7-\x0bEj\x0b\x12um/\xb7\xa2^g\x8b4\x1c\xd1T\xc2<\x15\x9c\xcekO%*\x01\xb1?\xa17L\x1e\x15\x1e\x84\xc5F\xd9\xfd\xef\xf3o\xa7Hq\x0c.\xa5\x9b\xfa\x11\x94\xa9\xb4\xad\x03\xd2RP\x08M\x13#\x0fZ\xae\x02\xb6\x83]\xaa)\xcc\x1f\xf25hx\xe9\x7f\xeb\x0bM\x15\xe8\x99\xc1\xa5\x81\x14\'\xd4t\xed\xd2\\\x91\xd9\x96&\x11hlO\xad\xac\x18\x8a\xc2T+\xbe!\x90\xe6\xc2XJ\xf2\xd6:\x1cK\xe7E++\xfb\x16O\xc3\n\xb9\x95\xa3\xfc~X\xb0\x00\x8ac\x1e\xf3\xcd\x04P\xfa\xef\x02\xdfW\x8a\xac\x00\xd4\xb8ri\xda\xef/\xeb\xbf\x92\xf2@\xcf\x99\x1azT\xb7d\xdc\xe4\xfb\xd6\xdbtx\x8d8\xbf9\xd8"46\xa3\xd4]m\xb3\xc1m\x9dZn\xb7\x04Zc\x7f\x1a\xfa\xd4G\xbf8\xa8B\xc6\xb8\xe2[\x0f\x11\r\xb0k\xeeC\xc8\xc4\xb5\xf5|n\x1a2\xe6\xb9\x15\x84\\\xf7\x9f\xf3\xfc\xc2=\xed\x01t?qd\xf5Mz\xff\xaf\x92\r\x9c^L\xe9\x8a^\x8e-\xc7Y\x8f\x9e\xbd\xcc\xf7e\xe6\xbc\xe7\x81 \xe8\x0b\x04\xa0d\xb2\x91\xcd\x94\x9b\x10\xdc\x1ec<k\xbc\x8fpZ)\xc2\xea|\x81`r\x9e\x84\x1e\xfbgY\\:z\xcd\xe6\xbc\x13n\x9d\x87\xaf\xe2F\x18(VVP\xec{\xc93\x17X\xcb\xbc\x9e\x1f\xc6\xe4p\xbf\xd0\xc9\xf6\xb4\x8b\xd6f\xe7}\x12\x1f_s\x90\xe3m\xdc\x18K\xdap^o::g\xad\x8e<\x9bOq<\xdd\x89\xd5<9\x9a\xd9\xe6\xac\x0b\x7f\xe4>Cp\xf5\xb1\xf8\x13\xd3\xfeFu\xf0 \xcb\x13n\xfd\xe3\xd6\xee\xf5\x1d\x84=\xb6\xa8C\x03\x06\xe9\xaf\xd5\xefJ\x14\xbb\x98\xa3\x0c\x07\xc1{N\xbe\xe1\xb6\xd3\x92\xf4\t\xfe\xda\'!\x1dl\x14\x8fk\x87\x8b\xfeW\xd9Wr\x17\x15\xda5\xcb\x95\\sk>aC\x00\xc3\xb0\xec\xaa\xc9Q#\xa7\xe7/\x13\x9f"E*\xff6\xb3,\xd4\xce\x9d\x8a\xf8\xd60\x1aH\x08S\xd2\xab\n\xdf\xdd\x19+\xc0R\x8av7g\x17\xc9p\x1dg\x0e\x84\xbe\x82\x07\x94A\x8b?\xdb\x9d#\x1eb\xba\x11Y5u\xc5\xa5\xd7\x94\x05f_A\xcc\xb5\x91h\xc6#\xc2A\xa0\xebMqF\xab\xb8\x1ayoiW\x96\x02\xbd,a7\xf25\x90\xf6\x16c\x95!;:\xef\xdcu\xe0\xd2\x8b\x8d+V\xc7\x8b\x92\xbe\xdd\x8e\xff\xf0q;\xf6_\x9f\x8e\xa0C{\x1a\xa4*\x85\xf8\xf6;\xb1<\xf2\xe3i\x80\xd3\xbbh\xb5\xb2|\x04\xf8A\xb0\xb4\xfdB\n\xcb\x8f\xe1\x02\x81\xc6s*\xe4m\xc6\x1e\xf4\x84{\xe3\x12\x12\xdf\xd3\xcdn\xb6j|,\x87\xe9\xcb\x08x\x14c%8d+\xcb.\x7ftB\xfbr\x15\xef>G)\x1ah\xf8E\x9b#W\xeb\xe7\xa3}\xe53\x10\xe5\xaf\xf8 \x96\xe8c\x12rXY\xd5\xdb-h#\xeb\x99\xf3\xf1\xf1\xedK\xa3\x9f\xd2:\x85n\xc2\xee\xdc\xa5J?s\x8d\x96:\xf0\xcd:\xd5\xc0\xaf\xff\xf0\x0ff\x96\xfb~r+\x07\xb3\\\xd0\xc2N\xc5m)\xe6\x0b&T\x80\xe11\xb67\xee\xaa\x15\x083\xa8\xdf\xe2|\xc2\x1f\x92\xcb\xe4#\x8b\xa7\xce\xa6\xb4v\xa1\x82\xeb8p\xda4\xa4s\x1d\x95\x1bn\x14\xf7\r\x98L\xc7\xeb\x13\x15\x0c"Mq\xbaz\xab^\xc7H\x8fv\xb3Hg\xb3)B6\xac\xfa\x91\xc1\xb2\x9c*\x84\xaa\xa8/$:\xaaGG\xceX\xb1\x83\x15AJ\x96\t2?k\\\x8a\xef\xa7Of\xba8\xdf\xa1-\n\x07sr\xd6Y\xa6it\xb0\xa2\xa8\xb5.Uk]\x0b\x01\x81\x01t\xe1_![\xc4\'\x0f=\xc1\x01\xf5\xee\x92\xf2,\x94w\xd3V\x14\xe3\xf5\x1b\x82\xc3\x98\x15\x83k\x87\n\x95\xdac\x19?\x83\xc8Z\xd7\xe5O\xba\x91G\xc1MZ\xef\x17\x86Q\x80\x05\x9c\x8a\xd2\x16{\xab\x15\xc3K\x06h\x1a)m\x9c\x82\x8eM\x9a01 \x13\xc2\x91\x83\x051\xcfu\xd2i\x84S\xe5e\xaf\xe1\xab>h\xe3\x86\x9d\x7f\xd9\t\xe7\xd7\xa1L\xce\x06f\xf2\xf8\x16\xeeV\xb1GB\xb0ss\xe9\xef9?\x9fV\xa0O9\x81\x93\xe7\x17\x92O\x05N\xcc\xd9\xa0|\x11\xff\xc1\xe6\xb7\xa2o\xd30S&`&G\xca\xa3\\o\x92\xe3\x07\xd5!\xc2\x11#\xfb\xea\x15\x91{\xe2\x1d\xd7c\xc7\xbb\x93\x84\x92!O\x82\xba\x94\x80\xc0G\xa0\x89\x06\xe1\xdeD\xf5\'(\xe55\xa1\x12\x11\xb7\xcf\x03\x1f\xdc \xfe\xd88e\xdd\xa2\xa04\xf7+\x9f\x80\xd75\xb20\xdc-\x15tD\xd8k"APS\xbf&\x05}\x8e\xb3$y{\x96,\x02\xcb\x08Z\x0eLc\xed\xf14+\xfa\rS\xd4\xb7%\x8a\xa7\x1c\xd4\xf5"(\x93\xb4\xb0\xda\x01\xc1\xb7\x86\xe2\xc9\x88\xbb\x19\xeaW\xe6IJ\xb5GPTM\xb2K\x1b\xb0\n\xe067C\xa0;\x9d\x94w\xdf\x86\xb9!l\xf3M\xab}\x8e\xa5o\x99\xb8\xc2E\xdeII\xda\x90\xffX\xa2q\xab+\xe9\x87\xa2\xde\nI\x8c0V\xf46g-\xb2\'\x06\xa2\xfb9\x82Q\xb2z\xdb\x9b\xa6AQ\x98\xbe\x92\x94m\x17:u\x89\x93\x8fK1d\x11A\xe0\xb1\rZV\xad:{Wb\xdd1\x01SO\x8e\x00=\xc9d\x1b\xb3\xa9>\xb8\xb8l\xd9F2\xb2~d(\xaa\x8b\xc6\x82T\xd8\xf2\x9c\x1a\x1c*c\x17\x8cA\xca\xbcdGjv\x18*\x86\xe9\x8d\xb6THA\xd3\x8b\xfbr\x9a\\\x06g\xd6\xae\xd0\x10yO\xe0+\xcc\x81\xb1\xf8\xda\xe0\xab\xd9\xb0\x9cU\xa8\xc6\x7f\xd3U\x04\xe2i\xd7\x86\xf1\xd2\xdd\xaf\xab2E\x13AQ@\x0e\xcf\x07~\xd1\xe2R\xe8\xb5%J\x827\x07\xd3\x87\xa5\xede^\xb0\x00\x9e\xdc\xec\xea]\xb8\xb0_\xdf\xc3a\xc6\xcf\xb1j\xd0\xec\x86\xc8\x9a\x17\x00\x06kyU\x9c\xf1*\xc7\x06J\x92\xbc\xed\xd8\x8c\x1f\xd0|\t\xe5\xbc\xb9A\xa1\xa8\x18wS}\xc9\xae\xc6\x1e\xca\xc0\x86\xcd+U\x00.ZuQ\xf1P0\xf5;?w2 \xe52\x92v+,\x7f>0r.7\xb3<\xd1q\xb9xm\x050/\x82\x15C\xb0x\xb0\xb3q\xc3\xb6\x1d[!H\xda\xd5\xd1qb\xd6\xce\x1a\xd4\xa47\x8e\x9a\x86\xc6\xf3\xb8\x0e\x8c,\xfa\xb08\xa37\xc6\x95=]\xc9\x94\x07\xcd\xf9\x1b@\xbb\xe1g\xa1\x00p#!E$\xf1P\xfc\xad\x9e\x87\xe5#0_$V\xe2s\x9aal\xdcJ\x18U\xb8!\xc8\xb44\x9fJ\x18\xb8\xe8\xd0\x15\xb4\x82y\xf4\x04\xa6\x9c\x9f\xb8\x8b-s\xf9\xe9@\xde\x10\xc6\xe3\x17S+A\xdex\x9b\xb5\x08\x10\x1a\xc4\xdf\xb7k\xc8!\x16\xdd\xcb\x00<\x1eP\xe6\x85~FP&Pi\xde\xcbL@gj\xc3\xc5\x96vnN\xe25O.\xe1\x07i&p\xa6 O\xa9\x97\x04\xf8\x9f\x86\xe8\xcd\x13$d(>\xc6!\x95\x9ben`J%1\xe3\xbdK\x11O\x0b\xbf\xc9\xf6\xe3\x82\xf7\x82C>Qk\x069O\x14H\x810\x1eS%\xf6\xe8\xbb\xb4\xc7\xd5\x1d\xf5\xa3\xd9\x82/\x1bQcHn\xc1\x93\xd0\xec\xa2\xc6h$\xbd\xe5\x8e\x08?y\xafK\xeaT\x97|\xa5"\xe66\x83&q\xb9D\xad]\x95\xf7e\xdb\xed*\x11s\r\x96\xf0\x94\xb7\xd3\xb0O~\x93\x16\x07\xce\xfa\x03\xd4\xdf\xdaIV\xe7M\xb6\xa6\x0fr\x15\xae\xde\xef\xf7\xb0#\xdc\x08\xb7\x92g\xd6\xb1\x07a\x1e;,\xab\xdah\xa1\xf1!\xb6\xd3\xb7t\xa7rD\xae\xb6y\x95\xfaV\x9d\xd3\x97?\x9a\xb6da\x96k\xabL\xbd\x8e#\x7f-[)\xb7!\xaa9n\xc8\x81\x1f@<\xf1\xc5\x18\x83\x80\xc77\xf7yu\x80i?Z\xec\x92O\x7fS\x06\x83\xbe\xb7\xaeL\xe2\xb1l\xf0\xcc\xa8\x04\xdcR7\xc4\t\xe7\xff[\xb2\xf9i\x80\xa1|X\xe1m\xda\xbe6\xa39\xc1\x8f\xb2,4\x0c2E3\t\xaeU-\xb4Z-5\xb5i\xb1\x1b\x15Om\xd0\x96ic\xd1M"\xeb\xdc3\x88\x12"i\x17\xb4\x8a\xf6Z\xec\xbcP\x94G\xba\x8c\xf1\x1c\x1c\xf4\xc0\x8c-\x89\xa7\xc3\x19:\xc3g\xdd,\n\xdc\x7fteb\xd1K9\xb6J\xba\'`J\xcc\x1e!!\xdb&\xa6\xcfZ\x1e\xf1\xdbes\xd1\x00\xb0\xba\xc1\x86\xf0\x1eiG\xf0\x9c\x1a\xbe\xe7\xe7z2`\xa4<6cI\x99}\xa2\x8cj\x02\x96\x0cP\xfd\xdfC\x08\xc6\xfd\xa6\x8f\xf7a\r\x8dZ\x94\xc2\xbfU#*k\x1f0\xbb\xfe\xea\x8aH1\xb9\x1a\x94\'\xed\x9c;,l\x9e\xe1\x86\x94\x87\xa2M!\xe3\t\xd7f\xa2\xc4\xe2\xef\x9e\nBz\x91\x85\x90W\x8c\xc7.\x82rJU5"C\xe1\x7fE\x95AC\xce\xcf\xc7\xb8\xac\x0c\xbe\xaf\xfaY\x00\x08I<\r\xb3\x1b\t\xc3\x81@\x0c\xdei$`\xa6A\x89\x81 H\x02GY\xe7\xf1\x1c\xa1\xb5\xf4\xc4h\x15\x8d\xc3\x17\xe1[\x9e4[\xcc\xd41\xe33\xd7A\x93\xf9\xc0\xcb\xe5t6\xea\x1f@\x1c\x8b/\xa0\xd7)\x10\'IOy\x8e\x8cf\xd2%\xd0\x9b\x1c\x90&z\xd1W\xbf\x82 \x19\xaf\xe9 uk!2\xad\xa3O9K=\xa0F\xdc\x86\x88\xb0\x97/\x1c\x8bsu\xb78Q\x08v\xfc\xba\x9c\xf3\xe2Q\xb9\xbf\xfb\xea\xc2\x14\x12\x92\xb7K\xa3\xe8\xf2\x83o\x81\\B\xe4\xb9\x9av^\x03\xac\xe4\xb4\xde\x13\x15\xe9\xfa\xcc\xdc\xdcf\xcb}\xcf\xe3_\xe3\xb7?\xd5[4\xb1\xf2\xb3\xab\xa3\xb3]\xec\xb6\x16\xb8\xd4\x8e1\xd5\xa2\x80\xe5\x9b\x94\xd4\xf6\xf5\xbf\x95V\xc6/\\\x91\x0f\xe3\xe8\x8b\xbd\x13\xc9\xfb\x9bk-Q\xb4[U\x8dj\xe2\xa9\xc5\x0b\xc2\xdb\x0f\xf8@\x98\xa7\x84\x05\xb4\xaa~\x85\xec\xe2\xa1\x0b\x14\x1f\xf6\xf3\xce\x11\x8f\x83?\x826\xee\xa9\x8f\x01\xdf\x03\xa2\x8e\x1d\xdeM*u\x14\x07#\xad6.\xb1\xb4Q\xa7\xa6wI9j\\\xa3J\xe3,N\x8b~\x1a\xfd\x9bg+v\xbe\xa4\xcd p\xa3\xb60\xf2i360\x87\x02\xd15G\xe0U\xe4;\xfawt\xa9\xd1\x1cG\xe7\xf9\xa7\xfd\xcb\xb0Zu\x1bZ\x88Z\xe2\xb8\x81,^9\x96\x9a.\x90/\xb1\xd2\xef\x00\xd9\x1eX\x01\xae(\x06A\x06\xb2=e\xa8R\x11\xb4M\xb93\xcd$\x17\xcd\x91\xbf\xd8X\xe4\xf1K\xe3\xff\xc1\x86\xcap\x89U$\'\xbf\xed7\xdcb\xb5\xab\x88\xd0`\xb0(Z|f\x96\xf1M\'\x81\r*{\x97F: i\x80\xfcD\x85\xd6\nj\xfa+\t\x9b\xfb\x86\xe6^m\xdc\x99\x1d\x8ct\x81W\x0f\x9e\xb8\x1f\xfb\xa9.\x94\xd2@h\x90g_}h\xc7\xf2|\x9b\xc2\xa5Z~H\xf5\xd3p2(\xe5:d`d\xe5<G\xd1\xa4\xed\xa8\x1cb\xa0.\xea\xf3\xb4Y\xd9\xcc\xceh\xbb~\x7fh\xa5\xa3w_[\x11F\x05\x1c\xd8\xfe\x84\x16\xf2\x0c\xe3\x1f\xf7\xb7\r\xc2\x02\xfc\x80\x93S\xed\x9f\x83\xc9\xf1\xb8\xdb)\xa6jF_O\xbfD7\xcc\x15\x14W4P\x91\x05\xf0\xa3\xfb\x19\x9aP\xca]AT\xf7\x8e\xe0.V\xdc\xd83*\x9c\x8a\xa3c \xf8[\xb1\xb3\xbe\xfe\x84a\x9c"G\x0c\xe7I\xa2\x059\xee7B\xc1\x9b\x00\xd0b\xb2\xdeJ\x185\xa6i.\x87\xa6\xd9#\xb52C\xb9[\x87\xe3\xb5\xba\xd2P6\xa9\xf8\xa5s\x02\x0f\xe1\x07\x8btY\x8c\x89\x97qA\xf1\xfa\x19\xd1\x00\x81\x9f\xa3\x1a\xd8@\xd8g\xa7\x9e\x98\x922`\x1b7K:N\x07\xae\xceq\xa4U\x8a\xf4O\xd1\xae\xc5\xf4\n\xbc\x89\xf9O\xb6\xd6\t\x13\xba}\'\x17PZ\xd2kRv\t\x9e\xcc\x8c\xc9\xbd/\xf1<a\xb4N\x92\x00t\xdd4\\>2c_\xaa[]\xe6k\x80~iC\x10\xd5\x10\xb0\xa5gj\x90\xb6[\xee&Mb\\[\x8fo\x8e\x16\xf2C\x8f\x84\xfc\x7f\x7f}\x03\xdeI\xc7P\xaeZ\xd2\x14\xf7\xb7\x87qW\xa2\x96\x80\xc1\x1d\x15\x86\x02i\r\x8b\x91\xbf\xb4Q\x92\xf0\xd5\x1b\xc6,.P\xee\x18%\x1b"L\xf9\xcd\xab\xb1\xa9\xfd\x01:\x0e\x14o\xc2M\x90\xef\xf1\x08b\x95#\n\x12\xf3\xc8\xcd\xed\xa5\xd3@\xb1\xa1\x10,\x18K\x9e\x173\x84}\'\x83\xc85\x83Y\x80\xc4F\xd6\x9c\xe87\x87Z\xbc\xa8xF\xde:\x8f\x1f=\x04\x92\xddxu%\x8dW\xf1\x1a\x91\t\xe1\xf5\xb1\xb8>\x05\x94\xba\xa8V\x80\xbe%2\x908\x8d"\xca\xe9|\x11\xbbgI@<\xcb\x7fg\n\r\xd0\xcb\x9c\xda\xb7\xfd\xa9\x80\xfe.\xd8\xec\x89\x08\x82\xb0\xa4\x88\xe0\x9eL\x8dk\xeb\x11\x8a\xc4H\x03z\xefg\x92\xd9$\x12\x9a,\xea\xee{\x97EE\xde\x04\x87v\xb5\xce\xb9\xca\x9d\xfd\x95>%\xfb\xedp\xdf\xec\x89wfgA\xb6lX\x04\xd3P\x02\xb5\xe5\xe7\xa0[\x00xQvi\xf6\xee\x12\xdd_\x86\x87x\x03\x171\xdadk\ru\xaf5\xe9\x92\xabC\xd88\x15\xfc#o\x9a\r)7\xe2\xde\x90$wy\x1d%oDD\x04\xe0{\x8dy)\x95\x1b2\x16\x7f7Rqh\xd6\xa7\xc7\xce_\xb0\xe7\x84,y`\x19\x7fI\x86\x853C\xf3\x8e\x1ex\xc6\x95Us\x19_\xffl\x8fn\x11\xeb\n;\xd01\x8d/\x1f*}\xca\x8e\x8dh\xf1\xde\xd0O\xc9\xb7k\xb2l\xa7]\x7fv\x1fg>\x10#H~`\xfa\xee\x86Q\xb1hxa\x1cH\xb9\xa7V\xa8r\x82\xca\xd8F0p\xe3\x90K~\xed,\x15k\xe3`]\x1aa.\x87w\xf0^\xb7!7o%\x8ej\xd3r}\xcfL\x8b\xe2\xc3A\x8f\xef\x8adD\xf3=\x15v"\x9fL\xf0y<\x91\x02\x9c\x8b\xdd\xab\xde\xaf\x06\x06\x9b\x04\xa3\xb0\x07\xc2\xfa4jG\xb0\x16\xaa\xc1\x0c;\xcc\xc7\xe6\xe6\x861\xadk[\x1a\xbb\xd2-\xd1\xe5\x10^\x99h\x9fZ\x05\x16\xa3!\x96\xda\x7f_\xdf\x81u\xbc\xb8\x11\xd0*\xe7\xfe\xf1;\xadU_\xc2\x89\xd0\x97^y\x00o7\xd4\xf7NF\xb1\x13]\xc2\x8ba\xd8\x8a\xe5(A\x1d\x9dP\x148OA\x87\x19\xeb\x90X\x0b\xb9\x92,t\xceh\x1b\xde\xc9\xae\x85e\xf0\xb8\xc0~\x98\x01\xd5\x19\xcf\x9f\xf66\x98zn\x85)\xeaIf\x1e\x9e\xac\x85p\xaa-\x15\xb4\x93\xaa%0`\xa7:3\xca\xdd}\xbf\x97\xc5\xa7q\x0b\xca\xe6\'\xbc\xed\xe0\x9d\xa2W\x803X\x9dN-\xce\x1fE\xda5\xccr4\xd5R\xe8 \xcc\xf1y\xd7\t\xd6\x0e\x97!\x7f\x84l\t\xb9hJ?mT\xe5\x07\xa7\xd5\x97\x88\x12\x04\xd6*R\x8cn\x1dSGfl\xef\x0c\xea\x892\x83\x01\x05C7\xb7\xb0\xeaJ\xb5#\x9f\xf4\xd0\x809uC&x?\x8f2\xf0\x8c6eB\x05T\xe8Q\xdd\x07\xf7\xcb,~\xd7\xea\x93\xb9K\xc5\xd9\x15\x8cP5L\xed\xeb"\xf4\x13\x8f \x10?M\t\xa1\r\xd8\x12k\x05\x88\x04\x88Q\x98>JC\x85|f5\x9fP\xaf:\xdf\x177\x82C\xd2\x06`C\xa6&\x8d,\x94@\xe9\x81\x9b\x12\xd21#k\xf1\xa50\xf9\xab\x8au\xfft)\xbd^>\x170Y\xaf\xf6T\xc44+\xea\xfb\xe4A2\xfe\xe8\xc7#\xbd}\xcaV(\xa6\xc2\xdc\xaa\x06\x8f\xba\x01\x08\n\xf4\x7f\xd0"\x95=]50\x94i\xc7\xa9\xa6\x106/\xd1+\xc0\xef\xe5\xf6\xc7\xeej\xe6\x16o\xc5\x1e\x88\xa2j \x98\xfeq3\xd8\xb9\xe3X\xd6\xd1\xfc\xee\xec\xeb\xf8\xcf\xb8q\xabO\xf7\xbe\x89\xe5t\xa6\xdb\x82WI|\xff\xe9\x85\x97\xe2|\x04v\xfc\x9a\xcd\x19Q\xd1\xc3o\xf4\r\x90p\xc1f:;@\xd37\xd3\xea&\x8e\xef\n\xea\xbd\xc8*\xa0-\x0c\x03\xeaE\x93\xb8\xcc\x9e_\x83\x1ac=fR\t\xef\xcf\xcb\x8d5\xf0\xd3\xfe\x80+\xd92\x8c6!/C\xd4+M\xea\xbd\n\x0f\x0fA\xc2\xe5\xb4\xe6\x16\x99\xc2\x15zp\xe4\xac\xdbj\xad\x19\x9e\xe0\xfd\x1a)\xaf\xf3\xa3k\xd7\xebm \xe1\xf6)\xd7\xa4\x8d\x14\xeb\xc9\x0bptn\x80\x0e\xc2\xbbV`\xfe\xd7m\x03\xfc>\xe6-\xff\xae\xbc\x1aftto\x08ZL\xb4$\x0b\xceh\xea\x9c=\xe6\xe8\x03\xc9/7\xf2G\x8d@\xc3#\xee\x12;*\x8d\xd0q\xc0\xc5\x03\xbdt:\x1b\xd4\x05\xfb\xa4\xb5\xb9\x91\xf1\xb1r\xf0\x95<r\x17I\x82U\x8a\xd0\x9d!(\x86\xef\xac8\x8dE\xab\xde\xa2\x1b\xdf<+\x95\x15\x08m\xd4\xf2P\xc1\xe1\x95\xea\xdc\xe6h\x02\xb3\x0f\x18\x98\xdd.v\xdcN\xa1\x92\xe8\x8e\x94\x17\xbb\xbd_\x94\\.\xd8!c\xe7\x1c\xe7~<\x85\x10\xd5SXt\x11a\xe6o\xaa\x87\x8f\xda8\xaey\xbfB\xbf\xc1\xb8w\x1c\x98\x1f\xfc\xc4\xcco\xe9on\xfd\xeaC;\xce\xdd\x00T\x10\xec\x9f;\xf5J\xa9\xe9\x95\xa7\xc8n\x96m\xa7\xeft3p\xfc\x94\x173\xd2\x15#\xba\x85z\xf6\xe9;\xa2&\xeb\xfa0E\xb4>\xe0\x93\x7fQCC\xcbJ\xbf\xb4\x1e\x1c\x96QG\xd7\x11\x0c\x1az\xc5\xf5\x84\xf0\x8d\x0cU\tm\xa6\xe5\x02\xca\x91n\xdc\xd8\x00\xd8\xc48D\x90\xa6&\xfd\\#\\\x0c\xafMq\xaa\x86r++\xd39\n\x0by\x1di"\x93\\\xac_\xe2|B\xc9\x84`\xdb\x8cc \xb5\xe6\x91W\xe0\xd7ok\xe1\xc0aG<=3\x16\xa9\x13\x98\xee9\xda5\xa9}\t\x93t8\xa4~;\n\xe7\xab=\x85^\x13\xd1\x8c\xd9{\x0e~\xe2\x92\xca\x8a\x0cZ\xda\xe3!\x82\x03\x84\xee\x99:\x85\x80\x13\xb5\xdd\':\xfe\xa6\xf2]5bbO\x8e\xd0l>\x85K\xf7\x1ef6\x18]\xb7\xf7\x00\x9f\x8fvS\x14\xe8o\xdbq\xba\xc3\xfaA\x80\x08\xd7)\xeb\xa4\xbcTY\xa9\xfb:\xc0%\xc5\xa4\x92y\xcb_\xb56\x04(\x8alv\x12\x9d\x7fj_\xa5\xa8\x14\xdee\x8eC\xa7\xceD\xd1\xae\xb6\xf7\xa1\t\xdb\x89"\xdb\xea\xa8~#\x8f\xb4S\xf1\xa4G\xc0\x80)\xa0\x02#U\xe7\x1d\x1c=\xe0M\x05{u]HbY\x7f\xe2H\x8e>A)\x81J,\xd0\xf44\xc4E\x15\xfdjz{W\xf0\x02W3\xfaDJ\xe7*\xec\xa4\xe7\xe5\x9c7\xde\t\x08\x13Ex\x1e\xd0m.\xd3\xd2kGe\xf3T\xc9\\\x1c\x89\xb7t\x10\r\xa0J\x0eHi\xc9\x963d<\x0c="]\xb3>\x08a;\x19\xffCQ9\x7f\x0b\xd1S<e\xb3r\x7f\xf2\xd4\xd0&\xb9L\xf8\xa7m\x1d\xbb\xba\x1e\xa1W\x92**s\x8eA\xcb\xbd\xab\x92dD7\x1d\x01\x120\xb6\x81\x84\xc5\x12\x94N#o\xdf\xf9\xe2}9\x12m\x18\xab\xe9&\x9e\x14\xe4\xced\xf6\x81l@A\x16-\t\x7f\xca\x80\x83\xe8v/\x18\x99\x07\x91\x14\x0f+8\x93\xbb\xc8\xff\x88s\xe6Q\x14yq\x18I\xfa\xb7G-\xf2}\xd8\xd7\xc8\xa5\r\'\x1c\xc2\xd5\x99V\xa7xJ\x83_\xa4k1_\x0c\xb1\x94r\xdf\x8e\xd9\x01Y\xed\xaa\xcbE\xbf\xa5Z\x12\xe4\xd4**\xa6m\xfbv~y\r\x84\xb0\xe9\xed\x97s\x04\xbfO\'jJ\xdcu\xee\x9b\x1br\xdeaN\x8aJ\xbdLA(\x7fG\xfd\x8eH\x85\x16\x1a\xc5\x15{$\xea\x13(P\x11\x80mM\xc5^\xc0\xe7\xb2m\xab\xc5K\xd4~.\xe8v\xa1\x81\xa4\x93\x12\xfd\x08\xe2[g\xfa"&\xbem~\xdf\x83t\xccp.d\xe7\x16!\x11r4Qk\x0e%\xf1\xbf0\x8e;\xb2\xbcwq\x92\xf0\xfc\xa7H\xbf\xfa\xads\xa9\x8f\xc9\x9d{\x0b\xd3\xe2\xfd4$wj\xc4[\xe6\xdc\xd4\n\x0f46\xcf`K\xc6S\xe8\xd1\x92\xa9:a\x0e\xb6w\x13\x19\xa2\x10\xb0P\xc6\xfa\xb0\xcc<Q\xda\xcd\x06\xb3N\x83y\x9fN\x7f\xda\xe2\xcat\xaaK\xd0\xb9\xdaIT\xb2\x8e\xd4\x83\xdd\xe3\x98(\xc1\x04\xe2\x10u6\xc5p\xec\xc4\xe4Mr*\xa7i3\x1b\xea\x8cd\xb0\x00$\xb7\\\x1e\x84\x04\xbbU\t&\xec(\xf2\xc1e\xbc2s\xccS4\xb2\x12R\xec\xa0\x03qE?`deK<\xce\x9c\xdb\xe0\xd6\x11\x9aE\x96|\x07\xc7\xa2\xaes\xb9f\xa00\xba\xa4\xa0K\xa4<\xc3\x9a\xc2\x1eB@\r\x843q\xce^l1\x0b\x92~\xd5\x013\xado\xd1f\xd5\xfdA\xa4\xb0\x06\xa4\xafn$\x86\xa3\x129\x9a\xe4h\xa0,\xd4B\tE\x19E\x00n\rI\xe3\xf0\xda\xf0\xb3v\xc2\xb8\xdcI\x05\x99e0\xc1\x9dK7T\xfb\x86\x92\xd1!\xbdx\xf8\xf8\x1c\x1c/vd\x10[\x8b\xa2\xd8\x99=\x83\x1d\x89\xe3\x80\x92\x19\xb1(\xd93\xf3Y\xe65w\x84\xcf\xcd\xfb^\xaf\x88\x0e\xadyh\xe1\xe9\xe4y\xf1>\xfc\xa3^\x0cO\x17\x90on.3\xa6\x9b\xac\x10\x02QAwb\x1e\xadX\\\xd8\xb1\x1a\n=\xff?\xfc\xba\xe7s\xd2`a~\xec\xb0\x9fe\xc3\xfa\xfa\xfeQf\xa3O\xe5\xd0L\xd4\xa7\xe2\x90;\x86\xd8\xa7,\xc9\xc1\x02\x1b\xea\x9d\xf0Bv\x03\xdfg\x04cf\x9b\x94\x1d\x95\x8d\xd7\xfc\xae*\x99\x81i\x1cEI\x16r\x16$\xbe\xden\xf9\xc7\xc4\xde\xcd_\xfd<\xad\xa3,\xccL&\xa6\xec\xf6\xca?Z\x1dB\xce\x1f \xb7)\x885\xbc\x82\xb7\xbc%\xcaMY\xa5\xcd\xe3\xee1\xd1\n*\x1d\x8d)\xb1\xde\xdf#\xda\x1f[\xa03\xd3\x1fz\t\xea\\\x88\xac\x7fQiC8\xb5\xa4\x05!\xcd\xc6\x0bH\x99\x96"0w(\xc3lS5\x11i\xdc2\x12V\x9c\rvV\xf0\x80<\xf6\x1f\xcd^KD\x9e{!\x9d\xf1\xcd\xe4\x80\xe8\x1a7\x99H\x05:\x0c=\x12\x14bzH^\xeag\xff\xda\x95\xaa\xa0fi\x01?\xee)\x88\xd3\xe5\t\xaf\x11$\x0c\xb3\x95d\x82\x10\xb2\xe1\xd3\xfd3\xcf\x9c<yG#\xac\xc4k\xc2\xfd\xe91\r\xa7\x88)\xbef\xc7IY\x00\x85\x8a\xde\xc1\x9c\xe8F4U\xdc\x04\xf1\xd5\xc1\x1c\xbd\x08\xf1#\x10\x9ah\x9e>\xc9\xc7;\xfd\xf4\xd5\xb0\xff\xaf<\x04(\xb4\xf8\x9dr\x1c\xc6\x03E\x9dd^\xf5\x91$\xd2\x00\x96\x11\xfcw\xd0DQ\x10\x9eB%q(\xe2^\xa3\x02\xc5;\xcc\xf1\x0f\x98\xad\xaaT\xdc\x9b\xf8G\xdc\xf766\xdd5\x16\xad\x92\xa7\x9b\x14\xe3\xfa"*\x8dtIA\xbe7\xa2>\xf8\x13\xeb\x94\xd9i{\xecm\xd7\x16\xeeY\xfaB\xd6<.\xe6\xbc\x84d-\x91\x1eU\xafu<\x03R\x11\x8a\x94d\xa0\xadB\xb2\xf4_?\xdc\x02\\Q\xd2k\xf4\xc5\xd1\xedJt\xe5\xe4\xe4i}\xb1\x8bW\xe7;b\x92B\x94\x94Ud\x95\x0c\xead=\xc6\xb8\xdf\x97j\x8f\xf2\xc3\xce\xd2\xe5\x9b\x89|\'\x80\xac\xb5\xf0b\xb9K^\xfa\xbfV\xf5/}QtM;b\x99\x17\xa7\xbf\xc5\xa7\n\xd1\x16X\xeb?bC\r?\xe7\x0f|\xa9\xf9\xc7H\xaa\x95\xe6"\xbbU\xc3\x97\xb5\xe1\xa3{@\xbd\nZ\xfb?W\x9e\xa4\\\xab\x8e\x97\xdb\x8b|\x81\n\x00CK#\x8e\x93GI\xac\xa6u\xe3\xce\xb5^\x87|/\xb9\xc4\x9ek\x8d\xe0\xc6\x18\x00sA\xa8[\x98u\x86"0\x96\x85F\xa5j\x8c;yX\xe5\x03|\n\xb4\xf6\x11Z\x9aV\xf9\x8a%\xd5\x88\xbaQH\xa8\xad\x08\x96\xd9\x06jp\x9f\xa5\xc7\xb6\xeby\x8bh\xdb\xe3\xdbci\x82\x9c\xeb\x16\xb2\xba\x9e\xdc\xfd\xc7\xbdU\xf4\xf1\xea<\xfb% \x04\x0b\xcf\xedX\xc5\xac\xd1x\xa5\xa7\x99\xc3\xfeo\xec 9\xa0!\x19`\x18\xc3\xde\xd1\x01Q\xf6\xa8*\xc4\xee\xb8=\x81\xf8\xd3\x92c;l\xa2\xe4\xe2\xbc\x12=\xb2\xc3\xe33\xd3\xc0\xa0\x9e\x1d\xb0`;\x02\x18\x10\xceM\xab$*(\x04a\x84\x9e\xb7P;\xc3\xbbR\xadh\xf4\xfd\x03\xbcM\x9c\xea\x9c\xc3\xe7\x847\xc4\xb1\xe0@\xf3f\x8a\x0c\xf1\x8d\xa3\x98\x9f\x07%-\x9b\xa2+\x9c\xd5\xb3\x1f\x1dJ$\xaa{\x9f\x8ca\xca}\xd0\x8b\x18\x02\xe3\x9c/Y\xd8\x19\rH\x04(\xcb\x0c\x84\xbc\xa9\xdcp\xc3u\xc2\x83.7\\\xa1\x8e;\x18J$\x95\xf6\x9e\xd3h\xc3\r\x0c,\x1d^C8\x85gv\xd1O6\xbd\xd6|D\xd6H\x85\tQ/\xa9"\xae\x89\xfc:<\x0e\xc3\xf6\xe8\xc1\xe62\xc7B\xd2\x84\x1a\xe2\x88\x8e\x0fVyR\x84\x1d\xb3\xbc\xf82\xdaT%\\\xee\\\xa0[i1\x0b\xf1!\xbf:\xcc\xefj\xfc\xf9\x0f(uk\x88k\xf7L\x17\\\xcf^8\xdb\xbf\xafum\xfeX]\x1bX\x9f\xfe\xd7\x05\x05\xc7\x8f\x04K\x9d\x02E\x9f:7oX}\x9b\xc9\xb0\xfdI\x0c\x02E~\x96*\x92:\x17\x9aAIQZ[\xdf\xe77\xd4\xfc\x91r\xe3t{\x17y\xd3GK7\x1dlT\xca)\xa5\xc3\x00g\x00\xb5\xeb:\xb3K\x16hi\x94\x1e\xc2\xb6\xd05\x14IO\xfd\xf2`\x9d\xfe\xc3\xd8#ZU\xefI\'\x1a\x85\xfb\xfe\xad\x08\xf8\x19CA3\xd2\xab*&6\xfc\xc3\xe8\x82\xad\xb3E\xa2\xa2\xe6Ur*\x1bh\xe8D\xb6y\x86\x18\xbeY\xd0\xc4\x12z\xc2\xff\x86r\xc6|\x12\x92\xb3\xc6\xd3\x9eXK\xc7\x13\x85{\x81\xe2\x8c4\xf5\x11\xeb\xbeGV\xd8\x8b5\xc6\x8c+9<]\x10\xafc\xd5X\xb0I/\xea\xc9\xa2\x9e\xed\x83\x93\x14\x1c\xd0\xf58g\n\x91LZ#\xa3\xfa\xd7\xc1p\x89\x9a\xb7\x98ch=B\xb9\xfcv\xcds\xcb\xbf\x1f\x10\x13=\xbbf\x0e\xd3\xbb.\xb3/\xfe\xba)\x93\xfbc#R\xf7\xcc\x07H\x9d$\x0b |vY\x1a\x81l\xa2|\x94\x0c,\xcc\x8cb\xd7w\xbe\xdei\xfd\x9ecE+>\xc6{\x0b\xb7\xc2\xb5\xf5\x1e\x9a\xfbo\xcb\tX\xa3\xf3>x?5qmG\xd0\xeaxT\xc8q\x85\xe55H\xbc\xd3\x04\xf3\x86W\x0c\xecBJg\x07\xa3\xd3\x97&\xb0\xf8\x01\xae*D\xe5/m\xa3K\xe2\x08\xd7L\x05\x04gl\x81FyiiG\xc2#\x82}\xd9\x96\xdd}\x1b\x0f\xd8\xaeU\\\x18\xd5\xb64=\xb3o\x83\xb8\xb5\x8b}\x0c\x8bPR\x98/\xd1\xbe\x90\x8en\xbd\xb2\x973\xa3\xd3dn\x06\xf4:A{d\xad.\xa3@\x12\x82\xca\x7f\x12{=^\n\x11\xd0\x19\x8f\xf3S<\xb9\xc0\xb4\x84tT\x15\xd5\xd1I\xe4\xd0g\xbc\xb7D~3&\x0b\xe3\xd3\xa9\xe5)=\xc8\x8f\xa4\x13-\x1a5\x06\x94\x01\n\xc9\xe6\x9f2\x8f\x18\xfe\xb7<\x87y\xfe\xbe\x9e\xf0q\x00\xab\x83~\x84\xd0\xab\nrI\x9d\x9f\xd2\xab\xae\x84\xce\x00+g\x88\xd4\x88\x9d\xc9H\n\x94*\xe8=\x94\xf7\xef\xa6\xa2\xd7ly\xfc\x0ef7\xb5\x86K0\x82\xc1\x0e"O\xe5\x9a\x10+BD\xab\xf4\x82\x99.8\xd8\xaa\xb9\xe2\xb1~)f\x15?G\'\xd2\x8f\x16\x96\xa1\x993T\xdd\x04\x0f\xac\xce\x8a\xc3\xea\xf6\xd26\xaf\xb0\x80\x8bxz\x03\xd7:{\xa9\x8e\x8d)\xdb\xdd\xbe\xf3\x1aONC\x03\xfe#\x8c\xd76\xd1B\xdd\x8c\xb5\x13\x9b\xc8r\xac\x98\xc7\xcezdB\x08\xca7\x9c\x03\x01l\xa52\x85\xb7\xd9\xe6\x8b\xc8\xa8\x8e\x07nV)\xa6\xd9<4\xa7\xb2r\xc8W\xa1\xaa\xb7\xc1\x86H\xfcI\xb7\x98J\xbev\x062\xf7\xcfQ8_\x1e~\xb7\xe4\x0e{B\xde\x99.@\xfahaU\xbd\xf4\xd1\x9b\xa0!\xe8a\x85\xeb\xf8-R|\x18\xb0\x13\x08P\xdb\xd7\x8d\x9e\xe0\xe9%\xb8\xd4\xc4\xa9B\xf5\x87\xd8X\x8f$\xf2\xc0\x8f\xd7\xe8\xe9\x8c\\r\nP\x13\xb3\xa4P\xbf\xe9\x86J\xf8r\x87\xbe\xa8\x05\xfb\x10=W\xf2\xfc\xd0/\x19Ob\xf8\xcc]\x19\x8cH\x1as\x00\x94\xa8bY\x02-V\x1d\x95Z\xe4\xbd\xec\x8e\xaaM\x8dY\x07\x97\x8d\xddp\xfb-\xca\x85\xec=\xcf\t\xca8\xe5\xfa\xfcQY\xf7\'?\xc3\xed-E2)\xaf\x90%\x14\x1b\x9d\xbc\xbb\x0f`\\\xabN@\x12\x92[\x91`\x92\xc4\x87\xc92}m71n?HY5S[-\xa4\xc5OU\x91K\xf1@r\x05\xe7eT\xc6<\xf6\xffo\xa2\x8fC\xec\xcc\xd5\x88n\xfb\xa7Q<L\xcd\xbe;\x8d\xde\x8c\xff0\xf1\x8b\x85\xe1\xb6\x83u\x92*\x19\x9e\xc1L8l\xdb\x16\xbc\xd4\x11\x1939xv\xf6\xbb\xdfe2g\x1f4\xaf\xaeLG\xb2Q\x05\xb6\xa2\x8e\xe7L7\x10\x8bk\xe5Z\xb4\x17=J\xd9L\xd2\xb6f\xfdt\xa1R\x07E\xf77\x90\xcf\xcec\x8c\x88@\xaa\xbch#\x1f\xd2U#\x8e8*\xd1[\x13\t\xe5.\x1cZ\x85\x90\xfb\xe0\xde\x98\x1b\x17\xf93\'4\x98\xe1\xfa\x068\xeb\xf6\xeaT\xf2I\xad/\xcd\xa85\xba\xdd\xfda\xe9\xb6\x08\x1fx@\x06\x02\xec\x16\x13\xc4m\x04\xa2\x9b7\xe9KwD\xb7\xd9\x1d\xab\xc3\xd3\x9a[`\xcc\xdd\xd9\xdf\xbep9\xba\xe2\x90\xb6BW;\xe9\xc9\xbcu\x080_C\x07L{\xed\x8f\x7fd\x01\xc9\xe8\x92\xb3\xb9\x9b\x11K\xc0\x16\xd4\xea\xa1nD\xa5OO\x92\x0cNO\xb3\xf0\xfc\xc2\x7f9]\x8b\xf3?\xaf}Nwq"Rq\x08#F\x81\x11\xb2\xdf\xbf\x08\xbc9~\x99\xb4J\xc2\xea\xc0rFcVf\xa2\x05\xa7k\x83\xec\x01\x8a\xbb7/\xa8\xba\xb9\xe7\xed\xd34\xed\x87\x08\x7f6w\xe5*\xbe\x8a\x0e\x96\xe9\xcakz\xb4\xa8\xcf\xa8\xa8{5\x8a\xc7\xfaP\x1c\xd0\x0b\xc1\x01h\xc8\x94\xeb\x1d\x02\x9aD\xdb\x0e:\x01\xbd\x87\xd4\x15\xd2V\xd3\xc0\xf8\x08\x02\xc6{ B\x1c<a\x8e\xe0Y\x0fC\xa7\xfe\xc7PS\xcf\xed\x11\xe9\x19\xac@\xef\xa01\xf4\xb5\xc9\x84\x9am\xff\x08\x90\xe7\xcfj\xba\x18 \xc9\xe4(\x99;<\x14\x9b\xb1\x8a\x8d\xfa\x8cx\xfa\xba\xbb\xc98\x88\x88D\x1b@\xf2"\xd47%\xb9\xf2\x01\xa3"p\xc8\x03\xdei\xbb\x97\xaa\x93\xf0kS\xd1U&\x839\xbdA\xd2q\xfe\xb0(,\x04\x99\x0b"\x0fx\xf5\xbe0\xe1`I\xaa7\x99\x93J@\x98\xf0\xf2\x94\xd0[\xf0&0\x8a\x01\x88\x13\x80\xff\xd9\xbd\x9b\x89A8\x19\xe5\xcb\x1b\xeb\xef\xa6\xbb\x1c\x18\xbao!\x1b\x00x\xcf\x8e\xb2\x87\x19\x8aN\xac\xb4/\xb5\xcay\x16\xf8\x14\xcd!3I\x8d\xa1\xa1\xddI3b\xb2\xa3|\xb0\x0e\xe7O\x8f\xa7\x1bWsf\x96\x87\x11\xd3m\x8e2\xfd\x87\x1ac\xd3\xa3\xc0k\xa2_\xec\xd9x\x11\xd3\xde\x1d\xac\xe9\xe0\x96\xf8s\xdc\xf1)u>\x19c\x89\xd9\xe24\xa4\x11Z\xf0z\xa5$\xf5\xff\xe5\xb2\x8d\x15o\xaeU\x9b\x00L\xbb\xc8^s\t4\xc3A\xfa\xc3\xb29\xb5\x1d\xb3\xf0P\x16\x7f\xe1\xe3\xdc\x87\x87@U\xc9\x15\xcf\xf7\x83\xffs\rs \xb3\xcb\x91\xbc\xeaSl\xe0\xdf\xf9u\xd0a\x00&t\x7fP\xd9W\xd9\x9c\xa0\x9f\xb4,\xa1\x06\x88\xdaH\x1e\xe02\x0f\xff\xc0\xc8\x84\xa8\xe6\xd8n\xe1\xd9i\x98\xac\xbf\x13\x0bq\xbf\xd7\xcb\xaf\xd6\xb2\x91%\xcc\xb6\xbb\xe1-fR\xf0\x90N\xf8\xb2\x87\xcfW\xaa\x0b|},\x17<{\x83xu\rx\x85\x10I\t%\xd4\x1a\xce\xf1\xb7b\xad\x8a\xc4\xd7?\xc0A\x0e\t\xaa\xf5\x81\x1b\x19\xb6l,}\xac\x8al&\xf0\xe1J\x05\xd4H\xe7\x96YM\x8c\xa0~\xf1v\x9c\x080\xac\x02\xb5J\xd0\xa85\xf9a\xe7D\x02"$\xc3\xd2z\xc6\x85\x1cQ\xca\xa7N\xcc\xabj\xfc^\xc1uQ?\x18\xbfM\x9d\xe5\xae\x04.\x16\xf8\xa2I\xb1\x1c|\x88\x95\xd2H\xc0@\xa37t\xbf|\xe1\xfca\x9f\xbd\xe7\x8e\x81b\xc3\x1b\x89W\x0c\x80\x82\xc0\x15ec\xbc;\xe7f \xc4y4v\x8e\xde\x9f\x9e\x98\xfc0\xeeN\x03G\xde\xa6z\xc4A\xa8\xcb\xaeh\xd6>\xad\xec\xd8\xbch\xa8q\x9b*\xce\xf3~l\x7f\x92\x99\x0b\xf8\xb5\xbc.\xad1\x8a2Da\xdd\x95\xa4\x11#\xb3\xdc&d\xcb\xd8\xfa\xc2K\x9ck>Q\x05G<\xb0\xf7\xea"\xac\xd8\xbf6TR\xaa\x8b\'\xe1\xb4\xed\x16\xa2=\xa2\xc2\x9et\xc1\xf3\x116\x10Q\xf4$\xe9f\xd2f\xac\tb\xba,\x8eo\x18c\xf3\x9a/\xf3>4\x04[\xa7\xda"8\xe5\x1d\xe2Zh\xbc\xa4\xe0q[\xa5\x07\x07\x17h\xb4a)\n\xcd{\xe0\x94u\xa8A]\xef\xbb\xb2\x1c^\x90z\xb4\x1a#V\x0b\x9e\x8e\xd6\x81p\xa97\x07\xaf \xd3\xfdw\x8f\xa2\xb0\xa8\x8b\xca\xe7)\x11-r\x86\xea<\x9aOSY\xe6\xd1\xc8\xbc\x9d\x06\x18\xb3\xe0\x868W,@M\x01\xda4\xa9\xbc\xf7\x91\x845\x1d\x1a\x931\x9a\x15\xa7\xc3\xfe\xd1BHF\x17Ic\\\x1b7\xc7\xd9\xc3\xf9%\x17\xd4"\x89\x88)\x0f=\x9bBC\xc3t\xa8\xd9\xcfE#\x89\xf2\xfe\x98\xacrV\xdc\xb7E\xabg] xc\xec\xb5\xc3v\x8e\xd9\xda\x18EK\xd8\xb1\xb5J\x80b\xd3yC\x85\xb7\x9fO\xb3^\xa3\xee\x87\x836<E3\x8d\x82\x12\xaf\x85-\'\xad\xda\x1a\xc1\xb0\xae\xb2\xff\x17\x01\x90\'\x1d\x03IYvbx\xa5k\xdc\xee\xbf\x03KZ\xb3\xfbP4\xb9\x97\xa5U\x124\xb7\xc1&\xfd\x9cb\x18\'\xfb}\xa4Pc\xad\x89\x98x\x00\xafZ#\x1eQ\xf1\x94.y\xc1;A5WO\xad\xec$x\x01\xea\x93\x81\xe9b8\xb8\xc18\xb0\x89\xc6\x1b\xa1\xaa\xc6\x8a\x93\xb9\x13\x9f\xed\xc3\x00A\xee\xc5\x1a\xd8\xe1\x07?\x99\x8c\x00\xf1E\x9aH\x92b?\xc3\x8em\xb2\x94\xa2p[\x19\xc9]y\xbc\xb4W\xa6t\x15\xa5\x98\xc6\x03=\x01 \xe5\xdd\xe1\xc3#D)hw\x1aM\xabT\x9e\x04\xa5\xca`f~\xf3g\x99\xe6\xc7"\x0e#\x93\xec\xbcGIW\xaf\n\xe5~\x94~l9\xe6!^\x84r=\xf4F6+\xd6\n\xd7U$*\xd0k\xf9\xe9\xf1\xec\xc6:\xb7J\xe5~\x1d\xc4Vs')
|
|
|
|
| 1 |
+
# Pyarmor 8.5.11 (trial), 000000, non-profits, 2024-11-12T22:52:22.525303
|
| 2 |
from pyarmor_runtime_000000 import __pyarmor__
|
| 3 |
+
__pyarmor__(__name__, __file__, b'PY000000\x00\x03\x0b\x00\xa7\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00\xdb1\x00\x00\x12\t\x04\x00v\':##qD\xc7\xcdJ\xa4\xcd\xf2\xb7\xaeF\x00\x00\x00\x00\x00\x00\x00\x00\xfd\x1b\x18\x14\xf97\xfe\xf4=\xabp\xfd\xf5\xef\x92\xfd\x00\xec\x03\xcc\x88{\x1b\xf9\\|\xf4ec\xe2\xc2\xb4\xed\tV\xa7t0q\xc2\x02\x84\xbc\x84@\xe3 K\xdf2\x19^k\x13C\x96\x0e\xc8I1\xf7\xc9\x9e\xd4\xb8\xee\xd2\x1a\xc8AZ\xdf%:\x97\xee1q(\xf2Ng\x0e\xa1v\x99\x8b@\x97\x88]\x1a\x113\xc6\x9f\xeb1\xc8J\x8c\xee:\xb1U;\xa7\x1f\xdb\xa1\x19\xe0\tYI\xd8P)Zt\x15\x99\xb0\x01\x9c\x81B\xd0\xc8\xa4\xfeD\x0c\xcf\x07<Fn\xaa\xc4d\xf9qf\x8e\xea\xfe1\xba=j\xbe\x11\xa3\x97+\x987\xe2+\xd1_\xb0QG\xc72\xab\xa9\x1b\xe1\x99>\xb1\xa4\xed\x1d\xd8\x8c\x16k@=\xa70\x12`\xd2\xb0\xf2\xcf\x0fS\x04\xfb\xcb\x88\xf49Z!\xf1\xa7\xcd}\xcc:\xd3H>\xdag\xff\xd1mu)\x07)GP\x8f\x8b}\xc8\xc1\xbe\xa0\xc89\x1d<\xd2\x17\x1c\xaf\x10\n4JP\x08\xb8\xea}/\x03Z\xd4\xd5\x92pF\xfff\xd54\x8c\xd0\xb4^C\xbcF)\x8b\xf5]\xbfH\x9f\xcb\xc4\t\xe28\xce\xd2n\x02w.\xd1\xd2~\xea\x18\xc0\x16\x95\x0eH\x05L,\x8f\xad\xa8\x1a\x07UA?/\xf9\xa5%:\x0e\x81\x89\x980\xf7SQ\xe0\xfev9\x90<+vx\xd5\xb82)\xf1\x1a\x7f%VE\xf5\x15V\xc7c\x17dPf#";\x86\x13\'.\xc2\xac\xb4\xf8gZ\xacC\x16kt\x03M\x95\xd3o\xcc\x9d\xac\xf4T\xb2U\x19\xfb\x18\xa8\xe1\xefn$\x82\xd7\xfb\xbbW\x9c\xc4[F\x08\xc7I\xfe\x9b\xa5\x14\xa2M\x8bn \x7f\xbfZ\xfe\xe3\xab=<0\xf4"f\xaf\xd8\x91P~\x89\xab\x0b\xa5\xe0\xb3\x08\x97)\xddjN\x88_p[\x89\x91\x91~\xf1\x01\xf4\xaf\x82\x94&`\x0f\xd3D\x18\xda0\x9dg\xdf\x9dm\xfei\x0b\xd8\x82\xef\xa20cm\xed\xd7\xee\x8c\x99.\x0e\xf5 \xf2\xffPO`\xa2%3\x11\xd2\xec\xdb\x95\'E\x8e\xe5\x19lb\xc7\x05#aXw\xe4#\'\xe2\xd1C\x9d\xdd8w\xea\xf7d\x98\xe6\xd0\x08\xcbO\xf8<\xff\x0f}d\xae\xd5>\xf7\xf40\x06\xddB\xdf\x08\xd1w\x1e\xa8\xcc\xfa\xaa\r\xb6]s\x03\ts\xf1\x04\xcf\x14\x1et/\x17\xb9\xe7[\x86\x8e\xd3\xe3\xd6\x82\x9c\xe1\xd1\x13\x96\x83jy\xc262\x9e\xa6\xf9\xf3\xa9\x994)+P\x80\x07\xfe\xea\xde\x1e\xc0 4\xaby\xe7\x89v_\xbb2B\x97\xc5.>\x13\x8b\x8b\x9d!\xb5\x0cxD\x19P>B\x8f\xdd\xc06\x1f\nB\x95\xbf\xd2\x12\xdfO_\xf1M\x91\x95\xc0{\xa0\xf1\xdd\x8c~\x92\xddQ~\x83\xd0\x94\xec\x02\x11`\xf0~\xdarPxO\xba\x9d\xea\xa7\xca{\xb3\xa0z_\x92\xbaK\xccn\xdb\x9c\\W\x1e\x99$\xb8\xa2h\xd7:\x1d\xc1\x83Q\xf4\x9a\xc0@\xb1{\x16\xfe\xf2\xe22:Ag\x0eu\xea\x1b\xbe\xdc\x92\xa3\xcc\xf6q\xff\x84\x7f\xc6y\x82B\xf6\xf9\x14)mg\xb40\x95\xac\x8b\x85\x8e\xd0\xc2g\x04\xe9~\xe7"\x91\\\x18\xd8,w\x81\xc0\xdbkPV\xe4\xa2\xe1\x94\xd8Q\x17\x9a\t4\xc0\x1d\xae%\xbf-\xceH\xf2\xf1B\x1e\xef\xf6\nA\xc1\x07\x0e\x94b\xdd=\n\x01 \xa8\xf8k\x12\x81\x8a\x84#Z\x9eth\x8e\xf8Cw<\x1e\x8cS\xa77G\xff_8Dv6\x1e\xe7\x17}\x86\xd2\xa4D\xf8\x95$\xb0p=<\xee\x0b\xba\xd1\x00\xca\x1bk%\xac\x93\xb1\x8f\xea\x83\xb8\xb63\x90-\xfa`\x0b\xca\x07$6\xf1\xf1E&\xbe\xaa)r\xf6`\x9dO\xabX\t\x1c\x85XZ6\x00\xc6\x91\xcf`\xbd\xd4\xca\xfa\x01\xe7\xd1\x8e\x04\x7f\xa2SF\xc2\x96\xc3\xd7\x82\x88%\xbc]!\x92\x08\x068\xab\xc5\xf6#\x02\x00\xd5H\x04\x96\xd3-\xffS%\x08\x9e\xa7\xad"\xb7[D\x08J" \x83^\xe4\xbc\xf8\xac\xa7\xbe\xa5\xd3\xc2\xcaO\x12\xb8w\x12v\xe8\x02\xe1:\x06\xc0\xc9\xe5\x0f\x87sG\xa9\xc4+\x830\xdd\xf8\xd6J\xdf\x1eP\xcde\x9d*\xee\x07\x8f\xd0\x97\xca\x1a\x9d\xdc\xab\xce\xe4\xb4&\x027hi\xff\x08\xb5X|\xe7\xeb\xdb\x13\xc3\xfc\x9e+t\xf7P\xd0X<!\xa5\xbe\x82\xed\xd3\x83N\xcb\xa0\x84\xa5)\xbf\x16\xb6\xff\x8a\xccV\xf0 hA[\x9dE\xac&\xf6k\xc8:\xf0@\xf6\xbe\x00\xcc\x8c\x03\xce[\xa8\x1b\x95\xc9\xfa9\xe1\x881\x91\x91xL\x0c\x9fo\x9b\xb2\x1bS\xca\x04w\x11S\x13\x01KK\xd1\x1a\xfb\x84\xb8\xc0Z\xaa\xd4jax2\xa2$\xbcuNUI\x1f\x19\xc0MC\xb8\xdfWLv\xbbd\xd93\x92\xc4\xc6\x84\xa5\xd4\x84<b+Y\x9b\x1dM=\xc2\xde\x0c\xa1.\xc7\x85\x8f/5\xd5\x8d\xe8\xc6\xba\xf74\xf4\xa0\x04\xf3Y\xf2\xe0L\xd2\xa6M\xac=\x89]\\\xf6\xfa !\x97 u\xde\xfb\xd5\x8b$cAv\x99x\x1aW\xe1\xd3eh\xd1\xeb\x8b\xee\xf8\rY\xba\x17\xb68\xd4\xd2c\nx\xc8/S2\xb8\xd9\x96\x93\xef\xd0\xc5\xcc\x9b"\x17c\x8f\x9a\xd1\xec\xc9n\xc2\x02TR\xcc\xf92\xe2kAO\xd2\xf6\x06\xa8F|\x1c\x1dg\xfaT\x81\xe5\xfa\x01\x9e\xd6\xcbI\xf6\x11\xe2\x0eK\r\x06\xb39\x8b\to\x92\xbd\xcc4\x95\x05\xdbI\xfd\xbbp\x19\xaf\xe3\xaf:Q\xa2\x1b\xd2\x1c\x03}P\x1bP\xd8d\x85\n\x87\x06\xd6\x8e\xdcO\x8cm=\xf1\x0c\xa2\xb3\xb3\x82e\xd8`to\x03\x8dTxr<\xd6N\x9f8#+@8\xa2\xea\x0e\x96\x19\xd7\xe4\xd5\xed\xa2(\x05B-)\xe5"pgJ\xd0\xda\xca\xb1\x9b\x96\xdcz\x189\xf8q!\xa0_\t\xd8\xf4\xdd\xcaCG\xd8\xa2Y\x94\xbe(\x01\x8f\x0cz\x85\x9c\xff/\x16\xf3\xb6\xf0\x8aR\x99|`\x84\x93^\xd1.B\xbaa\x87\x92$\xa1\xd6\xf9\xe7\n\x81\x1b\xc55\xc1\x9b8\x97\xe1\xc3a#\xc4\xa4haB\xb3E=\x87\xdb\\\x92\xb0D\xef\x12.\xae\xac\xa8\x01\x9ei\xf4\xf6s\x82\xe6\'\xd0!\x11\x07/I\xfc0\x97\xfaV\x1a\xbc\x8bZ6\xcc\xc1\x88\x00\xb6\xa8"\xc9\x1aj\xd8X\xcd\xa1\x86B\xaaI\x9aW\xd7\x93\x02Hb\x10Y\x16\nQ\xd8U\x01\xde\x9a:x*R\x92\x128<P\xb2$\xf2\xa4\x9b\xf6\xc3\x86\xc7k\x11\x93\xb1s;I\xb3\xe4\x11\xac\xf4\xbf>\x1a\xcd\xf1\x1c\xd6\xaf6X\\\xdf\xaa\xceR\x94\xff\xb9\xeb\x08npK\xa6|\xca\xf3\xa8\x1c\xf5\xa3#\xa6\xf7\xfa\xfd\x83\xbc-C~}\xd87\xb6?\x91C\xd3O\xe0\\\x1f\xac\xa4\xe4+B\x95\x1b\x9c\x7f\xe1J\xcf\xea\xeb\xc3\xd8E\x9b=7\xc3\xc5I\xe2\x18; \xc5\x9d\xf8\xa5\xd6\xf0\xe7C\xa8\xd0\x96xWP\xd1]R"\x99\xd2\x98\xd8,\x06\x821\xd7\xbe\xbd\x14\x89\x7f\x11\xfbCR\x86!\x0e\x1db\xae\x19\x94DA\x0c{L0:\xd2tR\x907\x19\x920\x87\xec\xf4\xa6\x93E\x1b\x17}n\x19&\xb9{}*yd\x13p\x94]\xbb\x08\xe1\x9f\xee\x92\xf4\xba\xd8\xb5N\x7f\x8d\x08\xb8N2\x05\xab\x0eR\x9fX\xa8\xf1\xfa\x9f5\xdcX\x17S\xed\x11\x86_/\x15+\xcdrpL\xf2\x05R\x10\xc6\xdeh\xae\xf3?\xf0\x98\xa6\x91E\x7f\xe9\x13\xc1 -\x82\xc1\xd6"\x9b:\x94\x0e\x16\xc2\xb5B\xc2W\x98G\xb3\xe1U%g\x01{\x95\x7fj\x9f.x(\xa6\xa8e\xa9r\xb0T\n\x1d\xf3\xdc\x03\xb9\x1fe\x8c\x87@`\x07O\x90\x86f\x06{\xbe\x8b\xda\\$f|\xba\xdc\xf0A\xff9\xf5\x12\xa4\xdd\xcf`H\x9cB\x97\x98\x94\xf0\xf4lK\xfe<&\xfe\xcea\x12XbsI\x01\x91I\xe7\x9f\xc2B\x92Lh\x04\xe7\x18\x8c\xd9\x81\xe1\x94$\x990iOm\x1cs\xd0\xa2\x92\t"\xdbD:\x9f\x80f\x19\x95\xf6\x961\x1e4\xa4#\x08\xf6\xbc\x9f7\x99\xe0&\xb9\r=}9\xd1\xc3\x08"\xd6H\xfeK\x0f\xaa\xa9\x96\x11d S\xe4\x97\xa6\x07\t\x8e\x9a*\x9c\xbe\t\xdbT\x15Nq\xa3Bd1\xea\x17_\xbd8\xb9>\xbaAi\xd9*\xae+\x97\xe9Z\xfd\xeb\xbf\xf7L%<\x13\xdc\xf7\xcc\xfc\xc5rtir\x89-\x8f\x05\x05f<\x81\xfak\x05W\x13\xc0\xbbN=\x11\xad\xf0M\xbf\x802lF\xbcV\xc9:`G\xdd\xf2\x99B\x89\x1co\xd79\xb1\x1e\xcc8#y\xef\'-?$>,\xb9tuI\x0bU\xf6\x19\x1d\xf2\x97\xd8\x8c\x85\x89\xb6\xc1\x03s\x15\x0f\xaaa/Tg\xf0\xb8#\xc0\x89Y\xf5\r\xf5\x17\xc8m\xd1k9\xcaq\xe1\xd1\x02\xbfS\xdc\x7f\xf9\xccj+S6\xd9BK\xf8U\xf3\x96h\xfcPNBw\x93q\xb5R\x06\x00\xd6\xe6~\x84]\xd6jJ\x19\xfe\x80\x12\xae\xc0.wAg"6\xee\xfd,\xe7OdD\xea\xb1\xb5\xdd\xad&\n\x1f\xe7o\x93b\x11*\xf5o\x93AJm\x98\x8cR\xb2\xcb\x91\xd3\xb0\xff\xa2Ko|_Z\xb4G\x10\x8ci\xa0X\xccG\xac\x82\xea\x12\x0eu\x0f&\x84u\xaa]\x83\xde\x1b\xff\x98\xbfp\xed\x90m\xcb0\x16\x99=\xae;\x96>\x16\xd5v&\xce)\xdf\xad\x9d\xb7@\xaa\r\xc6/\xaf\xe5b \x15\xfb\xc9\xb9\xf6{W\xab-\x9e\xd3j\x85\xe0\x93\xb9-c(b8\xa5Ry\xc8:<c\x08\xb2\xf6\x11A\xf2\xab\xd4&\xef\n\x05\xd2Kj\xe2\xae\xc7o\x18\x01oj\xdf-\n5\xf6c\x98\xd8\'\xb9w\xa1\xcd*\x8d\xc4\xff\xea\x8ah\xd0n*\xa1&\x0b\xb5A\xd4!N\xdf;\xfd\xe4|)Bir\xfe\x10P\x15\xeb\xaaZ\xc6 \x8f\x8fM\xa3\xa3\x03)\x08\xdeP\x96 \xd0\xcf\x1fP\xb3\xf1\x0e\xe66\xcc\xfd\x12\x16"~\xf9W\xb0\x0e\xaf]\xe2\xe0j\x82\xcd5\xad\xed\x17\x08\xfetDdwm\x8e\xa9iK\xad:M$\xfe\xcbE\xac\xfec\x8d\xa4qf\x9c\xbb\xdc\xca\xf3A\xa9\xed5\xa4a\x95\xd8\x1bYI\xaf\x9e\x15K_W\x0b\t.\xc7\x9a\xc5S|dK\x18\n\xae\xf5\xd8\x99\xf1\xf8\x81\xc0\x0c\x85\x91\x7f\x07?\xbfbC\x82\xc6\n[G\xa5\x9b\xa8@\x80Bs\x0e\'\xb7S\xdb\x11\xea\x9e\x8c\xe1l\xcef\x07\xdb_SG!Ai\xdb\xa6,\x13\x85V\x04\xaa\xb1\xc7\x14\xd6M~\xb4\x8b\x115?VR\xbd\xe0\xcf\xb6%\xb5\xed\x14\xa9\xe2\x9f\xc3\xa3\x8e\xa7\xe9Xt3\xd3s"\xd7\xcdh\x0cs\x12\xaa\xe3{\xf0\xf3\x07X6\xa2\xf1y\xe0\x18\'Ks\xd7yj\x81\x9e\x11S8J&-7\xd9\x1b\xeaq\xbf\x80\xdf\x08\xeb<\xe7\x9b\x85r\x04\xb9 \x17"\xa9\xdbV,A\xb8\n\x89TL\xa4\x83\x0c\xa3,*\xea\'\xd6\xd6\xaa\xfaYS\xde\xd7Z\x81\xa5?\x9f]\x92$\x1a\xad\x83\x98b\x07\x1f|\x80\x1d\xc2\x80\x04\xa2p\xf6l$N\rn\xb8\xc9\xa54l8\xa8\'\xae!\xa4\xc15vnQ\x14\xb2\\`SW\xd3\xd0\x8f6&\x0e\xda\\\xf8\xb6"\xa9\xcca\xe2\xbcs\xac<\xd3\x90\xa7h\xd6U\xda\xb3^\xfe\x87$f\x97\xa9\xf3\x90\x05\xce;\x80\x13\x8cv\xda\xed\xf8\\hq\xebu\x95\xcd\x8d\x10\x1fKXm\r/N\x80\xcb{HK\xca6\xd6l\x91%\x17/\x08\xe9BR\xfc7\x11f\xc4q\x87d\xfef\xd5\xb2d!\xa42\x8cVG\xca~\xbbzj#\x92\xc7\xdf\xbd\x9c\xfa\xd3\x81B\x87\xcek\x1f\x8aF_\x9dq3\xc5F\xdf;\x90&+MG\xe8#8eZS6\xd0\x17P\xf5\xee\xa5\x98~\xa0\x15\x8b\xcd\x15\x11=\xf7\x01R\x04mn\xf5\xcd\xab\x13\x1b~\xafY\x95&$\xf6(HM}\xe6\x01\xba*D1\xa9<0\xcc \xab\xc0\x1c\x96]O\xfd\xf3\x11\x8c bEHgs\\\xc7\x9e&X\x198\xee\xc35\\\xa6vq\x02\xf5\x85\xc9[\xa8\xc8\xb6\xcbQ\xbb\xfb"D\xf3\xd7\x1a>\xd1\xdeh2\x06\x0cT\xb0b\xe0\t\xcd\xa4\xb8l\x0b(\xd1\xab\xd4k9\xd6\xd2\xa5\x15\x7f\xa76\xae\xfb!\xca\xba16\xc3\xf7\x15\xf2\xa7\xbd\x03|\xcas&\xf3\x15\x07\xa6 \xe0\xa6\xef\xcdND\x8a6\xad\x9f\xd2\ts\x9f\xfeoEl\xcf\xb3\xc0\x9f\xdd\xa3B9\xa2\xab+\xfd\x82\xc3\x94xzT\x95\x9e\x1d\xbbE\x99\xdd\x16:\x1c<b\xe0\xae\xf7\xc0C\xc2FJ\xe0\xff\xf4_\xab>\rT\x1cK3\x8e$\x8e\x9d\xbc\xc8{qd\x97\xacg\x10\xbe\xaa\t\xccI\xfc\x00\x80\xf5\xf7\x03\x91:x\xad\xe3/\x04\x8f\x9e\x85E\xc7\x05\x9an"\xca\xbd\xf7P\xf7\xf40)\xb8\xbf9\x03$\x10\xf4p\x83t\x00\x0c\x92\x1e\x93\xbc\x1fl+e\x8c\xb3z\xec\xb8\x86\xcfR\xf6\x0e9\xccn3h\xaf)\x99\xfe\x1d8\x1d\xc8\x94\xbdjm\n\xefi\x97\xe6\xcf\xf9^eSB\xe9\x06\xc4h8S\xa8\x8e\tK\xd2*$\xb9(k\x98>\xd4R\x17)\xd6\xd4m\xf3Q8<\x9c\xce\x0f&\x9b\xcf\xfc"|f\xdbgC\xd8 +\x8e\xc1\xca\x94\xeb\x8d\x8c\xc5\x123\xb2C9\xd7j>\x89\x0b(\x05\xb7\x8c\x9a\xb2\xa8\x02\x86J\xbaCw\xd74W\xb2Q\xfc\xbf\t\x1d?\xc1"\x81\xa1\x18l\xbai\x80Y\xc6\xab\xeb\x02\x14\xf7\xea\x19\xa1\xcbI\xe5{4\x06,t\x06a\r;\xcc\xc4n\xec\xd0W\xbc\xa6\xe6?0\xacc\xac\xa9\n\x1c\xc4\xde\xfb\xe0s:\xfb\xc5:H$\x0f,\xf1\x08\x1c\x89[\x00\xd6\x9a\xc8f\xff \xeb\n\xc1\x82\xbc\xf0~\x98\xf9\xfdz#\x9b\xc9w\t\x17\xfd\r\x08\xd4\xa4\xfaX\x94\x9e\xfa\x81\xadN\xf3\xc1\x0c\xe0\xf75q\x10\xd6U]uE~\xb3Y\xac2-\xc0`\xedX\t3f\xfa\x0b~\x89\xec\x03\x95\x18\xa2\xff\xfbI\x07m\x8d\xa8;\xf5\x17i\'E\xbf\xe7\xa6`\x97 \x12\xe0Q\x94\xb0\x05\xea\xaf\x8d\xb1\x11H\xd3s\x0b\xf2[Pl$\xb3\xd2C\xc9v\x95\x94\xe5A\xfc\xe0=\x93\xac\x0fNy<\x05n\x05\x82\xc4\x90\x1c\xe9\xe2\xe7\x0b\xaf\nf\xd9;\x90q\xa9\xbc\x0e\xf9\xf9\xc8\x03S\xa6^\xd6\xd1\x95\xac\x02GYn7\xc0\xfew\xa1tc\xdd-\xb52ErcR\x83,\x05\xda\xd1\r` \xc9\xfb[\x19\xf9\nH\xc6N\xd8\xe9\xce\xa3\xcb\xbf\x9e\xd6k\x81Q(\xcdq\xd2L$\x1b\xb3\x97\xaf>\xda\x0c\xee\xe8Y\xf3\x9cw\x11\xe8\xf7;|w\xa0\x05\x08}\xef\x05\xc6t\x80SQk\xdc\x1bbc\x01\x9b\x8a\'\xc0\xe7?\xbag\xec\xe4\xfa\x1c]$Wv\x8c\x1b\xba\x05\x19\xf8\xd9n\x12\xa0_\xde\x88\x02\xe2\xab\xc7\xf6o\x9758\\\xb74\x7f\xd4\x18w\x92\xfeh\xa7\xde\xa3\xe3##\xc8\x9c\x0f\x93c\x04\xe2\xf6n\x13B\xbe\x19\x92[\xa7\x00\xcb{VJ\x04Q\x93a\xb5\xf0W\xd1Wz!\xda\x81\xe2\x0f\xedD\n\x9ft\xaa\x0e\xa7\x89~C\x02\xeb\xf2\xbe\xd9x\x19\xca+m\x06z\x1dx\x8b\xf1T\xd3\x11\x9b\xd3h\x02\xd8>\x03Q\x03\x87\x18k\x1c\x95\x1b\xb0\x97\x90\x01\x08\xdf\xd5Ae\xa8\xcc\xef\xed\x10:q\xa5i\xa34\xaa+\xe1\xac!\xbf\xd9\xcd*\x84\xda\x0e\xc7\rW"\x86\x01\x88\x98\x07O\x948~\xd4\x0fH\x15oGM^\x05\xc4\xaae\xe9sW\xc83?\xf5\n\xa0Dp\x1c\x9c\x0fER\xd8\x17\x06\xb2\xb8gB@\xc4\xf0\xac,&\x18\xcf<\xdb\x08\xbf\x0f\xb5\xb0\x93\xe2\xc0\xd8\xe2\xa0\x15~I\x9eP\xee\xab\xd0\x15\xa2j\xbc\xc0\xf7`\xc8\x1b"yF\xb4\xa1\xb6\xe9\xfa\xe6\xc1\xdf\x86\xb8\xb7\xfa\xfax\xe4\xb2\x99\x12:e#\xdb\xa2\xf7)Mf\x89\xdf\x99\xaf8nM\x12s\x06C\xfb:(\xa2U\t\xbc\x8c\xcb%U\xb0\xcc\x03^\x0f_u:\x1e\t@\x8bB}\x91 12\x01\xf7\x8a\xc3\x1f\xed\xdc]\xeaW\xba\x05oW\xfc\x13w\n\x8dc\x9e\xbb\xfc\xa6\xe3y\xcc\xe77a\xfb\xb1/\xa5\xe2\xadU6\x9f\xef\x0b\x11\xb6\xc6\x91\xed.\xf0g\x14h\xd8\xb3\x7fFt\xc7\xa8\'\xfdh\x1a!\x95\xf3\x0e\x0b\xcb\xc4\xec\xea\xe5\xca\x04\xba\xc5$y\x17b\xd3\x84\x87>OF\x15\xc4\xce\x86\xdd\xd0:D#\xf6 Oi\x9c\x8b\x88\xe50N\x8a\xd7\xed\xa2\xd5\x03\xf4\xcf.W*yv\x85\xaf\xa0\x9c\x9c\x88\x89\xb7\xd3\x82f\xcc\xf9\xda\xb9\x81Y\r\xbe\x00Z\xcb\xa6D\x8el\r\x0f`\xeaq+\xcd\xff\xb6\xe8\xf2\xa8Y\x01\x18FpO\x1e\xadp\xe4\x8e\xd0A\xa0T\xdb\xd2\xc8\xb5F\x94_v\xcb\x1fB`\xf3\xef\x8d\x8f\xd8\x9c\xde\x92\xe0\xf7\xfe\xdb+\xa5\xa95&\x8a\xd4\x9f\xf9\xd8\xb5\xe9\\\xb1\xd65\xd5`\xe6\x0c\xe5\x07\xa2I\xef\xbe\xf2wR\xb0Q\xb94\xb93\xd8\x03\xe9s%Ww\xfd\x08\xc7q\x12\x00\xe9<9N\'\xd7\xf9\xd6\xa2\xdd\xae\xa5\x92n\xad,VW\xe8\xa4^\x9e\xef\xd2D\x00_\x9bk\x9b\x16\xeet@xM]Fq\x90Y\xa9\xfcF>\x120\xc48\x92\xbba7\xf9>\x9f\x9au\xde\x14M\\\x04O\xde.\xb6\rP\xea#\x85\x92\xf7\xffxq\xe0\x03IF\x1c\xf4\xbc1F\xbay\xc8{w\xfe\xdf\xbf*\xdc$\xa2\xfd\x1alt\xb0\xafVO\x1b+\xcb\x139\xf8\xae-0\x13\xf4\x02\xfb\\\x0e\x9a\xbc\x93\x8c\xec\xa4On\xd2\x96\x82 \xc7(\x8e\x8f9\x82jj\x95\xdb\xe0\x93\x84\x00\x924f\xbf\xa0\xb5\x91\xba\xe2\'\xe3\xe8&aK\xb5\xfe\x8c7/\xa2F\xcbK\x9f\x80\xb8\xa6u\xeeBt\x95\xfb\xf4\r$O\x9a}|\xd8g\xc8\x89\xd4\xa6\xf6\xec\x8bwq\xaee+\x91:\xeeR\xbb\xc8zb\x0b,\xaf(fP\x17\x8e}\xfd\xce\x14\x97:\x11\x94;\xa4\n\x92\x99=+]0\xde\x86\x97\xb8#||>J?\x1bSs\xe8\xd2PBf\xeej\x8e-89?\xa1s\xcd\x04$:\x8d0\\th\xf4\x8d\x1d\x0f\xe0M#\x06\xd4\'\xa9\xc0\x94O\x7f[uJ\xc8w="\x1a\x94\xd7\xb3\x87\xfd\xc0\xdf\xbd\x93[\xc1l4d\x93\xcd\x17D\xab\xfc\xd6\xa3[\xbao#q\xb6\x1a\xd4-\x94/y\xe2L\xd2\x95Tn\x15s\x01\xb28\xcb\x9b)\x1b\xbd\x85\xa3\xbc\ry@n\x9bh\xd4\xcbv3\x80\xb3\xbd$\xb9\xc5Ih\x08S~NM\x18\xc0\xca\x02\xc8o\xa5\x89]66=\x19\xd6\xae\xac\x85\xaf)u\xf5\xa0\xcd\xf64w\x1bsh\x0eHb<\xea\x14s\xa0Pf<\xcfA\xad\xad4\x0c\xb4H\xac\xdfG\xd0\xf9\xf5\xe4\x0b\xdeJ\xd3\xb3\xd9G\xed\xf1\x85A\xfc\x8c\x87yK$i\xbf/\xd4\x06"\xf8H(\\\xc6\xdf\xd9\xdf\xac@\x1d\xfa\x98\xbf\xa1\x8f\x84\x84\x88d\xcfa\xca\xec8\xf6A\xb6)\xce\xe9\x11\xf1X\xcdc\xed\xc02(\xe4\x0e\xecha\x11\n\xdc\x14<\x1d\x07\xe7\x8c\xe4\xbd>0\xb7\x9df\nA\x8b"[\x7fe\x0f\xe5\x81\x90\xe1q\x12\xf2R$\xb6;(KqZ\xe5\x85}8e\xbfw\xd8\xd9[=\x8a8\x01\xe1x\x9a\xcb\xba\'#\x048_\x0f\xda\x9dO\xb12\x83\xa5\xfc"\xf8\xf2b\xc94\xf72<W<\xce\x05\xb8\x9f\xc3\xff\xe1\xce\xb9\x04\x93\xec\xd1\xfc\xda\x9c+]\xddNh\xce\x9cj\x9c\xd35\xd2\xa7\xf4\x8f\xd3\xec(\xab\x86\xe7\xe8\x93\x8f\x05\xff\xdf\x04<\xb1\x91\xbb\x06\x0e\xda5CN\xfc\xcfo\xd7\xeb\x88\x80\xf5]\xcf\x89\x17s%(QD1T\x95\xc4^\x08\xb8\x9ec>\xfc\xc6u\x04V\xf3J\xfd\x0c\xcf[\xe9\xd5\xa3\xab\x9f\xa8\xeei\x9f\xe2\x05R\xce\xc4 9AN\t\x8c5\xd4\xd4e\x97D\x0cs\xd1A@\xd6\x01$\xca\xb4\xd5P\xb1\xd2\xa8\x00\x80\x01\x9f\xc3\x8b\xed\xc1H\xf1i[k\xfc\xe7\x0f^\xa6\xb9+L7\xd4\x00u\x83Di\x18\x87\xdf\xec\xfb\xd6\xb5\x0c\xa3G~?g\xb7\x9b\xcc\x80\x9fk\xdc^\xb5\xa1\x05*\x04\'\x05G\xd5\xc0Y!\x98H\x99\x1bpr\xb1\xe1\n\xaf\x81\xe4\x81\xcf\xa0\xaf\xf0\xf7\x82\xfc\xbcT:\xd9\xce4\xdd.\xd2t)_\xd9\x87\x88\x7fz\xcdV\x88^\xa1Q>^w\x17\x86\xb3\xb5*\x87\x9f\xb3\xd7\xd4\xa4\x12\x1e\x16\xda}\x89\xf9\xe3"\xbd\x0b\xc0\xf0j\xcf\xe2\xa6\xca\x13*-+_b\xd0gloU&u\xf9T\x05\x96\x14\xeaA_\xba\xdaG\x1b\xa6~\x94\xfb\x9fZbb\xbcs\xb5\x0cZ\xcf\xb31\x95\x0f\xc4\n/{gFS\xcf\xb8\xfaD \xcda\xba"\xa2\x87\x86W\xe5\xb8h\xf6\xb9\xa2\x99\xe1\x07\x9b\xed\'\x16\xd3E\xea\xec\x05\xd4a\xf7];\x80\xfe\xb1-\xfcv\xae\x8c\xdd\xb4\xf8f\xf48\xe5Z\x0b\x97q_\xca\xc6\x8bq5%!\xa9\xc6,\xdc\xef\xf1\xfb\xb7\xc9\xe2R\x1a\x01\x89\xf1l\xac\x86\x8f,\x92\xf7*\xf7\xa7+\xf0b\x84\x0e\xe6\x8d\x91\xbd\xb9Zo\xbb9\xb1\x08\xd0\xb6\xab\xa5\x1f\x99\x8b\xbbT0\x86\xed6\x9d\x14\x17V\xed\x1d#\xa4\x8a\xc4\x1b\xadfO\\\n~P\x8e\x8a\xc76\xf9\xc94\xce\xdd ZT\xfc\xd5\x7f\xb5\xb1\xcft\xb4\x9an=\x19\xd6\xbc\x1e\x8f\x7f\x1ea"\xccr\x87\x82^\xe9\x1d\x15c\xd6\xa10,\xd0qS`\xffq\x1b\xb0H\xeb\x0f\xa9\x82\x95\xc3\x90\xa6&\xf9\x8070\xdd~Ca\xf2\xab\xfd\xca!\x1f,>\xdb\xf4\xe8\x14\xf3d\xdaI\xe8m\xdb\x91\txX\xceG\xd7GE\xe3\xdaci\x0e5\xe7Bs\xa4\xc3Wl\xce\xdd\xaa\x8f\xe8xy\xe6\xfc\x07\xc1\xa6\xc5\xd0\xab\xc8\x84@\xcbB\xe1\x10\x89*0\x8a\xd7Z\x90\xad}<\xc7Q}h\xc18\xc76\x90:M\x7f\xd2Tp\x97$5 @A=\xf7\xd7\x90Ve\xebCc\x8f\x86\x8f\xee\xcb\x08\xc6\xde\x0b\x0e\xc2m\xb8\xbc\xa0\x18S\xc6\xc6\x8a\xeb\xc5\xc8`\xd1\xf8\x1fi\x18\xa91\xa92Od`\xd3\xa62\xeb\xa5\xe2\x1d\xe0\xf1\xc3\xb2M\xa3\x7f\xb9\xb8q\xd5\xceN\xd4\xc9\xc5\xe0\xfb\xe8`~\x18D\x0e\x07\x8e\xd4\xfd\xc06\x8b)M\r\xda\xdd\xf6\xa1q\x90\xbd\x1f\xfd\t"u\x8aU\x02x\xa5\xff\xa3+\xe327\x16~\xcd\xad\xb6\xfa\r,C\xdd\x93\x8e\x1eZ\x9b\x82\xe7\xbd\xa2\xaf\xbeZ\x97y!\xb0Q\xd6A:\x10\x9e\x87\x91\xbf\xa3a&\x7f l\x8b\xe4\x92\xd2@\x80\x07\xb0`\x91\xda\xb9\xdf`\xf8w$_Jrv#^BZ\xcdVX\xebM\x88U\x8c%\x07K\xf6[\x9e\xc3\n\xa1\xb8\xed\x94R03]]7\xd2`6\x8e@J\xba\x97\x8e\xe6C:\x19\x195\x99\xf8}\xc2N\xa3\xfa\x7f%\xd4G7\xb7\xed\xdfN\xf9\xb1\xc8\xa3\xd0\xec\x17\x11=\xcb\x11\x83\xa9\x80\xf3\xb2\xeb\xfc\xe5zm\xf7\x07\xc0\r\xdb4\xd7\x8f\xab@N2\x0b\x1b\xd5\xbd\x9b(a\xa6 9\xaa\xa5\x1f\xaf\xbb\xea\x8d\xf4\x9d\xab\xe1\'c"8\xd3\xa7Q\xd3\x1es\x05\r.*\xc3\xcf\xdcE\xce\xf0\xe2\x1c\xa2\xeb\xbd\x00\x15\xa2\x159\x99\x82\xc09,+\x0fPR\xa8aq\xa5\xdb\xb9\xaf6*\xf3\x08?v\x967VsK2g\xb2\xa4Z\xda0\t)\x10^\xbb\x98\t\xd5\xb2\xf8N \xc6\x9bq3\xe0\x7f\xf3f\x0f\x92\x05/\xc7\xbf)\xd0I\\(\x11eP\xd4wu\x08\x88]\x0e\t\x92U\xdfr\xc8YdxqC\xf1[\xe4\xf4\xba\x8fgq\xf6\xa2oA\xc8\xd9\r\x1f\xf7]nA\x82\xec4\xa2\xecP\n\x03W\x0b\x14\xf6\t]P\xee\x7f\x92\xaa\xdfa\xd0\r\xb8j\xd76\x95\x85/\xec\xd1\xb5\x9c\xa3\xd7\xdbb\xc7\x1eCw\xb6q \xcau\x16\xa0_~\xd0\xdfq\xa9\xde\xafR\xc8\x96\xffC@\x8e\xc7\x0cH\xd6\xdb3\xf4\xc3\xcb`ii\x1a\x8a\x15\x030A\xf2\xf6\x8d\xa6FP\x1d\xe0\x88I\xa2\xfcl\xb5\xa5<\x9e\x878\xe1\x8f\xd8\xbc\x92z\x00:\xa9\xbb\xe2e49\x84~\xc4\xca?\x89\xa6-\xe0+^\xd7S*\x05\x93y~R\x88\x17{\xe9?s\x888\'1Oj{mM\x92*\xef\xd7\xa6\xbd\xed\x98\n\xabU\xad\x19\xa6\x93\x84\xf2=\xa4\xdd4\xe8\xb4H\xd8a>\xebG\x85u\xeb3\x82m\x9e\x86\xf6\xf4\x90D\x9fX\x97g\x9fq6\xa0v\xc1Ds\x8ae\xe8W\xfb\x84\xab\x88\xf6\xc0\x1a#\xb0T-ds\x89\xba\xbc\xe9\x06\xa8j\xa2\xb6\xab6\xe5\xb7\xb8\xfe1\xbf\xbe\xfe\t\xb3Y\xb2\xf1`\xdeb\xa8+\'\x9ac\x02\xa3?~#\xaaF\xfe\x90}\xc4`\\Gx\x9b\x8b\xc9\x17}\x96\x93\xec\xe1o\')\x01\x88>|\x88x\xcb\xd1\x07\x1f\x84@\xf7F@\x8dh\xfc{\x9a\xc6\xcaS\n\x19\x19f;\xfaM.\x15\xf0\xd1\xcbp\xa9\xe0C\xf9p\x04B\xce\xa89\xe4\xd7\xbe!\xc8\x80Yt\x83QH\xf4nn\xa5\x97\x8a@M\xe6\x98\t\xf0\xfag\xa5`\x98\xa2\xa1\xeeFN\n\x90j\x8e\xa6qM\xc3\x82sL\xa2\x9f\x13\xbd\xb7\xd1\xfa\xa2\x1bn\x84\x19l\x98\x8bQ\x10b\xb9\xac\x16\xadS\xfbt\xd4\xc9C\x83\xa8\xf3\xbb\xfe\x0e\xca\x85\x9b\x8cFL\xbcU\x8b\x8e\xc8\xb1\x11\xe1M\x8b\xb3\xcb\x17\xc7\xf8\x97sW\x1c\x03TyKU\x82k\xcb\xb5\xfb6\xb3\x9e\x86\xec\xaf\x0f;R\x9a\xf6E\x93Cf\xcb\x9f\xa4\xbe\x91Sl\xd2\xef\x9c\xa7\xd9\x95\xa1~\xaa\xd2\xf0\xd6\x80*\xc3\xce\xa6\\-\xa2\xc8V\xe1]\xad)5&\xd5^\xe6Q\xce\xe6\xf5\xc8=1Y7\xe8\xb9\xef\xb4\x0c\xe7\xd8\xc6b\xd58d\x88\xd8I#\xced\xea\xb0\xa8\xc8%\xa2\x06\x13X\x80\x97\xf4\x15Gm\x85=\x8a\xad\xc1\xde\xda-djn\x86/\xd5\xcd\xe7\xcc\xc6\xcbN\xcc\xe0\xc2]\xd2\xe3[\xc1$\xa7\xe8\xe7\xaa1\x12\xb4\xa7\xcf\xcb=\xd0\x9e\xcd_\x95\xa7dk\x88P\x98y\xa1\x08\xa2\x93)\xe2\n\x7f\x8e\xa5\x0b\n$lt\xce\xd3\x0c\x0b\xfe\xf4\x83"\xa9\xc5\xad\xa3D:WB\x9f\x84\xea^\xab:\x0cEsg\x1b\xb4p\x1b\xbcT\xbaS\xcc\xc6\xa3[|\x84qi\x7f\xb3\x15I\x86]\x0b\x8a\x87[\x9es\xa7\x9a\xd4\xc8 \xfe>\x17\xe8\x06Q4>v\xd5\x05%\xfb\x91D1\xc7F^\xba#j\xf4\xd5\x1f\x1eC\x86A\xef\x82SRy\xb8\xfdR\x87\xc7?jQL\xa8\xf2k\x84\x9aM\xa4i3\x1b\x8d\x9e\xbb\x00\xf6n\xf8\xfd\xfb\x17F\x91+;\xe3\xb0\x95\xb5\x9c\xf1j\x8c>Y=\x0e\xc7\x80\x1b\x1b\x01xgw\xd2M\xc9\xfd\xbe\xd8\xdd\xf0\'\xd5\x10\x98[\xd6V\x12t\xe9\xcbK\xbc\\\xd3\x15\xc9c\x80\x10t\x894\t\x1cj\xf26\xefPq\xd2\x91\xa90\xa5\xc9}yy\xc5:c\x9a\xf5\xd96\x06)N\x12\xf5\xdd<\x99\x9aH\xe4\xf9It\x0c\xed\x92\xda\x85\xd6\x19xO\x1f\x10\xb5j\x0cqLP\x84\xea\xeb\xefv]\xb3\xe8_\r\xd0\xc88\xc5\xdaS\xc4E|\xb3c5J\xef]\xce\xcb1\t\xbd\xc0iN\xee\xa8\xc3\xaa)JP\xde/\x97\x892\xf8H\xe7\xe5\x0e\x93X+\xfa\x89&\xbe\xd5\xcb=\xe3/\xf7\xfc\xd5\x9ah\xfe\x8dX\xf5d\xaby6\'\xaa\xb7.]\x8f_\xea\x8b\x1b}\x8d\t\xac\xf1w\xde34\x92\xe4\xc6f\xf8\xc5J\x13\x94\x9de8\x80\xb1\x8b\xe6gA\xbb\r\xc9\xbb\xc2\xd8\x02\x82M\xca{H\xce\xb0\x88\xeb\xbf\xc8h[\x03\x9f1EVY\xdb\xc0\x1a \xff\xf9\xa2\x96j\xc0\x02\x07\xb3H\xdd\xa1?\xa5p\xaa\x8b\xb7\x04\xa5\x17\x9b\xc5%\x82\x8cy\xf5\xd6-\x9fQ\x13S#\xc6\xcb\x93\x949\xd3*?\x84\xa4\xb9g\x0c\x89\x94\xf2A\x03"I\'\x03\x04iWMv\x0bZ\xea\x1a\xf2\xa8\xc86\rN\xf6\xebJ\xb9s\x88\'\xaa\xad\xc5\xc2rr\x89(F\xaf\x10\x96\xc4\x07\xd6\x15?\xb5\x88\x11s\xa1q\xaaL\xaa;\x16\x90\xe6wx\xba`/\x85\xff\xb7\xbb$q\t\x82\xeaH\x1a\x9d\xc0\xba\xf8\xff$\x12\x97\xdd\xf4z\xf9\xde\xa7\x17\x0e;\xfawI\xa3V\x80\x9f\xc0pm\x16\xaa7?\xdeF\xce\xb6*\xe4D\xd1\xa0\xc6\xff\x97\x9f\xafG\xfe\t\xe1\xc5\x11\x02\x7f\xdfN\xe3\x81\x19\xfbf\x84\xa0\xf5\xaa\xca\x0f\xa7P\xf0\x1c-x\x83\xec\xa1\x9e\x1e\xac\xf8=\x8c\xe3\xa3\xa2-1^k\xfd\x03\x91L\x9b\x0e6{*\xdd7\x98\xd3\xcf=\x1e\x15\x02\xee\xee\x8f\xd6_D\x99\x8b\x1e\xe7\x1dv\xde8 |,"\xb5\xaeg\xa5\xe3\x8a\xd3k=\x95@F\xff\xbe\xe4\xe4b/\xb0\x0f\xd2\x80\\_\xc6\xc6G\x1c\x00\x12z(8\xd5\xe0\xae\xceW\xc1\xf7x15`\xf8\xa0\xd9\x00}_\xe4Dq{\xd5\xf6H\xd0\r\xe0B\x8e\\\x0f|\x97\xcd\x15\x17\xb2\xe9\xab\x1a\x9c\x9bS\x98f\x10\x90\x1b\xe5\x11\xaa\xc22`(\x93}\xeaj\xc8\xbcY+o#Mf\x9b\xcei\xe68>\xa7\xad"\xc7\xc0g\x8f\xbf\x9e\xdee\x07A\xa2\xe8\xeb\xc1L\x14&\xa87S~\xcf\x93\x00\x9c\x1a\x04k)\x113%\x80,O\xe0\xc8hf\xed\x96CHzs\x80\xb4\xf3\xd0\xe8_\x92-\x88\xf4\xd4BJ\xbb\x91\xd7\xbcY`[\x7fO\xa6kK\xbc\xf0\x97\x08\x98\xc0\xa2\xa0\x1a\xf0@\t\xd1\n\x92M\xbe\xf2\xd3Q{f\xfb#..\n\xea\x85Mmgi<\x94\xc9\x14\xc7\x92LvX\xbb\x86\xd0{\xb3i$*Oa\x97\x86D\xc0\xcaJ\x80fT5\xe57_R\xcc\xa9Ol\xd6z8\xc4tj\x13\x80J\xdfwF\xf1\x0c2\n\xb3\xc0\x1eV\xe0;\x0e\xe6!\x84\xdeF\xf4)u\x8b\xa6\x0f7<\xa9\xe7=\xca\x0e\xf5\xfaN\xf5p\xe6P\xeejjC@_\xac\xd3\xa7\xaf\xa6 \x9b\x02\xcd\xea\xe1u\x95\xdc\r\x9d\xc4{\xa0\x90\tY)\x84l\x92\xe4\xfd\xb7@S\x0fk\x08\x94\xc2\xdc\xd6\xb2}\x19\x13\x80n\x84\xb8Kw\xd4,.Z\x05\xf3\xda\x07\x17\x05*\x02\xc2\x06\xbc\xe5+\xecK\\\xf2*>\xf0\xf3\x97\xbd\x1f\xfc\x99\xff\xeay\xbe\t\x91\xf4 P\xcc}k\x16\x88\x12\xd2\xffc=x\x97Km!\x91\xad\xe5S?\xe1\x94\x02c\xe27\xbe\x11~?\xa4\xb6\xceX\x18\x90\xd6\xb2\xaf\xac\xb2\xb8N\xa5\xc0C2\xcd\xcfQ\xe6/\x8c\xd6\xeb\xdb\xa9\xfb\xed.EO\xc1S\xbf\x9c\xe5\x07\xd5y\x97\xbf63\xb4\xe2\x91\xc2\xcd\xf4\x00\x9c=\x90w\xd8Q\xa2\xf8\xc7~\xa5\x85\x03_h\xa0/f\xdc\xfa\xf5\xdf\xe1\xeab\x01\x18\x0b\x01\xf3Eu-\xef05\xfd\x8e{j0\xd6\r\xfc\x13)\x89\xd8\x1a\x88\xaf!\xf2~t\x13\xffe\x0b\xa8\xf6\x02y\xbd\x05\x18\nR\xfc\x9d\xb6\x14\xeb\xb8\x1f\xae\x9b\xc3\xf8I\x08\xd3\x91\xef;\xa9\xaa@\x11\x0e\xe0\x15_\xc5D\x06\xba\x838\xbaY\xc9Y+8FL\x84\xd9.\x8e\x96f\xf1N\xbe\xae\xf5\x8b\xf6Q\xdf5-\x97[\xc7\x93\x08\xb5}\xf5*N\xf3\x90\xfc\x039\x12\xc1\xd7"iQ\x9d\x11\x9b\x19\x07Ux\xdb\xb6\x06\x95\xfck\x87\xf3\xb0\xf8\xf0B\xf9j`\x91\x86\xd7\x1dt\xf7\xe7h\xda\xb4\xb4b\tY*\xd2P\x94c\xf7\x97\xb0\xe3\xe4$x\xcd\x9ap*L\x93I\xc9%\xf1\x15\x992\x15M\x1a\xf9j\x8f\xe2g&\t\xdf_X\x9d\x97\x00\xa4v\x8a?*\x9b\xc5.\x91(\xf3-\x15.\x96\xbc\x84.\x98\xa3\xdd\x82Jq\x1a\x9aWQ0\xe1\xbb\x86\x19\x84\xe7\x18\x83\xb3l\x9a\x9c\x8f9\xc4j\x0b\xc9\x7f\x1cc\x9d\x89h+\xe8\xd2J\xd6\x8c~)\xd5\xe9\x7f\\\xfbmP\x11%\x1e\xad\x84#\x16Q\xe02\xc06B\xbe\xc5\xc5\xd4\x0e\x80<_[\x85\xabrd\xce--\x88\x1a\x14\x0e\x15\x8c\x81\x05\x0f\xd8\xe6?\xd9\xa3H\xf4\x19\x90^\xad\xd3\'\x0f\xd1\xfe"\x00@P\xb5\xb8\xc6\xd8(\xd5#\xee%\xa2\xeeC\xc0z\xa1\xd4\xfd\xce\xb7\x9d\rY\x1d\xa0i=\\\xb0(\xf6\x95\x1a\xe6`5^\x15\x9a:\x90\xfb\x98\xe1\x8d\xec\x1b\x8d\xd5\x14G\x956ZFy{\xaf\x0e\xce\xc6\x13\x1c\xcbs\xe6\xb0\xbb\x0f\xe3G7\r?\xbf\x9fii\xce\xfc\\J\x1ek\x88SK\x81\xbb\x18\x8fg\x16D\xc3#Y\xaf\x9a\x19\xcc}\xe2\xef\x1d]\xe2}\xc8\xa9\x93\x98go\xb8u/U$\x1d\x94e9D\'\xf4\xaa\x93\x1b2\xa1v?\xba\x10V?\x9e\xa4A\xcbc\xf9\x17\xa6\x8c*B\xa6\x14\xf4\xef\xf2\xcf\xba\x1e\x00L2\xf0\x0ctb\xc4\xeb x\xb5\x8f*\t\x04r@\xc3\xf8\xac\xf7\xec\xcc\xad\x12VS\xf1\xb8&\xa7\xa1\xad\x18\x14Eq\x0cn\xca\x08\xf6\xf5\x99\xe7\xe4\xf8\xf2\xbc\x9b~\x8b\xf0\x86Q\x08\xb5J\xac\xda\xfd\xd6~%\xdb\x8f\x8ac\x14\x06\xba{\xecR\xf3\xf6&\xc4\xf1\xa0\x1b\x83\x99\xd1\x8b.\xfcY\x04\x90\xd0\x12\x95-\x9b\x83\xb1+\x98\x17\x84\xcft-Az\x83\xba\x06+\xbd\x19\xcc\xf2J:I\x0b\xfc\x0e&\x0b\xe3\xab\x1d\x00\xb4\x96\t\xe6\xf3.\xc7D\xfe]\xad\x11Et\x8a\xe6k\xd1\xe5\x10\xb2a\xa6\x88\x9f\xc6\xb3\x077\x17la}\xfe#\xd9\x05\xa3\n\xc8\xf7g\xa1Y\xbc\x02\x82\x8f)o\xf6\xb3\xb5\x8b\x0c\xec\x91\xc1\x07\xb6\x1f!\x05\xcc\xa9\x17\xa1\xd8m\xc2;:\x8d\n\x1c:\x16\x10\xeb\xb4\x89l\xb5\xfa\xaf\x8f\xdb$\xe93)h\xfb\x82(\xcb\xb6\\.:\x13\x9f\xa3\xd1\x07\xe1y\xb4m:[va\xd5x\x18\x8b\xa0\x894H\t\xed\\",\xf1Y\xe8I-\xadj\x1f2\\\x9b\xe0\x96\xb9\xf7\xff\xc9\xbf\x06\xa7\xd5\xff\x94\x89\x92w\xde\x96\xe1\x9b\xea\x1d\x17\x81V=s7\xd8pie\x04\xb6\x01;h\xed3\xfa&+\xf0A\xdf\xee\xc0\x0b\xfbAA\xfd\xc2q\x82_\xe5\x94\x10?@4\x99\\y\xb59\x8f\x12Q\x1f\xc3\xc0{\xafP\xe8\xe9n\x9f\xbd\x8b{\xbd\xef\xf8\xc1M\xbdU\x03\xd5\x07"UT\x95\xf19\x8b\x03\xe8\x9f\xff]\xfe\x08\xe4\xf8<Pa\x88\xe5\x91\xc2i\xa7\xa2\xd0m\x11\x1ap\xa9\xb8W\xd6^\x1c0V\xb9z\x1d\x91%\xea\xcaGFR\xea\xcc\x8b\xac\xe4k\x15\xfe]\x89xD\xf0\x87\x08\xf0\xffDg:\x08#\xa8\xd3g\x9c\xeb\xbb\xd98 \xc3\x80%9\xd04\xa3\xc6?-\x9b\xe3bR\xec75\x8c\x7f\xad\xd7\xf10\x95a\x05\x87;ws\x10\xcf5\xb4\xb5\xda\xaa\xb5\xb6P\xd1-V\xfd\xd2/\x9e\xb8yG\x19pJG\x993Q\x02\xd6\xa7&\x91\xe1\x01C~.\xc4\xce-\x14\xa6y\'\xe2\x97lN\x9cH\x0f\xf5A\x11\xa3\x80y\xfe\x83uO\xa47\xad\xcc\xa4\x1bLR\xe2A\xc0\xf8q\x86\xf5\x9bg\xa2\x84\x8a|b{G\xe1\xe6\x12\xd1\xeb~\xdd\x03A\xef%\xe8\xda\x13*)\x83\x80.\x92\xeb\x97\xd9W\xa7\xa1\xdd\xec?\xf2\x90z7\xab\xb7/\xcc\xc6\xc2\xcc\xc5|\xed\x19\x8b\'\x07\xb0sl\xb0\xbc\x0cF\x86mb\xbf\x979\x01\xd3b\xb3\x06\x856\xd2\x18\xfc\xe4\xd7!&\xf9Q\x99lN\xf8\xc4\xcc\x7f;n\xcbs\xf1\xab\xc3\xe5\xa3X\x12\xf0\x9b4\x11\xb4\xfdUO\xe7\xf5\xca\xa9GMP\xf4ZV\x80Qz\xff\x82\xf3\xd0\xef\xce\x91\xd8\x06\xaai\xed\xce\xaev*\x88\xc0\x1e\xab\r\x08\x89\xb4Wz\xaf4\xf9r\xc7iA&\x19\xaa\xa4\x04J(\xc5\xf2\xb3\xe4\xa2\x07\x18\xb5\xa5\xd3\xa5~\xa2\x0b\x1cT\x9c\x87\xe8\xfe_\xf0\x8c\xc45\x89G\x07\xab]\xd9Y\x84\x14"\xcb\x1a^&\x99\xb1\x1a\x8am\xdc\x9a\xee\xce\xf9\xa53\xe3I\xac\\\x99\xa3\xb6\xaa6\x97\xcfQ\xb2\xe0\xce\xed\x8e\xc4\x80c[aw\x1f\xc8\xa3\x80\x97#\x17%\xea\x7f\x8d\xd5\x10\x80\xcc`g\xf1\x10W],\x1fE\xc7\x17\x8cL\x02L\x9b\xe1\xc1\xd2\xfe]\xb7\xa2d\xda\xf6\xbe\x9f\xc0\xd4e%\xb5M\xa3\xd5\xc9\xbc\xed[b\xb9\xdfE\xa3J@62\x8e\x9d\xfct$\x9a\xd6@\xbb\x8f\xf6\xad\xf8f\xc1\xb5l\x010:$\xdd3\xbc\tg\xea\x0e\xee:\xa7O\x11\xdd\x89I\xa6X\xe3\xfd3\xd2\xa8\xba\xa0\xa7\xbddG*\x85\xc1\x92\xf4\xa9\xbc#\xc5\x9b\xb4\xf5\xb7\xc1;\xa9\xbck &\x93P\xcf%J\xdc\xa2\x86\xd4\x81C\x98\xd5\n\xd1E\xa2\x1bkOWA}\xac6\x9a\xf0\xb2\n\xac\x1b\x90\xd2\xcc\x00\xae\xa8\xc0\xef\x0b4\x98UR\xac\x83\x06\x9eVA\x1b\xa10\xa4\xfe\xe8Ns_Z\xfef\xa9\xfb\xcfuPp\x8b\xb9#\xc8\x1e\xab\x81\x8f\xbc\x92\x99\xf4\xd2\xafN|V\x88\xb9\xf5yt>9eBp\xc5\xe9\xc2gI\x06Y\xdc\x81\xb3\xacX\xbf\xf9m\xf5L\x97@\xd9pL5h\xfa\xbd\xc9W\xb8\xfaX@\xefs\xdc\xd1\xf5\xc1u\xbd\x00\x1d\\p\xd6\x1d\xf4\xbee\x80\xed]\xb4\xd5\xf9\x9blB\xc8XL\xe2\xfc\x92\xbc^\x1c\xd3c\x7f\xcd4\xdb-\x88U\xc3!\xb0\xdd;w5\x9f\xf5\x97BC\x86L\x10)\xbe\x97\xfa\xb0\n\xb8\x83\x83O\xce\xd9\xdb\xf2\x95\xed\xaeT5\xc5\xa4\xc1d\\\x9f\xf0\x8a\xeb%\x9e\xb9\xcc{\x1c\xc3)\x10\xe1\xa8\x80\xc2\x1d\xf2\xb2S\xabO\xc7\x171\x1d\xf7)K#d\x8d\xff\x9e\x97\xd3\xe9\xbd\x0e,"\xf6\xd0\xa9u\xdc\x80(?\x97\xf1Uo\x17\x03i\xbd\xf4e\xc4\xf0\xad\x83\xffX\xed\x99\x80\xc2M\xde^\x05\x89\xb9<\xd1\x8e_\x10+\xe9\x05C\xf6\xc4\xbaI`>\xef\xe6\xe8te;H\x14>\xe3\t\xccI\x9du\xcd\xfcQyZ\x0f\xe8p\x8e\x0c\x94\xf3\xcf\xc2T\x97g\x90\x06\ry\xe1\xfd\xcbj\x0e\xae\xb1\xdd\xc6u@\xc7\xb0\xf2\'}2\xc3\x99\xb6Y\xfb\x9f\xa4V\xefi\xf0\xb2\xf46\xd6\x84\x83\xfd+\xa3\xa8\xe4\xa8\x05J\x03k\xc5\x1d\xa8{\xce\xea\x15*\xd0\xc99\xd2t\'S2\x02\xe6\xeb\xe2\x8a\xf4o\xcb\xdd%\xc0\xee\xd7N|jvGi(=\xe5\x0b2\xda\x16@\x15j\xd4\x1d\x01\xb0\x86R\xdb\x93\xfd\xa1\xfb\x9f\xf6fL\xf4\x13\xcb\x0e\x88\xc4\xc0\xaf%\xa4t\x05r\x1bo\xc9fn\x955\x08\x10\x11\x80\x9f2\xdc\x85\xbb\xa0B+\xf4\x8d\x08uR\x85\x05\xcb\xbb5\xc7\xbd\x9cx\x15\xf6\tV=\x92\xa2M\xbfs\xf2\xbd\x92\xee\x84v\x97\xed\x8bE9n\x082]tW\x01f\xdf\xa5U\x11\x92\xc3 \xf3\x1a\t\xd8\xf78.\t\xfe\x1b\xfbQ\x16\x895\xa7\xf9\xe4\x8d\xdf\xc2\xb4\x14_\x02MG\xfe3$\x16\xbb\xe2\xfd\xeb"*\x9d\x08\x8eJ\xf0\xd4\xf0\x12)\r2\xd4!;,\xb2AS\xb6o\xcev\x801\x182\xaa\xd9\x8e\xa5m\xe6Rv7\x19+5\x9f\x92\xf6\x1eW\xa9&,U\x88\xa8y\x9fnWPc\xd1\x15R\xaflT\xba\x82\x99V\x10\x8ap*,\x95o\x87\x1a\x18c\xa3b4\xbb\xe9ZFu\xba\x8b\x93Pq\xce\x12[p\xd5\x05QA\x91\xaf\xdc4\xcd9\x15\x970\x15\x89D\xbd\x90M\xda\'*K\xba\xe7,\xed/\x16fjb[)-x\x18\x84\xb4\n\x9b! \x11ixz\xcd{\x00\xfa\x13\xf2 \xd58\t\x9a\xf8\xec%~\th\xac\xa8!oe{\xd4\xdeE\xe8\x1a\x18\x7fw\xbc\x13n\xb9\xdc\xad^\xeb}v\xb3\xd9N\xa7\x99y\x033\t\xc5g^Y\xd9\xfb\xd9X\x99\xb0[}\xcd\xc7\x92\xac\x81\xad\xda\x8bwS/\x0f\x85*?\xb7a\xe9\x131gT\xb5W\x18\x95fIY\xe7\x1e\xe3?\x89dr\x86<\x17\x90N\xe4!.\xd8\x19\xa6\x1bdx*\xe8\x84\xa4\x91\xd0\x11\xdb\x0b\x80!b\xfe\x0e\x85|\xf9\x19\xad\xd68B\xe6\xc8\xaa8\x9e<\xeb\x07\x14;0"\xbd\xd5\x9b\xbc\xf4\xc8n\xb2m\x8dp\xe5Y\xb9\x90l\x9f\x12\xff\xbcCh67N\xf2<C\x9cc\xa0\'xe,\x9a6\xad!V\x93\x0ev\xe0b\xa4H\xfb\x03\x8a\x99\x9b\x94\x1b\xc5\xf5^\x9cb\xfc\xdc\xef\x0b\x19h\xf3\xe7\xf6\xb4\'\x91\nDt\xb7+\xb2\x90\x8f9\x7f\xfc\x03Z]\xb7\x8c\x05\xa6\xd0\xae,\xe5\x0b\x8f\xd0\xb4\x8d\xec\'?wV\xf2\xcb\xe2\xd1JK\x9f\r\xac0\x82r\xa2\x9a\x96\x887\x94\xf9B\xe6\xb3\xd6\xd9\xd6\x7f\xb3\xce\td6\xec\x017\x99\xd3\xb4\x80\x0f\xcfK\xfcV0\xc1\xa0\xdeK^\xee\xdc\x0e\x9c\xa6\xb6\x87\xfe\xc1\x8b\xf3\xf9\xd5v\x80\x0b\xb0\x81\xe0?3S\x816{\xa9>N\xae\xf5\xa4w\x8e+D\xf3524`\xf6\x03,\x9f\xbc|a~\x80L\xa6\'h\n\xba\xdd\xe8\xfb\x1d\xa1\x0f@\x11\x8e\xa7\x19*~\x105IC\x12j*\x13\xcfi}\xccj\x00\x9fPh\x04\xc4\xc2\r\xd7\xb6\xa0C\x84\xec\xbc\xf8\xcc,T4BP\xd9M\xaa\x8d8\xfelg\xc85\x8c\x83\xab\xa8\xec\xa5\xe9\xcd\xa9\xcaBA\xd7N/\x04>W\x9c\x9aq\x05[$\x16\x1fU\x90\x8c:\xf6\xad\x9a~\xfb\xecr\xe6\x86}\xc6\xf1\xceZ\xe6\x1f\xc2\n\x88\xa0\x13\xc89\xacQ\x06rq\x91\\\x9c\xad\x05\xc2\x04\x85E\x95\x8e\x95%\xb0\xc41\xadFq\xd1(\xe7\xd2\x01\x96p\xa1\x9e\xaeO,_\x0e\xc3/\xe1`_=|\xf0D\x88\x06\x97F\x0e\xee,\xc9\xedu\xe8\xa0\xf5\x1fb,A\xb8\xe3\x8a\xed\xff\x9c(\x8b\x0cP\xac\xae\x9a\xba7\x04\xa8.(ag\x8b\xd7\xc2)DR\xbd\xa0Ji\x8b\x81:\x13\xcb\x10\x18\xdflG\x8dA)2`4\x1ac\xa9\xb0\xcbU\xfa\xeaSX:\xaeS\x86\x1e\x03\x8d,\t\xf0\xe1,[u\x93y\xa5\xb6\x99\x00\xdc>w\x14L\xa66-\xc9+\x9b<\xb6\xd7\x83_\xc2\n\xf7\x1c\xcfY\x9f\xfe\xe4e\xa1\x89\x89\x93\x0c\x91\xad\\\xcf\xde\xb5&\x90~m\xc2\x0f\xbf@jM\xcbT\xf1<\xb6\xab\x1fX"W\xfb4\xdel\x9d\xe5;.^\xfdF\x84\xed\xf0\xf7}h\xf2,\xac\xa2:\x15\xdf\xcd\xa3\xb5n\xc1\xb4C\x86m\xdc\xd1\x15\xd4\x15j\xbbL\xfc\x80$\xf8\xb9tcK\xd6O\xbe^7\xa9\xee\x11\x97\xddd|\xfdC\x1d\x84\x88\x0f~g[\xd4fJl\xd1\xe1\x9d-\x12\x12#\'ah\xe1g\xbe\xdc\xe1\xa7W|\xdbS\x84\xa2\x7f]\xd8\xacF\x90\xc7\x97xp\xf6\x8a\x80Q\xfds\x92\x13\xcc,E9\x84X4\xae\xb8\x96\x12\x9d\xde&\xab\xd0\xe0\xc6I\x03\xeb\x9cf\xb9\xc1\x01\xb7n\x9e\x98o\xd3G\x8bj\xeb\xf0\xa9G*\x03\x1fc=\xe1I\xf0\x92r\r`d\xdc\xf8i\xcf\x8f\x1a\xe9\x9b,\n\x14\xd8\x90\xaaK\x1e8\x11\xd54\x17\xbf\xe7a\xd8\xed\xbckx\xd1V\x9as\xf9@_\x18\xee\xbfa\xf5C\x98?\xf2y[3)\xc9\x9b\xe6k\xff\xff\xc5\x14\xb3\xd4\xbd\x92\xca/\xf0\x93\x14\n.\xc3\x89\xd7,7\x12>\xa8\x94\xfa\x7f\x9bZ\xfa\x82\xaa@\xa3E\xf8\xda\x8d \xd6$<H\xaf\x11\x12\xe0hsh\x0e\x8e\xc9\xfe\xeaB>\x7f\xd1?&Y\xb3Z\xe3\xcbrV\x13\x86,O\xff5w\xe4Wjy\x1eC\x06\x10\xf1\x95\xf0\xaeM\x02\xc4E\x05\x9d\x19o\x18 \xdaP\xaf\xda\xee\x0c\x9e&t\xd3\xd6"f\xd7\xd1\xbcz\xab^#\xb7\xfcVJ\x10\xf1\xbd\xc2\xcdk\xdf\x85V,ui\xee\x01"ZDw\xba\xae\x8f\xd0\xd0\xc7\xe98\x9f\xcfJ\x85E(\xb7=D5\xdb1\xd9\xbcG\xdb\xa2}\xccn*\xca\x05m\xee`\x1c\xf0x\xc2^Y\xe3\x07\xf7\x7f\xa3\xac\xd2I\\\xb7\xda\xc1&\xd6\xeaex\xdcze-\x8f./-\x9c\x9ey\xf1\x8b\xb1\xe3\xf1x\x02"\x7f\xa8\xb6h\xd3\xbe\x05\x82m\xe3\x87\x02\x8c\xe8\xf9\xf7\x8ab\x13!\x9b\x16\x10\xe2\xd0\xd5\x9e\nN\xf9gk\x9c\x0f\x1b\x01w\x81%\xfd\x05m\x9a+\xfb:N\xc7\xd1\x99BDP\xff\x8b\x11\x82\xdajF\x9c\x9a9?\xa80\x17eK\xc2k\xc4\xa1_y\x02\x9c\x1e] \xc8\x92\x84\xfd\xcc_mA0\xdb\x9a\xe2\x1f\xc1\x8a\x1c\x8c\xde\x9a\xde\xd3I\xd5\x80OB\xd3\xe0W\x87\x8d\xd9\x87\xff\x8eq\r:^\xa1\xad\x96 w\x9fI\xa39$7S\xa8Q^\xda\xea\xd4\x83\xf6\xa6\xfar!(\xd0\xf3\x87\x1e/~\x88\xa2\x9dZ\xf0J\x8b\x12L\xdc%\xebs\xa7\xed\xa3\xd08\xd8L\xd2E\x8dE\xdcx\xe6\x04\x14B\xbb\xff\xdd\xf2\xbe\xab\xf5I\xeci\xda\xba\xd5\r\xa7\x88U\x009k+\xa9\x10\x89\x94\xd8\xbcs\xf2)\xdb\x9d6\x00\x95\xfe\x9a\x017\xee[#\xe5rr\x9eV\x0bF\x1b\x00\n\xbe\x15\xd0E\xa4\xf0\xce3\xfc\x172\xb7\xbf*\xda\xf6\x89\x8f\x85;\x06\xf93=\xc6\xd9\x8a\xc4\x93\xa2\x06c\x87\t\xbb\x9e\xb4\x8a\xcai\xcfJf\xb6h\xdc\xde\xf7\xdfK0\x00\xbf\xcd\xd5 \x88\x9c\xa2\xffp\x10\xcb\xd4G\xef\x19>)JE`\xa7\x03\x99+L\xc0\xa23\x12\xbfi\x06R\xcb\xd9t\xbbq))$\x00\xb0\xea[ 6i!\x84po\xaa\x85\x96*\xba\xc2^\xf2\xc5b\x96\x14\x1b\x8f\x06\t\x98\x1cds\x82\xb8\xfd\x9c\xcbE\x84,\xae*\xa9\xa7 \xf0\xf5\x01\xc1\x81=\xe3\xfd6\xbb\xd9\xa56\x08=[`1\xd3Z\xca9\xd9\xff\xcf\x92\x8eE\x11:\x94tm\xe7p\xc8\x80\x9cd\xf6\x84Z\x17\xff\xfd>\x02\x8b\xf40"\xa1z\xf2O\xc7\x7f\xabsV-\x1e\xaf9\xa9z\xdd`M\xc8\xee\xe0\xea\xa6\x18\xb9\xe3\xd6\x7f\x91\xab\x91d\xd8\xbf\xb4t\x99w\xdc\x1do\xb1\x0e@\x07l\xa1\xea\xfe\tI\xc84\x96\x13gx\x00\xde\xae\x9b]\x08V\x80\xf8\xac@E\xbdr~\'H\x04\xbf\x11\n;\xa3\xc3\xfb\x1b\xbb[\xac\x10z\x17\x8e\x8d\\\x01>\x1e6\xab\xef\xbd\xf7\xc8\xe3\x05\x9e\x13+\xadX\x10\xec|\x89\xd6\xd0m\xbe\x8c\x99\xca\x93\xe4)\xed\xd3wl\x12\xc3WY\t\x9fm\xbc\x1f\xe5Q\xcfC`c\xec\xfe\xecmH\xf5\xfc\xce\xac\xd7\x12\xaeks\xc0\xe9L\xec\xa4\x1f\xac\xee\xfb\x13\x81\t\x8c8\xc8g\xd8\xcc\xc2B\xe4\xf1\xca\xccRr}h\xf9p\x9f\xfb\x14\x95\xb3L&\xfa\xa1\x0e\xa4K\xcd8\xa8!t\xf6\x9c,\x86W\xbas\xa9\xdd\x97&\xbb\xc3\xbd\xdd\x82\xb0\x06\x16\x88! \x9el\x9a\x14F\x12\x96@\xda\x19-}\xf3!\x9c\xbb\x1bt&\xf7\x87\'tl/\xd5\xc7\x05\xdc:\xd5"s|d\xcc\xe1a\x02"\x08\xc1\xc3>\xa4\x82\xf9G\x1cB\xd2\xed,\xefE\xbe9\xbb/\x80\xe7i\x18\x0fr\xd4\x07\x1e~\x82\x03\x8f\xde!`\xec<\xc71#\xa9l\x16I\x80LR\r\x99\x05\x1a\xe5\xdf}\xc8\xf7\x07f\xcb(\x15\xe3t=E\xf5\x9c\xdb\xad_k\x0ei\xa5\xca)\xf0(\x06\r\x98\xe7\xc1\xe9\x96\x124G\x0f5\xd7\x8a]\xd7\x16\x99J)\x98b\xf5^T\x158k\xdc\xa4B*s\xc5\xdc\x01\xcd\xb6\x05\x99\x98K\xac\xe7\x9b\xdd$\xa5\x94\r\xc2\x195D0JV\xd0\xf0\x99\x94\x03\x19\xe39;c\xae\xc2\x89\xc7\x18\x10\xf6\xd2_\xdf\x1d\xeeQ&\x02\xb9\xea%0\x0b\xe6\xb00\xf5\xc6P\xf7"\x0e2\xd4Z\xfcg\xfb\x87g\x8dP\xe5\xc6\x17sD\xc1\xf0\xee\xc9\xc0\'\x19\xcc\x0f\xe6\xa0\xcd\x84\x9d\xf8(r>\xda\xe8\x7f\xa8\x15\xeaC\xdc\xbc\x9aZn\xcb\\\xe7\x05\x03\x8a\x15A\x92\xbb\x13\x88d\xbb\xca\x1aG\x03V\x16\xcb\x1f\xbb\x84\xa9\xd1g\xb6\x18\xf6z\xa3!\'\x9d\x82\xc0\x7f\xe6\x87\x99I\xcc\'p]\xca\xee\x0f\xd7t\xe1*\xc2H\xab\xb15^\xae\xf3tp:\xc6hs\x97\xbc\xe8\x074F\x8f6\xeb\xcd\xce P=\x01-\xb1Q\xc2pf\xe61\x9c-\x9c\xa1m\x89\xbc\x881A\xbdk[\xe9[f\x194\x17\xf2\x9fj\x84R\x87+<\xc9\xcaS\x03\x9e\x86\x00\xbd\x8eY\x01\x1d\xbf^\xed\xa9\xe6)\xa9\nt\x03!\xae\xbf\x80\x9e\xaa\x1b\xd2N\xe3\x83\x95o\xd6\xb1\xd5C\xfe\xbe\xf5\xec\xed\x841I\x9d\x18x\xa2\x91h\xd4\x843\xa50NA\x94\xecW$\x18?}\xf8\x8e\xcce:\xf5H\xbf)\xa5`+|\x9c\x95\xda\x12\x19x\x14S\x8f\x9f\xb7 \xda9\xb8OX\xc2\xd1\x86\xae\xab^\xf3\x85\xa6\x17\xbd\x06\xd3\xf5\xbe\xdfz\x9c\x8cO\xc8\x19\xa13\xbe\x00240?\x88\x9b\x8eJx\xd2\xd5\xd3S\xdf\xe2\xf7\xf7\x9c\n\xbc\xa1\x8a\xdc\x15d1\x0b\xebM\xa0C\xbb\xf6\xfe\xbd\xc1\x88\xae \xf4,=\x0ee\xde\r\xe9\x1e\xcc~\xf2i,o\x9b\xe3\r\xe6\xa0s~Y\x03\xcfM\xe3w\x909\x8a\xe5\xf6\xc7>\x7f\x9c\xd0@#\xe9J\xae\x1eBZ0\x05\xa6\x83\xc2t\xc2\xd5X\xd4\xd5\x11&\x12\xf3\xc2\x92\xf6\xe5\xd4\xe9In\x9c\xd2cZ?\xdf\xa8\xdc\x1b\xa42$Pv\xe4-^6\xad|\x83U\xcc\'8H\xa6!w\xb1\xed\x82\xf0\x9a\x9av\x8b\xf6\x1ba\x88\x7f"O\x8e\x9d\xff\x8d\x86\xb2\x9d]\xec\x99\xdd\x86i\xff&\xab\x86 \x05}\x1b\xc2\xcc\xbd\x14\xb3p\xae\x7fx\xaaS\xb1\x14\x12\xf5+\xb7\x06\xd6\xae\xf5\xf5i1\x1f\x8e\xe2\x82\xf1\xd0\xce\x03[\xad\x1c\xea\xda\x88\xbc\xa5\xb8\xcf>*\xf7\x9c$9=\\ \x97Y\x8b\x80\xb3\xe8j\xe9\x8a*\xe3v\xccrZ\xd6\'c\xe5\x8c\xc1\xf49\xf8\x86\x18\x0b+\xa1\xb7\xb6\xcex\xd4\x85\xd5f\xd1W\xc6\xf2S\xb4\x18\xf2^\xb9\xae\xec\xc8"\xbct\xe6\xabH\x89\xfa\x9fb\x82\x84Umq\xbav\xb9mb\x142\xcd\x1d\x92A52\xdb\xedKe:m\xf8I-\x8bDR\xb5\x93\xda\x8e\xb2\xbby\xa2\xccY\xbc\x1d\xcc\xf8*\xcb\x02\xe2\x8a\x04\x96\xf8\xbd\x19\x91E\x1dl=\x17}\xd2si\x0c\xde\xb2^ \xf4R\xa4b\xae\x991\xa3\xcf}x\xd5\xa61\xc5\x82=\xa9?\xfan\x0ev6\x06<\xcfS\xf75\x95\xf2z\xb9M\x80\xa9\x077A\xf7V\xeeb\xecx\xfe\xd9\xab\xc0}\x7f\xdf\xae\x8eV\xfa^\x8e\xf25\xc2\xe5\x0c\t\x11\x1e\xe1\xa7yc\x82\xbe.\xbc?\xfe\xc3\xfb\xd0\xf0\xdd\xed\x83\xad\xf9r\xa0_\x815+\x02^\xc3s\xa42d2)\x97\xba\xc1\x111f\xb5\x1d2\xf1\xcd\x14\t\xe7\xf81JL\xa4\xb9\xa9\xa5\xff\xa6\x8f0\xb9\x0f\xf6*\xe2Pv!\x07\xc6GqH\x81\x97\x06D&\xf4\x06\x07\xc8\xbc\x8aW\xfe\xfc\x95O\x14\xf5\xa6\x9ckj\x9bvf\x1c\xfa\x17\x19m\xbc\x1e\xe3$\xc9/PW\x83c\xe6\xb4\xa8\x8bi\xdd\x96\xac"\xa5\x81e\xb2\xbd\x8e\x11t\x8a\x04N\xff9~\xb7\xb9D\xe9\x01\xa4\xe3Jh\xe4\xbfqO\xbb\xfcms\x17\xa8\x19\x82\xb2\xe47\xfa\xc6\x7f\xc1U_\xf9\x90\t\x9b\x92U\xbd \xde`\xf6\xb6\xf8G\xa3Q\xc7\xe8\x97\x80CBw\xa2\xb5\x99\xa8\x1f\\?/\xb4\xb3\'\x9c\xd6\x8caC\x0c\xa1\x98M\x90ET\xbb\x88\xccJ4\xabvV \x19\x1c|\x88CZ\xb0\x0e\xe8\xbb\xe3=\xce/\x89m\x0f\x06\xda/\x99\xab\xaet\x9f%I\xf3r?&\x18 P\x0e)\xf4\xe59za\xa1#\x9cnp\xfc\xb9\x16Ls\xd2\xcb\xba}B\x03\xcbU\x95\x86;j\xea\xcc\xfa\x1d\x82iEO\x085\xc2\xcbkz\xf6\x17G\xd8\xec\xea~#E\xd7\xad\xed\x14\xfc\x92\x15V\xef\x8f\xc2]\x1b*la\x86\xf3\xcc\x8a\xe52\xdc\xa2s\x80\x1d\x95\xb3fEK\xcaN\x05\x96%\xdb\xe9\xf5\xc4\xec\x81\xc0P\xb6\x1c\xbc;7\xb6\xbe8\xa1\x05\x82B\x91[\x12bj\x08\xda=\x07\xc0fI4.{&}8\xa9[\xc6X`6\xfe\xa7\xa8\xe8\x1e@\x0b\xf4\r\xcdGt\xc6\xa1:VK\xbb\xf1\xc9\x11\xb2\xc5o\xc2\xce\xf7\xe2\x81\x04*rq\xdcY:\xfa\xefq\xdf\x02\x08\x03\x9c\xbc8\xd7\xcb\x08\xd9\x9ej\x95\x90K\xc1\x14\x9ba\x90\xed\x01\xb2=ZQ\xb1\xa3\x06\xd1\x08\x94\x88n\xed\xa4\xc8\xcf\xdd\x1c\xe1\xe9\xf3xk2&\x8bNQ\xfb\x19\xa7e\x84\x9a\xb0(\x86\xf5S\xbf\xb4\x0e\xadsc\x03\xbaS2\xa8\xbd9\xa6Z\x1a\xbb\xc9\xa4\xa4\xd5Xci\x1d\rYB\xbd\x00\xd7\xc9d\xf7\xc1\x8a\xcb-\x1aU\xc4\x92\x9b\r\xf8q\xd2\xc3GE\xf0\xa4\xac\xe1e\xde\xf6F3_\xab\xa0\x14;\xe3G\xc4\xc4\xd8\xe1\x07+\xb38*x\x96\x8e')
|
model/obfuscated/prompts.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
# Pyarmor 8.5.11 (trial), 000000, non-profits, 2024-11-
|
| 2 |
from pyarmor_runtime_000000 import __pyarmor__
|
| 3 |
-
__pyarmor__(__name__, __file__, b'PY000000\x00\x03\x0b\x00\xa7\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00\x0f!\x00\x00\x12\t\x04\x00N\'y\xb9We\xd2\x0b\x90\xb1B\x8e2\xf3/,\x00\x00\x00\x00\x00\x00\x00\x00\xd5\x17.\xcd)\xa3Fw\xdc\xc0\xf7\x1c\xb3\xa4\xd1=\r\x82\xbbC\xc1\xa5\xf7\xb7\x8e\x83c\x81\xd6c{d\xf1#e\xba\xbc4e)\x18\x1c/}F\xec\xbf\xaeM3\xf1\x9c\x0b\xa5\x10\xec\xfe=\xf1\xb3d\x96\x95\x8a\x03\xde\xdb\x08\x96\xfaT?l\xe1\xba\xc1\x1a\x05k\xd7\x11\xdb\x8cC\xe1rBI\x92\xd7\t\xab\x08\x80|b\xa1H\xaa\x88v\x9d\x0c\x9f\xfey\xd2\xdd\xf2\xe7\xcf \x8c\xa7;-z\xbf\x12\x08a\xa6<\x88\xael\x88@R?\x1c\xc4\xa2\t\xb2h\x80\x87\x9do;\xd3\xe6\x86\xba\x8d\x9b\xaf\x03\xec\x1f\x0b\x15\xaf\x00\xf8\xdc3\x18?\xe7x\xa8\x0e\xfc\xfe\xd6\x87\xd7\x86,`v\xc1-\x8d^\xca\xce\x1e\xc5\x1dtiV\x85\x8aC\x85\xee:\n\xad\xef\x96\xf8\xca6\x02\xbd\x1d\xe3\xcc\xc4(7\xe9\xa9M&\xc2w\xe5\xe8\x94\'xN\xe7\xd5\x93;\xf8_\xac\xedYc\xba\xa61\r\x01\xeerv\x8b\x112\xb0#7j_\x05N\x1a\xffv\xb7\xe6#DZ\x05\xe3\xe6W^\x16\x8d\x8aR\x15j\x97\xfa\x08v2\xbd&\xea\xa1\x91p\x86!\x9c\xedL\x86\xfc\x8e\xf2\x9ay\xbf\xd2N(%\xcb\xf2|((\xa9\'5+C\xf5\xe2s&\xf7\xd7\'\x93\xf8\xd5$\x08\x0b\xc0*%\x8d\x16s\xfe\xe1Q\xe7Jw\xb3\x86{\xda\xa5\xf7/\xb6V\xd9v[\xacK+L\xa7\xa2E\xe8\xeb\x9e\x19\xdb\xa4\xeb\xef\x91:\x99\x04\xbf\xe6\xc4\xc8t\xb9\xbet\xdc\xb95\xb9\xd20?d\xa2_\x9b>\xf4\xa0C\x8d\xd7\xa9:\xf0\xccn\x0c\x18\xd9#3\x8ce\xda-\xd9Q\xa6\x8d\xf2\x89A\x87\x96\xff\x84\x9eZ\x16\x13\x83\x83a\x7f\xf0\x9e{\xbb\xd3m\x11@\xe8\xef\x17\x04\x02\xc8\xe4\xde\xdeRX-\xf4w\xe5\xed7\x0b^{u\xf7\xbb\xcf\xb1\xa4\x18\t\x00w?U5L\x99\x80\xce\xa9\x17\x84\xc1z\xb0\x0b}8w\xf2\xdd\xd3\xb8?\n\xf1\xa5\x7f\x13\xae>\x97I\x93 \xbe\x95\x15y\x0e\x8cqE\xb5I\xd7\xe0\x88\xe8\xeb\x90|b\xa6\xca7\x89(\xa3\xf2\x03\x8c\xbd\x96\xe0 ;\x0c11\xa0\x03\x02\x16\n\x0c\x1c\xc4\x80\xf5\xe6[\x00\xe9\xae\xd2\xe5\xd3(;\x19\x94\x9b+\xaau\x97\x04Q\xc5\xc8FUa_O\xcb\xe7\xb08\x81^`\xf3\xbf2/E\xc8\xac\xe1=:\xe5\xd2\xae:\x1cC\x11\x00M\xcb\xb6\xb3\xb1\xef#G\x1b"\'\x01\x0cSZ\r:g\xa0\x98\xd8U\xee?=\xfdK$\x13;r\xc3\xb0\xff\x96\xb1\xb9\xe4T\xf9\x87\xff\x05B\x057\xe5v\xb6!a\x18h#\t\t\xc0~\x07\xa4\x87\x99\x13\x07A\x1d\xf4D\x1a\xbe\xf6\xe0k>\xfc\xe8\x98\xd6cT\x08\xd8I\x18\xca\x8d/E\xc5\x97\x89G\xe0\xd0b^t7\x90\x16\xda\x8a\x857\x894\xf1\x1c\xb0\x81\n~\xf25*)\xef\xdb\xe8\xe7\x0b\xfe7=U\x97=5/3\x93\x89V\x95\xab?o\'\xc0Iv/ \x10u\xdf|\x83\x9d\xb7\xac\x9f\xce\x1f\xc6\xc668\xa5TY\xc1[\xfa\x1c\x81A2e\x14\xb2\\\x8d\xf0\x7fG\x10/.\xad\xab\tH\n\xe9\xfd>\xdf\xf0\xdc\xa5\xcb\xe2N\x92y\x8dj\x07\xe1#\xf7\xef?kEL\x90\xe6t\xe1M\x0b\x00!\xe3\'\x86JH\x1e\xfd\x94]\x1b\x87\xa7\xa3\xcd\x99\x1d\xb3\xd1\xf6\xe3\x86oW\xf1\x8af\xec6$[#\xd9\x1e\xa2I\xcaO\xd75\xa6j\xa9\xc0J\xb1\x842\xbb\xea\xc5\x01\x94\xbf\xcd\x9d\x00\x9e\x0e\x119[\x8f2~0\xb6\xff/\x16a!.\xe6Al`\x80\xdes\xc9%=\xbc<:n\x8c\x85\\\xa6H~\xa1\xbd\xceSk\x0f\xb1\xed\xbe\xff:@\xc5\xa7x|\xc7\xa6\xac\xe8rA\x1d\xba\xe0\xf6)\xa9\xab-\x10E\xf6\xee$Q*0\xabF\xa2n\xd4\xf0 \x1d\x1dh6\xc7\x85\xa6g\x0e:4\x8b,\xbf\xaa]\x14\xa8\xe3\x8b\xad\xb0s\xad5@\x81G\xa1\xf2x\xbb\xd1xk\xbe\x1b\\\xeed\rZ\xb6\xbfl\x1f)h\x90\xfd\xaf\x9c!I\'\xf4L\xfe\\\xddp\x05-\xbd\xf0( F} "\xb6\x0c\x9a\xd3\xfd\xa4O\xd1\xca\xe0+\x1dT]\xa7Kc\xe8\xdc\xfe7\x11I\xd8\xcf\xbc}!1\xd2\x0c\x17\xd9\xcaG\x8f\x1a\xb5_\x85D\xe2\x07\xa2P"\xb2\xd3l\xdcO]\xeb\x03A\x8f\xb9\xf1n\x17v\x8f\xf4vS \xbc\xd94"b\x00\x9b)\x88Y\xa6\xd0\xce(\xb8y\xe7\x05\x18\xd8o\xa1\xcf2V\x92n\xe5\x8a\xaa\x861&"\xef\x89\xbeY\x1b\xd6\xc6\x06\x9cJ\xe5\x06\x1e\xefxl!yN\x91\x11\xcb\xe9\xc8/|\xcf\xb9yv4\xc3\xc8\xfe\xef\x9f,\xec\xd7\xd2\xe1\xad\xe6\x08]\x13GJ\xb40dZ\x06\xe0\x93KW\xf9*\x92Y\x99:0J,\xeb\xe3N q\x1d\x0c]kn\xf1\xf8\xdd\xa1\x13/\x81\x9e\xf1\xe6\xc7u\xf3ql\xc0\xb7\x859]\'M\x17\x94\x05y\x92\x15\xb5\xab\xc8\xb8\x06^s\x0e{\xbc\x0b=\x15\x95\xa8\xd9\xa0\x168(\xa4\xc2\x99\xd1\x15\'7\xad\xaa\xfft\xb6\xcb\x92\xdf\xab\xb6\x18\xd7\xf9\x88\x93\x88@\xfe\x9a]\xbb\x95\xd5\x99\xbd\xa4\xec\xe9Ta\\\xc4,\x1cERW@lM\x0f\xe4\xfb\x96\xea\xa0[\xa9@\xf2\xfa\x14\x87\xf1\x83\x1dZ\xf6t\xf8{\xf7\r\x88d9\x83\xf0UQY\xdd\xc0\xdd\x86\xb9\xe4\xd51\x844\x19\xe6M2\x00k\x14\x92|\xcbs \x03!\xf4\xde\x86!T}Yg\x0b\x90B\x7f\xe3\x8b\x94SW\xd0k\xb7\x7f\x98zs18JcO\xedo\xa6\xdd\xa1\xdfs\x04\x9fX\x03f\xb2\xa3w\xaa\x04\xa8\xb9(\x8b\xeeU\x1aDiL`r\xf2+g\x81d\xf8\xec&?\xc5\x8d&Pc\xf5\xf8\x1ar\xd9\x88\n\xff<R\x8c\x8f\xb1\x99\xe8y(>6}\xd5.\x7f\xc6\xb5\xa6\x955\x9bv\xac\\\xbb\xdc\xb3v[\x8c\xf96\x1b\x08\xea\xc3\x19p\t4l|\xa3\x14+\xec\x14`\n>\x89\\\xc4v^\x86V\x14\xd5\xedx\xa1Stz\xdb\x9b\x85h\xf3\x7fL\x8av_\xffG\x18\x88\xaf)6\x05\xf9\xca\xdd\x1d\x98\xa7\xddX\xf4\xd7\x81y7w\x0fV\xb4B\x1c\xcf\x14\x85\x15k2\x8fW\x98\x98Eb\x1a|\x18\xf1\x96\x9d\xf1l\xd6\t\'\x8e!\x03ON \xd7w\xd4\x03\xf7\x96g\x82\x7f\xc4H&\x8b\x03\xe3\xbd\xbd\x10\xbd\x81g\x9b\xa5y\x0c\xc4dM\\4\xc2o&\x00\rw\x12$%e\xe6u9W\xb04\xa2C7-w\x1c\x99Of\x96\xd0\xbf\x9b\xb9\x84gO\xdc7\x871d@\xcd\x14\x07`\x19\xa0\xf8\xb1\xc4\xa0\x1f\xc5\x87-\xd1\xb3\xf6\xe9D\x0c\xe0\xfc\xc2C\x04\xfb\xc6\x8e\xe3\xbbM\x92\'\xc3\xb7\xbc\xaf\xe3\x17\x90\x1c"\xd4\xfbD\t\x95\x049a_S\xa6\x8e\x93\x1b>~\x10\xce\x15\xbe\xbb\x1c\x9ac\xcf\xd6\xc2P\xa99\x8e\x9e\x11\xfe\x9c)\xad\xc7\xcf!\xf2\xf8\x9e$c\xcc_\x92?\x17q\xdc`\xech\xf7X\xad\xe8\x16\xe3\x0c\xd0\xbb(O\x82\xb3\x05e@\xd6q\xbe\xf9\xbf>\xe9m_\xc5\xef\xa4\x8eE\xe2\x93\x02\xf1\xa8\x84\xcb\r[k\xfe\x97ioP<#9\xbe\xfdU+D\x0c\x00\xe1\x02\xdb\x0e\xfa\xce\xd3;\xecO\xec\xb9)d`)+A\x15Y\xe2\x84\xa0|\xaa\xfc\xb7\xd4\x84\xedLh~m\x7f6|2)"\xd2\xbd-\x079\x11\x0b\xb5m\x19\xfb\x9e\xaeM[X\xf7\xf9\x16a\xd4\xff_\x7f\xe5\xef\xf5\x99\xe2\xbd\xa1\x8e\xd3\xc0\xbe\x0f\x94\xa5\xbe\x03\x1f\x03\xa3\xda3\xe3R\x83\xeb\xd1;\xcb)c\xfb\xac|\xee\xb0"#\xf6x\xa3\x0c\xe8JoG\xf9\xfb\x7f\xe4\x875\xe6\x88\x00\xdb\x12\xf6\tA\xee\x8c\xef\xf4]Uk\xd2Tv9\x92\xa0i@\xc2\xc0~\xccw\x10_-\xc0\x9b\xde\xdd%\xb8\xdd{p\t\x9d\x87U\xf9\xecL\xd8\xfb\xe1\xfb\x8c\xecI\x16\x9b\xd4\x11\x0e|f\xbc\xba \x95*\xad\x15\xc9\xf9\xf8\xe1P\x92&)\xbc\xe4Ku\x0fVJ\xef\x8aSdRN;\x88j<!\xab\xab\xeb\x80\xe1;R\xa8\xff\xef\xde\xa7mC\xbci\x8dQ\xf33s\xe3\xf6\xdb\xa3V\xef=Y\x8b\xcb.\xcfI)\x9d\xbc@\x8d\x14\xa50\x03\x01i\xe2\xfd2\xf2\xf5xsX\x1e\x19\xbd~\x06a\n~\xa3R_\xd0>\xf8\x96\xcf?\xca\x87\xb7\x91\x1c`\x87\xbdP\xc7\xbd\x1b`*\xdc\xcb\xce\xac\x07]\xfe\'}\x9fE\xce\xedm\x83\x9d+V\x1d>\xee\x19C\xefr"\xdbl\x818\xcb\x12A\x8f\x8c9r\xf3.x\xc3\x9ez\xdd\x10\xf2\x0b>\x9fgQ\x91*;N\xc7Ww\xbaY h\xce)\x14\x8e\xb4\xea\x0e\xc1H\xfe\xd4\x1d\xe3\xe7\nSR&\x10\xc1\xb9t#(b\xe0-+\xddjW\\\xc3\xc3\xabz\xa8\xb2\xd3\xf1\xc4Y\xcaS\xee\xee\xd7\xd0Z\x822MZ\xf4J\xea\xb4j\xa6\xe5\xb6W\xbas@\x12\xae\x98o\xe4\xe38\x05\x98\xc0\xa9\xa2\xe3\x91|b9}\xf0-\xce)\xa9\xf7\x87\xa2-;7\xa0\xa3\x88\'o=\x02\xe1\xf8h\xba\xe9.t+\xa3\xba\xd7\xf5\xa0\x9f\xe7\xeb[^MBo\xa7\xba\xd8<\xbb\xb8\x81z\r\x9f\xf10_F\xb3\xb1:\xcc\xf7\x11~\xf13\x02\x9c\x96\x03\xeaSPmC\r\x17\x17*\x94\xd7\x01\xa8>]\xeeQ,\xd5\xa3@\xa6F\xd4\nXJ\xbb{\xef\xc3\xf1\xbfN8QJ\xa2\x9b\x92\xda\x0c\xaf\xa3\x9e5\xd8\xc2\xd2\xab\'T0m\x87\x18\xb2\xaa\x17B\x98\xda\x9f\xab\x1e\x8f\x9c\x8e\xe3\xdb5\xe7\x86\xbc\x1f\xad\xc2%0\x97O\xa1\xf3\x8b\xd1\xb9x\x8c\xc5\xc6[\xe4~\x17WD\x18~\x98M\xf2\xb9\xdd\xfa\x13\xdb\xb6\x84vp\xa2\xc1\r\xfd\x9c\xe3\xee\xd1U\xbc\xcd\xf5\x0fx\x8b-\xf33cvY\x80-0Fm\xf0R?E\xf3\x04~vUTO4,\xa2I\x92\xe4\x00\\\x06\x8a\xca\xa5 B\xa1\xd8pZ\xf2\xa7\xbd\xfe\xd4\x11\xf3X\xbb\x82*\xa1\xd9j\x12]<\x0fI\xd1\xdd\x9e\x14\xadM\x08|\xbf4\x8d\x95\x8c\x03\xf3\xe5I\xcazx \x05\x8e\x19\xe8k+\x0fw\xfcb\xe5\xd9\x12\xefN]S\xbfs.\xb4\xab\x99gs\x06M\x83-\xf1\xac\xeb\x8f\xa5\x13\xfb\x97\x18\x00\x12\xe2\xd1\xc7\x88\xcaf\xf3\xaa\xcd3\xf9D\xfe{\xbf\xa4\x00\xb5F\xf9nIO\x7f\xdb\xa1\x10\xedz3u\xd2;\xcd\x8b\x90\xd76\x86\xdbM\xad\xb5\xdc\xb2\x1d\xe2\n\xdb\t\xd9<\xe4\xca\x88u\xdc(ot\xf5\x0c\x1f-z\x90[K\xa4\xb8`M\xa5\x9f\xb6\x92|\'\x95\xfa\x92\xa6\x0842\xa4W\x94\xb9\xee\x85\xac\x90\xe2m\xa0\xfa\xf3\xbcwj\xe5\xb1@\x00\x7f\xf4\x01\xde\x83\x92\x90\x8dK\xd88\x82\xa8>\xddM\x0b>\x13\xa9ni\xae\xc8\xa7\xe7\xee\xfc\xb0\x9f\xea\xbb\xc2\xe6\xb8\x04\xebK\xbep\x89&|\xa4{\xc5\xf0\xd7\x93"z\\\x1bX\xca\xab%\xf5#\xc5{\x8b\xab}\x0f\x85\xa0\xedci\xc3\xe2\xdc\x97\xc0^\x9f+\xc5\x89\xe6\xe3\xc7\xf3\x19cTA\x99!:L\xba\xab\xdbb:\xa0t\xa7a\x7f"\xd4\x04\x177 \xfb\x81\x80\x87e|i\xd0\x86\xc5\xba\xfdZ\\\xb0\xc3\x9e\xe19\xa2\x95\xf1\xa7|\x11!.\xea\x8aj\xe2#|\xf8\xfe\xc0\x88ZO ct\t\x96fC[\xdf\x12#h<\r>\xe9\x03\xba]v\xf0\xf4\xc3\xa9\xa0\x05It\xbf\x10\x97\xbc\xfa\xd4\xce\xd5\x9b\xd8(\x87[\x0fP\xd2\xf7\xe3\xbax\xafV\x1f\x01U\x80\xfb \xa1\xc4qI\xef/\xa9+A=\xf5\\\t0\r\x1f\xb7\x91\xf8G\xf6\xd4 \x9c3\xa2\xc8\x84\x06\xfcE\xd8\x95\x80\x07\xc6\xb5\xdaC\xabpe\x92\x1dS\xf0_@\xaf6\x19\xc0\x14k\x88\xd7\x16,-\xe3\x81\x08\x0c\xaf\x10?\x81M\xcf\x03\x05M\x01\x03P\x96\xc1QY\x0f\n\x84\xbc/\xc8\x12\xba\xb3x\xf0O\x0e!\xf6\x1b\xc19\tD/L+\x8d\x16Q\xf4\xbf`p4\'\xa0\x8a\xf5\x8d\x08L\xb5.\xba\x08\x89\x07l\x93c_y\xc4y5\x82\xc1\xccd\xa4\xfb\xa8\xa2\x0cq\xb9\xe3#\xabL\xef\rs8b\xdf\xbf\xe1\x9a\x0c<\xda\x06o\x1f\x9f\xd8]\xe6\xbbtr\xc7\xe7z\'U.\x15\x19\xda3\x8aQ\xa7/\xaf\xb8[\xfb\xc3\xff\xec\x87w`U\x06\x10H\xa1\x9d\x16\xd9\xbcB\x02\x16\xa9\x90^z\x94\x07\x1fNR\xc0\x00\x1bw\x9cw\xdf\xf0\xf3J?\xf9\x85\x85s)\xbe\x88q7\xbbl\xee\xc1\x8aW\x8d\xdb\x06w<l\x0f_\xc8\x9e\xd4\x99\xdc\xd2\xc0&\xfcz\x91,k\xf6\x8c\xed\x06\xd8S/\xb1Jv\x90k\xf1\xf3\x98Ck\xc7_3h\xab\x99`\x9e\x80[\x8b\x86\xa7\x1cze&\xac\xf9\xcb1\x15&gJ\x08\x15\xf6\x1f\x1e\xcc\r\x0e\xcb\xb9\xaac\xd1\x97\x1f\x9933\x08\x89\xbd\xaa\xd4@\xb7%a\x08z\x96r\xa5\xf4\xff\x08\xd7\x94\x0bP\xdbp\xcb\xe5\xdd\xf9\xe4\xf2\xdc\xe1\xf8\xc2)\xb6\x94B\x10aa\x122\'\xb2\xf6\xa5?\xc1\xed\x82c\xd1.\xb9\xb1\xe9dF\x18\xea\x8ck\x1e]\xd6|\x91\x14\xc4\x92\xdb\xcd|d\xe8E>\x95\x97mC\x1a\x1c6\xe0\x08^]R\xdc,o\xe1j\x82\xfd$\xdc\x8d\x97^\xcde_\xb5\xdf$\xfb\x90\xa4\x93\x00{]PH\x83X1G\xf4$r\x1f+\xea\xb0\xb3jp\xe1\x95\xee\xba\x8c\x94\x19W\xfeco\xa2\x88\x80\x12[\xa4\xf2V\xc8\xdeL\xeey\x8c\x05\xd7\x9f\xc5\x13\xa1\xca\xaas\xa6\xb3\t\x06\x01\x99\xd2,\xdf\x0cr\xcd\xe09l{c\x0f\x04\x11\x1e}g\x97\x19P\x12i\x17\x81\xcd\x17|\xde\x9eK\xb6\xe2\x91\x1c\xba1^\x98I\xaa+6\x10u\xdd+\x11\xebc\t\xb1\x92)X\x97X\xc7N\xa3\xd7OA~\x8fn\xf8\x8eN\x19$\x8cT\x16\xa2\xee\xd9\xcc\x1e{\xc1\x97R\xa5t\x1a\xbe\xf7\xae\xbc\x14\xda\xf2y\xbf?\x04r\xf48T^A`\xbfu\xb65\xe0\x85+[,\x92t\xfd\xe5\x19\xc7\x99?B\x07\x05 \xe9\xd1\xae1\xa2\x9f\xa1>E>\xf3\x9388`\x81F\xab\xf3\x01Z!\xbb\x97&\xd7\x03\x94\x1fxF\x84\x14D4\x1f*\x11\x04\xe6\x19\xf4\x887j\x92e4\x08DT\x9aS\xd0\xa9\xc1=(\x8be\xb7\xc3@1}\x8c\xcf\x1f\x13N\xbc\xa2\x8b$nj\x1b\xe3\x97\xd5Y\xcb\x0c\x1e\x89\xb2\\Q\xbe)9\xed\x03\x95<\xfcb7Ko\x9bT\xaf\xec>\xc7\xb3\x16\xe0\x1f\xe2X\xd7o\x85<r\x98\x91\xfb\xcda\xf5\x1c\xd3\x80X@iV\x1f\xe1\xcfc\xc9Y\xdd\x7f\xad\xe4\xe5\xd6\xa1\x89\x93\xe7\x15Z\xfe!\xadD\x94\xee\xcd\x8e\xe1\x98\xb5X\x0e\xf3mhBMr\xed\xdd\xbf\x19\xd3E\x84>\xe2\xc1\xbb\x1a\xba60-S\xd5\x82\x99\xc2\x05\xbd\xd1\xa6\xe4\x02\xa4p\x0bD/\x1a\xfe\xf1\x08:\xb4PSdH\x1f\x0b\xbe\xd5w\x1c+>\xa9\x91\x03\x8b\xe5"\xd5\xedO\xe4\xd1\x9eI\xff\x13c~\xf9\'\x03\xbc\xd6\x0e\x03\x9a\xca+cX\x0c\x07\xa3\xce\x1f\xa2?|xz\x04<\xb9\xa8\xf7H\xd8\xdc\x84\x11b\x1f~\xc9\xe5\xbc`\xa6O\x1f\x8f\x91G\xe0*\xb7G?\x97\x1f\x03\xd1j;\x82\x10\xcau\xd9e\xc5J\xef\xbc\xa8^\xab\x88\x92\x15\xa0==\xd6\x87\x1d\xc8\xba\xd4E`{AWW\xf4N\x9b\xc6\x18\x90\x0fU\xf5\xd2<\xef\x93\xa29\x85\xbf\xdeV\xffO\xbd\xea,\xfah\xc0\x8a\xa0/\x0bM{\x0b\x0b*\x94\xe2`0\xff`l2\xaf\xa4\xcf\xdc\x90\x83a\xb5!\x9e\xc3\xafg\xff\x01i\x9c\x7fz\x7fq\x8f\xab\xd1T\xe3\xe3\xca\xcf\xd7\x0e\x97"\xf5\x08\x9bR\xa9\x16\x9b\x0b\x15\x87\xa08"\x85-t\xbc+W\xaaK\x91)f\xa6\xf3\xf5\x16\x93\x03\xa4\x93M-\xd1\x00D\x94\x82\xca{O\xa1\xa9\xf8`\x05\\\x90\x04\\~a\xed \x17[\x90\xf6\xb5\xf5T\xb2\x99\xdc/TP\x87G\x1d<\xfb>cj\xeeP\xaf\xd6\x82T\xac\xb6\xa1\xec>\x85\x00\x15\xa6\x1b]C\xaf\xb0+\x8c\tE\xa8\x92\x81V\x9f\x8d`KF\xca\xe1\xbf\xb0"\xde\x13\xa9\x8b\x914\x9bz\x88"Q\x1e\xb2\x93\x98\xb3\xf8\x86#\x17\xcd\xa9\xd3\xbf|K\x8d\xf68\xbf(\x80\x0e2\xd2*\x1b_\xae\x88\x94:D\xffC\xf6\xd2\xb2\x03\x7f\x99y\xb3\xcd\x12mUP0\xf1\xf8\x04;\x87\x7f\x1f=\xe6\xa5\x1ei\x1b3\x06\xf8DkL\x01\x8aID\x0e\xb7+\x19\xfc\x83/\xd7\xe7\xf6}o\xdd\xd4\xab\xdd=\x94a\xc7\x9f@\x91^L\xb9\xbd\xc0G!\xac\xd8\xcfKD[\xad\xcf\xbf?8a\xe8\x90\xbcqP\xb7T\t\x07\xc2\x88\x02<\xb9\xea\x16\xfa\x83<_\x8b\x82>W\x1d\xff;\xb0\xcd\xeb^\xda39-\x11o\xdaW|X\xde\x89\xd8\xb2|\x85\xdc\xba\xfc\xe1\x96\xad\x16\xeb\x9e\x03-H(\x0f\xbe\xe5Vu\x9c6\x91\xdf\xef\xdd\xe7\xe9\x05L\xe95P\xf9|\x81Q~\xff\xe2\x85\x82\xa8\xe5(\x05E$m%:\xe6\xe6\xf3\xf8*\x8bM\x9d\xd0D@\x7fj\xa3Lc=\xccs\xabHw\x9ed\x98\xe0\xdcG\x92\xcb\x86$\xf3\x0b\xa3\xedb2\xa6\xbdwW\xdf\xcc\xbc\xe8\x06d\x88\xb78\xec\x8e\x88p\x0f\x8e\r\x1f\xa5(_\xd9`\x97\xb5\x0bk\x96K\xde3\xd5\xad\x92\x1f)r\x05\xd7\xe3?R\xdbq]\xabsB7\xc8@\x07\xf5S1\x95\xa4K\xc2\xac\xfc\xd9\xeb)\xac\x912h\x0c\xae\x03G*6\x0cX\x91\xd4{/\xf4[\x1aU\xf1\x11\x19\xfb\r\x048\x83\xca\xc44\x15\x93\x08\x9d\xc0IA1\xf2\x17\xae|\xe5\xd4\x17]\xdeM\xbb\xc0\x01\x92<%?:q\xf0"{\x1e\xf9\xdcp\x7fI\'\xeaNo\xa6j\x8f\xc7\xd8O\x89\xb8D\x02\x8cU\x16\x036*\xc9\xfe"}\x9e\x19B\x00\x1ba\x8d\xaar\xb8lU\xc9u\xfdO$\xa7\x07\x80\xd3\xb2\xedQs\x83\x16b\x06\xd8\x19\xdf\xde\xf1\x93\x03\'\x8e\xfd\'g\xb9\x86\xefi"\xfe\xfe\x9c\xee\x97\xedY\xc89\xac]\xb9\xa1Gq\xa1h\x04\x04\rU[9\xb7\xda\xd0mv.\x02\xe7L\xcdw\x92\xd9\x8bG\xa1\xb1\x82\xb9&yA\xc4\xfe\xc7\xad\xc1%\x1a\\\xdb\x1e\xea\xc5\x10\xe8\xa6\xff\xde\xaf\x1e\xd2\xbf\xe2\x0e\x01\xe7\xdb\x84q\x84\x86\xa8\xefgZ/@\x11~\x19S~\xd6\x9a\xf8D\r\x19+\x94|Yc"\x7f\x1c\x07-\xbfk\xde`\xe5\xb8@\xb1P:\x9e\x0c\x8c\xea\x95\x05\x83\xe4\xce(\xe0Z]S\x83\xd3o\xc4\x91|\x14a\xdeK\xbf7\xbe\xe9\xdc$X\x93\x8d\x9d\x8b\xb7R5`\xe2\xa1\x03e\xb4\xfa\xba,M\xef6\xe3\xa9D1\x1a\x13\x8c\xa3\xd7\x1b\x15\x08$\x8fYKwO\x1c\x93&\x15\xb5\xb7=\xa1\x16.\x9cK\xfe\xeaE\xd6\x15\xfbM78\xb6\x165\x9e\x0c|\xcd\xa2T\xb4e\xf7\xe7MIU\xca\xe3Q\x1c\x11\x06\xb3\xc9\xc1}\xadM\x95\x8b;F\x84\x0e\xc2|\xd2M\xdd{\r\xb6P\xcc\x904G\x194X>\x1d\x84\x14\x1dA\xa3q\xcd\xc5s\xdda\xfd\x10BH\x94\xe6CS\xc4\xaf~#aOZ6\x1e\xb4,,\xbd0#\xee\xc7NL\xc2\xa3<\xea\x83w\x87ke,\x18C\xd9\xd6\x98\x07V\x9e~B8\x1dar_I\x05P\xd0[\x8a\tcOfP e\xb0m\xce\xbb;u\xf9\x10\xca\xb0\xb2\xb6&\xe5)\x84\x8f6\xb4\n\xef\xffd4\xc0\xa3\xb7U\x86s>\xed\x915:\xeb\x01\xae\x06\xc7"e.\xb4\x84zk\xae\xd3,KB\xf3\x1b\x00?b%\xe5%R\xeb\xa7\xee7\x84~\xb6 ii\xb9\xbb\x08&\x9b\xf5\xed\x8d\x9e\x02\xd7N\xd4\xb9j!\x94\xfd.\xc0\xe4R\x8e\xff\xdb\rR\x94\x17&>\x98)Bj\xcf\xbe\xd2\xbf\xee)\x0b\x1e\xfd\xdaP{\xaf\x14{2\x8c\xdb=\x13^\xee\x97\x8f\x87\xf2\x8fqd/B\xb5\xb8\xeeI\xd8\xfa\xf1G\xa8\xa5w\x8b\x03t\xca\xc7\xe2\xd8\xbd\xb7\xd2\x06\xb5\x1a(\x10\r\xe7-\xa5B\xd7mt\x1a\x19\xf9\x9b\xcel\xa3\x86\x84\xcf\xa6\xe4C1\xe44!\x01\xe2\xbaeh\xb1\xcc<bz\xe13G\xc9\xa4\xf35\x02\x8e\xba\x98\x8c\x04\xb1u\xf8\xd1\xdfY\xaf\xba{\xfc!\xb8\xd1\x14\x9c\xf4\xa7\x87\xa8\xfb\x8cT\x97U\x07\x91\x19\xab\x08cR\xb5\xe2-!\xf0=N+\xcar\xa23K\xef\x1d\xe8\xee~E\x98\xf5\x97\xd7l\xd6SxXq\t\x16\xfb\x7fP\x0b\x0b\x9dY\xe7"3N.mvz\xf7\x9b\xb1r\xeb\xfdm\xed\xddtS\xb5\x17\xddh#\xa1Ap\xdb\x12\xb2\x8d\xce\xd4\xc4)\x8c\xc9\xa4\xf0#,7\x80\xd4\xc3\x10\xc1Y\xec\xf2k=\xc1v\n\xf0\xa5\xcc\x1e\xc1V\xb0\x9a\xb0O\xb8\xab\xee\xb4\x1d\xd3.f<\xd8\xc2\xf0\xf9\x81\xf0\xd6\xdc\xe0\x08\x888\xd3:"s\x8a\xbe\xa7\x1c\xd9\xe6\x18W]\x15\xa2e\xd5\xc6\xdc\xc3\x8b\xd8\xb4p\xf0\xc6\xaes\xfahaB\xca \xad?\xddV\x05{5\x01\xb2\xbb\x92#\xbb\xa3 <S\xac\xf0R\x85,\xf1\xe4\xf1\x1e\xc2\x03\xccf4\xa8\x91+r\xf7&\xde}\xc1V\x1c/\x1c$\xb59\\U\x9b\xa3\x81\x1e\xd4\x8aI\xb7X\x19[\xa4\xca\x0f\x00\xf9h\xfe\xa9\xf9b8.\x07\xe9\x12\x8a\xf0\x94\xc1z3\xcb\xaaAFl\x89O\x11\xfe\xc5a\x80\xa1z\xcf:"(\xf9\tq\xe3\xe5\x05\'^\xeab\xbeJ\xf5B+;\xa6\xac:\xdb\x11xE\n\xd5F\x980\xb5%\x86\x0c\xd6\x9c\xe2\x088\x013x\xe8\xb9\xfe`)m\x18\xc3WJ\xde\x0c\xe6\x9e\x9f\xa4O\x96b\xcc\xe4\xd8\xc0\xa9s&\xf8u\xbcsL\x99\'\x94\xb0G;?H$\x14\xdd<\xe9\xa3\x18V\x82\xb8\x83\x9c;\xd6\xfd`I1\xd4\x95\xd7\xbb\xbaN\xacx\x01]\x02|x\x00\xa7,7\xc2\xa7\x8e\x1f\x8ewd6\xad\xa5\x1cE\xedB\xf5\xba}\x0eOy\xab/\xb7\xc6_\xa5\xfa,\x97\xe0\x02Fu\xe2/\xed\xc8L\xeb`0\x11q\xeb\xfdp9\x945\xee7\x1cr\xa3\xe0h\x9f\xe5\xd7\'\x1bi\xf3\xac\xf6\x83oU"\x8a\x89\xc3\xe3\x93[\xeb\xce\xddR?K\xf9\xb4G\x98Y\x9c<\x9c\xecF1\xca"\xa2\x04x\x9f\x8f+\x1a\xc6\xd9"7s<\xf4\xb8\xa2\xe4\xe4\xca\x80\xddq\xb4\x93p\x8c4\nb\xde\x8f"\xfb\'J\xbd\xe8z`Y\xbb\x03\x95\x94\xe8\xf6\x1c\x97B\xa5\xe2\xd5\x90\x85\xbce\xd1\xf6.\x85\x94@\x06\xea\xeb\x7f\xa3u\x07BT;pB\xe6(\xd3\x9a\x81\x00\x15\x1d\xd7\xa7\xd4x?\x1c3\x92\x87\xaay\xea\x85lwzt:\x94HP\x01\xe0\xa2\x06p\xd7c?\x05\x1f&H\xc5\xb5\xe6\xd2\nm\xcc*u\xcf\x8a}xLH\x0e\x86oc\x8f\x05\x7f\x84]\xd1\xfd\x8e\x86E-\xbc\xebT<\x8f\x91`a}}`:I\xb13\x9e\xc9)\xba\x85\xc3Esz\xfd\x85\rj\xd5\x85\x0b\x0c\xd0@\x0c\x9d\xbc<\x8cb\xdf \x01W\xd8h=~iQV\xd7w\x08\x8e\x8e>\xe1\x18f\xde\x98Z\xc4?\x96-f\xf3\xa0\xc6-\x98\x98$Z\x8b\x97m\x17\xc3\x97\xad\x03\xd4\x08kHk/W\xe9T\xb1.\x1c\x1fQm\x7f\xf4\xba\xf2\x9e.\x99\xc6\xf9\x92\xa5\xf9~\xfe\xbc\xd6z\x0e~\x16\xdf\xcb\xe4\xc4\xd4\xb8c\xd4H4\xedd\xe7\xc8r\x92xg\x1c\x9eSP<\xe7B\xe9j\xf4Z\xbc\x90\x97\xa6+_h\x94\xbf7\x95\xc8\x8a\xa2\x06\x15\x7fX\xd8\x98s^>3Cw\x1a\xfd\xc1\x08\xbc\n;)\xf8\xd1\xdf\xa8\xd8&L\xc2>\t\x8b\xe5\xd8\xb0\xc1\x82\x87%4\xea\xf4Hd\xf5\xc0~@\x0f\xecvX\xa9\xe4C\xda\xae\x81\xea\xa1\x80}\xde&S\xb784\x18\xad\xd3\xb1\xd2;\xd9\xad\x91P\x1a\xae.\xb9\xd0\xbe[fg\xc4\\\\#\x10[\'b\x92u\xe0#\xcb\x1f\x10\xa1\xcdk\x8eL\xd2x\x04\xdcN\xbbH\x8f\x9edb\xeb<\xcd$\xa7K2v\x0f\xf9\xed\x1bm\xf4\xdd\xa2 j\xd9e\xabn4\xad\xa7\xf3\x1f$f\x0f\xc3Y\x01\xee\xb0n\x8f\x01=l\xc0\xd2\x06\xcd0i\x00\xcd\x11\x9e\x97\x9fR\x1c\xb4\xb7\xad\xbc\xe4\xd5\xf1\xda\x08\xde\x06\xc0\x9c\xd0N \xca-k^\x96\x86\xcdl\xc8\x0bT\xa5?\xc5\xedfa\xb9\xbf+\x01\xa7Q\\\xdb\x1b\xa0\xd2\x8b<X4\x88(\x1f2F\x0c \xdcl\x10\x8c\xca<}\x89\xfcJ\x821\xfe\xa7\'\x14.K\xae\xf4\xdd\xa8\x13\xa2\xa6\xff\xd6M!,!\xd9\x90\x8d\xa5Na\x99\x87\xc1C\xcc-7o\x82\xd2\xdb\xd2\xbb\x94-/\x06\xdf\x8b\xd6\x0b\x12\xdaTkSs\x84\x93\xeaN\xfce\xbcJ\xa7Y\x08\xc40$\xb1\xc3x\xb07h?\x0b0T\x03\xfa\xf3(/\x95\x8a%\xb1\x06\x07\x80K\x86\xf9x\xf6B)M\xc7\xb5g\xfd\xde\x9e\xda\x11\xd9\xc1\x1f\xb5\x0f\xc1\x12\'\x85\xe7\xf7\xa6g\xa0\x99i\xb3\x9b\xca\xf4^l\xf2=\xf6{\xcd0[\xfd\x8b\x90\x1a\xf9\xd8\x9a6\xf9\xe4\xba\xdcVx\xf4\xd5\x1d\xaf+\xf8/\xd0\xd8[\x9d1\xd2\x1a\xda\x10d\xaba\xbb\xf8i\xd9GE}\xd0\xa8\x07=u\xed\xcf\x12\xbfj\x0b9_\xfe\x9e\r\xbc\xec`v\xcc]\xbb\x0b\xae\x8b@|)\xfe\x8d\xfd\xb4\xe9\xf0\xdf\xaf\xfa\x89?\x8f\x03\x98)]\xd9E%\x9f\x01\xb5\x9e\xe2aPu\xd1\xd5bd\xb2%\\\x04\xf7\x9b[\xfe5\x94\xd8\xb98\xf8\xe2\x13\xdc\xb0\\EC\xc5\xea\x17-\x91\xce\xcfb86*\xd8\x7f)\x8bl\x0cwn\x1a\x8c\xda[\x0e\xf1?\xdc\xcd\xe2D\x13b\xae\xca+*\x14\xad\xc4\xbf\xc2hH\xdaO\xaa\x1b5\xc1\x8c\xe7\xc1\xa9\x82\x9d\x06\x19jh\x8e\x1f\xb6L\x0e\xe4\xf5\xc4\xe7\xe4;\xe4\xfc\x1d\xfa\xa6\x06_\xa2\x99\xce[\x1b\x0fK6B\xbb\xdf\x92NLWY\x1dv2C"l\xbd\xd1(\xc7\x12\xaa\xca+\x8f\x9aI\xaa\xd5\xc1[\xf6M\xf9\x1f\xbf\xbd\xa0\\\x92%\'Xfw\xf3\xc1\x9b*\xa2\xd3\xea\xfd\xd7(\xf3B\xc7}n#\x1bq\xf2\t\xf6\xa3\xe1\x05Kr\xa7Q\xf3"3\xe298\x1b\xf6\xfd\xaf\xcbF\xc1e\xd2B,}X4\x0c\xf6\xf31\xef\x9f\x9f5\xe7\x0e\xf5:\xb4\xa6J\xcc\xdea\xdb\xbf\x17&O\xfbh\xf1|Cs\x0b\x08~\'\x850\xb4X\x17C\x1dE\xc0\xda\x11\xd7q\xf4\x8f\x04\xd0\xcc\xd0hp\x8c\x80\xae[\xab\xa4\x17\xce`\x99\x08$N5ij\xd5\xe1hX7,a\xc9\xbc\xef\xe9C\xb6|]VT\xfd\x9b<\xc9R\xd3\xc2\xfa\x94\xf1\xe4\x08\xa4\x06\xcb\x933ma\x12\x18\x9d\x9d\xd1\xa2P\x95=FQL\xe5\xc0e\x16\x82L~+a\xf6n\x83\xdc\x8b!Q\x8dt\x1f\xdf\xc8\xb5\xae\x83{\x11\x14h\x1d\xb6%\x8f;S}\xe8}\xfb\x137\x8d\xf5\xd6\xa8\xf3\xc6\xe4T"&\xe9\x0ex\x87\xddx;\x1a\xb0\xedK\x08c\xcd\x10\xfb\x06sKI\xfd\xa0\xff\xf8U~\xe1\xc8\x8f\xaf \x16,\x83\xf4\xd2T,\xf6\x9e6\xf4]q\xf1j\x9f\x06\xc4E\x98\xca\x7f\xbd\xd5X1(\x07\xb1{\x96\xcd\xfa\xd8\xf8~\x95\xe9\xd8_\xa4\x1eT\xfa\xf6D\xc7e|\x86\xf9\xda5\x05\xb1\xf5\r\xda\xc5{\xae\x13\xe9\x8f\xb1L\xda"*\xdcAW\xf8\xe1\xc3\x1e\xbfX\xffe\xc3\xb6\xb3v\x95L\xd2\xef\xc2\xef\xd4\xe0G\x96\xb7\xed\xd3x\xfd\xb2\xca\xeab\xe0\xc4.b"g7A^3,\xe1P\xcbh\xe68\xfci\xb1\xb1\xe1r\xfdyZDnE\xc4\xe9|\xc2\xd1\xb3\xdf\x9f\x01OZ\x84\xa6\x97\xf2\xa7\t(]O\x11/\x1f\x07\xc2^ \xa2\x9b\xe4\x94\x90\xc8R\xfc\x05-\xba\xf4\x98\xa3\xcd\x8aj\x92\xf0\xea\xae\x17\x1a\xeaA\x02\\P\xd6y\x8b\xb1\xad}\xbf\x0c\x9e\xc3dU\xab\xbci\xce\xb4LNY\xf3\xd3\xa1xq\xb78\xa22C\xdc\x07{\xb9[n\xe9x_o\x1a\xdb\xc5\xf0\x91\xf2\x0e\xd0\xe00\t\r\xf6O\xad\x05yO.\xcc\xd4\x0e\x92\x92%\xbf\x89\x9a\x006\xaab\xc8\x99j\x17\xfb2r\xb7o:\x17|\x06\x95\xa1\xba\xd9U\xe56\x18\x92\xf29g\x17HU\xae\x8e\x14\x1f\x80*\x13\x96\r\xaf\x1e8\xa7=\x11\x93\x97\xe8{\x8d!Ul\xb3F\xad\xfa\xc0\xc2\xad\x96an^{GK\x01\xaf\x04%l\xfe\x95`\x96"\xbdM\xc4W5\x1f6\x0f\xbc4]\xc9X=M\xfeO8G!U4\x98y\xb1v\xd4+\x15_\x92z\x8f=\x91\xf9\xcbs\xe8\x16\xda\xf6K\xc6\xeb\x16\xadJ\xe9\x03\x05(@O,Y\x8a)\xddW\xa2\x9e\xc1>1!.\xf2"\xaf\xed80\xe0\xdc\x1b\x8b\xf2\x8e\xd2\xe5l\xbc\xb4\x04W\xb5\x19\xf9V\xc6\xce\xd5,\xcc\x8d\x9c\xb6q^\xea\x10\xd6\x15\xcexR\x05\x07\xf5\x0c>T\x9d\x9a\xe2\xbb\x02K\xe5\xfc\x9c\xdd\xba70\xd7#~"\xed\xd2/\r_\xef-\xc3\xe4j\xa8\xf7\xda\x11\x1e\\A\x13\xc9\xd6.\x16\xba\xbb\x01\xa1\x84b\xd4\xe9P\xc6\xe8X,\xf9\xefu\xacq\xbab0\x18\xca)\x035\x0b\xc7\xa0\xa7\x06\xe4\xc8<\xb7\xe5\xf3{\x13\x87t[*\x03&\x9fU\x8c\xce\xde\xf2i~z9\x87-\xb5M\xb5\x9f\xd2\xc0\xb0\xf4J\xa0\xe4\xcb\xc1o?\x86\x9f\tM\x87\x12$(\x08\xa5\x11&x\xe9"\x16 Mm\xff{C\xa1m&\t\x80\xdaE\xb6\xf0,\xb2\xe6+\xc0\x14\xe4\x8cu\xfed\x80\xea\xde\xe3\xba\x85\xef\xf8\x14bw\x8d\x804+{\x05\x05bl\xdb\xb2\xba\x03\x8f\xa0\x8c1\x10\x16R\xa0\xd4\x8fi;\xb7\xe55\xd7\xbdko\xc1\xee0\xbe\xf8\x95W\xd2\xb8\x9e\xee\r\xf3\x1d\x12[\x01J\xb5\xe0,\xd0\x8c\xebK\xaa\xb0C\xa3\xb6\xe7\x80\xcd\x98\xe5\xc8\x1c"t\x9c\xa6N\xe40U\xd7p6\xf0eH\xdf\x8c\xd8\xc4\no\xcf=\x16\xff&s\x183o\x8f\r)I\x10V\xf9/\xea\xc1\x97~JwG9\xff\x9e\xda\xf6\xeb\xa1\xebX\x00\xaa0\x1d\xfb\x94\xc9f\xa1\xf9"\x07\xef;\x8et\x9e6LN&m\x86xL\x17\xb1%\xc0\xe6\xc1\xef%\xdd5\x0f\xa9\xaao\x81\x8f\xf7n\x15\xc2O\xba\xf5&\xa7\xa5\xf335\xab\xe7\xe6R\xdf\x8b\x06\xe6\x1d\x99_\xbe&\x7f\x9a!\x1d\xfc\xe2Cf\xfcFE\x9b\x04=n>O\xd9`{\x1b\x8ap\xdb+1\x87\x9f~\xea\x9a6Nf\xf49\x06\xe0\xb6Nm.\x92\xbf\xa1\xee\x9a\xc3\xed\xb0\xed\xb3\x1c\x1f]\xae\xff\xe0\x1aM\x0f\x18\x98\x8f\x82\xec\x0bY)\x9f\xde\x98\xf8\x8a\xeas~\xd76G\xb0N\x0e\xf0<<\x88@\x85\x87A9&\xcd9\xa8S\xe6P\x14\xbc{\xd1\xd5\xa3q\xb8=u\x01Kz%\x15b\xb6an;_B[\xec\x19t\x16w\xd7.\xf6\xc1\'\xdbS\xea\xe9\x83%N\xa7\\\x9e\xe8\xcf\xd9^)\x1fU\x1a\xf1\x01y\x83\xc3\x8b\x86\xf9\x03_\xc5\xeeK\x9e\x11\xd2kqnY\xd6\xa1\n\xfe\xd62A3\x0e\x82\x1a,|\xd1\xd2h</ \x84\xd3\x1b\r\xb3\x0b\xa8\xeb\x82@\x19<^;\x0bR\x0c\'\x0f-:\xe7\xaeh\xca\x8a\xec\xdd\x19\x96\xd5\xad\xdb\xd1\xe8\x85\xd1w\x8a\xc3\xd0\xd8\xe9\xb0E\xc5\xabs\'\xefT\xe3\xc3\xa4\x8f1\x02V\x99\x8bDi\xab\xfaa\x17\\\xd8\xa6\xd9\xb9\xd2\x80\\\xcb\xb4\x9f\x8c\xe8}\x11\xa8\xc8\x8a\x80<|w\x9e\xb9\xfd\xa7\x12\xb1\xc5"\xa0\xce\x94\x82\xb6\xba\xce\xbd\r\xa2\xcbD\xebW\x908Uv\x12\x06`|\xce\xe2\x8e\xcb:n`9\xa3\x95\xc8\xbd\xcc\xaa\x86\x89\x07\x8dF#\n\xd9\xfdo\x01\x04\xc4\xbb9\xb1\xdb\x99\xc8`\xb6\nwk\x8b"\x9e\xa2z-Sun\x9dfQ\xca\xa6k\xdd\xc1\xd6\xc5c\t\xa6\x0b?\x99C\x0c\xc8\x0e\xe0\xe6\xbf[\x88\xed\xaf\xc1\x00\x13j0\xbe\xea\x9e\xe8\xf6\xb5 d\x8d!H\x8c\x89\x98\xa7Ga@\xb5=\xa3\xb7\x1c`\xdd#\x9b\x89\xe7\xba\n\xe6\x8b\xc4\xf0\xca\xf1/dt%e\xfe\xfb\xed\xef\xd4\x18\x9c\xdaD!\xaf\x10\xdc\x1a\xd4\xde\xcf\xf7\xbda{p^Y8\x1c@\xa52\x853\x95\xe2\xec\xb2\xfd\xfc\xe0\x8b\xc8\x7f\x8f\xe92\x10s\xa47\xc0C\x04\xa8\xd5Q\xd8\x18\xc3+\x01\xa9$\xa1\xda\x04\xcc\xddd.\xefA\x85=\x98\xf6$7\x14\x12\x07\xf0\xc1\xf9\xfbR\xa35\xfe\xbd\x1bF\xe5\x97D\xc3\xba\xe5\xc9K\xd3\xd1\xa7C\xfe\xe2\xe4\xa8\x82\xfc\xd1\xec\xc7\xe2\x18\x84I\x14\xe0.\xc8k\xe7\xfb\x01\x0e\x03zw\x90Q\x8e\xbbx\xc83T\xc5"\xf5\xfasVf\x84ScG\x9c\x19\x80F\xa8oZ\xd3"\xecc\xa9\xe7\x05$(9\x84\x91\xec\x86\x82\xeb6.\x83\x96\xc6`\x8d\x80\t$\x0bxp|\xc4[A\xe5\x80\xc8\xca\xb3\x95\xc9 \xff\x15O\x8c\xdc\x92\x98\xa3%\x1a!V\x98\x19v4\xc2\x82\xdc\xfc5\xebchp\x92\x1a\x91j\x14H\x8f\xe7jd\xdcN\x89\xe64\xa7\x16/Q\x8c\x18\x9b9D\x9bU#\xe6\x04\xd5\x9e\xdb\xab\xa4\xbd\\\x81m\xa5\x01\xe3\x12<\xf4)\xdc\xfe\xd2\xafh]\xf0\x17\x1a5\xab\xa2\x1cj4\xc9\xe9\xd9q\x9a\xa9\xfe\xd9Mu\xc9\xefK\xf9R\xa2\xd6@+\x890\x12\xa6\xa5\xed:\xc4\xc5F1@\x1d\x11\x14\xa8G\x10i\xc7\t1\tp\xec\xfc\xf0/\xdb\xc1\xfe$\x01\xf9cK\xe1\x7f\xb1\xddE\xec\xfa\x13\xcd\x9b\xf4\x06O\xf8\xee0\xd50\x19]\x97\\S\\5\x96\xc6\xce\xa4\x14\xaf\xfc\xc6\x10\x92c4\x03\xe8\xde\xec\x84\x1c\xe6\x9f\xccKe\x82\xbe\x9b\xc2\x9c\x1e\xd1A\xd7\xc6\xa3,\n6\xc1WV\x0f\xc9m\x88\xf5<{\x13\xd0+*\xd2\xd8\xfc\x02\xadQ\xd0`\xae\xb6[g"\xe0\xeb\x80\x98\xb66~\xac\xa2\xfd\xa6\xfb\x0c9\x9c\xe1\xb8\x19EW4\xe7\x04\x87u8\xd57$s\xf0\xba\xcf\x00\xfa\xbd]8\xdd\x18\x87\x9dw\x1908\x1f\xc1\x8c\x1f\x81!(s\xd4\x11p\xff\xe7\x1e\xcc\x93\xd3\xa1\xc30R\x1ep\xe2\xca\xb1\x1c[&A\xdb?\xbae\xdb\x17\xb5\xb7\x84\x82f\x96\x96x\xf9|\x93\xb3\xc7\xcb\xb4,\xea\x83\x81\x9c\xab\xde6\x9a\x87\xe1\xbc:\x15\xa7\xb70\xc4\xf8 U*\x84\xc7\xc5\x8c4\x16\x93\xdf\xd5~\xa1S\x97FQ0\xe3\x89\x05=#TL\xbf=\x15d4n\x1c\xb7\x07\x17\xf2\xedT\xe5\x05`\xee<Y^\x83L\xcb\xc4\'f\x07\xe7\xeb|\xdai\xdc\x8e?\x1e\x97\xcc\x85\xfd\xca\x97\x7f\x90\xa9Q\xcd\xb0\x96q^')
|
|
|
|
| 1 |
+
# Pyarmor 8.5.11 (trial), 000000, non-profits, 2024-11-12T22:52:22.522859
|
| 2 |
from pyarmor_runtime_000000 import __pyarmor__
|
| 3 |
+
__pyarmor__(__name__, __file__, b'PY000000\x00\x03\x0b\x00\xa7\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00\x0f!\x00\x00\x12\t\x04\x00\x03\xf4\xe9\xaa\xd4\xab\r\xf3\xf2z\xae\x0e8G\x8b\xe2\x00\x00\x00\x00\x00\x00\x00\x00\xcc\xd4\x1a\xe2\xe0\x80,\xe2\x9c\xa9;\x00\x8e!\xcb\xc0\x12#\xb7\x1c,~f>{\xb3\x16\xbd\x08\xb6\x01\xd6\xa7\x10{\xa4\xae\xfb4\xe5oH\xb5\xbb\xf2\x01\xab\xab\x85,\xf7jSU\xaag7\xa2\xe8d\x07D\xbbguu@j\xf6\xa2\x1eN_1\xd4c\xc5\x84\x8d\x1e\x0c/Y\xc2\xd6\xa8\xe6\xc7;k\xd5!P\xfe\xb7\xa5\'\xe3\xae\x8df\xc5cy|\x08\xfa\xe6\x95H8\xfa\xc4\xc9-\xe5\xc6\x1a*\x03\xa5\xc87N\xd6\x1e\x19\x11*\xc5\x98G+\xea \xff\x87g\xd3t\xa3\x8f6\xcdk\x93\xc9o\xc1\xcbGC\xf7#`\xcfF\t\xb6|T\xder\xe3\xd2V\xa8\xdd\x90\x0c\x19\x0f<\xcc\x8ddq\x1e\x00szE\x0b\x9cTO:\x16\x104\xe1#\xf3\xe7\xcdJ>\xd5\xff\xcf"3i\xdc\x92\xfa\r\x18p\x1fh8BE\x9e\xb7\xc9\xbd\xc9\xc7\xb1\x8a\x1d\x83\xdc\x87\xf8\xc7Z4\xc0a\xb8Et9`\xda\xcdu\xa1\x83\x9e\x00o=s\xf7\x06%\xe5\xb6\xfe\xaf\x03(^\x9cW\xde27\xd7\xe3RR\xbe\t.\x0e\xd2\x81\xffi\xa4\xd0\xf6\xb7\\(\x9ffCE\x00%j\x86 %\n\x17z!=\xb6\xd5\xa4\xc3\xecw6\ru"g\xed\xb5*\x9f\xfd\xbd;\xaf\xa7\xbe\x13\xf3\xd4\xb7dlRa \xb1\xde6\xc4\xb0b\x92q^\xdd&\xa7\x9f\x10\x9a\x9b\xf8xr\xceHd\x9b\x8e0\x88\xd2\x13\xa9\xf5\x11!\x92\xae\x90\x99U\x91h&\x01\xcfb y\x013\x91\xa39\r%\x0e}\xedo\xd3=\xdf\'\xec\x91\xbaM31v\x1b8c\x0c^\x91\x9e9\x19\xb6\x98{\xc7\x9f\x17\x88{k\xc1\xe6\xd5\x87w\xb5\xde\xa2\x91\xdd\xde\x96\x8d\xe0Le\xf1\xfd\xf1w\nD7\xde\xf8\xa0\xde\x19[e\x04\xe9J\x03\xdf\xf4\xec\xfc\xc3O\xbd\x00\xfe\xd2\xb6\x91\x88\xf9\x11\xd7#\\\x83\x0c\x0c\xe4|\x0ce\xa2\x81\'\'\x90bk\x06\x07\xa6V\xa1\xd0\x8e\x05\xbeh\t\xc1\x89\x98\x1a\xe7W{\xc2\xd7\x1c\x8e\xf5g\xdcqxn\xeb\xea/M\xe5\xf9s\xe5d\x01\x06\xc1\xc8\xb6\xe2o\xb5j{\xfdY\xe8\xab^\xba~\xfa\x90W\x85\xd8\xdcS\x9d\xff\xf1d\xb2f\xda\x9d\x0fk\xcf,\x1a-u3\xb0\xef\x1b\xa4\xbcu\xd4,Dn\x92\xcd\xb3\xc8\x92\x03/\xda\x87\x88\x84\xc3\x11@z!\xd4\x0e\xce\xd9rX\xd7*g\x15\xc9\x92\xe5\xe92D\x83\x132\xa5>\x7f\xe2:;\xe6\xfc\x99\xa7\x16\x11\xe6qU\x96\xe2>lE\xf4\xbf1RV\x97D\xdb\xefd\xf6\x01\xeb\x15\xb9\xf3\tn\xed\xd5\xe8\x1b\xde\x8c\x10\x08#.{M\xbb\xb0\xcbe\n\xddB\xaa\xe6\xa8Nq\xd0\xa5s\xdf\xf8\xde\xfdD\xb0\xda\xc1\x15\xc4\xa3\xd61T2\x9bc\x9e\xa9\xfd\xc38\xba\xd0\x93Y1\xc5\xa7\x9b\x93\xfe\xe6\xd6\xe1m\xb2\x92\x1f\x9a.5H\xda\x13\xa0\xc3\xfb\x91\x06\x85\xf8\xe2@\xd3\rd:\x07\x01\xa0\x9e\xd7ZX\x07\xbc4\x0b/q,\xc5\xce\x0b\x81\xd8\x19\xbf\xfd^:\x7f.^l>\xf4\xf2\x9c\xb7l\x982\x1b\x83\xe1\xf3\xb8\x0e\x00\xb7$Ys\x17Xz\xd8\x0e\xd6\x1a;\x01v\xf7\xb2@\xd3\x95\xe3\x1d\x8d\x80\xe6jH\xfc\x91Q\x1c~\x881\x89ob#\x8b:\xbc?}"\x0f"\xee:\x8a[\xd6\x08>\x12\xaf\xbcU\xf6\tp}\xd8_\n\xd3\x8f\x0erTN\xcb+S\xa6~\xf4)\'&\xfdSk\x8cT\xd22\xe9\x90\xf9\x13\x8en\x16\x95\xafx\xddg\x16Q\x05t\xb20^A[?\xbc\xd72\xd2)\xd3\xd67\x16\x9b\nr\xc1O\x98\xbe\x1b\xa6\x14\x13\x00\x96\xb4:*|\x0f\xffM\xc8\x13\x07\xaedt\'\xfe\xd7\xac\xfb\x7f\x9dh\xd7WS\x12\x92x Tc\x02\t\x19\xcd\x81\xebMi\x12\x11\xd1\x067\x97\t8\x8c\xba\xe8\xd7#\xb8Q\xfe\xcd\xbaP\x03l\xf2N\x08\x8b\x00v\xdf\xe2\xe1U\x9dUs\xfb\xdc\xda\xc8\xe9Q\xd4\x89\xf6\x15\xf9m\xb0\xa8\xd9mj\x12Q\xd0}\x1a\x91\xda=.\x96A"Z\x80\xbd\xc9\x06\x8aA`\xa50\x1a2\xa7\xa9\x17\x12\x95\xa6\x02\x17l(\xa56\x1e\xcd\xf4\n\xf5\x9d\x1f\x9f>\xe0\x04,\x9b\x00\xf40\xcc\'|\x19mp\xa7\x86\xd6a\xf0\xfe\x9aX\xd5\xd0gf#\xfd,\x0c\xaf\x8b\xf3\xd2N\x8e\x83\xa3\xe2`\xfeo\x8f\x1f\x14\x17U\xc0H\xcb\xd3J\xfa\x9b\xa1\xac:>\xba\xc0nk\xf8\xdc1\t\xac3\xa3]vASd\xc7\xdb\xa8\xb8\x11\x85\x05\xd4\xa6\x11 z\x1f\x04\xb5\xd1wnbk\xabr\x9d3\xab\nd\x8a1D?\xcc\xd2s\xba\xf8\xf6\x91p[-\xe7B\x80\xf33\xe2\x19\x9c\xeam\x03\xb7\x97\xbcG\xb5:m:\x0c\xca!;\x84\xd19q\xde"\x95\x87*\x1aH~s\xbc\x8d\xf1t\x08\xc9\x01|_\'\xf4\re\xfc!\xa3\x98U\xfbu:\x8a2\x05\xd2\x8b\x02\xf2"\x1ev.ZE\xbd\x93\xee\x85\xb8l\x04\xfa\xfc\x88\xe1\x16\xe9\x12\xf8\x82/B\xe5Dx\x06\x0b\x97\xa6\x8a\x81\t\x15[\xbfv\xb4\x0fs\xc3\xd23\x8ffK\xc3\xbe\x17|"\xbf\x94[R\x82zP\xb9\xe3\x14\xe7\xc6\xe8\xa0\xb1\xde\xdf\t\x88\xf5/\xd6\xb0\x82\xee\x02\xb4\xd6\xcb\xf6\x19\x8c\xc3\xff\xf4\xc8/\x04\x94\x13O\xaa\\S\xb1\xf4\xd1wT+\x0eB\xfa\xb7;\x16m\xa6r\x0c\x8f3\'\x99\x04R\x86\x83\xc4\x04\x86\x04\x05\x0f1t\x8f^\x9au\xb3^\xf4\x05\x11\x05\xad\xc7\xba\x8eF\x0c\xc3S\xccn)IC\x8f:_\xaf\x16\x88x\x876\xb5S\xf1mY@\x1e T#a\x97\x93\xe2,k\x12CgrL\x02Pc\x167\xbb\xa3W\xb5`\x92\x89\tK\xe3\xe2\xdc\\\xabd-\xc9\xdd\x04\x8b\xb1\x85\xb6W\x96{\xe5\xc1[A\r&\x94a\x1d"L\xbdRG\x18\xb9\xb7\xf9\xb4\xa4\xbb\xb0C\xba\xa7\x95\xf7\xe1f/\x1cV\x11\xc1\xa9\xf6\x1bD\xd9\xf8^\x13\x8c%\xf2\xdc\xa6J\xfd\x1f\xf6\xe0;e+\x1ee\xd9hf\xb2\td5}sL\x8c\xdbk\xe8\xed\xda\xd3&\xa6\xe8\x89!B\xe9\xde\xdfANq\xfa\xd2f4\xa39Rc\xc2\xea\xd1o\t4\xde3\xf1\xa1|2+\xf0M\xae\x9e\xc4/\x1e\x0f\xd7p<8<,\x02\x7f\xfcK\x02/\xdf\xd3RO\x0b{\xb2M\x16\xa6~\xc3\x0b!:4\xe9\x93\xda\xffPD\xee(\x19Og\'\xcd\x1d\x11\x8b\xdfV\xa0\x0b\x18C\n\xe7?\xac#\xad\xad$\xad\xbf\x91\xf1g\xbcF(\xb0\x8dIB\xd1\x05\x9c\xd0\xb6O\x17\xc0w\xed\xa1\t\xfc\x88\x13\x02"\x8cop=\xce\x86a\xe6bJ8Pf\x13\x10\xe0\xa1\x7f\xf1!\xf0\xdc[\xb9\x95\x8bac\xf7\x00\x17T\x04\xe9\xe1\x88\x8e\xd6R\xccQ\xe26\xdb\x0e<ix8\n\xe7\x16\xd5\xfaa\x98\x995\x0f3o\xc1\xd3x\xba\xdfE6\xf5K\x87\xc8\xb2\x15\xb0\x91T\x8f-N\x96\xb49\xdfL\x895\xd6\x9c\xb0\x16\xd2\xbf\x10\x03S\x00\xad\x1f\x9fh\xaaUuI\x11C`\x93xzW\xaf\xe5\xcf\xd7\xbe\xc1a(kQ\xef67Nys\xa1\x10\xa5\x839\xe4MR\x87(\x93\xb3\xe2\xc4\xa3\xceT\x1d\xb9S\xde\xd1>\xea\xbc\x08\xc3\xae\xc4\xf6\x19&\x93\xca[\xb4\xfe\xe7\xe7\xc0\xcek\xce\x0fp|+\xc2\xf7=s\xfa8\xf1o\x14\x1fD"\xa3j\x02D\x97\x95]\x16\x10)\xd6\'\xaf\xa9\xe9Cy2r\xc0\x07G\xc1f?\xca\x8e=\xdcn\x86\x10\x01/e\xef3\x9f\xe6\xb5vy\x0e\xf2\xd1\xad]\xb2\x81\xb1\x93\xc8V\xf8R\xaa\x02\x7f\xf9d\xb2^\xfe\x03G\x90\xe7\xd7l\x80\x87\xff\xb8\x01\xc5\x1fO|\xe1\xbf\xbe\xbc`\xee\x1b\x11\x17nC\xc8{\xf3g\x86\xd8\xb0\x1e\x97\xe7=}\xf0\xcd\x11\xde\xee\x8c\xbbvS8\xc5CT\xc0\xb53\x05\xa4a\xf9\xbc\x03\x9bn\xf8kr\x9a\xa2\\\x1a\x98\xdf\xce\x05\xadd5\x97W\xa2\xe7\xc4\xf8\xa9\x03\xec.\xb4\'\xae\xf7\x13\xfb\x1f\xa5R \xa5\x03\xc8\xcc\xd9?\xc7>\xe7\x1b?F\xec\x17\x92%\x99\xbc\x17F)\x80\xca\x1f\xd1KP\xda\x07\xba\xd23\xa5U\xec\x9df\x9d\xc0\xc0\xeb\x7f \xcd\xd6F\x16\xce\x7f\xeb\xaf\x05\xc6JCb=|0\x7f\xf6w\x9b\xd0\xa1\xf10\xb0\x1b\x08\xe6O\xfc,\xf7$1\xe9\x0e\x95\xb8\xd4\x03\x1d\xf3\x8b\xf2r&\xe8i\xf7\xf0\x02Z\xb1Tp\x99\xaaj|\xe2=\xd8|8w\xe0D\xe3\xc01R\x9e\x1b\x83a\xe4\xbb/\xb9w\xf1\'f\xb1$\x95\xb2R\x1a\x89\xc4<\xf8\xeb\xcdx\xc56|\x9e\x90\x0eiH\xe1I\x9c\xae\xccQn&%\xb1\xc2\xfc\xbe\xc9\x90l\xb3\xb7\xe1yRO\xd2\xab8+\x88\x8e\x86&\x83Q\xf1\xe9\xee\xf8\xe5\xe1\x87>\xdc\x88)\xce\xb3\xd6\xaa4_\xe2\xcar_\xf33f\x82\xa9\xb6\x99\xc1\x1d\x03m\xa5\xee}H\x1ew\xf1,H\x90\xe2+\xf9{wq(\x0cs\xa0\xd5\xe5\xa2}\xf9#\x02,\xcfw\x92q-\x9c\x83N\x19\x9ay\xc5J\xde\xd61Z\x95\xba\xd6\xa5JG\xf3\x11^\x8f\'\x10L.:\xe7\x1a\x81\r>\x85\xd4\xbccnR\xaeT\xba\xec\x84\xd3*8\xa0\x889\xebO"\xb1W\x1eL(\x0f9^/\xa3G\xb3&\xaf\xcc\n\x05 \x03\x99\xeds\xe5t\xf8_\xbbK\\\xef\xae\r2\xe2-\xd6\x03R\x8e\xc4SF|"`\x97h\xbc\xb9jY\x8e\x97n\xf3\x0c\x04\x9c#\xfa\xa9B#\xbcX\x84<\xbbz\x89eS0#F\xf5!\xbf\x06\xa6\xe8\xdc\xbb\xc0\xc7\x84\xdad\x05\x16y2\xe4KL\x9e\x8d|\x01~\xf6#\x98\xb8\xc2\xd49\n2\xc2\x9cBA\x18\x0c\x93\xa7\xe6\x9a\xd8\xa84\xb5U&}\x00\xef\xb3mQ\x9c\xe5\x06\x97f\x88\xa0M\xb0\xc38\xa4\x94\x9b\xa2\xb0`\xe7\xad\xf3\x96\xfc\xc6\x1b\x86\x9b\xdcWSz\x19\xc3\xdf\'\x07\xac\xd2\xf7\xc2\xd9\xc7U\x9a7t\n\x95A1\xeb\xf0v\xfeP\x88\xe6\xa1\xa2\x15\x7f\x85\x9b.\xf1\x07\xc8\x0c\x05O\x8bW\x92\xbb@TcN\x83\x80\xb4\xa6\x16\xd9?K\x97\xf0\xe7|DN\xc5\xab1GO\xfb:\xc2\x9d\x80\x017\xf6\xf2\xe1%\x1c\x1b\xb3\n\xd6\xd2jJ\x02\x85\xe7Kq\xf6\xd3\xc2w\x00\xcc6\x8f\xd8e\xb8\x8bI6\xdao\xf2<EV\xaf Ov\x96n\xb1\x12,\xd7\xb1l\xe7U\xb0\xb1p\x1a&^]%\xe1\x04\xe7R\x01X\xf5\x8c\xb7A\xed&\x97\xc8uC\xea9\xa5\x1b"GS\xee\xdd\xc3\xc9z\xdf$_\x80\xb2\x11\xc8\xeb\xefvD\xc2\x8b\xdd \xe5\x19\xa6\x9e\x80\x8f\xb0\xb7Ft\x92\x03g\xa1x\x97\xdf\xbaS\xe9\x07%\xd1\xfe4\x8c\xd8\\\x05\xf7\xc8\x1a@.\x7f\xd7\xc5n\xce$\xdf\x9f\x04\x12\xd3$FU\x18\xd0\xf0s\xd8\x8b\x92\x82\xad-\x9a.\xb0\x96-vW\x08\xef\x91\x10\n\xc8\xfb=Y\xda \xc3_\x0e\x08\xcde\x8eZ=b\x92)~\xb1"\xf8\x81\xdb\xa0\xaf\x13\xe8\xe3\xf3U26\xf8\x883\xf27E,\x06`e\xac\x96\xe1t\xcd\x91g* <@\x08\t\x12\xea\x07w\x1d1\xbc\xd9\xba\x1b<\xed\x13EG^BG\xc7U\x07AZ\xa0]\xea\xdd\xf0z\xc2\xb0g!\x8f\x19\xc8\xe8\x9a}\x04>t\xec\xbf\xed\xb8\xa7]M\xf85H\xb2\xba\xa8\xcdJ\xb3\xc3\x10_\xb9LEd4\xad\xad\xca\xde\xc0\xbb\x80\xed1t\xb8\xd4\xbb\xb8\x14\xa810\t\x1d\xcc\xb7((Q\xdei\xf6Xp\xc1YK<\x15\xc2R\xc5\x8ce\xb60!@\xb8{\xfc\xe41\xd7*-z\xaaI\xd4\xe5\'\xf3\nd$\x8c^\xce\xa9\xb0\x19\x93Y\xae?h\xc5Vq\xed\x82q\xc3\x8b\xe3\xf3\x07\xbf\x83\xb6\xbb\r\x9a\xc5PMg\xfcO\xfe\x17q1\xd29\xdd\x9d\x18\xf3\xe8[cS\x11g\x0f\xa4\\\x86\xa4\x99Q\xa8B\xffJ\xc0\xdc:\xa7\x07\x99\xa6\x98\x84\xab\xeb?\x8b<\xddE\x8a\xfc\x19\xdc"\xfa[\xd5\xbd\xe6\xb9\x8e\x1b\x8c\xb8\xbb\xf1x\x14\xd7\xd1\xf5\xe1_\xe2\x07K$\x03\xc0,X\x9b\xe4\x8b\x95E\x1e-?\xe6\xa5$Xm\xeb.\xd3v\xa6P\xfcPh\xd1W9\xc8%\x97EF)\x1a\xdd\xd1\x0c\x13\x00\xf8\xfe!\x00\x10\xce\x18=\xe6\xe5^w\xe4\tV\\\xab\x16No\xe0v0+\xbdbv-\xe1\x9f\xd6\x9d\x0c\xd0\x8a\x13\xbf!\xb4\xa7\x0f9\x0f8\x1cy\x1d\x19\xee\x00\xd4\xf98\xed\xcev\x8a=\'\xfd\xc6z\xf8\x8cNj\xce,\xc5\x95z\x14\x93\xb4\x98\xee\x14\x07\x81\xed\x14\xed#\n\x7f\xbeWeD\x87\xdbQ\x01$ \xcc\xe1\x9b\x0b\xb9\x01A\x87-AK\x17!5\xdc\x1d\x13\x0c\x8c\xec\xbc\x8a\x8e\x1cP\x96\xd2\x9b%yeb\x14\xb7\x15\x8a%\xcc\'\xa8\xbe\xf5\x98\x84\x01\x06\xa1\x1b\x81\x15\xb3bm\xa9\xfa\xae\x81\xe8/\x8b\x0f9]=\xd0\xce\x0b\xfd`\x82\x9b\x058jTa\xe0\xd3`\xfdn\x82\xb5M\xf0\'\x01\xc0\xe0\xf5\xfa\xf6\xf3\xaa}-\xce\xa0\n\x05\xa8=7?\xdc\xa6\ntv\r\xee\xec\x81`\xf2P\xcb\xe5\xcc \xf2\x0c\xfa\x8f^\xdd\xb7\xb1\xec\xce\x1dW7HZ\xc0\xe2\xe9<~\xff\xd7Sy\xdb\xf6\xf6|&9\x1a<\x84\xe5\xf4\x1c\xe0}U`\xd9\xbb\x08o\xcb\x13\xa2P\'\xa3?\x94#\xa3kN,\xea\x12\x1b\xc1\xfa\x85d)j\xbdb\xa5\xb4\x9dU\xfe\xe3wq\xd3F\xfd\xd4\x04t7\xc9_\xdc\x04\x8a\xe3\xfdr\x13\xdc\xc4\xb1\xf2X\x93\x9b\x13}\xf9\xa1\xd0\xe0j\xa2\x90\x13\x0e\xc5RJG\xbf\xb5\x01\xbdn\x96\xa7I\xb6\x1f\xa6\xf0.\xc4\xed\xd6\xc5\xe2\x9b\xccKZ\x08\x00n\x98\xa0R\xa3\xd5JW\xc5{\xaaA\xae\xe3\xc4\x04\xeb\xa6\x95b\xeau\xf8;\x11N\xcf\x937G\x13=t\xa6\xee?\xde\x7fi\x9b\x95L\xb0`\x97\x9cC\x84R\x13\xa0\xadG$\x83\xe9\xb5\xc6\x1d\xc4\xcb{\xdf\xa6AQ\x1bYV\x8eo\xcf\xcb\xa6\xa3\x99\xad\xe0\x0b\xc36\xe0m\xd71\x8dO\x85\xfe}\x17\xb8`\x1d:5\x1d\xbdq\xee\xd3g\xe8Q\'\xfe~\x16\xdfPx\xe7+\xd7..\xd79\xbe.\xc6\x0f\xd5\xa2\xac)\xd7\xca$h\xd9\xd8vI\r\xb5\x8br\x11\xf3\xcc\xd3\xb6\x08\x1b\xafX\xa8\x1c\x9c\xd4\x93S\xce7\x08\x8e6\xb7G\x01hl\xb6\xe5\x90\xfb\xf9@,V\x14\x8d\xaf\x19\x1c\x88\xbf;\xed:Vh\xe9\xb0\x86\x05IK\xee/\x15~\xdd\xf9\xdc\xb4\xaf\xda\x03\xa7h\t\x1eK[\xb1\xc0\xe1\xab\xeb\x14\xcd\xa4jr\x9d\x8e\x1d!J\xf7\xdc\x13F\xc8\xd9\xc3\xcc\x97\xb4\x8e\xe5R\xc1e3\xb8\x88\x10?\x0fu\x8e\x8a\x0e\xa4_9\xe7\'\xe3c<x{w\x86\x14\xd0\x1c\xd3\x1c\xcd\xbb2/\x17\xc9\xd5\x81\x1b\xbd\xf0#\xca:\x86~)\xff\xd7\x96\xc6\x99\xa2\xcfZGc@\xd2\x0b:\xd3\x7fw]\xde9\xa0\x07\xb0i\x9f\x0c:\xb0`\x9e\xe0\xe2K~\xfa\xdb\xe8\xd3e\x19\x0c|\xcbnG\xbb\xfb\xad\xac\xa3\xa4F\xe6"h\x15\t\xaa\x0f\x7f\xf5g_\xba\xc8\xf6_w2\x95\xce1<\xc8\xc7\xb1\xac\x9d\x7f\xa7R\xd0\x16\x88\xd0\xf8\x0c$\x8b\x04\x01\xaf\x89Z{$\x7f\x1f\x0f-\xde@\x05\x9d\x05\x00\x13\x1a\xb9\x02\x8c\xe0\xb4{3\x03\x01\x7f\x06\xa1\x9e\xdff\xaeM\'\xe3\x81w\xe1\xd2_T\x86p\xe3\xf4\xa1E\xab=5+\xfe\xa3\x94\xe7j\xc0+\x8f\x9aBU\xe0n\xc6kz\x81K;h+D`o\x078v\xd3\xcd\xd3\xc1\xa2\x7f\xa3X@S(=P\xf0\xb6_\xa0\x95\x07%\x04Z\x03D\xd17\xf2\x84\xe23\'\x12\xf6/oK]\xa6^\x00\x06`\x87g"<\x83\xd5\x1f\x8b\x8d\x80\x12\x13Z\x96F\x0f\xbe."\x0e\x8b\xa3t\x1c8c\x02f\xd9\x94\x83\xbe\t\x06)+%\xde}\n\xacU\x02c\xf1\xc0\xa8\xc0\xe1`\xe1\x84\xc7\xb5\xc2\x95)\xe5X\xf9\x9d#\xccU\xb3\xa0y\x00\xfeT\xf1\x89\xb0{`\xb1o\x95i\x04\xf9\x04\xd3\x10\x90\xca,\x0e\xd3^\xe3\xe9\xc1\x01\x03:\xf7&\xecO\\\x82\x0c\xb7\x881-\xee\xea\xc8\n$\xecx\xa6L\x94\x10\xf1PR\x85\x15\xa2*\x97C\x0e\x9f\x06L\x8a^\'S\xe6\xb5\xc9l\xacH&l|\xc5\x88\x9d\xa4v\xd0T\x11\x89_\xfewmh\x9a\x1b:^G<0g\x07%\xe7\xc8\xea\xef\xaf`/m\xfbo\\\xd4\xce\xe4\x11\x84&\x14R\xafr\xe3\xf0\xcb\x81\xac\xd2\x99\xa1\x90\xd2B\x88\x1dT\x89\xf3J\x1f\x9d\x0cr\x07\x10\xc8\x1c\x7f\xf2\xf7{\xeb#\x11+\xb7\xc8v\xf9\xfa\xa7\x01M\x08|b\x11l\r<\xd7q\x06G\xc7\x052;\xbf\xbd\xec\x87f%eFb\xe0\xaa\xaf\xab\x81H^\x02\xff \xc7\xaf\xa92\x82\xa9\x81O-\x94)\x04\xd5\xb1fq\'\x9f<\x196_\xfaIa2\x1cw8bG\xa2\x15\xc6F`\xea#\xf6\x82\xc6<#\x00\xb7\x943\x19\xf5\x13\x88\x82\x89P\x90\x14X\xe0\xc4\x973)W\x08\x07j8(\xbfe\xd0\x06\xaa\xb6\x11\t\xa5\x87v\xc8\xd7\xd7\xf43\x9f\xce\x97\x04\xa8\x8d\xa7\x1e\xb1<\'A\x86\xd2\xe0\x8b\xec\x0e\xe3/)F\xec-\xc0I\x19k\xbc\x1a\xb37$K\x19v\xd0\x1f\xe6`\xb44s\x1a\xf6\xae\xe8xbO\xa5m\x05J\x97\xb56_\x94\xfd\xbe\xc8\xcfw\xe0\x00\x9fr02\xfa\x0c\xf7\x96\xb7g\xf4gJ\'"ba\x9e`\x85?(\xe4=\x99A\xf0\xa7\xf0\x1c/\x12\xb2z\xaf14\xa2\xf4\x7fn\x1e\x11\xd1\xfb^1\xac)\x89\x8cH9\'|\xce\xf0\xc3IJ\x84\x12r\x12\x19`\x96\x9c\xb4_(\xce\x19v%\x1cz$\xdb\xd4+\x14\xf20\x8d\x87\x07\xe8\x13\x02`\xfe\x1cO\xb5\x8d\xdf\xe7\x0e\x9bB\x8c\xba\xa7\xacG\xcc`\x89\x84\xe2\x98:\xa4\x02l\xe8\xb5L\xe8\xb7\xe5\x1d\xder+\xa5\x0e\x0b&\x11_\x1fsa\x18\xf6\xc4\x04\x17\xbf\xa3\xbf\xfe\x0e\xac\xf2\xad\xcco\x1f\xf3\x82\x9f3T\x87\x10\xb2Sa\xce\x81\xf0HI\x1d\xeb~v|e\x1a)B>\xda\xe4\x91\x8f\x18\xf2\x96\xd4W.$A\xff\xa7\x12\xd3\xa6\xbc\x07"\x17\x97\xcf\xc9\x1c*\x8eO\x00<}/\x03v\\\x1a\xed\xc1[(s\xaa\xfe\xbaO*\xdc{6\xdd{\xe8\xe7E\x9d\x04\x96$/\x9dNv\x88\x1b\xb0b\x93\xb1\xfb~\xb7#\x19\xa9Cn\xcb\x8dv\xcdU\xa5\xa4F\xed9,Q\xcbi\xfc\x12\xbf|\x8f\xa4Dv\xba\xe6\x9cf\xcb\xc0\xd2\x04B\x85\xd0\x02\xabT\xea\xeb\x00\xb9\x0e\xb1\x8c\x8e\xe0\xfe\xa1G\'?\x9f\xd2i\xe5LW\xab0\x80\x9b\xd4\x10\n\xe2\x06@_\x9a\xb5\xbd\xd3\xee\x9b3TU\xfe\x0c\xdf\x9a}\xd1\x82R\xc8(\x80\xbb\xe7\xad\x08F@\xc3\xbe}\xcd\xc0\xa8\x8a\xcb+\x10rz\xc2\x8c\xf9\x05~\x08\xb6g\x9b8\x87\xb6\x8c\x03^\xf3\xd2\xd9:\xb3\xf4\x7f3h\xa0\xb8\xae\x8a\\)\xa5Y\xe9\xd97\xa5\x94\xcb\xde\xde\xd5+h\x9f?\xf8\xb3h\xfc\xcbL\xd7{\xccW\x12[H7x\xd0!b\xc3u[\x86\xfd\xf6\x00\x9d\x0b\xd8\x10\x8c\x9c \x08\xbb\xc3\xbe\x002dS\r\xa1.\xceN\xa7\x13\x97iV\xc1\x96);\x1e\xfa\x19\x91\xb8\xc9N\xf1\xdf\xfa\xb4.\x1d\xa8\x91&o\x96\xef\xc7\x06\xd2\xda\x96\xf9\xbc4\xf4\xb8(\x8b1\x12%\xae\xf1i\xc8\xf3\xef3\xbf,3\xa3E\xd0\xad\x87\x92\x80p\xd9W}}8t\x88\xdd\x17\x88aFY\x01*^Yej[\x9f\xbd\xeaan\x8c\xa6\xe3\x97@O\xbe05\x8c\xfb\x86\xec\xc2\t\xb2\xa2\x96\xe5\xc5o\xc1wi\x83p$^\xdb|>\xb6\t \xbbj\x01\xa6`\x04\xf1\xb3s\xda\xaa\xe1\xd7\xb5 L\x0b\xed\xcae\xdfX\x8b\xd3w\x06\x95o\x0c\x8d\x1f\xa7\xd6\xa3\xbc\x1fu\x08\xc3\x1f\x8f\x02\xd2\r\xbc\xdf\xff\xf1\xcb\xbd\xf2\xfaH\xec\xa4\x04*8\xb7\x86\x97\xff\x18v\x82?9\xbc\xa9\xb9_`W\xc9\xa9\x19\xc5\x86>sVl\xb0S\xf6\xb1\xeaB\x809\x07\x81\x03\xebv \xf5\xdef\xbd\x9f`\x86\xb9\xedN\x9a\xf1\xef\x8f\xb4\x99\xb0\xf72\x01J\x91\xfc;\xac\xed\x97\x94\xed\xd2)4\x92\xee\xb1\x1f+w\xdd~\xb4|%\x89)[D\xd8\xe7\xf4\xea\x0c\xec\x17,\xa5I\x9em\xb4d\xaa\xcbo{H_\xc55\xce"6i\t\xaa>\xcf\x88\xef\x08\xd2\xc2\xc0\xbb\xa5\xe5\xb8\x8b\x05\xb7\x12Jo\xed\xd5;\xfb\xc3\xeb\xc8\xd8\xc0\xa2\xf0\xc97\xa4\xab\xe2\xe7\x06e\x11\x83\xe2\xff\xc1\x8cL\xed\xc9J\xb1\xd0\xee.\xf2cK\xc9\xd1]\x86\xf4HA3=\xdf.<x\x1b\x13z\xb3M\x9d\xa8l\xa4\xaa\xcd\x95\xe1m=\xe9\xe6\xe4\x9d\xfa\x84\xea+\x86\xd10\xc0\x1f\xd0\xe8G+\xd4m\xe1\xa0\x93\xf0w\x9bQ\xb4W\x15\xe6\x9b\xa52\x19h|J\xd7\n\xbf\xcbEu\x8b\x03c\xab\x03\xd9\xba\xb5\xfc\'h1j\xb8\x91\xe9\x9bWIi\xc4\xaa\xd1\'\x94\x01\x80\xc1\xabJ+\xf6\\/P>\xeaBS%\xcb\x9aR\xefI\x9dBx\x07\x1d\xd9y\xa25}6v\x07\x93\x02>A\x1c\xf0\x8a&r\xa1\xe8\x08\xfb\x8b\x9f\xd0!\xf8\xd9\xaa\xbe\xf5Y\xc7,\xf2(\x97\x86\xa5p<\x85\xfe\xd0\xab,3\x0e\x0f\xeb<lH\x83\xd8\x8b\x84\xe3\x90\xb9\'k\x9a\x04_\xed\xa0\xe0\x7f*\n\xca5\xbf\xfb\xc6\xc4B\xac\xf9\x7fb\xa0\xbep\xb0:\xd1[\xbf\xa5&\x92\xb8"?$\xe3\xa8$\x94\xb0\xf5\xf9\xe9\xed\xf1m\xb4_r\x05|\xd2\x9e\xda\x1d\xcb\xdf,\xcd\xba7\x1d\xbd\xf7"\xf5\x1c\xaa \x0cLl\xde\x1c\xca\x82\xba\x1d\xd7#\xbbT\x16\xb9\xa8YL\x1c\x01\xab\xe6\x0eFE\xa0"\xc7\xccZ+87\xfa\xbe\xd9`\x08\xdd\xaf:.\xfa\xd7G\x97\xb9%\xf4\x9e`\xfd.\x9fMc\xc3]\x12~\\JWH\xc7\xc8\xa9\xbd\x98M\x12\x85\xeb\xad\xd5\xf6\x15\x0ct\x9fV\x9a\xeb\xe0H\x1d\x18\xfc8\xdb\xb5\x8a\x03=\x1e\xb3\x83dB\xba\xc3\xb8\xdd\x0c\xc2<\x12~\x8e\x9a>Q`C\x8f$C\x07\xc5\x1a\xd3\x9b\xd5\xbc\xfa\xd5\t\xf3\xd6\xc4\x8e\x0c"#\x03:\xb6\xfa"\x0e\x87\xe9`\xeb\xebxf\x1dh\xee\x1b,\x90\xc8\xd3\xd7\x991\xcd\xcc~\xc1\xc63*\xa0O\xe3s\xda\xfcje\x89\'q\xb8\x0f\x14I\x02\xb3\xd5\xe8\xfaH\xaa\xcb\xf1\xf0Ti\x1c\xd2\xa2d\xc8u\xf5\x934u\xc3w\x16*\xdb\x81\x19\x95\x7fsu\x16\x18\t\xae\x00\xdd\x0eb~\xbfK\xf0\x0f\x84.<\x00#\xd4\x80\xf2\xaf\xb0\xb3>\xe8\x16\x19\x89\x17o\x1e]\xd1i>H\xb0\x01\x9f\x82\x12\x15\x03a\xa8\xde\x0e\xe6\xb6\xbb\x84\x02Nr\n\x87x\xb6(\xb9bSR\xab\x03\x13\x9a*\x9c\x8a\x81\xd9\xc7\xee\xb0\x1d\x18\x8c\xf7\x03\xa5a,y8\xc9+\xeb\xb1X\xd4{\x92\x9b!=L=\xd0\x04.\xe2\xa6\xd5\xb2#\xb9{d1\x95\xabo\x99\xfd\xe1\xc3qI\x19\xa2+\xe8\xe5\xbf\xef\x94\n\x1a\xf3\xb7\xba\x16\xed)\xda$\xb3\xc2\xd9\xe1_Ts\x9d#02\xfb\xbe\xe6\xe8\x93\x85\xe28\x02U-\xa5\xf4\xf1o"\xc2#Y\xdf\x04\xef\xc1\xfc5\t\xde*T\xbd\x9d\xc2\x1b\'\xb70=\x95\x11!\x91^\x0cf\xc6o\xb4\xb7\xcc~\xda\xfa6zQ\xf4\xca-\xd38\x1f\x0e\xcc\xb4\xaa\xbe\xcd\xf0\x81\xae\xa1\xd6\xa2\xfc\xc8\x86\xa6v\x161\x0bKP\xc9\xf9\x0f\xa9y1\xa2\xb8L\x86\xff\xe5\xd7\xf1\x88a{\x85\x8e]\xa0i\xa7\xc6\xc1\xe3H\xa0c<\xfbw\x17\xfcw\x0f\x03\xe4\xd7\xc7\xbc\xdf\x02\xc2\xe2\xcec\xb9\x03\xd5\xd4^b\xbc\xd7y3\x93\x90\xe7\xbeV\xf1:&U\xdfA\x0e\x15\xc5t\xf8o\x91V\x08\\/\x88\x82\xbe\x8b\x96\xa6f/\x17#hEXR)\xdf\x0b|\'\x94\xc0\xf9\x03\xcd\xc0\x02y\xec1\xc2v\xd4|\xf43\xde\x89@S\x9a\x90X\xdb\x8f\xb9\xb0\x7f@5\xf4\xd0~\xe2\xfd\xcc:\xe3xS\xaa;\xbb\xef\x17\x15\x04/\x08\xc9)\xcd\xd7Z\xd5\xbc\xd7\xaf\x95\x89\xea\xeb\x13\x1b\xe2\x06\xa5W\xb1{\x8c\x9e+\xae\xd6\xd3a\xd7`\xf3wC\xc3Z_\xbd\x9e\xf8\xb9p1@/yu\xabU\xbez\xd2\x01\xe0\xea\xbe#o=^\xfd\xe0\x98t\xc1\x07\xe0\x1f\x8d\xcf|J\x94\xcaL\xd1x\xb1\xf4^\x01\xcb>\x1fB\x02?2\x90\xcc_$z\xf1\x9c\x84\x80bbL\xd3\xc6!\x9c\x15)\xbfD>9\xbe\xf6\x00\x19\xbb\xc9\xa6(\xdcT^z\xdc%<\x82\xf5 \x87\x1aa?S \x1f\xe6G\xdd\xb6\x08\xc3+\xca\xbd\xbc\xef\x189\xf4\rfb\x169\x98\x05\x81\x17"\x87C\xa7j\xabku\xa0\xcc \x0c\xf7\xa5\x9d\xb7^\xf5\xaf\r\x04\xa2\x91\xa6c\xd2\x04\xfc\x06\xe9\xf1\x82\xe8*\x13\x8cl\x7f\xed\xa0\r\x03S\xa1\xa0\x16\x86\xbb\xa6\xd1H\xd7\xc04\xdf\x87\xa6\x7fL\xa4&\xf8\xd5Y\r\r\xbd\xc8\xd1\xef\x0e\'\x81\xef\x175\xd2V\xa7\x13Y]"s\xfc\xd7\x9d\xa55\xe8r\xba\x9c%|\xd5\xc1\t{\x92\xd2{\xf3\x06\xd8\x1de*\xf4E\xc1C^L\x9a\xaf\xcf\xa9|\x85\x91\xa1\x9e\x99T}\xa0\xc3\xb5\r\xeaKV\xe9EN\xd1\x08\xb9\xc8\xe1\xf5g\x1e\xce\x84d\xc7>\x8eC\x94\xc5\r\xcai@\xb6\xd1j\x06\xf0~\xdf{\xe4\x1f\x92YK\xc1\xd8\x9e\xaeB\x06\x02\x18\x0b\x19\xf2\xbf\xdb\x9a\xc9\x07?g\xbb\xa0]\xed\xc6\x1a\xe9\x87\x8f\r\xe7\xd6r\xc6\xba\x1d\xc76\xb9\x1c\xd5r6\xa0\xfab\x92\xf5n\x8a\x8e[K\xdc\xdar\x0fq\x1bO\xd4}\xa9\xa3\x1ao\x1c/\x10\x84l\xa4\x0c\xb2O\x0b\xa7\x03*Z2O\xf4\x07\xb1\xc4\tl\xf7\xc9$\xd5_-\xca\x8e\xe5\xbf\x80\xcbB\xb0\x9b\x1f\xa2\xd7\x8fY gx\x88\xe1\xb1s\xcch\x80@n\xd5\x85B\x9f\x1e\xab\x9f\xf4Z\xa0s\xe8U\'(k\x97\xad\xb3\xc9\xa0\\Z\x92t\x1eNqTP\x1bz\xf8r\x92\xef\xfb\x17J\xfa\x0e\xed\']\xa7\xef\xfc\x80$\xc3\x95\x97t\x89\x9cQ\x94`\xc4\xd2\xcc\xc2\x9f\xb1QRi\xd6\x93\x14\xea\xac\x7f_\xb7:,/\xa0\xb5\xb9\x03\xbe\x19\x94S\xc30\xef\xc3\xbd\x19n\rx%R\x15d\x17\xde\xb5\xfd\xe4qz\x16\xcd\xb3[\xd1T\x93\x9ci\x0f\xb0\x87\x82\xe4\xdb1:\xd1\x01![\xd1\x8er\xb9DhqM\xfa\x0bD\xc8\xb4\xfff\x96\xdc\xc27\x03\x7f\x1b|\x9d\xa7~\xf5\x97\x05xN\xb1\x96AG\xd9\xe2\x84m\x11J\xa5\x82~\x9d\r\xd6\xa7\rG\xfc\xdb\xd31\nn\xa4\xe3[a\x7ftQ\x92\x8dp\xe9L\xde\xe6l\x17Y\xb9\xe7\xe6\xd1*\xde2\x8cFe\xef\xab\xd3u\xc8\xac?: B\x00|\x9a\x05\x87!\xf4\xf6<\xc2x)R\xfa\x94l\xb1\r\xf5\xc9\x8a)\xba,$S0\xff\xbc]\x86\x90AL\x0b"@\x07\xc2\xe7\xc2\xb8*$f\t\xf3\x04\xfau"\xbf\xaa\xc4\xe9\xd8\xd7l\xca\xbey\xe3K^\xa8\x05G\xe9\xf8\xd8\xe1\x16\xaa\xfd[\xb5)!\xd8mg\xb0n;\xad\xc0\x8et{\xce\x90z\x85\x7fiM$\xec\x9f\x01q\xc6\xc2R\xdd\xf4\'7\xc2\xe3NKZ\xf3@\x08\xe3\x9d@\x04W\xf5X\x1ex?\x19E\xb3P\x06\x8c\xd1\xc2\xa4\xe4n\xef\xf4\xc4?\xdb\xc2\x92\xee\x1b\x98\xe8N\xf1%`\x17J\x8d,\xf9\xb4"}\xfcq@{\x00\x1f\xcd\xa7\xe5\x05\xc4\xa6\xe6\xd5gMn=\xc6^\x07\x9a\x0fv\x0b)\x93K\xa1\xdf(F\xec\xb9\xa2\xa9WX\xe6\xa7\x94\x81{\xab\x83\x94\xc9\xa1v\x1b\x10\xe5\xf7\xab\x8f\xb8c\xa8\x00\xc2\xc6\xea\x15\x0f\x03S\x0b\xe6\xec\xcc:\x96\xce\xae\xa8\xaa\xeaKM\xb4,\x17`4\xec\xe1\xcd|\x0b_\xd2!\x85\x0b\xa4\x1d/H~I\x15\xf5\x9a\x14my\xc0\xf1PH\xcc\xbfxTy\x11\xf3%$\xcc\x99\xe3\xf0Hb\xf2\x0b\x1e\x89f\xec\xafk\xf4,+f7\x160#C\xbc\x16\x97\x0eijjE\xbf\x1bj_\xafj\xf2\xc1R\x81\xdb\xe2}\xd2e\x9aH\x05\x8d\xa8\'\xc9\xdbs\xbb\x96>\xde\xf2\xaf\x98\xa4\xb2\x81.jHMg\x9b\xe6\xf7\xfa\x9c\xcd\xdf\x04QL\x01\xbd\xcb\x1d_\x1d&F\xf9\xc8\xc9\xe8@\x00&[\x87\x87?Zb\x05\xd5\xe5\xcb\xdb\xc7.\xe6\x91l3\xa2\x83\xc6QB\xf3\xc5\x9de\xc4\xe1 \x906&g\x0f\x1e#_\x11#M2Q\x8e\xf07\x9f"\x08\xde]W\xc6\xcb8Fg\xa7ZKad\xa1\xc2llpt\xf6\xdc\x91\xc6\xe1C\xbeK@\x9f\xbf\x98\x9c\x8f\xf7<\x00\x82\xe1\x02`\xdbgm\xbd\x86\xca\xd9\x89\xbe\xbd\xac\'U\x8c\xd1\xbdlHQq7\xcdr\xe2dX+\x0fgE\xbd\x94\xe2\xca\x85\xf0\xfdh\x8a\x04\xe9\xc9\x92H\x1e\xb9*\xcf\xd8\x1c}\x85\x90\x177\xf3\xbd\x94\x7f+\t]\xfd\xc6Lf\xa8\x0e\xd4&\xe7s\xb7"6HyrD6\x0bJ\xaf\x80<.\x9b6\x928z@g\x0f\xbf\xec\xca\xf8%k\xea\x88p\xb4\x99\xf9\xa6X\xaeU\xd9\xb7;<\x15\x12\x938S\xff\x1b\xe2o9\x80L\xbe\x15\x96}@\xb6o\xd2H<\x90i\xee\xa4=M\x1f//\x8f\xc2D\xc8\xdf]\t\x0f\xa9\xda\xde\xf6@\xad}\xf7\xed\x95j?n\xc1\x93\xb9\xfdI\xa4\xbf\x80\xb2L$\x8a\xb8\xbew\x13\x9b\xb2\x05\x1e\xd8DZ\x90\x8f\x81\xb5t\xad\x11\xa7\xc1\x17E&\xfc\xdf\x15\x95qU;\xd8\x9f\xc7{{\x82\xb7\xe4#\xf9\x1b\xb6<{\xa1\xff\xa9A\xc7\xef\x04\xb6\x06\xdf\x07\x90\x0f\x86\x1c\x19\x0e\xd5\xcf\xd4\xef7\xf4\xb3\x8e\xb6\xbe\xd9\x91\'\x91\xd2H\xa9\xb8\x16\r\xc8\xe0wD\x92+H\xbc\xdb\xb3\xb7\xbaK/\x8a\x81Oj\xa1\xac\xe10UmF\n\x0e\xd6\xf5:\xee\xf4\x99vc\x02F\xca\x92&\xe4\xe0\xa7\x03\x1d\xaf\xfe\x1b\x19D]\xde<&`\x18\x93Y\xc6\x93>Q\xe3\xee?\x1a\xd1\xc6\x17A5J\x9a\xff\xd2\xce\x88\xe6\xc6M\xed\xcb\xe5\x1e\x03\xd0\x95\x93\xe1\xfff\xba\x9a\x81\x18\xf89\x8e\xb1\xb2\x16t\xc6Pz\xe4\xa7\xcaS\xa2m\xac\xd5\x15U*Y\xa9}\xa0[Q\x95HL\xc3\xa7/\xac\x9c\xffg\xfe\xfa\xf5r\x9d0Y\xef\xfd\xd4\x89X\x13\xa2Fe"a\x1a\xd3\xc2\xbe\xc8\xf9@\x18\xb08\xa0\x95\xaf\xa0\xa1\x86\xf1L\xef\x10\xa1+\xd0\x03\xd2\x0c\xfb\xca\xde\x97\x03\x9c\x00\xf6\xa9\x9e\xd2\x14G\xabC5\xa5,\x7f}q\xc4\x14R\xc1\x00K#>\xa7\x89;\x04y\x16\xdb\xd6\x00\x10U\xa9\x07\x9a\x02\x08\xddF\xd3U\x07n\xba\xa7\x1d\xec\xc2\xc7M\x06\x1c6*\xd7\x9a\x12v\r\xd9\r#\xf7\x94$iU\xd8\xe6\x1e\xdb@\x84Z\xa2\xba\xf3+\xbd\xd5\x87B\x8dZb\xffb\r\x1d\xb7W\x80z\x0f\xcb\xaa\x9e\xeb\xf6\xcd\x1e\xca\x8a\xecJ\x00e\x07\x96QR\x01\x88\x0c.\x9b\xc4\x95\xecn&\x14J\xd3J\xde\x8f\x16G\x91\x10\x92\x80qu\xf3pJ\x93y\xfe\xe0rO\xac\xa0\xea\xec\x14b\x9d\x9f\x12\x82\xd9,\xe9\xae}D\xbc\x7f\xf4J\x18\x08\x19D\xe1C*"\xe7\x83\x07S\xf0\x01\xe3\xbd\xb4\x02\xa2\x8d\xbc\xc9\to\xf6F#o\xe7/1\xa2\xe81A\xc4\x08\xd9\xf4\xfbr\xd1g\xd6\xab\x14Sp\xd6\x133\xc1Rn\x07\xf8n\xfc\xe6%Kid\x0c\x93O\xbdpAX\xcbo\xf6J\xc4\xb9\x11\x96\x7fzDj\xd2\x99%d\xf0\x9f\xd15-f<\xd4\x8bK\xec\xf5\xb1m\xf1\xfb\x98\x9e\x8f\x8dCGx.\xd5#\'%F\xa8$oK"6e\x90P\xb1ur\xb1(Y\xf8\xb0V\xa2\xc3\xc9Dqh$w_68\x99\x1c\xc1\xdc\xdc\xf4\x8f<\xa7\x8f\x88\x7f\xfd\x91\xe8\xcc\xf7\xe8P<\xfe\x96\xca]R7s\x87\xe0",j3\xdc\xf4D@$\xf6\xa5fo\t\x0f\xd6\x15\xa1|\x83\xde\xb8.\x82*\xe2\xb6R]\\\xca\x88_\xe9\xa5\xe0\xc2\xac\x0c\xc7\xe3pQ\x02\x06\xf9\xa8\xe1\x14\x04H\x06\xd5;\xb9\xbb\xa0s\xa6RY\xcf\xebD]X\x0e\xdc\xbb\x1b\xb5\xb5#\xe1\xd6\x08\xf7\x01L\xa4\x88\x8fJ]r\xde\xed\xf0G\xdd>\x82E\x80\n(} \xd1\x94\xf8\x01\x82\x8f76 \x02D\x14\x87#\x1a\xb5\xee\xf7\xe2\xbae\xa8\x17-D\r\xceQ9f\xbc\x91\x93e\xc4A\xcd\x93\xa8\xae\x8a\x16\x8f,]$\n\xed0\xb1S:\xfe\xbb\xe8\xe4\x96Bs\xe89y%\x1c"\xeeB\x97\xebt[V\xb5\x08X\x8a\x98\xa0\x1eiB\xb58h\xcc\xc7\xca/\xd2_:\xf4D\x7f\x17\xd0/\xfa\x95\xec\xf4\xfe\xa1\x92\xb1/RW\xd1\x1d\xa3\xa5\xac\x95\xed\xbd\xb4,4\x91\x86\x84V\xc7\x1e\xf1\x85)\xb60tj|\x99\xc2E\xd26\xc3Z\x04g\xb6(\xf9\x16\x16~\x85\xcc\xc2O\xae\xa5\x07Fr,3\xffcj\x84TU9h\xb3*,\x88\x19\x0b\xe4;\xbb\x112k\xc2F\xf8\x10\x12\xc4\xe3\\\x85\xf2!0l\xc9i\x17\xbe0\x87\x1d\xc9\xc6\x13\x84\t*\x8b{~\xe78\xb2\xa1l\xfe\x8de\xbdDE\xf2\xb3\xb7L\x8dp\x9a\xcfo\x82\xb0\xf3\xe7\xa9\xf3\xc7?\x18\x0ej\xf8\xe5\x82\x0ca\xd5\xd5\x82\xfbR_\xff\xb7z\xb4\xfc\r=\xde\x9fn\x10\x94\x03\x101p}<\xaeu\x13\n\x8d\x12\x06\x87M\xb2\xf4`\xc0\xa8\xa4\x95L)\x1079\xbe\xe4\x04\x8c\xf1\x01\x16\xd6\x1b3\xe9\xf1\xff3\xaf\xc8=\x02\xf0\xb8!\xb5\nf]\xb3\xbe\x11D[f%q\xf4H\x8bDl\x0cD\xbb\x12\x1c\x82$\x04\x90\xda*\xb9h\xa4\x90\xbb\xdb\xfd\x19o\xdc\xa7\x03\x7f\xa3\xedO@\xa4,\x93\xdd\x80/\xfe\x98\xb9\xb1\xd9\xa3h\xf8\xbf\xc8\xe6.\xfeb\x0b\xea\xec\xc0\n\xe5\x87\xc7`\xfb\xa4\x93\xad\xf4S\xbc\x84\xf4a\xd4\xd9<\x0e\x1c?BaY\x8f\x9a\x80\x1f\x1e\x9a\xb5\xbcY\x9a\xe6\xa5\x17gU\x11\x9c\xd6#6\xae\xd8\x1fx\xc7\xea4\xfc\x98\xd7\xfd\x07\x8c\xe1\x13\xd4o\x90\xaf\xa7~\xb4\xee\xb4\x1b\xe9\xf5\x15\x18\x1dE\xc3\xbe\xae\xbc\xf6B\x14/Z\xc0\xa8h\xd1S\x92{c^a\xc7VS\xa1d\xe6\xa9o\x80k\x062\xd4e[\xa4\x85\x10|~\x85\x1d\xdd\x0f\xb6\xe5S\xeb\x0b\xa5D\xdb\xb3{iLqR\x05\x90\xd7\xb8\x84\x14"\x16<E\xcf\x9d_\x01\xc0\x95\xc98g\x84\xfdo\xc9}\x02\xf5\xd9=\xf8}\x9ex\xc8\xf0\xe7W\x8bi\x8e\x15\xd1\x1c\xb4\x8f\xeaj\x92Vv\x8e/\x9a\x91V\xa4z')
|
model/obfuscated/pyarmor_runtime_000000/__init__.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
# Pyarmor 8.5.11 (trial), 000000, non-profits, 2024-11-
|
| 2 |
from pyarmor_runtime_000000 import __pyarmor__
|
| 3 |
-
__pyarmor__(__name__, __file__, b'PY000000\x00\x03\x0b\x00\xa7\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00\x1d\x02\x00\x00\x12\t\x04\x00\
|
|
|
|
| 1 |
+
# Pyarmor 8.5.11 (trial), 000000, non-profits, 2024-11-12T22:52:22.526873
|
| 2 |
from pyarmor_runtime_000000 import __pyarmor__
|
| 3 |
+
__pyarmor__(__name__, __file__, b'PY000000\x00\x03\x0b\x00\xa7\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00\x1d\x02\x00\x00\x12\t\x04\x00\xe9Z\xa5\xca\x99\xa7\x1bW\xa3#\xe5\xa0\x1b\xa5\xc0\xb7\x00\x00\x00\x00\x00\x00\x00\x00\xfe\xa2\x10\x8f\xf8\x12\x02Cm\x0bwy\xdatEDl\xeb_(\xb10\xbd\xcf\x0c\xe0\xa7Q\xf4S":\xbc\x9b\xcf\xc7|\x8c\xa3\xae\xbb\x14\xc1\xfd\x12\xffH\x88\xe22}\xe0\x83\xa7\xb3\x91\x97\x18\xac\xea-\xa1H,8\x9cW\x90\x9a\xe6\xdd\xa5\xe0\x1e~\x19\xb3\xad\x1bYg\xc4\x87\xa7\xc2}\x04Hv\x18\xb9\xd2\xc9q[\xfa\x1920gp\x86Cl\xba\xb9\xc9{\x9cE\xa9\xe3G\x0f(\xff21O\xf2\x01s+\x13Hh\xbc\xd0wX\xc0\x97\xd2\xa9\x05\xb0Z\x18\x8bc\xb7~\xae\x80s\xed\xf4\xac\xaf\xda\xec7\r\x8e\x84H\xdc{\xe3-\xf6Q\xac\xd2Tc\xc1,3\x0c4[Zt\x1bT\xf3E\xf6Q\xc4{\xa8\x1e\xc6a\xbc2\\k\xb6:\xef\x80n\xd8\x9b\xba\xaa\xab\xfb\x91\x16Rf%\xfb\xe7\xe0\xa5}\xc5a,\xbe1t4\xd3&\xd3\xf9\x89\xb5\x8a\x1d1P\x9e\x92d\xdc\xe6\xdacY\xdc\xad{\xd8+2B\xb0\n\xb9\nB\xb4\xfe\xf0\x87\xcd\xb9\x1f\xf8\xd0\x91\xf0\xdf\x9b\xa2\xeb\xb83\x0f$H&\xc9\xac\xfa7%\x8f\x9a\xb2\xcc\x8e\xbc\x9bwj\x00\xe4\x96\x1d\xe0\x84\xf4\xc9w\\\xad\xf4\xd5+\x85\x1eG\x1f\xcdT\x99\x8f\x93Ej\xd1\xff\x8c\x06\xe0#\x1b\xf1YX!@\x04\x03G-\xd8\xf1dcV.e\x80%\x1a\x9e]\xd9\xf9:9\x15N\xccTI\x94_\xfc\xec\xc4\xbe &\xf85C<\xff\x89m\xd4}\x9f\xbb\x8f\x03\x83\xd9\xb4\xe3i\xfa\'$\xcd\xe6\xf51HV\xe9\xa9k\xcd\xa7\xc4\x8c\rg\xee\xbf\xa1\xafV\xc0\x1f\xa4\xf1#r\xa2\x187\xaa\xd1\xf4\x9fG\x1c\xf6\x835:#\xad\x85\xb9\x82\xe5\xa6\xd3\xd5\xed\x9cRI\xcb\x88\xf5\x82:\x1a\xdd"\xc3\xf3YUZrk\xa3\xf2\xb5\x99t\x82\xd3\xf5\xa9\xaag\x87M\xf3\x8aT\xdd\x94\xda\xb6\xe1\xee\xa3ByY\xa1\x18B\x1dO2nD\xf9\xf2\x15Uo\xeb\x18Bt\x16\x12\']s_\xc8I\x8c\xcc`/w\xb7\x83\xbd\xdc)\xf3\x7fC\x9f\xc5f\xc9e\xd5\x04t\xd5\xef<\xb4\xef\x84q\x04[\xfa\x94\xd7\xe2\x8f\xd0\xed"\xc4\x91\xabw\xff\x9e6\x1dHh\x15')
|
model/pipeline.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
# Pyarmor 8.5.11 (trial), 000000, non-profits, 2024-11-
|
| 2 |
from pyarmor_runtime_000000 import __pyarmor__
|
| 3 |
-
__pyarmor__(__name__, __file__, b'PY000000\x00\x03\x0b\x00\xa7\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00\x831\x00\x00\x12\t\x04\x00\xd9\xaf\x16\xbe\'\r\x96"l\xc9\x1cv\x1a\xca\x06\xa8\x00\x00\x00\x00\x00\x00\x00\x00\t\x8eJ<}q\xebA\x02Y\x9b\x0b\xc6\xd2uL\x88,E\xc6K\x04\xd9[7v\x00G\x95-N\x8e\xed&|\xfe#C\x00\x7f>\xf8\xa4\xf0\x8c%o\xb3A+H\xb0\x19\xee\xe7\xc3\'\xae\xa5\xd1\x07\x7f=\xf4P\xdd\xd1\xf8\xe7A\x0e\x85\x83w#\x0e\x9d\xc3\xe53t\xe4w\xc2\x96\xd49MH\xb3@\xd0\xba\xdf\x1cS\x9f\xac\xa7\xed:\xb51\x8bT\xf3\x9e\xd5\x08\xa1UH\x14\xabg\xe3"\xc9\x9d\xc2Q\xed\x08\xbe\xb6\xc6^a\xec\xd0\xa2\x82l\x014\x08t\xd4\xdez\x17\x9d\xc8\x19\xf0\xc5q\x80q\x91\x1e\x9dm\x8b/\xe4\xae\x841K\xa0\xdc[\x93\x1c\x9e\x01\x837;"\xf2\x93\x13\x98r\xda\xab/s\x02&y\xbe%\x89\xfd\xbc\xa4\xcdqY\xaa\xe8\x04\x08\xbd{\xea\x8a\x95!?\x19\x0c\xce\x8fIsM{\\K\x9auu\xdf\xe9=j;\xa3\xe135\xad\xf5\x11\x85V\xf5\xb1\xbd\xe5\xc1\x8ad\xfa\xe7\x94\xfa\x01\xf9U\xf1\x830\x06\xe8?\xe6s\x07ASak\xa3\xb7U\r\x18\x16\x00nc\xbbjw\\-\x90PRg\xfeO\x91g\x00\xa4\x19r\xe5;\x82f\x95\xfce\xaaZ{\x92\xc4\xc7\xef\xb9\x87R\x9c\x0f}\x0f\x938Fv\xbd\xe4@\xc6\xc0\xb6\xa4\xaaR\xc9\xad\xb7yb\x86@\xbe\x94\xf7\xd4_\xfeC[\x99\x1a\xb5#\x1e\x98zb\xe3\xb3\x16\x90\xe7#$A\xeb\x86\x03\x16\xc4*\n7K3\xcb>\xad\x82\x81g6/\xfa\x98Y\x1b\xa6\x83?\x89T\xcd \x8e^\xb8g\xd9\x95\xef\xe0\x0f`\x91h\xfa`V\x92k\xcc\x19\xf3KKR&\xb3\xf7\x80\x89\x80<[\xd4\x93\x1c\xce>\xad\xb3Ez\x19\xd4~\xdf\xb02\x13=\x90c\x134\xfaL|X\xcb\xd0\xd8\x17y\x04\x92eEX\x98&\xbb\x89\xf6W7\xd3\x19\x1f\xf2@\xaf\xc0\x17p\x8b\xf5Y\xae\xa7\xaf/"\xac\xd9X~A}\xbc\xa6)\x14\xfa\xe5\x08\x0eU\xdf\xd5$\xf3e\xd7@\xfd\xf3\x0f%;B\x9e\xda\xdd\x8e]\x9a\xfa\xb0\x7f\\R"\xd6\xc0;\xbbB\xf6\tl\x1eu|\'\xd9\xd6\xdd\xd6\x96\xf6!\xd0\xecL%\xf9N\xf1\x16$\x8a\xdc<Ja\xb5\xaa\x18\'\x1a\x96\x86~\x03\xd1\xc1\x17xp?\xa3\xccqN\x85\x1c\xfb\x99lP/\x08dp\xb6\xf9u\x81\x9a\x8a;\xd3!s\xbf\x9c-fSh\xaf,\x9a\xd9\xdb\xee5\xd7\xc4\xf5\xf8\n\xc0y\'u)\x9e\xb5\xe38f\xc3l63\xce\xe9\xe0j\xfd\x9d)\xaff\xc8\xad\x831\xac\x10\xb3\xbf\x8f\xbd\x92\xcbV\xbf3\xbb\x9e\xe1\xf1\xbb\x02\x95A\x9e\xc4\xbf\\\xe0\x04\x82kJ\xac\x13\x12\xaaL\xda\xd3\x91\xc8\xd9G\xf5fv1\xbf\xec7\xb8\x07\x18\xc0\xde\r\xdd\xe8\xdcc\xf6\x8d\x1b\xc4qgj#\xfd\x9f\xe6i<\x9b\xca\xf5\xc8\xfbe\xfc\xcfF-\x1b \n6\xd0Th&\x8at\xa7Z8I\x14\x0e%\xc3\xf1\x8a\xd8<ATy\x04\\y\xe9\xe7\x11\x8a\x9a\xbc|\xb3\x91\xe3\n\xa6\x96\xc5\xefZ\x06\xfcL\x9d\x06\x17*\xe8I&\xe1D\xbf\xc9\x90s\xf3\xbc\xab&\xf2r\xe3,\xc2\xa1\xd09\x07J\xce\x00b\xf7\xaf[\x9cU\x1f\xbc\xefx)\xdc\x0e\xff8\xd5h\x1d\x9b_\x93\xc5\x8aa\xd6\xaa\xf2\xd8\xfbc\xa0gh\xc0ivN\x13\xc7\xba\x8a\xf0|\xd7-\x91\xac;\x07AY\x13\xe7\xd3"z\xbfTE\xf7\xc0\x11\x8cW\x94|+\xb2\xc9uX^\x86\x01!H\xbb\x88\x81{\x93ec\x143\xe7\xc4j\x9a\x9c\xb7\x1a\xe0\x87\x98h0!\x0b5["\x92\xf7n\xd2BH\x8b\xc0H\x89\x90rB\x1f\xb1\xba\x8f\xa7ZM\xed\xbf\x87\xca\xe0\xc3\xf3\xfe\xadGs\x7fs\xa5}\x1bg\x1eJ\x96\r\xa00\x1d\x18\xb4\'\xc1I_<\x18}\x05\x18\xe6\xfa\x18I\xaa\x99\xac\xaf|\xd7 \xedcD\x95\x11\x96\xb9\xba\xce\x1b\xaci\x99 \xeb\xe5Z3\x07\xd5\xd6x\x9a\xd98\x9c7\xd7\x9d\xea\r\xa5Q\xd8}\x8c86\x1cs\xab\xaa\xe1d\xf2:}\x94\x90"\t\xd9\x04W\xfb\x17\x06\xcf\xad\x87\x9a\x96\x89\xa2\r\xe5\xb9\xfa|g\xc6 \x0b\xd4!\xdc\\\xf4\xf1\x12FX\x84\x05\xcc_K\xc1a\xdf\xff\x07\xca\x87\xb4C`Y\xfeGB\x8f\'\x9f\x17{\xd4i\x95\xda^q\xb1\xda#\x12\xbf\xea\x14\xb3\xcc\\\xd9\xa1\xbaI\xf6\xcd\xdc(\xda\x10\x98\xb1oL\xc2W\xce\xffM\xc4\x05u\xef\x03\x1f\x1c\xca\xe8\xb8\x16\x0f\x12\xd6s\xe9\xdaa\x03\x85\xfds\xf1\x0b\xdc\xde\xf400\xd0ZK\x00n]\x8d]\xc3\xe2w\x9d\xaf\xd9\x97.C\xa1S\xae\xe2=:Ox\x0fG\xac\xce\xf8\xa9\xa8&\xc8\x9e\x943\x14[S\x93\xb0\x84\x800\xc8\xc5(\x02\xcb2\xff\x0b\x1d\x91\x7f\xf3F\x18\x83\xe0\xfb\xbc_\x16\xa6\x18\x0f\xb7\x95\x01\x1c\xfa\xdc\x1a\r~?\xdc;m<\x9e\xf6\xa4f\xc3n>\x84\xd6\xa3\x9b\xbb\xcc\xc6\x06R\xca\x90\xfd\t\x83\xe8\xd2\xa8\xe5\x93X\xe0\xb5\x88ZU\xdc3i:l\xd6\xab\x03\xc1+\xac\x1f\xb9\xe4:\x07itL\x9d[\x0fj&~\x8ckk\x1aY\x17\xc1I&\xce\xd6\xdbo\xd93I\x96\\\xc7\x99hK\x9b]\x11\x14\xe4&\x17\xeesA\x00:EHi\x1f#\x03\xfb\x86H\xab\x8d\x13B\xa2\xfaV\x9a\xe5-%\x93\xac\x94\x06\xae\xb2I\xb4j)!a_\xb17\x1eh\\\xe3\xc6q\xde\xdbX5\x8a\r&~$\xcd\xfc+\xce?v8\x07\xf3\xf4(_\x8dW\x86\x0fc\xdeb{y\xc2\x1c\x01W\xe2\x816w[!O\xa9\xe4\xfe^\xcfV\x86\xf2\xd3\xa5\xc0R\x96\xcft\xeffH\x7f\x96)\xc4\n\x0f\xf7\xbd\xa02\x18\xe8E\x0cW#\xdbS\x98\x1a\xaf\x06.Y\xf3<\xdf\xf2\xcd\xfb4\x0cs\xae\x99CE\x99\xfd+\x0c\xa86Tk\x88Rm\xa8\x1b\xbc\xab\x15\x03\x1fa1\xee\xd0\xb2\xe8\xfb\x9c[V5\xafv;\xe1O:\xa1\x1b\x11\xf9\x85h\x12O\x86\xabU!\n\xf9\xd8^\xee\x00\xd8\xaa\xb9&\xc0j\xe2\xa7yD\xad\xfd\xd8\x12\xef\xe7\xa9;\x01\xd1]\x13K\x8ba\x96\x96\xc3\xad\xe5[\xa9\xaco\xd9?af2\xd7\x15\x8a\x06\x19\x15\xb7\xa0\x07(W\xa4c_\xb0\xdb\xb9!\x06\xc8td\xb8W\xa4FD\x00u\xc5\xaak\x08\x7f\x05W\xb9,\xdd\x0c\x9eH00\xbdT{S\xa9\xa2\x12\r\xf8\xf3H\xf6\xe7\x89\xec\x99\x9e\x7f\xf0\x00t\x827\xa5.\xfa\x95\xfb\xd3)\x98b\x10?\xff\xe1.\xbd\x03\x8dN\x0c\x0e+Y\xe9\x14s\xf6x\xde\x15\xc1b\x80\xb7\x02c)Q&\x18\xd1\xf9I\xed\x8d<@hG\x06\xc6b\xa2|\xf3\x1a%\xc0\xde\x84\x8a\'\xb03\x1e\x15\t\xa3\x05\xfc\xdb\x9a\xedg!\xe6\x7fG\xa84\xc7a\x1d\x0e\xc5\x10\x1d\xd5\xb4\x8d\x19\x0ezT\xdf\x89/\xfb\x9f\xe2\xab\x03\xaa\x14;dB\xf4\xfe\xc3\xfc\xa0\x91|ruo\x0fW\xef+U\x17\xc4#\xa6\xa2}\xf9\xba\x97\xfb\xfc/\x93*\xa3b\xc1\xa8\xd7\xdc%\xba.r\xd2\x82O\x8d\xca-j\xea\x9c@\x81R#Y(\xcf\xa4\\\xbe\x8a\x8eF{i\xf3]\x0fv\xb0\xc8\xd2\xe5\x84\xe0\x884>\xa5\x04\xbd3\xc1\x84\xfe\xd4\x85\xffk0\xb50}\xe5@\x8f\xb8\xe9t\xe0,\xf7\xee\x9d0S\x84E\xa8\xecu\x82\xfbg}\x9f\xf6\xf5\x1b\xb8`,\x0b\x9a\x03\xd5[$\xe3\xe6\x85\xc7\xd6\x1a~\t\xabg\x94\xbc\xbb\xf5\x1bx3f\x97s\xe6U@\xf9\x84\\\x13.\xae\x83Z\xd5\xcb\xfcpfi6M\x8c\xaf\xc7\xc14\xd4\xa2\xcf\xf2\x1a\xc8\xabw^\xb3cwZ\x8d`M\x15\xc1\x0c^?\x83`\x98\x86\x85\xac1\xf2ny#w\xad\x1dE\xcb#\xb2\x8d\x0fF\xe9\xc5\xe4\xd0KnXd}\xfe\x84\x1a\xa0\xff\xa1\xd0y\xeeu\xd1\t\xaf\x14F\x81Tc\xd8\x99\x11\xf22I(\x11\x9d\xfd\x89\x15\xd0\x06\xa0\x02\r\x11 0\xad-~(K\x87\x8bh\\\xcc]\xe8\xdd\xcb\\\xfb\x19\xd2;\xd6\xd9\xe6*^Q[\'^\xe2tp\xa0+6:p\xadi\xd7\xc5C1\x9d\xc9\x16]\xef<\xcb\xb4<\xebt\x98`#\xb2\xd8\xa1K@\xc4u\xca\x8e\xf1\xde\x93\xc5`d(R[\x17\xf6\\\x97p\xa0\x93\xd6%\xf3\xf5\xa2\x0e\xae\xc8[\xe4\xbd\xfe[H\xfe\xd6d\x0f\xd6\xf1\xcb\xc1w}\xca\xe6E\xf1\xa6|\x14\xac\xbb\x1e\xe8\x05\xad{\xc2\xc8\xd5J\xfb{\x90\x03\xa6\xaer\x06<\xfeG\xd7\xd3\xf7\xf3\xc9v\x00\x0b\xf7\x93KX\x0b\r#\xa9\xa2.\xfdP\x16\xeb\x99\x86a\x84\x8fqrX\xe2J\x17\xec\x8c4>[\xbf@\x1eg\x8b\x94R\x08\x88zllv\x0ev\xee\xa3\xc4\x88#\xbc\xf4\xad\xf6<\xe3\x8f\x04\xc1F\xf3\xc4y\t\xa9\xd8\x81\xfd\xcb\xbf\xd3\xde\xb7\x04;\x80C\xf8\xee\xc1\xd8\xc6\xc3\xa0+v*\xeb\x13\x19\xe9\x9e\xbe\x93woo\x98\x1eNoj\xaa1\xa5|=\xdf1\xaeT\xa2\xc3\xc7\xbd\xc2\xad\xe9\x00%t\xc7\x8dQ\xe4\xdb\xac\x95\x11\xd3-Y\xba\xb7\x9a\x01\x97G\x7f"\xb2\x0c\xd69\xec>\xfa\xfd\xa2\xaa\xcd\xde\xd3\xf2N\xb0\xf6\xa0bh5\xff\x88\xc2\xcf\xe3,\x87\xf1\x17K.\x90X\x04\x82q\xd9(\x14\xae\x1d\xa8;\xfb\xe8s\x18\xdei\xb2\xc6\x1c#C\x8f\xd6\xceu\x15\x04\x92\x8a-\xa9\xcb\'c\xcc\x8cE\xea\x93[?\xd6\xe2\xb3\xcb\xb8\xb6\x8e\x01\x9c\xf5\x00\x03\xef\xadj\xac\xee s\xd6\xfbL\xdd\xa9\x9ao|m\xcd9\xfb\xf36{4\xd5Gw\xb5Y\xbb\x8d\xb5\xc4\x87\xcf\x8e\xdf}s\xeba0\xa9R\xd3Q\x93\x973\x95S\xee\xe5\x1bG\x1b\x90\x9feE\xa8\x1a\xad\n\xaa]\x1d\x87\xa0\xde\xc9\xa7\x1a\xb8H\xe5\xfb\xe0\x9c\xed\xde \xc5\xb3\x8f\x9a\x90\xc4L\x82#\xb8\xb5-\x8c[\x1e2>\xf2\xfa\x8f\x941A>\xb3y\xcc\xb4\x90\xad\xb9\xafc\x99D\xb1\x89\x88\xe4\xaa\xbb\x9a\xf5uH\\Z\xf3I^\xdb\xb9\xb8\xa3\xae\x00\x15\xd5\x97\x08\x0bOs\xa4Z\xfd\xdb.=\xd3!\xe2\xf30?\x9fP\xc8\xef\xdd\x80\xc4\xe6+N\x07\x850I\xed\xed>9\x03\x9a\x10\xcdH\xea\xb2\x0e\x1f3\xa6\x84\xc2m\xa6\xeb?=33\xee\xa8\x04^V\xbe6\xfa\xc3\xc9\xaf-"%x\x94\xcc\xdd:\xce"\x9a\x9f\xc9;U\xd8\xa6\x8a#\x11\xb8\xcd\xe4/\xa3\xce\x84J/\x7f\x14\xfd\x95\xd06\xf5\x08J\xec\x0f9\x10\xfe\xa25&\x18\xb3\x0fe\xc5#\xf3\xd75Fm\xeb\xc4\xa8V!\xe9{\xc9_\xa0n/\x19:\xcbT\xa2\x00\x1c3e\x85\x15%v\xa9\xf2\x17~@\xc3y\x9a\xc2\xa4uXv\xe7\xc8\xf8T[\xb8\xf4=\xc7\x10>M\xe8\xd5n\x06\xa66\xb8\xfbY\xc0\xcc\xcc\x19\xe0\xf9\xce\x81/\xa1\xb0N\xbc\x95/\x06\x9f.\xce\xeb\x92#\xf6\xf2\xf3\xc4\xf6\xdcn\xa3\xec\xaf\xbcZ\xfa\x94\xb4\xbf}gG\xb1\xf83\xb5\xd9\x13\xbe\xfc\x8b>O\xebGS}\x84\x0c\xcb\'\x01\xdfv\xd0\x90S\\\xfd\xa9\xc6V\x1b\xd4\xea\xfdJzc\xc2@;\x80Ph*\xf2p\x9e\xac\x84k(\xa4\xe5{\xb6Phz\xd1\xa8\xf3\xfcs\x9b\x9f\xa4\xf7KK=*\xe4\xba\xa7nBMZ\xeb\x16i\x18\x997\xa6\x85\xad\xfb\xefy\xc0\t\xa2\x83\x01}*\xb7\x86;\n=\xad\xc0t&\xe2\x84\x0e\xc4Z\x96j6"\x9c\xdeb\xd2qt\xa8+\xe9\xf1\x90f\x85\xbcv\x8a)e\xa2\xc1\xab\xe4\x89\xa1\xab}h\x1d)\xc3Wn4]\xd0,\r>W\x18H\xaf\x9c\x12kGH\x8a\xf2K\xa4^y\x91\xa6\x83.:\xe3\xd0w7\xcf\xcb\xbb\xcb\x00\x02]A\xcb\xbcp\xf6I\xce*\xcf\xc6\xe6(`\xad"\xc2N\xe47\xb4\x19\xbe%Pk\xec\xef\xc5\x99\xa5\xd7\xcdZkV\xcf\x0f\xc6\xb0\x01h7\x8a\x88\xac_ \x10FJt\x08\x90w\xeb*\x8b\xe7\x0f\x0c<\xd7\x14o\x9f\xb6j9\x0e\xc9\xd0T\x96\xc3w\x8a}y\x83!|\x99\x108\xb81\xd3N"\xcd\xb5Y\x93V--\xd6\xa2\xe5sk\xd7\x1avo\xcc\x17\xb7\x80\xfa\xe6:\x0f\xf6\x94\xdf\xad\x94(/\xc1\xc9\x8d\x16:\x8b\xb5\xf6\xdc\xd1\x181MB\x8e~[Fp\xd7C\xc1\xb4}\xd9gU\xb0Nh\x85TZ\x1a\xc0\xd5\xf2\x1e\xd5\xc9\xe0\x1b^\xd5\x1a\x1e\x93\xd7\xb2\xfb.\xd8\xfa\xa5\xce\x11\xba+s\x03\xd42\x00\x03\x05!\xa6\xd5\xa9\xd0~\x917_l\x91c<\xb4\xe5\x00\xa8\xc8\x1e\xa1v\xa0J\xe2\xb2\xe5\xd1g\xb6\xf7\xf4\x87-\xc0\xa9\xec\x8c\xa4\xde\x99\x06>T\xd4Z^\xc7<Um!\xb4\x9f/q\xb0G?\x8c.-\xc8K\x9a\xe6?\xc7\xd0\x1eo\xd5\xa2\xba\x14\xf5\xa3RF\xa8S\x05\xcd\r%\x06\xe4\x9d7\xda\xb8s\xfck\x8bB\x08S\xf6\xbf\xfc`&\x86\x9e\x95\x8f\x95~:\x12j{xv\xe9#\xc8\x83\xed\xa4\xcf\x04\xb5\xa6\x94_\xd6\xe2\xfa\xf2\xa7\x88?\xe8\xb1L35@\x11\xfe\xac\x1d\xb8X\xaf\xf2\xc6\xf2K\xde\xd2\xd5H\x18X*\x7f!\xd2(\xc4\t]\xd9\xc6\xd7\xe9D.\x9a4\x94\xcbP\xa8\x83p\xc0\xda/(\x1d_.@\xe1\x0f~\xca\\\x87.P\x1ay;\x9e\'-e{k\x9f\xcb\x98\xdc\xf6\xc3Q\xa6\xefA\xee\xd0\xe6\x7fz\xa5*\xcd\x0f\xbc\x12\x18S\xcb\x1ejo^\x9cJ\xdd\xb4`\xe0\x06\xed\xf9\xf5\x89?\x1e\xdd\x11+\x11\xba\xed\xf6\xeb\xb5\x89F\xfcN\x8c%\xaa\x037q\rR\xbe\x9e\xa1\xb4\xa5\xc6D\xd0\x05\xfd6H\xeeb\xd5\xcd\x11\xa2\xac5jw\x1f\xb5\xec\xc9\xc3Q\xf2\xadG\xa1\xc4\x9b\x01\xeaU\x92\xe3\xae\x9c\xfc\x04$\t\xb9\x92v?F\x11\x00Pa\x9b\x14\x15\xd7\xdc\xb2L\x04\xf0\xa4&\xf8\xbb\xf7?\xf6)\x1a\xc9:U\xfb\x15\x95T\x86\x9f\x06\x85\xf6\xbe\xaa)\xd13f \x02J[\xe3\xf4\xfb-\x93\xbe?>\x8e\xcc\x98\xd8&n\xce9\xb1W\tT\x9f\xa9\x0e\x8d\x83\xa2\x0f\x1d\x1b\xeai\x0c}\xfa\x91\x01e\xf7\x100M\x90>\xee\xba\xd8\tn1\xf0\xd0\xd6PV\x04\x92\xda&\xa4en\x99\xd0\x13t\xe9\x9f$\xba\xa3;\x8c\xc0\xcd-\xdfC?\xb3b\x0bKG4\xa3U\xa3\xf4e ,\xde\xc5e\x98]\xbdNa\xb4\xc9\xdb@\xa2\xf9\xe4\x1a:\xfe\xe3\r\x1a$|"\x19\xc2W\xea\xffzN\x86\xe6\x89\xb0\x98\xf9\x8e\xcf\x06\xf9}\xe1X\x83\xc6o\x1d\xb4q\xc2\x19\x08e\xd0\x9e}\xea\xfa\x12{\xb0K\xfb\x1e\x9f\xf0\x13\x82\x9b\'\xad\xa3\x8b\xef\x8c\xeb\xb8\x81\x07\x9e\x14G\xd9\xcfR\xecF%w\xb1\xa0.\x1a\xdd\xa8\xdb\x91x\xa2A\xc4\xcc\xe3\x1a\x82u~eb\x02\xd4\xdcRQfw*\xbcx\xd6AO\xa0@jfl\xd5R\xc8\xff\xf9\x14\xee_\t\x90Q\x18I\r\x02,eO)0\x8f\x8e\xc5^\x92\x9ej;@\x17\xf2\xe3\xaf\xae>{\xdb>\xd6\x08\x053VY\xc5\x03\x95;\xe7\x0f=\'G\x150Qf\x18L\xd3\xb7\xde\x1e\xf0\xdfHr8Q\xc2\x96\xac\x8e[\x89\xec\xe2\x9b7\xe9\x1c\x82\xa5\xa5\xddd\x82S\xf1\xe60\xb0\xdd-}\x91\xb7\xada\x05eG\xb7\xfc\x901\xa9nxU\x0c\x9d\x1c\xe7\xd3$\x1f\xc5L\xaf\x932\xd0\xc9\xd8\x81\xa0\xc5\x81\'AH\x95\xba\xf8WDx\x1a\xee\xca\xefh\x0f\xd5\x94\x88\xe6p\x9f\xfa\xf2=\x7fe@\x97\xd2\xe9\x96\xa1#@\xb3\x03\x8aC\r[\x8e\xa9T\x1e\x96}\x9b\xf0?j\xe35t9\xaf\xddT\xea\x17\xb6\x8a\xefkA\xc2f\x051\xf2\xdbZ \xf9LwPm\xa4\xda>\'j,\xa8\xef\xb2y\tk\xf3\x91\xd7N\xdak~C\'F4_R\xda\x08F\x94wL\x0e.\x1b\x126\xa2\xcb\x14O\xf4\xc9\x97\x8d\x95\xcc\x15|\xb2\xa9\x92a\x8eE\xe8\x98+6\x1b\x02\xa7\xf7\n\x94\x95\xd5\xd2\xdc&\xc6\x8e\xfe\xe1\xc0\x9d\xe0\xbc?\x90\xd3s\x9b\xe0X\xf5\x8f>G\x08\x03\xf5Bn\xc4\xcd\xb9\xcc\x04*6\xf4\x84h\xaf\x1f;98=\xb3}!\xca\xcf\x8f\x94\xc5\x05?\x97`\xc4\x88\xe6\xeb\xe6_q\xd2\xf3\xce<#L\xa0\x93T\x1b\xc6\xc2\x90\x97\xf6\x10\xebek\xbe1\xa7\xb9,\r\x17\xad\x7f\xc0\x18LP*\xbft\xfe\x14C\xc1\xc3.\x85Mc:\xc3U\xd9UjV\x97\x17\x83\x94\xfe\xac0\x1e\x837$\x92/\x13\xd9\xf8\xbf\xf7\xc0y\xa9\x1bm\x01\xb3i\xc4x\x8e\x96\x03\x01|\xa8\xce^\xfe\xa4{\xb5\xbb\x89\t\x19Ly\xd6\xa9\rV-W\x99\x82\xb1\x16\xf4\xcb\nA\x07[n~\'\x99\xeb\xd8!\xbb\xf8\x1a\xc8\'g\x1d\xce\xbc\x13\xcf\xac\xa0\xb4#\xe5\xfa\xf7\xcf\xcd4\xff\xb4@j#\xb7vc2@WX\x18\xc5\x99\xd7\xe7\x00a\x8c\x10T\xc1ASUe~\xce\x9e\xa8\xc5\x9c(\x06\x9c\xb89\xed\x91m\xd4\xaf\x1f\xfb\x80aI\xc6\xe3\xed!k\xb8f\x0b_\rsVQw\x1f\xfd\xec\x8b\x0f\nl\xabasj\xc2\xab\x06}\xb9\xec\xb5\xd1`_x\xd9\xacCM\xe8z)\x1fD\xbbf\xb5\xce\xcftc*\r\xac*\x14J\xba\x0e\xc0a\xd4I\x95(\xdf\xab\xd4\xa6\xd1X\xeb\x9a\xa5X\x9d\x02\xb9k3k#z*\xfb\xc3L\x8a\x04\xca{*\x95\xde\xab\xf8l\xed\x93\xab\xaa\xa5\xa5\x97\x10Y\xb4S\xd4^\x12dQ\xda\xe1\x8fB\x857\xd8\xa0>\x04\r\x19\xdb;7\x17\xc9\x1f\xb5#\xeb\x17\xb0\xd2\xdd\xf1\tX\'yn\x16\xca\xcd\x1f\x13}\xd8\xa7\x1e;\x13\xf0\x19\x91\xe4\xddm\xf6\x19\xe6\xfeo\x9b\xf0\xdfM\x1a\xaad\xc3Q\xab\xfd\xaaB\xa1~\xad\xf8.}s\xa0<C\xcd\x9c\xe0\x99Y\xca\xeb4\x8f|t.c\x8dV{\xa6\x12=+\xd7\xf1\xfe\xd8\xbda@\x1c\xe9a\x08!r\x96~w)\xd9\x18\xcc\x15\x99\x8c\x91\xde8~\xee\xb1|\xe1>LT\xdfnl\x03\xe9\xc3y\xbb\xe6I\x1a\x18\xda\x86\xc3\xa6\xa1\x9dE`l\x84d\xef\x87\x1b\xd1\x08C\x9ba9\xcb\tf\x8e\x93\'\xa9\xc4\x19\x1b\t\xa2di\x0cA\x82\xa6\r\x04c\xf0\xb0;\xf3\xd6WZ\xdex\x86\xe7+\x16\x11]\x8a\xfe\xf8\xdc\x10J\xf9\xea\x1co\'W\xbfL\xd5\x97_\xa1#\x81\xb0E }\x068\xbd=\x8e\xa2;u\xbc\x8b\xaf\x0c\x1c\t\x1b\x9f5\xe1\xa8\x94V\x9f\xf4\xa3\xd2\x9a\x8f\x8a\xc2\xa1h\xb0\xfe\x85u\xb8\xd0\x82qt\xc3\xbf+#\xd5\\\xf5\xa2S(\x8f\x1a\x19u\x89rf9\x1c\x87\xf0\x1dY\xceF\xab\xa5\x18\x08\xa9\xf8\xac7\xd6$\xe3I\x1e<GK\xb4\xc8\xef\\O\xe4E\x02R\x11jW\x06\x80\x1a\x16^#]\xdd\xf5fq\xb5\xf4E\\\xd8\t\xfe\x96\xac\xcb\x9c\xc0\x1e\xb3K\xad\xc8Wf\xacu7\xb9\x95\xbc\x7f\n\x9a+\xf0h]\x92r\xd5\xfa\xda*6\xac\x08\x14do,\x8e\x0b\x0b\x06\x9bT`\xaa\xfeV\x17\x96\x0b\x1bX\x80\x04;\xbe\x85\x17s\xbe\xbb?72\xe7\xe6\xdb\x89V\\\xa0\xce\xceak\xce\x02\xe8\xb9X\xf1\x0fm\xe0\xef\xa7<\xfe*\x0f\xfd\xecp\xd1L\x00\x90g\xfc\xdf^\xb4\xff\xec5\xf1,V.K\x94\xady\xa7\xe4\xff\x0bW\xcd`\xc7\x8e\xfa\x02\xecg\x81Y\xf8W\xfc\xfei\xce+zr[\xf6\xa3\xad\r\x87e\xbe\xc4\xd2\x97\xae%7\xc2"\xd2 f3\xbc\xf1\xb6\xeb\xa7\xe8\x12\xfe\x18U\xc9\xf5Z\xb8\x16\x15\xce<\xc9@\xeb\x90+\xeb\x8f)\xda\xe5\x80\x16\x82*\xf3\xd9[\x1a\x99\x9d\x99\xe5\xfa\xba\x9e\xcb\x1d\x840\xaacX\xe5\xc0OB\xd2/\xdb\x01\x11\x8e(\xf4\x04M,k\xc81g+\xa0>\x89\xa5\x08\xf1a\xca\x13\xe30\\\x96\xcc+\x9a\xa1=x3\xfe?\xdd\xb0d\xd2\xe7\x94\x14@\x9f+\x03\x81V\xeaK\xcf\x9a\x1d\xe1*\x91X\xbf\xeb\x97\xce\xc7\x89\x9a\xb5!\xbd\x0bQ\x854N\x88\xb4O\xb3#d-@5\xad\xdd\xaf{\x12\x9e\x00\xfa\x85\xeb\x1f\xd4C\xd3\x12c3\xdd!\xbb\x93\x85\x96\x1b\xadQ1H\x10\x19\xe8\xa0\xf8w\xffr\x9fh0\x18\x83\x8e\x87%\xe2\x13\x950o\x12\r{eG8\xda\x03\xb3h\x015\xebPH\xf3\x8b\x1bZ.\x1a\\\xbdV\xb7\x9c)\x8a\xc53\xa8\xf1\x9b\xcar\xec\x1d\xcb\x006\xca\xe8k\xe3\t\x0eA\xf2\x94Y\x0f\x94~rUR\xfd\x8cZS\xfc\xe3\xfdH\xedr6!\xf1FLzY\xef\xec\x95\xef$\xebv\xf5\xa7\xde\xa9\xf7\xd1Bjv8\n\xf8P6/20:h\xa8\'"##\x96\xce\xd0\xa7\xe7?%\x89D-\x8b\x8es\x87\xfa\t\n9\nJ\xcd\xd4Kv\xe8\xe3\xe1\x97\xd0\x8c\xe9f\xa8-\xaa:\x189\xb2\x88\xbc\x1eo\x00b\xcf \xb1i\xc3\x1f\x7f\x90\x86\xf5s\x1d\x1e\x11\xc1\x1d5\x89\xa0\x0f.\xfb\xcb\x04J\xf5K\xc3mE.W\x98\xeeP\xc4\xdd\xc4O \xe7\xe9^\xa2j\x1b\xe5\xcb\xf2\xd5\xf8\x9d/\x06\t\xdb\x93\xc3\x00\x92\xf5\xcf\xea\xaf\x85\xcb\xb6\xa2OR2,\x9e;\r5\x1e\xd0\x7f\x89\xc5=>\xf9\x92\xff\x80\xa9\xd5\x98c\xef\xc8\x97\x92\x1c\x83,L\xa2\x13o\xda\x13\xee\xf4d)p\x16\x1e\x83\x83\xa7\x8fP\xfe\xc1\xd6\xba:\x1c\x92\x8f\xbb\x1e\xad&_\x1aI\xc4\xe5\x99\xd4\xa0f\xc9\x90\xcf\xa6\xb7P\xa9\x1aL\xf5\xc9\x8cQCx\x9c\xcb\x14H\xa8=\x81\xed\x9d|]s#O\x93-j|:\x8c\xb4\x1bi\xf9\x02\xd5v\xa0\xf9(e\xa6\x12\x18\xeb\xd3C\x88~J\x02p\xb7\xfcHC\x14\x97J\xbc\xc4VW#@\x9b){\x1a\xd2\xacs\xda\xf7\x10\xa3\x06\xe1`b\x97VI\xab\xb3\x9c\xb9Z\x99\r\x02\x9a\x19\xf28\xb79\xa2m\x01\xd2\xc4f\xab\xd9J\xcc\xe7_\xdb.\x81F\\\xab-\xbe\xf1\x9fyr\xb8\x8cwc\x830\x8aL\x97Q\xbc\n \x90\x82\xb0E\xea\xe0.&\xfe\xa5gUS\xcb.\x91\x90\x96\x10\xfd\x15\xf2u\xf5G9\x97\x1et\xe9\xbb\x14\xc6;\xb3\xbdC\xafEFw\xa9\x94\xb3\xf1\x14\xad\x87.>\xcb\xeb\x1aA\xf5\xb8\x16\x1f4z\xe3\xff\xfd|\xd7\n@\x16G_z\n\x91\xdf\xc2|\x19+|\x9c\xd7A\x98\xaf\xbc\x80@\xd9\x88\x85\xda: "\xac\xb9\x7f\xb0\xd8\x9b\x02_\xee\xbd\xd0 N\xe1\xb2\xad\xb5\xf5\xaa\xec_+\xf1\x90`\xcbf~3\x92\x98b\xbej\x10\xe7\xca\xbf\xd1\x0bE\xba\x0b\xc1\xbd\xfaH\x8f4\x1b\x18.(\xd8\xa9\xce\x91\xcae\x1b\x0c\x1bJ\x816\xc2\xcc\x83?[\xc1\x91\xbd\x10\xfd;:\x0fh\xc3\xbe _c\xa1D(\x96\x85)x\x06\xee\x91L=\x0b\x7f\xb4\xf7\x1d@GE\x88\xe4\x0f\xabG\xae\x06\xce\x8b2\xf5\x83\xd1K2\xe2\x83Ds\x0b\xaa\xd8\xa0\xbf0\xca\xba\xd9\xb8\xb9.\xea]>.\xffV\x8d\x1cV\x17\x8c\x0c\xda\xf1a\xc1\x1d\x83\x01O\xdb\xe7\x8d\t\x84\x0b\xc0\xdb\xe6\x1ch\xa9\x82a\x03\xd76\x8c\x97\xbc`Wb|\xa9m\x11\x0f\xaf\xad\x08b\'\xcc\x18\xef\xb9\x02\\PcP\xea\x85\xc7u,\x9b\x17\x1f9\xd1\x04~\xfd\x9a\x8d7\x06\xb6s\xbegS\x1e\x12\x88q#T\xcc\xdc\x93\xf0\x16\xf8\x8c\x05\xfc\x19P\x83)~\x04\xbdzN\xe8g\x00mP\xe3\xe3\xddBn\xa0\x8b\xdd/\\[P_2Ld\x86\x90\xae\r\xbf\x9b\xc1H\x95\x0c\xd3J\xa5:\xa5\xf9{hY\x94O\xdb\x84 \x97\x15\x87\xc3\x97\x13ci6\x86\xab\xf8U\x16\x8b\xe6)\xacv>\xaf\x84p\xccg\xc8)\x1f\xe6\x0b y\xb2RG\xa0\xc5\xeaQ(\xb8\xe8<\xeacpU\xeebN5\x98L\xd7H\xb4\x82\xc0WbW!\x88\x11\x05/\x17\x00\x90*2M\xf5V\xb9f\xa3\xe7\x8f\xc1GX\x92\xdck\x99\xec\x97\xc0\xc9\xb6\xdd\x9d>S\xb1\xd1\x97\xfc\x1d\xd2[\xd0[e~D\xd9"A\x9d\xd8;Ar\xfcF\xdcRM`\x99&8*\x87\xfc\xe6GP\xe1\x18_\x8a\xef\x81\xab\x8d\x81"\xb1\xeaj\x9cH\x8e\x9a\x16\x0f\x0c\x1c}RHF\xa7\xa4x\xeb\xb4\xe5S\x95X\xcba\x15kWn\x80\n\xb9Y\xc4\xc0\xaf\xf7[n\x9f\xef\xe52[\xc1\xbf\x08\xaea\xfe\xa9\xa1\x07>gu\xdc\xe0mm\xc3\xb0%\xbb\x8awv\xebR\xef\x99\xbf\x00Y.\x8ci\xd6W\xbcf\xc8\xf3\xf6\xee\xf3C\xf6\xae\xa3o8~\xb0\xf2\xe0\xbd\xa6\x18V\xce\x8f\x8a\x80\x15\xab\xae\xbb\x81P%\x00\x06\x1c\x03F\xc4\x9fe\xa9MW\x1c\xda\x17h\x10\x8f\xabva\xe9fXME\x90FF\x1e\xc5\xb1\r\x0be\xdb6\xa42\x88\x91)\x92\xfa=<\xb6[\xff\x92\x06\xf8<1L\xd58$\x19\xb4\r\xeb!\x12\xb0UC\xeb\x88\x87\x92(\x0e\xc8\xd3n\xfa\xd78\x054\x16\xcc\x93\x11\x19\'\x8ea\xa9\x96\xd2\xc4\x89\xf8A4\xae\xa2Wu\'oW\xd3X\xe8\xf3\x02\x9a\xe2\xd0\x90\xe1\x83f\xb2O<\xee\x8bE\xcb\xa8v\x1f\x1fXh\x06u\xd6\xbc\xab\x9d\xae\xbf@_\xe9\xa3\xbceyR\x93\x99f\xd7\xf0\xac\x93h\x1a\x14J2\x86\xd2\xe1\xb0\xd8\x9f\xd0\x1f\xbd\x04\xc2\xd3tCY \xc2\xca\xab-(\xb9\xfaC\xca\xa6\xa8\xbb\x1e\xf9\xb7\xb2x\x17M(\xf0\xebQ7\xf2v\nK\t\x02\xb3\xaeS\x93\xe6\x1b\x96\xd5s\xd9=\rKF1S,\x90\x8f\x93v\xfa\xdd\xe3\xb4\x85-\x15\xd9!b\xcf\r\x8b\x80\x00\xf8\x84$\xc40N\xc4\xbb\x90\xb4\xee\xe5Z\xa2T\xba\x0cg\xd2X"\x06\xb4\xef\x0b\xf7\xfbk0\x16v\xdd2\x97{]I\xcb\x95\xe6\x81\xa1\xb7\xf0\x9a\xb3E\xa8\x80\t\xc3\xf1\xab\xe5d\t\xc7\x0b&\xd8\xb9\x935B#5*\xbef\xc0n\x1d\xcdKh\xeejQ\x01i\xd4\x0cO\xb3\xfb\xd7k\xa1q\xe7\xf8\x1b)[\x8a{\x9eF\xe4\xec\x82N\xd8\x01\xba\xb6yr\x05\xd1h\xa5q\xe1\xc4\xdf\xb5\x01\xe7\xd6\xe7\xa6"\xbcF\xa3l\x83\xb6\x11\x0f\xfcB\x9d\xa6\x18[)\xfb\x96\xd4\xf2j\xe6\x04\xc3\xfc\x88\xa0\xaf\x05\x05\xfd\xe3\x92\xb2a\xbe\x9c"\xf3\x1c\x1d\xde\x14\x83\x98~\xe6\x81\xf8\x14\xc59\xb9Gu\x1f\x1fm\x98\xc7\t\x94\xa6<b\xc8\x00\x19`#\x01\xe4\xa9\x1a]n@\x04e\x7f\xaf\x80\x05\xeeKX<\t\xba2\xe0\xdd\\\x06dY2_\xe1\xb6\xd9V\x16\xe6\xfb>\xd5\'\xa6\xc1u\x03nHWP\\T\xcd\x05\xf5\x7fb\xca\xa5|W\x9b\xb2\xf4[\xb4\xdeu\xb7LY\xbaD\xaa\rt\x9d\xff\xc9\xe7\xc9g\xbc\x0ekm\x16~B\xe8t\x9b\xa1g\x1ba%\x0c\xeb\xb2i\x19#\xea\x8c\x7fn%9\xaer\xc8\\\xa2\x97\x8aeW\x0c\xa4\x10pE\x06`\xb5n\xb7\xe9\xc9\x90\x8cO?\xe3F\tZN\xf3\xfb\x94\xba(U3J}\x15(@\x1c/\xc6}_`\x18\xf2\xab \xf8mB^\xcd\x1e\xd8\xfc\xfd$\xd6\xb2\xea\x87\xfe\x82\xe0\xd3-M\xb7\xe0\xf8\x9b\rt\x88_\x0f\x02\xf3\x84q\x9c\xbe\xfd\xcd\x80\x93\xef\xf3\x80]eU(\x96\x1ez\xc9\xc0\x03\x99\xde\xa7\xf7\x7f`\x9a\xc7\x1d^4\x98\xb7\x8f\xfb\xbc\xad.\xe1?\x8c\xfc\xb3RW\x12-\x9f`\x98\x8c\xca\x92Zi\x00\xe9\xe7c\xbd;\xb9\x9d\xcdb\x07\xe3\xe3\xb3\xb8\xe7\xf1\x98:\xc6\x03\xca\xb3\x13\xe04\xd4\x88\xa9g\x17\xfa\xe5^\xa7w\xc7$\n\x80\xef\x83\xab3\xf6\xa88\xb46\xfaS\xc1o\xca\x89\x9eQ\x0c\x12\xf4\x01\x0f=\x83\xfbK\x17}\xa5\xe2,\xb9\xea#y\x10\xd5\x99\xa9\x03\xe2\x94J\xec\xef\x1d\x1e\xde\xe3rLrU\xb2\xd2l\xe6\x01\xc4\xfe\xbc\x85\x11\xa5m\xaewhP\x11/\x83\xb8\xd9\xe2\xc4\xc1\xacL\x97\xe1\x18;\xda\xb0\xc1\xe2\x05z\xc2V}\xf2\x0b\x8bS\x9c\xc7\x9a\xbd<\xdb\x88&K\xc4\x1eB7\x06-A/\xc8u\x9f\xd2c\xae\xa5\xc3\xc4O`\xb8"\x04yB\xe7\x08\x14q\x89\x920\xf90\x86\x17e\xda\xa7\x9e\xe5\xa7\xa2\xca\xb3\xc3\x89^\xaeN\x9c\xf2\xf7\x03\x9bHQD<1L\xad\xd8\x119h]\xf7\xdaJ$\t\x7fi\x8a\xc6D\xa3\xe6\xe9\x856\x1a\x1f\xael\xeb\x7f\xd4\xc3p\xc9\x92\x93\r\x0f\xeeN\x11A\xef\x9a\'X\xfc\xeb\xa2m|\xba\x0c;\x8d\x93)\xf1\xbd\xfef\xfe?\xf2\x98\xbd[P\xa2.\x942):sE\xb9\\J\xfbk\xc4a>\xcb\xbb\x904\xe9\xca6S\x7f\xc0\xac `d\x8c\xebpW\xce\x98\x84\x7f\xff\xfb\xb2\x8c\xfd\xe7\xfb\xc4pp\xa9\x0b\xc0\xeb\xc2_\xaf\x1a\xd9Bq\xd5eKsr\xf4w\xfe\xb2\xec\x1f\xfe(\xff\xeaq\xbe\x97I\x1ak\xfeA\x80\x83#\x01~iUo\x18\x8f\x87,\xc1|\xd1T\x1d\x1d\xc2\xd9\x17^\xa6\xfa\x83WB\x03\xe6\x97\xfc\x9d\xe0}\x03\xb4\xb7\x13\xe8j\x1a\xda\xd9\xdc\x94\xd7\x86\xd8\x9e3\xc9\x91\xef\x07\xcb\x82\xa8\x8a\xaf\x9bJ\x8c\tOs-f7\x97I\xe6\xdb\xec\xa2\xa9-\'\xa4+h^\xc9\x0b\xea\xc2U\x7fI\xa6\xb75\x83\x1f4\xfc\\\xc9\x8a\xb2\x9b\xf3\xff\x01\xd7\x03\xdaR\r\xcb\x1b\\4nm\xdaiN\x13\x9a\x1b\xcdJ\x12>\x0b\x1a\x0e\'\xa1\x07>\x99@tj\xdfU\xcd`*\x00\xce\xeb\xbel; \xb0\xcae\xf6j=A\xf3n$\xba\xd9.>\\\xca\xc1]\xbb\xfe,h\x81\x07v6\xa2g\xc0\x13\xb8\x17 \xf6\x8f&e8w\xe7\xf7\x06\x87\xc6\xa5\xd3`\xcdMs7\xf4\xc5\x0eh\xe8`U)\xb6U\x80SB\r\xfb\xe9\x8e4\x10+_\xf2\x19\xe1\xb4\x97\xe1T)w\x1b\xa4\xa62\xa5m\xc3u\xc5\xf2\xf8\xbf*\x0b\x98\x9dK\xc2\x96oT\xb3Uc\xd8\xad\xbdQ\xc1\xd2\xe9W\xa7Sr\x98\xc9\xaa\xaa\xd0\x87\x97\xbc\xd0\xd0\x16/\xbbV\x8b\xb8\x95%-\xf4\x90\xec\xb0\xbdu\xe7\xd5\'\xf8nQ\xd8\xd9\xcf\xfa\x90\x8a]N\xe20\x9f{1\xda3\xb3\x94w\xb9MD\x04{\xd2\xc4\xe5\x14\xff\x04\xbd?C\x8d\xdd\xdd\x96\xcc\x9fl\xbb\x1b\xe7\xf3\x89\xa0Y\x10\x17\xe0\xecF\xbeB<A\xbb\x96\xa6=\xea\xe1>\xd7\x83\xebdH\x90;\xd9k\xda\xf2\x90\xcf\xc3\x95\x00\x0e\xe5G\xf0\xba\xbe\xa4\r\x87\x8b\xf6\xa6\xaf\xe8t\xe4\xe9?\x81\xcb\xac\x06\xf0q\x1a\xcfQH\x10WM\xc1\xf92\xc3\xf07\xe7\x19K\xc4\xf2>k\x8dn\xc5\xf1\xf4\x9a\xb9i\x90\xc5\x99\x14Mo\x97\xea\xfd\xf5b\xf8\xb6X\xb9\xbc\xd1O\xffV\xa5j\x01\x01\x9az\x8e\xb23\x92\xb6\xcb\xb8\x02\xe7`\xe3\x8d\xc5\xa9\xbe\xfa\xcag0\xbdN\x9a\x9f\xe6\x88\x80p\x1fBK\xae3\x1eK\x08}:b\x83\xf0\xe8\xb3\xee\x02P\xbbrR\x19\x12 \tA\xff@\xcdt\xdb\xc0\xa8\x87\x19\x05Q\xfc \xc0\xe1\xa6\x16\xb2\x9du\x98\xed\xb4\xb2\x99\x11`z\xd0\n0\xbf\x7f\x98\x1ab\xb9\x8c\xc83\xe8`\xdfk\xb1\xd1\x8f\xf6\n0A\x9b\xb4\xa1\x19\xa41h\x93\x06\x83Z!9\xdb\xdb\x8a\x95\xc4\xe0\xe9JW[Z|t\xfb\xf5K\xab}t\xd7\xc1\x1ee\xc3\x19\xe2\xdd\xa5.\xd1\xf23\xdc\x12\xb3\xa9<x\x93\xee\xf6H\x07:\xf8\xa8\x99\xd6\x00\xe5C\xa6.\x86i\x0f\x01\xec2)\xe0g\xa0\x02G\xe4\xaa#V?\xbe\xac\xe2\x94\xcc\xc5\xe4Q\x89\xd1\xa4\x9e\xfd\xbf\xe5\xbb\x1d\xc7\xb7\x1dC\xee\n\xe0f\xca\x83\xd5W\xdes\xf3\x8a=\x908\xe3N\xd4\x8c&\x0c\x89\xadgB\xaf\x82\xa1H\xb2\x17\xe3\xf4\x97\xe5\xcf%E\xeb\rLqd\x83\x1cKg\xb53\xdb\xbc\x91\r\xa5\xb2\xb5\xbd\x7f+\xc4g\x83\xe8\xad\x15\xcc\'o,;\x9fX#\x98 =l\xe1\x8e<\xf8\xf0\r\xc6\xa4T\xe0\xd7B\x85\xc8B\xed}\xb3Tl\t$\x06\xa4\xac\xeb\x90\xb7\x1d\x12\xd3G1(\xac\xf0\xd8\x0e\xfa\xca\xce+\xa3\x98\x9eK\x86%\xaa\xb0\xbbjv\x0c\nyA=\x94\xa2\x99\xed`3}g\xf0\x00\xbe\x18\x18\xa0\x9eu\xefT\xaa\xaa\xf6/\x04\xcb\xf1\x9d}\xd8\xd6#y\xab;s\xb9\x85`sP\xf1r\xcd\x9f\xaa:\'g\xde\xb5QC\xda\x17\xf2BrM\\\x18\xc8\x96^\x02A\x97Q\xee\xadp`-\x90\xd0;\xff\x8b\xa7\x05w\x83r\x83b\xac\xd1\xb9\x89\xeb\x1d\xde\x90\xde\xb2\x96\xe6\x18}\x03\xae\x08\x9f\x8dn\x92\xf7A\x01\x04\xf5h)\x1d\\\xa0\xb7\xe0\xb0\xcaV\xe0\xbc6J#\\\x07\x9b\r{m=<E\x86\x81#f\xf0\xd9z\xe0L\x8f\x93&n\x1f\xb4\xa5S\x1f)_\xa0\xde\xa8\x02\xe4\xb6Z|\x86\x85\xa16\xdcj8U\x7f\xf1\xdf\x82\xab#>\x9f\x80T\x10P)\xf8*\xc9\xc2\x99#\xb5I\xf1\x97Y\xcd \xc0\x11~\xbe\xb8\xbf,\xe3\x8b\xaca\xbd\x8f<\xc1\xcf\xaa\xceJg\xe1\x82R\xa0\x867\xb4@\xc9\xcd\x0f\xcc`\xdf\xa6\x07\xb7\xf8\xb3\xca\xb5\xbf;`Ka\x01E\xeb#&\xaf\xd7\x1d\x9cZ\xc9\xca;\x8c\x90\xcd\xceGP\x02\xdf\x8fM\xe0=wX\xc9\xa0\xd8b\rq\xf9\xbez<\xc8\\\x8c\xe7pq\xda\x9cT\xe1\x03\x8dV\xa7\x1f\xff\xef?\xe5[_\xcd\xaaK\xfa\xbab`\xbej!\xc0) EKJ\xbdY\x1e@\x15\xc02\x16\x98d{\x1e\xe9\x1fD\xd7!\xacUS\xc8\xec\xca\xa6\x8eC;\x1a\xf0J\x8291M\x11\xf0\x08\x88@\xc6\x0cA\x9c\x87 &!\xaf\x8e\xac\xe1ad\x0e\xd57$s\x0e^\x110V\xd7\xe3\xe1p\xd4.\xd7E\xf4\x1d\xfc[\x87H\xe7C\x14\xac\x86\x16F\x81\xa2d\xa3\x13\x96\xe5\xfd\x05\x1a\x8a\xd6\xf8\x1cG\x16Mwq?*\x00E\x00\x80\xeb0}\x91\xaf\xc7\x80\xf7e\xcfM;\xf2\xdcu\xe3\xe5H\x82\xf6\x94Q.\x12z\xdb\xc2\xb3;\xbc\xdb\xcau\xd2\x97\x8f,\x90\x1durHu\x1a\x9a\xe6\xcb\xe8\x9ey*v\x04$\xb4\xea\x90\xd1\x87\x08.=\r\x88t\xb9\xcd\x9b\'\x87\x11\xeb\x9cG\xff7\xd0\x89\x9cx}\xde\xd9\xd5D\x0c8\xa7h#Y\xbe\xe7;\xdd\xb9\xd0\x8d\xccl\xd6\xcc\xfc=l\x8d!.0\xb6\xbf\xd6\x9bH\xdb\x1fe\x03\x95Hp\xec\x8c\x1e\x15F\xb4R\xfb^Z$\xdft\xd1e\x94\'\x9e\x18;!\xd0,iR\x14\xb7\x04\xcd\xab>\x92\x04\xd8\x0b\xe4\x99O\xe2G\xa8\xee\x05WA\x8d p\x14\xed\xf2wEk\xe9|\xb9\x18M\xd3\x0e\x1a\xf7pE\xaf\xd48"A)\xd6\x88\xac\xf0\xc0CN\xc3W;\xf6\xf0=\xef\x8a\xe3\x1b\xf59\x8e\xf2\x8a\xd6:\xb5\xb9\xfd\xfb[\xe1\nLX\xa4\x08\xf2\xe7\xe3;D\xabO\xf3}\x17zoa\xe5\x81=\xfe\x86\xe0Z\xec\xa6\xed\x03iQ\x9d\x89\x80\xd5\x07\xe1\x01\x84\xb4`\xa0\'\x8f\x80h\xdd\x1f\x8fS\xea&<\xd8\xc8n\xf0\xd0\xc6\x9a\x90$\xb5\x95\xcaQ\xbc"\x0c\x03i\xd8\x00f.6\xfd\xdbO\xc5\xc6\xbeY\x05R\xbab])\x089\xe4\xc6\xcc8\xa8\x06\xce\x83\x8c\x83\x08w\x11\x9f\xa8\x83aav\xaf\x81g\x16S\x91\xcbN\xa8\x8d2\x1ay\xc8\xf4\xbb\xcar\xec\x87\x11w\xaa\xd1Z\xb7H&\x17\x00\x92\xbe\xb7\xe9o\xdc\x98\xbce\xd2\xee\xe0`\x1d\x8c\xf9\t\xe8gh\x89I\x92\x02\x01\xda\x90\x9a\'<7H\xd0\xacS0\x8a\xf7Y\xbd\xbdv-\xa8x\xaav\xb6\x16\xfbL\x7f\xf1\xfd7\xc2\x8d\xdc\xd9\x82\xe4\xf7\x06\xdb=\xc9\xf4wv\xea\xfe|\xf8\x1d\xe5\xcf`\xbc\\\xb7\xfb\xd1N\x95\xbc\x08\xa8\xf0\xa8*\xbb\xbf2\x9e\xdd\xbdI\xb6{\x84M\x8e\xb4\x03j\x13\x80\xb4*C\xce\xd6?\xb8\x84\xf7\x92\n\xb3 \'\x1e\xc1t`\xee W#\xfcs\x81\x19\xba\x0b\xe6\xe2\xf2u\x06&\xc1\xbd\xbcH\x1c\x0b:R\xf8\x00\xc6\xad\xb9Q\xc9\xff\xe8\xc3|\'3\x0f\x01\xa3\x8d\xa4fZ\xae\x1f\xbcG\xd2\x8e)|m8\x02|r\x1eo\x98e\x1e[\x9e\x07\x81;4\xc3a\x1av\x18\x06\xc0V\x03\x07\x9e\xc7\xd8\x96\xc0\xa4\xe6B\xce2v\xe8EBnu\x1d\x07\x9ae<\xbe\xf3\x07\x13\x9c~v=y\xaa\xa0\xed:I\x028\x07?\x9a\x85ftb\x1c7\xf5\x0b\xc7EX\xfdgZ\x8c\x89|) \x1e\x0f\xb1s\xe0\x03G\xbb\xf9\x93\x10\x93\x03I|\xce\xe2\x19\xb2<\'\xc4\x90VF\x90\x8d\xf5jlX\xee\xdb\xe5Y\x9b\x9b+\x80\xbfN`\xec\xad\xe0\xa1\x12\xb3d\x06^h(:\xf3H2O\x9e\x80y1[0Q{.VM{\x92J\x7f\xb8!Rq!\xa1\x0f:\xda\x95\x98\xf2\xe8(\xebUr\xa2\xc5MY\x19\xa2\xf0~\xa7\xc7\x1f/\xe7\xba\x91\xb0\xe7k\xe4\x9d\xb4\x1e\xca\x019P\x84\x83\xcd\xcf{\x87\xa0\x97\x93$\x92\xb4\x02\x87d\xbby\xa2\xb0\x8eR\xbb-\xfcu\xf6\xdb\xfb"\xf3xI\xee\xfc\xd7\x861\xc6\\\xda\x8b\x0e\x11\x8b\x03\xb4\xd7\xc7\xa9\x17\t\xce\x84\xa4\x91)\xa8L\x9d@\xe1q\xc4\x80OC\x17\x98\x16\x05\x95{q\xd5\xb6\xf7\xa5\t\x04%\xd4B\x91v\x97Q\x05\xb2\xd8-\xcb\xdb\x85j4\xbb\xc6i\x1d\\\xf6pB7\xbb\xc4X\x9cqcr4 E}\xe0\x97,\xa9?\to%\xa1f\x07?eb\xe2\x06\xaf{\x91\xa7\xa0&\x95hF\xf5\xff\t\xa6\x15)\x92\xf0!\xee\x9b\x00\xfa\xfe\xf5\x13rw\xd2p\x1f,\x85\xde\xa5\x11\xb8,\xbd\xb5\xc8d\x07<\x9fF*\x97\x9b\r`V\xea\'$-|\xed\xd6R|K\xb2\xee\xf6\x12\x94\xa0\xd0\xae\xd1\x7fX\xc02\xb68\x8d\x84\x19\x18u6\x14:\xaf(\xb3r#\xdd\x1dE\xab\xa3\xa1>\x88\\\x10\xc0\xd5r\x17p\xbd(j\xa0\xe4\x91QK2j\xd0\xa5\x90\x11-w\x9f~\x9f_A\xe7#$\x99\xad\xb9\xb0\x02\xc0\x9d\xaeI\xd3"z\xac\x83t\x0fx\x96U\xdf\x87>J#\xc2\x83\xcc$_E\xc1\xdc\x9d\xc4\x1eKo\x02\x16\xaeo4\xa3UEB.1P\x14\x039\x91\x81\x86\xed@\x08A\x85\x10\xbf\x8a\x00\xc9\xd6\r\xaa\x80|\xa4;d\xe0m\x8d\x9c.B|d\xca\xae\x89\xea9\x8a<h\xf9\x9c\xb0\x86Xn-\xe7\x9e\x8e\x06-\x1b\x88\x02x\xa2\xd1\x85\xb5ny\x92\xd6\xaa\x82\xf56\xd2?\xc9\x0b\x9a\xc8w\xc8\xcd\xb4\xf9e\xc5\xd7\xbe\xf7\x1c\xe2t%U\xcfj\xf2$W\x084\x153\xea\xc4[\xa0u\xaa\x94]\xf7B\xaeQ1\xcd\x9c\xda\xce\xd4\xd7\xcaI\xe53\xef#\xb8c\xf7\xa3rK0\x9a\x1f\xc787;rS\x1c\xa7\xd8\x9e\x13f\x8ebe~(\xd0Xn#U8\xcf}\x1c\xb8\x00\x0f\xe6\xcc\x02\xcb&\xe8\x9f\x1e\x80\xe6W\xe3\x88L\'n\xe9})\xfeU\xa6t=\xaa8\xfe\xf2\x81R\x16\x87\x96\xb8(\xa7>\xb4W\xa4v\x84\x8f\x8f\xcc\xe1xH07Kqw\xed\xa3\x86E\xcd*+\x1bz\xc2H_\xbe\xe2\xd4\xfcI\xb5v\xb3\xc3aki\xb0\xe4g\xa72\xfa~\xd0rt\xc6\xa3"\x85\xe8\x9d\tL\xb6e\\Q&\xff\x9d\x84}\x0c\x03\xc9\xaa\xb7\xf0\xeb\xaf\\\x03!\x13\xd3\xa5O\xf5\xa4\x89R\x81\xbd\xc0/\xb4\xb2\x9a?\xe6\xfb6-\x96\x82e\xbd\x82\x88\xf5P\xe1\xb9\xa4h\xc5z\xbb\xa0\xa2\x15\x81\xdf<\xa00V\x01\x132\xf8dK\xc4\xf9!\x81\x9f).]\xbe\x90\xca\x00{2|6\xb1W\x9e\xcf\xc9\x901z\x839\xd7\x10\x07\x1d\xd6t\xa0H\xec\x8c\xd2~\x88SK[\x13\xcf\xff\xf4\'\x08\xe1\xa4\xf0\xd6\n\x115$lQW\xcd\xb61bE]r\x7fbwq\xba\xf3OD\x7f7\x8b%{Rjk7a+\xb4\x8c@w\xc4+\xc4\xc5h\x88\x98\xe9\xd5u\xc5\r\x1aI\x0f\xb8_\xac\xda\xfb\xa2\xb1U)>h\x97q\xff\xc0\xf2\x8cp\xac-_\xb6\xdc@6\x1f)\rBl\xd4\x94l{b0\xa1\x94\xd6\xb4O\x82(\x16\xc5_\x01C\x9b\x9c]\xf1\xec\xa3wh\x99!\x90\xc0w\x912a\x9f\xd7\xae\x83\xfa\xe2J\xd2\xfa\xa9o\x7fsF\xc0\xf5\xcap\xa9\x89\xf9\x16[\xb2Xjg=\xb2\x84\xdb\x86b\x1d\xb2\x17\x83\xa2\xab\x0c\t6\rL\x14\xbf\r8\xb6\xef\xff\x7fEj\x01\x90\xab\xf8\xcc\xe2l-\xf6\xe3\x1fBZ*e\x7fV\xebG\xc5\xaa\x9d\xa6\xf3%Q\x98\xff\x93ohX\xbff\xd5\x12\x11\xad\xad\xcb\xa6\xeft\xe7\xde^\x87\xce\xbeY\x18GV\x90\xc8\xdft\xaa\xfbU\x9eZT\x03\x97\x18\xdct\xd6\xefdQd\x11\xab$\x7f\xf6\x8f.-G\xfa\xe9m\x088\x13\x92\xf37\xfax\xbd\xc7\xe1\xb2\x19\x90\xf5\xd0\xb8R\x90\xb9\x86(\xe0-\xc0\xcf\xbaa\xcby?\xa8i;\xb1\x90t{\x9a\xfb\x95\xaeJ\x04\x92H\xa9\xbdR(E\xbd\x01a\xd5rJ6<\r\x16\x12\x17\xabyV\x81\x87S\x1dn\x08\xa8c\x8f\xc6%\x92\xfb\x1c\xfe:\xecnf\x0cv5!\xff\xb2\xcc\x924\r\xc4\xc3\xa3\x98Y&o\xa9\t\xba8\x89P\xde\xd0\xb8\xf6\xaa\xe4M\xb5\xb3>x\xb2\xbf]\xa7\x0e\xc9\xe4\xa8\x96>\x18\xcfv~\xf3\xc4\xaa=\xbd\x04\xbfd\xf3-\x95\xb2\x96\xa7\xa3`\xa7\xea\xe3\x90/uZ\xa2o\xe6Ty>\x84\xd9\x87\xdc\x0b\xee3\xb7\xd8\x02\x0f\xa5xZ\xcf\x96\xc5\xce>N\xed\xc0\xb6\xaa!P\x18)^\x94\xd9\x15M}N\r\xff\r\xbc\xa1\xf3\xb9\xec\x14HT\xd70\xde\xcfDP\xec|\x0b\xe4TO\x1b\xcd\xb7\xd3\x84\xd3q\x98bD\xfe\xbf#q\xf6:\xc0\x1c<\xc9\xdd[0\x86\xb4$\xde(2\xb0\x89\xc13\x83\xb9\n\xef\x90\xad4\xd6\xe7\xa0Ga\x17I\xb9\xa3&S\xa6\xef\x1a\xf8b\x08\x0bx\x1a\xcc2Jbk\xf2\xf9\xc3`/\x02\xac\xb6\xb9K);\x97\r\xd9\xe1\x15\xf6No\x19O\x88hV\xfb\xd2\xdd\xe9\x9a\x87\x9c\\\xcc\xc9\xa6\xfd\xf0\xd02\xfa\xb2\x1d\\.\x08Y>U\xc5\x80\x96#~\xb6)\x08\xb2\xa9<E\x01\xea]\xd0[\x0bH\x9e\x873\x192\x87\xa3\xdb4\xa0\xca\x8d&\x0c\xa8\x1b\x1f\x13\x8eb6\xeb\xa6\xd2\xf4<\x9e\xf3Z\'YR]m\x885\x17f\xc3j\xd6\xdb\xee\xc0 \xec\x13\x01\xe8\x01\x81\t\n\xf7:\x11z\xed\xad\xe0\xe1{,\xdf\t\xc9\x88\xa1\x9c>-\xbb\x04\xf92\xad\xad\xd2\xb4\xaa\x8aYD\xd4\xe8crdS\x84\xa2\x89\x1f\xc2C\x02\x04f\x10\xa7\x12\xe2\x07_+D\xef\x86A\xb0\xdf?\x0b\x07>\x0f\xa6\xaci\xe1d\x92/\xe7\x14\x9e\xff\xc7\xa8\xb4\xd1|B\x86\xe1\xb8\xc3\xea\x05\xa10>P\xe6\x03\xe7g\xa8.\x8c\xe0W\x8by`\xeav\xa3\xc5\xc7f\x11\x0f\xbe\xa5\xa5tz2\x10\xd5:\xd7\x8e&\x85\x17\x0b\xcf*GD\xe7\xccX\x1e\x89\xf8\x9cT\xe1\xd9$\xfa-Ny\xb4\xee\xb7\x88\xb7\xe6H\xd5\xce\xc8EPi4\xe5\x1a\x084y\xd4\x1eGb\xf2\xd1\x95z3\xdb\xa4\x888\x8e\xca,\xa8\xb2\xa7\\\xae\xf9x\xf2F\x15\xb5\xdc[f\tc\xed\xc0\x07\xec\xf8\xf9\rv\xeay\xd0\xe1\xab\xafc\x18\xfa\xd4r" \xc1:\xb7\xa3\x8f\xa5\xee\xcf\xa2\x06\x7fz\xee\xe6X>\x1a\xc6\xc5\xcbf\x8e1\x8e\xf7\xd8\xb0\x9cJ\r\xf3\xfa8o\x94\x8c\x9a\x14\x98\xda!\xcd\rJ\xfa\xf9\x83]\t\xe38\xd7\x8a\xf5\x8f\x169\x8ag\x9d\xe0\x00\xe8\xe9F\xf9\xd3_\x9fR4P\xac\x05\x7f+\xc9u\x08Q\x19e_\x91\x19m\xde\xa6\xc9\x8e\xc7y\x8dc\x0e\x16\x19\xf9\xce\xeaB\x06\x9ak\xe0]\xe5\x9f\x96\x05\xfd1\xe4\x04\x19\xb7\xe5\xd5!\x13\xb5\x8d\xf8\x16\x01\xc2\xd3^\xd2\x9a\x95\x13h\x9e\xe6>N\x05D\xe4O\x8e\\\x9c\x9bU\xda\xc1\xbb0\x87\x1e]\xf1\xf2\x83\x85\xe6.\xa0\xd5\x0c\xe8\x02[\x93,\x05T\xafF\xdd\n{E_\x89\xf6\x80|\xbc~\xe3\x8d\tn\x12y\x89y\x87\xe2a\r5\x91[\xdd\xf2\xe7\xf5J\xad4\xed\xa0{{4\x0eY\xd7*\xa1D\x87/\xa0\xd1\x00\xbd\x91\x11\xe3\xf9\xe2\x9f\xdfK\x0e\x13\xa6\xb2\xcf [S\xc6\x0e\x85D\xcaz\xc4\xac\xd9\xc0\x07[\x1e@\xb7\xbd\x0e/\x1e\x89\xb8\x1f\x83\x88\xcfOi7\xa8@\x95\xc9\xdd\xf6\xe23\x9d\xe9\x08S71@ea\x95!\xb3>\x8f\x99,\x10\xff\xdd\xf1\xae\x0e\rn\xec~\xc9\x1c\r!\x95\xa2\x06\x81b\x8b;B\xa57Yc\xd5\xdf\xc1\x17\xfd\xf1\xaf<\xd1D\xfa\x7fW\xa6\xebA\xd6\x19\xff\xc7\xb9\xac\xb72\xc8\xa4u\x92\'\xd1\xaaQ!\x16yP\x80\xa6\xbe\x0e#\xa7\x85%T\x12\x1dC\x8d\x8fK\xed\x9b\xac\xbdu+W\xb2\xc7\xd1\xe5\x9e\xae\xaf,\x8eHx\x12\xf9\xc18\x9d\x0c:\x0b`\x11{|:2\xe1\xc1\xd0\x80\xb5\x91\n\xe8\x88\x01@\xf5Ra#\x9eO\xa3d2h\x84\xa9\xae\xae\\\xa6\x10b\xd9\x8d\xb0\xedC=\x84\x10\xd3I_\x96\x9e\xc7\xb8\xa6\xd3\x80\x19S2o\xcbg>P\x178V+\x0b-\x829C\xceE&k\xd1\xfap\xd4\x8e\xdf\xbe\xa7\x03G97\x97F\xc7\xfa\xbd\xad\x96\xf9\xd0\xa6\xb0{N\xb3&\xfdj\xc3[\\\x17\xf2v\x1b2O\xba\xfc\xc9\xb1\\\xae47\xc3$\xc1vA\xfb\x00s(\xefAk1\xb1a\xa8\xca\xc4\\~2\x02iJ\xf1\x04GS\xddT\x0c}\xdd\x1aT\x03\xab\x8d\xa3X\x92t\xeaf\xa6\xb2\xb5\x04\xb8\xe05\xdf\x87\xb0w\x10\n\x148\xdfSs\\\x02\xbd\x80\xfd\xa6\x14:\xad\xdaLiP\x17\xac\xfc-\xa0%\xb1\x8b\xa2\xfd\xcf\xd0\x7fS]%\x02\xb9\x97(\xfd<5\xb2\x0f\xdcH&1S\x01\xe3\x18\xe9\x1f\x89.\xbfR&\xd0\xa9\xeb\x87}=e\xfcl\x8aQ\xb5\xda\x8e\xb0\xd3\xa0\xe0P\x1c\x14cp\r\xfeQ\x1am\xe4z\x13\xc6\xd9qui\xac\x94\xd8\xb3\xc8\xab\x03\xcdV\xaf\xa2\xa5\xda\x11DGk*\xb7\xfa\t\x8b \xd7\xce\tR\xed\xa6\xd5o\x12\xc4|\xcf\x97\xf0P\xa4S~L\x9b\xe5W\xe8\x9d\x86\xe0,\xb0g\xe6\xb1\xab"\xa2\xd2\x1f\x14\xf9\xe8\xd3\x8b\x1c1\x15\xca4\x97G\x86\x0f\xfe\xa9(\xde]d\x15v\x10\x83mX\x90\xfb\x8c\xce\xfa\xabF\xde5\x02\x97\x19\xa6d~\xcb\x86]\x9d\xa6\x9e\xbd\x9f\xdb\xbb\xfe\xae\xabt\xa0\x96*\x9e%\xe8\xbb\x9da\x1f\xb2\xa1\x8f\x029\x04\xb5$\x8d\x15 Q\xd9\xa4\x82>\x9f\x84_\x1f*Jr\x8e\x97\x95\x05\xa1[\x11k\xbdb\x91\xfe\x90\x95@\xc6\xd3-\xf4\xacT1E\\h^\xfc\xb8r\xac\xefNS\x16\xdd\xf6z\xbf\xa7\x86\x83\x07V:\xfe\xad\xf9S\r4\xad\xe6\x8b/N\xa8)?\x11\x90\xf6\x02da\xbe\n\x88\r8G\x13U\x00\xaa\xb2r\xed\xf2\xa4\xaa\\\xd0\xe6\xc4p|V\x8b\x14\xda\x9e\ni\xebB\x91\xdeW\xb20\xe2\xfe\xb0\xb0\xc0\xf8CK\xddO\x81\x9c[\x9d\xcdp[\x8b2s\xfa\x8fF\xde/:\xbe}\xd7\xa9\xb1i\xfb\xbcSI\xa3\xafY@\xb8\xbb1\xa5\x82\xfc\xbag\xec\x8fJ\xf71\xbc\xdc\x0e\x18\xc8,\xc7\xb1&m7{:\xa1~\x1e\xba\n\xc1<\xcc\xd0\xacDN<\xc2\x03z\xd1 \xe6\xe4\x84\xc3\xb1&`@7\xad\xb5\xf6\x1c\xef6\x05\xa4G\xbf\x94\xeee\xd8\n\xb3\xfd\n\xa4B\xda\xdd\x12\xe3.\xf6\x18\x91w\xb3\'\xa7\xa83$Z\xef%8\xc9\xe8\x1b\x10L_6\xe2\xd08\x1e\x08\xb7\xb9\xd7z3\x1a\x99\x9a\\\xf6?\xfe\x05\xa6\xe2\xcd\x0e\xd9W6Ji(w\xf6\xa2\xe6\xfc!\xc33\x07}C\xff\xd3\xee\xd4\xa5~@\xcc\xe0n\x02\x00\xbep\x91Z\xc2+\xf1\xd9\x03\xc9vm\xcf\xd8\x91\xaf\xc2P\xd9\xa4\x89~t\xeb\xad\x045\r\xf3\xd3\x10E\xbe\x8aM\x18\x7f\x16\x0c\xd0/\xa5d\x01\x9a\xa8\xf3\xd7+\xf0\x04t\xb7\x96\xf1e\xce\x10b\xb7\xec\x07-\x0f"\x18\xa1\xed\xd7\xa3EK@\xcf\x8aX\xea\x0e\xfd\xa3\xd1\x8f\x08uv\xb1\x19\xb2F\xd8\xea/l2\xb29\xd5Z\xcd?\xcbOT"\xfe[\xfcD\xa5\xc8o\xb5\xceR\x80\x88\x14i^4\xcd\x7fY\xd2G\xd1M\x89\x93|\xd3\x82\xf9OP\xff\x1ew\xbf\x7f\x95\xa8\xe1j\x07\xd8$gNt\xeaF\xc64\xcfk\x14\x16g\x10\xae\x95\xa3l\xc0\'\r\x9a\xf6\xc9\xe2\xaa\r{\xc1\x93\xb7\x89\x82\xad\xd7\x832Z\\\xc6\xc2Yy\xc1f\xa7\x00\x81%\xb8n\x95\xe4]\xae\xc7\x1e\xcekg\x10\xc4 f\x96\x02\xc5A:<p\xb3\xe4\x82`\x8d\xe1\x1fcA\x00\x00;\x83\x04\xdf?<\xdf\xe5D\x86\xc8=^d\xa6(\xa61\x14\x03N:\xc2\xc7y\xff^\xc6?\xfb5\x83\xbc\xbb\x80$d\x08\x15c#\x8b\x96\xe1{\xd0\x02\x81\x0c\xf9\x1bj\xbaSPn2m\x82)`\xb7\xdf\xf0\x84\xd4=s||eL]\xf9K\x1e\xf1\xfc\x95\xceD\xc5\xd7\r;\xd5_\xf8\xe2\x02\x17\x8d\xf4\xc0\x81\xa0\x8fBkC\xf7\xe9\xdb\x99\xe7OKp\xccV\xbe\x17\xe3m\xd6)v\xea\xbf\xfd}\'V)!\xb1\x85\xb2\xcb\xf5\xf6v\t\xfc^\xba\xf0\x1c\xbf\xb6\x10\xc4\xb4\xd8\xae&\xef(\x87\x7f\xdc\xf9G\xe4\xb7G\x1d\x1b@\xbd\x83\x01\xbf0\xe9\x90\xfe\xf8:\xed\xc0C\x84xaH\xb4\xaf\x17L">[\x0c\x90\x94J\xc3\xed\xd8\xcd\xaaGh\xbd\xe3\x81\x98\x94\xc4\x97m|\x9e~\x97)\x8dq-1h\x1b\x97\xc7\xd2(A\xa9\xba<U:\x9e\x14\xff$v\x0f:\x98*r\xf9\x81\x9e^\x98\x1bX\x82\x11ir\xd4\xcb\x10ey\\\xde\xa0-\x1d\xce\xd1\xba\xd6#G>\x99k5+%\xa1w\x9aQ\xef*\xb0\xd4\xca/\x05\x90\xb9\x16\xe4Z\x81%&#\x0b\xda\x94;\x1a\xb9@\xba\xe4\xfc\x06k=\xc6F,:\xa5\xb2\x84\rM\xa0\xc6\x11\x0b\x13\x14\xf8HO\xa0\x91\xa6b\xae5HyS|\xfd\x8aVc\xc4\xbaiE\x16\x08|h*dm\xdb\x14\xe7\x9asw\xaa\x19.\xf4\xd5\xd6-=\xe6Ik&\xd77SVV\xbc\xa3\xc8\xfa\xd4\xe7N\x981bn/\x93.\x86\xadx\x8dn\xa3\x0b\xe3\xfe;\xcd\xbd\xcc\x08\xffE:=fUU\xc4)\xa7\x08O\xf1Z\xfa\xdbl\xfe+m\xa5\xf23\x02\xc0m\xaaLP\x14\x11\xe4A\xc9a\xccd\x18\xd3\x135\xc3\x14\xa8\x19\xf7\x12g\xee\x0cW\x96.?\xaf8\x90\x99\xb6\xc7Dh)\xc0X \xc3\x04#\xef\xfc\xae\xe5\xa7%~\xb5\x81*8\xed\xceZ\x9a.Q\x8c\x10"\x8bu\x0b\x19{w\x1e\xedH\x8drFb\xbe\x0e;\x1bdf\xcb\x10<\x12!q\x13FFW\x96\x9b\x95\x9fH~D\x9c\'d]\xa0\xb2\x93\xba\xff\xb4\xd8\xc4\xa7~B\x87\xc2KH\x1deuV\xb7\x80\xbe\xd6\x02"N2\x03\x03\\\x04\\\xac\'\x10p\xa9\xbc\x0c\x9bm\xda$&\x18s<\xae?\x83\xf5\x87\xfa\x92\x80\xcd>\xec\xc3T\x83<\xc7\xde\xb7\xe0\xe9\xea\xb3\x035k\xe3X(\xa5!\xd6\x91\xbf\x0e]\x99G\x86<\xd5\x80\xad\xca\xb7){\xa9jj/\xe0J\xc6\xba\x91\x00\xd9\xd9(\x04I$\x1c\x9aJ\x9cO\xfa\x1bm\x00\xc5\x9b\xbc\xa7\x12\x7f\xb0\'\x88\r\x13\xaa27\xab\x81\xb6\x9b\x8f\xad\xf6b\xc7?\xad>\x9a\xe7\xe1\xde\xc2\x045\xc1z\x06\xe8\xc5\xbc\xbb\x85V\x0c\xaa\x81\x1d\x0f\xc5\x05X\x7f2S\xd8#\xec\xdd\x12\xa3\xf7c*\xac\xa7\x99\x9a\xfb<\x02\xf0Y\'v\x8a(]\x07\xc9\xb1\xdd\x80X\xf2\xe9\xaf\xb6\x93\x93\x04[.\xbcv\xb6\x19\xb4\xc3 \xd8\x97\x9e\xadV\xa50v\xbf\xc9\xaa\xb0\xb6\xc0u\x1d\\l\xc1W\xa8Oh\x0e\\\xb5\x0eP\xdcd\x84\x1e\xafOv@\x19%\xeb\x83\n\xb6\x95\xe7\xd06B\xd5D\xc9\xda\xaeNT\xfbq\tL\xb3)')
|
|
|
|
| 1 |
+
# Pyarmor 8.5.11 (trial), 000000, non-profits, 2024-11-12T22:52:22.520575
|
| 2 |
from pyarmor_runtime_000000 import __pyarmor__
|
| 3 |
+
__pyarmor__(__name__, __file__, b'PY000000\x00\x03\x0b\x00\xa7\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00\xdf3\x00\x00\x12\t\x04\x00\xc0\xdb\x88\x10\xa7\xe8\r\x07 \xac\xdd2\xf2\xe6#\xcc\x00\x00\x00\x00\x00\x00\x00\x00\xc9\x91\xfd \x1a\x98\x80!\x90)\x05\x94\xae\x18\'p/&\xb5\r>\x116\xe07\xa9\x1b\x82\xf4^\xe2\xda\xec\x8f.\xa1\x93\xbat\xc2(\x83\xc7\xcaO\xb3\x81a\x15\xbe\xdc\x8e\x98\x1f\xd7\'\x16vJ\xf5\xdc\xea\x05\x16\xf8\x0b$n V\xf3\xb7n6\xe9\xfa5\xdb|x\xe2i3x\xa5\x00\xc6\xdfV\xdd_\xb6\x97\xe1pc\x0b!\x0c\xec\xf0$Y% \xe9{Z\xf7\xe0m\x10! 4\xf8\x02ro\xb8\xc4\xd8E^\x1a[zZ\xf2\x94\x12\xb9\x84J\xc7?\x08?\xa0\xbbS\xea\xf7\xab\x9d\x9b\xcd\x9fV\xa4B2\x18Qe}y<\xef%\xdc\xb0\xb7\x86\x98\xcd\xcd=N)J\x06\x7f"\xf0\x05\xd2qS\xb5|\x8b\xeaV\xe62\x1f\xde3\xf2~\xee\xbe\xd4\xc8\x960\xe0`\xa5\xdc\x08(\xc5\xa9|\xd3d\xdd\xa4\xea\x8e$\xd8\xb4\xd4g\x9c\x85\xc3\xe8c\x19\xc2E\xb3:\xfa>\x7f{4\x02\xd1\x8cb\xe6\xca\x8f\xd6\xb7\xb8\xea\x18\x83\xd5\xadce\xccV\x94\xf2\x91~\xc7e\xc5`\xc4\xb04>\xeb\xd1\x019I\x04Q\xdeFm\x93\xba{\xe7\xf6\x17\x1cu\x11\x05m\xa3GO/f\xf9\xd6\x8d\xddi\xa7\xdb\xb1M-\x16v\xb1\x00P\xf5\x17\xf5F\xd6W\x94\xe5/\xa5\x86\xb9\x08\x9a-\x14\xfb\xa6\xb5\xb7\xc3\x98\xe3>(\x15@f0,n2I\x89\xee\x0b\xaf\xc6\xa0\x8a#\xd3\xba\x0e\x10ayB:\x12\xa4Sy?\xf4\x9a\xe7\xbd\xa94P\t\xed\x88|I\x9c\xfe\xea\x80{\xf4\x05\x1a\x0b`\x9f8-}\xfd\x9d\x8c\xe1\x0b\x0e\x7fQ\xf5@G\xb5\x1a\xbc\xbd\xe6^R"]!@m*N@\x9b\x03\x91\xbd\x90\x85\x04\x1f\xc5\xc8\x92?\xf6\xb72 ]s\x99\xa6y\xb0\xd9\xaa\x9d\xe1\xb6\xeb\xda\x88\xb1\xcf\xc7\x81\xf7\x1e\xc9\xe4\x02\xf9\xbbEx\xe6\xf1\xeaN\xe8jc9\x94\xe3\xb9\x9b/=Q\xfe\xfd\xd3\xb2y\x94\xac\xf3\x02\xb2\x90\xa0\x91\xd0"q\x1f\xd0}\xdf5\xde\x85\xabX\xa3\x9dJ\xc2\x14\xd8\x88A\xab\xf1\xdb(\xcb]6m\xb1\xe6\x8d)}(n\xab2\x84\x93\xf4\x11\xbd\xea\x95C~\xb7Y\xe2\xc9\xb1O\xb9\xca\x12"\xd5_@\x1b*\x8e\x9b\xe7<\xc74\xe05\x86\x97\xce3\x01V\xd2\x9b\xfaS`\xd5\xc5Ew^\xb9s#H`\x91D=\xd9am5\xb7\xa2\x91\xf0\x00\xf9>o\xba\x97\xb9\r\xd5(\r\xdah\x8e\xc1\x85\x8bS\xc7G\xb8D#\xf9\xce[V\xf4\t!@\x0e\x9e\xb1\xeb\xca\x9d\x8c\x88\xd7\\\xa5\x93\xe5\xce\xe3\xe6\xb7\xf3T_\xfc\xb7\x19\x85\x82|\x91\xac\xc4\x95.\xc8+\xf1\xd3\x19+~p0`\xc7\xac\xf8y\xb5\xa4c|\x17\x8d"c\xb8\xbc\xc36B\xec0\xc6/VV\xa2?j\xe3\'%f\x93\xb0\x7f>\x13\x1a\xbc\xd14\xc2\xb3\xd5\x1d\x83\x8e\xbe\x91\xfb\x99\xb2<\xa8\x97\xb8\xa5Xm\x8c\xd5<8Z\xa83\xf2[\xc0vY\xde\xfc\x0e\xb3\x0f\x84\x16>\x9d2\x1e\x19\xb5\xeb\xf4\n\\\xa2~\xa2\x0e\xc6\xaezx\xaf;\xef\x8b\x9b/\xb0.F\xf2\x12z\xdc\xb4\xd3-\xac\xaf@v\x82\nR\xc1@\x02\xf0\x01ol\xce\xe4$\xae\xd2(\xb2%M\xce\xc9\x1d\x80\xc9\x085\xa5\xb1V,\xce\xb86\x1e\x8b{\xe1\xc2\x0bG\x97H\x95\r\x845\x99\xd2\xc8\xe6M_\xe9\xff,E\xdd\x9f\xc4\x1d\xd9\xb89\x14\xd3u\x18\xfc^\x19@\xa3\xa7\xb3c\xe1t@F\xef\xe8\x9aK\x9dX}\xdc\xd8\x18\xa1\x17e\xebz8\x98\xe5\xa1n\xd2[\x92\xee\xbd\xe90)b\x97\x1b\x1f\x0bPN<\\\xcb\xca\x9a-4\xa4\x06\x02kd\xd2\xd6\xd3\x12\xc0\xda\xa9\xf7\xde9_\xb5s\x98Etz\xdf}\xc4\xc4\x98R\xd2c\xc8+(d\x02\xbcN\xa8\xd7\xba\xc7K\xcc9Z\xbc-\xf2\x7f\t&\xbc2\xa6\xd3ZsYyj\xe1Lq\x08\xb9\xab#~\xbba\x08i|\x17\x03k/Tl<\x80w\x02N.z\'7\xfb1\xad\nH-\x83\xc92l\xd7m\xc0\x044\xf3\xf9JI\x19\xec\xa6\x81\x05\x01(\xd00\x03\xa4N\xec\x88.\xd5\xe1\xf12_A\x8e=\xe6s\xf9\xd9\xaa\r@\xf8kQ\x10\x0c\xcbG\xe3\xcc*4G\xccD\xa7\xea6_;h\xf5\x06\x18\x0b\xa0\xf1\xaa\xcf=\xfc\xcd\'\xbe\xdc\xa13\x8d\xbaD*\x14\xab\xfa+<\xe9cB\x7f\xb0\r<w\x05\xee[\xc3\x82?%\xf5\x14\xd4\xee\x9b\xad\xc3\x8b\x9b9\xe5\x81\x83\xe0\xb5S5\x17\xca\xfd\xde3$\x83\x01IV\xbbK\x16\xa7 og\x13f\xde.\xdd\x810\x1e\xf1\xd1\xd2\xe33\x80l\xd2\xa0\xcc\xda\x89k\xa6#!\xba\xe6e\xa9\xe0\xaf\x14\xf9\xfc1\xd2\xb8\xfb\xe4\xe2(.\x98YIc\t\xd5_\xe7b\xfa\x02\x13e\xd3\xf1\x05A\xb2\xbd^Z\xc0\xf1kx>k$0\x19\xfd=\xc4\x82\xf1s \x7f\xdf\xb4\xbb\x0c\x9a\xfa\x9c$\xd4\xc6\x9b1pC<\x12X\x9ei\x07U\\\x87\x8b\xe8\xf5^\xf7\xbe?h\x90$\x04\x05\xe2S\xdd\xd2\xfa\x15\x8c\x89\xc75\xca:\x04D\x83m\x82\xad\xc7\taxO\xbd\xd2]\xe7\xbd\xdcOq\xe1U\xba\xa9\xe6\xa1Y\xcb\x17(2j\xcb\xc0Dys\x8b\x1d\x88\xa7\xbd7\xf9X\xe60\xb5\xcd\xdc$\xdfK\xff\xdf\xd4\xdd\xad<\xc1\xda\xee\xc0\xb3\xac\xa5\xe6\x99#\xf6\xd7\x02\x94\x16\x8a\x88\xf6q\x05\x03\xf1\xae\x13\x06$P\x17UY\xc7\xa3\xc5\xce\x8d\xe7^A\xdfHt\xc6\t\xb7\x06\xc5l\r\t\xc5H\x96}*\xba]\xa4t\x02\x04\xb1|\xe9R-\x82,+_\x99U;\xea\xbf\xc2\x11\xac\'\xd0E$\xd6d\x07\xf4x\xd0AW\x1e\xe9c\x97\xd4\xde\xe8gR\xb3/O,\xa1\xe40\xe9E{\xe1\x8d{Tn\x90\x90X\x11\x07?\xd2T\xe8,t\x87\xbd\xc8!R\x03h`S\xd5\x83\xb0\x08\xb8\xea\xe2\x1d{\xa31)\xad6\xf7\xc8\x13[\xe4\x99!\xaf\xef\x7f\xd7o&\xcd-\x1bQ\xc1\xe3\xf7\xc5\x07`\x9e\x13U\xff\xf0\xe2\x00\xb4\x89R\x10\x07\xb2x\x00\xd6~\xa2C&\xb8\xa2\xe5t\x86\\4u>\xa2[\xb4f6\xdb"r\xe3\x1d\x19\x9e\x06\xce\xc2\x0f\x7fxR2\xe3\x8c\xfa\xedEl\xdd\x86\x1a\t\x0e\xe1\x98\xfd\xbfJ\x97/\\\x8a\x05P\xfe\xa3Z\xf7\x0b\xf7B&i\xc8\xb5\x0bt\xed\x11\xd9\xb5\x9d91\x13\xd5\x15\x92G\x1f\xca\x06\xf5\xde\x0fG\x14\x8f\xf8\x88L\x08\x17\x92\x16d\x81\x1e\x99\xfbC\xd1\x8e\x8b6?\xf6\x978D.\xce,\x89S>\x84\x93\xa17\xcfL\xbekpF\x04\xf4\xea\xa0\x97\xc6\xa5\xdc;+\xcf\x07\'\xdb\xd8\\MX\x03\x1b\xa2\x1aU_G%\xbd\xc7\x1df\x8e\xb6\xd4r\xa2X\xec\x95\xc6L\xed\x9e\x8c\xd8\x009\xa8Y^\x0ePzB\xe2\x00J\x86\xad8\x16u\x1a\x7f\xdb\xa4\x01R\xf4\xfe\xf3\xba!\xdd\xb5\x7f\xe1\xb6.K\xca\xa3,2>\xc7v\x1b\xbc\xc0G\xa6\xab\xc0;\xbd\xf2VX\xf3X[`\x9aEt\xb6*\xcd\xe9\xd5\xd2\x81\xe1z\x01K\x1f9\xe7+;i\xcdlM\x8f\xf8y\xe7i\xb7K\xeb\\\xda\x98\xfd\x94r\xab\x9f\xac)()c\x82\x92\xe5\xca\xc7\'\xa9\xc4W\xe4\x1f_\xefn\x92\xba\xee\xd1$\x03\xbe\xbd\x0e6\xbf3\xbc\x86\xc2\xd8\x803\xf8N\xb0\x0f\xdb\xf3\xf8l$\xf5\x9a\xc0\xf0\x8f\xc9\xf9\x0e\x00\x87\x93n\xb3aq\x036O>\x04!`)\xdb_\x81\xd0|4%\\\x0beF\x84m\\\x8cc\xb1!7K"E\xcf\xdf\x07\xb0i\xcd5\xc5q(FQN\xf0R\x17\xf0u\x1c\xdd\x82\xfa\xe7\xd2=\x02%m\x87\xe7\xf0\xb7\x8bg\x13\xdc\xcb\xbe\xc6\xfa9&z\x05\xdaZK.K\xd2u"eiB[k\x88\x98_\x9a|!Sv\xc4\xc9\x00\x93\xa0\x17\x02\x83?o\x86\tL\x82\x1a\xe2\xa2%{v\xf9\x10W/\xb1A\xe5\xaa\xda\xe6.\xca\xd1\x93\xd7\x96GS\xfe\xd0\xd6\xfd\xb3*o\xbd\xd4m\x82\xf0\xd8\x17\xce\x97\x0b\\\xfa/\x8d\xfc\x02\xeb\x804\x10\xe9p\xe5\xc4\xbf2\xf6\x1a\xe2\x84\xb3&\xe1b\xb98A\x08\xf51\xfc\xdb\t\x8e\xf3\r\xd1\x1fI\xd0\xf2 \\\x0bX\xf3HS!]\x91\xf3\x89i\xfb\xceK\xf8#Z\xf6\xfb\x13 %\xd0\xe80\x8d\xc8\xcb\xc5\x0f\xcc\xbb{\xea:\xe3\xf3\x02\xe9\x9cG\xc6\xedX\x89\x00\xca\xb1<]\x8e#\xd2\x87cU\x19o\x12\xcbu6\x17g\xfd\xc7]\xdd\xf2\xc5\xf8(\x81L74t\x809#c0\x9c\xb3_s\x05\xd6\xbb$\xacof]\x1b\xe6\xe9n\xee\xd2+\x91\xbb\xcb\xb1>=[\xc5\xa9\xdd\x99\xea}\x17a\xd0)\xe4\xd1\x91SWI\xbf\xdbcVd\xd4\xd1\xa3\xee\xf1\xbcnF!\xd6CH\xed\x8d\xdd\x12\xe6?w7\xb3\xdfr]\xd9\x13\x870\t\x82\xa9\x7flEH\xaeYUL\x97\xe1 \xf4\xbbB\xa4\x96\xd3tm]\x99\x006C\x1c\xabOnJ9\xe9\xb8\x88\xf1\x1b8\x80\xaf\xa2\x16U\xb5MT\xd2M]B\xeb\xc7\x8a\x188\xfe\xfbkq\xd3\xe5\x06\x92\xf4\xb1\xb7\xdc;\x92r|]\x9eb\xd8\xeb\xf8@\x19\xa7\x9d$;\x02^k\xa0;\xf9\x9f\x87\xad\xea\xa5@\xe7\xb6v${FT\xa2@\xdd\xfc\xe2\xcc\xafd\xb6H\xd6B\xce\x80\xd3\x19\x84\xd7`\x8a\xcbU\x87\xe6\xaf\xe0\xa9Cz\x07\x8f\xe3{C\x93\xa5\x7f?\xcd\xcdo\xcb\xa0\xbf\x1d\x84\x99\xdf\x9d\xfb\x9e\x0f\xd66\xaef\xe5i(c\xad\xf79\xa1\x17Wy\xe5\x8e\xd1t>t\x9f\xac\xf5\xc1\xac"~\xfa\x1a\xe2\xc8X\x14\xe3\x80\x84\xe4\xb0$\xe9ZKw\xba\x98\xf0\x81\x92\xfb\x8fI\x87\x94\xe0\xd2\x96\xf0\xf9\xaa\xe8\x0b_\x04\xa9q\x95\xcaA\x08\x0bq?%b\nI\xda\x9b\xdd\xbe*\xae%\x06|\x80\xadK\x8a\xac\x9b\x11\x8a\xf1\x9a\xad\x9a\x87\x995\x93x\xaaV\xbf\xa9:\xb4\xf7\xc8\x10\x92\x86\xf2\xd0A\xbd-y\xbc\x87NS\x10\xc5\xb3\xd02\xa9x\xb4\xfd]o\x9d\x0boXJY\xcd\xa4\xec\xa6z\xb2x\xd7\xf8<\xcf\xe9\xcbih\xbco\xfa\xee\t\x0e=\xc6\xdb\xb4\xfag\x0e\x14\x07\x998.\xec/\xc6\xdc/\xfb\xc5\xfe\xb8\x04\xa7(\xf3\x85U\xc2_>\xc7?U\xa4\x1d\xbb\xd2F\x19\xc6\x8d(9?\x89\xef|J\xc7P\xce\x14\x19\xd1_y\xdd\x07\x82,<\x16;&\t\x11+C\xa1\xd2eb\xfdA\xc2;y\xe3\\I\x7fN\xc3MH\xf2e\'\xdd~c4\x83\xba\xf5/,p\x14iT\x9eO\'\x89\xfdg\xdd\x8b\x8d\x9b\xa4w\xa4\x0f\x1fE\xa2\x05*\x8c\xbeI\xdd\xe4\xab\xdeY\x0f\xe0G9\xf5\xf8\x92\xe7G\xa0Z\x8a6\xdbwV\xe4.\xf1\x16\x1b\xba\x8bp!v\xd73/.\xd5\x847\x83\xe3;\xb6<j\x7f\x89\xbef\xbdb\xdb}[t\'\xf1\xb55\xec\xb3\xc3\x14\xb7F\xa1f\xa1\xef\xa81\xfe\xd1\x86\xa9\xab\n\xe5\xc34i\xae\xe6\xf9a\xc0\xe1\x1cTC?\xbdz\xe8\xc85\x10\xfe%\x17\x98Y\x9d\xd1\xd60i\xe04\xe3\xdd\xad\xc0\x9b\x17#hH|\x11\x84\x12~5\x9d\x156\xea\xa7B\x7f\x01\tB\x80*\x9cr\x13\xc3-\xe7\xd8Q\x8c;\xef\xf9V\xc6,j\xfa\x87v\xb3\xee\x12\x19\x01\xcee\xc4j\x8f\xf5m\xa7.\x92\x04\x08&\xab@U\x07\x0b#8?x\xcc3\x11\xc8\xfb~\x95`\xa7h\xd8\xcfV\x06\xab~\xb9]u\x04\xed\xc9\xbdxg2\xc1\xfb\x83\xa2\xf2\xc6\x8d\xa0\xe6g>\x83\x89\x1f\xc5\xdbM%\xd5W\xd5\xd1b\x8e[!\x99\xeb~\x19\xa6\xef,\xdd\x17\x99\xc3Y\x97\x95\xa4\x014$I\xaeh\x9d\xb8\x9fQgiT\xd7\xefr\x10\xa6g<\xcf-Q\xa8\xee\xb2\xcc\xc3A\x16vs\x90\xd3\xb7\x0c\xc5\xc8\x95^\xe9\xd0C\xf2?\xed\x08\xdem\x88\x88W1\xfaO\xcf\xff\xd8\xf69\xba+\xf2\x94,\xe7\xcf|\x0f\xe1Ca\x8e\xcc\x8dZ\x1c\x9a\xdd\x92\xaf\xf5\xba\x169C\x1c\xff,\x18\x08!8sx\xe2\x1f\xbb\xf3\x0b\xaa{\x05wS\x86\xd7H\x93\x07\xbf\x835\xd9s*A\xde\xb4>\xc9\xd0\xde\xce\xd3\xc8\x0c\xf5\xb7\xe2\xf7\xff\x81\xd0>\xe1\x17\n\x06\xfabf7\xb6\xff\xb81\xe3\x97\xbf\x9f\'\xd1Ja\xf4\\\x1f7\x1e\xfb\xd0\xe3\x0c\njd\x06,D\xa5\xda5`\xcfC\xafW\xdd\xd8\x86NQz\x1b-\x0c\xf0\x1b\xf4\xe4\xbdk\xbbA\x15\xa1r\xe0#\xec\x17Y%:ufE\xb8\xc9B\xb4\xce\xe9C\x93W\xe1\xc8R\xff\xcf\xf80\xdfR\xc6\x8a\x02\x9f\x7f\xb0\x81\x1b\xd7\'\xf9\x1aqp-TP\xe2$\x99\xef\xefDW\xc4\xf3\xfb\xf7v\xbc\xcb\xf0d\xfc-Z>\x1db|\xa7\x9f3\xc2\x9a\x91\x12e*\x10\x13\xcf`\xeb\x19+\xf5\xa5@Z\x99\xa8\x88\x9f\xd0lN\xff"\x08\xaer\xf3\x87\xed\xb7\xf3\x18\xd0e_Znz\xb0O\xd8\xa5\xe4\xc3Rnt\xdb\xd0G\n>\xcd\x93\xd7h~~\xbd{\n\x8a]\xe2\x10LCM~/G\xb9\t\rd\xf0\x17\xc2\xb1\xdb\xc4Z\'^\xee\xbb\xa9$!O\x84^\x8b\'\x96\x84\xf5\xf7\xb4\x039\x1eX\xa0\xcbx\x0c\xa8R\xd8;\xec\x198"/<\x94vLE\x1b\xa4\xb2\xd7\xb0z^|UG\xcb\xa9\x89=\x0eRx\xbc\xbd\x13\xe6\x0e\xc7z\x8fI\xd1h\x81\xfdoh\t\x95.3*E>\x08\x05\xdc\x8f\x8b\xf4\xfd\xc8\x1bp\xfc\x895\xcb\x1d\xeb\xb9\x99\xfd\x93/r\xda3{\x10\x8b\xcc\x7f\x85$\xf1\xbc\xc4\x0b\xa9\x91\x0fXK\xb3?q\x96\xeb-gl\xab\xd5I\xe1\x00\xfcN\xcd\xfb\xb1\x82s\x18\x84\xfa\x9e@\xfe.C\x12v\xd9l\xf5\x110\x85\xc0=a\xdd\x8av\x90\x99A\xd1\xd2\x04P\x96\xa0X\xef\xcbD\xd2\xb0\xf5\xf6\xc3\xeb\xcc$1\xbd<\x8e\xf3\x90\x81z;\xe5\xeb\x96\x00\x86\xb3\xcc\x99\xe0\xae\xff@\x9e\xeeZ\x02\x8f\x1d[v\x8f\xff2\xc4\xf57$\x0f\x88\xe7Oz\xdcl\xac\x88\xfaC\x0cw\xa7z\xd8\x17(\xa7\x07]\xa9\x98\xecd\x19\xca5w\xc3\xd8L\x1cr\x83Z@\x1d\x8ePI\xf9\x0ea\x92=?\xae\x96\x95\x15\xa0\xb1\x84\xb4\xd4i\x19\xe8\xffc\xc2t\x06\x11\xa8\xfc\x06\x95`8S\x9fo\n\r\x88t\x840\xd9\x08)\x19\x87c\xb7\xddL:j\x90\x1e|\xda\x1e\x95\xa2\xba:\xa1y@\x94\xf8\xf7\xb5w\x1c\xe9\xaa\xcf\xee1\xb4j\xcd\xa1\xe6\\]s\xf9\xae\xdb+h\xa9\x83\x82p\xc9\xce\x8b\xc1\xce\'\xa3\xa4\x9d\xc4j\x849O+*\x18K\x95\x1e\xed\xa9<\xf9\xdb\xac\xdc\xcc\xbaG\xd9\xc1\xad\xb0\xb3\xaeK\xb4\x0b\xe8\xfca\xaen\xe2\xbc\x8d\x89\xabK\xa4oV\xe6-G&\x99\x8c\xae/\xe5\x84B\x91K\x05\x14-_\xa2-FJY\x02\xc4\x92\xc7\x9a\xdf(\xf3|\xa0\x01\x07C\xcf\xdc\x7f%\x02z\xe3:\x1c\x8e\xb5\xc3\xce\xbe\xc5\xe3\xd5p\xd7\x04\x1f\xd4\x94\xe6c\'\x18\xec\xcf\xce\xdf"\x94\x9a?\x87\x01E\xba1\x02l\x18\xcc\x10y\xd3\xa9\xa7\x00\x80\x05\x9b\xd7\xae\x17\x15[\xb7\xed\x19\xfeb5\xd44\xf6L\xe4~\t\x8b\x961Q!\xa5S\xf6\x849\x1e\xe1q\xa0\x95,\x96\xdc\xb0\xfdR\x15\x1e&\xd8-\x92<\xf5J\x93\xa4\x14\xca\xf4)XnQS%>\t\xd7\xd4\xbe\xf5\'r\xdb\x17\xf1\xf1\x05\x9f"\x0f\xec\x82&\x94\x8f\xa4\xfd\x8e\\\x06d\xce\xc06-B\x15\x02\xd8Q\x8a\x86\xd4\x06vjyR\xf54\xd0\xf6\xf9\xcd\xf6[O\xfdf\\3\xeb\xf1\x07C\xa30[\x86\x84\xfd\x08\xd5\x05\x1c\x80Y~\xac\xf7\xe7\x9b\x9a\\\xa3\xab\xe8\xc0\xf3\x07\x9c\x81$#\xd9\xfb\x12\xeaHY\xf2\xdf\xdb\xaf\x90-7\xbc\t|\xc5\x12\xac}\xe7\xe9\xdb\x0f4%\x94+\xa5Tr\x99=\xe4\x9b\x7f\xa0\xaf<\r\x12\xb0\xa5\xed\xc4\xe9\xf7\x94\x8eR,[?\x93\xaa\t?z\xb02?\xf9\x9e.Uw\xe8j\x89e\r\xa8\x89y\x01\x13\x9a\xa9\x84t\xc3\xf4AZ\x107\xf0\x1d$\xc7\x9c\xd6\xacz\xa5\xc6F\xda\x1c\xbb\xe6Q\x03\x08\x15<QJ0\xed\x10\xe5e\xdff\xecXA\xa9/F=\xf9G\xf9\'\xb7Hv\xa9Pj>\xe7\xed2z\xf2\x16\x16\xb8\x07\xf8f5\x8c\x1cV\x8a\x8dmyz\x8d\x16\xd0v\x8c*\xff\xb5;\xb6\x0c\x02&\x8f\x0bm\xb2\x9e\xd0\xf0\x88SI\x16\x14}\xdbw\x802S8\x14>\xcf\xc1w$\xf4x\xdfq\xf5\x19N\xd6\x15g,Fh\xb9\xbbY\xb8r\xb9\xe3:\x14\xdb\xef\xff\xd2\xcd\x8e_\x01\xfc:\x95M\xc2\x0c\xe3\x927\x1b^d\x8f\xf9\xc6\x18\xacp\x80\xb6>\x97Vh;\xb1\xeaye\x80)n\xf7\xcbBp,c\x1f\xd1\xc0d\xc3nE\x03\x02\xfe\x80\xf9B\xbb1\xc4\xdax\x9b\x94\xe4\'\xe8\x01\x1c\xe2\xf6\x8c\x97C\xb6({\\\x8bq\xd9\xd6\xb1\x88eC\x1d$\xe5A\x12\x0f\x92\xc2\xd3\x0e\xb8\x1e)\xba\xdf\xc3\x86\xa4\xc4\xec\x8e\x80k\xa9L\x96[\x87\xf5{\xed\xe9\xd6\xdem\xfd\xb1R\x1cL\x93\xe1\xd7\xb9A\xd1\\\xf7\x00;\x9aLN\x92\x13\xda\x9c\x82\xac\xb1\xc4\x03\xd2\x14\'\xe1\x9f\xbc\xef8\x9b\xa1*]\xfbq\xe3\xee\x89\xd4\xaa\x87PI\xf6\xab\xac\xc6\xd6Y\xfbcrc\x0f>\xef\xc3\x0c)\xd2\xdb\x0c\xbd\x97M\x83\xc8jE&\xffY\xb1K\xf4Bzs\xb7\xb6\x9f\r\xc0\xf3\x0b.\xab\xe1\xc1|\x8c\xc4Q\xf5\xff\xb9u\x1c\x1e\x16\xadGp\x0b\x874\x13\x1e3?\x97\x10\x85\x94\xec\xa6\x17A\xa4\r\xd2\xbc\xfc\xf2\x1e\xcb\xe6\x03B\xcd\xb9\x01\xfa\xdf\x13\xa0KZj\xc3RA\xf6\'BU\xe8\xa2Q\x93FLG%Q\x03\x0c\xb2\xa6+h\xb0\xf0\xd8\x1a\x16E\x14e`\x8c\xdd\x17\xd8W\xd8\x1c\x91\xf0%\x9f<\xcc\xa22\x0fa%a\xde\xf9|\x1a\xa2F:\xf0\xb7o+\xca\x11j\xab%s\xf0\x0b\n";\xb4\x81s>\x0c\xc5i\x83ba>\xa2Z\x13Y\x9a\xe4|4\xe9ZK\xda\xbf\xb8&\x8e`l\x02\\\x8f+\x9d\xa98\x06j\x08\xefB\xd0\xf4\xc4\xc8\x98\x11\xaeQ\xba\xd1\x18;K\x93\xb0\xc4v\xd7\x91\x81\xb9\x0b#VAB^\xcdQ\xccM\x8d_\t6\x04\xc7\n?\x85\xef\\\x93\xfc~\xc5\x1a\'t\x8e3\xd5\xf47\xc977N\xd8\xb2\xf6h\r\\\xf1\xf7\xa6\xc3\x17\x80U\xb4\xbc.\xb7\x05\xb0\x87\x855\xd3\x8eCr9r\x14PEpx\xcf\x98\xee\xfffZ\xd1K\x88\xf9\x9a\x9d\x84\xf7\x95\xd0\x0f\x85\xbf(\xb2\x16\xfcA\xfd\x8c\xe6pR\xb8\x00H\xc2)@\xa4:\xe8O\xf9\x19v\x08\xee\x00\xf4gJ\x15ef\xf8\xd2u\x0b_?\x08\t\xa2\xa0\x16t\x81\x875s\x8e\xf0\xe8\xd8b\xd8\x1ek\xfbJ\xe0\x9c\x19\x14\x9f\xa1\xe8t\x05Pp,\x8aq]8\xa9\xb0\x90\n\x8b\xc4\xdcM\xa4f5<\xf9\xc5\x86\xd8\xce\x10+[[\x11C\xf7\xcd\xc0O0\\G\x022R\xc5\x89#>\xfa\x18t\xf9\x87\x96XQ\x8e\xb77T\xa6I\xab\xad\xbc\xdd\xb9\xc6\x97\xef\xa5\x11\x97\x93\'w\xb5\xae\x1f\x0fa\x04\x1c\xed\x9d \x1c\xa2\xa6\x91\xb5\xf1\xbfT\x9b\x18\xa3Q\xf7\xae\x86]\x006\xb72u\xcf\xae\x98/\x00\xc0\x97\x90\xa7\xb3\xad\xe7\xc3\x0bm\x14\xdet\xe3\xf3\x04t.7/\x0e\x04:PU\xa4\xbf\xe2\xcdmN\x8c\xcd\xdd\x82\xc9\x86mW\xf9iB@`\x9a\x8f{\x86E2I>\xdcm\x98\xc8\xcc\xb5\x97\xecQ\x01\x0c\xf0<Ds\xef0\x9f\xc6\x8e\xef]\xc98q\xfa\xa2\xc8\x02\xf3\x15\x80Wp(\xee\xa6\xdf\xa3\x9e\x85\xa0\x1c.\x16\x05^\xbae\xdd*\x94Z\xe4b\xd1H\x1eXc6{\xc0\x83\xcf\xd5\xcf\x05?\xee\xa1\xbe\xf6$H\xd3\x18?\x98\x87\xb26\x19]4G(\\G$\xf9/g\xa4b\x8b\xba\x96V\xac<\xefm\x81\xa8\x1c4T\x0e\xd9\x80\xc2\xb79\xcd\xf6\xbcc\xf6\xc2\x93\x15\x8b\x11P\x94\x8f\x0b\xd9f8\x90\rQFZ\\,\x08C\xa6\xff\xeeb\x90\x9en\x9f{\x11\x0e2(%G\xf3\xc9\xbeT\xb20\x17\xc7\xe4\xba~n\xd9\xc3\xf5#}\x8b*l]<\xbb\x19\xd7:\xbb\x04\xa8j\x96^\x96\xc6\x19"f\x07\x96\xf3\xd2r\x11q\x1a\xac\xdd\x9d\')j\x1d\xbaU\x9a\xd6\xefu\x81IL3\xe1\x15\nj+\x00\x97\xd3\xea\xcf\xf1\xfc\xb1\x8f\xaf/\xc1)\x8aN\xeb\nCd\xd6\x8bL\x00^\x9f\xe4\x95\xd4m\x9et\xe6\xba\xd8}\x87\xe2\xd8\x9b\xbdK\xce2\xf9\xaa\xc3|\xfdzB\x8cQ\x99\xa8"bh\xb8\xf5\xe05\xdd"\xc2\x18X\x15\x8f\xf6\x05L\x85q\x0b\xc3\xab(N\x8eI\x18\x8b\x08\x89\x89\xabL\xce\x06\xb8\xfdk\xfb,osL\xe5\xb1\x00\xed\xda\xce\x02\xd8\'\x7f_\xc1\xd8Z\xb4\xcb\xe3\x96j\x02\x0f\xbb6\xc9&z\xd7\x80>)\xf0\xabP\xbe9\xfcpi\xbe\x8a\xe8\x07\xc7=\xcf\x0fm\xc8\xb14\xf6\x18\xf0EX*\xf7Y9\xb7\xca\x04\t\x9c\xc46\xb8\x87W\xd9\x9a\xc9\xf8j\xd7\xc21\xd4\'n\x82?\x1djV\xc5\x99\xe0\x8ds\x7f\x08\x11]f%i\x01^\xd0\xe1ha\x84\xc5\xe8-\xad\xc4\xba\xc9\x18\xaa\xa1\xda\x1dtcYX\x9c\xf4\xa5\xf8\x9f$)\xc9\x04J\x0b\xb7\xd3\xf3\x89\n@\xbb\xf2~\xd5\xb0b\xbbF\xc1\xb4\xae\xfe\xc3\x07\xb7\x9d=\xc8\xbabf\x18\xb8Lq\xc6\xcc\x83\x08\xcf=\xc2}\xca\xe2\xb7\xa7\xc1\xe3Y\xd6H\x86|\xc2\xdc}\xbc\x0b<\x9b\xc8\xa5Aqf\x05\x80\x95n\xbe\x97\xed\x9e&\x0cF\xd6\xa4\x1e\x8a\x8e\xad\x9a0\x04\xe1|\xa4z\x13k\xb6-\x9e\xee\x04\x17\xe2j\xe6o5\x88\x83\x1a\xb2\xab\xa6p\xb9\x90\xaeH%2}\xba8\xb9:\xd5\x85\x90\xb6\xc3h\xc1g\x18\xd3\xf0\xba\xde\xf1W\x99%\xa7\xac\xadl\x8b\xa4\xc5s\x99;\xa7\x93X\x15LD\xc8\xd8\xf7a\xd6\xc1\xdc\x8az\xba\xe9\'q:\xfa;\xb2\xa8\x0b\x8a\xb0\x90RV\x89\x80\x1a\x12j\r\x02\xcaHu*\xf0%\xaa\xa8\xf1\x19N\xf4\xfc\xbd\x7f@\xcb\x99%\xed%\xef\x82bG\xe2\x8d \xc5\x02\xba\x06\x0f\xbf\xf5=\xffs\xae\xdfa\x0e\xdaq\xeah~\xa3\xfaTC\x85\xbe\xc2\x06@(8\xca0~\xd2<@<\xb2\xc7\x95\xf8"L\x81\x93H\x904u[Iq\x02_\xa2H\x1d\xc1\xca\xea_\xcb\xb9\x98j\r\x8e\xf1\xb5b$\t\x8e\xe6\xb6(7\xbc\x81\xe9\xba\\qV\xf9\xf7\\\xd0\x95\xe6\xf1G\xbb*\xfapW-\x8e\x00:*\xdd\xbfr\x1f\x0fp\xff\x1f\xe2\x85Q\xad\x12Eh+H\x81\x11%\xc6Kj\x8bSI\x8foV\r|:,\xca_\x81\xe0^(]\xb0\x18\x9c(\xa4&\xd5@F\x81\xf4h\xf3#\xc6\xd1\xfcY\xa5ze\xbd\xee9\xaf!\xec@\x01\xe5\x17b?\x15\xd8k{\x1e7{\xf1\xc5S\x14%\xc5\x18n\xf7`\x9d\xc2D\x95\x874\x7fG\xdez\x8f$~\xd1\t\xf1\xe7a\xd0\xebi\xe3G\xce\xe4\x86\xf1\xe7\xf0\x99\xb1@\xbe7yJNG,\xa6q\xd81\xd6\xe9\xb9\x93\xee%\xfa\xd4\x0c\x05{\x16\xbc\xb5\x9a\xca\x82\x1f\\\'&\xb0\xb67\x06S\xcf\xa7\x08cqg\x8c\xf5\xd8-3\xfe\xb3\x10e\x12\xc2G\xee\x89##\xc3\x08|.\x82<\x19\xc6\x884\x0b\xa6\xb2\x98\xd3\x97t1u\xc8\xfao\xd4\xe6\xe6\xbc\xb4\xea\x80\x95\xbf\x04`\x18\x1a\xa9\x0c?\x19\x0e\x1eM\xf6\xdc6j\x85\x1d\n\xa5\x8dM\xf9Vn\x9a\tq:9\xfe\x0e.M\'"\x16\xc0\xb3\x8a\x1c\x9c\xadUb\xb4P\x9f\xb7\x8a\xa2\xe7u\xa6\x0e0\xd4\xd9\xcb\xb7\xe4\x1f"\x83&\xdc\x19\x02\x82\x98\xdbB\xf6\xee\x15V\xa5\xee[\xef\xbfu\xd20\x1b\xb5\xecu_-q\xdf+\xe0\xc14\xe78\x05_\xb7\xce(\x07\xc3\x7f/r\xb3U~.\x06\x1e\x03\xc1\xb7\x02l\x8avn\x05s\xe44\xdf\x80\xdeD\xe9\xc1\xfe W\x9a\xb8\xbb_\xee\x02\x08q\xa2\x08&3 \xa1s\x13\xdd\xae\x95]@&\x9b\x92L\\;\xae~\xfbN\x02V\xd9[\xe6\xbd$\xad\xee\x16(\xc6\'s\x99r\xa4\xd6\x91\xc6\x98\x1b\xd6pT\xe3\xc2\xff#\xe3A%{\x9b\x19O\xd5S\xc2\xf3K\xd6\xbf~\x00(\xf8\x7fj\x82\x04\x9e\xdb\xe7;\xc6\x04!\xd8\xc3\xda5\x9a\xfe\x195\xf1\x18\xf0\x1e\xb8f#\x00\xb4\\\x0e\x1e\x84#\xf0?\xe3]\x93p\xd7\x16\xc1\x91\xba\xda0@-W\xb4\xbf\x05H#\xa2{\xae\x80Rw\x0cb\xb5\xfe\xb3\x87\xce\xa9\x17\x98\xa7,\x93x\x06\xe0{\x9a+b\xe2\xae\x9a\x0f\x18k\'#\xa4\xc7\x91\x14\xcd\t\xea\x1f\x9c~\xd1?\x16\xfe\xc6N(\xffT\x8f\xfe/\x13\xee\xdd\xca\xf85\x00\x03\xfcSD\xfc"\xb7\xcf2O\xd6\x94\x19m\xee\xfb\x02B\xad\x9f\x1f\xea\x9e&\xc1\xef}\xad\xf1\x96\xbe)\xe8?\x0eak\xb1w\x0c^\xe7\xf7\xf8\xe4\xc5\xc4:2\xd3q\xc0\x88\xfb\x9bU\xfdD\x08\xf1\xac9\x7fB\xfe\x13\x8f\x040\t\t#\xb6\x1cM\xb4N\xd7\xf5O6\x1b\xb67o\xb9\xb8\xff\x03v\xe7\xc3\xec\x98UF\xd6\xbe\xffYF\xaa+\x1cH\xed&y\xdbC\xb8\x18\x19\xfc\xc2\xdf\xec\xd5y\xa6\xaa\xf8\x84\xf9\x00\xfa7\xf60\xdf\xd8\xa3H\x08)\xd4\x84Y@a\x1c\x93\x853\xdff:\xd6\xd0\x1aW\xf6\x117)\x87Y\xcb\x89\xe8\xd7\xfe|\x8ar\xdc\xe9v\x9eo\xc7X\xe2b+2\x85;"\xae\xfb#c\x8ay\xb7\xb8\x90\x9e\xd0\x8b\x95y\x03/`\x9e\x00\x90\xac\xfb-\x81"\xe2\xd8J\xd6\x8bB\x08\xed\x06\xfdC\xc7\xdf\xec\xd9\xe4z\xa8z\xdf\'\xafx\xa8\x85\x89\xfd.\xc6\xd8\xd1\x031\x81\x12B\xf4\xa4Z\x06\x8e\x7f2b\xf1\x91*\x7f\x01Fu\x1a\xc7!\xaf\xcf\xb2\x0b\x93!o\xf0U\xe0{\xae\xb0V\xa8t\x0eX#\xb8\xff\xbb\xc1\xe3\xc9\xe2u\xe7\xa8*\x00\xb8\xcd"\x18@\xc0\xbf\xd1\xc7|\xbar\x88\xd3\xaf\xa3\xcbC{l\xd3\x8b*\x88\x9c\xac4S\x1fM\xfe\x1f\xcb|x\xdfx&L\x90\xf4\x86&u\xff3P-\xe0\xb4\x91\x0b\x16\xe8\n\xee\xf4t\xdc\xa6\x0bQWj\xd35\xc5=\x86\x12q\xa1\xbc\xde=\xc1Bo\n\x81\xb8\xc3\xd1)\xa2J\xd3\xe2$;\x01(\xd1\xeb\xe2\xb8x4\xe3\x8e4\xach\x1d0\x1c\x0f\x05q\x83\xe6\xd5\xe0\x90y\xca?4\x90\xc1\xd7{\x1d\x7f|<\xe2\x8aySw\x13e&_\xea\x0c7F\xcde\x13,Lr>\xd2x\xa87#\xc9\xcd\x1c\xf7\xe9\xf3\xa4rn\xd2i4\xc8\x0b\xe4\xf4\xdc\xe6\x9d\x0b\x01\xee\x8f\x918\x87\x0e7ir\xffE\x0b\xa4k\xa5\x12\x103\xf9U\xeex\x8a3P\xaa\xb7\x8cd\xa2{\xf2q`\x82\xc8\xca\xf8Y\xe4}1\xcf\xcf\xe0/\x10(C?\xb53\xb0\x86]\xff\x19E\xaf\x15=\xcd\x16\x82\xb1\xe7\xe7\xbd\xa3\xebU\x89\xde\xb5Cwy \xf7n\x82\xd0\x15h;V\x06\x84u\xaa\xb1\xec\xad\x83\xcd\xf9\x1d\x15\x87$i\x03\xa1\xe4\xf1\x8a\xe2\xe7\x9f\x1d,I\xe7\xe4\xaa*O\x01\xcbl\x02\x06*\xd3\x9e\x1b\xf8\xc8g\xc6\x18\xf0\xd4XXk=D\xa1\x7fZ\xb2\xc3\x9dcf?\'\xe6\x19\xfcW|q\xcd\t0P_\x02\xb2MB\xa3\xc5\xec\xc8\xb0\xce\xe8\xc5\x82\x8b\x0c\x90Ma\x84\x9e\x173\x1a\xd3\xdd\xacOFw\xcf6\xf1\xe4\xbb\x1e\xee\x99}l\xb7\x9e\xdd{1\xb7\xbbQJu\xfaq\xc2\xd4`o\x8a\xdb\x1d\xa2\xf8j\xae\no@PE\xea#-\xbf\x96&\x9d\xcbr\x02N!D\xd5\xd4=!\xd6lEO\xebA\xa0\n\x0f\xcd\x9d\'\xd9\xaf\x03fW\x02i\xb7;J\x96\x80`@\x9e\xc9\x88\xe8\xc2\xf8\xb2\xf5\x9e\x8fZ\xf1\xdf$!dD\x85\xc0\x9fj&JV\xda(\xde}\xbcF\x8cS\xe6\xa5\xc8\x03{\xac\x82\xa4\x0b\x98N\xaa\xd9\x9dd\xa7\x87I}\xc7\xf3\xa8\xc3\x0f\xeb0\x15E\xb7`\xc0\xaa\xb1\x00\x95\xab\xab\x17{\x8e\xaa\x18\xf6\xbeP[\x82\xf4\x84}\',\xdcG\x8d\x1d.\xca\x93-w\x84\xc6\t\x0fe\x00!\x82\xf4\xed\xc2ty*F\xf0\xce__\xce\xbf\xbe\x1b\xca\xe3F\xd0uu\r]\x0b9\xab\x01@\xe9\xcb\xa6l\x9cK\xf7\xae\xac\xef=\xe1\xf7\xe1\xb5\xbd\xa8h\xe3\x88\x9b\xf1\x98\xc1\x88\xc7x\x14\x0b\x87\x10_?(\xc1\xf8\xafxq\x14r\x8a\x01\xab\xcb-/\x83\xc8\x9f\xcf\xc4DCY}\x88w\x93\xc5\xfc\xe6\x8a\x18\x98?\xbc\xf5I\xa5B\x90\x80\'#\x83\xc83\xc1\x19}H\xfb\xe1YV\x06J\xcb\x149\xd8\xf5\x9ec\xef\x97\xbf\xf6Dw\x84\x81\x95\xdd\xcb\xc2\x8e\xde4*\x9c-E\x99\xda\x97\\>\xa4\x84\x9f\n\x9d[p\x15\x92\x86\x16B\x7f?i:\xb3zQ\xcf\tS\xb3*\xd63\xc8\xfd*\xdc\xe4\xc6\xaaj\x07\xbfCKhn\x86k\xbe\xd8\x9b\x11\x98w\xb3\x8e\xe2P\xdf\xe1\x81>\x1f\x99\x06\x8e\x01\x15\x9d\x01\x96\x1c\x9d\x8dF\xca# D\x9a\xf1N\xadN\xc1c\xcb%\\\x01\xee\xe5\xd4\xa4\xa7(G\x81\xe7\xbd\x89\xe6\x10\x1e_X\x97\x07\xd4\x08K D\x88\x1d2K\x15\x1e\x90\xa7\x0e\xc2\x13>\xcem\xaccK\xea\xaa\xb6I\xf1\x1c\x86\xd6\xb0\xfew\x1b\x88@\xa7\xde\x12 \x9c\xc5Z-\x94\xf2\x9d>\x10J_e\xc1\xe6\x04Q\x9e\x13\x85,\x1c3\x18\x9d\x1dt#\x89\xc76A\x97w\xb9PG:\x89\x89\xb6n\xecv\x7fmx\x02D\x8eyo\xd6\xb3d\r\x8a\xf9r`\x19\x11A=\xc5\x1b(\x19\xe7n\xf5*\x88\x9a\xff/\x8eM\xa9wfj\xe2\x01\xbe\x90\xfb\x12u_0C\xd9W\xfe\xf7\x99\x9e\x9c\x11#\xbel\xe5q\xbf\x1cv\xf4\xb9\xe3\xebP \'\x85\xe8Q\x80_\xa1\x05\x8cw\x88E\xeev\xb8}\x95jq\xb1\x95{\x96\xf6\xffd\xb6|\xf4\x7f\x1b\x1a\x11\xed\xe0\x92\x92\xc9\xcf%\xcd#N\x8b\x98\xb6\xd2\xca\xf8\xfb\xa5\x7f&\xfak\x15\xe6n\xe5i\x86\x95`\xe6\x1f]3\x0e\x94\x14\x86\xaf\x87D\xb8{\xe8o(\xf3\x05o\xe4\x94\xad\xe2\xbfo#J\x8e\x81\xe4f\xbb\xb9\x9c\xae\x87\rK0\xdd\x94f\xfc\x10q\xe2\x8f\xd43g#H\\bM\xda\xf6\x8f\xb9d\x80j\xa2?\xad*l\xf3B\xeb\xb8\x05M\x8f\xef\xef\xf6`V\xadi8\x0cL\x94o\xd3%\xc7\x97!D\x15&\xb5B\xa0\xc1\xc7\x8cU\xe5g\r\xdf}\x01\x06S\x04x\xd5\x90N\xfc\xd3$\xe9\xb6\x9b1<\xf6P \xb2D\xa7\xe1K1&\xd3(\xb4]XKp\xf6\xaae\x7fq\xd1?\xf6 \xa1\xb5\xc1\xce\xd8V\xe4\x8c\x1e\x88\x8e\xdc\'\x9diEN\xdda\xbaB)\xea\xbaCGo\xb7\x19.\xa0^\x16\x03\x03\xca\xcd\x9a]A/\xf2\x85\xbd\xe7\xa9V\x95T\xecj\x91lo\xb5\xf5\x04\x1cZ\xfcGxn\xf0\x85\xc4\xbf\x08\xb8\x03\xa3\\|S\xb1\xd2h\x17\xc6\xcc\x95\xbd7\xb1\x8a\xb9\x93uK\x04\xd3\x036d\x84}\xc6\xedS\xc0:Q\xce\xb0?\x15\x8a\xb6\xa5\x07S\xb9\xbb\x10nh \xce\x0f\x13\xbbf\xadG\x104\xd3u\x12A\x97eG\r\x16\xe3e\xa5\xa2\x0e\xc5PL&\x84\x8c\xcd\xb7\xb1\xb1\x12Q \xbbA\xcc\xa8\xbb\x9c\x80I\xcck}Z\x97\xaf$>\xa2\x00\x9dZ\x98I\xec\xac\xe1m\x07\x9b\xf3K\\j\xd4\xb1\x8bl\xc5\x8d\x15\x8e-\xf8[\x01\xac=\xfd\x84\xab";\xf9\x8c6NA\\\xd0\x1d\xbds\xda\xa3\x83h\x0e\xffd\xd9W=(\x9a\x16\x9e\x11E\xec\xe6dFn\xd8\x87\xc8OP3?\xb0\xdc\x90\xdb*1\x0f\xa6\x07b\xf8\n&a\x02\xf9\xd01%3q^\xa2\r79Z\xd3\xd4\x13s+0#i\xec\xb3\xa8\xaf\x837\x999E\xaeD\xc6?*(\xfd\x14\xee\x9b\x1a\x97u\x83#Q\xc2\x89\xab%G\xf7\xa8\xf1w-\xd4\xcc\xe2`\x88HT4\xf2\x02I\x02\x87\xa0g\xda*\xd6\x97\xc9\'b\xce\xdf;c\xed6\x16\xc4e\xe5\xd5\x9cO\xba4,\x83\x000}\xff\x05\xe6g?\xafE\x17\xf0\x83\x96\xbc\xb3\xad\x9a\xac\xdd\xab\x02\xac\xb0P\\_\xefh\x9e\x86\x80\x92\xcc9{?\xea\xa5XD\x1b\x06\x1e\xc3\xad\xd4r\x15\xe2x\x9a`\xea\xcb\xb6\xae\xc7\xfd\t\x12%\x9b\xca-ia\xb9\xce]o\xe2BA\x10\x00.\x12\x1b\xbb\x03G\xad|q\xbc\xa1\xb1\xde\x147\xdbg\xca\x88\xb9\xb6m\xb7pcfl\x02\x1d\xf7{L\xde*\x00\xf8\x83\x8a\t\xdc\xbe\x86\x98\xa8j\xf2\xf1\x93\xe7\xc5\xab\xed w\x9f\x17c\x18M\xef\xba\xdd\x7fy=5L\x82\x13\x8f\x17\xdf\xa2\xcc\xf7\xfa[(\x8d\xa9\x8c\x99\xc2,\x08;\x8d\x9b\x88!\xcd\xfd\xaa\x82f}9\x1d\xf4\xcf\xb9\xb7\x1f`R\x10\x8a\x918_\xcd\xf2\xaf\xe3\x9d\x9e\xf3O\xb2\xa50\t\xacqV\xb3\xbcs\xf5\xa1 J\xfb\xd1.\x89>\xf4\x1c\x93\xa1$\x0f\xb4\xdb\xb8\x08\xef,\xd5UJ\x1e-\xc9Z\xe8T\x1a,\xbe\x92\x7f\xaa\xa8A\xd2[\x9adY\xcej\x80\x07\x19h\xe2\xee\x84\xa1\xedV\xc9\x9e\x8f\xebk}\xbfh\x14\xb2\xe3\x0c\xb5)i\xf8\xf5\xfb\xb7\xc3}\x1bs\xec\x9b\xcd\xea\xde\x8e\x1e\x04\x1e=\x90<\'\xafZ\x0bs\x1b\x0e3\xde\xc2\xe7\x0f\xa2\xa4Z\xd34:\r6\xa6Ah9m\x85(\x00\x1e\x9bF\x84\x0f\xbd\xf1L9\x80_\x83\xecM\xe5\xbb\xab\xd8\xd5\xa5\xdeM\xa4\xeaQ\xcb\xb7SI3\xae\x17G\xa4\x98\xe1\xf0o\re\xa6\xcb%D\xb1\xf0w\xbc\xa7\xa1W\xf8\xe03\x8d\xbb?a\xbe\x1f\xbf\xfd\xd5,\xf0\'\xc7l\xe1\xa2\x1d\xe53\x0ec\t\xd7/?N\'\xe9\x1c\xcf\xb6c\x0b\xf3\xa2\xaf9^O\x1b\xa3{\xbf \xf0\x9d<)\x0e\x91\x1b\x93Wuw"\xb2+\xf0\x02d8JGZ\xa23,RO\xc6Cf\x18\xdf\xd3#w\xd4\t~\xc1\x88\x04\x96q\xa5\xc3\xa2\xbd\x15\xb0\xf4Ci\xc0\xdb\xb7d\xe07:\x85g\x8c\xc2\xa3\xd1F\xcd\x0f\x1e\x82\xb1\x11\xe8\xffU\x14\x14nn\xea5F\xad0\x96\xa6\xe24I\xda\xa2\xb6[\x05k\x15\x855\xdf\x046t\x9c1\x08\x8f\x8ew\x06\x18%\xa7b\xfb\xb6\xa9)#i\x0bX\xf8g\xe2\x03S<\x93\xe7Jez{;\xa6\xf4\nH\xc8\x86\x8cO@\x81\x8d\xef\xb7\xcf\x1c\xa0\x88\x1f\xae\']\xa0\xb2I%\xfaaA\xb1\x91UO\x99\xd6\x10\x1bth\x8ff$\xddP\xd3@\xa6\xaf\x95fw\x1e\x8epC\xea9\x00r\xddP\xb2\x8a\xc7R\xaf\xdf3#l\xc1+7#\xb9k\xbd\x13\xb3?\x01,\x1f\xde\xa6\xfb\xa6WV\x197z\xc5\xf7\x05\xe2S\xa3s|#W6wz\x11\xad\x02\x02mKg\x100\xf4\xa9\xd1\x01\'\xd6\x1a19:\xa8\xb1J\x8f\x14I%Wf\x1do\rLx\n\x10$@\xf4\xab\xe6\x1cL\xdfb\x8a\xe2\x93\x86O\x91Y\xbf\x0147\xf3?\x1d:\x99\x89\x06\x89\x86\xad\xe0\xed\xf5Z\xa1q\xc2\x91\xe0PT6\x15+\x0e/\x93\xc2\xe2^\xe3\xb6\xad\x1e\xf6\xf37\x81qL\x97\x16\xdctj\x9b%\x0fE\x83\xa0,\t\x11\xdd@?;\xbf\xec,\xf5(k\x0cZ\xbc\x0e\xc8\xf9\x9c\x0c_\x8ce\x17J\x13\xcf\xac\xf3\x18\r;>;\xc4\t\xc5L\x89\xf24\x14\xa4\x15\xd5efB\xaef\x1aF\xde\xdar\xff\x87\xb4\xa9\xe1um\xb2\x17\x15\xb9\xa7\xa8P\xecF\xfdj\xc7\xbf\xde}\xe2\xbc\xef&=\x10CS\x800\x9c+\xf0\xa6\xa1w\xe9\xc4\xe0\xb7j\xde\x0fvL\xd2n\xd1\x8d\xd31\xd6\xef\x10\xc2\xb9\xbc\xd0$>\xbc\x952\xf9\xd7\x92\xbd\xeb\x1aP\xd4\xb2\xc2\x08nx\xebe3\xc0\xd3\xfc\x13E\x8a\xb9`\xff\r\xeb\x7f\x1ek\xa3\xc3\x80UpUJ\xdftG\xcb\x11A\x01\xa1\xe5\xfeT\x95\xd2\x8d\x94\x83\xd8q9\n,\xcc\x96\xafM\x04&\x80n\xbf\xfd#\xeb\\\xd9\xda\x96N\x84L\x19\x15cfe+\x07\xa6[6ar\xfa\xb7\x9c\xc5\xee@*\xad\x93\xeb\x9a\xdd\x85\xdc\x97\xfb\x1e\xd9\x98\xf2\xf6\xfdF\x93\'`\xe4\x80n\xfd\xf3\xad\xb2\x93e\xb8\xc9\xd6\xbb\xe5\xd0\xf4\x8a\x08\xdb[[\xf1\xddE\x17\xd4\xa0\xbb\xe6\xbfSzt\'gu+\xc6\x93Eg\xb8\x90\xbeuN\xa1\xcb\xa3\x8b\x03\xff$\x93\x90aS?FG\xee\xcd\xea\x1e\xeftW<ww:\x85c\xe3IY\x92\xef\x0fE\xbcv\x1b34\xdf\xb4w\xa18\xf1\x85\xd9@\xd0|\xcc\x1c\x86\xfeB\x10\xc7\x9d\xd5\x08\xf7\xd5(\'\x9f\xf1\xbf\x98w/\r\xf0\xd3\xd9\x04~v,\xa2\x05\xdef)\x8d`\x93\x02\xc3C@x\x9eK`\x18\x10\xf8\x86\xf6\xb7\x86\x7f\x94\x96\x8e\xd9\xc5\xf2\xe2\x19vb!\xd7\xb2\xf4d\xfb;\xac\xdfs\xaf\x89t\nU\x97rgTm\x03\xa6\xde\x9c\xca!\x1d\x17\xdc3\xc8\x1bx\xd1\x9c9W\xdf\xb4QiZ\xb84F\xee\x83\xa5\xb5\xb4t\xafY\x12.\xf8\xe5\xde\xe6\xa0\x9dq\x82\xd4\xa7\xb5~\xb2Wp^\x03\x9aW\xac\xdf~j\xe0\\/\xb9\x88.\xdeKf\xb90\xee\x0f\xbc4\xf4\x02D-\x07x]@)\x016\x8c\x14\xff1\x90\xcf\xaf\xfbli\x9e\x93ua\x07K\xc2n[-\xb3$\xf0_\xe3\x1e\x8c\xcd\x97\x02}\xde\xe6\xbc\x85\xc4\xf1\xd5\n\x0e\xfc\xdaW\xd1\xfa\x81\xb3\x1e\x07\x166\x11X\xed\x8d\xd1\xb3\xb7i\xec\n.\xdb\xe7\xbbvM\x1dx`\x0b\x940\xe5s%\x08\xb8\xe2\xfdO\xef\xea\xa1-\xae \x1c\xd5}5\x05\xc6\xfb\xebX\x0c\xf89\xfc\xd27Xu\xa0\x02S\xa1\xdd\xa1\xe1\xbc\x11N\x91\xacv\x01\xbbv\x93\xa1\x104,\x80f\xd2\xa7\x10\xb5\x85\xbb\x9b\x1f\xaf\x8b\xaa\xcd9\x1a\x10\x8f\xfbm*\xc9\xbe\x16\xe6\xc6*\xd3l\x06\xe1\x821\xa0\xa4F\xcdf\xca!|\x8f\xa5\x87\x0c\x94\xac\xae\x04\x8c\x8c\xb4{U)(2xG\xb8\xbb\xa9v\xea14l&y\x16(~\xf6\xe8\xf7\xd6 \x1a\')\xfe#\x0c,\xaa5\x12i\x00\x05\xdf\xe9\xf7\xd5*8\xcb\xb9\xfb7\x959\xb4g&\t{\xe2|w\xcc\xf0C\xd5\x97\r\xcc8\x81aU\x06|\xa5\xda\x90\xed\x0e\xe4\x0b\xc1\x86R!\x057\x01yR6\x1d\xd7\x00qU\x9a\n&\xaa\xc6\x82\x16\x9b\x9a\x97\xfd$\xd8\x80h\x02\x96\xb6\xf4\x05\x1bs\xd64\xae-E65~\x1e\x97\xab\xf3\xfd\\\xa9\xb6\xaa\xea\x9cJDf0C\xfdebB\xbf\x1a\xe7\xce\xea\x01\xa7\xd5\x054S\xf2\xc9\x90\xa7\xef\xb3+\xf8\xce\xa6\x05\x15b\x10\xa0\xbf\x8f\xa8\x8eOA\x8c\xc2\x11\x08\r&Z\xb8:\xfd\x0e\xdcu\xb6\xa6\xb5\x95j\x10)$\xb3,)2\xb1M\xac\xcd\xc3\xfb\xf6\x87N\x8bp\x89\xab\x8f\xf9\x98T+\xea\x7f\xb7\xc6\xd5\x97\x9d$!z\x160?\xd3\x88#\xf0\xdb\xac[\x1cO\xe2\'\xb4\xc7\xbc2\xd8\xd7\xd3X\xde3\xe4=\xcf\x01t\xbab\xd5"\\\xceq\x9e 3eo_\xa19C\x08\x1a\x03k0\x90\xe1\xeat\x1ey\x87.\x19\xe09\x07?\xcdG3Q\x88\t\xe4\xd6\xa0z3V\x9af\x97d\xf1\xa7\x08\xe4\x86\x0b\x8b%w\'2\xc1J\xd7\x98\x12%5\x99(\xfd\xdd\x08\x1c\xe6\xc5*\x14\xd6I\xe6\xde@\x0e\x1b\x0f\xffi\xbf\x04?\xf2#\x92\xf0\xf0\x08O\xdc\xd7\x0f`\x06i%\x8doVg\x9b\xfds\xb2\xdb\xa4q\xb5\xb9e\xcbJ\xdf\x80\xb8\x19O\xb8|?\xe9\xb1\xe9r\xde\x1e1r\x91<8\xe8\xf9\n\xcd\xab\xe3nl\r\xeb\x0bj\x7fT\x07Y\xe2\xfdg\xb1,\x18(-\xcb\xd6@v\x8cOTgn\xe5\x91\x95G\xfb\x9d\x120\xed\x16\xbc\x00\xdb-\xf6"\xd5\x14W\xeed*/\x18\xba(\x8b\xfa\x06(@\x7f\x87\xf1\xb1\x04\xe8\x1e%?(7/X\x84MR\xf97h\x94\xe84s\x1b=\x8f\xab\xce\xdb\x11cz\xf8\xfa\xab9L\xb2\xe34\xb1\x92\x96\xf78@e\x17\xd4I\xb2\x1a\x10mVcOOf\\\xf7\x81\x1e\x97G.\x14v\t\xb1\x0b\xf8\xfd\xc5N8.h\xd2\xfc\x98\xf8i\x85\xf3\xed\x1b\x03B\x83\xd2\xc7Jm\x8b\xde\x1cZ\xd4\xec\x99\xd1;\xdb\x951)\t\xd3\xb3\x89\x13F\x1c\xe4D*\xf9F\xfd\x1a\xd3\x02Z\x9f\xb6/\x8cu\xcbG\xab\x8c\xe6\xe0\xc2\xca\x0b\xd1\xdf\xdaX@U\xaa\x05\xb5\'*\xe9\xf4 \rmK\xb5\xa9w\x9e\x03\x82\xfd\x9c=:\xaa\x9d\xf0\xaa\x81\x0b\xf3X\r\x18\x1e\x03V\x85\xc4\xd0\x99\xd7\x13\xf3\xfd\xe3\xfaom\x9c\xce+^\xf1(%n\x11\xc7\xba\xa4\xc0\xae\xf8\xa9\x98_\x8fc\xfeTA\xa2+\x9f\x97\xa1d\xc0\x9b\xf3<%\xd8\xcb9\\\x89\x00\xb8\xc4\t\xc2$\xda\x0c\x08n]\xf0\xcc\xc6\x13\xb6\xc8\x9at\xf0\x9e\xd7k\xb6\xca\n\x95\xb09\x06\xddT\xc8\xcf\xd24\x81$\xf9\x92\x9a]\x84#@\x89(\xe9xE\xa7\xa6\x17\xe3w\x94\x96t\x9d\x07n\xb5\x89\xb6\x0b;n\x14}p\xcf\xa5\x0e\xa3\xaf\x9d\xab\xb6>\xc5\xf5T\x93\x16\x8fuz\xdb\x01)\xd2\xc5\xb9\xbc\x80\x82\x96\xcbB\xbf\xa1\xc3\xe3\xd0\n\x94\xd8F\xc7\xe3\xb1-"(\xa6\x81\xabg[aI\xe2gR\xd4&\xd9\xb1\x8f>f\xda\xa2\xad\xda\xfa \xb2\x00(Y\xc6\xcc\xbd\xb9\x9e\x8f\x0b\xb9\x8bU\xacV\x1aD\x84\t\x08e?\xc5\x98\xd5\x81\xf5\xbe&:\x08\xd3V]\xe6\xb1\x83\x1c\xec\xb6\x83\xd7,}\xbdC\x95\xc55\xba\xd5{\xc8_r\xc3r\x95%%\xa0\x11\x12\xe3%\x03,\x08\xcc\xe396\x99\xbaZ\x93\xa6e=\x17\x1b\x1c\x89\xa3\x9d\x0f\x14\x85\x0c\xe9PY^\r\xb7\xf8\xa5X\xad\x81n\xe2\x15P91o\xfb\xe1\xd7\xb9BDq\xb0\xc3\xd4{I\xa4\xb2_u\x06\x8e\x07\xeft\xef\x1dG<z8\xe9_\xac\x81\x10/\x86d\x7f-\x06(\xd4\xc6\xee<\xc3e\xf3"\xc2M,\xbdD-\xcdC\xba\xdc\x88\xba\xc9X\xb7+\xe8=X\xc5h\x88\xb85%\x10\xe1\t\xc8\xb9S\xf2\x0b\xb2\x95ZrS8\x18\x11,\xe9{\xf3\x94~\xf3\xa5\xc6\x8e\xc3\x86\x7f\x1c5\xff\x93\xddk\xa8H\xcb\xc67>X\xa3\x88$\xf6\xf4\x9dk\xc0\xdc0\xe9j\x9d\x8d\x9b/\x07;\xb3\xce\x0ee\xaewO5\xe9\x1d\x15\xbe\xc2\x1c\x11\x01\x8eRhG\x15 \x12\xbdR\xe2+\x90w\xb4\xff\xb6\xb5MD\xf8\x9b\xce9\xbe\xda\xdfI\x97\xc4T@\xc7,\x0b\xfb\x92Wx\xfb\xf6\xfc\x1f2\xc3\xa41\x1aH\xee8\x176\x91\x1d\xb6\xc8\x82\x12\xa3}\xc8<"~7\xc5X\xd6\xba\xf9\x1f\xfac\xbd\xe17\xf0\xady\xa7vD\xef\x93\xff|\x95\n\xafXq#R~\xb3\xd4\xff\xb7 a\xf3\xe1\xf4\x88\xf4\xc1\xd0 \x1b0\xc0\xb2\xc1T\xa0\x93\x00\xb2\xea-\xb2\xe1\xf7W\xdd\xf30?\xc6\xa3\x90\x19P$\x0b\xabv\x1f\x0f\xb4@\xb8\xdb\x8e\x14\xcc\xd7\x9c\x91\xc0d\xf9\xcaq)\xbe\xd2\xd6R=Ui\xd6\xa5P\xba\x1c\xbd\x88\xfa\x92O\xf8\x08\x8d\x9bgc6\xd8\xd9\x0e\xfe[\x9a\x80\xd2`\xc8\xd3\xe4\xbd\x1dM\x0e\x9e\xd0\x01\xa1\r\x13\xd08\r\xabO\xe0G\xc1\x89\xc0\xd27\x7f\x8f \x86\x84\xd5\xf7\xa3\x01\xadati\xc6\xa6\xb6\xc2\x97\n\x9fX\xe1\xd0.\xa7\xab\x9a:\xc9\x19if\x1bP\x10\x1c\xbd\xef{\xd1\xd1\xdf-8HaU\xfd`p0\xfb\xaae\xd1&\xdb\xf9\xaf\xc1M\xb0\xeb\xb8\x05z\xa7q\x9d\xaaC\x03v\xda\xf8\x1a_\x9f\\\x85\xbf\xebJ\xef\x11\xf2/\x07\xcd\x18E\x8a\xdb\x83\x00\x90\x0e\xd1p\x80)\xfb\xdb\xe3\x1fR\x94\xcf\x9fFY\x9fI\xb7\x87\xf7,\x9fW\x84\x1d\x0e\x80/\xa8`\xd6Z\xb4&\xf3\xd2]q\x91\xe7\xc0\r5\xa0\xf3\xa1\x86\x95\xf6n2\x8c\xca\x7f\x80\xd7/\x8c\x947\xea\x99\x00p\xb4\xf5\xd7\x15\xbcK*#\x04\x14$\x17R\xdfH\x01?\xd7\x9b\xc0\xc5Dn<V\xf1\xb2L"\x99\xfc\xdc\x9f\xb2>H+I\xa3\xffl\x85\x0c\xf6Ux\\\r\xc72\xe7\x9d\x16\'\x86\xb7\x8aI\xe8\x87\x95\xe9H\xbe\x04\xdf\x02\x9aB\xc6\xf7\xcd\x05\x99\x18i\x1e\xbe2\xe9-Z\xa4\x15oT|:\x99\x91\x81h\xa97\x04.\x1f\xca\xa8\x81;F\x0c\xf6\x14\x12\x96\x17\x1d\x85W\x02\xb8Gq\x83.F\x02\x08\x9e9\x95\xf9\xe6\x19\x113U\xb1\x87\x06m\x15\x1e\xda#-!\x80\xbd\x98\xf3\x94\xc3\xc4U\xacT\x1a\xac"\xf3\xe7>\xcec\xf8\x14\xbaWe$\xf9\x992\x03\x17G\xcbFJ\xd0\xcd\xba\x87\xb72F\x0f\x04\rU\x8c\xbc\xde\xa6\xa0\x96=\xf42\xd2\x99\x19\xe0Q\x17\xf8d0\x00\x0eA\x06\x18*\xb4\x08\xd9^\x8f\x96)\'\xed\x03\x91\x8a*\xbd\x8f\x13\xd7CF\x19\xc1h\x17r\x90T\xd4\x892\xb9c!@\x84\xcf\xf4\x804\xf2\x07\x8b|6\x7fU\xdfL[m\xc6jiv\xd02\xe3$\xb2vW\x14\xeb}\n9\xa2\x98b\xc3\xd2I\xd4{\xcb\xcam]o 4_\xe6\xc0\xf1G\xd4\xa6\xea\xf6\xfb\xd2\xf8W\xd7\xeagS\x9a\x10\xbaT\xc6"\xdeO\xb7\x15U<\xb9\r\xfd\x97\xf5\xbe;#\xfc\x85L\xec\xd5t\x88\xebq\xdf@|\x8c\x19\x92\xbe\x8b0\xdb\xdb@y\x8az\xd8v\xbb\x9c?#\x8aPv\xf3;\xc9QK\x1f2\xa2#\'-?\xab\x95\x92\x9fu\x9ao+\x01\xdf\xcd\x8c\xc7\xfc\x06\'`\xa9\xcb\xda<Rj\xf6\xd3\xab\x96d\x11\xa5a\xe3\x8b\xbd\xe5\xe6\xb8X);\xbeC)/\xd3/\x86\xf3I\xd8\x93\xf7<\xc5\xf1\x14\x1eP,\xeaj\xab?\xf5M)\xd0TW\xc4\xe0\xf3\xaa\x13\x1eq\xba\xf9\x13\x99\x03\xaf\xa1\xabn5\xa4\x81^D\xb8a\xae\xe3zt \xbe\x15[\x1f\xae\xa0\x9a\xa6s\x02y~,\xad-\xcf\x98\xc5\x01\xa8<z\t\x97\x94k\xcdK\xf3VW\xd1lh \xcf//\xb3\xb8\xd9\x1f)\x9e\xa1\xb7\x18\xe9\x18\xda\xc5Um\x9d\x14Bv3\xe1`\xf3d/\x9b\xda\xac\x99\xc1\x96\x9c\xdcS\xca\x9f\x97\xd2m\x15d\x81\xec\x9a\x8c\\-e\x19\xd0\x19L\x00\xd0W#\xe9f\xe6\xecL\x96u\x06\x87\xa0L\xd0\xc9\x04s\xeb6\x8e\xe9\xd4=\x17\x0b\xdf\x1f\'k\xab\xfa\xb2C\xb3l3\x05K\x11\x8c\xfd\xd6\xe1\x8f\xbc\xc9\xc6*\x86G\xf7\x91{K\x17\xe3\t>T\xe9\xe4\xb7:\x11\xd5F]\xd7\x13\xb5\x9b\x9a\xd1S\xbd\xce2\x1f5\x86\xac\x8aW \xbbu\x91\x87#\xe7\x1f\xb5\x03\x97\xba\x8bs\xf2P\x85\xd3\x01\x19\xd1sZ\xb8\x1b\x83(\x07\xb3\xbf0\x8a\xee\xde$Ox7\xe3\xc7\x16\xe4\xf4\\\x8dL\xd2u0n2\x9f ]\x7fz\x19F\xe0s\x9a4g\t>5\x07r\x99\xed\xa8=4\xfb\xbc#\xae<\x91\x00\x94l"2\x0f\x7f1\xa8\xcc5\xb1\x06\x12\x96*\xf5:\x19\xc73\xfa\x12Fq\xd3\x8b\x17R\xc2\'\x8c\xd2\x0e\x8az\xf0!)\xec\xd5e\xfe\xa0\xdf\xbc\xee\xe8a\x14{fL\xaa@\xda\xed\x9c\xa4\xd4P\x9fX\xc8\xd7\xb9\x14\xff\xe4\x04\x05\x9c\xca\xbd\xf5,9((\xfc\xff\x9dD\xe8v\xa9`\xcf~**\xc7{`p\x92\xb6\xa0e\x9e\x85\r\x11\xd0\xafuK\x83\x8d\x8d\xc4\x14O\x0eK\xdeJ@\xfc\x8d\xd9\xed\xa8;\xea\xcb_q\x82D\xb8&\xab\xac\x1cY\xb1+r\xc3x]\x15\x02\x89S\xd2\xb4\xe7h\xb2*\xe5}\x94\xe9\xfd\x06\xda\xeb\xd8\xb4\xc6\x02f\xb9\x88\xc8\xa8k\xe2\x0f\xd1\x87\xcc\x89 \x8f\xcbrGx \xcc\x7f>\x9b\xfc)\xc6\x16\x82\xe0y\xdb\x8f/!\xe7\xadn\x07\xb4Y\xd09\x98t\xc3<\xf2\xf0\x1c3;\xe8\xadI\xd9a)\x95U\xae1<\x8f\xc8\xe3A\x11\xdc\x1c\xa1,s\xdbt\xf3z\x81\xc4Z\x9e6d\xc4p\x88-zY0j\x93\x06\xb4.\xdf\xf1W\xb82?i$\xf9rO~z\x80\xa4H\xab\x05\x93\xef\x9b\xe4\x97\xccIQ_Y$\xadz\x8a\xaeO\xdec\xa0\xe24@\x07\xb9\x18j&\xff\x9f6\xa7\xd1\xfa4\x14_\x90Z\xcb\x9d>\x15\xaa\xbe\xe3\x0fS\x18\x16\xfb\x9a\x01\x12\xeb\xffV\xc2\xdcHTD$\x88W\xdbd\x9b\xcat2\xa7\xda\xe27\xcd\xd0\x8b\xcf1\xe2\xea\x14\x83\xe4\xe9%Q>\xe0\xbb\xe2Y\xa2\x103\x1f\xa2\xfc\x89\xc8\xd9.\xb5\x94\xb6\x92ID\xf6\x06\x06\xef\x19\xddH\xfc\xf1v\x06\n;\x03\x99\xc2I\x8b\x9f\x0cQK\xa1yy\x85\xadW\x94zS\x12\x04\x9b\xcc\xa6\x16\x81Q\xbd\x1f4\xd3\xc6\t\xfc$\x8f\xde\x88b\xbc\x11J\xfb\xee\x94P\x96\xef\xbe\x0b\x9cq8\x1b\x07kow\xa9\x8f\x89U\xbe\xbeE\xcd]\x0c\xfd\x9f|\x8d\x12\x13\xcf\xdb\x84XkpIV)\xa0\xfb\xcb\xe2\xc4\x06\n\xf8\xaa\xb8\x050\xc4\xcfm/[U\xddH\x85\x86B\x14)\x02\xbe\x9a\xbbaK\xaf\\\xc5\t\xa15\xa1\xab\xe7B\x97\x08\xac\xde\xaeE\xa9\x9blt\xcb\xcf^\xf6m\xdc\x1b\x9c\x98\x96_\xb7{\x91\'\x83\x87\x07q\xe3\x11\xe1/\x81\xf2\xc3p\xd4zn\xcd\x86\xa7\x16\xe1\x04\x0f\xeeW\x82}f\xe7\xe1\x1d@|nJs\xc0\xb7\x18\xa9n\xff\x05yjG\x7f[\xa0\x8c\x82\xf0\xa0f{\x01\xb0x\x13\x1f"F\xac\x9d\x95\xdc\x83\xfd\xf5a]\xab\x99\xdb\x86\xa0=F\xb8\x1a\x80\xf4\xc3\xc3w\x0es\x0c\x95\xa4\xdeQ\xe3p\xa6:\x06\x89\xbb\x81#\x88\xd2\xfd\xb3\x99\xde~\x12\xa5\xa0\xd8\xb8\x93\xe07\x9a\xe5\x1d\xed\x1e\x024F=[\x91\x8404s\xc1\xbb\xa9\xef\xe7Z\x03\x88\xce\xad\xb4\xa6R\xf7r\x15L+Cc\x06\x88\x1e\x19@\xa6R\xa5\xa8\x18_i\x14\xbfc5\xd0\xdb<#\xe0-z\xb5\x04\xff\xc0<v\xbc\x8b\x1e\xd2\xf8\x18\xf6!\xba\x0b\xa4\x05~uIHWu\x99\xac\xaa<\xd9u\xcf5$o\x0eE\xe0\x04\x1f\xda\xc3\xc1\xc1_3l\xe0J\x80\x89\x10-\xe1\xc4\x9f,\x98\xab\x9e;\x87\xdb\xb5\xcedO\xc5Z\x8by\xe4\xea\x90\xf9\x9c~NbE\x8e\xa5\x92\xca\x99\xa6\xf1\x15\x87\xb6~%\x9f\x10]\xa1(#\xbd\x84\xc4B\xa0\xa2\xd3\xce3A*X\xfb`W\x85\x90v\xba\x8e\x96\xd4\xf7\xd1n\x83;bt\xcce\x9eMJ\xfd\xdd\xef\xa8\xad\xb4`u\'\xda\x1c\xc7\x90\xb9W\xcev\xe7\xdd\xaak\xcc\\\xa0\xcf\x9d\x84:b\xdc\xee\xac\x90\xf0\xdc\xbb\xb1?\x97\xbb\xcb&\xd3Q\xad\xa9\'\x9a\x9a\xde\x0f\xf9y\xd4\x14[C\xf3}\x8f\x8f\xbci\xdbJRV\x92\xd0\x89\xf1\xd8q<\x85\xd8i\'v\xf5=\xdf\xadNo\x89W\xb6\xd6\xb5\xe1\xcc\x9e3\xb9\xa9y@\xe2\xc0\x00\x8cI\xd5kx\xe6?+\x96\xec6\xc1\x07\x98\xebO\xbb\t\x8f\x07\x0f7\xf3un4\x15g\x14\x13\x07*\xf2f\xcc\xe6\x87\xfa\xb6\x9f\xcc\xc3\x80p\x1b\xdd+\x9a\xda\xe51\xf6\xab\x9e\x08\xd5\r\xd2\xd8D\xdd\xd3#5\xa4o\xeb\xdfy_\xb7Q\xa7*O3\x03&\xf0\xd1\xbdY\xd2\xb7]\x1cd\x96$C\xc2\xfc\xb0\xd3\xd6Q\xeb\xe9V\x93\xec\x0f\xd2Q|\x91\x01\xe5-\xd7H\xb4\xf8Gd^\x90\xcf*\xbb\xa3#h\xb5\xb6\x00\xb9\xbd}\x93t\x8fi\xc5\x0b\x076\x99\xadq}w\x16hs_F\xd1\x9a\nr\xd9\xad\xc4\x98\xf8\xc3\xf7\xa8\xb5g\xda\x7f"#\x7fq1N\x93\x9eMX\x08sw\x18\x96\xf2\x18Cn\x8d\x9d\x1a\xe5v\x95\xeci\xf6R}\x19\xd9\x93\xa1\x9b$T\xe9\xff\xa9\x1d\x0f%\xc7V\xf1\xe9\xd6\x0fP\xd4\xf2\xf5l\x8dbY\x97\xaa\x9a\xd4_Z]1\xaa,K\x12o}\xd8\xa5u\xec\x19C\xbe\xb84\x0c;G\xa1\xc5,5\xc2\xd1\x83\xb5\xcb\xabNF\x9d\xc2\xda\x0fn\xb9\x96\xc6\x96\x9eN!\xcc\x04\x16u\x80\xe2\xfc"}\x88zF\xb5%\xcc\x90\xfb\x03\xc2)\xcb\xfdNT\xb9\xb7\xa9\x9a\xdd]A\xaa\xb5\xa6\xc4\xc7\xce\xcd4v\xb9\xbe\x13\xe28\xa9\x84\xa2,\x8d\xa7\xaeA_\xab\xaf\x95\xa9@\x03\xfe~\x04\x0e\xdd\xa3\x0e\x04\xfa\xee\x80\t\xa0\xd2=`\x98p^\x8fE\xf0nh\xcc4\x11%\xaci\x86\x8btM\x9dJ_\x8brj\xed"\x1d\xc9\x88O\xfe\xb9\xa7\xf9!\xd5\xa1\x83\xda@\x85J&\xb2\x96|R\x93\xa4\xfa(\x1e\x80b\xfa\x93k[\xdf*\xae\x95:n\xbeJ\x1e\x8db\x11\'\x0bU\x90\rn\xcc\x020\x191\xaf\xb0_\x87\xec\x00x\xe6\xf6\x17\x97\xfa\x02\xe6mf\xfc\xb8\xbdR\x08\xaa\x9f\\2l2\xcaN\xcd\xcd\xd0\xca\xe8\xbb\x9a\x86\xfc\x9f\xb4i\x9b\xf6F\xca\xdc\x0b,\x8eOJ\x8c\xcb$^\xce\x92\x9bO1\xe8\x1a\x10\x17?\xfe\xcc\x0b\xd3\xf1\n\x87\x8e\x8c\xb9\xd1=]\xa8@\rQ\x95\xc0\xf3\xe3(\xc1\x98`C\x12\x97Q\x8e\x0bF\x16\xac\x16\xac\xfa\x16p\xeb\xb5\xc0\x89\xa0cFU\x1b\x9c\x80\x01\xfcJ\x7f\x82~\xf9\xe6\x05i\x93\xcfhn\xd6|W\xb03\xae\xe25\x8f\x8b\xb0\xb0v\xbd\xa9(\xc0\xe6?\xe4#\x0b.\x1a*\xa2\\\xef\xf5\x8e\xd5\xe1\xd9\x02"ut5\xd24\x93\xd7\xbc\xd2\x17g\'s.R\xac`N\xef\xf1\x95\xb3\xf0\xcf\xd2c?\xc9{\x8a\tK\x06\xc5\x00\x05\x94\xb3S\xd1\xb2\xbfX\xa4\x06E[7\xf2\xdf\x8e\x06\xbb\xbdf\xd7l\x08\xec]~j\xa3\xefDt\xea\xb2B\xa5\xce\xa1~1\xa0\x00\x1fQ\xa1`\xd8\x05\xf1\xfdK\xed\xac\xce\xcc>\xaf;_\x9bP\x9cs\xee\x94\xc2?6\xf5\x01\x07\xd6;\xd2\xa3\xb1\x9f\x05\x82\xcco\xd0(Z6\xd4\xed\xd3\xb2>\\/\x9fu\xb0\xb4\x01\x89\x19\\\x11\xcb\x07\xfb\xd0\xd8\xd5\x9d\xa2\x1c\xd9\xde\xe2\xa9\x1cf\xf9\x06\x0fD\xa9\xd3\xe6\x1e\x88\x9a\xdb\x1b\xbdj\x9db\x9e\x9d\xe9\xd9\xc1\xfdV\xd9\xb3\xec\x99\xb0\x93\x1f\r\x104\xfck\xb3e\xccJ|\xecj\x12\x12`\xd1\x86\xb2\xc4\xe1%\xa5\x03\xf3\x98$\xeb\xb5\xe3\xb6t\x86;\\:\xebB\xcc`\xb8\x94\xf46E\xb7\xc9\'\xd3\x983\xe7h\xa3\x80\x96\xb7V\xdbn%\xd6\x00\xaa`\x10')
|
model/prompts.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
# Pyarmor 8.5.11 (trial), 000000, non-profits, 2024-11-
|
| 2 |
from pyarmor_runtime_000000 import __pyarmor__
|
| 3 |
-
__pyarmor__(__name__, __file__, b'PY000000\x00\x03\x0b\x00\xa7\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00b\x1e\x00\x00\x12\t\x04\x00\xbf\x9ers\xf1X\x19\x8a$\x18A7\xcb\x1a\xd3\x98\x00\x00\x00\x00\x00\x00\x00\x00\xb85D\xed\xe4\x9bmh\xde\xcd\xb9O!\x91r\xe9\x99\xf8\x12D\xd2\xf5\xe7\x8f\xd3\xb1\x95\x91\xa0\x99\x89\xa6\xef\xc0\x89\xfc\xb1\xb0%\xb7%B\x8c\x88\x0fu}\xc8\xe1J\xd6\xbe\xc9$5$n\xfe\xd2\xafU\xe7\xd9\xfab\x01#\xef\xf8\xeb\xa6%(\t\x04!\x07\xdd\xdc\xf62\xc91\x85\xad\xdfD\xd2|\x8c\xad\x9e\x9c\x18\xf5(\xa7\xa4\xf4\xa2\xbd\x9bdH\x9da\xf1\x88\x9a\x8e"K\x8e\x04 \xfe\xd1\xa3\xed\x9f\x7f\x87\xb2\xf0F<hu\xd4\xab\xeb,\xfd\x93\xc3\x10(\xbc`\x9e\xf2.\\\xe4n?$\xde\x16\xa5\x10V\x9ct:\x81\xf3\xee9z\xc4\x9f\x89xe\xd8d\xd1\xf2!U\xf6201\xc1\xfe\x8b\xb8\xce\xaf\xd3\xcb9\xfc\xabd\xdf\xb1\xba*\x01\xda\xbe\xb7\xb8\xc6\'\x86T\x96\x95|G\xff\x19\x1f\x99\x96\x0f+M\xe0\xc4\x03#=\xadi\xe4\xbb?\x14\x0e\xea\x815\xc2\x0c\x80\r\xdd\xcd\xe2\x80\xd4\xd2\xc0R\x01\xc4\x9b\xa3\xd98V$\xfe\xf6\x12P\xbe\xae\xef$\xf0?\\\x06\xfb\x8b\xa8E\r^\x0f\x8cL\xd6\x1e7Jr\x14\xf7\xef\xbf\x0f\n\x8a\xb0fNU\xb1D\xcaS\xdf\x85Z\x06\xa0\xed\x83\xb6\xc4\xc1\x83}\xa3\xdej{v\xa1e\x94Mw\n\x81\x83p\x19\xf2(:\xfe0u\x9cO"\x13\x9e\xfaN\x17$\xd06\x91hRu\x1b\xec%\x13\x99\x1a\xa7\x03\xc9;\x86;\x16z\x915\r\xcc\r\xe1\xa4\x92\xa2U|C\x87\xb7P\xbaN9\xf4\xa4u-=qy\r\x81\xa3xxYy\xc1X\xdd\xad3q2C)\xddp\xbc=\'\xb8\r\x8a\x9fFH\xa5\x9eF\x9c\x15\xd3a`3N\xa7K\x13\xbe\x9c\xbdr\xf2\xcd\xc1\x18\x9d\xe6\x10g.\xa4\x94\xb8\xd6(J\x07\xbc\xf8\x8e"\x93+\xf9\xed\xd5w\x89x\xed_ygMZk\xe0\xf5<q\x07\x83\x94?.\\\x90\xfc\x8e\x8e\x8bH\xd03}\xb1\xed?\x1eM"x\xb1-\xf0\xae\xf8\xb9@\xb0z\xd8\xcf\xa9\x0e\x12\xa0oL\xf4]\x9e\x8e\x1e\xd1\x999l\x14\x98\xdeLhu\xc8vpv}\xecwH\xa9\xe4\x00\xfc\xe2\xa4\xfc,\n\x1d\xa6\xa3\xad\x01\x0c\xa6\xe7\x8d\xb7[<&\xc567\xc7B\xc0Id\xc7>\xe1\xb6\x8c\x0b\xa2\xd1\xcc`v~vJ`<:\xcf\x17\xff\xeeP\xf0\xdde\x05(\x0e\x12\x0c\x00\\\x81\x94\xda\xb06\xb0\xbb(\xe5\xe3\xff\xf4=\xca\xb94\xa1E\xf7\xe7\xa7P&\x84H\xa8\xc01\x86l-S[,A\x83\xb4\xaf6\xc2Z\x03\x14\x8d\x1c\xec\x0b\x88|YpJ\'\xd5\x00u\x1a\x94\xc7Gu)~p$\xb0d\xeau\xf5$\xe2\xa9\xe4\xf5\x15\xe6\xb8\x00\x1e\x1c\x07\xdf\x87\x87\xf0\x9a\xd00@$\xdb?\xc3\xd2\x93p\r\xa9\xd9\xcbf\xac\xa1P\x03\xfa\x92\x8c.C\x90?7\x19=\x07\xa3\xea\x9a\x10\x08\xee\xfa\xf6\xf57\x9b\xb0p\xb1\xfc;-\x8b\x87\x9bJ\xc7\xa6{\xa7Bu\x14Zy\x02+\xa2\xc1im:D\xe0\xe4`~\xf7\xae\xa0_A8\xbb\x15m\xbfm\xcb\x0f\xde*\xc8\t \xdf")|\xbf\xf9roep\x8e\x0b\xf1\xaf\xaf\x9c\x18\x98\x9a\xb2\x93Rr\x06\xc9M\xfbo\xa9\xfb\x7f\xec \xff\x1es\xf3\xdf\xa1\x9c\xa4\xad\x9c\x97`\x04\xbf\x85\xebx\x8d\xb6\xc2\xc4*\x00\xdd\x92\xd4\xa3\xf0f\xbd\xb7T?/px\xdfV\x03\x86\x82\x17\xee\xa6\xb8z\xe1\x93"\xb5\x9b\xccT\x0f\xe6\xea\x1aW\x08\xdf\xa6\x02\xb6\xb1L{\x96\x05\xe7\xca"\x0e\xee\x88\xae\xf6>Bd\x1e\x1b6\x0c~\x8d3\xb4g~9\xc6He\xde\x15KP\xb1\x9d\xf6\xcc_\xf1\xc9{|\x7fT\x16|8\x14\x9aE\xf7+\xe9\x18\x10\xfbh?\xe5\xe1e\xf8\\\x10\x86\xb9\xda\xfd?"\x1aI,\xdb\x15\xe8\x11\x83\x06\xf0\xe0\x13\xef>\xa9\xc3\xdf\x08\x9c\x0e\x12i5\xf8%k\x05\xda1?\x83I\x10t<\xa9}a\xe5\xa4\xca[\xa1\x04\xa2\x8a\xc4z\xc6\xa5\x9a#2\xafap\xc9X\x9f\xd0;\xaa\xcd\xc0\x05|(\xa3\x10\xa7\xd1Em\xc8\xb2\xe1_.L\xeeAHe\x94\xc2\xd2\xf3\x1c\x9e\xf6\x11\x85^*\x8d+~\xbc}%\x0e\xeb:\xe09b\xb3\x96BC\x8b\x85\x95\x97\x12\x10*9\x01\x16\x01\xfeq\x92\x83Q\xa9B\xf7\x93\x9c\xd68\xdc\xe4\xbe\xc1\x03\x97\x9e\xee\xdbr$\x04\x9b\xa2\xe5\x06\x10\x19\xe8M\x10[M\x1f\xac\x88\xa3|\xc86\xb5i\xf7g\xbf9\x0e\xc3\nh\xc6,lJ\xc8\xe8S\xde\xde(@P?\n\xa2V1\xc2\x8bg\xfd\xc6\x84\xfa\xa0\x8c\xa9\xd0\x82RO\xc4G\x15\xf00{5\x8e\x96_\xacV\xfc\x05Ss\xb8\x13\xb4\xcf\x8f\x05\rd[\xff\xecL\xc3U\xdb\x9c{|t\x18\'m\x99i\x8e]\x1b\x8c|\x8c$\x9a\x02\x06\xd7\x9a\x03\xe3\xe9\xc6\xc9\x89)\xc4J\x06\x94\x0cW\xe4o\xf1\xe5\xb4\xe3\xf0;\xc9\\\x91\x91\x03\x94\xa8)"\x8d\xf74xz\xb7eH\xbd\xa6kO0\x1a\xda%\xabD\x97u\xe1\xb3\x84`37=E\x00\x0e\x01J\x95\xba\xbc\x9bi\xb4\xceL\x02\x84\x8c\xa7/N\n\xa1M\xda\x99t.,\x1f\xab\xe8\xe3\x15\x1f\x08:^"\xe9\xfb\xc6\xac<\x85\xc0g\x1f\xc4?e\x11Dr\x86\x12\x8dG\x0f2b\xc0\xfd\x9f\x01\x8f\xdd\x00\xaaK\x18\xfa\xc4\x9cd\xcf\xdc=q`\x00\x9c\xd3\x9c\x82~5\xaa)1k\xa5;?AY\xc5\xaf\xf9R\xfd\x08\xb1\x03\x1b\xce\xf7I\xeaM\x89\xa73\xf4\xc3|BL\x85\xba\xfd\xec\x92&\xa5>\x7fFQ=\xee\x19\x81/\xf5@\x06<\x82\x1f"r\xa4.N\xdd\x98"\xeeO\x02\xca\x81@-\x842k&\x10)\xd6r\xd3\x02\x19l\r\x10\xbaq\x0f\xe0\x04\xa3\x15\x99\xf4\xefo\x1bE\xc9\xdeNk\xdf\x91\xc3\xab\x12\xa2\xff\r{\xb9\xa1\x85\xe2\xb4\x03\x87\x8e\xd4\xf1\x0e\x83\x80\xe6\xb4\x82\xf4\xef,B\xe8#\x02.=\xa6\x87a\xa4\xa5x\xd8\x8e\x0f&\x12N\xb2\x0bY\x98\xb89\x08\xc8^i\xba\x8e\xcf,\x13\xa8\xea\xa2&\x9a\x1a\x1a~\xcde"\xbfMZ\n\xa2>\xd1#\xd5E\xb7\x8b\xd6\rD\x06\x18\xedT\xdc\xed9\x90j=\x9d\xdfh\xa8\xe2Pe\xda\x0e[\x13\x97\x00\x8bO\xe7v-\xac\x03Oh\xf1F\xd4P\xdby\xdd\x844\x08"\xf7\x9f\x19\\\x89\xd2E\xcb\xd3/@\x9c\x80\xde\xdaaG\x94\xa5K\xe3C\x8b\xd3M\xccs(\xc4\x85\x8a\x88)\xc3lZ"\xf6U\xf0$\xed\xe4\x14H\x9e\xcd,\xd2a\x84\xea>\xfaprI,{\xc3\xe3\x91\xb8,w\xb3\x85\xec\x12\x17\xd7\xe33_\xb5\xce\xea\xa8\x08K\x08\xd4\xf3\xed\x8bw\xbf\x8d|X\xda\x16d/G9\x06\xccE\xd5\n9\xe3\x170\x0b\xa5[\xd3\x13\xc68\x98\x9d\xf6\xaf\x97\xda\xd2\xee\xf9]@\xa9\xa2p\xbb\xde\x07\xd4\xf3\x0f\xf7\xa2\x123\x95\x92\xf1k\xe3%q\xc1D\xc7\x96\xd8D\xeb,\x85\xf4\xe7\xf4\x1c\x82:QV\xc3\xdc\xae\xe4f\x10!\xf5u\xe7j\x9c*\xe85\xba\x1e\xb1\xa2U\xb0\xdb+\x8f\x9bI)\x02\xff7\xa8V?\xec\x9b\x1d\xb5\xc5\x8c \n\x87\x15\x04\xab_U\x0c\xd8\t\xef\x1c\xf2{\xc2\x86Q\x9fu\x95\x1e(\xc38\x98\xe1@\x9c\xe3\x0c\xfc:#\xf2\x814\x93\x9c\x8fv\x966z\x0bo*\xf4\xc5\xb1t\n\xae\xe5\xc0KcN\x0eY\xdb\xa5W\xef\xea\xbb\x84\x10AC\xbc\xc7\xdet,q\xa0\xf2\xae\xa5e\x8e\xcf\xa7\x9f,\xf2S\x1b\x15\xdd\xcc\xceW\x1e\x02\x18\xe7\x95\x82\xc0\x845Ggj!\xcf\x89u\x95m^\xec1\xca\x82\x18\x82\x18\x8dEb\'\xbe\xc3\xcbfs[\xa4\x93;1\x86\n.\xe8\xf1s\'\x83\xf4\xdcq]\xbci\x83\xc9\xf9\xcf\x15\x86\xf9m\xd8*\xa0Y\x0b\x1e\xeb#WB\xa0\xe8\x18Y\xe9\xcc\x16\x1a\xfd\x83\xe4\x14QgM8i\xc4M\xf5\x98%\xf7J\xada\x91\xcdHj\xce\x1f"z\x9e\xe9\x0f\x94\xa9\x84\x1d\x92\xc3u\x0c\xb2\xb1_\x8ec\xa2Q"NXB\xf9el\xae\xb8\xde\x0ci\xd7Z\xd8\xb0\xd7Fc,\xf1j\xc5\xbc\xb8g_X\xceV\x9cU\xad\xab\x97\xf6\xde-\xc3|\xe1\x87\xcb\xcd\xfd\xee\x8d\x91$\xfc\xdc\x1c\xe0}\xf4\xc6\x12V\x88\xe0\xd1(P(]@G\x1b;\t\xed\xf9\xe7\xf1\x9e\xba\xd4i\xee\xb1ml\tg4[BO\x87_\xfa\x17I\x81\xf1t\xbe:\x8c\xa9\x95\xea\x16z\xef\xa3t\x00\x06\xd2\xc0\xa7r\xb3o\xfc\xc2\xe1\xf7\xb5\xa9\xf0\x9dJ;=\xd5\x01\x9d\xc4\x16\x86$1K)\x9f\xf9\xa3\x1c\x1eZz\x03\xbe\t&\x8c\x11\xf3\x176O\xeeK\x0b\xd5\xfa%hY<e*\xf9F\xa0#|\xba\xf8H\x1f\x80\xe2\xa6\xe8\r\xd0Ked2\xa3d\xc0\xfdS\x80\x10[`\xfd\x9co\xfa\xd7p\xb5\xe2\x06f\xef\x9b\x15\xa94\x13,\x8aB]\x9f\xab\x96@\x8f\x10\xe9\xe76\xa8_9\xd0v\xd3\xc8\xca\xc4\x85\x94\xb0\xd3N\xe7\xf1ck\xd1\x1d2z\t\xbfE%\xce\xb4$\x82W\xbb\xea\xbaz\xfe\xb8K\'w\x1e\xa8A\x14\xba\xca\xd8/_\xc0\x17H\xf5hu\xab\x8b\xae:\xfda\xbb\x89\x1b\x08\x0c\x08T\xbd\x94`\x82\xbb\xef\xaex\xd4w\xe5\x9f\x91\xaa\xda\x98N9\xf8\xe64\xdf\xd2\xb7\x1dY&\x1dG>\xdc\xc9\xd8\'s\x96YC\x1b\xe64\xddw9R\x07\xb1^\x02\x14@\x9c\x1a\xb2\xb2\xd7\xec\x82\xba#\x9e\xb2Ix\xb3\xaae\xc3\xf6&M\xf4\t\xbad\xb3\xe9l\xbd\xd5\xc2\x85\x9e\xaas\x19ZW\xac]]\xe0\xe7\xbd\xc7\x86\xff\x99Gm;h\xdd\x05)Y\xde\xe9\xceEix5\xc4Q3\x96C\x17m\x99\xf0\xfb\xddu\xdd\xb7\xf9\xc6\x99w\x87\xe5I\x19\xca\xfa\x87:\xdf\x0f\xb1\xa7w\xac\xca)\xe4\xc0\xfa\xa8V\xa1\xef\x89\xb1I\xb8\x9a\x0fD\xf9F\xb9\xb6\x96\x0b@\x19ey2T\x03B\xb5\x89(_\x05Ce\xb63\xc0\xecY\x03\xdeKl9\xcf\xea\xa3\xf7G\x8a\x8f\x14PRf\xa4P\xb4\xfd\x9d\x8b\xde2\x95\x19\n3Y(K\xb9\x98\xe9\xd5F\x95@\x1f}d\x809 ,\x1cUxOr-\x90#{b\'*\xab\xd10i\x1dM\x8aU_2O\xe0e\xf8S+(\x96\xfb\xc7c\xc2\xe2=ho\x9bj"%9\xc5\xe4a\xba\xe6Oy\x19\xf3u;;\x83\xc9\xaen\xca|L\xdf\xf3\xe1\x1cN\'\xc7F\xfe\xf0\xc7c\x84\x90\x03O\xcf\xe4\xc4\x1e\x0bA\xb8A64\x9dL.\xec!F\xdbQ\xa0\xf6\xb4\xc3\x86<0\x1f\x08k\xa1\x1c\xe5i\x8f\xb9\x01\xf1\xeb\xb0\xb7_\xd9\x1c\xc3\x91\xd7\xdb\xdd\x84\xa3\x9b\x00_\xc9\x89\x05\x8a\xb8\x97\xf7*\x8f\x08\xcf\xd8\x01\xf0\xca\xb6Q\xd1"g\xdfW\xb3q\x9f\xe0\xbd\xa6M\xba\x88fvbH\xb2\xb48\xe8\xf4R\x99\xa9\xcf\xf50r\x8aD\xb4\xfc\xec\xaa\xec\x9d\xde\x01\x00\xf87\x81\x14E\x07$E\xb0(\x85\xf7\xc6|\x83\xc9\x1da\xbe\xcar$:]\x89y\xc4c\xff\xe7\xd63\xf8\xcf\x93\xad\x1a\xf7>h\xf0\xae\xf3\x7f\xa3\xd1\x07\xe9\xb7\xc6\x84@\xce\xbcho(\xfcm\x8fS\x1c\xafN\xbf\x98\x8974\xa0b\xce\xa4\xd4nz\xfa\xf5\xfa\xf0\xf7\x839\xd3F\xac\xcb\x1d\xd8(\xb1\xc1\xa5D\xbc\xac\xc8\xd3\x86:\x95\xdf\x84\xff\x17\x93pC\x94y\x80E4bG\x13\x0b\x11O\xa6\xe2r\x85 \x06o\x11\xb73\xde\xec\x05PZ\xf3\xa1\xd1\x1a\xfc&\xe8Xc\x16\x7f;\x9b\xcd\x8a);a\x95\xa5\xcd\xdf\xc8\xa0P\xa3\xe4\x1e\\0\x81\x81\xec\xa0\xa5\xa1\xac\x123\xef\xcce\x0fB\xf0\xd35\xad\xcf\x83\xa4\xdf\xb8\x1e\nS\x88\xaa\xf1\x0c\xc9\xfb\x9a\x0c\xec\xab\xa6\x99,\xcb\xea\xaf\xe7J\x86\xedd\x1e\x1a\xbd\xeb\x01\xb5\xc9\xe8\xdf>85\xe4\xaf\x90E# \xbe[\x83\xf3\'\xa0\xc0\xa9\x0b\xc2\x93D\x17|\xf4\x87\xba\xec(\x97\xc4\x02}\xb2&\x18+\xe0h\xb1\xafGdg\xa8v\x92s\x8e\x93D\xde\xbd\x03E\xa7\xe9\xf9\xdd\x8c:x6\xb9\xb6\xde\xf4\xf2k4\xf3\xc4R\xf6u\x81\xf6\x0b\x8b|\n!/\x99\xc5EN\x89!\x18\xc7\xd3m\xff\xa7\x10\x80m\xfe\x9aa\xcb\xd5Bj\xfcC\xf4\xfe\xdd\xdaS\x1c\xbc\xab\xcf\xa72\x9bjE\x8c\xa4\x08\xa2\x88\x83\xda\xad\xe5\xe9\xe7\r\xd6=\x06\x97\x1a$x\xaf=uQ\xf3$g3\x83\xfa\xdau8\x9d\xde!\n\x0f=_\x1a\xed\x15\xf6\xee\x88\xfe\xf8\x84\xad\t\xf8A\x85G\xb5bW\xc5\x11\xb8\x1a\xa4J\xe8\xf8\x0f\x8f\x16\x879\xa8?\xff\x98\xa8\x14\xbc\xf7_C\tb\xcd\r\x87E\rE\xd4d)\xb1u\x02\xd9\x02Xm\x984\xa9\x16\xa9\xac\xef\xc8\xef\xed,\xe6j\xc0jQ\xfe\x00\xcce\xe2\xa7=\xfec=Q\xdc\xed&\xadzi8\x8b\xfe\xf5c\xa8\xa51\xbb\xd3\'\xb8\xf9\x8d#\xae\x98\x11%\x81\xcc\x1c\xeb\n:\xe78E0Go\xdb\x85\x0b\x0b:C\x94\xfb\x8e\x19)6\xd9\x1b\x97\x13\x19;\x18\xbc\x1b]n\x92\xfd\x11i\x94\xf4\xf6\xf0\x94\xf4\xcf\x8f\xf9\xfa\x9bw|w\xd6G\x19%\xfb7A\xda:\xca\x12\x1fh\'Xm\xef\xf9\'m)\x08h\x06>N>9\xe5\x15@K\xf8\x1cF\x0f\x94\xe6J\n\x12\xf9p\x02~\xa4\xdd\xf9\x816$\xf6P\x9b\x15$:*v\xd6\xb9H\xf53Nn\xe1\x03\xf0\xf0,\x02\xb5DU\xdd\xbb\x96!:\xd2s\xcdC\xd1m\xffx\xfe\x1bz,\x9e\xb8\xf4\t\x8c&.\x1b\x07\xe6\x1d\xabp\x9d>]&\xae\x9f\xd7\xf3\x906r\x0c\xa5k\x98J\xc1\xb5\x03=\xebO\xddR\x90R6\x04\xe9\xe3m.\xfb\xfdc\x94\x1d \x1cJ\r\xabUj\xad\xc1\xc6r?>\\\x84\x8f\x8f\xeb\x9f\x80\x08)\x1e\xdf\x9fS\x91\x17\x13\xce\xbe\x11\x01\x1b|;\xd1}Tt\xfc\xfa=\xbeD\xdd\xf4Ux\xd7\xb3\xa9\xc8\xf8\x9c7`\x0cD=\xee\x80\'nh\x11\x97\xb7\xef~(iBb\xa8IA\xf3HY\x19\xac\xa4\xb5\xd9J\xac\x0bSY\xb1X\x05\xc7wb\xb3\xf7r\x7f\xad\xda\xba\x0e\xff\x06s\xefp\xae\xf0\x83[\xe7;\xde\x19]\xd14\xab\xa9g\xdb\x1eO\x7f\xf08\nS\x98C0\xe1\xf3\xc100\xe4\x17\xafd\xe0W_2{\xb9G\x8c/`^d\x0c3&\xfa\xf9\xf1\xa9\xfd\xc7\xdc\xd9\xf3\xcbE]_W\x0e\x03\xf5\x0f\xde\x7f;:\x80\r\xfbF\xf1G\xf1D\x81\xad\xfd\xee/\x10xy\xec\xe1\xc2 \xb7\xbf\x7f\x19\x06\x83\xf5L\xbf\x13\xa3\xbenw\xdf\xf7vR\x8bI\xe2s\n\x1d?\xdaQ\x02\xe9\x10\x94\x1b^.8\xfb\xfe\xacW8n\xac\x8d\x87%\xf3Qc!\xd2\xed\n\x0b\xe8\xa0@\x896tvL\xf0\xe5\xf8\x17<\x81\xcdx\xd2\x16\x95\x03\xed\xbf_\x7f\x94A\x0c\x03/\x9a\xc6G\x88\x8flN}Lp9\x82\x00p\xb2\'a\xd0\\\xda\xeaH\xc9{y\x17UF\x8c\xe9\xa2\xb3\xf6\x02c\xb8\x1d\x8b?\x83Al/\xa5\x8e\xd9\x1a\x98\xb4\xc5\x07\x9f\x83)o\xfc\x04\x11\xc2\x8c\x08\xaa\x18\x95\xaf\x86\xc5\xf4\x13ZZ\x98\x05\x88G\xa9\x8f\xd6L\x00\x035\xd8;i\xde\x1ei\xee\xdc\x04\x97\tv\xfe\xf3\xd4%g)t\xdf\xcb3\xf1\x1d\xe4%\x7fS\xee\x9fX\\\x95\xb2)"U\xf7\x93\xe1+\xcb\nS\xcdY\x01v\x1b\xb2[mA\xaf\xb5\xc3\xb2\x9f\xbaI\xf0y\x8e\x0b\xe3\xc3\xda@\x9e\xd2H\x86\xcd\xf4\xcc\xbf\xe0\x99\x16P]\xbf\xeb\xa5\x12\xe0g\xc5\xdaG\xf1y\x17\xa3\x0f\\\xed\x14\x01\xff\xd77\xb0\x02\xc2\x13\xaf\xe9\xb5\xfc>\x97U\xce1\xa7\'\x02\x91\xafI\x0bT\xb0\xd0:\xe7\x9d\xc4\xf5\x9a\xb0\xdc\xec\xc3\xca\xbb\xb2\x12\x0ev\xcf{\x91\x85%\n|3\x95Ab\xaeU)Q\xcf\x87\xf5\xc0t\x8d8\x95\x8a1\xb6\x82\xb8\xee\xebp\x9c9V\xfc\xa2TZ\xc0\xa5\xa3\x86\xe2\x01\x7f\xeb}\xac\xcb\x8d\x85\x0eO\x11d\xf9!d\x93\x12J\x13\x1cG\x91.\xe43\x9d\n\xb6\xa6m%\xb9\x14@\xee\xe3\xdc\xf3\x0f\x80\x1c\xc1\x98<h\xc3EG9Lt}\xf7sy\xde-~\\\x9ad\xd6\x84m8\x8c\xe3\t\x1a\xb4o\x99SbrOS\xb8\'\xa8U}\xbeI\xf9\xd6li\xa7\xf6\xbd\xe2\x1b\x1d9H\xff\xcfV\xb7\xba\xc2=\xe7\xf7\xdf\x84T.\xb0(\x10\xfe\x01\x8e]\xb6\x0b\xe5\xcd\x17\xb6\xad1aPCfG\x99d\x9eL\xf1\x89\xf6\xcd\x9e\x83\xc8_J;6\xfdB\tU{:\xc2\x8b\x8b\xce\x83(\xed\xa8n\xc5/0\xe3-nRY#N\x8a$\x14J\x12h\xb1a\xd5~\xe7\xf3\xc0\xa5\x9b%[\x85\x18 t\xe7\xfd\xfa\xf0\xeee\xf0A\xaeK\x01\xb6v$HS\xb8j\xe2\xc9I\xf89k\x11N57\x19\xc3@\x95\x1b\x83Q\x9d\xae^\xe26\xe5\xe9\xe7\xa0\xd5\x01\x0b\xa2X\xc1\xb4\xfd\x9e\x8d\xcb4\xd5\xba-g\x83r\xf3\xd1\xd8\xf0\x07&\xdf\x88E\x064\xb9\x15\xb9\xd6\xe5f\xc5\xc9\x91A\x94{3\\\x139y\xd0?\xb1\x1d\xb1\xe6\xc6A\xe3\x07\xd0JPs1\x06\x9d\xfd\xe4\x98\xc0P\xeb&\x1aE\xec\'\xc4>@\x0e\xdeD\xb0\xf7@\x102G\x08\x16\xbf\xab\xff]#\xda\x01\xae\xf4\xd8Z\xff\xb5\xedE\xb2b\\|\x81\xaf1|j\xda\x00:\x1bz\xde310\x86&\x93\r{7TU\x08WS\xf6\xeeIE\x90\x19\xd3\x1dN\xcb\xc8\x1dt\xe8S\xea\xb3\xdb\x18\xca\xf6>\xbbme<\xc5\xab\xe8\x0f\xa4\x01B\xbbb\xd7\x0e\xda\x17\xdf\x92\xb0\x15ZJ-\xad,\xf6\xde\xe2N\xd5\x9cq\x9b\xbb\xa2\x0b\x01\x9e\xb20\x14\x98rv\xdfl;n\xe1\x97\x84\xeaA|,7\xe3\xb2\xae\x83\x12\xbek\xa9E\x11\xf4Hc\xc3\xb1V\x0ej7\x01\x9d\xc4Wi\x8bb\x9f\x0e\x94\xc5\x11\x93\x8a*"\x1a\x15\xfefLd\xd5O\xcb1\xdby\x00\xe8\x90@\tE1db\x9ch-G\xe7*\xe7\x11\xa2\x1e\r\xc3,\xd3i\xe0\tB\xcb\x0e\xd1\xeb\x97\xfa\xdf\xb6K_\xbf!\xe2\x0e\xd7=\x8e\xbd8_\xf3\xf5P\xcf\x10\x93\xff\xf4d\xcc\x7fBo\xf8\x8b\xa7\xcf\x0fF\xf2F\xd7\x86e\xafl.[\x1b8V^J\xaa\xe8\x9c\xc8\xb2g\xa3\x03<i1\x1e\xd8\x03$\xa7\x14\x87\r\xd4\x86dTI\xfc\xed\x15\x13\x02Y6.\xcb\xe9\xb9\x9e\xfe2b\xc1v\xbf\x12\xca\x084#\xe5\xd1\xec\xa4\xef\xa5\x8e\xf8\x04\x1b\xaf\x80~\x99=\xa1\x08P\xad\x18/(5t-I\xf84\xeeB\xce@\x88\\\x962\xaa!D\xc28\xdcW\x16\x86XJ\xa0R\xfa\xa2\x13$\xe6\xee\xc5\xa3\xc2\x88\xbdDo\xff\xaco\x89qk\x89\xaf\xb53\xeb\xe3A\xfeM\xf2\x8f\x13\xbb\xd2\xfb\x14\x8c\xf3\x1a\x839\xda]\xe1\x1e\x08d\x16[\x83\x93\xe4)yS\xb9\xa8\xa2\x02\x85\xce\x12?\x00\xfd\xb7\xd5\xf4u[\xbeD\xb8\xb8\xf0\xebe\xce\x1e\x9eV\xdf\xa2"\xf1\xa0\xcee\x89\xf4D\x0e\xfe\x15\xfa!\x9a;QS@\x8f\xc3\x93W\x13\xa1\xc0\xbc\x11\xa9\x0f!\xa5 %\xda\xca\x0b\x7f\x01\x8a\xdf.\x85\x91\xdd\x80\xa4\x0c\xf0L\xaf\x1f\xf3\x14\xe5\xfe\x88\x86\x00\xa5\x90\x8e!\xae{\xfbj\xec\x99\xee\x82P\x9d\xe5A.\x00\xe9q\r\x18\xdc\x89\xc4\xae\x07\xfd`\xe9\xc5C\xaa\x0cM%\xd2q~\xe5x\x93U\xfc9q\xf5`Ou\xe2\x03[\x06US\x03\xe4\xe8\x13\x8bc\x82W\xb8\xc1\xa4\xb3\xa0K\x0e\xd1S\xba)6\x08k\n\x0fv\x0ey\xbc\xa4#-Y\xf3?\xad` <\xfb\xf6\xdc\xbf\xd1Vo\x13\xdeu\x94\xd6\x10\xf5\x15\xc5\xcb$U\xcc\xa0C\x15D\xf8\xd5_E\xd8j\x81)P\x1a\xd7\xd8\x822\x12H\x1f\xf7\xb46\x90\xa3]\xe4\n\xfd\x1fgC\xc9\xd4U\x95\x00\xc4\xb3\xf5\x87k\x0bP\xea\xa4zI\x87\x95\'\x9a\x1c$\xda\x7f\x01\x0e\xb4c\x88\xba\x98\xe8m\x96\x02\x91\x0fN\xa0[B\xcd\x08V\xb7\xd8v\x81N\x80\xd4\xbe\x87&\xa8>\t=\xe6\x1df\xb0\x04H\xdf\xa6Z\x14{\x7fd8\x86\x1e\xceE\x00\xe1R\xa6\x11\x08\xbf\x04\x15~\x87\xd8\xac\'m`\xf2\x03\xe9j\x1cI-b!\x0e\xd2\xb6\x14\x98\xfaI\x8dQ\xb7\xcbOkZ\xec\xe4\xc2F\x93\xfeH\xc0\xf4\x9f\xe0>H\x1b\xd9^\x89\x03h\x1a\xe7\xd6\x83\xbd}rr\x7f\xd8I.\xe9\x16\x8a\xe2g\xa3\x9b\xc0\xb8\xe3\xf6D\x8e<pp\x14\x03\xfaNd\xc0\xd2\x08)\x9e\x14\x9a9\xeaf\xd6\xd9\x92\x89p\xe8\xcb\xb10\xe0j&\xfdV\xe6\x89\xa1\xa7A\x05\xe5\x0e\x82\x88\xda\x9e&v\x1e\x07#\x13\x97\'J\x1e*\xf5\xe6\x91\xedci\x94V\x86\x97\xf1\x08\xce\xf3\xfb\xb8\r\xc3\x93?_!o\xf3Bl\x9e\xb0C\x15^v\xe6\xce\x12\xd7\xd3<p\xb6\xb66\xbf\x80\x80\xeclU\xd4\n\x1e\x99%\x91\x9e\xde\xee\xc1\x9e=\x89\xb0O\xb4\xb6[=\xc3l\x8eol\t\xdb\n1\x0e\xf0\xb0\x14\xcf\xb4\x06\xb3\xc0\x04^\xc7\xda\x08\xe5\x88\xa6n\xcb\x18o\xe9H\xee\xf0\xcc\xa4X/?\xcdXM\x9d+\x83\x92\x81I\x9e\x8e\x11\x8b\x078[\xfc`\x82\xf9uZ Vv\xb3\xed\xe2,-\x12\xe4\x11\xca\xfby]\xec|\xb8tXj\x80HM\xd8\x7fu\xcd\xab\xa1\xf9\x8ch\xc2"\x90f\xe7s\xca_\xec\x82(k\x1d:|\xa8\xea\n\xec\xc0\'\xeb\x97\x99\xbc,\x96\n\x15\xbc\'@/\xb3\xb4\xaa\xdd\r(i\x08\xe3\x0eZ\x8c\x1c\x8a\x01E_\xd2tZ-\x1eb\xc5=?c1\x0c\xba\tH\x1fkq\x89lV\x94\xbd\x0cYv\xbd\x86\x17\x90)cu\x99\xd8+@\xbcA\xd5Q\xa0\xd7\xb8}\xd9A\x90\xce\x19Iz\xc7"\x9dW\xf2\xea\x91\x0c1S\xfa\xbf\xa8p\x88\xec5\x14\x0b\xadB\x8e\xe0\xecK\xefZr\x85\xd1=\xd3x\x01*\xdc\xa0[\x0e_R~\xd8\xc5O\xd6xf\xa6*!\xed\\,\x0b\xa2\xb1"\xdd%\tF\xfd\xea\x97\xcdl\x17\xf8\xae\xa5\x07\xf2^P\xc8\xe5\x8d~\xa2\xd2\xa4\x82*\x0eyA_\xcc\x04h\xaei\xa5}\r\xd5\x13\xff\xf4\xb1#My\x8f\x99\x13\x95\x1b2#\xd1\xd4[\xa5\xd9\xa6\xf3\x01.\xe4\xa8\xeamW\x87N\x8b\x0e\xc4O\xa2G\x88* /?K\x03\xa6\x0f\xbf!\x08\xe2\r\xa3\x05\x95\x0bh\xc7i\x1e\xed)\xab\xc2\xed\xc9kq\x0b\x95\xc9\xe2\x8bX\xcc\xce\x9f\xc0\x8d;`\xac7B\x9d<\x8a\xdbU5\x80]\xa8\x82\xe7\xff92\xc3\xe9\x0e_VN\xa8\xba\x18{6\xce\xa9\x8dW\x96\xf3\xa6\xabf\x8aaO\x9d\xab\xabq\x0491\xe6l\xcc\xc7\xaf\xba\x9eU\xb4\xd6\xc0\xd2\xe2\xffQ\xcf\xe5\x03\x14O)\x8b\xbf\t\x7f\x95q\x81A%\x0e\x19\xd77\x1f\xd7V,\xae\x1dJ\xc2\x02\xea\x00\x94\x83\xca6\x1a?\xce82\xcf\x93\xdegK*\xb1\xcd\x8d\xcc\xcaa\x83\x9d\x80\xca\x16P\x07%p+f\x14l\xdf\r\xc6@\xab\xdc\xa0J\xd5\xef<\x06\xfe\xae\xc5\xf5\x00\xads0RPX\xd1\xecp/\tAp\xed\x90y)\x82r\x15\xe1\x90\x12\x0e\xcfB>\xda\xf37)((_\xed\xdcO~\xd6\x15\x7ftq\x9e\xb2\xeb\xdd\xe5y\xa4ln\xc9\xf15\x82W\xe86\x02\xcd\xe0\xf6|0\xb7\x92\x92\x9e\x01a\xe0\x86(\x14\xcd\x11\x1dn4\xf4\xec>v\xcc\xc4\xeb\x03\xeb"\xa7\xdd\x91!y\xcc\xef\x18\xc3\xb2Hu\xb1\xef\xa7\xf3\xa3t\xcf\xe2\x07\x13\xd3KG>\xa9:\x864-\xa8\xab\xda\xad\xba\x1cT\xb2\xf5\xd4&\x05(S\x80\x80\xcdQ\xd8Z\xec\xc5C\x8b\xa5\xdfH\x8d\xee\xc2\x7f"\x02\xf4\xb4\xda\xef\xb4\xd8o\xe7\x92\x01\xc6\xa3~\xb9\x87\xd7d\xacA-\xde\x9e\xb1W\xee\x15;\xd9@\xcbZA(\x17+N\x94\xd4\x9eD\x0cE!\xde\x90\xab\xb0\xc5\xbf|e0\xe3~\xd1\x1dX\x0f\x89\xe5N\\m\xf0\xb3\xd0OJY\xd1Y+\xe7+\xc0\xfc\xac\x00\x81\xab\x1e\xe2\xf0\xb5\x11{^smX\'t3\x9e\x1dM\xac\xd7\x00\x90S\x8f\xe8\xd6\x0b\x17\x85\x1f\xdd \xbc\xa8j\xf9\x16\xef{\xa9\xd0d\x1d=\x0f\xfd,\x04\xc7$\x11\xe1\x08\r\xf9\xde\xbf&.\xed\xa4\xd7\x80\xbc6\x8ey\xa0\xb2\xfc4T\x17\x1bx\x98\x82\x0e\xb1)V\x0e*K?\x0f\xa2\xc2\x17\x82}o\xca\xabj<\x13_g\n\xe2nfq\xccKP[\xab\xdc\x98\xfe\xe7\xd3R\x9c\xaeWX\xc3\xf5\xb0\xea\xac\x02)\xdc8\xb8\x9anq\xabo\x85\xeb\x1dd\x93\x83\xffIg\x11A/\x03\xebHz\xefi\x031\xc1a\xb05\xb3o\x13S7\x95\xb2\xf6\x8d\x85\xce\xc9ac\xd5\x8a\xb5\xef\xd0\xab\xe5\x85O\xf4[\x06-gk\x98\x9a\x81\xee\xea\x1b\x02\xa9\xe1\x81\xd7L\x9b=i\x07&E\x02\xb1\x0fY\xbc\xf14l\xd9\x8f5J\xef\xfch\xd3\xdc\x87\xef\xcd\x9f\xe3\x97\xf6\xfb\xec#}\x9d/\xafL\x10\x12\x93\x05`\x92\xdf.\xb5\xa9=\x0f\xcafs\xbdY\xc8\xbfB2\xa75\x98\xf3\xe9\xee\x1ew{)\xb9\x9aW\xdf]<\xed\xda\x14h\x9a\x8cZ\x96ad\x12\x84E\xdf\x03\x161\x9e\xfe\x014\xa3t\x9aZu\xe3U@Qg\xa0o\xa6\x81o\x8ca9\xb4A\x84\xc4\xae\x16N\xad\xdfa\x7f\x9f)\xd5\x8a\xce9\xbe\xcdgl\xee\x1d\xc7\x91/y\xb6\x1b\xc2\x1a5/\xc3-\xf1U^_\x13\xcb]\xed\x87\xbbL\x8b\x1aP\xe8\xf7\x05at\xfcm\xaaU\xbbn\x8a\x1d\xf1\xd8\x01|!\xf7\xeeI\xd0Z\xbc.K\xce\x95\\<w=\xf0&\xc3\x85\x01X\x8d`L\xdd\xfd`)\x84+\xa0\xe2\xcf\xd5\xcf[v\\\x08B\xad\xf6$?$*\xf9x\xd6\xbe\x13wg\x8e\x99\x8c\xc22\x05\'r\x8e\xbd$\x1d\xda\xc2\xd2\xde\x01\xdb\xf3d\xee\xf0\xe5\x9f<\xe1\x99\xb1LU\x88\x1c\xad\xbc=\xf4m\x85\xfc\x04{|\xc6\x84Vq\x07\xa3\xcf\x83\x0e\x91\xcf\xa0c\x04C\xf2\xe4.9\x98LR"\xb0\x13\xb8mP\xf3 \xc6d\x92\xa6s\x0c\x14\x03\xed\xf1\x8c\xec<\xd2\xd5\xc1]\xcf\x06\xb0\xfe\x1e\xba{\x1c\xa7\x1f\x14(\x919\x95M\xd8\x84\xc3?u\xabQ[\x95<\x93\x10\xa7J\x96f\x01U\x81\xff\xa54\x8f\xd8Qr\xb6\xce\xdfBs\xc0<\xbfW\xdd\xee<JrQ\x94\x0bP\xce\xf6D\xe7\xf5\x8a\x137o\xf2h\x9f\xa8\x181#i\xd7y\x1c\xa0.2r\xd3?C\xef\x15\xde\xae\x1b\x105x9\xa9^\xbe\xd0J\xed\xb6\x9f\xa6/\xff\x92U8\xf8q\x02\xdfo\x04\x86?\x8bl)\xbd\xbb3*uFZgoi\xb7\x18\xd2\x05;\x7fr\x99\xfbGl\xd2\xa2=\xb3\xa7[qN\xfa\xe1pm\x02\x126\x9f:\x86}\x80B\xf0\x1a\xdf\xf6k]~\xd7 \xb2c\x94\xc9\xd4\xb6\x93\xb3\x99\xfcS\x11\xc4\x18G\n\xf7\xc2\xedE\x01\xc5:\x03\xe9;\xfe\x9e\xaa+\xb7\xc9\x87\xa8\x89\xde\xa0\x11f_\x88l3\xf5\xdf_\xb13\xbc\xae\xb5 \xaa\xa6\x0b\x85\xef\xb7(irx.\xff \x07\x19gGPg\xa9]9\xd5}D/\xe4<\xa9\xb9\xd8\xa5p\x8d*\x06\x97\xd9\x18\xc7)b\xccu\xbe\x93\x1f\x81\xd6\xf9\x80\rJV\x0f\xfea\x88\xe3(\x8c\xc9\xbdSsx\xa5N\x18\xc0>\xcb_\xc6h\xf2\xdbVQ\x93.V\x0b\xf6,\xb0\x00\x9a\xd4?\xe1p1\x1d\x19Rc\xbd1\xc7\xfe\x88\xa7\x87"\x87"\xa5\x0e\xfd\xbc\x0bX~\x7f\xda<!\xaf\x0e:\xfb\xd0\x8b#\xcd\xf7\xfc7\xe1{[}u\xf9e\x1c\x1d\xa8,\xf5l\x88\xbfa\x12V\x17\xa2X\xec\xc0Z\x8e\xd1g\xd7zo\xd8\x98\x0f\xe9\xde\x84*u )\xce\xd7J\xbdcP#@\x8d\xe8>\xacC\x0b\xec$#\xcd\x04\x8c\xb9\x8f\x829O\xf7\xf9b\x16\xd4(u\xdc\xa1u\xbb\xf0\x10\xc1\xa4\xf1!\xf2\x0e\xe9(\xa5i\xc1\xe9!\x05\x9d\x1a\x02:\'\x14\xc36\xeb\xb8\x80fB\xfb\x9a\xf2\x1f\xbf\x916\xd5\xf9OG\xa9\xe2\x1a\x08\xdc\x0e0\x02\xb4\x00\xb8\x9a|KX&\xe9\xff\xb4\xd8\x95\x85|Yx\x0b\x9c\x0cs\x1eZ,G\x04\x1a\xd4\x8d#\x88"f\r\x16\x88+p\x06?\xdf\xe0\x0f\x14P\x03\x1f\xf9\xb9N\xd2\x9c\x1e\x00\xe0}z\x8c\xc7p\xcf\xd1\x84p\xedS\x83\x83P,\xec\xe6D|\xdf\x14\xa9v\x83\xff\xd5\x8e\x99\xde\x94\x91,\xf2\x9d)\xc7a_\xa5\x13\x94~\x053\xef>q\xe1*\x99\xa3\xacV\x0f\nR\xb0y\x96\xc7\xa3\xa2\xa2\x7f3\x92\xa2Z\xb0_)r\x1a\xb2\xe0\xd6\xb6\x82\x8f(\xe0E\xac\xa1\xd7\xaf\x0eig\x13d\xfc1\xb3H\x86\xca\xb1\x0b \x1a\xe8\xfbJ\xbe\r\xfd\xbbn(y\xba7S\xeb%\x1b\xc7\xc41~\xc8\xaa\xb1\x1b\x1d\xee\x05\xbf?\xe0\x12!\x9aB3)vH\xbd\xb9\x9c\xf8\x1f\x1e<\x12l\x8f\x0e\x9b\xff\x12t\x9c\x82\x05\x80nR\x15\xc7\xe3\xb4\xc2\xd9\x1a\xac\xef+z\x1bc\xb6uS(\xc8\xa1\xcf\xbf-}\xcfS_\x19ZZ\xad\xe4[\x0f\xbe\xee\x8e\x1d\x83\xe6|\xba\x04(M\xc1X\xf6\xb6\xd5Z\x82\x02q\x1fY\xab\xd5`\xa8\xe9\xf08\xfe\xae\x85\xd0\x8c\xdb\x0bk,\xa8L4\xc8$\x8f\xd4\x08\x10\x88\xa9\xd0\xac\xc6A/\xf8\n\xc5\xad\xfa\x14a\xf9s\x97!\x14\xd9\x0b ;\xdb\xed\xe9\xff\xfb\xa2C\xb2\xb3T\xe3SP\xc2\x0ez\r!\x12\xb9\xc9\xcb0\xdcF\xe6\x07 \xafJF\xbf\xb0tK\xf18\x89\xb4\x10\x81>l\xbf\x83c\xd6\x8f\x06\xe7\xc9\xa0R\x03"\x1fn\xc9\xd1!\x19\x07u2\xd5|W\x95\t\x80\xf7\xae\x8d\n)\x82\xaey$\xb3|\x12\xbb\xc3\xe9 #=\x06\xae.^\x13\x15j\x1d]\xaa\xe5/Q\xa3\xa8\x1b\xb3\xf32\xc6M\xfaX\xe8\x86\x9e\x06\x0fU\xfa\x8dWg\x0e\xcd\xe8\x1c\x84E\xdf~\xa0e\x98\\k\xf0\\\x10\xa5\x01\xfa{U5\x7f&\x8e\x1c\'w\x08\xd5\xee\x87\x7f,\xfd\xcb9\xb8)\xc4\xc9{~\x0f\xad\x9a\xcc\x8dD(t\xeb\x84\x0e\x9a\'\x82\xb9\xaa\x17J\xbf\xd2\x93\xbe\xcey\xb1\xd1\xe4\x97\x86\xad\xde\xc7n\xaeT&\xd0\xea\x8c<^"\x05L\xe5|>\xff\xd5P\xaa\x87\x86\xd3\'\xa7h\x0bw4\xe6\xd3Q\x7f/\xaf.\x8f\xda\xe0\xf6\xb8\x86\xa5\xacAhD/LiF}\xf5\xb8\xdd\xaf\xaa{\xec~\x07\x89\x7f`\xb2{\r\xf5\x1am\x1a\x820\x94{\x97\xc72\xfb\xd7\xd2~.\xc6\x93\xe1\xf2u\x81\xfa\xf8\r<\xf7\xa8\xe6L\xec\x00\xd0\xcc\x14+AH]~\xf3s\xbb~n\n\x80\xe4\x02\xa3\xf8\xaf>I\x84\xb82z\xfd\xfc\x81\xe6\x0e\xcdYj\xdd\xac\xc0\xbe\x87\x1d\x04\xcb\x13\xf0l\x14\xc3f\x8c5\xd7\x18\x80\xf7\x85Z\xa2\xad\x8fL*\x19\x7f[\x83\xdc\x1b3\x18<\x8b%\x8a&\xe6\x92\x08&?\xc7\x96h U\xc5\x11,.K\xff];\x86\x0e\xb9\xbd\xdd@C\xdd\xcd\xec\x10\x85\xc1(\xfb\xcf\xf0{\xf4\xe8\x9f\xdc\xeay\xefs\xe0\xfaH\x9bhkN-{\xc3\x87$\xc0\xe0?x\xcc\x00O_\x1f\x14\xdf\x04e\xa8\x99\x1e\xfd\x8bs\xa2\x86\xce\x0b\xf0\xf3y\xc8o\x0e\xe6\xf3\x96N\xcaQ\x02\xd43Q\xac!Y\xaa\xe8W\xb9\xbc\xfe)kD\xb2\xd9\xc6\xe3h\xe3\r\x130)\x01\x8b\xa0\x0f\x91\xf1e\xa7\x93B\xf7\x84I\xddw\xb8\x8dk\xa6qK\xc9\xc4\xc7\xcb\xda \xfd\xca\x87\xa4?\x9a.$\xde\x94\xb4\xc6\x99:{\x1b&\x89E\x1e)Tr\x15F\x8f\\\xae\x01a\xec\x8d\xeb3:>\xfe\x98\xf0]K\xf2 B\xb8\xa5Q\x13\xc6,s\xbd\x10\xfb\n')
|
|
|
|
| 1 |
+
# Pyarmor 8.5.11 (trial), 000000, non-profits, 2024-11-12T22:52:22.508830
|
| 2 |
from pyarmor_runtime_000000 import __pyarmor__
|
| 3 |
+
__pyarmor__(__name__, __file__, b'PY000000\x00\x03\x0b\x00\xa7\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00b\x1e\x00\x00\x12\t\x04\x00\x850WU\x86[M\x03U\x9f\xe3\x97\xfe\x16\xd85\x00\x00\x00\x00\x00\x00\x00\x00=\xa3qW\x19\x81$\xd9\xe5}\xb1\x1cUoW\xaf\xc9\xe6\x99\xda\xba"\x89\xb0el\xcfm\xa4\xf52\x00X\xc1Xpt!\x89a\xe8\x9f\x0c\xe0\xa1\xb1e\xdfSw\x19\x93\xb2$S\xf3\x89\x89\x16E\xa6\x14\xb6\xb3\xd6\x7f|{\xd9T\xe2\xe11&6\xb1YT\x1e\x00\x8d\xd3\xad^$\x11\x12\x91\x84\xa6\xa6\x1c\x9a\x8b\x17o\x0f\x93\xe1\xd3\xc4|\xef)\x870y\n\x89\x11^\xec\x10\xbe\x05f\x84q+\xa9\xfb\xbd\xaa7\n\xb3}a\xcd\t\xc1\xe7\x8d\xfbh\xad\x85r%7A\xe4\x94\xbcW\xb5\xe2@\x9f@U\x88$\x121\x17\x1d\xe1omX\x04\xfa/\x89\x7f^CD\x9b6\xe4<\xde\xc4\x01\xf4}\xb2\xf7\x90Z>\xeaa\xca\x8f\x9bQ.\xc2p\xd6\xcf\xa7c1_\xce\xecVG*\xe5yS\n \x82\xf5\x88\x13\xe7\xdeR\x966\xa7`\xa6\xcf\x8cA\x99\x0f\xf7/\xa3\x0fYR\xfa\xa2\x08\x9d\x19Qv\xa0\x90\xc5#UU\xfa\xa8\xa0\x93m=\x9f\x9cV56\xb0y\x02\x00\r\x1by$\xcdwR\xd9\x81;\x13\x80\x81\x11L\xd3\xa59^\x94\xad\xa5\x04\x91\x0f\xf4\x85\xbb\xdcwX\xc2\'gq\xaerq\xf6\xee\xc9\x0eKwM\xb4\xd3Ag0\xc1J\xd5l\x88\x19\xc76\x93\xe4;\xdcc\xb9\xd8\x1b\x90\x9d~\x0bg\xa4K\xfa\xb4\xcbMJ\xec\xe3)\xee\x05?\x04b\x06\x9a5h\x98\x0b\x1a\xf1P\x84\xb1\xadgZ\xfc\x04\x8a!\x05\x93\xfaG\x9a\x88\xfa\x1d*x\x95\xac\xb1\x9a\x1a9\xc9\x8a[\xb3<2k/\x01\xa3\xc1\xda\x11/\xc8\xa16\xbf\x10v\xc63\x94\x1cP\x87\xd4\x06\xed\xdd[\x87\xd1\xa8_\x0b\xb5\x03\x90>\xa5\xe7\x96:\xb5\'\xf9\xffG\xa2\xf3\xdb\x7f\x1d\xeb:\xa1\x9d\xe6`\xcf\xad\xed\xc08\xb8\xec/j\xad\xea\x10W\x98\xcc\x89\xa1\x85\xe7kCSy\x9es\xac\x97\x12\x088\xaf\xab`\xd6\xd5\x1f\x8f\x7f\xf6\xda\x1aX\x89O/\xdf\x1e)qx`\x81\x90{\xf5\xab\xaf\xa9\xc0\xd2\xcb\xbf\x0f\x96\xe1\x84\xdeep\xfb!\xc9W@\xbe\n\xc4f\xb0m\xb4\xed\xc3Wr,W_\xe9\x0eh\x0c`\xc6ib\xc1i<q\xe5*\xe9.\xcd\x1f\x12\x14\xef\x1b\xea\xbbDg&W0\xfbx\xe18\x12]\x9e$\xac\x8f\xd3`\x8fn\xdd\xa3>\xb4\xbcjm\xc7; ;.\xf3Z\xaa\xba\xf06\xe6\x80jen\xc1h\x83S\xcb\xe0\x85q\x1a\xea\xf6}3s\x0c~c\x02\'\xc5%N\x85Un\x03\xb9M\x81{\xb7\xf7\xfc(\xe6sf\xb5\xdeO\xe4\xe4}+\x89\xaek\x17\xd8\x8a\xd7\xf80(\xcf\x85\xc5J\x94[\x85x\xac\x9a\xac\xef\xf6\xd9M\x12X\x1e\xe4\x92\xda\xfd\xefO\xac\xec\xef\xf5\xc8\xaax#\x90\xba\xf9\x00\x0cH\x89#\xab\xa3>\x8f\x9b\xf9sl\xd1\xef]\x93a\x0e\x92\x11\x83\xf0P\x0f\xf7$\xb7\x02\x93M\xcbsn\xc0\xd9\\\xa9+\xe0\x8c\xc1\xf8\x80\xf1,\x8d\x89\x13\x98utn,%4\xe3$O\x0e\x07\x94\xcb-3e\xb3\xdb\xd1h\x91;L\x91\xbf\t\xc0F\x8f\xf9\xa1\x19\xcd\xcb\x8a\x8b\xd6\xa8\xdc\xd5\xf4\x83\xcfHD\'\xab\xc4\xff^\xeb%<\xe7\x00\xb9\xe6\xc3\xac\xec\xc1\x91\x90\xcc\xb8i#C\xd5\x8f;\xdf\x1c\x984Y\xf4\xcc 0\x89\xc2\xee@X| +\xbc+!\xfdZuk\x06\xbd8v\xc9\x08P\x13(g\x7f\xcdxY+\xa8\xfd\x8a\xdb\xbf\r\xac\x8d\x10Gz\xa4\xfc\xbb\xc4\x07YJ\xc5\xd4j\xc3\xc8\xc5\x84\xe1VJ\x82g\xad\x07sF\x11\xf3O\xa2\x9d\x13\xb1\xc5/\xed;H\x16\xdd\xe0\x93\x12Y\x055\x94X\xf4Z|\xac\xd8I\xf9\x96<\x8b/\xf5$\x17\xd1\xf62\x84|\x82\x1c\x14\xd1\xa2\xc9\xbe\x80\xa54\xbc\xd9Mq{\xa4b[fO\xfem\xa6Q\xae\x90\x81bJ\x0b\x8c1\x8f\xe4I!\xcb\x88`\x9d\xdbz\xdb\xee$\xfa\xc5\xca\xa3E2\x86\xcf\xcfr\x08\xe8\xf2\xaa+\xd2\x9ahL\x81\xd0\xeas?\xdf:\x03c<\xb1\x14\xfcw\xb9Y\x02\x8c&\xa3\xc9\x1el\x84\x1cI\xb5\x86)\x8d\xdcQ\x8e\xd6\xeaV\xcet\x11y+~F>\x153\xec}(\x0fB\xde\xe7\xf5\xe9&\x9f\xa6\xc2\xfd\xbb\x16S\x0b\x8a\xe2\xf0\xb4\xc7|0\x97.\xcc\xca\xed\xc9\xfb;*,\xea(\n*j\x8b\xbc\\jD3R\x0f\x1c\x9c\x83\xe1\xafR\x06\xdc\x80\xa6E\xa3=NIc\x94\n\xf49\x9f\x98\x11\xe1&\xc9+\xf0\t\x9c\x7f\xb2\x17\xaf\x05\x9b\xc8.\xd6\xe7\xb8\xd1W\x8e\xae\x08\x89\x95{\xb1\x14`~Vl\xc5\xd3\xed\x92\xa9\x04\xdb\r,\x0f\xc5\xf5R\x95\xc1\xc5\x11\x0b\x95-Lf\xdb\\\x8d\xe5\xc4M\xf6\x84\xd7\x03R\xff\x01\xf2\xd9\n\xb3\xd5\x1db6\xd2\xeaT\xfc\x19\xe1\xdeu\x19&\x97\x9b\x9d0\x0c\x1c\xe6\xf1\xa14q\xe1|_\x0f_7;M\xbf\xfd\xb5\xce\\\x07/mm\xdb\x17\xafYs\xdeH\xad\xb6\xf6\x1b\x08\xa6BD\x1ft\x8b\xc20\xedAGf\x1dyp\x9aa\xb0\xca\xc8O?ds!\xc4-\x83\xba\xce\x9f\xd8\xb5\xa6\x80\xb4\xe5\x14\x97j\x88\x06\xae\x00\xb2\x96\x84\xd1\x1e\x9c\x117C\x95\x04P\xbf\xe2.B\xd2\x1eJ\x80x\xd9\x13:\xfbF\xe2\x98NM\n\xca\x86\xdb\x13\xb2K\xf8C\x9c\xb5\xe6\xaa\xdc\xa9\xe2\xf6\xae\xdf\x8e\x88O\xd23<m2W\xacJt<\xa4b\x89\xfc\x9e\x1e\xff\x7fI\xb2\xb9\x1a\x92)\x7f\xa0\x82\xb3\xfa\xca\xb9u\xdc\xb1\x00q\xae4\xab\x1ds\x8c\x96\xb9\xb4\xca4`\xe1LP>\xb8=q=W\xf1m\xac\x81\xed\xf7\x99S\xa1\xb7|\xa8^\xb6\x12y\xb2\x0em\x81\x1b\x90\x03\x96\x0bPp\xdb\xad\x81\x13\x8b\x00\xd1}\xb5\xedg\x17c_=\xb5\xde9q\x98\xe9\xa1\xee\x07\rN\x07Qh\xb9\xfa\xa0\xbc\x92\xfb\xd8\x1b#\xf3?z\x10\x9e\xb7L\xdcB\xdc\x07\x1c[%X\x90\x86\xd9O\x96\xa6\xe6p\x7f&\x87X\xd8\xc2G\xa1\\v\r>.\xe1\xab\xb48:\rwj\r\'I\xb5\x83\xc3\x15\xb2,b{R\xb9,uT[\x10\xeeGm\x11\xe3w\x11\x9d\x9ac\xccG\xe5\xec\xb9\xd2\rb*+\xf3\x13KUS!\xc1w1q5"\tD\x89\xe4\xe9%k\xe2\x96\r}i\xea;\x1f\xf2F#\x0e\xeb\xaeN\xe9\xa7q]A\xe6k\x16\x9e\x9elZA\xdb\x07%a\xd8\x02\x8f\xc9\x9e\xf8\xbc\xa4\x14/\x98\xc9\xaa\xea\xd1\xafx\xc9v\xf9\x98N\x01\x07\x18\xcc\xfcP\xdey\xae5\x1e\x1d\x1e\xdc"@Z\xa9\xeb\x89\x94\x1bi&\xf1\xbc\xf6\xeb\x97\xe9\x84\xe3\x0c\x87\xcc\xba\xd5\x1a\xeb)\x15\xf2\xe9N=\'M\xef\x16\xfe\xd2\x1d7DX\x82\xfa\xf3i\xe6$q.\r`\\\x14\xfbLj\xe6\x9ei5\xd9Z\x9a-\xa6\x8c\x8e\xdc\xdc\xe7\xcc\x8e\xce\xacZ\xd9E\x9a\xdd\xbfk\xc7\xc84"\xd7Q\xe0\xad,*\x10754]\x11\xf7\xc6\x03\xeaA$oR\x12\xa4\xf5p\xa1\x8f\r\x88=j]\xdb\xd4\xaa\\/ \x89e\x07:%2\x95\x7f\x8d\x14\xdd\x90B\x9f\xe6\xeeIT(\x0b<\xdeq(\\5A\x94\xfeV\x93N\xf5\xf6\xec*\x8c\xael#\xa6\x91\x1b\xa9\x80T/\x08\x83CCt\xc5I\xf5\x032$Q\xde\xc4\x07b\x15\x9efY]f)\xb2JQ\xc0\x93\xf5An\x12Qe\xa2\x8b8\x81bz\xc4\xaa\xa7T\xeb>3\x98>\xa9n\xfb\x12X\x1e}\xb5\xc8\xe1a\x12\x96\x9c/v\xbfn\xce\xd1\x88r\xd8\xe5i\xb5\xffWC\xcc\x7f\x1a\x10@\xf7P\xc7\xa9\xfe\x7f\x0fW:\xdb\xc9nh\x8a\xe5\xcd\xe2\x81V\x8d \xd8\xf5\x8d:\x8cS\xd9|\xa5\x82\xa6XR\x87\x87@\xb3\xc5X\xea\x1c\xd9\x16iZ\xed\x1e:\x8f=`\xb7\xb3\xd6\x9b\xbc\x1f.6)).\xd8Q\n\xea\xf2\x80aa"b\xda\xcaY1\\\x12G\xc0\xa9&Q\x9b\xf0\xe3X\xbc\x9f\xce\xa2\xbfl\xba$\xb4L\xb2\x8f\x17"Z\xd5\xee\x90\xdb\x17\xb5\xf2"\xc6x\x9b\xaf\xff\xb2F\xd2\r\xa9\xd8@\xc3\x7fux\x140A\x9e>\xfe\xd0\xe8}\xc5C\xac\x81\xc4\x04\x96A\n\x9c>``66!\xf8_~=\xba\xaf!\x8e\xcd\xd3U\x89nx(\x9a#E\xd7w\x9e\xe1\xd2\xaf6@\xde\xe5\xabU\x839\xde~\xce9\x12\xf4\x85\x8e\x01\xfa\xed\x08\xa3\x82E9\xeeu`\x9a&/\x00\x07\xd9Y\xb3\x80\x8e\xfdv\xd7\xa2\x9a\xcdb\x1d!\xe3\xb0\xbc\x9f3\x19\xd2\x1bQ\xabUV\xd1\xe3\xf5hN\x7f~M!?\xa1\x8d\xdf\xef0\xd4\xb9\xbb\x14t\x9f\rn\xcd\x8f\xefu\x8d!u\xf2\x96\x0e\x14\xb8,\x99\x87DT\xf5UC7r\x0fz\xf5m\xc0\xdc6\x9d\xb1\xbfyy\xe5\xd9\xc1\xee\x1d1r\x1f\xd9\x06\x97\x18\xe2\xf8\x0b6\xc3%K\x1cP)\'\xf5\xec&\xe4\\a;\xff\r\xec\xf7\xbcd\xbd\x0e\xcfn\xefdr\xe7d\xab\xa4eK\xe0sU\xa3n\xba\x8c\x9e\xa8\xf5Z\xbf\xe7\xdfS\x90\xce\x9a\xba\xd3\xf0\x94\\gE\'E\xc8\x04\x8b3\xe2\x84\xe2\xc2\xd6\xffR\xb65ZQ\x1bp7\x10]\xd3\xd0\x1a\xcc\xc0 \xc3\xac\xf7d\x9bU\x10\x9d\xfb\x952\xa3h\xa656\x01Je\\\xbd5\x88\xdc\xeb\x97\xec\xea\xa8\x9e\x0f&m\xa3X\xaeFD\xd29\xe1\x9e\x933\xe8:\xb1P\x01\x1dN\x8ed]!\xdb\x9b&u\xe4\x0b\xc4\x1c\x8c@\xa7\x13\x1a]\xe2\x87\xb2|\x9d\x04\x9d\xdb\xb1\xfcr%J\xad\x19\x80x\x0cB\x99\x87L}U)\xbe\x9dd\x9d\xcf\xc3\x8aM~\xa9\x85\xd0+\xde\xe8\xa8\xbe$\x88\x84\x01\xfb\xf5s\x0f\x90g\x04!\x03\xdd\xaf~k\x932\x14~H.1\xf4\x95\x86\xdd\xfd|+H\x03\x16\xc8\xc2\xb1f\xbd\xce\xdaW\xd8\xfbe5=?\xe3\xca\x84\x8b\xc4\xf6u\x9d{&\xfb\x98\n\x1e\xb1\x17\x05\x07\x99\x82m2\xb9\xaf\x0b+\x94\x81\x95\xd8f_\xbd6xxJ\xd1\nN\xaa\x9b.\xea\x04\x89\xfb\x0b\xae\x9a\x92*&\xb7X\xdec\xb1\xfdY\xd3\x95\xdd\xc8\xad\xc5F\xc9\xd0\xf6G`%E1\x80:\x15\xa4\x8e\xe4l\x14\xa7"\xca\xde\xdd\x7f\x9c\xe7\xbf7\t\x1e\xf7\x1c\xe1\x9d\x82>\xfd\xa1\xc0\xf9\xb4\xddP\x97p?=G\xca$\x82\xb1\x9e\xb3Oa\x1f#\x9f\xabg\x85B8yhT\x0f\x9bt\xac\xc5\xaf\xc0F\x00A\xf8i\x0b~\xef\xea\xb7\x03\xd1\x85Sd\x06\x94=Z)R\x85z\x08IIH\x8a\xb7-8\xbd\xbeB\x99k\x93\x13\xaf\x06\xc92\xc0"\xc8\x1e\xd3\x1aSS\xe1K:\\1#\xc5\\\xff}\xa1b\xc5\xa4\x055\xc74/\xb3=-\xc8]D\xe4\x08\xc3\xa6x&\xd5\x82\xe9\xff\x82S\xac\x85\xd4\xc1\xf0\x154\xbc\x1fh\x82\x8d\x19\xac\x7f\xa3#\x9d\xeb\x15\xe8@f\xcaN\xfe~F\xc0\xd5\xc6\xff\x88\xaa.\xed\xc0\xc5\xa6\xa3;&\xfbTas\x14\x85\x03\xbaZ\xb2\xa3\x97Y%\'\x07\xf1\xd4\xf8\xb1\x81a\xca\xf6=\x05\x10\xd8jD\x0b\x1c\x0ft\xc4\x97HJ\xffA\xea\xfeKB\x8c\x1e?\x8bM\x1b\x02-!&[:1\x05\x05N^\xaa?`\x06-\xdcK>#N\x18X U9\xed\xab\x98e~\x9bf\xe3\xd8\xbf\xb3\xd2\xaf\xd8U=\x04\x8dI\xe2\x07\xdf\x9ev\x83\x12\xce\x18d\xc7#\x0e\xe7\xaa\xba\x83\xfe\x1e@rv\x00\xafx\xb8\x08)\x05M\x8aS\xef@,\xc2#_\xd7P\xe3\x98\xb4\xf5\x8f\x16\xa3\xe97#\xa3\x1e\xda\xdd)\x87\x8b\xc1\x9bz\x9e^\xb6\xea\x91\xc6\xefR`\xd8\xb3\xe8\xc0\x01B\x85\x9a\xee)8\x85\xc8{\xfcJ\xd4=\x04\xbd\x99\xe3^\x0fR\x0fx\xdaWy(neV\xd9~\xe7\xb5G\xb2\x1bd"\xad\xe8\xf9\xc7\x1a\x9bL>;\x88\'\xfe\xb4M\xb8\x1f\xd2\x92\xca\xdb\xce\t1Gh\xb6\xc6s\xbc<\x01\xb6\x0b\x02I5\x12\xc7\xd1\xfa\x06\xfc\xea\x9da\xb3\x99G\xbbi\xbc84S+nw\xd1iR\xd6\xa7u\x98/\x8fg\xfe\x97\xbf\x92\x0b\xb0\x93\xef6a\x83\x1f\xa8\xd5\x8fT\x0ep\x0c\x95\xb7\x15\xc0k\xba$\xe9\xe3K\xe9\xd8:\x86*\x8a\xd3MsT)\x8e\xb7J\x97\xc5\xfa\xe3{\x9c\'u\x8c\n\xf8\x8a\x98_\x99\xb3w\xd6\xe4/\xdc\xd2P\x18\xa1\xa8\x8d\x1b\x8b\x02\xbcr\xcef\xb9-o\xe8E\xbd\x11\xe9\xd3y\xdbR\\F/\xd1\x1a[\xc8&\x9e\xca\x03\xe15\xd3\xc3\x03\xcf\xaf\xe5\xde\x9b\xcf\xa2\xe6\xdf\xe5\'\xf6\xf7\x1bm\xdb\x1fR&\xd8>\x14f\xca\xa5\x1b\xc0\xc1\xf9\xad\x9b\xcea\xa7\xf2\xdc\x91\x7f\x97z\x13\xa4v)\xd5f;_\x8e\x04\x84\x0b\x918\xe3\x8f\xf9\xb1\x8e1n\xc3\x11\xae\x95oZ:4\xe3\xb6glC\x94\x9b\x80}Q\xb3\x13\xbc\x8fa\x9eL;\xc0-\xf6\xfaZ\xc4IU\xd9\xc7)\x9c\x81;\x81\xfc\xf0\xb0\x13\xf6t\x19\x98\xadf\xfa\n\x98\x18\xb1\x95\x04\xce\xe9zU \x8c\x8al\x9b\x95\rlE\x91B6y\xe9\x03\xc0\x9c\xca\xad`\xa9qr\xc21:\xe8I~=:\xd7\xe2j8\xd0\x85\xf1\x7fH\xe2i\x99\xcd\xd1q\x05\x01\x95\xd9{\xea\x9e%\xf8+\x0e\xb7\xd2\x81\x05\xf1\xc9\xf0v\xce\x0cIgq\xdb<\xfa\x7f\xcfO\xb4}\xc0\x07\x8by\n\xe7\xcf\xf3&E\xeb\xb3\x99\xafBhD\x98\xe7\xfb;\xdcB\xf7\xa0\xff\x91M\xe0\x1b\xbb\'\xd8?\xfb\x15\xfa\xf3\xa9r\xcaW\xf4\xab[#\xbb(\n\xc5\x8cZ\xf5\\r\x96\xed\x11\xf7\x16\xa3S\x95Z\xd1\xb3\xfa\xcb\x8d\xe7\xec\'\x1c\x98\x84 \xe3\x00s\xe9v\x9bzO\x00\x03\x81\xfc\x96\xd3\xea$\xf8Wo\xcb\xbe\xbf\x85\x05_\x85\xf5|h\xe3\x94i\xd5\x05\xca\xf4\x9f|\xcc\xff\xa9\x1a\x0b\xaf\x8c1\xdc\x89\xae\xce\x99\xd0)<#.6XU-\x8c\x87\r\xa7\xe0:\xdb\xad\xf0\x1eV\x0f\xfc\xbeB\x85\xa9\xd5o<\xe7\xbe\x12z\x9b\x8b\xa9\xe1\x03\x91\xccM\x10\x0bh\x81&\xe2\x12\xcbK#\xcf:\x0c\x94Y\xd4\xa7\xc3?\x9b\x137F\xf5Z\xb9\xac&\x91\xa9\xfbr\x9f\x11\xe4\\\xffQ]B\t\x96l\xf0\n*!\x9bz\xe7\xad\xb3\x93\x82\xad\xe5{\xc2\xe7\xae\xfd\x80\x13\xd4CdS\xe0>\xee\xcd\xb11\x1e\x9d\xd6@\xee=l\xf57\xcc\xb4/j\xb1c*\xfeC\x9b\xb1\x12!B\xa6l\xbfL\xd4|\xf9}\x8b\xf1\x104\xca\xdb\x92\xc30k,\x1f\xe6Q\xb22\xef\xdf\x96V+\xa4\\\xc2n\xb1\x82\x07se\r\xc0\xea\x85^i\xdf\xdf\xff\x83\xbf8\xe3\xab\x97_\xb4d\xe2\xec\x93w\xad\xf2\xe1/o\x11\x04@\xc2L(\xe1\x81>\xf5\\\xc7\xd1\x98%\x9d\x18:\xb0\xd4\x80:(3M\xbd5v\xec\xff&\x14BC\xcb\xff>\xff\xc7\xebOoE\tdq\xcb\x88(\xce\xb1\xe0\xef\xa4\xe5\xac%\xc0\xb4\x9ab\xd0AX\xe1zI\xc6\x1b\xa6qL\x9aD\x9dD\t@\xcd\xa6!\xa3\xa4\xeb\xd9\xd7\xeb\xc2\xbb\x89\xe3\xc3\x00&D\xa6\xe9J\xbb\x01\x1cB\x17\x91\xaa\xce\xea\x01\xb3Q\xca\xa7=\xb5nW|\xb6\x19\x82g\x95\xe9>\x06\xac\xc3\xd2\x8a\x93\xc3;\x8e\xdcJK\x0c"8\xb3\tX\xd5.\xfc\xaa(IG6.b3j\x12\xc4{35\xad\xc8\tT\x06\xde!\xb7\xf6\x15s\x0e\x91\x81?\xf0\xcc)o\xb8\xba`R=\x82\x85\x93\xb2\xf65\x8e\xe8\x7f0\xd0[\x99\'\xc9\xae\x98\xecwV\xcbo\xbf\xac98\x0ffp\xadzoX#\x7f\xc0\xeeTc\x95\xf6D\x0b[\xe5\xf6\xf0\xae}\x96$o\x1c\x1f\x17m`<\xe8d\x1d\xf6\x8a\x8e\xae\x9eP@\x95$s\x8b`\xa4\x9f\xe4\xf7\xc4>\xcf\x87\x83\xb5\xb4\x99\x93f\x0f\xe8\xf1n6I\xca\x90x\xf6\xfc\xec\x9c\x13\xc0f\x10\x85\xbb\x96\x86\xb4\xaa\xa9\x0e\x9a\xa6*\xef\xc0<\x98\xf1\x05\xda\xae|\x0b\r/\xda9\xa4(:\xa6.L\x1c\xd7g\x89i6:\xe2\xa9\xee\x152&\x8d\xa7\xbe\xd0\xf4W`L\x9a\xe1k\x1c\xfd\x1ck\x13\xd4\x1e&\x80S\x81\x92QX\x01m\xcaNe\xe4\x1c\x11r\xad\x8e\xcd \x12c\xe6\x86/\xf9\xeej\xec\xcc\x85\xc9Rq\xcf4\xf4\\\xeb\xa4\xf31,\xd9\x97T\xd8\t-d\x92.\xc2\x8f\x9fi.\xc325\x8a\xf4\x9f\xf9\x9cB\xb1\x01\xd8\xba\xcd\x8a\xde\\t\xb6\\k\xd3\xc5"\xcc\x10\xe2\xe5\xb54\xb9\x06\x92\xf6\x8c\xaf\xe8\x94@lV\x80?I\xe3\x1c\xf1\x94\xa4\x9arhvQ\x06\xda<u]\xac\x1c\xd3\\\x10\x9dC\x1e\xa2Bj\xe4\x9d\xdb\xd5D\x05\xa7H\x85}\xf3W*RN*\x99\x1b\xcd&\x08\xe7i~J7!\'\xc9\x1a\xa0]3\xad\x91\xab\xef\xdfAS\x13gH#\xb3\x08\xaaq`\xaay\x1b\xc3\x9a\xbe\x19\x9e\xf408\x06\xecB\xf6ir\x18\xbeJ\x00\xb5\x7fz\xc6\xeb\x15\xebu\x1f\x08\xc11s\x94\xbb\x93\xc8.QN\xefM-\xbeU\xbe\x0f\xe3\xd2\xad\xe9\x1d\x9c\xbdR\x00\xb6\xd3{\x84\xa3T\xa3\x0eT\x83\x1c\xca\xff\xfa\xcf\x1b\xccq\xf6Y\x9b\xd2^\x99\xd9\xae%\x8b.\x8ei^\xcd\x82\xb3\xac\x17j(t\xe4\xdc\x84\x81\x1e&\x15\x12\x94\xa6Z\xa0`\xb5>D;/nF\xe6I{l\xb3[\xcf+[\x87\x19o\xbd\x0b\xb3pi\xb9rq\xe3\x0c\xc1\xfc3k_\x16"\x89\xbf\xff/?\xf9xo\xbc\x94\xbb\xd4\x06\xb0\xd0\xfep7\x19\xaa\xeb;\xb0C=\x96\xc7.Zt\xc6\x86\x8ap\xc6\xcf\x8f \xdf\xbb\x82\x0eA\x95\x8d\x99\x10\x93n\x1c\xa8\xbf"\xc3y2S\xe0\x06\xfa`e\x87\xaaOJ\x9d\xf7\x05u\xb5\x9e\x81\xa4p\xc794\xa1\xdc\xf1\xb1\xdff\x95\xba\xeb\x1f\x07\x8a\x0ct\xc73F\xe3\xf7JN\xd9\x19K$\xaa\xbd\x12^4\xf8@0\xe2\xaa\xfa\x10><\xe2\xdc\n\xc1w# $t\xa1\x83\xb5B\x8b\xcf\x98\x9d\xa2~\xbdWl\xdeZ\xa5\xa2Oo;\xadD\x13M\xfc \xea6\x8d\x89\x05^q\xa6\xea,\x1d}\x12n=\x8e\xc7\x02`[je\xc8\xd1\xb4\x92?\x8e\xae\x1cp\x1aY\xd3@"+\xa8cV\xae\x0b\xb1\xcb\xfb\xb0\x88\x16\x1d\xdd\xaf\r\x90\x95\x04tTy\x8a\xf56+G\x1fS\xd1\x0cd;\xbb~qK\xe5H\xdd\x82\xbdj8\xae\x86\x16\x9c\xc3\xaf"\x92(\x15\xda\xce\x8f\xae3)=\xcaa\xc7\x7f\xba\x81E\xd7\x0e*>lA\x95Q\x04\xabk\xddOt\xed\xa1\x8e\xbe;]X\x04\x18\xcb/\x81\xf7\xc7\x1c\xb2/DN0]F\xdf\xfcr\x05K\x8b:\xa2\x9c\x18\xc5\x8e\xa3;K\x95\x8c\n%\xe5\x15\xa4\xc2bCn\xab\xf1Ub\x1f\xba\xe6\x01%\x82\xa9C\x82\xb0\x82\xfa\x93D\x02v ^\xd2\xb0`<\x9cUY\x8ci\xfbV\xf8\xd7ZZ\x98\xdd\x89 ;S\x9a\x8443jb$\xed9zlqi(\x9c(\x14\x95,\xe8\xc23-\xbb\xb7\t2\xee>k}_\x0b\xe8\xecw\xbfo\xa782\xa7\x8a\xfc2\xa2Cg[!\xf3\x14W4[\xc3\x9a\xddk\x84q\x85a,\x07V\xf0c\x1d{kr\x8f\x11\x97\x1b\x96\x17$q\x9c\x963q\x19\xd6\xcc\x9cC\xf6\x92E\x8a-\tq\xbb\xbf\x03\x02%\x93\xad\xbd\x85\xdc\xa0\xcf\x13\xe3\xa5\xa0\x811X\xaap\x06\x11\xf2q\x18,\xae\x8cY$\xf2\xf9\xaa,\x81\x94\xc0\xb6\x7f\x00\xb6K\x17[\x95q\x94@j!\xd4u?j\xcan6\xfd\xcbm\t\xc7bh4\xfeD%\xbex\x80\xed\xd6W \xedZcap\xab-\x99o\xd4\x08m\x88nh+/Y\x1b\x85\xa7e\x81\xf2\xef\xa9\xe5\x88N\xcet\x1f\xda\xef\xc1\x18a`\x9b\xd3\x8bd\xf6\xcc:o\x18I\xc1\x17\xe8YV\xf4\xdb\xa4>\x83? \xd1_y\x11T\xdf$\xc0\xa7\xac\xe6\x929\xf9\x9c\xca\xa9\xf6_\xc0uiG\x0f\xa4\xea\xe5^\xb9\xff\xfa\xe9\xddQa\xb8s\xd2\xa7\xed\xc0\x8b\xa5\xf6l\xda\xdd`\xa9\x1a/\xb3Cv\xb9\x99\x98\x0bm\xc5\xfe\x10\xdd\x8e\xf5\x9b\xba\xa4\x95i\xa3F\xe82\xdb\xf4Z\xbd p\xfb75X\xd0(\xbf\xbd\x14\x17\x94s\x05\xe7\x15p\xc2\x8a\x8au\xb4\xce\x9b\x85\xdc\xc6\x8f\xe2v_k\x00\xce\xcd\x87\xa0\xc6\xa7\xcdx\x9dZ\x84x\xc9\xc1\xafK\xae\xc3Cf\xd9\x16\xa1\xa2<U\xca\xd2\xc9\x05\xe0\n\xe6\xfa\x8c\x1c@\xb2\x90f2xk\x98\x00\x0e\xce\x0c\x8b\x8c\xa7\xa8\xcb\xce\xc7\x19M\xc9\x03iv4\xacU\xbc\xc2\xb5h\xab1=\xbc\xd3\x9a\xd5\xca5\xde8zYUp\xe7\xe2\x85<v\x7f\x01\xd2\xb7\xc9\xa7\\\x18\xcdW\xf36]#\x8cp8\x06/\x80j\x9f63<[\x05\xae\xd1\x9b\xe5\x03\xa5\xd2\tky4\xef\x1c\xd1\xae/\x1eS\x93\xf6W\xf92)O\xe9t2\xd4\xfbB+&\x82\xdc\x13U\x01\xefS\xbe\xe5\x188\xc0\x0f/\xe1\x91{\xc5V\xf7\xe1K\x1a\x0b\x11S\xb5\xeb\xafk\xe9\x8d+\xb0\xac\n\x0e\x93L\t[B\xcf\xcd\xc1}\xd9\xa5g\xa0\xa7\\\xf45\x1a\xe5\xba\xf5\x1cY\x8a!n\x86L\x8f~\xecp\xd6\xf7y\x0b\xfa8\xab\xa5*\x1d\xf6\xbb4\xd0\xe2\r\x05\xe9y\x85q4\x8b\x17\xef\x15\xc4W\xfe\x03\x9f\x0f\xa3]9\xf0fi\xa9\xf3\xc3\xc3 \x8f-\xa6a\xdd\x9e\x16s\x90/\x87xC\xca\xfc\xaa\x00\x16\x87\x10\r\xa5\xf7\xaa\xfa-\xf2q@\x8bN\xd9i\xe0W!-\xc3\xd7\xc76nY\xb7\x96l\xff~_ \xff\x1d\x926Kz\t\xa2\xd8\xb8\x02`X.$f\x89\xa2\xeaS\xceX\xffa\xf7\xb32\x9d_\xea{\x86\xf2Xop\xfe~7\xb5\xa2\x95\xdb\xd5\x84\x83\xef\xb0\x13\x9c!(\xb7\xc9\x9c\xc9\x8b\xcb\xe6\xf5\xd9[\x8cU\x12\x9b\xd3\xe4\xdf\x86\x07^\t\x80\xb8\xda\x8c_{\x05\x88*t\xe1\x87\x7f\x9a\xb0\xb5\xdd\x12,\x99\xe5q\x1f\xbd\x0b\x89-\x15\xb9a\x8d9M,\x82\x8e\x80\xce\x97\xe5\xfb4\x9e,\xa9U\x1a\xc1_\xa8\x17n\x05\xb7\x82i@\x02<\xc4vB\x9eT\xaf\xe9\x07\x0b\xa9\xd5\x99\xd3\xba\xcb\xd6\xfb\x9e\x82\xf0^\x8c_\xc1\xcd\xdds\x0b\xfb\xb5\x0c%\xb1\x08\x90\xea\x94\xc4DP[[\xf4\xc9\x02\x9f\xe5,\xa0&O\xb0E\xde\xe7\xa0\xc7\x9d\x12wB\xf3\xd0I\x8c\xe2\x01\x0f3$\x0b\xc1\xa4\xd8\xa6\xcb\xbf\xbd\x13@r\xdc\xcc\xacG\xb4m}\x1a!\xa7\xc5>\x8a\xcc\xddX{S\xe7F\xb6\xc3I0[\x0c|\x93\x19Y\xd8\x1b\xc1\x0f\x99\xcdQ\x991\x86@\xfeI\xd6\xa1\x8fg\xab\xf8\xb1\xadC\xe9\x94\'Q\xa5\xff_\xfb-:\xab\xc2\xbb\xe2\xbf\xb4\xc2\xc1\xcc\x18V\xde\xf2\xf9\x88\xe7\x0fV\x0clt8\x99\xf7\xe1aE\x1fO\xfa\xa5Y\\\xbc*(\xb4\x86Z\xadkp\xb8\xed\xda\x15\xe3\x8c\xe6%#"z\xe2$\xca6\xc5\x9eK\x99k\x10\xb0\x87\xbb\xfdB\x14\xea"[25\xecV\x92s\x12\x9er\xfe`\x81<L\x1ctc\xa4\x97\xe3\nE3\x01\xf4\x02\xe5\xb4\xbaN\xb6\x9e\x15x[\x7fm\xb1\x97\x0f\x91\x98\x07\xdcO\xc4JA\x01\xaf\xea\r\x7f\xe2,\xfc\xbc\x0eR26&\xafa0\xf0\x8c/\x91k\xcdo\xa6\x9dMC\xaf\xcf\xbd\xaaX\xa9B\xf1(\x98\xbfi*`\x99]uM\x00H\x95\x02W\x1b\xd4!\xd2\xc3|\xf2ZD\x1e\xe0j\x15\x1f \'\x14\xe2\xb6qa(\x1c\xafk\xf2\xa2hm\xee\xc2\x8e\x1a\xfe\xb3\x99UMQ\x0e\x15\xb1\xa7u\x19!Bd7V\x19u\x91\x03*\xd7S\xbd\xacv\x10\x06\xdfe\xf5\x94Q`\\\xfdi\x1c\\\ru\xa5\x0e\x11\xbd\x06\x9b\xecc8\x95\x1eY\x1c@\x0e*\x9a2\x9da\x88\x05]h\xfb\x11\xa8w\x99"\xbf\xb5-\xc1\xc2\x90\xa7\x82)\xda\xf4\x1f\xae\xbb\xb3%]@\xfeD\x19\xeb\xd7\xc6BGHi\xc3/~\x08\xb4s\xe1\xa6`\xc3\xce\xbb\xfelR~d\xfbX\x8c\x02\xba\x93\x9c\xe1\xc2\x1c\x10\x06i\xc8QH:\xe3\xad\xd9\xe5u\x84\xc3\x0f\xa4\xe5\xd8\xc43E+\xd9r\x99\xfb\xdb\xdd\xcb\x148G\x182\xb1T\xab\xc2\x88\x03\x1cF\x1a\x8a\x93\x11\x01a3\x91\xbcs\x94\xd2\xb0M\t\xfe\xdfH\x19\xa6\x9c\x85\xf0\xd4\xd7~\xc5\xa8\xc5j\xd5lG\x9f:\xb2\xff\x1fsl1\xd6oK\x1f\x018\xed1\xff\xf3\xf8&\xf7?s\x05\x8fd\x1e\xda\r\xeej\x90\xed\xe6n\xa0\xdb\xb9\xb3\xaa\xec\x04\x0c\x02\xf0\x9c\xc5\x98:\x80\xc5\xab\xe2\xa0\xfa\x85BC\x06\xa3\xdcB\x0c2\x1c\xff\n\xfb+\xab\xc3\xaa\xcbk\xdb\xd7\r\x07[\x08\xd98\x00\xb6\xf2v\x85\xed\x00\xad\xa9\r0xK<\x9a\x03\xd0\xa5\xc5\xf3<\t\xdd\xdbN\x9d\x1c\x80$V\x89shD\xe3\xf8\xf5.85:\xd8i\xdd\x86\xce\x088j\xb1`\xb2b\xe0q!\xbd\xae\x9e6\x1f\x89\xc84Z\x19\xbc\x9e\x8apx\x02m\x81\xd1p\x8a\x1e\xf4\x96\xd9s\xe2\x80k\x7fO\x1b\x18\xed~\xb6\x1b\xa0\xd6\xba\x0fcG+\x9c\xd4\xf3f}O\xdc\xf2c\xa4\xa7<\x0b(H\xad\x91\xc7\xda\xca\xdaz\'\x8c\r\xf5\xfe\x06\xbf2a\x07\t\xb9$1\xde\x18\xa9\x01\xece9\x1f6bL\x18HU\xefq\x19G\x12b\x18\x962\xf1\xeb\xa8\xc8\xc8M\t\x89\x17\x8a\x02\xa4\x8eK\x06\xefQ\xa6\xb2\x800\x967\x15X\xed\x08\xf3\xc2\x8a\x06\xd5t\x97\x88\x17{\x9eF:\x03\x19\xca_\xa5s8\xedZ\xaa\x95\xb9\xacX\n\xb6\x96\xf8,\xba\x9d\xe3\xef`\xb0\x10\x89fnw^\xf8\xa9+\tM0\xb3\xb2\xd9{\xab5\xa9t\xd3y\x97\xa3\xe2\x91\xaa\x9b\n\xe4p\xa8\xca\x81\x1c\x1f\xe4\xf6kt\xa8*\x049\xc5\xd9\x87I\xe6\xf7i&\x00\x80\xee\xc2\xdfV\x9e\xec5\xec\xdf\xbat \x8e>\x15\x8b\xf98`;\xc0\x8e\x1b\x9c\xc9\xe0\x08\x9e$i\xfaS2L\x9b\xe1\xf4\xc8\x0bc`%]\x0f\x9f\xe7\x81>\x17\ne5c\xf7\x0e\x89:yO\x13^4\xa7x\xac\x16\x01\xd6)\xd5\xae\xc6\xde;IG\x95%\xe2\x87xZ\x0cf\x07\xfa\x1e\xaa\xfa=\xb1\xbf9\x0eGg\x84]\xf3R\xaa-\x87.\xd9\n\x977\xf1\xba\\\xe8\xc0\x91\xb1\x11\xbd[\xccts\xc0\x9ew_\x0e\x0c(\xe7\xff\xbb\xa02\x02\xfa\xa2\xe8_M\xf7\x12\x1d\x1f\x16m_\xbdn]\x1d\xe8\x0e\x1e\xd9j\x0e\xcd=s\xe7\xc3\x92!O\x93P\xb2\xc4\xb2~hW_v%Q\xd6\xaf\x1c\xf4h\xaf\x7f{zjQb#6\x9c;\xc8\xe6\x9d\x08\xa2\x11\x86a\x98\xd7/\xc7\x94\xf7)\xc5\x99\xc0\xbd{\xa3\xa55\x0b\x1c\xa4K+u\xf2\xd8\xfe\x1f\xa1\xb1\xa2\xf9\x90\xc5\xcd\xe7\x9e\xed\x8ef=\xe1\xff\x81\x1e_\x1e?\x9aqRH\x0f9\xca\x03\t\x07L\x85\xfb\x8fX\x15\xadG\xf6h\xba\x830\'\xca\xb93\x1ab\x0e\x1d\xf5"\x18\xf0\x9a\xdaf\x07\x90\xdf0\xff\x80nH\xa4\xe90\x90\x8e\xa4\xd9*\x98\x88\x84ym\xadd\x1b\x9aA\xb0\x93*\'\xdb\xf2\xdb\x84\r\xbe\xcfTD\xc8\xad\x0b\xef\x01\xb8\x05\xdb\xfdpO\xf2\xfeo\x07\xb8/\xbb\x8e\x19\x8a\xda\xa2>\xd5\xa2iT\xcb\xb9]\n\xcc\xa5z\x90\x04\x13\xe1\tW\xd8\x1b#_u.\x830\xce\xac\xab\xbeM\xdd\xed\xe2\x14{\x1d\xbe3\xc6\x86.\x10G\x05T9\xf5\x15cD\xff\xa5\x11\xcc\xfc8\xb9\xdcC\x07y\x10\xee\xc7O\x7f\xea\xc0\xfaV\xbciX\xa2\xab\xf5\x10\x82]\x17\xc4[\xa4\xc4\xe0\xf6%\xc3\xa4\xc46}\xd0}\x1aw\xc3n~\x9d{DQ\x0bn\xda\xe2G6\xb6\xeb"\x1b\xad\xbb\x1fA\x8d\x97u\x98\xa2l\x10E\xfc\xa34\xfa\xe1\x9a\xdd\xe5y|?^\xbc=*\xef\xbaTlF#P\xeb\xb4\xb9:&\x05zkO\x84\x11\x96\xd8z\xfc\x0f\xc5\x0c\x89\xf30-\x91FQ\'\x0f\xadA\xe7Si\x9a3M\x0b\xc3\xf1\x85\x90\xe8\xf9\x8dI\x90\xf9\xecs\xe7\x9c"uw\x02\xe7T:\xe3\x806I_\x9f\x9d`\xe5l]\xcb\xdfLu\x9c\xb9v\xc4\xc9\x8c\xab\x8axadU\xd1S0\xd3\xf7}\x06\xf4O!\x82\xd4\xe0\x8e<\x8b\xbf\x01=\xb94uw\x8d\xc2f\x0c\xe4:u\x86\xe5\'U\xb6FE\xae\xdb\xf9\xc7\xb0lh\x18>\xc6\x83\x02S\x99\x95\x88\x14\xd9O\xf6\xf1\x0fIB\xb1S\xe0\xdex\xa3\xb5\xb1\x08FS&\xff#\xaf+\xa2\xd9\xd1\xea\x06\xac\x96\x97\x92\x0e\x93\x84b\xa8,l&\x0e\x98\x9bf\xee]"\x91v\x96\xdd\xfe<\xd3\xfa[{C\x1e\x17\x95J*\xc4\x8e\xcf\xba>\xd2Q\xdd\xa3\xfe\xe23)\x88\n)\xeb\xaa\xe3)(w\x93\xf7\xe4\x8b\xf7\x12>]\xfdf\xfbV\x9e}\xed\xd8\x01o\xa2\xaa\x1e\x00p\xc6:\xd3\xcc\xea\xab\xaf\xb7\xb2e\x1f\xb7sA\xd4\xdc<\xff\x96\xeb\x11Y@~&0d@\x97\xa4,\xb5\xde\x0b\xaa\xa8\xb1j\x82\x8c\x00\x8d%e\xdb9m\xfb\t!\xc7\x8e\xdc\xb4P\xc9up\x17\x82~\\\xfe\xd1\xd1g\xe6\'$\x0cb\xa9U\x98\t\xb5b\x16\xa2\xa1\x15\xa6\xf07\x85n(h\xae\x1e\x9c\x7f}VdS~\xa349\x0fde/\xb0^\x07\xcfMLB\xcb\xb4\xac\x123\x07\xc8f\xefZ\x0c\xcd\xaeQ\xb9\x91Zz\xd5\x05\xf7\xabc8\xe5.\xab\xca\xaf\x9ax\xf8P\xa7\x93\x7f\xff\xe5]\xec\x13g6\x9e\x98\xa1\xea\xf6\xe7\x8fo\x95\xd9\xc8\xae\x85\xb7\xec\xc5\xc5\xf0\xda\xb5p\xdf\xa9S\xa9ie\x87H\xf8}z*B\xd0\xd6\xf5\x10\x07\xedRE\xa9\xe3\x19^\x1a\x16B\xb5t\xee\x1b\xbb~\xac\x18=\x8d\t\x1c#a\xb5\x18\xc1\xa5\xf1\x19\xcc\xf8\xd6\xd5\x15kbv=\x83\xe5\xb6\xce\xa8\xe2\xef\xebI\x8dI\xe3\xa8;[F\xff\xe8-\x19(e\x04\xfc\x19b{\xe7\x80\x93s\xb8\xcb\x01{\x96\x04\xf0yq\xca\xed\x8a\x06v\xe1\x1djh\x96D{w\xcc\x1ae\n!\\\x92(\xe2\x9c\xc6\x90\xa5\xefF\x81\xa5\xca \xcf\xa1n\x10|\x9cV!\x13>\xf3r\x02"\xfe9\x87\xae\xdc\x9eX\x90\xc8\x8acM\xe1\xbe\xaa?\xbf3v\x02\xd8\x00\xdds#\x90\x9e\x9d\x9ag\r\xb9\xeer\xa1\x00\xd6\xe8\x8a\\\xdf&\x8b\xac\x0b\xcd\xdb\xabf\x98\xe7\xeb}qA\xb3\x8d\xad\xf1\xdc\xd4_E\xd4\xb7\xc0?q\xec\xb0\x84\xb7\x07\x9c\xc8\xae~"u\x9b\xfb\xc8\xdb\xc6\x00\xd1\x06z\x0ca5X\xf0\xff\x9e\x11\x9b\xd4\xc2\x9eb\x7fj+\x90\xc5\xe8L\xd7\xd1\x82\x1c\x0e\xf2Ul\xaeGD\'\x1e\xbbT\xa8I\x89(\x85b(\x1dK\'\xb1\xdbyA\x0e\x0f\xf8\xd2/\xddf=\x8c\xa77B\x80\x7f\xd4\xad\x9a\xc4\t\xf4\xb2\x0c\xb4\x95\x9c\x18qc\x12\x10\xd5r\x0e\xe6,\xcd\x84\x83(p\x132\x9b>\x9c\xac\xd6p/\xa1\x8cm\x9e\xab\x11\x07\x8cau\xe6\x9f\xd2l\x9e\xb1%\x87\x9bG[\xc2\xc0\xde\xe0\xec\xe4\xa9\x92\x96\x1b\xaa\xa3\xc5\x10\x9f0t\x05\xb2\xb3\xd4\x8c\xa2\x18\xc2\xd1\x12pP\xd2L\xb4\xe8\x027S\x12\xff\xdb\xe3\xb8=\x88\x0c\xa2\xfb\x94\xe2F^\x17\xac\'\xb9\xc4d[\\\x9e\x10I;\x0b\x1dP\xa3\xc6\xb9\xcaRgqx9#tU *\x14o\xb5\x85\xc4f\xcawUh\xea\x81n\xba\\\x9d\x01\xe3\x06\xdc6\x8de\x88s\xd8S\x01r`l\x1f,Y\x1c\xe6\x08\x8eI\xbf\xd6\x97N2h7\xa2%\x00\xad\xa9){\xa0r\xa7#\xf4\xb1\xa0G1\xbd\xed\xf5\xb1SG\x9e\r\x9dF\x91\x97\x81\x94pk\xc2:\xde\xaf\xb0ZS\x1c\xf3\x11y\x19!\x14\x96\xef~\xfa\x96\tS^~\xf5\x16=\xdc\xbbP$\xb62\x1d\x83\x17_n\xfa!')
|
pyarmor_runtime_000000/__init__.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
# Pyarmor 8.5.11 (trial), 000000, 2024-11-
|
| 2 |
from .pyarmor_runtime import __pyarmor__
|
|
|
|
| 1 |
+
# Pyarmor 8.5.11 (trial), 000000, 2024-11-12T22:52:22.505987
|
| 2 |
from .pyarmor_runtime import __pyarmor__
|
pyarmor_runtime_000000/pyarmor_runtime.so
CHANGED
|
Binary files a/pyarmor_runtime_000000/pyarmor_runtime.so and b/pyarmor_runtime_000000/pyarmor_runtime.so differ
|
|
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|begin_of_text|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|eot_id|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
}
|
| 16 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,2062 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"128000": {
|
| 4 |
+
"content": "<|begin_of_text|>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"128001": {
|
| 12 |
+
"content": "<|end_of_text|>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"128002": {
|
| 20 |
+
"content": "<|reserved_special_token_0|>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"128003": {
|
| 28 |
+
"content": "<|reserved_special_token_1|>",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"128004": {
|
| 36 |
+
"content": "<|finetune_right_pad_id|>",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
},
|
| 43 |
+
"128005": {
|
| 44 |
+
"content": "<|reserved_special_token_2|>",
|
| 45 |
+
"lstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"rstrip": false,
|
| 48 |
+
"single_word": false,
|
| 49 |
+
"special": true
|
| 50 |
+
},
|
| 51 |
+
"128006": {
|
| 52 |
+
"content": "<|start_header_id|>",
|
| 53 |
+
"lstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"rstrip": false,
|
| 56 |
+
"single_word": false,
|
| 57 |
+
"special": true
|
| 58 |
+
},
|
| 59 |
+
"128007": {
|
| 60 |
+
"content": "<|end_header_id|>",
|
| 61 |
+
"lstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"rstrip": false,
|
| 64 |
+
"single_word": false,
|
| 65 |
+
"special": true
|
| 66 |
+
},
|
| 67 |
+
"128008": {
|
| 68 |
+
"content": "<|eom_id|>",
|
| 69 |
+
"lstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"rstrip": false,
|
| 72 |
+
"single_word": false,
|
| 73 |
+
"special": true
|
| 74 |
+
},
|
| 75 |
+
"128009": {
|
| 76 |
+
"content": "<|eot_id|>",
|
| 77 |
+
"lstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"rstrip": false,
|
| 80 |
+
"single_word": false,
|
| 81 |
+
"special": true
|
| 82 |
+
},
|
| 83 |
+
"128010": {
|
| 84 |
+
"content": "<|python_tag|>",
|
| 85 |
+
"lstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"rstrip": false,
|
| 88 |
+
"single_word": false,
|
| 89 |
+
"special": true
|
| 90 |
+
},
|
| 91 |
+
"128011": {
|
| 92 |
+
"content": "<|reserved_special_token_3|>",
|
| 93 |
+
"lstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"rstrip": false,
|
| 96 |
+
"single_word": false,
|
| 97 |
+
"special": true
|
| 98 |
+
},
|
| 99 |
+
"128012": {
|
| 100 |
+
"content": "<|reserved_special_token_4|>",
|
| 101 |
+
"lstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"rstrip": false,
|
| 104 |
+
"single_word": false,
|
| 105 |
+
"special": true
|
| 106 |
+
},
|
| 107 |
+
"128013": {
|
| 108 |
+
"content": "<|reserved_special_token_5|>",
|
| 109 |
+
"lstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"rstrip": false,
|
| 112 |
+
"single_word": false,
|
| 113 |
+
"special": true
|
| 114 |
+
},
|
| 115 |
+
"128014": {
|
| 116 |
+
"content": "<|reserved_special_token_6|>",
|
| 117 |
+
"lstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"rstrip": false,
|
| 120 |
+
"single_word": false,
|
| 121 |
+
"special": true
|
| 122 |
+
},
|
| 123 |
+
"128015": {
|
| 124 |
+
"content": "<|reserved_special_token_7|>",
|
| 125 |
+
"lstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"rstrip": false,
|
| 128 |
+
"single_word": false,
|
| 129 |
+
"special": true
|
| 130 |
+
},
|
| 131 |
+
"128016": {
|
| 132 |
+
"content": "<|reserved_special_token_8|>",
|
| 133 |
+
"lstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"rstrip": false,
|
| 136 |
+
"single_word": false,
|
| 137 |
+
"special": true
|
| 138 |
+
},
|
| 139 |
+
"128017": {
|
| 140 |
+
"content": "<|reserved_special_token_9|>",
|
| 141 |
+
"lstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"rstrip": false,
|
| 144 |
+
"single_word": false,
|
| 145 |
+
"special": true
|
| 146 |
+
},
|
| 147 |
+
"128018": {
|
| 148 |
+
"content": "<|reserved_special_token_10|>",
|
| 149 |
+
"lstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"rstrip": false,
|
| 152 |
+
"single_word": false,
|
| 153 |
+
"special": true
|
| 154 |
+
},
|
| 155 |
+
"128019": {
|
| 156 |
+
"content": "<|reserved_special_token_11|>",
|
| 157 |
+
"lstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"rstrip": false,
|
| 160 |
+
"single_word": false,
|
| 161 |
+
"special": true
|
| 162 |
+
},
|
| 163 |
+
"128020": {
|
| 164 |
+
"content": "<|reserved_special_token_12|>",
|
| 165 |
+
"lstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"rstrip": false,
|
| 168 |
+
"single_word": false,
|
| 169 |
+
"special": true
|
| 170 |
+
},
|
| 171 |
+
"128021": {
|
| 172 |
+
"content": "<|reserved_special_token_13|>",
|
| 173 |
+
"lstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"rstrip": false,
|
| 176 |
+
"single_word": false,
|
| 177 |
+
"special": true
|
| 178 |
+
},
|
| 179 |
+
"128022": {
|
| 180 |
+
"content": "<|reserved_special_token_14|>",
|
| 181 |
+
"lstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"rstrip": false,
|
| 184 |
+
"single_word": false,
|
| 185 |
+
"special": true
|
| 186 |
+
},
|
| 187 |
+
"128023": {
|
| 188 |
+
"content": "<|reserved_special_token_15|>",
|
| 189 |
+
"lstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"rstrip": false,
|
| 192 |
+
"single_word": false,
|
| 193 |
+
"special": true
|
| 194 |
+
},
|
| 195 |
+
"128024": {
|
| 196 |
+
"content": "<|reserved_special_token_16|>",
|
| 197 |
+
"lstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"rstrip": false,
|
| 200 |
+
"single_word": false,
|
| 201 |
+
"special": true
|
| 202 |
+
},
|
| 203 |
+
"128025": {
|
| 204 |
+
"content": "<|reserved_special_token_17|>",
|
| 205 |
+
"lstrip": false,
|
| 206 |
+
"normalized": false,
|
| 207 |
+
"rstrip": false,
|
| 208 |
+
"single_word": false,
|
| 209 |
+
"special": true
|
| 210 |
+
},
|
| 211 |
+
"128026": {
|
| 212 |
+
"content": "<|reserved_special_token_18|>",
|
| 213 |
+
"lstrip": false,
|
| 214 |
+
"normalized": false,
|
| 215 |
+
"rstrip": false,
|
| 216 |
+
"single_word": false,
|
| 217 |
+
"special": true
|
| 218 |
+
},
|
| 219 |
+
"128027": {
|
| 220 |
+
"content": "<|reserved_special_token_19|>",
|
| 221 |
+
"lstrip": false,
|
| 222 |
+
"normalized": false,
|
| 223 |
+
"rstrip": false,
|
| 224 |
+
"single_word": false,
|
| 225 |
+
"special": true
|
| 226 |
+
},
|
| 227 |
+
"128028": {
|
| 228 |
+
"content": "<|reserved_special_token_20|>",
|
| 229 |
+
"lstrip": false,
|
| 230 |
+
"normalized": false,
|
| 231 |
+
"rstrip": false,
|
| 232 |
+
"single_word": false,
|
| 233 |
+
"special": true
|
| 234 |
+
},
|
| 235 |
+
"128029": {
|
| 236 |
+
"content": "<|reserved_special_token_21|>",
|
| 237 |
+
"lstrip": false,
|
| 238 |
+
"normalized": false,
|
| 239 |
+
"rstrip": false,
|
| 240 |
+
"single_word": false,
|
| 241 |
+
"special": true
|
| 242 |
+
},
|
| 243 |
+
"128030": {
|
| 244 |
+
"content": "<|reserved_special_token_22|>",
|
| 245 |
+
"lstrip": false,
|
| 246 |
+
"normalized": false,
|
| 247 |
+
"rstrip": false,
|
| 248 |
+
"single_word": false,
|
| 249 |
+
"special": true
|
| 250 |
+
},
|
| 251 |
+
"128031": {
|
| 252 |
+
"content": "<|reserved_special_token_23|>",
|
| 253 |
+
"lstrip": false,
|
| 254 |
+
"normalized": false,
|
| 255 |
+
"rstrip": false,
|
| 256 |
+
"single_word": false,
|
| 257 |
+
"special": true
|
| 258 |
+
},
|
| 259 |
+
"128032": {
|
| 260 |
+
"content": "<|reserved_special_token_24|>",
|
| 261 |
+
"lstrip": false,
|
| 262 |
+
"normalized": false,
|
| 263 |
+
"rstrip": false,
|
| 264 |
+
"single_word": false,
|
| 265 |
+
"special": true
|
| 266 |
+
},
|
| 267 |
+
"128033": {
|
| 268 |
+
"content": "<|reserved_special_token_25|>",
|
| 269 |
+
"lstrip": false,
|
| 270 |
+
"normalized": false,
|
| 271 |
+
"rstrip": false,
|
| 272 |
+
"single_word": false,
|
| 273 |
+
"special": true
|
| 274 |
+
},
|
| 275 |
+
"128034": {
|
| 276 |
+
"content": "<|reserved_special_token_26|>",
|
| 277 |
+
"lstrip": false,
|
| 278 |
+
"normalized": false,
|
| 279 |
+
"rstrip": false,
|
| 280 |
+
"single_word": false,
|
| 281 |
+
"special": true
|
| 282 |
+
},
|
| 283 |
+
"128035": {
|
| 284 |
+
"content": "<|reserved_special_token_27|>",
|
| 285 |
+
"lstrip": false,
|
| 286 |
+
"normalized": false,
|
| 287 |
+
"rstrip": false,
|
| 288 |
+
"single_word": false,
|
| 289 |
+
"special": true
|
| 290 |
+
},
|
| 291 |
+
"128036": {
|
| 292 |
+
"content": "<|reserved_special_token_28|>",
|
| 293 |
+
"lstrip": false,
|
| 294 |
+
"normalized": false,
|
| 295 |
+
"rstrip": false,
|
| 296 |
+
"single_word": false,
|
| 297 |
+
"special": true
|
| 298 |
+
},
|
| 299 |
+
"128037": {
|
| 300 |
+
"content": "<|reserved_special_token_29|>",
|
| 301 |
+
"lstrip": false,
|
| 302 |
+
"normalized": false,
|
| 303 |
+
"rstrip": false,
|
| 304 |
+
"single_word": false,
|
| 305 |
+
"special": true
|
| 306 |
+
},
|
| 307 |
+
"128038": {
|
| 308 |
+
"content": "<|reserved_special_token_30|>",
|
| 309 |
+
"lstrip": false,
|
| 310 |
+
"normalized": false,
|
| 311 |
+
"rstrip": false,
|
| 312 |
+
"single_word": false,
|
| 313 |
+
"special": true
|
| 314 |
+
},
|
| 315 |
+
"128039": {
|
| 316 |
+
"content": "<|reserved_special_token_31|>",
|
| 317 |
+
"lstrip": false,
|
| 318 |
+
"normalized": false,
|
| 319 |
+
"rstrip": false,
|
| 320 |
+
"single_word": false,
|
| 321 |
+
"special": true
|
| 322 |
+
},
|
| 323 |
+
"128040": {
|
| 324 |
+
"content": "<|reserved_special_token_32|>",
|
| 325 |
+
"lstrip": false,
|
| 326 |
+
"normalized": false,
|
| 327 |
+
"rstrip": false,
|
| 328 |
+
"single_word": false,
|
| 329 |
+
"special": true
|
| 330 |
+
},
|
| 331 |
+
"128041": {
|
| 332 |
+
"content": "<|reserved_special_token_33|>",
|
| 333 |
+
"lstrip": false,
|
| 334 |
+
"normalized": false,
|
| 335 |
+
"rstrip": false,
|
| 336 |
+
"single_word": false,
|
| 337 |
+
"special": true
|
| 338 |
+
},
|
| 339 |
+
"128042": {
|
| 340 |
+
"content": "<|reserved_special_token_34|>",
|
| 341 |
+
"lstrip": false,
|
| 342 |
+
"normalized": false,
|
| 343 |
+
"rstrip": false,
|
| 344 |
+
"single_word": false,
|
| 345 |
+
"special": true
|
| 346 |
+
},
|
| 347 |
+
"128043": {
|
| 348 |
+
"content": "<|reserved_special_token_35|>",
|
| 349 |
+
"lstrip": false,
|
| 350 |
+
"normalized": false,
|
| 351 |
+
"rstrip": false,
|
| 352 |
+
"single_word": false,
|
| 353 |
+
"special": true
|
| 354 |
+
},
|
| 355 |
+
"128044": {
|
| 356 |
+
"content": "<|reserved_special_token_36|>",
|
| 357 |
+
"lstrip": false,
|
| 358 |
+
"normalized": false,
|
| 359 |
+
"rstrip": false,
|
| 360 |
+
"single_word": false,
|
| 361 |
+
"special": true
|
| 362 |
+
},
|
| 363 |
+
"128045": {
|
| 364 |
+
"content": "<|reserved_special_token_37|>",
|
| 365 |
+
"lstrip": false,
|
| 366 |
+
"normalized": false,
|
| 367 |
+
"rstrip": false,
|
| 368 |
+
"single_word": false,
|
| 369 |
+
"special": true
|
| 370 |
+
},
|
| 371 |
+
"128046": {
|
| 372 |
+
"content": "<|reserved_special_token_38|>",
|
| 373 |
+
"lstrip": false,
|
| 374 |
+
"normalized": false,
|
| 375 |
+
"rstrip": false,
|
| 376 |
+
"single_word": false,
|
| 377 |
+
"special": true
|
| 378 |
+
},
|
| 379 |
+
"128047": {
|
| 380 |
+
"content": "<|reserved_special_token_39|>",
|
| 381 |
+
"lstrip": false,
|
| 382 |
+
"normalized": false,
|
| 383 |
+
"rstrip": false,
|
| 384 |
+
"single_word": false,
|
| 385 |
+
"special": true
|
| 386 |
+
},
|
| 387 |
+
"128048": {
|
| 388 |
+
"content": "<|reserved_special_token_40|>",
|
| 389 |
+
"lstrip": false,
|
| 390 |
+
"normalized": false,
|
| 391 |
+
"rstrip": false,
|
| 392 |
+
"single_word": false,
|
| 393 |
+
"special": true
|
| 394 |
+
},
|
| 395 |
+
"128049": {
|
| 396 |
+
"content": "<|reserved_special_token_41|>",
|
| 397 |
+
"lstrip": false,
|
| 398 |
+
"normalized": false,
|
| 399 |
+
"rstrip": false,
|
| 400 |
+
"single_word": false,
|
| 401 |
+
"special": true
|
| 402 |
+
},
|
| 403 |
+
"128050": {
|
| 404 |
+
"content": "<|reserved_special_token_42|>",
|
| 405 |
+
"lstrip": false,
|
| 406 |
+
"normalized": false,
|
| 407 |
+
"rstrip": false,
|
| 408 |
+
"single_word": false,
|
| 409 |
+
"special": true
|
| 410 |
+
},
|
| 411 |
+
"128051": {
|
| 412 |
+
"content": "<|reserved_special_token_43|>",
|
| 413 |
+
"lstrip": false,
|
| 414 |
+
"normalized": false,
|
| 415 |
+
"rstrip": false,
|
| 416 |
+
"single_word": false,
|
| 417 |
+
"special": true
|
| 418 |
+
},
|
| 419 |
+
"128052": {
|
| 420 |
+
"content": "<|reserved_special_token_44|>",
|
| 421 |
+
"lstrip": false,
|
| 422 |
+
"normalized": false,
|
| 423 |
+
"rstrip": false,
|
| 424 |
+
"single_word": false,
|
| 425 |
+
"special": true
|
| 426 |
+
},
|
| 427 |
+
"128053": {
|
| 428 |
+
"content": "<|reserved_special_token_45|>",
|
| 429 |
+
"lstrip": false,
|
| 430 |
+
"normalized": false,
|
| 431 |
+
"rstrip": false,
|
| 432 |
+
"single_word": false,
|
| 433 |
+
"special": true
|
| 434 |
+
},
|
| 435 |
+
"128054": {
|
| 436 |
+
"content": "<|reserved_special_token_46|>",
|
| 437 |
+
"lstrip": false,
|
| 438 |
+
"normalized": false,
|
| 439 |
+
"rstrip": false,
|
| 440 |
+
"single_word": false,
|
| 441 |
+
"special": true
|
| 442 |
+
},
|
| 443 |
+
"128055": {
|
| 444 |
+
"content": "<|reserved_special_token_47|>",
|
| 445 |
+
"lstrip": false,
|
| 446 |
+
"normalized": false,
|
| 447 |
+
"rstrip": false,
|
| 448 |
+
"single_word": false,
|
| 449 |
+
"special": true
|
| 450 |
+
},
|
| 451 |
+
"128056": {
|
| 452 |
+
"content": "<|reserved_special_token_48|>",
|
| 453 |
+
"lstrip": false,
|
| 454 |
+
"normalized": false,
|
| 455 |
+
"rstrip": false,
|
| 456 |
+
"single_word": false,
|
| 457 |
+
"special": true
|
| 458 |
+
},
|
| 459 |
+
"128057": {
|
| 460 |
+
"content": "<|reserved_special_token_49|>",
|
| 461 |
+
"lstrip": false,
|
| 462 |
+
"normalized": false,
|
| 463 |
+
"rstrip": false,
|
| 464 |
+
"single_word": false,
|
| 465 |
+
"special": true
|
| 466 |
+
},
|
| 467 |
+
"128058": {
|
| 468 |
+
"content": "<|reserved_special_token_50|>",
|
| 469 |
+
"lstrip": false,
|
| 470 |
+
"normalized": false,
|
| 471 |
+
"rstrip": false,
|
| 472 |
+
"single_word": false,
|
| 473 |
+
"special": true
|
| 474 |
+
},
|
| 475 |
+
"128059": {
|
| 476 |
+
"content": "<|reserved_special_token_51|>",
|
| 477 |
+
"lstrip": false,
|
| 478 |
+
"normalized": false,
|
| 479 |
+
"rstrip": false,
|
| 480 |
+
"single_word": false,
|
| 481 |
+
"special": true
|
| 482 |
+
},
|
| 483 |
+
"128060": {
|
| 484 |
+
"content": "<|reserved_special_token_52|>",
|
| 485 |
+
"lstrip": false,
|
| 486 |
+
"normalized": false,
|
| 487 |
+
"rstrip": false,
|
| 488 |
+
"single_word": false,
|
| 489 |
+
"special": true
|
| 490 |
+
},
|
| 491 |
+
"128061": {
|
| 492 |
+
"content": "<|reserved_special_token_53|>",
|
| 493 |
+
"lstrip": false,
|
| 494 |
+
"normalized": false,
|
| 495 |
+
"rstrip": false,
|
| 496 |
+
"single_word": false,
|
| 497 |
+
"special": true
|
| 498 |
+
},
|
| 499 |
+
"128062": {
|
| 500 |
+
"content": "<|reserved_special_token_54|>",
|
| 501 |
+
"lstrip": false,
|
| 502 |
+
"normalized": false,
|
| 503 |
+
"rstrip": false,
|
| 504 |
+
"single_word": false,
|
| 505 |
+
"special": true
|
| 506 |
+
},
|
| 507 |
+
"128063": {
|
| 508 |
+
"content": "<|reserved_special_token_55|>",
|
| 509 |
+
"lstrip": false,
|
| 510 |
+
"normalized": false,
|
| 511 |
+
"rstrip": false,
|
| 512 |
+
"single_word": false,
|
| 513 |
+
"special": true
|
| 514 |
+
},
|
| 515 |
+
"128064": {
|
| 516 |
+
"content": "<|reserved_special_token_56|>",
|
| 517 |
+
"lstrip": false,
|
| 518 |
+
"normalized": false,
|
| 519 |
+
"rstrip": false,
|
| 520 |
+
"single_word": false,
|
| 521 |
+
"special": true
|
| 522 |
+
},
|
| 523 |
+
"128065": {
|
| 524 |
+
"content": "<|reserved_special_token_57|>",
|
| 525 |
+
"lstrip": false,
|
| 526 |
+
"normalized": false,
|
| 527 |
+
"rstrip": false,
|
| 528 |
+
"single_word": false,
|
| 529 |
+
"special": true
|
| 530 |
+
},
|
| 531 |
+
"128066": {
|
| 532 |
+
"content": "<|reserved_special_token_58|>",
|
| 533 |
+
"lstrip": false,
|
| 534 |
+
"normalized": false,
|
| 535 |
+
"rstrip": false,
|
| 536 |
+
"single_word": false,
|
| 537 |
+
"special": true
|
| 538 |
+
},
|
| 539 |
+
"128067": {
|
| 540 |
+
"content": "<|reserved_special_token_59|>",
|
| 541 |
+
"lstrip": false,
|
| 542 |
+
"normalized": false,
|
| 543 |
+
"rstrip": false,
|
| 544 |
+
"single_word": false,
|
| 545 |
+
"special": true
|
| 546 |
+
},
|
| 547 |
+
"128068": {
|
| 548 |
+
"content": "<|reserved_special_token_60|>",
|
| 549 |
+
"lstrip": false,
|
| 550 |
+
"normalized": false,
|
| 551 |
+
"rstrip": false,
|
| 552 |
+
"single_word": false,
|
| 553 |
+
"special": true
|
| 554 |
+
},
|
| 555 |
+
"128069": {
|
| 556 |
+
"content": "<|reserved_special_token_61|>",
|
| 557 |
+
"lstrip": false,
|
| 558 |
+
"normalized": false,
|
| 559 |
+
"rstrip": false,
|
| 560 |
+
"single_word": false,
|
| 561 |
+
"special": true
|
| 562 |
+
},
|
| 563 |
+
"128070": {
|
| 564 |
+
"content": "<|reserved_special_token_62|>",
|
| 565 |
+
"lstrip": false,
|
| 566 |
+
"normalized": false,
|
| 567 |
+
"rstrip": false,
|
| 568 |
+
"single_word": false,
|
| 569 |
+
"special": true
|
| 570 |
+
},
|
| 571 |
+
"128071": {
|
| 572 |
+
"content": "<|reserved_special_token_63|>",
|
| 573 |
+
"lstrip": false,
|
| 574 |
+
"normalized": false,
|
| 575 |
+
"rstrip": false,
|
| 576 |
+
"single_word": false,
|
| 577 |
+
"special": true
|
| 578 |
+
},
|
| 579 |
+
"128072": {
|
| 580 |
+
"content": "<|reserved_special_token_64|>",
|
| 581 |
+
"lstrip": false,
|
| 582 |
+
"normalized": false,
|
| 583 |
+
"rstrip": false,
|
| 584 |
+
"single_word": false,
|
| 585 |
+
"special": true
|
| 586 |
+
},
|
| 587 |
+
"128073": {
|
| 588 |
+
"content": "<|reserved_special_token_65|>",
|
| 589 |
+
"lstrip": false,
|
| 590 |
+
"normalized": false,
|
| 591 |
+
"rstrip": false,
|
| 592 |
+
"single_word": false,
|
| 593 |
+
"special": true
|
| 594 |
+
},
|
| 595 |
+
"128074": {
|
| 596 |
+
"content": "<|reserved_special_token_66|>",
|
| 597 |
+
"lstrip": false,
|
| 598 |
+
"normalized": false,
|
| 599 |
+
"rstrip": false,
|
| 600 |
+
"single_word": false,
|
| 601 |
+
"special": true
|
| 602 |
+
},
|
| 603 |
+
"128075": {
|
| 604 |
+
"content": "<|reserved_special_token_67|>",
|
| 605 |
+
"lstrip": false,
|
| 606 |
+
"normalized": false,
|
| 607 |
+
"rstrip": false,
|
| 608 |
+
"single_word": false,
|
| 609 |
+
"special": true
|
| 610 |
+
},
|
| 611 |
+
"128076": {
|
| 612 |
+
"content": "<|reserved_special_token_68|>",
|
| 613 |
+
"lstrip": false,
|
| 614 |
+
"normalized": false,
|
| 615 |
+
"rstrip": false,
|
| 616 |
+
"single_word": false,
|
| 617 |
+
"special": true
|
| 618 |
+
},
|
| 619 |
+
"128077": {
|
| 620 |
+
"content": "<|reserved_special_token_69|>",
|
| 621 |
+
"lstrip": false,
|
| 622 |
+
"normalized": false,
|
| 623 |
+
"rstrip": false,
|
| 624 |
+
"single_word": false,
|
| 625 |
+
"special": true
|
| 626 |
+
},
|
| 627 |
+
"128078": {
|
| 628 |
+
"content": "<|reserved_special_token_70|>",
|
| 629 |
+
"lstrip": false,
|
| 630 |
+
"normalized": false,
|
| 631 |
+
"rstrip": false,
|
| 632 |
+
"single_word": false,
|
| 633 |
+
"special": true
|
| 634 |
+
},
|
| 635 |
+
"128079": {
|
| 636 |
+
"content": "<|reserved_special_token_71|>",
|
| 637 |
+
"lstrip": false,
|
| 638 |
+
"normalized": false,
|
| 639 |
+
"rstrip": false,
|
| 640 |
+
"single_word": false,
|
| 641 |
+
"special": true
|
| 642 |
+
},
|
| 643 |
+
"128080": {
|
| 644 |
+
"content": "<|reserved_special_token_72|>",
|
| 645 |
+
"lstrip": false,
|
| 646 |
+
"normalized": false,
|
| 647 |
+
"rstrip": false,
|
| 648 |
+
"single_word": false,
|
| 649 |
+
"special": true
|
| 650 |
+
},
|
| 651 |
+
"128081": {
|
| 652 |
+
"content": "<|reserved_special_token_73|>",
|
| 653 |
+
"lstrip": false,
|
| 654 |
+
"normalized": false,
|
| 655 |
+
"rstrip": false,
|
| 656 |
+
"single_word": false,
|
| 657 |
+
"special": true
|
| 658 |
+
},
|
| 659 |
+
"128082": {
|
| 660 |
+
"content": "<|reserved_special_token_74|>",
|
| 661 |
+
"lstrip": false,
|
| 662 |
+
"normalized": false,
|
| 663 |
+
"rstrip": false,
|
| 664 |
+
"single_word": false,
|
| 665 |
+
"special": true
|
| 666 |
+
},
|
| 667 |
+
"128083": {
|
| 668 |
+
"content": "<|reserved_special_token_75|>",
|
| 669 |
+
"lstrip": false,
|
| 670 |
+
"normalized": false,
|
| 671 |
+
"rstrip": false,
|
| 672 |
+
"single_word": false,
|
| 673 |
+
"special": true
|
| 674 |
+
},
|
| 675 |
+
"128084": {
|
| 676 |
+
"content": "<|reserved_special_token_76|>",
|
| 677 |
+
"lstrip": false,
|
| 678 |
+
"normalized": false,
|
| 679 |
+
"rstrip": false,
|
| 680 |
+
"single_word": false,
|
| 681 |
+
"special": true
|
| 682 |
+
},
|
| 683 |
+
"128085": {
|
| 684 |
+
"content": "<|reserved_special_token_77|>",
|
| 685 |
+
"lstrip": false,
|
| 686 |
+
"normalized": false,
|
| 687 |
+
"rstrip": false,
|
| 688 |
+
"single_word": false,
|
| 689 |
+
"special": true
|
| 690 |
+
},
|
| 691 |
+
"128086": {
|
| 692 |
+
"content": "<|reserved_special_token_78|>",
|
| 693 |
+
"lstrip": false,
|
| 694 |
+
"normalized": false,
|
| 695 |
+
"rstrip": false,
|
| 696 |
+
"single_word": false,
|
| 697 |
+
"special": true
|
| 698 |
+
},
|
| 699 |
+
"128087": {
|
| 700 |
+
"content": "<|reserved_special_token_79|>",
|
| 701 |
+
"lstrip": false,
|
| 702 |
+
"normalized": false,
|
| 703 |
+
"rstrip": false,
|
| 704 |
+
"single_word": false,
|
| 705 |
+
"special": true
|
| 706 |
+
},
|
| 707 |
+
"128088": {
|
| 708 |
+
"content": "<|reserved_special_token_80|>",
|
| 709 |
+
"lstrip": false,
|
| 710 |
+
"normalized": false,
|
| 711 |
+
"rstrip": false,
|
| 712 |
+
"single_word": false,
|
| 713 |
+
"special": true
|
| 714 |
+
},
|
| 715 |
+
"128089": {
|
| 716 |
+
"content": "<|reserved_special_token_81|>",
|
| 717 |
+
"lstrip": false,
|
| 718 |
+
"normalized": false,
|
| 719 |
+
"rstrip": false,
|
| 720 |
+
"single_word": false,
|
| 721 |
+
"special": true
|
| 722 |
+
},
|
| 723 |
+
"128090": {
|
| 724 |
+
"content": "<|reserved_special_token_82|>",
|
| 725 |
+
"lstrip": false,
|
| 726 |
+
"normalized": false,
|
| 727 |
+
"rstrip": false,
|
| 728 |
+
"single_word": false,
|
| 729 |
+
"special": true
|
| 730 |
+
},
|
| 731 |
+
"128091": {
|
| 732 |
+
"content": "<|reserved_special_token_83|>",
|
| 733 |
+
"lstrip": false,
|
| 734 |
+
"normalized": false,
|
| 735 |
+
"rstrip": false,
|
| 736 |
+
"single_word": false,
|
| 737 |
+
"special": true
|
| 738 |
+
},
|
| 739 |
+
"128092": {
|
| 740 |
+
"content": "<|reserved_special_token_84|>",
|
| 741 |
+
"lstrip": false,
|
| 742 |
+
"normalized": false,
|
| 743 |
+
"rstrip": false,
|
| 744 |
+
"single_word": false,
|
| 745 |
+
"special": true
|
| 746 |
+
},
|
| 747 |
+
"128093": {
|
| 748 |
+
"content": "<|reserved_special_token_85|>",
|
| 749 |
+
"lstrip": false,
|
| 750 |
+
"normalized": false,
|
| 751 |
+
"rstrip": false,
|
| 752 |
+
"single_word": false,
|
| 753 |
+
"special": true
|
| 754 |
+
},
|
| 755 |
+
"128094": {
|
| 756 |
+
"content": "<|reserved_special_token_86|>",
|
| 757 |
+
"lstrip": false,
|
| 758 |
+
"normalized": false,
|
| 759 |
+
"rstrip": false,
|
| 760 |
+
"single_word": false,
|
| 761 |
+
"special": true
|
| 762 |
+
},
|
| 763 |
+
"128095": {
|
| 764 |
+
"content": "<|reserved_special_token_87|>",
|
| 765 |
+
"lstrip": false,
|
| 766 |
+
"normalized": false,
|
| 767 |
+
"rstrip": false,
|
| 768 |
+
"single_word": false,
|
| 769 |
+
"special": true
|
| 770 |
+
},
|
| 771 |
+
"128096": {
|
| 772 |
+
"content": "<|reserved_special_token_88|>",
|
| 773 |
+
"lstrip": false,
|
| 774 |
+
"normalized": false,
|
| 775 |
+
"rstrip": false,
|
| 776 |
+
"single_word": false,
|
| 777 |
+
"special": true
|
| 778 |
+
},
|
| 779 |
+
"128097": {
|
| 780 |
+
"content": "<|reserved_special_token_89|>",
|
| 781 |
+
"lstrip": false,
|
| 782 |
+
"normalized": false,
|
| 783 |
+
"rstrip": false,
|
| 784 |
+
"single_word": false,
|
| 785 |
+
"special": true
|
| 786 |
+
},
|
| 787 |
+
"128098": {
|
| 788 |
+
"content": "<|reserved_special_token_90|>",
|
| 789 |
+
"lstrip": false,
|
| 790 |
+
"normalized": false,
|
| 791 |
+
"rstrip": false,
|
| 792 |
+
"single_word": false,
|
| 793 |
+
"special": true
|
| 794 |
+
},
|
| 795 |
+
"128099": {
|
| 796 |
+
"content": "<|reserved_special_token_91|>",
|
| 797 |
+
"lstrip": false,
|
| 798 |
+
"normalized": false,
|
| 799 |
+
"rstrip": false,
|
| 800 |
+
"single_word": false,
|
| 801 |
+
"special": true
|
| 802 |
+
},
|
| 803 |
+
"128100": {
|
| 804 |
+
"content": "<|reserved_special_token_92|>",
|
| 805 |
+
"lstrip": false,
|
| 806 |
+
"normalized": false,
|
| 807 |
+
"rstrip": false,
|
| 808 |
+
"single_word": false,
|
| 809 |
+
"special": true
|
| 810 |
+
},
|
| 811 |
+
"128101": {
|
| 812 |
+
"content": "<|reserved_special_token_93|>",
|
| 813 |
+
"lstrip": false,
|
| 814 |
+
"normalized": false,
|
| 815 |
+
"rstrip": false,
|
| 816 |
+
"single_word": false,
|
| 817 |
+
"special": true
|
| 818 |
+
},
|
| 819 |
+
"128102": {
|
| 820 |
+
"content": "<|reserved_special_token_94|>",
|
| 821 |
+
"lstrip": false,
|
| 822 |
+
"normalized": false,
|
| 823 |
+
"rstrip": false,
|
| 824 |
+
"single_word": false,
|
| 825 |
+
"special": true
|
| 826 |
+
},
|
| 827 |
+
"128103": {
|
| 828 |
+
"content": "<|reserved_special_token_95|>",
|
| 829 |
+
"lstrip": false,
|
| 830 |
+
"normalized": false,
|
| 831 |
+
"rstrip": false,
|
| 832 |
+
"single_word": false,
|
| 833 |
+
"special": true
|
| 834 |
+
},
|
| 835 |
+
"128104": {
|
| 836 |
+
"content": "<|reserved_special_token_96|>",
|
| 837 |
+
"lstrip": false,
|
| 838 |
+
"normalized": false,
|
| 839 |
+
"rstrip": false,
|
| 840 |
+
"single_word": false,
|
| 841 |
+
"special": true
|
| 842 |
+
},
|
| 843 |
+
"128105": {
|
| 844 |
+
"content": "<|reserved_special_token_97|>",
|
| 845 |
+
"lstrip": false,
|
| 846 |
+
"normalized": false,
|
| 847 |
+
"rstrip": false,
|
| 848 |
+
"single_word": false,
|
| 849 |
+
"special": true
|
| 850 |
+
},
|
| 851 |
+
"128106": {
|
| 852 |
+
"content": "<|reserved_special_token_98|>",
|
| 853 |
+
"lstrip": false,
|
| 854 |
+
"normalized": false,
|
| 855 |
+
"rstrip": false,
|
| 856 |
+
"single_word": false,
|
| 857 |
+
"special": true
|
| 858 |
+
},
|
| 859 |
+
"128107": {
|
| 860 |
+
"content": "<|reserved_special_token_99|>",
|
| 861 |
+
"lstrip": false,
|
| 862 |
+
"normalized": false,
|
| 863 |
+
"rstrip": false,
|
| 864 |
+
"single_word": false,
|
| 865 |
+
"special": true
|
| 866 |
+
},
|
| 867 |
+
"128108": {
|
| 868 |
+
"content": "<|reserved_special_token_100|>",
|
| 869 |
+
"lstrip": false,
|
| 870 |
+
"normalized": false,
|
| 871 |
+
"rstrip": false,
|
| 872 |
+
"single_word": false,
|
| 873 |
+
"special": true
|
| 874 |
+
},
|
| 875 |
+
"128109": {
|
| 876 |
+
"content": "<|reserved_special_token_101|>",
|
| 877 |
+
"lstrip": false,
|
| 878 |
+
"normalized": false,
|
| 879 |
+
"rstrip": false,
|
| 880 |
+
"single_word": false,
|
| 881 |
+
"special": true
|
| 882 |
+
},
|
| 883 |
+
"128110": {
|
| 884 |
+
"content": "<|reserved_special_token_102|>",
|
| 885 |
+
"lstrip": false,
|
| 886 |
+
"normalized": false,
|
| 887 |
+
"rstrip": false,
|
| 888 |
+
"single_word": false,
|
| 889 |
+
"special": true
|
| 890 |
+
},
|
| 891 |
+
"128111": {
|
| 892 |
+
"content": "<|reserved_special_token_103|>",
|
| 893 |
+
"lstrip": false,
|
| 894 |
+
"normalized": false,
|
| 895 |
+
"rstrip": false,
|
| 896 |
+
"single_word": false,
|
| 897 |
+
"special": true
|
| 898 |
+
},
|
| 899 |
+
"128112": {
|
| 900 |
+
"content": "<|reserved_special_token_104|>",
|
| 901 |
+
"lstrip": false,
|
| 902 |
+
"normalized": false,
|
| 903 |
+
"rstrip": false,
|
| 904 |
+
"single_word": false,
|
| 905 |
+
"special": true
|
| 906 |
+
},
|
| 907 |
+
"128113": {
|
| 908 |
+
"content": "<|reserved_special_token_105|>",
|
| 909 |
+
"lstrip": false,
|
| 910 |
+
"normalized": false,
|
| 911 |
+
"rstrip": false,
|
| 912 |
+
"single_word": false,
|
| 913 |
+
"special": true
|
| 914 |
+
},
|
| 915 |
+
"128114": {
|
| 916 |
+
"content": "<|reserved_special_token_106|>",
|
| 917 |
+
"lstrip": false,
|
| 918 |
+
"normalized": false,
|
| 919 |
+
"rstrip": false,
|
| 920 |
+
"single_word": false,
|
| 921 |
+
"special": true
|
| 922 |
+
},
|
| 923 |
+
"128115": {
|
| 924 |
+
"content": "<|reserved_special_token_107|>",
|
| 925 |
+
"lstrip": false,
|
| 926 |
+
"normalized": false,
|
| 927 |
+
"rstrip": false,
|
| 928 |
+
"single_word": false,
|
| 929 |
+
"special": true
|
| 930 |
+
},
|
| 931 |
+
"128116": {
|
| 932 |
+
"content": "<|reserved_special_token_108|>",
|
| 933 |
+
"lstrip": false,
|
| 934 |
+
"normalized": false,
|
| 935 |
+
"rstrip": false,
|
| 936 |
+
"single_word": false,
|
| 937 |
+
"special": true
|
| 938 |
+
},
|
| 939 |
+
"128117": {
|
| 940 |
+
"content": "<|reserved_special_token_109|>",
|
| 941 |
+
"lstrip": false,
|
| 942 |
+
"normalized": false,
|
| 943 |
+
"rstrip": false,
|
| 944 |
+
"single_word": false,
|
| 945 |
+
"special": true
|
| 946 |
+
},
|
| 947 |
+
"128118": {
|
| 948 |
+
"content": "<|reserved_special_token_110|>",
|
| 949 |
+
"lstrip": false,
|
| 950 |
+
"normalized": false,
|
| 951 |
+
"rstrip": false,
|
| 952 |
+
"single_word": false,
|
| 953 |
+
"special": true
|
| 954 |
+
},
|
| 955 |
+
"128119": {
|
| 956 |
+
"content": "<|reserved_special_token_111|>",
|
| 957 |
+
"lstrip": false,
|
| 958 |
+
"normalized": false,
|
| 959 |
+
"rstrip": false,
|
| 960 |
+
"single_word": false,
|
| 961 |
+
"special": true
|
| 962 |
+
},
|
| 963 |
+
"128120": {
|
| 964 |
+
"content": "<|reserved_special_token_112|>",
|
| 965 |
+
"lstrip": false,
|
| 966 |
+
"normalized": false,
|
| 967 |
+
"rstrip": false,
|
| 968 |
+
"single_word": false,
|
| 969 |
+
"special": true
|
| 970 |
+
},
|
| 971 |
+
"128121": {
|
| 972 |
+
"content": "<|reserved_special_token_113|>",
|
| 973 |
+
"lstrip": false,
|
| 974 |
+
"normalized": false,
|
| 975 |
+
"rstrip": false,
|
| 976 |
+
"single_word": false,
|
| 977 |
+
"special": true
|
| 978 |
+
},
|
| 979 |
+
"128122": {
|
| 980 |
+
"content": "<|reserved_special_token_114|>",
|
| 981 |
+
"lstrip": false,
|
| 982 |
+
"normalized": false,
|
| 983 |
+
"rstrip": false,
|
| 984 |
+
"single_word": false,
|
| 985 |
+
"special": true
|
| 986 |
+
},
|
| 987 |
+
"128123": {
|
| 988 |
+
"content": "<|reserved_special_token_115|>",
|
| 989 |
+
"lstrip": false,
|
| 990 |
+
"normalized": false,
|
| 991 |
+
"rstrip": false,
|
| 992 |
+
"single_word": false,
|
| 993 |
+
"special": true
|
| 994 |
+
},
|
| 995 |
+
"128124": {
|
| 996 |
+
"content": "<|reserved_special_token_116|>",
|
| 997 |
+
"lstrip": false,
|
| 998 |
+
"normalized": false,
|
| 999 |
+
"rstrip": false,
|
| 1000 |
+
"single_word": false,
|
| 1001 |
+
"special": true
|
| 1002 |
+
},
|
| 1003 |
+
"128125": {
|
| 1004 |
+
"content": "<|reserved_special_token_117|>",
|
| 1005 |
+
"lstrip": false,
|
| 1006 |
+
"normalized": false,
|
| 1007 |
+
"rstrip": false,
|
| 1008 |
+
"single_word": false,
|
| 1009 |
+
"special": true
|
| 1010 |
+
},
|
| 1011 |
+
"128126": {
|
| 1012 |
+
"content": "<|reserved_special_token_118|>",
|
| 1013 |
+
"lstrip": false,
|
| 1014 |
+
"normalized": false,
|
| 1015 |
+
"rstrip": false,
|
| 1016 |
+
"single_word": false,
|
| 1017 |
+
"special": true
|
| 1018 |
+
},
|
| 1019 |
+
"128127": {
|
| 1020 |
+
"content": "<|reserved_special_token_119|>",
|
| 1021 |
+
"lstrip": false,
|
| 1022 |
+
"normalized": false,
|
| 1023 |
+
"rstrip": false,
|
| 1024 |
+
"single_word": false,
|
| 1025 |
+
"special": true
|
| 1026 |
+
},
|
| 1027 |
+
"128128": {
|
| 1028 |
+
"content": "<|reserved_special_token_120|>",
|
| 1029 |
+
"lstrip": false,
|
| 1030 |
+
"normalized": false,
|
| 1031 |
+
"rstrip": false,
|
| 1032 |
+
"single_word": false,
|
| 1033 |
+
"special": true
|
| 1034 |
+
},
|
| 1035 |
+
"128129": {
|
| 1036 |
+
"content": "<|reserved_special_token_121|>",
|
| 1037 |
+
"lstrip": false,
|
| 1038 |
+
"normalized": false,
|
| 1039 |
+
"rstrip": false,
|
| 1040 |
+
"single_word": false,
|
| 1041 |
+
"special": true
|
| 1042 |
+
},
|
| 1043 |
+
"128130": {
|
| 1044 |
+
"content": "<|reserved_special_token_122|>",
|
| 1045 |
+
"lstrip": false,
|
| 1046 |
+
"normalized": false,
|
| 1047 |
+
"rstrip": false,
|
| 1048 |
+
"single_word": false,
|
| 1049 |
+
"special": true
|
| 1050 |
+
},
|
| 1051 |
+
"128131": {
|
| 1052 |
+
"content": "<|reserved_special_token_123|>",
|
| 1053 |
+
"lstrip": false,
|
| 1054 |
+
"normalized": false,
|
| 1055 |
+
"rstrip": false,
|
| 1056 |
+
"single_word": false,
|
| 1057 |
+
"special": true
|
| 1058 |
+
},
|
| 1059 |
+
"128132": {
|
| 1060 |
+
"content": "<|reserved_special_token_124|>",
|
| 1061 |
+
"lstrip": false,
|
| 1062 |
+
"normalized": false,
|
| 1063 |
+
"rstrip": false,
|
| 1064 |
+
"single_word": false,
|
| 1065 |
+
"special": true
|
| 1066 |
+
},
|
| 1067 |
+
"128133": {
|
| 1068 |
+
"content": "<|reserved_special_token_125|>",
|
| 1069 |
+
"lstrip": false,
|
| 1070 |
+
"normalized": false,
|
| 1071 |
+
"rstrip": false,
|
| 1072 |
+
"single_word": false,
|
| 1073 |
+
"special": true
|
| 1074 |
+
},
|
| 1075 |
+
"128134": {
|
| 1076 |
+
"content": "<|reserved_special_token_126|>",
|
| 1077 |
+
"lstrip": false,
|
| 1078 |
+
"normalized": false,
|
| 1079 |
+
"rstrip": false,
|
| 1080 |
+
"single_word": false,
|
| 1081 |
+
"special": true
|
| 1082 |
+
},
|
| 1083 |
+
"128135": {
|
| 1084 |
+
"content": "<|reserved_special_token_127|>",
|
| 1085 |
+
"lstrip": false,
|
| 1086 |
+
"normalized": false,
|
| 1087 |
+
"rstrip": false,
|
| 1088 |
+
"single_word": false,
|
| 1089 |
+
"special": true
|
| 1090 |
+
},
|
| 1091 |
+
"128136": {
|
| 1092 |
+
"content": "<|reserved_special_token_128|>",
|
| 1093 |
+
"lstrip": false,
|
| 1094 |
+
"normalized": false,
|
| 1095 |
+
"rstrip": false,
|
| 1096 |
+
"single_word": false,
|
| 1097 |
+
"special": true
|
| 1098 |
+
},
|
| 1099 |
+
"128137": {
|
| 1100 |
+
"content": "<|reserved_special_token_129|>",
|
| 1101 |
+
"lstrip": false,
|
| 1102 |
+
"normalized": false,
|
| 1103 |
+
"rstrip": false,
|
| 1104 |
+
"single_word": false,
|
| 1105 |
+
"special": true
|
| 1106 |
+
},
|
| 1107 |
+
"128138": {
|
| 1108 |
+
"content": "<|reserved_special_token_130|>",
|
| 1109 |
+
"lstrip": false,
|
| 1110 |
+
"normalized": false,
|
| 1111 |
+
"rstrip": false,
|
| 1112 |
+
"single_word": false,
|
| 1113 |
+
"special": true
|
| 1114 |
+
},
|
| 1115 |
+
"128139": {
|
| 1116 |
+
"content": "<|reserved_special_token_131|>",
|
| 1117 |
+
"lstrip": false,
|
| 1118 |
+
"normalized": false,
|
| 1119 |
+
"rstrip": false,
|
| 1120 |
+
"single_word": false,
|
| 1121 |
+
"special": true
|
| 1122 |
+
},
|
| 1123 |
+
"128140": {
|
| 1124 |
+
"content": "<|reserved_special_token_132|>",
|
| 1125 |
+
"lstrip": false,
|
| 1126 |
+
"normalized": false,
|
| 1127 |
+
"rstrip": false,
|
| 1128 |
+
"single_word": false,
|
| 1129 |
+
"special": true
|
| 1130 |
+
},
|
| 1131 |
+
"128141": {
|
| 1132 |
+
"content": "<|reserved_special_token_133|>",
|
| 1133 |
+
"lstrip": false,
|
| 1134 |
+
"normalized": false,
|
| 1135 |
+
"rstrip": false,
|
| 1136 |
+
"single_word": false,
|
| 1137 |
+
"special": true
|
| 1138 |
+
},
|
| 1139 |
+
"128142": {
|
| 1140 |
+
"content": "<|reserved_special_token_134|>",
|
| 1141 |
+
"lstrip": false,
|
| 1142 |
+
"normalized": false,
|
| 1143 |
+
"rstrip": false,
|
| 1144 |
+
"single_word": false,
|
| 1145 |
+
"special": true
|
| 1146 |
+
},
|
| 1147 |
+
"128143": {
|
| 1148 |
+
"content": "<|reserved_special_token_135|>",
|
| 1149 |
+
"lstrip": false,
|
| 1150 |
+
"normalized": false,
|
| 1151 |
+
"rstrip": false,
|
| 1152 |
+
"single_word": false,
|
| 1153 |
+
"special": true
|
| 1154 |
+
},
|
| 1155 |
+
"128144": {
|
| 1156 |
+
"content": "<|reserved_special_token_136|>",
|
| 1157 |
+
"lstrip": false,
|
| 1158 |
+
"normalized": false,
|
| 1159 |
+
"rstrip": false,
|
| 1160 |
+
"single_word": false,
|
| 1161 |
+
"special": true
|
| 1162 |
+
},
|
| 1163 |
+
"128145": {
|
| 1164 |
+
"content": "<|reserved_special_token_137|>",
|
| 1165 |
+
"lstrip": false,
|
| 1166 |
+
"normalized": false,
|
| 1167 |
+
"rstrip": false,
|
| 1168 |
+
"single_word": false,
|
| 1169 |
+
"special": true
|
| 1170 |
+
},
|
| 1171 |
+
"128146": {
|
| 1172 |
+
"content": "<|reserved_special_token_138|>",
|
| 1173 |
+
"lstrip": false,
|
| 1174 |
+
"normalized": false,
|
| 1175 |
+
"rstrip": false,
|
| 1176 |
+
"single_word": false,
|
| 1177 |
+
"special": true
|
| 1178 |
+
},
|
| 1179 |
+
"128147": {
|
| 1180 |
+
"content": "<|reserved_special_token_139|>",
|
| 1181 |
+
"lstrip": false,
|
| 1182 |
+
"normalized": false,
|
| 1183 |
+
"rstrip": false,
|
| 1184 |
+
"single_word": false,
|
| 1185 |
+
"special": true
|
| 1186 |
+
},
|
| 1187 |
+
"128148": {
|
| 1188 |
+
"content": "<|reserved_special_token_140|>",
|
| 1189 |
+
"lstrip": false,
|
| 1190 |
+
"normalized": false,
|
| 1191 |
+
"rstrip": false,
|
| 1192 |
+
"single_word": false,
|
| 1193 |
+
"special": true
|
| 1194 |
+
},
|
| 1195 |
+
"128149": {
|
| 1196 |
+
"content": "<|reserved_special_token_141|>",
|
| 1197 |
+
"lstrip": false,
|
| 1198 |
+
"normalized": false,
|
| 1199 |
+
"rstrip": false,
|
| 1200 |
+
"single_word": false,
|
| 1201 |
+
"special": true
|
| 1202 |
+
},
|
| 1203 |
+
"128150": {
|
| 1204 |
+
"content": "<|reserved_special_token_142|>",
|
| 1205 |
+
"lstrip": false,
|
| 1206 |
+
"normalized": false,
|
| 1207 |
+
"rstrip": false,
|
| 1208 |
+
"single_word": false,
|
| 1209 |
+
"special": true
|
| 1210 |
+
},
|
| 1211 |
+
"128151": {
|
| 1212 |
+
"content": "<|reserved_special_token_143|>",
|
| 1213 |
+
"lstrip": false,
|
| 1214 |
+
"normalized": false,
|
| 1215 |
+
"rstrip": false,
|
| 1216 |
+
"single_word": false,
|
| 1217 |
+
"special": true
|
| 1218 |
+
},
|
| 1219 |
+
"128152": {
|
| 1220 |
+
"content": "<|reserved_special_token_144|>",
|
| 1221 |
+
"lstrip": false,
|
| 1222 |
+
"normalized": false,
|
| 1223 |
+
"rstrip": false,
|
| 1224 |
+
"single_word": false,
|
| 1225 |
+
"special": true
|
| 1226 |
+
},
|
| 1227 |
+
"128153": {
|
| 1228 |
+
"content": "<|reserved_special_token_145|>",
|
| 1229 |
+
"lstrip": false,
|
| 1230 |
+
"normalized": false,
|
| 1231 |
+
"rstrip": false,
|
| 1232 |
+
"single_word": false,
|
| 1233 |
+
"special": true
|
| 1234 |
+
},
|
| 1235 |
+
"128154": {
|
| 1236 |
+
"content": "<|reserved_special_token_146|>",
|
| 1237 |
+
"lstrip": false,
|
| 1238 |
+
"normalized": false,
|
| 1239 |
+
"rstrip": false,
|
| 1240 |
+
"single_word": false,
|
| 1241 |
+
"special": true
|
| 1242 |
+
},
|
| 1243 |
+
"128155": {
|
| 1244 |
+
"content": "<|reserved_special_token_147|>",
|
| 1245 |
+
"lstrip": false,
|
| 1246 |
+
"normalized": false,
|
| 1247 |
+
"rstrip": false,
|
| 1248 |
+
"single_word": false,
|
| 1249 |
+
"special": true
|
| 1250 |
+
},
|
| 1251 |
+
"128156": {
|
| 1252 |
+
"content": "<|reserved_special_token_148|>",
|
| 1253 |
+
"lstrip": false,
|
| 1254 |
+
"normalized": false,
|
| 1255 |
+
"rstrip": false,
|
| 1256 |
+
"single_word": false,
|
| 1257 |
+
"special": true
|
| 1258 |
+
},
|
| 1259 |
+
"128157": {
|
| 1260 |
+
"content": "<|reserved_special_token_149|>",
|
| 1261 |
+
"lstrip": false,
|
| 1262 |
+
"normalized": false,
|
| 1263 |
+
"rstrip": false,
|
| 1264 |
+
"single_word": false,
|
| 1265 |
+
"special": true
|
| 1266 |
+
},
|
| 1267 |
+
"128158": {
|
| 1268 |
+
"content": "<|reserved_special_token_150|>",
|
| 1269 |
+
"lstrip": false,
|
| 1270 |
+
"normalized": false,
|
| 1271 |
+
"rstrip": false,
|
| 1272 |
+
"single_word": false,
|
| 1273 |
+
"special": true
|
| 1274 |
+
},
|
| 1275 |
+
"128159": {
|
| 1276 |
+
"content": "<|reserved_special_token_151|>",
|
| 1277 |
+
"lstrip": false,
|
| 1278 |
+
"normalized": false,
|
| 1279 |
+
"rstrip": false,
|
| 1280 |
+
"single_word": false,
|
| 1281 |
+
"special": true
|
| 1282 |
+
},
|
| 1283 |
+
"128160": {
|
| 1284 |
+
"content": "<|reserved_special_token_152|>",
|
| 1285 |
+
"lstrip": false,
|
| 1286 |
+
"normalized": false,
|
| 1287 |
+
"rstrip": false,
|
| 1288 |
+
"single_word": false,
|
| 1289 |
+
"special": true
|
| 1290 |
+
},
|
| 1291 |
+
"128161": {
|
| 1292 |
+
"content": "<|reserved_special_token_153|>",
|
| 1293 |
+
"lstrip": false,
|
| 1294 |
+
"normalized": false,
|
| 1295 |
+
"rstrip": false,
|
| 1296 |
+
"single_word": false,
|
| 1297 |
+
"special": true
|
| 1298 |
+
},
|
| 1299 |
+
"128162": {
|
| 1300 |
+
"content": "<|reserved_special_token_154|>",
|
| 1301 |
+
"lstrip": false,
|
| 1302 |
+
"normalized": false,
|
| 1303 |
+
"rstrip": false,
|
| 1304 |
+
"single_word": false,
|
| 1305 |
+
"special": true
|
| 1306 |
+
},
|
| 1307 |
+
"128163": {
|
| 1308 |
+
"content": "<|reserved_special_token_155|>",
|
| 1309 |
+
"lstrip": false,
|
| 1310 |
+
"normalized": false,
|
| 1311 |
+
"rstrip": false,
|
| 1312 |
+
"single_word": false,
|
| 1313 |
+
"special": true
|
| 1314 |
+
},
|
| 1315 |
+
"128164": {
|
| 1316 |
+
"content": "<|reserved_special_token_156|>",
|
| 1317 |
+
"lstrip": false,
|
| 1318 |
+
"normalized": false,
|
| 1319 |
+
"rstrip": false,
|
| 1320 |
+
"single_word": false,
|
| 1321 |
+
"special": true
|
| 1322 |
+
},
|
| 1323 |
+
"128165": {
|
| 1324 |
+
"content": "<|reserved_special_token_157|>",
|
| 1325 |
+
"lstrip": false,
|
| 1326 |
+
"normalized": false,
|
| 1327 |
+
"rstrip": false,
|
| 1328 |
+
"single_word": false,
|
| 1329 |
+
"special": true
|
| 1330 |
+
},
|
| 1331 |
+
"128166": {
|
| 1332 |
+
"content": "<|reserved_special_token_158|>",
|
| 1333 |
+
"lstrip": false,
|
| 1334 |
+
"normalized": false,
|
| 1335 |
+
"rstrip": false,
|
| 1336 |
+
"single_word": false,
|
| 1337 |
+
"special": true
|
| 1338 |
+
},
|
| 1339 |
+
"128167": {
|
| 1340 |
+
"content": "<|reserved_special_token_159|>",
|
| 1341 |
+
"lstrip": false,
|
| 1342 |
+
"normalized": false,
|
| 1343 |
+
"rstrip": false,
|
| 1344 |
+
"single_word": false,
|
| 1345 |
+
"special": true
|
| 1346 |
+
},
|
| 1347 |
+
"128168": {
|
| 1348 |
+
"content": "<|reserved_special_token_160|>",
|
| 1349 |
+
"lstrip": false,
|
| 1350 |
+
"normalized": false,
|
| 1351 |
+
"rstrip": false,
|
| 1352 |
+
"single_word": false,
|
| 1353 |
+
"special": true
|
| 1354 |
+
},
|
| 1355 |
+
"128169": {
|
| 1356 |
+
"content": "<|reserved_special_token_161|>",
|
| 1357 |
+
"lstrip": false,
|
| 1358 |
+
"normalized": false,
|
| 1359 |
+
"rstrip": false,
|
| 1360 |
+
"single_word": false,
|
| 1361 |
+
"special": true
|
| 1362 |
+
},
|
| 1363 |
+
"128170": {
|
| 1364 |
+
"content": "<|reserved_special_token_162|>",
|
| 1365 |
+
"lstrip": false,
|
| 1366 |
+
"normalized": false,
|
| 1367 |
+
"rstrip": false,
|
| 1368 |
+
"single_word": false,
|
| 1369 |
+
"special": true
|
| 1370 |
+
},
|
| 1371 |
+
"128171": {
|
| 1372 |
+
"content": "<|reserved_special_token_163|>",
|
| 1373 |
+
"lstrip": false,
|
| 1374 |
+
"normalized": false,
|
| 1375 |
+
"rstrip": false,
|
| 1376 |
+
"single_word": false,
|
| 1377 |
+
"special": true
|
| 1378 |
+
},
|
| 1379 |
+
"128172": {
|
| 1380 |
+
"content": "<|reserved_special_token_164|>",
|
| 1381 |
+
"lstrip": false,
|
| 1382 |
+
"normalized": false,
|
| 1383 |
+
"rstrip": false,
|
| 1384 |
+
"single_word": false,
|
| 1385 |
+
"special": true
|
| 1386 |
+
},
|
| 1387 |
+
"128173": {
|
| 1388 |
+
"content": "<|reserved_special_token_165|>",
|
| 1389 |
+
"lstrip": false,
|
| 1390 |
+
"normalized": false,
|
| 1391 |
+
"rstrip": false,
|
| 1392 |
+
"single_word": false,
|
| 1393 |
+
"special": true
|
| 1394 |
+
},
|
| 1395 |
+
"128174": {
|
| 1396 |
+
"content": "<|reserved_special_token_166|>",
|
| 1397 |
+
"lstrip": false,
|
| 1398 |
+
"normalized": false,
|
| 1399 |
+
"rstrip": false,
|
| 1400 |
+
"single_word": false,
|
| 1401 |
+
"special": true
|
| 1402 |
+
},
|
| 1403 |
+
"128175": {
|
| 1404 |
+
"content": "<|reserved_special_token_167|>",
|
| 1405 |
+
"lstrip": false,
|
| 1406 |
+
"normalized": false,
|
| 1407 |
+
"rstrip": false,
|
| 1408 |
+
"single_word": false,
|
| 1409 |
+
"special": true
|
| 1410 |
+
},
|
| 1411 |
+
"128176": {
|
| 1412 |
+
"content": "<|reserved_special_token_168|>",
|
| 1413 |
+
"lstrip": false,
|
| 1414 |
+
"normalized": false,
|
| 1415 |
+
"rstrip": false,
|
| 1416 |
+
"single_word": false,
|
| 1417 |
+
"special": true
|
| 1418 |
+
},
|
| 1419 |
+
"128177": {
|
| 1420 |
+
"content": "<|reserved_special_token_169|>",
|
| 1421 |
+
"lstrip": false,
|
| 1422 |
+
"normalized": false,
|
| 1423 |
+
"rstrip": false,
|
| 1424 |
+
"single_word": false,
|
| 1425 |
+
"special": true
|
| 1426 |
+
},
|
| 1427 |
+
"128178": {
|
| 1428 |
+
"content": "<|reserved_special_token_170|>",
|
| 1429 |
+
"lstrip": false,
|
| 1430 |
+
"normalized": false,
|
| 1431 |
+
"rstrip": false,
|
| 1432 |
+
"single_word": false,
|
| 1433 |
+
"special": true
|
| 1434 |
+
},
|
| 1435 |
+
"128179": {
|
| 1436 |
+
"content": "<|reserved_special_token_171|>",
|
| 1437 |
+
"lstrip": false,
|
| 1438 |
+
"normalized": false,
|
| 1439 |
+
"rstrip": false,
|
| 1440 |
+
"single_word": false,
|
| 1441 |
+
"special": true
|
| 1442 |
+
},
|
| 1443 |
+
"128180": {
|
| 1444 |
+
"content": "<|reserved_special_token_172|>",
|
| 1445 |
+
"lstrip": false,
|
| 1446 |
+
"normalized": false,
|
| 1447 |
+
"rstrip": false,
|
| 1448 |
+
"single_word": false,
|
| 1449 |
+
"special": true
|
| 1450 |
+
},
|
| 1451 |
+
"128181": {
|
| 1452 |
+
"content": "<|reserved_special_token_173|>",
|
| 1453 |
+
"lstrip": false,
|
| 1454 |
+
"normalized": false,
|
| 1455 |
+
"rstrip": false,
|
| 1456 |
+
"single_word": false,
|
| 1457 |
+
"special": true
|
| 1458 |
+
},
|
| 1459 |
+
"128182": {
|
| 1460 |
+
"content": "<|reserved_special_token_174|>",
|
| 1461 |
+
"lstrip": false,
|
| 1462 |
+
"normalized": false,
|
| 1463 |
+
"rstrip": false,
|
| 1464 |
+
"single_word": false,
|
| 1465 |
+
"special": true
|
| 1466 |
+
},
|
| 1467 |
+
"128183": {
|
| 1468 |
+
"content": "<|reserved_special_token_175|>",
|
| 1469 |
+
"lstrip": false,
|
| 1470 |
+
"normalized": false,
|
| 1471 |
+
"rstrip": false,
|
| 1472 |
+
"single_word": false,
|
| 1473 |
+
"special": true
|
| 1474 |
+
},
|
| 1475 |
+
"128184": {
|
| 1476 |
+
"content": "<|reserved_special_token_176|>",
|
| 1477 |
+
"lstrip": false,
|
| 1478 |
+
"normalized": false,
|
| 1479 |
+
"rstrip": false,
|
| 1480 |
+
"single_word": false,
|
| 1481 |
+
"special": true
|
| 1482 |
+
},
|
| 1483 |
+
"128185": {
|
| 1484 |
+
"content": "<|reserved_special_token_177|>",
|
| 1485 |
+
"lstrip": false,
|
| 1486 |
+
"normalized": false,
|
| 1487 |
+
"rstrip": false,
|
| 1488 |
+
"single_word": false,
|
| 1489 |
+
"special": true
|
| 1490 |
+
},
|
| 1491 |
+
"128186": {
|
| 1492 |
+
"content": "<|reserved_special_token_178|>",
|
| 1493 |
+
"lstrip": false,
|
| 1494 |
+
"normalized": false,
|
| 1495 |
+
"rstrip": false,
|
| 1496 |
+
"single_word": false,
|
| 1497 |
+
"special": true
|
| 1498 |
+
},
|
| 1499 |
+
"128187": {
|
| 1500 |
+
"content": "<|reserved_special_token_179|>",
|
| 1501 |
+
"lstrip": false,
|
| 1502 |
+
"normalized": false,
|
| 1503 |
+
"rstrip": false,
|
| 1504 |
+
"single_word": false,
|
| 1505 |
+
"special": true
|
| 1506 |
+
},
|
| 1507 |
+
"128188": {
|
| 1508 |
+
"content": "<|reserved_special_token_180|>",
|
| 1509 |
+
"lstrip": false,
|
| 1510 |
+
"normalized": false,
|
| 1511 |
+
"rstrip": false,
|
| 1512 |
+
"single_word": false,
|
| 1513 |
+
"special": true
|
| 1514 |
+
},
|
| 1515 |
+
"128189": {
|
| 1516 |
+
"content": "<|reserved_special_token_181|>",
|
| 1517 |
+
"lstrip": false,
|
| 1518 |
+
"normalized": false,
|
| 1519 |
+
"rstrip": false,
|
| 1520 |
+
"single_word": false,
|
| 1521 |
+
"special": true
|
| 1522 |
+
},
|
| 1523 |
+
"128190": {
|
| 1524 |
+
"content": "<|reserved_special_token_182|>",
|
| 1525 |
+
"lstrip": false,
|
| 1526 |
+
"normalized": false,
|
| 1527 |
+
"rstrip": false,
|
| 1528 |
+
"single_word": false,
|
| 1529 |
+
"special": true
|
| 1530 |
+
},
|
| 1531 |
+
"128191": {
|
| 1532 |
+
"content": "<|reserved_special_token_183|>",
|
| 1533 |
+
"lstrip": false,
|
| 1534 |
+
"normalized": false,
|
| 1535 |
+
"rstrip": false,
|
| 1536 |
+
"single_word": false,
|
| 1537 |
+
"special": true
|
| 1538 |
+
},
|
| 1539 |
+
"128192": {
|
| 1540 |
+
"content": "<|reserved_special_token_184|>",
|
| 1541 |
+
"lstrip": false,
|
| 1542 |
+
"normalized": false,
|
| 1543 |
+
"rstrip": false,
|
| 1544 |
+
"single_word": false,
|
| 1545 |
+
"special": true
|
| 1546 |
+
},
|
| 1547 |
+
"128193": {
|
| 1548 |
+
"content": "<|reserved_special_token_185|>",
|
| 1549 |
+
"lstrip": false,
|
| 1550 |
+
"normalized": false,
|
| 1551 |
+
"rstrip": false,
|
| 1552 |
+
"single_word": false,
|
| 1553 |
+
"special": true
|
| 1554 |
+
},
|
| 1555 |
+
"128194": {
|
| 1556 |
+
"content": "<|reserved_special_token_186|>",
|
| 1557 |
+
"lstrip": false,
|
| 1558 |
+
"normalized": false,
|
| 1559 |
+
"rstrip": false,
|
| 1560 |
+
"single_word": false,
|
| 1561 |
+
"special": true
|
| 1562 |
+
},
|
| 1563 |
+
"128195": {
|
| 1564 |
+
"content": "<|reserved_special_token_187|>",
|
| 1565 |
+
"lstrip": false,
|
| 1566 |
+
"normalized": false,
|
| 1567 |
+
"rstrip": false,
|
| 1568 |
+
"single_word": false,
|
| 1569 |
+
"special": true
|
| 1570 |
+
},
|
| 1571 |
+
"128196": {
|
| 1572 |
+
"content": "<|reserved_special_token_188|>",
|
| 1573 |
+
"lstrip": false,
|
| 1574 |
+
"normalized": false,
|
| 1575 |
+
"rstrip": false,
|
| 1576 |
+
"single_word": false,
|
| 1577 |
+
"special": true
|
| 1578 |
+
},
|
| 1579 |
+
"128197": {
|
| 1580 |
+
"content": "<|reserved_special_token_189|>",
|
| 1581 |
+
"lstrip": false,
|
| 1582 |
+
"normalized": false,
|
| 1583 |
+
"rstrip": false,
|
| 1584 |
+
"single_word": false,
|
| 1585 |
+
"special": true
|
| 1586 |
+
},
|
| 1587 |
+
"128198": {
|
| 1588 |
+
"content": "<|reserved_special_token_190|>",
|
| 1589 |
+
"lstrip": false,
|
| 1590 |
+
"normalized": false,
|
| 1591 |
+
"rstrip": false,
|
| 1592 |
+
"single_word": false,
|
| 1593 |
+
"special": true
|
| 1594 |
+
},
|
| 1595 |
+
"128199": {
|
| 1596 |
+
"content": "<|reserved_special_token_191|>",
|
| 1597 |
+
"lstrip": false,
|
| 1598 |
+
"normalized": false,
|
| 1599 |
+
"rstrip": false,
|
| 1600 |
+
"single_word": false,
|
| 1601 |
+
"special": true
|
| 1602 |
+
},
|
| 1603 |
+
"128200": {
|
| 1604 |
+
"content": "<|reserved_special_token_192|>",
|
| 1605 |
+
"lstrip": false,
|
| 1606 |
+
"normalized": false,
|
| 1607 |
+
"rstrip": false,
|
| 1608 |
+
"single_word": false,
|
| 1609 |
+
"special": true
|
| 1610 |
+
},
|
| 1611 |
+
"128201": {
|
| 1612 |
+
"content": "<|reserved_special_token_193|>",
|
| 1613 |
+
"lstrip": false,
|
| 1614 |
+
"normalized": false,
|
| 1615 |
+
"rstrip": false,
|
| 1616 |
+
"single_word": false,
|
| 1617 |
+
"special": true
|
| 1618 |
+
},
|
| 1619 |
+
"128202": {
|
| 1620 |
+
"content": "<|reserved_special_token_194|>",
|
| 1621 |
+
"lstrip": false,
|
| 1622 |
+
"normalized": false,
|
| 1623 |
+
"rstrip": false,
|
| 1624 |
+
"single_word": false,
|
| 1625 |
+
"special": true
|
| 1626 |
+
},
|
| 1627 |
+
"128203": {
|
| 1628 |
+
"content": "<|reserved_special_token_195|>",
|
| 1629 |
+
"lstrip": false,
|
| 1630 |
+
"normalized": false,
|
| 1631 |
+
"rstrip": false,
|
| 1632 |
+
"single_word": false,
|
| 1633 |
+
"special": true
|
| 1634 |
+
},
|
| 1635 |
+
"128204": {
|
| 1636 |
+
"content": "<|reserved_special_token_196|>",
|
| 1637 |
+
"lstrip": false,
|
| 1638 |
+
"normalized": false,
|
| 1639 |
+
"rstrip": false,
|
| 1640 |
+
"single_word": false,
|
| 1641 |
+
"special": true
|
| 1642 |
+
},
|
| 1643 |
+
"128205": {
|
| 1644 |
+
"content": "<|reserved_special_token_197|>",
|
| 1645 |
+
"lstrip": false,
|
| 1646 |
+
"normalized": false,
|
| 1647 |
+
"rstrip": false,
|
| 1648 |
+
"single_word": false,
|
| 1649 |
+
"special": true
|
| 1650 |
+
},
|
| 1651 |
+
"128206": {
|
| 1652 |
+
"content": "<|reserved_special_token_198|>",
|
| 1653 |
+
"lstrip": false,
|
| 1654 |
+
"normalized": false,
|
| 1655 |
+
"rstrip": false,
|
| 1656 |
+
"single_word": false,
|
| 1657 |
+
"special": true
|
| 1658 |
+
},
|
| 1659 |
+
"128207": {
|
| 1660 |
+
"content": "<|reserved_special_token_199|>",
|
| 1661 |
+
"lstrip": false,
|
| 1662 |
+
"normalized": false,
|
| 1663 |
+
"rstrip": false,
|
| 1664 |
+
"single_word": false,
|
| 1665 |
+
"special": true
|
| 1666 |
+
},
|
| 1667 |
+
"128208": {
|
| 1668 |
+
"content": "<|reserved_special_token_200|>",
|
| 1669 |
+
"lstrip": false,
|
| 1670 |
+
"normalized": false,
|
| 1671 |
+
"rstrip": false,
|
| 1672 |
+
"single_word": false,
|
| 1673 |
+
"special": true
|
| 1674 |
+
},
|
| 1675 |
+
"128209": {
|
| 1676 |
+
"content": "<|reserved_special_token_201|>",
|
| 1677 |
+
"lstrip": false,
|
| 1678 |
+
"normalized": false,
|
| 1679 |
+
"rstrip": false,
|
| 1680 |
+
"single_word": false,
|
| 1681 |
+
"special": true
|
| 1682 |
+
},
|
| 1683 |
+
"128210": {
|
| 1684 |
+
"content": "<|reserved_special_token_202|>",
|
| 1685 |
+
"lstrip": false,
|
| 1686 |
+
"normalized": false,
|
| 1687 |
+
"rstrip": false,
|
| 1688 |
+
"single_word": false,
|
| 1689 |
+
"special": true
|
| 1690 |
+
},
|
| 1691 |
+
"128211": {
|
| 1692 |
+
"content": "<|reserved_special_token_203|>",
|
| 1693 |
+
"lstrip": false,
|
| 1694 |
+
"normalized": false,
|
| 1695 |
+
"rstrip": false,
|
| 1696 |
+
"single_word": false,
|
| 1697 |
+
"special": true
|
| 1698 |
+
},
|
| 1699 |
+
"128212": {
|
| 1700 |
+
"content": "<|reserved_special_token_204|>",
|
| 1701 |
+
"lstrip": false,
|
| 1702 |
+
"normalized": false,
|
| 1703 |
+
"rstrip": false,
|
| 1704 |
+
"single_word": false,
|
| 1705 |
+
"special": true
|
| 1706 |
+
},
|
| 1707 |
+
"128213": {
|
| 1708 |
+
"content": "<|reserved_special_token_205|>",
|
| 1709 |
+
"lstrip": false,
|
| 1710 |
+
"normalized": false,
|
| 1711 |
+
"rstrip": false,
|
| 1712 |
+
"single_word": false,
|
| 1713 |
+
"special": true
|
| 1714 |
+
},
|
| 1715 |
+
"128214": {
|
| 1716 |
+
"content": "<|reserved_special_token_206|>",
|
| 1717 |
+
"lstrip": false,
|
| 1718 |
+
"normalized": false,
|
| 1719 |
+
"rstrip": false,
|
| 1720 |
+
"single_word": false,
|
| 1721 |
+
"special": true
|
| 1722 |
+
},
|
| 1723 |
+
"128215": {
|
| 1724 |
+
"content": "<|reserved_special_token_207|>",
|
| 1725 |
+
"lstrip": false,
|
| 1726 |
+
"normalized": false,
|
| 1727 |
+
"rstrip": false,
|
| 1728 |
+
"single_word": false,
|
| 1729 |
+
"special": true
|
| 1730 |
+
},
|
| 1731 |
+
"128216": {
|
| 1732 |
+
"content": "<|reserved_special_token_208|>",
|
| 1733 |
+
"lstrip": false,
|
| 1734 |
+
"normalized": false,
|
| 1735 |
+
"rstrip": false,
|
| 1736 |
+
"single_word": false,
|
| 1737 |
+
"special": true
|
| 1738 |
+
},
|
| 1739 |
+
"128217": {
|
| 1740 |
+
"content": "<|reserved_special_token_209|>",
|
| 1741 |
+
"lstrip": false,
|
| 1742 |
+
"normalized": false,
|
| 1743 |
+
"rstrip": false,
|
| 1744 |
+
"single_word": false,
|
| 1745 |
+
"special": true
|
| 1746 |
+
},
|
| 1747 |
+
"128218": {
|
| 1748 |
+
"content": "<|reserved_special_token_210|>",
|
| 1749 |
+
"lstrip": false,
|
| 1750 |
+
"normalized": false,
|
| 1751 |
+
"rstrip": false,
|
| 1752 |
+
"single_word": false,
|
| 1753 |
+
"special": true
|
| 1754 |
+
},
|
| 1755 |
+
"128219": {
|
| 1756 |
+
"content": "<|reserved_special_token_211|>",
|
| 1757 |
+
"lstrip": false,
|
| 1758 |
+
"normalized": false,
|
| 1759 |
+
"rstrip": false,
|
| 1760 |
+
"single_word": false,
|
| 1761 |
+
"special": true
|
| 1762 |
+
},
|
| 1763 |
+
"128220": {
|
| 1764 |
+
"content": "<|reserved_special_token_212|>",
|
| 1765 |
+
"lstrip": false,
|
| 1766 |
+
"normalized": false,
|
| 1767 |
+
"rstrip": false,
|
| 1768 |
+
"single_word": false,
|
| 1769 |
+
"special": true
|
| 1770 |
+
},
|
| 1771 |
+
"128221": {
|
| 1772 |
+
"content": "<|reserved_special_token_213|>",
|
| 1773 |
+
"lstrip": false,
|
| 1774 |
+
"normalized": false,
|
| 1775 |
+
"rstrip": false,
|
| 1776 |
+
"single_word": false,
|
| 1777 |
+
"special": true
|
| 1778 |
+
},
|
| 1779 |
+
"128222": {
|
| 1780 |
+
"content": "<|reserved_special_token_214|>",
|
| 1781 |
+
"lstrip": false,
|
| 1782 |
+
"normalized": false,
|
| 1783 |
+
"rstrip": false,
|
| 1784 |
+
"single_word": false,
|
| 1785 |
+
"special": true
|
| 1786 |
+
},
|
| 1787 |
+
"128223": {
|
| 1788 |
+
"content": "<|reserved_special_token_215|>",
|
| 1789 |
+
"lstrip": false,
|
| 1790 |
+
"normalized": false,
|
| 1791 |
+
"rstrip": false,
|
| 1792 |
+
"single_word": false,
|
| 1793 |
+
"special": true
|
| 1794 |
+
},
|
| 1795 |
+
"128224": {
|
| 1796 |
+
"content": "<|reserved_special_token_216|>",
|
| 1797 |
+
"lstrip": false,
|
| 1798 |
+
"normalized": false,
|
| 1799 |
+
"rstrip": false,
|
| 1800 |
+
"single_word": false,
|
| 1801 |
+
"special": true
|
| 1802 |
+
},
|
| 1803 |
+
"128225": {
|
| 1804 |
+
"content": "<|reserved_special_token_217|>",
|
| 1805 |
+
"lstrip": false,
|
| 1806 |
+
"normalized": false,
|
| 1807 |
+
"rstrip": false,
|
| 1808 |
+
"single_word": false,
|
| 1809 |
+
"special": true
|
| 1810 |
+
},
|
| 1811 |
+
"128226": {
|
| 1812 |
+
"content": "<|reserved_special_token_218|>",
|
| 1813 |
+
"lstrip": false,
|
| 1814 |
+
"normalized": false,
|
| 1815 |
+
"rstrip": false,
|
| 1816 |
+
"single_word": false,
|
| 1817 |
+
"special": true
|
| 1818 |
+
},
|
| 1819 |
+
"128227": {
|
| 1820 |
+
"content": "<|reserved_special_token_219|>",
|
| 1821 |
+
"lstrip": false,
|
| 1822 |
+
"normalized": false,
|
| 1823 |
+
"rstrip": false,
|
| 1824 |
+
"single_word": false,
|
| 1825 |
+
"special": true
|
| 1826 |
+
},
|
| 1827 |
+
"128228": {
|
| 1828 |
+
"content": "<|reserved_special_token_220|>",
|
| 1829 |
+
"lstrip": false,
|
| 1830 |
+
"normalized": false,
|
| 1831 |
+
"rstrip": false,
|
| 1832 |
+
"single_word": false,
|
| 1833 |
+
"special": true
|
| 1834 |
+
},
|
| 1835 |
+
"128229": {
|
| 1836 |
+
"content": "<|reserved_special_token_221|>",
|
| 1837 |
+
"lstrip": false,
|
| 1838 |
+
"normalized": false,
|
| 1839 |
+
"rstrip": false,
|
| 1840 |
+
"single_word": false,
|
| 1841 |
+
"special": true
|
| 1842 |
+
},
|
| 1843 |
+
"128230": {
|
| 1844 |
+
"content": "<|reserved_special_token_222|>",
|
| 1845 |
+
"lstrip": false,
|
| 1846 |
+
"normalized": false,
|
| 1847 |
+
"rstrip": false,
|
| 1848 |
+
"single_word": false,
|
| 1849 |
+
"special": true
|
| 1850 |
+
},
|
| 1851 |
+
"128231": {
|
| 1852 |
+
"content": "<|reserved_special_token_223|>",
|
| 1853 |
+
"lstrip": false,
|
| 1854 |
+
"normalized": false,
|
| 1855 |
+
"rstrip": false,
|
| 1856 |
+
"single_word": false,
|
| 1857 |
+
"special": true
|
| 1858 |
+
},
|
| 1859 |
+
"128232": {
|
| 1860 |
+
"content": "<|reserved_special_token_224|>",
|
| 1861 |
+
"lstrip": false,
|
| 1862 |
+
"normalized": false,
|
| 1863 |
+
"rstrip": false,
|
| 1864 |
+
"single_word": false,
|
| 1865 |
+
"special": true
|
| 1866 |
+
},
|
| 1867 |
+
"128233": {
|
| 1868 |
+
"content": "<|reserved_special_token_225|>",
|
| 1869 |
+
"lstrip": false,
|
| 1870 |
+
"normalized": false,
|
| 1871 |
+
"rstrip": false,
|
| 1872 |
+
"single_word": false,
|
| 1873 |
+
"special": true
|
| 1874 |
+
},
|
| 1875 |
+
"128234": {
|
| 1876 |
+
"content": "<|reserved_special_token_226|>",
|
| 1877 |
+
"lstrip": false,
|
| 1878 |
+
"normalized": false,
|
| 1879 |
+
"rstrip": false,
|
| 1880 |
+
"single_word": false,
|
| 1881 |
+
"special": true
|
| 1882 |
+
},
|
| 1883 |
+
"128235": {
|
| 1884 |
+
"content": "<|reserved_special_token_227|>",
|
| 1885 |
+
"lstrip": false,
|
| 1886 |
+
"normalized": false,
|
| 1887 |
+
"rstrip": false,
|
| 1888 |
+
"single_word": false,
|
| 1889 |
+
"special": true
|
| 1890 |
+
},
|
| 1891 |
+
"128236": {
|
| 1892 |
+
"content": "<|reserved_special_token_228|>",
|
| 1893 |
+
"lstrip": false,
|
| 1894 |
+
"normalized": false,
|
| 1895 |
+
"rstrip": false,
|
| 1896 |
+
"single_word": false,
|
| 1897 |
+
"special": true
|
| 1898 |
+
},
|
| 1899 |
+
"128237": {
|
| 1900 |
+
"content": "<|reserved_special_token_229|>",
|
| 1901 |
+
"lstrip": false,
|
| 1902 |
+
"normalized": false,
|
| 1903 |
+
"rstrip": false,
|
| 1904 |
+
"single_word": false,
|
| 1905 |
+
"special": true
|
| 1906 |
+
},
|
| 1907 |
+
"128238": {
|
| 1908 |
+
"content": "<|reserved_special_token_230|>",
|
| 1909 |
+
"lstrip": false,
|
| 1910 |
+
"normalized": false,
|
| 1911 |
+
"rstrip": false,
|
| 1912 |
+
"single_word": false,
|
| 1913 |
+
"special": true
|
| 1914 |
+
},
|
| 1915 |
+
"128239": {
|
| 1916 |
+
"content": "<|reserved_special_token_231|>",
|
| 1917 |
+
"lstrip": false,
|
| 1918 |
+
"normalized": false,
|
| 1919 |
+
"rstrip": false,
|
| 1920 |
+
"single_word": false,
|
| 1921 |
+
"special": true
|
| 1922 |
+
},
|
| 1923 |
+
"128240": {
|
| 1924 |
+
"content": "<|reserved_special_token_232|>",
|
| 1925 |
+
"lstrip": false,
|
| 1926 |
+
"normalized": false,
|
| 1927 |
+
"rstrip": false,
|
| 1928 |
+
"single_word": false,
|
| 1929 |
+
"special": true
|
| 1930 |
+
},
|
| 1931 |
+
"128241": {
|
| 1932 |
+
"content": "<|reserved_special_token_233|>",
|
| 1933 |
+
"lstrip": false,
|
| 1934 |
+
"normalized": false,
|
| 1935 |
+
"rstrip": false,
|
| 1936 |
+
"single_word": false,
|
| 1937 |
+
"special": true
|
| 1938 |
+
},
|
| 1939 |
+
"128242": {
|
| 1940 |
+
"content": "<|reserved_special_token_234|>",
|
| 1941 |
+
"lstrip": false,
|
| 1942 |
+
"normalized": false,
|
| 1943 |
+
"rstrip": false,
|
| 1944 |
+
"single_word": false,
|
| 1945 |
+
"special": true
|
| 1946 |
+
},
|
| 1947 |
+
"128243": {
|
| 1948 |
+
"content": "<|reserved_special_token_235|>",
|
| 1949 |
+
"lstrip": false,
|
| 1950 |
+
"normalized": false,
|
| 1951 |
+
"rstrip": false,
|
| 1952 |
+
"single_word": false,
|
| 1953 |
+
"special": true
|
| 1954 |
+
},
|
| 1955 |
+
"128244": {
|
| 1956 |
+
"content": "<|reserved_special_token_236|>",
|
| 1957 |
+
"lstrip": false,
|
| 1958 |
+
"normalized": false,
|
| 1959 |
+
"rstrip": false,
|
| 1960 |
+
"single_word": false,
|
| 1961 |
+
"special": true
|
| 1962 |
+
},
|
| 1963 |
+
"128245": {
|
| 1964 |
+
"content": "<|reserved_special_token_237|>",
|
| 1965 |
+
"lstrip": false,
|
| 1966 |
+
"normalized": false,
|
| 1967 |
+
"rstrip": false,
|
| 1968 |
+
"single_word": false,
|
| 1969 |
+
"special": true
|
| 1970 |
+
},
|
| 1971 |
+
"128246": {
|
| 1972 |
+
"content": "<|reserved_special_token_238|>",
|
| 1973 |
+
"lstrip": false,
|
| 1974 |
+
"normalized": false,
|
| 1975 |
+
"rstrip": false,
|
| 1976 |
+
"single_word": false,
|
| 1977 |
+
"special": true
|
| 1978 |
+
},
|
| 1979 |
+
"128247": {
|
| 1980 |
+
"content": "<|reserved_special_token_239|>",
|
| 1981 |
+
"lstrip": false,
|
| 1982 |
+
"normalized": false,
|
| 1983 |
+
"rstrip": false,
|
| 1984 |
+
"single_word": false,
|
| 1985 |
+
"special": true
|
| 1986 |
+
},
|
| 1987 |
+
"128248": {
|
| 1988 |
+
"content": "<|reserved_special_token_240|>",
|
| 1989 |
+
"lstrip": false,
|
| 1990 |
+
"normalized": false,
|
| 1991 |
+
"rstrip": false,
|
| 1992 |
+
"single_word": false,
|
| 1993 |
+
"special": true
|
| 1994 |
+
},
|
| 1995 |
+
"128249": {
|
| 1996 |
+
"content": "<|reserved_special_token_241|>",
|
| 1997 |
+
"lstrip": false,
|
| 1998 |
+
"normalized": false,
|
| 1999 |
+
"rstrip": false,
|
| 2000 |
+
"single_word": false,
|
| 2001 |
+
"special": true
|
| 2002 |
+
},
|
| 2003 |
+
"128250": {
|
| 2004 |
+
"content": "<|reserved_special_token_242|>",
|
| 2005 |
+
"lstrip": false,
|
| 2006 |
+
"normalized": false,
|
| 2007 |
+
"rstrip": false,
|
| 2008 |
+
"single_word": false,
|
| 2009 |
+
"special": true
|
| 2010 |
+
},
|
| 2011 |
+
"128251": {
|
| 2012 |
+
"content": "<|reserved_special_token_243|>",
|
| 2013 |
+
"lstrip": false,
|
| 2014 |
+
"normalized": false,
|
| 2015 |
+
"rstrip": false,
|
| 2016 |
+
"single_word": false,
|
| 2017 |
+
"special": true
|
| 2018 |
+
},
|
| 2019 |
+
"128252": {
|
| 2020 |
+
"content": "<|reserved_special_token_244|>",
|
| 2021 |
+
"lstrip": false,
|
| 2022 |
+
"normalized": false,
|
| 2023 |
+
"rstrip": false,
|
| 2024 |
+
"single_word": false,
|
| 2025 |
+
"special": true
|
| 2026 |
+
},
|
| 2027 |
+
"128253": {
|
| 2028 |
+
"content": "<|reserved_special_token_245|>",
|
| 2029 |
+
"lstrip": false,
|
| 2030 |
+
"normalized": false,
|
| 2031 |
+
"rstrip": false,
|
| 2032 |
+
"single_word": false,
|
| 2033 |
+
"special": true
|
| 2034 |
+
},
|
| 2035 |
+
"128254": {
|
| 2036 |
+
"content": "<|reserved_special_token_246|>",
|
| 2037 |
+
"lstrip": false,
|
| 2038 |
+
"normalized": false,
|
| 2039 |
+
"rstrip": false,
|
| 2040 |
+
"single_word": false,
|
| 2041 |
+
"special": true
|
| 2042 |
+
},
|
| 2043 |
+
"128255": {
|
| 2044 |
+
"content": "<|reserved_special_token_247|>",
|
| 2045 |
+
"lstrip": false,
|
| 2046 |
+
"normalized": false,
|
| 2047 |
+
"rstrip": false,
|
| 2048 |
+
"single_word": false,
|
| 2049 |
+
"special": true
|
| 2050 |
+
}
|
| 2051 |
+
},
|
| 2052 |
+
"bos_token": "<|begin_of_text|>",
|
| 2053 |
+
"chat_template": "{{- bos_token }}\n{%- if custom_tools is defined %}\n {%- set tools = custom_tools %}\n{%- endif %}\n{%- if not tools_in_user_message is defined %}\n {%- set tools_in_user_message = true %}\n{%- endif %}\n{%- if not date_string is defined %}\n {%- set date_string = \"26 Jul 2024\" %}\n{%- endif %}\n{%- if not tools is defined %}\n {%- set tools = none %}\n{%- endif %}\n\n{#- This block extracts the system message, so we can slot it into the right place. #}\n{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"\" %}\n{%- endif %}\n\n{#- System message + builtin tools #}\n{{- \"<|start_header_id|>system<|end_header_id|>\\n\\n\" }}\n{%- if builtin_tools is defined or tools is not none %}\n {{- \"Environment: ipython\\n\" }}\n{%- endif %}\n{%- if builtin_tools is defined %}\n {{- \"Tools: \" + builtin_tools | reject('equalto', 'code_interpreter') | join(\", \") + \"\\n\\n\"}}\n{%- endif %}\n{{- \"Cutting Knowledge Date: December 2023\\n\" }}\n{{- \"Today Date: \" + date_string + \"\\n\\n\" }}\n{%- if tools is not none and not tools_in_user_message %}\n {{- \"You have access to the following functions. To call a function, please respond with JSON for a function call.\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n{%- endif %}\n{{- system_message }}\n{{- \"<|eot_id|>\" }}\n\n{#- Custom tools are passed in a user message with some extra guidance #}\n{%- if tools_in_user_message and not tools is none %}\n {#- Extract the first user message so we can plug it in here #}\n {%- if messages | length != 0 %}\n {%- set first_user_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n {%- else %}\n {{- raise_exception(\"Cannot put tools in the first user message when there's no first user message!\") }}\n{%- endif %}\n {{- '<|start_header_id|>user<|end_header_id|>\\n\\n' -}}\n {{- \"Given the following functions, please respond with a JSON for a function call \" }}\n {{- \"with its proper arguments that best answers the given prompt.\\n\\n\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n {{- first_user_message + \"<|eot_id|>\"}}\n{%- endif %}\n\n{%- for message in messages %}\n {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}\n {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\\n\\n'+ message['content'] | trim + '<|eot_id|>' }}\n {%- elif 'tool_calls' in message %}\n {%- if not message.tool_calls|length == 1 %}\n {{- raise_exception(\"This model only supports single tool-calls at once!\") }}\n {%- endif %}\n {%- set tool_call = message.tool_calls[0].function %}\n {%- if builtin_tools is defined and tool_call.name in builtin_tools %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- \"<|python_tag|>\" + tool_call.name + \".call(\" }}\n {%- for arg_name, arg_val in tool_call.arguments | items %}\n {{- arg_name + '=\"' + arg_val + '\"' }}\n {%- if not loop.last %}\n {{- \", \" }}\n {%- endif %}\n {%- endfor %}\n {{- \")\" }}\n {%- else %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- '{\"name\": \"' + tool_call.name + '\", ' }}\n {{- '\"parameters\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- \"}\" }}\n {%- endif %}\n {%- if builtin_tools is defined %}\n {#- This means we're in ipython mode #}\n {{- \"<|eom_id|>\" }}\n {%- else %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n {%- elif message.role == \"tool\" or message.role == \"ipython\" %}\n {{- \"<|start_header_id|>ipython<|end_header_id|>\\n\\n\" }}\n {%- if message.content is mapping or message.content is iterable %}\n {{- message.content | tojson }}\n {%- else %}\n {{- message.content }}\n {%- endif %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' }}\n{%- endif %}\n",
|
| 2054 |
+
"clean_up_tokenization_spaces": true,
|
| 2055 |
+
"eos_token": "<|eot_id|>",
|
| 2056 |
+
"model_input_names": [
|
| 2057 |
+
"input_ids",
|
| 2058 |
+
"attention_mask"
|
| 2059 |
+
],
|
| 2060 |
+
"model_max_length": 131072,
|
| 2061 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 2062 |
+
}
|