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\n\x00o\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00#1\x00\x00\x12\t\x04\x00\xc8\xe3\xf5\xf68?\xf8N\x86\xa5:l\xfb\xa9\xbf\xa4\x00\x00\x00\x00\x00\x00\x00\x00u\xb0\t&\x1a\xa5|>\xbf\x86\x9fe;\xaf\x99\x88b\xdd\x18\xdd\'\xceQ\xeb\r\xd00\xc9\x9eZ=\x99\xb2\x9d\x00c4\xfdh\x86^\xe4\xc4\x8f\x9f\x0fS*6(\x0c\xd3\x9b\xbc\xf2\xf9\x01B1\xed>\n\xee{\xaf\xea\xda\x12#^\xa4#o;\x04Xc\xe3\x86\xd1\x87\xc1\xe7\x1f\x82\xed\x14{A\xe6v\xc8\xd6\xe6\xf9\x90\x9f:\xbf!?i\\\xbe\x14\xd7\x1c;u\xef^\x14\x9a\x83P#g!\xdd7\xab\xb8\xd5\x001\x1a\x9d\x05\xa9ZkM\xcd9\xc8\x05\x94\xfa\x18\x87j\xfe\xdd\xe2\xc0\xe0F2i\xa4i\xaec\xd9=?\x82\xdfu\xa8I\x17q7\xa7\x87\xdd\xaeUd\x96^\xe0z\xcd\xe7\x0f\x02\xa8\xfa\x1dz\xc8\xdb \x9d\x98^5\xa5\x81\x81\xf8\xe6A\xb66\xe6\x92\xc4\x0e$\xddF|d\xbf\xcb\xbb=\x1d\x16\xc7(z\x8e\xb2\xa5\xdf\xe5\x0f$\t0@\x9d\xf5\x90,N\x9a\xb3\xd0\xc4H\xaa"\xb9*__\xad\x05\xf5\xa7\xba\xe5\xcb!\xd0\xec!\x18\x8a|m\x02\xf6a\x06\x06\xf37]\xdc\x95\xf6\xc51n/\r\x91\xdb\xcb\xcd\x90a\xd5\xe5\xcd\x96\xf6\x11;Kp\xe4MU\xe1\x84\xf3\x08\xa9U\xf6s\x1dK>a\xd4\xc8\x1eA\xee\xe5@\xe2\xa6y\xd2\xa1\xe0\x95\xa8\x87\xa73\xe8s\xcc\xef\x82JOU{m\'\xc5b\xa9B\x07\\2\x98D\xbes\x12\xe5k\xc2L\x01\xf7vI\x13\x8b\x1aC\x8eX\xf5D\xcd\x92\x14y\xa5G\xdc\x80 *u\xbe*\x07i"\x16\x84\xee\x17\rMlB\x88\xe8\xa3\xa5\x85\x01xO+\x9aL\xb5\xafrQEe\xe2\x8f/\xe9\xa8\x1f(\x01\xe0yc\xb8\x816\x8c\x85\x0c\xc0\xee\xb4P4hV\xb0\xa8P\xe2,\x84U8\xd5\xc8\x142\x19u/\x81N\x07\xb0\xa8\xa1\x11`Xy\xff\xa5/<\xa6H\x9bX\xec\xca\xe4\x1c}v\xb9\'\x7f\xd3L7E\x06\xc5\xad\x19\xdb\x08\xf1\x8c\xbf\xd2yM\x87F\xfd>$p\x17\xb7\x00;\x96G\xc0y-\xf0<ub>~\x9b;\xa3\x98eg\x85\xd0\x97a\xdb\x9eobM\x98\x9f\xd9\xdf\x7f\x1d\xb5@\x10f\xf0\xdf}\xca\xd11y\xb1\x07R\xe1\x85,O\x9d\xc2\xd9]\xff\x0c\xd3\xfb\xa3\x0f\xe4\xd1\x1f8\xe5@\n\x98\xa2\xee \x03\xd9\xf7\xfd7eX\x80v\x15\x9fL\xca+\xdcIi`\x1b\x17\xfc\xcem\x9db4\xc0\x1f\xf8\xf4\x11\xba\xc0\xa0\x85\xf9qm\x9as\x0ca.\xcaE\xc4`\xef\x19~?C=_y6l<\xf5\xf8E\xdb\xe4\xadYPt\xbb,j\xadL(\xebsK3\xaf0"\xde\xf7O\xbdC\xf7\xb7\x9dK\x1a\x00v\xbb\xe0W}\x12W\xd3\x89\xbb\xdf\xffl\xc1\xe2\x81\xfa\x9d%\xabT-\xa3s\xf7\x03\xe6\xc7M\xf76,\xe4\x91M\x84\x97g\x7f\xba\xc0=\xfe\x94Y\xa1\xcb\xc0\x05\xeaN}\x88\xd8-.S\xff\x94\xfd\xa4\xf8q\xafaw\xd8\xaeP\n\x16\xdb\xb9\x07\xaf\x16E\xabw0J>L\xd5%=\xccj\x8bO3\xefyo\x00\xf0~\x19M\x8d\xeb4\xc7\xa8\x03;"\x11\xc4\r\xef\xec\x94\xf6\xd7\x17\xf5\xc1\xc7\xe3\xd6\xb0\xd4x\xb1\x051\x89\xad\xc4>m\x8b/uS\xdb\xc1}\x0b\x8d\x03_\x943Z\xa2\x19+R\x89\x9a\xbeF\x93\xaf9\x0c\x86\xf7V.\n\xbd\xcf\x87\x17~\xd1\xfa\x0e\x01\xf3\xa3\xda\x13]\xd4M\xbcYv9-L\x86P\x91E1\xf6Y\x0e\xc1\xa3\xbd\x1cmb\xed\x82\xd4\xc1\xbdc\x9e\xc9/\r\xdf]\x81q,\x81\xecT\x86N\xb0\xdd\x89\x95\xb6Fa\xd2\xe4NGL\xa5<E6[h\x90\xaa\xe038\xac\xa6?\x1a\xb9I\x9b\xff\'\x7f+\xfaTC:\xe3\x08\xa5&\x7f\xe9\x01\x9ad\x01Fh\x91[)\x90\xa5\x1a\x02\x05RH\xc5\xf76n\x1c\xd9&\x13/9\xaa\xffx\x80\xb0\xa3\xd7g\x06`t\x97a\x99\xcd\xa3\xa2\xc9\xa4\xbdB-\x88\x8b2g c\x94Fj\x84p\xeb\x9f\xdd\x93\x9b\x91\x13rN*p\x1d\xe8\xb2X\x9c\x97`e\x99|m\xc4\xf7}\xfd\xb4\xc1\x14\xa4\xef\xb6Tg|\x9f\xfcH\x8b\x10V\x04\xb0\xcf\xad\xd9\xa6M\xf5\xed\xc7\x98\xe4kX0xX\x9d\xfd\x89u\x00X\xe2\xab*<\x16\xc3:\xbc\xe1B\xa9H\xbc5\xc2U\x85\xeb\xf1\xb0\xe1vSC,\x87\x84<\x89n\x0f<\xc7q\xeb\x87\xb7)`\x89\xdb\xaf\xc7\x8d/\x0c8\x8a8G\x1d\xbc=a\x17\xb3\xa0@D\n?\xd6\x8bED\xcd\xf1\x80\x0bs`\tb\x80;\x9d\xda\xd9\xa8\xdc9\xbc\x97:\x9aY\x1a\xafk\xfd\xad\x08=\xb6F\xa4\x94\xa9\x11\xb6\x98\x95,\xa9\xa6\xd6E\x8e\x19\xd40\x18\x04:\x04\x8c0\xc7\'\xf0\xcc\xa4\xd1x\xd3>\x86\xfb\xbbk\xfa\xf8\xe5\xd5\xc5R\x99r\xa4.\x8a\x84\x7ff\x1d\xb5\xd8\xed\xff_\xd0\x16vx\xe4\xa1\x1d\x80\x81\xfc\xb4\xc4@\xab\xce\x1f\x07\x8c\xc3\xef%m\x1e(\xd8g\xf0(\xf5\xae\xd6\xaf?\xbf9Y\x0f\x0fV\x8b\xb7KE\xc3\x9fZU\xa2\x94\xaa\xbfi\x90\xdau\x88o\'\x18\x1b5\x89\xaa\x1b\x06P\xca\t\xb387\xb2\r\xf5\xef&\'\xb4\xc3\xb3!\xafb\x87\x10m\xb7^\xb4\xb5\xb9M\r\xebayP\x90\x01\xecg]\x9f\x81\xda.X\xd4I=\x8c;4\xdf\xc96G\xe4\xdb\xce\xdc_\x14\xd3H;\xd9\xef=&d\xc0\n"\xb3l\xd0\xb3k\x07\\\x92\x7fQ\xae\xbf\xb9\xc5\x83R\xcc\xa7\x7f+m,\x93\x00-/\xa6\xb8\xf9b\xdd=}\x13\xfb\x9e\x0e\xfcg\xfao\xbd\xdb\xbev\xa8\xcf\rw@I\xce\xd0\xed\x0f\x9f\xe3E\\C|\xc3\xa3u\xec?\xb5\xa8\xa7\xbb\x04d\xb2%@\x9d9\x0b.\xb8\x05{8Dd\xffP\xd9\xe9l\x88\xb1\xf8T]\xcaG\xad\xb6 \xcd\xc9z,"\xbav\xa0\x81\xde\xfb-\xd0CL\xc4\xdb\xce\xf1\xc9\xe5\x85\xc5<\x98\x0e7\x90\xe0d\xa5:8\x02\xf0\xb4>\xb3j\xf5\x8bz\x04\x95\xe8\xdb\x1f\xa4\xad\\\xf1\xa4\xa2\x0e\x16 lQ\xd3\xaf\x93\xae\xed\xed`\x89a\x8ek\x15\xbf\x04h\'y\\\xe1\xf2{\x8d\xb2\xc5,RC\xa4\xc9\xcc\x94\x01}p\xb0\x13\x11\xf0U` k\xa9\xdb\xe9\x8b\x80 \xad\xa8\x18\x9c0f\xe0/\xce\xd58\x94$3\xbc\xe3\xe674\x19\x1fc\xec\xf6b/Ku\xa9\xf8m68\x1f\xdcZ\x1e\xbf\xb4\xe7\x17,\xc3+\x86_<sx?\xa6M\xfe|z\xf7\xf6t\x15\x0e\x04x\x97rm\x02\xd5\xde,\x83m\x11\xb4\xd3\xda\x00\x94\x15/\xe1K\x1eF\x82\xae\xb2\xc9j\x9d\x8f[\x19N\xed\xcfeC\xb2\x1c\xa6{\xfd\xf8\x87\x98\xb4\x96\xa1n\xcd\x16!\xae}\x16\xcd\xf7ta0RJ\xed\xb0z=5}\x9a\xa44\xe7\xf8\xee|\x07_\xb5\x92\x98\xae\xe12\x9f\x88\xcc}\x00\xbe\xbf\xac\xd2\xdc\xaa\xf4\x88O\x16\n\xcf\xc8[\x16\x1b\xf8y\n\xe5|\xb3\xa0\xf7p_f\x8b\x92M~\x82+^\r\xdd\x169\xb1q\x88\xd6BY\x86\xd5\x1a("\x86\xa0\xfd\x95p\x15\xb3\xafa\x80\xbb\xe4\xe0<B|\xde3f\xb4y\xb7\x89;\x04O\x9e\x8aB\xefJ\xb4\x93\xd4m\xbb\xa5\xbdq9\x86p\xf4\xbb\xe6u\xceJp\x996y\xc08\xf6a^\xf5\xbbMc6\xe8kT.\xac\xbag\xac\xa2\xac\xa6|,\xf8\xf4o\x0bM\xbc\x8a\xf5\xa2K#\xfc\xda\xe1\x83n\xc0\xac\xabw!\x9fr\xfbd\xe9|\x87\x13!\x1d\x03\xc5H\x15\x07\x0c\xf1X\x00d\xcd&\x9fWne\xdfSF\x90\x1a\x8d\xab\xe4bG\xca\xf7K\xe5\xae/x\x07@Q\xf4t\xd4\x0e^\x86\xc1\xdf\xf2\x9f\xa4\xe9\xb53Bz\x10\x1cs\x8c\xc6\x8a\xc9h\xc4x\xa2\x8a\xb4~\xe6\x11\xd06\xbb\xf0\xaf\x89Y\xe1\x7f\x86uW\x87\x1b\x8c\xac\x85R\xc3f\xb1\xd3E\x80w\xdc\n\xdb\xb5\x89\xb5\xb9\xf1\x15\xba\xd0C\n3\xce\x0cx\xca\xc4-\xd8\xa39B\xe9I\xd4\x08\x17\x1f&\x9e\x9f\xb0\xcfKa#\xf1\xfa3Z\xd4q\xa3\x82$\xbcw\xe0\xf3\xa9\xa9\x87\xce\xf1\r\xe2\xfa0\xc9T\x1f\xf6\xd6\x8c\xc2\xa3v>\x8db\xf2\x9f\xc2@\xca5\xfd\x0f\xc7o=$\xc6\x97\xf4$\x03\xf1\'%\xaf\xf3"g\xb9F\x84{\xe2\xd5o\xa7:\xfcZ3\x1b\xf0\xc9O\xfcB\xff\xa9\xc8#\x9d\xaf\xed\xea\xa9p\x12Gw\xf8e\x87\xa7\x1as\x8e\xad_7\xc6\xb7\x1dcy{?oI\xf8\xc6@\xde\xa4\x1d(\xeb\xff\x0c\xaf-\xd96%\x13#T\xda\xbb\xd8B\x02O\x95SFL\x90<\xde\'\x97\xcb\x12\xe0\x06k\xdb\xd8\xf3\x15\xa3\x84o$\x18\x9e&\x1cUe\x94;25\xcf\xeb\x9e\xa5j2\xc33&\xfaH\x87\tnM\x1f(\x95*\x88`\xa3\xc3n\x82RUp\xfb@\x12hK8uV5o~\x0e\xee\x15\xde\xa1\x81\x87\xb6\xd6\x9c\x96\x0e\xad\x87\x19@g\xe1\x9e\xc6\x17"\x0cO;c\xd3_\xafD\xef\x831\xdb\x1a\xe9\xa7\xf1\x998g\x7f\x92\x81\xf2r\xe0\x8aA\xf7;\xf6\xb7\xba\xf2E(<\xd8~\x11a\xd7\x8f\x96\x82 ]\xa6\xc5\xdf\xc8\xe8\x8d^`GJZfO7\xb2\x0b"\xdf5~Y|\xe5\x9e\xc6g\x8a\x03\x8e\xaf3`3\xb2\x99\xcd\xb3q\xd0\xa1\x10\xdc\x07\xea6p\x8ef\x10\xc9#\x8c\x98\x17[\x98m"F\xcbx\x96\x1c\xbbi(;\x0fKv\x86\xc1\xb8\xb1\xe32@mm\xb9n\x07p\xf5\xd6\x92\xd3\x0b\x85\xfa\xdc\xfa2\x82\xf2|\xc6\xce\xa8\x1a\xee&\xc8\xbaM\xa0\x19\x81\x92$\x06\x1ey\xfc\x852\xdce\x93a\x00I\xb0\xdd\x19\x87\xb4\xf9E\xed\xa41\xd3\xeeA w\xc2\x8e\x06\xcc\xa8skj\xcbW\x8f\x8d\t\x8f\x95\xdc\xaf\xd4K\xe3\x90\xb1\xfap\x98\xf6\xb92\x93\xa4\x16\xderg)\xfb\xd19\x88L\xfa\xa6PX\xe0\xed#\xdd\x12\x0e\xf8\x8a\xaa\x81\xa0\x94\x83=n\x1c;\xc0*l\x0e-\xd7\xbd\xe4\x01m11\xcat=g\xae\x17w\xf9nU]54\xa2\x7fWN\x02"\xd0K\xb8\x9e\x1fLK5\x85$\x94\xb1GM\x0e?X\x1b;9P\xb0\xcd=\xbb\xb2,\x10cWp$5/:\x17\x8f|\xf8fh\xaf ;+\xaa\xf9\x89\xd9\xf8U\x99\x95a\x8cN\x01\xb7\xf3\xe1\xd2\xe9D\r\xa7\xef\x846\xd5\xf6}\x0c\xbb\xe3\xb1\x1b\xd3\xa2~T\xe2m\xb7fT^9\xd0oNFNs\xdf\xf8\xe7\xea\x86e`DX\xdb]v\x10\xd0\xd36\xeb<\x83\xce\x81~i\x9cX\x9f\x12~\xfe\xeeM\x0f\x83_\xb7\n\xab\x98g\x90\xfb\x98\xc6\xc39\xb3\x85\xaeI\x82fQk\xdb}\x01\xea\xe7\xdcY\xd0\xed\x9e\x13\xdd\xe5\xedT\xdeW|$\xa7\xe6\xe26"%\x13\xb0\x0e\t\'Z\\\xef\xe9\xa4\xe4&}\x03\xd4U\xf1\xa5\t\xe6veM\x87\x85\xf9rX\x895\xfe\xe8\x9dr\xe0q`\xee\xf9^\xcc. H\xbd%7\x9dj\n\tkp\xab\xd5\x17\x9fO\x1f\x8a%\x99ug\xf5`\xb9\xf0\xa9\xfe\xc2YUz\xf8\x0e\xbcI\x157\xfc\x9c&\x87\xf3\xf4\xc1\x93\x1b\x81\r/\xbfh\xa9\xc1\xe3\xdcx,3\xcep\x07\x05 \xcc=\x1aF\x02~!\xe8\xd9#\xa6\xd0\xca\xdc\x1cs\xb0\x12\xf2\x86W\xff\xcd\xf9o\x849\x121\xfc\x82"\xcf\x85IM\xc18\'\xd8S\x0c\x06\x8b\xfa\xee\xb8k\xaf\xd4\x00\x0f\xd7JC\xc9\xe0v\xb8\x8b\x16=\xcfFY)e\x89\x96Z\xaa\xcc\xd8\xd0\x9d_\x17\x1c\xf3"D\xf7\x06w0\x87?"l\xbf\xd4\xe4\xec@B\x0f\x06=/z\xdc\xdd\xc4!-\xe64%\xcan\xcc\x06S\xc5t\xd9\xc4,)\xfaxz.\x92\x9e0\xb8p90\xa6@\xc2t\xb4j\x0f\'\x18Y\xfeB\x8f\'\xb7>\xd2\xfa\xce\'\x1e\x11\x13vuf\xa28\xba\xb3\xb9\xc9\'cP>\xb5\xe0\xd1\xd2\x14\xd9\x11\xd7\xe0\x82\xfbX\xf3\x9aKx/d/\x00?\xf0<_ST\xd7\xf7e\x85\xab\xff\x9d\xe1w\x82\x0fV3\x1e\x7f\xfa\x1bs\x89\x9d\xef\x16j\xb8\xb1\xd3\xcf\x86n\xf1:\x88\x0e\xf1\xf1\x1dd\xa6Qc2\xf2\xe8\x86\xbbk\tL.\x86\x92T\xd3 \xf18X\xebPgZf\xc8\xcf\xd4\xd4zH\x8a\x8bg\xda6kp\xaa\x8e6\xa1\xde1\x8f\xa3\xb5Y\x8b\xeb\xc8\xdf\xe2\x89\xd3<K\x9a\x19m\xc2-\xe0kI\xbd\xdfM\x9b\xa4ci\xdbwL\xea\xc4\x942ZX\xc5U&\xa7\xb5_\x91\x05\x10D\xf08\xc3Ec\xf6q\xe32p\xe7\xb3\xa5\xb6\x0c\xea\xa9\xa3\x95y\xb7|\x8a\xd6[k\x04\x19C0*&\xc0v\xbe\xb9\xd3\x18/|\x03\xd3\x89\x18\x12\x8b\x04\xe8\xa1\xff^\x87\xb5\x7f\x82U\xc4-y^\xa30\x01\xcf\xac\xd4\xf1\x14@\xa0{\x86\xf4\xc3j\x85S\xfal5Pa\x93\xdd\xcb\xb3\xd098\x15Jy\xa3\xd6\xc6\xb7\xd0\xd7\x8e\xf4\xc2\x9d\x8bA\x93A\x01\x04\xb7\x98\xae0\xccs\x04\xa5\xc3\x17\xe7j\xed)\xb2\xc3\xf3c\x0b\xbbv\xd5\xb0\x9b\x1b\x03"\x84e\x04\xf2\xc4\x1c\xbb\xa0\x9a\xa1;\xd3\xf8Jm\x90\xe1\x16T\x11Q\xce\x91\x91 \x89\xe2K\x85n\xd89\xef\xf8\x11J\xeb\xe6\xda\x90\xea\xf2\xc8\xf5Ag\x14\xc5\x91$\xecK3\xd6V\xde\xcf\nd\xd77!\x01]>\xb2I\x8bB#o:\xbe\x99\xd0\x86&\x94\x06\xdc\x10\xa8\x85\xcf\xa5\xab\x12u\x07?n\x82\xed;\xd0\xe84>\x8c\x82\xf7:Y\x89^]<\xc5\xd6&\xa3q\xcb\xca/\x7fP$\xaa\xc7\x90\x9c\xe7\xc4\xf0\xe6M,\xc2\x7f\xe4\x90\x8d\xfbSS\xfd\xff\xce\x98\xbe-j\xdd\x93{\xbe`*\x95\r|q\xc3\xdd\xf2\x847\x92V\xcf\xa9%\xbf\x8f\xe6\x00\x86\xa35\xca\xad\x1ai\xa9\x82\x84\xf4\xed\xa5\xc4L@z\xb0.D\xad;?S~\xdf2u\xacG^\xfd\rrSq6\xe0x\xf1Z\xc9\xc1Rb\xb6"]>\xfa\xfa\xe8\xaf\xd7\xdam&\xb1\xce\x0b\x05\xbf\xa6i\xa2\xf9\\e\xc8+8F\xd0\n\xa3_\xcf\xbc\\\xa6D\xbb\x8c\xd5]B\x96`\xcf\xecdm\xfa\xb0\x16E\x00\xa0@\x99\x86\xddj\xd5\x8c\x9e\xf1\x12\x88qV\xdbE\xab\xeb\x99\x9c\xae\xae\xfa\x9c\x89\x801yDW4\xdd\xddL\x99&|\xa14lhx\x98w\x0br\x01\x80\n\x01\x1a4N\xbf~\xe9n\x19\x94@.R\x9b\xde45(.\xb9\x07\x8b\x98\xc1\xfd@A\xc7\x9d\xfd\xab\xe7U\x0f\xb0\x8b\xb6\xb9\xae(9\x94\x89>\x9d\xc0\xf41\x88\x11\x1b\x05U\xd7\x94\xc4L\xd1\x8f\x15\x8c\xdc&!\x18\xa5\x9e\x92\x0c\xdb\x14\xdc\xc1\x05\xc4|\x03(\x82\xb8\tP\x87\xc9\xa2F\xa6\xdc\xceQ\xde\xa7\xee\x17\xf7\x8a\x94\x9c\xed\xe8\x7fa\x80\xb2\x91\xddc\xba\xf8iJ,\x07\xbfTZ\x04\xeb\x10\xca\xc4\xe1\x17\x13\xfaY\r\'\x881=5\xee\x8c\x06\xc1\x1a.\'\xdf\xfc\xf4Z\xfa\xb6U\xf8\xd4\xabM\xfb\x9f\x87|W\x94\x1e\x80\xf4Mo\x99:\xb7\x0cq\x9dT\xff\xa0r4j\xd0d\xc6\xaa\x8d\xe4\x00\xaa\x88TQ\x00\xe7\x92\xaey\x18 \x13\xdf.`\x1f\x1d\xf0r\x00%H\x8f1\xad\x0c\xb4e\xaa\xaa7\xc9\x12+c\xdb\x89^\x069\xcd\xc4\tPX\x11\x02K\x03\xbd%w\x7f\xe1\xfb\x16\xfawF\x9d\xb0\xe5\x1f\x98\x00\xdd\xf4\x0b;I\xf8\x93\xe6\x9d\xbe`8\xf6\xf6\x91\xed,vYk2\xe7}\x80=\xe9\xdfHZ`\r\x12\xbd\x0e\xaa,y\x0b\x9aSh\xf3\xe7\xc0\x81\xc9\xaf\xed\xcc\xc2\xf4z?\x83\x8ah|\xdb\xa6}\xc0g,\x11\xe5\xda[(\xec\x8c\x9eV\xb1\x12;[\xad\xc1\\\x03T\xd8&\x01\xfa\x88\xba\xac7v\xe3_\xb7\xfc\xea\xb0]\xa9c\x8c\xf25\xa9\xc6\x8a\xa1\xa1\xbe\x1d\xd8\xb0\xfe]\x9b\xa0#(\xf5\xbf\xbew\xd57R\x0fw\xa7iZr\xd9\x1d\xfckc\xf8\xd3\x17\xa2\xa5\xbb\xb5\xb3\xcd\xbd\xce\x8d\x94\xcbW\x8e\xb9G\xbc\xc3\xe5\x8a\xd6\x99@\xc7\xeb\xcf\x82\x04\x9dj\\\xc7{\xd3\x82\x05\x11\x0cq\x0c\x03\xd9|\x045\xac\xce\xd2\xb8r\x9a\xe8\xfd~\xee\xc2\xa6\xc8\xfb\xd8a\x82\xc1d\x06\xdf\x07\xbc\xd3\\\xa8\xe7\xe8\x15\xd0\xa8\xa8\x1cF\xd20w\x1f{\xeb:\xecZ\xaf\xb0\xb2\xdf7\x0c~\x1f\x93\xd5\xbc\xd5\x99Z\x93\xc6\x81\x87\x10\x16\xa00\xb1\x12\x11\x86\x8b\x8c\xac\xa4z\xc8A\x10!\x14\x0b\xddEO\xb4\xeb5\xe1N\x98\x00\x84\x7f \xba\xa0/C\xe7\x0f\x9e\xa1\x1b\xc2\x13\xa7\x8d\xcb\xde+zPpp\xa6\xbe,\xde\x9b\xc6\x8f\x0b\xda\xc9\xaa}\xfa\xbf\x1c\x0bp\x974\x7fC\x89gy_\x00\x95M\xa3\xb9Vq8\xf1\xeebF?H\xebj\xf2\xe8\xebu\xde\xd5\x89l\xaa\xf7:\xf9\xa0\xa7\xcf_\x97\xc0\xb5\xd2j\xadR\xe8\x90\x0e \x96Y\x90\xc0\xa3\xb7+\x08\xa7^`\xc7S\x7f\xaa\x8a\x89\xe6%y3\x1fW.\x07\xe2\xf2\xc2!\xd8\x83\xf6\xdeaw\xa7B0\x9a\x93"jW\xab5\xcd\xf0\xdc\xc9\xef\x9e~mx"\xefF\x7f$\xc0\xda\xf7V\xea\xf3;U#\xd7\x96\x86\xd4\xd8\xe1V\xb4\xff\x01\x15\x8c\xc3G\xa2$.\xc7J|\xad\xd8y3M\x88\xed\x0c\xef\x9b\x8d\xcc@\x04$6s,\x15\xfeIC\xb5\xc3\xbd\xf3p\xc0iy\xe8P\xe7\t@B\'C\x9d\x11\x08\x08E\xed2[\x84e\r$\x91\xbd]e\x08\xec\xce\xb0\xc2\xfe\x0bas\x01\xba\xcd\xaa\xe8\x02\x1b\x1b\xc1\x18f,vN\x88\x8b2\xec\x84\xa5lZ%\xe3\xf0\xf0\xf1"\xc2X\x0f\x7f\xf6)\x1b\xf4\x96\xb2\xd8\xf3o"\xf8\xc6\xbe\xf3n2T\x85#\xe0P#\xc4\xda\r\x12\xa3\x11\xaa\xa2\xef\x01\x8e\xbe\x1c=\x8e\x92k\xf3\xf7\t\xc0\x04:\x19\xbf\xc12i\x9e\xdd\x9e\xd5[\xaf\xdfGn\xdf\xed\x9a=\x1eb[\xbe\x15\xfb#\xc2M\x0057?n\xbcX\x9a\xed\xcbwI\x87\x01\xa4fe\xe0\xae\x8f\xc59\xa1\xbe\x8d\xe1E\x90l^\xdee\x19\xf9\x04\x9d\x1a\x9fe^~6\x991\xaf\x1a\x14P\x8f%\xcf\xf7\xed\x82YH\x08\t)\xa2n\x985\x1drJ=\xf32\x19\x8e\x07\xb7\x16zh]\xf8\xd5\x17M/\xa0:"\x9fE\xf0\xf8\xa4\xbc\xd4\xd0B\x8f\xff\xf5\xb2J\x98\xff*F\xd6xs\x07\xa6u<&\xcf\xfdG\x8d[v\xfa\x05!\x1e\x0e\xf9\x90|\x02\x92\xa2z\xadJ?!\x8f\xbdf\x81Y\xb6\xccB\xa7\xd1"\r|+\xd0\xe7\xca\xce\xcf\xb4\xce\xec\xd3\xc6E\xf9%]o\xdd\xb2\xaa\xa7\x16xx.\xe05N\xcfK\xd9\xa5\x1a\xcc8M\xc6S\x9d\xbe\x08\xad\xb0\xa1\xad\xcaE\xf0\xb2\xea\x85-G\x964\xbb\x99\n\xc4\x06\xd7\x8f\xdf w\xba\xdb\xf9\x83\xae\x94\xdd\xc5\x82\x9d\x02\x1f\x97\x91\xac\xad\t\xfa\x8e\xb9\xec\xc5b\xadGY\xf5\x87\x91Z\xb6\x06\xc2~OaQ\xca\xdf\x87-W\xa3c\x1b\xf2\x16.d\x80X;q}\x12}\x10G\x91\xa8R\xfdM\x81G\xda\x91\x05\x9a\xa1\'\x04\xd1K\xbd\x9fm[\xaf\xd9\xb6.\x1d\x0e\x04\x11\xe9P\xb8<\xd17\x96\xd6J\x1d\x1b\xe3*\t\xa9\xf8\x94\x00\xbe\x7f\xf9\xd9z-\x92\x94\x8aw\x19\xbe\x15\xbc:\xaaD!\x85\xa51\xde\xe3\x7fFH("\xd6\x06+\xd7(;\xfd\xfd\x9aS\x8b\xd4\xb5\xb9\x96\x03\x8f<\xbb\x84\x94\x81\xc0\xba\xfc6m\xb9\x8b%\\\xba%z\x1e\xf9\xf3\xaf\xb5\x85\xaf\xf7\xaa\xccf\x0e\x18\x88\xafmKX\xd9\x13\xfb\x01\xb2\xfc)\xdf\xb5\x11qV\x84"\xc92\xb3\x07\xd8\xa5\xf9\xf9\xb6\xd2\x1c\x00\xf3N\xaf\xc2Qh\n#v\xbc\x8d\x03\xe2\xeb\xf4%\xd5k\x98\\Jg\xe6\x88\x8d\x1a^/\x9c/\xc2jwI9d& \x95\xb1\xf3/\x0f\x15\t\x13\x1e\xbd\xe0T\xfe\xce/\xd0\x85\x970\xd8)\xcf\n\x12~k\x0c|Q\xaf\x05_f:T\x88&\xdfD\x11\xdb\xd0\xf6$\x97\x98\xf6\xc1\xda\xc8\xb5\xda\x16nc\xfdw\x1ekJ*\x82\x93B\x15~\xb5\xcc\x01\x19\xc6\x05\xcc\xc607\x1b\x08\xfchr\xb5#P7Y\xae]dZt\xd6\xf1\xc9\x89\xbffA\x9cO\x8ct\xf3\x93\xb5\xa4\xcf\xaa\x97\x9c\xe1\xf31\x96\x92n\xe4"\xd8B\x07\x96&2i\xbd&\x8b]\x8f\xa1`\xf4\x8fr\'Zi\xf0;\x90\xe9\xf5\xb9"d\xe41\x96\t\xcf\xa0\xa75`\xd7\x8ePy\xb7{\x9bo\xde2\x81\xf4\x17\xf78\x0b6.0\xfd\t\xed\xdd\xf5\xd7>\xfeF\xaa\xd0\x92\xf4OHI\x837nx{\xfdi2\xb1f!\xa7\xcf\x80\xb8h\xcc\x17\xbdtf\xb4\x8fx\'\xbc\xa5\x9d\x7f"\xb4\xddO_\xc7\xa6\x7f\x89\xaa\x95\xca\xbf\xef\xa8\xaf\xa9\xb0^\xe6v\xde\xa9\x10p\xeb&\xbec\xe0O\xe3\xbf#\xb6\x97\xbc}\xdd\xa5\x88\x8d!\xb7S\xf3\xa3\xfe\xd9\x19\xdf\xa1\xa9H\x83\xa6\x9dX\x19\x8a\x9b\xb6<&\xde\xfb\xb6\x9d\xe2Q\xdc\x9c\xa2)\x10)\x80\xfdt|\xe2e\xd1\xd4\xa3!\x8a\xccL}3\x8f\x86X\xee\x92\xd9fs\x01r\x13\xb3\xc8\xf1\xc9\xcc\xa8.}*\xba\xf6\x92G\x96\xa0\xedN%HI\xec\xef\x96\x13\xdb\x85gX\xc2\xa3\\\xac\xc5]5%\x89\x0e\xca/Qh\xb9\xd8\xd9B\x01\x91\x89g\xe8\xf2\xb5\xe2">\xef\xcd\xba\xd9\xf0\xc6\xa2\x0esyhK\x95\x00h\xb6\x18\xe2\x7f\xd5R~\xf4\x93\x12Dm\x82\x92w[4YI\x84:\xfc\x90`5\x98\xc7\xbe\n\xc6\xc0\xbaZ\x96\x82i/\xd4\xcaE\x12\x90\xa1|\xd9\xac\x9a\xa6N\xe2T*\nS\xae=\xfeZ\xffQ\x15\xf3\xe6\xd2\xbb\xf4\xda\x0f\xf5;!47@[j\x15R-3\xd4x\xb8\xd8\xec\xeel\xf1\xcc@Y\x1a\xf2\xabA\xce\x91M1\x00\x85;.\x85\xf6\xa0\xc9\xfb?\xce\x0bt\xdf\x1c\x9bD\xb0~\x1b}\x1c&\x88\x0f$\xa6`\x16rpoB\xc0\xca[iCC\xd0|\x90\x8f\xbb\xa9\xcb\x9a\xea7{g\xef\xcd\x1e\x0b\xd1O\x85d|\xdd}\'\xaf\xcemms\xc6\x1a\x90t\x90\xf6F\xdc\xa4\x98t\xb1v+\xf0\x88\x98\xa6_\xd7\x88iY\xa0\xa1;\xbc\x95,\x08r2rI\xb3\x95\xbe\xc3*\xdd\xe1-+-\x05,\x08\xb4\xae/k\xafV\xcc\x8e`wI\xb85\xe9\x08\x19\xba\xf6\xf9\xf63\x9b\xfeD\xa2\x82\x1f\xbc\xf4\xa4d\xa9\x1d\xed+\xa3\x86b0\x1a\xa1\xd4\xa8\xd9A\xb3\xc7\xfb\x9a\xfa\xe7\x10/\x81/G\x8e\xa0\xaa\xcc\\,:\xba\xe3Tfp\xcfo-[I*\x96\xf8x\x14U\xbd\\\xf5\xfah \xbfp\xa87\xce-[I\xda#\xa0\x87\'\x11\xed\xe5\x84\xde\x82\xf2}\x97G\x8e~\xfc\xf3Y\xac\xe8\x8f \xaa\xb9j@7\x8c\xf4}\xc8\xd4\x8e\x1f\x05Y;K\xd86\x16\x1cy\x90q\x87\xcf\x85"\xdbA\xe7\xf9\x99\x12\x97\xc6T(\xe3t\x1b\x92\x7f\x006\x03\xe0\xa3C\xebr\xe5VA\xa0`\xd6\xa1%\xdb\xb8\xac5\x00fr\xbbEB\xcc\xa3\r,m\xa0\xbe\x08G\x0e\x93\x9d\xbe\x80\xd4\xba\x0c9k\xf9\x90\x1f\xa4g#\x8c6}Z6\xbc\xe7\xf0\xaa\xb4|}\xf0\xd3hH"\xad\xd1]\xec\x7f\xd2sS\x07*i\xc7\xd4\xd6\xbc\x93.\x19\xa8j\xb4\xd19b\xf9\xad\xb6\xc8\x8a\xe5m\xfa\xfe_\xee\xa8z\\\'\x01\xf93\xae\xa8\xd1 z\xc7\x8e\xb2\xa1z\xcf\x8ed\xfe!\xcc\x12\x89\xdci\x16\xe2\xd8H\xcdg\xda\xa41\xe7\xf4\x02\x1e\xa5\xae+i\xbd\xc5l\xc8)tGH\xc5\x13w\\=p\x82\xbf\xe4\x8eeS\x96,\xc05\x93\xfe:8yc\xe1\xf7\xc6\x9dx\x16P0*W)[\xd3\xfb>\xcdO;7\x87\xbb\xcdd\xdb\xa2xQW2u\xf1+W\x86\xca\xa8\x04=9L\x18\x0e\xf1\xa7\x89\xc5Z\xf94Pp\xb8\xdd\xf8#\xfe\x0e\\OP\x06\x05\tW\xce\xe1\x0bH\x17\xd6q\x04\xa9\xd7lQ_\x05\x95\xc5\x0e\x1a\x90.\x06\xce\x85-<\xc2\xc7@H<\x93\xfa),\xa8\xa2_\xc8\x8d\xae\xe5\xdf\x90&\x8a\x0b\xd0\xbe\x05\x1b5\x88\x95\x05\x99\x9f\x9c\x81,\x9d5\xad\x13\xb7\x0f\xac5b\x83\x91\xf2\xb9p\xd8\xadk\x0f\xae\xf0\x08hk\x19x\x9a"\xbe\xb5\tk\x95xM\x96\xd4\xder\xc1\xf0.\xb3\xb3+\x90\xd9{X\xa5\x04\x8a\xf7D\xff\x1e\x83\xf5\x12\xe0]\x8er\x7f\x91\xa0i\xa5\xd4\xe2\x17\xb76S.\x9e\x93\xa4\x18p$\\\xees\xe93=%Qa\xbe\xb1\x0b\xbb\xc7\x0c\xd7mg)\xec\xbe\x85\xcf\x82e,\x80\xb2\r\xb2\xf5v4\x88\xb5MJ=\x0f\xf2\xb0\xae\x81\x06\x8c\xd7Z>&,\x19#\x9d>\xb0\x0f\xda\xc8\xfc\x83\r\xe7\x14\x1cb\\\xe4|6\xac\xc0\x1aI~\x1c\xb0\x00\x9b.\xa5\xfd\xdb\xc1\xeb\x08?\xf1]\xe8\xc8_\xe5\xb1\xda\xab\xa6>\xee\xad9\x1bT\xa6\x12\x02^\xab\\\xe9\xad\xb7\x96\x7f\xaf\xd7\x0b$5\xbb\xb7Z\x99\x8b\xe5\rX\xde\xe4HK\xad\xca{\x9d\x1e?\x1fU\x93\xa0\xc1\xae\xe0\x9c%\xb5uf\x9f\x02y\x08s\xd3|\xa8q\xa7\x7f\xea\x0fAw\xdc\xd7\xb3(w\xbb\xb7\x9eT\x00a\xb0\xa9lp\x15\\\xb1\x8c\xf3\xa7\x8b26\xff\xa0IE\xd0\x8af\xd7k\xad\xfd\xe0\x173\xb0S\x02\x00\x95Xmz\xe4\xd0C\xcf\xf5\xe3h\xa5s\xd9H\x86}\x10\xfa\xf5L\x14\x18\xd4\xca\x16\xbb\x83\xaf\xde\x00>\xa8\x1c\x1c\x01\x829\\E\xa6pOkk\xcd\x94\x8a\xf4\x97\x11^\x0c\x15\x07\xe1d\xbc\xf7\xa4[\xe0Z\x9d\x86,\x8f\xa4&O\xe1\xaerxY\xffk\x8et\xaav\x07oH\xfd\x00?\xc1\xedg\x9d!\xed\xd0m\xd0\x8e\x10\x92\x9bA\x1c^ 4G\xaaV\x0b4y\xca\x07\xe3\xbc\xc38\n\xd4\xf9c\xaf\'\xaf\xf1\xc1\xafh\x11\xfdP\xe5\xe1$\x1d\xfa\x85\xed\xe7\xd8\x1dx^F\x18\xff"7\x80\xa12Q\x0b\x98\xa4U}\x95\xb1<\x1b\x86$\x10=O\xbcw~\xfc\xab\xa7\x1aZ\xd5\x97\x8c\x99\xc8\xc5{a\x9e\xd4\x9b\x0b\x8f\xbf\x81\xe6\xadg\x9a\x0b\x9d\x13\xb5\xcb\x16\x82\xd4/6%w n\xd3\xf5\xc0\xdd~|\xd7\x00/\xc7\x8dx\x9d\x947\xe7\xb5\x8a^\x86\xd2\x81o\x9b\x92%\xa2R\xd0\xf5Q\x93\x0b\x98\xbdO|zJ\xed\xcfiI\xd7\x0f\x9eX\xa3\xa6rA\xfc\xfa\xc5\xed\x80\x86\x89\xac\xeb\xf3\xf2ao\xe5\xd4\xcd\xe0!\x80Aj\xfeZ\xb8\xa4\xec]Fd\xfd\x83\xa4\xeb\x01\x03\xdb\xb3|N\xe9\xfa`\x8cu\xf0Z>\x84\xcd\x0bn\xfb\x00fI\xea\xfaC\xc1\x9b\x02\x06\xe3\xcbu\xe9\xe1\x0f\xfa\xd7\xc1\x87\x86uU\x05SC\x92\r\x0c\xf1\xbc\x9f*\x08\xc2\xbbb\xdb\xfa\x16;8\n\xb7\xd9Z\xb8\x14c\x84=m\x10&\x0c\xb9U\xcd\xaa5e\x1fX\xa3t\x9e\x03\xcfK\xf4%H1\x02h\x89B\x00\x86u\x7f\xb8t\xba\xba\xb0\xb61?T\xfaH\xec\xd8\'}sy\xa9\xf1\xce\xdc\xc3\x1c\x07a!;@\xef\xf1"\x15\xb1E\xdbbs\x82\x9bT\xb1z\xd9\xb0\xaf\xb89FL\x81\x9c\xc1\xad\x8b\xa0\xb5\r\r\xf5\xa1\xa24\xc7\xd1\x96d\xdf]\xe5\x1aIaT Em\xafXy\xf8\xc0\x1c\xee\xc0\xe3\xbb\xb1\x18\xf6F\xbd\xc0\xcc\xcf\x08\xc4^v\xfd\xc6:\xbf\x96\x8b\xf8\xcb\xc0\x9b\x1bez\xdb\xf0\xde1\xc4\xbf\x18\xe5\t\x8dS\x04kw\xe8\xf4\x0f\xf4dlm\x98\xee~/\x99\xa5\x9e\xa8\x84\xa7xiMy\xe7#!\xc0I\xb3\x1c\xb8\xa0\xb1Y\x81R\x94\xa4\xdf\x0eb\x93C\xe5w\xd5f\x03t\xc2\xe6\x05\xf0\xa1\xc0\x06Td\x04\x91\xb1Z\xaf\n\xb3R\x0f\xec\x19?\x90~7\x96\xbdD\x02\x98\x80\xb5.\xd6\xa8\x13\x84qz7\x88\x0fw\x0fIr\xf4!\x80\xe1.\xc9\xe2\x13\x8c\x99\xdbY\xd2l\xcc\xcb\xcah,5r/9\x9a\xb9v?[\x88\xe0\xf2g\xb3^\xdf\x84SH\xb6\xf2\xb2\xc2\xb4U.\x91\x1a\xd2$T\x8b[\x81\nA3)\xf9Ko\x11\x03g\xcec\x9d!\xc4\x18\xbd\xd1\xa4\xd9\x85\xc0|Do\x8b:\x8e\xbb\xef\xf7\x9a\xa3{_>\x80\xa5\xed[t\xb5\x04\x8c\x1b\xd6\xd1\x8a\xafi\x17\xf0\xe9\x95\x1e3\xd6\xc1\xbe\xb7\x8e]\xeb\xb8\x92\xaf\x91o|\xf5\x1ao\x83\x9b\x98\n\x0515\x84]z\x00\xcazG|\xc5\xa9j&2\xefp\xc4Y\xd1\xb5i\xa8\xa9\xb6\x94\xa5\x9d\x8e\x01mp\xf1\xf3(7d\x80\xae\x8f\x10b\x10\x11\x8fm0\x0eTd\x16[\x96p)\x8c\x08~\x0e\xc9\x93Y\xa4IoJ@[\x89$\xdc\x97\'?m\x81\xad\t\\I\x16r\x02vo["\xb0\x14\x9f>\xfe\x00\xd3\xe1\xec"b\x01\x0bG\xf3Q6\x1e\xa4e\xf1\xaf\xc8\xe5\xe0,~T\xe9rH\xca|\xa7\xc5\x01\x1a\x1a\xff\xfd\xc3\xc7\xda\xbb\x9f\x89\x1b\x99\xf7~\xd48@\xbf,\xe2\xa0\xad\x9d\xa2yd&3\xd0B\xb8\x12\x86ef\xa6\r\xb6\xd1\'\t\x80\xba\xb8M\xa5\xea\t_\xaf\xf9*\xa6\x87\xeciQ\xe6\x93\xe2qm\xd4\x95\x1d\x83\xa6\xc0\x0f\xb0\xe8\xcaZe\xc4\x8e\xf8 8\x17\xbf\xb8\x85\x11\x05\xcc\xf4\'de<\x16@\x82\xb8\xe6\x8d$\xab\x0eE\x1b\x97i\'}\x10\xaf\xa7\x9b\xa7\xb6\xe5Z#(]\xdb\xe3+Q\xfe\xa8.\xcb:\x89\\\xf50\x97\xa7\xbf\xf1I+\xab{\x12\xf3P\x1c\xe9\x16\x1a\xf1,\xd7\xaf0\x02G\x9aU \x86@Y\xb2%<s\xa2m\xf0\xa8tik5Qe\x80*D,s<\xa2/\x17\x7fQ\x837&*\x96\xac\xb6y\x9f\t\x9f\xd5\x80+`\x19\xf3}\x8a\x95\xe8\x9et\x87\n\x9dn\x9a\xab\xdd\xc4\x91G\xc5\xe6$\x8e\x81\xb8A2\xcej\xf72\x95[\x18\xc1d\xbf\x1b\xa4\x02!k\xb4>\xbc\x1b\x8d\x936\xce\xe5\xd9\x0f\xcec\xe6\x06}\xc7\x19\xec\xe7\x8c\xf7\x0fC\x90r\xc0\xf6\x1dG\xbf\xbc\xf4B\x16\x9f\x87\xe2 \xa2\x04\xe7\xac\xc4\x17U|{\x00\x14RG\xf9l\xcd.3\tnS\xc9N\xfd\x0c\xe8\xae\x18\xc6\xf9\x0eGd\x83h\x14y1\x06P\xd1|F\xf0\xbe\xbe\xed\xd7\xf77\xe2\xdcG\x8f\x8aR\x07\xdbZ\x90\xb5\x9e"\xdf\x13\xe5\x0f\xf7Z\x98\xcf\xb0\xe9\xb0\xd8\xbaw\x86t\x98a-\x07\xe72\\\xc4\xe9\x08\x97\xf3\xb5\xab\x15\xfc\xff\x82\xe4\xa2d O\xb4\x88\x85x\xbe\xaf\x9e\x9e.\x84\x1b\xa5\x9b\x0f|x\xe8\xcb\x0e\x1e~\xc7\xd2&(\x83\x04Z\x14\x13\xa4\xe9\x8e`\x01\xa1\x8c\xf7\xb2n\\v\xf9\xef\xe97\xa5"\xe8%!\x1f\xd6\x90\r\x06\x84\xd6;\xf5\x84c\x08d+:\xf2g\x16X\xa8\xc6!\xf4\x11\xbd\xa7t\x96lm\x82\xd5\x07\xf4J\x14\xd1TH\x01jrP\xa9\xc1Y\xff\x08\xc4\x97L\xcfG"\x82\x170\xb8\x19L\xc9\x8d\xf6\xa5\x9e\x8d|\xc2\xb2\xd4\x81\xfb\xdf\xf7\x06\xd6%h-\x8a\x1anb\xe5\xb7%\\\xcf\xa6{h\xbb\xa6\xef*\xc3rZ\x19\n\xa9\x98hx`\xc7\xf6|M\xe0\xa8\x8c\xa9y\x8a[\xf6\xd9\x81:\x83Y\xc8\x1cu\x04\x93\x9b\x06\rE\xdd\x05~\xce\x86\xa6\x0c\xfb\x12\xb6\xfd"b\xde\xaf\xdd\x13\x11\x04\x02\x07\x88=\xa3}\x9a\xd4\xabr\xba\x92\xf3\xf51\x90\x88\xad\xf7b\xb2\x805(\xa6\xb5\xc9\xc96\x94\xd7,!\xec0\xa4\x8dl\xf2`\xc2\xf4(#\xb3\x1b^ %N~0w\xe5\xf2\xc0\x80\xe8\xb03GN\xaaEy\\\x0cc\xf0\x1f\xaa\x9158\x9a\x9d\x8aK\xbe\x80,\xa5\x97\xc7d`\x89S\xcf2\x03\x84\xf7\x89\xc97\x04\xf7R\x9fE\x8d\xe8\xc6i3\xfbs$\x95\x8b!{J\xdc\x92\xe2$l\x92\xf8)I6zp?L\xd5\xb5S\xfc\x96\x88@\xa8\xd6\xb3FE\xc2pd&\x9c\x91\xbf\x0b\xa8\xeeU\xbd\x8b+}\x8a\xb3\x9efIm\x03\r\xcb\\y\xb9\xe9\xd6\x9f\xfd\xfbD\x9c\xd0\xfdY\x81\xca\'\x8f\xa7\xe9k\x06\x92\x936e/ /.gc\x1fq9\xdb\xe9\xe1t.\x8aZ\x03\xbf\x1a\x9e/\xad\xbc\xaa\xc9Bk\xfeY\xa7\xd0i\xda\x14\xa8\xb6_\xcb\x9d|q\x1e\x81\xb3N6\xdc4\xd6\xbb\xb7\xa3^~\xfd.\xf2\xf8?2\x072do\x8e0\x00\x90\xdd\xe1\x03,\xc5\'\x08Ba\xe3\x03WE\x18\x8f\x06\x1c\x15\x912h\xbb\xa4x)\x16\x0e\x99\x8e@\xc1\xfe\xbe\xed\x88;vL\xa5\x91\xea}\xc8@\x12\xa1\x10\x0c\x84Q0\xd0gB\xcf\x17\x0c\xd7\x7fK\xad\xb7\xac)\xed\xff\x86<\x89\x1c!Sn\xf6s4n\x15\x1b\xdf\x9d\x8c\x91\xae=6\xb7}\x85\x07,r\x84\x85\x91\xb9}|\x8f\xd91\x7f\x1f\xb5ww\xc1{AW\xe6T\xac\x15\xc1\x02]\x06e\x0e\x04\x15\xb8\xd3\xc1"\xe2)\x17N2\xc2\xb1\x96j\x19A\x95#\x80\x05\xb4\xbdj\x96l*R\x89w5%\x94=\xb99\xa3,\xc8\xbe\x8ew\x10\xca~)\x90\x98<\x15\xd6 Y\xc3/z1D(@\xde\xea\xb6\x0bh\x02fcr\xb6 \xfc\xfe\xacI\x8e&,\xf1l@frq\xba\xa8\xc6I\xa51;\x07\x80\xca+u\xd9:\xa1]Q\x7f\x1c\xbfL\x8a\x90\xfd\xde\xde\xfe\xc9\xc3\xeb\xd5\xd9{q_\xd0TA\x9a\xcb)~\x0f\xec\x1e\x93{\xab\xb7\x964?\x94\x10\xeb\xb0\xa6\x8a\xed\x9c\xc4\xb0r\xfb\nUW`\n.megI=\xaf\xb2I\xbd.A\x1bz\xfbEF\x9d\xdb\xec0\x9b\xce{\x0b\xff.\xcc@t\xc1\x1cQ\xb5\xe2\x0c9!\xaf\xd0\xc0a\xd2\x0b\xf3\x00\xea\xd5\x85\xde\x16\xe9I\xa7\xff.\x83\x82\xeb\xb0hl\xb8\xbbT7\x0b\x88\x10\xc8\xa9\xfeg\xb7\xf1\xe4\x16\xf1K`\xc5j\xaf\x83\xf3\x89\x9e\x89\x93\x87=\x89R\x1b \xab\x96r\xd3z\xb5\xc7T\xad\x99DNq\xba\xe9\x11v\xe7Q\xb0\xeb\x1d\xb4w\x85\xb2*\x1d\xd8\x9d\xd0@\x9eW\x06\x91\x8cO\xf8ng\x98\xc3\x1c\xd7g. @G\xecz\x15\x8f\xfb@\x81\xca\'\x19\xe3\x8c\x06T\xe2oT\x82_\xa7\xe5\xad\x9bgh\n\xba\xe1J\xb3Q\\\x95\x9d.ox\xf4\x13\x7fX{H\x80k2_\xd7\th\x84\x03&\xa2\x98L\x9dVtkS\xa7\xa9+-\x1dsv\x0cP\nW\xae\xf5\xcby\xdc)\xbf\x99\x97\x03\xeb\x80I\xb9[\x9d\xa7&\xd5;\xd9\xfb\x9f\xc9\xb5(\xcd\xb2\xe7\xcc\xa2T\xa7\xa2\xe7\\\x82\xfct>W\x8c\xf1\xf5\xf5\xce{\xa8\x9cM\x8d\xe4l\x988i\x8f)\xcd\xd5\x8c\xc8G\x1c\\KL\x06f\xac\x1a\x90(\xf0|?D\xf0\xc7\x16n\x94i\xedB#\x04[\x10v\xd5\x15\xba\xddq\xeb\xe3\xbep\'\n.\x10\x15\x8dOQ\xd8\xd3Q0x\x078\x91r\x7fZ\xd3y*\x04\x89\x91\xce\x05-\x8e:U\xa5F\xf5o\x8dm\xb6QT\xf8#.\x11\x1aL\xfc\xea\xeb\xe7Z\xf9\x0b\xb4D\xb0\xedy\xac{W\x81!t\xdd\xb4_\x9c\xbfzAT\x11s\xae]\xe4,\xda\xd3|\xad\xfb\xc0ZD\x9dfv\x00@\xff\x01\x13:\xfa\xc4\x9e\xfa\x81\xf5\x06l5<\xe5\x1b\xd1|\xa1\xc8\x0cd\x8d\x7f\xcb\xc9\xb2\xed\x97#\x16j")\xbe\xdd\xa9\x91\x17q\xe9\xef\xae\x07\xf7\x18\x00\xa3*\x9a\xf8+XX\x94\xae\xff\xe1p7|\xb5\x03\xa2\xabF\x17\xc6B\xfd\xaf\x01\x93/b\xd0\xc6\x88\xc9$K\xe3*!S\xa0\x98\xbe\xf0\x9c\x81\\~\x13\x04`H\x13\xa0\xd3%\x9a\x14i%\xc8\xdf\xdf\xab\xa8\xe4\x05X\x85p\x00\xad\x04m\xcd\xd7\x18K\xd9E\xa6ob\xd1n\xa0x\x18di\x1d\x15\xf5\xc36j\xd2!\xab\xb8\xe0\xfe&\x06\xcc\x10 \xd9nR\xfd&&\x17\x1d\x96\x1fo\xf7\x0b#\xb1\xc7\xe9\xc6=\xbb:y\x9f\x11\x8f\xc4\xce24\xa9Hh$MgjC\xad\x11\xea\xbe\xea/f\xc6\xd7<S)\x07E\xc0jx\xeb\xac\x1ad\x8e%\x9a\x81\x08"\x83H3\x02\xfb\xec\xfd\xf0ba1Q7\xd0a\xedk\xfd\xf1\xaf&]\xc8\x9a\r\x93\xef)\x86\xa68\xde\n\x9f/\x97\xb3\x83\x04I=\xd0\xe8\xe4W\x90pz\xfe+]C3]}\xddZ\xcf\x8e\xdc<\xab\xb3\xd4\xa0(t\x98(0\xbe\xec\xc8( \x1dP1\xe1g\x92%h\xfc\xbb]HX\x1a\xfd1\x02\xbdVS\x8d\xa3\x14\xda\xb9\x03\xb3?\xb7\x01u3\x10\x813\x86s\x1e\r\xf2q\xa4\x1f\xcad\x06\xa3\xf8.:\xbf\xd4\xa1\xbd48\x0f\xf9\xa5\xb3\x04\xf0\xa7\xc1\xe4\x7f\xee\xb4,\xe8\xb7hD\xccq^\x8bq\xd18\xd9gk\xa2JB\xe5g\xf0.\x8d\xb9\x07ZM\xbe\xc0\\>\xf6y\x9d\xb4\x18\xfc\x9a7\xe2\x03\x8f\xf3\x1c\xb2\xd9\t\xe0\x90\x0c\xc5w\xd4\x8b\xa2\x9e\xee\x84\xe6\xbf\xf4\xfd^\xed\xfe\xdaF}8|\xd8\x0fJB\xa0\xdfG%\x8b\xe8\x0c\xa3\xd3\xd4"\xf9U6\x9fF\x0e\x02:\xa4\xaf\x13t1\xb6y\xa2\x9e\xb2\xbe\xbe\xb9\x8b\xcb\xb4\xbc\x9cZ\xa1l\xcb\xd1\xc6?\xd7o\x94#\x83D0\xe5!\xf2\xa6\xe6\xee:\xc4\x89\xbb\xfc*\xda\xd6\xc3M\xbf\x00\xa5?39\xd5P\x16=\xb0\xda\xb4 +,\x95\x16\xe5\xeb\xa9\xdf\xbc| \x80-Y\xd3(\xf5\xe3;(\x13\xfe\xf4\xd4\xb6\xba\xb9\xad\x1c<p\x03\x83\xaa\xe3\xc2#\x1d@\xc8\xd2\xad\x8b\x91\x92P\x87\x19KsW\xdf\x84\xdb*\xfe.\xa2b[!\x0e\xa2Z\x80!M\xe2b\x87U\xa2\xdf<\x8d\xa5\xdcM\xcd\xb4\xbe\x83\xcb\xc5\xadG\xeb\xe7\r\x06!\x1c\xa5&\xb3\x8b\x91\xad$\x81+\x8a7\xc8\x08\x1b\xbaPZ[\xcb\x05M\x1c\xc7\xcaq\x91\xe5\xe9J\xf7b\tG\xfa\xe9y8\xf4\xa0!\xd2f\x90\x92\xe4\xf2\xd0\xcfh\xe1\xbcP\xfa\x06\x1d\xc2\x1a.\xf6c\xac\x1a\x9d;\xf2\xc7\x13\xee\x15\x8b\x8a\xd6\x94\nKB\xa6\xb2\xa37P5\xb1<\xc0K!k\xe00\x94Y\xfceH\xbaz\xfe\xa5v\xc6}\xd05\xf8\x89\xc7\xee\x0e\x0e\xfaf\xedf\xe4\xd7\xc3\xd9\x1e\x0b\x11 @\xe07O\xd4)\x87\xd5g\x8a\xa5\x0f\xdd\xc4C\xefG\xdf\\\xd0\xa1\x96M\x9c:\xfa\x8d\xf6L$\x91E\x00\xea\xd4\x0e\x84\x97Fj\t\xaar\x98\xac\xfa\x1eJ#i[\x11C\xa8\x89]\x92\xac_\xf7me\x88m\xea\xdc+8\n\x1c+#%\xb1\x1ck?\xd2\xfe\\Z\x15c\x158\xb6\xbc\x0f\x97C!\x8b&\x7f\xc0\x9e\xe2\xf2\xf7\xb4\xc4+\x8a\xcfGY\xcf*\x97qh\t*D^L\xcd\xe3\xa2\x9c\xe3|D\xbdXig;\x8b&7G\xf26\xa8J|\xef\x03M\xb5\x8c;i\xe5]\xe4\xeb\xc6\xb1\x0e\xc0\xcdG\xcb\x00>\xf2\x7f\xdc\xd04o\x8b\xb8\x89\xd9\x02\xa6\xa8\xbc\xb3\xd6\xa5\xd0\xdd\xf5\xdc (&2\x9f\xb3\xa8\x0c\xaa\xe4n\x18\x16\x1b\xc0\xe8\xd5\x8dN\xdeB\x00<_\xd8\xa0.\xb8\xbb\xc5$\xa6\x9b\xf2\xa1\x1b\xa4\x19\xe7Sy\'\xea\xdb\xeb\x12\x9fC\xd2}\xd5\x05\xb9\xba\xca\x08\xcfde`\x8d\x81\x12%\xaee\xe4K\x11\xd6\xd8\t\xaf\xe2.\x03\xdd \\\x0fXh\xc6W\xe7\x15\xb6\xe63,\x92\x87\xf1\xbafd\xc0ot\xb5\xf3\n\xdd\xf0\xe2\x18\xdf~\xbb\x01\x9cC9w\xa9g\x8b-H\x1b\xf9\xc2\xe6\xd9\xec\x8b\x99\xed\xb3\xc7\x18\xd0\x8a\x8b\xa4\x1dkS\xa6e8y\xc7Tb\x86\x1b(\xcb\xb7\x18\xea\xea`\x95:n\x14\x1a\xf1!\xc0\x13$!\xdd\x1bI\xd6\xf5\x1a\xe4\xee\xee?)\x7f\xdf\xf3S9#\x9f\xbaa\xe2\xe3\x96\xc4\r\xb7\xfau\xca\x98\xdbE"\xb0&\xdc\xecmH\r\n\xc7\xd8\xde\x84\xcedv\xe0p\x06\nBx[\xb3\xe7\x83\xe1kO\xda\x02\x0b\x94~\xb0X\xea=C\xce\x07\xe5\xfb\xff\xfbL4\xf7\xa3\x18\x88\x90g\\\x0c`\x02\x11\x8a\x01\x93\xdf\xa6T\xee\x02k\x14\xfb\x8b\x8d\xc4\xefn6J\xbczV=\xe4\x17\x15\x1d\xf2\x19\xd9N3\xa0\x0f\xe1\xd8\x92\x9a\xd3\xfcV\\h\xcdGG\xfc\xfa\x80\xa3|\xf6\xe8\x19-\xe1\xbd\';L\x84\x99@\x17V\xd2\xf2\xd5\xcc;!\x18\xbd$Z\x88]\x92\xbc\xa4z\x03ai\x84\xc2\xf3\x10\x12,\xcf\xdd\xca\xf6D\xf3\xe6\xe2\xd3\x80\x8c1\xee\x97%\xbe\xa4\xfa*\xe5Lx\x01\xdf\xd1<\x11\x04\xaedB\xb6F\xf1\xcd\xef\xcfEm84\xfd\xf0x70\x92\xf7\x11%\x86)s0"\xe9\x8f r\t\xe6l\xc0\xa0\x1a`\xd6\xb0.\x86\xbc\xb4\xf01\x14\xdbn\xf2\xb4K8\xca\x80A\xee\xfd\x18k;\x05\x90D%\xaa\xd9S\xe1I\x94\xba\x08$\xef\xd3\x07\x82\xffk"(\x98\xa9W\xb1\x8f[\x92\xe5\xe7\x95\x05\xf8\x83\x12\xae\xc5\x1f\x96\xf5\x17\x17\x82S)\x15\x17a\x14\xc6\xc9\x0eWy\xcf\xfa\xec_\x19x<\xf9\xc1\xf4\x13\x9b+3\xe1\xd8\x14\xc4\xbf\xeb\x89)\xd3\xb9\x1b\n\xec\xffW\x03\xc5\x0b#\xe5M\xec\xa3E\x16\xd7\x124of\xa8N\x07\x90\x0c^\xf6\xe1\rG\r\x05\x8f\xcb\xbe\xf9\x80\xbf\xae\x98Y\x98T#\xee\tG\x96\x04\x7f\x8f\xcb\xed\xe6\xdc\xdc\xbd\xe0 \x9em\x9dj1PK\xea\x06\xac\xc8\xfc({\xe3\x98])\x15Z\xd5mc_Y\x86\xac\xb5\xa8D\xca_\x8d\x0bo=\xe4\x10\t\x12\x86\xbf\x15\xbd\xc6\xe3^\xd8\xe8\xe2\x9b\x8c#\x9e\x11\nJ\x15\xcb2+\xd6\xd1"\xa8\x83%\xe8\x9bA\x15\xc72\xa2\x08|\xa9\x9aq_\x82\xc1\xfe\rJ\xce\xaf\xb6Z\x07\x9f\xc9*\xcb\xc3[C\xccG\xf9\xa9f\xf7mO\\\x15\x13\r\xbd.4\xf9\xd4\xe5p\xbd \xe0\xef\xc2\xad\tel\x8e\xba8\tL\x18\xe7\xcd\x95M^3\x0c[%\xde)\x9b\'\x1f\xd8Q\xb7\xa1Iw\xdeW\x01\xbe\xef,1\xeaIB6\xaa\xe9\x88Y\xa1\xf9!H\xec%\x94\xf8\xe8\xdeDBM\x14\xc4\x98\x9a\xb4\x13\x91\xbf\xc2\x19\xff\xf8\x1d`WB\xcco&n1\xc0"3\xe4\xa8u\xb0\xfe\xf3\xa7\xe8\x97YgR\xa6Cpo\x1f\xc9\xeb\x07\xeaGoW"\xe8\xd9\x87\xb9_*:\x9b\xd5\xf3\xa0\xb3\xfcF\xd8Q\xff \x12\x15\x86\xf3\xbd\xc3o\xb1\xdb\xf16>\xca\xc1\xa6?S\xf9\xe5\x0c\x80\xe1\x81.^\xc6i\xebm\xc0\xbdR)q\xce\xa3&\x8e\xea\x8b\x02\xc8\x0ceW\xbe\xc2\xf4\x95\xe7c\xc5`\xca\x93\xa5\xb02xM:\xbdg\x7f@\x16\x85\xbeC\xf4\xf5Yn-\xb3\xbd\x19\xd0W\x16\xba;o\x1f\x12\xb99\x80ry\xd9\x80\xf6\xc1T5\x96<\xec)\x19x\xdd\xa6\x18x\xcf\xbe\xa7\xf3c".\xe3\x1c3:\x99\xe3H\x07\xdf\xea2}d\xf2\xdd\xb89)1\xfd\xe0\xc6\xa59\x18\x98D\x1b\xe7F\xab8\x1d\x8e\x0e\xf5#\xbc\xb7\xb0D{\x8b>ms\xf0^\xa26\xd0w\xb4\xaf\xcd\xee\x92\x99\xfb\t\x93\x1a\xa0\x832\x94J\xec}Bm\x0f\xb3\x04A\xdd\x80\xd8x \x00\xf4\xca.\xcc\xc0=P\xa8^\xceN\xa00<\xc2\xfd\xf5\x19+p`5\x14\xdc\x19T\xd7\xf3L\x9e\x96\xc9s1>|\x7fOC\xb6n|\xbbtK\xcd\x93N$W\x91{\xba\xf0\xc6\xe3\x96\xf2K(\xb0o\xcax\xd3&\xfd\xd7~\xee\xce\xd8\x80\xe5\xcc3lW\xa3*\xbb3\x07\x02D\xae\xbc\xd7\x93\xe5\xd5\x9e\xbe\xc1\xd4ZE\xe1\x16\xb3\xf3\xeb\x98\xa5\x8b\xb5\x88o\xed\xc5@t\xec\xa4\xf8>C\xb6_\xce\xe1b\xa2R.\xe5\xd1\xea:qx\x99\x14\xccE\xaf\'%\xc0x\xb3\x98\rHz\\Dz\xe2\xf0\xfb\xc0\x00Cj9\x89\xee\x9fS\xcccjv\x8e/C\x9d\x83E\x8a}\xc6\xb89E_\x8f)F\xb3\xa8<\xe0^\xae\x8b\x8b\xa69\xf7\xc0m\xb7,:\x05\x14\xe0!\xd93@\x87-_\xe5lU]\x19\xc8\xe1\x1e\x14X\xd8t\x8ec\xc1\x8b\x1ew\x19`\xa8\xdf\x16\x00\x0b$\x100\xea*HD,\xa8\xb5\x91\x1f1(\xe2\xe2\xd36\xc5\xc2\x13s3@$\xf3\x01\x82C>\x8c\xafT\xb0\x19\xfb\xdb-?0\x19\xc2N\xc8{\x92;\xf4\xb2\x9f\x933xB\x85\x11Yk\x81X\xb2\\\xbf\xc0\xffI-\xba\x0fw\x15\xbe\xb4\xdaPJU\xe3\xfc\x07\x82\\\x90\xb6\x92\'w\xd5\x02\x01}\xd5\xba\x84p6\'\xdf\x8b4{\xcfq\xd4\xf8\x8a\xaa\xb9\x8b\xa0\xee\x9b\x7f_\xac\x1b5\xa4j*\xe8O Q\x83\x05"\x87\xb9\xc0X\xca9b\xb7\xc0\x9bcX\xf8\xec\xc0\xf8?\xaaL\xd0\xc1r\xbd\x03\x1ep\xdaQ\xe0\x85\x8f\x8c\x88[\x852\xe6yL\x9e"\xd18+pH\xff!\xf6%Y\x11\xa7\x8b\x91Nmp\x93\xe7c\xa8F\xaf\x1b~\x9d\x97[\x07\x93\xaf\xb4\x08\x10n\xa9\x93\xc2\x8eZ\x1e\x95z\x1c\xbc\r\x99Fs\xaa\xe3k\xb3\xb6\x00e#(\xf3\xd23\xcb\xbd\x1aF\x8e\x05\x1f\t\\Z\xcb\xac\xd9^0\x1f\xbd\xd3\x1b\xaa\xc4O[\xc5\xb6\xe0l<\x05\x9e\xa5/i\xe2\x9a\xe2\xa84\xf5u\xa3\xf5\x08\xe0xUo\x02MMQU\x88m~37^\xeb\x18\x9fXeT\xcf5 \xc8\xba@\x00\x82\x01\x07\x87\xca N\xe64\xc0\x92\xaa\xdd\xeb\xf9\xbb\xb1\x1e\xb4\x12\xc7\xa9\x05\xdd\xd5G\xff\x83,\xa4j\xf3w|\x89\xc7\xec\x1e\'0\xe6\xd0gU\x9fP\x19\x92B\'\x1d6f\xb3\x9c\xd9\xf0\x033\xbe\xf4\xe3\x96\xf7\xb6\x9b\xd8)\x8c\x9a\xfc9fxrH\x7f\xa7\xba\t:\x08\xc7\xdc\x91sw\xd0e\xf6\x07\x87\xef\xa2kx\x95\xdb<\xdfXc\xfb\xbd\xb1\xccfn\'\xb5\x18s\x90(T\x95N\x15c\xbf/O1{\xeb\xa8\x17\xa14\r\xa5H\xf9\xfcbG\xf4\xff\xc0\x91B\xcf\xddc\xc8\x90f\xb3\x8b\xc4\x95\x94\x13\x04\x11L46\xaf\xf5#\xb6\xf4dx]\x17\xb1o\x03m\xa3\xa5\x99\xf3:\xd3Y\x8c\xcb\xdd\xeaX"\xda\x1b\x17|\xa8\xf4G\x1e_\x02M\x1f\x81\xe3H)\x9bAV\xfb*dw\x01v\xb8W^h$5\xd6\x9d\x84\x1d_\x9a|\x1a)\x87\x86\xe7JF\xcc$\xd3u:\xa0\xae8\xae\x98\xb6\xed\xf5w\xc6\x80p.\xdf\xfc\xe1\xc5\xc8B\x07\xd6%\xecx\xa2\x07\xed\x98\xa3\x9f|\x1e\xc4\xd5\x93\x97-\x0f\xafN1\xc6sw<(\xe1\xd5j\xfey\xe0\xebm\xdf\xe4\xfb\xb25\xc1\xf2\xcc\x91\x1f\xa4[\xd5\xbe\xca\xc91\xec\xc0\xf6c\xc90\xa5\x84/\x95~\x06Q%~\x8c^j \xa4\xe7;\x0b\x15\xa1\x9d\xec;Q\xe8=\xe1\xa2\xda\x8fL\xe7\x858Xz\xcd-\x0e\xc4Z"\xd4\xa4\x1f<r\xe8L\xa3\xd0S`yO\xbb\xb2\xc0\x91\xc9\x18\xdbi\x15\x82\xda\xc8\xaa\xa2&R\x97\xeeu\t\xa2\xecf\x93\x1a\xa0\x84\x8eyE\x10\xcb\x0c^\xbcmP\x08\x82Vz\xf8\xa5\xe60u\xc5\xf6\xd3b\x9a@l}!K\xc5\xa9\x98k\x9e\x9a\t{\xa3\x01\xdf\xadQ\xc6\xa5\x19:\xf8\xed\x1c\x88\xa1i8\xaf\xc8\x04\x06\xb0\xf3\xea\xa5\xbb\xe4q\xf8\xca\x16\x00=\xda\xbe\x84\xd5@\x1e\xd4\x87\xe8@\xe8\x0b\xc5\x9c\x13{(\x06s\xca\xbcr\x89\xc9\xa3\xebH\xe8\xa6\xa1\xd5t\x1d\x1b"\'\x02\x0f\x08\'\xb1>(\x05\x99\xf5\n$\xc2ws\xb6%\xf3\x1c\x13\xbc\xce/U\xf8\xec\x82S\x90{fikJ\x83%\xf9G&\xc6\x97\xdbJdo\xbc\t\x8c@\xbf\xf8\rr\xe9\x18\xd0s\x10\xa4\x1c\xe5\xae\xd7\x882\x89\xb9\x12\xf0L\xa79\xd1\xeb\x98w\xb5T\x1b\x99q\x97l\xe3\x90`$\xc4[f\xc5G\x12s\xd6\x0e+\x82A!0^\x10\xa0\xb5W\xf5\x1b\x14V\xf0a\xc0\x0ehuO8\xcb \xc8\xf6jz\x11G\x02|o\xf9,\x81l\xf3\xb5\xcaM\xc6\x97\x1aX%\x10\n\x18FS\x0b\xa4!/u&\x0b\x08\xcaW*\xac\x12\xdd\xb6\xa5\xcc\xaag\x13\xcd\xbf\xeeMPi\x14\x03\xcc\x8a\x14i\x84\x83\x0e\x7fo\xe9\xc2\x01j\x11\x9b\x13T\xb8\x99\x94\x9a\x94\xf2\x07C\xfe\xbbF3k\x14\x9f\xd8oQ\xd0:n\xde\x86i\xa6`\xa7\xbf=\xe2S\x97\xaa\xefq\x07\xdfT5J\x01j\xc6\x9aaX\xf6_\x90\x9fBR\xbbhG\xe2\xf9\x92\xd1\xec\xea\xca\xf4\xbfff\xc6\x0c\xebm\xf9\xebqb\x9d\x1c\x0f\xadi\x9d\xe6\xa2e\xdc\x80\xf6\xfe\x0f\xe7\xdb\x0b\x91\xbcR\xa3\x1e\xde\xd06\xd9\x82\x82\x87\xc7\x01\xe45Z\xd0M\xc2\xfa\x84\x80 c\xb9\xaaO\xd2\x16\xfe\x9bp\x16\xcf\xfa A\x82\x01\xb0Y4\xcd\xed\x05\xcaA\x92(\xf4\xec[=\x94\xd7\xd2\xbc\xd8\xf5\xdbW\x94\xfa(\x07\xf8*`\x84)\xba\x7f\xec\xd5\xd8NTR\xc7&M\xa6\xde\x8a.\xc6\x94\xd1Y\xa5\xba\xc5\xcc_,5\xcc\t\xeb\xfb\x03\x8c\xd6B\xa9d\x84S\x00\xbd\x06g\xe0\xa5R\xd1\x04\xe5\xd6\xe1n\x83\x0b7\xed\xb1\xb2\x9a\xa6\x81\xd2\xe0{k\xd82\x08\xda\xb6\x1d\xeb*\xccK>\xab\xc1\xa6\xe5\xbeJWz\x08E\x00\x12\x85\xb2o\\8\xa2\x18s\xa9\xa9\xafx7n{\x81\x1d\x94\xde\xdb\xea\xed\xd9\xd4"\xc4n\x91J\xa1\x19\xd4\xe0\xed\x1a\x0c``\x1f\x90\xb3~\x98\tA\x8d=\x13\xc7{3G\x97\x039?+\tU\\\xd1\x93\\\x1f\xf2\xc73\xc4\xcdD#\x12\xe8\xac\x88\x9f\x94y\xab\x84\x15\x0c\xfe\xea\xcblrj\xb2\x1d:\x8a\xbe\x12\x02\x9fpz1_\xb8\xd1Y\x07c\xe6\\\x7f\xfd\xd0*\xf9\x96\xe4m\xc6\x93V7O\x9e\xc4\xdd\xed\x9d\xb5\xd5\xff\x97\xbe|\xfaS\x8d\xab \xc8s\x00mQ.\xcd\x07r\x12\xd7~\xefX\xcah\x9ekq\x84\xeb#\x0fFL\x8a)}:\xb7\xd7\xb1\xf8\t\x9c\x96J\x1b\x85r\x88\x82Iax\x92c\xdb\xf1\'\x91d\x07G\x95\xd6\xb1\x8c3\x0b\xe1\xd1\x1a\x16<u^3\xb2\xdf\xe7Z\xa3r\x99|\x0e\x8cN \xf1\xdb%\xbe\xa1\x14\xbfU2\xb0\xe4FO*\x9e\xd4$\xb1r\xedK\x9a~11.!}N\x8d9A6+\xd0\xb8\xdd\x93\xca\x86\x1f\x08k`s\xc2\x95t\x90v\xad\xc3\xd1Z\x96X\xbeF8\xfd\x16\x93\xf8J\x0b.\xc7\xb7\xd1%\x96\xf7g\xa5\xd0\xe7\xb2\x99/_.\xd1S\xd4S\xe7\xce\x96\x1c{\xe8p)k6R\n\xb4\xa1\xff[\x10\xd2b\xfb\x84Fp!\xccr\x9d\xb9\xfd\xb4\x1d\x08\xdc\x14+\xfe\xcc\x838\xb3\xee\x08\xb0T\x05\x81\xa1\xa5\xd8\xbfY\xa8Cp\x1d>m\xddl\x0bP\xba\xfc\xa4f0\x1a|\xdaL$\x96X\xf3\xb3iA\xb7\xdb\x130WU\xa7!\xa4\x9bu\xf3\x96V\xca\xba\x06uj\x7f\x7fN# \xc5\x04\x029[\xd3\xa4\xe3j\x0f\xcf\xaf\xf0\x9d\xe5\x7fT\xb4\x81{\xb7\x03\x01b\x7f\xd7&\xc2\xafM\xbc\r\x9e\x89\xc1\xb0\x1d\xdc\xbe\xb0\xddb\xff-\xf0\x975]\xa6\x9c\xb8\x19rb\x8b\xd0\x19\xa2Y\xdc\xd9\xd4$Sv\xe3\x90\xc5\xc4\x17\n&\xe6\x80\xe0~\x85\x01\x99#\x91\xf7j:\x9c\x98\xd1N\xc7\xfaM\x0b\r\x85\x98\xbbd\xb4(\xa0\xc0\x9b\xb4\x00\xf0\x8a\xa7C\xbd\xbd\x86\x02\x83R\xff\x8d(\x9e\xa7bj\x8a\xac\xae\xa8W\xe3~\xaa\x96\xb6a\xcaO\xa4\xe7\x8e\x12\x81\xa33\xda\xd6\xc0\xf8\x91\xaf2\xc7f\xc0\xcc\xc4\xd5/\xd0(\xea\x04\xaf\x01\xb1\x83\n\xe3+#\x8ba\xd1\xcf6s7\x91\t]\xe7\x13\xd3\xa1:\xdc\xec\x8e\xb2\x9c\xfd\xf1\xf8\xeaw\x17\xac\xddV\xc4\x1ah\x8d-\xd5tc\xfd\xb8\xef\x9f\xa6@cD#\xe5\xa8K\xe5d\xa8M\xa2\xe2#+\xd4\x10\xcc\x8a\xdc|\x17f\x89')
|
|
|
|
| 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\n\x00o\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00W \x00\x00\x12\t\x04\x00\xc47\x8c\x85\xe2\xfe\xc6EJn\x8b`\x08^>\xc3\x00\x00\x00\x00\x00\x00\x00\x00L\x89\xebs\x95\xccj\x01X\x02\xf8\x87\x9f[\xf1\x8a\xf8\n\xc8\xf5\xb7\xb9\x15{q-&\x94C\x9c0\xf4}\xd2O\xd4K\x07\xbe\xcfI\xe1\x8c\xb2L\x9d\xf9\xe2\xcc\x90p\x98\x01\xe8yQ\xae\xab\x05\x81_\xce\xa4\x15\x04\xbf\xda\xf2<~!G:\x1b\xc6\x8d\xc0\xfaH>r\xaf\x02\x83\xe31p\x89:\x08q\x17 2\xc47\x19k\x88\xbe\xba2\xe8$\x17L\xee\xc7\\\x01\x9a\xfc\xc3X\xf2S\x0b(b\xb8J\x8d\x97\xc2\x80A_\x82\xda\xf4D\x9c\x8d\xe2\x9e\x1er\x84\xe5H|{*\x84\xc9\x12|\xa8o?\xaap\xd7\'l\xf9}+Q\xf8w&\x9a\xc7 >q\\C\xd6\x9a\xfc}\xc0&\xf3\x7f\xf9?M\xc3l\xb2;!h\xd8\xa6\x1e\x9d\xfc\xb5V\x9e\xce\xae4\x8d\x10kc\xbd-\xf1\xe2!%\xa9\x8fU\xffZ\xac\xba\x07<,N\xd1\xb7\x8e\xa8\x8a\x0e:\xfd\xb6\x15@Q\xb4J\xe0\x86\x8c\xaf\xdb\xb0\xffC\x90;0\xaa*+\xe6\x1c\xa4\x11|\x99\xea\x98\x8f\xfeu\xa1\x1b\x11\xf1\xde\xf9\x02\x7f\xeb`\x80`\x93\x9c\xfe\xe1\x998\x1f\x8a\xa0\\\xb6)\xearW\xbb\x19\x00\xeeD\xf5\xeb\x93\xca\xac\xed\xbe\xbf\xd4W\x91\x0f|\x1b\x8e\xa9h\xb2`\x96#F\x92\x0b\xd8E\x87\\w\n\xa9\x8f\xf4\x0eg\xfe\x18\xc6\x95\x88\xee&\xc9}\xcd\xcb\xf4\x96\xd9\x98w\xb3p\xda\xab:Y\xf7\x15\xb2\xfb\n\x1fd\xf5\x1bN\x8b\xdf\xfc\xe3\x17I*o\xc03V\x01l+\xc3\x82,\xd4\xa5\xb6\x8d\x81\xfe\x08\xa1_j\xb6o\x9f\xa6\xbe\x07\xc2\xc4*\x05\xfano,\xc3\xbc\xe7\xa4\xbb\xa1\x90Sbn6P\x983\x07\x9a\x94|=a\x99\x84i\x01\x0fa\xf5\xdc3\x93\x9c\xc1\xc2p\x8e\xc9!\x87)\\\xb7\x1d\xa8\x86\xc0\x82\xcdS,\xacV\xacT\xc2\xdd%\x03o1O>a\xcb\x8e\xbf\x9f\xbbuc-\x01qZ:\xc5\x93<\x01\xca-\xf4dD\xd7\x9e\xc4\x8694\xd9+fl\x02\x86R\x05\xf4@\xc3U[y\xec\x9d\xf0u\n|\xb7\x02%b\xb9\x11\xc4\xa1\x89K\xeb\xf4\x19\x8e\xf3\x86\xed\x98\x91a:\xfe\xc2\x8660J0cg\x0e\x9e\xda\x88S\x11[\xa1v\xaay\x0e9:zY\x9b\x1d\xfe\xa2\xb3\n\xf4\xa2m\x03DD\xc3\xd9\x19i\xf2 \xd9\t\x17\x96\xb3r\xa8\xf4\xb9<7\xe2\xef.\x88N\xb3i\xb7\x04\x03\x83\n\x1ahm\xa7\x0b\x0ev\xde\xe00\xe3\xce\x98=\xc2\x91\x8b\xa4\xebT\xac\x16\xabm\x14\x9cy3m\xf3!J~\x1d\x04\x95Q\xd6PF\x13\xdf\x00\xf4\x14\xce \xda\xc0\x83-\xdf\xcfw\x04U0\xbd\xb6\xebz`\x01\xeb\xc4\xa0\x1d\x1a\xbc\xf9\xa0\xe7D\xd1\xd5B\xdf\x01\x1aK\xb5\xf6\xb5\'\x1a\xfe\xf7(\x85\x91\x11\xe1\xeb\xc6\xa6\xeb\xa6\xcdP\xc9\x874\r\xeb\xd8(S\x84\xa2\xe2\x88;\xb1\xa8B\xdcm\x9d\x978\x90\x1c\xe3\x1c\xb0\xd2x\xd6Nj\xbeT:\r\xebx\xd7\xe9\xdc\x13\x9dF|Y\xfb\xa0~djE\x119QLq\xcc\xbd\xdaDGLJq\xc3GY/\x8c\xa0\xf5\x0b\xdd\x14\xf0\xfe3&\x878\x18\x89\x1e\x93\xb4\x0b\x9e\xe6\xc3\xa8\x9dH\xdc\xab\xdc\xf9\xb0x\xc3zQ.\xae\xf7\xf1\x80\xdd\xf0\xfe\x93\xab\xe4$\xec*\x11\x91\x86+\xdb\x90\x01NFS\xb6\xb7\xa9&\xa0y\x00\x1cS\x94\xdcA\x94\xe6\x82{g\xf1\x17\x96ba\x1aP\xc0\xb9\x80\xee\xc3\xe1\x03\xbf8\x88O\xf5\xb4\xd6\x8d\xa3yK\xe95\x0f\x03-\xc4\xe0\xe0m\xd5\x81(\xf723\xa4\x93{\xd1\x98\x96\xab\xcb+w\x89A\x98pX\xd0\xf6\x11\xe0\x910f\x03\xa5\xe6B\x18\x95mW\x17$\x13\x1b\x177\xe8k\xd7_\x8c\x83\x9c\xc5\x05\xc0\xc7\x81\xef\x9bT\x05k\xfd\x84\xd9\\\xcf}TD\xf8\xbe\xdc\x88\xe0Dd\xcb\x04\xeax\xd22\'\xc4x"xim\x1dB(w\xd9\x0c\xb7~\xe0\xe1\xfa\x1b\xcf\x91\xe6hh\x13\xafrU\xb9\xe7\x19\xfd\xe0\x06\x19\x8d&\xf5\xde\xa7\xfc#\x1d\x02M\x89\x11\xa0\x17^IG\xcc\x8e\xf1f\x8c_\xf6?&J\x14\x8a\xd4\xe4\xf3\xd0|**x\xed@\xdc\xf0+\xb6Ziba\xdf\xd2T\x1b\xe2\x06\x9bV\xe7\x9f\x8d\xb4y\xd3p1\xe8\xe5\xb1\x1bJa\x02\rkU\xf6\x1dR\x94\xe5\xf6u\xe2\xf0#\xba\x98`\xa2\xef\xfcw\xad\x82Y\xbabshnP\xbd\xc1\xbcY\xf0\x1b\x06\xb8\x8b\xb4\x0c\x12\xdb6\xcc\x9f\xddiZ`g?\x08\n\xb4\xf1\x0f\t\x95s\xd8\x04\xaa\xeeeF\xd2\xe0\xc37\xd3\xbd\xf0\x03\xe6p\xb2\xa5\x15u\xc1\xf7\xdf368\x16\xbfc\x891Q\xd0\xea\x1a\xfe\xf1UOB\xdb\x07\xd1\xaf3IA\x0f\\`\x9d\x01`v\xd7\xe9\xe0\xe3\xf6\xab\xf1\x18\xdb\x1e\xd5N\xef\xbag\x04\x9a\xaa\xdd\x0f\xf68\xac\xb7\xee\xa0g\xa9\x8fQ\xb5\xc7=\xf2]\xfb\x03\xdf\xb9QN\xfe\xf0\x96\xee\xe7\xfd\xef\xdd\xfc\xabv\xa7\x9e\x8e\xe9\xe3j\xbf\\_\xf5\xc4\xde\xfd\xbd\xe4\xd0\x98\x02\xe5RV\x15I\xf9!\xcc\x97O\xa0\xebK\xd1\xaa\xd2\x1d\x00\x7fB\x0b\xc1Rbq\xd4\x89\x08\xfcY\x1e\r\xb7\x05\xb8\xe5\xe8\x00m\xe7t)\x10\xfe\xdb\x0fm\xe7v~\xf6\x08\xdc\xce \xc4z\xe6\xa4Y\xed\x13\x85\xa3\x17Q\x01\xfdK\xad\xcew\x8e\xa3\x8a\x99h\xdf\xda\x87\x8d\xb8\x07\xafQ^\xa2v\xec+)\xfaZu\x8e#\xe6\x1bj\xdb\x01\x9d\x10\x10k\nT\xc6\xd4*\x05\xfaJ\xaf\xac\x1f\\\x18\xa9\x85V\xe2\x019\xb7\xfe\x85>*\xb4\xd0\t\xbb,A\xdd2\xaac\xfa\\\x17\xb5\x9f9j\xb9\xde\xdc,8\x9a\xab\x10\xa4%,\xbb\x9c\xa0g\x1cwj\x99o,a\x8aE\xa4\x9c\xd7m5\x9b\x07\xa1\x9f\xbfX\x82\x8f\xeaA\xac\x9e\r\x12J\xd7\x96\xb2:\x9c\x89\xbb8.\xe3\xb67\x9a\xe9_!\xd3\x805\x17K\xc6\x86\xb0\xfa\xdbr\xa2\xddY\x12\xb8\x9d0\x93l\xe1\xff\xae\x97\x01\xc3\x9a}\x9e4\x99\xb5\x15m1h\x9b\xa1\x00\x99E\xdbY\xf8Y\x8a\xecP+\xac\xae\xf3r\x1d\xed\xb7\xa3\x97}\x85\x9e \xec)2}\xf8\x05\xc9i\xbd\xbd\x94y\xe7\x86\xa66\xcbu5\x9d\\z\xc1\xa3s,\x80T\xb8\x9ac\x93\xb1w@\xc4V`W\x7f\'H\xd3\xa4\xda\xc59A\xdcI\xfak\\\xb7g\x04\xcdZis\xb3\x9e{\x8e\x8d\xf9\xce\xad\x8d\x9f*\x91\x0e\x0c\xd9\xbb\x8bp\x08C\xe5\xf8\x08\x8e4@\x17\xb1We\x1a\xa8\x8a\x19\xcb\xf4\xaf\x87\x94\xed?\xa6\xdf\xc0cR\xfe\xfcOaN\xe9\xfc\xd4$:\x81\xe9t-\x18\x97D4\xa9\x17\x8b\xb4/1\x8a&S\xe1\x14\xabFf\x13\xb7\xb2\xd6\x1b\x07\x80\xc0\xf0\xfd\x1d\xd2\rE8\x1c\x864\x92,x\xb7yp\xdb\xa2\xd7KL\xef\x1bA\x1f\x0fG\xf5\xe4l\xf6!)\xa2\x96SU-\xe5\xc3&W\xa6\x1b\x1c\x9av\xc6\x86\xaa\xddt;\x9az\xcd\xab`\x9e5\xf4dQ\xb6}\xb46\x1c\xbf`\xae\x19\x841d\xd8\x14\xc7\xdc\xa9\xa2J\xc9\xea-`e\xb8P\xfdu\xcf\xd1!P\xa1\xde\xd6\xf1l\xe0\x0c\r1\xb3\xff#\x93\xc6\x02>"\xa189\x15\xb5\xb9\xd9Cow\xcf\xb1\x1b\xeap\rI\xe3&\x96\x16\x00\xca\x9fv\x95\xb4\xe9=\xe15K\xdc\x80\xd7\xb5p\tqG\x92\xc0a5\x91\x8e4\xd2!a\xf6\x95\xe65v\xf5\xc3~8B\xc6\x007Bh\xb2$\x9f\xd5\xd32\xa4\'\xec\xb6.\x92c\x85#\xac\xa5R\xbe\xd6\x19\xd2LqP\x10\x9e\xb2\xcd\x08\\\xbe\xc0\xf4\x15/\x9ar\xd7m\xf0."\x82\xdcJ\xce\x8cB\x9b\xa6\x07\xbd:\xea\xf6w:\xa2\xe9\x18\x02&\x18]\xb8\xea\x8c\x81L\x8a*Jj]P\xa5-\xb0>j\xfey\xc1\x97V\xb6\xb8\x12\x15\x81\x0f\x98\xb8\x81\x19\xfcuS\x13(%\xc5s\xf18\xdd\x11\xd1\xb7\xb5\xee\x99\xf4\xc4\xabQ\x84m\xa6Sz\xd9K\xbf\xa3W\xa6\xe7\x129\x84\xf9O\r\x0c\xa8^c\x1f\xad\xf6\x88\x08\x1du5\x86*1r&8Uv\xce\x1a\x93\xa8\r\xc8F\x90\xb1\x8b\x12Qf\xd5&\xb7\x19\xb7"\x18z\xdc\x92H\xab4J00N\xf9m\xf8\x96\xcbv]\x84\xaa\x87\x9b}\x92\x85\xfb\xdc\x96\x16|\xc9\x98\x9f%4 \x8bf\xfc9\x06\xf1\xf6\x13\x8f\x0cDa\xd3Lt5\x16\x14Q\xc6\xf1w\x01\xd8~d\x18\xe0|!\xd3\x02\xb5q\x9c\x7fl\xf2\x8bo\x87>Z\xf9q\xf8q\x8f\x10F\xd2\xe0\'\x81n\xa5BJ\xc8Q\xf7\xc7UF,\xd0\x10\x10>\xba\xff\xa4\'}=2Z\xef\x10\x0f\x15\xd24}\xdf^\x06e\xef\xc9x|{T}s}O\x8f\xd9=k\x84\x84\x16\x89\x9c\xe4Ye9\x8aW\x85\x99\x92\xfb\xd7#\x9fX\xb4\xc6\x8d\xcb"\x870#D&G\xd6\xe8\x86x\x0e\xf8H_\xc6\x1d\xdf\xed\xa0\xed\x89x\'M\x88\x14\xeb@U|\xfe\'\xd9L\t\x1dm5\xa8\xe0@\\\x15\x80\x1c\xe9\xbf\xe0gY\xd5\\\x15\x95\x9d\xe2\xb0\x15\xfa@=0L\xc1\x9a\xcb!\x07\x1dN-\xefgd\xa2\x9f\x17\x1b\xa9\xf4\xa4\xbd\xc8\xe8Z\xb1P\xcd\xdcj%e\x9f\xbc\xa3b\\5\x13\x96\x94\xbd\x9f%p\xddLR\x00\x14J!\x91\x0c\xdd\xbc\xc4Y\x92q\x1f\xdc\x1f\x82\xb9\xea\xc6\xa7p\x88%{6\xc5\\RoWhT\x11\xe5\x0bP\x88\x10\xb6U!\x07\x1c\x02\x05\xd3C\x97\x02=\xeb\x8cH>\xea\x1ax\x0b\xe4\xf7\x1d\xba\xce%\xb8\x07\n\x89\xd7\xed\xe5{\xffpfI\x96r\xf0p\xb3\xc5\x11\x195\xd3\x7f\xd3\x13%IE\xf7\xba\xcb9\xe0\xdb\x8e\x82\xcf\x90\x1f\x87\x0c\x96\x87\x1d\xd0\x0f|\x80\x80\xc3a\xc3wm\xb3\x91[q\x15\x94h}g\x0eUY\x12M\xb3\xab\x17\x12\xc5\x93>\x0b\xc2I\xe0\xa6Uj\xea\xf2\x89"F\x10\xb2K\xfc\xf6+\x81\xb5\xa3\xd9\xed\x96O\xa7F\xc4M\x12g\x8f\xad~\x03\x8f\xac$Y\xe4@\x99Q\xf5\xca\xed\xaa\xa9\xc7\xbc\xc3b\x13\x87\xdf\x9d\xe2a\xa0]\xa0\x97\xe6\xc7\xbe\xbdu\xf9\xdby\xf9\xa6\xdc\xce\xc9\xf8 \xd7-\n\xc8\xcb\xf2\xfe\x95%\xce\x86\x81\x99}\x8bH\xda\xf0\xbe\x0c\x95WO\xb4\x0e\xd7\xc3\x08\xea\xf2=\x06\x060Ed\x8f\x1c$n\x0e\x05\xac\xab\x1f\x16mI\xa0\xdf\x1b\xa6\xd7,\xc3\x11\x11S\xc1\x9drE\x02J@$\x91\x84\xc1M\x07\xfc\xeb\xf1X\x96\x1db\x93;Hi/\xa7\xe1\xbc\xc2\xd0%\xb7\x03p\xf5kX\xaa}\xf3\x92\xda\xe9\xf1\xcd#\x84\xcd\xd1-\xad\xe4h\xff\x99J\x08XH\xfd`\x8f\xaci]`C\xae&\xd8F1\xf7\x9b\x83\xa2x\xd0\x17\xfb\xd2I\x99W\xf1f{\xf1$\x11\x90\x12\xea\xa68/HW\x1ai\x0fK\xb8<t0\xb6\xc2\xbb\x04\x0f\x0c,\x07B\x14\xfc\t\x94\x84\xaf\xa0\xef\xad\x84\xe9\x9c*\\t\xf64\xea\x9d\xfe\xbc5\xff\xc6\x8a\xf8\x11\x11\x92\xb3.*\xde;u\x16\xe1\xddo\xbbWxQ\x9e\x04\x154C\xed\xfa\x8fa\x05\x9c\xae\xb9\xfa\x1dg\xf8_m\xf8\xaa\xb5\x7fP\x0c`\x16\xded\x00\x10\xb6\xc4\xfes\tS\xcc\r\xf7+H`,\x952\xcfDjBH\x1e\x067\x84\xd9\x96\x81\x9f\n\x9au*\x13\xa4i\x02,A\xa2\xd3\xf6)n\x87Mg\t\xb7;\xe7\x0c\xe1"Y\x93Rv~Z\x84\xf6\x8d\x17\x19\xf2\xc2r\x9a!{\xb2\x9f\x1fg\xf8\xa7d]\x88\x05[h\xe1bv\x00\x9e\xdd\x85\x14.q\xd6\x90\xa6\x1f\xc8\xba\x94\x17w\xb9C\xc5\x94^C\xf7\x8c\xa8\xd5\xf5\x96\xa9m\x96!=*\x92\x99v\xf4\x05\x0ed9NK\xbf\xfc\x8f)\xf7I\xb5N\x89\xd9$\x93\x87\x7f\x9c[{\xb0D>\xd6\xd0\xe5\xe1L\x07fvX\xd9\xa5\x1d\xa2\xa47{X\xf1\x9e\x91\xc4\x86\xcc\xbc\x12\xb8T\xc86\x12\x88\x0e\x9es\xdf\xe0\xfa\x96\xd3\x80\xc2J\x8f\x90\xd2\xe7\xaa\xd3\x00)n\xab\t\xee"\xd3K\xfb`l%\x00\x02\x03L\x04hC\xd2\x14C\x90\xb7\xdcl\x10\x05L\xa5&$]\xba7j\xb3\x86\x1b\xb5\xd0\xae\xaa\x0c\xa44\x08*)F\x173a\xc1$e\xa7\x96x\x0bMrF\xf4\xf8QI\xf4\xbf\x07\xf1\xcc9\x7f\xc0\xf1\xb9\x7f8\xed\x1eE[\x04w\xf8,\xa0v\xe7<\xfc\x96t\xba\xd48\xae"&}\xc6w\x9b-z\xc6\xcbjFe}m\x19_\x85\xd9\xa58\xea\x8d\x88\xde\xdb\xf1\x16\xd8\x01\x90r\xe4\xe9\xc3Ezp\x12\xf0$b=\r\xbf\xe0\xba@t\xc4\x81\x1e$\x9e\xd26m\xce\xefU\xe6\x1aa\x04M\xc1;Q\xe0\x1aH.<bZ\xce\xb8\xaa\x02sV\xd2V\xa7jV\xf4\x1f\xe0\xc5\xb2\xf7\xee\xd5\xe5\xf9\x0b\xd0\xcaq\'\xcfnoy\xf0\\\xa0w\xb2\x8b3\x9e[\xc0\\c\xea\'\xd7\x7f\xa8\'S\xb7L\xedF\x83\xa1\xf8\xc2\xc3.\xe5+\xa4\x0cij\x89y\xdf\x06\x03E\xed\x12\x0e\xf0x\xb9KT\x8d|_\x89Z\xdc\x8b\x90dy\xb5\xfd\xa1\xa1\x95\x16R\xf2x\x0b(h\xc6\xc6\x17\xea\xeb\xb5\xc1F\x99)R\xc3\r\xcc<\xac\xf6\xcc\xf9`]\xc8\xf1\xa9;"1\\e\xa4P\x98oq\xf4\xdd\xc3\xefw\x0fMC\xf8\xca\xee\x1e\xbbV&}f\xc8\x13\x966\x11#\x8f\x1c4J{\xb2\x04\xfa\xb3\x92n\xf8\x05\x12\x9d\xbev\x81\x0e\x81\xbf\x99\xff\xfe\xa1\xd98\xebe\x0f\xd4K\xb7\xe2\xd3o\xab\xd8\x8c\x18q\x04\x82H\x8a\x1c\x8d\xb1\x1b\xed]\xf8\xfc\xe3\x05\xcc\xb8f\x92\x82\xfb\xff\xce\x17i]\xae\x1c\xbb\xfa\x89\xe8\xa7\xf0\x05\xfd\x18\xc4\x8d\x10g\xdd\x8b\xe3B\xfd\xd6\x08\x03\x8f\xbb\xccr\x9eF.\xa04^\x19G\xfc[\xd1\xcc\x15\xf1\xf2\xde\xaf\xeb\x90xi\x7f\x0bR\x0cE\x92\xd0}+\xf3?\xd4\xef\n\xf6"\xa8N[\xb7\x7f\xc7\xe8\xab\xee#\xabx\x00B8\x91\xe5n\xff?B\x1c\x9b\n\xc6\xbf,\xe07\xeeV\x80\x88\xcc2\x94>g\x92\xea\x0cJQ\x93\x06\xd4\xf5\xa6\xca\xe4ud\xe5\xbfE+\xdd\x05\x13Ve[\xc4\x19\xaf\xdd$\x7fl~\x01\xcf(\xcc\x9e\xe9T\x8b\xa0\x8e\xaf\xab\xab0\x15\xaal\x97\xbem%\r\xcd\xf0\x02\x07\x85\x87\x1c\xfe\x8bj\x99v\x87$\xf2\xed\x8f\x9b\xe3t\x84.| m\xd7}^\xc9\xab(t\x11\x19\xcf\x9d|\xd2\xd9\xd8\x82\xae\x81h\xbe\xf2]ht,+\xb5\xafw\x11\xa1`\xbc\xe5\x04\xf4\xd8{\xe4i\xfc\x19*\x7f\x96\x83\xc8\x11\x7fw{$\xd6\xd5\xd1\xac\xaaO\xaa\n\x0f-{H\x1b\xa6\xfd\x8c\xf2(\xa3\xafx\xad\xa6\'\x0b\x88\xd4\x0f:OpH\x1eglSH$\xac.\x9c\x85\xef\x12\x88\xe4\xda\xf6\xe2\xdcnf`e,u\xc9u\x02M\x94P\xff\xd3\xfc\x90\xf8\xe7\x8f\x82\x9ce\xe2\xa5VH\xd5\xd9O8V\x08e\x98\xbf\x03\xd5\x96\x86\xef8Z\x7f\x1e\xc6\xf9\xbb\x050:D\xb0\x9bM\xc3\xc1\xab\x0f\xd1\xccA\x7f\xd0\xbbu\xc84\x94\xf0\xbbUH\xe3\x02\x8fn\xa2l[\xbae\x1azyEb\xe5\xb8\x1d\xf2\xacH;f1h\x8eq\r\xab\xf6\x8d#\xe4\x9di\xb2Y\x10\x00\xe6!\x85\xfd\xf2\x98\x04\xe6\x9d-\x80Oy\x84Hh\xea\xe2\xe6\r\x95\xb4\x19\xa8o\x94\x98~\x9f]\x19\xf9\x85\xc2\x81\xba7#\x1e9\xe3\xb4Tt,\xf2\x81\xc7\x89\xb4m\xbc\xeb\x9fK<\x1c\xec7\xbd\xbb$\xc3n\xc6$\xb6>\xab\x08\x94b\x1em\xa1!\xad-\x94\xa0\xe2\xd8\xe40\x07\xe9\xf3\xa71\x95\xcd\xd7//\xd1[\xd6\x179K\xd0\x9a4\xc0\x9bw\xa9\x82\xbc\xc8S\xc2\xf3\xf3\x95\xbddV8n\x9e\xd0\xe2\xa6\xb5O\x97T\x07\x07~J\x0e1\xc1\x1c\xd9\x80^\x1f\xc4\xae\xc3\xea\x7f\x8a\x89\xc1\xa2\xca\xf5\xd5:M\x8c\xd1\xd5\x9a3t6\xe7\xb2\xf0k\x17\xcb\xbdj\xc2\xbe\xd0}\xdd\xcd\x1e\xc9\xba\xc0\xc3Z\xa7\xc9\xaf\\5\xd9\x15\x1f\t8d\x1c\xd4A\x96\x12\xd8\x0c\t\xf8\xe8\xe5\x8a6\xe3*y\x03q]P\xaa\xd2\xb4\x84\xdbe1j\xc9\x95\x02Y8"8\x80\x7f\x93R\xa9\n\xa5\xb3\xb2\xf2\xa4bW\xce\xa0\x19X\xf6\xf9\r\xb2\x00v\x90\xbc\xfe]^1mL+\xb8\xd5\x14\xb4\x18\x03:J\xcf\x97\xee:\x1a\xb6\x12s>\xa6&\x0f\xd9\x90\xdc\x1cW\x9a\xfa\xfdq\x1b\x9c\x16A<\xe1\x1bQ\xea\xa7i\x15\x98\x1f\xeeH\xb7\x84nV|\xf2GMO7\x1d\x9d[\xd2\xbf\x9f\xa0\x94}\xeb\x88\x81\xd5\xb0\xb6\xabU\x05Zq\x8a\xd9\xd4\x16\x9c\x0c\xf5}v\x08\n\x7f\xac\xe8\xe3F\xb6\x82\xe4}\x8f;\x80F\x03\x82\x90x\x93\xd5rS\x01\xe5\xdc\xe8m\xd7+\xb4^\xd93\xb9\xa4\xf7\x85{h1I\xd0:\x1b`\x0f\x8b\x12\xc3D\xc9-6*\xe4\xa1\xfd\xe8M\xa0\xca\xdd\xa9\x15\x9e:\xe8 ]\xfeK\x93\x9e\xd6\xcb\xcc\xce\xf7\x810\xaa\xfeS\xff\xfc{G\xe8\xcd\xe5\x95\xbc\xfdO\xd7\x04\xd1\x03PG\x90\xdf\x16{5\\\xb8|N\xc2\x99\x91\xfbM\x061p\x03\x84\xe7nj\xaf\xabo\xbc\x92\xa3\xe7G\xf0\rL\xac\x80\x14\xdd\x03l\xa9_x\x7f\x14\x92\x9a\x9e7\x8d\xa3\x1e\x93\xdcwS\xea\xefr\x91\xce\x1cx\xec\xb1v.\xc95\x89\x17\xec\xd4\xb4\x9b<\xce\x116\x90\xa6f\t\x83\xd63(\x16;w=\x15\xca\x1aO\xaf|\xfe_\xeaW\xcd\x14<\xec27\xb6-\xb9!\xb6c5\xc6S? \xbd\x11h\xd7\xec\x84\xccg/\xcf\xb6\xa2\xbe\xd2\x88ej}6\xd8.\xd3D\t\xdc\x06\xb1\xd6\xa0\xb2\xdc\xea\xd5R\x11\x8djiJF8\xa8\x80\xe6\x9b\xee\xbaJ\x86\x8c\xf7\xd2{e\xe4z\xe0\x13\x07\xa9(\x1f\xb2\x00s\x86\x91e\x13\x16\xab(\t\xdc$ql\xe8;LD=\x0e[\x9b\xcd\xce\x8aX\x1e*\xdd\xb4\xe0\xa8\x96R\xaar-\xf1\xbb\x8c\xc5Gv\xf5~X]\x8d"J\x88e\x12\xc9\x9d\xbdDV\xe8\x14tZ\x01>\x7f\xed\x042\xb27y\xe1%y\xb3\xb0\xb1\xcf\x11\xb3\xab\xbb\xb9\x01\xa6\xcfc\x16\x96<\xcc^&]\xd2\x8e^tZU\xb4\x1a\xc4zC\x16\xe3\xfd\x0fP\x00\x17\xfdx\xc0\xf9\x08\xdb\xcd$:\xb5\xe7\xfdBd\x00\x8e&\xa5\xefj\x85\x1c\xd2\xa9\xf1\xa5\x9e\xb9"\x1f\xd3\xcf\x0bq\xcea\n\xd3M|\xa2\x8e\xe4\x08\xee\xa9\x9c\xc4\x10bjU\x05\x04}\xe6\xe5\xe58h9\xeea\x1a\x8f\xbf\xc9P\xce\x89g\x11&#\x7fF\xbbq+mF\xd2\x95~\xa4\x0b\xcb=\xfb\xa2\x86B\xb1\x17\xe6\xc3\xb1q\xb0\xc5\xb0>}\xd6\xaf\xef\xba\xd0\xb0\x8c\xb4\xc5\xb9fY\t\x9a\x92\xc0\xd4\xeeW\xfem\xbcB\x85\xa36\x0c\\c\xbf\xc1\\6\xc6xV\xb7\xb8"\xf1\xca\x93\x05\x00\xb4\xd3\x885gL\xe7\xa8\xa301^v\xd2\x8f{\'\xcf\xfbN\xfb\xff\xbb*\x81\xab\xfd\xf3Z8+\x87Z\xf3\xa2\x18EY\xd8\x85\x01\x1f\x96\xd6E\xd3\xadb4gj\xe9\x02z]\x12\xeavS\xef\xef\x0e+~\x1fs\xfc\x9d8`^\xc3\xb9!\x185K\xf6e0f\xcag\xa3\xfbgW/\xcb\xf7\xfc \x10\x8c\xc3 \x98\x1eP\xdb\x9ez\xcci\xf5\xca\xe6\xba\x99\x0e\x8a\x98d5\xfd\x06\xb3\xee\x8a\x94\x18"0\x89\xf3\xe5H\x91\xd0W\x13\xeb\x98\xd8\xff\xf3\xbe\xacR\xe06\xa8\xf68\xcb:\xe9\x99\xfca\xca\x12fk\x12\xfa\x0f\x1dk\xed\x16R\xcb\x9f;7,\x06\xc6\xe74L\xb9\xea\x82;1b\xbb%\xdd\xdff\xf4H\x92i\xb5\xf4nD\x08\xbc\xfd\xf1\xb3\x0b,\x80$T\x9d\x17\x99g\x93\xb2\xf0\x90\xab\xa74\x14\x01W\xed\x08q%\x11}\xb3.\xfd\'G\xb4J\xc9\xdbW\x8b\\C\xbc\x03V\xa23!\x9c\tEIl\x08\xc6\xe8\xbe\x88\xb8\x83\xb6\x10\\<]\x197\xe7no(N\xd4q\xae\xe5)\xe0!,\xc6\xe6N\xd9\x82\xd8\xb1\xae#\xfcc\x9a\x05\xb6}O*\xbdzw\x88\xfd\xe8\x9f\xb4\xa8\x0e\xca\xe59\x12\xf0S!\x11/$\xce\xc7kEh\xc1\xe1\x98\xa3\xf99\x92\xa2\xccS\x93\xdf\xfe\xf5\x818\x9fjJ\n\xa0\\\x1b\xb1\xa8\x8fp\xe0\xd0\xd6\x12.\xcb\x16\x8b\xf9\x89W)9\xa8\x1e\x84\x98Q\xf4\x85n~\xef\xccm\xd9evQ\xfd\xf6\xd7\x83\x7f\xbexq\xefp.\xdf@\xdd(\xcd\x84\xc9\xf4\x9a\x7f\x16\x9c\xefjF\xce+\\\xc3\xad\xfc\xb71O\x82\xe0\x86\xd8^|:!\xec\x07\x00lH@\xad\xe7*\x04\x9c\xefz\xac\xb3\x05\x08GBE\xbd\xbf\xd7\xf9\x08F9\t\x9e3\x12\xa1\xd0\xe4\xd90\x8bT\x17\xb4.\xfc3\xabS\x1bV\xea)[\x9f\xcd\x01\x93\xcf\xff\x8d\x81\xd3\xc0]\xaf\xb9\x95\x17d\x072`y\x93\xce\xc5d\xeav\x18)D\xfa\xdc\x80\xf7R\xff*\\\xd2\x83\x8dP\x19\xecN\'\x9a[h`\x8f.\xc8\xea%e\xb3\x8d\x84u\x16\xcb\x92\x0b\xcd\xc2\x1c\xcdE\xc2y\xb7\xd5e\x94/4\xed\xf1\xbe{SL\xdbL\x9d\xdf\x9d5\x9fI&\xe8Yh\xf0V^\x85\xbd^\x1c\x86\xbdoqI2\xfe^\xd2L\x08\x9d\xb2\xc3L\x93\x869T\xb4\xaa\xb3\xc7\x0eg\xbc\xe2\x1c\x04\x9e\xc7uF-TX\xaf\xf96\xcd\xbe\x85hL^\x88[\xaf\xd1f\x87\xef!\x8a|{\xe3\x93\xc3o\xf9pnL8\x07\x11\x01\x897\xde\xa2\xa2fB\xe4\x8d\x0bN\xff \xd4\x82\xcd\xf8\x04\x11\xec>A\x17\xe1\xdfd|\xa63\xa8\xad9\xcdl\xf5\x01\x99\x17\xfe9H&\xa5\x04\xc5\xa7\xa9\xec\x14fY\xed\xc1\xe3a\xc5\xef\xda\xb9\xc0 O\x11\xb6\xf3WB\x1e\xdcI\x8e\x89\x7f\xec\xab\x9a\x97\xd1/6N\\\xafd\xe7\x8c^4\xfb\xb0z\xa7\x8f\xd2\xab\xf4\xf1d\x95k\xca4#\xc4\xd0\xc1\xd5\x19>\xa8P\xe9\x04\xae\xc5LZ2\x9b-\xd1\xda!\xf3(Y\xe9\'x\xc9\x0f\x170\xd0\x16@\xe5\xd4\x12\xd3\xbc\xb4dV\x97e\xda\x1ab>\x13\x13\xec\r\x80\x9c\x15&,jX\xcaD\xcb\xd6cU\xc2n\xa7\x99|so\xb9\x82]k\xeeDv\xe5\xea\x11\x12\xf5\x1d}\xf8\xf2`h\x8a\n.8\xab\xf8&\xe8.\xcd\xf2\x91:@z\\%\xdav"\x94\xfa\x04\xdc\x13\x9b*\x02J\x1fT\xa9\xcd\xdf\x1eQw0\x1f$\xd3\x03\x11m64\xf61Mv\xe7n9\xc5\x94\xec&\x01\xd30\x96\xc1e\xab`t~\xc7h\x0f\x0es\xae\x97!\x96fT\xc7*\xa9\xde\x0cv`\x1f\x89\x8d\xa4\xe3\x85v.Cl\x82\x0b\x1e\x1c\xc6\x1b\xb6\x8ad\'\xe6\xdb\x9a\xcc\xc6kn\x83_\xc4X{h\xd1\n\xb9:\xd5\r\xb0\xde\x0e\xf5e\x01\x8bF\xd1\xd3\x8a\xa8\x13\x06h\x0cg\x98=\xebg \xce\x85\xee\xde>* Y\x0c\x1b\xd4gs\xdc\xa8\xfb\xe0\xf1\xdb\x07\x92\xb2H\xf34\xcf1V\x17fa\x90\xf8re\xe14q\xf8\xd9\xa9\x12aZ\x17\xdcmk\x88\'\x1c\xcb4\xe8\x86\x16\xe9\xa4\x0e\xa0\x13\xa5U\xa4p\xba\xcdH\xc0\xa7\xe1<\xc9\x18K\xb4\xda\'\x11\xb4\xc8\xfc\xe2lU<\x95m\x06/\xc1\xc95\x8d.\x10o\x8c\xcdt1\xf25\xe4\xd7\xe6\x8aO\xe1\x92{\xad.\x991\xd8\xaa\x83O2\xfb\xa0\xf8\xab\nI\xee\xcf\xbd1\x1b$\x83\x9aa">\x15\xffNw\x8d<6 \x02,w\xd9\xc6$SM\xbf\xa4\x9dE\xa1\xfe\xb6k\x17\x89\x9c\xd5\xa5:\xf7\xac\xf5\xd8M\xab\xdb\x11\xe3\x83N5\x89\x91\x9a\x8b\x97\x01}\xfa\x11(\x13\xab%\xaf\xd7\xdc\'\xce\xc99f\xe2\xbe\xf7M\x83\xf6\xd8?~7X\x06o\x8f\x15\xda\xeenM`0\xa4a\x00\xc1\xfa\xbd?*c:\xf5\xd6q;\xe9\xbf\xfao\x14>\xe7\xa8V\x8e\xb2s"\xdd\xec\xe4\x96B\xfc\xc1$\xa9\xfc8\x06k$\x80\x7f\xd6\xa1\xf6\x19A\x81\xb2ys\xd2\x8b\xd9\xb2\x99E\xa5Na\xd7\x07_\xaf\xc6:\xc5,/}v\x1d~<<ys\xabR~8\xc9w,\x82\x9a7\x00\xa8\xffry\x06\\T2\xaem\x96\xdc\x94\xf7\xe6\x0c [\x19L\x9c\xb13t\x8d\xfa.P\xf0k\xc9-u2\xf3i\xf8\x15\xfb\xbf\x9e\xe4\xfcb\x1e\x9f\xf9M\x80\xdb\xd3\xba\xbd\xf8\xc8\x193\x19D\xf2W^*\xec\xbe\x82\xcdZ\x08\xdf\xb1\x18\x05\xbe\xe8k\xe9[\xc2\xbdt\xa9Q-\x05\xf7\x827\'\x9c\x0e\xae\xddYT\x99i\xed\xa1\xa6\xde\x88\xeb\xca\xfd\xa9\xcaq\x15\xf4\x0c\n\xd2\xf2AC\xa7\xfa\xfb=\xb8<|J\xfd\xfeYp&w\xd9\xd6\x17\xecYP&Th\xb0"\xec\xd4\x94O\x9a\xde#\xb5\x8eX\x9e\x996\xde\xac\xa5W\xa35\xcep*\xcfGA}\x957\xc0;+\r\xdf\x9dQ\xac7#\xe4\x95\x9c@\x16\\v\'\xfbR\xb1\x7fO\xabE\x95{.\xe2T2\xe0\x15\xbc\x88\xdem\xe8\xe1d\x10i\xae\xf5\xf7~%\x14)\xef\xe6\x0fP\xfb\xdev\x1f\x04$\xd3\xcdk\xeb9\x13\xe6\x82\xc4\x1f]\xce\x0c\xe1\xcc,0\x16a\xd6\x06X?F\x80\xe2+\xb6\xb2\x13\xcc\xe3\x18\xb8;\xbbP\r0A\x80\xe4\x82\'\x1a\xdd\xb6*\x03\xdf\x9eY\xeax\xach\xda\x81\x83\x01\x1d\xce\x82^\x99\x144S\x95\x9e\xf1z\xb5\xf5\xd2\xea\xd3\xfd\x0bT\x1f\xa2\xff\xd1\x8e\xc6q\xd6\xcd\xf2\xeb\xee\x11Q\x1a\xf5n\xabB\x84\x7f\x81W\xf3\x11V2Tg\xcd4\xe6\xa1n\\\xf9\xd42\xe7F\xf2S\xe7u(\xb6\xb8\xb1g\x0fJ:\x84\x95T\xd8\xf9\xab\x0f\xc7\x8ck\x92:\x9f\xe9\x03#|\xbf\x89\xf9\xbd\x86\xef\x7fJyR\x1ci\x17\xca\x12\\\xca~\xc5\x8fU\x00\x91\xe5\xb0\x08\x00_\x94r\xb9\xd8y\xbeMx\xb4,\xd23K/\xa8\x0b@\xde\xa7\xe4\\_t\xc3I\xc8\xde\x9a.^\x04\xb6<\xb7\xc3\x82\x8ct\xc8\xdb\xc2Z\x98\xa4&\xfcc\xc3\xa8P\x17i\x02j\xd8\xe8\xf3\x10\x8e+\xa1\xa7\x08!\xb9\x84\x04\xa9*\x11XdP\xeb;o\xb4\xb0Z*Iq\x17\xf5\xe7p\x86\x9e\x17\xb4\x88\x81,:\x9aY\x96\x0e\xb6\x17\xa4}\xe1\xa3\xa2\x93\x05\xea0|\xb0\xcdg\x94\x01\x1d\xdc{\xd01\x85h>\xa0\xac\xc8\xefK\x12\xe3\x9eV\x0c\xd6\x99\x16\xf6\xea\x9e\xce\xa7\xee\x13\xc2\xc8\xf9)i\x10\x0f\xc6<\xdb\x08\xa9\x8cc`~\xffOQ\xa7\x9a\xe0B\'\xb6|\x839\x1a=l)\xaeJ\x08I\x1fK\xce<\xea\x9c\xc2\xfd\x11\x94\xa7\xd6V\xd6K\xf1\xf1\xb9v\x135\xab\xe2\xb2\xf1/\xe8V\xfa\x05=\xe6"\xaf`CK"<\xd3\x91)\x7f\xdf\x95!\x7f\xf2\x83\'\x13t\x14\x8f\x14\xb1\xbfJnz\xa4\x89\x11\x1fI\xb3w\xad\xbb\xf5\xa1\xaf\xb5`\xb5\xbf\xa9"<;\xd4X\xdf\x98\x08i\xf9 \xa4\x92\xaf\x83\x1d\xe2\xed"{\x98_2\x10N\xb3\xb0\x93|?\xd5W\x8c\xa4g\xd9\xc2\x15\x0c\xae\x18\xab\x0c\xee\xa1\x08g\x94s}\x0e\xa5\x04\xbd5\xfcw\xbea\x0cM(kf\xf4s\x7f\x89$W\xc4\xfd$\xb8\x9c\xa8\xb8\x95\xc9\xc3\xe4_*t0\xbe\xb0k6\xecg\x7f\x845\xaf\xaf)\x18\xab\x0b\x03\xc8\xbe\xd0\x08j\xe5g\xe5GQ\x0c[<b<\xc5\x06H\xe8\xe7\x93\x83\x87\x8c\xdc\x9c_\xacr\nzg\x89\x9e\xc0\xc3\xa0O\x8d\x8e60\xee?K`7\x08`/\xb19&:9\xf7\xf2\x000\xfcK)\xdc\xa5R\x95ub\x1a\x06\xef}\xe9\xbe\xee\xb8,\xf4\xe8\xa5\xc4\xdec\x98\x94\xed\x8fIUhV\x1b\xd1\xc4-\xc2\xf8\re \x83\'[\xcb\x82\x7f\xef\xb9\xa1-9\xdd#\xde.\xb9\xcdT\x07\x94\xb4\xa3\xc6W55\x97\xa1{\x1a\xea\x05\xd1d9;\x11a\x0cpG\xa9\xe8]\xa4a\xcaA\x13\xf5p"Rao\xa9L4\xe2c\xc4\xad\x14\x0f\xdf\x7f\xe1\xb5\xce\xe3\x17\xc3\xdbs\x98}}<\xb9\x8a\x89;\x94LS\xe6k\t\xd3\xf6\xefV\xfb\x17\xfc\x9a\x88\xfd\xb8]$T\xf4S|\xba\xd2\x95\xb5;\x88I\xef\xbcD+\xba\xed\x92A?\xd0\xe1\xa0[\xfbm\xa47T\xb0\xf8\xe5\xab/\x9b\xe2B\r\x99\x89?\x0e\xb0>\xd4$\xee\xe0\xd5Lr##X\xbaM\x81\x92\xf4\ne\x1d\x88\x0c\xd4:\xdfr\xf7\xf5\x10\xb8eMW\x80\xb0\xf5\x84p\x0f\n\x9f\x00#Z\x1c\xaf\xfd\xbf\x03\x9bA\xc0\xdd\xd5\xbe\x98\xda\xf3\xc4Ic|\xad\x7fn{^\x9e\xfc\xc2p{Z[\xac\x01\xa0\xb8\xba\xd3\xb0w\x87\x9a\x16\xd3\xae\xecu\x84]\xa8%\xf1\xd9j&\xbb\x83B\xe5\xd5j5^\x82HP\x919\x1e\xd3\xe4\xc1\xe3i\xa83\x8bS\xfdu\x0e\x85=\xacPl\x0e\x97!\xe0\xef\xcc\x9f!\x99\xc8\x004jW\x8f\x9fY\xe1\xa4\xee\x03\xf5\xb4\xce\xfe\xbe\x9bt\x7fA\x18B\x9be\xd9f_\xa5W\x1f\xadUig\xc0\x1e\xecI~\xf5\x08\x08\xe47\xd0\xf8\xf4$FL0\xd3K\xee%<\xf2\xec\xb9\x91d\xd4\xd9_\xb7I\rL\xda3\x05\xf7r\x94\xef>\x8e\x8c\xf3\xb1\x18\xe1a\xc9g,\x8e\x1d<\x96\x04\xa4C\xd1\xf28\xe7\xf3f\xce\'Wy\xb9_\x9b]\x8d\x8b>J\x8dG!-|9\xeb\xccv\xed\xf4)\x00\xad\x81\x8a`\x0f\x07Tq\xdent\xe5V\x84\xc6zfu\x14r\xa3gph\x8e\xbf\xb0\xd3\xdc\xf7\xa6\xc5\x9d/\x03\xeb\x80B\nI\xc3\x88!2\x81\xbaoO\x19\xd2+\x14\x0e\xdf}\xa0G\x97\xac\x96 \xc6R\xf4\xba\xba\xd1Vj\xdc\x1b\x01\xcf-"\xb6\x05G,K\xbc\xb4\xccCV\t\xfc\xf6\xecW\xdc\xa3\xfa\xbc}@\\\xc3~`tW\xc0s<\x1eM\xb1\x81\xb2\n#\xba\xb9f-\xe5g\xd6\xcb\x05\xc4I?\xba\xbe\xd8O\x9dT\xc3\n\x93|\x1b\xf0\x7fTr\xf2\xc8\xc0\x89\xe9Tmm\xd0%\xebm)\xc2\xfe+w\x17\xcf\x04\x156$<\xf1[\xd7\xba?\x7f\x88\x85\xa5\xd0\xee,\x04\xb2\x86\xbfCu-\x95b1w\xaa;\x1f\xff\xa0\x97\xf9\xae\x0e!\xf5_cE\xdcY\xf83\xf4\x9b9\xfa\x9c\xa1\xc0\x07\x0c\xa9\xdc\xc8+Z\xe8\xf2S[\xdb\xd8\xcf[\x8c\xa7\xc8\xb6YV\x1d\xf5\xack6x9}\x90\xdb\x1d\x1d\xc3@I\xde3j\xfby \x18\xab\xcfC:\xa4dk~ovI1=\xd3\\[\xf1\x95&\x1f\x9d\xdc\xe5\xee\xc9\x15\xf5\\g\x19xQ=\x81DyP\xfe\xaa&|\xdfP\xc4\xef\xe4SS\xda\x00C\x8d^\xdd\x1b\xab\x03\x0fTo\x92p\xfb\xa8\x1b\x11\xbd\x0c\x19\xccj\x03F.\x9a\x9fg\x033\xfb\x07\x08B\x9c\xbc\xd0\xe7\xac\xb4\xf8\xe1\xf5V\x1b\xa2`zF\xff&| \xfd\xee\xf4\xd0P\xf6D\x0c\xe4H\xb3\xf9b->V`\xf8\xc84\xb3Vy\xdc\xfev\xa5\xfc\x0cUF\xcd4\xd4\x8d\xa2\xd6\xb2o\xfad\x10\xc7\xdc\xedg\xcc\xde\xc6`\x8c\x8d\xf4\x1cY\x02\xebx\x13\xc6+\xd7HQdtQ\xe8\xb4Ab\xf19\xd42\xa9\xf56\x03\x99\xa4\xf3[\xfd{\x1e\x8bX\x04zp\xc2\xb7JA\xfc`\xeb\xac!\x1dl)\x826\xd8\x19\x9f@\\\x07\xedf\xa0y\xf7y\'U\xa4C$\x14\xee\x9c\xdd)b:\xef\x02a\xc0h\xd1\x1a\x10\xf2\x1a;\x00-k>\xbe\xdaB\xfbN\x98\x96[\xd4D+\x17\x1d\xd0\n\xd4\xa5\xde5\x99\xfc\x95\x9d\x12\xd1P)\x1ba\x9d\xe9\x94\xdayG#\xde0|\\\xbe\xe9BY\xbf\xf4\xf5U\xda\xe2\xa6j\xd0\x8c\xac{!{\x89^hWT\x17g\x9c@\x90C\xfag\'T\xd4(\xba\xeb,/\xac\xa7\x10\xd4h!\xa6w\xaf!\x84\xc9\xd6?\xa3 bt\xf3\x93\xd55\x02E\xc2~\xf7\x13\xb6\x93\xe2\xcd\xcdR\x8e\xd1\xd0\xe8h\x98r\xdc~\xbaVmH/.\x88\xf7\xcc\xe4p\x10\x90\xa9\xdb\x85\xe3\x0e\x8b\xde\xa3\x8ci(\xf1+\x99>\x99\x87\xc6)\xc8\x90}\x96\xd5\x1bTx\xc16\xd0\x16\x8c\x96\x13\x93\xfcx\xc5/\xcb\xfc\xe0~\x19(+\xc6xS\xdb8\x91\xdc\x01>\x9cgq\xe8\xe4q\x10\xf3\xd0\x17\x98\xd4\xc2$h\x17J\xad}fo`\xdd\x1cijq\xc5<\xa0]\x90\xe75\x97\x844a\xb5*\xe4<lH\x02\xbc\xde\xfa\x1fs\xbc\xe9\xb2\xad\xf9\x19\x04\x1d\xe6\xa0\xc6!6\xdc\x1aY\x06\xe9\xef\xf3\'\xaf\x86\xa2\x04\x9eK\x19\x1b\xf5\xf9>\xb6\'h\xf5\xc5\xaaR\x88=\x03Xi\xb93:\xb3\x15\xf6.\x13\x19\xb1:\'\x17{\x82\xf2+\xf3\xe7\xbcq\xa0t*x\xa9\xbb\xca\x8d\x8d\xcfA(\xff\xb3\x13E\xefU\x80\xc1\x98\xff\x9b#\x04\xc9\xc3\xfaZw\xe5\xa3\xb2m\t\xf6\xfb\xd0L\x0fQ\x95\xe8\xf7\xeb\xcf\xa8Y}\x92\xb2\x1f\xf3\xe6\xd16\xa7\x87#\xbbHSnm\x94\xa9\xfb\x8aQ\x06\x9c@\x8doRd,\xea\xecf\'H\xaf\xbd\xa7iv\xac\xf0y\xba+\xf4@\xde\xef\xfe}\x911\xfbZ\xe6\x7f\x8ca\xee6\x92n \xbb\x13\x12(\x98\xcd\xd1(\x1fc\xb4D\xc8\xa2\x82<\xe2f4u2/\x17u\xf75\xb8|\xd3\xf1\xb6l\xe2\x91b\xf4\x11\xa8\xe1\x86\x15\x8a\x1d\x96\xdbm\xbb)If\x0b\x19\x02\xe1\x86#\xfd!z_\x1d\xa5\x0fx\xcd/t\xbb\xd9\x05\xb1^\xdbW\x0cj2S\xe9\x0c\x06\x1c\x0f\x85\xafh\x95\xc9p\xc1\x8d\x8e_q{b\\\xc3\xb6\xca]C\xa9\x1b4I\xc0\xeaO\xc9m\xf2q\r\x8fO$\x06\xc9\x01U"\xcfi\xc6\xdd\x12\x80\x19<\xe2\xc8\xac\x06\xf5\x08\x0eW\x06\xb3`]\xe6z\xcen\xe2JI\xda\xe6\x84\xd3\xcf\xba\xbf#\xe9\xc2>]\xd7\x0fC\x1b\xbc<\xd6P\xbf;W\xb1\x85Z%($\xd1D\x0f\xee\x7fA\x19\xb8s\xa3\x81\x86.\xc7g\xda\xaeY\x9b{\xa6v\x0e\xbe7\x05F\x84\x96l0\xd4\x83')
|
|
|
|
| 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\
|
|
|
|
| 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\n\x00o\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00s \x00\x00\x12\t\x04\x00\x8a+\xa2\xe5!\xa1\xfe\xcey\x9b\xe5-7\xd1C\xef\x00\x00\x00\x00\x00\x00\x00\x00|\t`0\xe7j\xc0`\xb0\x96,*%\x08\x04\x92\xb3\xeb\xee~\x88\xcc]\xd0?\x124bd\x82M\xdf\xff\xfe\n\xe9\xc0t\xf9\xc3\x87\xeb\xf6\x1d\x81j\x89\x84L<\xabD\xdaK\xdc\xd6\xdc\xf0\xe1\xf3\xce\xfaMP\x83i\xc6\xfe\xe8\x90<K\x96o\xc6P\xe75gEsA\xc6!\xe1\x02\xf88<dl\xe0\xa0u\xd5+\xd2 {hj\xff>\x89\x7fx53\xab\xa7\xf3\x18\x0f3\xd5\x1aL\xfc*+\xa0\x1a\xf1+\xd0Y\x15+\r\x95\xc7\x08\x12\x9f7\xc7\xbc\x99\xc5\xb8+Rf\x0f(\x86|Kd\x80\xf1\xb6\xb6\xa0\xf7w\xc3\xd5\xe8\x06I\x05\xf9\xb1\xfaB\xf9\xeb\xc6\x7f\x04A~M\xa0\x99\x0bPb\x06J\xcf\xa0\xee\xf1\xe1\x8a\x9d\ns\xba4\x12~q\x1c\x11#\xbe\x8d\xe2\xc87\xb4\xbe\xe8=O\xe9?\xd5r\xdf\xbb\xac\x13GI\xcb{\x06\x83#lz\x9c\x7f\xe54\x84\x98xa\xd1\x14\x84"\x12\xd79\xbb\xf87\xbd\xc2\xfd\xee>\x9a\x85\xe1\xcfT\xd6\xc9S9\xbbX\xf5\x9a\xf8GJ\x15\xb5\xbf\x96Q\x94\x99\x939\x1am\x84\xa7\x19\xbd\xc6\xd4\xb4p7\xb2G0\xf5\x110\xcb=q\xaa\xaeV\xc8\xa6\x8e>Q\xa9Q\xfcr\xcd8\x80\x81\x08.\xea\xcf\xbd\xac\xdb\xd8\x96\x98\xe0\xcd\xb9\xa3\x8b\x9eIk\xbaK\x8d0\xd2+\xe5\xa6!\x82\x10\x17S:[\xa6Y\x02Pp\x96\xbd\x89\xbc\x94\x93$\xf9H\xc3\x8c/`\x90\x92\xe36\\V\xddw\xff\x88\x85\x93~\xee\x05(\x03\xe6\x0c\x8e\x05\xcd\xaey\x82{\xfde5\x0ci\xcf81\x7f\x17\x9d\xd6B^\xb8\x0e\xcc\xfa\xb7\xed\x18\xcfu\xe3\x9f\x81\xde\xed\x8au\xb7\xb3yP\xb5\xd23o\xdctx\x9d\xfaP\x04\xd6\xd1D\x19\xd4]\xe4\xb4Nn\xc4\x80\xed\xf3n\x9a,\xd2\x9epVn\xf8V\x9aK\x9f\xbd\xdf\xa7\xe7\xa3N\xe8\x1b\xeau\x964\\\xf6\x96xK\xf2\xd8"\x95C\xb2\xfe\xf7P\xda.\xb9\xbd\xcb\xe0\x05\xea\x7f\xca?\xb0[\xea\x11\xed\xbc\x1dI\x02(\xf3\xc9\x87!(={\x0cJG1M\x11\xf0x\xf2#\xc3\xa3f\xbaM[@&L\xff\xfdc\xaa\x08\xe4\x10\xf6U0\x7fz&\'.\xc2\xe0\x0f\xaa\xf4\x805\x91\x84Z\'\x8f\xc9\xa9\xfe\rI\x0f\xebf\xcd\x1d*\x06\xff\xd0\x1ag\xdcU\x07\x1dm\xc4}\x8bnEfg\xb9\xae\xa47R6\x1f\xe3\xd1shO9$\x07\xe0\x87\xddp2\xf2\x87\x88\xf8@\xea~y\xec\xf9\xe9\xa6\xe6KT>5\xee;\x85\xb7\xf6N1\xd5\xca\xf0`)n\x0e\xe5\'\x81e@\x8f\xf3\xf6y\xc0\x0f\x97\xe9\xa5\x87\xb0\xc4\xde\x94\xba\xdc\xaa\xfc\xa19\xa6\x86J\xd7\x8dh\xc8\x0c:\xe2\x1d~\x8e\x8a\xec(\x8c\xd6\xe8\x9dQ\xbd\xfdhg\xb9\xfdN\xb55\xd8\x04I\x0c1\x88R\xf9fD\xe9T\xcc1`\xf1\x0e\x83\xf1\x12N\xfd(8V.I\xdf\x93_aSJ\xe4\x02#5\x84\xccJ\xe5.\xb44\x85\xb3N\x9e\xc4\xec\x10\xcd*\xe2\xd2\x7f\xac\xec\x08\xf6\x8c\xda\xa0\xe64\x04\x01\x99\x01\xde~E\xc0\x89\x04\x0e\xc5z@h*\xb4_\x1dw="\xc2\xc5\xb3\x97\xb5>\x03X\xd8\xa0a?/\r\xb7\xda\xa2\xf6\xdd\xc5\x13\x8d\x1a\x182s\xf03q\xb9\xcc\xfd.\xe5\xf0\xff\xf8\x98\xbaR\xcb4\xd6\x83I\xdajaV:\xcdg\xa0^~\xa5\xbd\xd6\x06\xa3\xcdm\x9eh\xee@\x85`\xd6\xba\xdap\xd7D\xd3\xea\x8b\xce\xc2+\x9a?%2\xcea\x02\x16\x7f\xabB\xd9lx/]\xf4\x13\xd2\xb7\xea\xb9\xc9\xa9\xc6$\x14m\x87\xbd\x9bv\xc8\xf5\xc3\x99\xcb:\x02Mt\xde",Si\x1c\x19\xc7\x11\xeamH\x90!\xf8K\xc7\xf9\x04V\x8a\x9a\x9f\xf0\x9c\xc4\'\xf9KY\x04\x8d\xd4\x87\xfc\x89\x10 %\x85\xae?\xae-Md\'/c=\xcb\xc1\x8b\xe0S7\xf1\xe3\xfc\xbc\xe4\xe2\xc1R\x10\xb66a8\xcb \xd0\xbb\xddf\xd4\xe3\xf1\x15\xb8\xa0\x0b\x1ee\x03\xe7{!j\xb0\xe5\xc4\xcf~#jq\x9e%[sg\x82"\x7f\x9e\xddc\xb6\xbfxy,\x9e\xc0c\x87?\x10\x84\x02C\x84\xd6\xff\x95\xad=\xdf\xb7\xc4\x86\xae\xb1y\x10S\x01\x994\x86%\x82N!"\xb8\xb1\xaf\xa8~z?\xbd\xafT|\xd3\x9c>\xb0\xd6qrb\xdb\x83\x97\xa1\xabB>\xe1\xdb\xc1\x0e\xe3\xb4v\xe1zNd\xaaX.\x08\'\xdb\x99\xe9\xf5oa\xc9\xfc74\\\x87\x81Te\x00sU\xca\x03Mqgm\xa5G\x1b\xce\xd0\x8dU{\xa6\xe72\x87\xc42&(\x01\xd6\xbeP\x07\xb0|\x02\xf0$\xd3\xb2\xa90\x08_.n\x06\xc7!\xaf{\xfct<\xbe^\xe5\xfb~\xed,^\x9aM\x92\xe3\xa5\xe0\x0e;\xf6\x14x\xcf\x14!9\xbb\xfdh\xd9\xdc \x9d\xc1\'S>\x1b$G\x1e;\x93\xf9\xe5\x16\x03f\xe2\xb9+\xb5<TC2Z\xd8\xcd\xb6\xff\xbf\x96\xe7\xf0\xb6\xc1\x00`(\xd9_\xe8\xec\xa12\xa5\xa0-\xfc,\xcc\xa8\xc0\x9fK>L\xe2\xe8v\xdao\x06\xcdO\x05L\x9a\xaa#H\xd9\xfdP\xd8JlNh=x\x07k6\x80x}L\xcad\xd7\x84Q\xecS\x9c\x8bY\x93X \x1aR\xd7|\\]\x92.\xd3[\x86\x10\x0e\xc3\xe4\xb86^\xab\xc2Q\xad\xaa-U\x07Ckyv0Q\xc0\'M\x11<k\x13,\xe2\x94T\x9e\x11\xe7\xe3%RX\xcd\xe53N\xa3mS\xb4\xfcg\xc0WO5\xce\xbe\x90:\x12\x0fXR\xe45~\x8d\n\x90s\xfe\xf5\xbd\xad/\xc2E\xc4\x98\x00\xa7l\xf8\xde\xb2O\x98\\x\xc7\t\xac\x81\xcb\x7f\xb5\xaazU9\x83\x8fGI\xde=g\xf9t\xf2d\xd4\xd4>cOh\xc0\xa1\xa1)\\\xd6\xb4\x14\xb3\x85\xf3FS\xa9\x95\x17Z\xb0g\xe7\xf8\xd2\x8a\xb6A\xee\x80K\xf3T\xadG\x0fL\x8e\x12m\xa4m\xa2\xc4`\rl\'\xa8\xd0b~\xa2\x0eC\x10\xa3\xe2\xfck\x86t|\xa0y\xd4o\xba\x17V\x05\x9b\xb9\x17\x8dw\xfba_\xb1\xe9\xfdl\x8c\xf5(^\x16\xd0\xe8\x1f\xa0\x1e\x19\x8e\xe2G\xf1R\xe6\x9b\x07\xb5\xad\x14o/\xf3\xf30Q=\xc1\x88\xa3\xd5nd\xcf3\xee\xa5V8\xcd\x7fQ\xf2^C\xa1\x1d\xdd\xb1v\xc6\xb68\x1e\x85\xf7\xf2D\x0b\t\xc1v\\\x14\x8f\x98\xaa\xa3\xe3\x88\xbdU\x89Z2H\xea\x8a\xcd\xf3\xba\xe6\xd44\x01\xdfl&\xca\xc3X\xcd\xea\xfabY\xf7\xeee\x0e\xe2e8\xc6`\xf5E\xec\xca\xde\x91\xb0\x1e\xe4\x05K\x0fG\xbfw\xcf\xee\\\x07\xc8\xba\xec\xd7n\xda\xee\xf9\xe1-\x01\x19h\x84\xd6Fa:\x18\x03Z\xf3\xea\x9e\xc6\xa9(\xc4\x88cP\x96\x83_\rZ\xbf`r\xb1\xa0\x0f\x174\xc1x\x07J\xd8r\xc9\xf8\xf1P\xbe\xbbJ\xa70\xa7p\xfd\xbb\x88\x9b&\'g\xea\x9fM\x19\x19*_\xc2|\xec\xfd3\xed\x1e\xb8\x94"\xa6\x93Z\x86\x0f\xac\xb1\x92o\x93&A\x12A\xfd*\x02\xd2[\xdb\xaa\x9c\xc6\x05z\xf2\xb8\xfd\x19\xbc|\xe3\xddG\x886\x0f^;\xe6f\xaf*\xf4o\xab\x1a\x08\xf4\xc7z\xcdk\xe8\xe6B\x18\xcf\xba\xf0B\x1d\xf6M*\x10`\x9e\x1c\xd4\xf0\xae\x8ffU3\x95\xc8\xd5T\xe1X$[\x08\x9e\x10\xd1j\x1eI4Doi s\xca\n\xb1Bm\xae\x00G\x81\x99j\x00E`\x7f\x81\xa2F\xe0\x9eh\x07\x15\\=\x1d\xb8\x99S\xebHB6\xd2\x02\xbem\xbb\xd1\xbc5\xd99V\x8a\xd7\xef\x99\x81\x86\xe4\xae\x8ap\xdaM+\x87V\x10\xc9d]\xbbO\xcd\xd7\xdb\x9c\xe1*`\x07\x00G\xac\x1a\rd\'?<\xbf\xb1=\x18\x9f\x91g\xbd\x8a\x1b\x8bC.!\xf7\xda\x04\xa0\xcb\x87b\xdc\xeb5z\xf5\xf1\xd5\xd4\xc2\x04\xf7\x9b\x82\xd7)\xca\x9c=mz\\\xc0C\xf4uu\xc9\xbbI\xe2\xee\x13\xb1\xc9\xb0~\x81F\xde\xf4\t\xd3W\x9f\xa1,5H\xbb({\x1e\x12m\xaa\xac\xe9\r\x92\xb2\x02.\xa1+,\xbe\x9c\xaa|\x95\xaa\xa3\xc6\x84\xa9\x18V\x92$\x9e\xdd:\x7f\x11I\x81Z\x19\xb2.\x16E\xcdf\xa3\xa0\xaa\r{\xe3:e|Q\xda\'\xa0f\x8a\xdd$Ht\xf7\xeb(\xe5\\\x8e\x85\xc4\x086]\xda\xfd\xfe~\x17\xde\x04\x84\xd7Knj\xb9h\x0b\xf0\xfa\xce\x9b\xc2\xba\x893\xa5Z\x9a\t1Ai\x9f\x85`I\x80\xa9\xad\xf0\xaf\x1a\xd8\xee\xe8h]\xad\x84\xe3\xa4Q6^\xa2@|\x06\xb4\xc9>\xad\xdfn\xf7\x98\x95;\xdcn\x089\xf2\xea\xc9\x85d\x19_\x8ealPI\xe6U\x13\xf9\xac7\x14Y\xc1\xd9S\xd8\xca\x91A<\xc5\xf1V1\xb79\x9b\x1c\xff\xc1\xd5\x1e\xb0\x82\x1c8q\x89a<&\xed\xca\x03\x83\xf5\xa5n\x8b\x00j\xd0\xabm\x8b\xf1\xef\x164\xf7\xaa\x17\x07X\\\x04\x8d\xf0\x0ei\xfd\xe0\xf7:\xb6\xfb!\xc2\xfe\x06\xb0\xb4\xc4\xbb0\x80\xf9\x86\xc4\xd7\xb6QF\x97%2\xd4\x8cH\xc3\xac\x7f\x80\x89\x17\xb2\xe7\'\x9b\x8b\x13?.t:\xf6ox\x9a\xc3\xf0\xd1\xb3Z\'\xec\xbf\x85\x8dm+`\xcb\x16\xa0\xec \x03!b\x10\x87D\xa1\xc5`Y\xa4\x93\xc9^Be\xf1\xf1J\xc7\x8e\xe5\x14Bp\x02gR\xddJ\xb9\xf5q\x90\x1f\r2\xd4\x0e\x15|\xab\xeci\x86\xe9\'kT\xadw\xc4t1\x84\xee7\xeb:\x7f\x92\xcb\xc8\xec\x80\x07\x96:\xc7\xaeO\xa5/\xe1\xe5{"\x07/\xd4\xa2\xa3\xffO\xfc\xc4\xe8\x0b\x07\n\xec\xfc\xef\xe7\x0fpy\x1d9L}\x9f/EL\xc2\xc0m\xc7,\x86\xdf\xa3\xc7\xba\x1b\xe3m\xe76\x84G\xae\xc0]\x86\x8f\xb5\xb0\x84o\x0c\x86\xa1 k\xe6\x1f\xee\xc3\xdat~\xf0\x8e^\xe2\x04<\xa4\x16gkx.\x0b\xa6Z\x1a!\x13Z\xef\x8c\x8faM\x9b\x8dR$\x0c\x9a\x1e\xae\xc4\xfc\xbd\xc9$P)b\xf1$\xc9FZI\x80\xc4]\x1dz+%o*\xe7\x84P\xf2\xeb\xe6\xd1Aq\x82_@\\\x87e0_\x8a\x80\x17\x0c\xfd\xb1k\xc4\x84\xc8\x1d<0\tPI\x9dxd\xc5\x04?mHq\xd1C\x82\x19\xc0bS\xca\x87\xef\x8e\xec \xf2\xa4\xd3*7\xe8\x0c\xa9?\xb71\xa9\xc7z\x85\xf0\xc3\xf0\x8e;q\xb0T\xf1f\x8b\x11\xfday\xb7\xd9%\x9c~\xb9\xea\xed3\xc4$\x83\xa6z:\xd7\xc6\x04t4C\x88\x8b\x10\xb2\x15\xeaVi\xfbXS\xf3\xaf\xd89\x94@\nA?{\xde\xd4-O\xc6|\x82\x05\xfd\xff#RTG{\x1fb\xc7\xee\xef\xb3\xa1\xb5\x85\xd3\x7f\xe0\x12\x13\xd3aLi\xbf\x0c\x06\x8f\xeb\xbd|x\x97%\'b\x14\xb9\xa2v8u\x8cN5\xe8\'\x15\xf1\x955Q\xf8\xa7\xdd\x13\xd2\xc5U\xee\xc8`\xc5\x0b\x7f(\x11\xa2{<,\'dw9\xe6\x00#u\xec\x87\xb5n\xd9\n\x03\x85O\x8fK{\x9aXSV:\x10\x00\xe0v\x99\xd7\xab\x95pl\xff\xdci\\`\x99r\xa3Y/\xd7\x8e\xce\xbb&\xfa\xdb\xf5l\xd9m6\xd9UN\xe8!\xc7\xfa\tr\xb4K\xb7?s^\xba<\x84\xc7\x1e\x02\xca\xcd\xdb\xa3#\xadN\x89\xadI\xf5\x0c\xa1\x0f\xda\x1a\xb6\x8b\xb7hLn\xc4d\x00\xe7\x19\xa9d<\xfe\xc0\xf4\x94\x00bz\xff\x84\xc9\xab\x06\xc7D\x83\xc6\x9f\x88\x1f\xce\x94\xd0\x0b\xe9\xbb\x07\x8c\xa3\xa0\x91\x13\xde"\\\r*R\x86\xabo\x04\x1f\xd2\x99\x82!O\x8f\xf53\ruH\xcc\x0f@]\xcci\xa3f\x08\x16\xacp\xc6\x18\xe07 .h\\\x07A6\xd1\xa3\xe0\xb5\xd9\xbb\xe6\xa2\xd2\xec\x12\x9d"#\x8asTM\x81\x90\xa2\xd3\xcdd[\x95\xa5\x8f\xcc\x99\n\x8f\x10\x1a\x9eX\xf9\xf1\x1d\x8c(+\x82\x15\x0b\x9f\xf6\xa2T\xdf\xb1h\x8a\x84J\xbf7\x1b\x1b\x7fM\x10\x95\xca\xbe\xb48"\x02LTi\t,\xd9\x86\xbf\xda\x8c\xb2U\x15O\x05\xf5x\xa2\x8c\xb4H0\xe3\x1c\x05k\xad\xc4\x13_\x7f`X\xff\x17\x7f~\x8a\xc2\xa35cG\xb9\xc8\xf2\xf0>*Wn\xdd\xb7\xef\x19i\xb8C\xb7\x80\xe5\x8c\x11\xa1\xb1\xe4\xc1\xfa6\xc0\x8de\xb8\xf5Q\x19%\xc3iE\xfd\xd9\xf8\xe0\x9e\xec\x12<\x08\xc1}\xa1\x8c\xf2>8\x81\xf4\xf7\xf2\xcc\xbe\x01\xa8\x94\xee\x92\xd8WP!C\xc8\xab@\xd8\xd8\xa5\x8e\x18\xa2\xfa\xf8\x1f\x8f\xd2\xc2gw\xd4\x87\x99sW\'V\xdcY\xd3\xb1s\xa8\x97WH\x1e\x87\xe7X\x003t1DE\xb3=\x86t\xf4\xd8\x0f\x8av0\x05\xc9\x8fm\xb6\xd8@"?\xab\xad\x0b\x9d>v!\x14&X`s\xd4V7%\n;X\x02`\xe4\'0{ Vv\xc8\'\x98\t?\xf9\x85\xc6\xf4\x15\xfc?L[\xbe\x8b\x82tDv}\x95+\xa1Y\xee-\xef\xe7\xf9\x1d\xc7S\xff\xe4\x97X\xdc\xcf\x11s\xb4\xfb\x1d\'\t\xdb4\x8e\xf9\xa6\xc3\x95\xf9\xe3\xe1\x84\xba\x97\x95py\x99Z\xabb\xed\xff\x18\x1f\x9a3E\xd7\xd0\x05{\xb9\xed\x00\xbf\xf2\xe4\xcd\xa0\xad\xf7\x98O$\xd2A\x12\xdb~\x90\xfc)\xe2\xd3Ch9\xb1~\xdc\x18Ah\xd9\xd9E\x05\xb0je\xdd\x11/kua\x87\x94\xb0\x068\x0eM\x13\xfb\xc4r\x81\xbe\xb7\x9eJ\xebkA\xcbW\xec\xdd\x19h[\xa3\x1bOr\xac\x01\xc3\x05"\x12O:g\x14/\xbb\xb7\x9e\x91\x81N\xa1\xcc\x89-t3\x92\xf7\x93\xa9=\xc4\xf0\xe6_\x8b\xc5tI\xcd\x1eq\xcbf\xdd\xaf\xf0^Z\xfd[\xb0\xe2\xf9\x93\x8e"Bb\xdf\x16i.\xce\x8b\x93F\xfd\x1b~\xa9\xf3\xbf\xd5~\xa4\xf3\xe1F\xec\xbf\xf9*r\x94\xf9\xf0Y\xc4B\x9a\x90\xceH2#X\xdec\xbb\xec\x10\xbc\x17H\xc2H\xbaJ\x15>|K\x89\x88-4`3\xe7h\xeab\x84\x06\x03\xeb\x14\xd0A!w\x19\x93\r=\xfa\x91G\x11\xbf\xb3\xc7\x94\x86\xd1\xc2\xe8\x96\xe5"\xce.\x84\xbeU\x9e\xd0\xece\x91\x0f\xf5\xbb\xb89\x83\xf63&\xde+\xebN\xe88\\`\xc2\x14u\xa0o2\xa2\xf2T\xd0\xb8\xecp-T\xb5\x92\x18\xce\x07\'\xd9Cp\xa1\xc8\x8e\xc0\xf7A\xf7vjZ \xb8\x06\x9f\xe5\xf2Y\xb1\x9aW\xdc\xd6\x8ff?A\x1c\x9d"z\xf6q\xc4\xb0\x1d\x03@\x9a\x94p\x0f\xd1\x04\x95\x12\x0f\xf6\x10J\x97\xbcNb\x13\xb4\xa0_x\xb9-/\r\x0e\xd7\x8e\x1a\xae\xd8(\x9eS\x9c\xe6\xbe1N\x11+\x8f[x\xff\xc9\xe9\x10\x01h2_\x14\xde=\xeei\xa9\x95o\xa2\r\x8dS\xa3O\xb0"&\xf4F\xfb\xb8T\x07H\x9b\xcc\xae\xa6f\x96\x15\x86\x96\xb3b\x05\x1b~\xaf\xaf\xc7\x0c7A\x1eU\x19\xbb\xeb^\x9de+\x0eSX0\xf6\xf0"\xf0\xb2\x9e\xd1\xc4\xc7\xaf^\xc4\x1f\xc9\xb9\xb0m\xe3\x86!A\x9385\x88%\r\x17\xdd\x89\xea\x86\xdd(\xd5ns<\x9f\x92\xb3\xb9\xecF\x07\xe2w\x03\x95\xb4\x17\xe2\xaa\xf4\xc9\x8d\xfb\xe2\xbaL\x8b\xc3td|\xa2\t|\xd1\xf3(\x16\x16\xc0\x83\x0e\x0f@\xd9vZ\x07\xe7:\xe0\xae\x92\x8d\x82\x923\x04\x888N\x1a\x11\xb0\xda7A$\x1d\x1e.\xbe7\xad\xd1\x19\xdd;^\x0c\x0c\xe1\x9cJ\xf5\x01Q\x82\x83\x82\xb7\xe8\xf0y\xf0\x94\x19+\x95G\x87Ie{\x11\xf7h(\xfa\xed}\xac \x91\xd1~;)\xfcG\x80:\xcc\xdb\xdf\x1d6\xaeJ\xdc\xda\x97\xac\x7f\xe0\x9col\xf0q}r"\x167\x1c[\x1e\x067v\xbd\rw\xb6\xd8\x94\xb9\xf7Mft\x12%~L\x87%\xf2jG\xe8\x95\x9b1\xc642\x000)5V8\xb8\xf6\xfe\xa3\xcf\x10\xad\x02\x91\xf7\xdal\x11cZR5"es\xd9z\xaaX\t\xdf\x82ia\xc0\xaeq\xf9\xa8\xb9\xf0D\x150\xb8,\xc8m\xe7\t\xed\xed\xfe\x18\xb6c\r\xcc\xfdaC\xd5\xea4\xcc\xda\xe3`\xb6\xb9\x81!\x15\x0b\n\x8b:\xea-\xe8\xd5\x136;e\xd18#\x1f\xc0`\xbdo?z7,-\x8f\xf7\x04sN{\xfb\xc2\xbaKX\xf7~p\xad}\xc1\xb7)\xaf\xc0]X\xad\xda\xdd\xb8\x18s8~\x82\xa9\x9b\xf8\xa5\x80`_\xeb\xa2FB\x9e\x84\xda\xe8\x1f\xa1c#U\x11-%\xe5ay\x92\t\xbd\x91U$\x926\xf9}\x1a\xe4\x8f\xc6\x9d\x06\x12\x03z\xa5]#\xe4q$/\x10\x04\x9bdI\t\x0b\xf4\xe1\xee\x9a|\xf7r\x0e\xe1\xd3\x05\xe7\x99?=n\xdd\x10\xbe\xc9\x04\xcf\x0e>\xfb\xac\xeaY~\x9d\xd2l\xcb?~\x08\xd6\xd7M\xfaf\xb6KO\xe0\xf6p\xb8U\xf720)\xdaW#8\xb9\xebb,X\xff.\xe9\t\x07\\\x03\xea\x89\xad.5\x17\xbd\x11\x8a8D\xc6\xc0\xbe\xaf\x17\xbe\xb1d\xc4\xcb\x1d\xe7\x8f\x7f^a\xd3\xd6\xff\xd9\'\xd2\x89\xb0\xbb\xb1\xd3A\x04|\xe5P\x8e\xd1\xfe\x0bN\xf3\xe6\x88\xdd$\x01/-\x08\x03\xfe\xf9\xb9\xfdd\xb7\xcf\xfb]T\xb8\xa69[\xe5\xf1\xda\xa4\xa1\xb9\x1a%\x10\xd3\xddf\xccu!\x0b\xa4j\x19\xb0\xefWU\xaaj\xbd\xcd\x9f\xe36\xc2S\xab\xd6\xbdH\x9c\xdf\xe9\x1fD\x86\xd2\x8a+A\xa5\x97\x81\x8aG\x07\xad\x95\xbb\xea\xa5u)j\xbb\xef\x17\xd94d\xbb\x9e\xee\x01\x0c~t\x8dc\xfd\xa7,#\xc6u\t\xd7\xb0\xc5t\x1fj\x11N\xdd\x94\xb3\xd6\xb1\xa1\x8a\x95\x94\x88\xe7\x0e\xe5\xe1\x82X\xc7I\xafSS\xf1B\x96,\xb4\'hvi\x86\xc4\xb4\x8d\xa7\x99T\xf0\x16,\xde<%i\x7f\xf6J%T~r\x1bu*:7G\rz6s\xb6\x10\xd4\t\xe4\x85\x8c\x82\xbdhf\xd2\x87ZNo\x11\xbf\xcb\x8d\x84\xe9D`uQ2\xa8F\xf9u\x03x@\x9c\xc1\xb9f\xc5z\x84Z\x99\xfa\xac2\xa4\xb3\x83!v\xbb\xe0N\xfe~\x1et\xf3/\x00\xaa\x0f\x94\xe7\x95\x07\xfe \xed\xc1rU\xdc1]\xac\xbd\xd6B\xcd=R\xe5\x0b\x19\xe9\xad\xd7IT/\x89\x12\xf1\xb6y\xb0\x114pf\xf7x\xd71\xf1\xc7q\xb2,1eE5\x9aAl\xeb\x85\xc7\xc8\xf4\x81%M@x\xe2X\xfad9\xb3\x7fTV\x1f\x86\x15\xe5I\x9f\x83\xb4z\xf4"&\xbb\xb2Z\x02h\xb4\xec\x88\x87\x0b\xf6\x19\xf8\xfe[\xec}\x01*\xc9Q\xf4\xf7W\x01C,\xc2<\x9d\xe19\xebh@\x9c\xf8\x9d\xc5\x08w/\x11\xa3y\x99-@\xcae^K\x88\xae\xb9\xf4K>\xc1z:K\xa5\xa4\x04*\tw\xe4p6\x94\xec8\x01B`\xb3\xf5\xdc\xd9\x03Cv\'\x19\x11\xb7r\xb9\n\xac\t\xab\xb5\x17,\x95\xae\xb8Vam\xf0V\xddti\xd9\xaa\x0f\x92\xb3\xf3\x0fM`zY\xa8V\xef\xdcu\x7f(\xbd\x00\xf6m\xdf\x03\xde\x90u\x96\xebP\xfcb:\xc7\x11\x99\xc9\xa7\x12T\x00\xf5K\xb8\x0c\xf6^\xb6\'TE\xaa\xe7l\x82\x82bv1\x14m\xd8x\xfe\xe8\x1el\x80\xb2a\xc4XD\xdb\x81qm\x8c<C[\x0e\x04\x85?V:Z\x88\x9d\xcb\x06\x9c\xb6y\x0e\x11\x9d\xdf3\xa2"\x12\x8e\xafh\x1e\x06\xd66\xb0\x07\xcd>I\xcd%\x89\x03\xc1w\xd1oW?\xde\x00\x8bB\r\xf2\xed\x0c\xf5HIC\xe8@\xce6\x19\xf4\x95\xe7\xacP\x99P!5YMo{?6\x03a\x05Q\xd3\xb5W\xf92\xf8\x99\xff;\x05\x18\xd6\xb1FT(\xa7A\xf2\xaf\xa8I8%\xac\xb9Z1DcBd\xf0[\x8e\xf6\xb1Z\\j\x02\xd7\x9b8\xfd(\x8bS\xdd\xd1\xa5<,\xc2?YjK\xe2\x11A\xc4\x0e\n\xdb\xaa\r\x95\xfe\xe3\xe0\xb3P\xf87\xfd\xd1r%\xb0{\xb3Q!7\nk\x01%:\x0e0\xd0\x02\x95\xaaj\xb5C\xd2\xef\x80\xc4\xd8\x1f\xf9\x12P\x99\x8e\x8e\x96Ow\x1e\xba\xbb&\x01b\xe9\x84{\x1e\xbb\xa26\xcd\xb9\xd2\xb48\xab\xf4M\xb4A\xb9\xa2\xf8\x82\x92;(\xd5t(|\xcd\xc7\xe0d\xfb\x17\xe0"\x89\x8e\xa4_\x90\xc5-\xf8\xe3\x0ec\x01\xc3\xf9\xd7\x1b\x13\xbc\xab\x0b\xc3a\x07f\x89~=\xce0\xf8\x95\xcb\x0c%\x7f/\n\x17m\xa4O\'x\x1d\xed\xe9gT\x81\x1f\x0f\x8dB\xe4\xb0?\xee.\xa2\x99P\xdfCk\x90\x8a\xfc\xdc\xe2!\xc9F\xc6\xa8&\x01G\x91\x1f]9\x8di\xd5\xbe\xd6\xf3\xe5~n\xd4;\x93\x939-\x19-\x11b\xd4\xd2\x813\xf2\x0b-j|\x04\x08\xe3\xa5\x9c\xe7Y\x9e\xab\xcb\xe2\xd5t\xdb\x81\x17\'\xff^\x81\x80\xdb~m\xc1,\x7f9\xbb\xcd\xe0\xf5\x80\xa9!h\x8b\x9b[&k9+\x06\xe5\xe7j\xbez\x1b\xd9\xe9%\xae1\x02\x1d\x812\xfd\x83l\x8dh\xf9\x80\xdc\xb5\x9e\xaa\xfb\x08\xb4\xfd\x98\xcb\xc2\xde\xb4\xfa\xb1\xc9\xbdB\xdaJ\xe4\xe8\xde\xb5TB7z\xbf\x0f\x1c\xaf\x8f\xcb\xf0\xd1~\xab\xe7\xef\x82o\x92FK\xff\x16g\xb0P\xe7\x13\xa3\x846\x04\xd2p\xc7.\xdbo[\r\xe2\xab\xc0\x8b\t\x08\x19\t\x0cw-{\x85`\'\xd7\xf7L2\x87\xd2\x18\xf6\xa8\x15\xc4\xfc\xcd(\xc7\x88X\x1cN\t\x10\x87o\x81zm\xbc&\xde@\x00\x9c\xfe\x15\x12Lm\xe52\xde\xaf\xd2\x8a\xf9\xe2\xf7\xee\x98\xf1g\xab\x02#)ku\xb9\xdc,U\xef\'\xe12\x1e\x99\x11\xf8\xd8\xab(f\x1ek\xafz!:\xdd\xcd\xea\x16T@\x821]|&4X\xde_=\xcfFj\x86\xd8\xc9\x1a\xa4\xc1"m\xa1tM\xb2\xee\xc7\x92h\x94g\x17A\xdb\x02\x82\x92\xe3\xc8AO\xfct\xe5\x7f\xa2U\xbdN|\x1d\x91\xa1O\xa7u\xb6\xc0\xbd\x1a9\x11Ln=2\xe4y\\\xea\xcf@FW\x9e\n\xa0}\xb3"\x9e\xe4\xee\x08\xbb\xffTt\xb0\xed?\x11\xa7\xf2tj\x03\xc3H\xea\xc9\x93KR\xa3\x08\xc9\x96y\xe7\x1f\xb34\xf3d\x94\xebij\xf1D\xd5oe\x10\xbd\xc8\x16\x93r\xad^\x91|N{\x8f\xac}\'\x91\xcfd\x93\xb29\xd7\x0fd\x0b\xd6\xd1\xd7i"\x1b\xf8\x95lX\x07I\xcb\x1dgw\xa0\x83\'\x85q\x86\xc7\xc8\x0b\xe2\xf7\x8f\x8d\x10Px\x03\x86\xa1Y\x1dNY\xec\x81\x81\x85\xd7/\xf2,\xcc\xc8p\x80M`\x0f\x81+K\x06\x07^\xdd\xab\x98G)\xa91\xca\xf6?|C\xaeN\xf2J\xc6\xc4K%\x18\x0f\xe1X/X\xfbc\xeb\xc7\x1d_\\\xd24o"\xc4~d\xba\xd3\xe1\xd6\x9f\xe8\x16>\xe1g}\xd8\xdc\n\xcb\xdc\xb8\xc4\x9a\x92\x0f\x17w]\x14\xf4\xe7\xb2\xbc\x7fp\xffjM*\xb9\x97\xceJ\xf8n@e%\x19\xfc1^\xac\xd8\x1a?\x8e\x8e\x01c\x9dE7\xb8\xef\x88\xeat\xcf<.V+\x99\x8b\xf9I)\x94\x9e\xab\x9f\xab\xed\x8e\x89\xb1\xadC\xeaZ9\xa5\xe0i\xbbngP\xbb\xe3c\xee\xefv\xc7\xc0\xa0\xbeZF\xcb\xd1\x1f;\x07D\x87\x05M\xe3\x8e\t\x85!\xe5\xc2K\xdd\xc6\x97\x10\x84\xd8\xf7\xa0\xb90\x82\xcb\x87<{=\x1eud\xba\xb2\x91\x92\xbeE\x94u:\xfea?j\t\x7f\xfe\x07h\x87\x83\xfc$6\xd9\xac\xdf\xbeR\x1aA\'\xa9RLj\xa2V\x0fH\x1d\xbd\x07\xe7E\xb8\xf8S\xca\xe5\\B\x83\xb5\xee\x0b\xb56\xbf\xe9\xf5\x18\xddT]\x86U-\x90\xfe\xbe\xdb`\x04\xdfw\xfa\xd7\x1e-M\x80\x83\x9c\x9aHK\x88\x90I\xba\xe9\x8f\x02<\x1f\\\xf1\xe8tv\xdf\x18\x9f\xb4B[E\xc2\xa7\x0e\x16\xf6\xc1\x85\xaf9\xff\xf4\x93\xe1\xc7\xec\x80\x0eK\x82\xa1Z\x87Af\x99\n7s\xb5\x16\xbe\x98\xa0\x8b\xe6\xd1#\x08#\xaf\xd4V2\tG\xe2b\xf34\x81\xca\x11U\xecp\x96!S\x1d\x10\xde"\xfe\xa62\xa0\xc9\xc8\xc3\x91\x8f8d\x8b\x82\xa6\x10\x97\x1c)\xbd7o\x17(\x10\x02\xd6X)>\x84}\x1c\xf1\x1d\xf0\x07\xfdT\xb2\x02\x040\x93\x96!}\xdcG\xedYz*\xfbk\xb4\x8b\xd8\x10\xb0\xd0\xfebH\x8d\xaa\xa3\x88\\\xef\xdd\xbf<9\xf6\xe9\x04\x8e]u\x00\xffT\x88>M;\xcfWU[\xd9\x81w8\xd0\x1f\x9b\x1c\xfe\xec\xa0}\x1eM?\xbd\xd3>m\xe8_\xa99\xad\x84\x82\x1b\xefC\x0f*\xc625Op\xe3#\x91N\x92\nz\xe9\xca\xc1\xf7X\x9c\xad\x9f\xcd\x80\xe3\xa7?r]8\x14\x9d\xbaM\x10\xec\x91gju\xf3\xb1\xb1X\xc1\xd5\xba%\xde\xfc\xca\x06\x8a\x1d\x99;x\xe3\x17\xdf\x99\xbd\x91\xcb\xa7s\xcf\xf8\xd21\x15g\x83\x83\xbc\'~\xac\xe5\xf1\xe4A\x83\x18g\x86re #\xae\x1f\xef\xbf-T\xf6\x18\xb5\xfa\xa0\x1c\xa2\xeb\xd0w8M\x11f\xdc\xc7jd2\x87\xe3Un\xc9\xc2\x08\x00\xef\xa0J\xbf\xdc\xac\xecL\xdfJF\x15v\xf1\xc1\xce\x1aP\xbbn\x92v!\x1d\x16\xea1Q\x88#\\\xd0\xb1hn\xab\x93a\xf9\xe5\xb9wq\xeb\xe0t\x86\x8c?\xa9q\x94!\x87\x0f\xc7\x0cZ\x95\x14i{\xfb\xda\r\xb5\x9eq&\x11\x06-ou\x7f\x99\x15\x08\x81\x17\xe4\x8cNL\xfa\x0c\x01\xeciot+-O\x1a`\x05\x13d\x1d\x10k\x1ds\r\x01w|\x8c\x04\x166jRh_\xc4\ti\x86\xc5H\x1et9LX\x87\xf8`\x95pGS\xf3\n\x15\xaf\xe8D\x10+\xd4\xd1\x94\x86\x8eq*7.\xf7\x8a`F\x90\xe6\xc9\\\xf9\x1f\x97\x06\xf2L\xb0\xfe\xcd!\xa1W#-\xe8p4\xa9~sZ!\xbe\n\xd0\x14\xe9p\x17z\xb2\x9ak\xbd\xb8\xa6\x16\xb9\x0e_\x16$+%\xc7s\x99`\xaf\xca\x9e%\xab\xac2t\xd5\xba\xd92\xc2\xfd\xbbf\xe8\xce\x9cA\xfa\xe1B\xbe\x92\x96W\xa9Np\xe3\xc5\xeb\x08\x81\xe4\xed\xbb\xa0\x05\x1a`\x1f\xb4d\x9c\xf1\xcb\xef\xd05\x9b(\xd09\xe5\xd30K2Xa\xdd\xe0\x9f\xa3\xfb0\xb7\x18A\x95\xe5\xee\xdb9\xc7\x121\x8c\xff\xaeb\xbehu\x8e\x0b\xc3\xf7\x18-t\xc1JF-\x99\xca\x8c\x8f`\xbb\xcb\x16\xa37U\xfbKN\x1a\x81\xf2\xcbj-\x8a36\xf7\x94Qi\\pU\xe8\x8f2\x02\xd8\xbf\x1e\xdc\xf9%Z6M\xe4zi\xfd\xf3\xb2x6V\xa9|V\xdb\x86\x94\x7f\x1a\r7Rq\xa5\xcb%\xa5Z9\xe3\xaeP\x1c\xea\xed\xd1\xc5\x85\x900\xdf\xe8\x9b\xedy\xfe\x03\xe8K\x16&\x85\xf1\xf3\xe4\x88\xe6k\n\xb0\xb8h\xd9\xcc=Qs\xf7\xcc\x97C\xf3\xe9\xa6*ldN-/\xc5\xbb\x9c\x06?\xe6\xd7\xc9\xa7]O\xd1@/\xbc|\xb7\xf8\x12\xedSK\x90\\~\xcc\x1e\xb9n\xa8O\xb9d9\x99\xcd\xca\xa4\xd72\xa4;>\x98\x86\x96\xd6\xb8\xb4\x1c\x92\xd6{w\xcc\xa8*\xcc\x06\x81D\xf5\xbb\x1aK\xb55\xf1\x14SN\xe4|\xbel\x97\x14z \xfa\x1aj\xaf\xa5\xec\xb8\x1e\xbe\x9b\xd0Z\x92T,?\xf8Dj9\xbdk\x02-+\xe8x:\x16AX\xbfr\x86\x13\xa1\x8b8X\x02\x1f\x03s\r\xe3\xd5k\xa3D\xd8\xfb\xb8a\x8dA\xbb\xbf\xe3\x06\xb1\xc9/\\c|\x8d\x91\x17\xad\x89>\xc0\x81\x1c\xd4\xc1)\xcf\x1a\x91t\x95j\xde\x13\x8b\x8aT[\x14\xff\xee\xc5\t\x99\x9c2\xac\xfa\xdaST=AZ\x7f63o[{\xb3\x9b\xf6\xc4a\x14\xef\x06\x1e`\xdbhF\x91z\xa9\n\xcd\x87\xdc\x1ag\xe7\x95q5\x7f\x94d$[2\x86\xa31r+6\xd6\xc9xm\x96\xec\xaa\x1f\xd7\xc8(!Cj$\xd4U\xc2T\xc4\xdc\xa7Y\xa4\xca82w\xd7\xb9lXH\xa2\x9a\x8bL\xb6\xbf\x94c\x16<\x13|\xcc&w~lO\xe2d\x9d\xb9\xdc\xcf\xae\x18|\xb8\xf05\x9a\x05<g]\xadK\xd3.TD\xfd\x16c{N\x94\xc1\x99G\xe0Op\r5\xef\xae\x9e\x8c\xb7\xd0\xaeo\x02\xa4l\x7f\x9f\x82b\xc8\x7f\x86\x81\xf8r\x14\x1c\x9c\x90_c\xffNF\xa4\x8e\x0eh}2\xe4\xb5\x86\xab\xa6\x9c\x9f\xe6\xcb\x8e\xa2\xf1\x84\x1f[v\xae\xab;<\xcb\x93\xab\xc5\x1b\x80*\x9f\x8eb\xd4\xf0\x07!\xa5\xe5\x05\xec eD\x17@uC\xa4\x9b,\xee\x87\xe2\xfd\xe3\x8f\x99\x90\x813\xd2\xb8\xa9\xa3t\x87z\x14\x84\xf4f\x1b\xf6\x8a\x07\x18U\x12\xfb\xd6\xe4\x8b\xd6=\x14"/\x0b\xf8[;\xab,\xff\x0f\x1c\n\xa9\xdf<m\xa7rv\x93;\x17\x0fA\x1e\x15\xb7\x80.1v\xc3\xe7_\xb7v\xb72\xb8\x18\xf1v\xe2\xcfLE\xe7\xe8I\xc9\x89\x05\x85Y\\\xbf\xac\x8f\x1d,\xb0\xa3\xdcdp\xc9\xc1\xf6\xfe\xad\xe3\xfeH\xb7,I\xc0\xcc\x02\xcb\x0cG|\xa95\xc6\xeeeE"\x1d\xd0\xd7\x13_1\x0e\x177\x81W\x18\x1c\xdfeC\xca\xfc\xe0\x95u?\x04\xca\x07\xcd>\xaa\xa2St\x06\x974b*V\x90\x90\x10N\x01\xa4*\xd7\xb9dO\xd8\xbb\xf2\x8d\x86\xe8\xfe\xe0\xd8X\xc5\xd6\x93U\x12\xad\xcbr\xb7\x8b\xf4@w\x088\xa9\x83)o\x15\xd6tX\x81\x1d\xce\xa6\x1e9i\xf6\'q\x014@Of\xc6\x18k\x87\xacY\x05*\xdb+\xb5\xe4\xce\xb9\x7f\x9b\xaca\x94x\xe0\xd9\xc0\x99+N\xdf\x92\xc4\xc5 \xed6O\xcf{C\x9b\x07_\xd9b\x97\xeb\x06g\xe4\xc8\xe5x\xd3\xe9\xad_\xac?\x01a\xd3\xc5\x81\xcd\x8a\x0c/W\xa5\xd2\xe2]v\x00w\xff\xd9\x82\x08\xa8b\xf5g\xde\xfa\xc0\xaa>\xde)\xf9\xa8s\xbe\xc2\xb8+,\x03\x8d\xe018\xa4\x82\xd6\xcb\xea\xadG\xea\xe7\xa2\xdb\x911\xff\xc3\xcf#\xb9F5\xc3\xe2;\x93Nx\xa9\x94\x80g\x1e\x93X|\x80H\x01S\x19#\x03\x85\xfbp\x04\xce\\\xad\xfe\x04`-\xcf\xcfW\xe19\x97\x920\xbb\xee\xda\xf2\x11\x00\x8b\x8f\xab\x9c\xf9\xeb4\xe9\x97\xdf_\x0c\x97zw\xf9\x0f\xd9\xed\xcdO<hs\xe3z\x9e\xd04vrpXr\x18"\xc6\xb9Ub\xd6\xbcv;tQ\xef!N\x08$\x8a\xa3P\x8brGEQ\xe2\x19\x83 \xb6\xb42D\xa8,;\xf9\x97g0\xc0\x8f\xd0\n\xe8\x10\xd5TtC\x15\xe8WdW\xe0Z\x97\x0b\x05\xc2\xcd.p\x8e\xe6pU\xc3\xb6\x83r\x1d\x8d\xe4\xc0Y\x91eU+*\xa0\x0b\xe4\x1d\xeb}\x80d\x12\xb1fd\xbc)HOb\xe3\xcc\x81\x05-\xfd\x98b82L\xe8\xd6\x0b\x9e\x93GPoj\x8e\xbc\xd2\x03;\xe2\x0c\x9dM\x7fn/G\xbf\x1d\xcdTz\xf6\xe6\x9e\xd9DA\xee\xeb\xf9\xb0M\xf7\x88Zq\x9f\xec\xab\x96V\x8f\x81*\xb5\xeb\xc9R\x97\xdd\xa74,\x1b\x80\xb0C\xb7\x01\x90Z:\xa1m\xc0\x82\x8e[\xd5\x01M\xa0g8\xe7>\xd8N\xb6+2\xfa\xab+\x1eT\xbc\xa8X^T\xae\xa6\x16\xafpA\xa1\xecARDI%\x0c\xb5[\xc9B\xbb\x064?#`\xb4\xbfv\xb2=Z\xfd\x03\xd3:\xab\x87Ja\xa1u\xbe\xa4\x8b\x16\xd1F\x8c]\xe3\x7f\x1c\x81p.4kwp\x04\xd7\xbb"&\x95|F\xe0\x93X\xf7N$\x99\xc4\n)G\xc3\xc4S\xbb\xd8n\x00\xd9\x9a0\xdd\xedq\xb9\xdb\x8f\x83\x87\xc97\xaa\xac\xdeq..\xaa=\xe6\xe2\x93\x16\x1cc\xe6\x88\x10\x8e\xe8\xf3Yi\xc8\x7f\xfc\xbd\xa68\x14Tcq\xe6/J\xb6\xb7\x07\xb1\'\xda*\xed\xbe=S\x92\xfc@\x1be\xaf)I \xb1&\xa4\xcb?\x0f\xfa\x0b\x852\x01SMf\xf4\x90i\x13Z\xc8L\x94}\x84\xb7\xa76\xf0@L\xa0\x10~La\xa4\x1b\x94\x95\xf4"\xae\xa1A\xb5VG\x9a28g\xc8\x9f\x9b\xfb\xa7\xaah\xb0#0`vBU\xf3\xb5\xd1\x91\x1b\xfa;N\x8d\xbe\x8d\x7f\xc5\xb7\x8c\xfd2z&\x13\xd7\xd6\xd3\xf2C\x13\x1b\xd5K X\xb9 \xb6\xaa|\xd7\xe9\x19\xef\x96`:\xe2/Lt(\xa0e\x00\xb4\xb5\xe7\x10\\OI\xdd7\x00J\xc8kb[\x9f\x11\xb1\xf8\x9c\xca;\xbb\x82\x177m\xf6\x95\x8f\x13u\xca\xc0\xd3E\xa0S\x03\x1f\x8f%~z\xcc\xf5\xc2\\\xa6\xe1\x98"%D\xff\'T\xde\x00\xc8}\xdaO\x08\x90\xe6\xeaA\x01\xdf,x?\x87 \x9e\x9b\xce\xa6\xfflW\x86\x99\x03\x93\x9f\xc8|\xad\x892{\xee0Swm-\x822\xf0w\x1aZL^\xae\xb1\x03\x1c\xf3\xe3\xcf\x1f\xd1\x1e\x17f\xc9\xcc\xa7\nw\xe1a+\x03\xfe\xccW\x15%\xe5\xa1\x03[\xa6\xc1"!\xc5\xc1\xdfdj*\xfbn\xc7\xedk#\x0b\x8a\xcb&\xd2\xdf0\x16\x82\xfeC.#\x08W\x9c\xfb\x0c\x1ea*\xbf<Y\xef\x1b~\xd8\x9b\xdd\xfff\x04\x9f\x1d\xa0j\xf6\xec\xc7j\xa1\xb5\nx\x8fO1u\x91=\xec$\x0eY\xfc\xed\x10j\xc1\x9d\x1f\xb5\xa9!\xc5\x03\xcd\xa57\xf4D\x9c\xfcV\x7f\xc7\xbdC\xe2\xf9)\x9at/\xfb\x94J\x83F\xf5\xd8\x15#n\x8dd\x03\x00S\xf4\xdb\xe8\xae\x16\xfe\xb3\xa3*\xb9F\x0c\x87\xe1\x1f\x1f\x97\xe7\xc1\xcb\x8e(\xc8\x974\xf3\xd5\xfa;p\xc1\x07\xc5|3WO\x11\xd6K\x80oB_U\xd4\xe5\xca\xda\x8d\x13\xdfT\x06\x86\xdc\xac\x99\xc8\xc1\xda\xc7J\xfe$\xa6O\xa2\nzD\x9389\x00\x92B\xbf-\x86\xe5\xa7\x81xN\x13;Sne\x06\x85\x82\xa2\xb4\xf2v\x1f\xe6B\xdb\xd0\'*\xfaPg[!\x12\x89*\x93*\xed\xeb\xc2ux\xbe\x01\x16z\xdc\x16R\xda\xc1\x0b\xff\x96#N\xa5k\x1bQZ%\xa3\xc2d\xf1\x96\xa7\x15x\xd3\x1d\xd0\xc5\x01\xc7\xeciU\xbe<\xd5b\x82{\x85\x0e\xd2\xf9\xc0\x8e\xa1+l\xe0\xbf\xefS{ol\x17#\x8fC\xdd!G\xe9\\\x0f\x90\xd7]a$K\xba\xb0u\xaa\xb2B\xe8\x9d\xd7p\xd3\xa9~y\xd2Fu\x1d\xf7U\xf8\x96\xd2\xb4.q\xa43\xeb9\x0e\xb5\x00t\xab\x0c\x7f34\xac\xbc\x11\x0b\xda\x06E*\xfe\r\x05\x18\x80\x91E)\xb1#a\x16\xcd)eQpF!\x1c\xfd4 \xa13v\xd2:%\xa8{\x17N\xdb\x02%\xa5\xa9\x11\xab\x0f\x83\x85\x0eY!\xf6\xfe\xf1\xaap\x82\xb3g\x8ao\xfc\x1fZ\xb1V\xeab\xca[\x97\xb0\xab\xbd\x7f\x1d$\xc1\xe2\x89#l\xe2\xc38\x1e\x01\xa7\x07\x14')
|
|
|
|
| 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\n\x00o\r\r\n\x80\x00\x01\x00\x08\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00\xc7\x1d\x00\x00\x12\t\x04\x00 NB\xe0\x81Su<\xee \x93\x1a!\x97\xbc\x96\x00\x00\x00\x00\x00\x00\x00\x00\\\xd4\xf2\xe6\xb6\xec\xd9\x18X\xd8nL\xd9\x05\x12\xe3\x16\xf6\x93BQe>\x18A\xfd{4Q\xd3\x97\x0c1\n\xfb`R\x97\x19f\xc0\x11e&\x04\x0b\xa8\xbdJ\xac\'4z\x8d;\xac\xc8J&<\xf2\xb1\xf7\x80\x8e\xd5p\xb2W\x19\x0bf\xaa}j\xbf|e\x93\xb0\x96,\xc6\xa98\xc2\xcaQ\xe1\xfb\x08W\x00\xe0Su\xd7\x1e\x81\xab\x13\x95\x96\x84\xc3\xb4\xb3\xf7hvv\xe1\xf8\xc0\x08\x8d8[en\x8a\x9aF\x07|Lt@=W\xb0\xd5!S\xecc\xd9\x89\xe6\xcej\xc0\x18\xa6!\xf1\x88~A(\xb9>)\x9b8_{\tj8\x81\x120y6H\xd1U\xd3\xf3\'\x9c\xfd\xec\x1e=\xcb\xc5\x02\xf38\x183\x98\x88`G<\xf8\xa3Q\xc3\xd0aV\xe8\xc1[A\x91\xdf\x86\xf5\x9dF\xda&*\x8b\xa7+\x8e\x08\xcc"\xa24\xbd\xd1X\xb5P\xe8\xd5\xf8\xeaC\xf3\x95\x150\xff\xf5\xecQ\xa2\x8b\x01.:\xa9\xa89\xdb\xa4\xc9\x89OJd\x0e\x8d\xf8S\xa7\x96zI@x\xcb>2\x05D\x86\xb3\x01m\x19\xf2\xe5\x04\\c\xb0\x11\xdf0\xfc\xd1\x13\xadd#B\x7f\xc5t\x87\x1fA\xf5\xa0M\xf5\x9d9\x9a\xc5\x17p\xb3dX\xed\xe1\xeb\xaf\x7f\x97G\xe6\nyd`\xda\xb7\xc2L\xcb\xf6]\xb8\xe9\xde\x1cg\xb2\xa1\xe5\xe1\x1b\x9a\xdb\xcd~\x9d\xe5\xc7\xff\xf4N{\x95\x07\xfc+\xc9\xb5\x0b\xbf,\x10@\xf4\xc2>[\xc6wi\x05\xd8a:p\xe6<d\x9a\xaa\xca\xb5\xb4\xa78\x94c(\xa0\x94\x8b8\xb1\xa5\x10m[\x12=\xdfa\x14\xe9E%\xa4\xdf\x8d\xf9\xd2u\xcb\xfc\xf6)C\xe2-\xbf\xb39\xab\xff\xf6\xbcl\xea\xb0\xc74\xb8\xe3\x15\xc1\xce\x06\x93i\xb5\x02g\x88\xbf#\x9e\xeco4\xc9\xf2\xe3r\xb0\xd6W\xbe7\xe0xNyU\x04|Ea\xceT\x9fV\xb7\xd6\xee\x04$\x1c\x82+\x8b6\xb40:a\xfcV~\xbd\xb4\'\xc2\xe5:\x1e"\x93z\x9bs;\xf0\xd9#\x9d\xbf6}$=\xf0\x95"\x9a\x92\x11\xf8\xb6\xc7\xcf\r\xe3\x9e\xbb\xed8R\xe6h\xd7o\xfe_\x8a\xff$&\xf4\xd0\xe3*pk-\x9b\xf0r\x82o\xb9d6\xfe\xdd\x8e\x9a]\xdef\xe2\xbbe\xeb\xd6\xe9//\xa7\xa3\x8c\xf5v`\xd1\x9f\xccO\xd5\xcf\xb4\x13P\xe5M\x19j\xa8\xd4\xc2\xb1\xaaxk\xe3\x8ah2l\xe2\xfc\t\x0ev4I\xec\xd4\xab\xab\xe9\xab\xdfs\xce\xe3\x06\x96F\xa0\x01_\xf7\xc5\xf0\xf6\x8f\\\xce\x9f\xf4\x9d\xfdBC\xb5>\x17\x8d)\x83\x12\xf9\xe8LS\xcd\xaa%\x97\xc8\xed;v$\xfcX\x9d%\x0f\n#&>\xffF\x96\x90yf\xf4\xf7\x1d`K\xd7|\xca\xd9P\x18\xc6\xd7\xa7Z\x08\x96\xc5\x88\xc1\x8c\x1c\xf8f\xa6\xe5bk\x9eO\x8e\x99\xf1L\x99\x1bxHa\x12*\x1e\x80\xec\xf3\xe6\x8f\x9e~x\xbdp}\x8d\x9d\xb9N:\xd3\xcd\x07\xf1\xbbD\xb6/\x1d\x878`\xbc\x915\x0c90\xd7z]W\xce\xcd\xd6\xd1\xcd"Yu\xf28\xad\x8a\xbf@\x98\x1f/*R\xc7OA\xe1\x9a\x9a\xd0NG\x0c;W\xa5\xe7XE\xe0>\t\x16\xe1\x88\x04-\xef\xc6+\xf4j\x13P\xb3\xee\xbd=\xfd\xef\xe6\x86\xa0e\xbd\xb3+Z\xfe\n\xfb\xb0\'\xbe\xbe8_\x91>Q\xde\xf10f\xf9rI\x1dH\x9d\xeb\x1c\xe2C\x87$\x15\xb4\xca\x87\x08\xdf\xa4\xd4\xfd\n\xa4\xfc\x9fqRs\'\\\x12!\xef\xa8\xe1(\xe9)x4\x9a\x94\x1e\xaaW\xc0\xc8\xaa\xd6.\x9e\xa8\x83\x8e\x80~\xd3\x07_\xb0u\x9a\xcbDy\x08\x7f\x96\xdb,\xc9\xff\xc2\xbe3t\t\xa4a\x02\x8f\x83@\x11\xc1\x1asXn\xfb2\x00\xdd\xba:\x96m\xb1\xe1\xdaR\xc3\xa4\x17a\x86`go\xc6B\x11\x85<\xa3i\x90\x8b\xb3w\x15\x161[%uK\xc0\xbf\xca\xact[S\xe62hv\x8a$&\xe5\x8e\xf0\x05\xd5\xc7\x16\xd2`\x97\x98\x8bVv\x1e\x16M\x84\x04\x14\xc8-\x86\xbdI\xa5\\\xaao\xce\xe2tz$K\\\xca\xbe\xf1\x9fq}}\x88"&\xd4\x7fw\xda{y\xd1\xa4\x8e\xc0\xf04\x97fK\xb6z2\x12iC\x0c\xff\xe4\x05B\xac\xf7\xf7\x91u\xa2>&\xa3\x83\xd8\xf3\xf8|\x16K\x8e!\xeb\xa2g\x1c\xc3\xdeu]\x86\x91\xb1\x0cm\x12Y\xa8\x03\xfc\xb5\xc0\xeb\xe7\xc4\xc2\xf9>\\\x8d\xc1\x88\xe9\x93\x92\xcf\x1c#t\xdc\x9b\x97\x91\xf3\x84S\x04\xe4:\x12\xe5\xb8,\xc2SB\x17\xaaa\x06pe;S+\x96a\\\xfe\xf6\xca\x06\x1e\x8e\xaau3i\xc7\xed\xda\x1a\xb4\x0f\xcbf\x1d&\xcd\xaa\x1e%$\x0f\xf05\x88\xc6\x16+\x1bw2\xd0\x9aO\x94\x16\xf6\xeb\xa6\x92\x8fU:\xdc\xb8\xa1[\xcf\xa3\xfd\x0f\xdb\xb4\xa0\xc4\x06M\xcb\x87\x96\x87.)\xe1f\x19Py\xce\x8c3\x9dL#\xb9\xc9\xdbe\xa5gp\xbd\x00\xf8\xa9\xd9\xa7\x13\x97\xec\t\xec\xeb^a)\xf1M\xbc\xc0\xaaT\n\x80\xdf\x0c\xd6t\xab\xc7\xa1\x99N\xf8\x97\xee1;9<\x032A\xfb\x96\x89\xd3\x1a\xd9\xe1\x07\xb2$\x8a\xe4\xdd"psy\xca\xf3\xb2OT\xc5\x9bi\x1d\xd2\xa2B$Y#~\xad\xf4sJ\xca\xdc\x80\xdb\x83\x82\xb822\x0e\xa8\xb6F\xd7\xeb\x01J<\xe1\xb3\xa1\xec\xdac\xae\'d\xc4\x16y\xc2H\xef\xe3\xd4\x1f\xf9\xa1\xe6#\xb5\x18|\xf6\x16\x86\x9a\x03\xd8\xe7\xbf\xe9\xc7\x07\xccN\x90P|\x94W>\xe7\x13\xd8\xec\xf3\x08\xfc\xb5\xae\x00\xde\x1e%\x88J\x0cO\x7fO\t\xbc7)c\x08\xa6\xbd%\xd4/h\xb6>\xd0Q)1\xd0\x8b!\x8c \xb83\xc4C\x0c>\xe1\xf7p_^\xc8\xe5\xd5p\xbd\x184\xb8\xcc\xad\xa8\xad\xef \x9d\xbe\xa8\\\xffd\xf8\xe9\x14\xe8\xae\xff\x85\x04\xf3\x16\xdd4\xac\xe1\xc9\x80l\x16\xfd\xe7\xe5\x93\x80\xbdtB/\x06\x87\x1eq\xf1\xbf\x0b9\x9d\xe3\xac\x9f\xcf\xbf\x12\xa3<]\x11;H\x13a\xe9Y\xc5tu\x81\xd81\xb1\xd3o\x82\xf9\xb3\x1c\xdd\x85\xb0.tS\xbe)\x10K(\x00\x1cN\xaf`\'\xbdk\xe6B8\xe3\xf1\xcb\x974\xa0\x87\xd3S\x84.\x95\xe5\xfbF\xac\xd2\xa3\xc1\xae/\x8e&"\x9a=\xcej?\x07\xdc\xc7pN\x1e\xe9=o\x93\xa3\xcd\xe2\xa4-\xf5}\x9d\xab=\xb2\x84\xc17P\xf1"\xb4@\xd1\x91\xc8M#\x9f\xf8G\xb7WK}\xd3q\xbe9\xed\xc9\x12\xa6\xc7\xdbu\x88\x94\xe8\x07\x8f\x87\xfc\xac\x1f\xe89\xdd\xa48\xfe\xca\xe0\xb0Q\xb5\nJ\x07{\xb3;\xc8b\xb7-\x8dRD\x02\xf4\xc2fu\xb5\xe3\xc2\xba\xba\x1c"3\xf2P\xce9\xfep\x8e<\xbfGJl\x14b\xbdp\x10r3\x1c\xb8\x91rAI\xa04-\x1c\x8a\xe0\xee\x08\xc7Y\x8e\x90\x9bd6\xa5\x89"g\x14\xb8i!\xf5\xd0a}\x87\xa4}\x1f\x05\xae\x93\x1a\x1f\x95G\xb7r\xe4i\xb2\x1f\xcd\x02\xf1\r+\xfb\x0eF\n\xf5\xa5\x9d\xc1\xb1\xbb3Asy3\x0cP\xb4\xcf\xcf/=p\xa1\x92^\x7f&\xed^t\xf3\xcdL\xa0\xb9,~\x84V^#~\x00\x13\xbewQ\xd0\xc9\x9f\x9d\xda\xfa`p\xa8:\x8f<Cc\xac\xce\xe9H\x1en\xed\x97T=/\x1c\x94\xec\xa3\xf9\xeb\x92\x7f\x9a\xc0\xad\x0b\xa0\xb3c\x03\xc0-\xe2pb\xa5\xac\xc4\xce\xcc&\x99\xe9\x10\xfcuR\xb0H\xdc\x81:_8\x1c\xbd\x03\xeb\xce\x02\xfb\xf4\xba\xb2\x8etg\xe9\x9b$v\xe0\xa2\x01\xfc(R\xaa\xe1\xc7\xac6,t,\x1c\xd4\x8c\xd8\xe1\xd0\xae\x94\xa0\xfeb\xacG\\\x8c\x80\x1c`XB\xa5\xaf\xbc\x14GF\xd7Q/D\xe5?\xc2\xe9.\xd83\xcc\x018\x8b\xd2r\r\xbb\xa9\xd8oj\xa4\x89\xa3\x0fX\xa8~=\x12T\xed\xf4\xc0\xf6[#4\x95\xddC\xf34\xf4g\x1a}\xe7\x11\x01\x1f\xd9\x1a\xc4\xc0\x1b\x88\xab\xac\x07w\xf6\x97\xad\xe9\xdbC\xe0\xaa\xc9\xcb\xcfh\xd0\xbe\xf1\x94\x85-#c\x01;\xe3K\xe9\xfe\xb7\xd03\xf4\xea \xb5\x87m\xf2S^\x95_\x1d?\xebUP\\\x1e\xda\xab\x84O\xa6/0`{\xbdI\xd9\'\xaa\x86\n\xce\xf2\xe6\xc1\xf0\x0f^\xc7AXU.\xf6&`\x18q\xca\xd9c \xb3\x8a^\x05\xa3t\x7f\xbc}\xbb\xc1\xb7\'\x93\xbd\xc6\xe2_\xf1\x8bC\xfc6k\x94\xb4\xb5\x05\xf9\xa4c\x8d|?\'\xca\xda[\xe6"\xc2\xdd/\x0c\xe2)\x98\x04V\x97T\x7f\xee`\xe5\xa0i]\xa92\xdb\x88\x12\x9e\xe1\x8d\xdb\xb1~\xb7g\x9e\x06`~\t\xc7EkK\x18;L\xf7\xa0\x87\xac\xf8z8\xbf\xda\xca\xf9\x82n\xf9\xbb\xdc\xcd\xec\x86}\xc6\x8f\xa0\xdfk\x84K\x1e\xbb\xf9\x8aw\x7f\x9f8\xdf\x9fdN\x80S\xe6\xcb\xcc\xc6}\xe7a}\xd5 \xe6\x8b\x00V\x9f\x91\xdf\x0e\xefG\x16\x06\x8a/I\x8b\xd0\xa7\r\x9d\xc4\x91Yp \x01\xcc\xe4I\xd9\xa9\x1dA\xdc\xd7\xeb\x89\xfa\xfe\x80@3\xf5[6\xc92\xd8p1\xe6O\xd72\x08\xe85\xe3\x8e\x8d\xe6q\xfa\x04\xb9\x8d\xe7\xfc\xb2S<\x12\xea\x82\x88\x15\xde\xc3j\xf5\xc5\x11\x96\x18U\x94\xfbzD\xd3\xf4\r@\x10\xf0\x87\x90\xca,\xa6i\x1c\xf8m/\xff\x9e\x81\xe0x\x16\xf5\xec\x15\xf57Q\x0b^\xc7\xfcs\xa9l7\xdd\\X\xfd\xe4}\x92z1\x97?\x89o\xed\x86]\xf7\x91\xe9\\\x9b\x1e7\xb90\xa0C2\x7f*t\xbd\xdb\x0e\xbbt\xea\xef\x0cGE\xae<Ke\xf9vd\xf0L\xa7e\xd2\x80C\xa3\xdfL\xe9\xfbvb9\xf1\x91\x00:\xbfc\xa1\t\x8dX\xe8\xb9\x00FZ\x94\x90\xda\x87q\x87\x9e\xf3\xb3l\x02?#x\xf7bpI4/\x9c\xb3\x04\x90\x9b\xab\'\xb3\xcf\xbc\xf87O\xf7i\xfe\x96\xffV\x0b\x18\xde\xed\xdd\xe8O\x8cR\xa0e\xe9|\xaf){_\xcft\xb1\x83\xbc`\xe6\xb4\x8e\xd9\xb2G\xd2\xce\x18\x91\xfc\x80\xf0\xd3\xb6J_\xb1\x95Y\xcd8j!\x1b\xe7u\x16\xc5\x03\x04)"B\xfd\xfe\x81NF\x8e\xb4\x93k\xcf\xfa\x1e\xabC\x1a8\xf3\xaaP%\x19r\x9f\x96\xf0\xb9\x08\xd5kS\x86\xedu\xe3o\x85\x92\xda\xbd\x1c\x83{h$\x84X[\xd0\xd58\xb1A\xeeP>-8\x06\xc7`\x0e\xe8\x08\xe5\x8cL\xce\xf0)\xd2g\x1f\x0c\x8eO\xc3\xcbd[\xc8M!vV\xb6Y\xf7\xb0\x9a\xb1T\x04\x80A\x18 \xb2r\xfd\xd4>\xb8\xe8\x85\xbb~K%s\xbf0\xd3\x1e\x830\x82`\xa3g\xfb5\xcdJ\xab\xac\xc7\xb6\x1c\xa02\xdf7\xb8*\xaf\xf7Z0\xdaS\xfe\xc8\x7fJq\x98\x01\xec*\xdd\xd3\x15\xe7;/\xd5\x88\x9e\xf9%\xa4\xa0\xd5K\x99n\xa8R\xb2t}Y-a\x17\xf3s\x18\x11i\xe1/sWfC+e8\x07u|T\xc2\xe8@Cv+\x034~\xf8\xbf ]8\x98\xd2\x9e\x13\xb5\x98\x04&\xd2\xbb0+\x98\x93u\xe3\x9d^*\xcay\xde\xc1x\xb4\xdc\xf9|z\xedc\xd0|\xbaTJ{S{\xc00\x80K\xa2\xea\xd8M0\x97\xc9\xc2\x05I\xb6\x8c\xa0\x04N%\xda\x8c\xe5\xcbX!\x8a\xd5\xc7\x8f\x067vg\x0c\xd4?\xcf\xaf;K\x94g4\x8at\xa2\x06N\x11\x93\x91\x11\xd8\x00e\x18&\'\x83\xdc\xb0\x1f\x99\xe7 .\xb3c=\xd0sZ\xe7s\xed_6\x85\x9a\x14\xa0\xda\x97b%\xab\x9cv\xfc\x81\xf9(\x0c\xd2s\x9b;\xd6Du\xaeA\x07\x84\xc4\x18q\xce(\xfa\x16\x01\xa3\xc7ARI\xc7\xf8\xee]\xa2\xe2\x9b%`\xed\x99\xc4\xa8\x8f\xbc\x06\xdd\x9bKbC\x03A)O\xf7\x88\xc9\xfb\x98\xe8\x1dj6"\x02@\xf8\xb80\xfc\x93r\x1dY\x1b9\xff5e~\xd7/\x0b\xda\xe7\xac\x08\xa8\x07\xd6x\xce)b\xb7\x0f+\xd9n/.WG\xbdf\t\x1a\x83f\x0b\xd7\x85\xe5\xde[\xd5JS\xb8,\xab\xd9\x1e\xc0.\x82\xff\xcc\x8b&n|4!\xd1\x16-\xc6\x8f\x1d\xcf\xa6\x1d\xbb\xfeJ>&\xb8\xed\xbfa}\x18w\x81\xa0\xfc"m\x06@\x9a|1\xcc\x1d\xbd\xf2\xbd/\x11\xf18*-\\\x91\x00F\xec\xbbNf&\xcf\xa5\xb7\x80\x7f7\xd3\xcd\xa3\xd3\xe6v[J\xb6:\xbc\xfdy|\xed~\xe2\xae\xaf\x8a\xd0\xaa0\xcdB\xf2\n&d\xd3\x17\xdc\xb3\xb8\xdb\xae\xcc\x15\xf7\xeaS\xe5A\xfe\xd4@\x92\xc3t\x19.Nl\xc8\xc3!-\xbdWU\xb52)\xd4\xe9\xbd$\xbb\xf12i\xbc$\x01ZX%h\xba\x94\x03m\x16\x03Rr)\x91M\x82rF\xc4\r\xce\x83\x08}\x9d\x04\x84\xbb\xa8\xeb\xf5\'\x82\x91/#\x05\x89\x14\x9460\xce\x06\xc8\x84_\x8c\xa5\xd8\x81GNN\xa6\xc3\t\xee?\xbf\xf7$\xcc\xce\xdbX\xf1m\xd1S3Z\xb5\x12^\xf0\xf3\xe4\xa4\xb5\x81\xe2h\xa51$\xb2j\x0f\x9c`\xa8\x1f\xc2^\xe7\xb8\xb9\x0c\x95^T\xc51\xef\x84\x88%\xbfA\x08\x01\xfa\xd9M\xeb\xb4\xd4\xf4\x18\xbb\r\x8c\x96\x0c\x11\xa9)J\xcb\xfd<\x9a\xc1\xac\x9fJ\xae\xb9\x8a\xa0e\xb9\xf4OE\x0f\xcd\xf5s\xe1x3\xb5\x90\x91\xa3\xfbIt\xf2\xc8YH\xe7\xccB\x988\x95&\xfc\xa8a\xab\x1a\xc2{\xf6\xef\xc29"\x89d\xcb\x81\x92\x0br\x9e0\xebpRs\xd5^\xdd\x96\xeb\xdf8)\x1b1\x1f\x00n\xbf\x00\xa7\xc7\xbe\x8d9\xce\xb7\xad\xabWg9,\x98\xf0\xa0q\xf62\x16\xa7<\xe8a\xa8\x9e\xff\x0e\xac\xec+\x95RQ8H\xbc\x1bz`\xe1Dui\xf6\x94\xed\x00e\x96Iz)#\xe9\xe1D\x1e\xc1>\xb6\x93\x05m\x07\xd8!q\x83Y\x9e\xd3\xca\x87\xf4*0\x91\xa8\x94n\x81\xc8\xf5\x99\x17\xf1\xf0\xc7\x00p]\x93)]\xdb\x81L\xc0\xaa|\xe1\xee\x82jf\xcf{\xcd\xb3\xef\x13\xd8<\xf1\x0c\x81R\xebFc\t\xbc\x98\xcbbe\xc6\xf6z\xbe^le\xb4\x9ep\xa9\x92b>\xc0\xba\xb2\x8d&M\xbc\xb3~9\x04?\x1fS\x0e;\xber\x15\xb2S\xaa\xa2y\x8c\xf4\xf6e\xb4d\x18\xc7\x80\r\x01\x87\x0c\xc3\x13\xfe\xceS8\x94n\xc9\x9d\'a\xfa\x08\x07\x80\x93\xf6\xd0\x1f\x8f\xe0\xf0J{\x17\xb2\x88\xc5\xc4\xfel\xe9rL;\x15j\xe65h|_k\xac{Yq\x9b\xa5\xfc\xc0>I\xf9\xe9\xcc\x10\\\xdb\x13\x1e\xee\xd1\x83\x13\xc9\xdd\xd8\x96M\x86\xa7\'0\x10\r\x07\x9d\xd3\'\xc5g\xb4\n\x18\xdc\xfa\xaa\xd28\x08\xd9\x96\xc1\x7f\xc2\x92\xab\xcb\x0c\r\xdfUxc\xa3>\xb9\x92wE\x1a ^6\xe4\x91&k\xd1\xb48\xa9\x8c\xf7\x16q\xa3\xbd\x03el\xf1H\x85\x18\xc00C\xbfG[)\x06\xa9\xc9\xe6\x81\xa5w;\xd2\x15}\xb6\xcfyI\xc1\x82\xe4\xce\x81T\x81\n6\n\xb5G\xe0~\xdb\xae+\x15B!`\x96\xb1\xf2}\x15\xe8\xc4\xaa\x04\x96\x94\xb2\xf8ld\x89\xcds\xa2\x1e\xfe\x98\xec}\x99\x8aIBLOT5\x9b\x8c7\x9f;\xd5\xb40?\xd4N\xafK\x08\xad/\xd0\x11\xcc\x03\x18\x8c\x80d\xc2k\x83\xf4\xe1\xa6\xb3\n\x03\xfa*\xe6^\xcc\xc4\xbe\x89\x10\xb1\x02|^\x82J\xf4U\xd0\x9e\xcf\x01\xf1\xcc\xef\xc6}\x99\x99G\rX2\xe5\xa1\x9e\x8a\xf9\xda\xb4z\x94\xd0\x1d\xf10\xde\x00SK\xa8a\xa4\xda!\xf8b\x8f\x13\r\xb5A\xcb\xdfi[\x80"/\xf69&\xb5\xdf\x9a\xcc\xfat\n\xe5ADi\xfb\x8d\x04L5v;\xfe\x99\x8dLedH\xdb$\xfd\xe1\xfc\xb43\xb8\xc3\xecE\x8dY\xc1\x1fU_\x99/ql\r\xc6\xa2\x17\xf3-\x1dN>\xa4?\x0b\xbd!\xae\t\xb7oWO\x04\xfb\xc3\xde\xec\x08\xd7\xa0\x95}{TQ\xee\xdc\xe0y\xfd\xcb\xb5\x07\xec3\xa7\xbb\xa8\x84\xe5\xc9\xb6&3\xa1\x03\x18\xc4\x9b\x13\xf6"\'\xf3n\x83T\x82!\x9c,s\xa4R\xe1\x89\xe3q\xf5\x16\x1f#\xde\xd0\xfeL\xc41\xc3\x8bbyL\xe3\xa8\xc6\x94f\xa7hp\xec\x82\x95\x9f \x0e-H\x0b\x14|\xc2a\x85y\xbd\x80\xd7\xb9/\xdf\xf4>3\xf5\xab\x06\xa7\x17\xebf\xb7\x03\x84\xe7t\xdf|R?\xcf\xed\x12\xea\xc8\x15\xa1\x7fP\x93Q\xc3\xb9i\xba\x89\xfaB\xc7\xaao\xc3Y\xdc\x95E\xc7\xf7@(\xb4\xd6\xfaz\xafc\x0f\x1bW<\xf7\xa6z\xec\xa3\xb0\xa1/\xd5p\x17\x05)\xa5I\xde\x9dX\xc5|\xf8\r\x1bF\xb7_\xf2q\xdc\xda\x03\xf4\xd3X~?\xe1i\xafw\x82\x93~\xd4\xf2\xc3c7&\xb9W\xc8C\x93<\x1e\x97\x83\xed,\x9c.R\xeb\xc3\xc1\xfe\xa0\x99\xcc$\xb0\xe6\xe6p\x01\xcdw\x8eK\xf4\xdfj\xa4\xf1\xaa\xf3\x1f\x11\x0c\x18\x87\x0en\xf8\xdfLos\x85\xa8\xe4\x9b\xe3\x05\x12\xb1\x90\x86v\xfa\xa0`0\x19\rD\xdf\x02\xc2\x85/\x86\xeb\xb29\xd6o\x0ek\xe7Om_\x80\xd2h\xbbp\xd02\xbe\x86\xe08K\xaa<\xe0]B\xc6\xe6\xbd@\x13N\x9eX=\x92\x01\xa9\x9e"\x1a\xab\x12\xb8"p\xc8\x16\xb5nJ\xef\x03\xd0x\xab\xa4\x93\xec\xd6\xf8\xc0\x1ciUd\xed\xcf\xe2x!\xc6\x92\x0cf*\xcc\x1c)b\xdd&\xb8>s\x8a\xa0\x93\x14\x81\x05i\xdf\xc5E\xb1\x84\xbbP\x8d?\xc0\x9b\x00\r\x8e+2\xee\xd8F\xad\x93\xf7\x1bl\x14\xb7\xf6\xe3_2e]i\x95H\xa9\x04g\x07\xb8\xf7\x15\xb0\xae\x8dg#\x16Bke\x8e\xe1d\xcd0\xa5\xb4v\x118A\xc5\xb4\xa2\x12!6\xb4\xc6\xb2\xf6V\xa7\x87H :P\x19\x8f\xa6\x1f\x98R\x08d"U\x06q\xff\x05\xad\x9c\xe0\x12\x90~9b\xde6\x1a\x17\x02\x93P\xba_\xb9\x1e\x879\xeb1\x06\xd9-xw\xf9x\xf9\xa9\x0e\xa9H\xf41\xaf\xab&\x0fb[\xea`\x10\xb7\xbc\x06X\x92\xa7\x8c\xf8\x1c[\xf9v\x84F\x83\'\xf0\xaet-\x13e\xedq\xd2\xee\xd63\x1c\x114\xee\x9eA\\\x95|3\xea/\x15\x18\xb1\xf7\x92\xa4\x8d\x1d2\xa6s\x96\x01UbAb\xb9\xfc\xe7\xe9\xb7\xb2M(U\xec\xa3~\xa6/\x12V\xf3b\xfdz:\xaaC\x00\xf9\xe0,dM\x9f\x13P\x92%wD\x13DaV\x1d\x8fg\xe8 \x1e\x05Wcr\xdc\x8a6\xa7\x10rN\xdfp\xbe\xbc\x9cz\xc8\xef+H:\x84H\x99T_\xc6\xc5\xf5HSI\xa0\xd4\x96\xdeq\xeb\x98\xda\xd1\xb8\xcc\xd6\x8a,\xd1\xb1.C\r\xdd\x0e\'j\x13Jz\xd6e\xfe\xb3\xf7\x8e\x8a\xe7:\x9e\\m$\xc9\xf2\xa0F\xb5\x1dA\x98#\xb5"\xa4\x83\x00\x93\xd0l\xb4\x80\xe2\xc9\xb9\xe3\x04pq7\xce\x9aD\x93\xf2\x94g<\xaa\xbb\xcd>\xdb\x9a\x8c\xaf\xfd|\xc9\xac\xda @\xd0\x900g\xd9\xae*\xe6u\xd7\xbb\xa0\x85U~4\xa1\xde\xcdT\xc9t8\r_(x\xf9"\xe2\x07B\xf4r\xa0\xe4\x1a\xcan\x11a\xbd\xca\x8aB\x87"\x9eQ\xa5\x7f\xef\xcf\xcd`\x16h\xd5\xe7\x9c\x85Mg\xd2\xa2\xebTV5x\xab\x05\x857=Q\xccF\x16\xe1V\xbf\x80\x15\xfeU\xf1\xf7[\xach\x05\xdb\xba)\xfb\xea\xcf\xef\xae\x9d\x1d\xa4\xdb\xf5\xbb\x91\x0e\x96\xf4\xe8\x7f\xa2\xa7C\x9f\xd6-\xe3\xfc\xb5\xee\xddG\xe1\xa1\x1f\xa7\xeb\x8a\x17N\xd1\xa0\x9c\xba\xfc\xb4\x11-vW\xf9\x0b1\x8d\x83\xa1j\xb1\x97\xc0\xcd\xcbmu_\xfe\xeb\xd0;]\xd9Wp\x89uHC\x15`\xa4 \x9d\x90b,P\xb2\xd1\x1b1\x80\x10\x19\x11P \xf9\x8d\xad\xa4\xad\xe7\xcb\x84\xa1\x86\xdee_{\xfe\xcf\xe9\xa3\xbb\x94\xad\x98\n\x02\'(\x00\x1b\xb2\xdb\xf4l\xfb\xff[u\xe5C\xc4\xf1\xd7\x91\xccz\x94\xf74\xe5\xb4J\xe5\xf7,\xfe\x88\xea\xba\'\x9d\x9aGR\x17\xe5NH\xa0\xca\x02?H%\xeeDE@\x11\xc9\x87\xad\xb4\x13\xc3>\xfcR\x9aO\xc8\xb0{1\xf6\x1c\xf0Y+\xd7\xa7\x18\x94\xf3Xb\xe1RwL\x871RcWx\x8e\x07u\xa58\x1a>\xec=K\x03\xa2\xbf\x05\x9b\xdb\x8fOi-\x1e\xe3\x0f\xbc\x9a|\x88\xeeh\x94\x98W\x85F\xbf*i\xa2\xd9BNa|}\x18\x84\xb9\xa2\x19i\xc2\xb8\\J\xabU\x90\xc7k=\xe2B\x97\x87\xd3\xbc\x1c\x8c\x91\xa8H\xef\xe5\x83\x9c\xed\x0b\x1a\xd6V\xa7^\x80\x9a\xb5\xc5\x13\xbeZi\xdd\xda(la\x9a4\x13\x9d\xb7BJ\x9b\xd3\x16\xa3\xc9\xe3w\xa4.?9kv8\xb3\xe7\xb9o\'\xa2C\x13\x86\x01I\xd9s\xec\x0f;1\'\xbe\xae\x08\xffi\x03\xec\x8c\xf2=\xd7\x8c\x83\xab(\xe4\x87y\xc7\xf3\xd0N\x94\xb7\xaa\x9c\xe8\x00W\x06\x1b/\r\xc3\xd09\\vh\x0f\x87\xeb`Pf\xb8M\xbc\xc5c\x83\x8b\x02\x0b5\xf92\x97hy1\xf0<\xa3\xd1\xd8vF\xc0\x8dn4+S\xbf\x9ba)!5\\\x9d\xf0mO\xd0\xe6k]\x9a\xda\xfc\x94K\xd8`\xc3\xacC\xdeEn\xb1I\xb3\xc9\x07J\x0c\xbf?\xafv\x15n\x90\x82\x9b\n\xf0\xf12?i\x9f\xcf8\xb7\x15\xbd\xb8+\x84\x16y\xf2\x84m[E\x14Xm\r\x97\x06\xbdD5\xe2\xa3\xdd5\xac\xcd\xffclU\x95\xa0\xdc\xc6z\x92\x18=L\xea\x0bdl\xb8\xa2\x03\xa3\xfd<\xd5.9(\x89\x9e\xd3SD\x95\xd0\xaf\x0f\xa35v\x80\x8f?\xc4\x9f]\xcefE\x94z\xd12\xc9\x0c\x91T\xb8+\xe9\xa8\x12\xf2Q\xffk\x80\xe8I\xf7`\xa2\xa5AQW8m\x08\x0c\xb8\xbe+c\xd3\xf2iY\x88O\x91\xe5P\t\tMt]E\xfd\xbbX\xdc\xd1EJ\xea3\xdc\xfd \xb5\x84\xe6\xd6\x13\xd5\x05\xe7a\x12_jNW\xdes\xe5Cr\x91Fvc\xe82tO\x90\x15\xcf\xc3\'\x1c.T\xfa\x01[\xb8$\x8f\xc7\xcf\n\xe5\xb6\xafL\xcf\xc8\x08\x01-\xcf\x07\x8c\xfb.\x8bfA<\rk~?\x91/G\xd4\x8f\xc2\xcc\x80\x80%\xae\x96\xea\xa2\x8f\xf9\xf4\x9f\xab\x0b\xb5\xb4\x1f\x1f\x99\x9a\xd6u<\xf1\nE\xa5\xee\x95\xf0\xa0*\xc6YEc\xb3\x05p2\x9e\x06\xef\xacx\xf5\x08\xdd\xadLr\x8dv5\x87\xd6\xa3\xf1\xf2\x112mj\xf3\xba>9\xb9\x18\xc4\xael&\xd2A\xb3y4\xcd\xb5\xd4\xf4\nN\x82\xc0\x18\xa7\xfb\xa8_\x99\rq \xd2%S\xf0\xb6\xa8M~\xedl\xa2\xee\x9b\xf4\xef\\\'8\x8aT\xbdg{n\xbf\xc7.k\xe2\xfb\x06%3\xbe[\xa0%E\x91V\x8d\xcb\xef\xaf*\xe8\x19gg\xd9T\x11\\hw\x8a<\xf4\xdb<\n!PJ\x05s|\xe8m\x12\xa4.\xc1\xbc%\xe4\xad\xc9}5\xec\xa4\x89\xb8\xc6\xea\xce\xffe\x8e&K\x0f\rn\xcc\x99\x1ah\xb9\xae\x19\x96^\x84\x08:\x8a\xacEu\x1e\xdb\xaeHt\xd7\xd9f\xe0\x17\x7f)\xccu\xff\xd3\xa8Rg\xb10\xd1\x1c\xd2u\x01H\x8b\xeb\xef\xe2\xda5\x80/kZ\x101}h\x0b\x82]i\x14\xae\xf1\x1d\x00L\xb7RZ\x94\xf9*e\xc7\x8dB%\x11\xf1bj(\x15~\xf3\x92\x9f\xf5\x05\xa0\x9aJ\x12"\xde\xab\xcc\xcb\xf2\x97\xd5!\xc2<\n\xac\x0c\xac\x96\xf6\xa9\\\t\xedm.\x86\xd7P\x92\xebWB\x80\x81rY\x13\xd5\x11\xd3\xf4\xc4<\xc7\x9f\xb2\x95\xc5\xae\xd8\x91U\xad?\xda|8X\x92\xc7\xd7\xdf?G\xf7:\xd9OM\xb9\xa6m\xb2\xfei\xb8!^{\x15\xe9\xb6\xc8\x14\x974\xda\xea!b\xf6|_\xa3%\xf2\x04\x9ag\xe0\xb4\x8cC\x84\x83\x12k\xa4\x9a\xcaO@xG8\x83[X\x02\x81\xc8\x9b\x89I\x00*\x87\xbc\xac\x12m\xe0\xe0\x90\x13jT&\x05\x8bxr\xd1D\xdf\xe8\x17\xc6_A\x07\x11h\x80\xb0\xd1\x06\r\xa6\xea\x9a}d\xf5U\xc2\n\xd6Gw\xd6\xce\x0c\n\x00\x80\x0c\xae\xb9\xfa\xd0\xe9=\x1b_s\x15Uya?\xac\x06\xe0T<\xb5\x07\x1f\x94\\\xa6\xc2j+\xf0\x03u\xf4\xf3i\xdb1\x99\xdf\xb0Y\x8a:y\x10\x06\xb5V\r\x80\x03\xc5z\xe4\xf4\xbd\xcd\xb79\x82\xb1\xc5D\xee\xf2\x18\x0f\x1d\xb6\xbabrO\x97\xfe{$\xe1\xde\xef+\xa4\x94 <l%\xc1\xff\x16\xf0\xef\xa5\x19\xcc0\xd8\xf0\xadm?\xab\xa8\xf7\xfd\x8f\xfa1\xac\xc3p\x9c\xa8\xed\xac\xa6\xd7\xe6QH\x89Q\x83\xfd\x8f\xae\xe9D$X\xc4\xdaM\xb5\xea\xaa\x18)\x1eK\xab\xf5-\x1bh\xcap\xb5\xc1j\xb6Kv\xa3\xfa\x92\x0b\x8fG_I\x17\xed\x0bN\xd9\xc2,\x0c \x07\x02x\x1b5Gs"\xe6 \xe4\xe0\x86\xfaxg\x99\x03\xf8z\xfd\xd8\xca\x19v\xbf\x99(\x07R\xe2\'lu\xdeH?}o\xf1\x8d\xa1Q\x05,\xffO\xfa\xf9\x98\x98\'\xec\x86p\xb3\xc3\xabd+\x12\x17\x82\xa9\xef,\xcf\x00\xd3z\x11\xcdI\x9b\x19\x90\xbd\x01\xdc\xcc\xd2\x001\xf8k\x1f+\xf3e\xecd\x13#Ptr\x01;\x02m\xa0[|j}\x01\xf4h\xf6dG\x0b;\xc7\xafQ\xa1\x1aL@\x9b\x00\n\xec\x9aZ\x06qb\x10\xb4\xd2N\x8d3H-\x9b\xf4\xa8\x8b\xd8\xb3\xcf\xb4\xae\x18.\xfa\xa1m]\xdf\xc7\xf1H\x14t\x8d\x8b\x9cp\xf3w(\x08{\x9c\x1c`\x92\xc2\t\xadr\xba\xdb\x06\x17\xa8|\x93\x95{\xfdt\x9d\xda\x04\xde\x1f\xf2\x86\x98\xd07\x81r96N\x13Q\xfav\xe8\x88P\xfb\xbc>\x7f<w\xa2\nSjW3\x19\xbc\xbb\x86\x82<\x80\xb1\x0f-\x88\xbb1\xd1u#D3mU4\xf4\xd1\xed\x03\x15\xfb\x13\x1e[\xe6\xae7Ro\x83\x8a"b\xda\xdd|>l\xa5d\xf2Et(\x99\x94"\x88\x03\x90C\n\x13;\x1d\xb7z\xcc\xe8 \x897\x82\xb2\x01\xab\xee}\xa5.\xcf\xba\x13TO\xbe \xd0Jxk^+\x86\xfe\x80\xb7\\\xcc\xceed`>\x91\xb0flU@\x8cXT\xce\x1b@\xf6\x10\x9d\xe0\xd1\x1bF@\x8fk\r\xc6K\x02\xbbhH\x9f\xf8\xee\x14%\xec\x1c\x07?\xee[\xab\x99\xf6\x15\xba\x9bLF5\x7f7C\xc3\xa7\xc2\xfa\x9c\xce\xa5M\xd9\xc9\xc9n\xe5A\xcd\xff\xd8]\xb2\x89\xfdU\x19\xff\x82\xb6\x91\x1d\xf3\xe5\x1a\x1c\xde\xa4\xeb\xc6\xe7S\xa9\xf1\xbd\xc7\xa2A\xae%\x87\xb8=\xbd\x89\xa6hA(>B\x1c\x0f,\x16\xa8l&\x1e\xa1q\xa7\xf1\xc5\x89\x02HK\x879\xdb\x91\x9d\x1b\x10\x9c\x15j`G\x95`uG\xd8\x89\xaa{\x9b\xf45\x11\xa5=]\x86\xfd-\xfe\x87\x9aY\xb0\x0c\xbc\xc5L\x15\xc7J&\xd4\xc8l\xaaj\x0ev*\xc0aSJ\xbe\xdf\xfa\x84\x9a\xf4\xe4\x99\x8c\xcc\xf6\xe6\xa2\xed$\x9a|2\xca`5w\xb9\x9ej+J/\x88C\x9c\r\x1b\xb4\x19({M\xc6\x18SN\x83mJ<\x13\xde|\x9f\xac\'\xb4\x89u7\x8b\x86@\xa1\xea#&\x05\xf0\x9e`G\xee|\xf7\xd8\xc4\x067Y\xa8\xc8Pz\xe7v\xe7;\x8bG!\xe1\xcb\x92eX\xbb\xb5\xf5\xabJ\xf6\xa1\xa1+GY\xf3$\xd2.\xe6\x1a\xc1\x13\xcf8\x92\xc7+\x95Ig\xcc\x99"`\xed\x0e\xe6\xd7\xce\xf5k\xc4;]\x91o?\xa8\x82\xf7\x87\x06RE{\xaeI\xf7\x9b<\'\x89\xdb\x0b\xbaW|j{J\xe1f\t\xc8\xb5$2\xeaX\xa3\xde\x94\x83_>\xd9\xb4\xcb\x91\xb7[\xf8N\xa3\xb4\x14\x8c)\x86\xa0X\x00\x87bp\xc4\xefO\xe4`k%#\x19\xa5\x18\x9a\xec!Km\xf8\x8a\x91\xcbV\xd9X\x90\xc4.\x85 \xae\x08\xd9b~\x10\xb8\x995\xa0o\xe1shu\x1e\xc4\xa40\x1f\xb6e\xd2o\x1b\xca\xa3!0H5)7\n\x95\x07\x87\xde!H^\x91\xb3\xd4~(\x1f\xf1\x106?\xf4Mcp\xe1\x1dn\x05W)L/f\xab\x07%\x96h\xfa\xf2\xc5\x89\xa4ej\x98\xdf\xbd\xc1\x1f`\x85\x96\x1bDL\xda\x1aN\xdf\xda\xca;\x02[\x97\xd5K\x8e\xba\xb7Q0\x01B\xd4c\x92*E~>\x82#\x02\xcdaT\x1a\x15\xe8\xfbt\xb5\xc0\xb69\xb5\xc8\xff+\xe3\xbc\xba\x1e!\x0e\xe0\x0f\x019\xd7\xd9\n\xbb_\xa8,\xba\x02\xf2\xf3.\xde\xfb\x1bK\xce\x7fH\x9e\x1e\xe5\xb1r\xf9\x9em\xb7\xe5\x9dP\x90<*\xb1\xdf\xf8rc2u8.\xd0\rcNl\x02\x99\x03\x89\x1fr\xb0\xc1\xe1\x87\x85 6\x8f\xea\xf0.\x18\xa6\xb2\xa1\x19\xe1\xde\x8c\x93\xe88\x01I\xe3\x8c\xd5\xfa\xcf1l`\xc2\x89e\xecS\xec\xb9QT\xb7c0\x81R\x88!~\xb7u4[\xfb_q\x928\xdfJ\xaf}\xcb\xbc\xc5K]\t~!T\x16(\x11\xb5\xa7 \xe4a(\x19\x04\xa6\xcfE\xc3\x895 :\x0b\x19\xad\xcf\xb3\x91\xd1\xfe\x11h\x10"\xab-\x03\x1f\xe20\xa7`?vp\xdb\x03\xef\xc1\xa3\x01\xd3\xa5Q!\xe8M\x85S\xbf\xe4\xaa4\xf0\xf8\xd7\x93\xfa\'$\xfa\x90\xaf\x96\r\xc0\xdc\xa6\xc6x\xbc\x9fK7j\xa5i\xe7\x0e\x16\xc8\xba;\x07\x10rg\x9c6\x1e\xcbU\x94\x1f2\x9d\x8cEc\x88\xc3\xb9\x1a\x18s\xd7\x9a\xe8Asw\xdc\x0f};X\xf4\xea\xbe\xe1\x0e\xe4\xd0\xc8\xd2J&@(<\x98\xd1L\x9c@\xc9\xadn\xf3\xb37x>\x96\x84\xca\xefn\x1c\xf4A\xb8Y\xa5[\x0blv\xd3\xc6\xdf\x7f\xc9jW\x1c\xbe\xdc@$\x8fO\xf9\xbdVT\x8b\x8c\xab\xfcHP|\xc4e9\xec\xd9\x0c\x90{\xd2\xee9;\x8c@U@\x01\xb5M\xf6\n\x93\xad\x90\xd9\xefr\x87\xeb|m\x0c\xe4\x087\x9c\xba\xfaa\x8c?\x86`P\xe2I\xce\x02\xf4v\x82F\x11\x83G\xff\xe1\xf1\xf7\xf3^\xc2\xbd\x9d\x17\x15\xe3\xc3\xdav =\xd0<\xe2\x1bj\xcb\x1b\xf3m\xbc`W\x884((:\x963=I\xa9\x9d\x0e\x8e2\xf2t\x89-\xab\x1e\xb2\x17+O*\xa7\'h\xe8\x7f+f\x03\xa7\x95\x0fF&\x9b\xd9\x95\xef\xd8\xa1P\xea]??O\x8d\t\xca\xe9`6\xd4h\xf1\xdb\xfdk\xc0\x94]\xca\x94\x9dA\x18\x1b\xceu]\x80U\xc1\x01\xde\xb0\x85E\xedk\xdf\x1f\xae]M\xf0\xa7\xc3h\x8f[\xfck\x9b\xc6\x9d\x86b\x1dz5C\xc2\xb0\xff\xf9\x10&\xb27Uw\x05\\\x1f\x9b\xb2\'\\\x1a1\xce\xe8!\x95\x8b\xd2\xc2\xd2\x80\xc77\xd5\xfb`\xa7\xed$\xb4\x83\xe8\xe0\xa1\x0ch\xd4!r\x04;\x8d\xc2\x98%\xf5K]R\xa3O\xb5#\x94\x04kQ\x17\x1b\xe8B\x18\xa3\x03\xe9\xb3\xf8\x89\x81/\xb2n\x19\xa8S1(]\xa7\x9a\xf9\xcf\x1e\xf3v\xaa<\xbb0Z)\xcb\xa4\xb3\xbcG\x89\xa3\x07\x1bm*|\xc6\xbag\x9e>\x94@@\x1ayG\x02\x0c\tw\xe2\xd3m\xf2ltv\xb1\xb5S\x1d[\x1c\x06\xa9O2H\xa2\xe4V\x1c\x0f\xcc\xab\xb0\xb2\x92\xd6\xb0F\x856\x122\'\xac\xb7\xb5\x9a\x8b:\xf7b\xf7\xfc\x97M\x9aQ\xc9\x0e\xcd\xa1&h\xc9\xef\xdb}m\xae\xf3\xec\x17G\xa2\x17\x8e!Si\x8fj}\xacl4h\xc0\xa2\xd5@6\x11\x9c:M\x91\xa3:\xce\x8a\x01\xca\xb3\x18\x17\xcb<\x08c\x1cy\xa0\x18\xc6\xd5e@\xac\x82\\"0\x9eg\x9aHFz8_\x01\xdf\xa8/<\x08\xd9\xdb|^\xda\xca\xf8\xc1\x83\x10\xf2n\x04\xcbU\xccl>p\xdd\x10\xee \xb0{\x17\xfb\xd7Y\xd6\xf8\xfc')
|
|
|
|
| 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 |
+
}
|